@kaizen/components 0.0.0-canary-fix-select-focus-add-small-delay-20241013230007 → 0.0.0-canary-tsx-codemod-20241029235345
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/bin/codemod.sh +2 -2
- package/codemods/README.md +12 -4
- package/codemods/upgradeIconV1/getNewIconPropsFromOldIconName.ts +255 -0
- package/codemods/upgradeIconV1/index.ts +33 -0
- package/codemods/upgradeIconV1/transformCaMonogramIconToBrand.spec.ts +83 -0
- package/codemods/upgradeIconV1/transformCaMonogramIconToBrand.ts +53 -0
- package/codemods/upgradeIconV1/transformIcon.spec.ts +181 -0
- package/codemods/upgradeIconV1/transformIcon.ts +115 -0
- package/codemods/upgradeIconV1/transformSpinnerIconToLoadingSpinner.spec.ts +81 -0
- package/codemods/upgradeIconV1/transformSpinnerIconToLoadingSpinner.ts +41 -0
- package/codemods/upgradeIconV1/upgradeIconV1.spec.ts +306 -0
- package/codemods/upgradeIconV1/upgradeIconV1.ts +94 -0
- package/codemods/utils/createProp.spec.ts +83 -0
- package/codemods/utils/createProp.ts +51 -0
- package/codemods/utils/getKaioTagName.spec.ts +85 -0
- package/codemods/utils/getKaioTagName.ts +129 -0
- package/codemods/utils/index.ts +3 -1
- package/codemods/utils/transformComponentsInDir.ts +32 -16
- package/codemods/utils/transformSource.ts +10 -5
- package/codemods/utils/updateJsxElementWithNewProps.ts +4 -3
- package/codemods/utils/updateKaioImports.spec.ts +223 -0
- package/codemods/utils/updateKaioImports.ts +233 -0
- package/dist/cjs/Avatar/Avatar.cjs +16 -13
- package/dist/cjs/Calendar/CalendarRange/CalendarRange.cjs +9 -7
- package/dist/cjs/Calendar/CalendarSingle/CalendarSingle.cjs +9 -7
- package/dist/cjs/Calendar/LegacyCalendarRange/LegacyCalendarRange.cjs +9 -7
- package/dist/cjs/Checkbox/Checkbox/Checkbox.cjs +5 -11
- package/dist/cjs/ClearButton/ClearButton.cjs +5 -4
- package/dist/cjs/Collapsible/Collapsible/Collapsible.cjs +4 -7
- package/dist/cjs/DateInput/DateInputWithIconButton/DateInputWithIconButton.cjs +5 -4
- package/dist/cjs/DateRangePicker/DateRangePicker.cjs +5 -4
- package/dist/cjs/ErrorPage/ErrorPage.cjs +9 -7
- package/dist/cjs/FieldMessage/FieldMessage.cjs +5 -11
- package/dist/cjs/Filter/FilterBar/context/FilterBarContext.cjs +17 -2
- package/dist/cjs/Filter/FilterBar/context/reducer/filterBarStateReducer.cjs +4 -0
- package/dist/cjs/Filter/FilterBar/context/reducer/setupFilterBarState.cjs +2 -1
- package/dist/cjs/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.cjs +16 -6
- package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.cjs +12 -1
- package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.cjs +13 -2
- package/dist/cjs/Filter/FilterButton/FilterButton/FilterButton.cjs +4 -7
- package/dist/cjs/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.cjs +5 -5
- package/dist/cjs/Filter/FilterMultiSelect/FilterMultiSelect.cjs +4 -2
- package/dist/cjs/Filter/FilterMultiSelect/context/MenuTriggerProvider/MenuTriggerProvider.cjs +4 -2
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.cjs +4 -4
- package/dist/cjs/GuidanceBlock/GuidanceBlock.cjs +5 -4
- package/dist/cjs/Illustration/utils/usePausePlay.cjs +5 -8
- package/dist/cjs/Input/InputSearch/InputSearch.cjs +4 -3
- package/dist/cjs/LikertScaleLegacy/LikertScaleLegacy.cjs +5 -6
- package/dist/cjs/Loading/LoadingSpinner/LoadingSpinner.cjs +6 -42
- package/dist/cjs/Loading/LoadingSpinner/LoadingSpinner.module.css.cjs +10 -0
- package/dist/cjs/Loading/LoadingSpinner/subcomponents/SpinnerIcon.cjs +80 -0
- package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.cjs +31 -26
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.cjs +4 -5
- package/dist/cjs/MultiSelect/subcomponents/Checkbox/Checkbox.cjs +7 -17
- package/dist/cjs/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.cjs +4 -7
- package/dist/cjs/Notification/subcomponents/CancelButton/CancelButton.cjs +4 -3
- package/dist/cjs/Notification/subcomponents/NotificationIcon/NotificationIcon.cjs +33 -38
- package/dist/cjs/Notification/subcomponents/NotificationIcon/NotificationIcon.module.css.cjs +6 -0
- package/dist/cjs/Pagination/subcomponents/DirectionalLink/DirectionalLink.cjs +11 -19
- package/dist/cjs/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.cjs +4 -5
- package/dist/cjs/Popover/Popover.cjs +5 -4
- package/dist/cjs/Popover/utils/classMappers.cjs +21 -16
- package/dist/cjs/RichTextEditor/RichTextEditor/utils/controlmap.cjs +29 -25
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.cjs +10 -12
- package/dist/cjs/Select/Select.cjs +8 -10
- package/dist/cjs/SplitButton/subcomponents/DropdownButton/DropdownButton.cjs +4 -4
- package/dist/cjs/Table/Table.cjs +11 -10
- package/dist/cjs/Tag/Tag.cjs +21 -17
- package/dist/cjs/TextArea/TextArea.cjs +20 -52
- package/dist/cjs/TextArea/TextArea.module.css.cjs +14 -0
- package/dist/cjs/TextField/TextField.cjs +7 -6
- package/dist/cjs/TextField/TextField.module.scss.cjs +4 -6
- package/dist/cjs/Tile/subcomponents/GenericTile/GenericTile.cjs +8 -7
- package/dist/cjs/TitleBlockZen/TitleBlockZen.cjs +9 -12
- package/dist/cjs/TitleBlockZen/subcomponents/MainActions.cjs +7 -7
- package/dist/cjs/TitleBlockZen/subcomponents/MobileActions.cjs +10 -15
- package/dist/cjs/TitleBlockZen/subcomponents/SecondaryActions.cjs +7 -7
- package/dist/cjs/ToggleSwitch/ToggleSwitch/ToggleSwitch.cjs +5 -5
- package/dist/cjs/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.cjs +13 -18
- package/dist/cjs/__future__/Icon/Icon.cjs +47 -0
- package/dist/cjs/__future__/Icon/Icon.module.css.cjs +10 -0
- package/dist/cjs/__future__/Icon/constants.cjs +8 -0
- package/dist/cjs/__future__/Select/subcomponents/ListBox/ListBox.cjs +7 -10
- package/dist/cjs/__future__/Select/subcomponents/Option/Option.cjs +4 -5
- package/dist/cjs/__future__/Select/subcomponents/SelectToggle/SelectToggle.cjs +5 -9
- package/dist/cjs/__future__/Tag/RemovableTag/subcomponents/RemoveButton.cjs +4 -3
- package/dist/cjs/future.cjs +2 -0
- package/dist/esm/Avatar/Avatar.mjs +16 -13
- package/dist/esm/Calendar/CalendarRange/CalendarRange.mjs +9 -7
- package/dist/esm/Calendar/CalendarSingle/CalendarSingle.mjs +9 -7
- package/dist/esm/Calendar/LegacyCalendarRange/LegacyCalendarRange.mjs +9 -7
- package/dist/esm/Checkbox/Checkbox/Checkbox.mjs +5 -11
- package/dist/esm/ClearButton/ClearButton.mjs +5 -4
- package/dist/esm/Collapsible/Collapsible/Collapsible.mjs +5 -8
- package/dist/esm/DateInput/DateInputWithIconButton/DateInputWithIconButton.mjs +5 -4
- package/dist/esm/DateRangePicker/DateRangePicker.mjs +5 -4
- package/dist/esm/ErrorPage/ErrorPage.mjs +10 -8
- package/dist/esm/FieldMessage/FieldMessage.mjs +6 -12
- package/dist/esm/Filter/FilterBar/context/FilterBarContext.mjs +17 -2
- package/dist/esm/Filter/FilterBar/context/reducer/filterBarStateReducer.mjs +4 -0
- package/dist/esm/Filter/FilterBar/context/reducer/setupFilterBarState.mjs +2 -1
- package/dist/esm/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.mjs +17 -7
- package/dist/esm/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.mjs +13 -2
- package/dist/esm/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.mjs +14 -3
- package/dist/esm/Filter/FilterButton/FilterButton/FilterButton.mjs +5 -8
- package/dist/esm/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.mjs +5 -5
- package/dist/esm/Filter/FilterMultiSelect/FilterMultiSelect.mjs +4 -2
- package/dist/esm/Filter/FilterMultiSelect/context/MenuTriggerProvider/MenuTriggerProvider.mjs +4 -2
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.mjs +4 -4
- package/dist/esm/GuidanceBlock/GuidanceBlock.mjs +5 -4
- package/dist/esm/Illustration/utils/usePausePlay.mjs +5 -8
- package/dist/esm/Input/InputSearch/InputSearch.mjs +4 -3
- package/dist/esm/LikertScaleLegacy/LikertScaleLegacy.mjs +5 -6
- package/dist/esm/Loading/LoadingSpinner/LoadingSpinner.mjs +6 -42
- package/dist/esm/Loading/LoadingSpinner/LoadingSpinner.module.css.mjs +8 -0
- package/dist/esm/Loading/LoadingSpinner/subcomponents/SpinnerIcon.mjs +72 -0
- package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.mjs +31 -26
- package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.mjs +4 -5
- package/dist/esm/MultiSelect/subcomponents/Checkbox/Checkbox.mjs +7 -17
- package/dist/esm/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.mjs +5 -8
- package/dist/esm/Notification/subcomponents/CancelButton/CancelButton.mjs +4 -3
- package/dist/esm/Notification/subcomponents/NotificationIcon/NotificationIcon.mjs +33 -38
- package/dist/esm/Notification/subcomponents/NotificationIcon/NotificationIcon.module.css.mjs +4 -0
- package/dist/esm/Pagination/subcomponents/DirectionalLink/DirectionalLink.mjs +11 -19
- package/dist/esm/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.mjs +4 -5
- package/dist/esm/Popover/Popover.mjs +5 -4
- package/dist/esm/Popover/utils/classMappers.mjs +21 -16
- package/dist/esm/RichTextEditor/RichTextEditor/utils/controlmap.mjs +33 -29
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.mjs +10 -12
- package/dist/esm/Select/Select.mjs +9 -11
- package/dist/esm/SplitButton/subcomponents/DropdownButton/DropdownButton.mjs +4 -4
- package/dist/esm/Table/Table.mjs +11 -10
- package/dist/esm/Tag/Tag.mjs +21 -17
- package/dist/esm/TextArea/TextArea.mjs +21 -53
- package/dist/esm/TextArea/TextArea.module.css.mjs +12 -0
- package/dist/esm/TextField/TextField.mjs +7 -6
- package/dist/esm/TextField/TextField.module.scss.mjs +4 -6
- package/dist/esm/Tile/subcomponents/GenericTile/GenericTile.mjs +8 -7
- package/dist/esm/TitleBlockZen/TitleBlockZen.mjs +9 -12
- package/dist/esm/TitleBlockZen/subcomponents/MainActions.mjs +7 -7
- package/dist/esm/TitleBlockZen/subcomponents/MobileActions.mjs +13 -18
- package/dist/esm/TitleBlockZen/subcomponents/SecondaryActions.mjs +7 -7
- package/dist/esm/ToggleSwitch/ToggleSwitch/ToggleSwitch.mjs +5 -5
- package/dist/esm/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs +16 -21
- package/dist/esm/__future__/Icon/Icon.mjs +38 -0
- package/dist/esm/__future__/Icon/Icon.module.css.mjs +8 -0
- package/dist/esm/__future__/Icon/constants.mjs +6 -0
- package/dist/esm/__future__/Select/subcomponents/ListBox/ListBox.mjs +7 -10
- package/dist/esm/__future__/Select/subcomponents/Option/Option.mjs +4 -5
- package/dist/esm/__future__/Select/subcomponents/SelectToggle/SelectToggle.mjs +6 -10
- package/dist/esm/__future__/Tag/RemovableTag/subcomponents/RemoveButton.mjs +4 -3
- package/dist/esm/future.mjs +1 -0
- package/dist/styles.css +1026 -1699
- package/dist/types/Filter/FilterBar/context/FilterBarContext.d.ts +2 -0
- package/dist/types/Filter/FilterBar/context/reducer/filterBarStateReducer.d.ts +3 -0
- package/dist/types/Filter/FilterBar/context/types.d.ts +1 -0
- package/dist/types/Filter/FilterMultiSelect/FilterMultiSelect.d.ts +2 -1
- package/dist/types/Filter/FilterMultiSelect/context/MenuTriggerProvider/MenuTriggerProvider.d.ts +2 -1
- package/dist/types/Loading/LoadingSpinner/LoadingSpinner.d.ts +2 -2
- package/dist/types/Loading/LoadingSpinner/subcomponents/SpinnerIcon.d.ts +5 -0
- package/dist/types/Loading/LoadingSpinner/subcomponents/index.d.ts +1 -0
- package/dist/types/TextArea/TextArea.d.ts +4 -0
- package/dist/types/__future__/Icon/Icon.d.ts +21 -0
- package/dist/types/__future__/Icon/constants.d.ts +5 -0
- package/dist/types/__future__/Icon/index.d.ts +1 -0
- package/dist/types/__future__/Icon/types.d.ts +4 -0
- package/dist/types/__future__/index.d.ts +1 -0
- package/package.json +34 -35
- package/src/Avatar/Avatar.module.scss +10 -12
- package/src/Avatar/Avatar.tsx +14 -5
- package/src/BrandMoment/_docs/BrandMoment.stories.tsx +6 -10
- package/src/BrandMoment/_docs/ExampleHeaders.tsx +2 -2
- package/src/Calendar/CalendarRange/CalendarRange.tsx +7 -3
- package/src/Calendar/CalendarSingle/CalendarSingle.tsx +7 -3
- package/src/Calendar/LegacyCalendarRange/LegacyCalendarRange.tsx +7 -3
- package/src/Calendar/baseCalendarClassNames.module.scss +0 -4
- package/src/Checkbox/Checkbox/Checkbox.module.scss +2 -10
- package/src/Checkbox/Checkbox/Checkbox.tsx +6 -8
- package/src/ClearButton/ClearButton.tsx +2 -2
- package/src/Collapsible/Collapsible/Collapsible.tsx +5 -6
- package/src/Collapsible/Collapsible/_docs/Collapsible.stories.tsx +2 -2
- package/src/DateInput/DateInputWithIconButton/DateInputWithIconButton.module.scss +2 -7
- package/src/DateInput/DateInputWithIconButton/DateInputWithIconButton.tsx +2 -2
- package/src/DateRangePicker/DateRangePicker.tsx +2 -2
- package/src/EmptyState/_docs/EmptyState.stickersheet.stories.tsx +8 -2
- package/src/EmptyState/_docs/EmptyState.stories.tsx +4 -2
- package/src/ErrorPage/ErrorPage.tsx +5 -3
- package/src/FieldMessage/FieldMessage.tsx +6 -14
- package/src/Filter/FilterBar/FilterBar.spec.tsx +99 -12
- package/src/Filter/FilterBar/context/FilterBarContext.tsx +11 -2
- package/src/Filter/FilterBar/context/reducer/filterBarStateReducer.ts +7 -0
- package/src/Filter/FilterBar/context/reducer/setupFilterBarState.ts +1 -0
- package/src/Filter/FilterBar/context/types.ts +1 -0
- package/src/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.tsx +14 -4
- package/src/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.tsx +10 -2
- package/src/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.tsx +18 -3
- package/src/Filter/FilterButton/FilterButton/FilterButton.module.scss +1 -1
- package/src/Filter/FilterButton/FilterButton/FilterButton.tsx +5 -6
- package/src/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.tsx +2 -2
- package/src/Filter/FilterDateRangePicker/FilterDateRangePicker.spec.tsx +0 -1
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.spec.tsx +2 -1
- package/src/Filter/FilterMultiSelect/FilterMultiSelect.tsx +3 -1
- package/src/Filter/FilterMultiSelect/context/MenuTriggerProvider/MenuTriggerProvider.tsx +4 -1
- package/src/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.tsx +2 -2
- package/src/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/SelectionControlButton.module.scss +9 -10
- package/src/Filter/FilterSelect/FilterSelect.spec.tsx +4 -5
- package/src/GuidanceBlock/GuidanceBlock.module.scss +4 -5
- package/src/GuidanceBlock/GuidanceBlock.tsx +6 -2
- package/src/Icon/_docs/{Icon.stories.tsx → Icon.docs.stories.tsx} +1 -1
- package/src/Icon/_docs/Icon.mdx +1 -2
- package/src/Icon/_docs/Icon.stickersheet.stories.tsx +1 -1
- package/src/Icon/bin/update-icons.sh +1 -1
- package/src/Illustration/utils/usePausePlay.tsx +7 -5
- package/src/Input/Input/_docs/Input.stickersheet.stories.tsx +7 -5
- package/src/Input/Input/_docs/Input.stories.tsx +5 -3
- package/src/Input/InputRange/InputRange.module.scss +4 -4
- package/src/Input/InputSearch/InputSearch.module.scss +21 -21
- package/src/Input/InputSearch/InputSearch.tsx +2 -2
- package/src/Label/Label.module.scss +4 -0
- package/src/LikertScaleLegacy/LikertScaleLegacy.module.scss +7 -8
- package/src/LikertScaleLegacy/LikertScaleLegacy.tsx +2 -2
- package/src/Loading/LoadingGraphic/_docs/LoadingGraphic.stories.tsx +2 -2
- package/src/Loading/LoadingSpinner/LoadingSpinner.module.css +32 -0
- package/src/Loading/LoadingSpinner/LoadingSpinner.tsx +10 -54
- package/src/Loading/LoadingSpinner/_docs/LoadingSpinner.mdx +7 -2
- package/src/Loading/LoadingSpinner/_docs/LoadingSpinner.stickersheet.stories.tsx +2 -1
- package/src/Loading/LoadingSpinner/_docs/LoadingSpinner.stories.tsx +19 -0
- package/src/Loading/LoadingSpinner/subcomponents/SpinnerIcon.tsx +87 -0
- package/src/Loading/LoadingSpinner/subcomponents/index.ts +1 -0
- package/src/Modal/ConfirmationModal/ConfirmationModal.module.scss +2 -0
- package/src/Modal/ConfirmationModal/ConfirmationModal.tsx +32 -35
- package/src/Modal/ContextModal/ContextModal.module.scss +4 -4
- package/src/Modal/GenericModal/GenericModal.module.scss +8 -8
- package/src/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.module.scss +2 -2
- package/src/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.tsx +2 -2
- package/src/Modal/InputEditModal/InputEditModal.module.scss +4 -4
- package/src/MultiSelect/MultiSelect.spec.tsx +7 -3
- package/src/MultiSelect/subcomponents/Checkbox/Checkbox.module.scss +0 -6
- package/src/MultiSelect/subcomponents/Checkbox/Checkbox.tsx +10 -9
- package/src/MultiSelect/subcomponents/MultiSelectOptions/MultiSelectOptions.spec.tsx +11 -7
- package/src/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.tsx +5 -7
- package/src/Notification/subcomponents/CancelButton/CancelButton.tsx +2 -2
- package/src/Notification/subcomponents/GenericNotification/_mixins.scss +9 -8
- package/src/Notification/subcomponents/NotificationIcon/NotificationIcon.module.css +3 -0
- package/src/Notification/subcomponents/NotificationIcon/NotificationIcon.tsx +22 -16
- package/src/Pagination/subcomponents/DirectionalLink/DirectionalLink.module.scss +0 -4
- package/src/Pagination/subcomponents/DirectionalLink/DirectionalLink.tsx +13 -12
- package/src/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.module.scss +0 -1
- package/src/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.tsx +2 -2
- package/src/Popover/Popover.module.scss +3 -3
- package/src/Popover/Popover.tsx +2 -2
- package/src/Popover/utils/classMappers.tsx +6 -11
- package/src/RichTextEditor/RichTextEditor/RichTextEditor.module.scss +2 -2
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/_docs/ToggleIconButton.stickersheet.stories.tsx +7 -7
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/_docs/ToggleIconButton.stories.tsx +2 -2
- package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.spec.tsx +7 -4
- package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/_docs/Toolbar.stories.tsx +18 -12
- package/src/RichTextEditor/RichTextEditor/utils/controlmap.tsx +25 -18
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.tsx +4 -8
- package/src/Select/Select.module.scss +9 -7
- package/src/Select/Select.tsx +10 -7
- package/src/SplitButton/subcomponents/DropdownButton/DropdownButton.spec.tsx +4 -5
- package/src/SplitButton/subcomponents/DropdownButton/DropdownButton.tsx +2 -2
- package/src/Table/Table.module.scss +11 -7
- package/src/Table/Table.tsx +4 -8
- package/src/Table/_docs/Table.stickersheet.stories.tsx +4 -4
- package/src/Table/_docs/Table.stories.tsx +3 -3
- package/src/Tag/Tag.module.scss +2 -0
- package/src/Tag/Tag.tsx +7 -13
- package/src/Text/Text.module.scss +2 -0
- package/src/TextArea/TextArea.module.css +142 -0
- package/src/TextArea/TextArea.tsx +25 -53
- package/src/TextField/TextField.module.scss +10 -36
- package/src/TextField/TextField.spec.tsx +9 -4
- package/src/TextField/TextField.tsx +4 -6
- package/src/TextField/_docs/TextField.stickersheet.stories.tsx +9 -1
- package/src/TextField/_docs/TextField.stories.tsx +4 -3
- package/src/Tile/subcomponents/GenericTile/GenericTile.module.scss +7 -8
- package/src/Tile/subcomponents/GenericTile/GenericTile.tsx +3 -3
- package/src/TitleBlockZen/TitleBlockZen.module.scss +15 -21
- package/src/TitleBlockZen/TitleBlockZen.spec.tsx +1 -1
- package/src/TitleBlockZen/TitleBlockZen.tsx +6 -9
- package/src/TitleBlockZen/_docs/TitleBlockZen.stories.tsx +5 -5
- package/src/TitleBlockZen/subcomponents/MainActions.tsx +5 -3
- package/src/TitleBlockZen/subcomponents/MobileActions.module.scss +2 -2
- package/src/TitleBlockZen/subcomponents/MobileActions.tsx +13 -16
- package/src/TitleBlockZen/subcomponents/SecondaryActions.tsx +3 -3
- package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss +0 -3
- package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.tsx +2 -2
- package/src/Workflow/_docs/Workflow.stories.tsx +4 -5
- package/src/Workflow/_docs/WorkflowHeader.stories.tsx +4 -5
- package/src/Workflow/_docs/controls/controls.tsx +4 -4
- package/src/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.tsx +6 -31
- package/src/__actions__/Button/v1/Button/_docs/Button.mdx +1 -1
- package/src/__actions__/Button/v1/Button/_docs/Button.stickersheet.stories.tsx +6 -6
- package/src/__actions__/Button/v1/Button/_docs/Button.stories.tsx +7 -6
- package/src/__actions__/Button/v1/IconButton/_docs/IconButton.stickersheet.stories.tsx +7 -7
- package/src/__actions__/Button/v1/IconButton/_docs/IconButton.stories.tsx +5 -5
- package/src/__actions__/Button/v2/Button/_docs/Button.mdx +1 -1
- package/src/__actions__/Button/v2/Button/_docs/Button.stories.tsx +7 -6
- package/src/__actions__/Button/v2/IconButton/_docs/IconButton.stories.tsx +5 -5
- package/src/__actions__/Button/v3/_docs/ApiSpecification.mdx +1 -1
- package/src/__actions__/Button/v3/_docs/Button.docs.stories.tsx +1 -1
- package/src/__actions__/Button/v3/_docs/Button.mdx +1 -1
- package/src/__actions__/Button/v3/_docs/Button.spec.stories.tsx +1 -1
- package/src/__actions__/Button/v3/_docs/Button.stickersheet.stories.tsx +3 -3
- package/src/__actions__/Button/v3/_docs/Button.stories.tsx +1 -1
- package/src/__actions__/Menu/v1/_docs/Menu.stickersheet.stories.tsx +3 -3
- package/src/__actions__/Menu/v1/_docs/Menu.stories.tsx +3 -3
- package/src/__actions__/Menu/v1/_docs/MenuContentExample.tsx +6 -6
- package/src/__actions__/Menu/v1/_docs/examples.tsx +5 -5
- package/src/__actions__/Menu/v2/_docs/Menu.stories.tsx +3 -3
- package/src/__actions__/Menu/v3/_docs/ApiSpecification.mdx +1 -3
- package/src/__actions__/Menu/v3/_docs/Menu.docs.stories.tsx +46 -45
- package/src/__actions__/Menu/v3/_docs/Menu.mdx +1 -1
- package/src/__actions__/Menu/v3/_docs/Menu.spec.stories.tsx +21 -23
- package/src/__actions__/Menu/v3/_docs/Menu.stories.tsx +12 -15
- package/src/__future__/Icon/Icon.module.css +35 -0
- package/src/__future__/Icon/Icon.spec.tsx +36 -0
- package/src/__future__/Icon/Icon.tsx +85 -0
- package/src/__future__/Icon/_docs/Icon--api-specification.mdx +98 -0
- package/src/__future__/Icon/_docs/Icon--usage-guidelines.mdx +145 -0
- package/src/__future__/Icon/_docs/Icon.docs.module.css +17 -0
- package/src/__future__/Icon/_docs/Icon.docs.stories.tsx +524 -0
- package/src/__future__/Icon/_docs/Icon.stickersheet.stories.tsx +126 -0
- package/src/__future__/Icon/_docs/assets/interface-dont.png +0 -0
- package/src/__future__/Icon/_docs/assets/tooltip-dont.png +0 -0
- package/src/__future__/Icon/constants.ts +149 -0
- package/src/__future__/Icon/index.ts +1 -0
- package/src/__future__/Icon/material-symbols-metadata.json +3370 -0
- package/src/__future__/Icon/types.ts +11 -0
- package/src/__future__/Select/subcomponents/ListBox/ListBox.tsx +4 -7
- package/src/__future__/Select/subcomponents/Option/Option.tsx +2 -2
- package/src/__future__/Select/subcomponents/SelectToggle/SelectToggle.module.scss +1 -1
- package/src/__future__/Select/subcomponents/SelectToggle/SelectToggle.tsx +6 -9
- package/src/__future__/Tag/RemovableTag/_docs/RemovableTag.stories.tsx +0 -77
- package/src/__future__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss +1 -58
- package/src/__future__/Tag/RemovableTag/subcomponents/RemoveButton.tsx +2 -12
- package/src/__future__/Tag/Tag/Tag.module.scss +1 -1
- package/src/__future__/Tag/Tag/_docs/Tag-migration-guide.stories.tsx +6 -17
- package/src/__future__/Tag/Tag/_docs/Tag.stickersheet.stories.tsx +5 -2
- package/src/__future__/Tag/Tag/_docs/Tag.stories.tsx +13 -6
- package/src/__future__/index.ts +1 -0
- package/src/__overlays__/Tooltip/v1/_docs/Tooltip.stickersheet.stories.tsx +10 -10
- package/src/__overlays__/Tooltip/v1/_docs/Tooltip.stories.tsx +7 -4
- package/src/__overlays__/Tooltip/v1/utils/isSemanticElement.spec.tsx +4 -11
- package/src/__overlays__/Tooltip/v3/_docs/Tooltip.docs.stories.tsx +10 -10
- package/src/__overlays__/Tooltip/v3/_docs/Tooltip.spec.stories.tsx +3 -3
- package/codemods/utils/getTagName.spec.ts +0 -24
- package/codemods/utils/getTagName.ts +0 -32
- package/dist/cjs/Loading/LoadingSpinner/LoadingSpinner.module.scss.cjs +0 -7
- package/dist/cjs/TextArea/TextArea.module.scss.cjs +0 -13
- package/dist/cjs/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.cjs +0 -23
- package/dist/esm/Loading/LoadingSpinner/LoadingSpinner.module.scss.mjs +0 -5
- package/dist/esm/TextArea/TextArea.module.scss.mjs +0 -11
- package/dist/esm/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.mjs +0 -15
- package/dist/types/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.d.ts +0 -2
- package/src/Loading/LoadingSpinner/LoadingSpinner.module.scss +0 -16
- package/src/TextArea/TextArea.module.scss +0 -137
- package/src/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.tsx +0 -21
package/dist/styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer tokens, normalize, reset;@layer tokens{:root{--theme-key:heart;--animation-easing-function-ease-in-out:cubic-bezier(0.455,0.03,0.515,0.955);--animation-easing-function-ease-in:cubic-bezier(0.55,0.085,0.68,0.53);--animation-easing-function-ease-out:cubic-bezier(0.25,0.46,0.45,0.94);--animation-easing-function-linear:linear;--animation-easing-function-bounce-in:cubic-bezier(0.485,0.155,0.24,1.245);--animation-easing-function-bounce-out:cubic-bezier(0.485,0.155,0.515,0.845);--animation-easing-function-bounce-in-out:cubic-bezier(0.76,-0.245,0.24,1.245);--animation-duration-instant:0ms;--animation-duration-immediate:100ms;--animation-duration-rapid:200ms;--animation-duration-fast:300ms;--animation-duration-slow:400ms;--animation-duration-deliberate:700ms;--border-solid-border-width:2px;--border-solid-border-radius:7px;--border-solid-border-style:solid;--border-solid-border-color:#e1e2ea;--border-solid-border-color-rgb:225,226,234;--border-dashed-border-width:2px;--border-dashed-border-radius:7px;--border-dashed-border-style:dashed;--border-borderless-border-width:2px;--border-borderless-border-radius:7px;--border-borderless-border-style:solid;--border-borderless-border-color:transparent;--border-borderless-border-color-rgb:0,0,0;--border-focus-ring-border-width:2px;--border-focus-ring-border-radius:10px;--border-focus-ring-border-style:solid;--border-width-1:1px;--color-purple-100:#f4edf8;--color-purple-100-rgb:244,237,248;--color-purple-200:#dfc9ea;--color-purple-200-rgb:223,201,234;--color-purple-300:#c9a5dd;--color-purple-300-rgb:201,165,221;--color-purple-400:#ae67b1;--color-purple-400-rgb:174,103,177;--color-purple-500:#844587;--color-purple-500-rgb:132,69,135;--color-purple-600:#5f3361;--color-purple-600-rgb:95,51,97;--color-purple-700:#4a234d;--color-purple-700-rgb:74,35,77;--color-purple-800:#2f2438;--color-purple-800-rgb:47,36,56;--color-blue-100:#e6f6ff;--color-blue-100-rgb:230,246,255;--color-blue-200:#bde2f5;--color-blue-200-rgb:189,226,245;--color-blue-300:#73c0e8;--color-blue-300-rgb:115,192,232;--color-blue-400:#008bd6;--color-blue-400-rgb:0,139,214;--color-blue-500:#0168b3;--color-blue-500-rgb:1,104,179;--color-blue-600:#004970;--color-blue-600-rgb:0,73,112;--color-blue-700:#003157;--color-blue-700-rgb:0,49,87;--color-green-100:#e8f8f4;--color-green-100-rgb:232,248,244;--color-green-200:#c4ede2;--color-green-200-rgb:196,237,226;--color-green-300:#8fdbc7;--color-green-300-rgb:143,219,199;--color-green-400:#5dcaad;--color-green-400-rgb:93,202,173;--color-green-500:#3f9a86;--color-green-500-rgb:63,154,134;--color-green-600:#2c7d67;--color-green-600-rgb:44,125,103;--color-green-700:#22594a;--color-green-700-rgb:34,89,74;--color-yellow-100:#fff9e4;--color-yellow-100-rgb:255,249,228;--color-yellow-200:#ffeeb3;--color-yellow-200-rgb:255,238,179;--color-yellow-300:#ffe36e;--color-yellow-300-rgb:255,227,110;--color-yellow-400:#ffca4d;--color-yellow-400-rgb:255,202,77;--color-yellow-500:#ffb600;--color-yellow-500-rgb:255,182,0;--color-yellow-600:#c68600;--color-yellow-600-rgb:198,134,0;--color-yellow-700:#876400;--color-yellow-700-rgb:135,100,0;--color-red-100:#fdeaee;--color-red-100-rgb:253,234,238;--color-red-200:#f9c2cb;--color-red-200-rgb:249,194,203;--color-red-300:#f597a8;--color-red-300-rgb:245,151,168;--color-red-400:#e0707d;--color-red-400-rgb:224,112,125;--color-red-500:#c93b55;--color-red-500-rgb:201,59,85;--color-red-600:#a82433;--color-red-600-rgb:168,36,51;--color-red-700:#6c1e20;--color-red-700-rgb:108,30,32;--color-orange-100:#fff0e8;--color-orange-100-rgb:255,240,232;--color-orange-200:#ffd1b9;--color-orange-200-rgb:255,209,185;--color-orange-300:#ffb08a;--color-orange-300-rgb:255,176,138;--color-orange-400:#ff9461;--color-orange-400-rgb:255,148,97;--color-orange-500:#e96c2f;--color-orange-500-rgb:233,108,47;--color-orange-600:#b74302;--color-orange-600-rgb:183,67,2;--color-orange-700:#903c00;--color-orange-700-rgb:144,60,0;--color-gray-100:#f9f9f9;--color-gray-100-rgb:249,249,249;--color-gray-200:#f4f4f5;--color-gray-200-rgb:244,244,245;--color-gray-300:#eaeaec;--color-gray-300-rgb:234,234,236;--color-gray-400:#cdcdd0;--color-gray-400-rgb:205,205,208;--color-gray-500:#878792;--color-gray-500-rgb:135,135,146;--color-gray-600:#524e56;--color-gray-600-rgb:82,78,86;--color-white:#fff;--color-white-rgb:255,255,255;--color-black:#000;--color-black-rgb:0,0,0;--data-viz-favorable:#7dd5bd;--data-viz-favorable-rgb:125,213,189;--data-viz-unfavorable:#e68d97;--data-viz-unfavorable-rgb:230,141,151;--layout-content-max-width:1392px;--layout-content-max-width-with-sidebar:1080px;--layout-content-side-margin:72px;--layout-mobile-actions-drawer-height:60px;--layout-navigation-bar-height:72px;--layout-breakpoints-medium:768px;--layout-breakpoints-large:1080px;--shadow-small-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 3px 16px 0 rgba(0,0,0,.06);--shadow-large-box-shadow:0 3px 9px 0 rgba(0,0,0,.1),0 8px 40px 0 rgba(0,0,0,.08);--spacing-0:0;--spacing-1:.0625rem;--spacing-2:.125rem;--spacing-4:.25rem;--spacing-6:.375rem;--spacing-8:.5rem;--spacing-12:.75rem;--spacing-16:1rem;--spacing-20:1.25rem;--spacing-24:1.5rem;--spacing-32:2rem;--spacing-40:2.5rem;--spacing-48:3rem;--spacing-56:3.5rem;--spacing-64:4rem;--spacing-72:4.5rem;--spacing-80:5rem;--spacing-96:6rem;--spacing-112:7rem;--spacing-128:8rem;--spacing-160:10rem;--spacing-200:12.5rem;--spacing-240:15rem;--spacing-280:17.5rem;--spacing-320:20rem;--spacing-xs:0.375rem;--spacing-sm:0.75rem;--spacing-md:1.5rem;--spacing-lg:2.25rem;--spacing-xl:3rem;--spacing-xxl:3.75rem;--spacing-xxxl:4.5rem;--spacing-xxxxl:5.25rem;--spacing-xxxxxl:6rem;--typography-data-large-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-large-font-weight:700;--typography-data-large-font-size:5.25rem;--typography-data-large-line-height:5.25rem;--typography-data-large-letter-spacing:normal;--typography-data-large-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-large-units-font-weight:700;--typography-data-large-units-font-size:2.625rem;--typography-data-large-units-line-height:5.25rem;--typography-data-large-units-letter-spacing:normal;--typography-data-medium-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-medium-font-weight:700;--typography-data-medium-font-size:3rem;--typography-data-medium-line-height:5rem;--typography-data-medium-letter-spacing:normal;--typography-data-medium-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-medium-units-font-weight:700;--typography-data-medium-units-font-size:1.5rem;--typography-data-medium-units-line-height:5rem;--typography-data-medium-units-letter-spacing:normal;--typography-data-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-small-font-weight:700;--typography-data-small-font-size:1.5rem;--typography-data-small-line-height:1.5rem;--typography-data-small-letter-spacing:normal;--typography-data-small-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-small-units-font-weight:700;--typography-data-small-units-font-size:1.125rem;--typography-data-small-units-line-height:1.5rem;--typography-data-small-units-letter-spacing:normal;--typography-display-0-font-family:"Tiempos Headline",Georgia,serif;--typography-display-0-font-weight:800;--typography-display-0-font-size:4.5rem;--typography-display-0-line-height:5.25rem;--typography-display-0-letter-spacing:0em;--typography-heading-1-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-1-font-weight:500;--typography-heading-1-font-size:2.125rem;--typography-heading-1-line-height:2.625rem;--typography-heading-1-letter-spacing:normal;--typography-heading-2-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-2-font-weight:600;--typography-heading-2-font-size:1.75rem;--typography-heading-2-line-height:2.25rem;--typography-heading-2-letter-spacing:normal;--typography-heading-3-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-3-font-weight:600;--typography-heading-3-font-size:1.375rem;--typography-heading-3-line-height:1.875rem;--typography-heading-3-letter-spacing:normal;--typography-heading-4-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-4-font-weight:600;--typography-heading-4-font-size:1.125rem;--typography-heading-4-line-height:1.5rem;--typography-heading-4-letter-spacing:normal;--typography-heading-5-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-5-font-weight:600;--typography-heading-5-font-size:1rem;--typography-heading-5-line-height:1.5rem;--typography-heading-5-letter-spacing:normal;--typography-heading-6-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-6-font-weight:600;--typography-heading-6-font-size:0.875rem;--typography-heading-6-line-height:1.5rem;--typography-heading-6-letter-spacing:normal;--typography-paragraph-intro-lede-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-intro-lede-font-weight:400;--typography-paragraph-intro-lede-font-size:1.25rem;--typography-paragraph-intro-lede-line-height:1.875rem;--typography-paragraph-intro-lede-letter-spacing:0;--typography-paragraph-intro-lede-max-width:975px;--typography-paragraph-body-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-body-font-weight:400;--typography-paragraph-body-font-size:1rem;--typography-paragraph-body-line-height:1.5rem;--typography-paragraph-body-letter-spacing:normal;--typography-paragraph-body-max-width:780px;--typography-paragraph-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-small-font-weight:400;--typography-paragraph-small-font-size:0.875rem;--typography-paragraph-small-line-height:1.125rem;--typography-paragraph-small-letter-spacing:normal;--typography-paragraph-small-max-width:680px;--typography-paragraph-extra-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-extra-small-font-weight:400;--typography-paragraph-extra-small-font-size:0.75rem;--typography-paragraph-extra-small-line-height:1.125rem;--typography-paragraph-extra-small-letter-spacing:normal;--typography-paragraph-extra-small-max-width:600px;--typography-paragraph-bold-font-weight:600;--typography-button-primary-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-button-primary-font-weight:700;--typography-button-primary-font-size:1.125rem;--typography-button-primary-line-height:1.5rem;--typography-button-primary-letter-spacing:normal;--typography-button-secondary-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-button-secondary-font-weight:500;--typography-button-secondary-font-size:1rem;--typography-button-secondary-line-height:1.5rem;--typography-button-secondary-letter-spacing:normal}}@layer normalize{html{text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}}@layer reset{@font-face{font-family:Tiempos Headline;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff)}@font-face{font-family:Tiempos Headline;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-medium.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-medium.woff)}@font-face{font-family:Greycliff CF;font-weight:300;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-light.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:400;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-regular.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-medium.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:600;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-demi-bold.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:700;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-bold.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-extra-bold.woff) format("woff")}@font-face{font-family:Inter;font-weight:300;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff)}@font-face{font-family:Inter;font-weight:400;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff)}@font-face{font-family:Inter;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff)}@font-face{font-family:Inter;font-weight:600;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff)}@font-face{font-family:Inter;font-weight:700;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff)}@font-face{font-family:Inter;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff)}@font-face{font-family:IBM Plex Mono;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff)}}@layer reset{*,:after,:before{border-color:var(--border-solid-border-color,"currentColor");border-style:solid;border-width:0}}
|
|
1
|
+
@layer tokens, normalize, reset;@layer tokens{:root{--theme-key:heart;--animation-easing-function-ease-in-out:cubic-bezier(0.455,0.03,0.515,0.955);--animation-easing-function-ease-in:cubic-bezier(0.55,0.085,0.68,0.53);--animation-easing-function-ease-out:cubic-bezier(0.25,0.46,0.45,0.94);--animation-easing-function-linear:linear;--animation-easing-function-bounce-in:cubic-bezier(0.485,0.155,0.24,1.245);--animation-easing-function-bounce-out:cubic-bezier(0.485,0.155,0.515,0.845);--animation-easing-function-bounce-in-out:cubic-bezier(0.76,-0.245,0.24,1.245);--animation-duration-instant:0ms;--animation-duration-immediate:100ms;--animation-duration-rapid:200ms;--animation-duration-fast:300ms;--animation-duration-slow:400ms;--animation-duration-deliberate:700ms;--border-solid-border-width:2px;--border-solid-border-radius:7px;--border-solid-border-style:solid;--border-solid-border-color:#e1e2ea;--border-solid-border-color-rgb:225,226,234;--border-dashed-border-width:2px;--border-dashed-border-radius:7px;--border-dashed-border-style:dashed;--border-borderless-border-width:2px;--border-borderless-border-radius:7px;--border-borderless-border-style:solid;--border-borderless-border-color:transparent;--border-borderless-border-color-rgb:0,0,0;--border-focus-ring-border-width:2px;--border-focus-ring-border-radius:10px;--border-focus-ring-border-style:solid;--border-width-1:1px;--color-purple-100:#f4edf8;--color-purple-100-rgb:244,237,248;--color-purple-200:#dfc9ea;--color-purple-200-rgb:223,201,234;--color-purple-300:#c9a5dd;--color-purple-300-rgb:201,165,221;--color-purple-400:#ae67b1;--color-purple-400-rgb:174,103,177;--color-purple-500:#844587;--color-purple-500-rgb:132,69,135;--color-purple-600:#5f3361;--color-purple-600-rgb:95,51,97;--color-purple-700:#4a234d;--color-purple-700-rgb:74,35,77;--color-purple-800:#2f2438;--color-purple-800-rgb:47,36,56;--color-blue-100:#e6f6ff;--color-blue-100-rgb:230,246,255;--color-blue-200:#bde2f5;--color-blue-200-rgb:189,226,245;--color-blue-300:#73c0e8;--color-blue-300-rgb:115,192,232;--color-blue-400:#008bd6;--color-blue-400-rgb:0,139,214;--color-blue-500:#0168b3;--color-blue-500-rgb:1,104,179;--color-blue-600:#004970;--color-blue-600-rgb:0,73,112;--color-blue-700:#003157;--color-blue-700-rgb:0,49,87;--color-green-100:#e8f8f4;--color-green-100-rgb:232,248,244;--color-green-200:#c4ede2;--color-green-200-rgb:196,237,226;--color-green-300:#8fdbc7;--color-green-300-rgb:143,219,199;--color-green-400:#5dcaad;--color-green-400-rgb:93,202,173;--color-green-500:#3f9a86;--color-green-500-rgb:63,154,134;--color-green-600:#2c7d67;--color-green-600-rgb:44,125,103;--color-green-700:#22594a;--color-green-700-rgb:34,89,74;--color-yellow-100:#fff9e4;--color-yellow-100-rgb:255,249,228;--color-yellow-200:#ffeeb3;--color-yellow-200-rgb:255,238,179;--color-yellow-300:#ffe36e;--color-yellow-300-rgb:255,227,110;--color-yellow-400:#ffca4d;--color-yellow-400-rgb:255,202,77;--color-yellow-500:#ffb600;--color-yellow-500-rgb:255,182,0;--color-yellow-600:#c68600;--color-yellow-600-rgb:198,134,0;--color-yellow-700:#876400;--color-yellow-700-rgb:135,100,0;--color-red-100:#fdeaee;--color-red-100-rgb:253,234,238;--color-red-200:#f9c2cb;--color-red-200-rgb:249,194,203;--color-red-300:#f597a8;--color-red-300-rgb:245,151,168;--color-red-400:#e0707d;--color-red-400-rgb:224,112,125;--color-red-500:#c93b55;--color-red-500-rgb:201,59,85;--color-red-600:#a82433;--color-red-600-rgb:168,36,51;--color-red-700:#6c1e20;--color-red-700-rgb:108,30,32;--color-orange-100:#fff0e8;--color-orange-100-rgb:255,240,232;--color-orange-200:#ffd1b9;--color-orange-200-rgb:255,209,185;--color-orange-300:#ffb08a;--color-orange-300-rgb:255,176,138;--color-orange-400:#ff9461;--color-orange-400-rgb:255,148,97;--color-orange-500:#e96c2f;--color-orange-500-rgb:233,108,47;--color-orange-600:#b74302;--color-orange-600-rgb:183,67,2;--color-orange-700:#903c00;--color-orange-700-rgb:144,60,0;--color-gray-100:#f9f9f9;--color-gray-100-rgb:249,249,249;--color-gray-200:#f4f4f5;--color-gray-200-rgb:244,244,245;--color-gray-300:#eaeaec;--color-gray-300-rgb:234,234,236;--color-gray-400:#cdcdd0;--color-gray-400-rgb:205,205,208;--color-gray-500:#878792;--color-gray-500-rgb:135,135,146;--color-gray-600:#524e56;--color-gray-600-rgb:82,78,86;--color-white:#fff;--color-white-rgb:255,255,255;--color-black:#000;--color-black-rgb:0,0,0;--data-viz-favorable:#7dd5bd;--data-viz-favorable-rgb:125,213,189;--data-viz-unfavorable:#e68d97;--data-viz-unfavorable-rgb:230,141,151;--layout-content-max-width:1392px;--layout-content-max-width-with-sidebar:1080px;--layout-content-side-margin:72px;--layout-mobile-actions-drawer-height:60px;--layout-navigation-bar-height:72px;--layout-breakpoints-medium:768px;--layout-breakpoints-large:1080px;--shadow-small-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 3px 16px 0 rgba(0,0,0,.06);--shadow-large-box-shadow:0 3px 9px 0 rgba(0,0,0,.1),0 8px 40px 0 rgba(0,0,0,.08);--spacing-0:0;--spacing-1:.0625rem;--spacing-2:.125rem;--spacing-4:.25rem;--spacing-6:.375rem;--spacing-8:.5rem;--spacing-12:.75rem;--spacing-16:1rem;--spacing-20:1.25rem;--spacing-24:1.5rem;--spacing-32:2rem;--spacing-40:2.5rem;--spacing-48:3rem;--spacing-56:3.5rem;--spacing-64:4rem;--spacing-72:4.5rem;--spacing-80:5rem;--spacing-96:6rem;--spacing-112:7rem;--spacing-128:8rem;--spacing-160:10rem;--spacing-200:12.5rem;--spacing-240:15rem;--spacing-280:17.5rem;--spacing-320:20rem;--spacing-xs:0.375rem;--spacing-sm:0.75rem;--spacing-md:1.5rem;--spacing-lg:2.25rem;--spacing-xl:3rem;--spacing-xxl:3.75rem;--spacing-xxxl:4.5rem;--spacing-xxxxl:5.25rem;--spacing-xxxxxl:6rem;--typography-data-large-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-large-font-weight:700;--typography-data-large-font-size:5.25rem;--typography-data-large-line-height:5.25rem;--typography-data-large-letter-spacing:normal;--typography-data-large-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-large-units-font-weight:700;--typography-data-large-units-font-size:2.625rem;--typography-data-large-units-line-height:5.25rem;--typography-data-large-units-letter-spacing:normal;--typography-data-medium-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-medium-font-weight:700;--typography-data-medium-font-size:3rem;--typography-data-medium-line-height:5rem;--typography-data-medium-letter-spacing:normal;--typography-data-medium-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-medium-units-font-weight:700;--typography-data-medium-units-font-size:1.5rem;--typography-data-medium-units-line-height:5rem;--typography-data-medium-units-letter-spacing:normal;--typography-data-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-small-font-weight:700;--typography-data-small-font-size:1.5rem;--typography-data-small-line-height:1.5rem;--typography-data-small-letter-spacing:normal;--typography-data-small-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-small-units-font-weight:700;--typography-data-small-units-font-size:1.125rem;--typography-data-small-units-line-height:1.5rem;--typography-data-small-units-letter-spacing:normal;--typography-display-0-font-family:"Tiempos Headline",Georgia,serif;--typography-display-0-font-weight:800;--typography-display-0-font-size:4.5rem;--typography-display-0-line-height:5.25rem;--typography-display-0-letter-spacing:0em;--typography-heading-1-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-1-font-weight:500;--typography-heading-1-font-size:2.125rem;--typography-heading-1-line-height:2.625rem;--typography-heading-1-letter-spacing:normal;--typography-heading-2-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-2-font-weight:600;--typography-heading-2-font-size:1.75rem;--typography-heading-2-line-height:2.25rem;--typography-heading-2-letter-spacing:normal;--typography-heading-3-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-3-font-weight:600;--typography-heading-3-font-size:1.375rem;--typography-heading-3-line-height:1.875rem;--typography-heading-3-letter-spacing:normal;--typography-heading-4-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-4-font-weight:600;--typography-heading-4-font-size:1.125rem;--typography-heading-4-line-height:1.5rem;--typography-heading-4-letter-spacing:normal;--typography-heading-5-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-5-font-weight:600;--typography-heading-5-font-size:1rem;--typography-heading-5-line-height:1.5rem;--typography-heading-5-letter-spacing:normal;--typography-heading-6-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-6-font-weight:600;--typography-heading-6-font-size:0.875rem;--typography-heading-6-line-height:1.5rem;--typography-heading-6-letter-spacing:normal;--typography-paragraph-intro-lede-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-intro-lede-font-weight:400;--typography-paragraph-intro-lede-font-size:1.25rem;--typography-paragraph-intro-lede-line-height:1.875rem;--typography-paragraph-intro-lede-letter-spacing:0;--typography-paragraph-intro-lede-max-width:975px;--typography-paragraph-body-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-body-font-weight:400;--typography-paragraph-body-font-size:1rem;--typography-paragraph-body-line-height:1.5rem;--typography-paragraph-body-letter-spacing:normal;--typography-paragraph-body-max-width:780px;--typography-paragraph-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-small-font-weight:400;--typography-paragraph-small-font-size:0.875rem;--typography-paragraph-small-line-height:1.125rem;--typography-paragraph-small-letter-spacing:normal;--typography-paragraph-small-max-width:680px;--typography-paragraph-extra-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-extra-small-font-weight:400;--typography-paragraph-extra-small-font-size:0.75rem;--typography-paragraph-extra-small-line-height:1.125rem;--typography-paragraph-extra-small-letter-spacing:normal;--typography-paragraph-extra-small-max-width:600px;--typography-paragraph-bold-font-weight:600;--typography-button-primary-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-button-primary-font-weight:500;--typography-button-primary-font-size:1.125rem;--typography-button-primary-line-height:1.5rem;--typography-button-primary-letter-spacing:normal;--typography-button-secondary-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-button-secondary-font-weight:500;--typography-button-secondary-font-size:1rem;--typography-button-secondary-line-height:1.5rem;--typography-button-secondary-letter-spacing:normal}}@layer normalize{html{text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}}@layer reset{@font-face{font-family:Tiempos Headline;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff)}@font-face{font-family:Tiempos Headline;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-medium.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-medium.woff)}@font-face{font-family:Greycliff CF;font-weight:300;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-light.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:400;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-regular.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-medium.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:600;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-demi-bold.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:700;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-bold.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-extra-bold.woff) format("woff")}@font-face{font-family:Inter;font-weight:300;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff)}@font-face{font-family:Inter;font-weight:400;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff)}@font-face{font-family:Inter;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff)}@font-face{font-family:Inter;font-weight:600;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff)}@font-face{font-family:Inter;font-weight:700;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff)}@font-face{font-family:Inter;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff)}@font-face{font-family:IBM Plex Mono;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff)}}@layer reset{*,:after,:before{border-color:var(--border-solid-border-color,"currentColor");border-style:solid;border-width:0}}
|
|
2
2
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3
3
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4
4
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -55,40 +55,6 @@
|
|
|
55
55
|
opacity: 1;
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
|
-
.MenuItem-module_item__DPerF {
|
|
59
|
-
font-family: var(--typography-paragraph-body-font-family);
|
|
60
|
-
font-size: var(--typography-paragraph-body-font-size);
|
|
61
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing);
|
|
62
|
-
font-weight: var(--typography-paragraph-body-font-weight);
|
|
63
|
-
line-height: var(--typography-paragraph-body-line-height);
|
|
64
|
-
color: rgba(var(--color-purple-800-rgb), 0.7);
|
|
65
|
-
padding: var(--spacing-6) var(--spacing-8);
|
|
66
|
-
border: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) transparent;
|
|
67
|
-
border-radius: 4px;
|
|
68
|
-
display: flex;
|
|
69
|
-
gap: 0 var(--spacing-8);
|
|
70
|
-
align-items: center;
|
|
71
|
-
margin-inline: var(--spacing-6);
|
|
72
|
-
text-decoration: none;
|
|
73
|
-
cursor: pointer;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.MenuItem-module_iconWrapper__bRdQN {
|
|
77
|
-
flex-shrink: 0;
|
|
78
|
-
display: flex;
|
|
79
|
-
align-items: center;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.MenuItem-module_item__DPerF[data-focused] {
|
|
83
|
-
background-color: var(--color-blue-100);
|
|
84
|
-
color: var(--color-blue-500);
|
|
85
|
-
outline: none;
|
|
86
|
-
border-color: var(--color-blue-500);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.MenuItem-module_item__DPerF[data-disabled] {
|
|
90
|
-
opacity: 0.3;
|
|
91
|
-
}
|
|
92
58
|
.Menu-module_menu__iHYqh {
|
|
93
59
|
background-color: var(--color-white);
|
|
94
60
|
color: var(--color-purple-800);
|
|
@@ -119,9 +85,6 @@
|
|
|
119
85
|
display: block;
|
|
120
86
|
margin-block: var(--spacing-6);
|
|
121
87
|
}
|
|
122
|
-
.Focusable-module_focusableWrapper__NfuIi {
|
|
123
|
-
display: inline-flex;
|
|
124
|
-
}
|
|
125
88
|
.Button-module_button__QOSYH {
|
|
126
89
|
--button-min-height-width: var(--spacing-48);
|
|
127
90
|
--button-padding-x: calc(
|
|
@@ -210,6 +173,43 @@
|
|
|
210
173
|
--button-icon-size: var(--spacing-16);
|
|
211
174
|
gap: var(--spacing-8);
|
|
212
175
|
}
|
|
176
|
+
.Focusable-module_focusableWrapper__NfuIi {
|
|
177
|
+
display: inline-flex;
|
|
178
|
+
}
|
|
179
|
+
.MenuItem-module_item__DPerF {
|
|
180
|
+
font-family: var(--typography-paragraph-body-font-family);
|
|
181
|
+
font-size: var(--typography-paragraph-body-font-size);
|
|
182
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing);
|
|
183
|
+
font-weight: var(--typography-paragraph-body-font-weight);
|
|
184
|
+
line-height: var(--typography-paragraph-body-line-height);
|
|
185
|
+
color: rgba(var(--color-purple-800-rgb), 0.7);
|
|
186
|
+
padding: var(--spacing-6) var(--spacing-8);
|
|
187
|
+
border: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) transparent;
|
|
188
|
+
border-radius: 4px;
|
|
189
|
+
display: flex;
|
|
190
|
+
gap: 0 var(--spacing-8);
|
|
191
|
+
align-items: center;
|
|
192
|
+
margin-inline: var(--spacing-6);
|
|
193
|
+
text-decoration: none;
|
|
194
|
+
cursor: pointer;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.MenuItem-module_iconWrapper__bRdQN {
|
|
198
|
+
flex-shrink: 0;
|
|
199
|
+
display: flex;
|
|
200
|
+
align-items: center;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.MenuItem-module_item__DPerF[data-focused] {
|
|
204
|
+
background-color: var(--color-blue-100);
|
|
205
|
+
color: var(--color-blue-500);
|
|
206
|
+
outline: none;
|
|
207
|
+
border-color: var(--color-blue-500);
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.MenuItem-module_item__DPerF[data-disabled] {
|
|
211
|
+
opacity: 0.3;
|
|
212
|
+
}
|
|
213
213
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
214
214
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
215
215
|
.OverlayArrow-module_overlayArrow__hoDyK {
|
|
@@ -238,35 +238,42 @@
|
|
|
238
238
|
.OverlayArrow-module_overlayArrow__hoDyK.OverlayArrow-module_reversed__-WGcR path {
|
|
239
239
|
fill: var(--color-white, #ffffff);
|
|
240
240
|
}
|
|
241
|
-
.
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
241
|
+
.Icon-module_icon__CkmHY {
|
|
242
|
+
font-size: calc(1px * var(--icon-size, 20));
|
|
243
|
+
font-weight: var(--icon-font-weight, 400);
|
|
244
|
+
vertical-align: var(--icon-vertical-align);
|
|
245
|
+
|
|
246
|
+
/* Must use vars otherwise whole attribute must be set again */
|
|
247
|
+
font-variation-settings:
|
|
248
|
+
"FILL" var(--icon-fill, 0),
|
|
249
|
+
"GRAD" var(--icon-grade, 0),
|
|
250
|
+
"opsz" var(--icon-optical-size, var(--icon-size, 20));
|
|
245
251
|
}
|
|
246
|
-
|
|
247
|
-
|
|
252
|
+
|
|
253
|
+
.Icon-module_filled__-VArQ {
|
|
254
|
+
--icon-fill: 1;
|
|
248
255
|
}
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
256
|
+
|
|
257
|
+
.Icon-module_shouldMirrorInRTL__kxncF {
|
|
258
|
+
[dir="rtl"] & {
|
|
259
|
+
transform: scale(-1, 1);
|
|
252
260
|
}
|
|
253
261
|
}
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
262
|
+
|
|
263
|
+
.Icon-module_iconLTR__b3GoB {
|
|
264
|
+
[dir="rtl"] & {
|
|
265
|
+
display: none;
|
|
257
266
|
}
|
|
258
267
|
}
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
268
|
+
|
|
269
|
+
.Icon-module_iconRTL__lpVw5 {
|
|
270
|
+
display: none;
|
|
271
|
+
|
|
272
|
+
[dir="rtl"] & {
|
|
273
|
+
display: inherit;
|
|
262
274
|
}
|
|
263
275
|
}
|
|
264
276
|
|
|
265
|
-
.SVG-module_inheritSize__Q8iam {
|
|
266
|
-
width: inherit;
|
|
267
|
-
height: inherit;
|
|
268
|
-
display: block;
|
|
269
|
-
}
|
|
270
277
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
271
278
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
272
279
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -349,24 +356,22 @@
|
|
|
349
356
|
|
|
350
357
|
.Avatar-module_fallbackIcon__MPWxq {
|
|
351
358
|
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
352
|
-
|
|
359
|
+
font-size: var(--avatar-fallback-icon-size);
|
|
353
360
|
}
|
|
354
361
|
.Avatar-module_xxlarge__oOoGq .Avatar-module_fallbackIcon__MPWxq {
|
|
355
|
-
|
|
362
|
+
--avatar-fallback-icon-size: calc(7.75rem * 0.8);
|
|
356
363
|
}
|
|
357
364
|
.Avatar-module_xlarge__Vx4IG .Avatar-module_fallbackIcon__MPWxq {
|
|
358
|
-
|
|
365
|
+
--avatar-fallback-icon-size: calc(6rem * 0.8);
|
|
359
366
|
}
|
|
360
367
|
.Avatar-module_large__qiNWs .Avatar-module_fallbackIcon__MPWxq {
|
|
361
|
-
|
|
368
|
+
--avatar-fallback-icon-size: calc(4.5rem * 0.7);
|
|
362
369
|
}
|
|
363
370
|
.Avatar-module_medium__Vy3V8 .Avatar-module_fallbackIcon__MPWxq {
|
|
364
|
-
|
|
365
|
-
margin-bottom: -1px;
|
|
371
|
+
--avatar-fallback-icon-size: calc(3rem * 0.7);
|
|
366
372
|
}
|
|
367
373
|
.Avatar-module_small__PeksS .Avatar-module_fallbackIcon__MPWxq {
|
|
368
|
-
|
|
369
|
-
margin-bottom: -1px;
|
|
374
|
+
--avatar-fallback-icon-size: calc(1.25rem * 0.7);
|
|
370
375
|
}
|
|
371
376
|
|
|
372
377
|
.Avatar-module_initials__VDY2Q {
|
|
@@ -673,6 +678,7 @@
|
|
|
673
678
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
674
679
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
675
680
|
.Text-module_text__Byo7R {
|
|
681
|
+
--icon-vertical-align: text-bottom;
|
|
676
682
|
margin: 0;
|
|
677
683
|
}
|
|
678
684
|
.Text-module_text__Byo7R strong {
|
|
@@ -1098,20 +1104,39 @@
|
|
|
1098
1104
|
white-space: nowrap;
|
|
1099
1105
|
width: 1px;
|
|
1100
1106
|
}
|
|
1101
|
-
|
|
1102
|
-
|
|
1107
|
+
.LoadingSpinner-module_loadingSpinner__Zc2mJ {
|
|
1108
|
+
--loading-spinner-size: 48px;
|
|
1109
|
+
|
|
1103
1110
|
display: flex;
|
|
1111
|
+
width: var(--loading-spinner-size);
|
|
1112
|
+
height: var(--loading-spinner-size);
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
.LoadingSpinner-module_xs__y46OT {
|
|
1116
|
+
--loading-spinner-size: 16px;
|
|
1104
1117
|
}
|
|
1105
1118
|
|
|
1106
|
-
.LoadingSpinner-
|
|
1107
|
-
|
|
1119
|
+
.LoadingSpinner-module_sm__nkmIa {
|
|
1120
|
+
--loading-spinner-size: 24px;
|
|
1108
1121
|
}
|
|
1109
1122
|
|
|
1110
|
-
|
|
1123
|
+
.LoadingSpinner-module_md__OWP2- {
|
|
1124
|
+
--loading-spinner-size: 48px;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
.LoadingSpinner-module_spinner__BKrX0 {
|
|
1128
|
+
animation: LoadingSpinner-module_spinner__BKrX0 var(--animation-duration-deliberate)
|
|
1129
|
+
var(--animation-easing-function-ease-in-out) infinite;
|
|
1130
|
+
width: 100%;
|
|
1131
|
+
height: 100%;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
@keyframes LoadingSpinner-module_spinner__BKrX0 {
|
|
1111
1135
|
100% {
|
|
1112
1136
|
transform: rotate(360deg);
|
|
1113
1137
|
}
|
|
1114
1138
|
}
|
|
1139
|
+
|
|
1115
1140
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
1116
1141
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
1117
1142
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -1164,7 +1189,7 @@
|
|
|
1164
1189
|
-webkit-font-smoothing: antialiased;
|
|
1165
1190
|
-moz-osx-font-smoothing: grayscale;
|
|
1166
1191
|
font-family: var(--typography-button-primary-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
1167
|
-
font-weight: var(--typography-button-primary-font-weight,
|
|
1192
|
+
font-weight: var(--typography-button-primary-font-weight, 500);
|
|
1168
1193
|
font-size: var(--typography-button-primary-font-size, 1.125rem);
|
|
1169
1194
|
line-height: var(--typography-button-primary-line-height, 1.5rem);
|
|
1170
1195
|
letter-spacing: var(--typography-button-primary-letter-spacing, normal);
|
|
@@ -1473,9 +1498,6 @@
|
|
|
1473
1498
|
.GenericButton-module_directionalLink__jgRQf {
|
|
1474
1499
|
border: var(--border-solid-border-width, 2px) solid var(--color-blue-300, #73c0e8);
|
|
1475
1500
|
}
|
|
1476
|
-
[dir=rtl] .GenericButton-module_directionalLink__jgRQf {
|
|
1477
|
-
transform: rotate(180deg);
|
|
1478
|
-
}
|
|
1479
1501
|
.GenericButton-module_directionalLink__jgRQf:not(.GenericButton-module_disabled__NQENR, .GenericButton-module_working__Ia8R2):hover, .GenericButton-module_directionalLink__jgRQf:not(.GenericButton-module_disabled__NQENR, .GenericButton-module_working__Ia8R2):active, .GenericButton-module_directionalLink__jgRQf:not(.GenericButton-module_disabled__NQENR, .GenericButton-module_working__Ia8R2):focus-visible {
|
|
1480
1502
|
background-color: var(--color-blue-100, #e6f6ff);
|
|
1481
1503
|
border-color: var(--color-blue-400, #008bd6);
|
|
@@ -1495,16 +1517,10 @@
|
|
|
1495
1517
|
line-height: 1;
|
|
1496
1518
|
}
|
|
1497
1519
|
.GenericButton-module_label__Z08Ax:not(:first-child) {
|
|
1498
|
-
margin-
|
|
1499
|
-
}
|
|
1500
|
-
.GenericButton-module_label__Z08Ax:not(:first-child)[dir=rtl], [dir=rtl] .GenericButton-module_label__Z08Ax:not(:first-child) {
|
|
1501
|
-
margin-right: 0.5em;
|
|
1520
|
+
margin-inline-start: 0.5em;
|
|
1502
1521
|
}
|
|
1503
1522
|
.GenericButton-module_label__Z08Ax:not(:last-child) {
|
|
1504
|
-
margin-
|
|
1505
|
-
}
|
|
1506
|
-
.GenericButton-module_label__Z08Ax:not(:last-child)[dir=rtl], [dir=rtl] .GenericButton-module_label__Z08Ax:not(:last-child) {
|
|
1507
|
-
margin-left: 0.5em;
|
|
1523
|
+
margin-inline-end: 0.5em;
|
|
1508
1524
|
}
|
|
1509
1525
|
|
|
1510
1526
|
.GenericButton-module_fullWidth__2MPO6 {
|
|
@@ -1528,10 +1544,7 @@
|
|
|
1528
1544
|
display: inherit;
|
|
1529
1545
|
}
|
|
1530
1546
|
.GenericButton-module_additionalContentWrapper__RwK-G:not(:last-child) {
|
|
1531
|
-
margin-
|
|
1532
|
-
}
|
|
1533
|
-
.GenericButton-module_additionalContentWrapper__RwK-G:not(:last-child)[dir=rtl], [dir=rtl] .GenericButton-module_additionalContentWrapper__RwK-G:not(:last-child) {
|
|
1534
|
-
margin-left: 0.5em;
|
|
1547
|
+
margin-inline-end: 0.5em;
|
|
1535
1548
|
}
|
|
1536
1549
|
|
|
1537
1550
|
.GenericButton-module_loadingSpinner__lbL3G svg {
|
|
@@ -2050,9 +2063,6 @@
|
|
|
2050
2063
|
background-color: var(--color-blue-100, #e6f6ff);
|
|
2051
2064
|
color: var(--color-blue-500, #0168b3);
|
|
2052
2065
|
}
|
|
2053
|
-
[dir=rtl] .baseCalendarClassNames-module_navButton__Socf8 {
|
|
2054
|
-
transform: scale(-1, 1);
|
|
2055
|
-
}
|
|
2056
2066
|
|
|
2057
2067
|
.baseCalendarClassNames-module_table__4LTvb {
|
|
2058
2068
|
border-collapse: separate;
|
|
@@ -2300,11 +2310,11 @@
|
|
|
2300
2310
|
/* stylelint-disable selector-no-vendor-prefix */
|
|
2301
2311
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2302
2312
|
.Checkbox-module_checkbox__qJnwV.Checkbox-module_checkbox__qJnwV {
|
|
2303
|
-
opacity: 0%;
|
|
2304
|
-
position: absolute;
|
|
2305
2313
|
width: 24px;
|
|
2306
2314
|
height: 24px;
|
|
2307
2315
|
margin: 0;
|
|
2316
|
+
opacity: 0%;
|
|
2317
|
+
position: absolute;
|
|
2308
2318
|
}
|
|
2309
2319
|
.ideal-sans .Checkbox-module_checkbox__qJnwV.Checkbox-module_checkbox__qJnwV {
|
|
2310
2320
|
position: absolute;
|
|
@@ -2315,12 +2325,7 @@
|
|
|
2315
2325
|
}
|
|
2316
2326
|
|
|
2317
2327
|
.Checkbox-module_icon__h6ebV {
|
|
2318
|
-
height: 24px;
|
|
2319
|
-
width: 24px;
|
|
2320
2328
|
position: absolute;
|
|
2321
|
-
top: 50%;
|
|
2322
|
-
transform: translateY(-50%);
|
|
2323
|
-
left: calc(-1 * var(--border-solid-border-width, 2px));
|
|
2324
2329
|
color: var(--color-white, #ffffff);
|
|
2325
2330
|
}
|
|
2326
2331
|
|
|
@@ -2402,6 +2407,10 @@
|
|
|
2402
2407
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2403
2408
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2404
2409
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2410
|
+
.Label-module_label__Dmp7q {
|
|
2411
|
+
--icon-vertical-align: text-bottom;
|
|
2412
|
+
}
|
|
2413
|
+
|
|
2405
2414
|
.Label-module_label__Dmp7q,
|
|
2406
2415
|
.ideal-sans .Label-module_label__Dmp7q {
|
|
2407
2416
|
opacity: inherit;
|
|
@@ -2768,7 +2777,7 @@
|
|
|
2768
2777
|
width: 100%;
|
|
2769
2778
|
margin-bottom: 2px;
|
|
2770
2779
|
}
|
|
2771
|
-
.Input-module_input__d-Moh
|
|
2780
|
+
.Input-module_input__d-Moh::placeholder {
|
|
2772
2781
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2773
2782
|
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2774
2783
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
@@ -2777,34 +2786,7 @@
|
|
|
2777
2786
|
position: static;
|
|
2778
2787
|
opacity: 100%;
|
|
2779
2788
|
}
|
|
2780
|
-
.Input-module_input__d-Moh
|
|
2781
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2782
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2783
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2784
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2785
|
-
position: static;
|
|
2786
|
-
line-height: 2.9rem;
|
|
2787
|
-
opacity: 100%;
|
|
2788
|
-
}
|
|
2789
|
-
.Input-module_input__d-Moh::-moz-placeholder {
|
|
2790
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2791
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2792
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2793
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2794
|
-
position: static;
|
|
2795
|
-
line-height: 2.9rem;
|
|
2796
|
-
opacity: 100%;
|
|
2797
|
-
}
|
|
2798
|
-
.Input-module_input__d-Moh:-ms-input-placeholder {
|
|
2799
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2800
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2801
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2802
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2803
|
-
position: static;
|
|
2804
|
-
line-height: 2.9rem;
|
|
2805
|
-
opacity: 100%;
|
|
2806
|
-
}
|
|
2807
|
-
.Input-module_input__d-Moh:focus:not([disabled])::-webkit-input-placeholder, .Input-module_input__d-Moh:hover:focus:not([disabled])::-webkit-input-placeholder {
|
|
2789
|
+
.Input-module_input__d-Moh:focus:not([disabled])::placeholder, .Input-module_input__d-Moh:hover:focus:not([disabled])::placeholder {
|
|
2808
2790
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2809
2791
|
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2810
2792
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
@@ -2813,37 +2795,10 @@
|
|
|
2813
2795
|
position: static;
|
|
2814
2796
|
opacity: 0%;
|
|
2815
2797
|
}
|
|
2816
|
-
.Input-module_input__d-Moh:focus:not([disabled]):-moz-placeholder, .Input-module_input__d-Moh:hover:focus:not([disabled]):-moz-placeholder {
|
|
2817
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2818
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2819
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2820
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2821
|
-
position: static;
|
|
2822
|
-
line-height: 2.9rem;
|
|
2823
|
-
opacity: 0%;
|
|
2824
|
-
}
|
|
2825
|
-
.Input-module_input__d-Moh:focus:not([disabled])::-moz-placeholder, .Input-module_input__d-Moh:hover:focus:not([disabled])::-moz-placeholder {
|
|
2826
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2827
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2828
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2829
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2830
|
-
position: static;
|
|
2831
|
-
line-height: 2.9rem;
|
|
2832
|
-
opacity: 0%;
|
|
2833
|
-
}
|
|
2834
|
-
.Input-module_input__d-Moh:focus:not([disabled]):-ms-input-placeholder, .Input-module_input__d-Moh:hover:focus:not([disabled]):-ms-input-placeholder {
|
|
2835
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2836
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2837
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2838
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2839
|
-
position: static;
|
|
2840
|
-
line-height: 2.9rem;
|
|
2841
|
-
opacity: 0%;
|
|
2842
|
-
}
|
|
2843
2798
|
.Input-module_input__d-Moh.Input-module_disabled__CJeOi:not(.Input-module_reversed__Kh7dc) {
|
|
2844
2799
|
background: var(--color-gray-300, #eaeaec);
|
|
2845
2800
|
}
|
|
2846
|
-
.Input-module_input__d-Moh.Input-module_disabled__CJeOi
|
|
2801
|
+
.Input-module_input__d-Moh.Input-module_disabled__CJeOi::placeholder {
|
|
2847
2802
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2848
2803
|
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2849
2804
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
@@ -2852,33 +2807,6 @@
|
|
|
2852
2807
|
position: static;
|
|
2853
2808
|
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
|
|
2854
2809
|
}
|
|
2855
|
-
.Input-module_input__d-Moh.Input-module_disabled__CJeOi:-moz-placeholder {
|
|
2856
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2857
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2858
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2859
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2860
|
-
position: static;
|
|
2861
|
-
line-height: 2.9rem;
|
|
2862
|
-
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
|
|
2863
|
-
}
|
|
2864
|
-
.Input-module_input__d-Moh.Input-module_disabled__CJeOi::-moz-placeholder {
|
|
2865
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2866
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2867
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2868
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2869
|
-
position: static;
|
|
2870
|
-
line-height: 2.9rem;
|
|
2871
|
-
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
|
|
2872
|
-
}
|
|
2873
|
-
.Input-module_input__d-Moh.Input-module_disabled__CJeOi:-ms-input-placeholder {
|
|
2874
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2875
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2876
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2877
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2878
|
-
position: static;
|
|
2879
|
-
line-height: 2.9rem;
|
|
2880
|
-
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
|
|
2881
|
-
}
|
|
2882
2810
|
|
|
2883
2811
|
.Input-module_input__d-Moh:focus + .Input-module_focusRing__E68jh {
|
|
2884
2812
|
position: absolute;
|
|
@@ -2999,7 +2927,7 @@
|
|
|
2999
2927
|
display: flex;
|
|
3000
2928
|
align-items: center;
|
|
3001
2929
|
}
|
|
3002
|
-
.Input-module_input__d-Moh.Input-module_default__zata3
|
|
2930
|
+
.Input-module_input__d-Moh.Input-module_default__zata3::placeholder {
|
|
3003
2931
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3004
2932
|
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3005
2933
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
@@ -3009,36 +2937,6 @@
|
|
|
3009
2937
|
color: var(--color-purple-800, #2f2438);
|
|
3010
2938
|
opacity: 0.5;
|
|
3011
2939
|
}
|
|
3012
|
-
.Input-module_input__d-Moh.Input-module_default__zata3:-moz-placeholder {
|
|
3013
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3014
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3015
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3016
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3017
|
-
position: static;
|
|
3018
|
-
line-height: 2.9rem;
|
|
3019
|
-
color: var(--color-purple-800, #2f2438);
|
|
3020
|
-
opacity: 0.5;
|
|
3021
|
-
}
|
|
3022
|
-
.Input-module_input__d-Moh.Input-module_default__zata3::-moz-placeholder {
|
|
3023
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3024
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3025
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3026
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3027
|
-
position: static;
|
|
3028
|
-
line-height: 2.9rem;
|
|
3029
|
-
color: var(--color-purple-800, #2f2438);
|
|
3030
|
-
opacity: 0.5;
|
|
3031
|
-
}
|
|
3032
|
-
.Input-module_input__d-Moh.Input-module_default__zata3:-ms-input-placeholder {
|
|
3033
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3034
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3035
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3036
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3037
|
-
position: static;
|
|
3038
|
-
line-height: 2.9rem;
|
|
3039
|
-
color: var(--color-purple-800, #2f2438);
|
|
3040
|
-
opacity: 0.5;
|
|
3041
|
-
}
|
|
3042
2940
|
.Input-module_input__d-Moh.Input-module_default__zata3:focus:not([disabled]), .Input-module_input__d-Moh.Input-module_default__zata3:hover:not([disabled]), .Input-module_input__d-Moh.Input-module_default__zata3:hover:focus:not([disabled]) {
|
|
3043
2941
|
background-color: var(--color-gray-200, #f4f4f5);
|
|
3044
2942
|
}
|
|
@@ -3050,7 +2948,7 @@
|
|
|
3050
2948
|
border-color: rgba(var(--color-gray-500-rgb, 135, 135, 146), 0.3);
|
|
3051
2949
|
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
|
|
3052
2950
|
}
|
|
3053
|
-
.Input-module_input__d-Moh.Input-module_default__zata3.Input-module_disabled__CJeOi
|
|
2951
|
+
.Input-module_input__d-Moh.Input-module_default__zata3.Input-module_disabled__CJeOi::placeholder {
|
|
3054
2952
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3055
2953
|
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3056
2954
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
@@ -3059,33 +2957,6 @@
|
|
|
3059
2957
|
position: static;
|
|
3060
2958
|
opacity: 0.3;
|
|
3061
2959
|
}
|
|
3062
|
-
.Input-module_input__d-Moh.Input-module_default__zata3.Input-module_disabled__CJeOi:-moz-placeholder {
|
|
3063
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3064
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3065
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3066
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3067
|
-
position: static;
|
|
3068
|
-
line-height: 2.9rem;
|
|
3069
|
-
opacity: 0.3;
|
|
3070
|
-
}
|
|
3071
|
-
.Input-module_input__d-Moh.Input-module_default__zata3.Input-module_disabled__CJeOi::-moz-placeholder {
|
|
3072
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3073
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3074
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3075
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3076
|
-
position: static;
|
|
3077
|
-
line-height: 2.9rem;
|
|
3078
|
-
opacity: 0.3;
|
|
3079
|
-
}
|
|
3080
|
-
.Input-module_input__d-Moh.Input-module_default__zata3.Input-module_disabled__CJeOi:-ms-input-placeholder {
|
|
3081
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3082
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3083
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3084
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3085
|
-
position: static;
|
|
3086
|
-
line-height: 2.9rem;
|
|
3087
|
-
opacity: 0.3;
|
|
3088
|
-
}
|
|
3089
2960
|
.Input-module_input__d-Moh.Input-module_default__zata3:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY) {
|
|
3090
2961
|
border-color: var(--color-gray-500, #878792);
|
|
3091
2962
|
}
|
|
@@ -3112,7 +2983,7 @@
|
|
|
3112
2983
|
background: transparent;
|
|
3113
2984
|
color: var(--color-white, #ffffff);
|
|
3114
2985
|
}
|
|
3115
|
-
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc
|
|
2986
|
+
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc::placeholder {
|
|
3116
2987
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3117
2988
|
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3118
2989
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
@@ -3122,38 +2993,8 @@
|
|
|
3122
2993
|
color: var(--color-white, #ffffff);
|
|
3123
2994
|
opacity: 0.5;
|
|
3124
2995
|
}
|
|
3125
|
-
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc
|
|
3126
|
-
|
|
3127
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3128
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3129
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3130
|
-
position: static;
|
|
3131
|
-
line-height: 2.9rem;
|
|
3132
|
-
color: var(--color-white, #ffffff);
|
|
3133
|
-
opacity: 0.5;
|
|
3134
|
-
}
|
|
3135
|
-
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc::-moz-placeholder {
|
|
3136
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3137
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3138
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3139
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3140
|
-
position: static;
|
|
3141
|
-
line-height: 2.9rem;
|
|
3142
|
-
color: var(--color-white, #ffffff);
|
|
3143
|
-
opacity: 0.5;
|
|
3144
|
-
}
|
|
3145
|
-
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc:-ms-input-placeholder {
|
|
3146
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3147
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3148
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3149
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3150
|
-
position: static;
|
|
3151
|
-
line-height: 2.9rem;
|
|
3152
|
-
color: var(--color-white, #ffffff);
|
|
3153
|
-
opacity: 0.5;
|
|
3154
|
-
}
|
|
3155
|
-
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc:focus:not([disabled]), .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:hover:not([disabled]), .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:hover:focus:not([disabled]) {
|
|
3156
|
-
background: rgba(var(--color-white-rgb, 255, 255, 255), 0.1);
|
|
2996
|
+
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc:focus:not([disabled]), .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:hover:not([disabled]), .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:hover:focus:not([disabled]) {
|
|
2997
|
+
background: rgba(var(--color-white-rgb, 255, 255, 255), 0.1);
|
|
3157
2998
|
}
|
|
3158
2999
|
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc:focus + .Input-module_focusRing__E68jh {
|
|
3159
3000
|
border-color: var(--color-blue-300, #73c0e8);
|
|
@@ -3171,7 +3012,7 @@
|
|
|
3171
3012
|
background: transparent;
|
|
3172
3013
|
color: rgba(var(--color-white-rgb, 255, 255, 255), 0.3);
|
|
3173
3014
|
}
|
|
3174
|
-
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_disabled__CJeOi
|
|
3015
|
+
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_disabled__CJeOi::placeholder {
|
|
3175
3016
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3176
3017
|
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3177
3018
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
@@ -3180,33 +3021,6 @@
|
|
|
3180
3021
|
position: static;
|
|
3181
3022
|
opacity: 0.3;
|
|
3182
3023
|
}
|
|
3183
|
-
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_disabled__CJeOi:-moz-placeholder {
|
|
3184
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3185
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3186
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3187
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3188
|
-
position: static;
|
|
3189
|
-
line-height: 2.9rem;
|
|
3190
|
-
opacity: 0.3;
|
|
3191
|
-
}
|
|
3192
|
-
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_disabled__CJeOi::-moz-placeholder {
|
|
3193
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3194
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3195
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3196
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3197
|
-
position: static;
|
|
3198
|
-
line-height: 2.9rem;
|
|
3199
|
-
opacity: 0.3;
|
|
3200
|
-
}
|
|
3201
|
-
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_disabled__CJeOi:-ms-input-placeholder {
|
|
3202
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3203
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3204
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3205
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3206
|
-
position: static;
|
|
3207
|
-
line-height: 2.9rem;
|
|
3208
|
-
opacity: 0.3;
|
|
3209
|
-
}
|
|
3210
3024
|
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_error__a-BFh {
|
|
3211
3025
|
border-color: var(--color-red-300, #f597a8);
|
|
3212
3026
|
}
|
|
@@ -3242,13 +3056,13 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs:focus-visible {
|
|
|
3242
3056
|
outline: 2px solid var(--color-blue-500, #0168b3);
|
|
3243
3057
|
}
|
|
3244
3058
|
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-runnable-track {
|
|
3059
|
+
margin: var(--spacing-sm, 0.75rem) 0;
|
|
3245
3060
|
width: auto;
|
|
3246
3061
|
height: 0;
|
|
3247
3062
|
box-sizing: border-box;
|
|
3248
3063
|
border-top: 1px solid var(--color-gray-500, #878792);
|
|
3249
3064
|
border-bottom: 2px solid var(--color-gray-500, #878792);
|
|
3250
3065
|
border-radius: 4px;
|
|
3251
|
-
margin: var(--spacing-sm, 0.75rem) 0;
|
|
3252
3066
|
}
|
|
3253
3067
|
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-track {
|
|
3254
3068
|
width: auto;
|
|
@@ -3259,14 +3073,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-track {
|
|
|
3259
3073
|
border-radius: 4px;
|
|
3260
3074
|
}
|
|
3261
3075
|
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-thumb {
|
|
3076
|
+
-webkit-appearance: none;
|
|
3077
|
+
margin-top: calc(34px / 2 * -1);
|
|
3262
3078
|
box-sizing: content-box;
|
|
3263
3079
|
width: 26px;
|
|
3264
3080
|
height: 26px;
|
|
3265
3081
|
border: 4px solid var(--color-white, #ffffff);
|
|
3266
3082
|
border-radius: 100%;
|
|
3267
3083
|
background: var(--color-blue-500, #0168b3);
|
|
3268
|
-
-webkit-appearance: none;
|
|
3269
|
-
margin-top: calc(34px / 2 * -1);
|
|
3270
3084
|
}
|
|
3271
3085
|
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-thumb:not(:disabled) {
|
|
3272
3086
|
transition: all 0.2s;
|
|
@@ -3415,7 +3229,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
3415
3229
|
font-size: 1rem;
|
|
3416
3230
|
line-height: 1.5;
|
|
3417
3231
|
}
|
|
3418
|
-
.InputSearch-module_input__hCit3[type=search]
|
|
3232
|
+
.InputSearch-module_input__hCit3[type=search]::placeholder {
|
|
3419
3233
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3420
3234
|
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3421
3235
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
@@ -3424,40 +3238,13 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
3424
3238
|
position: static;
|
|
3425
3239
|
opacity: 100%;
|
|
3426
3240
|
}
|
|
3427
|
-
.InputSearch-module_input__hCit3[type=search]:-moz-placeholder {
|
|
3428
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3429
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3430
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3431
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3432
|
-
position: static;
|
|
3433
|
-
line-height: 2.9rem;
|
|
3434
|
-
opacity: 100%;
|
|
3435
|
-
}
|
|
3436
|
-
.InputSearch-module_input__hCit3[type=search]::-moz-placeholder {
|
|
3437
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3438
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3439
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3440
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3441
|
-
position: static;
|
|
3442
|
-
line-height: 2.9rem;
|
|
3443
|
-
opacity: 100%;
|
|
3444
|
-
}
|
|
3445
|
-
.InputSearch-module_input__hCit3[type=search]:-ms-input-placeholder {
|
|
3446
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3447
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3448
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3449
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3450
|
-
position: static;
|
|
3451
|
-
line-height: 2.9rem;
|
|
3452
|
-
opacity: 100%;
|
|
3453
|
-
}
|
|
3454
3241
|
.InputSearch-module_input__hCit3[type=search]::-webkit-search-cancel-button {
|
|
3455
3242
|
-webkit-appearance: none;
|
|
3456
3243
|
}
|
|
3457
3244
|
.InputSearch-module_hasEndIconAdornment__ZtGcu .InputSearch-module_input__hCit3[type=search] {
|
|
3458
3245
|
padding-inline-end: calc(var(--spacing-sm, 0.75rem) + 1.25rem + var(--spacing-sm, 0.75rem));
|
|
3459
3246
|
}
|
|
3460
|
-
.InputSearch-module_input__hCit3[type=search]:focus
|
|
3247
|
+
.InputSearch-module_input__hCit3[type=search]:focus::placeholder, .InputSearch-module_input__hCit3[type=search]:hover::placeholder {
|
|
3461
3248
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3462
3249
|
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3463
3250
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
@@ -3466,33 +3253,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
3466
3253
|
position: static;
|
|
3467
3254
|
opacity: 0%;
|
|
3468
3255
|
}
|
|
3469
|
-
.InputSearch-module_input__hCit3[type=search]:focus:-moz-placeholder, .InputSearch-module_input__hCit3[type=search]:hover:-moz-placeholder {
|
|
3470
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3471
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3472
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3473
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3474
|
-
position: static;
|
|
3475
|
-
line-height: 2.9rem;
|
|
3476
|
-
opacity: 0%;
|
|
3477
|
-
}
|
|
3478
|
-
.InputSearch-module_input__hCit3[type=search]:focus::-moz-placeholder, .InputSearch-module_input__hCit3[type=search]:hover::-moz-placeholder {
|
|
3479
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3480
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3481
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3482
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3483
|
-
position: static;
|
|
3484
|
-
line-height: 2.9rem;
|
|
3485
|
-
opacity: 0%;
|
|
3486
|
-
}
|
|
3487
|
-
.InputSearch-module_input__hCit3[type=search]:focus:-ms-input-placeholder, .InputSearch-module_input__hCit3[type=search]:hover:-ms-input-placeholder {
|
|
3488
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3489
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3490
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3491
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3492
|
-
position: static;
|
|
3493
|
-
line-height: 2.9rem;
|
|
3494
|
-
opacity: 0%;
|
|
3495
|
-
}
|
|
3496
3256
|
|
|
3497
3257
|
.InputSearch-module_input__hCit3[type=search]:focus + .InputSearch-module_focusRing__kDUuP {
|
|
3498
3258
|
position: absolute;
|
|
@@ -3537,7 +3297,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
3537
3297
|
background-color: var(--color-white, #ffffff);
|
|
3538
3298
|
color: var(--color-purple-800, #2f2438);
|
|
3539
3299
|
}
|
|
3540
|
-
.InputSearch-module_default__4d3Ek .InputSearch-module_input__hCit3[type=search]
|
|
3300
|
+
.InputSearch-module_default__4d3Ek .InputSearch-module_input__hCit3[type=search]::placeholder {
|
|
3541
3301
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3542
3302
|
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3543
3303
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
@@ -3547,36 +3307,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
3547
3307
|
color: var(--color-purple-800, #2f2438);
|
|
3548
3308
|
opacity: 0.7;
|
|
3549
3309
|
}
|
|
3550
|
-
.InputSearch-module_default__4d3Ek .InputSearch-module_input__hCit3[type=search]:-moz-placeholder {
|
|
3551
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3552
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3553
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3554
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3555
|
-
position: static;
|
|
3556
|
-
line-height: 2.9rem;
|
|
3557
|
-
color: var(--color-purple-800, #2f2438);
|
|
3558
|
-
opacity: 0.7;
|
|
3559
|
-
}
|
|
3560
|
-
.InputSearch-module_default__4d3Ek .InputSearch-module_input__hCit3[type=search]::-moz-placeholder {
|
|
3561
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3562
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3563
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3564
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3565
|
-
position: static;
|
|
3566
|
-
line-height: 2.9rem;
|
|
3567
|
-
color: var(--color-purple-800, #2f2438);
|
|
3568
|
-
opacity: 0.7;
|
|
3569
|
-
}
|
|
3570
|
-
.InputSearch-module_default__4d3Ek .InputSearch-module_input__hCit3[type=search]:-ms-input-placeholder {
|
|
3571
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3572
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3573
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3574
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3575
|
-
position: static;
|
|
3576
|
-
line-height: 2.9rem;
|
|
3577
|
-
color: var(--color-purple-800, #2f2438);
|
|
3578
|
-
opacity: 0.7;
|
|
3579
|
-
}
|
|
3580
3310
|
.InputSearch-module_default__4d3Ek .InputSearch-module_focusRing__kDUuP {
|
|
3581
3311
|
border-color: var(--color-blue-500, #0168b3);
|
|
3582
3312
|
}
|
|
@@ -3588,7 +3318,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
3588
3318
|
border-color: var(--color-gray-600, #524e56);
|
|
3589
3319
|
background-color: var(--color-gray-200, #f4f4f5);
|
|
3590
3320
|
}
|
|
3591
|
-
.InputSearch-module_default__4d3Ek:hover .InputSearch-module_input__hCit3[type=search]
|
|
3321
|
+
.InputSearch-module_default__4d3Ek:hover .InputSearch-module_input__hCit3[type=search]::placeholder, .InputSearch-module_default__4d3Ek:focus-within .InputSearch-module_input__hCit3[type=search]::placeholder {
|
|
3592
3322
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3593
3323
|
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3594
3324
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
@@ -3597,33 +3327,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
3597
3327
|
position: static;
|
|
3598
3328
|
opacity: 100%;
|
|
3599
3329
|
}
|
|
3600
|
-
.InputSearch-module_default__4d3Ek:hover .InputSearch-module_input__hCit3[type=search]:-moz-placeholder, .InputSearch-module_default__4d3Ek:focus-within .InputSearch-module_input__hCit3[type=search]:-moz-placeholder {
|
|
3601
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3602
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3603
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3604
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3605
|
-
position: static;
|
|
3606
|
-
line-height: 2.9rem;
|
|
3607
|
-
opacity: 100%;
|
|
3608
|
-
}
|
|
3609
|
-
.InputSearch-module_default__4d3Ek:hover .InputSearch-module_input__hCit3[type=search]::-moz-placeholder, .InputSearch-module_default__4d3Ek:focus-within .InputSearch-module_input__hCit3[type=search]::-moz-placeholder {
|
|
3610
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3611
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3612
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3613
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3614
|
-
position: static;
|
|
3615
|
-
line-height: 2.9rem;
|
|
3616
|
-
opacity: 100%;
|
|
3617
|
-
}
|
|
3618
|
-
.InputSearch-module_default__4d3Ek:hover .InputSearch-module_input__hCit3[type=search]:-ms-input-placeholder, .InputSearch-module_default__4d3Ek:focus-within .InputSearch-module_input__hCit3[type=search]:-ms-input-placeholder {
|
|
3619
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3620
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3621
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3622
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3623
|
-
position: static;
|
|
3624
|
-
line-height: 2.9rem;
|
|
3625
|
-
opacity: 100%;
|
|
3626
|
-
}
|
|
3627
3330
|
.InputSearch-module_default__4d3Ek:hover .InputSearch-module_startIconAdornment__Tc7Yx, .InputSearch-module_default__4d3Ek:focus-within .InputSearch-module_startIconAdornment__Tc7Yx {
|
|
3628
3331
|
opacity: 100%;
|
|
3629
3332
|
}
|
|
@@ -3633,7 +3336,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
3633
3336
|
background-color: var(--color-gray-200, #f4f4f5);
|
|
3634
3337
|
color: var(--color-purple-800, #2f2438);
|
|
3635
3338
|
}
|
|
3636
|
-
.InputSearch-module_secondary__l68uD .InputSearch-module_input__hCit3[type=search]
|
|
3339
|
+
.InputSearch-module_secondary__l68uD .InputSearch-module_input__hCit3[type=search]::placeholder {
|
|
3637
3340
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3638
3341
|
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3639
3342
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
@@ -3643,36 +3346,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
3643
3346
|
color: var(--color-purple-800, #2f2438);
|
|
3644
3347
|
opacity: 0.7;
|
|
3645
3348
|
}
|
|
3646
|
-
.InputSearch-module_secondary__l68uD .InputSearch-module_input__hCit3[type=search]:-moz-placeholder {
|
|
3647
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3648
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3649
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3650
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3651
|
-
position: static;
|
|
3652
|
-
line-height: 2.9rem;
|
|
3653
|
-
color: var(--color-purple-800, #2f2438);
|
|
3654
|
-
opacity: 0.7;
|
|
3655
|
-
}
|
|
3656
|
-
.InputSearch-module_secondary__l68uD .InputSearch-module_input__hCit3[type=search]::-moz-placeholder {
|
|
3657
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3658
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3659
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3660
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3661
|
-
position: static;
|
|
3662
|
-
line-height: 2.9rem;
|
|
3663
|
-
color: var(--color-purple-800, #2f2438);
|
|
3664
|
-
opacity: 0.7;
|
|
3665
|
-
}
|
|
3666
|
-
.InputSearch-module_secondary__l68uD .InputSearch-module_input__hCit3[type=search]:-ms-input-placeholder {
|
|
3667
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3668
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3669
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3670
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3671
|
-
position: static;
|
|
3672
|
-
line-height: 2.9rem;
|
|
3673
|
-
color: var(--color-purple-800, #2f2438);
|
|
3674
|
-
opacity: 0.7;
|
|
3675
|
-
}
|
|
3676
3349
|
.InputSearch-module_secondary__l68uD .InputSearch-module_focusRing__kDUuP {
|
|
3677
3350
|
border-color: var(--color-blue-500, #0168b3);
|
|
3678
3351
|
}
|
|
@@ -3684,7 +3357,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
3684
3357
|
border-color: transparent;
|
|
3685
3358
|
background-color: var(--color-gray-300, #eaeaec);
|
|
3686
3359
|
}
|
|
3687
|
-
.InputSearch-module_secondary__l68uD:hover .InputSearch-module_input__hCit3[type=search]
|
|
3360
|
+
.InputSearch-module_secondary__l68uD:hover .InputSearch-module_input__hCit3[type=search]::placeholder, .InputSearch-module_secondary__l68uD:focus-within .InputSearch-module_input__hCit3[type=search]::placeholder {
|
|
3688
3361
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3689
3362
|
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3690
3363
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
@@ -3693,33 +3366,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
3693
3366
|
position: static;
|
|
3694
3367
|
opacity: 100%;
|
|
3695
3368
|
}
|
|
3696
|
-
.InputSearch-module_secondary__l68uD:hover .InputSearch-module_input__hCit3[type=search]:-moz-placeholder, .InputSearch-module_secondary__l68uD:focus-within .InputSearch-module_input__hCit3[type=search]:-moz-placeholder {
|
|
3697
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3698
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3699
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3700
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3701
|
-
position: static;
|
|
3702
|
-
line-height: 2.9rem;
|
|
3703
|
-
opacity: 100%;
|
|
3704
|
-
}
|
|
3705
|
-
.InputSearch-module_secondary__l68uD:hover .InputSearch-module_input__hCit3[type=search]::-moz-placeholder, .InputSearch-module_secondary__l68uD:focus-within .InputSearch-module_input__hCit3[type=search]::-moz-placeholder {
|
|
3706
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3707
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3708
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3709
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3710
|
-
position: static;
|
|
3711
|
-
line-height: 2.9rem;
|
|
3712
|
-
opacity: 100%;
|
|
3713
|
-
}
|
|
3714
|
-
.InputSearch-module_secondary__l68uD:hover .InputSearch-module_input__hCit3[type=search]:-ms-input-placeholder, .InputSearch-module_secondary__l68uD:focus-within .InputSearch-module_input__hCit3[type=search]:-ms-input-placeholder {
|
|
3715
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3716
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3717
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3718
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3719
|
-
position: static;
|
|
3720
|
-
line-height: 2.9rem;
|
|
3721
|
-
opacity: 100%;
|
|
3722
|
-
}
|
|
3723
3369
|
.InputSearch-module_secondary__l68uD:hover .InputSearch-module_startIconAdornment__Tc7Yx, .InputSearch-module_secondary__l68uD:focus-within .InputSearch-module_startIconAdornment__Tc7Yx {
|
|
3724
3370
|
opacity: 100%;
|
|
3725
3371
|
}
|
|
@@ -3728,7 +3374,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
3728
3374
|
background: rgba(var(--color-white-rgb, 255, 255, 255), 0.1);
|
|
3729
3375
|
color: var(--color-white, #ffffff);
|
|
3730
3376
|
}
|
|
3731
|
-
.InputSearch-module_reversed__eS7Nr .InputSearch-module_input__hCit3[type=search]
|
|
3377
|
+
.InputSearch-module_reversed__eS7Nr .InputSearch-module_input__hCit3[type=search]::placeholder {
|
|
3732
3378
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3733
3379
|
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3734
3380
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
@@ -3738,36 +3384,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
3738
3384
|
color: var(--color-white, #ffffff);
|
|
3739
3385
|
opacity: 0.8;
|
|
3740
3386
|
}
|
|
3741
|
-
.InputSearch-module_reversed__eS7Nr .InputSearch-module_input__hCit3[type=search]:-moz-placeholder {
|
|
3742
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3743
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3744
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3745
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3746
|
-
position: static;
|
|
3747
|
-
line-height: 2.9rem;
|
|
3748
|
-
color: var(--color-white, #ffffff);
|
|
3749
|
-
opacity: 0.8;
|
|
3750
|
-
}
|
|
3751
|
-
.InputSearch-module_reversed__eS7Nr .InputSearch-module_input__hCit3[type=search]::-moz-placeholder {
|
|
3752
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3753
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3754
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3755
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3756
|
-
position: static;
|
|
3757
|
-
line-height: 2.9rem;
|
|
3758
|
-
color: var(--color-white, #ffffff);
|
|
3759
|
-
opacity: 0.8;
|
|
3760
|
-
}
|
|
3761
|
-
.InputSearch-module_reversed__eS7Nr .InputSearch-module_input__hCit3[type=search]:-ms-input-placeholder {
|
|
3762
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3763
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
3764
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
3765
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3766
|
-
position: static;
|
|
3767
|
-
line-height: 2.9rem;
|
|
3768
|
-
color: var(--color-white, #ffffff);
|
|
3769
|
-
opacity: 0.8;
|
|
3770
|
-
}
|
|
3771
3387
|
.InputSearch-module_reversed__eS7Nr .InputSearch-module_focusRing__kDUuP {
|
|
3772
3388
|
border-color: var(--color-blue-300, #73c0e8);
|
|
3773
3389
|
}
|
|
@@ -3867,8 +3483,8 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
3867
3483
|
margin: 0;
|
|
3868
3484
|
padding: 0;
|
|
3869
3485
|
border: none;
|
|
3870
|
-
display:
|
|
3871
|
-
padding:
|
|
3486
|
+
display: flex;
|
|
3487
|
+
padding: var(--spacing-6);
|
|
3872
3488
|
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) transparent;
|
|
3873
3489
|
border-radius: var(--border-solid-border-radius, 7px);
|
|
3874
3490
|
position: relative;
|
|
@@ -3889,10 +3505,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
3889
3505
|
background-color: var(--color-blue-100, #e6f6ff);
|
|
3890
3506
|
color: var(--color-blue-500, #0168b3);
|
|
3891
3507
|
}
|
|
3892
|
-
.DateInputWithIconButton-module_iconButton__W7YMX svg {
|
|
3893
|
-
position: relative;
|
|
3894
|
-
top: 2px;
|
|
3895
|
-
}
|
|
3896
3508
|
|
|
3897
3509
|
.DateInputWithIconButton-module_calendarActive__b2Vze {
|
|
3898
3510
|
color: var(--color-blue-500, #0168b3);
|
|
@@ -4464,7 +4076,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
4464
4076
|
}
|
|
4465
4077
|
|
|
4466
4078
|
.FilterButton-module_hasSelectedValues__tc-XE {
|
|
4467
|
-
font-weight:
|
|
4079
|
+
font-weight: bold;
|
|
4468
4080
|
}
|
|
4469
4081
|
|
|
4470
4082
|
.FilterButton-module_labelSeparator__CmSqS {
|
|
@@ -4719,20 +4331,20 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
4719
4331
|
border: none;
|
|
4720
4332
|
-webkit-font-smoothing: antialiased;
|
|
4721
4333
|
-moz-osx-font-smoothing: grayscale;
|
|
4722
|
-
font-family: var(--typography-button-secondary-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
4723
|
-
font-weight: var(--typography-button-secondary-font-weight, 500);
|
|
4724
|
-
font-size: var(--typography-button-secondary-font-size, 1rem);
|
|
4725
|
-
line-height: var(--typography-button-secondary-line-height, 1.5rem);
|
|
4726
|
-
letter-spacing: var(--typography-button-secondary-letter-spacing, normal);
|
|
4727
4334
|
position: relative;
|
|
4728
|
-
|
|
4335
|
+
display: inline-flex;
|
|
4336
|
+
align-items: center;
|
|
4337
|
+
gap: var(--spacing-xs, 0.375rem);
|
|
4729
4338
|
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid);
|
|
4730
4339
|
border-color: var(--border-borderless-border-color, transparent);
|
|
4731
4340
|
border-radius: var(--border-solid-border-radius, 7px);
|
|
4732
4341
|
padding: var(--spacing-4, 0.25rem) var(--spacing-8, 0.5rem);
|
|
4733
|
-
|
|
4734
|
-
|
|
4735
|
-
|
|
4342
|
+
font-weight: var(--typography-button-secondary-font-weight, 500);
|
|
4343
|
+
font-family: var(--typography-button-secondary-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
4344
|
+
font-size: var(--typography-button-secondary-font-size, 1rem);
|
|
4345
|
+
line-height: var(--typography-button-secondary-line-height, 1.5rem);
|
|
4346
|
+
letter-spacing: var(--typography-button-secondary-letter-spacing, normal);
|
|
4347
|
+
color: var(--color-blue-500, #0168b3);
|
|
4736
4348
|
}
|
|
4737
4349
|
.SelectionControlButton-module_button__u-ysH:focus {
|
|
4738
4350
|
outline: none;
|
|
@@ -4882,7 +4494,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
4882
4494
|
}
|
|
4883
4495
|
|
|
4884
4496
|
.SelectToggle-module_icon__BqMEK {
|
|
4885
|
-
margin-inline-start: var(--spacing-12, 0.75rem);
|
|
4886
4497
|
color: var(--color-gray-500, #878792);
|
|
4887
4498
|
}
|
|
4888
4499
|
|
|
@@ -4999,6 +4610,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
4999
4610
|
white-space: nowrap;
|
|
5000
4611
|
overflow: hidden;
|
|
5001
4612
|
text-overflow: ellipsis;
|
|
4613
|
+
padding-inline-end: var(--spacing-12);
|
|
5002
4614
|
}
|
|
5003
4615
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5004
4616
|
.FilterSelect-module_filterContents__p7Kgc {
|
|
@@ -5391,6 +5003,35 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
5391
5003
|
}
|
|
5392
5004
|
|
|
5393
5005
|
/* stylelint-enable no-descending-specificity */
|
|
5006
|
+
.SVG-module_icon__8J5Ev {
|
|
5007
|
+
width: 20px;
|
|
5008
|
+
height: 20px;
|
|
5009
|
+
display: inline-block;
|
|
5010
|
+
}
|
|
5011
|
+
.SVG-module_icon__8J5Ev > use {
|
|
5012
|
+
pointer-events: none;
|
|
5013
|
+
}
|
|
5014
|
+
@media screen and (-ms-high-contrast: active) {
|
|
5015
|
+
.SVG-module_icon__8J5Ev {
|
|
5016
|
+
color: black;
|
|
5017
|
+
}
|
|
5018
|
+
}
|
|
5019
|
+
@media screen and (-ms-high-contrast: white-on-black) {
|
|
5020
|
+
.SVG-module_icon__8J5Ev {
|
|
5021
|
+
color: white;
|
|
5022
|
+
}
|
|
5023
|
+
}
|
|
5024
|
+
@media screen and (-ms-high-contrast: black-on-white) {
|
|
5025
|
+
.SVG-module_icon__8J5Ev {
|
|
5026
|
+
color: black;
|
|
5027
|
+
}
|
|
5028
|
+
}
|
|
5029
|
+
|
|
5030
|
+
.SVG-module_inheritSize__Q8iam {
|
|
5031
|
+
width: inherit;
|
|
5032
|
+
height: inherit;
|
|
5033
|
+
display: block;
|
|
5034
|
+
}
|
|
5394
5035
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5395
5036
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5396
5037
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -5506,11 +5147,13 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
5506
5147
|
.GenericNotification-module_inline__OciO5 .GenericNotification-module_icon__SDb8v, .GenericNotification-module_toast__GOVfC .GenericNotification-module_icon__SDb8v {
|
|
5507
5148
|
width: 22px;
|
|
5508
5149
|
height: 22px;
|
|
5150
|
+
font-size: 22px;
|
|
5509
5151
|
margin-top: var(--spacing-6, 0.375rem);
|
|
5510
5152
|
}
|
|
5511
5153
|
.GenericNotification-module_global__Weka- .GenericNotification-module_icon__SDb8v {
|
|
5512
5154
|
width: 24px;
|
|
5513
5155
|
height: 24px;
|
|
5156
|
+
font-size: 24px;
|
|
5514
5157
|
}
|
|
5515
5158
|
|
|
5516
5159
|
.GenericNotification-module_textContainer__Avpbk {
|
|
@@ -5600,16 +5243,16 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
5600
5243
|
}
|
|
5601
5244
|
|
|
5602
5245
|
.GenericNotification-module_cancel__c6wky {
|
|
5246
|
+
cursor: pointer;
|
|
5603
5247
|
appearance: none;
|
|
5604
|
-
|
|
5605
|
-
|
|
5606
|
-
font: inherit;
|
|
5248
|
+
transition: none;
|
|
5249
|
+
transform: none;
|
|
5607
5250
|
margin: 0;
|
|
5608
5251
|
padding: 0;
|
|
5609
|
-
|
|
5610
|
-
|
|
5252
|
+
border: none;
|
|
5253
|
+
background: transparent;
|
|
5254
|
+
font: inherit;
|
|
5611
5255
|
color: var(--color-purple-800, #2f2438);
|
|
5612
|
-
transform: none;
|
|
5613
5256
|
}
|
|
5614
5257
|
.GenericNotification-module_cancel__c6wky .GenericNotification-module_icon__SDb8v {
|
|
5615
5258
|
opacity: 70%;
|
|
@@ -5723,186 +5366,455 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
5723
5366
|
}
|
|
5724
5367
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5725
5368
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5726
|
-
|
|
5727
|
-
|
|
5728
|
-
|
|
5729
|
-
|
|
5730
|
-
|
|
5731
|
-
|
|
5732
|
-
|
|
5733
|
-
|
|
5734
|
-
|
|
5735
|
-
top: 0;
|
|
5736
|
-
bottom: 0;
|
|
5737
|
-
z-index: 1100;
|
|
5738
|
-
max-width: 100%;
|
|
5739
|
-
pointer-events: none;
|
|
5369
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5370
|
+
.Popover-module_popover__B7k5I {
|
|
5371
|
+
box-sizing: border-box;
|
|
5372
|
+
box-shadow: var(--shadow-large-box-shadow, 0 3px 9px 0 rgba(0, 0, 0, 0.1), 0 8px 40px 0 rgba(0, 0, 0, 0.08));
|
|
5373
|
+
border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) transparent;
|
|
5374
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
5375
|
+
background: var(--color-white, #ffffff);
|
|
5376
|
+
overflow: auto;
|
|
5377
|
+
z-index: 100000;
|
|
5740
5378
|
}
|
|
5741
|
-
|
|
5742
|
-
|
|
5743
|
-
padding-top: 108px;
|
|
5744
|
-
}
|
|
5379
|
+
.Popover-module_popover__B7k5I:focus {
|
|
5380
|
+
outline: none;
|
|
5745
5381
|
}
|
|
5746
|
-
|
|
5747
|
-
|
|
5748
|
-
left: var(--spacing-md, 1.5rem);
|
|
5749
|
-
}
|
|
5382
|
+
.Popover-module_popover__B7k5I:focus-visible {
|
|
5383
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
5750
5384
|
}
|
|
5751
5385
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5752
5386
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5753
5387
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5754
|
-
|
|
5755
|
-
|
|
5756
|
-
0% {
|
|
5757
|
-
opacity: 50%;
|
|
5758
|
-
-webkit-transform: scale(1);
|
|
5759
|
-
}
|
|
5760
|
-
100% {
|
|
5761
|
-
opacity: 0%;
|
|
5762
|
-
-webkit-transform: scale(1.78);
|
|
5763
|
-
}
|
|
5764
|
-
}
|
|
5765
|
-
.LikertScaleLegacy-module_container__5wjIJ {
|
|
5766
|
-
width: 220px;
|
|
5388
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5389
|
+
.Select-module_container__TaMKg {
|
|
5767
5390
|
position: relative;
|
|
5768
|
-
|
|
5769
|
-
}
|
|
5770
|
-
@media only screen and (max-width: 767px) {
|
|
5771
|
-
.LikertScaleLegacy-module_container__5wjIJ {
|
|
5772
|
-
width: 258px;
|
|
5773
|
-
position: static;
|
|
5774
|
-
}
|
|
5775
|
-
}
|
|
5776
|
-
.LikertScaleLegacy-module_container__5wjIJ.LikertScaleLegacy-module_rated__KXpzU .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_unselected__nP5p9 .LikertScaleLegacy-module_likertItemFill__yj0tC {
|
|
5777
|
-
transition: background 0.1s;
|
|
5778
|
-
}
|
|
5779
|
-
.LikertScaleLegacy-module_container__5wjIJ.LikertScaleLegacy-module_reversed__qrwrP.LikertScaleLegacy-module_rated__KXpzU .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_unselected__nP5p9 .LikertScaleLegacy-module_likertItemFill__yj0tC {
|
|
5780
|
-
background-color: transparent;
|
|
5781
|
-
border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
|
|
5782
|
-
}
|
|
5783
|
-
.LikertScaleLegacy-module_container__5wjIJ :where(.LikertScaleLegacy-module_likertItem4__0SWtD, .LikertScaleLegacy-module_likertItem5__ZF0By) .LikertScaleLegacy-module_check__3wQsx {
|
|
5784
|
-
color: white;
|
|
5785
|
-
}
|
|
5786
|
-
.LikertScaleLegacy-module_container__5wjIJ :is(.LikertScaleLegacy-module_likertItem4__0SWtD.LikertScaleLegacy-module_suggested__0xk0D, .LikertScaleLegacy-module_likertItem5__ZF0By.LikertScaleLegacy-module_suggested__0xk0D) .LikertScaleLegacy-module_check__3wQsx {
|
|
5787
|
-
color: white;
|
|
5391
|
+
width: 100%;
|
|
5788
5392
|
}
|
|
5789
5393
|
|
|
5790
|
-
.
|
|
5791
|
-
|
|
5792
|
-
outline: none;
|
|
5394
|
+
.Select-module_notFullWidth__Mr-3G {
|
|
5395
|
+
width: 180px;
|
|
5793
5396
|
}
|
|
5794
|
-
|
|
5795
|
-
|
|
5796
|
-
|
|
5797
|
-
|
|
5397
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5398
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5399
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5400
|
+
.Tag-module_tag__Ef8Iu {
|
|
5401
|
+
display: inline-flex;
|
|
5402
|
+
align-items: center;
|
|
5403
|
+
padding: var(--spacing-4, 0.25rem) var(--spacing-8, 0.5rem);
|
|
5404
|
+
gap: var(--spacing-4, 0.25rem);
|
|
5405
|
+
border-radius: 28px;
|
|
5406
|
+
font-family: var(--typography-paragraph-intro-lede-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
5407
|
+
font-size: var(--typography-paragraph-small-font-size, 0.875rem);
|
|
5408
|
+
font-weight: var(--typography-paragraph-small-font-weight, 400);
|
|
5409
|
+
line-height: var(--typography-paragraph-small-line-height, 1.125rem);
|
|
5410
|
+
white-space: nowrap;
|
|
5798
5411
|
}
|
|
5799
5412
|
|
|
5800
|
-
.
|
|
5801
|
-
|
|
5413
|
+
.Tag-module_iconContainer__tEPTW {
|
|
5414
|
+
display: inline-flex;
|
|
5802
5415
|
}
|
|
5803
5416
|
|
|
5804
|
-
.
|
|
5805
|
-
|
|
5806
|
-
|
|
5807
|
-
display: inline-block;
|
|
5808
|
-
height: 37px;
|
|
5809
|
-
font-size: 0;
|
|
5417
|
+
.Tag-module_gray__4YmDZ {
|
|
5418
|
+
background-color: var(--color-gray-300, #eaeaec);
|
|
5419
|
+
color: var(--color-purple-800, #2f2438);
|
|
5810
5420
|
}
|
|
5811
5421
|
|
|
5812
|
-
.
|
|
5813
|
-
|
|
5814
|
-
|
|
5815
|
-
top: calc(-1 * var(--spacing-md, 1.5rem));
|
|
5816
|
-
left: 0;
|
|
5817
|
-
right: 0;
|
|
5422
|
+
.Tag-module_blue__CjyTI {
|
|
5423
|
+
background-color: var(--color-blue-100, #e6f6ff);
|
|
5424
|
+
color: var(--color-blue-700, #003157);
|
|
5818
5425
|
}
|
|
5819
|
-
|
|
5820
|
-
|
|
5821
|
-
position: initial;
|
|
5822
|
-
top: 0;
|
|
5823
|
-
}
|
|
5426
|
+
.Tag-module_blue__CjyTI .Tag-module_iconContainer__tEPTW {
|
|
5427
|
+
color: var(--color-blue-500, #0168b3);
|
|
5824
5428
|
}
|
|
5825
5429
|
|
|
5826
|
-
.
|
|
5827
|
-
|
|
5828
|
-
|
|
5829
|
-
font-size: 1px;
|
|
5830
|
-
line-height: 1;
|
|
5831
|
-
padding: 0;
|
|
5832
|
-
overflow-x: visible;
|
|
5833
|
-
display: inline-block;
|
|
5834
|
-
width: 18.5%;
|
|
5835
|
-
position: relative;
|
|
5836
|
-
}
|
|
5837
|
-
.LikertScaleLegacy-module_likertItem__LwX2w[dir=rtl]:first-child, [dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:first-child {
|
|
5838
|
-
margin-left: 2px;
|
|
5430
|
+
.Tag-module_green__uC0TU {
|
|
5431
|
+
background-color: var(--color-green-100, #e8f8f4);
|
|
5432
|
+
color: var(--color-green-700, #22594a);
|
|
5839
5433
|
}
|
|
5840
|
-
.
|
|
5841
|
-
|
|
5434
|
+
.Tag-module_green__uC0TU .Tag-module_iconContainer__tEPTW {
|
|
5435
|
+
color: var(--color-green-500, #3f9a86);
|
|
5842
5436
|
}
|
|
5843
|
-
|
|
5844
|
-
|
|
5845
|
-
|
|
5437
|
+
|
|
5438
|
+
.Tag-module_yellow__wEk5Z {
|
|
5439
|
+
background-color: var(--color-yellow-100, #fff9e4);
|
|
5440
|
+
color: var(--color-yellow-700, #876400);
|
|
5846
5441
|
}
|
|
5847
|
-
|
|
5848
|
-
|
|
5849
|
-
border-top-right-radius: 35px;
|
|
5850
|
-
border-bottom-right-radius: 35px;
|
|
5442
|
+
.Tag-module_yellow__wEk5Z .Tag-module_iconContainer__tEPTW {
|
|
5443
|
+
color: var(--color-yellow-700, #876400);
|
|
5851
5444
|
}
|
|
5852
|
-
|
|
5853
|
-
|
|
5854
|
-
|
|
5445
|
+
|
|
5446
|
+
.Tag-module_orange__V-KdG {
|
|
5447
|
+
background-color: var(--color-orange-100, #fff0e8);
|
|
5448
|
+
color: var(--color-orange-700, #903c00);
|
|
5855
5449
|
}
|
|
5856
|
-
|
|
5857
|
-
|
|
5858
|
-
border-top-right-radius: 35px;
|
|
5859
|
-
border-bottom-right-radius: 35px;
|
|
5450
|
+
.Tag-module_orange__V-KdG .Tag-module_iconContainer__tEPTW {
|
|
5451
|
+
color: var(--color-orange-500, #e96c2f);
|
|
5860
5452
|
}
|
|
5861
|
-
|
|
5862
|
-
|
|
5863
|
-
|
|
5453
|
+
|
|
5454
|
+
.Tag-module_red__cg1Rf {
|
|
5455
|
+
background-color: var(--color-red-100, #fdeaee);
|
|
5456
|
+
color: var(--color-red-700, #6c1e20);
|
|
5864
5457
|
}
|
|
5865
|
-
|
|
5866
|
-
|
|
5867
|
-
border-top-left-radius: 35px;
|
|
5868
|
-
border-bottom-left-radius: 35px;
|
|
5458
|
+
.Tag-module_red__cg1Rf .Tag-module_iconContainer__tEPTW {
|
|
5459
|
+
color: var(--color-red-500, #c93b55);
|
|
5869
5460
|
}
|
|
5870
|
-
|
|
5871
|
-
|
|
5872
|
-
|
|
5461
|
+
|
|
5462
|
+
.Tag-module_purple__OR2Jt {
|
|
5463
|
+
background-color: var(--color-purple-100, #f4edf8);
|
|
5464
|
+
color: var(--color-purple-700, #4a234d);
|
|
5873
5465
|
}
|
|
5874
|
-
|
|
5875
|
-
|
|
5876
|
-
border-top-left-radius: 35px;
|
|
5877
|
-
border-bottom-left-radius: 35px;
|
|
5466
|
+
.Tag-module_purple__OR2Jt .Tag-module_iconContainer__tEPTW {
|
|
5467
|
+
color: var(--color-purple-500, #844587);
|
|
5878
5468
|
}
|
|
5879
|
-
|
|
5880
|
-
|
|
5881
|
-
|
|
5469
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5470
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5471
|
+
.RemoveButton-module_removeButton__9yzxJ {
|
|
5472
|
+
appearance: none;
|
|
5473
|
+
display: inline;
|
|
5474
|
+
background: transparent;
|
|
5475
|
+
color: inherit;
|
|
5476
|
+
font: inherit;
|
|
5477
|
+
margin: 0;
|
|
5478
|
+
padding: 0;
|
|
5479
|
+
border: none;
|
|
5480
|
+
position: relative;
|
|
5481
|
+
display: inline-flex;
|
|
5482
|
+
border-radius: 50%;
|
|
5483
|
+
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
5882
5484
|
}
|
|
5883
|
-
.
|
|
5884
|
-
|
|
5885
|
-
margin-right: 0;
|
|
5485
|
+
.RemoveButton-module_removeButton__9yzxJ:focus, .RemoveButton-module_removeButton__9yzxJ:focus-visible {
|
|
5486
|
+
outline: none;
|
|
5886
5487
|
}
|
|
5887
|
-
.
|
|
5488
|
+
.RemoveButton-module_removeButton__9yzxJ:focus::after, .RemoveButton-module_removeButton__9yzxJ:focus-visible::after {
|
|
5489
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
5888
5490
|
content: "";
|
|
5889
5491
|
position: absolute;
|
|
5890
|
-
|
|
5891
|
-
|
|
5892
|
-
|
|
5893
|
-
|
|
5894
|
-
|
|
5895
|
-
.LikertScaleLegacy-module_likertItem__LwX2w::after {
|
|
5896
|
-
right: auto;
|
|
5897
|
-
left: 100%;
|
|
5492
|
+
background: transparent;
|
|
5493
|
+
border-width: var(--border-focus-ring-border-width, 2px);
|
|
5494
|
+
border-style: var(--border-focus-ring-border-style, solid);
|
|
5495
|
+
border-radius: 50%;
|
|
5496
|
+
inset: -3px;
|
|
5898
5497
|
}
|
|
5899
|
-
.
|
|
5900
|
-
|
|
5498
|
+
.RemoveButton-module_removeButton__9yzxJ::before {
|
|
5499
|
+
position: absolute;
|
|
5500
|
+
content: "";
|
|
5501
|
+
inset: -5px;
|
|
5502
|
+
border-radius: 50%;
|
|
5901
5503
|
}
|
|
5902
|
-
.
|
|
5903
|
-
background-color: var(--color-
|
|
5504
|
+
.RemoveButton-module_removeButton__9yzxJ:hover, .RemoveButton-module_removeButton__9yzxJ:focus, .RemoveButton-module_removeButton__9yzxJ:focus-visible {
|
|
5505
|
+
background-color: rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.2);
|
|
5506
|
+
cursor: pointer;
|
|
5507
|
+
color: var(--color-purple-800, #2f2438);
|
|
5904
5508
|
}
|
|
5905
|
-
|
|
5509
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5510
|
+
.RemovableTag-module_removableTag__IwJHj {
|
|
5511
|
+
padding: var(--spacing-4, 0.25rem) var(--spacing-4, 0.25rem) var(--spacing-4, 0.25rem) var(--spacing-8, 0.5rem);
|
|
5512
|
+
padding-block: var(--spacing-4, 0.25rem);
|
|
5513
|
+
padding-inline: var(--spacing-8, 0.5rem) var(--spacing-4, 0.25rem);
|
|
5514
|
+
}
|
|
5515
|
+
.Tab-module_tab__-XtyL {
|
|
5516
|
+
display: inline-flex;
|
|
5517
|
+
align-items: center;
|
|
5518
|
+
border: 2px solid transparent;
|
|
5519
|
+
border-bottom: 0;
|
|
5520
|
+
border-top-left-radius: var(--border-borderless-border-radius);
|
|
5521
|
+
border-top-right-radius: var(--border-borderless-border-radius);
|
|
5522
|
+
background: var(--color-white);
|
|
5523
|
+
white-space: nowrap;
|
|
5524
|
+
text-decoration: none;
|
|
5525
|
+
padding: var(--spacing-md) var(--spacing-md);
|
|
5526
|
+
margin: 0;
|
|
5527
|
+
font-family: var(--typography-heading-4-font-family);
|
|
5528
|
+
font-size: var(--typography-heading-4-font-size);
|
|
5529
|
+
font-weight: var(--typography-heading-4-font-weight);
|
|
5530
|
+
line-height: var(--typography-heading-4-line-height);
|
|
5531
|
+
letter-spacing: var(--typography-heading-4-letter-spacing);
|
|
5532
|
+
color: var(--color-purple-800);
|
|
5533
|
+
|
|
5534
|
+
&:focus {
|
|
5535
|
+
outline: none;
|
|
5536
|
+
}
|
|
5537
|
+
|
|
5538
|
+
&:focus-visible {
|
|
5539
|
+
background: var(--color-blue-100);
|
|
5540
|
+
color: var(--color-blue-500);
|
|
5541
|
+
border-color: var(--color-blue-500);
|
|
5542
|
+
}
|
|
5543
|
+
|
|
5544
|
+
&[data-disabled] {
|
|
5545
|
+
opacity: 0.3;
|
|
5546
|
+
}
|
|
5547
|
+
|
|
5548
|
+
&:not(:first-child) {
|
|
5549
|
+
margin-inline-start: var(--spacing-xs);
|
|
5550
|
+
}
|
|
5551
|
+
|
|
5552
|
+
&:not([data-disabled]):hover {
|
|
5553
|
+
background: var(--color-blue-100);
|
|
5554
|
+
color: var(--color-blue-500);
|
|
5555
|
+
}
|
|
5556
|
+
}
|
|
5557
|
+
|
|
5558
|
+
.Tab-module_tab__-XtyL[data-selected] {
|
|
5559
|
+
position: relative;
|
|
5560
|
+
color: var(--color-blue-500);
|
|
5561
|
+
|
|
5562
|
+
&::before {
|
|
5563
|
+
content: "";
|
|
5564
|
+
display: block;
|
|
5565
|
+
border-top-left-radius: 5px;
|
|
5566
|
+
border-top-right-radius: 5px;
|
|
5567
|
+
background-color: currentcolor;
|
|
5568
|
+
height: 5px;
|
|
5569
|
+
width: 100%;
|
|
5570
|
+
position: absolute;
|
|
5571
|
+
left: 0;
|
|
5572
|
+
right: 0;
|
|
5573
|
+
bottom: 0;
|
|
5574
|
+
}
|
|
5575
|
+
}
|
|
5576
|
+
|
|
5577
|
+
.Tab-module_badge__Zfili {
|
|
5578
|
+
margin-inline-start: var(--spacing-sm);
|
|
5579
|
+
display: inline-flex;
|
|
5580
|
+
align-items: center;
|
|
5581
|
+
}
|
|
5582
|
+
|
|
5583
|
+
@media (forced-colors: active) {
|
|
5584
|
+
.Tab-module_tab__-XtyL {
|
|
5585
|
+
border: 2px solid transparent;
|
|
5586
|
+
|
|
5587
|
+
&:focus-visible::after {
|
|
5588
|
+
content: "";
|
|
5589
|
+
position: absolute;
|
|
5590
|
+
background: transparent;
|
|
5591
|
+
border-radius: var(--border-focus-ring-border-radius);
|
|
5592
|
+
border-width: var(--border-focus-ring-border-width);
|
|
5593
|
+
border-style: var(--border-focus-ring-border-style);
|
|
5594
|
+
border-color: transparent;
|
|
5595
|
+
inset: -2px;
|
|
5596
|
+
}
|
|
5597
|
+
}
|
|
5598
|
+
|
|
5599
|
+
.Tab-module_tab__-XtyL[data-selected]::before {
|
|
5600
|
+
/* High contrast also doesn't see the pseudo element created to show the active tab. */
|
|
5601
|
+
content: "";
|
|
5602
|
+
position: absolute;
|
|
5603
|
+
left: 0;
|
|
5604
|
+
right: 0;
|
|
5605
|
+
bottom: 0;
|
|
5606
|
+
border-bottom: 2px solid transparent;
|
|
5607
|
+
}
|
|
5608
|
+
}
|
|
5609
|
+
|
|
5610
|
+
.TabList-module_tabList__e1qAi {
|
|
5611
|
+
border-bottom: 1px solid rgba(var(--color-gray-600-rgb), 0.1);
|
|
5612
|
+
padding: var(--spacing-xs) var(--spacing-md) 0;
|
|
5613
|
+
}
|
|
5614
|
+
|
|
5615
|
+
.TabList-module_noPadding__YM23K {
|
|
5616
|
+
padding: 0;
|
|
5617
|
+
}
|
|
5618
|
+
|
|
5619
|
+
.TabPanel-module_tabPanel__ae5Rx {
|
|
5620
|
+
border: 2px solid transparent;
|
|
5621
|
+
|
|
5622
|
+
&:focus {
|
|
5623
|
+
outline: none;
|
|
5624
|
+
}
|
|
5625
|
+
|
|
5626
|
+
&:focus-visible {
|
|
5627
|
+
border-color: var(--color-blue-500);
|
|
5628
|
+
border-radius: var(--border-focus-ring-border-radius);
|
|
5629
|
+
}
|
|
5630
|
+
}
|
|
5631
|
+
|
|
5632
|
+
.NotificationIcon-module_notificationIcon__4xH0m {
|
|
5633
|
+
font-size: inherit;
|
|
5634
|
+
}
|
|
5635
|
+
|
|
5636
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5637
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5638
|
+
.ToastNotificationsList-module_toastNotificationsList__APiSP {
|
|
5639
|
+
display: flex;
|
|
5640
|
+
flex-direction: column;
|
|
5641
|
+
align-items: flex-end;
|
|
5642
|
+
overflow: hidden;
|
|
5643
|
+
padding-bottom: 0;
|
|
5644
|
+
padding-top: 172px;
|
|
5645
|
+
position: fixed;
|
|
5646
|
+
right: var(--spacing-md, 1.5rem);
|
|
5647
|
+
top: 0;
|
|
5648
|
+
bottom: 0;
|
|
5649
|
+
z-index: 1100;
|
|
5650
|
+
max-width: 100%;
|
|
5651
|
+
pointer-events: none;
|
|
5652
|
+
}
|
|
5653
|
+
@media (max-width: 1079px) {
|
|
5654
|
+
.ToastNotificationsList-module_toastNotificationsList__APiSP {
|
|
5655
|
+
padding-top: 108px;
|
|
5656
|
+
}
|
|
5657
|
+
}
|
|
5658
|
+
@media (max-width: 767px) {
|
|
5659
|
+
.ToastNotificationsList-module_toastNotificationsList__APiSP {
|
|
5660
|
+
left: var(--spacing-md, 1.5rem);
|
|
5661
|
+
}
|
|
5662
|
+
}
|
|
5663
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5664
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5665
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5666
|
+
/* stylelint-disable no-descending-specificity */
|
|
5667
|
+
@keyframes LikertScaleLegacy-module_pop__hTH48 {
|
|
5668
|
+
0% {
|
|
5669
|
+
opacity: 50%;
|
|
5670
|
+
-webkit-transform: scale(1);
|
|
5671
|
+
}
|
|
5672
|
+
100% {
|
|
5673
|
+
opacity: 0%;
|
|
5674
|
+
-webkit-transform: scale(1.78);
|
|
5675
|
+
}
|
|
5676
|
+
}
|
|
5677
|
+
.LikertScaleLegacy-module_container__5wjIJ {
|
|
5678
|
+
width: 220px;
|
|
5679
|
+
position: relative;
|
|
5680
|
+
box-sizing: border-box;
|
|
5681
|
+
}
|
|
5682
|
+
@media only screen and (max-width: 767px) {
|
|
5683
|
+
.LikertScaleLegacy-module_container__5wjIJ {
|
|
5684
|
+
width: 258px;
|
|
5685
|
+
position: static;
|
|
5686
|
+
}
|
|
5687
|
+
}
|
|
5688
|
+
.LikertScaleLegacy-module_container__5wjIJ.LikertScaleLegacy-module_rated__KXpzU .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_unselected__nP5p9 .LikertScaleLegacy-module_likertItemFill__yj0tC {
|
|
5689
|
+
transition: background 0.1s;
|
|
5690
|
+
}
|
|
5691
|
+
.LikertScaleLegacy-module_container__5wjIJ.LikertScaleLegacy-module_reversed__qrwrP.LikertScaleLegacy-module_rated__KXpzU .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_unselected__nP5p9 .LikertScaleLegacy-module_likertItemFill__yj0tC {
|
|
5692
|
+
background-color: transparent;
|
|
5693
|
+
border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
|
|
5694
|
+
}
|
|
5695
|
+
.LikertScaleLegacy-module_container__5wjIJ :where(.LikertScaleLegacy-module_likertItem4__0SWtD, .LikertScaleLegacy-module_likertItem5__ZF0By) .LikertScaleLegacy-module_check__3wQsx {
|
|
5696
|
+
color: white;
|
|
5697
|
+
}
|
|
5698
|
+
.LikertScaleLegacy-module_container__5wjIJ :is(.LikertScaleLegacy-module_likertItem4__0SWtD.LikertScaleLegacy-module_suggested__0xk0D, .LikertScaleLegacy-module_likertItem5__ZF0By.LikertScaleLegacy-module_suggested__0xk0D) .LikertScaleLegacy-module_check__3wQsx {
|
|
5699
|
+
color: white;
|
|
5700
|
+
}
|
|
5701
|
+
|
|
5702
|
+
.LikertScaleLegacy-module_likertItem__LwX2w:focus,
|
|
5703
|
+
.LikertScaleLegacy-module_likertItemFill__yj0tC:focus {
|
|
5704
|
+
outline: none;
|
|
5705
|
+
}
|
|
5706
|
+
|
|
5707
|
+
.LikertScaleLegacy-module_likertItem__LwX2w:focus-visible .LikertScaleLegacy-module_likertItemFill__yj0tC {
|
|
5708
|
+
outline-offset: 1px;
|
|
5709
|
+
outline: var(--color-blue-500, #0168b3) var(--border-focus-ring-border-style, solid) var(--border-focus-ring-border-width, 2px);
|
|
5710
|
+
}
|
|
5711
|
+
|
|
5712
|
+
.LikertScaleLegacy-module_reversed__qrwrP .LikertScaleLegacy-module_likertItem__LwX2w:focus-visible .LikertScaleLegacy-module_likertItemFill__yj0tC {
|
|
5713
|
+
outline-color: var(--color-blue-300, #73c0e8);
|
|
5714
|
+
}
|
|
5715
|
+
|
|
5716
|
+
.LikertScaleLegacy-module_itemContainer__9Vfq0 {
|
|
5717
|
+
width: 100%;
|
|
5718
|
+
white-space: nowrap;
|
|
5719
|
+
display: inline-block;
|
|
5720
|
+
height: 37px;
|
|
5721
|
+
font-size: 0;
|
|
5722
|
+
}
|
|
5723
|
+
|
|
5724
|
+
.LikertScaleLegacy-module_legend__HYNg- {
|
|
5725
|
+
text-align: center;
|
|
5726
|
+
position: absolute;
|
|
5727
|
+
top: calc(-1 * var(--spacing-md, 1.5rem));
|
|
5728
|
+
left: 0;
|
|
5729
|
+
right: 0;
|
|
5730
|
+
}
|
|
5731
|
+
@media only screen and (max-width: 767px) {
|
|
5732
|
+
.LikertScaleLegacy-module_legend__HYNg- {
|
|
5733
|
+
position: initial;
|
|
5734
|
+
top: 0;
|
|
5735
|
+
}
|
|
5736
|
+
}
|
|
5737
|
+
|
|
5738
|
+
.LikertScaleLegacy-module_likertItem__LwX2w {
|
|
5739
|
+
margin-right: 2px;
|
|
5740
|
+
margin-left: 2px;
|
|
5741
|
+
font-size: 1px;
|
|
5742
|
+
line-height: 1;
|
|
5743
|
+
padding: 0;
|
|
5744
|
+
overflow-x: visible;
|
|
5745
|
+
display: inline-block;
|
|
5746
|
+
width: 18.5%;
|
|
5747
|
+
position: relative;
|
|
5748
|
+
}
|
|
5749
|
+
.LikertScaleLegacy-module_likertItem__LwX2w[dir=rtl]:first-child, [dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:first-child {
|
|
5750
|
+
margin-left: 2px;
|
|
5751
|
+
}
|
|
5752
|
+
.LikertScaleLegacy-module_likertItem__LwX2w[dir=rtl]:last-child, [dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:last-child {
|
|
5753
|
+
margin-right: 2px;
|
|
5754
|
+
}
|
|
5755
|
+
.LikertScaleLegacy-module_likertItem__LwX2w:first-child .LikertScaleLegacy-module_likertItemFill__yj0tC {
|
|
5756
|
+
border-top-left-radius: 35px;
|
|
5757
|
+
border-bottom-left-radius: 35px;
|
|
5758
|
+
}
|
|
5759
|
+
[dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:first-child .LikertScaleLegacy-module_likertItemFill__yj0tC {
|
|
5760
|
+
border-radius: 0;
|
|
5761
|
+
border-top-right-radius: 35px;
|
|
5762
|
+
border-bottom-right-radius: 35px;
|
|
5763
|
+
}
|
|
5764
|
+
.LikertScaleLegacy-module_likertItem__LwX2w:first-child .LikertScaleLegacy-module_likertItemFill__yj0tC::after {
|
|
5765
|
+
border-top-left-radius: 35px;
|
|
5766
|
+
border-bottom-left-radius: 35px;
|
|
5767
|
+
}
|
|
5768
|
+
[dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:first-child .LikertScaleLegacy-module_likertItemFill__yj0tC::after {
|
|
5769
|
+
border-radius: 0;
|
|
5770
|
+
border-top-right-radius: 35px;
|
|
5771
|
+
border-bottom-right-radius: 35px;
|
|
5772
|
+
}
|
|
5773
|
+
.LikertScaleLegacy-module_likertItem__LwX2w:last-child .LikertScaleLegacy-module_likertItemFill__yj0tC {
|
|
5774
|
+
border-top-right-radius: 35px;
|
|
5775
|
+
border-bottom-right-radius: 35px;
|
|
5776
|
+
}
|
|
5777
|
+
[dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:last-child .LikertScaleLegacy-module_likertItemFill__yj0tC {
|
|
5778
|
+
border-radius: 0;
|
|
5779
|
+
border-top-left-radius: 35px;
|
|
5780
|
+
border-bottom-left-radius: 35px;
|
|
5781
|
+
}
|
|
5782
|
+
.LikertScaleLegacy-module_likertItem__LwX2w:last-child .LikertScaleLegacy-module_likertItemFill__yj0tC::after {
|
|
5783
|
+
border-top-right-radius: 35px;
|
|
5784
|
+
border-bottom-right-radius: 35px;
|
|
5785
|
+
}
|
|
5786
|
+
[dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:last-child .LikertScaleLegacy-module_likertItemFill__yj0tC::after {
|
|
5787
|
+
border-radius: 0;
|
|
5788
|
+
border-top-left-radius: 35px;
|
|
5789
|
+
border-bottom-left-radius: 35px;
|
|
5790
|
+
}
|
|
5791
|
+
.LikertScaleLegacy-module_likertItem__LwX2w:first-child {
|
|
5792
|
+
margin-right: 2px;
|
|
5793
|
+
margin-left: 0;
|
|
5794
|
+
}
|
|
5795
|
+
.LikertScaleLegacy-module_likertItem__LwX2w:last-child {
|
|
5796
|
+
margin-left: 2px;
|
|
5797
|
+
margin-right: 0;
|
|
5798
|
+
}
|
|
5799
|
+
.LikertScaleLegacy-module_likertItem__LwX2w::before, .LikertScaleLegacy-module_likertItem__LwX2w::after {
|
|
5800
|
+
content: "";
|
|
5801
|
+
position: absolute;
|
|
5802
|
+
top: 0;
|
|
5803
|
+
right: 100%;
|
|
5804
|
+
width: 2px;
|
|
5805
|
+
height: 100%;
|
|
5806
|
+
}
|
|
5807
|
+
.LikertScaleLegacy-module_likertItem__LwX2w::after {
|
|
5808
|
+
right: auto;
|
|
5809
|
+
left: 100%;
|
|
5810
|
+
}
|
|
5811
|
+
.LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field1__TDRE-, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field1__TDRE- {
|
|
5812
|
+
background-color: var(--color-yellow-300, #ffe36e);
|
|
5813
|
+
}
|
|
5814
|
+
.LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field1__TDRE-::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field1__TDRE-::after {
|
|
5815
|
+
background-color: var(--color-yellow-300, #ffe36e);
|
|
5816
|
+
}
|
|
5817
|
+
.LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field2__s-CD7, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field2__s-CD7 {
|
|
5906
5818
|
background-color: var(--color-yellow-400, #ffca4d);
|
|
5907
5819
|
}
|
|
5908
5820
|
.LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field2__s-CD7::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field2__s-CD7::after {
|
|
@@ -6138,34 +6050,26 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6138
6050
|
}
|
|
6139
6051
|
|
|
6140
6052
|
.GenericModal-module_backdropLayer__RNQ-U {
|
|
6141
|
-
top: 0;
|
|
6142
|
-
bottom: 0;
|
|
6143
|
-
right: 0;
|
|
6144
|
-
left: 0;
|
|
6145
6053
|
position: fixed;
|
|
6146
6054
|
background-color: #000;
|
|
6147
6055
|
opacity: 50%;
|
|
6148
6056
|
z-index: 1040;
|
|
6149
|
-
|
|
6150
|
-
|
|
6151
|
-
|
|
6152
|
-
|
|
6057
|
+
top: 0;
|
|
6058
|
+
bottom: 0;
|
|
6059
|
+
inset-inline-end: 0;
|
|
6060
|
+
inset-inline-start: 0;
|
|
6153
6061
|
}
|
|
6154
6062
|
|
|
6155
6063
|
.GenericModal-module_scrollLayer__A5VdY {
|
|
6156
|
-
top: 0;
|
|
6157
|
-
bottom: 0;
|
|
6158
|
-
right: 0;
|
|
6159
|
-
left: 0;
|
|
6160
6064
|
position: fixed;
|
|
6161
6065
|
display: flex;
|
|
6162
6066
|
align-items: center;
|
|
6163
6067
|
z-index: 1050;
|
|
6164
6068
|
overflow-y: auto;
|
|
6165
|
-
|
|
6166
|
-
|
|
6167
|
-
|
|
6168
|
-
|
|
6069
|
+
top: 0;
|
|
6070
|
+
bottom: 0;
|
|
6071
|
+
inset-inline-end: 0;
|
|
6072
|
+
inset-inline-start: 0;
|
|
6169
6073
|
}
|
|
6170
6074
|
|
|
6171
6075
|
.GenericModal-module_modalLayer__WfD1U {
|
|
@@ -6183,10 +6087,10 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6183
6087
|
all the way to 1 with 200ms ("rapid" token), but is fine with
|
|
6184
6088
|
201ms, see Jira [KDS-523]
|
|
6185
6089
|
*/
|
|
6186
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6187
|
-
animation-name: GenericModal-module_fade-0-to-0-5__-4t3h;
|
|
6188
6090
|
animation-duration: 201ms;
|
|
6189
6091
|
animation-fill-mode: forwards;
|
|
6092
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6093
|
+
animation-name: GenericModal-module_fade-0-to-0-5__-4t3h;
|
|
6190
6094
|
}
|
|
6191
6095
|
@keyframes GenericModal-module_fade-0-to-0-5__-4t3h {
|
|
6192
6096
|
0% {
|
|
@@ -6197,11 +6101,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6197
6101
|
}
|
|
6198
6102
|
}
|
|
6199
6103
|
.GenericModal-module_animatingEnter__P3wuk [data-modal] {
|
|
6200
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6201
|
-
animation-name: GenericModal-module_custom-1__G0JT4;
|
|
6202
6104
|
animation-duration: var(--animation-duration-fast, 300ms);
|
|
6203
6105
|
animation-fill-mode: forwards;
|
|
6204
6106
|
animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
|
|
6107
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6108
|
+
animation-name: GenericModal-module_custom-1__G0JT4;
|
|
6205
6109
|
}
|
|
6206
6110
|
@keyframes GenericModal-module_custom-1__G0JT4 {
|
|
6207
6111
|
0% {
|
|
@@ -6218,10 +6122,10 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6218
6122
|
transition-duration: var(--animation-duration-rapid, 200ms);
|
|
6219
6123
|
}
|
|
6220
6124
|
.GenericModal-module_animatingLeave__rNkKX .GenericModal-module_backdropLayer__RNQ-U {
|
|
6221
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6222
|
-
animation-name: GenericModal-module_fade-0-5-to-0__JkaSn;
|
|
6223
6125
|
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
6224
6126
|
animation-fill-mode: forwards;
|
|
6127
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6128
|
+
animation-name: GenericModal-module_fade-0-5-to-0__JkaSn;
|
|
6225
6129
|
}
|
|
6226
6130
|
@keyframes GenericModal-module_fade-0-5-to-0__JkaSn {
|
|
6227
6131
|
0% {
|
|
@@ -6232,11 +6136,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6232
6136
|
}
|
|
6233
6137
|
}
|
|
6234
6138
|
.GenericModal-module_animatingLeave__rNkKX [data-modal] {
|
|
6235
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6236
|
-
animation-name: GenericModal-module_custom-3__oWflS;
|
|
6237
6139
|
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
6238
6140
|
animation-fill-mode: forwards;
|
|
6239
6141
|
animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
|
|
6142
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6143
|
+
animation-name: GenericModal-module_custom-3__oWflS;
|
|
6240
6144
|
}
|
|
6241
6145
|
@keyframes GenericModal-module_custom-3__oWflS {
|
|
6242
6146
|
0% {
|
|
@@ -6365,15 +6269,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6365
6269
|
*/
|
|
6366
6270
|
/* stylelint-enable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
6367
6271
|
.ModalHeader-module_dismissButton__YhHZl {
|
|
6368
|
-
top: 0;
|
|
6369
|
-
right: 0;
|
|
6370
|
-
left: auto;
|
|
6371
6272
|
position: absolute;
|
|
6372
6273
|
z-index: 1060;
|
|
6373
|
-
|
|
6374
|
-
|
|
6375
|
-
|
|
6376
|
-
left: 0;
|
|
6274
|
+
top: 0;
|
|
6275
|
+
inset-inline-end: 0;
|
|
6276
|
+
inset-inline-start: auto;
|
|
6377
6277
|
}
|
|
6378
6278
|
|
|
6379
6279
|
.ModalHeader-module_layout__K8x4O {
|
|
@@ -6513,34 +6413,26 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6513
6413
|
}
|
|
6514
6414
|
|
|
6515
6415
|
.ConfirmationModal-module_backdropLayer__wvXnl {
|
|
6516
|
-
top: 0;
|
|
6517
|
-
bottom: 0;
|
|
6518
|
-
right: 0;
|
|
6519
|
-
left: 0;
|
|
6520
6416
|
position: fixed;
|
|
6521
6417
|
background-color: #000;
|
|
6522
6418
|
opacity: 50%;
|
|
6523
6419
|
z-index: 1040;
|
|
6524
|
-
|
|
6525
|
-
|
|
6526
|
-
|
|
6527
|
-
|
|
6420
|
+
top: 0;
|
|
6421
|
+
bottom: 0;
|
|
6422
|
+
inset-inline-end: 0;
|
|
6423
|
+
inset-inline-start: 0;
|
|
6528
6424
|
}
|
|
6529
6425
|
|
|
6530
6426
|
.ConfirmationModal-module_scrollLayer__x-yP4 {
|
|
6531
|
-
top: 0;
|
|
6532
|
-
bottom: 0;
|
|
6533
|
-
right: 0;
|
|
6534
|
-
left: 0;
|
|
6535
6427
|
position: fixed;
|
|
6536
6428
|
display: flex;
|
|
6537
6429
|
align-items: center;
|
|
6538
6430
|
z-index: 1050;
|
|
6539
6431
|
overflow-y: auto;
|
|
6540
|
-
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
|
|
6432
|
+
top: 0;
|
|
6433
|
+
bottom: 0;
|
|
6434
|
+
inset-inline-end: 0;
|
|
6435
|
+
inset-inline-start: 0;
|
|
6544
6436
|
}
|
|
6545
6437
|
|
|
6546
6438
|
.ConfirmationModal-module_modalLayer__MucTZ {
|
|
@@ -6584,10 +6476,10 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6584
6476
|
all the way to 1 with 200ms ("rapid" token), but is fine with
|
|
6585
6477
|
201ms, see Jira [KDS-523]
|
|
6586
6478
|
*/
|
|
6587
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6588
|
-
animation-name: ConfirmationModal-module_fade-0-to-0-5__353tZ;
|
|
6589
6479
|
animation-duration: 201ms;
|
|
6590
6480
|
animation-fill-mode: forwards;
|
|
6481
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6482
|
+
animation-name: ConfirmationModal-module_fade-0-to-0-5__353tZ;
|
|
6591
6483
|
}
|
|
6592
6484
|
@keyframes ConfirmationModal-module_fade-0-to-0-5__353tZ {
|
|
6593
6485
|
0% {
|
|
@@ -6598,11 +6490,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6598
6490
|
}
|
|
6599
6491
|
}
|
|
6600
6492
|
.ConfirmationModal-module_animatingEnter__4W4xh [data-modal] {
|
|
6601
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6602
|
-
animation-name: ConfirmationModal-module_custom-1__Ibcy-;
|
|
6603
6493
|
animation-duration: var(--animation-duration-fast, 300ms);
|
|
6604
6494
|
animation-fill-mode: forwards;
|
|
6605
6495
|
animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
|
|
6496
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6497
|
+
animation-name: ConfirmationModal-module_custom-1__Ibcy-;
|
|
6606
6498
|
}
|
|
6607
6499
|
@keyframes ConfirmationModal-module_custom-1__Ibcy- {
|
|
6608
6500
|
0% {
|
|
@@ -6619,10 +6511,10 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6619
6511
|
transition-duration: var(--animation-duration-rapid, 200ms);
|
|
6620
6512
|
}
|
|
6621
6513
|
.ConfirmationModal-module_animatingLeave__n-S4X .ConfirmationModal-module_backdropLayer__wvXnl {
|
|
6622
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6623
|
-
animation-name: ConfirmationModal-module_fade-0-5-to-0__pfhV-;
|
|
6624
6514
|
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
6625
6515
|
animation-fill-mode: forwards;
|
|
6516
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6517
|
+
animation-name: ConfirmationModal-module_fade-0-5-to-0__pfhV-;
|
|
6626
6518
|
}
|
|
6627
6519
|
@keyframes ConfirmationModal-module_fade-0-5-to-0__pfhV- {
|
|
6628
6520
|
0% {
|
|
@@ -6633,11 +6525,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6633
6525
|
}
|
|
6634
6526
|
}
|
|
6635
6527
|
.ConfirmationModal-module_animatingLeave__n-S4X [data-modal] {
|
|
6636
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6637
|
-
animation-name: ConfirmationModal-module_custom-3__MEO7v;
|
|
6638
6528
|
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
6639
6529
|
animation-fill-mode: forwards;
|
|
6640
6530
|
animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
|
|
6531
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6532
|
+
animation-name: ConfirmationModal-module_custom-3__MEO7v;
|
|
6641
6533
|
}
|
|
6642
6534
|
@keyframes ConfirmationModal-module_custom-3__MEO7v {
|
|
6643
6535
|
0% {
|
|
@@ -6703,6 +6595,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6703
6595
|
}
|
|
6704
6596
|
}
|
|
6705
6597
|
.ConfirmationModal-module_iconContainer__QjdGa .ConfirmationModal-module_spotIcon__rFSHQ {
|
|
6598
|
+
--icon-size: 30;
|
|
6706
6599
|
width: 30px;
|
|
6707
6600
|
height: 30px;
|
|
6708
6601
|
}
|
|
@@ -6875,34 +6768,26 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6875
6768
|
}
|
|
6876
6769
|
|
|
6877
6770
|
.ContextModal-module_backdropLayer__wuj3B {
|
|
6878
|
-
top: 0;
|
|
6879
|
-
bottom: 0;
|
|
6880
|
-
right: 0;
|
|
6881
|
-
left: 0;
|
|
6882
6771
|
position: fixed;
|
|
6883
6772
|
background-color: #000;
|
|
6884
6773
|
opacity: 50%;
|
|
6885
6774
|
z-index: 1040;
|
|
6886
|
-
|
|
6887
|
-
|
|
6888
|
-
|
|
6889
|
-
|
|
6775
|
+
top: 0;
|
|
6776
|
+
bottom: 0;
|
|
6777
|
+
inset-inline-end: 0;
|
|
6778
|
+
inset-inline-start: 0;
|
|
6890
6779
|
}
|
|
6891
6780
|
|
|
6892
6781
|
.ContextModal-module_scrollLayer__JANXA {
|
|
6893
|
-
top: 0;
|
|
6894
|
-
bottom: 0;
|
|
6895
|
-
right: 0;
|
|
6896
|
-
left: 0;
|
|
6897
6782
|
position: fixed;
|
|
6898
6783
|
display: flex;
|
|
6899
6784
|
align-items: center;
|
|
6900
6785
|
z-index: 1050;
|
|
6901
6786
|
overflow-y: auto;
|
|
6902
|
-
|
|
6903
|
-
|
|
6904
|
-
|
|
6905
|
-
|
|
6787
|
+
top: 0;
|
|
6788
|
+
bottom: 0;
|
|
6789
|
+
inset-inline-end: 0;
|
|
6790
|
+
inset-inline-start: 0;
|
|
6906
6791
|
}
|
|
6907
6792
|
|
|
6908
6793
|
.ContextModal-module_modalLayer__Cx6aX {
|
|
@@ -6946,10 +6831,10 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6946
6831
|
all the way to 1 with 200ms ("rapid" token), but is fine with
|
|
6947
6832
|
201ms, see Jira [KDS-523]
|
|
6948
6833
|
*/
|
|
6949
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6950
|
-
animation-name: ContextModal-module_fade-0-to-0-5__vZx9M;
|
|
6951
6834
|
animation-duration: 201ms;
|
|
6952
6835
|
animation-fill-mode: forwards;
|
|
6836
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6837
|
+
animation-name: ContextModal-module_fade-0-to-0-5__vZx9M;
|
|
6953
6838
|
}
|
|
6954
6839
|
@keyframes ContextModal-module_fade-0-to-0-5__vZx9M {
|
|
6955
6840
|
0% {
|
|
@@ -6960,11 +6845,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6960
6845
|
}
|
|
6961
6846
|
}
|
|
6962
6847
|
.ContextModal-module_animatingEnter__53BlF [data-modal] {
|
|
6963
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6964
|
-
animation-name: ContextModal-module_custom-1__be8sO;
|
|
6965
6848
|
animation-duration: var(--animation-duration-fast, 300ms);
|
|
6966
6849
|
animation-fill-mode: forwards;
|
|
6967
6850
|
animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
|
|
6851
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6852
|
+
animation-name: ContextModal-module_custom-1__be8sO;
|
|
6968
6853
|
}
|
|
6969
6854
|
@keyframes ContextModal-module_custom-1__be8sO {
|
|
6970
6855
|
0% {
|
|
@@ -6981,10 +6866,10 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6981
6866
|
transition-duration: var(--animation-duration-rapid, 200ms);
|
|
6982
6867
|
}
|
|
6983
6868
|
.ContextModal-module_animatingLeave__-JR11 .ContextModal-module_backdropLayer__wuj3B {
|
|
6984
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6985
|
-
animation-name: ContextModal-module_fade-0-5-to-0__R4eO-;
|
|
6986
6869
|
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
6987
6870
|
animation-fill-mode: forwards;
|
|
6871
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6872
|
+
animation-name: ContextModal-module_fade-0-5-to-0__R4eO-;
|
|
6988
6873
|
}
|
|
6989
6874
|
@keyframes ContextModal-module_fade-0-5-to-0__R4eO- {
|
|
6990
6875
|
0% {
|
|
@@ -6995,11 +6880,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6995
6880
|
}
|
|
6996
6881
|
}
|
|
6997
6882
|
.ContextModal-module_animatingLeave__-JR11 [data-modal] {
|
|
6998
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6999
|
-
animation-name: ContextModal-module_custom-3__klp3m;
|
|
7000
6883
|
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
7001
6884
|
animation-fill-mode: forwards;
|
|
7002
6885
|
animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
|
|
6886
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6887
|
+
animation-name: ContextModal-module_custom-3__klp3m;
|
|
7003
6888
|
}
|
|
7004
6889
|
@keyframes ContextModal-module_custom-3__klp3m {
|
|
7005
6890
|
0% {
|
|
@@ -7037,11 +6922,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7037
6922
|
}
|
|
7038
6923
|
}
|
|
7039
6924
|
.ContextModal-module_animatingEnter__53BlF .ContextModal-module_modal__wriV7 {
|
|
7040
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7041
|
-
animation-name: ContextModal-module_custom-5__deZpl;
|
|
7042
6925
|
animation-duration: var(--animation-duration-fast, 300ms);
|
|
7043
6926
|
animation-fill-mode: forwards;
|
|
7044
6927
|
animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
|
|
6928
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6929
|
+
animation-name: ContextModal-module_custom-5__deZpl;
|
|
7045
6930
|
}
|
|
7046
6931
|
@keyframes ContextModal-module_custom-5__deZpl {
|
|
7047
6932
|
0% {
|
|
@@ -7054,11 +6939,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7054
6939
|
}
|
|
7055
6940
|
}
|
|
7056
6941
|
.ContextModal-module_animatingLeave__-JR11 .ContextModal-module_modal__wriV7 {
|
|
7057
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7058
|
-
animation-name: ContextModal-module_custom-7__rPmP4;
|
|
7059
6942
|
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
7060
6943
|
animation-fill-mode: forwards;
|
|
7061
6944
|
animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
|
|
6945
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6946
|
+
animation-name: ContextModal-module_custom-7__rPmP4;
|
|
7062
6947
|
}
|
|
7063
6948
|
@keyframes ContextModal-module_custom-7__rPmP4 {
|
|
7064
6949
|
0% {
|
|
@@ -7206,34 +7091,26 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7206
7091
|
}
|
|
7207
7092
|
|
|
7208
7093
|
.InputEditModal-module_backdropLayer__aVLSb {
|
|
7209
|
-
top: 0;
|
|
7210
|
-
bottom: 0;
|
|
7211
|
-
right: 0;
|
|
7212
|
-
left: 0;
|
|
7213
7094
|
position: fixed;
|
|
7214
7095
|
background-color: #000;
|
|
7215
7096
|
opacity: 50%;
|
|
7216
7097
|
z-index: 1040;
|
|
7217
|
-
|
|
7218
|
-
|
|
7219
|
-
|
|
7220
|
-
|
|
7098
|
+
top: 0;
|
|
7099
|
+
bottom: 0;
|
|
7100
|
+
inset-inline-end: 0;
|
|
7101
|
+
inset-inline-start: 0;
|
|
7221
7102
|
}
|
|
7222
7103
|
|
|
7223
7104
|
.InputEditModal-module_scrollLayer__isygg {
|
|
7224
|
-
top: 0;
|
|
7225
|
-
bottom: 0;
|
|
7226
|
-
right: 0;
|
|
7227
|
-
left: 0;
|
|
7228
7105
|
position: fixed;
|
|
7229
7106
|
display: flex;
|
|
7230
7107
|
align-items: center;
|
|
7231
7108
|
z-index: 1050;
|
|
7232
7109
|
overflow-y: auto;
|
|
7233
|
-
|
|
7234
|
-
|
|
7235
|
-
|
|
7236
|
-
|
|
7110
|
+
top: 0;
|
|
7111
|
+
bottom: 0;
|
|
7112
|
+
inset-inline-end: 0;
|
|
7113
|
+
inset-inline-start: 0;
|
|
7237
7114
|
}
|
|
7238
7115
|
|
|
7239
7116
|
.InputEditModal-module_modalLayer__r5vqj {
|
|
@@ -7277,10 +7154,10 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7277
7154
|
all the way to 1 with 200ms ("rapid" token), but is fine with
|
|
7278
7155
|
201ms, see Jira [KDS-523]
|
|
7279
7156
|
*/
|
|
7280
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7281
|
-
animation-name: InputEditModal-module_fade-0-to-0-5__ywvjR;
|
|
7282
7157
|
animation-duration: 201ms;
|
|
7283
7158
|
animation-fill-mode: forwards;
|
|
7159
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7160
|
+
animation-name: InputEditModal-module_fade-0-to-0-5__ywvjR;
|
|
7284
7161
|
}
|
|
7285
7162
|
@keyframes InputEditModal-module_fade-0-to-0-5__ywvjR {
|
|
7286
7163
|
0% {
|
|
@@ -7291,11 +7168,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7291
7168
|
}
|
|
7292
7169
|
}
|
|
7293
7170
|
.InputEditModal-module_animatingEnter__qZgX2 [data-modal] {
|
|
7294
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7295
|
-
animation-name: InputEditModal-module_custom-1__wSZX6;
|
|
7296
7171
|
animation-duration: var(--animation-duration-fast, 300ms);
|
|
7297
7172
|
animation-fill-mode: forwards;
|
|
7298
7173
|
animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
|
|
7174
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7175
|
+
animation-name: InputEditModal-module_custom-1__wSZX6;
|
|
7299
7176
|
}
|
|
7300
7177
|
@keyframes InputEditModal-module_custom-1__wSZX6 {
|
|
7301
7178
|
0% {
|
|
@@ -7312,10 +7189,10 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7312
7189
|
transition-duration: var(--animation-duration-rapid, 200ms);
|
|
7313
7190
|
}
|
|
7314
7191
|
.InputEditModal-module_animatingLeave__S2HGz .InputEditModal-module_backdropLayer__aVLSb {
|
|
7315
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7316
|
-
animation-name: InputEditModal-module_fade-0-5-to-0__s2WmG;
|
|
7317
7192
|
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
7318
7193
|
animation-fill-mode: forwards;
|
|
7194
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7195
|
+
animation-name: InputEditModal-module_fade-0-5-to-0__s2WmG;
|
|
7319
7196
|
}
|
|
7320
7197
|
@keyframes InputEditModal-module_fade-0-5-to-0__s2WmG {
|
|
7321
7198
|
0% {
|
|
@@ -7326,11 +7203,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7326
7203
|
}
|
|
7327
7204
|
}
|
|
7328
7205
|
.InputEditModal-module_animatingLeave__S2HGz [data-modal] {
|
|
7329
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7330
|
-
animation-name: InputEditModal-module_custom-3__T3riv;
|
|
7331
7206
|
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
7332
7207
|
animation-fill-mode: forwards;
|
|
7333
7208
|
animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
|
|
7209
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7210
|
+
animation-name: InputEditModal-module_custom-3__T3riv;
|
|
7334
7211
|
}
|
|
7335
7212
|
@keyframes InputEditModal-module_custom-3__T3riv {
|
|
7336
7213
|
0% {
|
|
@@ -7363,11 +7240,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7363
7240
|
max-width: 600px;
|
|
7364
7241
|
}
|
|
7365
7242
|
.InputEditModal-module_animatingEnter__qZgX2 .InputEditModal-module_modal__SbQqp {
|
|
7366
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7367
|
-
animation-name: InputEditModal-module_custom-5__trORr;
|
|
7368
7243
|
animation-duration: var(--animation-duration-fast, 300ms);
|
|
7369
7244
|
animation-fill-mode: forwards;
|
|
7370
7245
|
animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
|
|
7246
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7247
|
+
animation-name: InputEditModal-module_custom-5__trORr;
|
|
7371
7248
|
}
|
|
7372
7249
|
@keyframes InputEditModal-module_custom-5__trORr {
|
|
7373
7250
|
0% {
|
|
@@ -7380,11 +7257,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7380
7257
|
}
|
|
7381
7258
|
}
|
|
7382
7259
|
.InputEditModal-module_animatingLeave__S2HGz .InputEditModal-module_modal__SbQqp {
|
|
7383
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7384
|
-
animation-name: InputEditModal-module_custom-7__-98CZ;
|
|
7385
7260
|
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
7386
7261
|
animation-fill-mode: forwards;
|
|
7387
7262
|
animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
|
|
7263
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7264
|
+
animation-name: InputEditModal-module_custom-7__-98CZ;
|
|
7388
7265
|
}
|
|
7389
7266
|
@keyframes InputEditModal-module_custom-7__-98CZ {
|
|
7390
7267
|
0% {
|
|
@@ -7439,387 +7316,116 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7439
7316
|
}
|
|
7440
7317
|
.Checkbox-module_checkbox__0LHj5:hover, .Checkbox-module_checkbox__0LHj5:focus-within {
|
|
7441
7318
|
background: var(--color-gray-200, #f4f4f5);
|
|
7442
|
-
border-color: var(--color-gray-600, #524e56);
|
|
7443
|
-
}
|
|
7444
|
-
.Checkbox-module_checkbox__0LHj5:focus-within::after {
|
|
7445
|
-
width: calc(24px + 2px);
|
|
7446
|
-
height: calc(24px + 2px);
|
|
7447
|
-
content: "";
|
|
7448
|
-
pointer-events: none;
|
|
7449
|
-
position: absolute;
|
|
7450
|
-
top: 50%;
|
|
7451
|
-
left: 50%;
|
|
7452
|
-
transform: translate(-50%, -50%);
|
|
7453
|
-
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
7454
|
-
border-width: var(--border-focus-ring-border-width, 2px);
|
|
7455
|
-
border-style: var(--border-focus-ring-border-style, solid);
|
|
7456
|
-
border-color: var(--color-blue-500, #0168b3);
|
|
7457
|
-
}
|
|
7458
|
-
|
|
7459
|
-
.Checkbox-module_selected__-Nd6E {
|
|
7460
|
-
background: var(--color-gray-500, #878792);
|
|
7461
|
-
background-color: var(--color-gray-500, #878792);
|
|
7462
|
-
}
|
|
7463
|
-
.Checkbox-module_selected__-Nd6E:hover, .Checkbox-module_selected__-Nd6E:focus-within {
|
|
7464
|
-
background: var(--color-gray-600, #524e56);
|
|
7465
|
-
border-color: var(--color-gray-600, #524e56);
|
|
7466
|
-
}
|
|
7467
|
-
|
|
7468
|
-
.Checkbox-module_nativeCheckbox__BauKG {
|
|
7469
|
-
opacity: 0%;
|
|
7470
|
-
position: absolute;
|
|
7471
|
-
width: 100%;
|
|
7472
|
-
height: 100%;
|
|
7473
|
-
}
|
|
7474
|
-
|
|
7475
|
-
.Checkbox-module_iconContainer__Nsip6 {
|
|
7476
|
-
display: inline-block;
|
|
7477
|
-
position: relative;
|
|
7478
|
-
pointer-events: none;
|
|
7479
|
-
height: 100%;
|
|
7480
|
-
width: 100%;
|
|
7481
|
-
}
|
|
7482
|
-
|
|
7483
|
-
.Checkbox-module_icon__2b48e {
|
|
7484
|
-
height: 24px;
|
|
7485
|
-
width: 24px;
|
|
7486
|
-
position: absolute;
|
|
7487
|
-
top: 50%;
|
|
7488
|
-
left: 50%;
|
|
7489
|
-
transform: translate(-50%, -50%);
|
|
7490
|
-
color: var(--color-white, #ffffff);
|
|
7491
|
-
}
|
|
7492
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7493
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7494
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7495
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7496
|
-
.MultiSelectOptionField-module_multiSelectOptionField__-PNh- {
|
|
7497
|
-
display: flex;
|
|
7498
|
-
align-items: flex-start;
|
|
7499
|
-
gap: var(--spacing-6, 0.375rem);
|
|
7500
|
-
padding: var(--spacing-6, 0.375rem);
|
|
7501
|
-
border-radius: var(--border-solid-border-radius, 7px);
|
|
7502
|
-
position: relative;
|
|
7503
|
-
}
|
|
7504
|
-
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:hover, .MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within {
|
|
7505
|
-
background: var(--color-blue-100, #e6f6ff);
|
|
7506
|
-
}
|
|
7507
|
-
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:hover .MultiSelectOptionField-module_checkbox__rDOxI, .MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within .MultiSelectOptionField-module_checkbox__rDOxI {
|
|
7508
|
-
border-color: var(--color-gray-600, #524e56);
|
|
7509
|
-
background-color: var(--color-gray-200, #f4f4f5);
|
|
7510
|
-
}
|
|
7511
|
-
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:hover .MultiSelectOptionField-module_checkbox__rDOxI.MultiSelectOptionField-module_checked__wo-TX, .MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within .MultiSelectOptionField-module_checkbox__rDOxI.MultiSelectOptionField-module_checked__wo-TX {
|
|
7512
|
-
background-color: var(--color-gray-600, #524e56);
|
|
7513
|
-
}
|
|
7514
|
-
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within::after {
|
|
7515
|
-
z-index: 2;
|
|
7516
|
-
width: calc(100% + 2px);
|
|
7517
|
-
height: calc(100% + 2px);
|
|
7518
|
-
content: "";
|
|
7519
|
-
pointer-events: none;
|
|
7520
|
-
position: absolute;
|
|
7521
|
-
top: 50%;
|
|
7522
|
-
left: 50%;
|
|
7523
|
-
transform: translate(-50%, -50%);
|
|
7524
|
-
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
7525
|
-
border-width: var(--border-focus-ring-border-width, 2px);
|
|
7526
|
-
border-style: var(--border-focus-ring-border-style, solid);
|
|
7527
|
-
border-color: var(--color-blue-500, #0168b3);
|
|
7528
|
-
}
|
|
7529
|
-
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within .MultiSelectOptionField-module_checkbox__rDOxI::after {
|
|
7530
|
-
display: none;
|
|
7531
|
-
}
|
|
7532
|
-
|
|
7533
|
-
.MultiSelectOptionField-module_label__79KfB {
|
|
7534
|
-
color: var(--color-purple-800, #2f2438);
|
|
7535
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
7536
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
7537
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
7538
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
7539
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
7540
|
-
overflow-wrap: anywhere;
|
|
7541
|
-
}
|
|
7542
|
-
.MultiSelectOptionField-module_label__79KfB::before {
|
|
7543
|
-
content: "";
|
|
7544
|
-
width: 100%;
|
|
7545
|
-
height: 100%;
|
|
7546
|
-
position: absolute;
|
|
7547
|
-
left: 0;
|
|
7548
|
-
top: 0;
|
|
7549
|
-
}
|
|
7550
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7551
|
-
.MultiSelectOptions-module_multiSelectOptions__b8hYg {
|
|
7552
|
-
display: flex;
|
|
7553
|
-
flex-direction: column;
|
|
7554
|
-
border: none;
|
|
7555
|
-
padding: 0;
|
|
7556
|
-
margin: 0;
|
|
7557
|
-
}
|
|
7558
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7559
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7560
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7561
|
-
.Popover-module_popover__B7k5I {
|
|
7562
|
-
box-sizing: border-box;
|
|
7563
|
-
box-shadow: var(--shadow-large-box-shadow, 0 3px 9px 0 rgba(0, 0, 0, 0.1), 0 8px 40px 0 rgba(0, 0, 0, 0.08));
|
|
7564
|
-
border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) transparent;
|
|
7565
|
-
border-radius: var(--border-solid-border-radius, 7px);
|
|
7566
|
-
background: var(--color-white, #ffffff);
|
|
7567
|
-
overflow: auto;
|
|
7568
|
-
z-index: 100000;
|
|
7569
|
-
}
|
|
7570
|
-
.Popover-module_popover__B7k5I:focus {
|
|
7571
|
-
outline: none;
|
|
7572
|
-
}
|
|
7573
|
-
.Popover-module_popover__B7k5I:focus-visible {
|
|
7574
|
-
border-color: var(--color-blue-500, #0168b3);
|
|
7575
|
-
}
|
|
7576
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7577
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7578
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7579
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7580
|
-
.Select-module_container__TaMKg {
|
|
7581
|
-
position: relative;
|
|
7582
|
-
width: 100%;
|
|
7583
|
-
}
|
|
7584
|
-
|
|
7585
|
-
.Select-module_notFullWidth__Mr-3G {
|
|
7586
|
-
width: 180px;
|
|
7587
|
-
}
|
|
7588
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7589
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7590
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7591
|
-
.Tag-module_tag__Ef8Iu {
|
|
7592
|
-
display: inline-flex;
|
|
7593
|
-
align-items: center;
|
|
7594
|
-
padding: var(--spacing-4, 0.25rem) var(--spacing-8, 0.5rem);
|
|
7595
|
-
gap: var(--spacing-4, 0.25rem);
|
|
7596
|
-
border-radius: 28px;
|
|
7597
|
-
font-family: var(--typography-paragraph-intro-lede-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
7598
|
-
font-size: var(--typography-paragraph-small-font-size, 0.875rem);
|
|
7599
|
-
font-weight: var(--typography-paragraph-small-font-weight, 400);
|
|
7600
|
-
line-height: var(--typography-paragraph-small-line-height, 1.125rem);
|
|
7601
|
-
white-space: nowrap;
|
|
7602
|
-
}
|
|
7603
|
-
|
|
7604
|
-
.Tag-module_iconContainer__tEPTW {
|
|
7605
|
-
display: inline-flex;
|
|
7606
|
-
}
|
|
7607
|
-
|
|
7608
|
-
.Tag-module_gray__4YmDZ {
|
|
7609
|
-
background-color: var(--color-gray-300, #eaeaec);
|
|
7610
|
-
color: var(--color-purple-800, #2f2438);
|
|
7611
|
-
}
|
|
7612
|
-
|
|
7613
|
-
.Tag-module_blue__CjyTI {
|
|
7614
|
-
background-color: var(--color-blue-100, #e6f6ff);
|
|
7615
|
-
color: var(--color-blue-700, #003157);
|
|
7616
|
-
}
|
|
7617
|
-
.Tag-module_blue__CjyTI .Tag-module_iconContainer__tEPTW {
|
|
7618
|
-
color: var(--color-blue-500, #0168b3);
|
|
7619
|
-
}
|
|
7620
|
-
|
|
7621
|
-
.Tag-module_green__uC0TU {
|
|
7622
|
-
background-color: var(--color-green-100, #e8f8f4);
|
|
7623
|
-
color: var(--color-green-700, #22594a);
|
|
7624
|
-
}
|
|
7625
|
-
.Tag-module_green__uC0TU .Tag-module_iconContainer__tEPTW {
|
|
7626
|
-
color: var(--color-green-500, #3f9a86);
|
|
7627
|
-
}
|
|
7628
|
-
|
|
7629
|
-
.Tag-module_yellow__wEk5Z {
|
|
7630
|
-
background-color: var(--color-yellow-100, #fff9e4);
|
|
7631
|
-
color: var(--color-yellow-700, #876400);
|
|
7632
|
-
}
|
|
7633
|
-
.Tag-module_yellow__wEk5Z .Tag-module_iconContainer__tEPTW {
|
|
7634
|
-
color: var(--color-yellow-500, #ffb600);
|
|
7635
|
-
}
|
|
7636
|
-
|
|
7637
|
-
.Tag-module_orange__V-KdG {
|
|
7638
|
-
background-color: var(--color-orange-100, #fff0e8);
|
|
7639
|
-
color: var(--color-orange-700, #903c00);
|
|
7640
|
-
}
|
|
7641
|
-
.Tag-module_orange__V-KdG .Tag-module_iconContainer__tEPTW {
|
|
7642
|
-
color: var(--color-orange-500, #e96c2f);
|
|
7643
|
-
}
|
|
7644
|
-
|
|
7645
|
-
.Tag-module_red__cg1Rf {
|
|
7646
|
-
background-color: var(--color-red-100, #fdeaee);
|
|
7647
|
-
color: var(--color-red-700, #6c1e20);
|
|
7648
|
-
}
|
|
7649
|
-
.Tag-module_red__cg1Rf .Tag-module_iconContainer__tEPTW {
|
|
7650
|
-
color: var(--color-red-500, #c93b55);
|
|
7651
|
-
}
|
|
7652
|
-
|
|
7653
|
-
.Tag-module_purple__OR2Jt {
|
|
7654
|
-
background-color: var(--color-purple-100, #f4edf8);
|
|
7655
|
-
color: var(--color-purple-700, #4a234d);
|
|
7656
|
-
}
|
|
7657
|
-
.Tag-module_purple__OR2Jt .Tag-module_iconContainer__tEPTW {
|
|
7658
|
-
color: var(--color-purple-500, #844587);
|
|
7659
|
-
}
|
|
7660
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7661
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7662
|
-
.RemoveButton-module_removeButton__9yzxJ {
|
|
7663
|
-
appearance: none;
|
|
7664
|
-
display: inline;
|
|
7665
|
-
background: transparent;
|
|
7666
|
-
color: inherit;
|
|
7667
|
-
font: inherit;
|
|
7668
|
-
margin: 0;
|
|
7669
|
-
padding: 0;
|
|
7670
|
-
border: none;
|
|
7671
|
-
position: relative;
|
|
7672
|
-
display: inline-flex;
|
|
7673
|
-
border-radius: 50%;
|
|
7674
|
-
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
7675
|
-
}
|
|
7676
|
-
.RemoveButton-module_removeButton__9yzxJ:focus, .RemoveButton-module_removeButton__9yzxJ:focus-visible {
|
|
7677
|
-
outline: none;
|
|
7319
|
+
border-color: var(--color-gray-600, #524e56);
|
|
7678
7320
|
}
|
|
7679
|
-
.
|
|
7680
|
-
|
|
7321
|
+
.Checkbox-module_checkbox__0LHj5:focus-within::after {
|
|
7322
|
+
width: calc(24px + 2px);
|
|
7323
|
+
height: calc(24px + 2px);
|
|
7681
7324
|
content: "";
|
|
7325
|
+
pointer-events: none;
|
|
7682
7326
|
position: absolute;
|
|
7683
|
-
|
|
7327
|
+
top: 50%;
|
|
7328
|
+
left: 50%;
|
|
7329
|
+
transform: translate(-50%, -50%);
|
|
7330
|
+
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
7684
7331
|
border-width: var(--border-focus-ring-border-width, 2px);
|
|
7685
7332
|
border-style: var(--border-focus-ring-border-style, solid);
|
|
7686
|
-
border-
|
|
7687
|
-
inset: -3px;
|
|
7688
|
-
}
|
|
7689
|
-
.RemoveButton-module_removeButton__9yzxJ::before {
|
|
7690
|
-
position: absolute;
|
|
7691
|
-
content: "";
|
|
7692
|
-
inset: -5px;
|
|
7693
|
-
border-radius: 50%;
|
|
7333
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
7694
7334
|
}
|
|
7695
|
-
|
|
7696
|
-
|
|
7697
|
-
|
|
7698
|
-
color: var(--color-
|
|
7335
|
+
|
|
7336
|
+
.Checkbox-module_selected__-Nd6E {
|
|
7337
|
+
background: var(--color-gray-500, #878792);
|
|
7338
|
+
background-color: var(--color-gray-500, #878792);
|
|
7699
7339
|
}
|
|
7700
|
-
|
|
7701
|
-
|
|
7702
|
-
|
|
7703
|
-
padding-block: var(--spacing-4, 0.25rem);
|
|
7704
|
-
padding-inline: var(--spacing-8, 0.5rem) var(--spacing-4, 0.25rem);
|
|
7340
|
+
.Checkbox-module_selected__-Nd6E:hover, .Checkbox-module_selected__-Nd6E:focus-within {
|
|
7341
|
+
background: var(--color-gray-600, #524e56);
|
|
7342
|
+
border-color: var(--color-gray-600, #524e56);
|
|
7705
7343
|
}
|
|
7706
|
-
.Tab-module_tab__-XtyL {
|
|
7707
|
-
display: inline-flex;
|
|
7708
|
-
align-items: center;
|
|
7709
|
-
border: 2px solid transparent;
|
|
7710
|
-
border-bottom: 0;
|
|
7711
|
-
border-top-left-radius: var(--border-borderless-border-radius);
|
|
7712
|
-
border-top-right-radius: var(--border-borderless-border-radius);
|
|
7713
|
-
background: var(--color-white);
|
|
7714
|
-
white-space: nowrap;
|
|
7715
|
-
text-decoration: none;
|
|
7716
|
-
padding: var(--spacing-md) var(--spacing-md);
|
|
7717
|
-
margin: 0;
|
|
7718
|
-
font-family: var(--typography-heading-4-font-family);
|
|
7719
|
-
font-size: var(--typography-heading-4-font-size);
|
|
7720
|
-
font-weight: var(--typography-heading-4-font-weight);
|
|
7721
|
-
line-height: var(--typography-heading-4-line-height);
|
|
7722
|
-
letter-spacing: var(--typography-heading-4-letter-spacing);
|
|
7723
|
-
color: var(--color-purple-800);
|
|
7724
|
-
|
|
7725
|
-
&:focus {
|
|
7726
|
-
outline: none;
|
|
7727
|
-
}
|
|
7728
|
-
|
|
7729
|
-
&:focus-visible {
|
|
7730
|
-
background: var(--color-blue-100);
|
|
7731
|
-
color: var(--color-blue-500);
|
|
7732
|
-
border-color: var(--color-blue-500);
|
|
7733
|
-
}
|
|
7734
|
-
|
|
7735
|
-
&[data-disabled] {
|
|
7736
|
-
opacity: 0.3;
|
|
7737
|
-
}
|
|
7738
|
-
|
|
7739
|
-
&:not(:first-child) {
|
|
7740
|
-
margin-inline-start: var(--spacing-xs);
|
|
7741
|
-
}
|
|
7742
7344
|
|
|
7743
|
-
|
|
7744
|
-
|
|
7745
|
-
|
|
7746
|
-
|
|
7345
|
+
.Checkbox-module_nativeCheckbox__BauKG {
|
|
7346
|
+
opacity: 0%;
|
|
7347
|
+
position: absolute;
|
|
7348
|
+
width: 100%;
|
|
7349
|
+
height: 100%;
|
|
7747
7350
|
}
|
|
7748
7351
|
|
|
7749
|
-
.
|
|
7352
|
+
.Checkbox-module_iconContainer__Nsip6 {
|
|
7353
|
+
display: inline-block;
|
|
7750
7354
|
position: relative;
|
|
7751
|
-
|
|
7752
|
-
|
|
7753
|
-
|
|
7754
|
-
content: "";
|
|
7755
|
-
display: block;
|
|
7756
|
-
border-top-left-radius: 5px;
|
|
7757
|
-
border-top-right-radius: 5px;
|
|
7758
|
-
background-color: currentcolor;
|
|
7759
|
-
height: 5px;
|
|
7760
|
-
width: 100%;
|
|
7761
|
-
position: absolute;
|
|
7762
|
-
left: 0;
|
|
7763
|
-
right: 0;
|
|
7764
|
-
bottom: 0;
|
|
7765
|
-
}
|
|
7355
|
+
pointer-events: none;
|
|
7356
|
+
height: 100%;
|
|
7357
|
+
width: 100%;
|
|
7766
7358
|
}
|
|
7767
7359
|
|
|
7768
|
-
.
|
|
7769
|
-
|
|
7770
|
-
display: inline-flex;
|
|
7771
|
-
align-items: center;
|
|
7360
|
+
.Checkbox-module_icon__2b48e {
|
|
7361
|
+
color: var(--color-white, #ffffff);
|
|
7772
7362
|
}
|
|
7773
|
-
|
|
7774
|
-
|
|
7775
|
-
|
|
7776
|
-
|
|
7777
|
-
|
|
7778
|
-
|
|
7779
|
-
|
|
7780
|
-
|
|
7781
|
-
|
|
7782
|
-
|
|
7783
|
-
|
|
7784
|
-
border-style: var(--border-focus-ring-border-style);
|
|
7785
|
-
border-color: transparent;
|
|
7786
|
-
inset: -2px;
|
|
7787
|
-
}
|
|
7788
|
-
}
|
|
7789
|
-
|
|
7790
|
-
.Tab-module_tab__-XtyL[data-selected]::before {
|
|
7791
|
-
/* High contrast also doesn't see the pseudo element created to show the active tab. */
|
|
7792
|
-
content: "";
|
|
7793
|
-
position: absolute;
|
|
7794
|
-
left: 0;
|
|
7795
|
-
right: 0;
|
|
7796
|
-
bottom: 0;
|
|
7797
|
-
border-bottom: 2px solid transparent;
|
|
7798
|
-
}
|
|
7363
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7364
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7365
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7366
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7367
|
+
.MultiSelectOptionField-module_multiSelectOptionField__-PNh- {
|
|
7368
|
+
display: flex;
|
|
7369
|
+
align-items: flex-start;
|
|
7370
|
+
gap: var(--spacing-6, 0.375rem);
|
|
7371
|
+
padding: var(--spacing-6, 0.375rem);
|
|
7372
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
7373
|
+
position: relative;
|
|
7799
7374
|
}
|
|
7800
|
-
|
|
7801
|
-
|
|
7802
|
-
border-bottom: 1px solid rgba(var(--color-gray-600-rgb), 0.1);
|
|
7803
|
-
padding: var(--spacing-xs) var(--spacing-md) 0;
|
|
7375
|
+
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:hover, .MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within {
|
|
7376
|
+
background: var(--color-blue-100, #e6f6ff);
|
|
7804
7377
|
}
|
|
7805
|
-
|
|
7806
|
-
|
|
7807
|
-
|
|
7378
|
+
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:hover .MultiSelectOptionField-module_checkbox__rDOxI, .MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within .MultiSelectOptionField-module_checkbox__rDOxI {
|
|
7379
|
+
border-color: var(--color-gray-600, #524e56);
|
|
7380
|
+
background-color: var(--color-gray-200, #f4f4f5);
|
|
7808
7381
|
}
|
|
7809
|
-
|
|
7810
|
-
|
|
7811
|
-
|
|
7812
|
-
|
|
7813
|
-
|
|
7814
|
-
|
|
7815
|
-
|
|
7816
|
-
|
|
7817
|
-
|
|
7818
|
-
|
|
7819
|
-
|
|
7820
|
-
|
|
7382
|
+
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:hover .MultiSelectOptionField-module_checkbox__rDOxI.MultiSelectOptionField-module_checked__wo-TX, .MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within .MultiSelectOptionField-module_checkbox__rDOxI.MultiSelectOptionField-module_checked__wo-TX {
|
|
7383
|
+
background-color: var(--color-gray-600, #524e56);
|
|
7384
|
+
}
|
|
7385
|
+
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within::after {
|
|
7386
|
+
z-index: 2;
|
|
7387
|
+
width: calc(100% + 2px);
|
|
7388
|
+
height: calc(100% + 2px);
|
|
7389
|
+
content: "";
|
|
7390
|
+
pointer-events: none;
|
|
7391
|
+
position: absolute;
|
|
7392
|
+
top: 50%;
|
|
7393
|
+
left: 50%;
|
|
7394
|
+
transform: translate(-50%, -50%);
|
|
7395
|
+
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
7396
|
+
border-width: var(--border-focus-ring-border-width, 2px);
|
|
7397
|
+
border-style: var(--border-focus-ring-border-style, solid);
|
|
7398
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
7399
|
+
}
|
|
7400
|
+
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within .MultiSelectOptionField-module_checkbox__rDOxI::after {
|
|
7401
|
+
display: none;
|
|
7821
7402
|
}
|
|
7822
7403
|
|
|
7404
|
+
.MultiSelectOptionField-module_label__79KfB {
|
|
7405
|
+
color: var(--color-purple-800, #2f2438);
|
|
7406
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
7407
|
+
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
7408
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
7409
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
7410
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
7411
|
+
overflow-wrap: anywhere;
|
|
7412
|
+
}
|
|
7413
|
+
.MultiSelectOptionField-module_label__79KfB::before {
|
|
7414
|
+
content: "";
|
|
7415
|
+
width: 100%;
|
|
7416
|
+
height: 100%;
|
|
7417
|
+
position: absolute;
|
|
7418
|
+
left: 0;
|
|
7419
|
+
top: 0;
|
|
7420
|
+
}
|
|
7421
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7422
|
+
.MultiSelectOptions-module_multiSelectOptions__b8hYg {
|
|
7423
|
+
display: flex;
|
|
7424
|
+
flex-direction: column;
|
|
7425
|
+
border: none;
|
|
7426
|
+
padding: 0;
|
|
7427
|
+
margin: 0;
|
|
7428
|
+
}
|
|
7823
7429
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7824
7430
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7825
7431
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -7913,7 +7519,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7913
7519
|
display: flex;
|
|
7914
7520
|
align-items: center;
|
|
7915
7521
|
justify-content: center;
|
|
7916
|
-
height: 36px;
|
|
7917
7522
|
width: 36px;
|
|
7918
7523
|
background-color: transparent;
|
|
7919
7524
|
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
@@ -8138,15 +7743,15 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8138
7743
|
}
|
|
8139
7744
|
|
|
8140
7745
|
.Popover-module_informativeIcon__WqmCv {
|
|
8141
|
-
color: var(--color-blue-500
|
|
7746
|
+
color: var(--color-blue-500);
|
|
8142
7747
|
}
|
|
8143
7748
|
|
|
8144
7749
|
.Popover-module_positiveIcon__wyqmw {
|
|
8145
|
-
color: var(--color-green-
|
|
7750
|
+
color: var(--color-green-500);
|
|
8146
7751
|
}
|
|
8147
7752
|
|
|
8148
7753
|
.Popover-module_negativeIcon__Bb7-e {
|
|
8149
|
-
color: var(--color-red-500
|
|
7754
|
+
color: var(--color-red-500);
|
|
8150
7755
|
}
|
|
8151
7756
|
|
|
8152
7757
|
.Popover-module_cautionaryIcon__rptji {
|
|
@@ -8603,7 +8208,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8603
8208
|
inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
|
|
8604
8209
|
z-index: 1;
|
|
8605
8210
|
}
|
|
8606
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8607
8211
|
/* stylelint-disable */
|
|
8608
8212
|
/* stylelint-enable */
|
|
8609
8213
|
/* prettier-ignore */
|
|
@@ -8623,87 +8227,33 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8623
8227
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8624
8228
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8625
8229
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8626
|
-
/* stylelint-disable */
|
|
8627
|
-
/* stylelint-enable */
|
|
8628
|
-
/* prettier-ignore */
|
|
8629
|
-
/* stylelint-disable */
|
|
8630
|
-
/* stylelint-enable */
|
|
8631
|
-
/* prettier-ignore */
|
|
8632
|
-
/* prettier-ignore */
|
|
8633
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8634
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8635
|
-
/* stylelint-disable function-name-case, scss/at-function-pattern */
|
|
8636
|
-
/* stylelint-enable function-name-case, scss/at-function-pattern */
|
|
8637
|
-
/* prettier-ignore */
|
|
8638
|
-
/* prettier-ignore */
|
|
8639
|
-
/* prettier-ignore */
|
|
8640
|
-
/* prettier-ignore */
|
|
8641
|
-
/* prettier-ignore */
|
|
8642
|
-
/* prettier-ignore */
|
|
8643
|
-
/* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
8644
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8645
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8646
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8647
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8648
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8649
|
-
/* 16px */
|
|
8650
|
-
/* 16px */
|
|
8651
|
-
/* 16px */
|
|
8652
|
-
/*
|
|
8653
|
-
Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
|
|
8654
|
-
as this is what consumers would have expected when pulling them in a the time.
|
|
8655
|
-
*/
|
|
8656
|
-
/* stylelint-enable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
8657
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8658
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8659
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8660
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8230
|
+
/* stylelint-disable */
|
|
8231
|
+
/* stylelint-enable */
|
|
8232
|
+
/* prettier-ignore */
|
|
8233
|
+
/* stylelint-disable */
|
|
8234
|
+
/* stylelint-enable */
|
|
8235
|
+
/* prettier-ignore */
|
|
8236
|
+
/* prettier-ignore */
|
|
8661
8237
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8662
|
-
|
|
8663
|
-
/*
|
|
8664
|
-
/*
|
|
8665
|
-
/*
|
|
8666
|
-
|
|
8667
|
-
|
|
8668
|
-
*/
|
|
8238
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8239
|
+
/* stylelint-disable function-name-case, scss/at-function-pattern */
|
|
8240
|
+
/* stylelint-enable function-name-case, scss/at-function-pattern */
|
|
8241
|
+
/* prettier-ignore */
|
|
8242
|
+
/* prettier-ignore */
|
|
8243
|
+
/* prettier-ignore */
|
|
8244
|
+
/* prettier-ignore */
|
|
8245
|
+
/* prettier-ignore */
|
|
8246
|
+
/* prettier-ignore */
|
|
8669
8247
|
.TextField-module_input__CEokl {
|
|
8670
|
-
margin-top: var(--spacing-6
|
|
8248
|
+
margin-top: var(--spacing-6);
|
|
8671
8249
|
}
|
|
8672
8250
|
|
|
8673
|
-
.TextField-
|
|
8674
|
-
color: var(--
|
|
8675
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
8676
|
-
animation-name: TextField-module_fade-0-to-1__Ac-99;
|
|
8251
|
+
.TextField-module_icon__wFK4Q {
|
|
8252
|
+
color: var(--textfield-icon-color);
|
|
8677
8253
|
animation-duration: var(--animation-duration-slow, 400ms);
|
|
8678
8254
|
animation-fill-mode: forwards;
|
|
8679
|
-
}
|
|
8680
|
-
.TextField-module_withReversed__agi-Q .TextField-module_success__pMLcV {
|
|
8681
|
-
color: var(--color-green-400, #5dcaad);
|
|
8682
|
-
}
|
|
8683
|
-
@keyframes TextField-module_fade-0-to-1__Ac-99 {
|
|
8684
|
-
0% {
|
|
8685
|
-
opacity: 0;
|
|
8686
|
-
}
|
|
8687
|
-
100% {
|
|
8688
|
-
opacity: 1;
|
|
8689
|
-
}
|
|
8690
|
-
}
|
|
8691
|
-
.TextField-module_success__pMLcV.TextField-module_disabled__gS8tk {
|
|
8692
|
-
color: rgba(var(--color-green-500-rgb, 63, 154, 134), 0.3);
|
|
8693
|
-
}
|
|
8694
|
-
.TextField-module_withReversed__agi-Q .TextField-module_success__pMLcV.TextField-module_disabled__gS8tk {
|
|
8695
|
-
color: rgba(var(--color-green-400-rgb, 93, 202, 173), 0.3);
|
|
8696
|
-
}
|
|
8697
|
-
|
|
8698
|
-
.TextField-module_error__7S-f2 {
|
|
8699
|
-
color: var(--color-red-100, #fdeaee);
|
|
8700
8255
|
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
8701
8256
|
animation-name: TextField-module_fade-0-to-1__Ac-99;
|
|
8702
|
-
animation-duration: var(--animation-duration-slow, 400ms);
|
|
8703
|
-
animation-fill-mode: forwards;
|
|
8704
|
-
}
|
|
8705
|
-
.TextField-module_withReversed__agi-Q .TextField-module_error__7S-f2 {
|
|
8706
|
-
color: var(--color-purple-700, #4a234d);
|
|
8707
8257
|
}
|
|
8708
8258
|
@keyframes TextField-module_fade-0-to-1__Ac-99 {
|
|
8709
8259
|
0% {
|
|
@@ -8714,26 +8264,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8714
8264
|
}
|
|
8715
8265
|
}
|
|
8716
8266
|
|
|
8717
|
-
.TextField-
|
|
8718
|
-
color: var(--color-
|
|
8719
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
8720
|
-
animation-name: TextField-module_fade-0-to-1__Ac-99;
|
|
8721
|
-
animation-duration: var(--animation-duration-slow, 400ms);
|
|
8722
|
-
animation-fill-mode: forwards;
|
|
8723
|
-
}
|
|
8724
|
-
.TextField-module_withReversed__agi-Q .TextField-module_caution__3gzHk {
|
|
8725
|
-
color: var(--color-purple-700, #4a234d);
|
|
8267
|
+
.TextField-module_success__pMLcV {
|
|
8268
|
+
--textfield-icon-color: var(--color-green-500);
|
|
8726
8269
|
}
|
|
8727
|
-
|
|
8728
|
-
|
|
8729
|
-
opacity: 0;
|
|
8730
|
-
}
|
|
8731
|
-
100% {
|
|
8732
|
-
opacity: 1;
|
|
8733
|
-
}
|
|
8270
|
+
.TextField-module_reversed__qW9r1 .TextField-module_success__pMLcV {
|
|
8271
|
+
--textfield-icon-color: var(--color-green-400);
|
|
8734
8272
|
}
|
|
8735
8273
|
|
|
8736
|
-
.TextField-
|
|
8274
|
+
.TextField-module_disabled__gS8tk {
|
|
8737
8275
|
opacity: 0.3;
|
|
8738
8276
|
}
|
|
8739
8277
|
.LinkModal-module_validationErrorMessage__APw4U ul {
|
|
@@ -8891,6 +8429,10 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8891
8429
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8892
8430
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8893
8431
|
.RichTextEditor-module_editor__pVKqW > .ProseMirror {
|
|
8432
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
8433
|
+
padding: var(--spacing-sm, 0.75rem) calc(var(--spacing-xs, 0.375rem) * 3);
|
|
8434
|
+
position: relative;
|
|
8435
|
+
transition: background-color var(--animation-duration-immediate, 100ms), border-color var(--animation-duration-immediate, 100ms);
|
|
8894
8436
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
8895
8437
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
8896
8438
|
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
@@ -8900,10 +8442,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8900
8442
|
white-space: pre-wrap;
|
|
8901
8443
|
box-sizing: content-box;
|
|
8902
8444
|
color: var(--color-purple-800, #2f2438);
|
|
8903
|
-
border-radius: var(--border-solid-border-radius, 7px);
|
|
8904
|
-
padding: var(--spacing-sm, 0.75rem) calc(var(--spacing-xs, 0.375rem) * 3);
|
|
8905
|
-
position: relative;
|
|
8906
|
-
transition: background-color var(--animation-duration-immediate, 100ms), border-color var(--animation-duration-immediate, 100ms);
|
|
8907
8445
|
}
|
|
8908
8446
|
.RichTextEditor-module_editor__pVKqW > .ProseMirror > p {
|
|
8909
8447
|
margin: 0 0 var(--spacing-16, 1rem);
|
|
@@ -9187,6 +8725,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
9187
8725
|
}
|
|
9188
8726
|
|
|
9189
8727
|
.Tag-module_iconWrapper__aPrKH {
|
|
8728
|
+
--icon-size: 16;
|
|
9190
8729
|
position: relative;
|
|
9191
8730
|
height: 16px;
|
|
9192
8731
|
width: 16px;
|
|
@@ -9667,6 +9206,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
9667
9206
|
z-index: 1;
|
|
9668
9207
|
}
|
|
9669
9208
|
.Select-module_specificityIncreaser__cZtQV.Select-module_secondarySmall__6yNEL.Select-module_secondarySmall__6yNEL .Select-module_dropdownIndicator__NUopQ {
|
|
9209
|
+
--icon-size: 14;
|
|
9670
9210
|
padding-top: 0;
|
|
9671
9211
|
padding-bottom: 0;
|
|
9672
9212
|
transform: translateY(1px);
|
|
@@ -9789,7 +9329,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
9789
9329
|
border-style: var(--border-solid-border-style, solid);
|
|
9790
9330
|
padding: calc(var(--spacing-sm, 0.75rem) - var(--border-borderless-border-width, 2px)) calc(var(--spacing-md, 1.5rem) - var(--border-borderless-border-width, 2px));
|
|
9791
9331
|
font-family: var(--typography-button-primary-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
9792
|
-
font-weight: var(--typography-button-primary-font-weight,
|
|
9332
|
+
font-weight: var(--typography-button-primary-font-weight, 500);
|
|
9793
9333
|
letter-spacing: var(--typography-button-primary-letter-spacing, normal);
|
|
9794
9334
|
font-size: var(--typography-button-primary-font-size, 1.125rem);
|
|
9795
9335
|
line-height: var(--typography-button-primary-line-height, 1.5rem);
|
|
@@ -10009,13 +9549,13 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10009
9549
|
padding: 0;
|
|
10010
9550
|
transition: none;
|
|
10011
9551
|
outline: none;
|
|
10012
|
-
background: var(--color-white, #ffffff);
|
|
10013
|
-
border: solid 1px rgba(var(--color-purple-700-rgb, 74, 35, 77), 0.1);
|
|
10014
|
-
transition: box-shadow var(--animation-duration-rapid, 200ms), border-color var(--animation-duration-rapid, 200ms), margin var(--animation-duration-rapid, 200ms), padding var(--animation-duration-rapid, 200ms), width var(--animation-duration-rapid, 200ms);
|
|
10015
|
-
box-shadow: 0 4px 6px rgba(53, 55, 74, 0.04);
|
|
10016
9552
|
text-decoration: none;
|
|
10017
9553
|
color: var(--color-purple-800, #2f2438);
|
|
10018
9554
|
display: block;
|
|
9555
|
+
box-shadow: 0 4px 6px rgba(53, 55, 74, 0.04);
|
|
9556
|
+
border: solid 1px rgba(var(--color-purple-700-rgb, 74, 35, 77), 0.1);
|
|
9557
|
+
transition: box-shadow var(--animation-duration-rapid, 200ms), border-color var(--animation-duration-rapid, 200ms), margin var(--animation-duration-rapid, 200ms), padding var(--animation-duration-rapid, 200ms), width var(--animation-duration-rapid, 200ms);
|
|
9558
|
+
background: var(--color-white, #ffffff);
|
|
10019
9559
|
}
|
|
10020
9560
|
.Table-module_card__RGyjC:hover, .Table-module_card__RGyjC:active, .Table-module_card__RGyjC:focus {
|
|
10021
9561
|
text-decoration: none;
|
|
@@ -10110,9 +9650,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10110
9650
|
display: flex;
|
|
10111
9651
|
align-items: center;
|
|
10112
9652
|
}
|
|
10113
|
-
.Table-module_rowCell__A5-2R:hover, .Table-module_rowCell__A5-2R:active, .Table-module_rowCell__A5-2R:focus {
|
|
10114
|
-
text-decoration: none;
|
|
10115
|
-
}
|
|
10116
9653
|
.Table-module_defaultSpacing__zq1Ci .Table-module_rowCell__A5-2R {
|
|
10117
9654
|
padding: var(--spacing-sm, 0.75rem) var(--spacing-md, 1.5rem);
|
|
10118
9655
|
}
|
|
@@ -10185,320 +9722,210 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10185
9722
|
content: "";
|
|
10186
9723
|
display: block;
|
|
10187
9724
|
border-top-left-radius: 5px;
|
|
10188
|
-
border-top-right-radius: 5px;
|
|
10189
|
-
background-color: currentcolor;
|
|
10190
|
-
height: 5px;
|
|
10191
|
-
width: 100%;
|
|
10192
|
-
position: absolute;
|
|
10193
|
-
left: 0;
|
|
10194
|
-
right: 0;
|
|
10195
|
-
bottom: 0;
|
|
10196
|
-
}
|
|
10197
|
-
|
|
10198
|
-
.Tab-module_badge__4p2nd {
|
|
10199
|
-
margin-inline-start: var(--spacing-sm, 0.75rem);
|
|
10200
|
-
display: inline-flex;
|
|
10201
|
-
align-items: center;
|
|
10202
|
-
}
|
|
10203
|
-
|
|
10204
|
-
@media (forced-colors: active) {
|
|
10205
|
-
.Tab-module_tab__Rar3J {
|
|
10206
|
-
border: 2px solid transparent;
|
|
10207
|
-
}
|
|
10208
|
-
.Tab-module_tab__Rar3J:focus-visible::after {
|
|
10209
|
-
content: "";
|
|
10210
|
-
position: absolute;
|
|
10211
|
-
background: transparent;
|
|
10212
|
-
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
10213
|
-
border-width: var(--border-focus-ring-border-width, 2px);
|
|
10214
|
-
border-style: var(--border-focus-ring-border-style, solid);
|
|
10215
|
-
border-color: transparent;
|
|
10216
|
-
inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
|
|
10217
|
-
}
|
|
10218
|
-
.Tab-module_tab__Rar3J.Tab-module_selected__MApD6::before {
|
|
10219
|
-
content: "";
|
|
10220
|
-
position: absolute;
|
|
10221
|
-
left: 0;
|
|
10222
|
-
right: 0;
|
|
10223
|
-
bottom: 0;
|
|
10224
|
-
border-bottom: 2px solid transparent;
|
|
10225
|
-
}
|
|
10226
|
-
}
|
|
10227
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10228
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10229
|
-
.TabList-module_tabList__A8Y9H {
|
|
10230
|
-
border-bottom: 1px solid rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
|
|
10231
|
-
padding: var(--spacing-xs, 0.375rem) var(--spacing-md, 1.5rem) 0;
|
|
10232
|
-
}
|
|
10233
|
-
|
|
10234
|
-
.TabList-module_tabList__A8Y9H.TabList-module_noPadding__v073J {
|
|
10235
|
-
padding: 0;
|
|
10236
|
-
}
|
|
10237
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10238
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10239
|
-
.TabPanel-module_tabPanel__I7hEK {
|
|
10240
|
-
border: 2px solid transparent;
|
|
10241
|
-
}
|
|
10242
|
-
.TabPanel-module_tabPanel__I7hEK:focus {
|
|
10243
|
-
outline: none;
|
|
10244
|
-
}
|
|
10245
|
-
.TabPanel-module_tabPanel__I7hEK:focus-visible {
|
|
10246
|
-
border-color: var(--color-blue-500, #0168b3);
|
|
10247
|
-
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
10248
|
-
}
|
|
10249
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10250
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10251
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10252
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10253
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10254
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10255
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
10256
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10257
|
-
.TextArea-module_wrapper__ytS6M {
|
|
10258
|
-
position: relative;
|
|
10259
|
-
}
|
|
10260
|
-
|
|
10261
|
-
.TextArea-module_textarea__GeHn4 {
|
|
10262
|
-
outline: 0;
|
|
10263
|
-
box-sizing: border-box;
|
|
10264
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
10265
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
10266
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
10267
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
10268
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
10269
|
-
position: static;
|
|
10270
|
-
border-radius: var(--border-solid-border-radius, 7px);
|
|
10271
|
-
width: 100%;
|
|
10272
|
-
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-gray-500, #878792);
|
|
10273
|
-
padding: var(--spacing-sm, 0.75rem);
|
|
10274
|
-
color: var(--color-purple-800-rgb, 47, 36, 56);
|
|
10275
|
-
display: block;
|
|
10276
|
-
resize: vertical;
|
|
10277
|
-
}
|
|
10278
|
-
.TextArea-module_textarea__GeHn4::-webkit-input-placeholder {
|
|
10279
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
10280
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
10281
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
10282
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
10283
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
10284
|
-
position: static;
|
|
10285
|
-
line-height: 1.5;
|
|
10286
|
-
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
10287
|
-
}
|
|
10288
|
-
.TextArea-module_textarea__GeHn4:-moz-placeholder {
|
|
10289
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
10290
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
10291
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
10292
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
10293
|
-
position: static;
|
|
10294
|
-
line-height: 2.9rem;
|
|
10295
|
-
line-height: 1.5;
|
|
10296
|
-
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
10297
|
-
}
|
|
10298
|
-
.TextArea-module_textarea__GeHn4::-moz-placeholder {
|
|
10299
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
10300
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
10301
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
10302
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
10303
|
-
position: static;
|
|
10304
|
-
line-height: 2.9rem;
|
|
10305
|
-
line-height: 1.5;
|
|
10306
|
-
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
10307
|
-
}
|
|
10308
|
-
.TextArea-module_textarea__GeHn4:-ms-input-placeholder {
|
|
10309
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
10310
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
10311
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
10312
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
10313
|
-
position: static;
|
|
10314
|
-
line-height: 2.9rem;
|
|
10315
|
-
line-height: 1.5;
|
|
10316
|
-
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
10317
|
-
}
|
|
10318
|
-
.TextArea-module_textarea__GeHn4:disabled {
|
|
10319
|
-
resize: none;
|
|
10320
|
-
}
|
|
10321
|
-
|
|
10322
|
-
.TextArea-module_textarea__GeHn4:focus + .TextArea-module_focusRing__kECqH {
|
|
10323
|
-
position: absolute;
|
|
10324
|
-
background: transparent;
|
|
10325
|
-
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
10326
|
-
border-width: var(--border-focus-ring-border-width, 2px);
|
|
10327
|
-
border-style: var(--border-focus-ring-border-style, solid);
|
|
10328
|
-
border-color: transparent;
|
|
10329
|
-
inset: -3px;
|
|
10330
|
-
pointer-events: none;
|
|
10331
|
-
}
|
|
10332
|
-
|
|
10333
|
-
.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR:focus:not([disabled]), .TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR:hover:not([disabled]), .TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR:hover:focus:not([disabled]) {
|
|
10334
|
-
background-color: var(--color-gray-200, #f4f4f5);
|
|
10335
|
-
border-color: var(--color-gray-600, #524e56);
|
|
10336
|
-
}
|
|
10337
|
-
.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR:focus + .TextArea-module_focusRing__kECqH {
|
|
10338
|
-
border-color: var(--color-blue-500, #0168b3);
|
|
10339
|
-
}
|
|
10340
|
-
.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR:not(.TextArea-module_error__XOQRm, .TextArea-module_caution__9BGd0):disabled {
|
|
10341
|
-
border-color: rgba(var(--color-gray-500-rgb, 135, 135, 146), 0.3);
|
|
10342
|
-
}
|
|
10343
|
-
.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_error__XOQRm {
|
|
10344
|
-
border-color: var(--color-red-500, #c93b55);
|
|
10345
|
-
}
|
|
10346
|
-
.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_error__XOQRm:focus:not([disabled]), .TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_error__XOQRm:hover:not([disabled]), .TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_error__XOQRm:hover:focus:not([disabled]) {
|
|
10347
|
-
border-color: var(--color-red-500, #c93b55);
|
|
10348
|
-
}
|
|
10349
|
-
.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_caution__9BGd0 {
|
|
10350
|
-
border-color: var(--color-yellow-600, #c68600);
|
|
10351
|
-
}
|
|
10352
|
-
.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_caution__9BGd0:focus:not([disabled]), .TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_caution__9BGd0:hover:not([disabled]), .TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_caution__9BGd0:hover:focus:not([disabled]) {
|
|
10353
|
-
border-color: var(--color-yellow-600, #c68600);
|
|
10354
|
-
}
|
|
10355
|
-
.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_disabled__N09tP {
|
|
10356
|
-
background-color: var(--color-white, #ffffff);
|
|
10357
|
-
border-color: rgba(var(--color-gray-500-rgb, 135, 135, 146), 0.3);
|
|
10358
|
-
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
|
|
10359
|
-
}
|
|
10360
|
-
.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_disabled__N09tP::-webkit-input-placeholder {
|
|
10361
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
10362
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
10363
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
10364
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
10365
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
10366
|
-
position: static;
|
|
10367
|
-
opacity: 0.3;
|
|
10368
|
-
}
|
|
10369
|
-
.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_disabled__N09tP:-moz-placeholder {
|
|
10370
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
10371
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
10372
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
10373
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
10374
|
-
position: static;
|
|
10375
|
-
line-height: 2.9rem;
|
|
10376
|
-
opacity: 0.3;
|
|
10377
|
-
}
|
|
10378
|
-
.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_disabled__N09tP::-moz-placeholder {
|
|
10379
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
10380
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
10381
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
10382
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
10383
|
-
position: static;
|
|
10384
|
-
line-height: 2.9rem;
|
|
10385
|
-
opacity: 0.3;
|
|
10386
|
-
}
|
|
10387
|
-
.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_disabled__N09tP:-ms-input-placeholder {
|
|
10388
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
10389
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
10390
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
10391
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
10392
|
-
position: static;
|
|
10393
|
-
line-height: 2.9rem;
|
|
10394
|
-
opacity: 0.3;
|
|
9725
|
+
border-top-right-radius: 5px;
|
|
9726
|
+
background-color: currentcolor;
|
|
9727
|
+
height: 5px;
|
|
9728
|
+
width: 100%;
|
|
9729
|
+
position: absolute;
|
|
9730
|
+
left: 0;
|
|
9731
|
+
right: 0;
|
|
9732
|
+
bottom: 0;
|
|
10395
9733
|
}
|
|
10396
9734
|
|
|
10397
|
-
.
|
|
10398
|
-
|
|
10399
|
-
|
|
10400
|
-
|
|
9735
|
+
.Tab-module_badge__4p2nd {
|
|
9736
|
+
margin-inline-start: var(--spacing-sm, 0.75rem);
|
|
9737
|
+
display: inline-flex;
|
|
9738
|
+
align-items: center;
|
|
10401
9739
|
}
|
|
10402
|
-
|
|
10403
|
-
|
|
10404
|
-
|
|
9740
|
+
|
|
9741
|
+
@media (forced-colors: active) {
|
|
9742
|
+
.Tab-module_tab__Rar3J {
|
|
9743
|
+
border: 2px solid transparent;
|
|
9744
|
+
}
|
|
9745
|
+
.Tab-module_tab__Rar3J:focus-visible::after {
|
|
9746
|
+
content: "";
|
|
9747
|
+
position: absolute;
|
|
9748
|
+
background: transparent;
|
|
9749
|
+
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
9750
|
+
border-width: var(--border-focus-ring-border-width, 2px);
|
|
9751
|
+
border-style: var(--border-focus-ring-border-style, solid);
|
|
9752
|
+
border-color: transparent;
|
|
9753
|
+
inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
|
|
9754
|
+
}
|
|
9755
|
+
.Tab-module_tab__Rar3J.Tab-module_selected__MApD6::before {
|
|
9756
|
+
content: "";
|
|
9757
|
+
position: absolute;
|
|
9758
|
+
left: 0;
|
|
9759
|
+
right: 0;
|
|
9760
|
+
bottom: 0;
|
|
9761
|
+
border-bottom: 2px solid transparent;
|
|
9762
|
+
}
|
|
10405
9763
|
}
|
|
10406
|
-
|
|
10407
|
-
|
|
10408
|
-
|
|
10409
|
-
|
|
10410
|
-
|
|
10411
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
10412
|
-
position: static;
|
|
10413
|
-
line-height: 1.5;
|
|
10414
|
-
color: var(--color-white, #ffffff);
|
|
9764
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9765
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9766
|
+
.TabList-module_tabList__A8Y9H {
|
|
9767
|
+
border-bottom: 1px solid rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
|
|
9768
|
+
padding: var(--spacing-xs, 0.375rem) var(--spacing-md, 1.5rem) 0;
|
|
10415
9769
|
}
|
|
10416
|
-
|
|
10417
|
-
|
|
10418
|
-
|
|
10419
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
10420
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
10421
|
-
position: static;
|
|
10422
|
-
line-height: 2.9rem;
|
|
10423
|
-
line-height: 1.5;
|
|
10424
|
-
color: var(--color-white, #ffffff);
|
|
9770
|
+
|
|
9771
|
+
.TabList-module_tabList__A8Y9H.TabList-module_noPadding__v073J {
|
|
9772
|
+
padding: 0;
|
|
10425
9773
|
}
|
|
10426
|
-
|
|
10427
|
-
|
|
10428
|
-
|
|
10429
|
-
|
|
10430
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
10431
|
-
position: static;
|
|
10432
|
-
line-height: 2.9rem;
|
|
10433
|
-
line-height: 1.5;
|
|
10434
|
-
color: var(--color-white, #ffffff);
|
|
9774
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9775
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9776
|
+
.TabPanel-module_tabPanel__I7hEK {
|
|
9777
|
+
border: 2px solid transparent;
|
|
10435
9778
|
}
|
|
10436
|
-
.
|
|
10437
|
-
|
|
10438
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
10439
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
10440
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
10441
|
-
position: static;
|
|
10442
|
-
line-height: 2.9rem;
|
|
10443
|
-
line-height: 1.5;
|
|
10444
|
-
color: var(--color-white, #ffffff);
|
|
9779
|
+
.TabPanel-module_tabPanel__I7hEK:focus {
|
|
9780
|
+
outline: none;
|
|
10445
9781
|
}
|
|
10446
|
-
.
|
|
10447
|
-
border-color: var(--color-blue-
|
|
9782
|
+
.TabPanel-module_tabPanel__I7hEK:focus-visible {
|
|
9783
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
9784
|
+
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
10448
9785
|
}
|
|
10449
|
-
.TextArea-
|
|
10450
|
-
|
|
9786
|
+
.TextArea-module_wrapper__FHfMG {
|
|
9787
|
+
font-family: var(--typography-paragraph-body-font-family);
|
|
9788
|
+
font-size: var(--typography-paragraph-body-font-size);
|
|
9789
|
+
font-weight: var(--typography-paragraph-body-font-weight);
|
|
9790
|
+
line-height: var(--typography-paragraph-body-line-height);
|
|
9791
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing);
|
|
9792
|
+
color: var(--color-purple-800-rgb);
|
|
10451
9793
|
}
|
|
10452
|
-
|
|
10453
|
-
|
|
9794
|
+
|
|
9795
|
+
.TextArea-module_wrapperAutogrow__f46bL {
|
|
9796
|
+
display: grid;
|
|
10454
9797
|
}
|
|
10455
|
-
|
|
10456
|
-
|
|
9798
|
+
|
|
9799
|
+
.TextArea-module_wrapperAutogrow__f46bL::after {
|
|
9800
|
+
content: attr(data-value) " ";
|
|
9801
|
+
white-space: pre-wrap;
|
|
9802
|
+
visibility: hidden;
|
|
10457
9803
|
}
|
|
10458
|
-
|
|
10459
|
-
|
|
9804
|
+
|
|
9805
|
+
/* these properties need to be set on both for autogrow to work properly */
|
|
9806
|
+
.TextArea-module_textarea__Ht-1a,
|
|
9807
|
+
.TextArea-module_wrapperAutogrow__f46bL::after {
|
|
9808
|
+
border: var(--border-solid-border-width) var(--border-solid-border-style)
|
|
9809
|
+
var(--color-gray-500);
|
|
9810
|
+
border-radius: var(--border-solid-border-radius);
|
|
9811
|
+
padding: var(--spacing-sm);
|
|
9812
|
+
box-sizing: border-box;
|
|
9813
|
+
width: 100%;
|
|
9814
|
+
font: inherit;
|
|
10460
9815
|
}
|
|
10461
|
-
|
|
10462
|
-
|
|
10463
|
-
|
|
10464
|
-
|
|
9816
|
+
|
|
9817
|
+
.TextArea-module_textareaAutogrow__ReEar,
|
|
9818
|
+
.TextArea-module_wrapperAutogrow__f46bL::after {
|
|
9819
|
+
grid-area: 2 / 1;
|
|
10465
9820
|
}
|
|
10466
|
-
|
|
10467
|
-
|
|
10468
|
-
|
|
10469
|
-
|
|
10470
|
-
|
|
10471
|
-
|
|
10472
|
-
|
|
10473
|
-
|
|
9821
|
+
|
|
9822
|
+
.TextArea-module_textarea__Ht-1a {
|
|
9823
|
+
display: block;
|
|
9824
|
+
border: var(--border-solid-border-width) var(--border-solid-border-style)
|
|
9825
|
+
var(--color-gray-500);
|
|
9826
|
+
border-radius: var(--border-solid-border-radius);
|
|
9827
|
+
padding: var(--spacing-sm);
|
|
9828
|
+
resize: vertical;
|
|
9829
|
+
|
|
9830
|
+
&:focus {
|
|
9831
|
+
outline: var(--border-focus-ring-border-width)
|
|
9832
|
+
var(--border-focus-ring-border-style) var(--color-blue-500);
|
|
9833
|
+
outline-offset: 1px;
|
|
9834
|
+
}
|
|
9835
|
+
|
|
9836
|
+
&:disabled {
|
|
9837
|
+
resize: none;
|
|
9838
|
+
}
|
|
10474
9839
|
}
|
|
10475
|
-
|
|
10476
|
-
|
|
10477
|
-
|
|
10478
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
10479
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
10480
|
-
position: static;
|
|
10481
|
-
line-height: 2.9rem;
|
|
10482
|
-
opacity: 0.3;
|
|
9840
|
+
|
|
9841
|
+
.TextArea-module_textareaAutogrow__ReEar {
|
|
9842
|
+
overflow: hidden;
|
|
10483
9843
|
}
|
|
10484
|
-
|
|
10485
|
-
|
|
10486
|
-
|
|
10487
|
-
|
|
10488
|
-
|
|
10489
|
-
|
|
10490
|
-
|
|
10491
|
-
|
|
9844
|
+
|
|
9845
|
+
.TextArea-module_default__e1cis {
|
|
9846
|
+
&:not(.TextArea-module_error__bBmvS, .TextArea-module_caution__aj4nR) {
|
|
9847
|
+
&:disabled {
|
|
9848
|
+
border-color: rgba(var(--color-gray-500-rgb), 0.3);
|
|
9849
|
+
}
|
|
9850
|
+
}
|
|
9851
|
+
|
|
9852
|
+
&:focus:not([disabled]),
|
|
9853
|
+
&:hover:not([disabled]),
|
|
9854
|
+
&:hover:focus:not([disabled]) {
|
|
9855
|
+
background-color: var(--color-gray-200);
|
|
9856
|
+
border-color: var(--color-gray-600);
|
|
9857
|
+
}
|
|
9858
|
+
|
|
9859
|
+
&.TextArea-module_error__bBmvS {
|
|
9860
|
+
border-color: var(--color-red-500);
|
|
9861
|
+
|
|
9862
|
+
&:focus:not([disabled]),
|
|
9863
|
+
&:hover:not([disabled]),
|
|
9864
|
+
&:hover:focus:not([disabled]) {
|
|
9865
|
+
border-color: var(--color-red-500);
|
|
9866
|
+
}
|
|
9867
|
+
}
|
|
9868
|
+
|
|
9869
|
+
&.TextArea-module_caution__aj4nR {
|
|
9870
|
+
border-color: var(--color-yellow-600);
|
|
9871
|
+
|
|
9872
|
+
&:focus:not([disabled]),
|
|
9873
|
+
&:hover:not([disabled]),
|
|
9874
|
+
&:hover:focus:not([disabled]) {
|
|
9875
|
+
border-color: var(--color-yellow-600);
|
|
9876
|
+
}
|
|
9877
|
+
}
|
|
9878
|
+
|
|
9879
|
+
&.TextArea-module_disabled__XY39a {
|
|
9880
|
+
background-color: var(--color-white);
|
|
9881
|
+
border-color: rgba(var(--color-gray-500-rgb), 0.3);
|
|
9882
|
+
color: rgba(var(--color-purple-800-rgb), 0.3);
|
|
9883
|
+
}
|
|
10492
9884
|
}
|
|
10493
|
-
|
|
10494
|
-
|
|
10495
|
-
|
|
10496
|
-
|
|
10497
|
-
|
|
10498
|
-
|
|
10499
|
-
|
|
10500
|
-
|
|
9885
|
+
|
|
9886
|
+
.TextArea-module_reversed__r-W3e {
|
|
9887
|
+
border-color: rgba(var(--color-white-rgb), 0.65);
|
|
9888
|
+
background: transparent;
|
|
9889
|
+
color: var(--color-white);
|
|
9890
|
+
|
|
9891
|
+
&:focus {
|
|
9892
|
+
outline-color: var(--color-blue-300);
|
|
9893
|
+
}
|
|
9894
|
+
|
|
9895
|
+
&:focus:not([disabled]),
|
|
9896
|
+
&:hover:not([disabled]),
|
|
9897
|
+
&:hover:focus:not([disabled]) {
|
|
9898
|
+
background: rgba(var(--color-white-rgb), 0.1);
|
|
9899
|
+
border-color: var(--color-white);
|
|
9900
|
+
}
|
|
9901
|
+
|
|
9902
|
+
&.TextArea-module_error__bBmvS {
|
|
9903
|
+
border-color: var(--color-red-300);
|
|
9904
|
+
|
|
9905
|
+
&:focus:not([disabled]),
|
|
9906
|
+
&:hover:not([disabled]),
|
|
9907
|
+
&:hover:focus:not([disabled]) {
|
|
9908
|
+
border-color: var(--color-red-300);
|
|
9909
|
+
}
|
|
9910
|
+
}
|
|
9911
|
+
|
|
9912
|
+
&.TextArea-module_caution__aj4nR {
|
|
9913
|
+
border-color: var(--color-yellow-400);
|
|
9914
|
+
|
|
9915
|
+
&:focus:not([disabled]),
|
|
9916
|
+
&:hover:not([disabled]),
|
|
9917
|
+
&:hover:focus:not([disabled]) {
|
|
9918
|
+
border-color: var(--color-yellow-400);
|
|
9919
|
+
}
|
|
9920
|
+
}
|
|
9921
|
+
|
|
9922
|
+
&.TextArea-module_disabled__XY39a {
|
|
9923
|
+
background: transparent;
|
|
9924
|
+
border-color: rgba(var(--color-white-rgb), 0.3);
|
|
9925
|
+
color: rgba(var(--color-white-rgb), 0.3);
|
|
9926
|
+
}
|
|
10501
9927
|
}
|
|
9928
|
+
|
|
10502
9929
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10503
9930
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10504
9931
|
.TextAreaField-module_message__hlao7.TextAreaField-module_disabled__twCef {
|
|
@@ -10557,14 +9984,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10557
9984
|
}
|
|
10558
9985
|
|
|
10559
9986
|
.GenericTile-module_tile__mgFhk {
|
|
9987
|
+
position: relative;
|
|
10560
9988
|
width: 330px;
|
|
10561
9989
|
height: 370px;
|
|
10562
|
-
position: relative;
|
|
10563
|
-
box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
|
|
10564
|
-
background-color: var(--color-white, #ffffff);
|
|
10565
9990
|
transition: transform var(--animation-duration-slow, 400ms) var(--animation-easing-function-ease-in-out, cubic-bezier(0.455, 0.03, 0.515, 0.955));
|
|
10566
9991
|
transform-style: preserve-3d;
|
|
9992
|
+
box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
|
|
10567
9993
|
border-radius: 7px;
|
|
9994
|
+
background-color: var(--color-white, #ffffff);
|
|
10568
9995
|
}
|
|
10569
9996
|
[data-tile-grid] .GenericTile-module_tile__mgFhk {
|
|
10570
9997
|
width: auto;
|
|
@@ -10946,42 +10373,26 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10946
10373
|
margin: 0;
|
|
10947
10374
|
}
|
|
10948
10375
|
.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:first-of-type {
|
|
10949
|
-
margin-
|
|
10950
|
-
margin-
|
|
10951
|
-
}
|
|
10952
|
-
.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 {
|
|
10953
|
-
margin-right: 0;
|
|
10954
|
-
margin-left: calc(1.5rem / 4);
|
|
10376
|
+
margin-inline-end: calc(1.5rem / 4);
|
|
10377
|
+
margin-inline-start: 0;
|
|
10955
10378
|
}
|
|
10956
10379
|
@media (max-width: 1023px) {
|
|
10957
10380
|
.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:first-of-type {
|
|
10958
|
-
margin-
|
|
10959
|
-
margin-
|
|
10960
|
-
}
|
|
10961
|
-
.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 {
|
|
10962
|
-
margin-right: 0;
|
|
10963
|
-
margin-left: calc(1.5rem / 8);
|
|
10381
|
+
margin-inline-end: calc(1.5rem / 8);
|
|
10382
|
+
margin-inline-start: 0;
|
|
10964
10383
|
}
|
|
10965
10384
|
}
|
|
10966
10385
|
.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:first-of-type.Toolbar-module_noGap__4mNlF {
|
|
10967
10386
|
margin: 0;
|
|
10968
10387
|
}
|
|
10969
10388
|
.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:last-of-type {
|
|
10970
|
-
margin-
|
|
10971
|
-
margin-
|
|
10972
|
-
}
|
|
10973
|
-
.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 {
|
|
10974
|
-
margin-right: calc(1.5rem / 4);
|
|
10975
|
-
margin-left: 0;
|
|
10389
|
+
margin-inline-end: 0;
|
|
10390
|
+
margin-inline-start: calc(1.5rem / 4);
|
|
10976
10391
|
}
|
|
10977
10392
|
@media (max-width: 1023px) {
|
|
10978
10393
|
.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:last-of-type {
|
|
10979
|
-
margin-
|
|
10980
|
-
margin-
|
|
10981
|
-
}
|
|
10982
|
-
.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 {
|
|
10983
|
-
margin-right: calc(1.5rem / 8);
|
|
10984
|
-
margin-left: 0;
|
|
10394
|
+
margin-inline-end: 0;
|
|
10395
|
+
margin-inline-start: calc(1.5rem / 8);
|
|
10985
10396
|
}
|
|
10986
10397
|
}
|
|
10987
10398
|
.Toolbar-module_toolbar__yhogJ .Toolbar-module_toolbarItem__eekUL:last-of-type.Toolbar-module_noGap__4mNlF {
|
|
@@ -11008,12 +10419,8 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
11008
10419
|
justify-content: flex-end;
|
|
11009
10420
|
flex-grow: 1;
|
|
11010
10421
|
flex-shrink: 0;
|
|
11011
|
-
margin-
|
|
11012
|
-
margin-
|
|
11013
|
-
}
|
|
11014
|
-
.MainActions-module_mainActionsContainer__wN117[dir=rtl], [dir=rtl] .MainActions-module_mainActionsContainer__wN117 {
|
|
11015
|
-
margin-right: calc(1.5rem / 2);
|
|
11016
|
-
margin-left: 0;
|
|
10422
|
+
margin-inline-end: 0;
|
|
10423
|
+
margin-inline-start: calc(1.5rem / 2);
|
|
11017
10424
|
}
|
|
11018
10425
|
@media (max-width: 767px) {
|
|
11019
10426
|
.MainActions-module_mainActionsContainer__wN117 {
|
|
@@ -11093,37 +10500,25 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
11093
10500
|
display: flex;
|
|
11094
10501
|
justify-content: center;
|
|
11095
10502
|
align-items: center;
|
|
11096
|
-
margin-
|
|
11097
|
-
margin-
|
|
11098
|
-
}
|
|
11099
|
-
.MobileActions-module_drawerHandleIcon__z-Hp-[dir=rtl], [dir=rtl] .MobileActions-module_drawerHandleIcon__z-Hp- {
|
|
11100
|
-
margin-right: 0;
|
|
11101
|
-
margin-left: calc(1.5rem / 2);
|
|
10503
|
+
margin-inline-end: calc(1.5rem / 2);
|
|
10504
|
+
margin-inline-start: 0;
|
|
11102
10505
|
}
|
|
11103
10506
|
.MobileActions-module_drawerHandleLabelText__UDIFl + .MobileActions-module_drawerHandleIcon__z-Hp- {
|
|
11104
|
-
margin-
|
|
11105
|
-
margin-
|
|
11106
|
-
}
|
|
11107
|
-
.MobileActions-module_drawerHandleLabelText__UDIFl + .MobileActions-module_drawerHandleIcon__z-Hp-[dir=rtl], [dir=rtl] .MobileActions-module_drawerHandleLabelText__UDIFl + .MobileActions-module_drawerHandleIcon__z-Hp- {
|
|
11108
|
-
margin-right: calc(1.5rem / 2);
|
|
11109
|
-
margin-left: 0;
|
|
10507
|
+
margin-inline-end: 0;
|
|
10508
|
+
margin-inline-start: calc(1.5rem / 2);
|
|
11110
10509
|
}
|
|
11111
10510
|
|
|
11112
10511
|
.MobileActions-module_mobileActionsPrimaryLabel__y-kgB {
|
|
11113
|
-
padding-right: 0;
|
|
11114
|
-
padding-left: 1.125rem;
|
|
11115
10512
|
text-align: left;
|
|
11116
10513
|
text-decoration: none;
|
|
11117
10514
|
color: var(--color-white, #ffffff);
|
|
11118
10515
|
font-family: var(--typography-button-primary-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
11119
|
-
font-weight: var(--typography-button-primary-font-weight,
|
|
10516
|
+
font-weight: var(--typography-button-primary-font-weight, 500);
|
|
11120
10517
|
font-size: var(--typography-button-primary-font-size, 1.125rem);
|
|
11121
10518
|
line-height: var(--typography-button-primary-line-height, 1.5rem);
|
|
11122
10519
|
letter-spacing: var(--typography-button-primary-letter-spacing, normal);
|
|
11123
|
-
|
|
11124
|
-
|
|
11125
|
-
padding-right: 1.125rem;
|
|
11126
|
-
padding-left: 0;
|
|
10520
|
+
padding-inline-end: 0;
|
|
10521
|
+
padding-inline-start: 1.125rem;
|
|
11127
10522
|
}
|
|
11128
10523
|
|
|
11129
10524
|
.MobileActions-module_mobileActionsPrimaryButton__5Ggbi,
|
|
@@ -11214,12 +10609,8 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
11214
10609
|
align-items: center;
|
|
11215
10610
|
height: 100%;
|
|
11216
10611
|
position: absolute;
|
|
11217
|
-
|
|
11218
|
-
|
|
11219
|
-
}
|
|
11220
|
-
.MobileActions-module_mobileActionsChevronSquare__u4OYT[dir=rtl], [dir=rtl] .MobileActions-module_mobileActionsChevronSquare__u4OYT {
|
|
11221
|
-
right: auto;
|
|
11222
|
-
left: 20px;
|
|
10612
|
+
inset-inline-end: 20px;
|
|
10613
|
+
inset-inline-start: auto;
|
|
11223
10614
|
}
|
|
11224
10615
|
|
|
11225
10616
|
@keyframes MobileActions-module_slide-up__vX8Ad {
|
|
@@ -11422,12 +10813,8 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
11422
10813
|
overflow: hidden;
|
|
11423
10814
|
height: 3rem;
|
|
11424
10815
|
width: 3rem;
|
|
11425
|
-
margin-
|
|
11426
|
-
margin-
|
|
11427
|
-
}
|
|
11428
|
-
.TitleBlockZen-module_avatar__CHWTd[dir=rtl], [dir=rtl] .TitleBlockZen-module_avatar__CHWTd {
|
|
11429
|
-
margin-right: 0;
|
|
11430
|
-
margin-left: calc(1.5rem / 2);
|
|
10816
|
+
margin-inline-end: calc(1.5rem / 2);
|
|
10817
|
+
margin-inline-start: 0;
|
|
11431
10818
|
}
|
|
11432
10819
|
.TitleBlockZen-module_avatar__CHWTd > * {
|
|
11433
10820
|
max-width: 100%;
|
|
@@ -11447,12 +10834,8 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
11447
10834
|
|
|
11448
10835
|
.TitleBlockZen-module_hamburger__VFufP {
|
|
11449
10836
|
display: none;
|
|
11450
|
-
margin-
|
|
11451
|
-
margin-
|
|
11452
|
-
}
|
|
11453
|
-
.TitleBlockZen-module_hamburger__VFufP[dir=rtl], [dir=rtl] .TitleBlockZen-module_hamburger__VFufP {
|
|
11454
|
-
margin-right: 0;
|
|
11455
|
-
margin-left: var(--spacing-xs, 0.375rem);
|
|
10837
|
+
margin-inline-end: var(--spacing-xs, 0.375rem);
|
|
10838
|
+
margin-inline-start: 0;
|
|
11456
10839
|
}
|
|
11457
10840
|
@media (max-width: calc(1080px - 1px)) {
|
|
11458
10841
|
.TitleBlockZen-module_hamburger__VFufP {
|
|
@@ -11471,16 +10854,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
11471
10854
|
line-height: var(--typography-paragraph-small-line-height, 1.125rem);
|
|
11472
10855
|
letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
|
|
11473
10856
|
max-width: 230px;
|
|
11474
|
-
margin-
|
|
11475
|
-
margin-left: calc(1.5rem / 2);
|
|
10857
|
+
margin-inline: var(--spacing-12) 0;
|
|
11476
10858
|
}
|
|
11477
10859
|
.TitleBlockZen-module_adminVariant__vvIrj .TitleBlockZen-module_subtitle__OD-d5 {
|
|
11478
10860
|
color: var(--color-purple-800, #2f2438);
|
|
11479
10861
|
}
|
|
11480
|
-
.TitleBlockZen-module_subtitle__OD-d5[dir=rtl], [dir=rtl] .TitleBlockZen-module_subtitle__OD-d5 {
|
|
11481
|
-
margin-right: calc(1.5rem / 2);
|
|
11482
|
-
margin-left: 0;
|
|
11483
|
-
}
|
|
11484
10862
|
@media (max-width: 1365px) {
|
|
11485
10863
|
.TitleBlockZen-module_subtitle__OD-d5 {
|
|
11486
10864
|
white-space: nowrap;
|
|
@@ -11518,18 +10896,13 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
11518
10896
|
|
|
11519
10897
|
.TitleBlockZen-module_sectionTitleOverride__GDHqp.TitleBlockZen-module_sectionTitleOverride__GDHqp {
|
|
11520
10898
|
white-space: nowrap;
|
|
11521
|
-
margin-
|
|
11522
|
-
margin-left: 0;
|
|
10899
|
+
margin-inline: 0 var(--spacing-24);
|
|
11523
10900
|
font-family: var(--typography-heading-2-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
11524
10901
|
font-weight: var(--typography-heading-2-font-weight, 600);
|
|
11525
10902
|
font-size: var(--typography-heading-2-font-size, 1.75rem);
|
|
11526
10903
|
line-height: var(--typography-heading-2-line-height, 2.25rem);
|
|
11527
10904
|
letter-spacing: var(--typography-heading-2-letter-spacing, normal);
|
|
11528
10905
|
}
|
|
11529
|
-
.TitleBlockZen-module_sectionTitleOverride__GDHqp.TitleBlockZen-module_sectionTitleOverride__GDHqp[dir=rtl], [dir=rtl] .TitleBlockZen-module_sectionTitleOverride__GDHqp.TitleBlockZen-module_sectionTitleOverride__GDHqp {
|
|
11530
|
-
margin-right: 0;
|
|
11531
|
-
margin-left: 1.5rem;
|
|
11532
|
-
}
|
|
11533
10906
|
@media (max-width: 1644px) {
|
|
11534
10907
|
.TitleBlockZen-module_sectionTitleOverride__GDHqp.TitleBlockZen-module_sectionTitleOverride__GDHqp {
|
|
11535
10908
|
font-family: var(--typography-heading-3-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
@@ -11563,7 +10936,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
11563
10936
|
letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
|
|
11564
10937
|
}
|
|
11565
10938
|
.TitleBlockZen-module_sectionTitle__Le5YQ + .TitleBlockZen-module_sectionTitleDescription__mIl-A {
|
|
11566
|
-
margin-top:
|
|
10939
|
+
margin-top: var(--spacing-6);
|
|
11567
10940
|
}
|
|
11568
10941
|
.TitleBlockZen-module_sectionTitleDescription__mIl-A.TitleBlockZen-module_dark__Y-v1Z {
|
|
11569
10942
|
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
@@ -11592,14 +10965,9 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
11592
10965
|
}
|
|
11593
10966
|
|
|
11594
10967
|
.TitleBlockZen-module_tag__mWbbU {
|
|
11595
|
-
margin-right: 0;
|
|
11596
|
-
margin-left: calc(1.5rem / 2);
|
|
11597
10968
|
display: flex;
|
|
11598
10969
|
align-items: center;
|
|
11599
|
-
|
|
11600
|
-
.TitleBlockZen-module_tag__mWbbU[dir=rtl], [dir=rtl] .TitleBlockZen-module_tag__mWbbU {
|
|
11601
|
-
margin-right: calc(1.5rem / 2);
|
|
11602
|
-
margin-left: 0;
|
|
10970
|
+
margin-inline: var(--spacing-12) 0;
|
|
11603
10971
|
}
|
|
11604
10972
|
@media (max-width: calc(1080px - 1px)) {
|
|
11605
10973
|
.TitleBlockZen-module_tag__mWbbU {
|
|
@@ -11607,28 +10975,18 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
11607
10975
|
}
|
|
11608
10976
|
}
|
|
11609
10977
|
.TitleBlockZen-module_tag__mWbbU + .TitleBlockZen-module_pageSwitcherSelectNextToTitle__CPnE3 {
|
|
11610
|
-
margin-
|
|
11611
|
-
margin-left: 0;
|
|
11612
|
-
}
|
|
11613
|
-
.TitleBlockZen-module_tag__mWbbU + .TitleBlockZen-module_pageSwitcherSelectNextToTitle__CPnE3[dir=rtl], [dir=rtl] .TitleBlockZen-module_tag__mWbbU + .TitleBlockZen-module_pageSwitcherSelectNextToTitle__CPnE3 {
|
|
11614
|
-
margin-right: 0;
|
|
11615
|
-
margin-left: 0;
|
|
10978
|
+
margin-inline-start: 0;
|
|
11616
10979
|
}
|
|
11617
10980
|
|
|
11618
10981
|
.TitleBlockZen-module_pageSwitcherSelectNextToTitle__CPnE3 {
|
|
11619
|
-
margin-right: 0;
|
|
11620
|
-
margin-left: calc(1.5rem / 2);
|
|
11621
10982
|
flex-shrink: 0;
|
|
11622
|
-
width:
|
|
11623
|
-
|
|
11624
|
-
.TitleBlockZen-module_pageSwitcherSelectNextToTitle__CPnE3[dir=rtl], [dir=rtl] .TitleBlockZen-module_pageSwitcherSelectNextToTitle__CPnE3 {
|
|
11625
|
-
margin-right: calc(1.5rem / 2);
|
|
11626
|
-
margin-left: 0;
|
|
10983
|
+
width: var(--spacing-240);
|
|
10984
|
+
margin-inline: var(--spacing-12) 0;
|
|
11627
10985
|
}
|
|
11628
10986
|
|
|
11629
10987
|
.TitleBlockZen-module_pageSwitcherSelectUnderneathTitle__MRZI2 {
|
|
11630
10988
|
flex-shrink: 0;
|
|
11631
|
-
max-width:
|
|
10989
|
+
max-width: var(--spacing-240);
|
|
11632
10990
|
}
|
|
11633
10991
|
|
|
11634
10992
|
.TitleBlockZen-module_navigationTabsContainer__lto6e {
|
|
@@ -11726,12 +11084,8 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
11726
11084
|
align-items: flex-start;
|
|
11727
11085
|
justify-content: flex-end;
|
|
11728
11086
|
padding: calc(1.5rem / 2) 0;
|
|
11729
|
-
margin-
|
|
11730
|
-
margin-
|
|
11731
|
-
}
|
|
11732
|
-
.TitleBlockZen-module_secondaryActionsContainer__Is7rl[dir=rtl], [dir=rtl] .TitleBlockZen-module_secondaryActionsContainer__Is7rl {
|
|
11733
|
-
margin-right: 2.25rem;
|
|
11734
|
-
margin-left: 0;
|
|
11087
|
+
margin-inline-end: 0;
|
|
11088
|
+
margin-inline-start: 2.25rem;
|
|
11735
11089
|
}
|
|
11736
11090
|
.TitleBlockZen-module_educationVariant__B3I7P .TitleBlockZen-module_secondaryActionsContainer__Is7rl, .TitleBlockZen-module_adminVariant__vvIrj .TitleBlockZen-module_secondaryActionsContainer__Is7rl {
|
|
11737
11091
|
color: var(--color-blue-500, #0168b3);
|
|
@@ -11758,14 +11112,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
11758
11112
|
align-items: center;
|
|
11759
11113
|
top: 50%;
|
|
11760
11114
|
transform: translateY(-50%);
|
|
11761
|
-
|
|
11762
|
-
|
|
11115
|
+
text-decoration: none;
|
|
11116
|
+
inset-inline-end: auto;
|
|
11117
|
+
inset-inline-start: calc(-48px - 1.5rem);
|
|
11763
11118
|
align-self: normal;
|
|
11764
11119
|
}
|
|
11765
|
-
.TitleBlockZen-module_breadcrumb__o2c8A[dir=rtl], [dir=rtl] .TitleBlockZen-module_breadcrumb__o2c8A {
|
|
11766
|
-
right: calc(-48px - 1.5rem);
|
|
11767
|
-
left: auto;
|
|
11768
|
-
}
|
|
11769
11120
|
.TitleBlockZen-module_breadcrumb__o2c8A:hover .TitleBlockZen-module_breadcrumbTextLink__1HhXQ {
|
|
11770
11121
|
text-decoration: underline;
|
|
11771
11122
|
}
|
|
@@ -11785,19 +11136,10 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
11785
11136
|
@media only screen and (max-width: 1644px) {
|
|
11786
11137
|
.TitleBlockZen-module_breadcrumb__o2c8A {
|
|
11787
11138
|
position: relative;
|
|
11788
|
-
margin-right: calc(1.5rem / 2);
|
|
11789
|
-
margin-left: 0;
|
|
11790
|
-
right: auto;
|
|
11791
|
-
left: 0;
|
|
11792
11139
|
transform: translateY(0);
|
|
11793
|
-
|
|
11794
|
-
|
|
11795
|
-
|
|
11796
|
-
margin-left: calc(1.5rem / 2);
|
|
11797
|
-
}
|
|
11798
|
-
.TitleBlockZen-module_breadcrumb__o2c8A[dir=rtl], [dir=rtl] .TitleBlockZen-module_breadcrumb__o2c8A {
|
|
11799
|
-
right: 0;
|
|
11800
|
-
left: auto;
|
|
11140
|
+
margin-inline: 0 var(--spacing-12);
|
|
11141
|
+
inset-inline-end: auto;
|
|
11142
|
+
inset-inline-start: 0;
|
|
11801
11143
|
}
|
|
11802
11144
|
}
|
|
11803
11145
|
@media (max-width: calc(1080px - 1px)) {
|
|
@@ -11815,32 +11157,20 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
11815
11157
|
white-space: nowrap;
|
|
11816
11158
|
width: 1px;
|
|
11817
11159
|
z-index: 1019;
|
|
11818
|
-
|
|
11819
|
-
|
|
11160
|
+
inset-inline-end: auto;
|
|
11161
|
+
inset-inline-start: -3rem;
|
|
11820
11162
|
position: absolute;
|
|
11821
11163
|
}
|
|
11822
|
-
.TitleBlockZen-module_breadcrumbTextLink__1HhXQ[dir=rtl], [dir=rtl] .TitleBlockZen-module_breadcrumbTextLink__1HhXQ {
|
|
11823
|
-
right: -3rem;
|
|
11824
|
-
left: auto;
|
|
11825
|
-
}
|
|
11826
11164
|
@media (max-width: 1644px) {
|
|
11827
11165
|
.TitleBlockZen-module_breadcrumbTextLink__1HhXQ {
|
|
11828
|
-
|
|
11829
|
-
|
|
11830
|
-
}
|
|
11831
|
-
.TitleBlockZen-module_breadcrumbTextLink__1HhXQ[dir=rtl], [dir=rtl] .TitleBlockZen-module_breadcrumbTextLink__1HhXQ {
|
|
11832
|
-
right: 1.5rem;
|
|
11833
|
-
left: auto;
|
|
11166
|
+
inset-inline-end: auto;
|
|
11167
|
+
inset-inline-start: 1.5rem;
|
|
11834
11168
|
}
|
|
11835
11169
|
}
|
|
11836
11170
|
@media only screen and (min-width: 1644px) {
|
|
11837
11171
|
.TitleBlockZen-module_breadcrumbTextLink__1HhXQ {
|
|
11838
|
-
|
|
11839
|
-
|
|
11840
|
-
}
|
|
11841
|
-
.TitleBlockZen-module_breadcrumbTextLink__1HhXQ[dir=rtl], [dir=rtl] .TitleBlockZen-module_breadcrumbTextLink__1HhXQ {
|
|
11842
|
-
right: calc(48px - 1.5rem);
|
|
11843
|
-
left: auto;
|
|
11172
|
+
inset-inline-end: auto;
|
|
11173
|
+
inset-inline-start: calc(48px - 1.5rem);
|
|
11844
11174
|
}
|
|
11845
11175
|
}
|
|
11846
11176
|
.TitleBlockZen-module_breadcrumbTextLink__1HhXQ:hover, .TitleBlockZen-module_breadcrumbTextLink__1HhXQ:focus, .TitleBlockZen-module_breadcrumb__o2c8A:hover .TitleBlockZen-module_breadcrumbTextLink__1HhXQ, .TitleBlockZen-module_breadcrumb__o2c8A:focus .TitleBlockZen-module_breadcrumbTextLink__1HhXQ {
|
|
@@ -12124,9 +11454,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
12124
11454
|
justify-content: center;
|
|
12125
11455
|
background-color: var(--color-white, #ffffff);
|
|
12126
11456
|
border: var(--border-borderless-border-width, 2px) var(--border-borderless-border-style, solid) var(--border-borderless-border-color, transparent);
|
|
12127
|
-
box-sizing: content-box;
|
|
12128
|
-
width: calc(var(--spacing-md, 1.5rem) * 0.9);
|
|
12129
|
-
height: calc(var(--spacing-md, 1.5rem) * 0.9);
|
|
12130
11457
|
border-radius: var(--spacing-md, 1.5rem);
|
|
12131
11458
|
transition: left var(--animation-duration-immediate, 100ms) var(--animation-easing-function-linear, linear), right var(--animation-duration-immediate, 100ms) var(--animation-easing-function-linear, linear);
|
|
12132
11459
|
}
|