@bspk/ui 1.3.2 → 1.3.4
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/build.ts +41 -10
- package/dist/components/AvatarGroup/AvatarGroup.d.ts +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.js +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +4 -23
- package/dist/components/Breadcrumb/Breadcrumb.js +3 -7
- package/dist/components/Breadcrumb/Breadcrumb.js.map +1 -1
- package/dist/components/Breadcrumb/BreadcumbDropdown.d.ts +27 -0
- package/dist/components/Breadcrumb/BreadcumbDropdown.js +68 -0
- package/dist/components/Breadcrumb/BreadcumbDropdown.js.map +1 -0
- package/dist/components/Button/Button.d.ts +5 -1
- package/dist/components/Button/Button.js +2 -2
- package/dist/components/Button/Button.js.map +1 -1
- package/dist/components/Button/button.css +5 -5
- package/dist/components/Button/button.css.js +5 -5
- package/dist/components/Calendar/Calendar.d.ts +33 -0
- package/dist/components/{CalendarPicker/CalendarPicker.js → Calendar/Calendar.js} +30 -34
- package/dist/components/Calendar/Calendar.js.map +1 -0
- package/dist/components/Calendar/CalendarExample.d.ts +4 -0
- package/dist/components/Calendar/CalendarExample.js +29 -0
- package/dist/components/Calendar/CalendarExample.js.map +1 -0
- package/dist/components/{CalendarPicker/calendar-picker.css → Calendar/calendar.css} +16 -16
- package/dist/components/{CalendarPicker/calendar-picker.css.js → Calendar/calendar.css.js} +16 -16
- package/dist/components/Calendar/index.d.ts +1 -0
- package/dist/components/Calendar/index.js +2 -0
- package/dist/components/Calendar/index.js.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +5 -3
- package/dist/components/Checkbox/Checkbox.js +2 -2
- package/dist/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.d.ts +6 -25
- package/dist/components/CheckboxGroup/CheckboxGroup.js +15 -5
- package/dist/components/CheckboxGroup/CheckboxGroup.js.map +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroupExample.js +3 -0
- package/dist/components/CheckboxGroup/CheckboxGroupExample.js.map +1 -1
- package/dist/components/CheckboxGroup/checkbox-group.css +7 -0
- package/dist/components/{DateField/date-field.css.js → CheckboxGroup/checkbox-group.css.js} +4 -5
- package/dist/components/CheckboxGroupField/CheckboxGroupField.d.ts +15 -0
- package/dist/components/CheckboxGroupField/CheckboxGroupField.js +17 -0
- package/dist/components/CheckboxGroupField/CheckboxGroupField.js.map +1 -0
- package/dist/components/CheckboxGroupField/index.d.ts +1 -0
- package/dist/components/CheckboxGroupField/index.js +2 -0
- package/dist/components/CheckboxGroupField/index.js.map +1 -0
- package/dist/components/{ChipUtility/ChipUtility.d.ts → Chip/Chip.d.ts} +6 -6
- package/dist/components/Chip/Chip.js +25 -0
- package/dist/components/Chip/Chip.js.map +1 -0
- package/dist/components/Chip/ChipExample.d.ts +4 -0
- package/dist/components/{ChipUtility/ChipUtilityExample.js → Chip/ChipExample.js} +2 -2
- package/dist/components/Chip/ChipExample.js.map +1 -0
- package/dist/components/{ChipUtility/chip-utility.css → Chip/chip.css} +10 -10
- package/dist/components/{ChipUtility/chip-utility.css.js → Chip/chip.css.js} +10 -10
- package/dist/components/Chip/index.d.ts +1 -0
- package/dist/components/Chip/index.js +2 -0
- package/dist/components/Chip/index.js.map +1 -0
- package/dist/components/ChipGroup/ChipGroup.d.ts +8 -7
- package/dist/components/ChipGroup/ChipGroup.js +5 -4
- package/dist/components/ChipGroup/ChipGroup.js.map +1 -1
- package/dist/components/ChipGroup/ChipGroupExample.js +4 -31
- package/dist/components/ChipGroup/ChipGroupExample.js.map +1 -1
- package/dist/components/DatePicker/DatePicker.d.ts +50 -0
- package/dist/components/DatePicker/DatePicker.js +133 -0
- package/dist/components/DatePicker/DatePicker.js.map +1 -0
- package/dist/components/DatePicker/DatePickerExample.d.ts +3 -0
- package/dist/components/DatePicker/DatePickerExample.js +10 -0
- package/dist/components/DatePicker/DatePickerExample.js.map +1 -0
- package/dist/components/{DateInput/date-input.css → DatePicker/date-picker.css} +2 -3
- package/dist/components/{DateInput/date-input.css.js → DatePicker/date-picker.css.js} +2 -3
- package/dist/components/DatePicker/index.d.ts +1 -0
- package/dist/components/DatePicker/index.js +2 -0
- package/dist/components/DatePicker/index.js.map +1 -0
- package/dist/components/DatePickerField/DatePickerField.d.ts +15 -0
- package/dist/components/DatePickerField/DatePickerField.js +17 -0
- package/dist/components/DatePickerField/DatePickerField.js.map +1 -0
- package/dist/components/DatePickerField/index.d.ts +1 -0
- package/dist/components/DatePickerField/index.js +2 -0
- package/dist/components/DatePickerField/index.js.map +1 -0
- package/dist/components/Drawer/Drawer.d.ts +1 -1
- package/dist/components/Drawer/Drawer.js +1 -1
- package/dist/components/Drawer/DrawerExample.js +3 -3
- package/dist/components/Drawer/DrawerExample.js.map +1 -1
- package/dist/components/EmptyState/EmptyState.d.ts +1 -1
- package/dist/components/EmptyState/EmptyState.js +1 -1
- package/dist/components/Fab/Fab.d.ts +1 -1
- package/dist/components/Fab/Fab.js +1 -1
- package/dist/components/Field/Field.d.ts +58 -0
- package/dist/components/Field/Field.js +70 -0
- package/dist/components/Field/Field.js.map +1 -0
- package/dist/components/Field/FieldDescription.d.ts +7 -0
- package/dist/components/Field/FieldDescription.js +9 -0
- package/dist/components/Field/FieldDescription.js.map +1 -0
- package/dist/components/Field/FieldError.d.ts +5 -0
- package/dist/components/Field/FieldError.js +8 -0
- package/dist/components/Field/FieldError.js.map +1 -0
- package/dist/components/Field/FieldExample.d.ts +5 -0
- package/dist/components/Field/FieldExample.js +10 -0
- package/dist/components/Field/FieldExample.js.map +1 -0
- package/dist/components/Field/FieldLabel.d.ts +15 -0
- package/dist/components/Field/FieldLabel.js +8 -0
- package/dist/components/Field/FieldLabel.js.map +1 -0
- package/dist/components/Field/field.css +36 -0
- package/dist/components/Field/field.css.js +41 -0
- package/dist/components/Field/index.d.ts +5 -0
- package/dist/components/Field/index.js +6 -0
- package/dist/components/Field/index.js.map +1 -0
- package/dist/components/Field/utils.d.ts +39 -0
- package/dist/components/Field/utils.js +35 -0
- package/dist/components/Field/utils.js.map +1 -0
- package/dist/components/FormField/FormField.d.ts +32 -17
- package/dist/components/FormField/FormField.js +10 -18
- package/dist/components/FormField/FormField.js.map +1 -1
- package/dist/components/FormField/FormFieldExample.d.ts +10 -4
- package/dist/components/FormField/FormFieldExample.js +97 -9
- package/dist/components/FormField/FormFieldExample.js.map +1 -1
- package/dist/components/Img/Img.d.ts +1 -1
- package/dist/components/Img/Img.js +1 -1
- package/dist/components/InlineAlert/InlineAlert.d.ts +4 -4
- package/dist/components/InlineAlert/InlineAlert.js +3 -3
- package/dist/components/InlineAlert/InlineAlert.js.map +1 -1
- package/dist/components/Input/Input.d.ts +37 -0
- package/dist/components/Input/Input.js +48 -0
- package/dist/components/Input/Input.js.map +1 -0
- package/dist/components/Input/InputElement.d.ts +77 -0
- package/dist/components/{TextInput/TextInput.js → Input/InputElement.js} +17 -16
- package/dist/components/Input/InputElement.js.map +1 -0
- package/dist/components/Input/InputExample.d.ts +8 -0
- package/dist/components/{TextInput/TextInputExample.js → Input/InputExample.js} +20 -9
- package/dist/components/Input/InputExample.js.map +1 -0
- package/dist/components/Input/index.d.ts +2 -0
- package/dist/components/Input/index.js +3 -0
- package/dist/components/Input/index.js.map +1 -0
- package/dist/components/{TextInput/text-input.css → Input/input.css} +23 -23
- package/dist/components/{TextInput/text-input.css.js → Input/input.css.js} +23 -23
- package/dist/components/InputField/InputField.d.ts +15 -0
- package/dist/components/InputField/InputField.js +17 -0
- package/dist/components/InputField/InputField.js.map +1 -0
- package/dist/components/InputField/index.d.ts +1 -0
- package/dist/components/InputField/index.js +2 -0
- package/dist/components/InputField/index.js.map +1 -0
- package/dist/components/{NumberInput → InputNumber}/IncrementButton.js.map +1 -1
- package/dist/components/InputNumber/InputNumber.d.ts +74 -0
- package/dist/components/InputNumber/InputNumber.js +78 -0
- package/dist/components/InputNumber/InputNumber.js.map +1 -0
- package/dist/components/InputNumber/InputNumberExample.d.ts +3 -0
- package/dist/components/{NumberInput/NumberInputExample.js → InputNumber/InputNumberExample.js} +2 -2
- package/dist/components/InputNumber/InputNumberExample.js.map +1 -0
- package/dist/components/InputNumber/index.d.ts +1 -0
- package/dist/components/InputNumber/index.js +2 -0
- package/dist/components/InputNumber/index.js.map +1 -0
- package/dist/components/{NumberInput/number-input.css → InputNumber/input-number.css} +21 -21
- package/dist/components/{NumberInput/number-input.css.js → InputNumber/input-number.css.js} +21 -21
- package/dist/components/InputNumberField/InputNumberField.d.ts +15 -0
- package/dist/components/InputNumberField/InputNumberField.js +17 -0
- package/dist/components/InputNumberField/InputNumberField.js.map +1 -0
- package/dist/components/InputNumberField/index.d.ts +1 -0
- package/dist/components/InputNumberField/index.js +2 -0
- package/dist/components/InputNumberField/index.js.map +1 -0
- package/dist/components/InputPhone/InputPhone.d.ts +57 -0
- package/dist/components/InputPhone/InputPhone.js +161 -0
- package/dist/components/InputPhone/InputPhone.js.map +1 -0
- package/dist/components/InputPhone/InputPhoneExample.d.ts +4 -0
- package/dist/components/InputPhone/InputPhoneExample.js +7 -0
- package/dist/components/InputPhone/InputPhoneExample.js.map +1 -0
- package/dist/components/InputPhone/index.d.ts +1 -0
- package/dist/components/InputPhone/index.js +2 -0
- package/dist/components/InputPhone/index.js.map +1 -0
- package/dist/components/InputPhone/input-phone.css +42 -0
- package/dist/components/InputPhone/input-phone.css.js +47 -0
- package/dist/components/InputPhoneField/InputPhoneField.d.ts +15 -0
- package/dist/components/InputPhoneField/InputPhoneField.js +17 -0
- package/dist/components/InputPhoneField/InputPhoneField.js.map +1 -0
- package/dist/components/InputPhoneField/index.d.ts +1 -0
- package/dist/components/InputPhoneField/index.js +2 -0
- package/dist/components/InputPhoneField/index.js.map +1 -0
- package/dist/components/Layout/Layout.d.ts +1 -1
- package/dist/components/Layout/Layout.js +1 -1
- package/dist/components/Link/Link.d.ts +1 -1
- package/dist/components/Link/Link.js +1 -1
- package/dist/components/ListItem/ListItem.d.ts +20 -11
- package/dist/components/ListItem/ListItem.js +12 -8
- package/dist/components/ListItem/ListItem.js.map +1 -1
- package/dist/components/ListItem/ListItemExample.d.ts +1 -1
- package/dist/components/ListItem/ListItemExample.js +72 -3
- package/dist/components/ListItem/ListItemExample.js.map +1 -1
- package/dist/components/ListItem/list-item.css +13 -7
- package/dist/components/ListItem/list-item.css.js +13 -7
- package/dist/components/Menu/Menu.d.ts +1 -1
- package/dist/components/Menu/Menu.js +1 -1
- package/dist/components/Menu/MenuExample.js +1 -1
- package/dist/components/Menu/MenuExample.js.map +1 -1
- package/dist/components/MenuButton/MenuButton.d.ts +1 -1
- package/dist/components/MenuButton/MenuButton.js +1 -1
- package/dist/components/Modal/Modal.d.ts +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Modal/ModalExample.js +1 -1
- package/dist/components/Modal/ModalExample.js.map +1 -1
- package/dist/components/Pagination/PageInput.js +2 -2
- package/dist/components/Pagination/PageInput.js.map +1 -1
- package/dist/components/Password/Password.d.ts +43 -0
- package/dist/components/Password/Password.js +63 -0
- package/dist/components/Password/Password.js.map +1 -0
- package/dist/components/Password/index.d.ts +1 -0
- package/dist/components/Password/index.js +2 -0
- package/dist/components/Password/index.js.map +1 -0
- package/dist/components/Password/password.css +21 -0
- package/dist/components/Password/password.css.js +26 -0
- package/dist/components/PasswordField/PasswordField.d.ts +8 -24
- package/dist/components/PasswordField/PasswordField.js +7 -23
- package/dist/components/PasswordField/PasswordField.js.map +1 -1
- package/dist/components/Popover/Popover.d.ts +3 -3
- package/dist/components/Popover/Popover.js +2 -1
- package/dist/components/Popover/Popover.js.map +1 -1
- package/dist/components/Popover/PopoverExample.js +2 -2
- package/dist/components/Popover/PopoverExample.js.map +1 -1
- package/dist/components/ProgressBar/ProgressBar.d.ts +1 -1
- package/dist/components/ProgressBar/ProgressBar.js +1 -1
- package/dist/components/ProgressCircle/ProgressCircle.d.ts +1 -1
- package/dist/components/ProgressCircle/ProgressCircle.js +1 -1
- package/dist/components/ProgressionStepper/ProgressionStepper.d.ts +4 -8
- package/dist/components/ProgressionStepper/ProgressionStepper.js +11 -6
- package/dist/components/ProgressionStepper/ProgressionStepper.js.map +1 -1
- package/dist/components/ProgressionStepper/ProgressionStepperExample.js +20 -4
- package/dist/components/ProgressionStepper/ProgressionStepperExample.js.map +1 -1
- package/dist/components/Radio/Radio.d.ts +2 -2
- package/dist/components/Radio/Radio.js.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.d.ts +7 -36
- package/dist/components/RadioGroup/RadioGroup.js +15 -9
- package/dist/components/RadioGroup/RadioGroup.js.map +1 -1
- package/dist/components/RadioGroup/radio-group.css +2 -1
- package/dist/components/RadioGroup/radio-group.css.js +2 -1
- package/dist/components/RadioGroupField/RadioGroupField.d.ts +15 -0
- package/dist/components/RadioGroupField/RadioGroupField.js +17 -0
- package/dist/components/RadioGroupField/RadioGroupField.js.map +1 -0
- package/dist/components/RadioGroupField/index.d.ts +1 -0
- package/dist/components/RadioGroupField/index.js +2 -0
- package/dist/components/RadioGroupField/index.js.map +1 -0
- package/dist/components/SearchBar/SearchBar.d.ts +37 -45
- package/dist/components/SearchBar/SearchBar.js +104 -53
- package/dist/components/SearchBar/SearchBar.js.map +1 -1
- package/dist/components/SearchBar/SearchBarExample.js +2 -1
- package/dist/components/SearchBar/SearchBarExample.js.map +1 -1
- package/dist/components/SegmentedControl/SegmentedControl.d.ts +1 -1
- package/dist/components/SegmentedControl/SegmentedControl.js +1 -1
- package/dist/components/Select/Select.d.ts +41 -36
- package/dist/components/Select/Select.js +52 -26
- package/dist/components/Select/Select.js.map +1 -1
- package/dist/components/Select/SelectExample.js +1 -9
- package/dist/components/Select/SelectExample.js.map +1 -1
- package/dist/components/SelectField/SelectField.d.ts +6 -26
- package/dist/components/SelectField/SelectField.js +5 -27
- package/dist/components/SelectField/SelectField.js.map +1 -1
- package/dist/components/Skeleton/SkeletonExample.js +2 -2
- package/dist/components/Skeleton/SkeletonExample.js.map +1 -1
- package/dist/components/Snackbar/Snackbar.d.ts +72 -14
- package/dist/components/Snackbar/Snackbar.js +38 -9
- package/dist/components/Snackbar/Snackbar.js.map +1 -1
- package/dist/components/Snackbar/SnackbarExample.d.ts +1 -1
- package/dist/components/Snackbar/SnackbarExample.js +5 -3
- package/dist/components/Snackbar/SnackbarExample.js.map +1 -1
- package/dist/components/Snackbar/snackbar.css +31 -2
- package/dist/components/Snackbar/snackbar.css.js +31 -2
- package/dist/components/StylesProviderDemo/StylesProviderDemo.d.ts +1 -1
- package/dist/components/StylesProviderDemo/StylesProviderDemo.js +3 -1
- package/dist/components/StylesProviderDemo/StylesProviderDemo.js.map +1 -1
- package/dist/components/StylesProviderDemo/exampleCss.d.ts +1 -0
- package/dist/components/StylesProviderDemo/exampleCss.js +1900 -0
- package/dist/components/StylesProviderDemo/exampleCss.js.map +1 -0
- package/dist/components/Switch/Switch.d.ts +5 -3
- package/dist/components/Switch/Switch.js +2 -2
- package/dist/components/Switch/Switch.js.map +1 -1
- package/dist/components/SwitchOption/SwitchOption.js +1 -1
- package/dist/components/SwitchOption/SwitchOption.js.map +1 -1
- package/dist/components/TabGroup/TabGroup.d.ts +2 -2
- package/dist/components/TabGroup/TabGroup.js +3 -3
- package/dist/components/TabGroup/TabGroup.js.map +1 -1
- package/dist/components/TabList/TabList.d.ts +6 -3
- package/dist/components/TabList/TabList.js +6 -3
- package/dist/components/TabList/TabList.js.map +1 -1
- package/dist/components/TabList/tab-list.css +6 -0
- package/dist/components/TabList/tab-list.css.js +6 -0
- package/dist/components/Tag/Tag.d.ts +1 -1
- package/dist/components/Tag/Tag.js +1 -1
- package/dist/components/Textarea/Textarea.d.ts +20 -26
- package/dist/components/Textarea/Textarea.js +29 -11
- package/dist/components/Textarea/Textarea.js.map +1 -1
- package/dist/components/Textarea/textarea.css +24 -10
- package/dist/components/Textarea/textarea.css.js +24 -10
- package/dist/components/TextareaField/TextareaField.d.ts +6 -30
- package/dist/components/TextareaField/TextareaField.js +5 -31
- package/dist/components/TextareaField/TextareaField.js.map +1 -1
- package/dist/components/TimePicker/Listbox.d.ts +15 -0
- package/dist/components/{TimeInput → TimePicker}/Listbox.js +2 -2
- package/dist/components/TimePicker/Listbox.js.map +1 -0
- package/dist/components/TimePicker/Segment.d.ts +21 -0
- package/dist/components/{TimeInput → TimePicker}/Segment.js +2 -1
- package/dist/components/TimePicker/Segment.js.map +1 -0
- package/dist/components/TimePicker/TimePicker.d.ts +36 -0
- package/dist/components/TimePicker/TimePicker.js +133 -0
- package/dist/components/TimePicker/TimePicker.js.map +1 -0
- package/dist/components/TimePicker/TimePickerExample.d.ts +3 -0
- package/dist/components/TimePicker/TimePickerExample.js +6 -0
- package/dist/components/TimePicker/TimePickerExample.js.map +1 -0
- package/dist/components/TimePicker/index.d.ts +1 -0
- package/dist/components/TimePicker/index.js +2 -0
- package/dist/components/TimePicker/index.js.map +1 -0
- package/dist/components/{TimeInput/time-input.css → TimePicker/time-picker.css} +28 -26
- package/dist/components/{TimeInput/time-input.css.js → TimePicker/time-picker.css.js} +28 -26
- package/dist/components/TimePicker/utils.d.ts +11 -0
- package/dist/components/TimePicker/utils.js +35 -0
- package/dist/components/TimePicker/utils.js.map +1 -0
- package/dist/components/TimePickerField/TimePickerField.d.ts +15 -0
- package/dist/components/TimePickerField/TimePickerField.js +17 -0
- package/dist/components/TimePickerField/TimePickerField.js.map +1 -0
- package/dist/components/TimePickerField/index.d.ts +1 -0
- package/dist/components/TimePickerField/index.js +2 -0
- package/dist/components/TimePickerField/index.js.map +1 -0
- package/dist/components/ToggleOption/ToggleOption.js +3 -2
- package/dist/components/ToggleOption/ToggleOption.js.map +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.js +1 -1
- package/dist/components/Tooltip/TooltipExample.js +2 -2
- package/dist/components/Tooltip/TooltipExample.js.map +1 -1
- package/dist/components/Txt/Txt.d.ts +1 -1
- package/dist/components/Txt/Txt.js +1 -1
- package/dist/constants/brands.d.ts +1 -1
- package/dist/constants/brands.js +4 -0
- package/dist/constants/brands.js.map +1 -1
- package/dist/hooks/useArrowNavigation.js +6 -1
- package/dist/hooks/useArrowNavigation.js.map +1 -1
- package/dist/hooks/useCheckboxGroupState.d.ts +1 -1
- package/dist/hooks/useCheckboxGroupState.js +1 -1
- package/dist/hooks/useCheckboxState.d.ts +1 -1
- package/dist/hooks/useCheckboxState.js +1 -1
- package/dist/hooks/useContainerWidth.d.ts +1 -1
- package/dist/hooks/useContainerWidth.js +1 -1
- package/dist/hooks/useModalState.d.ts +1 -1
- package/dist/hooks/useModalState.js +1 -1
- package/dist/hooks/useOutsideClick.d.ts +5 -4
- package/dist/hooks/useOutsideClick.js +14 -3
- package/dist/hooks/useOutsideClick.js.map +1 -1
- package/dist/hooks/useRadioState.d.ts +2 -2
- package/dist/hooks/useRadioState.js +1 -1
- package/dist/hooks/useTimeout.d.ts +1 -1
- package/dist/styles/base.css +3 -0
- package/dist/styles/base.css.js +3 -0
- package/dist/types/common.d.ts +18 -10
- package/dist/types/common.js.map +1 -1
- package/dist/types/meta.d.ts +1 -0
- package/dist/types/meta.js.map +1 -1
- package/dist/utils/demo.d.ts +1 -0
- package/dist/utils/demo.js.map +1 -1
- package/meta.ts +1 -0
- package/package.json +37 -37
- package/src/components/AvatarGroup/AvatarGroup.tsx +1 -1
- package/src/components/Breadcrumb/Breadcrumb.tsx +5 -56
- package/src/components/Breadcrumb/BreadcumbDropdown.tsx +135 -0
- package/src/components/Button/Button.tsx +7 -1
- package/src/components/Button/button.scss +5 -5
- package/src/components/Calendar/Calendar.rtl.test.tsx +22 -0
- package/src/components/{CalendarPicker/CalendarPicker.tsx → Calendar/Calendar.tsx} +86 -87
- package/src/components/Calendar/CalendarExample.tsx +31 -0
- package/src/components/{CalendarPicker/calendar-picker.scss → Calendar/calendar.scss} +1 -1
- package/src/components/Calendar/index.tsx +1 -0
- package/src/components/Checkbox/Checkbox.tsx +28 -26
- package/src/components/CheckboxGroup/CheckboxGroup.tsx +73 -77
- package/src/components/CheckboxGroup/CheckboxGroupExample.tsx +3 -0
- package/src/components/CheckboxGroup/checkbox-group.scss +8 -0
- package/src/components/CheckboxGroupField/CheckboxGroupField.rtl.test.tsx +27 -0
- package/src/components/CheckboxGroupField/CheckboxGroupField.tsx +36 -0
- package/src/components/CheckboxGroupField/index.tsx +1 -0
- package/src/components/{ChipUtility/ChipUtility.rtl.test.tsx → Chip/Chip.rtl.test.tsx} +5 -5
- package/src/components/{ChipUtility/ChipUtility.tsx → Chip/Chip.tsx} +26 -28
- package/src/components/{ChipUtility/ChipUtilityExample.tsx → Chip/ChipExample.tsx} +3 -3
- package/src/components/{ChipUtility/chip-utility.scss → Chip/chip.scss} +1 -1
- package/src/components/Chip/index.tsx +1 -0
- package/src/components/ChipGroup/ChipGroup.rtl.test.tsx +7 -7
- package/src/components/ChipGroup/ChipGroup.tsx +8 -7
- package/src/components/ChipGroup/ChipGroupExample.tsx +38 -138
- package/src/components/DatePicker/DatePicker.rtl.test.tsx +17 -0
- package/src/components/DatePicker/DatePicker.tsx +227 -0
- package/src/components/DatePicker/DatePickerExample.tsx +12 -0
- package/src/components/{DateInput/date-input.scss → DatePicker/date-picker.scss} +2 -3
- package/src/components/DatePicker/index.tsx +1 -0
- package/src/components/DatePickerField/DatePickerField.rtl.test.tsx +17 -0
- package/src/components/DatePickerField/DatePickerField.tsx +30 -0
- package/src/components/DatePickerField/index.tsx +1 -0
- package/src/components/Drawer/Drawer.tsx +1 -1
- package/src/components/Drawer/DrawerExample.tsx +2 -2
- package/src/components/EmptyState/EmptyState.tsx +1 -1
- package/src/components/Fab/Fab.tsx +1 -1
- package/src/components/Field/Field.rtl.test.tsx +23 -0
- package/src/components/Field/Field.tsx +110 -0
- package/src/components/Field/FieldDescription.tsx +15 -0
- package/src/components/Field/FieldError.tsx +19 -0
- package/src/components/Field/FieldExample.tsx +21 -0
- package/src/components/Field/FieldLabel.tsx +38 -0
- package/src/components/Field/field.scss +43 -0
- package/src/components/Field/index.tsx +5 -0
- package/src/components/Field/utils.ts +79 -0
- package/src/components/FormField/FormField.rtl.test.tsx +11 -21
- package/src/components/FormField/FormField.tsx +44 -66
- package/src/components/FormField/FormFieldExample.tsx +275 -38
- package/src/components/Img/Img.tsx +1 -1
- package/src/components/InlineAlert/InlineAlert.tsx +5 -5
- package/src/components/{NumberInput/NumberInput.rtl.test.tsx → Input/Input.rtl.test.tsx} +3 -3
- package/src/components/Input/Input.tsx +99 -0
- package/src/components/{TextInput/TextInput.tsx → Input/InputElement.tsx} +69 -77
- package/src/components/Input/InputExample.tsx +57 -0
- package/src/components/Input/index.tsx +2 -0
- package/src/components/{TextInput/text-input.scss → Input/input.scss} +7 -7
- package/src/components/InputField/InputField.rtl.test.tsx +15 -0
- package/src/components/InputField/InputField.tsx +24 -0
- package/src/components/InputField/index.tsx +1 -0
- package/src/components/{TextField/TextField.rtl.test.tsx → InputNumber/InputNumber.rtl.test.tsx} +3 -12
- package/src/components/{NumberInput/NumberInput.tsx → InputNumber/InputNumber.tsx} +61 -56
- package/src/components/{NumberInput/NumberInputExample.tsx → InputNumber/InputNumberExample.tsx} +2 -2
- package/src/components/InputNumber/index.tsx +1 -0
- package/src/components/{NumberInput/number-input.scss → InputNumber/input-number.scss} +1 -1
- package/src/components/InputNumberField/InputNumberField.rtl.test.tsx +17 -0
- package/src/components/InputNumberField/InputNumberField.tsx +30 -0
- package/src/components/InputNumberField/index.tsx +1 -0
- package/src/components/InputPhone/InputPhone.rtl.test.tsx +17 -0
- package/src/components/InputPhone/InputPhone.tsx +290 -0
- package/src/components/InputPhone/InputPhoneExample.tsx +9 -0
- package/src/components/InputPhone/index.tsx +1 -0
- package/src/components/{PhoneNumberInput/phone-number-input.scss → InputPhone/input-phone.scss} +13 -18
- package/src/components/InputPhoneField/InputPhoneField.rtl.test.tsx +17 -0
- package/src/components/InputPhoneField/InputPhoneField.tsx +30 -0
- package/src/components/InputPhoneField/index.tsx +1 -0
- package/src/components/Layout/Layout.tsx +1 -1
- package/src/components/Link/Link.tsx +1 -1
- package/src/components/ListItem/ListItem.rtl.test.tsx +4 -1
- package/src/components/ListItem/ListItem.tsx +48 -23
- package/src/components/ListItem/ListItemExample.tsx +74 -4
- package/src/components/ListItem/list-item.scss +26 -17
- package/src/components/Menu/Menu.tsx +1 -1
- package/src/components/Menu/MenuExample.tsx +1 -0
- package/src/components/MenuButton/MenuButton.tsx +1 -1
- package/src/components/Modal/Modal.tsx +1 -1
- package/src/components/Modal/ModalExample.tsx +4 -6
- package/src/components/Pagination/PageInput.tsx +2 -2
- package/src/components/{CalendarPicker/CalendarPicker.rtl.test.tsx → Password/Password.rtl.test.tsx} +4 -4
- package/src/components/Password/Password.tsx +113 -0
- package/src/components/Password/index.tsx +1 -0
- package/src/components/Password/password.scss +31 -0
- package/src/components/PasswordField/PasswordField.rtl.test.tsx +4 -11
- package/src/components/PasswordField/PasswordField.tsx +10 -53
- package/src/components/Popover/Popover.tsx +3 -2
- package/src/components/Popover/PopoverExample.tsx +2 -2
- package/src/components/ProgressBar/ProgressBar.tsx +1 -1
- package/src/components/ProgressCircle/ProgressCircle.tsx +1 -1
- package/src/components/ProgressionStepper/ProgressionStepper.tsx +24 -20
- package/src/components/ProgressionStepper/ProgressionStepperExample.tsx +20 -4
- package/src/components/Radio/Radio.tsx +15 -16
- package/src/components/RadioGroup/RadioGroup.rtl.test.tsx +4 -5
- package/src/components/RadioGroup/RadioGroup.tsx +51 -71
- package/src/components/RadioGroup/radio-group.scss +3 -1
- package/src/components/RadioGroupField/RadioGroupField.rtl.test.tsx +27 -0
- package/src/components/RadioGroupField/RadioGroupField.tsx +36 -0
- package/src/components/RadioGroupField/index.tsx +1 -0
- package/src/components/SearchBar/SearchBar.rtl.test.tsx +3 -4
- package/src/components/SearchBar/SearchBar.tsx +190 -126
- package/src/components/SearchBar/SearchBarExample.tsx +2 -1
- package/src/components/SegmentedControl/SegmentedControl.tsx +1 -1
- package/src/components/Select/Select.rtl.test.tsx +6 -5
- package/src/components/Select/Select.tsx +62 -66
- package/src/components/Select/SelectExample.tsx +1 -14
- package/src/components/SelectField/SelectField.rtl.test.tsx +9 -6
- package/src/components/SelectField/SelectField.tsx +9 -56
- package/src/components/Skeleton/SkeletonExample.tsx +1 -3
- package/src/components/Snackbar/Snackbar.tsx +124 -28
- package/src/components/Snackbar/SnackbarExample.tsx +9 -3
- package/src/components/Snackbar/snackbar.scss +48 -16
- package/src/components/StylesProviderDemo/StylesProviderDemo.tsx +5 -2
- package/src/components/StylesProviderDemo/exampleCss.ts +1899 -0
- package/src/components/Switch/Switch.rtl.test.tsx +3 -1
- package/src/components/Switch/Switch.tsx +5 -3
- package/src/components/SwitchOption/SwitchOption.rtl.test.tsx +3 -1
- package/src/components/SwitchOption/SwitchOption.tsx +1 -1
- package/src/components/TabGroup/TabGroup.tsx +2 -2
- package/src/components/TabList/TabList.tsx +16 -5
- package/src/components/TabList/tab-list.scss +12 -0
- package/src/components/Tag/Tag.tsx +1 -1
- package/src/components/Textarea/Textarea.rtl.test.tsx +1 -1
- package/src/components/Textarea/Textarea.tsx +72 -68
- package/src/components/Textarea/textarea.scss +41 -19
- package/src/components/TextareaField/TextareaField.rtl.test.tsx +4 -11
- package/src/components/TextareaField/TextareaField.tsx +9 -74
- package/src/components/{TimeInput → TimePicker}/Listbox.tsx +5 -5
- package/src/components/{TimeInput → TimePicker}/Segment.tsx +8 -5
- package/src/components/{TextInput/TextInput.rtl.test.tsx → TimePicker/TimePicker.rtl.test.tsx} +3 -3
- package/src/components/{TimeInput/TimeInput.tsx → TimePicker/TimePicker.tsx} +104 -67
- package/src/components/TimePicker/TimePickerExample.tsx +8 -0
- package/src/components/TimePicker/index.tsx +1 -0
- package/src/components/{TimeInput/time-input.scss → TimePicker/time-picker.scss} +7 -5
- package/src/components/TimePicker/utils.test.tsx +26 -0
- package/src/components/TimePicker/utils.ts +44 -0
- package/src/components/TimePickerField/TimePickerField.rtl.test.tsx +17 -0
- package/src/components/TimePickerField/TimePickerField.tsx +30 -0
- package/src/components/TimePickerField/index.tsx +1 -0
- package/src/components/ToggleOption/ToggleOption.tsx +10 -5
- package/src/components/Tooltip/Tooltip.tsx +1 -1
- package/src/components/Tooltip/TooltipExample.tsx +7 -9
- package/src/components/Txt/Txt.tsx +1 -1
- package/src/constants/brands.ts +5 -1
- package/src/hooks/useArrowNavigation.ts +6 -1
- package/src/hooks/useCheckboxGroupState.ts +1 -1
- package/src/hooks/useCheckboxState.ts +1 -1
- package/src/hooks/useContainerWidth.tsx +1 -1
- package/src/hooks/useModalState.ts +1 -1
- package/src/hooks/useOutsideClick.ts +17 -4
- package/src/hooks/useRadioState.ts +1 -1
- package/src/hooks/useTimeout.ts +1 -1
- package/src/styles/base.scss +3 -0
- package/src/types/common.ts +28 -10
- package/src/types/meta.ts +1 -0
- package/src/utils/demo.ts +1 -0
- package/dist/components/CalendarPicker/CalendarPicker.d.ts +0 -32
- package/dist/components/CalendarPicker/CalendarPicker.js.map +0 -1
- package/dist/components/CalendarPicker/CalendarPickerExample.d.ts +0 -3
- package/dist/components/CalendarPicker/CalendarPickerExample.js +0 -17
- package/dist/components/CalendarPicker/CalendarPickerExample.js.map +0 -1
- package/dist/components/CalendarPicker/index.d.ts +0 -1
- package/dist/components/CalendarPicker/index.js +0 -2
- package/dist/components/CalendarPicker/index.js.map +0 -1
- package/dist/components/ChipAssist/ChipAssist.d.ts +0 -24
- package/dist/components/ChipAssist/ChipAssist.js +0 -26
- package/dist/components/ChipAssist/ChipAssist.js.map +0 -1
- package/dist/components/ChipAssist/ChipAssistExample.d.ts +0 -4
- package/dist/components/ChipAssist/ChipAssistExample.js +0 -32
- package/dist/components/ChipAssist/ChipAssistExample.js.map +0 -1
- package/dist/components/ChipAssist/index.d.ts +0 -1
- package/dist/components/ChipAssist/index.js +0 -2
- package/dist/components/ChipAssist/index.js.map +0 -1
- package/dist/components/ChipFilter/ChipFilter.d.ts +0 -40
- package/dist/components/ChipFilter/ChipFilter.js +0 -31
- package/dist/components/ChipFilter/ChipFilter.js.map +0 -1
- package/dist/components/ChipFilter/ChipFilterExample.d.ts +0 -3
- package/dist/components/ChipFilter/ChipFilterExample.js +0 -62
- package/dist/components/ChipFilter/ChipFilterExample.js.map +0 -1
- package/dist/components/ChipFilter/index.d.ts +0 -1
- package/dist/components/ChipFilter/index.js +0 -2
- package/dist/components/ChipFilter/index.js.map +0 -1
- package/dist/components/ChipInput/ChipInput.d.ts +0 -31
- package/dist/components/ChipInput/ChipInput.js +0 -27
- package/dist/components/ChipInput/ChipInput.js.map +0 -1
- package/dist/components/ChipInput/ChipInputExample.d.ts +0 -4
- package/dist/components/ChipInput/ChipInputExample.js +0 -47
- package/dist/components/ChipInput/ChipInputExample.js.map +0 -1
- package/dist/components/ChipInput/index.d.ts +0 -1
- package/dist/components/ChipInput/index.js +0 -2
- package/dist/components/ChipInput/index.js.map +0 -1
- package/dist/components/ChipSuggestion/ChipSuggestion.d.ts +0 -17
- package/dist/components/ChipSuggestion/ChipSuggestion.js +0 -19
- package/dist/components/ChipSuggestion/ChipSuggestion.js.map +0 -1
- package/dist/components/ChipSuggestion/ChipSuggestionExample.d.ts +0 -4
- package/dist/components/ChipSuggestion/ChipSuggestionExample.js +0 -24
- package/dist/components/ChipSuggestion/ChipSuggestionExample.js.map +0 -1
- package/dist/components/ChipSuggestion/index.d.ts +0 -1
- package/dist/components/ChipSuggestion/index.js +0 -2
- package/dist/components/ChipSuggestion/index.js.map +0 -1
- package/dist/components/ChipUtility/ChipUtility.js +0 -25
- package/dist/components/ChipUtility/ChipUtility.js.map +0 -1
- package/dist/components/ChipUtility/ChipUtilityExample.d.ts +0 -4
- package/dist/components/ChipUtility/ChipUtilityExample.js.map +0 -1
- package/dist/components/ChipUtility/index.d.ts +0 -1
- package/dist/components/ChipUtility/index.js +0 -2
- package/dist/components/ChipUtility/index.js.map +0 -1
- package/dist/components/DateField/DateField.d.ts +0 -32
- package/dist/components/DateField/DateField.js +0 -34
- package/dist/components/DateField/DateField.js.map +0 -1
- package/dist/components/DateField/DateFieldExample.d.ts +0 -4
- package/dist/components/DateField/DateFieldExample.js +0 -11
- package/dist/components/DateField/DateFieldExample.js.map +0 -1
- package/dist/components/DateField/date-field.css +0 -8
- package/dist/components/DateField/index.d.ts +0 -1
- package/dist/components/DateField/index.js +0 -2
- package/dist/components/DateField/index.js.map +0 -1
- package/dist/components/DateInput/DateInput.d.ts +0 -39
- package/dist/components/DateInput/DateInput.js +0 -102
- package/dist/components/DateInput/DateInput.js.map +0 -1
- package/dist/components/DateInput/DateInputExample.d.ts +0 -4
- package/dist/components/DateInput/DateInputExample.js +0 -14
- package/dist/components/DateInput/DateInputExample.js.map +0 -1
- package/dist/components/DateInput/index.d.ts +0 -1
- package/dist/components/DateInput/index.js +0 -2
- package/dist/components/DateInput/index.js.map +0 -1
- package/dist/components/FormField/form-field.css +0 -17
- package/dist/components/FormField/form-field.css.js +0 -22
- package/dist/components/ListItemMenu/ListItemMenu.d.ts +0 -146
- package/dist/components/ListItemMenu/ListItemMenu.js +0 -159
- package/dist/components/ListItemMenu/ListItemMenu.js.map +0 -1
- package/dist/components/ListItemMenu/index.d.ts +0 -1
- package/dist/components/ListItemMenu/index.js +0 -2
- package/dist/components/ListItemMenu/index.js.map +0 -1
- package/dist/components/NumberField/NumberField.d.ts +0 -33
- package/dist/components/NumberField/NumberField.js +0 -35
- package/dist/components/NumberField/NumberField.js.map +0 -1
- package/dist/components/NumberField/index.d.ts +0 -1
- package/dist/components/NumberField/index.js +0 -2
- package/dist/components/NumberField/index.js.map +0 -1
- package/dist/components/NumberInput/NumberInput.d.ts +0 -63
- package/dist/components/NumberInput/NumberInput.js +0 -64
- package/dist/components/NumberInput/NumberInput.js.map +0 -1
- package/dist/components/NumberInput/NumberInputExample.d.ts +0 -3
- package/dist/components/NumberInput/NumberInputExample.js.map +0 -1
- package/dist/components/NumberInput/index.d.ts +0 -1
- package/dist/components/NumberInput/index.js +0 -2
- package/dist/components/NumberInput/index.js.map +0 -1
- package/dist/components/PasswordInput/PasswordInput.d.ts +0 -21
- package/dist/components/PasswordInput/PasswordInput.js +0 -34
- package/dist/components/PasswordInput/PasswordInput.js.map +0 -1
- package/dist/components/PasswordInput/index.d.ts +0 -1
- package/dist/components/PasswordInput/index.js +0 -2
- package/dist/components/PasswordInput/index.js.map +0 -1
- package/dist/components/PasswordInput/password-input.css +0 -28
- package/dist/components/PasswordInput/password-input.css.js +0 -33
- package/dist/components/PhoneNumberField/PhoneNumberField.d.ts +0 -14
- package/dist/components/PhoneNumberField/PhoneNumberField.js +0 -16
- package/dist/components/PhoneNumberField/PhoneNumberField.js.map +0 -1
- package/dist/components/PhoneNumberField/index.d.ts +0 -1
- package/dist/components/PhoneNumberField/index.js +0 -2
- package/dist/components/PhoneNumberField/index.js.map +0 -1
- package/dist/components/PhoneNumberInput/PhoneNumberInput.d.ts +0 -37
- package/dist/components/PhoneNumberInput/PhoneNumberInput.js +0 -83
- package/dist/components/PhoneNumberInput/PhoneNumberInput.js.map +0 -1
- package/dist/components/PhoneNumberInput/PhoneNumberInputExample.d.ts +0 -4
- package/dist/components/PhoneNumberInput/PhoneNumberInputExample.js +0 -5
- package/dist/components/PhoneNumberInput/PhoneNumberInputExample.js.map +0 -1
- package/dist/components/PhoneNumberInput/index.d.ts +0 -1
- package/dist/components/PhoneNumberInput/index.js +0 -2
- package/dist/components/PhoneNumberInput/index.js.map +0 -1
- package/dist/components/PhoneNumberInput/phone-number-input.css +0 -46
- package/dist/components/PhoneNumberInput/phone-number-input.css.js +0 -51
- package/dist/components/SelectField/SelectFieldExample.d.ts +0 -23
- package/dist/components/SelectField/SelectFieldExample.js +0 -13
- package/dist/components/SelectField/SelectFieldExample.js.map +0 -1
- package/dist/components/SnackbarProvider/SnackbarProvider.d.ts +0 -90
- package/dist/components/SnackbarProvider/SnackbarProvider.js +0 -115
- package/dist/components/SnackbarProvider/SnackbarProvider.js.map +0 -1
- package/dist/components/SnackbarProvider/SnackbarProviderExample.d.ts +0 -4
- package/dist/components/SnackbarProvider/SnackbarProviderExample.js +0 -59
- package/dist/components/SnackbarProvider/SnackbarProviderExample.js.map +0 -1
- package/dist/components/SnackbarProvider/index.d.ts +0 -1
- package/dist/components/SnackbarProvider/index.js +0 -2
- package/dist/components/SnackbarProvider/index.js.map +0 -1
- package/dist/components/SnackbarProvider/snackbar-provider-example.css +0 -15
- package/dist/components/SnackbarProvider/snackbar-provider-example.css.js +0 -20
- package/dist/components/SnackbarProvider/snackbar-provider.css +0 -15
- package/dist/components/SnackbarProvider/snackbar-provider.css.js +0 -20
- package/dist/components/TextField/TextField.d.ts +0 -31
- package/dist/components/TextField/TextField.js +0 -33
- package/dist/components/TextField/TextField.js.map +0 -1
- package/dist/components/TextField/TextFieldExample.d.ts +0 -3
- package/dist/components/TextField/TextFieldExample.js +0 -6
- package/dist/components/TextField/TextFieldExample.js.map +0 -1
- package/dist/components/TextField/index.d.ts +0 -1
- package/dist/components/TextField/index.js +0 -2
- package/dist/components/TextField/index.js.map +0 -1
- package/dist/components/TextInput/TextInput.d.ts +0 -78
- package/dist/components/TextInput/TextInput.js.map +0 -1
- package/dist/components/TextInput/TextInputExample.d.ts +0 -3
- package/dist/components/TextInput/TextInputExample.js.map +0 -1
- package/dist/components/TextInput/index.d.ts +0 -1
- package/dist/components/TextInput/index.js +0 -2
- package/dist/components/TextInput/index.js.map +0 -1
- package/dist/components/TextareaField/TextareaFieldExample.d.ts +0 -3
- package/dist/components/TextareaField/TextareaFieldExample.js +0 -10
- package/dist/components/TextareaField/TextareaFieldExample.js.map +0 -1
- package/dist/components/TimeInput/Listbox.d.ts +0 -15
- package/dist/components/TimeInput/Listbox.js.map +0 -1
- package/dist/components/TimeInput/Segment.d.ts +0 -20
- package/dist/components/TimeInput/Segment.js.map +0 -1
- package/dist/components/TimeInput/TimeInput.d.ts +0 -24
- package/dist/components/TimeInput/TimeInput.js +0 -115
- package/dist/components/TimeInput/TimeInput.js.map +0 -1
- package/dist/components/TimeInput/TimeInputExample.d.ts +0 -3
- package/dist/components/TimeInput/TimeInputExample.js +0 -4
- package/dist/components/TimeInput/TimeInputExample.js.map +0 -1
- package/dist/components/TimeInput/index.d.ts +0 -1
- package/dist/components/TimeInput/index.js +0 -2
- package/dist/components/TimeInput/index.js.map +0 -1
- package/dist/hooks/useSnackbarContext.d.ts +0 -1
- package/dist/hooks/useSnackbarContext.js +0 -16
- package/dist/hooks/useSnackbarContext.js.map +0 -1
- package/dist/utils/snackbarContext.d.ts +0 -38
- package/dist/utils/snackbarContext.js +0 -3
- package/dist/utils/snackbarContext.js.map +0 -1
- package/src/components/CalendarPicker/CalendarPickerExample.tsx +0 -24
- package/src/components/CalendarPicker/index.tsx +0 -1
- package/src/components/ChipAssist/ChipAssist.rtl.test.tsx +0 -16
- package/src/components/ChipAssist/ChipAssist.tsx +0 -37
- package/src/components/ChipAssist/ChipAssistExample.tsx +0 -34
- package/src/components/ChipAssist/index.tsx +0 -1
- package/src/components/ChipFilter/ChipFilter.rtl.test.tsx +0 -15
- package/src/components/ChipFilter/ChipFilter.tsx +0 -75
- package/src/components/ChipFilter/ChipFilterExample.tsx +0 -63
- package/src/components/ChipFilter/index.tsx +0 -1
- package/src/components/ChipInput/ChipInput.rtl.test.tsx +0 -16
- package/src/components/ChipInput/ChipInput.tsx +0 -47
- package/src/components/ChipInput/ChipInputExample.tsx +0 -49
- package/src/components/ChipInput/index.tsx +0 -1
- package/src/components/ChipSuggestion/ChipSuggestion.rtl.test.tsx +0 -19
- package/src/components/ChipSuggestion/ChipSuggestion.tsx +0 -22
- package/src/components/ChipSuggestion/ChipSuggestionExample.tsx +0 -26
- package/src/components/ChipSuggestion/index.tsx +0 -1
- package/src/components/ChipUtility/index.tsx +0 -1
- package/src/components/DateField/DateField.rtl.test.tsx +0 -24
- package/src/components/DateField/DateField.tsx +0 -58
- package/src/components/DateField/DateFieldExample.tsx +0 -13
- package/src/components/DateField/date-field.scss +0 -8
- package/src/components/DateField/index.tsx +0 -1
- package/src/components/DateInput/DateInput.rtl.test.tsx +0 -17
- package/src/components/DateInput/DateInput.tsx +0 -197
- package/src/components/DateInput/DateInputExample.tsx +0 -17
- package/src/components/DateInput/index.tsx +0 -1
- package/src/components/FormField/form-field.scss +0 -19
- package/src/components/ListItemMenu/ListItemMenu.tsx +0 -358
- package/src/components/ListItemMenu/index.tsx +0 -1
- package/src/components/NumberField/NumberField.rtl.test.tsx +0 -24
- package/src/components/NumberField/NumberField.tsx +0 -70
- package/src/components/NumberField/index.tsx +0 -1
- package/src/components/NumberInput/index.tsx +0 -1
- package/src/components/PasswordInput/PasswordInput.rtl.test.tsx +0 -15
- package/src/components/PasswordInput/PasswordInput.tsx +0 -115
- package/src/components/PasswordInput/index.tsx +0 -1
- package/src/components/PasswordInput/password-input.scss +0 -36
- package/src/components/PhoneNumberField/PhoneNumberField.rtl.test.tsx +0 -24
- package/src/components/PhoneNumberField/PhoneNumberField.tsx +0 -41
- package/src/components/PhoneNumberField/index.tsx +0 -1
- package/src/components/PhoneNumberInput/PhoneNumberInput.rtl.test.tsx +0 -17
- package/src/components/PhoneNumberInput/PhoneNumberInput.tsx +0 -186
- package/src/components/PhoneNumberInput/PhoneNumberInputExample.tsx +0 -8
- package/src/components/PhoneNumberInput/index.tsx +0 -1
- package/src/components/SelectField/SelectFieldExample.tsx +0 -16
- package/src/components/SnackbarProvider/SnackbarProvider.tsx +0 -160
- package/src/components/SnackbarProvider/SnackbarProviderExample.tsx +0 -127
- package/src/components/SnackbarProvider/index.tsx +0 -1
- package/src/components/SnackbarProvider/snackbar-provider-example.scss +0 -17
- package/src/components/SnackbarProvider/snackbar-provider.scss +0 -15
- package/src/components/TextField/TextField.tsx +0 -67
- package/src/components/TextField/TextFieldExample.tsx +0 -8
- package/src/components/TextField/index.tsx +0 -1
- package/src/components/TextInput/TextInputExample.tsx +0 -44
- package/src/components/TextInput/index.tsx +0 -1
- package/src/components/TextareaField/TextareaFieldExample.tsx +0 -13
- package/src/components/TimeInput/TimeInput.rtl.test.tsx +0 -15
- package/src/components/TimeInput/TimeInputExample.tsx +0 -6
- package/src/components/TimeInput/index.tsx +0 -1
- package/src/hooks/useSnackbarContext.ts +0 -18
- package/src/utils/snackbarContext.tsx +0 -43
- /package/dist/components/{NumberInput → InputNumber}/IncrementButton.d.ts +0 -0
- /package/dist/components/{NumberInput → InputNumber}/IncrementButton.js +0 -0
- /package/src/components/{NumberInput → InputNumber}/IncrementButton.tsx +0 -0
|
@@ -0,0 +1,1899 @@
|
|
|
1
|
+
export const EXAMPLE_CSS: Record<'example', string> = {
|
|
2
|
+
example: `
|
|
3
|
+
/* Generated from figma export: 2025-07-08T20:32:21.402Z */
|
|
4
|
+
|
|
5
|
+
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
|
|
6
|
+
body {
|
|
7
|
+
font-family: var(--typeface);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
:root {
|
|
11
|
+
/* Body/Base */
|
|
12
|
+
--body-base: 400 16px/20px var(--typeface);
|
|
13
|
+
/* Body/Base - line height */
|
|
14
|
+
--body-base-line-height: 20px;
|
|
15
|
+
/* Body/Base - size */
|
|
16
|
+
--body-base-size: 16px;
|
|
17
|
+
/* Body/Base - style */
|
|
18
|
+
--body-base-style: regular;
|
|
19
|
+
/* Body/Large */
|
|
20
|
+
--body-large: 400 18px/24px var(--typeface);
|
|
21
|
+
/* Body/Large - line height */
|
|
22
|
+
--body-large-line-height: 24px;
|
|
23
|
+
/* Body/Large - size */
|
|
24
|
+
--body-large-size: 18px;
|
|
25
|
+
/* Body/Large - style */
|
|
26
|
+
--body-large-style: regular;
|
|
27
|
+
/* Body/Small */
|
|
28
|
+
--body-small: 400 14px/20px var(--typeface);
|
|
29
|
+
/* Body/Small - line height */
|
|
30
|
+
--body-small-line-height: 20px;
|
|
31
|
+
/* Body/Small - size */
|
|
32
|
+
--body-small-size: 14px;
|
|
33
|
+
/* Body/Small - style */
|
|
34
|
+
--body-small-style: regular;
|
|
35
|
+
/* Body/X-Small */
|
|
36
|
+
--body-x-small: 400 12px/16px var(--typeface);
|
|
37
|
+
/* Body/X-Small - line height */
|
|
38
|
+
--body-x-small-line-height: 16px;
|
|
39
|
+
/* Body/X-Small - size */
|
|
40
|
+
--body-x-small-size: 12px;
|
|
41
|
+
/* Body/X-Small - style */
|
|
42
|
+
--body-x-small-style: regular;
|
|
43
|
+
/* Colors/Brands/Experiment/blue-dark/100 - Global (primitives) */
|
|
44
|
+
--colors-brands-experiment-blue-dark-100: #0a2f85;
|
|
45
|
+
/* Colors/Brands/Experiment/blue-dark/200 - Global (primitives) */
|
|
46
|
+
--colors-brands-experiment-blue-dark-200: #1347cc;
|
|
47
|
+
/* Colors/Brands/Experiment/blue-dark/300 - Global (primitives) */
|
|
48
|
+
--colors-brands-experiment-blue-dark-300: #0f59e2;
|
|
49
|
+
/* Colors/Brands/Experiment/blue-dark/400 - Global (primitives) */
|
|
50
|
+
--colors-brands-experiment-blue-dark-400: #357aea;
|
|
51
|
+
/* Colors/Brands/Experiment/blue-dark/50 - Global (primitives) */
|
|
52
|
+
--colors-brands-experiment-blue-dark-50: #181d34;
|
|
53
|
+
/* Colors/Brands/Experiment/blue-dark/500 - Global (primitives) */
|
|
54
|
+
--colors-brands-experiment-blue-dark-500: #2e88f6;
|
|
55
|
+
/* Colors/Brands/Experiment/blue-dark/600 - Global (primitives) */
|
|
56
|
+
--colors-brands-experiment-blue-dark-600: #50a1ff;
|
|
57
|
+
/* Colors/Brands/Experiment/blue-dark/700 - Global (primitives) */
|
|
58
|
+
--colors-brands-experiment-blue-dark-700: #7ab7ff;
|
|
59
|
+
/* Colors/Brands/Experiment/blue-dark/800 - Global (primitives) */
|
|
60
|
+
--colors-brands-experiment-blue-dark-800: #dcebfe;
|
|
61
|
+
/* Colors/Brands/Experiment/blue-dark/900 - Global (primitives) */
|
|
62
|
+
--colors-brands-experiment-blue-dark-900: #f0f6ff;
|
|
63
|
+
/* Colors/Brands/Experiment/blue-gray-dark/100 - Global (primitives) */
|
|
64
|
+
--colors-brands-experiment-blue-gray-dark-100: #1a2332;
|
|
65
|
+
/* Colors/Brands/Experiment/blue-gray-dark/200 - Global (primitives) */
|
|
66
|
+
--colors-brands-experiment-blue-gray-dark-200: #252e3c;
|
|
67
|
+
/* Colors/Brands/Experiment/blue-gray-dark/300 - Global (primitives) */
|
|
68
|
+
--colors-brands-experiment-blue-gray-dark-300: #323b49;
|
|
69
|
+
/* Colors/Brands/Experiment/blue-gray-dark/400 - Global (primitives) */
|
|
70
|
+
--colors-brands-experiment-blue-gray-dark-400: #5e6d82;
|
|
71
|
+
/* Colors/Brands/Experiment/blue-gray-dark/50 - Global (primitives) */
|
|
72
|
+
--colors-brands-experiment-blue-gray-dark-50: #0c101c;
|
|
73
|
+
/* Colors/Brands/Experiment/blue-gray-dark/500 - Global (primitives) */
|
|
74
|
+
--colors-brands-experiment-blue-gray-dark-500: #8b9bb2;
|
|
75
|
+
/* Colors/Brands/Experiment/blue-gray-dark/600 - Global (primitives) */
|
|
76
|
+
--colors-brands-experiment-blue-gray-dark-600: #b1c0d2;
|
|
77
|
+
/* Colors/Brands/Experiment/blue-gray-dark/700 - Global (primitives) */
|
|
78
|
+
--colors-brands-experiment-blue-gray-dark-700: #d4dce8;
|
|
79
|
+
/* Colors/Brands/Experiment/blue-gray-dark/800 - Global (primitives) */
|
|
80
|
+
--colors-brands-experiment-blue-gray-dark-800: #e2ebf3;
|
|
81
|
+
/* Colors/Brands/Experiment/blue-gray-dark/900 - Global (primitives) */
|
|
82
|
+
--colors-brands-experiment-blue-gray-dark-900: #f8fafc;
|
|
83
|
+
/* Colors/Brands/Experiment/blue-gray-light/100 - Global (primitives) */
|
|
84
|
+
--colors-brands-experiment-blue-gray-light-100: #f1f5f9;
|
|
85
|
+
/* Colors/Brands/Experiment/blue-gray-light/200 - Global (primitives) */
|
|
86
|
+
--colors-brands-experiment-blue-gray-light-200: #e1e7ef;
|
|
87
|
+
/* Colors/Brands/Experiment/blue-gray-light/300 - Global (primitives) */
|
|
88
|
+
--colors-brands-experiment-blue-gray-light-300: #c8d6e5;
|
|
89
|
+
/* Colors/Brands/Experiment/blue-gray-light/400 - Global (primitives) */
|
|
90
|
+
--colors-brands-experiment-blue-gray-light-400: #9eacc0;
|
|
91
|
+
/* Colors/Brands/Experiment/blue-gray-light/50 - Global (primitives) */
|
|
92
|
+
--colors-brands-experiment-blue-gray-light-50: #f8fafc;
|
|
93
|
+
/* Colors/Brands/Experiment/blue-gray-light/500 - Global (primitives) */
|
|
94
|
+
--colors-brands-experiment-blue-gray-light-500: #65758b;
|
|
95
|
+
/* Colors/Brands/Experiment/blue-gray-light/600 - Global (primitives) */
|
|
96
|
+
--colors-brands-experiment-blue-gray-light-600: #48566a;
|
|
97
|
+
/* Colors/Brands/Experiment/blue-gray-light/700 - Global (primitives) */
|
|
98
|
+
--colors-brands-experiment-blue-gray-light-700: #344256;
|
|
99
|
+
/* Colors/Brands/Experiment/blue-gray-light/800 - Global (primitives) */
|
|
100
|
+
--colors-brands-experiment-blue-gray-light-800: #1d283a;
|
|
101
|
+
/* Colors/Brands/Experiment/blue-gray-light/900 - Global (primitives) */
|
|
102
|
+
--colors-brands-experiment-blue-gray-light-900: #0f1729;
|
|
103
|
+
/* Colors/Brands/Experiment/blue-light/100 - Global (primitives) */
|
|
104
|
+
--colors-brands-experiment-blue-light-100: #dcebfe;
|
|
105
|
+
/* Colors/Brands/Experiment/blue-light/200 - Global (primitives) */
|
|
106
|
+
--colors-brands-experiment-blue-light-200: #bedbfe;
|
|
107
|
+
/* Colors/Brands/Experiment/blue-light/300 - Global (primitives) */
|
|
108
|
+
--colors-brands-experiment-blue-light-300: #91c3fd;
|
|
109
|
+
/* Colors/Brands/Experiment/blue-light/400 - Global (primitives) */
|
|
110
|
+
--colors-brands-experiment-blue-light-400: #61a6fa;
|
|
111
|
+
/* Colors/Brands/Experiment/blue-light/50 - Global (primitives) */
|
|
112
|
+
--colors-brands-experiment-blue-light-50: #f2f7ff;
|
|
113
|
+
/* Colors/Brands/Experiment/blue-light/500 - Global (primitives) */
|
|
114
|
+
--colors-brands-experiment-blue-light-500: #3479e9;
|
|
115
|
+
/* Colors/Brands/Experiment/blue-light/600 - Global (primitives) */
|
|
116
|
+
--colors-brands-experiment-blue-light-600: #1559ea;
|
|
117
|
+
/* Colors/Brands/Experiment/blue-light/700 - Global (primitives) */
|
|
118
|
+
--colors-brands-experiment-blue-light-700: #173fab;
|
|
119
|
+
/* Colors/Brands/Experiment/blue-light/800 - Global (primitives) */
|
|
120
|
+
--colors-brands-experiment-blue-light-800: #162f82;
|
|
121
|
+
/* Colors/Brands/Experiment/blue-light/900 - Global (primitives) */
|
|
122
|
+
--colors-brands-experiment-blue-light-900: #0c1736;
|
|
123
|
+
/* Colors/Brands/Experiment/Interactions/primary-dark-opacity-10 - Global (primitives) */
|
|
124
|
+
--colors-brands-experiment-interactions-primary-dark-opacity-10: #50a1ff1a;
|
|
125
|
+
/* Colors/Brands/Experiment/Interactions/primary-dark-opacity-12 - Global (primitives) */
|
|
126
|
+
--colors-brands-experiment-interactions-primary-dark-opacity-12: #50a1ff1f;
|
|
127
|
+
/* Colors/Brands/Experiment/Interactions/primary-dark-opacity-16 - Global (primitives) */
|
|
128
|
+
--colors-brands-experiment-interactions-primary-dark-opacity-16: #50a1ff29;
|
|
129
|
+
/* Colors/Brands/Experiment/Interactions/primary-dark-opacity-20 - Global (primitives) */
|
|
130
|
+
--colors-brands-experiment-interactions-primary-dark-opacity-20: #50a1ff33;
|
|
131
|
+
/* Colors/Brands/Experiment/Interactions/primary-dark-opacity-8 - Global (primitives) */
|
|
132
|
+
--colors-brands-experiment-interactions-primary-dark-opacity-8: #50a1ff14;
|
|
133
|
+
/* Colors/Brands/Experiment/Interactions/primary-light-opacity-10 - Global (primitives) */
|
|
134
|
+
--colors-brands-experiment-interactions-primary-light-opacity-10: #1559ea1a;
|
|
135
|
+
/* Colors/Brands/Experiment/Interactions/primary-light-opacity-12 - Global (primitives) */
|
|
136
|
+
--colors-brands-experiment-interactions-primary-light-opacity-12: #1559ea1f;
|
|
137
|
+
/* Colors/Brands/Experiment/Interactions/primary-light-opacity-16 - Global (primitives) */
|
|
138
|
+
--colors-brands-experiment-interactions-primary-light-opacity-16: #1559ea29;
|
|
139
|
+
/* Colors/Brands/Experiment/Interactions/primary-light-opacity-20 - Global (primitives) */
|
|
140
|
+
--colors-brands-experiment-interactions-primary-light-opacity-20: #1559ea33;
|
|
141
|
+
/* Colors/Brands/Experiment/Interactions/primary-light-opacity-8 - Global (primitives) */
|
|
142
|
+
--colors-brands-experiment-interactions-primary-light-opacity-8: #1559ea14;
|
|
143
|
+
/* Colors/Brands/Experiment/orange-dark/100 - Global (primitives) */
|
|
144
|
+
--colors-brands-experiment-orange-dark-100: #852c0f;
|
|
145
|
+
/* Colors/Brands/Experiment/orange-dark/200 - Global (primitives) */
|
|
146
|
+
--colors-brands-experiment-orange-dark-200: #ab4827;
|
|
147
|
+
/* Colors/Brands/Experiment/orange-dark/300 - Global (primitives) */
|
|
148
|
+
--colors-brands-experiment-orange-dark-300: #ce5a07;
|
|
149
|
+
/* Colors/Brands/Experiment/orange-dark/400 - Global (primitives) */
|
|
150
|
+
--colors-brands-experiment-orange-dark-400: #f27013;
|
|
151
|
+
/* Colors/Brands/Experiment/orange-dark/50 - Global (primitives) */
|
|
152
|
+
--colors-brands-experiment-orange-dark-50: #31160d;
|
|
153
|
+
/* Colors/Brands/Experiment/orange-dark/500 - Global (primitives) */
|
|
154
|
+
--colors-brands-experiment-orange-dark-500: #fb923c;
|
|
155
|
+
/* Colors/Brands/Experiment/orange-dark/600 - Global (primitives) */
|
|
156
|
+
--colors-brands-experiment-orange-dark-600: #fdba72;
|
|
157
|
+
/* Colors/Brands/Experiment/orange-dark/700 - Global (primitives) */
|
|
158
|
+
--colors-brands-experiment-orange-dark-700: #fed6a9;
|
|
159
|
+
/* Colors/Brands/Experiment/orange-dark/800 - Global (primitives) */
|
|
160
|
+
--colors-brands-experiment-orange-dark-800: #ffedd6;
|
|
161
|
+
/* Colors/Brands/Experiment/orange-dark/900 - Global (primitives) */
|
|
162
|
+
--colors-brands-experiment-orange-dark-900: #fff6eb;
|
|
163
|
+
/* Colors/Brands/Experiment/orange-light/100 - Global (primitives) */
|
|
164
|
+
--colors-brands-experiment-orange-light-100: #ffedd6;
|
|
165
|
+
/* Colors/Brands/Experiment/orange-light/200 - Global (primitives) */
|
|
166
|
+
--colors-brands-experiment-orange-light-200: #fed6a9;
|
|
167
|
+
/* Colors/Brands/Experiment/orange-light/300 - Global (primitives) */
|
|
168
|
+
--colors-brands-experiment-orange-light-300: #fdba72;
|
|
169
|
+
/* Colors/Brands/Experiment/orange-light/400 - Global (primitives) */
|
|
170
|
+
--colors-brands-experiment-orange-light-400: #fb923c;
|
|
171
|
+
/* Colors/Brands/Experiment/orange-light/50 - Global (primitives) */
|
|
172
|
+
--colors-brands-experiment-orange-light-50: #fff6eb;
|
|
173
|
+
/* Colors/Brands/Experiment/orange-light/500 - Global (primitives) */
|
|
174
|
+
--colors-brands-experiment-orange-light-500: #f67416;
|
|
175
|
+
/* Colors/Brands/Experiment/orange-light/600 - Global (primitives) */
|
|
176
|
+
--colors-brands-experiment-orange-light-600: #e4570c;
|
|
177
|
+
/* Colors/Brands/Experiment/orange-light/700 - Global (primitives) */
|
|
178
|
+
--colors-brands-experiment-orange-light-700: #b63c0b;
|
|
179
|
+
/* Colors/Brands/Experiment/orange-light/800 - Global (primitives) */
|
|
180
|
+
--colors-brands-experiment-orange-light-800: #80310f;
|
|
181
|
+
/* Colors/Brands/Experiment/orange-light/900 - Global (primitives) */
|
|
182
|
+
--colors-brands-experiment-orange-light-900: #471a0a;
|
|
183
|
+
/* Colors/Internal/pink-00-light - Global (primitives) */
|
|
184
|
+
--colors-internal-pink-00-light: #ff4f8d;
|
|
185
|
+
/* Colors/Internal/pink-50-dark - Global (primitives) */
|
|
186
|
+
--colors-internal-pink-50-dark: #802847;
|
|
187
|
+
/* Colors/Neutral/00 - Global (primitives) */
|
|
188
|
+
--colors-neutral-00: #000000;
|
|
189
|
+
/* Colors/Neutral/02 - Global (primitives) */
|
|
190
|
+
--colors-neutral-02: #050505;
|
|
191
|
+
/* Colors/Neutral/04 - Global (primitives) */
|
|
192
|
+
--colors-neutral-04: #0a0a0a;
|
|
193
|
+
/* Colors/Neutral/06 - Global (primitives) */
|
|
194
|
+
--colors-neutral-06: #0f0f0f;
|
|
195
|
+
/* Colors/Neutral/08 - Global (primitives) */
|
|
196
|
+
--colors-neutral-08: #141414;
|
|
197
|
+
/* Colors/Neutral/10 - Global (primitives) */
|
|
198
|
+
--colors-neutral-10: #1a1a1a;
|
|
199
|
+
/* Colors/Neutral/100 - Global (primitives) */
|
|
200
|
+
--colors-neutral-100: #ffffff;
|
|
201
|
+
/* Colors/Neutral/12 - Global (primitives) */
|
|
202
|
+
--colors-neutral-12: #1f1f1f;
|
|
203
|
+
/* Colors/Neutral/14 - Global (primitives) */
|
|
204
|
+
--colors-neutral-14: #242424;
|
|
205
|
+
/* Colors/Neutral/16 - Global (primitives) */
|
|
206
|
+
--colors-neutral-16: #292929;
|
|
207
|
+
/* Colors/Neutral/18 - Global (primitives) */
|
|
208
|
+
--colors-neutral-18: #2e2e2e;
|
|
209
|
+
/* Colors/Neutral/20 - Global (primitives) */
|
|
210
|
+
--colors-neutral-20: #333333;
|
|
211
|
+
/* Colors/Neutral/22 - Global (primitives) */
|
|
212
|
+
--colors-neutral-22: #383838;
|
|
213
|
+
/* Colors/Neutral/24 - Global (primitives) */
|
|
214
|
+
--colors-neutral-24: #424242;
|
|
215
|
+
/* Colors/Neutral/26 - Global (primitives) */
|
|
216
|
+
--colors-neutral-26: #424242;
|
|
217
|
+
/* Colors/Neutral/28 - Global (primitives) */
|
|
218
|
+
--colors-neutral-28: #474747;
|
|
219
|
+
/* Colors/Neutral/30 - Global (primitives) */
|
|
220
|
+
--colors-neutral-30: #4d4d4d;
|
|
221
|
+
/* Colors/Neutral/32 - Global (primitives) */
|
|
222
|
+
--colors-neutral-32: #525252;
|
|
223
|
+
/* Colors/Neutral/34 - Global (primitives) */
|
|
224
|
+
--colors-neutral-34: #575757;
|
|
225
|
+
/* Colors/Neutral/36 - Global (primitives) */
|
|
226
|
+
--colors-neutral-36: #5c5c5c;
|
|
227
|
+
/* Colors/Neutral/38 - Global (primitives) */
|
|
228
|
+
--colors-neutral-38: #616161;
|
|
229
|
+
/* Colors/Neutral/40 - Global (primitives) */
|
|
230
|
+
--colors-neutral-40: #666666;
|
|
231
|
+
/* Colors/Neutral/42 - Global (primitives) */
|
|
232
|
+
--colors-neutral-42: #6b6b6b;
|
|
233
|
+
/* Colors/Neutral/44 - Global (primitives) */
|
|
234
|
+
--colors-neutral-44: #707070;
|
|
235
|
+
/* Colors/Neutral/46 - Global (primitives) */
|
|
236
|
+
--colors-neutral-46: #757575;
|
|
237
|
+
/* Colors/Neutral/48 - Global (primitives) */
|
|
238
|
+
--colors-neutral-48: #7a7a7a;
|
|
239
|
+
/* Colors/Neutral/50 - Global (primitives) */
|
|
240
|
+
--colors-neutral-50: #808080;
|
|
241
|
+
/* Colors/Neutral/52 - Global (primitives) */
|
|
242
|
+
--colors-neutral-52: #858585;
|
|
243
|
+
/* Colors/Neutral/54 - Global (primitives) */
|
|
244
|
+
--colors-neutral-54: #8a8a8a;
|
|
245
|
+
/* Colors/Neutral/56 - Global (primitives) */
|
|
246
|
+
--colors-neutral-56: #8f8f8f;
|
|
247
|
+
/* Colors/Neutral/58 - Global (primitives) */
|
|
248
|
+
--colors-neutral-58: #949494;
|
|
249
|
+
/* Colors/Neutral/60 - Global (primitives) */
|
|
250
|
+
--colors-neutral-60: #999999;
|
|
251
|
+
/* Colors/Neutral/62 - Global (primitives) */
|
|
252
|
+
--colors-neutral-62: #9e9e9e;
|
|
253
|
+
/* Colors/Neutral/64 - Global (primitives) */
|
|
254
|
+
--colors-neutral-64: #a3a3a3;
|
|
255
|
+
/* Colors/Neutral/66 - Global (primitives) */
|
|
256
|
+
--colors-neutral-66: #a8a8a8;
|
|
257
|
+
/* Colors/Neutral/68 - Global (primitives) */
|
|
258
|
+
--colors-neutral-68: #adadad;
|
|
259
|
+
/* Colors/Neutral/70 - Global (primitives) */
|
|
260
|
+
--colors-neutral-70: #b3b3b3;
|
|
261
|
+
/* Colors/Neutral/72 - Global (primitives) */
|
|
262
|
+
--colors-neutral-72: #b8b8b8;
|
|
263
|
+
/* Colors/Neutral/74 - Global (primitives) */
|
|
264
|
+
--colors-neutral-74: #bdbdbd;
|
|
265
|
+
/* Colors/Neutral/76 - Global (primitives) */
|
|
266
|
+
--colors-neutral-76: #c2c2c2;
|
|
267
|
+
/* Colors/Neutral/78 - Global (primitives) */
|
|
268
|
+
--colors-neutral-78: #c7c7c7;
|
|
269
|
+
/* Colors/Neutral/80 - Global (primitives) */
|
|
270
|
+
--colors-neutral-80: #cccccc;
|
|
271
|
+
/* Colors/Neutral/82 - Global (primitives) */
|
|
272
|
+
--colors-neutral-82: #d1d1d1;
|
|
273
|
+
/* Colors/Neutral/84 - Global (primitives) */
|
|
274
|
+
--colors-neutral-84: #d6d6d6;
|
|
275
|
+
/* Colors/Neutral/86 - Global (primitives) */
|
|
276
|
+
--colors-neutral-86: #dbdbdb;
|
|
277
|
+
/* Colors/Neutral/88 - Global (primitives) */
|
|
278
|
+
--colors-neutral-88: #e0e0e0;
|
|
279
|
+
/* Colors/Neutral/90 - Global (primitives) */
|
|
280
|
+
--colors-neutral-90: #e6e6e6;
|
|
281
|
+
/* Colors/Neutral/92 - Global (primitives) */
|
|
282
|
+
--colors-neutral-92: #ebebeb;
|
|
283
|
+
/* Colors/Neutral/94 - Global (primitives) */
|
|
284
|
+
--colors-neutral-94: #f0f0f0;
|
|
285
|
+
/* Colors/Neutral/96 - Global (primitives) */
|
|
286
|
+
--colors-neutral-96: #f5f5f5;
|
|
287
|
+
/* Colors/Neutral/98 - Global (primitives) */
|
|
288
|
+
--colors-neutral-98: #fafafa;
|
|
289
|
+
/* Colors/Neutral/transparent - Global (primitives) */
|
|
290
|
+
--colors-neutral-transparent: #ffffff00;
|
|
291
|
+
/* Colors/System/blue-dark - Global (primitives) */
|
|
292
|
+
--colors-system-blue-dark: #5d92f5;
|
|
293
|
+
/* Colors/System/blue-dark-bg - Global (primitives) */
|
|
294
|
+
--colors-system-blue-dark-bg: #0e2754;
|
|
295
|
+
/* Colors/System/blue-light - Global (primitives) */
|
|
296
|
+
--colors-system-blue-light: #276ef1;
|
|
297
|
+
/* Colors/System/blue-light-bg - Global (primitives) */
|
|
298
|
+
--colors-system-blue-light-bg: #dfe9fd;
|
|
299
|
+
/* Colors/System/green-dark - Global (primitives) */
|
|
300
|
+
--colors-system-green-dark: #519f73;
|
|
301
|
+
/* Colors/System/green-dark-bg - Global (primitives) */
|
|
302
|
+
--colors-system-green-dark-bg: #0d2f1c;
|
|
303
|
+
/* Colors/System/green-light - Global (primitives) */
|
|
304
|
+
--colors-system-green-light: #258750;
|
|
305
|
+
/* Colors/System/green-light-bg - Global (primitives) */
|
|
306
|
+
--colors-system-green-light-bg: #d3e7dc;
|
|
307
|
+
/* Colors/System/Links/00-default-light - Global (primitives) */
|
|
308
|
+
--colors-system-links-00-default-light: #215ecd;
|
|
309
|
+
/* Colors/System/Links/10-hover-light - Global (primitives) */
|
|
310
|
+
--colors-system-links-10-hover-light: #1e55b9;
|
|
311
|
+
/* Colors/System/Links/20-press-light - Global (primitives) */
|
|
312
|
+
--colors-system-links-20-press-light: #1a4ba4;
|
|
313
|
+
/* Colors/System/Links/30-active-dark - Global (primitives) */
|
|
314
|
+
--colors-system-links-30-active-dark: #648edc;
|
|
315
|
+
/* Colors/System/Links/30-active-light - Global (primitives) */
|
|
316
|
+
--colors-system-links-30-active-light: #174290;
|
|
317
|
+
/* Colors/System/Links/40-default-dark - Global (primitives) */
|
|
318
|
+
--colors-system-links-40-default-dark: #7a9ee1;
|
|
319
|
+
/* Colors/System/Links/40-disabled-dark - Global (primitives) */
|
|
320
|
+
--colors-system-links-40-disabled-dark: #14387b;
|
|
321
|
+
/* Colors/System/Links/40-disabled-light - Global (primitives) */
|
|
322
|
+
--colors-system-links-40-disabled-light: #7a9ee1;
|
|
323
|
+
/* Colors/System/Links/50-hover-dark - Global (primitives) */
|
|
324
|
+
--colors-system-links-50-hover-dark: #90afe6;
|
|
325
|
+
/* Colors/System/Links/60-press-dark - Global (primitives) */
|
|
326
|
+
--colors-system-links-60-press-dark: #a6bfeb;
|
|
327
|
+
/* Colors/System/red-dark - Global (primitives) */
|
|
328
|
+
--colors-system-red-dark: #e26b7d;
|
|
329
|
+
/* Colors/System/red-dark-bg - Global (primitives) */
|
|
330
|
+
--colors-system-red-dark-bg: #4c141d;
|
|
331
|
+
/* Colors/System/red-light - Global (primitives) */
|
|
332
|
+
--colors-system-red-light: #d83a52;
|
|
333
|
+
/* Colors/System/red-light-bg - Global (primitives) */
|
|
334
|
+
--colors-system-red-light-bg: #f9e1e9;
|
|
335
|
+
/* Colors/System/Spectrum/Data visual/azure-400 - Global (primitives) */
|
|
336
|
+
--colors-system-spectrum-data-visual-azure-400: #7fc4ec;
|
|
337
|
+
/* Colors/System/Spectrum/Data visual/azure-700 - Global (primitives) */
|
|
338
|
+
--colors-system-spectrum-data-visual-azure-700: #299de0;
|
|
339
|
+
/* Colors/System/Spectrum/Data visual/backrose-900 - Global (primitives) */
|
|
340
|
+
--colors-system-spectrum-data-visual-backrose-900: #958ca3;
|
|
341
|
+
/* Colors/System/Spectrum/Data visual/blackrose-1200 - Global (primitives) */
|
|
342
|
+
--colors-system-spectrum-data-visual-blackrose-1200: #130033;
|
|
343
|
+
/* Colors/System/Spectrum/Data visual/bronze-1100 - Global (primitives) */
|
|
344
|
+
--colors-system-spectrum-data-visual-bronze-1100: #794b34;
|
|
345
|
+
/* Colors/System/Spectrum/Data visual/bronze-800 - Global (primitives) */
|
|
346
|
+
--colors-system-spectrum-data-visual-bronze-800: #af9385;
|
|
347
|
+
/* Colors/System/Spectrum/Data visual/brown-1200 - Global (primitives) */
|
|
348
|
+
--colors-system-spectrum-data-visual-brown-1200: #7a2a0b;
|
|
349
|
+
/* Colors/System/Spectrum/Data visual/brown-900 - Global (primitives) */
|
|
350
|
+
--colors-system-spectrum-data-visual-brown-900: #b68a79;
|
|
351
|
+
/* Colors/System/Spectrum/Data visual/cadet-gray-1200 - Global (primitives) */
|
|
352
|
+
--colors-system-spectrum-data-visual-cadet-gray-1200: #094a53;
|
|
353
|
+
/* Colors/System/Spectrum/Data visual/cadet-gray-900 - Global (primitives) */
|
|
354
|
+
--colors-system-spectrum-data-visual-cadet-gray-900: #789ba0;
|
|
355
|
+
/* Colors/System/Spectrum/Data visual/cooper-500 - Global (primitives) */
|
|
356
|
+
--colors-system-spectrum-data-visual-cooper-500: #e6b297;
|
|
357
|
+
/* Colors/System/Spectrum/Data visual/cooper-800 - Global (primitives) */
|
|
358
|
+
--colors-system-spectrum-data-visual-cooper-800: #d67e51;
|
|
359
|
+
/* Colors/System/Spectrum/Data visual/gold-400 - Global (primitives) */
|
|
360
|
+
--colors-system-spectrum-data-visual-gold-400: #cdbe80;
|
|
361
|
+
/* Colors/System/Spectrum/Data visual/gold-700 - Global (primitives) */
|
|
362
|
+
--colors-system-spectrum-data-visual-gold-700: #ab922b;
|
|
363
|
+
/* Colors/System/Spectrum/Data visual/Gradient/opacity-black - Global (primitives) */
|
|
364
|
+
--colors-system-spectrum-data-visual-gradient-opacity-black: #1f1f1f4d;
|
|
365
|
+
/* Colors/System/Spectrum/Data visual/Gradient/opacity-white - Global (primitives) */
|
|
366
|
+
--colors-system-spectrum-data-visual-gradient-opacity-white: #ffffff4d;
|
|
367
|
+
/* Colors/System/Spectrum/Data visual/Highlight/azure-400-opacity - Global (primitives) */
|
|
368
|
+
--colors-system-spectrum-data-visual-highlight-azure-400-opacity: #7fc4ec4d;
|
|
369
|
+
/* Colors/System/Spectrum/Data visual/Highlight/azure-700-opacity - Global (primitives) */
|
|
370
|
+
--colors-system-spectrum-data-visual-highlight-azure-700-opacity: #299de04d;
|
|
371
|
+
/* Colors/System/Spectrum/Data visual/Highlight/backrose-900-opacity - Global (primitives) */
|
|
372
|
+
--colors-system-spectrum-data-visual-highlight-backrose-900-opacity: #958ca34d;
|
|
373
|
+
/* Colors/System/Spectrum/Data visual/Highlight/blackrose-1200-opacity - Global (primitives) */
|
|
374
|
+
--colors-system-spectrum-data-visual-highlight-blackrose-1200-opacity: #1300334d;
|
|
375
|
+
/* Colors/System/Spectrum/Data visual/Highlight/bronze-1100-opacity - Global (primitives) */
|
|
376
|
+
--colors-system-spectrum-data-visual-highlight-bronze-1100-opacity: #794b344d;
|
|
377
|
+
/* Colors/System/Spectrum/Data visual/Highlight/bronze-800-opacity - Global (primitives) */
|
|
378
|
+
--colors-system-spectrum-data-visual-highlight-bronze-800-opacity: #af93854d;
|
|
379
|
+
/* Colors/System/Spectrum/Data visual/Highlight/brown-1200-opacity - Global (primitives) */
|
|
380
|
+
--colors-system-spectrum-data-visual-highlight-brown-1200-opacity: #7a2a0b4d;
|
|
381
|
+
/* Colors/System/Spectrum/Data visual/Highlight/brown-900-opacity - Global (primitives) */
|
|
382
|
+
--colors-system-spectrum-data-visual-highlight-brown-900-opacity: #b68a794d;
|
|
383
|
+
/* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-1200-opacity - Global (primitives) */
|
|
384
|
+
--colors-system-spectrum-data-visual-highlight-cadet-gray-1200-opacity: #094a534d;
|
|
385
|
+
/* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-900-opacity - Global (primitives) */
|
|
386
|
+
--colors-system-spectrum-data-visual-highlight-cadet-gray-900-opacity: #789ba04d;
|
|
387
|
+
/* Colors/System/Spectrum/Data visual/Highlight/cooper-500-opacity - Global (primitives) */
|
|
388
|
+
--colors-system-spectrum-data-visual-highlight-cooper-500-opacity: #e6b2974d;
|
|
389
|
+
/* Colors/System/Spectrum/Data visual/Highlight/cooper-800-opacity - Global (primitives) */
|
|
390
|
+
--colors-system-spectrum-data-visual-highlight-cooper-800-opacity: #d67e514d;
|
|
391
|
+
/* Colors/System/Spectrum/Data visual/Highlight/gold-400-opacity - Global (primitives) */
|
|
392
|
+
--colors-system-spectrum-data-visual-highlight-gold-400-opacity: #cdbe804d;
|
|
393
|
+
/* Colors/System/Spectrum/Data visual/Highlight/gold-700-opacity - Global (primitives) */
|
|
394
|
+
--colors-system-spectrum-data-visual-highlight-gold-700-opacity: #ab922b4d;
|
|
395
|
+
/* Colors/System/Spectrum/Data visual/Highlight/jade-600-opacity - Global (primitives) */
|
|
396
|
+
--colors-system-spectrum-data-visual-highlight-jade-600-opacity: #88c5af4d;
|
|
397
|
+
/* Colors/System/Spectrum/Data visual/Highlight/jade-900-opacity - Global (primitives) */
|
|
398
|
+
--colors-system-spectrum-data-visual-highlight-jade-900-opacity: #389e7a4d;
|
|
399
|
+
/* Colors/System/Spectrum/Data visual/Highlight/maroon-1200-opacity - Global (primitives) */
|
|
400
|
+
--colors-system-spectrum-data-visual-highlight-maroon-1200-opacity: #5309094d;
|
|
401
|
+
/* Colors/System/Spectrum/Data visual/Highlight/maroon-900-opacity - Global (primitives) */
|
|
402
|
+
--colors-system-spectrum-data-visual-highlight-maroon-900-opacity: #a984844d;
|
|
403
|
+
/* Colors/System/Spectrum/Data visual/Highlight/platinum-1000-opacity - Global (primitives) */
|
|
404
|
+
--colors-system-spectrum-data-visual-highlight-platinum-1000-opacity: #7f7f7f4d;
|
|
405
|
+
/* Colors/System/Spectrum/Data visual/Highlight/platinum-700-opacity - Global (primitives) */
|
|
406
|
+
--colors-system-spectrum-data-visual-highlight-platinum-700-opacity: #b2b2b24d;
|
|
407
|
+
/* Colors/System/Spectrum/Data visual/Highlight/sage-1200-opacity - Global (primitives) */
|
|
408
|
+
--colors-system-spectrum-data-visual-highlight-sage-1200-opacity: #2d33004d;
|
|
409
|
+
/* Colors/System/Spectrum/Data visual/Highlight/sage-900-opacity - Global (primitives) */
|
|
410
|
+
--colors-system-spectrum-data-visual-highlight-sage-900-opacity: #9699804d;
|
|
411
|
+
/* Colors/System/Spectrum/Data visual/Highlight/tanzanite-1200-opacity - Global (primitives) */
|
|
412
|
+
--colors-system-spectrum-data-visual-highlight-tanzanite-1200-opacity: #0a466c4d;
|
|
413
|
+
/* Colors/System/Spectrum/Data visual/Highlight/tanzanite-900-opacity - Global (primitives) */
|
|
414
|
+
--colors-system-spectrum-data-visual-highlight-tanzanite-900-opacity: #7899ae4d;
|
|
415
|
+
/* Colors/System/Spectrum/Data visual/Highlight/violet-1200-opacity - Global (primitives) */
|
|
416
|
+
--colors-system-spectrum-data-visual-highlight-violet-1200-opacity: #4334794d;
|
|
417
|
+
/* Colors/System/Spectrum/Data visual/Highlight/violet-900-opacity - Global (primitives) */
|
|
418
|
+
--colors-system-spectrum-data-visual-highlight-violet-900-opacity: #a19abc4d;
|
|
419
|
+
/* Colors/System/Spectrum/Data visual/jade-600 - Global (primitives) */
|
|
420
|
+
--colors-system-spectrum-data-visual-jade-600: #88c5af;
|
|
421
|
+
/* Colors/System/Spectrum/Data visual/jade-900 - Global (primitives) */
|
|
422
|
+
--colors-system-spectrum-data-visual-jade-900: #389e7a;
|
|
423
|
+
/* Colors/System/Spectrum/Data visual/maroon-1200 - Global (primitives) */
|
|
424
|
+
--colors-system-spectrum-data-visual-maroon-1200: #530909;
|
|
425
|
+
/* Colors/System/Spectrum/Data visual/maroon-900 - Global (primitives) */
|
|
426
|
+
--colors-system-spectrum-data-visual-maroon-900: #a98484;
|
|
427
|
+
/* Colors/System/Spectrum/Data visual/platinum-1000 - Global (primitives) */
|
|
428
|
+
--colors-system-spectrum-data-visual-platinum-1000: #7f7f7f;
|
|
429
|
+
/* Colors/System/Spectrum/Data visual/platinum-700 - Global (primitives) */
|
|
430
|
+
--colors-system-spectrum-data-visual-platinum-700: #b2b2b2;
|
|
431
|
+
/* Colors/System/Spectrum/Data visual/sage-1200 - Global (primitives) */
|
|
432
|
+
--colors-system-spectrum-data-visual-sage-1200: #2d3300;
|
|
433
|
+
/* Colors/System/Spectrum/Data visual/sage-900 - Global (primitives) */
|
|
434
|
+
--colors-system-spectrum-data-visual-sage-900: #969980;
|
|
435
|
+
/* Colors/System/Spectrum/Data visual/tanzanite-1200 - Global (primitives) */
|
|
436
|
+
--colors-system-spectrum-data-visual-tanzanite-1200: #0a466c;
|
|
437
|
+
/* Colors/System/Spectrum/Data visual/tanzanite-900 - Global (primitives) */
|
|
438
|
+
--colors-system-spectrum-data-visual-tanzanite-900: #7899ae;
|
|
439
|
+
/* Colors/System/Spectrum/Data visual/violet-1200 - Global (primitives) */
|
|
440
|
+
--colors-system-spectrum-data-visual-violet-1200: #433479;
|
|
441
|
+
/* Colors/System/Spectrum/Data visual/violet-900 - Global (primitives) */
|
|
442
|
+
--colors-system-spectrum-data-visual-violet-900: #a19abc;
|
|
443
|
+
/* Colors/System/Spectrum/Depth/45-blue-dark - Global (primitives) */
|
|
444
|
+
--colors-system-spectrum-depth-45-blue-dark: #88aff7;
|
|
445
|
+
/* Colors/System/Spectrum/Depth/45-green-dark - Global (primitives) */
|
|
446
|
+
--colors-system-spectrum-depth-45-green-dark: #87bd9f;
|
|
447
|
+
/* Colors/System/Spectrum/Depth/45-lime-dark - Global (primitives) */
|
|
448
|
+
--colors-system-spectrum-depth-45-lime-dark: #dce28f;
|
|
449
|
+
/* Colors/System/Spectrum/Depth/45-magenta-dark - Global (primitives) */
|
|
450
|
+
--colors-system-spectrum-depth-45-magenta-dark: #e07aed;
|
|
451
|
+
/* Colors/System/Spectrum/Depth/45-orange-dark - Global (primitives) */
|
|
452
|
+
--colors-system-spectrum-depth-45-orange-dark: #f6a874;
|
|
453
|
+
/* Colors/System/Spectrum/Depth/45-pink-dark - Global (primitives) */
|
|
454
|
+
--colors-system-spectrum-depth-45-pink-dark: #ea86b9;
|
|
455
|
+
/* Colors/System/Spectrum/Depth/45-purple-dark - Global (primitives) */
|
|
456
|
+
--colors-system-spectrum-depth-45-purple-dark: #c8a6f9;
|
|
457
|
+
/* Colors/System/Spectrum/Depth/45-red-dark - Global (primitives) */
|
|
458
|
+
--colors-system-spectrum-depth-45-red-dark: #ea93a0;
|
|
459
|
+
/* Colors/System/Spectrum/Depth/45-teal-dark - Global (primitives) */
|
|
460
|
+
--colors-system-spectrum-depth-45-teal-dark: #74bbb4;
|
|
461
|
+
/* Colors/System/Spectrum/Depth/45-yellow-dark - Global (primitives) */
|
|
462
|
+
--colors-system-spectrum-depth-45-yellow-dark: #fada8d;
|
|
463
|
+
/* Colors/System/Spectrum/Depth/50-blue-light - Global (primitives) */
|
|
464
|
+
--colors-system-spectrum-depth-50-blue-light: #143778;
|
|
465
|
+
/* Colors/System/Spectrum/Depth/50-green-light - Global (primitives) */
|
|
466
|
+
--colors-system-spectrum-depth-50-green-light: #134428;
|
|
467
|
+
/* Colors/System/Spectrum/Depth/50-lime-light - Global (primitives) */
|
|
468
|
+
--colors-system-spectrum-depth-50-lime-light: #60651a;
|
|
469
|
+
/* Colors/System/Spectrum/Depth/50-magenta-light - Global (primitives) */
|
|
470
|
+
--colors-system-spectrum-depth-50-magenta-light: #63076f;
|
|
471
|
+
/* Colors/System/Spectrum/Depth/50-orange-light - Global (primitives) */
|
|
472
|
+
--colors-system-spectrum-depth-50-orange-light: #773001;
|
|
473
|
+
/* Colors/System/Spectrum/Depth/50-pink-light - Global (primitives) */
|
|
474
|
+
--colors-system-spectrum-depth-50-pink-light: #6c1240;
|
|
475
|
+
/* Colors/System/Spectrum/Depth/50-purple-light - Global (primitives) */
|
|
476
|
+
--colors-system-spectrum-depth-50-purple-light: #310077;
|
|
477
|
+
/* Colors/System/Spectrum/Depth/50-red-light - Global (primitives) */
|
|
478
|
+
--colors-system-spectrum-depth-50-red-light: #6c1d29;
|
|
479
|
+
/* Colors/System/Spectrum/Depth/50-teal-light - Global (primitives) */
|
|
480
|
+
--colors-system-spectrum-depth-50-teal-light: #01413c;
|
|
481
|
+
/* Colors/System/Spectrum/Depth/50-yellow-light - Global (primitives) */
|
|
482
|
+
--colors-system-spectrum-depth-50-yellow-light: #7b5e18;
|
|
483
|
+
/* Colors/System/Spectrum/Highlight/65-blue-dark - Global (primitives) */
|
|
484
|
+
--colors-system-spectrum-highlight-65-blue-dark: #0e2754;
|
|
485
|
+
/* Colors/System/Spectrum/Highlight/65-green-dark - Global (primitives) */
|
|
486
|
+
--colors-system-spectrum-highlight-65-green-dark: #0d2f1c;
|
|
487
|
+
/* Colors/System/Spectrum/Highlight/65-lime-dark - Global (primitives) */
|
|
488
|
+
--colors-system-spectrum-highlight-65-lime-dark: #434712;
|
|
489
|
+
/* Colors/System/Spectrum/Highlight/65-magenta-dark - Global (primitives) */
|
|
490
|
+
--colors-system-spectrum-highlight-65-magenta-dark: #45054e;
|
|
491
|
+
/* Colors/System/Spectrum/Highlight/65-orange-dark - Global (primitives) */
|
|
492
|
+
--colors-system-spectrum-highlight-65-orange-dark: #532201;
|
|
493
|
+
/* Colors/System/Spectrum/Highlight/65-pink-dark - Global (primitives) */
|
|
494
|
+
--colors-system-spectrum-highlight-65-pink-dark: #4c0c2d;
|
|
495
|
+
/* Colors/System/Spectrum/Highlight/65-purple-dark - Global (primitives) */
|
|
496
|
+
--colors-system-spectrum-highlight-65-purple-dark: #220053;
|
|
497
|
+
/* Colors/System/Spectrum/Highlight/65-red-dark - Global (primitives) */
|
|
498
|
+
--colors-system-spectrum-highlight-65-red-dark: #4c141d;
|
|
499
|
+
/* Colors/System/Spectrum/Highlight/65-teal-dark - Global (primitives) */
|
|
500
|
+
--colors-system-spectrum-highlight-65-teal-dark: #012e2a;
|
|
501
|
+
/* Colors/System/Spectrum/Highlight/65-yellow-dark - Global (primitives) */
|
|
502
|
+
--colors-system-spectrum-highlight-65-yellow-dark: #564210;
|
|
503
|
+
/* Colors/System/Spectrum/Highlight/85-blue-light - Global (primitives) */
|
|
504
|
+
--colors-system-spectrum-highlight-85-blue-light: #dfe9fd;
|
|
505
|
+
/* Colors/System/Spectrum/Highlight/85-green-light - Global (primitives) */
|
|
506
|
+
--colors-system-spectrum-highlight-85-green-light: #deede5;
|
|
507
|
+
/* Colors/System/Spectrum/Highlight/85-lime-light - Global (primitives) */
|
|
508
|
+
--colors-system-spectrum-highlight-85-lime-light: #f6f7e0;
|
|
509
|
+
/* Colors/System/Spectrum/Highlight/85-magenta-light - Global (primitives) */
|
|
510
|
+
--colors-system-spectrum-highlight-85-magenta-light: #f6dbfa;
|
|
511
|
+
/* Colors/System/Spectrum/Highlight/85-orange-light - Global (primitives) */
|
|
512
|
+
--colors-system-spectrum-highlight-85-orange-light: #fce7d9;
|
|
513
|
+
/* Colors/System/Spectrum/Highlight/85-pink-light - Global (primitives) */
|
|
514
|
+
--colors-system-spectrum-highlight-85-pink-light: #f9deec;
|
|
515
|
+
/* Colors/System/Spectrum/Highlight/85-purple-light - Global (primitives) */
|
|
516
|
+
--colors-system-spectrum-highlight-85-purple-light: #e7d9fc;
|
|
517
|
+
/* Colors/System/Spectrum/Highlight/85-red-light - Global (primitives) */
|
|
518
|
+
--colors-system-spectrum-highlight-85-red-light: #f9e1e5;
|
|
519
|
+
/* Colors/System/Spectrum/Highlight/85-teal-light - Global (primitives) */
|
|
520
|
+
--colors-system-spectrum-highlight-85-teal-light: #d9eceb;
|
|
521
|
+
/* Colors/System/Spectrum/Highlight/85-yellow-light - Global (primitives) */
|
|
522
|
+
--colors-system-spectrum-highlight-85-yellow-light: #fef5e0;
|
|
523
|
+
/* Colors/System/Spectrum/Vibrant/00-blue-light - Global (primitives) */
|
|
524
|
+
--colors-system-spectrum-vibrant-00-blue-light: #276ef1;
|
|
525
|
+
/* Colors/System/Spectrum/Vibrant/00-green-light - Global (primitives) */
|
|
526
|
+
--colors-system-spectrum-vibrant-00-green-light: #258750;
|
|
527
|
+
/* Colors/System/Spectrum/Vibrant/00-lime-light - Global (primitives) */
|
|
528
|
+
--colors-system-spectrum-vibrant-00-lime-light: #c0ca33;
|
|
529
|
+
/* Colors/System/Spectrum/Vibrant/00-magenta-light - Global (primitives) */
|
|
530
|
+
--colors-system-spectrum-vibrant-00-magenta-light: #c60ede;
|
|
531
|
+
/* Colors/System/Spectrum/Vibrant/00-orange-light - Global (primitives) */
|
|
532
|
+
--colors-system-spectrum-vibrant-00-orange-light: #ee6002;
|
|
533
|
+
/* Colors/System/Spectrum/Vibrant/00-pink-light - Global (primitives) */
|
|
534
|
+
--colors-system-spectrum-vibrant-00-pink-light: #d82380;
|
|
535
|
+
/* Colors/System/Spectrum/Vibrant/00-purple-light - Global (primitives) */
|
|
536
|
+
--colors-system-spectrum-vibrant-00-purple-light: #6200ee;
|
|
537
|
+
/* Colors/System/Spectrum/Vibrant/00-red-light - Global (primitives) */
|
|
538
|
+
--colors-system-spectrum-vibrant-00-red-light: #d83a52;
|
|
539
|
+
/* Colors/System/Spectrum/Vibrant/00-teal-light - Global (primitives) */
|
|
540
|
+
--colors-system-spectrum-vibrant-00-teal-light: #038377;
|
|
541
|
+
/* Colors/System/Spectrum/Vibrant/00-yellow-light - Global (primitives) */
|
|
542
|
+
--colors-system-spectrum-vibrant-00-yellow-light: #f6bc2f;
|
|
543
|
+
/* Colors/System/Spectrum/Vibrant/40-blue-dark - Global (primitives) */
|
|
544
|
+
--colors-system-spectrum-vibrant-40-blue-dark: #5d92f5;
|
|
545
|
+
/* Colors/System/Spectrum/Vibrant/40-green-dark - Global (primitives) */
|
|
546
|
+
--colors-system-spectrum-vibrant-40-green-dark: #7cb796;
|
|
547
|
+
/* Colors/System/Spectrum/Vibrant/40-lime-dark - Global (primitives) */
|
|
548
|
+
--colors-system-spectrum-vibrant-40-lime-dark: #d9df85;
|
|
549
|
+
/* Colors/System/Spectrum/Vibrant/40-magenta-dark - Global (primitives) */
|
|
550
|
+
--colors-system-spectrum-vibrant-40-magenta-dark: #dd6eeb;
|
|
551
|
+
/* Colors/System/Spectrum/Vibrant/40-orange-dark - Global (primitives) */
|
|
552
|
+
--colors-system-spectrum-vibrant-40-orange-dark: #f5a067;
|
|
553
|
+
/* Colors/System/Spectrum/Vibrant/40-pink-dark - Global (primitives) */
|
|
554
|
+
--colors-system-spectrum-vibrant-40-pink-dark: #e87bb3;
|
|
555
|
+
/* Colors/System/Spectrum/Vibrant/40-purple-dark - Global (primitives) */
|
|
556
|
+
--colors-system-spectrum-vibrant-40-purple-dark: #a166f5;
|
|
557
|
+
/* Colors/System/Spectrum/Vibrant/40-red-dark - Global (primitives) */
|
|
558
|
+
--colors-system-spectrum-vibrant-40-red-dark: #e88997;
|
|
559
|
+
/* Colors/System/Spectrum/Vibrant/40-teal-dark - Global (primitives) */
|
|
560
|
+
--colors-system-spectrum-vibrant-40-teal-dark: #68b5ad;
|
|
561
|
+
/* Colors/System/Spectrum/Vibrant/40-yellow-dark - Global (primitives) */
|
|
562
|
+
--colors-system-spectrum-vibrant-40-yellow-dark: #fad782;
|
|
563
|
+
/* Colors/System/Visited links/00-default-light - Global (primitives) */
|
|
564
|
+
--colors-system-visited-links-00-default-light: #7a3e7a;
|
|
565
|
+
/* Colors/System/Visited links/30-active-dark - Global (primitives) */
|
|
566
|
+
--colors-system-visited-links-30-active-dark: #a278a2;
|
|
567
|
+
/* Colors/System/Visited links/30-active-light - Global (primitives) */
|
|
568
|
+
--colors-system-visited-links-30-active-light: #552b55;
|
|
569
|
+
/* Colors/System/Visited links/40-default-dark - Global (primitives) */
|
|
570
|
+
--colors-system-visited-links-40-default-dark: #af8baf;
|
|
571
|
+
/* Colors/System/Visited links/40-disabled-dark - Global (primitives) */
|
|
572
|
+
--colors-system-visited-links-40-disabled-dark: #492549;
|
|
573
|
+
/* Colors/System/Visited links/40-disabled-light - Global (primitives) */
|
|
574
|
+
--colors-system-visited-links-40-disabled-light: #af8baf;
|
|
575
|
+
/* Colors/System/yellow-dark - Global (primitives) */
|
|
576
|
+
--colors-system-yellow-dark: #f8cd63;
|
|
577
|
+
/* Colors/System/yellow-dark-bg - Global (primitives) */
|
|
578
|
+
--colors-system-yellow-dark-bg: #564210;
|
|
579
|
+
/* Colors/System/yellow-light - Global (primitives) */
|
|
580
|
+
--colors-system-yellow-light: #f6bc2f;
|
|
581
|
+
/* Colors/System/yellow-light-bg - Global (primitives) */
|
|
582
|
+
--colors-system-yellow-light-bg: #fef5e0;
|
|
583
|
+
/* Corner radius/120 - Global (primitives) */
|
|
584
|
+
--corner-radius-120: 12px;
|
|
585
|
+
/* Corner radius/160 - Global (primitives) */
|
|
586
|
+
--corner-radius-160: 16px;
|
|
587
|
+
/* Corner radius/40 - Global (primitives) */
|
|
588
|
+
--corner-radius-40: 4px;
|
|
589
|
+
/* Corner radius/80 - Global (primitives) */
|
|
590
|
+
--corner-radius-80: 8px;
|
|
591
|
+
/* Corner radius/circular - Global (primitives) */
|
|
592
|
+
--corner-radius-circular: 999px;
|
|
593
|
+
/* Corner radius/None - Global (primitives) */
|
|
594
|
+
--corner-radius-none: 0;
|
|
595
|
+
/* East - navigation rails, drawers, sheets */
|
|
596
|
+
--drop-shadow-east: 2px 0px 8px -2px #0000001a, 2px 0px 4px -2px #0000001f;
|
|
597
|
+
/* Float */
|
|
598
|
+
--drop-shadow-float: 0px 0px 1px 0px #00000052, 0px 8px 12px 0px #00000026;
|
|
599
|
+
/* North - Bottom navigation, button dock, bottom sheet */
|
|
600
|
+
--drop-shadow-north: 0px -2px 8px -2px #0000001a, 0px -2px 4px -2px #0000001f;
|
|
601
|
+
/* Raise */
|
|
602
|
+
--drop-shadow-raise: 0px 0px 1px 0px #00000026, 0px 1px 1px 0px #00000052;
|
|
603
|
+
/* Scroll */
|
|
604
|
+
--drop-shadow-scroll: 0px 0px 3px 0px #00000052;
|
|
605
|
+
/* South - top navigation */
|
|
606
|
+
--drop-shadow-south: 0px 2px 8px -2px #0000001a, 0px 2px 4px -2px #0000001f;
|
|
607
|
+
/* West - side sheets */
|
|
608
|
+
--drop-shadow-west: -8px 0px 8px -2px #0000001a, -5px 4px 4px -6px #00000026;
|
|
609
|
+
/* Foreground/Link text/subtle-inverse-hovered - Theme - Cartus */
|
|
610
|
+
--foreground-link-text-subtle-inverse-hovered: #e6e6e6;
|
|
611
|
+
/* Foreground/Link text/subtle-inverse-pressed - Theme - Cartus */
|
|
612
|
+
--foreground-link-text-subtle-inverse-pressed: #d1d1d1;
|
|
613
|
+
/* Foreground/Neutral/inverse-on-surface - Theme - Cartus */
|
|
614
|
+
--foreground-neutral-inverse-on-surface: #fafafa;
|
|
615
|
+
/* Foreground/Neutral/on-color - Theme - Cartus */
|
|
616
|
+
--foreground-neutral-on-color: #ffffff;
|
|
617
|
+
/* Foreground/Neutral/on-inverse-surface - Theme - Cartus */
|
|
618
|
+
--foreground-neutral-on-inverse-surface: #fafafa;
|
|
619
|
+
/* Interaction/disabled-opacity - Theme - 3.0 */
|
|
620
|
+
--interaction-disabled-opacity: #0000000f;
|
|
621
|
+
/* Interaction/primary-disabled-opacity - Theme - 3.0 */
|
|
622
|
+
--interaction-primary-disabled-opacity: #1559ea1f;
|
|
623
|
+
/* Interaction/primary-hover-opacity - Theme - 3.0 */
|
|
624
|
+
--interaction-primary-hover-opacity: #1559ea1a;
|
|
625
|
+
/* Interaction/primary-press-opacity - Theme - 3.0 */
|
|
626
|
+
--interaction-primary-press-opacity: #1559ea33;
|
|
627
|
+
/* Interactions/opacity-black-10 - Global (primitives) */
|
|
628
|
+
--interactions-opacity-black-10: #0000001a;
|
|
629
|
+
/* Interactions/opacity-black-16 - Global (primitives) */
|
|
630
|
+
--interactions-opacity-black-16: #00000029;
|
|
631
|
+
/* Interactions/opacity-black-20 - Global (primitives) */
|
|
632
|
+
--interactions-opacity-black-20: #00000033;
|
|
633
|
+
/* Interactions/opacity-black-30 - Global (primitives) */
|
|
634
|
+
--interactions-opacity-black-30: #0000004d;
|
|
635
|
+
/* Interactions/opacity-black-6 - Global (primitives) */
|
|
636
|
+
--interactions-opacity-black-6: #0000000f;
|
|
637
|
+
/* Interactions/opacity-black-8 - Global (primitives) */
|
|
638
|
+
--interactions-opacity-black-8: #00000014;
|
|
639
|
+
/* Interactions/opacity-white-10 - Global (primitives) */
|
|
640
|
+
--interactions-opacity-white-10: #ffffff1a;
|
|
641
|
+
/* Interactions/opacity-white-16 - Global (primitives) */
|
|
642
|
+
--interactions-opacity-white-16: #ffffff29;
|
|
643
|
+
/* Interactions/opacity-white-20 - Global (primitives) */
|
|
644
|
+
--interactions-opacity-white-20: #ffffff33;
|
|
645
|
+
/* Interactions/opacity-white-30 - Global (primitives) */
|
|
646
|
+
--interactions-opacity-white-30: #ffffff4d;
|
|
647
|
+
/* Interactions/opacity-white-6 - Global (primitives) */
|
|
648
|
+
--interactions-opacity-white-6: #ffffff0f;
|
|
649
|
+
/* Interactions/opacity-white-8 - Global (primitives) */
|
|
650
|
+
--interactions-opacity-white-8: #ffffff14;
|
|
651
|
+
/* Colors/Brands/Cartus/Interactions/primary-dark-opacity-10 - Global (primitives) */
|
|
652
|
+
--interactions-primary-dark-opacity-10: #6691b81a;
|
|
653
|
+
/* Colors/Brands/Cartus/Interactions/primary-dark-opacity-12 - Global (primitives) */
|
|
654
|
+
--interactions-primary-dark-opacity-12: #6691b81f;
|
|
655
|
+
/* Colors/Brands/Cartus/Interactions/primary-dark-opacity-16 - Global (primitives) */
|
|
656
|
+
--interactions-primary-dark-opacity-16: #6691b829;
|
|
657
|
+
/* Colors/Brands/Cartus/Interactions/primary-dark-opacity-20 - Global (primitives) */
|
|
658
|
+
--interactions-primary-dark-opacity-20: #6691b833;
|
|
659
|
+
/* Colors/Brands/Cartus/Interactions/primary-dark-opacity-8 - Global (primitives) */
|
|
660
|
+
--interactions-primary-dark-opacity-8: #6691b814;
|
|
661
|
+
/* Colors/Brands/Cartus/Interactions/primary-light-opacity-10 - Global (primitives) */
|
|
662
|
+
--interactions-primary-light-opacity-10: #0047881a;
|
|
663
|
+
/* Colors/Brands/Cartus/Interactions/primary-light-opacity-12 - Global (primitives) */
|
|
664
|
+
--interactions-primary-light-opacity-12: #0047881f;
|
|
665
|
+
/* Colors/Brands/Cartus/Interactions/primary-light-opacity-16 - Global (primitives) */
|
|
666
|
+
--interactions-primary-light-opacity-16: #00478829;
|
|
667
|
+
/* Colors/Brands/Cartus/Interactions/primary-light-opacity-20 - Global (primitives) */
|
|
668
|
+
--interactions-primary-light-opacity-20: #00478833;
|
|
669
|
+
/* Colors/Brands/Cartus/Interactions/primary-light-opacity-8 - Global (primitives) */
|
|
670
|
+
--interactions-primary-light-opacity-8: #00478814;
|
|
671
|
+
/* Labels/Base */
|
|
672
|
+
--labels-base: 500 16px/20px var(--typeface);
|
|
673
|
+
/* Labels/Base - line height */
|
|
674
|
+
--labels-base-line-height: 20px;
|
|
675
|
+
/* Labels/Base - size */
|
|
676
|
+
--labels-base-size: 16px;
|
|
677
|
+
/* Labels/Base - style */
|
|
678
|
+
--labels-base-style: medium;
|
|
679
|
+
/* Labels/Large */
|
|
680
|
+
--labels-large: 500 18px/24px var(--typeface);
|
|
681
|
+
/* Labels/Large - line height */
|
|
682
|
+
--labels-large-line-height: 24px;
|
|
683
|
+
/* Labels/Large - size */
|
|
684
|
+
--labels-large-size: 18px;
|
|
685
|
+
/* Labels/Large - style */
|
|
686
|
+
--labels-large-style: medium;
|
|
687
|
+
/* Labels/Small */
|
|
688
|
+
--labels-small: 500 14px/20px var(--typeface);
|
|
689
|
+
/* Labels/Small - line height */
|
|
690
|
+
--labels-small-line-height: 20px;
|
|
691
|
+
/* Labels/Small - size */
|
|
692
|
+
--labels-small-size: 14px;
|
|
693
|
+
/* Labels/Small - style */
|
|
694
|
+
--labels-small-style: medium;
|
|
695
|
+
/* Labels/X-Small */
|
|
696
|
+
--labels-x-small: 500 12px/16px var(--typeface);
|
|
697
|
+
/* Labels/X-Small - line height */
|
|
698
|
+
--labels-x-small-line-height: 16px;
|
|
699
|
+
/* Labels/X-Small - size */
|
|
700
|
+
--labels-x-small-size: 12px;
|
|
701
|
+
/* Labels/X-Small - style */
|
|
702
|
+
--labels-x-small-style: medium;
|
|
703
|
+
/* Colors/Brands/Cartus/Primary/00-base - Global (primitives) */
|
|
704
|
+
--primary-00-base: #004788;
|
|
705
|
+
/* Colors/Brands/Cartus/Primary/15-dark - Global (primitives) */
|
|
706
|
+
--primary-15-dark: #003c74;
|
|
707
|
+
/* Colors/Brands/Cartus/Primary/40-light - Global (primitives) */
|
|
708
|
+
--primary-40-light: #6691b8;
|
|
709
|
+
/* Colors/Brands/Cartus/Primary/55-light - Global (primitives) */
|
|
710
|
+
--primary-55-light: #8cacc9;
|
|
711
|
+
/* Colors/Brands/Cartus/Primary/75-dark - Global (primitives) */
|
|
712
|
+
--primary-75-dark: #001222;
|
|
713
|
+
/* Colors/Brands/Cartus/Primary/85-light - Global (primitives) */
|
|
714
|
+
--primary-85-light: #d9e3ed;
|
|
715
|
+
/* Radius/full - Borders */
|
|
716
|
+
--radius-full: 999px;
|
|
717
|
+
/* Radius/lg - Borders */
|
|
718
|
+
--radius-lg: 12px;
|
|
719
|
+
/* Radius/md - Borders */
|
|
720
|
+
--radius-md: 8px;
|
|
721
|
+
/* Radius/none - Borders */
|
|
722
|
+
--radius-none: 0;
|
|
723
|
+
/* Radius/sm - Borders */
|
|
724
|
+
--radius-sm: 4px;
|
|
725
|
+
/* Radius/xlg - Borders */
|
|
726
|
+
--radius-xlg: 16px;
|
|
727
|
+
/* Colors/Brands/Cartus/Secondary/00-base - Global (primitives) */
|
|
728
|
+
--secondary-00-base: #2098d5;
|
|
729
|
+
/* Colors/Brands/Cartus/Secondary/15-dark - Global (primitives) */
|
|
730
|
+
--secondary-15-dark: #1b81b5;
|
|
731
|
+
/* Colors/Brands/Cartus/Secondary/40-light - Global (primitives) */
|
|
732
|
+
--secondary-40-light: #79c1e6;
|
|
733
|
+
/* Colors/Brands/Cartus/Secondary/55-light - Global (primitives) */
|
|
734
|
+
--secondary-55-light: #9bd1ec;
|
|
735
|
+
/* Colors/Brands/Cartus/Secondary/75-dark - Global (primitives) */
|
|
736
|
+
--secondary-75-dark: #082635;
|
|
737
|
+
/* Colors/Brands/Cartus/Secondary/85-light - Global (primitives) */
|
|
738
|
+
--secondary-85-light: #def0f9;
|
|
739
|
+
/* Shadows/Inner-Shadow-black-100 - Global (primitives) */
|
|
740
|
+
--shadows-inner-shadow-black-100: #000000;
|
|
741
|
+
/* Shadows/Inner-Shadow-white-100 - Global (primitives) */
|
|
742
|
+
--shadows-inner-shadow-white-100: #ffffff;
|
|
743
|
+
/* Shadows/Shadow-black-10 - Global (primitives) */
|
|
744
|
+
--shadows-shadow-black-10: #0000001a;
|
|
745
|
+
/* Shadows/Shadow-black-12 - Global (primitives) */
|
|
746
|
+
--shadows-shadow-black-12: #0000001f;
|
|
747
|
+
/* Shadows/Shadow-black-15 - Global (primitives) */
|
|
748
|
+
--shadows-shadow-black-15: #00000026;
|
|
749
|
+
/* Shadows/Shadow-black-25 - Global (primitives) */
|
|
750
|
+
--shadows-shadow-black-25: #00000040;
|
|
751
|
+
/* Shadows/Shadow-black-32 - Global (primitives) */
|
|
752
|
+
--shadows-shadow-black-32: #00000052;
|
|
753
|
+
/* Shadows/Shadow-black-50 - Global (primitives) */
|
|
754
|
+
--shadows-shadow-black-50: #00000080;
|
|
755
|
+
/* Shadows/Shadow-gray-10 - Global (primitives) */
|
|
756
|
+
--shadows-shadow-gray-10: #6161611a;
|
|
757
|
+
/* Shadows/Shadow-gray-12 - Global (primitives) */
|
|
758
|
+
--shadows-shadow-gray-12: #6161611f;
|
|
759
|
+
/* Shadows/Shadow-gray-15 - Global (primitives) */
|
|
760
|
+
--shadows-shadow-gray-15: #61616126;
|
|
761
|
+
/* Shadows/Shadow-gray-25 - Global (primitives) */
|
|
762
|
+
--shadows-shadow-gray-25: #61616140;
|
|
763
|
+
/* Shadows/Shadow-gray-32 - Global (primitives) */
|
|
764
|
+
--shadows-shadow-gray-32: #61616152;
|
|
765
|
+
/* Shadows/Shadow-gray-50 - Global (primitives) */
|
|
766
|
+
--shadows-shadow-gray-50: #61616180;
|
|
767
|
+
/* Spacing/sizing-01 - Spacing & Sizing */
|
|
768
|
+
--spacing-sizing-01: 4px;
|
|
769
|
+
/* Spacing/sizing-02 - Spacing & Sizing */
|
|
770
|
+
--spacing-sizing-02: 8px;
|
|
771
|
+
/* Spacing/sizing-03 - Spacing & Sizing */
|
|
772
|
+
--spacing-sizing-03: 12px;
|
|
773
|
+
/* Spacing/sizing-04 - Spacing & Sizing */
|
|
774
|
+
--spacing-sizing-04: 16px;
|
|
775
|
+
/* Spacing/sizing-05 - Spacing & Sizing */
|
|
776
|
+
--spacing-sizing-05: 20px;
|
|
777
|
+
/* Spacing/sizing-06 - Spacing & Sizing */
|
|
778
|
+
--spacing-sizing-06: 24px;
|
|
779
|
+
/* Spacing/sizing-07 - Spacing & Sizing */
|
|
780
|
+
--spacing-sizing-07: 28px;
|
|
781
|
+
/* Spacing/sizing-08 - Spacing & Sizing */
|
|
782
|
+
--spacing-sizing-08: 32px;
|
|
783
|
+
/* Spacing/sizing-09 - Spacing & Sizing */
|
|
784
|
+
--spacing-sizing-09: 36px;
|
|
785
|
+
/* Spacing/sizing-10 - Spacing & Sizing */
|
|
786
|
+
--spacing-sizing-10: 40px;
|
|
787
|
+
/* Spacing/sizing-11 - Spacing & Sizing */
|
|
788
|
+
--spacing-sizing-11: 44px;
|
|
789
|
+
/* Spacing/sizing-12 - Spacing & Sizing */
|
|
790
|
+
--spacing-sizing-12: 48px;
|
|
791
|
+
/* Spacing/sizing-13 - Spacing & Sizing */
|
|
792
|
+
--spacing-sizing-13: 52px;
|
|
793
|
+
/* Spacing/sizing-14 - Spacing & Sizing */
|
|
794
|
+
--spacing-sizing-14: 56px;
|
|
795
|
+
/* Spacing/sizing-15 - Spacing & Sizing */
|
|
796
|
+
--spacing-sizing-15: 60px;
|
|
797
|
+
/* Spacing/sizing-16 - Spacing & Sizing */
|
|
798
|
+
--spacing-sizing-16: 64px;
|
|
799
|
+
/* Spacing/sizing-17 - Spacing & Sizing */
|
|
800
|
+
--spacing-sizing-17: 68px;
|
|
801
|
+
/* Spacing/sizing-18 - Spacing & Sizing */
|
|
802
|
+
--spacing-sizing-18: 72px;
|
|
803
|
+
/* Spacing/sizing-19 - Spacing & Sizing */
|
|
804
|
+
--spacing-sizing-19: 80px;
|
|
805
|
+
/* Spacing/sizing-20 - Spacing & Sizing */
|
|
806
|
+
--spacing-sizing-20: 96px;
|
|
807
|
+
/* Spacing/sizing-21 - Spacing & Sizing */
|
|
808
|
+
--spacing-sizing-21: 104px;
|
|
809
|
+
/* Spacing/sizing-22 - Spacing & Sizing */
|
|
810
|
+
--spacing-sizing-22: 120px;
|
|
811
|
+
/* Spacing/sizing-23 - Spacing & Sizing */
|
|
812
|
+
--spacing-sizing-23: 128px;
|
|
813
|
+
/* Spacing/sizing-24 - Spacing & Sizing */
|
|
814
|
+
--spacing-sizing-24: 148px;
|
|
815
|
+
/* Spacing/sizing-25 - Spacing & Sizing */
|
|
816
|
+
--spacing-sizing-25: 152px;
|
|
817
|
+
/* Spacing/sizing-none - Spacing & Sizing */
|
|
818
|
+
--spacing-sizing-none: 0;
|
|
819
|
+
/* Spacings/1040 - Global (primitives) */
|
|
820
|
+
--spacings-1040: 104px;
|
|
821
|
+
/* Spacings/120 - Global (primitives) */
|
|
822
|
+
--spacings-120: 12px;
|
|
823
|
+
/* Spacings/1200 - Global (primitives) */
|
|
824
|
+
--spacings-1200: 120px;
|
|
825
|
+
/* Spacings/1280 - Global (primitives) */
|
|
826
|
+
--spacings-1280: 128px;
|
|
827
|
+
/* Spacings/1480 - Global (primitives) */
|
|
828
|
+
--spacings-1480: 148px;
|
|
829
|
+
/* Spacings/1520 - Global (primitives) */
|
|
830
|
+
--spacings-1520: 152px;
|
|
831
|
+
/* Spacings/160 - Global (primitives) */
|
|
832
|
+
--spacings-160: 16px;
|
|
833
|
+
/* Spacings/200 - Global (primitives) */
|
|
834
|
+
--spacings-200: 20px;
|
|
835
|
+
/* Spacings/240 - Global (primitives) */
|
|
836
|
+
--spacings-240: 24px;
|
|
837
|
+
/* Spacings/280 - Global (primitives) */
|
|
838
|
+
--spacings-280: 28px;
|
|
839
|
+
/* Spacings/320 - Global (primitives) */
|
|
840
|
+
--spacings-320: 32px;
|
|
841
|
+
/* Spacings/360 - Global (primitives) */
|
|
842
|
+
--spacings-360: 36px;
|
|
843
|
+
/* Spacings/40 - Global (primitives) */
|
|
844
|
+
--spacings-40: 4px;
|
|
845
|
+
/* Spacings/400 - Global (primitives) */
|
|
846
|
+
--spacings-400: 40px;
|
|
847
|
+
/* Spacings/440 - Global (primitives) */
|
|
848
|
+
--spacings-440: 44px;
|
|
849
|
+
/* Spacings/480 - Global (primitives) */
|
|
850
|
+
--spacings-480: 48px;
|
|
851
|
+
/* Spacings/520 - Global (primitives) */
|
|
852
|
+
--spacings-520: 52px;
|
|
853
|
+
/* Spacings/560 - Global (primitives) */
|
|
854
|
+
--spacings-560: 56px;
|
|
855
|
+
/* Spacings/600 - Global (primitives) */
|
|
856
|
+
--spacings-600: 60px;
|
|
857
|
+
/* Spacings/640 - Global (primitives) */
|
|
858
|
+
--spacings-640: 64px;
|
|
859
|
+
/* Spacings/680 - Global (primitives) */
|
|
860
|
+
--spacings-680: 68px;
|
|
861
|
+
/* Spacings/720 - Global (primitives) */
|
|
862
|
+
--spacings-720: 72px;
|
|
863
|
+
/* Spacings/80 - Global (primitives) */
|
|
864
|
+
--spacings-80: 8px;
|
|
865
|
+
/* Spacings/800 - Global (primitives) */
|
|
866
|
+
--spacings-800: 80px;
|
|
867
|
+
/* Spacings/960 - Global (primitives) */
|
|
868
|
+
--spacings-960: 96px;
|
|
869
|
+
/* Spacings/None - Global (primitives) */
|
|
870
|
+
--spacings-none: 0;
|
|
871
|
+
/* Status/on-error - Theme - Cartus */
|
|
872
|
+
--status-on-error: #ffffff;
|
|
873
|
+
/* Status/on-information - Theme - Cartus */
|
|
874
|
+
--status-on-information: #ffffff;
|
|
875
|
+
/* Status/on-informational - Theme - Cartus */
|
|
876
|
+
--status-on-informational: #ffffff;
|
|
877
|
+
/* Status/on-success - Theme - Cartus */
|
|
878
|
+
--status-on-success: #ffffff;
|
|
879
|
+
/* Status/on-warning - Theme - Cartus */
|
|
880
|
+
--status-on-warning: #141414;
|
|
881
|
+
/* Stroke/Neutral/focus-on-inverse - Theme - Cartus */
|
|
882
|
+
--stroke-neutral-focus-on-inverse: #ffffff;
|
|
883
|
+
/* Stroke/Neutral/Interaction/inverse-focus - Theme - 3.0 */
|
|
884
|
+
--stroke-neutral-interaction-inverse-focus: #ffffff;
|
|
885
|
+
/* Stroke/Neutral/Interactions/inverse-focus - Theme - Cartus */
|
|
886
|
+
--stroke-neutral-interactions-inverse-focus: #ffffff;
|
|
887
|
+
/* Stroke/none - Borders */
|
|
888
|
+
--stroke-none: 0;
|
|
889
|
+
/* Stroke/thick - Borders */
|
|
890
|
+
--stroke-thick: 2px;
|
|
891
|
+
/* Stroke/thicker - Borders */
|
|
892
|
+
--stroke-thicker: 4px;
|
|
893
|
+
/* Stroke/thin - Borders */
|
|
894
|
+
--stroke-thin: 1px;
|
|
895
|
+
/* Surface/Neutral/transparent - Theme - Cartus */
|
|
896
|
+
--surface-neutral-transparent: #ffffff00;
|
|
897
|
+
/* Colors/Brands/Cartus/Tertiary/00-base - Global (primitives) */
|
|
898
|
+
--tertiary-00-base: #009a95;
|
|
899
|
+
/* Colors/Brands/Cartus/Tertiary/15-dark - Global (primitives) */
|
|
900
|
+
--tertiary-15-dark: #00837f;
|
|
901
|
+
/* Colors/Brands/Cartus/Tertiary/40-light - Global (primitives) */
|
|
902
|
+
--tertiary-40-light: #66c2bf;
|
|
903
|
+
/* Colors/Brands/Cartus/Tertiary/55-light - Global (primitives) */
|
|
904
|
+
--tertiary-55-light: #8cd2cf;
|
|
905
|
+
/* Colors/Brands/Cartus/Tertiary/75-dark - Global (primitives) */
|
|
906
|
+
--tertiary-75-dark: #002725;
|
|
907
|
+
/* Colors/Brands/Cartus/Tertiary/85-light - Global (primitives) */
|
|
908
|
+
--tertiary-85-light: #d9f0ef;
|
|
909
|
+
/* Typeface - Brand */
|
|
910
|
+
--typeface: 'Montserrat', 'Work Sans', sans-serif;
|
|
911
|
+
/* Typography/Line-height/lh-1 - Global (primitives) */
|
|
912
|
+
--typography-line-height-lh-1: 16px;
|
|
913
|
+
/* Typography/Line-height/lh-10 - Global (primitives) */
|
|
914
|
+
--typography-line-height-lh-10: 48px;
|
|
915
|
+
/* Typography/Line-height/lh-11 - Global (primitives) */
|
|
916
|
+
--typography-line-height-lh-11: 56px;
|
|
917
|
+
/* Typography/Line-height/lh-12 - Global (primitives) */
|
|
918
|
+
--typography-line-height-lh-12: 60px;
|
|
919
|
+
/* Typography/Line-height/lh-13 - Global (primitives) */
|
|
920
|
+
--typography-line-height-lh-13: 64px;
|
|
921
|
+
/* Typography/Line-height/lh-14 - Global (primitives) */
|
|
922
|
+
--typography-line-height-lh-14: 72px;
|
|
923
|
+
/* Typography/Line-height/lh-15 - Global (primitives) */
|
|
924
|
+
--typography-line-height-lh-15: 88px;
|
|
925
|
+
/* Typography/Line-height/lh-2 - Global (primitives) */
|
|
926
|
+
--typography-line-height-lh-2: 20px;
|
|
927
|
+
/* Typography/Line-height/lh-3 - Global (primitives) */
|
|
928
|
+
--typography-line-height-lh-3: 22px;
|
|
929
|
+
/* Typography/Line-height/lh-4 - Global (primitives) */
|
|
930
|
+
--typography-line-height-lh-4: 24px;
|
|
931
|
+
/* Typography/Line-height/lh-5 - Global (primitives) */
|
|
932
|
+
--typography-line-height-lh-5: 28px;
|
|
933
|
+
/* Typography/Line-height/lh-6 - Global (primitives) */
|
|
934
|
+
--typography-line-height-lh-6: 32px;
|
|
935
|
+
/* Typography/Line-height/lh-7 - Global (primitives) */
|
|
936
|
+
--typography-line-height-lh-7: 36px;
|
|
937
|
+
/* Typography/Line-height/lh-8 - Global (primitives) */
|
|
938
|
+
--typography-line-height-lh-8: 40px;
|
|
939
|
+
/* Typography/Line-height/lh-9 - Global (primitives) */
|
|
940
|
+
--typography-line-height-lh-9: 44px;
|
|
941
|
+
/* Typography/Size/base - Global (primitives) */
|
|
942
|
+
--typography-size-base: 16px;
|
|
943
|
+
/* Typography/Size/bp-md - Global (primitives) */
|
|
944
|
+
--typography-size-bp-md: 18px;
|
|
945
|
+
/* Typography/Size/d-lg-m - Global (primitives) */
|
|
946
|
+
--typography-size-d-lg-m: 64px;
|
|
947
|
+
/* Typography/Size/d-lg (old) - Global (primitives) */
|
|
948
|
+
--typography-size-d-lg-old: 60px;
|
|
949
|
+
/* Typography/Size/d-md-m - Global (primitives) */
|
|
950
|
+
--typography-size-d-md-m: 56px;
|
|
951
|
+
/* Typography/Size/d-md (old) - Global (primitives) */
|
|
952
|
+
--typography-size-d-md-old: 52px;
|
|
953
|
+
/* Typography/Size/d-sm-m - Global (primitives) */
|
|
954
|
+
--typography-size-d-sm-m: 48px;
|
|
955
|
+
/* Typography/Size/d-sm (old) - Global (primitives) */
|
|
956
|
+
--typography-size-d-sm-old: 44px;
|
|
957
|
+
/* Typography/Size/lg-xlg - Global (primitives) */
|
|
958
|
+
--typography-size-lg-xlg: 28px;
|
|
959
|
+
/* Typography/Size/md-mdp - Global (primitives) */
|
|
960
|
+
--typography-size-md-mdp: 20px;
|
|
961
|
+
/* Typography/Size/mdp-lg - Global (primitives) */
|
|
962
|
+
--typography-size-mdp-lg: 24px;
|
|
963
|
+
/* Typography/Size/sm - Global (primitives) */
|
|
964
|
+
--typography-size-sm: 14px;
|
|
965
|
+
/* Typography/Size/xlg-xxlg - Global (primitives) */
|
|
966
|
+
--typography-size-xlg-xxlg: 32px;
|
|
967
|
+
/* Typography/Size/xs - Global (primitives) */
|
|
968
|
+
--typography-size-xs: 12px;
|
|
969
|
+
/* Typography/Size/xxlg-xxxlg - Global (primitives) */
|
|
970
|
+
--typography-size-xxlg-xxxlg: 36px;
|
|
971
|
+
/* Typography/Size/xxxlg - Global (primitives) */
|
|
972
|
+
--typography-size-xxxlg: 40px;
|
|
973
|
+
/* Typography/Typeface/Arial - Global (primitives) */
|
|
974
|
+
--typography-typeface-arial: 'Arial', sans-serif;
|
|
975
|
+
/* Typography/Typeface/Geist - Global (primitives) */
|
|
976
|
+
--typography-typeface-geist: 'Geist', sans-serif;
|
|
977
|
+
/* Typography/Typeface/Helvetica - Global (primitives) */
|
|
978
|
+
--typography-typeface-helvetica: 'Helvetica', sans-serif;
|
|
979
|
+
/* Typography/Typeface/Montserrat - Global (primitives) */
|
|
980
|
+
--typography-typeface-inter: 'Montserrat', sans-serif;
|
|
981
|
+
/* Typography/Typeface/Lato - Global (primitives) */
|
|
982
|
+
--typography-typeface-lato: 'Lato', sans-serif;
|
|
983
|
+
/* Typography/Typeface/Manrope - Global (primitives) */
|
|
984
|
+
--typography-typeface-manrope: 'Manrope', sans-serif;
|
|
985
|
+
/* Typography/Typeface/Open Sans - Global (primitives) */
|
|
986
|
+
--typography-typeface-open-sans: 'Open Sans', sans-serif;
|
|
987
|
+
/* Typography/Typeface/Red Hat Text - Global (primitives) */
|
|
988
|
+
--typography-typeface-red-hat-text: 'Red Hat Text', sans-serif;
|
|
989
|
+
/* Typography/Typeface/Roboto - Global (primitives) */
|
|
990
|
+
--typography-typeface-roboto: 'Roboto', sans-serif;
|
|
991
|
+
/* Typography/Typeface/SF Pro - Global (primitives) */
|
|
992
|
+
--typography-typeface-sf-pro: 'SF Pro', sans-serif;
|
|
993
|
+
/* Typography/Typeface/Typold - Global (primitives) */
|
|
994
|
+
--typography-typeface-typold: 'Typold', sans-serif;
|
|
995
|
+
/* Typography/Typeface/Work Sans - Global (primitives) */
|
|
996
|
+
--typography-typeface-work-sans: 'Work Sans', sans-serif;
|
|
997
|
+
/* Typography/Weight/300 - Global (primitives) */
|
|
998
|
+
--typography-weight-300: 300;
|
|
999
|
+
/* Typography/Weight/400 - Global (primitives) */
|
|
1000
|
+
--typography-weight-400: 400;
|
|
1001
|
+
/* Typography/Weight/500 - Global (primitives) */
|
|
1002
|
+
--typography-weight-500: 500;
|
|
1003
|
+
/* Typography/Weight/600 - Global (primitives) */
|
|
1004
|
+
--typography-weight-600: 600;
|
|
1005
|
+
/* Mobile/Display/Regular/Large */
|
|
1006
|
+
--display-regular-large: 400 56px/72px var(--typeface);
|
|
1007
|
+
/* Mobile/Display/Regular/Large - line height */
|
|
1008
|
+
--display-regular-large-line-height: 72px;
|
|
1009
|
+
/* Mobile/Display/Regular/Large - size */
|
|
1010
|
+
--display-regular-large-size: 56px;
|
|
1011
|
+
/* Mobile/Display/Regular/Large - style */
|
|
1012
|
+
--display-regular-large-style: regular;
|
|
1013
|
+
/* Mobile/Display/Regular/Medium */
|
|
1014
|
+
--display-regular-medium: 400 48px/60px var(--typeface);
|
|
1015
|
+
/* Mobile/Display/Regular/Medium - line height */
|
|
1016
|
+
--display-regular-medium-line-height: 60px;
|
|
1017
|
+
/* Mobile/Display/Regular/Medium - size */
|
|
1018
|
+
--display-regular-medium-size: 48px;
|
|
1019
|
+
/* Mobile/Display/Regular/Medium - style */
|
|
1020
|
+
--display-regular-medium-style: regular;
|
|
1021
|
+
/* Mobile/Display/Regular/Small */
|
|
1022
|
+
--display-regular-small: 400 40px/48px var(--typeface);
|
|
1023
|
+
/* Mobile/Display/Regular/Small - line height */
|
|
1024
|
+
--display-regular-small-line-height: 48px;
|
|
1025
|
+
/* Mobile/Display/Regular/Small - size */
|
|
1026
|
+
--display-regular-small-size: 40px;
|
|
1027
|
+
/* Mobile/Display/Regular/Small - style */
|
|
1028
|
+
--display-regular-small-style: regular;
|
|
1029
|
+
/* Mobile/Display/Semibold/Large */
|
|
1030
|
+
--display-semibold-large: 600 56px/72px var(--typeface);
|
|
1031
|
+
/* Mobile/Display/Semibold/Large - line height */
|
|
1032
|
+
--display-semibold-large-line-height: 72px;
|
|
1033
|
+
/* Mobile/Display/Semibold/Large - size */
|
|
1034
|
+
--display-semibold-large-size: 56px;
|
|
1035
|
+
/* Mobile/Display/Semibold/Large - style */
|
|
1036
|
+
--display-semibold-large-style: semibold;
|
|
1037
|
+
/* Mobile/Display/Semibold/Medium */
|
|
1038
|
+
--display-semibold-medium: 600 48px/60px var(--typeface);
|
|
1039
|
+
/* Mobile/Display/Semibold/Medium - line height */
|
|
1040
|
+
--display-semibold-medium-line-height: 60px;
|
|
1041
|
+
/* Mobile/Display/Semibold/Medium - size */
|
|
1042
|
+
--display-semibold-medium-size: 48px;
|
|
1043
|
+
/* Mobile/Display/Semibold/Medium - style */
|
|
1044
|
+
--display-semibold-medium-style: semibold;
|
|
1045
|
+
/* Mobile/Display/Semibold/Small */
|
|
1046
|
+
--display-semibold-small: 600 40px/48px var(--typeface);
|
|
1047
|
+
/* Mobile/Display/Semibold/Small - line height */
|
|
1048
|
+
--display-semibold-small-line-height: 48px;
|
|
1049
|
+
/* Mobile/Display/Semibold/Small - size */
|
|
1050
|
+
--display-semibold-small-size: 40px;
|
|
1051
|
+
/* Mobile/Display/Semibold/Small - style */
|
|
1052
|
+
--display-semibold-small-style: semibold;
|
|
1053
|
+
/* Mobile/Heading/H1 - Large Headline */
|
|
1054
|
+
--heading-h1: 600 32px/40px var(--typeface);
|
|
1055
|
+
/* Mobile/Heading/H1 - Large Headline line height */
|
|
1056
|
+
--heading-h1-line-height: 40px;
|
|
1057
|
+
/* Mobile/Heading/H1 - Large Headline size */
|
|
1058
|
+
--heading-h1-size: 32px;
|
|
1059
|
+
/* Mobile/Heading/H1 - Large Headline style */
|
|
1060
|
+
--heading-h1-style: semibold;
|
|
1061
|
+
/* Mobile/Heading/H2 - Headline */
|
|
1062
|
+
--heading-h2: 600 28px/36px var(--typeface);
|
|
1063
|
+
/* Mobile/Heading/H2 - Headline line height */
|
|
1064
|
+
--heading-h2-line-height: 36px;
|
|
1065
|
+
/* Mobile/Heading/H2 - Headline size */
|
|
1066
|
+
--heading-h2-size: 28px;
|
|
1067
|
+
/* Mobile/Heading/H2 - Headline style */
|
|
1068
|
+
--heading-h2-style: semibold;
|
|
1069
|
+
/* Mobile/Heading/H3 - Headline */
|
|
1070
|
+
--heading-h3: 600 24px/32px var(--typeface);
|
|
1071
|
+
/* Mobile/Heading/H3 - Headline line height */
|
|
1072
|
+
--heading-h3-line-height: 32px;
|
|
1073
|
+
/* Mobile/Heading/H3 - Headline size */
|
|
1074
|
+
--heading-h3-size: 24px;
|
|
1075
|
+
/* Mobile/Heading/H3 - Headline style */
|
|
1076
|
+
--heading-h3-style: semibold;
|
|
1077
|
+
/* Mobile/Heading/H4 - Headline */
|
|
1078
|
+
--heading-h4: 600 20px/28px var(--typeface);
|
|
1079
|
+
/* Mobile/Heading/H4 - Headline line height */
|
|
1080
|
+
--heading-h4-line-height: 28px;
|
|
1081
|
+
/* Mobile/Heading/H4 - Headline size */
|
|
1082
|
+
--heading-h4-size: 20px;
|
|
1083
|
+
/* Mobile/Heading/H4 - Headline style */
|
|
1084
|
+
--heading-h4-style: semibold;
|
|
1085
|
+
/* Mobile/Heading/H5 */
|
|
1086
|
+
--heading-h5: 600 18px/24px var(--typeface);
|
|
1087
|
+
/* Mobile/Heading/H5 - line height */
|
|
1088
|
+
--heading-h5-line-height: 24px;
|
|
1089
|
+
/* Mobile/Heading/H5 - size */
|
|
1090
|
+
--heading-h5-size: 18px;
|
|
1091
|
+
/* Mobile/Heading/H5 - style */
|
|
1092
|
+
--heading-h5-style: semibold;
|
|
1093
|
+
/* Mobile/Heading/H6 */
|
|
1094
|
+
--heading-h6: 500 16px/20px var(--typeface);
|
|
1095
|
+
/* Mobile/Heading/H6 - line height */
|
|
1096
|
+
--heading-h6-line-height: 20px;
|
|
1097
|
+
/* Mobile/Heading/H6 - size */
|
|
1098
|
+
--heading-h6-size: 16px;
|
|
1099
|
+
/* Mobile/Heading/H6 - style */
|
|
1100
|
+
--heading-h6-style: medium;
|
|
1101
|
+
/* Mobile/Subheader/Large - Headline */
|
|
1102
|
+
--subheader-large: 400 20px/28px var(--typeface);
|
|
1103
|
+
/* Mobile/Subheader/Large - Headline line height */
|
|
1104
|
+
--subheader-large-line-height: 28px;
|
|
1105
|
+
/* Mobile/Subheader/Large - Headline size */
|
|
1106
|
+
--subheader-large-size: 20px;
|
|
1107
|
+
/* Mobile/Subheader/Large - Headline style */
|
|
1108
|
+
--subheader-large-style: regular;
|
|
1109
|
+
/* Mobile/Subheader/Medium - Headline */
|
|
1110
|
+
--subheader-medium: 400 18px/24px var(--typeface);
|
|
1111
|
+
/* Mobile/Subheader/Medium - Headline line height */
|
|
1112
|
+
--subheader-medium-line-height: 24px;
|
|
1113
|
+
/* Mobile/Subheader/Medium - Headline size */
|
|
1114
|
+
--subheader-medium-size: 18px;
|
|
1115
|
+
/* Mobile/Subheader/Medium - Headline style */
|
|
1116
|
+
--subheader-medium-style: regular;
|
|
1117
|
+
/* Mobile/Subheader/X-Large - Headline */
|
|
1118
|
+
--subheader-x-large: 400 24px/32px var(--typeface);
|
|
1119
|
+
/* Mobile/Subheader/X-Large - Headline line height */
|
|
1120
|
+
--subheader-x-large-line-height: 32px;
|
|
1121
|
+
/* Mobile/Subheader/X-Large - Headline size */
|
|
1122
|
+
--subheader-x-large-size: 24px;
|
|
1123
|
+
/* Mobile/Subheader/X-Large - Headline style */
|
|
1124
|
+
--subheader-x-large-style: regular;
|
|
1125
|
+
/* Mobile/Subheader/XX-Large - Large Headline */
|
|
1126
|
+
--subheader-xx-large: 400 28px/36px var(--typeface);
|
|
1127
|
+
/* Mobile/Subheader/XX-Large - Large Headline line height */
|
|
1128
|
+
--subheader-xx-large-line-height: 36px;
|
|
1129
|
+
/* Mobile/Subheader/XX-Large - Large Headline size */
|
|
1130
|
+
--subheader-xx-large-size: 28px;
|
|
1131
|
+
/* Mobile/Subheader/XX-Large - Large Headline style */
|
|
1132
|
+
--subheader-xx-large-style: regular;
|
|
1133
|
+
/* Mobile/Subheader/XXX-Large - Large Headline */
|
|
1134
|
+
--subheader-xxx-large: 400 32px/40px var(--typeface);
|
|
1135
|
+
/* Mobile/Subheader/XXX-Large - Large Headline line height */
|
|
1136
|
+
--subheader-xxx-large-line-height: 40px;
|
|
1137
|
+
/* Mobile/Subheader/XXX-Large - Large Headline size */
|
|
1138
|
+
--subheader-xxx-large-size: 32px;
|
|
1139
|
+
/* Mobile/Subheader/XXX-Large - Large Headline style */
|
|
1140
|
+
--subheader-xxx-large-style: regular;
|
|
1141
|
+
|
|
1142
|
+
--button-border-width: 2px;
|
|
1143
|
+
--button-border-type: solid;
|
|
1144
|
+
--button-border-radius: var(--radius-full);
|
|
1145
|
+
|
|
1146
|
+
@media (width >= 640px) {
|
|
1147
|
+
/* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. */
|
|
1148
|
+
--display-regular-large: 400 64px/88px var(--typeface);
|
|
1149
|
+
/* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. line height */
|
|
1150
|
+
--display-regular-large-line-height: 88px;
|
|
1151
|
+
/* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. size */
|
|
1152
|
+
--display-regular-large-size: 64px;
|
|
1153
|
+
/* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. style */
|
|
1154
|
+
--display-regular-large-style: regular;
|
|
1155
|
+
/* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. */
|
|
1156
|
+
--display-regular-medium: 400 56px/72px var(--typeface);
|
|
1157
|
+
/* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. line height */
|
|
1158
|
+
--display-regular-medium-line-height: 72px;
|
|
1159
|
+
/* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. size */
|
|
1160
|
+
--display-regular-medium-size: 56px;
|
|
1161
|
+
/* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. style */
|
|
1162
|
+
--display-regular-medium-style: regular;
|
|
1163
|
+
/* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. */
|
|
1164
|
+
--display-regular-small: 400 48px/60px var(--typeface);
|
|
1165
|
+
/* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. line height */
|
|
1166
|
+
--display-regular-small-line-height: 60px;
|
|
1167
|
+
/* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. size */
|
|
1168
|
+
--display-regular-small-size: 48px;
|
|
1169
|
+
/* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. style */
|
|
1170
|
+
--display-regular-small-style: regular;
|
|
1171
|
+
/* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. */
|
|
1172
|
+
--display-semibold-large: 600 64px/88px var(--typeface);
|
|
1173
|
+
/* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. line height */
|
|
1174
|
+
--display-semibold-large-line-height: 88px;
|
|
1175
|
+
/* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. size */
|
|
1176
|
+
--display-semibold-large-size: 64px;
|
|
1177
|
+
/* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. style */
|
|
1178
|
+
--display-semibold-large-style: semibold;
|
|
1179
|
+
/* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. */
|
|
1180
|
+
--display-semibold-medium: 600 56px/72px var(--typeface);
|
|
1181
|
+
/* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. line height */
|
|
1182
|
+
--display-semibold-medium-line-height: 72px;
|
|
1183
|
+
/* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. size */
|
|
1184
|
+
--display-semibold-medium-size: 56px;
|
|
1185
|
+
/* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. style */
|
|
1186
|
+
--display-semibold-medium-style: semibold;
|
|
1187
|
+
/* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. */
|
|
1188
|
+
--display-semibold-small: 600 48px/60px var(--typeface);
|
|
1189
|
+
/* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. line height */
|
|
1190
|
+
--display-semibold-small-line-height: 60px;
|
|
1191
|
+
/* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. size */
|
|
1192
|
+
--display-semibold-small-size: 48px;
|
|
1193
|
+
/* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. style */
|
|
1194
|
+
--display-semibold-small-style: semibold;
|
|
1195
|
+
/* Desktop/Heading/H1 */
|
|
1196
|
+
--heading-h1: 600 40px/48px var(--typeface);
|
|
1197
|
+
/* Desktop/Heading/H1 - line height */
|
|
1198
|
+
--heading-h1-line-height: 48px;
|
|
1199
|
+
/* Desktop/Heading/H1 - size */
|
|
1200
|
+
--heading-h1-size: 40px;
|
|
1201
|
+
/* Desktop/Heading/H1 - style */
|
|
1202
|
+
--heading-h1-style: semibold;
|
|
1203
|
+
/* Desktop/Heading/H2 */
|
|
1204
|
+
--heading-h2: 600 32px/40px var(--typeface);
|
|
1205
|
+
/* Desktop/Heading/H2 - line height */
|
|
1206
|
+
--heading-h2-line-height: 40px;
|
|
1207
|
+
/* Desktop/Heading/H2 - size */
|
|
1208
|
+
--heading-h2-size: 32px;
|
|
1209
|
+
/* Desktop/Heading/H2 - style */
|
|
1210
|
+
--heading-h2-style: semibold;
|
|
1211
|
+
/* Desktop/Heading/H3 */
|
|
1212
|
+
--heading-h3: 600 28px/36px var(--typeface);
|
|
1213
|
+
/* Desktop/Heading/H3 - line height */
|
|
1214
|
+
--heading-h3-line-height: 36px;
|
|
1215
|
+
/* Desktop/Heading/H3 - size */
|
|
1216
|
+
--heading-h3-size: 28px;
|
|
1217
|
+
/* Desktop/Heading/H3 - style */
|
|
1218
|
+
--heading-h3-style: semibold;
|
|
1219
|
+
/* Desktop/Heading/H4 */
|
|
1220
|
+
--heading-h4: 600 24px/32px var(--typeface);
|
|
1221
|
+
/* Desktop/Heading/H4 - line height */
|
|
1222
|
+
--heading-h4-line-height: 32px;
|
|
1223
|
+
/* Desktop/Heading/H4 - size */
|
|
1224
|
+
--heading-h4-size: 24px;
|
|
1225
|
+
/* Desktop/Heading/H4 - style */
|
|
1226
|
+
--heading-h4-style: semibold;
|
|
1227
|
+
/* Desktop/Heading/H5 */
|
|
1228
|
+
--heading-h5: 600 20px/28px var(--typeface);
|
|
1229
|
+
/* Desktop/Heading/H5 - line height */
|
|
1230
|
+
--heading-h5-line-height: 28px;
|
|
1231
|
+
/* Desktop/Heading/H5 - size */
|
|
1232
|
+
--heading-h5-size: 20px;
|
|
1233
|
+
/* Desktop/Heading/H5 - style */
|
|
1234
|
+
--heading-h5-style: semibold;
|
|
1235
|
+
/* Desktop/Heading/H6 */
|
|
1236
|
+
--heading-h6: 500 18px/24px var(--typeface);
|
|
1237
|
+
/* Desktop/Heading/H6 - line height */
|
|
1238
|
+
--heading-h6-line-height: 24px;
|
|
1239
|
+
/* Desktop/Heading/H6 - size */
|
|
1240
|
+
--heading-h6-size: 18px;
|
|
1241
|
+
/* Desktop/Heading/H6 - style */
|
|
1242
|
+
--heading-h6-style: medium;
|
|
1243
|
+
/* Desktop/Subheader/Large - Headline */
|
|
1244
|
+
--subheader-large: 400 24px/32px var(--typeface);
|
|
1245
|
+
/* Desktop/Subheader/Large - Headline line height */
|
|
1246
|
+
--subheader-large-line-height: 32px;
|
|
1247
|
+
/* Desktop/Subheader/Large - Headline size */
|
|
1248
|
+
--subheader-large-size: 24px;
|
|
1249
|
+
/* Desktop/Subheader/Large - Headline style */
|
|
1250
|
+
--subheader-large-style: regular;
|
|
1251
|
+
/* Desktop/Subheader/Medium */
|
|
1252
|
+
--subheader-medium: 400 20px/28px var(--typeface);
|
|
1253
|
+
/* Desktop/Subheader/Medium - line height */
|
|
1254
|
+
--subheader-medium-line-height: 28px;
|
|
1255
|
+
/* Desktop/Subheader/Medium - size */
|
|
1256
|
+
--subheader-medium-size: 20px;
|
|
1257
|
+
/* Desktop/Subheader/Medium - style */
|
|
1258
|
+
--subheader-medium-style: regular;
|
|
1259
|
+
/* Desktop/Subheader/X-Large - Headline */
|
|
1260
|
+
--subheader-x-large: 400 28px/36px var(--typeface);
|
|
1261
|
+
/* Desktop/Subheader/X-Large - Headline line height */
|
|
1262
|
+
--subheader-x-large-line-height: 36px;
|
|
1263
|
+
/* Desktop/Subheader/X-Large - Headline size */
|
|
1264
|
+
--subheader-x-large-size: 28px;
|
|
1265
|
+
/* Desktop/Subheader/X-Large - Headline style */
|
|
1266
|
+
--subheader-x-large-style: regular;
|
|
1267
|
+
/* Desktop/Subheader/XX-Large - Headline */
|
|
1268
|
+
--subheader-xx-large: 400 32px/40px var(--typeface);
|
|
1269
|
+
/* Desktop/Subheader/XX-Large - Headline line height */
|
|
1270
|
+
--subheader-xx-large-line-height: 40px;
|
|
1271
|
+
/* Desktop/Subheader/XX-Large - Headline size */
|
|
1272
|
+
--subheader-xx-large-size: 32px;
|
|
1273
|
+
/* Desktop/Subheader/XX-Large - Headline style */
|
|
1274
|
+
--subheader-xx-large-style: regular;
|
|
1275
|
+
/* Desktop/Subheader/XXX-Large - Large Headline */
|
|
1276
|
+
--subheader-xxx-large: 400 40px/48px var(--typeface);
|
|
1277
|
+
/* Desktop/Subheader/XXX-Large - Large Headline line height */
|
|
1278
|
+
--subheader-xxx-large-line-height: 48px;
|
|
1279
|
+
/* Desktop/Subheader/XXX-Large - Large Headline size */
|
|
1280
|
+
--subheader-xxx-large-size: 40px;
|
|
1281
|
+
/* Desktop/Subheader/XXX-Large - Large Headline style */
|
|
1282
|
+
--subheader-xxx-large-style: regular;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
/** Light theme (default) **/
|
|
1286
|
+
/* Background/base - Theme - Cartus */
|
|
1287
|
+
--background-base: #ffffff;
|
|
1288
|
+
/* Background/scrim - Theme - Cartus */
|
|
1289
|
+
--background-scrim: #00000040;
|
|
1290
|
+
/* Background/shade - Theme - Cartus */
|
|
1291
|
+
--background-shade: #f5f5f5;
|
|
1292
|
+
/* Data visual/category-01 - Theme - Cartus */
|
|
1293
|
+
--data-visual-category-01: #0a466c;
|
|
1294
|
+
/* Data visual/category-01-highlight - Theme - Cartus */
|
|
1295
|
+
--data-visual-category-01-highlight: #0a466c4d;
|
|
1296
|
+
/* Data visual/category-02 - Theme - Cartus */
|
|
1297
|
+
--data-visual-category-02: #299de0;
|
|
1298
|
+
/* Data visual/category-02-highlight - Theme - Cartus */
|
|
1299
|
+
--data-visual-category-02-highlight: #299de04d;
|
|
1300
|
+
/* Data visual/category-03 - Theme - Cartus */
|
|
1301
|
+
--data-visual-category-03: #130033;
|
|
1302
|
+
/* Data visual/category-03-highlight - Theme - Cartus */
|
|
1303
|
+
--data-visual-category-03-highlight: #1300334d;
|
|
1304
|
+
/* Data visual/category-04 - Theme - Cartus */
|
|
1305
|
+
--data-visual-category-04: #389e7a;
|
|
1306
|
+
/* Data visual/category-04-highlight - Theme - Cartus */
|
|
1307
|
+
--data-visual-category-04-highlight: #389e7a4d;
|
|
1308
|
+
/* Data visual/category-05 - Theme - Cartus */
|
|
1309
|
+
--data-visual-category-05: #094a53;
|
|
1310
|
+
/* Data visual/category-05-highlight - Theme - Cartus */
|
|
1311
|
+
--data-visual-category-05-highlight: #094a534d;
|
|
1312
|
+
/* Data visual/category-06 - Theme - Cartus */
|
|
1313
|
+
--data-visual-category-06: #7f7f7f;
|
|
1314
|
+
/* Data visual/category-06-highlight - Theme - Cartus */
|
|
1315
|
+
--data-visual-category-06-highlight: #7f7f7f4d;
|
|
1316
|
+
/* Data visual/category-07 - Theme - Cartus */
|
|
1317
|
+
--data-visual-category-07: #433479;
|
|
1318
|
+
/* Data visual/category-07-highlight - Theme - Cartus */
|
|
1319
|
+
--data-visual-category-07-highlight: #4334794d;
|
|
1320
|
+
/* Data visual/category-1 - Theme - Cartus */
|
|
1321
|
+
--data-visual-category-1: #0a466c;
|
|
1322
|
+
/* Data visual/category-1-highlight - Theme - Cartus */
|
|
1323
|
+
--data-visual-category-1-highlight: #0a466c4d;
|
|
1324
|
+
/* Data visual/category-2 - Theme - Cartus */
|
|
1325
|
+
--data-visual-category-2: #299de0;
|
|
1326
|
+
/* Data visual/category-2-highlight - Theme - Cartus */
|
|
1327
|
+
--data-visual-category-2-highlight: #299de04d;
|
|
1328
|
+
/* Data visual/category-3 - Theme - Cartus */
|
|
1329
|
+
--data-visual-category-3: #130033;
|
|
1330
|
+
/* Data visual/category-3-highlight - Theme - Cartus */
|
|
1331
|
+
--data-visual-category-3-highlight: #1300334d;
|
|
1332
|
+
/* Data visual/category-4 - Theme - Cartus */
|
|
1333
|
+
--data-visual-category-4: #389e7a;
|
|
1334
|
+
/* Data visual/category-4-highlight - Theme - Cartus */
|
|
1335
|
+
--data-visual-category-4-highlight: #389e7a4d;
|
|
1336
|
+
/* Data visual/category-5 - Theme - Cartus */
|
|
1337
|
+
--data-visual-category-5: #094a53;
|
|
1338
|
+
/* Data visual/category-5-highlight - Theme - Cartus */
|
|
1339
|
+
--data-visual-category-5-highlight: #094a534d;
|
|
1340
|
+
/* Data visual/category-6 - Theme - Cartus */
|
|
1341
|
+
--data-visual-category-6: #7f7f7f;
|
|
1342
|
+
/* Data visual/category-6-highlight - Theme - Cartus */
|
|
1343
|
+
--data-visual-category-6-highlight: #7f7f7f4d;
|
|
1344
|
+
/* Data visual/category-7 - Theme - Cartus */
|
|
1345
|
+
--data-visual-category-7: #433479;
|
|
1346
|
+
/* Data visual/category-7-highlight - Theme - Cartus */
|
|
1347
|
+
--data-visual-category-7-highlight: #4334794d;
|
|
1348
|
+
/* Data visual/gradient-end - Theme - Cartus */
|
|
1349
|
+
--data-visual-gradient-end: #ffffff4d;
|
|
1350
|
+
/* Data visual/green - Theme - Cartus */
|
|
1351
|
+
--data-visual-green: #258750;
|
|
1352
|
+
/* Data visual/green-highlight - Theme - Cartus */
|
|
1353
|
+
--data-visual-green-highlight: #deede5;
|
|
1354
|
+
/* Data visual/negative - Theme - Cartus */
|
|
1355
|
+
--data-visual-negative: #d83a52;
|
|
1356
|
+
/* Data visual/negative-highlight - Theme - Cartus */
|
|
1357
|
+
--data-visual-negative-highlight: #f9e1e5;
|
|
1358
|
+
/* Data visual/positive - Theme - Cartus */
|
|
1359
|
+
--data-visual-positive: #258750;
|
|
1360
|
+
/* Data visual/positive-highlight - Theme - Cartus */
|
|
1361
|
+
--data-visual-positive-highlight: #deede5;
|
|
1362
|
+
/* Data visual/red - Theme - Cartus */
|
|
1363
|
+
--data-visual-red: #d83a52;
|
|
1364
|
+
/* Data visual/red-highlight - Theme - Cartus */
|
|
1365
|
+
--data-visual-red-highlight: #f9e1e5;
|
|
1366
|
+
/* Foreground/Brand/on-inverse-primary - Theme - Cartus */
|
|
1367
|
+
--foreground-brand-on-inverse-primary: #6691b8;
|
|
1368
|
+
/* Foreground/Brand/on-inverse-secondary - Theme - Cartus */
|
|
1369
|
+
--foreground-brand-on-inverse-secondary: #79c1e6;
|
|
1370
|
+
/* Foreground/Brand/on-brand-primary - Theme - Cartus */
|
|
1371
|
+
--foreground-brand-on-primary: #ffffff;
|
|
1372
|
+
/* Foreground/Brand/on-brand-secondary - Theme - Cartus */
|
|
1373
|
+
--foreground-brand-on-secondary: #141414;
|
|
1374
|
+
/* Foreground/Brand/brand-primary - Theme - Cartus */
|
|
1375
|
+
--foreground-brand-primary: #004788;
|
|
1376
|
+
/* Foreground/Brand/brand-primary-depth - Theme - Cartus */
|
|
1377
|
+
--foreground-brand-primary-depth: #003c74;
|
|
1378
|
+
/* Foreground/Brand/brand-secondary - Theme - Cartus */
|
|
1379
|
+
--foreground-brand-secondary: #2098d5;
|
|
1380
|
+
/* Foreground/Brand/brand-secondary-depth - Theme - Cartus */
|
|
1381
|
+
--foreground-brand-secondary-depth: #1b81b5;
|
|
1382
|
+
/* Foreground/Link text/default - Theme - Cartus */
|
|
1383
|
+
--foreground-link-text-default: #215ecd;
|
|
1384
|
+
/* Foreground/Link text/default-disabled - Theme - Cartus */
|
|
1385
|
+
--foreground-link-text-default-disabled: #7a9ee1;
|
|
1386
|
+
/* Foreground/Link text/default-hovered - Theme - Cartus */
|
|
1387
|
+
--foreground-link-text-default-hovered: #1e55b9;
|
|
1388
|
+
/* Foreground/Link text/default-pressed - Theme - Cartus */
|
|
1389
|
+
--foreground-link-text-default-pressed: #1a4ba4;
|
|
1390
|
+
/* Foreground/Link text/default-visited - Theme - Cartus */
|
|
1391
|
+
--foreground-link-text-default-visited: #7a3e7a;
|
|
1392
|
+
/* Foreground/Link text/subtle-disabled - Theme - Cartus */
|
|
1393
|
+
--foreground-link-text-subtle-disabled: #bdbdbd;
|
|
1394
|
+
/* Foreground/Link text/subtle-hovered - Theme - Cartus */
|
|
1395
|
+
--foreground-link-text-subtle-hovered: #292929;
|
|
1396
|
+
/* Foreground/Link text/subtle-inversed-disabled - Theme - Cartus */
|
|
1397
|
+
--foreground-link-text-subtle-inversed-disabled: #757575;
|
|
1398
|
+
/* Foreground/Link text/subtle-pressed - Theme - Cartus */
|
|
1399
|
+
--foreground-link-text-subtle-pressed: #424242;
|
|
1400
|
+
/* Foreground/Neutral/disabled-on-color-surface - Theme - Cartus */
|
|
1401
|
+
--foreground-neutral-disabled-on-color-surface: #757575;
|
|
1402
|
+
/* Foreground/Neutral/disabled-on-surface - Theme - Cartus */
|
|
1403
|
+
--foreground-neutral-disabled-on-surface: #bdbdbd;
|
|
1404
|
+
/* Foreground/Neutral/on-surface - Theme - Cartus */
|
|
1405
|
+
--foreground-neutral-on-surface: #141414;
|
|
1406
|
+
/* Foreground/Neutral/on-surface-variant-01 - Theme - Cartus */
|
|
1407
|
+
--foreground-neutral-on-surface-variant-01: #474747;
|
|
1408
|
+
/* Foreground/Neutral/on-surface-variant-02 - Theme - Cartus */
|
|
1409
|
+
--foreground-neutral-on-surface-variant-02: #757575;
|
|
1410
|
+
/* Foreground/Neutral/on-surface-variant-03 - Theme - Cartus */
|
|
1411
|
+
--foreground-neutral-on-surface-variant-03: #8a8a8a;
|
|
1412
|
+
/* Foreground/Neutral/skeleton-element - Theme - Cartus */
|
|
1413
|
+
--foreground-neutral-skeleton-element: #c7c7c7;
|
|
1414
|
+
/* Foreground/Spectrum/blue - Theme - Cartus */
|
|
1415
|
+
--foreground-spectrum-blue: #143778;
|
|
1416
|
+
/* Foreground/Spectrum/green - Theme - Cartus */
|
|
1417
|
+
--foreground-spectrum-green: #134428;
|
|
1418
|
+
/* Foreground/Spectrum/lime - Theme - Cartus */
|
|
1419
|
+
--foreground-spectrum-lime: #60651a;
|
|
1420
|
+
/* Foreground/Spectrum/magenta - Theme - Cartus */
|
|
1421
|
+
--foreground-spectrum-magenta: #63076f;
|
|
1422
|
+
/* Foreground/Spectrum/orange - Theme - Cartus */
|
|
1423
|
+
--foreground-spectrum-orange: #773001;
|
|
1424
|
+
/* Foreground/Spectrum/pink - Theme - Cartus */
|
|
1425
|
+
--foreground-spectrum-pink: #6c1240;
|
|
1426
|
+
/* Foreground/Spectrum/purple - Theme - Cartus */
|
|
1427
|
+
--foreground-spectrum-purple: #310077;
|
|
1428
|
+
/* Foreground/Spectrum/red - Theme - Cartus */
|
|
1429
|
+
--foreground-spectrum-red: #6c1d29;
|
|
1430
|
+
/* Foreground/Spectrum/teal - Theme - Cartus */
|
|
1431
|
+
--foreground-spectrum-teal: #01413c;
|
|
1432
|
+
/* Foreground/Spectrum/yellow - Theme - Cartus */
|
|
1433
|
+
--foreground-spectrum-yellow: #7b5e18;
|
|
1434
|
+
/* Interaction/brand-disabled-opacity - Theme - 3.0 */
|
|
1435
|
+
--interaction-brand-disabled-opacity: #0000000f;
|
|
1436
|
+
/* Interaction/brand-hover-opacity - Theme - 3.0 */
|
|
1437
|
+
--interaction-brand-hover-opacity: #0000001a;
|
|
1438
|
+
/* Interaction/brand-press-opacity - Theme - 3.0 */
|
|
1439
|
+
--interaction-brand-press-opacity: #00000033;
|
|
1440
|
+
/* Interaction/hover-opacity - Theme - 3.0 */
|
|
1441
|
+
--interaction-hover-opacity: #00000014;
|
|
1442
|
+
/* Interaction/link-active-opacity - Theme - 3.0 */
|
|
1443
|
+
--interaction-link-active-opacity: #0000004d;
|
|
1444
|
+
/* Interaction/press-opacity - Theme - 3.0 */
|
|
1445
|
+
--interaction-press-opacity: #00000029;
|
|
1446
|
+
/* Interactions/brand-disabled-opacity - Theme - Cartus */
|
|
1447
|
+
--interactions-brand-disabled-opacity: #0000000f;
|
|
1448
|
+
/* Interactions/brand-hover-opacity - Theme - Cartus */
|
|
1449
|
+
--interactions-brand-hover-opacity: #0000001a;
|
|
1450
|
+
/* Interactions/brand-press-opacity - Theme - Cartus */
|
|
1451
|
+
--interactions-brand-press-opacity: #00000033;
|
|
1452
|
+
/* Interactions/disabled-opacity - Theme - Cartus */
|
|
1453
|
+
--interactions-disabled-opacity: #0000000f;
|
|
1454
|
+
/* Interactions/hover-opacity - Theme - Cartus */
|
|
1455
|
+
--interactions-hover-opacity: #00000014;
|
|
1456
|
+
/* Interactions/link-active-opacity - Theme - Cartus */
|
|
1457
|
+
--interactions-link-active-opacity: #0000004d;
|
|
1458
|
+
/* Interactions/neutral-hover-opacity - Theme - Cartus */
|
|
1459
|
+
--interactions-neutral-hover-opacity: #00000014;
|
|
1460
|
+
/* Interactions/neutral-press-opacity - Theme - Cartus */
|
|
1461
|
+
--interactions-neutral-press-opacity: #00000029;
|
|
1462
|
+
/* Interactions/press-opacity - Theme - Cartus */
|
|
1463
|
+
--interactions-press-opacity: #00000029;
|
|
1464
|
+
/* Interactions/primary-disabled-opacity - Theme - Cartus */
|
|
1465
|
+
--interactions-primary-disabled-opacity: #0047881f;
|
|
1466
|
+
/* Interactions/primary-hover-opacity - Theme - Cartus */
|
|
1467
|
+
--interactions-primary-hover-opacity: #0047881a;
|
|
1468
|
+
/* Interactions/primary-press-opacity - Theme - Cartus */
|
|
1469
|
+
--interactions-primary-press-opacity: #00478833;
|
|
1470
|
+
/* Shadow/shadow-10 - Theme - Cartus */
|
|
1471
|
+
--shadow-10: #0000001a;
|
|
1472
|
+
/* Shadow/shadow-12 - Theme - Cartus */
|
|
1473
|
+
--shadow-12: #0000001f;
|
|
1474
|
+
/* Shadow/shadow-15 - Theme - Cartus */
|
|
1475
|
+
--shadow-15: #00000026;
|
|
1476
|
+
/* Shadow/shadow-25 - Theme - Cartus */
|
|
1477
|
+
--shadow-25: #00000040;
|
|
1478
|
+
/* Shadow/shadow-32 - Theme - Cartus */
|
|
1479
|
+
--shadow-32: #00000052;
|
|
1480
|
+
/* Shadow/inner-shadow - Theme - Cartus */
|
|
1481
|
+
--shadow-inner: #ffffff;
|
|
1482
|
+
/* Shadow/inner-shadow-100 - Theme - Cartus */
|
|
1483
|
+
--shadow-inner-100: #ffffff;
|
|
1484
|
+
/* Shadow/variant-01 - Theme - Cartus */
|
|
1485
|
+
--shadow-variant-01: #0000001a;
|
|
1486
|
+
/* Shadow/variant-02 - Theme - Cartus */
|
|
1487
|
+
--shadow-variant-02: #0000001f;
|
|
1488
|
+
/* Shadow/variant-03 - Theme - Cartus */
|
|
1489
|
+
--shadow-variant-03: #00000026;
|
|
1490
|
+
/* Shadow/variant-04 - Theme - Cartus */
|
|
1491
|
+
--shadow-variant-04: #00000040;
|
|
1492
|
+
/* Shadow/variant-05 - Theme - Cartus */
|
|
1493
|
+
--shadow-variant-05: #00000052;
|
|
1494
|
+
/* Status/error - Theme - Cartus */
|
|
1495
|
+
--status-error: #d83a52;
|
|
1496
|
+
/* Status/information - Theme - Cartus */
|
|
1497
|
+
--status-information: #276ef1;
|
|
1498
|
+
/* Status/informational - Theme - Cartus */
|
|
1499
|
+
--status-informational: #276ef1;
|
|
1500
|
+
/* Status/success - Theme - Cartus */
|
|
1501
|
+
--status-success: #258750;
|
|
1502
|
+
/* Status/warning - Theme - Cartus */
|
|
1503
|
+
--status-warning: #f6bc2f;
|
|
1504
|
+
/* Stroke/Brand/brand-primary - Theme - Cartus */
|
|
1505
|
+
--stroke-brand-primary: #004788;
|
|
1506
|
+
/* Stroke/Brand/brand-primary-depth - Theme - Cartus */
|
|
1507
|
+
--stroke-brand-primary-depth: #003c74;
|
|
1508
|
+
/* Stroke/Brand/brand-secondary - Theme - Cartus */
|
|
1509
|
+
--stroke-brand-secondary: #2098d5;
|
|
1510
|
+
/* Stroke/Brand/brand-secondary-depth - Theme - Cartus */
|
|
1511
|
+
--stroke-brand-secondary-depth: #1b81b5;
|
|
1512
|
+
/* Stroke/Neutral/neutral-base - Theme - Cartus */
|
|
1513
|
+
--stroke-neutral-base: #949494;
|
|
1514
|
+
/* Stroke/Neutral/disabled-dark - Theme - Cartus */
|
|
1515
|
+
--stroke-neutral-disabled-dark: #757575;
|
|
1516
|
+
/* Stroke/Neutral/disabled-light - Theme - Cartus */
|
|
1517
|
+
--stroke-neutral-disabled-light: #bdbdbd;
|
|
1518
|
+
/* Stroke/Neutral/focus - Theme - Cartus */
|
|
1519
|
+
--stroke-neutral-focus: #000000;
|
|
1520
|
+
/* Stroke/Neutral/neutral-high - Theme - Cartus */
|
|
1521
|
+
--stroke-neutral-high: #141414;
|
|
1522
|
+
/* Stroke/Neutral/neutral-high-contrast - Theme - Cartus */
|
|
1523
|
+
--stroke-neutral-high-contrast: #141414;
|
|
1524
|
+
/* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */
|
|
1525
|
+
--stroke-neutral-interaction-disabled-dark: #48566a;
|
|
1526
|
+
/* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */
|
|
1527
|
+
--stroke-neutral-interaction-disabled-light: #c8d6e5;
|
|
1528
|
+
/* Stroke/Neutral/Interaction/focus - Theme - 3.0 */
|
|
1529
|
+
--stroke-neutral-interaction-focus: #000000;
|
|
1530
|
+
/* Stroke/Neutral/Interactions/disabled-dark - Theme - Cartus */
|
|
1531
|
+
--stroke-neutral-interactions-disabled-dark: #757575;
|
|
1532
|
+
/* Stroke/Neutral/Interactions/disabled-light - Theme - Cartus */
|
|
1533
|
+
--stroke-neutral-interactions-disabled-light: #bdbdbd;
|
|
1534
|
+
/* Stroke/Neutral/Interactions/focus - Theme - Cartus */
|
|
1535
|
+
--stroke-neutral-interactions-focus: #000000;
|
|
1536
|
+
/* Stroke/Neutral/neutral-low - Theme - Cartus */
|
|
1537
|
+
--stroke-neutral-low: #e0e0e0;
|
|
1538
|
+
/* Stroke/Neutral/neutral-low-contrast - Theme - Cartus */
|
|
1539
|
+
--stroke-neutral-low-contrast: #e0e0e0;
|
|
1540
|
+
/* Surface/Brand/primary - Theme - Cartus */
|
|
1541
|
+
--surface-brand-primary: #004788;
|
|
1542
|
+
/* Surface/Brand/primary-highlight - Theme - Cartus */
|
|
1543
|
+
--surface-brand-primary-highlight: #d9e3ed;
|
|
1544
|
+
/* Surface/Brand/secondary - Theme - Cartus */
|
|
1545
|
+
--surface-brand-secondary: #2098d5;
|
|
1546
|
+
/* Surface/Brand/secondary-highlight - Theme - Cartus */
|
|
1547
|
+
--surface-brand-secondary-highlight: #def0f9;
|
|
1548
|
+
/* Surface/Neutral/Interactions/dark-disabled - Theme - Cartus */
|
|
1549
|
+
--surface-neutral-interactions-dark-disabled: #d6d6d6;
|
|
1550
|
+
/* Surface/Neutral/Interactions/light-disabled - Theme - Cartus */
|
|
1551
|
+
--surface-neutral-interactions-light-disabled: #f5f5f5;
|
|
1552
|
+
/* Surface/Neutral/Interactions/skeleton - Theme - Cartus */
|
|
1553
|
+
--surface-neutral-interactions-skeleton: #e0e0e0;
|
|
1554
|
+
/* Surface/Neutral/inverse - Theme - Cartus */
|
|
1555
|
+
--surface-neutral-inverse: #1f1f1f;
|
|
1556
|
+
/* Surface/Neutral/inverse-dark - Theme - Cartus */
|
|
1557
|
+
--surface-neutral-inverse-dark: #1f1f1f;
|
|
1558
|
+
/* Surface/Neutral/inverse-light - Theme - Cartus */
|
|
1559
|
+
--surface-neutral-inverse-light: #ffffff;
|
|
1560
|
+
/* Surface/Neutral/skeleton - Theme - Cartus */
|
|
1561
|
+
--surface-neutral-skeleton: #e0e0e0;
|
|
1562
|
+
/* Surface/Neutral/T1-base - Theme - Cartus */
|
|
1563
|
+
--surface-neutral-t1-base: #ffffff;
|
|
1564
|
+
/* Surface/Neutral/T2-lowest - Theme - Cartus */
|
|
1565
|
+
--surface-neutral-t2-lowest: #f5f5f5;
|
|
1566
|
+
/* Surface/Neutral/T3-low - Theme - Cartus */
|
|
1567
|
+
--surface-neutral-t3-low: #dbdbdb;
|
|
1568
|
+
/* Surface/Neutral/T4-high - Theme - Cartus */
|
|
1569
|
+
--surface-neutral-t4-high: #6b6b6b;
|
|
1570
|
+
/* Surface/Spectrum/blue - Theme - Cartus */
|
|
1571
|
+
--surface-spectrum-blue: #dfe9fd;
|
|
1572
|
+
/* Surface/Spectrum/green - Theme - Cartus */
|
|
1573
|
+
--surface-spectrum-green: #deede5;
|
|
1574
|
+
/* Surface/Spectrum/lime - Theme - Cartus */
|
|
1575
|
+
--surface-spectrum-lime: #f6f7e0;
|
|
1576
|
+
/* Surface/Spectrum/magenta - Theme - Cartus */
|
|
1577
|
+
--surface-spectrum-magenta: #f6dbfa;
|
|
1578
|
+
/* Surface/Spectrum/orange - Theme - Cartus */
|
|
1579
|
+
--surface-spectrum-orange: #fce7d9;
|
|
1580
|
+
/* Surface/Spectrum/pink - Theme - Cartus */
|
|
1581
|
+
--surface-spectrum-pink: #f9deec;
|
|
1582
|
+
/* Surface/Spectrum/purple - Theme - Cartus */
|
|
1583
|
+
--surface-spectrum-purple: #e7d9fc;
|
|
1584
|
+
/* Surface/Spectrum/red - Theme - Cartus */
|
|
1585
|
+
--surface-spectrum-red: #f9e1e5;
|
|
1586
|
+
/* Surface/Spectrum/teal - Theme - Cartus */
|
|
1587
|
+
--surface-spectrum-teal: #d9eceb;
|
|
1588
|
+
/* Surface/Spectrum/yellow - Theme - Cartus */
|
|
1589
|
+
--surface-spectrum-yellow: #fef5e0;
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
[data-theme='dark'] {
|
|
1593
|
+
/* Background/base - Theme - Cartus */
|
|
1594
|
+
--background-base: #1f1f1f;
|
|
1595
|
+
/* Background/scrim - Theme - Cartus */
|
|
1596
|
+
--background-scrim: #61616180;
|
|
1597
|
+
/* Background/shade - Theme - Cartus */
|
|
1598
|
+
--background-shade: #292929;
|
|
1599
|
+
/* Data visual/category-01 - Theme - Cartus */
|
|
1600
|
+
--data-visual-category-01: #7899ae;
|
|
1601
|
+
/* Data visual/category-01-highlight - Theme - Cartus */
|
|
1602
|
+
--data-visual-category-01-highlight: #7899ae4d;
|
|
1603
|
+
/* Data visual/category-02 - Theme - Cartus */
|
|
1604
|
+
--data-visual-category-02: #7fc4ec;
|
|
1605
|
+
/* Data visual/category-02-highlight - Theme - Cartus */
|
|
1606
|
+
--data-visual-category-02-highlight: #7fc4ec4d;
|
|
1607
|
+
/* Data visual/category-03 - Theme - Cartus */
|
|
1608
|
+
--data-visual-category-03: #958ca3;
|
|
1609
|
+
/* Data visual/category-03-highlight - Theme - Cartus */
|
|
1610
|
+
--data-visual-category-03-highlight: #958ca34d;
|
|
1611
|
+
/* Data visual/category-04 - Theme - Cartus */
|
|
1612
|
+
--data-visual-category-04: #88c5af;
|
|
1613
|
+
/* Data visual/category-04-highlight - Theme - Cartus */
|
|
1614
|
+
--data-visual-category-04-highlight: #88c5af4d;
|
|
1615
|
+
/* Data visual/category-05 - Theme - Cartus */
|
|
1616
|
+
--data-visual-category-05: #789ba0;
|
|
1617
|
+
/* Data visual/category-05-highlight - Theme - Cartus */
|
|
1618
|
+
--data-visual-category-05-highlight: #789ba04d;
|
|
1619
|
+
/* Data visual/category-06 - Theme - Cartus */
|
|
1620
|
+
--data-visual-category-06: #b2b2b2;
|
|
1621
|
+
/* Data visual/category-06-highlight - Theme - Cartus */
|
|
1622
|
+
--data-visual-category-06-highlight: #b2b2b24d;
|
|
1623
|
+
/* Data visual/category-07 - Theme - Cartus */
|
|
1624
|
+
--data-visual-category-07: #a19abc;
|
|
1625
|
+
/* Data visual/category-07-highlight - Theme - Cartus */
|
|
1626
|
+
--data-visual-category-07-highlight: #a19abc4d;
|
|
1627
|
+
/* Data visual/category-1 - Theme - Cartus */
|
|
1628
|
+
--data-visual-category-1: #7899ae;
|
|
1629
|
+
/* Data visual/category-1-highlight - Theme - Cartus */
|
|
1630
|
+
--data-visual-category-1-highlight: #7899ae4d;
|
|
1631
|
+
/* Data visual/category-2 - Theme - Cartus */
|
|
1632
|
+
--data-visual-category-2: #7fc4ec;
|
|
1633
|
+
/* Data visual/category-2-highlight - Theme - Cartus */
|
|
1634
|
+
--data-visual-category-2-highlight: #7fc4ec4d;
|
|
1635
|
+
/* Data visual/category-3 - Theme - Cartus */
|
|
1636
|
+
--data-visual-category-3: #958ca3;
|
|
1637
|
+
/* Data visual/category-3-highlight - Theme - Cartus */
|
|
1638
|
+
--data-visual-category-3-highlight: #958ca34d;
|
|
1639
|
+
/* Data visual/category-4 - Theme - Cartus */
|
|
1640
|
+
--data-visual-category-4: #88c5af;
|
|
1641
|
+
/* Data visual/category-4-highlight - Theme - Cartus */
|
|
1642
|
+
--data-visual-category-4-highlight: #88c5af4d;
|
|
1643
|
+
/* Data visual/category-5 - Theme - Cartus */
|
|
1644
|
+
--data-visual-category-5: #789ba0;
|
|
1645
|
+
/* Data visual/category-5-highlight - Theme - Cartus */
|
|
1646
|
+
--data-visual-category-5-highlight: #789ba04d;
|
|
1647
|
+
/* Data visual/category-6 - Theme - Cartus */
|
|
1648
|
+
--data-visual-category-6: #b2b2b2;
|
|
1649
|
+
/* Data visual/category-6-highlight - Theme - Cartus */
|
|
1650
|
+
--data-visual-category-6-highlight: #b2b2b24d;
|
|
1651
|
+
/* Data visual/category-7 - Theme - Cartus */
|
|
1652
|
+
--data-visual-category-7: #a19abc;
|
|
1653
|
+
/* Data visual/category-7-highlight - Theme - Cartus */
|
|
1654
|
+
--data-visual-category-7-highlight: #a19abc4d;
|
|
1655
|
+
/* Data visual/gradient-end - Theme - Cartus */
|
|
1656
|
+
--data-visual-gradient-end: #1f1f1f4d;
|
|
1657
|
+
/* Data visual/green - Theme - Cartus */
|
|
1658
|
+
--data-visual-green: #7cb796;
|
|
1659
|
+
/* Data visual/green-highlight - Theme - Cartus */
|
|
1660
|
+
--data-visual-green-highlight: #0d2f1c;
|
|
1661
|
+
/* Data visual/negative - Theme - Cartus */
|
|
1662
|
+
--data-visual-negative: #e88997;
|
|
1663
|
+
/* Data visual/negative-highlight - Theme - Cartus */
|
|
1664
|
+
--data-visual-negative-highlight: #4c141d;
|
|
1665
|
+
/* Data visual/positive - Theme - Cartus */
|
|
1666
|
+
--data-visual-positive: #7cb796;
|
|
1667
|
+
/* Data visual/positive-highlight - Theme - Cartus */
|
|
1668
|
+
--data-visual-positive-highlight: #0d2f1c;
|
|
1669
|
+
/* Data visual/red - Theme - Cartus */
|
|
1670
|
+
--data-visual-red: #e88997;
|
|
1671
|
+
/* Data visual/red-highlight - Theme - Cartus */
|
|
1672
|
+
--data-visual-red-highlight: #4c141d;
|
|
1673
|
+
/* Foreground/Brand/on-inverse-primary - Theme - Cartus */
|
|
1674
|
+
--foreground-brand-on-inverse-primary: #6691b8;
|
|
1675
|
+
/* Foreground/Brand/on-inverse-secondary - Theme - Cartus */
|
|
1676
|
+
--foreground-brand-on-inverse-secondary: #79c1e6;
|
|
1677
|
+
/* Foreground/Brand/on-brand-primary - Theme - Cartus */
|
|
1678
|
+
--foreground-brand-on-primary: #141414;
|
|
1679
|
+
/* Foreground/Brand/on-brand-secondary - Theme - Cartus */
|
|
1680
|
+
--foreground-brand-on-secondary: #141414;
|
|
1681
|
+
/* Foreground/Brand/brand-primary - Theme - Cartus */
|
|
1682
|
+
--foreground-brand-primary: #6691b8;
|
|
1683
|
+
/* Foreground/Brand/brand-primary-depth - Theme - Cartus */
|
|
1684
|
+
--foreground-brand-primary-depth: #8cacc9;
|
|
1685
|
+
/* Foreground/Brand/brand-secondary - Theme - Cartus */
|
|
1686
|
+
--foreground-brand-secondary: #79c1e6;
|
|
1687
|
+
/* Foreground/Brand/brand-secondary-depth - Theme - Cartus */
|
|
1688
|
+
--foreground-brand-secondary-depth: #9bd1ec;
|
|
1689
|
+
/* Foreground/Link text/default - Theme - Cartus */
|
|
1690
|
+
--foreground-link-text-default: #7a9ee1;
|
|
1691
|
+
/* Foreground/Link text/default-disabled - Theme - Cartus */
|
|
1692
|
+
--foreground-link-text-default-disabled: #14387b;
|
|
1693
|
+
/* Foreground/Link text/default-hovered - Theme - Cartus */
|
|
1694
|
+
--foreground-link-text-default-hovered: #90afe6;
|
|
1695
|
+
/* Foreground/Link text/default-pressed - Theme - Cartus */
|
|
1696
|
+
--foreground-link-text-default-pressed: #a6bfeb;
|
|
1697
|
+
/* Foreground/Link text/default-visited - Theme - Cartus */
|
|
1698
|
+
--foreground-link-text-default-visited: #af8baf;
|
|
1699
|
+
/* Foreground/Link text/subtle-disabled - Theme - Cartus */
|
|
1700
|
+
--foreground-link-text-subtle-disabled: #4d4d4d;
|
|
1701
|
+
/* Foreground/Link text/subtle-hovered - Theme - Cartus */
|
|
1702
|
+
--foreground-link-text-subtle-hovered: #e6e6e6;
|
|
1703
|
+
/* Foreground/Link text/subtle-inversed-disabled - Theme - Cartus */
|
|
1704
|
+
--foreground-link-text-subtle-inversed-disabled: #424242;
|
|
1705
|
+
/* Foreground/Link text/subtle-pressed - Theme - Cartus */
|
|
1706
|
+
--foreground-link-text-subtle-pressed: #d1d1d1;
|
|
1707
|
+
/* Foreground/Neutral/disabled-on-color-surface - Theme - Cartus */
|
|
1708
|
+
--foreground-neutral-disabled-on-color-surface: #424242;
|
|
1709
|
+
/* Foreground/Neutral/disabled-on-surface - Theme - Cartus */
|
|
1710
|
+
--foreground-neutral-disabled-on-surface: #4d4d4d;
|
|
1711
|
+
/* Foreground/Neutral/on-surface - Theme - Cartus */
|
|
1712
|
+
--foreground-neutral-on-surface: #fafafa;
|
|
1713
|
+
/* Foreground/Neutral/on-surface-variant-01 - Theme - Cartus */
|
|
1714
|
+
--foreground-neutral-on-surface-variant-01: #c2c2c2;
|
|
1715
|
+
/* Foreground/Neutral/on-surface-variant-02 - Theme - Cartus */
|
|
1716
|
+
--foreground-neutral-on-surface-variant-02: #9e9e9e;
|
|
1717
|
+
/* Foreground/Neutral/on-surface-variant-03 - Theme - Cartus */
|
|
1718
|
+
--foreground-neutral-on-surface-variant-03: #757575;
|
|
1719
|
+
/* Foreground/Neutral/skeleton-element - Theme - Cartus */
|
|
1720
|
+
--foreground-neutral-skeleton-element: #4d4d4d;
|
|
1721
|
+
/* Foreground/Spectrum/blue - Theme - Cartus */
|
|
1722
|
+
--foreground-spectrum-blue: #88aff7;
|
|
1723
|
+
/* Foreground/Spectrum/green - Theme - Cartus */
|
|
1724
|
+
--foreground-spectrum-green: #87bd9f;
|
|
1725
|
+
/* Foreground/Spectrum/lime - Theme - Cartus */
|
|
1726
|
+
--foreground-spectrum-lime: #dce28f;
|
|
1727
|
+
/* Foreground/Spectrum/magenta - Theme - Cartus */
|
|
1728
|
+
--foreground-spectrum-magenta: #e07aed;
|
|
1729
|
+
/* Foreground/Spectrum/orange - Theme - Cartus */
|
|
1730
|
+
--foreground-spectrum-orange: #f6a874;
|
|
1731
|
+
/* Foreground/Spectrum/pink - Theme - Cartus */
|
|
1732
|
+
--foreground-spectrum-pink: #ea86b9;
|
|
1733
|
+
/* Foreground/Spectrum/purple - Theme - Cartus */
|
|
1734
|
+
--foreground-spectrum-purple: #c8a6f9;
|
|
1735
|
+
/* Foreground/Spectrum/red - Theme - Cartus */
|
|
1736
|
+
--foreground-spectrum-red: #ea93a0;
|
|
1737
|
+
/* Foreground/Spectrum/teal - Theme - Cartus */
|
|
1738
|
+
--foreground-spectrum-teal: #74bbb4;
|
|
1739
|
+
/* Foreground/Spectrum/yellow - Theme - Cartus */
|
|
1740
|
+
--foreground-spectrum-yellow: #fada8d;
|
|
1741
|
+
/* Interaction/brand-disabled-opacity - Theme - 3.0 */
|
|
1742
|
+
--interaction-brand-disabled-opacity: #ffffff0f;
|
|
1743
|
+
/* Interaction/brand-hover-opacity - Theme - 3.0 */
|
|
1744
|
+
--interaction-brand-hover-opacity: #ffffff1a;
|
|
1745
|
+
/* Interaction/brand-press-opacity - Theme - 3.0 */
|
|
1746
|
+
--interaction-brand-press-opacity: #ffffff33;
|
|
1747
|
+
/* Interaction/hover-opacity - Theme - 3.0 */
|
|
1748
|
+
--interaction-hover-opacity: #ffffff14;
|
|
1749
|
+
/* Interaction/link-active-opacity - Theme - 3.0 */
|
|
1750
|
+
--interaction-link-active-opacity: #ffffff4d;
|
|
1751
|
+
/* Interaction/press-opacity - Theme - 3.0 */
|
|
1752
|
+
--interaction-press-opacity: #ffffff29;
|
|
1753
|
+
/* Interactions/brand-disabled-opacity - Theme - Cartus */
|
|
1754
|
+
--interactions-brand-disabled-opacity: #ffffff0f;
|
|
1755
|
+
/* Interactions/brand-hover-opacity - Theme - Cartus */
|
|
1756
|
+
--interactions-brand-hover-opacity: #ffffff1a;
|
|
1757
|
+
/* Interactions/brand-press-opacity - Theme - Cartus */
|
|
1758
|
+
--interactions-brand-press-opacity: #ffffff33;
|
|
1759
|
+
/* Interactions/disabled-opacity - Theme - Cartus */
|
|
1760
|
+
--interactions-disabled-opacity: #ffffff0f;
|
|
1761
|
+
/* Interactions/hover-opacity - Theme - Cartus */
|
|
1762
|
+
--interactions-hover-opacity: #ffffff14;
|
|
1763
|
+
/* Interactions/link-active-opacity - Theme - Cartus */
|
|
1764
|
+
--interactions-link-active-opacity: #ffffff4d;
|
|
1765
|
+
/* Interactions/neutral-hover-opacity - Theme - Cartus */
|
|
1766
|
+
--interactions-neutral-hover-opacity: #ffffff14;
|
|
1767
|
+
/* Interactions/neutral-press-opacity - Theme - Cartus */
|
|
1768
|
+
--interactions-neutral-press-opacity: #ffffff29;
|
|
1769
|
+
/* Interactions/press-opacity - Theme - Cartus */
|
|
1770
|
+
--interactions-press-opacity: #ffffff29;
|
|
1771
|
+
/* Interactions/primary-disabled-opacity - Theme - Cartus */
|
|
1772
|
+
--interactions-primary-disabled-opacity: #6691b81f;
|
|
1773
|
+
/* Interactions/primary-hover-opacity - Theme - Cartus */
|
|
1774
|
+
--interactions-primary-hover-opacity: #6691b81a;
|
|
1775
|
+
/* Interactions/primary-press-opacity - Theme - Cartus */
|
|
1776
|
+
--interactions-primary-press-opacity: #6691b833;
|
|
1777
|
+
/* Shadow/shadow-10 - Theme - Cartus */
|
|
1778
|
+
--shadow-10: #6161611a;
|
|
1779
|
+
/* Shadow/shadow-12 - Theme - Cartus */
|
|
1780
|
+
--shadow-12: #6161611f;
|
|
1781
|
+
/* Shadow/shadow-15 - Theme - Cartus */
|
|
1782
|
+
--shadow-15: #61616126;
|
|
1783
|
+
/* Shadow/shadow-25 - Theme - Cartus */
|
|
1784
|
+
--shadow-25: #61616140;
|
|
1785
|
+
/* Shadow/shadow-32 - Theme - Cartus */
|
|
1786
|
+
--shadow-32: #61616152;
|
|
1787
|
+
/* Shadow/inner-shadow - Theme - Cartus */
|
|
1788
|
+
--shadow-inner: #000000;
|
|
1789
|
+
/* Shadow/inner-shadow-100 - Theme - Cartus */
|
|
1790
|
+
--shadow-inner-100: #000000;
|
|
1791
|
+
/* Shadow/variant-01 - Theme - Cartus */
|
|
1792
|
+
--shadow-variant-01: #6161611a;
|
|
1793
|
+
/* Shadow/variant-02 - Theme - Cartus */
|
|
1794
|
+
--shadow-variant-02: #6161611f;
|
|
1795
|
+
/* Shadow/variant-03 - Theme - Cartus */
|
|
1796
|
+
--shadow-variant-03: #61616126;
|
|
1797
|
+
/* Shadow/variant-04 - Theme - Cartus */
|
|
1798
|
+
--shadow-variant-04: #61616140;
|
|
1799
|
+
/* Shadow/variant-05 - Theme - Cartus */
|
|
1800
|
+
--shadow-variant-05: #61616152;
|
|
1801
|
+
/* Status/error - Theme - Cartus */
|
|
1802
|
+
--status-error: #e26b7d;
|
|
1803
|
+
/* Status/information - Theme - Cartus */
|
|
1804
|
+
--status-information: #5d92f5;
|
|
1805
|
+
/* Status/informational - Theme - Cartus */
|
|
1806
|
+
--status-informational: #5d92f5;
|
|
1807
|
+
/* Status/success - Theme - Cartus */
|
|
1808
|
+
--status-success: #519f73;
|
|
1809
|
+
/* Status/warning - Theme - Cartus */
|
|
1810
|
+
--status-warning: #f8cd63;
|
|
1811
|
+
/* Stroke/Brand/brand-primary - Theme - Cartus */
|
|
1812
|
+
--stroke-brand-primary: #6691b8;
|
|
1813
|
+
/* Stroke/Brand/brand-primary-depth - Theme - Cartus */
|
|
1814
|
+
--stroke-brand-primary-depth: #8cacc9;
|
|
1815
|
+
/* Stroke/Brand/brand-secondary - Theme - Cartus */
|
|
1816
|
+
--stroke-brand-secondary: #79c1e6;
|
|
1817
|
+
/* Stroke/Brand/brand-secondary-depth - Theme - Cartus */
|
|
1818
|
+
--stroke-brand-secondary-depth: #9bd1ec;
|
|
1819
|
+
/* Stroke/Neutral/neutral-base - Theme - Cartus */
|
|
1820
|
+
--stroke-neutral-base: #6b6b6b;
|
|
1821
|
+
/* Stroke/Neutral/disabled-dark - Theme - Cartus */
|
|
1822
|
+
--stroke-neutral-disabled-dark: #424242;
|
|
1823
|
+
/* Stroke/Neutral/disabled-light - Theme - Cartus */
|
|
1824
|
+
--stroke-neutral-disabled-light: #4d4d4d;
|
|
1825
|
+
/* Stroke/Neutral/focus - Theme - Cartus */
|
|
1826
|
+
--stroke-neutral-focus: #ffffff;
|
|
1827
|
+
/* Stroke/Neutral/neutral-high - Theme - Cartus */
|
|
1828
|
+
--stroke-neutral-high: #fafafa;
|
|
1829
|
+
/* Stroke/Neutral/neutral-high-contrast - Theme - Cartus */
|
|
1830
|
+
--stroke-neutral-high-contrast: #fafafa;
|
|
1831
|
+
/* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */
|
|
1832
|
+
--stroke-neutral-interaction-disabled-dark: #b1c0d2;
|
|
1833
|
+
/* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */
|
|
1834
|
+
--stroke-neutral-interaction-disabled-light: #323b49;
|
|
1835
|
+
/* Stroke/Neutral/Interaction/focus - Theme - 3.0 */
|
|
1836
|
+
--stroke-neutral-interaction-focus: #ffffff;
|
|
1837
|
+
/* Stroke/Neutral/Interactions/disabled-dark - Theme - Cartus */
|
|
1838
|
+
--stroke-neutral-interactions-disabled-dark: #424242;
|
|
1839
|
+
/* Stroke/Neutral/Interactions/disabled-light - Theme - Cartus */
|
|
1840
|
+
--stroke-neutral-interactions-disabled-light: #4d4d4d;
|
|
1841
|
+
/* Stroke/Neutral/Interactions/focus - Theme - Cartus */
|
|
1842
|
+
--stroke-neutral-interactions-focus: #ffffff;
|
|
1843
|
+
/* Stroke/Neutral/neutral-low - Theme - Cartus */
|
|
1844
|
+
--stroke-neutral-low: #4d4d4d;
|
|
1845
|
+
/* Stroke/Neutral/neutral-low-contrast - Theme - Cartus */
|
|
1846
|
+
--stroke-neutral-low-contrast: #4d4d4d;
|
|
1847
|
+
/* Surface/Brand/primary - Theme - Cartus */
|
|
1848
|
+
--surface-brand-primary: #6691b8;
|
|
1849
|
+
/* Surface/Brand/primary-highlight - Theme - Cartus */
|
|
1850
|
+
--surface-brand-primary-highlight: #001222;
|
|
1851
|
+
/* Surface/Brand/secondary - Theme - Cartus */
|
|
1852
|
+
--surface-brand-secondary: #79c1e6;
|
|
1853
|
+
/* Surface/Brand/secondary-highlight - Theme - Cartus */
|
|
1854
|
+
--surface-brand-secondary-highlight: #082635;
|
|
1855
|
+
/* Surface/Neutral/Interactions/dark-disabled - Theme - Cartus */
|
|
1856
|
+
--surface-neutral-interactions-dark-disabled: #474747;
|
|
1857
|
+
/* Surface/Neutral/Interactions/light-disabled - Theme - Cartus */
|
|
1858
|
+
--surface-neutral-interactions-light-disabled: #292929;
|
|
1859
|
+
/* Surface/Neutral/Interactions/skeleton - Theme - Cartus */
|
|
1860
|
+
--surface-neutral-interactions-skeleton: #333333;
|
|
1861
|
+
/* Surface/Neutral/inverse - Theme - Cartus */
|
|
1862
|
+
--surface-neutral-inverse: #383838;
|
|
1863
|
+
/* Surface/Neutral/inverse-dark - Theme - Cartus */
|
|
1864
|
+
--surface-neutral-inverse-dark: #383838;
|
|
1865
|
+
/* Surface/Neutral/inverse-light - Theme - Cartus */
|
|
1866
|
+
--surface-neutral-inverse-light: #575757;
|
|
1867
|
+
/* Surface/Neutral/skeleton - Theme - Cartus */
|
|
1868
|
+
--surface-neutral-skeleton: #333333;
|
|
1869
|
+
/* Surface/Neutral/T1-base - Theme - Cartus */
|
|
1870
|
+
--surface-neutral-t1-base: #1f1f1f;
|
|
1871
|
+
/* Surface/Neutral/T2-lowest - Theme - Cartus */
|
|
1872
|
+
--surface-neutral-t2-lowest: #2e2e2e;
|
|
1873
|
+
/* Surface/Neutral/T3-low - Theme - Cartus */
|
|
1874
|
+
--surface-neutral-t3-low: #383838;
|
|
1875
|
+
/* Surface/Neutral/T4-high - Theme - Cartus */
|
|
1876
|
+
--surface-neutral-t4-high: #474747;
|
|
1877
|
+
/* Surface/Spectrum/blue - Theme - Cartus */
|
|
1878
|
+
--surface-spectrum-blue: #0e2754;
|
|
1879
|
+
/* Surface/Spectrum/green - Theme - Cartus */
|
|
1880
|
+
--surface-spectrum-green: #0d2f1c;
|
|
1881
|
+
/* Surface/Spectrum/lime - Theme - Cartus */
|
|
1882
|
+
--surface-spectrum-lime: #434712;
|
|
1883
|
+
/* Surface/Spectrum/magenta - Theme - Cartus */
|
|
1884
|
+
--surface-spectrum-magenta: #45054e;
|
|
1885
|
+
/* Surface/Spectrum/orange - Theme - Cartus */
|
|
1886
|
+
--surface-spectrum-orange: #532201;
|
|
1887
|
+
/* Surface/Spectrum/pink - Theme - Cartus */
|
|
1888
|
+
--surface-spectrum-pink: #4c0c2d;
|
|
1889
|
+
/* Surface/Spectrum/purple - Theme - Cartus */
|
|
1890
|
+
--surface-spectrum-purple: #220053;
|
|
1891
|
+
/* Surface/Spectrum/red - Theme - Cartus */
|
|
1892
|
+
--surface-spectrum-red: #4c141d;
|
|
1893
|
+
/* Surface/Spectrum/teal - Theme - Cartus */
|
|
1894
|
+
--surface-spectrum-teal: #012e2a;
|
|
1895
|
+
/* Surface/Spectrum/yellow - Theme - Cartus */
|
|
1896
|
+
--surface-spectrum-yellow: #564210;
|
|
1897
|
+
}
|
|
1898
|
+
`,
|
|
1899
|
+
};
|