@kaizen/components 1.27.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 +2 -4
- package/dist/cjs/BrandMoment/BrandMoment.cjs.map +1 -1
- package/dist/cjs/Button/GenericButton/GenericButton.cjs.map +1 -1
- package/dist/cjs/Calendar/CalendarPopover/CalendarPopover.cjs +48 -0
- package/dist/cjs/Calendar/CalendarPopover/CalendarPopover.cjs.map +1 -0
- package/dist/cjs/Calendar/CalendarPopover/CalendarPopover.module.scss.cjs +7 -0
- package/dist/cjs/Calendar/CalendarPopover/CalendarPopover.module.scss.cjs.map +1 -0
- package/dist/cjs/Calendar/CalendarRange/CalendarRange.cjs +74 -0
- package/dist/cjs/Calendar/CalendarRange/CalendarRange.cjs.map +1 -0
- package/dist/cjs/Calendar/CalendarRange/CalendarRange.module.scss.cjs +13 -0
- package/dist/cjs/Calendar/CalendarRange/CalendarRange.module.scss.cjs.map +1 -0
- package/dist/cjs/Calendar/CalendarSingle/CalendarSingle.cjs +70 -0
- package/dist/cjs/Calendar/CalendarSingle/CalendarSingle.cjs.map +1 -0
- package/dist/cjs/Calendar/CalendarSingle/CalendarSingle.module.scss.cjs +8 -0
- package/dist/cjs/Calendar/CalendarSingle/CalendarSingle.module.scss.cjs.map +1 -0
- package/dist/cjs/Calendar/LegacyCalendarRange/LegacyCalendarRange.cjs +66 -0
- package/dist/cjs/Calendar/LegacyCalendarRange/LegacyCalendarRange.cjs.map +1 -0
- package/dist/cjs/Calendar/LegacyCalendarRange/LegacyCalendarRange.module.scss.cjs +11 -0
- package/dist/cjs/Calendar/LegacyCalendarRange/LegacyCalendarRange.module.scss.cjs.map +1 -0
- package/dist/cjs/Calendar/baseCalendarClassNames.cjs +23 -0
- package/dist/cjs/Calendar/baseCalendarClassNames.cjs.map +1 -0
- package/dist/cjs/Calendar/baseCalendarClassNames.module.scss.cjs +22 -0
- package/dist/cjs/Calendar/baseCalendarClassNames.module.scss.cjs.map +1 -0
- package/dist/cjs/Calendar/enums.cjs +18 -0
- package/dist/cjs/Calendar/enums.cjs.map +1 -0
- package/dist/cjs/Calendar/utils/calculateDisabledDays.cjs +23 -0
- package/dist/cjs/Calendar/utils/calculateDisabledDays.cjs.map +1 -0
- package/dist/cjs/Calendar/utils/formatDateAsNumeral.cjs +12 -0
- package/dist/cjs/Calendar/utils/formatDateAsNumeral.cjs.map +1 -0
- package/dist/cjs/Calendar/utils/formatDateAsText.cjs +21 -0
- package/dist/cjs/Calendar/utils/formatDateAsText.cjs.map +1 -0
- package/dist/cjs/Calendar/utils/isDisabledDate.cjs +8 -0
- package/dist/cjs/Calendar/utils/isDisabledDate.cjs.map +1 -0
- package/dist/cjs/Calendar/utils/isInvalidDate.cjs +7 -0
- package/dist/cjs/Calendar/utils/isInvalidDate.cjs.map +1 -0
- package/dist/cjs/Calendar/utils/isSelectingDayInCalendar.cjs +9 -0
- package/dist/cjs/Calendar/utils/isSelectingDayInCalendar.cjs.map +1 -0
- package/dist/cjs/Calendar/utils/isValidWeekStartsOn.cjs +7 -0
- package/dist/cjs/Calendar/utils/isValidWeekStartsOn.cjs.map +1 -0
- package/dist/cjs/Calendar/utils/parseDateAsTextOrNumeral.cjs +11 -0
- package/dist/cjs/Calendar/utils/parseDateAsTextOrNumeral.cjs.map +1 -0
- package/dist/cjs/Calendar/utils/parseDateFromNumeralFormatValue.cjs +11 -0
- package/dist/cjs/Calendar/utils/parseDateFromNumeralFormatValue.cjs.map +1 -0
- package/dist/cjs/Calendar/utils/parseDateFromTextFormatValue.cjs +11 -0
- package/dist/cjs/Calendar/utils/parseDateFromTextFormatValue.cjs.map +1 -0
- package/dist/cjs/Calendar/utils/setFocusInCalendar.cjs +14 -0
- package/dist/cjs/Calendar/utils/setFocusInCalendar.cjs.map +1 -0
- 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/DateInput/DateInput/DateInput.cjs +42 -0
- package/dist/cjs/DateInput/DateInput/DateInput.cjs.map +1 -0
- package/dist/cjs/DateInput/DateInput/DateInput.module.scss.cjs +8 -0
- package/dist/cjs/DateInput/DateInput/DateInput.module.scss.cjs.map +1 -0
- package/dist/cjs/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/DateInputDescription.cjs +2 -2
- package/dist/cjs/DateInput/DateInputDescription/DateInputDescription.cjs.map +1 -0
- package/dist/cjs/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/DateInputDescription.module.scss.cjs +4 -2
- package/dist/cjs/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/DateInputDescription.module.scss.cjs.map +1 -1
- package/dist/cjs/DateInput/DateInputDescription/utils/formatDescriptionInputFormat.cjs.map +1 -0
- package/dist/cjs/DateInput/DateInputWithIconButton/DateInputWithIconButton.cjs +43 -0
- package/dist/cjs/DateInput/DateInputWithIconButton/DateInputWithIconButton.cjs.map +1 -0
- package/dist/cjs/DateInput/DateInputWithIconButton/DateInputWithIconButton.module.scss.cjs +9 -0
- package/dist/cjs/DateInput/DateInputWithIconButton/DateInputWithIconButton.module.scss.cjs.map +1 -0
- package/dist/cjs/DatePicker/DatePicker.cjs +232 -0
- package/dist/cjs/DatePicker/DatePicker.cjs.map +1 -0
- package/dist/cjs/DatePicker/subcomponents/DateInputField/DateInputField.cjs +57 -0
- package/dist/cjs/DatePicker/subcomponents/DateInputField/DateInputField.cjs.map +1 -0
- package/dist/cjs/DatePicker/subcomponents/DateInputField/DateInputField.module.scss.cjs +7 -0
- package/dist/cjs/DatePicker/subcomponents/DateInputField/DateInputField.module.scss.cjs.map +1 -0
- package/dist/cjs/DatePicker/utils/getLocale.cjs +15 -0
- package/dist/cjs/DatePicker/utils/getLocale.cjs.map +1 -0
- package/dist/cjs/DatePicker/utils/validateDate.cjs +59 -0
- package/dist/cjs/DatePicker/utils/validateDate.cjs.map +1 -0
- package/dist/cjs/DateRangePicker/DateRangePicker.cjs +146 -0
- package/dist/cjs/DateRangePicker/DateRangePicker.cjs.map +1 -0
- package/dist/cjs/DateRangePicker/DateRangePicker.module.scss.cjs +11 -0
- package/dist/cjs/DateRangePicker/DateRangePicker.module.scss.cjs.map +1 -0
- package/dist/cjs/DateRangePicker/utils/formatDateRangeValue.cjs +25 -0
- package/dist/cjs/DateRangePicker/utils/formatDateRangeValue.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/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.cjs +5 -8
- package/dist/cjs/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.cjs.map +1 -1
- package/dist/cjs/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.cjs.map +1 -1
- package/dist/cjs/FilterDatePicker/FilterDatePicker.cjs +7 -2
- package/dist/cjs/FilterDatePicker/FilterDatePicker.cjs.map +1 -1
- package/dist/cjs/FilterDatePicker/hooks/useDateInputHandlers.cjs +13 -9
- package/dist/cjs/FilterDatePicker/hooks/useDateInputHandlers.cjs.map +1 -1
- package/dist/cjs/FilterDatePicker/hooks/useDateValidation.cjs.map +1 -1
- package/dist/cjs/FilterDatePicker/subcomponents/DateInputField/DateInputField.cjs +7 -6
- package/dist/cjs/FilterDatePicker/subcomponents/DateInputField/DateInputField.cjs.map +1 -1
- package/dist/cjs/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.cjs +12 -7
- package/dist/cjs/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.cjs.map +1 -1
- package/dist/cjs/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.cjs +7 -3
- package/dist/cjs/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.cjs.map +1 -1
- package/dist/cjs/FilterDatePicker/utils/transformDateToInputValue.cjs +7 -2
- package/dist/cjs/FilterDatePicker/utils/transformDateToInputValue.cjs.map +1 -1
- package/dist/cjs/FilterDatePicker/utils/validateDate.cjs +1 -1
- package/dist/cjs/FilterDatePicker/utils/validateDate.cjs.map +1 -1
- package/dist/cjs/FilterDateRangePicker/FilterDateRangePicker.cjs +3 -3
- package/dist/cjs/FilterDateRangePicker/FilterDateRangePicker.cjs.map +1 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.cjs +6 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.cjs.map +1 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.cjs +5 -4
- package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.cjs.map +1 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.cjs +6 -6
- package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.cjs.map +1 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.cjs +9 -6
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.cjs.map +1 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.cjs +7 -3
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.cjs.map +1 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.cjs +5 -8
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.cjs.map +1 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.cjs +5 -8
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.cjs.map +1 -1
- package/dist/cjs/FilterDateRangePicker/utils/isCompleteDateRange.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/ConfirmationModal/ConfirmationModal.cjs +126 -0
- package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.cjs.map +1 -0
- package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.module.scss.cjs +31 -0
- package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.module.scss.cjs.map +1 -0
- package/dist/cjs/Modal/ContextModal/ContextModal.cjs +95 -0
- package/dist/cjs/Modal/ContextModal/ContextModal.cjs.map +1 -0
- package/dist/cjs/Modal/ContextModal/ContextModal.module.scss.cjs +31 -0
- package/dist/cjs/Modal/ContextModal/ContextModal.module.scss.cjs.map +1 -0
- package/dist/cjs/Modal/GenericModal/GenericModal.cjs +138 -0
- package/dist/cjs/Modal/GenericModal/GenericModal.cjs.map +1 -0
- package/dist/cjs/Modal/GenericModal/GenericModal.module.scss.cjs +19 -0
- package/dist/cjs/Modal/GenericModal/GenericModal.module.scss.cjs.map +1 -0
- package/dist/cjs/Modal/GenericModal/context/ModalContext.cjs +9 -0
- package/dist/cjs/Modal/GenericModal/context/ModalContext.cjs.map +1 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.cjs +21 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.cjs.map +1 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.module.scss.cjs +7 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.module.scss.cjs.map +1 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.cjs +25 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.cjs.map +1 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.module.scss.cjs +8 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.module.scss.cjs.map +1 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalBody/ModalBody.cjs +19 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalBody/ModalBody.cjs.map +1 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalBody/ModalBody.module.scss.cjs +7 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalBody/ModalBody.module.scss.cjs.map +1 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.cjs +42 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.cjs.map +1 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.module.scss.cjs +17 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.module.scss.cjs.map +1 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.cjs +33 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.cjs.map +1 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.module.scss.cjs +10 -0
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.module.scss.cjs.map +1 -0
- package/dist/cjs/Modal/InputEditModal/InputEditModal.cjs +86 -0
- package/dist/cjs/Modal/InputEditModal/InputEditModal.cjs.map +1 -0
- package/dist/cjs/Modal/InputEditModal/InputEditModal.module.scss.cjs +26 -0
- package/dist/cjs/Modal/InputEditModal/InputEditModal.module.scss.cjs.map +1 -0
- package/dist/cjs/Modal/util/console.cjs +17 -0
- package/dist/cjs/Modal/util/console.cjs.map +1 -0
- 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/Radio/Radio.cjs.map +1 -1
- 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/CalendarPopover/CalendarPopover.d.ts +16 -0
- package/dist/cjs/dts/Calendar/CalendarPopover/index.d.ts +1 -0
- package/dist/cjs/dts/Calendar/CalendarRange/CalendarRange.d.ts +12 -0
- package/dist/cjs/dts/Calendar/CalendarRange/index.d.ts +1 -0
- package/dist/cjs/dts/Calendar/CalendarSingle/CalendarSingle.d.ts +11 -0
- package/dist/cjs/dts/Calendar/CalendarSingle/index.d.ts +1 -0
- package/dist/cjs/dts/Calendar/LegacyCalendarRange/LegacyCalendarRange.d.ts +16 -0
- package/dist/cjs/dts/Calendar/LegacyCalendarRange/index.d.ts +1 -0
- package/dist/cjs/dts/Calendar/_docs/controls/weekStartsOnControls.d.ts +26 -0
- package/dist/cjs/dts/Calendar/baseCalendarClassNames.d.ts +2 -0
- package/dist/cjs/dts/Calendar/enums.d.ts +15 -0
- package/dist/cjs/dts/Calendar/index.d.ts +5 -0
- package/dist/cjs/dts/Calendar/types.d.ts +37 -0
- package/dist/cjs/dts/Calendar/utils/calculateDisabledDays.d.ts +3 -0
- package/dist/cjs/dts/Calendar/utils/formatDateAsNumeral.d.ts +1 -0
- package/dist/cjs/dts/Calendar/utils/formatDateAsText.d.ts +2 -0
- package/dist/cjs/dts/Calendar/utils/index.d.ts +11 -0
- package/dist/cjs/dts/Calendar/utils/isDisabledDate.d.ts +2 -0
- package/dist/cjs/dts/Calendar/utils/isInvalidDate.d.ts +1 -0
- package/dist/cjs/dts/Calendar/utils/isSelectingDayInCalendar.d.ts +1 -0
- package/dist/cjs/dts/Calendar/utils/isValidWeekStartsOn.d.ts +2 -0
- package/dist/cjs/dts/Calendar/utils/parseDateAsTextOrNumeral.d.ts +1 -0
- package/dist/cjs/dts/Calendar/utils/parseDateFromNumeralFormatValue.d.ts +1 -0
- package/dist/cjs/dts/Calendar/utils/parseDateFromTextFormatValue.d.ts +1 -0
- package/dist/cjs/dts/Calendar/utils/setFocusInCalendar.d.ts +3 -0
- 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/DateInput/DateInput.d.ts +12 -0
- package/dist/cjs/dts/DateInput/DateInput/index.d.ts +1 -0
- package/dist/{esm/dts/FilterDateRangePicker/subcomponents → cjs/dts/DateInput}/DateInputDescription/DateInputDescription.d.ts +0 -1
- package/dist/cjs/dts/DateInput/DateInputWithIconButton/DateInputWithIconButton.d.ts +18 -0
- package/dist/cjs/dts/DateInput/DateInputWithIconButton/index.d.ts +1 -0
- package/dist/cjs/dts/DateInput/index.d.ts +3 -0
- package/dist/cjs/dts/DatePicker/DatePicker.d.ts +55 -0
- package/dist/cjs/dts/DatePicker/_docs/controls/datePickerLocaleControls.d.ts +8 -0
- package/dist/cjs/dts/DatePicker/_docs/controls/disabledDayMatchersControls.d.ts +96 -0
- package/dist/cjs/dts/DatePicker/index.d.ts +2 -0
- package/dist/cjs/dts/DatePicker/subcomponents/DateInputField/DateInputField.d.ts +35 -0
- package/dist/cjs/dts/DatePicker/subcomponents/DateInputField/index.d.ts +1 -0
- package/dist/cjs/dts/DatePicker/types.d.ts +11 -0
- package/dist/cjs/dts/DatePicker/utils/getLocale.d.ts +3 -0
- package/dist/cjs/dts/DatePicker/utils/validateDate.d.ts +12 -0
- package/dist/cjs/dts/DateRangePicker/DateRangePicker.d.ts +44 -0
- package/dist/cjs/dts/DateRangePicker/index.d.ts +2 -0
- package/dist/cjs/dts/DateRangePicker/utils/formatDateRangeValue.d.ts +2 -0
- 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/FilterDatePicker/hooks/useDateInputHandlers.d.ts +2 -2
- package/dist/cjs/dts/FilterDatePicker/hooks/useDateValidation.d.ts +1 -1
- package/dist/cjs/dts/FilterDatePicker/subcomponents/DateInputField/DateInputField.d.ts +1 -2
- package/dist/cjs/dts/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.d.ts +4 -4
- package/dist/cjs/dts/FilterDatePicker/types.d.ts +1 -1
- package/dist/cjs/dts/FilterDatePicker/utils/transformDateToInputValue.d.ts +1 -1
- package/dist/cjs/dts/FilterDatePicker/utils/validateDate.d.ts +1 -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/DateRangeInputField/DateRangeInputField.d.ts +1 -2
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.d.ts +0 -1
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.d.ts +3 -3
- package/dist/cjs/dts/FilterDateRangePicker/utils/isCompleteDateRange.d.ts +1 -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/Modal/ConfirmationModal/ConfirmationModal.d.ts +38 -0
- package/dist/cjs/dts/Modal/ConfirmationModal/index.d.ts +1 -0
- package/dist/cjs/dts/Modal/ContextModal/ContextModal.d.ts +40 -0
- package/dist/cjs/dts/Modal/ContextModal/index.d.ts +1 -0
- package/dist/cjs/dts/Modal/GenericModal/GenericModal.d.ts +14 -0
- package/dist/cjs/dts/Modal/GenericModal/context/ModalContext.d.ts +6 -0
- package/dist/cjs/dts/Modal/GenericModal/index.d.ts +7 -0
- package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.d.ts +8 -0
- package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalAccessibleDescription/index.d.ts +1 -0
- package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.d.ts +9 -0
- package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalAccessibleLabel/index.d.ts +1 -0
- package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalBody/ModalBody.d.ts +9 -0
- package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalBody/index.d.ts +1 -0
- package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.d.ts +26 -0
- package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalFooter/index.d.ts +1 -0
- package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.d.ts +11 -0
- package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalHeader/index.d.ts +1 -0
- package/dist/cjs/dts/Modal/InputEditModal/InputEditModal.d.ts +32 -0
- package/dist/cjs/dts/Modal/InputEditModal/index.d.ts +1 -0
- package/dist/cjs/dts/Modal/index.d.ts +4 -0
- package/dist/cjs/dts/Modal/util/console.d.ts +5 -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/{esm/dts/Button → cjs/dts/Pagination/subcomponents}/DirectionalLink/DirectionalLink.d.ts +1 -2
- package/dist/cjs/dts/{Button → 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/Radio/Radio.d.ts +5 -5
- 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/cjs/dts/__future__/Tag/{Tag.d.ts → 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 +20 -2
- package/dist/cjs/dts/utils/AppearanceAnim.d.ts +16 -0
- package/dist/cjs/dts/utils/useMediaQueries.d.ts +27 -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 +252 -14
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.css +69 -19
- package/dist/cjs/utils/useMediaQueries.cjs +172 -0
- package/dist/cjs/utils/useMediaQueries.cjs.map +1 -0
- package/dist/cjs/utils/useResizeObserver.cjs +58 -0
- package/dist/cjs/utils/useResizeObserver.cjs.map +1 -0
- package/dist/esm/BrandMoment/BrandMoment.mjs +1 -3
- package/dist/esm/BrandMoment/BrandMoment.mjs.map +1 -1
- package/dist/esm/Button/GenericButton/GenericButton.mjs.map +1 -1
- package/dist/esm/Calendar/CalendarPopover/CalendarPopover.mjs +46 -0
- package/dist/esm/Calendar/CalendarPopover/CalendarPopover.mjs.map +1 -0
- package/dist/esm/Calendar/CalendarPopover/CalendarPopover.module.scss.mjs +5 -0
- package/dist/esm/Calendar/CalendarPopover/CalendarPopover.module.scss.mjs.map +1 -0
- package/dist/esm/Calendar/CalendarRange/CalendarRange.mjs +72 -0
- package/dist/esm/Calendar/CalendarRange/CalendarRange.mjs.map +1 -0
- package/dist/esm/Calendar/CalendarRange/CalendarRange.module.scss.mjs +11 -0
- package/dist/esm/Calendar/CalendarRange/CalendarRange.module.scss.mjs.map +1 -0
- package/dist/esm/Calendar/CalendarSingle/CalendarSingle.mjs +68 -0
- package/dist/esm/Calendar/CalendarSingle/CalendarSingle.mjs.map +1 -0
- package/dist/esm/Calendar/CalendarSingle/CalendarSingle.module.scss.mjs +6 -0
- package/dist/esm/Calendar/CalendarSingle/CalendarSingle.module.scss.mjs.map +1 -0
- package/dist/esm/Calendar/LegacyCalendarRange/LegacyCalendarRange.mjs +64 -0
- package/dist/esm/Calendar/LegacyCalendarRange/LegacyCalendarRange.mjs.map +1 -0
- package/dist/esm/Calendar/LegacyCalendarRange/LegacyCalendarRange.module.scss.mjs +9 -0
- package/dist/esm/Calendar/LegacyCalendarRange/LegacyCalendarRange.module.scss.mjs.map +1 -0
- package/dist/esm/Calendar/baseCalendarClassNames.mjs +21 -0
- package/dist/esm/Calendar/baseCalendarClassNames.mjs.map +1 -0
- package/dist/esm/Calendar/baseCalendarClassNames.module.scss.mjs +20 -0
- package/dist/esm/Calendar/baseCalendarClassNames.module.scss.mjs.map +1 -0
- package/dist/esm/Calendar/enums.mjs +15 -0
- package/dist/esm/Calendar/enums.mjs.map +1 -0
- package/dist/esm/Calendar/utils/calculateDisabledDays.mjs +21 -0
- package/dist/esm/Calendar/utils/calculateDisabledDays.mjs.map +1 -0
- package/dist/esm/Calendar/utils/formatDateAsNumeral.mjs +10 -0
- package/dist/esm/Calendar/utils/formatDateAsNumeral.mjs.map +1 -0
- package/dist/esm/Calendar/utils/formatDateAsText.mjs +19 -0
- package/dist/esm/Calendar/utils/formatDateAsText.mjs.map +1 -0
- package/dist/esm/Calendar/utils/isDisabledDate.mjs +6 -0
- package/dist/esm/Calendar/utils/isDisabledDate.mjs.map +1 -0
- package/dist/esm/Calendar/utils/isInvalidDate.mjs +5 -0
- package/dist/esm/Calendar/utils/isInvalidDate.mjs.map +1 -0
- package/dist/esm/Calendar/utils/isSelectingDayInCalendar.mjs +7 -0
- package/dist/esm/Calendar/utils/isSelectingDayInCalendar.mjs.map +1 -0
- package/dist/esm/Calendar/utils/isValidWeekStartsOn.mjs +5 -0
- package/dist/esm/Calendar/utils/isValidWeekStartsOn.mjs.map +1 -0
- package/dist/esm/Calendar/utils/parseDateAsTextOrNumeral.mjs +9 -0
- package/dist/esm/Calendar/utils/parseDateAsTextOrNumeral.mjs.map +1 -0
- package/dist/esm/Calendar/utils/parseDateFromNumeralFormatValue.mjs +9 -0
- package/dist/esm/Calendar/utils/parseDateFromNumeralFormatValue.mjs.map +1 -0
- package/dist/esm/Calendar/utils/parseDateFromTextFormatValue.mjs +9 -0
- package/dist/esm/Calendar/utils/parseDateFromTextFormatValue.mjs.map +1 -0
- package/dist/esm/Calendar/utils/setFocusInCalendar.mjs +12 -0
- package/dist/esm/Calendar/utils/setFocusInCalendar.mjs.map +1 -0
- 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/DateInput/DateInput/DateInput.mjs +40 -0
- package/dist/esm/DateInput/DateInput/DateInput.mjs.map +1 -0
- package/dist/esm/DateInput/DateInput/DateInput.module.scss.mjs +6 -0
- package/dist/esm/DateInput/DateInput/DateInput.module.scss.mjs.map +1 -0
- package/dist/esm/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/DateInputDescription.mjs +2 -2
- package/dist/esm/DateInput/DateInputDescription/DateInputDescription.mjs.map +1 -0
- package/dist/esm/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/DateInputDescription.module.scss.mjs +4 -2
- package/dist/esm/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/DateInputDescription.module.scss.mjs.map +1 -1
- package/dist/esm/DateInput/DateInputDescription/utils/formatDescriptionInputFormat.mjs.map +1 -0
- package/dist/esm/DateInput/DateInputWithIconButton/DateInputWithIconButton.mjs +41 -0
- package/dist/esm/DateInput/DateInputWithIconButton/DateInputWithIconButton.mjs.map +1 -0
- package/dist/esm/DateInput/DateInputWithIconButton/DateInputWithIconButton.module.scss.mjs +7 -0
- package/dist/esm/DateInput/DateInputWithIconButton/DateInputWithIconButton.module.scss.mjs.map +1 -0
- package/dist/esm/DatePicker/DatePicker.mjs +230 -0
- package/dist/esm/DatePicker/DatePicker.mjs.map +1 -0
- package/dist/esm/DatePicker/subcomponents/DateInputField/DateInputField.mjs +55 -0
- package/dist/esm/DatePicker/subcomponents/DateInputField/DateInputField.mjs.map +1 -0
- package/dist/esm/DatePicker/subcomponents/DateInputField/DateInputField.module.scss.mjs +5 -0
- package/dist/esm/DatePicker/subcomponents/DateInputField/DateInputField.module.scss.mjs.map +1 -0
- package/dist/esm/DatePicker/utils/getLocale.mjs +13 -0
- package/dist/esm/DatePicker/utils/getLocale.mjs.map +1 -0
- package/dist/esm/DatePicker/utils/validateDate.mjs +57 -0
- package/dist/esm/DatePicker/utils/validateDate.mjs.map +1 -0
- package/dist/esm/DateRangePicker/DateRangePicker.mjs +144 -0
- package/dist/esm/DateRangePicker/DateRangePicker.mjs.map +1 -0
- package/dist/esm/DateRangePicker/DateRangePicker.module.scss.mjs +9 -0
- package/dist/esm/DateRangePicker/DateRangePicker.module.scss.mjs.map +1 -0
- package/dist/esm/DateRangePicker/utils/formatDateRangeValue.mjs +23 -0
- package/dist/esm/DateRangePicker/utils/formatDateRangeValue.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/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.mjs +5 -8
- package/dist/esm/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.mjs.map +1 -1
- package/dist/esm/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.mjs.map +1 -1
- package/dist/esm/FilterDatePicker/FilterDatePicker.mjs +6 -1
- package/dist/esm/FilterDatePicker/FilterDatePicker.mjs.map +1 -1
- package/dist/esm/FilterDatePicker/hooks/useDateInputHandlers.mjs +10 -6
- package/dist/esm/FilterDatePicker/hooks/useDateInputHandlers.mjs.map +1 -1
- package/dist/esm/FilterDatePicker/hooks/useDateValidation.mjs.map +1 -1
- package/dist/esm/FilterDatePicker/subcomponents/DateInputField/DateInputField.mjs +4 -3
- package/dist/esm/FilterDatePicker/subcomponents/DateInputField/DateInputField.mjs.map +1 -1
- package/dist/esm/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.mjs +9 -4
- package/dist/esm/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.mjs.map +1 -1
- package/dist/esm/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.mjs +5 -1
- package/dist/esm/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.mjs.map +1 -1
- package/dist/esm/FilterDatePicker/utils/transformDateToInputValue.mjs +6 -1
- package/dist/esm/FilterDatePicker/utils/transformDateToInputValue.mjs.map +1 -1
- package/dist/esm/FilterDatePicker/utils/validateDate.mjs +1 -1
- package/dist/esm/FilterDatePicker/utils/validateDate.mjs.map +1 -1
- package/dist/esm/FilterDateRangePicker/FilterDateRangePicker.mjs +4 -4
- package/dist/esm/FilterDateRangePicker/FilterDateRangePicker.mjs.map +1 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.mjs +6 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.mjs.map +1 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.mjs +4 -3
- package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.mjs.map +1 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.mjs +1 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.mjs.map +1 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.mjs +8 -5
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.mjs.map +1 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.mjs +5 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.mjs.map +1 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.mjs +5 -8
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.mjs.map +1 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.mjs +5 -8
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.mjs.map +1 -1
- package/dist/esm/FilterDateRangePicker/utils/isCompleteDateRange.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/ConfirmationModal/ConfirmationModal.mjs +124 -0
- package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.mjs.map +1 -0
- package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.module.scss.mjs +29 -0
- package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.module.scss.mjs.map +1 -0
- package/dist/esm/Modal/ContextModal/ContextModal.mjs +93 -0
- package/dist/esm/Modal/ContextModal/ContextModal.mjs.map +1 -0
- package/dist/esm/Modal/ContextModal/ContextModal.module.scss.mjs +29 -0
- package/dist/esm/Modal/ContextModal/ContextModal.module.scss.mjs.map +1 -0
- package/dist/esm/Modal/GenericModal/GenericModal.mjs +136 -0
- package/dist/esm/Modal/GenericModal/GenericModal.mjs.map +1 -0
- package/dist/esm/Modal/GenericModal/GenericModal.module.scss.mjs +17 -0
- package/dist/esm/Modal/GenericModal/GenericModal.module.scss.mjs.map +1 -0
- package/dist/esm/Modal/GenericModal/context/ModalContext.mjs +7 -0
- package/dist/esm/Modal/GenericModal/context/ModalContext.mjs.map +1 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.mjs +19 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.mjs.map +1 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.module.scss.mjs +5 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.module.scss.mjs.map +1 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.mjs +23 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.mjs.map +1 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.module.scss.mjs +6 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.module.scss.mjs.map +1 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalBody/ModalBody.mjs +17 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalBody/ModalBody.mjs.map +1 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalBody/ModalBody.module.scss.mjs +5 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalBody/ModalBody.module.scss.mjs.map +1 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.mjs +40 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.mjs.map +1 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.module.scss.mjs +15 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.module.scss.mjs.map +1 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.mjs +31 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.mjs.map +1 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.module.scss.mjs +8 -0
- package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.module.scss.mjs.map +1 -0
- package/dist/esm/Modal/InputEditModal/InputEditModal.mjs +84 -0
- package/dist/esm/Modal/InputEditModal/InputEditModal.mjs.map +1 -0
- package/dist/esm/Modal/InputEditModal/InputEditModal.module.scss.mjs +24 -0
- package/dist/esm/Modal/InputEditModal/InputEditModal.module.scss.mjs.map +1 -0
- package/dist/esm/Modal/util/console.mjs +14 -0
- package/dist/esm/Modal/util/console.mjs.map +1 -0
- 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/Radio/Radio.mjs.map +1 -1
- 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/CalendarPopover/CalendarPopover.d.ts +16 -0
- package/dist/esm/dts/Calendar/CalendarPopover/index.d.ts +1 -0
- package/dist/esm/dts/Calendar/CalendarRange/CalendarRange.d.ts +12 -0
- package/dist/esm/dts/Calendar/CalendarRange/index.d.ts +1 -0
- package/dist/esm/dts/Calendar/CalendarSingle/CalendarSingle.d.ts +11 -0
- package/dist/esm/dts/Calendar/CalendarSingle/index.d.ts +1 -0
- package/dist/esm/dts/Calendar/LegacyCalendarRange/LegacyCalendarRange.d.ts +16 -0
- package/dist/esm/dts/Calendar/LegacyCalendarRange/index.d.ts +1 -0
- package/dist/esm/dts/Calendar/_docs/controls/weekStartsOnControls.d.ts +26 -0
- package/dist/esm/dts/Calendar/baseCalendarClassNames.d.ts +2 -0
- package/dist/esm/dts/Calendar/enums.d.ts +15 -0
- package/dist/esm/dts/Calendar/index.d.ts +5 -0
- package/dist/esm/dts/Calendar/types.d.ts +37 -0
- package/dist/esm/dts/Calendar/utils/calculateDisabledDays.d.ts +3 -0
- package/dist/esm/dts/Calendar/utils/formatDateAsNumeral.d.ts +1 -0
- package/dist/esm/dts/Calendar/utils/formatDateAsText.d.ts +2 -0
- package/dist/esm/dts/Calendar/utils/index.d.ts +11 -0
- package/dist/esm/dts/Calendar/utils/isDisabledDate.d.ts +2 -0
- package/dist/esm/dts/Calendar/utils/isInvalidDate.d.ts +1 -0
- package/dist/esm/dts/Calendar/utils/isSelectingDayInCalendar.d.ts +1 -0
- package/dist/esm/dts/Calendar/utils/isValidWeekStartsOn.d.ts +2 -0
- package/dist/esm/dts/Calendar/utils/parseDateAsTextOrNumeral.d.ts +1 -0
- package/dist/esm/dts/Calendar/utils/parseDateFromNumeralFormatValue.d.ts +1 -0
- package/dist/esm/dts/Calendar/utils/parseDateFromTextFormatValue.d.ts +1 -0
- package/dist/esm/dts/Calendar/utils/setFocusInCalendar.d.ts +3 -0
- 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/DateInput/DateInput.d.ts +12 -0
- package/dist/esm/dts/DateInput/DateInput/index.d.ts +1 -0
- package/dist/{cjs/dts/FilterDateRangePicker/subcomponents → esm/dts/DateInput}/DateInputDescription/DateInputDescription.d.ts +0 -1
- package/dist/esm/dts/DateInput/DateInputWithIconButton/DateInputWithIconButton.d.ts +18 -0
- package/dist/esm/dts/DateInput/DateInputWithIconButton/index.d.ts +1 -0
- package/dist/esm/dts/DateInput/index.d.ts +3 -0
- package/dist/esm/dts/DatePicker/DatePicker.d.ts +55 -0
- package/dist/esm/dts/DatePicker/_docs/controls/datePickerLocaleControls.d.ts +8 -0
- package/dist/esm/dts/DatePicker/_docs/controls/disabledDayMatchersControls.d.ts +96 -0
- package/dist/esm/dts/DatePicker/index.d.ts +2 -0
- package/dist/esm/dts/DatePicker/subcomponents/DateInputField/DateInputField.d.ts +35 -0
- package/dist/esm/dts/DatePicker/subcomponents/DateInputField/index.d.ts +1 -0
- package/dist/esm/dts/DatePicker/types.d.ts +11 -0
- package/dist/esm/dts/DatePicker/utils/getLocale.d.ts +3 -0
- package/dist/esm/dts/DatePicker/utils/validateDate.d.ts +12 -0
- package/dist/esm/dts/DateRangePicker/DateRangePicker.d.ts +44 -0
- package/dist/esm/dts/DateRangePicker/index.d.ts +2 -0
- package/dist/esm/dts/DateRangePicker/utils/formatDateRangeValue.d.ts +2 -0
- 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/FilterDatePicker/hooks/useDateInputHandlers.d.ts +2 -2
- package/dist/esm/dts/FilterDatePicker/hooks/useDateValidation.d.ts +1 -1
- package/dist/esm/dts/FilterDatePicker/subcomponents/DateInputField/DateInputField.d.ts +1 -2
- package/dist/esm/dts/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.d.ts +4 -4
- package/dist/esm/dts/FilterDatePicker/types.d.ts +1 -1
- package/dist/esm/dts/FilterDatePicker/utils/transformDateToInputValue.d.ts +1 -1
- package/dist/esm/dts/FilterDatePicker/utils/validateDate.d.ts +1 -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/DateRangeInputField/DateRangeInputField.d.ts +1 -2
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.d.ts +0 -1
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.d.ts +3 -3
- package/dist/esm/dts/FilterDateRangePicker/utils/isCompleteDateRange.d.ts +1 -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/Modal/ConfirmationModal/ConfirmationModal.d.ts +38 -0
- package/dist/esm/dts/Modal/ConfirmationModal/index.d.ts +1 -0
- package/dist/esm/dts/Modal/ContextModal/ContextModal.d.ts +40 -0
- package/dist/esm/dts/Modal/ContextModal/index.d.ts +1 -0
- package/dist/esm/dts/Modal/GenericModal/GenericModal.d.ts +14 -0
- package/dist/esm/dts/Modal/GenericModal/context/ModalContext.d.ts +6 -0
- package/dist/esm/dts/Modal/GenericModal/index.d.ts +7 -0
- package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.d.ts +8 -0
- package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalAccessibleDescription/index.d.ts +1 -0
- package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.d.ts +9 -0
- package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalAccessibleLabel/index.d.ts +1 -0
- package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalBody/ModalBody.d.ts +9 -0
- package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalBody/index.d.ts +1 -0
- package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.d.ts +26 -0
- package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalFooter/index.d.ts +1 -0
- package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.d.ts +11 -0
- package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalHeader/index.d.ts +1 -0
- package/dist/esm/dts/Modal/InputEditModal/InputEditModal.d.ts +32 -0
- package/dist/esm/dts/Modal/InputEditModal/index.d.ts +1 -0
- package/dist/esm/dts/Modal/index.d.ts +4 -0
- package/dist/esm/dts/Modal/util/console.d.ts +5 -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/{cjs/dts/Button → esm/dts/Pagination/subcomponents}/DirectionalLink/DirectionalLink.d.ts +1 -2
- package/dist/esm/dts/{Button → 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/Radio/Radio.d.ts +5 -5
- 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/esm/dts/__future__/Tag/{Tag.d.ts → 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 +20 -2
- package/dist/esm/dts/utils/AppearanceAnim.d.ts +16 -0
- package/dist/esm/dts/utils/useMediaQueries.d.ts +27 -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 +69 -19
- package/dist/esm/index.mjs +57 -6
- package/dist/esm/index.mjs.map +1 -1
- package/dist/esm/utils/useMediaQueries.mjs +169 -0
- package/dist/esm/utils/useMediaQueries.mjs.map +1 -0
- package/dist/esm/utils/useResizeObserver.mjs +56 -0
- package/dist/esm/utils/useResizeObserver.mjs.map +1 -0
- package/dist/index.d.ts +1639 -488
- package/dist/styles.css +1 -1
- package/locales/ar.json +1 -1
- package/locales/bg.json +1 -1
- package/locales/cs.json +1 -1
- package/locales/cy.json +1 -1
- package/locales/da.json +1 -1
- package/locales/de.json +1 -1
- package/locales/el.json +1 -1
- package/locales/en-GB.json +1 -1
- package/locales/en.json +1 -1
- package/locales/es-419.json +1 -1
- package/locales/es.json +1 -1
- package/locales/et.json +1 -1
- package/locales/fi.json +1 -1
- package/locales/fr-CA.json +1 -1
- package/locales/fr.json +1 -1
- package/locales/he.json +1 -1
- package/locales/hi.json +1 -1
- package/locales/ht.json +1 -1
- package/locales/hu.json +1 -1
- package/locales/id.json +1 -1
- package/locales/it.json +1 -1
- package/locales/ja.json +1 -1
- package/locales/km-KH.json +1 -1
- package/locales/ko.json +1 -1
- package/locales/lt.json +1 -1
- package/locales/lv.json +1 -1
- package/locales/mi.json +1 -1
- package/locales/ms.json +1 -1
- package/locales/nb.json +1 -1
- package/locales/nl.json +1 -1
- package/locales/pl.json +1 -1
- package/locales/pt-BR.json +1 -1
- package/locales/pt.json +1 -1
- package/locales/ro.json +1 -1
- package/locales/ru.json +1 -1
- package/locales/si-LK.json +1 -1
- package/locales/sk.json +1 -1
- package/locales/sr.json +1 -1
- package/locales/sv.json +1 -1
- package/locales/th.json +1 -1
- package/locales/tl.json +1 -1
- package/locales/tr.json +1 -1
- package/locales/uk.json +1 -1
- package/locales/vi.json +1 -1
- package/locales/zh-TW.json +1 -1
- package/locales/zh.json +1 -1
- package/package.json +44 -34
- package/dist/cjs/Button/DirectionalLink/DirectionalLink.cjs.map +0 -1
- package/dist/cjs/Button/PaginationLink/PaginationLink.cjs.map +0 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/DateInputDescription/DateInputDescription.cjs.map +0 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/DateInputDescription/utils/formatDescriptionInputFormat.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/cjs/dts/types/DatePicker.d.ts +0 -3
- package/dist/esm/Button/DirectionalLink/DirectionalLink.mjs.map +0 -1
- package/dist/esm/Button/PaginationLink/PaginationLink.mjs.map +0 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/DateInputDescription/DateInputDescription.mjs.map +0 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/DateInputDescription/utils/formatDescriptionInputFormat.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/FilterDatePicker/_docs/controls/defaultMonthControls.d.ts +0 -16
- package/dist/esm/dts/FilterDateRangePicker/_docs/controls/defaultMonthControls.d.ts +0 -16
- 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/esm/dts/types/DatePicker.d.ts +0 -3
- /package/dist/cjs/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/utils/formatDescriptionInputFormat.cjs +0 -0
- /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/{FilterDatePicker → Calendar}/_docs/controls/defaultMonthControls.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/utils/formatDescriptionInputFormat.d.ts +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/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/utils/formatDescriptionInputFormat.mjs +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/{cjs/dts/FilterDateRangePicker → esm/dts/Calendar}/_docs/controls/defaultMonthControls.d.ts +0 -0
- /package/dist/esm/dts/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/utils/formatDescriptionInputFormat.d.ts +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,27 +1,28 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import React$1
|
|
2
|
+
import * as React$1 from 'react';
|
|
3
|
+
import React__default, { HTMLAttributes, MouseEvent, FocusEvent, ComponentType, ReactElement, ReactNode, ButtonHTMLAttributes, InputHTMLAttributes, RefObject, SVGAttributes, LabelHTMLAttributes, SyntheticEvent, AnchorHTMLAttributes, TextareaHTMLAttributes } from 'react';
|
|
3
4
|
import { SceneProps, AnimatedSceneProps } from '@kaizen/draft-illustration';
|
|
4
|
-
import { TooltipProps } from '@kaizen/draft-tooltip';
|
|
5
|
+
import { TooltipProps as TooltipProps$1 } from '@kaizen/draft-tooltip';
|
|
6
|
+
import { DayPickerSingleProps, DayPickerRangeProps, DayPickerProps, DateRange, DateInterval, Matcher, DayClickEventHandler } from 'react-day-picker';
|
|
7
|
+
export { DateInterval, DateRange } from 'react-day-picker';
|
|
5
8
|
import { HeadingProps as HeadingProps$1 } from '@kaizen/typography';
|
|
6
|
-
import { DateInputProps, CalendarSingleProps, DisabledDays, DateRange } from '@kaizen/date-picker';
|
|
7
|
-
export { DateRange, DisabledDays } from '@kaizen/date-picker';
|
|
8
|
-
import { FieldMessageStatus as FieldMessageStatus$1 } from '@kaizen/draft-form';
|
|
9
|
-
import { CalendarRangeProps } from '@kaizen/date-picker/src/_subcomponents/Calendar';
|
|
10
|
-
import { DateInputProps as DateInputProps$1 } from '@kaizen/date-picker/src/_subcomponents/DateInput';
|
|
11
9
|
import { Node, SelectionMode, Selection } from '@react-types/shared';
|
|
12
10
|
import { AriaMenuOptions } from '@react-aria/menu';
|
|
13
11
|
import { MenuTriggerState } from '@react-stately/menu';
|
|
14
12
|
import { ListState } from '@react-stately/list';
|
|
15
13
|
import { AriaListBoxOptions } from '@react-aria/listbox';
|
|
16
|
-
import { SelectProps } from '@react-stately/select';
|
|
17
|
-
import
|
|
18
|
-
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';
|
|
19
24
|
import { DefaultTagProps } from '@kaizen/draft-tag';
|
|
20
25
|
|
|
21
|
-
type StringSuggestions<T extends string> = T | (string & Record<never, never>);
|
|
22
|
-
|
|
23
|
-
type FilterDateSupportedLocales = StringSuggestions<"en-US" | "en-AU">;
|
|
24
|
-
|
|
25
26
|
type OverrideClassName<T extends Record<string, any>> = Omit<T, "className"> & {
|
|
26
27
|
/** Add extra classnames to the component. Try out some Tailwind classes (eg. `!mb-48`) to see! */
|
|
27
28
|
classNameOverride?: string;
|
|
@@ -149,9 +150,10 @@ type CustomButtonProps = {
|
|
|
149
150
|
onClick?: (e: MouseEvent<any>) => void;
|
|
150
151
|
onFocus?: (e: FocusEvent<HTMLElement>) => void;
|
|
151
152
|
onBlur?: (e: FocusEvent<HTMLElement>) => void;
|
|
152
|
-
children?:
|
|
153
|
+
children?: React__default.ReactNode;
|
|
154
|
+
"data-testid"?: string;
|
|
153
155
|
};
|
|
154
|
-
type ButtonFormAttributes = Pick<
|
|
156
|
+
type ButtonFormAttributes = Pick<React__default.ButtonHTMLAttributes<HTMLButtonElement>, "form" | "formAction" | "formMethod" | "formEncType" | "formTarget" | "formNoValidate">;
|
|
155
157
|
type GenericProps = {
|
|
156
158
|
id?: string;
|
|
157
159
|
reversed?: boolean;
|
|
@@ -202,7 +204,7 @@ type ButtonProps = GenericButtonProps;
|
|
|
202
204
|
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3062890984/Button Guidance} |
|
|
203
205
|
* {@link https://cultureamp.design/?path=/docs/components-buttons-button--docs Storybook}
|
|
204
206
|
*/
|
|
205
|
-
declare const Button:
|
|
207
|
+
declare const Button: React__default.ForwardRefExoticComponent<GenericButtonProps & React__default.RefAttributes<ButtonRef | undefined>>;
|
|
206
208
|
|
|
207
209
|
type IconButtonProps = GenericProps & ButtonFormAttributes & (WorkingProps | WorkingUndefinedProps) & {
|
|
208
210
|
label: string;
|
|
@@ -233,42 +235,6 @@ declare const IconButton: {
|
|
|
233
235
|
displayName: string;
|
|
234
236
|
};
|
|
235
237
|
|
|
236
|
-
type PaginationLinkProps = GenericProps & {
|
|
237
|
-
pageNumber: number;
|
|
238
|
-
isActive?: boolean;
|
|
239
|
-
"aria-label": string;
|
|
240
|
-
};
|
|
241
|
-
/**
|
|
242
|
-
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082092975/Pagination Guidance} |
|
|
243
|
-
* {@link https://cultureamp.design/?path=/story/components-buttons-paginationlink--docs Storybook}
|
|
244
|
-
*/
|
|
245
|
-
declare const PaginationLink: {
|
|
246
|
-
({ pageNumber, ...restProps }: PaginationLinkProps): JSX.Element;
|
|
247
|
-
defaultProps: {
|
|
248
|
-
reversed: boolean;
|
|
249
|
-
isActive: boolean;
|
|
250
|
-
};
|
|
251
|
-
displayName: string;
|
|
252
|
-
};
|
|
253
|
-
|
|
254
|
-
type DirectionalLinkProps = {
|
|
255
|
-
label: string;
|
|
256
|
-
disabled?: boolean;
|
|
257
|
-
direction: "prev" | "next" | "start" | "end";
|
|
258
|
-
} & GenericProps;
|
|
259
|
-
/**
|
|
260
|
-
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082092975/Pagination Guidance} |
|
|
261
|
-
* {@link https://cultureamp.design/?path=/story/components-buttons-directionallink--docs Storybook}
|
|
262
|
-
*/
|
|
263
|
-
declare const DirectionalLink: {
|
|
264
|
-
(props: DirectionalLinkProps): JSX.Element;
|
|
265
|
-
defaultProps: {
|
|
266
|
-
reversed: boolean;
|
|
267
|
-
disabled: boolean;
|
|
268
|
-
};
|
|
269
|
-
displayName: string;
|
|
270
|
-
};
|
|
271
|
-
|
|
272
238
|
type BrandMomentProps = {
|
|
273
239
|
mood: "informative" | "positive" | "negative";
|
|
274
240
|
illustration: ReactElement<SceneProps>;
|
|
@@ -293,20 +259,114 @@ declare const BrandMoment: {
|
|
|
293
259
|
};
|
|
294
260
|
|
|
295
261
|
type FilterButtonBaseProps = {
|
|
296
|
-
children:
|
|
262
|
+
children: React__default.ReactNode;
|
|
297
263
|
} & OverrideClassName<ButtonHTMLAttributes<HTMLButtonElement>>;
|
|
298
264
|
|
|
299
265
|
type ButtonGroupProps = {
|
|
300
|
-
children:
|
|
266
|
+
children: React__default.ReactElement<FilterButtonBaseProps | TooltipProps$1> | Array<React__default.ReactElement<FilterButtonBaseProps | TooltipProps$1>>;
|
|
301
267
|
} & Omit<OverrideClassName<HTMLAttributes<HTMLDivElement>>, "children">;
|
|
302
268
|
declare const ButtonGroup: {
|
|
303
269
|
({ children, classNameOverride, ...restProps }: ButtonGroupProps): JSX.Element;
|
|
304
270
|
displayName: string;
|
|
305
271
|
};
|
|
306
272
|
|
|
273
|
+
type CalendarSingleElement = HTMLDivElement;
|
|
274
|
+
type CalendarSingleProps = {
|
|
275
|
+
id?: string;
|
|
276
|
+
onMount?: (calendarElement: CalendarSingleElement) => void;
|
|
277
|
+
} & OverrideClassName<Omit<DayPickerSingleProps, "mode">>;
|
|
278
|
+
declare const CalendarSingle: {
|
|
279
|
+
({ id, onMount, classNameOverride, selected, defaultMonth, weekStartsOn, locale, ...restProps }: CalendarSingleProps): JSX.Element;
|
|
280
|
+
displayName: string;
|
|
281
|
+
};
|
|
282
|
+
|
|
283
|
+
type CalendarRangeElement = HTMLDivElement;
|
|
284
|
+
type CalendarRangeProps = {
|
|
285
|
+
id?: string;
|
|
286
|
+
onMount?: (calendarElement: CalendarRangeElement) => void;
|
|
287
|
+
hasDivider?: boolean;
|
|
288
|
+
} & OverrideClassName<Omit<DayPickerRangeProps, "mode">>;
|
|
289
|
+
declare const CalendarRange: {
|
|
290
|
+
({ id, onMount, hasDivider, classNameOverride, selected, defaultMonth, locale, ...restProps }: CalendarRangeProps): JSX.Element;
|
|
291
|
+
displayName: string;
|
|
292
|
+
};
|
|
293
|
+
|
|
294
|
+
declare const DayOfWeek: {
|
|
295
|
+
readonly Sun: 0;
|
|
296
|
+
readonly Mon: 1;
|
|
297
|
+
readonly Tue: 2;
|
|
298
|
+
readonly Wed: 3;
|
|
299
|
+
readonly Thu: 4;
|
|
300
|
+
readonly Fri: 5;
|
|
301
|
+
readonly Sat: 6;
|
|
302
|
+
};
|
|
303
|
+
type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
|
|
304
|
+
declare const DateFormat: {
|
|
305
|
+
readonly Numeral: "P";
|
|
306
|
+
readonly Text: "PP";
|
|
307
|
+
};
|
|
308
|
+
type DateFormat = (typeof DateFormat)[keyof typeof DateFormat];
|
|
309
|
+
|
|
310
|
+
type DisabledDays = DayPickerProps["disabled"];
|
|
311
|
+
type DisabledDayMatchers = {
|
|
312
|
+
/**
|
|
313
|
+
* Accepts an array of singluar dates and disables them.
|
|
314
|
+
* e.g. [new Date(2022, 1, 12), new Date(2022, 1, 25)]
|
|
315
|
+
*/
|
|
316
|
+
disabledDates?: Date[];
|
|
317
|
+
/**
|
|
318
|
+
* Accepts an array of DayOfWeek values and disables those days throughout
|
|
319
|
+
* the calendar.
|
|
320
|
+
* e.g. [DayOfWeek.Mon, DayOfWeek.Tue]
|
|
321
|
+
*/
|
|
322
|
+
disabledDaysOfWeek?: DayOfWeek[];
|
|
323
|
+
/**
|
|
324
|
+
* Accepts an object with a `from` and `to` date. Disables any date
|
|
325
|
+
* inside of that range, including the specified dates.
|
|
326
|
+
* { from: new Date(2022, 1, 12), to: new Date(2022, 1, 16) }
|
|
327
|
+
*/
|
|
328
|
+
disabledRange?: DateRange;
|
|
329
|
+
/**
|
|
330
|
+
* Accepts an object with a `before` and `after` date. Disables any date
|
|
331
|
+
* inside of that range, excluding the specified dates.
|
|
332
|
+
* { after: new Date(2022, 1, 12), before: new Date(2022, 1, 16) }
|
|
333
|
+
*/
|
|
334
|
+
disabledBeforeAfter?: DateInterval;
|
|
335
|
+
/**
|
|
336
|
+
* Accepts single date and disables all days before it.
|
|
337
|
+
* */
|
|
338
|
+
disabledBefore?: Date;
|
|
339
|
+
/**
|
|
340
|
+
* Accepts single date and disables all days after it.
|
|
341
|
+
*/
|
|
342
|
+
disabledAfter?: Date;
|
|
343
|
+
};
|
|
344
|
+
|
|
345
|
+
declare const calculateDisabledDays: ({ disabledDates, disabledDaysOfWeek, disabledRange, disabledBeforeAfter, disabledBefore, disabledAfter, }: DisabledDayMatchers) => Matcher[];
|
|
346
|
+
|
|
347
|
+
declare const formatDateAsNumeral: (date: Date, locale: Locale) => string;
|
|
348
|
+
|
|
349
|
+
declare const formatDateAsText: (date: Date, disabledDays: DisabledDays, locale: Locale) => string;
|
|
350
|
+
|
|
351
|
+
declare const isDisabledDate: (date: Date, disabledDays: DisabledDays) => boolean;
|
|
352
|
+
|
|
353
|
+
declare const isInvalidDate: (parsedDate: Date) => boolean;
|
|
354
|
+
|
|
355
|
+
declare const isValidWeekStartsOn: (day: DayOfWeek | undefined) => day is 0 | 1 | 2 | 3 | 4 | 5 | 6 | undefined;
|
|
356
|
+
|
|
357
|
+
declare const isSelectingDayInCalendar: (target: (EventTarget & Element) | null) => boolean;
|
|
358
|
+
|
|
359
|
+
declare const parseDateAsTextOrNumeral: (value: string, locale: Locale) => Date;
|
|
360
|
+
|
|
361
|
+
declare const parseDateFromNumeralFormatValue: (value: string, locale: Locale) => Date;
|
|
362
|
+
|
|
363
|
+
declare const parseDateFromTextFormatValue: (value: string, locale: Locale) => Date;
|
|
364
|
+
|
|
365
|
+
declare const setFocusInCalendar: (calendarElement: CalendarSingleElement | CalendarRangeElement, selectedDay: Date | undefined) => void;
|
|
366
|
+
|
|
307
367
|
type CardVariants = "default" | "informative" | "positive" | "cautionary" | "destructive" | "assertive" | "highlight";
|
|
308
368
|
type CardProps = OverrideClassName<HTMLAttributes<HTMLElement>> & {
|
|
309
|
-
children?:
|
|
369
|
+
children?: React__default.ReactNode;
|
|
310
370
|
/**
|
|
311
371
|
* HTML elements that are allowed on Card.
|
|
312
372
|
*/
|
|
@@ -332,7 +392,7 @@ declare const Card: {
|
|
|
332
392
|
type CheckedStatus = "on" | "off" | "mixed";
|
|
333
393
|
type CheckboxProps = {
|
|
334
394
|
checkedStatus?: CheckedStatus;
|
|
335
|
-
onCheck?: (event:
|
|
395
|
+
onCheck?: (event: React__default.ChangeEvent<HTMLInputElement>) => any;
|
|
336
396
|
reversed?: boolean;
|
|
337
397
|
value?: string;
|
|
338
398
|
} & OverrideClassName<Omit<InputHTMLAttributes<HTMLInputElement>, "type" | "onChange" | "checked">>;
|
|
@@ -343,7 +403,7 @@ declare const Checkbox: {
|
|
|
343
403
|
|
|
344
404
|
type CheckboxFieldProps = Omit<CheckboxProps, "id"> & {
|
|
345
405
|
id?: string;
|
|
346
|
-
labelText: string |
|
|
406
|
+
labelText: string | React__default.ReactNode;
|
|
347
407
|
checkedStatus?: CheckedStatus;
|
|
348
408
|
disabled?: boolean;
|
|
349
409
|
reversed?: boolean;
|
|
@@ -360,8 +420,8 @@ declare const CheckboxField: {
|
|
|
360
420
|
};
|
|
361
421
|
|
|
362
422
|
type CheckboxGroupProps = {
|
|
363
|
-
children?:
|
|
364
|
-
labelText: string |
|
|
423
|
+
children?: React__default.ReactNode;
|
|
424
|
+
labelText: string | React__default.ReactNode;
|
|
365
425
|
labelId?: string;
|
|
366
426
|
noBottomMargin?: boolean;
|
|
367
427
|
reversed?: boolean;
|
|
@@ -420,7 +480,7 @@ declare const Collapsible: {
|
|
|
420
480
|
};
|
|
421
481
|
|
|
422
482
|
type CollapsibleGroupProps = {
|
|
423
|
-
children: Array<
|
|
483
|
+
children: Array<React__default.ReactElement<CollapsibleProps>>;
|
|
424
484
|
separated?: boolean;
|
|
425
485
|
sticky?: Sticky;
|
|
426
486
|
noSectionPadding?: boolean;
|
|
@@ -443,6 +503,269 @@ declare const ExpertAdviceCollapsible: {
|
|
|
443
503
|
displayName: string;
|
|
444
504
|
};
|
|
445
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
|
+
|
|
538
|
+
declare const InputStatus: readonly ["default", "success", "error", "caution"];
|
|
539
|
+
declare const InputTypes: readonly ["text", "email", "password"];
|
|
540
|
+
|
|
541
|
+
type InputType = (typeof InputTypes)[number];
|
|
542
|
+
type InputStatusType = (typeof InputStatus)[number];
|
|
543
|
+
type InputProps = {
|
|
544
|
+
inputRef?: React__default.RefObject<HTMLInputElement>;
|
|
545
|
+
status?: InputStatusType;
|
|
546
|
+
startIconAdornment?: React__default.ReactNode;
|
|
547
|
+
endIconAdornment?: React__default.ReactNode;
|
|
548
|
+
reversed?: boolean;
|
|
549
|
+
type?: InputType;
|
|
550
|
+
} & OverrideClassName<InputHTMLAttributes<HTMLInputElement>>;
|
|
551
|
+
declare const Input: {
|
|
552
|
+
({ inputRef, status, startIconAdornment, endIconAdornment, reversed, type, value, defaultValue, classNameOverride, disabled, ...restProps }: InputProps): JSX.Element;
|
|
553
|
+
displayName: string;
|
|
554
|
+
};
|
|
555
|
+
|
|
556
|
+
type InputRangeProps = {
|
|
557
|
+
id: string;
|
|
558
|
+
defaultValue?: number;
|
|
559
|
+
value?: number;
|
|
560
|
+
minLabel: ReactNode;
|
|
561
|
+
maxLabel: ReactNode;
|
|
562
|
+
min?: number;
|
|
563
|
+
max?: number;
|
|
564
|
+
} & OverrideClassName<InputHTMLAttributes<HTMLInputElement>>;
|
|
565
|
+
/**
|
|
566
|
+
* {@link https://cultureamp.design/?path=/docs/components-input-range--docs Storybook}
|
|
567
|
+
*/
|
|
568
|
+
declare const InputRange: {
|
|
569
|
+
({ id, defaultValue, value, minLabel, maxLabel, min, max, onChange, "aria-describedby": ariaDescribedby, classNameOverride, disabled, readOnly, ...restProps }: InputRangeProps): JSX.Element;
|
|
570
|
+
displayName: string;
|
|
571
|
+
};
|
|
572
|
+
|
|
573
|
+
type InputSearchProps = {
|
|
574
|
+
id: string;
|
|
575
|
+
reversed?: boolean;
|
|
576
|
+
loading?: boolean;
|
|
577
|
+
secondary?: boolean;
|
|
578
|
+
onClear?: () => void;
|
|
579
|
+
} & OverrideClassName<Omit<InputHTMLAttributes<HTMLInputElement>, "defaultValue">>;
|
|
580
|
+
declare const InputSearch: {
|
|
581
|
+
(props: InputSearchProps): JSX.Element;
|
|
582
|
+
displayName: string;
|
|
583
|
+
};
|
|
584
|
+
|
|
585
|
+
type OmittedInputProps$1 = "reversed" | "type" | "inputRef";
|
|
586
|
+
type DateInputProps = {
|
|
587
|
+
labelText: React__default.ReactNode;
|
|
588
|
+
isReversed?: boolean;
|
|
589
|
+
} & Omit<InputProps, OmittedInputProps$1>;
|
|
590
|
+
declare const DateInput: React__default.ForwardRefExoticComponent<{
|
|
591
|
+
labelText: React__default.ReactNode;
|
|
592
|
+
isReversed?: boolean | undefined;
|
|
593
|
+
} & Omit<InputProps, OmittedInputProps$1> & React__default.RefAttributes<HTMLInputElement>>;
|
|
594
|
+
|
|
595
|
+
type DateInputDescriptionProps = {
|
|
596
|
+
description?: string | JSX.Element;
|
|
597
|
+
locale: Locale;
|
|
598
|
+
};
|
|
599
|
+
declare const DateInputDescription: {
|
|
600
|
+
({ description, locale, }: DateInputDescriptionProps): JSX.Element;
|
|
601
|
+
displayName: string;
|
|
602
|
+
};
|
|
603
|
+
|
|
604
|
+
type DateInputWithIconButtonProps = {
|
|
605
|
+
/**
|
|
606
|
+
* Icon button onClick handler
|
|
607
|
+
*/
|
|
608
|
+
onButtonClick: React__default.MouseEventHandler<HTMLButtonElement>;
|
|
609
|
+
} & Omit<DateInputProps, "startIconAdornment" | "endIconAdornment">;
|
|
610
|
+
type DateInputWithIconButtonRefs = {
|
|
611
|
+
inputRef?: React__default.RefObject<HTMLInputElement>;
|
|
612
|
+
buttonRef?: React__default.RefObject<HTMLButtonElement>;
|
|
613
|
+
};
|
|
614
|
+
declare const DateInputWithIconButton: React__default.ForwardRefExoticComponent<{
|
|
615
|
+
/**
|
|
616
|
+
* Icon button onClick handler
|
|
617
|
+
*/
|
|
618
|
+
onButtonClick: React__default.MouseEventHandler<HTMLButtonElement>;
|
|
619
|
+
} & Omit<DateInputProps, "startIconAdornment" | "endIconAdornment"> & React__default.RefAttributes<DateInputWithIconButtonRefs>>;
|
|
620
|
+
|
|
621
|
+
type FieldMessageStatus = "default" | "success" | "error" | "caution";
|
|
622
|
+
type FieldMessageProps = {
|
|
623
|
+
message?: React__default.ReactNode;
|
|
624
|
+
/** @default "default" */
|
|
625
|
+
status?: FieldMessageStatus;
|
|
626
|
+
/** @default "bottom" */
|
|
627
|
+
position?: "top" | "bottom";
|
|
628
|
+
reversed?: boolean;
|
|
629
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
630
|
+
declare const FieldMessage: {
|
|
631
|
+
({ message, status, position, reversed, classNameOverride, ...restProps }: FieldMessageProps): JSX.Element;
|
|
632
|
+
displayName: string;
|
|
633
|
+
};
|
|
634
|
+
|
|
635
|
+
type DateInputFieldProps$1 = {
|
|
636
|
+
/**
|
|
637
|
+
* A description that provides context for the text field
|
|
638
|
+
*/
|
|
639
|
+
description?: DateInputDescriptionProps["description"];
|
|
640
|
+
/**
|
|
641
|
+
* Updates the styling of the validation FieldMessage
|
|
642
|
+
*/
|
|
643
|
+
status?: FieldMessageStatus;
|
|
644
|
+
/**
|
|
645
|
+
* A descriptive message for `status` states
|
|
646
|
+
*/
|
|
647
|
+
validationMessage?: React__default.ReactNode;
|
|
648
|
+
locale?: Locale;
|
|
649
|
+
} & DateInputWithIconButtonProps;
|
|
650
|
+
|
|
651
|
+
type ValidationResponse = {
|
|
652
|
+
date: Date | undefined;
|
|
653
|
+
inputValue: string | undefined;
|
|
654
|
+
status: FieldMessageStatus | undefined;
|
|
655
|
+
validationMessage: string | undefined;
|
|
656
|
+
isDisabled: boolean;
|
|
657
|
+
isInvalid: boolean;
|
|
658
|
+
isEmpty: boolean;
|
|
659
|
+
isValidDate: boolean;
|
|
660
|
+
};
|
|
661
|
+
|
|
662
|
+
type StringSuggestions<T extends string> = T | (string & Record<never, never>);
|
|
663
|
+
|
|
664
|
+
type DatePickerSupportedLocales = StringSuggestions<"en-US" | "en-AU">;
|
|
665
|
+
|
|
666
|
+
type OmittedDateInputFieldProps = "onClick" | "onFocus" | "onChange" | "onBlur" | "onButtonClick" | "value" | "locale" | "id";
|
|
667
|
+
type DatePickerProps = {
|
|
668
|
+
id?: string;
|
|
669
|
+
buttonRef?: RefObject<HTMLButtonElement>;
|
|
670
|
+
onInputClick?: DateInputFieldProps$1["onClick"];
|
|
671
|
+
onInputFocus?: DateInputFieldProps$1["onFocus"];
|
|
672
|
+
onInputChange?: DateInputFieldProps$1["onChange"];
|
|
673
|
+
onInputBlur?: DateInputFieldProps$1["onBlur"];
|
|
674
|
+
onButtonClick?: DateInputFieldProps$1["onButtonClick"];
|
|
675
|
+
locale?: DatePickerSupportedLocales;
|
|
676
|
+
/**
|
|
677
|
+
* Accepts a DayOfWeek value to start the week on that day. By default,
|
|
678
|
+
* it's set to Monday.
|
|
679
|
+
*/
|
|
680
|
+
weekStartsOn?: CalendarSingleProps["weekStartsOn"];
|
|
681
|
+
/**
|
|
682
|
+
* Accepts a date to display that month on first render.
|
|
683
|
+
*/
|
|
684
|
+
defaultMonth?: CalendarSingleProps["defaultMonth"];
|
|
685
|
+
/**
|
|
686
|
+
* The date passed in from the consumer that renders in the input and calendar.
|
|
687
|
+
*/
|
|
688
|
+
selectedDay: Date | undefined;
|
|
689
|
+
/**
|
|
690
|
+
* Callback when date is updated either by the calendar picker or by typing and bluring.
|
|
691
|
+
* Date will return as undefined if invalid or disabled.
|
|
692
|
+
*/
|
|
693
|
+
onDayChange: (date: Date | undefined) => void;
|
|
694
|
+
/**
|
|
695
|
+
* Callback when a date is selected. Utilises internal validation if not set.
|
|
696
|
+
*/
|
|
697
|
+
onValidate?: (validationResponse: ValidationResponse) => void;
|
|
698
|
+
/**
|
|
699
|
+
* Updates the styling of the validation FieldMessage.
|
|
700
|
+
*/
|
|
701
|
+
status?: DateInputFieldProps$1["status"] | undefined;
|
|
702
|
+
/**
|
|
703
|
+
* A descriptive message for the 'status' states.
|
|
704
|
+
*/
|
|
705
|
+
validationMessage?: DateInputFieldProps$1["validationMessage"] | undefined;
|
|
706
|
+
} & DisabledDayMatchers & Omit<DateInputFieldProps$1, OmittedDateInputFieldProps>;
|
|
707
|
+
/**
|
|
708
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082061174/Date+Picker Guidance} |
|
|
709
|
+
* {@link https://cultureamp.design/?path=/docs/components-date-controls-datepicker--docs Storybook}
|
|
710
|
+
*/
|
|
711
|
+
declare const DatePicker: {
|
|
712
|
+
({ id: propsId, buttonRef: propsButtonRef, locale: propsLocale, disabledDates, disabledDaysOfWeek, disabledRange, disabledBeforeAfter, disabledBefore, disabledAfter, weekStartsOn, defaultMonth, selectedDay, status, validationMessage, onInputClick, onInputFocus, onInputChange, onInputBlur, onButtonClick, onDayChange, onValidate, ...restDateInputFieldProps }: DatePickerProps): JSX.Element;
|
|
713
|
+
displayName: string;
|
|
714
|
+
};
|
|
715
|
+
|
|
716
|
+
type LegacyCalendarRangeProps = {
|
|
717
|
+
classNameOverride?: string;
|
|
718
|
+
defaultMonth?: Date;
|
|
719
|
+
weekStartsOn?: DayOfWeek;
|
|
720
|
+
disabledDays?: Matcher[];
|
|
721
|
+
selectedRange?: DateRange;
|
|
722
|
+
locale: Locale;
|
|
723
|
+
onDayChange: DayClickEventHandler;
|
|
724
|
+
};
|
|
725
|
+
|
|
726
|
+
type DateRangePickerProps = {
|
|
727
|
+
id?: string;
|
|
728
|
+
classNameOverride?: string;
|
|
729
|
+
labelText: string;
|
|
730
|
+
isDisabled?: boolean;
|
|
731
|
+
buttonRef?: RefObject<HTMLButtonElement>;
|
|
732
|
+
description?: string;
|
|
733
|
+
/**
|
|
734
|
+
* Selected date range which is being updated in handleDayClick and checked
|
|
735
|
+
* if within range/not disabled and then passed back to the client to update
|
|
736
|
+
* the state.
|
|
737
|
+
*/
|
|
738
|
+
selectedDateRange?: DateRange;
|
|
739
|
+
/**
|
|
740
|
+
* String that is formatted by the client with our helper formatDateRangeValue
|
|
741
|
+
* and then passed into the button to display the readable range.
|
|
742
|
+
*/
|
|
743
|
+
value?: string;
|
|
744
|
+
/**
|
|
745
|
+
* Accepts a DayOfWeek value to start the week on that day. By default,
|
|
746
|
+
* it's set to Monday.
|
|
747
|
+
*/
|
|
748
|
+
weekStartsOn?: LegacyCalendarRangeProps["weekStartsOn"];
|
|
749
|
+
/**
|
|
750
|
+
* Accepts a date to display that month on first render.
|
|
751
|
+
*/
|
|
752
|
+
defaultMonth?: LegacyCalendarRangeProps["defaultMonth"];
|
|
753
|
+
/**
|
|
754
|
+
* Event passed from consumer to handle the date on change.
|
|
755
|
+
*/
|
|
756
|
+
onChange: (dateRange: DateRange) => void;
|
|
757
|
+
} & DisabledDayMatchers;
|
|
758
|
+
/**
|
|
759
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094237/Date+Range+Picker Guidance} |
|
|
760
|
+
* {@link https://cultureamp.design/storybook/?path=/docs/components-date-controls-daterangepicker--docs Storybook}
|
|
761
|
+
*/
|
|
762
|
+
declare const DateRangePicker: {
|
|
763
|
+
({ id: propsId, buttonRef, description: _description, labelText, isDisabled, classNameOverride, disabledDates, disabledDaysOfWeek, disabledRange, disabledBeforeAfter, disabledBefore, disabledAfter, weekStartsOn, defaultMonth, selectedDateRange, value, onChange, ...inputProps }: DateRangePickerProps): JSX.Element;
|
|
764
|
+
displayName: string;
|
|
765
|
+
};
|
|
766
|
+
|
|
767
|
+
declare const formatDateRangeValue: (dateRange: DateRange) => string;
|
|
768
|
+
|
|
446
769
|
type DividerProps = {
|
|
447
770
|
variant: "content" | "canvas" | "menuSeparator";
|
|
448
771
|
isReversed?: boolean;
|
|
@@ -459,11 +782,11 @@ declare const Divider: {
|
|
|
459
782
|
type IllustrationType = "positive" | "neutral" | "negative" | "informative" | "action";
|
|
460
783
|
type LayoutContextType = "sidebarAndContent" | "contentOnly";
|
|
461
784
|
type EmptyStateProps = {
|
|
462
|
-
children?:
|
|
785
|
+
children?: React__default.ReactNode;
|
|
463
786
|
id?: string;
|
|
464
787
|
illustrationType?: IllustrationType;
|
|
465
788
|
layoutContext?: LayoutContextType;
|
|
466
|
-
bodyText: string |
|
|
789
|
+
bodyText: string | React__default.ReactNode;
|
|
467
790
|
straightCorners?: boolean;
|
|
468
791
|
headingProps?: HeadingProps$1;
|
|
469
792
|
} & OverrideClassName<HTMLAttributes<HTMLDivElement>> & Pick<AnimatedSceneProps, "isAnimated" | "loop">;
|
|
@@ -482,7 +805,7 @@ type ErrorStatuses = (typeof statusCodes)[number];
|
|
|
482
805
|
type ErrorPageProps = {
|
|
483
806
|
code: ErrorStatuses;
|
|
484
807
|
title?: string;
|
|
485
|
-
message?:
|
|
808
|
+
message?: React__default.ReactNode | string;
|
|
486
809
|
callToAction?: {
|
|
487
810
|
onContactSupport: () => void;
|
|
488
811
|
homeHref?: string;
|
|
@@ -494,7 +817,7 @@ declare const ErrorPage: {
|
|
|
494
817
|
};
|
|
495
818
|
|
|
496
819
|
type FieldGroupProps = {
|
|
497
|
-
children?:
|
|
820
|
+
children?: React__default.ReactNode;
|
|
498
821
|
inline?: boolean;
|
|
499
822
|
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
500
823
|
declare const FieldGroup: {
|
|
@@ -502,35 +825,21 @@ declare const FieldGroup: {
|
|
|
502
825
|
displayName: string;
|
|
503
826
|
};
|
|
504
827
|
|
|
505
|
-
type FieldMessageStatus = "default" | "success" | "error" | "caution";
|
|
506
|
-
type FieldMessageProps = {
|
|
507
|
-
message?: React$1.ReactNode;
|
|
508
|
-
/** @default "default" */
|
|
509
|
-
status?: FieldMessageStatus;
|
|
510
|
-
/** @default "bottom" */
|
|
511
|
-
position?: "top" | "bottom";
|
|
512
|
-
reversed?: boolean;
|
|
513
|
-
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
514
|
-
declare const FieldMessage: {
|
|
515
|
-
({ message, status, position, reversed, classNameOverride, ...restProps }: FieldMessageProps): JSX.Element;
|
|
516
|
-
displayName: string;
|
|
517
|
-
};
|
|
518
|
-
|
|
519
828
|
type FilterTriggerRef = {
|
|
520
829
|
triggerRef?: React.RefObject<HTMLButtonElement>;
|
|
521
830
|
};
|
|
522
831
|
|
|
523
832
|
type FilterProps = {
|
|
524
|
-
children:
|
|
833
|
+
children: React__default.ReactNode;
|
|
525
834
|
isOpen: boolean;
|
|
526
835
|
setIsOpen: (isOpen: boolean) => void;
|
|
527
836
|
renderTrigger: (triggerProps: {
|
|
528
837
|
onClick: () => void;
|
|
529
838
|
isOpen: boolean;
|
|
530
839
|
}) => JSX.Element & {
|
|
531
|
-
ref?:
|
|
840
|
+
ref?: React__default.RefObject<FilterTriggerRef>;
|
|
532
841
|
};
|
|
533
|
-
onMount?: (triggerRef:
|
|
842
|
+
onMount?: (triggerRef: React__default.RefObject<HTMLButtonElement>) => void;
|
|
534
843
|
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
535
844
|
declare const Filter: {
|
|
536
845
|
({ children, isOpen, setIsOpen, renderTrigger, classNameOverride, onMount, ...restProps }: FilterProps): JSX.Element;
|
|
@@ -538,7 +847,7 @@ declare const Filter: {
|
|
|
538
847
|
};
|
|
539
848
|
|
|
540
849
|
type FilterContentsProps = {
|
|
541
|
-
children:
|
|
850
|
+
children: React__default.ReactNode;
|
|
542
851
|
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
543
852
|
declare const FilterContents: {
|
|
544
853
|
({ children, classNameOverride, ...restProps }: FilterContentsProps): JSX.Element;
|
|
@@ -550,11 +859,11 @@ type FilterButtonProps = {
|
|
|
550
859
|
selectedValue?: string | JSX.Element;
|
|
551
860
|
isOpen?: boolean;
|
|
552
861
|
} & Omit<FilterButtonBaseProps, "children">;
|
|
553
|
-
declare const FilterButton:
|
|
862
|
+
declare const FilterButton: React__default.ForwardRefExoticComponent<{
|
|
554
863
|
label: string;
|
|
555
864
|
selectedValue?: string | JSX.Element | undefined;
|
|
556
865
|
isOpen?: boolean | undefined;
|
|
557
|
-
} & Omit<FilterButtonBaseProps, "children"> &
|
|
866
|
+
} & Omit<FilterButtonBaseProps, "children"> & React__default.RefAttributes<FilterTriggerRef>>;
|
|
558
867
|
|
|
559
868
|
type DataAttributes = {
|
|
560
869
|
[key: `data-${string}`]: string | undefined;
|
|
@@ -567,19 +876,14 @@ type FilterButtonRemovableProps = {
|
|
|
567
876
|
};
|
|
568
877
|
} & Omit<ButtonGroupProps, "children">;
|
|
569
878
|
type FilterButtonRemovableRefs = FilterTriggerRef & {
|
|
570
|
-
removeButtonRef?:
|
|
879
|
+
removeButtonRef?: React__default.RefObject<HTMLButtonElement>;
|
|
571
880
|
};
|
|
572
|
-
declare const FilterButtonRemovable:
|
|
881
|
+
declare const FilterButtonRemovable: React__default.ForwardRefExoticComponent<{
|
|
573
882
|
triggerButtonProps: FilterButtonProps & DataAttributes;
|
|
574
883
|
removeButtonProps: Partial<Omit<FilterButtonBaseProps, "children">> & DataAttributes & {
|
|
575
884
|
tooltipText?: string;
|
|
576
885
|
};
|
|
577
|
-
} & Omit<ButtonGroupProps, "children"> &
|
|
578
|
-
|
|
579
|
-
type DateInputDescriptionProps = {
|
|
580
|
-
description?: string | JSX.Element;
|
|
581
|
-
locale: Locale;
|
|
582
|
-
};
|
|
886
|
+
} & Omit<ButtonGroupProps, "children"> & React__default.RefAttributes<FilterButtonRemovableRefs>>;
|
|
583
887
|
|
|
584
888
|
type DateValidationResponse = {
|
|
585
889
|
date: Date | undefined;
|
|
@@ -591,8 +895,8 @@ type DateValidationResponse = {
|
|
|
591
895
|
isValidDate: boolean;
|
|
592
896
|
};
|
|
593
897
|
type ValidationMessage = {
|
|
594
|
-
status: FieldMessageStatus
|
|
595
|
-
message: string |
|
|
898
|
+
status: FieldMessageStatus;
|
|
899
|
+
message: string | React__default.ReactElement;
|
|
596
900
|
};
|
|
597
901
|
|
|
598
902
|
type DateInputFieldProps = {
|
|
@@ -611,7 +915,7 @@ type DateInputFieldProps = {
|
|
|
611
915
|
type FilterInputProps$1<InputProps> = Omit<Partial<InputProps>, "value"> & DataAttributes;
|
|
612
916
|
type FilterDatePickerFieldProps = {
|
|
613
917
|
id?: string;
|
|
614
|
-
locale:
|
|
918
|
+
locale: DatePickerSupportedLocales;
|
|
615
919
|
/**
|
|
616
920
|
* Sets first displayed month to month of provided date if there isn't a date set.
|
|
617
921
|
*/
|
|
@@ -662,6 +966,12 @@ declare const FilterDatePicker: {
|
|
|
662
966
|
displayName: string;
|
|
663
967
|
};
|
|
664
968
|
|
|
969
|
+
type ValidateDateArgs = {
|
|
970
|
+
date: Date | undefined;
|
|
971
|
+
inputValue: string | undefined;
|
|
972
|
+
disabledDays?: DisabledDays;
|
|
973
|
+
};
|
|
974
|
+
|
|
665
975
|
type ValidateDateResponse = {
|
|
666
976
|
validationResponse: DateValidationResponse;
|
|
667
977
|
newDate: Date | undefined;
|
|
@@ -687,7 +997,7 @@ declare const useDateValidation: ({ inputLabel, disabledDays, validationMessage,
|
|
|
687
997
|
type GetDateValidationHandlerArgs = {
|
|
688
998
|
onValidate: ((validationResponse: DateValidationResponse) => void) | undefined;
|
|
689
999
|
setInbuiltValidationMessage: (validationMessage: ValidationMessage | undefined) => void;
|
|
690
|
-
inputLabel?:
|
|
1000
|
+
inputLabel?: React__default.ReactNode;
|
|
691
1001
|
};
|
|
692
1002
|
declare const getDateValidationHandler: ({ onValidate, setInbuiltValidationMessage, inputLabel, }: GetDateValidationHandlerArgs) => (validationResponse: DateValidationResponse) => void;
|
|
693
1003
|
|
|
@@ -712,8 +1022,8 @@ type DateRangeValidationMessageProps = {
|
|
|
712
1022
|
type DateRangeInputFieldProps = {
|
|
713
1023
|
id: string;
|
|
714
1024
|
legend: string;
|
|
715
|
-
inputStartDateProps: Omit<DateInputProps
|
|
716
|
-
inputEndDateProps: Omit<DateInputProps
|
|
1025
|
+
inputStartDateProps: Omit<DateInputProps, "id">;
|
|
1026
|
+
inputEndDateProps: Omit<DateInputProps, "id">;
|
|
717
1027
|
locale: Locale;
|
|
718
1028
|
/**
|
|
719
1029
|
* A description that provides context for the text field
|
|
@@ -730,7 +1040,7 @@ type FilterInputProps<InputProps> = Omit<Partial<InputProps>, "value"> & DataAtt
|
|
|
730
1040
|
type FilterDateRangePickerFieldProps = {
|
|
731
1041
|
id: string;
|
|
732
1042
|
label: string;
|
|
733
|
-
locale:
|
|
1043
|
+
locale: DatePickerSupportedLocales;
|
|
734
1044
|
/**
|
|
735
1045
|
* Sets first displayed month to month of provided date if there isn't a date set.
|
|
736
1046
|
*/
|
|
@@ -782,21 +1092,21 @@ type FilterBarDateRangePickerProps = Omit<FilterDateRangePickerProps, "id" | "la
|
|
|
782
1092
|
};
|
|
783
1093
|
|
|
784
1094
|
type NoResultsProps = {
|
|
785
|
-
children:
|
|
1095
|
+
children: React__default.ReactNode;
|
|
786
1096
|
} & HTMLAttributes<HTMLDivElement>;
|
|
787
1097
|
|
|
788
1098
|
type MenuFooterProps = {
|
|
789
|
-
children:
|
|
1099
|
+
children: React__default.ReactNode;
|
|
790
1100
|
};
|
|
791
1101
|
|
|
792
1102
|
type MenuLoadingSkeletonProps = {
|
|
793
1103
|
isAnimated?: boolean;
|
|
794
1104
|
};
|
|
795
1105
|
|
|
796
|
-
type ValueType = React.Key;
|
|
1106
|
+
type ValueType$1 = React.Key;
|
|
797
1107
|
type ItemType = {
|
|
798
1108
|
label: string;
|
|
799
|
-
value: ValueType;
|
|
1109
|
+
value: ValueType$1;
|
|
800
1110
|
count?: string;
|
|
801
1111
|
isDisabled?: boolean;
|
|
802
1112
|
};
|
|
@@ -828,7 +1138,7 @@ type SectionHeaderProps = {
|
|
|
828
1138
|
};
|
|
829
1139
|
type ListBoxSectionProps$1 = {
|
|
830
1140
|
items: MultiSelectItem[];
|
|
831
|
-
children: (item: MultiSelectItem) =>
|
|
1141
|
+
children: (item: MultiSelectItem) => React__default.ReactNode;
|
|
832
1142
|
} & (SectionHeaderProps | SectionNameProps);
|
|
833
1143
|
|
|
834
1144
|
type ListBoxItems = {
|
|
@@ -839,7 +1149,7 @@ type ListBoxItems = {
|
|
|
839
1149
|
hasNoItems: boolean;
|
|
840
1150
|
};
|
|
841
1151
|
type ListBoxProps = {
|
|
842
|
-
children: (items: ListBoxItems) =>
|
|
1152
|
+
children: (items: ListBoxItems) => React__default.ReactNode;
|
|
843
1153
|
};
|
|
844
1154
|
|
|
845
1155
|
type SearchInputProps = {
|
|
@@ -867,22 +1177,22 @@ type MenuTriggerProviderProps = {
|
|
|
867
1177
|
isOpen?: boolean;
|
|
868
1178
|
defaultOpen?: boolean;
|
|
869
1179
|
onOpenChange?: (isOpen: boolean) => void;
|
|
870
|
-
children:
|
|
1180
|
+
children: React__default.ReactNode;
|
|
871
1181
|
};
|
|
872
1182
|
type MenuTriggerProviderContextType = {
|
|
873
1183
|
menuTriggerProps: HTMLAttributes<HTMLElement>;
|
|
874
1184
|
buttonProps: ButtonHTMLAttributes<HTMLButtonElement>;
|
|
875
1185
|
menuProps: AriaMenuOptions<ItemType>;
|
|
876
1186
|
menuTriggerState: MenuTriggerState;
|
|
877
|
-
buttonRef:
|
|
1187
|
+
buttonRef: React__default.RefObject<HTMLButtonElement>;
|
|
878
1188
|
};
|
|
879
1189
|
declare function MenuTriggerProvider({ isOpen, defaultOpen, onOpenChange, children, }: MenuTriggerProviderProps): JSX.Element;
|
|
880
1190
|
declare const useMenuTriggerContext: () => MenuTriggerProviderContextType;
|
|
881
|
-
declare const MenuTriggerConsumer: ({ children, }:
|
|
1191
|
+
declare const MenuTriggerConsumer: ({ children, }: React__default.ConsumerProps<MenuTriggerProviderContextType>) => JSX.Element;
|
|
882
1192
|
|
|
883
1193
|
type SelectionProviderProps = {
|
|
884
1194
|
selectionMode: SelectionMode;
|
|
885
|
-
children:
|
|
1195
|
+
children: React__default.ReactNode;
|
|
886
1196
|
items?: ItemType[];
|
|
887
1197
|
onSelectionChange?: (keys: Selection) => void;
|
|
888
1198
|
/** The currently selected keys in the collection (controlled). */
|
|
@@ -897,18 +1207,18 @@ type SelectionProviderContextType = {
|
|
|
897
1207
|
listBoxProps: HTMLAttributes<HTMLElement>;
|
|
898
1208
|
labelProps: HTMLAttributes<HTMLElement>;
|
|
899
1209
|
selectionState: ListState<ItemType>;
|
|
900
|
-
listRef:
|
|
1210
|
+
listRef: React__default.RefObject<HTMLUListElement>;
|
|
901
1211
|
searchQuery?: string;
|
|
902
|
-
setSearchQuery:
|
|
1212
|
+
setSearchQuery: React__default.Dispatch<React__default.SetStateAction<string>>;
|
|
903
1213
|
};
|
|
904
1214
|
declare const SelectionProvider: (props: SelectionProviderProps) => JSX.Element;
|
|
905
1215
|
declare const useSelectionContext: () => SelectionProviderContextType;
|
|
906
|
-
declare const SelectionConsumer: ({ children, }:
|
|
1216
|
+
declare const SelectionConsumer: ({ children, }: React__default.ConsumerProps<SelectionProviderContextType>) => JSX.Element;
|
|
907
1217
|
|
|
908
1218
|
type MenuPopupProps = {
|
|
909
1219
|
isLoading?: boolean;
|
|
910
|
-
loadingSkeleton?:
|
|
911
|
-
children:
|
|
1220
|
+
loadingSkeleton?: React__default.ReactNode;
|
|
1221
|
+
children: React__default.ReactNode;
|
|
912
1222
|
};
|
|
913
1223
|
|
|
914
1224
|
type SelectionProps = {
|
|
@@ -921,8 +1231,8 @@ type SelectionProps = {
|
|
|
921
1231
|
onSearchInputChange?: (searchInput: string) => void;
|
|
922
1232
|
};
|
|
923
1233
|
type FilterMultiSelectProps = {
|
|
924
|
-
trigger: (value?: MenuTriggerProviderContextType) =>
|
|
925
|
-
children: (value?: SelectionProviderContextType) =>
|
|
1234
|
+
trigger: (value?: MenuTriggerProviderContextType) => React__default.ReactNode;
|
|
1235
|
+
children: (value?: SelectionProviderContextType) => React__default.ReactNode;
|
|
926
1236
|
} & Omit<MenuPopupProps, "children"> & Omit<MenuTriggerProviderProps, "children"> & SelectionProps;
|
|
927
1237
|
declare const FilterMultiSelect: {
|
|
928
1238
|
({ trigger, children, isOpen, defaultOpen, onOpenChange, isLoading, loadingSkeleton, label, items, selectedKeys, defaultSelectedKeys, onSelectionChange, selectionMode, onSearchInputChange, }: FilterMultiSelectProps): JSX.Element;
|
|
@@ -984,7 +1294,7 @@ declare const getTruncatedLabels: (labels: string[], limit: number) => string;
|
|
|
984
1294
|
|
|
985
1295
|
declare const getSelectedOptionLabels: (keys?: Selection, items?: ItemType[]) => string[];
|
|
986
1296
|
|
|
987
|
-
declare const getSelectedOptionKeys: (keys?: Selection, items?: ItemType[]) =>
|
|
1297
|
+
declare const getSelectedOptionKeys: (keys?: Selection, items?: ItemType[]) => React__default.Key[];
|
|
988
1298
|
|
|
989
1299
|
type FilterBarMultiSelectProps = Omit<FilterMultiSelectProps, "isOpen" | "setIsOpen" | "renderTrigger" | "label" | "selectedKeys" | "trigger"> & {
|
|
990
1300
|
id?: string;
|
|
@@ -1027,7 +1337,7 @@ type OptionProps<Option extends SelectOption = SelectOption> = {
|
|
|
1027
1337
|
type SelectPopoverContentsProps<Option extends SelectOption> = {
|
|
1028
1338
|
children?: (args: {
|
|
1029
1339
|
items: Array<SelectItemNode<Option>>;
|
|
1030
|
-
}) =>
|
|
1340
|
+
}) => React__default.ReactNode;
|
|
1031
1341
|
menuProps: AriaListBoxOptions<SelectItem<Option>>;
|
|
1032
1342
|
};
|
|
1033
1343
|
|
|
@@ -1039,7 +1349,7 @@ type FilterSelectProps<Option extends SelectOption = SelectOption> = {
|
|
|
1039
1349
|
label: string;
|
|
1040
1350
|
children?: SelectPopoverContentsProps<Option>["children"];
|
|
1041
1351
|
items: Array<SelectItem<Option>>;
|
|
1042
|
-
} & OverrideClassName<Omit<SelectProps<Option>, OmittedAriaSelectProps>>;
|
|
1352
|
+
} & OverrideClassName<Omit<SelectProps$1<Option>, OmittedAriaSelectProps>>;
|
|
1043
1353
|
declare const FilterSelect: {
|
|
1044
1354
|
<Option extends SelectOption = SelectOption>({ isOpen, setIsOpen, renderTrigger, label, children, items, classNameOverride, selectedKey, ...restProps }: FilterSelectProps<Option>): JSX.Element;
|
|
1045
1355
|
displayName: string;
|
|
@@ -1681,327 +1991,620 @@ declare const ZoomInIcon: (props: IconProps) => JSX.Element;
|
|
|
1681
1991
|
|
|
1682
1992
|
declare const ZoomOutIcon: (props: IconProps) => JSX.Element;
|
|
1683
1993
|
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
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>>;
|
|
2010
|
+
|
|
2011
|
+
type SpotProps = Pick<BaseProps, "alt" | "classNameOverride"> & {
|
|
2012
|
+
enableAspectRatio?: boolean;
|
|
2013
|
+
};
|
|
2014
|
+
/**
|
|
2015
|
+
* Template Library / Moods
|
|
2016
|
+
*/
|
|
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;
|
|
2041
|
+
/**
|
|
2042
|
+
* Template Library / Experience
|
|
2043
|
+
*/
|
|
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 = {
|
|
2177
|
+
children: React__default.ReactNode;
|
|
2178
|
+
locale?: string;
|
|
2179
|
+
};
|
|
2180
|
+
declare const KaizenProvider: {
|
|
2181
|
+
({ children, locale, }: KaizenProviderProps): JSX.Element;
|
|
2182
|
+
displayName: string;
|
|
2183
|
+
};
|
|
2184
|
+
|
|
2185
|
+
type LabelType = "text" | "checkbox" | "toggle" | "radio";
|
|
2186
|
+
type LabelProps = {
|
|
2187
|
+
children?: React__default.ReactNode;
|
|
2188
|
+
labelText?: string | React__default.ReactNode;
|
|
2189
|
+
labelType?: LabelType;
|
|
2190
|
+
labelPosition?: "start" | "end";
|
|
1694
2191
|
reversed?: boolean;
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
2192
|
+
variant?: "default" | "prominent";
|
|
2193
|
+
disabled?: boolean;
|
|
2194
|
+
} & OverrideClassName<LabelHTMLAttributes<HTMLLabelElement>>;
|
|
2195
|
+
declare const Label: {
|
|
2196
|
+
({ children, labelText, labelType, labelPosition, reversed, variant, disabled, classNameOverride, ...restProps }: LabelProps): JSX.Element;
|
|
1699
2197
|
displayName: string;
|
|
1700
2198
|
};
|
|
1701
2199
|
|
|
1702
|
-
type
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
2200
|
+
type LabelledMessageProps = {
|
|
2201
|
+
label: string | React__default.ReactElement;
|
|
2202
|
+
message: string | React__default.ReactElement;
|
|
2203
|
+
} & OverrideClassName<HTMLAttributes<HTMLSpanElement>>;
|
|
2204
|
+
declare const LabelledMessage: {
|
|
2205
|
+
({ label, message, classNameOverride, ...restProps }: LabelledMessageProps): JSX.Element;
|
|
2206
|
+
displayName: string;
|
|
2207
|
+
};
|
|
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>>;
|
|
1711
2215
|
/**
|
|
1712
|
-
* {@link https://cultureamp.
|
|
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}
|
|
1713
2218
|
*/
|
|
1714
|
-
declare const
|
|
1715
|
-
({
|
|
2219
|
+
declare const LoadingGraphic: {
|
|
2220
|
+
({ isAnimated, isReversed, size, classNameOverride, ...props }: LoadingGraphicProps): JSX.Element;
|
|
1716
2221
|
displayName: string;
|
|
1717
2222
|
};
|
|
1718
2223
|
|
|
1719
|
-
type
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
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;
|
|
1728
2240
|
displayName: string;
|
|
1729
2241
|
};
|
|
1730
2242
|
|
|
1731
|
-
type
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
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;
|
|
1735
2262
|
};
|
|
1736
|
-
|
|
1737
|
-
|
|
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;
|
|
1738
2283
|
displayName: string;
|
|
1739
2284
|
};
|
|
1740
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">>;
|
|
1741
2293
|
/**
|
|
1742
|
-
*
|
|
1743
|
-
*
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
"600": Hex;
|
|
1818
|
-
"700": Hex;
|
|
1819
|
-
"800": Hex;
|
|
1820
|
-
};
|
|
1821
|
-
blue: {
|
|
1822
|
-
"100": Hex;
|
|
1823
|
-
"200": Hex;
|
|
1824
|
-
"300": Hex;
|
|
1825
|
-
"400": Hex;
|
|
1826
|
-
"500": Hex;
|
|
1827
|
-
"600": Hex;
|
|
1828
|
-
"700": Hex;
|
|
1829
|
-
};
|
|
1830
|
-
green: {
|
|
1831
|
-
"100": Hex;
|
|
1832
|
-
"200": Hex;
|
|
1833
|
-
"300": Hex;
|
|
1834
|
-
"400": Hex;
|
|
1835
|
-
"500": Hex;
|
|
1836
|
-
"600": Hex;
|
|
1837
|
-
"700": Hex;
|
|
1838
|
-
};
|
|
1839
|
-
yellow: {
|
|
1840
|
-
"100": Hex;
|
|
1841
|
-
"200": Hex;
|
|
1842
|
-
"300": Hex;
|
|
1843
|
-
"400": Hex;
|
|
1844
|
-
"500": Hex;
|
|
1845
|
-
"600": Hex;
|
|
1846
|
-
"700": Hex;
|
|
1847
|
-
};
|
|
1848
|
-
red: {
|
|
1849
|
-
"100": Hex;
|
|
1850
|
-
"200": Hex;
|
|
1851
|
-
"300": Hex;
|
|
1852
|
-
"400": Hex;
|
|
1853
|
-
"500": Hex;
|
|
1854
|
-
"600": Hex;
|
|
1855
|
-
"700": Hex;
|
|
1856
|
-
};
|
|
1857
|
-
orange: {
|
|
1858
|
-
"100": Hex;
|
|
1859
|
-
"200": Hex;
|
|
1860
|
-
"300": Hex;
|
|
1861
|
-
"400": Hex;
|
|
1862
|
-
"500": Hex;
|
|
1863
|
-
"600": Hex;
|
|
1864
|
-
"700": Hex;
|
|
1865
|
-
};
|
|
1866
|
-
gray: {
|
|
1867
|
-
"100": Hex;
|
|
1868
|
-
"200": Hex;
|
|
1869
|
-
"300": Hex;
|
|
1870
|
-
"400": Hex;
|
|
1871
|
-
"500": Hex;
|
|
1872
|
-
"600": Hex;
|
|
1873
|
-
};
|
|
1874
|
-
white: Hex;
|
|
1875
|
-
};
|
|
1876
|
-
dataViz: {
|
|
1877
|
-
favorable: Hex;
|
|
1878
|
-
unfavorable: Hex;
|
|
1879
|
-
};
|
|
1880
|
-
layout: {
|
|
1881
|
-
contentMaxWidth: string;
|
|
1882
|
-
contentMaxWidthWithSidebar: string;
|
|
1883
|
-
contentSideMargin: string;
|
|
1884
|
-
mobileActionsDrawerHeight: string;
|
|
1885
|
-
navigationBarHeight: string;
|
|
1886
|
-
breakpoints: {
|
|
1887
|
-
medium: string;
|
|
1888
|
-
large: string;
|
|
1889
|
-
};
|
|
1890
|
-
};
|
|
1891
|
-
shadow: {
|
|
1892
|
-
small: {
|
|
1893
|
-
boxShadow: string;
|
|
1894
|
-
};
|
|
1895
|
-
large: {
|
|
1896
|
-
boxShadow: string;
|
|
1897
|
-
};
|
|
1898
|
-
};
|
|
1899
|
-
spacing: {
|
|
1900
|
-
xs: string;
|
|
1901
|
-
sm: string;
|
|
1902
|
-
md: string;
|
|
1903
|
-
lg: string;
|
|
1904
|
-
xl: string;
|
|
1905
|
-
xxl: string;
|
|
1906
|
-
xxxl: string;
|
|
1907
|
-
xxxxl: string;
|
|
1908
|
-
xxxxxl: string;
|
|
1909
|
-
0: string;
|
|
1910
|
-
1: string;
|
|
1911
|
-
2: string;
|
|
1912
|
-
4: string;
|
|
1913
|
-
6: string;
|
|
1914
|
-
8: string;
|
|
1915
|
-
12: string;
|
|
1916
|
-
16: string;
|
|
1917
|
-
24: string;
|
|
1918
|
-
32: string;
|
|
1919
|
-
40: string;
|
|
1920
|
-
48: string;
|
|
1921
|
-
56: string;
|
|
1922
|
-
64: string;
|
|
1923
|
-
72: string;
|
|
1924
|
-
80: string;
|
|
1925
|
-
96: string;
|
|
1926
|
-
112: string;
|
|
1927
|
-
128: string;
|
|
1928
|
-
160: string;
|
|
1929
|
-
200: string;
|
|
1930
|
-
240: string;
|
|
1931
|
-
280: string;
|
|
1932
|
-
320: string;
|
|
1933
|
-
};
|
|
1934
|
-
typography: {
|
|
1935
|
-
dataLarge: TypographyFont;
|
|
1936
|
-
dataLargeUnits: TypographyFont;
|
|
1937
|
-
dataMedium: TypographyFont;
|
|
1938
|
-
dataMediumUnits: TypographyFont;
|
|
1939
|
-
dataSmall: TypographyFont;
|
|
1940
|
-
dataSmallUnits: TypographyFont;
|
|
1941
|
-
display0: TypographyFont;
|
|
1942
|
-
heading1: TypographyFont;
|
|
1943
|
-
heading2: TypographyFont;
|
|
1944
|
-
heading3: TypographyFont;
|
|
1945
|
-
heading4: TypographyFont;
|
|
1946
|
-
heading5: TypographyFont;
|
|
1947
|
-
heading6: TypographyFont;
|
|
1948
|
-
paragraphIntroLede: TypographyFont;
|
|
1949
|
-
paragraphBody: TypographyFont;
|
|
1950
|
-
paragraphSmall: TypographyFont;
|
|
1951
|
-
paragraphExtraSmall: TypographyFont;
|
|
1952
|
-
paragraphBold: {
|
|
1953
|
-
fontWeight: KaizenCSSProperties["fontWeight"];
|
|
1954
|
-
};
|
|
1955
|
-
buttonPrimary: TypographyFont;
|
|
1956
|
-
buttonSecondary: TypographyFont;
|
|
1957
|
-
};
|
|
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>;
|
|
1958
2369
|
};
|
|
1959
|
-
type DeepMapObjectLeafs<T, LeafType> = T extends string | number | bigint | boolean | symbol | null | undefined | ((...params: any[]) => any) ? LeafType : T extends Record<any, any> ? {
|
|
1960
|
-
[Key in keyof T]: DeepMapObjectLeafs<T[Key], LeafType>;
|
|
1961
|
-
} : T;
|
|
1962
2370
|
/**
|
|
1963
|
-
*
|
|
1964
|
-
*
|
|
1965
|
-
* 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)`.
|
|
2371
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082059782/Menu Guidance} |
|
|
2372
|
+
* {@link https://cultureamp.design/?path=/docs/components-menu--docs Storybook}
|
|
1966
2373
|
*/
|
|
1967
|
-
|
|
2374
|
+
declare const Menu: {
|
|
2375
|
+
({ button, menuVisible, ...rest }: MenuProps): JSX.Element;
|
|
2376
|
+
displayName: string;
|
|
2377
|
+
};
|
|
1968
2378
|
|
|
1969
|
-
|
|
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
|
+
};
|
|
1970
2386
|
|
|
1971
|
-
|
|
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
|
+
};
|
|
1972
2411
|
|
|
1973
|
-
|
|
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
|
+
|
|
2421
|
+
type ConfirmationModalProps = {
|
|
2422
|
+
isOpen: boolean;
|
|
2423
|
+
unpadded?: boolean;
|
|
2424
|
+
/**
|
|
2425
|
+
* To display the Prominent variation of the modal types
|
|
2426
|
+
*/
|
|
2427
|
+
isProminent?: boolean;
|
|
2428
|
+
/**
|
|
2429
|
+
* Defines the modal type or mood
|
|
2430
|
+
*/
|
|
2431
|
+
mood: Mood$1;
|
|
2432
|
+
title: string;
|
|
2433
|
+
onConfirm?: () => void;
|
|
2434
|
+
onDismiss: () => void;
|
|
2435
|
+
onAfterLeave?: () => void;
|
|
2436
|
+
confirmLabel?: string;
|
|
2437
|
+
dismissLabel?: string;
|
|
2438
|
+
confirmWorking?: {
|
|
2439
|
+
label: string;
|
|
2440
|
+
labelHidden?: boolean;
|
|
2441
|
+
};
|
|
2442
|
+
/**
|
|
2443
|
+
* @deprecated Please use data-testid
|
|
2444
|
+
*/
|
|
2445
|
+
automationId?: string;
|
|
2446
|
+
children: React__default.ReactNode;
|
|
2447
|
+
} & HTMLAttributes<HTMLDivElement>;
|
|
2448
|
+
type Mood$1 = "positive" | "informative" | "negative" | "cautionary" | "assertive";
|
|
1974
2449
|
/**
|
|
1975
|
-
*
|
|
1976
|
-
*
|
|
2450
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082093114/Modal Guidance} |
|
|
2451
|
+
* {@link https://cultureamp.design/?path=/docs/components-modals-confirmationmodal--docs Storybook}
|
|
1977
2452
|
*/
|
|
1978
|
-
declare const
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
}
|
|
1982
|
-
declare const useTheme: <Theme extends Theme = Theme>() => Theme;
|
|
2453
|
+
declare const ConfirmationModal: {
|
|
2454
|
+
({ isOpen, isProminent, unpadded, mood, title, onConfirm, onAfterLeave, confirmLabel, dismissLabel, confirmWorking, onDismiss: propsOnDismiss, children, ...props }: ConfirmationModalProps): JSX.Element;
|
|
2455
|
+
displayName: string;
|
|
2456
|
+
};
|
|
1983
2457
|
|
|
1984
|
-
type
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
2458
|
+
type ContextModalSecondaryActionProps = {
|
|
2459
|
+
secondaryLabel: string;
|
|
2460
|
+
onSecondaryAction: () => void;
|
|
2461
|
+
} | {
|
|
2462
|
+
secondaryLabel?: undefined;
|
|
2463
|
+
};
|
|
2464
|
+
type ContextModalProps = Readonly<{
|
|
2465
|
+
isOpen: boolean;
|
|
2466
|
+
unpadded?: boolean;
|
|
2467
|
+
/**
|
|
2468
|
+
* Defines the orientation layout of the image and content
|
|
2469
|
+
*/
|
|
2470
|
+
layout?: "portrait" | "landscape";
|
|
2471
|
+
title: string;
|
|
2472
|
+
onConfirm?: () => void;
|
|
2473
|
+
onDismiss: () => void;
|
|
2474
|
+
onAfterLeave?: () => void;
|
|
2475
|
+
confirmLabel?: string;
|
|
2476
|
+
confirmWorking?: {
|
|
2477
|
+
label: string;
|
|
2478
|
+
labelHidden?: boolean;
|
|
2479
|
+
};
|
|
2480
|
+
/**
|
|
2481
|
+
* @deprecated use data-testid instead
|
|
2482
|
+
*/
|
|
2483
|
+
automationId?: string;
|
|
2484
|
+
renderBackground?: () => React__default.ReactNode;
|
|
2485
|
+
image?: React__default.ReactNode;
|
|
2486
|
+
children: React__default.ReactNode;
|
|
2487
|
+
contentHeader?: React__default.ReactNode;
|
|
2488
|
+
} & ContextModalSecondaryActionProps & HTMLAttributes<HTMLDivElement>>;
|
|
2489
|
+
/**
|
|
2490
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082093114/Modal Guidance} |
|
|
2491
|
+
* {@link https://cultureamp.design/?path=/docs/components-modals--contextmodal--docs Storybook}
|
|
2492
|
+
*/
|
|
2493
|
+
declare const ContextModal: {
|
|
2494
|
+
({ isOpen, unpadded, layout, title, onConfirm, onAfterLeave, confirmLabel, confirmWorking, renderBackground, children, contentHeader, image, ...props }: ContextModalProps): JSX.Element;
|
|
2495
|
+
displayName: string;
|
|
2496
|
+
};
|
|
2497
|
+
|
|
2498
|
+
type GenericModalProps = {
|
|
2499
|
+
id?: string;
|
|
2500
|
+
isOpen: boolean;
|
|
2501
|
+
children: React__default.ReactNode;
|
|
2502
|
+
focusLockDisabled?: boolean;
|
|
2503
|
+
onEscapeKeyup?: (event: KeyboardEvent) => void;
|
|
2504
|
+
onOutsideModalClick?: (event: React__default.MouseEvent) => void;
|
|
2505
|
+
onAfterLeave?: () => void;
|
|
2506
|
+
};
|
|
2507
|
+
declare const GenericModal: {
|
|
2508
|
+
({ id: propsId, children, isOpen, focusLockDisabled, onEscapeKeyup, onOutsideModalClick, onAfterLeave: propsOnAfterLeave, }: GenericModalProps): JSX.Element;
|
|
2509
|
+
displayName: string;
|
|
2510
|
+
};
|
|
2511
|
+
|
|
2512
|
+
type ModalContextType = {
|
|
2513
|
+
labelledByID: string;
|
|
2514
|
+
describedByID: string;
|
|
2515
|
+
};
|
|
2516
|
+
declare const ModalContext: React$1.Context<ModalContextType>;
|
|
2517
|
+
|
|
2518
|
+
type ModalAccessibleDescriptionProps = {
|
|
2519
|
+
children: React__default.ReactNode;
|
|
2520
|
+
};
|
|
2521
|
+
declare const ModalAccessibleDescription: {
|
|
2522
|
+
({ children, }: ModalAccessibleDescriptionProps): JSX.Element;
|
|
2523
|
+
displayName: string;
|
|
2524
|
+
};
|
|
2525
|
+
|
|
2526
|
+
type ActionsVariantProps = "context" | "inputEdit";
|
|
2527
|
+
type ModalFooterProps = {
|
|
2528
|
+
/**
|
|
2529
|
+
* We have a special case for the InformationModal when it has an image.
|
|
2530
|
+
* Since this modal may have an image on the right side the actions might look disconected from the content.
|
|
2531
|
+
* So for this instance we need to flip the order of the actions so that the primary
|
|
2532
|
+
* action is anchored to the left edge of the modal.
|
|
2533
|
+
* For this rare instance added the variant prop as optional to update the order of action buttons.
|
|
2534
|
+
*/
|
|
2535
|
+
variant?: ActionsVariantProps;
|
|
2536
|
+
unpadded?: boolean;
|
|
2537
|
+
actions: ButtonProps[];
|
|
2538
|
+
appearance?: "primary" | "destructive";
|
|
2539
|
+
/**
|
|
2540
|
+
* @deprecated Please use data-testid
|
|
2541
|
+
*/
|
|
2542
|
+
automationId?: string;
|
|
2543
|
+
alignStart?: boolean;
|
|
2544
|
+
} & HTMLAttributes<HTMLDivElement>;
|
|
2545
|
+
declare const ModalFooter: {
|
|
2546
|
+
({ unpadded, actions, appearance, alignStart, variant, ...props }: ModalFooterProps): JSX.Element;
|
|
2547
|
+
displayName: string;
|
|
2548
|
+
};
|
|
2549
|
+
|
|
2550
|
+
type ModalHeaderProps = {
|
|
2551
|
+
unpadded?: boolean;
|
|
1990
2552
|
reversed?: boolean;
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
}
|
|
1994
|
-
declare const
|
|
1995
|
-
({
|
|
2553
|
+
onDismiss?: (evt: React__default.MouseEvent) => void;
|
|
2554
|
+
children: React__default.ReactNode;
|
|
2555
|
+
};
|
|
2556
|
+
declare const ModalHeader: {
|
|
2557
|
+
({ reversed, onDismiss, children, }: ModalHeaderProps): JSX.Element;
|
|
1996
2558
|
displayName: string;
|
|
1997
2559
|
};
|
|
1998
2560
|
|
|
1999
|
-
type
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
}
|
|
2003
|
-
declare const
|
|
2004
|
-
({
|
|
2561
|
+
type ModalAccessibleLabelProps = {
|
|
2562
|
+
children: React__default.ReactNode;
|
|
2563
|
+
isProminent?: boolean;
|
|
2564
|
+
};
|
|
2565
|
+
declare const ModalAccessibleLabel: {
|
|
2566
|
+
({ children, isProminent, }: ModalAccessibleLabelProps): JSX.Element;
|
|
2567
|
+
displayName: string;
|
|
2568
|
+
};
|
|
2569
|
+
|
|
2570
|
+
type ModalBodyProps = {
|
|
2571
|
+
inputEdit?: boolean;
|
|
2572
|
+
children: React__default.ReactNode;
|
|
2573
|
+
};
|
|
2574
|
+
declare const ModalBody: {
|
|
2575
|
+
({ inputEdit, children, }: ModalBodyProps): JSX.Element;
|
|
2576
|
+
displayName: string;
|
|
2577
|
+
};
|
|
2578
|
+
|
|
2579
|
+
type InputEditModalProps = {
|
|
2580
|
+
isOpen: boolean;
|
|
2581
|
+
unpadded?: boolean;
|
|
2582
|
+
mood: "positive" | "destructive";
|
|
2583
|
+
title: string;
|
|
2584
|
+
onSubmit: () => void;
|
|
2585
|
+
onSecondaryAction?: () => void;
|
|
2586
|
+
onDismiss: () => void;
|
|
2587
|
+
onAfterLeave?: () => void;
|
|
2588
|
+
localeDirection?: "rtl" | "ltr";
|
|
2589
|
+
submitLabel?: string;
|
|
2590
|
+
dismissLabel?: string;
|
|
2591
|
+
secondaryLabel?: string;
|
|
2592
|
+
/**
|
|
2593
|
+
* @deprecated Please use data-testid
|
|
2594
|
+
*/
|
|
2595
|
+
automationId?: string;
|
|
2596
|
+
children: React__default.ReactNode;
|
|
2597
|
+
submitWorking?: {
|
|
2598
|
+
label: string;
|
|
2599
|
+
labelHidden?: boolean;
|
|
2600
|
+
};
|
|
2601
|
+
} & HTMLAttributes<HTMLDivElement>;
|
|
2602
|
+
/**
|
|
2603
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082093114/Modal#Input-Edit-Modal Guidance} |
|
|
2604
|
+
* {@link https://cultureamp.design/?path=/docs/components-modals-inputeditmodal--docs Storybook}
|
|
2605
|
+
*/
|
|
2606
|
+
declare const InputEditModal: {
|
|
2607
|
+
({ isOpen, mood, title, onSubmit, onSecondaryAction, onAfterLeave, localeDirection, submitLabel, dismissLabel, secondaryLabel, submitWorking, children, unpadded, onDismiss: propsOnDismiss, ...props }: InputEditModalProps): JSX.Element;
|
|
2005
2608
|
displayName: string;
|
|
2006
2609
|
};
|
|
2007
2610
|
|
|
@@ -2009,7 +2612,7 @@ type NotificationType = "positive" | "informative" | "cautionary" | "negative" |
|
|
|
2009
2612
|
|
|
2010
2613
|
type InlineNotificationProps = OverrideClassName<{
|
|
2011
2614
|
type: NotificationType;
|
|
2012
|
-
children?:
|
|
2615
|
+
children?: React__default.ReactNode;
|
|
2013
2616
|
/** @default false */
|
|
2014
2617
|
persistent?: boolean;
|
|
2015
2618
|
/** @default false */
|
|
@@ -2024,33 +2627,134 @@ type InlineNotificationProps = OverrideClassName<{
|
|
|
2024
2627
|
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082093392/Inline+Notification Guidance} |
|
|
2025
2628
|
* {@link https://cultureamp.design/storybook/?path=/docs/components-notifications-inline-notification--docs Storybook}
|
|
2026
2629
|
*/
|
|
2027
|
-
declare const InlineNotification: {
|
|
2028
|
-
({ isSubtle, hideCloseIcon, persistent, classNameOverride, ...otherProps }: InlineNotificationProps): JSX.Element;
|
|
2630
|
+
declare const InlineNotification: {
|
|
2631
|
+
({ isSubtle, hideCloseIcon, persistent, classNameOverride, ...otherProps }: InlineNotificationProps): JSX.Element;
|
|
2632
|
+
displayName: string;
|
|
2633
|
+
};
|
|
2634
|
+
|
|
2635
|
+
type GlobalNotificationProps = OverrideClassName<{
|
|
2636
|
+
type: NotificationType;
|
|
2637
|
+
children: React__default.ReactNode;
|
|
2638
|
+
onHide?: () => void;
|
|
2639
|
+
persistent?: boolean;
|
|
2640
|
+
}>;
|
|
2641
|
+
/**
|
|
2642
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082060757/Global+Notification Guidance} |
|
|
2643
|
+
* {@link https://cultureamp.design/?path=/docs/components-notifications-global-notification--docs Storybook}
|
|
2644
|
+
*/
|
|
2645
|
+
declare const GlobalNotification: {
|
|
2646
|
+
({ persistent, ...props }: GlobalNotificationProps): JSX.Element;
|
|
2647
|
+
displayName: string;
|
|
2648
|
+
};
|
|
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
|
+
};
|
|
2029
2697
|
displayName: string;
|
|
2030
2698
|
};
|
|
2031
2699
|
|
|
2032
|
-
type
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
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>>;
|
|
2038
2721
|
/**
|
|
2039
|
-
* {@link https://cultureamp.
|
|
2040
|
-
* {@link https://cultureamp.design/?path=/docs/components-
|
|
2722
|
+
* {@link https://cultureamp.design/components/popover/ Guidance} |
|
|
2723
|
+
* {@link https://cultureamp.design/storybook/?path=/docs/components-popover--default-kaizen-site-demo Storybook}
|
|
2041
2724
|
*/
|
|
2042
|
-
declare const
|
|
2043
|
-
({
|
|
2725
|
+
declare const Popover: {
|
|
2726
|
+
({ children, variant, placement, size, heading, dismissible, onClose, singleLine, customIcon, referenceElement, classNameOverride, ...restProps }: PopoverProps): JSX.Element;
|
|
2044
2727
|
displayName: string;
|
|
2045
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];
|
|
2046
2750
|
|
|
2047
|
-
type RadioProps = OverrideClassName<Omit<InputHTMLAttributes<HTMLInputElement>, "
|
|
2048
|
-
/**
|
|
2049
|
-
* This needs to be enforced to ensure the Radio always gets an id to match a label when composed.
|
|
2050
|
-
*/
|
|
2751
|
+
type RadioProps = OverrideClassName<Omit<InputHTMLAttributes<HTMLInputElement>, "id" | "name" | "value" | "checked" | "type">> & {
|
|
2752
|
+
/** Required to ensure the Radio always gets an ID to match a label when composed. */
|
|
2051
2753
|
id: string;
|
|
2754
|
+
/** Unique identifier for the group this Radio belongs to. Required for keyboard navigation of the group. See also [Defining a radio group](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio#defining_a_radio_group) on MDN. E.g. the question ID for which this is one possible answer to. */
|
|
2052
2755
|
name: string;
|
|
2053
|
-
value
|
|
2756
|
+
/** The value for this form field when this radio button is selected. */
|
|
2757
|
+
value?: string | readonly string[] | number;
|
|
2054
2758
|
selectedStatus?: boolean;
|
|
2055
2759
|
reversed?: boolean;
|
|
2056
2760
|
};
|
|
@@ -2061,7 +2765,7 @@ declare const Radio: {
|
|
|
2061
2765
|
|
|
2062
2766
|
type RadioFieldProps = Omit<RadioProps, "id"> & {
|
|
2063
2767
|
id?: string;
|
|
2064
|
-
labelText: string |
|
|
2768
|
+
labelText: string | React__default.ReactNode;
|
|
2065
2769
|
selectedStatus?: boolean;
|
|
2066
2770
|
disabled?: boolean;
|
|
2067
2771
|
reversed?: boolean;
|
|
@@ -2077,15 +2781,15 @@ declare const RadioField: {
|
|
|
2077
2781
|
};
|
|
2078
2782
|
|
|
2079
2783
|
type RadioGroupProps = OverrideClassName<HTMLAttributes<HTMLDivElement>> & {
|
|
2080
|
-
children?:
|
|
2081
|
-
labelText: string |
|
|
2784
|
+
children?: React__default.ReactNode;
|
|
2785
|
+
labelText: string | React__default.ReactNode;
|
|
2082
2786
|
labelId?: string;
|
|
2083
2787
|
noBottomMargin?: boolean;
|
|
2084
2788
|
reversed?: boolean;
|
|
2085
|
-
"data-
|
|
2789
|
+
"data-testid"?: string;
|
|
2086
2790
|
};
|
|
2087
2791
|
declare const RadioGroup: {
|
|
2088
|
-
({ children, labelId: propsLabelId, labelText, noBottomMargin, reversed, classNameOverride, "data-
|
|
2792
|
+
({ children, labelId: propsLabelId, labelText, noBottomMargin, reversed, classNameOverride, "data-testid": dataTestId, ...restProps }: RadioGroupProps): JSX.Element;
|
|
2089
2793
|
displayName: string;
|
|
2090
2794
|
};
|
|
2091
2795
|
|
|
@@ -2105,6 +2809,165 @@ declare const SearchField: {
|
|
|
2105
2809
|
displayName: string;
|
|
2106
2810
|
};
|
|
2107
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
|
+
|
|
2108
2971
|
type SliderFieldProps = {
|
|
2109
2972
|
id?: string;
|
|
2110
2973
|
labelText: ReactNode;
|
|
@@ -2123,6 +2986,157 @@ declare const Slider: {
|
|
|
2123
2986
|
displayName: string;
|
|
2124
2987
|
};
|
|
2125
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
|
+
|
|
2126
3140
|
type TextVariants = "intro-lede" | "body" | "small" | "extra-small";
|
|
2127
3141
|
type AllowedTextTags = "pre" | "p" | "div" | "span" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "label";
|
|
2128
3142
|
type AllowedTextColors = "dark" | "dark-reduced-opacity" | "white" | "white-reduced-opacity" | "positive" | "negative";
|
|
@@ -2148,6 +3162,196 @@ declare const Text: {
|
|
|
2148
3162
|
displayName: string;
|
|
2149
3163
|
};
|
|
2150
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
|
+
|
|
2151
3355
|
type ProgressStepperProps = {
|
|
2152
3356
|
stepName: string;
|
|
2153
3357
|
steps: [string, ...string[]];
|
|
@@ -2217,57 +3421,4 @@ declare const Workflow: {
|
|
|
2217
3421
|
};
|
|
2218
3422
|
};
|
|
2219
3423
|
|
|
2220
|
-
type OmittedInputProps = "startIconAdornment" | "endIconAdornment" | "ariaDescribedBy" | "ariaLabel";
|
|
2221
|
-
interface TextFieldProps extends Omit<InputProps, OmittedInputProps> {
|
|
2222
|
-
/**
|
|
2223
|
-
* A short example of input text. For context or additional information use the `description` prop
|
|
2224
|
-
*/
|
|
2225
|
-
labelText: React$1.ReactNode;
|
|
2226
|
-
inline?: boolean;
|
|
2227
|
-
icon?: JSX.Element;
|
|
2228
|
-
/**
|
|
2229
|
-
* A descriptive message for `error` or `caution` states
|
|
2230
|
-
*/
|
|
2231
|
-
validationMessage?: string | React$1.ReactNode;
|
|
2232
|
-
/**
|
|
2233
|
-
* A description that provides context for the text field
|
|
2234
|
-
*/
|
|
2235
|
-
description?: string | React$1.ReactNode;
|
|
2236
|
-
}
|
|
2237
|
-
/**
|
|
2238
|
-
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081928705/Text+Field Guidance} |
|
|
2239
|
-
* {@link https://cultureamp.design/?path=/docs/components-text-field--docs Storybook}
|
|
2240
|
-
*/
|
|
2241
|
-
declare const TextField: {
|
|
2242
|
-
({ id: propsId, labelText, inline, icon, validationMessage, description, status, reversed, disabled, ...restProps }: TextFieldProps): JSX.Element;
|
|
2243
|
-
displayName: string;
|
|
2244
|
-
};
|
|
2245
|
-
|
|
2246
|
-
type TextAreaProps = {
|
|
2247
|
-
textAreaRef?: React$1.RefObject<HTMLTextAreaElement>;
|
|
2248
|
-
status?: "default" | "error" | "caution";
|
|
2249
|
-
autogrow?: boolean;
|
|
2250
|
-
reversed?: boolean;
|
|
2251
|
-
} & OverrideClassName<TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
2252
|
-
declare const TextArea: {
|
|
2253
|
-
({ textAreaRef: propsTextAreaRef, status, autogrow, reversed, rows, defaultValue, value, disabled, onChange: propsOnChange, ...restProps }: TextAreaProps): JSX.Element;
|
|
2254
|
-
displayName: string;
|
|
2255
|
-
};
|
|
2256
|
-
|
|
2257
|
-
type TextAreaFieldProps = {
|
|
2258
|
-
labelText: string | React$1.ReactNode;
|
|
2259
|
-
inline?: boolean;
|
|
2260
|
-
validationMessage?: string | React$1.ReactNode;
|
|
2261
|
-
description?: string | React$1.ReactNode;
|
|
2262
|
-
variant?: "default" | "prominent";
|
|
2263
|
-
} & TextAreaProps;
|
|
2264
|
-
/**
|
|
2265
|
-
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081895966/Text+Area+Field Guidance} |
|
|
2266
|
-
* {@link https://cultureamp.design/?path=/docs/components-text-area-field--docs Storybook}
|
|
2267
|
-
*/
|
|
2268
|
-
declare const TextAreaField: {
|
|
2269
|
-
({ labelText, inline, validationMessage, description, variant, id: propsId, reversed, status, disabled, ...restProps }: TextAreaFieldProps): JSX.Element;
|
|
2270
|
-
displayName: string;
|
|
2271
|
-
};
|
|
2272
|
-
|
|
2273
|
-
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, 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, ConnectIcon, ConnectLineIcon, type CustomButtonProps, CustomIcon, DashboardIcon, DateEndIcon, DateEndWhiteIcon, type DateRangeFieldValidationMessage, DateRangeIcon, DateRangeWhiteIcon, DateStartIcon, DateStartWhiteIcon, type DateValidationResponse, DecreaseIndentIcon, type DeepMapObjectLeafs, DeltaBareIcon, DeltaBareWhiteIcon, DeltaFlatIcon, DeltaIcon, DeltaNegativeIcon, DeltaPositiveIcon, DeltaWhiteIcon, DemographicsIcon, DepartmentIcon, DirectionalLink, type DirectionalLinkProps, 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, type FilterDateSupportedLocales, 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, 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, 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, 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 ValueType, VisibleIcon, Workflow, type WorkflowProps, WritingIcon, ZoomInIcon, ZoomOutIcon, defaultTheme, getDateValidationHandler, getSelectedOptionKeys, getSelectedOptionLabels, getTruncatedLabels, heartTheme, 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 };
|