@kaizen/components 1.68.13 → 1.69.1
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/migrateConfirmationModalMoodsToVariant/transformConfirmationModalMoodsToVariant.spec.ts +1 -1
- package/codemods/migrateNotificationTypeToVariant/migrateNotificationTypeToVariant.spec.ts +1 -1
- package/codemods/migrateWellVariantToColor/transformWellVariantToColor.spec.ts +1 -1
- package/codemods/removeInputEditModalMood/removeInputEditModalMood.spec.ts +1 -1
- package/codemods/removePopoverVariant/removePopoverVariant.spec.ts +1 -1
- package/codemods/upgradeIconV1/getNewIconPropsFromOldIconName.ts +3 -3
- package/codemods/upgradeIconV1/upgradeIconV1.spec.ts +1 -1
- package/codemods/upgradeIconV1/upgradeIconV1.ts +2 -2
- package/codemods/utils/createProp.spec.ts +1 -1
- package/codemods/utils/migrateStringProp.spec.ts +1 -1
- package/codemods/utils/removeProps.spec.ts +1 -1
- package/codemods/utils/transformSource.spec.ts +1 -1
- package/codemods/utils/updateKaioImports.spec.ts +1 -1
- package/dist/cjs/Avatar/Avatar.cjs +1 -1
- package/dist/cjs/BrandMoment/BrandMoment.cjs +2 -1
- package/dist/cjs/{__actions__/Button/v1 → Button}/GenericButton/GenericButton.cjs +6 -6
- package/dist/cjs/Button/GenericButton/GenericButton.module.scss.cjs +28 -0
- package/dist/cjs/ButtonGroup/ButtonGroup.cjs +1 -1
- 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 +3 -2
- 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 +7 -8
- package/dist/cjs/Filter/FilterBar/subcomponents/ClearAllButton/ClearAllButton.cjs +2 -1
- package/dist/cjs/Filter/FilterButton/FilterButton/FilterButton.cjs +1 -1
- package/dist/cjs/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.cjs +2 -2
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.cjs +2 -1
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.cjs +1 -1
- package/dist/cjs/Filter/FilterSelect/FilterSelect.cjs +12 -12
- package/dist/cjs/GuidanceBlock/GuidanceBlock.cjs +4 -3
- package/dist/cjs/Illustration/subcomponents/VideoPlayer/VideoPlayer.cjs +2 -1
- 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/Menu/subcomponents/MenuDropdown/MenuDropdown.module.scss.cjs +7 -0
- package/dist/cjs/{__actions__/Menu/v1 → Menu}/subcomponents/MenuHeading/MenuHeading.cjs +1 -1
- package/dist/cjs/{__actions__/Menu/v1 → Menu}/subcomponents/MenuHeading/MenuHeading.module.scss.cjs +1 -1
- package/dist/cjs/Menu/subcomponents/MenuItem/MenuItem.module.scss.cjs +12 -0
- package/dist/cjs/{__actions__/Menu/v1 → Menu}/subcomponents/MenuList/MenuList.module.scss.cjs +1 -1
- package/dist/cjs/Menu/subcomponents/StatelessMenu/StatelessMenu.module.scss.cjs +6 -0
- package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.cjs +1 -1
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.cjs +2 -1
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.cjs +3 -2
- 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/subcomponents/DirectionalLink/DirectionalLink.cjs +2 -2
- package/dist/cjs/Pagination/subcomponents/PaginationLink/PaginationLink.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 +1 -1
- 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/SplitButton.cjs +2 -2
- package/dist/cjs/SplitButton/subcomponents/DropdownButton/DropdownButton.cjs +1 -1
- package/dist/cjs/Table/Table.cjs +2 -2
- package/dist/cjs/Tag/Tag.cjs +1 -1
- package/dist/cjs/TextField/TextField.cjs +1 -1
- package/dist/cjs/Tile/MultiActionTile/MultiActionTile.cjs +2 -1
- package/dist/cjs/Tile/subcomponents/GenericTile/GenericTile.cjs +3 -3
- package/dist/cjs/TitleBlockZen/TitleBlockZen.cjs +3 -2
- package/dist/cjs/TitleBlockZen/subcomponents/MainActions.cjs +8 -9
- package/dist/cjs/TitleBlockZen/subcomponents/MobileActions.cjs +5 -7
- package/dist/cjs/TitleBlockZen/subcomponents/SecondaryActions.cjs +8 -9
- package/dist/cjs/TitleBlockZen/subcomponents/TitleBlockMenuItem.cjs +2 -2
- package/dist/cjs/ToggleSwitch/ToggleSwitch/ToggleSwitch.cjs +1 -1
- package/dist/cjs/Tooltip/Tooltip.module.scss.cjs +21 -0
- package/dist/cjs/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.cjs +1 -1
- package/dist/cjs/{__actions__/Button/v3 → __rc__/Button}/Button.cjs +2 -2
- package/dist/cjs/__rc__/Button/Button.module.css.cjs +21 -0
- package/dist/cjs/{__actions__/Button/v3 → __rc__/Button}/subcomponents/ButtonContent/ButtonContent.cjs +1 -1
- package/dist/cjs/__rc__/Button/subcomponents/ButtonContent/ButtonContent.module.css.cjs +9 -0
- package/dist/cjs/{__actions__/Button/v3 → __rc__/Button}/subcomponents/PendingContent/PendingContent.cjs +6 -6
- package/dist/cjs/__rc__/Button/subcomponents/PendingContent/PendingContent.module.css.cjs +8 -0
- package/dist/cjs/__rc__/Icon/Icon.module.css.cjs +11 -0
- package/dist/cjs/{__actions__/Menu/v3 → __rc__/Menu}/Menu.cjs +1 -1
- package/dist/cjs/{__actions__/Menu/v3 → __rc__/Menu}/Menu.module.css.cjs +1 -1
- package/dist/cjs/__rc__/Menu/MenuHeader.cjs +22 -0
- package/dist/cjs/{__actions__/Menu/v3 → __rc__/Menu}/MenuItem.cjs +1 -1
- package/dist/cjs/__rc__/Menu/MenuItem.module.css.cjs +8 -0
- package/dist/cjs/__rc__/Menu/MenuPopover.cjs +22 -0
- package/dist/cjs/__rc__/Menu/MenuSection.cjs +22 -0
- package/dist/cjs/{__actions__/Menu/v3 → __rc__/Menu}/MenuTrigger.cjs +1 -1
- package/dist/cjs/__rc__/Select/Select.module.scss.cjs +7 -0
- package/dist/cjs/{__future__ → __rc__}/Select/subcomponents/ListBox/ListBox.module.scss.cjs +1 -1
- package/dist/cjs/__rc__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss.cjs +8 -0
- package/dist/cjs/__rc__/Select/subcomponents/Option/Option.module.scss.cjs +10 -0
- package/dist/cjs/{__future__ → __rc__}/Select/subcomponents/SectionDivider/SectionDivider.module.scss.cjs +1 -1
- package/dist/cjs/{__future__ → __rc__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.module.scss.cjs +1 -1
- package/dist/cjs/__rc__/Select/subcomponents/SelectToggle/SelectToggle.module.scss.cjs +14 -0
- package/dist/cjs/__rc__/Tabs/subcomponents/Tab/Tab.module.css.cjs +7 -0
- package/dist/cjs/__rc__/Tabs/subcomponents/TabList/TabList.module.css.cjs +10 -0
- package/dist/cjs/__rc__/Tag/RemovableTag/RemovableTag.module.scss.cjs +6 -0
- package/dist/cjs/__rc__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.cjs +6 -0
- package/dist/cjs/__rc__/Tag/Tag/Tag.module.scss.cjs +14 -0
- package/dist/cjs/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/OverlayArrow.cjs +2 -2
- package/dist/cjs/__rc__/Tooltip/OverlayArrow.module.scss.cjs +7 -0
- package/dist/cjs/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/Tooltip.cjs +3 -3
- package/dist/cjs/__rc__/Tooltip/Tooltip.module.scss.cjs +8 -0
- package/dist/cjs/__rc__/Tooltip/subcomponents/Focusable/Focusable.module.scss.cjs +6 -0
- package/dist/cjs/actionsV1.cjs +5 -5
- package/dist/cjs/actionsV2.cjs +8 -14
- package/dist/cjs/actionsV3.cjs +11 -5
- package/dist/cjs/future.cjs +35 -8
- package/dist/cjs/index.cjs +12 -12
- package/dist/cjs/overlaysV1.cjs +1 -1
- package/dist/cjs/overlaysV2.cjs +2 -2
- package/dist/cjs/overlaysV3.cjs +3 -3
- package/dist/esm/Avatar/Avatar.mjs +1 -1
- package/dist/esm/BrandMoment/BrandMoment.mjs +2 -1
- package/dist/esm/{__actions__/Button/v1 → Button}/GenericButton/GenericButton.mjs +6 -6
- package/dist/esm/Button/GenericButton/GenericButton.module.scss.mjs +26 -0
- 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 +3 -2
- 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 +4 -5
- package/dist/esm/Filter/FilterBar/subcomponents/ClearAllButton/ClearAllButton.mjs +2 -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/LoadMoreButton/LoadMoreButton.mjs +2 -1
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.mjs +1 -1
- package/dist/esm/Filter/FilterSelect/FilterSelect.mjs +12 -12
- package/dist/esm/GuidanceBlock/GuidanceBlock.mjs +4 -3
- package/dist/esm/Illustration/subcomponents/VideoPlayer/VideoPlayer.mjs +2 -1
- 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/Menu/subcomponents/MenuDropdown/MenuDropdown.module.scss.mjs +5 -0
- package/dist/esm/{__actions__/Menu/v1 → Menu}/subcomponents/MenuHeading/MenuHeading.mjs +1 -1
- package/dist/esm/Menu/subcomponents/MenuHeading/MenuHeading.module.scss.mjs +4 -0
- package/dist/esm/Menu/subcomponents/MenuItem/MenuItem.module.scss.mjs +10 -0
- package/dist/esm/Menu/subcomponents/MenuList/MenuList.module.scss.mjs +4 -0
- package/dist/esm/Menu/subcomponents/StatelessMenu/StatelessMenu.module.scss.mjs +4 -0
- package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.mjs +1 -1
- package/dist/esm/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.mjs +2 -1
- package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.mjs +3 -2
- 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/subcomponents/DirectionalLink/DirectionalLink.mjs +2 -2
- package/dist/esm/Pagination/subcomponents/PaginationLink/PaginationLink.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/SplitButton.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/MultiActionTile/MultiActionTile.mjs +2 -1
- package/dist/esm/Tile/subcomponents/GenericTile/GenericTile.mjs +3 -3
- package/dist/esm/TitleBlockZen/TitleBlockZen.mjs +3 -2
- package/dist/esm/TitleBlockZen/subcomponents/MainActions.mjs +4 -5
- package/dist/esm/TitleBlockZen/subcomponents/MobileActions.mjs +2 -4
- package/dist/esm/TitleBlockZen/subcomponents/SecondaryActions.mjs +4 -5
- package/dist/esm/TitleBlockZen/subcomponents/TitleBlockMenuItem.mjs +1 -1
- package/dist/esm/ToggleSwitch/ToggleSwitch/ToggleSwitch.mjs +1 -1
- package/dist/esm/Tooltip/Tooltip.module.scss.mjs +19 -0
- package/dist/esm/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs +1 -1
- package/dist/esm/{__actions__/Button/v3 → __rc__/Button}/Button.mjs +2 -2
- package/dist/esm/__rc__/Button/Button.module.css.mjs +19 -0
- package/dist/esm/{__actions__/Button/v3 → __rc__/Button}/subcomponents/ButtonContent/ButtonContent.mjs +1 -1
- package/dist/esm/__rc__/Button/subcomponents/ButtonContent/ButtonContent.module.css.mjs +7 -0
- package/dist/esm/{__actions__/Button/v3 → __rc__/Button}/subcomponents/PendingContent/PendingContent.mjs +6 -6
- package/dist/esm/__rc__/Button/subcomponents/PendingContent/PendingContent.module.css.mjs +6 -0
- package/dist/esm/__rc__/Icon/Icon.module.css.mjs +9 -0
- package/dist/esm/{__actions__/Menu/v3 → __rc__/Menu}/Menu.mjs +1 -1
- package/dist/esm/{__actions__/Menu/v3 → __rc__/Menu}/Menu.module.css.mjs +1 -1
- package/dist/esm/__rc__/Menu/MenuHeader.mjs +17 -0
- package/dist/esm/{__actions__/Menu/v3 → __rc__/Menu}/MenuItem.mjs +1 -1
- package/dist/esm/__rc__/Menu/MenuItem.module.css.mjs +6 -0
- package/dist/esm/__rc__/Menu/MenuPopover.mjs +17 -0
- package/dist/esm/__rc__/Menu/MenuSection.mjs +17 -0
- package/dist/esm/{__actions__/Menu/v3 → __rc__/Menu}/MenuTrigger.mjs +1 -1
- package/dist/esm/__rc__/Select/Select.module.scss.mjs +5 -0
- package/dist/esm/{__future__ → __rc__}/Select/subcomponents/ListBox/ListBox.module.scss.mjs +1 -1
- package/dist/esm/__rc__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss.mjs +6 -0
- package/dist/esm/__rc__/Select/subcomponents/Option/Option.module.scss.mjs +8 -0
- package/dist/esm/__rc__/Select/subcomponents/SectionDivider/SectionDivider.module.scss.mjs +4 -0
- package/dist/esm/{__future__ → __rc__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.module.scss.mjs +1 -1
- package/dist/esm/__rc__/Select/subcomponents/SelectToggle/SelectToggle.module.scss.mjs +12 -0
- package/dist/esm/__rc__/Tabs/subcomponents/Tab/Tab.module.css.mjs +5 -0
- package/dist/esm/__rc__/Tabs/subcomponents/TabList/TabList.module.css.mjs +8 -0
- package/dist/esm/__rc__/Tag/RemovableTag/RemovableTag.module.scss.mjs +4 -0
- package/dist/esm/__rc__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.mjs +4 -0
- package/dist/esm/__rc__/Tag/Tag/Tag.module.scss.mjs +12 -0
- package/dist/esm/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/OverlayArrow.mjs +2 -2
- package/dist/esm/__rc__/Tooltip/OverlayArrow.module.scss.mjs +5 -0
- package/dist/esm/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/Tooltip.mjs +3 -3
- package/dist/esm/__rc__/Tooltip/Tooltip.module.scss.mjs +6 -0
- package/dist/esm/__rc__/Tooltip/subcomponents/Focusable/Focusable.module.scss.mjs +4 -0
- package/dist/esm/actionsV1.mjs +3 -3
- package/dist/esm/actionsV2.mjs +3 -8
- package/dist/esm/actionsV3.mjs +7 -4
- package/dist/esm/future.mjs +19 -8
- package/dist/esm/index.mjs +4 -4
- package/dist/esm/overlaysV1.mjs +1 -1
- package/dist/esm/overlaysV2.mjs +1 -1
- package/dist/esm/overlaysV3.mjs +3 -3
- package/dist/styles.css +9148 -9148
- package/dist/types/Avatar/Avatar.d.ts +2 -2
- package/dist/types/AvatarGroup/AvatarGroup.d.ts +3 -3
- package/dist/types/AvatarGroup/_docs/example-data.d.ts +1 -1
- package/dist/types/Badge/Badge.d.ts +2 -2
- package/dist/types/Brand/Brand.d.ts +2 -2
- package/dist/types/Brand/BrandCollectiveIntelligence/BrandCollectiveIntelligence.d.ts +1 -1
- package/dist/types/BrandMoment/BrandMoment.d.ts +4 -4
- package/dist/types/{__actions__/Button/v1 → Button}/Button/Button.d.ts +1 -1
- package/dist/types/{__actions__/Button/v1 → Button}/GenericButton/GenericButton.d.ts +1 -1
- package/dist/types/{__actions__/Button/v1 → Button}/IconButton/IconButton.d.ts +1 -1
- package/dist/types/ButtonGroup/ButtonGroup.d.ts +4 -4
- package/dist/types/Calendar/CalendarPopover/CalendarPopover.d.ts +3 -3
- package/dist/types/Calendar/CalendarRange/CalendarRange.d.ts +2 -2
- package/dist/types/Calendar/CalendarSingle/CalendarSingle.d.ts +2 -2
- package/dist/types/Calendar/LegacyCalendarRange/LegacyCalendarRange.d.ts +1 -1
- package/dist/types/Calendar/_docs/controls/defaultMonthControls.d.ts +1 -1
- package/dist/types/Calendar/_docs/controls/weekStartsOnControls.d.ts +1 -1
- package/dist/types/Calendar/baseCalendarClassNames.d.ts +1 -1
- package/dist/types/Calendar/types.d.ts +2 -2
- package/dist/types/Calendar/utils/calculateDisabledDays.d.ts +2 -2
- package/dist/types/Calendar/utils/formatDateAsNumeral.d.ts +1 -1
- package/dist/types/Calendar/utils/formatDateAsText.d.ts +2 -2
- package/dist/types/Calendar/utils/isDisabledDate.d.ts +1 -1
- package/dist/types/Calendar/utils/isValidWeekStartsOn.d.ts +2 -2
- package/dist/types/Calendar/utils/parseDateFromNumeralFormatValue.d.ts +1 -1
- package/dist/types/Calendar/utils/parseDateFromTextFormatValue.d.ts +1 -1
- package/dist/types/Calendar/utils/setFocusInCalendar.d.ts +2 -2
- package/dist/types/Card/Card.d.ts +2 -2
- package/dist/types/Checkbox/Checkbox/Checkbox.d.ts +2 -2
- package/dist/types/Checkbox/CheckboxField/CheckboxField.d.ts +1 -1
- package/dist/types/Checkbox/CheckboxGroup/CheckboxGroup.d.ts +2 -2
- package/dist/types/ClearButton/ClearButton.d.ts +2 -2
- package/dist/types/Collapsible/Collapsible/Collapsible.d.ts +3 -3
- package/dist/types/Collapsible/CollapsibleGroup/CollapsibleGroup.d.ts +4 -4
- package/dist/types/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.d.ts +1 -1
- package/dist/types/Content/Content.d.ts +2 -2
- package/dist/types/DateInput/DateInput/DateInput.d.ts +1 -1
- package/dist/types/DateInput/DateInputWithIconButton/DateInputWithIconButton.d.ts +1 -1
- package/dist/types/DatePicker/DatePicker.d.ts +4 -4
- package/dist/types/DatePicker/_docs/controls/datePickerLocaleControls.d.ts +1 -1
- package/dist/types/DatePicker/_docs/controls/disabledDayMatchersControls.d.ts +1 -1
- package/dist/types/DatePicker/subcomponents/DateInputField/DateInputField.d.ts +2 -2
- package/dist/types/DatePicker/types.d.ts +2 -2
- package/dist/types/DatePicker/utils/validateDate.d.ts +2 -2
- package/dist/types/DateRangePicker/DateRangePicker.d.ts +4 -4
- package/dist/types/DateRangePicker/utils/formatDateRangeValue.d.ts +1 -1
- package/dist/types/Divider/Divider.d.ts +2 -2
- package/dist/types/EmptyState/EmptyState.d.ts +4 -4
- package/dist/types/ErrorPage/ErrorPage.d.ts +3 -3
- package/dist/types/FieldGroup/FieldGroup.d.ts +2 -2
- package/dist/types/FieldMessage/FieldMessage.d.ts +2 -2
- package/dist/types/Filter/Filter/Filter.d.ts +3 -3
- package/dist/types/Filter/Filter/subcomponents/FilterContents/FilterContents.d.ts +2 -2
- package/dist/types/Filter/Filter/subcomponents/FilterPopover/FilterPopover.d.ts +3 -3
- package/dist/types/Filter/FilterBar/FilterBar.d.ts +3 -3
- package/dist/types/Filter/FilterBar/context/FilterBarContext.d.ts +2 -2
- package/dist/types/Filter/FilterBar/context/reducer/filterBarStateReducer.d.ts +2 -2
- package/dist/types/Filter/FilterBar/context/reducer/setupFilterBarState.d.ts +2 -2
- package/dist/types/Filter/FilterBar/context/reducer/updateSingleFilter.d.ts +2 -2
- package/dist/types/Filter/FilterBar/context/reducer/updateValues.d.ts +2 -2
- package/dist/types/Filter/FilterBar/context/types.d.ts +1 -1
- package/dist/types/Filter/FilterBar/context/utils/checkShouldUpdateValues.d.ts +2 -2
- package/dist/types/Filter/FilterBar/context/utils/createFiltersHash.d.ts +1 -1
- package/dist/types/Filter/FilterBar/context/utils/getInactiveFilters.d.ts +2 -2
- package/dist/types/Filter/FilterBar/context/utils/getIsUsableWhenArgs.d.ts +2 -2
- package/dist/types/Filter/FilterBar/context/utils/getMappedFilters.d.ts +2 -2
- package/dist/types/Filter/FilterBar/context/utils/updateDependentFilters.d.ts +2 -2
- package/dist/types/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.d.ts +2 -2
- package/dist/types/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.d.ts +1 -1
- package/dist/types/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.d.ts +1 -1
- package/dist/types/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.d.ts +2 -2
- package/dist/types/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.d.ts +1 -1
- package/dist/types/Filter/FilterButton/FilterButton/FilterButton.d.ts +2 -2
- package/dist/types/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.d.ts +5 -5
- package/dist/types/Filter/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.d.ts +2 -2
- package/dist/types/Filter/FilterDatePicker/FilterDatePicker.d.ts +3 -3
- package/dist/types/Filter/FilterDatePicker/_docs/controls/disabledDaysControls.d.ts +1 -1
- package/dist/types/Filter/FilterDatePicker/_docs/controls/validationControls.d.ts +1 -1
- package/dist/types/Filter/FilterDatePicker/hooks/useDateInputHandlers.d.ts +2 -2
- package/dist/types/Filter/FilterDatePicker/hooks/useDateValidation.d.ts +2 -2
- package/dist/types/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.d.ts +2 -2
- package/dist/types/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.d.ts +9 -9
- package/dist/types/Filter/FilterDatePicker/types.d.ts +2 -2
- package/dist/types/Filter/FilterDatePicker/utils/getDateValidationHandler.d.ts +1 -1
- package/dist/types/Filter/FilterDatePicker/utils/transformDateToInputValue.d.ts +1 -1
- package/dist/types/Filter/FilterDatePicker/utils/validateDate.d.ts +2 -2
- package/dist/types/Filter/FilterDateRangePicker/FilterDateRangePicker.d.ts +3 -3
- package/dist/types/Filter/FilterDateRangePicker/_docs/controls/disabledDaysControls.d.ts +1 -1
- package/dist/types/Filter/FilterDateRangePicker/_docs/controls/validationControls.d.ts +1 -1
- package/dist/types/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.d.ts +4 -4
- package/dist/types/Filter/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.d.ts +1 -1
- package/dist/types/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.d.ts +8 -8
- package/dist/types/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.d.ts +2 -2
- package/dist/types/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.d.ts +1 -1
- package/dist/types/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/types.d.ts +1 -1
- package/dist/types/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.d.ts +1 -1
- package/dist/types/Filter/FilterDateRangePicker/utils/isCompleteDateRange.d.ts +1 -1
- package/dist/types/Filter/FilterMultiSelect/FilterMultiSelect.d.ts +4 -4
- package/dist/types/Filter/FilterMultiSelect/_docs/MockData.d.ts +1 -1
- package/dist/types/Filter/FilterMultiSelect/context/MenuTriggerProvider/MenuTriggerProvider.d.ts +4 -4
- package/dist/types/Filter/FilterMultiSelect/context/SelectionProvider/SelectionProvider.d.ts +4 -4
- package/dist/types/Filter/FilterMultiSelect/subcomponents/ListBox/ListBox.d.ts +1 -1
- package/dist/types/Filter/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.d.ts +2 -2
- package/dist/types/Filter/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.d.ts +1 -1
- package/dist/types/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.d.ts +1 -1
- package/dist/types/Filter/FilterMultiSelect/subcomponents/NoResults/NoResults.d.ts +1 -1
- package/dist/types/Filter/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.d.ts +1 -1
- package/dist/types/Filter/FilterMultiSelect/types.d.ts +1 -1
- package/dist/types/Filter/FilterMultiSelect/utils/getSelectedOptionKeys.d.ts +2 -2
- package/dist/types/Filter/FilterMultiSelect/utils/getSelectedOptionLabels.d.ts +2 -2
- package/dist/types/Filter/FilterSelect/FilterSelect.d.ts +8 -8
- package/dist/types/Filter/FilterSelect/_docs/mockData.d.ts +1 -1
- package/dist/types/Filter/FilterSelect/types.d.ts +1 -1
- package/dist/types/Filter/_docs/controls/renderTriggerControls.d.ts +1 -1
- package/dist/types/GuidanceBlock/GuidanceBlock.d.ts +5 -5
- package/dist/types/Heading/Heading.d.ts +2 -2
- package/dist/types/Icon/subcomponents/SVG/SVG.d.ts +2 -2
- package/dist/types/Illustration/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.d.ts +1 -1
- package/dist/types/Illustration/Scene/Scene.d.ts +2 -2
- package/dist/types/Illustration/Spot/Spot.d.ts +1 -1
- package/dist/types/Illustration/subcomponents/Base/Base.d.ts +2 -2
- package/dist/types/Illustration/utils/usePausePlay.d.ts +1 -1
- package/dist/types/Input/Input/Input.d.ts +3 -3
- package/dist/types/Input/InputRange/InputRange.d.ts +2 -2
- package/dist/types/Input/InputSearch/InputSearch.d.ts +2 -2
- package/dist/types/KaizenProvider/subcomponents/OptionalIntlProvider/OptionalIntlProvider.d.ts +1 -1
- package/dist/types/Label/Label.d.ts +2 -2
- package/dist/types/LabelledMessage/LabelledMessage.d.ts +2 -2
- package/dist/types/LikertScaleLegacy/LikertScaleLegacy.d.ts +1 -1
- package/dist/types/LikertScaleLegacy/utils/determineSelectionFromKeyPress.d.ts +1 -1
- package/dist/types/Loading/LoadingGraphic/LoadingGraphic.d.ts +2 -2
- package/dist/types/Loading/LoadingHeading/LoadingHeading.d.ts +3 -3
- package/dist/types/Loading/LoadingInput/LoadingInput.d.ts +2 -2
- package/dist/types/Loading/LoadingParagraph/LoadingParagraph.d.ts +2 -2
- package/dist/types/Loading/LoadingSpinner/LoadingSpinner.d.ts +2 -2
- package/dist/types/{__actions__/Menu/v1 → Menu}/Menu.d.ts +2 -2
- package/dist/types/{__actions__/Menu/v1 → Menu}/index.d.ts +5 -5
- package/dist/types/{__actions__/Menu/v1 → Menu}/subcomponents/MenuHeading/MenuHeading.d.ts +1 -1
- package/dist/types/{__actions__/Menu/v1 → Menu}/subcomponents/MenuList/MenuList.d.ts +2 -2
- package/dist/types/{__actions__/Menu/v1 → Menu}/subcomponents/StatelessMenu/StatelessMenu.d.ts +1 -1
- package/dist/types/Modal/ConfirmationModal/ConfirmationModal.d.ts +1 -1
- package/dist/types/Modal/ContextModal/ContextModal.d.ts +1 -1
- package/dist/types/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.d.ts +2 -2
- package/dist/types/Modal/InputEditModal/InputEditModal.d.ts +1 -1
- package/dist/types/Modal/_docs/controls.d.ts +1 -1
- package/dist/types/MultiSelect/MultiSelect.d.ts +5 -5
- package/dist/types/MultiSelect/subcomponents/Checkbox/Checkbox.d.ts +2 -2
- package/dist/types/MultiSelect/subcomponents/MultiSelectOptionField/MultiSelectOptionField.d.ts +4 -4
- package/dist/types/MultiSelect/subcomponents/MultiSelectOptions/MultiSelectOptions.d.ts +3 -3
- package/dist/types/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.d.ts +4 -4
- package/dist/types/MultiSelect/subcomponents/Popover/Popover.d.ts +4 -4
- package/dist/types/MultiSelect/types.d.ts +1 -1
- package/dist/types/Notification/GlobalNotification/GlobalNotification.d.ts +2 -2
- package/dist/types/Notification/InlineNotification/InlineNotification.d.ts +4 -4
- package/dist/types/Notification/ToastNotification/ToastNotification/ToastNotification.d.ts +3 -3
- package/dist/types/Notification/ToastNotification/ToastNotificationsList/subcomponents/ToastNotificationsMap/ToastNotificationsMap.d.ts +3 -3
- package/dist/types/Notification/ToastNotification/context/ToastNotificationContext.d.ts +2 -2
- package/dist/types/Notification/ToastNotification/hooks/useToastNotification.d.ts +1 -1
- package/dist/types/Notification/ToastNotification/types.d.ts +2 -2
- package/dist/types/Notification/subcomponents/GenericNotification/GenericNotification.d.ts +4 -4
- package/dist/types/Notification/subcomponents/NotificationHeading/NotificationHeading.d.ts +1 -1
- package/dist/types/Notification/subcomponents/NotificationIcon/NotificationIcon.d.ts +1 -1
- package/dist/types/Pagination/Pagination.d.ts +2 -2
- package/dist/types/Pagination/subcomponents/DirectionalLink/DirectionalLink.d.ts +1 -1
- package/dist/types/Pagination/subcomponents/PaginationLink/PaginationLink.d.ts +1 -1
- package/dist/types/Popover/Popover.d.ts +3 -3
- package/dist/types/Popover/utils/classMappers.d.ts +1 -1
- package/dist/types/ProgressBar/ProgressBar.d.ts +2 -2
- package/dist/types/ProgressBar/subcomponents/Label/Label.d.ts +1 -1
- package/dist/types/Radio/Radio/Radio.d.ts +2 -2
- package/dist/types/Radio/RadioField/RadioField.d.ts +1 -1
- package/dist/types/Radio/RadioGroup/RadioGroup.d.ts +2 -2
- package/dist/types/RichTextEditor/EditableRichTextContent/EditableRichTextContent.d.ts +4 -4
- package/dist/types/RichTextEditor/RichTextContent/RichTextContent.d.ts +3 -3
- package/dist/types/RichTextEditor/RichTextEditor/RichTextEditor.d.ts +3 -3
- package/dist/types/RichTextEditor/RichTextEditor/schema.d.ts +1 -1
- package/dist/types/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.d.ts +2 -2
- package/dist/types/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.d.ts +1 -1
- package/dist/types/RichTextEditor/RichTextEditor/utils/controlmap.d.ts +2 -2
- package/dist/types/RichTextEditor/RichTextEditor/utils/inputrules.d.ts +1 -1
- package/dist/types/RichTextEditor/RichTextEditor/utils/keymap.d.ts +1 -1
- package/dist/types/RichTextEditor/constants.d.ts +1 -1
- package/dist/types/RichTextEditor/utils/commands/addMark.d.ts +1 -1
- package/dist/types/RichTextEditor/utils/commands/fixtures/helpers.d.ts +2 -2
- package/dist/types/RichTextEditor/utils/commands/getMarkAttrs.d.ts +1 -1
- package/dist/types/RichTextEditor/utils/commands/getMarkRange.d.ts +2 -2
- package/dist/types/RichTextEditor/utils/commands/listIsActive.d.ts +2 -2
- package/dist/types/RichTextEditor/utils/commands/markContainsSelection.d.ts +2 -2
- package/dist/types/RichTextEditor/utils/commands/markIsActive.d.ts +2 -2
- package/dist/types/RichTextEditor/utils/commands/removeMark.d.ts +1 -1
- package/dist/types/RichTextEditor/utils/commands/updateMark.d.ts +1 -1
- package/dist/types/RichTextEditor/utils/commands/validateAndRemoveMarks.d.ts +2 -2
- package/dist/types/RichTextEditor/utils/core/createRichTextEditor.d.ts +2 -2
- package/dist/types/RichTextEditor/utils/core/hooks/useRichTextEditor.d.ts +2 -2
- package/dist/types/RichTextEditor/utils/core/inputrules.d.ts +2 -2
- package/dist/types/RichTextEditor/utils/core/state.d.ts +3 -3
- package/dist/types/RichTextEditor/utils/core/types.d.ts +1 -1
- package/dist/types/RichTextEditor/utils/plugins/LinkManager/LinkManager.d.ts +4 -4
- package/dist/types/RichTextEditor/utils/plugins/LinkManager/components/LinkEditor/LinkEditor.d.ts +1 -1
- package/dist/types/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.d.ts +1 -1
- package/dist/types/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/Positioner.d.ts +1 -1
- package/dist/types/RichTextEditor/utils/plugins/LinkManager/createReactTooltipWrapper.d.ts +2 -2
- package/dist/types/RichTextEditor/utils/plugins/LinkManager/types.d.ts +2 -2
- package/dist/types/SearchField/SearchField.d.ts +1 -1
- package/dist/types/Skirt/Skirt.d.ts +1 -1
- package/dist/types/Skirt/subcomponents/SkirtCard/SkirtCard.d.ts +1 -1
- package/dist/types/Slider/Slider.d.ts +2 -2
- package/dist/types/SplitButton/SplitButton.d.ts +5 -5
- package/dist/types/SplitButton/subcomponents/ActionButton/ActionButton.d.ts +1 -1
- package/dist/types/SplitButton/subcomponents/BaseButton/BaseButton.d.ts +2 -2
- package/dist/types/SplitButton/subcomponents/DropdownButton/DropdownButton.d.ts +1 -1
- package/dist/types/Table/Table.d.ts +3 -3
- package/dist/types/Tabs/Tabs.d.ts +1 -1
- package/dist/types/Tabs/subcomponents/Tab.d.ts +2 -2
- package/dist/types/Tabs/subcomponents/TabList.d.ts +2 -2
- package/dist/types/Tabs/subcomponents/TabPanel.d.ts +2 -2
- package/dist/types/Tabs/subcomponents/TabPanels.d.ts +2 -2
- package/dist/types/Tag/Tag.d.ts +2 -2
- package/dist/types/Text/Text.d.ts +2 -2
- package/dist/types/TextArea/TextArea.d.ts +2 -2
- package/dist/types/TextAreaField/TextAreaField.d.ts +1 -1
- package/dist/types/TextField/TextField.d.ts +1 -1
- package/dist/types/Tile/InformationTile/InformationTile.d.ts +1 -1
- package/dist/types/Tile/MultiActionTile/MultiActionTile.d.ts +1 -1
- package/dist/types/Tile/TileGrid/TileGrid.d.ts +4 -4
- package/dist/types/Tile/subcomponents/GenericTile/GenericTile.d.ts +4 -4
- package/dist/types/TimeField/TimeField.d.ts +3 -3
- package/dist/types/TimeField/subcomponents/TimeSegment/TimeSegment.d.ts +1 -1
- package/dist/types/TimeField/subcomponents/TimeSegment/utils/generateSegmentDisplayText.d.ts +1 -1
- package/dist/types/TimeField/types.d.ts +1 -1
- package/dist/types/TitleBlockZen/TitleBlockZen.d.ts +1 -1
- package/dist/types/TitleBlockZen/subcomponents/MainActions.d.ts +1 -1
- package/dist/types/TitleBlockZen/subcomponents/MobileActions.d.ts +2 -2
- package/dist/types/TitleBlockZen/subcomponents/NavigationTabs.d.ts +1 -1
- package/dist/types/TitleBlockZen/subcomponents/SecondaryActions.d.ts +1 -1
- package/dist/types/TitleBlockZen/subcomponents/TitleBlockMenuItem.d.ts +1 -1
- package/dist/types/TitleBlockZen/subcomponents/Toolbar.d.ts +2 -1
- package/dist/types/TitleBlockZen/types.d.ts +5 -4
- package/dist/types/TitleBlockZen/utils.d.ts +1 -1
- package/dist/types/ToggleSwitch/ToggleSwitch/ToggleSwitch.d.ts +2 -2
- package/dist/types/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.d.ts +1 -1
- package/dist/types/{__overlays__/Tooltip/v1 → Tooltip}/index.d.ts +1 -1
- package/dist/types/{__overlays__/Tooltip/v1 → Tooltip}/utils/isSemanticElement.d.ts +1 -1
- package/dist/types/VisuallyHidden/VisuallyHidden.d.ts +2 -2
- package/dist/types/Well/Well.d.ts +3 -3
- package/dist/types/Workflow/Workflow.d.ts +3 -3
- package/dist/types/Workflow/_docs/controls/controls.d.ts +1 -1
- package/dist/types/Workflow/subcomponents/Footer/Footer.d.ts +2 -2
- package/dist/types/Workflow/subcomponents/Footer/components/FooterActions/FooterActions.d.ts +2 -2
- package/dist/types/Workflow/subcomponents/Footer/components/Root/Root.d.ts +2 -2
- package/dist/types/Workflow/subcomponents/Header/Header.d.ts +1 -1
- package/dist/types/Workflow/subcomponents/Header/components/Actions/Actions.d.ts +2 -2
- package/dist/types/Workflow/subcomponents/Header/components/Branding/Branding.d.ts +3 -3
- package/dist/types/Workflow/subcomponents/Header/components/Root/Root.d.ts +2 -2
- package/dist/types/Workflow/subcomponents/Header/components/Titles/Titles.d.ts +2 -2
- package/dist/types/Workflow/subcomponents/Main/Main.d.ts +2 -2
- package/dist/types/Workflow/subcomponents/Wrapper/Wrapper.d.ts +2 -2
- package/dist/types/{__actions__/Button/v3 → __rc__/Button}/Button.d.ts +2 -2
- package/dist/types/{__actions__/Button/v3 → __rc__/Button}/subcomponents/ButtonContent/ButtonContent.d.ts +2 -2
- package/dist/types/{__actions__/Button/v3 → __rc__/Button}/subcomponents/PendingContent/PendingContent.d.ts +1 -1
- package/dist/types/{__future__ → __rc__}/Icon/Icon.d.ts +3 -3
- package/dist/types/{__future__ → __rc__}/Icon/types.d.ts +1 -1
- package/dist/types/{__actions__/Menu/v3 → __rc__/Menu}/Menu.d.ts +1 -1
- package/dist/types/__rc__/Menu/MenuHeader.d.ts +8 -0
- package/dist/types/{__actions__/Menu/v3 → __rc__/Menu}/MenuItem.d.ts +2 -2
- package/dist/types/__rc__/Menu/MenuPopover.d.ts +7 -0
- package/dist/types/__rc__/Menu/MenuSection.d.ts +7 -0
- package/dist/types/{__actions__/Menu/v3 → __rc__/Menu}/MenuTrigger.d.ts +2 -2
- package/dist/types/{__actions__/Menu/v3 → __rc__/Menu}/SubmenuTrigger.d.ts +1 -1
- package/dist/types/__rc__/Menu/index.d.ts +6 -0
- package/dist/types/{__future__ → __rc__}/Select/Select.d.ts +6 -6
- package/dist/types/{__future__ → __rc__}/Select/_docs/mockData.d.ts +1 -1
- package/dist/types/{__future__ → __rc__}/Select/context/SelectContext.d.ts +2 -2
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/ListBox/ListBox.d.ts +4 -4
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/ListBoxSection/ListBoxSection.d.ts +1 -1
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/ListItem/ListItem.d.ts +1 -1
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/ListItems/ListItems.d.ts +2 -2
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/Option/Option.d.ts +3 -3
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/Overlay/Overlay.d.ts +3 -3
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.d.ts +2 -2
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/SelectToggle/SelectToggle.d.ts +3 -3
- package/dist/types/{__future__ → __rc__}/Select/types.d.ts +1 -1
- package/dist/types/{__future__ → __rc__}/Select/utils/getDisabledKeysFromItems.d.ts +2 -2
- package/dist/types/{__future__ → __rc__}/Select/utils/isSelectOptionGroup.d.ts +1 -1
- package/dist/types/{__future__ → __rc__}/Select/utils/transformSelectItemToCollectionElement.d.ts +2 -2
- package/dist/types/{__future__ → __rc__}/Tabs/Tabs.d.ts +1 -1
- package/dist/types/{__future__ → __rc__}/Tabs/subcomponents/Tab/Tab.d.ts +1 -1
- package/dist/types/{__future__ → __rc__}/Tabs/subcomponents/TabList/TabList.d.ts +2 -2
- package/dist/types/{__future__ → __rc__}/Tabs/subcomponents/TabPanel/TabPanel.d.ts +1 -1
- package/dist/types/__rc__/Tabs/subcomponents/index.d.ts +3 -0
- package/dist/types/{__future__ → __rc__}/Tag/RemovableTag/RemovableTag.d.ts +2 -2
- package/dist/types/{__future__ → __rc__}/Tag/RemovableTag/subcomponents/RemoveButton.d.ts +2 -2
- package/dist/types/{__future__ → __rc__}/Tag/Tag/Tag.d.ts +3 -3
- package/dist/types/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/TooltipTrigger.d.ts +1 -1
- package/dist/types/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/index.d.ts +1 -0
- package/dist/types/{__overlays__/Focusable/v3 → __rc__/Tooltip/subcomponents/Focusable}/Focusable.d.ts +2 -2
- package/dist/types/{__future__ → __rc__}/index.d.ts +3 -0
- package/dist/types/__utilities__/ReversedColors/v3/ReversedColors.d.ts +1 -1
- package/dist/types/index.d.ts +5 -3
- package/dist/types/utils/useMediaQueries.d.ts +1 -1
- package/dist/types/utils/useResizeObserver.d.ts +1 -1
- package/dist/types/v1-actions.d.ts +2 -0
- package/dist/types/v1-overlays.d.ts +1 -0
- package/dist/types/v2-actions.d.ts +2 -0
- package/dist/types/v2-overlays.d.ts +1 -0
- package/dist/types/v3-actions.d.ts +2 -0
- package/dist/types/v3-overlays.d.ts +1 -0
- package/future/README.md +1 -1
- package/future/package.json +1 -1
- package/package.json +1 -1
- package/src/Avatar/Avatar.spec.tsx +1 -1
- package/src/Avatar/Avatar.tsx +3 -3
- package/src/Avatar/_docs/Avatar.stickersheet.stories.tsx +8 -3
- package/src/Avatar/_docs/Avatar.stories.tsx +1 -1
- package/src/AvatarGroup/AvatarGroup.spec.tsx +1 -1
- package/src/AvatarGroup/AvatarGroup.tsx +3 -3
- package/src/AvatarGroup/_docs/AvatarGroup.stickersheet.stories.tsx +3 -3
- package/src/AvatarGroup/_docs/AvatarGroup.stories.tsx +1 -1
- package/src/AvatarGroup/_docs/example-data.ts +1 -1
- package/src/Badge/Badge.tsx +2 -2
- package/src/Badge/_docs/Badge.stickersheet.stories.tsx +2 -2
- package/src/Badge/_docs/Badge.stories.tsx +2 -2
- package/src/Brand/Brand.tsx +2 -2
- package/src/Brand/BrandCollectiveIntelligence/BrandCollectiveIntelligence.tsx +1 -1
- package/src/Brand/_docs/Brand.stickersheet.stories.tsx +2 -2
- package/src/Brand/_docs/Brand.stories.tsx +2 -2
- package/src/BrandMoment/BrandMoment.tsx +4 -4
- package/src/BrandMoment/_docs/BrandMoment.stickersheet.stories.tsx +2 -2
- package/src/BrandMoment/_docs/BrandMoment.stories.tsx +5 -5
- package/src/BrandMoment/_docs/ExampleHeaders.tsx +2 -2
- package/src/{__actions__/Button/v1 → Button}/Button/Button.module.scss +1 -1
- package/src/{__actions__/Button/v1 → Button}/Button/Button.tsx +2 -2
- package/src/{__actions__/Button/v1 → Button}/Button/_docs/Button.stickersheet.stories.tsx +5 -5
- package/src/{__actions__/Button/v1 → Button}/Button/_docs/Button.stories.tsx +3 -3
- package/src/{__actions__/Button/v2/Button/_docs → Button/Button/_docs/v2}/Button.stories.tsx +4 -4
- package/src/{__actions__/Button/v1 → Button}/GenericButton/GenericButton.module.scss +2 -2
- package/src/{__actions__/Button/v1 → Button}/GenericButton/GenericButton.spec.tsx +1 -1
- package/src/{__actions__/Button/v1 → Button}/GenericButton/GenericButton.tsx +4 -4
- package/src/{__actions__/Button/v1 → Button}/IconButton/IconButton.spec.tsx +1 -1
- package/src/{__actions__/Button/v1 → Button}/IconButton/IconButton.tsx +7 -2
- package/src/{__actions__/Button/v1 → Button}/IconButton/_docs/IconButton.stickersheet.stories.tsx +6 -6
- package/src/{__actions__/Button/v1 → Button}/IconButton/_docs/IconButton.stories.tsx +3 -3
- package/src/{__actions__/Button/v2/IconButton/_docs → Button/IconButton/_docs/v2}/IconButton.stories.tsx +4 -4
- package/src/{__actions__/Button/v1 → Button}/utils/_variables.scss +2 -2
- package/src/ButtonGroup/ButtonGroup.tsx +4 -4
- package/src/ButtonGroup/_docs/ButtonGroup.stickersheet.stories.tsx +4 -4
- package/src/ButtonGroup/_docs/ButtonGroup.stories.tsx +2 -4
- package/src/Calendar/CalendarPopover/CalendarPopover.tsx +5 -5
- package/src/Calendar/CalendarPopover/_docs/CalendarPopover.stickersheet.stories.tsx +4 -4
- package/src/Calendar/CalendarRange/CalendarRange.tsx +3 -3
- package/src/Calendar/CalendarRange/_docs/CalendarRange.stickersheet.stories.tsx +3 -3
- package/src/Calendar/CalendarRange/_docs/CalendarRange.stories.tsx +2 -2
- package/src/Calendar/CalendarSingle/CalendarSingle.tsx +3 -3
- package/src/Calendar/CalendarSingle/_docs/CalendarSingle.stickersheet.stories.tsx +3 -3
- package/src/Calendar/CalendarSingle/_docs/CalendarSingle.stories.tsx +1 -1
- package/src/Calendar/LegacyCalendarRange/LegacyCalendarRange.tsx +5 -5
- package/src/Calendar/_docs/controls/defaultMonthControls.ts +1 -1
- package/src/Calendar/_docs/controls/weekStartsOnControls.ts +1 -1
- package/src/Calendar/baseCalendarClassNames.ts +1 -1
- package/src/Calendar/types.ts +2 -2
- package/src/Calendar/utils/calculateDisabledDays.ts +2 -2
- package/src/Calendar/utils/formatDateAsNumeral.spec.ts +1 -1
- package/src/Calendar/utils/formatDateAsNumeral.ts +1 -1
- package/src/Calendar/utils/formatDateAsText.spec.ts +1 -1
- package/src/Calendar/utils/formatDateAsText.ts +2 -2
- package/src/Calendar/utils/isDisabledDate.ts +1 -1
- package/src/Calendar/utils/isValidWeekStartsOn.ts +2 -2
- package/src/Calendar/utils/parseDateFromNumeralFormatValue.spec.tsx +1 -1
- package/src/Calendar/utils/parseDateFromNumeralFormatValue.ts +1 -1
- package/src/Calendar/utils/parseDateFromTextFormatValue.spec.ts +1 -1
- package/src/Calendar/utils/parseDateFromTextFormatValue.ts +1 -1
- package/src/Calendar/utils/setFocusInCalendar.spec.tsx +1 -1
- package/src/Calendar/utils/setFocusInCalendar.ts +2 -2
- package/src/Card/Card.tsx +2 -2
- package/src/Card/_docs/Card.stickersheet.stories.tsx +3 -3
- package/src/Card/_docs/Card.stories.tsx +2 -2
- package/src/Checkbox/Checkbox/Checkbox.spec.tsx +1 -1
- package/src/Checkbox/Checkbox/Checkbox.tsx +3 -3
- package/src/Checkbox/Checkbox/_docs/Checkbox.stickersheet.stories.tsx +3 -3
- package/src/Checkbox/Checkbox/_docs/Checkbox.stories.tsx +2 -2
- package/src/Checkbox/CheckboxField/CheckboxField.tsx +1 -1
- package/src/Checkbox/CheckboxField/_docs/CheckboxField.stickersheet.stories.tsx +3 -3
- package/src/Checkbox/CheckboxField/_docs/CheckboxField.stories.tsx +2 -2
- package/src/Checkbox/CheckboxGroup/CheckboxGroup.tsx +2 -2
- package/src/Checkbox/CheckboxGroup/_docs/CheckboxGroup.stickersheet.stories.tsx +3 -3
- package/src/Checkbox/CheckboxGroup/_docs/CheckboxGroup.stories.tsx +3 -3
- package/src/ClearButton/ClearButton.tsx +3 -3
- package/src/ClearButton/_docs/ClearButton.stickersheet.stories.tsx +2 -2
- package/src/Collapsible/Collapsible/Collapsible.tsx +5 -5
- package/src/Collapsible/Collapsible/_docs/Collapsible.stickersheet.stories.tsx +3 -3
- package/src/Collapsible/Collapsible/_docs/Collapsible.stories.tsx +2 -2
- package/src/Collapsible/CollapsibleGroup/CollapsibleGroup.tsx +4 -4
- package/src/Collapsible/CollapsibleGroup/_docs/CollapsibleGroup.stickersheet.stories.tsx +4 -4
- package/src/Collapsible/CollapsibleGroup/_docs/CollapsibleGroup.stories.tsx +3 -3
- package/src/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.tsx +1 -1
- package/src/Collapsible/ExpertAdviceCollapsible/_docs/ExpertAdviceCollapsible.stickersheets.stories.tsx +3 -3
- package/src/Collapsible/ExpertAdviceCollapsible/_docs/ExpertAdviceCollapsible.stories.tsx +1 -1
- package/src/Container/Container.tsx +1 -1
- package/src/Container/_docs/Container.stories.tsx +1 -1
- package/src/Content/Content.tsx +2 -2
- package/src/Content/_docs/Content.stories.tsx +1 -1
- package/src/DateInput/DateInput/DateInput.tsx +1 -1
- package/src/DateInput/DateInputDescription/DateInputDescription.spec.tsx +1 -1
- package/src/DateInput/DateInputDescription/utils/formatDescriptionInputFormat.spec.ts +1 -1
- package/src/DateInput/DateInputWithIconButton/DateInputWithIconButton.spec.tsx +4 -1
- package/src/DateInput/DateInputWithIconButton/DateInputWithIconButton.tsx +2 -2
- package/src/DatePicker/DatePicker.spec.tsx +1 -1
- package/src/DatePicker/DatePicker.tsx +7 -7
- package/src/DatePicker/_docs/DatePicker.stickersheet.stories.tsx +2 -2
- package/src/DatePicker/_docs/DatePicker.stories.tsx +5 -5
- package/src/DatePicker/_docs/controls/datePickerLocaleControls.ts +1 -1
- package/src/DatePicker/_docs/controls/disabledDayMatchersControls.ts +1 -1
- package/src/DatePicker/_docs/getLocale.stickersheet.stories.tsx +2 -2
- package/src/DatePicker/subcomponents/DateInputField/DateInputField.spec.tsx +2 -2
- package/src/DatePicker/subcomponents/DateInputField/DateInputField.tsx +4 -4
- package/src/DatePicker/types.ts +2 -2
- package/src/DatePicker/utils/validateDate.spec.ts +1 -1
- package/src/DatePicker/utils/validateDate.tsx +2 -2
- package/src/DateRangePicker/DateRangePicker.spec.tsx +2 -2
- package/src/DateRangePicker/DateRangePicker.tsx +9 -5
- package/src/DateRangePicker/_docs/DateRangePicker.stickersheet.stories.tsx +5 -5
- package/src/DateRangePicker/_docs/DateRangePicker.stories.tsx +3 -3
- package/src/DateRangePicker/utils/formatDateRangeValue.spec.ts +1 -1
- package/src/DateRangePicker/utils/formatDateRangeValue.ts +1 -1
- package/src/Divider/Divider.tsx +2 -2
- package/src/Divider/_docs/Divider.stickersheet.stories.tsx +2 -2
- package/src/Divider/_docs/Divider.stories.tsx +1 -1
- package/src/EmptyState/EmptyState.tsx +4 -4
- package/src/EmptyState/_docs/EmptyState.stickersheet.stories.tsx +5 -5
- package/src/EmptyState/_docs/EmptyState.stories.tsx +3 -3
- package/src/ErrorPage/ErrorPage.spec.tsx +1 -1
- package/src/ErrorPage/ErrorPage.tsx +4 -4
- package/src/ErrorPage/_docs/ErrorPage.stickersheet.stories.tsx +3 -3
- package/src/ErrorPage/_docs/ErrorPage.stories.tsx +2 -2
- package/src/FieldGroup/FieldGroup.tsx +2 -2
- package/src/FieldGroup/_docs/FieldGroup.stickersheet.stories.tsx +2 -2
- package/src/FieldGroup/_docs/FieldGroup.stories.tsx +1 -1
- package/src/FieldMessage/FieldMessage.spec.tsx +1 -1
- package/src/FieldMessage/FieldMessage.tsx +3 -3
- package/src/FieldMessage/_docs/FieldMessage.stickersheet.stories.tsx +2 -2
- package/src/FieldMessage/_docs/FieldMessage.stories.tsx +1 -1
- package/src/Filter/Filter/Filter.spec.tsx +1 -1
- package/src/Filter/Filter/Filter.tsx +3 -3
- package/src/Filter/Filter/_docs/Filter.stickersheet.stories.tsx +2 -2
- package/src/Filter/Filter/_docs/Filter.stories.tsx +1 -1
- package/src/Filter/Filter/subcomponents/FilterContents/FilterContents.tsx +2 -2
- package/src/Filter/Filter/subcomponents/FilterPopover/FilterPopover.tsx +3 -3
- package/src/Filter/FilterBar/FilterBar.spec.tsx +3 -3
- package/src/Filter/FilterBar/FilterBar.tsx +3 -3
- package/src/Filter/FilterBar/_docs/FilterBar.spec.stories.tsx +4 -4
- package/src/Filter/FilterBar/_docs/FilterBar.stickersheet.stories.tsx +3 -3
- package/src/Filter/FilterBar/_docs/FilterBar.stories.tsx +15 -10
- package/src/Filter/FilterBar/context/FilterBarContext.tsx +2 -2
- package/src/Filter/FilterBar/context/reducer/filterBarStateReducer.spec.ts +1 -1
- package/src/Filter/FilterBar/context/reducer/filterBarStateReducer.ts +2 -2
- package/src/Filter/FilterBar/context/reducer/setupFilterBarState.spec.tsx +1 -1
- package/src/Filter/FilterBar/context/reducer/setupFilterBarState.ts +2 -2
- package/src/Filter/FilterBar/context/reducer/updateSingleFilter.spec.ts +1 -1
- package/src/Filter/FilterBar/context/reducer/updateSingleFilter.ts +6 -2
- package/src/Filter/FilterBar/context/reducer/updateValues.spec.ts +1 -1
- package/src/Filter/FilterBar/context/reducer/updateValues.ts +2 -2
- package/src/Filter/FilterBar/context/types.ts +1 -1
- package/src/Filter/FilterBar/context/utils/checkShouldUpdateValues.spec.ts +1 -1
- package/src/Filter/FilterBar/context/utils/checkShouldUpdateValues.ts +2 -2
- package/src/Filter/FilterBar/context/utils/createFiltersHash.ts +1 -1
- package/src/Filter/FilterBar/context/utils/getInactiveFilters.spec.ts +1 -1
- package/src/Filter/FilterBar/context/utils/getInactiveFilters.ts +2 -2
- package/src/Filter/FilterBar/context/utils/getIsUsableWhenArgs.spec.ts +1 -1
- package/src/Filter/FilterBar/context/utils/getIsUsableWhenArgs.ts +2 -2
- package/src/Filter/FilterBar/context/utils/getMappedFilters.spec.tsx +1 -1
- package/src/Filter/FilterBar/context/utils/getMappedFilters.ts +2 -2
- package/src/Filter/FilterBar/context/utils/updateDependentFilters.spec.ts +1 -1
- package/src/Filter/FilterBar/context/utils/updateDependentFilters.ts +2 -2
- package/src/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.spec.tsx +3 -3
- package/src/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.tsx +3 -2
- package/src/Filter/FilterBar/subcomponents/ClearAllButton/ClearAllButton.tsx +1 -1
- package/src/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.spec.tsx +2 -2
- package/src/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.tsx +2 -2
- package/src/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.spec.tsx +3 -3
- package/src/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.tsx +1 -1
- package/src/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.spec.tsx +7 -4
- package/src/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.tsx +2 -2
- package/src/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.spec.tsx +6 -6
- package/src/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.tsx +3 -3
- package/src/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.spec.tsx +6 -6
- package/src/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.tsx +3 -3
- package/src/Filter/FilterButton/FilterButton/FilterButton.spec.tsx +1 -1
- package/src/Filter/FilterButton/FilterButton/FilterButton.tsx +3 -3
- package/src/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.spec.tsx +6 -2
- package/src/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.tsx +7 -7
- package/src/Filter/FilterButton/_docs/FilterButton.stories.tsx +2 -2
- package/src/Filter/FilterButton/_docs/FilterButtonRemovable.stories.tsx +2 -2
- package/src/Filter/FilterButton/_docs/filter-buttons.stickersheet.stories.tsx +2 -2
- package/src/Filter/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.tsx +2 -2
- package/src/Filter/FilterDatePicker/FilterDatePicker.spec.tsx +1 -1
- package/src/Filter/FilterDatePicker/FilterDatePicker.tsx +3 -3
- package/src/Filter/FilterDatePicker/{FilterDatePicker.spec.stories.tsx → _docs/FilterDatePicker.spec.stories.tsx} +4 -4
- package/src/Filter/FilterDatePicker/_docs/FilterDatePicker.stickersheet.stories.tsx +4 -4
- package/src/Filter/FilterDatePicker/_docs/FilterDatePicker.stories.tsx +4 -4
- package/src/Filter/FilterDatePicker/_docs/controls/disabledDaysControls.ts +1 -1
- package/src/Filter/FilterDatePicker/_docs/controls/validationControls.ts +1 -1
- package/src/Filter/FilterDatePicker/hooks/useDateInputHandlers.spec.ts +2 -2
- package/src/Filter/FilterDatePicker/hooks/useDateInputHandlers.ts +2 -2
- package/src/Filter/FilterDatePicker/hooks/useDateValidation.spec.ts +1 -1
- package/src/Filter/FilterDatePicker/hooks/useDateValidation.ts +2 -2
- package/src/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.tsx +3 -3
- package/src/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.spec.tsx +2 -2
- package/src/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.tsx +10 -10
- package/src/Filter/FilterDatePicker/types.ts +2 -2
- package/src/Filter/FilterDatePicker/utils/getDateValidationHandler.tsx +1 -1
- package/src/Filter/FilterDatePicker/utils/transformDateToInputValue.ts +1 -1
- package/src/Filter/FilterDatePicker/utils/validateDate.spec.ts +1 -1
- package/src/Filter/FilterDatePicker/utils/validateDate.ts +2 -2
- package/src/Filter/FilterDateRangePicker/FilterDateRangePicker.spec.tsx +2 -2
- package/src/Filter/FilterDateRangePicker/FilterDateRangePicker.tsx +3 -3
- package/src/Filter/FilterDateRangePicker/_docs/FilterDateRangePicker.stickersheet.stories.tsx +6 -6
- package/src/Filter/FilterDateRangePicker/_docs/FilterDateRangePicker.stories.tsx +6 -6
- package/src/Filter/FilterDateRangePicker/_docs/controls/disabledDaysControls.ts +1 -1
- package/src/Filter/FilterDateRangePicker/_docs/controls/validationControls.ts +1 -1
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.spec.tsx +2 -2
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.tsx +5 -5
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.tsx +1 -1
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.spec.tsx +3 -3
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.tsx +10 -10
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.spec.ts +1 -1
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.ts +3 -3
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.spec.ts +1 -1
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.ts +2 -2
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/types.ts +1 -1
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.spec.ts +1 -1
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.tsx +1 -1
- package/src/Filter/FilterDateRangePicker/utils/isCompleteDateRange.ts +1 -1
- package/src/Filter/FilterMultiSelect/FilterMultiSelect.spec.tsx +4 -4
- package/src/Filter/FilterMultiSelect/FilterMultiSelect.tsx +6 -6
- package/src/Filter/FilterMultiSelect/_docs/FilterMultiSelect.stories.tsx +1 -1
- package/src/Filter/FilterMultiSelect/_docs/MockData.ts +1 -1
- package/src/Filter/FilterMultiSelect/context/MenuTriggerProvider/MenuTriggerProvider.spec.tsx +1 -1
- package/src/Filter/FilterMultiSelect/context/MenuTriggerProvider/MenuTriggerProvider.tsx +4 -4
- package/src/Filter/FilterMultiSelect/context/SelectionProvider/SelectionProvider.spec.tsx +4 -4
- package/src/Filter/FilterMultiSelect/context/SelectionProvider/SelectionProvider.tsx +4 -4
- package/src/Filter/FilterMultiSelect/subcomponents/ListBox/ListBox.tsx +3 -3
- package/src/Filter/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.tsx +2 -2
- package/src/Filter/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.tsx +1 -1
- package/src/Filter/FilterMultiSelect/subcomponents/MenuPopup/MenuPopup.tsx +1 -1
- package/src/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.spec.tsx +3 -3
- package/src/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.tsx +2 -2
- package/src/Filter/FilterMultiSelect/subcomponents/NoResults/NoResults.tsx +1 -1
- package/src/Filter/FilterMultiSelect/subcomponents/SearchInput/SearchInput.spec.tsx +2 -2
- package/src/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.spec.tsx +1 -1
- package/src/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/SelectAllButton/SelectAllButton.spec.tsx +1 -1
- package/src/Filter/FilterMultiSelect/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.tsx +1 -1
- package/src/Filter/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.tsx +2 -2
- package/src/Filter/FilterMultiSelect/types.ts +1 -1
- package/src/Filter/FilterMultiSelect/utils/getSelectedOptionKeys.spec.ts +1 -1
- package/src/Filter/FilterMultiSelect/utils/getSelectedOptionKeys.ts +2 -2
- package/src/Filter/FilterMultiSelect/utils/getSelectedOptionLabels.spec.ts +1 -1
- package/src/Filter/FilterMultiSelect/utils/getSelectedOptionLabels.ts +2 -2
- package/src/Filter/FilterSelect/FilterSelect.spec.tsx +2 -2
- package/src/Filter/FilterSelect/FilterSelect.tsx +9 -9
- package/src/Filter/FilterSelect/_docs/FilterSelect.stickersheet.stories.tsx +3 -3
- package/src/Filter/FilterSelect/_docs/FilterSelect.stories.tsx +3 -3
- package/src/Filter/FilterSelect/_docs/mockData.ts +1 -1
- package/src/Filter/FilterSelect/types.ts +1 -1
- package/src/Filter/_docs/controls/renderTriggerControls.tsx +2 -2
- package/src/GuidanceBlock/GuidanceBlock.tsx +6 -6
- package/src/GuidanceBlock/_docs/GuidanceBlock.stickersheet.stories.tsx +4 -4
- package/src/GuidanceBlock/_docs/GuidanceBlock.stories.tsx +2 -2
- package/src/Heading/Heading.spec.tsx +1 -1
- package/src/Heading/Heading.tsx +2 -2
- package/src/Heading/_docs/Heading.stickersheet.stories.tsx +2 -2
- package/src/Heading/_docs/Heading.stories.tsx +1 -1
- package/src/Icon/_docs/Icon.docs.stories.tsx +3 -3
- package/src/Icon/_docs/Icon.stickersheet.stories.tsx +3 -3
- package/src/Icon/subcomponents/SVG/SVG.tsx +2 -2
- package/src/Illustration/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.tsx +1 -1
- package/src/Illustration/Scene/BrandMomentCaptureIntro/_docs/BrandMomentCaptureIntro.stickersheet.stories.tsx +2 -2
- package/src/Illustration/Scene/BrandMomentCaptureIntro/_docs/BrandMomentCaptureIntro.stories.tsx +1 -1
- package/src/Illustration/Scene/Scene.tsx +2 -2
- package/src/Illustration/Scene/_docs/Scene.stickersheet.stories.tsx +18 -18
- package/src/Illustration/Scene/_docs/Scene.stories.tsx +1 -1
- package/src/Illustration/Spot/Spot.tsx +1 -1
- package/src/Illustration/Spot/_docs/Spot.stickersheet.stories.tsx +51 -51
- package/src/Illustration/Spot/_docs/Spot.stories.tsx +1 -1
- package/src/Illustration/subcomponents/Base/Base.tsx +2 -2
- package/src/Illustration/subcomponents/VideoPlayer/VideoPlayer.stickersheet.stories.tsx +2 -2
- package/src/Illustration/subcomponents/VideoPlayer/VideoPlayer.stories.tsx +2 -2
- package/src/Illustration/subcomponents/VideoPlayer/VideoPlayer.tsx +1 -1
- package/src/Illustration/utils/usePausePlay.tsx +2 -2
- package/src/Input/Input/Input.tsx +3 -3
- package/src/Input/Input/_docs/Input.stickersheet.stories.tsx +4 -4
- package/src/Input/Input/_docs/Input.stories.tsx +2 -2
- package/src/Input/InputRange/InputRange.spec.tsx +1 -1
- package/src/Input/InputRange/InputRange.tsx +2 -2
- package/src/Input/InputRange/_docs/InputRange.stickersheet.stories.tsx +2 -2
- package/src/Input/InputRange/_docs/InputRange.stories.tsx +1 -1
- package/src/Input/InputSearch/InputSearch.spec.tsx +1 -1
- package/src/Input/InputSearch/InputSearch.tsx +3 -3
- package/src/Input/InputSearch/_docs/InputSearch.stickersheet.stories.tsx +2 -2
- package/src/Input/InputSearch/_docs/InputSearch.stories.tsx +1 -1
- package/src/KaizenProvider/KaizenProvider.spec.tsx +1 -1
- package/src/KaizenProvider/_docs/KaizenProvider.mdx +1 -1
- package/src/KaizenProvider/_docs/internationalization-in-kaizen.mdx +1 -1
- package/src/KaizenProvider/subcomponents/OptionalIntlProvider/OptionalIntlProvider.tsx +1 -1
- package/src/Label/Label.tsx +2 -2
- package/src/Label/_docs/Label.stickersheet.stories.tsx +3 -3
- package/src/Label/_docs/Label.stories.tsx +1 -1
- package/src/LabelledMessage/LabelledMessage.tsx +2 -2
- package/src/LabelledMessage/_docs/LabelledMessage.stickersheet.stories.tsx +3 -3
- package/src/LabelledMessage/_docs/LabelledMessage.stories.tsx +2 -2
- package/src/LikertScaleLegacy/LikertScaleLegacy.spec.tsx +2 -2
- package/src/LikertScaleLegacy/LikertScaleLegacy.tsx +2 -2
- package/src/LikertScaleLegacy/_docs/LikertScaleLegacy.stickersheet.stories.tsx +4 -4
- package/src/LikertScaleLegacy/_docs/LikertScaleLegacy.stories.tsx +2 -2
- package/src/LikertScaleLegacy/utils/determineSelectionFromKeyPress.ts +1 -1
- package/src/Loading/LoadingGraphic/LoadingGraphic.tsx +2 -2
- package/src/Loading/LoadingGraphic/_docs/LoadingGraphic.stickersheet.stories.tsx +2 -2
- package/src/Loading/LoadingGraphic/_docs/LoadingGraphic.stories.tsx +2 -2
- package/src/Loading/LoadingHeading/LoadingHeading.tsx +3 -3
- package/src/Loading/LoadingHeading/_docs/LoadingHeading.stickersheet.stories.tsx +2 -2
- package/src/Loading/LoadingHeading/_docs/LoadingHeading.stories.tsx +1 -1
- package/src/Loading/LoadingInput/LoadingInput.tsx +2 -2
- package/src/Loading/LoadingInput/_docs/LoadingInput.stories.tsx +1 -1
- package/src/Loading/LoadingParagraph/LoadingParagraph.tsx +2 -2
- package/src/Loading/LoadingParagraph/_docs/LoadingParagraph.stickersheet.stories.tsx +2 -2
- package/src/Loading/LoadingParagraph/_docs/LoadingParagraph.stories.tsx +1 -1
- package/src/Loading/LoadingSpinner/LoadingSpinner.tsx +2 -2
- package/src/Loading/LoadingSpinner/_docs/LoadingSpinner.stickersheet.stories.tsx +2 -2
- package/src/Loading/LoadingSpinner/_docs/LoadingSpinner.stories.tsx +1 -1
- package/src/{__actions__/Menu/v1 → Menu}/Menu.spec.tsx +1 -1
- package/src/{__actions__/Menu/v1 → Menu}/Menu.tsx +2 -2
- package/src/{__actions__/Menu/v1 → Menu}/_docs/Menu.stickersheet.stories.tsx +5 -5
- package/src/{__actions__/Menu/v1 → Menu}/_docs/Menu.stories.tsx +4 -4
- package/src/{__actions__/Menu/v1 → Menu}/_docs/MenuContentExample.tsx +1 -1
- package/src/{__actions__/Menu/v1 → Menu}/_docs/examples.tsx +2 -2
- package/src/{__actions__/Menu/v2/_docs → Menu/_docs/v2}/Menu.stories.tsx +6 -6
- package/src/{__actions__/Menu/v1 → Menu}/index.ts +11 -5
- package/src/{__actions__/Menu/v1 → Menu}/subcomponents/MenuHeading/MenuHeading.tsx +1 -1
- package/src/{__actions__/Menu/v1 → Menu}/subcomponents/MenuList/MenuList.tsx +2 -2
- package/src/{__actions__/Menu/v1 → Menu}/subcomponents/StatelessMenu/StatelessMenu.tsx +1 -1
- package/src/Modal/ConfirmationModal/ConfirmationModal.spec.tsx +1 -1
- package/src/Modal/ConfirmationModal/ConfirmationModal.tsx +5 -5
- package/src/Modal/ConfirmationModal/_docs/ConfirmationModal.stories.tsx +2 -2
- package/src/Modal/ContextModal/ContextModal.spec.tsx +1 -1
- package/src/Modal/ContextModal/ContextModal.tsx +4 -4
- package/src/Modal/ContextModal/_docs/ContextModal.stories.tsx +2 -2
- package/src/Modal/GenericModal/GenericModal.spec.tsx +1 -1
- package/src/Modal/GenericModal/_docs/GenericModal.spec.stories.tsx +3 -3
- package/src/Modal/GenericModal/_docs/GenericModal.stories.tsx +2 -2
- package/src/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.tsx +2 -2
- package/src/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.tsx +2 -2
- package/src/Modal/InputEditModal/InputEditModal.spec.tsx +1 -1
- package/src/Modal/InputEditModal/InputEditModal.tsx +4 -4
- package/src/Modal/InputEditModal/_docs/InputEditModal.stories.tsx +2 -2
- package/src/Modal/_docs/controls.tsx +1 -1
- package/src/MultiSelect/MultiSelect.spec.tsx +2 -2
- package/src/MultiSelect/MultiSelect.tsx +9 -6
- package/src/MultiSelect/_docs/MultiSelect.stickersheet.stories.tsx +3 -3
- package/src/MultiSelect/_docs/MultiSelect.stories.tsx +2 -2
- package/src/MultiSelect/subcomponents/Checkbox/Checkbox.spec.tsx +1 -1
- package/src/MultiSelect/subcomponents/Checkbox/Checkbox.tsx +3 -3
- package/src/MultiSelect/subcomponents/Checkbox/_docs/Checkbox.stickersheet.stories.tsx +3 -3
- package/src/MultiSelect/subcomponents/Checkbox/_docs/Checkbox.stories.tsx +2 -2
- package/src/MultiSelect/subcomponents/MultiSelectOptionField/MultiSelectOptionField.spec.tsx +2 -2
- package/src/MultiSelect/subcomponents/MultiSelectOptionField/MultiSelectOptionField.tsx +4 -4
- package/src/MultiSelect/subcomponents/MultiSelectOptionField/_docs/MultiSelectOptionField.stickersheet.stories.tsx +2 -2
- package/src/MultiSelect/subcomponents/MultiSelectOptionField/_docs/MultiSelectOptionField.stories.tsx +2 -2
- package/src/MultiSelect/subcomponents/MultiSelectOptions/MultiSelectOptions.spec.tsx +2 -2
- package/src/MultiSelect/subcomponents/MultiSelectOptions/MultiSelectOptions.tsx +3 -3
- package/src/MultiSelect/subcomponents/MultiSelectOptions/_docs/MultiSelectOptions.stickersheet.stories.tsx +3 -3
- package/src/MultiSelect/subcomponents/MultiSelectOptions/_docs/MultiSelectOptions.stories.tsx +2 -2
- package/src/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.spec.tsx +1 -1
- package/src/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.tsx +5 -5
- package/src/MultiSelect/subcomponents/MultiSelectToggle/_docs/MultiSelectToggle.stickersheet.stories.tsx +3 -3
- package/src/MultiSelect/subcomponents/Popover/Popover.spec.tsx +1 -1
- package/src/MultiSelect/subcomponents/Popover/Popover.tsx +7 -7
- package/src/MultiSelect/subcomponents/Popover/_docs/Popover.stickersheet.stories.tsx +3 -3
- package/src/MultiSelect/subcomponents/Popover/_docs/Popover.stories.tsx +1 -1
- package/src/MultiSelect/types.ts +1 -1
- package/src/Notification/GlobalNotification/GlobalNotification.tsx +3 -3
- package/src/Notification/GlobalNotification/_docs/GlobalNotification.stickersheet.stories.tsx +3 -3
- package/src/Notification/GlobalNotification/_docs/GlobalNotification.stories.tsx +1 -1
- package/src/Notification/InlineNotification/InlineNotification.spec.tsx +1 -1
- package/src/Notification/InlineNotification/InlineNotification.tsx +5 -5
- package/src/Notification/InlineNotification/_docs/InlineNotification.stickersheet.stories.tsx +3 -3
- package/src/Notification/InlineNotification/_docs/InlineNotification.stories.tsx +1 -1
- package/src/Notification/ToastNotification/ToastNotification/ToastNotification.tsx +5 -4
- package/src/Notification/ToastNotification/ToastNotificationsList/subcomponents/ToastNotificationsMap/ToastNotificationsMap.tsx +3 -3
- package/src/Notification/ToastNotification/_docs/ToastNotification.stickersheet.stories.tsx +2 -2
- package/src/Notification/ToastNotification/_docs/ToastNotification.stories.tsx +2 -2
- package/src/Notification/ToastNotification/context/ToastNotificationContext.tsx +3 -3
- package/src/Notification/ToastNotification/hooks/useToastNotification.ts +1 -1
- package/src/Notification/ToastNotification/types.ts +3 -3
- package/src/Notification/subcomponents/CancelButton/CancelButton.tsx +1 -1
- package/src/Notification/subcomponents/GenericNotification/GenericNotification.stories.tsx +2 -2
- package/src/Notification/subcomponents/GenericNotification/GenericNotification.tsx +4 -4
- package/src/Notification/subcomponents/NotificationHeading/NotificationHeading.tsx +1 -1
- package/src/Notification/subcomponents/NotificationIcon/NotificationIcon.tsx +2 -2
- package/src/Pagination/Pagination.tsx +2 -2
- package/src/Pagination/_docs/Pagination.stickersheet.stories.tsx +2 -2
- package/src/Pagination/_docs/Pagination.stories.tsx +1 -1
- package/src/Pagination/subcomponents/DirectionalLink/DirectionalLink.module.scss +2 -2
- package/src/Pagination/subcomponents/DirectionalLink/DirectionalLink.tsx +2 -2
- package/src/Pagination/subcomponents/DirectionalLink/_docs/DirectionalLink.stickersheet.stories.tsx +3 -3
- package/src/Pagination/subcomponents/DirectionalLink/_docs/DirectionalLink.stories.tsx +1 -1
- package/src/Pagination/subcomponents/PaginationLink/PaginationLink.module.scss +2 -2
- package/src/Pagination/subcomponents/PaginationLink/PaginationLink.tsx +1 -1
- package/src/Pagination/subcomponents/PaginationLink/_docs/PaginationLink.stickersheet.stories.tsx +3 -3
- package/src/Pagination/subcomponents/PaginationLink/_docs/PaginationLink.stories.tsx +1 -1
- package/src/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.tsx +1 -1
- package/src/Popover/Popover.tsx +4 -4
- package/src/Popover/_docs/Popover.stickersheet.stories.tsx +3 -3
- package/src/Popover/_docs/Popover.stories.tsx +1 -1
- package/src/Popover/utils/classMappers.tsx +2 -2
- package/src/ProgressBar/ProgressBar.tsx +2 -2
- package/src/ProgressBar/_docs/ProgressBar.stickersheet.stories.tsx +3 -3
- package/src/ProgressBar/_docs/ProgressBar.stories.tsx +2 -2
- package/src/ProgressBar/subcomponents/Label/Label.tsx +1 -1
- package/src/Radio/Radio/Radio.tsx +2 -2
- package/src/Radio/Radio/_docs/Radio.stickersheet.stories.tsx +2 -2
- package/src/Radio/Radio/_docs/Radio.stories.tsx +1 -1
- package/src/Radio/RadioField/RadioField.tsx +1 -1
- package/src/Radio/RadioField/_docs/RadioField.stickersheet.stories.tsx +2 -2
- package/src/Radio/RadioField/_docs/RadioField.stories.tsx +1 -1
- package/src/Radio/RadioGroup/RadioGroup.tsx +2 -2
- package/src/Radio/RadioGroup/_docs/RadioGroup.stickersheet.stories.tsx +2 -2
- package/src/Radio/RadioGroup/_docs/RadioGroup.stories.tsx +1 -1
- package/src/RichTextEditor/EditableRichTextContent/EditableRichTextContent.spec.tsx +1 -1
- package/src/RichTextEditor/EditableRichTextContent/EditableRichTextContent.tsx +4 -4
- package/src/RichTextEditor/EditableRichTextContent/_docs/EditableRichTextContent.stickersheet.stories.tsx +2 -2
- package/src/RichTextEditor/EditableRichTextContent/_docs/EditableRichTextContent.stories.tsx +3 -3
- package/src/RichTextEditor/RichTextContent/RichTextContent.tsx +3 -3
- package/src/RichTextEditor/RichTextContent/_docs/RichTextContent.stories.tsx +1 -1
- package/src/RichTextEditor/RichTextEditor/RichTextEditor.spec.stories.tsx +3 -3
- package/src/RichTextEditor/RichTextEditor/RichTextEditor.spec.tsx +3 -3
- package/src/RichTextEditor/RichTextEditor/RichTextEditor.tsx +3 -3
- package/src/RichTextEditor/RichTextEditor/_docs/RichTextEditor.stories.tsx +3 -3
- package/src/RichTextEditor/RichTextEditor/schema.ts +1 -1
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.tsx +3 -3
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/_docs/ToggleIconButton.stickersheet.stories.tsx +4 -4
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/_docs/ToggleIconButton.stories.tsx +2 -2
- package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.spec.tsx +1 -1
- package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.tsx +2 -2
- package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/_docs/Toolbar.stories.tsx +2 -2
- package/src/RichTextEditor/RichTextEditor/utils/controlmap.tsx +4 -4
- package/src/RichTextEditor/RichTextEditor/utils/inputrules.ts +1 -1
- package/src/RichTextEditor/RichTextEditor/utils/keymap.ts +2 -2
- package/src/RichTextEditor/constants.ts +1 -1
- package/src/RichTextEditor/utils/commands/addMark.ts +2 -2
- package/src/RichTextEditor/utils/commands/fixtures/helpers.ts +7 -2
- package/src/RichTextEditor/utils/commands/getMarkAttrs.spec.ts +1 -1
- package/src/RichTextEditor/utils/commands/getMarkAttrs.ts +1 -1
- package/src/RichTextEditor/utils/commands/getMarkRange.spec.ts +1 -1
- package/src/RichTextEditor/utils/commands/getMarkRange.ts +2 -2
- package/src/RichTextEditor/utils/commands/listIsActive.spec.ts +1 -1
- package/src/RichTextEditor/utils/commands/listIsActive.ts +2 -2
- package/src/RichTextEditor/utils/commands/markContainsSelection.spec.ts +1 -1
- package/src/RichTextEditor/utils/commands/markContainsSelection.ts +2 -2
- package/src/RichTextEditor/utils/commands/markIsActive.spec.ts +1 -1
- package/src/RichTextEditor/utils/commands/markIsActive.ts +2 -2
- package/src/RichTextEditor/utils/commands/removeMark.ts +2 -2
- package/src/RichTextEditor/utils/commands/updateMark.ts +2 -2
- package/src/RichTextEditor/utils/commands/validateAndRemoveMarks.ts +2 -2
- package/src/RichTextEditor/utils/core/createRichTextEditor.spec.ts +1 -1
- package/src/RichTextEditor/utils/core/createRichTextEditor.ts +2 -2
- package/src/RichTextEditor/utils/core/hooks/useRichTextEditor.ts +2 -2
- package/src/RichTextEditor/utils/core/inputrules.ts +2 -2
- package/src/RichTextEditor/utils/core/state.ts +3 -3
- package/src/RichTextEditor/utils/core/types.ts +1 -1
- package/src/RichTextEditor/utils/plugins/LinkManager/LinkManager.tsx +6 -6
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkEditor/LinkEditor.tsx +1 -1
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkModal/LinkModal.spec.stories.tsx +2 -2
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkModal/LinkModal.stories.tsx +1 -1
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkModal/LinkModal.tsx +1 -1
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.tsx +2 -2
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/Positioner.tsx +1 -1
- package/src/RichTextEditor/utils/plugins/LinkManager/createReactTooltipWrapper.tsx +2 -2
- package/src/RichTextEditor/utils/plugins/LinkManager/types.ts +2 -2
- package/src/SearchField/SearchField.tsx +1 -1
- package/src/SearchField/_docs/SearchField.stickersheet.stories.tsx +3 -3
- package/src/SearchField/_docs/SearchField.stories.tsx +1 -1
- package/src/Select/Select.tsx +2 -2
- package/src/Select/_docs/Select.stickersheet.stories.tsx +2 -2
- package/src/Select/_docs/Select.stories.tsx +1 -1
- package/src/Skirt/Skirt.tsx +1 -1
- package/src/Skirt/_docs/Skirt.stories.tsx +1 -1
- package/src/Skirt/subcomponents/SkirtCard/SkirtCard.tsx +1 -1
- package/src/Slider/Slider.tsx +2 -2
- package/src/Slider/_docs/Slider.stickersheet.stories.tsx +2 -2
- package/src/Slider/_docs/Slider.stories.tsx +1 -1
- package/src/SplitButton/SplitButton.spec.tsx +3 -3
- package/src/SplitButton/SplitButton.tsx +6 -6
- package/src/SplitButton/_docs/SplitButton.stickersheet.stories.tsx +5 -5
- package/src/SplitButton/_docs/SplitButton.stories.tsx +3 -3
- package/src/SplitButton/subcomponents/ActionButton/ActionButton.tsx +1 -1
- package/src/SplitButton/subcomponents/BaseButton/BaseButton.spec.tsx +1 -1
- package/src/SplitButton/subcomponents/BaseButton/BaseButton.tsx +2 -2
- package/src/SplitButton/subcomponents/DropdownButton/DropdownButton.spec.tsx +2 -2
- package/src/SplitButton/subcomponents/DropdownButton/DropdownButton.tsx +2 -2
- package/src/Table/Table.tsx +5 -5
- package/src/Table/_docs/Table.stickersheet.stories.tsx +3 -3
- package/src/Table/_docs/Table.stories.tsx +7 -7
- package/src/Tabs/Tabs.tsx +1 -1
- package/src/Tabs/_docs/Tabs.stories.tsx +2 -2
- package/src/Tabs/subcomponents/Tab.tsx +8 -2
- package/src/Tabs/subcomponents/TabList.tsx +2 -2
- package/src/Tabs/subcomponents/TabPanel.tsx +2 -2
- package/src/Tabs/subcomponents/TabPanels.tsx +2 -2
- package/src/Tag/Tag.tsx +3 -3
- package/src/Tag/_docs/Tag.stickersheet.stories.tsx +2 -2
- package/src/Tag/_docs/Tag.stories.tsx +1 -1
- package/src/Text/Text.spec.tsx +1 -1
- package/src/Text/Text.tsx +2 -2
- package/src/Text/_docs/Text.stickersheet.stories.tsx +2 -2
- package/src/Text/_docs/Text.stories.tsx +1 -1
- package/src/TextArea/TextArea.tsx +2 -2
- package/src/TextArea/_docs/TextArea.stickersheet.stories.tsx +3 -3
- package/src/TextArea/_docs/TextArea.stories.tsx +2 -2
- package/src/TextAreaField/TextAreaField.tsx +1 -1
- package/src/TextAreaField/_docs/TextAreaField.stickersheet.stories.tsx +4 -4
- package/src/TextAreaField/_docs/TextAreaField.stories.tsx +2 -2
- package/src/TextField/TextField.tsx +2 -2
- package/src/TextField/_docs/TextField.stickersheet.stories.tsx +4 -4
- package/src/TextField/_docs/TextField.stories.tsx +3 -3
- package/src/Tile/InformationTile/InformationTile.tsx +1 -1
- package/src/Tile/InformationTile/_docs/InformationTile.stickersheet.stories.tsx +3 -3
- package/src/Tile/InformationTile/_docs/InformationTile.stories.tsx +1 -1
- package/src/Tile/MultiActionTile/MultiActionTile.tsx +2 -2
- package/src/Tile/MultiActionTile/_docs/MultiActionTile.stickersheet.stories.tsx +3 -3
- package/src/Tile/MultiActionTile/_docs/MultiActionTile.stories.tsx +1 -1
- package/src/Tile/TileGrid/TileGrid.tsx +4 -4
- package/src/Tile/TileGrid/_docs/TileGrid.stickersheet.stories.tsx +2 -2
- package/src/Tile/TileGrid/_docs/TileGrid.stories.tsx +1 -1
- package/src/Tile/subcomponents/GenericTile/GenericTile.spec.stories.tsx +1 -1
- package/src/Tile/subcomponents/GenericTile/GenericTile.tsx +6 -6
- package/src/Tile/subcomponents/GenericTile/_docs/GenericTile.stickersheet.stories.tsx +3 -3
- package/src/TimeField/TimeField.spec.tsx +2 -2
- package/src/TimeField/TimeField.tsx +3 -3
- package/src/TimeField/_docs/TimeField.stickersheet.stories.tsx +3 -3
- package/src/TimeField/_docs/TimeField.stories.tsx +2 -2
- package/src/TimeField/subcomponents/TimeSegment/TimeSegment.tsx +1 -1
- package/src/TimeField/subcomponents/TimeSegment/utils/generateSegmentDisplayText.ts +1 -1
- package/src/TimeField/types.ts +1 -1
- package/src/TitleBlockZen/TitleBlockZen.spec.tsx +2 -2
- package/src/TitleBlockZen/TitleBlockZen.tsx +8 -8
- package/src/TitleBlockZen/_docs/TitleBlockZen.stories.tsx +2 -2
- package/src/TitleBlockZen/subcomponents/MainActions.tsx +8 -3
- package/src/TitleBlockZen/subcomponents/MobileActions.tsx +9 -8
- package/src/TitleBlockZen/subcomponents/NavigationTabs.spec.tsx +1 -1
- package/src/TitleBlockZen/subcomponents/NavigationTabs.tsx +1 -1
- package/src/TitleBlockZen/subcomponents/SecondaryActions.tsx +4 -3
- package/src/TitleBlockZen/subcomponents/TitleBlockMenuItem.tsx +2 -2
- package/src/TitleBlockZen/subcomponents/Toolbar.tsx +2 -1
- package/src/TitleBlockZen/types.ts +5 -4
- package/src/TitleBlockZen/utils.ts +6 -6
- package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.spec.tsx +1 -1
- package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.tsx +3 -3
- package/src/ToggleSwitch/ToggleSwitch/_docs/ToggleSwitch.stickersheet.stories.tsx +2 -2
- package/src/ToggleSwitch/ToggleSwitch/_docs/ToggleSwitch.stories.tsx +1 -1
- package/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.tsx +5 -1
- package/src/ToggleSwitch/ToggleSwitchField/_docs/ToggleSwitchField.stickersheet.stories.tsx +2 -2
- package/src/ToggleSwitch/ToggleSwitchField/_docs/ToggleSwitchField.stories.tsx +1 -1
- package/src/{__overlays__/Tooltip/v1 → Tooltip}/Tooltip.module.scss +1 -1
- package/src/{__overlays__/Tooltip/v1 → Tooltip}/Tooltip.spec.tsx +1 -1
- package/src/{__overlays__/Tooltip/v1 → Tooltip}/Tooltip.tsx +2 -2
- package/src/{__overlays__/Tooltip/v1 → Tooltip}/_docs/Tooltip.stickersheet.stories.tsx +5 -5
- package/src/{__overlays__/Tooltip/v1 → Tooltip}/_docs/Tooltip.stories.tsx +5 -5
- package/src/{__overlays__/Tooltip/v2/_docs → Tooltip/_docs/v2}/Tooltip.stories.tsx +4 -4
- package/src/{__overlays__/Tooltip/v1 → Tooltip}/index.ts +1 -1
- package/src/{__overlays__/Tooltip/v1 → Tooltip}/utils/isSemanticElement.spec.tsx +2 -2
- package/src/{__overlays__/Tooltip/v1 → Tooltip}/utils/isSemanticElement.tsx +1 -1
- package/src/VisuallyHidden/VisuallyHidden.tsx +2 -2
- package/src/VisuallyHidden/_docs/VisuallyHidden.stories.tsx +2 -2
- package/src/Well/Well.tsx +3 -3
- package/src/Well/_docs/Well.stickersheet.stories.tsx +4 -4
- package/src/Well/_docs/Well.stories.tsx +1 -1
- package/src/Workflow/Workflow.tsx +4 -4
- package/src/Workflow/_docs/ProgressStepper.stickersheet.stories.tsx +3 -3
- package/src/Workflow/_docs/ProgressStepper.stories.tsx +2 -2
- package/src/Workflow/_docs/Workflow.stories.tsx +4 -4
- package/src/Workflow/_docs/WorkflowFooter.stories.tsx +3 -3
- package/src/Workflow/_docs/WorkflowHeader.stories.tsx +4 -4
- package/src/Workflow/_docs/controls/controls.tsx +3 -3
- package/src/Workflow/subcomponents/Footer/Footer.tsx +4 -4
- package/src/Workflow/subcomponents/Footer/components/FooterActions/FooterActions.tsx +2 -2
- package/src/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.spec.tsx +1 -1
- package/src/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.tsx +1 -1
- package/src/Workflow/subcomponents/Footer/components/Root/Root.tsx +2 -2
- package/src/Workflow/subcomponents/Header/Header.tsx +4 -4
- package/src/Workflow/subcomponents/Header/components/Actions/Actions.tsx +2 -2
- package/src/Workflow/subcomponents/Header/components/Branding/Branding.tsx +3 -3
- package/src/Workflow/subcomponents/Header/components/Root/Root.tsx +2 -2
- package/src/Workflow/subcomponents/Header/components/Titles/Titles.tsx +2 -2
- package/src/Workflow/subcomponents/Main/Main.tsx +2 -2
- package/src/Workflow/subcomponents/Wrapper/Wrapper.tsx +2 -2
- package/src/{__actions__/Button/v3 → __rc__/Button}/Button.tsx +2 -2
- package/src/{__actions__/Button/v3 → __rc__/Button}/_docs/Button--api-specification.mdx +2 -2
- package/src/{__actions__/Button/v3 → __rc__/Button}/_docs/Button--usage-guidelines.mdx +2 -2
- package/src/{__actions__/Button/v3 → __rc__/Button}/_docs/Button.docs.stories.tsx +3 -3
- package/src/{__actions__/Button/v3 → __rc__/Button}/_docs/Button.spec.stories.tsx +4 -4
- package/src/{__actions__/Button/v3 → __rc__/Button}/_docs/Button.stickersheet.stories.tsx +5 -5
- package/src/{__actions__/Button/v3 → __rc__/Button}/subcomponents/ButtonContent/ButtonContent.tsx +2 -2
- package/src/{__actions__/Button/v3 → __rc__/Button}/subcomponents/PendingContent/PendingContent.tsx +1 -1
- package/src/{__future__ → __rc__}/Icon/Icon.tsx +3 -3
- package/src/{__future__ → __rc__}/Icon/_docs/Icon--api-specification.mdx +1 -1
- package/src/{__future__ → __rc__}/Icon/_docs/Icon--usage-guidelines.mdx +1 -1
- package/src/{__future__ → __rc__}/Icon/_docs/Icon.docs.stories.tsx +4 -4
- package/src/{__future__ → __rc__}/Icon/_docs/Icon.stickersheet.stories.tsx +9 -9
- package/src/{__future__ → __rc__}/Icon/types.ts +1 -1
- package/src/{__actions__/Menu/v3 → __rc__/Menu}/Menu.tsx +1 -1
- package/src/__rc__/Menu/MenuHeader.tsx +12 -0
- package/src/{__actions__/Menu/v3 → __rc__/Menu}/MenuItem.tsx +5 -2
- package/src/__rc__/Menu/MenuPopover.tsx +12 -0
- package/src/__rc__/Menu/MenuSection.tsx +15 -0
- package/src/{__actions__/Menu/v3 → __rc__/Menu}/MenuTrigger.tsx +2 -2
- package/src/{__actions__/Menu/v3 → __rc__/Menu}/SubmenuTrigger.tsx +1 -1
- package/src/{__actions__/Menu/v3 → __rc__/Menu}/_docs/ApiSpecification.mdx +14 -44
- package/src/{__actions__/Menu/v3 → __rc__/Menu}/_docs/Menu.docs.stories.tsx +38 -36
- package/src/__rc__/Menu/_docs/Menu.mdx +152 -0
- package/src/{__actions__/Menu/v3 → __rc__/Menu}/_docs/Menu.spec.stories.tsx +29 -30
- package/src/{__actions__/Menu/v3 → __rc__/Menu}/_docs/Menu.stories.tsx +44 -12
- package/src/__rc__/Menu/index.ts +6 -0
- package/src/{__future__ → __rc__}/Select/Select.spec.tsx +2 -2
- package/src/{__future__ → __rc__}/Select/Select.tsx +7 -7
- package/src/{__future__ → __rc__}/Select/_docs/Select.stickersheet.stories.tsx +2 -2
- package/src/{__future__ → __rc__}/Select/_docs/Select.stories.tsx +2 -2
- package/src/{__future__ → __rc__}/Select/_docs/mockData.ts +1 -1
- package/src/{__future__ → __rc__}/Select/context/SelectContext.tsx +2 -2
- package/src/{__future__ → __rc__}/Select/subcomponents/ListBox/ListBox.tsx +5 -5
- package/src/{__future__ → __rc__}/Select/subcomponents/ListBoxSection/ListBoxSection.tsx +1 -1
- package/src/{__future__ → __rc__}/Select/subcomponents/ListItem/ListItem.tsx +1 -1
- package/src/{__future__ → __rc__}/Select/subcomponents/ListItems/ListItems.tsx +2 -2
- package/src/{__future__ → __rc__}/Select/subcomponents/Option/Option.tsx +5 -5
- package/src/{__future__ → __rc__}/Select/subcomponents/Overlay/Overlay.tsx +4 -4
- package/src/{__future__ → __rc__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.tsx +2 -2
- package/src/{__future__ → __rc__}/Select/subcomponents/SelectToggle/SelectToggle.tsx +4 -4
- package/src/{__future__ → __rc__}/Select/types.ts +1 -1
- package/src/{__future__ → __rc__}/Select/utils/getDisabledKeysFromItems.ts +2 -2
- package/src/{__future__ → __rc__}/Select/utils/isSelectOptionGroup.ts +1 -1
- package/src/{__future__ → __rc__}/Select/utils/transformSelectItemToCollectionElement.tsx +2 -2
- package/src/{__future__ → __rc__}/Tabs/Tabs.tsx +5 -1
- package/src/{__future__ → __rc__}/Tabs/_docs/Tabs.spec.stories.tsx +2 -2
- package/src/{__future__ → __rc__}/Tabs/_docs/Tabs.stickersheet.stories.tsx +2 -2
- package/src/{__future__ → __rc__}/Tabs/_docs/Tabs.stories.tsx +3 -3
- package/src/{__future__ → __rc__}/Tabs/subcomponents/Tab/Tab.tsx +1 -1
- package/src/{__future__ → __rc__}/Tabs/subcomponents/TabList/TabList.tsx +3 -3
- package/src/{__future__ → __rc__}/Tabs/subcomponents/TabPanel/TabPanel.tsx +4 -1
- package/src/__rc__/Tabs/subcomponents/index.ts +3 -0
- package/src/{__future__ → __rc__}/Tag/RemovableTag/RemovableTag.tsx +2 -2
- package/src/{__future__ → __rc__}/Tag/RemovableTag/_docs/RemovableTag.mdx +1 -1
- package/src/{__future__ → __rc__}/Tag/RemovableTag/_docs/RemovableTag.stickersheet.stories.tsx +2 -2
- package/src/{__future__ → __rc__}/Tag/RemovableTag/_docs/RemovableTag.stories.tsx +1 -1
- package/src/{__future__ → __rc__}/Tag/RemovableTag/subcomponents/RemoveButton.tsx +3 -3
- package/src/{__future__ → __rc__}/Tag/Tag/Tag.tsx +3 -3
- package/src/{__future__ → __rc__}/Tag/Tag/_docs/Tag-migration-guide.stories.tsx +3 -3
- package/src/{__future__ → __rc__}/Tag/Tag/_docs/Tag.mdx +1 -1
- package/src/{__future__ → __rc__}/Tag/Tag/_docs/Tag.stickersheet.stories.tsx +3 -3
- package/src/{__future__ → __rc__}/Tag/Tag/_docs/Tag.stories.tsx +2 -2
- package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/TooltipTrigger.tsx +1 -1
- package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/_docs/ApiSpecification.mdx +30 -70
- package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/_docs/Tooltip.docs.stories.tsx +5 -6
- package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/_docs/Tooltip.mdx +43 -90
- package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/_docs/Tooltip.spec.stories.tsx +6 -7
- package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/_docs/Tooltip.stickersheet.stories.tsx +2 -2
- package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/_docs/Tooltip.stories.tsx +6 -7
- package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/index.ts +1 -0
- package/src/{__overlays__/Focusable/v3 → __rc__/Tooltip/subcomponents/Focusable}/Focusable.tsx +2 -2
- package/src/__rc__/Tooltip/subcomponents/Focusable/_docs/ApiSpecification.mdx +31 -0
- package/src/{__overlays__/Focusable/v3 → __rc__/Tooltip/subcomponents/Focusable}/_docs/Focusable.stories.tsx +3 -3
- package/src/{__future__ → __rc__}/index.ts +3 -0
- package/src/__utilities__/ReversedColors/v3/ReversedColors.tsx +1 -1
- package/src/__utilities__/useIsClientReady/useIsClientReady.tsx +1 -1
- package/src/index.ts +5 -3
- package/src/utils/useMediaQueries.spec.tsx +1 -1
- package/src/utils/useMediaQueries.tsx +1 -1
- package/src/utils/useResizeObserver.ts +3 -1
- package/src/v1-actions.ts +2 -0
- package/src/v1-overlays.ts +1 -0
- package/src/v2-actions.ts +2 -0
- package/src/v2-overlays.ts +1 -0
- package/src/v3-actions.ts +2 -0
- package/src/v3-overlays.ts +1 -0
- package/v1/actions/package.json +1 -1
- package/v1/overlays/package.json +1 -1
- package/v2/actions/package.json +1 -1
- package/v2/overlays/package.json +1 -1
- package/v3/actions/package.json +1 -1
- package/v3/overlays/package.json +1 -1
- package/dist/cjs/__actions__/Button/v1/GenericButton/GenericButton.module.scss.cjs +0 -28
- package/dist/cjs/__actions__/Button/v3/Button.module.css.cjs +0 -21
- package/dist/cjs/__actions__/Button/v3/subcomponents/ButtonContent/ButtonContent.module.css.cjs +0 -9
- package/dist/cjs/__actions__/Button/v3/subcomponents/PendingContent/PendingContent.module.css.cjs +0 -8
- package/dist/cjs/__actions__/Menu/v1/subcomponents/MenuDropdown/MenuDropdown.module.scss.cjs +0 -7
- package/dist/cjs/__actions__/Menu/v1/subcomponents/MenuItem/MenuItem.module.scss.cjs +0 -12
- package/dist/cjs/__actions__/Menu/v1/subcomponents/StatelessMenu/StatelessMenu.module.scss.cjs +0 -6
- package/dist/cjs/__actions__/Menu/v3/MenuItem.module.css.cjs +0 -8
- package/dist/cjs/__future__/Icon/Icon.module.css.cjs +0 -11
- package/dist/cjs/__future__/Select/Select.module.scss.cjs +0 -7
- package/dist/cjs/__future__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss.cjs +0 -8
- package/dist/cjs/__future__/Select/subcomponents/Option/Option.module.scss.cjs +0 -10
- package/dist/cjs/__future__/Select/subcomponents/SelectToggle/SelectToggle.module.scss.cjs +0 -14
- package/dist/cjs/__future__/Tabs/subcomponents/Tab/Tab.module.css.cjs +0 -7
- package/dist/cjs/__future__/Tabs/subcomponents/TabList/TabList.module.css.cjs +0 -10
- package/dist/cjs/__future__/Tag/RemovableTag/RemovableTag.module.scss.cjs +0 -6
- package/dist/cjs/__future__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.cjs +0 -6
- package/dist/cjs/__future__/Tag/Tag/Tag.module.scss.cjs +0 -14
- package/dist/cjs/__overlays__/Focusable/v3/Focusable.module.scss.cjs +0 -6
- package/dist/cjs/__overlays__/Tooltip/v1/Tooltip.module.scss.cjs +0 -21
- package/dist/cjs/__overlays__/Tooltip/v3/OverlayArrow.module.scss.cjs +0 -7
- package/dist/cjs/__overlays__/Tooltip/v3/Tooltip.module.scss.cjs +0 -8
- package/dist/esm/__actions__/Button/v1/GenericButton/GenericButton.module.scss.mjs +0 -26
- package/dist/esm/__actions__/Button/v3/Button.module.css.mjs +0 -19
- package/dist/esm/__actions__/Button/v3/subcomponents/ButtonContent/ButtonContent.module.css.mjs +0 -7
- package/dist/esm/__actions__/Button/v3/subcomponents/PendingContent/PendingContent.module.css.mjs +0 -6
- package/dist/esm/__actions__/Menu/v1/subcomponents/MenuDropdown/MenuDropdown.module.scss.mjs +0 -5
- package/dist/esm/__actions__/Menu/v1/subcomponents/MenuHeading/MenuHeading.module.scss.mjs +0 -4
- package/dist/esm/__actions__/Menu/v1/subcomponents/MenuItem/MenuItem.module.scss.mjs +0 -10
- package/dist/esm/__actions__/Menu/v1/subcomponents/MenuList/MenuList.module.scss.mjs +0 -4
- package/dist/esm/__actions__/Menu/v1/subcomponents/StatelessMenu/StatelessMenu.module.scss.mjs +0 -4
- package/dist/esm/__actions__/Menu/v3/MenuItem.module.css.mjs +0 -6
- package/dist/esm/__future__/Icon/Icon.module.css.mjs +0 -9
- package/dist/esm/__future__/Select/Select.module.scss.mjs +0 -5
- package/dist/esm/__future__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss.mjs +0 -6
- package/dist/esm/__future__/Select/subcomponents/Option/Option.module.scss.mjs +0 -8
- package/dist/esm/__future__/Select/subcomponents/SectionDivider/SectionDivider.module.scss.mjs +0 -4
- package/dist/esm/__future__/Select/subcomponents/SelectToggle/SelectToggle.module.scss.mjs +0 -12
- package/dist/esm/__future__/Tabs/subcomponents/Tab/Tab.module.css.mjs +0 -5
- package/dist/esm/__future__/Tabs/subcomponents/TabList/TabList.module.css.mjs +0 -8
- package/dist/esm/__future__/Tag/RemovableTag/RemovableTag.module.scss.mjs +0 -4
- package/dist/esm/__future__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.mjs +0 -4
- package/dist/esm/__future__/Tag/Tag/Tag.module.scss.mjs +0 -12
- package/dist/esm/__overlays__/Focusable/v3/Focusable.module.scss.mjs +0 -4
- package/dist/esm/__overlays__/Tooltip/v1/Tooltip.module.scss.mjs +0 -19
- package/dist/esm/__overlays__/Tooltip/v3/OverlayArrow.module.scss.mjs +0 -5
- package/dist/esm/__overlays__/Tooltip/v3/Tooltip.module.scss.mjs +0 -6
- package/dist/types/__actions__/Button/v2/Button/index.d.ts +0 -1
- package/dist/types/__actions__/Button/v2/GenericButton/index.d.ts +0 -1
- package/dist/types/__actions__/Button/v2/IconButton/index.d.ts +0 -1
- package/dist/types/__actions__/Button/v2/index.d.ts +0 -3
- package/dist/types/__actions__/Menu/v2/index.d.ts +0 -6
- package/dist/types/__actions__/Menu/v3/index.d.ts +0 -3
- package/dist/types/__actions__/v1.d.ts +0 -2
- package/dist/types/__actions__/v2.d.ts +0 -2
- package/dist/types/__actions__/v3.d.ts +0 -2
- package/dist/types/__future__/Tabs/subcomponents/index.d.ts +0 -3
- package/dist/types/__overlays__/Tooltip/v2/index.d.ts +0 -1
- package/dist/types/__overlays__/v1.d.ts +0 -1
- package/dist/types/__overlays__/v2.d.ts +0 -1
- package/dist/types/__overlays__/v3.d.ts +0 -2
- package/src/__actions__/Button/v2/Button/index.ts +0 -1
- package/src/__actions__/Button/v2/GenericButton/index.ts +0 -1
- package/src/__actions__/Button/v2/IconButton/index.ts +0 -1
- package/src/__actions__/Button/v2/index.ts +0 -3
- package/src/__actions__/Menu/v2/index.ts +0 -6
- package/src/__actions__/Menu/v3/_docs/Menu.mdx +0 -215
- package/src/__actions__/Menu/v3/index.ts +0 -3
- package/src/__actions__/v1.ts +0 -2
- package/src/__actions__/v2.ts +0 -2
- package/src/__actions__/v3.ts +0 -2
- package/src/__future__/Tabs/subcomponents/index.ts +0 -3
- package/src/__overlays__/Focusable/v3/_docs/ApiSpecification.mdx +0 -39
- package/src/__overlays__/Tooltip/v2/index.ts +0 -1
- package/src/__overlays__/v1.ts +0 -1
- package/src/__overlays__/v2.ts +0 -2
- package/src/__overlays__/v3.ts +0 -2
- package/dist/cjs/{__actions__/Button/v1 → Button}/Button/Button.cjs +0 -0
- package/dist/cjs/{__actions__/Button/v1 → Button}/IconButton/IconButton.cjs +0 -0
- package/dist/cjs/{__actions__/Menu/v1 → Menu}/Menu.cjs +0 -0
- package/dist/cjs/{__actions__/Menu/v1 → Menu}/index.cjs +0 -0
- package/dist/cjs/{__actions__/Menu/v1 → Menu}/subcomponents/MenuDropdown/MenuDropdown.cjs +0 -0
- package/dist/cjs/{__actions__/Menu/v1 → Menu}/subcomponents/MenuItem/MenuItem.cjs +0 -0
- package/dist/cjs/{__actions__/Menu/v1 → Menu}/subcomponents/MenuList/MenuList.cjs +0 -0
- package/dist/cjs/{__actions__/Menu/v1 → Menu}/subcomponents/StatelessMenu/StatelessMenu.cjs +0 -0
- package/dist/cjs/{__overlays__/Tooltip/v1 → Tooltip}/Tooltip.cjs +0 -0
- package/dist/cjs/{__overlays__/Tooltip/v1 → Tooltip}/index.cjs +0 -0
- package/dist/cjs/{__overlays__/Tooltip/v1 → Tooltip}/subcomponents/AppearanceAnim.cjs +0 -0
- package/dist/cjs/{__overlays__/Tooltip/v1 → Tooltip}/utils/isSemanticElement.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Icon/Icon.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Icon/constants.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Select/Select.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Select/context/SelectContext.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Select/subcomponents/ListBox/ListBox.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Select/subcomponents/ListBoxSection/ListBoxSection.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Select/subcomponents/ListItem/ListItem.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Select/subcomponents/ListItems/ListItems.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Select/subcomponents/Option/Option.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Select/subcomponents/Overlay/Overlay.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Select/subcomponents/SectionDivider/SectionDivider.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Select/subcomponents/SelectToggle/SelectToggle.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Select/utils/getDisabledKeysFromItems.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Select/utils/isSelectOptionGroup.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Select/utils/transformSelectItemToCollectionElement.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Tabs/Tabs.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Tabs/constants.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Tabs/subcomponents/Tab/Tab.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Tabs/subcomponents/TabList/TabList.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Tabs/subcomponents/TabPanel/TabPanel.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Tag/RemovableTag/RemovableTag.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Tag/RemovableTag/subcomponents/RemoveButton.cjs +0 -0
- package/dist/cjs/{__future__ → __rc__}/Tag/Tag/Tag.cjs +0 -0
- package/dist/cjs/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/TooltipTrigger.cjs +0 -0
- package/dist/cjs/{__overlays__/Focusable/v3 → __rc__/Tooltip/subcomponents/Focusable}/Focusable.cjs +0 -0
- package/dist/esm/{__actions__/Button/v1 → Button}/Button/Button.mjs +0 -0
- package/dist/esm/{__actions__/Button/v1 → Button}/IconButton/IconButton.mjs +0 -0
- package/dist/esm/{__actions__/Menu/v1 → Menu}/Menu.mjs +0 -0
- package/dist/esm/{__actions__/Menu/v1 → Menu}/index.mjs +0 -0
- package/dist/esm/{__actions__/Menu/v1 → Menu}/subcomponents/MenuDropdown/MenuDropdown.mjs +0 -0
- package/dist/esm/{__actions__/Menu/v1 → Menu}/subcomponents/MenuItem/MenuItem.mjs +0 -0
- package/dist/esm/{__actions__/Menu/v1 → Menu}/subcomponents/MenuList/MenuList.mjs +0 -0
- package/dist/esm/{__actions__/Menu/v1 → Menu}/subcomponents/StatelessMenu/StatelessMenu.mjs +0 -0
- package/dist/esm/{__overlays__/Tooltip/v1 → Tooltip}/Tooltip.mjs +0 -0
- package/dist/esm/{__overlays__/Tooltip/v1 → Tooltip}/index.mjs +0 -0
- package/dist/esm/{__overlays__/Tooltip/v1 → Tooltip}/subcomponents/AppearanceAnim.mjs +0 -0
- package/dist/esm/{__overlays__/Tooltip/v1 → Tooltip}/utils/isSemanticElement.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Icon/Icon.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Icon/constants.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Select/Select.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Select/context/SelectContext.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Select/subcomponents/ListBox/ListBox.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Select/subcomponents/ListBoxSection/ListBoxSection.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Select/subcomponents/ListItem/ListItem.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Select/subcomponents/ListItems/ListItems.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Select/subcomponents/Option/Option.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Select/subcomponents/Overlay/Overlay.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Select/subcomponents/SectionDivider/SectionDivider.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Select/subcomponents/SelectToggle/SelectToggle.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Select/utils/getDisabledKeysFromItems.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Select/utils/isSelectOptionGroup.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Select/utils/transformSelectItemToCollectionElement.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Tabs/Tabs.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Tabs/constants.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Tabs/subcomponents/Tab/Tab.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Tabs/subcomponents/TabList/TabList.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Tabs/subcomponents/TabPanel/TabPanel.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Tag/RemovableTag/RemovableTag.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Tag/RemovableTag/subcomponents/RemoveButton.mjs +0 -0
- package/dist/esm/{__future__ → __rc__}/Tag/Tag/Tag.mjs +0 -0
- package/dist/esm/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/TooltipTrigger.mjs +0 -0
- package/dist/esm/{__overlays__/Focusable/v3 → __rc__/Tooltip/subcomponents/Focusable}/Focusable.mjs +0 -0
- package/dist/types/{__actions__/Button/v1 → Button}/Button/index.d.ts +0 -0
- package/dist/types/{__actions__/Button/v1 → Button}/GenericButton/index.d.ts +0 -0
- package/dist/types/{__actions__/Button/v1 → Button}/IconButton/index.d.ts +0 -0
- package/dist/types/{__actions__/Button/v1 → Button}/index.d.ts +0 -0
- package/dist/types/{__actions__/Menu/v1 → Menu}/_docs/MenuContentExample.d.ts +0 -0
- package/dist/types/{__actions__/Menu/v1 → Menu}/_docs/examples.d.ts +0 -0
- package/dist/types/{__actions__/Menu/v1 → Menu}/subcomponents/MenuDropdown/MenuDropdown.d.ts +0 -0
- package/dist/types/{__actions__/Menu/v1 → Menu}/subcomponents/MenuDropdown/index.d.ts +0 -0
- package/dist/types/{__actions__/Menu/v1 → Menu}/subcomponents/MenuHeading/index.d.ts +0 -0
- package/dist/types/{__actions__/Menu/v1 → Menu}/subcomponents/MenuItem/MenuItem.d.ts +0 -0
- package/dist/types/{__actions__/Menu/v1 → Menu}/subcomponents/MenuItem/index.d.ts +0 -0
- package/dist/types/{__actions__/Menu/v1 → Menu}/subcomponents/MenuList/index.d.ts +0 -0
- package/dist/types/{__actions__/Menu/v1 → Menu}/subcomponents/StatelessMenu/index.d.ts +0 -0
- package/dist/types/{__overlays__/Tooltip/v1 → Tooltip}/Tooltip.d.ts +0 -0
- package/dist/types/{__overlays__/Tooltip/v1 → Tooltip}/subcomponents/AppearanceAnim.d.ts +0 -0
- package/dist/types/{__actions__/Button/v3 → __rc__/Button}/index.d.ts +0 -0
- package/dist/types/{__actions__/Button/v3 → __rc__/Button}/subcomponents/ButtonContent/index.d.ts +0 -0
- package/dist/types/{__actions__/Button/v3 → __rc__/Button}/subcomponents/PendingContent/index.d.ts +0 -0
- package/dist/types/{__actions__/Button/v3 → __rc__/Button}/subcomponents/index.d.ts +0 -0
- package/dist/types/{__actions__/Button/v3 → __rc__/Button}/types.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Icon/constants.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Icon/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Select/context/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Select/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/ListBox/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/ListBoxSection/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/ListItem/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/ListItems/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/Option/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/Overlay/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/SectionDivider/SectionDivider.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/SectionDivider/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/SelectPopoverContents/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/SelectToggle/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Select/subcomponents/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Tabs/constants.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Tabs/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Tabs/subcomponents/Tab/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Tabs/subcomponents/TabList/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Tabs/subcomponents/TabPanel/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Tag/RemovableTag/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Tag/Tag/index.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Tag/Tag/types.d.ts +0 -0
- package/dist/types/{__future__ → __rc__}/Tag/index.d.ts +0 -0
- package/dist/types/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/OverlayArrow.d.ts +0 -0
- package/dist/types/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/Tooltip.d.ts +0 -0
- package/dist/types/{__overlays__/Focusable/v3 → __rc__/Tooltip/subcomponents/Focusable}/index.d.ts +0 -0
- package/src/{__actions__/Button/v1 → Button}/Button/_docs/Button.mdx +0 -0
- package/src/{__actions__/Button/v2/Button/_docs → Button/Button/_docs/v2}/Button.mdx +0 -0
- package/src/{__actions__/Button/v1 → Button}/Button/index.ts +0 -0
- package/src/{__actions__/Button/v1 → Button}/GenericButton/index.ts +0 -0
- package/src/{__actions__/Button/v1 → Button}/IconButton/IconButton.module.scss +0 -0
- package/src/{__actions__/Button/v1 → Button}/IconButton/_docs/IconButton.mdx +0 -0
- package/src/{__actions__/Button/v2/IconButton/_docs → Button/IconButton/_docs/v2}/IconButton.mdx +0 -0
- package/src/{__actions__/Button/v1 → Button}/IconButton/index.ts +0 -0
- package/src/{__actions__/Button/v1 → Button}/index.ts +0 -0
- package/src/{__actions__/Button/v1 → Button}/utils/_mixins.scss +0 -0
- package/src/{__actions__/Menu/v1 → Menu}/_docs/Menu.mdx +0 -0
- package/src/{__actions__/Menu/v2/_docs → Menu/_docs/v2}/Menu.mdx +0 -0
- package/src/{__actions__/Menu/v1 → Menu}/subcomponents/MenuDropdown/MenuDropdown.module.scss +0 -0
- package/src/{__actions__/Menu/v1 → Menu}/subcomponents/MenuDropdown/MenuDropdown.tsx +0 -0
- package/src/{__actions__/Menu/v1 → Menu}/subcomponents/MenuDropdown/index.ts +0 -0
- package/src/{__actions__/Menu/v1 → Menu}/subcomponents/MenuHeading/MenuHeading.module.scss +0 -0
- package/src/{__actions__/Menu/v1 → Menu}/subcomponents/MenuHeading/index.ts +0 -0
- package/src/{__actions__/Menu/v1 → Menu}/subcomponents/MenuItem/MenuItem.module.scss +0 -0
- package/src/{__actions__/Menu/v1 → Menu}/subcomponents/MenuItem/MenuItem.tsx +0 -0
- package/src/{__actions__/Menu/v1 → Menu}/subcomponents/MenuItem/index.ts +0 -0
- package/src/{__actions__/Menu/v1 → Menu}/subcomponents/MenuList/MenuList.module.scss +0 -0
- package/src/{__actions__/Menu/v1 → Menu}/subcomponents/MenuList/MenuList.spec.tsx +0 -0
- package/src/{__actions__/Menu/v1 → Menu}/subcomponents/MenuList/index.ts +0 -0
- package/src/{__actions__/Menu/v1 → Menu}/subcomponents/StatelessMenu/StatelessMenu.module.scss +0 -0
- package/src/{__actions__/Menu/v1 → Menu}/subcomponents/StatelessMenu/index.ts +0 -0
- package/src/{__overlays__/Tooltip/v1 → Tooltip}/_docs/Tooltip.mdx +0 -0
- package/src/{__overlays__/Tooltip/v2/_docs → Tooltip/_docs/v2}/Tooltip.mdx +0 -0
- package/src/{__overlays__/Tooltip/v1 → Tooltip}/_variables.scss +0 -0
- package/src/{__overlays__/Tooltip/v1 → Tooltip}/subcomponents/AppearanceAnim.tsx +0 -0
- package/src/{__actions__/Button/v3 → __rc__/Button}/Button.module.css +0 -0
- package/src/{__actions__/Button/v3 → __rc__/Button}/index.ts +0 -0
- package/src/{__actions__/Button/v3 → __rc__/Button}/subcomponents/ButtonContent/ButtonContent.module.css +0 -0
- package/src/{__actions__/Button/v3 → __rc__/Button}/subcomponents/ButtonContent/index.ts +0 -0
- package/src/{__actions__/Button/v3 → __rc__/Button}/subcomponents/PendingContent/PendingContent.module.css +0 -0
- package/src/{__actions__/Button/v3 → __rc__/Button}/subcomponents/PendingContent/index.ts +0 -0
- package/src/{__actions__/Button/v3 → __rc__/Button}/subcomponents/index.ts +0 -0
- package/src/{__actions__/Button/v3 → __rc__/Button}/types.ts +0 -0
- package/src/{__future__ → __rc__}/Icon/Icon.module.css +0 -0
- package/src/{__future__ → __rc__}/Icon/Icon.spec.tsx +0 -0
- package/src/{__future__ → __rc__}/Icon/_docs/Icon.docs.module.css +0 -0
- package/src/{__future__ → __rc__}/Icon/_docs/assets/interface-dont.png +0 -0
- package/src/{__future__ → __rc__}/Icon/_docs/assets/tooltip-dont.png +0 -0
- package/src/{__future__ → __rc__}/Icon/constants.ts +0 -0
- package/src/{__future__ → __rc__}/Icon/index.ts +0 -0
- package/src/{__future__ → __rc__}/Icon/material-symbols-metadata.json +0 -0
- package/src/{__actions__/Menu/v3 → __rc__/Menu}/Menu.module.css +0 -0
- package/src/{__actions__/Menu/v3 → __rc__/Menu}/MenuItem.module.css +0 -0
- package/src/{__future__ → __rc__}/Select/Select.module.scss +0 -0
- package/src/{__future__ → __rc__}/Select/_docs/Select.mdx +0 -0
- package/src/{__future__ → __rc__}/Select/context/index.ts +0 -0
- package/src/{__future__ → __rc__}/Select/index.ts +0 -0
- package/src/{__future__ → __rc__}/Select/subcomponents/ListBox/ListBox.module.scss +0 -0
- package/src/{__future__ → __rc__}/Select/subcomponents/ListBox/index.ts +0 -0
- package/src/{__future__ → __rc__}/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss +0 -0
- package/src/{__future__ → __rc__}/Select/subcomponents/ListBoxSection/index.ts +0 -0
- package/src/{__future__ → __rc__}/Select/subcomponents/ListItem/index.ts +0 -0
- package/src/{__future__ → __rc__}/Select/subcomponents/ListItems/index.ts +0 -0
- package/src/{__future__ → __rc__}/Select/subcomponents/Option/Option.module.scss +0 -0
- package/src/{__future__ → __rc__}/Select/subcomponents/Option/index.ts +0 -0
- package/src/{__future__ → __rc__}/Select/subcomponents/Overlay/index.ts +0 -0
- package/src/{__future__ → __rc__}/Select/subcomponents/SectionDivider/SectionDivider.module.scss +0 -0
- package/src/{__future__ → __rc__}/Select/subcomponents/SectionDivider/SectionDivider.tsx +0 -0
- package/src/{__future__ → __rc__}/Select/subcomponents/SectionDivider/index.ts +0 -0
- package/src/{__future__ → __rc__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.module.scss +0 -0
- package/src/{__future__ → __rc__}/Select/subcomponents/SelectPopoverContents/index.ts +0 -0
- package/src/{__future__ → __rc__}/Select/subcomponents/SelectToggle/SelectToggle.module.scss +0 -0
- package/src/{__future__ → __rc__}/Select/subcomponents/SelectToggle/index.ts +0 -0
- package/src/{__future__ → __rc__}/Select/subcomponents/index.ts +0 -0
- package/src/{__future__ → __rc__}/Tabs/_docs/Tabs--api-specification.mdx +0 -0
- package/src/{__future__ → __rc__}/Tabs/_docs/Tabs--migration-guide.mdx +0 -0
- package/src/{__future__ → __rc__}/Tabs/constants.ts +0 -0
- package/src/{__future__ → __rc__}/Tabs/index.ts +0 -0
- package/src/{__future__ → __rc__}/Tabs/subcomponents/Tab/Tab.module.css +0 -0
- package/src/{__future__ → __rc__}/Tabs/subcomponents/Tab/index.ts +0 -0
- package/src/{__future__ → __rc__}/Tabs/subcomponents/TabList/TabList.module.css +0 -0
- package/src/{__future__ → __rc__}/Tabs/subcomponents/TabList/index.ts +0 -0
- package/src/{__future__ → __rc__}/Tabs/subcomponents/TabPanel/TabPanel.module.css +0 -0
- package/src/{__future__ → __rc__}/Tabs/subcomponents/TabPanel/index.ts +0 -0
- package/src/{__future__ → __rc__}/Tag/RemovableTag/RemovableTag.module.scss +0 -0
- package/src/{__future__ → __rc__}/Tag/RemovableTag/index.ts +0 -0
- package/src/{__future__ → __rc__}/Tag/RemovableTag/subcomponents/RemoveButton.module.scss +0 -0
- package/src/{__future__ → __rc__}/Tag/Tag/Tag.module.scss +0 -0
- package/src/{__future__ → __rc__}/Tag/Tag/_docs/Tag-migration-guide.mdx +0 -0
- package/src/{__future__ → __rc__}/Tag/Tag/index.ts +0 -0
- package/src/{__future__ → __rc__}/Tag/Tag/types.ts +0 -0
- package/src/{__future__ → __rc__}/Tag/index.ts +0 -0
- package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/OverlayArrow.module.scss +0 -0
- package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/OverlayArrow.tsx +0 -0
- package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/Tooltip.module.scss +0 -0
- package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/Tooltip.tsx +1 -1
- /package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/_docs/assets/tooltip_anatomy.png +0 -0
- /package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/_docs/assets/tooltip_placement.png +0 -0
- /package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/_docs/assets/tooltip_spec.png +0 -0
- /package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/_docs/assets/tooltip_trigger_1.png +0 -0
- /package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/_docs/assets/tooltip_trigger_2.png +0 -0
- /package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/_docs/assets/tooltip_trigger_3.png +0 -0
- /package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/_docs/assets/tooltip_variant.png +0 -0
- /package/src/{__overlays__/Tooltip/v3 → __rc__/Tooltip}/_docs/assets/tooltip_when_to_use.png +0 -0
- /package/src/{__overlays__/Focusable/v3 → __rc__/Tooltip/subcomponents/Focusable}/Focusable.module.scss +0 -0
- /package/src/{__overlays__/Focusable/v3 → __rc__/Tooltip/subcomponents/Focusable}/index.ts +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { InputRule } from 'prosemirror-inputrules';
|
|
2
|
-
import { NodeType } from 'prosemirror-model';
|
|
1
|
+
import { type InputRule } from 'prosemirror-inputrules';
|
|
2
|
+
import { type NodeType } from 'prosemirror-model';
|
|
3
3
|
export declare const orderedListRule: (nodeType: NodeType) => InputRule;
|
|
4
4
|
export declare const bulletListRule: (nodeType: NodeType) => InputRule;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Node, Schema } from 'prosemirror-model';
|
|
2
|
-
import { EditorState, Plugin } from 'prosemirror-state';
|
|
3
|
-
import { Doc, DocContent } from './types';
|
|
1
|
+
import { Node, type Schema } from 'prosemirror-model';
|
|
2
|
+
import { EditorState, type Plugin } from 'prosemirror-state';
|
|
3
|
+
import { type Doc, type DocContent } from './types';
|
|
4
4
|
/**
|
|
5
5
|
* createEditorState
|
|
6
6
|
* Create a ProseMirror EditorState. Wrapper for EditorState.create to make the
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Command, Transaction } from 'prosemirror-state';
|
|
2
|
-
import { EditorView as ProseMirrorEditorView } from 'prosemirror-view';
|
|
2
|
+
import { type EditorView as ProseMirrorEditorView } from 'prosemirror-view';
|
|
3
3
|
/**
|
|
4
4
|
* Dispatch receives a transaction from ProseMirror to effect changes to the
|
|
5
5
|
* EditorState in order
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ComponentType } from 'react';
|
|
2
|
-
import { MarkType } from 'prosemirror-model';
|
|
1
|
+
import { type ComponentType } from 'react';
|
|
2
|
+
import { type MarkType } from 'prosemirror-model';
|
|
3
3
|
import { Plugin } from 'prosemirror-state';
|
|
4
|
-
import { AttrsValidator } from '../../commands';
|
|
5
|
-
import { LinkEditorProps } from './components/LinkEditor';
|
|
4
|
+
import { type AttrsValidator } from '../../commands';
|
|
5
|
+
import { type LinkEditorProps } from './components/LinkEditor';
|
|
6
6
|
type CreateLinkManagerArgs = {
|
|
7
7
|
markType: MarkType;
|
|
8
8
|
linkAttributeValidator?: AttrsValidator;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ElementType } from 'react';
|
|
2
|
-
import { LinkEditorProps } from './components';
|
|
1
|
+
import { type ElementType } from 'react';
|
|
2
|
+
import { type LinkEditorProps } from './components';
|
|
3
3
|
/**
|
|
4
4
|
* Create a wrapping connector for rendering a React element into a separate
|
|
5
5
|
* part of the DOM while being able to update it without remounting.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import { EditorView } from 'prosemirror-view';
|
|
1
|
+
import type { Command, Transaction } from 'prosemirror-state';
|
|
2
|
+
import { type EditorView } from 'prosemirror-view';
|
|
3
3
|
export type MaybeCommand = Command | Transaction;
|
|
4
4
|
export type Dispatcher = (tx: Transaction) => void;
|
|
5
5
|
export interface CAEditorView extends EditorView {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { InputRangeProps } from "../Input/InputRange";
|
|
1
|
+
import { type ReactNode } from 'react';
|
|
2
|
+
import { type InputRangeProps } from "../Input/InputRange";
|
|
3
3
|
export type SliderFieldProps = {
|
|
4
4
|
id?: string;
|
|
5
5
|
labelText: ReactNode;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React, { HTMLAttributes } from 'react';
|
|
2
|
-
import { DataAttributes } from "../types/DataAttributes";
|
|
3
|
-
import { OverrideClassName } from "../types/OverrideClassName";
|
|
4
|
-
import { ActionButtonProps } from './subcomponents/ActionButton';
|
|
5
|
-
import { DropdownButtonProps } from './subcomponents/DropdownButton';
|
|
1
|
+
import React, { type HTMLAttributes } from 'react';
|
|
2
|
+
import { type DataAttributes } from "../types/DataAttributes";
|
|
3
|
+
import { type OverrideClassName } from "../types/OverrideClassName";
|
|
4
|
+
import { type ActionButtonProps } from './subcomponents/ActionButton';
|
|
5
|
+
import { type DropdownButtonProps } from './subcomponents/DropdownButton';
|
|
6
6
|
export type SplitButtonProps = {
|
|
7
7
|
/**
|
|
8
8
|
* Props for primary action button (left).
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BaseButtonProps } from '../BaseButton';
|
|
1
|
+
import { type BaseButtonProps } from '../BaseButton';
|
|
2
2
|
export type ActionButtonProps = Omit<BaseButtonProps, 'icon'>;
|
|
3
3
|
export declare const ActionButton: {
|
|
4
4
|
({ classNameOverride, ...restProps }: ActionButtonProps): JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React, { AnchorHTMLAttributes, ButtonHTMLAttributes } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../../../types/OverrideClassName";
|
|
1
|
+
import React, { type AnchorHTMLAttributes, type ButtonHTMLAttributes } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../../../types/OverrideClassName";
|
|
3
3
|
type AnchorAttributes = AnchorHTMLAttributes<HTMLAnchorElement>;
|
|
4
4
|
type ButtonAttributes = ButtonHTMLAttributes<HTMLButtonElement>;
|
|
5
5
|
type AnchorButtonAttributes = AnchorAttributes & ButtonAttributes;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BaseButtonProps } from '../BaseButton';
|
|
1
|
+
import { type BaseButtonProps } from '../BaseButton';
|
|
2
2
|
export type DropdownButtonProps = Omit<BaseButtonProps, 'label' | 'icon'>;
|
|
3
3
|
export declare const DropdownButton: {
|
|
4
4
|
({ classNameOverride, "aria-label": ariaLabel, ...restProps }: DropdownButtonProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React, { HTMLAttributes, ReactElement } from 'react';
|
|
2
|
-
import { CheckedStatus } from "../Checkbox";
|
|
3
|
-
import { OverrideClassName } from "../types/OverrideClassName";
|
|
1
|
+
import React, { type HTMLAttributes, type ReactElement } from 'react';
|
|
2
|
+
import { type CheckedStatus } from "../Checkbox";
|
|
3
|
+
import { type OverrideClassName } from "../types/OverrideClassName";
|
|
4
4
|
export type TableContainerProps = {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
/** @default "compact" */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HTMLAttributes, ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../../types/OverrideClassName";
|
|
1
|
+
import { type HTMLAttributes, type ReactNode, type SyntheticEvent } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../../types/OverrideClassName";
|
|
3
3
|
export type TabProps = {
|
|
4
4
|
/**
|
|
5
5
|
* Gets injected by TabList, no need to specify yourself
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../../types/OverrideClassName";
|
|
1
|
+
import { type HTMLAttributes, type ReactNode } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../../types/OverrideClassName";
|
|
3
3
|
export type TabListProps = {
|
|
4
4
|
/**
|
|
5
5
|
* Accessible name for the set of tabs
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../../types/OverrideClassName";
|
|
1
|
+
import { type HTMLAttributes, type ReactNode } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../../types/OverrideClassName";
|
|
3
3
|
export type TabPanelProps = {
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../../types/OverrideClassName";
|
|
1
|
+
import { type HTMLAttributes, type ReactNode } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../../types/OverrideClassName";
|
|
3
3
|
export type TabPanelsProps = {
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
package/dist/types/Tag/Tag.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { AvatarProps } from "../Avatar";
|
|
3
|
-
import { TagVariants } from './types';
|
|
2
|
+
import { type AvatarProps } from "../Avatar";
|
|
3
|
+
import { type TagVariants } from './types';
|
|
4
4
|
export type TagWithAvatarProps = Omit<DefaultTagProps, 'variant'> & {
|
|
5
5
|
variant: 'profile';
|
|
6
6
|
avatar: JSX.Element | AvatarProps;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../types/OverrideClassName";
|
|
1
|
+
import { type HTMLAttributes } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../types/OverrideClassName";
|
|
3
3
|
export type TextVariants = 'intro-lede' | 'body' | 'small' | 'extra-small';
|
|
4
4
|
export type AllowedTextTags = 'pre' | 'p' | 'div' | 'span' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'label';
|
|
5
5
|
export type AllowedTextColors = 'dark' | 'dark-reduced-opacity' | 'white' | 'white-reduced-opacity' | 'positive' | 'negative';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React, { TextareaHTMLAttributes } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../types/OverrideClassName";
|
|
1
|
+
import React, { type TextareaHTMLAttributes } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../types/OverrideClassName";
|
|
3
3
|
export type TextAreaProps = {
|
|
4
4
|
textAreaRef?: React.RefObject<HTMLTextAreaElement>;
|
|
5
5
|
status?: 'default' | 'error' | 'caution';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GenericTileProps } from '../subcomponents/GenericTile';
|
|
1
|
+
import { type GenericTileProps } from '../subcomponents/GenericTile';
|
|
2
2
|
export type InformationTileProps = GenericTileProps;
|
|
3
3
|
/**
|
|
4
4
|
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3079077889/Tile#InformationTile%3A Guidance} |
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { HTMLAttributes, ReactElement } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../../types/OverrideClassName";
|
|
3
|
-
import { InformationTileProps } from '../InformationTile';
|
|
4
|
-
import { MultiActionTileProps } from '../MultiActionTile';
|
|
1
|
+
import { type HTMLAttributes, type ReactElement } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../../types/OverrideClassName";
|
|
3
|
+
import { type InformationTileProps } from '../InformationTile';
|
|
4
|
+
import { type MultiActionTileProps } from '../MultiActionTile';
|
|
5
5
|
type TileProps = InformationTileProps | MultiActionTileProps;
|
|
6
6
|
export type TileElement = ReactElement<TileProps>;
|
|
7
7
|
export interface TileGridProps extends OverrideClassName<HTMLAttributes<HTMLUListElement>> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React, { HTMLAttributes } from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { OverrideClassName } from "../../../types/OverrideClassName";
|
|
1
|
+
import React, { type HTMLAttributes } from 'react';
|
|
2
|
+
import type { GenericButtonProps } from "../../../Button/GenericButton";
|
|
3
|
+
import { type AllowedHeadingTags } from "../../../Heading";
|
|
4
|
+
import { type OverrideClassName } from "../../../types/OverrideClassName";
|
|
5
5
|
export type TileAction = GenericButtonProps;
|
|
6
6
|
export type TileInformation = {
|
|
7
7
|
text: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { TimeFieldStateOptions } from '@react-stately/datepicker';
|
|
3
|
-
import { OverrideClassName } from "../types/OverrideClassName";
|
|
4
|
-
import { StatusType, ValueType } from './types';
|
|
2
|
+
import { type TimeFieldStateOptions } from '@react-stately/datepicker';
|
|
3
|
+
import { type OverrideClassName } from "../types/OverrideClassName";
|
|
4
|
+
import { type StatusType, type ValueType } from './types';
|
|
5
5
|
type OmittedTimeFieldProps = 'errorMessage' | 'validationState' | 'value' | 'onChange' | 'label' | 'hideTimeZone';
|
|
6
6
|
export type TimeFieldProps = {
|
|
7
7
|
id?: string;
|
package/dist/types/TimeField/subcomponents/TimeSegment/utils/generateSegmentDisplayText.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { DateSegment } from '@react-stately/datepicker';
|
|
1
|
+
import { type DateSegment } from '@react-stately/datepicker';
|
|
2
2
|
export declare const generateSegmentDisplayText: (segment: DateSegment) => string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CalendarDateTime, Time, ZonedDateTime } from '@internationalized/date';
|
|
1
|
+
import { type CalendarDateTime, type Time, type ZonedDateTime } from '@internationalized/date';
|
|
2
2
|
export type TimeValue = Time | CalendarDateTime | ZonedDateTime;
|
|
3
3
|
export type TimeOption = {
|
|
4
4
|
label: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TitleBlockProps } from './types';
|
|
1
|
+
import { type TitleBlockProps } from './types';
|
|
2
2
|
/**
|
|
3
3
|
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3075605782/Title+Block Guidance} |
|
|
4
4
|
* {@link https://cultureamp.design/?path=/story/components-titleblock--docs Storybook}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DefaultActionProps, PrimaryActionProps, TitleBlockMenuItemProps } from '../types';
|
|
1
|
+
import { type DefaultActionProps, type PrimaryActionProps, type TitleBlockMenuItemProps } from '../types';
|
|
2
2
|
type MainActionsProps = {
|
|
3
3
|
primaryAction?: PrimaryActionProps;
|
|
4
4
|
defaultAction?: DefaultActionProps;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ButtonProps } from "../../
|
|
2
|
-
import { DefaultActionProps, PrimaryActionProps, SecondaryActionsProps, TitleBlockMenuItemProps } from '../types';
|
|
1
|
+
import type { ButtonProps } from "../../Button";
|
|
2
|
+
import { type DefaultActionProps, type PrimaryActionProps, type SecondaryActionsProps, type TitleBlockMenuItemProps } from '../types';
|
|
3
3
|
export type MobileActionsProps = {
|
|
4
4
|
primaryAction?: PrimaryActionProps;
|
|
5
5
|
defaultAction?: DefaultActionProps;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SecondaryActionsProps, TitleBlockMenuItemProps } from '../types';
|
|
1
|
+
import { type SecondaryActionsProps, type TitleBlockMenuItemProps } from '../types';
|
|
2
2
|
type Props = {
|
|
3
3
|
secondaryActions?: SecondaryActionsProps;
|
|
4
4
|
secondaryOverflowMenuItems?: TitleBlockMenuItemProps[];
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { CompanyAvatarProps, GenericAvatarProps } from "../Avatar";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { type CompanyAvatarProps, type GenericAvatarProps } from "../Avatar";
|
|
2
|
+
import type { ButtonProps, CustomButtonProps } from "../Button";
|
|
3
|
+
import { type MenuItemProps } from "../Menu";
|
|
4
|
+
import { type Select } from "../Select";
|
|
5
|
+
import { type NavigationTabProps } from './subcomponents/NavigationTabs';
|
|
5
6
|
/**
|
|
6
7
|
* @param TitleBlockProps ### Accessing internal types of TitleBlockProps
|
|
7
8
|
* If you want access to types like `PrimaryActionProps` (for example, in the scenario
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TitleBlockButtonProps, TitleBlockCustomButtonProps, TitleBlockMenuGroup,
|
|
1
|
+
import { type SecondaryActionsProps, type TitleBlockButtonProps, type TitleBlockCustomButtonProps, type TitleBlockMenuGroup, type TitleBlockMenuItemProps, type TitleBlockVariant } from './types';
|
|
2
2
|
export declare const isMenuGroupNotButton: (value: (TitleBlockButtonProps | TitleBlockCustomButtonProps) | TitleBlockMenuGroup) => value is TitleBlockMenuGroup;
|
|
3
3
|
export declare const NON_REVERSED_VARIANTS: string[];
|
|
4
4
|
export declare const isReversed: (variant: TitleBlockVariant | undefined) => boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React, { InputHTMLAttributes } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../../types/OverrideClassName";
|
|
1
|
+
import React, { type InputHTMLAttributes } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../../types/OverrideClassName";
|
|
3
3
|
export type ToggledStatus = 'on' | 'off';
|
|
4
4
|
export type ToggleSwitchProps = {
|
|
5
5
|
toggledStatus?: ToggledStatus;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { type ToggleSwitchProps, type ToggledStatus } from '../ToggleSwitch/ToggleSwitch';
|
|
3
3
|
export type ToggleSwitchFieldProps = {
|
|
4
4
|
labelText: React.ReactNode;
|
|
5
5
|
labelPosition?: 'start' | 'end';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TooltipProps as TooltipPropsV1 } from './Tooltip';
|
|
1
|
+
import { type TooltipProps as TooltipPropsV1 } from './Tooltip';
|
|
2
2
|
/** * @deprecated use v2 or upgrade to v3 for the latest release */
|
|
3
3
|
export declare const Tooltip: {
|
|
4
4
|
({ children, text, display, position, classNameOverride, portalSelector, animationDuration, isInitiallyVisible, mood, }: TooltipPropsV1): JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
1
|
+
import React, { type ReactNode } from 'react';
|
|
2
2
|
export declare function extractDisplayName(type: React.FunctionComponent): string;
|
|
3
3
|
/**
|
|
4
4
|
* Validates implicit or explicitly semantic roles required to make `aria-describedby` announce predictably with screen readers
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { OverrideClassName } from "../types/OverrideClassName";
|
|
1
|
+
import { type HTMLAttributes, type ReactNode } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../types/OverrideClassName";
|
|
3
3
|
export type VisuallyHiddenProps = {
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React, { HTMLAttributes } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../types/OverrideClassName";
|
|
3
|
-
import { WellBorderStyleType,
|
|
1
|
+
import React, { type HTMLAttributes } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../types/OverrideClassName";
|
|
3
|
+
import { type WellBorderStyleType, type WellColors, type WellVariantType } from './types';
|
|
4
4
|
export type WellProps = {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
/** @deprecated This will not fallback to `default` variant. `default` can be used but must be explicitly passed to the Well component. It is recommended to use `color` prop and `gray` value if you need a gray background. */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../types/OverrideClassName";
|
|
3
|
-
import { FooterProps, HeaderProps } from './subcomponents';
|
|
1
|
+
import { type HTMLAttributes } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../types/OverrideClassName";
|
|
3
|
+
import { type FooterProps, type HeaderProps } from './subcomponents';
|
|
4
4
|
export type WorkflowProps = OverrideClassName<HTMLAttributes<HTMLDivElement>> & FooterProps & Pick<HeaderProps, 'workflowName' | 'statusTag' | 'headerActions'>;
|
|
5
5
|
export declare const Workflow: {
|
|
6
6
|
({ steps, currentStepId, isComplete, workflowName, statusTag, headerActions, children, nextAction, previousAction, classNameOverride, ...restProps }: WorkflowProps): JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ArgTypes } from '@storybook/react';
|
|
1
|
+
import { type ArgTypes } from '@storybook/react';
|
|
2
2
|
export declare const WorkflowControls: Partial<ArgTypes>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { OverrideClassName } from "../../../types/OverrideClassName";
|
|
2
|
-
import {
|
|
1
|
+
import { type OverrideClassName } from "../../../types/OverrideClassName";
|
|
2
|
+
import { type FooterRootProps, type ProgressStepperProps } from './components';
|
|
3
3
|
export type FooterProps = {
|
|
4
4
|
/** An action to return to a previous step */
|
|
5
5
|
previousAction?: JSX.Element;
|
package/dist/types/Workflow/subcomponents/Footer/components/FooterActions/FooterActions.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../../../../../types/OverrideClassName";
|
|
1
|
+
import { type HTMLAttributes } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../../../../../types/OverrideClassName";
|
|
3
3
|
export type FooterActionsProps = {
|
|
4
4
|
actionType?: 'Previous' | 'Next';
|
|
5
5
|
action?: JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../../../../../types/OverrideClassName";
|
|
1
|
+
import { type HTMLAttributes } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../../../../../types/OverrideClassName";
|
|
3
3
|
export type FooterRootProps = OverrideClassName<HTMLAttributes<HTMLHeadingElement>>;
|
|
4
4
|
export declare const FooterRoot: {
|
|
5
5
|
({ children, classNameOverride, ...restProps }: FooterRootProps): JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WorkflowActionsProps, WorkflowTitlesProps } from './components';
|
|
1
|
+
import { type WorkflowActionsProps, type WorkflowTitlesProps } from './components';
|
|
2
2
|
export type HeaderProps = WorkflowTitlesProps & WorkflowActionsProps;
|
|
3
3
|
export declare const Header: {
|
|
4
4
|
({ workflowName, stepName, statusTag, headerActions, ...restProps }: HeaderProps): JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../../../../../types/OverrideClassName";
|
|
1
|
+
import { type HTMLAttributes } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../../../../../types/OverrideClassName";
|
|
3
3
|
export type WorkflowActionsProps = {
|
|
4
4
|
/**
|
|
5
5
|
* Header actions will render in order of the array.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'react';
|
|
2
|
-
import { BrandProps } from "../../../../../Brand";
|
|
3
|
-
import { OverrideClassName } from "../../../../../types/OverrideClassName";
|
|
1
|
+
import { type HTMLAttributes } from 'react';
|
|
2
|
+
import { type BrandProps } from "../../../../../Brand";
|
|
3
|
+
import { type OverrideClassName } from "../../../../../types/OverrideClassName";
|
|
4
4
|
export type WorflowBrandingProps = {
|
|
5
5
|
variant?: BrandProps['variant'];
|
|
6
6
|
alt: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../../../../../types/OverrideClassName";
|
|
1
|
+
import { type HTMLAttributes } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../../../../../types/OverrideClassName";
|
|
3
3
|
export type HeaderRootProps = OverrideClassName<HTMLAttributes<HTMLHeadingElement>>;
|
|
4
4
|
export declare const HeaderRoot: {
|
|
5
5
|
({ children, classNameOverride, ...restProps }: HeaderRootProps): JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../../../../../types/OverrideClassName";
|
|
1
|
+
import { type HTMLAttributes, type ReactNode } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../../../../../types/OverrideClassName";
|
|
3
3
|
export type WorkflowTitlesProps = {
|
|
4
4
|
workflowName: string;
|
|
5
5
|
stepName: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../../../types/OverrideClassName";
|
|
1
|
+
import { type HTMLAttributes, type ReactNode } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../../../types/OverrideClassName";
|
|
3
3
|
export type WorkflowMainProps = OverrideClassName<HTMLAttributes<HTMLDivElement>> & {
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
import { OverrideClassName } from "../../../types/OverrideClassName";
|
|
1
|
+
import { type HTMLAttributes, type ReactNode } from 'react';
|
|
2
|
+
import { type OverrideClassName } from "../../../types/OverrideClassName";
|
|
3
3
|
export type WorkflowWrapperProps = OverrideClassName<HTMLAttributes<HTMLDivElement>> & {
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ButtonProps as RACButtonProps } from 'react-aria-components';
|
|
3
|
-
import { ButtonSizes, ButtonVariants, PendingButtonProps } from './types';
|
|
2
|
+
import { type ButtonProps as RACButtonProps } from 'react-aria-components';
|
|
3
|
+
import { type ButtonSizes, type ButtonVariants, type PendingButtonProps } from './types';
|
|
4
4
|
type ButtonBaseProps = Omit<RACButtonProps, 'children'> & {
|
|
5
5
|
/** Used as the label for the button. */
|
|
6
6
|
children: RACButtonProps['children'];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'react';
|
|
2
|
-
import { ButtonProps } from '../../Button';
|
|
1
|
+
import { type HTMLAttributes } from 'react';
|
|
2
|
+
import { type ButtonProps } from '../../Button';
|
|
3
3
|
type ButtonContentProps = {
|
|
4
4
|
size?: ButtonProps['size'];
|
|
5
5
|
icon?: ButtonProps['icon'];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ButtonSizes, PendingProps } from '../../types';
|
|
1
|
+
import { type ButtonSizes, type PendingProps } from '../../types';
|
|
2
2
|
/** Renders the pending content of the button, handling pending label visibility and spinner positioning */
|
|
3
3
|
export declare const PendingContent: ({ pendingLabel, hasHiddenPendingLabel, size, }: PendingProps & {
|
|
4
4
|
size?: ButtonSizes;
|