@kaizen/components 0.0.0-canary-test-exports-20231114054615 → 0.0.0-canary-bundle-size-check-20231115005811
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/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/dts/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.d.ts +2 -0
- package/dist/cjs/dts/index.d.ts +1 -0
- package/dist/cjs/index.cjs +4 -0
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.css +10 -4
- 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/dts/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.d.ts +2 -0
- package/dist/esm/dts/index.d.ts +1 -0
- package/dist/esm/index.css +10 -4
- package/dist/esm/index.mjs +2 -0
- package/dist/esm/index.mjs.map +1 -1
- package/dist/index.d.ts +176 -1
- package/dist/styles.css +1 -1
- package/package.json +5 -18
- 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 +1 -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/index.d.ts
CHANGED
|
@@ -4126,6 +4126,181 @@ declare const ToggleSwitchField: {
|
|
|
4126
4126
|
displayName: string;
|
|
4127
4127
|
};
|
|
4128
4128
|
|
|
4129
|
+
type CustomNavigationTabProps = Omit<NavigationTabProps, "render"> & {
|
|
4130
|
+
className: string;
|
|
4131
|
+
};
|
|
4132
|
+
type NavigationTabProps = {
|
|
4133
|
+
text: string;
|
|
4134
|
+
href: string;
|
|
4135
|
+
active?: boolean;
|
|
4136
|
+
handleClick?: (event: React__default.MouseEvent) => void;
|
|
4137
|
+
variant?: TitleBlockVariant;
|
|
4138
|
+
id?: string;
|
|
4139
|
+
automationId?: string;
|
|
4140
|
+
/**
|
|
4141
|
+
* Custom render for the tab. Commonly used to replace the link with a router link component.
|
|
4142
|
+
* Props given to the NavigationTab component will be passed back, along with a decorated className.
|
|
4143
|
+
* It is up to you to reapply them to your custom component.
|
|
4144
|
+
*/
|
|
4145
|
+
render?: (props: CustomNavigationTabProps) => JSX.Element;
|
|
4146
|
+
};
|
|
4147
|
+
declare const NavigationTab: {
|
|
4148
|
+
(props: NavigationTabProps): JSX.Element;
|
|
4149
|
+
displayName: string;
|
|
4150
|
+
};
|
|
4151
|
+
|
|
4152
|
+
/**
|
|
4153
|
+
* @param TitleBlockProps ### Accessing internal types of TitleBlockProps
|
|
4154
|
+
* If you want access to types like `PrimaryActionProps` (for example, in the scenario
|
|
4155
|
+
* where you want to create an object containing menu items to be passed in for the primary
|
|
4156
|
+
* menu button), you can use the shorthand:
|
|
4157
|
+
* ```
|
|
4158
|
+
* const myMenu: TitleBlockProps["primaryAction"] = ...
|
|
4159
|
+
* ```
|
|
4160
|
+
* This will ensure that `myMenu` has a type of `PrimaryActionProps`.
|
|
4161
|
+
*/
|
|
4162
|
+
type TitleBlockProps = {
|
|
4163
|
+
children?: React.ReactNode;
|
|
4164
|
+
title: string;
|
|
4165
|
+
variant?: TitleBlockVariant;
|
|
4166
|
+
breadcrumb?: TitleBlockBreadcrumbType;
|
|
4167
|
+
avatar?: JSX.Element | TitleBlockAvatarProps;
|
|
4168
|
+
subtitle?: React.ReactNode;
|
|
4169
|
+
sectionTitle?: string;
|
|
4170
|
+
sectionTitleDescription?: string;
|
|
4171
|
+
renderSectionTitle?: (renderProps: SectionTitleRenderProps) => React.ReactNode;
|
|
4172
|
+
pageSwitcherSelect?: TitleBlockSelectProps;
|
|
4173
|
+
handleHamburgerClick?: (event: React.MouseEvent) => void;
|
|
4174
|
+
primaryAction?: PrimaryActionProps;
|
|
4175
|
+
defaultAction?: DefaultActionProps;
|
|
4176
|
+
secondaryActions?: SecondaryActionsProps;
|
|
4177
|
+
secondaryOverflowMenuItems?: TitleBlockMenuItemProps[];
|
|
4178
|
+
navigationTabs?: NavigationTabs;
|
|
4179
|
+
collapseNavigationAreaWhenPossible?: boolean;
|
|
4180
|
+
textDirection?: TextDirection;
|
|
4181
|
+
surveyStatus?: SurveyStatus;
|
|
4182
|
+
titleAutomationId?: string;
|
|
4183
|
+
breadcrumbAutomationId?: string;
|
|
4184
|
+
breadcrumbTextAutomationId?: string;
|
|
4185
|
+
avatarAutomationId?: string;
|
|
4186
|
+
subtitleAutomationId?: string;
|
|
4187
|
+
sectionTitleAutomationId?: string;
|
|
4188
|
+
sectionTitleDescriptionAutomationId?: string;
|
|
4189
|
+
};
|
|
4190
|
+
/**
|
|
4191
|
+
* ### PrimaryActionProps
|
|
4192
|
+
*
|
|
4193
|
+
* The primary action (the "main" button in the top right) can either be a Button,
|
|
4194
|
+
* or a Button that reveals a Menu (a menu button).
|
|
4195
|
+
*
|
|
4196
|
+
* For a button, pass in an object containing the same props you would normally use
|
|
4197
|
+
* for a Button component.
|
|
4198
|
+
*
|
|
4199
|
+
* For a menu button, pass in a `MenuGroup`:
|
|
4200
|
+
* ```typescript
|
|
4201
|
+
* {
|
|
4202
|
+
* label: string
|
|
4203
|
+
* menuItems: MenuItemProps[]
|
|
4204
|
+
* }
|
|
4205
|
+
* ```
|
|
4206
|
+
* Using the `label`, the Title Block will render a Button with a chevron icon and your `menuItems` will appear
|
|
4207
|
+
* in the dropdown menu when you click it. (`MenuItemProps` is a type imported from the `Menu` component.)
|
|
4208
|
+
*/
|
|
4209
|
+
type PrimaryActionProps = (TitleBlockMenuGroup & {
|
|
4210
|
+
badge?: TitleBlockBadgeProps;
|
|
4211
|
+
}) | ((TitleBlockButtonProps | TitleBlockCustomButtonProps) & {
|
|
4212
|
+
badge?: TitleBlockBadgeProps;
|
|
4213
|
+
});
|
|
4214
|
+
/**
|
|
4215
|
+
* ### SecondaryActionsProps
|
|
4216
|
+
*
|
|
4217
|
+
* Secondary actions can only be buttons or button menus
|
|
4218
|
+
* (a button that reveals a dropdown menu).
|
|
4219
|
+
*
|
|
4220
|
+
* **IMPORTANT:** The visual order of these from left to right should always be:
|
|
4221
|
+
* ```text
|
|
4222
|
+
* buttons -> menu buttons
|
|
4223
|
+
* ```
|
|
4224
|
+
*
|
|
4225
|
+
* For a button, pass in an object containing the same props you would normally use
|
|
4226
|
+
* for a Button component.
|
|
4227
|
+
*
|
|
4228
|
+
* For a menu button, pass in a `MenuGroup`:
|
|
4229
|
+
*
|
|
4230
|
+
* ```typescript
|
|
4231
|
+
* {
|
|
4232
|
+
* label: string
|
|
4233
|
+
* menuItems: MenuItemProps[]
|
|
4234
|
+
* }
|
|
4235
|
+
* ```
|
|
4236
|
+
* (`MenuItemProps` is imported from the Menu component.)
|
|
4237
|
+
*
|
|
4238
|
+
*/
|
|
4239
|
+
type SecondaryActionsProps = SecondaryActionItemProps[];
|
|
4240
|
+
type SecondaryActionItemProps = TitleBlockMenuGroup | (ButtonWithHrefNotOnClick | ButtonWithOnClickNotHref | TitleBlockCustomButtonProps);
|
|
4241
|
+
type TitleBlockBadgeProps = {
|
|
4242
|
+
text: string;
|
|
4243
|
+
animateChange?: boolean;
|
|
4244
|
+
};
|
|
4245
|
+
type TitleBlockButtonProps = TitleBlockDistributiveOmit<ButtonProps, "onClick" | "component"> & {
|
|
4246
|
+
onClick?: (e: any) => void;
|
|
4247
|
+
};
|
|
4248
|
+
type TitleBlockCustomButtonProps = TitleBlockDistributiveOmit<TitleBlockButtonProps, "component"> & {
|
|
4249
|
+
className?: string;
|
|
4250
|
+
component: (props: CustomButtonProps) => JSX.Element;
|
|
4251
|
+
};
|
|
4252
|
+
type TitleBlockMenuItemProps = (Omit<MenuItemProps, "action"> & {
|
|
4253
|
+
action: ((e: any) => void) | string;
|
|
4254
|
+
}) | TitleBlockCustomButtonProps;
|
|
4255
|
+
type ButtonWithHrefNotOnClick = TitleBlockDistributiveOmit<ButtonProps, "onClick">;
|
|
4256
|
+
type ButtonWithOnClickNotHref = TitleBlockDistributiveOmit<TitleBlockButtonProps, "href">;
|
|
4257
|
+
type TitleBlockMenuGroup = {
|
|
4258
|
+
label: string;
|
|
4259
|
+
menuItems: TitleBlockMenuItemProps[];
|
|
4260
|
+
};
|
|
4261
|
+
type TitleBlockSelectProps = React.ComponentProps<typeof Select>;
|
|
4262
|
+
type TitleBlockDistributiveOmit<T, K extends keyof any> = T extends any ? Omit<T, K> : never;
|
|
4263
|
+
type TitleBlockAvatarProps = Omit<GenericAvatarProps, "size"> | Omit<CompanyAvatarProps, "size">;
|
|
4264
|
+
type DefaultActionProps = TitleBlockButtonProps | TitleBlockCustomButtonProps;
|
|
4265
|
+
type SectionTitleRenderProps = Pick<TitleBlockProps, "sectionTitle" | "sectionTitleAutomationId" | "sectionTitleDescription" | "sectionTitleDescriptionAutomationId">;
|
|
4266
|
+
type TitleBlockVariant = "admin" | "education";
|
|
4267
|
+
type NavigationTabs = Array<React.ReactElement<NavigationTabProps>>;
|
|
4268
|
+
type TextDirection = "ltr" | "rtl";
|
|
4269
|
+
type SurveyStatus = {
|
|
4270
|
+
text: string;
|
|
4271
|
+
status: "draft" | "live" | "scheduled" | "closed" | "default";
|
|
4272
|
+
};
|
|
4273
|
+
type TitleBlockBreadcrumbType = {
|
|
4274
|
+
text: string;
|
|
4275
|
+
path?: string;
|
|
4276
|
+
handleClick?: (event: React.MouseEvent) => void;
|
|
4277
|
+
/**
|
|
4278
|
+
* Custom render for the breadcrumb. Commonly used to replace the parent link with a router link component.
|
|
4279
|
+
* Props given to the breadcrumb component will be passed back, along with a decorated className and children.
|
|
4280
|
+
* It is up to you to reapply them to your custom component.
|
|
4281
|
+
*/
|
|
4282
|
+
render?: (props: CustomBreadcrumbProps) => JSX.Element;
|
|
4283
|
+
};
|
|
4284
|
+
type TitleBlockBreadcrumbProps = {
|
|
4285
|
+
breadcrumb: TitleBlockBreadcrumbType;
|
|
4286
|
+
automationId: string;
|
|
4287
|
+
textAutomationId: string;
|
|
4288
|
+
textDirection?: TextDirection;
|
|
4289
|
+
};
|
|
4290
|
+
type CustomBreadcrumbProps = TitleBlockBreadcrumbProps & {
|
|
4291
|
+
className: string;
|
|
4292
|
+
children: React.ReactNode;
|
|
4293
|
+
};
|
|
4294
|
+
|
|
4295
|
+
/**
|
|
4296
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3075605782/Title+Block Guidance} |
|
|
4297
|
+
* {@link https://cultureamp.design/?path=/story/components-titleblock--docs Storybook}
|
|
4298
|
+
*/
|
|
4299
|
+
declare const TitleBlockZen: {
|
|
4300
|
+
({ 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;
|
|
4301
|
+
displayName: string;
|
|
4302
|
+
};
|
|
4303
|
+
|
|
4129
4304
|
type ProgressStepperProps = {
|
|
4130
4305
|
stepName: string;
|
|
4131
4306
|
steps: [string, ...string[]];
|
|
@@ -4215,4 +4390,4 @@ declare const Well: {
|
|
|
4215
4390
|
displayName: string;
|
|
4216
4391
|
};
|
|
4217
4392
|
|
|
4218
|
-
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, 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, 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, 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, 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 };
|
|
4393
|
+
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, 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 };
|