@kaizen/components 1.33.0 → 1.35.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/Avatar/Avatar.cjs +0 -1
- package/dist/cjs/Avatar/Avatar.cjs.map +1 -1
- package/dist/cjs/BrandMoment/BrandMoment.cjs +7 -6
- package/dist/cjs/BrandMoment/BrandMoment.cjs.map +1 -1
- package/dist/cjs/Button/GenericButton/GenericButton.cjs +9 -5
- package/dist/cjs/Button/GenericButton/GenericButton.cjs.map +1 -1
- package/dist/cjs/ButtonGroup/ButtonGroup.cjs +3 -3
- package/dist/cjs/ButtonGroup/ButtonGroup.cjs.map +1 -1
- package/dist/cjs/Calendar/CalendarRange/CalendarRange.cjs +0 -1
- package/dist/cjs/Calendar/CalendarRange/CalendarRange.cjs.map +1 -1
- package/dist/cjs/Calendar/CalendarSingle/CalendarSingle.cjs +0 -1
- package/dist/cjs/Calendar/CalendarSingle/CalendarSingle.cjs.map +1 -1
- package/dist/cjs/Calendar/LegacyCalendarRange/LegacyCalendarRange.cjs +0 -1
- package/dist/cjs/Calendar/LegacyCalendarRange/LegacyCalendarRange.cjs.map +1 -1
- package/dist/cjs/Checkbox/Checkbox/Checkbox.cjs +0 -1
- package/dist/cjs/Checkbox/Checkbox/Checkbox.cjs.map +1 -1
- package/dist/cjs/ClearButton/ClearButton.cjs +0 -1
- package/dist/cjs/ClearButton/ClearButton.cjs.map +1 -1
- package/dist/cjs/Collapsible/Collapsible/Collapsible.cjs +2 -3
- package/dist/cjs/Collapsible/Collapsible/Collapsible.cjs.map +1 -1
- package/dist/cjs/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.cjs +2 -2
- package/dist/cjs/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.cjs.map +1 -1
- package/dist/cjs/DateInput/DateInputWithIconButton/DateInputWithIconButton.cjs +0 -1
- package/dist/cjs/DateInput/DateInputWithIconButton/DateInputWithIconButton.cjs.map +1 -1
- package/dist/cjs/DateRangePicker/DateRangePicker.cjs +0 -1
- package/dist/cjs/DateRangePicker/DateRangePicker.cjs.map +1 -1
- package/dist/cjs/EmptyState/EmptyState.cjs +12 -9
- package/dist/cjs/EmptyState/EmptyState.cjs.map +1 -1
- package/dist/cjs/ErrorPage/ErrorPage.cjs +7 -6
- package/dist/cjs/ErrorPage/ErrorPage.cjs.map +1 -1
- package/dist/cjs/FieldMessage/FieldMessage.cjs +0 -1
- package/dist/cjs/FieldMessage/FieldMessage.cjs.map +1 -1
- package/dist/cjs/Filter/Filter/Filter.cjs.map +1 -0
- package/dist/cjs/Filter/Filter/subcomponents/FilterContents/FilterContents.cjs.map +1 -0
- package/dist/cjs/Filter/Filter/subcomponents/FilterContents/FilterContents.module.scss.cjs +7 -0
- package/dist/cjs/Filter/Filter/subcomponents/FilterPopover/FilterPopover.cjs.map +1 -0
- package/dist/cjs/Filter/Filter/subcomponents/FilterPopover/FilterPopover.module.scss.cjs +7 -0
- package/dist/cjs/Filter/FilterBar/FilterBar.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/FilterBar.module.scss.cjs +8 -0
- package/dist/cjs/Filter/FilterBar/context/FilterBarContext.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/context/reducer/filterBarStateReducer.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/context/reducer/setupFilterBarState.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/context/reducer/updateSingleFilter.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/context/reducer/updateValues.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/context/utils/checkShouldUpdateValues.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/context/utils/getInactiveFilters.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/context/utils/getIsUsableWhenArgs.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/context/utils/getMappedFilters.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/context/utils/getValidValue.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/context/utils/updateDependentFilters.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.cjs +46 -0
- package/dist/cjs/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/subcomponents/ClearAllButton/ClearAllButton.cjs +23 -0
- package/dist/cjs/Filter/FilterBar/subcomponents/ClearAllButton/ClearAllButton.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/subcomponents/ClearAllButton/ClearAllButton.module.scss.cjs +7 -0
- package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.cjs +54 -0
- package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.cjs.map +1 -0
- package/dist/cjs/Filter/FilterBar/utils/checkArraysMatch.cjs.map +1 -0
- package/dist/cjs/Filter/FilterButton/FilterButton/FilterButton.cjs +44 -0
- package/dist/cjs/Filter/FilterButton/FilterButton/FilterButton.cjs.map +1 -0
- package/dist/cjs/Filter/FilterButton/FilterButton/FilterButton.module.scss.cjs +10 -0
- package/dist/cjs/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.cjs +38 -0
- package/dist/cjs/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.cjs.map +1 -0
- package/dist/cjs/Filter/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.cjs.map +1 -0
- package/dist/cjs/Filter/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.module.scss.cjs +7 -0
- package/dist/cjs/Filter/FilterDatePicker/FilterDatePicker.cjs +46 -0
- package/dist/cjs/Filter/FilterDatePicker/FilterDatePicker.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDatePicker/hooks/useDateInputHandlers.cjs +70 -0
- package/dist/cjs/Filter/FilterDatePicker/hooks/useDateInputHandlers.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDatePicker/hooks/useDateValidation.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.cjs +56 -0
- package/dist/cjs/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.module.scss.cjs +7 -0
- package/dist/cjs/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.cjs +133 -0
- package/dist/cjs/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.module.scss.cjs +7 -0
- package/dist/cjs/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.cjs +28 -0
- package/dist/cjs/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDatePicker/utils/getDateValidationHandler.cjs +27 -0
- package/dist/cjs/Filter/FilterDatePicker/utils/getDateValidationHandler.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDatePicker/utils/transformDateToInputValue.cjs +13 -0
- package/dist/cjs/Filter/FilterDatePicker/utils/transformDateToInputValue.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDatePicker/utils/validateDate.cjs +21 -0
- package/dist/cjs/Filter/FilterDatePicker/utils/validateDate.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDateRangePicker/FilterDateRangePicker.cjs +47 -0
- package/dist/cjs/Filter/FilterDateRangePicker/FilterDateRangePicker.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.cjs +25 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.module.scss.cjs +7 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.cjs +86 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.module.scss.cjs +10 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.cjs +63 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.module.scss.cjs +7 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.cjs +231 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.module.scss.cjs +8 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.cjs +37 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.cjs +59 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.cjs +38 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/isValidRange.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.cjs +37 -0
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.cjs.map +1 -0
- package/dist/cjs/Filter/FilterDateRangePicker/utils/isCompleteDateRange.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/FilterMultiSelect.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/context/MenuTriggerProvider/MenuTriggerProvider.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/context/SelectionProvider/SelectionProvider.cjs +70 -0
- package/dist/cjs/Filter/FilterMultiSelect/context/SelectionProvider/SelectionProvider.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/ListBox/ListBox.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/ListBox/ListBox.module.scss.cjs +10 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.cjs +34 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.module.scss.cjs +8 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.cjs +20 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.module.scss.cjs +7 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuFooter/MenuFooter.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuFooter/MenuFooter.module.scss.cjs +7 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.cjs +44 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.module.scss.cjs +8 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/MenuPopup/MenuPopup.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/MenuPopup/MenuPopup.module.scss.cjs +7 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.cjs +56 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.module.scss.cjs +13 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/NoResults/NoResults.cjs +22 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/NoResults/NoResults.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/NoResults/NoResults.module.scss.cjs +7 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/SearchInput/SearchInput.cjs +41 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/SearchInput/SearchInput.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/SearchInput/SearchInput.module.scss.cjs +7 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.cjs +15 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.module.scss.cjs +7 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.cjs +32 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/SelectAllButton/SelectAllButton.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/SelectionControlButton.module.scss.cjs +8 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/utils/getSelectedOptionKeys.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/utils/getSelectedOptionLabels.cjs.map +1 -0
- package/dist/cjs/Filter/FilterMultiSelect/utils/getTruncatedLabel.cjs.map +1 -0
- package/dist/cjs/Filter/FilterSelect/FilterSelect.cjs +88 -0
- package/dist/cjs/Filter/FilterSelect/FilterSelect.cjs.map +1 -0
- package/dist/cjs/Filter/FilterSelect/FilterSelect.module.scss.cjs +7 -0
- package/dist/cjs/GuidanceBlock/GuidanceBlock.cjs +157 -0
- package/dist/cjs/GuidanceBlock/GuidanceBlock.cjs.map +1 -0
- package/dist/cjs/GuidanceBlock/GuidanceBlock.module.scss.cjs +33 -0
- package/dist/cjs/GuidanceBlock/GuidanceBlock.module.scss.cjs.map +1 -0
- package/dist/cjs/Heading/Heading.cjs.map +1 -1
- package/dist/cjs/Icon/AcademyIcon.cjs +1 -2
- package/dist/cjs/Icon/AcademyIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ActionOffIcon.cjs +1 -2
- package/dist/cjs/Icon/ActionOffIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ActionOffWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/ActionOffWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ActionOnIcon.cjs +1 -2
- package/dist/cjs/Icon/ActionOnIcon.cjs.map +1 -1
- package/dist/cjs/Icon/AddIcon.cjs +1 -2
- package/dist/cjs/Icon/AddIcon.cjs.map +1 -1
- package/dist/cjs/Icon/AddLinkIcon.cjs.map +1 -1
- package/dist/cjs/Icon/AddWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/AddWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/AiIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ArchivedIcon.cjs +1 -2
- package/dist/cjs/Icon/ArchivedIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ArchivedWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/ArchivedWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ArrowBackwardIcon.cjs +1 -2
- package/dist/cjs/Icon/ArrowBackwardIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ArrowDownIcon.cjs +2 -3
- package/dist/cjs/Icon/ArrowDownIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ArrowForwardIcon.cjs +1 -2
- package/dist/cjs/Icon/ArrowForwardIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ArrowLeftIcon.cjs +1 -2
- package/dist/cjs/Icon/ArrowLeftIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ArrowRightIcon.cjs +1 -2
- package/dist/cjs/Icon/ArrowRightIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ArrowUpIcon.cjs +2 -3
- package/dist/cjs/Icon/ArrowUpIcon.cjs.map +1 -1
- package/dist/cjs/Icon/BlankIcon.cjs +1 -2
- package/dist/cjs/Icon/BlankIcon.cjs.map +1 -1
- package/dist/cjs/Icon/BoldIcon.cjs +1 -1
- package/dist/cjs/Icon/BoldIcon.cjs.map +1 -1
- package/dist/cjs/Icon/BookmarkOffIcon.cjs.map +1 -1
- package/dist/cjs/Icon/BookmarkOnIcon.cjs.map +1 -1
- package/dist/cjs/Icon/BranchingIcon.cjs +1 -2
- package/dist/cjs/Icon/BranchingIcon.cjs.map +1 -1
- package/dist/cjs/Icon/BullettedListIcon.cjs.map +1 -1
- package/dist/cjs/Icon/CaMonogramIcon.cjs +1 -2
- package/dist/cjs/Icon/CaMonogramIcon.cjs.map +1 -1
- package/dist/cjs/Icon/CameraIcon.cjs +1 -2
- package/dist/cjs/Icon/CameraIcon.cjs.map +1 -1
- package/dist/cjs/Icon/CautionIcon.cjs.map +1 -1
- package/dist/cjs/Icon/CautionWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/CheckIcon.cjs +1 -2
- package/dist/cjs/Icon/CheckIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ChevronDownIcon.cjs +1 -2
- package/dist/cjs/Icon/ChevronDownIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ChevronLeftIcon.cjs +1 -2
- package/dist/cjs/Icon/ChevronLeftIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ChevronRightIcon.cjs +1 -2
- package/dist/cjs/Icon/ChevronRightIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ChevronUpIcon.cjs +1 -2
- package/dist/cjs/Icon/ChevronUpIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ClearIcon.cjs +1 -2
- package/dist/cjs/Icon/ClearIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ClearWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/ClearWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/CloseIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ClosedIcon.cjs +1 -2
- package/dist/cjs/Icon/ClosedIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ClosedWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/ClosedWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/CommentAddIcon.cjs +1 -2
- package/dist/cjs/Icon/CommentAddIcon.cjs.map +1 -1
- package/dist/cjs/Icon/CommentAddWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/CommentAddWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/CommentBankIcon.cjs +1 -2
- package/dist/cjs/Icon/CommentBankIcon.cjs.map +1 -1
- package/dist/cjs/Icon/CommentDisabledIcon.cjs +1 -2
- package/dist/cjs/Icon/CommentDisabledIcon.cjs.map +1 -1
- package/dist/cjs/Icon/CommentDisabledWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/CommentDisabledWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/CommentIcon.cjs +1 -2
- package/dist/cjs/Icon/CommentIcon.cjs.map +1 -1
- package/dist/cjs/Icon/CommentWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/CommentWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/CommunicationsIcon.cjs +1 -2
- package/dist/cjs/Icon/CommunicationsIcon.cjs.map +1 -1
- package/dist/cjs/Icon/CompetencyLibraryIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ConfigureIcon.cjs +1 -2
- package/dist/cjs/Icon/ConfigureIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ConnectIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ConnectLineIcon.cjs +1 -1
- package/dist/cjs/Icon/ConnectLineIcon.cjs.map +1 -1
- package/dist/cjs/Icon/CustomIcon.cjs +1 -2
- package/dist/cjs/Icon/CustomIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DashboardIcon.cjs +1 -2
- package/dist/cjs/Icon/DashboardIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DateEndIcon.cjs +1 -2
- package/dist/cjs/Icon/DateEndIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DateEndWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/DateEndWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DateRangeIcon.cjs +1 -2
- package/dist/cjs/Icon/DateRangeIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DateRangeWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/DateRangeWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DateStartIcon.cjs +1 -2
- package/dist/cjs/Icon/DateStartIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DateStartWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/DateStartWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DecreaseIndentIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DeltaBareIcon.cjs +1 -2
- package/dist/cjs/Icon/DeltaBareIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DeltaBareWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/DeltaBareWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DeltaFlatIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DeltaIcon.cjs +1 -2
- package/dist/cjs/Icon/DeltaIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DeltaNegativeIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DeltaPositiveIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DeltaWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/DeltaWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DemographicsIcon.cjs +1 -2
- package/dist/cjs/Icon/DemographicsIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DepartmentIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DraftIcon.cjs +1 -2
- package/dist/cjs/Icon/DraftIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DraftWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/DraftWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DragIcon.cjs +1 -2
- package/dist/cjs/Icon/DragIcon.cjs.map +1 -1
- package/dist/cjs/Icon/DuplicateIcon.cjs +1 -2
- package/dist/cjs/Icon/DuplicateIcon.cjs.map +1 -1
- package/dist/cjs/Icon/EditIcon.cjs +1 -2
- package/dist/cjs/Icon/EditIcon.cjs.map +1 -1
- package/dist/cjs/Icon/EffectivenessIcon.cjs +1 -2
- package/dist/cjs/Icon/EffectivenessIcon.cjs.map +1 -1
- package/dist/cjs/Icon/EllipsisIcon.cjs +1 -2
- package/dist/cjs/Icon/EllipsisIcon.cjs.map +1 -1
- package/dist/cjs/Icon/EmailIcon.cjs +1 -2
- package/dist/cjs/Icon/EmailIcon.cjs.map +1 -1
- package/dist/cjs/Icon/EmptyIcon.cjs +1 -2
- package/dist/cjs/Icon/EmptyIcon.cjs.map +1 -1
- package/dist/cjs/Icon/EmptyWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/EndIcon.cjs.map +1 -1
- package/dist/cjs/Icon/EngagementIcon.cjs +1 -2
- package/dist/cjs/Icon/EngagementIcon.cjs.map +1 -1
- package/dist/cjs/Icon/EngagementWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/EngagementWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/EqualIcon.cjs.map +1 -1
- package/dist/cjs/Icon/EqualWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/EqualWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ExclamationIcon.cjs +1 -2
- package/dist/cjs/Icon/ExclamationIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ExclamationOctagonIcon.cjs +1 -2
- package/dist/cjs/Icon/ExclamationOctagonIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ExclamationOctagonWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/ExclamationOctagonWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ExclamationWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/ExclamationWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ExperienceIcon.cjs +1 -2
- package/dist/cjs/Icon/ExperienceIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ExportIcon.cjs +1 -2
- package/dist/cjs/Icon/ExportIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ExportWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/ExportWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ExternalLinkIcon.cjs +1 -2
- package/dist/cjs/Icon/ExternalLinkIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FaceDissatisfiedIcon.cjs +1 -2
- package/dist/cjs/Icon/FaceDissatisfiedIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FaceDissatisfiedWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FaceNeutralIcon.cjs +1 -2
- package/dist/cjs/Icon/FaceNeutralIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FaceNeutralWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/FaceNeutralWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FaceSatisfiedIcon.cjs +1 -2
- package/dist/cjs/Icon/FaceSatisfiedIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FaceSatisfiedWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/FaceSatisfiedWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FaceVeryDissatisfiedIcon.cjs +1 -2
- package/dist/cjs/Icon/FaceVeryDissatisfiedIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FaceVeryDissatisfiedWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/FaceVeryDissatisfiedWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FaceVerySatisfiedIcon.cjs +1 -2
- package/dist/cjs/Icon/FaceVerySatisfiedIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FaceVerySatisfiedWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/FaceVerySatisfiedWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FactorsIcon.cjs +1 -2
- package/dist/cjs/Icon/FactorsIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FavoriteOffIcon.cjs +1 -2
- package/dist/cjs/Icon/FavoriteOffIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FavoriteOnIcon.cjs +1 -2
- package/dist/cjs/Icon/FavoriteOnIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FeedbackClassifyIcon.cjs +1 -2
- package/dist/cjs/Icon/FeedbackClassifyIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FeedbackClassifyWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/FeedbackClassifyWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FeedbackCompletedIcon.cjs +1 -2
- package/dist/cjs/Icon/FeedbackCompletedIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FeedbackCompletedWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/FeedbackCompletedWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FeedbackReportIcon.cjs +1 -2
- package/dist/cjs/Icon/FeedbackReportIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FeedbackReportWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/FeedbackReportWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FeedbackReviewIcon.cjs +1 -2
- package/dist/cjs/Icon/FeedbackReviewIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FeedbackReviewWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/FeedbackReviewWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FeedbackShareIcon.cjs +1 -2
- package/dist/cjs/Icon/FeedbackShareIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FeedbackShareWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/FeedbackShareWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FileIcon.cjs +1 -2
- package/dist/cjs/Icon/FileIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FileWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/FileWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FilterIcon.cjs +1 -2
- package/dist/cjs/Icon/FilterIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FlagOffIcon.cjs +1 -2
- package/dist/cjs/Icon/FlagOffIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FlagOffWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FlagOnIcon.cjs +1 -2
- package/dist/cjs/Icon/FlagOnIcon.cjs.map +1 -1
- package/dist/cjs/Icon/FullIcon.cjs.map +1 -1
- package/dist/cjs/Icon/GridViewIcon.cjs +1 -2
- package/dist/cjs/Icon/GridViewIcon.cjs.map +1 -1
- package/dist/cjs/Icon/GuidanceIcon.cjs +1 -2
- package/dist/cjs/Icon/GuidanceIcon.cjs.map +1 -1
- package/dist/cjs/Icon/HamburgerIcon.cjs +1 -2
- package/dist/cjs/Icon/HamburgerIcon.cjs.map +1 -1
- package/dist/cjs/Icon/HeatmapIcon.cjs +1 -2
- package/dist/cjs/Icon/HeatmapIcon.cjs.map +1 -1
- package/dist/cjs/Icon/HeatmapWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/HeatmapWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/HierarchyIcon.cjs +1 -2
- package/dist/cjs/Icon/HierarchyIcon.cjs.map +1 -1
- package/dist/cjs/Icon/HomeIcon.cjs +1 -2
- package/dist/cjs/Icon/HomeIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ImportIcon.cjs +1 -2
- package/dist/cjs/Icon/ImportIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ImportWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/ImportWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/IncreaseIndentIcon.cjs.map +1 -1
- package/dist/cjs/Icon/InformationIcon.cjs +1 -2
- package/dist/cjs/Icon/InformationIcon.cjs.map +1 -1
- package/dist/cjs/Icon/InformationWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/InformationWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/InsightIcon.cjs +1 -2
- package/dist/cjs/Icon/InsightIcon.cjs.map +1 -1
- package/dist/cjs/Icon/InsightsIcon.cjs +1 -1
- package/dist/cjs/Icon/InsightsIcon.cjs.map +1 -1
- package/dist/cjs/Icon/InvisibleIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ItalicsIcon.cjs.map +1 -1
- package/dist/cjs/Icon/KebabIcon.cjs +1 -2
- package/dist/cjs/Icon/KebabIcon.cjs.map +1 -1
- package/dist/cjs/Icon/KioskIcon.cjs +1 -2
- package/dist/cjs/Icon/KioskIcon.cjs.map +1 -1
- package/dist/cjs/Icon/KioskWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/KioskWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/LaunchIcon.cjs.map +1 -1
- package/dist/cjs/Icon/LaunchWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/LaunchWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/LeaderboardIcon.cjs +1 -2
- package/dist/cjs/Icon/LeaderboardIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ListViewIcon.cjs +1 -2
- package/dist/cjs/Icon/ListViewIcon.cjs.map +1 -1
- package/dist/cjs/Icon/LiveIcon.cjs.map +1 -1
- package/dist/cjs/Icon/LockIcon.cjs +1 -2
- package/dist/cjs/Icon/LockIcon.cjs.map +1 -1
- package/dist/cjs/Icon/LockWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/LockWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/LogOutIcon.cjs +1 -2
- package/dist/cjs/Icon/LogOutIcon.cjs.map +1 -1
- package/dist/cjs/Icon/MaximizeIcon.cjs.map +1 -1
- package/dist/cjs/Icon/MeatballsIcon.cjs +1 -2
- package/dist/cjs/Icon/MeatballsIcon.cjs.map +1 -1
- package/dist/cjs/Icon/MinimizeIcon.cjs.map +1 -1
- package/dist/cjs/Icon/MinusIcon.cjs +1 -2
- package/dist/cjs/Icon/MinusIcon.cjs.map +1 -1
- package/dist/cjs/Icon/NavigatorIcon.cjs +1 -2
- package/dist/cjs/Icon/NavigatorIcon.cjs.map +1 -1
- package/dist/cjs/Icon/NotificationIcon.cjs +1 -2
- package/dist/cjs/Icon/NotificationIcon.cjs.map +1 -1
- package/dist/cjs/Icon/NumberedListIcon.cjs.map +1 -1
- package/dist/cjs/Icon/NumberedListRtlIcon.cjs.map +1 -1
- package/dist/cjs/Icon/OpenIcon.cjs +1 -2
- package/dist/cjs/Icon/OpenIcon.cjs.map +1 -1
- package/dist/cjs/Icon/OpenWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/OrganizationIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ParticipationIcon.cjs +1 -2
- package/dist/cjs/Icon/ParticipationIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ParticipationWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/ParticipationWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/PauseIcon.cjs +1 -2
- package/dist/cjs/Icon/PauseIcon.cjs.map +1 -1
- package/dist/cjs/Icon/PauseWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/PauseWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/PercentageIcon.cjs +1 -1
- package/dist/cjs/Icon/PercentageIcon.cjs.map +1 -1
- package/dist/cjs/Icon/PermissionsIcon.cjs +1 -2
- package/dist/cjs/Icon/PermissionsIcon.cjs.map +1 -1
- package/dist/cjs/Icon/PersonIcon.cjs +1 -2
- package/dist/cjs/Icon/PersonIcon.cjs.map +1 -1
- package/dist/cjs/Icon/PhotoUploadIcon.cjs.map +1 -1
- package/dist/cjs/Icon/PowerIcon.cjs +1 -2
- package/dist/cjs/Icon/PowerIcon.cjs.map +1 -1
- package/dist/cjs/Icon/PrintIcon.cjs +1 -2
- package/dist/cjs/Icon/PrintIcon.cjs.map +1 -1
- package/dist/cjs/Icon/PrintWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ProcessManagerIcon.cjs +1 -2
- package/dist/cjs/Icon/ProcessManagerIcon.cjs.map +1 -1
- package/dist/cjs/Icon/PromotionIcon.cjs.map +1 -1
- package/dist/cjs/Icon/PromotionWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/PromotionWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/QuestionIcon.cjs.map +1 -1
- package/dist/cjs/Icon/QuestionWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/QuestionWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/QuestionsIcon.cjs +1 -2
- package/dist/cjs/Icon/QuestionsIcon.cjs.map +1 -1
- package/dist/cjs/Icon/RedoIcon.cjs +1 -2
- package/dist/cjs/Icon/RedoIcon.cjs.map +1 -1
- package/dist/cjs/Icon/RefreshIcon.cjs +1 -2
- package/dist/cjs/Icon/RefreshIcon.cjs.map +1 -1
- package/dist/cjs/Icon/RemoveLinkIcon.cjs.map +1 -1
- package/dist/cjs/Icon/RepeatsIcon.cjs +1 -2
- package/dist/cjs/Icon/RepeatsIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ReportIcon.cjs +1 -2
- package/dist/cjs/Icon/ReportIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ReportSharingIcon.cjs +1 -2
- package/dist/cjs/Icon/ReportSharingIcon.cjs.map +1 -1
- package/dist/cjs/Icon/RestoreIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SaveIcon.cjs +1 -2
- package/dist/cjs/Icon/SaveIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SearchIcon.cjs +1 -2
- package/dist/cjs/Icon/SearchIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SearchWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/SearchWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SecurityTipIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SendIcon.cjs +1 -2
- package/dist/cjs/Icon/SendIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SendRtlIcon.cjs +1 -2
- package/dist/cjs/Icon/SendRtlIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SettingsIcon.cjs +1 -2
- package/dist/cjs/Icon/SettingsIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SettingsWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/SettingsWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ShareIcon.cjs +1 -2
- package/dist/cjs/Icon/ShareIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SkipIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SkipWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/SkipWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SortAscendingIcon.cjs +1 -2
- package/dist/cjs/Icon/SortAscendingIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SortDescendingIcon.cjs +1 -2
- package/dist/cjs/Icon/SortDescendingIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SpinnerIcon.cjs.map +1 -1
- package/dist/cjs/Icon/StarOffIcon.cjs +1 -2
- package/dist/cjs/Icon/StarOffIcon.cjs.map +1 -1
- package/dist/cjs/Icon/StarOnIcon.cjs +1 -2
- package/dist/cjs/Icon/StarOnIcon.cjs.map +1 -1
- package/dist/cjs/Icon/StartIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SubtractIcon.cjs +1 -2
- package/dist/cjs/Icon/SubtractIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SubtractWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/SubtractWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SuccessIcon.cjs +1 -2
- package/dist/cjs/Icon/SuccessIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SuccessWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/SuccessWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SupportIcon.cjs +2 -3
- package/dist/cjs/Icon/SupportIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SurveysIcon.cjs +1 -2
- package/dist/cjs/Icon/SurveysIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SurveysWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/SurveysWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/SyncIcon.cjs +1 -2
- package/dist/cjs/Icon/SyncIcon.cjs.map +1 -1
- package/dist/cjs/Icon/TagIcon.cjs +1 -2
- package/dist/cjs/Icon/TagIcon.cjs.map +1 -1
- package/dist/cjs/Icon/TasksIcon.cjs +1 -2
- package/dist/cjs/Icon/TasksIcon.cjs.map +1 -1
- package/dist/cjs/Icon/TasksWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/TasksWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/TemplateIcon.cjs +1 -2
- package/dist/cjs/Icon/TemplateIcon.cjs.map +1 -1
- package/dist/cjs/Icon/TemplateWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/TemplateWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/TextAnalyticsIcon.cjs.map +1 -1
- package/dist/cjs/Icon/TextAnalyticsWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/TextAnalyticsWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ThumbsDownIcon.cjs +1 -2
- package/dist/cjs/Icon/ThumbsDownIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ThumbsUpIcon.cjs +1 -2
- package/dist/cjs/Icon/ThumbsUpIcon.cjs.map +1 -1
- package/dist/cjs/Icon/TimeIcon.cjs.map +1 -1
- package/dist/cjs/Icon/TimeWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/TimeWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/TranslationIcon.cjs +1 -2
- package/dist/cjs/Icon/TranslationIcon.cjs.map +1 -1
- package/dist/cjs/Icon/TrashIcon.cjs +1 -2
- package/dist/cjs/Icon/TrashIcon.cjs.map +1 -1
- package/dist/cjs/Icon/UnattributedIcon.cjs +1 -2
- package/dist/cjs/Icon/UnattributedIcon.cjs.map +1 -1
- package/dist/cjs/Icon/UnattributedWhiteIcon.cjs +1 -2
- package/dist/cjs/Icon/UnattributedWhiteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/UnderlineIcon.cjs.map +1 -1
- package/dist/cjs/Icon/UndoIcon.cjs +1 -2
- package/dist/cjs/Icon/UndoIcon.cjs.map +1 -1
- package/dist/cjs/Icon/UserAddIcon.cjs +1 -2
- package/dist/cjs/Icon/UserAddIcon.cjs.map +1 -1
- package/dist/cjs/Icon/UserDeleteIcon.cjs +1 -2
- package/dist/cjs/Icon/UserDeleteIcon.cjs.map +1 -1
- package/dist/cjs/Icon/UserExitIcon.cjs +1 -2
- package/dist/cjs/Icon/UserExitIcon.cjs.map +1 -1
- package/dist/cjs/Icon/UserIcon.cjs +1 -2
- package/dist/cjs/Icon/UserIcon.cjs.map +1 -1
- package/dist/cjs/Icon/UserSelectIcon.cjs +1 -2
- package/dist/cjs/Icon/UserSelectIcon.cjs.map +1 -1
- package/dist/cjs/Icon/UserSettingsIcon.cjs +1 -2
- package/dist/cjs/Icon/UserSettingsIcon.cjs.map +1 -1
- package/dist/cjs/Icon/UserUpdateIcon.cjs +2 -3
- package/dist/cjs/Icon/UserUpdateIcon.cjs.map +1 -1
- package/dist/cjs/Icon/UsersIcon.cjs +1 -2
- package/dist/cjs/Icon/UsersIcon.cjs.map +1 -1
- package/dist/cjs/Icon/VisibleIcon.cjs +1 -2
- package/dist/cjs/Icon/VisibleIcon.cjs.map +1 -1
- package/dist/cjs/Icon/WritingIcon.cjs +1 -2
- package/dist/cjs/Icon/WritingIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ZoomInIcon.cjs +1 -1
- package/dist/cjs/Icon/ZoomInIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ZoomOutIcon.cjs +1 -1
- package/dist/cjs/Icon/ZoomOutIcon.cjs.map +1 -1
- package/dist/cjs/Illustration/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.cjs +53 -0
- package/dist/cjs/Illustration/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.cjs.map +1 -0
- package/dist/cjs/Illustration/utils/usePausePlay.cjs +0 -1
- package/dist/cjs/Illustration/utils/usePausePlay.cjs.map +1 -1
- package/dist/cjs/Input/Input/types.cjs +7 -0
- package/dist/cjs/Input/Input/types.cjs.map +1 -0
- package/dist/cjs/Input/InputSearch/InputSearch.cjs +6 -2
- package/dist/cjs/Input/InputSearch/InputSearch.cjs.map +1 -1
- package/dist/cjs/LikertScaleLegacy/LikertScaleLegacy.cjs +0 -1
- package/dist/cjs/LikertScaleLegacy/LikertScaleLegacy.cjs.map +1 -1
- package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.cjs +8 -7
- package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.cjs.map +1 -1
- package/dist/cjs/Modal/ContextModal/ContextModal.cjs +2 -2
- package/dist/cjs/Modal/ContextModal/ContextModal.cjs.map +1 -1
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.cjs +0 -1
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.cjs.map +1 -1
- package/dist/cjs/Modal/InputEditModal/InputEditModal.cjs +2 -2
- package/dist/cjs/Modal/InputEditModal/InputEditModal.cjs.map +1 -1
- package/dist/cjs/Notification/InlineNotification/InlineNotification.cjs.map +1 -1
- package/dist/cjs/Notification/subcomponents/GenericNotification/GenericNotification.cjs.map +1 -1
- package/dist/cjs/Notification/subcomponents/NotificationHeading/NotificationHeading.cjs +3 -3
- package/dist/cjs/Notification/subcomponents/NotificationHeading/NotificationHeading.cjs.map +1 -1
- package/dist/cjs/Pagination/subcomponents/DirectionalLink/DirectionalLink.cjs +0 -1
- package/dist/cjs/Pagination/subcomponents/DirectionalLink/DirectionalLink.cjs.map +1 -1
- package/dist/cjs/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.cjs +0 -1
- package/dist/cjs/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.cjs.map +1 -1
- package/dist/cjs/Popover/Popover.cjs +0 -1
- package/dist/cjs/Popover/Popover.cjs.map +1 -1
- package/dist/cjs/Popover/utils/classMappers.cjs +0 -1
- package/dist/cjs/Popover/utils/classMappers.cjs.map +1 -1
- package/dist/cjs/RichTextEditor/EditableRichTextContent/EditableRichTextContent.cjs +47 -0
- package/dist/cjs/RichTextEditor/EditableRichTextContent/EditableRichTextContent.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/EditableRichTextContent/EditableRichTextContent.module.scss.cjs +8 -0
- package/dist/cjs/RichTextEditor/EditableRichTextContent/EditableRichTextContent.module.scss.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/RichTextContent/RichTextContent.cjs +61 -0
- package/dist/cjs/RichTextEditor/RichTextContent/RichTextContent.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/RichTextContent/RichTextContent.module.scss.cjs +7 -0
- package/dist/cjs/RichTextEditor/RichTextContent/RichTextContent.module.scss.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/RichTextEditor.cjs +177 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/RichTextEditor.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/RichTextEditor.module.scss.cjs +32 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/RichTextEditor.module.scss.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/schema.cjs +88 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/schema.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.cjs +43 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.module.scss.cjs +14 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.module.scss.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.cjs +71 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.module.scss.cjs +7 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.module.scss.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/subcomponents/ToolbarSection/ToolbarSection.cjs +16 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/subcomponents/ToolbarSection/ToolbarSection.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/subcomponents/ToolbarSection/ToolbarSection.module.scss.cjs +7 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/subcomponents/ToolbarSection/ToolbarSection.module.scss.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/utils/controlmap.cjs +273 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/utils/controlmap.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/utils/inputrules.cjs +50 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/utils/inputrules.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/utils/keymap.cjs +108 -0
- package/dist/cjs/RichTextEditor/RichTextEditor/utils/keymap.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/constants.cjs +5 -0
- package/dist/cjs/RichTextEditor/constants.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/commands/addMark.cjs +21 -0
- package/dist/cjs/RichTextEditor/utils/commands/addMark.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/commands/getMarkAttrs.cjs +26 -0
- package/dist/cjs/RichTextEditor/utils/commands/getMarkAttrs.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/commands/getMarkRange.cjs +44 -0
- package/dist/cjs/RichTextEditor/utils/commands/getMarkRange.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/commands/listIsActive.cjs +9 -0
- package/dist/cjs/RichTextEditor/utils/commands/listIsActive.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/commands/markContainsSelection.cjs +17 -0
- package/dist/cjs/RichTextEditor/utils/commands/markContainsSelection.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/commands/markIsActive.cjs +15 -0
- package/dist/cjs/RichTextEditor/utils/commands/markIsActive.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/commands/removeMark.cjs +40 -0
- package/dist/cjs/RichTextEditor/utils/commands/removeMark.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/commands/updateMark.cjs +38 -0
- package/dist/cjs/RichTextEditor/utils/commands/updateMark.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/commands/validateAndRemoveMarks.cjs +36 -0
- package/dist/cjs/RichTextEditor/utils/commands/validateAndRemoveMarks.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/core/createRichTextEditor.cjs +53 -0
- package/dist/cjs/RichTextEditor/utils/core/createRichTextEditor.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/core/hooks/useRichTextEditor.cjs +76 -0
- package/dist/cjs/RichTextEditor/utils/core/hooks/useRichTextEditor.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/core/inputrules.cjs +26 -0
- package/dist/cjs/RichTextEditor/utils/core/inputrules.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/core/state.cjs +41 -0
- package/dist/cjs/RichTextEditor/utils/core/state.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/LinkManager.cjs +136 -0
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/LinkManager.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/components/LinkEditor/LinkEditor.cjs +62 -0
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/components/LinkEditor/LinkEditor.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/components/LinkModal/LinkModal.cjs +68 -0
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/components/LinkModal/LinkModal.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.cjs +57 -0
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.module.scss.cjs +11 -0
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.module.scss.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/Positioner.cjs +43 -0
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/Positioner.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/createReactTooltipWrapper.cjs +52 -0
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/createReactTooltipWrapper.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/validation.cjs +16 -0
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/validation.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/schema/marks.cjs +73 -0
- package/dist/cjs/RichTextEditor/utils/schema/marks.cjs.map +1 -0
- package/dist/cjs/RichTextEditor/utils/schema/nodes.cjs +35 -0
- package/dist/cjs/RichTextEditor/utils/schema/nodes.cjs.map +1 -0
- package/dist/cjs/SearchField/SearchField.cjs +2 -2
- package/dist/cjs/SearchField/SearchField.cjs.map +1 -1
- package/dist/cjs/Select/Select.cjs +0 -1
- package/dist/cjs/Select/Select.cjs.map +1 -1
- package/dist/cjs/Skirt/subcomponents/SkirtCard/SkirtCard.cjs +20 -0
- package/dist/cjs/Skirt/subcomponents/SkirtCard/SkirtCard.cjs.map +1 -0
- package/dist/cjs/Skirt/subcomponents/SkirtCard/SkirtCard.module.scss.cjs +7 -0
- package/dist/cjs/Skirt/subcomponents/SkirtCard/SkirtCard.module.scss.cjs.map +1 -0
- package/dist/cjs/SplitButton/subcomponents/DropdownButton/DropdownButton.cjs +0 -1
- package/dist/cjs/SplitButton/subcomponents/DropdownButton/DropdownButton.cjs.map +1 -1
- package/dist/cjs/Table/Table.cjs +2 -3
- package/dist/cjs/Table/Table.cjs.map +1 -1
- package/dist/cjs/Tag/Tag.cjs +0 -1
- package/dist/cjs/Tag/Tag.cjs.map +1 -1
- package/dist/cjs/TextField/TextField.cjs +2 -1
- package/dist/cjs/TextField/TextField.cjs.map +1 -1
- package/dist/cjs/Tile/subcomponents/GenericTile/GenericTile.cjs +0 -1
- package/dist/cjs/Tile/subcomponents/GenericTile/GenericTile.cjs.map +1 -1
- package/dist/cjs/TimeField/TimeField.cjs +2 -2
- package/dist/cjs/TimeField/TimeField.cjs.map +1 -1
- package/dist/cjs/TitleBlockZen/TitleBlockZen.cjs +295 -0
- package/dist/cjs/TitleBlockZen/TitleBlockZen.cjs.map +1 -0
- package/dist/cjs/TitleBlockZen/TitleBlockZen.module.scss.cjs +55 -0
- package/dist/cjs/TitleBlockZen/TitleBlockZen.module.scss.cjs.map +1 -0
- package/dist/cjs/TitleBlockZen/subcomponents/MainActions.cjs +119 -0
- package/dist/cjs/TitleBlockZen/subcomponents/MainActions.cjs.map +1 -0
- package/dist/cjs/TitleBlockZen/subcomponents/MainActions.module.scss.cjs +7 -0
- package/dist/cjs/TitleBlockZen/subcomponents/MainActions.module.scss.cjs.map +1 -0
- package/dist/cjs/TitleBlockZen/subcomponents/MobileActions.cjs +281 -0
- package/dist/cjs/TitleBlockZen/subcomponents/MobileActions.cjs.map +1 -0
- package/dist/cjs/TitleBlockZen/subcomponents/MobileActions.module.scss.cjs +18 -0
- package/dist/cjs/TitleBlockZen/subcomponents/MobileActions.module.scss.cjs.map +1 -0
- package/dist/cjs/TitleBlockZen/subcomponents/NavigationTabs.cjs +35 -0
- package/dist/cjs/TitleBlockZen/subcomponents/NavigationTabs.cjs.map +1 -0
- package/dist/cjs/TitleBlockZen/subcomponents/NavigationTabs.module.scss.cjs +10 -0
- package/dist/cjs/TitleBlockZen/subcomponents/NavigationTabs.module.scss.cjs.map +1 -0
- package/dist/cjs/TitleBlockZen/subcomponents/SecondaryActions.cjs +100 -0
- package/dist/cjs/TitleBlockZen/subcomponents/SecondaryActions.cjs.map +1 -0
- package/dist/cjs/TitleBlockZen/subcomponents/TitleBlockMenuItem.cjs +38 -0
- package/dist/cjs/TitleBlockZen/subcomponents/TitleBlockMenuItem.cjs.map +1 -0
- package/dist/cjs/TitleBlockZen/subcomponents/TitleBlockMenuItem.module.scss.cjs +13 -0
- package/dist/cjs/TitleBlockZen/subcomponents/TitleBlockMenuItem.module.scss.cjs.map +1 -0
- package/dist/cjs/TitleBlockZen/subcomponents/Toolbar.cjs +34 -0
- package/dist/cjs/TitleBlockZen/subcomponents/Toolbar.cjs.map +1 -0
- package/dist/cjs/TitleBlockZen/subcomponents/Toolbar.module.scss.cjs +9 -0
- package/dist/cjs/TitleBlockZen/subcomponents/Toolbar.module.scss.cjs.map +1 -0
- package/dist/cjs/TitleBlockZen/utils.cjs +55 -0
- package/dist/cjs/TitleBlockZen/utils.cjs.map +1 -0
- package/dist/cjs/ToggleSwitch/ToggleSwitch/ToggleSwitch.cjs +0 -1
- package/dist/cjs/ToggleSwitch/ToggleSwitch/ToggleSwitch.cjs.map +1 -1
- package/dist/cjs/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.cjs +3 -4
- package/dist/cjs/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.cjs.map +1 -1
- package/dist/cjs/Workflow/subcomponents/Header/components/Branding/Branding.cjs +2 -2
- package/dist/cjs/Workflow/subcomponents/Header/components/Branding/Branding.cjs.map +1 -1
- package/dist/cjs/Workflow/subcomponents/Header/components/Titles/Titles.cjs +5 -5
- package/dist/cjs/Workflow/subcomponents/Header/components/Titles/Titles.cjs.map +1 -1
- package/dist/cjs/__future__/Select/Select.cjs.map +1 -1
- package/dist/cjs/__future__/Select/subcomponents/ListBoxSection/ListBoxSection.cjs +2 -2
- package/dist/cjs/__future__/Select/subcomponents/ListBoxSection/ListBoxSection.cjs.map +1 -1
- package/dist/cjs/__future__/Select/subcomponents/Option/Option.cjs +0 -1
- package/dist/cjs/__future__/Select/subcomponents/Option/Option.cjs.map +1 -1
- package/dist/cjs/__future__/Select/subcomponents/SectionDivider/SectionDivider.cjs +2 -2
- package/dist/cjs/__future__/Select/subcomponents/SectionDivider/SectionDivider.cjs.map +1 -1
- package/dist/cjs/__future__/Select/subcomponents/SelectToggle/SelectToggle.cjs +0 -1
- package/dist/cjs/__future__/Select/subcomponents/SelectToggle/SelectToggle.cjs.map +1 -1
- package/dist/cjs/__future__/Select/utils/getDisabledKeysFromItems.cjs.map +1 -1
- package/dist/cjs/__future__/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.cjs +3 -4
- package/dist/cjs/__future__/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.cjs.map +1 -1
- package/dist/cjs/__future__/Workflow/subcomponents/Header/components/Branding/Branding.cjs +2 -2
- package/dist/cjs/__future__/Workflow/subcomponents/Header/components/Branding/Branding.cjs.map +1 -1
- package/dist/cjs/__future__/Workflow/subcomponents/Header/components/Titles/Titles.cjs +5 -5
- package/dist/cjs/__future__/Workflow/subcomponents/Header/components/Titles/Titles.cjs.map +1 -1
- package/dist/cjs/dts/BrandMoment/BrandMoment.d.ts +1 -1
- package/dist/cjs/dts/BrandMoment/_docs/ExampleHeaders.d.ts +0 -1
- package/dist/cjs/dts/Button/IconButton/IconButton.d.ts +0 -1
- package/dist/cjs/dts/ButtonGroup/ButtonGroup.d.ts +2 -2
- package/dist/cjs/dts/Calendar/CalendarRange/CalendarRange.d.ts +0 -1
- package/dist/cjs/dts/Calendar/CalendarSingle/CalendarSingle.d.ts +0 -1
- package/dist/cjs/dts/Calendar/LegacyCalendarRange/LegacyCalendarRange.d.ts +0 -1
- package/dist/cjs/dts/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.d.ts +0 -1
- package/dist/cjs/dts/Container/Container.d.ts +1 -1
- package/dist/cjs/dts/Content/Content.d.ts +1 -1
- package/dist/cjs/dts/DateInput/DateInputDescription/DateInputDescription.d.ts +0 -1
- package/dist/cjs/dts/EmptyState/EmptyState.d.ts +2 -2
- package/dist/cjs/dts/Filter/Filter/Filter.d.ts +19 -0
- package/dist/cjs/dts/Filter/Filter/index.d.ts +3 -0
- package/dist/cjs/dts/Filter/Filter/subcomponents/FilterContents/FilterContents.d.ts +9 -0
- package/dist/cjs/dts/Filter/Filter/subcomponents/FilterPopover/FilterPopover.d.ts +12 -0
- package/dist/cjs/dts/Filter/FilterBar/FilterBar.d.ts +24 -0
- package/dist/cjs/dts/Filter/FilterBar/context/FilterBarContext.d.ts +25 -0
- package/dist/cjs/dts/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.d.ts +4 -0
- package/dist/cjs/dts/Filter/FilterBar/subcomponents/ClearAllButton/ClearAllButton.d.ts +4 -0
- package/dist/cjs/dts/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.d.ts +10 -0
- package/dist/cjs/dts/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.d.ts +10 -0
- package/dist/cjs/dts/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.d.ts +10 -0
- package/dist/cjs/dts/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.d.ts +8 -0
- package/dist/cjs/dts/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.d.ts +21 -0
- package/dist/cjs/dts/Filter/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.d.ts +10 -0
- package/dist/cjs/dts/Filter/FilterDatePicker/FilterDatePicker.d.ts +14 -0
- package/dist/cjs/dts/Filter/FilterDatePicker/hooks/useDateInputHandlers.d.ts +21 -0
- package/dist/cjs/dts/Filter/FilterDatePicker/hooks/useDateValidation.d.ts +19 -0
- package/dist/cjs/dts/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.d.ts +27 -0
- package/dist/cjs/dts/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.d.ts +51 -0
- package/dist/cjs/dts/Filter/FilterDatePicker/types.d.ts +15 -0
- package/dist/cjs/dts/Filter/FilterDatePicker/utils/transformDateToInputValue.d.ts +2 -0
- package/dist/cjs/dts/Filter/FilterDatePicker/utils/validateDate.d.ts +7 -0
- package/dist/cjs/dts/Filter/FilterDateRangePicker/FilterDateRangePicker.d.ts +13 -0
- package/dist/cjs/dts/Filter/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.d.ts +11 -0
- package/dist/cjs/dts/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.d.ts +38 -0
- package/dist/cjs/dts/Filter/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.d.ts +11 -0
- package/dist/cjs/dts/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.d.ts +52 -0
- package/dist/cjs/dts/Filter/FilterDateRangePicker/utils/isCompleteDateRange.d.ts +5 -0
- package/dist/cjs/dts/Filter/FilterMultiSelect/FilterMultiSelect.d.ts +72 -0
- package/dist/cjs/dts/Filter/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.d.ts +6 -0
- package/dist/cjs/dts/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.d.ts +7 -0
- package/dist/cjs/dts/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.d.ts +9 -0
- package/dist/cjs/dts/Filter/FilterMultiSelect/subcomponents/SearchInput/SearchInput.d.ts +9 -0
- package/dist/cjs/dts/Filter/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.d.ts +1 -0
- package/dist/cjs/dts/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.d.ts +4 -0
- package/dist/cjs/dts/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/SelectAllButton/SelectAllButton.d.ts +4 -0
- package/dist/cjs/dts/Filter/FilterMultiSelect/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.d.ts +14 -0
- package/dist/cjs/dts/Filter/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.d.ts +8 -0
- package/dist/cjs/dts/Filter/FilterMultiSelect/types.d.ts +8 -0
- package/dist/cjs/dts/Filter/FilterMultiSelect/utils/getSelectedOptionKeys.d.ts +3 -0
- package/dist/cjs/dts/Filter/FilterSelect/FilterSelect.d.ts +35 -0
- package/dist/cjs/dts/Filter/FilterSelect/types.d.ts +1 -0
- package/dist/cjs/dts/Filter/_docs/controls/renderTriggerControls.d.ts +1 -2
- package/dist/cjs/dts/Filter/index.d.ts +6 -2
- package/dist/cjs/dts/GuidanceBlock/GuidanceBlock.d.ts +55 -0
- package/dist/cjs/dts/GuidanceBlock/index.d.ts +1 -0
- package/dist/cjs/dts/GuidanceBlock/types.d.ts +2 -0
- package/dist/cjs/dts/Heading/Heading.d.ts +2 -2
- 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/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.d.ts +10 -0
- package/dist/cjs/dts/Illustration/Scene/BrandMomentCaptureIntro/index.d.ts +1 -0
- package/dist/cjs/dts/Illustration/Scene/Scene.d.ts +0 -1
- package/dist/cjs/dts/Illustration/Scene/index.d.ts +1 -0
- package/dist/cjs/dts/Illustration/Spot/Spot.d.ts +0 -1
- package/dist/cjs/dts/Illustration/subcomponents/VideoPlayer/VideoPlayer.d.ts +0 -1
- package/dist/cjs/dts/Input/Input/index.d.ts +1 -0
- package/dist/cjs/dts/KaizenProvider/subcomponents/FontDefinitions/FontDefinitions.d.ts +0 -1
- package/dist/cjs/dts/LikertScaleLegacy/LikertScaleLegacy.d.ts +0 -1
- package/dist/cjs/dts/Menu/_docs/MenuContentExample.d.ts +0 -1
- package/dist/cjs/dts/MultiSelect/MultiSelect.d.ts +6 -1
- package/dist/cjs/dts/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.d.ts +2 -0
- package/dist/cjs/dts/Notification/InlineNotification/InlineNotification.d.ts +1 -1
- package/dist/cjs/dts/Notification/subcomponents/GenericNotification/GenericNotification.d.ts +1 -1
- package/dist/cjs/dts/Notification/subcomponents/NotificationHeading/NotificationHeading.d.ts +1 -2
- package/dist/cjs/dts/Notification/subcomponents/NotificationIcon/NotificationIcon.d.ts +0 -1
- package/dist/cjs/dts/Pagination/subcomponents/DirectionalLink/DirectionalLink.d.ts +0 -1
- package/dist/cjs/dts/Pagination/subcomponents/PaginationLink/PaginationLink.d.ts +0 -1
- package/dist/cjs/dts/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.d.ts +0 -1
- package/dist/cjs/dts/Popover/utils/classMappers.d.ts +0 -1
- package/dist/cjs/dts/RichTextEditor/EditableRichTextContent/EditableRichTextContent.d.ts +15 -0
- package/dist/cjs/dts/RichTextEditor/EditableRichTextContent/index.d.ts +1 -0
- package/dist/cjs/dts/RichTextEditor/RichTextContent/RichTextContent.d.ts +10 -0
- package/dist/cjs/dts/RichTextEditor/RichTextContent/index.d.ts +1 -0
- package/dist/cjs/dts/RichTextEditor/RichTextEditor/RichTextEditor.d.ts +43 -0
- package/dist/cjs/dts/RichTextEditor/RichTextEditor/index.d.ts +4 -0
- package/dist/cjs/dts/RichTextEditor/RichTextEditor/schema.d.ts +4 -0
- package/dist/cjs/dts/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.d.ts +17 -0
- package/dist/cjs/dts/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/index.d.ts +1 -0
- package/dist/cjs/dts/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/types.d.ts +2 -0
- package/dist/cjs/dts/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.d.ts +11 -0
- package/dist/cjs/dts/RichTextEditor/RichTextEditor/subcomponents/Toolbar/index.d.ts +1 -0
- package/dist/cjs/dts/RichTextEditor/RichTextEditor/subcomponents/ToolbarSection/ToolbarSection.d.ts +8 -0
- package/dist/cjs/dts/RichTextEditor/RichTextEditor/subcomponents/ToolbarSection/index.d.ts +1 -0
- package/dist/cjs/dts/RichTextEditor/RichTextEditor/utils/controlmap.d.ts +13 -0
- package/dist/cjs/dts/RichTextEditor/RichTextEditor/utils/inputrules.d.ts +2 -0
- package/dist/cjs/dts/RichTextEditor/RichTextEditor/utils/keymap.d.ts +6 -0
- package/dist/cjs/dts/RichTextEditor/constants.d.ts +2 -0
- package/dist/cjs/dts/RichTextEditor/index.d.ts +9 -0
- package/dist/cjs/dts/RichTextEditor/types.d.ts +12 -0
- package/dist/cjs/dts/RichTextEditor/utils/commands/addMark.d.ts +3 -0
- package/dist/cjs/dts/RichTextEditor/utils/commands/fixtures/helpers.d.ts +8 -0
- package/dist/cjs/dts/RichTextEditor/utils/commands/fixtures/test-state.d.ts +17 -0
- package/dist/cjs/dts/RichTextEditor/utils/commands/getMarkAttrs.d.ts +3 -0
- package/dist/cjs/dts/RichTextEditor/utils/commands/getMarkRange.d.ts +3 -0
- package/dist/cjs/dts/RichTextEditor/utils/commands/index.d.ts +9 -0
- package/dist/cjs/dts/RichTextEditor/utils/commands/listIsActive.d.ts +3 -0
- package/dist/cjs/dts/RichTextEditor/utils/commands/markContainsSelection.d.ts +4 -0
- package/dist/cjs/dts/RichTextEditor/utils/commands/markIsActive.d.ts +3 -0
- package/dist/cjs/dts/RichTextEditor/utils/commands/removeMark.d.ts +3 -0
- package/dist/cjs/dts/RichTextEditor/utils/commands/updateMark.d.ts +3 -0
- package/dist/cjs/dts/RichTextEditor/utils/commands/validateAndRemoveMarks.d.ts +12 -0
- package/dist/cjs/dts/RichTextEditor/utils/core/createRichTextEditor.d.ts +21 -0
- package/dist/cjs/dts/RichTextEditor/utils/core/fixtures/testState.d.ts +21 -0
- package/dist/cjs/dts/RichTextEditor/utils/core/hooks/useRichTextEditor.d.ts +23 -0
- package/dist/cjs/dts/RichTextEditor/utils/core/index.d.ts +5 -0
- package/dist/cjs/dts/RichTextEditor/utils/core/inputrules.d.ts +4 -0
- package/dist/cjs/dts/RichTextEditor/utils/core/state.d.ts +19 -0
- package/dist/cjs/dts/RichTextEditor/utils/core/types.d.ts +28 -0
- package/dist/cjs/dts/RichTextEditor/utils/plugins/LinkManager/LinkManager.d.ts +12 -0
- package/dist/cjs/dts/RichTextEditor/utils/plugins/LinkManager/components/LinkEditor/LinkEditor.d.ts +18 -0
- package/dist/cjs/dts/RichTextEditor/utils/plugins/LinkManager/components/LinkEditor/index.d.ts +1 -0
- package/dist/cjs/dts/RichTextEditor/utils/plugins/LinkManager/components/LinkModal/LinkModal.d.ts +12 -0
- package/dist/cjs/dts/RichTextEditor/utils/plugins/LinkManager/components/LinkModal/index.d.ts +1 -0
- package/dist/cjs/dts/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.d.ts +11 -0
- package/dist/cjs/dts/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/Positioner.d.ts +3 -0
- package/dist/cjs/dts/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/index.d.ts +1 -0
- package/dist/cjs/dts/RichTextEditor/utils/plugins/LinkManager/components/index.d.ts +3 -0
- package/dist/cjs/dts/RichTextEditor/utils/plugins/LinkManager/createReactTooltipWrapper.d.ts +10 -0
- package/dist/cjs/dts/RichTextEditor/utils/plugins/LinkManager/index.d.ts +2 -0
- package/dist/cjs/dts/RichTextEditor/utils/plugins/LinkManager/types.d.ts +13 -0
- package/dist/cjs/dts/RichTextEditor/utils/plugins/LinkManager/validation.d.ts +6 -0
- package/dist/cjs/dts/RichTextEditor/utils/plugins/index.d.ts +1 -0
- package/dist/cjs/dts/RichTextEditor/utils/prosemirror/index.d.ts +7 -0
- package/dist/cjs/dts/RichTextEditor/utils/schema/index.d.ts +2 -0
- package/dist/cjs/dts/RichTextEditor/utils/schema/marks.d.ts +2 -0
- package/dist/cjs/dts/RichTextEditor/utils/schema/nodes.d.ts +2 -0
- package/dist/cjs/dts/SearchField/SearchField.d.ts +0 -1
- package/dist/cjs/dts/Select/Select.d.ts +4 -4
- package/dist/cjs/dts/Skirt/index.d.ts +1 -0
- package/dist/cjs/dts/Skirt/subcomponents/SkirtCard/SkirtCard.d.ts +0 -1
- package/dist/cjs/dts/SplitButton/subcomponents/ActionButton/ActionButton.d.ts +0 -1
- package/dist/cjs/dts/SplitButton/subcomponents/DropdownButton/DropdownButton.d.ts +0 -1
- package/dist/cjs/dts/TextField/TextField.d.ts +2 -2
- package/dist/cjs/dts/Tile/InformationTile/InformationTile.d.ts +0 -1
- package/dist/cjs/dts/Tile/MultiActionTile/MultiActionTile.d.ts +0 -1
- package/dist/cjs/dts/Tile/subcomponents/GenericTile/Action.d.ts +0 -1
- package/dist/cjs/dts/TimeField/subcomponents/TimeSegment/TimeSegment.d.ts +0 -1
- package/dist/cjs/dts/TitleBlockZen/TitleBlockZen.d.ts +0 -1
- package/dist/cjs/dts/TitleBlockZen/subcomponents/MainActions.d.ts +0 -1
- package/dist/cjs/dts/TitleBlockZen/subcomponents/MobileActions.d.ts +0 -1
- package/dist/cjs/dts/TitleBlockZen/subcomponents/SecondaryActions.d.ts +0 -1
- package/dist/cjs/dts/TitleBlockZen/subcomponents/TitleBlockMenuItem.d.ts +0 -1
- 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/Workflow/subcomponents/Header/components/Branding/Branding.d.ts +1 -1
- package/dist/cjs/dts/Workflow/subcomponents/Header/components/Titles/Titles.d.ts +1 -1
- package/dist/cjs/dts/__future__/Select/Select.d.ts +2 -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__/Select/types.d.ts +2 -3
- package/dist/cjs/dts/__future__/Select/utils/getDisabledKeysFromItems.d.ts +2 -1
- package/dist/cjs/dts/__future__/Tag/RemovableTag/RemovableTag.d.ts +0 -1
- package/dist/cjs/dts/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.d.ts +0 -1
- 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/__future__/Workflow/subcomponents/Header/components/Branding/Branding.d.ts +1 -1
- package/dist/cjs/dts/__future__/Workflow/subcomponents/Header/components/Titles/Titles.d.ts +1 -1
- package/dist/cjs/dts/index.d.ts +3 -6
- package/dist/cjs/index.cjs +124 -19
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.css +55 -40
- package/dist/esm/Avatar/Avatar.mjs +0 -1
- package/dist/esm/Avatar/Avatar.mjs.map +1 -1
- package/dist/esm/BrandMoment/BrandMoment.mjs +5 -4
- package/dist/esm/BrandMoment/BrandMoment.mjs.map +1 -1
- package/dist/esm/Button/GenericButton/GenericButton.mjs +6 -2
- package/dist/esm/Button/GenericButton/GenericButton.mjs.map +1 -1
- package/dist/esm/ButtonGroup/ButtonGroup.mjs +2 -2
- package/dist/esm/ButtonGroup/ButtonGroup.mjs.map +1 -1
- package/dist/esm/Calendar/CalendarRange/CalendarRange.mjs +0 -1
- package/dist/esm/Calendar/CalendarRange/CalendarRange.mjs.map +1 -1
- package/dist/esm/Calendar/CalendarSingle/CalendarSingle.mjs +0 -1
- package/dist/esm/Calendar/CalendarSingle/CalendarSingle.mjs.map +1 -1
- package/dist/esm/Calendar/LegacyCalendarRange/LegacyCalendarRange.mjs +0 -1
- package/dist/esm/Calendar/LegacyCalendarRange/LegacyCalendarRange.mjs.map +1 -1
- package/dist/esm/Checkbox/Checkbox/Checkbox.mjs +0 -1
- package/dist/esm/Checkbox/Checkbox/Checkbox.mjs.map +1 -1
- package/dist/esm/ClearButton/ClearButton.mjs +0 -1
- package/dist/esm/ClearButton/ClearButton.mjs.map +1 -1
- package/dist/esm/Collapsible/Collapsible/Collapsible.mjs +1 -2
- package/dist/esm/Collapsible/Collapsible/Collapsible.mjs.map +1 -1
- package/dist/esm/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.mjs +1 -1
- package/dist/esm/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.mjs.map +1 -1
- package/dist/esm/DateInput/DateInputWithIconButton/DateInputWithIconButton.mjs +0 -1
- package/dist/esm/DateInput/DateInputWithIconButton/DateInputWithIconButton.mjs.map +1 -1
- package/dist/esm/DateRangePicker/DateRangePicker.mjs +0 -1
- package/dist/esm/DateRangePicker/DateRangePicker.mjs.map +1 -1
- package/dist/esm/EmptyState/EmptyState.mjs +6 -3
- package/dist/esm/EmptyState/EmptyState.mjs.map +1 -1
- package/dist/esm/ErrorPage/ErrorPage.mjs +6 -5
- package/dist/esm/ErrorPage/ErrorPage.mjs.map +1 -1
- package/dist/esm/FieldMessage/FieldMessage.mjs +0 -1
- package/dist/esm/FieldMessage/FieldMessage.mjs.map +1 -1
- package/dist/esm/Filter/Filter/Filter.mjs.map +1 -0
- package/dist/esm/Filter/Filter/subcomponents/FilterContents/FilterContents.mjs.map +1 -0
- package/dist/esm/Filter/Filter/subcomponents/FilterContents/FilterContents.module.scss.mjs +5 -0
- package/dist/esm/Filter/Filter/subcomponents/FilterPopover/FilterPopover.mjs.map +1 -0
- package/dist/esm/Filter/Filter/subcomponents/FilterPopover/FilterPopover.module.scss.mjs +5 -0
- package/dist/esm/Filter/FilterBar/FilterBar.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/FilterBar.module.scss.mjs +6 -0
- package/dist/esm/Filter/FilterBar/context/FilterBarContext.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/context/reducer/filterBarStateReducer.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/context/reducer/setupFilterBarState.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/context/reducer/updateSingleFilter.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/context/reducer/updateValues.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/context/utils/checkShouldUpdateValues.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/context/utils/getInactiveFilters.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/context/utils/getIsUsableWhenArgs.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/context/utils/getMappedFilters.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/context/utils/getValidValue.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/context/utils/updateDependentFilters.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.mjs +44 -0
- package/dist/esm/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/subcomponents/ClearAllButton/ClearAllButton.mjs +21 -0
- package/dist/esm/Filter/FilterBar/subcomponents/ClearAllButton/ClearAllButton.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/subcomponents/ClearAllButton/ClearAllButton.module.scss.mjs +5 -0
- package/dist/esm/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.mjs +52 -0
- package/dist/esm/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.mjs.map +1 -0
- package/dist/esm/Filter/FilterBar/utils/checkArraysMatch.mjs.map +1 -0
- package/dist/esm/Filter/FilterButton/FilterButton/FilterButton.mjs +42 -0
- package/dist/esm/Filter/FilterButton/FilterButton/FilterButton.mjs.map +1 -0
- package/dist/esm/Filter/FilterButton/FilterButton/FilterButton.module.scss.mjs +8 -0
- package/dist/esm/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.mjs +36 -0
- package/dist/esm/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.mjs.map +1 -0
- package/dist/esm/Filter/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.mjs.map +1 -0
- package/dist/esm/Filter/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.module.scss.mjs +5 -0
- package/dist/esm/Filter/FilterDatePicker/FilterDatePicker.mjs +44 -0
- package/dist/esm/Filter/FilterDatePicker/FilterDatePicker.mjs.map +1 -0
- package/dist/esm/Filter/FilterDatePicker/hooks/useDateInputHandlers.mjs +68 -0
- package/dist/esm/Filter/FilterDatePicker/hooks/useDateInputHandlers.mjs.map +1 -0
- package/dist/esm/Filter/FilterDatePicker/hooks/useDateValidation.mjs.map +1 -0
- package/dist/esm/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.mjs +54 -0
- package/dist/esm/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.mjs.map +1 -0
- package/dist/esm/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.module.scss.mjs +5 -0
- package/dist/esm/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.mjs +131 -0
- package/dist/esm/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.mjs.map +1 -0
- package/dist/esm/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.module.scss.mjs +5 -0
- package/dist/esm/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.mjs +26 -0
- package/dist/esm/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.mjs.map +1 -0
- package/dist/esm/Filter/FilterDatePicker/utils/getDateValidationHandler.mjs +25 -0
- package/dist/esm/Filter/FilterDatePicker/utils/getDateValidationHandler.mjs.map +1 -0
- package/dist/esm/Filter/FilterDatePicker/utils/transformDateToInputValue.mjs +11 -0
- package/dist/esm/Filter/FilterDatePicker/utils/transformDateToInputValue.mjs.map +1 -0
- package/dist/esm/Filter/FilterDatePicker/utils/validateDate.mjs +19 -0
- package/dist/esm/Filter/FilterDatePicker/utils/validateDate.mjs.map +1 -0
- package/dist/esm/Filter/FilterDateRangePicker/FilterDateRangePicker.mjs +45 -0
- package/dist/esm/Filter/FilterDateRangePicker/FilterDateRangePicker.mjs.map +1 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.mjs +23 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.mjs.map +1 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.module.scss.mjs +5 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.mjs +84 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.mjs.map +1 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.module.scss.mjs +8 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.mjs +61 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.mjs.map +1 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.module.scss.mjs +5 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.mjs +229 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.mjs.map +1 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.module.scss.mjs +6 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.mjs +35 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.mjs.map +1 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.mjs +57 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.mjs.map +1 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.mjs +36 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.mjs.map +1 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/isValidRange.mjs.map +1 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.mjs +35 -0
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.mjs.map +1 -0
- package/dist/esm/Filter/FilterDateRangePicker/utils/isCompleteDateRange.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/FilterMultiSelect.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/context/MenuTriggerProvider/MenuTriggerProvider.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/context/SelectionProvider/SelectionProvider.mjs +66 -0
- package/dist/esm/Filter/FilterMultiSelect/context/SelectionProvider/SelectionProvider.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/ListBox/ListBox.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/ListBox/ListBox.module.scss.mjs +8 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.mjs +32 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.module.scss.mjs +6 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.mjs +18 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.module.scss.mjs +5 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuFooter/MenuFooter.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuFooter/MenuFooter.module.scss.mjs +5 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.mjs +42 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.module.scss.mjs +6 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/MenuPopup/MenuPopup.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/MenuPopup/MenuPopup.module.scss.mjs +5 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.mjs +54 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.module.scss.mjs +11 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/NoResults/NoResults.mjs +20 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/NoResults/NoResults.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/NoResults/NoResults.module.scss.mjs +5 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/SearchInput/SearchInput.mjs +39 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/SearchInput/SearchInput.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/SearchInput/SearchInput.module.scss.mjs +5 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.mjs +13 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.module.scss.mjs +5 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.mjs +30 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/SelectAllButton/SelectAllButton.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/SelectionControlButton.module.scss.mjs +6 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/utils/getSelectedOptionKeys.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/utils/getSelectedOptionLabels.mjs.map +1 -0
- package/dist/esm/Filter/FilterMultiSelect/utils/getTruncatedLabel.mjs.map +1 -0
- package/dist/esm/Filter/FilterSelect/FilterSelect.mjs +86 -0
- package/dist/esm/Filter/FilterSelect/FilterSelect.mjs.map +1 -0
- package/dist/esm/Filter/FilterSelect/FilterSelect.module.scss.mjs +5 -0
- package/dist/esm/GuidanceBlock/GuidanceBlock.mjs +155 -0
- package/dist/esm/GuidanceBlock/GuidanceBlock.mjs.map +1 -0
- package/dist/esm/GuidanceBlock/GuidanceBlock.module.scss.mjs +31 -0
- package/dist/esm/GuidanceBlock/GuidanceBlock.module.scss.mjs.map +1 -0
- package/dist/esm/Heading/Heading.mjs.map +1 -1
- package/dist/esm/Icon/AcademyIcon.mjs +2 -3
- package/dist/esm/Icon/AcademyIcon.mjs.map +1 -1
- package/dist/esm/Icon/ActionOffIcon.mjs +2 -3
- package/dist/esm/Icon/ActionOffIcon.mjs.map +1 -1
- package/dist/esm/Icon/ActionOffWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/ActionOffWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/ActionOnIcon.mjs +2 -3
- package/dist/esm/Icon/ActionOnIcon.mjs.map +1 -1
- package/dist/esm/Icon/AddIcon.mjs +2 -3
- package/dist/esm/Icon/AddIcon.mjs.map +1 -1
- package/dist/esm/Icon/AddLinkIcon.mjs.map +1 -1
- package/dist/esm/Icon/AddWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/AddWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/AiIcon.mjs.map +1 -1
- package/dist/esm/Icon/ArchivedIcon.mjs +2 -3
- package/dist/esm/Icon/ArchivedIcon.mjs.map +1 -1
- package/dist/esm/Icon/ArchivedWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/ArchivedWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/ArrowBackwardIcon.mjs +2 -3
- package/dist/esm/Icon/ArrowBackwardIcon.mjs.map +1 -1
- package/dist/esm/Icon/ArrowDownIcon.mjs +3 -4
- package/dist/esm/Icon/ArrowDownIcon.mjs.map +1 -1
- package/dist/esm/Icon/ArrowForwardIcon.mjs +2 -3
- package/dist/esm/Icon/ArrowForwardIcon.mjs.map +1 -1
- package/dist/esm/Icon/ArrowLeftIcon.mjs +2 -3
- package/dist/esm/Icon/ArrowLeftIcon.mjs.map +1 -1
- package/dist/esm/Icon/ArrowRightIcon.mjs +2 -3
- package/dist/esm/Icon/ArrowRightIcon.mjs.map +1 -1
- package/dist/esm/Icon/ArrowUpIcon.mjs +3 -4
- package/dist/esm/Icon/ArrowUpIcon.mjs.map +1 -1
- package/dist/esm/Icon/BlankIcon.mjs +2 -3
- package/dist/esm/Icon/BlankIcon.mjs.map +1 -1
- package/dist/esm/Icon/BoldIcon.mjs +1 -1
- package/dist/esm/Icon/BoldIcon.mjs.map +1 -1
- package/dist/esm/Icon/BookmarkOffIcon.mjs.map +1 -1
- package/dist/esm/Icon/BookmarkOnIcon.mjs.map +1 -1
- package/dist/esm/Icon/BranchingIcon.mjs +2 -3
- package/dist/esm/Icon/BranchingIcon.mjs.map +1 -1
- package/dist/esm/Icon/BullettedListIcon.mjs.map +1 -1
- package/dist/esm/Icon/CaMonogramIcon.mjs +2 -3
- package/dist/esm/Icon/CaMonogramIcon.mjs.map +1 -1
- package/dist/esm/Icon/CameraIcon.mjs +2 -3
- package/dist/esm/Icon/CameraIcon.mjs.map +1 -1
- package/dist/esm/Icon/CautionIcon.mjs.map +1 -1
- package/dist/esm/Icon/CautionWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/CheckIcon.mjs +2 -3
- package/dist/esm/Icon/CheckIcon.mjs.map +1 -1
- package/dist/esm/Icon/ChevronDownIcon.mjs +2 -3
- package/dist/esm/Icon/ChevronDownIcon.mjs.map +1 -1
- package/dist/esm/Icon/ChevronLeftIcon.mjs +2 -3
- package/dist/esm/Icon/ChevronLeftIcon.mjs.map +1 -1
- package/dist/esm/Icon/ChevronRightIcon.mjs +2 -3
- package/dist/esm/Icon/ChevronRightIcon.mjs.map +1 -1
- package/dist/esm/Icon/ChevronUpIcon.mjs +2 -3
- package/dist/esm/Icon/ChevronUpIcon.mjs.map +1 -1
- package/dist/esm/Icon/ClearIcon.mjs +2 -3
- package/dist/esm/Icon/ClearIcon.mjs.map +1 -1
- package/dist/esm/Icon/ClearWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/ClearWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/CloseIcon.mjs.map +1 -1
- package/dist/esm/Icon/ClosedIcon.mjs +2 -3
- package/dist/esm/Icon/ClosedIcon.mjs.map +1 -1
- package/dist/esm/Icon/ClosedWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/ClosedWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/CommentAddIcon.mjs +2 -3
- package/dist/esm/Icon/CommentAddIcon.mjs.map +1 -1
- package/dist/esm/Icon/CommentAddWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/CommentAddWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/CommentBankIcon.mjs +2 -3
- package/dist/esm/Icon/CommentBankIcon.mjs.map +1 -1
- package/dist/esm/Icon/CommentDisabledIcon.mjs +2 -3
- package/dist/esm/Icon/CommentDisabledIcon.mjs.map +1 -1
- package/dist/esm/Icon/CommentDisabledWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/CommentDisabledWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/CommentIcon.mjs +2 -3
- package/dist/esm/Icon/CommentIcon.mjs.map +1 -1
- package/dist/esm/Icon/CommentWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/CommentWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/CommunicationsIcon.mjs +2 -3
- package/dist/esm/Icon/CommunicationsIcon.mjs.map +1 -1
- package/dist/esm/Icon/CompetencyLibraryIcon.mjs.map +1 -1
- package/dist/esm/Icon/ConfigureIcon.mjs +2 -3
- package/dist/esm/Icon/ConfigureIcon.mjs.map +1 -1
- package/dist/esm/Icon/ConnectIcon.mjs.map +1 -1
- package/dist/esm/Icon/ConnectLineIcon.mjs +1 -1
- package/dist/esm/Icon/ConnectLineIcon.mjs.map +1 -1
- package/dist/esm/Icon/CustomIcon.mjs +2 -3
- package/dist/esm/Icon/CustomIcon.mjs.map +1 -1
- package/dist/esm/Icon/DashboardIcon.mjs +2 -3
- package/dist/esm/Icon/DashboardIcon.mjs.map +1 -1
- package/dist/esm/Icon/DateEndIcon.mjs +2 -3
- package/dist/esm/Icon/DateEndIcon.mjs.map +1 -1
- package/dist/esm/Icon/DateEndWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/DateEndWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/DateRangeIcon.mjs +2 -3
- package/dist/esm/Icon/DateRangeIcon.mjs.map +1 -1
- package/dist/esm/Icon/DateRangeWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/DateRangeWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/DateStartIcon.mjs +2 -3
- package/dist/esm/Icon/DateStartIcon.mjs.map +1 -1
- package/dist/esm/Icon/DateStartWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/DateStartWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/DecreaseIndentIcon.mjs.map +1 -1
- package/dist/esm/Icon/DeltaBareIcon.mjs +2 -3
- package/dist/esm/Icon/DeltaBareIcon.mjs.map +1 -1
- package/dist/esm/Icon/DeltaBareWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/DeltaBareWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/DeltaFlatIcon.mjs.map +1 -1
- package/dist/esm/Icon/DeltaIcon.mjs +2 -3
- package/dist/esm/Icon/DeltaIcon.mjs.map +1 -1
- package/dist/esm/Icon/DeltaNegativeIcon.mjs.map +1 -1
- package/dist/esm/Icon/DeltaPositiveIcon.mjs.map +1 -1
- package/dist/esm/Icon/DeltaWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/DeltaWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/DemographicsIcon.mjs +2 -3
- package/dist/esm/Icon/DemographicsIcon.mjs.map +1 -1
- package/dist/esm/Icon/DepartmentIcon.mjs.map +1 -1
- package/dist/esm/Icon/DraftIcon.mjs +2 -3
- package/dist/esm/Icon/DraftIcon.mjs.map +1 -1
- package/dist/esm/Icon/DraftWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/DraftWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/DragIcon.mjs +2 -3
- package/dist/esm/Icon/DragIcon.mjs.map +1 -1
- package/dist/esm/Icon/DuplicateIcon.mjs +2 -3
- package/dist/esm/Icon/DuplicateIcon.mjs.map +1 -1
- package/dist/esm/Icon/EditIcon.mjs +2 -3
- package/dist/esm/Icon/EditIcon.mjs.map +1 -1
- package/dist/esm/Icon/EffectivenessIcon.mjs +2 -3
- package/dist/esm/Icon/EffectivenessIcon.mjs.map +1 -1
- package/dist/esm/Icon/EllipsisIcon.mjs +2 -3
- package/dist/esm/Icon/EllipsisIcon.mjs.map +1 -1
- package/dist/esm/Icon/EmailIcon.mjs +2 -3
- package/dist/esm/Icon/EmailIcon.mjs.map +1 -1
- package/dist/esm/Icon/EmptyIcon.mjs +2 -3
- package/dist/esm/Icon/EmptyIcon.mjs.map +1 -1
- package/dist/esm/Icon/EmptyWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/EndIcon.mjs.map +1 -1
- package/dist/esm/Icon/EngagementIcon.mjs +2 -3
- package/dist/esm/Icon/EngagementIcon.mjs.map +1 -1
- package/dist/esm/Icon/EngagementWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/EngagementWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/EqualIcon.mjs.map +1 -1
- package/dist/esm/Icon/EqualWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/EqualWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/ExclamationIcon.mjs +2 -3
- package/dist/esm/Icon/ExclamationIcon.mjs.map +1 -1
- package/dist/esm/Icon/ExclamationOctagonIcon.mjs +2 -3
- package/dist/esm/Icon/ExclamationOctagonIcon.mjs.map +1 -1
- package/dist/esm/Icon/ExclamationOctagonWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/ExclamationOctagonWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/ExclamationWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/ExclamationWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/ExperienceIcon.mjs +2 -3
- package/dist/esm/Icon/ExperienceIcon.mjs.map +1 -1
- package/dist/esm/Icon/ExportIcon.mjs +2 -3
- package/dist/esm/Icon/ExportIcon.mjs.map +1 -1
- package/dist/esm/Icon/ExportWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/ExportWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/ExternalLinkIcon.mjs +2 -3
- package/dist/esm/Icon/ExternalLinkIcon.mjs.map +1 -1
- package/dist/esm/Icon/FaceDissatisfiedIcon.mjs +2 -3
- package/dist/esm/Icon/FaceDissatisfiedIcon.mjs.map +1 -1
- package/dist/esm/Icon/FaceDissatisfiedWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/FaceNeutralIcon.mjs +2 -3
- package/dist/esm/Icon/FaceNeutralIcon.mjs.map +1 -1
- package/dist/esm/Icon/FaceNeutralWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/FaceNeutralWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/FaceSatisfiedIcon.mjs +2 -3
- package/dist/esm/Icon/FaceSatisfiedIcon.mjs.map +1 -1
- package/dist/esm/Icon/FaceSatisfiedWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/FaceSatisfiedWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/FaceVeryDissatisfiedIcon.mjs +2 -3
- package/dist/esm/Icon/FaceVeryDissatisfiedIcon.mjs.map +1 -1
- package/dist/esm/Icon/FaceVeryDissatisfiedWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/FaceVeryDissatisfiedWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/FaceVerySatisfiedIcon.mjs +2 -3
- package/dist/esm/Icon/FaceVerySatisfiedIcon.mjs.map +1 -1
- package/dist/esm/Icon/FaceVerySatisfiedWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/FaceVerySatisfiedWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/FactorsIcon.mjs +2 -3
- package/dist/esm/Icon/FactorsIcon.mjs.map +1 -1
- package/dist/esm/Icon/FavoriteOffIcon.mjs +2 -3
- package/dist/esm/Icon/FavoriteOffIcon.mjs.map +1 -1
- package/dist/esm/Icon/FavoriteOnIcon.mjs +2 -3
- package/dist/esm/Icon/FavoriteOnIcon.mjs.map +1 -1
- package/dist/esm/Icon/FeedbackClassifyIcon.mjs +2 -3
- package/dist/esm/Icon/FeedbackClassifyIcon.mjs.map +1 -1
- package/dist/esm/Icon/FeedbackClassifyWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/FeedbackClassifyWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/FeedbackCompletedIcon.mjs +2 -3
- package/dist/esm/Icon/FeedbackCompletedIcon.mjs.map +1 -1
- package/dist/esm/Icon/FeedbackCompletedWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/FeedbackCompletedWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/FeedbackReportIcon.mjs +2 -3
- package/dist/esm/Icon/FeedbackReportIcon.mjs.map +1 -1
- package/dist/esm/Icon/FeedbackReportWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/FeedbackReportWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/FeedbackReviewIcon.mjs +2 -3
- package/dist/esm/Icon/FeedbackReviewIcon.mjs.map +1 -1
- package/dist/esm/Icon/FeedbackReviewWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/FeedbackReviewWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/FeedbackShareIcon.mjs +2 -3
- package/dist/esm/Icon/FeedbackShareIcon.mjs.map +1 -1
- package/dist/esm/Icon/FeedbackShareWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/FeedbackShareWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/FileIcon.mjs +2 -3
- package/dist/esm/Icon/FileIcon.mjs.map +1 -1
- package/dist/esm/Icon/FileWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/FileWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/FilterIcon.mjs +2 -3
- package/dist/esm/Icon/FilterIcon.mjs.map +1 -1
- package/dist/esm/Icon/FlagOffIcon.mjs +2 -3
- package/dist/esm/Icon/FlagOffIcon.mjs.map +1 -1
- package/dist/esm/Icon/FlagOffWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/FlagOnIcon.mjs +2 -3
- package/dist/esm/Icon/FlagOnIcon.mjs.map +1 -1
- package/dist/esm/Icon/FullIcon.mjs.map +1 -1
- package/dist/esm/Icon/GridViewIcon.mjs +2 -3
- package/dist/esm/Icon/GridViewIcon.mjs.map +1 -1
- package/dist/esm/Icon/GuidanceIcon.mjs +2 -3
- package/dist/esm/Icon/GuidanceIcon.mjs.map +1 -1
- package/dist/esm/Icon/HamburgerIcon.mjs +2 -3
- package/dist/esm/Icon/HamburgerIcon.mjs.map +1 -1
- package/dist/esm/Icon/HeatmapIcon.mjs +2 -3
- package/dist/esm/Icon/HeatmapIcon.mjs.map +1 -1
- package/dist/esm/Icon/HeatmapWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/HeatmapWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/HierarchyIcon.mjs +2 -3
- package/dist/esm/Icon/HierarchyIcon.mjs.map +1 -1
- package/dist/esm/Icon/HomeIcon.mjs +2 -3
- package/dist/esm/Icon/HomeIcon.mjs.map +1 -1
- package/dist/esm/Icon/ImportIcon.mjs +2 -3
- package/dist/esm/Icon/ImportIcon.mjs.map +1 -1
- package/dist/esm/Icon/ImportWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/ImportWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/IncreaseIndentIcon.mjs.map +1 -1
- package/dist/esm/Icon/InformationIcon.mjs +2 -3
- package/dist/esm/Icon/InformationIcon.mjs.map +1 -1
- package/dist/esm/Icon/InformationWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/InformationWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/InsightIcon.mjs +2 -3
- package/dist/esm/Icon/InsightIcon.mjs.map +1 -1
- package/dist/esm/Icon/InsightsIcon.mjs +1 -1
- package/dist/esm/Icon/InsightsIcon.mjs.map +1 -1
- package/dist/esm/Icon/InvisibleIcon.mjs.map +1 -1
- package/dist/esm/Icon/ItalicsIcon.mjs.map +1 -1
- package/dist/esm/Icon/KebabIcon.mjs +2 -3
- package/dist/esm/Icon/KebabIcon.mjs.map +1 -1
- package/dist/esm/Icon/KioskIcon.mjs +2 -3
- package/dist/esm/Icon/KioskIcon.mjs.map +1 -1
- package/dist/esm/Icon/KioskWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/KioskWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/LaunchIcon.mjs.map +1 -1
- package/dist/esm/Icon/LaunchWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/LaunchWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/LeaderboardIcon.mjs +2 -3
- package/dist/esm/Icon/LeaderboardIcon.mjs.map +1 -1
- package/dist/esm/Icon/ListViewIcon.mjs +2 -3
- package/dist/esm/Icon/ListViewIcon.mjs.map +1 -1
- package/dist/esm/Icon/LiveIcon.mjs.map +1 -1
- package/dist/esm/Icon/LockIcon.mjs +2 -3
- package/dist/esm/Icon/LockIcon.mjs.map +1 -1
- package/dist/esm/Icon/LockWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/LockWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/LogOutIcon.mjs +2 -3
- package/dist/esm/Icon/LogOutIcon.mjs.map +1 -1
- package/dist/esm/Icon/MaximizeIcon.mjs.map +1 -1
- package/dist/esm/Icon/MeatballsIcon.mjs +2 -3
- package/dist/esm/Icon/MeatballsIcon.mjs.map +1 -1
- package/dist/esm/Icon/MinimizeIcon.mjs.map +1 -1
- package/dist/esm/Icon/MinusIcon.mjs +2 -3
- package/dist/esm/Icon/MinusIcon.mjs.map +1 -1
- package/dist/esm/Icon/NavigatorIcon.mjs +2 -3
- package/dist/esm/Icon/NavigatorIcon.mjs.map +1 -1
- package/dist/esm/Icon/NotificationIcon.mjs +2 -3
- package/dist/esm/Icon/NotificationIcon.mjs.map +1 -1
- package/dist/esm/Icon/NumberedListIcon.mjs.map +1 -1
- package/dist/esm/Icon/NumberedListRtlIcon.mjs.map +1 -1
- package/dist/esm/Icon/OpenIcon.mjs +2 -3
- package/dist/esm/Icon/OpenIcon.mjs.map +1 -1
- package/dist/esm/Icon/OpenWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/OrganizationIcon.mjs.map +1 -1
- package/dist/esm/Icon/ParticipationIcon.mjs +2 -3
- package/dist/esm/Icon/ParticipationIcon.mjs.map +1 -1
- package/dist/esm/Icon/ParticipationWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/ParticipationWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/PauseIcon.mjs +2 -3
- package/dist/esm/Icon/PauseIcon.mjs.map +1 -1
- package/dist/esm/Icon/PauseWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/PauseWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/PercentageIcon.mjs +1 -1
- package/dist/esm/Icon/PercentageIcon.mjs.map +1 -1
- package/dist/esm/Icon/PermissionsIcon.mjs +2 -3
- package/dist/esm/Icon/PermissionsIcon.mjs.map +1 -1
- package/dist/esm/Icon/PersonIcon.mjs +2 -3
- package/dist/esm/Icon/PersonIcon.mjs.map +1 -1
- package/dist/esm/Icon/PhotoUploadIcon.mjs.map +1 -1
- package/dist/esm/Icon/PowerIcon.mjs +2 -3
- package/dist/esm/Icon/PowerIcon.mjs.map +1 -1
- package/dist/esm/Icon/PrintIcon.mjs +2 -3
- package/dist/esm/Icon/PrintIcon.mjs.map +1 -1
- package/dist/esm/Icon/PrintWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/ProcessManagerIcon.mjs +2 -3
- package/dist/esm/Icon/ProcessManagerIcon.mjs.map +1 -1
- package/dist/esm/Icon/PromotionIcon.mjs.map +1 -1
- package/dist/esm/Icon/PromotionWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/PromotionWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/QuestionIcon.mjs.map +1 -1
- package/dist/esm/Icon/QuestionWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/QuestionWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/QuestionsIcon.mjs +2 -3
- package/dist/esm/Icon/QuestionsIcon.mjs.map +1 -1
- package/dist/esm/Icon/RedoIcon.mjs +2 -3
- package/dist/esm/Icon/RedoIcon.mjs.map +1 -1
- package/dist/esm/Icon/RefreshIcon.mjs +2 -3
- package/dist/esm/Icon/RefreshIcon.mjs.map +1 -1
- package/dist/esm/Icon/RemoveLinkIcon.mjs.map +1 -1
- package/dist/esm/Icon/RepeatsIcon.mjs +2 -3
- package/dist/esm/Icon/RepeatsIcon.mjs.map +1 -1
- package/dist/esm/Icon/ReportIcon.mjs +2 -3
- package/dist/esm/Icon/ReportIcon.mjs.map +1 -1
- package/dist/esm/Icon/ReportSharingIcon.mjs +2 -3
- package/dist/esm/Icon/ReportSharingIcon.mjs.map +1 -1
- package/dist/esm/Icon/RestoreIcon.mjs.map +1 -1
- package/dist/esm/Icon/SaveIcon.mjs +2 -3
- package/dist/esm/Icon/SaveIcon.mjs.map +1 -1
- package/dist/esm/Icon/SearchIcon.mjs +2 -3
- package/dist/esm/Icon/SearchIcon.mjs.map +1 -1
- package/dist/esm/Icon/SearchWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/SearchWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/SecurityTipIcon.mjs.map +1 -1
- package/dist/esm/Icon/SendIcon.mjs +2 -3
- package/dist/esm/Icon/SendIcon.mjs.map +1 -1
- package/dist/esm/Icon/SendRtlIcon.mjs +2 -3
- package/dist/esm/Icon/SendRtlIcon.mjs.map +1 -1
- package/dist/esm/Icon/SettingsIcon.mjs +2 -3
- package/dist/esm/Icon/SettingsIcon.mjs.map +1 -1
- package/dist/esm/Icon/SettingsWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/SettingsWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/ShareIcon.mjs +2 -3
- package/dist/esm/Icon/ShareIcon.mjs.map +1 -1
- package/dist/esm/Icon/SkipIcon.mjs.map +1 -1
- package/dist/esm/Icon/SkipWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/SkipWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/SortAscendingIcon.mjs +2 -3
- package/dist/esm/Icon/SortAscendingIcon.mjs.map +1 -1
- package/dist/esm/Icon/SortDescendingIcon.mjs +2 -3
- package/dist/esm/Icon/SortDescendingIcon.mjs.map +1 -1
- package/dist/esm/Icon/SpinnerIcon.mjs.map +1 -1
- package/dist/esm/Icon/StarOffIcon.mjs +2 -3
- package/dist/esm/Icon/StarOffIcon.mjs.map +1 -1
- package/dist/esm/Icon/StarOnIcon.mjs +2 -3
- package/dist/esm/Icon/StarOnIcon.mjs.map +1 -1
- package/dist/esm/Icon/StartIcon.mjs.map +1 -1
- package/dist/esm/Icon/SubtractIcon.mjs +2 -3
- package/dist/esm/Icon/SubtractIcon.mjs.map +1 -1
- package/dist/esm/Icon/SubtractWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/SubtractWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/SuccessIcon.mjs +2 -3
- package/dist/esm/Icon/SuccessIcon.mjs.map +1 -1
- package/dist/esm/Icon/SuccessWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/SuccessWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/SupportIcon.mjs +3 -4
- package/dist/esm/Icon/SupportIcon.mjs.map +1 -1
- package/dist/esm/Icon/SurveysIcon.mjs +2 -3
- package/dist/esm/Icon/SurveysIcon.mjs.map +1 -1
- package/dist/esm/Icon/SurveysWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/SurveysWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/SyncIcon.mjs +2 -3
- package/dist/esm/Icon/SyncIcon.mjs.map +1 -1
- package/dist/esm/Icon/TagIcon.mjs +2 -3
- package/dist/esm/Icon/TagIcon.mjs.map +1 -1
- package/dist/esm/Icon/TasksIcon.mjs +2 -3
- package/dist/esm/Icon/TasksIcon.mjs.map +1 -1
- package/dist/esm/Icon/TasksWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/TasksWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/TemplateIcon.mjs +2 -3
- package/dist/esm/Icon/TemplateIcon.mjs.map +1 -1
- package/dist/esm/Icon/TemplateWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/TemplateWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/TextAnalyticsIcon.mjs.map +1 -1
- package/dist/esm/Icon/TextAnalyticsWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/TextAnalyticsWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/ThumbsDownIcon.mjs +2 -3
- package/dist/esm/Icon/ThumbsDownIcon.mjs.map +1 -1
- package/dist/esm/Icon/ThumbsUpIcon.mjs +2 -3
- package/dist/esm/Icon/ThumbsUpIcon.mjs.map +1 -1
- package/dist/esm/Icon/TimeIcon.mjs.map +1 -1
- package/dist/esm/Icon/TimeWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/TimeWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/TranslationIcon.mjs +2 -3
- package/dist/esm/Icon/TranslationIcon.mjs.map +1 -1
- package/dist/esm/Icon/TrashIcon.mjs +2 -3
- package/dist/esm/Icon/TrashIcon.mjs.map +1 -1
- package/dist/esm/Icon/UnattributedIcon.mjs +2 -3
- package/dist/esm/Icon/UnattributedIcon.mjs.map +1 -1
- package/dist/esm/Icon/UnattributedWhiteIcon.mjs +2 -3
- package/dist/esm/Icon/UnattributedWhiteIcon.mjs.map +1 -1
- package/dist/esm/Icon/UnderlineIcon.mjs.map +1 -1
- package/dist/esm/Icon/UndoIcon.mjs +2 -3
- package/dist/esm/Icon/UndoIcon.mjs.map +1 -1
- package/dist/esm/Icon/UserAddIcon.mjs +2 -3
- package/dist/esm/Icon/UserAddIcon.mjs.map +1 -1
- package/dist/esm/Icon/UserDeleteIcon.mjs +2 -3
- package/dist/esm/Icon/UserDeleteIcon.mjs.map +1 -1
- package/dist/esm/Icon/UserExitIcon.mjs +2 -3
- package/dist/esm/Icon/UserExitIcon.mjs.map +1 -1
- package/dist/esm/Icon/UserIcon.mjs +2 -3
- package/dist/esm/Icon/UserIcon.mjs.map +1 -1
- package/dist/esm/Icon/UserSelectIcon.mjs +2 -3
- package/dist/esm/Icon/UserSelectIcon.mjs.map +1 -1
- package/dist/esm/Icon/UserSettingsIcon.mjs +2 -3
- package/dist/esm/Icon/UserSettingsIcon.mjs.map +1 -1
- package/dist/esm/Icon/UserUpdateIcon.mjs +3 -4
- package/dist/esm/Icon/UserUpdateIcon.mjs.map +1 -1
- package/dist/esm/Icon/UsersIcon.mjs +2 -3
- package/dist/esm/Icon/UsersIcon.mjs.map +1 -1
- package/dist/esm/Icon/VisibleIcon.mjs +2 -3
- package/dist/esm/Icon/VisibleIcon.mjs.map +1 -1
- package/dist/esm/Icon/WritingIcon.mjs +2 -3
- package/dist/esm/Icon/WritingIcon.mjs.map +1 -1
- package/dist/esm/Icon/ZoomInIcon.mjs +1 -1
- package/dist/esm/Icon/ZoomInIcon.mjs.map +1 -1
- package/dist/esm/Icon/ZoomOutIcon.mjs +1 -1
- package/dist/esm/Icon/ZoomOutIcon.mjs.map +1 -1
- package/dist/esm/Illustration/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.mjs +51 -0
- package/dist/esm/Illustration/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.mjs.map +1 -0
- package/dist/esm/Illustration/utils/usePausePlay.mjs +0 -1
- package/dist/esm/Illustration/utils/usePausePlay.mjs.map +1 -1
- package/dist/esm/Input/Input/types.mjs +4 -0
- package/dist/esm/Input/Input/types.mjs.map +1 -0
- package/dist/esm/Input/InputSearch/InputSearch.mjs +5 -1
- package/dist/esm/Input/InputSearch/InputSearch.mjs.map +1 -1
- package/dist/esm/LikertScaleLegacy/LikertScaleLegacy.mjs +0 -1
- package/dist/esm/LikertScaleLegacy/LikertScaleLegacy.mjs.map +1 -1
- package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.mjs +3 -2
- package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.mjs.map +1 -1
- package/dist/esm/Modal/ContextModal/ContextModal.mjs +1 -1
- package/dist/esm/Modal/ContextModal/ContextModal.mjs.map +1 -1
- package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.mjs +0 -1
- package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.mjs.map +1 -1
- package/dist/esm/Modal/InputEditModal/InputEditModal.mjs +1 -1
- package/dist/esm/Modal/InputEditModal/InputEditModal.mjs.map +1 -1
- package/dist/esm/Notification/InlineNotification/InlineNotification.mjs.map +1 -1
- package/dist/esm/Notification/subcomponents/GenericNotification/GenericNotification.mjs.map +1 -1
- package/dist/esm/Notification/subcomponents/NotificationHeading/NotificationHeading.mjs +1 -1
- package/dist/esm/Notification/subcomponents/NotificationHeading/NotificationHeading.mjs.map +1 -1
- package/dist/esm/Pagination/subcomponents/DirectionalLink/DirectionalLink.mjs +0 -1
- package/dist/esm/Pagination/subcomponents/DirectionalLink/DirectionalLink.mjs.map +1 -1
- package/dist/esm/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.mjs +0 -1
- package/dist/esm/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.mjs.map +1 -1
- package/dist/esm/Popover/Popover.mjs +0 -1
- package/dist/esm/Popover/Popover.mjs.map +1 -1
- package/dist/esm/Popover/utils/classMappers.mjs +0 -1
- package/dist/esm/Popover/utils/classMappers.mjs.map +1 -1
- package/dist/esm/RichTextEditor/EditableRichTextContent/EditableRichTextContent.mjs +45 -0
- package/dist/esm/RichTextEditor/EditableRichTextContent/EditableRichTextContent.mjs.map +1 -0
- package/dist/esm/RichTextEditor/EditableRichTextContent/EditableRichTextContent.module.scss.mjs +6 -0
- package/dist/esm/RichTextEditor/EditableRichTextContent/EditableRichTextContent.module.scss.mjs.map +1 -0
- package/dist/esm/RichTextEditor/RichTextContent/RichTextContent.mjs +39 -0
- package/dist/esm/RichTextEditor/RichTextContent/RichTextContent.mjs.map +1 -0
- package/dist/esm/RichTextEditor/RichTextContent/RichTextContent.module.scss.mjs +5 -0
- package/dist/esm/RichTextEditor/RichTextContent/RichTextContent.module.scss.mjs.map +1 -0
- package/dist/esm/RichTextEditor/RichTextEditor/RichTextEditor.mjs +152 -0
- package/dist/esm/RichTextEditor/RichTextEditor/RichTextEditor.mjs.map +1 -0
- package/dist/esm/RichTextEditor/RichTextEditor/RichTextEditor.module.scss.mjs +30 -0
- package/dist/esm/RichTextEditor/RichTextEditor/RichTextEditor.module.scss.mjs.map +1 -0
- package/dist/esm/RichTextEditor/RichTextEditor/schema.mjs +66 -0
- package/dist/esm/RichTextEditor/RichTextEditor/schema.mjs.map +1 -0
- package/dist/esm/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.mjs +41 -0
- package/dist/esm/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.mjs.map +1 -0
- package/dist/esm/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.module.scss.mjs +12 -0
- package/dist/esm/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.module.scss.mjs.map +1 -0
- package/dist/esm/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.mjs +69 -0
- package/dist/esm/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.mjs.map +1 -0
- package/dist/esm/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.module.scss.mjs +5 -0
- package/dist/esm/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.module.scss.mjs.map +1 -0
- package/dist/esm/RichTextEditor/RichTextEditor/subcomponents/ToolbarSection/ToolbarSection.mjs +14 -0
- package/dist/esm/RichTextEditor/RichTextEditor/subcomponents/ToolbarSection/ToolbarSection.mjs.map +1 -0
- package/dist/esm/RichTextEditor/RichTextEditor/subcomponents/ToolbarSection/ToolbarSection.module.scss.mjs +5 -0
- package/dist/esm/RichTextEditor/RichTextEditor/subcomponents/ToolbarSection/ToolbarSection.module.scss.mjs.map +1 -0
- package/dist/esm/RichTextEditor/RichTextEditor/utils/controlmap.mjs +251 -0
- package/dist/esm/RichTextEditor/RichTextEditor/utils/controlmap.mjs.map +1 -0
- package/dist/esm/RichTextEditor/RichTextEditor/utils/inputrules.mjs +29 -0
- package/dist/esm/RichTextEditor/RichTextEditor/utils/inputrules.mjs.map +1 -0
- package/dist/esm/RichTextEditor/RichTextEditor/utils/keymap.mjs +84 -0
- package/dist/esm/RichTextEditor/RichTextEditor/utils/keymap.mjs.map +1 -0
- package/dist/esm/RichTextEditor/constants.mjs +3 -0
- package/dist/esm/RichTextEditor/constants.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/commands/addMark.mjs +19 -0
- package/dist/esm/RichTextEditor/utils/commands/addMark.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/commands/getMarkAttrs.mjs +24 -0
- package/dist/esm/RichTextEditor/utils/commands/getMarkAttrs.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/commands/getMarkRange.mjs +42 -0
- package/dist/esm/RichTextEditor/utils/commands/getMarkRange.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/commands/listIsActive.mjs +7 -0
- package/dist/esm/RichTextEditor/utils/commands/listIsActive.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/commands/markContainsSelection.mjs +15 -0
- package/dist/esm/RichTextEditor/utils/commands/markContainsSelection.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/commands/markIsActive.mjs +13 -0
- package/dist/esm/RichTextEditor/utils/commands/markIsActive.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/commands/removeMark.mjs +38 -0
- package/dist/esm/RichTextEditor/utils/commands/removeMark.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/commands/updateMark.mjs +36 -0
- package/dist/esm/RichTextEditor/utils/commands/updateMark.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/commands/validateAndRemoveMarks.mjs +34 -0
- package/dist/esm/RichTextEditor/utils/commands/validateAndRemoveMarks.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/core/createRichTextEditor.mjs +51 -0
- package/dist/esm/RichTextEditor/utils/core/createRichTextEditor.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/core/hooks/useRichTextEditor.mjs +74 -0
- package/dist/esm/RichTextEditor/utils/core/hooks/useRichTextEditor.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/core/inputrules.mjs +23 -0
- package/dist/esm/RichTextEditor/utils/core/inputrules.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/core/state.mjs +37 -0
- package/dist/esm/RichTextEditor/utils/core/state.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/LinkManager.mjs +134 -0
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/LinkManager.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkEditor/LinkEditor.mjs +60 -0
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkEditor/LinkEditor.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkModal/LinkModal.mjs +66 -0
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkModal/LinkModal.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.mjs +55 -0
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.module.scss.mjs +9 -0
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.module.scss.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/Positioner.mjs +41 -0
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/Positioner.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/createReactTooltipWrapper.mjs +50 -0
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/createReactTooltipWrapper.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/validation.mjs +14 -0
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/validation.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/schema/marks.mjs +71 -0
- package/dist/esm/RichTextEditor/utils/schema/marks.mjs.map +1 -0
- package/dist/esm/RichTextEditor/utils/schema/nodes.mjs +33 -0
- package/dist/esm/RichTextEditor/utils/schema/nodes.mjs.map +1 -0
- package/dist/esm/SearchField/SearchField.mjs +3 -3
- package/dist/esm/SearchField/SearchField.mjs.map +1 -1
- package/dist/esm/Select/Select.mjs +0 -1
- package/dist/esm/Select/Select.mjs.map +1 -1
- package/dist/esm/Skirt/subcomponents/SkirtCard/SkirtCard.mjs +18 -0
- package/dist/esm/Skirt/subcomponents/SkirtCard/SkirtCard.mjs.map +1 -0
- package/dist/esm/Skirt/subcomponents/SkirtCard/SkirtCard.module.scss.mjs +5 -0
- package/dist/esm/Skirt/subcomponents/SkirtCard/SkirtCard.module.scss.mjs.map +1 -0
- package/dist/esm/SplitButton/subcomponents/DropdownButton/DropdownButton.mjs +0 -1
- package/dist/esm/SplitButton/subcomponents/DropdownButton/DropdownButton.mjs.map +1 -1
- package/dist/esm/Table/Table.mjs +1 -2
- package/dist/esm/Table/Table.mjs.map +1 -1
- package/dist/esm/Tag/Tag.mjs +0 -1
- package/dist/esm/Tag/Tag.mjs.map +1 -1
- package/dist/esm/TextField/TextField.mjs +2 -1
- package/dist/esm/TextField/TextField.mjs.map +1 -1
- package/dist/esm/Tile/subcomponents/GenericTile/GenericTile.mjs +0 -1
- package/dist/esm/Tile/subcomponents/GenericTile/GenericTile.mjs.map +1 -1
- package/dist/esm/TimeField/TimeField.mjs +3 -3
- package/dist/esm/TimeField/TimeField.mjs.map +1 -1
- package/dist/esm/TitleBlockZen/TitleBlockZen.mjs +293 -0
- package/dist/esm/TitleBlockZen/TitleBlockZen.mjs.map +1 -0
- package/dist/esm/TitleBlockZen/TitleBlockZen.module.scss.mjs +53 -0
- package/dist/esm/TitleBlockZen/TitleBlockZen.module.scss.mjs.map +1 -0
- package/dist/esm/TitleBlockZen/subcomponents/MainActions.mjs +117 -0
- package/dist/esm/TitleBlockZen/subcomponents/MainActions.mjs.map +1 -0
- package/dist/esm/TitleBlockZen/subcomponents/MainActions.module.scss.mjs +5 -0
- package/dist/esm/TitleBlockZen/subcomponents/MainActions.module.scss.mjs.map +1 -0
- package/dist/esm/TitleBlockZen/subcomponents/MobileActions.mjs +279 -0
- package/dist/esm/TitleBlockZen/subcomponents/MobileActions.mjs.map +1 -0
- package/dist/esm/TitleBlockZen/subcomponents/MobileActions.module.scss.mjs +16 -0
- package/dist/esm/TitleBlockZen/subcomponents/MobileActions.module.scss.mjs.map +1 -0
- package/dist/esm/TitleBlockZen/subcomponents/NavigationTabs.mjs +33 -0
- package/dist/esm/TitleBlockZen/subcomponents/NavigationTabs.mjs.map +1 -0
- package/dist/esm/TitleBlockZen/subcomponents/NavigationTabs.module.scss.mjs +8 -0
- package/dist/esm/TitleBlockZen/subcomponents/NavigationTabs.module.scss.mjs.map +1 -0
- package/dist/esm/TitleBlockZen/subcomponents/SecondaryActions.mjs +98 -0
- package/dist/esm/TitleBlockZen/subcomponents/SecondaryActions.mjs.map +1 -0
- package/dist/esm/TitleBlockZen/subcomponents/TitleBlockMenuItem.mjs +36 -0
- package/dist/esm/TitleBlockZen/subcomponents/TitleBlockMenuItem.mjs.map +1 -0
- package/dist/esm/TitleBlockZen/subcomponents/TitleBlockMenuItem.module.scss.mjs +11 -0
- package/dist/esm/TitleBlockZen/subcomponents/TitleBlockMenuItem.module.scss.mjs.map +1 -0
- package/dist/esm/TitleBlockZen/subcomponents/Toolbar.mjs +32 -0
- package/dist/esm/TitleBlockZen/subcomponents/Toolbar.mjs.map +1 -0
- package/dist/esm/TitleBlockZen/subcomponents/Toolbar.module.scss.mjs +7 -0
- package/dist/esm/TitleBlockZen/subcomponents/Toolbar.module.scss.mjs.map +1 -0
- package/dist/esm/TitleBlockZen/utils.mjs +49 -0
- package/dist/esm/TitleBlockZen/utils.mjs.map +1 -0
- package/dist/esm/ToggleSwitch/ToggleSwitch/ToggleSwitch.mjs +0 -1
- package/dist/esm/ToggleSwitch/ToggleSwitch/ToggleSwitch.mjs.map +1 -1
- package/dist/esm/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs +3 -4
- package/dist/esm/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs.map +1 -1
- package/dist/esm/Workflow/subcomponents/Header/components/Branding/Branding.mjs +1 -1
- package/dist/esm/Workflow/subcomponents/Header/components/Branding/Branding.mjs.map +1 -1
- package/dist/esm/Workflow/subcomponents/Header/components/Titles/Titles.mjs +2 -2
- package/dist/esm/Workflow/subcomponents/Header/components/Titles/Titles.mjs.map +1 -1
- package/dist/esm/__future__/Select/Select.mjs.map +1 -1
- package/dist/esm/__future__/Select/subcomponents/ListBoxSection/ListBoxSection.mjs +1 -1
- package/dist/esm/__future__/Select/subcomponents/ListBoxSection/ListBoxSection.mjs.map +1 -1
- package/dist/esm/__future__/Select/subcomponents/Option/Option.mjs +0 -1
- package/dist/esm/__future__/Select/subcomponents/Option/Option.mjs.map +1 -1
- package/dist/esm/__future__/Select/subcomponents/SectionDivider/SectionDivider.mjs +1 -1
- package/dist/esm/__future__/Select/subcomponents/SectionDivider/SectionDivider.mjs.map +1 -1
- package/dist/esm/__future__/Select/subcomponents/SelectToggle/SelectToggle.mjs +0 -1
- package/dist/esm/__future__/Select/subcomponents/SelectToggle/SelectToggle.mjs.map +1 -1
- package/dist/esm/__future__/Select/utils/getDisabledKeysFromItems.mjs.map +1 -1
- package/dist/esm/__future__/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs +3 -4
- package/dist/esm/__future__/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs.map +1 -1
- package/dist/esm/__future__/Workflow/subcomponents/Header/components/Branding/Branding.mjs +1 -1
- package/dist/esm/__future__/Workflow/subcomponents/Header/components/Branding/Branding.mjs.map +1 -1
- package/dist/esm/__future__/Workflow/subcomponents/Header/components/Titles/Titles.mjs +2 -2
- package/dist/esm/__future__/Workflow/subcomponents/Header/components/Titles/Titles.mjs.map +1 -1
- package/dist/esm/dts/BrandMoment/BrandMoment.d.ts +1 -1
- package/dist/esm/dts/BrandMoment/_docs/ExampleHeaders.d.ts +0 -1
- package/dist/esm/dts/Button/IconButton/IconButton.d.ts +0 -1
- package/dist/esm/dts/ButtonGroup/ButtonGroup.d.ts +2 -2
- package/dist/esm/dts/Calendar/CalendarRange/CalendarRange.d.ts +0 -1
- package/dist/esm/dts/Calendar/CalendarSingle/CalendarSingle.d.ts +0 -1
- package/dist/esm/dts/Calendar/LegacyCalendarRange/LegacyCalendarRange.d.ts +0 -1
- package/dist/esm/dts/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.d.ts +0 -1
- package/dist/esm/dts/Container/Container.d.ts +1 -1
- package/dist/esm/dts/Content/Content.d.ts +1 -1
- package/dist/esm/dts/DateInput/DateInputDescription/DateInputDescription.d.ts +0 -1
- package/dist/esm/dts/EmptyState/EmptyState.d.ts +2 -2
- package/dist/esm/dts/Filter/Filter/Filter.d.ts +19 -0
- package/dist/esm/dts/Filter/Filter/index.d.ts +3 -0
- package/dist/esm/dts/Filter/Filter/subcomponents/FilterContents/FilterContents.d.ts +9 -0
- package/dist/esm/dts/Filter/Filter/subcomponents/FilterPopover/FilterPopover.d.ts +12 -0
- package/dist/esm/dts/Filter/FilterBar/FilterBar.d.ts +24 -0
- package/dist/esm/dts/Filter/FilterBar/context/FilterBarContext.d.ts +25 -0
- package/dist/esm/dts/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.d.ts +4 -0
- package/dist/esm/dts/Filter/FilterBar/subcomponents/ClearAllButton/ClearAllButton.d.ts +4 -0
- package/dist/esm/dts/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.d.ts +10 -0
- package/dist/esm/dts/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.d.ts +10 -0
- package/dist/esm/dts/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.d.ts +10 -0
- package/dist/esm/dts/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.d.ts +8 -0
- package/dist/esm/dts/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.d.ts +21 -0
- package/dist/esm/dts/Filter/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.d.ts +10 -0
- package/dist/esm/dts/Filter/FilterDatePicker/FilterDatePicker.d.ts +14 -0
- package/dist/esm/dts/Filter/FilterDatePicker/hooks/useDateInputHandlers.d.ts +21 -0
- package/dist/esm/dts/Filter/FilterDatePicker/hooks/useDateValidation.d.ts +19 -0
- package/dist/esm/dts/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.d.ts +27 -0
- package/dist/esm/dts/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.d.ts +51 -0
- package/dist/esm/dts/Filter/FilterDatePicker/types.d.ts +15 -0
- package/dist/esm/dts/Filter/FilterDatePicker/utils/transformDateToInputValue.d.ts +2 -0
- package/dist/esm/dts/Filter/FilterDatePicker/utils/validateDate.d.ts +7 -0
- package/dist/esm/dts/Filter/FilterDateRangePicker/FilterDateRangePicker.d.ts +13 -0
- package/dist/esm/dts/Filter/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.d.ts +11 -0
- package/dist/esm/dts/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.d.ts +38 -0
- package/dist/esm/dts/Filter/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.d.ts +11 -0
- package/dist/esm/dts/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.d.ts +52 -0
- package/dist/esm/dts/Filter/FilterDateRangePicker/utils/isCompleteDateRange.d.ts +5 -0
- package/dist/esm/dts/Filter/FilterMultiSelect/FilterMultiSelect.d.ts +72 -0
- package/dist/esm/dts/Filter/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.d.ts +6 -0
- package/dist/esm/dts/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.d.ts +7 -0
- package/dist/esm/dts/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.d.ts +9 -0
- package/dist/esm/dts/Filter/FilterMultiSelect/subcomponents/SearchInput/SearchInput.d.ts +9 -0
- package/dist/esm/dts/Filter/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.d.ts +1 -0
- package/dist/esm/dts/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.d.ts +4 -0
- package/dist/esm/dts/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/SelectAllButton/SelectAllButton.d.ts +4 -0
- package/dist/esm/dts/Filter/FilterMultiSelect/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.d.ts +14 -0
- package/dist/esm/dts/Filter/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.d.ts +8 -0
- package/dist/esm/dts/Filter/FilterMultiSelect/types.d.ts +8 -0
- package/dist/esm/dts/Filter/FilterMultiSelect/utils/getSelectedOptionKeys.d.ts +3 -0
- package/dist/esm/dts/Filter/FilterSelect/FilterSelect.d.ts +35 -0
- package/dist/esm/dts/Filter/FilterSelect/types.d.ts +1 -0
- package/dist/esm/dts/Filter/_docs/controls/renderTriggerControls.d.ts +1 -2
- package/dist/esm/dts/Filter/index.d.ts +6 -2
- package/dist/esm/dts/GuidanceBlock/GuidanceBlock.d.ts +55 -0
- package/dist/esm/dts/GuidanceBlock/index.d.ts +1 -0
- package/dist/esm/dts/GuidanceBlock/types.d.ts +2 -0
- package/dist/esm/dts/Heading/Heading.d.ts +2 -2
- 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/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.d.ts +10 -0
- package/dist/esm/dts/Illustration/Scene/BrandMomentCaptureIntro/index.d.ts +1 -0
- package/dist/esm/dts/Illustration/Scene/Scene.d.ts +0 -1
- package/dist/esm/dts/Illustration/Scene/index.d.ts +1 -0
- package/dist/esm/dts/Illustration/Spot/Spot.d.ts +0 -1
- package/dist/esm/dts/Illustration/subcomponents/VideoPlayer/VideoPlayer.d.ts +0 -1
- package/dist/esm/dts/Input/Input/index.d.ts +1 -0
- package/dist/esm/dts/KaizenProvider/subcomponents/FontDefinitions/FontDefinitions.d.ts +0 -1
- package/dist/esm/dts/LikertScaleLegacy/LikertScaleLegacy.d.ts +0 -1
- package/dist/esm/dts/Menu/_docs/MenuContentExample.d.ts +0 -1
- package/dist/esm/dts/MultiSelect/MultiSelect.d.ts +6 -1
- package/dist/esm/dts/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.d.ts +2 -0
- package/dist/esm/dts/Notification/InlineNotification/InlineNotification.d.ts +1 -1
- package/dist/esm/dts/Notification/subcomponents/GenericNotification/GenericNotification.d.ts +1 -1
- package/dist/esm/dts/Notification/subcomponents/NotificationHeading/NotificationHeading.d.ts +1 -2
- package/dist/esm/dts/Notification/subcomponents/NotificationIcon/NotificationIcon.d.ts +0 -1
- package/dist/esm/dts/Pagination/subcomponents/DirectionalLink/DirectionalLink.d.ts +0 -1
- package/dist/esm/dts/Pagination/subcomponents/PaginationLink/PaginationLink.d.ts +0 -1
- package/dist/esm/dts/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.d.ts +0 -1
- package/dist/esm/dts/Popover/utils/classMappers.d.ts +0 -1
- package/dist/esm/dts/RichTextEditor/EditableRichTextContent/EditableRichTextContent.d.ts +15 -0
- package/dist/esm/dts/RichTextEditor/EditableRichTextContent/index.d.ts +1 -0
- package/dist/esm/dts/RichTextEditor/RichTextContent/RichTextContent.d.ts +10 -0
- package/dist/esm/dts/RichTextEditor/RichTextContent/index.d.ts +1 -0
- package/dist/esm/dts/RichTextEditor/RichTextEditor/RichTextEditor.d.ts +43 -0
- package/dist/esm/dts/RichTextEditor/RichTextEditor/index.d.ts +4 -0
- package/dist/esm/dts/RichTextEditor/RichTextEditor/schema.d.ts +4 -0
- package/dist/esm/dts/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.d.ts +17 -0
- package/dist/esm/dts/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/index.d.ts +1 -0
- package/dist/esm/dts/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/types.d.ts +2 -0
- package/dist/esm/dts/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.d.ts +11 -0
- package/dist/esm/dts/RichTextEditor/RichTextEditor/subcomponents/Toolbar/index.d.ts +1 -0
- package/dist/esm/dts/RichTextEditor/RichTextEditor/subcomponents/ToolbarSection/ToolbarSection.d.ts +8 -0
- package/dist/esm/dts/RichTextEditor/RichTextEditor/subcomponents/ToolbarSection/index.d.ts +1 -0
- package/dist/esm/dts/RichTextEditor/RichTextEditor/utils/controlmap.d.ts +13 -0
- package/dist/esm/dts/RichTextEditor/RichTextEditor/utils/inputrules.d.ts +2 -0
- package/dist/esm/dts/RichTextEditor/RichTextEditor/utils/keymap.d.ts +6 -0
- package/dist/esm/dts/RichTextEditor/constants.d.ts +2 -0
- package/dist/esm/dts/RichTextEditor/index.d.ts +9 -0
- package/dist/esm/dts/RichTextEditor/types.d.ts +12 -0
- package/dist/esm/dts/RichTextEditor/utils/commands/addMark.d.ts +3 -0
- package/dist/esm/dts/RichTextEditor/utils/commands/fixtures/helpers.d.ts +8 -0
- package/dist/esm/dts/RichTextEditor/utils/commands/fixtures/test-state.d.ts +17 -0
- package/dist/esm/dts/RichTextEditor/utils/commands/getMarkAttrs.d.ts +3 -0
- package/dist/esm/dts/RichTextEditor/utils/commands/getMarkRange.d.ts +3 -0
- package/dist/esm/dts/RichTextEditor/utils/commands/index.d.ts +9 -0
- package/dist/esm/dts/RichTextEditor/utils/commands/listIsActive.d.ts +3 -0
- package/dist/esm/dts/RichTextEditor/utils/commands/markContainsSelection.d.ts +4 -0
- package/dist/esm/dts/RichTextEditor/utils/commands/markIsActive.d.ts +3 -0
- package/dist/esm/dts/RichTextEditor/utils/commands/removeMark.d.ts +3 -0
- package/dist/esm/dts/RichTextEditor/utils/commands/updateMark.d.ts +3 -0
- package/dist/esm/dts/RichTextEditor/utils/commands/validateAndRemoveMarks.d.ts +12 -0
- package/dist/esm/dts/RichTextEditor/utils/core/createRichTextEditor.d.ts +21 -0
- package/dist/esm/dts/RichTextEditor/utils/core/fixtures/testState.d.ts +21 -0
- package/dist/esm/dts/RichTextEditor/utils/core/hooks/useRichTextEditor.d.ts +23 -0
- package/dist/esm/dts/RichTextEditor/utils/core/index.d.ts +5 -0
- package/dist/esm/dts/RichTextEditor/utils/core/inputrules.d.ts +4 -0
- package/dist/esm/dts/RichTextEditor/utils/core/state.d.ts +19 -0
- package/dist/esm/dts/RichTextEditor/utils/core/types.d.ts +28 -0
- package/dist/esm/dts/RichTextEditor/utils/plugins/LinkManager/LinkManager.d.ts +12 -0
- package/dist/esm/dts/RichTextEditor/utils/plugins/LinkManager/components/LinkEditor/LinkEditor.d.ts +18 -0
- package/dist/esm/dts/RichTextEditor/utils/plugins/LinkManager/components/LinkEditor/index.d.ts +1 -0
- package/dist/esm/dts/RichTextEditor/utils/plugins/LinkManager/components/LinkModal/LinkModal.d.ts +12 -0
- package/dist/esm/dts/RichTextEditor/utils/plugins/LinkManager/components/LinkModal/index.d.ts +1 -0
- package/dist/esm/dts/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.d.ts +11 -0
- package/dist/esm/dts/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/Positioner.d.ts +3 -0
- package/dist/esm/dts/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/index.d.ts +1 -0
- package/dist/esm/dts/RichTextEditor/utils/plugins/LinkManager/components/index.d.ts +3 -0
- package/dist/esm/dts/RichTextEditor/utils/plugins/LinkManager/createReactTooltipWrapper.d.ts +10 -0
- package/dist/esm/dts/RichTextEditor/utils/plugins/LinkManager/index.d.ts +2 -0
- package/dist/esm/dts/RichTextEditor/utils/plugins/LinkManager/types.d.ts +13 -0
- package/dist/esm/dts/RichTextEditor/utils/plugins/LinkManager/validation.d.ts +6 -0
- package/dist/esm/dts/RichTextEditor/utils/plugins/index.d.ts +1 -0
- package/dist/esm/dts/RichTextEditor/utils/prosemirror/index.d.ts +7 -0
- package/dist/esm/dts/RichTextEditor/utils/schema/index.d.ts +2 -0
- package/dist/esm/dts/RichTextEditor/utils/schema/marks.d.ts +2 -0
- package/dist/esm/dts/RichTextEditor/utils/schema/nodes.d.ts +2 -0
- package/dist/esm/dts/SearchField/SearchField.d.ts +0 -1
- package/dist/esm/dts/Select/Select.d.ts +4 -4
- package/dist/esm/dts/Skirt/index.d.ts +1 -0
- package/dist/esm/dts/Skirt/subcomponents/SkirtCard/SkirtCard.d.ts +0 -1
- package/dist/esm/dts/SplitButton/subcomponents/ActionButton/ActionButton.d.ts +0 -1
- package/dist/esm/dts/SplitButton/subcomponents/DropdownButton/DropdownButton.d.ts +0 -1
- package/dist/esm/dts/TextField/TextField.d.ts +2 -2
- package/dist/esm/dts/Tile/InformationTile/InformationTile.d.ts +0 -1
- package/dist/esm/dts/Tile/MultiActionTile/MultiActionTile.d.ts +0 -1
- package/dist/esm/dts/Tile/subcomponents/GenericTile/Action.d.ts +0 -1
- package/dist/esm/dts/TimeField/subcomponents/TimeSegment/TimeSegment.d.ts +0 -1
- package/dist/esm/dts/TitleBlockZen/TitleBlockZen.d.ts +0 -1
- package/dist/esm/dts/TitleBlockZen/subcomponents/MainActions.d.ts +0 -1
- package/dist/esm/dts/TitleBlockZen/subcomponents/MobileActions.d.ts +0 -1
- package/dist/esm/dts/TitleBlockZen/subcomponents/SecondaryActions.d.ts +0 -1
- package/dist/esm/dts/TitleBlockZen/subcomponents/TitleBlockMenuItem.d.ts +0 -1
- 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/Workflow/subcomponents/Header/components/Branding/Branding.d.ts +1 -1
- package/dist/esm/dts/Workflow/subcomponents/Header/components/Titles/Titles.d.ts +1 -1
- package/dist/esm/dts/__future__/Select/Select.d.ts +2 -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__/Select/types.d.ts +2 -3
- package/dist/esm/dts/__future__/Select/utils/getDisabledKeysFromItems.d.ts +2 -1
- package/dist/esm/dts/__future__/Tag/RemovableTag/RemovableTag.d.ts +0 -1
- package/dist/esm/dts/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.d.ts +0 -1
- 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/__future__/Workflow/subcomponents/Header/components/Branding/Branding.d.ts +1 -1
- package/dist/esm/dts/__future__/Workflow/subcomponents/Header/components/Titles/Titles.d.ts +1 -1
- package/dist/esm/dts/index.d.ts +3 -6
- package/dist/esm/index.css +53 -38
- package/dist/esm/index.mjs +64 -19
- package/dist/esm/index.mjs.map +1 -1
- package/dist/index.d.ts +2249 -1710
- package/dist/styles.css +1 -1
- package/locales/cy.json +1 -1
- package/locales/ht.json +1 -1
- package/locales/km-KH.json +1 -1
- package/locales/si-LK.json +1 -1
- package/locales/sk.json +1 -1
- package/package.json +48 -41
- package/src/Avatar/Avatar.module.scss +171 -0
- package/src/Avatar/Avatar.spec.tsx +26 -0
- package/src/Avatar/Avatar.tsx +176 -0
- package/src/Avatar/_docs/Avatar.mdx +32 -0
- package/src/Avatar/_docs/Avatar.stickersheet.stories.tsx +130 -0
- package/src/Avatar/_docs/Avatar.stories.tsx +25 -0
- package/src/Avatar/index.ts +1 -0
- package/src/AvatarGroup/AvatarGroup.module.scss +85 -0
- package/src/AvatarGroup/AvatarGroup.spec.tsx +44 -0
- package/src/AvatarGroup/AvatarGroup.tsx +90 -0
- package/src/AvatarGroup/_docs/AvatarGroup.mdx +32 -0
- package/src/AvatarGroup/_docs/AvatarGroup.stickersheet.stories.tsx +64 -0
- package/src/AvatarGroup/_docs/AvatarGroup.stories.tsx +27 -0
- package/src/AvatarGroup/_docs/example-data.ts +47 -0
- package/src/AvatarGroup/index.ts +1 -0
- package/src/Badge/Badge.module.scss +114 -0
- package/src/Badge/Badge.tsx +74 -0
- package/src/Badge/_docs/Badge.mdx +28 -0
- package/src/Badge/_docs/Badge.stickersheet.stories.tsx +65 -0
- package/src/Badge/_docs/Badge.stories.tsx +32 -0
- package/src/Badge/index.ts +1 -0
- package/src/Brand/Brand.module.scss +4 -0
- package/src/Brand/Brand.tsx +44 -0
- package/src/Brand/_docs/Brand.mdx +33 -0
- package/src/Brand/_docs/Brand.stickersheet.stories.tsx +62 -0
- package/src/Brand/_docs/Brand.stories.tsx +31 -0
- package/src/Brand/index.ts +1 -0
- package/src/BrandMoment/BrandMoment.module.scss +203 -0
- package/src/BrandMoment/BrandMoment.tsx +135 -0
- package/src/BrandMoment/_docs/BrandMoment.mdx +42 -0
- package/src/BrandMoment/_docs/BrandMoment.stories.tsx +225 -0
- package/src/BrandMoment/_docs/ExampleHeaders.scss +87 -0
- package/src/BrandMoment/_docs/ExampleHeaders.tsx +49 -0
- package/src/BrandMoment/index.ts +1 -0
- package/src/Button/Button/Button.module.scss +198 -0
- package/src/Button/Button/Button.tsx +28 -0
- package/src/Button/Button/_docs/Button.mdx +97 -0
- package/src/Button/Button/_docs/Button.stickersheet.stories.tsx +397 -0
- package/src/Button/Button/_docs/Button.stories.tsx +144 -0
- package/src/Button/Button/index.ts +1 -0
- package/src/Button/GenericButton/GenericButton.module.scss +115 -0
- package/src/Button/GenericButton/GenericButton.spec.tsx +113 -0
- package/src/Button/GenericButton/GenericButton.tsx +383 -0
- package/src/Button/GenericButton/index.ts +1 -0
- package/src/Button/IconButton/IconButton.module.scss +38 -0
- package/src/Button/IconButton/IconButton.spec.tsx +45 -0
- package/src/Button/IconButton/IconButton.tsx +43 -0
- package/src/Button/IconButton/_docs/IconButton.mdx +29 -0
- package/src/Button/IconButton/_docs/IconButton.stickersheet.stories.tsx +146 -0
- package/src/Button/IconButton/_docs/IconButton.stories.tsx +37 -0
- package/src/Button/IconButton/index.ts +1 -0
- package/src/Button/index.ts +3 -0
- package/src/Button/utils/_mixins.scss +18 -0
- package/src/Button/utils/_variables.scss +14 -0
- package/src/ButtonGroup/ButtonGroup.module.scss +65 -0
- package/src/ButtonGroup/ButtonGroup.tsx +69 -0
- package/src/ButtonGroup/_docs/ButtonGroup.stickersheet.stories.tsx +173 -0
- package/src/ButtonGroup/_docs/ButtonGroup.stories.tsx +48 -0
- package/src/ButtonGroup/index.ts +1 -0
- package/src/Calendar/CalendarPopover/CalendarPopover.module.scss +12 -0
- package/src/Calendar/CalendarPopover/CalendarPopover.tsx +62 -0
- package/src/Calendar/CalendarPopover/_docs/CalendarPopover.stickersheet.stories.tsx +120 -0
- package/src/Calendar/CalendarPopover/index.ts +1 -0
- package/src/Calendar/CalendarRange/CalendarRange.module.scss +61 -0
- package/src/Calendar/CalendarRange/CalendarRange.spec.tsx +37 -0
- package/src/Calendar/CalendarRange/CalendarRange.tsx +71 -0
- package/src/Calendar/CalendarRange/_docs/CalendarRange.mdx +28 -0
- package/src/Calendar/CalendarRange/_docs/CalendarRange.stickersheet.stories.tsx +140 -0
- package/src/Calendar/CalendarRange/_docs/CalendarRange.stories.tsx +41 -0
- package/src/Calendar/CalendarRange/index.ts +1 -0
- package/src/Calendar/CalendarSingle/CalendarSingle.module.scss +13 -0
- package/src/Calendar/CalendarSingle/CalendarSingle.spec.tsx +30 -0
- package/src/Calendar/CalendarSingle/CalendarSingle.tsx +67 -0
- package/src/Calendar/CalendarSingle/_docs/CalendarSingle.mdx +28 -0
- package/src/Calendar/CalendarSingle/_docs/CalendarSingle.stickersheet.stories.tsx +180 -0
- package/src/Calendar/CalendarSingle/_docs/CalendarSingle.stories.tsx +38 -0
- package/src/Calendar/CalendarSingle/index.ts +1 -0
- package/src/Calendar/LegacyCalendarRange/LegacyCalendarRange.module.scss +24 -0
- package/src/Calendar/LegacyCalendarRange/LegacyCalendarRange.tsx +73 -0
- package/src/Calendar/LegacyCalendarRange/index.ts +1 -0
- package/src/Calendar/_docs/controls/defaultMonthControls.ts +16 -0
- package/src/Calendar/_docs/controls/weekStartsOnControls.ts +28 -0
- package/src/Calendar/baseCalendarClassNames.module.scss +208 -0
- package/src/Calendar/baseCalendarClassNames.ts +22 -0
- package/src/Calendar/enums.ts +22 -0
- package/src/Calendar/index.ts +5 -0
- package/src/Calendar/types.ts +45 -0
- package/src/Calendar/utils/calculateDisabledDays.spec.ts +109 -0
- package/src/Calendar/utils/calculateDisabledDays.ts +19 -0
- package/src/Calendar/utils/formatDateAsNumeral.spec.ts +24 -0
- package/src/Calendar/utils/formatDateAsNumeral.ts +10 -0
- package/src/Calendar/utils/formatDateAsText.spec.ts +41 -0
- package/src/Calendar/utils/formatDateAsText.ts +19 -0
- package/src/Calendar/utils/index.ts +11 -0
- package/src/Calendar/utils/isDisabledDate.spec.ts +51 -0
- package/src/Calendar/utils/isDisabledDate.ts +10 -0
- package/src/Calendar/utils/isInvalidDate.spec.ts +39 -0
- package/src/Calendar/utils/isInvalidDate.ts +2 -0
- package/src/Calendar/utils/isSelectingDayInCalendar.spec.tsx +20 -0
- package/src/Calendar/utils/isSelectingDayInCalendar.ts +5 -0
- package/src/Calendar/utils/isValidWeekStartsOn.ts +7 -0
- package/src/Calendar/utils/parseDateAsTextOrNumeral.spec.ts +29 -0
- package/src/Calendar/utils/parseDateAsTextOrNumeral.ts +12 -0
- package/src/Calendar/utils/parseDateFromNumeralFormatValue.spec.tsx +26 -0
- package/src/Calendar/utils/parseDateFromNumeralFormatValue.ts +10 -0
- package/src/Calendar/utils/parseDateFromTextFormatValue.spec.ts +32 -0
- package/src/Calendar/utils/parseDateFromTextFormatValue.ts +10 -0
- package/src/Calendar/utils/setFocusInCalendar.spec.tsx +55 -0
- package/src/Calendar/utils/setFocusInCalendar.ts +24 -0
- package/src/Card/Card.module.scss +38 -0
- package/src/Card/Card.tsx +59 -0
- package/src/Card/_docs/Card.mdx +32 -0
- package/src/Card/_docs/Card.stickersheet.stories.tsx +77 -0
- package/src/Card/_docs/Card.stories.tsx +66 -0
- package/src/Card/index.ts +1 -0
- package/src/Checkbox/Checkbox/Checkbox.module.scss +136 -0
- package/src/Checkbox/Checkbox/Checkbox.spec.tsx +29 -0
- package/src/Checkbox/Checkbox/Checkbox.tsx +73 -0
- package/src/Checkbox/Checkbox/_docs/Checkbox.mdx +30 -0
- package/src/Checkbox/Checkbox/_docs/Checkbox.stickersheet.stories.tsx +122 -0
- package/src/Checkbox/Checkbox/_docs/Checkbox.stories.tsx +60 -0
- package/src/Checkbox/Checkbox/index.ts +1 -0
- package/src/Checkbox/CheckboxField/CheckboxField.module.scss +46 -0
- package/src/Checkbox/CheckboxField/CheckboxField.tsx +68 -0
- package/src/Checkbox/CheckboxField/_docs/CheckboxField.mdx +36 -0
- package/src/Checkbox/CheckboxField/_docs/CheckboxField.stickersheet.stories.tsx +119 -0
- package/src/Checkbox/CheckboxField/_docs/CheckboxField.stories.tsx +64 -0
- package/src/Checkbox/CheckboxField/index.ts +1 -0
- package/src/Checkbox/CheckboxGroup/CheckboxGroup.module.scss +15 -0
- package/src/Checkbox/CheckboxGroup/CheckboxGroup.spec.tsx +16 -0
- package/src/Checkbox/CheckboxGroup/CheckboxGroup.tsx +55 -0
- package/src/Checkbox/CheckboxGroup/_docs/CheckboxGroup.mdx +42 -0
- package/src/Checkbox/CheckboxGroup/_docs/CheckboxGroup.stickersheet.stories.tsx +94 -0
- package/src/Checkbox/CheckboxGroup/_docs/CheckboxGroup.stories.tsx +101 -0
- package/src/Checkbox/CheckboxGroup/index.ts +1 -0
- package/src/Checkbox/index.ts +3 -0
- package/src/ClearButton/ClearButton.module.scss +62 -0
- package/src/ClearButton/ClearButton.tsx +30 -0
- package/src/ClearButton/_docs/ClearButton.stickersheet.stories.tsx +52 -0
- package/src/ClearButton/index.ts +1 -0
- package/src/Collapsible/Collapsible/Collapsible.module.scss +115 -0
- package/src/Collapsible/Collapsible/Collapsible.spec.tsx +115 -0
- package/src/Collapsible/Collapsible/Collapsible.tsx +160 -0
- package/src/Collapsible/Collapsible/_docs/Collapsible.mdx +45 -0
- package/src/Collapsible/Collapsible/_docs/Collapsible.stickersheet.stories.tsx +72 -0
- package/src/Collapsible/Collapsible/_docs/Collapsible.stories.tsx +117 -0
- package/src/Collapsible/Collapsible/index.ts +1 -0
- package/src/Collapsible/CollapsibleGroup/CollapsibleGroup.module.scss +10 -0
- package/src/Collapsible/CollapsibleGroup/CollapsibleGroup.spec.tsx +31 -0
- package/src/Collapsible/CollapsibleGroup/CollapsibleGroup.tsx +46 -0
- package/src/Collapsible/CollapsibleGroup/_docs/CollapsibleGroup.mdx +41 -0
- package/src/Collapsible/CollapsibleGroup/_docs/CollapsibleGroup.stickersheet.stories.tsx +75 -0
- package/src/Collapsible/CollapsibleGroup/_docs/CollapsibleGroup.stories.tsx +68 -0
- package/src/Collapsible/CollapsibleGroup/index.ts +1 -0
- package/src/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.module.scss +50 -0
- package/src/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.tsx +50 -0
- package/src/Collapsible/ExpertAdviceCollapsible/_docs/ExpertAdviceCollapsible.mdx +28 -0
- package/src/Collapsible/ExpertAdviceCollapsible/_docs/ExpertAdviceCollapsible.stickersheets.stories.tsx +55 -0
- package/src/Collapsible/ExpertAdviceCollapsible/_docs/ExpertAdviceCollapsible.stories.tsx +32 -0
- package/src/Collapsible/ExpertAdviceCollapsible/index.ts +1 -0
- package/src/Collapsible/index.ts +3 -0
- package/src/Collapsible/types.ts +3 -0
- package/src/Container/Container.module.scss +13 -0
- package/src/Container/Container.tsx +23 -0
- package/src/Container/_docs/Container.mdx +32 -0
- package/src/Container/_docs/Container.stories.tsx +65 -0
- package/src/Container/index.ts +1 -0
- package/src/Content/Content.module.scss +12 -0
- package/src/Content/Content.tsx +52 -0
- package/src/Content/_docs/Content.mdx +31 -0
- package/src/Content/_docs/Content.stories.tsx +63 -0
- package/src/Content/_variables.scss +3 -0
- package/src/Content/index.ts +1 -0
- package/src/DateInput/DateInput/DateInput.module.scss +9 -0
- package/src/DateInput/DateInput/DateInput.tsx +48 -0
- package/src/DateInput/DateInput/index.ts +1 -0
- package/src/DateInput/DateInputDescription/DateInputDescription.module.scss +19 -0
- package/src/DateInput/DateInputDescription/DateInputDescription.spec.tsx +43 -0
- package/src/DateInput/DateInputDescription/DateInputDescription.tsx +51 -0
- package/src/DateInput/DateInputDescription/index.ts +1 -0
- package/src/DateInput/DateInputDescription/utils/formatDescriptionInputFormat.spec.ts +12 -0
- package/src/DateInput/DateInputDescription/utils/formatDescriptionInputFormat.ts +2 -0
- package/src/DateInput/DateInputWithIconButton/DateInputWithIconButton.module.scss +52 -0
- package/src/DateInput/DateInputWithIconButton/DateInputWithIconButton.spec.tsx +96 -0
- package/src/DateInput/DateInputWithIconButton/DateInputWithIconButton.tsx +57 -0
- package/src/DateInput/DateInputWithIconButton/index.ts +1 -0
- package/src/DateInput/index.ts +3 -0
- package/src/DatePicker/DatePicker.module.scss +9 -0
- package/src/DatePicker/DatePicker.spec.tsx +483 -0
- package/src/DatePicker/DatePicker.tsx +324 -0
- package/src/DatePicker/_docs/DatePicker.mdx +77 -0
- package/src/DatePicker/_docs/DatePicker.stickersheet.stories.tsx +201 -0
- package/src/DatePicker/_docs/DatePicker.stories.tsx +251 -0
- package/src/DatePicker/_docs/controls/datePickerLocaleControls.ts +8 -0
- package/src/DatePicker/_docs/controls/disabledDayMatchersControls.ts +96 -0
- package/src/DatePicker/index.ts +2 -0
- package/src/DatePicker/subcomponents/DateInputField/DateInputField.module.scss +5 -0
- package/src/DatePicker/subcomponents/DateInputField/DateInputField.spec.tsx +134 -0
- package/src/DatePicker/subcomponents/DateInputField/DateInputField.tsx +87 -0
- package/src/DatePicker/subcomponents/DateInputField/index.ts +1 -0
- package/src/DatePicker/types.ts +12 -0
- package/src/DatePicker/utils/getLocale.spec.ts +8 -0
- package/src/DatePicker/utils/getLocale.ts +16 -0
- package/src/DatePicker/utils/validateDate.spec.ts +122 -0
- package/src/DatePicker/utils/validateDate.ts +78 -0
- package/src/DateRangePicker/DateRangePicker.module.scss +124 -0
- package/src/DateRangePicker/DateRangePicker.spec.tsx +75 -0
- package/src/DateRangePicker/DateRangePicker.tsx +197 -0
- package/src/DateRangePicker/_docs/DateRangePicker.mdx +30 -0
- package/src/DateRangePicker/_docs/DateRangePicker.stickersheet.stories.tsx +130 -0
- package/src/DateRangePicker/_docs/DateRangePicker.stories.tsx +58 -0
- package/src/DateRangePicker/index.ts +2 -0
- package/src/DateRangePicker/utils/formatDateRangeValue.spec.ts +35 -0
- package/src/DateRangePicker/utils/formatDateRangeValue.ts +36 -0
- package/src/Divider/Divider.module.scss +37 -0
- package/src/Divider/Divider.tsx +33 -0
- package/src/Divider/_docs/Divider.mdx +32 -0
- package/src/Divider/_docs/Divider.stickersheet.stories.tsx +46 -0
- package/src/Divider/_docs/Divider.stories.tsx +61 -0
- package/src/Divider/index.ts +1 -0
- package/src/EmptyState/EmptyState.module.scss +157 -0
- package/src/EmptyState/EmptyState.spec.tsx +48 -0
- package/src/EmptyState/EmptyState.tsx +108 -0
- package/src/EmptyState/_docs/EmptyState.mdx +28 -0
- package/src/EmptyState/_docs/EmptyState.stickersheet.stories.tsx +162 -0
- package/src/EmptyState/_docs/EmptyState.stories.module.scss +15 -0
- package/src/EmptyState/_docs/EmptyState.stories.tsx +52 -0
- package/src/EmptyState/_mixins.scss +44 -0
- package/src/EmptyState/illustrations/action.png +0 -0
- package/src/EmptyState/illustrations/informative.png +0 -0
- package/src/EmptyState/illustrations/negative.png +0 -0
- package/src/EmptyState/illustrations/neutral.png +0 -0
- package/src/EmptyState/illustrations/positive.png +0 -0
- package/src/EmptyState/index.ts +1 -0
- package/src/ErrorPage/ErrorPage.module.scss +5 -0
- package/src/ErrorPage/ErrorPage.tsx +95 -0
- package/src/ErrorPage/_docs/ErrorPage.stickersheet.stories.tsx +90 -0
- package/src/ErrorPage/_docs/ErrorPage.stories.tsx +45 -0
- package/src/ErrorPage/hooks/index.ts +1 -0
- package/src/ErrorPage/hooks/useErrorMessages.ts +162 -0
- package/src/ErrorPage/index.ts +1 -0
- package/src/FieldGroup/FieldGroup.module.scss +10 -0
- package/src/FieldGroup/FieldGroup.tsx +29 -0
- package/src/FieldGroup/_docs/FieldGroup.mdx +41 -0
- package/src/FieldGroup/_docs/FieldGroup.stickersheet.stories.tsx +70 -0
- package/src/FieldGroup/_docs/FieldGroup.stories.tsx +86 -0
- package/src/FieldGroup/index.ts +1 -0
- package/src/FieldMessage/FieldMessage.module.scss +74 -0
- package/src/FieldMessage/FieldMessage.spec.tsx +64 -0
- package/src/FieldMessage/FieldMessage.tsx +76 -0
- package/src/FieldMessage/_docs/FieldMessage.mdx +63 -0
- package/src/FieldMessage/_docs/FieldMessage.stickersheet.stories.tsx +63 -0
- package/src/FieldMessage/_docs/FieldMessage.stories.tsx +83 -0
- package/src/FieldMessage/index.ts +1 -0
- package/src/Filter/Filter/Filter.spec.tsx +61 -0
- package/src/Filter/Filter/Filter.tsx +71 -0
- package/src/Filter/Filter/_docs/Filter.mdx +103 -0
- package/src/Filter/Filter/_docs/Filter.stickersheet.stories.tsx +69 -0
- package/src/Filter/Filter/_docs/Filter.stories.tsx +56 -0
- package/src/Filter/Filter/index.ts +3 -0
- package/src/Filter/Filter/subcomponents/FilterContents/FilterContents.module.scss +5 -0
- package/src/Filter/Filter/subcomponents/FilterContents/FilterContents.tsx +23 -0
- package/src/Filter/Filter/subcomponents/FilterContents/index.ts +1 -0
- package/src/Filter/Filter/subcomponents/FilterPopover/FilterPopover.module.scss +11 -0
- package/src/Filter/Filter/subcomponents/FilterPopover/FilterPopover.tsx +57 -0
- package/src/Filter/Filter/subcomponents/FilterPopover/index.ts +1 -0
- package/src/Filter/Filter/types.ts +3 -0
- package/src/Filter/FilterBar/FilterBar.module.scss +19 -0
- package/src/Filter/FilterBar/FilterBar.spec.tsx +965 -0
- package/src/Filter/FilterBar/FilterBar.tsx +54 -0
- package/src/Filter/FilterBar/_docs/FilterBar.mdx +388 -0
- package/src/Filter/FilterBar/_docs/FilterBar.stickersheet.stories.tsx +194 -0
- package/src/Filter/FilterBar/_docs/FilterBar.stories.tsx +759 -0
- package/src/Filter/FilterBar/context/FilterBarContext.tsx +151 -0
- package/src/Filter/FilterBar/context/reducer/filterBarStateReducer.spec.ts +86 -0
- package/src/Filter/FilterBar/context/reducer/filterBarStateReducer.ts +50 -0
- package/src/Filter/FilterBar/context/reducer/setupFilterBarState.spec.tsx +68 -0
- package/src/Filter/FilterBar/context/reducer/setupFilterBarState.ts +42 -0
- package/src/Filter/FilterBar/context/reducer/updateSingleFilter.spec.ts +64 -0
- package/src/Filter/FilterBar/context/reducer/updateSingleFilter.ts +15 -0
- package/src/Filter/FilterBar/context/reducer/updateValues.spec.ts +168 -0
- package/src/Filter/FilterBar/context/reducer/updateValues.ts +16 -0
- package/src/Filter/FilterBar/context/types.ts +39 -0
- package/src/Filter/FilterBar/context/utils/checkShouldUpdateValues.spec.ts +70 -0
- package/src/Filter/FilterBar/context/utils/checkShouldUpdateValues.ts +22 -0
- package/src/Filter/FilterBar/context/utils/getInactiveFilters.spec.ts +68 -0
- package/src/Filter/FilterBar/context/utils/getInactiveFilters.ts +10 -0
- package/src/Filter/FilterBar/context/utils/getIsUsableWhenArgs.spec.ts +51 -0
- package/src/Filter/FilterBar/context/utils/getIsUsableWhenArgs.ts +20 -0
- package/src/Filter/FilterBar/context/utils/getMappedFilters.spec.tsx +32 -0
- package/src/Filter/FilterBar/context/utils/getMappedFilters.ts +10 -0
- package/src/Filter/FilterBar/context/utils/getValidValue.spec.ts +32 -0
- package/src/Filter/FilterBar/context/utils/getValidValue.ts +8 -0
- package/src/Filter/FilterBar/context/utils/updateDependentFilters.spec.ts +189 -0
- package/src/Filter/FilterBar/context/utils/updateDependentFilters.ts +38 -0
- package/src/Filter/FilterBar/index.ts +4 -0
- package/src/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.spec.tsx +84 -0
- package/src/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.tsx +35 -0
- package/src/Filter/FilterBar/subcomponents/AddFiltersMenu/index.ts +1 -0
- package/src/Filter/FilterBar/subcomponents/ClearAllButton/ClearAllButton.module.scss +3 -0
- package/src/Filter/FilterBar/subcomponents/ClearAllButton/ClearAllButton.tsx +20 -0
- package/src/Filter/FilterBar/subcomponents/ClearAllButton/index.ts +1 -0
- package/src/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.spec.tsx +65 -0
- package/src/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.tsx +32 -0
- package/src/Filter/FilterBar/subcomponents/FilterBarButton/index.ts +1 -0
- package/src/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.spec.tsx +168 -0
- package/src/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.tsx +62 -0
- package/src/Filter/FilterBar/subcomponents/FilterBarDatePicker/index.ts +1 -0
- package/src/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.spec.tsx +183 -0
- package/src/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.tsx +63 -0
- package/src/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/index.ts +1 -0
- package/src/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.spec.tsx +297 -0
- package/src/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.tsx +116 -0
- package/src/Filter/FilterBar/subcomponents/FilterBarMultiSelect/index.ts +1 -0
- package/src/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.spec.tsx +249 -0
- package/src/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.tsx +72 -0
- package/src/Filter/FilterBar/subcomponents/FilterBarSelect/index.ts +1 -0
- package/src/Filter/FilterBar/subcomponents/index.ts +4 -0
- package/src/Filter/FilterBar/types.ts +42 -0
- package/src/Filter/FilterBar/utils/checkArraysMatch.spec.ts +18 -0
- package/src/Filter/FilterBar/utils/checkArraysMatch.ts +4 -0
- package/src/Filter/FilterButton/FilterButton/FilterButton.module.scss +22 -0
- package/src/Filter/FilterButton/FilterButton/FilterButton.spec.tsx +42 -0
- package/src/Filter/FilterButton/FilterButton/FilterButton.tsx +58 -0
- package/src/Filter/FilterButton/FilterButton/index.ts +1 -0
- package/src/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.spec.tsx +84 -0
- package/src/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.tsx +47 -0
- package/src/Filter/FilterButton/FilterButtonRemovable/index.ts +1 -0
- package/src/Filter/FilterButton/_docs/FilterButton.stories.tsx +58 -0
- package/src/Filter/FilterButton/_docs/FilterButtonRemovable.stories.tsx +46 -0
- package/src/Filter/FilterButton/_docs/filter-buttons.mdx +46 -0
- package/src/Filter/FilterButton/_docs/filter-buttons.stickersheet.stories.tsx +102 -0
- package/src/Filter/FilterButton/index.ts +2 -0
- package/src/Filter/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.module.scss +57 -0
- package/src/Filter/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.tsx +24 -0
- package/src/Filter/FilterButton/subcomponents/FilterButtonBase/_variables.scss +7 -0
- package/src/Filter/FilterButton/subcomponents/FilterButtonBase/index.ts +1 -0
- package/src/Filter/FilterDatePicker/FilterDatePicker.spec.stories.tsx +74 -0
- package/src/Filter/FilterDatePicker/FilterDatePicker.spec.tsx +251 -0
- package/src/Filter/FilterDatePicker/FilterDatePicker.tsx +56 -0
- package/src/Filter/FilterDatePicker/_docs/FilterDatePicker.mdx +45 -0
- package/src/Filter/FilterDatePicker/_docs/FilterDatePicker.stickersheet.stories.tsx +132 -0
- package/src/Filter/FilterDatePicker/_docs/FilterDatePicker.stories.tsx +341 -0
- package/src/Filter/FilterDatePicker/_docs/controls/disabledDaysControls.ts +42 -0
- package/src/Filter/FilterDatePicker/_docs/controls/validationControls.ts +82 -0
- package/src/Filter/FilterDatePicker/hooks/useDateInputHandlers.spec.ts +355 -0
- package/src/Filter/FilterDatePicker/hooks/useDateInputHandlers.ts +99 -0
- package/src/Filter/FilterDatePicker/hooks/useDateValidation.spec.tsx +81 -0
- package/src/Filter/FilterDatePicker/hooks/useDateValidation.ts +58 -0
- package/src/Filter/FilterDatePicker/index.ts +6 -0
- package/src/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.module.scss +3 -0
- package/src/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.tsx +93 -0
- package/src/Filter/FilterDatePicker/subcomponents/DateInputField/index.ts +1 -0
- package/src/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.module.scss +7 -0
- package/src/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.spec.tsx +337 -0
- package/src/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.tsx +206 -0
- package/src/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.tsx +54 -0
- package/src/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/index.ts +1 -0
- package/src/Filter/FilterDatePicker/types.ts +17 -0
- package/src/Filter/FilterDatePicker/utils/getDateValidationHandler.spec.tsx +90 -0
- package/src/Filter/FilterDatePicker/utils/getDateValidationHandler.tsx +41 -0
- package/src/Filter/FilterDatePicker/utils/transformDateToInputValue.ts +7 -0
- package/src/Filter/FilterDatePicker/utils/validateDate.spec.ts +128 -0
- package/src/Filter/FilterDatePicker/utils/validateDate.ts +27 -0
- package/src/Filter/FilterDateRangePicker/FilterDateRangePicker.spec.tsx +122 -0
- package/src/Filter/FilterDateRangePicker/FilterDateRangePicker.tsx +65 -0
- package/src/Filter/FilterDateRangePicker/_docs/FilterDateRangePicker.mdx +49 -0
- package/src/Filter/FilterDateRangePicker/_docs/FilterDateRangePicker.stickersheet.stories.tsx +193 -0
- package/src/Filter/FilterDateRangePicker/_docs/FilterDateRangePicker.stories.tsx +448 -0
- package/src/Filter/FilterDateRangePicker/_docs/controls/disabledDaysControls.ts +42 -0
- package/src/Filter/FilterDateRangePicker/_docs/controls/validationControls.ts +82 -0
- package/src/Filter/FilterDateRangePicker/index.ts +2 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.module.scss +6 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.tsx +26 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/index.ts +1 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.module.scss +45 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.spec.tsx +116 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.tsx +147 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/index.ts +1 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.module.scss +6 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.spec.tsx +91 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.tsx +83 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/index.ts +1 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.module.scss +9 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.spec.tsx +701 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.tsx +323 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.tsx +77 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.spec.tsx +68 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.ts +71 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.spec.tsx +35 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.ts +36 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/index.ts +1 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/types.ts +6 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/isValidRange.spec.ts +51 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/isValidRange.ts +7 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.spec.ts +105 -0
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.ts +53 -0
- package/src/Filter/FilterDateRangePicker/utils/isCompleteDateRange.spec.ts +23 -0
- package/src/Filter/FilterDateRangePicker/utils/isCompleteDateRange.ts +6 -0
- package/src/Filter/FilterMultiSelect/FilterMultiSelect.spec.tsx +215 -0
- package/src/Filter/FilterMultiSelect/FilterMultiSelect.tsx +110 -0
- package/src/Filter/FilterMultiSelect/_docs/FilterMultiSelect.stories.scss +24 -0
- package/src/Filter/FilterMultiSelect/_docs/FilterMultiSelect.stories.tsx +574 -0
- package/src/Filter/FilterMultiSelect/_docs/MockData.ts +60 -0
- package/src/Filter/FilterMultiSelect/context/MenuTriggerProvider/MenuTriggerProvider.spec.tsx +189 -0
- package/src/Filter/FilterMultiSelect/context/MenuTriggerProvider/MenuTriggerProvider.tsx +67 -0
- package/src/Filter/FilterMultiSelect/context/MenuTriggerProvider/index.ts +1 -0
- package/src/Filter/FilterMultiSelect/context/SelectionProvider/SelectionProvider.spec.tsx +589 -0
- package/src/Filter/FilterMultiSelect/context/SelectionProvider/SelectionProvider.tsx +108 -0
- package/src/Filter/FilterMultiSelect/context/SelectionProvider/index.ts +1 -0
- package/src/Filter/FilterMultiSelect/context/index.ts +2 -0
- package/src/Filter/FilterMultiSelect/index.ts +5 -0
- package/src/Filter/FilterMultiSelect/subcomponents/ListBox/ListBox.module.scss +23 -0
- package/src/Filter/FilterMultiSelect/subcomponents/ListBox/ListBox.tsx +97 -0
- package/src/Filter/FilterMultiSelect/subcomponents/ListBox/index.ts +1 -0
- package/src/Filter/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.module.scss +18 -0
- package/src/Filter/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.spec.tsx +50 -0
- package/src/Filter/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.tsx +69 -0
- package/src/Filter/FilterMultiSelect/subcomponents/ListBoxSection/index.ts +1 -0
- package/src/Filter/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.module.scss +5 -0
- package/src/Filter/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.tsx +13 -0
- package/src/Filter/FilterMultiSelect/subcomponents/LoadMoreButton/index.ts +1 -0
- package/src/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuFooter/MenuFooter.module.scss +9 -0
- package/src/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuFooter/MenuFooter.tsx +12 -0
- package/src/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuFooter/index.ts +1 -0
- package/src/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.module.scss +10 -0
- package/src/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.tsx +32 -0
- package/src/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/index.ts +1 -0
- package/src/Filter/FilterMultiSelect/subcomponents/MenuLayout/index.ts +2 -0
- package/src/Filter/FilterMultiSelect/subcomponents/MenuPopup/MenuPopup.module.scss +26 -0
- package/src/Filter/FilterMultiSelect/subcomponents/MenuPopup/MenuPopup.tsx +61 -0
- package/src/Filter/FilterMultiSelect/subcomponents/MenuPopup/index.ts +1 -0
- package/src/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.module.scss +113 -0
- package/src/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.spec.tsx +100 -0
- package/src/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.tsx +67 -0
- package/src/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/index.ts +1 -0
- package/src/Filter/FilterMultiSelect/subcomponents/NoResults/NoResults.module.scss +3 -0
- package/src/Filter/FilterMultiSelect/subcomponents/NoResults/NoResults.tsx +20 -0
- package/src/Filter/FilterMultiSelect/subcomponents/NoResults/index.ts +1 -0
- package/src/Filter/FilterMultiSelect/subcomponents/SearchInput/SearchInput.module.scss +6 -0
- package/src/Filter/FilterMultiSelect/subcomponents/SearchInput/SearchInput.spec.tsx +52 -0
- package/src/Filter/FilterMultiSelect/subcomponents/SearchInput/SearchInput.tsx +44 -0
- package/src/Filter/FilterMultiSelect/subcomponents/SearchInput/index.ts +1 -0
- package/src/Filter/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.module.scss +3 -0
- package/src/Filter/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.tsx +9 -0
- package/src/Filter/FilterMultiSelect/subcomponents/SectionDivider/index.ts +1 -0
- package/src/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.spec.tsx +69 -0
- package/src/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.tsx +43 -0
- package/src/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/index.ts +1 -0
- package/src/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/SelectAllButton/SelectAllButton.spec.tsx +113 -0
- package/src/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/SelectAllButton/SelectAllButton.tsx +41 -0
- package/src/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/SelectAllButton/index.ts +1 -0
- package/src/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/SelectionControlButton.module.scss +71 -0
- package/src/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/index.ts +2 -0
- package/src/Filter/FilterMultiSelect/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.tsx +42 -0
- package/src/Filter/FilterMultiSelect/subcomponents/Trigger/FilterTriggerButton/index.ts +1 -0
- package/src/Filter/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.tsx +42 -0
- package/src/Filter/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/index.ts +1 -0
- package/src/Filter/FilterMultiSelect/subcomponents/Trigger/index.ts +2 -0
- package/src/Filter/FilterMultiSelect/subcomponents/index.ts +12 -0
- package/src/Filter/FilterMultiSelect/types.ts +10 -0
- package/src/Filter/FilterMultiSelect/utils/getSelectedOptionKeys.spec.ts +51 -0
- package/src/Filter/FilterMultiSelect/utils/getSelectedOptionKeys.ts +17 -0
- package/src/Filter/FilterMultiSelect/utils/getSelectedOptionLabels.spec.ts +51 -0
- package/src/Filter/FilterMultiSelect/utils/getSelectedOptionLabels.ts +19 -0
- package/src/Filter/FilterMultiSelect/utils/getTruncatedLabel.ts +19 -0
- package/src/Filter/FilterMultiSelect/utils/getTruncatedLabels.spec.ts +52 -0
- package/src/Filter/FilterMultiSelect/utils/index.ts +3 -0
- package/src/Filter/FilterSelect/FilterSelect.module.scss +10 -0
- package/src/Filter/FilterSelect/FilterSelect.spec.tsx +216 -0
- package/src/Filter/FilterSelect/FilterSelect.tsx +116 -0
- package/src/Filter/FilterSelect/_docs/FilterSelect.mdx +38 -0
- package/src/Filter/FilterSelect/_docs/FilterSelect.stickersheet.stories.tsx +348 -0
- package/src/Filter/FilterSelect/_docs/FilterSelect.stories.tsx +104 -0
- package/src/Filter/FilterSelect/_docs/mockData.ts +94 -0
- package/src/Filter/FilterSelect/index.ts +2 -0
- package/src/Filter/FilterSelect/types.ts +3 -0
- package/src/Filter/_docs/controls/renderTriggerControls.tsx +30 -0
- package/src/Filter/index.ts +7 -0
- package/src/GuidanceBlock/GuidanceBlock.module.scss +370 -0
- package/src/GuidanceBlock/GuidanceBlock.spec.tsx +82 -0
- package/src/GuidanceBlock/GuidanceBlock.tsx +258 -0
- package/src/GuidanceBlock/_docs/GuidanceBlock.mdx +43 -0
- package/src/GuidanceBlock/_docs/GuidanceBlock.stickersheet.stories.tsx +120 -0
- package/src/GuidanceBlock/_docs/GuidanceBlock.stories.tsx +154 -0
- package/src/GuidanceBlock/index.ts +1 -0
- package/src/GuidanceBlock/types.ts +11 -0
- package/src/Heading/Heading.module.scss +104 -0
- package/src/Heading/Heading.spec.tsx +82 -0
- package/src/Heading/Heading.tsx +101 -0
- package/src/Heading/__snapshots__/Heading.spec.tsx.snap +85 -0
- package/src/Heading/_docs/Heading.mdx +38 -0
- package/src/Heading/_docs/Heading.stickersheet.stories.tsx +158 -0
- package/src/Heading/_docs/Heading.stories.tsx +36 -0
- package/src/Heading/index.ts +1 -0
- package/src/Icon/AcademyIcon.tsx +21 -0
- package/src/Icon/ActionOffIcon.tsx +21 -0
- package/src/Icon/ActionOffWhiteIcon.tsx +27 -0
- package/src/Icon/ActionOnIcon.tsx +21 -0
- package/src/Icon/AddIcon.tsx +21 -0
- package/src/Icon/AddLinkIcon.tsx +17 -0
- package/src/Icon/AddWhiteIcon.tsx +27 -0
- package/src/Icon/AiIcon.tsx +17 -0
- package/src/Icon/ArchivedIcon.tsx +21 -0
- package/src/Icon/ArchivedWhiteIcon.tsx +27 -0
- package/src/Icon/ArrowBackwardIcon.tsx +21 -0
- package/src/Icon/ArrowDownIcon.tsx +21 -0
- package/src/Icon/ArrowForwardIcon.tsx +21 -0
- package/src/Icon/ArrowLeftIcon.tsx +21 -0
- package/src/Icon/ArrowRightIcon.tsx +21 -0
- package/src/Icon/ArrowUpIcon.tsx +21 -0
- package/src/Icon/BlankIcon.tsx +21 -0
- package/src/Icon/BoldIcon.tsx +17 -0
- package/src/Icon/BookmarkOffIcon.tsx +17 -0
- package/src/Icon/BookmarkOnIcon.tsx +17 -0
- package/src/Icon/BranchingIcon.tsx +21 -0
- package/src/Icon/BullettedListIcon.tsx +17 -0
- package/src/Icon/CaMonogramIcon.tsx +21 -0
- package/src/Icon/CameraIcon.tsx +26 -0
- package/src/Icon/CautionIcon.tsx +19 -0
- package/src/Icon/CautionWhiteIcon.tsx +23 -0
- package/src/Icon/CheckIcon.tsx +21 -0
- package/src/Icon/ChevronDownIcon.tsx +21 -0
- package/src/Icon/ChevronLeftIcon.tsx +21 -0
- package/src/Icon/ChevronRightIcon.tsx +21 -0
- package/src/Icon/ChevronUpIcon.tsx +21 -0
- package/src/Icon/ClearIcon.tsx +21 -0
- package/src/Icon/ClearWhiteIcon.tsx +27 -0
- package/src/Icon/CloseIcon.tsx +19 -0
- package/src/Icon/ClosedIcon.tsx +21 -0
- package/src/Icon/ClosedWhiteIcon.tsx +27 -0
- package/src/Icon/CommentAddIcon.tsx +21 -0
- package/src/Icon/CommentAddWhiteIcon.tsx +27 -0
- package/src/Icon/CommentBankIcon.tsx +21 -0
- package/src/Icon/CommentDisabledIcon.tsx +21 -0
- package/src/Icon/CommentDisabledWhiteIcon.tsx +27 -0
- package/src/Icon/CommentIcon.tsx +21 -0
- package/src/Icon/CommentWhiteIcon.tsx +27 -0
- package/src/Icon/CommunicationsIcon.tsx +21 -0
- package/src/Icon/CompetencyLibraryIcon.tsx +24 -0
- package/src/Icon/ConfigureIcon.tsx +21 -0
- package/src/Icon/ConnectIcon.tsx +17 -0
- package/src/Icon/ConnectLineIcon.tsx +14 -0
- package/src/Icon/CustomIcon.tsx +21 -0
- package/src/Icon/DashboardIcon.tsx +26 -0
- package/src/Icon/DateEndIcon.tsx +21 -0
- package/src/Icon/DateEndWhiteIcon.tsx +25 -0
- package/src/Icon/DateRangeIcon.tsx +21 -0
- package/src/Icon/DateRangeWhiteIcon.tsx +28 -0
- package/src/Icon/DateStartIcon.tsx +21 -0
- package/src/Icon/DateStartWhiteIcon.tsx +25 -0
- package/src/Icon/DecreaseIndentIcon.tsx +17 -0
- package/src/Icon/DeltaBareIcon.tsx +21 -0
- package/src/Icon/DeltaBareWhiteIcon.tsx +21 -0
- package/src/Icon/DeltaFlatIcon.tsx +14 -0
- package/src/Icon/DeltaIcon.tsx +24 -0
- package/src/Icon/DeltaNegativeIcon.tsx +19 -0
- package/src/Icon/DeltaPositiveIcon.tsx +19 -0
- package/src/Icon/DeltaWhiteIcon.tsx +25 -0
- package/src/Icon/DemographicsIcon.tsx +21 -0
- package/src/Icon/DepartmentIcon.tsx +21 -0
- package/src/Icon/DraftIcon.tsx +21 -0
- package/src/Icon/DraftWhiteIcon.tsx +27 -0
- package/src/Icon/DragIcon.tsx +26 -0
- package/src/Icon/DuplicateIcon.tsx +21 -0
- package/src/Icon/EditIcon.tsx +21 -0
- package/src/Icon/EffectivenessIcon.tsx +21 -0
- package/src/Icon/EllipsisIcon.tsx +21 -0
- package/src/Icon/EmailIcon.tsx +21 -0
- package/src/Icon/EmptyIcon.tsx +21 -0
- package/src/Icon/EmptyWhiteIcon.tsx +23 -0
- package/src/Icon/EndIcon.tsx +17 -0
- package/src/Icon/EngagementIcon.tsx +21 -0
- package/src/Icon/EngagementWhiteIcon.tsx +27 -0
- package/src/Icon/EqualIcon.tsx +18 -0
- package/src/Icon/EqualWhiteIcon.tsx +27 -0
- package/src/Icon/ExclamationIcon.tsx +21 -0
- package/src/Icon/ExclamationOctagonIcon.tsx +21 -0
- package/src/Icon/ExclamationOctagonWhiteIcon.tsx +27 -0
- package/src/Icon/ExclamationWhiteIcon.tsx +21 -0
- package/src/Icon/ExperienceIcon.tsx +21 -0
- package/src/Icon/ExportIcon.tsx +21 -0
- package/src/Icon/ExportWhiteIcon.tsx +27 -0
- package/src/Icon/ExternalLinkIcon.tsx +21 -0
- package/src/Icon/FaceDissatisfiedIcon.tsx +21 -0
- package/src/Icon/FaceDissatisfiedWhiteIcon.tsx +27 -0
- package/src/Icon/FaceNeutralIcon.tsx +21 -0
- package/src/Icon/FaceNeutralWhiteIcon.tsx +36 -0
- package/src/Icon/FaceSatisfiedIcon.tsx +21 -0
- package/src/Icon/FaceSatisfiedWhiteIcon.tsx +31 -0
- package/src/Icon/FaceVeryDissatisfiedIcon.tsx +21 -0
- package/src/Icon/FaceVeryDissatisfiedWhiteIcon.tsx +33 -0
- package/src/Icon/FaceVerySatisfiedIcon.tsx +21 -0
- package/src/Icon/FaceVerySatisfiedWhiteIcon.tsx +31 -0
- package/src/Icon/FactorsIcon.tsx +21 -0
- package/src/Icon/FavoriteOffIcon.tsx +21 -0
- package/src/Icon/FavoriteOnIcon.tsx +21 -0
- package/src/Icon/FeedbackClassifyIcon.tsx +21 -0
- package/src/Icon/FeedbackClassifyWhiteIcon.tsx +27 -0
- package/src/Icon/FeedbackCompletedIcon.tsx +21 -0
- package/src/Icon/FeedbackCompletedWhiteIcon.tsx +27 -0
- package/src/Icon/FeedbackReportIcon.tsx +21 -0
- package/src/Icon/FeedbackReportWhiteIcon.tsx +27 -0
- package/src/Icon/FeedbackReviewIcon.tsx +21 -0
- package/src/Icon/FeedbackReviewWhiteIcon.tsx +27 -0
- package/src/Icon/FeedbackShareIcon.tsx +21 -0
- package/src/Icon/FeedbackShareWhiteIcon.tsx +27 -0
- package/src/Icon/FileIcon.tsx +21 -0
- package/src/Icon/FileWhiteIcon.tsx +27 -0
- package/src/Icon/FilterIcon.tsx +21 -0
- package/src/Icon/FlagOffIcon.tsx +21 -0
- package/src/Icon/FlagOffWhiteIcon.tsx +23 -0
- package/src/Icon/FlagOnIcon.tsx +21 -0
- package/src/Icon/FullIcon.tsx +19 -0
- package/src/Icon/GridViewIcon.tsx +21 -0
- package/src/Icon/GuidanceIcon.tsx +21 -0
- package/src/Icon/HamburgerIcon.tsx +18 -0
- package/src/Icon/HeatmapIcon.tsx +21 -0
- package/src/Icon/HeatmapWhiteIcon.tsx +27 -0
- package/src/Icon/HierarchyIcon.tsx +21 -0
- package/src/Icon/HomeIcon.tsx +21 -0
- package/src/Icon/ImportIcon.tsx +21 -0
- package/src/Icon/ImportWhiteIcon.tsx +27 -0
- package/src/Icon/IncreaseIndentIcon.tsx +17 -0
- package/src/Icon/IndicatorActiveIcon.tsx +14 -0
- package/src/Icon/IndicatorInactiveIcon.tsx +12 -0
- package/src/Icon/InformationIcon.tsx +21 -0
- package/src/Icon/InformationWhiteIcon.tsx +24 -0
- package/src/Icon/InsightIcon.tsx +26 -0
- package/src/Icon/InsightsIcon.tsx +14 -0
- package/src/Icon/InvisibleIcon.tsx +18 -0
- package/src/Icon/ItalicsIcon.tsx +17 -0
- package/src/Icon/KebabIcon.tsx +26 -0
- package/src/Icon/KioskIcon.tsx +21 -0
- package/src/Icon/KioskWhiteIcon.tsx +27 -0
- package/src/Icon/LaunchIcon.tsx +18 -0
- package/src/Icon/LaunchWhiteIcon.tsx +24 -0
- package/src/Icon/LeaderboardIcon.tsx +21 -0
- package/src/Icon/ListViewIcon.tsx +21 -0
- package/src/Icon/LiveIcon.tsx +28 -0
- package/src/Icon/LockIcon.tsx +21 -0
- package/src/Icon/LockWhiteIcon.tsx +27 -0
- package/src/Icon/LogOutIcon.tsx +21 -0
- package/src/Icon/MaximizeIcon.tsx +17 -0
- package/src/Icon/MeatballsIcon.tsx +21 -0
- package/src/Icon/MinimizeIcon.tsx +17 -0
- package/src/Icon/MinusIcon.tsx +18 -0
- package/src/Icon/NavigatorIcon.tsx +21 -0
- package/src/Icon/NotificationIcon.tsx +21 -0
- package/src/Icon/NumberedListIcon.tsx +17 -0
- package/src/Icon/NumberedListRtlIcon.tsx +17 -0
- package/src/Icon/OpenIcon.tsx +21 -0
- package/src/Icon/OpenWhiteIcon.tsx +23 -0
- package/src/Icon/OrganizationIcon.tsx +17 -0
- package/src/Icon/ParticipationIcon.tsx +26 -0
- package/src/Icon/ParticipationWhiteIcon.tsx +27 -0
- package/src/Icon/PauseIcon.tsx +21 -0
- package/src/Icon/PauseWhiteIcon.tsx +24 -0
- package/src/Icon/PercentageIcon.tsx +19 -0
- package/src/Icon/PermissionsIcon.tsx +21 -0
- package/src/Icon/PersonIcon.tsx +21 -0
- package/src/Icon/PhotoUploadIcon.tsx +17 -0
- package/src/Icon/PowerIcon.tsx +21 -0
- package/src/Icon/PrintIcon.tsx +21 -0
- package/src/Icon/PrintWhiteIcon.tsx +23 -0
- package/src/Icon/ProcessManagerIcon.tsx +21 -0
- package/src/Icon/PromotionIcon.tsx +18 -0
- package/src/Icon/PromotionWhiteIcon.tsx +27 -0
- package/src/Icon/QuestionIcon.tsx +18 -0
- package/src/Icon/QuestionWhiteIcon.tsx +27 -0
- package/src/Icon/QuestionsIcon.tsx +21 -0
- package/src/Icon/RedoIcon.tsx +21 -0
- package/src/Icon/RefreshIcon.tsx +21 -0
- package/src/Icon/RemoveLinkIcon.tsx +17 -0
- package/src/Icon/RepeatsIcon.tsx +22 -0
- package/src/Icon/ReportIcon.tsx +18 -0
- package/src/Icon/ReportSharingIcon.tsx +26 -0
- package/src/Icon/RestoreIcon.tsx +18 -0
- package/src/Icon/SaveIcon.tsx +21 -0
- package/src/Icon/SearchIcon.tsx +21 -0
- package/src/Icon/SearchWhiteIcon.tsx +27 -0
- package/src/Icon/SecurityTipIcon.tsx +17 -0
- package/src/Icon/SendIcon.tsx +21 -0
- package/src/Icon/SendRtlIcon.tsx +26 -0
- package/src/Icon/SettingsIcon.tsx +21 -0
- package/src/Icon/SettingsWhiteIcon.tsx +27 -0
- package/src/Icon/ShareIcon.tsx +21 -0
- package/src/Icon/SkipIcon.tsx +18 -0
- package/src/Icon/SkipWhiteIcon.tsx +27 -0
- package/src/Icon/SortAscendingIcon.tsx +18 -0
- package/src/Icon/SortDescendingIcon.tsx +18 -0
- package/src/Icon/SpinnerIcon.tsx +266 -0
- package/src/Icon/StarOffIcon.tsx +21 -0
- package/src/Icon/StarOnIcon.tsx +21 -0
- package/src/Icon/StartIcon.tsx +17 -0
- package/src/Icon/SubtractIcon.tsx +21 -0
- package/src/Icon/SubtractWhiteIcon.tsx +24 -0
- package/src/Icon/SuccessIcon.tsx +21 -0
- package/src/Icon/SuccessWhiteIcon.tsx +27 -0
- package/src/Icon/SupportIcon.tsx +21 -0
- package/src/Icon/SurveysIcon.tsx +21 -0
- package/src/Icon/SurveysWhiteIcon.tsx +27 -0
- package/src/Icon/SyncIcon.tsx +21 -0
- package/src/Icon/TagIcon.tsx +21 -0
- package/src/Icon/TasksIcon.tsx +21 -0
- package/src/Icon/TasksWhiteIcon.tsx +27 -0
- package/src/Icon/TemplateIcon.tsx +21 -0
- package/src/Icon/TemplateWhiteIcon.tsx +27 -0
- package/src/Icon/TextAnalyticsIcon.tsx +18 -0
- package/src/Icon/TextAnalyticsWhiteIcon.tsx +26 -0
- package/src/Icon/ThumbsDownIcon.tsx +21 -0
- package/src/Icon/ThumbsUpIcon.tsx +21 -0
- package/src/Icon/TimeIcon.tsx +18 -0
- package/src/Icon/TimeWhiteIcon.tsx +24 -0
- package/src/Icon/TranslationIcon.tsx +21 -0
- package/src/Icon/TrashIcon.tsx +21 -0
- package/src/Icon/UnattributedIcon.tsx +21 -0
- package/src/Icon/UnattributedWhiteIcon.tsx +27 -0
- package/src/Icon/UnderlineIcon.tsx +17 -0
- package/src/Icon/UndoIcon.tsx +21 -0
- package/src/Icon/UserAddIcon.tsx +21 -0
- package/src/Icon/UserDeleteIcon.tsx +21 -0
- package/src/Icon/UserExitIcon.tsx +21 -0
- package/src/Icon/UserIcon.tsx +21 -0
- package/src/Icon/UserSelectIcon.tsx +21 -0
- package/src/Icon/UserSettingsIcon.tsx +21 -0
- package/src/Icon/UserUpdateIcon.tsx +21 -0
- package/src/Icon/UsersIcon.tsx +21 -0
- package/src/Icon/VisibleIcon.tsx +21 -0
- package/src/Icon/WritingIcon.tsx +21 -0
- package/src/Icon/ZoomInIcon.tsx +17 -0
- package/src/Icon/ZoomOutIcon.tsx +17 -0
- package/src/Icon/_docs/Icon.mdx +53 -0
- package/src/Icon/_docs/Icon.stickersheet.stories.tsx +46 -0
- package/src/Icon/_docs/Icon.stories.tsx +114 -0
- package/src/Icon/_docs/icon.stories.scss +36 -0
- package/src/Icon/bin/Template.tsx +8 -0
- package/src/Icon/bin/update-icons.sh +7 -0
- package/src/Icon/bin/utils/insertSvgData.spec.ts +25 -0
- package/src/Icon/bin/utils/insertSvgData.ts +26 -0
- package/src/Icon/bin/utils/svgToComponentTitle.spec.ts +15 -0
- package/src/Icon/bin/utils/svgToComponentTitle.ts +7 -0
- package/src/Icon/bin/wrapSVGs.ts +74 -0
- package/src/Icon/index.ts +240 -0
- package/src/Icon/subcomponents/SVG/SVG.module.scss +32 -0
- package/src/Icon/subcomponents/SVG/SVG.spec.tsx +18 -0
- package/src/Icon/subcomponents/SVG/SVG.tsx +63 -0
- package/src/Icon/subcomponents/SVG/index.ts +1 -0
- package/src/Illustration/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.tsx +56 -0
- package/src/Illustration/Scene/BrandMomentCaptureIntro/_docs/BrandMomentCaptureIntro.mdx +45 -0
- package/src/Illustration/Scene/BrandMomentCaptureIntro/_docs/BrandMomentCaptureIntro.stickersheet.stories.tsx +39 -0
- package/src/Illustration/Scene/BrandMomentCaptureIntro/_docs/BrandMomentCaptureIntro.stories.tsx +43 -0
- package/src/Illustration/Scene/BrandMomentCaptureIntro/index.ts +1 -0
- package/src/Illustration/Scene/Scene.tsx +700 -0
- package/src/Illustration/Scene/_docs/Scene.mdx +26 -0
- package/src/Illustration/Scene/_docs/Scene.stickersheet.stories.tsx +258 -0
- package/src/Illustration/Scene/_docs/Scene.stories.tsx +22 -0
- package/src/Illustration/Scene/index.ts +2 -0
- package/src/Illustration/Spot/Spot.tsx +191 -0
- package/src/Illustration/Spot/_docs/Spot.mdx +47 -0
- package/src/Illustration/Spot/_docs/Spot.stickersheet.stories.tsx +781 -0
- package/src/Illustration/Spot/_docs/Spot.stories.tsx +48 -0
- package/src/Illustration/Spot/index.ts +1 -0
- package/src/Illustration/index.ts +2 -0
- package/src/Illustration/subcomponents/Base/Base.module.scss +125 -0
- package/src/Illustration/subcomponents/Base/Base.tsx +54 -0
- package/src/Illustration/subcomponents/Base/index.ts +1 -0
- package/src/Illustration/subcomponents/VideoPlayer/VideoPlayer.spec.tsx +178 -0
- package/src/Illustration/subcomponents/VideoPlayer/VideoPlayer.tsx +193 -0
- package/src/Illustration/subcomponents/VideoPlayer/index.ts +1 -0
- package/src/Illustration/utils/canPlayWebm.ts +19 -0
- package/src/Illustration/utils/usePausePlay.spec.tsx +86 -0
- package/src/Illustration/utils/usePausePlay.tsx +34 -0
- package/src/Input/Input/Input.module.scss +359 -0
- package/src/Input/Input/Input.tsx +72 -0
- package/src/Input/Input/_docs/Input.mdx +41 -0
- package/src/Input/Input/_docs/Input.stickersheet.stories.tsx +126 -0
- package/src/Input/Input/_docs/Input.stories.tsx +118 -0
- package/src/Input/Input/index.ts +2 -0
- package/src/Input/Input/types.ts +2 -0
- package/src/Input/InputRange/InputRange.module.scss +170 -0
- package/src/Input/InputRange/InputRange.spec.tsx +39 -0
- package/src/Input/InputRange/InputRange.tsx +104 -0
- package/src/Input/InputRange/_docs/InputRange.mdx +36 -0
- package/src/Input/InputRange/_docs/InputRange.stickersheet.stories.tsx +68 -0
- package/src/Input/InputRange/_docs/InputRange.stories.tsx +67 -0
- package/src/Input/InputRange/index.ts +1 -0
- package/src/Input/InputSearch/InputSearch.module.scss +226 -0
- package/src/Input/InputSearch/InputSearch.spec.tsx +50 -0
- package/src/Input/InputSearch/InputSearch.tsx +88 -0
- package/src/Input/InputSearch/_docs/InputSearch.mdx +50 -0
- package/src/Input/InputSearch/_docs/InputSearch.stickersheet.stories.tsx +209 -0
- package/src/Input/InputSearch/_docs/InputSearch.stories.tsx +78 -0
- package/src/Input/InputSearch/index.ts +1 -0
- package/src/Input/index.ts +3 -0
- package/src/KaizenProvider/KaizenProvider.spec.tsx +29 -0
- package/src/KaizenProvider/KaizenProvider.tsx +22 -0
- package/src/KaizenProvider/_docs/KaizenProvider.mdx +51 -0
- package/src/KaizenProvider/_docs/code-diffs/migration-bonus.diff +12 -0
- package/src/KaizenProvider/_docs/code-diffs/migration-fe-template-bonus.diff +17 -0
- package/src/KaizenProvider/_docs/code-diffs/migration-fe-template-to-v1.diff +20 -0
- package/src/KaizenProvider/_docs/code-diffs/migration-to-v1.diff +14 -0
- package/src/KaizenProvider/_docs/internationalization-in-kaizen.mdx +62 -0
- package/src/KaizenProvider/index.ts +1 -0
- package/src/KaizenProvider/subcomponents/FontDefinitions/FontDefinitions.tsx +41 -0
- package/src/KaizenProvider/subcomponents/FontDefinitions/index.ts +1 -0
- package/src/KaizenProvider/subcomponents/OptionalIntlProvider/OptionalIntlProvider.spec.tsx +39 -0
- package/src/KaizenProvider/subcomponents/OptionalIntlProvider/OptionalIntlProvider.tsx +19 -0
- package/src/KaizenProvider/subcomponents/OptionalIntlProvider/index.ts +1 -0
- package/src/Label/Label.module.scss +120 -0
- package/src/Label/Label.tsx +52 -0
- package/src/Label/_docs/Label.mdx +59 -0
- package/src/Label/_docs/Label.stickersheet.stories.tsx +214 -0
- package/src/Label/_docs/Label.stories.tsx +116 -0
- package/src/Label/index.ts +1 -0
- package/src/Label/types.ts +3 -0
- package/src/LabelledMessage/LabelledMessage.module.scss +10 -0
- package/src/LabelledMessage/LabelledMessage.tsx +27 -0
- package/src/LabelledMessage/_docs/LabelledMessage.stickersheet.stories.tsx +38 -0
- package/src/LabelledMessage/_docs/LabelledMessage.stories.tsx +42 -0
- package/src/LabelledMessage/index.ts +1 -0
- package/src/LikertScaleLegacy/LikertScaleLegacy.module.scss +369 -0
- package/src/LikertScaleLegacy/LikertScaleLegacy.spec.tsx +63 -0
- package/src/LikertScaleLegacy/LikertScaleLegacy.tsx +202 -0
- package/src/LikertScaleLegacy/_docs/LikertScaleLegacy.mdx +28 -0
- package/src/LikertScaleLegacy/_docs/LikertScaleLegacy.stickersheet.stories.tsx +139 -0
- package/src/LikertScaleLegacy/_docs/LikertScaleLegacy.stories.tsx +90 -0
- package/src/LikertScaleLegacy/index.ts +1 -0
- package/src/LikertScaleLegacy/types.ts +8 -0
- package/src/LikertScaleLegacy/utils/determineSelectionFromKeyPress.ts +71 -0
- package/src/Loading/LoadingGraphic/LoadingGraphic.module.scss +17 -0
- package/src/Loading/LoadingGraphic/LoadingGraphic.tsx +56 -0
- package/src/Loading/LoadingGraphic/_docs/LoadingGraphic.mdx +40 -0
- package/src/Loading/LoadingGraphic/_docs/LoadingGraphic.stickersheet.stories.tsx +56 -0
- package/src/Loading/LoadingGraphic/_docs/LoadingGraphic.stories.tsx +98 -0
- package/src/Loading/LoadingGraphic/index.ts +1 -0
- package/src/Loading/LoadingHeading/LoadingHeading.module.scss +74 -0
- package/src/Loading/LoadingHeading/LoadingHeading.tsx +45 -0
- package/src/Loading/LoadingHeading/_docs/LoadingHeading.mdx +45 -0
- package/src/Loading/LoadingHeading/_docs/LoadingHeading.stickersheet.stories.tsx +65 -0
- package/src/Loading/LoadingHeading/_docs/LoadingHeading.stories.tsx +75 -0
- package/src/Loading/LoadingHeading/index.ts +1 -0
- package/src/Loading/LoadingInput/LoadingInput.module.scss +16 -0
- package/src/Loading/LoadingInput/LoadingInput.tsx +43 -0
- package/src/Loading/LoadingInput/_docs/LoadingInput.mdx +41 -0
- package/src/Loading/LoadingInput/_docs/LoadingInput.stories.tsx +56 -0
- package/src/Loading/LoadingInput/index.ts +1 -0
- package/src/Loading/LoadingParagraph/LoadingParagraph.module.scss +50 -0
- package/src/Loading/LoadingParagraph/LoadingParagraph.tsx +53 -0
- package/src/Loading/LoadingParagraph/_docs/LoadingParagraph.mdx +42 -0
- package/src/Loading/LoadingParagraph/_docs/LoadingParagraph.stickersheet.stories.tsx +56 -0
- package/src/Loading/LoadingParagraph/_docs/LoadingParagraph.stories.tsx +68 -0
- package/src/Loading/LoadingParagraph/index.ts +1 -0
- package/src/Loading/LoadingSpinner/LoadingSpinner.module.scss +16 -0
- package/src/Loading/LoadingSpinner/LoadingSpinner.tsx +84 -0
- package/src/Loading/LoadingSpinner/_docs/LoadingSpinner.mdx +52 -0
- package/src/Loading/LoadingSpinner/_docs/LoadingSpinner.stickersheet.stories.tsx +40 -0
- package/src/Loading/LoadingSpinner/_docs/LoadingSpinner.stories.tsx +45 -0
- package/src/Loading/LoadingSpinner/index.ts +1 -0
- package/src/Loading/_mixins.scss +28 -0
- package/src/Loading/index.ts +5 -0
- package/src/Menu/Menu.spec.tsx +63 -0
- package/src/Menu/Menu.tsx +77 -0
- package/src/Menu/_docs/Menu.mdx +32 -0
- package/src/Menu/_docs/Menu.stickersheet.stories.tsx +80 -0
- package/src/Menu/_docs/Menu.stories.tsx +57 -0
- package/src/Menu/_docs/MenuContentExample.tsx +100 -0
- package/src/Menu/_docs/examples.tsx +42 -0
- package/src/Menu/index.ts +5 -0
- package/src/Menu/subcomponents/MenuDropdown/MenuDropdown.module.scss +28 -0
- package/src/Menu/subcomponents/MenuDropdown/MenuDropdown.tsx +128 -0
- package/src/Menu/subcomponents/MenuDropdown/index.ts +1 -0
- package/src/Menu/subcomponents/MenuHeading/MenuHeading.module.scss +11 -0
- package/src/Menu/subcomponents/MenuHeading/MenuHeading.tsx +24 -0
- package/src/Menu/subcomponents/MenuHeading/index.ts +1 -0
- package/src/Menu/subcomponents/MenuItem/MenuItem.module.scss +106 -0
- package/src/Menu/subcomponents/MenuItem/MenuItem.tsx +98 -0
- package/src/Menu/subcomponents/MenuItem/index.ts +1 -0
- package/src/Menu/subcomponents/MenuList/MenuList.module.scss +18 -0
- package/src/Menu/subcomponents/MenuList/MenuList.spec.tsx +44 -0
- package/src/Menu/subcomponents/MenuList/MenuList.tsx +29 -0
- package/src/Menu/subcomponents/MenuList/index.ts +1 -0
- package/src/Menu/subcomponents/StatelessMenu/StatelessMenu.module.scss +3 -0
- package/src/Menu/subcomponents/StatelessMenu/StatelessMenu.tsx +126 -0
- package/src/Menu/subcomponents/StatelessMenu/index.ts +1 -0
- package/src/Modal/ConfirmationModal/ConfirmationModal.module.scss +172 -0
- package/src/Modal/ConfirmationModal/ConfirmationModal.spec.tsx +83 -0
- package/src/Modal/ConfirmationModal/ConfirmationModal.tsx +185 -0
- package/src/Modal/ConfirmationModal/_docs/ConfirmationModal.mdx +45 -0
- package/src/Modal/ConfirmationModal/_docs/ConfirmationModal.stories.tsx +113 -0
- package/src/Modal/ConfirmationModal/index.ts +1 -0
- package/src/Modal/ContextModal/ContextModal.module.scss +106 -0
- package/src/Modal/ContextModal/ContextModal.spec.tsx +60 -0
- package/src/Modal/ContextModal/ContextModal.tsx +149 -0
- package/src/Modal/ContextModal/_docs/ContextModal.mdx +42 -0
- package/src/Modal/ContextModal/_docs/ContextModal.stories.tsx +147 -0
- package/src/Modal/ContextModal/index.ts +1 -0
- package/src/Modal/GenericModal/GenericModal.module.scss +114 -0
- package/src/Modal/GenericModal/GenericModal.spec.tsx +100 -0
- package/src/Modal/GenericModal/GenericModal.tsx +173 -0
- package/src/Modal/GenericModal/_docs/GenericModal.mdx +30 -0
- package/src/Modal/GenericModal/_docs/GenericModal.stories.tsx +48 -0
- package/src/Modal/GenericModal/context/ModalContext.ts +11 -0
- package/src/Modal/GenericModal/index.ts +7 -0
- package/src/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.module.scss +3 -0
- package/src/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.tsx +21 -0
- package/src/Modal/GenericModal/subcomponents/ModalAccessibleDescription/index.ts +1 -0
- package/src/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.module.scss +51 -0
- package/src/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.tsx +31 -0
- package/src/Modal/GenericModal/subcomponents/ModalAccessibleLabel/index.ts +1 -0
- package/src/Modal/GenericModal/subcomponents/ModalBody/ModalBody.module.scss +7 -0
- package/src/Modal/GenericModal/subcomponents/ModalBody/ModalBody.tsx +17 -0
- package/src/Modal/GenericModal/subcomponents/ModalBody/index.ts +1 -0
- package/src/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.module.scss +75 -0
- package/src/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.tsx +67 -0
- package/src/Modal/GenericModal/subcomponents/ModalFooter/index.ts +1 -0
- package/src/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.module.scss +24 -0
- package/src/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.tsx +33 -0
- package/src/Modal/GenericModal/subcomponents/ModalHeader/index.ts +1 -0
- package/src/Modal/InputEditModal/InputEditModal.module.scss +56 -0
- package/src/Modal/InputEditModal/InputEditModal.spec.tsx +74 -0
- package/src/Modal/InputEditModal/InputEditModal.tsx +118 -0
- package/src/Modal/InputEditModal/_docs/InputEditModal.mdx +46 -0
- package/src/Modal/InputEditModal/_docs/InputEditModal.stories.tsx +126 -0
- package/src/Modal/InputEditModal/index.ts +1 -0
- package/src/Modal/index.ts +4 -0
- package/src/Modal/util/console.ts +15 -0
- package/src/MultiSelect/MultiSelect.module.scss +9 -0
- package/src/MultiSelect/MultiSelect.spec.tsx +333 -0
- package/src/MultiSelect/MultiSelect.tsx +130 -0
- package/src/MultiSelect/_docs/MultiSelect.mdx +66 -0
- package/src/MultiSelect/_docs/MultiSelect.stickersheet.stories.tsx +110 -0
- package/src/MultiSelect/_docs/MultiSelect.stories.tsx +152 -0
- package/src/MultiSelect/index.ts +1 -0
- package/src/MultiSelect/subcomponents/Checkbox/Checkbox.module.scss +78 -0
- package/src/MultiSelect/subcomponents/Checkbox/Checkbox.spec.tsx +76 -0
- package/src/MultiSelect/subcomponents/Checkbox/Checkbox.tsx +79 -0
- package/src/MultiSelect/subcomponents/Checkbox/_docs/Checkbox.stickersheet.stories.tsx +68 -0
- package/src/MultiSelect/subcomponents/Checkbox/_docs/Checkbox.stories.tsx +61 -0
- package/src/MultiSelect/subcomponents/Checkbox/index.ts +1 -0
- package/src/MultiSelect/subcomponents/MultiSelectOptionField/MultiSelectOptionField.module.scss +71 -0
- package/src/MultiSelect/subcomponents/MultiSelectOptionField/MultiSelectOptionField.spec.tsx +86 -0
- package/src/MultiSelect/subcomponents/MultiSelectOptionField/MultiSelectOptionField.tsx +42 -0
- package/src/MultiSelect/subcomponents/MultiSelectOptionField/_docs/MultiSelectOptionField.stickersheet.stories.tsx +114 -0
- package/src/MultiSelect/subcomponents/MultiSelectOptionField/_docs/MultiSelectOptionField.stories.tsx +62 -0
- package/src/MultiSelect/subcomponents/MultiSelectOptionField/index.ts +1 -0
- package/src/MultiSelect/subcomponents/MultiSelectOptions/MultiSelectOptions.module.scss +9 -0
- package/src/MultiSelect/subcomponents/MultiSelectOptions/MultiSelectOptions.spec.tsx +123 -0
- package/src/MultiSelect/subcomponents/MultiSelectOptions/MultiSelectOptions.tsx +70 -0
- package/src/MultiSelect/subcomponents/MultiSelectOptions/_docs/MultiSelectOptions.stickersheet.stories.tsx +75 -0
- package/src/MultiSelect/subcomponents/MultiSelectOptions/_docs/MultiSelectOptions.stories.tsx +59 -0
- package/src/MultiSelect/subcomponents/MultiSelectOptions/index.ts +1 -0
- package/src/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.module.scss +80 -0
- package/src/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.spec.tsx +111 -0
- package/src/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.tsx +114 -0
- package/src/MultiSelect/subcomponents/MultiSelectToggle/_docs/MultiSelectToggle.stickersheet.stories.tsx +172 -0
- package/src/MultiSelect/subcomponents/MultiSelectToggle/index.ts +1 -0
- package/src/MultiSelect/subcomponents/Popover/Popover.module.scss +11 -0
- package/src/MultiSelect/subcomponents/Popover/Popover.spec.tsx +59 -0
- package/src/MultiSelect/subcomponents/Popover/Popover.tsx +79 -0
- package/src/MultiSelect/subcomponents/Popover/_docs/Popover.stickersheet.stories.tsx +215 -0
- package/src/MultiSelect/subcomponents/Popover/_docs/Popover.stories.tsx +81 -0
- package/src/MultiSelect/subcomponents/Popover/index.ts +2 -0
- package/src/MultiSelect/types.ts +5 -0
- package/src/Notification/GlobalNotification/GlobalNotification.spec.tsx +26 -0
- package/src/Notification/GlobalNotification/GlobalNotification.tsx +24 -0
- package/src/Notification/GlobalNotification/_docs/GlobalNotification.mdx +36 -0
- package/src/Notification/GlobalNotification/_docs/GlobalNotification.stickersheet.stories.tsx +110 -0
- package/src/Notification/GlobalNotification/_docs/GlobalNotification.stories.tsx +47 -0
- package/src/Notification/GlobalNotification/index.ts +1 -0
- package/src/Notification/InlineNotification/InlineNotification.spec.tsx +25 -0
- package/src/Notification/InlineNotification/InlineNotification.tsx +44 -0
- package/src/Notification/InlineNotification/_docs/InlineNotification.mdx +45 -0
- package/src/Notification/InlineNotification/_docs/InlineNotification.stickersheet.stories.tsx +185 -0
- package/src/Notification/InlineNotification/_docs/InlineNotification.stories.tsx +77 -0
- package/src/Notification/InlineNotification/index.ts +1 -0
- package/src/Notification/ToastNotification/ToastNotification.spec.tsx +31 -0
- package/src/Notification/ToastNotification/ToastNotification.tsx +43 -0
- package/src/Notification/ToastNotification/_docs/ToastNotification.mdx +67 -0
- package/src/Notification/ToastNotification/_docs/ToastNotification.stickersheet.stories.tsx +98 -0
- package/src/Notification/ToastNotification/_docs/ToastNotification.stories.tsx +142 -0
- package/src/Notification/ToastNotification/index.ts +3 -0
- package/src/Notification/ToastNotification/subcomponents/ToastNotificationManager/ToastNotificationManager.spec.tsx +144 -0
- package/src/Notification/ToastNotification/subcomponents/ToastNotificationManager/ToastNotificationManager.tsx +135 -0
- package/src/Notification/ToastNotification/subcomponents/ToastNotificationManager/index.ts +1 -0
- package/src/Notification/ToastNotification/subcomponents/ToastNotificationsList/ToastNotificationsList.module.scss +26 -0
- package/src/Notification/ToastNotification/subcomponents/ToastNotificationsList/ToastNotificationsList.tsx +40 -0
- package/src/Notification/ToastNotification/subcomponents/ToastNotificationsList/index.ts +1 -0
- package/src/Notification/ToastNotification/subcomponents/ToastNotificationsListContainer/ToastNotificationsListContainer.spec.tsx +73 -0
- package/src/Notification/ToastNotification/subcomponents/ToastNotificationsListContainer/ToastNotificationsListContainer.tsx +31 -0
- package/src/Notification/ToastNotification/subcomponents/ToastNotificationsListContainer/index.ts +1 -0
- package/src/Notification/ToastNotification/types.ts +32 -0
- package/src/Notification/index.ts +2 -0
- package/src/Notification/subcomponents/CancelButton/CancelButton.tsx +21 -0
- package/src/Notification/subcomponents/CancelButton/index.ts +1 -0
- package/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss +125 -0
- package/src/Notification/subcomponents/GenericNotification/GenericNotification.spec.tsx +76 -0
- package/src/Notification/subcomponents/GenericNotification/GenericNotification.tsx +103 -0
- package/src/Notification/subcomponents/GenericNotification/_mixins.scss +399 -0
- package/src/Notification/subcomponents/GenericNotification/index.ts +1 -0
- package/src/Notification/subcomponents/NotificationHeading/NotificationHeading.tsx +43 -0
- package/src/Notification/subcomponents/NotificationHeading/index.ts +1 -0
- package/src/Notification/subcomponents/NotificationIcon/NotificationIcon.tsx +32 -0
- package/src/Notification/subcomponents/NotificationIcon/index.ts +1 -0
- package/src/Notification/types.ts +6 -0
- package/src/Pagination/Pagination.module.scss +65 -0
- package/src/Pagination/Pagination.spec.tsx +30 -0
- package/src/Pagination/Pagination.tsx +163 -0
- package/src/Pagination/_docs/Pagination.mdx +28 -0
- package/src/Pagination/_docs/Pagination.stickersheet.stories.tsx +109 -0
- package/src/Pagination/_docs/Pagination.stories.tsx +31 -0
- package/src/Pagination/index.ts +3 -0
- package/src/Pagination/subcomponents/DirectionalLink/DirectionalLink.module.scss +24 -0
- package/src/Pagination/subcomponents/DirectionalLink/DirectionalLink.tsx +41 -0
- package/src/Pagination/subcomponents/DirectionalLink/_docs/DirectionalLink.mdx +28 -0
- package/src/Pagination/subcomponents/DirectionalLink/_docs/DirectionalLink.stickersheet.stories.tsx +111 -0
- package/src/Pagination/subcomponents/DirectionalLink/_docs/DirectionalLink.stories.tsx +25 -0
- package/src/Pagination/subcomponents/DirectionalLink/index.ts +1 -0
- package/src/Pagination/subcomponents/PaginationLink/PaginationLink.module.scss +89 -0
- package/src/Pagination/subcomponents/PaginationLink/PaginationLink.tsx +27 -0
- package/src/Pagination/subcomponents/PaginationLink/_docs/PaginationLink.mdx +29 -0
- package/src/Pagination/subcomponents/PaginationLink/_docs/PaginationLink.stickersheet.stories.tsx +102 -0
- package/src/Pagination/subcomponents/PaginationLink/_docs/PaginationLink.stories.tsx +25 -0
- package/src/Pagination/subcomponents/PaginationLink/index.ts +1 -0
- package/src/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.module.scss +12 -0
- package/src/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.tsx +12 -0
- package/src/Pagination/subcomponents/TruncateIndicator/index.ts +1 -0
- package/src/Pagination/utils/createRange.spec.ts +9 -0
- package/src/Pagination/utils/createRange.ts +9 -0
- package/src/Popover/Popover.module.scss +262 -0
- package/src/Popover/Popover.tsx +214 -0
- package/src/Popover/_docs/Popover.mdx +54 -0
- package/src/Popover/_docs/Popover.stickersheet.stories.tsx +99 -0
- package/src/Popover/_docs/Popover.stories.tsx +92 -0
- package/src/Popover/index.ts +1 -0
- package/src/Popover/types.ts +21 -0
- package/src/Popover/utils/classMappers.tsx +83 -0
- package/src/ProgressBar/ProgressBar.module.scss +88 -0
- package/src/ProgressBar/ProgressBar.spec.tsx +25 -0
- package/src/ProgressBar/ProgressBar.tsx +74 -0
- package/src/ProgressBar/_docs/ProgressBar.mdx +56 -0
- package/src/ProgressBar/_docs/ProgressBar.stickersheet.stories.tsx +101 -0
- package/src/ProgressBar/_docs/ProgressBar.stories.tsx +90 -0
- package/src/ProgressBar/index.ts +1 -0
- package/src/ProgressBar/subcomponents/Label/Label.module.scss +8 -0
- package/src/ProgressBar/subcomponents/Label/Label.tsx +18 -0
- package/src/ProgressBar/subcomponents/Label/index.ts +1 -0
- package/src/ProgressBar/utils/calculatePercentage.spec.ts +9 -0
- package/src/ProgressBar/utils/calculatePercentage.ts +7 -0
- package/src/Radio/Radio/Radio.module.scss +93 -0
- package/src/Radio/Radio/Radio.tsx +65 -0
- package/src/Radio/Radio/_docs/Radio.mdx +29 -0
- package/src/Radio/Radio/_docs/Radio.stickersheet.stories.tsx +107 -0
- package/src/Radio/Radio/_docs/Radio.stories.tsx +39 -0
- package/src/Radio/Radio/index.ts +1 -0
- package/src/Radio/RadioField/RadioField.module.scss +49 -0
- package/src/Radio/RadioField/RadioField.tsx +64 -0
- package/src/Radio/RadioField/_docs/RadioField.mdx +28 -0
- package/src/Radio/RadioField/_docs/RadioField.stickersheet.stories.tsx +101 -0
- package/src/Radio/RadioField/_docs/RadioField.stories.tsx +46 -0
- package/src/Radio/RadioField/index.ts +1 -0
- package/src/Radio/RadioGroup/RadioGroup.module.scss +27 -0
- package/src/Radio/RadioGroup/RadioGroup.spec.tsx +32 -0
- package/src/Radio/RadioGroup/RadioGroup.tsx +57 -0
- package/src/Radio/RadioGroup/_docs/RadioGroup.mdx +28 -0
- package/src/Radio/RadioGroup/_docs/RadioGroup.stickersheet.stories.tsx +128 -0
- package/src/Radio/RadioGroup/_docs/RadioGroup.stories.tsx +63 -0
- package/src/Radio/RadioGroup/index.ts +1 -0
- package/src/Radio/index.ts +3 -0
- package/src/RichTextEditor/EditableRichTextContent/EditableRichTextContent.module.scss +26 -0
- package/src/RichTextEditor/EditableRichTextContent/EditableRichTextContent.spec.tsx +35 -0
- package/src/RichTextEditor/EditableRichTextContent/EditableRichTextContent.tsx +60 -0
- package/src/RichTextEditor/EditableRichTextContent/_docs/EditableRichTextContent.mdx +54 -0
- package/src/RichTextEditor/EditableRichTextContent/_docs/EditableRichTextContent.stories.tsx +92 -0
- package/src/RichTextEditor/EditableRichTextContent/_docs/dummyContent.json +158 -0
- package/src/RichTextEditor/EditableRichTextContent/index.ts +1 -0
- package/src/RichTextEditor/RichTextContent/RichTextContent.module.scss +5 -0
- package/src/RichTextEditor/RichTextContent/RichTextContent.tsx +41 -0
- package/src/RichTextEditor/RichTextContent/_docs/RichTextContent.mdx +26 -0
- package/src/RichTextEditor/RichTextContent/_docs/RichTextContent.stories.tsx +24 -0
- package/src/RichTextEditor/RichTextContent/_docs/dummyContent.json +158 -0
- package/src/RichTextEditor/RichTextContent/index.ts +1 -0
- package/src/RichTextEditor/RichTextEditor/RichTextEditor.module.scss +103 -0
- package/src/RichTextEditor/RichTextEditor/RichTextEditor.spec.stories.tsx +150 -0
- package/src/RichTextEditor/RichTextEditor/RichTextEditor.spec.tsx +167 -0
- package/src/RichTextEditor/RichTextEditor/RichTextEditor.tsx +240 -0
- package/src/RichTextEditor/RichTextEditor/_docs/RichTextEditor.mdx +51 -0
- package/src/RichTextEditor/RichTextEditor/_docs/RichTextEditor.stories.tsx +138 -0
- package/src/RichTextEditor/RichTextEditor/index.ts +4 -0
- package/src/RichTextEditor/RichTextEditor/schema.ts +77 -0
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.module.scss +128 -0
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.tsx +62 -0
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/_docs/ToggleIconButton.mdx +26 -0
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/_docs/ToggleIconButton.stickersheet.stories.tsx +84 -0
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/_docs/ToggleIconButton.stories.tsx +30 -0
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/index.ts +1 -0
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/types.ts +9 -0
- package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.module.scss +6 -0
- package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.spec.tsx +84 -0
- package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.tsx +113 -0
- package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/_docs/Toolbar.mdx +26 -0
- package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/_docs/Toolbar.stories.tsx +76 -0
- package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/index.ts +1 -0
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToolbarSection/ToolbarSection.module.scss +15 -0
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToolbarSection/ToolbarSection.tsx +12 -0
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToolbarSection/index.ts +1 -0
- package/src/RichTextEditor/RichTextEditor/utils/controlmap.tsx +298 -0
- package/src/RichTextEditor/RichTextEditor/utils/inputrules.ts +22 -0
- package/src/RichTextEditor/RichTextEditor/utils/keymap.ts +101 -0
- package/src/RichTextEditor/_mixins.scss +83 -0
- package/src/RichTextEditor/constants.ts +10 -0
- package/src/RichTextEditor/index.ts +9 -0
- package/src/RichTextEditor/types.ts +39 -0
- package/src/RichTextEditor/utils/commands/addMark.spec.ts +59 -0
- package/src/RichTextEditor/utils/commands/addMark.ts +19 -0
- package/src/RichTextEditor/utils/commands/fixtures/data.json +102 -0
- package/src/RichTextEditor/utils/commands/fixtures/helpers.ts +148 -0
- package/src/RichTextEditor/utils/commands/fixtures/test-state.ts +39 -0
- package/src/RichTextEditor/utils/commands/getMarkAttrs.spec.ts +58 -0
- package/src/RichTextEditor/utils/commands/getMarkAttrs.ts +23 -0
- package/src/RichTextEditor/utils/commands/getMarkRange.spec.ts +87 -0
- package/src/RichTextEditor/utils/commands/getMarkRange.ts +48 -0
- package/src/RichTextEditor/utils/commands/index.ts +9 -0
- package/src/RichTextEditor/utils/commands/listIsActive.spec.ts +57 -0
- package/src/RichTextEditor/utils/commands/listIsActive.ts +16 -0
- package/src/RichTextEditor/utils/commands/markContainsSelection.spec.ts +80 -0
- package/src/RichTextEditor/utils/commands/markContainsSelection.ts +22 -0
- package/src/RichTextEditor/utils/commands/markIsActive.spec.ts +87 -0
- package/src/RichTextEditor/utils/commands/markIsActive.ts +12 -0
- package/src/RichTextEditor/utils/commands/removeMark.spec.ts +88 -0
- package/src/RichTextEditor/utils/commands/removeMark.ts +32 -0
- package/src/RichTextEditor/utils/commands/updateMark.spec.ts +92 -0
- package/src/RichTextEditor/utils/commands/updateMark.ts +32 -0
- package/src/RichTextEditor/utils/commands/validateAndRemoveMarks.spec.ts +34 -0
- package/src/RichTextEditor/utils/commands/validateAndRemoveMarks.ts +55 -0
- package/src/RichTextEditor/utils/core/createRichTextEditor.spec.ts +235 -0
- package/src/RichTextEditor/utils/core/createRichTextEditor.ts +68 -0
- package/src/RichTextEditor/utils/core/fixtures/testState.ts +42 -0
- package/src/RichTextEditor/utils/core/hooks/useRichTextEditor.spec.tsx +156 -0
- package/src/RichTextEditor/utils/core/hooks/useRichTextEditor.ts +102 -0
- package/src/RichTextEditor/utils/core/index.ts +5 -0
- package/src/RichTextEditor/utils/core/inputrules.ts +20 -0
- package/src/RichTextEditor/utils/core/state.spec.ts +44 -0
- package/src/RichTextEditor/utils/core/state.ts +30 -0
- package/src/RichTextEditor/utils/core/types.ts +35 -0
- package/src/RichTextEditor/utils/plugins/LinkManager/LinkManager.tsx +179 -0
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkEditor/LinkEditor.tsx +76 -0
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkEditor/index.ts +1 -0
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkModal/LinkModal.tsx +65 -0
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkModal/index.ts +1 -0
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.module.scss +28 -0
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.tsx +60 -0
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/Positioner.tsx +47 -0
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/index.ts +1 -0
- package/src/RichTextEditor/utils/plugins/LinkManager/components/index.ts +3 -0
- package/src/RichTextEditor/utils/plugins/LinkManager/createReactTooltipWrapper.tsx +67 -0
- package/src/RichTextEditor/utils/plugins/LinkManager/index.ts +2 -0
- package/src/RichTextEditor/utils/plugins/LinkManager/types.ts +17 -0
- package/src/RichTextEditor/utils/plugins/LinkManager/validation.ts +19 -0
- package/src/RichTextEditor/utils/plugins/index.ts +1 -0
- package/src/RichTextEditor/utils/prosemirror/index.ts +7 -0
- package/src/RichTextEditor/utils/schema/index.ts +2 -0
- package/src/RichTextEditor/utils/schema/marks.ts +58 -0
- package/src/RichTextEditor/utils/schema/nodes.ts +39 -0
- package/src/SearchField/SearchField.module.scss +6 -0
- package/src/SearchField/SearchField.tsx +54 -0
- package/src/SearchField/_docs/SearchField.mdx +40 -0
- package/src/SearchField/_docs/SearchField.stickersheet.stories.tsx +109 -0
- package/src/SearchField/_docs/SearchField.stories.tsx +66 -0
- package/src/SearchField/index.ts +1 -0
- package/src/Select/Select.module.scss +398 -0
- package/src/Select/Select.tsx +255 -0
- package/src/Select/_docs/Select.mdx +46 -0
- package/src/Select/_docs/Select.stickersheet.stories.tsx +195 -0
- package/src/Select/_docs/Select.stories.tsx +115 -0
- package/src/Select/index.ts +2 -0
- package/src/Skirt/Skirt.module.scss +32 -0
- package/src/Skirt/Skirt.tsx +76 -0
- package/src/Skirt/_docs/Skirt.mdx +28 -0
- package/src/Skirt/_docs/Skirt.stories.tsx +50 -0
- package/src/Skirt/index.ts +2 -0
- package/src/Skirt/subcomponents/SkirtCard/SkirtCard.module.scss +17 -0
- package/src/Skirt/subcomponents/SkirtCard/SkirtCard.tsx +18 -0
- package/src/Skirt/subcomponents/SkirtCard/index.ts +1 -0
- package/src/Slider/Slider.module.scss +42 -0
- package/src/Slider/Slider.spec.tsx +48 -0
- package/src/Slider/Slider.tsx +81 -0
- package/src/Slider/_docs/Slider.mdx +42 -0
- package/src/Slider/_docs/Slider.stickersheet.stories.tsx +128 -0
- package/src/Slider/_docs/Slider.stories.tsx +56 -0
- package/src/Slider/index.ts +1 -0
- package/src/SplitButton/SplitButton.module.scss +4 -0
- package/src/SplitButton/SplitButton.spec.tsx +52 -0
- package/src/SplitButton/SplitButton.tsx +88 -0
- package/src/SplitButton/_docs/SplitButton.mdx +45 -0
- package/src/SplitButton/_docs/SplitButton.stickersheet.stories.tsx +143 -0
- package/src/SplitButton/_docs/SplitButton.stories.tsx +71 -0
- package/src/SplitButton/index.ts +1 -0
- package/src/SplitButton/subcomponents/ActionButton/ActionButton.module.scss +8 -0
- package/src/SplitButton/subcomponents/ActionButton/ActionButton.tsx +18 -0
- package/src/SplitButton/subcomponents/ActionButton/index.ts +1 -0
- package/src/SplitButton/subcomponents/BaseButton/BaseButton.module.scss +85 -0
- package/src/SplitButton/subcomponents/BaseButton/BaseButton.spec.tsx +40 -0
- package/src/SplitButton/subcomponents/BaseButton/BaseButton.tsx +61 -0
- package/src/SplitButton/subcomponents/BaseButton/index.ts +1 -0
- package/src/SplitButton/subcomponents/DropdownButton/DropdownButton.module.scss +23 -0
- package/src/SplitButton/subcomponents/DropdownButton/DropdownButton.spec.tsx +22 -0
- package/src/SplitButton/subcomponents/DropdownButton/DropdownButton.tsx +22 -0
- package/src/SplitButton/subcomponents/DropdownButton/index.ts +1 -0
- package/src/Table/Table.module.scss +245 -0
- package/src/Table/Table.spec.tsx +70 -0
- package/src/Table/Table.tsx +409 -0
- package/src/Table/_docs/Table.mdx +57 -0
- package/src/Table/_docs/Table.stories.tsx +312 -0
- package/src/Table/index.ts +1 -0
- package/src/Tabs/Tabs.tsx +44 -0
- package/src/Tabs/_docs/Tabs.mdx +43 -0
- package/src/Tabs/_docs/Tabs.stories.tsx +84 -0
- package/src/Tabs/index.ts +2 -0
- package/src/Tabs/subcomponents/Tab.module.scss +103 -0
- package/src/Tabs/subcomponents/Tab.tsx +85 -0
- package/src/Tabs/subcomponents/TabList.module.scss +11 -0
- package/src/Tabs/subcomponents/TabList.tsx +38 -0
- package/src/Tabs/subcomponents/TabPanel.module.scss +15 -0
- package/src/Tabs/subcomponents/TabPanel.tsx +23 -0
- package/src/Tabs/subcomponents/TabPanels.tsx +15 -0
- package/src/Tabs/subcomponents/index.ts +5 -0
- package/src/Tag/Tag.module.scss +303 -0
- package/src/Tag/Tag.tsx +187 -0
- package/src/Tag/_docs/Tag.mdx +77 -0
- package/src/Tag/_docs/Tag.stickersheet.stories.tsx +115 -0
- package/src/Tag/_docs/Tag.stories.tsx +162 -0
- package/src/Tag/index.ts +1 -0
- package/src/Tag/types.ts +27 -0
- package/src/Text/Text.module.scss +70 -0
- package/src/Text/Text.spec.tsx +107 -0
- package/src/Text/Text.tsx +70 -0
- package/src/Text/__snapshots__/Text.spec.tsx.snap +49 -0
- package/src/Text/_docs/Text.mdx +35 -0
- package/src/Text/_docs/Text.stickersheet.stories.tsx +98 -0
- package/src/Text/_docs/Text.stories.tsx +28 -0
- package/src/Text/index.ts +1 -0
- package/src/TextArea/TextArea.module.scss +137 -0
- package/src/TextArea/TextArea.spec.tsx +34 -0
- package/src/TextArea/TextArea.tsx +101 -0
- package/src/TextArea/_docs/TextArea.mdx +51 -0
- package/src/TextArea/_docs/TextArea.stickersheet.stories.tsx +86 -0
- package/src/TextArea/_docs/TextArea.stories.tsx +34 -0
- package/src/TextArea/index.ts +1 -0
- package/src/TextAreaField/TextAreaField.module.scss +20 -0
- package/src/TextAreaField/TextAreaField.spec.tsx +25 -0
- package/src/TextAreaField/TextAreaField.tsx +109 -0
- package/src/TextAreaField/_docs/TextAreaField.mdx +47 -0
- package/src/TextAreaField/_docs/TextAreaField.stickersheet.stories.tsx +140 -0
- package/src/TextAreaField/_docs/TextAreaField.stories.tsx +88 -0
- package/src/TextAreaField/index.ts +1 -0
- package/src/TextField/TextField.module.scss +49 -0
- package/src/TextField/TextField.spec.tsx +81 -0
- package/src/TextField/TextField.tsx +130 -0
- package/src/TextField/_docs/TextField.mdx +48 -0
- package/src/TextField/_docs/TextField.stickersheet.stories.tsx +111 -0
- package/src/TextField/_docs/TextField.stories.tsx +99 -0
- package/src/TextField/index.ts +1 -0
- package/src/Tile/InformationTile/InformationTile.tsx +14 -0
- package/src/Tile/InformationTile/_docs/InformationTile.mdx +36 -0
- package/src/Tile/InformationTile/_docs/InformationTile.stickersheet.stories.tsx +41 -0
- package/src/Tile/InformationTile/_docs/InformationTile.stories.tsx +44 -0
- package/src/Tile/InformationTile/index.ts +1 -0
- package/src/Tile/MultiActionTile/MultiActionTile.module.scss +3 -0
- package/src/Tile/MultiActionTile/MultiActionTile.tsx +47 -0
- package/src/Tile/MultiActionTile/_docs/MultiActionTile.mdx +39 -0
- package/src/Tile/MultiActionTile/_docs/MultiActionTile.stickersheet.stories.tsx +46 -0
- package/src/Tile/MultiActionTile/_docs/MultiActionTile.stories.tsx +54 -0
- package/src/Tile/MultiActionTile/index.ts +1 -0
- package/src/Tile/TileGrid/TileGrid.module.scss +23 -0
- package/src/Tile/TileGrid/TileGrid.tsx +35 -0
- package/src/Tile/TileGrid/_docs/TileGrid.mdx +27 -0
- package/src/Tile/TileGrid/_docs/TileGrid.stickersheet.stories.tsx +126 -0
- package/src/Tile/TileGrid/_docs/TileGrid.stories.tsx +47 -0
- package/src/Tile/TileGrid/index.ts +1 -0
- package/src/Tile/index.ts +3 -0
- package/src/Tile/subcomponents/GenericTile/Action.tsx +41 -0
- package/src/Tile/subcomponents/GenericTile/GenericTile.module.scss +134 -0
- package/src/Tile/subcomponents/GenericTile/GenericTile.spec.stories.tsx +31 -0
- package/src/Tile/subcomponents/GenericTile/GenericTile.tsx +173 -0
- package/src/Tile/subcomponents/GenericTile/_docs/GenericTile.stickersheet.stories.tsx +41 -0
- package/src/Tile/subcomponents/GenericTile/_variables.scss +2 -0
- package/src/Tile/subcomponents/GenericTile/index.ts +1 -0
- package/src/Tile/subcomponents/GenericTile/types.ts +10 -0
- package/src/TimeField/TimeField.module.scss +70 -0
- package/src/TimeField/TimeField.spec.tsx +182 -0
- package/src/TimeField/TimeField.tsx +137 -0
- package/src/TimeField/_docs/TimeField.mdx +32 -0
- package/src/TimeField/_docs/TimeField.stickersheet.stories.tsx +147 -0
- package/src/TimeField/_docs/TimeField.stories.tsx +44 -0
- package/src/TimeField/index.ts +1 -0
- package/src/TimeField/subcomponents/TimeSegment/TimeSegment.module.scss +43 -0
- package/src/TimeField/subcomponents/TimeSegment/TimeSegment.tsx +44 -0
- package/src/TimeField/subcomponents/TimeSegment/index.ts +1 -0
- package/src/TimeField/subcomponents/TimeSegment/utils/generateSegmentDisplayText.spec.ts +36 -0
- package/src/TimeField/subcomponents/TimeSegment/utils/generateSegmentDisplayText.ts +4 -0
- package/src/TimeField/types.ts +18 -0
- package/src/TitleBlockZen/TitleBlockZen.module.scss +725 -0
- package/src/TitleBlockZen/TitleBlockZen.spec.tsx +1158 -0
- package/src/TitleBlockZen/TitleBlockZen.tsx +437 -0
- package/src/TitleBlockZen/_docs/TitleBlockZen.mdx +79 -0
- package/src/TitleBlockZen/_docs/TitleBlockZen.stories.tsx +174 -0
- package/src/TitleBlockZen/_mixins.scss +37 -0
- package/src/TitleBlockZen/_variables.scss +10 -0
- package/src/TitleBlockZen/index.ts +2 -0
- package/src/TitleBlockZen/subcomponents/MainActions.module.scss +16 -0
- package/src/TitleBlockZen/subcomponents/MainActions.tsx +193 -0
- package/src/TitleBlockZen/subcomponents/MobileActions.module.scss +206 -0
- package/src/TitleBlockZen/subcomponents/MobileActions.spec.tsx +139 -0
- package/src/TitleBlockZen/subcomponents/MobileActions.tsx +506 -0
- package/src/TitleBlockZen/subcomponents/NavigationTabs.module.scss +109 -0
- package/src/TitleBlockZen/subcomponents/NavigationTabs.spec.tsx +61 -0
- package/src/TitleBlockZen/subcomponents/NavigationTabs.tsx +57 -0
- package/src/TitleBlockZen/subcomponents/SecondaryActions.tsx +130 -0
- package/src/TitleBlockZen/subcomponents/TitleBlockMenuItem.module.scss +108 -0
- package/src/TitleBlockZen/subcomponents/TitleBlockMenuItem.tsx +42 -0
- package/src/TitleBlockZen/subcomponents/Toolbar.module.scss +44 -0
- package/src/TitleBlockZen/subcomponents/Toolbar.tsx +46 -0
- package/src/TitleBlockZen/types.ts +209 -0
- package/src/TitleBlockZen/utils.ts +83 -0
- package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss +141 -0
- package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.spec.tsx +35 -0
- package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.tsx +49 -0
- package/src/ToggleSwitch/ToggleSwitch/_docs/ToggleSwitch.mdx +30 -0
- package/src/ToggleSwitch/ToggleSwitch/_docs/ToggleSwitch.stickersheet.stories.tsx +90 -0
- package/src/ToggleSwitch/ToggleSwitch/_docs/ToggleSwitch.stories.tsx +39 -0
- package/src/ToggleSwitch/ToggleSwitch/index.ts +1 -0
- package/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss +15 -0
- package/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.tsx +73 -0
- package/src/ToggleSwitch/ToggleSwitchField/_docs/ToggleSwitchField.mdx +31 -0
- package/src/ToggleSwitch/ToggleSwitchField/_docs/ToggleSwitchField.stickersheet.stories.tsx +103 -0
- package/src/ToggleSwitch/ToggleSwitchField/_docs/ToggleSwitchField.stories.tsx +29 -0
- package/src/ToggleSwitch/ToggleSwitchField/index.ts +1 -0
- package/src/ToggleSwitch/index.ts +2 -0
- package/src/Tooltip/Tooltip.module.scss +188 -0
- package/src/Tooltip/Tooltip.spec.tsx +86 -0
- package/src/Tooltip/Tooltip.tsx +258 -0
- package/src/Tooltip/_docs/Tooltip.mdx +68 -0
- package/src/Tooltip/_docs/Tooltip.stickersheet.stories.tsx +147 -0
- package/src/Tooltip/_docs/Tooltip.stories.tsx +145 -0
- package/src/Tooltip/_variables.scss +3 -0
- package/src/Tooltip/index.ts +1 -0
- package/src/Tooltip/subcomponents/AppearanceAnim.spec.tsx +39 -0
- package/src/Tooltip/subcomponents/AppearanceAnim.tsx +85 -0
- package/src/Tooltip/utils/isSemanticElement.spec.tsx +67 -0
- package/src/Tooltip/utils/isSemanticElement.tsx +35 -0
- package/src/VisuallyHidden/VisuallyHidden.module.scss +9 -0
- package/src/VisuallyHidden/VisuallyHidden.spec.tsx +16 -0
- package/src/VisuallyHidden/VisuallyHidden.tsx +20 -0
- package/src/VisuallyHidden/_docs/VisuallyHidden.mdx +40 -0
- package/src/VisuallyHidden/_docs/VisuallyHidden.stories.tsx +31 -0
- package/src/VisuallyHidden/index.ts +1 -0
- package/src/Well/Well.module.scss +71 -0
- package/src/Well/Well.tsx +40 -0
- package/src/Well/_docs/Well.mdx +39 -0
- package/src/Well/_docs/Well.stickersheet.stories.tsx +74 -0
- package/src/Well/_docs/Well.stories.tsx +91 -0
- package/src/Well/index.ts +1 -0
- package/src/Well/types.ts +15 -0
- package/src/Workflow/Workflow.tsx +55 -0
- package/src/Workflow/_docs/ProgressStepper.stories.tsx +105 -0
- package/src/Workflow/_docs/Workflow.mdx +174 -0
- package/src/Workflow/_docs/Workflow.stories.tsx +176 -0
- package/src/Workflow/_docs/WorkflowFooter.stories.tsx +105 -0
- package/src/Workflow/_docs/WorkflowHeader.stories.tsx +82 -0
- package/src/Workflow/_docs/controls/controls.tsx +77 -0
- package/src/Workflow/_docs/controls/index.tsx +1 -0
- package/src/Workflow/index.ts +1 -0
- package/src/Workflow/subcomponents/Footer/Footer.tsx +37 -0
- package/src/Workflow/subcomponents/Footer/components/FooterActions/FooterActions.module.scss +15 -0
- package/src/Workflow/subcomponents/Footer/components/FooterActions/FooterActions.tsx +28 -0
- package/src/Workflow/subcomponents/Footer/components/FooterActions/index.ts +1 -0
- package/src/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.module.scss +105 -0
- package/src/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.tsx +136 -0
- package/src/Workflow/subcomponents/Footer/components/ProgressStepper/index.ts +1 -0
- package/src/Workflow/subcomponents/Footer/components/Root/FooterRoot.module.scss +22 -0
- package/src/Workflow/subcomponents/Footer/components/Root/Root.tsx +23 -0
- package/src/Workflow/subcomponents/Footer/components/Root/index.ts +1 -0
- package/src/Workflow/subcomponents/Footer/components/index.ts +3 -0
- package/src/Workflow/subcomponents/Footer/index.ts +2 -0
- package/src/Workflow/subcomponents/Header/Header.tsx +27 -0
- package/src/Workflow/subcomponents/Header/components/Actions/Actions.module.scss +17 -0
- package/src/Workflow/subcomponents/Header/components/Actions/Actions.tsx +24 -0
- package/src/Workflow/subcomponents/Header/components/Actions/index.ts +1 -0
- package/src/Workflow/subcomponents/Header/components/Branding/Branding.module.scss +17 -0
- package/src/Workflow/subcomponents/Header/components/Branding/Branding.tsx +20 -0
- package/src/Workflow/subcomponents/Header/components/Branding/index.ts +1 -0
- package/src/Workflow/subcomponents/Header/components/Root/Root.module.scss +24 -0
- package/src/Workflow/subcomponents/Header/components/Root/Root.tsx +20 -0
- package/src/Workflow/subcomponents/Header/components/Root/index.tsx +1 -0
- package/src/Workflow/subcomponents/Header/components/Titles/Titles.module.scss +23 -0
- package/src/Workflow/subcomponents/Header/components/Titles/Titles.tsx +54 -0
- package/src/Workflow/subcomponents/Header/components/Titles/index.ts +1 -0
- package/src/Workflow/subcomponents/Header/components/index.ts +4 -0
- package/src/Workflow/subcomponents/Header/index.ts +2 -0
- package/src/Workflow/subcomponents/Main/Main.module.scss +4 -0
- package/src/Workflow/subcomponents/Main/Main.tsx +22 -0
- package/src/Workflow/subcomponents/Main/index.tsx +1 -0
- package/src/Workflow/subcomponents/Wrapper/Wrapper.module.scss +9 -0
- package/src/Workflow/subcomponents/Wrapper/Wrapper.tsx +22 -0
- package/src/Workflow/subcomponents/Wrapper/index.ts +1 -0
- package/src/Workflow/subcomponents/index.ts +4 -0
- package/src/__future__/Select/Select.module.scss +13 -0
- package/src/__future__/Select/Select.spec.tsx +340 -0
- package/src/__future__/Select/Select.tsx +209 -0
- package/src/__future__/Select/_docs/Select.mdx +100 -0
- package/src/__future__/Select/_docs/Select.stickersheet.stories.tsx +452 -0
- package/src/__future__/Select/_docs/Select.stories.tsx +163 -0
- package/src/__future__/Select/_docs/mockData.ts +94 -0
- package/src/__future__/Select/context/SelectContext.tsx +37 -0
- package/src/__future__/Select/context/index.ts +1 -0
- package/src/__future__/Select/index.ts +2 -0
- package/src/__future__/Select/subcomponents/ListBox/ListBox.module.scss +12 -0
- package/src/__future__/Select/subcomponents/ListBox/ListBox.tsx +43 -0
- package/src/__future__/Select/subcomponents/ListBox/index.ts +1 -0
- package/src/__future__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss +20 -0
- package/src/__future__/Select/subcomponents/ListBoxSection/ListBoxSection.tsx +43 -0
- package/src/__future__/Select/subcomponents/ListBoxSection/index.ts +1 -0
- package/src/__future__/Select/subcomponents/ListItem/ListItem.tsx +19 -0
- package/src/__future__/Select/subcomponents/ListItem/index.ts +1 -0
- package/src/__future__/Select/subcomponents/ListItems/ListItems.tsx +22 -0
- package/src/__future__/Select/subcomponents/ListItems/index.ts +1 -0
- package/src/__future__/Select/subcomponents/Option/Option.module.scss +84 -0
- package/src/__future__/Select/subcomponents/Option/Option.tsx +54 -0
- package/src/__future__/Select/subcomponents/Option/index.ts +1 -0
- package/src/__future__/Select/subcomponents/Overlay/Overlay.tsx +48 -0
- package/src/__future__/Select/subcomponents/Overlay/index.ts +1 -0
- package/src/__future__/Select/subcomponents/SectionDivider/SectionDivider.module.scss +11 -0
- package/src/__future__/Select/subcomponents/SectionDivider/SectionDivider.tsx +9 -0
- package/src/__future__/Select/subcomponents/SectionDivider/index.ts +1 -0
- package/src/__future__/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.module.scss +5 -0
- package/src/__future__/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.tsx +44 -0
- package/src/__future__/Select/subcomponents/SelectPopoverContents/index.ts +1 -0
- package/src/__future__/Select/subcomponents/SelectToggle/SelectToggle.module.scss +148 -0
- package/src/__future__/Select/subcomponents/SelectToggle/SelectToggle.tsx +81 -0
- package/src/__future__/Select/subcomponents/SelectToggle/index.ts +1 -0
- package/src/__future__/Select/subcomponents/index.ts +9 -0
- package/src/__future__/Select/types.ts +34 -0
- package/src/__future__/Select/utils/getDisabledKeysFromItems.ts +19 -0
- package/src/__future__/Select/utils/isSelectOptionGroup.ts +6 -0
- package/src/__future__/Select/utils/transformSelectItemToCollectionElement.tsx +18 -0
- package/src/__future__/Tag/RemovableTag/RemovableTag.module.scss +7 -0
- package/src/__future__/Tag/RemovableTag/RemovableTag.tsx +36 -0
- package/src/__future__/Tag/RemovableTag/_docs/RemovableTag.mdx +57 -0
- package/src/__future__/Tag/RemovableTag/_docs/RemovableTag.stickersheet.stories.tsx +93 -0
- package/src/__future__/Tag/RemovableTag/_docs/RemovableTag.stories.tsx +115 -0
- package/src/__future__/Tag/RemovableTag/index.ts +1 -0
- package/src/__future__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss +102 -0
- package/src/__future__/Tag/RemovableTag/subcomponents/RemoveButton.tsx +44 -0
- package/src/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.tsx +20 -0
- package/src/__future__/Tag/Tag/Tag.module.scss +79 -0
- package/src/__future__/Tag/Tag/Tag.tsx +29 -0
- package/src/__future__/Tag/Tag/_docs/Tag.mdx +59 -0
- package/src/__future__/Tag/Tag/_docs/Tag.stickersheet.stories.tsx +53 -0
- package/src/__future__/Tag/Tag/_docs/Tag.stories.tsx +73 -0
- package/src/__future__/Tag/Tag/index.ts +1 -0
- package/src/__future__/Tag/Tag/types.ts +11 -0
- package/src/__future__/Tag/index.ts +2 -0
- package/src/__future__/Workflow/Workflow.tsx +55 -0
- package/src/__future__/Workflow/_docs/ProgressStepper.mdx +42 -0
- package/src/__future__/Workflow/_docs/ProgressStepper.stories.tsx +94 -0
- package/src/__future__/Workflow/_docs/Workflow.mdx +169 -0
- package/src/__future__/Workflow/_docs/Workflow.stories.tsx +174 -0
- package/src/__future__/Workflow/_docs/WorkflowFooter.mdx +42 -0
- package/src/__future__/Workflow/_docs/WorkflowFooter.stories.tsx +96 -0
- package/src/__future__/Workflow/_docs/WorkflowHeader.mdx +32 -0
- package/src/__future__/Workflow/_docs/WorkflowHeader.stories.tsx +70 -0
- package/src/__future__/Workflow/_docs/controls/controls.tsx +77 -0
- package/src/__future__/Workflow/_docs/controls/index.tsx +1 -0
- package/src/__future__/Workflow/index.ts +1 -0
- package/src/__future__/Workflow/subcomponents/Footer/Footer.tsx +38 -0
- package/src/__future__/Workflow/subcomponents/Footer/components/FooterActions/FooterActions.module.scss +15 -0
- package/src/__future__/Workflow/subcomponents/Footer/components/FooterActions/FooterActions.tsx +28 -0
- package/src/__future__/Workflow/subcomponents/Footer/components/FooterActions/index.ts +1 -0
- package/src/__future__/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.module.scss +105 -0
- package/src/__future__/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.spec.tsx +45 -0
- package/src/__future__/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.tsx +147 -0
- package/src/__future__/Workflow/subcomponents/Footer/components/ProgressStepper/index.ts +1 -0
- package/src/__future__/Workflow/subcomponents/Footer/components/Root/FooterRoot.module.scss +22 -0
- package/src/__future__/Workflow/subcomponents/Footer/components/Root/Root.tsx +23 -0
- package/src/__future__/Workflow/subcomponents/Footer/components/Root/index.ts +1 -0
- package/src/__future__/Workflow/subcomponents/Footer/components/index.ts +3 -0
- package/src/__future__/Workflow/subcomponents/Footer/index.ts +2 -0
- package/src/__future__/Workflow/subcomponents/Header/Header.tsx +27 -0
- package/src/__future__/Workflow/subcomponents/Header/components/Actions/Actions.module.scss +17 -0
- package/src/__future__/Workflow/subcomponents/Header/components/Actions/Actions.tsx +24 -0
- package/src/__future__/Workflow/subcomponents/Header/components/Actions/index.ts +1 -0
- package/src/__future__/Workflow/subcomponents/Header/components/Branding/Branding.module.scss +17 -0
- package/src/__future__/Workflow/subcomponents/Header/components/Branding/Branding.tsx +20 -0
- package/src/__future__/Workflow/subcomponents/Header/components/Branding/index.ts +1 -0
- package/src/__future__/Workflow/subcomponents/Header/components/Root/Root.module.scss +24 -0
- package/src/__future__/Workflow/subcomponents/Header/components/Root/Root.tsx +20 -0
- package/src/__future__/Workflow/subcomponents/Header/components/Root/index.tsx +1 -0
- package/src/__future__/Workflow/subcomponents/Header/components/Titles/Titles.module.scss +23 -0
- package/src/__future__/Workflow/subcomponents/Header/components/Titles/Titles.tsx +54 -0
- package/src/__future__/Workflow/subcomponents/Header/components/Titles/index.ts +1 -0
- package/src/__future__/Workflow/subcomponents/Header/components/index.ts +4 -0
- package/src/__future__/Workflow/subcomponents/Header/index.ts +2 -0
- package/src/__future__/Workflow/subcomponents/Main/Main.module.scss +4 -0
- package/src/__future__/Workflow/subcomponents/Main/Main.tsx +22 -0
- package/src/__future__/Workflow/subcomponents/Main/index.tsx +1 -0
- package/src/__future__/Workflow/subcomponents/Wrapper/Wrapper.module.scss +9 -0
- package/src/__future__/Workflow/subcomponents/Wrapper/Wrapper.tsx +22 -0
- package/src/__future__/Workflow/subcomponents/Wrapper/index.ts +1 -0
- package/src/__future__/Workflow/subcomponents/index.ts +4 -0
- package/src/__future__/index.ts +3 -0
- package/src/index.ts +60 -0
- package/src/types/DataAttributes.ts +1 -0
- package/src/types/OverrideClassName.ts +7 -0
- package/src/types/StringSuggestions.ts +4 -0
- package/src/utils/AppearanceAnim.module.scss +15 -0
- package/src/utils/AppearanceAnim.tsx +80 -0
- package/src/utils/getNodeText.spec.tsx +31 -0
- package/src/utils/getNodeText.ts +10 -0
- package/src/utils/isRefObject.ts +3 -0
- package/src/utils/useMediaQueries.spec.tsx +90 -0
- package/src/utils/useMediaQueries.tsx +223 -0
- package/src/utils/useResizeObserver.spec.tsx +49 -0
- package/src/utils/useResizeObserver.ts +75 -0
- package/dist/cjs/Filter/Filter.cjs.map +0 -1
- package/dist/cjs/Filter/subcomponents/FilterContents/FilterContents.cjs.map +0 -1
- package/dist/cjs/Filter/subcomponents/FilterContents/FilterContents.module.scss.cjs +0 -7
- package/dist/cjs/Filter/subcomponents/FilterPopover/FilterPopover.cjs.map +0 -1
- package/dist/cjs/Filter/subcomponents/FilterPopover/FilterPopover.module.scss.cjs +0 -7
- package/dist/cjs/FilterBar/FilterBar.cjs.map +0 -1
- package/dist/cjs/FilterBar/FilterBar.module.scss.cjs +0 -8
- package/dist/cjs/FilterBar/context/FilterBarContext.cjs.map +0 -1
- package/dist/cjs/FilterBar/context/reducer/filterBarStateReducer.cjs.map +0 -1
- package/dist/cjs/FilterBar/context/reducer/setupFilterBarState.cjs.map +0 -1
- package/dist/cjs/FilterBar/context/reducer/updateSingleFilter.cjs.map +0 -1
- package/dist/cjs/FilterBar/context/reducer/updateValues.cjs.map +0 -1
- package/dist/cjs/FilterBar/context/utils/checkShouldUpdateValues.cjs.map +0 -1
- package/dist/cjs/FilterBar/context/utils/getInactiveFilters.cjs.map +0 -1
- package/dist/cjs/FilterBar/context/utils/getIsUsableWhenArgs.cjs.map +0 -1
- package/dist/cjs/FilterBar/context/utils/getMappedFilters.cjs.map +0 -1
- package/dist/cjs/FilterBar/context/utils/getValidValue.cjs.map +0 -1
- package/dist/cjs/FilterBar/context/utils/updateDependentFilters.cjs.map +0 -1
- package/dist/cjs/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.cjs +0 -47
- package/dist/cjs/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.cjs.map +0 -1
- package/dist/cjs/FilterBar/subcomponents/ClearAllButton/ClearAllButton.cjs +0 -23
- package/dist/cjs/FilterBar/subcomponents/ClearAllButton/ClearAllButton.cjs.map +0 -1
- package/dist/cjs/FilterBar/subcomponents/ClearAllButton/ClearAllButton.module.scss.cjs +0 -7
- package/dist/cjs/FilterBar/subcomponents/FilterBarButton/FilterBarButton.cjs.map +0 -1
- package/dist/cjs/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.cjs +0 -54
- package/dist/cjs/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.cjs.map +0 -1
- package/dist/cjs/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.cjs.map +0 -1
- package/dist/cjs/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.cjs.map +0 -1
- package/dist/cjs/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.cjs.map +0 -1
- package/dist/cjs/FilterBar/utils/checkArraysMatch.cjs.map +0 -1
- package/dist/cjs/FilterButton/FilterButton/FilterButton.cjs +0 -45
- package/dist/cjs/FilterButton/FilterButton/FilterButton.cjs.map +0 -1
- package/dist/cjs/FilterButton/FilterButton/FilterButton.module.scss.cjs +0 -10
- package/dist/cjs/FilterButton/FilterButtonRemovable/FilterButtonRemovable.cjs +0 -39
- package/dist/cjs/FilterButton/FilterButtonRemovable/FilterButtonRemovable.cjs.map +0 -1
- package/dist/cjs/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.cjs.map +0 -1
- package/dist/cjs/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.module.scss.cjs +0 -7
- package/dist/cjs/FilterDatePicker/FilterDatePicker.cjs +0 -46
- package/dist/cjs/FilterDatePicker/FilterDatePicker.cjs.map +0 -1
- package/dist/cjs/FilterDatePicker/hooks/useDateInputHandlers.cjs +0 -70
- package/dist/cjs/FilterDatePicker/hooks/useDateInputHandlers.cjs.map +0 -1
- package/dist/cjs/FilterDatePicker/hooks/useDateValidation.cjs.map +0 -1
- package/dist/cjs/FilterDatePicker/subcomponents/DateInputField/DateInputField.cjs +0 -56
- package/dist/cjs/FilterDatePicker/subcomponents/DateInputField/DateInputField.cjs.map +0 -1
- package/dist/cjs/FilterDatePicker/subcomponents/DateInputField/DateInputField.module.scss.cjs +0 -7
- package/dist/cjs/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.cjs +0 -133
- package/dist/cjs/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.cjs.map +0 -1
- package/dist/cjs/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.module.scss.cjs +0 -7
- package/dist/cjs/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.cjs +0 -28
- package/dist/cjs/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.cjs.map +0 -1
- package/dist/cjs/FilterDatePicker/utils/getDateValidationHandler.cjs +0 -27
- package/dist/cjs/FilterDatePicker/utils/getDateValidationHandler.cjs.map +0 -1
- package/dist/cjs/FilterDatePicker/utils/transformDateToInputValue.cjs +0 -13
- package/dist/cjs/FilterDatePicker/utils/transformDateToInputValue.cjs.map +0 -1
- package/dist/cjs/FilterDatePicker/utils/validateDate.cjs +0 -21
- package/dist/cjs/FilterDatePicker/utils/validateDate.cjs.map +0 -1
- package/dist/cjs/FilterDateRangePicker/FilterDateRangePicker.cjs +0 -47
- package/dist/cjs/FilterDateRangePicker/FilterDateRangePicker.cjs.map +0 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.cjs +0 -25
- package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.cjs.map +0 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.module.scss.cjs +0 -7
- package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.cjs +0 -86
- package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.cjs.map +0 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.module.scss.cjs +0 -10
- package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.cjs +0 -63
- package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.cjs.map +0 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.module.scss.cjs +0 -7
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.cjs +0 -231
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.cjs.map +0 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.module.scss.cjs +0 -8
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.cjs +0 -37
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.cjs.map +0 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.cjs +0 -59
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.cjs.map +0 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.cjs +0 -38
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.cjs.map +0 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/isValidRange.cjs.map +0 -1
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.cjs +0 -37
- package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.cjs.map +0 -1
- package/dist/cjs/FilterDateRangePicker/utils/isCompleteDateRange.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/FilterMultiSelect.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/context/MenuTriggerProvider/MenuTriggerProvider.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/context/SelectionProvider/SelectionProvider.cjs +0 -70
- package/dist/cjs/FilterMultiSelect/context/SelectionProvider/SelectionProvider.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/subcomponents/ListBox/ListBox.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/subcomponents/ListBox/ListBox.module.scss.cjs +0 -10
- package/dist/cjs/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.cjs +0 -35
- package/dist/cjs/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.module.scss.cjs +0 -8
- package/dist/cjs/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.cjs +0 -20
- package/dist/cjs/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.module.scss.cjs +0 -7
- package/dist/cjs/FilterMultiSelect/subcomponents/MenuLayout/MenuFooter/MenuFooter.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/subcomponents/MenuLayout/MenuFooter/MenuFooter.module.scss.cjs +0 -7
- package/dist/cjs/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.cjs +0 -40
- package/dist/cjs/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.module.scss.cjs +0 -8
- package/dist/cjs/FilterMultiSelect/subcomponents/MenuPopup/MenuPopup.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/subcomponents/MenuPopup/MenuPopup.module.scss.cjs +0 -7
- package/dist/cjs/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.cjs +0 -59
- package/dist/cjs/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.module.scss.cjs +0 -13
- package/dist/cjs/FilterMultiSelect/subcomponents/NoResults/NoResults.cjs +0 -22
- package/dist/cjs/FilterMultiSelect/subcomponents/NoResults/NoResults.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/subcomponents/NoResults/NoResults.module.scss.cjs +0 -7
- package/dist/cjs/FilterMultiSelect/subcomponents/SearchInput/SearchInput.cjs +0 -43
- package/dist/cjs/FilterMultiSelect/subcomponents/SearchInput/SearchInput.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/subcomponents/SearchInput/SearchInput.module.scss.cjs +0 -7
- package/dist/cjs/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.cjs +0 -15
- package/dist/cjs/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.module.scss.cjs +0 -7
- package/dist/cjs/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.cjs +0 -32
- package/dist/cjs/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/subcomponents/SelectionControlButton/SelectAllButton/SelectAllButton.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/subcomponents/SelectionControlButton/SelectionControlButton.module.scss.cjs +0 -8
- package/dist/cjs/FilterMultiSelect/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/utils/getSelectedOptionKeys.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/utils/getSelectedOptionLabels.cjs.map +0 -1
- package/dist/cjs/FilterMultiSelect/utils/getTruncatedLabel.cjs.map +0 -1
- package/dist/cjs/FilterSelect/FilterSelect.cjs +0 -88
- package/dist/cjs/FilterSelect/FilterSelect.cjs.map +0 -1
- package/dist/cjs/FilterSelect/FilterSelect.module.scss.cjs +0 -7
- package/dist/cjs/dts/Filter/Filter.d.ts +0 -19
- package/dist/cjs/dts/Filter/subcomponents/FilterContents/FilterContents.d.ts +0 -9
- package/dist/cjs/dts/Filter/subcomponents/FilterPopover/FilterPopover.d.ts +0 -12
- package/dist/cjs/dts/FilterBar/FilterBar.d.ts +0 -25
- package/dist/cjs/dts/FilterBar/context/FilterBarContext.d.ts +0 -26
- package/dist/cjs/dts/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.d.ts +0 -5
- package/dist/cjs/dts/FilterBar/subcomponents/ClearAllButton/ClearAllButton.d.ts +0 -5
- package/dist/cjs/dts/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.d.ts +0 -11
- package/dist/cjs/dts/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.d.ts +0 -11
- package/dist/cjs/dts/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.d.ts +0 -10
- package/dist/cjs/dts/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.d.ts +0 -9
- package/dist/cjs/dts/FilterButton/FilterButtonRemovable/FilterButtonRemovable.d.ts +0 -21
- package/dist/cjs/dts/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.d.ts +0 -10
- package/dist/cjs/dts/FilterDatePicker/FilterDatePicker.d.ts +0 -15
- package/dist/cjs/dts/FilterDatePicker/hooks/useDateInputHandlers.d.ts +0 -21
- package/dist/cjs/dts/FilterDatePicker/hooks/useDateValidation.d.ts +0 -19
- package/dist/cjs/dts/FilterDatePicker/subcomponents/DateInputField/DateInputField.d.ts +0 -27
- package/dist/cjs/dts/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.d.ts +0 -51
- package/dist/cjs/dts/FilterDatePicker/types.d.ts +0 -15
- package/dist/cjs/dts/FilterDatePicker/utils/transformDateToInputValue.d.ts +0 -2
- package/dist/cjs/dts/FilterDatePicker/utils/validateDate.d.ts +0 -7
- package/dist/cjs/dts/FilterDateRangePicker/FilterDateRangePicker.d.ts +0 -14
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.d.ts +0 -12
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.d.ts +0 -38
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.d.ts +0 -12
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.d.ts +0 -52
- package/dist/cjs/dts/FilterDateRangePicker/utils/isCompleteDateRange.d.ts +0 -5
- package/dist/cjs/dts/FilterMultiSelect/FilterMultiSelect.d.ts +0 -72
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.d.ts +0 -7
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.d.ts +0 -8
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.d.ts +0 -10
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/SearchInput/SearchInput.d.ts +0 -10
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.d.ts +0 -2
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.d.ts +0 -5
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/SelectionControlButton/SelectAllButton/SelectAllButton.d.ts +0 -5
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.d.ts +0 -15
- package/dist/cjs/dts/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.d.ts +0 -9
- package/dist/cjs/dts/FilterMultiSelect/types.d.ts +0 -10
- package/dist/cjs/dts/FilterMultiSelect/utils/getSelectedOptionKeys.d.ts +0 -4
- package/dist/cjs/dts/FilterSelect/FilterSelect.d.ts +0 -36
- package/dist/cjs/dts/FilterSelect/types.d.ts +0 -1
- package/dist/esm/Filter/Filter.mjs.map +0 -1
- package/dist/esm/Filter/subcomponents/FilterContents/FilterContents.mjs.map +0 -1
- package/dist/esm/Filter/subcomponents/FilterContents/FilterContents.module.scss.mjs +0 -5
- package/dist/esm/Filter/subcomponents/FilterPopover/FilterPopover.mjs.map +0 -1
- package/dist/esm/Filter/subcomponents/FilterPopover/FilterPopover.module.scss.mjs +0 -5
- package/dist/esm/FilterBar/FilterBar.mjs.map +0 -1
- package/dist/esm/FilterBar/FilterBar.module.scss.mjs +0 -6
- package/dist/esm/FilterBar/context/FilterBarContext.mjs.map +0 -1
- package/dist/esm/FilterBar/context/reducer/filterBarStateReducer.mjs.map +0 -1
- package/dist/esm/FilterBar/context/reducer/setupFilterBarState.mjs.map +0 -1
- package/dist/esm/FilterBar/context/reducer/updateSingleFilter.mjs.map +0 -1
- package/dist/esm/FilterBar/context/reducer/updateValues.mjs.map +0 -1
- package/dist/esm/FilterBar/context/utils/checkShouldUpdateValues.mjs.map +0 -1
- package/dist/esm/FilterBar/context/utils/getInactiveFilters.mjs.map +0 -1
- package/dist/esm/FilterBar/context/utils/getIsUsableWhenArgs.mjs.map +0 -1
- package/dist/esm/FilterBar/context/utils/getMappedFilters.mjs.map +0 -1
- package/dist/esm/FilterBar/context/utils/getValidValue.mjs.map +0 -1
- package/dist/esm/FilterBar/context/utils/updateDependentFilters.mjs.map +0 -1
- package/dist/esm/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.mjs +0 -45
- package/dist/esm/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.mjs.map +0 -1
- package/dist/esm/FilterBar/subcomponents/ClearAllButton/ClearAllButton.mjs +0 -21
- package/dist/esm/FilterBar/subcomponents/ClearAllButton/ClearAllButton.mjs.map +0 -1
- package/dist/esm/FilterBar/subcomponents/ClearAllButton/ClearAllButton.module.scss.mjs +0 -5
- package/dist/esm/FilterBar/subcomponents/FilterBarButton/FilterBarButton.mjs.map +0 -1
- package/dist/esm/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.mjs +0 -52
- package/dist/esm/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.mjs.map +0 -1
- package/dist/esm/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.mjs.map +0 -1
- package/dist/esm/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.mjs.map +0 -1
- package/dist/esm/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.mjs.map +0 -1
- package/dist/esm/FilterBar/utils/checkArraysMatch.mjs.map +0 -1
- package/dist/esm/FilterButton/FilterButton/FilterButton.mjs +0 -43
- package/dist/esm/FilterButton/FilterButton/FilterButton.mjs.map +0 -1
- package/dist/esm/FilterButton/FilterButton/FilterButton.module.scss.mjs +0 -8
- package/dist/esm/FilterButton/FilterButtonRemovable/FilterButtonRemovable.mjs +0 -37
- package/dist/esm/FilterButton/FilterButtonRemovable/FilterButtonRemovable.mjs.map +0 -1
- package/dist/esm/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.mjs.map +0 -1
- package/dist/esm/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.module.scss.mjs +0 -5
- package/dist/esm/FilterDatePicker/FilterDatePicker.mjs +0 -44
- package/dist/esm/FilterDatePicker/FilterDatePicker.mjs.map +0 -1
- package/dist/esm/FilterDatePicker/hooks/useDateInputHandlers.mjs +0 -68
- package/dist/esm/FilterDatePicker/hooks/useDateInputHandlers.mjs.map +0 -1
- package/dist/esm/FilterDatePicker/hooks/useDateValidation.mjs.map +0 -1
- package/dist/esm/FilterDatePicker/subcomponents/DateInputField/DateInputField.mjs +0 -54
- package/dist/esm/FilterDatePicker/subcomponents/DateInputField/DateInputField.mjs.map +0 -1
- package/dist/esm/FilterDatePicker/subcomponents/DateInputField/DateInputField.module.scss.mjs +0 -5
- package/dist/esm/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.mjs +0 -131
- package/dist/esm/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.mjs.map +0 -1
- package/dist/esm/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.module.scss.mjs +0 -5
- package/dist/esm/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.mjs +0 -26
- package/dist/esm/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.mjs.map +0 -1
- package/dist/esm/FilterDatePicker/utils/getDateValidationHandler.mjs +0 -25
- package/dist/esm/FilterDatePicker/utils/getDateValidationHandler.mjs.map +0 -1
- package/dist/esm/FilterDatePicker/utils/transformDateToInputValue.mjs +0 -11
- package/dist/esm/FilterDatePicker/utils/transformDateToInputValue.mjs.map +0 -1
- package/dist/esm/FilterDatePicker/utils/validateDate.mjs +0 -19
- package/dist/esm/FilterDatePicker/utils/validateDate.mjs.map +0 -1
- package/dist/esm/FilterDateRangePicker/FilterDateRangePicker.mjs +0 -45
- package/dist/esm/FilterDateRangePicker/FilterDateRangePicker.mjs.map +0 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.mjs +0 -23
- package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.mjs.map +0 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.module.scss.mjs +0 -5
- package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.mjs +0 -84
- package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.mjs.map +0 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.module.scss.mjs +0 -8
- package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.mjs +0 -61
- package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.mjs.map +0 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.module.scss.mjs +0 -5
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.mjs +0 -229
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.mjs.map +0 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.module.scss.mjs +0 -6
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.mjs +0 -35
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.mjs.map +0 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.mjs +0 -57
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.mjs.map +0 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.mjs +0 -36
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.mjs.map +0 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/isValidRange.mjs.map +0 -1
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.mjs +0 -35
- package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.mjs.map +0 -1
- package/dist/esm/FilterDateRangePicker/utils/isCompleteDateRange.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/FilterMultiSelect.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/context/MenuTriggerProvider/MenuTriggerProvider.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/context/SelectionProvider/SelectionProvider.mjs +0 -66
- package/dist/esm/FilterMultiSelect/context/SelectionProvider/SelectionProvider.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/subcomponents/ListBox/ListBox.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/subcomponents/ListBox/ListBox.module.scss.mjs +0 -8
- package/dist/esm/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.mjs +0 -33
- package/dist/esm/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.module.scss.mjs +0 -6
- package/dist/esm/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.mjs +0 -18
- package/dist/esm/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.module.scss.mjs +0 -5
- package/dist/esm/FilterMultiSelect/subcomponents/MenuLayout/MenuFooter/MenuFooter.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/subcomponents/MenuLayout/MenuFooter/MenuFooter.module.scss.mjs +0 -5
- package/dist/esm/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.mjs +0 -38
- package/dist/esm/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.module.scss.mjs +0 -6
- package/dist/esm/FilterMultiSelect/subcomponents/MenuPopup/MenuPopup.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/subcomponents/MenuPopup/MenuPopup.module.scss.mjs +0 -5
- package/dist/esm/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.mjs +0 -57
- package/dist/esm/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.module.scss.mjs +0 -11
- package/dist/esm/FilterMultiSelect/subcomponents/NoResults/NoResults.mjs +0 -20
- package/dist/esm/FilterMultiSelect/subcomponents/NoResults/NoResults.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/subcomponents/NoResults/NoResults.module.scss.mjs +0 -5
- package/dist/esm/FilterMultiSelect/subcomponents/SearchInput/SearchInput.mjs +0 -41
- package/dist/esm/FilterMultiSelect/subcomponents/SearchInput/SearchInput.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/subcomponents/SearchInput/SearchInput.module.scss.mjs +0 -5
- package/dist/esm/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.mjs +0 -13
- package/dist/esm/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.module.scss.mjs +0 -5
- package/dist/esm/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.mjs +0 -30
- package/dist/esm/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/subcomponents/SelectionControlButton/SelectAllButton/SelectAllButton.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/subcomponents/SelectionControlButton/SelectionControlButton.module.scss.mjs +0 -6
- package/dist/esm/FilterMultiSelect/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/utils/getSelectedOptionKeys.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/utils/getSelectedOptionLabels.mjs.map +0 -1
- package/dist/esm/FilterMultiSelect/utils/getTruncatedLabel.mjs.map +0 -1
- package/dist/esm/FilterSelect/FilterSelect.mjs +0 -86
- package/dist/esm/FilterSelect/FilterSelect.mjs.map +0 -1
- package/dist/esm/FilterSelect/FilterSelect.module.scss.mjs +0 -5
- package/dist/esm/dts/Filter/Filter.d.ts +0 -19
- package/dist/esm/dts/Filter/subcomponents/FilterContents/FilterContents.d.ts +0 -9
- package/dist/esm/dts/Filter/subcomponents/FilterPopover/FilterPopover.d.ts +0 -12
- package/dist/esm/dts/FilterBar/FilterBar.d.ts +0 -25
- package/dist/esm/dts/FilterBar/context/FilterBarContext.d.ts +0 -26
- package/dist/esm/dts/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.d.ts +0 -5
- package/dist/esm/dts/FilterBar/subcomponents/ClearAllButton/ClearAllButton.d.ts +0 -5
- package/dist/esm/dts/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.d.ts +0 -11
- package/dist/esm/dts/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.d.ts +0 -11
- package/dist/esm/dts/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.d.ts +0 -10
- package/dist/esm/dts/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.d.ts +0 -9
- package/dist/esm/dts/FilterButton/FilterButtonRemovable/FilterButtonRemovable.d.ts +0 -21
- package/dist/esm/dts/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.d.ts +0 -10
- package/dist/esm/dts/FilterDatePicker/FilterDatePicker.d.ts +0 -15
- package/dist/esm/dts/FilterDatePicker/hooks/useDateInputHandlers.d.ts +0 -21
- package/dist/esm/dts/FilterDatePicker/hooks/useDateValidation.d.ts +0 -19
- package/dist/esm/dts/FilterDatePicker/subcomponents/DateInputField/DateInputField.d.ts +0 -27
- package/dist/esm/dts/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.d.ts +0 -51
- package/dist/esm/dts/FilterDatePicker/types.d.ts +0 -15
- package/dist/esm/dts/FilterDatePicker/utils/transformDateToInputValue.d.ts +0 -2
- package/dist/esm/dts/FilterDatePicker/utils/validateDate.d.ts +0 -7
- package/dist/esm/dts/FilterDateRangePicker/FilterDateRangePicker.d.ts +0 -14
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.d.ts +0 -12
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.d.ts +0 -38
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.d.ts +0 -12
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.d.ts +0 -52
- package/dist/esm/dts/FilterDateRangePicker/utils/isCompleteDateRange.d.ts +0 -5
- package/dist/esm/dts/FilterMultiSelect/FilterMultiSelect.d.ts +0 -72
- package/dist/esm/dts/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.d.ts +0 -7
- package/dist/esm/dts/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.d.ts +0 -8
- package/dist/esm/dts/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.d.ts +0 -10
- package/dist/esm/dts/FilterMultiSelect/subcomponents/SearchInput/SearchInput.d.ts +0 -10
- package/dist/esm/dts/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.d.ts +0 -2
- package/dist/esm/dts/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.d.ts +0 -5
- package/dist/esm/dts/FilterMultiSelect/subcomponents/SelectionControlButton/SelectAllButton/SelectAllButton.d.ts +0 -5
- package/dist/esm/dts/FilterMultiSelect/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.d.ts +0 -15
- package/dist/esm/dts/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.d.ts +0 -9
- package/dist/esm/dts/FilterMultiSelect/types.d.ts +0 -10
- package/dist/esm/dts/FilterMultiSelect/utils/getSelectedOptionKeys.d.ts +0 -4
- package/dist/esm/dts/FilterSelect/FilterSelect.d.ts +0 -36
- package/dist/esm/dts/FilterSelect/types.d.ts +0 -1
- /package/dist/cjs/Filter/{Filter.cjs → Filter/Filter.cjs} +0 -0
- /package/dist/cjs/Filter/{subcomponents → Filter/subcomponents}/FilterContents/FilterContents.cjs +0 -0
- /package/dist/cjs/Filter/{subcomponents → Filter/subcomponents}/FilterContents/FilterContents.module.scss.cjs.map +0 -0
- /package/dist/cjs/Filter/{subcomponents → Filter/subcomponents}/FilterPopover/FilterPopover.cjs +0 -0
- /package/dist/cjs/Filter/{subcomponents → Filter/subcomponents}/FilterPopover/FilterPopover.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/FilterBar.cjs +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/FilterBar.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/context/FilterBarContext.cjs +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/context/reducer/filterBarStateReducer.cjs +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/context/reducer/setupFilterBarState.cjs +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/context/reducer/updateSingleFilter.cjs +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/context/reducer/updateValues.cjs +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/context/utils/checkShouldUpdateValues.cjs +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/context/utils/getInactiveFilters.cjs +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/context/utils/getIsUsableWhenArgs.cjs +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/context/utils/getMappedFilters.cjs +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/context/utils/getValidValue.cjs +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/context/utils/updateDependentFilters.cjs +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/subcomponents/ClearAllButton/ClearAllButton.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarButton/FilterBarButton.cjs +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.cjs +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.cjs +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarSelect/FilterBarSelect.cjs +0 -0
- /package/dist/cjs/{FilterBar → Filter/FilterBar}/utils/checkArraysMatch.cjs +0 -0
- /package/dist/cjs/{FilterButton → Filter/FilterButton}/FilterButton/FilterButton.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterButton → Filter/FilterButton}/subcomponents/FilterButtonBase/FilterButtonBase.cjs +0 -0
- /package/dist/cjs/{FilterButton → Filter/FilterButton}/subcomponents/FilterButtonBase/FilterButtonBase.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterDatePicker → Filter/FilterDatePicker}/hooks/useDateValidation.cjs +0 -0
- /package/dist/cjs/{FilterDatePicker → Filter/FilterDatePicker}/subcomponents/DateInputField/DateInputField.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterDatePicker → Filter/FilterDatePicker}/subcomponents/FilterDatePickerField/FilterDatePickerField.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/DateRangeInputField/DateRangeInputField.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/utils/isValidRange.cjs +0 -0
- /package/dist/cjs/{FilterDateRangePicker → Filter/FilterDateRangePicker}/utils/isCompleteDateRange.cjs +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/FilterMultiSelect.cjs +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/context/MenuTriggerProvider/MenuTriggerProvider.cjs +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/ListBox/ListBox.cjs +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/ListBox/ListBox.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/ListBoxSection/ListBoxSection.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/LoadMoreButton/LoadMoreButton.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuLayout/MenuFooter/MenuFooter.cjs +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuLayout/MenuFooter/MenuFooter.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuPopup/MenuPopup.cjs +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuPopup/MenuPopup.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MultiSelectOption/MultiSelectOption.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/NoResults/NoResults.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SearchInput/SearchInput.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SectionDivider/SectionDivider.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SelectionControlButton/SelectAllButton/SelectAllButton.cjs +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SelectionControlButton/SelectionControlButton.module.scss.cjs.map +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.cjs +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.cjs +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/utils/getSelectedOptionKeys.cjs +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/utils/getSelectedOptionLabels.cjs +0 -0
- /package/dist/cjs/{FilterMultiSelect → Filter/FilterMultiSelect}/utils/getTruncatedLabel.cjs +0 -0
- /package/dist/cjs/{FilterSelect → Filter/FilterSelect}/FilterSelect.module.scss.cjs.map +0 -0
- /package/dist/cjs/dts/Filter/{subcomponents → Filter/subcomponents}/FilterContents/index.d.ts +0 -0
- /package/dist/cjs/dts/Filter/{subcomponents → Filter/subcomponents}/FilterPopover/index.d.ts +0 -0
- /package/dist/cjs/dts/Filter/{types.d.ts → Filter/types.d.ts} +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/context/reducer/filterBarStateReducer.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/context/reducer/setupFilterBarState.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/context/reducer/updateSingleFilter.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/context/reducer/updateValues.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/context/types.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/context/utils/checkShouldUpdateValues.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/context/utils/getInactiveFilters.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/context/utils/getIsUsableWhenArgs.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/context/utils/getMappedFilters.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/context/utils/getValidValue.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/context/utils/updateDependentFilters.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/subcomponents/AddFiltersMenu/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/subcomponents/ClearAllButton/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarButton/FilterBarButton.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarButton/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarDatePicker/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarDateRangePicker/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarMultiSelect/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarSelect/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/subcomponents/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/types.d.ts +0 -0
- /package/dist/cjs/dts/{FilterBar → Filter/FilterBar}/utils/checkArraysMatch.d.ts +0 -0
- /package/dist/cjs/dts/{FilterButton → Filter/FilterButton}/FilterButton/FilterButton.d.ts +0 -0
- /package/dist/cjs/dts/{FilterButton → Filter/FilterButton}/FilterButton/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterButton → Filter/FilterButton}/FilterButtonRemovable/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterButton → Filter/FilterButton}/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterButton → Filter/FilterButton}/subcomponents/FilterButtonBase/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDatePicker → Filter/FilterDatePicker}/_docs/controls/disabledDaysControls.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDatePicker → Filter/FilterDatePicker}/_docs/controls/validationControls.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDatePicker → Filter/FilterDatePicker}/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDatePicker → Filter/FilterDatePicker}/subcomponents/DateInputField/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDatePicker → Filter/FilterDatePicker}/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDatePicker → Filter/FilterDatePicker}/subcomponents/FilterDatePickerField/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDatePicker → Filter/FilterDatePicker}/utils/getDateValidationHandler.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/_docs/controls/disabledDaysControls.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/_docs/controls/validationControls.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/DateRangeDisplayLabel/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/DateRangeInputField/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/DateRangeValidationMessage/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/types.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/utils/isValidRange.d.ts +0 -0
- /package/dist/cjs/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/_docs/MockData.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/context/MenuTriggerProvider/MenuTriggerProvider.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/context/MenuTriggerProvider/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/context/SelectionProvider/SelectionProvider.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/context/SelectionProvider/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/context/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/ListBox/ListBox.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/ListBox/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/ListBoxSection/ListBoxSection.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/ListBoxSection/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/LoadMoreButton/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuLayout/MenuFooter/MenuFooter.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuLayout/MenuFooter/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuLayout/MenuLoadingSkeleton/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuLayout/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuPopup/MenuPopup.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuPopup/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MultiSelectOption/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/NoResults/NoResults.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/NoResults/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SearchInput/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SectionDivider/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SelectionControlButton/ClearButton/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SelectionControlButton/SelectAllButton/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SelectionControlButton/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/Trigger/FilterTriggerButton/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/Trigger/RemovableFilterTrigger/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/Trigger/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/utils/getSelectedOptionLabels.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/utils/getTruncatedLabel.d.ts +0 -0
- /package/dist/cjs/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/utils/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterSelect → Filter/FilterSelect}/_docs/mockData.d.ts +0 -0
- /package/dist/cjs/dts/{FilterSelect → Filter/FilterSelect}/index.d.ts +0 -0
- /package/dist/esm/Filter/{Filter.mjs → Filter/Filter.mjs} +0 -0
- /package/dist/esm/Filter/{subcomponents → Filter/subcomponents}/FilterContents/FilterContents.mjs +0 -0
- /package/dist/esm/Filter/{subcomponents → Filter/subcomponents}/FilterContents/FilterContents.module.scss.mjs.map +0 -0
- /package/dist/esm/Filter/{subcomponents → Filter/subcomponents}/FilterPopover/FilterPopover.mjs +0 -0
- /package/dist/esm/Filter/{subcomponents → Filter/subcomponents}/FilterPopover/FilterPopover.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/FilterBar.mjs +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/FilterBar.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/context/FilterBarContext.mjs +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/context/reducer/filterBarStateReducer.mjs +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/context/reducer/setupFilterBarState.mjs +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/context/reducer/updateSingleFilter.mjs +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/context/reducer/updateValues.mjs +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/context/utils/checkShouldUpdateValues.mjs +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/context/utils/getInactiveFilters.mjs +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/context/utils/getIsUsableWhenArgs.mjs +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/context/utils/getMappedFilters.mjs +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/context/utils/getValidValue.mjs +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/context/utils/updateDependentFilters.mjs +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/subcomponents/ClearAllButton/ClearAllButton.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarButton/FilterBarButton.mjs +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.mjs +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.mjs +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarSelect/FilterBarSelect.mjs +0 -0
- /package/dist/esm/{FilterBar → Filter/FilterBar}/utils/checkArraysMatch.mjs +0 -0
- /package/dist/esm/{FilterButton → Filter/FilterButton}/FilterButton/FilterButton.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterButton → Filter/FilterButton}/subcomponents/FilterButtonBase/FilterButtonBase.mjs +0 -0
- /package/dist/esm/{FilterButton → Filter/FilterButton}/subcomponents/FilterButtonBase/FilterButtonBase.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterDatePicker → Filter/FilterDatePicker}/hooks/useDateValidation.mjs +0 -0
- /package/dist/esm/{FilterDatePicker → Filter/FilterDatePicker}/subcomponents/DateInputField/DateInputField.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterDatePicker → Filter/FilterDatePicker}/subcomponents/FilterDatePickerField/FilterDatePickerField.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/DateRangeInputField/DateRangeInputField.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/utils/isValidRange.mjs +0 -0
- /package/dist/esm/{FilterDateRangePicker → Filter/FilterDateRangePicker}/utils/isCompleteDateRange.mjs +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/FilterMultiSelect.mjs +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/context/MenuTriggerProvider/MenuTriggerProvider.mjs +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/ListBox/ListBox.mjs +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/ListBox/ListBox.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/ListBoxSection/ListBoxSection.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/LoadMoreButton/LoadMoreButton.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuLayout/MenuFooter/MenuFooter.mjs +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuLayout/MenuFooter/MenuFooter.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuPopup/MenuPopup.mjs +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuPopup/MenuPopup.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MultiSelectOption/MultiSelectOption.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/NoResults/NoResults.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SearchInput/SearchInput.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SectionDivider/SectionDivider.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SelectionControlButton/SelectAllButton/SelectAllButton.mjs +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SelectionControlButton/SelectionControlButton.module.scss.mjs.map +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.mjs +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.mjs +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/utils/getSelectedOptionKeys.mjs +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/utils/getSelectedOptionLabels.mjs +0 -0
- /package/dist/esm/{FilterMultiSelect → Filter/FilterMultiSelect}/utils/getTruncatedLabel.mjs +0 -0
- /package/dist/esm/{FilterSelect → Filter/FilterSelect}/FilterSelect.module.scss.mjs.map +0 -0
- /package/dist/esm/dts/Filter/{subcomponents → Filter/subcomponents}/FilterContents/index.d.ts +0 -0
- /package/dist/esm/dts/Filter/{subcomponents → Filter/subcomponents}/FilterPopover/index.d.ts +0 -0
- /package/dist/esm/dts/Filter/{types.d.ts → Filter/types.d.ts} +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/context/reducer/filterBarStateReducer.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/context/reducer/setupFilterBarState.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/context/reducer/updateSingleFilter.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/context/reducer/updateValues.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/context/types.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/context/utils/checkShouldUpdateValues.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/context/utils/getInactiveFilters.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/context/utils/getIsUsableWhenArgs.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/context/utils/getMappedFilters.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/context/utils/getValidValue.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/context/utils/updateDependentFilters.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/subcomponents/AddFiltersMenu/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/subcomponents/ClearAllButton/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarButton/FilterBarButton.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarButton/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarDatePicker/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarDateRangePicker/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarMultiSelect/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/subcomponents/FilterBarSelect/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/subcomponents/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/types.d.ts +0 -0
- /package/dist/esm/dts/{FilterBar → Filter/FilterBar}/utils/checkArraysMatch.d.ts +0 -0
- /package/dist/esm/dts/{FilterButton → Filter/FilterButton}/FilterButton/FilterButton.d.ts +0 -0
- /package/dist/esm/dts/{FilterButton → Filter/FilterButton}/FilterButton/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterButton → Filter/FilterButton}/FilterButtonRemovable/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterButton → Filter/FilterButton}/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterButton → Filter/FilterButton}/subcomponents/FilterButtonBase/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterDatePicker → Filter/FilterDatePicker}/_docs/controls/disabledDaysControls.d.ts +0 -0
- /package/dist/esm/dts/{FilterDatePicker → Filter/FilterDatePicker}/_docs/controls/validationControls.d.ts +0 -0
- /package/dist/esm/dts/{FilterDatePicker → Filter/FilterDatePicker}/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterDatePicker → Filter/FilterDatePicker}/subcomponents/DateInputField/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterDatePicker → Filter/FilterDatePicker}/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.d.ts +0 -0
- /package/dist/esm/dts/{FilterDatePicker → Filter/FilterDatePicker}/subcomponents/FilterDatePickerField/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterDatePicker → Filter/FilterDatePicker}/utils/getDateValidationHandler.d.ts +0 -0
- /package/dist/esm/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/_docs/controls/disabledDaysControls.d.ts +0 -0
- /package/dist/esm/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/_docs/controls/validationControls.d.ts +0 -0
- /package/dist/esm/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/DateRangeDisplayLabel/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/DateRangeInputField/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/DateRangeValidationMessage/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.d.ts +0 -0
- /package/dist/esm/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.d.ts +0 -0
- /package/dist/esm/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.d.ts +0 -0
- /package/dist/esm/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/types.d.ts +0 -0
- /package/dist/esm/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/utils/isValidRange.d.ts +0 -0
- /package/dist/esm/dts/{FilterDateRangePicker → Filter/FilterDateRangePicker}/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/_docs/MockData.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/context/MenuTriggerProvider/MenuTriggerProvider.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/context/MenuTriggerProvider/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/context/SelectionProvider/SelectionProvider.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/context/SelectionProvider/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/context/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/ListBox/ListBox.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/ListBox/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/ListBoxSection/ListBoxSection.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/ListBoxSection/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/LoadMoreButton/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuLayout/MenuFooter/MenuFooter.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuLayout/MenuFooter/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuLayout/MenuLoadingSkeleton/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuLayout/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuPopup/MenuPopup.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MenuPopup/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/MultiSelectOption/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/NoResults/NoResults.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/NoResults/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SearchInput/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SectionDivider/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SelectionControlButton/ClearButton/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SelectionControlButton/SelectAllButton/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/SelectionControlButton/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/Trigger/FilterTriggerButton/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/Trigger/RemovableFilterTrigger/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/Trigger/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/subcomponents/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/utils/getSelectedOptionLabels.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/utils/getTruncatedLabel.d.ts +0 -0
- /package/dist/esm/dts/{FilterMultiSelect → Filter/FilterMultiSelect}/utils/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterSelect → Filter/FilterSelect}/_docs/mockData.d.ts +0 -0
- /package/dist/esm/dts/{FilterSelect → Filter/FilterSelect}/index.d.ts +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,17 +1,32 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
3
|
import React__default, { HTMLAttributes, MouseEvent, FocusEvent, ComponentType, ReactElement, ReactNode, ButtonHTMLAttributes, InputHTMLAttributes, RefObject, SVGAttributes, LabelHTMLAttributes, SyntheticEvent, AnchorHTMLAttributes, TextareaHTMLAttributes } from 'react';
|
|
4
|
-
import { SceneProps as SceneProps$1, AnimatedSceneProps as AnimatedSceneProps$1 } from '@kaizen/draft-illustration';
|
|
5
|
-
import { TooltipProps as TooltipProps$1 } from '@kaizen/draft-tooltip';
|
|
6
4
|
import { DayPickerSingleProps, DayPickerRangeProps, DayPickerProps, DateRange, DateInterval, Matcher, DayClickEventHandler } from 'react-day-picker';
|
|
7
5
|
export { DateInterval, DateRange } from 'react-day-picker';
|
|
8
|
-
import {
|
|
9
|
-
import { Node, SelectionMode, Selection } from '@react-types/shared';
|
|
6
|
+
import { Key, Node, SelectionMode, Selection } from '@react-types/shared';
|
|
10
7
|
import { AriaMenuOptions } from '@react-aria/menu';
|
|
11
8
|
import { MenuTriggerState } from '@react-stately/menu';
|
|
12
9
|
import { ListState } from '@react-stately/list';
|
|
13
10
|
import { AriaListBoxOptions } from '@react-aria/listbox';
|
|
14
11
|
import { SelectProps as SelectProps$1 } from '@react-stately/select';
|
|
12
|
+
import * as ProseMirrorState from 'prosemirror-state';
|
|
13
|
+
import { Transaction, Command, EditorState, Plugin } from 'prosemirror-state';
|
|
14
|
+
export { ProseMirrorState };
|
|
15
|
+
import { EditorView as EditorView$1 } from 'prosemirror-view';
|
|
16
|
+
import { MarkType, Attrs, ResolvedPos, NodeType, Schema, Node as Node$1, MarkSpec, NodeSpec } from 'prosemirror-model';
|
|
17
|
+
import * as prosemirrorModel from 'prosemirror-model';
|
|
18
|
+
export { prosemirrorModel as ProseMirrorModel };
|
|
19
|
+
import { InputRule } from 'prosemirror-inputrules';
|
|
20
|
+
import * as prosemirrorInputrules from 'prosemirror-inputrules';
|
|
21
|
+
export { prosemirrorInputrules as ProseMirrorInputrules };
|
|
22
|
+
import * as prosemirrorCommands from 'prosemirror-commands';
|
|
23
|
+
export { prosemirrorCommands as ProseMirrorCommands };
|
|
24
|
+
import * as prosemirrorKeymap from 'prosemirror-keymap';
|
|
25
|
+
export { prosemirrorKeymap as ProseMirrorKeymap };
|
|
26
|
+
import * as prosemirrorHistory from 'prosemirror-history';
|
|
27
|
+
export { prosemirrorHistory as ProseMirrorHistory };
|
|
28
|
+
import * as prosemirrorSchemaList from 'prosemirror-schema-list';
|
|
29
|
+
export { prosemirrorSchemaList as ProseMirrorSchemaList };
|
|
15
30
|
import * as react_select from 'react-select';
|
|
16
31
|
import { Props } from 'react-select';
|
|
17
32
|
export { OnChangeValue as SelectValueType } from 'react-select';
|
|
@@ -21,7 +36,6 @@ import * as react_select_dist_declarations_src_components from 'react-select/dis
|
|
|
21
36
|
import * as react_select_dist_declarations_src_Select from 'react-select/dist/declarations/src/Select';
|
|
22
37
|
import { AsyncProps as AsyncProps$1 } from 'react-select/async';
|
|
23
38
|
import { TimeFieldStateOptions } from '@react-stately/datepicker';
|
|
24
|
-
import { DefaultTagProps as DefaultTagProps$1 } from '@kaizen/draft-tag';
|
|
25
39
|
|
|
26
40
|
type OverrideClassName<T extends Record<string, any>> = Omit<T, "className"> & {
|
|
27
41
|
/** Add extra classnames to the component. Try out some Tailwind classes (eg. `!mb-48`) to see! */
|
|
@@ -235,1407 +249,1917 @@ declare const IconButton: {
|
|
|
235
249
|
displayName: string;
|
|
236
250
|
};
|
|
237
251
|
|
|
238
|
-
type
|
|
239
|
-
mood: "informative" | "positive" | "negative";
|
|
240
|
-
illustration: ReactElement<SceneProps$1>;
|
|
241
|
-
header: ReactNode;
|
|
242
|
-
body?: ReactNode;
|
|
243
|
-
primaryAction?: ButtonProps;
|
|
244
|
-
secondaryAction?: ButtonProps;
|
|
245
|
-
text: {
|
|
246
|
-
title: ReactNode;
|
|
247
|
-
subtitle?: ReactNode;
|
|
248
|
-
body?: ReactNode;
|
|
249
|
-
footer?: ReactNode;
|
|
250
|
-
};
|
|
251
|
-
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
252
|
-
/**
|
|
253
|
-
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082061589/Brand+Moment Guidance} |
|
|
254
|
-
* {@link https://cultureamp.design/?path=/docs/components-brand-moment--docs Storybook}
|
|
255
|
-
*/
|
|
256
|
-
declare const BrandMoment: {
|
|
257
|
-
({ mood, illustration, header, body, primaryAction, secondaryAction, text, classNameOverride, ...restProps }: BrandMomentProps): JSX.Element;
|
|
258
|
-
displayName: string;
|
|
259
|
-
};
|
|
260
|
-
|
|
261
|
-
type FilterButtonBaseProps = {
|
|
262
|
-
children: React__default.ReactNode;
|
|
263
|
-
} & OverrideClassName<ButtonHTMLAttributes<HTMLButtonElement>>;
|
|
264
|
-
|
|
265
|
-
type ButtonGroupProps = {
|
|
266
|
-
children: React__default.ReactElement<FilterButtonBaseProps | TooltipProps$1> | Array<React__default.ReactElement<FilterButtonBaseProps | TooltipProps$1>>;
|
|
267
|
-
} & Omit<OverrideClassName<HTMLAttributes<HTMLDivElement>>, "children">;
|
|
268
|
-
declare const ButtonGroup: {
|
|
269
|
-
({ children, classNameOverride, ...restProps }: ButtonGroupProps): JSX.Element;
|
|
270
|
-
displayName: string;
|
|
271
|
-
};
|
|
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[];
|
|
252
|
+
type BaseProps = {
|
|
323
253
|
/**
|
|
324
|
-
*
|
|
325
|
-
* inside of that range, including the specified dates.
|
|
326
|
-
* { from: new Date(2022, 1, 12), to: new Date(2022, 1, 16) }
|
|
254
|
+
* Refer to the Base Illustration Sticker Sheet in Heart UI Kit
|
|
327
255
|
*/
|
|
328
|
-
|
|
256
|
+
name: string;
|
|
329
257
|
/**
|
|
330
|
-
*
|
|
331
|
-
*
|
|
332
|
-
* { after: new Date(2022, 1, 12), before: new Date(2022, 1, 16) }
|
|
258
|
+
* Only provide if there is context/text required surrounding this illustration.
|
|
259
|
+
* @default ""
|
|
333
260
|
*/
|
|
334
|
-
|
|
335
|
-
/**
|
|
336
|
-
* Accepts single date and disables all days before it.
|
|
337
|
-
* */
|
|
338
|
-
disabledBefore?: Date;
|
|
261
|
+
alt?: string;
|
|
339
262
|
/**
|
|
340
|
-
*
|
|
263
|
+
* Aspect ratio that is set on the illustration in Scene/Spot which wraps the
|
|
264
|
+
* component in a container, forcing the aspect ratio.
|
|
341
265
|
*/
|
|
342
|
-
|
|
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;
|
|
266
|
+
aspectRatio?: "landscape" | "portrait" | "square";
|
|
267
|
+
} & OverrideClassName<HTMLAttributes<HTMLImageElement>>;
|
|
366
268
|
|
|
367
|
-
type
|
|
368
|
-
|
|
369
|
-
children?: React__default.ReactNode;
|
|
370
|
-
/**
|
|
371
|
-
* HTML elements that are allowed on Card.
|
|
372
|
-
*/
|
|
373
|
-
tag?: "div" | "article" | "header" | "main" | "section" | "li";
|
|
374
|
-
/**
|
|
375
|
-
* determines the card background colour on the card. It should match to the type of content being conveyed.
|
|
376
|
-
*/
|
|
377
|
-
variant?: CardVariants;
|
|
378
|
-
/**
|
|
379
|
-
* Adds a larger box shadow to to the card container.
|
|
380
|
-
*/
|
|
381
|
-
isElevated?: boolean;
|
|
269
|
+
type SpotProps = Pick<BaseProps, "alt" | "classNameOverride"> & {
|
|
270
|
+
enableAspectRatio?: boolean;
|
|
382
271
|
};
|
|
383
272
|
/**
|
|
384
|
-
*
|
|
385
|
-
* {@link https://cultureamp.design/?path=/story/components-card--docs Storybook}
|
|
273
|
+
* Template Library / Moods
|
|
386
274
|
*/
|
|
387
|
-
declare const
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
};
|
|
391
|
-
|
|
392
|
-
type CheckedStatus = "on" | "off" | "mixed";
|
|
393
|
-
type CheckboxProps = {
|
|
394
|
-
checkedStatus?: CheckedStatus;
|
|
395
|
-
onCheck?: (event: React__default.ChangeEvent<HTMLInputElement>) => any;
|
|
396
|
-
reversed?: boolean;
|
|
397
|
-
value?: string;
|
|
398
|
-
} & OverrideClassName<Omit<InputHTMLAttributes<HTMLInputElement>, "type" | "onChange" | "checked">>;
|
|
399
|
-
declare const Checkbox: {
|
|
400
|
-
({ checkedStatus, onCheck, reversed, value, classNameOverride, ...restProps }: CheckboxProps): JSX.Element;
|
|
401
|
-
displayName: string;
|
|
402
|
-
};
|
|
403
|
-
|
|
404
|
-
type CheckboxFieldProps = Omit<CheckboxProps, "id"> & {
|
|
405
|
-
id?: string;
|
|
406
|
-
labelText: string | React__default.ReactNode;
|
|
407
|
-
checkedStatus?: CheckedStatus;
|
|
408
|
-
disabled?: boolean;
|
|
409
|
-
reversed?: boolean;
|
|
410
|
-
noBottomMargin?: boolean;
|
|
411
|
-
"data-testid"?: string;
|
|
412
|
-
};
|
|
275
|
+
declare const Cautionary: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
276
|
+
declare const Informative: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
277
|
+
declare const Negative: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
278
|
+
declare const Positive: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
279
|
+
declare const Assertive: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
413
280
|
/**
|
|
414
|
-
*
|
|
415
|
-
* {@link https://cultureamp.design/?path=/docs/components-checkobx-controls-checkbox-field--docs Storybook}
|
|
281
|
+
* Template Library / Engagement
|
|
416
282
|
*/
|
|
417
|
-
declare const
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
};
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
}
|
|
283
|
+
declare const BenefitsSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
284
|
+
declare const CustomSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
285
|
+
declare const CustomUnattributedSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
286
|
+
declare const EngagementSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
287
|
+
declare const InclusionSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
288
|
+
declare const QuickEngagementSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
289
|
+
declare const ValuesSurvey1: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
290
|
+
declare const ValuesSurvey2: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
291
|
+
declare const WellbeingSurvey1: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
292
|
+
declare const WellbeingSurvey2: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
293
|
+
declare const WellbeingSurvey3: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
294
|
+
declare const ChangeReadiness: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
295
|
+
declare const ChangeSuccess: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
296
|
+
declare const PerformanceDiagnostics: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
297
|
+
declare const LeadingThroughCrisis: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
298
|
+
declare const EmergencyResponse: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
429
299
|
/**
|
|
430
|
-
*
|
|
431
|
-
* {@link https://cultureamp.design/storybook/?path=/docs/components-checkbox-controls-checkbox-group--docs Storybook}
|
|
300
|
+
* Template Library / Experience
|
|
432
301
|
*/
|
|
433
|
-
declare const
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
};
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
}
|
|
441
|
-
declare const
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
};
|
|
445
|
-
|
|
446
|
-
type Sticky = {
|
|
447
|
-
top: string;
|
|
448
|
-
};
|
|
449
|
-
|
|
450
|
-
type CollapsibleProps = {
|
|
451
|
-
children: JSX.Element | JSX.Element[] | string;
|
|
452
|
-
title: string;
|
|
453
|
-
renderHeader?: (title: string) => JSX.Element | JSX.Element[];
|
|
454
|
-
open?: boolean;
|
|
455
|
-
group?: boolean;
|
|
456
|
-
separated?: boolean;
|
|
457
|
-
sticky?: Sticky;
|
|
458
|
-
noSectionPadding?: boolean;
|
|
459
|
-
onToggle?: (open: boolean, id: string) => void;
|
|
460
|
-
/**
|
|
461
|
-
* By default, the header will change background colour when open. When the variant
|
|
462
|
-
* is set to 'clear', it will not have a background but a border-bottom will appear
|
|
463
|
-
* to separate the heading from the content.
|
|
464
|
-
*/
|
|
465
|
-
variant?: "default" | "clear";
|
|
466
|
-
/**
|
|
467
|
-
* Will avoid rendering the content until required (especially important when you
|
|
468
|
-
* have queries inside sections).
|
|
469
|
-
* Removes animation.
|
|
470
|
-
*/
|
|
471
|
-
lazyLoad?: boolean;
|
|
472
|
-
/**
|
|
473
|
-
* Disables internal `open` state, allowing it to be controlled in the usage.
|
|
474
|
-
*/
|
|
475
|
-
controlled?: boolean;
|
|
476
|
-
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
477
|
-
declare const Collapsible: {
|
|
478
|
-
({ children, title, renderHeader, open, group, separated, sticky, noSectionPadding, onToggle, variant, lazyLoad, controlled, classNameOverride, id: propsId, ...restProps }: CollapsibleProps): JSX.Element;
|
|
479
|
-
displayName: string;
|
|
480
|
-
};
|
|
481
|
-
|
|
482
|
-
type CollapsibleGroupProps = {
|
|
483
|
-
children: Array<React__default.ReactElement<CollapsibleProps>>;
|
|
484
|
-
separated?: boolean;
|
|
485
|
-
sticky?: Sticky;
|
|
486
|
-
noSectionPadding?: boolean;
|
|
487
|
-
lazyLoad?: boolean;
|
|
488
|
-
onToggle?: (open: boolean, id: string) => void;
|
|
489
|
-
} & Omit<OverrideClassName<HTMLAttributes<HTMLDivElement>>, "children">;
|
|
302
|
+
declare const CandidateSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
303
|
+
declare const CustomOnboardSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
304
|
+
declare const ExitSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
305
|
+
declare const InternSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
306
|
+
declare const PhasedWeek1OnboardSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
307
|
+
declare const PhasedWeek5OnboardSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
308
|
+
declare const SinglePointOnboardSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
309
|
+
declare const GeneralOnboardSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
310
|
+
declare const RemoteOnboardSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
311
|
+
declare const HealthAndSafety: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
312
|
+
declare const EndOfProbation: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
313
|
+
declare const NewWaysOfWorking: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
314
|
+
declare const ReOnboarding: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
490
315
|
/**
|
|
491
|
-
*
|
|
492
|
-
* {@link https://cultureamp.design/?path=/docs/components-collapsible-collapsible-group--docs Storybook}
|
|
316
|
+
* Template Library / Performance
|
|
493
317
|
*/
|
|
494
|
-
declare const
|
|
495
|
-
|
|
496
|
-
|
|
318
|
+
declare const Individual360: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
319
|
+
declare const Leadership360: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
320
|
+
declare const Manager360: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
321
|
+
declare const Individual180: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
322
|
+
declare const Leadership180: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
323
|
+
declare const Manager180: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
324
|
+
declare const TeamEffectiveness1: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
325
|
+
declare const TeamEffectiveness2: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
497
326
|
/**
|
|
498
|
-
*
|
|
499
|
-
* {@link https://cultureamp.design/?path=/docs/components-collapsible--docs Storybook}
|
|
327
|
+
* Offices
|
|
500
328
|
*/
|
|
501
|
-
declare const
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
};
|
|
505
|
-
|
|
329
|
+
declare const London: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
330
|
+
declare const Melbourne: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
331
|
+
declare const NewYork: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
332
|
+
declare const SanFrancisco: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
506
333
|
/**
|
|
507
|
-
*
|
|
508
|
-
* {@link https://cultureamp.design/?path=/docs/components-content--docs Storybook}
|
|
334
|
+
* Values
|
|
509
335
|
*/
|
|
510
|
-
declare const
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
336
|
+
declare const AmplifyOthers: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
337
|
+
declare const HaveTheCourageToBeVulnerable: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
338
|
+
declare const LearnFasterThroughFeedback: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
339
|
+
declare const TrustOthersToMakeDecisions: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
340
|
+
/**
|
|
341
|
+
* Template Library / COVID-19
|
|
342
|
+
*/
|
|
343
|
+
declare const WellbeingSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
344
|
+
declare const Response: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
345
|
+
declare const RemoteWorkQSet: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
346
|
+
declare const ReturnToWorkplace: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
347
|
+
declare const PulseSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
348
|
+
/**
|
|
349
|
+
* New Account
|
|
350
|
+
*/
|
|
351
|
+
declare const AccountBasics: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
352
|
+
declare const CompanyDetails: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
353
|
+
declare const EmployeeData: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
354
|
+
declare const Gdpr: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
355
|
+
declare const Timezone: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
356
|
+
declare const AddUser: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
357
|
+
/**
|
|
358
|
+
* Skills Coach (previously referred to as Manager Learning)
|
|
359
|
+
*/
|
|
360
|
+
declare const Strategy: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
361
|
+
declare const Resilience: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
362
|
+
declare const EssentialResilience: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
363
|
+
declare const RemoteManager: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
364
|
+
declare const Productivity: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
365
|
+
declare const EssentialProductivity: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
366
|
+
declare const InfluentialCommunication: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
367
|
+
declare const LeadingChange: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
368
|
+
declare const ManagerLearning: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
369
|
+
declare const Feedback: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
370
|
+
declare const Coaching: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
371
|
+
declare const OneOnOne: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
372
|
+
/**
|
|
373
|
+
* Miscellaneous
|
|
374
|
+
*/
|
|
375
|
+
declare const ActionPlans: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
376
|
+
declare const BCorp: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
377
|
+
declare const Behaviour: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
378
|
+
declare const ChangeAgents: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
379
|
+
declare const Communications: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
380
|
+
declare const Community: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
381
|
+
declare const Company: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
382
|
+
declare const Conversations: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
383
|
+
declare const DataVisualization: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
384
|
+
declare const Goals: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
385
|
+
declare const Insights: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
386
|
+
declare const Learn: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
387
|
+
declare const Microphone: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
388
|
+
declare const PaperPen: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
389
|
+
declare const PowerfulInsights: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
390
|
+
declare const Privacy: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
391
|
+
declare const Process: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
392
|
+
declare const Resources: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
393
|
+
declare const ScienceBackedTools: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
394
|
+
declare const SkillsDevelopment: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
395
|
+
declare const ViewReports: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
396
|
+
declare const ReadArticle: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
397
|
+
declare const FastAction: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
398
|
+
declare const BaselineSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
399
|
+
declare const SpreadsheetTemplate: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
400
|
+
declare const AddImage: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
401
|
+
declare const MeetingVoices: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
402
|
+
declare const Workshop: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
403
|
+
declare const Video: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
404
|
+
declare const ReportSharing: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
405
|
+
declare const BlankSurvey: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
406
|
+
declare const TakeAim: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
407
|
+
declare const Action: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
408
|
+
declare const Training1: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
409
|
+
declare const Training2: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
410
|
+
declare const Training3: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
411
|
+
declare const ShareReport: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
412
|
+
declare const Team1: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
413
|
+
declare const Team2: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
414
|
+
declare const Templates: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
415
|
+
declare const ExecutiveReportSharing: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
416
|
+
declare const ManagerReportSharing: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
417
|
+
declare const LeaderReportSharing: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
418
|
+
declare const Alarm: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
419
|
+
declare const Fire: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
420
|
+
declare const Fireworks: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
421
|
+
declare const FullImport: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
422
|
+
declare const HrisImport: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
423
|
+
declare const PartialImport: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
424
|
+
declare const Starburst: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
425
|
+
declare const Stop: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
426
|
+
declare const TrafficCone: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
427
|
+
declare const Trophy: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
428
|
+
declare const UnderConstruction: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
429
|
+
declare const ValueAdd: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
430
|
+
declare const Recommendation: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
431
|
+
declare const Objective: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
432
|
+
declare const CalendarSync: ({ enableAspectRatio, ...restProps }: SpotProps) => JSX.Element;
|
|
516
433
|
|
|
517
|
-
type
|
|
518
|
-
children?: React__default.ReactNode;
|
|
434
|
+
type VideoPlayerProps = {
|
|
519
435
|
/**
|
|
520
|
-
*
|
|
436
|
+
* Specifies whether the animation plays as soon as it is rendered.
|
|
437
|
+
* If the user has enabled prefer-reduced-motion their preferences
|
|
438
|
+
* take precedent over this prop.
|
|
521
439
|
*/
|
|
522
|
-
|
|
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;
|
|
440
|
+
autoplay?: boolean;
|
|
530
441
|
/**
|
|
531
|
-
*
|
|
442
|
+
* Replay from start when active animation reaches the end of the animation.
|
|
532
443
|
*/
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
444
|
+
loop?: boolean;
|
|
445
|
+
/**
|
|
446
|
+
* Fallback image. Used when rendering of the asset fails, or as a
|
|
447
|
+
* poster for the video player.
|
|
448
|
+
*/
|
|
449
|
+
fallback: string;
|
|
450
|
+
/**
|
|
451
|
+
* The path of the animation source, excluding the file extension. This
|
|
452
|
+
* Player will preference Webm over mp4.
|
|
453
|
+
*/
|
|
454
|
+
source: string;
|
|
455
|
+
/**
|
|
456
|
+
* Aspect ratio that is set on the illustration in Scene/Spot which wraps the
|
|
457
|
+
* component in a container, forcing the aspect ratio.
|
|
458
|
+
*/
|
|
459
|
+
aspectRatio?: "landscape" | "portrait" | "square";
|
|
460
|
+
onEnded?: () => void;
|
|
461
|
+
};
|
|
540
462
|
|
|
541
|
-
type
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
} &
|
|
551
|
-
|
|
552
|
-
|
|
463
|
+
type SceneProps = {
|
|
464
|
+
enableAspectRatio?: boolean;
|
|
465
|
+
} & Pick<BaseProps, "alt" | "classNameOverride">;
|
|
466
|
+
type BaseAnimatedSceneProps = {
|
|
467
|
+
isAnimated?: boolean;
|
|
468
|
+
} & SceneProps & Pick<VideoPlayerProps, "autoplay" | "loop">;
|
|
469
|
+
type AnimatedProps = {
|
|
470
|
+
isAnimated: true;
|
|
471
|
+
alt?: never;
|
|
472
|
+
} & Omit<BaseAnimatedSceneProps, "alt">;
|
|
473
|
+
type NotAnimatedProps = {
|
|
474
|
+
isAnimated?: false;
|
|
475
|
+
autoplay?: never;
|
|
476
|
+
loop?: never;
|
|
477
|
+
} & BaseAnimatedSceneProps;
|
|
478
|
+
type AnimatedSceneProps = AnimatedProps | NotAnimatedProps;
|
|
479
|
+
declare const BrandMomentPositiveOutro: {
|
|
480
|
+
({ isAnimated, enableAspectRatio, alt, ...otherProps }: AnimatedSceneProps): JSX.Element;
|
|
553
481
|
displayName: string;
|
|
554
482
|
};
|
|
555
|
-
|
|
556
|
-
|
|
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;
|
|
483
|
+
declare const BrandMomentLogin: {
|
|
484
|
+
({ isAnimated, enableAspectRatio, alt, ...otherProps }: AnimatedSceneProps): JSX.Element;
|
|
570
485
|
displayName: string;
|
|
571
486
|
};
|
|
572
|
-
|
|
573
|
-
|
|
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;
|
|
487
|
+
declare const BrandMomentError: {
|
|
488
|
+
({ isAnimated, enableAspectRatio, alt, ...otherProps }: AnimatedSceneProps): JSX.Element;
|
|
582
489
|
displayName: string;
|
|
583
490
|
};
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
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;
|
|
491
|
+
declare const BrandMomentNewAccountOnboarding: {
|
|
492
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
493
|
+
displayName: string;
|
|
598
494
|
};
|
|
599
|
-
declare const
|
|
600
|
-
({
|
|
495
|
+
declare const BrandMomentUploadEmployeeData: {
|
|
496
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
601
497
|
displayName: string;
|
|
602
498
|
};
|
|
603
|
-
|
|
604
|
-
|
|
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>;
|
|
499
|
+
declare const BrandMomentStarterKit: {
|
|
500
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
501
|
+
displayName: string;
|
|
613
502
|
};
|
|
614
|
-
declare const
|
|
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;
|
|
503
|
+
declare const EmptyStatesAction: {
|
|
504
|
+
({ isAnimated, enableAspectRatio, alt, ...otherProps }: AnimatedSceneProps): JSX.Element;
|
|
632
505
|
displayName: string;
|
|
633
506
|
};
|
|
634
|
-
|
|
635
|
-
|
|
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;
|
|
507
|
+
declare const EmptyStatesInformative: {
|
|
508
|
+
({ isAnimated, enableAspectRatio, alt, ...otherProps }: AnimatedSceneProps): JSX.Element;
|
|
509
|
+
displayName: string;
|
|
660
510
|
};
|
|
661
|
-
|
|
662
|
-
|
|
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;
|
|
511
|
+
declare const EmptyStatesNegative: {
|
|
512
|
+
({ isAnimated, enableAspectRatio, alt, ...otherProps }: AnimatedSceneProps): JSX.Element;
|
|
713
513
|
displayName: string;
|
|
714
514
|
};
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
defaultMonth?: Date;
|
|
719
|
-
weekStartsOn?: DayOfWeek;
|
|
720
|
-
disabledDays?: Matcher[];
|
|
721
|
-
selectedRange?: DateRange;
|
|
722
|
-
locale: Locale;
|
|
723
|
-
onDayChange: DayClickEventHandler;
|
|
515
|
+
declare const EmptyStatesPositive: {
|
|
516
|
+
({ isAnimated, enableAspectRatio, alt, ...otherProps }: AnimatedSceneProps): JSX.Element;
|
|
517
|
+
displayName: string;
|
|
724
518
|
};
|
|
725
|
-
|
|
726
|
-
|
|
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;
|
|
519
|
+
declare const EmptyStatesNeutral: {
|
|
520
|
+
({ isAnimated, enableAspectRatio, alt, ...otherProps }: AnimatedSceneProps): JSX.Element;
|
|
764
521
|
displayName: string;
|
|
765
522
|
};
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
type DividerProps = {
|
|
770
|
-
variant: "content" | "canvas" | "menuSeparator";
|
|
771
|
-
isReversed?: boolean;
|
|
772
|
-
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
773
|
-
/**
|
|
774
|
-
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082061035/Divider Guidance} |
|
|
775
|
-
* {@link https://cultureamp.design/?path=/docs/components-divider--docs Storybook}
|
|
776
|
-
*/
|
|
777
|
-
declare const Divider: {
|
|
778
|
-
({ variant, isReversed, classNameOverride, ...props }: DividerProps): JSX.Element;
|
|
523
|
+
declare const Information360Upgrade: {
|
|
524
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
779
525
|
displayName: string;
|
|
780
526
|
};
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
type LayoutContextType = "sidebarAndContent" | "contentOnly";
|
|
784
|
-
type EmptyStateProps = {
|
|
785
|
-
children?: React__default.ReactNode;
|
|
786
|
-
id?: string;
|
|
787
|
-
illustrationType?: IllustrationType;
|
|
788
|
-
layoutContext?: LayoutContextType;
|
|
789
|
-
bodyText: string | React__default.ReactNode;
|
|
790
|
-
straightCorners?: boolean;
|
|
791
|
-
headingProps?: HeadingProps$1;
|
|
792
|
-
} & OverrideClassName<HTMLAttributes<HTMLDivElement>> & Pick<AnimatedSceneProps$1, "isAnimated" | "loop">;
|
|
793
|
-
/**
|
|
794
|
-
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094098/Empty+State Guidance} |
|
|
795
|
-
* {@link https://cultureamp.design/?path=/docs/components-empty-state--docs Storybook}
|
|
796
|
-
*/
|
|
797
|
-
declare const EmptyState: {
|
|
798
|
-
({ children, id, illustrationType, layoutContext, headingProps, bodyText, straightCorners, isAnimated, loop, classNameOverride, ...props }: EmptyStateProps): JSX.Element;
|
|
527
|
+
declare const InformationDemographicFocus: {
|
|
528
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
799
529
|
displayName: string;
|
|
800
530
|
};
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
type ErrorStatuses = (typeof statusCodes)[number];
|
|
804
|
-
|
|
805
|
-
type ErrorPageProps = {
|
|
806
|
-
code: ErrorStatuses;
|
|
807
|
-
title?: string;
|
|
808
|
-
message?: React__default.ReactNode | string;
|
|
809
|
-
callToAction?: {
|
|
810
|
-
onContactSupport: () => void;
|
|
811
|
-
homeHref?: string;
|
|
812
|
-
};
|
|
813
|
-
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
814
|
-
declare const ErrorPage: {
|
|
815
|
-
({ code, title, message, callToAction, classNameOverride, }: ErrorPageProps): JSX.Element;
|
|
531
|
+
declare const InformationTurnoverCalculator: {
|
|
532
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
816
533
|
displayName: string;
|
|
817
534
|
};
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
children?: React__default.ReactNode;
|
|
821
|
-
inline?: boolean;
|
|
822
|
-
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
823
|
-
declare const FieldGroup: {
|
|
824
|
-
({ children, inline, classNameOverride, ...restProps }: FieldGroupProps): JSX.Element;
|
|
535
|
+
declare const InformationTurnoverForecast: {
|
|
536
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
825
537
|
displayName: string;
|
|
826
538
|
};
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
539
|
+
declare const InformationEmergingTrends: {
|
|
540
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
541
|
+
displayName: string;
|
|
830
542
|
};
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
children: React__default.ReactNode;
|
|
834
|
-
isOpen: boolean;
|
|
835
|
-
setIsOpen: (isOpen: boolean) => void;
|
|
836
|
-
renderTrigger: (triggerProps: {
|
|
837
|
-
onClick: () => void;
|
|
838
|
-
isOpen: boolean;
|
|
839
|
-
}) => JSX.Element & {
|
|
840
|
-
ref?: React__default.RefObject<FilterTriggerRef>;
|
|
841
|
-
};
|
|
842
|
-
onMount?: (triggerRef: React__default.RefObject<HTMLButtonElement>) => void;
|
|
843
|
-
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
844
|
-
declare const Filter: {
|
|
845
|
-
({ children, isOpen, setIsOpen, renderTrigger, classNameOverride, onMount, ...restProps }: FilterProps): JSX.Element;
|
|
543
|
+
declare const InformationEmployeeLifecycle: {
|
|
544
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
846
545
|
displayName: string;
|
|
847
546
|
};
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
children: React__default.ReactNode;
|
|
851
|
-
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
852
|
-
declare const FilterContents: {
|
|
853
|
-
({ children, classNameOverride, ...restProps }: FilterContentsProps): JSX.Element;
|
|
547
|
+
declare const InformationReportOwner: {
|
|
548
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
854
549
|
displayName: string;
|
|
855
550
|
};
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
selectedValue?: string | JSX.Element;
|
|
860
|
-
isOpen?: boolean;
|
|
861
|
-
} & Omit<FilterButtonBaseProps, "children">;
|
|
862
|
-
declare const FilterButton: React__default.ForwardRefExoticComponent<{
|
|
863
|
-
label: string;
|
|
864
|
-
selectedValue?: string | JSX.Element | undefined;
|
|
865
|
-
isOpen?: boolean | undefined;
|
|
866
|
-
} & Omit<FilterButtonBaseProps, "children"> & React__default.RefAttributes<FilterTriggerRef>>;
|
|
867
|
-
|
|
868
|
-
type DataAttributes = {
|
|
869
|
-
[key: `data-${string}`]: string | undefined;
|
|
551
|
+
declare const InformationReportOwnerByRule: {
|
|
552
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
553
|
+
displayName: string;
|
|
870
554
|
};
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
};
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
555
|
+
declare const Collaboration: {
|
|
556
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
557
|
+
displayName: string;
|
|
558
|
+
};
|
|
559
|
+
declare const Communication: {
|
|
560
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
561
|
+
displayName: string;
|
|
562
|
+
};
|
|
563
|
+
declare const CompanyValues: {
|
|
564
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
565
|
+
displayName: string;
|
|
566
|
+
};
|
|
567
|
+
declare const ConnectTheDots: {
|
|
568
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
569
|
+
displayName: string;
|
|
570
|
+
};
|
|
571
|
+
declare const CultureLab: {
|
|
572
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
573
|
+
displayName: string;
|
|
574
|
+
};
|
|
575
|
+
declare const TermsAgreement: {
|
|
576
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
577
|
+
displayName: string;
|
|
578
|
+
};
|
|
579
|
+
declare const SkillsCoach1On1Meetings: {
|
|
580
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
581
|
+
displayName: string;
|
|
582
|
+
};
|
|
583
|
+
declare const SkillsCoachCoaching: {
|
|
584
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
585
|
+
displayName: string;
|
|
586
|
+
};
|
|
587
|
+
declare const SkillsCoachEmployeeDevelopment: {
|
|
588
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
589
|
+
displayName: string;
|
|
590
|
+
};
|
|
591
|
+
declare const SkillsCoachEssentialFeedback: {
|
|
592
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
593
|
+
displayName: string;
|
|
594
|
+
};
|
|
595
|
+
declare const SkillsCoachEssentialProductivity: {
|
|
596
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
597
|
+
displayName: string;
|
|
598
|
+
};
|
|
599
|
+
declare const SkillsCoachEssentialResilience: {
|
|
600
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
601
|
+
displayName: string;
|
|
602
|
+
};
|
|
603
|
+
declare const SkillsCoachInfluentialCommunication: {
|
|
604
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
605
|
+
displayName: string;
|
|
606
|
+
};
|
|
607
|
+
declare const SkillsCoachLeadingChange: {
|
|
608
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
609
|
+
displayName: string;
|
|
610
|
+
};
|
|
611
|
+
declare const SkillsCoachFeedback: {
|
|
612
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
613
|
+
displayName: string;
|
|
614
|
+
};
|
|
615
|
+
declare const SkillsCoachManagerHub: {
|
|
616
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
617
|
+
displayName: string;
|
|
618
|
+
};
|
|
619
|
+
declare const SkillsCoachProductivity: {
|
|
620
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
621
|
+
displayName: string;
|
|
622
|
+
};
|
|
623
|
+
declare const SkillsCoachRemoteManager: {
|
|
624
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
625
|
+
displayName: string;
|
|
626
|
+
};
|
|
627
|
+
declare const SkillsCoachResilience: {
|
|
628
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
629
|
+
displayName: string;
|
|
630
|
+
};
|
|
631
|
+
declare const SkillsCoachStrategy: {
|
|
632
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
633
|
+
displayName: string;
|
|
634
|
+
};
|
|
635
|
+
declare const Programs: {
|
|
636
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
637
|
+
displayName: string;
|
|
638
|
+
};
|
|
639
|
+
declare const EngagementSurveySummaryFemale: {
|
|
640
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
641
|
+
displayName: string;
|
|
642
|
+
};
|
|
643
|
+
declare const EngagementSurveySummaryMale: {
|
|
644
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
645
|
+
displayName: string;
|
|
646
|
+
};
|
|
647
|
+
declare const SurveyOverviewClosed: {
|
|
648
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
649
|
+
displayName: string;
|
|
650
|
+
};
|
|
651
|
+
declare const SurveyGetStarted: {
|
|
652
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
653
|
+
displayName: string;
|
|
654
|
+
};
|
|
655
|
+
declare const PerformanceCompanySettings: {
|
|
656
|
+
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
657
|
+
displayName: string;
|
|
880
658
|
};
|
|
881
|
-
declare const FilterButtonRemovable: React__default.ForwardRefExoticComponent<{
|
|
882
|
-
triggerButtonProps: FilterButtonProps & DataAttributes;
|
|
883
|
-
removeButtonProps: Partial<Omit<FilterButtonBaseProps, "children">> & DataAttributes & {
|
|
884
|
-
tooltipText?: string;
|
|
885
|
-
};
|
|
886
|
-
} & Omit<ButtonGroupProps, "children"> & React__default.RefAttributes<FilterButtonRemovableRefs>>;
|
|
887
659
|
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
660
|
+
/**
|
|
661
|
+
* This component is a snowflake. It plays two assets one after the other:
|
|
662
|
+
* - An "initial" animation that is only ever played once, never looping
|
|
663
|
+
* - An "ambient" animation that can be looped, depending on the props passed into it
|
|
664
|
+
*/
|
|
665
|
+
declare const BrandMomentCaptureIntro: {
|
|
666
|
+
({ isAnimated, alt, enableAspectRatio, ...otherProps }: AnimatedSceneProps): JSX.Element;
|
|
667
|
+
displayName: string;
|
|
896
668
|
};
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
669
|
+
|
|
670
|
+
type BrandMomentProps = {
|
|
671
|
+
mood: "informative" | "positive" | "negative";
|
|
672
|
+
illustration: ReactElement<SceneProps>;
|
|
673
|
+
header: ReactNode;
|
|
674
|
+
body?: ReactNode;
|
|
675
|
+
primaryAction?: ButtonProps;
|
|
676
|
+
secondaryAction?: ButtonProps;
|
|
677
|
+
text: {
|
|
678
|
+
title: ReactNode;
|
|
679
|
+
subtitle?: ReactNode;
|
|
680
|
+
body?: ReactNode;
|
|
681
|
+
footer?: ReactNode;
|
|
682
|
+
};
|
|
683
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
684
|
+
/**
|
|
685
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082061589/Brand+Moment Guidance} |
|
|
686
|
+
* {@link https://cultureamp.design/?path=/docs/components-brand-moment--docs Storybook}
|
|
687
|
+
*/
|
|
688
|
+
declare const BrandMoment: {
|
|
689
|
+
({ mood, illustration, header, body, primaryAction, secondaryAction, text, classNameOverride, ...restProps }: BrandMomentProps): JSX.Element;
|
|
690
|
+
displayName: string;
|
|
900
691
|
};
|
|
901
692
|
|
|
902
|
-
type
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
/**
|
|
906
|
-
* A description that provides context for the text field
|
|
907
|
-
*/
|
|
908
|
-
description?: DateInputDescriptionProps["description"];
|
|
909
|
-
isReversed?: boolean;
|
|
910
|
-
validationMessage?: ValidationMessage;
|
|
911
|
-
disabled?: boolean;
|
|
912
|
-
labelText?: DateInputProps["labelText"];
|
|
913
|
-
} & Omit<DateInputProps, "id" | "labelText">;
|
|
693
|
+
type FilterButtonBaseProps = {
|
|
694
|
+
children: React__default.ReactNode;
|
|
695
|
+
} & OverrideClassName<ButtonHTMLAttributes<HTMLButtonElement>>;
|
|
914
696
|
|
|
915
|
-
type
|
|
916
|
-
type
|
|
917
|
-
|
|
918
|
-
locale: DatePickerSupportedLocales;
|
|
919
|
-
/**
|
|
920
|
-
* Sets first displayed month to month of provided date if there isn't a date set.
|
|
921
|
-
*/
|
|
922
|
-
defaultMonth?: CalendarSingleProps["defaultMonth"];
|
|
697
|
+
type Position = "above" | "below" | "left" | "right";
|
|
698
|
+
type Mood$2 = "default" | "informative" | "positive" | "cautionary" | "highlight";
|
|
699
|
+
type TooltipProps = {
|
|
923
700
|
/**
|
|
924
|
-
*
|
|
701
|
+
* Unfortunately, the content needed to be wrapped in a div. This can sometimes
|
|
702
|
+
* break the css layout. To get around this, we allow you to specify the css
|
|
703
|
+
* display value directly. If you need to need to modify more values, feel free
|
|
704
|
+
* to use the `classNameOverride` prop, but avoid it if you can.
|
|
925
705
|
*/
|
|
926
|
-
|
|
706
|
+
display?: "block" | "inline" | "inline-block" | "flex" | "inline-flex";
|
|
927
707
|
/**
|
|
928
|
-
*
|
|
929
|
-
*
|
|
708
|
+
* This is more a "desired position". The tooltip will automatically change
|
|
709
|
+
* its position, if there's not enough room to show it in the one specified.
|
|
930
710
|
*/
|
|
931
|
-
|
|
711
|
+
position?: Position;
|
|
712
|
+
/** The text content for the tooltip */
|
|
713
|
+
text: React__default.ReactNode;
|
|
932
714
|
/**
|
|
933
|
-
*
|
|
934
|
-
* Date will return as `undefined` if empty, invalid or disabled.
|
|
935
|
-
*
|
|
936
|
-
* Distinctly different from `change` where that is triggered on any kind of event, we expect the final valid date in this function.
|
|
715
|
+
* This is the interactable element that is being described by the tooltip `text`
|
|
937
716
|
*/
|
|
938
|
-
|
|
717
|
+
children?: React__default.ReactNode;
|
|
718
|
+
classNameOverride?: string;
|
|
719
|
+
mood?: Mood$2;
|
|
939
720
|
/**
|
|
940
|
-
*
|
|
721
|
+
* Render the tooltip inside a react portal, given the ccs selector.
|
|
722
|
+
* This is typically used for instances where the menu is a descendant of an
|
|
723
|
+
* `overflow: scroll` or `overflow: hidden` element.
|
|
941
724
|
*/
|
|
942
|
-
|
|
943
|
-
inputProps?: FilterInputProps$1<DateInputFieldProps>;
|
|
725
|
+
portalSelector?: string;
|
|
944
726
|
/**
|
|
945
|
-
*
|
|
727
|
+
* Should the tooltip be visible on the first render. Useful for visual
|
|
728
|
+
* regression testing.
|
|
946
729
|
*/
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
/**
|
|
950
|
-
* Callback when a date is selected. Utilises internal validation if not set.
|
|
951
|
-
*/
|
|
952
|
-
onValidate?: (validationResponse: DateValidationResponse) => void;
|
|
953
|
-
setIsFilterOpen?: FilterProps["setIsOpen"];
|
|
954
|
-
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
955
|
-
declare const FilterDatePickerField: ({ id: propsId, inputProps, locale: propsLocale, defaultMonth, selectedDate, onDateChange, onDateSubmit, disabledDays, description, validationMessage, onValidate, classNameOverride, ...restProps }: FilterDatePickerFieldProps) => JSX.Element;
|
|
956
|
-
|
|
957
|
-
type FilterDatePickerProps = {
|
|
958
|
-
id?: string;
|
|
959
|
-
label: string;
|
|
960
|
-
isOpen: FilterProps["isOpen"];
|
|
961
|
-
setIsOpen: FilterProps["setIsOpen"];
|
|
962
|
-
renderTrigger: (triggerProps: FilterButtonProps) => JSX.Element;
|
|
963
|
-
} & Omit<FilterDatePickerFieldProps, "id">;
|
|
964
|
-
declare const FilterDatePicker: {
|
|
965
|
-
({ isOpen, setIsOpen, renderTrigger, selectedDate, label, locale, onDateSubmit, ...restProps }: FilterDatePickerProps): JSX.Element;
|
|
966
|
-
displayName: string;
|
|
967
|
-
};
|
|
968
|
-
|
|
969
|
-
type ValidateDateArgs = {
|
|
970
|
-
date: Date | undefined;
|
|
971
|
-
inputValue: string | undefined;
|
|
972
|
-
disabledDays?: DisabledDays;
|
|
730
|
+
isInitiallyVisible?: boolean;
|
|
731
|
+
animationDuration?: number;
|
|
973
732
|
};
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
newDate: Date | undefined;
|
|
733
|
+
declare const Tooltip: {
|
|
734
|
+
({ children, text, display, position, classNameOverride, portalSelector, animationDuration, isInitiallyVisible, mood, }: TooltipProps): JSX.Element;
|
|
735
|
+
displayName: string;
|
|
978
736
|
};
|
|
979
|
-
declare const validateDate: (args: ValidateDateArgs) => ValidateDateResponse;
|
|
980
737
|
|
|
981
|
-
type
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
type UseDateValidationValue = {
|
|
988
|
-
validationMessage: ValidationMessage | undefined;
|
|
989
|
-
validateDate: (args: {
|
|
990
|
-
date: Date | undefined;
|
|
991
|
-
inputValue: string;
|
|
992
|
-
}) => ReturnType<typeof validateDate>;
|
|
993
|
-
updateValidation: (validationResponse: DateValidationResponse) => void;
|
|
738
|
+
type ButtonGroupProps = {
|
|
739
|
+
children: React__default.ReactElement<FilterButtonBaseProps | TooltipProps> | Array<React__default.ReactElement<FilterButtonBaseProps | TooltipProps>>;
|
|
740
|
+
} & Omit<OverrideClassName<HTMLAttributes<HTMLDivElement>>, "children">;
|
|
741
|
+
declare const ButtonGroup: {
|
|
742
|
+
({ children, classNameOverride, ...restProps }: ButtonGroupProps): JSX.Element;
|
|
743
|
+
displayName: string;
|
|
994
744
|
};
|
|
995
|
-
declare const useDateValidation: ({ inputLabel, disabledDays, validationMessage, onValidate, }: UseDateValidationArgs) => UseDateValidationValue;
|
|
996
745
|
|
|
997
|
-
type
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
746
|
+
type CalendarSingleElement = HTMLDivElement;
|
|
747
|
+
type CalendarSingleProps = {
|
|
748
|
+
id?: string;
|
|
749
|
+
onMount?: (calendarElement: CalendarSingleElement) => void;
|
|
750
|
+
} & OverrideClassName<Omit<DayPickerSingleProps, "mode">>;
|
|
751
|
+
declare const CalendarSingle: {
|
|
752
|
+
({ id, onMount, classNameOverride, selected, defaultMonth, weekStartsOn, locale, ...restProps }: CalendarSingleProps): JSX.Element;
|
|
753
|
+
displayName: string;
|
|
1001
754
|
};
|
|
1002
|
-
declare const getDateValidationHandler: ({ onValidate, setInbuiltValidationMessage, inputLabel, }: GetDateValidationHandlerArgs) => (validationResponse: DateValidationResponse) => void;
|
|
1003
755
|
|
|
1004
|
-
type
|
|
756
|
+
type CalendarRangeElement = HTMLDivElement;
|
|
757
|
+
type CalendarRangeProps = {
|
|
1005
758
|
id?: string;
|
|
1006
|
-
|
|
1007
|
-
|
|
759
|
+
onMount?: (calendarElement: CalendarRangeElement) => void;
|
|
760
|
+
hasDivider?: boolean;
|
|
761
|
+
} & OverrideClassName<Omit<DayPickerRangeProps, "mode">>;
|
|
762
|
+
declare const CalendarRange: {
|
|
763
|
+
({ id, onMount, hasDivider, classNameOverride, selected, defaultMonth, locale, ...restProps }: CalendarRangeProps): JSX.Element;
|
|
764
|
+
displayName: string;
|
|
1008
765
|
};
|
|
1009
766
|
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
767
|
+
declare const DayOfWeek: {
|
|
768
|
+
readonly Sun: 0;
|
|
769
|
+
readonly Mon: 1;
|
|
770
|
+
readonly Tue: 2;
|
|
771
|
+
readonly Wed: 3;
|
|
772
|
+
readonly Thu: 4;
|
|
773
|
+
readonly Fri: 5;
|
|
774
|
+
readonly Sat: 6;
|
|
1013
775
|
};
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
dateEndId?: string;
|
|
1019
|
-
isReversed?: boolean;
|
|
776
|
+
type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
|
|
777
|
+
declare const DateFormat: {
|
|
778
|
+
readonly Numeral: "P";
|
|
779
|
+
readonly Text: "PP";
|
|
1020
780
|
};
|
|
781
|
+
type DateFormat = (typeof DateFormat)[keyof typeof DateFormat];
|
|
1021
782
|
|
|
1022
|
-
type
|
|
1023
|
-
|
|
1024
|
-
legend: string;
|
|
1025
|
-
inputStartDateProps: Omit<DateInputProps, "id">;
|
|
1026
|
-
inputEndDateProps: Omit<DateInputProps, "id">;
|
|
1027
|
-
locale: Locale;
|
|
1028
|
-
/**
|
|
1029
|
-
* A description that provides context for the text field
|
|
1030
|
-
*/
|
|
1031
|
-
description?: DateInputDescriptionProps["description"];
|
|
1032
|
-
isReversed?: boolean;
|
|
1033
|
-
validationMessage?: DateRangeValidationMessageProps["validationMessage"];
|
|
1034
|
-
disabled?: boolean;
|
|
1035
|
-
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
1036
|
-
|
|
1037
|
-
type InputStartDateProps = DateRangeInputFieldProps["inputStartDateProps"];
|
|
1038
|
-
type InputEndDateProps = DateRangeInputFieldProps["inputEndDateProps"];
|
|
1039
|
-
type FilterInputProps<InputProps> = Omit<Partial<InputProps>, "value"> & DataAttributes;
|
|
1040
|
-
type FilterDateRangePickerFieldProps = {
|
|
1041
|
-
id: string;
|
|
1042
|
-
label: string;
|
|
1043
|
-
locale: DatePickerSupportedLocales;
|
|
783
|
+
type DisabledDays = DayPickerProps["disabled"];
|
|
784
|
+
type DisabledDayMatchers = {
|
|
1044
785
|
/**
|
|
1045
|
-
*
|
|
786
|
+
* Accepts an array of singluar dates and disables them.
|
|
787
|
+
* e.g. [new Date(2022, 1, 12), new Date(2022, 1, 25)]
|
|
1046
788
|
*/
|
|
1047
|
-
|
|
789
|
+
disabledDates?: Date[];
|
|
1048
790
|
/**
|
|
1049
|
-
*
|
|
791
|
+
* Accepts an array of DayOfWeek values and disables those days throughout
|
|
792
|
+
* the calendar.
|
|
793
|
+
* e.g. [DayOfWeek.Mon, DayOfWeek.Tue]
|
|
1050
794
|
*/
|
|
1051
|
-
|
|
795
|
+
disabledDaysOfWeek?: DayOfWeek[];
|
|
1052
796
|
/**
|
|
1053
|
-
*
|
|
1054
|
-
*
|
|
797
|
+
* Accepts an object with a `from` and `to` date. Disables any date
|
|
798
|
+
* inside of that range, including the specified dates.
|
|
799
|
+
* { from: new Date(2022, 1, 12), to: new Date(2022, 1, 16) }
|
|
1055
800
|
*/
|
|
1056
|
-
|
|
801
|
+
disabledRange?: DateRange;
|
|
1057
802
|
/**
|
|
1058
|
-
*
|
|
803
|
+
* Accepts an object with a `before` and `after` date. Disables any date
|
|
804
|
+
* inside of that range, excluding the specified dates.
|
|
805
|
+
* { after: new Date(2022, 1, 12), before: new Date(2022, 1, 16) }
|
|
1059
806
|
*/
|
|
1060
|
-
|
|
1061
|
-
inputStartDateProps?: FilterInputProps<InputStartDateProps>;
|
|
1062
|
-
inputEndDateProps?: FilterInputProps<InputEndDateProps>;
|
|
807
|
+
disabledBeforeAfter?: DateInterval;
|
|
1063
808
|
/**
|
|
1064
|
-
*
|
|
1065
|
-
*/
|
|
1066
|
-
|
|
1067
|
-
validationMessage?: DateRangeFieldValidationMessage;
|
|
809
|
+
* Accepts single date and disables all days before it.
|
|
810
|
+
* */
|
|
811
|
+
disabledBefore?: Date;
|
|
1068
812
|
/**
|
|
1069
|
-
*
|
|
813
|
+
* Accepts single date and disables all days after it.
|
|
1070
814
|
*/
|
|
1071
|
-
|
|
1072
|
-
dateStart?: (validationResponse: DateValidationResponse) => void;
|
|
1073
|
-
dateEnd?: (validationResponse: DateValidationResponse) => void;
|
|
1074
|
-
};
|
|
1075
|
-
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
1076
|
-
|
|
1077
|
-
type FilterDateRangePickerProps = {
|
|
1078
|
-
id?: string;
|
|
1079
|
-
isOpen: FilterProps["isOpen"];
|
|
1080
|
-
setIsOpen: FilterProps["setIsOpen"];
|
|
1081
|
-
renderTrigger: (triggerProps: FilterButtonProps) => JSX.Element;
|
|
1082
|
-
} & Omit<FilterDateRangePickerFieldProps, "id">;
|
|
1083
|
-
declare const FilterDateRangePicker: {
|
|
1084
|
-
({ id: propsId, isOpen, setIsOpen, renderTrigger, selectedRange, label, locale, ...restProps }: FilterDateRangePickerProps): JSX.Element;
|
|
1085
|
-
displayName: string;
|
|
815
|
+
disabledAfter?: Date;
|
|
1086
816
|
};
|
|
1087
817
|
|
|
1088
|
-
|
|
1089
|
-
id?: string;
|
|
1090
|
-
onRangeChange?: FilterDateRangePickerProps["onRangeChange"];
|
|
1091
|
-
locale?: FilterDateRangePickerProps["locale"];
|
|
1092
|
-
};
|
|
818
|
+
declare const calculateDisabledDays: ({ disabledDates, disabledDaysOfWeek, disabledRange, disabledBeforeAfter, disabledBefore, disabledAfter, }: DisabledDayMatchers) => Matcher[];
|
|
1093
819
|
|
|
1094
|
-
|
|
1095
|
-
children: React__default.ReactNode;
|
|
1096
|
-
} & HTMLAttributes<HTMLDivElement>;
|
|
820
|
+
declare const formatDateAsNumeral: (date: Date, locale: Locale) => string;
|
|
1097
821
|
|
|
1098
|
-
|
|
1099
|
-
children: React__default.ReactNode;
|
|
1100
|
-
};
|
|
822
|
+
declare const formatDateAsText: (date: Date, disabledDays: DisabledDays, locale: Locale) => string;
|
|
1101
823
|
|
|
1102
|
-
|
|
1103
|
-
isAnimated?: boolean;
|
|
1104
|
-
};
|
|
824
|
+
declare const isDisabledDate: (date: Date, disabledDays: DisabledDays) => boolean;
|
|
1105
825
|
|
|
1106
|
-
|
|
1107
|
-
type ItemType = {
|
|
1108
|
-
label: string;
|
|
1109
|
-
value: ValueType$1;
|
|
1110
|
-
count?: string;
|
|
1111
|
-
isDisabled?: boolean;
|
|
1112
|
-
};
|
|
1113
|
-
type MultiSelectItem = Node<ItemType>;
|
|
826
|
+
declare const isInvalidDate: (parsedDate: Date) => boolean;
|
|
1114
827
|
|
|
1115
|
-
|
|
1116
|
-
classNameOverride?: string;
|
|
1117
|
-
item: MultiSelectItem;
|
|
1118
|
-
}
|
|
828
|
+
declare const isValidWeekStartsOn: (day: DayOfWeek | undefined) => day is 0 | 1 | 2 | 3 | 4 | 5 | 6 | undefined;
|
|
1119
829
|
|
|
1120
|
-
|
|
830
|
+
declare const isSelectingDayInCalendar: (target: (EventTarget & Element) | null) => boolean;
|
|
831
|
+
|
|
832
|
+
declare const parseDateAsTextOrNumeral: (value: string, locale: Locale) => Date;
|
|
833
|
+
|
|
834
|
+
declare const parseDateFromNumeralFormatValue: (value: string, locale: Locale) => Date;
|
|
835
|
+
|
|
836
|
+
declare const parseDateFromTextFormatValue: (value: string, locale: Locale) => Date;
|
|
837
|
+
|
|
838
|
+
declare const setFocusInCalendar: (calendarElement: CalendarSingleElement | CalendarRangeElement, selectedDay: Date | undefined) => void;
|
|
839
|
+
|
|
840
|
+
type CardVariants = "default" | "informative" | "positive" | "cautionary" | "destructive" | "assertive" | "highlight";
|
|
841
|
+
type CardProps = OverrideClassName<HTMLAttributes<HTMLElement>> & {
|
|
842
|
+
children?: React__default.ReactNode;
|
|
1121
843
|
/**
|
|
1122
|
-
*
|
|
1123
|
-
* unsighted users
|
|
844
|
+
* HTML elements that are allowed on Card.
|
|
1124
845
|
*/
|
|
1125
|
-
|
|
1126
|
-
};
|
|
1127
|
-
type SectionHeaderProps = {
|
|
846
|
+
tag?: "div" | "article" | "header" | "main" | "section" | "li";
|
|
1128
847
|
/**
|
|
1129
|
-
*
|
|
1130
|
-
* unsighted users
|
|
848
|
+
* determines the card background colour on the card. It should match to the type of content being conveyed.
|
|
1131
849
|
*/
|
|
1132
|
-
|
|
850
|
+
variant?: CardVariants;
|
|
1133
851
|
/**
|
|
1134
|
-
*
|
|
1135
|
-
* If this is the same title as sectionName, you should only pass in a sectionHeader to avoid duplicate descriptions.
|
|
852
|
+
* Adds a larger box shadow to to the card container.
|
|
1136
853
|
*/
|
|
1137
|
-
|
|
854
|
+
isElevated?: boolean;
|
|
1138
855
|
};
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
unselectedItems: MultiSelectItem[];
|
|
1147
|
-
disabledItems: MultiSelectItem[];
|
|
1148
|
-
allItems: MultiSelectItem[];
|
|
1149
|
-
hasNoItems: boolean;
|
|
856
|
+
/**
|
|
857
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094938/Card Guidance} |
|
|
858
|
+
* {@link https://cultureamp.design/?path=/story/components-card--docs Storybook}
|
|
859
|
+
*/
|
|
860
|
+
declare const Card: {
|
|
861
|
+
({ children, tag, variant, isElevated, classNameOverride, ...props }: CardProps): JSX.Element;
|
|
862
|
+
displayName: string;
|
|
1150
863
|
};
|
|
1151
|
-
|
|
1152
|
-
|
|
864
|
+
|
|
865
|
+
type CheckedStatus = "on" | "off" | "mixed";
|
|
866
|
+
type CheckboxProps = {
|
|
867
|
+
checkedStatus?: CheckedStatus;
|
|
868
|
+
onCheck?: (event: React__default.ChangeEvent<HTMLInputElement>) => any;
|
|
869
|
+
reversed?: boolean;
|
|
870
|
+
value?: string;
|
|
871
|
+
} & OverrideClassName<Omit<InputHTMLAttributes<HTMLInputElement>, "type" | "onChange" | "checked">>;
|
|
872
|
+
declare const Checkbox: {
|
|
873
|
+
({ checkedStatus, onCheck, reversed, value, classNameOverride, ...restProps }: CheckboxProps): JSX.Element;
|
|
874
|
+
displayName: string;
|
|
1153
875
|
};
|
|
1154
876
|
|
|
1155
|
-
type
|
|
1156
|
-
label?: string;
|
|
877
|
+
type CheckboxFieldProps = Omit<CheckboxProps, "id"> & {
|
|
1157
878
|
id?: string;
|
|
1158
|
-
|
|
879
|
+
labelText: string | React__default.ReactNode;
|
|
880
|
+
checkedStatus?: CheckedStatus;
|
|
881
|
+
disabled?: boolean;
|
|
882
|
+
reversed?: boolean;
|
|
883
|
+
noBottomMargin?: boolean;
|
|
884
|
+
"data-testid"?: string;
|
|
1159
885
|
};
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
*/
|
|
1168
|
-
labelCharacterLimitBeforeTruncate?: number;
|
|
1169
|
-
classNameOverride?: string;
|
|
886
|
+
/**
|
|
887
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094661/Checkbox+Field Guidance} |
|
|
888
|
+
* {@link https://cultureamp.design/?path=/docs/components-checkobx-controls-checkbox-field--docs Storybook}
|
|
889
|
+
*/
|
|
890
|
+
declare const CheckboxField: {
|
|
891
|
+
({ id: propsId, labelText, checkedStatus, disabled, reversed, noBottomMargin, "data-testid": dataTestId, classNameOverride, ...restProps }: CheckboxFieldProps): JSX.Element;
|
|
892
|
+
displayName: string;
|
|
1170
893
|
};
|
|
1171
894
|
|
|
1172
|
-
type
|
|
1173
|
-
|
|
895
|
+
type CheckboxGroupProps = {
|
|
896
|
+
children?: React__default.ReactNode;
|
|
897
|
+
labelText: string | React__default.ReactNode;
|
|
898
|
+
labelId?: string;
|
|
899
|
+
noBottomMargin?: boolean;
|
|
900
|
+
reversed?: boolean;
|
|
901
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
902
|
+
/**
|
|
903
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094522/Checkbox+Group Guidance} |
|
|
904
|
+
* {@link https://cultureamp.design/storybook/?path=/docs/components-checkbox-controls-checkbox-group--docs Storybook}
|
|
905
|
+
*/
|
|
906
|
+
declare const CheckboxGroup: {
|
|
907
|
+
({ children, labelText, labelId: propsLabelId, noBottomMargin, reversed, classNameOverride, ...restProps }: CheckboxGroupProps): JSX.Element;
|
|
908
|
+
displayName: string;
|
|
1174
909
|
};
|
|
1175
910
|
|
|
1176
|
-
type
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
type MenuTriggerProviderContextType = {
|
|
1183
|
-
menuTriggerProps: HTMLAttributes<HTMLElement>;
|
|
1184
|
-
buttonProps: ButtonHTMLAttributes<HTMLButtonElement>;
|
|
1185
|
-
menuProps: AriaMenuOptions<ItemType>;
|
|
1186
|
-
menuTriggerState: MenuTriggerState;
|
|
1187
|
-
buttonRef: React__default.RefObject<HTMLButtonElement>;
|
|
911
|
+
type ClearButtonProps = {
|
|
912
|
+
isReversed?: boolean;
|
|
913
|
+
} & OverrideClassName<Omit<ButtonHTMLAttributes<HTMLButtonElement>, "children">>;
|
|
914
|
+
declare const ClearButton: {
|
|
915
|
+
({ classNameOverride, isReversed, ...restProps }: ClearButtonProps): JSX.Element;
|
|
916
|
+
displayName: string;
|
|
1188
917
|
};
|
|
1189
|
-
declare function MenuTriggerProvider({ isOpen, defaultOpen, onOpenChange, children, }: MenuTriggerProviderProps): JSX.Element;
|
|
1190
|
-
declare const useMenuTriggerContext: () => MenuTriggerProviderContextType;
|
|
1191
|
-
declare const MenuTriggerConsumer: ({ children, }: React__default.ConsumerProps<MenuTriggerProviderContextType>) => JSX.Element;
|
|
1192
918
|
|
|
1193
|
-
type
|
|
1194
|
-
|
|
1195
|
-
children: React__default.ReactNode;
|
|
1196
|
-
items?: ItemType[];
|
|
1197
|
-
onSelectionChange?: (keys: Selection) => void;
|
|
1198
|
-
/** The currently selected keys in the collection (controlled). */
|
|
1199
|
-
selectedKeys?: Selection;
|
|
1200
|
-
/** The initial selected keys in the collection (uncontrolled). */
|
|
1201
|
-
defaultSelectedKeys?: Selection;
|
|
1202
|
-
label: string;
|
|
1203
|
-
disabledKeys?: Selection;
|
|
1204
|
-
onSearchInputChange?: (searchInput: string) => void;
|
|
1205
|
-
};
|
|
1206
|
-
type SelectionProviderContextType = {
|
|
1207
|
-
listBoxProps: HTMLAttributes<HTMLElement>;
|
|
1208
|
-
labelProps: HTMLAttributes<HTMLElement>;
|
|
1209
|
-
selectionState: ListState<ItemType>;
|
|
1210
|
-
listRef: React__default.RefObject<HTMLUListElement>;
|
|
1211
|
-
searchQuery?: string;
|
|
1212
|
-
setSearchQuery: React__default.Dispatch<React__default.SetStateAction<string>>;
|
|
919
|
+
type Sticky = {
|
|
920
|
+
top: string;
|
|
1213
921
|
};
|
|
1214
|
-
declare const SelectionProvider: (props: SelectionProviderProps) => JSX.Element;
|
|
1215
|
-
declare const useSelectionContext: () => SelectionProviderContextType;
|
|
1216
|
-
declare const SelectionConsumer: ({ children, }: React__default.ConsumerProps<SelectionProviderContextType>) => JSX.Element;
|
|
1217
922
|
|
|
1218
|
-
type
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
923
|
+
type CollapsibleProps = {
|
|
924
|
+
children: JSX.Element | JSX.Element[] | string;
|
|
925
|
+
title: string;
|
|
926
|
+
renderHeader?: (title: string) => JSX.Element | JSX.Element[];
|
|
927
|
+
open?: boolean;
|
|
928
|
+
group?: boolean;
|
|
929
|
+
separated?: boolean;
|
|
930
|
+
sticky?: Sticky;
|
|
931
|
+
noSectionPadding?: boolean;
|
|
932
|
+
onToggle?: (open: boolean, id: string) => void;
|
|
933
|
+
/**
|
|
934
|
+
* By default, the header will change background colour when open. When the variant
|
|
935
|
+
* is set to 'clear', it will not have a background but a border-bottom will appear
|
|
936
|
+
* to separate the heading from the content.
|
|
937
|
+
*/
|
|
938
|
+
variant?: "default" | "clear";
|
|
939
|
+
/**
|
|
940
|
+
* Will avoid rendering the content until required (especially important when you
|
|
941
|
+
* have queries inside sections).
|
|
942
|
+
* Removes animation.
|
|
943
|
+
*/
|
|
944
|
+
lazyLoad?: boolean;
|
|
945
|
+
/**
|
|
946
|
+
* Disables internal `open` state, allowing it to be controlled in the usage.
|
|
947
|
+
*/
|
|
948
|
+
controlled?: boolean;
|
|
949
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
950
|
+
declare const Collapsible: {
|
|
951
|
+
({ children, title, renderHeader, open, group, separated, sticky, noSectionPadding, onToggle, variant, lazyLoad, controlled, classNameOverride, id: propsId, ...restProps }: CollapsibleProps): JSX.Element;
|
|
952
|
+
displayName: string;
|
|
1222
953
|
};
|
|
1223
954
|
|
|
1224
|
-
type
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
955
|
+
type CollapsibleGroupProps = {
|
|
956
|
+
children: Array<React__default.ReactElement<CollapsibleProps>>;
|
|
957
|
+
separated?: boolean;
|
|
958
|
+
sticky?: Sticky;
|
|
959
|
+
noSectionPadding?: boolean;
|
|
960
|
+
lazyLoad?: boolean;
|
|
961
|
+
onToggle?: (open: boolean, id: string) => void;
|
|
962
|
+
} & Omit<OverrideClassName<HTMLAttributes<HTMLDivElement>>, "children">;
|
|
963
|
+
/**
|
|
964
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094383/Collapsible Guidance} |
|
|
965
|
+
* {@link https://cultureamp.design/?path=/docs/components-collapsible-collapsible-group--docs Storybook}
|
|
966
|
+
*/
|
|
967
|
+
declare const CollapsibleGroup: ({ children, separated, sticky, noSectionPadding, lazyLoad, onToggle, classNameOverride, ...props }: CollapsibleGroupProps) => JSX.Element;
|
|
968
|
+
|
|
969
|
+
type ExpertAdviceCollapsibleProps = Omit<CollapsibleProps, "renderHeader" | "variant" | "group" | "separated">;
|
|
970
|
+
/**
|
|
971
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094383/Collapsible Guidance} |
|
|
972
|
+
* {@link https://cultureamp.design/?path=/docs/components-collapsible--docs Storybook}
|
|
973
|
+
*/
|
|
974
|
+
declare const ExpertAdviceCollapsible: {
|
|
975
|
+
(props: ExpertAdviceCollapsibleProps): JSX.Element;
|
|
1239
976
|
displayName: string;
|
|
1240
|
-
TriggerButton: {
|
|
1241
|
-
({ selectedOptionLabels, label, classNameOverride, labelCharacterLimitBeforeTruncate, }: FilterTriggerButtonProps): JSX.Element;
|
|
1242
|
-
displayName: string;
|
|
1243
|
-
};
|
|
1244
|
-
RemovableTrigger: {
|
|
1245
|
-
({ label, selectedOptionLabels, labelCharacterLimitBeforeTruncate, classNameOverride, onRemove, }: RemovableFilterTriggerProps): JSX.Element;
|
|
1246
|
-
displayName: string;
|
|
1247
|
-
};
|
|
1248
|
-
SearchInput: {
|
|
1249
|
-
({ label, id, isLoading, }: SearchInputProps): JSX.Element;
|
|
1250
|
-
displayName: string;
|
|
1251
|
-
};
|
|
1252
|
-
ListBox: {
|
|
1253
|
-
({ children }: ListBoxProps): JSX.Element;
|
|
1254
|
-
displayName: string;
|
|
1255
|
-
};
|
|
1256
|
-
ListBoxSection: {
|
|
1257
|
-
({ items, children, sectionName, ...restProps }: ListBoxSectionProps$1): JSX.Element;
|
|
1258
|
-
displayName: string;
|
|
1259
|
-
};
|
|
1260
|
-
SectionDivider: () => JSX.Element;
|
|
1261
|
-
Option: {
|
|
1262
|
-
({ classNameOverride, item, }: MultiSelectOptionProps): JSX.Element;
|
|
1263
|
-
displayName: string;
|
|
1264
|
-
};
|
|
1265
|
-
SelectAllButton: {
|
|
1266
|
-
(): JSX.Element;
|
|
1267
|
-
displayName: string;
|
|
1268
|
-
};
|
|
1269
|
-
ClearButton: {
|
|
1270
|
-
(): JSX.Element;
|
|
1271
|
-
displayName: string;
|
|
1272
|
-
};
|
|
1273
|
-
MenuFooter: {
|
|
1274
|
-
({ children }: MenuFooterProps): JSX.Element;
|
|
1275
|
-
displayName: string;
|
|
1276
|
-
};
|
|
1277
|
-
MenuLoadingSkeleton: {
|
|
1278
|
-
({ isAnimated, }: MenuLoadingSkeletonProps): JSX.Element;
|
|
1279
|
-
displayName: string;
|
|
1280
|
-
};
|
|
1281
|
-
LoadMoreButton: {
|
|
1282
|
-
(props: GenericButtonProps): JSX.Element;
|
|
1283
|
-
displayName: string;
|
|
1284
|
-
};
|
|
1285
|
-
NoResults: {
|
|
1286
|
-
({ children, ...restProps }: NoResultsProps): JSX.Element;
|
|
1287
|
-
displayName: string;
|
|
1288
|
-
};
|
|
1289
977
|
};
|
|
1290
978
|
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
979
|
+
/**
|
|
980
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3086156812/Layout Guidance} |
|
|
981
|
+
* {@link https://cultureamp.design/?path=/docs/components-content--docs Storybook}
|
|
982
|
+
*/
|
|
983
|
+
declare const Container: React__default.ForwardRefExoticComponent<{
|
|
984
|
+
children?: React__default.ReactNode;
|
|
985
|
+
style?: Pick<React__default.CSSProperties, "transform" | "left" | "right" | "bottom" | "top" | "padding" | "position" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "transformBox" | "transformOrigin" | "transformStyle"> | undefined;
|
|
986
|
+
} & Omit<React__default.HTMLAttributes<HTMLDivElement>, "className"> & {
|
|
987
|
+
classNameOverride?: string | undefined;
|
|
988
|
+
} & React__default.RefAttributes<HTMLDivElement>>;
|
|
1294
989
|
|
|
1295
|
-
|
|
990
|
+
type ContentProps = {
|
|
991
|
+
children?: React__default.ReactNode;
|
|
992
|
+
/**
|
|
993
|
+
* Not recommended. A short-circuit for dynamically overriding layout in a pinch
|
|
994
|
+
*/
|
|
995
|
+
style?: Pick<React__default.CSSProperties, "bottom" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "padding" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "top" | "transform" | "transformBox" | "transformOrigin" | "transformStyle">;
|
|
996
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
997
|
+
/**
|
|
998
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3086156812/Layout Guidance} |
|
|
999
|
+
* {@link https://cultureamp.design/?path=/docs/components-content--docs Storybook}
|
|
1000
|
+
*/
|
|
1001
|
+
declare const Content: React__default.ForwardRefExoticComponent<{
|
|
1002
|
+
children?: React__default.ReactNode;
|
|
1003
|
+
/**
|
|
1004
|
+
* Not recommended. A short-circuit for dynamically overriding layout in a pinch
|
|
1005
|
+
*/
|
|
1006
|
+
style?: Pick<React__default.CSSProperties, "transform" | "left" | "right" | "bottom" | "top" | "padding" | "position" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "transformBox" | "transformOrigin" | "transformStyle"> | undefined;
|
|
1007
|
+
} & Omit<React__default.HTMLAttributes<HTMLDivElement>, "className"> & {
|
|
1008
|
+
classNameOverride?: string | undefined;
|
|
1009
|
+
} & React__default.RefAttributes<HTMLDivElement>>;
|
|
1296
1010
|
|
|
1297
|
-
declare const
|
|
1011
|
+
declare const InputStatus: readonly ["default", "success", "error", "caution"];
|
|
1012
|
+
declare const InputTypes: readonly ["text", "email", "password"];
|
|
1298
1013
|
|
|
1299
|
-
type
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
}
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
};
|
|
1313
|
-
type SelectItem<Option extends SelectOption = SelectOption> = Option | SelectOptionGroup<Option>;
|
|
1314
|
-
type SelectOptionNode<Option extends SelectOption = SelectOption> = Node<Option> & {
|
|
1315
|
-
type: "item";
|
|
1316
|
-
hasChildNodes: false;
|
|
1317
|
-
};
|
|
1318
|
-
type SelectOptionGroupNode<Option extends SelectOption = SelectOption> = Omit<Node<SelectOptionGroup<Option>>, "childNodes"> & {
|
|
1319
|
-
type: "section";
|
|
1320
|
-
hasChildNodes: true;
|
|
1321
|
-
childNodes: Array<SelectOptionNode<Option>>;
|
|
1322
|
-
};
|
|
1323
|
-
type SelectItemNode<Option extends SelectOption = SelectOption> = SelectOptionNode<Option> | SelectOptionGroupNode<Option>;
|
|
1324
|
-
|
|
1325
|
-
type ListBoxSectionProps<Option extends SelectOption> = {
|
|
1326
|
-
section: SelectOptionGroupNode<Option>;
|
|
1327
|
-
};
|
|
1328
|
-
|
|
1329
|
-
type ListItemProps<Option extends SelectOption = SelectOption> = {
|
|
1330
|
-
item: SelectItemNode<Option>;
|
|
1331
|
-
};
|
|
1332
|
-
|
|
1333
|
-
type OptionProps<Option extends SelectOption = SelectOption> = {
|
|
1334
|
-
item: SelectOptionNode<Option>;
|
|
1335
|
-
} & OverrideClassName<Omit<HTMLAttributes<HTMLLIElement>, "children">>;
|
|
1336
|
-
|
|
1337
|
-
type SelectPopoverContentsProps<Option extends SelectOption> = {
|
|
1338
|
-
children?: (args: {
|
|
1339
|
-
items: Array<SelectItemNode<Option>>;
|
|
1340
|
-
}) => React__default.ReactNode;
|
|
1341
|
-
menuProps: AriaListBoxOptions<SelectItem<Option>>;
|
|
1014
|
+
type InputType = (typeof InputTypes)[number];
|
|
1015
|
+
type InputStatusType = (typeof InputStatus)[number];
|
|
1016
|
+
type InputProps = {
|
|
1017
|
+
inputRef?: React__default.RefObject<HTMLInputElement>;
|
|
1018
|
+
status?: InputStatusType;
|
|
1019
|
+
startIconAdornment?: React__default.ReactNode;
|
|
1020
|
+
endIconAdornment?: React__default.ReactNode;
|
|
1021
|
+
reversed?: boolean;
|
|
1022
|
+
type?: InputType;
|
|
1023
|
+
} & OverrideClassName<InputHTMLAttributes<HTMLInputElement>>;
|
|
1024
|
+
declare const Input: {
|
|
1025
|
+
({ inputRef, status, startIconAdornment, endIconAdornment, reversed, type, value, defaultValue, classNameOverride, disabled, ...restProps }: InputProps): JSX.Element;
|
|
1026
|
+
displayName: string;
|
|
1342
1027
|
};
|
|
1343
1028
|
|
|
1344
|
-
type
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
} & OverrideClassName<
|
|
1353
|
-
|
|
1354
|
-
|
|
1029
|
+
type InputRangeProps = {
|
|
1030
|
+
id: string;
|
|
1031
|
+
defaultValue?: number;
|
|
1032
|
+
value?: number;
|
|
1033
|
+
minLabel: ReactNode;
|
|
1034
|
+
maxLabel: ReactNode;
|
|
1035
|
+
min?: number;
|
|
1036
|
+
max?: number;
|
|
1037
|
+
} & OverrideClassName<InputHTMLAttributes<HTMLInputElement>>;
|
|
1038
|
+
/**
|
|
1039
|
+
* {@link https://cultureamp.design/?path=/docs/components-input-range--docs Storybook}
|
|
1040
|
+
*/
|
|
1041
|
+
declare const InputRange: {
|
|
1042
|
+
({ id, defaultValue, value, minLabel, maxLabel, min, max, onChange, "aria-describedby": ariaDescribedby, classNameOverride, disabled, readOnly, ...restProps }: InputRangeProps): JSX.Element;
|
|
1355
1043
|
displayName: string;
|
|
1356
|
-
Section: {
|
|
1357
|
-
<Option_1 extends SelectOption = SelectOption>({ section, }: ListBoxSectionProps<Option_1>): JSX.Element;
|
|
1358
|
-
displayName: string;
|
|
1359
|
-
};
|
|
1360
|
-
SectionDivider: {
|
|
1361
|
-
(): JSX.Element;
|
|
1362
|
-
displayName: string;
|
|
1363
|
-
};
|
|
1364
|
-
Option: {
|
|
1365
|
-
<Option_2 extends SelectOption = SelectOption>({ item, classNameOverride, ...props }: OptionProps<Option_2>): JSX.Element;
|
|
1366
|
-
displayName: string;
|
|
1367
|
-
};
|
|
1368
|
-
ItemDefaultRender: {
|
|
1369
|
-
<Option_3 extends SelectOption = SelectOption>({ item, }: ListItemProps<Option_3>): JSX.Element;
|
|
1370
|
-
displayName: string;
|
|
1371
|
-
};
|
|
1372
1044
|
};
|
|
1373
1045
|
|
|
1374
|
-
type
|
|
1375
|
-
id
|
|
1046
|
+
type InputSearchProps = {
|
|
1047
|
+
id: string;
|
|
1048
|
+
reversed?: boolean;
|
|
1049
|
+
loading?: boolean;
|
|
1050
|
+
secondary?: boolean;
|
|
1051
|
+
onClear?: () => void;
|
|
1052
|
+
} & OverrideClassName<Omit<InputHTMLAttributes<HTMLInputElement>, "defaultValue">>;
|
|
1053
|
+
declare const InputSearch: {
|
|
1054
|
+
(props: InputSearchProps): JSX.Element;
|
|
1055
|
+
displayName: string;
|
|
1376
1056
|
};
|
|
1377
1057
|
|
|
1378
|
-
type
|
|
1379
|
-
type
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
};
|
|
1388
|
-
type FilterIsUsableWhen<ValuesMap extends FiltersValues> = (state: SourceFiltersState<ValuesMap>) => boolean;
|
|
1389
|
-
type FilterAttributes<ValuesMap extends FiltersValues, Id = keyof ValuesMap> = {
|
|
1390
|
-
id: Id;
|
|
1391
|
-
name: string;
|
|
1392
|
-
Component: React.ReactElement;
|
|
1393
|
-
isRemovable?: boolean;
|
|
1394
|
-
isUsableWhen?: FilterIsUsableWhen<ValuesMap>;
|
|
1395
|
-
};
|
|
1396
|
-
type Filters<ValuesMap extends FiltersValues> = Array<FilterAttributes<ValuesMap>>;
|
|
1397
|
-
type FilterState<Id, Value> = {
|
|
1398
|
-
id: Id;
|
|
1399
|
-
name: string;
|
|
1400
|
-
isRemovable: boolean;
|
|
1401
|
-
isUsableWhen?: never;
|
|
1402
|
-
isUsable: boolean;
|
|
1403
|
-
isOpen: boolean;
|
|
1404
|
-
value?: Value;
|
|
1405
|
-
isActive: boolean;
|
|
1406
|
-
};
|
|
1058
|
+
type OmittedInputProps$1 = "reversed" | "type" | "inputRef";
|
|
1059
|
+
type DateInputProps = {
|
|
1060
|
+
labelText: React__default.ReactNode;
|
|
1061
|
+
isReversed?: boolean;
|
|
1062
|
+
} & Omit<InputProps, OmittedInputProps$1>;
|
|
1063
|
+
declare const DateInput: React__default.ForwardRefExoticComponent<{
|
|
1064
|
+
labelText: React__default.ReactNode;
|
|
1065
|
+
isReversed?: boolean | undefined;
|
|
1066
|
+
} & Omit<InputProps, OmittedInputProps$1> & React__default.RefAttributes<HTMLInputElement>>;
|
|
1407
1067
|
|
|
1408
|
-
type
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
type FilterStateEditableAttributes = {
|
|
1412
|
-
isOpen: boolean;
|
|
1413
|
-
};
|
|
1414
|
-
type InternalFilterState<ValuesMap extends FiltersValues, Id extends keyof ValuesMap> = {
|
|
1415
|
-
id: Id;
|
|
1416
|
-
name: string;
|
|
1417
|
-
isRemovable: boolean;
|
|
1418
|
-
isUsableWhen?: FilterIsUsableWhen<ValuesMap>;
|
|
1419
|
-
isUsable: boolean;
|
|
1420
|
-
isOpen: boolean;
|
|
1421
|
-
value?: never;
|
|
1422
|
-
isActive?: never;
|
|
1423
|
-
};
|
|
1424
|
-
type FilterBarStateFilters<ValuesMap extends FiltersValues> = {
|
|
1425
|
-
[K in keyof ValuesMap]: InternalFilterState<ValuesMap, K>;
|
|
1068
|
+
type DateInputDescriptionProps = {
|
|
1069
|
+
description?: string | JSX.Element;
|
|
1070
|
+
locale: Locale;
|
|
1426
1071
|
};
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
activeFilterIds: Set<keyof ValuesMap>;
|
|
1431
|
-
values: Partial<ValuesMap>;
|
|
1432
|
-
dependentFilterIds: Set<keyof ValuesMap>;
|
|
1072
|
+
declare const DateInputDescription: {
|
|
1073
|
+
({ description, locale, }: DateInputDescriptionProps): JSX.Element;
|
|
1074
|
+
displayName: string;
|
|
1433
1075
|
};
|
|
1434
|
-
type ActiveFiltersArray<ValuesMap extends FiltersValues> = Array<FilterAttributes<ValuesMap>>;
|
|
1435
1076
|
|
|
1436
|
-
type
|
|
1437
|
-
getFilterState: <Id extends keyof ValuesMap>(id: Id) => FilterState<keyof ValuesMap, ValuesMap[Id]>;
|
|
1438
|
-
getActiveFilterValues: () => Partial<ValuesMap>;
|
|
1077
|
+
type DateInputWithIconButtonProps = {
|
|
1439
1078
|
/**
|
|
1440
|
-
*
|
|
1079
|
+
* Icon button onClick handler
|
|
1441
1080
|
*/
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
hideFilter: <Id extends keyof ValuesMap>(id: Id) => void;
|
|
1448
|
-
getInactiveFilters: () => Array<FilterAttributes<ValuesMap>>;
|
|
1449
|
-
clearAllFilters: () => void;
|
|
1450
|
-
};
|
|
1451
|
-
declare const useFilterBarContext: <Value, Values extends FiltersValues = Record<string, Value>>() => FilterBarContextValue<Value, Values>;
|
|
1452
|
-
type FilterBarProviderProps<ValuesMap extends FiltersValues> = {
|
|
1453
|
-
children: (activeFilters: ActiveFiltersArray<ValuesMap>) => JSX.Element;
|
|
1454
|
-
filters: Filters<ValuesMap>;
|
|
1455
|
-
values: Partial<ValuesMap>;
|
|
1456
|
-
onValuesChange: (values: Partial<ValuesMap>) => void;
|
|
1081
|
+
onButtonClick: React__default.MouseEventHandler<HTMLButtonElement>;
|
|
1082
|
+
} & Omit<DateInputProps, "startIconAdornment" | "endIconAdornment">;
|
|
1083
|
+
type DateInputWithIconButtonRefs = {
|
|
1084
|
+
inputRef?: React__default.RefObject<HTMLInputElement>;
|
|
1085
|
+
buttonRef?: React__default.RefObject<HTMLButtonElement>;
|
|
1457
1086
|
};
|
|
1458
|
-
declare const
|
|
1087
|
+
declare const DateInputWithIconButton: React__default.ForwardRefExoticComponent<{
|
|
1088
|
+
/**
|
|
1089
|
+
* Icon button onClick handler
|
|
1090
|
+
*/
|
|
1091
|
+
onButtonClick: React__default.MouseEventHandler<HTMLButtonElement>;
|
|
1092
|
+
} & Omit<DateInputProps, "startIconAdornment" | "endIconAdornment"> & React__default.RefAttributes<DateInputWithIconButtonRefs>>;
|
|
1459
1093
|
|
|
1460
|
-
type
|
|
1461
|
-
|
|
1462
|
-
|
|
1094
|
+
type FieldMessageStatus = "default" | "success" | "error" | "caution";
|
|
1095
|
+
type FieldMessageProps = {
|
|
1096
|
+
message?: React__default.ReactNode;
|
|
1097
|
+
/** @default "default" */
|
|
1098
|
+
status?: FieldMessageStatus;
|
|
1099
|
+
/** @default "bottom" */
|
|
1100
|
+
position?: "top" | "bottom";
|
|
1101
|
+
reversed?: boolean;
|
|
1102
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
1103
|
+
declare const FieldMessage: {
|
|
1104
|
+
({ message, status, position, reversed, classNameOverride, ...restProps }: FieldMessageProps): JSX.Element;
|
|
1463
1105
|
displayName: string;
|
|
1464
|
-
DatePicker: {
|
|
1465
|
-
({ id, onDateChange, locale, ...props }: FilterBarDatePickerProps): JSX.Element;
|
|
1466
|
-
displayName: string;
|
|
1467
|
-
};
|
|
1468
|
-
DateRangePicker: {
|
|
1469
|
-
({ id, onRangeChange, locale, ...props }: FilterBarDateRangePickerProps): JSX.Element;
|
|
1470
|
-
displayName: string;
|
|
1471
|
-
};
|
|
1472
|
-
MultiSelect: {
|
|
1473
|
-
({ id, items: propsItems, children, onSelectionChange, ...props }: FilterBarMultiSelectProps): JSX.Element | null;
|
|
1474
|
-
displayName: string;
|
|
1475
|
-
};
|
|
1476
|
-
Select: {
|
|
1477
|
-
<Option extends SelectOption = SelectOption>({ id, items: propsItems, onSelectionChange, ...props }: FilterBarSelectProps<Option>): JSX.Element;
|
|
1478
|
-
displayName: string;
|
|
1479
|
-
};
|
|
1480
1106
|
};
|
|
1481
1107
|
|
|
1482
|
-
type
|
|
1483
|
-
type AllowedHeadingTags = "pre" | "p" | "div" | "span" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "label";
|
|
1484
|
-
type AllowedHeadingColors = "dark" | "dark-reduced-opacity" | "white" | "white-reduced-opacity" | "positive" | "negative";
|
|
1485
|
-
interface HeadingProps extends OverrideClassName<HTMLAttributes<HTMLElement>> {
|
|
1486
|
-
children: React.ReactNode;
|
|
1108
|
+
type DateInputFieldProps$1 = {
|
|
1487
1109
|
/**
|
|
1488
|
-
*
|
|
1489
|
-
* the variant. E.g. display-0 will infer h1
|
|
1110
|
+
* A description that provides context for the text field
|
|
1490
1111
|
*/
|
|
1491
|
-
|
|
1112
|
+
description?: DateInputDescriptionProps["description"];
|
|
1492
1113
|
/**
|
|
1493
|
-
*
|
|
1114
|
+
* Updates the styling of the validation FieldMessage
|
|
1494
1115
|
*/
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1116
|
+
status?: FieldMessageStatus;
|
|
1117
|
+
/**
|
|
1118
|
+
* A descriptive message for `status` states
|
|
1119
|
+
*/
|
|
1120
|
+
validationMessage?: React__default.ReactNode;
|
|
1121
|
+
locale?: Locale;
|
|
1122
|
+
} & DateInputWithIconButtonProps;
|
|
1123
|
+
|
|
1124
|
+
type ValidationResponse = {
|
|
1125
|
+
date: Date | undefined;
|
|
1126
|
+
inputValue: string | undefined;
|
|
1127
|
+
status: FieldMessageStatus | undefined;
|
|
1128
|
+
validationMessage: string | undefined;
|
|
1129
|
+
isDisabled: boolean;
|
|
1130
|
+
isInvalid: boolean;
|
|
1131
|
+
isEmpty: boolean;
|
|
1132
|
+
isValidDate: boolean;
|
|
1133
|
+
};
|
|
1134
|
+
|
|
1135
|
+
type StringSuggestions<T extends string> = T | (string & Record<never, never>);
|
|
1136
|
+
|
|
1137
|
+
type DatePickerSupportedLocales = StringSuggestions<"en-US" | "en-AU">;
|
|
1138
|
+
|
|
1139
|
+
type OmittedDateInputFieldProps = "onClick" | "onFocus" | "onChange" | "onBlur" | "onButtonClick" | "value" | "locale" | "id";
|
|
1140
|
+
type DatePickerProps = {
|
|
1141
|
+
id?: string;
|
|
1142
|
+
buttonRef?: RefObject<HTMLButtonElement>;
|
|
1143
|
+
onInputClick?: DateInputFieldProps$1["onClick"];
|
|
1144
|
+
onInputFocus?: DateInputFieldProps$1["onFocus"];
|
|
1145
|
+
onInputChange?: DateInputFieldProps$1["onChange"];
|
|
1146
|
+
onInputBlur?: DateInputFieldProps$1["onBlur"];
|
|
1147
|
+
onButtonClick?: DateInputFieldProps$1["onButtonClick"];
|
|
1148
|
+
locale?: DatePickerSupportedLocales;
|
|
1149
|
+
/**
|
|
1150
|
+
* Accepts a DayOfWeek value to start the week on that day. By default,
|
|
1151
|
+
* it's set to Monday.
|
|
1152
|
+
*/
|
|
1153
|
+
weekStartsOn?: CalendarSingleProps["weekStartsOn"];
|
|
1154
|
+
/**
|
|
1155
|
+
* Accepts a date to display that month on first render.
|
|
1156
|
+
*/
|
|
1157
|
+
defaultMonth?: CalendarSingleProps["defaultMonth"];
|
|
1158
|
+
/**
|
|
1159
|
+
* The date passed in from the consumer that renders in the input and calendar.
|
|
1160
|
+
*/
|
|
1161
|
+
selectedDay: Date | undefined;
|
|
1162
|
+
/**
|
|
1163
|
+
* Callback when date is updated either by the calendar picker or by typing and bluring.
|
|
1164
|
+
* Date will return as undefined if invalid or disabled.
|
|
1165
|
+
*/
|
|
1166
|
+
onDayChange: (date: Date | undefined) => void;
|
|
1167
|
+
/**
|
|
1168
|
+
* Callback when a date is selected. Utilises internal validation if not set.
|
|
1169
|
+
*/
|
|
1170
|
+
onValidate?: (validationResponse: ValidationResponse) => void;
|
|
1171
|
+
/**
|
|
1172
|
+
* Updates the styling of the validation FieldMessage.
|
|
1173
|
+
*/
|
|
1174
|
+
status?: DateInputFieldProps$1["status"] | undefined;
|
|
1175
|
+
/**
|
|
1176
|
+
* A descriptive message for the 'status' states.
|
|
1177
|
+
*/
|
|
1178
|
+
validationMessage?: DateInputFieldProps$1["validationMessage"] | undefined;
|
|
1179
|
+
} & DisabledDayMatchers & Omit<DateInputFieldProps$1, OmittedDateInputFieldProps>;
|
|
1180
|
+
/**
|
|
1181
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082061174/Date+Picker Guidance} |
|
|
1182
|
+
* {@link https://cultureamp.design/?path=/docs/components-date-controls-datepicker--docs Storybook}
|
|
1501
1183
|
*/
|
|
1502
|
-
declare const
|
|
1503
|
-
({
|
|
1184
|
+
declare const DatePicker: {
|
|
1185
|
+
({ 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;
|
|
1504
1186
|
displayName: string;
|
|
1505
1187
|
};
|
|
1506
1188
|
|
|
1507
|
-
type
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
role: "presentation";
|
|
1516
|
-
"aria-label"?: never;
|
|
1189
|
+
type LegacyCalendarRangeProps = {
|
|
1190
|
+
classNameOverride?: string;
|
|
1191
|
+
defaultMonth?: Date;
|
|
1192
|
+
weekStartsOn?: DayOfWeek;
|
|
1193
|
+
disabledDays?: Matcher[];
|
|
1194
|
+
selectedRange?: DateRange;
|
|
1195
|
+
locale: Locale;
|
|
1196
|
+
onDayChange: DayClickEventHandler;
|
|
1517
1197
|
};
|
|
1518
|
-
type IconProps = BaseSVGProps & (MeaningfulIcon | DecorativeIcon);
|
|
1519
1198
|
|
|
1520
|
-
|
|
1199
|
+
type DateRangePickerProps = {
|
|
1200
|
+
id?: string;
|
|
1201
|
+
classNameOverride?: string;
|
|
1202
|
+
labelText: string;
|
|
1203
|
+
isDisabled?: boolean;
|
|
1204
|
+
buttonRef?: RefObject<HTMLButtonElement>;
|
|
1205
|
+
description?: string;
|
|
1206
|
+
/**
|
|
1207
|
+
* Selected date range which is being updated in handleDayClick and checked
|
|
1208
|
+
* if within range/not disabled and then passed back to the client to update
|
|
1209
|
+
* the state.
|
|
1210
|
+
*/
|
|
1211
|
+
selectedDateRange?: DateRange;
|
|
1212
|
+
/**
|
|
1213
|
+
* String that is formatted by the client with our helper formatDateRangeValue
|
|
1214
|
+
* and then passed into the button to display the readable range.
|
|
1215
|
+
*/
|
|
1216
|
+
value?: string;
|
|
1217
|
+
/**
|
|
1218
|
+
* Accepts a DayOfWeek value to start the week on that day. By default,
|
|
1219
|
+
* it's set to Monday.
|
|
1220
|
+
*/
|
|
1221
|
+
weekStartsOn?: LegacyCalendarRangeProps["weekStartsOn"];
|
|
1222
|
+
/**
|
|
1223
|
+
* Accepts a date to display that month on first render.
|
|
1224
|
+
*/
|
|
1225
|
+
defaultMonth?: LegacyCalendarRangeProps["defaultMonth"];
|
|
1226
|
+
/**
|
|
1227
|
+
* Event passed from consumer to handle the date on change.
|
|
1228
|
+
*/
|
|
1229
|
+
onChange: (dateRange: DateRange) => void;
|
|
1230
|
+
} & DisabledDayMatchers;
|
|
1231
|
+
/**
|
|
1232
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094237/Date+Range+Picker Guidance} |
|
|
1233
|
+
* {@link https://cultureamp.design/storybook/?path=/docs/components-date-controls-daterangepicker--docs Storybook}
|
|
1234
|
+
*/
|
|
1235
|
+
declare const DateRangePicker: {
|
|
1236
|
+
({ id: propsId, buttonRef, description: _description, labelText, isDisabled, classNameOverride, disabledDates, disabledDaysOfWeek, disabledRange, disabledBeforeAfter, disabledBefore, disabledAfter, weekStartsOn, defaultMonth, selectedDateRange, value, onChange, ...inputProps }: DateRangePickerProps): JSX.Element;
|
|
1237
|
+
displayName: string;
|
|
1238
|
+
};
|
|
1521
1239
|
|
|
1522
|
-
declare const
|
|
1240
|
+
declare const formatDateRangeValue: (dateRange: DateRange) => string;
|
|
1523
1241
|
|
|
1524
|
-
|
|
1242
|
+
type DividerProps = {
|
|
1243
|
+
variant: "content" | "canvas" | "menuSeparator";
|
|
1244
|
+
isReversed?: boolean;
|
|
1245
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
1246
|
+
/**
|
|
1247
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082061035/Divider Guidance} |
|
|
1248
|
+
* {@link https://cultureamp.design/?path=/docs/components-divider--docs Storybook}
|
|
1249
|
+
*/
|
|
1250
|
+
declare const Divider: {
|
|
1251
|
+
({ variant, isReversed, classNameOverride, ...props }: DividerProps): JSX.Element;
|
|
1252
|
+
displayName: string;
|
|
1253
|
+
};
|
|
1525
1254
|
|
|
1526
|
-
|
|
1255
|
+
type HeadingVariants = "display-0" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6";
|
|
1256
|
+
type AllowedHeadingTags = "pre" | "p" | "div" | "span" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "label";
|
|
1257
|
+
type AllowedHeadingColors = "dark" | "dark-reduced-opacity" | "white" | "white-reduced-opacity" | "positive" | "negative";
|
|
1258
|
+
type HeadingProps = {
|
|
1259
|
+
children: React.ReactNode;
|
|
1260
|
+
/**
|
|
1261
|
+
* HTML elements that are allowed on Headings. When not supplied, the tag is inferred from
|
|
1262
|
+
* the variant. E.g. display-0 will infer h1
|
|
1263
|
+
*/
|
|
1264
|
+
tag?: AllowedHeadingTags;
|
|
1265
|
+
/**
|
|
1266
|
+
* Allowed heading variants
|
|
1267
|
+
*/
|
|
1268
|
+
variant: HeadingVariants;
|
|
1269
|
+
color?: AllowedHeadingColors;
|
|
1270
|
+
} & OverrideClassName<HTMLAttributes<HTMLElement>>;
|
|
1271
|
+
/**
|
|
1272
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3074885298/Typography#Headings Guidance}
|
|
1273
|
+
* {@link https://cultureamp.design/?path=/docs/components-typography-heading--display-0 Storybook}
|
|
1274
|
+
*/
|
|
1275
|
+
declare const Heading: {
|
|
1276
|
+
({ children, tag, variant, color, classNameOverride, ...restProps }: HeadingProps): JSX.Element;
|
|
1277
|
+
displayName: string;
|
|
1278
|
+
};
|
|
1527
1279
|
|
|
1528
|
-
|
|
1280
|
+
type IllustrationType$1 = "positive" | "neutral" | "negative" | "informative" | "action";
|
|
1281
|
+
type LayoutContextType = "sidebarAndContent" | "contentOnly";
|
|
1282
|
+
type EmptyStateProps = {
|
|
1283
|
+
children?: React__default.ReactNode;
|
|
1284
|
+
id?: string;
|
|
1285
|
+
illustrationType?: IllustrationType$1;
|
|
1286
|
+
layoutContext?: LayoutContextType;
|
|
1287
|
+
bodyText: string | React__default.ReactNode;
|
|
1288
|
+
straightCorners?: boolean;
|
|
1289
|
+
headingProps?: HeadingProps;
|
|
1290
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>> & Pick<AnimatedSceneProps, "isAnimated" | "loop">;
|
|
1291
|
+
/**
|
|
1292
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094098/Empty+State Guidance} |
|
|
1293
|
+
* {@link https://cultureamp.design/?path=/docs/components-empty-state--docs Storybook}
|
|
1294
|
+
*/
|
|
1295
|
+
declare const EmptyState: {
|
|
1296
|
+
({ children, id, illustrationType, layoutContext, headingProps, bodyText, straightCorners, isAnimated, loop, classNameOverride, ...props }: EmptyStateProps): JSX.Element;
|
|
1297
|
+
displayName: string;
|
|
1298
|
+
};
|
|
1529
1299
|
|
|
1530
|
-
declare const
|
|
1300
|
+
declare const statusCodes: readonly ["400", "401", "403", "404", "413", "422", "500", "502", "503", "504"];
|
|
1301
|
+
type ErrorStatuses = (typeof statusCodes)[number];
|
|
1531
1302
|
|
|
1532
|
-
|
|
1303
|
+
type ErrorPageProps = {
|
|
1304
|
+
code: ErrorStatuses;
|
|
1305
|
+
title?: string;
|
|
1306
|
+
message?: React__default.ReactNode | string;
|
|
1307
|
+
callToAction?: {
|
|
1308
|
+
onContactSupport: () => void;
|
|
1309
|
+
homeHref?: string;
|
|
1310
|
+
};
|
|
1311
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
1312
|
+
declare const ErrorPage: {
|
|
1313
|
+
({ code, title, message, callToAction, classNameOverride, }: ErrorPageProps): JSX.Element;
|
|
1314
|
+
displayName: string;
|
|
1315
|
+
};
|
|
1533
1316
|
|
|
1534
|
-
|
|
1317
|
+
type FieldGroupProps = {
|
|
1318
|
+
children?: React__default.ReactNode;
|
|
1319
|
+
inline?: boolean;
|
|
1320
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
1321
|
+
declare const FieldGroup: {
|
|
1322
|
+
({ children, inline, classNameOverride, ...restProps }: FieldGroupProps): JSX.Element;
|
|
1323
|
+
displayName: string;
|
|
1324
|
+
};
|
|
1535
1325
|
|
|
1536
|
-
|
|
1326
|
+
type FilterTriggerRef = {
|
|
1327
|
+
triggerRef?: React.RefObject<HTMLButtonElement>;
|
|
1328
|
+
};
|
|
1537
1329
|
|
|
1538
|
-
|
|
1330
|
+
type FilterProps = {
|
|
1331
|
+
children: React__default.ReactNode;
|
|
1332
|
+
isOpen: boolean;
|
|
1333
|
+
setIsOpen: (isOpen: boolean) => void;
|
|
1334
|
+
renderTrigger: (triggerProps: {
|
|
1335
|
+
onClick: () => void;
|
|
1336
|
+
isOpen: boolean;
|
|
1337
|
+
}) => JSX.Element & {
|
|
1338
|
+
ref?: React__default.RefObject<FilterTriggerRef>;
|
|
1339
|
+
};
|
|
1340
|
+
onMount?: (triggerRef: React__default.RefObject<HTMLButtonElement>) => void;
|
|
1341
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
1342
|
+
declare const Filter: {
|
|
1343
|
+
({ children, isOpen, setIsOpen, renderTrigger, classNameOverride, onMount, ...restProps }: FilterProps): JSX.Element;
|
|
1344
|
+
displayName: string;
|
|
1345
|
+
};
|
|
1539
1346
|
|
|
1540
|
-
|
|
1347
|
+
type FilterContentsProps = {
|
|
1348
|
+
children: React__default.ReactNode;
|
|
1349
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
1350
|
+
declare const FilterContents: {
|
|
1351
|
+
({ children, classNameOverride, ...restProps }: FilterContentsProps): JSX.Element;
|
|
1352
|
+
displayName: string;
|
|
1353
|
+
};
|
|
1541
1354
|
|
|
1542
|
-
|
|
1355
|
+
type FilterButtonProps = {
|
|
1356
|
+
label: string;
|
|
1357
|
+
selectedValue?: string | JSX.Element;
|
|
1358
|
+
isOpen?: boolean;
|
|
1359
|
+
} & Omit<FilterButtonBaseProps, "children">;
|
|
1360
|
+
declare const FilterButton: React__default.ForwardRefExoticComponent<{
|
|
1361
|
+
label: string;
|
|
1362
|
+
selectedValue?: string | JSX.Element | undefined;
|
|
1363
|
+
isOpen?: boolean | undefined;
|
|
1364
|
+
} & Omit<FilterButtonBaseProps, "children"> & React__default.RefAttributes<FilterTriggerRef>>;
|
|
1543
1365
|
|
|
1544
|
-
|
|
1366
|
+
type DataAttributes = {
|
|
1367
|
+
[key: `data-${string}`]: string | undefined;
|
|
1368
|
+
};
|
|
1545
1369
|
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1370
|
+
type FilterButtonRemovableProps = {
|
|
1371
|
+
triggerButtonProps: FilterButtonProps & DataAttributes;
|
|
1372
|
+
removeButtonProps: Partial<Omit<FilterButtonBaseProps, "children">> & DataAttributes & {
|
|
1373
|
+
tooltipText?: string;
|
|
1374
|
+
};
|
|
1375
|
+
} & Omit<ButtonGroupProps, "children">;
|
|
1376
|
+
type FilterButtonRemovableRefs = FilterTriggerRef & {
|
|
1377
|
+
removeButtonRef?: React__default.RefObject<HTMLButtonElement>;
|
|
1378
|
+
};
|
|
1379
|
+
declare const FilterButtonRemovable: React__default.ForwardRefExoticComponent<{
|
|
1380
|
+
triggerButtonProps: FilterButtonProps & DataAttributes;
|
|
1381
|
+
removeButtonProps: Partial<Omit<FilterButtonBaseProps, "children">> & DataAttributes & {
|
|
1382
|
+
tooltipText?: string;
|
|
1383
|
+
};
|
|
1384
|
+
} & Omit<ButtonGroupProps, "children"> & React__default.RefAttributes<FilterButtonRemovableRefs>>;
|
|
1557
1385
|
|
|
1558
|
-
|
|
1386
|
+
type DateValidationResponse = {
|
|
1387
|
+
date: Date | undefined;
|
|
1388
|
+
inputValue: string | undefined;
|
|
1389
|
+
validationMessage: ValidationMessage | undefined;
|
|
1390
|
+
isDisabled: boolean;
|
|
1391
|
+
isInvalid: boolean;
|
|
1392
|
+
isEmpty: boolean;
|
|
1393
|
+
isValidDate: boolean;
|
|
1394
|
+
};
|
|
1395
|
+
type ValidationMessage = {
|
|
1396
|
+
status: FieldMessageStatus;
|
|
1397
|
+
message: string | React__default.ReactElement;
|
|
1398
|
+
};
|
|
1559
1399
|
|
|
1560
|
-
|
|
1400
|
+
type DateInputFieldProps = {
|
|
1401
|
+
id: string;
|
|
1402
|
+
locale: Locale;
|
|
1403
|
+
/**
|
|
1404
|
+
* A description that provides context for the text field
|
|
1405
|
+
*/
|
|
1406
|
+
description?: DateInputDescriptionProps["description"];
|
|
1407
|
+
isReversed?: boolean;
|
|
1408
|
+
validationMessage?: ValidationMessage;
|
|
1409
|
+
disabled?: boolean;
|
|
1410
|
+
labelText?: DateInputProps["labelText"];
|
|
1411
|
+
} & Omit<DateInputProps, "id" | "labelText">;
|
|
1561
1412
|
|
|
1562
|
-
|
|
1413
|
+
type FilterInputProps$1<InputProps> = Omit<Partial<InputProps>, "value"> & DataAttributes;
|
|
1414
|
+
type FilterDatePickerFieldProps = {
|
|
1415
|
+
id?: string;
|
|
1416
|
+
locale: DatePickerSupportedLocales;
|
|
1417
|
+
/**
|
|
1418
|
+
* Sets first displayed month to month of provided date if there isn't a date set.
|
|
1419
|
+
*/
|
|
1420
|
+
defaultMonth?: CalendarSingleProps["defaultMonth"];
|
|
1421
|
+
/**
|
|
1422
|
+
* The date range passed in from the consumer that renders in the inputs and calendar.
|
|
1423
|
+
*/
|
|
1424
|
+
selectedDate: Date | undefined;
|
|
1425
|
+
/**
|
|
1426
|
+
* Callback when date is updated either by the calendar picker or by typing and blurring.
|
|
1427
|
+
* Date will return as `undefined` if empty, invalid or disabled.
|
|
1428
|
+
*/
|
|
1429
|
+
onDateChange: (date: Date | undefined) => void;
|
|
1430
|
+
/**
|
|
1431
|
+
* Callback when date is saved/committed/submitted valid date by either by the calendar picker or by typing and blurring.
|
|
1432
|
+
* Date will return as `undefined` if empty, invalid or disabled.
|
|
1433
|
+
*
|
|
1434
|
+
* Distinctly different from `change` where that is triggered on any kind of event, we expect the final valid date in this function.
|
|
1435
|
+
*/
|
|
1436
|
+
onDateSubmit?: (date: Date | undefined) => void;
|
|
1437
|
+
/**
|
|
1438
|
+
* See https://react-day-picker.js.org/api/types/Matcher
|
|
1439
|
+
*/
|
|
1440
|
+
disabledDays?: DisabledDays;
|
|
1441
|
+
inputProps?: FilterInputProps$1<DateInputFieldProps>;
|
|
1442
|
+
/**
|
|
1443
|
+
* Custom description to provide extra context (input format help text remains).
|
|
1444
|
+
*/
|
|
1445
|
+
description?: DateInputDescriptionProps["description"];
|
|
1446
|
+
validationMessage?: ValidationMessage;
|
|
1447
|
+
/**
|
|
1448
|
+
* Callback when a date is selected. Utilises internal validation if not set.
|
|
1449
|
+
*/
|
|
1450
|
+
onValidate?: (validationResponse: DateValidationResponse) => void;
|
|
1451
|
+
setIsFilterOpen?: FilterProps["setIsOpen"];
|
|
1452
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
1453
|
+
declare const FilterDatePickerField: ({ id: propsId, inputProps, locale: propsLocale, defaultMonth, selectedDate, onDateChange, onDateSubmit, disabledDays, description, validationMessage, onValidate, classNameOverride, ...restProps }: FilterDatePickerFieldProps) => JSX.Element;
|
|
1563
1454
|
|
|
1564
|
-
|
|
1455
|
+
type FilterDatePickerProps = {
|
|
1456
|
+
id?: string;
|
|
1457
|
+
label: string;
|
|
1458
|
+
isOpen: FilterProps["isOpen"];
|
|
1459
|
+
setIsOpen: FilterProps["setIsOpen"];
|
|
1460
|
+
renderTrigger: (triggerProps: FilterButtonProps) => JSX.Element;
|
|
1461
|
+
} & Omit<FilterDatePickerFieldProps, "id">;
|
|
1462
|
+
declare const FilterDatePicker: {
|
|
1463
|
+
({ isOpen, setIsOpen, renderTrigger, selectedDate, label, locale, onDateSubmit, ...restProps }: FilterDatePickerProps): JSX.Element;
|
|
1464
|
+
displayName: string;
|
|
1465
|
+
};
|
|
1565
1466
|
|
|
1566
|
-
|
|
1467
|
+
type ValidateDateArgs = {
|
|
1468
|
+
date: Date | undefined;
|
|
1469
|
+
inputValue: string | undefined;
|
|
1470
|
+
disabledDays?: DisabledDays;
|
|
1471
|
+
};
|
|
1567
1472
|
|
|
1568
|
-
|
|
1473
|
+
type ValidateDateResponse = {
|
|
1474
|
+
validationResponse: DateValidationResponse;
|
|
1475
|
+
newDate: Date | undefined;
|
|
1476
|
+
};
|
|
1477
|
+
declare const validateDate: (args: ValidateDateArgs) => ValidateDateResponse;
|
|
1569
1478
|
|
|
1570
|
-
|
|
1479
|
+
type UseDateValidationArgs = {
|
|
1480
|
+
inputLabel?: React.ReactNode;
|
|
1481
|
+
disabledDays?: DisabledDays;
|
|
1482
|
+
validationMessage?: ValidationMessage;
|
|
1483
|
+
onValidate?: (validationResponse: DateValidationResponse) => void;
|
|
1484
|
+
};
|
|
1485
|
+
type UseDateValidationValue = {
|
|
1486
|
+
validationMessage: ValidationMessage | undefined;
|
|
1487
|
+
validateDate: (args: {
|
|
1488
|
+
date: Date | undefined;
|
|
1489
|
+
inputValue: string;
|
|
1490
|
+
}) => ReturnType<typeof validateDate>;
|
|
1491
|
+
updateValidation: (validationResponse: DateValidationResponse) => void;
|
|
1492
|
+
};
|
|
1493
|
+
declare const useDateValidation: ({ inputLabel, disabledDays, validationMessage, onValidate, }: UseDateValidationArgs) => UseDateValidationValue;
|
|
1571
1494
|
|
|
1572
|
-
|
|
1495
|
+
type GetDateValidationHandlerArgs = {
|
|
1496
|
+
onValidate: ((validationResponse: DateValidationResponse) => void) | undefined;
|
|
1497
|
+
setInbuiltValidationMessage: (validationMessage: ValidationMessage | undefined) => void;
|
|
1498
|
+
inputLabel?: React__default.ReactNode;
|
|
1499
|
+
};
|
|
1500
|
+
declare const getDateValidationHandler: ({ onValidate, setInbuiltValidationMessage, inputLabel, }: GetDateValidationHandlerArgs) => (validationResponse: DateValidationResponse) => void;
|
|
1573
1501
|
|
|
1574
|
-
|
|
1502
|
+
type FilterBarDatePickerProps = Omit<FilterDatePickerProps, "id" | "label" | "renderTrigger" | "isOpen" | "setIsOpen" | "selectedDate" | "onDateChange" | "locale"> & {
|
|
1503
|
+
id?: string;
|
|
1504
|
+
locale?: FilterDatePickerProps["locale"];
|
|
1505
|
+
onDateChange?: FilterDatePickerProps["onDateChange"];
|
|
1506
|
+
};
|
|
1575
1507
|
|
|
1576
|
-
|
|
1508
|
+
type DateRangeFieldValidationMessage = {
|
|
1509
|
+
dateStart?: ValidationMessage;
|
|
1510
|
+
dateEnd?: ValidationMessage;
|
|
1511
|
+
};
|
|
1577
1512
|
|
|
1578
|
-
|
|
1513
|
+
type DateRangeValidationMessageProps = {
|
|
1514
|
+
validationMessage?: DateRangeFieldValidationMessage;
|
|
1515
|
+
dateStartId?: string;
|
|
1516
|
+
dateEndId?: string;
|
|
1517
|
+
isReversed?: boolean;
|
|
1518
|
+
};
|
|
1579
1519
|
|
|
1580
|
-
|
|
1520
|
+
type DateRangeInputFieldProps = {
|
|
1521
|
+
id: string;
|
|
1522
|
+
legend: string;
|
|
1523
|
+
inputStartDateProps: Omit<DateInputProps, "id">;
|
|
1524
|
+
inputEndDateProps: Omit<DateInputProps, "id">;
|
|
1525
|
+
locale: Locale;
|
|
1526
|
+
/**
|
|
1527
|
+
* A description that provides context for the text field
|
|
1528
|
+
*/
|
|
1529
|
+
description?: DateInputDescriptionProps["description"];
|
|
1530
|
+
isReversed?: boolean;
|
|
1531
|
+
validationMessage?: DateRangeValidationMessageProps["validationMessage"];
|
|
1532
|
+
disabled?: boolean;
|
|
1533
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
1581
1534
|
|
|
1582
|
-
|
|
1535
|
+
type InputStartDateProps = DateRangeInputFieldProps["inputStartDateProps"];
|
|
1536
|
+
type InputEndDateProps = DateRangeInputFieldProps["inputEndDateProps"];
|
|
1537
|
+
type FilterInputProps<InputProps> = Omit<Partial<InputProps>, "value"> & DataAttributes;
|
|
1538
|
+
type FilterDateRangePickerFieldProps = {
|
|
1539
|
+
id: string;
|
|
1540
|
+
label: string;
|
|
1541
|
+
locale: DatePickerSupportedLocales;
|
|
1542
|
+
/**
|
|
1543
|
+
* Sets first displayed month to month of provided date if there isn't a date set.
|
|
1544
|
+
*/
|
|
1545
|
+
defaultMonth?: CalendarRangeProps["defaultMonth"];
|
|
1546
|
+
/**
|
|
1547
|
+
* The date range passed in from the consumer that renders in the inputs and calendar.
|
|
1548
|
+
*/
|
|
1549
|
+
selectedRange: DateRange | undefined;
|
|
1550
|
+
/**
|
|
1551
|
+
* Callback when date is updated either by the calendar picker or by typing and blurring.
|
|
1552
|
+
* Date will return as `undefined` if empty, invalid or disabled.
|
|
1553
|
+
*/
|
|
1554
|
+
onRangeChange: (range: DateRange | undefined) => void;
|
|
1555
|
+
/**
|
|
1556
|
+
* See https://react-day-picker.js.org/api/types/Matcher
|
|
1557
|
+
*/
|
|
1558
|
+
disabledDays?: DisabledDays;
|
|
1559
|
+
inputStartDateProps?: FilterInputProps<InputStartDateProps>;
|
|
1560
|
+
inputEndDateProps?: FilterInputProps<InputEndDateProps>;
|
|
1561
|
+
/**
|
|
1562
|
+
* Custom description to provide extra context (input format help text remains).
|
|
1563
|
+
*/
|
|
1564
|
+
description?: DateRangeInputFieldProps["description"];
|
|
1565
|
+
validationMessage?: DateRangeFieldValidationMessage;
|
|
1566
|
+
/**
|
|
1567
|
+
* Callback when a date is selected. Utilises internal validation if not set.
|
|
1568
|
+
*/
|
|
1569
|
+
onValidate?: {
|
|
1570
|
+
dateStart?: (validationResponse: DateValidationResponse) => void;
|
|
1571
|
+
dateEnd?: (validationResponse: DateValidationResponse) => void;
|
|
1572
|
+
};
|
|
1573
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
1583
1574
|
|
|
1584
|
-
|
|
1575
|
+
type FilterDateRangePickerProps = {
|
|
1576
|
+
id?: string;
|
|
1577
|
+
isOpen: FilterProps["isOpen"];
|
|
1578
|
+
setIsOpen: FilterProps["setIsOpen"];
|
|
1579
|
+
renderTrigger: (triggerProps: FilterButtonProps) => JSX.Element;
|
|
1580
|
+
} & Omit<FilterDateRangePickerFieldProps, "id">;
|
|
1581
|
+
declare const FilterDateRangePicker: {
|
|
1582
|
+
({ id: propsId, isOpen, setIsOpen, renderTrigger, selectedRange, label, locale, ...restProps }: FilterDateRangePickerProps): JSX.Element;
|
|
1583
|
+
displayName: string;
|
|
1584
|
+
};
|
|
1585
1585
|
|
|
1586
|
-
|
|
1586
|
+
type FilterBarDateRangePickerProps = Omit<FilterDateRangePickerProps, "id" | "label" | "renderTrigger" | "isOpen" | "setIsOpen" | "selectedRange" | "onRangeChange" | "locale"> & {
|
|
1587
|
+
id?: string;
|
|
1588
|
+
onRangeChange?: FilterDateRangePickerProps["onRangeChange"];
|
|
1589
|
+
locale?: FilterDateRangePickerProps["locale"];
|
|
1590
|
+
};
|
|
1587
1591
|
|
|
1588
|
-
|
|
1592
|
+
type NoResultsProps = {
|
|
1593
|
+
children: React__default.ReactNode;
|
|
1594
|
+
} & HTMLAttributes<HTMLDivElement>;
|
|
1589
1595
|
|
|
1590
|
-
|
|
1596
|
+
type MenuFooterProps = {
|
|
1597
|
+
children: React__default.ReactNode;
|
|
1598
|
+
};
|
|
1591
1599
|
|
|
1592
|
-
|
|
1600
|
+
type MenuLoadingSkeletonProps = {
|
|
1601
|
+
isAnimated?: boolean;
|
|
1602
|
+
};
|
|
1593
1603
|
|
|
1594
|
-
|
|
1604
|
+
type ItemType = {
|
|
1605
|
+
label: string;
|
|
1606
|
+
value: Key;
|
|
1607
|
+
count?: string;
|
|
1608
|
+
isDisabled?: boolean;
|
|
1609
|
+
};
|
|
1610
|
+
type MultiSelectItem = Node<ItemType>;
|
|
1595
1611
|
|
|
1596
|
-
|
|
1612
|
+
interface MultiSelectOptionProps {
|
|
1613
|
+
classNameOverride?: string;
|
|
1614
|
+
item: MultiSelectItem;
|
|
1615
|
+
}
|
|
1597
1616
|
|
|
1598
|
-
|
|
1617
|
+
type SectionNameProps = {
|
|
1618
|
+
/**
|
|
1619
|
+
* Becomes an aria-label on the section, informing
|
|
1620
|
+
* unsighted users
|
|
1621
|
+
*/
|
|
1622
|
+
sectionName: string;
|
|
1623
|
+
};
|
|
1624
|
+
type SectionHeaderProps = {
|
|
1625
|
+
/**
|
|
1626
|
+
* Becomes an aria-label on the section, informing
|
|
1627
|
+
* unsighted users
|
|
1628
|
+
*/
|
|
1629
|
+
sectionName?: string;
|
|
1630
|
+
/**
|
|
1631
|
+
* Can be used for a visual title of the ListBoxSection or to provide addition information in a React node.
|
|
1632
|
+
* If this is the same title as sectionName, you should only pass in a sectionHeader to avoid duplicate descriptions.
|
|
1633
|
+
*/
|
|
1634
|
+
sectionHeader: ReactNode;
|
|
1635
|
+
};
|
|
1636
|
+
type ListBoxSectionProps$1 = {
|
|
1637
|
+
items: MultiSelectItem[];
|
|
1638
|
+
children: (item: MultiSelectItem) => React__default.ReactNode;
|
|
1639
|
+
} & (SectionHeaderProps | SectionNameProps);
|
|
1599
1640
|
|
|
1600
|
-
|
|
1641
|
+
type ListBoxItems = {
|
|
1642
|
+
selectedItems: MultiSelectItem[];
|
|
1643
|
+
unselectedItems: MultiSelectItem[];
|
|
1644
|
+
disabledItems: MultiSelectItem[];
|
|
1645
|
+
allItems: MultiSelectItem[];
|
|
1646
|
+
hasNoItems: boolean;
|
|
1647
|
+
};
|
|
1648
|
+
type ListBoxProps = {
|
|
1649
|
+
children: (items: ListBoxItems) => React__default.ReactNode;
|
|
1650
|
+
};
|
|
1601
1651
|
|
|
1602
|
-
|
|
1652
|
+
type SearchInputProps = {
|
|
1653
|
+
label?: string;
|
|
1654
|
+
id?: string;
|
|
1655
|
+
isLoading?: boolean;
|
|
1656
|
+
};
|
|
1603
1657
|
|
|
1604
|
-
|
|
1658
|
+
type FilterTriggerButtonProps = {
|
|
1659
|
+
label: string;
|
|
1660
|
+
selectedOptionLabels: string[];
|
|
1661
|
+
/**
|
|
1662
|
+
* Character limit of the button label.
|
|
1663
|
+
* It will always show the first selected label regardless if it exceeds the given character limit.
|
|
1664
|
+
*/
|
|
1665
|
+
labelCharacterLimitBeforeTruncate?: number;
|
|
1666
|
+
classNameOverride?: string;
|
|
1667
|
+
};
|
|
1605
1668
|
|
|
1606
|
-
|
|
1669
|
+
type RemovableFilterTriggerProps = FilterTriggerButtonProps & {
|
|
1670
|
+
onRemove: () => void;
|
|
1671
|
+
};
|
|
1607
1672
|
|
|
1608
|
-
|
|
1673
|
+
type MenuTriggerProviderProps = {
|
|
1674
|
+
isOpen?: boolean;
|
|
1675
|
+
defaultOpen?: boolean;
|
|
1676
|
+
onOpenChange?: (isOpen: boolean) => void;
|
|
1677
|
+
children: React__default.ReactNode;
|
|
1678
|
+
};
|
|
1679
|
+
type MenuTriggerProviderContextType = {
|
|
1680
|
+
menuTriggerProps: HTMLAttributes<HTMLElement>;
|
|
1681
|
+
buttonProps: ButtonHTMLAttributes<HTMLButtonElement>;
|
|
1682
|
+
menuProps: AriaMenuOptions<ItemType>;
|
|
1683
|
+
menuTriggerState: MenuTriggerState;
|
|
1684
|
+
buttonRef: React__default.RefObject<HTMLButtonElement>;
|
|
1685
|
+
};
|
|
1686
|
+
declare function MenuTriggerProvider({ isOpen, defaultOpen, onOpenChange, children, }: MenuTriggerProviderProps): JSX.Element;
|
|
1687
|
+
declare const useMenuTriggerContext: () => MenuTriggerProviderContextType;
|
|
1688
|
+
declare const MenuTriggerConsumer: ({ children, }: React__default.ConsumerProps<MenuTriggerProviderContextType>) => JSX.Element;
|
|
1609
1689
|
|
|
1610
|
-
|
|
1690
|
+
type SelectionProviderProps = {
|
|
1691
|
+
selectionMode: SelectionMode;
|
|
1692
|
+
children: React__default.ReactNode;
|
|
1693
|
+
items?: ItemType[];
|
|
1694
|
+
onSelectionChange?: (keys: Selection) => void;
|
|
1695
|
+
/** The currently selected keys in the collection (controlled). */
|
|
1696
|
+
selectedKeys?: Selection;
|
|
1697
|
+
/** The initial selected keys in the collection (uncontrolled). */
|
|
1698
|
+
defaultSelectedKeys?: Selection;
|
|
1699
|
+
label: string;
|
|
1700
|
+
disabledKeys?: Selection;
|
|
1701
|
+
onSearchInputChange?: (searchInput: string) => void;
|
|
1702
|
+
};
|
|
1703
|
+
type SelectionProviderContextType = {
|
|
1704
|
+
listBoxProps: HTMLAttributes<HTMLElement>;
|
|
1705
|
+
labelProps: HTMLAttributes<HTMLElement>;
|
|
1706
|
+
selectionState: ListState<ItemType>;
|
|
1707
|
+
listRef: React__default.RefObject<HTMLUListElement>;
|
|
1708
|
+
searchQuery?: string;
|
|
1709
|
+
setSearchQuery: React__default.Dispatch<React__default.SetStateAction<string>>;
|
|
1710
|
+
};
|
|
1711
|
+
declare const SelectionProvider: (props: SelectionProviderProps) => JSX.Element;
|
|
1712
|
+
declare const useSelectionContext: () => SelectionProviderContextType;
|
|
1713
|
+
declare const SelectionConsumer: ({ children, }: React__default.ConsumerProps<SelectionProviderContextType>) => JSX.Element;
|
|
1611
1714
|
|
|
1612
|
-
|
|
1715
|
+
type MenuPopupProps = {
|
|
1716
|
+
isLoading?: boolean;
|
|
1717
|
+
loadingSkeleton?: React__default.ReactNode;
|
|
1718
|
+
children: React__default.ReactNode;
|
|
1719
|
+
};
|
|
1613
1720
|
|
|
1614
|
-
|
|
1721
|
+
type SelectionProps = {
|
|
1722
|
+
label: string;
|
|
1723
|
+
items: ItemType[];
|
|
1724
|
+
selectedKeys?: Selection;
|
|
1725
|
+
defaultSelectedKeys?: Selection;
|
|
1726
|
+
onSelectionChange?: (keys: Selection) => void;
|
|
1727
|
+
selectionMode?: SelectionMode;
|
|
1728
|
+
onSearchInputChange?: (searchInput: string) => void;
|
|
1729
|
+
};
|
|
1730
|
+
type FilterMultiSelectProps = {
|
|
1731
|
+
trigger: (value?: MenuTriggerProviderContextType) => React__default.ReactNode;
|
|
1732
|
+
children: (value?: SelectionProviderContextType) => React__default.ReactNode;
|
|
1733
|
+
} & Omit<MenuPopupProps, "children"> & Omit<MenuTriggerProviderProps, "children"> & SelectionProps;
|
|
1734
|
+
declare const FilterMultiSelect: {
|
|
1735
|
+
({ trigger, children, isOpen, defaultOpen, onOpenChange, isLoading, loadingSkeleton, label, items, selectedKeys, defaultSelectedKeys, onSelectionChange, selectionMode, onSearchInputChange, }: FilterMultiSelectProps): JSX.Element;
|
|
1736
|
+
displayName: string;
|
|
1737
|
+
TriggerButton: {
|
|
1738
|
+
({ selectedOptionLabels, label, classNameOverride, labelCharacterLimitBeforeTruncate, }: FilterTriggerButtonProps): JSX.Element;
|
|
1739
|
+
displayName: string;
|
|
1740
|
+
};
|
|
1741
|
+
RemovableTrigger: {
|
|
1742
|
+
({ label, selectedOptionLabels, labelCharacterLimitBeforeTruncate, classNameOverride, onRemove, }: RemovableFilterTriggerProps): JSX.Element;
|
|
1743
|
+
displayName: string;
|
|
1744
|
+
};
|
|
1745
|
+
SearchInput: {
|
|
1746
|
+
({ label, id, isLoading, }: SearchInputProps): JSX.Element;
|
|
1747
|
+
displayName: string;
|
|
1748
|
+
};
|
|
1749
|
+
ListBox: {
|
|
1750
|
+
({ children }: ListBoxProps): JSX.Element;
|
|
1751
|
+
displayName: string;
|
|
1752
|
+
};
|
|
1753
|
+
ListBoxSection: {
|
|
1754
|
+
({ items, children, sectionName, ...restProps }: ListBoxSectionProps$1): JSX.Element;
|
|
1755
|
+
displayName: string;
|
|
1756
|
+
};
|
|
1757
|
+
SectionDivider: () => JSX.Element;
|
|
1758
|
+
Option: {
|
|
1759
|
+
({ classNameOverride, item, }: MultiSelectOptionProps): JSX.Element;
|
|
1760
|
+
displayName: string;
|
|
1761
|
+
};
|
|
1762
|
+
SelectAllButton: {
|
|
1763
|
+
(): JSX.Element;
|
|
1764
|
+
displayName: string;
|
|
1765
|
+
};
|
|
1766
|
+
ClearButton: {
|
|
1767
|
+
(): JSX.Element;
|
|
1768
|
+
displayName: string;
|
|
1769
|
+
};
|
|
1770
|
+
MenuFooter: {
|
|
1771
|
+
({ children }: MenuFooterProps): JSX.Element;
|
|
1772
|
+
displayName: string;
|
|
1773
|
+
};
|
|
1774
|
+
MenuLoadingSkeleton: {
|
|
1775
|
+
({ isAnimated, }: MenuLoadingSkeletonProps): JSX.Element;
|
|
1776
|
+
displayName: string;
|
|
1777
|
+
};
|
|
1778
|
+
LoadMoreButton: {
|
|
1779
|
+
(props: GenericButtonProps): JSX.Element;
|
|
1780
|
+
displayName: string;
|
|
1781
|
+
};
|
|
1782
|
+
NoResults: {
|
|
1783
|
+
({ children, ...restProps }: NoResultsProps): JSX.Element;
|
|
1784
|
+
displayName: string;
|
|
1785
|
+
};
|
|
1786
|
+
};
|
|
1615
1787
|
|
|
1616
|
-
|
|
1788
|
+
type LoadMoreButtonProps = ButtonProps;
|
|
1617
1789
|
|
|
1618
|
-
declare const
|
|
1790
|
+
declare const getTruncatedLabels: (labels: string[], limit: number) => string;
|
|
1619
1791
|
|
|
1620
|
-
declare const
|
|
1792
|
+
declare const getSelectedOptionLabels: (keys?: Selection, items?: ItemType[]) => string[];
|
|
1621
1793
|
|
|
1622
|
-
declare const
|
|
1794
|
+
declare const getSelectedOptionKeys: (keys?: Selection, items?: ItemType[]) => Key[];
|
|
1623
1795
|
|
|
1624
|
-
|
|
1796
|
+
type FilterBarMultiSelectProps = Omit<FilterMultiSelectProps, "isOpen" | "setIsOpen" | "renderTrigger" | "label" | "selectedKeys" | "trigger"> & {
|
|
1797
|
+
id?: string;
|
|
1798
|
+
};
|
|
1625
1799
|
|
|
1626
|
-
|
|
1800
|
+
type SelectOption = {
|
|
1801
|
+
label: string;
|
|
1802
|
+
value: Key;
|
|
1803
|
+
disabled?: boolean;
|
|
1804
|
+
options?: never;
|
|
1805
|
+
};
|
|
1806
|
+
type SelectOptionGroup<Option extends SelectOption> = {
|
|
1807
|
+
label: string;
|
|
1808
|
+
options: Iterable<Option>;
|
|
1809
|
+
};
|
|
1810
|
+
type SelectItem<Option extends SelectOption = SelectOption> = Option | SelectOptionGroup<Option>;
|
|
1811
|
+
type SelectOptionNode<Option extends SelectOption = SelectOption> = Node<Option> & {
|
|
1812
|
+
type: "item";
|
|
1813
|
+
hasChildNodes: false;
|
|
1814
|
+
};
|
|
1815
|
+
type SelectOptionGroupNode<Option extends SelectOption = SelectOption> = Omit<Node<SelectOptionGroup<Option>>, "childNodes"> & {
|
|
1816
|
+
type: "section";
|
|
1817
|
+
hasChildNodes: true;
|
|
1818
|
+
childNodes: Array<SelectOptionNode<Option>>;
|
|
1819
|
+
};
|
|
1820
|
+
type SelectItemNode<Option extends SelectOption = SelectOption> = SelectOptionNode<Option> | SelectOptionGroupNode<Option>;
|
|
1627
1821
|
|
|
1628
|
-
|
|
1822
|
+
type ListBoxSectionProps<Option extends SelectOption> = {
|
|
1823
|
+
section: SelectOptionGroupNode<Option>;
|
|
1824
|
+
};
|
|
1629
1825
|
|
|
1630
|
-
|
|
1826
|
+
type ListItemProps<Option extends SelectOption = SelectOption> = {
|
|
1827
|
+
item: SelectItemNode<Option>;
|
|
1828
|
+
};
|
|
1631
1829
|
|
|
1632
|
-
|
|
1830
|
+
type OptionProps<Option extends SelectOption = SelectOption> = {
|
|
1831
|
+
item: SelectOptionNode<Option>;
|
|
1832
|
+
} & OverrideClassName<Omit<HTMLAttributes<HTMLLIElement>, "children">>;
|
|
1633
1833
|
|
|
1634
|
-
|
|
1834
|
+
type SelectPopoverContentsProps<Option extends SelectOption> = {
|
|
1835
|
+
children?: (args: {
|
|
1836
|
+
items: Array<SelectItemNode<Option>>;
|
|
1837
|
+
}) => React__default.ReactNode;
|
|
1838
|
+
menuProps: AriaListBoxOptions<SelectItem<Option>>;
|
|
1839
|
+
};
|
|
1635
1840
|
|
|
1636
|
-
|
|
1841
|
+
type OmittedAriaSelectProps = "label" | "children" | "isOpen" | "onOpenChange" | "defaultOpen" | "items";
|
|
1842
|
+
type FilterSelectProps<Option extends SelectOption = SelectOption> = {
|
|
1843
|
+
isOpen: boolean;
|
|
1844
|
+
setIsOpen: (isOpen: boolean) => void;
|
|
1845
|
+
renderTrigger: (triggerButtonProps: FilterButtonProps) => JSX.Element;
|
|
1846
|
+
label: string;
|
|
1847
|
+
children?: SelectPopoverContentsProps<Option>["children"];
|
|
1848
|
+
items: Array<SelectItem<Option>>;
|
|
1849
|
+
} & OverrideClassName<Omit<SelectProps$1<Option>, OmittedAriaSelectProps>>;
|
|
1850
|
+
declare const FilterSelect: {
|
|
1851
|
+
<Option extends SelectOption = SelectOption>({ isOpen, setIsOpen, renderTrigger, label, children, items, classNameOverride, selectedKey, ...restProps }: FilterSelectProps<Option>): JSX.Element;
|
|
1852
|
+
displayName: string;
|
|
1853
|
+
Section: {
|
|
1854
|
+
<Option_1 extends SelectOption = SelectOption>({ section, }: ListBoxSectionProps<Option_1>): JSX.Element;
|
|
1855
|
+
displayName: string;
|
|
1856
|
+
};
|
|
1857
|
+
SectionDivider: {
|
|
1858
|
+
(): JSX.Element;
|
|
1859
|
+
displayName: string;
|
|
1860
|
+
};
|
|
1861
|
+
Option: {
|
|
1862
|
+
<Option_2 extends SelectOption = SelectOption>({ item, classNameOverride, ...props }: OptionProps<Option_2>): JSX.Element;
|
|
1863
|
+
displayName: string;
|
|
1864
|
+
};
|
|
1865
|
+
ItemDefaultRender: {
|
|
1866
|
+
<Option_3 extends SelectOption = SelectOption>({ item, }: ListItemProps<Option_3>): JSX.Element;
|
|
1867
|
+
displayName: string;
|
|
1868
|
+
};
|
|
1869
|
+
};
|
|
1637
1870
|
|
|
1638
|
-
|
|
1871
|
+
type FilterBarSelectProps<Option extends SelectOption = SelectOption> = Omit<FilterSelectProps<Option>, "isOpen" | "setIsOpen" | "renderTrigger" | "label" | "selectedKey"> & {
|
|
1872
|
+
id?: string;
|
|
1873
|
+
};
|
|
1874
|
+
|
|
1875
|
+
type FiltersValues = Record<string, any>;
|
|
1876
|
+
type SourceFilterAttributes<Id, Value> = {
|
|
1877
|
+
id: Id;
|
|
1878
|
+
name: string;
|
|
1879
|
+
value?: Value;
|
|
1880
|
+
isActive: boolean;
|
|
1881
|
+
};
|
|
1882
|
+
type SourceFiltersState<ValuesMap extends FiltersValues> = {
|
|
1883
|
+
[K in keyof ValuesMap]: SourceFilterAttributes<K, ValuesMap[K]>;
|
|
1884
|
+
};
|
|
1885
|
+
type FilterIsUsableWhen<ValuesMap extends FiltersValues> = (state: SourceFiltersState<ValuesMap>) => boolean;
|
|
1886
|
+
type FilterAttributes<ValuesMap extends FiltersValues, Id = keyof ValuesMap> = {
|
|
1887
|
+
id: Id;
|
|
1888
|
+
name: string;
|
|
1889
|
+
Component: React.ReactElement;
|
|
1890
|
+
isRemovable?: boolean;
|
|
1891
|
+
isUsableWhen?: FilterIsUsableWhen<ValuesMap>;
|
|
1892
|
+
};
|
|
1893
|
+
type Filters<ValuesMap extends FiltersValues> = Array<FilterAttributes<ValuesMap>>;
|
|
1894
|
+
type FilterState<Id, Value> = {
|
|
1895
|
+
id: Id;
|
|
1896
|
+
name: string;
|
|
1897
|
+
isRemovable: boolean;
|
|
1898
|
+
isUsableWhen?: never;
|
|
1899
|
+
isUsable: boolean;
|
|
1900
|
+
isOpen: boolean;
|
|
1901
|
+
value?: Value;
|
|
1902
|
+
isActive: boolean;
|
|
1903
|
+
};
|
|
1904
|
+
|
|
1905
|
+
type MappedFilters<ValuesMap extends FiltersValues> = {
|
|
1906
|
+
[K in keyof ValuesMap]: FilterAttributes<ValuesMap, K>;
|
|
1907
|
+
};
|
|
1908
|
+
type FilterStateEditableAttributes = {
|
|
1909
|
+
isOpen: boolean;
|
|
1910
|
+
};
|
|
1911
|
+
type InternalFilterState<ValuesMap extends FiltersValues, Id extends keyof ValuesMap> = {
|
|
1912
|
+
id: Id;
|
|
1913
|
+
name: string;
|
|
1914
|
+
isRemovable: boolean;
|
|
1915
|
+
isUsableWhen?: FilterIsUsableWhen<ValuesMap>;
|
|
1916
|
+
isUsable: boolean;
|
|
1917
|
+
isOpen: boolean;
|
|
1918
|
+
value?: never;
|
|
1919
|
+
isActive?: never;
|
|
1920
|
+
};
|
|
1921
|
+
type FilterBarStateFilters<ValuesMap extends FiltersValues> = {
|
|
1922
|
+
[K in keyof ValuesMap]: InternalFilterState<ValuesMap, K>;
|
|
1923
|
+
};
|
|
1924
|
+
type FilterBarState<ValuesMap extends FiltersValues> = {
|
|
1925
|
+
hasUpdatedValues: boolean;
|
|
1926
|
+
filters: FilterBarStateFilters<ValuesMap>;
|
|
1927
|
+
activeFilterIds: Set<keyof ValuesMap>;
|
|
1928
|
+
values: Partial<ValuesMap>;
|
|
1929
|
+
dependentFilterIds: Set<keyof ValuesMap>;
|
|
1930
|
+
};
|
|
1931
|
+
type ActiveFiltersArray<ValuesMap extends FiltersValues> = Array<FilterAttributes<ValuesMap>>;
|
|
1932
|
+
|
|
1933
|
+
type FilterBarContextValue<Value, ValuesMap extends FiltersValues = Record<string, Value>> = {
|
|
1934
|
+
getFilterState: <Id extends keyof ValuesMap>(id: Id) => FilterState<keyof ValuesMap, ValuesMap[Id]>;
|
|
1935
|
+
getActiveFilterValues: () => Partial<ValuesMap>;
|
|
1936
|
+
/**
|
|
1937
|
+
* @deprecated Use `setFilterOpenState` instead.
|
|
1938
|
+
*/
|
|
1939
|
+
toggleOpenFilter: <Id extends keyof ValuesMap>(id: Id, isOpen: boolean) => void;
|
|
1940
|
+
setFilterOpenState: <Id extends keyof ValuesMap>(id: Id, isOpen: boolean) => void;
|
|
1941
|
+
openFilter: <Id extends keyof ValuesMap>(id: Id) => void;
|
|
1942
|
+
updateValue: <Id extends keyof ValuesMap>(id: Id, value: ValuesMap[Id]) => void;
|
|
1943
|
+
showFilter: <Id extends keyof ValuesMap>(id: Id) => void;
|
|
1944
|
+
hideFilter: <Id extends keyof ValuesMap>(id: Id) => void;
|
|
1945
|
+
getInactiveFilters: () => Array<FilterAttributes<ValuesMap>>;
|
|
1946
|
+
clearAllFilters: () => void;
|
|
1947
|
+
};
|
|
1948
|
+
declare const useFilterBarContext: <Value, Values extends FiltersValues = Record<string, Value>>() => FilterBarContextValue<Value, Values>;
|
|
1949
|
+
type FilterBarProviderProps<ValuesMap extends FiltersValues> = {
|
|
1950
|
+
children: (activeFilters: ActiveFiltersArray<ValuesMap>) => JSX.Element;
|
|
1951
|
+
filters: Filters<ValuesMap>;
|
|
1952
|
+
values: Partial<ValuesMap>;
|
|
1953
|
+
onValuesChange: (values: Partial<ValuesMap>) => void;
|
|
1954
|
+
};
|
|
1955
|
+
declare const FilterBarProvider: <ValuesMap extends FiltersValues>({ children, filters, values, onValuesChange, }: FilterBarProviderProps<ValuesMap>) => JSX.Element;
|
|
1956
|
+
|
|
1957
|
+
type FilterBarProps<ValuesMap extends FiltersValues> = OverrideClassName<Omit<FilterBarProviderProps<ValuesMap>, "children">>;
|
|
1958
|
+
declare const FilterBar: {
|
|
1959
|
+
<ValuesMap extends FiltersValues>({ filters, classNameOverride, ...providerProps }: FilterBarProps<ValuesMap>): JSX.Element;
|
|
1960
|
+
displayName: string;
|
|
1961
|
+
DatePicker: {
|
|
1962
|
+
({ id, onDateChange, locale, ...props }: FilterBarDatePickerProps): JSX.Element;
|
|
1963
|
+
displayName: string;
|
|
1964
|
+
};
|
|
1965
|
+
DateRangePicker: {
|
|
1966
|
+
({ id, onRangeChange, locale, ...props }: FilterBarDateRangePickerProps): JSX.Element;
|
|
1967
|
+
displayName: string;
|
|
1968
|
+
};
|
|
1969
|
+
MultiSelect: {
|
|
1970
|
+
({ id, items: propsItems, children, onSelectionChange, ...props }: FilterBarMultiSelectProps): JSX.Element | null;
|
|
1971
|
+
displayName: string;
|
|
1972
|
+
};
|
|
1973
|
+
Select: {
|
|
1974
|
+
<Option extends SelectOption = SelectOption>({ id, items: propsItems, onSelectionChange, ...props }: FilterBarSelectProps<Option>): JSX.Element;
|
|
1975
|
+
displayName: string;
|
|
1976
|
+
};
|
|
1977
|
+
};
|
|
1978
|
+
|
|
1979
|
+
declare const variantsMap: string[];
|
|
1980
|
+
type VariantType = (typeof variantsMap)[number];
|
|
1981
|
+
|
|
1982
|
+
type ActionProps = ButtonProps & {
|
|
1983
|
+
tooltip?: TooltipProps;
|
|
1984
|
+
};
|
|
1985
|
+
type LayoutType = "default" | "inline" | "stacked";
|
|
1986
|
+
type IllustrationType = "spot" | "scene";
|
|
1987
|
+
type TextAlignment = "center" | "left";
|
|
1988
|
+
type GuidanceBlockActions = {
|
|
1989
|
+
primary: ActionProps;
|
|
1990
|
+
secondary?: ActionProps;
|
|
1991
|
+
dismiss?: {
|
|
1992
|
+
onClick: () => void;
|
|
1993
|
+
};
|
|
1994
|
+
};
|
|
1995
|
+
type BaseGuidanceBlockProps = {
|
|
1996
|
+
layout?: LayoutType;
|
|
1997
|
+
illustration: React__default.ReactElement<SpotProps | SceneProps>;
|
|
1998
|
+
illustrationType?: IllustrationType;
|
|
1999
|
+
smallScreenTextAlignment?: TextAlignment;
|
|
2000
|
+
actions?: GuidanceBlockActions;
|
|
2001
|
+
secondaryDismiss?: boolean;
|
|
2002
|
+
variant?: VariantType;
|
|
2003
|
+
withActionButtonArrow?: boolean;
|
|
2004
|
+
noMaxWidth?: boolean;
|
|
2005
|
+
};
|
|
2006
|
+
type GuidanceBlockWithText = {
|
|
2007
|
+
text: {
|
|
2008
|
+
title: string;
|
|
2009
|
+
titleTag?: HeadingProps["tag"];
|
|
2010
|
+
description: string | React__default.ReactNode;
|
|
2011
|
+
};
|
|
2012
|
+
} & BaseGuidanceBlockProps;
|
|
2013
|
+
type GuidanceBlockPropsWithContent = {
|
|
2014
|
+
content: React__default.ReactElement;
|
|
2015
|
+
} & BaseGuidanceBlockProps;
|
|
2016
|
+
type GuidanceBlockProps = GuidanceBlockWithText | GuidanceBlockPropsWithContent;
|
|
2017
|
+
type GuidanceBlockState = {
|
|
2018
|
+
hidden: boolean;
|
|
2019
|
+
removed: boolean;
|
|
2020
|
+
mediaQueryLayout: string;
|
|
2021
|
+
};
|
|
2022
|
+
/**
|
|
2023
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082093807/Guidance+Block Guidance} |
|
|
2024
|
+
* {@link https://cultureamp.design/?path=/docs/components-guidanceblock--docs Storybook}
|
|
2025
|
+
*/
|
|
2026
|
+
declare const GuidanceBlock: {
|
|
2027
|
+
({ layout, variant, withActionButtonArrow, noMaxWidth, illustrationType, smallScreenTextAlignment, actions, illustration, secondaryDismiss, ...restProps }: GuidanceBlockProps): JSX.Element;
|
|
2028
|
+
displayName: string;
|
|
2029
|
+
};
|
|
2030
|
+
|
|
2031
|
+
type BaseSVGProps = {
|
|
2032
|
+
inheritSize?: boolean;
|
|
2033
|
+
} & OverrideClassName<SVGAttributes<SVGElement>>;
|
|
2034
|
+
type MeaningfulIcon = {
|
|
2035
|
+
role: "img";
|
|
2036
|
+
"aria-label": string;
|
|
2037
|
+
};
|
|
2038
|
+
type DecorativeIcon = {
|
|
2039
|
+
role: "presentation";
|
|
2040
|
+
"aria-label"?: never;
|
|
2041
|
+
};
|
|
2042
|
+
type IconProps = BaseSVGProps & (MeaningfulIcon | DecorativeIcon);
|
|
2043
|
+
|
|
2044
|
+
declare const AcademyIcon: (props: IconProps) => JSX.Element;
|
|
2045
|
+
|
|
2046
|
+
declare const ActionOffIcon: (props: IconProps) => JSX.Element;
|
|
2047
|
+
|
|
2048
|
+
declare const ActionOffWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2049
|
+
|
|
2050
|
+
declare const ActionOnIcon: (props: IconProps) => JSX.Element;
|
|
2051
|
+
|
|
2052
|
+
declare const AddIcon: (props: IconProps) => JSX.Element;
|
|
2053
|
+
|
|
2054
|
+
declare const AddLinkIcon: (props: IconProps) => JSX.Element;
|
|
2055
|
+
|
|
2056
|
+
declare const AddWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2057
|
+
|
|
2058
|
+
declare const AiIcon: (props: IconProps) => JSX.Element;
|
|
2059
|
+
|
|
2060
|
+
declare const ArchivedIcon: (props: IconProps) => JSX.Element;
|
|
2061
|
+
|
|
2062
|
+
declare const ArchivedWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2063
|
+
|
|
2064
|
+
declare const ArrowBackwardIcon: (props: IconProps) => JSX.Element;
|
|
2065
|
+
|
|
2066
|
+
declare const ArrowDownIcon: (props: IconProps) => JSX.Element;
|
|
2067
|
+
|
|
2068
|
+
declare const ArrowForwardIcon: (props: IconProps) => JSX.Element;
|
|
2069
|
+
|
|
2070
|
+
declare const ArrowLeftIcon: (props: IconProps) => JSX.Element;
|
|
2071
|
+
|
|
2072
|
+
declare const ArrowRightIcon: (props: IconProps) => JSX.Element;
|
|
2073
|
+
|
|
2074
|
+
declare const ArrowUpIcon: (props: IconProps) => JSX.Element;
|
|
2075
|
+
|
|
2076
|
+
declare const BlankIcon: (props: IconProps) => JSX.Element;
|
|
2077
|
+
|
|
2078
|
+
declare const BoldIcon: (props: IconProps) => JSX.Element;
|
|
2079
|
+
|
|
2080
|
+
declare const BookmarkOffIcon: (props: IconProps) => JSX.Element;
|
|
2081
|
+
|
|
2082
|
+
declare const BookmarkOnIcon: (props: IconProps) => JSX.Element;
|
|
2083
|
+
|
|
2084
|
+
declare const BranchingIcon: (props: IconProps) => JSX.Element;
|
|
2085
|
+
|
|
2086
|
+
declare const BullettedListIcon: (props: IconProps) => JSX.Element;
|
|
2087
|
+
|
|
2088
|
+
declare const CaMonogramIcon: (props: IconProps) => JSX.Element;
|
|
2089
|
+
|
|
2090
|
+
declare const CameraIcon: (props: IconProps) => JSX.Element;
|
|
2091
|
+
|
|
2092
|
+
declare const CautionIcon: (props: IconProps) => JSX.Element;
|
|
2093
|
+
|
|
2094
|
+
declare const CautionWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2095
|
+
|
|
2096
|
+
declare const CheckIcon: (props: IconProps) => JSX.Element;
|
|
2097
|
+
|
|
2098
|
+
declare const ChevronDownIcon: (props: IconProps) => JSX.Element;
|
|
2099
|
+
|
|
2100
|
+
declare const ChevronLeftIcon: (props: IconProps) => JSX.Element;
|
|
2101
|
+
|
|
2102
|
+
declare const ChevronRightIcon: (props: IconProps) => JSX.Element;
|
|
2103
|
+
|
|
2104
|
+
declare const ChevronUpIcon: (props: IconProps) => JSX.Element;
|
|
2105
|
+
|
|
2106
|
+
declare const ClearIcon: (props: IconProps) => JSX.Element;
|
|
2107
|
+
|
|
2108
|
+
declare const ClearWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2109
|
+
|
|
2110
|
+
declare const CloseIcon: (props: IconProps) => JSX.Element;
|
|
2111
|
+
|
|
2112
|
+
declare const ClosedIcon: (props: IconProps) => JSX.Element;
|
|
2113
|
+
|
|
2114
|
+
declare const ClosedWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2115
|
+
|
|
2116
|
+
declare const CommentAddIcon: (props: IconProps) => JSX.Element;
|
|
2117
|
+
|
|
2118
|
+
declare const CommentAddWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2119
|
+
|
|
2120
|
+
declare const CommentBankIcon: (props: IconProps) => JSX.Element;
|
|
2121
|
+
|
|
2122
|
+
declare const CommentDisabledIcon: (props: IconProps) => JSX.Element;
|
|
2123
|
+
|
|
2124
|
+
declare const CommentDisabledWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2125
|
+
|
|
2126
|
+
declare const CommentIcon: (props: IconProps) => JSX.Element;
|
|
2127
|
+
|
|
2128
|
+
declare const CommentWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2129
|
+
|
|
2130
|
+
declare const CommunicationsIcon: (props: IconProps) => JSX.Element;
|
|
2131
|
+
|
|
2132
|
+
declare const CompetencyLibraryIcon: (props: IconProps) => JSX.Element;
|
|
2133
|
+
|
|
2134
|
+
declare const ConfigureIcon: (props: IconProps) => JSX.Element;
|
|
2135
|
+
|
|
2136
|
+
declare const ConnectIcon: (props: IconProps) => JSX.Element;
|
|
2137
|
+
|
|
2138
|
+
declare const ConnectLineIcon: (props: IconProps) => JSX.Element;
|
|
2139
|
+
|
|
2140
|
+
declare const CustomIcon: (props: IconProps) => JSX.Element;
|
|
2141
|
+
|
|
2142
|
+
declare const DashboardIcon: (props: IconProps) => JSX.Element;
|
|
2143
|
+
|
|
2144
|
+
declare const DateEndIcon: (props: IconProps) => JSX.Element;
|
|
2145
|
+
|
|
2146
|
+
declare const DateEndWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2147
|
+
|
|
2148
|
+
declare const DateRangeIcon: (props: IconProps) => JSX.Element;
|
|
2149
|
+
|
|
2150
|
+
declare const DateRangeWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2151
|
+
|
|
2152
|
+
declare const DateStartIcon: (props: IconProps) => JSX.Element;
|
|
2153
|
+
|
|
2154
|
+
declare const DateStartWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2155
|
+
|
|
2156
|
+
declare const DecreaseIndentIcon: (props: IconProps) => JSX.Element;
|
|
2157
|
+
|
|
2158
|
+
declare const DeltaBareIcon: (props: IconProps) => JSX.Element;
|
|
2159
|
+
|
|
2160
|
+
declare const DeltaBareWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2161
|
+
|
|
2162
|
+
declare const DeltaFlatIcon: (props: IconProps) => JSX.Element;
|
|
1639
2163
|
|
|
1640
2164
|
declare const DeltaIcon: (props: IconProps) => JSX.Element;
|
|
1641
2165
|
|
|
@@ -1925,480 +2449,72 @@ declare const SuccessIcon: (props: IconProps) => JSX.Element;
|
|
|
1925
2449
|
|
|
1926
2450
|
declare const SuccessWhiteIcon: (props: IconProps) => JSX.Element;
|
|
1927
2451
|
|
|
1928
|
-
declare const SupportIcon: (props: IconProps) => JSX.Element;
|
|
1929
|
-
|
|
1930
|
-
declare const SurveysIcon: (props: IconProps) => JSX.Element;
|
|
1931
|
-
|
|
1932
|
-
declare const SurveysWhiteIcon: (props: IconProps) => JSX.Element;
|
|
1933
|
-
|
|
1934
|
-
declare const SyncIcon: (props: IconProps) => JSX.Element;
|
|
1935
|
-
|
|
1936
|
-
declare const TagIcon: (props: IconProps) => JSX.Element;
|
|
1937
|
-
|
|
1938
|
-
declare const TasksIcon: (props: IconProps) => JSX.Element;
|
|
1939
|
-
|
|
1940
|
-
declare const TasksWhiteIcon: (props: IconProps) => JSX.Element;
|
|
1941
|
-
|
|
1942
|
-
declare const TemplateIcon: (props: IconProps) => JSX.Element;
|
|
1943
|
-
|
|
1944
|
-
declare const TemplateWhiteIcon: (props: IconProps) => JSX.Element;
|
|
1945
|
-
|
|
1946
|
-
declare const TextAnalyticsIcon: (props: IconProps) => JSX.Element;
|
|
1947
|
-
|
|
1948
|
-
declare const TextAnalyticsWhiteIcon: (props: IconProps) => JSX.Element;
|
|
1949
|
-
|
|
1950
|
-
declare const ThumbsDownIcon: (props: IconProps) => JSX.Element;
|
|
1951
|
-
|
|
1952
|
-
declare const ThumbsUpIcon: (props: IconProps) => JSX.Element;
|
|
1953
|
-
|
|
1954
|
-
declare const TimeIcon: (props: IconProps) => JSX.Element;
|
|
1955
|
-
|
|
1956
|
-
declare const TimeWhiteIcon: (props: IconProps) => JSX.Element;
|
|
1957
|
-
|
|
1958
|
-
declare const TranslationIcon: (props: IconProps) => JSX.Element;
|
|
1959
|
-
|
|
1960
|
-
declare const TrashIcon: (props: IconProps) => JSX.Element;
|
|
1961
|
-
|
|
1962
|
-
declare const UnattributedIcon: (props: IconProps) => JSX.Element;
|
|
1963
|
-
|
|
1964
|
-
declare const UnattributedWhiteIcon: (props: IconProps) => JSX.Element;
|
|
1965
|
-
|
|
1966
|
-
declare const UnderlineIcon: (props: IconProps) => JSX.Element;
|
|
1967
|
-
|
|
1968
|
-
declare const UndoIcon: (props: IconProps) => JSX.Element;
|
|
1969
|
-
|
|
1970
|
-
declare const UserAddIcon: (props: IconProps) => JSX.Element;
|
|
1971
|
-
|
|
1972
|
-
declare const UserDeleteIcon: (props: IconProps) => JSX.Element;
|
|
1973
|
-
|
|
1974
|
-
declare const UserExitIcon: (props: IconProps) => JSX.Element;
|
|
1975
|
-
|
|
1976
|
-
declare const UserIcon: (props: IconProps) => JSX.Element;
|
|
1977
|
-
|
|
1978
|
-
declare const UserSelectIcon: (props: IconProps) => JSX.Element;
|
|
1979
|
-
|
|
1980
|
-
declare const UserSettingsIcon: (props: IconProps) => JSX.Element;
|
|
1981
|
-
|
|
1982
|
-
declare const UserUpdateIcon: (props: IconProps) => JSX.Element;
|
|
1983
|
-
|
|
1984
|
-
declare const UsersIcon: (props: IconProps) => JSX.Element;
|
|
1985
|
-
|
|
1986
|
-
declare const VisibleIcon: (props: IconProps) => JSX.Element;
|
|
1987
|
-
|
|
1988
|
-
declare const WritingIcon: (props: IconProps) => JSX.Element;
|
|
1989
|
-
|
|
1990
|
-
declare const ZoomInIcon: (props: IconProps) => JSX.Element;
|
|
1991
|
-
|
|
1992
|
-
declare const ZoomOutIcon: (props: IconProps) => JSX.Element;
|
|
1993
|
-
|
|
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 VideoPlayerProps = {
|
|
2177
|
-
/**
|
|
2178
|
-
* Specifies whether the animation plays as soon as it is rendered.
|
|
2179
|
-
* If the user has enabled prefer-reduced-motion their preferences
|
|
2180
|
-
* take precedent over this prop.
|
|
2181
|
-
*/
|
|
2182
|
-
autoplay?: boolean;
|
|
2183
|
-
/**
|
|
2184
|
-
* Replay from start when active animation reaches the end of the animation.
|
|
2185
|
-
*/
|
|
2186
|
-
loop?: boolean;
|
|
2187
|
-
/**
|
|
2188
|
-
* Fallback image. Used when rendering of the asset fails, or as a
|
|
2189
|
-
* poster for the video player.
|
|
2190
|
-
*/
|
|
2191
|
-
fallback: string;
|
|
2192
|
-
/**
|
|
2193
|
-
* The path of the animation source, excluding the file extension. This
|
|
2194
|
-
* Player will preference Webm over mp4.
|
|
2195
|
-
*/
|
|
2196
|
-
source: string;
|
|
2197
|
-
/**
|
|
2198
|
-
* Aspect ratio that is set on the illustration in Scene/Spot which wraps the
|
|
2199
|
-
* component in a container, forcing the aspect ratio.
|
|
2200
|
-
*/
|
|
2201
|
-
aspectRatio?: "landscape" | "portrait" | "square";
|
|
2202
|
-
onEnded?: () => void;
|
|
2203
|
-
};
|
|
2204
|
-
|
|
2205
|
-
type SceneProps = {
|
|
2206
|
-
enableAspectRatio?: boolean;
|
|
2207
|
-
} & Pick<BaseProps, "alt" | "classNameOverride">;
|
|
2208
|
-
type BaseAnimatedSceneProps = {
|
|
2209
|
-
isAnimated?: boolean;
|
|
2210
|
-
} & SceneProps & Pick<VideoPlayerProps, "autoplay" | "loop">;
|
|
2211
|
-
type AnimatedProps = {
|
|
2212
|
-
isAnimated: true;
|
|
2213
|
-
alt?: never;
|
|
2214
|
-
} & Omit<BaseAnimatedSceneProps, "alt">;
|
|
2215
|
-
type NotAnimatedProps = {
|
|
2216
|
-
isAnimated?: false;
|
|
2217
|
-
autoplay?: never;
|
|
2218
|
-
loop?: never;
|
|
2219
|
-
} & BaseAnimatedSceneProps;
|
|
2220
|
-
type AnimatedSceneProps = AnimatedProps | NotAnimatedProps;
|
|
2221
|
-
declare const BrandMomentPositiveOutro: {
|
|
2222
|
-
({ isAnimated, enableAspectRatio, alt, ...otherProps }: AnimatedSceneProps): JSX.Element;
|
|
2223
|
-
displayName: string;
|
|
2224
|
-
};
|
|
2225
|
-
declare const BrandMomentLogin: {
|
|
2226
|
-
({ isAnimated, enableAspectRatio, alt, ...otherProps }: AnimatedSceneProps): JSX.Element;
|
|
2227
|
-
displayName: string;
|
|
2228
|
-
};
|
|
2229
|
-
declare const BrandMomentError: {
|
|
2230
|
-
({ isAnimated, enableAspectRatio, alt, ...otherProps }: AnimatedSceneProps): JSX.Element;
|
|
2231
|
-
displayName: string;
|
|
2232
|
-
};
|
|
2233
|
-
declare const BrandMomentNewAccountOnboarding: {
|
|
2234
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2235
|
-
displayName: string;
|
|
2236
|
-
};
|
|
2237
|
-
declare const BrandMomentUploadEmployeeData: {
|
|
2238
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2239
|
-
displayName: string;
|
|
2240
|
-
};
|
|
2241
|
-
declare const BrandMomentStarterKit: {
|
|
2242
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2243
|
-
displayName: string;
|
|
2244
|
-
};
|
|
2245
|
-
declare const EmptyStatesAction: {
|
|
2246
|
-
({ isAnimated, enableAspectRatio, alt, ...otherProps }: AnimatedSceneProps): JSX.Element;
|
|
2247
|
-
displayName: string;
|
|
2248
|
-
};
|
|
2249
|
-
declare const EmptyStatesInformative: {
|
|
2250
|
-
({ isAnimated, enableAspectRatio, alt, ...otherProps }: AnimatedSceneProps): JSX.Element;
|
|
2251
|
-
displayName: string;
|
|
2252
|
-
};
|
|
2253
|
-
declare const EmptyStatesNegative: {
|
|
2254
|
-
({ isAnimated, enableAspectRatio, alt, ...otherProps }: AnimatedSceneProps): JSX.Element;
|
|
2255
|
-
displayName: string;
|
|
2256
|
-
};
|
|
2257
|
-
declare const EmptyStatesPositive: {
|
|
2258
|
-
({ isAnimated, enableAspectRatio, alt, ...otherProps }: AnimatedSceneProps): JSX.Element;
|
|
2259
|
-
displayName: string;
|
|
2260
|
-
};
|
|
2261
|
-
declare const EmptyStatesNeutral: {
|
|
2262
|
-
({ isAnimated, enableAspectRatio, alt, ...otherProps }: AnimatedSceneProps): JSX.Element;
|
|
2263
|
-
displayName: string;
|
|
2264
|
-
};
|
|
2265
|
-
declare const Information360Upgrade: {
|
|
2266
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2267
|
-
displayName: string;
|
|
2268
|
-
};
|
|
2269
|
-
declare const InformationDemographicFocus: {
|
|
2270
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2271
|
-
displayName: string;
|
|
2272
|
-
};
|
|
2273
|
-
declare const InformationTurnoverCalculator: {
|
|
2274
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2275
|
-
displayName: string;
|
|
2276
|
-
};
|
|
2277
|
-
declare const InformationTurnoverForecast: {
|
|
2278
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2279
|
-
displayName: string;
|
|
2280
|
-
};
|
|
2281
|
-
declare const InformationEmergingTrends: {
|
|
2282
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2283
|
-
displayName: string;
|
|
2284
|
-
};
|
|
2285
|
-
declare const InformationEmployeeLifecycle: {
|
|
2286
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2287
|
-
displayName: string;
|
|
2288
|
-
};
|
|
2289
|
-
declare const InformationReportOwner: {
|
|
2290
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2291
|
-
displayName: string;
|
|
2292
|
-
};
|
|
2293
|
-
declare const InformationReportOwnerByRule: {
|
|
2294
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2295
|
-
displayName: string;
|
|
2296
|
-
};
|
|
2297
|
-
declare const Collaboration: {
|
|
2298
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2299
|
-
displayName: string;
|
|
2300
|
-
};
|
|
2301
|
-
declare const Communication: {
|
|
2302
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2303
|
-
displayName: string;
|
|
2304
|
-
};
|
|
2305
|
-
declare const CompanyValues: {
|
|
2306
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2307
|
-
displayName: string;
|
|
2308
|
-
};
|
|
2309
|
-
declare const ConnectTheDots: {
|
|
2310
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2311
|
-
displayName: string;
|
|
2312
|
-
};
|
|
2313
|
-
declare const CultureLab: {
|
|
2314
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2315
|
-
displayName: string;
|
|
2316
|
-
};
|
|
2317
|
-
declare const TermsAgreement: {
|
|
2318
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2319
|
-
displayName: string;
|
|
2320
|
-
};
|
|
2321
|
-
declare const SkillsCoach1On1Meetings: {
|
|
2322
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2323
|
-
displayName: string;
|
|
2324
|
-
};
|
|
2325
|
-
declare const SkillsCoachCoaching: {
|
|
2326
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2327
|
-
displayName: string;
|
|
2328
|
-
};
|
|
2329
|
-
declare const SkillsCoachEmployeeDevelopment: {
|
|
2330
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2331
|
-
displayName: string;
|
|
2332
|
-
};
|
|
2333
|
-
declare const SkillsCoachEssentialFeedback: {
|
|
2334
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2335
|
-
displayName: string;
|
|
2336
|
-
};
|
|
2337
|
-
declare const SkillsCoachEssentialProductivity: {
|
|
2338
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2339
|
-
displayName: string;
|
|
2340
|
-
};
|
|
2341
|
-
declare const SkillsCoachEssentialResilience: {
|
|
2342
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2343
|
-
displayName: string;
|
|
2344
|
-
};
|
|
2345
|
-
declare const SkillsCoachInfluentialCommunication: {
|
|
2346
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2347
|
-
displayName: string;
|
|
2348
|
-
};
|
|
2349
|
-
declare const SkillsCoachLeadingChange: {
|
|
2350
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2351
|
-
displayName: string;
|
|
2352
|
-
};
|
|
2353
|
-
declare const SkillsCoachFeedback: {
|
|
2354
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2355
|
-
displayName: string;
|
|
2356
|
-
};
|
|
2357
|
-
declare const SkillsCoachManagerHub: {
|
|
2358
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2359
|
-
displayName: string;
|
|
2360
|
-
};
|
|
2361
|
-
declare const SkillsCoachProductivity: {
|
|
2362
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2363
|
-
displayName: string;
|
|
2364
|
-
};
|
|
2365
|
-
declare const SkillsCoachRemoteManager: {
|
|
2366
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2367
|
-
displayName: string;
|
|
2368
|
-
};
|
|
2369
|
-
declare const SkillsCoachResilience: {
|
|
2370
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2371
|
-
displayName: string;
|
|
2372
|
-
};
|
|
2373
|
-
declare const SkillsCoachStrategy: {
|
|
2374
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2375
|
-
displayName: string;
|
|
2376
|
-
};
|
|
2377
|
-
declare const Programs: {
|
|
2378
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2379
|
-
displayName: string;
|
|
2380
|
-
};
|
|
2381
|
-
declare const EngagementSurveySummaryFemale: {
|
|
2382
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2383
|
-
displayName: string;
|
|
2384
|
-
};
|
|
2385
|
-
declare const EngagementSurveySummaryMale: {
|
|
2386
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2387
|
-
displayName: string;
|
|
2388
|
-
};
|
|
2389
|
-
declare const SurveyOverviewClosed: {
|
|
2390
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2391
|
-
displayName: string;
|
|
2392
|
-
};
|
|
2393
|
-
declare const SurveyGetStarted: {
|
|
2394
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2395
|
-
displayName: string;
|
|
2396
|
-
};
|
|
2397
|
-
declare const PerformanceCompanySettings: {
|
|
2398
|
-
({ enableAspectRatio, ...props }: SceneProps): JSX.Element;
|
|
2399
|
-
displayName: string;
|
|
2400
|
-
};
|
|
2401
|
-
|
|
2452
|
+
declare const SupportIcon: (props: IconProps) => JSX.Element;
|
|
2453
|
+
|
|
2454
|
+
declare const SurveysIcon: (props: IconProps) => JSX.Element;
|
|
2455
|
+
|
|
2456
|
+
declare const SurveysWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2457
|
+
|
|
2458
|
+
declare const SyncIcon: (props: IconProps) => JSX.Element;
|
|
2459
|
+
|
|
2460
|
+
declare const TagIcon: (props: IconProps) => JSX.Element;
|
|
2461
|
+
|
|
2462
|
+
declare const TasksIcon: (props: IconProps) => JSX.Element;
|
|
2463
|
+
|
|
2464
|
+
declare const TasksWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2465
|
+
|
|
2466
|
+
declare const TemplateIcon: (props: IconProps) => JSX.Element;
|
|
2467
|
+
|
|
2468
|
+
declare const TemplateWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2469
|
+
|
|
2470
|
+
declare const TextAnalyticsIcon: (props: IconProps) => JSX.Element;
|
|
2471
|
+
|
|
2472
|
+
declare const TextAnalyticsWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2473
|
+
|
|
2474
|
+
declare const ThumbsDownIcon: (props: IconProps) => JSX.Element;
|
|
2475
|
+
|
|
2476
|
+
declare const ThumbsUpIcon: (props: IconProps) => JSX.Element;
|
|
2477
|
+
|
|
2478
|
+
declare const TimeIcon: (props: IconProps) => JSX.Element;
|
|
2479
|
+
|
|
2480
|
+
declare const TimeWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2481
|
+
|
|
2482
|
+
declare const TranslationIcon: (props: IconProps) => JSX.Element;
|
|
2483
|
+
|
|
2484
|
+
declare const TrashIcon: (props: IconProps) => JSX.Element;
|
|
2485
|
+
|
|
2486
|
+
declare const UnattributedIcon: (props: IconProps) => JSX.Element;
|
|
2487
|
+
|
|
2488
|
+
declare const UnattributedWhiteIcon: (props: IconProps) => JSX.Element;
|
|
2489
|
+
|
|
2490
|
+
declare const UnderlineIcon: (props: IconProps) => JSX.Element;
|
|
2491
|
+
|
|
2492
|
+
declare const UndoIcon: (props: IconProps) => JSX.Element;
|
|
2493
|
+
|
|
2494
|
+
declare const UserAddIcon: (props: IconProps) => JSX.Element;
|
|
2495
|
+
|
|
2496
|
+
declare const UserDeleteIcon: (props: IconProps) => JSX.Element;
|
|
2497
|
+
|
|
2498
|
+
declare const UserExitIcon: (props: IconProps) => JSX.Element;
|
|
2499
|
+
|
|
2500
|
+
declare const UserIcon: (props: IconProps) => JSX.Element;
|
|
2501
|
+
|
|
2502
|
+
declare const UserSelectIcon: (props: IconProps) => JSX.Element;
|
|
2503
|
+
|
|
2504
|
+
declare const UserSettingsIcon: (props: IconProps) => JSX.Element;
|
|
2505
|
+
|
|
2506
|
+
declare const UserUpdateIcon: (props: IconProps) => JSX.Element;
|
|
2507
|
+
|
|
2508
|
+
declare const UsersIcon: (props: IconProps) => JSX.Element;
|
|
2509
|
+
|
|
2510
|
+
declare const VisibleIcon: (props: IconProps) => JSX.Element;
|
|
2511
|
+
|
|
2512
|
+
declare const WritingIcon: (props: IconProps) => JSX.Element;
|
|
2513
|
+
|
|
2514
|
+
declare const ZoomInIcon: (props: IconProps) => JSX.Element;
|
|
2515
|
+
|
|
2516
|
+
declare const ZoomOutIcon: (props: IconProps) => JSX.Element;
|
|
2517
|
+
|
|
2402
2518
|
type KaizenProviderProps = {
|
|
2403
2519
|
children: React__default.ReactNode;
|
|
2404
2520
|
locale?: string;
|
|
@@ -2681,7 +2797,7 @@ type ConfirmationModalProps = {
|
|
|
2681
2797
|
/**
|
|
2682
2798
|
* Defines the modal type or mood
|
|
2683
2799
|
*/
|
|
2684
|
-
mood: Mood$
|
|
2800
|
+
mood: Mood$1;
|
|
2685
2801
|
title: string;
|
|
2686
2802
|
onConfirm?: () => void;
|
|
2687
2803
|
onDismiss: () => void;
|
|
@@ -2698,7 +2814,7 @@ type ConfirmationModalProps = {
|
|
|
2698
2814
|
automationId?: string;
|
|
2699
2815
|
children: React__default.ReactNode;
|
|
2700
2816
|
} & HTMLAttributes<HTMLDivElement>;
|
|
2701
|
-
type Mood$
|
|
2817
|
+
type Mood$1 = "positive" | "informative" | "negative" | "cautionary" | "assertive";
|
|
2702
2818
|
/**
|
|
2703
2819
|
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082093114/Modal Guidance} |
|
|
2704
2820
|
* {@link https://cultureamp.design/?path=/docs/components-modals-confirmationmodal--docs Storybook}
|
|
@@ -2873,7 +2989,7 @@ type InlineNotificationProps = OverrideClassName<{
|
|
|
2873
2989
|
onHide?: () => void;
|
|
2874
2990
|
noBottomMargin?: boolean;
|
|
2875
2991
|
forceMultiline?: boolean;
|
|
2876
|
-
headingProps?: HeadingProps
|
|
2992
|
+
headingProps?: HeadingProps;
|
|
2877
2993
|
isSubtle?: boolean;
|
|
2878
2994
|
}>;
|
|
2879
2995
|
/**
|
|
@@ -3008,12 +3124,12 @@ type ProgressBarProps = {
|
|
|
3008
3124
|
max: number;
|
|
3009
3125
|
/** Adds an animated state to indicate loading progress */
|
|
3010
3126
|
isAnimating: boolean;
|
|
3011
|
-
mood: Mood
|
|
3127
|
+
mood: Mood;
|
|
3012
3128
|
subtext?: string;
|
|
3013
3129
|
label?: string;
|
|
3014
3130
|
isReversed: boolean;
|
|
3015
3131
|
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
3016
|
-
type Mood
|
|
3132
|
+
type Mood = "positive" | "informative" | "negative" | "cautionary";
|
|
3017
3133
|
/**
|
|
3018
3134
|
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081896891/Progress+Bar Guidance} |
|
|
3019
3135
|
* {@link https://cultureamp.design/?path=/docs/components-progress-bar--docs Storybook}
|
|
@@ -3068,6 +3184,289 @@ declare const RadioGroup: {
|
|
|
3068
3184
|
displayName: string;
|
|
3069
3185
|
};
|
|
3070
3186
|
|
|
3187
|
+
type ToolbarControlTypes = "bold" | "italic" | "underline" | "orderedList" | "bulletList" | "link";
|
|
3188
|
+
type ToolbarItems = {
|
|
3189
|
+
name: ToolbarControlTypes;
|
|
3190
|
+
/**
|
|
3191
|
+
* A group is used to wrap items in the same section wrapper
|
|
3192
|
+
* ungrouped items will be appended to the end of the toolbar */
|
|
3193
|
+
group?: string;
|
|
3194
|
+
};
|
|
3195
|
+
type EditorContentArray = Array<{
|
|
3196
|
+
[key: string]: any;
|
|
3197
|
+
}>;
|
|
3198
|
+
type EditorRows = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20;
|
|
3199
|
+
|
|
3200
|
+
type RichTextContentProps = {
|
|
3201
|
+
content: EditorContentArray;
|
|
3202
|
+
} & OverrideClassName<Omit<HTMLAttributes<HTMLDivElement>, "content">>;
|
|
3203
|
+
declare const RichTextContent: {
|
|
3204
|
+
(props: RichTextContentProps): JSX.Element;
|
|
3205
|
+
displayName: string;
|
|
3206
|
+
};
|
|
3207
|
+
|
|
3208
|
+
type EditableRichTextContentProps = {
|
|
3209
|
+
onClick: (event: MouseEvent<HTMLElement>) => void;
|
|
3210
|
+
content: EditorContentArray;
|
|
3211
|
+
labelText: string;
|
|
3212
|
+
isLabelHidden?: boolean;
|
|
3213
|
+
contentProps?: Omit<RichTextContentProps, "content">;
|
|
3214
|
+
} & OverrideClassName<Omit<HTMLAttributes<HTMLDivElement>, "onClick" | "content">>;
|
|
3215
|
+
declare const EditableRichTextContent: {
|
|
3216
|
+
({ onClick, content, classNameOverride, labelText, isLabelHidden, contentProps, ...restProps }: EditableRichTextContentProps): JSX.Element;
|
|
3217
|
+
displayName: string;
|
|
3218
|
+
};
|
|
3219
|
+
|
|
3220
|
+
type BaseRichTextEditorProps = {
|
|
3221
|
+
onChange: (content: ProseMirrorState.EditorState) => void;
|
|
3222
|
+
defaultValue: EditorContentArray;
|
|
3223
|
+
controls?: ToolbarItems[];
|
|
3224
|
+
/**
|
|
3225
|
+
* Sets a default min-height for the editable area in units of body paragraph line height, similar to the 'rows' attribute on <textarea>.
|
|
3226
|
+
* The editable area will autogrow, so this only affects the component when the content doesn't exceed this height.
|
|
3227
|
+
*/
|
|
3228
|
+
rows?: EditorRows;
|
|
3229
|
+
dataError?: React__default.ReactElement;
|
|
3230
|
+
onDataError?: () => void;
|
|
3231
|
+
status?: "default" | "error" | "caution";
|
|
3232
|
+
/**
|
|
3233
|
+
* A descriptive message for `error` or `caution` states
|
|
3234
|
+
*/
|
|
3235
|
+
validationMessage?: React__default.ReactNode;
|
|
3236
|
+
/**
|
|
3237
|
+
* A description that provides context
|
|
3238
|
+
*/
|
|
3239
|
+
description?: React__default.ReactNode;
|
|
3240
|
+
} & OverrideClassName<Omit<HTMLAttributes<HTMLDivElement>, "onChange" | "defaultValue">>;
|
|
3241
|
+
type WithLabelText = {
|
|
3242
|
+
labelText: ReactNode;
|
|
3243
|
+
"aria-labelledby"?: never;
|
|
3244
|
+
};
|
|
3245
|
+
type WithLabelledBy = {
|
|
3246
|
+
labelText?: never;
|
|
3247
|
+
"aria-labelledby": string;
|
|
3248
|
+
};
|
|
3249
|
+
type RichTextEditorProps = BaseRichTextEditorProps & (WithLabelText | WithLabelledBy);
|
|
3250
|
+
/**
|
|
3251
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081896752/Rich+Text+Editor Guidance} |
|
|
3252
|
+
* {@link https://cultureamp.design/?path=/docs/components-richtexteditor--docs Storybook}
|
|
3253
|
+
*/
|
|
3254
|
+
declare const RichTextEditor: {
|
|
3255
|
+
({ onChange, defaultValue, labelText, "aria-labelledby": labelledBy, classNameOverride, controls, rows, dataError, onDataError, validationMessage, description, status, ...restProps }: RichTextEditorProps): JSX.Element;
|
|
3256
|
+
displayName: string;
|
|
3257
|
+
};
|
|
3258
|
+
|
|
3259
|
+
declare const moodsList$1: readonly ["default", "secondary", "primary", "destructive", "secondary-destructive"];
|
|
3260
|
+
type ToggleIconButtonMoods = (typeof moodsList$1)[number];
|
|
3261
|
+
|
|
3262
|
+
type ToggleIconButtonProps = {
|
|
3263
|
+
icon: JSX.Element;
|
|
3264
|
+
label: string;
|
|
3265
|
+
isActive?: boolean;
|
|
3266
|
+
mood?: ToggleIconButtonMoods;
|
|
3267
|
+
} & OverrideClassName<React__default.ButtonHTMLAttributes<HTMLButtonElement>>;
|
|
3268
|
+
declare const ToggleIconButton: React__default.ForwardRefExoticComponent<{
|
|
3269
|
+
icon: JSX.Element;
|
|
3270
|
+
label: string;
|
|
3271
|
+
isActive?: boolean | undefined;
|
|
3272
|
+
mood?: "default" | "primary" | "destructive" | "secondary" | "secondary-destructive" | undefined;
|
|
3273
|
+
} & Omit<React__default.ButtonHTMLAttributes<HTMLButtonElement>, "className"> & {
|
|
3274
|
+
classNameOverride?: string | undefined;
|
|
3275
|
+
} & React__default.RefAttributes<HTMLButtonElement>>;
|
|
3276
|
+
|
|
3277
|
+
type ToolbarProps = {
|
|
3278
|
+
children: React__default.ReactNode;
|
|
3279
|
+
"aria-controls": string;
|
|
3280
|
+
"aria-label": string;
|
|
3281
|
+
} & OverrideClassName<React__default.HTMLAttributes<HTMLElement>>;
|
|
3282
|
+
declare const Toolbar: {
|
|
3283
|
+
(props: ToolbarProps): JSX.Element;
|
|
3284
|
+
displayName: string;
|
|
3285
|
+
};
|
|
3286
|
+
|
|
3287
|
+
type ToolbarSectionProps = {
|
|
3288
|
+
children: React__default.ReactNode;
|
|
3289
|
+
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
3290
|
+
declare const ToolbarSection: {
|
|
3291
|
+
(props: ToolbarSectionProps): JSX.Element;
|
|
3292
|
+
displayName: string;
|
|
3293
|
+
};
|
|
3294
|
+
|
|
3295
|
+
/**
|
|
3296
|
+
* Dispatch receives a transaction from ProseMirror to effect changes to the
|
|
3297
|
+
* EditorState in order
|
|
3298
|
+
*/
|
|
3299
|
+
type Dispatch = (tx: Transaction) => void;
|
|
3300
|
+
/**
|
|
3301
|
+
* Curry a Command
|
|
3302
|
+
*/
|
|
3303
|
+
type CommandFactory = (...args: any[]) => Command;
|
|
3304
|
+
type CommandOrTransaction = Command | Transaction;
|
|
3305
|
+
type MarkRange = {
|
|
3306
|
+
from: number;
|
|
3307
|
+
to: number;
|
|
3308
|
+
};
|
|
3309
|
+
type Doc = {
|
|
3310
|
+
type: string;
|
|
3311
|
+
content: DocContent;
|
|
3312
|
+
};
|
|
3313
|
+
type DocContent = Array<Record<string, any>>;
|
|
3314
|
+
/**
|
|
3315
|
+
* Overload the EditorView` from ProseMirror to allow for the dispatch
|
|
3316
|
+
* function to take either a Command` or a Transaction
|
|
3317
|
+
*/
|
|
3318
|
+
type EditorView = EditorView$1 & {
|
|
3319
|
+
dispatch(commandOrTransaction: CommandOrTransaction): void;
|
|
3320
|
+
};
|
|
3321
|
+
|
|
3322
|
+
/** Wrap the users current selection in the given Mark type */
|
|
3323
|
+
declare const addMark: CommandFactory;
|
|
3324
|
+
|
|
3325
|
+
declare const getMarkAttrs: (state: EditorState, type: MarkType) => Attrs;
|
|
3326
|
+
|
|
3327
|
+
declare const getMarkRange: ($pos?: ResolvedPos | null, type?: MarkType | null) => MarkRange | null;
|
|
3328
|
+
|
|
3329
|
+
declare const listIsActive: (state: EditorState, type: NodeType, listNodes: NodeType[]) => boolean;
|
|
3330
|
+
|
|
3331
|
+
/** Check the current PM Selection against the Mark Type provided */
|
|
3332
|
+
declare const markContainsSelection: (state: EditorState, markType: MarkType) => boolean;
|
|
3333
|
+
|
|
3334
|
+
declare const markIsActive: (state: EditorState, type: MarkType) => boolean;
|
|
3335
|
+
|
|
3336
|
+
/** Remove part or all of the Mark from the current selection */
|
|
3337
|
+
declare const removeMark: CommandFactory;
|
|
3338
|
+
|
|
3339
|
+
/** Update Mark attributes, create nested Marks or split Marks of the same type */
|
|
3340
|
+
declare const updateMark: CommandFactory;
|
|
3341
|
+
|
|
3342
|
+
type KnownAttrs = {
|
|
3343
|
+
varibleHref?: string;
|
|
3344
|
+
href?: string;
|
|
3345
|
+
};
|
|
3346
|
+
type AttrsValidator = (attrs: KnownAttrs & {
|
|
3347
|
+
[key: string]: unknown;
|
|
3348
|
+
}) => boolean | unknown;
|
|
3349
|
+
/** This will walk the full doc and remove the Marks that fail the validator method */
|
|
3350
|
+
declare const validateAndRemoveMarks: (markType: MarkType, validator: AttrsValidator) => (state: EditorState, dispatch?: ((tx: Transaction) => void) | undefined) => boolean;
|
|
3351
|
+
|
|
3352
|
+
type EditorAPI = {
|
|
3353
|
+
destroy: () => void;
|
|
3354
|
+
dispatchTransaction: (maybeCommand: CommandOrTransaction) => void;
|
|
3355
|
+
};
|
|
3356
|
+
type EditorArgs = {
|
|
3357
|
+
initialEditorState: EditorState;
|
|
3358
|
+
node: HTMLElement;
|
|
3359
|
+
onChange: (editorState: EditorState) => void;
|
|
3360
|
+
attributes?: {
|
|
3361
|
+
[name: string]: string;
|
|
3362
|
+
};
|
|
3363
|
+
isEditable?: () => boolean;
|
|
3364
|
+
};
|
|
3365
|
+
/**
|
|
3366
|
+
* createRichTextEditor
|
|
3367
|
+
* Initialize a ProseMirror EditorView
|
|
3368
|
+
*/
|
|
3369
|
+
declare const createRichTextEditor: ({ initialEditorState, node, onChange, attributes, isEditable, }: EditorArgs) => EditorAPI;
|
|
3370
|
+
|
|
3371
|
+
type RTEOptions = {
|
|
3372
|
+
editable: boolean;
|
|
3373
|
+
};
|
|
3374
|
+
type SetEditableStatus = (status: boolean) => void;
|
|
3375
|
+
type UseRichTextEditorReturnValue = [
|
|
3376
|
+
React.RefCallback<HTMLElement>,
|
|
3377
|
+
EditorState,
|
|
3378
|
+
(commandOrTransaction: CommandOrTransaction) => void,
|
|
3379
|
+
SetEditableStatus
|
|
3380
|
+
];
|
|
3381
|
+
/**
|
|
3382
|
+
* useRichTextEditor
|
|
3383
|
+
* React hook to initialize a ProseMirror editor, handle binding it to the DOM,
|
|
3384
|
+
* and updating the state within React’s lifecycle.
|
|
3385
|
+
*
|
|
3386
|
+
* @param {initialEditorState} ProseMirror state
|
|
3387
|
+
* @returns {Array}
|
|
3388
|
+
*/
|
|
3389
|
+
declare const useRichTextEditor: (initialEditorState: EditorState, attributes?: Record<string, string>, options?: RTEOptions) => UseRichTextEditorReturnValue;
|
|
3390
|
+
|
|
3391
|
+
/**
|
|
3392
|
+
* createEditorState
|
|
3393
|
+
* Create a ProseMirror EditorState. Wrapper for EditorState.create to make the
|
|
3394
|
+
* API obvious to consumers
|
|
3395
|
+
*/
|
|
3396
|
+
declare const createEditorState: (schema: Schema, doc: Node$1 | undefined, plugins?: Plugin[]) => EditorState;
|
|
3397
|
+
/**
|
|
3398
|
+
* Create a ProseMirror doc node from the combination of a schema and the object
|
|
3399
|
+
* representation of a document
|
|
3400
|
+
*/
|
|
3401
|
+
declare const createDocNode: (schema: Schema, docObject: Doc) => Node$1;
|
|
3402
|
+
/**
|
|
3403
|
+
* Create a ProseMirror doc node from the combination of a schema and the doc’s
|
|
3404
|
+
* content array (rather than the top-level doc node).
|
|
3405
|
+
*/
|
|
3406
|
+
declare const createDocNodeFromContent: (schema: Schema, docContent: DocContent) => Node$1;
|
|
3407
|
+
|
|
3408
|
+
declare const orderedListRule: (nodeType: NodeType) => InputRule;
|
|
3409
|
+
declare const bulletListRule: (nodeType: NodeType) => InputRule;
|
|
3410
|
+
|
|
3411
|
+
type SelectionPosition = {
|
|
3412
|
+
top: number;
|
|
3413
|
+
left: number;
|
|
3414
|
+
height: number;
|
|
3415
|
+
width: number;
|
|
3416
|
+
};
|
|
3417
|
+
|
|
3418
|
+
type LinkEditorAttrs = {
|
|
3419
|
+
href: string | null;
|
|
3420
|
+
_metadata: {
|
|
3421
|
+
[key: string]: unknown;
|
|
3422
|
+
} | null;
|
|
3423
|
+
};
|
|
3424
|
+
type LinkEditorProps = {
|
|
3425
|
+
removeMark: () => void;
|
|
3426
|
+
updateAttrs: ({ href }: LinkEditorAttrs) => void;
|
|
3427
|
+
attrs: LinkEditorAttrs;
|
|
3428
|
+
selectionPosition: SelectionPosition;
|
|
3429
|
+
focusEditor: () => void;
|
|
3430
|
+
};
|
|
3431
|
+
declare const LinkEditor: {
|
|
3432
|
+
({ attrs, removeMark, updateAttrs, selectionPosition, focusEditor, }: LinkEditorProps): JSX.Element;
|
|
3433
|
+
displayName: string;
|
|
3434
|
+
};
|
|
3435
|
+
|
|
3436
|
+
type CreateLinkManagerArgs = {
|
|
3437
|
+
markType: MarkType;
|
|
3438
|
+
linkAttributeValidator?: AttrsValidator;
|
|
3439
|
+
editorComponent?: ComponentType<LinkEditorProps>;
|
|
3440
|
+
};
|
|
3441
|
+
declare const createLinkManager: ({ markType, editorComponent, linkAttributeValidator, }: CreateLinkManagerArgs) => Plugin;
|
|
3442
|
+
|
|
3443
|
+
type LinkModalProps = {
|
|
3444
|
+
onSubmit: (href: string) => void;
|
|
3445
|
+
onDismiss: () => void;
|
|
3446
|
+
onAfterLeave: () => void;
|
|
3447
|
+
isOpen: boolean;
|
|
3448
|
+
defaultHref?: string;
|
|
3449
|
+
};
|
|
3450
|
+
declare const LinkModal: {
|
|
3451
|
+
({ onSubmit, onDismiss, onAfterLeave, isOpen, defaultHref, }: LinkModalProps): JSX.Element;
|
|
3452
|
+
displayName: string;
|
|
3453
|
+
};
|
|
3454
|
+
|
|
3455
|
+
type LinkPopoverProps = {
|
|
3456
|
+
href?: string;
|
|
3457
|
+
onRemove: () => void;
|
|
3458
|
+
onEdit: () => void;
|
|
3459
|
+
selectionPosition: SelectionPosition;
|
|
3460
|
+
};
|
|
3461
|
+
declare const LinkPopover: {
|
|
3462
|
+
({ href, onRemove, onEdit, selectionPosition, }: LinkPopoverProps): JSX.Element;
|
|
3463
|
+
displayName: string;
|
|
3464
|
+
};
|
|
3465
|
+
|
|
3466
|
+
declare const getMarks: () => MarkSpec;
|
|
3467
|
+
|
|
3468
|
+
declare const getNodes: () => NodeSpec;
|
|
3469
|
+
|
|
3071
3470
|
type SearchFieldProps = Omit<InputSearchProps, "id"> & {
|
|
3072
3471
|
id?: string;
|
|
3073
3472
|
labelText: string;
|
|
@@ -3139,10 +3538,10 @@ declare const Select: React__default.ForwardRefExoticComponent<{
|
|
|
3139
3538
|
tabIndex?: number | undefined;
|
|
3140
3539
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
3141
3540
|
placeholder?: React__default.ReactNode;
|
|
3142
|
-
classNames?: react_select.ClassNamesConfig<any, boolean, react_select.GroupBase<any>> | undefined;
|
|
3143
3541
|
styles?: react_select.StylesConfig<any, boolean, react_select.GroupBase<any>> | undefined;
|
|
3144
|
-
components?: Partial<react_select_dist_declarations_src_components.SelectComponents<any, boolean, react_select.GroupBase<any>>> | undefined;
|
|
3145
3542
|
options?: react_select.OptionsOrGroups<any, react_select.GroupBase<any>> | undefined;
|
|
3543
|
+
classNames?: react_select.ClassNamesConfig<any, boolean, react_select.GroupBase<any>> | undefined;
|
|
3544
|
+
components?: Partial<react_select_dist_declarations_src_components.SelectComponents<any, boolean, react_select.GroupBase<any>>> | undefined;
|
|
3146
3545
|
isDisabled?: boolean | undefined;
|
|
3147
3546
|
isLoading?: boolean | undefined;
|
|
3148
3547
|
backspaceRemovesValue?: boolean | undefined;
|
|
@@ -3185,10 +3584,10 @@ declare const Select: React__default.ForwardRefExoticComponent<{
|
|
|
3185
3584
|
tabIndex?: number | undefined;
|
|
3186
3585
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
3187
3586
|
placeholder?: React__default.ReactNode;
|
|
3188
|
-
classNames?: react_select.ClassNamesConfig<any, boolean, react_select.GroupBase<any>> | undefined;
|
|
3189
3587
|
styles?: react_select.StylesConfig<any, boolean, react_select.GroupBase<any>> | undefined;
|
|
3190
|
-
components?: Partial<react_select_dist_declarations_src_components.SelectComponents<any, boolean, react_select.GroupBase<any>>> | undefined;
|
|
3191
3588
|
options?: react_select.OptionsOrGroups<any, react_select.GroupBase<any>> | undefined;
|
|
3589
|
+
classNames?: react_select.ClassNamesConfig<any, boolean, react_select.GroupBase<any>> | undefined;
|
|
3590
|
+
components?: Partial<react_select_dist_declarations_src_components.SelectComponents<any, boolean, react_select.GroupBase<any>>> | undefined;
|
|
3192
3591
|
isDisabled?: boolean | undefined;
|
|
3193
3592
|
isLoading?: boolean | undefined;
|
|
3194
3593
|
backspaceRemovesValue?: boolean | undefined;
|
|
@@ -3243,6 +3642,12 @@ declare const Skirt: {
|
|
|
3243
3642
|
displayName: string;
|
|
3244
3643
|
};
|
|
3245
3644
|
|
|
3645
|
+
type SkirtCardProps = CardProps;
|
|
3646
|
+
declare const SkirtCard: {
|
|
3647
|
+
(props: SkirtCardProps): JSX.Element;
|
|
3648
|
+
displayName: string;
|
|
3649
|
+
};
|
|
3650
|
+
|
|
3246
3651
|
type SliderFieldProps = {
|
|
3247
3652
|
id?: string;
|
|
3248
3653
|
labelText: ReactNode;
|
|
@@ -3547,7 +3952,7 @@ declare const Text: {
|
|
|
3547
3952
|
};
|
|
3548
3953
|
|
|
3549
3954
|
type OmittedInputProps = "startIconAdornment" | "endIconAdornment" | "ariaDescribedBy" | "ariaLabel";
|
|
3550
|
-
|
|
3955
|
+
type TextFieldProps = {
|
|
3551
3956
|
/**
|
|
3552
3957
|
* A short example of input text. For context or additional information use the `description` prop
|
|
3553
3958
|
*/
|
|
@@ -3562,7 +3967,7 @@ interface TextFieldProps extends Omit<InputProps, OmittedInputProps> {
|
|
|
3562
3967
|
* A description that provides context for the text field
|
|
3563
3968
|
*/
|
|
3564
3969
|
description?: string | React__default.ReactNode;
|
|
3565
|
-
}
|
|
3970
|
+
} & Omit<InputProps, OmittedInputProps>;
|
|
3566
3971
|
/**
|
|
3567
3972
|
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081928705/Text+Field Guidance} |
|
|
3568
3973
|
* {@link https://cultureamp.design/?path=/docs/components-text-field--docs Storybook}
|
|
@@ -3727,44 +4132,178 @@ declare const ToggleSwitchField: {
|
|
|
3727
4132
|
displayName: string;
|
|
3728
4133
|
};
|
|
3729
4134
|
|
|
3730
|
-
type
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
* This is more a "desired position". The tooltip will automatically change
|
|
3742
|
-
* its position, if there's not enough room to show it in the one specified.
|
|
3743
|
-
*/
|
|
3744
|
-
position?: Position;
|
|
3745
|
-
/** The text content for the tooltip */
|
|
3746
|
-
text: React__default.ReactNode;
|
|
3747
|
-
/**
|
|
3748
|
-
* This is the interactable element that is being described by the tooltip `text`
|
|
3749
|
-
*/
|
|
3750
|
-
children?: React__default.ReactNode;
|
|
3751
|
-
classNameOverride?: string;
|
|
3752
|
-
mood?: Mood;
|
|
4135
|
+
type CustomNavigationTabProps = Omit<NavigationTabProps, "render"> & {
|
|
4136
|
+
className: string;
|
|
4137
|
+
};
|
|
4138
|
+
type NavigationTabProps = {
|
|
4139
|
+
text: string;
|
|
4140
|
+
href: string;
|
|
4141
|
+
active?: boolean;
|
|
4142
|
+
handleClick?: (event: React__default.MouseEvent) => void;
|
|
4143
|
+
variant?: TitleBlockVariant;
|
|
4144
|
+
id?: string;
|
|
4145
|
+
automationId?: string;
|
|
3753
4146
|
/**
|
|
3754
|
-
*
|
|
3755
|
-
*
|
|
3756
|
-
*
|
|
4147
|
+
* Custom render for the tab. Commonly used to replace the link with a router link component.
|
|
4148
|
+
* Props given to the NavigationTab component will be passed back, along with a decorated className.
|
|
4149
|
+
* It is up to you to reapply them to your custom component.
|
|
3757
4150
|
*/
|
|
3758
|
-
|
|
4151
|
+
render?: (props: CustomNavigationTabProps) => JSX.Element;
|
|
4152
|
+
};
|
|
4153
|
+
declare const NavigationTab: {
|
|
4154
|
+
(props: NavigationTabProps): JSX.Element;
|
|
4155
|
+
displayName: string;
|
|
4156
|
+
};
|
|
4157
|
+
|
|
4158
|
+
/**
|
|
4159
|
+
* @param TitleBlockProps ### Accessing internal types of TitleBlockProps
|
|
4160
|
+
* If you want access to types like `PrimaryActionProps` (for example, in the scenario
|
|
4161
|
+
* where you want to create an object containing menu items to be passed in for the primary
|
|
4162
|
+
* menu button), you can use the shorthand:
|
|
4163
|
+
* ```
|
|
4164
|
+
* const myMenu: TitleBlockProps["primaryAction"] = ...
|
|
4165
|
+
* ```
|
|
4166
|
+
* This will ensure that `myMenu` has a type of `PrimaryActionProps`.
|
|
4167
|
+
*/
|
|
4168
|
+
type TitleBlockProps = {
|
|
4169
|
+
children?: React.ReactNode;
|
|
4170
|
+
title: string;
|
|
4171
|
+
variant?: TitleBlockVariant;
|
|
4172
|
+
breadcrumb?: TitleBlockBreadcrumbType;
|
|
4173
|
+
avatar?: JSX.Element | TitleBlockAvatarProps;
|
|
4174
|
+
subtitle?: React.ReactNode;
|
|
4175
|
+
sectionTitle?: string;
|
|
4176
|
+
sectionTitleDescription?: string;
|
|
4177
|
+
renderSectionTitle?: (renderProps: SectionTitleRenderProps) => React.ReactNode;
|
|
4178
|
+
pageSwitcherSelect?: TitleBlockSelectProps;
|
|
4179
|
+
handleHamburgerClick?: (event: React.MouseEvent) => void;
|
|
4180
|
+
primaryAction?: PrimaryActionProps;
|
|
4181
|
+
defaultAction?: DefaultActionProps;
|
|
4182
|
+
secondaryActions?: SecondaryActionsProps;
|
|
4183
|
+
secondaryOverflowMenuItems?: TitleBlockMenuItemProps[];
|
|
4184
|
+
navigationTabs?: NavigationTabs;
|
|
4185
|
+
collapseNavigationAreaWhenPossible?: boolean;
|
|
4186
|
+
textDirection?: TextDirection;
|
|
4187
|
+
surveyStatus?: SurveyStatus;
|
|
4188
|
+
titleAutomationId?: string;
|
|
4189
|
+
breadcrumbAutomationId?: string;
|
|
4190
|
+
breadcrumbTextAutomationId?: string;
|
|
4191
|
+
avatarAutomationId?: string;
|
|
4192
|
+
subtitleAutomationId?: string;
|
|
4193
|
+
sectionTitleAutomationId?: string;
|
|
4194
|
+
sectionTitleDescriptionAutomationId?: string;
|
|
4195
|
+
};
|
|
4196
|
+
/**
|
|
4197
|
+
* ### PrimaryActionProps
|
|
4198
|
+
*
|
|
4199
|
+
* The primary action (the "main" button in the top right) can either be a Button,
|
|
4200
|
+
* or a Button that reveals a Menu (a menu button).
|
|
4201
|
+
*
|
|
4202
|
+
* For a button, pass in an object containing the same props you would normally use
|
|
4203
|
+
* for a Button component.
|
|
4204
|
+
*
|
|
4205
|
+
* For a menu button, pass in a `MenuGroup`:
|
|
4206
|
+
* ```typescript
|
|
4207
|
+
* {
|
|
4208
|
+
* label: string
|
|
4209
|
+
* menuItems: MenuItemProps[]
|
|
4210
|
+
* }
|
|
4211
|
+
* ```
|
|
4212
|
+
* Using the `label`, the Title Block will render a Button with a chevron icon and your `menuItems` will appear
|
|
4213
|
+
* in the dropdown menu when you click it. (`MenuItemProps` is a type imported from the `Menu` component.)
|
|
4214
|
+
*/
|
|
4215
|
+
type PrimaryActionProps = (TitleBlockMenuGroup & {
|
|
4216
|
+
badge?: TitleBlockBadgeProps;
|
|
4217
|
+
}) | ((TitleBlockButtonProps | TitleBlockCustomButtonProps) & {
|
|
4218
|
+
badge?: TitleBlockBadgeProps;
|
|
4219
|
+
});
|
|
4220
|
+
/**
|
|
4221
|
+
* ### SecondaryActionsProps
|
|
4222
|
+
*
|
|
4223
|
+
* Secondary actions can only be buttons or button menus
|
|
4224
|
+
* (a button that reveals a dropdown menu).
|
|
4225
|
+
*
|
|
4226
|
+
* **IMPORTANT:** The visual order of these from left to right should always be:
|
|
4227
|
+
* ```text
|
|
4228
|
+
* buttons -> menu buttons
|
|
4229
|
+
* ```
|
|
4230
|
+
*
|
|
4231
|
+
* For a button, pass in an object containing the same props you would normally use
|
|
4232
|
+
* for a Button component.
|
|
4233
|
+
*
|
|
4234
|
+
* For a menu button, pass in a `MenuGroup`:
|
|
4235
|
+
*
|
|
4236
|
+
* ```typescript
|
|
4237
|
+
* {
|
|
4238
|
+
* label: string
|
|
4239
|
+
* menuItems: MenuItemProps[]
|
|
4240
|
+
* }
|
|
4241
|
+
* ```
|
|
4242
|
+
* (`MenuItemProps` is imported from the Menu component.)
|
|
4243
|
+
*
|
|
4244
|
+
*/
|
|
4245
|
+
type SecondaryActionsProps = SecondaryActionItemProps[];
|
|
4246
|
+
type SecondaryActionItemProps = TitleBlockMenuGroup | (ButtonWithHrefNotOnClick | ButtonWithOnClickNotHref | TitleBlockCustomButtonProps);
|
|
4247
|
+
type TitleBlockBadgeProps = {
|
|
4248
|
+
text: string;
|
|
4249
|
+
animateChange?: boolean;
|
|
4250
|
+
};
|
|
4251
|
+
type TitleBlockButtonProps = TitleBlockDistributiveOmit<ButtonProps, "onClick" | "component"> & {
|
|
4252
|
+
onClick?: (e: any) => void;
|
|
4253
|
+
};
|
|
4254
|
+
type TitleBlockCustomButtonProps = TitleBlockDistributiveOmit<TitleBlockButtonProps, "component"> & {
|
|
4255
|
+
className?: string;
|
|
4256
|
+
component: (props: CustomButtonProps) => JSX.Element;
|
|
4257
|
+
};
|
|
4258
|
+
type TitleBlockMenuItemProps = (Omit<MenuItemProps, "action"> & {
|
|
4259
|
+
action: ((e: any) => void) | string;
|
|
4260
|
+
}) | TitleBlockCustomButtonProps;
|
|
4261
|
+
type ButtonWithHrefNotOnClick = TitleBlockDistributiveOmit<ButtonProps, "onClick">;
|
|
4262
|
+
type ButtonWithOnClickNotHref = TitleBlockDistributiveOmit<TitleBlockButtonProps, "href">;
|
|
4263
|
+
type TitleBlockMenuGroup = {
|
|
4264
|
+
label: string;
|
|
4265
|
+
menuItems: TitleBlockMenuItemProps[];
|
|
4266
|
+
};
|
|
4267
|
+
type TitleBlockSelectProps = React.ComponentProps<typeof Select>;
|
|
4268
|
+
type TitleBlockDistributiveOmit<T, K extends keyof any> = T extends any ? Omit<T, K> : never;
|
|
4269
|
+
type TitleBlockAvatarProps = Omit<GenericAvatarProps, "size"> | Omit<CompanyAvatarProps, "size">;
|
|
4270
|
+
type DefaultActionProps = TitleBlockButtonProps | TitleBlockCustomButtonProps;
|
|
4271
|
+
type SectionTitleRenderProps = Pick<TitleBlockProps, "sectionTitle" | "sectionTitleAutomationId" | "sectionTitleDescription" | "sectionTitleDescriptionAutomationId">;
|
|
4272
|
+
type TitleBlockVariant = "admin" | "education";
|
|
4273
|
+
type NavigationTabs = Array<React.ReactElement<NavigationTabProps>>;
|
|
4274
|
+
type TextDirection = "ltr" | "rtl";
|
|
4275
|
+
type SurveyStatus = {
|
|
4276
|
+
text: string;
|
|
4277
|
+
status: "draft" | "live" | "scheduled" | "closed" | "default";
|
|
4278
|
+
};
|
|
4279
|
+
type TitleBlockBreadcrumbType = {
|
|
4280
|
+
text: string;
|
|
4281
|
+
path?: string;
|
|
4282
|
+
handleClick?: (event: React.MouseEvent) => void;
|
|
3759
4283
|
/**
|
|
3760
|
-
*
|
|
3761
|
-
*
|
|
4284
|
+
* Custom render for the breadcrumb. Commonly used to replace the parent link with a router link component.
|
|
4285
|
+
* Props given to the breadcrumb component will be passed back, along with a decorated className and children.
|
|
4286
|
+
* It is up to you to reapply them to your custom component.
|
|
3762
4287
|
*/
|
|
3763
|
-
|
|
3764
|
-
animationDuration?: number;
|
|
4288
|
+
render?: (props: CustomBreadcrumbProps) => JSX.Element;
|
|
3765
4289
|
};
|
|
3766
|
-
|
|
3767
|
-
|
|
4290
|
+
type TitleBlockBreadcrumbProps = {
|
|
4291
|
+
breadcrumb: TitleBlockBreadcrumbType;
|
|
4292
|
+
automationId: string;
|
|
4293
|
+
textAutomationId: string;
|
|
4294
|
+
textDirection?: TextDirection;
|
|
4295
|
+
};
|
|
4296
|
+
type CustomBreadcrumbProps = TitleBlockBreadcrumbProps & {
|
|
4297
|
+
className: string;
|
|
4298
|
+
children: React.ReactNode;
|
|
4299
|
+
};
|
|
4300
|
+
|
|
4301
|
+
/**
|
|
4302
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3075605782/Title+Block Guidance} |
|
|
4303
|
+
* {@link https://cultureamp.design/?path=/story/components-titleblock--docs Storybook}
|
|
4304
|
+
*/
|
|
4305
|
+
declare const TitleBlockZen: {
|
|
4306
|
+
({ title, variant, breadcrumb, avatar, subtitle, sectionTitle, sectionTitleDescription, renderSectionTitle, pageSwitcherSelect, handleHamburgerClick, primaryAction, defaultAction, secondaryActions, secondaryOverflowMenuItems, navigationTabs, collapseNavigationAreaWhenPossible, textDirection, surveyStatus, titleAutomationId, avatarAutomationId, subtitleAutomationId, sectionTitleAutomationId, sectionTitleDescriptionAutomationId, breadcrumbAutomationId, breadcrumbTextAutomationId, }: TitleBlockProps): JSX.Element;
|
|
3768
4307
|
displayName: string;
|
|
3769
4308
|
};
|
|
3770
4309
|
|
|
@@ -3783,7 +4322,7 @@ type FooterProps = {
|
|
|
3783
4322
|
|
|
3784
4323
|
type WorkflowStatus = {
|
|
3785
4324
|
/** @default: "statusDraft" */
|
|
3786
|
-
variant?: DefaultTagProps
|
|
4325
|
+
variant?: DefaultTagProps["variant"];
|
|
3787
4326
|
content?: string;
|
|
3788
4327
|
};
|
|
3789
4328
|
type WorkflowTitlesProps = {
|
|
@@ -3857,4 +4396,4 @@ declare const Well: {
|
|
|
3857
4396
|
displayName: string;
|
|
3858
4397
|
};
|
|
3859
4398
|
|
|
3860
|
-
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, type AnimatedSceneProps, 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, BrandMomentError, BrandMomentLogin, BrandMomentNewAccountOnboarding, BrandMomentPositiveOutro, type BrandMomentProps, BrandMomentStarterKit, BrandMomentUploadEmployeeData, 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, Collaboration, Collapsible, CollapsibleGroup, type CollapsibleGroupProps, type CollapsibleProps, CommentAddIcon, CommentAddWhiteIcon, CommentBankIcon, CommentDisabledIcon, CommentDisabledWhiteIcon, CommentIcon, CommentWhiteIcon, Communication, Communications, CommunicationsIcon, Community, Company, type CompanyAvatarProps, CompanyDetails, CompanyValues, CompetencyLibraryIcon, ConfigureIcon, ConfirmationModal, type ConfirmationModalProps, ConnectIcon, ConnectLineIcon, ConnectTheDots, Container, Content, type ContentProps, ContextModal, type ContextModalProps, type ContextModalSecondaryActionProps, Conversations, CultureLab, 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, type DefaultTagProps, 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, EmptyStatesAction, EmptyStatesInformative, EmptyStatesNegative, EmptyStatesNeutral, EmptyStatesPositive, EmptyWhiteIcon, EndIcon, EndOfProbation, EngagementIcon, EngagementSurvey, EngagementSurveySummaryFemale, EngagementSurveySummaryMale, 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, Information360Upgrade, InformationDemographicFocus, InformationEmergingTrends, InformationEmployeeLifecycle, InformationIcon, InformationReportOwner, InformationReportOwnerByRule, InformationTile, type InformationTileProps, InformationTurnoverCalculator, InformationTurnoverForecast, 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, LikertScaleLegacy, type LikertScaleProps, 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, PerformanceCompanySettings, PerformanceDiagnostics, PermissionsIcon, PersonIcon, PhasedWeek1OnboardSurvey, PhasedWeek5OnboardSurvey, PhotoUploadIcon, Popover, type PopoverProps, Positive, PowerIcon, PowerfulInsights, PrintIcon, PrintWhiteIcon, Privacy, Process, ProcessManagerIcon, Productivity, Programs, ProgressBar, type ProgressBarProps, 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, type SceneProps, 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, SkillsCoach1On1Meetings, SkillsCoachCoaching, SkillsCoachEmployeeDevelopment, SkillsCoachEssentialFeedback, SkillsCoachEssentialProductivity, SkillsCoachEssentialResilience, SkillsCoachFeedback, SkillsCoachInfluentialCommunication, SkillsCoachLeadingChange, SkillsCoachManagerHub, SkillsCoachProductivity, SkillsCoachRemoteManager, SkillsCoachResilience, SkillsCoachStrategy, 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, SurveyGetStarted, SurveyOverviewClosed, SurveysIcon, SurveysWhiteIcon, SyncIcon, Tab, TabList, type TabListProps, TabPanel, type TabPanelProps, TabPanels, type TabPanelsProps, type TabProps, TableCard, type TableCardProps, TableContainer, type TableContainerProps, TableHeader, type TableHeaderProps, TableHeaderRowCell, type TableHeaderRowCellProps, type TableHeaderRowProps, TableRow, TableRowCell, type TableRowCellProps, type TableRowProps, Tabs, type TabsProps, Tag, TagIcon, type TagProps, type TagWithAvatarProps, TakeAim, TasksIcon, TasksWhiteIcon, Team1, Team2, TeamEffectiveness1, TeamEffectiveness2, TemplateIcon, TemplateWhiteIcon, Templates, TermsAgreement, 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, ToggleSwitch, ToggleSwitchField, type ToggleSwitchFieldProps, type ToggleSwitchProps, type ToggledStatus, 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, Well, type WellProps, 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 };
|
|
4399
|
+
export { AcademyIcon, AccountBasics, Action, ActionOffIcon, ActionOffWhiteIcon, ActionOnIcon, ActionPlans, type ActionProps, type ActiveFiltersArray, AddIcon, AddImage, AddLinkIcon, AddUser, AddWhiteIcon, AiIcon, Alarm, type AllowedHeadingColors, type AllowedHeadingTags, type AllowedTextColors, type AllowedTextTags, AmplifyOthers, type AnimatedSceneProps, ArchivedIcon, ArchivedWhiteIcon, ArrowBackwardIcon, ArrowDownIcon, ArrowForwardIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, Assertive, AsyncSelect, type AttrsValidator, 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, BrandMomentCaptureIntro, BrandMomentError, BrandMomentLogin, BrandMomentNewAccountOnboarding, BrandMomentPositiveOutro, type BrandMomentProps, BrandMomentStarterKit, BrandMomentUploadEmployeeData, 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, Collaboration, Collapsible, CollapsibleGroup, type CollapsibleGroupProps, type CollapsibleProps, type CommandFactory, type CommandOrTransaction, CommentAddIcon, CommentAddWhiteIcon, CommentBankIcon, CommentDisabledIcon, CommentDisabledWhiteIcon, CommentIcon, CommentWhiteIcon, Communication, Communications, CommunicationsIcon, Community, Company, type CompanyAvatarProps, CompanyDetails, CompanyValues, CompetencyLibraryIcon, ConfigureIcon, ConfirmationModal, type ConfirmationModalProps, ConnectIcon, ConnectLineIcon, ConnectTheDots, Container, Content, type ContentProps, ContextModal, type ContextModalProps, type ContextModalSecondaryActionProps, Conversations, CultureLab, type CustomButtonProps, CustomIcon, type CustomNavigationTabProps, 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, type DefaultTagProps, DeltaBareIcon, DeltaBareWhiteIcon, DeltaFlatIcon, DeltaIcon, DeltaNegativeIcon, DeltaPositiveIcon, DeltaWhiteIcon, DemographicsIcon, DepartmentIcon, DirectionalLink, type DirectionalLinkProps, type DisabledDayMatchers, type DisabledDays, type Dispatch, Divider, type DividerProps, type Doc, type DocContent, DraftIcon, DraftWhiteIcon, DragIcon, DuplicateIcon, EditIcon, EditableRichTextContent, type EditableRichTextContentProps, type EditorContentArray, type EditorRows, type EditorView, EffectivenessIcon, EllipsisIcon, EmailIcon, EmergencyResponse, EmployeeData, EmptyIcon, EmptyState, type EmptyStateProps, EmptyStatesAction, EmptyStatesInformative, EmptyStatesNegative, EmptyStatesNeutral, EmptyStatesPositive, EmptyWhiteIcon, EndIcon, EndOfProbation, EngagementIcon, EngagementSurvey, EngagementSurveySummaryFemale, EngagementSurveySummaryMale, 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, GuidanceBlock, type GuidanceBlockProps, type GuidanceBlockState, 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, Information360Upgrade, InformationDemographicFocus, InformationEmergingTrends, InformationEmployeeLifecycle, InformationIcon, InformationReportOwner, InformationReportOwnerByRule, InformationTile, type InformationTileProps, InformationTurnoverCalculator, InformationTurnoverForecast, InformationWhiteIcon, Informative, InlineNotification, type InlineNotificationProps, Input, InputEditModal, type InputEditModalProps, type InputProps, InputRange, type InputRangeProps, InputSearch, type InputSearchProps, InputStatus, type InputStatusType, type InputType, InputTypes, 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, LikertScaleLegacy, type LikertScaleProps, LinkEditor, type LinkEditorAttrs, type LinkEditorProps, LinkModal, LinkPopover, type LinkPopoverProps, 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, type MarkRange, 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, NavigationTab, type NavigationTabProps, 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, PerformanceCompanySettings, PerformanceDiagnostics, PermissionsIcon, PersonIcon, PhasedWeek1OnboardSurvey, PhasedWeek5OnboardSurvey, PhotoUploadIcon, Popover, type PopoverProps, Positive, PowerIcon, PowerfulInsights, PrintIcon, PrintWhiteIcon, Privacy, Process, ProcessManagerIcon, Productivity, Programs, ProgressBar, type ProgressBarProps, 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, RichTextContent, type RichTextContentProps, RichTextEditor, type RichTextEditorProps, SanFrancisco, SaveIcon, type SceneProps, 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, SkillsCoach1On1Meetings, SkillsCoachCoaching, SkillsCoachEmployeeDevelopment, SkillsCoachEssentialFeedback, SkillsCoachEssentialProductivity, SkillsCoachEssentialResilience, SkillsCoachFeedback, SkillsCoachInfluentialCommunication, SkillsCoachLeadingChange, SkillsCoachManagerHub, SkillsCoachProductivity, SkillsCoachRemoteManager, SkillsCoachResilience, SkillsCoachStrategy, SkillsDevelopment, SkipIcon, SkipWhiteIcon, Skirt, SkirtCard, type SkirtCardProps, 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, SurveyGetStarted, SurveyOverviewClosed, SurveysIcon, SurveysWhiteIcon, SyncIcon, Tab, TabList, type TabListProps, TabPanel, type TabPanelProps, TabPanels, type TabPanelsProps, type TabProps, TableCard, type TableCardProps, TableContainer, type TableContainerProps, TableHeader, type TableHeaderProps, TableHeaderRowCell, type TableHeaderRowCellProps, type TableHeaderRowProps, TableRow, TableRowCell, type TableRowCellProps, type TableRowProps, Tabs, type TabsProps, Tag, TagIcon, type TagProps, type TagWithAvatarProps, TakeAim, TasksIcon, TasksWhiteIcon, Team1, Team2, TeamEffectiveness1, TeamEffectiveness2, TemplateIcon, TemplateWhiteIcon, Templates, TermsAgreement, 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, TitleBlockZen, ToggleIconButton, type ToggleIconButtonProps, ToggleSwitch, ToggleSwitchField, type ToggleSwitchFieldProps, type ToggleSwitchProps, type ToggledStatus, Toolbar, type ToolbarControlTypes, type ToolbarItems, type ToolbarProps, ToolbarSection, type ToolbarSectionProps, 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, ValuesSurvey1, ValuesSurvey2, Video, ViewReports, VisibleIcon, Well, type WellProps, WellbeingSurvey, WellbeingSurvey1, WellbeingSurvey2, WellbeingSurvey3, Workflow, type WorkflowProps, Workshop, WritingIcon, ZoomInIcon, ZoomOutIcon, addMark, bulletListRule, calculateDisabledDays, createDocNode, createDocNodeFromContent, createEditorState, createLinkManager, createRichTextEditor, formatDateAsNumeral, formatDateAsText, formatDateRangeValue, getDateValidationHandler, getMarkAttrs, getMarkRange, getMarks, getNodes, getSelectedOptionKeys, getSelectedOptionLabels, getTruncatedLabels, isDisabledDate, isInvalidDate, isSelectingDayInCalendar, isValidWeekStartsOn, listIsActive, markContainsSelection, markIsActive, orderedListRule, parseDateAsTextOrNumeral, parseDateFromNumeralFormatValue, parseDateFromTextFormatValue, removeMark, setFocusInCalendar, updateMark, useDateValidation, useFilterBarContext, useMenuTriggerContext, usePopover, useRichTextEditor, useSelectionContext, validateAndRemoveMarks, validateDate };
|