@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
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var classnames = require('classnames');
|
|
5
|
+
var Toolbar_module = require('./Toolbar.module.scss.cjs');
|
|
6
|
+
|
|
7
|
+
// Toolbar should eventually be broken out
|
|
8
|
+
// into its own component since it's a generic
|
|
9
|
+
// grouping component for buttons/dropdowns/etc
|
|
10
|
+
const Toolbar = /*#__PURE__*/function () {
|
|
11
|
+
const Toolbar = function (_a) {
|
|
12
|
+
var items = _a.items,
|
|
13
|
+
_b = _a.noGap,
|
|
14
|
+
noGap = _b === void 0 ? false : _b,
|
|
15
|
+
automationId = _a.automationId;
|
|
16
|
+
if (!items || items && items.length === 0) {
|
|
17
|
+
return React.createElement(React.Fragment, null);
|
|
18
|
+
}
|
|
19
|
+
return React.createElement("div", {
|
|
20
|
+
className: Toolbar_module.toolbar,
|
|
21
|
+
"data-automation-id": automationId,
|
|
22
|
+
"data-testid": automationId
|
|
23
|
+
}, items.map(function (item) {
|
|
24
|
+
return React.createElement("div", {
|
|
25
|
+
className: classnames(Toolbar_module.toolbarItem, noGap && Toolbar_module.noGap),
|
|
26
|
+
key: item.key
|
|
27
|
+
}, item.node);
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
Toolbar.displayName = "Toolbar";
|
|
31
|
+
return Toolbar;
|
|
32
|
+
}();
|
|
33
|
+
exports.Toolbar = Toolbar;
|
|
34
|
+
//# sourceMappingURL=Toolbar.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Toolbar.cjs","sources":["../../../../src/TitleBlockZen/subcomponents/Toolbar.tsx"],"sourcesContent":["// Toolbar should eventually be broken out\n// into its own component since it's a generic\n// grouping component for buttons/dropdowns/etc\n\nimport React from \"react\"\nimport classnames from \"classnames\"\nimport { ButtonProps } from \"~components/Button\"\nimport { MenuProps } from \"~components/Menu\"\nimport styles from \"./Toolbar.module.scss\"\n\ntype ToolbarProps = {\n items?: Array<{\n key: string\n node: React.ReactElement<ButtonProps> | React.ReactElement<MenuProps>\n }>\n noGap?: boolean\n automationId?: string\n}\n\nexport const Toolbar = ({\n items,\n noGap = false,\n automationId,\n}: ToolbarProps): JSX.Element => {\n if (!items || (items && items.length === 0)) {\n return <></>\n }\n return (\n <div\n className={styles.toolbar}\n data-automation-id={automationId}\n data-testid={automationId}\n >\n {items.map(item => (\n <div\n className={classnames(styles.toolbarItem, noGap && styles.noGap)}\n key={item.key}\n >\n {item.node}\n </div>\n ))}\n </div>\n )\n}\n\nToolbar.displayName = \"Toolbar\"\n"],"names":["Toolbar","_a","items","_b","noGap","automationId","length","React","createElement","className","styles","toolbar","map","item","classnames","toolbarItem","key","node","displayName"],"mappings":";;;;;;AAAA;AACA;AACA;AAAA,MAiBaA,OAAO;EAAA,MAAPA,OAAO,GAAG,SAAAA,CAACC,EAIT,EAAA;QAHbC,KAAK,GAAAD,EAAA,CAAAC,KAAA;MACLC,EAAA,GAAAF,EAAA,CAAAG,KAAa;MAAbA,KAAK,mBAAG,KAAK,GAAAD,EAAA;MACbE,YAAY,GAAAJ,EAAA,CAAAI,YAAA;IAEZ,IAAI,CAACH,KAAK,IAAKA,KAAK,IAAIA,KAAK,CAACI,MAAM,KAAK,CAAE,EAAE;MAC3C,OAAOC,yCAAK;IACb;IACD,OACEA,KACE,CAAAC,aAAA,CAAA,KAAA,EAAA;MAAAC,SAAS,EAAEC,cAAM,CAACC,OAAO;MAAA,oBAAA,EACLN,YAAY;MAAA,aAAA,EACnBA;IAAY,CAAA,EAExBH,KAAK,CAACU,GAAG,CAAC,UAAAC,IAAI,EAAA;MAAI,OACjBN,KAAA,CAAAC,aAAA,CAAA,KAAA,EAAA;QACEC,SAAS,EAAEK,UAAU,CAACJ,cAAM,CAACK,WAAW,EAAEX,KAAK,IAAIM,cAAM,CAACN,KAAK,CAAC;QAChEY,GAAG,EAAEH,IAAI,CAACG;MAAG,CAAA,EAEZH,IAAI,CAACI,IAAI,CACN;IACP,CAAA,CAAC,CACE;EAEV,CAAC;EAEDjB,OAAO,CAACkB,WAAW,GAAG,SAAS;EAAA,OA1BlBlB,OAAO;AAAA;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Toolbar.module.scss.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var isMenuGroupNotButton = function (value) {
|
|
5
|
+
return "menuItems" in value;
|
|
6
|
+
};
|
|
7
|
+
var NON_REVERSED_VARIANTS = ["education", "admin"];
|
|
8
|
+
var isReversed = function (variant) {
|
|
9
|
+
// The default variant (no variant prop) is reversed (dark background)
|
|
10
|
+
if (variant === undefined) return true;
|
|
11
|
+
return !NON_REVERSED_VARIANTS.includes(variant);
|
|
12
|
+
};
|
|
13
|
+
var convertSecondaryActionsToMenuItems = function (secondaryActions) {
|
|
14
|
+
return secondaryActions.reduce(function (acc, cur) {
|
|
15
|
+
if ("menuItems" in cur) {
|
|
16
|
+
return tslib.__spreadArray(tslib.__spreadArray([], acc, true), cur.menuItems, true);
|
|
17
|
+
}
|
|
18
|
+
if ("component" in cur) {
|
|
19
|
+
return tslib.__spreadArray(tslib.__spreadArray([], acc, true), [cur], false);
|
|
20
|
+
}
|
|
21
|
+
var out = {
|
|
22
|
+
label: cur.label,
|
|
23
|
+
icon: cur.icon,
|
|
24
|
+
destructive: cur.destructive,
|
|
25
|
+
disabled: cur.disabled
|
|
26
|
+
};
|
|
27
|
+
if ("onClick" in cur) {
|
|
28
|
+
return tslib.__spreadArray(tslib.__spreadArray([], acc, true), [tslib.__assign(tslib.__assign({}, out), {
|
|
29
|
+
onClick: cur.onClick
|
|
30
|
+
})], false);
|
|
31
|
+
}
|
|
32
|
+
if ("href" in cur) {
|
|
33
|
+
return tslib.__spreadArray(tslib.__spreadArray([], acc, true), [tslib.__assign(tslib.__assign({}, out), {
|
|
34
|
+
href: cur.href
|
|
35
|
+
})], false);
|
|
36
|
+
}
|
|
37
|
+
return acc;
|
|
38
|
+
}, new Array());
|
|
39
|
+
};
|
|
40
|
+
var createTabletOverflowMenuItems = function (secondaryActions, secondaryOverflowMenuItems) {
|
|
41
|
+
var secondaryActionsList;
|
|
42
|
+
if (secondaryActions) {
|
|
43
|
+
secondaryActionsList = secondaryActions ? convertSecondaryActionsToMenuItems(secondaryActions) : [];
|
|
44
|
+
} else {
|
|
45
|
+
secondaryActionsList = [];
|
|
46
|
+
}
|
|
47
|
+
var flatSecondaryOverflowItemsList = secondaryOverflowMenuItems || [];
|
|
48
|
+
return secondaryActionsList.concat(flatSecondaryOverflowItemsList);
|
|
49
|
+
};
|
|
50
|
+
exports.NON_REVERSED_VARIANTS = NON_REVERSED_VARIANTS;
|
|
51
|
+
exports.convertSecondaryActionsToMenuItems = convertSecondaryActionsToMenuItems;
|
|
52
|
+
exports.createTabletOverflowMenuItems = createTabletOverflowMenuItems;
|
|
53
|
+
exports.isMenuGroupNotButton = isMenuGroupNotButton;
|
|
54
|
+
exports.isReversed = isReversed;
|
|
55
|
+
//# sourceMappingURL=utils.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.cjs","sources":["../../../src/TitleBlockZen/utils.ts"],"sourcesContent":["import { MenuItemProps } from \"~components/Menu\"\nimport {\n TitleBlockButtonProps,\n TitleBlockCustomButtonProps,\n TitleBlockMenuGroup,\n TitleBlockVariant,\n SecondaryActionsProps,\n TitleBlockMenuItemProps,\n} from \"./types\"\n\nexport const isMenuItemNotButton = (\n value: TitleBlockButtonProps | MenuItemProps\n): value is MenuItemProps => \"action\" in value\n\nexport const isMenuGroupNotButton = (\n value:\n | (TitleBlockButtonProps | TitleBlockCustomButtonProps)\n | TitleBlockMenuGroup\n): value is TitleBlockMenuGroup => \"menuItems\" in value\n\nexport const NON_REVERSED_VARIANTS = [\"education\", \"admin\"]\n\nexport const isReversed = (variant: TitleBlockVariant | undefined): boolean => {\n // The default variant (no variant prop) is reversed (dark background)\n if (variant === undefined) return true\n return !NON_REVERSED_VARIANTS.includes(variant)\n}\n\nexport const convertSecondaryActionsToMenuItems = (\n secondaryActions: SecondaryActionsProps\n): TitleBlockMenuItemProps[] =>\n secondaryActions.reduce((acc, cur) => {\n if (\"menuItems\" in cur) {\n return [...acc, ...cur.menuItems]\n }\n\n if (\"component\" in cur) {\n return [...acc, cur]\n }\n\n const out = {\n label: cur.label,\n icon: cur.icon,\n destructive: cur.destructive,\n disabled: cur.disabled,\n }\n\n if (\"onClick\" in cur) {\n return [\n ...acc,\n {\n ...out,\n onClick: cur.onClick,\n },\n ]\n }\n if (\"href\" in cur) {\n return [\n ...acc,\n {\n ...out,\n href: cur.href,\n },\n ]\n }\n return acc\n }, new Array())\n\nexport const createTabletOverflowMenuItems = (\n secondaryActions?: SecondaryActionsProps,\n secondaryOverflowMenuItems?: TitleBlockMenuItemProps[]\n): TitleBlockMenuItemProps[] => {\n let secondaryActionsList: TitleBlockMenuItemProps[]\n if (secondaryActions) {\n secondaryActionsList = secondaryActions\n ? convertSecondaryActionsToMenuItems(secondaryActions)\n : []\n } else {\n secondaryActionsList = []\n }\n const flatSecondaryOverflowItemsList = secondaryOverflowMenuItems || []\n return secondaryActionsList.concat(flatSecondaryOverflowItemsList)\n}\n"],"names":["isMenuGroupNotButton","value","NON_REVERSED_VARIANTS","isReversed","variant","undefined","includes","convertSecondaryActionsToMenuItems","secondaryActions","reduce","acc","cur","__spreadArray","menuItems","out","label","icon","destructive","disabled","__assign","onClick","href","Array","createTabletOverflowMenuItems","secondaryOverflowMenuItems","secondaryActionsList","flatSecondaryOverflowItemsList","concat"],"mappings":";;;AAcO,IAAMA,oBAAoB,GAAG,SAAAA,CAClCC,KAEuB,EACU;EAAA,OAAA,WAAW,IAAIA,KAAK;AAAA,CAAA;IAE1CC,qBAAqB,GAAG,CAAC,WAAW,EAAE,OAAO,CAAC;AAEpD,IAAMC,UAAU,GAAG,SAAAA,CAACC,OAAsC,EAAA;;EAE/D,IAAIA,OAAO,KAAKC,SAAS,EAAE,OAAO,IAAI;EACtC,OAAO,CAACH,qBAAqB,CAACI,QAAQ,CAACF,OAAO,CAAC;AACjD,CAAC;AAEM,IAAMG,kCAAkC,GAAG,SAAAA,CAChDC,gBAAuC,EAAA;EAEvC,OAAAA,gBAAgB,CAACC,MAAM,CAAC,UAACC,GAAG,EAAEC,GAAG,EAAA;IAC/B,IAAI,WAAW,IAAIA,GAAG,EAAE;MACtB,OAAAC,KAAA,CAAAA,aAAA,CAAAA,mBAAA,CAAA,EAAA,EAAWF,GAAG,EAAA,IAAA,CAAA,EAAKC,GAAG,CAACE,SAAS,EAAC,IAAA,CAAA;IAClC;IAED,IAAI,WAAW,IAAIF,GAAG,EAAE;MACtB,OAAWC,KAAA,CAAAA,aAAA,CAAAA,mBAAA,CAAA,EAAA,EAAAF,GAAG,EAAE,IAAA,CAAA,EAAA,CAAAC,GAAG,CAAC,EAAA,KAAA,CAAA;IACrB;IAED,IAAMG,GAAG,GAAG;MACVC,KAAK,EAAEJ,GAAG,CAACI,KAAK;MAChBC,IAAI,EAAEL,GAAG,CAACK,IAAI;MACdC,WAAW,EAAEN,GAAG,CAACM,WAAW;MAC5BC,QAAQ,EAAEP,GAAG,CAACO;KACf;IAED,IAAI,SAAS,IAAIP,GAAG,EAAE;MACpB,OAAAC,KAAA,CAAAA,aAAA,CAAAA,KAAA,CAAAA,aAAA,CAAA,EAAA,EACKF,GAAG,EAAA,IAAA,CAAA,EAAA,CAEDS,cAAA,CAAAA,KAAAA,CAAAA,QAAA,CAAA,CAAA,CAAA,EAAAL,GAAG,CACN,EAAA;QAAAM,OAAO,EAAET,GAAG,CAACS;OAAO,CAAA,CAEvB,EAAA,KAAA,CAAA;IACF;IACD,IAAI,MAAM,IAAIT,GAAG,EAAE;MACjB,OAAAC,KAAA,CAAAA,aAAA,CAAAA,KAAA,CAAAA,aAAA,CAAA,EAAA,EACKF,GAAG,EAAA,IAAA,CAAA,EAAA,CAEDS,cAAA,CAAAA,KAAAA,CAAAA,QAAA,CAAA,CAAA,CAAA,EAAAL,GAAG,CACN,EAAA;QAAAO,IAAI,EAAEV,GAAG,CAACU;OAAI,CAAA,CAEjB,EAAA,KAAA,CAAA;IACF;IACD,OAAOX,GAAG;EACZ,CAAC,EAAE,IAAIY,KAAK,CAAA,CAAE,CAAC;AAnCf,CAmCe;AAEJ,IAAAC,6BAA6B,GAAG,SAAAA,CAC3Cf,gBAAwC,EACxCgB,0BAAsD,EAAA;EAEtD,IAAIC,oBAA+C;EACnD,IAAIjB,gBAAgB,EAAE;IACpBiB,oBAAoB,GAAGjB,gBAAgB,GACnCD,kCAAkC,CAACC,gBAAgB,CAAC,GACpD,EAAE;EACP,CAAA,MAAM;IACLiB,oBAAoB,GAAG,EAAE;EAC1B;EACD,IAAMC,8BAA8B,GAAGF,0BAA0B,IAAI,EAAE;EACvE,OAAOC,oBAAoB,CAACE,MAAM,CAACD,8BAA8B,CAAC;AACpE,CAAA;;;;;"}
|
|
@@ -8,6 +8,7 @@ export type MultiSelectToggleProps = {
|
|
|
8
8
|
selectedOptions: MultiSelectOption[];
|
|
9
9
|
isOpen?: boolean;
|
|
10
10
|
onRemoveOption: (optionValue: MultiSelectOption["value"]) => void;
|
|
11
|
+
onRemoveAllOptions: () => void;
|
|
11
12
|
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
12
13
|
export declare const MultiSelectToggle: React.ForwardRefExoticComponent<{
|
|
13
14
|
onClick: React.MouseEventHandler;
|
|
@@ -16,6 +17,7 @@ export declare const MultiSelectToggle: React.ForwardRefExoticComponent<{
|
|
|
16
17
|
selectedOptions: MultiSelectOption[];
|
|
17
18
|
isOpen?: boolean | undefined;
|
|
18
19
|
onRemoveOption: (optionValue: MultiSelectOption["value"]) => void;
|
|
20
|
+
onRemoveAllOptions: () => void;
|
|
19
21
|
} & Omit<React.HTMLAttributes<HTMLDivElement>, "className"> & {
|
|
20
22
|
classNameOverride?: string | undefined;
|
|
21
23
|
} & React.RefAttributes<HTMLButtonElement>>;
|
package/dist/cjs/dts/index.d.ts
CHANGED
package/dist/cjs/index.cjs
CHANGED
|
@@ -397,6 +397,8 @@ var TimeField = require('./TimeField/TimeField.cjs');
|
|
|
397
397
|
var ToggleSwitch = require('./ToggleSwitch/ToggleSwitch/ToggleSwitch.cjs');
|
|
398
398
|
var ToggleSwitchField = require('./ToggleSwitch/ToggleSwitchField/ToggleSwitchField.cjs');
|
|
399
399
|
var Tooltip = require('./Tooltip/Tooltip.cjs');
|
|
400
|
+
var TitleBlockZen = require('./TitleBlockZen/TitleBlockZen.cjs');
|
|
401
|
+
var NavigationTabs = require('./TitleBlockZen/subcomponents/NavigationTabs.cjs');
|
|
400
402
|
var Workflow = require('./Workflow/Workflow.cjs');
|
|
401
403
|
var Well = require('./Well/Well.cjs');
|
|
402
404
|
function _interopNamespaceDefault(e) {
|
|
@@ -1013,6 +1015,8 @@ exports.TimeField = TimeField.TimeField;
|
|
|
1013
1015
|
exports.ToggleSwitch = ToggleSwitch.ToggleSwitch;
|
|
1014
1016
|
exports.ToggleSwitchField = ToggleSwitchField.ToggleSwitchField;
|
|
1015
1017
|
exports.Tooltip = Tooltip.Tooltip;
|
|
1018
|
+
exports.TitleBlockZen = TitleBlockZen.TitleBlockZen;
|
|
1019
|
+
exports.NavigationTab = NavigationTabs.NavigationTab;
|
|
1016
1020
|
exports.Workflow = Workflow.Workflow;
|
|
1017
1021
|
exports.Well = Well.Well;
|
|
1018
1022
|
//# sourceMappingURL=index.cjs.map
|
package/dist/cjs/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/cjs/index.css
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
.Select-module_container__TaMKg{position:relative;width:100%}.Select-module_notFullWidth__Mr-3G{width:180px}
|
|
2
|
-
.RemovableTag-module_removableTag__IwJHj{padding:var(--spacing-4,.25rem) var(--spacing-4,.25rem) var(--spacing-4,.25rem) var(--spacing-8,.5rem);padding-block:var(--spacing-4,.25rem);padding-inline:var(--spacing-8,.5rem) var(--spacing-4,.25rem)}
|
|
3
2
|
.Tag-module_tag__Ef8Iu{align-items:center;border-radius:28px;display:inline-flex;font-family:var(--typography-paragraph-intro-lede-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-small-font-size,.875rem);font-weight:var(--typography-paragraph-small-font-weight,400);gap:var(--spacing-4,.25rem);line-height:var(--typography-paragraph-small-line-height,1.125rem);padding:var(--spacing-4,.25rem) var(--spacing-8,.5rem);white-space:nowrap}.Tag-module_iconContainer__tEPTW{display:inline-flex}.Tag-module_gray__4YmDZ{background-color:var(--color-gray-300,#eaeaec);color:var(--color-purple-800,#2f2438)}.Tag-module_blue__CjyTI{background-color:var(--color-blue-100,#e6f6ff);color:var(--color-blue-700,#003157)}.Tag-module_blue__CjyTI .Tag-module_iconContainer__tEPTW{color:var(--color-blue-500,#0168b3)}.Tag-module_green__uC0TU{background-color:var(--color-green-100,#e8f8f4);color:var(--color-green-700,#22594a)}.Tag-module_green__uC0TU .Tag-module_iconContainer__tEPTW{color:var(--color-green-500,#44a289)}.Tag-module_yellow__wEk5Z{background-color:var(--color-yellow-100,#fff9e4);color:var(--color-yellow-700,#876400)}.Tag-module_yellow__wEk5Z .Tag-module_iconContainer__tEPTW{color:var(--color-yellow-500,#ffb600)}.Tag-module_orange__V-KdG{background-color:var(--color-orange-100,#fff0e8);color:var(--color-orange-700,#903c00)}.Tag-module_orange__V-KdG .Tag-module_iconContainer__tEPTW{color:var(--color-orange-500,#e96c2f)}.Tag-module_red__cg1Rf{background-color:var(--color-red-100,#fdeaee);color:var(--color-red-700,#6c1e20)}.Tag-module_red__cg1Rf .Tag-module_iconContainer__tEPTW{color:var(--color-red-500,#c93b55)}.Tag-module_purple__OR2Jt{background-color:var(--color-purple-100,#f4edf8);color:var(--color-purple-700,#4a234d)}.Tag-module_purple__OR2Jt .Tag-module_iconContainer__tEPTW{color:var(--color-purple-500,#844587)}
|
|
3
|
+
.RemovableTag-module_removableTag__IwJHj{padding:var(--spacing-4,.25rem) var(--spacing-4,.25rem) var(--spacing-4,.25rem) var(--spacing-8,.5rem);padding-block:var(--spacing-4,.25rem);padding-inline:var(--spacing-8,.5rem) var(--spacing-4,.25rem)}
|
|
4
4
|
.Popover-module_popover__B7k5I{background:var(--color-white,#fff);border-radius:var(--border-solid-border-radius,7px);box-shadow:var(--shadow-large-box-shadow,0 8px 40px rgba(0,0,0,.08),0 3px 9px rgba(0,0,0,.1));box-sizing:border-box;overflow:auto}
|
|
5
5
|
.RemoveButton-module_removeButton__9yzxJ{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;border-radius:50%;color:inherit;color:rgba(var(--color-purple-800-rgb,47,36,56),.7);display:inline;display:inline-flex;font:inherit;margin:0;padding:0;position:relative}.RemoveButton-module_removeButton__9yzxJ:focus,.RemoveButton-module_removeButton__9yzxJ:focus-visible{outline:none}.RemoveButton-module_removeButton__9yzxJ:focus-visible:after,.RemoveButton-module_removeButton__9yzxJ:focus:after{background:transparent;border-color:var(--color-blue-500,#0168b3);border-radius:50%;border-style:var(--border-focus-ring-border-style,solid);border-width:var(--border-focus-ring-border-width,2px);content:"";inset:-3px;position:absolute}.RemoveButton-module_removeButton__9yzxJ:before{border-radius:50%;content:"";inset:-5px;position:absolute}.RemoveButton-module_removeButton__9yzxJ:focus,.RemoveButton-module_removeButton__9yzxJ:focus-visible,.RemoveButton-module_removeButton__9yzxJ:hover{background-color:rgba(var(--color-gray-600-rgb,82,78,86),.2);color:var(--color-purple-800,#2f2438);cursor:pointer}
|
|
6
6
|
.Main-module_main__hMyB1{z-index:0}
|
|
7
7
|
.Wrapper-module_wrapper__89WmC{background:var(--color-gray-100,#f9f9f9);display:grid;grid-template-rows:min-content 1fr min-content;min-height:100vh;position:relative}
|
|
8
|
-
.Branding-module_branding__4h-rD{display:flex;flex-grow:1;grid-area:branding;justify-content:center;padding-top:var(--spacing-4,.25rem)}@media (min-width:768px){.Branding-module_branding__4h-rD{justify-content:unset}}.Branding-module_logo__vqqec{flex-basis:7.5rem}
|
|
9
|
-
.Titles-module_titles__JYwU0{align-items:center;flex-grow:1;grid-area:titles;justify-content:center}.Titles-module_pageTitle__YDp9S,.Titles-module_titles__JYwU0{display:flex;flex-direction:column}.Titles-module_prefix__40x8n{margin-bottom:var(--spacing-4,.25rem)}.Titles-module_status__huuP7{margin-top:var(--spacing-8,.5rem)}
|
|
10
|
-
.Actions-module_actions__Prrp0{align-items:center;display:flex;flex-direction:column;flex-grow:1;grid-area:actions;justify-content:center}@media (min-width:768px){.Actions-module_actions__Prrp0{align-items:flex-start;flex-direction:row;justify-content:flex-end;margin-top:calc(var(--spacing-12, .75rem)*-1)}}
|
|
11
8
|
.FooterRoot-module_footerRoot__N-6nQ{align-items:center;background:var(--color-blue-500,#0168b3);display:grid;flex-grow:1;gap:var(--spacing-16,1rem);grid-template-areas:"prev stepper next";grid-template-columns:1fr 2fr 1fr;justify-content:center;padding:var(--spacing-24,1.5rem) var(--spacing-12,.75rem)}@media (min-width:768px){.FooterRoot-module_footerRoot__N-6nQ{bottom:0;grid-template-columns:1fr 5fr 1fr;padding:var(--spacing-24,1.5rem) var(--spacing-32,2rem);position:sticky;z-index:1}}
|
|
12
9
|
.FooterActions-module_footerAction__v7eL-{display:flex;flex-basis:auto;flex-grow:1}.FooterActions-module_footerActionPrevious__2XByZ{grid-area:"prev";justify-content:start}.FooterActions-module_footerActionNext__IKRta{grid-area:"next";justify-content:end}
|
|
10
|
+
.Titles-module_titles__JYwU0{align-items:center;flex-grow:1;grid-area:titles;justify-content:center}.Titles-module_pageTitle__YDp9S,.Titles-module_titles__JYwU0{display:flex;flex-direction:column}.Titles-module_prefix__40x8n{margin-bottom:var(--spacing-4,.25rem)}.Titles-module_status__huuP7{margin-top:var(--spacing-8,.5rem)}
|
|
11
|
+
.Branding-module_branding__4h-rD{display:flex;flex-grow:1;grid-area:branding;justify-content:center;padding-top:var(--spacing-4,.25rem)}@media (min-width:768px){.Branding-module_branding__4h-rD{justify-content:unset}}.Branding-module_logo__vqqec{flex-basis:7.5rem}
|
|
12
|
+
.Actions-module_actions__Prrp0{align-items:center;display:flex;flex-direction:column;flex-grow:1;grid-area:actions;justify-content:center}@media (min-width:768px){.Actions-module_actions__Prrp0{align-items:flex-start;flex-direction:row;justify-content:flex-end;margin-top:calc(var(--spacing-12, .75rem)*-1)}}
|
|
13
13
|
.Root-module_root__7DVw5{align-items:center;background-color:var(--color-white,#fff);box-shadow:var(--shadow-small-box-shadow,0 3px 16px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.1));display:grid;flex-grow:1;gap:var(--spacing-16,1rem);grid-template:"branding" min-content "titles" max-content "actions" min-content/1fr;justify-content:center;padding:var(--spacing-24,1.5rem);text-align:center}@media (min-width:768px){.Root-module_root__7DVw5{align-items:start;grid-template:"branding titles actions" min-content/1fr max-content 1fr;position:sticky;top:0;z-index:1}}
|
|
14
14
|
.ProgressStepper-module_stepsContainer__WMxXN{grid-area:stepper;width:100%}.ProgressStepper-module_stepList__b1wWX{align-items:flex-end;display:none;justify-content:center;list-style:none;margin:0;padding:0}@media (min-width:768px){.ProgressStepper-module_stepList__b1wWX{display:flex}}.ProgressStepper-module_step__-Ep19{container:step/inline-size;display:flex;flex-basis:100%;flex-grow:1;justify-content:center;max-width:var(--spacing-96,6rem);overflow-wrap:break-word;position:relative}.ProgressStepper-module_stepContent__B4uFS{align-items:center;display:flex;flex-direction:column}.ProgressStepper-module_stepIndicator__-qEWT{height:1.25rem;position:relative;width:1.25rem}.ProgressStepper-module_stepName__hS4lp{display:none;font-weight:var(--typography-paragraph-bold-font-weight,600);margin-bottom:var(--spacing-12,.75rem);text-align:center}.ProgressStepper-module_stepIcon__0Kh4y{color:var(--color-white,#fff);height:1.25rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.25rem}.ProgressStepper-module_stepDivider__KEZPU{border:var(--spacing-1,.0625rem) solid var(--color-white,#fff);border-radius:var(--border-solid-border-radius,7px);display:flex;flex-grow:1;height:0;left:100%;margin:0;min-width:calc(100% - var(--spacing-24, 1.5rem));position:absolute;top:calc(100% - .625rem);transform:translateX(-50%)}[dir=rtl] .ProgressStepper-module_stepDivider__KEZPU{left:unset;right:100%;transform:translateX(50%)}.ProgressStepper-module_stepperDescription__B00hX{display:flex;justify-content:center}@media (min-width:768px){.ProgressStepper-module_stepperDescription__B00hX{height:0;overflow:hidden;position:absolute;width:0}}@container step (min-width: 4.5rem){.ProgressStepper-module_stepName__hS4lp{display:inline}}
|
|
15
15
|
.SVG-module_icon__8J5Ev{display:inline-block;height:20px;width:20px}.SVG-module_icon__8J5Ev>use{pointer-events:none}@media screen and (-ms-high-contrast:active){.SVG-module_icon__8J5Ev{color:#000}}@media screen and (-ms-high-contrast:white-on-black){.SVG-module_icon__8J5Ev{color:#fff}}@media screen and (-ms-high-contrast:black-on-white){.SVG-module_icon__8J5Ev{color:#000}}.SVG-module_inheritSize__Q8iam{display:block;height:inherit;width:inherit}
|
|
@@ -145,6 +145,12 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs{all:unset;-webkit-ap
|
|
|
145
145
|
.TimeField-module_wrapper__YuSI3{align-items:flex-start;color:var(--color-purple-800,#2f2438);display:flex;flex-direction:column;font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:var(--typography-paragraph-body-line-height,1.5rem);position:relative}.TimeField-module_heading__5EOZf{margin-bottom:var(--spacing-6,.375rem)}.TimeField-module_input__Hxjcu{align-items:center;background-clip:padding-box;background-color:var(--color-white,#fff);border:var(--border-solid-border-width,2px) var(--border-solid-border-style,solid) var(--color-gray-500,#8c8c97);border-radius:var(--border-solid-border-radius,7px);box-sizing:border-box;display:inline-flex;font-size:var(--typography-paragraph-body-font-size,1rem);height:48px;line-height:var(--typography-paragraph-body-line-height,1.5rem);padding:0 var(--spacing-sm,.75rem);width:100%}.TimeField-module_input__Hxjcu:focus-within,.TimeField-module_input__Hxjcu:hover{background-color:var(--color-gray-200,#f4f4f5);border-color:var(--color-gray-600,#524e56)}.TimeField-module_input__Hxjcu:focus-within .TimeField-module_focusRing__7hgWG{background:transparent;border-color:var(--color-blue-500,#0168b3);border-radius:var(--border-focus-ring-border-radius,10px);border-style:var(--border-focus-ring-border-style,solid);border-width:var(--border-focus-ring-border-width,2px);inset:-3px;pointer-events:none;position:absolute}.TimeField-module_isDisabled__rpEc8{background-color:transparent;border-color:var(--color-gray-500,#8c8c97);opacity:30%;pointer-events:none}.TimeField-module_error__tK2QY{border:var(--border-solid-border-width,2px) var(--border-solid-border-style,solid) var(--color-red-500,#c93b55)}
|
|
146
146
|
.ToggleSwitch-module_checkbox__ezWz3{opacity:0;position:absolute}.ideal-sans .ToggleSwitch-module_checkbox__ezWz3{position:absolute}.ToggleSwitch-module_track__fcDMP{align-items:center;background-color:var(--color-gray-500,#8c8c97);border:var(--border-borderless-border-width,2px) var(--border-borderless-border-style,solid) var(--border-borderless-border-color,transparent);border-radius:var(--spacing-md,1.5rem);box-sizing:content-box;display:flex;height:calc(var(--spacing-md, 1.5rem)*1.25);padding:0 calc(var(--spacing-md, 1.5rem)*.15);position:relative;transition:background-color var(--animation-duration-immediate,.1s) var(--animation-easing-function-linear,linear);width:calc(var(--spacing-md, 1.5rem)*1.05*2)}.ToggleSwitch-module_checkbox__ezWz3:focus+.ToggleSwitch-module_track__fcDMP,.ToggleSwitch-module_checkbox__ezWz3:hover:focus+.ToggleSwitch-module_track__fcDMP{background-color:var(--color-gray-600,#524e56);border-color:transparent;outline:2px solid var(--color-blue-500,#0168b3);outline-offset:1px}.ToggleSwitch-module_checkbox__ezWz3+.ToggleSwitch-module_track__fcDMP:hover,label:hover .ToggleSwitch-module_checkbox__ezWz3+.ToggleSwitch-module_track__fcDMP{background-color:var(--color-purple-500,#844587);background-color:var(--color-gray-600,#524e56)}.ToggleSwitch-module_thumb__8PULV{align-items:center;background-color:var(--color-white,#fff);border:var(--border-borderless-border-width,2px) var(--border-borderless-border-style,solid) var(--border-borderless-border-color,transparent);border-radius:var(--spacing-md,1.5rem);box-sizing:content-box;display:flex;height:calc(var(--spacing-md, 1.5rem)*.9);justify-content:center;transition:left var(--animation-duration-immediate,.1s) var(--animation-easing-function-linear,linear),right var(--animation-duration-immediate,.1s) var(--animation-easing-function-linear,linear);width:calc(var(--spacing-md, 1.5rem)*.9)}.ToggleSwitch-module_checkIcon__8iitB{color:var(--color-green-500,#44a289);opacity:0;transition-duration:var(--animation-duration-rapid,.2s)}.ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3+.ToggleSwitch-module_track__fcDMP{background-color:var(--color-green-500,#44a289);border-color:var(--border-borderless-border-color,transparent)}.ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3:focus+.ToggleSwitch-module_track__fcDMP{background-color:var(--color-green-500,#44a289);border-color:transparent}.ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_thumb__8PULV{left:calc(var(--spacing-md, 1.5rem)*1.1);position:relative;right:auto}.ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_thumb__8PULV[dir=rtl],[dir=rtl] .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_thumb__8PULV{left:auto;right:calc(var(--spacing-md, 1.5rem)*1.1)}.ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkIcon__8iitB{opacity:100%;transition-delay:var(--animation-duration-immediate,.1s);transition-duration:var(--animation-duration-fast,.3s)}.ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3+.ToggleSwitch-module_track__fcDMP:hover,label:hover .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3+.ToggleSwitch-module_track__fcDMP{background-color:var(--color-green-600,#2c7d67)}.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_thumb__8PULV{left:calc(var(--spacing-md, 1.5rem)*-.05);position:relative;right:auto}.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_thumb__8PULV[dir=rtl],[dir=rtl] .ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_thumb__8PULV{left:auto;right:calc(var(--spacing-md, 1.5rem)*-.05)}.ToggleSwitch-module_reversed__Q3-iM .ToggleSwitch-module_checkbox__ezWz3:focus+.ToggleSwitch-module_track__fcDMP,.ToggleSwitch-module_reversed__Q3-iM .ToggleSwitch-module_checkbox__ezWz3:hover:focus+.ToggleSwitch-module_track__fcDMP{outline-color:var(--color-blue-300,#73c0e8)}.ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_track__fcDMP{background-color:rgba(var(--color-white-rgb,255,255,255),.2)}.ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3+.ToggleSwitch-module_track__fcDMP:hover,.ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3:focus+.ToggleSwitch-module_track__fcDMP,.ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3:hover:focus+.ToggleSwitch-module_track__fcDMP,label:hover .ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3+.ToggleSwitch-module_track__fcDMP{background-color:rgba(var(--color-white-rgb,255,255,255),.65)}
|
|
147
147
|
.ToggleSwitchField-module_container__e7TXD{display:flex}.ToggleSwitchField-module_fullWidth__ybDf- .ToggleSwitchField-module_inner__9-O0m{width:100%}.ToggleSwitchField-module_on__HQOkN label{font-weight:var(--typography-paragraph-bold-font-weight,600)}
|
|
148
|
+
.TitleBlockMenuItem-module_menuListItem__G3K41{display:flex}.TitleBlockMenuItem-module_menuItem__v9hGL{align-items:center;background:none;border:2px solid transparent;border-radius:4px;box-sizing:border-box;color:var(--color-purple-800,#2f2438);display:flex;flex:1 1 auto;font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:var(--typography-paragraph-body-line-height,1.5rem);margin:0 var(--spacing-xs,.375rem);min-height:calc(var(--spacing-md, 1.5rem)*1.75);padding:6px calc(var(--spacing-sm, .75rem) - 2px);text-align:left;text-decoration:none}.TitleBlockMenuItem-module_menuItem__v9hGL:hover{text-decoration:none}.TitleBlockMenuItem-module_menuItem__v9hGL:focus,.TitleBlockMenuItem-module_menuItem__v9hGL:not(.TitleBlockMenuItem-module_menuItem--disabled__lrGIn):hover{background:var(--color-blue-100,#e6f6ff);color:var(--color-blue-500,#0168b3)}.TitleBlockMenuItem-module_menuItem__v9hGL:focus .TitleBlockMenuItem-module_menuItem__Icon__zyUMD,.TitleBlockMenuItem-module_menuItem__v9hGL:not(.TitleBlockMenuItem-module_menuItem--disabled__lrGIn):hover .TitleBlockMenuItem-module_menuItem__Icon__zyUMD{color:var(--color-blue-500,#0168b3)}.TitleBlockMenuItem-module_menuItem__v9hGL:focus.TitleBlockMenuItem-module_menuItem--destructive__Q18x-,.TitleBlockMenuItem-module_menuItem__v9hGL:not(.TitleBlockMenuItem-module_menuItem--disabled__lrGIn):hover.TitleBlockMenuItem-module_menuItem--destructive__Q18x-{background:var(--color-red-100,#fdeaee);color:var(--color-red-600,#a82433)}.TitleBlockMenuItem-module_menuItem__v9hGL:focus.TitleBlockMenuItem-module_menuItem--destructive__Q18x- .TitleBlockMenuItem-module_menuItem__Icon__zyUMD,.TitleBlockMenuItem-module_menuItem__v9hGL:not(.TitleBlockMenuItem-module_menuItem--disabled__lrGIn):hover.TitleBlockMenuItem-module_menuItem--destructive__Q18x- .TitleBlockMenuItem-module_menuItem__Icon__zyUMD{color:var(--color-red-600,#a82433)}.TitleBlockMenuItem-module_menuItem__v9hGL:focus{outline:none}.TitleBlockMenuItem-module_menuItem__v9hGL:focus-visible{border-color:var(--color-blue-500,#0168b3)}[dir=rtl] .TitleBlockMenuItem-module_menuItem__v9hGL{text-align:right}.TitleBlockMenuItem-module_menuItem--disabled__lrGIn,.TitleBlockMenuItem-module_menuItem--disabled__lrGIn .TitleBlockMenuItem-module_menuItem__Icon__zyUMD{color:rgba(var(--color-purple-800-rgb,47,36,56),.3)}.TitleBlockMenuItem-module_menuItem--active__f-tGu{color:var(--color-blue-500,#0168b3);font-weight:var(--typography-paragraph-bold-font-weight,600)}.TitleBlockMenuItem-module_menuItem--destructive__Q18x-,.TitleBlockMenuItem-module_menuItem--destructive__Q18x- .TitleBlockMenuItem-module_menuItem__Icon__zyUMD{color:var(--color-red-600,#a82433)}.TitleBlockMenuItem-module_menuItem--destructive__Q18x-.TitleBlockMenuItem-module_menuItem--disabled__lrGIn,.TitleBlockMenuItem-module_menuItem--destructive__Q18x-.TitleBlockMenuItem-module_menuItem--disabled__lrGIn .TitleBlockMenuItem-module_menuItem__Icon__zyUMD{color:rgba(var(--color-red-600-rgb,168,36,51),.3)}.TitleBlockMenuItem-module_menuItem__Label__YUtc5{flex-grow:1}.TitleBlockMenuItem-module_menuItem__Icon__zyUMD{align-self:flex-start;color:rgba(var(--color-purple-800-rgb,47,36,56),.75);display:flex;margin-inline-end:calc(var(--spacing-md, 1.5rem)/3);transform:translateY(.2em)}
|
|
149
|
+
.Toolbar-module_toolbar__yhogJ{align-items:center;display:flex}.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL{margin:0 .375rem}@media (max-width:1023px){.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL{margin:0 .1875rem}}.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL.Toolbar-module_noGap__4mNlF{margin:0}.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:first-of-type{margin-left:0;margin-right:.375rem}.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:first-of-type[dir=rtl],[dir=rtl] .Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:first-of-type{margin-left:.375rem;margin-right:0}@media (max-width:1023px){.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:first-of-type{margin-left:0;margin-right:.1875rem}.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:first-of-type[dir=rtl],[dir=rtl] .Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:first-of-type{margin-left:.1875rem;margin-right:0}}.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:first-of-type.Toolbar-module_noGap__4mNlF{margin:0}.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:last-of-type{margin-left:.375rem;margin-right:0}.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:last-of-type[dir=rtl],[dir=rtl] .Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:last-of-type{margin-left:0;margin-right:.375rem}@media (max-width:1023px){.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:last-of-type{margin-left:.1875rem;margin-right:0}.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:last-of-type[dir=rtl],[dir=rtl] .Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:last-of-type{margin-left:0;margin-right:.1875rem}}.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:last-of-type.Toolbar-module_noGap__4mNlF{margin:0}
|
|
150
|
+
.MainActions-module_mainActionsContainer__wN117{align-items:center;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-end;margin-left:.75rem;margin-right:0}.MainActions-module_mainActionsContainer__wN117[dir=rtl],[dir=rtl] .MainActions-module_mainActionsContainer__wN117{margin-left:0;margin-right:.75rem}@media (max-width:767px){.MainActions-module_mainActionsContainer__wN117{display:none}}
|
|
151
|
+
.MobileActions-module_mobileActionsContainer__ob6ML{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;animation:MobileActions-module_slide-up__vX8Ad 1s ease;border-start-end-radius:var(--border-solid-border-radius,7px);border-start-start-radius:var(--border-solid-border-radius,7px);bottom:0;display:none;flex-direction:column;left:0;overflow:hidden;position:fixed;right:0;transform:translateY(calc(100% - 60px));transition:.4s ease;z-index:1030}.MobileActions-module_mobileActionsContainer__ob6ML.MobileActions-module_isOpen__mmGTA{transform:translateY(0)}.MobileActions-module_mobileActionsContainer__ob6ML.MobileActions-module_isOpen__mmGTA .MobileActions-module_mobileActionsMenuContainer__a7LUt{visibility:visible}@media (max-width:767px){.MobileActions-module_mobileActionsContainer__ob6ML{display:flex}}.MobileActions-module_mobileActionsTopRow__51iiz{align-items:center;display:flex;height:60px;justify-content:space-between}.MobileActions-module_mobileActionsTopRow__51iiz.MobileActions-module_mobileActionsTopRowSingleButton__IB5x6{justify-content:center}.MobileActions-module_mobileActionsMenuContainer__a7LUt{background:var(--color-white,#fff);padding:var(--spacing-xs,.375rem) 0;transition:visibility .4s;visibility:hidden;width:100%}.MobileActions-module_drawerHandleIcon__z-Hp-{align-items:center;display:flex;justify-content:center;margin-left:0;margin-right:.75rem}.MobileActions-module_drawerHandleIcon__z-Hp-[dir=rtl],.MobileActions-module_drawerHandleLabelText__UDIFl+.MobileActions-module_drawerHandleIcon__z-Hp-,[dir=rtl] .MobileActions-module_drawerHandleIcon__z-Hp-{margin-left:.75rem;margin-right:0}.MobileActions-module_drawerHandleLabelText__UDIFl+.MobileActions-module_drawerHandleIcon__z-Hp-[dir=rtl],[dir=rtl] .MobileActions-module_drawerHandleLabelText__UDIFl+.MobileActions-module_drawerHandleIcon__z-Hp-{margin-left:0;margin-right:.75rem}.MobileActions-module_mobileActionsPrimaryLabel__y-kgB{color:var(--color-white,#fff);font-family:var(--typography-button-primary-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-button-primary-font-size,1.125rem);font-weight:var(--typography-button-primary-font-weight,700);letter-spacing:var(--typography-button-primary-letter-spacing,normal);line-height:var(--typography-button-primary-line-height,1.5rem);padding-left:1.125rem;padding-right:0;text-align:left;text-decoration:none}.MobileActions-module_mobileActionsPrimaryLabel__y-kgB[dir=rtl],[dir=rtl] .MobileActions-module_mobileActionsPrimaryLabel__y-kgB{padding-left:0;padding-right:1.125rem}.MobileActions-module_mobileActionsExpandButton__shDFU,.MobileActions-module_mobileActionsPrimaryButton__5Ggbi{align-items:center;background-color:var(--color-blue-500,#0168b3);border:0;box-sizing:border-box;color:var(--color-white,#fff);display:flex;height:100%;justify-content:flex-start;position:relative}.MobileActions-module_mobileActionsExpandButton__shDFU:focus,.MobileActions-module_mobileActionsPrimaryButton__5Ggbi:focus{background-color:var(--color-blue-600,#004970);outline:none}.MobileActions-module_mobileActionsExpandButton__shDFU:focus-visible,.MobileActions-module_mobileActionsPrimaryButton__5Ggbi:focus-visible{height:52px}.MobileActions-module_mobileActionsExpandButton__shDFU:focus-visible:after,.MobileActions-module_mobileActionsPrimaryButton__5Ggbi:focus-visible:after{background:transparent;border-color:var(--color-blue-500,#0168b3);border-style:var(--border-focus-ring-border-style,solid);border-width:2px;content:"";inset:calc(var(--border-focus-ring-border-width, 2px)*2*-1);position:absolute}.MobileActions-module_mobileActionsExpandButton__shDFU:hover,.MobileActions-module_mobileActionsPrimaryButton__5Ggbi:hover{text-decoration:none}.MobileActions-module_mobileActionsExpandButton__shDFU:only-child,.MobileActions-module_mobileActionsPrimaryButton__5Ggbi:only-child{border-start-end-radius:var(--border-solid-border-radius,7px);border-start-start-radius:var(--border-solid-border-radius,7px);flex-basis:100%}.MobileActions-module_mobileActionsExpandButton__shDFU:only-child:focus-visible,.MobileActions-module_mobileActionsPrimaryButton__5Ggbi:only-child:focus-visible{flex-basis:calc(100% - 8px)}.MobileActions-module_mobileActionsExpandButton__shDFU:only-child:focus-visible:after,.MobileActions-module_mobileActionsPrimaryButton__5Ggbi:only-child:focus-visible:after{border-start-end-radius:var(--border-focus-ring-border-radius,10px);border-start-start-radius:var(--border-focus-ring-border-radius,10px)}.MobileActions-module_mobileActionsPrimaryButton__5Ggbi:not(:only-child){flex:0 0 calc(100% - 3.75rem)}.MobileActions-module_mobileActionsPrimaryButton__5Ggbi:not(:only-child):focus-visible{border-start-start-radius:var(--border-solid-border-radius,7px);flex-basis:calc(100% - 3.75rem - 8px);margin-left:4px}.MobileActions-module_mobileActionsPrimaryButton__5Ggbi:not(:only-child):focus-visible+.MobileActions-module_mobileActionsExpandButton__shDFU{border-color:var(--color-white,#fff)}.MobileActions-module_mobileActionsPrimaryButton__5Ggbi:not(:only-child):focus-visible:after{border-start-start-radius:var(--border-focus-ring-border-radius,10px)}.MobileActions-module_mobileActionsExpandButton__shDFU:not(:only-child){border-left:2px solid var(--color-blue-200,#bde2f5);flex:0 0 3.75rem;justify-content:center}.MobileActions-module_mobileActionsExpandButton__shDFU:not(:only-child):focus-visible{border-color:var(--color-white,#fff);border-start-end-radius:var(--border-solid-border-radius,7px);flex-basis:calc(3.75rem - 8px);margin-right:4px}.MobileActions-module_mobileActionsExpandButton__shDFU:not(:only-child):focus-visible:after{border-start-end-radius:var(--border-focus-ring-border-radius,10px)}.MobileActions-module_mobileActionsChevronSquare__u4OYT{align-items:center;display:flex;height:100%;justify-content:center;left:auto;position:absolute;right:20px}.MobileActions-module_mobileActionsChevronSquare__u4OYT[dir=rtl],[dir=rtl] .MobileActions-module_mobileActionsChevronSquare__u4OYT{left:20px;right:auto}@keyframes MobileActions-module_slide-up__vX8Ad{0%{transform:translateY(100%)}50%{transform:translateY(100%)}to{transform:translateY(calc(100% - 60px))}}
|
|
152
|
+
.TitleBlockZen-module_titleBlock__bekbg{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-purple-600,#5f3361);display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.TitleBlockZen-module_titleBlock__bekbg.TitleBlockZen-module_educationVariant__B3I7P{background-color:var(--color-blue-100,#e6f6ff)}.TitleBlockZen-module_titleBlock__bekbg.TitleBlockZen-module_adminVariant__vvIrj{background-color:var(--color-gray-100,#f9f9f9)}@media print{.TitleBlockZen-module_titleBlock__bekbg{display:none}}.TitleBlockZen-module_rowBelowSeparator__ES4X-,.TitleBlockZen-module_titleRow__LcreV{display:flex;justify-content:center;width:100%}.TitleBlockZen-module_adminVariant__vvIrj .TitleBlockZen-module_titleRow__LcreV{background-color:var(--color-white,#fff)}.TitleBlockZen-module_rowBelowSeparatorInner__ln-Nc,.TitleBlockZen-module_titleRowInner__JWjlG{display:flex;flex-direction:column;margin:0 72px;max-width:1392px;min-width:0;width:100%}@media (max-width:calc(1080px - 1px)){.TitleBlockZen-module_rowBelowSeparatorInner__ln-Nc,.TitleBlockZen-module_titleRowInner__JWjlG{margin:0 12px}}.TitleBlockZen-module_titleRowInnerContent__zhZ-S{align-items:center;border-bottom:.1875rem solid rgba(var(--color-white-rgb,255,255,255),.1);display:flex;justify-content:space-between;min-height:5.25rem;position:relative;width:100%}.TitleBlockZen-module_educationVariant__B3I7P .TitleBlockZen-module_titleRowInnerContent__zhZ-S{border-bottom-color:rgba(var(--color-purple-700-rgb,74,35,77),.2)}.TitleBlockZen-module_adminVariant__vvIrj .TitleBlockZen-module_titleRowInnerContent__zhZ-S,.TitleBlockZen-module_collapseNavigationArea__PkEa9 .TitleBlockZen-module_titleRowInnerContent__zhZ-S{border-bottom-color:transparent}@media (max-width:calc(1080px - 1px)){.TitleBlockZen-module_titleRowInnerContent__zhZ-S{border-bottom:none}}.TitleBlockZen-module_title__n0doa{align-items:center;display:flex;min-width:0}@media (max-width:1365px){.TitleBlockZen-module_title__n0doa{width:100%}}.TitleBlockZen-module_titleAndSubtitle__l2kEQ{align-items:center;display:flex;min-width:0;transform:translateY(-.0833em);z-index:1000}@media (max-width:1365px){.TitleBlockZen-module_hasSubtitle__onXCE .TitleBlockZen-module_titleAndSubtitle__l2kEQ{transform:translateY(-.3833em)}}.TitleBlockZen-module_titleAndSubtitleInner__-5y1m{display:flex;min-width:0}.TitleBlockZen-module_hasSubtitle__onXCE.TitleBlockZen-module_hasLongTitle__axGG9.TitleBlockZen-module_hasLongSubtitle__TlqEy .TitleBlockZen-module_titleAndSubtitleInner__-5y1m{align-items:center}@media (max-width:1365px){.TitleBlockZen-module_hasSubtitle__onXCE.TitleBlockZen-module_hasLongTitle__axGG9.TitleBlockZen-module_hasLongSubtitle__TlqEy .TitleBlockZen-module_titleAndSubtitleInner__-5y1m{align-items:baseline}}@media (max-width:calc(1080px - 1px)){.TitleBlockZen-module_hasPageSwitcherSelect__JrYn4 .TitleBlockZen-module_titleAndSubtitleInner__-5y1m{align-items:normal;flex-direction:column;justify-content:space-between;transform:translateY(.5rem)}}.TitleBlockZen-module_hasSubtitle__onXCE .TitleBlockZen-module_titleAndSubtitleInner__-5y1m{align-items:baseline;overflow:hidden}@media (max-width:1365px){.TitleBlockZen-module_hasSubtitle__onXCE .TitleBlockZen-module_titleAndSubtitleInner__-5y1m{align-items:normal;flex-direction:column;justify-content:space-between;transform:translateY(.5rem)}.TitleBlockZen-module_hasLongTitle__axGG9.TitleBlockZen-module_hasLongSubtitle__TlqEy .TitleBlockZen-module_hasSubtitle__onXCE .TitleBlockZen-module_titleAndSubtitleInner__-5y1m{align-items:baseline}}@media (max-width:calc(1080px - 1px)){.TitleBlockZen-module_hasSubtitle__onXCE .TitleBlockZen-module_titleAndSubtitleInner__-5y1m{transform:translateY(.75rem)}}.TitleBlockZen-module_titleTextOverride__Caa0-.TitleBlockZen-module_titleTextOverride__Caa0-{padding:4px 0}@media (max-width:1644px){.TitleBlockZen-module_titleTextOverride__Caa0-.TitleBlockZen-module_titleTextOverride__Caa0-{font-family:var(--typography-heading-2-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-heading-2-font-size,1.75rem);font-weight:var(--typography-heading-2-font-weight,700);letter-spacing:var(--typography-heading-2-letter-spacing,normal);line-height:var(--typography-heading-2-line-height,2.25rem)}}@media (max-width:1365px){.TitleBlockZen-module_titleTextOverride__Caa0-.TitleBlockZen-module_titleTextOverride__Caa0-{font-family:var(--typography-heading-2-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-heading-2-font-size,1.75rem);font-weight:var(--typography-heading-2-font-weight,700);letter-spacing:var(--typography-heading-2-letter-spacing,normal);line-height:var(--typography-heading-2-line-height,2.25rem);padding:2px 0}.TitleBlockZen-module_hasLongTitle__axGG9 .TitleBlockZen-module_titleTextOverride__Caa0-.TitleBlockZen-module_titleTextOverride__Caa0-{font-family:var(--typography-heading-3-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-heading-3-font-size,1.375rem);font-weight:var(--typography-heading-3-font-weight,700);letter-spacing:var(--typography-heading-3-letter-spacing,normal);line-height:var(--typography-heading-3-line-height,1.875rem);padding:2px 0}}@media (max-width:calc(1080px - 1px)){.TitleBlockZen-module_titleTextOverride__Caa0-.TitleBlockZen-module_titleTextOverride__Caa0-{font-family:var(--typography-heading-4-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-heading-4-font-size,1.125rem);font-weight:var(--typography-heading-4-font-weight,600);letter-spacing:var(--typography-heading-4-letter-spacing,normal);line-height:var(--typography-heading-4-line-height,1.5rem);padding:0}}.TitleBlockZen-module_avatar__CHWTd{box-sizing:border-box;display:none;height:3rem;margin-left:0;margin-right:.75rem;overflow:hidden;width:3rem}.TitleBlockZen-module_avatar__CHWTd[dir=rtl],[dir=rtl] .TitleBlockZen-module_avatar__CHWTd{margin-left:.75rem;margin-right:0}.TitleBlockZen-module_avatar__CHWTd>*{max-width:100%}@media (min-width:1080px){.TitleBlockZen-module_avatar__CHWTd{display:block}}.TitleBlockZen-module_avatar__CHWTd.TitleBlockZen-module_withBorder__lzJvb{border:3px solid var(--color-white,#fff);border-radius:50%}.TitleBlockZen-module_hasLongTitle__axGG9 .TitleBlockZen-module_avatar__CHWTd{display:none}.TitleBlockZen-module_hamburger__VFufP{display:none;margin-left:0;margin-right:var(--spacing-xs,.375rem)}.TitleBlockZen-module_hamburger__VFufP[dir=rtl],[dir=rtl] .TitleBlockZen-module_hamburger__VFufP{margin-left:var(--spacing-xs,.375rem);margin-right:0}@media (max-width:calc(1080px - 1px)){.TitleBlockZen-module_hamburger__VFufP{align-items:center;display:flex}}.TitleBlockZen-module_subtitle__OD-d5{align-items:center;color:var(--color-white,#fff);display:flex;font-family:var(--typography-paragraph-small-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-small-font-size,.875rem);font-weight:var(--typography-paragraph-small-font-weight,400);letter-spacing:var(--typography-paragraph-small-letter-spacing,normal);line-height:var(--typography-paragraph-small-line-height,1.125rem);margin-left:.75rem;margin-right:0;max-width:230px}.TitleBlockZen-module_adminVariant__vvIrj .TitleBlockZen-module_subtitle__OD-d5{color:var(--color-purple-800,#2f2438)}.TitleBlockZen-module_subtitle__OD-d5[dir=rtl],[dir=rtl] .TitleBlockZen-module_subtitle__OD-d5{margin-left:0;margin-right:.75rem}@media (max-width:1365px){.TitleBlockZen-module_subtitle__OD-d5{margin:.3rem 0;max-width:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TitleBlockZen-module_subtitleText__odf0T{max-width:42vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width:767px){.TitleBlockZen-module_subtitleText__odf0T{max-width:88vw}}.TitleBlockZen-module_sectionTitleContainer__nzQ-r{align-items:center;display:flex;padding:1.125rem 0}.TitleBlockZen-module_sectionTitleInner__wYAWC{display:flex;flex-direction:column}.TitleBlockZen-module_sectionTitleOverride__GDHqp.TitleBlockZen-module_sectionTitleOverride__GDHqp{font-family:var(--typography-heading-2-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-heading-2-font-size,1.75rem);font-weight:var(--typography-heading-2-font-weight,700);letter-spacing:var(--typography-heading-2-letter-spacing,normal);line-height:var(--typography-heading-2-line-height,2.25rem);margin-left:0;margin-right:1.5rem;white-space:nowrap}.TitleBlockZen-module_sectionTitleOverride__GDHqp.TitleBlockZen-module_sectionTitleOverride__GDHqp[dir=rtl],[dir=rtl] .TitleBlockZen-module_sectionTitleOverride__GDHqp.TitleBlockZen-module_sectionTitleOverride__GDHqp{margin-left:1.5rem;margin-right:0}@media (max-width:1644px){.TitleBlockZen-module_sectionTitleOverride__GDHqp.TitleBlockZen-module_sectionTitleOverride__GDHqp{font-family:var(--typography-heading-3-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-heading-3-font-size,1.375rem);font-weight:var(--typography-heading-3-font-weight,700);letter-spacing:var(--typography-heading-3-letter-spacing,normal);line-height:var(--typography-heading-3-line-height,1.875rem)}}@media (max-width:calc(1080px - 1px)){.TitleBlockZen-module_sectionTitleOverride__GDHqp.TitleBlockZen-module_sectionTitleOverride__GDHqp{font-family:var(--typography-heading-4-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-heading-4-font-size,1.125rem);font-weight:var(--typography-heading-4-font-weight,600);letter-spacing:var(--typography-heading-4-letter-spacing,normal);line-height:var(--typography-heading-4-line-height,1.5rem)}}.TitleBlockZen-module_sectionTitle__Le5YQ{display:block}.TitleBlockZen-module_sectionTitleDescription__mIl-A{color:var(--color-white,#fff);font-family:var(--typography-paragraph-small-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-small-font-size,.875rem);font-weight:var(--typography-paragraph-small-font-weight,400);letter-spacing:var(--typography-paragraph-small-letter-spacing,normal);line-height:var(--typography-paragraph-small-line-height,1.125rem);max-width:780px}.TitleBlockZen-module_sectionTitle__Le5YQ+.TitleBlockZen-module_sectionTitleDescription__mIl-A{margin-top:.375rem}.TitleBlockZen-module_sectionTitleDescription__mIl-A.TitleBlockZen-module_dark__Y-v1Z{color:rgba(var(--color-purple-800-rgb,47,36,56),.7)}.TitleBlockZen-module_rowBelowSeparatorInnerContent__aho-R{display:flex;justify-content:space-between;margin-top:-.1875rem;width:100%}.TitleBlockZen-module_titleAndAdjacent__BWNsj{display:flex;min-width:0}.TitleBlockZen-module_titleAndAdjacentNotBreadcrumb__9TuNA{align-items:center;display:flex;min-width:0;transition:opacity .3s ease}.TitleBlockZen-module_breadcrumbTextLink__1HhXQ:focus~.TitleBlockZen-module_titleAndAdjacentNotBreadcrumb__9TuNA,.TitleBlockZen-module_breadcrumbTextLink__1HhXQ:hover~.TitleBlockZen-module_titleAndAdjacentNotBreadcrumb__9TuNA,.TitleBlockZen-module_breadcrumb__o2c8A:focus~.TitleBlockZen-module_titleAndAdjacentNotBreadcrumb__9TuNA,.TitleBlockZen-module_breadcrumb__o2c8A:hover~.TitleBlockZen-module_titleAndAdjacentNotBreadcrumb__9TuNA{opacity:0}.TitleBlockZen-module_tag__mWbbU{align-items:center;display:flex;margin-left:.75rem;margin-right:0}.TitleBlockZen-module_tag__mWbbU[dir=rtl],[dir=rtl] .TitleBlockZen-module_tag__mWbbU{margin-left:0;margin-right:.75rem}@media (max-width:calc(1080px - 1px)){.TitleBlockZen-module_tag__mWbbU{display:none}}.TitleBlockZen-module_tag__mWbbU+.TitleBlockZen-module_pageSwitcherSelectNextToTitle__CPnE3,.TitleBlockZen-module_tag__mWbbU+.TitleBlockZen-module_pageSwitcherSelectNextToTitle__CPnE3[dir=rtl],[dir=rtl] .TitleBlockZen-module_tag__mWbbU+.TitleBlockZen-module_pageSwitcherSelectNextToTitle__CPnE3{margin-left:0;margin-right:0}.TitleBlockZen-module_pageSwitcherSelectNextToTitle__CPnE3{flex-shrink:0;margin-left:.75rem;margin-right:0;width:15rem}.TitleBlockZen-module_pageSwitcherSelectNextToTitle__CPnE3[dir=rtl],[dir=rtl] .TitleBlockZen-module_pageSwitcherSelectNextToTitle__CPnE3{margin-left:0;margin-right:.75rem}.TitleBlockZen-module_pageSwitcherSelectUnderneathTitle__MRZI2{flex-shrink:0;max-width:15rem}.TitleBlockZen-module_navigationTabsContainer__lto6e{height:4.5rem}@media (max-width:767px){.TitleBlockZen-module_navigationTabsContainer__lto6e{height:3.75rem}}.TitleBlockZen-module_navigationTabsContainerCollapsed__oMPa4{height:0}@media (max-width:calc(1080px - 1px)){.TitleBlockZen-module_navigationTabsContainerCollapsed__oMPa4{height:0}}@media (max-width:767px){.TitleBlockZen-module_hasNavigationTabs__S4JF- .TitleBlockZen-module_navigationTabScrollerContainer__n-B-b{display:block;overflow-x:scroll;scrollbar-width:none;width:100vw}.TitleBlockZen-module_hasNavigationTabs__S4JF- .TitleBlockZen-module_navigationTabScrollerContainer__n-B-b::-webkit-scrollbar{display:none}}.TitleBlockZen-module_navigationTabsNav__UOeVY{height:100%}.TitleBlockZen-module_navigationTabsList__sxozg{display:flex;height:100%;list-style:none;margin:0;padding:0}.TitleBlockZen-module_navigationTabEdgeShadowLeft__yfKxK,.TitleBlockZen-module_navigationTabEdgeShadowRight__7ySCE{display:none;pointer-events:none}@media (max-width:767px){.TitleBlockZen-module_navigationTabEdgeShadowLeft__yfKxK,.TitleBlockZen-module_navigationTabEdgeShadowRight__7ySCE{background:linear-gradient(0deg,var(--color-purple-600,#5f3361),rgba(var(--color-purple-600-rgb,95,51,97),0));display:block;height:3.75rem;position:absolute;top:3.5625rem;width:3.75rem;z-index:1020}.TitleBlockZen-module_adminVariant__vvIrj .TitleBlockZen-module_navigationTabEdgeShadowLeft__yfKxK,.TitleBlockZen-module_adminVariant__vvIrj .TitleBlockZen-module_navigationTabEdgeShadowRight__7ySCE{background:linear-gradient(0deg,var(--color-gray-100,#f9f9f9),rgba(var(--color-gray-100-rgb,249,249,249),0))}.TitleBlockZen-module_educationVariant__B3I7P .TitleBlockZen-module_navigationTabEdgeShadowLeft__yfKxK,.TitleBlockZen-module_educationVariant__B3I7P .TitleBlockZen-module_navigationTabEdgeShadowRight__7ySCE{background:linear-gradient(0deg,var(--color-blue-200,#bde2f5),rgba(var(--color-blue-200-rgb,189,226,245),0))}}.TitleBlockZen-module_navigationTabEdgeShadowLeft__yfKxK{left:0;top:calc(100% - 4.5rem);transform:rotate(90deg)}@media (max-width:767px){.TitleBlockZen-module_navigationTabEdgeShadowLeft__yfKxK{top:calc(100% - 3.75rem)}}.TitleBlockZen-module_navigationTabEdgeShadowRight__7ySCE{right:0;top:calc(100% - 4.5rem);transform:rotate(-90deg)}@media (max-width:767px){.TitleBlockZen-module_navigationTabEdgeShadowRight__7ySCE{top:calc(100% - 3.75rem)}}.TitleBlockZen-module_secondaryActionsContainer__Is7rl{align-items:flex-start;display:flex;justify-content:flex-end;margin-left:2.25rem;margin-right:0;padding:.75rem 0}.TitleBlockZen-module_secondaryActionsContainer__Is7rl[dir=rtl],[dir=rtl] .TitleBlockZen-module_secondaryActionsContainer__Is7rl{margin-left:0;margin-right:2.25rem}.TitleBlockZen-module_adminVariant__vvIrj .TitleBlockZen-module_secondaryActionsContainer__Is7rl,.TitleBlockZen-module_educationVariant__B3I7P .TitleBlockZen-module_secondaryActionsContainer__Is7rl{color:var(--color-blue-500,#0168b3)}@media (max-width:calc(1080px - 1px)){.TitleBlockZen-module_secondaryActionsContainer__Is7rl{display:none}}.TitleBlockZen-module_breadcrumb__o2c8A{align-items:center;align-self:normal;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;color:inherit;cursor:pointer;display:inline;display:flex;font:inherit;left:calc(-48px - 1.5rem);margin:0;padding:0;position:absolute;right:auto;top:50%;transform:translateY(-50%);z-index:1020}.TitleBlockZen-module_breadcrumb__o2c8A[dir=rtl],[dir=rtl] .TitleBlockZen-module_breadcrumb__o2c8A{left:auto;right:calc(-48px - 1.5rem)}.TitleBlockZen-module_breadcrumb__o2c8A:hover .TitleBlockZen-module_breadcrumbTextLink__1HhXQ{text-decoration:underline}@media only screen and (max-width:1644px){.TitleBlockZen-module_breadcrumb__o2c8A{left:0;margin-left:0;margin-right:.75rem;position:relative;right:auto;transform:translateY(0)}.TitleBlockZen-module_breadcrumb__o2c8A[dir=rtl],[dir=rtl] .TitleBlockZen-module_breadcrumb__o2c8A{left:auto;margin-left:.75rem;margin-right:0;right:0}}@media (max-width:calc(1080px - 1px)){.TitleBlockZen-module_breadcrumb__o2c8A{display:none}}.TitleBlockZen-module_breadcrumbTextLink__1HhXQ{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;left:-3rem;overflow:hidden;position:absolute;right:auto;white-space:nowrap;width:1px;z-index:1019}.TitleBlockZen-module_breadcrumbTextLink__1HhXQ[dir=rtl],[dir=rtl] .TitleBlockZen-module_breadcrumbTextLink__1HhXQ{left:auto;right:-3rem}@media (max-width:1644px){.TitleBlockZen-module_breadcrumbTextLink__1HhXQ{left:1.5rem;right:auto}.TitleBlockZen-module_breadcrumbTextLink__1HhXQ[dir=rtl],[dir=rtl] .TitleBlockZen-module_breadcrumbTextLink__1HhXQ{left:auto;right:1.5rem}}@media only screen and (min-width:1644px){.TitleBlockZen-module_breadcrumbTextLink__1HhXQ{left:calc(48px - 1.5rem);right:auto}.TitleBlockZen-module_breadcrumbTextLink__1HhXQ[dir=rtl],[dir=rtl] .TitleBlockZen-module_breadcrumbTextLink__1HhXQ{left:auto;right:calc(48px - 1.5rem)}}.TitleBlockZen-module_breadcrumbTextLink__1HhXQ:focus,.TitleBlockZen-module_breadcrumbTextLink__1HhXQ:hover,.TitleBlockZen-module_breadcrumb__o2c8A:focus .TitleBlockZen-module_breadcrumbTextLink__1HhXQ,.TitleBlockZen-module_breadcrumb__o2c8A:hover .TitleBlockZen-module_breadcrumbTextLink__1HhXQ{clip:auto;animation:TitleBlockZen-module_slide-fade__k4tBT .4s;-webkit-clip-path:initial;clip-path:none;display:block;height:auto;overflow:initial;position:static;position:absolute;white-space:normal;width:auto}[dir=rtl] .TitleBlockZen-module_breadcrumbTextLink__1HhXQ:focus,[dir=rtl] .TitleBlockZen-module_breadcrumbTextLink__1HhXQ:hover,[dir=rtl] .TitleBlockZen-module_breadcrumb__o2c8A:focus .TitleBlockZen-module_breadcrumbTextLink__1HhXQ,[dir=rtl] .TitleBlockZen-module_breadcrumb__o2c8A:hover .TitleBlockZen-module_breadcrumbTextLink__1HhXQ{animation:TitleBlockZen-module_reverse-slide-fade__WT9AW .4s}.TitleBlockZen-module_breadcrumbText__O-GCu{font-family:var(--typography-heading-5-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-heading-5-font-size,1rem);font-weight:var(--typography-heading-5-font-weight,600);letter-spacing:var(--typography-heading-5-letter-spacing,normal);line-height:var(--typography-heading-5-line-height,1.5rem);margin-inline-start:var(--spacing-xl,3rem);white-space:nowrap}.TitleBlockZen-module_breadcrumbText__O-GCu,.TitleBlockZen-module_breadcrumb__o2c8A,.TitleBlockZen-module_breadcrumb__o2c8A:hover{color:var(--color-white,#fff)}.TitleBlockZen-module_adminVariant__vvIrj .TitleBlockZen-module_breadcrumbText__O-GCu,.TitleBlockZen-module_adminVariant__vvIrj .TitleBlockZen-module_breadcrumb__o2c8A,.TitleBlockZen-module_adminVariant__vvIrj .TitleBlockZen-module_breadcrumb__o2c8A:hover,.TitleBlockZen-module_educationVariant__B3I7P .TitleBlockZen-module_breadcrumbText__O-GCu,.TitleBlockZen-module_educationVariant__B3I7P .TitleBlockZen-module_breadcrumb__o2c8A,.TitleBlockZen-module_educationVariant__B3I7P .TitleBlockZen-module_breadcrumb__o2c8A:hover{color:var(--color-purple-800,#2f2438)}.TitleBlockZen-module_circle__4bfl6{align-items:center;border-color:rgba(var(--color-white-rgb,255,255,255),.5);border-radius:50%;border-style:solid;border-width:2px;box-sizing:border-box;color:var(--color-white,#fff);display:flex;flex:0 0 48px;height:48px;justify-content:center;transition:background-color .3s ease,transform .3s ease;width:48px}.TitleBlockZen-module_breadcrumb__o2c8A:focus .TitleBlockZen-module_circle__4bfl6,.TitleBlockZen-module_breadcrumb__o2c8A:hover .TitleBlockZen-module_circle__4bfl6{background-color:rgba(var(--color-white-rgb,255,255,255),.1);border-color:var(--color-white,#fff);color:var(--color-white,#fff);transform:scale(1.1)}.TitleBlockZen-module_adminVariant__vvIrj .TitleBlockZen-module_circle__4bfl6,.TitleBlockZen-module_educationVariant__B3I7P .TitleBlockZen-module_circle__4bfl6{border-color:var(--color-blue-300,#73c0e8);border-width:3px;color:var(--color-blue-500,#0168b3)}.TitleBlockZen-module_adminVariant__vvIrj .TitleBlockZen-module_breadcrumb__o2c8A:focus .TitleBlockZen-module_circle__4bfl6,.TitleBlockZen-module_adminVariant__vvIrj .TitleBlockZen-module_breadcrumb__o2c8A:hover .TitleBlockZen-module_circle__4bfl6,.TitleBlockZen-module_educationVariant__B3I7P .TitleBlockZen-module_breadcrumb__o2c8A:focus .TitleBlockZen-module_circle__4bfl6,.TitleBlockZen-module_educationVariant__B3I7P .TitleBlockZen-module_breadcrumb__o2c8A:hover .TitleBlockZen-module_circle__4bfl6{background-color:rgba(var(--color-blue-500-rgb,1,104,179),.1);border-color:var(--color-blue-500,#0168b3);color:var(--color-blue-500,#0168b3)}@keyframes TitleBlockZen-module_slide-fade__k4tBT{0%{display:none;opacity:0}1%{display:block;opacity:0;transform:translateX(-30px)}to{opacity:100%;transform:translateX(0)}}@keyframes TitleBlockZen-module_reverse-slide-fade__WT9AW{0%{display:none;opacity:0}1%{display:block;opacity:0;transform:translateX(30px)}to{opacity:100%;transform:translateX(0)}}
|
|
153
|
+
.NavigationTabs-module_container__lK-HH{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex}.NavigationTabs-module_linkAnchor__oUsWX{align-items:center;color:rgba(var(--color-white-rgb,255,255,255),.7);display:flex;font-family:var(--typography-heading-4-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-heading-4-font-size,1.125rem);font-weight:var(--typography-heading-4-font-weight,600);height:100%;letter-spacing:var(--typography-heading-4-letter-spacing,normal);line-height:var(--typography-heading-4-line-height,1.5rem);margin-right:var(--spacing-md,1.5rem);padding:0 var(--spacing-sm,.75rem);position:relative;text-decoration:none;white-space:nowrap}.NavigationTabs-module_linkAnchor__oUsWX[dir=rtl],[dir=rtl] .NavigationTabs-module_linkAnchor__oUsWX{margin-left:var(--spacing-md,1.5rem);margin-right:0}.NavigationTabs-module_linkAnchor__oUsWX:hover{color:var(--color-white,#fff);text-decoration:none}@media (max-width:1365px){.NavigationTabs-module_linkAnchor__oUsWX{font-family:var(--typography-heading-5-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-heading-5-font-size,1rem);font-weight:var(--typography-heading-5-font-weight,600);letter-spacing:var(--typography-heading-5-letter-spacing,normal);line-height:var(--typography-heading-5-line-height,1.5rem)}}@media (max-width:1439px){.NavigationTabs-module_linkAnchor__oUsWX{margin-right:var(--spacing-xs,.375rem)}.NavigationTabs-module_linkAnchor__oUsWX[dir=rtl],[dir=rtl] .NavigationTabs-module_linkAnchor__oUsWX{margin-left:var(--spacing-xs,.375rem);margin-right:0}}@media (max-width:1189px){.NavigationTabs-module_linkAnchor__oUsWX{margin:0}}.NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_active__-38QW{color:var(--color-white,#fff)}.NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_active__-38QW:before{background-color:var(--color-white,#fff);border-radius:0 0 var(--border-solid-border-radius,7px) var(--border-solid-border-radius,7px);content:"";display:block;height:5px;left:0;position:absolute;right:0;top:0;transition:transform .15s cubic-bezier(.55,.085,.68,.53)}@media (max-width:calc(1080px - 1px)){.NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_active__-38QW:before{border-radius:var(--border-solid-border-radius,7px) var(--border-solid-border-radius,7px) 0 0;bottom:0;top:auto}}.NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T{color:rgba(var(--color-purple-800-rgb,47,36,56),.75)}.NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T.NavigationTabs-module_active__-38QW,.NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T:hover{color:var(--color-blue-500,#0168b3)}.NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T.NavigationTabs-module_active__-38QW:before{background-color:var(--color-blue-500,#0168b3);top:3px}@media (max-width:calc(1080px - 1px)){.NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T.NavigationTabs-module_active__-38QW:before{border-radius:var(--border-solid-border-radius,7px) var(--border-solid-border-radius,7px) 0 0;bottom:0;top:auto}}
|
|
148
154
|
.FooterRoot-module_footerRoot__bvMSa{align-items:center;background:var(--color-blue-500,#0168b3);display:grid;flex-grow:1;gap:var(--spacing-16,1rem);grid-template-areas:"prev stepper next";grid-template-columns:1fr 2fr 1fr;justify-content:center;padding:var(--spacing-24,1.5rem) var(--spacing-12,.75rem)}@media (min-width:768px){.FooterRoot-module_footerRoot__bvMSa{bottom:0;grid-template-columns:1fr 5fr 1fr;padding:var(--spacing-24,1.5rem) var(--spacing-32,2rem);position:sticky;z-index:1}}
|
|
149
155
|
.ProgressStepper-module_stepsContainer__kh4S2{grid-area:stepper;width:100%}.ProgressStepper-module_stepList__ToKVO{align-items:flex-end;display:none;justify-content:center;list-style:none;margin:0;padding:0}@media (min-width:768px){.ProgressStepper-module_stepList__ToKVO{display:flex}}.ProgressStepper-module_step__5Zakx{container:step/inline-size;display:flex;flex-basis:100%;flex-grow:1;justify-content:center;max-width:var(--spacing-96,6rem);overflow-wrap:break-word;position:relative}.ProgressStepper-module_stepContent__brp8m{align-items:center;display:flex;flex-direction:column}.ProgressStepper-module_stepIndicator__vAWW6{height:1.25rem;position:relative;width:1.25rem}.ProgressStepper-module_stepName__21rPP{display:none;font-weight:var(--typography-paragraph-bold-font-weight,600);margin-bottom:var(--spacing-12,.75rem);text-align:center}.ProgressStepper-module_stepIcon__eW-Ps{color:var(--color-white,#fff);height:1.25rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.25rem}.ProgressStepper-module_stepDivider__SaO4y{border:var(--spacing-1,.0625rem) solid var(--color-white,#fff);border-radius:var(--border-solid-border-radius,7px);display:flex;flex-grow:1;height:0;left:100%;margin:0;min-width:calc(100% - var(--spacing-24, 1.5rem));position:absolute;top:calc(100% - .625rem);transform:translateX(-50%)}[dir=rtl] .ProgressStepper-module_stepDivider__SaO4y{left:unset;right:100%;transform:translateX(50%)}.ProgressStepper-module_stepperDescription__XT8Ra{display:flex;justify-content:center}@media (min-width:768px){.ProgressStepper-module_stepperDescription__XT8Ra{height:0;overflow:hidden;position:absolute;width:0}}@container step (min-width: 4.5rem){.ProgressStepper-module_stepName__21rPP{display:inline}}
|
|
150
156
|
.FooterActions-module_footerAction__H-bdq{display:flex;flex-basis:auto;flex-grow:1}.FooterActions-module_footerActionPrevious__yyzsX{grid-area:"prev";justify-content:start}.FooterActions-module_footerActionNext__GIowc{grid-area:"next";justify-content:end}
|
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
import { __assign } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classnames from 'classnames';
|
|
4
|
+
import { Avatar } from '../Avatar/Avatar.mjs';
|
|
5
|
+
import '../Button/Button/Button.mjs';
|
|
6
|
+
import { IconButton } from '../Button/IconButton/IconButton.mjs';
|
|
7
|
+
import { Heading } from '../Heading/Heading.mjs';
|
|
8
|
+
import '../Icon/subcomponents/SVG/SVG.mjs';
|
|
9
|
+
import { ArrowLeftIcon } from '../Icon/ArrowLeftIcon.mjs';
|
|
10
|
+
import { ArrowRightIcon } from '../Icon/ArrowRightIcon.mjs';
|
|
11
|
+
import { HamburgerIcon } from '../Icon/HamburgerIcon.mjs';
|
|
12
|
+
import { Select } from '../Select/Select.mjs';
|
|
13
|
+
import { Tag } from '../Tag/Tag.mjs';
|
|
14
|
+
import { useMediaQueries } from '../utils/useMediaQueries.mjs';
|
|
15
|
+
import { MainActions } from './subcomponents/MainActions.mjs';
|
|
16
|
+
import { MobileActions } from './subcomponents/MobileActions.mjs';
|
|
17
|
+
import { SecondaryActions } from './subcomponents/SecondaryActions.mjs';
|
|
18
|
+
import { isReversed, createTabletOverflowMenuItems } from './utils.mjs';
|
|
19
|
+
import styles from './TitleBlockZen.module.scss.mjs';
|
|
20
|
+
var renderTag = function (surveyStatus) {
|
|
21
|
+
var tagVariant;
|
|
22
|
+
if (tagVariant === "profile") {
|
|
23
|
+
return;
|
|
24
|
+
}
|
|
25
|
+
if (surveyStatus.status === "draft") {
|
|
26
|
+
tagVariant = "statusDraft";
|
|
27
|
+
}
|
|
28
|
+
/*
|
|
29
|
+
scheduled is actually a draft survey status that has a launch job scheduled
|
|
30
|
+
still, we want to differentiate on the UI and render a specific tag
|
|
31
|
+
the styles must be identical to the draft style
|
|
32
|
+
we have similar behaviour on programs index page's table
|
|
33
|
+
*/
|
|
34
|
+
if (surveyStatus.status === "scheduled") {
|
|
35
|
+
tagVariant = "statusClosed";
|
|
36
|
+
}
|
|
37
|
+
if (surveyStatus.status === "live") {
|
|
38
|
+
tagVariant = "statusLive";
|
|
39
|
+
}
|
|
40
|
+
if (surveyStatus.status === "closed") {
|
|
41
|
+
tagVariant = "statusClosed";
|
|
42
|
+
}
|
|
43
|
+
if (surveyStatus.status === "default") {
|
|
44
|
+
tagVariant = "default";
|
|
45
|
+
}
|
|
46
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
47
|
+
"data-automation-id": "survey-status-tag",
|
|
48
|
+
"data-testid": "survey-status-tag",
|
|
49
|
+
className: styles.tag
|
|
50
|
+
}, /*#__PURE__*/React.createElement(Tag, {
|
|
51
|
+
variant: tagVariant,
|
|
52
|
+
size: "small"
|
|
53
|
+
}, surveyStatus.text));
|
|
54
|
+
};
|
|
55
|
+
var isJSXElement = function (imageElementOrAvatarProps) {
|
|
56
|
+
return "props" in imageElementOrAvatarProps;
|
|
57
|
+
};
|
|
58
|
+
var renderAvatar = function (imageElementOrAvatarProps, avatarAutomationId) {
|
|
59
|
+
return isJSXElement(imageElementOrAvatarProps) ? /*#__PURE__*/React.createElement("div", {
|
|
60
|
+
"data-automation-id": avatarAutomationId,
|
|
61
|
+
"data-testid": avatarAutomationId,
|
|
62
|
+
className: classnames(styles.avatar, styles.withBorder)
|
|
63
|
+
}, imageElementOrAvatarProps) : /*#__PURE__*/React.createElement("div", {
|
|
64
|
+
"data-automation-id": avatarAutomationId,
|
|
65
|
+
"data-testid": avatarAutomationId,
|
|
66
|
+
className: styles.avatar
|
|
67
|
+
}, /*#__PURE__*/React.createElement(Avatar, __assign({}, imageElementOrAvatarProps, {
|
|
68
|
+
size: "medium"
|
|
69
|
+
})));
|
|
70
|
+
};
|
|
71
|
+
var renderSubtitle = function (subtitle, subtitleAutomationId) {
|
|
72
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
73
|
+
className: styles.subtitle
|
|
74
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
75
|
+
"data-automation-id": subtitleAutomationId,
|
|
76
|
+
"data-testid": subtitleAutomationId,
|
|
77
|
+
className: styles.subtitleText
|
|
78
|
+
}, subtitle));
|
|
79
|
+
};
|
|
80
|
+
var defaultRenderSectionTitle = function (sectionTitle, sectionTitleDescription, variant, sectionTitleAutomationId, sectionTitleDescriptionAutomationId) {
|
|
81
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, sectionTitle && /*#__PURE__*/React.createElement("div", {
|
|
82
|
+
className: styles.sectionTitle
|
|
83
|
+
}, /*#__PURE__*/React.createElement(Heading, {
|
|
84
|
+
variant: "heading-2",
|
|
85
|
+
color: isReversed(variant) ? "white" : "dark",
|
|
86
|
+
classNameOverride: styles.sectionTitleOverride,
|
|
87
|
+
"data-automation-id": sectionTitleAutomationId,
|
|
88
|
+
"data-testid": sectionTitleAutomationId
|
|
89
|
+
}, sectionTitle)), sectionTitleDescription && /*#__PURE__*/React.createElement("div", {
|
|
90
|
+
"data-automation-id": sectionTitleDescriptionAutomationId,
|
|
91
|
+
"data-testid": sectionTitleDescriptionAutomationId,
|
|
92
|
+
className: classnames(styles.sectionTitleDescription, !isReversed(variant) && styles.dark)
|
|
93
|
+
}, sectionTitleDescription));
|
|
94
|
+
};
|
|
95
|
+
var Breadcrumb = function (_a) {
|
|
96
|
+
var breadcrumb = _a.breadcrumb,
|
|
97
|
+
automationId = _a.automationId,
|
|
98
|
+
textAutomationId = _a.textAutomationId,
|
|
99
|
+
textDirection = _a.textDirection;
|
|
100
|
+
var path = breadcrumb.path,
|
|
101
|
+
handleClick = breadcrumb.handleClick,
|
|
102
|
+
text = breadcrumb.text,
|
|
103
|
+
render = breadcrumb.render;
|
|
104
|
+
var icon = textDirection === "rtl" ? /*#__PURE__*/React.createElement(ArrowRightIcon, {
|
|
105
|
+
role: "presentation"
|
|
106
|
+
}) : /*#__PURE__*/React.createElement(ArrowLeftIcon, {
|
|
107
|
+
role: "presentation"
|
|
108
|
+
});
|
|
109
|
+
var InnerContents = function () {
|
|
110
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
111
|
+
className: styles.circle
|
|
112
|
+
}, icon), /*#__PURE__*/React.createElement("span", {
|
|
113
|
+
className: styles.breadcrumbTextLink,
|
|
114
|
+
"data-automation-id": textAutomationId,
|
|
115
|
+
"data-testid": textAutomationId
|
|
116
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
117
|
+
className: styles.breadcrumbText
|
|
118
|
+
}, text)));
|
|
119
|
+
};
|
|
120
|
+
if (render) {
|
|
121
|
+
var CustomRender = render;
|
|
122
|
+
return /*#__PURE__*/React.createElement(CustomRender, {
|
|
123
|
+
breadcrumb: breadcrumb,
|
|
124
|
+
className: styles.breadcrumb,
|
|
125
|
+
automationId: automationId,
|
|
126
|
+
textAutomationId: textAutomationId,
|
|
127
|
+
textDirection: textDirection
|
|
128
|
+
}, /*#__PURE__*/React.createElement(InnerContents, null));
|
|
129
|
+
}
|
|
130
|
+
var TagName = path ? "a" : "button";
|
|
131
|
+
return /*#__PURE__*/React.createElement(TagName, __assign({}, path && {
|
|
132
|
+
href: path
|
|
133
|
+
}, {
|
|
134
|
+
className: styles.breadcrumb,
|
|
135
|
+
"data-automation-id": automationId,
|
|
136
|
+
"data-testid": automationId,
|
|
137
|
+
onClick: handleClick
|
|
138
|
+
}), /*#__PURE__*/React.createElement(InnerContents, null));
|
|
139
|
+
};
|
|
140
|
+
// We want to accept undefined here because the NavigationTabs container is
|
|
141
|
+
// important for the flex-based layout (it pushes Secondary Actions over to the right)
|
|
142
|
+
var renderNavigationTabs = function (navigationTabs, collapse, ariaLabel) {
|
|
143
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
144
|
+
className: styles.navigationTabScrollerContainer
|
|
145
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
146
|
+
className: classnames(styles.navigationTabsContainer, collapse && styles.navigationTabsContainerCollapsed)
|
|
147
|
+
}, !collapse && navigationTabs !== undefined && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("span", {
|
|
148
|
+
className: styles.navigationTabEdgeShadowLeft
|
|
149
|
+
}), /*#__PURE__*/React.createElement("nav", {
|
|
150
|
+
className: styles.navigationTabsNav,
|
|
151
|
+
"aria-label": ariaLabel
|
|
152
|
+
}, /*#__PURE__*/React.createElement("ul", {
|
|
153
|
+
className: styles.navigationTabsList
|
|
154
|
+
}, navigationTabs.map(function (navigationTab, index) {
|
|
155
|
+
return /*#__PURE__*/React.createElement("li", {
|
|
156
|
+
key: index
|
|
157
|
+
}, navigationTab);
|
|
158
|
+
}))), /*#__PURE__*/React.createElement("span", {
|
|
159
|
+
className: styles.navigationTabEdgeShadowRight
|
|
160
|
+
}))));
|
|
161
|
+
};
|
|
162
|
+
/**
|
|
163
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3075605782/Title+Block Guidance} |
|
|
164
|
+
* {@link https://cultureamp.design/?path=/story/components-titleblock--docs Storybook}
|
|
165
|
+
*/
|
|
166
|
+
const TitleBlockZen = /*#__PURE__*/function () {
|
|
167
|
+
const TitleBlockZen = function (_a) {
|
|
168
|
+
var title = _a.title,
|
|
169
|
+
variant = _a.variant,
|
|
170
|
+
breadcrumb = _a.breadcrumb,
|
|
171
|
+
avatar = _a.avatar,
|
|
172
|
+
subtitle = _a.subtitle,
|
|
173
|
+
sectionTitle = _a.sectionTitle,
|
|
174
|
+
sectionTitleDescription = _a.sectionTitleDescription,
|
|
175
|
+
renderSectionTitle = _a.renderSectionTitle,
|
|
176
|
+
pageSwitcherSelect = _a.pageSwitcherSelect,
|
|
177
|
+
handleHamburgerClick = _a.handleHamburgerClick,
|
|
178
|
+
primaryAction = _a.primaryAction,
|
|
179
|
+
defaultAction = _a.defaultAction,
|
|
180
|
+
secondaryActions = _a.secondaryActions,
|
|
181
|
+
secondaryOverflowMenuItems = _a.secondaryOverflowMenuItems,
|
|
182
|
+
navigationTabs = _a.navigationTabs,
|
|
183
|
+
_b = _a.collapseNavigationAreaWhenPossible,
|
|
184
|
+
collapseNavigationAreaWhenPossible = _b === void 0 ? false : _b,
|
|
185
|
+
textDirection = _a.textDirection,
|
|
186
|
+
surveyStatus = _a.surveyStatus,
|
|
187
|
+
_c = _a.titleAutomationId,
|
|
188
|
+
titleAutomationId = _c === void 0 ? "TitleBlock__Title" : _c,
|
|
189
|
+
_d = _a.avatarAutomationId,
|
|
190
|
+
avatarAutomationId = _d === void 0 ? "TitleBlock__Avatar" : _d,
|
|
191
|
+
_e = _a.subtitleAutomationId,
|
|
192
|
+
subtitleAutomationId = _e === void 0 ? "TitleBlock__Subtitle" : _e,
|
|
193
|
+
_f = _a.sectionTitleAutomationId,
|
|
194
|
+
sectionTitleAutomationId = _f === void 0 ? "TitleBlock__SectionTitle" : _f,
|
|
195
|
+
_g = _a.sectionTitleDescriptionAutomationId,
|
|
196
|
+
sectionTitleDescriptionAutomationId = _g === void 0 ? "TitleBlock__SectionTitleDescription" : _g,
|
|
197
|
+
_h = _a.breadcrumbAutomationId,
|
|
198
|
+
breadcrumbAutomationId = _h === void 0 ? "TitleBlock__Breadcrumb" : _h,
|
|
199
|
+
_j = _a.breadcrumbTextAutomationId,
|
|
200
|
+
breadcrumbTextAutomationId = _j === void 0 ? "TitleBlock__BreadcrumbText" : _j;
|
|
201
|
+
var hasNavigationTabs = navigationTabs && navigationTabs.length > 0;
|
|
202
|
+
var collapseNavigationArea = collapseNavigationAreaWhenPossible && !hasNavigationTabs && secondaryActions === undefined;
|
|
203
|
+
var _k = useMediaQueries().queries,
|
|
204
|
+
isSmall = _k.isSmall,
|
|
205
|
+
isMedium = _k.isMedium;
|
|
206
|
+
var isSmallOrMediumViewport = isMedium || isSmall;
|
|
207
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
208
|
+
className: classnames(styles.titleBlock, styles["".concat(variant, "Variant")], Boolean(subtitle) && styles.hasSubtitle, Boolean(pageSwitcherSelect) && styles.hasPageSwitcherSelect, collapseNavigationArea && !(sectionTitle || sectionTitleDescription || renderSectionTitle) && styles.collapseNavigationArea, title && title.length >= 30 && styles.hasLongTitle, subtitle && typeof subtitle === "string" && subtitle.length >= 18 && styles.hasLongSubtitle, hasNavigationTabs && styles.hasNavigationTabs)
|
|
209
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
210
|
+
className: styles.titleRow
|
|
211
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
212
|
+
className: styles.titleRowInner
|
|
213
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
214
|
+
className: styles.titleRowInnerContent
|
|
215
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
216
|
+
className: styles.titleAndAdjacent
|
|
217
|
+
}, breadcrumb && /*#__PURE__*/React.createElement(Breadcrumb, {
|
|
218
|
+
breadcrumb: breadcrumb,
|
|
219
|
+
automationId: breadcrumbAutomationId,
|
|
220
|
+
textAutomationId: breadcrumbTextAutomationId,
|
|
221
|
+
textDirection: textDirection
|
|
222
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
223
|
+
className: styles.titleAndAdjacentNotBreadcrumb
|
|
224
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, handleHamburgerClick && /*#__PURE__*/React.createElement("div", {
|
|
225
|
+
className: styles.hamburger
|
|
226
|
+
}, /*#__PURE__*/React.createElement(IconButton, {
|
|
227
|
+
onClick: handleHamburgerClick,
|
|
228
|
+
icon: /*#__PURE__*/React.createElement(HamburgerIcon, {
|
|
229
|
+
role: "presentation"
|
|
230
|
+
}),
|
|
231
|
+
label: "Open menu",
|
|
232
|
+
reversed: isReversed(variant)
|
|
233
|
+
})), avatar && renderAvatar(avatar, avatarAutomationId), /*#__PURE__*/React.createElement("div", {
|
|
234
|
+
className: styles.titleAndSubtitle
|
|
235
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
236
|
+
className: styles.titleAndSubtitleInner
|
|
237
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
238
|
+
className: styles.title
|
|
239
|
+
}, /*#__PURE__*/React.createElement(Heading, {
|
|
240
|
+
variant: "heading-1",
|
|
241
|
+
color: isReversed(variant) ? "white" : "dark",
|
|
242
|
+
classNameOverride: styles.titleTextOverride,
|
|
243
|
+
"data-automation-id": titleAutomationId,
|
|
244
|
+
"data-testid": titleAutomationId
|
|
245
|
+
}, title)), isSmallOrMediumViewport && pageSwitcherSelect && /*#__PURE__*/React.createElement("div", {
|
|
246
|
+
className: styles.pageSwitcherSelectUnderneathTitle
|
|
247
|
+
}, /*#__PURE__*/React.createElement(Select, __assign({}, pageSwitcherSelect, {
|
|
248
|
+
variant: "secondary-small",
|
|
249
|
+
reversed: true
|
|
250
|
+
}))), subtitle && renderSubtitle(subtitle, subtitleAutomationId))), surveyStatus && renderTag(surveyStatus), !isSmallOrMediumViewport && pageSwitcherSelect && /*#__PURE__*/React.createElement("div", {
|
|
251
|
+
className: styles.pageSwitcherSelectNextToTitle
|
|
252
|
+
}, /*#__PURE__*/React.createElement(Select, __assign({}, pageSwitcherSelect, {
|
|
253
|
+
variant: "secondary",
|
|
254
|
+
reversed: true,
|
|
255
|
+
fullWidth: true
|
|
256
|
+
})))))), (primaryAction || defaultAction || secondaryActions || secondaryOverflowMenuItems) && /*#__PURE__*/React.createElement(MainActions, {
|
|
257
|
+
primaryAction: primaryAction,
|
|
258
|
+
defaultAction: defaultAction,
|
|
259
|
+
reversed: isReversed(variant),
|
|
260
|
+
overflowMenuItems: createTabletOverflowMenuItems(secondaryActions, secondaryOverflowMenuItems),
|
|
261
|
+
showOverflowMenu: isSmallOrMediumViewport
|
|
262
|
+
})))), /*#__PURE__*/React.createElement("div", {
|
|
263
|
+
className: styles.rowBelowSeparator
|
|
264
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
265
|
+
className: styles.rowBelowSeparatorInner
|
|
266
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
267
|
+
className: styles.rowBelowSeparatorInnerContent
|
|
268
|
+
}, (sectionTitle || sectionTitleDescription || renderSectionTitle) && /*#__PURE__*/React.createElement("div", {
|
|
269
|
+
className: styles.sectionTitleContainer
|
|
270
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
271
|
+
className: styles.sectionTitleInner
|
|
272
|
+
}, !!renderSectionTitle ? renderSectionTitle({
|
|
273
|
+
sectionTitle: sectionTitle,
|
|
274
|
+
sectionTitleAutomationId: sectionTitleAutomationId,
|
|
275
|
+
sectionTitleDescription: sectionTitleDescription,
|
|
276
|
+
sectionTitleDescriptionAutomationId: sectionTitleDescriptionAutomationId
|
|
277
|
+
}) : defaultRenderSectionTitle(sectionTitle, sectionTitleDescription, variant, sectionTitleAutomationId, sectionTitleDescriptionAutomationId))), renderNavigationTabs(navigationTabs, collapseNavigationArea, title), (secondaryActions || secondaryOverflowMenuItems) && /*#__PURE__*/React.createElement(SecondaryActions, {
|
|
278
|
+
secondaryActions: secondaryActions,
|
|
279
|
+
secondaryOverflowMenuItems: secondaryOverflowMenuItems,
|
|
280
|
+
reversed: isReversed(variant)
|
|
281
|
+
})))), /*#__PURE__*/React.createElement(MobileActions, {
|
|
282
|
+
primaryAction: primaryAction,
|
|
283
|
+
defaultAction: defaultAction,
|
|
284
|
+
secondaryActions: secondaryActions,
|
|
285
|
+
secondaryOverflowMenuItems: secondaryOverflowMenuItems,
|
|
286
|
+
drawerHandleLabelIconPosition: primaryAction && "iconPosition" in primaryAction ? primaryAction.iconPosition : undefined
|
|
287
|
+
})));
|
|
288
|
+
};
|
|
289
|
+
TitleBlockZen.displayName = "TitleBlockZen";
|
|
290
|
+
return TitleBlockZen;
|
|
291
|
+
}();
|
|
292
|
+
export { TitleBlockZen };
|
|
293
|
+
//# sourceMappingURL=TitleBlockZen.mjs.map
|