@ptsecurity/mosaic 13.3.1 → 13.4.0
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/_theming.scss +99 -21
- package/_visual.scss +98 -20
- package/design-tokens/legacy-2017/tokens/components/alert.json5 +7 -7
- package/design-tokens/legacy-2017/tokens/components/autocomplete.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/badge.json5 +6 -6
- package/design-tokens/legacy-2017/tokens/components/button-toggle.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/button.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/card.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +3 -3
- package/design-tokens/legacy-2017/tokens/components/datepicker.json5 +8 -8
- package/design-tokens/legacy-2017/tokens/components/dropdown.json5 +3 -3
- package/design-tokens/legacy-2017/tokens/components/form-field.json5 +6 -6
- package/design-tokens/legacy-2017/tokens/components/forms.json5 +10 -10
- package/design-tokens/legacy-2017/tokens/components/icon.json5 +104 -0
- package/design-tokens/legacy-2017/tokens/components/input.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/modal.json5 +8 -8
- package/design-tokens/legacy-2017/tokens/components/navbar.json5 +8 -8
- package/design-tokens/legacy-2017/tokens/components/option.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/popover.json5 +6 -6
- package/design-tokens/legacy-2017/tokens/components/progress-bar.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/progress-spinner.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/select.json5 +6 -6
- package/design-tokens/legacy-2017/tokens/components/sidepanel.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/table.json5 +3 -3
- package/design-tokens/legacy-2017/tokens/components/tabs.json5 +6 -6
- package/design-tokens/legacy-2017/tokens/components/tags.json5 +7 -7
- package/design-tokens/legacy-2017/tokens/components/textarea.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/timepicker.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/toggle.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/components/tooltip.json5 +6 -6
- package/design-tokens/legacy-2017/tokens/components/tree.json5 +1 -1
- package/design-tokens/legacy-2017/tokens/properties/colors.json5 +4 -0
- package/design-tokens/legacy-2017/tokens/properties/globals.json5 +1 -1
- package/design-tokens/legacy-2017/tokens.d.ts +141 -89
- package/design-tokens/pt-2022/tokens/components/alert.json5 +7 -7
- package/design-tokens/pt-2022/tokens/components/autocomplete.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/badge.json5 +6 -6
- package/design-tokens/pt-2022/tokens/components/button-toggle.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/button.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/card.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/checkbox.json5 +3 -3
- package/design-tokens/pt-2022/tokens/components/datepicker.json5 +8 -8
- package/design-tokens/pt-2022/tokens/components/dropdown.json5 +3 -3
- package/design-tokens/pt-2022/tokens/components/form-field.json5 +6 -6
- package/design-tokens/pt-2022/tokens/components/forms.json5 +10 -10
- package/design-tokens/pt-2022/tokens/components/icon.json5 +104 -0
- package/design-tokens/pt-2022/tokens/components/input.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/modal.json5 +7 -7
- package/design-tokens/pt-2022/tokens/components/navbar.json5 +8 -8
- package/design-tokens/pt-2022/tokens/components/option.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/popover.json5 +6 -6
- package/design-tokens/pt-2022/tokens/components/progress-bar.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/progress-spinner.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/select.json5 +6 -6
- package/design-tokens/pt-2022/tokens/components/sidepanel.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/table.json5 +3 -3
- package/design-tokens/pt-2022/tokens/components/tabs.json5 +6 -6
- package/design-tokens/pt-2022/tokens/components/tags.json5 +7 -7
- package/design-tokens/pt-2022/tokens/components/textarea.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/timepicker.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/toggle.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/tooltip.json5 +6 -6
- package/design-tokens/pt-2022/tokens/components/tree.json5 +1 -1
- package/design-tokens/pt-2022/tokens/properties/colors.json5 +4 -0
- package/design-tokens/pt-2022/tokens/properties/globals.json5 +1 -1
- package/design-tokens/pt-2022/tokens/properties/palette.json5 +7 -0
- package/design-tokens/pt-2022/tokens.d.ts +432 -88
- package/dropdown/dropdown-trigger.directive.d.ts +4 -3
- package/esm2020/autocomplete/autocomplete-origin.directive.mjs +3 -3
- package/esm2020/autocomplete/autocomplete-trigger.directive.mjs +3 -3
- package/esm2020/autocomplete/autocomplete.component.mjs +5 -5
- package/esm2020/autocomplete/autocomplete.module.mjs +4 -4
- package/esm2020/button/button.component.mjs +7 -7
- package/esm2020/button/button.module.mjs +4 -4
- package/esm2020/button-toggle/button-toggle.component.mjs +8 -8
- package/esm2020/button-toggle/button-toggle.module.mjs +4 -4
- package/esm2020/card/card.component.mjs +3 -3
- package/esm2020/card/card.module.mjs +4 -4
- package/esm2020/checkbox/checkbox-module.mjs +4 -4
- package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
- package/esm2020/checkbox/checkbox.mjs +3 -3
- package/esm2020/core/common-behaviors/common-module.mjs +4 -4
- package/esm2020/core/error/error-options.mjs +6 -6
- package/esm2020/core/formatters/date/formatter.mjs +3 -3
- package/esm2020/core/formatters/index.mjs +4 -4
- package/esm2020/core/formatters/number/formatter.mjs +4 -4
- package/esm2020/core/forms/forms-module.mjs +4 -4
- package/esm2020/core/forms/forms.directive.mjs +6 -6
- package/esm2020/core/highlight/highlight.pipe.mjs +3 -3
- package/esm2020/core/highlight/index.mjs +4 -4
- package/esm2020/core/line/line.mjs +7 -7
- package/esm2020/core/option/action.mjs +3 -3
- package/esm2020/core/option/optgroup.mjs +3 -3
- package/esm2020/core/option/option-module.mjs +4 -4
- package/esm2020/core/option/option.mjs +4 -4
- package/esm2020/core/pop-up/pop-up-trigger.mjs +3 -3
- package/esm2020/core/pop-up/pop-up.mjs +3 -3
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
- package/esm2020/core/services/measure-scrollbar.service.mjs +3 -3
- package/esm2020/datepicker/calendar-body.component.mjs +3 -3
- package/esm2020/datepicker/calendar.component.mjs +6 -6
- package/esm2020/datepicker/datepicker-input.directive.mjs +3 -3
- package/esm2020/datepicker/datepicker-intl.mjs +3 -3
- package/esm2020/datepicker/datepicker-module.mjs +4 -4
- package/esm2020/datepicker/datepicker-toggle.component.mjs +6 -6
- package/esm2020/datepicker/datepicker.component.mjs +6 -6
- package/esm2020/datepicker/month-view.component.mjs +3 -3
- package/esm2020/datepicker/multi-year-view.component.mjs +3 -3
- package/esm2020/datepicker/year-view.component.mjs +3 -3
- package/esm2020/design-tokens/legacy-2017/tokens.mjs +142 -90
- package/esm2020/design-tokens/pt-2022/tokens.mjs +167 -108
- package/esm2020/divider/divider.component.mjs +3 -3
- package/esm2020/divider/divider.module.mjs +4 -4
- package/esm2020/dl/dl.component.mjs +9 -9
- package/esm2020/dl/dl.module.mjs +4 -4
- package/esm2020/dropdown/dropdown-content.directive.mjs +3 -3
- package/esm2020/dropdown/dropdown-item.component.mjs +3 -3
- package/esm2020/dropdown/dropdown-trigger.directive.mjs +11 -7
- package/esm2020/dropdown/dropdown.component.mjs +5 -5
- package/esm2020/dropdown/dropdown.module.mjs +4 -4
- package/esm2020/form-field/cleaner.mjs +3 -3
- package/esm2020/form-field/form-field.mjs +7 -7
- package/esm2020/form-field/form-field.module.mjs +4 -4
- package/esm2020/form-field/hint.mjs +3 -3
- package/esm2020/form-field/password-hint.mjs +3 -3
- package/esm2020/form-field/prefix.mjs +3 -3
- package/esm2020/form-field/stepper.mjs +3 -3
- package/esm2020/form-field/suffix.mjs +3 -3
- package/esm2020/icon/icon.component.mjs +6 -6
- package/esm2020/icon/icon.module.mjs +4 -4
- package/esm2020/input/input-number-validators.mjs +6 -6
- package/esm2020/input/input-number.mjs +3 -3
- package/esm2020/input/input-password.mjs +6 -6
- package/esm2020/input/input.mjs +6 -6
- package/esm2020/input/input.module.mjs +4 -4
- package/esm2020/link/link.component.mjs +3 -3
- package/esm2020/link/link.module.mjs +4 -4
- package/esm2020/list/list-selection.component.mjs +6 -6
- package/esm2020/list/list.component.mjs +6 -6
- package/esm2020/list/list.module.mjs +4 -4
- package/esm2020/modal/css-unit.pipe.mjs +3 -3
- package/esm2020/modal/modal-control.service.mjs +3 -3
- package/esm2020/modal/modal.component.mjs +3 -3
- package/esm2020/modal/modal.directive.mjs +12 -12
- package/esm2020/modal/modal.module.mjs +4 -4
- package/esm2020/modal/modal.service.mjs +3 -3
- package/esm2020/navbar/navbar-item.component.mjs +32 -34
- package/esm2020/navbar/navbar.component.mjs +10 -10
- package/esm2020/navbar/navbar.module.mjs +4 -4
- package/esm2020/navbar/vertical-navbar.animation.mjs +3 -3
- package/esm2020/navbar/vertical-navbar.component.mjs +6 -6
- package/esm2020/popover/popover-confirm.component.mjs +7 -7
- package/esm2020/popover/popover.component.mjs +7 -7
- package/esm2020/popover/popover.module.mjs +4 -4
- package/esm2020/progress-bar/progress-bar.component.mjs +3 -3
- package/esm2020/progress-bar/progress-bar.module.mjs +4 -4
- package/esm2020/progress-spinner/progress-spinner.component.mjs +3 -3
- package/esm2020/progress-spinner/progress-spinner.module.mjs +4 -4
- package/esm2020/radio/radio.component.mjs +6 -6
- package/esm2020/radio/radio.module.mjs +4 -4
- package/esm2020/select/select-option.directive.mjs +3 -3
- package/esm2020/select/select.component.mjs +15 -15
- package/esm2020/select/select.module.mjs +4 -4
- package/esm2020/sidebar/sidebar.component.mjs +9 -9
- package/esm2020/sidebar/sidebar.module.mjs +4 -4
- package/esm2020/sidepanel/sidepanel-container.component.mjs +3 -3
- package/esm2020/sidepanel/sidepanel-directives.mjs +15 -15
- package/esm2020/sidepanel/sidepanel.module.mjs +4 -4
- package/esm2020/sidepanel/sidepanel.service.mjs +3 -3
- package/esm2020/splitter/splitter.component.mjs +12 -12
- package/esm2020/splitter/splitter.module.mjs +4 -4
- package/esm2020/table/table.component.mjs +3 -3
- package/esm2020/table/table.module.mjs +4 -4
- package/esm2020/tabs/paginated-tab-header.mjs +3 -3
- package/esm2020/tabs/tab-body.component.mjs +6 -6
- package/esm2020/tabs/tab-content.directive.mjs +3 -3
- package/esm2020/tabs/tab-group.component.mjs +18 -18
- package/esm2020/tabs/tab-header.component.mjs +4 -4
- package/esm2020/tabs/tab-label-wrapper.directive.mjs +3 -3
- package/esm2020/tabs/tab-label.directive.mjs +3 -3
- package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +6 -6
- package/esm2020/tabs/tab.component.mjs +3 -3
- package/esm2020/tabs/tabs.module.mjs +4 -4
- package/esm2020/tags/tag-input.mjs +3 -3
- package/esm2020/tags/tag-list.component.mjs +4 -4
- package/esm2020/tags/tag.component.mjs +21 -23
- package/esm2020/tags/tag.module.mjs +4 -4
- package/esm2020/textarea/textarea.component.mjs +3 -3
- package/esm2020/textarea/textarea.module.mjs +4 -4
- package/esm2020/timepicker/timepicker.directive.mjs +3 -3
- package/esm2020/timepicker/timepicker.module.mjs +4 -4
- package/esm2020/toggle/toggle.component.mjs +3 -3
- package/esm2020/toggle/toggle.module.mjs +4 -4
- package/esm2020/tooltip/tooltip.component.mjs +14 -14
- package/esm2020/tooltip/tooltip.module.mjs +4 -4
- package/esm2020/tree/node.mjs +3 -3
- package/esm2020/tree/outlet.mjs +3 -3
- package/esm2020/tree/padding.directive.mjs +9 -12
- package/esm2020/tree/toggle.mjs +9 -9
- package/esm2020/tree/tree-base.mjs +6 -6
- package/esm2020/tree/tree-option.component.mjs +8 -8
- package/esm2020/tree/tree-selection.component.mjs +3 -3
- package/esm2020/tree/tree.mjs +3 -3
- package/esm2020/tree/tree.module.mjs +4 -4
- package/esm2020/tree-select/tree-select.component.mjs +12 -12
- package/esm2020/tree-select/tree-select.module.mjs +4 -4
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +15 -15
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +12 -12
- package/fesm2015/ptsecurity-mosaic-button.mjs +11 -11
- package/fesm2015/ptsecurity-mosaic-card.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-core.mjs +75 -75
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +40 -40
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +360 -197
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-divider.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-dl.mjs +13 -13
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs +24 -20
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-form-field.mjs +29 -29
- package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-icon.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-input.mjs +25 -25
- package/fesm2015/ptsecurity-mosaic-link.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-list.mjs +16 -16
- package/fesm2015/ptsecurity-mosaic-modal.mjs +28 -28
- package/fesm2015/ptsecurity-mosaic-navbar.mjs +52 -54
- package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-popover.mjs +18 -18
- package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-radio.mjs +10 -10
- package/fesm2015/ptsecurity-mosaic-select.mjs +21 -21
- package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +25 -25
- package/fesm2015/ptsecurity-mosaic-splitter.mjs +16 -16
- package/fesm2015/ptsecurity-mosaic-table.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-tabs.mjs +53 -53
- package/fesm2015/ptsecurity-mosaic-tags.mjs +31 -33
- package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-textarea.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-toggle.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs +17 -17
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs +15 -15
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree.mjs +151 -152
- package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +15 -15
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +12 -12
- package/fesm2020/ptsecurity-mosaic-button.mjs +11 -11
- package/fesm2020/ptsecurity-mosaic-card.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-core.mjs +75 -75
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +40 -40
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +360 -197
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-divider.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-dl.mjs +13 -13
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs +24 -20
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-form-field.mjs +29 -29
- package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-icon.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-input.mjs +25 -25
- package/fesm2020/ptsecurity-mosaic-link.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-list.mjs +16 -16
- package/fesm2020/ptsecurity-mosaic-modal.mjs +28 -28
- package/fesm2020/ptsecurity-mosaic-navbar.mjs +52 -54
- package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-popover.mjs +18 -18
- package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-radio.mjs +10 -10
- package/fesm2020/ptsecurity-mosaic-select.mjs +21 -21
- package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +25 -25
- package/fesm2020/ptsecurity-mosaic-splitter.mjs +16 -16
- package/fesm2020/ptsecurity-mosaic-table.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-tabs.mjs +53 -53
- package/fesm2020/ptsecurity-mosaic-tags.mjs +31 -33
- package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-textarea.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-toggle.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs +17 -17
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs +15 -15
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree.mjs +148 -149
- package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/package.json +4 -4
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/default-theme.css +1 -1
- package/tags/tag.component.d.ts +1 -1
- package/tree/padding.directive.d.ts +5 -7
- package/tree/tree-option.component.d.ts +2 -2
@@ -23,6 +23,8 @@ const LightColorSchemeForegroundBorder$1 = "#B3B3B3";
|
|
23
23
|
const LightColorSchemeForegroundIcon$1 = "#999999";
|
24
24
|
const LightColorSchemeBackgroundBackground$1 = "white";
|
25
25
|
const LightColorSchemeBackgroundBackgroundDisabled$1 = "#F0F0F0";
|
26
|
+
const LightColorSchemeBackgroundBackgroundLessContrast$1 = "#F0F0F0";
|
27
|
+
const LightColorSchemeBackgroundBackgroundUnder$1 = "#F0F0F0";
|
26
28
|
const LightColorSchemeBackgroundOverlayHover$1 = "rgba(black, 0.05)";
|
27
29
|
const LightColorSchemeBackgroundOverlayActive$1 = "rgba(black, 0.1)";
|
28
30
|
const LightColorSchemeBackgroundOverlayDisabled$1 = "rgba(white, 0.3)";
|
@@ -52,6 +54,8 @@ const DarkColorSchemeForegroundBorder$1 = "#808080";
|
|
52
54
|
const DarkColorSchemeForegroundIcon$1 = "#999999";
|
53
55
|
const DarkColorSchemeBackgroundBackground$1 = "#333333";
|
54
56
|
const DarkColorSchemeBackgroundBackgroundDisabled$1 = "#666666";
|
57
|
+
const DarkColorSchemeBackgroundBackgroundLessContrast$1 = "#666666";
|
58
|
+
const DarkColorSchemeBackgroundBackgroundUnder$1 = "darken(#333333, 5%)";
|
55
59
|
const DarkColorSchemeBackgroundOverlayHover$1 = "rgba(black, 0.05)";
|
56
60
|
const DarkColorSchemeBackgroundOverlayActive$1 = "rgba(black, 0.1)";
|
57
61
|
const DarkColorSchemeBackgroundOverlayDisabled$1 = "rgba(white, 0.2)";
|
@@ -370,18 +374,18 @@ const AlertDarkColorSchemeDefaultBorder$1 = "#4D4D4D";
|
|
370
374
|
const AlertDarkColorSchemeDefaultIcon$1 = "#999999";
|
371
375
|
const AlertSizeBorderWidth$1 = "1px";
|
372
376
|
const AlertSizeBorderRadius$1 = "4px";
|
373
|
-
const AlertSizeHorizontalPadding$1 = "
|
374
|
-
const AlertSizeVerticalPadding$1 = "
|
375
|
-
const AlertSizeIconMargin$1 = "
|
376
|
-
const AlertSizeCloseButtonWidth$1 = "
|
377
|
-
const AlertSizeSmallVerticalPadding$1 = "
|
377
|
+
const AlertSizeHorizontalPadding$1 = "16rem";
|
378
|
+
const AlertSizeVerticalPadding$1 = "12rem";
|
379
|
+
const AlertSizeIconMargin$1 = "8rem";
|
380
|
+
const AlertSizeCloseButtonWidth$1 = "16rem";
|
381
|
+
const AlertSizeSmallVerticalPadding$1 = "12rem";
|
378
382
|
const AlertFontDefaultHeader$1 = "subheading";
|
379
383
|
const AlertFontDefaultBody$1 = "body";
|
380
384
|
const AlertFontSmallHeader$1 = "caption";
|
381
385
|
const AlertFontSmallBody$1 = "caption";
|
382
|
-
const AutocompleteSizePanelPadding$1 = "
|
386
|
+
const AutocompleteSizePanelPadding$1 = "4rem 0";
|
383
387
|
const AutocompleteSizePanelMaxHeight$1 = "256px";
|
384
|
-
const AutocompleteSizePanelBorderRadius$1 = "
|
388
|
+
const AutocompleteSizePanelBorderRadius$1 = "4px";
|
385
389
|
const BadgeLightColorSchemeSolidPrimaryBackground$1 = "#338FCC";
|
386
390
|
const BadgeLightColorSchemeSolidPrimaryColor$1 = "white";
|
387
391
|
const BadgeLightColorSchemeSolidPrimaryBorder$1 = "#338FCC";
|
@@ -462,14 +466,14 @@ const BadgeDarkColorSchemeSolidSecondBackground$1 = "#4D4D4D";
|
|
462
466
|
const BadgeDarkColorSchemeSolidSecondColor$1 = "white";
|
463
467
|
const BadgeSizeDefaultHeight$1 = "24rem";
|
464
468
|
const BadgeSizeDefaultMinWidth$1 = "10px";
|
465
|
-
const BadgeSizeDefaultPadding$1 = "0
|
469
|
+
const BadgeSizeDefaultPadding$1 = "0 8rem";
|
466
470
|
const BadgeSizeDefaultBorderWidth$1 = "1px";
|
467
471
|
const BadgeSizeDefaultBorderRadius$1 = "4px";
|
468
472
|
const BadgeSizeMiniHeight$1 = "16rem";
|
469
473
|
const BadgeSizeMiniMinWidth$1 = "10px";
|
470
474
|
const BadgeSizeMiniBorderWidth$1 = "1px";
|
471
|
-
const BadgeSizeMiniBorderRadius$1 = "
|
472
|
-
const BadgeSizeMiniPadding$1 = "0
|
475
|
+
const BadgeSizeMiniBorderRadius$1 = "2rem";
|
476
|
+
const BadgeSizeMiniPadding$1 = "0 4rem";
|
473
477
|
const BadgeFontDefaultDefault$1 = "caption";
|
474
478
|
const BadgeFontDefaultCaps$1 = "caption-caps";
|
475
479
|
const BadgeFontDefaultMono$1 = "caption-mono";
|
@@ -477,7 +481,7 @@ const BadgeFontMiniDefault$1 = "extra-small-text";
|
|
477
481
|
const BadgeFontMiniCaps$1 = "extra-small-text-caps";
|
478
482
|
const BadgeFontMiniMono$1 = "extra-small-text-mono";
|
479
483
|
const ButtonToggleSizeBorderSize$1 = "1px";
|
480
|
-
const ButtonToggleSizeBorderRadius$1 = "
|
484
|
+
const ButtonToggleSizeBorderRadius$1 = "4px";
|
481
485
|
const ButtonLightColorSchemeActiveShadow$1 = "inset 0 1px 2px 0 rgba(black, 0.2)";
|
482
486
|
const ButtonLightColorSchemePrimaryColor$1 = "white";
|
483
487
|
const ButtonLightColorSchemePrimaryBorder$1 = "#277BB3";
|
@@ -530,7 +534,7 @@ const ButtonDarkColorSchemeErrorStatesActiveBorder$1 = "darken(#808080, 5)";
|
|
530
534
|
const ButtonDarkColorSchemeErrorStatesActiveBackground$1 = "darken(#666666, 5)";
|
531
535
|
const ButtonSizeHeight$1 = "32rem";
|
532
536
|
const ButtonSizeBorderWidth$1 = "1px";
|
533
|
-
const ButtonSizeBorderRadius$1 = "
|
537
|
+
const ButtonSizeBorderRadius$1 = "4px";
|
534
538
|
const ButtonSizeHorizontalPadding$1 = "12rem";
|
535
539
|
const ButtonFontDefault$1 = "body";
|
536
540
|
const ButtonFontPrimary$1 = "body-strong";
|
@@ -561,7 +565,7 @@ const CardDarkColorSchemeSuccessShadow$1 = "#4D4D4D";
|
|
561
565
|
const CardDarkColorSchemeInfoVerticalLine$1 = "#57A4D7";
|
562
566
|
const CardDarkColorSchemeInfoBackground$1 = "#114E77";
|
563
567
|
const CardDarkColorSchemeInfoShadow$1 = "#4D4D4D";
|
564
|
-
const CardSizeVerticalLine$1 = "
|
568
|
+
const CardSizeVerticalLine$1 = "4rem";
|
565
569
|
const CheckboxLightColorSchemeBorder$1 = "#B3B3B3";
|
566
570
|
const CheckboxLightColorSchemeStatesCheckedBorder$1 = "#206EA2";
|
567
571
|
const CheckboxLightColorSchemeStatesCheckedBackground$1 = "#338FCC";
|
@@ -572,8 +576,8 @@ const CheckboxDarkColorSchemeStatesCheckedBorder$1 = "#57A4D7";
|
|
572
576
|
const CheckboxDarkColorSchemeStatesCheckedBackground$1 = "#206EA2";
|
573
577
|
const CheckboxDarkColorSchemeStatesFocusedBorder$1 = "#57A4D7";
|
574
578
|
const CheckboxDarkColorSchemeStatesFocusedShadow$1 = "0 0 0 1px #57A4D7";
|
575
|
-
const CheckboxSizeWidth$1 = "
|
576
|
-
const CheckboxSizeLabelMargin$1 = "
|
579
|
+
const CheckboxSizeWidth$1 = "16rem";
|
580
|
+
const CheckboxSizeLabelMargin$1 = "8rem";
|
577
581
|
const CheckboxSizeBorderWidth$1 = "1px";
|
578
582
|
const CheckboxSizeToggleBoxShadow$1 = "inset 0 0 1px 0 rgba(0, 0, 0, 0.2)";
|
579
583
|
const CheckboxFontDefault$1 = "body";
|
@@ -583,17 +587,17 @@ const DatepickerBodyLightColorSchemeStatesSelectedColor$1 = "#338FCC";
|
|
583
587
|
const DatepickerBodyLightColorSchemeStatesSelectedBackground$1 = "#D8EAF7";
|
584
588
|
const DatepickerBodyDarkColorSchemeStatesSelectedColor$1 = "#338FCC";
|
585
589
|
const DatepickerBodyDarkColorSchemeStatesSelectedBackground$1 = "#114E77";
|
586
|
-
const DatepickerBodySizeLabelPaddings$1 = "
|
587
|
-
const DatepickerBodySizeCellMinSize$1 = "
|
590
|
+
const DatepickerBodySizeLabelPaddings$1 = "8rem 28px 12rem 12rem";
|
591
|
+
const DatepickerBodySizeCellMinSize$1 = "32rem";
|
588
592
|
const DatepickerBodySizeCellMargin$1 = "5%";
|
589
|
-
const DatepickerBodySizeCellPadding$1 = "
|
593
|
+
const DatepickerBodySizeCellPadding$1 = "8rem";
|
590
594
|
const DatepickerBodySizeCellBorderWidth$1 = "1px";
|
591
595
|
const DatepickerBodyFontLabel$1 = "body-strong";
|
592
596
|
const DatepickerBodyFontToday$1 = "body-strong";
|
593
|
-
const DatepickerCalendarSizePaddingTop$1 = "
|
594
|
-
const DatepickerCalendarSizePaddingHorizontal$1 = "
|
595
|
-
const DatepickerCalendarSizePaddingBottom$1 = "
|
596
|
-
const DatepickerCalendarSizePaddingBlocks$1 = "
|
597
|
+
const DatepickerCalendarSizePaddingTop$1 = "16rem";
|
598
|
+
const DatepickerCalendarSizePaddingHorizontal$1 = "8rem";
|
599
|
+
const DatepickerCalendarSizePaddingBottom$1 = "8rem";
|
600
|
+
const DatepickerCalendarSizePaddingBlocks$1 = "12rem";
|
597
601
|
const DatepickerCalendarSizeDividerWidth$1 = "1px";
|
598
602
|
const DatepickerCalendarSizeIconBorderWidth$1 = "2px";
|
599
603
|
const DatepickerCalendarSizeIconPrevIconTransform$1 = "translateX(2px) rotate(-45deg)";
|
@@ -632,9 +636,9 @@ const DropdownDividerSizeMargin$1 = "4px 0";
|
|
632
636
|
const DropdownTriggerSizeButtonRightPadding$1 = "8rem";
|
633
637
|
const DropdownTriggerSizeRightIconPadding$1 = "2rem";
|
634
638
|
const DropdownPanelSizeMaxWidth$1 = "640px";
|
635
|
-
const DropdownPanelSizePadding$1 = "
|
639
|
+
const DropdownPanelSizePadding$1 = "4rem 0";
|
636
640
|
const DropdownPanelSizeBorderWidth$1 = "1px";
|
637
|
-
const DropdownPanelSizeBorderRadius$1 = "
|
641
|
+
const DropdownPanelSizeBorderRadius$1 = "4px";
|
638
642
|
const FormFieldLightColorSchemeBorder$1 = "#B3B3B3";
|
639
643
|
const FormFieldLightColorSchemeBackground$1 = "white";
|
640
644
|
const FormFieldLightColorSchemeStatesHoverBorder$1 = "#999999";
|
@@ -647,10 +651,10 @@ const FormFieldDarkColorSchemeStatesInvalidBorder$1 = "#E76E5C";
|
|
647
651
|
const FormFieldDarkColorSchemeStatesInvalidBackground$1 = "transparent";
|
648
652
|
const FormFieldSizeHeight$1 = "32rem";
|
649
653
|
const FormFieldSizeBorderWidth$1 = "1px";
|
650
|
-
const FormFieldSizeBorderRadius$1 = "
|
651
|
-
const FormFieldSizeButtonWidth$1 = "
|
654
|
+
const FormFieldSizeBorderRadius$1 = "4px";
|
655
|
+
const FormFieldSizeButtonWidth$1 = "32rem";
|
652
656
|
const FormFieldFontDefault$1 = "body";
|
653
|
-
const FormFieldHintSizeMarginTop$1 = "
|
657
|
+
const FormFieldHintSizeMarginTop$1 = "4rem";
|
654
658
|
const FormFieldHintFontDefault$1 = "caption";
|
655
659
|
const FormFieldPasswordHintLightColorSchemeTextColor$1 = "#4D4D4D";
|
656
660
|
const FormFieldPasswordHintLightColorSchemeIconColor$1 = "#4D4D4D";
|
@@ -664,28 +668,76 @@ const FormFieldPasswordHintDarkColorSchemeStatesInvalidIconColor$1 = "#E76E5C";
|
|
664
668
|
const FormFieldPasswordHintDarkColorSchemeStatesInvalidTextColor$1 = "#F0F0F0";
|
665
669
|
const FormFieldPasswordHintDarkColorSchemeStatesValidTextColor$1 = "#6FBA53";
|
666
670
|
const FormFieldPasswordHintDarkColorSchemeStatesValidIconColor$1 = "#6FBA53";
|
667
|
-
const FormFieldPasswordHintSizeMarginTop$1 = "
|
668
|
-
const FormFieldPasswordHintSizeIconMargin$1 = "
|
671
|
+
const FormFieldPasswordHintSizeMarginTop$1 = "8rem";
|
672
|
+
const FormFieldPasswordHintSizeIconMargin$1 = "4rem";
|
669
673
|
const FormFieldPasswordHintFontDefault$1 = "caption";
|
670
674
|
const FormsLightColorSchemeLabel$1 = "#999999";
|
671
675
|
const FormsLightColorSchemeLegend$1 = "#4D4D4D";
|
672
676
|
const FormsDarkColorSchemeLabel$1 = "#999999";
|
673
677
|
const FormsDarkColorSchemeLegend$1 = "#F0F0F0";
|
674
|
-
const FormsSizeHorizontalRowMarginBottom$1 = "
|
675
|
-
const FormsSizeHorizontalLabelPaddingTop$1 = "
|
678
|
+
const FormsSizeHorizontalRowMarginBottom$1 = "20rem";
|
679
|
+
const FormsSizeHorizontalLabelPaddingTop$1 = "6rem";
|
676
680
|
const FormsSizeHorizontalLabelPaddingBottom$1 = "0";
|
677
|
-
const FormsSizeHorizontalControlPaddingLeft$1 = "
|
678
|
-
const FormsSizeHorizontalLegendMarginTop$1 = "
|
679
|
-
const FormsSizeHorizontalLegendMarginBottom$1 = "
|
680
|
-
const FormsSizeVerticalRowMarginBottom$1 = "
|
681
|
+
const FormsSizeHorizontalControlPaddingLeft$1 = "16rem";
|
682
|
+
const FormsSizeHorizontalLegendMarginTop$1 = "32rem";
|
683
|
+
const FormsSizeHorizontalLegendMarginBottom$1 = "16rem";
|
684
|
+
const FormsSizeVerticalRowMarginBottom$1 = "16rem";
|
681
685
|
const FormsSizeVerticalLabelPaddingTop$1 = "0";
|
682
|
-
const FormsSizeVerticalLabelPaddingBottom$1 = "
|
683
|
-
const FormsSizeVerticalControlPaddingLeft$1 = "
|
684
|
-
const FormsSizeVerticalLegendMarginTop$1 = "
|
685
|
-
const FormsSizeVerticalLegendMarginBottom$1 = "
|
686
|
+
const FormsSizeVerticalLabelPaddingBottom$1 = "4rem";
|
687
|
+
const FormsSizeVerticalControlPaddingLeft$1 = "24rem";
|
688
|
+
const FormsSizeVerticalLegendMarginTop$1 = "32rem";
|
689
|
+
const FormsSizeVerticalLegendMarginBottom$1 = "12rem";
|
686
690
|
const FormsFontDefaultLabel$1 = "body";
|
687
691
|
const FormsFontDefaultLegend$1 = "subheading";
|
688
|
-
const
|
692
|
+
const IconLightColorSchemeSecondaryDefault$1 = "#999999";
|
693
|
+
const IconLightColorSchemeSecondaryStatesHover$1 = "#4D4D4D";
|
694
|
+
const IconLightColorSchemeSecondaryStatesActive$1 = "#333333";
|
695
|
+
const IconLightColorSchemeSecondaryStatesDisabled$1 = "mix(#999999, transparent, 30%)";
|
696
|
+
const IconLightColorSchemePrimaryDefault$1 = "#57A4D7";
|
697
|
+
const IconLightColorSchemePrimaryStatesHover$1 = "#114E77";
|
698
|
+
const IconLightColorSchemePrimaryStatesActive$1 = "#07314D";
|
699
|
+
const IconLightColorSchemePrimaryStatesDisabled$1 = "mix(#57A4D7, transparent, 30%)";
|
700
|
+
const IconLightColorSchemeInfoDefault$1 = "#57A4D7";
|
701
|
+
const IconLightColorSchemeInfoStatesHover$1 = "#114E77";
|
702
|
+
const IconLightColorSchemeInfoStatesActive$1 = "#07314D";
|
703
|
+
const IconLightColorSchemeInfoStatesDisabled$1 = "mix(#57A4D7, transparent, 30%)";
|
704
|
+
const IconLightColorSchemeSuccessDefault$1 = "#6FBA53";
|
705
|
+
const IconLightColorSchemeSuccessStatesHover$1 = "#276211";
|
706
|
+
const IconLightColorSchemeSuccessStatesActive$1 = "#163F07";
|
707
|
+
const IconLightColorSchemeSuccessStatesDisabled$1 = "mix(#6FBA53, transparent, 30%)";
|
708
|
+
const IconLightColorSchemeWarningDefault$1 = "#DFA739";
|
709
|
+
const IconLightColorSchemeWarningStatesHover$1 = "#7D5504";
|
710
|
+
const IconLightColorSchemeWarningStatesActive$1 = "#503602";
|
711
|
+
const IconLightColorSchemeWarningStatesDisabled$1 = "mix(#DFA739, transparent, 30%)";
|
712
|
+
const IconLightColorSchemeErrorDefault$1 = "#E76E5C";
|
713
|
+
const IconLightColorSchemeErrorStatesHover$1 = "#832112";
|
714
|
+
const IconLightColorSchemeErrorStatesActive$1 = "#541208";
|
715
|
+
const IconLightColorSchemeErrorStatesDisabled$1 = "mix(#E76E5C, transparent, 30%)";
|
716
|
+
const IconDarkColorSchemeSecondaryDefault$1 = "#808080";
|
717
|
+
const IconDarkColorSchemeSecondaryStatesHover$1 = "#666666";
|
718
|
+
const IconDarkColorSchemeSecondaryStatesActive$1 = "#4D4D4D";
|
719
|
+
const IconDarkColorSchemeSecondaryStatesDisabled$1 = "mix(#808080, transparent, 30%)";
|
720
|
+
const IconDarkColorSchemePrimaryDefault$1 = "#338FCC";
|
721
|
+
const IconDarkColorSchemePrimaryStatesHover$1 = "#206EA2";
|
722
|
+
const IconDarkColorSchemePrimaryStatesActive$1 = "#114E77";
|
723
|
+
const IconDarkColorSchemePrimaryStatesDisabled$1 = "mix(#338FCC, transparent, 30%)";
|
724
|
+
const IconDarkColorSchemeInfoDefault$1 = "#338FCC";
|
725
|
+
const IconDarkColorSchemeInfoStatesHover$1 = "#206EA2";
|
726
|
+
const IconDarkColorSchemeInfoStatesActive$1 = "#114E77";
|
727
|
+
const IconDarkColorSchemeInfoStatesDisabled$1 = "mix(#338FCC, transparent, 30%)";
|
728
|
+
const IconDarkColorSchemeSuccessDefault$1 = "#52A832";
|
729
|
+
const IconDarkColorSchemeSuccessStatesHover$1 = "#3B8520";
|
730
|
+
const IconDarkColorSchemeSuccessStatesActive$1 = "#276211";
|
731
|
+
const IconDarkColorSchemeSuccessStatesDisabled$1 = "mix(#52A832, transparent, 30%)";
|
732
|
+
const IconDarkColorSchemeWarningDefault$1 = "#D6930D";
|
733
|
+
const IconDarkColorSchemeWarningStatesHover$1 = "#AA7408";
|
734
|
+
const IconDarkColorSchemeWarningStatesActive$1 = "#7D5504";
|
735
|
+
const IconDarkColorSchemeWarningStatesDisabled$1 = "mix(#D6930D, transparent, 30%)";
|
736
|
+
const IconDarkColorSchemeErrorDefault$1 = "#E04D36";
|
737
|
+
const IconDarkColorSchemeErrorStatesHover$1 = "#B23522";
|
738
|
+
const IconDarkColorSchemeErrorStatesActive$1 = "#832112";
|
739
|
+
const IconDarkColorSchemeErrorStatesDisabled$1 = "mix(#E04D36, transparent, 30%)";
|
740
|
+
const InputSizePadding$1 = "0 12rem";
|
689
741
|
const InputSizeWidth$1 = "100%";
|
690
742
|
const InputFontDefault$1 = "body";
|
691
743
|
const InputFontMonospace$1 = "body-mono";
|
@@ -725,34 +777,34 @@ const ModalSizeSmall$1 = "400px";
|
|
725
777
|
const ModalSizeNormal$1 = "640px";
|
726
778
|
const ModalSizeLarge$1 = "960px";
|
727
779
|
const ModalSizeTop$1 = "48px";
|
728
|
-
const ModalSizeCloseWidth$1 = "
|
780
|
+
const ModalSizeCloseWidth$1 = "56rem";
|
729
781
|
const ModalSizeBorderRadius$1 = "4px";
|
730
782
|
const ModalSizeBorderWidth$1 = "1px";
|
731
783
|
const ModalHeaderLightColorSchemeBorder$1 = "#E6E6E6";
|
732
784
|
const ModalHeaderDarkColorSchemeBorder$1 = "#666666";
|
733
785
|
const ModalHeaderSizeBorderRadius$1 = "4px 4px 0 0";
|
734
786
|
const ModalHeaderSizeHeight$1 = "56rem";
|
735
|
-
const ModalHeaderSizePadding$1 = "0
|
787
|
+
const ModalHeaderSizePadding$1 = "0 16rem";
|
736
788
|
const ModalHeaderFontDefault$1 = "title";
|
737
789
|
const ModalBodySizeMaxHeight$1 = "calc(100vh - 260px)";
|
738
|
-
const ModalBodySizePadding$1 = "
|
790
|
+
const ModalBodySizePadding$1 = "16rem 24rem 24rem";
|
739
791
|
const ModalBodyFontDefault$1 = "body";
|
740
792
|
const ModalFooterLightColorSchemeBorder$1 = "#E6E6E6";
|
741
793
|
const ModalFooterDarkColorSchemeBorder$1 = "#666666";
|
742
794
|
const ModalFooterSizeBorderRadius$1 = "0 0 4px 4px";
|
743
795
|
const ModalFooterSizeHeight$1 = "64rem";
|
744
796
|
const ModalFooterSizePadding$1 = "0 16rem";
|
745
|
-
const ModalConfirmSizePadding$1 = "
|
797
|
+
const ModalConfirmSizePadding$1 = "24rem";
|
746
798
|
const NavbarLightColorSchemeBackground$1 = "#114E77";
|
747
799
|
const NavbarLightColorSchemeDividerBackground$1 = "rgba(255, 255, 255, 0.3)";
|
748
800
|
const NavbarDarkColorSchemeBackground$1 = "#114E77";
|
749
801
|
const NavbarDarkColorSchemeDividerBackground$1 = "rgba(255, 255, 255, 0.3)";
|
750
|
-
const NavbarSizeIconMargin$1 = "
|
802
|
+
const NavbarSizeIconMargin$1 = "6rem";
|
751
803
|
const NavbarSizeRightIconMargin$1 = "2rem";
|
752
804
|
const NavbarFontTitle$1 = "body";
|
753
805
|
const VerticalNavbarSizeStatesExpandedWidth$1 = "240px";
|
754
|
-
const VerticalNavbarSizeStatesCollapsedWidth$1 = "
|
755
|
-
const VerticalNavbarSizeIconMargin$1 = "
|
806
|
+
const VerticalNavbarSizeStatesCollapsedWidth$1 = "56rem";
|
807
|
+
const VerticalNavbarSizeIconMargin$1 = "16rem";
|
756
808
|
const NavbarItemLightColorSchemeText$1 = "#D8EAF7";
|
757
809
|
const NavbarItemLightColorSchemeIcon$1 = "#D8EAF7";
|
758
810
|
const NavbarItemLightColorSchemeStatesActive$1 = "rgba(0, 0, 0, 0.1)";
|
@@ -767,16 +819,16 @@ const NavbarItemDarkColorSchemeStatesSelected$1 = "#206EA2";
|
|
767
819
|
const NavbarItemDarkColorSchemeStatesHover$1 = "rgba(255, 255, 255, 0.1)";
|
768
820
|
const NavbarItemDarkColorSchemeStatesProgress$1 = "#07314D";
|
769
821
|
const NavbarItemDarkColorSchemeStatesDisabledOpacity$1 = 0.3;
|
770
|
-
const NavbarItemSizePadding$1 = "
|
771
|
-
const NavbarItemSizeHeight$1 = "
|
772
|
-
const NavbarItemSizeHeightVertical$1 = "
|
773
|
-
const NavbarBrandSizePadding$1 = "
|
774
|
-
const NavbarBrandSizeMarginRight$1 = "
|
822
|
+
const NavbarItemSizePadding$1 = "16rem";
|
823
|
+
const NavbarItemSizeHeight$1 = "48rem";
|
824
|
+
const NavbarItemSizeHeightVertical$1 = "56rem";
|
825
|
+
const NavbarBrandSizePadding$1 = "12rem";
|
826
|
+
const NavbarBrandSizeMarginRight$1 = "24rem";
|
775
827
|
const NavbarBrandFontTitle$1 = "title";
|
776
828
|
const OptgroupSizePaddingLeft$1 = "17px";
|
777
829
|
const OptgroupFontDefault$1 = "subheading";
|
778
|
-
const OptionSizeHorizontalPadding$1 = "
|
779
|
-
const OptionSizeHeight$1 = "
|
830
|
+
const OptionSizeHorizontalPadding$1 = "12rem";
|
831
|
+
const OptionSizeHeight$1 = "32rem";
|
780
832
|
const OptionSizeBorderWidth$1 = "2px";
|
781
833
|
const OptionFontDefault$1 = "body";
|
782
834
|
const PopoverLightColorSchemeBackground$1 = "white";
|
@@ -788,8 +840,8 @@ const PopoverDarkColorSchemeText$1 = "#F0F0F0";
|
|
788
840
|
const PopoverDarkColorSchemeShadow$1 = "0 3px 3px 0 rgba(0, 0, 0, 0.2)";
|
789
841
|
const PopoverDarkColorSchemeBorder$1 = "#4D4D4D";
|
790
842
|
const PopoverSizeMaxHeight$1 = "480px";
|
791
|
-
const PopoverSizePadding$1 = "
|
792
|
-
const PopoverSizeBorderRadius$1 = "
|
843
|
+
const PopoverSizePadding$1 = "16rem";
|
844
|
+
const PopoverSizeBorderRadius$1 = "4px";
|
793
845
|
const PopoverSizeArrowSize$1 = "12px";
|
794
846
|
const PopoverSizeTriggerMargin$1 = "9px";
|
795
847
|
const PopoverSizeSmallWidth$1 = "200px";
|
@@ -803,15 +855,15 @@ const PopoverHeaderDarkColorSchemeBorder$1 = "transparent";
|
|
803
855
|
const PopoverHeaderDarkColorSchemeText$1 = "#F0F0F0";
|
804
856
|
const PopoverHeaderDarkColorSchemeBackground$1 = "#4D4D4D";
|
805
857
|
const PopoverHeaderSizeHeight$1 = "40rem";
|
806
|
-
const PopoverHeaderSizePadding$1 = "0
|
858
|
+
const PopoverHeaderSizePadding$1 = "0 16rem";
|
807
859
|
const PopoverHeaderFontDefault$1 = "subheading";
|
808
860
|
const PopoverFooterLightColorSchemeBorder$1 = "#F0F0F0";
|
809
861
|
const PopoverFooterLightColorSchemeBackground$1 = "#F0F0F0";
|
810
862
|
const PopoverFooterDarkColorSchemeBorder$1 = "transparent";
|
811
863
|
const PopoverFooterDarkColorSchemeBackground$1 = "transparent";
|
812
|
-
const PopoverFooterSizeMarginTop$1 = "
|
813
|
-
const PopoverFooterSizePadding$1 = "
|
814
|
-
const PopoverFooterSizeHeight$1 = "
|
864
|
+
const PopoverFooterSizeMarginTop$1 = "8rem";
|
865
|
+
const PopoverFooterSizePadding$1 = "12rem 16rem";
|
866
|
+
const PopoverFooterSizeHeight$1 = "56rem";
|
815
867
|
const PopoverFooterFontDefault$1 = "body";
|
816
868
|
const PopupLightColorSchemeShadow$1 = "0 3px 3px 0 rgba(0, 0, 0, 0.2)";
|
817
869
|
const PopupLightColorSchemeBorder$1 = "#B3B3B3";
|
@@ -825,8 +877,8 @@ const PopupDarkColorSchemeBackground$1 = "#4D4D4D";
|
|
825
877
|
const PopupDarkColorSchemeFooterBackground$1 = "transparent";
|
826
878
|
const ProgressBarLightColorSchemeBackground$1 = "#F0F0F0";
|
827
879
|
const ProgressBarDarkColorSchemeBackground$1 = "#666666";
|
828
|
-
const ProgressBarSizeHeight$1 = "
|
829
|
-
const ProgressSpinnerSizeSize$1 = "
|
880
|
+
const ProgressBarSizeHeight$1 = "4rem";
|
881
|
+
const ProgressSpinnerSizeSize$1 = "16rem";
|
830
882
|
const RadioLightColorSchemeOuterCircleBorder$1 = "#B3B3B3";
|
831
883
|
const RadioLightColorSchemeInnerCircleBorder$1 = "transparent";
|
832
884
|
const RadioLightColorSchemeStatesCheckedOuterCircleBorder$1 = "#338FCC";
|
@@ -844,29 +896,29 @@ const RadioDarkColorSchemeStatesFocusedInnerCircleShadow$1 = "0 0 0 1px #333333"
|
|
844
896
|
const RadioSizeSize$1 = "14px";
|
845
897
|
const RadioSizeLabelMargin$1 = "8px";
|
846
898
|
const RadioFontDefault$1 = "body";
|
847
|
-
const SelectSizeLeftPadding$1 = "
|
848
|
-
const SelectSizeRightPadding$1 = "
|
849
|
-
const SelectSizeLeftPaddingMultiple$1 = "
|
899
|
+
const SelectSizeLeftPadding$1 = "12rem";
|
900
|
+
const SelectSizeRightPadding$1 = "6rem";
|
901
|
+
const SelectSizeLeftPaddingMultiple$1 = "12rem";
|
850
902
|
const SelectFontDefault$1 = "body";
|
851
903
|
const SelectPanelSizeMaxHeight$1 = "232px";
|
852
904
|
const SelectPanelSizeMaxWidth$1 = "640px";
|
853
|
-
const SelectPanelSizeVerticalPadding$1 = "
|
905
|
+
const SelectPanelSizeVerticalPadding$1 = "4rem";
|
854
906
|
const SelectPanelSizeBorderWidth$1 = "1px";
|
855
|
-
const SelectPanelSizeBorderRadius$1 = "
|
907
|
+
const SelectPanelSizeBorderRadius$1 = "4px";
|
856
908
|
const SelectPanelFontDefault$1 = "body";
|
857
909
|
const SidepanelLightColorSchemeBorder$1 = "#B3B3B3";
|
858
910
|
const SidepanelDarkColorSchemeBorder$1 = "#333333";
|
859
911
|
const SidepanelFontDefault$1 = "body";
|
860
912
|
const SidepanelHeaderSizeHeight$1 = "56rem";
|
861
913
|
const SidepanelHeaderSizePadding$1 = "0 16rem";
|
862
|
-
const SidepanelHeaderSizeClosePadding$1 = "0 0 0
|
914
|
+
const SidepanelHeaderSizeClosePadding$1 = "0 0 0 8rem";
|
863
915
|
const SidepanelHeaderFontDefault$1 = "title";
|
864
916
|
const SidepanelFooterSizeHeight$1 = "64rem";
|
865
917
|
const SidepanelFooterSizePadding$1 = "0 16rem";
|
866
918
|
const SidepanelFooterFontDefault$1 = "body";
|
867
919
|
const TableSizeBorderWidth$1 = "1px";
|
868
|
-
const TableSizeRowPaddingVertical$1 = "
|
869
|
-
const TableSizeRowPaddingHorizontal$1 = "
|
920
|
+
const TableSizeRowPaddingVertical$1 = "8rem";
|
921
|
+
const TableSizeRowPaddingHorizontal$1 = "16rem";
|
870
922
|
const TableFontHeader$1 = "caption";
|
871
923
|
const TableFontBody$1 = "body-tabular";
|
872
924
|
const TabsLightColorSchemeBorder$1 = "#B3B3B3";
|
@@ -891,12 +943,12 @@ const TabsDarkColorSchemeStateEmptyText$1 = "#999999";
|
|
891
943
|
const TabsDarkColorSchemeStateDisabledIcon$1 = "#999999";
|
892
944
|
const TabsDarkColorSchemeStateDisabledText$1 = "#999999";
|
893
945
|
const TabsDarkColorSchemeStateDisabledMarkerOpacity$1 = "0.3";
|
894
|
-
const TabsSizeHeight$1 = "
|
895
|
-
const TabsSizeHighlightHeight$1 = "
|
896
|
-
const TabsSizePaddingHorizontal$1 = "
|
946
|
+
const TabsSizeHeight$1 = "40rem";
|
947
|
+
const TabsSizeHighlightHeight$1 = "4rem";
|
948
|
+
const TabsSizePaddingHorizontal$1 = "16rem";
|
897
949
|
const TabsSizeBorderWidth$1 = "1px";
|
898
|
-
const TabsSizeBorderRadius$1 = "
|
899
|
-
const TabsSizeLabelIconMargin$1 = "
|
950
|
+
const TabsSizeBorderRadius$1 = "4px";
|
951
|
+
const TabsSizeLabelIconMargin$1 = "8rem";
|
900
952
|
const TabsFontDefault$1 = "body";
|
901
953
|
const VerticalTabsLightColorSchemeStateNormalBackground$1 = "transparent";
|
902
954
|
const VerticalTabsLightColorSchemeStateSelectedBackground$1 = "#D8EAF7";
|
@@ -954,24 +1006,24 @@ const TagsDarkColorSchemeErrorStatesHoverIcon$1 = "#F4B7AE";
|
|
954
1006
|
const TagsDarkColorSchemeErrorStatesFocused$1 = "#E76E5C";
|
955
1007
|
const TagsDarkColorSchemeErrorStatesDisabledText$1 = "mix(#E76E5C, transparent, 50%)";
|
956
1008
|
const TagsDarkColorSchemeErrorStatesDisabledBackground$1 = "mix(#E76E5C, transparent, 10%)";
|
957
|
-
const TagsSizeMargin$1 = "
|
958
|
-
const TagsSizeHeight$1 = "
|
1009
|
+
const TagsSizeMargin$1 = "2rem";
|
1010
|
+
const TagsSizeHeight$1 = "24rem";
|
959
1011
|
const TagsSizeBorderWidth$1 = "1px";
|
960
1012
|
const TagsSizeBorderRadius$1 = "4px";
|
961
1013
|
const TagsSizeIconPadding$1 = "4rem";
|
962
|
-
const TagsSizeTextMargin$1 = "
|
1014
|
+
const TagsSizeTextMargin$1 = "8rem";
|
963
1015
|
const TagsFontDefault$1 = "caption";
|
964
1016
|
const TagsFontMono$1 = "caption-mono";
|
965
1017
|
const TagsFontCaps$1 = "caption-caps";
|
966
|
-
const TagListSizePadding$1 = "1px
|
1018
|
+
const TagListSizePadding$1 = "1px 12rem";
|
967
1019
|
const TagInputSizeHeight$1 = "22px";
|
968
|
-
const TagInputSizeMargin$1 = "2px
|
1020
|
+
const TagInputSizeMargin$1 = "2px 4rem";
|
969
1021
|
const TagInputFontDefault$1 = "body";
|
970
1022
|
const TextareaSizeMinHeight$1 = "50px";
|
971
|
-
const TextareaSizePadding$1 = "
|
1023
|
+
const TextareaSizePadding$1 = "5 12rem";
|
972
1024
|
const TextareaFontDefault$1 = "body";
|
973
1025
|
const TextareaFontMono$1 = "body-mono";
|
974
|
-
const TimepickerSizePaddingRight$1 = "
|
1026
|
+
const TimepickerSizePaddingRight$1 = "16rem";
|
975
1027
|
const ToggleLightColorSchemeBorder$1 = "#B3B3B3";
|
976
1028
|
const ToggleLightColorSchemeBackground$1 = "linear-gradient(to bottom, #E6E6E6, #F0F0F0)";
|
977
1029
|
const ToggleLightColorSchemeCircleBorder$1 = "#B3B3B3";
|
@@ -993,7 +1045,7 @@ const ToggleDarkColorSchemeErrorCheckedBackground$1 = "#E76E5C";
|
|
993
1045
|
const ToggleSizeHeight$1 = "16px";
|
994
1046
|
const ToggleSizeWidth$1 = "28px";
|
995
1047
|
const ToggleSizeBorderRadius$1 = "9px";
|
996
|
-
const ToggleSizeLabelMargin$1 = "
|
1048
|
+
const ToggleSizeLabelMargin$1 = "8rem";
|
997
1049
|
const ToggleFontDefault$1 = "body";
|
998
1050
|
const ToggleSmallSizeHeight$1 = "14px";
|
999
1051
|
const ToggleSmallSizeWidth$1 = "24px";
|
@@ -1015,8 +1067,8 @@ const TooltipDarkColorSchemeWarningText$1 = "#4D4D4D";
|
|
1015
1067
|
const TooltipDarkColorSchemeWarningBorder$1 = "#F0D49B";
|
1016
1068
|
const TooltipSizeMaxWidth$1 = "300px";
|
1017
1069
|
const TooltipSizeBorderWidth$1 = "1px";
|
1018
|
-
const TooltipSizeBorderRadius$1 = "
|
1019
|
-
const TooltipSizePadding$1 = "
|
1070
|
+
const TooltipSizeBorderRadius$1 = "4px";
|
1071
|
+
const TooltipSizePadding$1 = "8rem 16rem";
|
1020
1072
|
const TooltipSizeArrowSize$1 = "12px";
|
1021
1073
|
const TooltipSizeTriggerMargin$1 = "9px";
|
1022
1074
|
const TooltipFontDefault$1 = "caption";
|
@@ -1028,10 +1080,10 @@ const ExtendedTooltipDarkColorSchemeBackground$1 = "#4D4D4D";
|
|
1028
1080
|
const ExtendedTooltipDarkColorSchemeText$1 = "#F0F0F0";
|
1029
1081
|
const ExtendedTooltipDarkColorSchemeBorder$1 = "#999999";
|
1030
1082
|
const ExtendedTooltipDarkColorSchemeShadow$1 = "0 2px 4px 0 rgba(0, 0, 0, 0.2)";
|
1031
|
-
const ExtendedTooltipSizeBorderRadius$1 = "
|
1083
|
+
const ExtendedTooltipSizeBorderRadius$1 = "4px";
|
1032
1084
|
const ExtendedTooltipSizeArrowSize$1 = "12px";
|
1033
1085
|
const ExtendedTooltipSizeTriggerMargin$1 = "9px";
|
1034
|
-
const ExtendedTooltipSizePadding$1 = "
|
1086
|
+
const ExtendedTooltipSizePadding$1 = "8rem 16rem";
|
1035
1087
|
const ExtendedTooltipSizeMaxHeight$1 = "480px";
|
1036
1088
|
const ExtendedTooltipFontDefault$1 = "caption";
|
1037
1089
|
const ExtendedTooltipHeaderLightColorSchemeBorder$1 = "#E6E6E6";
|
@@ -1041,9 +1093,9 @@ const ExtendedTooltipHeaderDarkColorSchemeBorder$1 = "#F0F0F0";
|
|
1041
1093
|
const ExtendedTooltipHeaderDarkColorSchemeText$1 = "#F0F0F0";
|
1042
1094
|
const ExtendedTooltipHeaderDarkColorSchemeBackground$1 = "#4D4D4D";
|
1043
1095
|
const ExtendedTooltipHeaderSizeHeight$1 = "40px";
|
1044
|
-
const ExtendedTooltipHeaderSizePadding$1 = "
|
1096
|
+
const ExtendedTooltipHeaderSizePadding$1 = "8rem 16rem";
|
1045
1097
|
const ExtendedTooltipHeaderFontDefault$1 = "subheading";
|
1046
|
-
const TreeSizeNodeHeight$1 = "
|
1098
|
+
const TreeSizeNodeHeight$1 = "32rem";
|
1047
1099
|
const TreeSizePaddingLeft$1 = "12rem";
|
1048
1100
|
const TreeSizeTogglePadding$1 = "4rem";
|
1049
1101
|
const TreeSizeIconPadding$1 = "8rem";
|
@@ -1074,6 +1126,8 @@ var tokens = /*#__PURE__*/Object.freeze({
|
|
1074
1126
|
LightColorSchemeForegroundIcon: LightColorSchemeForegroundIcon$1,
|
1075
1127
|
LightColorSchemeBackgroundBackground: LightColorSchemeBackgroundBackground$1,
|
1076
1128
|
LightColorSchemeBackgroundBackgroundDisabled: LightColorSchemeBackgroundBackgroundDisabled$1,
|
1129
|
+
LightColorSchemeBackgroundBackgroundLessContrast: LightColorSchemeBackgroundBackgroundLessContrast$1,
|
1130
|
+
LightColorSchemeBackgroundBackgroundUnder: LightColorSchemeBackgroundBackgroundUnder$1,
|
1077
1131
|
LightColorSchemeBackgroundOverlayHover: LightColorSchemeBackgroundOverlayHover$1,
|
1078
1132
|
LightColorSchemeBackgroundOverlayActive: LightColorSchemeBackgroundOverlayActive$1,
|
1079
1133
|
LightColorSchemeBackgroundOverlayDisabled: LightColorSchemeBackgroundOverlayDisabled$1,
|
@@ -1103,6 +1157,8 @@ var tokens = /*#__PURE__*/Object.freeze({
|
|
1103
1157
|
DarkColorSchemeForegroundIcon: DarkColorSchemeForegroundIcon$1,
|
1104
1158
|
DarkColorSchemeBackgroundBackground: DarkColorSchemeBackgroundBackground$1,
|
1105
1159
|
DarkColorSchemeBackgroundBackgroundDisabled: DarkColorSchemeBackgroundBackgroundDisabled$1,
|
1160
|
+
DarkColorSchemeBackgroundBackgroundLessContrast: DarkColorSchemeBackgroundBackgroundLessContrast$1,
|
1161
|
+
DarkColorSchemeBackgroundBackgroundUnder: DarkColorSchemeBackgroundBackgroundUnder$1,
|
1106
1162
|
DarkColorSchemeBackgroundOverlayHover: DarkColorSchemeBackgroundOverlayHover$1,
|
1107
1163
|
DarkColorSchemeBackgroundOverlayActive: DarkColorSchemeBackgroundOverlayActive$1,
|
1108
1164
|
DarkColorSchemeBackgroundOverlayDisabled: DarkColorSchemeBackgroundOverlayDisabled$1,
|
@@ -1736,6 +1792,54 @@ var tokens = /*#__PURE__*/Object.freeze({
|
|
1736
1792
|
FormsSizeVerticalLegendMarginBottom: FormsSizeVerticalLegendMarginBottom$1,
|
1737
1793
|
FormsFontDefaultLabel: FormsFontDefaultLabel$1,
|
1738
1794
|
FormsFontDefaultLegend: FormsFontDefaultLegend$1,
|
1795
|
+
IconLightColorSchemeSecondaryDefault: IconLightColorSchemeSecondaryDefault$1,
|
1796
|
+
IconLightColorSchemeSecondaryStatesHover: IconLightColorSchemeSecondaryStatesHover$1,
|
1797
|
+
IconLightColorSchemeSecondaryStatesActive: IconLightColorSchemeSecondaryStatesActive$1,
|
1798
|
+
IconLightColorSchemeSecondaryStatesDisabled: IconLightColorSchemeSecondaryStatesDisabled$1,
|
1799
|
+
IconLightColorSchemePrimaryDefault: IconLightColorSchemePrimaryDefault$1,
|
1800
|
+
IconLightColorSchemePrimaryStatesHover: IconLightColorSchemePrimaryStatesHover$1,
|
1801
|
+
IconLightColorSchemePrimaryStatesActive: IconLightColorSchemePrimaryStatesActive$1,
|
1802
|
+
IconLightColorSchemePrimaryStatesDisabled: IconLightColorSchemePrimaryStatesDisabled$1,
|
1803
|
+
IconLightColorSchemeInfoDefault: IconLightColorSchemeInfoDefault$1,
|
1804
|
+
IconLightColorSchemeInfoStatesHover: IconLightColorSchemeInfoStatesHover$1,
|
1805
|
+
IconLightColorSchemeInfoStatesActive: IconLightColorSchemeInfoStatesActive$1,
|
1806
|
+
IconLightColorSchemeInfoStatesDisabled: IconLightColorSchemeInfoStatesDisabled$1,
|
1807
|
+
IconLightColorSchemeSuccessDefault: IconLightColorSchemeSuccessDefault$1,
|
1808
|
+
IconLightColorSchemeSuccessStatesHover: IconLightColorSchemeSuccessStatesHover$1,
|
1809
|
+
IconLightColorSchemeSuccessStatesActive: IconLightColorSchemeSuccessStatesActive$1,
|
1810
|
+
IconLightColorSchemeSuccessStatesDisabled: IconLightColorSchemeSuccessStatesDisabled$1,
|
1811
|
+
IconLightColorSchemeWarningDefault: IconLightColorSchemeWarningDefault$1,
|
1812
|
+
IconLightColorSchemeWarningStatesHover: IconLightColorSchemeWarningStatesHover$1,
|
1813
|
+
IconLightColorSchemeWarningStatesActive: IconLightColorSchemeWarningStatesActive$1,
|
1814
|
+
IconLightColorSchemeWarningStatesDisabled: IconLightColorSchemeWarningStatesDisabled$1,
|
1815
|
+
IconLightColorSchemeErrorDefault: IconLightColorSchemeErrorDefault$1,
|
1816
|
+
IconLightColorSchemeErrorStatesHover: IconLightColorSchemeErrorStatesHover$1,
|
1817
|
+
IconLightColorSchemeErrorStatesActive: IconLightColorSchemeErrorStatesActive$1,
|
1818
|
+
IconLightColorSchemeErrorStatesDisabled: IconLightColorSchemeErrorStatesDisabled$1,
|
1819
|
+
IconDarkColorSchemeSecondaryDefault: IconDarkColorSchemeSecondaryDefault$1,
|
1820
|
+
IconDarkColorSchemeSecondaryStatesHover: IconDarkColorSchemeSecondaryStatesHover$1,
|
1821
|
+
IconDarkColorSchemeSecondaryStatesActive: IconDarkColorSchemeSecondaryStatesActive$1,
|
1822
|
+
IconDarkColorSchemeSecondaryStatesDisabled: IconDarkColorSchemeSecondaryStatesDisabled$1,
|
1823
|
+
IconDarkColorSchemePrimaryDefault: IconDarkColorSchemePrimaryDefault$1,
|
1824
|
+
IconDarkColorSchemePrimaryStatesHover: IconDarkColorSchemePrimaryStatesHover$1,
|
1825
|
+
IconDarkColorSchemePrimaryStatesActive: IconDarkColorSchemePrimaryStatesActive$1,
|
1826
|
+
IconDarkColorSchemePrimaryStatesDisabled: IconDarkColorSchemePrimaryStatesDisabled$1,
|
1827
|
+
IconDarkColorSchemeInfoDefault: IconDarkColorSchemeInfoDefault$1,
|
1828
|
+
IconDarkColorSchemeInfoStatesHover: IconDarkColorSchemeInfoStatesHover$1,
|
1829
|
+
IconDarkColorSchemeInfoStatesActive: IconDarkColorSchemeInfoStatesActive$1,
|
1830
|
+
IconDarkColorSchemeInfoStatesDisabled: IconDarkColorSchemeInfoStatesDisabled$1,
|
1831
|
+
IconDarkColorSchemeSuccessDefault: IconDarkColorSchemeSuccessDefault$1,
|
1832
|
+
IconDarkColorSchemeSuccessStatesHover: IconDarkColorSchemeSuccessStatesHover$1,
|
1833
|
+
IconDarkColorSchemeSuccessStatesActive: IconDarkColorSchemeSuccessStatesActive$1,
|
1834
|
+
IconDarkColorSchemeSuccessStatesDisabled: IconDarkColorSchemeSuccessStatesDisabled$1,
|
1835
|
+
IconDarkColorSchemeWarningDefault: IconDarkColorSchemeWarningDefault$1,
|
1836
|
+
IconDarkColorSchemeWarningStatesHover: IconDarkColorSchemeWarningStatesHover$1,
|
1837
|
+
IconDarkColorSchemeWarningStatesActive: IconDarkColorSchemeWarningStatesActive$1,
|
1838
|
+
IconDarkColorSchemeWarningStatesDisabled: IconDarkColorSchemeWarningStatesDisabled$1,
|
1839
|
+
IconDarkColorSchemeErrorDefault: IconDarkColorSchemeErrorDefault$1,
|
1840
|
+
IconDarkColorSchemeErrorStatesHover: IconDarkColorSchemeErrorStatesHover$1,
|
1841
|
+
IconDarkColorSchemeErrorStatesActive: IconDarkColorSchemeErrorStatesActive$1,
|
1842
|
+
IconDarkColorSchemeErrorStatesDisabled: IconDarkColorSchemeErrorStatesDisabled$1,
|
1739
1843
|
InputSizePadding: InputSizePadding$1,
|
1740
1844
|
InputSizeWidth: InputSizeWidth$1,
|
1741
1845
|
InputFontDefault: InputFontDefault$1,
|
@@ -2106,17 +2210,17 @@ var tokens = /*#__PURE__*/Object.freeze({
|
|
2106
2210
|
* Do not edit directly
|
2107
2211
|
*/
|
2108
2212
|
const LightColorSchemePrimaryDefault = "#0374eb";
|
2109
|
-
const LightColorSchemePrimaryPalette = { "40": { "value": "#eff6ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#eff6ff" }, "name": "PaletteBlue40", "attributes": { "category": "palette", "type": "blue", "item": "40" }, "path": ["palette", "blue", "40"] }, "60": { "value": "#e7f1ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e7f1ff" }, "name": "PaletteBlue60", "attributes": { "category": "palette", "type": "blue", "item": "60" }, "path": ["palette", "blue", "60"] }, "100": { "value": "#c8dfff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c8dfff" }, "name": "PaletteBlue100", "attributes": { "category": "palette", "type": "blue", "item": "100" }, "path": ["palette", "blue", "100"] }, "200": { "value": "#a2c7fe", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a2c7fe" }, "name": "PaletteBlue200", "attributes": { "category": "palette", "type": "blue", "item": "200" }, "path": ["palette", "blue", "200"] }, "300": { "value": "#5697ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#5697ff" }, "name": "PaletteBlue300", "attributes": { "category": "palette", "type": "blue", "item": "300" }, "path": ["palette", "blue", "300"] }, "400": { "value": "#4187ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4187ff" }, "name": "PaletteBlue400", "attributes": { "category": "palette", "type": "blue", "item": "400" }, "path": ["palette", "blue", "400"] }, "500": { "value": "#0374eb", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0374eb" }, "name": "PaletteBlue500", "attributes": { "category": "palette", "type": "blue", "item": "500" }, "path": ["palette", "blue", "500"] }, "560": { "value": "#0059b8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0059b8" }, "name": "PaletteBlue560", "attributes": { "category": "palette", "type": "blue", "item": "560" }, "path": ["palette", "blue", "560"] }, "600": { "value": "#014b9d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#014b9d" }, "name": "PaletteBlue600", "attributes": { "category": "palette", "type": "blue", "item": "600" }, "path": ["palette", "blue", "600"] }, "700": { "value": "#023c7f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#023c7f" }, "name": "PaletteBlue700", "attributes": { "category": "palette", "type": "blue", "item": "700" }, "path": ["palette", "blue", "700"] }, "800": { "value": "#193060", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#193060" }, "name": "PaletteBlue800", "attributes": { "category": "palette", "type": "blue", "item": "800" }, "path": ["palette", "blue", "800"] }, "900": { "value": "#00224f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00224f" }, "name": "PaletteBlue900", "attributes": { "category": "palette", "type": "blue", "item": "900" }, "path": ["palette", "blue", "900"] }, "A100": { "value": "rgba(3, 116, 235, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.15)" }, "name": "PaletteBlueA100", "attributes": { "category": "palette", "type": "blue", "item": "A100" }, "path": ["palette", "blue", "A100"] }, "A200": { "value": "rgba(3, 116, 235, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.3)" }, "name": "PaletteBlueA200", "attributes": { "category": "palette", "type": "blue", "item": "A200" }, "path": ["palette", "blue", "A200"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast40", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "40" }, "path": ["palette", "blue", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast60", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "60" }, "path": ["palette", "blue", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "100" }, "path": ["palette", "blue", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "200" }, "path": ["palette", "blue", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast300", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "300" }, "path": ["palette", "blue", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast400", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "400" }, "path": ["palette", "blue", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast500", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "500" }, "path": ["palette", "blue", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast560", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "560" }, "path": ["palette", "blue", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast600", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "600" }, "path": ["palette", "blue", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast700", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "700" }, "path": ["palette", "blue", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast800", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "800" }, "path": ["palette", "blue", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrastA100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A100" }, "path": ["palette", "blue", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrastA200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A200" }, "path": ["palette", "blue", "contrast", "A200"] } } };
|
2213
|
+
const LightColorSchemePrimaryPalette = { "40": { "value": "#eff6ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#eff6ff" }, "name": "PaletteBlue40", "attributes": { "category": "palette", "type": "blue", "item": "40" }, "path": ["palette", "blue", "40"] }, "60": { "value": "#e7f1ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e7f1ff" }, "name": "PaletteBlue60", "attributes": { "category": "palette", "type": "blue", "item": "60" }, "path": ["palette", "blue", "60"] }, "100": { "value": "#c8dfff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c8dfff" }, "name": "PaletteBlue100", "attributes": { "category": "palette", "type": "blue", "item": "100" }, "path": ["palette", "blue", "100"] }, "200": { "value": "#a2c7fe", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a2c7fe" }, "name": "PaletteBlue200", "attributes": { "category": "palette", "type": "blue", "item": "200" }, "path": ["palette", "blue", "200"] }, "300": { "value": "#5697ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#5697ff" }, "name": "PaletteBlue300", "attributes": { "category": "palette", "type": "blue", "item": "300" }, "path": ["palette", "blue", "300"] }, "400": { "value": "#4187ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4187ff" }, "name": "PaletteBlue400", "attributes": { "category": "palette", "type": "blue", "item": "400" }, "path": ["palette", "blue", "400"] }, "500": { "value": "#0374eb", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0374eb" }, "name": "PaletteBlue500", "attributes": { "category": "palette", "type": "blue", "item": "500" }, "path": ["palette", "blue", "500"] }, "560": { "value": "#0059b8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0059b8" }, "name": "PaletteBlue560", "attributes": { "category": "palette", "type": "blue", "item": "560" }, "path": ["palette", "blue", "560"] }, "600": { "value": "#014b9d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#014b9d" }, "name": "PaletteBlue600", "attributes": { "category": "palette", "type": "blue", "item": "600" }, "path": ["palette", "blue", "600"] }, "700": { "value": "#023c7f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#023c7f" }, "name": "PaletteBlue700", "attributes": { "category": "palette", "type": "blue", "item": "700" }, "path": ["palette", "blue", "700"] }, "800": { "value": "#193060", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#193060" }, "name": "PaletteBlue800", "attributes": { "category": "palette", "type": "blue", "item": "800" }, "path": ["palette", "blue", "800"] }, "900": { "value": "#00224f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00224f" }, "name": "PaletteBlue900", "attributes": { "category": "palette", "type": "blue", "item": "900" }, "path": ["palette", "blue", "900"] }, "1000": { "value": "#001a40", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#001a40" }, "name": "PaletteBlue1000", "attributes": { "category": "palette", "type": "blue", "item": "1000" }, "path": ["palette", "blue", "1000"] }, "A100": { "value": "rgba(3, 116, 235, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.15)" }, "name": "PaletteBlueA100", "attributes": { "category": "palette", "type": "blue", "item": "A100" }, "path": ["palette", "blue", "A100"] }, "A200": { "value": "rgba(3, 116, 235, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.3)" }, "name": "PaletteBlueA200", "attributes": { "category": "palette", "type": "blue", "item": "A200" }, "path": ["palette", "blue", "A200"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast40", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "40" }, "path": ["palette", "blue", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast60", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "60" }, "path": ["palette", "blue", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "100" }, "path": ["palette", "blue", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "200" }, "path": ["palette", "blue", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast300", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "300" }, "path": ["palette", "blue", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast400", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "400" }, "path": ["palette", "blue", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast500", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "500" }, "path": ["palette", "blue", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast560", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "560" }, "path": ["palette", "blue", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast600", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "600" }, "path": ["palette", "blue", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast700", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "700" }, "path": ["palette", "blue", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast800", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "800" }, "path": ["palette", "blue", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrastA100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A100" }, "path": ["palette", "blue", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrastA200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A200" }, "path": ["palette", "blue", "contrast", "A200"] } } };
|
2110
2214
|
const LightColorSchemeSecondDefault = "#6d7a86";
|
2111
|
-
const LightColorSchemeSecondPalette = { "40": { "value": "#f2f5f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f2f5f9" }, "name": "PaletteGrey40", "attributes": { "category": "palette", "type": "grey", "item": "40" }, "path": ["palette", "grey", "40"] }, "60": { "value": "#ebeef2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebeef2" }, "name": "PaletteGrey60", "attributes": { "category": "palette", "type": "grey", "item": "60" }, "path": ["palette", "grey", "60"] }, "100": { "value": "#d7dee4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d7dee4" }, "name": "PaletteGrey100", "attributes": { "category": "palette", "type": "grey", "item": "100" }, "path": ["palette", "grey", "100"] }, "200": { "value": "#bdc7d1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#bdc7d1" }, "name": "PaletteGrey200", "attributes": { "category": "palette", "type": "grey", "item": "200" }, "path": ["palette", "grey", "200"] }, "300": { "value": "#8c99a5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8c99a5" }, "name": "PaletteGrey300", "attributes": { "category": "palette", "type": "grey", "item": "300" }, "path": ["palette", "grey", "300"] }, "400": { "value": "#7f8c98", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7f8c98" }, "name": "PaletteGrey400", "attributes": { "category": "palette", "type": "grey", "item": "400" }, "path": ["palette", "grey", "400"] }, "500": { "value": "#6d7a86", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6d7a86" }, "name": "PaletteGrey500", "attributes": { "category": "palette", "type": "grey", "item": "500" }, "path": ["palette", "grey", "500"] }, "560": { "value": "#515e69", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#515e69" }, "name": "PaletteGrey560", "attributes": { "category": "palette", "type": "grey", "item": "560" }, "path": ["palette", "grey", "560"] }, "600": { "value": "#434f5a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#434f5a" }, "name": "PaletteGrey600", "attributes": { "category": "palette", "type": "grey", "item": "600" }, "path": ["palette", "grey", "600"] }, "700": { "value": "#333f4a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#333f4a" }, "name": "PaletteGrey700", "attributes": { "category": "palette", "type": "grey", "item": "700" }, "path": ["palette", "grey", "700"] }, "800": { "value": "#27333e", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#27333e" }, "name": "PaletteGrey800", "attributes": { "category": "palette", "type": "grey", "item": "800" }, "path": ["palette", "grey", "800"] }, "900": { "value": "#19252f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#19252f" }, "name": "PaletteGrey900", "attributes": { "category": "palette", "type": "grey", "item": "900" }, "path": ["palette", "grey", "900"] }, "A40": { "value": "rgba(25, 37, 47, 0.04)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.04)" }, "name": "PaletteGreyA40", "attributes": { "category": "palette", "type": "grey", "item": "A40" }, "path": ["palette", "grey", "A40"] }, "A60": { "value": "rgba(25, 37, 47, 0.06)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.06)" }, "name": "PaletteGreyA60", "attributes": { "category": "palette", "type": "grey", "item": "A60" }, "path": ["palette", "grey", "A60"] }, "A100": { "value": "rgba(25, 37, 47, 0.1)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.1)" }, "name": "PaletteGreyA100", "attributes": { "category": "palette", "type": "grey", "item": "A100" }, "path": ["palette", "grey", "A100"] }, "A200": { "value": "rgba(25, 37, 47, 0.2)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.2)" }, "name": "PaletteGreyA200", "attributes": { "category": "palette", "type": "grey", "item": "A200" }, "path": ["palette", "grey", "A200"] }, "A300": { "value": "rgba(25, 37, 47, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.3)" }, "name": "PaletteGreyA300", "attributes": { "category": "palette", "type": "grey", "item": "A300" }, "path": ["palette", "grey", "A300"] }, "A500": { "value": "rgba(25, 37, 47, 0.5)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.5)" }, "name": "PaletteGreyA500", "attributes": { "category": "palette", "type": "grey", "item": "A500" }, "path": ["palette", "grey", "A500"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast40", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "40" }, "path": ["palette", "grey", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast60", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "60" }, "path": ["palette", "grey", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast100", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "100" }, "path": ["palette", "grey", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast200", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "200" }, "path": ["palette", "grey", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast300", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "300" }, "path": ["palette", "grey", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast400", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "400" }, "path": ["palette", "grey", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast500", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "500" }, "path": ["palette", "grey", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast560", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "560" }, "path": ["palette", "grey", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast600", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "600" }, "path": ["palette", "grey", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast700", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "700" }, "path": ["palette", "grey", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast800", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "800" }, "path": ["palette", "grey", "contrast", "800"] } } };
|
2215
|
+
const LightColorSchemeSecondPalette = { "40": { "value": "#f2f5f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f2f5f9" }, "name": "PaletteGrey40", "attributes": { "category": "palette", "type": "grey", "item": "40" }, "path": ["palette", "grey", "40"] }, "60": { "value": "#ebeef2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebeef2" }, "name": "PaletteGrey60", "attributes": { "category": "palette", "type": "grey", "item": "60" }, "path": ["palette", "grey", "60"] }, "100": { "value": "#d7dee4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d7dee4" }, "name": "PaletteGrey100", "attributes": { "category": "palette", "type": "grey", "item": "100" }, "path": ["palette", "grey", "100"] }, "200": { "value": "#bdc7d1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#bdc7d1" }, "name": "PaletteGrey200", "attributes": { "category": "palette", "type": "grey", "item": "200" }, "path": ["palette", "grey", "200"] }, "300": { "value": "#8c99a5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8c99a5" }, "name": "PaletteGrey300", "attributes": { "category": "palette", "type": "grey", "item": "300" }, "path": ["palette", "grey", "300"] }, "400": { "value": "#7f8c98", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7f8c98" }, "name": "PaletteGrey400", "attributes": { "category": "palette", "type": "grey", "item": "400" }, "path": ["palette", "grey", "400"] }, "500": { "value": "#6d7a86", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6d7a86" }, "name": "PaletteGrey500", "attributes": { "category": "palette", "type": "grey", "item": "500" }, "path": ["palette", "grey", "500"] }, "560": { "value": "#515e69", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#515e69" }, "name": "PaletteGrey560", "attributes": { "category": "palette", "type": "grey", "item": "560" }, "path": ["palette", "grey", "560"] }, "600": { "value": "#434f5a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#434f5a" }, "name": "PaletteGrey600", "attributes": { "category": "palette", "type": "grey", "item": "600" }, "path": ["palette", "grey", "600"] }, "700": { "value": "#333f4a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#333f4a" }, "name": "PaletteGrey700", "attributes": { "category": "palette", "type": "grey", "item": "700" }, "path": ["palette", "grey", "700"] }, "800": { "value": "#27333e", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#27333e" }, "name": "PaletteGrey800", "attributes": { "category": "palette", "type": "grey", "item": "800" }, "path": ["palette", "grey", "800"] }, "900": { "value": "#19252f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#19252f" }, "name": "PaletteGrey900", "attributes": { "category": "palette", "type": "grey", "item": "900" }, "path": ["palette", "grey", "900"] }, "1000": { "value": "#151e25", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#151e25" }, "name": "PaletteGrey1000", "attributes": { "category": "palette", "type": "grey", "item": "1000" }, "path": ["palette", "grey", "1000"] }, "A40": { "value": "rgba(25, 37, 47, 0.04)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.04)" }, "name": "PaletteGreyA40", "attributes": { "category": "palette", "type": "grey", "item": "A40" }, "path": ["palette", "grey", "A40"] }, "A60": { "value": "rgba(25, 37, 47, 0.06)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.06)" }, "name": "PaletteGreyA60", "attributes": { "category": "palette", "type": "grey", "item": "A60" }, "path": ["palette", "grey", "A60"] }, "A100": { "value": "rgba(25, 37, 47, 0.1)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.1)" }, "name": "PaletteGreyA100", "attributes": { "category": "palette", "type": "grey", "item": "A100" }, "path": ["palette", "grey", "A100"] }, "A200": { "value": "rgba(25, 37, 47, 0.2)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.2)" }, "name": "PaletteGreyA200", "attributes": { "category": "palette", "type": "grey", "item": "A200" }, "path": ["palette", "grey", "A200"] }, "A300": { "value": "rgba(25, 37, 47, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.3)" }, "name": "PaletteGreyA300", "attributes": { "category": "palette", "type": "grey", "item": "A300" }, "path": ["palette", "grey", "A300"] }, "A500": { "value": "rgba(25, 37, 47, 0.5)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.5)" }, "name": "PaletteGreyA500", "attributes": { "category": "palette", "type": "grey", "item": "A500" }, "path": ["palette", "grey", "A500"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast40", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "40" }, "path": ["palette", "grey", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast60", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "60" }, "path": ["palette", "grey", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast100", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "100" }, "path": ["palette", "grey", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast200", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "200" }, "path": ["palette", "grey", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast300", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "300" }, "path": ["palette", "grey", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast400", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "400" }, "path": ["palette", "grey", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast500", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "500" }, "path": ["palette", "grey", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast560", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "560" }, "path": ["palette", "grey", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast600", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "600" }, "path": ["palette", "grey", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast700", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "700" }, "path": ["palette", "grey", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast800", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "800" }, "path": ["palette", "grey", "contrast", "800"] } } };
|
2112
2216
|
const LightColorSchemeErrorDefault = "#db3c55";
|
2113
|
-
const LightColorSchemeErrorPalette = { "40": { "value": "#fff3f3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff3f3" }, "name": "PaletteRed40", "attributes": { "category": "palette", "type": "red", "item": "40" }, "path": ["palette", "red", "40"] }, "60": { "value": "#ffeaea", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffeaea" }, "name": "PaletteRed60", "attributes": { "category": "palette", "type": "red", "item": "60" }, "path": ["palette", "red", "60"] }, "100": { "value": "#fbd6d6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fbd6d6" }, "name": "PaletteRed100", "attributes": { "category": "palette", "type": "red", "item": "100" }, "path": ["palette", "red", "100"] }, "200": { "value": "#fcb2b4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcb2b4" }, "name": "PaletteRed200", "attributes": { "category": "palette", "type": "red", "item": "200" }, "path": ["palette", "red", "200"] }, "300": { "value": "#ee6f79", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ee6f79" }, "name": "PaletteRed300", "attributes": { "category": "palette", "type": "red", "item": "300" }, "path": ["palette", "red", "300"] }, "400": { "value": "#ea5868", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ea5868" }, "name": "PaletteRed400", "attributes": { "category": "palette", "type": "red", "item": "400" }, "path": ["palette", "red", "400"] }, "500": { "value": "#db3c55", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#db3c55" }, "name": "PaletteRed500", "attributes": { "category": "palette", "type": "red", "item": "500" }, "path": ["palette", "red", "500"] }, "560": { "value": "#b9023a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b9023a" }, "name": "PaletteRed560", "attributes": { "category": "palette", "type": "red", "item": "560" }, "path": ["palette", "red", "560"] }, "600": { "value": "#9e0130", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#9e0130" }, "name": "PaletteRed600", "attributes": { "category": "palette", "type": "red", "item": "600" }, "path": ["palette", "red", "600"] }, "700": { "value": "#800025", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#800025" }, "name": "PaletteRed700", "attributes": { "category": "palette", "type": "red", "item": "700" }, "path": ["palette", "red", "700"] }, "800": { "value": "#621420", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#621420" }, "name": "PaletteRed800", "attributes": { "category": "palette", "type": "red", "item": "800" }, "path": ["palette", "red", "800"] }, "900": { "value": "#500013", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#500013" }, "name": "PaletteRed900", "attributes": { "category": "palette", "type": "red", "item": "900" }, "path": ["palette", "red", "900"] }, "A100": { "value": "rgba(219, 60, 85, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(219, 60, 85, 0.15)" }, "name": "PaletteRedA100", "attributes": { "category": "palette", "type": "red", "item": "A100" }, "path": ["palette", "red", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast40", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "40" }, "path": ["palette", "red", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast60", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "60" }, "path": ["palette", "red", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "100" }, "path": ["palette", "red", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast200", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "200" }, "path": ["palette", "red", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast300", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "300" }, "path": ["palette", "red", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast400", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "400" }, "path": ["palette", "red", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast500", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "500" }, "path": ["palette", "red", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast560", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "560" }, "path": ["palette", "red", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast600", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "600" }, "path": ["palette", "red", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast700", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "700" }, "path": ["palette", "red", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast800", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "800" }, "path": ["palette", "red", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrastA100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "A100" }, "path": ["palette", "red", "contrast", "A100"] } } };
|
2217
|
+
const LightColorSchemeErrorPalette = { "40": { "value": "#fff3f3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff3f3" }, "name": "PaletteRed40", "attributes": { "category": "palette", "type": "red", "item": "40" }, "path": ["palette", "red", "40"] }, "60": { "value": "#ffeaea", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffeaea" }, "name": "PaletteRed60", "attributes": { "category": "palette", "type": "red", "item": "60" }, "path": ["palette", "red", "60"] }, "100": { "value": "#fbd6d6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fbd6d6" }, "name": "PaletteRed100", "attributes": { "category": "palette", "type": "red", "item": "100" }, "path": ["palette", "red", "100"] }, "200": { "value": "#fcb2b4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcb2b4" }, "name": "PaletteRed200", "attributes": { "category": "palette", "type": "red", "item": "200" }, "path": ["palette", "red", "200"] }, "300": { "value": "#ee6f79", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ee6f79" }, "name": "PaletteRed300", "attributes": { "category": "palette", "type": "red", "item": "300" }, "path": ["palette", "red", "300"] }, "400": { "value": "#ea5868", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ea5868" }, "name": "PaletteRed400", "attributes": { "category": "palette", "type": "red", "item": "400" }, "path": ["palette", "red", "400"] }, "500": { "value": "#db3c55", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#db3c55" }, "name": "PaletteRed500", "attributes": { "category": "palette", "type": "red", "item": "500" }, "path": ["palette", "red", "500"] }, "560": { "value": "#b9023a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b9023a" }, "name": "PaletteRed560", "attributes": { "category": "palette", "type": "red", "item": "560" }, "path": ["palette", "red", "560"] }, "600": { "value": "#9e0130", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#9e0130" }, "name": "PaletteRed600", "attributes": { "category": "palette", "type": "red", "item": "600" }, "path": ["palette", "red", "600"] }, "700": { "value": "#800025", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#800025" }, "name": "PaletteRed700", "attributes": { "category": "palette", "type": "red", "item": "700" }, "path": ["palette", "red", "700"] }, "800": { "value": "#621420", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#621420" }, "name": "PaletteRed800", "attributes": { "category": "palette", "type": "red", "item": "800" }, "path": ["palette", "red", "800"] }, "900": { "value": "#500013", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#500013" }, "name": "PaletteRed900", "attributes": { "category": "palette", "type": "red", "item": "900" }, "path": ["palette", "red", "900"] }, "1000": { "value": "#41000b", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#41000b" }, "name": "PaletteRed1000", "attributes": { "category": "palette", "type": "red", "item": "1000" }, "path": ["palette", "red", "1000"] }, "A100": { "value": "rgba(219, 60, 85, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(219, 60, 85, 0.15)" }, "name": "PaletteRedA100", "attributes": { "category": "palette", "type": "red", "item": "A100" }, "path": ["palette", "red", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast40", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "40" }, "path": ["palette", "red", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast60", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "60" }, "path": ["palette", "red", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "100" }, "path": ["palette", "red", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast200", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "200" }, "path": ["palette", "red", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast300", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "300" }, "path": ["palette", "red", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast400", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "400" }, "path": ["palette", "red", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast500", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "500" }, "path": ["palette", "red", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast560", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "560" }, "path": ["palette", "red", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast600", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "600" }, "path": ["palette", "red", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast700", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "700" }, "path": ["palette", "red", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast800", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "800" }, "path": ["palette", "red", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrastA100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "A100" }, "path": ["palette", "red", "contrast", "A100"] } } };
|
2114
2218
|
const LightColorSchemeInfoDefault = "#0374eb";
|
2115
|
-
const LightColorSchemeInfoPalette = { "40": { "value": "#ebf8fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebf8fd" }, "name": "PaletteTeal40", "attributes": { "category": "palette", "type": "teal", "item": "40" }, "path": ["palette", "teal", "40"] }, "60": { "value": "#d9f3fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d9f3fd" }, "name": "PaletteTeal60", "attributes": { "category": "palette", "type": "teal", "item": "60" }, "path": ["palette", "teal", "60"] }, "100": { "value": "#afe6f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#afe6f9" }, "name": "PaletteTeal100", "attributes": { "category": "palette", "type": "teal", "item": "100" }, "path": ["palette", "teal", "100"] }, "200": { "value": "#6ed3f2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6ed3f2" }, "name": "PaletteTeal200", "attributes": { "category": "palette", "type": "teal", "item": "200" }, "path": ["palette", "teal", "200"] }, "300": { "value": "#18a5c5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#18a5c5" }, "name": "PaletteTeal300", "attributes": { "category": "palette", "type": "teal", "item": "300" }, "path": ["palette", "teal", "300"] }, "400": { "value": "#2099b7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#2099b7" }, "name": "PaletteTeal400", "attributes": { "category": "palette", "type": "teal", "item": "400" }, "path": ["palette", "teal", "400"] }, "500": { "value": "#218ca8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#218ca8" }, "name": "PaletteTeal500", "attributes": { "category": "palette", "type": "teal", "item": "500" }, "path": ["palette", "teal", "500"] }, "560": { "value": "#0c6579", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c6579" }, "name": "PaletteTeal560", "attributes": { "category": "palette", "type": "teal", "item": "560" }, "path": ["palette", "teal", "560"] }, "600": { "value": "#0c5567", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c5567" }, "name": "PaletteTeal600", "attributes": { "category": "palette", "type": "teal", "item": "600" }, "path": ["palette", "teal", "600"] }, "700": { "value": "#084453", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#084453" }, "name": "PaletteTeal700", "attributes": { "category": "palette", "type": "teal", "item": "700" }, "path": ["palette", "teal", "700"] }, "800": { "value": "#143641", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#143641" }, "name": "PaletteTeal800", "attributes": { "category": "palette", "type": "teal", "item": "800" }, "path": ["palette", "teal", "800"] }, "900": { "value": "#022731", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#022731" }, "name": "PaletteTeal900", "attributes": { "category": "palette", "type": "teal", "item": "900" }, "path": ["palette", "teal", "900"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast40", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "40" }, "path": ["palette", "teal", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast60", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "60" }, "path": ["palette", "teal", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "100" }, "path": ["palette", "teal", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "200" }, "path": ["palette", "teal", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast300", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "300" }, "path": ["palette", "teal", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast400", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "400" }, "path": ["palette", "teal", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast500", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "500" }, "path": ["palette", "teal", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast560", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "560" }, "path": ["palette", "teal", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast600", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "600" }, "path": ["palette", "teal", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast700", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "700" }, "path": ["palette", "teal", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast800", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "800" }, "path": ["palette", "teal", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrastA100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A100" }, "path": ["palette", "teal", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrastA200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A200" }, "path": ["palette", "teal", "contrast", "A200"] } } };
|
2219
|
+
const LightColorSchemeInfoPalette = { "40": { "value": "#ebf8fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebf8fd" }, "name": "PaletteTeal40", "attributes": { "category": "palette", "type": "teal", "item": "40" }, "path": ["palette", "teal", "40"] }, "60": { "value": "#d9f3fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d9f3fd" }, "name": "PaletteTeal60", "attributes": { "category": "palette", "type": "teal", "item": "60" }, "path": ["palette", "teal", "60"] }, "100": { "value": "#afe6f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#afe6f9" }, "name": "PaletteTeal100", "attributes": { "category": "palette", "type": "teal", "item": "100" }, "path": ["palette", "teal", "100"] }, "200": { "value": "#6ed3f2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6ed3f2" }, "name": "PaletteTeal200", "attributes": { "category": "palette", "type": "teal", "item": "200" }, "path": ["palette", "teal", "200"] }, "300": { "value": "#18a5c5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#18a5c5" }, "name": "PaletteTeal300", "attributes": { "category": "palette", "type": "teal", "item": "300" }, "path": ["palette", "teal", "300"] }, "400": { "value": "#2099b7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#2099b7" }, "name": "PaletteTeal400", "attributes": { "category": "palette", "type": "teal", "item": "400" }, "path": ["palette", "teal", "400"] }, "500": { "value": "#218ca8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#218ca8" }, "name": "PaletteTeal500", "attributes": { "category": "palette", "type": "teal", "item": "500" }, "path": ["palette", "teal", "500"] }, "560": { "value": "#0c6579", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c6579" }, "name": "PaletteTeal560", "attributes": { "category": "palette", "type": "teal", "item": "560" }, "path": ["palette", "teal", "560"] }, "600": { "value": "#0c5567", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c5567" }, "name": "PaletteTeal600", "attributes": { "category": "palette", "type": "teal", "item": "600" }, "path": ["palette", "teal", "600"] }, "700": { "value": "#084453", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#084453" }, "name": "PaletteTeal700", "attributes": { "category": "palette", "type": "teal", "item": "700" }, "path": ["palette", "teal", "700"] }, "800": { "value": "#143641", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#143641" }, "name": "PaletteTeal800", "attributes": { "category": "palette", "type": "teal", "item": "800" }, "path": ["palette", "teal", "800"] }, "900": { "value": "#022731", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#022731" }, "name": "PaletteTeal900", "attributes": { "category": "palette", "type": "teal", "item": "900" }, "path": ["palette", "teal", "900"] }, "1000": { "value": "#001f28", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#001f28" }, "name": "PaletteTeal1000", "attributes": { "category": "palette", "type": "teal", "item": "1000" }, "path": ["palette", "teal", "1000"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast40", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "40" }, "path": ["palette", "teal", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast60", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "60" }, "path": ["palette", "teal", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "100" }, "path": ["palette", "teal", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "200" }, "path": ["palette", "teal", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast300", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "300" }, "path": ["palette", "teal", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast400", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "400" }, "path": ["palette", "teal", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast500", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "500" }, "path": ["palette", "teal", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast560", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "560" }, "path": ["palette", "teal", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast600", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "600" }, "path": ["palette", "teal", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast700", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "700" }, "path": ["palette", "teal", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast800", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "800" }, "path": ["palette", "teal", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrastA100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A100" }, "path": ["palette", "teal", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrastA200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A200" }, "path": ["palette", "teal", "contrast", "A200"] } } };
|
2116
2220
|
const LightColorSchemeSuccessDefault = "#028b49";
|
2117
|
-
const LightColorSchemeSuccessPalette = { "40": { "value": "#ecf9ef", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ecf9ef" }, "name": "PaletteGreen40", "attributes": { "category": "palette", "type": "green", "item": "40" }, "path": ["palette", "green", "40"] }, "60": { "value": "#d2f7db", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d2f7db" }, "name": "PaletteGreen60", "attributes": { "category": "palette", "type": "green", "item": "60" }, "path": ["palette", "green", "60"] }, "100": { "value": "#b6ebc3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b6ebc3" }, "name": "PaletteGreen100", "attributes": { "category": "palette", "type": "green", "item": "100" }, "path": ["palette", "green", "100"] }, "200": { "value": "#8ed5a1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8ed5a1" }, "name": "PaletteGreen200", "attributes": { "category": "palette", "type": "green", "item": "200" }, "path": ["palette", "green", "200"] }, "300": { "value": "#4ba96c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4ba96c" }, "name": "PaletteGreen300", "attributes": { "category": "palette", "type": "green", "item": "300" }, "path": ["palette", "green", "300"] }, "400": { "value": "#319d5c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#319d5c" }, "name": "PaletteGreen400", "attributes": { "category": "palette", "type": "green", "item": "400" }, "path": ["palette", "green", "400"] }, "500": { "value": "#028b49", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#028b49" }, "name": "PaletteGreen500", "attributes": { "category": "palette", "type": "green", "item": "500" }, "path": ["palette", "green", "500"] }, "560": { "value": "#016b37", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#016b37" }, "name": "PaletteGreen560", "attributes": { "category": "palette", "type": "green", "item": "560" }, "path": ["palette", "green", "560"] }, "600": { "value": "#015a2d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#015a2d" }, "name": "PaletteGreen600", "attributes": { "category": "palette", "type": "green", "item": "600" }, "path": ["palette", "green", "600"] }, "700": { "value": "#004823", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#004823" }, "name": "PaletteGreen700", "attributes": { "category": "palette", "type": "green", "item": "700" }, "path": ["palette", "green", "700"] }, "800": { "value": "#103920", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#103920" }, "name": "PaletteGreen800", "attributes": { "category": "palette", "type": "green", "item": "800" }, "path": ["palette", "green", "800"] }, "900": { "value": "#002a12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#002a12" }, "name": "PaletteGreen900", "attributes": { "category": "palette", "type": "green", "item": "900" }, "path": ["palette", "green", "900"] }, "A100": { "value": "rgba(2, 139, 73, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(2, 139, 73, 0.15)" }, "name": "PaletteGreenA100", "attributes": { "category": "palette", "type": "green", "item": "A100" }, "path": ["palette", "green", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast40", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "40" }, "path": ["palette", "green", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast60", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "60" }, "path": ["palette", "green", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "100" }, "path": ["palette", "green", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast200", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "200" }, "path": ["palette", "green", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast300", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "300" }, "path": ["palette", "green", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast400", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "400" }, "path": ["palette", "green", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast500", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "500" }, "path": ["palette", "green", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast560", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "560" }, "path": ["palette", "green", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast600", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "600" }, "path": ["palette", "green", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast700", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "700" }, "path": ["palette", "green", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast800", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "800" }, "path": ["palette", "green", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrastA100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "A100" }, "path": ["palette", "green", "contrast", "A100"] } } };
|
2221
|
+
const LightColorSchemeSuccessPalette = { "40": { "value": "#ecf9ef", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ecf9ef" }, "name": "PaletteGreen40", "attributes": { "category": "palette", "type": "green", "item": "40" }, "path": ["palette", "green", "40"] }, "60": { "value": "#d2f7db", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d2f7db" }, "name": "PaletteGreen60", "attributes": { "category": "palette", "type": "green", "item": "60" }, "path": ["palette", "green", "60"] }, "100": { "value": "#b6ebc3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b6ebc3" }, "name": "PaletteGreen100", "attributes": { "category": "palette", "type": "green", "item": "100" }, "path": ["palette", "green", "100"] }, "200": { "value": "#8ed5a1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8ed5a1" }, "name": "PaletteGreen200", "attributes": { "category": "palette", "type": "green", "item": "200" }, "path": ["palette", "green", "200"] }, "300": { "value": "#4ba96c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4ba96c" }, "name": "PaletteGreen300", "attributes": { "category": "palette", "type": "green", "item": "300" }, "path": ["palette", "green", "300"] }, "400": { "value": "#319d5c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#319d5c" }, "name": "PaletteGreen400", "attributes": { "category": "palette", "type": "green", "item": "400" }, "path": ["palette", "green", "400"] }, "500": { "value": "#028b49", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#028b49" }, "name": "PaletteGreen500", "attributes": { "category": "palette", "type": "green", "item": "500" }, "path": ["palette", "green", "500"] }, "560": { "value": "#016b37", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#016b37" }, "name": "PaletteGreen560", "attributes": { "category": "palette", "type": "green", "item": "560" }, "path": ["palette", "green", "560"] }, "600": { "value": "#015a2d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#015a2d" }, "name": "PaletteGreen600", "attributes": { "category": "palette", "type": "green", "item": "600" }, "path": ["palette", "green", "600"] }, "700": { "value": "#004823", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#004823" }, "name": "PaletteGreen700", "attributes": { "category": "palette", "type": "green", "item": "700" }, "path": ["palette", "green", "700"] }, "800": { "value": "#103920", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#103920" }, "name": "PaletteGreen800", "attributes": { "category": "palette", "type": "green", "item": "800" }, "path": ["palette", "green", "800"] }, "900": { "value": "#002a12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#002a12" }, "name": "PaletteGreen900", "attributes": { "category": "palette", "type": "green", "item": "900" }, "path": ["palette", "green", "900"] }, "1000": { "value": "#00210c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00210c" }, "name": "PaletteGreen1000", "attributes": { "category": "palette", "type": "green", "item": "1000" }, "path": ["palette", "green", "1000"] }, "A100": { "value": "rgba(2, 139, 73, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(2, 139, 73, 0.15)" }, "name": "PaletteGreenA100", "attributes": { "category": "palette", "type": "green", "item": "A100" }, "path": ["palette", "green", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast40", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "40" }, "path": ["palette", "green", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast60", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "60" }, "path": ["palette", "green", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "100" }, "path": ["palette", "green", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast200", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "200" }, "path": ["palette", "green", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast300", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "300" }, "path": ["palette", "green", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast400", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "400" }, "path": ["palette", "green", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast500", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "500" }, "path": ["palette", "green", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast560", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "560" }, "path": ["palette", "green", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast600", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "600" }, "path": ["palette", "green", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast700", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "700" }, "path": ["palette", "green", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast800", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "800" }, "path": ["palette", "green", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrastA100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "A100" }, "path": ["palette", "green", "contrast", "A100"] } } };
|
2118
2222
|
const LightColorSchemeWarningDefault = "#a26e0c";
|
2119
|
-
const LightColorSchemeWarningPalette = { "40": { "value": "#fff4dd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff4dd" }, "name": "PaletteYellow40", "attributes": { "category": "palette", "type": "yellow", "item": "40" }, "path": ["palette", "yellow", "40"] }, "60": { "value": "#ffecce", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffecce" }, "name": "PaletteYellow60", "attributes": { "category": "palette", "type": "yellow", "item": "60" }, "path": ["palette", "yellow", "60"] }, "100": { "value": "#fcdda6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcdda6" }, "name": "PaletteYellow100", "attributes": { "category": "palette", "type": "yellow", "item": "100" }, "path": ["palette", "yellow", "100"] }, "200": { "value": "#f5c23c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f5c23c" }, "name": "PaletteYellow200", "attributes": { "category": "palette", "type": "yellow", "item": "200" }, "path": ["palette", "yellow", "200"] }, "300": { "value": "#e19f12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e19f12" }, "name": "PaletteYellow300", "attributes": { "category": "palette", "type": "yellow", "item": "300" }, "path": ["palette", "yellow", "300"] }, "400": { "value": "#c78816", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c78816" }, "name": "PaletteYellow400", "attributes": { "category": "palette", "type": "yellow", "item": "400" }, "path": ["palette", "yellow", "400"] }, "500": { "value": "#a26e0c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a26e0c" }, "name": "PaletteYellow500", "attributes": { "category": "palette", "type": "yellow", "item": "500" }, "path": ["palette", "yellow", "500"] }, "560": { "value": "#7e5406", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7e5406" }, "name": "PaletteYellow560", "attributes": { "category": "palette", "type": "yellow", "item": "560" }, "path": ["palette", "yellow", "560"] }, "600": { "value": "#6b4804", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6b4804" }, "name": "PaletteYellow600", "attributes": { "category": "palette", "type": "yellow", "item": "600" }, "path": ["palette", "yellow", "600"] }, "700": { "value": "#543803", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#543803" }, "name": "PaletteYellow700", "attributes": { "category": "palette", "type": "yellow", "item": "700" }, "path": ["palette", "yellow", "700"] }, "800": { "value": "#3e3015", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#3e3015" }, "name": "PaletteYellow800", "attributes": { "category": "palette", "type": "yellow", "item": "800" }, "path": ["palette", "yellow", "800"] }, "900": { "value": "#312001", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#312001" }, "name": "PaletteYellow900", "attributes": { "category": "palette", "type": "yellow", "item": "900" }, "path": ["palette", "yellow", "900"] }, "A100": { "value": "rgba(255, 159, 18, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(255, 159, 18, 0.15)" }, "name": "PaletteYellowA100", "attributes": { "category": "palette", "type": "yellow", "item": "A100" }, "path": ["palette", "yellow", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast40", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "40" }, "path": ["palette", "yellow", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast60", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "60" }, "path": ["palette", "yellow", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "100" }, "path": ["palette", "yellow", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast200", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "200" }, "path": ["palette", "yellow", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast300", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "300" }, "path": ["palette", "yellow", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast400", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "400" }, "path": ["palette", "yellow", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast500", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "500" }, "path": ["palette", "yellow", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast560", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "560" }, "path": ["palette", "yellow", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast600", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "600" }, "path": ["palette", "yellow", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast700", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "700" }, "path": ["palette", "yellow", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast800", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "800" }, "path": ["palette", "yellow", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrastA100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "A100" }, "path": ["palette", "yellow", "contrast", "A100"] } } };
|
2223
|
+
const LightColorSchemeWarningPalette = { "40": { "value": "#fff4dd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff4dd" }, "name": "PaletteYellow40", "attributes": { "category": "palette", "type": "yellow", "item": "40" }, "path": ["palette", "yellow", "40"] }, "60": { "value": "#ffecce", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffecce" }, "name": "PaletteYellow60", "attributes": { "category": "palette", "type": "yellow", "item": "60" }, "path": ["palette", "yellow", "60"] }, "100": { "value": "#fcdda6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcdda6" }, "name": "PaletteYellow100", "attributes": { "category": "palette", "type": "yellow", "item": "100" }, "path": ["palette", "yellow", "100"] }, "200": { "value": "#f5c23c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f5c23c" }, "name": "PaletteYellow200", "attributes": { "category": "palette", "type": "yellow", "item": "200" }, "path": ["palette", "yellow", "200"] }, "300": { "value": "#e19f12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e19f12" }, "name": "PaletteYellow300", "attributes": { "category": "palette", "type": "yellow", "item": "300" }, "path": ["palette", "yellow", "300"] }, "400": { "value": "#c78816", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c78816" }, "name": "PaletteYellow400", "attributes": { "category": "palette", "type": "yellow", "item": "400" }, "path": ["palette", "yellow", "400"] }, "500": { "value": "#a26e0c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a26e0c" }, "name": "PaletteYellow500", "attributes": { "category": "palette", "type": "yellow", "item": "500" }, "path": ["palette", "yellow", "500"] }, "560": { "value": "#7e5406", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7e5406" }, "name": "PaletteYellow560", "attributes": { "category": "palette", "type": "yellow", "item": "560" }, "path": ["palette", "yellow", "560"] }, "600": { "value": "#6b4804", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6b4804" }, "name": "PaletteYellow600", "attributes": { "category": "palette", "type": "yellow", "item": "600" }, "path": ["palette", "yellow", "600"] }, "700": { "value": "#543803", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#543803" }, "name": "PaletteYellow700", "attributes": { "category": "palette", "type": "yellow", "item": "700" }, "path": ["palette", "yellow", "700"] }, "800": { "value": "#3e3015", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#3e3015" }, "name": "PaletteYellow800", "attributes": { "category": "palette", "type": "yellow", "item": "800" }, "path": ["palette", "yellow", "800"] }, "900": { "value": "#312001", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#312001" }, "name": "PaletteYellow900", "attributes": { "category": "palette", "type": "yellow", "item": "900" }, "path": ["palette", "yellow", "900"] }, "1000": { "value": "#1f1500", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#1f1500" }, "name": "PaletteYellow1000", "attributes": { "category": "palette", "type": "yellow", "item": "1000" }, "path": ["palette", "yellow", "1000"] }, "A100": { "value": "rgba(255, 159, 18, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(255, 159, 18, 0.15)" }, "name": "PaletteYellowA100", "attributes": { "category": "palette", "type": "yellow", "item": "A100" }, "path": ["palette", "yellow", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast40", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "40" }, "path": ["palette", "yellow", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast60", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "60" }, "path": ["palette", "yellow", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "100" }, "path": ["palette", "yellow", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast200", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "200" }, "path": ["palette", "yellow", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast300", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "300" }, "path": ["palette", "yellow", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast400", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "400" }, "path": ["palette", "yellow", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast500", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "500" }, "path": ["palette", "yellow", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast560", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "560" }, "path": ["palette", "yellow", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast600", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "600" }, "path": ["palette", "yellow", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast700", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "700" }, "path": ["palette", "yellow", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast800", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "800" }, "path": ["palette", "yellow", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrastA100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "A100" }, "path": ["palette", "yellow", "contrast", "A100"] } } };
|
2120
2224
|
const LightColorSchemeForegroundText = "#19252f";
|
2121
2225
|
const LightColorSchemeForegroundTextLessContrast = "#6d7a86";
|
2122
2226
|
const LightColorSchemeForegroundTextDisabled = "#8c99a5";
|
@@ -2127,6 +2231,8 @@ const LightColorSchemeForegroundBorder = "#bdc7d1";
|
|
2127
2231
|
const LightColorSchemeForegroundIcon = "#8c99a5";
|
2128
2232
|
const LightColorSchemeBackgroundBackground = "white";
|
2129
2233
|
const LightColorSchemeBackgroundBackgroundDisabled = "#f2f5f9";
|
2234
|
+
const LightColorSchemeBackgroundBackgroundLessContrast = "#f2f5f9";
|
2235
|
+
const LightColorSchemeBackgroundBackgroundUnder = "#f2f5f9";
|
2130
2236
|
const LightColorSchemeBackgroundOverlayHover = "rgba(black, 0.05)";
|
2131
2237
|
const LightColorSchemeBackgroundOverlayActive = "rgba(black, 0.1)";
|
2132
2238
|
const LightColorSchemeBackgroundOverlayDisabled = "rgba(white, 0.3)";
|
@@ -2136,17 +2242,17 @@ const LightColorSchemeStatesSelectedColor = "#e7f1ff";
|
|
2136
2242
|
const LightColorSchemeStatesPressedShadow = "inset 0 1px 2px 0 rgba(black, 0.2)";
|
2137
2243
|
const LightColorSchemeStatesDisabledOpacity = 0.3;
|
2138
2244
|
const DarkColorSchemePrimaryDefault = "#0059b8";
|
2139
|
-
const DarkColorSchemePrimaryPalette = { "40": { "value": "#eff6ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#eff6ff" }, "name": "PaletteBlue40", "attributes": { "category": "palette", "type": "blue", "item": "40" }, "path": ["palette", "blue", "40"] }, "60": { "value": "#e7f1ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e7f1ff" }, "name": "PaletteBlue60", "attributes": { "category": "palette", "type": "blue", "item": "60" }, "path": ["palette", "blue", "60"] }, "100": { "value": "#c8dfff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c8dfff" }, "name": "PaletteBlue100", "attributes": { "category": "palette", "type": "blue", "item": "100" }, "path": ["palette", "blue", "100"] }, "200": { "value": "#a2c7fe", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a2c7fe" }, "name": "PaletteBlue200", "attributes": { "category": "palette", "type": "blue", "item": "200" }, "path": ["palette", "blue", "200"] }, "300": { "value": "#5697ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#5697ff" }, "name": "PaletteBlue300", "attributes": { "category": "palette", "type": "blue", "item": "300" }, "path": ["palette", "blue", "300"] }, "400": { "value": "#4187ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4187ff" }, "name": "PaletteBlue400", "attributes": { "category": "palette", "type": "blue", "item": "400" }, "path": ["palette", "blue", "400"] }, "500": { "value": "#0374eb", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0374eb" }, "name": "PaletteBlue500", "attributes": { "category": "palette", "type": "blue", "item": "500" }, "path": ["palette", "blue", "500"] }, "560": { "value": "#0059b8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0059b8" }, "name": "PaletteBlue560", "attributes": { "category": "palette", "type": "blue", "item": "560" }, "path": ["palette", "blue", "560"] }, "600": { "value": "#014b9d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#014b9d" }, "name": "PaletteBlue600", "attributes": { "category": "palette", "type": "blue", "item": "600" }, "path": ["palette", "blue", "600"] }, "700": { "value": "#023c7f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#023c7f" }, "name": "PaletteBlue700", "attributes": { "category": "palette", "type": "blue", "item": "700" }, "path": ["palette", "blue", "700"] }, "800": { "value": "#193060", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#193060" }, "name": "PaletteBlue800", "attributes": { "category": "palette", "type": "blue", "item": "800" }, "path": ["palette", "blue", "800"] }, "900": { "value": "#00224f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00224f" }, "name": "PaletteBlue900", "attributes": { "category": "palette", "type": "blue", "item": "900" }, "path": ["palette", "blue", "900"] }, "A100": { "value": "rgba(3, 116, 235, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.15)" }, "name": "PaletteBlueA100", "attributes": { "category": "palette", "type": "blue", "item": "A100" }, "path": ["palette", "blue", "A100"] }, "A200": { "value": "rgba(3, 116, 235, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.3)" }, "name": "PaletteBlueA200", "attributes": { "category": "palette", "type": "blue", "item": "A200" }, "path": ["palette", "blue", "A200"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast40", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "40" }, "path": ["palette", "blue", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast60", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "60" }, "path": ["palette", "blue", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "100" }, "path": ["palette", "blue", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "200" }, "path": ["palette", "blue", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast300", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "300" }, "path": ["palette", "blue", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast400", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "400" }, "path": ["palette", "blue", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast500", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "500" }, "path": ["palette", "blue", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast560", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "560" }, "path": ["palette", "blue", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast600", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "600" }, "path": ["palette", "blue", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast700", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "700" }, "path": ["palette", "blue", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast800", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "800" }, "path": ["palette", "blue", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrastA100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A100" }, "path": ["palette", "blue", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrastA200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A200" }, "path": ["palette", "blue", "contrast", "A200"] } } };
|
2245
|
+
const DarkColorSchemePrimaryPalette = { "40": { "value": "#eff6ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#eff6ff" }, "name": "PaletteBlue40", "attributes": { "category": "palette", "type": "blue", "item": "40" }, "path": ["palette", "blue", "40"] }, "60": { "value": "#e7f1ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e7f1ff" }, "name": "PaletteBlue60", "attributes": { "category": "palette", "type": "blue", "item": "60" }, "path": ["palette", "blue", "60"] }, "100": { "value": "#c8dfff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c8dfff" }, "name": "PaletteBlue100", "attributes": { "category": "palette", "type": "blue", "item": "100" }, "path": ["palette", "blue", "100"] }, "200": { "value": "#a2c7fe", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a2c7fe" }, "name": "PaletteBlue200", "attributes": { "category": "palette", "type": "blue", "item": "200" }, "path": ["palette", "blue", "200"] }, "300": { "value": "#5697ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#5697ff" }, "name": "PaletteBlue300", "attributes": { "category": "palette", "type": "blue", "item": "300" }, "path": ["palette", "blue", "300"] }, "400": { "value": "#4187ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4187ff" }, "name": "PaletteBlue400", "attributes": { "category": "palette", "type": "blue", "item": "400" }, "path": ["palette", "blue", "400"] }, "500": { "value": "#0374eb", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0374eb" }, "name": "PaletteBlue500", "attributes": { "category": "palette", "type": "blue", "item": "500" }, "path": ["palette", "blue", "500"] }, "560": { "value": "#0059b8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0059b8" }, "name": "PaletteBlue560", "attributes": { "category": "palette", "type": "blue", "item": "560" }, "path": ["palette", "blue", "560"] }, "600": { "value": "#014b9d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#014b9d" }, "name": "PaletteBlue600", "attributes": { "category": "palette", "type": "blue", "item": "600" }, "path": ["palette", "blue", "600"] }, "700": { "value": "#023c7f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#023c7f" }, "name": "PaletteBlue700", "attributes": { "category": "palette", "type": "blue", "item": "700" }, "path": ["palette", "blue", "700"] }, "800": { "value": "#193060", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#193060" }, "name": "PaletteBlue800", "attributes": { "category": "palette", "type": "blue", "item": "800" }, "path": ["palette", "blue", "800"] }, "900": { "value": "#00224f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00224f" }, "name": "PaletteBlue900", "attributes": { "category": "palette", "type": "blue", "item": "900" }, "path": ["palette", "blue", "900"] }, "1000": { "value": "#001a40", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#001a40" }, "name": "PaletteBlue1000", "attributes": { "category": "palette", "type": "blue", "item": "1000" }, "path": ["palette", "blue", "1000"] }, "A100": { "value": "rgba(3, 116, 235, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.15)" }, "name": "PaletteBlueA100", "attributes": { "category": "palette", "type": "blue", "item": "A100" }, "path": ["palette", "blue", "A100"] }, "A200": { "value": "rgba(3, 116, 235, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.3)" }, "name": "PaletteBlueA200", "attributes": { "category": "palette", "type": "blue", "item": "A200" }, "path": ["palette", "blue", "A200"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast40", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "40" }, "path": ["palette", "blue", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast60", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "60" }, "path": ["palette", "blue", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "100" }, "path": ["palette", "blue", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "200" }, "path": ["palette", "blue", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast300", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "300" }, "path": ["palette", "blue", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast400", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "400" }, "path": ["palette", "blue", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast500", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "500" }, "path": ["palette", "blue", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast560", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "560" }, "path": ["palette", "blue", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast600", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "600" }, "path": ["palette", "blue", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast700", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "700" }, "path": ["palette", "blue", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast800", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "800" }, "path": ["palette", "blue", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrastA100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A100" }, "path": ["palette", "blue", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrastA200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A200" }, "path": ["palette", "blue", "contrast", "A200"] } } };
|
2140
2246
|
const DarkColorSchemeSecondDefault = "#515e69";
|
2141
|
-
const DarkColorSchemeSecondPalette = { "40": { "value": "#f2f5f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f2f5f9" }, "name": "PaletteGrey40", "attributes": { "category": "palette", "type": "grey", "item": "40" }, "path": ["palette", "grey", "40"] }, "60": { "value": "#ebeef2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebeef2" }, "name": "PaletteGrey60", "attributes": { "category": "palette", "type": "grey", "item": "60" }, "path": ["palette", "grey", "60"] }, "100": { "value": "#d7dee4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d7dee4" }, "name": "PaletteGrey100", "attributes": { "category": "palette", "type": "grey", "item": "100" }, "path": ["palette", "grey", "100"] }, "200": { "value": "#bdc7d1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#bdc7d1" }, "name": "PaletteGrey200", "attributes": { "category": "palette", "type": "grey", "item": "200" }, "path": ["palette", "grey", "200"] }, "300": { "value": "#8c99a5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8c99a5" }, "name": "PaletteGrey300", "attributes": { "category": "palette", "type": "grey", "item": "300" }, "path": ["palette", "grey", "300"] }, "400": { "value": "#7f8c98", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7f8c98" }, "name": "PaletteGrey400", "attributes": { "category": "palette", "type": "grey", "item": "400" }, "path": ["palette", "grey", "400"] }, "500": { "value": "#6d7a86", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6d7a86" }, "name": "PaletteGrey500", "attributes": { "category": "palette", "type": "grey", "item": "500" }, "path": ["palette", "grey", "500"] }, "560": { "value": "#515e69", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#515e69" }, "name": "PaletteGrey560", "attributes": { "category": "palette", "type": "grey", "item": "560" }, "path": ["palette", "grey", "560"] }, "600": { "value": "#434f5a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#434f5a" }, "name": "PaletteGrey600", "attributes": { "category": "palette", "type": "grey", "item": "600" }, "path": ["palette", "grey", "600"] }, "700": { "value": "#333f4a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#333f4a" }, "name": "PaletteGrey700", "attributes": { "category": "palette", "type": "grey", "item": "700" }, "path": ["palette", "grey", "700"] }, "800": { "value": "#27333e", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#27333e" }, "name": "PaletteGrey800", "attributes": { "category": "palette", "type": "grey", "item": "800" }, "path": ["palette", "grey", "800"] }, "900": { "value": "#19252f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#19252f" }, "name": "PaletteGrey900", "attributes": { "category": "palette", "type": "grey", "item": "900" }, "path": ["palette", "grey", "900"] }, "A40": { "value": "rgba(25, 37, 47, 0.04)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.04)" }, "name": "PaletteGreyA40", "attributes": { "category": "palette", "type": "grey", "item": "A40" }, "path": ["palette", "grey", "A40"] }, "A60": { "value": "rgba(25, 37, 47, 0.06)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.06)" }, "name": "PaletteGreyA60", "attributes": { "category": "palette", "type": "grey", "item": "A60" }, "path": ["palette", "grey", "A60"] }, "A100": { "value": "rgba(25, 37, 47, 0.1)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.1)" }, "name": "PaletteGreyA100", "attributes": { "category": "palette", "type": "grey", "item": "A100" }, "path": ["palette", "grey", "A100"] }, "A200": { "value": "rgba(25, 37, 47, 0.2)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.2)" }, "name": "PaletteGreyA200", "attributes": { "category": "palette", "type": "grey", "item": "A200" }, "path": ["palette", "grey", "A200"] }, "A300": { "value": "rgba(25, 37, 47, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.3)" }, "name": "PaletteGreyA300", "attributes": { "category": "palette", "type": "grey", "item": "A300" }, "path": ["palette", "grey", "A300"] }, "A500": { "value": "rgba(25, 37, 47, 0.5)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.5)" }, "name": "PaletteGreyA500", "attributes": { "category": "palette", "type": "grey", "item": "A500" }, "path": ["palette", "grey", "A500"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast40", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "40" }, "path": ["palette", "grey", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast60", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "60" }, "path": ["palette", "grey", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast100", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "100" }, "path": ["palette", "grey", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast200", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "200" }, "path": ["palette", "grey", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast300", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "300" }, "path": ["palette", "grey", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast400", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "400" }, "path": ["palette", "grey", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast500", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "500" }, "path": ["palette", "grey", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast560", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "560" }, "path": ["palette", "grey", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast600", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "600" }, "path": ["palette", "grey", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast700", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "700" }, "path": ["palette", "grey", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast800", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "800" }, "path": ["palette", "grey", "contrast", "800"] } } };
|
2247
|
+
const DarkColorSchemeSecondPalette = { "40": { "value": "#f2f5f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f2f5f9" }, "name": "PaletteGrey40", "attributes": { "category": "palette", "type": "grey", "item": "40" }, "path": ["palette", "grey", "40"] }, "60": { "value": "#ebeef2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebeef2" }, "name": "PaletteGrey60", "attributes": { "category": "palette", "type": "grey", "item": "60" }, "path": ["palette", "grey", "60"] }, "100": { "value": "#d7dee4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d7dee4" }, "name": "PaletteGrey100", "attributes": { "category": "palette", "type": "grey", "item": "100" }, "path": ["palette", "grey", "100"] }, "200": { "value": "#bdc7d1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#bdc7d1" }, "name": "PaletteGrey200", "attributes": { "category": "palette", "type": "grey", "item": "200" }, "path": ["palette", "grey", "200"] }, "300": { "value": "#8c99a5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8c99a5" }, "name": "PaletteGrey300", "attributes": { "category": "palette", "type": "grey", "item": "300" }, "path": ["palette", "grey", "300"] }, "400": { "value": "#7f8c98", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7f8c98" }, "name": "PaletteGrey400", "attributes": { "category": "palette", "type": "grey", "item": "400" }, "path": ["palette", "grey", "400"] }, "500": { "value": "#6d7a86", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6d7a86" }, "name": "PaletteGrey500", "attributes": { "category": "palette", "type": "grey", "item": "500" }, "path": ["palette", "grey", "500"] }, "560": { "value": "#515e69", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#515e69" }, "name": "PaletteGrey560", "attributes": { "category": "palette", "type": "grey", "item": "560" }, "path": ["palette", "grey", "560"] }, "600": { "value": "#434f5a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#434f5a" }, "name": "PaletteGrey600", "attributes": { "category": "palette", "type": "grey", "item": "600" }, "path": ["palette", "grey", "600"] }, "700": { "value": "#333f4a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#333f4a" }, "name": "PaletteGrey700", "attributes": { "category": "palette", "type": "grey", "item": "700" }, "path": ["palette", "grey", "700"] }, "800": { "value": "#27333e", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#27333e" }, "name": "PaletteGrey800", "attributes": { "category": "palette", "type": "grey", "item": "800" }, "path": ["palette", "grey", "800"] }, "900": { "value": "#19252f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#19252f" }, "name": "PaletteGrey900", "attributes": { "category": "palette", "type": "grey", "item": "900" }, "path": ["palette", "grey", "900"] }, "1000": { "value": "#151e25", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#151e25" }, "name": "PaletteGrey1000", "attributes": { "category": "palette", "type": "grey", "item": "1000" }, "path": ["palette", "grey", "1000"] }, "A40": { "value": "rgba(25, 37, 47, 0.04)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.04)" }, "name": "PaletteGreyA40", "attributes": { "category": "palette", "type": "grey", "item": "A40" }, "path": ["palette", "grey", "A40"] }, "A60": { "value": "rgba(25, 37, 47, 0.06)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.06)" }, "name": "PaletteGreyA60", "attributes": { "category": "palette", "type": "grey", "item": "A60" }, "path": ["palette", "grey", "A60"] }, "A100": { "value": "rgba(25, 37, 47, 0.1)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.1)" }, "name": "PaletteGreyA100", "attributes": { "category": "palette", "type": "grey", "item": "A100" }, "path": ["palette", "grey", "A100"] }, "A200": { "value": "rgba(25, 37, 47, 0.2)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.2)" }, "name": "PaletteGreyA200", "attributes": { "category": "palette", "type": "grey", "item": "A200" }, "path": ["palette", "grey", "A200"] }, "A300": { "value": "rgba(25, 37, 47, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.3)" }, "name": "PaletteGreyA300", "attributes": { "category": "palette", "type": "grey", "item": "A300" }, "path": ["palette", "grey", "A300"] }, "A500": { "value": "rgba(25, 37, 47, 0.5)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.5)" }, "name": "PaletteGreyA500", "attributes": { "category": "palette", "type": "grey", "item": "A500" }, "path": ["palette", "grey", "A500"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast40", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "40" }, "path": ["palette", "grey", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast60", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "60" }, "path": ["palette", "grey", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast100", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "100" }, "path": ["palette", "grey", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast200", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "200" }, "path": ["palette", "grey", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast300", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "300" }, "path": ["palette", "grey", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast400", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "400" }, "path": ["palette", "grey", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast500", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "500" }, "path": ["palette", "grey", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast560", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "560" }, "path": ["palette", "grey", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast600", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "600" }, "path": ["palette", "grey", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast700", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "700" }, "path": ["palette", "grey", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast800", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "800" }, "path": ["palette", "grey", "contrast", "800"] } } };
|
2142
2248
|
const DarkColorSchemeErrorDefault = "#b9023a";
|
2143
|
-
const DarkColorSchemeErrorPalette = { "40": { "value": "#fff3f3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff3f3" }, "name": "PaletteRed40", "attributes": { "category": "palette", "type": "red", "item": "40" }, "path": ["palette", "red", "40"] }, "60": { "value": "#ffeaea", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffeaea" }, "name": "PaletteRed60", "attributes": { "category": "palette", "type": "red", "item": "60" }, "path": ["palette", "red", "60"] }, "100": { "value": "#fbd6d6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fbd6d6" }, "name": "PaletteRed100", "attributes": { "category": "palette", "type": "red", "item": "100" }, "path": ["palette", "red", "100"] }, "200": { "value": "#fcb2b4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcb2b4" }, "name": "PaletteRed200", "attributes": { "category": "palette", "type": "red", "item": "200" }, "path": ["palette", "red", "200"] }, "300": { "value": "#ee6f79", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ee6f79" }, "name": "PaletteRed300", "attributes": { "category": "palette", "type": "red", "item": "300" }, "path": ["palette", "red", "300"] }, "400": { "value": "#ea5868", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ea5868" }, "name": "PaletteRed400", "attributes": { "category": "palette", "type": "red", "item": "400" }, "path": ["palette", "red", "400"] }, "500": { "value": "#db3c55", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#db3c55" }, "name": "PaletteRed500", "attributes": { "category": "palette", "type": "red", "item": "500" }, "path": ["palette", "red", "500"] }, "560": { "value": "#b9023a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b9023a" }, "name": "PaletteRed560", "attributes": { "category": "palette", "type": "red", "item": "560" }, "path": ["palette", "red", "560"] }, "600": { "value": "#9e0130", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#9e0130" }, "name": "PaletteRed600", "attributes": { "category": "palette", "type": "red", "item": "600" }, "path": ["palette", "red", "600"] }, "700": { "value": "#800025", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#800025" }, "name": "PaletteRed700", "attributes": { "category": "palette", "type": "red", "item": "700" }, "path": ["palette", "red", "700"] }, "800": { "value": "#621420", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#621420" }, "name": "PaletteRed800", "attributes": { "category": "palette", "type": "red", "item": "800" }, "path": ["palette", "red", "800"] }, "900": { "value": "#500013", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#500013" }, "name": "PaletteRed900", "attributes": { "category": "palette", "type": "red", "item": "900" }, "path": ["palette", "red", "900"] }, "A100": { "value": "rgba(219, 60, 85, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(219, 60, 85, 0.15)" }, "name": "PaletteRedA100", "attributes": { "category": "palette", "type": "red", "item": "A100" }, "path": ["palette", "red", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast40", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "40" }, "path": ["palette", "red", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast60", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "60" }, "path": ["palette", "red", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "100" }, "path": ["palette", "red", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast200", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "200" }, "path": ["palette", "red", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast300", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "300" }, "path": ["palette", "red", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast400", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "400" }, "path": ["palette", "red", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast500", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "500" }, "path": ["palette", "red", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast560", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "560" }, "path": ["palette", "red", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast600", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "600" }, "path": ["palette", "red", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast700", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "700" }, "path": ["palette", "red", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast800", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "800" }, "path": ["palette", "red", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrastA100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "A100" }, "path": ["palette", "red", "contrast", "A100"] } } };
|
2249
|
+
const DarkColorSchemeErrorPalette = { "40": { "value": "#fff3f3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff3f3" }, "name": "PaletteRed40", "attributes": { "category": "palette", "type": "red", "item": "40" }, "path": ["palette", "red", "40"] }, "60": { "value": "#ffeaea", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffeaea" }, "name": "PaletteRed60", "attributes": { "category": "palette", "type": "red", "item": "60" }, "path": ["palette", "red", "60"] }, "100": { "value": "#fbd6d6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fbd6d6" }, "name": "PaletteRed100", "attributes": { "category": "palette", "type": "red", "item": "100" }, "path": ["palette", "red", "100"] }, "200": { "value": "#fcb2b4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcb2b4" }, "name": "PaletteRed200", "attributes": { "category": "palette", "type": "red", "item": "200" }, "path": ["palette", "red", "200"] }, "300": { "value": "#ee6f79", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ee6f79" }, "name": "PaletteRed300", "attributes": { "category": "palette", "type": "red", "item": "300" }, "path": ["palette", "red", "300"] }, "400": { "value": "#ea5868", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ea5868" }, "name": "PaletteRed400", "attributes": { "category": "palette", "type": "red", "item": "400" }, "path": ["palette", "red", "400"] }, "500": { "value": "#db3c55", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#db3c55" }, "name": "PaletteRed500", "attributes": { "category": "palette", "type": "red", "item": "500" }, "path": ["palette", "red", "500"] }, "560": { "value": "#b9023a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b9023a" }, "name": "PaletteRed560", "attributes": { "category": "palette", "type": "red", "item": "560" }, "path": ["palette", "red", "560"] }, "600": { "value": "#9e0130", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#9e0130" }, "name": "PaletteRed600", "attributes": { "category": "palette", "type": "red", "item": "600" }, "path": ["palette", "red", "600"] }, "700": { "value": "#800025", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#800025" }, "name": "PaletteRed700", "attributes": { "category": "palette", "type": "red", "item": "700" }, "path": ["palette", "red", "700"] }, "800": { "value": "#621420", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#621420" }, "name": "PaletteRed800", "attributes": { "category": "palette", "type": "red", "item": "800" }, "path": ["palette", "red", "800"] }, "900": { "value": "#500013", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#500013" }, "name": "PaletteRed900", "attributes": { "category": "palette", "type": "red", "item": "900" }, "path": ["palette", "red", "900"] }, "1000": { "value": "#41000b", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#41000b" }, "name": "PaletteRed1000", "attributes": { "category": "palette", "type": "red", "item": "1000" }, "path": ["palette", "red", "1000"] }, "A100": { "value": "rgba(219, 60, 85, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(219, 60, 85, 0.15)" }, "name": "PaletteRedA100", "attributes": { "category": "palette", "type": "red", "item": "A100" }, "path": ["palette", "red", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast40", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "40" }, "path": ["palette", "red", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast60", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "60" }, "path": ["palette", "red", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "100" }, "path": ["palette", "red", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast200", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "200" }, "path": ["palette", "red", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast300", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "300" }, "path": ["palette", "red", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast400", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "400" }, "path": ["palette", "red", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast500", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "500" }, "path": ["palette", "red", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast560", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "560" }, "path": ["palette", "red", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast600", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "600" }, "path": ["palette", "red", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast700", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "700" }, "path": ["palette", "red", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast800", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "800" }, "path": ["palette", "red", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrastA100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "A100" }, "path": ["palette", "red", "contrast", "A100"] } } };
|
2144
2250
|
const DarkColorSchemeInfoDefault = "#0c6579";
|
2145
|
-
const DarkColorSchemeInfoPalette = { "40": { "value": "#ebf8fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebf8fd" }, "name": "PaletteTeal40", "attributes": { "category": "palette", "type": "teal", "item": "40" }, "path": ["palette", "teal", "40"] }, "60": { "value": "#d9f3fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d9f3fd" }, "name": "PaletteTeal60", "attributes": { "category": "palette", "type": "teal", "item": "60" }, "path": ["palette", "teal", "60"] }, "100": { "value": "#afe6f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#afe6f9" }, "name": "PaletteTeal100", "attributes": { "category": "palette", "type": "teal", "item": "100" }, "path": ["palette", "teal", "100"] }, "200": { "value": "#6ed3f2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6ed3f2" }, "name": "PaletteTeal200", "attributes": { "category": "palette", "type": "teal", "item": "200" }, "path": ["palette", "teal", "200"] }, "300": { "value": "#18a5c5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#18a5c5" }, "name": "PaletteTeal300", "attributes": { "category": "palette", "type": "teal", "item": "300" }, "path": ["palette", "teal", "300"] }, "400": { "value": "#2099b7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#2099b7" }, "name": "PaletteTeal400", "attributes": { "category": "palette", "type": "teal", "item": "400" }, "path": ["palette", "teal", "400"] }, "500": { "value": "#218ca8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#218ca8" }, "name": "PaletteTeal500", "attributes": { "category": "palette", "type": "teal", "item": "500" }, "path": ["palette", "teal", "500"] }, "560": { "value": "#0c6579", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c6579" }, "name": "PaletteTeal560", "attributes": { "category": "palette", "type": "teal", "item": "560" }, "path": ["palette", "teal", "560"] }, "600": { "value": "#0c5567", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c5567" }, "name": "PaletteTeal600", "attributes": { "category": "palette", "type": "teal", "item": "600" }, "path": ["palette", "teal", "600"] }, "700": { "value": "#084453", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#084453" }, "name": "PaletteTeal700", "attributes": { "category": "palette", "type": "teal", "item": "700" }, "path": ["palette", "teal", "700"] }, "800": { "value": "#143641", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#143641" }, "name": "PaletteTeal800", "attributes": { "category": "palette", "type": "teal", "item": "800" }, "path": ["palette", "teal", "800"] }, "900": { "value": "#022731", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#022731" }, "name": "PaletteTeal900", "attributes": { "category": "palette", "type": "teal", "item": "900" }, "path": ["palette", "teal", "900"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast40", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "40" }, "path": ["palette", "teal", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast60", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "60" }, "path": ["palette", "teal", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "100" }, "path": ["palette", "teal", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "200" }, "path": ["palette", "teal", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast300", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "300" }, "path": ["palette", "teal", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast400", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "400" }, "path": ["palette", "teal", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast500", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "500" }, "path": ["palette", "teal", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast560", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "560" }, "path": ["palette", "teal", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast600", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "600" }, "path": ["palette", "teal", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast700", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "700" }, "path": ["palette", "teal", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast800", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "800" }, "path": ["palette", "teal", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrastA100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A100" }, "path": ["palette", "teal", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrastA200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A200" }, "path": ["palette", "teal", "contrast", "A200"] } } };
|
2251
|
+
const DarkColorSchemeInfoPalette = { "40": { "value": "#ebf8fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebf8fd" }, "name": "PaletteTeal40", "attributes": { "category": "palette", "type": "teal", "item": "40" }, "path": ["palette", "teal", "40"] }, "60": { "value": "#d9f3fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d9f3fd" }, "name": "PaletteTeal60", "attributes": { "category": "palette", "type": "teal", "item": "60" }, "path": ["palette", "teal", "60"] }, "100": { "value": "#afe6f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#afe6f9" }, "name": "PaletteTeal100", "attributes": { "category": "palette", "type": "teal", "item": "100" }, "path": ["palette", "teal", "100"] }, "200": { "value": "#6ed3f2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6ed3f2" }, "name": "PaletteTeal200", "attributes": { "category": "palette", "type": "teal", "item": "200" }, "path": ["palette", "teal", "200"] }, "300": { "value": "#18a5c5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#18a5c5" }, "name": "PaletteTeal300", "attributes": { "category": "palette", "type": "teal", "item": "300" }, "path": ["palette", "teal", "300"] }, "400": { "value": "#2099b7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#2099b7" }, "name": "PaletteTeal400", "attributes": { "category": "palette", "type": "teal", "item": "400" }, "path": ["palette", "teal", "400"] }, "500": { "value": "#218ca8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#218ca8" }, "name": "PaletteTeal500", "attributes": { "category": "palette", "type": "teal", "item": "500" }, "path": ["palette", "teal", "500"] }, "560": { "value": "#0c6579", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c6579" }, "name": "PaletteTeal560", "attributes": { "category": "palette", "type": "teal", "item": "560" }, "path": ["palette", "teal", "560"] }, "600": { "value": "#0c5567", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c5567" }, "name": "PaletteTeal600", "attributes": { "category": "palette", "type": "teal", "item": "600" }, "path": ["palette", "teal", "600"] }, "700": { "value": "#084453", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#084453" }, "name": "PaletteTeal700", "attributes": { "category": "palette", "type": "teal", "item": "700" }, "path": ["palette", "teal", "700"] }, "800": { "value": "#143641", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#143641" }, "name": "PaletteTeal800", "attributes": { "category": "palette", "type": "teal", "item": "800" }, "path": ["palette", "teal", "800"] }, "900": { "value": "#022731", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#022731" }, "name": "PaletteTeal900", "attributes": { "category": "palette", "type": "teal", "item": "900" }, "path": ["palette", "teal", "900"] }, "1000": { "value": "#001f28", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#001f28" }, "name": "PaletteTeal1000", "attributes": { "category": "palette", "type": "teal", "item": "1000" }, "path": ["palette", "teal", "1000"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast40", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "40" }, "path": ["palette", "teal", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast60", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "60" }, "path": ["palette", "teal", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "100" }, "path": ["palette", "teal", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "200" }, "path": ["palette", "teal", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast300", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "300" }, "path": ["palette", "teal", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast400", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "400" }, "path": ["palette", "teal", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast500", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "500" }, "path": ["palette", "teal", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast560", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "560" }, "path": ["palette", "teal", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast600", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "600" }, "path": ["palette", "teal", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast700", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "700" }, "path": ["palette", "teal", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast800", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "800" }, "path": ["palette", "teal", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrastA100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A100" }, "path": ["palette", "teal", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrastA200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A200" }, "path": ["palette", "teal", "contrast", "A200"] } } };
|
2146
2252
|
const DarkColorSchemeSuccessDefault = "#016b37";
|
2147
|
-
const DarkColorSchemeSuccessPalette = { "40": { "value": "#ecf9ef", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ecf9ef" }, "name": "PaletteGreen40", "attributes": { "category": "palette", "type": "green", "item": "40" }, "path": ["palette", "green", "40"] }, "60": { "value": "#d2f7db", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d2f7db" }, "name": "PaletteGreen60", "attributes": { "category": "palette", "type": "green", "item": "60" }, "path": ["palette", "green", "60"] }, "100": { "value": "#b6ebc3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b6ebc3" }, "name": "PaletteGreen100", "attributes": { "category": "palette", "type": "green", "item": "100" }, "path": ["palette", "green", "100"] }, "200": { "value": "#8ed5a1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8ed5a1" }, "name": "PaletteGreen200", "attributes": { "category": "palette", "type": "green", "item": "200" }, "path": ["palette", "green", "200"] }, "300": { "value": "#4ba96c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4ba96c" }, "name": "PaletteGreen300", "attributes": { "category": "palette", "type": "green", "item": "300" }, "path": ["palette", "green", "300"] }, "400": { "value": "#319d5c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#319d5c" }, "name": "PaletteGreen400", "attributes": { "category": "palette", "type": "green", "item": "400" }, "path": ["palette", "green", "400"] }, "500": { "value": "#028b49", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#028b49" }, "name": "PaletteGreen500", "attributes": { "category": "palette", "type": "green", "item": "500" }, "path": ["palette", "green", "500"] }, "560": { "value": "#016b37", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#016b37" }, "name": "PaletteGreen560", "attributes": { "category": "palette", "type": "green", "item": "560" }, "path": ["palette", "green", "560"] }, "600": { "value": "#015a2d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#015a2d" }, "name": "PaletteGreen600", "attributes": { "category": "palette", "type": "green", "item": "600" }, "path": ["palette", "green", "600"] }, "700": { "value": "#004823", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#004823" }, "name": "PaletteGreen700", "attributes": { "category": "palette", "type": "green", "item": "700" }, "path": ["palette", "green", "700"] }, "800": { "value": "#103920", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#103920" }, "name": "PaletteGreen800", "attributes": { "category": "palette", "type": "green", "item": "800" }, "path": ["palette", "green", "800"] }, "900": { "value": "#002a12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#002a12" }, "name": "PaletteGreen900", "attributes": { "category": "palette", "type": "green", "item": "900" }, "path": ["palette", "green", "900"] }, "A100": { "value": "rgba(2, 139, 73, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(2, 139, 73, 0.15)" }, "name": "PaletteGreenA100", "attributes": { "category": "palette", "type": "green", "item": "A100" }, "path": ["palette", "green", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast40", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "40" }, "path": ["palette", "green", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast60", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "60" }, "path": ["palette", "green", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "100" }, "path": ["palette", "green", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast200", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "200" }, "path": ["palette", "green", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast300", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "300" }, "path": ["palette", "green", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast400", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "400" }, "path": ["palette", "green", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast500", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "500" }, "path": ["palette", "green", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast560", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "560" }, "path": ["palette", "green", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast600", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "600" }, "path": ["palette", "green", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast700", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "700" }, "path": ["palette", "green", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast800", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "800" }, "path": ["palette", "green", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrastA100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "A100" }, "path": ["palette", "green", "contrast", "A100"] } } };
|
2253
|
+
const DarkColorSchemeSuccessPalette = { "40": { "value": "#ecf9ef", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ecf9ef" }, "name": "PaletteGreen40", "attributes": { "category": "palette", "type": "green", "item": "40" }, "path": ["palette", "green", "40"] }, "60": { "value": "#d2f7db", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d2f7db" }, "name": "PaletteGreen60", "attributes": { "category": "palette", "type": "green", "item": "60" }, "path": ["palette", "green", "60"] }, "100": { "value": "#b6ebc3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b6ebc3" }, "name": "PaletteGreen100", "attributes": { "category": "palette", "type": "green", "item": "100" }, "path": ["palette", "green", "100"] }, "200": { "value": "#8ed5a1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8ed5a1" }, "name": "PaletteGreen200", "attributes": { "category": "palette", "type": "green", "item": "200" }, "path": ["palette", "green", "200"] }, "300": { "value": "#4ba96c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4ba96c" }, "name": "PaletteGreen300", "attributes": { "category": "palette", "type": "green", "item": "300" }, "path": ["palette", "green", "300"] }, "400": { "value": "#319d5c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#319d5c" }, "name": "PaletteGreen400", "attributes": { "category": "palette", "type": "green", "item": "400" }, "path": ["palette", "green", "400"] }, "500": { "value": "#028b49", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#028b49" }, "name": "PaletteGreen500", "attributes": { "category": "palette", "type": "green", "item": "500" }, "path": ["palette", "green", "500"] }, "560": { "value": "#016b37", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#016b37" }, "name": "PaletteGreen560", "attributes": { "category": "palette", "type": "green", "item": "560" }, "path": ["palette", "green", "560"] }, "600": { "value": "#015a2d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#015a2d" }, "name": "PaletteGreen600", "attributes": { "category": "palette", "type": "green", "item": "600" }, "path": ["palette", "green", "600"] }, "700": { "value": "#004823", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#004823" }, "name": "PaletteGreen700", "attributes": { "category": "palette", "type": "green", "item": "700" }, "path": ["palette", "green", "700"] }, "800": { "value": "#103920", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#103920" }, "name": "PaletteGreen800", "attributes": { "category": "palette", "type": "green", "item": "800" }, "path": ["palette", "green", "800"] }, "900": { "value": "#002a12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#002a12" }, "name": "PaletteGreen900", "attributes": { "category": "palette", "type": "green", "item": "900" }, "path": ["palette", "green", "900"] }, "1000": { "value": "#00210c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00210c" }, "name": "PaletteGreen1000", "attributes": { "category": "palette", "type": "green", "item": "1000" }, "path": ["palette", "green", "1000"] }, "A100": { "value": "rgba(2, 139, 73, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(2, 139, 73, 0.15)" }, "name": "PaletteGreenA100", "attributes": { "category": "palette", "type": "green", "item": "A100" }, "path": ["palette", "green", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast40", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "40" }, "path": ["palette", "green", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast60", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "60" }, "path": ["palette", "green", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "100" }, "path": ["palette", "green", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast200", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "200" }, "path": ["palette", "green", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast300", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "300" }, "path": ["palette", "green", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast400", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "400" }, "path": ["palette", "green", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast500", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "500" }, "path": ["palette", "green", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast560", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "560" }, "path": ["palette", "green", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast600", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "600" }, "path": ["palette", "green", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast700", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "700" }, "path": ["palette", "green", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast800", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "800" }, "path": ["palette", "green", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrastA100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "A100" }, "path": ["palette", "green", "contrast", "A100"] } } };
|
2148
2254
|
const DarkColorSchemeWarningDefault = "#7e5406";
|
2149
|
-
const DarkColorSchemeWarningPalette = { "40": { "value": "#fff4dd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff4dd" }, "name": "PaletteYellow40", "attributes": { "category": "palette", "type": "yellow", "item": "40" }, "path": ["palette", "yellow", "40"] }, "60": { "value": "#ffecce", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffecce" }, "name": "PaletteYellow60", "attributes": { "category": "palette", "type": "yellow", "item": "60" }, "path": ["palette", "yellow", "60"] }, "100": { "value": "#fcdda6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcdda6" }, "name": "PaletteYellow100", "attributes": { "category": "palette", "type": "yellow", "item": "100" }, "path": ["palette", "yellow", "100"] }, "200": { "value": "#f5c23c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f5c23c" }, "name": "PaletteYellow200", "attributes": { "category": "palette", "type": "yellow", "item": "200" }, "path": ["palette", "yellow", "200"] }, "300": { "value": "#e19f12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e19f12" }, "name": "PaletteYellow300", "attributes": { "category": "palette", "type": "yellow", "item": "300" }, "path": ["palette", "yellow", "300"] }, "400": { "value": "#c78816", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c78816" }, "name": "PaletteYellow400", "attributes": { "category": "palette", "type": "yellow", "item": "400" }, "path": ["palette", "yellow", "400"] }, "500": { "value": "#a26e0c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a26e0c" }, "name": "PaletteYellow500", "attributes": { "category": "palette", "type": "yellow", "item": "500" }, "path": ["palette", "yellow", "500"] }, "560": { "value": "#7e5406", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7e5406" }, "name": "PaletteYellow560", "attributes": { "category": "palette", "type": "yellow", "item": "560" }, "path": ["palette", "yellow", "560"] }, "600": { "value": "#6b4804", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6b4804" }, "name": "PaletteYellow600", "attributes": { "category": "palette", "type": "yellow", "item": "600" }, "path": ["palette", "yellow", "600"] }, "700": { "value": "#543803", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#543803" }, "name": "PaletteYellow700", "attributes": { "category": "palette", "type": "yellow", "item": "700" }, "path": ["palette", "yellow", "700"] }, "800": { "value": "#3e3015", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#3e3015" }, "name": "PaletteYellow800", "attributes": { "category": "palette", "type": "yellow", "item": "800" }, "path": ["palette", "yellow", "800"] }, "900": { "value": "#312001", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#312001" }, "name": "PaletteYellow900", "attributes": { "category": "palette", "type": "yellow", "item": "900" }, "path": ["palette", "yellow", "900"] }, "A100": { "value": "rgba(255, 159, 18, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(255, 159, 18, 0.15)" }, "name": "PaletteYellowA100", "attributes": { "category": "palette", "type": "yellow", "item": "A100" }, "path": ["palette", "yellow", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast40", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "40" }, "path": ["palette", "yellow", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast60", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "60" }, "path": ["palette", "yellow", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "100" }, "path": ["palette", "yellow", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast200", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "200" }, "path": ["palette", "yellow", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast300", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "300" }, "path": ["palette", "yellow", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast400", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "400" }, "path": ["palette", "yellow", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast500", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "500" }, "path": ["palette", "yellow", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast560", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "560" }, "path": ["palette", "yellow", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast600", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "600" }, "path": ["palette", "yellow", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast700", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "700" }, "path": ["palette", "yellow", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast800", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "800" }, "path": ["palette", "yellow", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrastA100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "A100" }, "path": ["palette", "yellow", "contrast", "A100"] } } };
|
2255
|
+
const DarkColorSchemeWarningPalette = { "40": { "value": "#fff4dd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff4dd" }, "name": "PaletteYellow40", "attributes": { "category": "palette", "type": "yellow", "item": "40" }, "path": ["palette", "yellow", "40"] }, "60": { "value": "#ffecce", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffecce" }, "name": "PaletteYellow60", "attributes": { "category": "palette", "type": "yellow", "item": "60" }, "path": ["palette", "yellow", "60"] }, "100": { "value": "#fcdda6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcdda6" }, "name": "PaletteYellow100", "attributes": { "category": "palette", "type": "yellow", "item": "100" }, "path": ["palette", "yellow", "100"] }, "200": { "value": "#f5c23c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f5c23c" }, "name": "PaletteYellow200", "attributes": { "category": "palette", "type": "yellow", "item": "200" }, "path": ["palette", "yellow", "200"] }, "300": { "value": "#e19f12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e19f12" }, "name": "PaletteYellow300", "attributes": { "category": "palette", "type": "yellow", "item": "300" }, "path": ["palette", "yellow", "300"] }, "400": { "value": "#c78816", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c78816" }, "name": "PaletteYellow400", "attributes": { "category": "palette", "type": "yellow", "item": "400" }, "path": ["palette", "yellow", "400"] }, "500": { "value": "#a26e0c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a26e0c" }, "name": "PaletteYellow500", "attributes": { "category": "palette", "type": "yellow", "item": "500" }, "path": ["palette", "yellow", "500"] }, "560": { "value": "#7e5406", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7e5406" }, "name": "PaletteYellow560", "attributes": { "category": "palette", "type": "yellow", "item": "560" }, "path": ["palette", "yellow", "560"] }, "600": { "value": "#6b4804", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6b4804" }, "name": "PaletteYellow600", "attributes": { "category": "palette", "type": "yellow", "item": "600" }, "path": ["palette", "yellow", "600"] }, "700": { "value": "#543803", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#543803" }, "name": "PaletteYellow700", "attributes": { "category": "palette", "type": "yellow", "item": "700" }, "path": ["palette", "yellow", "700"] }, "800": { "value": "#3e3015", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#3e3015" }, "name": "PaletteYellow800", "attributes": { "category": "palette", "type": "yellow", "item": "800" }, "path": ["palette", "yellow", "800"] }, "900": { "value": "#312001", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#312001" }, "name": "PaletteYellow900", "attributes": { "category": "palette", "type": "yellow", "item": "900" }, "path": ["palette", "yellow", "900"] }, "1000": { "value": "#1f1500", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#1f1500" }, "name": "PaletteYellow1000", "attributes": { "category": "palette", "type": "yellow", "item": "1000" }, "path": ["palette", "yellow", "1000"] }, "A100": { "value": "rgba(255, 159, 18, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(255, 159, 18, 0.15)" }, "name": "PaletteYellowA100", "attributes": { "category": "palette", "type": "yellow", "item": "A100" }, "path": ["palette", "yellow", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast40", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "40" }, "path": ["palette", "yellow", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast60", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "60" }, "path": ["palette", "yellow", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "100" }, "path": ["palette", "yellow", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast200", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "200" }, "path": ["palette", "yellow", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast300", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "300" }, "path": ["palette", "yellow", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast400", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "400" }, "path": ["palette", "yellow", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast500", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "500" }, "path": ["palette", "yellow", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast560", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "560" }, "path": ["palette", "yellow", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast600", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "600" }, "path": ["palette", "yellow", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast700", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "700" }, "path": ["palette", "yellow", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast800", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "800" }, "path": ["palette", "yellow", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrastA100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "A100" }, "path": ["palette", "yellow", "contrast", "A100"] } } };
|
2150
2256
|
const DarkColorSchemeForegroundText = "#f2f5f9";
|
2151
2257
|
const DarkColorSchemeForegroundTextLessContrast = "#8c99a5";
|
2152
2258
|
const DarkColorSchemeForegroundTextDisabled = "#6d7a86";
|
@@ -2157,6 +2263,8 @@ const DarkColorSchemeForegroundBorder = "#515e69";
|
|
2157
2263
|
const DarkColorSchemeForegroundIcon = "#8c99a5";
|
2158
2264
|
const DarkColorSchemeBackgroundBackground = "#19252f";
|
2159
2265
|
const DarkColorSchemeBackgroundBackgroundDisabled = "#333f4a";
|
2266
|
+
const DarkColorSchemeBackgroundBackgroundLessContrast = "#27333e";
|
2267
|
+
const DarkColorSchemeBackgroundBackgroundUnder = "#151e25";
|
2160
2268
|
const DarkColorSchemeBackgroundOverlayHover = "rgba(black, 0.05)";
|
2161
2269
|
const DarkColorSchemeBackgroundOverlayActive = "rgba(black, 0.1)";
|
2162
2270
|
const DarkColorSchemeBackgroundOverlayDisabled = "rgba(black, 0.2)";
|
@@ -2193,6 +2301,7 @@ const PaletteBlue600 = "#014b9d";
|
|
2193
2301
|
const PaletteBlue700 = "#023c7f";
|
2194
2302
|
const PaletteBlue800 = "#193060";
|
2195
2303
|
const PaletteBlue900 = "#00224f";
|
2304
|
+
const PaletteBlue1000 = "#001a40";
|
2196
2305
|
const PaletteBlueA100 = "rgba(3, 116, 235, 0.15)";
|
2197
2306
|
const PaletteBlueA200 = "rgba(3, 116, 235, 0.3)";
|
2198
2307
|
const PaletteBlueContrast40 = "#4D4D4D";
|
@@ -2220,6 +2329,7 @@ const PaletteGreen600 = "#015a2d";
|
|
2220
2329
|
const PaletteGreen700 = "#004823";
|
2221
2330
|
const PaletteGreen800 = "#103920";
|
2222
2331
|
const PaletteGreen900 = "#002a12";
|
2332
|
+
const PaletteGreen1000 = "#00210c";
|
2223
2333
|
const PaletteGreenA100 = "rgba(2, 139, 73, 0.15)";
|
2224
2334
|
const PaletteGreenContrast40 = "#4D4D4D";
|
2225
2335
|
const PaletteGreenContrast60 = "#4D4D4D";
|
@@ -2245,6 +2355,7 @@ const PaletteRed600 = "#9e0130";
|
|
2245
2355
|
const PaletteRed700 = "#800025";
|
2246
2356
|
const PaletteRed800 = "#621420";
|
2247
2357
|
const PaletteRed900 = "#500013";
|
2358
|
+
const PaletteRed1000 = "#41000b";
|
2248
2359
|
const PaletteRedA100 = "rgba(219, 60, 85, 0.15)";
|
2249
2360
|
const PaletteRedContrast40 = "#4D4D4D";
|
2250
2361
|
const PaletteRedContrast60 = "#4D4D4D";
|
@@ -2270,6 +2381,7 @@ const PaletteGrey600 = "#434f5a";
|
|
2270
2381
|
const PaletteGrey700 = "#333f4a";
|
2271
2382
|
const PaletteGrey800 = "#27333e";
|
2272
2383
|
const PaletteGrey900 = "#19252f";
|
2384
|
+
const PaletteGrey1000 = "#151e25";
|
2273
2385
|
const PaletteGreyA40 = "rgba(25, 37, 47, 0.04)";
|
2274
2386
|
const PaletteGreyA60 = "rgba(25, 37, 47, 0.06)";
|
2275
2387
|
const PaletteGreyA100 = "rgba(25, 37, 47, 0.1)";
|
@@ -2299,6 +2411,7 @@ const PaletteYellow600 = "#6b4804";
|
|
2299
2411
|
const PaletteYellow700 = "#543803";
|
2300
2412
|
const PaletteYellow800 = "#3e3015";
|
2301
2413
|
const PaletteYellow900 = "#312001";
|
2414
|
+
const PaletteYellow1000 = "#1f1500";
|
2302
2415
|
const PaletteYellowA100 = "rgba(255, 159, 18, 0.15)";
|
2303
2416
|
const PaletteYellowContrast40 = "#4D4D4D";
|
2304
2417
|
const PaletteYellowContrast60 = "#4D4D4D";
|
@@ -2324,6 +2437,7 @@ const PaletteTeal600 = "#0c5567";
|
|
2324
2437
|
const PaletteTeal700 = "#084453";
|
2325
2438
|
const PaletteTeal800 = "#143641";
|
2326
2439
|
const PaletteTeal900 = "#022731";
|
2440
|
+
const PaletteTeal1000 = "#001f28";
|
2327
2441
|
const PaletteTealContrast40 = "#4D4D4D";
|
2328
2442
|
const PaletteTealContrast60 = "#4D4D4D";
|
2329
2443
|
const PaletteTealContrast100 = "#4D4D4D";
|
@@ -2349,6 +2463,7 @@ const PalettePurple600 = "#753865";
|
|
2349
2463
|
const PalettePurple700 = "#612853";
|
2350
2464
|
const PalettePurple800 = "#48273f";
|
2351
2465
|
const PalettePurple900 = "#36172e";
|
2466
|
+
const PalettePurple1000 = "#23001b";
|
2352
2467
|
const PalettePurpleContrast40 = "#4D4D4D";
|
2353
2468
|
const PalettePurpleContrast60 = "#4D4D4D";
|
2354
2469
|
const PalettePurpleContrast100 = "#4D4D4D";
|
@@ -2362,13 +2477,13 @@ const PalettePurpleContrast700 = "white";
|
|
2362
2477
|
const PalettePurpleContrast800 = "white";
|
2363
2478
|
const PalettePurpleContrastA100 = "#4D4D4D";
|
2364
2479
|
const PalettePurpleContrastA200 = "white";
|
2365
|
-
const ColorBluePalette = { "40": { "value": "#eff6ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#eff6ff" }, "name": "PaletteBlue40", "attributes": { "category": "palette", "type": "blue", "item": "40" }, "path": ["palette", "blue", "40"] }, "60": { "value": "#e7f1ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e7f1ff" }, "name": "PaletteBlue60", "attributes": { "category": "palette", "type": "blue", "item": "60" }, "path": ["palette", "blue", "60"] }, "100": { "value": "#c8dfff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c8dfff" }, "name": "PaletteBlue100", "attributes": { "category": "palette", "type": "blue", "item": "100" }, "path": ["palette", "blue", "100"] }, "200": { "value": "#a2c7fe", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a2c7fe" }, "name": "PaletteBlue200", "attributes": { "category": "palette", "type": "blue", "item": "200" }, "path": ["palette", "blue", "200"] }, "300": { "value": "#5697ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#5697ff" }, "name": "PaletteBlue300", "attributes": { "category": "palette", "type": "blue", "item": "300" }, "path": ["palette", "blue", "300"] }, "400": { "value": "#4187ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4187ff" }, "name": "PaletteBlue400", "attributes": { "category": "palette", "type": "blue", "item": "400" }, "path": ["palette", "blue", "400"] }, "500": { "value": "#0374eb", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0374eb" }, "name": "PaletteBlue500", "attributes": { "category": "palette", "type": "blue", "item": "500" }, "path": ["palette", "blue", "500"] }, "560": { "value": "#0059b8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0059b8" }, "name": "PaletteBlue560", "attributes": { "category": "palette", "type": "blue", "item": "560" }, "path": ["palette", "blue", "560"] }, "600": { "value": "#014b9d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#014b9d" }, "name": "PaletteBlue600", "attributes": { "category": "palette", "type": "blue", "item": "600" }, "path": ["palette", "blue", "600"] }, "700": { "value": "#023c7f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#023c7f" }, "name": "PaletteBlue700", "attributes": { "category": "palette", "type": "blue", "item": "700" }, "path": ["palette", "blue", "700"] }, "800": { "value": "#193060", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#193060" }, "name": "PaletteBlue800", "attributes": { "category": "palette", "type": "blue", "item": "800" }, "path": ["palette", "blue", "800"] }, "900": { "value": "#00224f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00224f" }, "name": "PaletteBlue900", "attributes": { "category": "palette", "type": "blue", "item": "900" }, "path": ["palette", "blue", "900"] }, "A100": { "value": "rgba(3, 116, 235, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.15)" }, "name": "PaletteBlueA100", "attributes": { "category": "palette", "type": "blue", "item": "A100" }, "path": ["palette", "blue", "A100"] }, "A200": { "value": "rgba(3, 116, 235, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.3)" }, "name": "PaletteBlueA200", "attributes": { "category": "palette", "type": "blue", "item": "A200" }, "path": ["palette", "blue", "A200"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast40", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "40" }, "path": ["palette", "blue", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast60", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "60" }, "path": ["palette", "blue", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "100" }, "path": ["palette", "blue", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "200" }, "path": ["palette", "blue", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast300", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "300" }, "path": ["palette", "blue", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast400", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "400" }, "path": ["palette", "blue", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast500", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "500" }, "path": ["palette", "blue", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast560", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "560" }, "path": ["palette", "blue", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast600", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "600" }, "path": ["palette", "blue", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast700", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "700" }, "path": ["palette", "blue", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast800", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "800" }, "path": ["palette", "blue", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrastA100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A100" }, "path": ["palette", "blue", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrastA200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A200" }, "path": ["palette", "blue", "contrast", "A200"] } } };
|
2366
|
-
const ColorGreenPalette = { "40": { "value": "#ecf9ef", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ecf9ef" }, "name": "PaletteGreen40", "attributes": { "category": "palette", "type": "green", "item": "40" }, "path": ["palette", "green", "40"] }, "60": { "value": "#d2f7db", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d2f7db" }, "name": "PaletteGreen60", "attributes": { "category": "palette", "type": "green", "item": "60" }, "path": ["palette", "green", "60"] }, "100": { "value": "#b6ebc3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b6ebc3" }, "name": "PaletteGreen100", "attributes": { "category": "palette", "type": "green", "item": "100" }, "path": ["palette", "green", "100"] }, "200": { "value": "#8ed5a1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8ed5a1" }, "name": "PaletteGreen200", "attributes": { "category": "palette", "type": "green", "item": "200" }, "path": ["palette", "green", "200"] }, "300": { "value": "#4ba96c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4ba96c" }, "name": "PaletteGreen300", "attributes": { "category": "palette", "type": "green", "item": "300" }, "path": ["palette", "green", "300"] }, "400": { "value": "#319d5c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#319d5c" }, "name": "PaletteGreen400", "attributes": { "category": "palette", "type": "green", "item": "400" }, "path": ["palette", "green", "400"] }, "500": { "value": "#028b49", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#028b49" }, "name": "PaletteGreen500", "attributes": { "category": "palette", "type": "green", "item": "500" }, "path": ["palette", "green", "500"] }, "560": { "value": "#016b37", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#016b37" }, "name": "PaletteGreen560", "attributes": { "category": "palette", "type": "green", "item": "560" }, "path": ["palette", "green", "560"] }, "600": { "value": "#015a2d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#015a2d" }, "name": "PaletteGreen600", "attributes": { "category": "palette", "type": "green", "item": "600" }, "path": ["palette", "green", "600"] }, "700": { "value": "#004823", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#004823" }, "name": "PaletteGreen700", "attributes": { "category": "palette", "type": "green", "item": "700" }, "path": ["palette", "green", "700"] }, "800": { "value": "#103920", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#103920" }, "name": "PaletteGreen800", "attributes": { "category": "palette", "type": "green", "item": "800" }, "path": ["palette", "green", "800"] }, "900": { "value": "#002a12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#002a12" }, "name": "PaletteGreen900", "attributes": { "category": "palette", "type": "green", "item": "900" }, "path": ["palette", "green", "900"] }, "A100": { "value": "rgba(2, 139, 73, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(2, 139, 73, 0.15)" }, "name": "PaletteGreenA100", "attributes": { "category": "palette", "type": "green", "item": "A100" }, "path": ["palette", "green", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast40", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "40" }, "path": ["palette", "green", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast60", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "60" }, "path": ["palette", "green", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "100" }, "path": ["palette", "green", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast200", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "200" }, "path": ["palette", "green", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast300", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "300" }, "path": ["palette", "green", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast400", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "400" }, "path": ["palette", "green", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast500", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "500" }, "path": ["palette", "green", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast560", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "560" }, "path": ["palette", "green", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast600", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "600" }, "path": ["palette", "green", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast700", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "700" }, "path": ["palette", "green", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast800", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "800" }, "path": ["palette", "green", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrastA100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "A100" }, "path": ["palette", "green", "contrast", "A100"] } } };
|
2367
|
-
const ColorRedPalette = { "40": { "value": "#fff3f3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff3f3" }, "name": "PaletteRed40", "attributes": { "category": "palette", "type": "red", "item": "40" }, "path": ["palette", "red", "40"] }, "60": { "value": "#ffeaea", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffeaea" }, "name": "PaletteRed60", "attributes": { "category": "palette", "type": "red", "item": "60" }, "path": ["palette", "red", "60"] }, "100": { "value": "#fbd6d6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fbd6d6" }, "name": "PaletteRed100", "attributes": { "category": "palette", "type": "red", "item": "100" }, "path": ["palette", "red", "100"] }, "200": { "value": "#fcb2b4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcb2b4" }, "name": "PaletteRed200", "attributes": { "category": "palette", "type": "red", "item": "200" }, "path": ["palette", "red", "200"] }, "300": { "value": "#ee6f79", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ee6f79" }, "name": "PaletteRed300", "attributes": { "category": "palette", "type": "red", "item": "300" }, "path": ["palette", "red", "300"] }, "400": { "value": "#ea5868", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ea5868" }, "name": "PaletteRed400", "attributes": { "category": "palette", "type": "red", "item": "400" }, "path": ["palette", "red", "400"] }, "500": { "value": "#db3c55", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#db3c55" }, "name": "PaletteRed500", "attributes": { "category": "palette", "type": "red", "item": "500" }, "path": ["palette", "red", "500"] }, "560": { "value": "#b9023a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b9023a" }, "name": "PaletteRed560", "attributes": { "category": "palette", "type": "red", "item": "560" }, "path": ["palette", "red", "560"] }, "600": { "value": "#9e0130", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#9e0130" }, "name": "PaletteRed600", "attributes": { "category": "palette", "type": "red", "item": "600" }, "path": ["palette", "red", "600"] }, "700": { "value": "#800025", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#800025" }, "name": "PaletteRed700", "attributes": { "category": "palette", "type": "red", "item": "700" }, "path": ["palette", "red", "700"] }, "800": { "value": "#621420", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#621420" }, "name": "PaletteRed800", "attributes": { "category": "palette", "type": "red", "item": "800" }, "path": ["palette", "red", "800"] }, "900": { "value": "#500013", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#500013" }, "name": "PaletteRed900", "attributes": { "category": "palette", "type": "red", "item": "900" }, "path": ["palette", "red", "900"] }, "A100": { "value": "rgba(219, 60, 85, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(219, 60, 85, 0.15)" }, "name": "PaletteRedA100", "attributes": { "category": "palette", "type": "red", "item": "A100" }, "path": ["palette", "red", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast40", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "40" }, "path": ["palette", "red", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast60", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "60" }, "path": ["palette", "red", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "100" }, "path": ["palette", "red", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast200", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "200" }, "path": ["palette", "red", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast300", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "300" }, "path": ["palette", "red", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast400", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "400" }, "path": ["palette", "red", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast500", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "500" }, "path": ["palette", "red", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast560", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "560" }, "path": ["palette", "red", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast600", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "600" }, "path": ["palette", "red", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast700", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "700" }, "path": ["palette", "red", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast800", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "800" }, "path": ["palette", "red", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrastA100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "A100" }, "path": ["palette", "red", "contrast", "A100"] } } };
|
2368
|
-
const ColorGreyPalette = { "40": { "value": "#f2f5f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f2f5f9" }, "name": "PaletteGrey40", "attributes": { "category": "palette", "type": "grey", "item": "40" }, "path": ["palette", "grey", "40"] }, "60": { "value": "#ebeef2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebeef2" }, "name": "PaletteGrey60", "attributes": { "category": "palette", "type": "grey", "item": "60" }, "path": ["palette", "grey", "60"] }, "100": { "value": "#d7dee4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d7dee4" }, "name": "PaletteGrey100", "attributes": { "category": "palette", "type": "grey", "item": "100" }, "path": ["palette", "grey", "100"] }, "200": { "value": "#bdc7d1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#bdc7d1" }, "name": "PaletteGrey200", "attributes": { "category": "palette", "type": "grey", "item": "200" }, "path": ["palette", "grey", "200"] }, "300": { "value": "#8c99a5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8c99a5" }, "name": "PaletteGrey300", "attributes": { "category": "palette", "type": "grey", "item": "300" }, "path": ["palette", "grey", "300"] }, "400": { "value": "#7f8c98", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7f8c98" }, "name": "PaletteGrey400", "attributes": { "category": "palette", "type": "grey", "item": "400" }, "path": ["palette", "grey", "400"] }, "500": { "value": "#6d7a86", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6d7a86" }, "name": "PaletteGrey500", "attributes": { "category": "palette", "type": "grey", "item": "500" }, "path": ["palette", "grey", "500"] }, "560": { "value": "#515e69", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#515e69" }, "name": "PaletteGrey560", "attributes": { "category": "palette", "type": "grey", "item": "560" }, "path": ["palette", "grey", "560"] }, "600": { "value": "#434f5a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#434f5a" }, "name": "PaletteGrey600", "attributes": { "category": "palette", "type": "grey", "item": "600" }, "path": ["palette", "grey", "600"] }, "700": { "value": "#333f4a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#333f4a" }, "name": "PaletteGrey700", "attributes": { "category": "palette", "type": "grey", "item": "700" }, "path": ["palette", "grey", "700"] }, "800": { "value": "#27333e", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#27333e" }, "name": "PaletteGrey800", "attributes": { "category": "palette", "type": "grey", "item": "800" }, "path": ["palette", "grey", "800"] }, "900": { "value": "#19252f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#19252f" }, "name": "PaletteGrey900", "attributes": { "category": "palette", "type": "grey", "item": "900" }, "path": ["palette", "grey", "900"] }, "A40": { "value": "rgba(25, 37, 47, 0.04)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.04)" }, "name": "PaletteGreyA40", "attributes": { "category": "palette", "type": "grey", "item": "A40" }, "path": ["palette", "grey", "A40"] }, "A60": { "value": "rgba(25, 37, 47, 0.06)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.06)" }, "name": "PaletteGreyA60", "attributes": { "category": "palette", "type": "grey", "item": "A60" }, "path": ["palette", "grey", "A60"] }, "A100": { "value": "rgba(25, 37, 47, 0.1)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.1)" }, "name": "PaletteGreyA100", "attributes": { "category": "palette", "type": "grey", "item": "A100" }, "path": ["palette", "grey", "A100"] }, "A200": { "value": "rgba(25, 37, 47, 0.2)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.2)" }, "name": "PaletteGreyA200", "attributes": { "category": "palette", "type": "grey", "item": "A200" }, "path": ["palette", "grey", "A200"] }, "A300": { "value": "rgba(25, 37, 47, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.3)" }, "name": "PaletteGreyA300", "attributes": { "category": "palette", "type": "grey", "item": "A300" }, "path": ["palette", "grey", "A300"] }, "A500": { "value": "rgba(25, 37, 47, 0.5)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.5)" }, "name": "PaletteGreyA500", "attributes": { "category": "palette", "type": "grey", "item": "A500" }, "path": ["palette", "grey", "A500"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast40", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "40" }, "path": ["palette", "grey", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast60", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "60" }, "path": ["palette", "grey", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast100", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "100" }, "path": ["palette", "grey", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast200", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "200" }, "path": ["palette", "grey", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast300", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "300" }, "path": ["palette", "grey", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast400", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "400" }, "path": ["palette", "grey", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast500", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "500" }, "path": ["palette", "grey", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast560", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "560" }, "path": ["palette", "grey", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast600", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "600" }, "path": ["palette", "grey", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast700", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "700" }, "path": ["palette", "grey", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast800", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "800" }, "path": ["palette", "grey", "contrast", "800"] } } };
|
2369
|
-
const ColorYellowPalette = { "40": { "value": "#fff4dd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff4dd" }, "name": "PaletteYellow40", "attributes": { "category": "palette", "type": "yellow", "item": "40" }, "path": ["palette", "yellow", "40"] }, "60": { "value": "#ffecce", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffecce" }, "name": "PaletteYellow60", "attributes": { "category": "palette", "type": "yellow", "item": "60" }, "path": ["palette", "yellow", "60"] }, "100": { "value": "#fcdda6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcdda6" }, "name": "PaletteYellow100", "attributes": { "category": "palette", "type": "yellow", "item": "100" }, "path": ["palette", "yellow", "100"] }, "200": { "value": "#f5c23c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f5c23c" }, "name": "PaletteYellow200", "attributes": { "category": "palette", "type": "yellow", "item": "200" }, "path": ["palette", "yellow", "200"] }, "300": { "value": "#e19f12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e19f12" }, "name": "PaletteYellow300", "attributes": { "category": "palette", "type": "yellow", "item": "300" }, "path": ["palette", "yellow", "300"] }, "400": { "value": "#c78816", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c78816" }, "name": "PaletteYellow400", "attributes": { "category": "palette", "type": "yellow", "item": "400" }, "path": ["palette", "yellow", "400"] }, "500": { "value": "#a26e0c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a26e0c" }, "name": "PaletteYellow500", "attributes": { "category": "palette", "type": "yellow", "item": "500" }, "path": ["palette", "yellow", "500"] }, "560": { "value": "#7e5406", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7e5406" }, "name": "PaletteYellow560", "attributes": { "category": "palette", "type": "yellow", "item": "560" }, "path": ["palette", "yellow", "560"] }, "600": { "value": "#6b4804", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6b4804" }, "name": "PaletteYellow600", "attributes": { "category": "palette", "type": "yellow", "item": "600" }, "path": ["palette", "yellow", "600"] }, "700": { "value": "#543803", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#543803" }, "name": "PaletteYellow700", "attributes": { "category": "palette", "type": "yellow", "item": "700" }, "path": ["palette", "yellow", "700"] }, "800": { "value": "#3e3015", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#3e3015" }, "name": "PaletteYellow800", "attributes": { "category": "palette", "type": "yellow", "item": "800" }, "path": ["palette", "yellow", "800"] }, "900": { "value": "#312001", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#312001" }, "name": "PaletteYellow900", "attributes": { "category": "palette", "type": "yellow", "item": "900" }, "path": ["palette", "yellow", "900"] }, "A100": { "value": "rgba(255, 159, 18, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(255, 159, 18, 0.15)" }, "name": "PaletteYellowA100", "attributes": { "category": "palette", "type": "yellow", "item": "A100" }, "path": ["palette", "yellow", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast40", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "40" }, "path": ["palette", "yellow", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast60", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "60" }, "path": ["palette", "yellow", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "100" }, "path": ["palette", "yellow", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast200", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "200" }, "path": ["palette", "yellow", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast300", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "300" }, "path": ["palette", "yellow", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast400", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "400" }, "path": ["palette", "yellow", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast500", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "500" }, "path": ["palette", "yellow", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast560", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "560" }, "path": ["palette", "yellow", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast600", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "600" }, "path": ["palette", "yellow", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast700", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "700" }, "path": ["palette", "yellow", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast800", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "800" }, "path": ["palette", "yellow", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrastA100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "A100" }, "path": ["palette", "yellow", "contrast", "A100"] } } };
|
2370
|
-
const ColorTealPalette = { "40": { "value": "#ebf8fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebf8fd" }, "name": "PaletteTeal40", "attributes": { "category": "palette", "type": "teal", "item": "40" }, "path": ["palette", "teal", "40"] }, "60": { "value": "#d9f3fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d9f3fd" }, "name": "PaletteTeal60", "attributes": { "category": "palette", "type": "teal", "item": "60" }, "path": ["palette", "teal", "60"] }, "100": { "value": "#afe6f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#afe6f9" }, "name": "PaletteTeal100", "attributes": { "category": "palette", "type": "teal", "item": "100" }, "path": ["palette", "teal", "100"] }, "200": { "value": "#6ed3f2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6ed3f2" }, "name": "PaletteTeal200", "attributes": { "category": "palette", "type": "teal", "item": "200" }, "path": ["palette", "teal", "200"] }, "300": { "value": "#18a5c5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#18a5c5" }, "name": "PaletteTeal300", "attributes": { "category": "palette", "type": "teal", "item": "300" }, "path": ["palette", "teal", "300"] }, "400": { "value": "#2099b7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#2099b7" }, "name": "PaletteTeal400", "attributes": { "category": "palette", "type": "teal", "item": "400" }, "path": ["palette", "teal", "400"] }, "500": { "value": "#218ca8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#218ca8" }, "name": "PaletteTeal500", "attributes": { "category": "palette", "type": "teal", "item": "500" }, "path": ["palette", "teal", "500"] }, "560": { "value": "#0c6579", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c6579" }, "name": "PaletteTeal560", "attributes": { "category": "palette", "type": "teal", "item": "560" }, "path": ["palette", "teal", "560"] }, "600": { "value": "#0c5567", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c5567" }, "name": "PaletteTeal600", "attributes": { "category": "palette", "type": "teal", "item": "600" }, "path": ["palette", "teal", "600"] }, "700": { "value": "#084453", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#084453" }, "name": "PaletteTeal700", "attributes": { "category": "palette", "type": "teal", "item": "700" }, "path": ["palette", "teal", "700"] }, "800": { "value": "#143641", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#143641" }, "name": "PaletteTeal800", "attributes": { "category": "palette", "type": "teal", "item": "800" }, "path": ["palette", "teal", "800"] }, "900": { "value": "#022731", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#022731" }, "name": "PaletteTeal900", "attributes": { "category": "palette", "type": "teal", "item": "900" }, "path": ["palette", "teal", "900"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast40", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "40" }, "path": ["palette", "teal", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast60", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "60" }, "path": ["palette", "teal", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "100" }, "path": ["palette", "teal", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "200" }, "path": ["palette", "teal", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast300", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "300" }, "path": ["palette", "teal", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast400", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "400" }, "path": ["palette", "teal", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast500", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "500" }, "path": ["palette", "teal", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast560", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "560" }, "path": ["palette", "teal", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast600", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "600" }, "path": ["palette", "teal", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast700", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "700" }, "path": ["palette", "teal", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast800", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "800" }, "path": ["palette", "teal", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrastA100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A100" }, "path": ["palette", "teal", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrastA200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A200" }, "path": ["palette", "teal", "contrast", "A200"] } } };
|
2371
|
-
const ColorPurplePalette = { "40": { "value": "#fff3fb", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff3fb" }, "name": "PalettePurple40", "attributes": { "category": "palette", "type": "purple", "item": "40" }, "path": ["palette", "purple", "40"] }, "60": { "value": "#ffe9f8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffe9f8" }, "name": "PalettePurple60", "attributes": { "category": "palette", "type": "purple", "item": "60" }, "path": ["palette", "purple", "60"] }, "100": { "value": "#f2d4e8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f2d4e8" }, "name": "PalettePurple100", "attributes": { "category": "palette", "type": "purple", "item": "100" }, "path": ["palette", "purple", "100"] }, "200": { "value": "#e4bbd7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e4bbd7" }, "name": "PalettePurple200", "attributes": { "category": "palette", "type": "purple", "item": "200" }, "path": ["palette", "purple", "200"] }, "300": { "value": "#c692b5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c692b5" }, "name": "PalettePurple300", "attributes": { "category": "palette", "type": "purple", "item": "300" }, "path": ["palette", "purple", "300"] }, "400": { "value": "#bb78a7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#bb78a7" }, "name": "PalettePurple400", "attributes": { "category": "palette", "type": "purple", "item": "400" }, "path": ["palette", "purple", "400"] }, "500": { "value": "#a65d92", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a65d92" }, "name": "PalettePurple500", "attributes": { "category": "palette", "type": "purple", "item": "500" }, "path": ["palette", "purple", "500"] }, "560": { "value": "#864775", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#864775" }, "name": "PalettePurple560", "attributes": { "category": "palette", "type": "purple", "item": "560" }, "path": ["palette", "purple", "560"] }, "600": { "value": "#753865", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#753865" }, "name": "PalettePurple600", "attributes": { "category": "palette", "type": "purple", "item": "600" }, "path": ["palette", "purple", "600"] }, "700": { "value": "#612853", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#612853" }, "name": "PalettePurple700", "attributes": { "category": "palette", "type": "purple", "item": "700" }, "path": ["palette", "purple", "700"] }, "800": { "value": "#48273f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#48273f" }, "name": "PalettePurple800", "attributes": { "category": "palette", "type": "purple", "item": "800" }, "path": ["palette", "purple", "800"] }, "900": { "value": "#36172e", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#36172e" }, "name": "PalettePurple900", "attributes": { "category": "palette", "type": "purple", "item": "900" }, "path": ["palette", "purple", "900"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast40", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "40" }, "path": ["palette", "purple", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast60", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "60" }, "path": ["palette", "purple", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast100", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "100" }, "path": ["palette", "purple", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast200", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "200" }, "path": ["palette", "purple", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast300", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "300" }, "path": ["palette", "purple", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast400", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "400" }, "path": ["palette", "purple", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast500", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "500" }, "path": ["palette", "purple", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast560", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "560" }, "path": ["palette", "purple", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast600", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "600" }, "path": ["palette", "purple", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast700", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "700" }, "path": ["palette", "purple", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast800", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "800" }, "path": ["palette", "purple", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrastA100", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "A100" }, "path": ["palette", "purple", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrastA200", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "A200" }, "path": ["palette", "purple", "contrast", "A200"] } } };
|
2480
|
+
const ColorBluePalette = { "40": { "value": "#eff6ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#eff6ff" }, "name": "PaletteBlue40", "attributes": { "category": "palette", "type": "blue", "item": "40" }, "path": ["palette", "blue", "40"] }, "60": { "value": "#e7f1ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e7f1ff" }, "name": "PaletteBlue60", "attributes": { "category": "palette", "type": "blue", "item": "60" }, "path": ["palette", "blue", "60"] }, "100": { "value": "#c8dfff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c8dfff" }, "name": "PaletteBlue100", "attributes": { "category": "palette", "type": "blue", "item": "100" }, "path": ["palette", "blue", "100"] }, "200": { "value": "#a2c7fe", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a2c7fe" }, "name": "PaletteBlue200", "attributes": { "category": "palette", "type": "blue", "item": "200" }, "path": ["palette", "blue", "200"] }, "300": { "value": "#5697ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#5697ff" }, "name": "PaletteBlue300", "attributes": { "category": "palette", "type": "blue", "item": "300" }, "path": ["palette", "blue", "300"] }, "400": { "value": "#4187ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4187ff" }, "name": "PaletteBlue400", "attributes": { "category": "palette", "type": "blue", "item": "400" }, "path": ["palette", "blue", "400"] }, "500": { "value": "#0374eb", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0374eb" }, "name": "PaletteBlue500", "attributes": { "category": "palette", "type": "blue", "item": "500" }, "path": ["palette", "blue", "500"] }, "560": { "value": "#0059b8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0059b8" }, "name": "PaletteBlue560", "attributes": { "category": "palette", "type": "blue", "item": "560" }, "path": ["palette", "blue", "560"] }, "600": { "value": "#014b9d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#014b9d" }, "name": "PaletteBlue600", "attributes": { "category": "palette", "type": "blue", "item": "600" }, "path": ["palette", "blue", "600"] }, "700": { "value": "#023c7f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#023c7f" }, "name": "PaletteBlue700", "attributes": { "category": "palette", "type": "blue", "item": "700" }, "path": ["palette", "blue", "700"] }, "800": { "value": "#193060", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#193060" }, "name": "PaletteBlue800", "attributes": { "category": "palette", "type": "blue", "item": "800" }, "path": ["palette", "blue", "800"] }, "900": { "value": "#00224f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00224f" }, "name": "PaletteBlue900", "attributes": { "category": "palette", "type": "blue", "item": "900" }, "path": ["palette", "blue", "900"] }, "1000": { "value": "#001a40", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#001a40" }, "name": "PaletteBlue1000", "attributes": { "category": "palette", "type": "blue", "item": "1000" }, "path": ["palette", "blue", "1000"] }, "A100": { "value": "rgba(3, 116, 235, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.15)" }, "name": "PaletteBlueA100", "attributes": { "category": "palette", "type": "blue", "item": "A100" }, "path": ["palette", "blue", "A100"] }, "A200": { "value": "rgba(3, 116, 235, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.3)" }, "name": "PaletteBlueA200", "attributes": { "category": "palette", "type": "blue", "item": "A200" }, "path": ["palette", "blue", "A200"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast40", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "40" }, "path": ["palette", "blue", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast60", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "60" }, "path": ["palette", "blue", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "100" }, "path": ["palette", "blue", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "200" }, "path": ["palette", "blue", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast300", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "300" }, "path": ["palette", "blue", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast400", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "400" }, "path": ["palette", "blue", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast500", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "500" }, "path": ["palette", "blue", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast560", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "560" }, "path": ["palette", "blue", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast600", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "600" }, "path": ["palette", "blue", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast700", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "700" }, "path": ["palette", "blue", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast800", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "800" }, "path": ["palette", "blue", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrastA100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A100" }, "path": ["palette", "blue", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrastA200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A200" }, "path": ["palette", "blue", "contrast", "A200"] } } };
|
2481
|
+
const ColorGreenPalette = { "40": { "value": "#ecf9ef", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ecf9ef" }, "name": "PaletteGreen40", "attributes": { "category": "palette", "type": "green", "item": "40" }, "path": ["palette", "green", "40"] }, "60": { "value": "#d2f7db", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d2f7db" }, "name": "PaletteGreen60", "attributes": { "category": "palette", "type": "green", "item": "60" }, "path": ["palette", "green", "60"] }, "100": { "value": "#b6ebc3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b6ebc3" }, "name": "PaletteGreen100", "attributes": { "category": "palette", "type": "green", "item": "100" }, "path": ["palette", "green", "100"] }, "200": { "value": "#8ed5a1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8ed5a1" }, "name": "PaletteGreen200", "attributes": { "category": "palette", "type": "green", "item": "200" }, "path": ["palette", "green", "200"] }, "300": { "value": "#4ba96c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4ba96c" }, "name": "PaletteGreen300", "attributes": { "category": "palette", "type": "green", "item": "300" }, "path": ["palette", "green", "300"] }, "400": { "value": "#319d5c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#319d5c" }, "name": "PaletteGreen400", "attributes": { "category": "palette", "type": "green", "item": "400" }, "path": ["palette", "green", "400"] }, "500": { "value": "#028b49", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#028b49" }, "name": "PaletteGreen500", "attributes": { "category": "palette", "type": "green", "item": "500" }, "path": ["palette", "green", "500"] }, "560": { "value": "#016b37", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#016b37" }, "name": "PaletteGreen560", "attributes": { "category": "palette", "type": "green", "item": "560" }, "path": ["palette", "green", "560"] }, "600": { "value": "#015a2d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#015a2d" }, "name": "PaletteGreen600", "attributes": { "category": "palette", "type": "green", "item": "600" }, "path": ["palette", "green", "600"] }, "700": { "value": "#004823", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#004823" }, "name": "PaletteGreen700", "attributes": { "category": "palette", "type": "green", "item": "700" }, "path": ["palette", "green", "700"] }, "800": { "value": "#103920", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#103920" }, "name": "PaletteGreen800", "attributes": { "category": "palette", "type": "green", "item": "800" }, "path": ["palette", "green", "800"] }, "900": { "value": "#002a12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#002a12" }, "name": "PaletteGreen900", "attributes": { "category": "palette", "type": "green", "item": "900" }, "path": ["palette", "green", "900"] }, "1000": { "value": "#00210c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00210c" }, "name": "PaletteGreen1000", "attributes": { "category": "palette", "type": "green", "item": "1000" }, "path": ["palette", "green", "1000"] }, "A100": { "value": "rgba(2, 139, 73, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(2, 139, 73, 0.15)" }, "name": "PaletteGreenA100", "attributes": { "category": "palette", "type": "green", "item": "A100" }, "path": ["palette", "green", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast40", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "40" }, "path": ["palette", "green", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast60", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "60" }, "path": ["palette", "green", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "100" }, "path": ["palette", "green", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast200", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "200" }, "path": ["palette", "green", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast300", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "300" }, "path": ["palette", "green", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast400", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "400" }, "path": ["palette", "green", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast500", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "500" }, "path": ["palette", "green", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast560", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "560" }, "path": ["palette", "green", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast600", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "600" }, "path": ["palette", "green", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast700", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "700" }, "path": ["palette", "green", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast800", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "800" }, "path": ["palette", "green", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrastA100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "A100" }, "path": ["palette", "green", "contrast", "A100"] } } };
|
2482
|
+
const ColorRedPalette = { "40": { "value": "#fff3f3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff3f3" }, "name": "PaletteRed40", "attributes": { "category": "palette", "type": "red", "item": "40" }, "path": ["palette", "red", "40"] }, "60": { "value": "#ffeaea", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffeaea" }, "name": "PaletteRed60", "attributes": { "category": "palette", "type": "red", "item": "60" }, "path": ["palette", "red", "60"] }, "100": { "value": "#fbd6d6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fbd6d6" }, "name": "PaletteRed100", "attributes": { "category": "palette", "type": "red", "item": "100" }, "path": ["palette", "red", "100"] }, "200": { "value": "#fcb2b4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcb2b4" }, "name": "PaletteRed200", "attributes": { "category": "palette", "type": "red", "item": "200" }, "path": ["palette", "red", "200"] }, "300": { "value": "#ee6f79", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ee6f79" }, "name": "PaletteRed300", "attributes": { "category": "palette", "type": "red", "item": "300" }, "path": ["palette", "red", "300"] }, "400": { "value": "#ea5868", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ea5868" }, "name": "PaletteRed400", "attributes": { "category": "palette", "type": "red", "item": "400" }, "path": ["palette", "red", "400"] }, "500": { "value": "#db3c55", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#db3c55" }, "name": "PaletteRed500", "attributes": { "category": "palette", "type": "red", "item": "500" }, "path": ["palette", "red", "500"] }, "560": { "value": "#b9023a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b9023a" }, "name": "PaletteRed560", "attributes": { "category": "palette", "type": "red", "item": "560" }, "path": ["palette", "red", "560"] }, "600": { "value": "#9e0130", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#9e0130" }, "name": "PaletteRed600", "attributes": { "category": "palette", "type": "red", "item": "600" }, "path": ["palette", "red", "600"] }, "700": { "value": "#800025", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#800025" }, "name": "PaletteRed700", "attributes": { "category": "palette", "type": "red", "item": "700" }, "path": ["palette", "red", "700"] }, "800": { "value": "#621420", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#621420" }, "name": "PaletteRed800", "attributes": { "category": "palette", "type": "red", "item": "800" }, "path": ["palette", "red", "800"] }, "900": { "value": "#500013", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#500013" }, "name": "PaletteRed900", "attributes": { "category": "palette", "type": "red", "item": "900" }, "path": ["palette", "red", "900"] }, "1000": { "value": "#41000b", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#41000b" }, "name": "PaletteRed1000", "attributes": { "category": "palette", "type": "red", "item": "1000" }, "path": ["palette", "red", "1000"] }, "A100": { "value": "rgba(219, 60, 85, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(219, 60, 85, 0.15)" }, "name": "PaletteRedA100", "attributes": { "category": "palette", "type": "red", "item": "A100" }, "path": ["palette", "red", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast40", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "40" }, "path": ["palette", "red", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast60", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "60" }, "path": ["palette", "red", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "100" }, "path": ["palette", "red", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast200", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "200" }, "path": ["palette", "red", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast300", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "300" }, "path": ["palette", "red", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast400", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "400" }, "path": ["palette", "red", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast500", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "500" }, "path": ["palette", "red", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast560", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "560" }, "path": ["palette", "red", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast600", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "600" }, "path": ["palette", "red", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast700", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "700" }, "path": ["palette", "red", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast800", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "800" }, "path": ["palette", "red", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrastA100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "A100" }, "path": ["palette", "red", "contrast", "A100"] } } };
|
2483
|
+
const ColorGreyPalette = { "40": { "value": "#f2f5f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f2f5f9" }, "name": "PaletteGrey40", "attributes": { "category": "palette", "type": "grey", "item": "40" }, "path": ["palette", "grey", "40"] }, "60": { "value": "#ebeef2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebeef2" }, "name": "PaletteGrey60", "attributes": { "category": "palette", "type": "grey", "item": "60" }, "path": ["palette", "grey", "60"] }, "100": { "value": "#d7dee4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d7dee4" }, "name": "PaletteGrey100", "attributes": { "category": "palette", "type": "grey", "item": "100" }, "path": ["palette", "grey", "100"] }, "200": { "value": "#bdc7d1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#bdc7d1" }, "name": "PaletteGrey200", "attributes": { "category": "palette", "type": "grey", "item": "200" }, "path": ["palette", "grey", "200"] }, "300": { "value": "#8c99a5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8c99a5" }, "name": "PaletteGrey300", "attributes": { "category": "palette", "type": "grey", "item": "300" }, "path": ["palette", "grey", "300"] }, "400": { "value": "#7f8c98", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7f8c98" }, "name": "PaletteGrey400", "attributes": { "category": "palette", "type": "grey", "item": "400" }, "path": ["palette", "grey", "400"] }, "500": { "value": "#6d7a86", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6d7a86" }, "name": "PaletteGrey500", "attributes": { "category": "palette", "type": "grey", "item": "500" }, "path": ["palette", "grey", "500"] }, "560": { "value": "#515e69", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#515e69" }, "name": "PaletteGrey560", "attributes": { "category": "palette", "type": "grey", "item": "560" }, "path": ["palette", "grey", "560"] }, "600": { "value": "#434f5a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#434f5a" }, "name": "PaletteGrey600", "attributes": { "category": "palette", "type": "grey", "item": "600" }, "path": ["palette", "grey", "600"] }, "700": { "value": "#333f4a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#333f4a" }, "name": "PaletteGrey700", "attributes": { "category": "palette", "type": "grey", "item": "700" }, "path": ["palette", "grey", "700"] }, "800": { "value": "#27333e", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#27333e" }, "name": "PaletteGrey800", "attributes": { "category": "palette", "type": "grey", "item": "800" }, "path": ["palette", "grey", "800"] }, "900": { "value": "#19252f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#19252f" }, "name": "PaletteGrey900", "attributes": { "category": "palette", "type": "grey", "item": "900" }, "path": ["palette", "grey", "900"] }, "1000": { "value": "#151e25", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#151e25" }, "name": "PaletteGrey1000", "attributes": { "category": "palette", "type": "grey", "item": "1000" }, "path": ["palette", "grey", "1000"] }, "A40": { "value": "rgba(25, 37, 47, 0.04)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.04)" }, "name": "PaletteGreyA40", "attributes": { "category": "palette", "type": "grey", "item": "A40" }, "path": ["palette", "grey", "A40"] }, "A60": { "value": "rgba(25, 37, 47, 0.06)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.06)" }, "name": "PaletteGreyA60", "attributes": { "category": "palette", "type": "grey", "item": "A60" }, "path": ["palette", "grey", "A60"] }, "A100": { "value": "rgba(25, 37, 47, 0.1)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.1)" }, "name": "PaletteGreyA100", "attributes": { "category": "palette", "type": "grey", "item": "A100" }, "path": ["palette", "grey", "A100"] }, "A200": { "value": "rgba(25, 37, 47, 0.2)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.2)" }, "name": "PaletteGreyA200", "attributes": { "category": "palette", "type": "grey", "item": "A200" }, "path": ["palette", "grey", "A200"] }, "A300": { "value": "rgba(25, 37, 47, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.3)" }, "name": "PaletteGreyA300", "attributes": { "category": "palette", "type": "grey", "item": "A300" }, "path": ["palette", "grey", "A300"] }, "A500": { "value": "rgba(25, 37, 47, 0.5)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.5)" }, "name": "PaletteGreyA500", "attributes": { "category": "palette", "type": "grey", "item": "A500" }, "path": ["palette", "grey", "A500"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast40", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "40" }, "path": ["palette", "grey", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast60", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "60" }, "path": ["palette", "grey", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast100", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "100" }, "path": ["palette", "grey", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast200", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "200" }, "path": ["palette", "grey", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast300", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "300" }, "path": ["palette", "grey", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast400", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "400" }, "path": ["palette", "grey", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast500", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "500" }, "path": ["palette", "grey", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast560", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "560" }, "path": ["palette", "grey", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast600", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "600" }, "path": ["palette", "grey", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast700", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "700" }, "path": ["palette", "grey", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast800", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "800" }, "path": ["palette", "grey", "contrast", "800"] } } };
|
2484
|
+
const ColorYellowPalette = { "40": { "value": "#fff4dd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff4dd" }, "name": "PaletteYellow40", "attributes": { "category": "palette", "type": "yellow", "item": "40" }, "path": ["palette", "yellow", "40"] }, "60": { "value": "#ffecce", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffecce" }, "name": "PaletteYellow60", "attributes": { "category": "palette", "type": "yellow", "item": "60" }, "path": ["palette", "yellow", "60"] }, "100": { "value": "#fcdda6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcdda6" }, "name": "PaletteYellow100", "attributes": { "category": "palette", "type": "yellow", "item": "100" }, "path": ["palette", "yellow", "100"] }, "200": { "value": "#f5c23c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f5c23c" }, "name": "PaletteYellow200", "attributes": { "category": "palette", "type": "yellow", "item": "200" }, "path": ["palette", "yellow", "200"] }, "300": { "value": "#e19f12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e19f12" }, "name": "PaletteYellow300", "attributes": { "category": "palette", "type": "yellow", "item": "300" }, "path": ["palette", "yellow", "300"] }, "400": { "value": "#c78816", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c78816" }, "name": "PaletteYellow400", "attributes": { "category": "palette", "type": "yellow", "item": "400" }, "path": ["palette", "yellow", "400"] }, "500": { "value": "#a26e0c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a26e0c" }, "name": "PaletteYellow500", "attributes": { "category": "palette", "type": "yellow", "item": "500" }, "path": ["palette", "yellow", "500"] }, "560": { "value": "#7e5406", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7e5406" }, "name": "PaletteYellow560", "attributes": { "category": "palette", "type": "yellow", "item": "560" }, "path": ["palette", "yellow", "560"] }, "600": { "value": "#6b4804", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6b4804" }, "name": "PaletteYellow600", "attributes": { "category": "palette", "type": "yellow", "item": "600" }, "path": ["palette", "yellow", "600"] }, "700": { "value": "#543803", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#543803" }, "name": "PaletteYellow700", "attributes": { "category": "palette", "type": "yellow", "item": "700" }, "path": ["palette", "yellow", "700"] }, "800": { "value": "#3e3015", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#3e3015" }, "name": "PaletteYellow800", "attributes": { "category": "palette", "type": "yellow", "item": "800" }, "path": ["palette", "yellow", "800"] }, "900": { "value": "#312001", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#312001" }, "name": "PaletteYellow900", "attributes": { "category": "palette", "type": "yellow", "item": "900" }, "path": ["palette", "yellow", "900"] }, "1000": { "value": "#1f1500", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#1f1500" }, "name": "PaletteYellow1000", "attributes": { "category": "palette", "type": "yellow", "item": "1000" }, "path": ["palette", "yellow", "1000"] }, "A100": { "value": "rgba(255, 159, 18, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(255, 159, 18, 0.15)" }, "name": "PaletteYellowA100", "attributes": { "category": "palette", "type": "yellow", "item": "A100" }, "path": ["palette", "yellow", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast40", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "40" }, "path": ["palette", "yellow", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast60", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "60" }, "path": ["palette", "yellow", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "100" }, "path": ["palette", "yellow", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast200", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "200" }, "path": ["palette", "yellow", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast300", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "300" }, "path": ["palette", "yellow", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast400", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "400" }, "path": ["palette", "yellow", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast500", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "500" }, "path": ["palette", "yellow", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast560", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "560" }, "path": ["palette", "yellow", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast600", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "600" }, "path": ["palette", "yellow", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast700", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "700" }, "path": ["palette", "yellow", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast800", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "800" }, "path": ["palette", "yellow", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrastA100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "A100" }, "path": ["palette", "yellow", "contrast", "A100"] } } };
|
2485
|
+
const ColorTealPalette = { "40": { "value": "#ebf8fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebf8fd" }, "name": "PaletteTeal40", "attributes": { "category": "palette", "type": "teal", "item": "40" }, "path": ["palette", "teal", "40"] }, "60": { "value": "#d9f3fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d9f3fd" }, "name": "PaletteTeal60", "attributes": { "category": "palette", "type": "teal", "item": "60" }, "path": ["palette", "teal", "60"] }, "100": { "value": "#afe6f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#afe6f9" }, "name": "PaletteTeal100", "attributes": { "category": "palette", "type": "teal", "item": "100" }, "path": ["palette", "teal", "100"] }, "200": { "value": "#6ed3f2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6ed3f2" }, "name": "PaletteTeal200", "attributes": { "category": "palette", "type": "teal", "item": "200" }, "path": ["palette", "teal", "200"] }, "300": { "value": "#18a5c5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#18a5c5" }, "name": "PaletteTeal300", "attributes": { "category": "palette", "type": "teal", "item": "300" }, "path": ["palette", "teal", "300"] }, "400": { "value": "#2099b7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#2099b7" }, "name": "PaletteTeal400", "attributes": { "category": "palette", "type": "teal", "item": "400" }, "path": ["palette", "teal", "400"] }, "500": { "value": "#218ca8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#218ca8" }, "name": "PaletteTeal500", "attributes": { "category": "palette", "type": "teal", "item": "500" }, "path": ["palette", "teal", "500"] }, "560": { "value": "#0c6579", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c6579" }, "name": "PaletteTeal560", "attributes": { "category": "palette", "type": "teal", "item": "560" }, "path": ["palette", "teal", "560"] }, "600": { "value": "#0c5567", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c5567" }, "name": "PaletteTeal600", "attributes": { "category": "palette", "type": "teal", "item": "600" }, "path": ["palette", "teal", "600"] }, "700": { "value": "#084453", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#084453" }, "name": "PaletteTeal700", "attributes": { "category": "palette", "type": "teal", "item": "700" }, "path": ["palette", "teal", "700"] }, "800": { "value": "#143641", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#143641" }, "name": "PaletteTeal800", "attributes": { "category": "palette", "type": "teal", "item": "800" }, "path": ["palette", "teal", "800"] }, "900": { "value": "#022731", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#022731" }, "name": "PaletteTeal900", "attributes": { "category": "palette", "type": "teal", "item": "900" }, "path": ["palette", "teal", "900"] }, "1000": { "value": "#001f28", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#001f28" }, "name": "PaletteTeal1000", "attributes": { "category": "palette", "type": "teal", "item": "1000" }, "path": ["palette", "teal", "1000"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast40", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "40" }, "path": ["palette", "teal", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast60", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "60" }, "path": ["palette", "teal", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "100" }, "path": ["palette", "teal", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "200" }, "path": ["palette", "teal", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast300", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "300" }, "path": ["palette", "teal", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast400", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "400" }, "path": ["palette", "teal", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast500", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "500" }, "path": ["palette", "teal", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast560", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "560" }, "path": ["palette", "teal", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast600", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "600" }, "path": ["palette", "teal", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast700", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "700" }, "path": ["palette", "teal", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast800", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "800" }, "path": ["palette", "teal", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrastA100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A100" }, "path": ["palette", "teal", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrastA200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A200" }, "path": ["palette", "teal", "contrast", "A200"] } } };
|
2486
|
+
const ColorPurplePalette = { "40": { "value": "#fff3fb", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff3fb" }, "name": "PalettePurple40", "attributes": { "category": "palette", "type": "purple", "item": "40" }, "path": ["palette", "purple", "40"] }, "60": { "value": "#ffe9f8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffe9f8" }, "name": "PalettePurple60", "attributes": { "category": "palette", "type": "purple", "item": "60" }, "path": ["palette", "purple", "60"] }, "100": { "value": "#f2d4e8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f2d4e8" }, "name": "PalettePurple100", "attributes": { "category": "palette", "type": "purple", "item": "100" }, "path": ["palette", "purple", "100"] }, "200": { "value": "#e4bbd7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e4bbd7" }, "name": "PalettePurple200", "attributes": { "category": "palette", "type": "purple", "item": "200" }, "path": ["palette", "purple", "200"] }, "300": { "value": "#c692b5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c692b5" }, "name": "PalettePurple300", "attributes": { "category": "palette", "type": "purple", "item": "300" }, "path": ["palette", "purple", "300"] }, "400": { "value": "#bb78a7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#bb78a7" }, "name": "PalettePurple400", "attributes": { "category": "palette", "type": "purple", "item": "400" }, "path": ["palette", "purple", "400"] }, "500": { "value": "#a65d92", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a65d92" }, "name": "PalettePurple500", "attributes": { "category": "palette", "type": "purple", "item": "500" }, "path": ["palette", "purple", "500"] }, "560": { "value": "#864775", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#864775" }, "name": "PalettePurple560", "attributes": { "category": "palette", "type": "purple", "item": "560" }, "path": ["palette", "purple", "560"] }, "600": { "value": "#753865", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#753865" }, "name": "PalettePurple600", "attributes": { "category": "palette", "type": "purple", "item": "600" }, "path": ["palette", "purple", "600"] }, "700": { "value": "#612853", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#612853" }, "name": "PalettePurple700", "attributes": { "category": "palette", "type": "purple", "item": "700" }, "path": ["palette", "purple", "700"] }, "800": { "value": "#48273f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#48273f" }, "name": "PalettePurple800", "attributes": { "category": "palette", "type": "purple", "item": "800" }, "path": ["palette", "purple", "800"] }, "900": { "value": "#36172e", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#36172e" }, "name": "PalettePurple900", "attributes": { "category": "palette", "type": "purple", "item": "900" }, "path": ["palette", "purple", "900"] }, "1000": { "value": "#23001b", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#23001b" }, "name": "PalettePurple1000", "attributes": { "category": "palette", "type": "purple", "item": "1000" }, "path": ["palette", "purple", "1000"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast40", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "40" }, "path": ["palette", "purple", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast60", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "60" }, "path": ["palette", "purple", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast100", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "100" }, "path": ["palette", "purple", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast200", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "200" }, "path": ["palette", "purple", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast300", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "300" }, "path": ["palette", "purple", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast400", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "400" }, "path": ["palette", "purple", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast500", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "500" }, "path": ["palette", "purple", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast560", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "560" }, "path": ["palette", "purple", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast600", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "600" }, "path": ["palette", "purple", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast700", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "700" }, "path": ["palette", "purple", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast800", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "800" }, "path": ["palette", "purple", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrastA100", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "A100" }, "path": ["palette", "purple", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrastA200", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "A200" }, "path": ["palette", "purple", "contrast", "A200"] } } };
|
2372
2487
|
const TypographyDisplay1FontSize = "56px";
|
2373
2488
|
const TypographyDisplay1LineHeight = "76px";
|
2374
2489
|
const TypographyDisplay1LetterSpacing = "normal";
|
@@ -2534,18 +2649,18 @@ const AlertDarkColorSchemeDefaultBorder = "#333f4a";
|
|
2534
2649
|
const AlertDarkColorSchemeDefaultIcon = "#8c99a5";
|
2535
2650
|
const AlertSizeBorderWidth = "1px";
|
2536
2651
|
const AlertSizeBorderRadius = "4px";
|
2537
|
-
const AlertSizeHorizontalPadding = "
|
2538
|
-
const AlertSizeVerticalPadding = "
|
2539
|
-
const AlertSizeIconMargin = "
|
2540
|
-
const AlertSizeCloseButtonWidth = "
|
2541
|
-
const AlertSizeSmallVerticalPadding = "
|
2652
|
+
const AlertSizeHorizontalPadding = "16rem";
|
2653
|
+
const AlertSizeVerticalPadding = "12rem";
|
2654
|
+
const AlertSizeIconMargin = "8rem";
|
2655
|
+
const AlertSizeCloseButtonWidth = "16rem";
|
2656
|
+
const AlertSizeSmallVerticalPadding = "12rem";
|
2542
2657
|
const AlertFontDefaultHeader = "subheading";
|
2543
2658
|
const AlertFontDefaultBody = "body";
|
2544
2659
|
const AlertFontSmallHeader = "caption";
|
2545
2660
|
const AlertFontSmallBody = "caption";
|
2546
|
-
const AutocompleteSizePanelPadding = "
|
2661
|
+
const AutocompleteSizePanelPadding = "4rem 0";
|
2547
2662
|
const AutocompleteSizePanelMaxHeight = "256px";
|
2548
|
-
const AutocompleteSizePanelBorderRadius = "
|
2663
|
+
const AutocompleteSizePanelBorderRadius = "4px";
|
2549
2664
|
const BadgeLightColorSchemeSolidPrimaryBackground = "#4187ff";
|
2550
2665
|
const BadgeLightColorSchemeSolidPrimaryBorder = "#4187ff";
|
2551
2666
|
const BadgeLightColorSchemeSolidPrimaryColor = "white";
|
@@ -2626,14 +2741,14 @@ const BadgeDarkColorSchemeSolidSecondBorder = "#515e69";
|
|
2626
2741
|
const BadgeDarkColorSchemeSolidSecondColor = "white";
|
2627
2742
|
const BadgeSizeDefaultHeight = "24rem";
|
2628
2743
|
const BadgeSizeDefaultMinWidth = "10px";
|
2629
|
-
const BadgeSizeDefaultPadding = "0
|
2744
|
+
const BadgeSizeDefaultPadding = "0 8rem";
|
2630
2745
|
const BadgeSizeDefaultBorderWidth = "1px";
|
2631
2746
|
const BadgeSizeDefaultBorderRadius = "4px";
|
2632
2747
|
const BadgeSizeMiniHeight = "16rem";
|
2633
2748
|
const BadgeSizeMiniMinWidth = "10px";
|
2634
2749
|
const BadgeSizeMiniBorderWidth = "1px";
|
2635
|
-
const BadgeSizeMiniBorderRadius = "
|
2636
|
-
const BadgeSizeMiniPadding = "0
|
2750
|
+
const BadgeSizeMiniBorderRadius = "2rem";
|
2751
|
+
const BadgeSizeMiniPadding = "0 4rem";
|
2637
2752
|
const BadgeFontDefaultDefault = "caption";
|
2638
2753
|
const BadgeFontDefaultCaps = "caption-caps";
|
2639
2754
|
const BadgeFontDefaultMono = "caption-mono";
|
@@ -2641,7 +2756,7 @@ const BadgeFontMiniDefault = "extra-small-text";
|
|
2641
2756
|
const BadgeFontMiniCaps = "extra-small-text-caps";
|
2642
2757
|
const BadgeFontMiniMono = "extra-small-text-mono";
|
2643
2758
|
const ButtonToggleSizeBorderSize = "1px";
|
2644
|
-
const ButtonToggleSizeBorderRadius = "
|
2759
|
+
const ButtonToggleSizeBorderRadius = "4px";
|
2645
2760
|
const ButtonLightColorSchemeActiveShadow = "inset 0 1px 2px 0 rgba(black, 0.2)";
|
2646
2761
|
const ButtonLightColorSchemePrimaryColor = "white";
|
2647
2762
|
const ButtonLightColorSchemePrimaryBorder = "#0374eb";
|
@@ -2694,7 +2809,7 @@ const ButtonDarkColorSchemeErrorStatesActiveBorder = "#333f4a";
|
|
2694
2809
|
const ButtonDarkColorSchemeErrorStatesActiveBackground = "#333f4a";
|
2695
2810
|
const ButtonSizeHeight = "32rem";
|
2696
2811
|
const ButtonSizeBorderWidth = "1px";
|
2697
|
-
const ButtonSizeBorderRadius = "
|
2812
|
+
const ButtonSizeBorderRadius = "4px";
|
2698
2813
|
const ButtonSizeHorizontalPadding = "12rem";
|
2699
2814
|
const ButtonFontDefault = "body";
|
2700
2815
|
const ButtonFontPrimary = "body-strong";
|
@@ -2725,7 +2840,7 @@ const CardDarkColorSchemeSuccessShadow = "#004823";
|
|
2725
2840
|
const CardDarkColorSchemeInfoVerticalLine = "#084453";
|
2726
2841
|
const CardDarkColorSchemeInfoBackground = "#143641";
|
2727
2842
|
const CardDarkColorSchemeInfoShadow = "#084453";
|
2728
|
-
const CardSizeVerticalLine = "
|
2843
|
+
const CardSizeVerticalLine = "4rem";
|
2729
2844
|
const CheckboxLightColorSchemeBorder = "#bdc7d1";
|
2730
2845
|
const CheckboxLightColorSchemeStatesCheckedBorder = "#0374eb";
|
2731
2846
|
const CheckboxLightColorSchemeStatesCheckedBackground = "#0374eb";
|
@@ -2736,8 +2851,8 @@ const CheckboxDarkColorSchemeStatesCheckedBorder = "#0059b8";
|
|
2736
2851
|
const CheckboxDarkColorSchemeStatesCheckedBackground = "#0059b8";
|
2737
2852
|
const CheckboxDarkColorSchemeStatesFocusedBorder = "#4187ff";
|
2738
2853
|
const CheckboxDarkColorSchemeStatesFocusedShadow = "0 0 0 1px #4187ff";
|
2739
|
-
const CheckboxSizeWidth = "
|
2740
|
-
const CheckboxSizeLabelMargin = "
|
2854
|
+
const CheckboxSizeWidth = "16rem";
|
2855
|
+
const CheckboxSizeLabelMargin = "8rem";
|
2741
2856
|
const CheckboxSizeBorderWidth = "1px";
|
2742
2857
|
const CheckboxSizeToggleBoxShadow = "inset 0 0 1px 0 rgba(0, 0, 0, 0.2)";
|
2743
2858
|
const CheckboxFontDefault = "body";
|
@@ -2747,17 +2862,17 @@ const DatepickerBodyLightColorSchemeStatesSelectedColor = "#0374eb";
|
|
2747
2862
|
const DatepickerBodyLightColorSchemeStatesSelectedBackground = "#e7f1ff";
|
2748
2863
|
const DatepickerBodyDarkColorSchemeStatesSelectedColor = "#4187ff";
|
2749
2864
|
const DatepickerBodyDarkColorSchemeStatesSelectedBackground = "#014b9d";
|
2750
|
-
const DatepickerBodySizeLabelPaddings = "
|
2751
|
-
const DatepickerBodySizeCellMinSize = "
|
2865
|
+
const DatepickerBodySizeLabelPaddings = "8rem 28px 12rem 12rem";
|
2866
|
+
const DatepickerBodySizeCellMinSize = "32rem";
|
2752
2867
|
const DatepickerBodySizeCellMargin = "5%";
|
2753
|
-
const DatepickerBodySizeCellPadding = "
|
2868
|
+
const DatepickerBodySizeCellPadding = "8rem";
|
2754
2869
|
const DatepickerBodySizeCellBorderWidth = "1px";
|
2755
2870
|
const DatepickerBodyFontLabel = "body-strong";
|
2756
2871
|
const DatepickerBodyFontToday = "body-strong";
|
2757
|
-
const DatepickerCalendarSizePaddingTop = "
|
2758
|
-
const DatepickerCalendarSizePaddingHorizontal = "
|
2759
|
-
const DatepickerCalendarSizePaddingBottom = "
|
2760
|
-
const DatepickerCalendarSizePaddingBlocks = "
|
2872
|
+
const DatepickerCalendarSizePaddingTop = "16rem";
|
2873
|
+
const DatepickerCalendarSizePaddingHorizontal = "8rem";
|
2874
|
+
const DatepickerCalendarSizePaddingBottom = "8rem";
|
2875
|
+
const DatepickerCalendarSizePaddingBlocks = "12rem";
|
2761
2876
|
const DatepickerCalendarSizeDividerWidth = "1px";
|
2762
2877
|
const DatepickerCalendarSizeIconBorderWidth = "2px";
|
2763
2878
|
const DatepickerCalendarSizeIconPrevIconTransform = "translateX(2px) rotate(-45deg)";
|
@@ -2796,9 +2911,9 @@ const DropdownDividerSizeMargin = "4px 0";
|
|
2796
2911
|
const DropdownTriggerSizeButtonRightPadding = "8rem";
|
2797
2912
|
const DropdownTriggerSizeRightIconPadding = "2rem";
|
2798
2913
|
const DropdownPanelSizeMaxWidth = "640px";
|
2799
|
-
const DropdownPanelSizePadding = "
|
2914
|
+
const DropdownPanelSizePadding = "4rem 0";
|
2800
2915
|
const DropdownPanelSizeBorderWidth = "1px";
|
2801
|
-
const DropdownPanelSizeBorderRadius = "
|
2916
|
+
const DropdownPanelSizeBorderRadius = "4px";
|
2802
2917
|
const FormFieldLightColorSchemeBorder = "#bdc7d1";
|
2803
2918
|
const FormFieldLightColorSchemeBackground = "white";
|
2804
2919
|
const FormFieldLightColorSchemeStatesHoverBorder = "#bdc7d1";
|
@@ -2811,10 +2926,10 @@ const FormFieldDarkColorSchemeStatesInvalidBorder = "#b9023a";
|
|
2811
2926
|
const FormFieldDarkColorSchemeStatesInvalidBackground = "transparent";
|
2812
2927
|
const FormFieldSizeHeight = "32rem";
|
2813
2928
|
const FormFieldSizeBorderWidth = "1px";
|
2814
|
-
const FormFieldSizeBorderRadius = "
|
2815
|
-
const FormFieldSizeButtonWidth = "
|
2929
|
+
const FormFieldSizeBorderRadius = "4px";
|
2930
|
+
const FormFieldSizeButtonWidth = "32rem";
|
2816
2931
|
const FormFieldFontDefault = "body";
|
2817
|
-
const FormFieldHintSizeMarginTop = "
|
2932
|
+
const FormFieldHintSizeMarginTop = "4rem";
|
2818
2933
|
const FormFieldHintFontDefault = "caption";
|
2819
2934
|
const FormFieldPasswordHintLightColorSchemeTextColor = "#19252f";
|
2820
2935
|
const FormFieldPasswordHintLightColorSchemeIconColor = "#19252f";
|
@@ -2828,28 +2943,76 @@ const FormFieldPasswordHintDarkColorSchemeStatesInvalidIconColor = "#ea5868";
|
|
2828
2943
|
const FormFieldPasswordHintDarkColorSchemeStatesInvalidTextColor = "#f2f5f9";
|
2829
2944
|
const FormFieldPasswordHintDarkColorSchemeStatesValidTextColor = "#319d5c";
|
2830
2945
|
const FormFieldPasswordHintDarkColorSchemeStatesValidIconColor = "#319d5c";
|
2831
|
-
const FormFieldPasswordHintSizeMarginTop = "
|
2832
|
-
const FormFieldPasswordHintSizeIconMargin = "
|
2946
|
+
const FormFieldPasswordHintSizeMarginTop = "8rem";
|
2947
|
+
const FormFieldPasswordHintSizeIconMargin = "4rem";
|
2833
2948
|
const FormFieldPasswordHintFontDefault = "caption";
|
2834
2949
|
const FormsLightColorSchemeLabel = "#6d7a86";
|
2835
2950
|
const FormsLightColorSchemeLegend = "#19252f";
|
2836
2951
|
const FormsDarkColorSchemeLabel = "#8c99a5";
|
2837
2952
|
const FormsDarkColorSchemeLegend = "#f2f5f9";
|
2838
|
-
const FormsSizeHorizontalRowMarginBottom = "
|
2839
|
-
const FormsSizeHorizontalLabelPaddingTop = "
|
2953
|
+
const FormsSizeHorizontalRowMarginBottom = "20rem";
|
2954
|
+
const FormsSizeHorizontalLabelPaddingTop = "6rem";
|
2840
2955
|
const FormsSizeHorizontalLabelPaddingBottom = "0";
|
2841
|
-
const FormsSizeHorizontalControlPaddingLeft = "
|
2842
|
-
const FormsSizeHorizontalLegendMarginTop = "
|
2843
|
-
const FormsSizeHorizontalLegendMarginBottom = "
|
2844
|
-
const FormsSizeVerticalRowMarginBottom = "
|
2956
|
+
const FormsSizeHorizontalControlPaddingLeft = "16rem";
|
2957
|
+
const FormsSizeHorizontalLegendMarginTop = "32rem";
|
2958
|
+
const FormsSizeHorizontalLegendMarginBottom = "16rem";
|
2959
|
+
const FormsSizeVerticalRowMarginBottom = "16rem";
|
2845
2960
|
const FormsSizeVerticalLabelPaddingTop = "0";
|
2846
|
-
const FormsSizeVerticalLabelPaddingBottom = "
|
2847
|
-
const FormsSizeVerticalControlPaddingLeft = "
|
2848
|
-
const FormsSizeVerticalLegendMarginTop = "
|
2849
|
-
const FormsSizeVerticalLegendMarginBottom = "
|
2961
|
+
const FormsSizeVerticalLabelPaddingBottom = "4rem";
|
2962
|
+
const FormsSizeVerticalControlPaddingLeft = "24rem";
|
2963
|
+
const FormsSizeVerticalLegendMarginTop = "32rem";
|
2964
|
+
const FormsSizeVerticalLegendMarginBottom = "12rem";
|
2850
2965
|
const FormsFontDefaultLabel = "body";
|
2851
2966
|
const FormsFontDefaultLegend = "subheading";
|
2852
|
-
const
|
2967
|
+
const IconLightColorSchemeSecondaryDefault = "#8c99a5";
|
2968
|
+
const IconLightColorSchemeSecondaryStatesHover = "#6d7a86";
|
2969
|
+
const IconLightColorSchemeSecondaryStatesActive = "#434f5a";
|
2970
|
+
const IconLightColorSchemeSecondaryStatesDisabled = "mix(#8c99a5, transparent, 30%)";
|
2971
|
+
const IconLightColorSchemePrimaryDefault = "#5697ff";
|
2972
|
+
const IconLightColorSchemePrimaryStatesHover = "#0374eb";
|
2973
|
+
const IconLightColorSchemePrimaryStatesActive = "#014b9d";
|
2974
|
+
const IconLightColorSchemePrimaryStatesDisabled = "mix(#5697ff, transparent, 30%)";
|
2975
|
+
const IconLightColorSchemeInfoDefault = "#18a5c5";
|
2976
|
+
const IconLightColorSchemeInfoStatesHover = "#218ca8";
|
2977
|
+
const IconLightColorSchemeInfoStatesActive = "#0c5567";
|
2978
|
+
const IconLightColorSchemeInfoStatesDisabled = "mix(#18a5c5, transparent, 30%)";
|
2979
|
+
const IconLightColorSchemeSuccessDefault = "#4ba96c";
|
2980
|
+
const IconLightColorSchemeSuccessStatesHover = "#028b49";
|
2981
|
+
const IconLightColorSchemeSuccessStatesActive = "#015a2d";
|
2982
|
+
const IconLightColorSchemeSuccessStatesDisabled = "mix(#4ba96c, transparent, 30%)";
|
2983
|
+
const IconLightColorSchemeWarningDefault = "#e19f12";
|
2984
|
+
const IconLightColorSchemeWarningStatesHover = "#a26e0c";
|
2985
|
+
const IconLightColorSchemeWarningStatesActive = "#6b4804";
|
2986
|
+
const IconLightColorSchemeWarningStatesDisabled = "mix(#e19f12, transparent, 30%)";
|
2987
|
+
const IconLightColorSchemeErrorDefault = "#ee6f79";
|
2988
|
+
const IconLightColorSchemeErrorStatesHover = "#db3c55";
|
2989
|
+
const IconLightColorSchemeErrorStatesActive = "#9e0130";
|
2990
|
+
const IconLightColorSchemeErrorStatesDisabled = "mix(#ee6f79, transparent, 30%)";
|
2991
|
+
const IconDarkColorSchemeSecondaryDefault = "#8c99a5";
|
2992
|
+
const IconDarkColorSchemeSecondaryStatesHover = "#6d7a86";
|
2993
|
+
const IconDarkColorSchemeSecondaryStatesActive = "#bdc7d1";
|
2994
|
+
const IconDarkColorSchemeSecondaryStatesDisabled = "mix(#8c99a5, transparent, 30%)";
|
2995
|
+
const IconDarkColorSchemePrimaryDefault = "#5697ff";
|
2996
|
+
const IconDarkColorSchemePrimaryStatesHover = "#0374eb";
|
2997
|
+
const IconDarkColorSchemePrimaryStatesActive = "#a2c7fe";
|
2998
|
+
const IconDarkColorSchemePrimaryStatesDisabled = "mix(#5697ff, transparent, 30%)";
|
2999
|
+
const IconDarkColorSchemeInfoDefault = "#18a5c5";
|
3000
|
+
const IconDarkColorSchemeInfoStatesHover = "#218ca8";
|
3001
|
+
const IconDarkColorSchemeInfoStatesActive = "#6ed3f2";
|
3002
|
+
const IconDarkColorSchemeInfoStatesDisabled = "mix(#18a5c5, transparent, 30%)";
|
3003
|
+
const IconDarkColorSchemeSuccessDefault = "#4ba96c";
|
3004
|
+
const IconDarkColorSchemeSuccessStatesHover = "#028b49";
|
3005
|
+
const IconDarkColorSchemeSuccessStatesActive = "#8ed5a1";
|
3006
|
+
const IconDarkColorSchemeSuccessStatesDisabled = "mix(#4ba96c, transparent, 30%)";
|
3007
|
+
const IconDarkColorSchemeWarningDefault = "#e19f12";
|
3008
|
+
const IconDarkColorSchemeWarningStatesHover = "#a26e0c";
|
3009
|
+
const IconDarkColorSchemeWarningStatesActive = "#f5c23c";
|
3010
|
+
const IconDarkColorSchemeWarningStatesDisabled = "mix(#e19f12, transparent, 30%)";
|
3011
|
+
const IconDarkColorSchemeErrorDefault = "#ee6f79";
|
3012
|
+
const IconDarkColorSchemeErrorStatesHover = "#db3c55";
|
3013
|
+
const IconDarkColorSchemeErrorStatesActive = "#fcb2b4";
|
3014
|
+
const IconDarkColorSchemeErrorStatesDisabled = "mix(#ee6f79, transparent, 30%)";
|
3015
|
+
const InputSizePadding = "0 12rem";
|
2853
3016
|
const InputSizeWidth = "100%";
|
2854
3017
|
const InputFontDefault = "body";
|
2855
3018
|
const InputFontMonospace = "body-mono";
|
@@ -2889,7 +3052,7 @@ const ModalSizeSmall = "400px";
|
|
2889
3052
|
const ModalSizeNormal = "640px";
|
2890
3053
|
const ModalSizeLarge = "960px";
|
2891
3054
|
const ModalSizeTop = "48px";
|
2892
|
-
const ModalSizeCloseWidth = "
|
3055
|
+
const ModalSizeCloseWidth = "56rem";
|
2893
3056
|
const ModalSizeBorderRadius = "4px";
|
2894
3057
|
const ModalSizeBorderWidth = "1px";
|
2895
3058
|
const ModalHeaderLightColorSchemeBorder = "#d7dee4";
|
@@ -2899,24 +3062,24 @@ const ModalHeaderSizeHeight = "56rem";
|
|
2899
3062
|
const ModalHeaderSizePadding = "0 16rem";
|
2900
3063
|
const ModalHeaderFontDefault = "title";
|
2901
3064
|
const ModalBodySizeMaxHeight = "calc(100vh - 260px)";
|
2902
|
-
const ModalBodySizePadding = "
|
3065
|
+
const ModalBodySizePadding = "16rem 24rem 24rem";
|
2903
3066
|
const ModalBodyFontDefault = "body";
|
2904
3067
|
const ModalFooterLightColorSchemeBorder = "#f2f5f9";
|
2905
3068
|
const ModalFooterDarkColorSchemeBorder = "#333f4a";
|
2906
3069
|
const ModalFooterSizeBorderRadius = "0 0 4px 4px";
|
2907
3070
|
const ModalFooterSizeHeight = "64rem";
|
2908
3071
|
const ModalFooterSizePadding = "0 16rem";
|
2909
|
-
const ModalConfirmSizePadding = "
|
3072
|
+
const ModalConfirmSizePadding = "24rem";
|
2910
3073
|
const NavbarLightColorSchemeBackground = "#19252f";
|
2911
3074
|
const NavbarLightColorSchemeDividerBackground = "#515e69";
|
2912
3075
|
const NavbarDarkColorSchemeBackground = "#333f4a";
|
2913
3076
|
const NavbarDarkColorSchemeDividerBackground = "#515e69";
|
2914
|
-
const NavbarSizeIconMargin = "
|
3077
|
+
const NavbarSizeIconMargin = "6rem";
|
2915
3078
|
const NavbarSizeRightIconMargin = "2rem";
|
2916
3079
|
const NavbarFontTitle = "body";
|
2917
3080
|
const VerticalNavbarSizeStatesExpandedWidth = "240px";
|
2918
|
-
const VerticalNavbarSizeStatesCollapsedWidth = "
|
2919
|
-
const VerticalNavbarSizeIconMargin = "
|
3081
|
+
const VerticalNavbarSizeStatesCollapsedWidth = "56rem";
|
3082
|
+
const VerticalNavbarSizeIconMargin = "16rem";
|
2920
3083
|
const NavbarItemLightColorSchemeText = "#f2f5f9";
|
2921
3084
|
const NavbarItemLightColorSchemeIcon = "#bdc7d1";
|
2922
3085
|
const NavbarItemLightColorSchemeStatesActive = "rgba(0, 0, 0, 0.1)";
|
@@ -2931,16 +3094,16 @@ const NavbarItemDarkColorSchemeStatesSelected = "#434f5a";
|
|
2931
3094
|
const NavbarItemDarkColorSchemeStatesHover = "rgba(255, 255, 255, 0.1)";
|
2932
3095
|
const NavbarItemDarkColorSchemeStatesProgress = "#333f4a";
|
2933
3096
|
const NavbarItemDarkColorSchemeStatesDisabledOpacity = 0.3;
|
2934
|
-
const NavbarItemSizePadding = "
|
2935
|
-
const NavbarItemSizeHeight = "
|
2936
|
-
const NavbarItemSizeHeightVertical = "
|
2937
|
-
const NavbarBrandSizePadding = "
|
2938
|
-
const NavbarBrandSizeMarginRight = "
|
3097
|
+
const NavbarItemSizePadding = "16rem";
|
3098
|
+
const NavbarItemSizeHeight = "48rem";
|
3099
|
+
const NavbarItemSizeHeightVertical = "56rem";
|
3100
|
+
const NavbarBrandSizePadding = "12rem";
|
3101
|
+
const NavbarBrandSizeMarginRight = "24rem";
|
2939
3102
|
const NavbarBrandFontTitle = "title";
|
2940
3103
|
const OptgroupSizePaddingLeft = "17px";
|
2941
3104
|
const OptgroupFontDefault = "subheading";
|
2942
|
-
const OptionSizeHorizontalPadding = "
|
2943
|
-
const OptionSizeHeight = "
|
3105
|
+
const OptionSizeHorizontalPadding = "12rem";
|
3106
|
+
const OptionSizeHeight = "32rem";
|
2944
3107
|
const OptionSizeBorderWidth = "2px";
|
2945
3108
|
const OptionFontDefault = "body";
|
2946
3109
|
const PopoverLightColorSchemeBackground = "white";
|
@@ -2952,8 +3115,8 @@ const PopoverDarkColorSchemeText = "#f2f5f9";
|
|
2952
3115
|
const PopoverDarkColorSchemeShadow = "0 3px 8px 0 rgba(0, 0, 0, 0.2)";
|
2953
3116
|
const PopoverDarkColorSchemeBorder = "#333f4a";
|
2954
3117
|
const PopoverSizeMaxHeight = "480px";
|
2955
|
-
const PopoverSizePadding = "
|
2956
|
-
const PopoverSizeBorderRadius = "
|
3118
|
+
const PopoverSizePadding = "16rem";
|
3119
|
+
const PopoverSizeBorderRadius = "4px";
|
2957
3120
|
const PopoverSizeArrowSize = "12px";
|
2958
3121
|
const PopoverSizeTriggerMargin = "9px";
|
2959
3122
|
const PopoverSizeSmallWidth = "200px";
|
@@ -2967,15 +3130,15 @@ const PopoverHeaderDarkColorSchemeBorder = "#434f5a";
|
|
2967
3130
|
const PopoverHeaderDarkColorSchemeText = "#f2f5f9";
|
2968
3131
|
const PopoverHeaderDarkColorSchemeBackground = "#333f4a";
|
2969
3132
|
const PopoverHeaderSizeHeight = "40rem";
|
2970
|
-
const PopoverHeaderSizePadding = "0
|
3133
|
+
const PopoverHeaderSizePadding = "0 16rem";
|
2971
3134
|
const PopoverHeaderFontDefault = "subheading";
|
2972
3135
|
const PopoverFooterLightColorSchemeBorder = "#f2f5f9";
|
2973
3136
|
const PopoverFooterLightColorSchemeBackground = "#f2f5f9";
|
2974
3137
|
const PopoverFooterDarkColorSchemeBorder = "#434f5a";
|
2975
3138
|
const PopoverFooterDarkColorSchemeBackground = "#333f4a";
|
2976
|
-
const PopoverFooterSizeMarginTop = "
|
2977
|
-
const PopoverFooterSizePadding = "
|
2978
|
-
const PopoverFooterSizeHeight = "
|
3139
|
+
const PopoverFooterSizeMarginTop = "8rem";
|
3140
|
+
const PopoverFooterSizePadding = "12rem 16rem";
|
3141
|
+
const PopoverFooterSizeHeight = "56rem";
|
2979
3142
|
const PopoverFooterFontDefault = "body";
|
2980
3143
|
const PopupLightColorSchemeShadow = "0 3px 8px 0 rgba(39, 51, 62, 0.2)";
|
2981
3144
|
const PopupLightColorSchemeBorder = "#d7dee4";
|
@@ -2989,8 +3152,8 @@ const PopupDarkColorSchemeBackground = "#333f4a";
|
|
2989
3152
|
const PopupDarkColorSchemeFooterBackground = "transparent";
|
2990
3153
|
const ProgressBarLightColorSchemeBackground = "rgba(25, 37, 47, 0.06)";
|
2991
3154
|
const ProgressBarDarkColorSchemeBackground = "rgba(white,0.06)";
|
2992
|
-
const ProgressBarSizeHeight = "
|
2993
|
-
const ProgressSpinnerSizeSize = "
|
3155
|
+
const ProgressBarSizeHeight = "4rem";
|
3156
|
+
const ProgressSpinnerSizeSize = "16rem";
|
2994
3157
|
const RadioLightColorSchemeOuterCircleBorder = "#bdc7d1";
|
2995
3158
|
const RadioLightColorSchemeInnerCircleBorder = "transparent";
|
2996
3159
|
const RadioLightColorSchemeStatesCheckedOuterCircleBorder = "#0374eb";
|
@@ -3008,29 +3171,29 @@ const RadioDarkColorSchemeStatesFocusedInnerCircleShadow = "0 0 0 1px #19252f";
|
|
3008
3171
|
const RadioSizeSize = "14px";
|
3009
3172
|
const RadioSizeLabelMargin = "8px";
|
3010
3173
|
const RadioFontDefault = "body";
|
3011
|
-
const SelectSizeLeftPadding = "
|
3012
|
-
const SelectSizeRightPadding = "
|
3013
|
-
const SelectSizeLeftPaddingMultiple = "
|
3174
|
+
const SelectSizeLeftPadding = "12rem";
|
3175
|
+
const SelectSizeRightPadding = "6rem";
|
3176
|
+
const SelectSizeLeftPaddingMultiple = "12rem";
|
3014
3177
|
const SelectFontDefault = "body";
|
3015
3178
|
const SelectPanelSizeMaxHeight = "232px";
|
3016
3179
|
const SelectPanelSizeMaxWidth = "640px";
|
3017
|
-
const SelectPanelSizeVerticalPadding = "
|
3180
|
+
const SelectPanelSizeVerticalPadding = "4rem";
|
3018
3181
|
const SelectPanelSizeBorderWidth = "1px";
|
3019
|
-
const SelectPanelSizeBorderRadius = "
|
3182
|
+
const SelectPanelSizeBorderRadius = "4px";
|
3020
3183
|
const SelectPanelFontDefault = "body";
|
3021
3184
|
const SidepanelLightColorSchemeBorder = "#bdc7d1";
|
3022
3185
|
const SidepanelDarkColorSchemeBorder = "#19252f";
|
3023
3186
|
const SidepanelFontDefault = "body";
|
3024
3187
|
const SidepanelHeaderSizeHeight = "56rem";
|
3025
3188
|
const SidepanelHeaderSizePadding = "0 16rem";
|
3026
|
-
const SidepanelHeaderSizeClosePadding = "0 0 0
|
3189
|
+
const SidepanelHeaderSizeClosePadding = "0 0 0 8rem";
|
3027
3190
|
const SidepanelHeaderFontDefault = "title";
|
3028
3191
|
const SidepanelFooterSizeHeight = "64rem";
|
3029
3192
|
const SidepanelFooterSizePadding = "0 16rem";
|
3030
3193
|
const SidepanelFooterFontDefault = "body";
|
3031
3194
|
const TableSizeBorderWidth = "1px";
|
3032
|
-
const TableSizeRowPaddingVertical = "
|
3033
|
-
const TableSizeRowPaddingHorizontal = "
|
3195
|
+
const TableSizeRowPaddingVertical = "8rem";
|
3196
|
+
const TableSizeRowPaddingHorizontal = "16rem";
|
3034
3197
|
const TableFontHeader = "caption";
|
3035
3198
|
const TableFontBody = "body-tabular";
|
3036
3199
|
const TabsLightColorSchemeBorder = "#d7dee4";
|
@@ -3055,12 +3218,12 @@ const TabsDarkColorSchemeStateEmptyText = "#6d7a86";
|
|
3055
3218
|
const TabsDarkColorSchemeStateDisabledIcon = "#6d7a86";
|
3056
3219
|
const TabsDarkColorSchemeStateDisabledText = "#6d7a86";
|
3057
3220
|
const TabsDarkColorSchemeStateDisabledMarkerOpacity = "0.3";
|
3058
|
-
const TabsSizeHeight = "
|
3059
|
-
const TabsSizeHighlightHeight = "
|
3060
|
-
const TabsSizePaddingHorizontal = "
|
3221
|
+
const TabsSizeHeight = "40rem";
|
3222
|
+
const TabsSizeHighlightHeight = "4rem";
|
3223
|
+
const TabsSizePaddingHorizontal = "16rem";
|
3061
3224
|
const TabsSizeBorderWidth = "1px";
|
3062
|
-
const TabsSizeBorderRadius = "
|
3063
|
-
const TabsSizeLabelIconMargin = "
|
3225
|
+
const TabsSizeBorderRadius = "4px";
|
3226
|
+
const TabsSizeLabelIconMargin = "8rem";
|
3064
3227
|
const TabsFontDefault = "body";
|
3065
3228
|
const VerticalTabsLightColorSchemeStateNormalBackground = "transparent";
|
3066
3229
|
const VerticalTabsLightColorSchemeStateSelectedBackground = "#e7f1ff";
|
@@ -3118,24 +3281,24 @@ const TagsDarkColorSchemeErrorStatesHoverIcon = "#ee6f79";
|
|
3118
3281
|
const TagsDarkColorSchemeErrorStatesFocused = "#b9023a";
|
3119
3282
|
const TagsDarkColorSchemeErrorStatesDisabledText = "mix(#ea5868, transparent, 50%)";
|
3120
3283
|
const TagsDarkColorSchemeErrorStatesDisabledBackground = "mix(#ea5868, transparent, 10%)";
|
3121
|
-
const TagsSizeMargin = "
|
3122
|
-
const TagsSizeHeight = "
|
3284
|
+
const TagsSizeMargin = "2rem";
|
3285
|
+
const TagsSizeHeight = "24rem";
|
3123
3286
|
const TagsSizeBorderWidth = "1px";
|
3124
3287
|
const TagsSizeBorderRadius = "4px";
|
3125
3288
|
const TagsSizeIconPadding = "4rem";
|
3126
|
-
const TagsSizeTextMargin = "
|
3289
|
+
const TagsSizeTextMargin = "8rem";
|
3127
3290
|
const TagsFontDefault = "caption";
|
3128
3291
|
const TagsFontMono = "caption-mono";
|
3129
3292
|
const TagsFontCaps = "caption-caps";
|
3130
|
-
const TagListSizePadding = "1px
|
3293
|
+
const TagListSizePadding = "1px 12rem";
|
3131
3294
|
const TagInputSizeHeight = "22px";
|
3132
|
-
const TagInputSizeMargin = "2px
|
3295
|
+
const TagInputSizeMargin = "2px 4rem";
|
3133
3296
|
const TagInputFontDefault = "body";
|
3134
3297
|
const TextareaSizeMinHeight = "50px";
|
3135
|
-
const TextareaSizePadding = "
|
3298
|
+
const TextareaSizePadding = "5 12rem";
|
3136
3299
|
const TextareaFontDefault = "body";
|
3137
3300
|
const TextareaFontMono = "body-mono";
|
3138
|
-
const TimepickerSizePaddingRight = "
|
3301
|
+
const TimepickerSizePaddingRight = "16rem";
|
3139
3302
|
const ToggleLightColorSchemeBorder = "#bdc7d1";
|
3140
3303
|
const ToggleLightColorSchemeBackground = "white";
|
3141
3304
|
const ToggleLightColorSchemeCircleBorder = "#bdc7d1";
|
@@ -3157,7 +3320,7 @@ const ToggleDarkColorSchemeErrorCheckedBackground = "#b9023a";
|
|
3157
3320
|
const ToggleSizeHeight = "16px";
|
3158
3321
|
const ToggleSizeWidth = "28px";
|
3159
3322
|
const ToggleSizeBorderRadius = "9px";
|
3160
|
-
const ToggleSizeLabelMargin = "
|
3323
|
+
const ToggleSizeLabelMargin = "8rem";
|
3161
3324
|
const ToggleFontDefault = "body";
|
3162
3325
|
const ToggleSmallSizeHeight = "14px";
|
3163
3326
|
const ToggleSmallSizeWidth = "24px";
|
@@ -3179,8 +3342,8 @@ const TooltipDarkColorSchemeWarningText = "#f2f5f9";
|
|
3179
3342
|
const TooltipDarkColorSchemeWarningBorder = "#7e5406";
|
3180
3343
|
const TooltipSizeMaxWidth = "300px";
|
3181
3344
|
const TooltipSizeBorderWidth = "1px";
|
3182
|
-
const TooltipSizeBorderRadius = "
|
3183
|
-
const TooltipSizePadding = "
|
3345
|
+
const TooltipSizeBorderRadius = "4px";
|
3346
|
+
const TooltipSizePadding = "8rem 16rem";
|
3184
3347
|
const TooltipSizeArrowSize = "12px";
|
3185
3348
|
const TooltipSizeTriggerMargin = "9px";
|
3186
3349
|
const TooltipFontDefault = "caption";
|
@@ -3192,10 +3355,10 @@ const ExtendedTooltipDarkColorSchemeBackground = "#333f4a";
|
|
3192
3355
|
const ExtendedTooltipDarkColorSchemeText = "#f2f5f9";
|
3193
3356
|
const ExtendedTooltipDarkColorSchemeBorder = "#333f4a";
|
3194
3357
|
const ExtendedTooltipDarkColorSchemeShadow = "0 2px 4px 0 rgba(39, 51, 62, 0.2)";
|
3195
|
-
const ExtendedTooltipSizeBorderRadius = "
|
3358
|
+
const ExtendedTooltipSizeBorderRadius = "4px";
|
3196
3359
|
const ExtendedTooltipSizeArrowSize = "12px";
|
3197
3360
|
const ExtendedTooltipSizeTriggerMargin = "9px";
|
3198
|
-
const ExtendedTooltipSizePadding = "
|
3361
|
+
const ExtendedTooltipSizePadding = "8rem 16rem";
|
3199
3362
|
const ExtendedTooltipSizeMaxHeight = "480px";
|
3200
3363
|
const ExtendedTooltipFontDefault = "caption";
|
3201
3364
|
const ExtendedTooltipHeaderLightColorSchemeBorder = "#d7dee4";
|
@@ -3205,9 +3368,9 @@ const ExtendedTooltipHeaderDarkColorSchemeBorder = "#434f5a";
|
|
3205
3368
|
const ExtendedTooltipHeaderDarkColorSchemeText = "#f2f5f9";
|
3206
3369
|
const ExtendedTooltipHeaderDarkColorSchemeBackground = "#333f4a";
|
3207
3370
|
const ExtendedTooltipHeaderSizeHeight = "40px";
|
3208
|
-
const ExtendedTooltipHeaderSizePadding = "
|
3371
|
+
const ExtendedTooltipHeaderSizePadding = "8rem 16rem";
|
3209
3372
|
const ExtendedTooltipHeaderFontDefault = "subheading";
|
3210
|
-
const TreeSizeNodeHeight = "
|
3373
|
+
const TreeSizeNodeHeight = "32rem";
|
3211
3374
|
const TreeSizePaddingLeft = "12rem";
|
3212
3375
|
const TreeSizeTogglePadding = "4rem";
|
3213
3376
|
const TreeSizeIconPadding = "8rem";
|
@@ -3218,5 +3381,5 @@ const TreeFontNode = "body";
|
|
3218
3381
|
* Generated bundle index. Do not edit.
|
3219
3382
|
*/
|
3220
3383
|
|
3221
|
-
export { AlertDarkColorSchemeDefaultBackground, AlertDarkColorSchemeDefaultBorder, AlertDarkColorSchemeDefaultIcon, AlertDarkColorSchemeErrorBackground, AlertDarkColorSchemeErrorBorder, AlertDarkColorSchemeErrorIcon, AlertDarkColorSchemeInfoBackground, AlertDarkColorSchemeInfoBorder, AlertDarkColorSchemeInfoIcon, AlertDarkColorSchemeSuccessBackground, AlertDarkColorSchemeSuccessBorder, AlertDarkColorSchemeSuccessIcon, AlertDarkColorSchemeWarningBackground, AlertDarkColorSchemeWarningBorder, AlertDarkColorSchemeWarningIcon, AlertFontDefaultBody, AlertFontDefaultHeader, AlertFontSmallBody, AlertFontSmallHeader, AlertLightColorSchemeDefaultBackground, AlertLightColorSchemeDefaultBorder, AlertLightColorSchemeDefaultIcon, AlertLightColorSchemeErrorBackground, AlertLightColorSchemeErrorBorder, AlertLightColorSchemeErrorIcon, AlertLightColorSchemeInfoBackground, AlertLightColorSchemeInfoBorder, AlertLightColorSchemeInfoIcon, AlertLightColorSchemeSuccessBackground, AlertLightColorSchemeSuccessBorder, AlertLightColorSchemeSuccessIcon, AlertLightColorSchemeWarningBackground, AlertLightColorSchemeWarningBorder, AlertLightColorSchemeWarningIcon, AlertSizeBorderRadius, AlertSizeBorderWidth, AlertSizeCloseButtonWidth, AlertSizeHorizontalPadding, AlertSizeIconMargin, AlertSizeSmallVerticalPadding, AlertSizeVerticalPadding, AutocompleteSizePanelBorderRadius, AutocompleteSizePanelMaxHeight, AutocompleteSizePanelPadding, BadgeDarkColorSchemePastelErrorBackground, BadgeDarkColorSchemePastelErrorBorder, BadgeDarkColorSchemePastelErrorColor, BadgeDarkColorSchemePastelInfoBackground, BadgeDarkColorSchemePastelInfoBorder, BadgeDarkColorSchemePastelInfoColor, BadgeDarkColorSchemePastelPrimaryBackground, BadgeDarkColorSchemePastelPrimaryBorder, BadgeDarkColorSchemePastelPrimaryColor, BadgeDarkColorSchemePastelSuccessBackground, BadgeDarkColorSchemePastelSuccessBorder, BadgeDarkColorSchemePastelSuccessColor, BadgeDarkColorSchemePastelWarningBackground, BadgeDarkColorSchemePastelWarningBorder, BadgeDarkColorSchemePastelWarningColor, BadgeDarkColorSchemeSolidErrorBackground, BadgeDarkColorSchemeSolidErrorBorder, BadgeDarkColorSchemeSolidErrorColor, BadgeDarkColorSchemeSolidInfoBackground, BadgeDarkColorSchemeSolidInfoBorder, BadgeDarkColorSchemeSolidInfoColor, BadgeDarkColorSchemeSolidLightBackground, BadgeDarkColorSchemeSolidLightBorder, BadgeDarkColorSchemeSolidLightColor, BadgeDarkColorSchemeSolidPrimaryBackground, BadgeDarkColorSchemeSolidPrimaryBorder, BadgeDarkColorSchemeSolidPrimaryColor, BadgeDarkColorSchemeSolidSecondBackground, BadgeDarkColorSchemeSolidSecondBorder, BadgeDarkColorSchemeSolidSecondColor, BadgeDarkColorSchemeSolidSuccessBackground, BadgeDarkColorSchemeSolidSuccessBorder, BadgeDarkColorSchemeSolidSuccessColor, BadgeDarkColorSchemeSolidTransparentBackground, BadgeDarkColorSchemeSolidTransparentBorder, BadgeDarkColorSchemeSolidTransparentColor, BadgeDarkColorSchemeSolidWarningBackground, BadgeDarkColorSchemeSolidWarningBorder, BadgeDarkColorSchemeSolidWarningColor, BadgeFontDefaultCaps, BadgeFontDefaultDefault, BadgeFontDefaultMono, BadgeFontMiniCaps, BadgeFontMiniDefault, BadgeFontMiniMono, BadgeLightColorSchemePastelErrorBackground, BadgeLightColorSchemePastelErrorBorder, BadgeLightColorSchemePastelErrorColor, BadgeLightColorSchemePastelInfoBackground, BadgeLightColorSchemePastelInfoBorder, BadgeLightColorSchemePastelInfoColor, BadgeLightColorSchemePastelPrimaryBackground, BadgeLightColorSchemePastelPrimaryBorder, BadgeLightColorSchemePastelPrimaryColor, BadgeLightColorSchemePastelSuccessBackground, BadgeLightColorSchemePastelSuccessBorder, BadgeLightColorSchemePastelSuccessColor, BadgeLightColorSchemePastelWarningBackground, BadgeLightColorSchemePastelWarningBorder, BadgeLightColorSchemePastelWarningColor, BadgeLightColorSchemeSolidErrorBackground, BadgeLightColorSchemeSolidErrorBorder, BadgeLightColorSchemeSolidErrorColor, BadgeLightColorSchemeSolidInfoBackground, BadgeLightColorSchemeSolidInfoBorder, BadgeLightColorSchemeSolidInfoColor, BadgeLightColorSchemeSolidLightBackground, BadgeLightColorSchemeSolidLightBorder, BadgeLightColorSchemeSolidLightColor, BadgeLightColorSchemeSolidPrimaryBackground, BadgeLightColorSchemeSolidPrimaryBorder, BadgeLightColorSchemeSolidPrimaryColor, BadgeLightColorSchemeSolidSecondBackground, BadgeLightColorSchemeSolidSecondBorder, BadgeLightColorSchemeSolidSecondColor, BadgeLightColorSchemeSolidSuccessBackground, BadgeLightColorSchemeSolidSuccessBorder, BadgeLightColorSchemeSolidSuccessColor, BadgeLightColorSchemeSolidTransparentBackground, BadgeLightColorSchemeSolidTransparentBorder, BadgeLightColorSchemeSolidTransparentColor, BadgeLightColorSchemeSolidWarningBackground, BadgeLightColorSchemeSolidWarningBorder, BadgeLightColorSchemeSolidWarningColor, BadgeSizeDefaultBorderRadius, BadgeSizeDefaultBorderWidth, BadgeSizeDefaultHeight, BadgeSizeDefaultMinWidth, BadgeSizeDefaultPadding, BadgeSizeMiniBorderRadius, BadgeSizeMiniBorderWidth, BadgeSizeMiniHeight, BadgeSizeMiniMinWidth, BadgeSizeMiniPadding, ButtonDarkColorSchemeActiveShadow, ButtonDarkColorSchemeErrorBackground, ButtonDarkColorSchemeErrorBorder, ButtonDarkColorSchemeErrorColor, ButtonDarkColorSchemeErrorIcon, ButtonDarkColorSchemeErrorStatesActiveBackground, ButtonDarkColorSchemeErrorStatesActiveBorder, ButtonDarkColorSchemePrimaryBackground, ButtonDarkColorSchemePrimaryBorder, ButtonDarkColorSchemePrimaryColor, ButtonDarkColorSchemePrimaryIcon, ButtonDarkColorSchemePrimaryStatesActiveBackground, ButtonDarkColorSchemePrimaryStatesActiveBorder, ButtonDarkColorSchemePrimaryTransparentColor, ButtonDarkColorSchemePrimaryTransparentIcon, ButtonDarkColorSchemePrimaryTransparentStatesActiveColor, ButtonDarkColorSchemePrimaryTransparentStatesActiveIcon, ButtonDarkColorSchemePrimaryTransparentStatesHoverColor, ButtonDarkColorSchemePrimaryTransparentStatesHoverIcon, ButtonDarkColorSchemeSecondBackground, ButtonDarkColorSchemeSecondBorder, ButtonDarkColorSchemeSecondColor, ButtonDarkColorSchemeSecondIcon, ButtonDarkColorSchemeSecondStatesActiveBackground, ButtonDarkColorSchemeSecondStatesActiveBorder, ButtonFontDefault, ButtonFontPrimary, ButtonFontPrimaryTransparent, ButtonLightColorSchemeActiveShadow, ButtonLightColorSchemeErrorBackground, ButtonLightColorSchemeErrorBorder, ButtonLightColorSchemeErrorColor, ButtonLightColorSchemeErrorIcon, ButtonLightColorSchemeErrorStatesActiveBackground, ButtonLightColorSchemeErrorStatesActiveBorder, ButtonLightColorSchemePrimaryBackground, ButtonLightColorSchemePrimaryBorder, ButtonLightColorSchemePrimaryColor, ButtonLightColorSchemePrimaryIcon, ButtonLightColorSchemePrimaryStatesActiveBackground, ButtonLightColorSchemePrimaryStatesActiveBorder, ButtonLightColorSchemePrimaryTransparentColor, ButtonLightColorSchemePrimaryTransparentIcon, ButtonLightColorSchemePrimaryTransparentStatesActiveColor, ButtonLightColorSchemePrimaryTransparentStatesActiveIcon, ButtonLightColorSchemePrimaryTransparentStatesHoverColor, ButtonLightColorSchemePrimaryTransparentStatesHoverIcon, ButtonLightColorSchemeSecondBackground, ButtonLightColorSchemeSecondBorder, ButtonLightColorSchemeSecondColor, ButtonLightColorSchemeSecondIcon, ButtonLightColorSchemeSecondStatesActiveBackground, ButtonLightColorSchemeSecondStatesActiveBorder, ButtonSizeBorderRadius, ButtonSizeBorderWidth, ButtonSizeHeight, ButtonSizeHorizontalPadding, ButtonToggleSizeBorderRadius, ButtonToggleSizeBorderSize, CardDarkColorSchemeErrorBackground, CardDarkColorSchemeErrorShadow, CardDarkColorSchemeErrorVerticalLine, CardDarkColorSchemeInfoBackground, CardDarkColorSchemeInfoShadow, CardDarkColorSchemeInfoVerticalLine, CardDarkColorSchemeSuccessBackground, CardDarkColorSchemeSuccessShadow, CardDarkColorSchemeSuccessVerticalLine, CardDarkColorSchemeWarningBackground, CardDarkColorSchemeWarningShadow, CardDarkColorSchemeWarningVerticalLine, CardLightColorSchemeErrorBackground, CardLightColorSchemeErrorShadow, CardLightColorSchemeErrorVerticalLine, CardLightColorSchemeInfoBackground, CardLightColorSchemeInfoShadow, CardLightColorSchemeInfoVerticalLine, CardLightColorSchemeSuccessBackground, CardLightColorSchemeSuccessShadow, CardLightColorSchemeSuccessVerticalLine, CardLightColorSchemeWarningBackground, CardLightColorSchemeWarningShadow, CardLightColorSchemeWarningVerticalLine, CardSizeVerticalLine, CheckboxDarkColorSchemeBorder, CheckboxDarkColorSchemeStatesCheckedBackground, CheckboxDarkColorSchemeStatesCheckedBorder, CheckboxDarkColorSchemeStatesFocusedBorder, CheckboxDarkColorSchemeStatesFocusedShadow, CheckboxFontDefault, CheckboxLightColorSchemeBorder, CheckboxLightColorSchemeStatesCheckedBackground, CheckboxLightColorSchemeStatesCheckedBorder, CheckboxLightColorSchemeStatesFocusedBorder, CheckboxLightColorSchemeStatesFocusedShadow, CheckboxSizeBorderWidth, CheckboxSizeLabelMargin, CheckboxSizeToggleBoxShadow, CheckboxSizeWidth, ColorBluePalette, ColorGreenPalette, ColorGreyPalette, ColorPurplePalette, ColorRedPalette, ColorTealPalette, ColorYellowPalette, DarkColorSchemeBackgroundBackground, DarkColorSchemeBackgroundBackgroundDisabled, DarkColorSchemeBackgroundOverlayActive, DarkColorSchemeBackgroundOverlayDisabled, DarkColorSchemeBackgroundOverlayHover, DarkColorSchemeErrorDefault, DarkColorSchemeErrorPalette, DarkColorSchemeForegroundBorder, DarkColorSchemeForegroundDivider, DarkColorSchemeForegroundIcon, DarkColorSchemeForegroundText, DarkColorSchemeForegroundTextDisabled, DarkColorSchemeForegroundTextError, DarkColorSchemeForegroundTextLessContrast, DarkColorSchemeForegroundTextSuccess, DarkColorSchemeInfoDefault, DarkColorSchemeInfoPalette, DarkColorSchemePrimaryDefault, DarkColorSchemePrimaryPalette, DarkColorSchemeSecondDefault, DarkColorSchemeSecondPalette, DarkColorSchemeStatesDisabledOpacity, DarkColorSchemeStatesFocusedColor, DarkColorSchemeStatesFocusedColorError, DarkColorSchemeStatesPressedShadow, DarkColorSchemeStatesSelectedColor, DarkColorSchemeSuccessDefault, DarkColorSchemeSuccessPalette, DarkColorSchemeWarningDefault, DarkColorSchemeWarningPalette, DatepickerBodyDarkColorSchemeStatesSelectedBackground, DatepickerBodyDarkColorSchemeStatesSelectedColor, DatepickerBodyFontLabel, DatepickerBodyFontToday, DatepickerBodyLightColorSchemeStatesSelectedBackground, DatepickerBodyLightColorSchemeStatesSelectedColor, DatepickerBodySizeCellBorderWidth, DatepickerBodySizeCellMargin, DatepickerBodySizeCellMinSize, DatepickerBodySizeCellPadding, DatepickerBodySizeLabelPaddings, DatepickerCalendarFontDefault, DatepickerCalendarFontHeader, DatepickerCalendarSizeDividerWidth, DatepickerCalendarSizeIconBorderWidth, DatepickerCalendarSizeIconNexIconTransform, DatepickerCalendarSizeIconPrevIconTransform, DatepickerCalendarSizePaddingBlocks, DatepickerCalendarSizePaddingBottom, DatepickerCalendarSizePaddingHorizontal, DatepickerCalendarSizePaddingTop, DatepickerInputSizeWidth, DatepickerToggleSizeHeight, DatepickerToggleSizeWidth, DescriptionListDarkColorSchemeDd, DescriptionListDarkColorSchemeDt, DescriptionListFontHorizontalDd, DescriptionListFontHorizontalDt, DescriptionListFontVerticalDd, DescriptionListFontVerticalDt, DescriptionListLightColorSchemeDd, DescriptionListLightColorSchemeDt, DescriptionListSizeDdGridColumn, DescriptionListSizeDtGridColumn, DescriptionListSizeGridTemplateColumns, DescriptionListSizeHorizontalColumnGap, DescriptionListSizeHorizontalRowGap, DescriptionListSizeVerticalColumnGap, DescriptionListSizeVerticalDdMarginBottom, DescriptionListSizeVerticalRowGap, DividerSizeInsetMargin, DividerSizeWidth, DropdownDividerSizeHeight, DropdownDividerSizeMargin, DropdownGroupHeaderFontDefault, DropdownGroupHeaderFontSmall, DropdownGroupHeaderSizeDefaultPadding, DropdownGroupHeaderSizeSmallPadding, DropdownItemFontCaption, DropdownItemFontDefault, DropdownItemSizeIconPadding, DropdownItemSizePadding, DropdownPanelSizeBorderRadius, DropdownPanelSizeBorderWidth, DropdownPanelSizeMaxWidth, DropdownPanelSizePadding, DropdownTriggerSizeButtonRightPadding, DropdownTriggerSizeRightIconPadding, ExtendedTooltipDarkColorSchemeBackground, ExtendedTooltipDarkColorSchemeBorder, ExtendedTooltipDarkColorSchemeShadow, ExtendedTooltipDarkColorSchemeText, ExtendedTooltipFontDefault, ExtendedTooltipHeaderDarkColorSchemeBackground, ExtendedTooltipHeaderDarkColorSchemeBorder, ExtendedTooltipHeaderDarkColorSchemeText, ExtendedTooltipHeaderFontDefault, ExtendedTooltipHeaderLightColorSchemeBackground, ExtendedTooltipHeaderLightColorSchemeBorder, ExtendedTooltipHeaderLightColorSchemeText, ExtendedTooltipHeaderSizeHeight, ExtendedTooltipHeaderSizePadding, ExtendedTooltipLightColorSchemeBackground, ExtendedTooltipLightColorSchemeBorder, ExtendedTooltipLightColorSchemeShadow, ExtendedTooltipLightColorSchemeText, ExtendedTooltipSizeArrowSize, ExtendedTooltipSizeBorderRadius, ExtendedTooltipSizeMaxHeight, ExtendedTooltipSizePadding, ExtendedTooltipSizeTriggerMargin, FontFamilyAccent, FontFamilyBase, FontFamilyMonospace, FormFieldDarkColorSchemeBackground, FormFieldDarkColorSchemeBorder, FormFieldDarkColorSchemeStatesHoverBorder, FormFieldDarkColorSchemeStatesInvalidBackground, FormFieldDarkColorSchemeStatesInvalidBorder, FormFieldFontDefault, FormFieldHintFontDefault, FormFieldHintSizeMarginTop, FormFieldLightColorSchemeBackground, FormFieldLightColorSchemeBorder, FormFieldLightColorSchemeStatesHoverBorder, FormFieldLightColorSchemeStatesInvalidBackground, FormFieldLightColorSchemeStatesInvalidBorder, FormFieldPasswordHintDarkColorSchemeIconColor, FormFieldPasswordHintDarkColorSchemeStatesInvalidIconColor, FormFieldPasswordHintDarkColorSchemeStatesInvalidTextColor, FormFieldPasswordHintDarkColorSchemeStatesValidIconColor, FormFieldPasswordHintDarkColorSchemeStatesValidTextColor, FormFieldPasswordHintDarkColorSchemeTextColor, FormFieldPasswordHintFontDefault, FormFieldPasswordHintLightColorSchemeIconColor, FormFieldPasswordHintLightColorSchemeStatesInvalidIconColor, FormFieldPasswordHintLightColorSchemeStatesInvalidTextColor, FormFieldPasswordHintLightColorSchemeStatesValidIconColor, FormFieldPasswordHintLightColorSchemeStatesValidTextColor, FormFieldPasswordHintLightColorSchemeTextColor, FormFieldPasswordHintSizeIconMargin, FormFieldPasswordHintSizeMarginTop, FormFieldSizeBorderRadius, FormFieldSizeBorderWidth, FormFieldSizeButtonWidth, FormFieldSizeHeight, FormsDarkColorSchemeLabel, FormsDarkColorSchemeLegend, FormsFontDefaultLabel, FormsFontDefaultLegend, FormsLightColorSchemeLabel, FormsLightColorSchemeLegend, FormsSizeHorizontalControlPaddingLeft, FormsSizeHorizontalLabelPaddingBottom, FormsSizeHorizontalLabelPaddingTop, FormsSizeHorizontalLegendMarginBottom, FormsSizeHorizontalLegendMarginTop, FormsSizeHorizontalRowMarginBottom, FormsSizeVerticalControlPaddingLeft, FormsSizeVerticalLabelPaddingBottom, FormsSizeVerticalLabelPaddingTop, FormsSizeVerticalLegendMarginBottom, FormsSizeVerticalLegendMarginTop, FormsSizeVerticalRowMarginBottom, IconButtonSizeHorizontalPadding, IconButtonSizeLeftIconPadding, InputFontDefault, InputFontMonospace, InputSizePadding, InputSizeWidth, LightColorSchemeBackgroundBackground, LightColorSchemeBackgroundBackgroundDisabled, LightColorSchemeBackgroundOverlayActive, LightColorSchemeBackgroundOverlayDisabled, LightColorSchemeBackgroundOverlayHover, LightColorSchemeErrorDefault, LightColorSchemeErrorPalette, LightColorSchemeForegroundBorder, LightColorSchemeForegroundDivider, LightColorSchemeForegroundIcon, LightColorSchemeForegroundText, LightColorSchemeForegroundTextDisabled, LightColorSchemeForegroundTextError, LightColorSchemeForegroundTextLessContrast, LightColorSchemeForegroundTextSuccess, LightColorSchemeInfoDefault, LightColorSchemeInfoPalette, LightColorSchemePrimaryDefault, LightColorSchemePrimaryPalette, LightColorSchemeSecondDefault, LightColorSchemeSecondPalette, LightColorSchemeStatesDisabledOpacity, LightColorSchemeStatesFocusedColor, LightColorSchemeStatesFocusedColorError, LightColorSchemeStatesPressedShadow, LightColorSchemeStatesSelectedColor, LightColorSchemeSuccessDefault, LightColorSchemeSuccessPalette, LightColorSchemeWarningDefault, LightColorSchemeWarningPalette, LinkDarkColorSchemeBorderBottom, LinkDarkColorSchemeStateActive, LinkDarkColorSchemeStateFocusedOutline, LinkDarkColorSchemeStateHoverBorderBottom, LinkDarkColorSchemeStateHoverText, LinkDarkColorSchemeStateVisitedBorderBottom, LinkDarkColorSchemeStateVisitedText, LinkDarkColorSchemeText, LinkFontDefault, LinkLightColorSchemeBorderBottom, LinkLightColorSchemeStateActive, LinkLightColorSchemeStateFocusedOutline, LinkLightColorSchemeStateHoverBorderBottom, LinkLightColorSchemeStateHoverText, LinkLightColorSchemeStateVisitedBorderBottom, LinkLightColorSchemeStateVisitedText, LinkLightColorSchemeText, LinkSizeIconMargin, LinkSizeStateFocusedOutlineOffset, LinkSizeStateFocusedOutlineWidth, ListFontItem, ListSizeHorizontalPadding, ListSizeIconRightMargin, ListSizeItemHeight, ModalBodyFontDefault, ModalBodySizeMaxHeight, ModalBodySizePadding, ModalConfirmSizePadding, ModalDarkColorSchemeBackgroundMask, ModalDarkColorSchemeBodyBottomShadow, ModalDarkColorSchemeBodyTopShadow, ModalDarkColorSchemeShadow, ModalFooterDarkColorSchemeBorder, ModalFooterLightColorSchemeBorder, ModalFooterSizeBorderRadius, ModalFooterSizeHeight, ModalFooterSizePadding, ModalHeaderDarkColorSchemeBorder, ModalHeaderFontDefault, ModalHeaderLightColorSchemeBorder, ModalHeaderSizeBorderRadius, ModalHeaderSizeHeight, ModalHeaderSizePadding, ModalLightColorSchemeBackgroundMask, ModalLightColorSchemeBodyBottomShadow, ModalLightColorSchemeBodyTopShadow, ModalLightColorSchemeShadow, ModalSizeBorderRadius, ModalSizeBorderWidth, ModalSizeCloseWidth, ModalSizeLarge, ModalSizeNormal, ModalSizeSmall, ModalSizeTop, NavbarBrandFontTitle, NavbarBrandSizeMarginRight, NavbarBrandSizePadding, NavbarDarkColorSchemeBackground, NavbarDarkColorSchemeDividerBackground, NavbarFontTitle, NavbarItemDarkColorSchemeIcon, NavbarItemDarkColorSchemeStatesActive, NavbarItemDarkColorSchemeStatesDisabledOpacity, NavbarItemDarkColorSchemeStatesHover, NavbarItemDarkColorSchemeStatesProgress, NavbarItemDarkColorSchemeStatesSelected, NavbarItemDarkColorSchemeText, NavbarItemLightColorSchemeIcon, NavbarItemLightColorSchemeStatesActive, NavbarItemLightColorSchemeStatesDisabledOpacity, NavbarItemLightColorSchemeStatesHover, NavbarItemLightColorSchemeStatesProgress, NavbarItemLightColorSchemeStatesSelected, NavbarItemLightColorSchemeText, NavbarItemSizeHeight, NavbarItemSizeHeightVertical, NavbarItemSizePadding, NavbarLightColorSchemeBackground, NavbarLightColorSchemeDividerBackground, NavbarSizeIconMargin, NavbarSizeRightIconMargin, OptgroupFontDefault, OptgroupSizePaddingLeft, OptionFontDefault, OptionSizeBorderWidth, OptionSizeHeight, OptionSizeHorizontalPadding, PaletteBlue100, PaletteBlue200, PaletteBlue300, PaletteBlue40, PaletteBlue400, PaletteBlue500, PaletteBlue560, PaletteBlue60, PaletteBlue600, PaletteBlue700, PaletteBlue800, PaletteBlue900, PaletteBlueA100, PaletteBlueA200, PaletteBlueContrast100, PaletteBlueContrast200, PaletteBlueContrast300, PaletteBlueContrast40, PaletteBlueContrast400, PaletteBlueContrast500, PaletteBlueContrast560, PaletteBlueContrast60, PaletteBlueContrast600, PaletteBlueContrast700, PaletteBlueContrast800, PaletteBlueContrastA100, PaletteBlueContrastA200, PaletteGreen100, PaletteGreen200, PaletteGreen300, PaletteGreen40, PaletteGreen400, PaletteGreen500, PaletteGreen560, PaletteGreen60, PaletteGreen600, PaletteGreen700, PaletteGreen800, PaletteGreen900, PaletteGreenA100, PaletteGreenContrast100, PaletteGreenContrast200, PaletteGreenContrast300, PaletteGreenContrast40, PaletteGreenContrast400, PaletteGreenContrast500, PaletteGreenContrast560, PaletteGreenContrast60, PaletteGreenContrast600, PaletteGreenContrast700, PaletteGreenContrast800, PaletteGreenContrastA100, PaletteGrey100, PaletteGrey200, PaletteGrey300, PaletteGrey40, PaletteGrey400, PaletteGrey500, PaletteGrey560, PaletteGrey60, PaletteGrey600, PaletteGrey700, PaletteGrey800, PaletteGrey900, PaletteGreyA100, PaletteGreyA200, PaletteGreyA300, PaletteGreyA40, PaletteGreyA500, PaletteGreyA60, PaletteGreyContrast100, PaletteGreyContrast200, PaletteGreyContrast300, PaletteGreyContrast40, PaletteGreyContrast400, PaletteGreyContrast500, PaletteGreyContrast560, PaletteGreyContrast60, PaletteGreyContrast600, PaletteGreyContrast700, PaletteGreyContrast800, PalettePurple100, PalettePurple200, PalettePurple300, PalettePurple40, PalettePurple400, PalettePurple500, PalettePurple560, PalettePurple60, PalettePurple600, PalettePurple700, PalettePurple800, PalettePurple900, PalettePurpleContrast100, PalettePurpleContrast200, PalettePurpleContrast300, PalettePurpleContrast40, PalettePurpleContrast400, PalettePurpleContrast500, PalettePurpleContrast560, PalettePurpleContrast60, PalettePurpleContrast600, PalettePurpleContrast700, PalettePurpleContrast800, PalettePurpleContrastA100, PalettePurpleContrastA200, PaletteRed100, PaletteRed200, PaletteRed300, PaletteRed40, PaletteRed400, PaletteRed500, PaletteRed560, PaletteRed60, PaletteRed600, PaletteRed700, PaletteRed800, PaletteRed900, PaletteRedA100, PaletteRedContrast100, PaletteRedContrast200, PaletteRedContrast300, PaletteRedContrast40, PaletteRedContrast400, PaletteRedContrast500, PaletteRedContrast560, PaletteRedContrast60, PaletteRedContrast600, PaletteRedContrast700, PaletteRedContrast800, PaletteRedContrastA100, PaletteTeal100, PaletteTeal200, PaletteTeal300, PaletteTeal40, PaletteTeal400, PaletteTeal500, PaletteTeal560, PaletteTeal60, PaletteTeal600, PaletteTeal700, PaletteTeal800, PaletteTeal900, PaletteTealContrast100, PaletteTealContrast200, PaletteTealContrast300, PaletteTealContrast40, PaletteTealContrast400, PaletteTealContrast500, PaletteTealContrast560, PaletteTealContrast60, PaletteTealContrast600, PaletteTealContrast700, PaletteTealContrast800, PaletteTealContrastA100, PaletteTealContrastA200, PaletteYellow100, PaletteYellow200, PaletteYellow300, PaletteYellow40, PaletteYellow400, PaletteYellow500, PaletteYellow560, PaletteYellow60, PaletteYellow600, PaletteYellow700, PaletteYellow800, PaletteYellow900, PaletteYellowA100, PaletteYellowContrast100, PaletteYellowContrast200, PaletteYellowContrast300, PaletteYellowContrast40, PaletteYellowContrast400, PaletteYellowContrast500, PaletteYellowContrast560, PaletteYellowContrast60, PaletteYellowContrast600, PaletteYellowContrast700, PaletteYellowContrast800, PaletteYellowContrastA100, PopoverDarkColorSchemeBackground, PopoverDarkColorSchemeBorder, PopoverDarkColorSchemeShadow, PopoverDarkColorSchemeText, PopoverFontDefault, PopoverFooterDarkColorSchemeBackground, PopoverFooterDarkColorSchemeBorder, PopoverFooterFontDefault, PopoverFooterLightColorSchemeBackground, PopoverFooterLightColorSchemeBorder, PopoverFooterSizeHeight, PopoverFooterSizeMarginTop, PopoverFooterSizePadding, PopoverHeaderDarkColorSchemeBackground, PopoverHeaderDarkColorSchemeBorder, PopoverHeaderDarkColorSchemeText, PopoverHeaderFontDefault, PopoverHeaderLightColorSchemeBackground, PopoverHeaderLightColorSchemeBorder, PopoverHeaderLightColorSchemeText, PopoverHeaderSizeHeight, PopoverHeaderSizePadding, PopoverLightColorSchemeBackground, PopoverLightColorSchemeBorder, PopoverLightColorSchemeShadow, PopoverLightColorSchemeText, PopoverSizeArrowSize, PopoverSizeBorderRadius, PopoverSizeLargeWidth, PopoverSizeMaxHeight, PopoverSizeNormalWidth, PopoverSizePadding, PopoverSizeSmallWidth, PopoverSizeTriggerMargin, PopupDarkColorSchemeBackground, PopupDarkColorSchemeBorder, PopupDarkColorSchemeDivider, PopupDarkColorSchemeFooterBackground, PopupDarkColorSchemeShadow, PopupLightColorSchemeBackground, PopupLightColorSchemeBorder, PopupLightColorSchemeDivider, PopupLightColorSchemeFooterBackground, PopupLightColorSchemeShadow, ProgressBarDarkColorSchemeBackground, ProgressBarLightColorSchemeBackground, ProgressBarSizeHeight, ProgressSpinnerSizeSize, RadioDarkColorSchemeInnerCircleBorder, RadioDarkColorSchemeOuterCircleBorder, RadioDarkColorSchemeStatesCheckedInnerCircleBorder, RadioDarkColorSchemeStatesCheckedOuterCircleBorder, RadioDarkColorSchemeStatesFocusedInnerCircleShadow, RadioDarkColorSchemeStatesFocusedOuterCircleBorder, RadioDarkColorSchemeStatesFocusedOuterCircleShadow, RadioFontDefault, RadioLightColorSchemeInnerCircleBorder, RadioLightColorSchemeOuterCircleBorder, RadioLightColorSchemeStatesCheckedInnerCircleBorder, RadioLightColorSchemeStatesCheckedOuterCircleBorder, RadioLightColorSchemeStatesFocusedInnerCircleShadow, RadioLightColorSchemeStatesFocusedOuterCircleBorder, RadioLightColorSchemeStatesFocusedOuterCircleShadow, RadioSizeLabelMargin, RadioSizeSize, SelectFontDefault, SelectPanelFontDefault, SelectPanelSizeBorderRadius, SelectPanelSizeBorderWidth, SelectPanelSizeMaxHeight, SelectPanelSizeMaxWidth, SelectPanelSizeVerticalPadding, SelectSizeLeftPadding, SelectSizeLeftPaddingMultiple, SelectSizeRightPadding, SidepanelDarkColorSchemeBorder, SidepanelFontDefault, SidepanelFooterFontDefault, SidepanelFooterSizeHeight, SidepanelFooterSizePadding, SidepanelHeaderFontDefault, SidepanelHeaderSizeClosePadding, SidepanelHeaderSizeHeight, SidepanelHeaderSizePadding, SidepanelLightColorSchemeBorder, Size3xl, Size3xs, Size4xl, Size5xl, Size6xl, Size7xl, SizeL, SizeM, SizeS, SizeXl, SizeXs, SizeXxl, SizeXxs, TableFontBody, TableFontHeader, TableSizeBorderWidth, TableSizeRowPaddingHorizontal, TableSizeRowPaddingVertical, TabsDarkColorSchemeBorder, TabsDarkColorSchemeStateActiveMarkerColor, TabsDarkColorSchemeStateDisabledIcon, TabsDarkColorSchemeStateDisabledMarkerOpacity, TabsDarkColorSchemeStateDisabledText, TabsDarkColorSchemeStateEmptyIcon, TabsDarkColorSchemeStateEmptyText, TabsDarkColorSchemeStateHoverIcon, TabsDarkColorSchemeStateHoverText, TabsDarkColorSchemeStateNormalIcon, TabsDarkColorSchemeStateNormalText, TabsFontDefault, TabsLightColorSchemeBorder, TabsLightColorSchemeStateActiveMarkerColor, TabsLightColorSchemeStateDisabledIcon, TabsLightColorSchemeStateDisabledMarkerOpacity, TabsLightColorSchemeStateDisabledText, TabsLightColorSchemeStateEmptyIcon, TabsLightColorSchemeStateEmptyText, TabsLightColorSchemeStateHoverIcon, TabsLightColorSchemeStateHoverText, TabsLightColorSchemeStateNormalIcon, TabsLightColorSchemeStateNormalText, TabsSizeBorderRadius, TabsSizeBorderWidth, TabsSizeHeight, TabsSizeHighlightHeight, TabsSizeLabelIconMargin, TabsSizePaddingHorizontal, TagInputFontDefault, TagInputSizeHeight, TagInputSizeMargin, TagListSizePadding, TagsDarkColorSchemeErrorBackground, TagsDarkColorSchemeErrorBorder, TagsDarkColorSchemeErrorIcon, TagsDarkColorSchemeErrorStatesDisabledBackground, TagsDarkColorSchemeErrorStatesDisabledText, TagsDarkColorSchemeErrorStatesFocused, TagsDarkColorSchemeErrorStatesHoverIcon, TagsDarkColorSchemeErrorText, TagsDarkColorSchemePrimaryBackground, TagsDarkColorSchemePrimaryBorder, TagsDarkColorSchemePrimaryIcon, TagsDarkColorSchemePrimaryStatesDisabledBackground, TagsDarkColorSchemePrimaryStatesDisabledText, TagsDarkColorSchemePrimaryStatesFocused, TagsDarkColorSchemePrimaryStatesHoverIcon, TagsDarkColorSchemePrimaryText, TagsDarkColorSchemeSecondBackground, TagsDarkColorSchemeSecondBorder, TagsDarkColorSchemeSecondIcon, TagsDarkColorSchemeSecondStatesDisabledBackground, TagsDarkColorSchemeSecondStatesDisabledText, TagsDarkColorSchemeSecondStatesFocused, TagsDarkColorSchemeSecondStatesHoverIcon, TagsDarkColorSchemeSecondText, TagsFontCaps, TagsFontDefault, TagsFontMono, TagsLightColorSchemeErrorBackground, TagsLightColorSchemeErrorBorder, TagsLightColorSchemeErrorIcon, TagsLightColorSchemeErrorStatesDisabledBackground, TagsLightColorSchemeErrorStatesDisabledText, TagsLightColorSchemeErrorStatesFocused, TagsLightColorSchemeErrorStatesHoverIcon, TagsLightColorSchemeErrorText, TagsLightColorSchemePrimaryBackground, TagsLightColorSchemePrimaryBorder, TagsLightColorSchemePrimaryIcon, TagsLightColorSchemePrimaryStatesDisabledBackground, TagsLightColorSchemePrimaryStatesDisabledText, TagsLightColorSchemePrimaryStatesFocused, TagsLightColorSchemePrimaryStatesHoverIcon, TagsLightColorSchemePrimaryText, TagsLightColorSchemeSecondBackground, TagsLightColorSchemeSecondBorder, TagsLightColorSchemeSecondIcon, TagsLightColorSchemeSecondStatesDisabledBackground, TagsLightColorSchemeSecondStatesDisabledText, TagsLightColorSchemeSecondStatesFocused, TagsLightColorSchemeSecondStatesHoverIcon, TagsLightColorSchemeSecondText, TagsSizeBorderRadius, TagsSizeBorderWidth, TagsSizeHeight, TagsSizeIconPadding, TagsSizeMargin, TagsSizeTextMargin, TextareaFontDefault, TextareaFontMono, TextareaSizeMinHeight, TextareaSizePadding, TimepickerSizePaddingRight, ToggleDarkColorSchemeBackground, ToggleDarkColorSchemeBorder, ToggleDarkColorSchemeCircleBackground, ToggleDarkColorSchemeCircleBorder, ToggleDarkColorSchemeErrorCheckedBackground, ToggleDarkColorSchemeErrorCheckedBorderColor, ToggleDarkColorSchemePrimaryCheckedBackground, ToggleDarkColorSchemePrimaryCheckedBorderColor, ToggleDarkColorSchemeStatesFocusedShadow, ToggleFontDefault, ToggleLightColorSchemeBackground, ToggleLightColorSchemeBorder, ToggleLightColorSchemeCircleBackground, ToggleLightColorSchemeCircleBorder, ToggleLightColorSchemeErrorCheckedBackground, ToggleLightColorSchemeErrorCheckedBorderColor, ToggleLightColorSchemePrimaryCheckedBackground, ToggleLightColorSchemePrimaryCheckedBorderColor, ToggleLightColorSchemeStatesFocusedShadow, ToggleSizeBorderRadius, ToggleSizeHeight, ToggleSizeLabelMargin, ToggleSizeWidth, ToggleSmallFontDefault, ToggleSmallSizeBorderRadius, ToggleSmallSizeHeight, ToggleSmallSizeWidth, TooltipDarkColorSchemeBackground, TooltipDarkColorSchemeBorder, TooltipDarkColorSchemeShadow, TooltipDarkColorSchemeText, TooltipDarkColorSchemeWarningBackground, TooltipDarkColorSchemeWarningBorder, TooltipDarkColorSchemeWarningText, TooltipFontDefault, TooltipLightColorSchemeBackground, TooltipLightColorSchemeBorder, TooltipLightColorSchemeShadow, TooltipLightColorSchemeText, TooltipLightColorSchemeWarningBackground, TooltipLightColorSchemeWarningBorder, TooltipLightColorSchemeWarningText, TooltipSizeArrowSize, TooltipSizeBorderRadius, TooltipSizeBorderWidth, TooltipSizeMaxWidth, TooltipSizePadding, TooltipSizeTriggerMargin, TreeFontNode, TreeSizeIconPadding, TreeSizeNodeHeight, TreeSizePaddingLeft, TreeSizePaddingRight, TreeSizeTogglePadding, TypographyBodyCapsFontFamily, TypographyBodyCapsFontFeatureSettings, TypographyBodyCapsFontSize, TypographyBodyCapsFontWeight, TypographyBodyCapsLetterSpacing, TypographyBodyCapsLineHeight, TypographyBodyCapsTextTransform, TypographyBodyFontFamily, TypographyBodyFontFeatureSettings, TypographyBodyFontSize, TypographyBodyFontWeight, TypographyBodyLetterSpacing, TypographyBodyLineHeight, TypographyBodyMonoFontFamily, TypographyBodyMonoFontFeatureSettings, TypographyBodyMonoFontSize, TypographyBodyMonoFontWeight, TypographyBodyMonoLetterSpacing, TypographyBodyMonoLineHeight, TypographyBodyMonoTextTransform, TypographyBodyStrongFontFamily, TypographyBodyStrongFontFeatureSettings, TypographyBodyStrongFontSize, TypographyBodyStrongFontWeight, TypographyBodyStrongLetterSpacing, TypographyBodyStrongLineHeight, TypographyBodyStrongTextTransform, TypographyBodyTabularFontFamily, TypographyBodyTabularFontFeatureSettings, TypographyBodyTabularFontSize, TypographyBodyTabularFontWeight, TypographyBodyTabularLetterSpacing, TypographyBodyTabularLineHeight, TypographyBodyTabularTextTransform, TypographyBodyTextTransform, TypographyCaptionCapsFontFamily, TypographyCaptionCapsFontFeatureSettings, TypographyCaptionCapsFontSize, TypographyCaptionCapsFontWeight, TypographyCaptionCapsLetterSpacing, TypographyCaptionCapsLineHeight, TypographyCaptionCapsTextTransform, TypographyCaptionFontFamily, TypographyCaptionFontFeatureSettings, TypographyCaptionFontSize, TypographyCaptionFontWeight, TypographyCaptionLetterSpacing, TypographyCaptionLineHeight, TypographyCaptionMonoFontFamily, TypographyCaptionMonoFontFeatureSettings, TypographyCaptionMonoFontSize, TypographyCaptionMonoFontWeight, TypographyCaptionMonoLetterSpacing, TypographyCaptionMonoLineHeight, TypographyCaptionMonoTextTransform, TypographyCaptionTabularFontFamily, TypographyCaptionTabularFontFeatureSettings, TypographyCaptionTabularFontSize, TypographyCaptionTabularFontWeight, TypographyCaptionTabularLetterSpacing, TypographyCaptionTabularLineHeight, TypographyCaptionTabularTextTransform, TypographyCaptionTextTransform, TypographyDisplay1FontFamily, TypographyDisplay1FontFeatureSettings, TypographyDisplay1FontSize, TypographyDisplay1FontWeight, TypographyDisplay1LetterSpacing, TypographyDisplay1LineHeight, TypographyDisplay1TextTransform, TypographyDisplay2FontFamily, TypographyDisplay2FontFeatureSettings, TypographyDisplay2FontSize, TypographyDisplay2FontWeight, TypographyDisplay2LetterSpacing, TypographyDisplay2LineHeight, TypographyDisplay2TextTransform, TypographyDisplay3FontFamily, TypographyDisplay3FontFeatureSettings, TypographyDisplay3FontSize, TypographyDisplay3FontWeight, TypographyDisplay3LetterSpacing, TypographyDisplay3LineHeight, TypographyDisplay3TextTransform, TypographyExtraSmallTextCapsFontFamily, TypographyExtraSmallTextCapsFontFeatureSettings, TypographyExtraSmallTextCapsFontSize, TypographyExtraSmallTextCapsFontWeight, TypographyExtraSmallTextCapsLetterSpacing, TypographyExtraSmallTextCapsLineHeight, TypographyExtraSmallTextCapsTextTransform, TypographyExtraSmallTextFontFamily, TypographyExtraSmallTextFontFeatureSettings, TypographyExtraSmallTextFontSize, TypographyExtraSmallTextFontWeight, TypographyExtraSmallTextLetterSpacing, TypographyExtraSmallTextLineHeight, TypographyExtraSmallTextMonoFontFamily, TypographyExtraSmallTextMonoFontFeatureSettings, TypographyExtraSmallTextMonoFontSize, TypographyExtraSmallTextMonoFontWeight, TypographyExtraSmallTextMonoLetterSpacing, TypographyExtraSmallTextMonoLineHeight, TypographyExtraSmallTextMonoTextTransform, TypographyExtraSmallTextTextTransform, TypographyHeadlineFontFamily, TypographyHeadlineFontFeatureSettings, TypographyHeadlineFontSize, TypographyHeadlineFontWeight, TypographyHeadlineLetterSpacing, TypographyHeadlineLineHeight, TypographyHeadlineTextTransform, TypographySmallTextFontFamily, TypographySmallTextFontFeatureSettings, TypographySmallTextFontSize, TypographySmallTextFontWeight, TypographySmallTextLetterSpacing, TypographySmallTextLineHeight, TypographySmallTextTextTransform, TypographySubheadingFontFamily, TypographySubheadingFontFeatureSettings, TypographySubheadingFontSize, TypographySubheadingFontWeight, TypographySubheadingLetterSpacing, TypographySubheadingLineHeight, TypographySubheadingTextTransform, TypographyTitleFontFamily, TypographyTitleFontFeatureSettings, TypographyTitleFontSize, TypographyTitleFontWeight, TypographyTitleLetterSpacing, TypographyTitleLineHeight, TypographyTitleTextTransform, VerticalNavbarSizeIconMargin, VerticalNavbarSizeStatesCollapsedWidth, VerticalNavbarSizeStatesExpandedWidth, VerticalTabsDarkColorSchemeStateHoverBackground, VerticalTabsDarkColorSchemeStateHoverSelectedBackground, VerticalTabsDarkColorSchemeStateNormalBackground, VerticalTabsDarkColorSchemeStateSelectedBackground, VerticalTabsLightColorSchemeStateHoverBackground, VerticalTabsLightColorSchemeStateHoverSelectedBackground, VerticalTabsLightColorSchemeStateNormalBackground, VerticalTabsLightColorSchemeStateSelectedBackground, tokens as legacyTokens };
|
3384
|
+
export { AlertDarkColorSchemeDefaultBackground, AlertDarkColorSchemeDefaultBorder, AlertDarkColorSchemeDefaultIcon, AlertDarkColorSchemeErrorBackground, AlertDarkColorSchemeErrorBorder, AlertDarkColorSchemeErrorIcon, AlertDarkColorSchemeInfoBackground, AlertDarkColorSchemeInfoBorder, AlertDarkColorSchemeInfoIcon, AlertDarkColorSchemeSuccessBackground, AlertDarkColorSchemeSuccessBorder, AlertDarkColorSchemeSuccessIcon, AlertDarkColorSchemeWarningBackground, AlertDarkColorSchemeWarningBorder, AlertDarkColorSchemeWarningIcon, AlertFontDefaultBody, AlertFontDefaultHeader, AlertFontSmallBody, AlertFontSmallHeader, AlertLightColorSchemeDefaultBackground, AlertLightColorSchemeDefaultBorder, AlertLightColorSchemeDefaultIcon, AlertLightColorSchemeErrorBackground, AlertLightColorSchemeErrorBorder, AlertLightColorSchemeErrorIcon, AlertLightColorSchemeInfoBackground, AlertLightColorSchemeInfoBorder, AlertLightColorSchemeInfoIcon, AlertLightColorSchemeSuccessBackground, AlertLightColorSchemeSuccessBorder, AlertLightColorSchemeSuccessIcon, AlertLightColorSchemeWarningBackground, AlertLightColorSchemeWarningBorder, AlertLightColorSchemeWarningIcon, AlertSizeBorderRadius, AlertSizeBorderWidth, AlertSizeCloseButtonWidth, AlertSizeHorizontalPadding, AlertSizeIconMargin, AlertSizeSmallVerticalPadding, AlertSizeVerticalPadding, AutocompleteSizePanelBorderRadius, AutocompleteSizePanelMaxHeight, AutocompleteSizePanelPadding, BadgeDarkColorSchemePastelErrorBackground, BadgeDarkColorSchemePastelErrorBorder, BadgeDarkColorSchemePastelErrorColor, BadgeDarkColorSchemePastelInfoBackground, BadgeDarkColorSchemePastelInfoBorder, BadgeDarkColorSchemePastelInfoColor, BadgeDarkColorSchemePastelPrimaryBackground, BadgeDarkColorSchemePastelPrimaryBorder, BadgeDarkColorSchemePastelPrimaryColor, BadgeDarkColorSchemePastelSuccessBackground, BadgeDarkColorSchemePastelSuccessBorder, BadgeDarkColorSchemePastelSuccessColor, BadgeDarkColorSchemePastelWarningBackground, BadgeDarkColorSchemePastelWarningBorder, BadgeDarkColorSchemePastelWarningColor, BadgeDarkColorSchemeSolidErrorBackground, BadgeDarkColorSchemeSolidErrorBorder, BadgeDarkColorSchemeSolidErrorColor, BadgeDarkColorSchemeSolidInfoBackground, BadgeDarkColorSchemeSolidInfoBorder, BadgeDarkColorSchemeSolidInfoColor, BadgeDarkColorSchemeSolidLightBackground, BadgeDarkColorSchemeSolidLightBorder, BadgeDarkColorSchemeSolidLightColor, BadgeDarkColorSchemeSolidPrimaryBackground, BadgeDarkColorSchemeSolidPrimaryBorder, BadgeDarkColorSchemeSolidPrimaryColor, BadgeDarkColorSchemeSolidSecondBackground, BadgeDarkColorSchemeSolidSecondBorder, BadgeDarkColorSchemeSolidSecondColor, BadgeDarkColorSchemeSolidSuccessBackground, BadgeDarkColorSchemeSolidSuccessBorder, BadgeDarkColorSchemeSolidSuccessColor, BadgeDarkColorSchemeSolidTransparentBackground, BadgeDarkColorSchemeSolidTransparentBorder, BadgeDarkColorSchemeSolidTransparentColor, BadgeDarkColorSchemeSolidWarningBackground, BadgeDarkColorSchemeSolidWarningBorder, BadgeDarkColorSchemeSolidWarningColor, BadgeFontDefaultCaps, BadgeFontDefaultDefault, BadgeFontDefaultMono, BadgeFontMiniCaps, BadgeFontMiniDefault, BadgeFontMiniMono, BadgeLightColorSchemePastelErrorBackground, BadgeLightColorSchemePastelErrorBorder, BadgeLightColorSchemePastelErrorColor, BadgeLightColorSchemePastelInfoBackground, BadgeLightColorSchemePastelInfoBorder, BadgeLightColorSchemePastelInfoColor, BadgeLightColorSchemePastelPrimaryBackground, BadgeLightColorSchemePastelPrimaryBorder, BadgeLightColorSchemePastelPrimaryColor, BadgeLightColorSchemePastelSuccessBackground, BadgeLightColorSchemePastelSuccessBorder, BadgeLightColorSchemePastelSuccessColor, BadgeLightColorSchemePastelWarningBackground, BadgeLightColorSchemePastelWarningBorder, BadgeLightColorSchemePastelWarningColor, BadgeLightColorSchemeSolidErrorBackground, BadgeLightColorSchemeSolidErrorBorder, BadgeLightColorSchemeSolidErrorColor, BadgeLightColorSchemeSolidInfoBackground, BadgeLightColorSchemeSolidInfoBorder, BadgeLightColorSchemeSolidInfoColor, BadgeLightColorSchemeSolidLightBackground, BadgeLightColorSchemeSolidLightBorder, BadgeLightColorSchemeSolidLightColor, BadgeLightColorSchemeSolidPrimaryBackground, BadgeLightColorSchemeSolidPrimaryBorder, BadgeLightColorSchemeSolidPrimaryColor, BadgeLightColorSchemeSolidSecondBackground, BadgeLightColorSchemeSolidSecondBorder, BadgeLightColorSchemeSolidSecondColor, BadgeLightColorSchemeSolidSuccessBackground, BadgeLightColorSchemeSolidSuccessBorder, BadgeLightColorSchemeSolidSuccessColor, BadgeLightColorSchemeSolidTransparentBackground, BadgeLightColorSchemeSolidTransparentBorder, BadgeLightColorSchemeSolidTransparentColor, BadgeLightColorSchemeSolidWarningBackground, BadgeLightColorSchemeSolidWarningBorder, BadgeLightColorSchemeSolidWarningColor, BadgeSizeDefaultBorderRadius, BadgeSizeDefaultBorderWidth, BadgeSizeDefaultHeight, BadgeSizeDefaultMinWidth, BadgeSizeDefaultPadding, BadgeSizeMiniBorderRadius, BadgeSizeMiniBorderWidth, BadgeSizeMiniHeight, BadgeSizeMiniMinWidth, BadgeSizeMiniPadding, ButtonDarkColorSchemeActiveShadow, ButtonDarkColorSchemeErrorBackground, ButtonDarkColorSchemeErrorBorder, ButtonDarkColorSchemeErrorColor, ButtonDarkColorSchemeErrorIcon, ButtonDarkColorSchemeErrorStatesActiveBackground, ButtonDarkColorSchemeErrorStatesActiveBorder, ButtonDarkColorSchemePrimaryBackground, ButtonDarkColorSchemePrimaryBorder, ButtonDarkColorSchemePrimaryColor, ButtonDarkColorSchemePrimaryIcon, ButtonDarkColorSchemePrimaryStatesActiveBackground, ButtonDarkColorSchemePrimaryStatesActiveBorder, ButtonDarkColorSchemePrimaryTransparentColor, ButtonDarkColorSchemePrimaryTransparentIcon, ButtonDarkColorSchemePrimaryTransparentStatesActiveColor, ButtonDarkColorSchemePrimaryTransparentStatesActiveIcon, ButtonDarkColorSchemePrimaryTransparentStatesHoverColor, ButtonDarkColorSchemePrimaryTransparentStatesHoverIcon, ButtonDarkColorSchemeSecondBackground, ButtonDarkColorSchemeSecondBorder, ButtonDarkColorSchemeSecondColor, ButtonDarkColorSchemeSecondIcon, ButtonDarkColorSchemeSecondStatesActiveBackground, ButtonDarkColorSchemeSecondStatesActiveBorder, ButtonFontDefault, ButtonFontPrimary, ButtonFontPrimaryTransparent, ButtonLightColorSchemeActiveShadow, ButtonLightColorSchemeErrorBackground, ButtonLightColorSchemeErrorBorder, ButtonLightColorSchemeErrorColor, ButtonLightColorSchemeErrorIcon, ButtonLightColorSchemeErrorStatesActiveBackground, ButtonLightColorSchemeErrorStatesActiveBorder, ButtonLightColorSchemePrimaryBackground, ButtonLightColorSchemePrimaryBorder, ButtonLightColorSchemePrimaryColor, ButtonLightColorSchemePrimaryIcon, ButtonLightColorSchemePrimaryStatesActiveBackground, ButtonLightColorSchemePrimaryStatesActiveBorder, ButtonLightColorSchemePrimaryTransparentColor, ButtonLightColorSchemePrimaryTransparentIcon, ButtonLightColorSchemePrimaryTransparentStatesActiveColor, ButtonLightColorSchemePrimaryTransparentStatesActiveIcon, ButtonLightColorSchemePrimaryTransparentStatesHoverColor, ButtonLightColorSchemePrimaryTransparentStatesHoverIcon, ButtonLightColorSchemeSecondBackground, ButtonLightColorSchemeSecondBorder, ButtonLightColorSchemeSecondColor, ButtonLightColorSchemeSecondIcon, ButtonLightColorSchemeSecondStatesActiveBackground, ButtonLightColorSchemeSecondStatesActiveBorder, ButtonSizeBorderRadius, ButtonSizeBorderWidth, ButtonSizeHeight, ButtonSizeHorizontalPadding, ButtonToggleSizeBorderRadius, ButtonToggleSizeBorderSize, CardDarkColorSchemeErrorBackground, CardDarkColorSchemeErrorShadow, CardDarkColorSchemeErrorVerticalLine, CardDarkColorSchemeInfoBackground, CardDarkColorSchemeInfoShadow, CardDarkColorSchemeInfoVerticalLine, CardDarkColorSchemeSuccessBackground, CardDarkColorSchemeSuccessShadow, CardDarkColorSchemeSuccessVerticalLine, CardDarkColorSchemeWarningBackground, CardDarkColorSchemeWarningShadow, CardDarkColorSchemeWarningVerticalLine, CardLightColorSchemeErrorBackground, CardLightColorSchemeErrorShadow, CardLightColorSchemeErrorVerticalLine, CardLightColorSchemeInfoBackground, CardLightColorSchemeInfoShadow, CardLightColorSchemeInfoVerticalLine, CardLightColorSchemeSuccessBackground, CardLightColorSchemeSuccessShadow, CardLightColorSchemeSuccessVerticalLine, CardLightColorSchemeWarningBackground, CardLightColorSchemeWarningShadow, CardLightColorSchemeWarningVerticalLine, CardSizeVerticalLine, CheckboxDarkColorSchemeBorder, CheckboxDarkColorSchemeStatesCheckedBackground, CheckboxDarkColorSchemeStatesCheckedBorder, CheckboxDarkColorSchemeStatesFocusedBorder, CheckboxDarkColorSchemeStatesFocusedShadow, CheckboxFontDefault, CheckboxLightColorSchemeBorder, CheckboxLightColorSchemeStatesCheckedBackground, CheckboxLightColorSchemeStatesCheckedBorder, CheckboxLightColorSchemeStatesFocusedBorder, CheckboxLightColorSchemeStatesFocusedShadow, CheckboxSizeBorderWidth, CheckboxSizeLabelMargin, CheckboxSizeToggleBoxShadow, CheckboxSizeWidth, ColorBluePalette, ColorGreenPalette, ColorGreyPalette, ColorPurplePalette, ColorRedPalette, ColorTealPalette, ColorYellowPalette, DarkColorSchemeBackgroundBackground, DarkColorSchemeBackgroundBackgroundDisabled, DarkColorSchemeBackgroundBackgroundLessContrast, DarkColorSchemeBackgroundBackgroundUnder, DarkColorSchemeBackgroundOverlayActive, DarkColorSchemeBackgroundOverlayDisabled, DarkColorSchemeBackgroundOverlayHover, DarkColorSchemeErrorDefault, DarkColorSchemeErrorPalette, DarkColorSchemeForegroundBorder, DarkColorSchemeForegroundDivider, DarkColorSchemeForegroundIcon, DarkColorSchemeForegroundText, DarkColorSchemeForegroundTextDisabled, DarkColorSchemeForegroundTextError, DarkColorSchemeForegroundTextLessContrast, DarkColorSchemeForegroundTextSuccess, DarkColorSchemeInfoDefault, DarkColorSchemeInfoPalette, DarkColorSchemePrimaryDefault, DarkColorSchemePrimaryPalette, DarkColorSchemeSecondDefault, DarkColorSchemeSecondPalette, DarkColorSchemeStatesDisabledOpacity, DarkColorSchemeStatesFocusedColor, DarkColorSchemeStatesFocusedColorError, DarkColorSchemeStatesPressedShadow, DarkColorSchemeStatesSelectedColor, DarkColorSchemeSuccessDefault, DarkColorSchemeSuccessPalette, DarkColorSchemeWarningDefault, DarkColorSchemeWarningPalette, DatepickerBodyDarkColorSchemeStatesSelectedBackground, DatepickerBodyDarkColorSchemeStatesSelectedColor, DatepickerBodyFontLabel, DatepickerBodyFontToday, DatepickerBodyLightColorSchemeStatesSelectedBackground, DatepickerBodyLightColorSchemeStatesSelectedColor, DatepickerBodySizeCellBorderWidth, DatepickerBodySizeCellMargin, DatepickerBodySizeCellMinSize, DatepickerBodySizeCellPadding, DatepickerBodySizeLabelPaddings, DatepickerCalendarFontDefault, DatepickerCalendarFontHeader, DatepickerCalendarSizeDividerWidth, DatepickerCalendarSizeIconBorderWidth, DatepickerCalendarSizeIconNexIconTransform, DatepickerCalendarSizeIconPrevIconTransform, DatepickerCalendarSizePaddingBlocks, DatepickerCalendarSizePaddingBottom, DatepickerCalendarSizePaddingHorizontal, DatepickerCalendarSizePaddingTop, DatepickerInputSizeWidth, DatepickerToggleSizeHeight, DatepickerToggleSizeWidth, DescriptionListDarkColorSchemeDd, DescriptionListDarkColorSchemeDt, DescriptionListFontHorizontalDd, DescriptionListFontHorizontalDt, DescriptionListFontVerticalDd, DescriptionListFontVerticalDt, DescriptionListLightColorSchemeDd, DescriptionListLightColorSchemeDt, DescriptionListSizeDdGridColumn, DescriptionListSizeDtGridColumn, DescriptionListSizeGridTemplateColumns, DescriptionListSizeHorizontalColumnGap, DescriptionListSizeHorizontalRowGap, DescriptionListSizeVerticalColumnGap, DescriptionListSizeVerticalDdMarginBottom, DescriptionListSizeVerticalRowGap, DividerSizeInsetMargin, DividerSizeWidth, DropdownDividerSizeHeight, DropdownDividerSizeMargin, DropdownGroupHeaderFontDefault, DropdownGroupHeaderFontSmall, DropdownGroupHeaderSizeDefaultPadding, DropdownGroupHeaderSizeSmallPadding, DropdownItemFontCaption, DropdownItemFontDefault, DropdownItemSizeIconPadding, DropdownItemSizePadding, DropdownPanelSizeBorderRadius, DropdownPanelSizeBorderWidth, DropdownPanelSizeMaxWidth, DropdownPanelSizePadding, DropdownTriggerSizeButtonRightPadding, DropdownTriggerSizeRightIconPadding, ExtendedTooltipDarkColorSchemeBackground, ExtendedTooltipDarkColorSchemeBorder, ExtendedTooltipDarkColorSchemeShadow, ExtendedTooltipDarkColorSchemeText, ExtendedTooltipFontDefault, ExtendedTooltipHeaderDarkColorSchemeBackground, ExtendedTooltipHeaderDarkColorSchemeBorder, ExtendedTooltipHeaderDarkColorSchemeText, ExtendedTooltipHeaderFontDefault, ExtendedTooltipHeaderLightColorSchemeBackground, ExtendedTooltipHeaderLightColorSchemeBorder, ExtendedTooltipHeaderLightColorSchemeText, ExtendedTooltipHeaderSizeHeight, ExtendedTooltipHeaderSizePadding, ExtendedTooltipLightColorSchemeBackground, ExtendedTooltipLightColorSchemeBorder, ExtendedTooltipLightColorSchemeShadow, ExtendedTooltipLightColorSchemeText, ExtendedTooltipSizeArrowSize, ExtendedTooltipSizeBorderRadius, ExtendedTooltipSizeMaxHeight, ExtendedTooltipSizePadding, ExtendedTooltipSizeTriggerMargin, FontFamilyAccent, FontFamilyBase, FontFamilyMonospace, FormFieldDarkColorSchemeBackground, FormFieldDarkColorSchemeBorder, FormFieldDarkColorSchemeStatesHoverBorder, FormFieldDarkColorSchemeStatesInvalidBackground, FormFieldDarkColorSchemeStatesInvalidBorder, FormFieldFontDefault, FormFieldHintFontDefault, FormFieldHintSizeMarginTop, FormFieldLightColorSchemeBackground, FormFieldLightColorSchemeBorder, FormFieldLightColorSchemeStatesHoverBorder, FormFieldLightColorSchemeStatesInvalidBackground, FormFieldLightColorSchemeStatesInvalidBorder, FormFieldPasswordHintDarkColorSchemeIconColor, FormFieldPasswordHintDarkColorSchemeStatesInvalidIconColor, FormFieldPasswordHintDarkColorSchemeStatesInvalidTextColor, FormFieldPasswordHintDarkColorSchemeStatesValidIconColor, FormFieldPasswordHintDarkColorSchemeStatesValidTextColor, FormFieldPasswordHintDarkColorSchemeTextColor, FormFieldPasswordHintFontDefault, FormFieldPasswordHintLightColorSchemeIconColor, FormFieldPasswordHintLightColorSchemeStatesInvalidIconColor, FormFieldPasswordHintLightColorSchemeStatesInvalidTextColor, FormFieldPasswordHintLightColorSchemeStatesValidIconColor, FormFieldPasswordHintLightColorSchemeStatesValidTextColor, FormFieldPasswordHintLightColorSchemeTextColor, FormFieldPasswordHintSizeIconMargin, FormFieldPasswordHintSizeMarginTop, FormFieldSizeBorderRadius, FormFieldSizeBorderWidth, FormFieldSizeButtonWidth, FormFieldSizeHeight, FormsDarkColorSchemeLabel, FormsDarkColorSchemeLegend, FormsFontDefaultLabel, FormsFontDefaultLegend, FormsLightColorSchemeLabel, FormsLightColorSchemeLegend, FormsSizeHorizontalControlPaddingLeft, FormsSizeHorizontalLabelPaddingBottom, FormsSizeHorizontalLabelPaddingTop, FormsSizeHorizontalLegendMarginBottom, FormsSizeHorizontalLegendMarginTop, FormsSizeHorizontalRowMarginBottom, FormsSizeVerticalControlPaddingLeft, FormsSizeVerticalLabelPaddingBottom, FormsSizeVerticalLabelPaddingTop, FormsSizeVerticalLegendMarginBottom, FormsSizeVerticalLegendMarginTop, FormsSizeVerticalRowMarginBottom, IconButtonSizeHorizontalPadding, IconButtonSizeLeftIconPadding, IconDarkColorSchemeErrorDefault, IconDarkColorSchemeErrorStatesActive, IconDarkColorSchemeErrorStatesDisabled, IconDarkColorSchemeErrorStatesHover, IconDarkColorSchemeInfoDefault, IconDarkColorSchemeInfoStatesActive, IconDarkColorSchemeInfoStatesDisabled, IconDarkColorSchemeInfoStatesHover, IconDarkColorSchemePrimaryDefault, IconDarkColorSchemePrimaryStatesActive, IconDarkColorSchemePrimaryStatesDisabled, IconDarkColorSchemePrimaryStatesHover, IconDarkColorSchemeSecondaryDefault, IconDarkColorSchemeSecondaryStatesActive, IconDarkColorSchemeSecondaryStatesDisabled, IconDarkColorSchemeSecondaryStatesHover, IconDarkColorSchemeSuccessDefault, IconDarkColorSchemeSuccessStatesActive, IconDarkColorSchemeSuccessStatesDisabled, IconDarkColorSchemeSuccessStatesHover, IconDarkColorSchemeWarningDefault, IconDarkColorSchemeWarningStatesActive, IconDarkColorSchemeWarningStatesDisabled, IconDarkColorSchemeWarningStatesHover, IconLightColorSchemeErrorDefault, IconLightColorSchemeErrorStatesActive, IconLightColorSchemeErrorStatesDisabled, IconLightColorSchemeErrorStatesHover, IconLightColorSchemeInfoDefault, IconLightColorSchemeInfoStatesActive, IconLightColorSchemeInfoStatesDisabled, IconLightColorSchemeInfoStatesHover, IconLightColorSchemePrimaryDefault, IconLightColorSchemePrimaryStatesActive, IconLightColorSchemePrimaryStatesDisabled, IconLightColorSchemePrimaryStatesHover, IconLightColorSchemeSecondaryDefault, IconLightColorSchemeSecondaryStatesActive, IconLightColorSchemeSecondaryStatesDisabled, IconLightColorSchemeSecondaryStatesHover, IconLightColorSchemeSuccessDefault, IconLightColorSchemeSuccessStatesActive, IconLightColorSchemeSuccessStatesDisabled, IconLightColorSchemeSuccessStatesHover, IconLightColorSchemeWarningDefault, IconLightColorSchemeWarningStatesActive, IconLightColorSchemeWarningStatesDisabled, IconLightColorSchemeWarningStatesHover, InputFontDefault, InputFontMonospace, InputSizePadding, InputSizeWidth, LightColorSchemeBackgroundBackground, LightColorSchemeBackgroundBackgroundDisabled, LightColorSchemeBackgroundBackgroundLessContrast, LightColorSchemeBackgroundBackgroundUnder, LightColorSchemeBackgroundOverlayActive, LightColorSchemeBackgroundOverlayDisabled, LightColorSchemeBackgroundOverlayHover, LightColorSchemeErrorDefault, LightColorSchemeErrorPalette, LightColorSchemeForegroundBorder, LightColorSchemeForegroundDivider, LightColorSchemeForegroundIcon, LightColorSchemeForegroundText, LightColorSchemeForegroundTextDisabled, LightColorSchemeForegroundTextError, LightColorSchemeForegroundTextLessContrast, LightColorSchemeForegroundTextSuccess, LightColorSchemeInfoDefault, LightColorSchemeInfoPalette, LightColorSchemePrimaryDefault, LightColorSchemePrimaryPalette, LightColorSchemeSecondDefault, LightColorSchemeSecondPalette, LightColorSchemeStatesDisabledOpacity, LightColorSchemeStatesFocusedColor, LightColorSchemeStatesFocusedColorError, LightColorSchemeStatesPressedShadow, LightColorSchemeStatesSelectedColor, LightColorSchemeSuccessDefault, LightColorSchemeSuccessPalette, LightColorSchemeWarningDefault, LightColorSchemeWarningPalette, LinkDarkColorSchemeBorderBottom, LinkDarkColorSchemeStateActive, LinkDarkColorSchemeStateFocusedOutline, LinkDarkColorSchemeStateHoverBorderBottom, LinkDarkColorSchemeStateHoverText, LinkDarkColorSchemeStateVisitedBorderBottom, LinkDarkColorSchemeStateVisitedText, LinkDarkColorSchemeText, LinkFontDefault, LinkLightColorSchemeBorderBottom, LinkLightColorSchemeStateActive, LinkLightColorSchemeStateFocusedOutline, LinkLightColorSchemeStateHoverBorderBottom, LinkLightColorSchemeStateHoverText, LinkLightColorSchemeStateVisitedBorderBottom, LinkLightColorSchemeStateVisitedText, LinkLightColorSchemeText, LinkSizeIconMargin, LinkSizeStateFocusedOutlineOffset, LinkSizeStateFocusedOutlineWidth, ListFontItem, ListSizeHorizontalPadding, ListSizeIconRightMargin, ListSizeItemHeight, ModalBodyFontDefault, ModalBodySizeMaxHeight, ModalBodySizePadding, ModalConfirmSizePadding, ModalDarkColorSchemeBackgroundMask, ModalDarkColorSchemeBodyBottomShadow, ModalDarkColorSchemeBodyTopShadow, ModalDarkColorSchemeShadow, ModalFooterDarkColorSchemeBorder, ModalFooterLightColorSchemeBorder, ModalFooterSizeBorderRadius, ModalFooterSizeHeight, ModalFooterSizePadding, ModalHeaderDarkColorSchemeBorder, ModalHeaderFontDefault, ModalHeaderLightColorSchemeBorder, ModalHeaderSizeBorderRadius, ModalHeaderSizeHeight, ModalHeaderSizePadding, ModalLightColorSchemeBackgroundMask, ModalLightColorSchemeBodyBottomShadow, ModalLightColorSchemeBodyTopShadow, ModalLightColorSchemeShadow, ModalSizeBorderRadius, ModalSizeBorderWidth, ModalSizeCloseWidth, ModalSizeLarge, ModalSizeNormal, ModalSizeSmall, ModalSizeTop, NavbarBrandFontTitle, NavbarBrandSizeMarginRight, NavbarBrandSizePadding, NavbarDarkColorSchemeBackground, NavbarDarkColorSchemeDividerBackground, NavbarFontTitle, NavbarItemDarkColorSchemeIcon, NavbarItemDarkColorSchemeStatesActive, NavbarItemDarkColorSchemeStatesDisabledOpacity, NavbarItemDarkColorSchemeStatesHover, NavbarItemDarkColorSchemeStatesProgress, NavbarItemDarkColorSchemeStatesSelected, NavbarItemDarkColorSchemeText, NavbarItemLightColorSchemeIcon, NavbarItemLightColorSchemeStatesActive, NavbarItemLightColorSchemeStatesDisabledOpacity, NavbarItemLightColorSchemeStatesHover, NavbarItemLightColorSchemeStatesProgress, NavbarItemLightColorSchemeStatesSelected, NavbarItemLightColorSchemeText, NavbarItemSizeHeight, NavbarItemSizeHeightVertical, NavbarItemSizePadding, NavbarLightColorSchemeBackground, NavbarLightColorSchemeDividerBackground, NavbarSizeIconMargin, NavbarSizeRightIconMargin, OptgroupFontDefault, OptgroupSizePaddingLeft, OptionFontDefault, OptionSizeBorderWidth, OptionSizeHeight, OptionSizeHorizontalPadding, PaletteBlue100, PaletteBlue1000, PaletteBlue200, PaletteBlue300, PaletteBlue40, PaletteBlue400, PaletteBlue500, PaletteBlue560, PaletteBlue60, PaletteBlue600, PaletteBlue700, PaletteBlue800, PaletteBlue900, PaletteBlueA100, PaletteBlueA200, PaletteBlueContrast100, PaletteBlueContrast200, PaletteBlueContrast300, PaletteBlueContrast40, PaletteBlueContrast400, PaletteBlueContrast500, PaletteBlueContrast560, PaletteBlueContrast60, PaletteBlueContrast600, PaletteBlueContrast700, PaletteBlueContrast800, PaletteBlueContrastA100, PaletteBlueContrastA200, PaletteGreen100, PaletteGreen1000, PaletteGreen200, PaletteGreen300, PaletteGreen40, PaletteGreen400, PaletteGreen500, PaletteGreen560, PaletteGreen60, PaletteGreen600, PaletteGreen700, PaletteGreen800, PaletteGreen900, PaletteGreenA100, PaletteGreenContrast100, PaletteGreenContrast200, PaletteGreenContrast300, PaletteGreenContrast40, PaletteGreenContrast400, PaletteGreenContrast500, PaletteGreenContrast560, PaletteGreenContrast60, PaletteGreenContrast600, PaletteGreenContrast700, PaletteGreenContrast800, PaletteGreenContrastA100, PaletteGrey100, PaletteGrey1000, PaletteGrey200, PaletteGrey300, PaletteGrey40, PaletteGrey400, PaletteGrey500, PaletteGrey560, PaletteGrey60, PaletteGrey600, PaletteGrey700, PaletteGrey800, PaletteGrey900, PaletteGreyA100, PaletteGreyA200, PaletteGreyA300, PaletteGreyA40, PaletteGreyA500, PaletteGreyA60, PaletteGreyContrast100, PaletteGreyContrast200, PaletteGreyContrast300, PaletteGreyContrast40, PaletteGreyContrast400, PaletteGreyContrast500, PaletteGreyContrast560, PaletteGreyContrast60, PaletteGreyContrast600, PaletteGreyContrast700, PaletteGreyContrast800, PalettePurple100, PalettePurple1000, PalettePurple200, PalettePurple300, PalettePurple40, PalettePurple400, PalettePurple500, PalettePurple560, PalettePurple60, PalettePurple600, PalettePurple700, PalettePurple800, PalettePurple900, PalettePurpleContrast100, PalettePurpleContrast200, PalettePurpleContrast300, PalettePurpleContrast40, PalettePurpleContrast400, PalettePurpleContrast500, PalettePurpleContrast560, PalettePurpleContrast60, PalettePurpleContrast600, PalettePurpleContrast700, PalettePurpleContrast800, PalettePurpleContrastA100, PalettePurpleContrastA200, PaletteRed100, PaletteRed1000, PaletteRed200, PaletteRed300, PaletteRed40, PaletteRed400, PaletteRed500, PaletteRed560, PaletteRed60, PaletteRed600, PaletteRed700, PaletteRed800, PaletteRed900, PaletteRedA100, PaletteRedContrast100, PaletteRedContrast200, PaletteRedContrast300, PaletteRedContrast40, PaletteRedContrast400, PaletteRedContrast500, PaletteRedContrast560, PaletteRedContrast60, PaletteRedContrast600, PaletteRedContrast700, PaletteRedContrast800, PaletteRedContrastA100, PaletteTeal100, PaletteTeal1000, PaletteTeal200, PaletteTeal300, PaletteTeal40, PaletteTeal400, PaletteTeal500, PaletteTeal560, PaletteTeal60, PaletteTeal600, PaletteTeal700, PaletteTeal800, PaletteTeal900, PaletteTealContrast100, PaletteTealContrast200, PaletteTealContrast300, PaletteTealContrast40, PaletteTealContrast400, PaletteTealContrast500, PaletteTealContrast560, PaletteTealContrast60, PaletteTealContrast600, PaletteTealContrast700, PaletteTealContrast800, PaletteTealContrastA100, PaletteTealContrastA200, PaletteYellow100, PaletteYellow1000, PaletteYellow200, PaletteYellow300, PaletteYellow40, PaletteYellow400, PaletteYellow500, PaletteYellow560, PaletteYellow60, PaletteYellow600, PaletteYellow700, PaletteYellow800, PaletteYellow900, PaletteYellowA100, PaletteYellowContrast100, PaletteYellowContrast200, PaletteYellowContrast300, PaletteYellowContrast40, PaletteYellowContrast400, PaletteYellowContrast500, PaletteYellowContrast560, PaletteYellowContrast60, PaletteYellowContrast600, PaletteYellowContrast700, PaletteYellowContrast800, PaletteYellowContrastA100, PopoverDarkColorSchemeBackground, PopoverDarkColorSchemeBorder, PopoverDarkColorSchemeShadow, PopoverDarkColorSchemeText, PopoverFontDefault, PopoverFooterDarkColorSchemeBackground, PopoverFooterDarkColorSchemeBorder, PopoverFooterFontDefault, PopoverFooterLightColorSchemeBackground, PopoverFooterLightColorSchemeBorder, PopoverFooterSizeHeight, PopoverFooterSizeMarginTop, PopoverFooterSizePadding, PopoverHeaderDarkColorSchemeBackground, PopoverHeaderDarkColorSchemeBorder, PopoverHeaderDarkColorSchemeText, PopoverHeaderFontDefault, PopoverHeaderLightColorSchemeBackground, PopoverHeaderLightColorSchemeBorder, PopoverHeaderLightColorSchemeText, PopoverHeaderSizeHeight, PopoverHeaderSizePadding, PopoverLightColorSchemeBackground, PopoverLightColorSchemeBorder, PopoverLightColorSchemeShadow, PopoverLightColorSchemeText, PopoverSizeArrowSize, PopoverSizeBorderRadius, PopoverSizeLargeWidth, PopoverSizeMaxHeight, PopoverSizeNormalWidth, PopoverSizePadding, PopoverSizeSmallWidth, PopoverSizeTriggerMargin, PopupDarkColorSchemeBackground, PopupDarkColorSchemeBorder, PopupDarkColorSchemeDivider, PopupDarkColorSchemeFooterBackground, PopupDarkColorSchemeShadow, PopupLightColorSchemeBackground, PopupLightColorSchemeBorder, PopupLightColorSchemeDivider, PopupLightColorSchemeFooterBackground, PopupLightColorSchemeShadow, ProgressBarDarkColorSchemeBackground, ProgressBarLightColorSchemeBackground, ProgressBarSizeHeight, ProgressSpinnerSizeSize, RadioDarkColorSchemeInnerCircleBorder, RadioDarkColorSchemeOuterCircleBorder, RadioDarkColorSchemeStatesCheckedInnerCircleBorder, RadioDarkColorSchemeStatesCheckedOuterCircleBorder, RadioDarkColorSchemeStatesFocusedInnerCircleShadow, RadioDarkColorSchemeStatesFocusedOuterCircleBorder, RadioDarkColorSchemeStatesFocusedOuterCircleShadow, RadioFontDefault, RadioLightColorSchemeInnerCircleBorder, RadioLightColorSchemeOuterCircleBorder, RadioLightColorSchemeStatesCheckedInnerCircleBorder, RadioLightColorSchemeStatesCheckedOuterCircleBorder, RadioLightColorSchemeStatesFocusedInnerCircleShadow, RadioLightColorSchemeStatesFocusedOuterCircleBorder, RadioLightColorSchemeStatesFocusedOuterCircleShadow, RadioSizeLabelMargin, RadioSizeSize, SelectFontDefault, SelectPanelFontDefault, SelectPanelSizeBorderRadius, SelectPanelSizeBorderWidth, SelectPanelSizeMaxHeight, SelectPanelSizeMaxWidth, SelectPanelSizeVerticalPadding, SelectSizeLeftPadding, SelectSizeLeftPaddingMultiple, SelectSizeRightPadding, SidepanelDarkColorSchemeBorder, SidepanelFontDefault, SidepanelFooterFontDefault, SidepanelFooterSizeHeight, SidepanelFooterSizePadding, SidepanelHeaderFontDefault, SidepanelHeaderSizeClosePadding, SidepanelHeaderSizeHeight, SidepanelHeaderSizePadding, SidepanelLightColorSchemeBorder, Size3xl, Size3xs, Size4xl, Size5xl, Size6xl, Size7xl, SizeL, SizeM, SizeS, SizeXl, SizeXs, SizeXxl, SizeXxs, TableFontBody, TableFontHeader, TableSizeBorderWidth, TableSizeRowPaddingHorizontal, TableSizeRowPaddingVertical, TabsDarkColorSchemeBorder, TabsDarkColorSchemeStateActiveMarkerColor, TabsDarkColorSchemeStateDisabledIcon, TabsDarkColorSchemeStateDisabledMarkerOpacity, TabsDarkColorSchemeStateDisabledText, TabsDarkColorSchemeStateEmptyIcon, TabsDarkColorSchemeStateEmptyText, TabsDarkColorSchemeStateHoverIcon, TabsDarkColorSchemeStateHoverText, TabsDarkColorSchemeStateNormalIcon, TabsDarkColorSchemeStateNormalText, TabsFontDefault, TabsLightColorSchemeBorder, TabsLightColorSchemeStateActiveMarkerColor, TabsLightColorSchemeStateDisabledIcon, TabsLightColorSchemeStateDisabledMarkerOpacity, TabsLightColorSchemeStateDisabledText, TabsLightColorSchemeStateEmptyIcon, TabsLightColorSchemeStateEmptyText, TabsLightColorSchemeStateHoverIcon, TabsLightColorSchemeStateHoverText, TabsLightColorSchemeStateNormalIcon, TabsLightColorSchemeStateNormalText, TabsSizeBorderRadius, TabsSizeBorderWidth, TabsSizeHeight, TabsSizeHighlightHeight, TabsSizeLabelIconMargin, TabsSizePaddingHorizontal, TagInputFontDefault, TagInputSizeHeight, TagInputSizeMargin, TagListSizePadding, TagsDarkColorSchemeErrorBackground, TagsDarkColorSchemeErrorBorder, TagsDarkColorSchemeErrorIcon, TagsDarkColorSchemeErrorStatesDisabledBackground, TagsDarkColorSchemeErrorStatesDisabledText, TagsDarkColorSchemeErrorStatesFocused, TagsDarkColorSchemeErrorStatesHoverIcon, TagsDarkColorSchemeErrorText, TagsDarkColorSchemePrimaryBackground, TagsDarkColorSchemePrimaryBorder, TagsDarkColorSchemePrimaryIcon, TagsDarkColorSchemePrimaryStatesDisabledBackground, TagsDarkColorSchemePrimaryStatesDisabledText, TagsDarkColorSchemePrimaryStatesFocused, TagsDarkColorSchemePrimaryStatesHoverIcon, TagsDarkColorSchemePrimaryText, TagsDarkColorSchemeSecondBackground, TagsDarkColorSchemeSecondBorder, TagsDarkColorSchemeSecondIcon, TagsDarkColorSchemeSecondStatesDisabledBackground, TagsDarkColorSchemeSecondStatesDisabledText, TagsDarkColorSchemeSecondStatesFocused, TagsDarkColorSchemeSecondStatesHoverIcon, TagsDarkColorSchemeSecondText, TagsFontCaps, TagsFontDefault, TagsFontMono, TagsLightColorSchemeErrorBackground, TagsLightColorSchemeErrorBorder, TagsLightColorSchemeErrorIcon, TagsLightColorSchemeErrorStatesDisabledBackground, TagsLightColorSchemeErrorStatesDisabledText, TagsLightColorSchemeErrorStatesFocused, TagsLightColorSchemeErrorStatesHoverIcon, TagsLightColorSchemeErrorText, TagsLightColorSchemePrimaryBackground, TagsLightColorSchemePrimaryBorder, TagsLightColorSchemePrimaryIcon, TagsLightColorSchemePrimaryStatesDisabledBackground, TagsLightColorSchemePrimaryStatesDisabledText, TagsLightColorSchemePrimaryStatesFocused, TagsLightColorSchemePrimaryStatesHoverIcon, TagsLightColorSchemePrimaryText, TagsLightColorSchemeSecondBackground, TagsLightColorSchemeSecondBorder, TagsLightColorSchemeSecondIcon, TagsLightColorSchemeSecondStatesDisabledBackground, TagsLightColorSchemeSecondStatesDisabledText, TagsLightColorSchemeSecondStatesFocused, TagsLightColorSchemeSecondStatesHoverIcon, TagsLightColorSchemeSecondText, TagsSizeBorderRadius, TagsSizeBorderWidth, TagsSizeHeight, TagsSizeIconPadding, TagsSizeMargin, TagsSizeTextMargin, TextareaFontDefault, TextareaFontMono, TextareaSizeMinHeight, TextareaSizePadding, TimepickerSizePaddingRight, ToggleDarkColorSchemeBackground, ToggleDarkColorSchemeBorder, ToggleDarkColorSchemeCircleBackground, ToggleDarkColorSchemeCircleBorder, ToggleDarkColorSchemeErrorCheckedBackground, ToggleDarkColorSchemeErrorCheckedBorderColor, ToggleDarkColorSchemePrimaryCheckedBackground, ToggleDarkColorSchemePrimaryCheckedBorderColor, ToggleDarkColorSchemeStatesFocusedShadow, ToggleFontDefault, ToggleLightColorSchemeBackground, ToggleLightColorSchemeBorder, ToggleLightColorSchemeCircleBackground, ToggleLightColorSchemeCircleBorder, ToggleLightColorSchemeErrorCheckedBackground, ToggleLightColorSchemeErrorCheckedBorderColor, ToggleLightColorSchemePrimaryCheckedBackground, ToggleLightColorSchemePrimaryCheckedBorderColor, ToggleLightColorSchemeStatesFocusedShadow, ToggleSizeBorderRadius, ToggleSizeHeight, ToggleSizeLabelMargin, ToggleSizeWidth, ToggleSmallFontDefault, ToggleSmallSizeBorderRadius, ToggleSmallSizeHeight, ToggleSmallSizeWidth, TooltipDarkColorSchemeBackground, TooltipDarkColorSchemeBorder, TooltipDarkColorSchemeShadow, TooltipDarkColorSchemeText, TooltipDarkColorSchemeWarningBackground, TooltipDarkColorSchemeWarningBorder, TooltipDarkColorSchemeWarningText, TooltipFontDefault, TooltipLightColorSchemeBackground, TooltipLightColorSchemeBorder, TooltipLightColorSchemeShadow, TooltipLightColorSchemeText, TooltipLightColorSchemeWarningBackground, TooltipLightColorSchemeWarningBorder, TooltipLightColorSchemeWarningText, TooltipSizeArrowSize, TooltipSizeBorderRadius, TooltipSizeBorderWidth, TooltipSizeMaxWidth, TooltipSizePadding, TooltipSizeTriggerMargin, TreeFontNode, TreeSizeIconPadding, TreeSizeNodeHeight, TreeSizePaddingLeft, TreeSizePaddingRight, TreeSizeTogglePadding, TypographyBodyCapsFontFamily, TypographyBodyCapsFontFeatureSettings, TypographyBodyCapsFontSize, TypographyBodyCapsFontWeight, TypographyBodyCapsLetterSpacing, TypographyBodyCapsLineHeight, TypographyBodyCapsTextTransform, TypographyBodyFontFamily, TypographyBodyFontFeatureSettings, TypographyBodyFontSize, TypographyBodyFontWeight, TypographyBodyLetterSpacing, TypographyBodyLineHeight, TypographyBodyMonoFontFamily, TypographyBodyMonoFontFeatureSettings, TypographyBodyMonoFontSize, TypographyBodyMonoFontWeight, TypographyBodyMonoLetterSpacing, TypographyBodyMonoLineHeight, TypographyBodyMonoTextTransform, TypographyBodyStrongFontFamily, TypographyBodyStrongFontFeatureSettings, TypographyBodyStrongFontSize, TypographyBodyStrongFontWeight, TypographyBodyStrongLetterSpacing, TypographyBodyStrongLineHeight, TypographyBodyStrongTextTransform, TypographyBodyTabularFontFamily, TypographyBodyTabularFontFeatureSettings, TypographyBodyTabularFontSize, TypographyBodyTabularFontWeight, TypographyBodyTabularLetterSpacing, TypographyBodyTabularLineHeight, TypographyBodyTabularTextTransform, TypographyBodyTextTransform, TypographyCaptionCapsFontFamily, TypographyCaptionCapsFontFeatureSettings, TypographyCaptionCapsFontSize, TypographyCaptionCapsFontWeight, TypographyCaptionCapsLetterSpacing, TypographyCaptionCapsLineHeight, TypographyCaptionCapsTextTransform, TypographyCaptionFontFamily, TypographyCaptionFontFeatureSettings, TypographyCaptionFontSize, TypographyCaptionFontWeight, TypographyCaptionLetterSpacing, TypographyCaptionLineHeight, TypographyCaptionMonoFontFamily, TypographyCaptionMonoFontFeatureSettings, TypographyCaptionMonoFontSize, TypographyCaptionMonoFontWeight, TypographyCaptionMonoLetterSpacing, TypographyCaptionMonoLineHeight, TypographyCaptionMonoTextTransform, TypographyCaptionTabularFontFamily, TypographyCaptionTabularFontFeatureSettings, TypographyCaptionTabularFontSize, TypographyCaptionTabularFontWeight, TypographyCaptionTabularLetterSpacing, TypographyCaptionTabularLineHeight, TypographyCaptionTabularTextTransform, TypographyCaptionTextTransform, TypographyDisplay1FontFamily, TypographyDisplay1FontFeatureSettings, TypographyDisplay1FontSize, TypographyDisplay1FontWeight, TypographyDisplay1LetterSpacing, TypographyDisplay1LineHeight, TypographyDisplay1TextTransform, TypographyDisplay2FontFamily, TypographyDisplay2FontFeatureSettings, TypographyDisplay2FontSize, TypographyDisplay2FontWeight, TypographyDisplay2LetterSpacing, TypographyDisplay2LineHeight, TypographyDisplay2TextTransform, TypographyDisplay3FontFamily, TypographyDisplay3FontFeatureSettings, TypographyDisplay3FontSize, TypographyDisplay3FontWeight, TypographyDisplay3LetterSpacing, TypographyDisplay3LineHeight, TypographyDisplay3TextTransform, TypographyExtraSmallTextCapsFontFamily, TypographyExtraSmallTextCapsFontFeatureSettings, TypographyExtraSmallTextCapsFontSize, TypographyExtraSmallTextCapsFontWeight, TypographyExtraSmallTextCapsLetterSpacing, TypographyExtraSmallTextCapsLineHeight, TypographyExtraSmallTextCapsTextTransform, TypographyExtraSmallTextFontFamily, TypographyExtraSmallTextFontFeatureSettings, TypographyExtraSmallTextFontSize, TypographyExtraSmallTextFontWeight, TypographyExtraSmallTextLetterSpacing, TypographyExtraSmallTextLineHeight, TypographyExtraSmallTextMonoFontFamily, TypographyExtraSmallTextMonoFontFeatureSettings, TypographyExtraSmallTextMonoFontSize, TypographyExtraSmallTextMonoFontWeight, TypographyExtraSmallTextMonoLetterSpacing, TypographyExtraSmallTextMonoLineHeight, TypographyExtraSmallTextMonoTextTransform, TypographyExtraSmallTextTextTransform, TypographyHeadlineFontFamily, TypographyHeadlineFontFeatureSettings, TypographyHeadlineFontSize, TypographyHeadlineFontWeight, TypographyHeadlineLetterSpacing, TypographyHeadlineLineHeight, TypographyHeadlineTextTransform, TypographySmallTextFontFamily, TypographySmallTextFontFeatureSettings, TypographySmallTextFontSize, TypographySmallTextFontWeight, TypographySmallTextLetterSpacing, TypographySmallTextLineHeight, TypographySmallTextTextTransform, TypographySubheadingFontFamily, TypographySubheadingFontFeatureSettings, TypographySubheadingFontSize, TypographySubheadingFontWeight, TypographySubheadingLetterSpacing, TypographySubheadingLineHeight, TypographySubheadingTextTransform, TypographyTitleFontFamily, TypographyTitleFontFeatureSettings, TypographyTitleFontSize, TypographyTitleFontWeight, TypographyTitleLetterSpacing, TypographyTitleLineHeight, TypographyTitleTextTransform, VerticalNavbarSizeIconMargin, VerticalNavbarSizeStatesCollapsedWidth, VerticalNavbarSizeStatesExpandedWidth, VerticalTabsDarkColorSchemeStateHoverBackground, VerticalTabsDarkColorSchemeStateHoverSelectedBackground, VerticalTabsDarkColorSchemeStateNormalBackground, VerticalTabsDarkColorSchemeStateSelectedBackground, VerticalTabsLightColorSchemeStateHoverBackground, VerticalTabsLightColorSchemeStateHoverSelectedBackground, VerticalTabsLightColorSchemeStateNormalBackground, VerticalTabsLightColorSchemeStateSelectedBackground, tokens as legacyTokens };
|
3222
3385
|
//# sourceMappingURL=ptsecurity-mosaic-design-tokens.mjs.map
|