Skip to content

Commit

Permalink
docs: new design doc urls
Browse files Browse the repository at this point in the history
  • Loading branch information
LauRoxx committed Jan 9, 2025
1 parent 4a6e601 commit 21613da
Show file tree
Hide file tree
Showing 53 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion apps/element-storybook/.storybook/ElementTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion apps/element-storybook/src/layouts/form/Form.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
*/
Expand Down
2 changes: 1 addition & 1 deletion apps/element-storybook/src/templates/bs4migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/accordion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/authorize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/autocomplete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/avatar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/backdrop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/block-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/breadcrumbs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions packages/button/src/lib/bs4migration.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/)


Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/card/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/chip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/datepicker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/dialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/disclaimer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/divider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/element/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/empty-state/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/event-tracker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/favorites/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/feedback/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/file-selector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/form-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/icon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/icon/src/lib/bs4migration.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/link/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/menu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/modal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/page-header/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/pagination/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/paper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit 21613da

Please sign in to comment.