From 5c23ad29ba12adcd7b7e579d21a92d99d69ce33e Mon Sep 17 00:00:00 2001 From: David Glen Crittendon Date: Tue, 22 Jul 2025 14:08:21 -0400 Subject: [PATCH 1/5] fix: moved bootstrap components to separate folder as well as added waring about replacement, UXDS-919 --- .storybook/index.stories.mdx | 3 +++ packages/app-icon/src/AppIcon.stories.tsx | 2 +- packages/app-tiles/src/AppTiles.stories.tsx | 2 +- packages/authorize/src/Authorize.stories.tsx | 2 +- packages/authorize/src/UseAuthorize.stories.tsx | 2 +- packages/avatar/stories/avatar.stories.tsx | 2 +- packages/avatar/stories/props.stories.mdx | 2 +- packages/badge/src/RemovableBadge.stories.tsx | 2 +- packages/badge/src/RemovableBadgeList.stories.tsx | 2 +- packages/badge/src/props.stories.mdx | 2 +- packages/block-ui/src/BlockUi.stories.tsx | 2 +- packages/breadcrumbs/stories/breadcrumbs.stories.tsx | 2 +- packages/breadcrumbs/stories/props.stories.mdx | 2 +- packages/button/src/LoadingButton.stories.tsx | 2 +- packages/change-password/stories/change-password.stories.tsx | 2 +- packages/date/stories/date.stories.tsx | 2 +- packages/date/stories/props.stories.mdx | 2 +- packages/favorites/src/FavoriteHeart.stories.tsx | 2 +- packages/feature/stories/feature.stories.tsx | 2 +- packages/feedback/stories/FeedbackWithForm.stories.tsx | 2 +- packages/feedback/stories/feedback.stories.tsx | 2 +- packages/form-upload/src/Upload.stories.tsx | 2 +- packages/form-upload/src/props.stories.mdx | 2 +- packages/form/src/CheckboxGroup.stories.tsx | 2 +- packages/form/src/CurrencyInput.stories.tsx | 2 +- packages/form/src/Field.stories.tsx | 2 +- packages/form/src/FieldHelpIcon.stories.tsx | 2 +- packages/form/src/Form.stories.tsx | 2 +- packages/form/src/FormGroup.stories.tsx | 2 +- packages/form/src/InputForm.stories.tsx | 2 +- packages/form/src/Label.stories.tsx | 2 +- packages/form/src/RadioGroup.stories.tsx | 2 +- packages/form/src/props.stories.mdx | 2 +- packages/icon/src/Icon.stories.tsx | 2 +- packages/json-viewer/src/JsonViewer.stories.tsx | 2 +- packages/link/stories/link.stories.tsx | 2 +- packages/list-group-item/src/ListGroupItem.stories.tsx | 2 +- packages/list-group-item/src/props.stories.mdx | 2 +- packages/list-group/src/ListGroup.stories.tsx | 2 +- packages/list-group/src/props.stories.mdx | 2 +- packages/page-header/stories/page-header.stories.tsx | 2 +- packages/pagination/src/Pagination.stories.tsx | 2 +- packages/pagination/src/props.stories.mdx | 2 +- packages/phone/src/Phone.stories.tsx | 2 +- packages/progress/src/Progress.stories.tsx | 2 +- packages/select/stories/ResourceSelect.stories.tsx | 2 +- packages/select/stories/props.stories.mdx | 2 +- packages/select/stories/select.stories.tsx | 2 +- packages/spaces/stories/props.stories.mdx | 2 +- packages/spaces/stories/spaces.stories.tsx | 2 +- packages/step-wizard/stories/props.stories.mdx | 2 +- packages/step-wizard/stories/step-wizard.stories.tsx | 2 +- packages/table/src/Table.stories.tsx | 2 +- packages/table/src/props.stories.mdx | 2 +- packages/tooltip/src/Tooltip.stories.tsx | 2 +- packages/training-link/src/TrainingLink.stories.tsx | 2 +- packages/tree/src/Tree.stories.tsx | 2 +- packages/tree/src/props.stories.mdx | 2 +- packages/typography/stories/typography-disclaimer.stories.tsx | 2 +- packages/typography/stories/typography.stories.tsx | 2 +- packages/upload/stories/filelist.stories.tsx | 2 +- packages/upload/stories/filepicker.stories.tsx | 2 +- packages/upload/stories/pickerbutton.stories.tsx | 2 +- packages/upload/stories/upload.stories.tsx | 2 +- 64 files changed, 66 insertions(+), 63 deletions(-) diff --git a/.storybook/index.stories.mdx b/.storybook/index.stories.mdx index 1f0539b910..96e44a56b9 100644 --- a/.storybook/index.stories.mdx +++ b/.storybook/index.stories.mdx @@ -1,7 +1,10 @@ import { Meta } from '@storybook/addon-docs'; +import{Alert} from 'reactstrap'; +> ⚠ **WARNING:** This collection has been replaced by Availity Element. + # Availity-React Storybook Demo of all components within the availity-react library. diff --git a/packages/app-icon/src/AppIcon.stories.tsx b/packages/app-icon/src/AppIcon.stories.tsx index 60728239c5..48d9d8eadf 100644 --- a/packages/app-icon/src/AppIcon.stories.tsx +++ b/packages/app-icon/src/AppIcon.stories.tsx @@ -5,7 +5,7 @@ import AppIcon from './AppIcon'; // import README from '../README.md'; export default { - title: 'Components/AppIcon', + title: 'Bootstrap Components/AppIcon', component: AppIcon, }; diff --git a/packages/app-tiles/src/AppTiles.stories.tsx b/packages/app-tiles/src/AppTiles.stories.tsx index d550a27e79..2345746a5f 100644 --- a/packages/app-tiles/src/AppTiles.stories.tsx +++ b/packages/app-tiles/src/AppTiles.stories.tsx @@ -3,7 +3,7 @@ import { StoryObj } from '@storybook/react'; import AppTiles from './AppTiles'; export default { - title: 'Components/AppTiles', + title: 'Bootstrap Components/AppTiles', parameters: { docs: { description: { diff --git a/packages/authorize/src/Authorize.stories.tsx b/packages/authorize/src/Authorize.stories.tsx index da0c98d695..3c3efbf8bd 100644 --- a/packages/authorize/src/Authorize.stories.tsx +++ b/packages/authorize/src/Authorize.stories.tsx @@ -17,7 +17,7 @@ import Authorize from '.'; * the other is the default marker for how long the query is valid. */ const meta: Meta = { - title: 'Components/Authorize/Authorize', + title: 'Bootstrap Components/Authorize/Authorize', component: Authorize, decorators: [ (Story: () => JSX.Element) => ( diff --git a/packages/authorize/src/UseAuthorize.stories.tsx b/packages/authorize/src/UseAuthorize.stories.tsx index 870455b615..314fc40320 100644 --- a/packages/authorize/src/UseAuthorize.stories.tsx +++ b/packages/authorize/src/UseAuthorize.stories.tsx @@ -22,7 +22,7 @@ export const UseAuthorizeComponent = (args: UseAuthorizeProps) =>
{JSON.str * the other is the default marker for how long the query is valid. */ export default { - title: 'Components/Authorize/useAuthorize', + title: 'Bootstrap Components/Authorize/useAuthorize', decorators: [ (Story: () => JSX.Element) => ( diff --git a/packages/avatar/stories/avatar.stories.tsx b/packages/avatar/stories/avatar.stories.tsx index 597bf70921..74aeb0737e 100644 --- a/packages/avatar/stories/avatar.stories.tsx +++ b/packages/avatar/stories/avatar.stories.tsx @@ -10,7 +10,7 @@ import Avatar, { SkeletonType } from '../src/Avatar'; * # Availity user avatar component. */ export default { - title: 'Components/Avatar', + title: 'Bootstrap Components/Avatar', component: Avatar, }; diff --git a/packages/avatar/stories/props.stories.mdx b/packages/avatar/stories/props.stories.mdx index da1ea0675c..746023d4f0 100644 --- a/packages/avatar/stories/props.stories.mdx +++ b/packages/avatar/stories/props.stories.mdx @@ -2,7 +2,7 @@ import { Meta, ArgTypes } from '@storybook/addon-docs'; import { Img } from 'react-image'; import { hidden_RSImg, hidden_RSSkeleton } from './avatar.stories'; - + # React Image Props diff --git a/packages/badge/src/RemovableBadge.stories.tsx b/packages/badge/src/RemovableBadge.stories.tsx index b3a278b381..267aeaac9b 100644 --- a/packages/badge/src/RemovableBadge.stories.tsx +++ b/packages/badge/src/RemovableBadge.stories.tsx @@ -5,7 +5,7 @@ import { Badge, BadgeProps, Button } from 'reactstrap'; import { RemovableBadge, BadgeItem } from '.'; export default { - title: 'Components/Badge/Removable Badge', + title: 'Bootstrap Components/Badge/Removable Badge', component: RemovableBadge, parameters: { docs: {}, diff --git a/packages/badge/src/RemovableBadgeList.stories.tsx b/packages/badge/src/RemovableBadgeList.stories.tsx index 0e18ec692e..ac4f0030aa 100644 --- a/packages/badge/src/RemovableBadgeList.stories.tsx +++ b/packages/badge/src/RemovableBadgeList.stories.tsx @@ -5,7 +5,7 @@ import { Button } from 'reactstrap'; import { RemovableBadgeList, BadgeItem } from '.'; export default { - title: 'Components/Badge/Removable Badge/List', + title: 'Bootstrap Components/Badge/Removable Badge/List', component: RemovableBadgeList, parameters: { docs: { diff --git a/packages/badge/src/props.stories.mdx b/packages/badge/src/props.stories.mdx index bca2d79ca2..95f9e54f63 100644 --- a/packages/badge/src/props.stories.mdx +++ b/packages/badge/src/props.stories.mdx @@ -1,7 +1,7 @@ import { Meta, ArgTypes } from '@storybook/addon-docs'; import { hidden_RSBadge } from './RemovableBadge.stories'; - + # Badge Props diff --git a/packages/block-ui/src/BlockUi.stories.tsx b/packages/block-ui/src/BlockUi.stories.tsx index 7f64b19c2b..6877140a7e 100644 --- a/packages/block-ui/src/BlockUi.stories.tsx +++ b/packages/block-ui/src/BlockUi.stories.tsx @@ -6,7 +6,7 @@ import BlockUi from './BlockUi'; // import README from '../README.md'; export default { - title: 'Components/Block UI', + title: 'Bootstrap Components/Block UI', component: BlockUi, parameters: { docs: { diff --git a/packages/breadcrumbs/stories/breadcrumbs.stories.tsx b/packages/breadcrumbs/stories/breadcrumbs.stories.tsx index 9e9475ea6e..35780877a0 100644 --- a/packages/breadcrumbs/stories/breadcrumbs.stories.tsx +++ b/packages/breadcrumbs/stories/breadcrumbs.stories.tsx @@ -7,7 +7,7 @@ import Breadcrumbs from '../src/Breadcrumbs'; // import README from '../README.md'; export default { - title: 'Components/Breadcrumbs', + title: 'Bootstrap Components/Breadcrumbs', component: Breadcrumb, decorators: [ (Story) => ( diff --git a/packages/breadcrumbs/stories/props.stories.mdx b/packages/breadcrumbs/stories/props.stories.mdx index 44e1d7ea54..9e336284b8 100644 --- a/packages/breadcrumbs/stories/props.stories.mdx +++ b/packages/breadcrumbs/stories/props.stories.mdx @@ -1,7 +1,7 @@ import { Meta, ArgTypes } from '@storybook/addon-docs'; import { hidden_RSBreadcrumb, hidden_RSBreadcrumbItem } from './breadcrumbs.stories'; - + # Reactstrap Breadcrumb Props diff --git a/packages/button/src/LoadingButton.stories.tsx b/packages/button/src/LoadingButton.stories.tsx index 1b56a3c86a..8754bb5655 100644 --- a/packages/button/src/LoadingButton.stories.tsx +++ b/packages/button/src/LoadingButton.stories.tsx @@ -8,7 +8,7 @@ import { LoadingButton } from '.'; import '../styles.scss'; export default { - title: 'Components/Button/Loading Button', + title: 'Bootstrap Components/Button/Loading Button', parameters: { docs: { // page: README, diff --git a/packages/change-password/stories/change-password.stories.tsx b/packages/change-password/stories/change-password.stories.tsx index 1b7aaea9bf..5cc56db406 100644 --- a/packages/change-password/stories/change-password.stories.tsx +++ b/packages/change-password/stories/change-password.stories.tsx @@ -5,7 +5,7 @@ import AvApi from '@availity/api-axios'; import ChangePassword, { ChangePasswordForm } from '..'; export default { - title: 'Components/Change Password', + title: 'Bootstrap Components/Change Password', parameters: { docs: { description: { diff --git a/packages/date/stories/date.stories.tsx b/packages/date/stories/date.stories.tsx index 2d058f33de..931ae24705 100644 --- a/packages/date/stories/date.stories.tsx +++ b/packages/date/stories/date.stories.tsx @@ -20,7 +20,7 @@ type Units = unitOfTime.DurationConstructor; const distanceUnits: Units[] = ['day', 'month']; export default { - title: 'Form Components/Date', + title: 'Bootstrap Components/Date', component: FormikDate, parameters: { docs: { diff --git a/packages/date/stories/props.stories.mdx b/packages/date/stories/props.stories.mdx index 3bcb784665..cda6025cdb 100644 --- a/packages/date/stories/props.stories.mdx +++ b/packages/date/stories/props.stories.mdx @@ -1,7 +1,7 @@ import { Meta, ArgTypes } from '@storybook/addon-docs'; import { hidden_DateField, hidden_DateRange, hidden_DateRangeField } from './date.stories'; - + # DateField Props diff --git a/packages/favorites/src/FavoriteHeart.stories.tsx b/packages/favorites/src/FavoriteHeart.stories.tsx index 2461722f8b..afe0583bf5 100644 --- a/packages/favorites/src/FavoriteHeart.stories.tsx +++ b/packages/favorites/src/FavoriteHeart.stories.tsx @@ -9,7 +9,7 @@ import { FavoriteHeart } from './FavoriteHeart'; // import README from '../README.md'; export default { - title: 'Components/Favorites', + title: 'Bootstrap Components/Favorites', component: FavoriteHeart, }; diff --git a/packages/feature/stories/feature.stories.tsx b/packages/feature/stories/feature.stories.tsx index d426cd4e88..75ead99913 100644 --- a/packages/feature/stories/feature.stories.tsx +++ b/packages/feature/stories/feature.stories.tsx @@ -5,7 +5,7 @@ import Feature from '../src/Feature'; // import README from "@availity/feature/README.md"; export default { - title: 'Components/Feature', + title: 'Bootstrap Components/Feature', parameters: { docs: { // page: README, diff --git a/packages/feedback/stories/FeedbackWithForm.stories.tsx b/packages/feedback/stories/FeedbackWithForm.stories.tsx index d33a6c2cce..8761e6a152 100644 --- a/packages/feedback/stories/FeedbackWithForm.stories.tsx +++ b/packages/feedback/stories/FeedbackWithForm.stories.tsx @@ -4,7 +4,7 @@ import FeedbackForm from '../src/FeedbackForm'; // import README from '../README.md'; export default { - title: 'Components/Feedback/FeedbackWithForm', + title: 'Bootstrap Components/Feedback/FeedbackWithForm', component: FeedbackForm, }; diff --git a/packages/feedback/stories/feedback.stories.tsx b/packages/feedback/stories/feedback.stories.tsx index 71a4e98299..c17d2c6c61 100644 --- a/packages/feedback/stories/feedback.stories.tsx +++ b/packages/feedback/stories/feedback.stories.tsx @@ -5,7 +5,7 @@ import Feedback from '../src/Feedback'; // import README from '../README.md'; export default { - title: 'Components/Feedback/Feedback', + title: 'Bootstrap Components/Feedback/Feedback', component: Feedback, }; diff --git a/packages/form-upload/src/Upload.stories.tsx b/packages/form-upload/src/Upload.stories.tsx index c254c186cb..f62e963144 100644 --- a/packages/form-upload/src/Upload.stories.tsx +++ b/packages/form-upload/src/Upload.stories.tsx @@ -20,7 +20,7 @@ const file = (fileName: string) => ({ }); export default { - title: 'Form Components/Upload', + title: 'Bootstrap Components/Upload', parameters: { docs: { description: { diff --git a/packages/form-upload/src/props.stories.mdx b/packages/form-upload/src/props.stories.mdx index f3c521ff87..ae56546650 100644 --- a/packages/form-upload/src/props.stories.mdx +++ b/packages/form-upload/src/props.stories.mdx @@ -1,7 +1,7 @@ import { Meta, ArgTypes } from '@storybook/addon-docs'; import { hidden_FileList, hidden_FilePicker, hidden_FilePickerBtn, hidden_UploadProgressBar } from './Upload.stories'; - + # FileList Props diff --git a/packages/form/src/CheckboxGroup.stories.tsx b/packages/form/src/CheckboxGroup.stories.tsx index 02b1c0c67f..0aa2f20f30 100644 --- a/packages/form/src/CheckboxGroup.stories.tsx +++ b/packages/form/src/CheckboxGroup.stories.tsx @@ -13,7 +13,7 @@ import { Checkbox, CheckboxGroup } from '.'; import FormResults from '../../../story-utils/FormikResults'; export default { - title: 'Form Components/Form/CheckboxGroup', + title: 'Bootstrap Components/Form/CheckboxGroup', component: CheckboxGroup, parameters: { docs: { diff --git a/packages/form/src/CurrencyInput.stories.tsx b/packages/form/src/CurrencyInput.stories.tsx index 29236471bd..93974b93b8 100644 --- a/packages/form/src/CurrencyInput.stories.tsx +++ b/packages/form/src/CurrencyInput.stories.tsx @@ -12,7 +12,7 @@ import { CurrencyInput } from '.'; import FormResults from '../../../story-utils/FormikResults'; export default { - title: 'Form Components/Form/CurrencyInput', + title: 'Bootstrap Components/Form/CurrencyInput', component: CurrencyInput, parameters: { docs: { diff --git a/packages/form/src/Field.stories.tsx b/packages/form/src/Field.stories.tsx index eebd0f1d9b..fa815d54cf 100644 --- a/packages/form/src/Field.stories.tsx +++ b/packages/form/src/Field.stories.tsx @@ -13,7 +13,7 @@ import { Field } from '.'; import FormResults from '../../../story-utils/FormikResults'; export default { - title: 'Form Components/Form/Field', + title: 'Bootstrap Components/Form/Field', component: Field, parameters: { docs: { diff --git a/packages/form/src/FieldHelpIcon.stories.tsx b/packages/form/src/FieldHelpIcon.stories.tsx index 61280606a0..723c86a597 100644 --- a/packages/form/src/FieldHelpIcon.stories.tsx +++ b/packages/form/src/FieldHelpIcon.stories.tsx @@ -4,7 +4,7 @@ import { StoryObj } from '@storybook/react'; import FieldHelpIcon, { FieldHelpIconProps } from './FieldHelpIcon'; export default { - title: 'Form Components/Form/FieldHelpIcon', + title: 'Bootstrap Components/Form/FieldHelpIcon', component: FieldHelpIcon, parameters: { docs: { diff --git a/packages/form/src/Form.stories.tsx b/packages/form/src/Form.stories.tsx index d59d66adcb..5efcdbe2a2 100644 --- a/packages/form/src/Form.stories.tsx +++ b/packages/form/src/Form.stories.tsx @@ -36,7 +36,7 @@ import { } from '.'; export default { - title: 'Form Components/Form', + title: 'Bootstrap Components/Form', parameters: { docs: { description: { diff --git a/packages/form/src/FormGroup.stories.tsx b/packages/form/src/FormGroup.stories.tsx index 5ed76b25a8..53fcb0fb20 100644 --- a/packages/form/src/FormGroup.stories.tsx +++ b/packages/form/src/FormGroup.stories.tsx @@ -13,7 +13,7 @@ import { Input, FormGroup } from '.'; import FormResults from '../../../story-utils/FormikResults'; export default { - title: 'Form Components/Form/FormGroup', + title: 'Bootstrap Components/Form/FormGroup', component: FormGroup, parameters: { docs: { diff --git a/packages/form/src/InputForm.stories.tsx b/packages/form/src/InputForm.stories.tsx index c403da8742..13a607e674 100644 --- a/packages/form/src/InputForm.stories.tsx +++ b/packages/form/src/InputForm.stories.tsx @@ -13,7 +13,7 @@ import { Input } from '.'; import FormResults from '../../../story-utils/FormikResults'; export default { - title: 'Form Components/Form/Input', + title: 'Bootstrap Components/Form/Input', component: Input, parameters: { docs: { diff --git a/packages/form/src/Label.stories.tsx b/packages/form/src/Label.stories.tsx index 768fd532f6..2e40954380 100644 --- a/packages/form/src/Label.stories.tsx +++ b/packages/form/src/Label.stories.tsx @@ -7,7 +7,7 @@ import { Label } from '.'; // import README from '../form/README.md'; export default { - title: 'Form Components/Form/Label', + title: 'Bootstrap Components/Form/Label', component: Label, args: { required: false, diff --git a/packages/form/src/RadioGroup.stories.tsx b/packages/form/src/RadioGroup.stories.tsx index e745a08450..72221c4ac3 100644 --- a/packages/form/src/RadioGroup.stories.tsx +++ b/packages/form/src/RadioGroup.stories.tsx @@ -13,7 +13,7 @@ import { RadioGroup, Radio } from '.'; import FormResults from '../../../story-utils/FormikResults'; export default { - title: 'Form Components/Form/RadioGroup', + title: 'Bootstrap Components/Form/RadioGroup', component: FormResults, parameters: { docs: { diff --git a/packages/form/src/props.stories.mdx b/packages/form/src/props.stories.mdx index 0b49ee957d..8340008d11 100644 --- a/packages/form/src/props.stories.mdx +++ b/packages/form/src/props.stories.mdx @@ -12,7 +12,7 @@ import { hidden_CurrencyInput, } from './Form.stories'; - + # Form Props diff --git a/packages/icon/src/Icon.stories.tsx b/packages/icon/src/Icon.stories.tsx index aef329dada..748fca36fb 100644 --- a/packages/icon/src/Icon.stories.tsx +++ b/packages/icon/src/Icon.stories.tsx @@ -23,7 +23,7 @@ const colors = [ const iconOptions = icons.glyphs.map((glyph) => glyph.css); export default { - title: 'Components/Icon', + title: 'Bootstrap Components/Icon', parameters: { docs: { // page: README, diff --git a/packages/json-viewer/src/JsonViewer.stories.tsx b/packages/json-viewer/src/JsonViewer.stories.tsx index 63d01e4dd7..0baf68e5a0 100644 --- a/packages/json-viewer/src/JsonViewer.stories.tsx +++ b/packages/json-viewer/src/JsonViewer.stories.tsx @@ -5,7 +5,7 @@ import JsonViewer from '.'; // import README from '../README.md'; export default { - title: 'Components/JsonViewer', + title: 'Bootstrap Components/JsonViewer', parameters: { docs: { // page: README, diff --git a/packages/link/stories/link.stories.tsx b/packages/link/stories/link.stories.tsx index e7de7a1ad9..4b8885f537 100644 --- a/packages/link/stories/link.stories.tsx +++ b/packages/link/stories/link.stories.tsx @@ -3,7 +3,7 @@ import { StoryObj } from '@storybook/react'; import Link, { AvLinkProps } from '..'; export default { - title: 'Components/Link', + title: 'Bootstrap Components/Link', components: Link, }; diff --git a/packages/list-group-item/src/ListGroupItem.stories.tsx b/packages/list-group-item/src/ListGroupItem.stories.tsx index 94cfa26a4b..4230a0d5d7 100644 --- a/packages/list-group-item/src/ListGroupItem.stories.tsx +++ b/packages/list-group-item/src/ListGroupItem.stories.tsx @@ -11,7 +11,7 @@ const colors = ['success', 'info', 'danger', 'warning', 'secondary']; * List Group Item with some Availity flair */ export default { - title: 'Components/List Group Item', + title: 'Bootstrap Components/List Group Item', component: ListGroupItem, args: { cards: false, diff --git a/packages/list-group-item/src/props.stories.mdx b/packages/list-group-item/src/props.stories.mdx index 4bfcca546f..d8a4c98f80 100644 --- a/packages/list-group-item/src/props.stories.mdx +++ b/packages/list-group-item/src/props.stories.mdx @@ -1,7 +1,7 @@ import { Meta, ArgTypes } from '@storybook/addon-docs'; import { hidden_RsListGroupItem, hidden_RsListGroupItemStatus } from './ListGroupItem.stories'; - + # Reactstrap ListGroupItem Props diff --git a/packages/list-group/src/ListGroup.stories.tsx b/packages/list-group/src/ListGroup.stories.tsx index b196b52cba..aa80eca18e 100644 --- a/packages/list-group/src/ListGroup.stories.tsx +++ b/packages/list-group/src/ListGroup.stories.tsx @@ -6,7 +6,7 @@ import ListGroup from '..'; // import README from '../README.md'; export default { - title: 'Components/List Group', + title: 'Bootstrap Components/List Group', component: ListGroup, parameters: { docs: { diff --git a/packages/list-group/src/props.stories.mdx b/packages/list-group/src/props.stories.mdx index ea04deaaae..4dbc8a468b 100644 --- a/packages/list-group/src/props.stories.mdx +++ b/packages/list-group/src/props.stories.mdx @@ -1,7 +1,7 @@ import { Meta, ArgTypes } from '@storybook/addon-docs'; import { hidden_RsListGroup } from './ListGroup.stories'; - + # Reactstrap ListGroup Props diff --git a/packages/page-header/stories/page-header.stories.tsx b/packages/page-header/stories/page-header.stories.tsx index fe98a0bc9e..81bc358623 100644 --- a/packages/page-header/stories/page-header.stories.tsx +++ b/packages/page-header/stories/page-header.stories.tsx @@ -33,7 +33,7 @@ const logoAttrs = { const colors = ['black', 'blue', 'orange', 'green']; export default { - title: 'Components/Page Header', + title: 'Bootstrap Components/Page Header', parameters: { docs: { // page: README, diff --git a/packages/pagination/src/Pagination.stories.tsx b/packages/pagination/src/Pagination.stories.tsx index d92e022046..6129876efb 100644 --- a/packages/pagination/src/Pagination.stories.tsx +++ b/packages/pagination/src/Pagination.stories.tsx @@ -61,7 +61,7 @@ const resource = new AvApi({ name: 'pagination' }); * Pagination, the Availity way. */ export default { - title: 'Components/Pagination', + title: 'Bootstrap Components/Pagination', component: Pagination, }; diff --git a/packages/pagination/src/props.stories.mdx b/packages/pagination/src/props.stories.mdx index 6032895dc0..32b553e175 100644 --- a/packages/pagination/src/props.stories.mdx +++ b/packages/pagination/src/props.stories.mdx @@ -6,7 +6,7 @@ import { hidden_AvResourcePagination, } from './Pagination.stories'; - + # PaginationContent Props diff --git a/packages/phone/src/Phone.stories.tsx b/packages/phone/src/Phone.stories.tsx index bf21b6e6e5..ae39ec7287 100644 --- a/packages/phone/src/Phone.stories.tsx +++ b/packages/phone/src/Phone.stories.tsx @@ -13,7 +13,7 @@ import './validatePhone'; import FormikResults from '../../../story-utils/FormikResults'; export default { - title: 'Form Components/Phone', + title: 'Bootstrap Components/Phone', parameters: { docs: { description: { diff --git a/packages/progress/src/Progress.stories.tsx b/packages/progress/src/Progress.stories.tsx index aabfbb8fbe..0d8082dd97 100644 --- a/packages/progress/src/Progress.stories.tsx +++ b/packages/progress/src/Progress.stories.tsx @@ -4,7 +4,7 @@ import Progress from '.'; // import README from '../README.md'; export default { - title: 'Components/Progress', + title: 'Bootstrap Components/Progress', component: Progress, }; diff --git a/packages/select/stories/ResourceSelect.stories.tsx b/packages/select/stories/ResourceSelect.stories.tsx index 04cdd1b6c9..68c72280a5 100644 --- a/packages/select/stories/ResourceSelect.stories.tsx +++ b/packages/select/stories/ResourceSelect.stories.tsx @@ -25,7 +25,7 @@ const avCustomResource = new AvApi({ name: 'my-custom-resource' }); const avGraphqlResource = new AvApi({ name: 'my-custom-graphql' }); export default { - title: 'Form Components/Select/Async Selects', + title: 'Bootstrap Components/Select/Async Selects', parameters: { docs: { description: { diff --git a/packages/select/stories/props.stories.mdx b/packages/select/stories/props.stories.mdx index fb8de17a03..d9914747f5 100644 --- a/packages/select/stories/props.stories.mdx +++ b/packages/select/stories/props.stories.mdx @@ -1,7 +1,7 @@ import { Meta, ArgTypes } from '@storybook/addon-docs'; import { hidden_SelectField } from './select.stories'; - + # SelectField Props diff --git a/packages/select/stories/select.stories.tsx b/packages/select/stories/select.stories.tsx index a62151e079..1791db7179 100644 --- a/packages/select/stories/select.stories.tsx +++ b/packages/select/stories/select.stories.tsx @@ -12,7 +12,7 @@ import FormikResults from '../../../story-utils/FormikResults'; import { singleValueSchema, multiValueSchema, options, SelectedOption, autofillOptions } from './utils'; export default { - title: 'Form Components/Select', + title: 'Bootstrap Components/Select', component: Select, args: { autofill: false, diff --git a/packages/spaces/stories/props.stories.mdx b/packages/spaces/stories/props.stories.mdx index d91fdd4459..feb8cb309a 100644 --- a/packages/spaces/stories/props.stories.mdx +++ b/packages/spaces/stories/props.stories.mdx @@ -8,7 +8,7 @@ import { hidden_SpacesGhostText, } from './spaces.stories'; - + # SpacesLogo Props diff --git a/packages/spaces/stories/spaces.stories.tsx b/packages/spaces/stories/spaces.stories.tsx index 98e3f29a3d..503f0a171f 100644 --- a/packages/spaces/stories/spaces.stories.tsx +++ b/packages/spaces/stories/spaces.stories.tsx @@ -17,7 +17,7 @@ import { SpacesGhostTextProps } from '../types/SpacesGhostText'; // import README from '../README.md'; export default { - title: 'Components/Spaces', + title: 'Bootstrap Components/Spaces', component: Spaces, parameters: { docs: { diff --git a/packages/step-wizard/stories/props.stories.mdx b/packages/step-wizard/stories/props.stories.mdx index 22a1e93eb2..d102787a4d 100644 --- a/packages/step-wizard/stories/props.stories.mdx +++ b/packages/step-wizard/stories/props.stories.mdx @@ -1,7 +1,7 @@ import { Meta, ArgTypes } from '@storybook/addon-docs'; import { hidden_WizardStep, hidden_WizardStepBadge, hidden_WizardStepTitle } from './step-wizard.stories'; - + # WizardStep Props diff --git a/packages/step-wizard/stories/step-wizard.stories.tsx b/packages/step-wizard/stories/step-wizard.stories.tsx index ae5bfc9a2b..a20b8e11a4 100644 --- a/packages/step-wizard/stories/step-wizard.stories.tsx +++ b/packages/step-wizard/stories/step-wizard.stories.tsx @@ -7,7 +7,7 @@ import { WizardStepTitleProps } from '../types/WizardStepTitle'; // import README from '../README.md'; export default { - title: 'Components/Wizard', + title: 'Bootstrap Components/Wizard', component: Wizard, }; diff --git a/packages/table/src/Table.stories.tsx b/packages/table/src/Table.stories.tsx index 1a3b99e135..050ef20693 100644 --- a/packages/table/src/Table.stories.tsx +++ b/packages/table/src/Table.stories.tsx @@ -155,7 +155,7 @@ const bulkActions = [ ]; export default { - title: 'Components/Table', + title: 'Bootstrap Components/Table', component: Table, }; diff --git a/packages/table/src/props.stories.mdx b/packages/table/src/props.stories.mdx index eb8e0e7504..1293eba8b4 100644 --- a/packages/table/src/props.stories.mdx +++ b/packages/table/src/props.stories.mdx @@ -1,7 +1,7 @@ import { Meta, ArgTypes } from '@storybook/addon-docs'; import { hidden_avTable } from './Table.stories'; - + # Table Props diff --git a/packages/tooltip/src/Tooltip.stories.tsx b/packages/tooltip/src/Tooltip.stories.tsx index fe619e2600..51447003c4 100644 --- a/packages/tooltip/src/Tooltip.stories.tsx +++ b/packages/tooltip/src/Tooltip.stories.tsx @@ -8,7 +8,7 @@ import Tooltip from './Tooltip'; * Accessible tooltip for hovering over. */ export default { - title: 'Components/Tooltip', + title: 'Bootstrap Components/Tooltip', component: Tooltip, }; diff --git a/packages/training-link/src/TrainingLink.stories.tsx b/packages/training-link/src/TrainingLink.stories.tsx index a799da5c76..b46e9791af 100644 --- a/packages/training-link/src/TrainingLink.stories.tsx +++ b/packages/training-link/src/TrainingLink.stories.tsx @@ -3,7 +3,7 @@ import { StoryObj } from '@storybook/react'; import TrainingLink from './TrainingLink'; export default { - title: 'Components/Training Link', + title: 'Bootstrap Components/Training Link', parameters: { docs: { description: { diff --git a/packages/tree/src/Tree.stories.tsx b/packages/tree/src/Tree.stories.tsx index ab35f72b69..dc2c00719c 100644 --- a/packages/tree/src/Tree.stories.tsx +++ b/packages/tree/src/Tree.stories.tsx @@ -7,7 +7,7 @@ import Tree, { buildTree, TreeItem } from '.'; import '../styles.scss'; export default { - title: 'Components/Tree', + title: 'Bootstrap Components/Tree', component: Tree, parameters: { docs: { diff --git a/packages/tree/src/props.stories.mdx b/packages/tree/src/props.stories.mdx index f20a5f6be9..e71007e58a 100644 --- a/packages/tree/src/props.stories.mdx +++ b/packages/tree/src/props.stories.mdx @@ -1,7 +1,7 @@ import { Meta, ArgTypes } from '@storybook/addon-docs'; import { hidden_TreeItemComponent } from './Tree.stories'; - + # TreeItem Props diff --git a/packages/typography/stories/typography-disclaimer.stories.tsx b/packages/typography/stories/typography-disclaimer.stories.tsx index 6c2dddbc67..3acfc1ed55 100644 --- a/packages/typography/stories/typography-disclaimer.stories.tsx +++ b/packages/typography/stories/typography-disclaimer.stories.tsx @@ -3,7 +3,7 @@ import type { StoryObj } from '@storybook/react'; import Disclaimer from '../src/Disclaimer'; export default { - title: 'Components/Typography/Disclaimer', + title: 'Bootstrap Components/Typography/Disclaimer', component: Disclaimer, }; diff --git a/packages/typography/stories/typography.stories.tsx b/packages/typography/stories/typography.stories.tsx index 2fc000f66e..00075024c2 100644 --- a/packages/typography/stories/typography.stories.tsx +++ b/packages/typography/stories/typography.stories.tsx @@ -3,7 +3,7 @@ import type { StoryObj } from '@storybook/react'; import Agreement from '../src/Agreement'; export default { - title: 'Components/Typography/Agreement', + title: 'Bootstrap Components/Typography/Agreement', component: Agreement, }; diff --git a/packages/upload/stories/filelist.stories.tsx b/packages/upload/stories/filelist.stories.tsx index 25e9a00529..c0decdc569 100644 --- a/packages/upload/stories/filelist.stories.tsx +++ b/packages/upload/stories/filelist.stories.tsx @@ -18,7 +18,7 @@ const file = (fileName: string) => ({ * The default export is an all-in-one solution which handles uploads, encrypted file password requests and file state management for you. */ export default { - title: 'Components/Upload/FileList', + title: 'Bootstrap Components/Upload/FileList', component: FileList, }; diff --git a/packages/upload/stories/filepicker.stories.tsx b/packages/upload/stories/filepicker.stories.tsx index 3cddaa4223..30410c8877 100644 --- a/packages/upload/stories/filepicker.stories.tsx +++ b/packages/upload/stories/filepicker.stories.tsx @@ -11,7 +11,7 @@ const log = window.console.log.bind(console); * The default export is an all-in-one solution which handles uploads, encrypted file password requests and file state management for you. */ export default { - title: 'Components/Upload/FilePicker', + title: 'Bootstrap Components/Upload/FilePicker', component: FilePicker, }; diff --git a/packages/upload/stories/pickerbutton.stories.tsx b/packages/upload/stories/pickerbutton.stories.tsx index 9f3bfe33e5..0156707450 100644 --- a/packages/upload/stories/pickerbutton.stories.tsx +++ b/packages/upload/stories/pickerbutton.stories.tsx @@ -10,7 +10,7 @@ import { FilePickerBtn } from '..'; * The default export is an all-in-one solution which handles uploads, encrypted file password requests and file state management for you. */ export default { - title: 'Components/Upload/PickerButton', + title: 'Bootstrap Components/Upload/PickerButton', component: FilePickerBtn, }; diff --git a/packages/upload/stories/upload.stories.tsx b/packages/upload/stories/upload.stories.tsx index 3ecde3e460..27b0f01191 100644 --- a/packages/upload/stories/upload.stories.tsx +++ b/packages/upload/stories/upload.stories.tsx @@ -9,7 +9,7 @@ import Upload from '..'; * The default export is an all-in-one solution which handles uploads, encrypted file password requests and file state management for you. */ export default { - title: 'Components/Upload', + title: 'Bootstrap Components/Upload', component: Upload, args: { clientId: 'a', From 584310c17d58cf160eb80d3548a74a0e8b768a16 Mon Sep 17 00:00:00 2001 From: David Glen Crittendon Date: Wed, 23 Jul 2025 10:37:10 -0400 Subject: [PATCH 2/5] fix: moved all bootstrap docusaurus components to new folder, UXDS-919 --- .../app-icon.mdx | 0 .../app-tiles.mdx | 0 .../authorize/authorize.mdx | 0 .../authorize/index.mdx | 0 .../authorize/useAuthorize.mdx | 0 .../avatar.mdx | 0 .../badge.mdx | 0 .../block-ui.mdx | 0 .../breadcrumbs.mdx | 0 .../button.mdx | 0 .../change-password/change-password-form.md | 0 .../change-password/change-password.md | 0 .../change-password/index.md | 1 - .../change-password/use-change-password.md | 0 .../favorites/favorites.md | 0 .../favorites/heart.md | 0 .../favorites/hook.md | 0 .../favorites/index.md | 0 .../feature.mdx | 0 .../feedback/feedback.md | 0 .../feedback/form.md | 0 .../feedback/index.md | 0 .../hooks/index.md | 0 .../hooks/use-current-user.md | 0 .../hooks/use-effect-async.md | 0 .../hooks/use-mount.md | 0 .../hooks/use-organizations.md | 0 .../hooks/use-permissions.md | 0 .../hooks/use-providers.md | 0 .../hooks/use-region.md | 0 .../hooks/use-timeout.md | 0 .../hooks/use-toggle.md | 0 .../hooks/use-update-nav.md | 0 .../hooks/use-window-dimensions.md | 0 .../icon.mdx | 0 .../json-viewer/index.md | 0 .../json-viewer/json-viewer.md | 0 .../link.mdx | 0 .../list-group-item/index.md | 0 .../list-group-item/list-group-item-status.md | 0 .../list-group-item/list-group-item.md | 0 .../list-group.mdx | 0 .../page-header.mdx | 0 .../pagination/content.md | 0 .../pagination/context.md | 0 .../pagination/controls.md | 0 .../pagination/hook.md | 0 .../pagination/index.md | 0 .../pagination/pagination.md | 0 .../pagination/resource.md | 0 .../progress.mdx | 0 .../spaces/agreement.md | 0 .../spaces/context.md | 0 .../spaces/disclaimer.md | 0 .../spaces/ghost-text.md | 0 .../spaces/images.md | 0 .../spaces/index.md | 0 .../spaces/space.md | 0 .../spaces/spaces-link.md | 0 .../spaces/use-spaces-context.md | 0 .../spaces/use-spaces.md | 0 .../step-wizard/index.md | 0 .../step-wizard/wizard-step.md | 0 .../step-wizard/wizard.md | 0 .../table/index.md | 0 .../table/scrollableContainer.md | 0 .../table/tableControls.md | 0 .../tooltip.mdx | 0 .../training-link.mdx | 0 .../tree.mdx | 0 .../typography/agreement.md | 0 .../typography/disclaimer.md | 0 .../typography/index.md | 0 docusaurus/docs/intro.md | 4 + docusaurus/sidebars.js | 150 +++++++++--------- 75 files changed, 82 insertions(+), 73 deletions(-) rename docusaurus/docs/{components => bootstrap-components}/app-icon.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/app-tiles.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/authorize/authorize.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/authorize/index.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/authorize/useAuthorize.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/avatar.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/badge.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/block-ui.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/breadcrumbs.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/button.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/change-password/change-password-form.md (100%) rename docusaurus/docs/{components => bootstrap-components}/change-password/change-password.md (100%) rename docusaurus/docs/{components => bootstrap-components}/change-password/index.md (99%) rename docusaurus/docs/{components => bootstrap-components}/change-password/use-change-password.md (100%) rename docusaurus/docs/{components => bootstrap-components}/favorites/favorites.md (100%) rename docusaurus/docs/{components => bootstrap-components}/favorites/heart.md (100%) rename docusaurus/docs/{components => bootstrap-components}/favorites/hook.md (100%) rename docusaurus/docs/{components => bootstrap-components}/favorites/index.md (100%) rename docusaurus/docs/{components => bootstrap-components}/feature.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/feedback/feedback.md (100%) rename docusaurus/docs/{components => bootstrap-components}/feedback/form.md (100%) rename docusaurus/docs/{components => bootstrap-components}/feedback/index.md (100%) rename docusaurus/docs/{components => bootstrap-components}/hooks/index.md (100%) rename docusaurus/docs/{components => bootstrap-components}/hooks/use-current-user.md (100%) rename docusaurus/docs/{components => bootstrap-components}/hooks/use-effect-async.md (100%) rename docusaurus/docs/{components => bootstrap-components}/hooks/use-mount.md (100%) rename docusaurus/docs/{components => bootstrap-components}/hooks/use-organizations.md (100%) rename docusaurus/docs/{components => bootstrap-components}/hooks/use-permissions.md (100%) rename docusaurus/docs/{components => bootstrap-components}/hooks/use-providers.md (100%) rename docusaurus/docs/{components => bootstrap-components}/hooks/use-region.md (100%) rename docusaurus/docs/{components => bootstrap-components}/hooks/use-timeout.md (100%) rename docusaurus/docs/{components => bootstrap-components}/hooks/use-toggle.md (100%) rename docusaurus/docs/{components => bootstrap-components}/hooks/use-update-nav.md (100%) rename docusaurus/docs/{components => bootstrap-components}/hooks/use-window-dimensions.md (100%) rename docusaurus/docs/{components => bootstrap-components}/icon.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/json-viewer/index.md (100%) rename docusaurus/docs/{components => bootstrap-components}/json-viewer/json-viewer.md (100%) rename docusaurus/docs/{components => bootstrap-components}/link.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/list-group-item/index.md (100%) rename docusaurus/docs/{components => bootstrap-components}/list-group-item/list-group-item-status.md (100%) rename docusaurus/docs/{components => bootstrap-components}/list-group-item/list-group-item.md (100%) rename docusaurus/docs/{components => bootstrap-components}/list-group.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/page-header.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/pagination/content.md (100%) rename docusaurus/docs/{components => bootstrap-components}/pagination/context.md (100%) rename docusaurus/docs/{components => bootstrap-components}/pagination/controls.md (100%) rename docusaurus/docs/{components => bootstrap-components}/pagination/hook.md (100%) rename docusaurus/docs/{components => bootstrap-components}/pagination/index.md (100%) rename docusaurus/docs/{components => bootstrap-components}/pagination/pagination.md (100%) rename docusaurus/docs/{components => bootstrap-components}/pagination/resource.md (100%) rename docusaurus/docs/{components => bootstrap-components}/progress.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/spaces/agreement.md (100%) rename docusaurus/docs/{components => bootstrap-components}/spaces/context.md (100%) rename docusaurus/docs/{components => bootstrap-components}/spaces/disclaimer.md (100%) rename docusaurus/docs/{components => bootstrap-components}/spaces/ghost-text.md (100%) rename docusaurus/docs/{components => bootstrap-components}/spaces/images.md (100%) rename docusaurus/docs/{components => bootstrap-components}/spaces/index.md (100%) rename docusaurus/docs/{components => bootstrap-components}/spaces/space.md (100%) rename docusaurus/docs/{components => bootstrap-components}/spaces/spaces-link.md (100%) rename docusaurus/docs/{components => bootstrap-components}/spaces/use-spaces-context.md (100%) rename docusaurus/docs/{components => bootstrap-components}/spaces/use-spaces.md (100%) rename docusaurus/docs/{components => bootstrap-components}/step-wizard/index.md (100%) rename docusaurus/docs/{components => bootstrap-components}/step-wizard/wizard-step.md (100%) rename docusaurus/docs/{components => bootstrap-components}/step-wizard/wizard.md (100%) rename docusaurus/docs/{components => bootstrap-components}/table/index.md (100%) rename docusaurus/docs/{components => bootstrap-components}/table/scrollableContainer.md (100%) rename docusaurus/docs/{components => bootstrap-components}/table/tableControls.md (100%) rename docusaurus/docs/{components => bootstrap-components}/tooltip.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/training-link.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/tree.mdx (100%) rename docusaurus/docs/{components => bootstrap-components}/typography/agreement.md (100%) rename docusaurus/docs/{components => bootstrap-components}/typography/disclaimer.md (100%) rename docusaurus/docs/{components => bootstrap-components}/typography/index.md (100%) diff --git a/docusaurus/docs/components/app-icon.mdx b/docusaurus/docs/bootstrap-components/app-icon.mdx similarity index 100% rename from docusaurus/docs/components/app-icon.mdx rename to docusaurus/docs/bootstrap-components/app-icon.mdx diff --git a/docusaurus/docs/components/app-tiles.mdx b/docusaurus/docs/bootstrap-components/app-tiles.mdx similarity index 100% rename from docusaurus/docs/components/app-tiles.mdx rename to docusaurus/docs/bootstrap-components/app-tiles.mdx diff --git a/docusaurus/docs/components/authorize/authorize.mdx b/docusaurus/docs/bootstrap-components/authorize/authorize.mdx similarity index 100% rename from docusaurus/docs/components/authorize/authorize.mdx rename to docusaurus/docs/bootstrap-components/authorize/authorize.mdx diff --git a/docusaurus/docs/components/authorize/index.mdx b/docusaurus/docs/bootstrap-components/authorize/index.mdx similarity index 100% rename from docusaurus/docs/components/authorize/index.mdx rename to docusaurus/docs/bootstrap-components/authorize/index.mdx diff --git a/docusaurus/docs/components/authorize/useAuthorize.mdx b/docusaurus/docs/bootstrap-components/authorize/useAuthorize.mdx similarity index 100% rename from docusaurus/docs/components/authorize/useAuthorize.mdx rename to docusaurus/docs/bootstrap-components/authorize/useAuthorize.mdx diff --git a/docusaurus/docs/components/avatar.mdx b/docusaurus/docs/bootstrap-components/avatar.mdx similarity index 100% rename from docusaurus/docs/components/avatar.mdx rename to docusaurus/docs/bootstrap-components/avatar.mdx diff --git a/docusaurus/docs/components/badge.mdx b/docusaurus/docs/bootstrap-components/badge.mdx similarity index 100% rename from docusaurus/docs/components/badge.mdx rename to docusaurus/docs/bootstrap-components/badge.mdx diff --git a/docusaurus/docs/components/block-ui.mdx b/docusaurus/docs/bootstrap-components/block-ui.mdx similarity index 100% rename from docusaurus/docs/components/block-ui.mdx rename to docusaurus/docs/bootstrap-components/block-ui.mdx diff --git a/docusaurus/docs/components/breadcrumbs.mdx b/docusaurus/docs/bootstrap-components/breadcrumbs.mdx similarity index 100% rename from docusaurus/docs/components/breadcrumbs.mdx rename to docusaurus/docs/bootstrap-components/breadcrumbs.mdx diff --git a/docusaurus/docs/components/button.mdx b/docusaurus/docs/bootstrap-components/button.mdx similarity index 100% rename from docusaurus/docs/components/button.mdx rename to docusaurus/docs/bootstrap-components/button.mdx diff --git a/docusaurus/docs/components/change-password/change-password-form.md b/docusaurus/docs/bootstrap-components/change-password/change-password-form.md similarity index 100% rename from docusaurus/docs/components/change-password/change-password-form.md rename to docusaurus/docs/bootstrap-components/change-password/change-password-form.md diff --git a/docusaurus/docs/components/change-password/change-password.md b/docusaurus/docs/bootstrap-components/change-password/change-password.md similarity index 100% rename from docusaurus/docs/components/change-password/change-password.md rename to docusaurus/docs/bootstrap-components/change-password/change-password.md diff --git a/docusaurus/docs/components/change-password/index.md b/docusaurus/docs/bootstrap-components/change-password/index.md similarity index 99% rename from docusaurus/docs/components/change-password/index.md rename to docusaurus/docs/bootstrap-components/change-password/index.md index 78734b346e..92f6be854c 100644 --- a/docusaurus/docs/components/change-password/index.md +++ b/docusaurus/docs/bootstrap-components/change-password/index.md @@ -11,4 +11,3 @@ Easy to use change password components ```bash npx install-peerdeps @availity/change-password --save ``` - diff --git a/docusaurus/docs/components/change-password/use-change-password.md b/docusaurus/docs/bootstrap-components/change-password/use-change-password.md similarity index 100% rename from docusaurus/docs/components/change-password/use-change-password.md rename to docusaurus/docs/bootstrap-components/change-password/use-change-password.md diff --git a/docusaurus/docs/components/favorites/favorites.md b/docusaurus/docs/bootstrap-components/favorites/favorites.md similarity index 100% rename from docusaurus/docs/components/favorites/favorites.md rename to docusaurus/docs/bootstrap-components/favorites/favorites.md diff --git a/docusaurus/docs/components/favorites/heart.md b/docusaurus/docs/bootstrap-components/favorites/heart.md similarity index 100% rename from docusaurus/docs/components/favorites/heart.md rename to docusaurus/docs/bootstrap-components/favorites/heart.md diff --git a/docusaurus/docs/components/favorites/hook.md b/docusaurus/docs/bootstrap-components/favorites/hook.md similarity index 100% rename from docusaurus/docs/components/favorites/hook.md rename to docusaurus/docs/bootstrap-components/favorites/hook.md diff --git a/docusaurus/docs/components/favorites/index.md b/docusaurus/docs/bootstrap-components/favorites/index.md similarity index 100% rename from docusaurus/docs/components/favorites/index.md rename to docusaurus/docs/bootstrap-components/favorites/index.md diff --git a/docusaurus/docs/components/feature.mdx b/docusaurus/docs/bootstrap-components/feature.mdx similarity index 100% rename from docusaurus/docs/components/feature.mdx rename to docusaurus/docs/bootstrap-components/feature.mdx diff --git a/docusaurus/docs/components/feedback/feedback.md b/docusaurus/docs/bootstrap-components/feedback/feedback.md similarity index 100% rename from docusaurus/docs/components/feedback/feedback.md rename to docusaurus/docs/bootstrap-components/feedback/feedback.md diff --git a/docusaurus/docs/components/feedback/form.md b/docusaurus/docs/bootstrap-components/feedback/form.md similarity index 100% rename from docusaurus/docs/components/feedback/form.md rename to docusaurus/docs/bootstrap-components/feedback/form.md diff --git a/docusaurus/docs/components/feedback/index.md b/docusaurus/docs/bootstrap-components/feedback/index.md similarity index 100% rename from docusaurus/docs/components/feedback/index.md rename to docusaurus/docs/bootstrap-components/feedback/index.md diff --git a/docusaurus/docs/components/hooks/index.md b/docusaurus/docs/bootstrap-components/hooks/index.md similarity index 100% rename from docusaurus/docs/components/hooks/index.md rename to docusaurus/docs/bootstrap-components/hooks/index.md diff --git a/docusaurus/docs/components/hooks/use-current-user.md b/docusaurus/docs/bootstrap-components/hooks/use-current-user.md similarity index 100% rename from docusaurus/docs/components/hooks/use-current-user.md rename to docusaurus/docs/bootstrap-components/hooks/use-current-user.md diff --git a/docusaurus/docs/components/hooks/use-effect-async.md b/docusaurus/docs/bootstrap-components/hooks/use-effect-async.md similarity index 100% rename from docusaurus/docs/components/hooks/use-effect-async.md rename to docusaurus/docs/bootstrap-components/hooks/use-effect-async.md diff --git a/docusaurus/docs/components/hooks/use-mount.md b/docusaurus/docs/bootstrap-components/hooks/use-mount.md similarity index 100% rename from docusaurus/docs/components/hooks/use-mount.md rename to docusaurus/docs/bootstrap-components/hooks/use-mount.md diff --git a/docusaurus/docs/components/hooks/use-organizations.md b/docusaurus/docs/bootstrap-components/hooks/use-organizations.md similarity index 100% rename from docusaurus/docs/components/hooks/use-organizations.md rename to docusaurus/docs/bootstrap-components/hooks/use-organizations.md diff --git a/docusaurus/docs/components/hooks/use-permissions.md b/docusaurus/docs/bootstrap-components/hooks/use-permissions.md similarity index 100% rename from docusaurus/docs/components/hooks/use-permissions.md rename to docusaurus/docs/bootstrap-components/hooks/use-permissions.md diff --git a/docusaurus/docs/components/hooks/use-providers.md b/docusaurus/docs/bootstrap-components/hooks/use-providers.md similarity index 100% rename from docusaurus/docs/components/hooks/use-providers.md rename to docusaurus/docs/bootstrap-components/hooks/use-providers.md diff --git a/docusaurus/docs/components/hooks/use-region.md b/docusaurus/docs/bootstrap-components/hooks/use-region.md similarity index 100% rename from docusaurus/docs/components/hooks/use-region.md rename to docusaurus/docs/bootstrap-components/hooks/use-region.md diff --git a/docusaurus/docs/components/hooks/use-timeout.md b/docusaurus/docs/bootstrap-components/hooks/use-timeout.md similarity index 100% rename from docusaurus/docs/components/hooks/use-timeout.md rename to docusaurus/docs/bootstrap-components/hooks/use-timeout.md diff --git a/docusaurus/docs/components/hooks/use-toggle.md b/docusaurus/docs/bootstrap-components/hooks/use-toggle.md similarity index 100% rename from docusaurus/docs/components/hooks/use-toggle.md rename to docusaurus/docs/bootstrap-components/hooks/use-toggle.md diff --git a/docusaurus/docs/components/hooks/use-update-nav.md b/docusaurus/docs/bootstrap-components/hooks/use-update-nav.md similarity index 100% rename from docusaurus/docs/components/hooks/use-update-nav.md rename to docusaurus/docs/bootstrap-components/hooks/use-update-nav.md diff --git a/docusaurus/docs/components/hooks/use-window-dimensions.md b/docusaurus/docs/bootstrap-components/hooks/use-window-dimensions.md similarity index 100% rename from docusaurus/docs/components/hooks/use-window-dimensions.md rename to docusaurus/docs/bootstrap-components/hooks/use-window-dimensions.md diff --git a/docusaurus/docs/components/icon.mdx b/docusaurus/docs/bootstrap-components/icon.mdx similarity index 100% rename from docusaurus/docs/components/icon.mdx rename to docusaurus/docs/bootstrap-components/icon.mdx diff --git a/docusaurus/docs/components/json-viewer/index.md b/docusaurus/docs/bootstrap-components/json-viewer/index.md similarity index 100% rename from docusaurus/docs/components/json-viewer/index.md rename to docusaurus/docs/bootstrap-components/json-viewer/index.md diff --git a/docusaurus/docs/components/json-viewer/json-viewer.md b/docusaurus/docs/bootstrap-components/json-viewer/json-viewer.md similarity index 100% rename from docusaurus/docs/components/json-viewer/json-viewer.md rename to docusaurus/docs/bootstrap-components/json-viewer/json-viewer.md diff --git a/docusaurus/docs/components/link.mdx b/docusaurus/docs/bootstrap-components/link.mdx similarity index 100% rename from docusaurus/docs/components/link.mdx rename to docusaurus/docs/bootstrap-components/link.mdx diff --git a/docusaurus/docs/components/list-group-item/index.md b/docusaurus/docs/bootstrap-components/list-group-item/index.md similarity index 100% rename from docusaurus/docs/components/list-group-item/index.md rename to docusaurus/docs/bootstrap-components/list-group-item/index.md diff --git a/docusaurus/docs/components/list-group-item/list-group-item-status.md b/docusaurus/docs/bootstrap-components/list-group-item/list-group-item-status.md similarity index 100% rename from docusaurus/docs/components/list-group-item/list-group-item-status.md rename to docusaurus/docs/bootstrap-components/list-group-item/list-group-item-status.md diff --git a/docusaurus/docs/components/list-group-item/list-group-item.md b/docusaurus/docs/bootstrap-components/list-group-item/list-group-item.md similarity index 100% rename from docusaurus/docs/components/list-group-item/list-group-item.md rename to docusaurus/docs/bootstrap-components/list-group-item/list-group-item.md diff --git a/docusaurus/docs/components/list-group.mdx b/docusaurus/docs/bootstrap-components/list-group.mdx similarity index 100% rename from docusaurus/docs/components/list-group.mdx rename to docusaurus/docs/bootstrap-components/list-group.mdx diff --git a/docusaurus/docs/components/page-header.mdx b/docusaurus/docs/bootstrap-components/page-header.mdx similarity index 100% rename from docusaurus/docs/components/page-header.mdx rename to docusaurus/docs/bootstrap-components/page-header.mdx diff --git a/docusaurus/docs/components/pagination/content.md b/docusaurus/docs/bootstrap-components/pagination/content.md similarity index 100% rename from docusaurus/docs/components/pagination/content.md rename to docusaurus/docs/bootstrap-components/pagination/content.md diff --git a/docusaurus/docs/components/pagination/context.md b/docusaurus/docs/bootstrap-components/pagination/context.md similarity index 100% rename from docusaurus/docs/components/pagination/context.md rename to docusaurus/docs/bootstrap-components/pagination/context.md diff --git a/docusaurus/docs/components/pagination/controls.md b/docusaurus/docs/bootstrap-components/pagination/controls.md similarity index 100% rename from docusaurus/docs/components/pagination/controls.md rename to docusaurus/docs/bootstrap-components/pagination/controls.md diff --git a/docusaurus/docs/components/pagination/hook.md b/docusaurus/docs/bootstrap-components/pagination/hook.md similarity index 100% rename from docusaurus/docs/components/pagination/hook.md rename to docusaurus/docs/bootstrap-components/pagination/hook.md diff --git a/docusaurus/docs/components/pagination/index.md b/docusaurus/docs/bootstrap-components/pagination/index.md similarity index 100% rename from docusaurus/docs/components/pagination/index.md rename to docusaurus/docs/bootstrap-components/pagination/index.md diff --git a/docusaurus/docs/components/pagination/pagination.md b/docusaurus/docs/bootstrap-components/pagination/pagination.md similarity index 100% rename from docusaurus/docs/components/pagination/pagination.md rename to docusaurus/docs/bootstrap-components/pagination/pagination.md diff --git a/docusaurus/docs/components/pagination/resource.md b/docusaurus/docs/bootstrap-components/pagination/resource.md similarity index 100% rename from docusaurus/docs/components/pagination/resource.md rename to docusaurus/docs/bootstrap-components/pagination/resource.md diff --git a/docusaurus/docs/components/progress.mdx b/docusaurus/docs/bootstrap-components/progress.mdx similarity index 100% rename from docusaurus/docs/components/progress.mdx rename to docusaurus/docs/bootstrap-components/progress.mdx diff --git a/docusaurus/docs/components/spaces/agreement.md b/docusaurus/docs/bootstrap-components/spaces/agreement.md similarity index 100% rename from docusaurus/docs/components/spaces/agreement.md rename to docusaurus/docs/bootstrap-components/spaces/agreement.md diff --git a/docusaurus/docs/components/spaces/context.md b/docusaurus/docs/bootstrap-components/spaces/context.md similarity index 100% rename from docusaurus/docs/components/spaces/context.md rename to docusaurus/docs/bootstrap-components/spaces/context.md diff --git a/docusaurus/docs/components/spaces/disclaimer.md b/docusaurus/docs/bootstrap-components/spaces/disclaimer.md similarity index 100% rename from docusaurus/docs/components/spaces/disclaimer.md rename to docusaurus/docs/bootstrap-components/spaces/disclaimer.md diff --git a/docusaurus/docs/components/spaces/ghost-text.md b/docusaurus/docs/bootstrap-components/spaces/ghost-text.md similarity index 100% rename from docusaurus/docs/components/spaces/ghost-text.md rename to docusaurus/docs/bootstrap-components/spaces/ghost-text.md diff --git a/docusaurus/docs/components/spaces/images.md b/docusaurus/docs/bootstrap-components/spaces/images.md similarity index 100% rename from docusaurus/docs/components/spaces/images.md rename to docusaurus/docs/bootstrap-components/spaces/images.md diff --git a/docusaurus/docs/components/spaces/index.md b/docusaurus/docs/bootstrap-components/spaces/index.md similarity index 100% rename from docusaurus/docs/components/spaces/index.md rename to docusaurus/docs/bootstrap-components/spaces/index.md diff --git a/docusaurus/docs/components/spaces/space.md b/docusaurus/docs/bootstrap-components/spaces/space.md similarity index 100% rename from docusaurus/docs/components/spaces/space.md rename to docusaurus/docs/bootstrap-components/spaces/space.md diff --git a/docusaurus/docs/components/spaces/spaces-link.md b/docusaurus/docs/bootstrap-components/spaces/spaces-link.md similarity index 100% rename from docusaurus/docs/components/spaces/spaces-link.md rename to docusaurus/docs/bootstrap-components/spaces/spaces-link.md diff --git a/docusaurus/docs/components/spaces/use-spaces-context.md b/docusaurus/docs/bootstrap-components/spaces/use-spaces-context.md similarity index 100% rename from docusaurus/docs/components/spaces/use-spaces-context.md rename to docusaurus/docs/bootstrap-components/spaces/use-spaces-context.md diff --git a/docusaurus/docs/components/spaces/use-spaces.md b/docusaurus/docs/bootstrap-components/spaces/use-spaces.md similarity index 100% rename from docusaurus/docs/components/spaces/use-spaces.md rename to docusaurus/docs/bootstrap-components/spaces/use-spaces.md diff --git a/docusaurus/docs/components/step-wizard/index.md b/docusaurus/docs/bootstrap-components/step-wizard/index.md similarity index 100% rename from docusaurus/docs/components/step-wizard/index.md rename to docusaurus/docs/bootstrap-components/step-wizard/index.md diff --git a/docusaurus/docs/components/step-wizard/wizard-step.md b/docusaurus/docs/bootstrap-components/step-wizard/wizard-step.md similarity index 100% rename from docusaurus/docs/components/step-wizard/wizard-step.md rename to docusaurus/docs/bootstrap-components/step-wizard/wizard-step.md diff --git a/docusaurus/docs/components/step-wizard/wizard.md b/docusaurus/docs/bootstrap-components/step-wizard/wizard.md similarity index 100% rename from docusaurus/docs/components/step-wizard/wizard.md rename to docusaurus/docs/bootstrap-components/step-wizard/wizard.md diff --git a/docusaurus/docs/components/table/index.md b/docusaurus/docs/bootstrap-components/table/index.md similarity index 100% rename from docusaurus/docs/components/table/index.md rename to docusaurus/docs/bootstrap-components/table/index.md diff --git a/docusaurus/docs/components/table/scrollableContainer.md b/docusaurus/docs/bootstrap-components/table/scrollableContainer.md similarity index 100% rename from docusaurus/docs/components/table/scrollableContainer.md rename to docusaurus/docs/bootstrap-components/table/scrollableContainer.md diff --git a/docusaurus/docs/components/table/tableControls.md b/docusaurus/docs/bootstrap-components/table/tableControls.md similarity index 100% rename from docusaurus/docs/components/table/tableControls.md rename to docusaurus/docs/bootstrap-components/table/tableControls.md diff --git a/docusaurus/docs/components/tooltip.mdx b/docusaurus/docs/bootstrap-components/tooltip.mdx similarity index 100% rename from docusaurus/docs/components/tooltip.mdx rename to docusaurus/docs/bootstrap-components/tooltip.mdx diff --git a/docusaurus/docs/components/training-link.mdx b/docusaurus/docs/bootstrap-components/training-link.mdx similarity index 100% rename from docusaurus/docs/components/training-link.mdx rename to docusaurus/docs/bootstrap-components/training-link.mdx diff --git a/docusaurus/docs/components/tree.mdx b/docusaurus/docs/bootstrap-components/tree.mdx similarity index 100% rename from docusaurus/docs/components/tree.mdx rename to docusaurus/docs/bootstrap-components/tree.mdx diff --git a/docusaurus/docs/components/typography/agreement.md b/docusaurus/docs/bootstrap-components/typography/agreement.md similarity index 100% rename from docusaurus/docs/components/typography/agreement.md rename to docusaurus/docs/bootstrap-components/typography/agreement.md diff --git a/docusaurus/docs/components/typography/disclaimer.md b/docusaurus/docs/bootstrap-components/typography/disclaimer.md similarity index 100% rename from docusaurus/docs/components/typography/disclaimer.md rename to docusaurus/docs/bootstrap-components/typography/disclaimer.md diff --git a/docusaurus/docs/components/typography/index.md b/docusaurus/docs/bootstrap-components/typography/index.md similarity index 100% rename from docusaurus/docs/components/typography/index.md rename to docusaurus/docs/bootstrap-components/typography/index.md diff --git a/docusaurus/docs/intro.md b/docusaurus/docs/intro.md index 70b4370741..c16a1081da 100644 --- a/docusaurus/docs/intro.md +++ b/docusaurus/docs/intro.md @@ -3,6 +3,10 @@ title: Introduction slug: / --- +:::warning +This collection has been replaced by Availity Element. +::: + Availity React is a repo of [React](https://react.dev/) components built for web projects on the Availity Portal. This site provides documentation on how to use those components. Many of the packages provided by `availity-react` are wrappers around common `reactstrap` components. If you can't find what you're looking for in these docs, take a look at the [Reactstrap documentation](https://reactstrap.github.io). diff --git a/docusaurus/sidebars.js b/docusaurus/sidebars.js index eb56d0f771..67e213fae0 100644 --- a/docusaurus/sidebars.js +++ b/docusaurus/sidebars.js @@ -25,149 +25,155 @@ module.exports = { 'components/analytics/hook', ], }, - 'components/app-icon', - 'components/app-tiles', + 'components/help', + ], + }, + { + type: 'category', + label: 'Bootstrap Components', + items: [ + 'bootstrap-components/app-icon', + 'bootstrap-components/app-tiles', { type: 'category', label: 'Authorize', items: [ - 'components/authorize/index', - 'components/authorize/authorize', - 'components/authorize/useAuthorize', + 'bootstrap-components/authorize/index', + 'bootstrap-components/authorize/authorize', + 'bootstrap-components/authorize/useAuthorize', ], }, // 'components/authorize', - 'components/avatar', - 'components/button', - 'components/breadcrumbs', + 'bootstrap-components/avatar', + 'bootstrap-components/button', + 'bootstrap-components/breadcrumbs', { type: 'category', label: 'Change Password', items: [ - 'components/change-password/index', - 'components/change-password/change-password', - 'components/change-password/change-password-form', - 'components/change-password/use-change-password', + 'bootstrap-components/change-password/index', + 'bootstrap-components/change-password/change-password', + 'bootstrap-components/change-password/change-password-form', + 'bootstrap-components/change-password/use-change-password', ], }, { type: 'category', label: 'Favorites', items: [ - 'components/favorites/index', - 'components/favorites/favorites', - 'components/favorites/heart', - 'components/favorites/hook', + 'bootstrap-components/favorites/index', + 'bootstrap-components/favorites/favorites', + 'bootstrap-components/favorites/heart', + 'bootstrap-components/favorites/hook', ], }, - 'components/feature', + 'bootstrap-components/feature', { type: 'category', label: 'Feedback', items: [ - 'components/feedback/index', - 'components/feedback/feedback', - 'components/feedback/form', + 'bootstrap-components/feedback/index', + 'bootstrap-components/feedback/feedback', + 'bootstrap-components/feedback/form', ], }, - 'components/help', { type: 'category', label: 'Hooks', items: [ - 'components/hooks/index', - 'components/hooks/use-current-user', - 'components/hooks/use-effect-async', - 'components/hooks/use-mount', - 'components/hooks/use-region', - 'components/hooks/use-timeout', - 'components/hooks/use-toggle', - 'components/hooks/use-permissions', - 'components/hooks/use-organizations', - 'components/hooks/use-providers', - 'components/hooks/use-update-nav', - 'components/hooks/use-window-dimensions', + 'bootstrap-components/hooks/index', + 'bootstrap-components/hooks/use-current-user', + 'bootstrap-components/hooks/use-effect-async', + 'bootstrap-components/hooks/use-mount', + 'bootstrap-components/hooks/use-region', + 'bootstrap-components/hooks/use-timeout', + 'bootstrap-components/hooks/use-toggle', + 'bootstrap-components/hooks/use-permissions', + 'bootstrap-components/hooks/use-organizations', + 'bootstrap-components/hooks/use-providers', + 'bootstrap-components/hooks/use-update-nav', + 'bootstrap-components/hooks/use-window-dimensions', ], }, - 'components/icon', + 'bootstrap-components/icon', { type: 'category', label: 'JSON Viewer', items: [ - 'components/json-viewer/index', - 'components/json-viewer/json-viewer', + 'bootstrap-components/json-viewer/index', + 'bootstrap-components/json-viewer/json-viewer', ], }, - 'components/link', - 'components/list-group', + 'bootstrap-components/link', + 'bootstrap-components/list-group', { type: 'category', label: 'List Group Item', items: [ - 'components/list-group-item/index', - 'components/list-group-item/list-group-item', - 'components/list-group-item/list-group-item-status', + 'bootstrap-components/list-group-item/index', + 'bootstrap-components/list-group-item/list-group-item', + 'bootstrap-components/list-group-item/list-group-item-status', ], }, - 'components/page-header', + 'bootstrap-components/page-header', { type: 'category', label: 'Pagination', items: [ - 'components/pagination/index', - 'components/pagination/pagination', - 'components/pagination/controls', - 'components/pagination/content', - 'components/pagination/resource', - 'components/pagination/hook', - 'components/pagination/context', + 'bootstrap-components/pagination/index', + 'bootstrap-components/pagination/pagination', + 'bootstrap-components/pagination/controls', + 'bootstrap-components/pagination/content', + 'bootstrap-components/pagination/resource', + 'bootstrap-components/pagination/hook', + 'bootstrap-components/pagination/context', ], }, - 'components/badge', - 'components/progress', + 'bootstrap-components/badge', + 'bootstrap-components/progress', { type: 'category', label: 'Spaces', items: [ - 'components/spaces/index', - 'components/spaces/space', - 'components/spaces/images', - 'components/spaces/disclaimer', - 'components/spaces/agreement', - 'components/spaces/ghost-text', - 'components/spaces/use-spaces', - 'components/spaces/context', - 'components/spaces/use-spaces-context', + 'bootstrap-components/spaces/index', + 'bootstrap-components/spaces/space', + 'bootstrap-components/spaces/images', + 'bootstrap-components/spaces/disclaimer', + 'bootstrap-components/spaces/agreement', + 'bootstrap-components/spaces/ghost-text', + 'bootstrap-components/spaces/use-spaces', + 'bootstrap-components/spaces/context', + 'bootstrap-components/spaces/use-spaces-context', ], }, { type: 'category', label: 'Step Wizard', items: [ - 'components/step-wizard/index', - 'components/step-wizard/wizard', - 'components/step-wizard/wizard-step', + 'bootstrap-components/step-wizard/index', + 'bootstrap-components/step-wizard/wizard', + 'bootstrap-components/step-wizard/wizard-step', ], }, { type: 'category', label: 'Table', items: [ - 'components/table/index', - 'components/table/scrollableContainer', - 'components/table/tableControls', + 'bootstrap-components/table/index', + 'bootstrap-components/table/scrollableContainer', + 'bootstrap-components/table/tableControls', ], }, - 'components/tooltip', - 'components/training-link', - 'components/tree', + 'bootstrap-components/tooltip', + 'bootstrap-components/training-link', + 'bootstrap-components/tree', { type: 'category', label: 'Typography', items: [ - 'components/typography/index', - 'components/typography/disclaimer', - 'components/typography/agreement', + 'bootstrap-components/typography/index', + 'bootstrap-components/typography/disclaimer', + 'bootstrap-components/typography/agreement', ], }, ], From fa87bcb907a8c4efc66552d9cc0ea0d833ecfd3d Mon Sep 17 00:00:00 2001 From: David Glen Crittendon Date: Wed, 23 Jul 2025 10:52:28 -0400 Subject: [PATCH 3/5] fix: moved hooks back to components, UXDS-919 --- .../hooks/index.md | 0 .../hooks/use-current-user.md | 0 .../hooks/use-effect-async.md | 0 .../hooks/use-mount.md | 0 .../hooks/use-organizations.md | 0 .../hooks/use-permissions.md | 0 .../hooks/use-providers.md | 0 .../hooks/use-region.md | 0 .../hooks/use-timeout.md | 0 .../hooks/use-toggle.md | 0 .../hooks/use-update-nav.md | 0 .../hooks/use-window-dimensions.md | 0 docusaurus/sidebars.js | 35 +++++++++---------- 13 files changed, 17 insertions(+), 18 deletions(-) rename docusaurus/docs/{bootstrap-components => components}/hooks/index.md (100%) rename docusaurus/docs/{bootstrap-components => components}/hooks/use-current-user.md (100%) rename docusaurus/docs/{bootstrap-components => components}/hooks/use-effect-async.md (100%) rename docusaurus/docs/{bootstrap-components => components}/hooks/use-mount.md (100%) rename docusaurus/docs/{bootstrap-components => components}/hooks/use-organizations.md (100%) rename docusaurus/docs/{bootstrap-components => components}/hooks/use-permissions.md (100%) rename docusaurus/docs/{bootstrap-components => components}/hooks/use-providers.md (100%) rename docusaurus/docs/{bootstrap-components => components}/hooks/use-region.md (100%) rename docusaurus/docs/{bootstrap-components => components}/hooks/use-timeout.md (100%) rename docusaurus/docs/{bootstrap-components => components}/hooks/use-toggle.md (100%) rename docusaurus/docs/{bootstrap-components => components}/hooks/use-update-nav.md (100%) rename docusaurus/docs/{bootstrap-components => components}/hooks/use-window-dimensions.md (100%) diff --git a/docusaurus/docs/bootstrap-components/hooks/index.md b/docusaurus/docs/components/hooks/index.md similarity index 100% rename from docusaurus/docs/bootstrap-components/hooks/index.md rename to docusaurus/docs/components/hooks/index.md diff --git a/docusaurus/docs/bootstrap-components/hooks/use-current-user.md b/docusaurus/docs/components/hooks/use-current-user.md similarity index 100% rename from docusaurus/docs/bootstrap-components/hooks/use-current-user.md rename to docusaurus/docs/components/hooks/use-current-user.md diff --git a/docusaurus/docs/bootstrap-components/hooks/use-effect-async.md b/docusaurus/docs/components/hooks/use-effect-async.md similarity index 100% rename from docusaurus/docs/bootstrap-components/hooks/use-effect-async.md rename to docusaurus/docs/components/hooks/use-effect-async.md diff --git a/docusaurus/docs/bootstrap-components/hooks/use-mount.md b/docusaurus/docs/components/hooks/use-mount.md similarity index 100% rename from docusaurus/docs/bootstrap-components/hooks/use-mount.md rename to docusaurus/docs/components/hooks/use-mount.md diff --git a/docusaurus/docs/bootstrap-components/hooks/use-organizations.md b/docusaurus/docs/components/hooks/use-organizations.md similarity index 100% rename from docusaurus/docs/bootstrap-components/hooks/use-organizations.md rename to docusaurus/docs/components/hooks/use-organizations.md diff --git a/docusaurus/docs/bootstrap-components/hooks/use-permissions.md b/docusaurus/docs/components/hooks/use-permissions.md similarity index 100% rename from docusaurus/docs/bootstrap-components/hooks/use-permissions.md rename to docusaurus/docs/components/hooks/use-permissions.md diff --git a/docusaurus/docs/bootstrap-components/hooks/use-providers.md b/docusaurus/docs/components/hooks/use-providers.md similarity index 100% rename from docusaurus/docs/bootstrap-components/hooks/use-providers.md rename to docusaurus/docs/components/hooks/use-providers.md diff --git a/docusaurus/docs/bootstrap-components/hooks/use-region.md b/docusaurus/docs/components/hooks/use-region.md similarity index 100% rename from docusaurus/docs/bootstrap-components/hooks/use-region.md rename to docusaurus/docs/components/hooks/use-region.md diff --git a/docusaurus/docs/bootstrap-components/hooks/use-timeout.md b/docusaurus/docs/components/hooks/use-timeout.md similarity index 100% rename from docusaurus/docs/bootstrap-components/hooks/use-timeout.md rename to docusaurus/docs/components/hooks/use-timeout.md diff --git a/docusaurus/docs/bootstrap-components/hooks/use-toggle.md b/docusaurus/docs/components/hooks/use-toggle.md similarity index 100% rename from docusaurus/docs/bootstrap-components/hooks/use-toggle.md rename to docusaurus/docs/components/hooks/use-toggle.md diff --git a/docusaurus/docs/bootstrap-components/hooks/use-update-nav.md b/docusaurus/docs/components/hooks/use-update-nav.md similarity index 100% rename from docusaurus/docs/bootstrap-components/hooks/use-update-nav.md rename to docusaurus/docs/components/hooks/use-update-nav.md diff --git a/docusaurus/docs/bootstrap-components/hooks/use-window-dimensions.md b/docusaurus/docs/components/hooks/use-window-dimensions.md similarity index 100% rename from docusaurus/docs/bootstrap-components/hooks/use-window-dimensions.md rename to docusaurus/docs/components/hooks/use-window-dimensions.md diff --git a/docusaurus/sidebars.js b/docusaurus/sidebars.js index 67e213fae0..bda91cc003 100644 --- a/docusaurus/sidebars.js +++ b/docusaurus/sidebars.js @@ -26,6 +26,23 @@ module.exports = { ], }, 'components/help', + { + type: 'category', + label: 'Hooks', + items: [ + 'components/hooks/index', + 'components/hooks/use-current-user', + 'components/hooks/use-effect-async', + 'components/hooks/use-mount', + 'components/hooks/use-region', + 'components/hooks/use-timeout', + 'components/hooks/use-toggle', + 'components/hooks/use-permissions', + 'components/hooks/use-organizations', + 'components/hooks/use-providers', + 'components/hooks/use-window-dimensions', + ], + }, ], }, { @@ -77,24 +94,6 @@ module.exports = { 'bootstrap-components/feedback/form', ], }, - { - type: 'category', - label: 'Hooks', - items: [ - 'bootstrap-components/hooks/index', - 'bootstrap-components/hooks/use-current-user', - 'bootstrap-components/hooks/use-effect-async', - 'bootstrap-components/hooks/use-mount', - 'bootstrap-components/hooks/use-region', - 'bootstrap-components/hooks/use-timeout', - 'bootstrap-components/hooks/use-toggle', - 'bootstrap-components/hooks/use-permissions', - 'bootstrap-components/hooks/use-organizations', - 'bootstrap-components/hooks/use-providers', - 'bootstrap-components/hooks/use-update-nav', - 'bootstrap-components/hooks/use-window-dimensions', - ], - }, 'bootstrap-components/icon', { type: 'category', From b50f3ec64db1a89cfe8851b8da01b3eea5329be8 Mon Sep 17 00:00:00 2001 From: David Glen Crittendon Date: Wed, 23 Jul 2025 11:20:48 -0400 Subject: [PATCH 4/5] fix: updated storybook links for components that are now bootstrap, UXDS-919 --- docusaurus/docs/bootstrap-components/app-icon.mdx | 2 +- docusaurus/docs/bootstrap-components/app-tiles.mdx | 2 +- docusaurus/docs/bootstrap-components/authorize/authorize.mdx | 2 +- docusaurus/docs/bootstrap-components/authorize/useAuthorize.mdx | 2 +- docusaurus/docs/bootstrap-components/avatar.mdx | 2 +- docusaurus/docs/bootstrap-components/badge.mdx | 2 +- docusaurus/docs/bootstrap-components/block-ui.mdx | 2 +- docusaurus/docs/bootstrap-components/breadcrumbs.mdx | 2 +- docusaurus/docs/bootstrap-components/button.mdx | 2 +- docusaurus/docs/bootstrap-components/feature.mdx | 2 +- docusaurus/docs/bootstrap-components/feedback/feedback.md | 2 +- docusaurus/docs/bootstrap-components/feedback/form.md | 2 +- docusaurus/docs/bootstrap-components/icon.mdx | 2 +- docusaurus/docs/bootstrap-components/link.mdx | 2 +- .../list-group-item/list-group-item-status.md | 2 +- .../bootstrap-components/list-group-item/list-group-item.md | 2 +- docusaurus/docs/bootstrap-components/list-group.mdx | 2 +- docusaurus/docs/bootstrap-components/page-header.mdx | 2 +- docusaurus/docs/bootstrap-components/pagination/controls.md | 2 +- docusaurus/docs/bootstrap-components/pagination/pagination.md | 2 +- docusaurus/docs/bootstrap-components/pagination/resource.md | 2 +- docusaurus/docs/bootstrap-components/progress.mdx | 2 +- docusaurus/docs/bootstrap-components/spaces/agreement.md | 2 +- docusaurus/docs/bootstrap-components/spaces/disclaimer.md | 2 +- docusaurus/docs/bootstrap-components/spaces/ghost-text.md | 2 +- docusaurus/docs/bootstrap-components/spaces/images.md | 2 +- docusaurus/docs/bootstrap-components/step-wizard/wizard-step.md | 2 +- docusaurus/docs/bootstrap-components/step-wizard/wizard.md | 2 +- docusaurus/docs/bootstrap-components/tooltip.mdx | 2 +- docusaurus/docs/bootstrap-components/training-link.mdx | 2 +- docusaurus/docs/bootstrap-components/tree.mdx | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/docusaurus/docs/bootstrap-components/app-icon.mdx b/docusaurus/docs/bootstrap-components/app-icon.mdx index 066b966441..2d32c43d89 100644 --- a/docusaurus/docs/bootstrap-components/app-icon.mdx +++ b/docusaurus/docs/bootstrap-components/app-icon.mdx @@ -44,7 +44,7 @@ const Example = () => ( #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-appicon--docs) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-appicon--docs) ### Props diff --git a/docusaurus/docs/bootstrap-components/app-tiles.mdx b/docusaurus/docs/bootstrap-components/app-tiles.mdx index fae6d12dcf..265cb1d59f 100644 --- a/docusaurus/docs/bootstrap-components/app-tiles.mdx +++ b/docusaurus/docs/bootstrap-components/app-tiles.mdx @@ -49,7 +49,7 @@ const Example = () => ( #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-apptiles--docs) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-apptiles--docs) ### Props diff --git a/docusaurus/docs/bootstrap-components/authorize/authorize.mdx b/docusaurus/docs/bootstrap-components/authorize/authorize.mdx index a2d8cc0c50..13e402c677 100644 --- a/docusaurus/docs/bootstrap-components/authorize/authorize.mdx +++ b/docusaurus/docs/bootstrap-components/authorize/authorize.mdx @@ -60,4 +60,4 @@ const Example = () => ( ## Storybook -[Live Example](https://availity.github.io/availity-react/storybook/?path=/docs/components-authorize-authorize--docs) +[Live Example](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-authorize-authorize--docs) diff --git a/docusaurus/docs/bootstrap-components/authorize/useAuthorize.mdx b/docusaurus/docs/bootstrap-components/authorize/useAuthorize.mdx index b698978411..16b113fc4e 100644 --- a/docusaurus/docs/bootstrap-components/authorize/useAuthorize.mdx +++ b/docusaurus/docs/bootstrap-components/authorize/useAuthorize.mdx @@ -49,4 +49,4 @@ const Component = () => { ## Storybook -[Live Example](https://availity.github.io/availity-react/storybook/?path=/docs/components-authorize-useauthorize--docs) +[Live Example](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-authorize-useauthorize--docs) diff --git a/docusaurus/docs/bootstrap-components/avatar.mdx b/docusaurus/docs/bootstrap-components/avatar.mdx index 123505bdf7..fd6c3079c0 100644 --- a/docusaurus/docs/bootstrap-components/avatar.mdx +++ b/docusaurus/docs/bootstrap-components/avatar.mdx @@ -31,7 +31,7 @@ const Example = () => ; #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-avatar--docs) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-avatar--docs) ### Props diff --git a/docusaurus/docs/bootstrap-components/badge.mdx b/docusaurus/docs/bootstrap-components/badge.mdx index 518cb4b6a3..69a3ce7bf0 100644 --- a/docusaurus/docs/bootstrap-components/badge.mdx +++ b/docusaurus/docs/bootstrap-components/badge.mdx @@ -42,7 +42,7 @@ const Example = () => ( #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-badge-removable-badge--default) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-badge-removable-badge--default) ### `RemovableBadge` Props diff --git a/docusaurus/docs/bootstrap-components/block-ui.mdx b/docusaurus/docs/bootstrap-components/block-ui.mdx index 83ec5fa7a0..1b60ee235c 100644 --- a/docusaurus/docs/bootstrap-components/block-ui.mdx +++ b/docusaurus/docs/bootstrap-components/block-ui.mdx @@ -69,7 +69,7 @@ const Example = () => { #### Storybook -Check out our [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-block-ui--default) for more examples +Check out our [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-block-ui--default) for more examples #### Props diff --git a/docusaurus/docs/bootstrap-components/breadcrumbs.mdx b/docusaurus/docs/bootstrap-components/breadcrumbs.mdx index 625e9277fe..b8fea6c7f9 100644 --- a/docusaurus/docs/bootstrap-components/breadcrumbs.mdx +++ b/docusaurus/docs/bootstrap-components/breadcrumbs.mdx @@ -59,7 +59,7 @@ const ChildrenExample = () => ( #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-breadcrumbs--default) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-breadcrumbs--default) ### Props diff --git a/docusaurus/docs/bootstrap-components/button.mdx b/docusaurus/docs/bootstrap-components/button.mdx index b20ccda20f..652e8862fd 100644 --- a/docusaurus/docs/bootstrap-components/button.mdx +++ b/docusaurus/docs/bootstrap-components/button.mdx @@ -49,7 +49,7 @@ import '@availity/button/styles.scss'; #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-button-loading-button--default) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-button-loading-button--default) ### Props diff --git a/docusaurus/docs/bootstrap-components/feature.mdx b/docusaurus/docs/bootstrap-components/feature.mdx index e169e0becb..f264cda2d0 100644 --- a/docusaurus/docs/bootstrap-components/feature.mdx +++ b/docusaurus/docs/bootstrap-components/feature.mdx @@ -45,7 +45,7 @@ const Example = () => ( #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-feature--default) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-feature--default) Component which validates the environment's features to determine if children content should be shown. diff --git a/docusaurus/docs/bootstrap-components/feedback/feedback.md b/docusaurus/docs/bootstrap-components/feedback/feedback.md index f8b30282a2..5f94877e1a 100644 --- a/docusaurus/docs/bootstrap-components/feedback/feedback.md +++ b/docusaurus/docs/bootstrap-components/feedback/feedback.md @@ -20,7 +20,7 @@ const Example = () => ( ); ``` -#### Live example: Storybook +#### Live example: Storybook ### Props diff --git a/docusaurus/docs/bootstrap-components/feedback/form.md b/docusaurus/docs/bootstrap-components/feedback/form.md index 953855b6fb..f314aa8567 100644 --- a/docusaurus/docs/bootstrap-components/feedback/form.md +++ b/docusaurus/docs/bootstrap-components/feedback/form.md @@ -13,7 +13,7 @@ import { FeedbackForm } from '@availity/feedback'; const Example = () => ; ``` -#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-feedback-feedbackwithform--docs) +#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-feedback-feedbackwithform--docs) ### Props diff --git a/docusaurus/docs/bootstrap-components/icon.mdx b/docusaurus/docs/bootstrap-components/icon.mdx index 1c4a6c5d7d..b3d01b43f8 100644 --- a/docusaurus/docs/bootstrap-components/icon.mdx +++ b/docusaurus/docs/bootstrap-components/icon.mdx @@ -31,7 +31,7 @@ const Example = () => ; #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-icon--default) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-icon--default) #### All icons that are passed on `onClick` function will have a `style` of `{cursor: 'pointer'}` on hover. diff --git a/docusaurus/docs/bootstrap-components/link.mdx b/docusaurus/docs/bootstrap-components/link.mdx index 9be50dd620..5207ab9044 100644 --- a/docusaurus/docs/bootstrap-components/link.mdx +++ b/docusaurus/docs/bootstrap-components/link.mdx @@ -59,7 +59,7 @@ const Example = () => ( #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-link--with-absolute-url) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-link--with-absolute-url) ### Props diff --git a/docusaurus/docs/bootstrap-components/list-group-item/list-group-item-status.md b/docusaurus/docs/bootstrap-components/list-group-item/list-group-item-status.md index 54a912f853..bacc8e603b 100644 --- a/docusaurus/docs/bootstrap-components/list-group-item/list-group-item-status.md +++ b/docusaurus/docs/bootstrap-components/list-group-item/list-group-item-status.md @@ -28,7 +28,7 @@ const Example = () => ( ); ``` -#### Live example: Storybook +#### Live example: Storybook ### Props diff --git a/docusaurus/docs/bootstrap-components/list-group-item/list-group-item.md b/docusaurus/docs/bootstrap-components/list-group-item/list-group-item.md index 25cded629f..fbcf28f30d 100644 --- a/docusaurus/docs/bootstrap-components/list-group-item/list-group-item.md +++ b/docusaurus/docs/bootstrap-components/list-group-item/list-group-item.md @@ -27,7 +27,7 @@ const Example = () => ( ); ``` -#### Live example: Storybook +#### Live example: Storybook ### Props diff --git a/docusaurus/docs/bootstrap-components/list-group.mdx b/docusaurus/docs/bootstrap-components/list-group.mdx index aa86671322..cdc923f636 100644 --- a/docusaurus/docs/bootstrap-components/list-group.mdx +++ b/docusaurus/docs/bootstrap-components/list-group.mdx @@ -38,7 +38,7 @@ const Example = () => ( #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-list-group--default) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-list-group--default) ### Props diff --git a/docusaurus/docs/bootstrap-components/page-header.mdx b/docusaurus/docs/bootstrap-components/page-header.mdx index 261ce64e0e..fad74a5c23 100644 --- a/docusaurus/docs/bootstrap-components/page-header.mdx +++ b/docusaurus/docs/bootstrap-components/page-header.mdx @@ -33,7 +33,7 @@ const Example = () => ( #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-page-header--default) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-page-header--default) ### Props diff --git a/docusaurus/docs/bootstrap-components/pagination/controls.md b/docusaurus/docs/bootstrap-components/pagination/controls.md index e256445ae6..a262db9eef 100644 --- a/docusaurus/docs/bootstrap-components/pagination/controls.md +++ b/docusaurus/docs/bootstrap-components/pagination/controls.md @@ -13,7 +13,7 @@ import { PaginationControls } from '@availity/pagination'; const Example = () => ; ``` -#### Live example: Storybook +#### Live example: Storybook ### Props diff --git a/docusaurus/docs/bootstrap-components/pagination/pagination.md b/docusaurus/docs/bootstrap-components/pagination/pagination.md index 6ca68da126..8f6170d854 100644 --- a/docusaurus/docs/bootstrap-components/pagination/pagination.md +++ b/docusaurus/docs/bootstrap-components/pagination/pagination.md @@ -24,7 +24,7 @@ const Example = () => { }; ``` -#### Live example: Storybook +#### Live example: Storybook ### Props diff --git a/docusaurus/docs/bootstrap-components/pagination/resource.md b/docusaurus/docs/bootstrap-components/pagination/resource.md index d1eb793926..a1a9a5552c 100644 --- a/docusaurus/docs/bootstrap-components/pagination/resource.md +++ b/docusaurus/docs/bootstrap-components/pagination/resource.md @@ -18,7 +18,7 @@ const Example = () => ( ); ``` -#### Live example: Storybook +#### Live example: Storybook ### Props diff --git a/docusaurus/docs/bootstrap-components/progress.mdx b/docusaurus/docs/bootstrap-components/progress.mdx index 2c7fcd9398..0146225f7f 100644 --- a/docusaurus/docs/bootstrap-components/progress.mdx +++ b/docusaurus/docs/bootstrap-components/progress.mdx @@ -36,7 +36,7 @@ const Example = () => ( #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-progress--default) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-progress--default) ### Props diff --git a/docusaurus/docs/bootstrap-components/spaces/agreement.md b/docusaurus/docs/bootstrap-components/spaces/agreement.md index a42f0c9bbc..e63f35e923 100644 --- a/docusaurus/docs/bootstrap-components/spaces/agreement.md +++ b/docusaurus/docs/bootstrap-components/spaces/agreement.md @@ -20,7 +20,7 @@ const Example = () => ( ); ``` -#### Live example: Storybook +#### Live example: Storybook ### Props diff --git a/docusaurus/docs/bootstrap-components/spaces/disclaimer.md b/docusaurus/docs/bootstrap-components/spaces/disclaimer.md index 5d97e2c35e..e0c8087cb2 100644 --- a/docusaurus/docs/bootstrap-components/spaces/disclaimer.md +++ b/docusaurus/docs/bootstrap-components/spaces/disclaimer.md @@ -20,7 +20,7 @@ const Example = () => ( ); ``` -#### Live example: Storybook +#### Live example: Storybook ### Props diff --git a/docusaurus/docs/bootstrap-components/spaces/ghost-text.md b/docusaurus/docs/bootstrap-components/spaces/ghost-text.md index c6ca46b389..d7d4758f6f 100644 --- a/docusaurus/docs/bootstrap-components/spaces/ghost-text.md +++ b/docusaurus/docs/bootstrap-components/spaces/ghost-text.md @@ -20,7 +20,7 @@ const Example = () => ( ); ``` -#### Live example: Storybook +#### Live example: Storybook ### Props diff --git a/docusaurus/docs/bootstrap-components/spaces/images.md b/docusaurus/docs/bootstrap-components/spaces/images.md index c7c2b92717..4720734109 100644 --- a/docusaurus/docs/bootstrap-components/spaces/images.md +++ b/docusaurus/docs/bootstrap-components/spaces/images.md @@ -29,7 +29,7 @@ const Example = () => ( ); ``` -#### Live example: Storybook +#### Live example: Storybook ### Props diff --git a/docusaurus/docs/bootstrap-components/step-wizard/wizard-step.md b/docusaurus/docs/bootstrap-components/step-wizard/wizard-step.md index 447771156e..867c292d11 100644 --- a/docusaurus/docs/bootstrap-components/step-wizard/wizard-step.md +++ b/docusaurus/docs/bootstrap-components/step-wizard/wizard-step.md @@ -27,7 +27,7 @@ const Example = () => ( #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-wizard--docs) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-wizard--docs) ### Props diff --git a/docusaurus/docs/bootstrap-components/step-wizard/wizard.md b/docusaurus/docs/bootstrap-components/step-wizard/wizard.md index d2ab1bdb38..624267b707 100644 --- a/docusaurus/docs/bootstrap-components/step-wizard/wizard.md +++ b/docusaurus/docs/bootstrap-components/step-wizard/wizard.md @@ -31,7 +31,7 @@ const Example = () => ( #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/components-wizard--docs) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-wizard--docs) ### Props diff --git a/docusaurus/docs/bootstrap-components/tooltip.mdx b/docusaurus/docs/bootstrap-components/tooltip.mdx index 6e52a4c9ca..0dd16a9070 100644 --- a/docusaurus/docs/bootstrap-components/tooltip.mdx +++ b/docusaurus/docs/bootstrap-components/tooltip.mdx @@ -42,4 +42,4 @@ const Example = () => ( The id of the element to receive the tooltip **Required** -See [Reactstrap Tooltip documentation](https://reactstrap.github.io/?path=/docs/components-tooltip--tooltip) for remaining props. \ No newline at end of file +See [Reactstrap Tooltip documentation](https://reactstrap.github.io/?path=/docs/bootstrap-components-tooltip--tooltip) for remaining props. \ No newline at end of file diff --git a/docusaurus/docs/bootstrap-components/training-link.mdx b/docusaurus/docs/bootstrap-components/training-link.mdx index 21daeae3c5..2a76acda7c 100644 --- a/docusaurus/docs/bootstrap-components/training-link.mdx +++ b/docusaurus/docs/bootstrap-components/training-link.mdx @@ -37,7 +37,7 @@ const Example = () => ( #### Storybook -Checkout the [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-training-link--default) for interactive examples +Checkout the [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-training-link--default) for interactive examples ### Props diff --git a/docusaurus/docs/bootstrap-components/tree.mdx b/docusaurus/docs/bootstrap-components/tree.mdx index c1fd05a727..4630139ae3 100644 --- a/docusaurus/docs/bootstrap-components/tree.mdx +++ b/docusaurus/docs/bootstrap-components/tree.mdx @@ -67,7 +67,7 @@ const Example = ({ myData }: Props) => ( #### Storybook -Checkout the [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/components-tree--default) for interactive examples +Checkout the [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-tree--default) for interactive examples ### Props From da378e8a51bf16c5c5c65608c0f58c766bd9a4f5 Mon Sep 17 00:00:00 2001 From: David Glen Crittendon Date: Wed, 23 Jul 2025 11:21:51 -0400 Subject: [PATCH 5/5] fix: removed change to link that wasn't storybook, UXDS-919 --- docusaurus/docs/bootstrap-components/tooltip.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/bootstrap-components/tooltip.mdx b/docusaurus/docs/bootstrap-components/tooltip.mdx index 0dd16a9070..6e52a4c9ca 100644 --- a/docusaurus/docs/bootstrap-components/tooltip.mdx +++ b/docusaurus/docs/bootstrap-components/tooltip.mdx @@ -42,4 +42,4 @@ const Example = () => ( The id of the element to receive the tooltip **Required** -See [Reactstrap Tooltip documentation](https://reactstrap.github.io/?path=/docs/bootstrap-components-tooltip--tooltip) for remaining props. \ No newline at end of file +See [Reactstrap Tooltip documentation](https://reactstrap.github.io/?path=/docs/components-tooltip--tooltip) for remaining props. \ No newline at end of file