@kaizen/components 1.71.0 → 1.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/codemods/README.md +3 -3
- package/codemods/upgradeIconV1/getNewIconPropsFromOldIconName.ts +1 -1
- package/codemods/upgradeIconV1/index.ts +1 -1
- package/codemods/upgradeIconV1/upgradeIconV1.spec.ts +4 -4
- package/codemods/upgradeIconV1/upgradeIconV1.ts +1 -1
- package/codemods/utils/getKaioTagName.spec.ts +4 -4
- package/codemods/utils/getKaioTagName.ts +1 -1
- package/codemods/utils/updateKaioImports.spec.ts +20 -20
- package/dist/cjs/Avatar/Avatar.cjs +1 -1
- package/dist/cjs/ButtonGroup/ButtonGroup.cjs +4 -4
- package/dist/cjs/Calendar/CalendarRange/CalendarRange.cjs +1 -1
- package/dist/cjs/Calendar/CalendarSingle/CalendarSingle.cjs +1 -1
- package/dist/cjs/Calendar/LegacyCalendarRange/LegacyCalendarRange.cjs +1 -1
- package/dist/cjs/Checkbox/Checkbox/Checkbox.cjs +1 -1
- package/dist/cjs/ClearButton/ClearButton.cjs +1 -1
- package/dist/cjs/Collapsible/Collapsible/Collapsible.cjs +1 -1
- package/dist/cjs/DateInput/DateInputWithIconButton/DateInputWithIconButton.cjs +1 -1
- package/dist/cjs/DateRangePicker/DateRangePicker.cjs +1 -1
- package/dist/cjs/ErrorPage/ErrorPage.cjs +1 -1
- package/dist/cjs/FieldMessage/FieldMessage.cjs +1 -1
- package/dist/cjs/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.cjs +1 -1
- package/dist/cjs/Filter/FilterButton/FilterButton/FilterButton.cjs +1 -1
- package/dist/cjs/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.cjs +3 -3
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.cjs +1 -1
- package/dist/cjs/Filter/FilterSelect/FilterSelect.cjs +12 -12
- package/dist/cjs/Focusable/Focusable.module.scss.cjs +6 -0
- package/dist/cjs/GuidanceBlock/GuidanceBlock.cjs +3 -3
- package/dist/cjs/Illustration/utils/usePausePlay.cjs +1 -1
- package/dist/cjs/Input/InputSearch/InputSearch.cjs +1 -1
- package/dist/cjs/LikertScaleLegacy/LikertScaleLegacy.cjs +1 -1
- package/dist/cjs/LinkButton/LinkButton.cjs +3 -3
- package/dist/cjs/Menu/index.cjs +0 -1
- package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.cjs +1 -1
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.cjs +1 -1
- package/dist/cjs/MultiSelect/subcomponents/Checkbox/Checkbox.cjs +1 -1
- package/dist/cjs/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.cjs +2 -2
- package/dist/cjs/Notification/subcomponents/CancelButton/CancelButton.cjs +1 -1
- package/dist/cjs/Notification/subcomponents/NotificationIcon/NotificationIcon.cjs +1 -1
- package/dist/cjs/Pagination/Pagination.cjs +1 -0
- package/dist/cjs/Pagination/subcomponents/DirectionalLink/DirectionalLink.cjs +1 -1
- package/dist/cjs/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.cjs +1 -1
- package/dist/cjs/Popover/Popover.cjs +1 -1
- package/dist/cjs/Popover/utils/classMappers.cjs +1 -1
- package/dist/cjs/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.cjs +2 -2
- package/dist/cjs/RichTextEditor/RichTextEditor/utils/controlmap.cjs +1 -1
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.cjs +1 -1
- package/dist/cjs/Select/Select.cjs +1 -1
- package/dist/cjs/SplitButton/subcomponents/DropdownButton/DropdownButton.cjs +1 -1
- package/dist/cjs/Table/Table.cjs +3 -3
- package/dist/cjs/Tag/Tag.cjs +1 -1
- package/dist/cjs/TextField/TextField.cjs +1 -1
- package/dist/cjs/Tile/subcomponents/GenericTile/GenericTile.cjs +1 -1
- package/dist/cjs/TitleBlockZen/TitleBlockZen.cjs +1 -1
- package/dist/cjs/TitleBlockZen/subcomponents/MainActions.cjs +1 -1
- package/dist/cjs/TitleBlockZen/subcomponents/MobileActions.cjs +1 -1
- package/dist/cjs/TitleBlockZen/subcomponents/SecondaryActions.cjs +1 -1
- package/dist/cjs/ToggleSwitch/ToggleSwitch/ToggleSwitch.cjs +1 -1
- package/dist/cjs/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.cjs +1 -1
- package/dist/cjs/{__rc__ → __next__}/Button/Button.cjs +1 -1
- package/dist/cjs/__next__/Button/Button.module.css.cjs +21 -0
- package/dist/cjs/__next__/Button/subcomponents/ButtonContent/ButtonContent.module.css.cjs +9 -0
- package/dist/cjs/__next__/Button/subcomponents/PendingContent/PendingContent.module.css.cjs +8 -0
- package/dist/cjs/__next__/Icon/Icon.module.css.cjs +11 -0
- package/dist/cjs/{__rc__ → __next__}/Menu/Menu.module.css.cjs +1 -1
- package/dist/cjs/__next__/Menu/MenuItem.module.css.cjs +8 -0
- package/dist/cjs/__next__/Select/Select.module.scss.cjs +7 -0
- package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.cjs +1 -1
- package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.module.scss.cjs +1 -1
- package/dist/cjs/__next__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss.cjs +8 -0
- package/dist/cjs/__next__/Select/subcomponents/Option/Option.module.scss.cjs +10 -0
- package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.module.scss.cjs +1 -1
- package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.module.scss.cjs +1 -1
- package/dist/cjs/__next__/Select/subcomponents/SelectToggle/SelectToggle.module.scss.cjs +14 -0
- package/dist/cjs/__next__/Tabs/subcomponents/Tab/Tab.module.css.cjs +7 -0
- package/dist/cjs/{__rc__ → __next__}/Tabs/subcomponents/TabList/TabList.cjs +1 -1
- package/dist/cjs/__next__/Tabs/subcomponents/TabList/TabList.module.css.cjs +10 -0
- package/dist/cjs/__next__/Tag/RemovableTag/RemovableTag.module.scss.cjs +6 -0
- package/dist/cjs/__next__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.cjs +6 -0
- package/dist/cjs/__next__/Tag/Tag/Tag.module.scss.cjs +14 -0
- package/dist/cjs/{__rc__ → __next__}/Tooltip/OverlayArrow.cjs +1 -1
- package/dist/cjs/__next__/Tooltip/OverlayArrow.module.scss.cjs +7 -0
- package/dist/cjs/{__rc__ → __next__}/Tooltip/Tooltip.cjs +1 -1
- package/dist/cjs/__next__/Tooltip/Tooltip.module.scss.cjs +8 -0
- package/dist/cjs/actionsV3.cjs +7 -7
- package/dist/cjs/future.cjs +18 -18
- package/dist/cjs/index.cjs +7 -2
- package/dist/cjs/next.cjs +45 -0
- package/dist/cjs/overlaysV1.cjs +2 -2
- package/dist/cjs/overlaysV2.cjs +2 -2
- package/dist/cjs/overlaysV3.cjs +2 -4
- package/dist/cjs/utilitiesV3.cjs +1053 -1
- package/dist/esm/Avatar/Avatar.mjs +1 -1
- package/dist/esm/ButtonGroup/ButtonGroup.mjs +1 -1
- package/dist/esm/Calendar/CalendarRange/CalendarRange.mjs +1 -1
- package/dist/esm/Calendar/CalendarSingle/CalendarSingle.mjs +1 -1
- package/dist/esm/Calendar/LegacyCalendarRange/LegacyCalendarRange.mjs +1 -1
- package/dist/esm/Checkbox/Checkbox/Checkbox.mjs +1 -1
- package/dist/esm/ClearButton/ClearButton.mjs +1 -1
- package/dist/esm/Collapsible/Collapsible/Collapsible.mjs +1 -1
- package/dist/esm/DateInput/DateInputWithIconButton/DateInputWithIconButton.mjs +1 -1
- package/dist/esm/DateRangePicker/DateRangePicker.mjs +1 -1
- package/dist/esm/ErrorPage/ErrorPage.mjs +1 -1
- package/dist/esm/FieldMessage/FieldMessage.mjs +1 -1
- package/dist/esm/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.mjs +1 -1
- package/dist/esm/Filter/FilterButton/FilterButton/FilterButton.mjs +1 -1
- package/dist/esm/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.mjs +2 -2
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.mjs +1 -1
- package/dist/esm/Filter/FilterSelect/FilterSelect.mjs +12 -12
- package/dist/esm/Focusable/Focusable.module.scss.mjs +4 -0
- package/dist/esm/GuidanceBlock/GuidanceBlock.mjs +2 -2
- package/dist/esm/Illustration/utils/usePausePlay.mjs +1 -1
- package/dist/esm/Input/InputSearch/InputSearch.mjs +1 -1
- package/dist/esm/LikertScaleLegacy/LikertScaleLegacy.mjs +1 -1
- package/dist/esm/LinkButton/LinkButton.mjs +3 -3
- package/dist/esm/Menu/index.mjs +0 -1
- package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.mjs +1 -1
- package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.mjs +1 -1
- package/dist/esm/MultiSelect/subcomponents/Checkbox/Checkbox.mjs +1 -1
- package/dist/esm/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.mjs +2 -2
- package/dist/esm/Notification/subcomponents/CancelButton/CancelButton.mjs +1 -1
- package/dist/esm/Notification/subcomponents/NotificationIcon/NotificationIcon.mjs +1 -1
- package/dist/esm/Pagination/Pagination.mjs +1 -0
- package/dist/esm/Pagination/subcomponents/DirectionalLink/DirectionalLink.mjs +1 -1
- package/dist/esm/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.mjs +1 -1
- package/dist/esm/Popover/Popover.mjs +1 -1
- package/dist/esm/Popover/utils/classMappers.mjs +1 -1
- package/dist/esm/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.mjs +1 -1
- package/dist/esm/RichTextEditor/RichTextEditor/utils/controlmap.mjs +1 -1
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.mjs +1 -1
- package/dist/esm/Select/Select.mjs +1 -1
- package/dist/esm/SplitButton/subcomponents/DropdownButton/DropdownButton.mjs +1 -1
- package/dist/esm/Table/Table.mjs +2 -2
- package/dist/esm/Tag/Tag.mjs +1 -1
- package/dist/esm/TextField/TextField.mjs +1 -1
- package/dist/esm/Tile/subcomponents/GenericTile/GenericTile.mjs +1 -1
- package/dist/esm/TitleBlockZen/TitleBlockZen.mjs +1 -1
- package/dist/esm/TitleBlockZen/subcomponents/MainActions.mjs +1 -1
- package/dist/esm/TitleBlockZen/subcomponents/MobileActions.mjs +1 -1
- package/dist/esm/TitleBlockZen/subcomponents/SecondaryActions.mjs +1 -1
- package/dist/esm/ToggleSwitch/ToggleSwitch/ToggleSwitch.mjs +1 -1
- package/dist/esm/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs +1 -1
- package/dist/esm/{__rc__ → __next__}/Button/Button.mjs +1 -1
- package/dist/esm/__next__/Button/Button.module.css.mjs +19 -0
- package/dist/esm/__next__/Button/subcomponents/ButtonContent/ButtonContent.module.css.mjs +7 -0
- package/dist/esm/__next__/Button/subcomponents/PendingContent/PendingContent.module.css.mjs +6 -0
- package/dist/esm/__next__/Icon/Icon.module.css.mjs +9 -0
- package/dist/esm/{__rc__ → __next__}/Menu/Menu.module.css.mjs +1 -1
- package/dist/esm/__next__/Menu/MenuItem.module.css.mjs +6 -0
- package/dist/esm/__next__/Select/Select.module.scss.mjs +5 -0
- package/dist/esm/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.mjs +1 -1
- package/dist/esm/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.module.scss.mjs +1 -1
- package/dist/esm/__next__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss.mjs +6 -0
- package/dist/esm/__next__/Select/subcomponents/Option/Option.module.scss.mjs +8 -0
- package/dist/esm/__next__/Select/subcomponents/SectionDivider/SectionDivider.module.scss.mjs +4 -0
- package/dist/esm/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.module.scss.mjs +1 -1
- package/dist/esm/__next__/Select/subcomponents/SelectToggle/SelectToggle.module.scss.mjs +12 -0
- package/dist/esm/__next__/Tabs/subcomponents/Tab/Tab.module.css.mjs +5 -0
- package/dist/esm/{__rc__ → __next__}/Tabs/subcomponents/TabList/TabList.mjs +1 -1
- package/dist/esm/__next__/Tabs/subcomponents/TabList/TabList.module.css.mjs +8 -0
- package/dist/esm/__next__/Tag/RemovableTag/RemovableTag.module.scss.mjs +4 -0
- package/dist/esm/__next__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.mjs +4 -0
- package/dist/esm/__next__/Tag/Tag/Tag.module.scss.mjs +12 -0
- package/dist/esm/{__rc__ → __next__}/Tooltip/OverlayArrow.mjs +1 -1
- package/dist/esm/__next__/Tooltip/OverlayArrow.module.scss.mjs +5 -0
- package/dist/esm/{__rc__ → __next__}/Tooltip/Tooltip.mjs +1 -1
- package/dist/esm/__next__/Tooltip/Tooltip.module.scss.mjs +6 -0
- package/dist/esm/actionsV3.mjs +7 -7
- package/dist/esm/future.mjs +18 -18
- package/dist/esm/index.mjs +3 -1
- package/dist/esm/next.mjs +19 -0
- package/dist/esm/overlaysV1.mjs +1 -1
- package/dist/esm/overlaysV2.mjs +1 -1
- package/dist/esm/overlaysV3.mjs +2 -3
- package/dist/esm/utilitiesV3.mjs +422 -1
- package/dist/styles.css +155 -155
- package/dist/types/Filter/FilterSelect/FilterSelect.d.ts +4 -4
- package/dist/types/Filter/FilterSelect/types.d.ts +1 -1
- package/dist/types/LinkButton/LinkButton.d.ts +1 -1
- package/dist/types/Tooltip/index.d.ts +1 -8
- package/dist/types/{__rc__ → __next__}/Button/Button.d.ts +2 -2
- package/dist/types/{__rc__ → __next__}/Tooltip/index.d.ts +0 -1
- package/dist/types/{__rc__ → __next__}/index.d.ts +1 -0
- package/dist/types/__utilities__/index.d.ts +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types/v3-actions.d.ts +2 -2
- package/dist/types/v3-overlays.d.ts +1 -1
- package/future/README.md +2 -24
- package/future/package.json +1 -1
- package/next/README.md +27 -0
- package/next/package.json +5 -0
- package/package.json +11 -5
- package/src/Avatar/Avatar.tsx +1 -1
- package/src/BrandMoment/_docs/BrandMoment.stickersheet.stories.tsx +1 -1
- package/src/BrandMoment/_docs/BrandMoment.stories.tsx +2 -2
- package/src/BrandMoment/_docs/ExampleHeaders.tsx +1 -1
- package/src/Button/Button/_docs/Button.mdx +5 -4
- package/src/Button/Button/_docs/Button.stickersheet.stories.tsx +2 -2
- package/src/Button/Button/_docs/Button.stories.tsx +2 -2
- package/src/Button/IconButton/_docs/IconButton.mdx +5 -3
- package/src/Button/IconButton/_docs/IconButton.stickersheet.stories.tsx +2 -2
- package/src/Button/IconButton/_docs/IconButton.stories.tsx +2 -2
- package/src/Calendar/CalendarPopover/_docs/CalendarPopover.stickersheet.stories.tsx +1 -1
- package/src/Calendar/CalendarRange/CalendarRange.tsx +1 -1
- package/src/Calendar/CalendarRange/_docs/CalendarRange.stickersheet.stories.tsx +1 -1
- package/src/Calendar/CalendarRange/_docs/CalendarRange.stories.tsx +1 -1
- package/src/Calendar/CalendarSingle/CalendarSingle.tsx +1 -1
- package/src/Calendar/CalendarSingle/_docs/CalendarSingle.stickersheet.stories.tsx +1 -1
- package/src/Calendar/CalendarSingle/_docs/CalendarSingle.stories.tsx +1 -1
- package/src/Calendar/LegacyCalendarRange/LegacyCalendarRange.tsx +1 -1
- package/src/Checkbox/Checkbox/Checkbox.tsx +1 -1
- package/src/Checkbox/Checkbox/_docs/Checkbox.stickersheet.stories.tsx +1 -1
- package/src/Checkbox/Checkbox/_docs/Checkbox.stories.tsx +1 -1
- package/src/Checkbox/CheckboxField/_docs/CheckboxField.stickersheet.stories.tsx +1 -1
- package/src/Checkbox/CheckboxField/_docs/CheckboxField.stories.tsx +1 -1
- package/src/Checkbox/CheckboxGroup/_docs/CheckboxGroup.stickersheet.stories.tsx +1 -1
- package/src/Checkbox/CheckboxGroup/_docs/CheckboxGroup.stories.tsx +1 -1
- package/src/ClearButton/ClearButton.tsx +1 -1
- package/src/Collapsible/Collapsible/Collapsible.tsx +1 -1
- package/src/Collapsible/Collapsible/_docs/Collapsible.stories.tsx +1 -1
- package/src/DateInput/DateInputWithIconButton/DateInputWithIconButton.tsx +1 -1
- package/src/DatePicker/_docs/DatePicker.stickersheet.stories.tsx +1 -1
- package/src/DatePicker/_docs/DatePicker.stories.tsx +1 -1
- package/src/DatePicker/_docs/getLocale.stickersheet.stories.tsx +1 -1
- package/src/DateRangePicker/DateRangePicker.tsx +1 -1
- package/src/DateRangePicker/_docs/DateRangePicker.stickersheet.stories.tsx +1 -1
- package/src/DateRangePicker/_docs/DateRangePicker.stories.tsx +1 -1
- package/src/EmptyState/_docs/EmptyState.stickersheet.stories.tsx +1 -1
- package/src/EmptyState/_docs/EmptyState.stories.tsx +1 -1
- package/src/ErrorPage/ErrorPage.tsx +1 -1
- package/src/FieldGroup/_docs/FieldGroup.stickersheet.stories.tsx +1 -1
- package/src/FieldGroup/_docs/FieldGroup.stories.tsx +1 -1
- package/src/FieldMessage/FieldMessage.tsx +1 -1
- package/src/FieldMessage/_docs/FieldMessage.stickersheet.stories.tsx +1 -1
- package/src/FieldMessage/_docs/FieldMessage.stories.tsx +1 -1
- package/src/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.tsx +1 -1
- package/src/Filter/FilterButton/FilterButton/FilterButton.tsx +1 -1
- package/src/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.tsx +1 -1
- package/src/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.tsx +1 -1
- package/src/Filter/FilterSelect/FilterSelect.tsx +4 -4
- package/src/Filter/FilterSelect/types.ts +2 -2
- package/src/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/_docs/ApiSpecification.mdx +5 -5
- package/src/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/_docs/Focusable.stories.tsx +2 -2
- package/src/GuidanceBlock/GuidanceBlock.tsx +1 -1
- package/src/Icon/_docs/Icon.docs.stories.tsx +2 -2
- package/src/Icon/_docs/Icon.mdx +4 -2
- package/src/Icon/_docs/Icon.stickersheet.stories.tsx +1 -1
- package/src/Illustration/utils/usePausePlay.tsx +1 -1
- package/src/Input/Input/_docs/Input.stickersheet.stories.tsx +2 -2
- package/src/Input/Input/_docs/Input.stories.tsx +2 -2
- package/src/Input/InputRange/_docs/InputRange.stickersheet.stories.tsx +1 -1
- package/src/Input/InputRange/_docs/InputRange.stories.tsx +1 -1
- package/src/Input/InputSearch/InputSearch.tsx +1 -1
- package/src/Input/InputSearch/_docs/InputSearch.stickersheet.stories.tsx +1 -1
- package/src/Input/InputSearch/_docs/InputSearch.stories.tsx +1 -1
- package/src/Label/_docs/Label.stickersheet.stories.tsx +1 -1
- package/src/Label/_docs/Label.stories.tsx +1 -1
- package/src/LabelledMessage/_docs/LabelledMessage.stickersheet.stories.tsx +1 -1
- package/src/LabelledMessage/_docs/LabelledMessage.stories.tsx +1 -1
- package/src/LikertScaleLegacy/LikertScaleLegacy.tsx +1 -1
- package/src/LinkButton/LinkButton.tsx +4 -4
- package/src/LinkButton/_docs/LinkButton--api-specification.mdx +8 -8
- package/src/LinkButton/_docs/LinkButton--usage-guidelines.mdx +1 -1
- package/src/LinkButton/_docs/LinkButton.doc.stories.tsx +1 -1
- package/src/LinkButton/_docs/LinkButton.spec.stories.tsx +1 -1
- package/src/LinkButton/_docs/LinkButton.stickersheet.stories.tsx +1 -1
- package/src/Loading/LoadingGraphic/_docs/LoadingGraphic.stories.tsx +1 -1
- package/src/Menu/_docs/Menu.mdx +5 -5
- package/src/Menu/_docs/Menu.stickersheet.stories.tsx +2 -2
- package/src/Menu/_docs/Menu.stories.tsx +2 -2
- package/src/Menu/_docs/MenuContentExample.tsx +1 -1
- package/src/Menu/_docs/examples.tsx +1 -1
- package/src/Menu/index.ts +0 -2
- package/src/Modal/ConfirmationModal/ConfirmationModal.tsx +1 -1
- package/src/Modal/GenericModal/_docs/GenericModal.spec.stories.tsx +1 -1
- package/src/Modal/GenericModal/_docs/GenericModal.stories.tsx +1 -1
- package/src/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.tsx +1 -1
- package/src/MultiSelect/subcomponents/Checkbox/Checkbox.tsx +1 -1
- package/src/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.tsx +1 -1
- package/src/Notification/subcomponents/CancelButton/CancelButton.tsx +1 -1
- package/src/Notification/subcomponents/NotificationIcon/NotificationIcon.tsx +1 -1
- package/src/Pagination/subcomponents/DirectionalLink/DirectionalLink.tsx +1 -1
- package/src/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.tsx +1 -1
- package/src/Popover/Popover.tsx +1 -1
- package/src/Popover/utils/classMappers.tsx +1 -1
- package/src/Radio/Radio/_docs/Radio.stickersheet.stories.tsx +1 -1
- package/src/Radio/Radio/_docs/Radio.stories.tsx +1 -1
- package/src/Radio/RadioField/_docs/RadioField.stickersheet.stories.tsx +1 -1
- package/src/Radio/RadioField/_docs/RadioField.stories.tsx +1 -1
- package/src/Radio/RadioGroup/_docs/RadioGroup.stickersheet.stories.tsx +1 -1
- package/src/Radio/RadioGroup/_docs/RadioGroup.stories.tsx +1 -1
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/_docs/ToggleIconButton.stickersheet.stories.tsx +1 -1
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/_docs/ToggleIconButton.stories.tsx +1 -1
- package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.spec.tsx +1 -1
- package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/_docs/Toolbar.stories.tsx +1 -1
- package/src/RichTextEditor/RichTextEditor/utils/controlmap.tsx +1 -1
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.tsx +1 -1
- package/src/Select/Select.tsx +1 -1
- package/src/Select/_docs/Select.mdx +1 -1
- package/src/SplitButton/subcomponents/DropdownButton/DropdownButton.tsx +1 -1
- package/src/Table/Table.tsx +1 -1
- package/src/Table/_docs/Table.stickersheet.stories.tsx +1 -1
- package/src/Table/_docs/Table.stories.tsx +1 -1
- package/src/Tabs/_docs/Tabs.mdx +4 -2
- package/src/Tabs/_docs/Tabs.stories.tsx +1 -1
- package/src/Tag/Tag.tsx +1 -1
- package/src/Tag/_docs/Tag.mdx +3 -8
- package/src/Tag/_docs/Tag.stickersheet.stories.tsx +1 -1
- package/src/Tag/_docs/Tag.stories.tsx +1 -1
- package/src/TextArea/_docs/TextArea.stickersheet.stories.tsx +1 -1
- package/src/TextArea/_docs/TextArea.stories.tsx +1 -1
- package/src/TextAreaField/_docs/TextAreaField.stickersheet.stories.tsx +1 -1
- package/src/TextAreaField/_docs/TextAreaField.stories.tsx +1 -1
- package/src/TextField/TextField.tsx +1 -1
- package/src/TextField/_docs/TextField.stickersheet.stories.tsx +1 -1
- package/src/TextField/_docs/TextField.stories.tsx +2 -2
- package/src/Tile/subcomponents/GenericTile/GenericTile.spec.stories.tsx +1 -1
- package/src/Tile/subcomponents/GenericTile/GenericTile.tsx +1 -1
- package/src/Tile/subcomponents/GenericTile/_docs/GenericTile.stickersheet.stories.tsx +1 -1
- package/src/TitleBlockZen/TitleBlockZen.tsx +1 -1
- package/src/TitleBlockZen/_docs/TitleBlockZen.stories.tsx +1 -1
- package/src/TitleBlockZen/subcomponents/MainActions.tsx +1 -1
- package/src/TitleBlockZen/subcomponents/MobileActions.tsx +1 -1
- package/src/TitleBlockZen/subcomponents/SecondaryActions.tsx +1 -1
- package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.tsx +1 -1
- package/src/ToggleSwitch/ToggleSwitch/_docs/ToggleSwitch.stickersheet.stories.tsx +1 -1
- package/src/ToggleSwitch/ToggleSwitch/_docs/ToggleSwitch.stories.tsx +1 -1
- package/src/ToggleSwitch/ToggleSwitchField/_docs/ToggleSwitchField.stickersheet.stories.tsx +1 -1
- package/src/ToggleSwitch/ToggleSwitchField/_docs/ToggleSwitchField.stories.tsx +1 -1
- package/src/Tooltip/_docs/Tooltip.mdx +5 -8
- package/src/Tooltip/_docs/Tooltip.stickersheet.stories.tsx +2 -2
- package/src/Tooltip/_docs/Tooltip.stories.tsx +3 -3
- package/src/Tooltip/index.ts +1 -7
- package/src/Tooltip/utils/isSemanticElement.spec.tsx +1 -1
- package/src/Workflow/_docs/Workflow.stories.tsx +1 -1
- package/src/Workflow/_docs/WorkflowHeader.stories.tsx +1 -1
- package/src/Workflow/_docs/controls/controls.tsx +1 -1
- package/src/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.tsx +1 -1
- package/src/{__rc__ → __next__}/Button/Button.tsx +3 -3
- package/src/{__rc__ → __next__}/Button/_docs/Button--api-specification.mdx +9 -9
- package/src/{__rc__ → __next__}/Button/_docs/Button--usage-guidelines.mdx +5 -5
- package/src/{__rc__ → __next__}/Button/_docs/Button.docs.stories.tsx +3 -3
- package/src/{__rc__ → __next__}/Button/_docs/Button.spec.stories.tsx +2 -2
- package/src/{__rc__ → __next__}/Button/_docs/Button.stickersheet.stories.tsx +2 -2
- package/src/{__rc__ → __next__}/Icon/_docs/Icon--api-specification.mdx +3 -3
- package/src/{__rc__ → __next__}/Icon/_docs/Icon--migration-guide.mdx +3 -3
- package/src/{__rc__ → __next__}/Icon/_docs/Icon--usage-guidelines.mdx +4 -4
- package/src/{__rc__ → __next__}/Icon/_docs/Icon.docs.stories.tsx +3 -3
- package/src/{__rc__ → __next__}/Icon/_docs/Icon.stickersheet.stories.tsx +3 -3
- package/src/{__rc__ → __next__}/Menu/_docs/Menu--api-specification.mdx +5 -6
- package/src/{__rc__ → __next__}/Menu/_docs/Menu--usage-guidelines.mdx +3 -4
- package/src/{__rc__ → __next__}/Menu/_docs/Menu.docs.stories.tsx +3 -3
- package/src/{__rc__ → __next__}/Menu/_docs/Menu.spec.stories.tsx +3 -3
- package/src/{__rc__ → __next__}/Menu/_docs/Menu.stories.tsx +3 -3
- package/src/{__rc__ → __next__}/Select/_docs/Select.mdx +2 -2
- package/src/{__rc__ → __next__}/Select/_docs/Select.stickersheet.stories.tsx +1 -1
- package/src/{__rc__ → __next__}/Select/_docs/Select.stories.tsx +1 -1
- package/src/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.tsx +1 -1
- package/src/{__rc__ → __next__}/Select/subcomponents/Option/Option.tsx +1 -1
- package/src/{__rc__ → __next__}/Select/subcomponents/SelectToggle/SelectToggle.tsx +1 -1
- package/src/{__rc__ → __next__}/Tabs/_docs/Tabs--api-specification.mdx +3 -3
- package/src/{__rc__ → __next__}/Tabs/_docs/Tabs--migration-guide.mdx +3 -3
- package/src/{__rc__ → __next__}/Tabs/_docs/Tabs.spec.stories.tsx +1 -1
- package/src/{__rc__ → __next__}/Tabs/_docs/Tabs.stickersheet.stories.tsx +1 -1
- package/src/{__rc__ → __next__}/Tabs/_docs/Tabs.stories.tsx +1 -1
- package/src/{__rc__ → __next__}/Tabs/subcomponents/TabList/TabList.tsx +2 -2
- package/src/{__rc__ → __next__}/Tag/RemovableTag/_docs/RemovableTag.mdx +3 -3
- package/src/{__rc__ → __next__}/Tag/RemovableTag/_docs/RemovableTag.stickersheet.stories.tsx +1 -1
- package/src/{__rc__ → __next__}/Tag/RemovableTag/_docs/RemovableTag.stories.tsx +1 -1
- package/src/{__rc__ → __next__}/Tag/RemovableTag/subcomponents/RemoveButton.tsx +1 -1
- package/src/{__rc__ → __next__}/Tag/Tag/_docs/Tag-migration-guide.mdx +8 -8
- package/src/{__rc__ → __next__}/Tag/Tag/_docs/Tag-migration-guide.stories.tsx +2 -2
- package/src/{__rc__ → __next__}/Tag/Tag/_docs/Tag.mdx +5 -5
- package/src/{__rc__ → __next__}/Tag/Tag/_docs/Tag.stickersheet.stories.tsx +2 -2
- package/src/{__rc__ → __next__}/Tag/Tag/_docs/Tag.stories.tsx +2 -2
- package/src/{__rc__ → __next__}/Tooltip/OverlayArrow.tsx +1 -1
- package/src/{__rc__ → __next__}/Tooltip/Tooltip.tsx +1 -1
- package/src/{__rc__ → __next__}/Tooltip/_docs/ApiSpecification.mdx +6 -6
- package/src/{__rc__ → __next__}/Tooltip/_docs/Tooltip.docs.stories.tsx +4 -3
- package/src/{__rc__ → __next__}/Tooltip/_docs/Tooltip.mdx +5 -5
- package/src/{__rc__ → __next__}/Tooltip/_docs/Tooltip.spec.stories.tsx +6 -5
- package/src/{__rc__ → __next__}/Tooltip/_docs/Tooltip.stickersheet.stories.tsx +2 -2
- package/src/{__rc__ → __next__}/Tooltip/_docs/Tooltip.stories.tsx +4 -3
- package/src/{__rc__ → __next__}/Tooltip/index.ts +0 -1
- package/src/__next__/index.ts +11 -0
- package/src/__utilities__/index.ts +2 -0
- package/src/index.ts +1 -0
- package/src/utils/index.ts +1 -0
- package/src/v3-actions.ts +2 -2
- package/src/v3-overlays.ts +1 -1
- package/v3/utilities/package.json +1 -1
- package/dist/cjs/Tooltip/index.cjs +0 -8
- package/dist/cjs/__rc__/Button/Button.module.css.cjs +0 -21
- package/dist/cjs/__rc__/Button/subcomponents/ButtonContent/ButtonContent.module.css.cjs +0 -9
- package/dist/cjs/__rc__/Button/subcomponents/PendingContent/PendingContent.module.css.cjs +0 -8
- package/dist/cjs/__rc__/Icon/Icon.module.css.cjs +0 -11
- package/dist/cjs/__rc__/Menu/MenuItem.module.css.cjs +0 -8
- package/dist/cjs/__rc__/Select/Select.module.scss.cjs +0 -7
- package/dist/cjs/__rc__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss.cjs +0 -8
- package/dist/cjs/__rc__/Select/subcomponents/Option/Option.module.scss.cjs +0 -10
- package/dist/cjs/__rc__/Select/subcomponents/SelectToggle/SelectToggle.module.scss.cjs +0 -14
- package/dist/cjs/__rc__/Tabs/subcomponents/Tab/Tab.module.css.cjs +0 -7
- package/dist/cjs/__rc__/Tabs/subcomponents/TabList/TabList.module.css.cjs +0 -10
- package/dist/cjs/__rc__/Tag/RemovableTag/RemovableTag.module.scss.cjs +0 -6
- package/dist/cjs/__rc__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.cjs +0 -6
- package/dist/cjs/__rc__/Tag/Tag/Tag.module.scss.cjs +0 -14
- package/dist/cjs/__rc__/Tooltip/OverlayArrow.module.scss.cjs +0 -7
- package/dist/cjs/__rc__/Tooltip/Tooltip.module.scss.cjs +0 -8
- package/dist/cjs/__rc__/Tooltip/subcomponents/Focusable/Focusable.module.scss.cjs +0 -6
- package/dist/esm/Tooltip/index.mjs +0 -6
- package/dist/esm/__rc__/Button/Button.module.css.mjs +0 -19
- package/dist/esm/__rc__/Button/subcomponents/ButtonContent/ButtonContent.module.css.mjs +0 -7
- package/dist/esm/__rc__/Button/subcomponents/PendingContent/PendingContent.module.css.mjs +0 -6
- package/dist/esm/__rc__/Icon/Icon.module.css.mjs +0 -9
- package/dist/esm/__rc__/Menu/MenuItem.module.css.mjs +0 -6
- package/dist/esm/__rc__/Select/Select.module.scss.mjs +0 -5
- package/dist/esm/__rc__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss.mjs +0 -6
- package/dist/esm/__rc__/Select/subcomponents/Option/Option.module.scss.mjs +0 -8
- package/dist/esm/__rc__/Select/subcomponents/SectionDivider/SectionDivider.module.scss.mjs +0 -4
- package/dist/esm/__rc__/Select/subcomponents/SelectToggle/SelectToggle.module.scss.mjs +0 -12
- package/dist/esm/__rc__/Tabs/subcomponents/Tab/Tab.module.css.mjs +0 -5
- package/dist/esm/__rc__/Tabs/subcomponents/TabList/TabList.module.css.mjs +0 -8
- package/dist/esm/__rc__/Tag/RemovableTag/RemovableTag.module.scss.mjs +0 -4
- package/dist/esm/__rc__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.mjs +0 -4
- package/dist/esm/__rc__/Tag/Tag/Tag.module.scss.mjs +0 -12
- package/dist/esm/__rc__/Tooltip/OverlayArrow.module.scss.mjs +0 -5
- package/dist/esm/__rc__/Tooltip/Tooltip.module.scss.mjs +0 -6
- package/dist/esm/__rc__/Tooltip/subcomponents/Focusable/Focusable.module.scss.mjs +0 -4
- package/dist/types/__utilities__/v3.d.ts +0 -1
- package/src/Button/Button/_docs/v2/Button.mdx +0 -98
- package/src/Button/Button/_docs/v2/Button.stories.tsx +0 -162
- package/src/Button/IconButton/_docs/v2/IconButton.mdx +0 -24
- package/src/Button/IconButton/_docs/v2/IconButton.stories.tsx +0 -37
- package/src/Menu/_docs/v2/Menu.mdx +0 -31
- package/src/Menu/_docs/v2/Menu.stories.tsx +0 -54
- package/src/Tooltip/_docs/v2/Tooltip.mdx +0 -130
- package/src/Tooltip/_docs/v2/Tooltip.stories.tsx +0 -47
- package/src/__rc__/index.ts +0 -7
- package/src/__utilities__/v3.ts +0 -1
- /package/dist/cjs/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Button/subcomponents/ButtonContent/ButtonContent.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Button/subcomponents/PendingContent/PendingContent.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Icon/Icon.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Icon/constants.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Menu/Menu.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Menu/MenuHeader.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Menu/MenuItem.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Menu/MenuPopover.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Menu/MenuSection.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Menu/MenuTrigger.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Select/Select.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Select/context/SelectContext.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/ListBoxSection.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/ListItem/ListItem.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/ListItems/ListItems.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/Option/Option.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/Overlay/Overlay.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/SelectToggle/SelectToggle.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Select/utils/getDisabledKeysFromItems.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Select/utils/isSelectOptionGroup.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Select/utils/transformSelectItemToCollectionElement.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Tabs/Tabs.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Tabs/constants.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Tabs/subcomponents/Tab/Tab.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/TabPanel.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Tag/RemovableTag/RemovableTag.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Tag/RemovableTag/subcomponents/RemoveButton.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Tag/Tag/Tag.cjs +0 -0
- /package/dist/cjs/{__rc__ → __next__}/Tooltip/TooltipTrigger.cjs +0 -0
- /package/dist/cjs/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/ReversedColors.cjs +0 -0
- /package/dist/cjs/{__utilities__ → utils}/isRTL/isRTL.cjs +0 -0
- /package/dist/cjs/{__utilities__ → utils}/useIsClientReady/useIsClientReady.cjs +0 -0
- /package/dist/esm/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Button/subcomponents/ButtonContent/ButtonContent.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Button/subcomponents/PendingContent/PendingContent.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Icon/Icon.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Icon/constants.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Menu/Menu.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Menu/MenuHeader.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Menu/MenuItem.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Menu/MenuPopover.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Menu/MenuSection.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Menu/MenuTrigger.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Select/Select.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Select/context/SelectContext.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/ListBoxSection.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/ListItem/ListItem.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/ListItems/ListItems.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/Option/Option.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/Overlay/Overlay.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/SelectToggle/SelectToggle.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Select/utils/getDisabledKeysFromItems.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Select/utils/isSelectOptionGroup.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Select/utils/transformSelectItemToCollectionElement.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Tabs/Tabs.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Tabs/constants.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Tabs/subcomponents/Tab/Tab.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/TabPanel.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Tag/RemovableTag/RemovableTag.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Tag/RemovableTag/subcomponents/RemoveButton.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Tag/Tag/Tag.mjs +0 -0
- /package/dist/esm/{__rc__ → __next__}/Tooltip/TooltipTrigger.mjs +0 -0
- /package/dist/esm/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/ReversedColors.mjs +0 -0
- /package/dist/esm/{__utilities__ → utils}/isRTL/isRTL.mjs +0 -0
- /package/dist/esm/{__utilities__ → utils}/useIsClientReady/useIsClientReady.mjs +0 -0
- /package/dist/types/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.d.ts +0 -0
- /package/dist/types/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Button/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Button/subcomponents/ButtonContent/ButtonContent.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Button/subcomponents/ButtonContent/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Button/subcomponents/PendingContent/PendingContent.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Button/subcomponents/PendingContent/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Button/subcomponents/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Button/types.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Icon/Icon.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Icon/constants.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Icon/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Icon/types.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Menu/Menu.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Menu/MenuHeader.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Menu/MenuItem.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Menu/MenuPopover.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Menu/MenuSection.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Menu/MenuTrigger.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Menu/SubmenuTrigger.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Menu/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/Select.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/_docs/mockData.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/context/SelectContext.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/context/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListBox/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/ListBoxSection.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListItem/ListItem.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListItem/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListItems/ListItems.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListItems/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/Option/Option.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/Option/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/Overlay/Overlay.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/Overlay/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SectionDivider/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SelectToggle/SelectToggle.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SelectToggle/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/subcomponents/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/types.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/utils/getDisabledKeysFromItems.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/utils/isSelectOptionGroup.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Select/utils/transformSelectItemToCollectionElement.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tabs/Tabs.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tabs/constants.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tabs/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/Tab/Tab.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/Tab/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/TabList/TabList.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/TabList/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/TabPanel.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tag/RemovableTag/RemovableTag.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tag/RemovableTag/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tag/RemovableTag/subcomponents/RemoveButton.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tag/Tag/Tag.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tag/Tag/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tag/Tag/types.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tag/index.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tooltip/OverlayArrow.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tooltip/Tooltip.d.ts +0 -0
- /package/dist/types/{__rc__ → __next__}/Tooltip/TooltipTrigger.d.ts +0 -0
- /package/dist/types/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/ReversedColors.d.ts +0 -0
- /package/dist/types/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/index.d.ts +0 -0
- /package/dist/types/{__utilities__ → utils}/isRTL/index.d.ts +0 -0
- /package/dist/types/{__utilities__ → utils}/isRTL/isRTL.d.ts +0 -0
- /package/dist/types/{__utilities__ → utils}/useIsClientReady/index.d.ts +0 -0
- /package/dist/types/{__utilities__ → utils}/useIsClientReady/useIsClientReady.d.ts +0 -0
- /package/src/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.module.scss +0 -0
- /package/src/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.tsx +0 -0
- /package/src/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Button/Button.module.css +0 -0
- /package/src/{__rc__ → __next__}/Button/_docs/assets/button_anatomy.png +0 -0
- /package/src/{__rc__ → __next__}/Button/_docs/assets/button_icon_only_spec.png +0 -0
- /package/src/{__rc__ → __next__}/Button/_docs/assets/button_icon_spec.png +0 -0
- /package/src/{__rc__ → __next__}/Button/_docs/assets/button_spec.png +0 -0
- /package/src/{__rc__ → __next__}/Button/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Button/subcomponents/ButtonContent/ButtonContent.module.css +0 -0
- /package/src/{__rc__ → __next__}/Button/subcomponents/ButtonContent/ButtonContent.tsx +0 -0
- /package/src/{__rc__ → __next__}/Button/subcomponents/ButtonContent/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Button/subcomponents/PendingContent/PendingContent.module.css +0 -0
- /package/src/{__rc__ → __next__}/Button/subcomponents/PendingContent/PendingContent.tsx +0 -0
- /package/src/{__rc__ → __next__}/Button/subcomponents/PendingContent/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Button/subcomponents/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Button/types.ts +0 -0
- /package/src/{__rc__ → __next__}/Icon/Icon.module.css +0 -0
- /package/src/{__rc__ → __next__}/Icon/Icon.spec.tsx +0 -0
- /package/src/{__rc__ → __next__}/Icon/Icon.tsx +0 -0
- /package/src/{__rc__ → __next__}/Icon/_docs/Icon.docs.module.css +0 -0
- /package/src/{__rc__ → __next__}/Icon/_docs/assets/interface-dont.png +0 -0
- /package/src/{__rc__ → __next__}/Icon/_docs/assets/tooltip-dont.png +0 -0
- /package/src/{__rc__ → __next__}/Icon/constants.ts +0 -0
- /package/src/{__rc__ → __next__}/Icon/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Icon/material-symbols-metadata.json +0 -0
- /package/src/{__rc__ → __next__}/Icon/types.ts +0 -0
- /package/src/{__rc__ → __next__}/Menu/Menu.module.css +0 -0
- /package/src/{__rc__ → __next__}/Menu/Menu.tsx +0 -0
- /package/src/{__rc__ → __next__}/Menu/MenuHeader.tsx +0 -0
- /package/src/{__rc__ → __next__}/Menu/MenuItem.module.css +0 -0
- /package/src/{__rc__ → __next__}/Menu/MenuItem.tsx +0 -0
- /package/src/{__rc__ → __next__}/Menu/MenuPopover.tsx +0 -0
- /package/src/{__rc__ → __next__}/Menu/MenuSection.tsx +0 -0
- /package/src/{__rc__ → __next__}/Menu/MenuTrigger.tsx +0 -0
- /package/src/{__rc__ → __next__}/Menu/SubmenuTrigger.tsx +0 -0
- /package/src/{__rc__ → __next__}/Menu/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Select/Select.module.scss +0 -0
- /package/src/{__rc__ → __next__}/Select/Select.spec.tsx +0 -0
- /package/src/{__rc__ → __next__}/Select/Select.tsx +0 -0
- /package/src/{__rc__ → __next__}/Select/_docs/mockData.ts +0 -0
- /package/src/{__rc__ → __next__}/Select/context/SelectContext.tsx +0 -0
- /package/src/{__rc__ → __next__}/Select/context/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Select/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.module.scss +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/ListBox/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/ListBoxSection.tsx +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/ListItem/ListItem.tsx +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/ListItem/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/ListItems/ListItems.tsx +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/ListItems/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/Option/Option.module.scss +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/Option/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/Overlay/Overlay.tsx +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/Overlay/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.module.scss +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.tsx +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/SectionDivider/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.module.scss +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.tsx +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/SelectToggle/SelectToggle.module.scss +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/SelectToggle/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Select/subcomponents/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Select/types.ts +0 -0
- /package/src/{__rc__ → __next__}/Select/utils/getDisabledKeysFromItems.ts +0 -0
- /package/src/{__rc__ → __next__}/Select/utils/isSelectOptionGroup.ts +0 -0
- /package/src/{__rc__ → __next__}/Select/utils/transformSelectItemToCollectionElement.tsx +0 -0
- /package/src/{__rc__ → __next__}/Tabs/Tabs.tsx +0 -0
- /package/src/{__rc__ → __next__}/Tabs/constants.ts +0 -0
- /package/src/{__rc__ → __next__}/Tabs/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Tabs/subcomponents/Tab/Tab.module.css +0 -0
- /package/src/{__rc__ → __next__}/Tabs/subcomponents/Tab/Tab.tsx +0 -0
- /package/src/{__rc__ → __next__}/Tabs/subcomponents/Tab/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Tabs/subcomponents/TabList/TabList.module.css +0 -0
- /package/src/{__rc__ → __next__}/Tabs/subcomponents/TabList/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/TabPanel.module.css +0 -0
- /package/src/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/TabPanel.tsx +0 -0
- /package/src/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Tabs/subcomponents/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Tag/RemovableTag/RemovableTag.module.scss +0 -0
- /package/src/{__rc__ → __next__}/Tag/RemovableTag/RemovableTag.tsx +0 -0
- /package/src/{__rc__ → __next__}/Tag/RemovableTag/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Tag/RemovableTag/subcomponents/RemoveButton.module.scss +0 -0
- /package/src/{__rc__ → __next__}/Tag/Tag/Tag.module.scss +0 -0
- /package/src/{__rc__ → __next__}/Tag/Tag/Tag.tsx +0 -0
- /package/src/{__rc__ → __next__}/Tag/Tag/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Tag/Tag/types.ts +0 -0
- /package/src/{__rc__ → __next__}/Tag/index.ts +0 -0
- /package/src/{__rc__ → __next__}/Tooltip/OverlayArrow.module.scss +0 -0
- /package/src/{__rc__ → __next__}/Tooltip/Tooltip.module.scss +0 -0
- /package/src/{__rc__ → __next__}/Tooltip/TooltipTrigger.tsx +0 -0
- /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_anatomy.png +0 -0
- /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_placement.png +0 -0
- /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_spec.png +0 -0
- /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_trigger_1.png +0 -0
- /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_trigger_2.png +0 -0
- /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_trigger_3.png +0 -0
- /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_variant.png +0 -0
- /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_when_to_use.png +0 -0
- /package/src/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/ReversedColors.tsx +0 -0
- /package/src/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/index.ts +0 -0
- /package/src/{__utilities__ → utils}/isRTL/index.ts +0 -0
- /package/src/{__utilities__ → utils}/isRTL/isRTL.spec.tsx +0 -0
- /package/src/{__utilities__ → utils}/isRTL/isRTL.ts +0 -0
- /package/src/{__utilities__ → utils}/useIsClientReady/index.ts +0 -0
- /package/src/{__utilities__ → utils}/useIsClientReady/useIsClientReady.tsx +0 -0
|
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
|
|
|
2
2
|
import React, { useState, useRef, useEffect } from 'react';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
import { Textfit } from 'react-textfit';
|
|
5
|
-
import { Icon } from '../
|
|
5
|
+
import { Icon } from '../__next__/Icon/Icon.mjs';
|
|
6
6
|
import styles from './Avatar.module.css.mjs';
|
|
7
7
|
var getInitials = function (fullName, max2Characters) {
|
|
8
8
|
if (max2Characters === undefined) {
|
|
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
import { FilterButtonBase } from '../Filter/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.mjs';
|
|
5
|
-
import { Tooltip } from '../Tooltip/
|
|
5
|
+
import { Tooltip } from '../Tooltip/Tooltip.mjs';
|
|
6
6
|
import styles from './ButtonGroup.module.css.mjs';
|
|
7
7
|
var isFilterButton = function (node) {
|
|
8
8
|
return /*#__PURE__*/React.isValidElement(node) && node.type === FilterButtonBase;
|
|
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
|
|
|
2
2
|
import React, { useRef, useEffect } from 'react';
|
|
3
3
|
import { enAU } from 'date-fns/locale';
|
|
4
4
|
import { DayPicker } from 'react-day-picker';
|
|
5
|
-
import { Icon } from '../../
|
|
5
|
+
import { Icon } from '../../__next__/Icon/Icon.mjs';
|
|
6
6
|
import { baseCalendarClassNames } from '../baseCalendarClassNames.mjs';
|
|
7
7
|
import 'date-fns';
|
|
8
8
|
import { isInvalidDate } from '../utils/isInvalidDate.mjs';
|
|
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
|
|
|
2
2
|
import React, { useRef, useEffect } from 'react';
|
|
3
3
|
import { enAU } from 'date-fns/locale';
|
|
4
4
|
import { DayPicker } from 'react-day-picker';
|
|
5
|
-
import { Icon } from '../../
|
|
5
|
+
import { Icon } from '../../__next__/Icon/Icon.mjs';
|
|
6
6
|
import { baseCalendarClassNames } from '../baseCalendarClassNames.mjs';
|
|
7
7
|
import 'date-fns';
|
|
8
8
|
import { isInvalidDate } from '../utils/isInvalidDate.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { DayPicker } from 'react-day-picker';
|
|
4
|
-
import { Icon } from '../../
|
|
4
|
+
import { Icon } from '../../__next__/Icon/Icon.mjs';
|
|
5
5
|
import { baseCalendarClassNames } from '../baseCalendarClassNames.mjs';
|
|
6
6
|
import { DayOfWeek } from '../enums.mjs';
|
|
7
7
|
import 'date-fns';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __rest, __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
|
-
import { Icon } from '../../
|
|
4
|
+
import { Icon } from '../../__next__/Icon/Icon.mjs';
|
|
5
5
|
import styles from './Checkbox.module.scss.mjs';
|
|
6
6
|
var renderCheckOrMixedIcon = function (status, reversed) {
|
|
7
7
|
if (status === 'off') return;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __rest, __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
|
-
import { Icon } from '../
|
|
4
|
+
import { Icon } from '../__next__/Icon/Icon.mjs';
|
|
5
5
|
import styles from './ClearButton.module.scss.mjs';
|
|
6
6
|
const ClearButton = /*#__PURE__*/function () {
|
|
7
7
|
const ClearButton = function (_a) {
|
|
@@ -5,7 +5,7 @@ import AnimateHeight from 'react-animate-height';
|
|
|
5
5
|
import '../../Button/Button/Button.mjs';
|
|
6
6
|
import { IconButton } from '../../Button/IconButton/IconButton.mjs';
|
|
7
7
|
import { Heading } from '../../Heading/Heading.mjs';
|
|
8
|
-
import { Icon } from '../../
|
|
8
|
+
import { Icon } from '../../__next__/Icon/Icon.mjs';
|
|
9
9
|
import styles from './Collapsible.module.scss.mjs';
|
|
10
10
|
const Collapsible = /*#__PURE__*/function () {
|
|
11
11
|
const Collapsible = function (_a) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __rest, __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
|
-
import { Icon } from '../../
|
|
4
|
+
import { Icon } from '../../__next__/Icon/Icon.mjs';
|
|
5
5
|
import { isRefObject } from '../../utils/isRefObject.mjs';
|
|
6
6
|
import { DateInput } from '../DateInput/DateInput.mjs';
|
|
7
7
|
import styles from './DateInputWithIconButton.module.scss.mjs';
|
|
@@ -13,7 +13,7 @@ import { CalendarPopover } from '../Calendar/CalendarPopover/CalendarPopover.mjs
|
|
|
13
13
|
import { LegacyCalendarRange } from '../Calendar/LegacyCalendarRange/LegacyCalendarRange.mjs';
|
|
14
14
|
import { Label } from '../Label/Label.mjs';
|
|
15
15
|
import { VisuallyHidden } from '../VisuallyHidden/VisuallyHidden.mjs';
|
|
16
|
-
import { Icon } from '../
|
|
16
|
+
import { Icon } from '../__next__/Icon/Icon.mjs';
|
|
17
17
|
import styles from './DateRangePicker.module.scss.mjs';
|
|
18
18
|
|
|
19
19
|
/**
|
|
@@ -7,7 +7,7 @@ import '../Illustration/subcomponents/Base/Base.mjs';
|
|
|
7
7
|
import '../Illustration/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.mjs';
|
|
8
8
|
import { BrandMomentError } from '../Illustration/Scene/Scene.mjs';
|
|
9
9
|
import { Text } from '../Text/Text.mjs';
|
|
10
|
-
import { Icon } from '../
|
|
10
|
+
import { Icon } from '../__next__/Icon/Icon.mjs';
|
|
11
11
|
import { useErrorMessages } from './hooks/useErrorMessages.mjs';
|
|
12
12
|
import styles from './ErrorPage.module.scss.mjs';
|
|
13
13
|
var getMailToHref = function (code) {
|
|
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
import { Text } from '../Text/Text.mjs';
|
|
5
|
-
import { Icon } from '../
|
|
5
|
+
import { Icon } from '../__next__/Icon/Icon.mjs';
|
|
6
6
|
import styles from './FieldMessage.module.scss.mjs';
|
|
7
7
|
const FieldMessage = /*#__PURE__*/function () {
|
|
8
8
|
const FieldMessage = function (_a) {
|
|
@@ -3,7 +3,7 @@ import { useIntl } from '@cultureamp/i18n-react-intl';
|
|
|
3
3
|
import { Button } from '../../../../Button/Button/Button.mjs';
|
|
4
4
|
import '../../../../Button/IconButton/IconButton.mjs';
|
|
5
5
|
import { Menu, MenuList, MenuItem } from '../../../../Menu/index.mjs';
|
|
6
|
-
import { Icon } from '../../../../
|
|
6
|
+
import { Icon } from '../../../../__next__/Icon/Icon.mjs';
|
|
7
7
|
import { useFilterBarContext } from '../../context/FilterBarContext.mjs';
|
|
8
8
|
const AddFiltersMenu = /*#__PURE__*/function () {
|
|
9
9
|
const AddFiltersMenu = function () {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __rest, __assign } from 'tslib';
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
|
-
import { Icon } from '../../../
|
|
4
|
+
import { Icon } from '../../../__next__/Icon/Icon.mjs';
|
|
5
5
|
import { isRefObject } from '../../../utils/isRefObject.mjs';
|
|
6
6
|
import { FilterButtonBase } from '../subcomponents/FilterButtonBase/FilterButtonBase.mjs';
|
|
7
7
|
import styles from './FilterButton.module.css.mjs';
|
|
@@ -3,8 +3,8 @@ import React, { forwardRef } from 'react';
|
|
|
3
3
|
import { useIntl } from '@cultureamp/i18n-react-intl';
|
|
4
4
|
import classnames from 'classnames';
|
|
5
5
|
import { ButtonGroup } from '../../../ButtonGroup/ButtonGroup.mjs';
|
|
6
|
-
import { Tooltip } from '../../../Tooltip/
|
|
7
|
-
import { Icon } from '../../../
|
|
6
|
+
import { Tooltip } from '../../../Tooltip/Tooltip.mjs';
|
|
7
|
+
import { Icon } from '../../../__next__/Icon/Icon.mjs';
|
|
8
8
|
import { isRefObject } from '../../../utils/isRefObject.mjs';
|
|
9
9
|
import { FilterButton } from '../FilterButton/FilterButton.mjs';
|
|
10
10
|
import { FilterButtonBase } from '../subcomponents/FilterButtonBase/FilterButtonBase.mjs';
|
package/dist/esm/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import { mergeProps } from '@react-aria/utils';
|
|
|
6
6
|
import classnames from 'classnames';
|
|
7
7
|
import { Badge } from '../../../../Badge/Badge.mjs';
|
|
8
8
|
import { VisuallyHidden } from '../../../../VisuallyHidden/VisuallyHidden.mjs';
|
|
9
|
-
import { Icon } from '../../../../
|
|
9
|
+
import { Icon } from '../../../../__next__/Icon/Icon.mjs';
|
|
10
10
|
import '../../context/MenuTriggerProvider/MenuTriggerProvider.mjs';
|
|
11
11
|
import { useSelectionContext } from '../../context/SelectionProvider/SelectionProvider.mjs';
|
|
12
12
|
import styles from './MultiSelectOption.module.scss.mjs';
|
|
@@ -5,18 +5,18 @@ import { useSelect, HiddenSelect } from '@react-aria/select';
|
|
|
5
5
|
import { useSelectState } from '@react-stately/select';
|
|
6
6
|
import { Filter } from '../Filter/Filter.mjs';
|
|
7
7
|
import { FilterContents } from '../Filter/subcomponents/FilterContents/FilterContents.mjs';
|
|
8
|
-
import { SelectProvider } from '../../
|
|
9
|
-
import '../../
|
|
10
|
-
import { ListBoxSection } from '../../
|
|
11
|
-
import { ListItem } from '../../
|
|
12
|
-
import '../../
|
|
13
|
-
import { Option } from '../../
|
|
14
|
-
import '../../
|
|
15
|
-
import { SectionDivider } from '../../
|
|
16
|
-
import { SelectPopoverContents } from '../../
|
|
17
|
-
import '../../
|
|
18
|
-
import { getDisabledKeysFromItems } from '../../
|
|
19
|
-
import { transformSelectItemToCollectionElement } from '../../
|
|
8
|
+
import { SelectProvider } from '../../__next__/Select/context/SelectContext.mjs';
|
|
9
|
+
import '../../__next__/Select/subcomponents/ListBox/ListBox.mjs';
|
|
10
|
+
import { ListBoxSection } from '../../__next__/Select/subcomponents/ListBoxSection/ListBoxSection.mjs';
|
|
11
|
+
import { ListItem } from '../../__next__/Select/subcomponents/ListItem/ListItem.mjs';
|
|
12
|
+
import '../../__next__/Select/subcomponents/ListItems/ListItems.mjs';
|
|
13
|
+
import { Option } from '../../__next__/Select/subcomponents/Option/Option.mjs';
|
|
14
|
+
import '../../__next__/Select/subcomponents/Overlay/Overlay.mjs';
|
|
15
|
+
import { SectionDivider } from '../../__next__/Select/subcomponents/SectionDivider/SectionDivider.mjs';
|
|
16
|
+
import { SelectPopoverContents } from '../../__next__/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.mjs';
|
|
17
|
+
import '../../__next__/Select/subcomponents/SelectToggle/SelectToggle.mjs';
|
|
18
|
+
import { getDisabledKeysFromItems } from '../../__next__/Select/utils/getDisabledKeysFromItems.mjs';
|
|
19
|
+
import { transformSelectItemToCollectionElement } from '../../__next__/Select/utils/transformSelectItemToCollectionElement.mjs';
|
|
20
20
|
import styles from './FilterSelect.module.css.mjs';
|
|
21
21
|
const FilterSelect = /*#__PURE__*/function () {
|
|
22
22
|
const FilterSelect = function (_a) {
|
|
@@ -6,8 +6,8 @@ import { Button } from '../Button/Button/Button.mjs';
|
|
|
6
6
|
import '../Button/IconButton/IconButton.mjs';
|
|
7
7
|
import { Heading } from '../Heading/Heading.mjs';
|
|
8
8
|
import { Text } from '../Text/Text.mjs';
|
|
9
|
-
import { Tooltip } from '../Tooltip/
|
|
10
|
-
import { Icon } from '../
|
|
9
|
+
import { Tooltip } from '../Tooltip/Tooltip.mjs';
|
|
10
|
+
import { Icon } from '../__next__/Icon/Icon.mjs';
|
|
11
11
|
import styles from './GuidanceBlock.module.css.mjs';
|
|
12
12
|
var WithTooltip = function (_a) {
|
|
13
13
|
var tooltipProps = _a.tooltipProps,
|
|
@@ -8,7 +8,7 @@ import '../../Loading/LoadingHeading/LoadingHeading.mjs';
|
|
|
8
8
|
import '../../Loading/LoadingInput/LoadingInput.mjs';
|
|
9
9
|
import '../../Loading/LoadingParagraph/LoadingParagraph.mjs';
|
|
10
10
|
import { LoadingSpinner } from '../../Loading/LoadingSpinner/LoadingSpinner.mjs';
|
|
11
|
-
import { Icon } from '../../
|
|
11
|
+
import { Icon } from '../../__next__/Icon/Icon.mjs';
|
|
12
12
|
import styles from './InputSearch.module.scss.mjs';
|
|
13
13
|
const InputSearch = /*#__PURE__*/function () {
|
|
14
14
|
const InputSearch = function (props) {
|
|
@@ -2,7 +2,7 @@ import React, { useState, createRef } from 'react';
|
|
|
2
2
|
import classnames from 'classnames';
|
|
3
3
|
import { FieldMessage } from '../FieldMessage/FieldMessage.mjs';
|
|
4
4
|
import { Text } from '../Text/Text.mjs';
|
|
5
|
-
import { Icon } from '../
|
|
5
|
+
import { Icon } from '../__next__/Icon/Icon.mjs';
|
|
6
6
|
import determineSelectionFromKeyPress from './utils/determineSelectionFromKeyPress.mjs';
|
|
7
7
|
import styles from './LikertScaleLegacy.module.scss.mjs';
|
|
8
8
|
var SelectedItemIcon = function () {
|
|
@@ -8,11 +8,11 @@ import '../Loading/LoadingInput/LoadingInput.mjs';
|
|
|
8
8
|
import '../Loading/LoadingParagraph/LoadingParagraph.mjs';
|
|
9
9
|
import '../Loading/LoadingSpinner/LoadingSpinner.mjs';
|
|
10
10
|
import '../VisuallyHidden/VisuallyHidden.mjs';
|
|
11
|
-
import { ButtonContent } from '../
|
|
11
|
+
import { ButtonContent } from '../__next__/Button/subcomponents/ButtonContent/ButtonContent.mjs';
|
|
12
|
+
import { useReversedColors } from '../utils/ReversedColors/ReversedColors.mjs';
|
|
12
13
|
import { mergeClassNames } from '../utils/mergeClassNames.mjs';
|
|
13
|
-
import buttonStyles from '../
|
|
14
|
+
import buttonStyles from '../__next__/Button/Button.module.css.mjs';
|
|
14
15
|
import styles from './LinkButton.module.css.mjs';
|
|
15
|
-
import { useReversedColors } from '../__utilities__/ReversedColors/v3/ReversedColors.mjs';
|
|
16
16
|
const LinkButton = /*#__PURE__*/function () {
|
|
17
17
|
const LinkButton = /*#__PURE__*/forwardRef(function (_a, ref) {
|
|
18
18
|
var children = _a.children,
|
package/dist/esm/Menu/index.mjs
CHANGED
|
@@ -5,7 +5,6 @@ import { MenuList as MenuList$1 } from './subcomponents/MenuList/MenuList.mjs';
|
|
|
5
5
|
import { StatelessMenu as StatelessMenu$1 } from './subcomponents/StatelessMenu/StatelessMenu.mjs';
|
|
6
6
|
|
|
7
7
|
// Since we can't add a deprecation flag on a * export
|
|
8
|
-
// Note: deprecate all of these once we have Button v3
|
|
9
8
|
var Menu = Menu$1;
|
|
10
9
|
var MenuHeading = MenuHeading$1;
|
|
11
10
|
var MenuItem = MenuItem$1;
|
|
@@ -12,7 +12,7 @@ import { ModalFooter } from '../GenericModal/subcomponents/ModalFooter/ModalFoot
|
|
|
12
12
|
import { ModalHeader } from '../GenericModal/subcomponents/ModalHeader/ModalHeader.mjs';
|
|
13
13
|
import { ModalAccessibleLabel } from '../GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.mjs';
|
|
14
14
|
import { ModalBody } from '../GenericModal/subcomponents/ModalBody/ModalBody.mjs';
|
|
15
|
-
import { Icon } from '../../
|
|
15
|
+
import { Icon } from '../../__next__/Icon/Icon.mjs';
|
|
16
16
|
import styles from './ConfirmationModal.module.scss.mjs';
|
|
17
17
|
var getIconName = function (variantName) {
|
|
18
18
|
switch (variantName) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import '../../../../Button/Button/Button.mjs';
|
|
3
3
|
import { IconButton } from '../../../../Button/IconButton/IconButton.mjs';
|
|
4
|
-
import { Icon } from '../../../../
|
|
4
|
+
import { Icon } from '../../../../__next__/Icon/Icon.mjs';
|
|
5
5
|
import { ModalBody } from '../ModalBody/ModalBody.mjs';
|
|
6
6
|
import styles from './ModalHeader.module.scss.mjs';
|
|
7
7
|
const ModalHeader = /*#__PURE__*/function () {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __rest, __assign } from 'tslib';
|
|
2
2
|
import React, { useRef, useEffect } from 'react';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
|
-
import { Icon } from '../../../
|
|
4
|
+
import { Icon } from '../../../__next__/Icon/Icon.mjs';
|
|
5
5
|
import styles from './Checkbox.module.scss.mjs';
|
|
6
6
|
var renderIcon = function (status) {
|
|
7
7
|
if (status === 'unchecked') return null;
|
|
@@ -3,8 +3,8 @@ import React, { forwardRef, useId } from 'react';
|
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
import { ClearButton } from '../../../ClearButton/ClearButton.mjs';
|
|
5
5
|
import styles from './MultiSelectToggle.module.scss.mjs';
|
|
6
|
-
import { RemovableTag } from '../../../
|
|
7
|
-
import { Icon } from '../../../
|
|
6
|
+
import { RemovableTag } from '../../../__next__/Tag/RemovableTag/RemovableTag.mjs';
|
|
7
|
+
import { Icon } from '../../../__next__/Icon/Icon.mjs';
|
|
8
8
|
const MultiSelectToggle = /*#__PURE__*/function () {
|
|
9
9
|
const MultiSelectToggle = /*#__PURE__*/forwardRef(function (_a, ref) {
|
|
10
10
|
var onClick = _a.onClick,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { Icon } from '../../../
|
|
2
|
+
import { Icon } from '../../../__next__/Icon/Icon.mjs';
|
|
3
3
|
import styles from '../GenericNotification/GenericNotification.module.scss.mjs';
|
|
4
4
|
const CancelButton = /*#__PURE__*/function () {
|
|
5
5
|
const CancelButton = function (_a) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import styles from './NotificationIcon.module.css.mjs';
|
|
3
|
-
import { Icon } from '../../../
|
|
3
|
+
import { Icon } from '../../../__next__/Icon/Icon.mjs';
|
|
4
4
|
var NotificationIcon = function (_a) {
|
|
5
5
|
var name = _a.name;
|
|
6
6
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
@@ -2,6 +2,7 @@ import { __rest, __assign } from 'tslib';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
import { useMediaQueries } from '../utils/useMediaQueries.mjs';
|
|
5
|
+
import '../utils/ReversedColors/ReversedColors.mjs';
|
|
5
6
|
import { DirectionalLink } from './subcomponents/DirectionalLink/DirectionalLink.mjs';
|
|
6
7
|
import { PaginationLink } from './subcomponents/PaginationLink/PaginationLink.mjs';
|
|
7
8
|
import { TruncateIndicator } from './subcomponents/TruncateIndicator/TruncateIndicator.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __rest, __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { GenericButton } from '../../../Button/GenericButton/GenericButton.mjs';
|
|
4
|
-
import { Icon } from '../../../
|
|
4
|
+
import { Icon } from '../../../__next__/Icon/Icon.mjs';
|
|
5
5
|
var iconNameMap = {
|
|
6
6
|
prev: 'arrow_back',
|
|
7
7
|
next: 'arrow_forward',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { Icon } from '../../../
|
|
2
|
+
import { Icon } from '../../../__next__/Icon/Icon.mjs';
|
|
3
3
|
import styles from './TruncateIndicator.module.css.mjs';
|
|
4
4
|
var TruncateIndicator = function () {
|
|
5
5
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -4,7 +4,7 @@ import classnames from 'classnames';
|
|
|
4
4
|
import { usePopper } from 'react-popper';
|
|
5
5
|
import { Heading } from '../Heading/Heading.mjs';
|
|
6
6
|
import { Text } from '../Text/Text.mjs';
|
|
7
|
-
import { Icon } from '../
|
|
7
|
+
import { Icon } from '../__next__/Icon/Icon.mjs';
|
|
8
8
|
import { mapSizeToClass, mapVariantToBoxClass, mapVariantToIconClass, mapVariantToIcon, mapLineVariant, mapArrowVariantToClass } from './utils/classMappers.mjs';
|
|
9
9
|
import styles from './Popover.module.scss.mjs';
|
|
10
10
|
|
package/dist/esm/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __rest, __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
|
-
import { Tooltip } from '../../../../Tooltip/
|
|
4
|
+
import { Tooltip } from '../../../../Tooltip/Tooltip.mjs';
|
|
5
5
|
import styles from './ToggleIconButton.module.scss.mjs';
|
|
6
6
|
const ToggleIconButton = /*#__PURE__*/function () {
|
|
7
7
|
const ToggleIconButton = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { Icon } from '../../../
|
|
3
|
+
import { Icon } from '../../../__next__/Icon/Icon.mjs';
|
|
4
4
|
import { listIsActive } from '../../utils/commands/listIsActive.mjs';
|
|
5
5
|
import { markIsActive } from '../../utils/commands/markIsActive.mjs';
|
|
6
6
|
import 'prosemirror-transform';
|
package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { __assign } from 'tslib';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { usePopover } from '../../../../../../Popover/Popover.mjs';
|
|
4
4
|
import { Text } from '../../../../../../Text/Text.mjs';
|
|
5
|
-
import { Icon } from '../../../../../../
|
|
5
|
+
import { Icon } from '../../../../../../__next__/Icon/Icon.mjs';
|
|
6
6
|
import { Positioner } from './Positioner.mjs';
|
|
7
7
|
import styles from './LinkPopover.module.scss.mjs';
|
|
8
8
|
const LinkPopover = /*#__PURE__*/function () {
|
|
@@ -6,7 +6,7 @@ import Async from 'react-select/async';
|
|
|
6
6
|
import { FieldMessage } from '../FieldMessage/FieldMessage.mjs';
|
|
7
7
|
import { Label } from '../Label/Label.mjs';
|
|
8
8
|
import { Tag } from '../Tag/Tag.mjs';
|
|
9
|
-
import { Icon } from '../
|
|
9
|
+
import { Icon } from '../__next__/Icon/Icon.mjs';
|
|
10
10
|
import styles from './Select.module.scss.mjs';
|
|
11
11
|
|
|
12
12
|
/**
|
|
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { useIntl } from '@cultureamp/i18n-react-intl';
|
|
4
4
|
import classnames from 'classnames';
|
|
5
|
-
import { Icon } from '../../../
|
|
5
|
+
import { Icon } from '../../../__next__/Icon/Icon.mjs';
|
|
6
6
|
import { BaseButton } from '../BaseButton/BaseButton.mjs';
|
|
7
7
|
import styles from './DropdownButton.module.scss.mjs';
|
|
8
8
|
const DropdownButton = /*#__PURE__*/function () {
|
package/dist/esm/Table/Table.mjs
CHANGED
|
@@ -5,8 +5,8 @@ import { Checkbox } from '../Checkbox/Checkbox/Checkbox.mjs';
|
|
|
5
5
|
import '../Checkbox/CheckboxField/CheckboxField.mjs';
|
|
6
6
|
import '../Checkbox/CheckboxGroup/CheckboxGroup.mjs';
|
|
7
7
|
import { Heading } from '../Heading/Heading.mjs';
|
|
8
|
-
import { Tooltip } from '../Tooltip/
|
|
9
|
-
import { Icon } from '../
|
|
8
|
+
import { Tooltip } from '../Tooltip/Tooltip.mjs';
|
|
9
|
+
import { Icon } from '../__next__/Icon/Icon.mjs';
|
|
10
10
|
import styles from './Table.module.scss.mjs';
|
|
11
11
|
|
|
12
12
|
/**
|
package/dist/esm/Tag/Tag.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { __assign } from 'tslib';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
import { Avatar } from '../Avatar/Avatar.mjs';
|
|
5
|
-
import { Icon } from '../
|
|
5
|
+
import { Icon } from '../__next__/Icon/Icon.mjs';
|
|
6
6
|
import { LiveIcon } from './subcomponents/LiveIcon/LiveIcon.mjs';
|
|
7
7
|
import styles from './Tag.module.scss.mjs';
|
|
8
8
|
var isJSXElement = function (imageElementOrAvatarProps) {
|
|
@@ -7,7 +7,7 @@ import { Input } from '../Input/Input/Input.mjs';
|
|
|
7
7
|
import '../Input/InputRange/InputRange.mjs';
|
|
8
8
|
import '../Input/InputSearch/InputSearch.mjs';
|
|
9
9
|
import { Label } from '../Label/Label.mjs';
|
|
10
|
-
import { Icon } from '../
|
|
10
|
+
import { Icon } from '../__next__/Icon/Icon.mjs';
|
|
11
11
|
import styles from './TextField.module.scss.mjs';
|
|
12
12
|
|
|
13
13
|
/**
|
|
@@ -6,7 +6,7 @@ import { Button } from '../../../Button/Button/Button.mjs';
|
|
|
6
6
|
import { IconButton } from '../../../Button/IconButton/IconButton.mjs';
|
|
7
7
|
import { Heading } from '../../../Heading/Heading.mjs';
|
|
8
8
|
import { Text } from '../../../Text/Text.mjs';
|
|
9
|
-
import { Icon } from '../../../
|
|
9
|
+
import { Icon } from '../../../__next__/Icon/Icon.mjs';
|
|
10
10
|
import styles from './GenericTile.module.scss.mjs';
|
|
11
11
|
const GenericTile = /*#__PURE__*/function () {
|
|
12
12
|
const GenericTile = function (_a) {
|
|
@@ -7,7 +7,7 @@ import { IconButton } from '../Button/IconButton/IconButton.mjs';
|
|
|
7
7
|
import { Heading } from '../Heading/Heading.mjs';
|
|
8
8
|
import { Select } from '../Select/Select.mjs';
|
|
9
9
|
import { Tag } from '../Tag/Tag.mjs';
|
|
10
|
-
import { Icon } from '../
|
|
10
|
+
import { Icon } from '../__next__/Icon/Icon.mjs';
|
|
11
11
|
import { useMediaQueries } from '../utils/useMediaQueries.mjs';
|
|
12
12
|
import { MainActions } from './subcomponents/MainActions.mjs';
|
|
13
13
|
import { MobileActions } from './subcomponents/MobileActions.mjs';
|
|
@@ -3,7 +3,7 @@ import React from 'react';
|
|
|
3
3
|
import { Button } from '../../Button/Button/Button.mjs';
|
|
4
4
|
import { IconButton } from '../../Button/IconButton/IconButton.mjs';
|
|
5
5
|
import { Menu, MenuList } from '../../Menu/index.mjs';
|
|
6
|
-
import { Icon } from '../../
|
|
6
|
+
import { Icon } from '../../__next__/Icon/Icon.mjs';
|
|
7
7
|
import { TITLE_BLOCK_ZEN_SECONDARY_MENU_HTML_ID } from '../constants.mjs';
|
|
8
8
|
import { isMenuGroupNotButton } from '../utils.mjs';
|
|
9
9
|
import { TitleBlockMenuItem } from './TitleBlockMenuItem.mjs';
|
|
@@ -3,7 +3,7 @@ import React, { useState, useCallback, useEffect } from 'react';
|
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
import { FocusOn } from 'react-focus-on';
|
|
5
5
|
import { MenuList, MenuHeading, MenuItem } from '../../Menu/index.mjs';
|
|
6
|
-
import { Icon } from '../../
|
|
6
|
+
import { Icon } from '../../__next__/Icon/Icon.mjs';
|
|
7
7
|
import { TITLE_BLOCK_ZEN_OTHER_ACTIONS_HTML_ID } from '../constants.mjs';
|
|
8
8
|
import { isMenuGroupNotButton, convertSecondaryActionsToMenuItems } from '../utils.mjs';
|
|
9
9
|
import { TitleBlockMenuItem } from './TitleBlockMenuItem.mjs';
|
|
@@ -3,7 +3,7 @@ import React from 'react';
|
|
|
3
3
|
import { Button } from '../../Button/Button/Button.mjs';
|
|
4
4
|
import { IconButton } from '../../Button/IconButton/IconButton.mjs';
|
|
5
5
|
import { Menu, MenuList } from '../../Menu/index.mjs';
|
|
6
|
-
import { Icon } from '../../
|
|
6
|
+
import { Icon } from '../../__next__/Icon/Icon.mjs';
|
|
7
7
|
import styles from '../TitleBlockZen.module.scss.mjs';
|
|
8
8
|
import { TITLE_BLOCK_ZEN_SECONDARY_MENU_HTML_ID } from '../constants.mjs';
|
|
9
9
|
import { TitleBlockMenuItem } from './TitleBlockMenuItem.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __rest, __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
|
-
import { Icon } from '../../
|
|
4
|
+
import { Icon } from '../../__next__/Icon/Icon.mjs';
|
|
5
5
|
import styles from './ToggleSwitch.module.scss.mjs';
|
|
6
6
|
const ToggleSwitch = /*#__PURE__*/function () {
|
|
7
7
|
const ToggleSwitch = function (_a) {
|
package/dist/esm/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
import { VisuallyHidden } from '../../../../../VisuallyHidden/VisuallyHidden.mjs';
|
|
5
|
-
import { Icon } from '../../../../../
|
|
5
|
+
import { Icon } from '../../../../../__next__/Icon/Icon.mjs';
|
|
6
6
|
import styles from './ProgressStepper.module.css.mjs';
|
|
7
7
|
var getStepStatus = function (isComplete, isCurrentStep, step, index) {
|
|
8
8
|
if (isComplete) {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { __rest, __assign } from 'tslib';
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
3
|
import { Button as Button$1 } from 'react-aria-components';
|
|
4
|
+
import { useReversedColors } from '../../utils/ReversedColors/ReversedColors.mjs';
|
|
4
5
|
import { mergeClassNames } from '../../utils/mergeClassNames.mjs';
|
|
5
6
|
import { PendingContent } from './subcomponents/PendingContent/PendingContent.mjs';
|
|
6
7
|
import { ButtonContent } from './subcomponents/ButtonContent/ButtonContent.mjs';
|
|
7
8
|
import buttonStyles from './Button.module.css.mjs';
|
|
8
|
-
import { useReversedColors } from '../../__utilities__/ReversedColors/v3/ReversedColors.mjs';
|
|
9
9
|
const Button = /*#__PURE__*/function () {
|
|
10
10
|
const Button = /*#__PURE__*/forwardRef(function (_a, ref) {
|
|
11
11
|
var _b = _a.variant,
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
var buttonStyles = {
|
|
2
|
+
"button": "Button-module_button__Rz7PM",
|
|
3
|
+
"fullWidth": "Button-module_fullWidth__aMtlw",
|
|
4
|
+
"small": "Button-module_small__nX-i2",
|
|
5
|
+
"medium": "Button-module_medium__6gRIb",
|
|
6
|
+
"large": "Button-module_large__FRilu",
|
|
7
|
+
"smallIconButton": "Button-module_smallIconButton__mKoYp",
|
|
8
|
+
"mediumIconButton": "Button-module_mediumIconButton__PC35j",
|
|
9
|
+
"largeIconButton": "Button-module_largeIconButton__VtPZf",
|
|
10
|
+
"secondary": "Button-module_secondary__D42kZ",
|
|
11
|
+
"isDisabled": "Button-module_isDisabled__Q2KAS",
|
|
12
|
+
"tertiary": "Button-module_tertiary__qL7wD",
|
|
13
|
+
"primaryReversed": "Button-module_primaryReversed__Sa4YW",
|
|
14
|
+
"secondaryReversed": "Button-module_secondaryReversed__u3qHz",
|
|
15
|
+
"tertiaryReversed": "Button-module_tertiaryReversed__zn3XE",
|
|
16
|
+
"hideContentWidth": "Button-module_hideContentWidth__yFzDQ",
|
|
17
|
+
"retainContentWidth": "Button-module_retainContentWidth__Ftbt9"
|
|
18
|
+
};
|
|
19
|
+
export { buttonStyles as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
var styles = {
|
|
2
|
+
"buttonContent": "ButtonContent-module_buttonContent__-eYde",
|
|
3
|
+
"large": "ButtonContent-module_large__h9u9-",
|
|
4
|
+
"buttonLabel": "ButtonContent-module_buttonLabel__eYzcT",
|
|
5
|
+
"buttonIcon": "ButtonContent-module_buttonIcon__N6gMH"
|
|
6
|
+
};
|
|
7
|
+
export { styles as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
var styles = {
|
|
2
|
+
"material-symbols-outlined": "Icon-module_material-symbols-outlined__wjQUG",
|
|
3
|
+
"icon": "Icon-module_icon__lBK2k",
|
|
4
|
+
"filled": "Icon-module_filled__jrHWz",
|
|
5
|
+
"shouldMirrorInRTL": "Icon-module_shouldMirrorInRTL__M7Qzu",
|
|
6
|
+
"iconLTR": "Icon-module_iconLTR__23qtm",
|
|
7
|
+
"iconRTL": "Icon-module_iconRTL__B7ESa"
|
|
8
|
+
};
|
|
9
|
+
export { styles as default };
|