From 21613da333de7f354d30532d9d1700d285c82e78 Mon Sep 17 00:00:00 2001 From: Roxanne Young Date: Thu, 9 Jan 2025 11:34:22 -0500 Subject: [PATCH] docs: new design doc urls --- README.md | 2 +- apps/element-storybook/.storybook/ElementTheme.ts | 2 +- .../element-storybook/src/bs4-migration/migration.stories.mdx | 2 +- apps/element-storybook/src/layouts/form/Form.stories.tsx | 2 +- apps/element-storybook/src/templates/bs4migration.mdx | 2 +- packages/accordion/README.md | 2 +- packages/authorize/README.md | 2 +- packages/autocomplete/README.md | 2 +- packages/avatar/README.md | 2 +- packages/backdrop/README.md | 2 +- packages/block-ui/README.md | 2 +- packages/breadcrumbs/README.md | 2 +- packages/button/src/lib/bs4migration.stories.mdx | 4 ++-- packages/card/README.md | 2 +- packages/checkbox/README.md | 2 +- packages/chip/README.md | 2 +- packages/datepicker/README.md | 2 +- packages/dialog/README.md | 2 +- packages/disclaimer/README.md | 2 +- packages/divider/README.md | 2 +- packages/element/README.md | 2 +- packages/empty-state/README.md | 2 +- packages/event-tracker/README.md | 2 +- packages/favorites/README.md | 2 +- packages/feedback/README.md | 2 +- packages/file-selector/README.md | 2 +- packages/form-utils/README.md | 2 +- packages/icon/README.md | 2 +- packages/icon/src/lib/bs4migration.stories.mdx | 2 +- packages/layout/README.md | 2 +- packages/link/README.md | 2 +- packages/list/README.md | 2 +- packages/menu/README.md | 2 +- packages/modal/README.md | 2 +- .../nx-generator/src/generators/nx-generator/files/README.md | 2 +- packages/page-header/README.md | 2 +- packages/pagination/README.md | 2 +- packages/paper/README.md | 2 +- packages/popover/README.md | 2 +- packages/popper/README.md | 2 +- packages/progress/README.md | 2 +- packages/snackbar/README.md | 2 +- packages/spaces/README.md | 2 +- packages/stepper/README.md | 2 +- packages/table/README.md | 2 +- packages/tabs/README.md | 2 +- packages/textfield/README.md | 2 +- packages/toggle-button/README.md | 2 +- packages/tooltip/README.md | 2 +- packages/transitions/README.md | 2 +- packages/tree/README.md | 2 +- packages/typography/README.md | 2 +- packages/utils/README.md | 2 +- 53 files changed, 54 insertions(+), 54 deletions(-) diff --git a/README.md b/README.md index fdcd12bf6..6a123513f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a collection of reusable React components intended to be used across multiple projects. These components use [@availity/design-tokens](https://github.com/Availity/element/tree/main/packages/design-tokens#readme) for styling and [Material UI](https://mui.com/) as the base. -Visit our [documentation site](https://zeroheight.com/2e36e50c7/p/77f9e0-components) for more information on how to use the components. +Visit our [documentation site](https://design.availity.com/2e36e50c7/p/77f9e0-components) for more information on how to use the components. ## Installation diff --git a/apps/element-storybook/.storybook/ElementTheme.ts b/apps/element-storybook/.storybook/ElementTheme.ts index 8fe44e895..0ba7aa6a9 100644 --- a/apps/element-storybook/.storybook/ElementTheme.ts +++ b/apps/element-storybook/.storybook/ElementTheme.ts @@ -6,7 +6,7 @@ import ElementLogo from '../../../static/availity-Element-Logo.png' export default create({ base: 'light', brandTitle: 'Availity Element', - brandUrl: 'https://zeroheight.com/2e36e50c7/p/15d54a-element-design-system', + brandUrl: 'https://design.availity.com/2e36e50c7/p/15d54a-element-design-system', brandImage: ElementLogo, brandTarget: '_self', diff --git a/apps/element-storybook/src/bs4-migration/migration.stories.mdx b/apps/element-storybook/src/bs4-migration/migration.stories.mdx index bef708118..da3689266 100644 --- a/apps/element-storybook/src/bs4-migration/migration.stories.mdx +++ b/apps/element-storybook/src/bs4-migration/migration.stories.mdx @@ -37,7 +37,7 @@ See the [Form migration](./?path=/docs/bs4-migration-form-migration) docs for mo There are many bootstrap elements and other design guidelines that will not be making it into the new Element Design System. These components we recommend saving for last so the changes will be introduced as you are switching to the new theme. -For all Design Patterns and UX Guidelines, visit the [Zeroheight Docs](https://zeroheight.com/2e36e50c7/n/53a73e) +For all Design Patterns and UX Guidelines, visit the [Design Docs](https://design.availity.com/2e36e50c7) #### Required UX changes diff --git a/apps/element-storybook/src/layouts/form/Form.stories.tsx b/apps/element-storybook/src/layouts/form/Form.stories.tsx index 92abe01e2..fe9412008 100644 --- a/apps/element-storybook/src/layouts/form/Form.stories.tsx +++ b/apps/element-storybook/src/layouts/form/Form.stories.tsx @@ -28,7 +28,7 @@ import dayjs from 'dayjs'; /** Some form examples with proper layouts and spacings. As `Grid` is already used to handle layout it is easiest to also use it for form spacing. * - * There are two spacing variations: `normal` and `dense` (See Zeroheight documentation for when to use each). Normal spacing will use `rowSpacing={2}` & `columnSpacing={3}` while dense spacing will use `rowSpacing={1}` & `columnSpacing={2}` on the wrapping `Grid container`. + * There are two spacing variations: `normal` and `dense` (See [Element Design documentation](https://design.availity.com/2e36e50c7/p/72201e-forms/b/32e1a2/t/page-72201e-81827849-32e1a2-27) for when to use each). Normal spacing will use `rowSpacing={2}` & `columnSpacing={3}` while dense spacing will use `rowSpacing={1}` & `columnSpacing={2}` on the wrapping `Grid container`. * * While `Grid` will be the most common way to handle spacing, the form components have their own `margin` prop that can be used en lieu of `rowSpacing` in the case where all form components have the same width, removing the need for a `Grid`. */ diff --git a/apps/element-storybook/src/templates/bs4migration.mdx b/apps/element-storybook/src/templates/bs4migration.mdx index a0de8214f..0cddc3ac7 100644 --- a/apps/element-storybook/src/templates/bs4migration.mdx +++ b/apps/element-storybook/src/templates/bs4migration.mdx @@ -7,7 +7,7 @@ import { Meta, Source } from '@storybook/blocks'; This migration guide is just an overview. For more in depth component information, visit: -- [Availity Usage Guide (Zeroheight)](https://zeroheight.com/2e36e50c7/p/77f9e0-components/b/7234bb) +- [Availity Design Documentation](https://design.availity.com/2e36e50c7/p/77f9e0-components/b/7234bb) - [MUI Documentation](https://mui.com/material-ui/react-button/) ## Key Differences (not exhaustive list) diff --git a/packages/accordion/README.md b/packages/accordion/README.md index e79388114..87512cf45 100644 --- a/packages/accordion/README.md +++ b/packages/accordion/README.md @@ -12,7 +12,7 @@ This package extends the MUI Accordion component: [MUI Accordion Docs](https://m Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-accordion-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/authorize/README.md b/packages/authorize/README.md index 49868e73a..2b03654a2 100644 --- a/packages/authorize/README.md +++ b/packages/authorize/README.md @@ -12,7 +12,7 @@ This package extends the MUI Authorize component: [MUI Authorize Docs](https://m Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-authorize-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/autocomplete/README.md b/packages/autocomplete/README.md index 9cf5fdfe3..34f1c25a7 100644 --- a/packages/autocomplete/README.md +++ b/packages/autocomplete/README.md @@ -12,7 +12,7 @@ This package extends the MUI Autocomplete component: [MUI Autocomplete Docs](htt Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/form-components-autocomplete-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/avatar/README.md b/packages/avatar/README.md index a85e0a041..103709fd2 100644 --- a/packages/avatar/README.md +++ b/packages/avatar/README.md @@ -12,7 +12,7 @@ This package extends the MUI Avatar component: [MUI Avatar Docs](https://mui.com Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-avatar-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/backdrop/README.md b/packages/backdrop/README.md index 35cb92f2d..2ef3ab2e8 100644 --- a/packages/backdrop/README.md +++ b/packages/backdrop/README.md @@ -12,7 +12,7 @@ This package extends the MUI Backdrop component: [MUI Backdrop Docs](https://mui Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-backdrop-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/block-ui/README.md b/packages/block-ui/README.md index 4fc90319d..3be846e28 100644 --- a/packages/block-ui/README.md +++ b/packages/block-ui/README.md @@ -12,7 +12,7 @@ This package extends the MUI BlockUi component: [MUI BlockUi Docs](https://mui.c Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-block-ui-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/breadcrumbs/README.md b/packages/breadcrumbs/README.md index aa26873fb..8310ec1a7 100644 --- a/packages/breadcrumbs/README.md +++ b/packages/breadcrumbs/README.md @@ -12,7 +12,7 @@ This package extends the MUI Breadcrumbs component: [MUI Breadcrumbs Docs](https Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-breadcrumbs-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/button/src/lib/bs4migration.stories.mdx b/packages/button/src/lib/bs4migration.stories.mdx index 37a5ffe72..d329b45b0 100644 --- a/packages/button/src/lib/bs4migration.stories.mdx +++ b/packages/button/src/lib/bs4migration.stories.mdx @@ -5,7 +5,7 @@ import { Meta, Source } from '@storybook/blocks'; # Button Migration This migration guide is just an overview. For more in depth component information, visit: -- [Availity Usage Guide (Zeroheight)](https://zeroheight.com/2e36e50c7/p/54f663-button) +- [Availity Design Documentation](https://design.availity.com/2e36e50c7/p/54f663-button) - [MUI Documentation](https://mui.com/material-ui/react-button/) @@ -16,7 +16,7 @@ This migration guide is just an overview. For more in depth component informatio - Removed - `outline` while mui moves this option into the `variant` prop, per UX this variant has also been removed going forward. - Other - - UX has updated the guidelines for when to use which color. Refer to zeroheight docs for more information. + - UX has updated the guidelines for when to use which color. Refer to design docs for more information. ## Code Examples diff --git a/packages/card/README.md b/packages/card/README.md index 84b2314a0..f6ed0d025 100644 --- a/packages/card/README.md +++ b/packages/card/README.md @@ -12,7 +12,7 @@ This package extends the MUI Card component: [MUI Card Docs](https://mui.com/com Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-card-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/checkbox/README.md b/packages/checkbox/README.md index 5aafe1864..3488ff3ae 100644 --- a/packages/checkbox/README.md +++ b/packages/checkbox/README.md @@ -12,7 +12,7 @@ This package extends the MUI Checkbox component: [MUI Checkbox Docs](https://mui Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/form-components-checkbox-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/chip/README.md b/packages/chip/README.md index f16e9db86..c4396d70e 100644 --- a/packages/chip/README.md +++ b/packages/chip/README.md @@ -12,7 +12,7 @@ This package extends the MUI Chip component: [MUI Chip Docs](https://mui.com/com Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-chip-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/datepicker/README.md b/packages/datepicker/README.md index 684f79923..f3b989456 100644 --- a/packages/datepicker/README.md +++ b/packages/datepicker/README.md @@ -12,7 +12,7 @@ This package extends the MUI Datepicker component: [MUI Datepicker Docs](https:/ Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/form-components-datepicker-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/dialog/README.md b/packages/dialog/README.md index 365983931..ff2e1fa8e 100644 --- a/packages/dialog/README.md +++ b/packages/dialog/README.md @@ -12,7 +12,7 @@ This package extends the MUI Dialog component: [MUI Dialog Docs](https://mui.com Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-dialog-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/disclaimer/README.md b/packages/disclaimer/README.md index d2dee92b3..7d9a8682b 100644 --- a/packages/disclaimer/README.md +++ b/packages/disclaimer/README.md @@ -12,7 +12,7 @@ This package extends the MUI Disclaimer component: [MUI Disclaimer Docs](https:/ Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-disclaimer-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/divider/README.md b/packages/divider/README.md index f230e336c..08b78e47e 100644 --- a/packages/divider/README.md +++ b/packages/divider/README.md @@ -12,7 +12,7 @@ This package extends the MUI Divider component: [MUI Divider Docs](https://mui.c Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-divider-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/element/README.md b/packages/element/README.md index 7b5341aeb..87a44d61b 100644 --- a/packages/element/README.md +++ b/packages/element/README.md @@ -8,7 +8,7 @@ This is a collection of reusable React components intended to be used across multiple projects. These components use [@availity/design-tokens](https://github.com/Availity/element/tree/main/packages/design-tokens#readme) for styling and [Material UI](https://mui.com/) as the base. -Visit our [documentation site](https://zeroheight.com/2e36e50c7/p/77f9e0-components) and [Storybook](https://availity.github.io/element/?path=/docs/element--docs) for more information on how to use the components. +Visit our [documentation site](https://design.availity.com/2e36e50c7/p/77f9e0-components) and [Storybook](https://availity.github.io/element/?path=/docs/element--docs) for more information on how to use the components. ## Installation diff --git a/packages/empty-state/README.md b/packages/empty-state/README.md index 75373d91b..3afab3bd3 100644 --- a/packages/empty-state/README.md +++ b/packages/empty-state/README.md @@ -12,7 +12,7 @@ This package extends the MUI Stack component: [MUI EmptyState Docs](https://mui. Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-empty-state-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/event-tracker/README.md b/packages/event-tracker/README.md index 42ae700df..9214926dc 100644 --- a/packages/event-tracker/README.md +++ b/packages/event-tracker/README.md @@ -12,7 +12,7 @@ This package extends the MUI EventTracker component: [MUI EventTracker Docs](htt Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-event-tracker-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/favorites/README.md b/packages/favorites/README.md index 5773f8517..c22007134 100644 --- a/packages/favorites/README.md +++ b/packages/favorites/README.md @@ -10,7 +10,7 @@ Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-favorites-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/feedback/README.md b/packages/feedback/README.md index d4d65f21a..dc4847280 100644 --- a/packages/feedback/README.md +++ b/packages/feedback/README.md @@ -12,7 +12,7 @@ This package extends the MUI Feedback component: [MUI Feedback Docs](https://mui Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-feedback-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/file-selector/README.md b/packages/file-selector/README.md index 71821b38d..cc5f69ff2 100644 --- a/packages/file-selector/README.md +++ b/packages/file-selector/README.md @@ -12,7 +12,7 @@ This package extends the MUI File Selector component: [MUI File Selector Docs](h Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-file-selector-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/form-utils/README.md b/packages/form-utils/README.md index 7006e705f..b5ebe684a 100644 --- a/packages/form-utils/README.md +++ b/packages/form-utils/README.md @@ -12,7 +12,7 @@ This package extends many of the MUI form components: [MUI Field Docs](https://m Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/form-components-form-utils-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/icon/README.md b/packages/icon/README.md index c8c8b467c..9a43c3b5b 100644 --- a/packages/icon/README.md +++ b/packages/icon/README.md @@ -12,7 +12,7 @@ This package extends the MUI SvgIcon component([MUI Icon Docs](https://mui.com/c Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-icon-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/icon/src/lib/bs4migration.stories.mdx b/packages/icon/src/lib/bs4migration.stories.mdx index e3297b8ae..868d41579 100644 --- a/packages/icon/src/lib/bs4migration.stories.mdx +++ b/packages/icon/src/lib/bs4migration.stories.mdx @@ -6,7 +6,7 @@ import { Meta, Source } from '@storybook/blocks'; This migration guide is just an overview. For more in depth component information, visit: -- [Availity Usage Guide (Zeroheight)](https://zeroheight.com/2e36e50c7/p/77f9e0-components/b/7234bb) +- [Availity Design Documentation](https://design.availity.com/2e36e50c7/p/77f9e0-components/b/7234bb) - [MUI Documentation](https://mui.com/material-ui/icons/#svgicon) ## Key Differences (not exhaustive list) diff --git a/packages/layout/README.md b/packages/layout/README.md index 1101ce3d4..7eebee699 100644 --- a/packages/layout/README.md +++ b/packages/layout/README.md @@ -17,7 +17,7 @@ This package extends the MUI layout components: Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-layout-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/link/README.md b/packages/link/README.md index 94c384328..078169fa1 100644 --- a/packages/link/README.md +++ b/packages/link/README.md @@ -12,7 +12,7 @@ This package extends the MUI Link component: [MUI Link Docs](https://mui.com/com Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-link-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/list/README.md b/packages/list/README.md index 20dbaf950..c9f42c642 100644 --- a/packages/list/README.md +++ b/packages/list/README.md @@ -12,7 +12,7 @@ This package extends the MUI List component: [MUI List Docs](https://mui.com/com Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-list-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/menu/README.md b/packages/menu/README.md index adb482c17..3253bcb52 100644 --- a/packages/menu/README.md +++ b/packages/menu/README.md @@ -12,7 +12,7 @@ This package extends the MUI Menu component: [MUI Menu Docs](https://mui.com/com Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-menu-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/modal/README.md b/packages/modal/README.md index 0a8ad1085..7ed67df09 100644 --- a/packages/modal/README.md +++ b/packages/modal/README.md @@ -12,7 +12,7 @@ This package extends the MUI Modal component: [MUI Modal Docs](https://mui.com/c Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-modal-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/nx-generator/src/generators/nx-generator/files/README.md b/packages/nx-generator/src/generators/nx-generator/files/README.md index 08a7a8ac2..42f475f30 100644 --- a/packages/nx-generator/src/generators/nx-generator/files/README.md +++ b/packages/nx-generator/src/generators/nx-generator/files/README.md @@ -12,7 +12,7 @@ This package extends the MUI <%= componentName %> component: [MUI <%= componentN Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-<%= fileName %>-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/page-header/README.md b/packages/page-header/README.md index aaf5209a0..0e20a9b05 100644 --- a/packages/page-header/README.md +++ b/packages/page-header/README.md @@ -12,7 +12,7 @@ This package extends the MUI PageHeader component: [MUI PageHeader Docs](https:/ Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-page-header-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/pagination/README.md b/packages/pagination/README.md index b2595a26a..dbd759570 100644 --- a/packages/pagination/README.md +++ b/packages/pagination/README.md @@ -12,7 +12,7 @@ This package extends the MUI Pagination component: [MUI Pagination Docs](https:/ Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-pagination-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/paper/README.md b/packages/paper/README.md index 02316f4e6..2cf3bd39b 100644 --- a/packages/paper/README.md +++ b/packages/paper/README.md @@ -12,7 +12,7 @@ This package extends the MUI Paper component: [MUI Paper Docs](https://mui.com/c Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-paper-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/popover/README.md b/packages/popover/README.md index 28c9c0be7..d24866fb4 100644 --- a/packages/popover/README.md +++ b/packages/popover/README.md @@ -12,7 +12,7 @@ This package extends the MUI Popover component: [MUI Popover Docs](https://mui.c Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-popover-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/popper/README.md b/packages/popper/README.md index 8e72218c5..1532d5fe3 100644 --- a/packages/popper/README.md +++ b/packages/popper/README.md @@ -12,7 +12,7 @@ This package extends the MUI Popper component: [MUI Popper Docs](https://mui.com Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-popper-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/progress/README.md b/packages/progress/README.md index f4861f495..5ea10a0c4 100644 --- a/packages/progress/README.md +++ b/packages/progress/README.md @@ -12,7 +12,7 @@ This package extends the MUI Progress component: [MUI Progress Docs](https://mui Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-progress-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/snackbar/README.md b/packages/snackbar/README.md index f428fbca7..a0d38eb04 100644 --- a/packages/snackbar/README.md +++ b/packages/snackbar/README.md @@ -12,7 +12,7 @@ This package extends the MUI Snackbar component: [MUI Snackbar Docs](https://mui Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-snackbar-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/spaces/README.md b/packages/spaces/README.md index 559da0499..df494d627 100644 --- a/packages/spaces/README.md +++ b/packages/spaces/README.md @@ -12,7 +12,7 @@ This package extends the MUI Spaces component: [MUI Spaces Docs](https://mui.com Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-spaces-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/stepper/README.md b/packages/stepper/README.md index f40bcff68..c0a94770c 100644 --- a/packages/stepper/README.md +++ b/packages/stepper/README.md @@ -12,7 +12,7 @@ This package extends the MUI Stepper component: [MUI Stepper Docs](https://mui.c Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-stepper-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/table/README.md b/packages/table/README.md index 42b04876d..a5578378a 100644 --- a/packages/table/README.md +++ b/packages/table/README.md @@ -12,7 +12,7 @@ This package extends the MUI Table component: [MUI Table Docs](https://mui.com/c Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-table-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/tabs/README.md b/packages/tabs/README.md index 97e5d31e0..a74176ba7 100644 --- a/packages/tabs/README.md +++ b/packages/tabs/README.md @@ -12,7 +12,7 @@ This package extends the MUI Tabs component: [MUI Tabs Docs](https://mui.com/com Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-tabs-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/textfield/README.md b/packages/textfield/README.md index 021eaddd3..4874bd99b 100644 --- a/packages/textfield/README.md +++ b/packages/textfield/README.md @@ -12,7 +12,7 @@ This package extends the MUI Textfield component: [MUI Textfield Docs](https://m Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/form-components-textfield-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/toggle-button/README.md b/packages/toggle-button/README.md index e79fd91dc..b2dc305d7 100644 --- a/packages/toggle-button/README.md +++ b/packages/toggle-button/README.md @@ -12,7 +12,7 @@ This package extends the MUI ToggleButton component: [MUI ToggleButton Docs](htt Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-togglebutton-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/tooltip/README.md b/packages/tooltip/README.md index b3047634b..e3efa7497 100644 --- a/packages/tooltip/README.md +++ b/packages/tooltip/README.md @@ -12,7 +12,7 @@ This package extends the MUI Tooltip component: [MUI Tooltip Docs](https://mui.c Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-tooltip-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/transitions/README.md b/packages/transitions/README.md index 110ef61fe..84dcd9c44 100644 --- a/packages/transitions/README.md +++ b/packages/transitions/README.md @@ -12,7 +12,7 @@ This package extends the MUI transition components: [MUI Transitions Docs](https Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-transitions-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/tree/README.md b/packages/tree/README.md index 84a6161aa..72948cecd 100644 --- a/packages/tree/README.md +++ b/packages/tree/README.md @@ -12,7 +12,7 @@ This package extends the MUI Tree component: [MUI Tree Docs](https://mui.com/x/r Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-tree-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/typography/README.md b/packages/typography/README.md index 616ea77cb..308d3a2f3 100644 --- a/packages/typography/README.md +++ b/packages/typography/README.md @@ -12,7 +12,7 @@ This package extends the MUI Typography component: [MUI Typography Docs](https:/ Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-typography-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation diff --git a/packages/utils/README.md b/packages/utils/README.md index 5142fa90c..b427343a4 100644 --- a/packages/utils/README.md +++ b/packages/utils/README.md @@ -12,7 +12,7 @@ This package extends the MUI Utils component: [MUI Utils Docs](https://mui.com/c Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-utils-introduction--docs) -Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7) +Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7) ## Installation