@kaizen/components 1.67.9 → 1.67.11
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/__actions__/Menu/v3/Menu.cjs +1 -1
- package/dist/cjs/__actions__/Menu/v3/{Menu.module.scss.cjs → Menu.module.css.cjs} +1 -1
- package/dist/cjs/__actions__/Menu/v3/MenuItem.cjs +10 -5
- package/dist/cjs/__actions__/Menu/v3/MenuItem.module.css.cjs +8 -0
- package/dist/cjs/__future__/Icon/Icon.cjs +1 -1
- package/dist/cjs/__future__/Icon/Icon.module.css.cjs +1 -0
- package/dist/esm/__actions__/Menu/v3/Menu.mjs +1 -1
- package/dist/esm/__actions__/Menu/v3/{Menu.module.scss.mjs → Menu.module.css.mjs} +1 -1
- package/dist/esm/__actions__/Menu/v3/MenuItem.mjs +10 -5
- package/dist/esm/__actions__/Menu/v3/MenuItem.module.css.mjs +6 -0
- package/dist/esm/__future__/Icon/Icon.mjs +1 -1
- package/dist/esm/__future__/Icon/Icon.module.css.mjs +1 -0
- package/dist/styles.css +72 -45
- package/dist/types/Avatar/Avatar.d.ts +1 -1
- package/dist/types/AvatarGroup/AvatarGroup.d.ts +2 -2
- package/dist/types/Badge/Badge.d.ts +1 -1
- package/dist/types/Brand/Brand.d.ts +1 -1
- package/dist/types/BrandMoment/BrandMoment.d.ts +3 -3
- package/dist/types/ButtonGroup/ButtonGroup.d.ts +3 -3
- package/dist/types/Calendar/CalendarPopover/CalendarPopover.d.ts +1 -1
- package/dist/types/Calendar/CalendarRange/CalendarRange.d.ts +1 -1
- package/dist/types/Calendar/CalendarSingle/CalendarSingle.d.ts +1 -1
- package/dist/types/Card/Card.d.ts +1 -1
- package/dist/types/Checkbox/Checkbox/Checkbox.d.ts +1 -1
- package/dist/types/Checkbox/CheckboxGroup/CheckboxGroup.d.ts +1 -1
- package/dist/types/ClearButton/ClearButton.d.ts +1 -1
- package/dist/types/Collapsible/Collapsible/Collapsible.d.ts +1 -1
- package/dist/types/Collapsible/CollapsibleGroup/CollapsibleGroup.d.ts +3 -3
- package/dist/types/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.d.ts +1 -1
- package/dist/types/Content/Content.d.ts +1 -1
- package/dist/types/DateInput/DateInput/DateInput.d.ts +1 -1
- package/dist/types/DatePicker/DatePicker.d.ts +1 -1
- package/dist/types/DatePicker/subcomponents/DateInputField/DateInputField.d.ts +3 -3
- package/dist/types/DatePicker/types.d.ts +1 -1
- package/dist/types/DatePicker/utils/validateDate.d.ts +1 -1
- package/dist/types/DateRangePicker/DateRangePicker.d.ts +2 -2
- package/dist/types/DateRangePicker/utils/formatDateRangeValue.d.ts +1 -1
- package/dist/types/Divider/Divider.d.ts +1 -1
- package/dist/types/EmptyState/EmptyState.d.ts +3 -3
- package/dist/types/ErrorPage/ErrorPage.d.ts +1 -1
- package/dist/types/FieldGroup/FieldGroup.d.ts +1 -1
- package/dist/types/FieldMessage/FieldMessage.d.ts +1 -1
- package/dist/types/Filter/Filter/Filter.d.ts +1 -1
- package/dist/types/Filter/Filter/subcomponents/FilterContents/FilterContents.d.ts +1 -1
- package/dist/types/Filter/Filter/subcomponents/FilterPopover/FilterPopover.d.ts +1 -1
- package/dist/types/Filter/FilterBar/FilterBar.d.ts +1 -1
- package/dist/types/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.d.ts +2 -2
- package/dist/types/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.d.ts +1 -1
- package/dist/types/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.d.ts +1 -1
- package/dist/types/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.d.ts +1 -1
- package/dist/types/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.d.ts +1 -1
- package/dist/types/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.d.ts +3 -3
- package/dist/types/Filter/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.d.ts +1 -1
- package/dist/types/Filter/FilterDatePicker/hooks/useDateInputHandlers.d.ts +2 -2
- package/dist/types/Filter/FilterDatePicker/hooks/useDateValidation.d.ts +1 -1
- package/dist/types/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.d.ts +1 -1
- package/dist/types/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.d.ts +6 -6
- package/dist/types/Filter/FilterDatePicker/types.d.ts +1 -1
- package/dist/types/Filter/FilterDatePicker/utils/transformDateToInputValue.d.ts +1 -1
- package/dist/types/Filter/FilterDatePicker/utils/validateDate.d.ts +1 -1
- package/dist/types/Filter/FilterDateRangePicker/FilterDateRangePicker.d.ts +1 -1
- package/dist/types/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.d.ts +2 -2
- package/dist/types/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.d.ts +5 -5
- package/dist/types/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.d.ts +1 -1
- package/dist/types/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.d.ts +1 -1
- package/dist/types/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/types.d.ts +1 -1
- package/dist/types/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.d.ts +1 -1
- package/dist/types/Filter/FilterDateRangePicker/utils/isCompleteDateRange.d.ts +1 -1
- package/dist/types/Filter/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.d.ts +1 -1
- package/dist/types/Filter/FilterSelect/FilterSelect.d.ts +6 -6
- package/dist/types/Filter/FilterSelect/types.d.ts +1 -1
- package/dist/types/GuidanceBlock/GuidanceBlock.d.ts +4 -4
- package/dist/types/Heading/Heading.d.ts +1 -1
- package/dist/types/Icon/AcademyIcon.d.ts +1 -1
- package/dist/types/Icon/ActionOffIcon.d.ts +1 -1
- package/dist/types/Icon/ActionOffWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/ActionOnIcon.d.ts +1 -1
- package/dist/types/Icon/AddIcon.d.ts +1 -1
- package/dist/types/Icon/AddLinkIcon.d.ts +1 -1
- package/dist/types/Icon/AddWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/AiIcon.d.ts +1 -1
- package/dist/types/Icon/ArchivedIcon.d.ts +1 -1
- package/dist/types/Icon/ArchivedWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/ArrowBackwardIcon.d.ts +1 -1
- package/dist/types/Icon/ArrowDownIcon.d.ts +1 -1
- package/dist/types/Icon/ArrowForwardIcon.d.ts +1 -1
- package/dist/types/Icon/ArrowLeftIcon.d.ts +1 -1
- package/dist/types/Icon/ArrowRightIcon.d.ts +1 -1
- package/dist/types/Icon/ArrowUpIcon.d.ts +1 -1
- package/dist/types/Icon/AssignmentIcon.d.ts +1 -1
- package/dist/types/Icon/BlankIcon.d.ts +1 -1
- package/dist/types/Icon/BoldIcon.d.ts +1 -1
- package/dist/types/Icon/BookmarkOffIcon.d.ts +1 -1
- package/dist/types/Icon/BookmarkOnIcon.d.ts +1 -1
- package/dist/types/Icon/BranchingIcon.d.ts +1 -1
- package/dist/types/Icon/BullettedListIcon.d.ts +1 -1
- package/dist/types/Icon/CaMonogramIcon.d.ts +1 -1
- package/dist/types/Icon/CameraIcon.d.ts +1 -1
- package/dist/types/Icon/CautionIcon.d.ts +1 -1
- package/dist/types/Icon/CautionWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/CheckIcon.d.ts +1 -1
- package/dist/types/Icon/ChevronDownIcon.d.ts +1 -1
- package/dist/types/Icon/ChevronLeftIcon.d.ts +1 -1
- package/dist/types/Icon/ChevronRightIcon.d.ts +1 -1
- package/dist/types/Icon/ChevronUpIcon.d.ts +1 -1
- package/dist/types/Icon/ClearIcon.d.ts +1 -1
- package/dist/types/Icon/ClearWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/CloseIcon.d.ts +1 -1
- package/dist/types/Icon/ClosedIcon.d.ts +1 -1
- package/dist/types/Icon/ClosedWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/CommentAddIcon.d.ts +1 -1
- package/dist/types/Icon/CommentAddWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/CommentBankIcon.d.ts +1 -1
- package/dist/types/Icon/CommentDisabledIcon.d.ts +1 -1
- package/dist/types/Icon/CommentDisabledWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/CommentIcon.d.ts +1 -1
- package/dist/types/Icon/CommentWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/CommunicationsIcon.d.ts +1 -1
- package/dist/types/Icon/CompetencyLibraryIcon.d.ts +1 -1
- package/dist/types/Icon/ConfigureIcon.d.ts +1 -1
- package/dist/types/Icon/ConnectIcon.d.ts +1 -1
- package/dist/types/Icon/ConnectLineIcon.d.ts +1 -1
- package/dist/types/Icon/CustomIcon.d.ts +1 -1
- package/dist/types/Icon/DashboardIcon.d.ts +1 -1
- package/dist/types/Icon/DateEndIcon.d.ts +1 -1
- package/dist/types/Icon/DateEndWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/DateRangeIcon.d.ts +1 -1
- package/dist/types/Icon/DateRangeWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/DateStartIcon.d.ts +1 -1
- package/dist/types/Icon/DateStartWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/DecreaseIndentIcon.d.ts +1 -1
- package/dist/types/Icon/DeltaBareIcon.d.ts +1 -1
- package/dist/types/Icon/DeltaBareWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/DeltaFlatIcon.d.ts +1 -1
- package/dist/types/Icon/DeltaIcon.d.ts +1 -1
- package/dist/types/Icon/DeltaNegativeIcon.d.ts +1 -1
- package/dist/types/Icon/DeltaPositiveIcon.d.ts +1 -1
- package/dist/types/Icon/DeltaWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/DemographicsIcon.d.ts +1 -1
- package/dist/types/Icon/DepartmentIcon.d.ts +1 -1
- package/dist/types/Icon/DraftIcon.d.ts +1 -1
- package/dist/types/Icon/DraftWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/DragIcon.d.ts +1 -1
- package/dist/types/Icon/DuplicateIcon.d.ts +1 -1
- package/dist/types/Icon/EditIcon.d.ts +1 -1
- package/dist/types/Icon/EffectivenessIcon.d.ts +1 -1
- package/dist/types/Icon/EllipsisIcon.d.ts +1 -1
- package/dist/types/Icon/EmailIcon.d.ts +1 -1
- package/dist/types/Icon/EmptyIcon.d.ts +1 -1
- package/dist/types/Icon/EmptyWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/EndIcon.d.ts +1 -1
- package/dist/types/Icon/EngagementIcon.d.ts +1 -1
- package/dist/types/Icon/EngagementWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/EqualIcon.d.ts +1 -1
- package/dist/types/Icon/EqualWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/ExclamationIcon.d.ts +1 -1
- package/dist/types/Icon/ExclamationOctagonIcon.d.ts +1 -1
- package/dist/types/Icon/ExclamationOctagonWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/ExclamationWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/ExperienceIcon.d.ts +1 -1
- package/dist/types/Icon/ExportIcon.d.ts +1 -1
- package/dist/types/Icon/ExportWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/ExternalLinkIcon.d.ts +1 -1
- package/dist/types/Icon/FaceDissatisfiedIcon.d.ts +1 -1
- package/dist/types/Icon/FaceDissatisfiedWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/FaceNeutralIcon.d.ts +1 -1
- package/dist/types/Icon/FaceNeutralWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/FaceSatisfiedIcon.d.ts +1 -1
- package/dist/types/Icon/FaceSatisfiedWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/FaceVeryDissatisfiedIcon.d.ts +1 -1
- package/dist/types/Icon/FaceVeryDissatisfiedWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/FaceVerySatisfiedIcon.d.ts +1 -1
- package/dist/types/Icon/FaceVerySatisfiedWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/FactorsIcon.d.ts +1 -1
- package/dist/types/Icon/FavoriteOffIcon.d.ts +1 -1
- package/dist/types/Icon/FavoriteOnIcon.d.ts +1 -1
- package/dist/types/Icon/FeedbackClassifyIcon.d.ts +1 -1
- package/dist/types/Icon/FeedbackClassifyWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/FeedbackCompletedIcon.d.ts +1 -1
- package/dist/types/Icon/FeedbackCompletedWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/FeedbackReportIcon.d.ts +1 -1
- package/dist/types/Icon/FeedbackReportWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/FeedbackReviewIcon.d.ts +1 -1
- package/dist/types/Icon/FeedbackReviewWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/FeedbackShareIcon.d.ts +1 -1
- package/dist/types/Icon/FeedbackShareWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/FileIcon.d.ts +1 -1
- package/dist/types/Icon/FileWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/FilterIcon.d.ts +1 -1
- package/dist/types/Icon/FlagOffIcon.d.ts +1 -1
- package/dist/types/Icon/FlagOffWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/FlagOnIcon.d.ts +1 -1
- package/dist/types/Icon/FullIcon.d.ts +1 -1
- package/dist/types/Icon/GridViewIcon.d.ts +1 -1
- package/dist/types/Icon/GuidanceIcon.d.ts +1 -1
- package/dist/types/Icon/HamburgerIcon.d.ts +1 -1
- package/dist/types/Icon/HeatmapIcon.d.ts +1 -1
- package/dist/types/Icon/HeatmapWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/HierarchyIcon.d.ts +1 -1
- package/dist/types/Icon/HomeIcon.d.ts +1 -1
- package/dist/types/Icon/ImportIcon.d.ts +1 -1
- package/dist/types/Icon/ImportWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/IncreaseIndentIcon.d.ts +1 -1
- package/dist/types/Icon/IndicatorActiveIcon.d.ts +1 -1
- package/dist/types/Icon/IndicatorInactiveIcon.d.ts +1 -1
- package/dist/types/Icon/InformationIcon.d.ts +1 -1
- package/dist/types/Icon/InformationWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/InsightIcon.d.ts +1 -1
- package/dist/types/Icon/InsightsIcon.d.ts +1 -1
- package/dist/types/Icon/InvisibleIcon.d.ts +1 -1
- package/dist/types/Icon/ItalicsIcon.d.ts +1 -1
- package/dist/types/Icon/KebabIcon.d.ts +1 -1
- package/dist/types/Icon/KioskIcon.d.ts +1 -1
- package/dist/types/Icon/KioskWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/LaunchIcon.d.ts +1 -1
- package/dist/types/Icon/LaunchWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/LeaderboardIcon.d.ts +1 -1
- package/dist/types/Icon/ListViewIcon.d.ts +1 -1
- package/dist/types/Icon/LiveIcon.d.ts +1 -1
- package/dist/types/Icon/LockIcon.d.ts +1 -1
- package/dist/types/Icon/LockWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/LogOutIcon.d.ts +1 -1
- package/dist/types/Icon/MaximizeIcon.d.ts +1 -1
- package/dist/types/Icon/MeatballsIcon.d.ts +1 -1
- package/dist/types/Icon/MinimizeIcon.d.ts +1 -1
- package/dist/types/Icon/MinusIcon.d.ts +1 -1
- package/dist/types/Icon/NavigatorIcon.d.ts +1 -1
- package/dist/types/Icon/NotificationIcon.d.ts +1 -1
- package/dist/types/Icon/NumberedListIcon.d.ts +1 -1
- package/dist/types/Icon/NumberedListRtlIcon.d.ts +1 -1
- package/dist/types/Icon/OpenIcon.d.ts +1 -1
- package/dist/types/Icon/OpenWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/OrganizationIcon.d.ts +1 -1
- package/dist/types/Icon/ParticipationIcon.d.ts +1 -1
- package/dist/types/Icon/ParticipationWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/PauseIcon.d.ts +1 -1
- package/dist/types/Icon/PauseWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/PercentageIcon.d.ts +1 -1
- package/dist/types/Icon/PermissionsIcon.d.ts +1 -1
- package/dist/types/Icon/PersonIcon.d.ts +1 -1
- package/dist/types/Icon/PhotoUploadIcon.d.ts +1 -1
- package/dist/types/Icon/PowerIcon.d.ts +1 -1
- package/dist/types/Icon/PrintIcon.d.ts +1 -1
- package/dist/types/Icon/PrintWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/ProcessManagerIcon.d.ts +1 -1
- package/dist/types/Icon/PromotionIcon.d.ts +1 -1
- package/dist/types/Icon/PromotionWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/QuestionIcon.d.ts +1 -1
- package/dist/types/Icon/QuestionWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/QuestionsIcon.d.ts +1 -1
- package/dist/types/Icon/RedoIcon.d.ts +1 -1
- package/dist/types/Icon/RefreshIcon.d.ts +1 -1
- package/dist/types/Icon/RemoveLinkIcon.d.ts +1 -1
- package/dist/types/Icon/RepeatsIcon.d.ts +1 -1
- package/dist/types/Icon/ReportIcon.d.ts +1 -1
- package/dist/types/Icon/ReportSharingIcon.d.ts +1 -1
- package/dist/types/Icon/RestoreIcon.d.ts +1 -1
- package/dist/types/Icon/SaveIcon.d.ts +1 -1
- package/dist/types/Icon/SearchIcon.d.ts +1 -1
- package/dist/types/Icon/SearchWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/SecurityTipIcon.d.ts +1 -1
- package/dist/types/Icon/SendIcon.d.ts +1 -1
- package/dist/types/Icon/SendRtlIcon.d.ts +1 -1
- package/dist/types/Icon/SettingsIcon.d.ts +1 -1
- package/dist/types/Icon/SettingsWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/ShareIcon.d.ts +1 -1
- package/dist/types/Icon/SkipIcon.d.ts +1 -1
- package/dist/types/Icon/SkipWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/SortAscendingIcon.d.ts +1 -1
- package/dist/types/Icon/SortDescendingIcon.d.ts +1 -1
- package/dist/types/Icon/SpinnerIcon.d.ts +1 -1
- package/dist/types/Icon/StarOffIcon.d.ts +1 -1
- package/dist/types/Icon/StarOnIcon.d.ts +1 -1
- package/dist/types/Icon/StartIcon.d.ts +1 -1
- package/dist/types/Icon/SubtractIcon.d.ts +1 -1
- package/dist/types/Icon/SubtractWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/SuccessIcon.d.ts +1 -1
- package/dist/types/Icon/SuccessWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/SupportIcon.d.ts +1 -1
- package/dist/types/Icon/SurveysIcon.d.ts +1 -1
- package/dist/types/Icon/SurveysWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/SyncIcon.d.ts +1 -1
- package/dist/types/Icon/TagIcon.d.ts +1 -1
- package/dist/types/Icon/TasksIcon.d.ts +1 -1
- package/dist/types/Icon/TasksWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/TemplateIcon.d.ts +1 -1
- package/dist/types/Icon/TemplateWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/TextAnalyticsIcon.d.ts +1 -1
- package/dist/types/Icon/TextAnalyticsWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/ThumbsDownIcon.d.ts +1 -1
- package/dist/types/Icon/ThumbsDownOffIcon.d.ts +1 -1
- package/dist/types/Icon/ThumbsDownOnIcon.d.ts +1 -1
- package/dist/types/Icon/ThumbsUpIcon.d.ts +1 -1
- package/dist/types/Icon/ThumbsUpOffIcon.d.ts +1 -1
- package/dist/types/Icon/ThumbsUpOnIcon.d.ts +1 -1
- package/dist/types/Icon/TimeIcon.d.ts +1 -1
- package/dist/types/Icon/TimeWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/TranslationIcon.d.ts +1 -1
- package/dist/types/Icon/TrashIcon.d.ts +1 -1
- package/dist/types/Icon/UnattributedIcon.d.ts +1 -1
- package/dist/types/Icon/UnattributedWhiteIcon.d.ts +1 -1
- package/dist/types/Icon/UnderlineIcon.d.ts +1 -1
- package/dist/types/Icon/UndoIcon.d.ts +1 -1
- package/dist/types/Icon/UserAddIcon.d.ts +1 -1
- package/dist/types/Icon/UserDeleteIcon.d.ts +1 -1
- package/dist/types/Icon/UserExitIcon.d.ts +1 -1
- package/dist/types/Icon/UserIcon.d.ts +1 -1
- package/dist/types/Icon/UserSelectIcon.d.ts +1 -1
- package/dist/types/Icon/UserSettingsIcon.d.ts +1 -1
- package/dist/types/Icon/UserUpdateIcon.d.ts +1 -1
- package/dist/types/Icon/UsersIcon.d.ts +1 -1
- package/dist/types/Icon/VisibleIcon.d.ts +1 -1
- package/dist/types/Icon/WritingIcon.d.ts +1 -1
- package/dist/types/Icon/ZoomInIcon.d.ts +1 -1
- package/dist/types/Icon/ZoomOutIcon.d.ts +1 -1
- package/dist/types/Icon/bin/Template.d.ts +1 -1
- package/dist/types/Icon/subcomponents/SVG/SVG.d.ts +1 -1
- package/dist/types/Illustration/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.d.ts +1 -1
- package/dist/types/Illustration/subcomponents/Base/Base.d.ts +1 -1
- package/dist/types/Input/Input/Input.d.ts +1 -1
- package/dist/types/Input/InputRange/InputRange.d.ts +1 -1
- package/dist/types/Input/InputSearch/InputSearch.d.ts +1 -1
- package/dist/types/Label/Label.d.ts +1 -1
- package/dist/types/LabelledMessage/LabelledMessage.d.ts +1 -1
- package/dist/types/Loading/LoadingGraphic/LoadingGraphic.d.ts +1 -1
- package/dist/types/Loading/LoadingHeading/LoadingHeading.d.ts +2 -2
- package/dist/types/Loading/LoadingInput/LoadingInput.d.ts +1 -1
- package/dist/types/Loading/LoadingParagraph/LoadingParagraph.d.ts +1 -1
- package/dist/types/Loading/LoadingSpinner/LoadingSpinner.d.ts +1 -1
- package/dist/types/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.d.ts +1 -1
- package/dist/types/MultiSelect/MultiSelect.d.ts +2 -2
- package/dist/types/MultiSelect/subcomponents/Checkbox/Checkbox.d.ts +1 -1
- package/dist/types/MultiSelect/subcomponents/MultiSelectOptionField/MultiSelectOptionField.d.ts +1 -1
- package/dist/types/MultiSelect/subcomponents/MultiSelectOptions/MultiSelectOptions.d.ts +1 -1
- package/dist/types/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.d.ts +2 -2
- package/dist/types/MultiSelect/subcomponents/Popover/Popover.d.ts +1 -1
- package/dist/types/MultiSelect/types.d.ts +1 -1
- package/dist/types/Notification/GlobalNotification/GlobalNotification.d.ts +1 -1
- package/dist/types/Notification/InlineNotification/InlineNotification.d.ts +2 -2
- package/dist/types/Notification/ToastNotification/ToastNotification/ToastNotification.d.ts +1 -1
- package/dist/types/Notification/ToastNotification/ToastNotificationsList/subcomponents/ToastNotificationsMap/ToastNotificationsMap.d.ts +1 -1
- package/dist/types/Notification/ToastNotification/context/ToastNotificationContext.d.ts +1 -1
- package/dist/types/Notification/ToastNotification/types.d.ts +1 -1
- package/dist/types/Notification/subcomponents/GenericNotification/GenericNotification.d.ts +3 -3
- package/dist/types/Notification/subcomponents/NotificationHeading/NotificationHeading.d.ts +1 -1
- package/dist/types/Notification/subcomponents/NotificationIcon/NotificationIcon.d.ts +1 -1
- package/dist/types/Pagination/Pagination.d.ts +1 -1
- package/dist/types/Pagination/subcomponents/DirectionalLink/DirectionalLink.d.ts +1 -1
- package/dist/types/Pagination/subcomponents/PaginationLink/PaginationLink.d.ts +1 -1
- package/dist/types/Popover/Popover.d.ts +1 -1
- package/dist/types/ProgressBar/ProgressBar.d.ts +1 -1
- package/dist/types/Radio/Radio/Radio.d.ts +1 -1
- package/dist/types/Radio/RadioGroup/RadioGroup.d.ts +1 -1
- package/dist/types/RichTextEditor/EditableRichTextContent/EditableRichTextContent.d.ts +1 -1
- package/dist/types/RichTextEditor/RichTextContent/RichTextContent.d.ts +1 -1
- package/dist/types/RichTextEditor/RichTextEditor/RichTextEditor.d.ts +1 -1
- package/dist/types/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.d.ts +1 -1
- package/dist/types/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.d.ts +1 -1
- package/dist/types/SearchField/SearchField.d.ts +1 -1
- package/dist/types/Skirt/Skirt.d.ts +1 -1
- package/dist/types/Skirt/subcomponents/SkirtCard/SkirtCard.d.ts +1 -1
- package/dist/types/Slider/Slider.d.ts +1 -1
- package/dist/types/SplitButton/SplitButton.d.ts +2 -2
- package/dist/types/SplitButton/subcomponents/BaseButton/BaseButton.d.ts +1 -1
- package/dist/types/Table/Table.d.ts +2 -2
- package/dist/types/Tabs/subcomponents/Tab.d.ts +1 -1
- package/dist/types/Tabs/subcomponents/TabList.d.ts +1 -1
- package/dist/types/Tabs/subcomponents/TabPanel.d.ts +1 -1
- package/dist/types/Tabs/subcomponents/TabPanels.d.ts +1 -1
- package/dist/types/Tag/Tag.d.ts +1 -1
- package/dist/types/Text/Text.d.ts +1 -1
- package/dist/types/TextArea/TextArea.d.ts +1 -1
- package/dist/types/TextAreaField/TextAreaField.d.ts +1 -1
- package/dist/types/TextField/TextField.d.ts +1 -1
- package/dist/types/Tile/TileGrid/TileGrid.d.ts +1 -1
- package/dist/types/Tile/subcomponents/GenericTile/GenericTile.d.ts +3 -3
- package/dist/types/TimeField/TimeField.d.ts +1 -1
- package/dist/types/TitleBlockZen/subcomponents/MobileActions.d.ts +1 -1
- package/dist/types/TitleBlockZen/subcomponents/Toolbar.d.ts +1 -1
- package/dist/types/TitleBlockZen/types.d.ts +3 -3
- package/dist/types/ToggleSwitch/ToggleSwitch/ToggleSwitch.d.ts +1 -1
- package/dist/types/VisuallyHidden/VisuallyHidden.d.ts +1 -1
- package/dist/types/Well/Well.d.ts +1 -1
- package/dist/types/Workflow/Workflow.d.ts +1 -1
- package/dist/types/Workflow/subcomponents/Footer/Footer.d.ts +1 -1
- package/dist/types/Workflow/subcomponents/Footer/components/FooterActions/FooterActions.d.ts +1 -1
- package/dist/types/Workflow/subcomponents/Footer/components/Root/Root.d.ts +1 -1
- package/dist/types/Workflow/subcomponents/Header/components/Actions/Actions.d.ts +1 -1
- package/dist/types/Workflow/subcomponents/Header/components/Branding/Branding.d.ts +2 -2
- package/dist/types/Workflow/subcomponents/Header/components/Root/Root.d.ts +1 -1
- package/dist/types/Workflow/subcomponents/Header/components/Titles/Titles.d.ts +1 -1
- package/dist/types/Workflow/subcomponents/Main/Main.d.ts +1 -1
- package/dist/types/Workflow/subcomponents/Wrapper/Wrapper.d.ts +1 -1
- package/dist/types/__actions__/Menu/v1/Menu.d.ts +1 -1
- package/dist/types/__actions__/Menu/v1/subcomponents/MenuHeading/MenuHeading.d.ts +1 -1
- package/dist/types/__actions__/Menu/v1/subcomponents/MenuList/MenuList.d.ts +1 -1
- package/dist/types/__future__/Icon/Icon.d.ts +1 -1
- package/dist/types/__future__/Select/Select.d.ts +1 -1
- package/dist/types/__future__/Select/subcomponents/ListBox/ListBox.d.ts +1 -1
- package/dist/types/__future__/Select/subcomponents/Option/Option.d.ts +1 -1
- package/dist/types/__future__/Select/subcomponents/Overlay/Overlay.d.ts +1 -1
- package/dist/types/__future__/Select/subcomponents/SelectToggle/SelectToggle.d.ts +1 -1
- package/dist/types/__future__/Tag/RemovableTag/subcomponents/RemoveButton.d.ts +1 -1
- package/dist/types/__future__/Tag/Tag/Tag.d.ts +1 -1
- package/package.json +3 -3
- package/src/__actions__/Menu/v3/Menu.tsx +1 -1
- package/src/__actions__/Menu/v3/{MenuItem.module.scss → MenuItem.module.css} +7 -3
- package/src/__actions__/Menu/v3/MenuItem.tsx +24 -13
- package/src/__actions__/Menu/v3/_docs/ApiSpecification.mdx +10 -1
- package/src/__actions__/Menu/v3/_docs/Menu.docs.stories.tsx +0 -5
- package/src/__actions__/Menu/v3/_docs/Menu.stories.tsx +33 -1
- package/src/__future__/Icon/Icon.module.css +18 -0
- package/src/__future__/Icon/Icon.tsx +1 -1
- package/dist/cjs/__actions__/Menu/v3/MenuItem.module.scss.cjs +0 -7
- package/dist/esm/__actions__/Menu/v3/MenuItem.module.scss.mjs +0 -5
- /package/src/__actions__/Menu/v3/{Menu.module.scss → Menu.module.css} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { HTMLAttributes } from "react";
|
|
2
|
-
import { OverrideClassName } from "
|
|
2
|
+
import { OverrideClassName } from "~components/types/OverrideClassName";
|
|
3
3
|
import { FilterTriggerRef } from "./types";
|
|
4
4
|
export type FilterProps = {
|
|
5
5
|
children: React.ReactNode;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { HTMLAttributes } from "react";
|
|
2
|
-
import { OverrideClassName } from "
|
|
2
|
+
import { OverrideClassName } from "~components/types/OverrideClassName";
|
|
3
3
|
export type FilterContentsProps = {
|
|
4
4
|
children: React.ReactNode;
|
|
5
5
|
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { HTMLAttributes } from "react";
|
|
2
2
|
import { Options } from "@popperjs/core";
|
|
3
|
-
import { OverrideClassName } from "
|
|
3
|
+
import { OverrideClassName } from "~components/types/OverrideClassName";
|
|
4
4
|
export type FilterPopoverProps = {
|
|
5
5
|
children: React.ReactNode;
|
|
6
6
|
referenceElement: HTMLElement | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OverrideClassName } from "
|
|
1
|
+
import { OverrideClassName } from "~components/types/OverrideClassName";
|
|
2
2
|
import { FilterBarProviderProps } from "./context/FilterBarContext";
|
|
3
3
|
import { FiltersValues } from "./types";
|
|
4
4
|
export type FilterBarProps<ValuesMap extends FiltersValues> = OverrideClassName<Omit<FilterBarProviderProps<ValuesMap>, "children">>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { FilterTriggerRef } from "
|
|
3
|
-
import { FilterButtonProps } from "
|
|
2
|
+
import { FilterTriggerRef } from "~components/Filter/Filter";
|
|
3
|
+
import { FilterButtonProps } from "~components/Filter/FilterButton";
|
|
4
4
|
export type FilterBarButtonProps = FilterButtonProps & {
|
|
5
5
|
filterId: string;
|
|
6
6
|
isRemovable: boolean | undefined;
|
package/dist/types/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FilterDatePickerProps } from "
|
|
1
|
+
import { FilterDatePickerProps } from "~components/Filter/FilterDatePicker";
|
|
2
2
|
export type FilterBarDatePickerProps = Omit<FilterDatePickerProps, "id" | "label" | "renderTrigger" | "isOpen" | "setIsOpen" | "selectedDate" | "onDateChange" | "locale"> & {
|
|
3
3
|
id?: string;
|
|
4
4
|
locale?: FilterDatePickerProps["locale"];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FilterDateRangePickerProps } from "
|
|
1
|
+
import { FilterDateRangePickerProps } from "~components/Filter/FilterDateRangePicker";
|
|
2
2
|
export type FilterBarDateRangePickerProps = Omit<FilterDateRangePickerProps, "id" | "label" | "renderTrigger" | "isOpen" | "setIsOpen" | "selectedRange" | "onRangeChange" | "locale"> & {
|
|
3
3
|
id?: string;
|
|
4
4
|
onRangeChange?: FilterDateRangePickerProps["onRangeChange"];
|
package/dist/types/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Key } from "@react-types/shared";
|
|
2
|
-
import { FilterMultiSelectProps } from "
|
|
2
|
+
import { FilterMultiSelectProps } from "~components/Filter/FilterMultiSelect";
|
|
3
3
|
export type FilterBarMultiSelectProps = Omit<FilterMultiSelectProps, "label" | "trigger"> & {
|
|
4
4
|
id?: string;
|
|
5
5
|
label?: FilterMultiSelectProps["label"];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FilterSelectProps, SelectOption } from "
|
|
1
|
+
import { FilterSelectProps, SelectOption } from "~components/Filter/FilterSelect";
|
|
2
2
|
export type FilterBarSelectProps<Option extends SelectOption = SelectOption> = Omit<FilterSelectProps<Option>, "isOpen" | "setIsOpen" | "renderTrigger" | "label" | "selectedKey"> & {
|
|
3
3
|
id?: string;
|
|
4
4
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { ButtonGroupProps } from "
|
|
3
|
-
import { FilterTriggerRef } from "
|
|
4
|
-
import { DataAttributes } from "
|
|
2
|
+
import { ButtonGroupProps } from "~components/ButtonGroup";
|
|
3
|
+
import { FilterTriggerRef } from "~components/Filter/Filter";
|
|
4
|
+
import { DataAttributes } from "~components/types/DataAttributes";
|
|
5
5
|
import { FilterButtonProps } from "../FilterButton";
|
|
6
6
|
import { FilterButtonBaseProps } from "../subcomponents/FilterButtonBase";
|
|
7
7
|
export type FilterButtonRemovableProps = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ButtonHTMLAttributes } from "react";
|
|
2
|
-
import { OverrideClassName } from "
|
|
2
|
+
import { OverrideClassName } from "~components/types/OverrideClassName";
|
|
3
3
|
export type FilterButtonBaseProps = {
|
|
4
4
|
children: React.ReactNode;
|
|
5
5
|
} & OverrideClassName<ButtonHTMLAttributes<HTMLButtonElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Locale } from "date-fns";
|
|
2
|
-
import { DisabledDays } from "
|
|
3
|
-
import { DateInputProps } from "
|
|
2
|
+
import { DisabledDays } from "~components/Calendar";
|
|
3
|
+
import { DateInputProps } from "~components/DateInput";
|
|
4
4
|
type UseDateInputHandlersArgs = {
|
|
5
5
|
locale: Locale;
|
|
6
6
|
disabledDays?: DisabledDays;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DisabledDays } from "
|
|
1
|
+
import { DisabledDays } from "~components/Calendar";
|
|
2
2
|
import { ValidationMessage, DateValidationResponse } from "../types";
|
|
3
3
|
import { validateDate } from "../utils/validateDate";
|
|
4
4
|
export type UseDateValidationArgs = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import type { Locale } from "date-fns";
|
|
3
|
-
import { DateInputProps, DateInputDescriptionProps } from "
|
|
3
|
+
import { DateInputProps, DateInputDescriptionProps } from "~components/DateInput";
|
|
4
4
|
import { ValidationMessage } from "../../types";
|
|
5
5
|
export type DateInputFieldProps = {
|
|
6
6
|
id: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "react";
|
|
2
|
-
import { CalendarSingleProps, DisabledDays } from "
|
|
3
|
-
import { DateInputDescriptionProps } from "
|
|
4
|
-
import { DatePickerSupportedLocales } from "
|
|
5
|
-
import { FilterProps } from "
|
|
6
|
-
import { DataAttributes } from "
|
|
7
|
-
import { OverrideClassName } from "
|
|
2
|
+
import { CalendarSingleProps, DisabledDays } from "~components/Calendar";
|
|
3
|
+
import { DateInputDescriptionProps } from "~components/DateInput";
|
|
4
|
+
import { DatePickerSupportedLocales } from "~components/DatePicker/utils/getLocale";
|
|
5
|
+
import { FilterProps } from "~components/Filter/Filter";
|
|
6
|
+
import { DataAttributes } from "~components/types/DataAttributes";
|
|
7
|
+
import { OverrideClassName } from "~components/types/OverrideClassName";
|
|
8
8
|
import { DateValidationResponse, ValidationMessage } from "../../types";
|
|
9
9
|
import { DateInputFieldProps } from "../DateInputField";
|
|
10
10
|
type FilterInputProps<InputProps> = Omit<Partial<InputProps>, "value"> & DataAttributes;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { Locale } from "date-fns";
|
|
2
|
-
import { DisabledDays } from "
|
|
2
|
+
import { DisabledDays } from "~components/Calendar";
|
|
3
3
|
export declare const transformDateToInputValue: (date: Date | undefined, disabledDays: DisabledDays, locale: Locale) => string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ValidateDateArgs } from "
|
|
1
|
+
import { ValidateDateArgs } from "~components/DatePicker/utils/validateDate";
|
|
2
2
|
import { DateValidationResponse } from "../types";
|
|
3
3
|
export type ValidateDateResponse = {
|
|
4
4
|
validationResponse: DateValidationResponse;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FilterProps } from "
|
|
1
|
+
import { FilterProps } from "~components/Filter/Filter";
|
|
2
2
|
import { FilterButtonProps } from "../FilterButton";
|
|
3
3
|
import { FilterDateRangePickerFieldProps } from "./subcomponents/FilterDateRangePickerField";
|
|
4
4
|
export type FilterDateRangePickerProps = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { HTMLAttributes } from "react";
|
|
2
2
|
import type { Locale } from "date-fns";
|
|
3
|
-
import { DateInputDescriptionProps, DateInputProps } from "
|
|
4
|
-
import { OverrideClassName } from "
|
|
3
|
+
import { DateInputDescriptionProps, DateInputProps } from "~components/DateInput";
|
|
4
|
+
import { OverrideClassName } from "~components/types/OverrideClassName";
|
|
5
5
|
import { DateRangeValidationMessageProps } from "../DateRangeValidationMessage";
|
|
6
6
|
export type DateRangeInputFieldProps = {
|
|
7
7
|
id: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { HTMLAttributes } from "react";
|
|
2
|
-
import { CalendarRangeProps, DateRange, DisabledDays } from "
|
|
3
|
-
import { DatePickerSupportedLocales } from "
|
|
4
|
-
import { DateValidationResponse } from "
|
|
5
|
-
import { DataAttributes } from "
|
|
6
|
-
import { OverrideClassName } from "
|
|
2
|
+
import { CalendarRangeProps, DateRange, DisabledDays } from "~components/Calendar";
|
|
3
|
+
import { DatePickerSupportedLocales } from "~components/DatePicker/utils/getLocale";
|
|
4
|
+
import { DateValidationResponse } from "~components/Filter/FilterDatePicker";
|
|
5
|
+
import { DataAttributes } from "~components/types/DataAttributes";
|
|
6
|
+
import { OverrideClassName } from "~components/types/OverrideClassName";
|
|
7
7
|
import { DateRangeInputFieldProps } from "../DateRangeInputField";
|
|
8
8
|
import { DateRangeFieldValidationMessage } from "./types";
|
|
9
9
|
type InputStartDateProps = DateRangeInputFieldProps["inputStartDateProps"];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UseDateValidationArgs, ValidationMessage } from "
|
|
1
|
+
import { UseDateValidationArgs, ValidationMessage } from "~components/Filter/FilterDatePicker";
|
|
2
2
|
import { ValidateEndDateBeforeStartDateArgs } from "../utils/validateEndDateBeforeStartDate";
|
|
3
3
|
export type UseEndDateValidationArgs = UseDateValidationArgs;
|
|
4
4
|
export type UseEndDateValidationValue = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UseDateValidationArgs, ValidationMessage } from "
|
|
1
|
+
import { UseDateValidationArgs, ValidationMessage } from "~components/Filter/FilterDatePicker";
|
|
2
2
|
export type UseStartDateValidationArgs = UseDateValidationArgs;
|
|
3
3
|
export type UseStartDateValidationValue = {
|
|
4
4
|
validationMessage: ValidationMessage | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { DateValidationResponse } from "
|
|
2
|
+
import { DateValidationResponse } from "~components/Filter/FilterDatePicker";
|
|
3
3
|
export type ValidateEndDateBeforeStartDateArgs = {
|
|
4
4
|
startDate: Date;
|
|
5
5
|
startDateFieldLabel: React.ReactNode;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SelectProps as AriaSelectProps } from "@react-stately/select";
|
|
2
|
-
import { FilterButtonProps } from "
|
|
3
|
-
import { SelectPopoverContentsProps } from "
|
|
4
|
-
import { OverrideClassName } from "
|
|
2
|
+
import { FilterButtonProps } from "~components/Filter/FilterButton";
|
|
3
|
+
import { SelectPopoverContentsProps } from "~components/__future__/Select/subcomponents";
|
|
4
|
+
import { OverrideClassName } from "~components/types/OverrideClassName";
|
|
5
5
|
import { SelectItem, SelectOption } from "./types";
|
|
6
6
|
type OmittedAriaSelectProps = "label" | "children" | "isOpen" | "onOpenChange" | "defaultOpen" | "items";
|
|
7
7
|
export type FilterSelectProps<Option extends SelectOption = SelectOption> = {
|
|
@@ -16,7 +16,7 @@ export declare const FilterSelect: {
|
|
|
16
16
|
<Option extends SelectOption = SelectOption>({ isOpen, setIsOpen, renderTrigger, label, children, items, classNameOverride, selectedKey, ...restProps }: FilterSelectProps<Option>): JSX.Element;
|
|
17
17
|
displayName: string;
|
|
18
18
|
Section: {
|
|
19
|
-
<Option extends SelectOption = SelectOption>({ section, }: import("
|
|
19
|
+
<Option extends SelectOption = SelectOption>({ section, }: import("~components/__future__/Select/subcomponents").ListBoxSectionProps<Option>): JSX.Element;
|
|
20
20
|
displayName: string;
|
|
21
21
|
};
|
|
22
22
|
SectionDivider: {
|
|
@@ -24,11 +24,11 @@ export declare const FilterSelect: {
|
|
|
24
24
|
displayName: string;
|
|
25
25
|
};
|
|
26
26
|
Option: {
|
|
27
|
-
<Option extends SelectOption = SelectOption>({ item, classNameOverride, ...props }: import("
|
|
27
|
+
<Option extends SelectOption = SelectOption>({ item, classNameOverride, ...props }: import("~components/__future__/Select/subcomponents").OptionProps<Option>): JSX.Element;
|
|
28
28
|
displayName: string;
|
|
29
29
|
};
|
|
30
30
|
ItemDefaultRender: {
|
|
31
|
-
<Option extends SelectOption = SelectOption>({ item, }: import("
|
|
31
|
+
<Option extends SelectOption = SelectOption>({ item, }: import("~components/__future__/Select/subcomponents").ListItemProps<Option>): JSX.Element;
|
|
32
32
|
displayName: string;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "
|
|
1
|
+
export * from "~components/__future__/Select/types";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { HeadingProps } from "
|
|
3
|
-
import { SceneProps, SpotProps } from "
|
|
4
|
-
import { ButtonProps } from "
|
|
5
|
-
import { TooltipProps } from "
|
|
2
|
+
import { HeadingProps } from "~components/Heading";
|
|
3
|
+
import { SceneProps, SpotProps } from "~components/Illustration";
|
|
4
|
+
import { ButtonProps } from "~components/__actions__/v2";
|
|
5
|
+
import { TooltipProps } from "~components/__overlays__/Tooltip/v1";
|
|
6
6
|
import { VariantType } from "./types";
|
|
7
7
|
export type ActionProps = ButtonProps & {
|
|
8
8
|
tooltip?: TooltipProps;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes } from "react";
|
|
2
|
-
import { OverrideClassName } from "
|
|
2
|
+
import { OverrideClassName } from "~components/types/OverrideClassName";
|
|
3
3
|
export type HeadingVariants = "display-0" | "composable-header-title" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6";
|
|
4
4
|
export type AllowedHeadingTags = "pre" | "p" | "div" | "span" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "label";
|
|
5
5
|
export type AllowedHeadingColors = "dark" | "dark-reduced-opacity" | "white" | "white-reduced-opacity" | "positive" | "negative";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const AcademyIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ActionOffIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ActionOffWhiteIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ActionOnIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const AddIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const AddLinkIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const AddWhiteIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const AiIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ArchivedIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ArchivedWhiteIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ArrowBackwardIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ArrowDownIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ArrowForwardIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ArrowLeftIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ArrowRightIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ArrowUpIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const AssignmentIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const BlankIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const BoldIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const BookmarkOffIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const BookmarkOnIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const BranchingIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const BullettedListIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const CaMonogramIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const CameraIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const CautionIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const CautionWhiteIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const CheckIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ChevronDownIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ChevronLeftIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ChevronRightIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ChevronUpIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ClearIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ClearWhiteIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const CloseIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ClosedIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ClosedWhiteIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const CommentAddIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const CommentAddWhiteIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const CommentBankIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const CommentDisabledIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const CommentDisabledWhiteIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const CommentIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const CommentWhiteIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const CommunicationsIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const CompetencyLibraryIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ConfigureIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ConnectIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const ConnectLineIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const CustomIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const DashboardIcon: (props: IconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from "
|
|
1
|
+
import type { IconProps } from "~components/Icon/types";
|
|
2
2
|
export declare const DateEndIcon: (props: IconProps) => JSX.Element;
|