@kaizen/components 1.70.9 → 1.70.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/Avatar/Avatar.cjs +12 -12
- package/dist/cjs/Avatar/Avatar.module.css.cjs +20 -0
- package/dist/cjs/AvatarGroup/AvatarGroup.cjs +5 -5
- package/dist/cjs/AvatarGroup/AvatarGroup.module.css.cjs +11 -0
- package/dist/cjs/Badge/Badge.cjs +4 -4
- package/dist/cjs/Badge/Badge.module.css.cjs +13 -0
- package/dist/cjs/Brand/Brand.cjs +2 -2
- package/dist/cjs/Brand/{Brand.module.scss.cjs → Brand.module.css.cjs} +1 -1
- package/dist/cjs/BrandMoment/BrandMoment.cjs +1 -1
- package/dist/cjs/BrandMoment/BrandMoment.module.css.cjs +29 -0
- package/dist/cjs/Button/GenericButton/GenericButton.cjs +10 -10
- package/dist/cjs/ButtonGroup/ButtonGroup.cjs +1 -1
- package/dist/cjs/ButtonGroup/ButtonGroup.module.css.cjs +9 -0
- package/dist/cjs/Calendar/CalendarRange/CalendarRange.cjs +4 -4
- package/dist/cjs/Calendar/CalendarSingle/CalendarSingle.cjs +3 -3
- package/dist/cjs/Calendar/LegacyCalendarRange/LegacyCalendarRange.cjs +2 -2
- package/dist/cjs/Calendar/utils/calculateDisabledDays.cjs +1 -1
- package/dist/cjs/Calendar/utils/isSelectingDayInCalendar.cjs +1 -1
- package/dist/cjs/Calendar/utils/setFocusInCalendar.cjs +1 -1
- package/dist/cjs/Card/Card.cjs +3 -3
- package/dist/cjs/Checkbox/Checkbox/Checkbox.cjs +3 -3
- package/dist/cjs/Checkbox/CheckboxField/CheckboxField.cjs +4 -4
- package/dist/cjs/Checkbox/CheckboxGroup/CheckboxGroup.cjs +3 -3
- package/dist/cjs/ClearButton/ClearButton.cjs +1 -1
- package/dist/cjs/Collapsible/Collapsible/Collapsible.cjs +4 -4
- package/dist/cjs/Collapsible/CollapsibleGroup/CollapsibleGroup.cjs +3 -3
- package/dist/cjs/DateInput/DateInput/DateInput.cjs +1 -1
- package/dist/cjs/DateInput/DateInputDescription/utils/formatDescriptionInputFormat.cjs +1 -1
- package/dist/cjs/DateInput/DateInputWithIconButton/DateInputWithIconButton.cjs +2 -2
- package/dist/cjs/DatePicker/DatePicker.cjs +11 -11
- package/dist/cjs/DatePicker/subcomponents/DateInputField/DateInputField.cjs +3 -3
- package/dist/cjs/DateRangePicker/DateRangePicker.cjs +5 -5
- package/dist/cjs/DateRangePicker/utils/formatDateRangeValue.cjs +2 -2
- package/dist/cjs/Divider/Divider.cjs +1 -1
- package/dist/cjs/EmptyState/EmptyState.cjs +4 -4
- package/dist/cjs/ErrorPage/ErrorPage.cjs +4 -4
- package/dist/cjs/FieldGroup/FieldGroup.cjs +1 -1
- package/dist/cjs/FieldMessage/FieldMessage.cjs +3 -3
- package/dist/cjs/Filter/Filter/Filter.cjs +4 -4
- package/dist/cjs/Filter/Filter/subcomponents/FilterPopover/FilterPopover.cjs +2 -2
- package/dist/cjs/Filter/FilterBar/context/reducer/filterBarStateReducer.cjs +1 -1
- package/dist/cjs/Filter/FilterBar/context/reducer/setupFilterBarState.cjs +1 -1
- package/dist/cjs/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.cjs +1 -1
- package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.cjs +2 -2
- package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.cjs +2 -2
- package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.cjs +2 -2
- package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.cjs +3 -3
- package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.cjs +3 -3
- package/dist/cjs/Filter/FilterButton/FilterButton/FilterButton.cjs +2 -2
- package/dist/cjs/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.cjs +3 -3
- package/dist/cjs/Filter/FilterDatePicker/FilterDatePicker.cjs +1 -1
- package/dist/cjs/Filter/FilterDatePicker/hooks/useDateInputHandlers.cjs +6 -6
- package/dist/cjs/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.cjs +5 -5
- package/dist/cjs/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.cjs +4 -4
- package/dist/cjs/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.cjs +1 -1
- package/dist/cjs/Filter/FilterDateRangePicker/FilterDateRangePicker.cjs +1 -1
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.cjs +7 -7
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.cjs +18 -18
- package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.cjs +2 -2
- package/dist/cjs/Filter/FilterDateRangePicker/utils/isCompleteDateRange.cjs +1 -1
- package/dist/cjs/Filter/FilterMultiSelect/FilterMultiSelect.cjs +2 -2
- package/dist/cjs/Filter/FilterMultiSelect/context/MenuTriggerProvider/MenuTriggerProvider.cjs +1 -1
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.cjs +1 -1
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.cjs +3 -3
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/SearchInput/SearchInput.cjs +2 -2
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.cjs +1 -1
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.cjs +1 -1
- package/dist/cjs/Filter/FilterMultiSelect/utils/getSelectedOptionLabels.cjs +1 -1
- package/dist/cjs/Filter/FilterMultiSelect/utils/getTruncatedLabel.cjs +1 -1
- package/dist/cjs/Filter/FilterSelect/FilterSelect.cjs +1 -1
- package/dist/cjs/GuidanceBlock/GuidanceBlock.cjs +13 -13
- package/dist/cjs/Heading/Heading.cjs +2 -2
- package/dist/cjs/Icon/subcomponents/SVG/SVG.cjs +2 -2
- package/dist/cjs/Illustration/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.cjs +1 -1
- package/dist/cjs/Illustration/Scene/Scene.cjs +8 -8
- package/dist/cjs/Illustration/subcomponents/Base/Base.cjs +1 -1
- package/dist/cjs/Illustration/subcomponents/VideoPlayer/VideoPlayer.cjs +3 -3
- package/dist/cjs/Input/Input/Input.cjs +3 -3
- package/dist/cjs/Input/InputRange/InputRange.cjs +5 -5
- package/dist/cjs/Input/InputSearch/InputSearch.cjs +5 -5
- package/dist/cjs/KaizenProvider/KaizenProvider.cjs +1 -1
- package/dist/cjs/Label/Label.cjs +5 -5
- package/dist/cjs/LikertScaleLegacy/LikertScaleLegacy.cjs +9 -9
- package/dist/cjs/LikertScaleLegacy/utils/determineSelectionFromKeyPress.cjs +2 -2
- package/dist/cjs/LinkButton/LinkButton.cjs +6 -6
- package/dist/cjs/Loading/LoadingInput/LoadingInput.cjs +1 -1
- package/dist/cjs/Loading/LoadingSpinner/LoadingSpinner.cjs +2 -2
- package/dist/cjs/Menu/Menu.cjs +3 -3
- package/dist/cjs/Menu/subcomponents/MenuDropdown/MenuDropdown.cjs +5 -5
- package/dist/cjs/Menu/subcomponents/MenuList/MenuList.cjs +1 -1
- package/dist/cjs/Menu/subcomponents/StatelessMenu/StatelessMenu.cjs +3 -3
- package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.cjs +5 -5
- package/dist/cjs/Modal/ContextModal/ContextModal.cjs +4 -4
- package/dist/cjs/Modal/GenericModal/GenericModal.cjs +8 -8
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.cjs +1 -1
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalBody/ModalBody.cjs +1 -1
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.cjs +1 -1
- package/dist/cjs/Modal/InputEditModal/InputEditModal.cjs +4 -4
- package/dist/cjs/MultiSelect/MultiSelect.cjs +3 -3
- package/dist/cjs/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.cjs +1 -1
- package/dist/cjs/MultiSelect/subcomponents/Popover/Popover.cjs +1 -1
- package/dist/cjs/Notification/GlobalNotification/GlobalNotification.cjs +1 -1
- package/dist/cjs/Notification/InlineNotification/InlineNotification.cjs +2 -2
- package/dist/cjs/Notification/ToastNotification/ToastNotification/ToastNotification.cjs +2 -2
- package/dist/cjs/Notification/subcomponents/GenericNotification/GenericNotification.cjs +2 -2
- package/dist/cjs/Notification/subcomponents/NotificationHeading/NotificationHeading.cjs +3 -3
- package/dist/cjs/Pagination/Pagination.cjs +1 -1
- package/dist/cjs/Pagination/subcomponents/DirectionalLink/DirectionalLink.cjs +2 -2
- package/dist/cjs/Pagination/subcomponents/PaginationLink/PaginationLink.cjs +2 -2
- package/dist/cjs/Popover/Popover.cjs +6 -6
- package/dist/cjs/ProgressBar/ProgressBar.cjs +1 -1
- package/dist/cjs/ProgressBar/subcomponents/Label/Label.cjs +1 -1
- package/dist/cjs/Radio/Radio/Radio.cjs +2 -2
- package/dist/cjs/Radio/RadioField/RadioField.cjs +4 -4
- package/dist/cjs/Radio/RadioGroup/RadioGroup.cjs +3 -3
- package/dist/cjs/RichTextEditor/EditableRichTextContent/EditableRichTextContent.cjs +1 -1
- package/dist/cjs/RichTextEditor/RichTextContent/RichTextContent.cjs +1 -1
- package/dist/cjs/RichTextEditor/RichTextEditor/RichTextEditor.cjs +6 -6
- package/dist/cjs/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.cjs +3 -3
- package/dist/cjs/RichTextEditor/RichTextEditor/utils/controlmap.cjs +12 -12
- package/dist/cjs/RichTextEditor/RichTextEditor/utils/keymap.cjs +1 -1
- package/dist/cjs/RichTextEditor/utils/commands/getMarkRange.cjs +2 -2
- package/dist/cjs/RichTextEditor/utils/commands/listIsActive.cjs +1 -1
- package/dist/cjs/RichTextEditor/utils/commands/markIsActive.cjs +1 -1
- package/dist/cjs/RichTextEditor/utils/commands/removeMark.cjs +1 -1
- package/dist/cjs/RichTextEditor/utils/commands/updateMark.cjs +1 -1
- package/dist/cjs/RichTextEditor/utils/core/createRichTextEditor.cjs +4 -4
- package/dist/cjs/RichTextEditor/utils/core/state.cjs +1 -1
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/LinkManager.cjs +5 -5
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/components/LinkEditor/LinkEditor.cjs +1 -1
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/components/LinkModal/LinkModal.cjs +5 -5
- package/dist/cjs/SearchField/SearchField.cjs +3 -3
- package/dist/cjs/Select/Select.cjs +6 -6
- package/dist/cjs/Skirt/Skirt.cjs +2 -2
- package/dist/cjs/Slider/Slider.cjs +3 -3
- package/dist/cjs/SplitButton/subcomponents/DropdownButton/DropdownButton.cjs +1 -1
- package/dist/cjs/Table/Table.cjs +7 -7
- package/dist/cjs/Tabs/subcomponents/Tab.cjs +2 -2
- package/dist/cjs/Tabs/subcomponents/TabList.cjs +1 -1
- package/dist/cjs/Tag/Tag.cjs +4 -4
- package/dist/cjs/Text/Text.cjs +2 -2
- package/dist/cjs/TextArea/TextArea.cjs +7 -7
- package/dist/cjs/TextAreaField/TextAreaField.cjs +5 -5
- package/dist/cjs/TextField/TextField.cjs +3 -3
- package/dist/cjs/Tile/TileGrid/TileGrid.cjs +1 -1
- package/dist/cjs/Tile/subcomponents/GenericTile/GenericTile.cjs +4 -4
- package/dist/cjs/TimeField/TimeField.cjs +2 -2
- package/dist/cjs/TitleBlockZen/TitleBlockZen.cjs +13 -13
- package/dist/cjs/TitleBlockZen/subcomponents/MainActions.cjs +6 -6
- package/dist/cjs/TitleBlockZen/subcomponents/MobileActions.cjs +6 -6
- package/dist/cjs/TitleBlockZen/subcomponents/SecondaryActions.cjs +1 -1
- package/dist/cjs/TitleBlockZen/subcomponents/Toolbar.cjs +1 -1
- package/dist/cjs/TitleBlockZen/utils.cjs +1 -1
- package/dist/cjs/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.cjs +2 -2
- package/dist/cjs/Tooltip/Tooltip.cjs +5 -5
- package/dist/cjs/Tooltip/subcomponents/AppearanceAnim.cjs +1 -1
- package/dist/cjs/Tooltip/utils/isSemanticElement.cjs +1 -1
- package/dist/cjs/Well/Well.cjs +3 -3
- package/dist/cjs/Workflow/subcomponents/Footer/components/FooterActions/FooterActions.cjs +1 -1
- package/dist/cjs/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.cjs +1 -1
- package/dist/cjs/Workflow/subcomponents/Header/components/Actions/Actions.cjs +1 -1
- package/dist/cjs/Workflow/subcomponents/Header/components/Branding/Branding.cjs +1 -1
- package/dist/cjs/__rc__/Button/Button.cjs +6 -6
- package/dist/cjs/__rc__/Button/subcomponents/ButtonContent/ButtonContent.cjs +2 -2
- package/dist/cjs/__rc__/Button/subcomponents/PendingContent/PendingContent.cjs +2 -2
- package/dist/cjs/__rc__/Menu/MenuItem.cjs +3 -3
- package/dist/cjs/__rc__/Select/Select.cjs +5 -5
- package/dist/cjs/__rc__/Select/subcomponents/ListBox/ListBox.cjs +1 -1
- package/dist/cjs/__rc__/Select/subcomponents/Option/Option.cjs +1 -1
- package/dist/cjs/__rc__/Select/subcomponents/SelectToggle/SelectToggle.cjs +2 -2
- package/dist/cjs/__rc__/Tabs/subcomponents/Tab/Tab.cjs +3 -6
- package/dist/cjs/__rc__/Tabs/subcomponents/TabList/TabList.cjs +4 -4
- package/dist/cjs/__rc__/Tag/Tag/Tag.cjs +1 -1
- package/dist/cjs/__rc__/Tooltip/Tooltip.cjs +1 -1
- package/dist/cjs/__utilities__/ReversedColors/v3/ReversedColors.cjs +1 -1
- package/dist/cjs/__utilities__/isRTL/isRTL.cjs +1 -1
- package/dist/cjs/utils/mergeClassNames.cjs +2 -2
- package/dist/cjs/utils/useMediaQueries.cjs +1 -1
- package/dist/cjs/utils/useResizeObserver.cjs +1 -1
- package/dist/esm/Avatar/Avatar.mjs +15 -15
- package/dist/esm/Avatar/Avatar.module.css.mjs +18 -0
- package/dist/esm/AvatarGroup/AvatarGroup.mjs +6 -6
- package/dist/esm/AvatarGroup/AvatarGroup.module.css.mjs +9 -0
- package/dist/esm/Badge/Badge.mjs +4 -4
- package/dist/esm/Badge/Badge.module.css.mjs +11 -0
- package/dist/esm/Brand/Brand.mjs +2 -2
- package/dist/esm/Brand/{Brand.module.scss.mjs → Brand.module.css.mjs} +1 -1
- package/dist/esm/BrandMoment/BrandMoment.mjs +6 -6
- package/dist/esm/BrandMoment/BrandMoment.module.css.mjs +27 -0
- package/dist/esm/Button/GenericButton/GenericButton.mjs +12 -12
- package/dist/esm/ButtonGroup/ButtonGroup.mjs +1 -1
- package/dist/esm/ButtonGroup/ButtonGroup.module.css.mjs +7 -0
- package/dist/esm/Calendar/CalendarRange/CalendarRange.mjs +4 -4
- package/dist/esm/Calendar/CalendarSingle/CalendarSingle.mjs +3 -3
- package/dist/esm/Calendar/LegacyCalendarRange/LegacyCalendarRange.mjs +2 -2
- package/dist/esm/Calendar/utils/calculateDisabledDays.mjs +1 -1
- package/dist/esm/Calendar/utils/isSelectingDayInCalendar.mjs +1 -1
- package/dist/esm/Calendar/utils/setFocusInCalendar.mjs +1 -1
- package/dist/esm/Card/Card.mjs +3 -3
- package/dist/esm/Checkbox/Checkbox/Checkbox.mjs +3 -3
- package/dist/esm/Checkbox/CheckboxField/CheckboxField.mjs +4 -4
- package/dist/esm/Checkbox/CheckboxGroup/CheckboxGroup.mjs +3 -3
- package/dist/esm/ClearButton/ClearButton.mjs +1 -1
- package/dist/esm/Collapsible/Collapsible/Collapsible.mjs +6 -6
- package/dist/esm/Collapsible/CollapsibleGroup/CollapsibleGroup.mjs +3 -3
- package/dist/esm/DateInput/DateInput/DateInput.mjs +1 -1
- package/dist/esm/DateInput/DateInputDescription/utils/formatDescriptionInputFormat.mjs +1 -1
- package/dist/esm/DateInput/DateInputWithIconButton/DateInputWithIconButton.mjs +2 -2
- package/dist/esm/DatePicker/DatePicker.mjs +12 -12
- package/dist/esm/DatePicker/subcomponents/DateInputField/DateInputField.mjs +4 -4
- package/dist/esm/DatePicker/utils/validateDate.mjs +3 -3
- package/dist/esm/DateRangePicker/DateRangePicker.mjs +5 -5
- package/dist/esm/DateRangePicker/utils/formatDateRangeValue.mjs +2 -2
- package/dist/esm/Divider/Divider.mjs +1 -1
- package/dist/esm/EmptyState/EmptyState.mjs +6 -6
- package/dist/esm/ErrorPage/ErrorPage.mjs +4 -4
- package/dist/esm/FieldGroup/FieldGroup.mjs +1 -1
- package/dist/esm/FieldMessage/FieldMessage.mjs +4 -4
- package/dist/esm/Filter/Filter/Filter.mjs +5 -5
- package/dist/esm/Filter/Filter/subcomponents/FilterPopover/FilterPopover.mjs +2 -2
- package/dist/esm/Filter/FilterBar/context/reducer/filterBarStateReducer.mjs +1 -1
- package/dist/esm/Filter/FilterBar/context/reducer/setupFilterBarState.mjs +1 -1
- package/dist/esm/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.mjs +1 -1
- package/dist/esm/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.mjs +4 -4
- package/dist/esm/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.mjs +2 -2
- package/dist/esm/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.mjs +2 -2
- package/dist/esm/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.mjs +5 -5
- package/dist/esm/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.mjs +3 -3
- package/dist/esm/Filter/FilterButton/FilterButton/FilterButton.mjs +3 -3
- package/dist/esm/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.mjs +3 -3
- package/dist/esm/Filter/FilterDatePicker/FilterDatePicker.mjs +1 -1
- package/dist/esm/Filter/FilterDatePicker/hooks/useDateInputHandlers.mjs +6 -6
- package/dist/esm/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.mjs +6 -6
- package/dist/esm/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.mjs +4 -4
- package/dist/esm/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.mjs +1 -1
- package/dist/esm/Filter/FilterDatePicker/utils/getDateValidationHandler.mjs +1 -1
- package/dist/esm/Filter/FilterDateRangePicker/FilterDateRangePicker.mjs +2 -2
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.mjs +8 -8
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.mjs +18 -18
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.mjs +2 -2
- package/dist/esm/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.mjs +1 -1
- package/dist/esm/Filter/FilterDateRangePicker/utils/isCompleteDateRange.mjs +1 -1
- package/dist/esm/Filter/FilterMultiSelect/FilterMultiSelect.mjs +2 -2
- package/dist/esm/Filter/FilterMultiSelect/context/MenuTriggerProvider/MenuTriggerProvider.mjs +1 -1
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.mjs +1 -1
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.mjs +1 -1
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/MenuPopup/MenuPopup.mjs +3 -3
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.mjs +3 -3
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/SearchInput/SearchInput.mjs +2 -2
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.mjs +1 -1
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.mjs +1 -1
- package/dist/esm/Filter/FilterMultiSelect/utils/getSelectedOptionLabels.mjs +1 -1
- package/dist/esm/Filter/FilterMultiSelect/utils/getTruncatedLabel.mjs +1 -1
- package/dist/esm/Filter/FilterSelect/FilterSelect.mjs +1 -1
- package/dist/esm/GuidanceBlock/GuidanceBlock.mjs +15 -15
- package/dist/esm/Heading/Heading.mjs +2 -2
- package/dist/esm/Icon/subcomponents/SVG/SVG.mjs +2 -2
- package/dist/esm/Illustration/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.mjs +1 -1
- package/dist/esm/Illustration/Scene/Scene.mjs +8 -8
- package/dist/esm/Illustration/subcomponents/Base/Base.mjs +3 -3
- package/dist/esm/Illustration/subcomponents/VideoPlayer/VideoPlayer.mjs +3 -3
- package/dist/esm/Input/Input/Input.mjs +3 -3
- package/dist/esm/Input/InputRange/InputRange.mjs +6 -6
- package/dist/esm/Input/InputSearch/InputSearch.mjs +8 -8
- package/dist/esm/KaizenProvider/KaizenProvider.mjs +1 -1
- package/dist/esm/Label/Label.mjs +5 -5
- package/dist/esm/LikertScaleLegacy/LikertScaleLegacy.mjs +10 -10
- package/dist/esm/LikertScaleLegacy/utils/determineSelectionFromKeyPress.mjs +2 -2
- package/dist/esm/LinkButton/LinkButton.mjs +6 -6
- package/dist/esm/Loading/LoadingInput/LoadingInput.mjs +1 -1
- package/dist/esm/Loading/LoadingSpinner/LoadingSpinner.mjs +2 -2
- package/dist/esm/Menu/Menu.mjs +3 -3
- package/dist/esm/Menu/subcomponents/MenuDropdown/MenuDropdown.mjs +5 -5
- package/dist/esm/Menu/subcomponents/MenuList/MenuList.mjs +1 -1
- package/dist/esm/Menu/subcomponents/StatelessMenu/StatelessMenu.mjs +4 -4
- package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.mjs +5 -5
- package/dist/esm/Modal/ContextModal/ContextModal.mjs +5 -5
- package/dist/esm/Modal/GenericModal/GenericModal.mjs +9 -9
- package/dist/esm/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.mjs +1 -1
- package/dist/esm/Modal/GenericModal/subcomponents/ModalBody/ModalBody.mjs +1 -1
- package/dist/esm/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.mjs +1 -1
- package/dist/esm/Modal/InputEditModal/InputEditModal.mjs +4 -4
- package/dist/esm/MultiSelect/MultiSelect.mjs +4 -4
- package/dist/esm/MultiSelect/subcomponents/MultiSelectOptions/MultiSelectOptions.mjs +1 -1
- package/dist/esm/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.mjs +2 -2
- package/dist/esm/MultiSelect/subcomponents/Popover/Popover.mjs +2 -2
- package/dist/esm/Notification/GlobalNotification/GlobalNotification.mjs +1 -1
- package/dist/esm/Notification/InlineNotification/InlineNotification.mjs +2 -2
- package/dist/esm/Notification/ToastNotification/ToastNotification/ToastNotification.mjs +2 -2
- package/dist/esm/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.mjs +2 -2
- package/dist/esm/Notification/ToastNotification/ToastNotificationsList/subcomponents/ToastNotificationsMap/ToastNotificationsMap.mjs +1 -1
- package/dist/esm/Notification/subcomponents/GenericNotification/GenericNotification.mjs +5 -5
- package/dist/esm/Notification/subcomponents/NotificationHeading/NotificationHeading.mjs +3 -3
- package/dist/esm/Pagination/Pagination.mjs +3 -3
- package/dist/esm/Pagination/subcomponents/DirectionalLink/DirectionalLink.mjs +2 -2
- package/dist/esm/Pagination/subcomponents/PaginationLink/PaginationLink.mjs +2 -2
- package/dist/esm/Popover/Popover.mjs +9 -9
- package/dist/esm/ProgressBar/ProgressBar.mjs +2 -2
- package/dist/esm/ProgressBar/subcomponents/Label/Label.mjs +1 -1
- package/dist/esm/Radio/Radio/Radio.mjs +2 -2
- package/dist/esm/Radio/RadioField/RadioField.mjs +4 -4
- package/dist/esm/Radio/RadioGroup/RadioGroup.mjs +3 -3
- package/dist/esm/RichTextEditor/EditableRichTextContent/EditableRichTextContent.mjs +1 -1
- package/dist/esm/RichTextEditor/RichTextContent/RichTextContent.mjs +1 -1
- package/dist/esm/RichTextEditor/RichTextEditor/RichTextEditor.mjs +9 -9
- package/dist/esm/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.mjs +3 -3
- package/dist/esm/RichTextEditor/RichTextEditor/utils/controlmap.mjs +12 -12
- package/dist/esm/RichTextEditor/RichTextEditor/utils/keymap.mjs +1 -1
- package/dist/esm/RichTextEditor/utils/commands/getMarkRange.mjs +2 -2
- package/dist/esm/RichTextEditor/utils/commands/listIsActive.mjs +1 -1
- package/dist/esm/RichTextEditor/utils/commands/markIsActive.mjs +1 -1
- package/dist/esm/RichTextEditor/utils/commands/removeMark.mjs +1 -1
- package/dist/esm/RichTextEditor/utils/commands/updateMark.mjs +1 -1
- package/dist/esm/RichTextEditor/utils/core/createRichTextEditor.mjs +4 -4
- package/dist/esm/RichTextEditor/utils/core/state.mjs +1 -1
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/LinkManager.mjs +5 -5
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkEditor/LinkEditor.mjs +2 -2
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkModal/LinkModal.mjs +5 -5
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/Positioner.mjs +1 -1
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/createReactTooltipWrapper.mjs +1 -1
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/validation.mjs +1 -1
- package/dist/esm/SearchField/SearchField.mjs +4 -4
- package/dist/esm/Select/Select.mjs +7 -7
- package/dist/esm/Skirt/Skirt.mjs +2 -2
- package/dist/esm/Slider/Slider.mjs +4 -4
- package/dist/esm/SplitButton/subcomponents/DropdownButton/DropdownButton.mjs +1 -1
- package/dist/esm/Table/Table.mjs +21 -21
- package/dist/esm/Tabs/subcomponents/Tab.mjs +3 -3
- package/dist/esm/Tabs/subcomponents/TabList.mjs +1 -1
- package/dist/esm/Tag/Tag.mjs +6 -6
- package/dist/esm/Text/Text.mjs +2 -2
- package/dist/esm/TextArea/TextArea.mjs +7 -7
- package/dist/esm/TextAreaField/TextAreaField.mjs +6 -6
- package/dist/esm/TextField/TextField.mjs +6 -6
- package/dist/esm/Tile/MultiActionTile/MultiActionTile.mjs +1 -1
- package/dist/esm/Tile/TileGrid/TileGrid.mjs +2 -2
- package/dist/esm/Tile/subcomponents/GenericTile/GenericTile.mjs +8 -8
- package/dist/esm/TimeField/TimeField.mjs +2 -2
- package/dist/esm/TitleBlockZen/TitleBlockZen.mjs +22 -22
- package/dist/esm/TitleBlockZen/subcomponents/MainActions.mjs +11 -11
- package/dist/esm/TitleBlockZen/subcomponents/MobileActions.mjs +9 -9
- package/dist/esm/TitleBlockZen/subcomponents/SecondaryActions.mjs +3 -3
- package/dist/esm/TitleBlockZen/subcomponents/Toolbar.mjs +1 -1
- package/dist/esm/TitleBlockZen/utils.mjs +1 -1
- package/dist/esm/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.mjs +2 -2
- package/dist/esm/Tooltip/Tooltip.mjs +6 -6
- package/dist/esm/Tooltip/subcomponents/AppearanceAnim.mjs +1 -1
- package/dist/esm/Tooltip/utils/isSemanticElement.mjs +1 -1
- package/dist/esm/Well/Well.mjs +3 -3
- package/dist/esm/Workflow/subcomponents/Footer/components/FooterActions/FooterActions.mjs +1 -1
- package/dist/esm/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs +2 -2
- package/dist/esm/Workflow/subcomponents/Header/components/Actions/Actions.mjs +1 -1
- package/dist/esm/Workflow/subcomponents/Header/components/Branding/Branding.mjs +1 -1
- package/dist/esm/__rc__/Button/Button.mjs +6 -6
- package/dist/esm/__rc__/Button/subcomponents/ButtonContent/ButtonContent.mjs +3 -3
- package/dist/esm/__rc__/Button/subcomponents/PendingContent/PendingContent.mjs +3 -3
- package/dist/esm/__rc__/Menu/MenuItem.mjs +3 -3
- package/dist/esm/__rc__/Select/Select.mjs +8 -8
- package/dist/esm/__rc__/Select/subcomponents/ListBox/ListBox.mjs +1 -1
- package/dist/esm/__rc__/Select/subcomponents/ListBoxSection/ListBoxSection.mjs +1 -1
- package/dist/esm/__rc__/Select/subcomponents/ListItem/ListItem.mjs +2 -2
- package/dist/esm/__rc__/Select/subcomponents/Option/Option.mjs +1 -1
- package/dist/esm/__rc__/Select/subcomponents/SelectToggle/SelectToggle.mjs +2 -2
- package/dist/esm/__rc__/Select/utils/transformSelectItemToCollectionElement.mjs +2 -2
- package/dist/esm/__rc__/Tabs/subcomponents/Tab/Tab.mjs +3 -6
- package/dist/esm/__rc__/Tabs/subcomponents/TabList/TabList.mjs +4 -4
- package/dist/esm/__rc__/Tag/Tag/Tag.mjs +1 -1
- package/dist/esm/__rc__/Tooltip/Tooltip.mjs +2 -2
- package/dist/esm/__utilities__/ReversedColors/v3/ReversedColors.mjs +1 -1
- package/dist/esm/__utilities__/isRTL/isRTL.mjs +1 -1
- package/dist/esm/utils/getNodeText.mjs +1 -1
- package/dist/esm/utils/mergeClassNames.mjs +2 -2
- package/dist/esm/utils/useMediaQueries.mjs +1 -1
- package/dist/esm/utils/useResizeObserver.mjs +1 -1
- package/dist/styles.css +310 -278
- package/package.json +11 -11
- package/src/Avatar/Avatar.module.css +138 -0
- package/src/Avatar/Avatar.tsx +6 -3
- package/src/AvatarGroup/AvatarGroup.module.css +57 -0
- package/src/AvatarGroup/AvatarGroup.tsx +1 -1
- package/src/Badge/Badge.module.css +97 -0
- package/src/Badge/Badge.tsx +1 -1
- package/src/Brand/Brand.tsx +1 -1
- package/src/BrandMoment/{BrandMoment.module.scss → BrandMoment.module.css} +29 -50
- package/src/BrandMoment/BrandMoment.tsx +1 -1
- package/src/ButtonGroup/ButtonGroup.module.css +48 -0
- package/src/ButtonGroup/ButtonGroup.tsx +1 -1
- package/src/__rc__/Menu/MenuItem.tsx +8 -10
- package/src/__rc__/Tabs/subcomponents/Tab/Tab.tsx +11 -3
- package/dist/cjs/Avatar/Avatar.module.scss.cjs +0 -20
- package/dist/cjs/AvatarGroup/AvatarGroup.module.scss.cjs +0 -11
- package/dist/cjs/Badge/Badge.module.scss.cjs +0 -14
- package/dist/cjs/BrandMoment/BrandMoment.module.scss.cjs +0 -29
- package/dist/cjs/ButtonGroup/ButtonGroup.module.scss.cjs +0 -9
- package/dist/esm/Avatar/Avatar.module.scss.mjs +0 -18
- package/dist/esm/AvatarGroup/AvatarGroup.module.scss.mjs +0 -9
- package/dist/esm/Badge/Badge.module.scss.mjs +0 -12
- package/dist/esm/BrandMoment/BrandMoment.module.scss.mjs +0 -27
- package/dist/esm/ButtonGroup/ButtonGroup.module.scss.mjs +0 -7
- package/src/Avatar/Avatar.module.scss +0 -169
- package/src/AvatarGroup/AvatarGroup.module.scss +0 -79
- package/src/Badge/Badge.module.scss +0 -113
- /package/src/Brand/{Brand.module.scss → Brand.module.css} +0 -0
|
@@ -26,16 +26,14 @@ export const MenuItem = forwardRef<HTMLDivElement, MenuItemProps>(
|
|
|
26
26
|
textValue={determinedTextValue}
|
|
27
27
|
{...props}
|
|
28
28
|
>
|
|
29
|
-
|
|
30
|
-
{
|
|
31
|
-
<
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
)}
|
|
38
|
-
</>
|
|
29
|
+
{typeof children === 'string' && icon ? (
|
|
30
|
+
<div className={styles.flexWrapper}>
|
|
31
|
+
<span className={styles.iconWrapper}>{icon}</span>
|
|
32
|
+
{children}
|
|
33
|
+
</div>
|
|
34
|
+
) : (
|
|
35
|
+
children
|
|
36
|
+
)}
|
|
39
37
|
</RACMenuItem>
|
|
40
38
|
)
|
|
41
39
|
},
|
|
@@ -29,12 +29,20 @@ export const Tab = (props: TabProps): JSX.Element => {
|
|
|
29
29
|
|
|
30
30
|
return (
|
|
31
31
|
<RACTab data-kz-tab {...tabProps}>
|
|
32
|
-
{(
|
|
32
|
+
{(TabRenderProps) => (
|
|
33
33
|
<>
|
|
34
|
-
{children}
|
|
34
|
+
{typeof children === 'function' ? children(TabRenderProps) : children}
|
|
35
35
|
{badge && (
|
|
36
36
|
<span className={styles.badge}>
|
|
37
|
-
<Badge
|
|
37
|
+
<Badge
|
|
38
|
+
variant={
|
|
39
|
+
TabRenderProps.isSelected ||
|
|
40
|
+
TabRenderProps.isFocusVisible ||
|
|
41
|
+
TabRenderProps.isHovered
|
|
42
|
+
? 'active'
|
|
43
|
+
: 'default'
|
|
44
|
+
}
|
|
45
|
+
>
|
|
38
46
|
{badge}
|
|
39
47
|
</Badge>
|
|
40
48
|
</span>
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var styles = {
|
|
4
|
-
"wrapper": "Avatar-module_wrapper__LY2q2",
|
|
5
|
-
"small": "Avatar-module_small__PeksS",
|
|
6
|
-
"personal": "Avatar-module_personal__2U7--",
|
|
7
|
-
"otherUser": "Avatar-module_otherUser__b-drl",
|
|
8
|
-
"company": "Avatar-module_company__2qtJE",
|
|
9
|
-
"initials": "Avatar-module_initials__VDY2Q",
|
|
10
|
-
"medium": "Avatar-module_medium__Vy3V8",
|
|
11
|
-
"large": "Avatar-module_large__qiNWs",
|
|
12
|
-
"xlarge": "Avatar-module_xlarge__Vx4IG",
|
|
13
|
-
"xxlarge": "Avatar-module_xxlarge__oOoGq",
|
|
14
|
-
"avatarImage": "Avatar-module_avatarImage__FuULy",
|
|
15
|
-
"loading": "Avatar-module_loading__i9V-D",
|
|
16
|
-
"companyAvatarImage": "Avatar-module_companyAvatarImage__7rlfG",
|
|
17
|
-
"fallbackIcon": "Avatar-module_fallbackIcon__MPWxq",
|
|
18
|
-
"longName": "Avatar-module_longName__31Yuf"
|
|
19
|
-
};
|
|
20
|
-
module.exports = styles;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var styles = {
|
|
4
|
-
"AvatarGroup": "AvatarGroup-module_AvatarGroup__bdL0o",
|
|
5
|
-
"AvatarCounter": "AvatarGroup-module_AvatarCounter__PKFzl",
|
|
6
|
-
"small": "AvatarGroup-module_small__7uv8k",
|
|
7
|
-
"AvatarGroupItem": "AvatarGroup-module_AvatarGroupItem__xQol-",
|
|
8
|
-
"medium": "AvatarGroup-module_medium__af52y",
|
|
9
|
-
"large": "AvatarGroup-module_large__HN9Yy"
|
|
10
|
-
};
|
|
11
|
-
module.exports = styles;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var styles = {
|
|
4
|
-
"badge": "Badge-module_badge__CRtsW",
|
|
5
|
-
"large": "Badge-module_large__0QOpY",
|
|
6
|
-
"default": "Badge-module_default__k4Kcf",
|
|
7
|
-
"active": "Badge-module_active__-e-i2",
|
|
8
|
-
"reversed": "Badge-module_reversed__OgQLB",
|
|
9
|
-
"dark": "Badge-module_dark__RH34a",
|
|
10
|
-
"dot": "Badge-module_dot__BOKL1",
|
|
11
|
-
"animation": "Badge-module_animation__NTy6C",
|
|
12
|
-
"animationOn": "Badge-module_animationOn__nWK38"
|
|
13
|
-
};
|
|
14
|
-
module.exports = styles;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var styles = {
|
|
4
|
-
"body": "BrandMoment-module_body__J4lls",
|
|
5
|
-
"positive": "BrandMoment-module_positive__78wqJ",
|
|
6
|
-
"negative": "BrandMoment-module_negative__atXal",
|
|
7
|
-
"informative": "BrandMoment-module_informative__Qvwcd",
|
|
8
|
-
"success": "BrandMoment-module_success__v503M",
|
|
9
|
-
"warning": "BrandMoment-module_warning__dWih8",
|
|
10
|
-
"container": "BrandMoment-module_container__4ORHI",
|
|
11
|
-
"header": "BrandMoment-module_header__EAP5Q",
|
|
12
|
-
"main": "BrandMoment-module_main__cdWko",
|
|
13
|
-
"mainInner": "BrandMoment-module_mainInner__xsFA6",
|
|
14
|
-
"left": "BrandMoment-module_left__ZHJiM",
|
|
15
|
-
"leftInner": "BrandMoment-module_leftInner__TY5DY",
|
|
16
|
-
"right": "BrandMoment-module_right__B-PR2",
|
|
17
|
-
"rightInner": "BrandMoment-module_rightInner__XvQ5Y",
|
|
18
|
-
"subtitle": "BrandMoment-module_subtitle__z9PL8",
|
|
19
|
-
"title": "BrandMoment-module_title__GrdAR",
|
|
20
|
-
"textBody": "BrandMoment-module_textBody__W6LvQ",
|
|
21
|
-
"secondaryAction": "BrandMoment-module_secondaryAction__d18oJ",
|
|
22
|
-
"actions": "BrandMoment-module_actions__Z3NrK",
|
|
23
|
-
"footer": "BrandMoment-module_footer__vSeX1",
|
|
24
|
-
"footerInner": "BrandMoment-module_footerInner__Wt9Rt",
|
|
25
|
-
"poweredByContainer": "BrandMoment-module_poweredByContainer__OkhVN",
|
|
26
|
-
"footerTextContainer": "BrandMoment-module_footerTextContainer__8iin9",
|
|
27
|
-
"poweredByLogo": "BrandMoment-module_poweredByLogo__w6M7o"
|
|
28
|
-
};
|
|
29
|
-
module.exports = styles;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var styles = {
|
|
4
|
-
"buttonGroup": "ButtonGroup-module_buttonGroup__bsy2X",
|
|
5
|
-
"child": "ButtonGroup-module_child__K6AP-",
|
|
6
|
-
"firstChild": "ButtonGroup-module_firstChild__uEn1j",
|
|
7
|
-
"lastChild": "ButtonGroup-module_lastChild__Vicsx"
|
|
8
|
-
};
|
|
9
|
-
module.exports = styles;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
var styles = {
|
|
2
|
-
"wrapper": "Avatar-module_wrapper__LY2q2",
|
|
3
|
-
"small": "Avatar-module_small__PeksS",
|
|
4
|
-
"personal": "Avatar-module_personal__2U7--",
|
|
5
|
-
"otherUser": "Avatar-module_otherUser__b-drl",
|
|
6
|
-
"company": "Avatar-module_company__2qtJE",
|
|
7
|
-
"initials": "Avatar-module_initials__VDY2Q",
|
|
8
|
-
"medium": "Avatar-module_medium__Vy3V8",
|
|
9
|
-
"large": "Avatar-module_large__qiNWs",
|
|
10
|
-
"xlarge": "Avatar-module_xlarge__Vx4IG",
|
|
11
|
-
"xxlarge": "Avatar-module_xxlarge__oOoGq",
|
|
12
|
-
"avatarImage": "Avatar-module_avatarImage__FuULy",
|
|
13
|
-
"loading": "Avatar-module_loading__i9V-D",
|
|
14
|
-
"companyAvatarImage": "Avatar-module_companyAvatarImage__7rlfG",
|
|
15
|
-
"fallbackIcon": "Avatar-module_fallbackIcon__MPWxq",
|
|
16
|
-
"longName": "Avatar-module_longName__31Yuf"
|
|
17
|
-
};
|
|
18
|
-
export { styles as default };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
var styles = {
|
|
2
|
-
"AvatarGroup": "AvatarGroup-module_AvatarGroup__bdL0o",
|
|
3
|
-
"AvatarCounter": "AvatarGroup-module_AvatarCounter__PKFzl",
|
|
4
|
-
"small": "AvatarGroup-module_small__7uv8k",
|
|
5
|
-
"AvatarGroupItem": "AvatarGroup-module_AvatarGroupItem__xQol-",
|
|
6
|
-
"medium": "AvatarGroup-module_medium__af52y",
|
|
7
|
-
"large": "AvatarGroup-module_large__HN9Yy"
|
|
8
|
-
};
|
|
9
|
-
export { styles as default };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
var styles = {
|
|
2
|
-
"badge": "Badge-module_badge__CRtsW",
|
|
3
|
-
"large": "Badge-module_large__0QOpY",
|
|
4
|
-
"default": "Badge-module_default__k4Kcf",
|
|
5
|
-
"active": "Badge-module_active__-e-i2",
|
|
6
|
-
"reversed": "Badge-module_reversed__OgQLB",
|
|
7
|
-
"dark": "Badge-module_dark__RH34a",
|
|
8
|
-
"dot": "Badge-module_dot__BOKL1",
|
|
9
|
-
"animation": "Badge-module_animation__NTy6C",
|
|
10
|
-
"animationOn": "Badge-module_animationOn__nWK38"
|
|
11
|
-
};
|
|
12
|
-
export { styles as default };
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
var styles = {
|
|
2
|
-
"body": "BrandMoment-module_body__J4lls",
|
|
3
|
-
"positive": "BrandMoment-module_positive__78wqJ",
|
|
4
|
-
"negative": "BrandMoment-module_negative__atXal",
|
|
5
|
-
"informative": "BrandMoment-module_informative__Qvwcd",
|
|
6
|
-
"success": "BrandMoment-module_success__v503M",
|
|
7
|
-
"warning": "BrandMoment-module_warning__dWih8",
|
|
8
|
-
"container": "BrandMoment-module_container__4ORHI",
|
|
9
|
-
"header": "BrandMoment-module_header__EAP5Q",
|
|
10
|
-
"main": "BrandMoment-module_main__cdWko",
|
|
11
|
-
"mainInner": "BrandMoment-module_mainInner__xsFA6",
|
|
12
|
-
"left": "BrandMoment-module_left__ZHJiM",
|
|
13
|
-
"leftInner": "BrandMoment-module_leftInner__TY5DY",
|
|
14
|
-
"right": "BrandMoment-module_right__B-PR2",
|
|
15
|
-
"rightInner": "BrandMoment-module_rightInner__XvQ5Y",
|
|
16
|
-
"subtitle": "BrandMoment-module_subtitle__z9PL8",
|
|
17
|
-
"title": "BrandMoment-module_title__GrdAR",
|
|
18
|
-
"textBody": "BrandMoment-module_textBody__W6LvQ",
|
|
19
|
-
"secondaryAction": "BrandMoment-module_secondaryAction__d18oJ",
|
|
20
|
-
"actions": "BrandMoment-module_actions__Z3NrK",
|
|
21
|
-
"footer": "BrandMoment-module_footer__vSeX1",
|
|
22
|
-
"footerInner": "BrandMoment-module_footerInner__Wt9Rt",
|
|
23
|
-
"poweredByContainer": "BrandMoment-module_poweredByContainer__OkhVN",
|
|
24
|
-
"footerTextContainer": "BrandMoment-module_footerTextContainer__8iin9",
|
|
25
|
-
"poweredByLogo": "BrandMoment-module_poweredByLogo__w6M7o"
|
|
26
|
-
};
|
|
27
|
-
export { styles as default };
|
|
@@ -1,169 +0,0 @@
|
|
|
1
|
-
@import '~@kaizen/design-tokens/sass/typography';
|
|
2
|
-
@import '~@kaizen/design-tokens/sass/shadow';
|
|
3
|
-
@import '~@kaizen/design-tokens/sass/color';
|
|
4
|
-
@import '~@kaizen/design-tokens/sass/border';
|
|
5
|
-
|
|
6
|
-
$avatar-sm: 1.25rem;
|
|
7
|
-
$avatar-md: 3rem;
|
|
8
|
-
$avatar-lg: 4.5rem;
|
|
9
|
-
$avatar-xl: 6rem;
|
|
10
|
-
$avatar-xxl: 7.75rem;
|
|
11
|
-
|
|
12
|
-
/* stylelint-disable no-descending-specificity */
|
|
13
|
-
.wrapper {
|
|
14
|
-
background: $color-gray-300;
|
|
15
|
-
border-radius: 100%;
|
|
16
|
-
box-sizing: border-box;
|
|
17
|
-
overflow: hidden;
|
|
18
|
-
align-items: center;
|
|
19
|
-
display: flex;
|
|
20
|
-
justify-content: center;
|
|
21
|
-
|
|
22
|
-
&:not(.small) {
|
|
23
|
-
box-shadow: $shadow-small-box-shadow;
|
|
24
|
-
border: 3px solid $color-white;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
// Themes
|
|
28
|
-
&.personal {
|
|
29
|
-
background: $color-orange-100;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
&.otherUser {
|
|
33
|
-
background: $color-gray-300;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&.company {
|
|
37
|
-
border: 0;
|
|
38
|
-
background: $color-white;
|
|
39
|
-
padding: 6px;
|
|
40
|
-
border-radius: $border-solid-border-radius;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
// Sizes
|
|
44
|
-
&.small {
|
|
45
|
-
width: $avatar-sm;
|
|
46
|
-
height: $avatar-sm;
|
|
47
|
-
|
|
48
|
-
.initials {
|
|
49
|
-
margin-bottom: -1px;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
&.company {
|
|
53
|
-
padding: 0;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
&.medium {
|
|
58
|
-
width: $avatar-md;
|
|
59
|
-
height: $avatar-md;
|
|
60
|
-
|
|
61
|
-
.initials {
|
|
62
|
-
margin-bottom: -1px;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
&.large {
|
|
67
|
-
width: $avatar-lg;
|
|
68
|
-
height: $avatar-lg;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
&.xlarge {
|
|
72
|
-
width: $avatar-xl;
|
|
73
|
-
height: $avatar-xl;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
&.xxlarge {
|
|
77
|
-
width: $avatar-xxl;
|
|
78
|
-
height: $avatar-xxl;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
& .initials {
|
|
82
|
-
text-decoration: none;
|
|
83
|
-
speak-as: spell-out;
|
|
84
|
-
|
|
85
|
-
// to override materialize.css global styling in performance-ui,
|
|
86
|
-
// which sets a border-bottom on abbr tags
|
|
87
|
-
border-bottom: none;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.avatarImage {
|
|
92
|
-
width: 100%;
|
|
93
|
-
height: 100%;
|
|
94
|
-
object-fit: cover;
|
|
95
|
-
|
|
96
|
-
.loading & {
|
|
97
|
-
display: none;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.companyAvatarImage {
|
|
102
|
-
object-fit: contain;
|
|
103
|
-
box-sizing: border-box;
|
|
104
|
-
border-radius: 4px;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.fallbackIcon {
|
|
108
|
-
color: rgba($color-purple-800-rgb, 0.7);
|
|
109
|
-
font-size: var(--avatar-fallback-icon-size);
|
|
110
|
-
|
|
111
|
-
.xxlarge & {
|
|
112
|
-
--avatar-fallback-icon-size: calc(#{$avatar-xxl} * 0.8);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.xlarge & {
|
|
116
|
-
--avatar-fallback-icon-size: calc(#{$avatar-xl} * 0.8);
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.large & {
|
|
120
|
-
--avatar-fallback-icon-size: calc(#{$avatar-lg} * 0.7);
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.medium & {
|
|
124
|
-
--avatar-fallback-icon-size: calc(#{$avatar-md} * 0.7);
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.small & {
|
|
128
|
-
--avatar-fallback-icon-size: calc(#{$avatar-sm} * 0.7);
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.initials {
|
|
133
|
-
box-sizing: border-box;
|
|
134
|
-
color: $color-purple-800;
|
|
135
|
-
padding-left: 5px;
|
|
136
|
-
padding-right: 5px;
|
|
137
|
-
text-align: center;
|
|
138
|
-
width: 100%;
|
|
139
|
-
font-size: 22px;
|
|
140
|
-
font-family: $typography-heading-1-font-family;
|
|
141
|
-
font-weight: $typography-heading-1-font-weight;
|
|
142
|
-
letter-spacing: $typography-heading-3-letter-spacing;
|
|
143
|
-
|
|
144
|
-
// Whitespace cropping
|
|
145
|
-
&:not(.longName)::before {
|
|
146
|
-
content: '';
|
|
147
|
-
display: block;
|
|
148
|
-
margin-top: -0.001em;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.xlarge &,
|
|
152
|
-
.xxlarge & {
|
|
153
|
-
font-size: 34px;
|
|
154
|
-
letter-spacing: $typography-heading-1-letter-spacing;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.medium & {
|
|
158
|
-
font-size: 16px;
|
|
159
|
-
font-weight: $typography-heading-5-font-weight;
|
|
160
|
-
letter-spacing: $typography-heading-5-letter-spacing;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.small & {
|
|
164
|
-
font-size: 8px;
|
|
165
|
-
font-weight: $typography-heading-5-font-weight;
|
|
166
|
-
letter-spacing: $typography-heading-5-letter-spacing;
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
/* stylelint-enable no-descending-specificity */
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
@import '~@kaizen/design-tokens/sass/typography';
|
|
2
|
-
@import '~@kaizen/design-tokens/sass/shadow';
|
|
3
|
-
@import '~@kaizen/design-tokens/sass/color';
|
|
4
|
-
|
|
5
|
-
// Vars
|
|
6
|
-
$avatar-sm: 1.25rem;
|
|
7
|
-
$avatar-md: 3rem;
|
|
8
|
-
$avatar-lg: 4.5rem;
|
|
9
|
-
|
|
10
|
-
@mixin overlap($size) {
|
|
11
|
-
margin-inline-start: calc(#{$size} / -2);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.AvatarGroup {
|
|
15
|
-
display: inline-flex;
|
|
16
|
-
list-style: none;
|
|
17
|
-
margin: 0;
|
|
18
|
-
padding: 0;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.AvatarCounter {
|
|
22
|
-
direction: ltr;
|
|
23
|
-
align-items: center;
|
|
24
|
-
background: $color-gray-300;
|
|
25
|
-
border: 3px solid $color-white;
|
|
26
|
-
border-radius: 100%;
|
|
27
|
-
box-sizing: border-box;
|
|
28
|
-
box-shadow: $shadow-small-box-shadow;
|
|
29
|
-
display: flex;
|
|
30
|
-
justify-content: center;
|
|
31
|
-
overflow: hidden;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.small {
|
|
35
|
-
.AvatarGroupItem + .AvatarGroupItem {
|
|
36
|
-
@include overlap($avatar-sm);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.AvatarCounter {
|
|
40
|
-
box-shadow: none;
|
|
41
|
-
border: none;
|
|
42
|
-
width: $avatar-sm;
|
|
43
|
-
height: $avatar-sm;
|
|
44
|
-
font-family: $typography-heading-5-font-family;
|
|
45
|
-
font-size: 0.5rem;
|
|
46
|
-
font-weight: $typography-heading-5-font-weight;
|
|
47
|
-
letter-spacing: $typography-heading-5-letter-spacing;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.medium {
|
|
52
|
-
.AvatarGroupItem + .AvatarGroupItem {
|
|
53
|
-
@include overlap($avatar-md);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.AvatarCounter {
|
|
57
|
-
width: $avatar-md;
|
|
58
|
-
height: $avatar-md;
|
|
59
|
-
font-family: $typography-heading-5-font-family;
|
|
60
|
-
font-size: $typography-heading-5-font-size;
|
|
61
|
-
font-weight: $typography-heading-5-font-weight;
|
|
62
|
-
letter-spacing: $typography-heading-5-letter-spacing;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.large {
|
|
67
|
-
.AvatarGroupItem + .AvatarGroupItem {
|
|
68
|
-
@include overlap($avatar-lg);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.AvatarCounter {
|
|
72
|
-
width: $avatar-lg;
|
|
73
|
-
height: $avatar-lg;
|
|
74
|
-
font-family: $typography-heading-3-font-family;
|
|
75
|
-
font-size: $typography-heading-3-font-size;
|
|
76
|
-
font-weight: $typography-heading-3-font-weight;
|
|
77
|
-
letter-spacing: $typography-heading-3-letter-spacing;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
@import '~@kaizen/design-tokens/sass/animation';
|
|
2
|
-
@import '~@kaizen/design-tokens/sass/typography';
|
|
3
|
-
@import '~@kaizen/design-tokens/sass/color';
|
|
4
|
-
@import '~@kaizen/design-tokens/sass/spacing';
|
|
5
|
-
|
|
6
|
-
$dt-color-background-default: $color-gray-300;
|
|
7
|
-
|
|
8
|
-
$small: $spacing-md;
|
|
9
|
-
|
|
10
|
-
.badge {
|
|
11
|
-
border-radius: $spacing-sm;
|
|
12
|
-
color: $color-purple-800;
|
|
13
|
-
display: inline-block;
|
|
14
|
-
position: relative;
|
|
15
|
-
font-family: $typography-paragraph-extra-small-font-family;
|
|
16
|
-
font-size: $typography-paragraph-extra-small-font-size;
|
|
17
|
-
font-weight: $typography-paragraph-bold-font-weight;
|
|
18
|
-
letter-spacing: $typography-paragraph-extra-small-letter-spacing;
|
|
19
|
-
line-height: $typography-paragraph-extra-small-line-height;
|
|
20
|
-
padding: 1px $spacing-xs;
|
|
21
|
-
min-width: 8px;
|
|
22
|
-
text-align: center;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.badge.large {
|
|
26
|
-
display: inline-flex;
|
|
27
|
-
justify-content: center;
|
|
28
|
-
border-radius: $spacing-xl;
|
|
29
|
-
font-size: $typography-data-medium-font-size;
|
|
30
|
-
line-height: $typography-data-medium-line-height;
|
|
31
|
-
letter-spacing: $typography-data-medium-letter-spacing;
|
|
32
|
-
padding: 2px 1.875rem;
|
|
33
|
-
width: 24px;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.default {
|
|
37
|
-
background-color: $dt-color-background-default;
|
|
38
|
-
color: $color-purple-800;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.active {
|
|
42
|
-
background-color: $color-blue-500;
|
|
43
|
-
color: $color-white;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.reversed.active {
|
|
47
|
-
background-color: $color-green-300;
|
|
48
|
-
color: $color-purple-800;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.dark {
|
|
52
|
-
background-color: rgba($color-purple-700-rgb, 0.1);
|
|
53
|
-
color: $color-purple-800;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.dot {
|
|
57
|
-
background-color: $color-green-300;
|
|
58
|
-
padding: $spacing-xs;
|
|
59
|
-
min-width: unset;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.dot.large {
|
|
63
|
-
background-color: $color-green-300;
|
|
64
|
-
padding: 1.875rem;
|
|
65
|
-
width: unset;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.reversed.dot {
|
|
69
|
-
background-color: $color-green-300;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.reversed.dark {
|
|
73
|
-
background-color: $color-purple-700;
|
|
74
|
-
color: $color-white;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.reversed {
|
|
78
|
-
background-color: rgba($color-white-rgb, 0.1);
|
|
79
|
-
color: $color-white;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
$badge-duration-timing: ($animation-duration-slow / 2) $animation-easing-function-ease-in;
|
|
83
|
-
|
|
84
|
-
$badge-transition:
|
|
85
|
-
transform $badge-duration-timing,
|
|
86
|
-
background-color $badge-duration-timing;
|
|
87
|
-
|
|
88
|
-
.animation {
|
|
89
|
-
display: inherit;
|
|
90
|
-
|
|
91
|
-
.badge {
|
|
92
|
-
transition: $badge-transition;
|
|
93
|
-
transform-origin: center;
|
|
94
|
-
transform: scale3d(1, 1, 1);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
&.animationOn .badge {
|
|
98
|
-
transform: scale3d(1.35, 1.35, 1.35);
|
|
99
|
-
|
|
100
|
-
&.dark {
|
|
101
|
-
background-color: rgba($color-purple-700-rgb, 0.2);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
&.active {
|
|
105
|
-
background-color: $color-blue-500;
|
|
106
|
-
color: $color-white;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
&.dot {
|
|
110
|
-
background-color: $color-green-300;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
File without changes
|