@kaizen/components 1.28.0 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/BrandMoment/BrandMoment.cjs +0 -2
- package/dist/cjs/BrandMoment/BrandMoment.cjs.map +1 -1
- package/dist/cjs/Button/GenericButton/GenericButton.cjs.map +1 -1
- package/dist/cjs/Collapsible/Collapsible/Collapsible.cjs +0 -2
- package/dist/cjs/Collapsible/Collapsible/Collapsible.cjs.map +1 -1
- package/dist/cjs/Container/Container.cjs +28 -0
- package/dist/cjs/Container/Container.cjs.map +1 -0
- package/dist/cjs/Container/Container.module.scss.cjs +7 -0
- package/dist/cjs/Container/Container.module.scss.cjs.map +1 -0
- package/dist/cjs/Content/Content.cjs +28 -0
- package/dist/cjs/Content/Content.cjs.map +1 -0
- package/dist/cjs/Content/Content.module.scss.cjs +7 -0
- package/dist/cjs/Content/Content.module.scss.cjs.map +1 -0
- package/dist/cjs/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.cjs +8 -6
- package/dist/cjs/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.cjs.map +1 -1
- package/dist/cjs/FilterBar/subcomponents/ClearAllButton/ClearAllButton.cjs +0 -2
- package/dist/cjs/FilterBar/subcomponents/ClearAllButton/ClearAllButton.cjs.map +1 -1
- package/dist/cjs/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.cjs +0 -2
- package/dist/cjs/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.cjs.map +1 -1
- package/dist/cjs/Illustration/Spot/Spot.cjs +443 -0
- package/dist/cjs/Illustration/Spot/Spot.cjs.map +1 -0
- package/dist/cjs/Illustration/subcomponents/Base/Base.cjs +33 -0
- package/dist/cjs/Illustration/subcomponents/Base/Base.cjs.map +1 -0
- package/dist/cjs/Illustration/subcomponents/Base/Base.module.scss.cjs +14 -0
- package/dist/cjs/Illustration/subcomponents/Base/Base.module.scss.cjs.map +1 -0
- package/dist/cjs/Input/InputSearch/InputSearch.cjs +1 -1
- package/dist/cjs/Input/InputSearch/InputSearch.cjs.map +1 -1
- package/dist/cjs/KaizenProvider/KaizenProvider.cjs +3 -6
- package/dist/cjs/KaizenProvider/KaizenProvider.cjs.map +1 -1
- package/dist/cjs/KaizenProvider/subcomponents/FontDefinitions/FontDefinitions.cjs +38 -0
- package/dist/cjs/KaizenProvider/subcomponents/FontDefinitions/FontDefinitions.cjs.map +1 -0
- package/dist/cjs/KaizenProvider/subcomponents/OptionalIntlProvider/OptionalIntlProvider.cjs.map +1 -0
- package/dist/cjs/Loading/LoadingGraphic/LoadingGraphic.cjs +32 -0
- package/dist/cjs/Loading/LoadingGraphic/LoadingGraphic.cjs.map +1 -0
- package/dist/cjs/Loading/LoadingGraphic/LoadingGraphic.module.scss.cjs +10 -0
- package/dist/cjs/Loading/LoadingGraphic/LoadingGraphic.module.scss.cjs.map +1 -0
- package/dist/cjs/Loading/LoadingHeading/LoadingHeading.cjs +32 -0
- package/dist/cjs/Loading/LoadingHeading/LoadingHeading.cjs.map +1 -0
- package/dist/cjs/Loading/LoadingHeading/LoadingHeading.module.scss.cjs +18 -0
- package/dist/cjs/Loading/LoadingHeading/LoadingHeading.module.scss.cjs.map +1 -0
- package/dist/cjs/Loading/LoadingInput/LoadingInput.cjs +33 -0
- package/dist/cjs/Loading/LoadingInput/LoadingInput.cjs.map +1 -0
- package/dist/cjs/Loading/LoadingInput/LoadingInput.module.scss.cjs +10 -0
- package/dist/cjs/Loading/LoadingInput/LoadingInput.module.scss.cjs.map +1 -0
- package/dist/cjs/Loading/LoadingParagraph/LoadingParagraph.cjs +35 -0
- package/dist/cjs/Loading/LoadingParagraph/LoadingParagraph.cjs.map +1 -0
- package/dist/cjs/Loading/LoadingParagraph/LoadingParagraph.module.scss.cjs +15 -0
- package/dist/cjs/Loading/LoadingParagraph/LoadingParagraph.module.scss.cjs.map +1 -0
- package/dist/cjs/Loading/LoadingSpinner/LoadingSpinner.cjs +69 -0
- package/dist/cjs/Loading/LoadingSpinner/LoadingSpinner.cjs.map +1 -0
- package/dist/cjs/Loading/LoadingSpinner/LoadingSpinner.module.scss.cjs +8 -0
- package/dist/cjs/Loading/LoadingSpinner/LoadingSpinner.module.scss.cjs.map +1 -0
- package/dist/cjs/Menu/Menu.cjs +56 -0
- package/dist/cjs/Menu/Menu.cjs.map +1 -0
- package/dist/cjs/Menu/subcomponents/MenuDropdown/MenuDropdown.cjs +89 -0
- package/dist/cjs/Menu/subcomponents/MenuDropdown/MenuDropdown.cjs.map +1 -0
- package/dist/cjs/Menu/subcomponents/MenuDropdown/MenuDropdown.module.scss.cjs +8 -0
- package/dist/cjs/Menu/subcomponents/MenuDropdown/MenuDropdown.module.scss.cjs.map +1 -0
- package/dist/cjs/Menu/subcomponents/MenuHeading/MenuHeading.cjs +24 -0
- package/dist/cjs/Menu/subcomponents/MenuHeading/MenuHeading.cjs.map +1 -0
- package/dist/cjs/Menu/subcomponents/MenuHeading/MenuHeading.module.scss.cjs +7 -0
- package/dist/cjs/Menu/subcomponents/MenuHeading/MenuHeading.module.scss.cjs.map +1 -0
- package/dist/cjs/Menu/subcomponents/MenuItem/MenuItem.cjs +58 -0
- package/dist/cjs/Menu/subcomponents/MenuItem/MenuItem.cjs.map +1 -0
- package/dist/cjs/Menu/subcomponents/MenuItem/MenuItem.module.scss.cjs +13 -0
- package/dist/cjs/Menu/subcomponents/MenuItem/MenuItem.module.scss.cjs.map +1 -0
- package/dist/cjs/Menu/subcomponents/MenuList/MenuList.cjs +25 -0
- package/dist/cjs/Menu/subcomponents/MenuList/MenuList.cjs.map +1 -0
- package/dist/cjs/Menu/subcomponents/MenuList/MenuList.module.scss.cjs +7 -0
- package/dist/cjs/Menu/subcomponents/MenuList/MenuList.module.scss.cjs.map +1 -0
- package/dist/cjs/Menu/subcomponents/StatelessMenu/StatelessMenu.cjs +72 -0
- package/dist/cjs/Menu/subcomponents/StatelessMenu/StatelessMenu.cjs.map +1 -0
- package/dist/cjs/Menu/subcomponents/StatelessMenu/StatelessMenu.module.scss.cjs +7 -0
- package/dist/cjs/Menu/subcomponents/StatelessMenu/StatelessMenu.module.scss.cjs.map +1 -0
- package/dist/cjs/Modal/GenericModal/GenericModal.cjs +2 -2
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.cjs +0 -2
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.cjs.map +1 -1
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.cjs +0 -2
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.cjs.map +1 -1
- package/dist/cjs/MultiSelect/subcomponents/Popover/Popover.cjs +2 -2
- package/dist/cjs/MultiSelect/subcomponents/Popover/Popover.cjs.map +1 -1
- package/dist/cjs/Pagination/Pagination.cjs +116 -0
- package/dist/cjs/Pagination/Pagination.cjs.map +1 -0
- package/dist/cjs/Pagination/Pagination.module.scss.cjs +11 -0
- package/dist/cjs/Pagination/Pagination.module.scss.cjs.map +1 -0
- package/dist/cjs/{Button → Pagination/subcomponents}/DirectionalLink/DirectionalLink.cjs +6 -6
- package/dist/cjs/Pagination/subcomponents/DirectionalLink/DirectionalLink.cjs.map +1 -0
- package/dist/cjs/{Button → Pagination/subcomponents}/PaginationLink/PaginationLink.cjs +1 -1
- package/dist/cjs/Pagination/subcomponents/PaginationLink/PaginationLink.cjs.map +1 -0
- package/dist/cjs/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.cjs +18 -0
- package/dist/cjs/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.cjs.map +1 -0
- package/dist/cjs/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.module.scss.cjs +7 -0
- package/dist/cjs/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.module.scss.cjs.map +1 -0
- package/dist/cjs/Pagination/utils/createRange.cjs +11 -0
- package/dist/cjs/Pagination/utils/createRange.cjs.map +1 -0
- package/dist/cjs/Popover/Popover.cjs +158 -0
- package/dist/cjs/Popover/Popover.cjs.map +1 -0
- package/dist/cjs/Popover/Popover.module.scss.cjs +36 -0
- package/dist/cjs/Popover/Popover.module.scss.cjs.map +1 -0
- package/dist/cjs/Popover/utils/classMappers.cjs +95 -0
- package/dist/cjs/Popover/utils/classMappers.cjs.map +1 -0
- package/dist/cjs/Radio/RadioGroup/RadioGroup.cjs +4 -4
- package/dist/cjs/Radio/RadioGroup/RadioGroup.cjs.map +1 -1
- package/dist/cjs/Select/Select.cjs +194 -0
- package/dist/cjs/Select/Select.cjs.map +1 -0
- package/dist/cjs/Select/Select.module.scss.cjs +33 -0
- package/dist/cjs/Select/Select.module.scss.cjs.map +1 -0
- package/dist/cjs/Skirt/Skirt.cjs +59 -0
- package/dist/cjs/Skirt/Skirt.cjs.map +1 -0
- package/dist/cjs/Skirt/Skirt.module.scss.cjs +11 -0
- package/dist/cjs/Skirt/Skirt.module.scss.cjs.map +1 -0
- package/dist/cjs/SplitButton/SplitButton.cjs +50 -0
- package/dist/cjs/SplitButton/SplitButton.cjs.map +1 -0
- package/dist/cjs/SplitButton/SplitButton.module.scss.cjs +7 -0
- package/dist/cjs/SplitButton/SplitButton.module.scss.cjs.map +1 -0
- package/dist/cjs/SplitButton/subcomponents/ActionButton/ActionButton.cjs +20 -0
- package/dist/cjs/SplitButton/subcomponents/ActionButton/ActionButton.cjs.map +1 -0
- package/dist/cjs/SplitButton/subcomponents/ActionButton/ActionButton.module.scss.cjs +7 -0
- package/dist/cjs/SplitButton/subcomponents/ActionButton/ActionButton.module.scss.cjs.map +1 -0
- package/dist/cjs/SplitButton/subcomponents/BaseButton/BaseButton.cjs +40 -0
- package/dist/cjs/SplitButton/subcomponents/BaseButton/BaseButton.cjs.map +1 -0
- package/dist/cjs/SplitButton/subcomponents/BaseButton/BaseButton.module.scss.cjs +9 -0
- package/dist/cjs/SplitButton/subcomponents/BaseButton/BaseButton.module.scss.cjs.map +1 -0
- package/dist/cjs/SplitButton/subcomponents/DropdownButton/DropdownButton.cjs +28 -0
- package/dist/cjs/SplitButton/subcomponents/DropdownButton/DropdownButton.cjs.map +1 -0
- package/dist/cjs/SplitButton/subcomponents/DropdownButton/DropdownButton.module.scss.cjs +7 -0
- package/dist/cjs/SplitButton/subcomponents/DropdownButton/DropdownButton.module.scss.cjs.map +1 -0
- package/dist/cjs/Table/Table.cjs +249 -0
- package/dist/cjs/Table/Table.cjs.map +1 -0
- package/dist/cjs/Table/Table.module.scss.cjs +33 -0
- package/dist/cjs/Table/Table.module.scss.cjs.map +1 -0
- package/dist/cjs/Tag/Tag.cjs +135 -0
- package/dist/cjs/Tag/Tag.cjs.map +1 -0
- package/dist/cjs/Tag/Tag.module.scss.cjs +38 -0
- package/dist/cjs/Tag/Tag.module.scss.cjs.map +1 -0
- package/dist/cjs/Tile/InformationTile/InformationTile.cjs +19 -0
- package/dist/cjs/Tile/InformationTile/InformationTile.cjs.map +1 -0
- package/dist/cjs/Tile/MultiActionTile/MultiActionTile.cjs +38 -0
- package/dist/cjs/Tile/MultiActionTile/MultiActionTile.cjs.map +1 -0
- package/dist/cjs/Tile/MultiActionTile/MultiActionTile.module.scss.cjs +7 -0
- package/dist/cjs/Tile/MultiActionTile/MultiActionTile.module.scss.cjs.map +1 -0
- package/dist/cjs/Tile/TileGrid/TileGrid.cjs +26 -0
- package/dist/cjs/Tile/TileGrid/TileGrid.cjs.map +1 -0
- package/dist/cjs/Tile/TileGrid/TileGrid.module.scss.cjs +7 -0
- package/dist/cjs/Tile/TileGrid/TileGrid.module.scss.cjs.map +1 -0
- package/dist/cjs/Tile/subcomponents/GenericTile/Action.cjs +30 -0
- package/dist/cjs/Tile/subcomponents/GenericTile/Action.cjs.map +1 -0
- package/dist/cjs/Tile/subcomponents/GenericTile/GenericTile.cjs +117 -0
- package/dist/cjs/Tile/subcomponents/GenericTile/GenericTile.cjs.map +1 -0
- package/dist/cjs/Tile/subcomponents/GenericTile/GenericTile.module.scss.cjs +23 -0
- package/dist/cjs/Tile/subcomponents/GenericTile/GenericTile.module.scss.cjs.map +1 -0
- package/dist/cjs/TimeField/TimeField.cjs +98 -0
- package/dist/cjs/TimeField/TimeField.cjs.map +1 -0
- package/dist/cjs/TimeField/TimeField.module.scss.cjs +12 -0
- package/dist/cjs/TimeField/TimeField.module.scss.cjs.map +1 -0
- package/dist/cjs/TimeField/subcomponents/TimeSegment/TimeSegment.cjs +30 -0
- package/dist/cjs/TimeField/subcomponents/TimeSegment/TimeSegment.cjs.map +1 -0
- package/dist/cjs/TimeField/subcomponents/TimeSegment/TimeSegment.module.scss.cjs +11 -0
- package/dist/cjs/TimeField/subcomponents/TimeSegment/TimeSegment.module.scss.cjs.map +1 -0
- package/dist/cjs/TimeField/subcomponents/TimeSegment/utils/generateSegmentDisplayText.cjs +7 -0
- package/dist/cjs/TimeField/subcomponents/TimeSegment/utils/generateSegmentDisplayText.cjs.map +1 -0
- package/dist/cjs/Tooltip/Tooltip.cjs +183 -0
- package/dist/cjs/Tooltip/Tooltip.cjs.map +1 -0
- package/dist/cjs/Tooltip/Tooltip.module.scss.cjs +22 -0
- package/dist/cjs/Tooltip/Tooltip.module.scss.cjs.map +1 -0
- package/dist/cjs/Tooltip/subcomponents/AppearanceAnim.cjs +75 -0
- package/dist/cjs/Tooltip/subcomponents/AppearanceAnim.cjs.map +1 -0
- package/dist/cjs/Tooltip/utils/isSemanticElement.cjs +30 -0
- package/dist/cjs/Tooltip/utils/isSemanticElement.cjs.map +1 -0
- package/dist/cjs/__future__/Tag/RemovableTag/RemovableTag.cjs +28 -0
- package/dist/cjs/__future__/Tag/RemovableTag/RemovableTag.cjs.map +1 -0
- package/dist/cjs/__future__/Tag/RemovableTag/RemovableTag.module.scss.cjs +7 -0
- package/dist/cjs/__future__/Tag/RemovableTag/RemovableTag.module.scss.cjs.map +1 -0
- package/dist/cjs/__future__/Tag/RemovableTag/subcomponents/RemoveButton.cjs +28 -0
- package/dist/cjs/__future__/Tag/RemovableTag/subcomponents/RemoveButton.cjs.map +1 -0
- package/dist/cjs/__future__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.cjs +7 -0
- package/dist/cjs/__future__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.cjs.map +1 -0
- package/dist/cjs/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.cjs +18 -0
- package/dist/cjs/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.cjs.map +1 -0
- package/dist/cjs/__future__/Tag/{Tag.cjs → Tag/Tag.cjs} +5 -3
- package/dist/cjs/__future__/Tag/Tag/Tag.cjs.map +1 -0
- package/dist/cjs/__future__/Tag/Tag/Tag.module.scss.cjs +15 -0
- package/dist/cjs/dts/BrandMoment/_docs/ExampleHeaders.d.ts +0 -1
- package/dist/cjs/dts/Button/GenericButton/GenericButton.d.ts +1 -0
- package/dist/cjs/dts/Button/IconButton/IconButton.d.ts +0 -1
- package/dist/cjs/dts/Button/index.d.ts +0 -2
- package/dist/cjs/dts/Calendar/CalendarRange/CalendarRange.d.ts +0 -1
- package/dist/cjs/dts/Calendar/CalendarSingle/CalendarSingle.d.ts +0 -1
- package/dist/cjs/dts/Calendar/LegacyCalendarRange/LegacyCalendarRange.d.ts +0 -1
- package/dist/cjs/dts/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.d.ts +0 -1
- package/dist/cjs/dts/Container/Container.d.ts +11 -0
- package/dist/cjs/dts/Container/index.d.ts +1 -0
- package/dist/cjs/dts/Content/Content.d.ts +22 -0
- package/dist/cjs/dts/Content/index.d.ts +1 -0
- package/dist/cjs/dts/DateInput/DateInputDescription/DateInputDescription.d.ts +0 -1
- package/dist/cjs/dts/Filter/_docs/controls/renderTriggerControls.d.ts +0 -1
- package/dist/cjs/dts/FilterBar/FilterBar.d.ts +0 -1
- package/dist/cjs/dts/FilterBar/context/FilterBarContext.d.ts +0 -1
- package/dist/cjs/dts/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.d.ts +0 -1
- package/dist/cjs/dts/FilterBar/subcomponents/ClearAllButton/ClearAllButton.d.ts +0 -1
- package/dist/cjs/dts/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.d.ts +0 -1
- package/dist/cjs/dts/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.d.ts +0 -1
- package/dist/cjs/dts/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.d.ts +0 -1
- package/dist/cjs/dts/FilterDatePicker/FilterDatePicker.d.ts +0 -1
- package/dist/cjs/dts/FilterDateRangePicker/FilterDateRangePicker.d.ts +0 -1
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.d.ts +0 -1
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.d.ts +0 -1
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.d.ts +0 -1
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.d.ts +0 -1
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.d.ts +0 -1
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/SearchInput/SearchInput.d.ts +0 -1
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.d.ts +0 -1
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.d.ts +0 -1
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/SelectionControlButton/SelectAllButton/SelectAllButton.d.ts +0 -1
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.d.ts +0 -1
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.d.ts +0 -1
- package/dist/cjs/dts/FilterSelect/FilterSelect.d.ts +0 -1
- package/dist/cjs/dts/Icon/AcademyIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ActionOffIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ActionOffWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ActionOnIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/AddIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/AddLinkIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/AddWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/AiIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ArchivedIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ArchivedWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ArrowBackwardIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ArrowDownIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ArrowForwardIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ArrowLeftIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ArrowRightIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ArrowUpIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/BlankIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/BoldIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/BookmarkOffIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/BookmarkOnIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/BranchingIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/BullettedListIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/CaMonogramIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/CameraIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/CautionIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/CautionWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/CheckIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ChevronDownIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ChevronLeftIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ChevronRightIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ChevronUpIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ClearIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ClearWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/CloseIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ClosedIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ClosedWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/CommentAddIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/CommentAddWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/CommentBankIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/CommentDisabledIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/CommentDisabledWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/CommentIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/CommentWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/CommunicationsIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/CompetencyLibraryIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ConfigureIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ConnectIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ConnectLineIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/CustomIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DashboardIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DateEndIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DateEndWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DateRangeIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DateRangeWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DateStartIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DateStartWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DecreaseIndentIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DeltaBareIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DeltaBareWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DeltaFlatIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DeltaIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DeltaNegativeIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DeltaPositiveIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DeltaWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DemographicsIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DepartmentIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DraftIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DraftWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DragIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/DuplicateIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/EditIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/EffectivenessIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/EllipsisIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/EmailIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/EmptyIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/EmptyWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/EndIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/EngagementIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/EngagementWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/EqualIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/EqualWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ExclamationIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ExclamationOctagonIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ExclamationOctagonWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ExclamationWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ExperienceIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ExportIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ExportWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ExternalLinkIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FaceDissatisfiedIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FaceDissatisfiedWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FaceNeutralIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FaceNeutralWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FaceSatisfiedIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FaceSatisfiedWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FaceVeryDissatisfiedIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FaceVeryDissatisfiedWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FaceVerySatisfiedIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FaceVerySatisfiedWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FactorsIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FavoriteOffIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FavoriteOnIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FeedbackClassifyIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FeedbackClassifyWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FeedbackCompletedIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FeedbackCompletedWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FeedbackReportIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FeedbackReportWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FeedbackReviewIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FeedbackReviewWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FeedbackShareIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FeedbackShareWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FileIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FileWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FilterIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FlagOffIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FlagOffWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FlagOnIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/FullIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/GridViewIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/GuidanceIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/HamburgerIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/HeatmapIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/HeatmapWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/HierarchyIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/HomeIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ImportIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ImportWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/IncreaseIndentIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/IndicatorActiveIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/IndicatorInactiveIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/InformationIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/InformationWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/InsightIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/InsightsIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/InvisibleIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ItalicsIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/KebabIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/KioskIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/KioskWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/LaunchIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/LaunchWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/LeaderboardIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ListViewIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/LiveIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/LockIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/LockWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/LogOutIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/MaximizeIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/MeatballsIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/MinimizeIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/MinusIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/NavigatorIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/NotificationIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/NumberedListIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/NumberedListRtlIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/OpenIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/OpenWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/OrganizationIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ParticipationIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ParticipationWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/PauseIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/PauseWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/PercentageIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/PermissionsIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/PersonIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/PhotoUploadIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/PowerIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/PrintIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/PrintWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ProcessManagerIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/PromotionIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/PromotionWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/QuestionIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/QuestionWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/QuestionsIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/RedoIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/RefreshIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/RemoveLinkIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/RepeatsIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ReportIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ReportSharingIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/RestoreIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SaveIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SearchIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SearchWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SecurityTipIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SendIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SendRtlIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SettingsIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SettingsWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ShareIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SkipIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SkipWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SortAscendingIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SortDescendingIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SpinnerIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/StarOffIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/StarOnIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/StartIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SubtractIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SubtractWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SuccessIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SuccessWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SupportIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SurveysIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SurveysWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/SyncIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/TagIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/TasksIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/TasksWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/TemplateIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/TemplateWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/TextAnalyticsIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/TextAnalyticsWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ThumbsDownIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ThumbsUpIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/TimeIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/TimeWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/TranslationIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/TrashIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/UnattributedIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/UnattributedWhiteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/UnderlineIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/UndoIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/UserAddIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/UserDeleteIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/UserExitIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/UserIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/UserSelectIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/UserSettingsIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/UserUpdateIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/UsersIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/VisibleIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/WritingIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ZoomInIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/ZoomOutIcon.d.ts +0 -1
- package/dist/cjs/dts/Icon/bin/Template.d.ts +0 -1
- package/dist/cjs/dts/Illustration/Spot/Spot.d.ts +165 -0
- package/dist/cjs/dts/Illustration/Spot/index.d.ts +1 -0
- package/dist/cjs/dts/Illustration/index.d.ts +1 -0
- package/dist/cjs/dts/Illustration/subcomponents/Base/Base.d.ts +22 -0
- package/dist/cjs/dts/Illustration/subcomponents/Base/index.d.ts +1 -0
- package/dist/cjs/dts/KaizenProvider/KaizenProvider.d.ts +2 -4
- package/dist/cjs/dts/KaizenProvider/index.d.ts +0 -1
- package/dist/cjs/dts/KaizenProvider/subcomponents/FontDefinitions/FontDefinitions.d.ts +1 -0
- package/dist/cjs/dts/KaizenProvider/subcomponents/FontDefinitions/index.d.ts +1 -0
- package/dist/cjs/dts/Loading/LoadingGraphic/LoadingGraphic.d.ts +16 -0
- package/dist/cjs/dts/Loading/LoadingGraphic/index.d.ts +1 -0
- package/dist/cjs/dts/Loading/LoadingHeading/LoadingHeading.d.ts +21 -0
- package/dist/cjs/dts/Loading/LoadingHeading/index.d.ts +1 -0
- package/dist/cjs/dts/Loading/LoadingInput/LoadingInput.d.ts +22 -0
- package/dist/cjs/dts/Loading/LoadingInput/index.d.ts +1 -0
- package/dist/cjs/dts/Loading/LoadingParagraph/LoadingParagraph.d.ts +23 -0
- package/dist/cjs/dts/Loading/LoadingParagraph/index.d.ts +1 -0
- package/dist/cjs/dts/Loading/LoadingSpinner/LoadingSpinner.d.ts +17 -0
- package/dist/cjs/dts/Loading/LoadingSpinner/index.d.ts +1 -0
- package/dist/cjs/dts/Loading/index.d.ts +5 -0
- package/dist/cjs/dts/Menu/Menu.d.ts +28 -0
- package/dist/cjs/dts/Menu/_docs/MenuContentExample.d.ts +8 -0
- package/dist/cjs/dts/Menu/_docs/examples.d.ts +11 -0
- package/dist/cjs/dts/Menu/index.d.ts +5 -0
- package/dist/cjs/dts/Menu/subcomponents/MenuDropdown/MenuDropdown.d.ts +20 -0
- package/dist/cjs/dts/Menu/subcomponents/MenuDropdown/index.d.ts +1 -0
- package/dist/cjs/dts/Menu/subcomponents/MenuHeading/MenuHeading.d.ts +9 -0
- package/dist/cjs/dts/Menu/subcomponents/MenuHeading/index.d.ts +1 -0
- package/dist/cjs/dts/Menu/subcomponents/MenuItem/MenuItem.d.ts +25 -0
- package/dist/cjs/dts/Menu/subcomponents/MenuItem/index.d.ts +1 -0
- package/dist/cjs/dts/Menu/subcomponents/MenuList/MenuList.d.ts +10 -0
- package/dist/cjs/dts/Menu/subcomponents/MenuList/index.d.ts +1 -0
- package/dist/cjs/dts/Menu/subcomponents/StatelessMenu/StatelessMenu.d.ts +52 -0
- package/dist/cjs/dts/Menu/subcomponents/StatelessMenu/index.d.ts +1 -0
- package/dist/cjs/dts/Notification/subcomponents/NotificationHeading/NotificationHeading.d.ts +0 -1
- package/dist/cjs/dts/Notification/subcomponents/NotificationIcon/NotificationIcon.d.ts +0 -1
- package/dist/cjs/dts/Pagination/Pagination.d.ts +15 -0
- package/dist/cjs/dts/Pagination/index.d.ts +3 -0
- package/dist/cjs/dts/{Button → Pagination/subcomponents}/DirectionalLink/DirectionalLink.d.ts +1 -2
- package/dist/{esm/dts/Button → cjs/dts/Pagination/subcomponents}/PaginationLink/PaginationLink.d.ts +1 -2
- package/dist/cjs/dts/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.d.ts +1 -0
- package/dist/cjs/dts/Pagination/subcomponents/TruncateIndicator/index.d.ts +1 -0
- package/dist/cjs/dts/Pagination/utils/createRange.d.ts +1 -0
- package/dist/cjs/dts/Popover/Popover.d.ts +49 -0
- package/dist/cjs/dts/Popover/index.d.ts +1 -0
- package/dist/cjs/dts/Popover/types.d.ts +4 -0
- package/dist/cjs/dts/Popover/utils/classMappers.d.ts +7 -0
- package/dist/cjs/dts/Radio/RadioGroup/RadioGroup.d.ts +2 -2
- package/dist/cjs/dts/SearchField/SearchField.d.ts +0 -1
- package/dist/cjs/dts/Select/Select.d.ts +151 -0
- package/dist/cjs/dts/Select/index.d.ts +2 -0
- package/dist/cjs/dts/Skirt/Skirt.d.ts +13 -0
- package/dist/cjs/dts/Skirt/index.d.ts +1 -0
- package/dist/cjs/dts/Skirt/subcomponents/SkirtCard/SkirtCard.d.ts +6 -0
- package/dist/cjs/dts/Skirt/subcomponents/SkirtCard/index.d.ts +1 -0
- package/dist/cjs/dts/SplitButton/SplitButton.d.ts +45 -0
- package/dist/cjs/dts/SplitButton/index.d.ts +1 -0
- package/dist/cjs/dts/SplitButton/subcomponents/ActionButton/ActionButton.d.ts +6 -0
- package/dist/cjs/dts/SplitButton/subcomponents/ActionButton/index.d.ts +1 -0
- package/dist/cjs/dts/SplitButton/subcomponents/BaseButton/BaseButton.d.ts +15 -0
- package/dist/cjs/dts/SplitButton/subcomponents/BaseButton/index.d.ts +1 -0
- package/dist/cjs/dts/SplitButton/subcomponents/DropdownButton/DropdownButton.d.ts +6 -0
- package/dist/cjs/dts/SplitButton/subcomponents/DropdownButton/index.d.ts +1 -0
- package/dist/cjs/dts/Table/Table.d.ts +100 -0
- package/dist/cjs/dts/Table/index.d.ts +1 -0
- package/dist/cjs/dts/Tile/InformationTile/InformationTile.d.ts +10 -0
- package/dist/cjs/dts/Tile/InformationTile/index.d.ts +1 -0
- package/dist/cjs/dts/Tile/MultiActionTile/MultiActionTile.d.ts +13 -0
- package/dist/cjs/dts/Tile/MultiActionTile/index.d.ts +1 -0
- package/dist/cjs/dts/Tile/TileGrid/TileGrid.d.ts +18 -0
- package/dist/cjs/dts/Tile/TileGrid/index.d.ts +1 -0
- package/dist/cjs/dts/Tile/index.d.ts +3 -0
- package/dist/cjs/dts/Tile/subcomponents/GenericTile/Action.d.ts +8 -0
- package/dist/cjs/dts/Tile/subcomponents/GenericTile/GenericTile.d.ts +34 -0
- package/dist/cjs/dts/Tile/subcomponents/GenericTile/index.d.ts +1 -0
- package/dist/cjs/dts/Tile/subcomponents/GenericTile/types.d.ts +2 -0
- package/dist/cjs/dts/TimeField/TimeField.d.ts +25 -0
- package/dist/cjs/dts/TimeField/index.d.ts +1 -0
- package/dist/cjs/dts/TimeField/subcomponents/TimeSegment/TimeSegment.d.ts +9 -0
- package/dist/cjs/dts/TimeField/subcomponents/TimeSegment/index.d.ts +1 -0
- package/dist/cjs/dts/TimeField/subcomponents/TimeSegment/utils/generateSegmentDisplayText.d.ts +2 -0
- package/dist/cjs/dts/TimeField/types.d.ts +15 -0
- package/dist/cjs/dts/TitleBlockZen/TitleBlockZen.d.ts +9 -0
- package/dist/cjs/dts/TitleBlockZen/index.d.ts +2 -0
- package/dist/cjs/dts/TitleBlockZen/subcomponents/MainActions.d.ts +14 -0
- package/dist/cjs/dts/TitleBlockZen/subcomponents/MobileActions.d.ts +14 -0
- package/dist/cjs/dts/TitleBlockZen/subcomponents/NavigationTabs.d.ts +24 -0
- package/dist/cjs/dts/TitleBlockZen/subcomponents/SecondaryActions.d.ts +11 -0
- package/dist/cjs/dts/TitleBlockZen/subcomponents/TitleBlockMenuItem.d.ts +9 -0
- package/dist/cjs/dts/TitleBlockZen/subcomponents/Toolbar.d.ts +16 -0
- package/dist/cjs/dts/TitleBlockZen/types.d.ts +148 -0
- package/dist/cjs/dts/TitleBlockZen/utils.d.ts +8 -0
- package/dist/cjs/dts/Tooltip/Tooltip.d.ts +42 -0
- package/dist/cjs/dts/Tooltip/index.d.ts +1 -0
- package/dist/cjs/dts/Tooltip/subcomponents/AppearanceAnim.d.ts +19 -0
- package/dist/cjs/dts/Tooltip/utils/isSemanticElement.d.ts +6 -0
- package/dist/cjs/dts/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.d.ts +0 -1
- package/dist/cjs/dts/Workflow/subcomponents/Header/Header.d.ts +0 -1
- package/dist/cjs/dts/__future__/Select/subcomponents/ListBoxSection/ListBoxSection.d.ts +0 -1
- package/dist/cjs/dts/__future__/Select/subcomponents/ListItem/ListItem.d.ts +0 -1
- package/dist/cjs/dts/__future__/Select/subcomponents/ListItems/ListItems.d.ts +0 -1
- package/dist/cjs/dts/__future__/Select/subcomponents/SectionDivider/SectionDivider.d.ts +0 -1
- package/dist/cjs/dts/__future__/Tag/RemovableTag/RemovableTag.d.ts +9 -0
- package/dist/cjs/dts/__future__/Tag/RemovableTag/index.d.ts +1 -0
- package/dist/cjs/dts/__future__/Tag/RemovableTag/subcomponents/RemoveButton.d.ts +11 -0
- package/dist/cjs/dts/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.d.ts +2 -0
- package/dist/{esm/dts/__future__ → cjs/dts/__future__/Tag}/Tag/Tag.d.ts +2 -2
- package/dist/cjs/dts/__future__/Tag/Tag/index.d.ts +1 -0
- package/dist/cjs/dts/__future__/Tag/index.d.ts +1 -0
- package/dist/cjs/dts/__future__/Workflow/subcomponents/Footer/Footer.d.ts +0 -1
- package/dist/cjs/dts/__future__/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.d.ts +0 -1
- package/dist/cjs/dts/__future__/Workflow/subcomponents/Header/Header.d.ts +0 -1
- package/dist/cjs/dts/index.d.ts +15 -1
- package/dist/cjs/dts/utils/AppearanceAnim.d.ts +16 -0
- package/dist/cjs/dts/utils/useResizeObserver.d.ts +21 -0
- package/dist/cjs/future.cjs +3 -1
- package/dist/cjs/future.cjs.map +1 -1
- package/dist/cjs/index.cjs +191 -14
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.css +45 -13
- package/dist/cjs/utils/useMediaQueries.cjs +11 -8
- package/dist/cjs/utils/useMediaQueries.cjs.map +1 -1
- package/dist/cjs/utils/useResizeObserver.cjs +58 -0
- package/dist/cjs/utils/useResizeObserver.cjs.map +1 -0
- package/dist/esm/BrandMoment/BrandMoment.mjs +0 -2
- package/dist/esm/BrandMoment/BrandMoment.mjs.map +1 -1
- package/dist/esm/Button/GenericButton/GenericButton.mjs.map +1 -1
- package/dist/esm/Collapsible/Collapsible/Collapsible.mjs +0 -2
- package/dist/esm/Collapsible/Collapsible/Collapsible.mjs.map +1 -1
- package/dist/esm/Container/Container.mjs +26 -0
- package/dist/esm/Container/Container.mjs.map +1 -0
- package/dist/esm/Container/Container.module.scss.mjs +5 -0
- package/dist/esm/Container/Container.module.scss.mjs.map +1 -0
- package/dist/esm/Content/Content.mjs +26 -0
- package/dist/esm/Content/Content.mjs.map +1 -0
- package/dist/esm/Content/Content.module.scss.mjs +5 -0
- package/dist/esm/Content/Content.module.scss.mjs.map +1 -0
- package/dist/esm/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.mjs +5 -3
- package/dist/esm/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.mjs.map +1 -1
- package/dist/esm/FilterBar/subcomponents/ClearAllButton/ClearAllButton.mjs +0 -2
- package/dist/esm/FilterBar/subcomponents/ClearAllButton/ClearAllButton.mjs.map +1 -1
- package/dist/esm/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.mjs +0 -2
- package/dist/esm/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.mjs.map +1 -1
- package/dist/esm/Illustration/Spot/Spot.mjs +311 -0
- package/dist/esm/Illustration/Spot/Spot.mjs.map +1 -0
- package/dist/esm/Illustration/subcomponents/Base/Base.mjs +31 -0
- package/dist/esm/Illustration/subcomponents/Base/Base.mjs.map +1 -0
- package/dist/esm/Illustration/subcomponents/Base/Base.module.scss.mjs +12 -0
- package/dist/esm/Illustration/subcomponents/Base/Base.module.scss.mjs.map +1 -0
- package/dist/esm/Input/InputSearch/InputSearch.mjs +1 -1
- package/dist/esm/Input/InputSearch/InputSearch.mjs.map +1 -1
- package/dist/esm/KaizenProvider/KaizenProvider.mjs +3 -6
- package/dist/esm/KaizenProvider/KaizenProvider.mjs.map +1 -1
- package/dist/esm/KaizenProvider/subcomponents/FontDefinitions/FontDefinitions.mjs +36 -0
- package/dist/esm/KaizenProvider/subcomponents/FontDefinitions/FontDefinitions.mjs.map +1 -0
- package/dist/esm/KaizenProvider/subcomponents/OptionalIntlProvider/OptionalIntlProvider.mjs.map +1 -0
- package/dist/esm/Loading/LoadingGraphic/LoadingGraphic.mjs +30 -0
- package/dist/esm/Loading/LoadingGraphic/LoadingGraphic.mjs.map +1 -0
- package/dist/esm/Loading/LoadingGraphic/LoadingGraphic.module.scss.mjs +8 -0
- package/dist/esm/Loading/LoadingGraphic/LoadingGraphic.module.scss.mjs.map +1 -0
- package/dist/esm/Loading/LoadingHeading/LoadingHeading.mjs +30 -0
- package/dist/esm/Loading/LoadingHeading/LoadingHeading.mjs.map +1 -0
- package/dist/esm/Loading/LoadingHeading/LoadingHeading.module.scss.mjs +16 -0
- package/dist/esm/Loading/LoadingHeading/LoadingHeading.module.scss.mjs.map +1 -0
- package/dist/esm/Loading/LoadingInput/LoadingInput.mjs +31 -0
- package/dist/esm/Loading/LoadingInput/LoadingInput.mjs.map +1 -0
- package/dist/esm/Loading/LoadingInput/LoadingInput.module.scss.mjs +8 -0
- package/dist/esm/Loading/LoadingInput/LoadingInput.module.scss.mjs.map +1 -0
- package/dist/esm/Loading/LoadingParagraph/LoadingParagraph.mjs +33 -0
- package/dist/esm/Loading/LoadingParagraph/LoadingParagraph.mjs.map +1 -0
- package/dist/esm/Loading/LoadingParagraph/LoadingParagraph.module.scss.mjs +13 -0
- package/dist/esm/Loading/LoadingParagraph/LoadingParagraph.module.scss.mjs.map +1 -0
- package/dist/esm/Loading/LoadingSpinner/LoadingSpinner.mjs +67 -0
- package/dist/esm/Loading/LoadingSpinner/LoadingSpinner.mjs.map +1 -0
- package/dist/esm/Loading/LoadingSpinner/LoadingSpinner.module.scss.mjs +6 -0
- package/dist/esm/Loading/LoadingSpinner/LoadingSpinner.module.scss.mjs.map +1 -0
- package/dist/esm/Menu/Menu.mjs +54 -0
- package/dist/esm/Menu/Menu.mjs.map +1 -0
- package/dist/esm/Menu/subcomponents/MenuDropdown/MenuDropdown.mjs +88 -0
- package/dist/esm/Menu/subcomponents/MenuDropdown/MenuDropdown.mjs.map +1 -0
- package/dist/esm/Menu/subcomponents/MenuDropdown/MenuDropdown.module.scss.mjs +6 -0
- package/dist/esm/Menu/subcomponents/MenuDropdown/MenuDropdown.module.scss.mjs.map +1 -0
- package/dist/esm/Menu/subcomponents/MenuHeading/MenuHeading.mjs +22 -0
- package/dist/esm/Menu/subcomponents/MenuHeading/MenuHeading.mjs.map +1 -0
- package/dist/esm/Menu/subcomponents/MenuHeading/MenuHeading.module.scss.mjs +5 -0
- package/dist/esm/Menu/subcomponents/MenuHeading/MenuHeading.module.scss.mjs.map +1 -0
- package/dist/esm/Menu/subcomponents/MenuItem/MenuItem.mjs +56 -0
- package/dist/esm/Menu/subcomponents/MenuItem/MenuItem.mjs.map +1 -0
- package/dist/esm/Menu/subcomponents/MenuItem/MenuItem.module.scss.mjs +11 -0
- package/dist/esm/Menu/subcomponents/MenuItem/MenuItem.module.scss.mjs.map +1 -0
- package/dist/esm/Menu/subcomponents/MenuList/MenuList.mjs +23 -0
- package/dist/esm/Menu/subcomponents/MenuList/MenuList.mjs.map +1 -0
- package/dist/esm/Menu/subcomponents/MenuList/MenuList.module.scss.mjs +5 -0
- package/dist/esm/Menu/subcomponents/MenuList/MenuList.module.scss.mjs.map +1 -0
- package/dist/esm/Menu/subcomponents/StatelessMenu/StatelessMenu.mjs +71 -0
- package/dist/esm/Menu/subcomponents/StatelessMenu/StatelessMenu.mjs.map +1 -0
- package/dist/esm/Menu/subcomponents/StatelessMenu/StatelessMenu.module.scss.mjs +5 -0
- package/dist/esm/Menu/subcomponents/StatelessMenu/StatelessMenu.module.scss.mjs.map +1 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.mjs +0 -2
- package/dist/esm/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.mjs.map +1 -1
- package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.mjs +0 -2
- package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.mjs.map +1 -1
- package/dist/esm/Pagination/Pagination.mjs +114 -0
- package/dist/esm/Pagination/Pagination.mjs.map +1 -0
- package/dist/esm/Pagination/Pagination.module.scss.mjs +9 -0
- package/dist/esm/Pagination/Pagination.module.scss.mjs.map +1 -0
- package/dist/esm/{Button → Pagination/subcomponents}/DirectionalLink/DirectionalLink.mjs +6 -6
- package/dist/esm/Pagination/subcomponents/DirectionalLink/DirectionalLink.mjs.map +1 -0
- package/dist/esm/{Button → Pagination/subcomponents}/PaginationLink/PaginationLink.mjs +1 -1
- package/dist/esm/Pagination/subcomponents/PaginationLink/PaginationLink.mjs.map +1 -0
- package/dist/esm/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.mjs +16 -0
- package/dist/esm/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.mjs.map +1 -0
- package/dist/esm/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.module.scss.mjs +5 -0
- package/dist/esm/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.module.scss.mjs.map +1 -0
- package/dist/esm/Pagination/utils/createRange.mjs +9 -0
- package/dist/esm/Pagination/utils/createRange.mjs.map +1 -0
- package/dist/esm/Popover/Popover.mjs +155 -0
- package/dist/esm/Popover/Popover.mjs.map +1 -0
- package/dist/esm/Popover/Popover.module.scss.mjs +34 -0
- package/dist/esm/Popover/Popover.module.scss.mjs.map +1 -0
- package/dist/esm/Popover/utils/classMappers.mjs +88 -0
- package/dist/esm/Popover/utils/classMappers.mjs.map +1 -0
- package/dist/esm/Radio/RadioGroup/RadioGroup.mjs +4 -4
- package/dist/esm/Radio/RadioGroup/RadioGroup.mjs.map +1 -1
- package/dist/esm/Select/Select.mjs +191 -0
- package/dist/esm/Select/Select.mjs.map +1 -0
- package/dist/esm/Select/Select.module.scss.mjs +31 -0
- package/dist/esm/Select/Select.module.scss.mjs.map +1 -0
- package/dist/esm/Skirt/Skirt.mjs +57 -0
- package/dist/esm/Skirt/Skirt.mjs.map +1 -0
- package/dist/esm/Skirt/Skirt.module.scss.mjs +9 -0
- package/dist/esm/Skirt/Skirt.module.scss.mjs.map +1 -0
- package/dist/esm/SplitButton/SplitButton.mjs +48 -0
- package/dist/esm/SplitButton/SplitButton.mjs.map +1 -0
- package/dist/esm/SplitButton/SplitButton.module.scss.mjs +5 -0
- package/dist/esm/SplitButton/SplitButton.module.scss.mjs.map +1 -0
- package/dist/esm/SplitButton/subcomponents/ActionButton/ActionButton.mjs +18 -0
- package/dist/esm/SplitButton/subcomponents/ActionButton/ActionButton.mjs.map +1 -0
- package/dist/esm/SplitButton/subcomponents/ActionButton/ActionButton.module.scss.mjs +5 -0
- package/dist/esm/SplitButton/subcomponents/ActionButton/ActionButton.module.scss.mjs.map +1 -0
- package/dist/esm/SplitButton/subcomponents/BaseButton/BaseButton.mjs +38 -0
- package/dist/esm/SplitButton/subcomponents/BaseButton/BaseButton.mjs.map +1 -0
- package/dist/esm/SplitButton/subcomponents/BaseButton/BaseButton.module.scss.mjs +7 -0
- package/dist/esm/SplitButton/subcomponents/BaseButton/BaseButton.module.scss.mjs.map +1 -0
- package/dist/esm/SplitButton/subcomponents/DropdownButton/DropdownButton.mjs +26 -0
- package/dist/esm/SplitButton/subcomponents/DropdownButton/DropdownButton.mjs.map +1 -0
- package/dist/esm/SplitButton/subcomponents/DropdownButton/DropdownButton.module.scss.mjs +5 -0
- package/dist/esm/SplitButton/subcomponents/DropdownButton/DropdownButton.module.scss.mjs.map +1 -0
- package/dist/esm/Table/Table.mjs +244 -0
- package/dist/esm/Table/Table.mjs.map +1 -0
- package/dist/esm/Table/Table.module.scss.mjs +31 -0
- package/dist/esm/Table/Table.module.scss.mjs.map +1 -0
- package/dist/esm/Tag/Tag.mjs +133 -0
- package/dist/esm/Tag/Tag.mjs.map +1 -0
- package/dist/esm/Tag/Tag.module.scss.mjs +36 -0
- package/dist/esm/Tag/Tag.module.scss.mjs.map +1 -0
- package/dist/esm/Tile/InformationTile/InformationTile.mjs +17 -0
- package/dist/esm/Tile/InformationTile/InformationTile.mjs.map +1 -0
- package/dist/esm/Tile/MultiActionTile/MultiActionTile.mjs +36 -0
- package/dist/esm/Tile/MultiActionTile/MultiActionTile.mjs.map +1 -0
- package/dist/esm/Tile/MultiActionTile/MultiActionTile.module.scss.mjs +5 -0
- package/dist/esm/Tile/MultiActionTile/MultiActionTile.module.scss.mjs.map +1 -0
- package/dist/esm/Tile/TileGrid/TileGrid.mjs +24 -0
- package/dist/esm/Tile/TileGrid/TileGrid.mjs.map +1 -0
- package/dist/esm/Tile/TileGrid/TileGrid.module.scss.mjs +5 -0
- package/dist/esm/Tile/TileGrid/TileGrid.module.scss.mjs.map +1 -0
- package/dist/esm/Tile/subcomponents/GenericTile/Action.mjs +28 -0
- package/dist/esm/Tile/subcomponents/GenericTile/Action.mjs.map +1 -0
- package/dist/esm/Tile/subcomponents/GenericTile/GenericTile.mjs +115 -0
- package/dist/esm/Tile/subcomponents/GenericTile/GenericTile.mjs.map +1 -0
- package/dist/esm/Tile/subcomponents/GenericTile/GenericTile.module.scss.mjs +21 -0
- package/dist/esm/Tile/subcomponents/GenericTile/GenericTile.module.scss.mjs.map +1 -0
- package/dist/esm/TimeField/TimeField.mjs +96 -0
- package/dist/esm/TimeField/TimeField.mjs.map +1 -0
- package/dist/esm/TimeField/TimeField.module.scss.mjs +10 -0
- package/dist/esm/TimeField/TimeField.module.scss.mjs.map +1 -0
- package/dist/esm/TimeField/subcomponents/TimeSegment/TimeSegment.mjs +28 -0
- package/dist/esm/TimeField/subcomponents/TimeSegment/TimeSegment.mjs.map +1 -0
- package/dist/esm/TimeField/subcomponents/TimeSegment/TimeSegment.module.scss.mjs +9 -0
- package/dist/esm/TimeField/subcomponents/TimeSegment/TimeSegment.module.scss.mjs.map +1 -0
- package/dist/esm/TimeField/subcomponents/TimeSegment/utils/generateSegmentDisplayText.mjs +5 -0
- package/dist/esm/TimeField/subcomponents/TimeSegment/utils/generateSegmentDisplayText.mjs.map +1 -0
- package/dist/esm/Tooltip/Tooltip.mjs +181 -0
- package/dist/esm/Tooltip/Tooltip.mjs.map +1 -0
- package/dist/esm/Tooltip/Tooltip.module.scss.mjs +20 -0
- package/dist/esm/Tooltip/Tooltip.module.scss.mjs.map +1 -0
- package/dist/esm/Tooltip/subcomponents/AppearanceAnim.mjs +71 -0
- package/dist/esm/Tooltip/subcomponents/AppearanceAnim.mjs.map +1 -0
- package/dist/esm/Tooltip/utils/isSemanticElement.mjs +27 -0
- package/dist/esm/Tooltip/utils/isSemanticElement.mjs.map +1 -0
- package/dist/esm/__future__/Tag/RemovableTag/RemovableTag.mjs +26 -0
- package/dist/esm/__future__/Tag/RemovableTag/RemovableTag.mjs.map +1 -0
- package/dist/esm/__future__/Tag/RemovableTag/RemovableTag.module.scss.mjs +5 -0
- package/dist/esm/__future__/Tag/RemovableTag/RemovableTag.module.scss.mjs.map +1 -0
- package/dist/esm/__future__/Tag/RemovableTag/subcomponents/RemoveButton.mjs +26 -0
- package/dist/esm/__future__/Tag/RemovableTag/subcomponents/RemoveButton.mjs.map +1 -0
- package/dist/esm/__future__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.mjs +5 -0
- package/dist/esm/__future__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.mjs.map +1 -0
- package/dist/esm/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.mjs +16 -0
- package/dist/esm/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.mjs.map +1 -0
- package/dist/esm/__future__/Tag/{Tag.mjs → Tag/Tag.mjs} +5 -3
- package/dist/esm/__future__/Tag/Tag/Tag.mjs.map +1 -0
- package/dist/esm/__future__/Tag/Tag/Tag.module.scss.mjs +13 -0
- package/dist/esm/dts/BrandMoment/_docs/ExampleHeaders.d.ts +0 -1
- package/dist/esm/dts/Button/GenericButton/GenericButton.d.ts +1 -0
- package/dist/esm/dts/Button/IconButton/IconButton.d.ts +0 -1
- package/dist/esm/dts/Button/index.d.ts +0 -2
- package/dist/esm/dts/Calendar/CalendarRange/CalendarRange.d.ts +0 -1
- package/dist/esm/dts/Calendar/CalendarSingle/CalendarSingle.d.ts +0 -1
- package/dist/esm/dts/Calendar/LegacyCalendarRange/LegacyCalendarRange.d.ts +0 -1
- package/dist/esm/dts/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.d.ts +0 -1
- package/dist/esm/dts/Container/Container.d.ts +11 -0
- package/dist/esm/dts/Container/index.d.ts +1 -0
- package/dist/esm/dts/Content/Content.d.ts +22 -0
- package/dist/esm/dts/Content/index.d.ts +1 -0
- package/dist/esm/dts/DateInput/DateInputDescription/DateInputDescription.d.ts +0 -1
- package/dist/esm/dts/Filter/_docs/controls/renderTriggerControls.d.ts +0 -1
- package/dist/esm/dts/FilterBar/FilterBar.d.ts +0 -1
- package/dist/esm/dts/FilterBar/context/FilterBarContext.d.ts +0 -1
- package/dist/esm/dts/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.d.ts +0 -1
- package/dist/esm/dts/FilterBar/subcomponents/ClearAllButton/ClearAllButton.d.ts +0 -1
- package/dist/esm/dts/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.d.ts +0 -1
- package/dist/esm/dts/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.d.ts +0 -1
- package/dist/esm/dts/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.d.ts +0 -1
- package/dist/esm/dts/FilterDatePicker/FilterDatePicker.d.ts +0 -1
- package/dist/esm/dts/FilterDateRangePicker/FilterDateRangePicker.d.ts +0 -1
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.d.ts +0 -1
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.d.ts +0 -1
- package/dist/esm/dts/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.d.ts +0 -1
- package/dist/esm/dts/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.d.ts +0 -1
- package/dist/esm/dts/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.d.ts +0 -1
- package/dist/esm/dts/FilterMultiSelect/subcomponents/SearchInput/SearchInput.d.ts +0 -1
- package/dist/esm/dts/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.d.ts +0 -1
- package/dist/esm/dts/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.d.ts +0 -1
- package/dist/esm/dts/FilterMultiSelect/subcomponents/SelectionControlButton/SelectAllButton/SelectAllButton.d.ts +0 -1
- package/dist/esm/dts/FilterMultiSelect/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.d.ts +0 -1
- package/dist/esm/dts/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.d.ts +0 -1
- package/dist/esm/dts/FilterSelect/FilterSelect.d.ts +0 -1
- package/dist/esm/dts/Icon/AcademyIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ActionOffIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ActionOffWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ActionOnIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/AddIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/AddLinkIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/AddWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/AiIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ArchivedIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ArchivedWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ArrowBackwardIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ArrowDownIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ArrowForwardIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ArrowLeftIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ArrowRightIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ArrowUpIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/BlankIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/BoldIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/BookmarkOffIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/BookmarkOnIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/BranchingIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/BullettedListIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/CaMonogramIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/CameraIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/CautionIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/CautionWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/CheckIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ChevronDownIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ChevronLeftIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ChevronRightIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ChevronUpIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ClearIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ClearWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/CloseIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ClosedIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ClosedWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/CommentAddIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/CommentAddWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/CommentBankIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/CommentDisabledIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/CommentDisabledWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/CommentIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/CommentWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/CommunicationsIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/CompetencyLibraryIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ConfigureIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ConnectIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ConnectLineIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/CustomIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DashboardIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DateEndIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DateEndWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DateRangeIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DateRangeWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DateStartIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DateStartWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DecreaseIndentIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DeltaBareIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DeltaBareWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DeltaFlatIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DeltaIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DeltaNegativeIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DeltaPositiveIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DeltaWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DemographicsIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DepartmentIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DraftIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DraftWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DragIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/DuplicateIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/EditIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/EffectivenessIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/EllipsisIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/EmailIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/EmptyIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/EmptyWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/EndIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/EngagementIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/EngagementWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/EqualIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/EqualWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ExclamationIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ExclamationOctagonIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ExclamationOctagonWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ExclamationWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ExperienceIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ExportIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ExportWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ExternalLinkIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FaceDissatisfiedIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FaceDissatisfiedWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FaceNeutralIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FaceNeutralWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FaceSatisfiedIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FaceSatisfiedWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FaceVeryDissatisfiedIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FaceVeryDissatisfiedWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FaceVerySatisfiedIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FaceVerySatisfiedWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FactorsIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FavoriteOffIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FavoriteOnIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FeedbackClassifyIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FeedbackClassifyWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FeedbackCompletedIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FeedbackCompletedWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FeedbackReportIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FeedbackReportWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FeedbackReviewIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FeedbackReviewWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FeedbackShareIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FeedbackShareWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FileIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FileWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FilterIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FlagOffIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FlagOffWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FlagOnIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/FullIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/GridViewIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/GuidanceIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/HamburgerIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/HeatmapIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/HeatmapWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/HierarchyIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/HomeIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ImportIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ImportWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/IncreaseIndentIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/IndicatorActiveIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/IndicatorInactiveIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/InformationIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/InformationWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/InsightIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/InsightsIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/InvisibleIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ItalicsIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/KebabIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/KioskIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/KioskWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/LaunchIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/LaunchWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/LeaderboardIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ListViewIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/LiveIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/LockIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/LockWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/LogOutIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/MaximizeIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/MeatballsIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/MinimizeIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/MinusIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/NavigatorIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/NotificationIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/NumberedListIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/NumberedListRtlIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/OpenIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/OpenWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/OrganizationIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ParticipationIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ParticipationWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/PauseIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/PauseWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/PercentageIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/PermissionsIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/PersonIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/PhotoUploadIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/PowerIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/PrintIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/PrintWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ProcessManagerIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/PromotionIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/PromotionWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/QuestionIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/QuestionWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/QuestionsIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/RedoIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/RefreshIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/RemoveLinkIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/RepeatsIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ReportIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ReportSharingIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/RestoreIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SaveIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SearchIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SearchWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SecurityTipIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SendIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SendRtlIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SettingsIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SettingsWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ShareIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SkipIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SkipWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SortAscendingIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SortDescendingIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SpinnerIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/StarOffIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/StarOnIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/StartIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SubtractIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SubtractWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SuccessIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SuccessWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SupportIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SurveysIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SurveysWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/SyncIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/TagIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/TasksIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/TasksWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/TemplateIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/TemplateWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/TextAnalyticsIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/TextAnalyticsWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ThumbsDownIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ThumbsUpIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/TimeIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/TimeWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/TranslationIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/TrashIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/UnattributedIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/UnattributedWhiteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/UnderlineIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/UndoIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/UserAddIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/UserDeleteIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/UserExitIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/UserIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/UserSelectIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/UserSettingsIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/UserUpdateIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/UsersIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/VisibleIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/WritingIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ZoomInIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/ZoomOutIcon.d.ts +0 -1
- package/dist/esm/dts/Icon/bin/Template.d.ts +0 -1
- package/dist/esm/dts/Illustration/Spot/Spot.d.ts +165 -0
- package/dist/esm/dts/Illustration/Spot/index.d.ts +1 -0
- package/dist/esm/dts/Illustration/index.d.ts +1 -0
- package/dist/esm/dts/Illustration/subcomponents/Base/Base.d.ts +22 -0
- package/dist/esm/dts/Illustration/subcomponents/Base/index.d.ts +1 -0
- package/dist/esm/dts/KaizenProvider/KaizenProvider.d.ts +2 -4
- package/dist/esm/dts/KaizenProvider/index.d.ts +0 -1
- package/dist/esm/dts/KaizenProvider/subcomponents/FontDefinitions/FontDefinitions.d.ts +1 -0
- package/dist/esm/dts/KaizenProvider/subcomponents/FontDefinitions/index.d.ts +1 -0
- package/dist/esm/dts/Loading/LoadingGraphic/LoadingGraphic.d.ts +16 -0
- package/dist/esm/dts/Loading/LoadingGraphic/index.d.ts +1 -0
- package/dist/esm/dts/Loading/LoadingHeading/LoadingHeading.d.ts +21 -0
- package/dist/esm/dts/Loading/LoadingHeading/index.d.ts +1 -0
- package/dist/esm/dts/Loading/LoadingInput/LoadingInput.d.ts +22 -0
- package/dist/esm/dts/Loading/LoadingInput/index.d.ts +1 -0
- package/dist/esm/dts/Loading/LoadingParagraph/LoadingParagraph.d.ts +23 -0
- package/dist/esm/dts/Loading/LoadingParagraph/index.d.ts +1 -0
- package/dist/esm/dts/Loading/LoadingSpinner/LoadingSpinner.d.ts +17 -0
- package/dist/esm/dts/Loading/LoadingSpinner/index.d.ts +1 -0
- package/dist/esm/dts/Loading/index.d.ts +5 -0
- package/dist/esm/dts/Menu/Menu.d.ts +28 -0
- package/dist/esm/dts/Menu/_docs/MenuContentExample.d.ts +8 -0
- package/dist/esm/dts/Menu/_docs/examples.d.ts +11 -0
- package/dist/esm/dts/Menu/index.d.ts +5 -0
- package/dist/esm/dts/Menu/subcomponents/MenuDropdown/MenuDropdown.d.ts +20 -0
- package/dist/esm/dts/Menu/subcomponents/MenuDropdown/index.d.ts +1 -0
- package/dist/esm/dts/Menu/subcomponents/MenuHeading/MenuHeading.d.ts +9 -0
- package/dist/esm/dts/Menu/subcomponents/MenuHeading/index.d.ts +1 -0
- package/dist/esm/dts/Menu/subcomponents/MenuItem/MenuItem.d.ts +25 -0
- package/dist/esm/dts/Menu/subcomponents/MenuItem/index.d.ts +1 -0
- package/dist/esm/dts/Menu/subcomponents/MenuList/MenuList.d.ts +10 -0
- package/dist/esm/dts/Menu/subcomponents/MenuList/index.d.ts +1 -0
- package/dist/esm/dts/Menu/subcomponents/StatelessMenu/StatelessMenu.d.ts +52 -0
- package/dist/esm/dts/Menu/subcomponents/StatelessMenu/index.d.ts +1 -0
- package/dist/esm/dts/Notification/subcomponents/NotificationHeading/NotificationHeading.d.ts +0 -1
- package/dist/esm/dts/Notification/subcomponents/NotificationIcon/NotificationIcon.d.ts +0 -1
- package/dist/esm/dts/Pagination/Pagination.d.ts +15 -0
- package/dist/esm/dts/Pagination/index.d.ts +3 -0
- package/dist/esm/dts/{Button → Pagination/subcomponents}/DirectionalLink/DirectionalLink.d.ts +1 -2
- package/dist/{cjs/dts/Button → esm/dts/Pagination/subcomponents}/PaginationLink/PaginationLink.d.ts +1 -2
- package/dist/esm/dts/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.d.ts +1 -0
- package/dist/esm/dts/Pagination/subcomponents/TruncateIndicator/index.d.ts +1 -0
- package/dist/esm/dts/Pagination/utils/createRange.d.ts +1 -0
- package/dist/esm/dts/Popover/Popover.d.ts +49 -0
- package/dist/esm/dts/Popover/index.d.ts +1 -0
- package/dist/esm/dts/Popover/types.d.ts +4 -0
- package/dist/esm/dts/Popover/utils/classMappers.d.ts +7 -0
- package/dist/esm/dts/Radio/RadioGroup/RadioGroup.d.ts +2 -2
- package/dist/esm/dts/SearchField/SearchField.d.ts +0 -1
- package/dist/esm/dts/Select/Select.d.ts +151 -0
- package/dist/esm/dts/Select/index.d.ts +2 -0
- package/dist/esm/dts/Skirt/Skirt.d.ts +13 -0
- package/dist/esm/dts/Skirt/index.d.ts +1 -0
- package/dist/esm/dts/Skirt/subcomponents/SkirtCard/SkirtCard.d.ts +6 -0
- package/dist/esm/dts/Skirt/subcomponents/SkirtCard/index.d.ts +1 -0
- package/dist/esm/dts/SplitButton/SplitButton.d.ts +45 -0
- package/dist/esm/dts/SplitButton/index.d.ts +1 -0
- package/dist/esm/dts/SplitButton/subcomponents/ActionButton/ActionButton.d.ts +6 -0
- package/dist/esm/dts/SplitButton/subcomponents/ActionButton/index.d.ts +1 -0
- package/dist/esm/dts/SplitButton/subcomponents/BaseButton/BaseButton.d.ts +15 -0
- package/dist/esm/dts/SplitButton/subcomponents/BaseButton/index.d.ts +1 -0
- package/dist/esm/dts/SplitButton/subcomponents/DropdownButton/DropdownButton.d.ts +6 -0
- package/dist/esm/dts/SplitButton/subcomponents/DropdownButton/index.d.ts +1 -0
- package/dist/esm/dts/Table/Table.d.ts +100 -0
- package/dist/esm/dts/Table/index.d.ts +1 -0
- package/dist/esm/dts/Tile/InformationTile/InformationTile.d.ts +10 -0
- package/dist/esm/dts/Tile/InformationTile/index.d.ts +1 -0
- package/dist/esm/dts/Tile/MultiActionTile/MultiActionTile.d.ts +13 -0
- package/dist/esm/dts/Tile/MultiActionTile/index.d.ts +1 -0
- package/dist/esm/dts/Tile/TileGrid/TileGrid.d.ts +18 -0
- package/dist/esm/dts/Tile/TileGrid/index.d.ts +1 -0
- package/dist/esm/dts/Tile/index.d.ts +3 -0
- package/dist/esm/dts/Tile/subcomponents/GenericTile/Action.d.ts +8 -0
- package/dist/esm/dts/Tile/subcomponents/GenericTile/GenericTile.d.ts +34 -0
- package/dist/esm/dts/Tile/subcomponents/GenericTile/index.d.ts +1 -0
- package/dist/esm/dts/Tile/subcomponents/GenericTile/types.d.ts +2 -0
- package/dist/esm/dts/TimeField/TimeField.d.ts +25 -0
- package/dist/esm/dts/TimeField/index.d.ts +1 -0
- package/dist/esm/dts/TimeField/subcomponents/TimeSegment/TimeSegment.d.ts +9 -0
- package/dist/esm/dts/TimeField/subcomponents/TimeSegment/index.d.ts +1 -0
- package/dist/esm/dts/TimeField/subcomponents/TimeSegment/utils/generateSegmentDisplayText.d.ts +2 -0
- package/dist/esm/dts/TimeField/types.d.ts +15 -0
- package/dist/esm/dts/TitleBlockZen/TitleBlockZen.d.ts +9 -0
- package/dist/esm/dts/TitleBlockZen/index.d.ts +2 -0
- package/dist/esm/dts/TitleBlockZen/subcomponents/MainActions.d.ts +14 -0
- package/dist/esm/dts/TitleBlockZen/subcomponents/MobileActions.d.ts +14 -0
- package/dist/esm/dts/TitleBlockZen/subcomponents/NavigationTabs.d.ts +24 -0
- package/dist/esm/dts/TitleBlockZen/subcomponents/SecondaryActions.d.ts +11 -0
- package/dist/esm/dts/TitleBlockZen/subcomponents/TitleBlockMenuItem.d.ts +9 -0
- package/dist/esm/dts/TitleBlockZen/subcomponents/Toolbar.d.ts +16 -0
- package/dist/esm/dts/TitleBlockZen/types.d.ts +148 -0
- package/dist/esm/dts/TitleBlockZen/utils.d.ts +8 -0
- package/dist/esm/dts/Tooltip/Tooltip.d.ts +42 -0
- package/dist/esm/dts/Tooltip/index.d.ts +1 -0
- package/dist/esm/dts/Tooltip/subcomponents/AppearanceAnim.d.ts +19 -0
- package/dist/esm/dts/Tooltip/utils/isSemanticElement.d.ts +6 -0
- package/dist/esm/dts/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.d.ts +0 -1
- package/dist/esm/dts/Workflow/subcomponents/Header/Header.d.ts +0 -1
- package/dist/esm/dts/__future__/Select/subcomponents/ListBoxSection/ListBoxSection.d.ts +0 -1
- package/dist/esm/dts/__future__/Select/subcomponents/ListItem/ListItem.d.ts +0 -1
- package/dist/esm/dts/__future__/Select/subcomponents/ListItems/ListItems.d.ts +0 -1
- package/dist/esm/dts/__future__/Select/subcomponents/SectionDivider/SectionDivider.d.ts +0 -1
- package/dist/esm/dts/__future__/Tag/RemovableTag/RemovableTag.d.ts +9 -0
- package/dist/esm/dts/__future__/Tag/RemovableTag/index.d.ts +1 -0
- package/dist/esm/dts/__future__/Tag/RemovableTag/subcomponents/RemoveButton.d.ts +11 -0
- package/dist/esm/dts/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.d.ts +2 -0
- package/dist/{cjs/dts/__future__ → esm/dts/__future__/Tag}/Tag/Tag.d.ts +2 -2
- package/dist/esm/dts/__future__/Tag/Tag/index.d.ts +1 -0
- package/dist/esm/dts/__future__/Tag/index.d.ts +1 -0
- package/dist/esm/dts/__future__/Workflow/subcomponents/Footer/Footer.d.ts +0 -1
- package/dist/esm/dts/__future__/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.d.ts +0 -1
- package/dist/esm/dts/__future__/Workflow/subcomponents/Header/Header.d.ts +0 -1
- package/dist/esm/dts/index.d.ts +15 -1
- package/dist/esm/dts/utils/AppearanceAnim.d.ts +16 -0
- package/dist/esm/dts/utils/useResizeObserver.d.ts +21 -0
- package/dist/esm/future.mjs +2 -1
- package/dist/esm/future.mjs.map +1 -1
- package/dist/esm/index.css +46 -14
- package/dist/esm/index.mjs +27 -6
- package/dist/esm/index.mjs.map +1 -1
- package/dist/esm/utils/useMediaQueries.mjs +11 -8
- package/dist/esm/utils/useMediaQueries.mjs.map +1 -1
- package/dist/esm/utils/useResizeObserver.mjs +56 -0
- package/dist/esm/utils/useResizeObserver.mjs.map +1 -0
- package/dist/index.d.ts +1050 -347
- package/dist/styles.css +1 -1
- package/package.json +38 -33
- package/dist/cjs/Button/DirectionalLink/DirectionalLink.cjs.map +0 -1
- package/dist/cjs/Button/PaginationLink/PaginationLink.cjs.map +0 -1
- package/dist/cjs/KaizenProvider/OptionalIntlProvider/OptionalIntlProvider.cjs.map +0 -1
- package/dist/cjs/KaizenProvider/ThemeProvider/ThemeProvider.cjs +0 -64
- package/dist/cjs/KaizenProvider/ThemeProvider/ThemeProvider.cjs.map +0 -1
- package/dist/cjs/KaizenProvider/ThemeProvider/themes/heart.cjs +0 -312
- package/dist/cjs/KaizenProvider/ThemeProvider/themes/heart.cjs.map +0 -1
- package/dist/cjs/KaizenProvider/ThemeProvider/themes/index.cjs +0 -7
- package/dist/cjs/KaizenProvider/ThemeProvider/themes/index.cjs.map +0 -1
- package/dist/cjs/__future__/Tag/Tag.cjs.map +0 -1
- package/dist/cjs/__future__/Tag/Tag.module.scss.cjs +0 -15
- package/dist/cjs/dts/KaizenProvider/ThemeProvider/ThemeProvider.d.ts +0 -14
- package/dist/cjs/dts/KaizenProvider/ThemeProvider/index.d.ts +0 -2
- package/dist/cjs/dts/KaizenProvider/ThemeProvider/themes/heart.d.ts +0 -2
- package/dist/cjs/dts/KaizenProvider/ThemeProvider/themes/index.d.ts +0 -3
- package/dist/cjs/dts/KaizenProvider/ThemeProvider/themes/types.d.ts +0 -229
- package/dist/esm/Button/DirectionalLink/DirectionalLink.mjs.map +0 -1
- package/dist/esm/Button/PaginationLink/PaginationLink.mjs.map +0 -1
- package/dist/esm/KaizenProvider/OptionalIntlProvider/OptionalIntlProvider.mjs.map +0 -1
- package/dist/esm/KaizenProvider/ThemeProvider/ThemeProvider.mjs +0 -60
- package/dist/esm/KaizenProvider/ThemeProvider/ThemeProvider.mjs.map +0 -1
- package/dist/esm/KaizenProvider/ThemeProvider/themes/heart.mjs +0 -310
- package/dist/esm/KaizenProvider/ThemeProvider/themes/heart.mjs.map +0 -1
- package/dist/esm/KaizenProvider/ThemeProvider/themes/index.mjs +0 -4
- package/dist/esm/KaizenProvider/ThemeProvider/themes/index.mjs.map +0 -1
- package/dist/esm/__future__/Tag/Tag.mjs.map +0 -1
- package/dist/esm/__future__/Tag/Tag.module.scss.mjs +0 -13
- package/dist/esm/dts/KaizenProvider/ThemeProvider/ThemeProvider.d.ts +0 -14
- package/dist/esm/dts/KaizenProvider/ThemeProvider/index.d.ts +0 -2
- package/dist/esm/dts/KaizenProvider/ThemeProvider/themes/heart.d.ts +0 -2
- package/dist/esm/dts/KaizenProvider/ThemeProvider/themes/index.d.ts +0 -3
- package/dist/esm/dts/KaizenProvider/ThemeProvider/themes/types.d.ts +0 -229
- /package/dist/cjs/KaizenProvider/{OptionalIntlProvider → subcomponents/OptionalIntlProvider}/OptionalIntlProvider.cjs +0 -0
- /package/dist/cjs/__future__/Tag/{Tag.module.scss.cjs.map → Tag/Tag.module.scss.cjs.map} +0 -0
- /package/dist/cjs/dts/KaizenProvider/{OptionalIntlProvider → subcomponents/OptionalIntlProvider}/OptionalIntlProvider.d.ts +0 -0
- /package/dist/cjs/dts/KaizenProvider/{OptionalIntlProvider → subcomponents/OptionalIntlProvider}/index.d.ts +0 -0
- /package/dist/cjs/dts/{Button → Pagination/subcomponents}/DirectionalLink/index.d.ts +0 -0
- /package/dist/cjs/dts/{Button → Pagination/subcomponents}/PaginationLink/index.d.ts +0 -0
- /package/dist/cjs/dts/__future__/Tag/{types.d.ts → Tag/types.d.ts} +0 -0
- /package/dist/esm/KaizenProvider/{OptionalIntlProvider → subcomponents/OptionalIntlProvider}/OptionalIntlProvider.mjs +0 -0
- /package/dist/esm/__future__/Tag/{Tag.module.scss.mjs.map → Tag/Tag.module.scss.mjs.map} +0 -0
- /package/dist/esm/dts/KaizenProvider/{OptionalIntlProvider → subcomponents/OptionalIntlProvider}/OptionalIntlProvider.d.ts +0 -0
- /package/dist/esm/dts/KaizenProvider/{OptionalIntlProvider → subcomponents/OptionalIntlProvider}/index.d.ts +0 -0
- /package/dist/esm/dts/{Button → Pagination/subcomponents}/DirectionalLink/index.d.ts +0 -0
- /package/dist/esm/dts/{Button → Pagination/subcomponents}/PaginationLink/index.d.ts +0 -0
- /package/dist/esm/dts/__future__/Tag/{types.d.ts → Tag/types.d.ts} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
|
-
import React__default, { HTMLAttributes, MouseEvent, FocusEvent, ComponentType, ReactElement, ReactNode, ButtonHTMLAttributes, InputHTMLAttributes, RefObject, SVGAttributes,
|
|
3
|
+
import React__default, { HTMLAttributes, MouseEvent, FocusEvent, ComponentType, ReactElement, ReactNode, ButtonHTMLAttributes, InputHTMLAttributes, RefObject, SVGAttributes, LabelHTMLAttributes, SyntheticEvent, AnchorHTMLAttributes, TextareaHTMLAttributes } from 'react';
|
|
4
4
|
import { SceneProps, AnimatedSceneProps } from '@kaizen/draft-illustration';
|
|
5
|
-
import { TooltipProps } from '@kaizen/draft-tooltip';
|
|
5
|
+
import { TooltipProps as TooltipProps$1 } from '@kaizen/draft-tooltip';
|
|
6
6
|
import { DayPickerSingleProps, DayPickerRangeProps, DayPickerProps, DateRange, DateInterval, Matcher, DayClickEventHandler } from 'react-day-picker';
|
|
7
7
|
export { DateInterval, DateRange } from 'react-day-picker';
|
|
8
8
|
import { HeadingProps as HeadingProps$1 } from '@kaizen/typography';
|
|
@@ -11,8 +11,16 @@ import { AriaMenuOptions } from '@react-aria/menu';
|
|
|
11
11
|
import { MenuTriggerState } from '@react-stately/menu';
|
|
12
12
|
import { ListState } from '@react-stately/list';
|
|
13
13
|
import { AriaListBoxOptions } from '@react-aria/listbox';
|
|
14
|
-
import { SelectProps } from '@react-stately/select';
|
|
15
|
-
import
|
|
14
|
+
import { SelectProps as SelectProps$1 } from '@react-stately/select';
|
|
15
|
+
import * as react_select from 'react-select';
|
|
16
|
+
import { Props } from 'react-select';
|
|
17
|
+
export { OnChangeValue as SelectValueType } from 'react-select';
|
|
18
|
+
import * as react_select_dist_declarations_src_useStateManager from 'react-select/dist/declarations/src/useStateManager';
|
|
19
|
+
import * as react_select_dist_declarations_src_filters from 'react-select/dist/declarations/src/filters';
|
|
20
|
+
import * as react_select_dist_declarations_src_components from 'react-select/dist/declarations/src/components';
|
|
21
|
+
import * as react_select_dist_declarations_src_Select from 'react-select/dist/declarations/src/Select';
|
|
22
|
+
import { AsyncProps as AsyncProps$1 } from 'react-select/async';
|
|
23
|
+
import { TimeFieldStateOptions } from '@react-stately/datepicker';
|
|
16
24
|
import { DefaultTagProps } from '@kaizen/draft-tag';
|
|
17
25
|
|
|
18
26
|
type OverrideClassName<T extends Record<string, any>> = Omit<T, "className"> & {
|
|
@@ -143,6 +151,7 @@ type CustomButtonProps = {
|
|
|
143
151
|
onFocus?: (e: FocusEvent<HTMLElement>) => void;
|
|
144
152
|
onBlur?: (e: FocusEvent<HTMLElement>) => void;
|
|
145
153
|
children?: React__default.ReactNode;
|
|
154
|
+
"data-testid"?: string;
|
|
146
155
|
};
|
|
147
156
|
type ButtonFormAttributes = Pick<React__default.ButtonHTMLAttributes<HTMLButtonElement>, "form" | "formAction" | "formMethod" | "formEncType" | "formTarget" | "formNoValidate">;
|
|
148
157
|
type GenericProps = {
|
|
@@ -226,42 +235,6 @@ declare const IconButton: {
|
|
|
226
235
|
displayName: string;
|
|
227
236
|
};
|
|
228
237
|
|
|
229
|
-
type PaginationLinkProps = GenericProps & {
|
|
230
|
-
pageNumber: number;
|
|
231
|
-
isActive?: boolean;
|
|
232
|
-
"aria-label": string;
|
|
233
|
-
};
|
|
234
|
-
/**
|
|
235
|
-
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082092975/Pagination Guidance} |
|
|
236
|
-
* {@link https://cultureamp.design/?path=/story/components-buttons-paginationlink--docs Storybook}
|
|
237
|
-
*/
|
|
238
|
-
declare const PaginationLink: {
|
|
239
|
-
({ pageNumber, ...restProps }: PaginationLinkProps): JSX.Element;
|
|
240
|
-
defaultProps: {
|
|
241
|
-
reversed: boolean;
|
|
242
|
-
isActive: boolean;
|
|
243
|
-
};
|
|
244
|
-
displayName: string;
|
|
245
|
-
};
|
|
246
|
-
|
|
247
|
-
type DirectionalLinkProps = {
|
|
248
|
-
label: string;
|
|
249
|
-
disabled?: boolean;
|
|
250
|
-
direction: "prev" | "next" | "start" | "end";
|
|
251
|
-
} & GenericProps;
|
|
252
|
-
/**
|
|
253
|
-
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082092975/Pagination Guidance} |
|
|
254
|
-
* {@link https://cultureamp.design/?path=/story/components-buttons-directionallink--docs Storybook}
|
|
255
|
-
*/
|
|
256
|
-
declare const DirectionalLink: {
|
|
257
|
-
(props: DirectionalLinkProps): JSX.Element;
|
|
258
|
-
defaultProps: {
|
|
259
|
-
reversed: boolean;
|
|
260
|
-
disabled: boolean;
|
|
261
|
-
};
|
|
262
|
-
displayName: string;
|
|
263
|
-
};
|
|
264
|
-
|
|
265
238
|
type BrandMomentProps = {
|
|
266
239
|
mood: "informative" | "positive" | "negative";
|
|
267
240
|
illustration: ReactElement<SceneProps>;
|
|
@@ -290,7 +263,7 @@ type FilterButtonBaseProps = {
|
|
|
290
263
|
} & OverrideClassName<ButtonHTMLAttributes<HTMLButtonElement>>;
|
|
291
264
|
|
|
292
265
|
type ButtonGroupProps = {
|
|
293
|
-
children: React__default.ReactElement<FilterButtonBaseProps | TooltipProps> | Array<React__default.ReactElement<FilterButtonBaseProps | TooltipProps>>;
|
|
266
|
+
children: React__default.ReactElement<FilterButtonBaseProps | TooltipProps$1> | Array<React__default.ReactElement<FilterButtonBaseProps | TooltipProps$1>>;
|
|
294
267
|
} & Omit<OverrideClassName<HTMLAttributes<HTMLDivElement>>, "children">;
|
|
295
268
|
declare const ButtonGroup: {
|
|
296
269
|
({ children, classNameOverride, ...restProps }: ButtonGroupProps): JSX.Element;
|
|
@@ -530,6 +503,38 @@ declare const ExpertAdviceCollapsible: {
|
|
|
530
503
|
displayName: string;
|
|
531
504
|
};
|
|
532
505
|
|
|
506
|
+
/**
|
|
507
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3086156812/Layout Guidance} |
|
|
508
|
+
* {@link https://cultureamp.design/?path=/docs/components-content--docs Storybook}
|
|
509
|
+
*/
|
|
510
|
+
declare const Container: React__default.ForwardRefExoticComponent<{
|
|
511
|
+
children?: React__default.ReactNode;
|
|
512
|
+
style?: Pick<React__default.CSSProperties, "transform" | "left" | "right" | "position" | "top" | "bottom" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "padding" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "transformBox" | "transformOrigin" | "transformStyle"> | undefined;
|
|
513
|
+
} & Omit<React__default.HTMLAttributes<HTMLDivElement>, "className"> & {
|
|
514
|
+
classNameOverride?: string | undefined;
|
|
515
|
+
} & React__default.RefAttributes<HTMLDivElement>>;
|
|
516
|
+
|
|
517
|
+
type ContentProps = {
|
|
518
|
+
children?: React__default.ReactNode;
|
|
519
|
+
/**
|
|
520
|
+
* Not recommended. A short-circuit for dynamically overriding layout in a pinch
|
|
521
|
+
*/
|
|
522
|
+
style?: Pick<React__default.CSSProperties, "bottom" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "padding" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "top" | "transform" | "transformBox" | "transformOrigin" | "transformStyle">;
|
|
523
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
524
|
+
/**
|
|
525
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3086156812/Layout Guidance} |
|
|
526
|
+
* {@link https://cultureamp.design/?path=/docs/components-content--docs Storybook}
|
|
527
|
+
*/
|
|
528
|
+
declare const Content: React__default.ForwardRefExoticComponent<{
|
|
529
|
+
children?: React__default.ReactNode;
|
|
530
|
+
/**
|
|
531
|
+
* Not recommended. A short-circuit for dynamically overriding layout in a pinch
|
|
532
|
+
*/
|
|
533
|
+
style?: Pick<React__default.CSSProperties, "transform" | "left" | "right" | "position" | "top" | "bottom" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "padding" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "transformBox" | "transformOrigin" | "transformStyle"> | undefined;
|
|
534
|
+
} & Omit<React__default.HTMLAttributes<HTMLDivElement>, "className"> & {
|
|
535
|
+
classNameOverride?: string | undefined;
|
|
536
|
+
} & React__default.RefAttributes<HTMLDivElement>>;
|
|
537
|
+
|
|
533
538
|
declare const InputStatus: readonly ["default", "success", "error", "caution"];
|
|
534
539
|
declare const InputTypes: readonly ["text", "email", "password"];
|
|
535
540
|
|
|
@@ -1098,10 +1103,10 @@ type MenuLoadingSkeletonProps = {
|
|
|
1098
1103
|
isAnimated?: boolean;
|
|
1099
1104
|
};
|
|
1100
1105
|
|
|
1101
|
-
type ValueType = React.Key;
|
|
1106
|
+
type ValueType$1 = React.Key;
|
|
1102
1107
|
type ItemType = {
|
|
1103
1108
|
label: string;
|
|
1104
|
-
value: ValueType;
|
|
1109
|
+
value: ValueType$1;
|
|
1105
1110
|
count?: string;
|
|
1106
1111
|
isDisabled?: boolean;
|
|
1107
1112
|
};
|
|
@@ -1344,7 +1349,7 @@ type FilterSelectProps<Option extends SelectOption = SelectOption> = {
|
|
|
1344
1349
|
label: string;
|
|
1345
1350
|
children?: SelectPopoverContentsProps<Option>["children"];
|
|
1346
1351
|
items: Array<SelectItem<Option>>;
|
|
1347
|
-
} & OverrideClassName<Omit<SelectProps<Option>, OmittedAriaSelectProps>>;
|
|
1352
|
+
} & OverrideClassName<Omit<SelectProps$1<Option>, OmittedAriaSelectProps>>;
|
|
1348
1353
|
declare const FilterSelect: {
|
|
1349
1354
|
<Option extends SelectOption = SelectOption>({ isOpen, setIsOpen, renderTrigger, label, children, items, classNameOverride, selectedKey, ...restProps }: FilterSelectProps<Option>): JSX.Element;
|
|
1350
1355
|
displayName: string;
|
|
@@ -1986,258 +1991,196 @@ declare const ZoomInIcon: (props: IconProps) => JSX.Element;
|
|
|
1986
1991
|
|
|
1987
1992
|
declare const ZoomOutIcon: (props: IconProps) => JSX.Element;
|
|
1988
1993
|
|
|
1989
|
-
type
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1994
|
+
type BaseProps = {
|
|
1995
|
+
/**
|
|
1996
|
+
* Refer to the Base Illustration Sticker Sheet in Heart UI Kit
|
|
1997
|
+
*/
|
|
1998
|
+
name: string;
|
|
1999
|
+
/**
|
|
2000
|
+
* Only provide if there is context/text required surrounding this illustration.
|
|
2001
|
+
* @default ""
|
|
2002
|
+
*/
|
|
2003
|
+
alt?: string;
|
|
2004
|
+
/**
|
|
2005
|
+
* Aspect ratio that is set on the illustration in Scene/Spot which wraps the
|
|
2006
|
+
* component in a container, forcing the aspect ratio.
|
|
2007
|
+
*/
|
|
2008
|
+
aspectRatio?: "landscape" | "portrait" | "square";
|
|
2009
|
+
} & OverrideClassName<HTMLAttributes<HTMLImageElement>>;
|
|
1998
2010
|
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
* This could definitely be contributed back to the community too. An example starting point here https://github.com/ghoullier/awesome-template-literal-types#css-parser
|
|
2002
|
-
* For example:
|
|
2003
|
-
* ```ts
|
|
2004
|
-
* type Font = {
|
|
2005
|
-
* fontSize: `${number}rem`,
|
|
2006
|
-
*
|
|
2007
|
-
* }
|
|
2008
|
-
* type HexDigit = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | A | B | C | D | E | F ;
|
|
2009
|
-
* type Color = `rgba(${number}, ${number}, ${number}, ${number}) | #${HexDigit}${HexDigit}${HexDigit}` // You get the point
|
|
2010
|
-
*
|
|
2011
|
-
* ```
|
|
2012
|
-
* */
|
|
2013
|
-
type KaizenCSSProperties = CSSProperties;
|
|
2014
|
-
type Hex = string;
|
|
2015
|
-
type TypographyFont = {
|
|
2016
|
-
fontFamily: KaizenCSSProperties["fontFamily"];
|
|
2017
|
-
fontWeight: KaizenCSSProperties["fontWeight"];
|
|
2018
|
-
fontSize: KaizenCSSProperties["fontSize"];
|
|
2019
|
-
lineHeight: KaizenCSSProperties["lineHeight"];
|
|
2020
|
-
letterSpacing: KaizenCSSProperties["letterSpacing"];
|
|
2021
|
-
};
|
|
2022
|
-
type ThemeKey = "heart" | "custom";
|
|
2023
|
-
type Theme = {
|
|
2024
|
-
themeKey: ThemeKey;
|
|
2025
|
-
border: {
|
|
2026
|
-
solid: {
|
|
2027
|
-
borderWidth: KaizenCSSProperties["borderWidth"];
|
|
2028
|
-
borderRadius: KaizenCSSProperties["borderRadius"];
|
|
2029
|
-
borderStyle: KaizenCSSProperties["borderStyle"];
|
|
2030
|
-
borderColor: KaizenCSSProperties["borderColor"];
|
|
2031
|
-
};
|
|
2032
|
-
dashed: {
|
|
2033
|
-
borderWidth: KaizenCSSProperties["borderWidth"];
|
|
2034
|
-
borderRadius: KaizenCSSProperties["borderRadius"];
|
|
2035
|
-
borderStyle: KaizenCSSProperties["borderStyle"];
|
|
2036
|
-
};
|
|
2037
|
-
borderless: {
|
|
2038
|
-
borderWidth: KaizenCSSProperties["borderWidth"];
|
|
2039
|
-
borderRadius: KaizenCSSProperties["borderRadius"];
|
|
2040
|
-
borderStyle: KaizenCSSProperties["borderStyle"];
|
|
2041
|
-
borderColor: KaizenCSSProperties["borderColor"];
|
|
2042
|
-
};
|
|
2043
|
-
focusRing: {
|
|
2044
|
-
borderWidth: KaizenCSSProperties["borderWidth"];
|
|
2045
|
-
borderRadius: KaizenCSSProperties["borderRadius"];
|
|
2046
|
-
borderStyle: KaizenCSSProperties["borderStyle"];
|
|
2047
|
-
};
|
|
2048
|
-
};
|
|
2049
|
-
animation: {
|
|
2050
|
-
easingFunction: {
|
|
2051
|
-
easeInOut: string;
|
|
2052
|
-
easeIn: string;
|
|
2053
|
-
easeOut: string;
|
|
2054
|
-
linear: string;
|
|
2055
|
-
bounceIn: string;
|
|
2056
|
-
bounceOut: string;
|
|
2057
|
-
bounceInOut: string;
|
|
2058
|
-
};
|
|
2059
|
-
duration: {
|
|
2060
|
-
instant: string;
|
|
2061
|
-
immediate: string;
|
|
2062
|
-
rapid: string;
|
|
2063
|
-
fast: string;
|
|
2064
|
-
slow: string;
|
|
2065
|
-
deliberate: string;
|
|
2066
|
-
};
|
|
2067
|
-
};
|
|
2068
|
-
color: {
|
|
2069
|
-
purple: {
|
|
2070
|
-
"100": Hex;
|
|
2071
|
-
"200": Hex;
|
|
2072
|
-
"300": Hex;
|
|
2073
|
-
"400": Hex;
|
|
2074
|
-
"500": Hex;
|
|
2075
|
-
"600": Hex;
|
|
2076
|
-
"700": Hex;
|
|
2077
|
-
"800": Hex;
|
|
2078
|
-
};
|
|
2079
|
-
blue: {
|
|
2080
|
-
"100": Hex;
|
|
2081
|
-
"200": Hex;
|
|
2082
|
-
"300": Hex;
|
|
2083
|
-
"400": Hex;
|
|
2084
|
-
"500": Hex;
|
|
2085
|
-
"600": Hex;
|
|
2086
|
-
"700": Hex;
|
|
2087
|
-
};
|
|
2088
|
-
green: {
|
|
2089
|
-
"100": Hex;
|
|
2090
|
-
"200": Hex;
|
|
2091
|
-
"300": Hex;
|
|
2092
|
-
"400": Hex;
|
|
2093
|
-
"500": Hex;
|
|
2094
|
-
"600": Hex;
|
|
2095
|
-
"700": Hex;
|
|
2096
|
-
};
|
|
2097
|
-
yellow: {
|
|
2098
|
-
"100": Hex;
|
|
2099
|
-
"200": Hex;
|
|
2100
|
-
"300": Hex;
|
|
2101
|
-
"400": Hex;
|
|
2102
|
-
"500": Hex;
|
|
2103
|
-
"600": Hex;
|
|
2104
|
-
"700": Hex;
|
|
2105
|
-
};
|
|
2106
|
-
red: {
|
|
2107
|
-
"100": Hex;
|
|
2108
|
-
"200": Hex;
|
|
2109
|
-
"300": Hex;
|
|
2110
|
-
"400": Hex;
|
|
2111
|
-
"500": Hex;
|
|
2112
|
-
"600": Hex;
|
|
2113
|
-
"700": Hex;
|
|
2114
|
-
};
|
|
2115
|
-
orange: {
|
|
2116
|
-
"100": Hex;
|
|
2117
|
-
"200": Hex;
|
|
2118
|
-
"300": Hex;
|
|
2119
|
-
"400": Hex;
|
|
2120
|
-
"500": Hex;
|
|
2121
|
-
"600": Hex;
|
|
2122
|
-
"700": Hex;
|
|
2123
|
-
};
|
|
2124
|
-
gray: {
|
|
2125
|
-
"100": Hex;
|
|
2126
|
-
"200": Hex;
|
|
2127
|
-
"300": Hex;
|
|
2128
|
-
"400": Hex;
|
|
2129
|
-
"500": Hex;
|
|
2130
|
-
"600": Hex;
|
|
2131
|
-
};
|
|
2132
|
-
white: Hex;
|
|
2133
|
-
};
|
|
2134
|
-
dataViz: {
|
|
2135
|
-
favorable: Hex;
|
|
2136
|
-
unfavorable: Hex;
|
|
2137
|
-
};
|
|
2138
|
-
layout: {
|
|
2139
|
-
contentMaxWidth: string;
|
|
2140
|
-
contentMaxWidthWithSidebar: string;
|
|
2141
|
-
contentSideMargin: string;
|
|
2142
|
-
mobileActionsDrawerHeight: string;
|
|
2143
|
-
navigationBarHeight: string;
|
|
2144
|
-
breakpoints: {
|
|
2145
|
-
medium: string;
|
|
2146
|
-
large: string;
|
|
2147
|
-
};
|
|
2148
|
-
};
|
|
2149
|
-
shadow: {
|
|
2150
|
-
small: {
|
|
2151
|
-
boxShadow: string;
|
|
2152
|
-
};
|
|
2153
|
-
large: {
|
|
2154
|
-
boxShadow: string;
|
|
2155
|
-
};
|
|
2156
|
-
};
|
|
2157
|
-
spacing: {
|
|
2158
|
-
xs: string;
|
|
2159
|
-
sm: string;
|
|
2160
|
-
md: string;
|
|
2161
|
-
lg: string;
|
|
2162
|
-
xl: string;
|
|
2163
|
-
xxl: string;
|
|
2164
|
-
xxxl: string;
|
|
2165
|
-
xxxxl: string;
|
|
2166
|
-
xxxxxl: string;
|
|
2167
|
-
0: string;
|
|
2168
|
-
1: string;
|
|
2169
|
-
2: string;
|
|
2170
|
-
4: string;
|
|
2171
|
-
6: string;
|
|
2172
|
-
8: string;
|
|
2173
|
-
12: string;
|
|
2174
|
-
16: string;
|
|
2175
|
-
24: string;
|
|
2176
|
-
32: string;
|
|
2177
|
-
40: string;
|
|
2178
|
-
48: string;
|
|
2179
|
-
56: string;
|
|
2180
|
-
64: string;
|
|
2181
|
-
72: string;
|
|
2182
|
-
80: string;
|
|
2183
|
-
96: string;
|
|
2184
|
-
112: string;
|
|
2185
|
-
128: string;
|
|
2186
|
-
160: string;
|
|
2187
|
-
200: string;
|
|
2188
|
-
240: string;
|
|
2189
|
-
280: string;
|
|
2190
|
-
320: string;
|
|
2191
|
-
};
|
|
2192
|
-
typography: {
|
|
2193
|
-
dataLarge: TypographyFont;
|
|
2194
|
-
dataLargeUnits: TypographyFont;
|
|
2195
|
-
dataMedium: TypographyFont;
|
|
2196
|
-
dataMediumUnits: TypographyFont;
|
|
2197
|
-
dataSmall: TypographyFont;
|
|
2198
|
-
dataSmallUnits: TypographyFont;
|
|
2199
|
-
display0: TypographyFont;
|
|
2200
|
-
heading1: TypographyFont;
|
|
2201
|
-
heading2: TypographyFont;
|
|
2202
|
-
heading3: TypographyFont;
|
|
2203
|
-
heading4: TypographyFont;
|
|
2204
|
-
heading5: TypographyFont;
|
|
2205
|
-
heading6: TypographyFont;
|
|
2206
|
-
paragraphIntroLede: TypographyFont;
|
|
2207
|
-
paragraphBody: TypographyFont;
|
|
2208
|
-
paragraphSmall: TypographyFont;
|
|
2209
|
-
paragraphExtraSmall: TypographyFont;
|
|
2210
|
-
paragraphBold: {
|
|
2211
|
-
fontWeight: KaizenCSSProperties["fontWeight"];
|
|
2212
|
-
};
|
|
2213
|
-
buttonPrimary: TypographyFont;
|
|
2214
|
-
buttonSecondary: TypographyFont;
|
|
2215
|
-
};
|
|
2011
|
+
type SpotProps = Pick<BaseProps, "alt" | "classNameOverride"> & {
|
|
2012
|
+
enableAspectRatio?: boolean;
|
|
2216
2013
|
};
|
|
2217
|
-
type DeepMapObjectLeafs<T, LeafType> = T extends string | number | bigint | boolean | symbol | null | undefined | ((...params: any[]) => any) ? LeafType : T extends Record<any, any> ? {
|
|
2218
|
-
[Key in keyof T]: DeepMapObjectLeafs<T[Key], LeafType>;
|
|
2219
|
-
} : T;
|
|
2220
2014
|
/**
|
|
2221
|
-
*
|
|
2222
|
-
* This type represents the Theme type but with every leaf value in the tree mapped strictly to a string, rather than a number or a more complex type such as a string union.
|
|
2223
|
-
* The reason for this is to have a more accurate type for the generated hierarchy of design tokens which are represented as CSS custom properties, e.g. `var(--color-purple-800)`.
|
|
2015
|
+
* Template Library / Moods
|
|
2224
2016
|
*/
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
declare const
|
|
2228
|
-
|
|
2229
|
-
declare const
|
|
2230
|
-
|
|
2231
|
-
|
|
2017
|
+
declare const Cautionary: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2018
|
+
declare const Informative: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2019
|
+
declare const Negative: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2020
|
+
declare const Positive: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2021
|
+
declare const Assertive: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2022
|
+
/**
|
|
2023
|
+
* Template Library / Engagement
|
|
2024
|
+
*/
|
|
2025
|
+
declare const BenefitsSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2026
|
+
declare const CustomSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2027
|
+
declare const CustomUnattributedSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2028
|
+
declare const EngagementSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2029
|
+
declare const InclusionSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2030
|
+
declare const QuickEngagementSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2031
|
+
declare const ValuesSurvey1: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2032
|
+
declare const ValuesSurvey2: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2033
|
+
declare const WellbeingSurvey1: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2034
|
+
declare const WellbeingSurvey2: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2035
|
+
declare const WellbeingSurvey3: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2036
|
+
declare const ChangeReadiness: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2037
|
+
declare const ChangeSuccess: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2038
|
+
declare const PerformanceDiagnostics: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2039
|
+
declare const LeadingThroughCrisis: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2040
|
+
declare const EmergencyResponse: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2232
2041
|
/**
|
|
2233
|
-
*
|
|
2234
|
-
* This allows child react elements to more easily use theme variables, using the {@link useTheme} hook.
|
|
2042
|
+
* Template Library / Experience
|
|
2235
2043
|
*/
|
|
2236
|
-
declare const
|
|
2237
|
-
|
|
2044
|
+
declare const CandidateSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2045
|
+
declare const CustomOnboardSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2046
|
+
declare const ExitSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2047
|
+
declare const InternSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2048
|
+
declare const PhasedWeek1OnboardSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2049
|
+
declare const PhasedWeek5OnboardSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2050
|
+
declare const SinglePointOnboardSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2051
|
+
declare const GeneralOnboardSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2052
|
+
declare const RemoteOnboardSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2053
|
+
declare const HealthAndSafety: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2054
|
+
declare const EndOfProbation: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2055
|
+
declare const NewWaysOfWorking: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2056
|
+
declare const ReOnboarding: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2057
|
+
/**
|
|
2058
|
+
* Template Library / Performance
|
|
2059
|
+
*/
|
|
2060
|
+
declare const Individual360: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2061
|
+
declare const Leadership360: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2062
|
+
declare const Manager360: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2063
|
+
declare const Individual180: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2064
|
+
declare const Leadership180: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2065
|
+
declare const Manager180: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2066
|
+
declare const TeamEffectiveness1: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2067
|
+
declare const TeamEffectiveness2: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2068
|
+
/**
|
|
2069
|
+
* Offices
|
|
2070
|
+
*/
|
|
2071
|
+
declare const London: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2072
|
+
declare const Melbourne: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2073
|
+
declare const NewYork: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2074
|
+
declare const SanFrancisco: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2075
|
+
/**
|
|
2076
|
+
* Values
|
|
2077
|
+
*/
|
|
2078
|
+
declare const AmplifyOthers: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2079
|
+
declare const HaveTheCourageToBeVulnerable: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2080
|
+
declare const LearnFasterThroughFeedback: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2081
|
+
declare const TrustOthersToMakeDecisions: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2082
|
+
/**
|
|
2083
|
+
* Template Library / COVID-19
|
|
2084
|
+
*/
|
|
2085
|
+
declare const WellbeingSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2086
|
+
declare const Response: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2087
|
+
declare const RemoteWorkQSet: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2088
|
+
declare const ReturnToWorkplace: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2089
|
+
declare const PulseSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2090
|
+
/**
|
|
2091
|
+
* New Account
|
|
2092
|
+
*/
|
|
2093
|
+
declare const AccountBasics: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2094
|
+
declare const CompanyDetails: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2095
|
+
declare const EmployeeData: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2096
|
+
declare const Gdpr: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2097
|
+
declare const Timezone: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2098
|
+
declare const AddUser: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2099
|
+
/**
|
|
2100
|
+
* Skills Coach (previously referred to as Manager Learning)
|
|
2101
|
+
*/
|
|
2102
|
+
declare const Strategy: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2103
|
+
declare const Resilience: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2104
|
+
declare const EssentialResilience: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2105
|
+
declare const RemoteManager: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2106
|
+
declare const Productivity: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2107
|
+
declare const EssentialProductivity: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2108
|
+
declare const InfluentialCommunication: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2109
|
+
declare const LeadingChange: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2110
|
+
declare const ManagerLearning: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2111
|
+
declare const Feedback: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2112
|
+
declare const Coaching: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2113
|
+
declare const OneOnOne: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2114
|
+
/**
|
|
2115
|
+
* Miscellaneous
|
|
2116
|
+
*/
|
|
2117
|
+
declare const ActionPlans: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2118
|
+
declare const BCorp: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2119
|
+
declare const Behaviour: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2120
|
+
declare const ChangeAgents: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2121
|
+
declare const Communications: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2122
|
+
declare const Community: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2123
|
+
declare const Company: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2124
|
+
declare const Conversations: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2125
|
+
declare const DataVisualization: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2126
|
+
declare const Goals: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2127
|
+
declare const Insights: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2128
|
+
declare const Learn: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2129
|
+
declare const Microphone: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2130
|
+
declare const PaperPen: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2131
|
+
declare const PowerfulInsights: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2132
|
+
declare const Privacy: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2133
|
+
declare const Process: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2134
|
+
declare const Resources: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2135
|
+
declare const ScienceBackedTools: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2136
|
+
declare const SkillsDevelopment: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2137
|
+
declare const ViewReports: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2138
|
+
declare const ReadArticle: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2139
|
+
declare const FastAction: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2140
|
+
declare const BaselineSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2141
|
+
declare const SpreadsheetTemplate: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2142
|
+
declare const AddImage: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2143
|
+
declare const MeetingVoices: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2144
|
+
declare const Workshop: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2145
|
+
declare const Video: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2146
|
+
declare const ReportSharing: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2147
|
+
declare const BlankSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2148
|
+
declare const TakeAim: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2149
|
+
declare const Action: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2150
|
+
declare const Training1: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2151
|
+
declare const Training2: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2152
|
+
declare const Training3: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2153
|
+
declare const ShareReport: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2154
|
+
declare const Team1: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2155
|
+
declare const Team2: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2156
|
+
declare const Templates: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2157
|
+
declare const ExecutiveReportSharing: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2158
|
+
declare const ManagerReportSharing: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2159
|
+
declare const LeaderReportSharing: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2160
|
+
declare const Alarm: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2161
|
+
declare const Fire: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2162
|
+
declare const Fireworks: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2163
|
+
declare const FullImport: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2164
|
+
declare const HrisImport: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2165
|
+
declare const PartialImport: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2166
|
+
declare const Starburst: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2167
|
+
declare const Stop: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2168
|
+
declare const TrafficCone: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2169
|
+
declare const Trophy: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2170
|
+
declare const UnderConstruction: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2171
|
+
declare const ValueAdd: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2172
|
+
declare const Recommendation: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2173
|
+
declare const Objective: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2174
|
+
declare const CalendarSync: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
2175
|
+
|
|
2176
|
+
type KaizenProviderProps = {
|
|
2238
2177
|
children: React__default.ReactNode;
|
|
2239
|
-
|
|
2240
|
-
|
|
2178
|
+
locale?: string;
|
|
2179
|
+
};
|
|
2180
|
+
declare const KaizenProvider: {
|
|
2181
|
+
({ children, locale, }: KaizenProviderProps): JSX.Element;
|
|
2182
|
+
displayName: string;
|
|
2183
|
+
};
|
|
2241
2184
|
|
|
2242
2185
|
type LabelType = "text" | "checkbox" | "toggle" | "radio";
|
|
2243
2186
|
type LabelProps = {
|
|
@@ -2263,6 +2206,218 @@ declare const LabelledMessage: {
|
|
|
2263
2206
|
displayName: string;
|
|
2264
2207
|
};
|
|
2265
2208
|
|
|
2209
|
+
type LoadingGraphicSize = "small" | "medium" | "large" | "xlarge" | "xxlarge" | "scene";
|
|
2210
|
+
type LoadingGraphicProps = {
|
|
2211
|
+
isAnimated?: boolean;
|
|
2212
|
+
isReversed?: boolean;
|
|
2213
|
+
size: LoadingGraphicSize;
|
|
2214
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
2215
|
+
/**
|
|
2216
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082060062/Loading+Skeleton Guidance} |
|
|
2217
|
+
* {@link https://cultureamp.design/?path=/docs/components-loading-states-loadinggraphic--docs Storybook}
|
|
2218
|
+
*/
|
|
2219
|
+
declare const LoadingGraphic: {
|
|
2220
|
+
({ isAnimated, isReversed, size, classNameOverride, ...props }: LoadingGraphicProps): JSX.Element;
|
|
2221
|
+
displayName: string;
|
|
2222
|
+
};
|
|
2223
|
+
|
|
2224
|
+
type LoadingHeadingProps = {
|
|
2225
|
+
variant: HeadingVariants;
|
|
2226
|
+
isAnimated?: boolean;
|
|
2227
|
+
isReversed?: boolean;
|
|
2228
|
+
isLink?: boolean;
|
|
2229
|
+
/**
|
|
2230
|
+
* Width as a percentage.
|
|
2231
|
+
*/
|
|
2232
|
+
width?: number;
|
|
2233
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
2234
|
+
/**
|
|
2235
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082060062/Loading+Skeleton Guidance} |
|
|
2236
|
+
* {@link https://cultureamp.design/?path=/docs/components-loading-states-loadingheading--docs Storybook}
|
|
2237
|
+
*/
|
|
2238
|
+
declare const LoadingHeading: {
|
|
2239
|
+
({ isAnimated, isReversed, width, isLink, classNameOverride, variant, ...props }: LoadingHeadingProps): JSX.Element;
|
|
2240
|
+
displayName: string;
|
|
2241
|
+
};
|
|
2242
|
+
|
|
2243
|
+
type LoadingInputProps = {
|
|
2244
|
+
isAnimated?: boolean;
|
|
2245
|
+
isReversed?: boolean;
|
|
2246
|
+
/**
|
|
2247
|
+
* Width as a percentage.
|
|
2248
|
+
*/
|
|
2249
|
+
width?: number;
|
|
2250
|
+
/**
|
|
2251
|
+
* Width as px.
|
|
2252
|
+
*/
|
|
2253
|
+
height?: number;
|
|
2254
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
2255
|
+
/**
|
|
2256
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082060062/Loading+Skeleton Guidance} |
|
|
2257
|
+
* {@link https://cultureamp.design/?path=/docs/components-loading-states-loadinginput--docs Storybook}
|
|
2258
|
+
*/
|
|
2259
|
+
declare const LoadingInput: {
|
|
2260
|
+
({ isAnimated, isReversed, width, classNameOverride, height, ...props }: LoadingInputProps): JSX.Element;
|
|
2261
|
+
displayName: string;
|
|
2262
|
+
};
|
|
2263
|
+
|
|
2264
|
+
type LoadingParagraphProps = {
|
|
2265
|
+
isAnimated?: boolean;
|
|
2266
|
+
isCentred?: boolean;
|
|
2267
|
+
isReversed?: boolean;
|
|
2268
|
+
isInline?: boolean;
|
|
2269
|
+
noBottomMargin?: boolean;
|
|
2270
|
+
isLink?: boolean;
|
|
2271
|
+
inheritBaseline?: boolean;
|
|
2272
|
+
/**
|
|
2273
|
+
* Width as a percentage.
|
|
2274
|
+
*/
|
|
2275
|
+
width?: number;
|
|
2276
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
2277
|
+
/**
|
|
2278
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082060062/Loading+Skeleton Guidance} |
|
|
2279
|
+
* {@link https://cultureamp.design/?path=/docs/components-loading-states-loadingparagraph--docs Storybook}
|
|
2280
|
+
*/
|
|
2281
|
+
declare const LoadingParagraph: {
|
|
2282
|
+
({ isAnimated, isCentred, isReversed, isInline, noBottomMargin, width, isLink, inheritBaseline, classNameOverride, ...restProps }: LoadingParagraphProps): JSX.Element;
|
|
2283
|
+
displayName: string;
|
|
2284
|
+
};
|
|
2285
|
+
|
|
2286
|
+
type LoadingSpinnerProps = {
|
|
2287
|
+
accessibilityLabel: string;
|
|
2288
|
+
/**
|
|
2289
|
+
* Generally use "md" unless spinner is inside a form field
|
|
2290
|
+
*/
|
|
2291
|
+
size?: "sm" | "md";
|
|
2292
|
+
} & OverrideClassName<Omit<HTMLAttributes<HTMLDivElement>, "children">>;
|
|
2293
|
+
/**
|
|
2294
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082093253/Loading+Spinner Guidance} |
|
|
2295
|
+
* {@link https://cultureamp.design/?path=/docs/components-loading-loadingspinner--docs Storybook}
|
|
2296
|
+
*/
|
|
2297
|
+
declare const LoadingSpinner: {
|
|
2298
|
+
({ accessibilityLabel, size, classNameOverride, ...props }: LoadingSpinnerProps): JSX.Element;
|
|
2299
|
+
displayName: string;
|
|
2300
|
+
};
|
|
2301
|
+
|
|
2302
|
+
type StatelessMenuProps = {
|
|
2303
|
+
/**
|
|
2304
|
+
* Whether the menu is to be used on the left or right
|
|
2305
|
+
* side of the viewport. If left, the left of the dropdown
|
|
2306
|
+
* is aligned to the left of the button (and vice versa)
|
|
2307
|
+
* @default "left"
|
|
2308
|
+
*/
|
|
2309
|
+
align?: "left" | "right";
|
|
2310
|
+
/**
|
|
2311
|
+
* The width of the dropdown.
|
|
2312
|
+
* "default": a fixed width of 248px
|
|
2313
|
+
* "contain": contain the children's width (will be same width as children)
|
|
2314
|
+
* @default "default"
|
|
2315
|
+
*/
|
|
2316
|
+
dropdownWidth?: "default" | "contain";
|
|
2317
|
+
/**
|
|
2318
|
+
* @deprecated use data-testid instead
|
|
2319
|
+
*/
|
|
2320
|
+
automationId?: string;
|
|
2321
|
+
"data-testid"?: string;
|
|
2322
|
+
dropdownId?: string;
|
|
2323
|
+
/**
|
|
2324
|
+
* Determines when the menu should automatically hide.
|
|
2325
|
+
* @default: "on"
|
|
2326
|
+
*/
|
|
2327
|
+
autoHide?: "on" | "outside-click-only" | "off";
|
|
2328
|
+
/**
|
|
2329
|
+
* The content to appear inside the dropdown when it is open
|
|
2330
|
+
*/
|
|
2331
|
+
children: React__default.ReactNode;
|
|
2332
|
+
/**
|
|
2333
|
+
* Render the tooltip inside a react portal, given the CSS selector.
|
|
2334
|
+
* This is typically used for instances where the menu is a descendant of an
|
|
2335
|
+
* `overflow: scroll` or `overflow: hidden` element.
|
|
2336
|
+
*/
|
|
2337
|
+
portalSelector?: string;
|
|
2338
|
+
isMenuVisible: boolean;
|
|
2339
|
+
toggleMenuDropdown: () => void;
|
|
2340
|
+
hideMenuDropdown: () => void;
|
|
2341
|
+
renderButton: (args: {
|
|
2342
|
+
onClick: (e: any) => void;
|
|
2343
|
+
onMouseDown: (e: any) => void;
|
|
2344
|
+
"aria-haspopup": boolean;
|
|
2345
|
+
"aria-expanded": boolean;
|
|
2346
|
+
}) => React__default.ReactElement;
|
|
2347
|
+
onClick?: (event: SyntheticEvent) => void;
|
|
2348
|
+
};
|
|
2349
|
+
declare const StatelessMenu: {
|
|
2350
|
+
({ align, dropdownWidth, autoHide, "data-testid": dataTestId, dropdownId, children, portalSelector, isMenuVisible, toggleMenuDropdown, hideMenuDropdown, renderButton, onClick, }: StatelessMenuProps): JSX.Element;
|
|
2351
|
+
displayName: string;
|
|
2352
|
+
};
|
|
2353
|
+
|
|
2354
|
+
type ButtonPropsWithOptionalAria = ButtonProps & {
|
|
2355
|
+
"aria-haspopup"?: boolean;
|
|
2356
|
+
"aria-expanded"?: boolean;
|
|
2357
|
+
};
|
|
2358
|
+
type MenuProps = Omit<StatelessMenuProps, "renderButton" | "hideMenuDropdown" | "toggleMenuDropdown" | "isMenuVisible"> & {
|
|
2359
|
+
/**
|
|
2360
|
+
* The initial state of the dropdown. Once initalised, further changes to this
|
|
2361
|
+
* prop will not have any affect, as the state is handled internally to the component.
|
|
2362
|
+
* @default: false
|
|
2363
|
+
*/
|
|
2364
|
+
menuVisible?: boolean;
|
|
2365
|
+
/**
|
|
2366
|
+
* Takes any ReactElement with button props but is most commonly used with a Kaizen `<Button>` or `<IconButton>` component.
|
|
2367
|
+
*/
|
|
2368
|
+
button: React__default.ReactElement<ButtonPropsWithOptionalAria>;
|
|
2369
|
+
};
|
|
2370
|
+
/**
|
|
2371
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082059782/Menu Guidance} |
|
|
2372
|
+
* {@link https://cultureamp.design/?path=/docs/components-menu--docs Storybook}
|
|
2373
|
+
*/
|
|
2374
|
+
declare const Menu: {
|
|
2375
|
+
({ button, menuVisible, ...rest }: MenuProps): JSX.Element;
|
|
2376
|
+
displayName: string;
|
|
2377
|
+
};
|
|
2378
|
+
|
|
2379
|
+
type MenuHeadingProps = {
|
|
2380
|
+
children: React__default.ReactNode;
|
|
2381
|
+
} & Partial<HeadingProps>;
|
|
2382
|
+
declare const MenuHeading: {
|
|
2383
|
+
({ id, classNameOverride, ...restProps }: MenuHeadingProps): JSX.Element;
|
|
2384
|
+
displayName: string;
|
|
2385
|
+
};
|
|
2386
|
+
|
|
2387
|
+
type MenuItemProps = {
|
|
2388
|
+
label: string;
|
|
2389
|
+
href?: string;
|
|
2390
|
+
target?: string;
|
|
2391
|
+
onClick?: (e: React__default.MouseEvent<HTMLButtonElement>) => void;
|
|
2392
|
+
icon?: JSX.Element;
|
|
2393
|
+
destructive?: boolean;
|
|
2394
|
+
disabled?: boolean;
|
|
2395
|
+
/**
|
|
2396
|
+
* @deprecated use data-testid
|
|
2397
|
+
*/
|
|
2398
|
+
automationId?: string;
|
|
2399
|
+
/**
|
|
2400
|
+
* Not recommended - this was added for use in exceptional cases like the navigation bar, which needs
|
|
2401
|
+
* to highlight which page the user is currently on. By design, Menus don't have active items,
|
|
2402
|
+
* because they are supposed to be a bunch of links/actions.
|
|
2403
|
+
*/
|
|
2404
|
+
isActive?: boolean;
|
|
2405
|
+
"data-testid"?: string;
|
|
2406
|
+
};
|
|
2407
|
+
declare const MenuItem: {
|
|
2408
|
+
({ label, icon, destructive, disabled, onClick, href, target, isActive, "data-testid": dataTestId, }: MenuItemProps): JSX.Element;
|
|
2409
|
+
displayName: string;
|
|
2410
|
+
};
|
|
2411
|
+
|
|
2412
|
+
type MenuListProps = {
|
|
2413
|
+
heading?: JSX.Element;
|
|
2414
|
+
children: React__default.ReactNode;
|
|
2415
|
+
} & OverrideClassName<HTMLAttributes<HTMLUListElement>>;
|
|
2416
|
+
declare const MenuList: {
|
|
2417
|
+
(props: MenuListProps): JSX.Element;
|
|
2418
|
+
displayName: string;
|
|
2419
|
+
};
|
|
2420
|
+
|
|
2266
2421
|
type ConfirmationModalProps = {
|
|
2267
2422
|
isOpen: boolean;
|
|
2268
2423
|
unpadded?: boolean;
|
|
@@ -2273,7 +2428,7 @@ type ConfirmationModalProps = {
|
|
|
2273
2428
|
/**
|
|
2274
2429
|
* Defines the modal type or mood
|
|
2275
2430
|
*/
|
|
2276
|
-
mood: Mood;
|
|
2431
|
+
mood: Mood$1;
|
|
2277
2432
|
title: string;
|
|
2278
2433
|
onConfirm?: () => void;
|
|
2279
2434
|
onDismiss: () => void;
|
|
@@ -2290,7 +2445,7 @@ type ConfirmationModalProps = {
|
|
|
2290
2445
|
automationId?: string;
|
|
2291
2446
|
children: React__default.ReactNode;
|
|
2292
2447
|
} & HTMLAttributes<HTMLDivElement>;
|
|
2293
|
-
type Mood = "positive" | "informative" | "negative" | "cautionary" | "assertive";
|
|
2448
|
+
type Mood$1 = "positive" | "informative" | "negative" | "cautionary" | "assertive";
|
|
2294
2449
|
/**
|
|
2295
2450
|
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082093114/Modal Guidance} |
|
|
2296
2451
|
* {@link https://cultureamp.design/?path=/docs/components-modals-confirmationmodal--docs Storybook}
|
|
@@ -2492,6 +2647,107 @@ declare const GlobalNotification: {
|
|
|
2492
2647
|
displayName: string;
|
|
2493
2648
|
};
|
|
2494
2649
|
|
|
2650
|
+
type PaginationProps = {
|
|
2651
|
+
currentPage: number;
|
|
2652
|
+
pageCount: number;
|
|
2653
|
+
ariaLabelNextPage: string;
|
|
2654
|
+
ariaLabelPreviousPage: string;
|
|
2655
|
+
ariaLabelPage: string;
|
|
2656
|
+
onPageChange: (newPage: number) => void;
|
|
2657
|
+
} & OverrideClassName<HTMLAttributes<HTMLElement>>;
|
|
2658
|
+
/**
|
|
2659
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082092975/Pagination Guidance} |
|
|
2660
|
+
* {@link https://cultureamp.design/?path=/docs/components-pagination--docs Storybook}
|
|
2661
|
+
*/
|
|
2662
|
+
declare const Pagination: ({ currentPage, pageCount, ariaLabelNextPage, ariaLabelPreviousPage, ariaLabelPage, onPageChange, classNameOverride, ...restProps }: PaginationProps) => JSX.Element;
|
|
2663
|
+
|
|
2664
|
+
type DirectionalLinkProps = {
|
|
2665
|
+
label: string;
|
|
2666
|
+
disabled?: boolean;
|
|
2667
|
+
direction: "prev" | "next" | "start" | "end";
|
|
2668
|
+
} & GenericProps;
|
|
2669
|
+
/**
|
|
2670
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082092975/Pagination Guidance} |
|
|
2671
|
+
* {@link https://cultureamp.design/?path=/story/components-buttons-directionallink--docs Storybook}
|
|
2672
|
+
*/
|
|
2673
|
+
declare const DirectionalLink: {
|
|
2674
|
+
(props: DirectionalLinkProps): JSX.Element;
|
|
2675
|
+
defaultProps: {
|
|
2676
|
+
reversed: boolean;
|
|
2677
|
+
disabled: boolean;
|
|
2678
|
+
};
|
|
2679
|
+
displayName: string;
|
|
2680
|
+
};
|
|
2681
|
+
|
|
2682
|
+
type PaginationLinkProps = GenericProps & {
|
|
2683
|
+
pageNumber: number;
|
|
2684
|
+
isActive?: boolean;
|
|
2685
|
+
"aria-label": string;
|
|
2686
|
+
};
|
|
2687
|
+
/**
|
|
2688
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082092975/Pagination Guidance} |
|
|
2689
|
+
* {@link https://cultureamp.design/?path=/story/components-buttons-paginationlink--docs Storybook}
|
|
2690
|
+
*/
|
|
2691
|
+
declare const PaginationLink: {
|
|
2692
|
+
({ pageNumber, ...restProps }: PaginationLinkProps): JSX.Element;
|
|
2693
|
+
defaultProps: {
|
|
2694
|
+
reversed: boolean;
|
|
2695
|
+
isActive: boolean;
|
|
2696
|
+
};
|
|
2697
|
+
displayName: string;
|
|
2698
|
+
};
|
|
2699
|
+
|
|
2700
|
+
type PopoverVariant = "default" | "informative" | "positive" | "negative" | "cautionary";
|
|
2701
|
+
type PopoverSize = "small" | "large";
|
|
2702
|
+
declare const popoverPlacements: readonly ["top", "bottom", "top-start", "top-end", "bottom-start", "bottom-end", "left", "right"];
|
|
2703
|
+
type Placement = (typeof popoverPlacements)[number];
|
|
2704
|
+
|
|
2705
|
+
type PopoverProps = {
|
|
2706
|
+
children: React__default.ReactNode;
|
|
2707
|
+
variant?: PopoverVariant;
|
|
2708
|
+
placement?: Placement;
|
|
2709
|
+
size?: PopoverSize;
|
|
2710
|
+
heading?: string;
|
|
2711
|
+
dismissible?: boolean;
|
|
2712
|
+
onClose?: (event: React__default.MouseEvent<HTMLButtonElement>) => void;
|
|
2713
|
+
singleLine?: boolean;
|
|
2714
|
+
/**
|
|
2715
|
+
* For almost all intents and purposes, you should be using a pre-defined variant.
|
|
2716
|
+
* Please avoid using a custom icon unless you have a very good reason to do so.
|
|
2717
|
+
*/
|
|
2718
|
+
customIcon?: JSX.Element;
|
|
2719
|
+
referenceElement: HTMLElement | null;
|
|
2720
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
2721
|
+
/**
|
|
2722
|
+
* {@link https://cultureamp.design/components/popover/ Guidance} |
|
|
2723
|
+
* {@link https://cultureamp.design/storybook/?path=/docs/components-popover--default-kaizen-site-demo Storybook}
|
|
2724
|
+
*/
|
|
2725
|
+
declare const Popover: {
|
|
2726
|
+
({ children, variant, placement, size, heading, dismissible, onClose, singleLine, customIcon, referenceElement, classNameOverride, ...restProps }: PopoverProps): JSX.Element;
|
|
2727
|
+
displayName: string;
|
|
2728
|
+
};
|
|
2729
|
+
type PopoverPropsWithoutRef = Omit<PopoverProps, "referenceElement">;
|
|
2730
|
+
/**
|
|
2731
|
+
* How to use:
|
|
2732
|
+
*
|
|
2733
|
+
* const [referenceElementRef, Popover] = usePopover()
|
|
2734
|
+
*
|
|
2735
|
+
* return (<>
|
|
2736
|
+
* <button ref={referenceElementRef}>
|
|
2737
|
+
* Hello world
|
|
2738
|
+
* </button>
|
|
2739
|
+
* <Popover>Hello world</Popover>
|
|
2740
|
+
* </>)
|
|
2741
|
+
*
|
|
2742
|
+
* The purpose of this hook is to abstract away some of the awkwardness with the
|
|
2743
|
+
* requirement of passing in refs with popper. We need to use `useState` instead
|
|
2744
|
+
* of `useRef`, which may not be immediately intuitive.
|
|
2745
|
+
*
|
|
2746
|
+
* The popper documentation to help provide more context:
|
|
2747
|
+
* https://popper.js.org/react-popper/v2/hook/
|
|
2748
|
+
*/
|
|
2749
|
+
declare const usePopover: () => [(element: HTMLElement | null) => void, (props: PopoverPropsWithoutRef) => JSX.Element | null];
|
|
2750
|
+
|
|
2495
2751
|
type RadioProps = OverrideClassName<Omit<InputHTMLAttributes<HTMLInputElement>, "id" | "name" | "value" | "checked" | "type">> & {
|
|
2496
2752
|
/** Required to ensure the Radio always gets an ID to match a label when composed. */
|
|
2497
2753
|
id: string;
|
|
@@ -2530,10 +2786,10 @@ type RadioGroupProps = OverrideClassName<HTMLAttributes<HTMLDivElement>> & {
|
|
|
2530
2786
|
labelId?: string;
|
|
2531
2787
|
noBottomMargin?: boolean;
|
|
2532
2788
|
reversed?: boolean;
|
|
2533
|
-
"data-
|
|
2789
|
+
"data-testid"?: string;
|
|
2534
2790
|
};
|
|
2535
2791
|
declare const RadioGroup: {
|
|
2536
|
-
({ children, labelId: propsLabelId, labelText, noBottomMargin, reversed, classNameOverride, "data-
|
|
2792
|
+
({ children, labelId: propsLabelId, labelText, noBottomMargin, reversed, classNameOverride, "data-testid": dataTestId, ...restProps }: RadioGroupProps): JSX.Element;
|
|
2537
2793
|
displayName: string;
|
|
2538
2794
|
};
|
|
2539
2795
|
|
|
@@ -2553,6 +2809,165 @@ declare const SearchField: {
|
|
|
2553
2809
|
displayName: string;
|
|
2554
2810
|
};
|
|
2555
2811
|
|
|
2812
|
+
type SelectProps = {
|
|
2813
|
+
/**
|
|
2814
|
+
* The secondary variant is a more subdued variant that takes up as little space as possible
|
|
2815
|
+
* `variant="secondary" reversed="false" is not implemented and will throw a "not implemented" error
|
|
2816
|
+
* @default "default"
|
|
2817
|
+
*/
|
|
2818
|
+
variant?: "default" | "secondary" | "secondary-small";
|
|
2819
|
+
status?: "default" | "error";
|
|
2820
|
+
label?: React__default.ReactNode;
|
|
2821
|
+
validationMessage?: React__default.ReactNode;
|
|
2822
|
+
description?: React__default.ReactNode;
|
|
2823
|
+
/**
|
|
2824
|
+
* Use a reversed colour scheme
|
|
2825
|
+
* @default false
|
|
2826
|
+
*/
|
|
2827
|
+
reversed?: boolean;
|
|
2828
|
+
/**
|
|
2829
|
+
* Whether the "select control" (the button you click to open the menu) width fills the
|
|
2830
|
+
* full width of the container or is as wide as the selected option text.
|
|
2831
|
+
* Note that the control text will ellipsize if it is wider than the parent container.
|
|
2832
|
+
* @default false
|
|
2833
|
+
*/
|
|
2834
|
+
fullWidth?: boolean;
|
|
2835
|
+
} & Props<any, boolean>;
|
|
2836
|
+
/**
|
|
2837
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081896474/Select Guidance} |
|
|
2838
|
+
* {@link https://cultureamp.design/?path=/docs/components-select--docs Storybook}
|
|
2839
|
+
*/
|
|
2840
|
+
declare const Select: React__default.ForwardRefExoticComponent<{
|
|
2841
|
+
/**
|
|
2842
|
+
* The secondary variant is a more subdued variant that takes up as little space as possible
|
|
2843
|
+
* `variant="secondary" reversed="false" is not implemented and will throw a "not implemented" error
|
|
2844
|
+
* @default "default"
|
|
2845
|
+
*/
|
|
2846
|
+
variant?: "default" | "secondary" | "secondary-small" | undefined;
|
|
2847
|
+
status?: "error" | "default" | undefined;
|
|
2848
|
+
label?: React__default.ReactNode;
|
|
2849
|
+
validationMessage?: React__default.ReactNode;
|
|
2850
|
+
description?: React__default.ReactNode;
|
|
2851
|
+
/**
|
|
2852
|
+
* Use a reversed colour scheme
|
|
2853
|
+
* @default false
|
|
2854
|
+
*/
|
|
2855
|
+
reversed?: boolean | undefined;
|
|
2856
|
+
/**
|
|
2857
|
+
* Whether the "select control" (the button you click to open the menu) width fills the
|
|
2858
|
+
* full width of the container or is as wide as the selected option text.
|
|
2859
|
+
* Note that the control text will ellipsize if it is wider than the parent container.
|
|
2860
|
+
* @default false
|
|
2861
|
+
*/
|
|
2862
|
+
fullWidth?: boolean | undefined;
|
|
2863
|
+
} & Omit<Pick<react_select_dist_declarations_src_Select.Props<any, boolean, react_select.GroupBase<any>>, "className" | "id" | "name" | "aria-errormessage" | "aria-invalid" | "aria-label" | "aria-labelledby" | "onFocus" | "onBlur" | "onChange" | "onKeyDown" | "form" | "autoFocus" | "value" | "required" | "inputValue" | "onInputChange" | "ariaLiveMessages" | "classNamePrefix" | "delimiter" | "formatOptionLabel" | "hideSelectedOptions" | "inputId" | "instanceId" | "isClearable" | "isOptionSelected" | "menuPortalTarget" | "onMenuOpen" | "onMenuClose" | "onMenuScrollToTop" | "onMenuScrollToBottom" | "theme"> & {
|
|
2864
|
+
tabIndex?: number | undefined;
|
|
2865
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
2866
|
+
placeholder?: React__default.ReactNode;
|
|
2867
|
+
classNames?: react_select.ClassNamesConfig<any, boolean, react_select.GroupBase<any>> | undefined;
|
|
2868
|
+
styles?: react_select.StylesConfig<any, boolean, react_select.GroupBase<any>> | undefined;
|
|
2869
|
+
components?: Partial<react_select_dist_declarations_src_components.SelectComponents<any, boolean, react_select.GroupBase<any>>> | undefined;
|
|
2870
|
+
options?: react_select.OptionsOrGroups<any, react_select.GroupBase<any>> | undefined;
|
|
2871
|
+
isDisabled?: boolean | undefined;
|
|
2872
|
+
isLoading?: boolean | undefined;
|
|
2873
|
+
backspaceRemovesValue?: boolean | undefined;
|
|
2874
|
+
blurInputOnSelect?: boolean | undefined;
|
|
2875
|
+
captureMenuScroll?: boolean | undefined;
|
|
2876
|
+
closeMenuOnSelect?: boolean | undefined;
|
|
2877
|
+
closeMenuOnScroll?: boolean | ((event: Event) => boolean) | undefined;
|
|
2878
|
+
controlShouldRenderValue?: boolean | undefined;
|
|
2879
|
+
escapeClearsValue?: boolean | undefined;
|
|
2880
|
+
filterOption?: ((option: react_select_dist_declarations_src_filters.FilterOptionOption<any>, inputValue: string) => boolean) | null | undefined;
|
|
2881
|
+
formatGroupLabel?: ((group: react_select.GroupBase<any>) => React__default.ReactNode) | undefined;
|
|
2882
|
+
getOptionLabel?: react_select.GetOptionLabel<any> | undefined;
|
|
2883
|
+
getOptionValue?: react_select.GetOptionValue<any> | undefined;
|
|
2884
|
+
isOptionDisabled?: ((option: any, selectValue: react_select.Options<any>) => boolean) | undefined;
|
|
2885
|
+
isMulti?: boolean | undefined;
|
|
2886
|
+
isRtl?: boolean | undefined;
|
|
2887
|
+
isSearchable?: boolean | undefined;
|
|
2888
|
+
loadingMessage?: ((obj: {
|
|
2889
|
+
inputValue: string;
|
|
2890
|
+
}) => React__default.ReactNode) | undefined;
|
|
2891
|
+
minMenuHeight?: number | undefined;
|
|
2892
|
+
maxMenuHeight?: number | undefined;
|
|
2893
|
+
menuIsOpen?: boolean | undefined;
|
|
2894
|
+
menuPlacement?: react_select.MenuPlacement | undefined;
|
|
2895
|
+
menuPosition?: react_select.MenuPosition | undefined;
|
|
2896
|
+
menuShouldBlockScroll?: boolean | undefined;
|
|
2897
|
+
menuShouldScrollIntoView?: boolean | undefined;
|
|
2898
|
+
noOptionsMessage?: ((obj: {
|
|
2899
|
+
inputValue: string;
|
|
2900
|
+
}) => React__default.ReactNode) | undefined;
|
|
2901
|
+
openMenuOnFocus?: boolean | undefined;
|
|
2902
|
+
openMenuOnClick?: boolean | undefined;
|
|
2903
|
+
pageSize?: number | undefined;
|
|
2904
|
+
screenReaderStatus?: ((obj: {
|
|
2905
|
+
count: number;
|
|
2906
|
+
}) => string) | undefined;
|
|
2907
|
+
tabSelectsValue?: boolean | undefined;
|
|
2908
|
+
unstyled?: boolean | undefined;
|
|
2909
|
+
} & {}, "onChange" | "value" | "inputValue" | "onInputChange" | "menuIsOpen" | "onMenuOpen" | "onMenuClose"> & Partial<Pick<react_select_dist_declarations_src_Select.Props<any, boolean, react_select.GroupBase<any>>, "className" | "id" | "name" | "aria-errormessage" | "aria-invalid" | "aria-label" | "aria-labelledby" | "onFocus" | "onBlur" | "onChange" | "onKeyDown" | "form" | "autoFocus" | "value" | "required" | "inputValue" | "onInputChange" | "ariaLiveMessages" | "classNamePrefix" | "delimiter" | "formatOptionLabel" | "hideSelectedOptions" | "inputId" | "instanceId" | "isClearable" | "isOptionSelected" | "menuPortalTarget" | "onMenuOpen" | "onMenuClose" | "onMenuScrollToTop" | "onMenuScrollToBottom" | "theme"> & {
|
|
2910
|
+
tabIndex?: number | undefined;
|
|
2911
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
2912
|
+
placeholder?: React__default.ReactNode;
|
|
2913
|
+
classNames?: react_select.ClassNamesConfig<any, boolean, react_select.GroupBase<any>> | undefined;
|
|
2914
|
+
styles?: react_select.StylesConfig<any, boolean, react_select.GroupBase<any>> | undefined;
|
|
2915
|
+
components?: Partial<react_select_dist_declarations_src_components.SelectComponents<any, boolean, react_select.GroupBase<any>>> | undefined;
|
|
2916
|
+
options?: react_select.OptionsOrGroups<any, react_select.GroupBase<any>> | undefined;
|
|
2917
|
+
isDisabled?: boolean | undefined;
|
|
2918
|
+
isLoading?: boolean | undefined;
|
|
2919
|
+
backspaceRemovesValue?: boolean | undefined;
|
|
2920
|
+
blurInputOnSelect?: boolean | undefined;
|
|
2921
|
+
captureMenuScroll?: boolean | undefined;
|
|
2922
|
+
closeMenuOnSelect?: boolean | undefined;
|
|
2923
|
+
closeMenuOnScroll?: boolean | ((event: Event) => boolean) | undefined;
|
|
2924
|
+
controlShouldRenderValue?: boolean | undefined;
|
|
2925
|
+
escapeClearsValue?: boolean | undefined;
|
|
2926
|
+
filterOption?: ((option: react_select_dist_declarations_src_filters.FilterOptionOption<any>, inputValue: string) => boolean) | null | undefined;
|
|
2927
|
+
formatGroupLabel?: ((group: react_select.GroupBase<any>) => React__default.ReactNode) | undefined;
|
|
2928
|
+
getOptionLabel?: react_select.GetOptionLabel<any> | undefined;
|
|
2929
|
+
getOptionValue?: react_select.GetOptionValue<any> | undefined;
|
|
2930
|
+
isOptionDisabled?: ((option: any, selectValue: react_select.Options<any>) => boolean) | undefined;
|
|
2931
|
+
isMulti?: boolean | undefined;
|
|
2932
|
+
isRtl?: boolean | undefined;
|
|
2933
|
+
isSearchable?: boolean | undefined;
|
|
2934
|
+
loadingMessage?: ((obj: {
|
|
2935
|
+
inputValue: string;
|
|
2936
|
+
}) => React__default.ReactNode) | undefined;
|
|
2937
|
+
minMenuHeight?: number | undefined;
|
|
2938
|
+
maxMenuHeight?: number | undefined;
|
|
2939
|
+
menuIsOpen?: boolean | undefined;
|
|
2940
|
+
menuPlacement?: react_select.MenuPlacement | undefined;
|
|
2941
|
+
menuPosition?: react_select.MenuPosition | undefined;
|
|
2942
|
+
menuShouldBlockScroll?: boolean | undefined;
|
|
2943
|
+
menuShouldScrollIntoView?: boolean | undefined;
|
|
2944
|
+
noOptionsMessage?: ((obj: {
|
|
2945
|
+
inputValue: string;
|
|
2946
|
+
}) => React__default.ReactNode) | undefined;
|
|
2947
|
+
openMenuOnFocus?: boolean | undefined;
|
|
2948
|
+
openMenuOnClick?: boolean | undefined;
|
|
2949
|
+
pageSize?: number | undefined;
|
|
2950
|
+
screenReaderStatus?: ((obj: {
|
|
2951
|
+
count: number;
|
|
2952
|
+
}) => string) | undefined;
|
|
2953
|
+
tabSelectsValue?: boolean | undefined;
|
|
2954
|
+
unstyled?: boolean | undefined;
|
|
2955
|
+
} & {}> & react_select_dist_declarations_src_useStateManager.StateManagerAdditionalProps<any> & React__default.RefAttributes<any>>;
|
|
2956
|
+
interface AsyncProps extends AsyncProps$1<any, boolean, any>, Props<any, boolean, any> {
|
|
2957
|
+
}
|
|
2958
|
+
declare const AsyncSelect: React__default.ForwardRefExoticComponent<AsyncProps & React__default.RefAttributes<any>>;
|
|
2959
|
+
|
|
2960
|
+
type Variant = "default" | "education";
|
|
2961
|
+
type SkirtProps = {
|
|
2962
|
+
children: React__default.ReactNode;
|
|
2963
|
+
variant?: Variant;
|
|
2964
|
+
titleBlockHasNavigation?: boolean;
|
|
2965
|
+
} & ContentProps;
|
|
2966
|
+
declare const Skirt: {
|
|
2967
|
+
({ children, variant, titleBlockHasNavigation, classNameOverride, ...restProps }: SkirtProps): JSX.Element;
|
|
2968
|
+
displayName: string;
|
|
2969
|
+
};
|
|
2970
|
+
|
|
2556
2971
|
type SliderFieldProps = {
|
|
2557
2972
|
id?: string;
|
|
2558
2973
|
labelText: ReactNode;
|
|
@@ -2571,6 +2986,157 @@ declare const Slider: {
|
|
|
2571
2986
|
displayName: string;
|
|
2572
2987
|
};
|
|
2573
2988
|
|
|
2989
|
+
type AnchorAttributes = AnchorHTMLAttributes<HTMLAnchorElement>;
|
|
2990
|
+
type ButtonAttributes = ButtonHTMLAttributes<HTMLButtonElement>;
|
|
2991
|
+
type AnchorButtonAttributes = AnchorAttributes & ButtonAttributes;
|
|
2992
|
+
type BaseButtonProps = {
|
|
2993
|
+
label: string;
|
|
2994
|
+
icon?: React__default.SVGAttributes<SVGSymbolElement>;
|
|
2995
|
+
isReversed?: boolean;
|
|
2996
|
+
} & OverrideClassName<AnchorButtonAttributes>;
|
|
2997
|
+
|
|
2998
|
+
type ActionButtonProps = Omit<BaseButtonProps, "icon">;
|
|
2999
|
+
|
|
3000
|
+
type DropdownButtonProps = Omit<BaseButtonProps, "label" | "icon">;
|
|
3001
|
+
|
|
3002
|
+
type SplitButtonProps = {
|
|
3003
|
+
/**
|
|
3004
|
+
* Props for primary action button (left).
|
|
3005
|
+
* Allows all native button/anchor attributes.
|
|
3006
|
+
*/
|
|
3007
|
+
actionButtonProps: ActionButtonProps & DataAttributes;
|
|
3008
|
+
/**
|
|
3009
|
+
* Props for dropdown menu button (right).
|
|
3010
|
+
* Allows all native button/anchor attributes.
|
|
3011
|
+
*/
|
|
3012
|
+
dropdownButtonProps?: DropdownButtonProps & DataAttributes;
|
|
3013
|
+
/**
|
|
3014
|
+
* Suggested components - MenuList > MenuItem
|
|
3015
|
+
*/
|
|
3016
|
+
dropdownContent: React__default.ReactNode;
|
|
3017
|
+
/**
|
|
3018
|
+
* Sets the dropdown menu to be open on initial render.
|
|
3019
|
+
*/
|
|
3020
|
+
isDropdownInitOpen?: boolean;
|
|
3021
|
+
/**
|
|
3022
|
+
* Disables both the primary action button and dropdown button.
|
|
3023
|
+
*/
|
|
3024
|
+
disabled?: boolean;
|
|
3025
|
+
/**
|
|
3026
|
+
* Use the `reversed` styles.
|
|
3027
|
+
*/
|
|
3028
|
+
isReversed?: boolean;
|
|
3029
|
+
/**
|
|
3030
|
+
* Text direction.
|
|
3031
|
+
*/
|
|
3032
|
+
dir?: "ltr" | "rtl";
|
|
3033
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
3034
|
+
/**
|
|
3035
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081896196/Split+Button Guidance} |
|
|
3036
|
+
* {@link https://cultureamp.design/storybook/?path=/docs/components-splitbutton--docs Storybook}
|
|
3037
|
+
*/
|
|
3038
|
+
declare const SplitButton: {
|
|
3039
|
+
({ actionButtonProps, dropdownButtonProps, dropdownContent, isDropdownInitOpen, disabled, isReversed, dir, classNameOverride, ...restProps }: SplitButtonProps): JSX.Element;
|
|
3040
|
+
displayName: string;
|
|
3041
|
+
};
|
|
3042
|
+
|
|
3043
|
+
type TableContainerProps = {
|
|
3044
|
+
children?: React__default.ReactNode;
|
|
3045
|
+
variant?: "compact" | "default" | "data";
|
|
3046
|
+
};
|
|
3047
|
+
/**
|
|
3048
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081929256/Table Guidance} |
|
|
3049
|
+
* {@link https://cultureamp.design/?path=/docs/components-table--docs Storybook}
|
|
3050
|
+
*/
|
|
3051
|
+
declare const TableContainer: ({ variant, children, ...otherProps }: TableContainerProps) => JSX.Element;
|
|
3052
|
+
type TableHeaderProps = {
|
|
3053
|
+
children?: React__default.ReactNode;
|
|
3054
|
+
};
|
|
3055
|
+
declare const TableHeader: ({ children, ...otherProps }: TableHeaderProps) => JSX.Element;
|
|
3056
|
+
type TableHeaderRowProps = {
|
|
3057
|
+
children?: React__default.ReactNode;
|
|
3058
|
+
};
|
|
3059
|
+
/**
|
|
3060
|
+
* @param width value between 1 and 0, to be calculated as a percentage
|
|
3061
|
+
* @param flex CSS flex shorthand as a string. Be sure to specify the flex grow,
|
|
3062
|
+
* shrink, and basis, due to IE11 compatibility. eg. use "1 1 auto"
|
|
3063
|
+
* instead of just "1".
|
|
3064
|
+
*/
|
|
3065
|
+
type TableHeaderRowCellProps = {
|
|
3066
|
+
labelText: string;
|
|
3067
|
+
onClick?: ((e: React__default.MouseEvent<HTMLButtonElement>) => any) | ((e: React__default.MouseEvent<HTMLAnchorElement>) => any);
|
|
3068
|
+
width?: number;
|
|
3069
|
+
flex?: string;
|
|
3070
|
+
href?: string;
|
|
3071
|
+
icon?: ReactElement;
|
|
3072
|
+
checkable?: boolean;
|
|
3073
|
+
checkedStatus?: CheckedStatus;
|
|
3074
|
+
onCheck?: (event: React__default.ChangeEvent<HTMLInputElement>) => any;
|
|
3075
|
+
reversed?: boolean;
|
|
3076
|
+
/**
|
|
3077
|
+
* Shows an up or down arrow, to show that the column is sorted.
|
|
3078
|
+
*/
|
|
3079
|
+
sorting?: "ascending" | "descending";
|
|
3080
|
+
wrapping?: "nowrap" | "wrap";
|
|
3081
|
+
align?: "start" | "center" | "end";
|
|
3082
|
+
tooltipInfo?: string;
|
|
3083
|
+
isTooltipIconHidden?: boolean;
|
|
3084
|
+
/**
|
|
3085
|
+
* Specify where the tooltip should be rendered.
|
|
3086
|
+
*/
|
|
3087
|
+
tooltipPortalSelector?: string | undefined;
|
|
3088
|
+
sortingArrowsOnHover?: "ascending" | "descending" | undefined;
|
|
3089
|
+
} & OverrideClassName<HTMLAttributes<HTMLElement>>;
|
|
3090
|
+
declare const TableHeaderRowCell: ({ labelText, onClick, href, width, flex, icon, checkable, checkedStatus, onCheck, reversed, sorting: sortingRaw, wrapping, align, tooltipInfo, isTooltipIconHidden, tooltipPortalSelector, sortingArrowsOnHover, classNameOverride, ...otherProps }: TableHeaderRowCellProps) => JSX.Element;
|
|
3091
|
+
type ButtonClickEvent = (e: React__default.MouseEvent<HTMLButtonElement>) => void;
|
|
3092
|
+
type AnchorClickEvent = (e: React__default.MouseEvent<HTMLAnchorElement>) => void;
|
|
3093
|
+
/**
|
|
3094
|
+
* As the Card examples in Storybook take a TableRow,
|
|
3095
|
+
* I opted to give the child the role="row" tag. That being
|
|
3096
|
+
* said, while TableHeader has a role="rowgroup" as given
|
|
3097
|
+
* in an example on the accessibility docs, I couldn't justify
|
|
3098
|
+
* adding the same here as all rows look to be wrapped in the
|
|
3099
|
+
* TableCard.
|
|
3100
|
+
*
|
|
3101
|
+
* It may mean that the consumer needs to add their own container
|
|
3102
|
+
* around with the role="row". We could also just add it as a
|
|
3103
|
+
* very simple component similar to TableHeader.
|
|
3104
|
+
*
|
|
3105
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Table_Role
|
|
3106
|
+
*/
|
|
3107
|
+
type TableCardProps = OverrideClassName<HTMLAttributes<HTMLElement>> & {
|
|
3108
|
+
onClick?: ButtonClickEvent | AnchorClickEvent;
|
|
3109
|
+
expanded?: boolean;
|
|
3110
|
+
expandedStyle?: "well" | "popout";
|
|
3111
|
+
href?: string;
|
|
3112
|
+
forceHoverState?: boolean;
|
|
3113
|
+
children?: React__default.ReactNode;
|
|
3114
|
+
};
|
|
3115
|
+
declare const TableCard: ({ children, expanded, expandedStyle, onClick, href, forceHoverState, classNameOverride, ...otherProps }: TableCardProps) => JSX.Element;
|
|
3116
|
+
/**
|
|
3117
|
+
* Aria roles like aria-rowindex can be added from
|
|
3118
|
+
* the component consumer.
|
|
3119
|
+
*
|
|
3120
|
+
* @param {*} { children, classNameOverride, ...otherProps }
|
|
3121
|
+
*/
|
|
3122
|
+
type TableRowProps = OverrideClassName<HTMLAttributes<HTMLElement>> & {
|
|
3123
|
+
children?: React__default.ReactNode;
|
|
3124
|
+
};
|
|
3125
|
+
declare const TableRow: ({ children, classNameOverride, ...otherProps }: TableRowProps) => JSX.Element;
|
|
3126
|
+
/**
|
|
3127
|
+
* @param width value between 1 and 0, to be calculated as a percentage
|
|
3128
|
+
* @param flex CSS flex shorthand as a string. Be sure to specify the flex grow,
|
|
3129
|
+
* shrink, and basis, due to IE11 compatibility. eg. use "1 1 auto"
|
|
3130
|
+
* instead of just "1".
|
|
3131
|
+
*/
|
|
3132
|
+
type TableRowCellProps = OverrideClassName<HTMLAttributes<HTMLElement>> & {
|
|
3133
|
+
children?: React__default.ReactNode;
|
|
3134
|
+
width?: number;
|
|
3135
|
+
flex?: string;
|
|
3136
|
+
href?: string;
|
|
3137
|
+
};
|
|
3138
|
+
declare const TableRowCell: ({ children, width, flex, href, classNameOverride, ...otherProps }: TableRowCellProps) => JSX.Element;
|
|
3139
|
+
|
|
2574
3140
|
type TextVariants = "intro-lede" | "body" | "small" | "extra-small";
|
|
2575
3141
|
type AllowedTextTags = "pre" | "p" | "div" | "span" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "label";
|
|
2576
3142
|
type AllowedTextColors = "dark" | "dark-reduced-opacity" | "white" | "white-reduced-opacity" | "positive" | "negative";
|
|
@@ -2596,6 +3162,196 @@ declare const Text: {
|
|
|
2596
3162
|
displayName: string;
|
|
2597
3163
|
};
|
|
2598
3164
|
|
|
3165
|
+
type OmittedInputProps = "startIconAdornment" | "endIconAdornment" | "ariaDescribedBy" | "ariaLabel";
|
|
3166
|
+
interface TextFieldProps extends Omit<InputProps, OmittedInputProps> {
|
|
3167
|
+
/**
|
|
3168
|
+
* A short example of input text. For context or additional information use the `description` prop
|
|
3169
|
+
*/
|
|
3170
|
+
labelText: React__default.ReactNode;
|
|
3171
|
+
inline?: boolean;
|
|
3172
|
+
icon?: JSX.Element;
|
|
3173
|
+
/**
|
|
3174
|
+
* A descriptive message for `error` or `caution` states
|
|
3175
|
+
*/
|
|
3176
|
+
validationMessage?: string | React__default.ReactNode;
|
|
3177
|
+
/**
|
|
3178
|
+
* A description that provides context for the text field
|
|
3179
|
+
*/
|
|
3180
|
+
description?: string | React__default.ReactNode;
|
|
3181
|
+
}
|
|
3182
|
+
/**
|
|
3183
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081928705/Text+Field Guidance} |
|
|
3184
|
+
* {@link https://cultureamp.design/?path=/docs/components-text-field--docs Storybook}
|
|
3185
|
+
*/
|
|
3186
|
+
declare const TextField: {
|
|
3187
|
+
({ id: propsId, labelText, inline, icon, validationMessage, description, status, reversed, disabled, ...restProps }: TextFieldProps): JSX.Element;
|
|
3188
|
+
displayName: string;
|
|
3189
|
+
};
|
|
3190
|
+
|
|
3191
|
+
type TextAreaProps = {
|
|
3192
|
+
textAreaRef?: React__default.RefObject<HTMLTextAreaElement>;
|
|
3193
|
+
status?: "default" | "error" | "caution";
|
|
3194
|
+
autogrow?: boolean;
|
|
3195
|
+
reversed?: boolean;
|
|
3196
|
+
} & OverrideClassName<TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
3197
|
+
declare const TextArea: {
|
|
3198
|
+
({ textAreaRef: propsTextAreaRef, status, autogrow, reversed, rows, defaultValue, value, disabled, onChange: propsOnChange, ...restProps }: TextAreaProps): JSX.Element;
|
|
3199
|
+
displayName: string;
|
|
3200
|
+
};
|
|
3201
|
+
|
|
3202
|
+
type TextAreaFieldProps = {
|
|
3203
|
+
labelText: string | React__default.ReactNode;
|
|
3204
|
+
inline?: boolean;
|
|
3205
|
+
validationMessage?: string | React__default.ReactNode;
|
|
3206
|
+
description?: string | React__default.ReactNode;
|
|
3207
|
+
variant?: "default" | "prominent";
|
|
3208
|
+
} & TextAreaProps;
|
|
3209
|
+
/**
|
|
3210
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081895966/Text+Area+Field Guidance} |
|
|
3211
|
+
* {@link https://cultureamp.design/?path=/docs/components-text-area-field--docs Storybook}
|
|
3212
|
+
*/
|
|
3213
|
+
declare const TextAreaField: {
|
|
3214
|
+
({ labelText, inline, validationMessage, description, variant, id: propsId, reversed, status, disabled, ...restProps }: TextAreaFieldProps): JSX.Element;
|
|
3215
|
+
displayName: string;
|
|
3216
|
+
};
|
|
3217
|
+
|
|
3218
|
+
declare const moodsList: readonly ["positive", "informative", "cautionary", "assertive", "negative", "prominent"];
|
|
3219
|
+
type Moods = (typeof moodsList)[number];
|
|
3220
|
+
|
|
3221
|
+
type TileAction = {
|
|
3222
|
+
label: string;
|
|
3223
|
+
onClick?: GenericButtonProps["onClick"];
|
|
3224
|
+
href?: string;
|
|
3225
|
+
icon?: JSX.Element;
|
|
3226
|
+
/**
|
|
3227
|
+
* @deprecated use data-testid instead
|
|
3228
|
+
*/
|
|
3229
|
+
automationId?: string;
|
|
3230
|
+
newTabAndIUnderstandTheAccessibilityImplications?: boolean;
|
|
3231
|
+
} & HTMLAttributes<HTMLButtonElement>;
|
|
3232
|
+
type TileInformation = {
|
|
3233
|
+
text: string;
|
|
3234
|
+
primaryAction?: TileAction;
|
|
3235
|
+
secondaryAction?: TileAction;
|
|
3236
|
+
};
|
|
3237
|
+
type GenericTileProps = {
|
|
3238
|
+
children?: React__default.ReactNode;
|
|
3239
|
+
title: React__default.ReactNode;
|
|
3240
|
+
titleTag?: AllowedHeadingTags;
|
|
3241
|
+
metadata?: string;
|
|
3242
|
+
information?: TileInformation | React__default.ReactNode;
|
|
3243
|
+
mood?: Moods;
|
|
3244
|
+
footer: React__default.ReactNode;
|
|
3245
|
+
} & OverrideClassName<Omit<HTMLAttributes<HTMLDivElement>, "title">>;
|
|
3246
|
+
|
|
3247
|
+
type InformationTileProps = GenericTileProps;
|
|
3248
|
+
/**
|
|
3249
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3079077889/Tile#InformationTile%3A Guidance} |
|
|
3250
|
+
* {@link https://cultureamp.design/?path=/docs/components-tiles-informationtile--docs Storybook}
|
|
3251
|
+
*/
|
|
3252
|
+
declare const InformationTile: {
|
|
3253
|
+
(props: InformationTileProps): JSX.Element;
|
|
3254
|
+
displayName: string;
|
|
3255
|
+
};
|
|
3256
|
+
|
|
3257
|
+
type MultiActionTileProps = {
|
|
3258
|
+
primaryAction: TileAction;
|
|
3259
|
+
secondaryAction?: TileAction;
|
|
3260
|
+
} & Omit<GenericTileProps, "footer">;
|
|
3261
|
+
/**
|
|
3262
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3079077889/Tile#MultiActionTile.1 Guidance} |
|
|
3263
|
+
* {@link https://cultureamp.design/?path=/docs/components-tiles-multiactiontile--docs Storybook}
|
|
3264
|
+
*/
|
|
3265
|
+
declare const MultiActionTile: {
|
|
3266
|
+
({ children, primaryAction, secondaryAction, ...restProps }: MultiActionTileProps): JSX.Element;
|
|
3267
|
+
displayName: string;
|
|
3268
|
+
};
|
|
3269
|
+
|
|
3270
|
+
type TileProps = InformationTileProps | MultiActionTileProps;
|
|
3271
|
+
type TileElement = ReactElement<TileProps>;
|
|
3272
|
+
interface TileGridProps extends OverrideClassName<HTMLAttributes<HTMLDivElement>> {
|
|
3273
|
+
children: TileElement[] | TileElement;
|
|
3274
|
+
}
|
|
3275
|
+
/**
|
|
3276
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3079077889/Tile#TileGrid Guidance} |
|
|
3277
|
+
* {@link https://cultureamp.design/storybook/?path=/docs/components-tiles-tilegrid--docs Storybook}
|
|
3278
|
+
*/
|
|
3279
|
+
declare const TileGrid: {
|
|
3280
|
+
({ children, classNameOverride, ...restProps }: TileGridProps): JSX.Element;
|
|
3281
|
+
displayName: string;
|
|
3282
|
+
};
|
|
3283
|
+
|
|
3284
|
+
type StatusType = "default" | "error";
|
|
3285
|
+
type ValueType = {
|
|
3286
|
+
/**
|
|
3287
|
+
* Supply hour in 24 hour format
|
|
3288
|
+
*/
|
|
3289
|
+
hour: number | undefined;
|
|
3290
|
+
minutes: number | undefined;
|
|
3291
|
+
};
|
|
3292
|
+
|
|
3293
|
+
type OmittedTimeFieldProps = "errorMessage" | "validationState" | "value" | "onChange" | "label" | "hideTimeZone";
|
|
3294
|
+
type TimeFieldProps = {
|
|
3295
|
+
id?: string;
|
|
3296
|
+
/**
|
|
3297
|
+
* Field label.
|
|
3298
|
+
*/
|
|
3299
|
+
label: string;
|
|
3300
|
+
/**
|
|
3301
|
+
* Accepts any valid locale code (https://npm.io/package/locale-codes).
|
|
3302
|
+
*/
|
|
3303
|
+
locale: string;
|
|
3304
|
+
onChange: (value: ValueType | null) => void;
|
|
3305
|
+
value: ValueType | null;
|
|
3306
|
+
status?: StatusType;
|
|
3307
|
+
validationMessage?: React__default.ReactNode;
|
|
3308
|
+
} & OverrideClassName<Omit<TimeFieldStateOptions, OmittedTimeFieldProps>>;
|
|
3309
|
+
declare const TimeField: {
|
|
3310
|
+
(props: TimeFieldProps): JSX.Element;
|
|
3311
|
+
displayName: string;
|
|
3312
|
+
};
|
|
3313
|
+
|
|
3314
|
+
type Position = "above" | "below" | "left" | "right";
|
|
3315
|
+
type Mood = "default" | "informative" | "positive" | "cautionary" | "highlight";
|
|
3316
|
+
type TooltipProps = {
|
|
3317
|
+
/**
|
|
3318
|
+
* Unfortunately, the content needed to be wrapped in a div. This can sometimes
|
|
3319
|
+
* break the css layout. To get around this, we allow you to specify the css
|
|
3320
|
+
* display value directly. If you need to need to modify more values, feel free
|
|
3321
|
+
* to use the `classNameOverride` prop, but avoid it if you can.
|
|
3322
|
+
*/
|
|
3323
|
+
display?: "block" | "inline" | "inline-block" | "flex" | "inline-flex";
|
|
3324
|
+
/**
|
|
3325
|
+
* This is more a "desired position". The tooltip will automatically change
|
|
3326
|
+
* its position, if there's not enough room to show it in the one specified.
|
|
3327
|
+
*/
|
|
3328
|
+
position?: Position;
|
|
3329
|
+
/** The text content for the tooltip */
|
|
3330
|
+
text: React__default.ReactNode;
|
|
3331
|
+
/**
|
|
3332
|
+
* This is the interactable element that is being described by the tooltip `text`
|
|
3333
|
+
*/
|
|
3334
|
+
children?: React__default.ReactNode;
|
|
3335
|
+
classNameOverride?: string;
|
|
3336
|
+
mood?: Mood;
|
|
3337
|
+
/**
|
|
3338
|
+
* Render the tooltip inside a react portal, given the ccs selector.
|
|
3339
|
+
* This is typically used for instances where the menu is a descendant of an
|
|
3340
|
+
* `overflow: scroll` or `overflow: hidden` element.
|
|
3341
|
+
*/
|
|
3342
|
+
portalSelector?: string;
|
|
3343
|
+
/**
|
|
3344
|
+
* Should the tooltip be visible on the first render. Useful for visual
|
|
3345
|
+
* regression testing.
|
|
3346
|
+
*/
|
|
3347
|
+
isInitiallyVisible?: boolean;
|
|
3348
|
+
animationDuration?: number;
|
|
3349
|
+
};
|
|
3350
|
+
declare const Tooltip: {
|
|
3351
|
+
({ children, text, display, position, classNameOverride, portalSelector, animationDuration, isInitiallyVisible, mood, }: TooltipProps): JSX.Element;
|
|
3352
|
+
displayName: string;
|
|
3353
|
+
};
|
|
3354
|
+
|
|
2599
3355
|
type ProgressStepperProps = {
|
|
2600
3356
|
stepName: string;
|
|
2601
3357
|
steps: [string, ...string[]];
|
|
@@ -2665,57 +3421,4 @@ declare const Workflow: {
|
|
|
2665
3421
|
};
|
|
2666
3422
|
};
|
|
2667
3423
|
|
|
2668
|
-
type OmittedInputProps = "startIconAdornment" | "endIconAdornment" | "ariaDescribedBy" | "ariaLabel";
|
|
2669
|
-
interface TextFieldProps extends Omit<InputProps, OmittedInputProps> {
|
|
2670
|
-
/**
|
|
2671
|
-
* A short example of input text. For context or additional information use the `description` prop
|
|
2672
|
-
*/
|
|
2673
|
-
labelText: React__default.ReactNode;
|
|
2674
|
-
inline?: boolean;
|
|
2675
|
-
icon?: JSX.Element;
|
|
2676
|
-
/**
|
|
2677
|
-
* A descriptive message for `error` or `caution` states
|
|
2678
|
-
*/
|
|
2679
|
-
validationMessage?: string | React__default.ReactNode;
|
|
2680
|
-
/**
|
|
2681
|
-
* A description that provides context for the text field
|
|
2682
|
-
*/
|
|
2683
|
-
description?: string | React__default.ReactNode;
|
|
2684
|
-
}
|
|
2685
|
-
/**
|
|
2686
|
-
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081928705/Text+Field Guidance} |
|
|
2687
|
-
* {@link https://cultureamp.design/?path=/docs/components-text-field--docs Storybook}
|
|
2688
|
-
*/
|
|
2689
|
-
declare const TextField: {
|
|
2690
|
-
({ id: propsId, labelText, inline, icon, validationMessage, description, status, reversed, disabled, ...restProps }: TextFieldProps): JSX.Element;
|
|
2691
|
-
displayName: string;
|
|
2692
|
-
};
|
|
2693
|
-
|
|
2694
|
-
type TextAreaProps = {
|
|
2695
|
-
textAreaRef?: React__default.RefObject<HTMLTextAreaElement>;
|
|
2696
|
-
status?: "default" | "error" | "caution";
|
|
2697
|
-
autogrow?: boolean;
|
|
2698
|
-
reversed?: boolean;
|
|
2699
|
-
} & OverrideClassName<TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
2700
|
-
declare const TextArea: {
|
|
2701
|
-
({ textAreaRef: propsTextAreaRef, status, autogrow, reversed, rows, defaultValue, value, disabled, onChange: propsOnChange, ...restProps }: TextAreaProps): JSX.Element;
|
|
2702
|
-
displayName: string;
|
|
2703
|
-
};
|
|
2704
|
-
|
|
2705
|
-
type TextAreaFieldProps = {
|
|
2706
|
-
labelText: string | React__default.ReactNode;
|
|
2707
|
-
inline?: boolean;
|
|
2708
|
-
validationMessage?: string | React__default.ReactNode;
|
|
2709
|
-
description?: string | React__default.ReactNode;
|
|
2710
|
-
variant?: "default" | "prominent";
|
|
2711
|
-
} & TextAreaProps;
|
|
2712
|
-
/**
|
|
2713
|
-
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081895966/Text+Area+Field Guidance} |
|
|
2714
|
-
* {@link https://cultureamp.design/?path=/docs/components-text-area-field--docs Storybook}
|
|
2715
|
-
*/
|
|
2716
|
-
declare const TextAreaField: {
|
|
2717
|
-
({ labelText, inline, validationMessage, description, variant, id: propsId, reversed, status, disabled, ...restProps }: TextAreaFieldProps): JSX.Element;
|
|
2718
|
-
displayName: string;
|
|
2719
|
-
};
|
|
2720
|
-
|
|
2721
|
-
export { AcademyIcon, ActionOffIcon, ActionOffWhiteIcon, ActionOnIcon, type ActiveFiltersArray, AddIcon, AddLinkIcon, AddWhiteIcon, AiIcon, type AllowedHeadingColors, type AllowedHeadingTags, type AllowedTextColors, type AllowedTextTags, ArchivedIcon, ArchivedWhiteIcon, ArrowBackwardIcon, ArrowDownIcon, ArrowForwardIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, Avatar, AvatarGroup, type AvatarGroupAvatarProps, type AvatarGroupProps, type AvatarGroupSize, type AvatarList, type AvatarProps, type AvatarSizes, Badge, BadgeAnimated, type BadgeProps, BlankIcon, BoldIcon, BookmarkOffIcon, BookmarkOnIcon, BranchingIcon, Brand, BrandMoment, type BrandMomentProps, type BrandProps, BullettedListIcon, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, type CSSVariableTheme, CaMonogramIcon, CalendarRange, type CalendarRangeElement, type CalendarRangeProps, CalendarSingle, type CalendarSingleElement, type CalendarSingleProps, CameraIcon, Card, type CardProps, type CardVariants, CautionIcon, CautionWhiteIcon, CheckIcon, Checkbox, CheckboxField, type CheckboxFieldProps, CheckboxGroup, type CheckboxGroupProps, type CheckboxProps, type CheckedStatus, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ClearButton, type ClearButtonProps, ClearIcon, ClearWhiteIcon, CloseIcon, ClosedIcon, ClosedWhiteIcon, Collapsible, CollapsibleGroup, type CollapsibleGroupProps, type CollapsibleProps, CommentAddIcon, CommentAddWhiteIcon, CommentBankIcon, CommentDisabledIcon, CommentDisabledWhiteIcon, CommentIcon, CommentWhiteIcon, CommunicationsIcon, type CompanyAvatarProps, CompetencyLibraryIcon, ConfigureIcon, ConfirmationModal, type ConfirmationModalProps, ConnectIcon, ConnectLineIcon, ContextModal, type ContextModalProps, type ContextModalSecondaryActionProps, type CustomButtonProps, CustomIcon, DashboardIcon, DateEndIcon, DateEndWhiteIcon, DateFormat, DateInput, DateInputDescription, type DateInputDescriptionProps, type DateInputProps, DateInputWithIconButton, type DateInputWithIconButtonProps, type DateInputWithIconButtonRefs, DatePicker, type DatePickerProps, type DateRangeFieldValidationMessage, DateRangeIcon, DateRangePicker, type DateRangePickerProps, DateRangeWhiteIcon, DateStartIcon, DateStartWhiteIcon, type DateValidationResponse, DayOfWeek, DecreaseIndentIcon, type DeepMapObjectLeafs, DeltaBareIcon, DeltaBareWhiteIcon, DeltaFlatIcon, DeltaIcon, DeltaNegativeIcon, DeltaPositiveIcon, DeltaWhiteIcon, DemographicsIcon, DepartmentIcon, DirectionalLink, type DirectionalLinkProps, type DisabledDayMatchers, type DisabledDays, Divider, type DividerProps, DraftIcon, DraftWhiteIcon, DragIcon, DuplicateIcon, EditIcon, EffectivenessIcon, EllipsisIcon, EmailIcon, EmptyIcon, EmptyState, type EmptyStateProps, EmptyWhiteIcon, EndIcon, EngagementIcon, EngagementWhiteIcon, EqualIcon, EqualWhiteIcon, ErrorPage, type ErrorPageProps, ExclamationIcon, ExclamationOctagonIcon, ExclamationOctagonWhiteIcon, ExclamationWhiteIcon, ExperienceIcon, ExpertAdviceCollapsible, type ExpertAdviceCollapsibleProps, ExportIcon, ExportWhiteIcon, ExternalLinkIcon, FaceDissatisfiedIcon, FaceDissatisfiedWhiteIcon, FaceNeutralIcon, FaceNeutralWhiteIcon, FaceSatisfiedIcon, FaceSatisfiedWhiteIcon, FaceVeryDissatisfiedIcon, FaceVeryDissatisfiedWhiteIcon, FaceVerySatisfiedIcon, FaceVerySatisfiedWhiteIcon, FactorsIcon, FavoriteOffIcon, FavoriteOnIcon, FeedbackClassifyIcon, FeedbackClassifyWhiteIcon, FeedbackCompletedIcon, FeedbackCompletedWhiteIcon, FeedbackReportIcon, FeedbackReportWhiteIcon, FeedbackReviewIcon, FeedbackReviewWhiteIcon, FeedbackShareIcon, FeedbackShareWhiteIcon, FieldGroup, type FieldGroupProps, FieldMessage, type FieldMessageProps, type FieldMessageStatus, FileIcon, FileWhiteIcon, Filter, type FilterAttributes, FilterBar, type FilterBarContextValue, type FilterBarProps, FilterBarProvider, type FilterBarProviderProps, type FilterBarState, type FilterBarStateFilters, FilterButton, type FilterButtonProps, FilterButtonRemovable, type FilterButtonRemovableProps, type FilterButtonRemovableRefs, FilterContents, type FilterContentsProps, FilterDatePicker, FilterDatePickerField, type FilterDatePickerFieldProps, type FilterDatePickerProps, FilterDateRangePicker, type FilterDateRangePickerProps, FilterIcon, type FilterIsUsableWhen, FilterMultiSelect, type FilterMultiSelectProps, type FilterProps, FilterSelect, type FilterSelectProps, type FilterState, type FilterStateEditableAttributes, type FilterTriggerButtonProps, type FilterTriggerRef, type Filters, type FiltersValues, FlagOffIcon, FlagOffWhiteIcon, FlagOnIcon, FullIcon, type GenericAvatarProps, GenericModal, type GenericModalProps, type GetDateValidationHandlerArgs, GlobalNotification, type GlobalNotificationProps, GridViewIcon, GuidanceIcon, HamburgerIcon, Heading, type HeadingProps, type HeadingVariants, HeatmapIcon, HeatmapWhiteIcon, HierarchyIcon, HomeIcon, IconButton, type IconButtonProps, ImportIcon, ImportWhiteIcon, IncreaseIndentIcon, IndicatorActiveIcon, IndicatorInactiveIcon, InformationIcon, InformationWhiteIcon, InlineNotification, type InlineNotificationProps, Input, InputEditModal, type InputEditModalProps, type InputProps, InputRange, type InputRangeProps, InputSearch, type InputSearchProps, type InputStatusType, type InputType, InsightIcon, InsightsIcon, type InternalFilterState, InvisibleIcon, ItalicsIcon, type ItemType, KaizenProvider, type KaizenProviderProps, KebabIcon, KioskIcon, KioskWhiteIcon, Label, type LabelProps, LabelledMessage, type LabelledMessageProps, LaunchIcon, LaunchWhiteIcon, LeaderboardIcon, type ListBoxItems, type ListBoxProps, type ListBoxSectionProps$1 as ListBoxSectionProps, ListViewIcon, LiveIcon, type LoadMoreButtonProps, LockIcon, LockWhiteIcon, LogOutIcon, type MappedFilters, MaximizeIcon, MeatballsIcon, type MenuFooterProps, type MenuLoadingSkeletonProps, MenuTriggerConsumer, MenuTriggerProvider, type MenuTriggerProviderContextType, type MenuTriggerProviderProps, MinimizeIcon, MinusIcon, ModalAccessibleDescription, type ModalAccessibleDescriptionProps, ModalAccessibleLabel, type ModalAccessibleLabelProps, ModalBody, type ModalBodyProps, ModalContext, type ModalContextType, ModalFooter, type ModalFooterProps, ModalHeader, type ModalHeaderProps, type MultiSelectItem, type MultiSelectOptionProps, NavigatorIcon, type NoResultsProps, NotificationIcon, NumberedListIcon, NumberedListRtlIcon, OpenIcon, OpenWhiteIcon, OrganizationIcon, PaginationLink, type PaginationLinkProps, ParticipationIcon, ParticipationWhiteIcon, PauseIcon, PauseWhiteIcon, PercentageIcon, PermissionsIcon, PersonIcon, PhotoUploadIcon, PowerIcon, PrintIcon, PrintWhiteIcon, ProcessManagerIcon, PromotionIcon, PromotionWhiteIcon, QuestionIcon, QuestionWhiteIcon, QuestionsIcon, Radio, RadioField, type RadioFieldProps, RadioGroup, type RadioGroupProps, type RadioProps, RedoIcon, RefreshIcon, type RemovableFilterTriggerProps, RemoveLinkIcon, RepeatsIcon, ReportIcon, ReportSharingIcon, RestoreIcon, SaveIcon, SearchField, type SearchFieldProps, SearchIcon, type SearchInputProps, SearchWhiteIcon, SecurityTipIcon, type SelectItem, type SelectItemNode, type SelectOption, type SelectOptionGroup, type SelectOptionGroupNode, type SelectOptionNode, SelectionConsumer, SelectionProvider, type SelectionProviderContextType, type SelectionProviderProps, SendIcon, SendRtlIcon, SettingsIcon, SettingsWhiteIcon, ShareIcon, SkipIcon, SkipWhiteIcon, Slider, type SliderFieldProps, SortAscendingIcon, SortDescendingIcon, type SourceFiltersState, SpinnerIcon, StarOffIcon, StarOnIcon, StartIcon, SubtractIcon, SubtractWhiteIcon, SuccessIcon, SuccessWhiteIcon, SupportIcon, SurveysIcon, SurveysWhiteIcon, SyncIcon, TagIcon, TasksIcon, TasksWhiteIcon, TemplateIcon, TemplateWhiteIcon, Text, TextAnalyticsIcon, TextAnalyticsWhiteIcon, TextArea, TextAreaField, type TextAreaFieldProps, type TextAreaProps, TextField, type TextFieldProps, type TextProps, type TextVariants, type Theme, ThemeContext, type ThemeKey, ThemeProvider, ThumbsDownIcon, ThumbsUpIcon, TimeIcon, TimeWhiteIcon, TranslationIcon, TrashIcon, type TypographyFont, UnattributedIcon, UnattributedWhiteIcon, UnderlineIcon, UndoIcon, type UseDateValidationArgs, type UseDateValidationValue, UserAddIcon, UserDeleteIcon, UserExitIcon, UserIcon, UserSelectIcon, UserSettingsIcon, UserUpdateIcon, UsersIcon, type ValidateDateResponse, type ValidationMessage, type ValidationResponse, type ValueType, VisibleIcon, Workflow, type WorkflowProps, WritingIcon, ZoomInIcon, ZoomOutIcon, calculateDisabledDays, defaultTheme, formatDateAsNumeral, formatDateAsText, formatDateRangeValue, getDateValidationHandler, getSelectedOptionKeys, getSelectedOptionLabels, getTruncatedLabels, heartTheme, isDisabledDate, isInvalidDate, isSelectingDayInCalendar, isValidWeekStartsOn, parseDateAsTextOrNumeral, parseDateFromNumeralFormatValue, parseDateFromTextFormatValue, setFocusInCalendar, useDateValidation, useFilterBarContext, useMenuTriggerContext, useSelectionContext, useTheme, validateDate };
|
|
3424
|
+
export { AcademyIcon, AccountBasics, Action, ActionOffIcon, ActionOffWhiteIcon, ActionOnIcon, ActionPlans, type ActiveFiltersArray, AddIcon, AddImage, AddLinkIcon, AddUser, AddWhiteIcon, AiIcon, Alarm, type AllowedHeadingColors, type AllowedHeadingTags, type AllowedTextColors, type AllowedTextTags, AmplifyOthers, ArchivedIcon, ArchivedWhiteIcon, ArrowBackwardIcon, ArrowDownIcon, ArrowForwardIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, Assertive, AsyncSelect, Avatar, AvatarGroup, type AvatarGroupAvatarProps, type AvatarGroupProps, type AvatarGroupSize, type AvatarList, type AvatarProps, type AvatarSizes, BCorp, Badge, BadgeAnimated, type BadgeProps, BaselineSurvey, Behaviour, BenefitsSurvey, BlankIcon, BlankSurvey, BoldIcon, BookmarkOffIcon, BookmarkOnIcon, BranchingIcon, Brand, BrandMoment, type BrandMomentProps, type BrandProps, BullettedListIcon, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, CaMonogramIcon, CalendarRange, type CalendarRangeElement, type CalendarRangeProps, CalendarSingle, type CalendarSingleElement, type CalendarSingleProps, CalendarSync, CameraIcon, CandidateSurvey, Card, type CardProps, type CardVariants, CautionIcon, CautionWhiteIcon, Cautionary, ChangeAgents, ChangeReadiness, ChangeSuccess, CheckIcon, Checkbox, CheckboxField, type CheckboxFieldProps, CheckboxGroup, type CheckboxGroupProps, type CheckboxProps, type CheckedStatus, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ClearButton, type ClearButtonProps, ClearIcon, ClearWhiteIcon, CloseIcon, ClosedIcon, ClosedWhiteIcon, Coaching, Collapsible, CollapsibleGroup, type CollapsibleGroupProps, type CollapsibleProps, CommentAddIcon, CommentAddWhiteIcon, CommentBankIcon, CommentDisabledIcon, CommentDisabledWhiteIcon, CommentIcon, CommentWhiteIcon, Communications, CommunicationsIcon, Community, Company, type CompanyAvatarProps, CompanyDetails, CompetencyLibraryIcon, ConfigureIcon, ConfirmationModal, type ConfirmationModalProps, ConnectIcon, ConnectLineIcon, Container, Content, type ContentProps, ContextModal, type ContextModalProps, type ContextModalSecondaryActionProps, Conversations, type CustomButtonProps, CustomIcon, CustomOnboardSurvey, CustomSurvey, CustomUnattributedSurvey, DashboardIcon, DataVisualization, DateEndIcon, DateEndWhiteIcon, DateFormat, DateInput, DateInputDescription, type DateInputDescriptionProps, type DateInputProps, DateInputWithIconButton, type DateInputWithIconButtonProps, type DateInputWithIconButtonRefs, DatePicker, type DatePickerProps, type DateRangeFieldValidationMessage, DateRangeIcon, DateRangePicker, type DateRangePickerProps, DateRangeWhiteIcon, DateStartIcon, DateStartWhiteIcon, type DateValidationResponse, DayOfWeek, DecreaseIndentIcon, DeltaBareIcon, DeltaBareWhiteIcon, DeltaFlatIcon, DeltaIcon, DeltaNegativeIcon, DeltaPositiveIcon, DeltaWhiteIcon, DemographicsIcon, DepartmentIcon, DirectionalLink, type DirectionalLinkProps, type DisabledDayMatchers, type DisabledDays, Divider, type DividerProps, DraftIcon, DraftWhiteIcon, DragIcon, DuplicateIcon, EditIcon, EffectivenessIcon, EllipsisIcon, EmailIcon, EmergencyResponse, EmployeeData, EmptyIcon, EmptyState, type EmptyStateProps, EmptyWhiteIcon, EndIcon, EndOfProbation, EngagementIcon, EngagementSurvey, EngagementWhiteIcon, EqualIcon, EqualWhiteIcon, ErrorPage, type ErrorPageProps, EssentialProductivity, EssentialResilience, ExclamationIcon, ExclamationOctagonIcon, ExclamationOctagonWhiteIcon, ExclamationWhiteIcon, ExecutiveReportSharing, ExitSurvey, ExperienceIcon, ExpertAdviceCollapsible, type ExpertAdviceCollapsibleProps, ExportIcon, ExportWhiteIcon, ExternalLinkIcon, FaceDissatisfiedIcon, FaceDissatisfiedWhiteIcon, FaceNeutralIcon, FaceNeutralWhiteIcon, FaceSatisfiedIcon, FaceSatisfiedWhiteIcon, FaceVeryDissatisfiedIcon, FaceVeryDissatisfiedWhiteIcon, FaceVerySatisfiedIcon, FaceVerySatisfiedWhiteIcon, FactorsIcon, FastAction, FavoriteOffIcon, FavoriteOnIcon, Feedback, FeedbackClassifyIcon, FeedbackClassifyWhiteIcon, FeedbackCompletedIcon, FeedbackCompletedWhiteIcon, FeedbackReportIcon, FeedbackReportWhiteIcon, FeedbackReviewIcon, FeedbackReviewWhiteIcon, FeedbackShareIcon, FeedbackShareWhiteIcon, FieldGroup, type FieldGroupProps, FieldMessage, type FieldMessageProps, type FieldMessageStatus, FileIcon, FileWhiteIcon, Filter, type FilterAttributes, FilterBar, type FilterBarContextValue, type FilterBarProps, FilterBarProvider, type FilterBarProviderProps, type FilterBarState, type FilterBarStateFilters, FilterButton, type FilterButtonProps, FilterButtonRemovable, type FilterButtonRemovableProps, type FilterButtonRemovableRefs, FilterContents, type FilterContentsProps, FilterDatePicker, FilterDatePickerField, type FilterDatePickerFieldProps, type FilterDatePickerProps, FilterDateRangePicker, type FilterDateRangePickerProps, FilterIcon, type FilterIsUsableWhen, FilterMultiSelect, type FilterMultiSelectProps, type FilterProps, FilterSelect, type FilterSelectProps, type FilterState, type FilterStateEditableAttributes, type FilterTriggerButtonProps, type FilterTriggerRef, type Filters, type FiltersValues, Fire, Fireworks, FlagOffIcon, FlagOffWhiteIcon, FlagOnIcon, FullIcon, FullImport, Gdpr, GeneralOnboardSurvey, type GenericAvatarProps, GenericModal, type GenericModalProps, type GetDateValidationHandlerArgs, GlobalNotification, type GlobalNotificationProps, Goals, GridViewIcon, GuidanceIcon, HamburgerIcon, HaveTheCourageToBeVulnerable, Heading, type HeadingProps, type HeadingVariants, HealthAndSafety, HeatmapIcon, HeatmapWhiteIcon, HierarchyIcon, HomeIcon, HrisImport, IconButton, type IconButtonProps, ImportIcon, ImportWhiteIcon, InclusionSurvey, IncreaseIndentIcon, IndicatorActiveIcon, IndicatorInactiveIcon, Individual180, Individual360, InfluentialCommunication, InformationIcon, InformationTile, type InformationTileProps, InformationWhiteIcon, Informative, InlineNotification, type InlineNotificationProps, Input, InputEditModal, type InputEditModalProps, type InputProps, InputRange, type InputRangeProps, InputSearch, type InputSearchProps, type InputStatusType, type InputType, InsightIcon, Insights, InsightsIcon, InternSurvey, type InternalFilterState, InvisibleIcon, ItalicsIcon, type ItemType, KaizenProvider, type KaizenProviderProps, KebabIcon, KioskIcon, KioskWhiteIcon, Label, type LabelProps, LabelledMessage, type LabelledMessageProps, LaunchIcon, LaunchWhiteIcon, LeaderReportSharing, LeaderboardIcon, Leadership180, Leadership360, LeadingChange, LeadingThroughCrisis, Learn, LearnFasterThroughFeedback, type ListBoxItems, type ListBoxProps, type ListBoxSectionProps$1 as ListBoxSectionProps, ListViewIcon, LiveIcon, type LoadMoreButtonProps, LoadingGraphic, type LoadingGraphicProps, type LoadingGraphicSize, LoadingHeading, type LoadingHeadingProps, LoadingInput, type LoadingInputProps, LoadingParagraph, type LoadingParagraphProps, LoadingSpinner, type LoadingSpinnerProps, LockIcon, LockWhiteIcon, LogOutIcon, London, Manager180, Manager360, ManagerLearning, ManagerReportSharing, type MappedFilters, MaximizeIcon, MeatballsIcon, MeetingVoices, Melbourne, Menu, type MenuFooterProps, MenuHeading, type MenuHeadingProps, MenuItem, type MenuItemProps, MenuList, type MenuListProps, type MenuLoadingSkeletonProps, type MenuProps, MenuTriggerConsumer, MenuTriggerProvider, type MenuTriggerProviderContextType, type MenuTriggerProviderProps, Microphone, MinimizeIcon, MinusIcon, ModalAccessibleDescription, type ModalAccessibleDescriptionProps, ModalAccessibleLabel, type ModalAccessibleLabelProps, ModalBody, type ModalBodyProps, ModalContext, type ModalContextType, ModalFooter, type ModalFooterProps, ModalHeader, type ModalHeaderProps, MultiActionTile, type MultiActionTileProps, type MultiSelectItem, type MultiSelectOptionProps, NavigatorIcon, Negative, NewWaysOfWorking, NewYork, type NoResultsProps, NotificationIcon, NumberedListIcon, NumberedListRtlIcon, Objective, OneOnOne, OpenIcon, OpenWhiteIcon, OrganizationIcon, Pagination, PaginationLink, type PaginationLinkProps, type PaginationProps, PaperPen, PartialImport, ParticipationIcon, ParticipationWhiteIcon, PauseIcon, PauseWhiteIcon, PercentageIcon, PerformanceDiagnostics, PermissionsIcon, PersonIcon, PhasedWeek1OnboardSurvey, PhasedWeek5OnboardSurvey, PhotoUploadIcon, Popover, type PopoverProps, Positive, PowerIcon, PowerfulInsights, PrintIcon, PrintWhiteIcon, Privacy, Process, ProcessManagerIcon, Productivity, PromotionIcon, PromotionWhiteIcon, PulseSurvey, QuestionIcon, QuestionWhiteIcon, QuestionsIcon, QuickEngagementSurvey, Radio, RadioField, type RadioFieldProps, RadioGroup, type RadioGroupProps, type RadioProps, ReOnboarding, ReadArticle, Recommendation, RedoIcon, RefreshIcon, RemoteManager, RemoteOnboardSurvey, RemoteWorkQSet, type RemovableFilterTriggerProps, RemoveLinkIcon, RepeatsIcon, ReportIcon, ReportSharing, ReportSharingIcon, Resilience, Resources, Response, RestoreIcon, ReturnToWorkplace, SanFrancisco, SaveIcon, ScienceBackedTools, SearchField, type SearchFieldProps, SearchIcon, type SearchInputProps, SearchWhiteIcon, SecurityTipIcon, Select, type SelectItem, type SelectItemNode, type SelectOption, type SelectOptionGroup, type SelectOptionGroupNode, type SelectOptionNode, type SelectProps, SelectionConsumer, SelectionProvider, type SelectionProviderContextType, type SelectionProviderProps, SendIcon, SendRtlIcon, SettingsIcon, SettingsWhiteIcon, ShareIcon, ShareReport, SinglePointOnboardSurvey, SkillsDevelopment, SkipIcon, SkipWhiteIcon, Skirt, type SkirtProps, Slider, type SliderFieldProps, SortAscendingIcon, SortDescendingIcon, type SourceFiltersState, SpinnerIcon, SplitButton, type SplitButtonProps, type SpotProps, SpreadsheetTemplate, StarOffIcon, StarOnIcon, Starburst, StartIcon, StatelessMenu, type StatelessMenuProps, Stop, Strategy, SubtractIcon, SubtractWhiteIcon, SuccessIcon, SuccessWhiteIcon, SupportIcon, SurveysIcon, SurveysWhiteIcon, SyncIcon, TableCard, type TableCardProps, TableContainer, type TableContainerProps, TableHeader, type TableHeaderProps, TableHeaderRowCell, type TableHeaderRowCellProps, type TableHeaderRowProps, TableRow, TableRowCell, type TableRowCellProps, type TableRowProps, TagIcon, TakeAim, TasksIcon, TasksWhiteIcon, Team1, Team2, TeamEffectiveness1, TeamEffectiveness2, TemplateIcon, TemplateWhiteIcon, Templates, Text, TextAnalyticsIcon, TextAnalyticsWhiteIcon, TextArea, TextAreaField, type TextAreaFieldProps, type TextAreaProps, TextField, type TextFieldProps, type TextProps, type TextVariants, ThumbsDownIcon, ThumbsUpIcon, type TileElement, TileGrid, type TileGridProps, TimeField, type TimeFieldProps, TimeIcon, TimeWhiteIcon, Timezone, Tooltip, type TooltipProps, TrafficCone, Training1, Training2, Training3, TranslationIcon, TrashIcon, Trophy, TrustOthersToMakeDecisions, UnattributedIcon, UnattributedWhiteIcon, UnderConstruction, UnderlineIcon, UndoIcon, type UseDateValidationArgs, type UseDateValidationValue, UserAddIcon, UserDeleteIcon, UserExitIcon, UserIcon, UserSelectIcon, UserSettingsIcon, UserUpdateIcon, UsersIcon, type ValidateDateResponse, type ValidationMessage, type ValidationResponse, ValueAdd, type ValueType$1 as ValueType, ValuesSurvey1, ValuesSurvey2, Video, ViewReports, VisibleIcon, WellbeingSurvey, WellbeingSurvey1, WellbeingSurvey2, WellbeingSurvey3, Workflow, type WorkflowProps, Workshop, WritingIcon, ZoomInIcon, ZoomOutIcon, calculateDisabledDays, formatDateAsNumeral, formatDateAsText, formatDateRangeValue, getDateValidationHandler, getSelectedOptionKeys, getSelectedOptionLabels, getTruncatedLabels, isDisabledDate, isInvalidDate, isSelectingDayInCalendar, isValidWeekStartsOn, parseDateAsTextOrNumeral, parseDateFromNumeralFormatValue, parseDateFromTextFormatValue, setFocusInCalendar, useDateValidation, useFilterBarContext, useMenuTriggerContext, usePopover, useSelectionContext, validateDate };
|