@cloudscape-design/components-themeable 3.0.1343 → 3.0.1344
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/alert/styles.scss +9 -8
- package/lib/internal/scss/flashbar/styles.scss +4 -4
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/link/styles.scss +2 -2
- package/lib/internal/scss/progress-bar/styles.scss +20 -0
- package/lib/internal/template/action-card/styles.css.js +17 -17
- package/lib/internal/template/action-card/styles.scoped.css +113 -113
- package/lib/internal/template/action-card/styles.selectors.js +17 -17
- package/lib/internal/template/alert/styles.css.js +27 -27
- package/lib/internal/template/alert/styles.scoped.css +57 -56
- package/lib/internal/template/alert/styles.selectors.js +27 -27
- package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
- package/lib/internal/template/anchor-navigation/styles.scoped.css +28 -28
- package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
- package/lib/internal/template/annotation-context/annotation/styles.css.js +13 -13
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +26 -26
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +13 -13
- package/lib/internal/template/app-layout/drawer/styles.css.js +14 -14
- package/lib/internal/template/app-layout/drawer/styles.scoped.css +31 -31
- package/lib/internal/template/app-layout/drawer/styles.selectors.js +14 -14
- package/lib/internal/template/app-layout/mobile-toolbar/styles.css.js +8 -8
- package/lib/internal/template/app-layout/mobile-toolbar/styles.scoped.css +12 -12
- package/lib/internal/template/app-layout/mobile-toolbar/styles.selectors.js +8 -8
- package/lib/internal/template/app-layout/styles.css.js +12 -12
- package/lib/internal/template/app-layout/styles.scoped.css +15 -15
- package/lib/internal/template/app-layout/styles.selectors.js +12 -12
- package/lib/internal/template/app-layout/toggles/styles.css.js +2 -2
- package/lib/internal/template/app-layout/toggles/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/toggles/styles.selectors.js +2 -2
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +207 -207
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +113 -113
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +6 -6
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +10 -10
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +6 -6
- package/lib/internal/template/app-layout/visual-refresh-toolbar/notifications/styles.css.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh-toolbar/notifications/styles.scoped.css +4 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/notifications/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +30 -30
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +73 -73
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +30 -30
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +14 -14
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +45 -45
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +14 -14
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.css.js +6 -6
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.scoped.css +26 -26
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.selectors.js +6 -6
- package/lib/internal/template/area-chart/styles.css.js +6 -6
- package/lib/internal/template/area-chart/styles.scoped.css +10 -10
- package/lib/internal/template/area-chart/styles.selectors.js +6 -6
- package/lib/internal/template/attribute-editor/styles.css.js +15 -15
- package/lib/internal/template/attribute-editor/styles.scoped.css +33 -33
- package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
- package/lib/internal/template/badge/styles.css.js +10 -10
- package/lib/internal/template/badge/styles.scoped.css +17 -17
- package/lib/internal/template/badge/styles.selectors.js +10 -10
- package/lib/internal/template/box/styles.css.js +220 -220
- package/lib/internal/template/box/styles.scoped.css +309 -309
- package/lib/internal/template/box/styles.selectors.js +220 -220
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +34 -34
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
- package/lib/internal/template/breadcrumb-group/styles.css.js +14 -14
- package/lib/internal/template/breadcrumb-group/styles.scoped.css +33 -33
- package/lib/internal/template/breadcrumb-group/styles.selectors.js +14 -14
- package/lib/internal/template/button/styles.css.js +23 -23
- package/lib/internal/template/button/styles.scoped.css +134 -134
- package/lib/internal/template/button/styles.selectors.js +23 -23
- package/lib/internal/template/button-dropdown/category-elements/styles.css.js +18 -18
- package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +40 -40
- package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +18 -18
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +21 -21
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +57 -57
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +21 -21
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +7 -7
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
- package/lib/internal/template/button-dropdown/styles.css.js +23 -23
- package/lib/internal/template/button-dropdown/styles.scoped.css +35 -35
- package/lib/internal/template/button-dropdown/styles.selectors.js +23 -23
- package/lib/internal/template/button-group/styles.css.js +4 -4
- package/lib/internal/template/button-group/styles.scoped.css +6 -6
- package/lib/internal/template/button-group/styles.selectors.js +4 -4
- package/lib/internal/template/calendar/styles.css.js +21 -21
- package/lib/internal/template/calendar/styles.scoped.css +64 -64
- package/lib/internal/template/calendar/styles.selectors.js +21 -21
- package/lib/internal/template/cards/styles.css.js +38 -38
- package/lib/internal/template/cards/styles.scoped.css +42 -42
- package/lib/internal/template/cards/styles.selectors.js +38 -38
- package/lib/internal/template/checkbox/styles.css.js +3 -3
- package/lib/internal/template/checkbox/styles.scoped.css +7 -7
- package/lib/internal/template/checkbox/styles.selectors.js +3 -3
- package/lib/internal/template/code-editor/styles.css.js +33 -33
- package/lib/internal/template/code-editor/styles.scoped.css +226 -226
- package/lib/internal/template/code-editor/styles.selectors.js +33 -33
- package/lib/internal/template/collection-preferences/styles.css.js +38 -38
- package/lib/internal/template/collection-preferences/styles.scoped.css +47 -47
- package/lib/internal/template/collection-preferences/styles.selectors.js +38 -38
- package/lib/internal/template/column-layout/flexible-column-layout/styles.css.js +5 -5
- package/lib/internal/template/column-layout/flexible-column-layout/styles.scoped.css +9 -9
- package/lib/internal/template/column-layout/flexible-column-layout/styles.selectors.js +5 -5
- package/lib/internal/template/column-layout/styles.css.js +13 -13
- package/lib/internal/template/column-layout/styles.scoped.css +47 -47
- package/lib/internal/template/column-layout/styles.selectors.js +13 -13
- package/lib/internal/template/container/styles.css.js +33 -33
- package/lib/internal/template/container/styles.scoped.css +69 -69
- package/lib/internal/template/container/styles.selectors.js +33 -33
- package/lib/internal/template/content-layout/styles.css.js +14 -14
- package/lib/internal/template/content-layout/styles.scoped.css +19 -19
- package/lib/internal/template/content-layout/styles.selectors.js +14 -14
- package/lib/internal/template/date-picker/styles.css.js +7 -7
- package/lib/internal/template/date-picker/styles.scoped.css +11 -11
- package/lib/internal/template/date-picker/styles.selectors.js +7 -7
- package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +30 -30
- package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +79 -79
- package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +30 -30
- package/lib/internal/template/date-range-picker/styles.css.js +23 -23
- package/lib/internal/template/date-range-picker/styles.scoped.css +40 -40
- package/lib/internal/template/date-range-picker/styles.selectors.js +23 -23
- package/lib/internal/template/divider/styles.css.js +6 -6
- package/lib/internal/template/divider/styles.scoped.css +10 -10
- package/lib/internal/template/divider/styles.selectors.js +6 -6
- package/lib/internal/template/drawer/styles.css.js +29 -29
- package/lib/internal/template/drawer/styles.scoped.css +47 -47
- package/lib/internal/template/drawer/styles.selectors.js +29 -29
- package/lib/internal/template/dropdown/styles.css.js +20 -20
- package/lib/internal/template/dropdown/styles.scoped.css +43 -43
- package/lib/internal/template/dropdown/styles.selectors.js +20 -20
- package/lib/internal/template/expandable-section/styles.css.js +42 -42
- package/lib/internal/template/expandable-section/styles.scoped.css +101 -101
- package/lib/internal/template/expandable-section/styles.selectors.js +42 -42
- package/lib/internal/template/file-dropzone/styles.css.js +3 -3
- package/lib/internal/template/file-dropzone/styles.scoped.css +12 -12
- package/lib/internal/template/file-dropzone/styles.selectors.js +3 -3
- package/lib/internal/template/file-input/styles.css.js +5 -5
- package/lib/internal/template/file-input/styles.scoped.css +10 -10
- package/lib/internal/template/file-input/styles.selectors.js +5 -5
- package/lib/internal/template/file-token-group/styles.css.js +23 -23
- package/lib/internal/template/file-token-group/styles.scoped.css +51 -51
- package/lib/internal/template/file-token-group/styles.selectors.js +23 -23
- package/lib/internal/template/flashbar/flash.d.ts.map +1 -1
- package/lib/internal/template/flashbar/flash.js +6 -1
- package/lib/internal/template/flashbar/flash.js.map +1 -1
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +165 -165
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/form/styles.css.js +8 -8
- package/lib/internal/template/form/styles.scoped.css +9 -9
- package/lib/internal/template/form/styles.selectors.js +8 -8
- package/lib/internal/template/form-field/styles.css.js +24 -24
- package/lib/internal/template/form-field/styles.scoped.css +44 -44
- package/lib/internal/template/form-field/styles.selectors.js +24 -24
- package/lib/internal/template/grid/styles.css.js +53 -53
- package/lib/internal/template/grid/styles.scoped.css +55 -55
- package/lib/internal/template/grid/styles.selectors.js +53 -53
- package/lib/internal/template/header/styles.css.js +35 -35
- package/lib/internal/template/header/styles.scoped.css +59 -59
- package/lib/internal/template/header/styles.selectors.js +35 -35
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +83 -83
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/icon/styles.css.js +41 -41
- package/lib/internal/template/icon/styles.scoped.css +106 -106
- package/lib/internal/template/icon/styles.selectors.js +41 -41
- package/lib/internal/template/input/styles.css.js +28 -28
- package/lib/internal/template/input/styles.scoped.css +120 -120
- package/lib/internal/template/input/styles.selectors.js +28 -28
- package/lib/internal/template/internal/base-component/styles.scoped.css +2879 -2756
- package/lib/internal/template/internal/components/abstract-switch/styles.css.js +13 -13
- package/lib/internal/template/internal/components/abstract-switch/styles.scoped.css +23 -23
- package/lib/internal/template/internal/components/abstract-switch/styles.selectors.js +13 -13
- package/lib/internal/template/internal/components/button-trigger/styles.css.js +14 -14
- package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +63 -63
- package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +14 -14
- package/lib/internal/template/internal/components/cartesian-chart/styles.css.js +28 -28
- package/lib/internal/template/internal/components/cartesian-chart/styles.scoped.css +36 -36
- package/lib/internal/template/internal/components/cartesian-chart/styles.selectors.js +28 -28
- package/lib/internal/template/internal/components/chart-filter/styles.css.js +3 -3
- package/lib/internal/template/internal/components/chart-filter/styles.scoped.css +4 -4
- package/lib/internal/template/internal/components/chart-filter/styles.selectors.js +3 -3
- package/lib/internal/template/internal/components/chart-legend/styles.css.js +6 -6
- package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +16 -16
- package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
- package/lib/internal/template/internal/components/chart-plot/styles.css.js +5 -5
- package/lib/internal/template/internal/components/chart-plot/styles.scoped.css +6 -6
- package/lib/internal/template/internal/components/chart-plot/styles.selectors.js +5 -5
- package/lib/internal/template/internal/components/chart-popover/styles.css.js +3 -3
- package/lib/internal/template/internal/components/chart-popover/styles.scoped.css +6 -6
- package/lib/internal/template/internal/components/chart-popover/styles.selectors.js +3 -3
- package/lib/internal/template/internal/components/chart-series-details/styles.css.js +19 -19
- package/lib/internal/template/internal/components/chart-series-details/styles.scoped.css +37 -37
- package/lib/internal/template/internal/components/chart-series-details/styles.selectors.js +19 -19
- package/lib/internal/template/internal/components/chart-series-marker/styles.css.js +5 -5
- package/lib/internal/template/internal/components/chart-series-marker/styles.scoped.css +9 -9
- package/lib/internal/template/internal/components/chart-series-marker/styles.selectors.js +5 -5
- package/lib/internal/template/internal/components/chart-status-container/styles.css.js +2 -2
- package/lib/internal/template/internal/components/chart-status-container/styles.scoped.css +3 -3
- package/lib/internal/template/internal/components/chart-status-container/styles.selectors.js +2 -2
- package/lib/internal/template/internal/components/chart-wrapper/styles.css.js +9 -9
- package/lib/internal/template/internal/components/chart-wrapper/styles.scoped.css +10 -10
- package/lib/internal/template/internal/components/chart-wrapper/styles.selectors.js +9 -9
- package/lib/internal/template/internal/components/checkbox-icon/styles.css.js +9 -9
- package/lib/internal/template/internal/components/checkbox-icon/styles.scoped.css +17 -17
- package/lib/internal/template/internal/components/checkbox-icon/styles.selectors.js +9 -9
- package/lib/internal/template/internal/components/drag-handle/styles.css.js +14 -14
- package/lib/internal/template/internal/components/drag-handle/styles.scoped.css +24 -24
- package/lib/internal/template/internal/components/drag-handle/styles.selectors.js +14 -14
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +30 -30
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +50 -50
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +30 -30
- package/lib/internal/template/internal/components/dropdown-footer/styles.css.js +3 -3
- package/lib/internal/template/internal/components/dropdown-footer/styles.scoped.css +6 -6
- package/lib/internal/template/internal/components/dropdown-footer/styles.selectors.js +3 -3
- package/lib/internal/template/internal/components/dropdown-status/styles.css.js +2 -2
- package/lib/internal/template/internal/components/dropdown-status/styles.scoped.css +4 -4
- package/lib/internal/template/internal/components/dropdown-status/styles.selectors.js +2 -2
- package/lib/internal/template/internal/components/expand-toggle-button/styles.css.js +4 -4
- package/lib/internal/template/internal/components/expand-toggle-button/styles.scoped.css +18 -18
- package/lib/internal/template/internal/components/expand-toggle-button/styles.selectors.js +4 -4
- package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
- package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +19 -19
- package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/option/styles.css.js +17 -17
- package/lib/internal/template/internal/components/option/styles.scoped.css +37 -37
- package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
- package/lib/internal/template/internal/components/options-list/styles.css.js +3 -3
- package/lib/internal/template/internal/components/options-list/styles.scoped.css +4 -4
- package/lib/internal/template/internal/components/options-list/styles.selectors.js +3 -3
- package/lib/internal/template/internal/components/panel-resize-handle/styles.css.js +3 -3
- package/lib/internal/template/internal/components/panel-resize-handle/styles.scoped.css +8 -8
- package/lib/internal/template/internal/components/panel-resize-handle/styles.selectors.js +3 -3
- package/lib/internal/template/internal/components/radio-button/styles.css.js +7 -7
- package/lib/internal/template/internal/components/radio-button/styles.scoped.css +22 -22
- package/lib/internal/template/internal/components/radio-button/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/selectable-item/styles.css.js +22 -22
- package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +79 -79
- package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +22 -22
- package/lib/internal/template/internal/components/sortable-area/styles.css.js +8 -8
- package/lib/internal/template/internal/components/sortable-area/styles.scoped.css +20 -20
- package/lib/internal/template/internal/components/sortable-area/styles.selectors.js +8 -8
- package/lib/internal/template/internal/components/structured-item/styles.css.js +7 -7
- package/lib/internal/template/internal/components/structured-item/styles.scoped.css +10 -10
- package/lib/internal/template/internal/components/structured-item/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +30 -30
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +19 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +342 -323
- package/lib/internal/template/internal/generated/theming/index.cjs +926 -337
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +5 -5
- package/lib/internal/template/internal/generated/theming/index.d.ts +5 -5
- package/lib/internal/template/internal/generated/theming/index.js +926 -337
- package/lib/internal/template/item-card/styles.css.js +14 -14
- package/lib/internal/template/item-card/styles.scoped.css +58 -58
- package/lib/internal/template/item-card/styles.selectors.js +14 -14
- package/lib/internal/template/key-value-pairs/styles.css.js +8 -8
- package/lib/internal/template/key-value-pairs/styles.scoped.css +14 -14
- package/lib/internal/template/key-value-pairs/styles.selectors.js +8 -8
- package/lib/internal/template/link/styles.css.js +21 -21
- package/lib/internal/template/link/styles.scoped.css +116 -116
- package/lib/internal/template/link/styles.selectors.js +21 -21
- package/lib/internal/template/list/styles.css.js +5 -5
- package/lib/internal/template/list/styles.scoped.css +9 -9
- package/lib/internal/template/list/styles.selectors.js +5 -5
- package/lib/internal/template/modal/styles.css.js +31 -31
- package/lib/internal/template/modal/styles.scoped.css +54 -54
- package/lib/internal/template/modal/styles.selectors.js +31 -31
- package/lib/internal/template/multiselect/styles.css.js +5 -5
- package/lib/internal/template/multiselect/styles.scoped.css +7 -7
- package/lib/internal/template/multiselect/styles.selectors.js +5 -5
- package/lib/internal/template/pagination/styles.css.js +12 -12
- package/lib/internal/template/pagination/styles.scoped.css +47 -47
- package/lib/internal/template/pagination/styles.selectors.js +12 -12
- package/lib/internal/template/panel-layout/styles.css.js +7 -7
- package/lib/internal/template/panel-layout/styles.scoped.css +13 -13
- package/lib/internal/template/panel-layout/styles.selectors.js +7 -7
- package/lib/internal/template/pie-chart/styles.css.js +27 -27
- package/lib/internal/template/pie-chart/styles.scoped.css +53 -53
- package/lib/internal/template/pie-chart/styles.selectors.js +27 -27
- package/lib/internal/template/popover/styles.css.js +58 -58
- package/lib/internal/template/popover/styles.scoped.css +110 -110
- package/lib/internal/template/popover/styles.selectors.js +58 -58
- package/lib/internal/template/progress-bar/internal.d.ts.map +1 -1
- package/lib/internal/template/progress-bar/internal.js +1 -1
- package/lib/internal/template/progress-bar/internal.js.map +1 -1
- package/lib/internal/template/progress-bar/styles.css.js +19 -18
- package/lib/internal/template/progress-bar/styles.scoped.css +44 -32
- package/lib/internal/template/progress-bar/styles.selectors.js +19 -18
- package/lib/internal/template/prompt-input/styles.css.js +26 -26
- package/lib/internal/template/prompt-input/styles.scoped.css +102 -102
- package/lib/internal/template/prompt-input/styles.selectors.js +26 -26
- package/lib/internal/template/property-filter/filtering-token/styles.css.js +18 -18
- package/lib/internal/template/property-filter/filtering-token/styles.scoped.css +55 -55
- package/lib/internal/template/property-filter/filtering-token/styles.selectors.js +18 -18
- package/lib/internal/template/property-filter/styles.css.js +39 -39
- package/lib/internal/template/property-filter/styles.scoped.css +52 -52
- package/lib/internal/template/property-filter/styles.selectors.js +39 -39
- package/lib/internal/template/radio-button/styles.css.js +1 -1
- package/lib/internal/template/radio-button/styles.scoped.css +2 -2
- package/lib/internal/template/radio-button/styles.selectors.js +1 -1
- package/lib/internal/template/radio-group/styles.css.js +5 -5
- package/lib/internal/template/radio-group/styles.scoped.css +7 -7
- package/lib/internal/template/radio-group/styles.selectors.js +5 -5
- package/lib/internal/template/s3-resource-selector/s3-in-context/styles.css.js +7 -7
- package/lib/internal/template/s3-resource-selector/s3-in-context/styles.scoped.css +9 -9
- package/lib/internal/template/s3-resource-selector/s3-in-context/styles.selectors.js +7 -7
- package/lib/internal/template/s3-resource-selector/s3-modal/styles.css.js +3 -3
- package/lib/internal/template/s3-resource-selector/s3-modal/styles.scoped.css +4 -4
- package/lib/internal/template/s3-resource-selector/s3-modal/styles.selectors.js +3 -3
- package/lib/internal/template/segmented-control/styles.css.js +16 -16
- package/lib/internal/template/segmented-control/styles.scoped.css +46 -46
- package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
- package/lib/internal/template/select/parts/styles.css.js +21 -21
- package/lib/internal/template/select/parts/styles.scoped.css +28 -28
- package/lib/internal/template/select/parts/styles.selectors.js +21 -21
- package/lib/internal/template/select/styles.css.js +3 -3
- package/lib/internal/template/select/styles.scoped.css +4 -4
- package/lib/internal/template/select/styles.selectors.js +3 -3
- package/lib/internal/template/side-navigation/styles.css.js +50 -50
- package/lib/internal/template/side-navigation/styles.scoped.css +92 -92
- package/lib/internal/template/side-navigation/styles.selectors.js +50 -50
- package/lib/internal/template/skeleton/styles.css.js +15 -15
- package/lib/internal/template/skeleton/styles.scoped.css +27 -27
- package/lib/internal/template/skeleton/styles.selectors.js +15 -15
- package/lib/internal/template/slider/styles.css.js +26 -26
- package/lib/internal/template/slider/styles.scoped.css +154 -154
- package/lib/internal/template/slider/styles.selectors.js +26 -26
- package/lib/internal/template/spinner/styles.css.js +13 -13
- package/lib/internal/template/spinner/styles.scoped.css +21 -21
- package/lib/internal/template/spinner/styles.selectors.js +13 -13
- package/lib/internal/template/split-panel/icons/styles.css.js +22 -22
- package/lib/internal/template/split-panel/icons/styles.scoped.css +44 -44
- package/lib/internal/template/split-panel/icons/styles.selectors.js +22 -22
- package/lib/internal/template/split-panel/styles.css.js +38 -38
- package/lib/internal/template/split-panel/styles.scoped.css +68 -68
- package/lib/internal/template/split-panel/styles.selectors.js +38 -38
- package/lib/internal/template/status-indicator/styles.css.js +25 -25
- package/lib/internal/template/status-indicator/styles.scoped.css +70 -70
- package/lib/internal/template/status-indicator/styles.selectors.js +25 -25
- package/lib/internal/template/steps/styles.css.js +17 -17
- package/lib/internal/template/steps/styles.scoped.css +37 -37
- package/lib/internal/template/steps/styles.selectors.js +17 -17
- package/lib/internal/template/table/body-cell/styles.css.js +48 -48
- package/lib/internal/template/table/body-cell/styles.scoped.css +405 -405
- package/lib/internal/template/table/body-cell/styles.selectors.js +48 -48
- package/lib/internal/template/table/header-cell/styles.css.js +38 -38
- package/lib/internal/template/table/header-cell/styles.scoped.css +102 -102
- package/lib/internal/template/table/header-cell/styles.selectors.js +38 -38
- package/lib/internal/template/table/interfaces.d.ts +62 -45
- package/lib/internal/template/table/interfaces.d.ts.map +1 -1
- package/lib/internal/template/table/interfaces.js.map +1 -1
- package/lib/internal/template/table/internal.d.ts.map +1 -1
- package/lib/internal/template/table/internal.js +2 -2
- package/lib/internal/template/table/internal.js.map +1 -1
- package/lib/internal/template/table/resizer/styles.css.js +17 -17
- package/lib/internal/template/table/resizer/styles.scoped.css +33 -33
- package/lib/internal/template/table/resizer/styles.selectors.js +17 -17
- package/lib/internal/template/table/skeleton-rows.d.ts +2 -1
- package/lib/internal/template/table/skeleton-rows.d.ts.map +1 -1
- package/lib/internal/template/table/skeleton-rows.js +5 -2
- package/lib/internal/template/table/skeleton-rows.js.map +1 -1
- package/lib/internal/template/table/sticky-scrollbar/styles.css.js +6 -6
- package/lib/internal/template/table/sticky-scrollbar/styles.scoped.css +10 -10
- package/lib/internal/template/table/sticky-scrollbar/styles.selectors.js +6 -6
- package/lib/internal/template/table/styles.css.js +37 -37
- package/lib/internal/template/table/styles.scoped.css +52 -52
- package/lib/internal/template/table/styles.selectors.js +37 -37
- package/lib/internal/template/tabs/styles.css.js +30 -30
- package/lib/internal/template/tabs/styles.scoped.css +64 -64
- package/lib/internal/template/tabs/styles.selectors.js +30 -30
- package/lib/internal/template/tabs/tab-header-bar.d.ts.map +1 -1
- package/lib/internal/template/tabs/tab-header-bar.js +5 -0
- package/lib/internal/template/tabs/tab-header-bar.js.map +1 -1
- package/lib/internal/template/tag-editor/styles.css.js +3 -3
- package/lib/internal/template/tag-editor/styles.scoped.css +15 -15
- package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +71 -71
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/text-filter/styles.css.js +3 -3
- package/lib/internal/template/text-filter/styles.scoped.css +5 -5
- package/lib/internal/template/text-filter/styles.selectors.js +3 -3
- package/lib/internal/template/textarea/styles.css.js +9 -9
- package/lib/internal/template/textarea/styles.scoped.css +46 -46
- package/lib/internal/template/textarea/styles.selectors.js +9 -9
- package/lib/internal/template/tiles/styles.css.js +30 -30
- package/lib/internal/template/tiles/styles.scoped.css +90 -90
- package/lib/internal/template/tiles/styles.selectors.js +30 -30
- package/lib/internal/template/toggle/styles.css.js +10 -10
- package/lib/internal/template/toggle/styles.scoped.css +27 -27
- package/lib/internal/template/toggle/styles.selectors.js +10 -10
- package/lib/internal/template/toggle-button/styles.css.js +4 -4
- package/lib/internal/template/toggle-button/styles.scoped.css +12 -12
- package/lib/internal/template/toggle-button/styles.selectors.js +4 -4
- package/lib/internal/template/token/styles.css.js +14 -14
- package/lib/internal/template/token/styles.scoped.css +47 -47
- package/lib/internal/template/token/styles.selectors.js +14 -14
- package/lib/internal/template/token-group/styles.css.js +5 -5
- package/lib/internal/template/token-group/styles.scoped.css +5 -5
- package/lib/internal/template/token-group/styles.selectors.js +5 -5
- package/lib/internal/template/top-navigation/styles.css.js +47 -47
- package/lib/internal/template/top-navigation/styles.scoped.css +86 -86
- package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
- package/lib/internal/template/tree-view/styles.css.js +2 -2
- package/lib/internal/template/tree-view/styles.scoped.css +3 -3
- package/lib/internal/template/tree-view/styles.selectors.js +2 -2
- package/lib/internal/template/tree-view/tree-item/styles.css.js +10 -10
- package/lib/internal/template/tree-view/tree-item/styles.scoped.css +17 -17
- package/lib/internal/template/tree-view/tree-item/styles.selectors.js +10 -10
- package/lib/internal/template/tree-view/vertical-connector/styles.css.js +3 -3
- package/lib/internal/template/tree-view/vertical-connector/styles.scoped.css +4 -4
- package/lib/internal/template/tree-view/vertical-connector/styles.selectors.js +3 -3
- package/lib/internal/template/truncated-text/styles.css.js +1 -1
- package/lib/internal/template/truncated-text/styles.scoped.css +6 -6
- package/lib/internal/template/truncated-text/styles.selectors.js +1 -1
- package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
- package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +25 -25
- package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +35 -35
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
- package/lib/internal/template/tutorial-panel/styles.css.js +1 -1
- package/lib/internal/template/tutorial-panel/styles.scoped.css +7 -7
- package/lib/internal/template/tutorial-panel/styles.selectors.js +1 -1
- package/lib/internal/template/wizard/styles.css.js +30 -30
- package/lib/internal/template/wizard/styles.scoped.css +84 -84
- package/lib/internal/template/wizard/styles.selectors.js +30 -30
- package/package.json +1 -1
|
@@ -1923,6 +1923,14 @@ export var preset = {
|
|
|
1923
1923
|
"light": "{colorPrimary600}",
|
|
1924
1924
|
"dark": "{colorPrimary400}"
|
|
1925
1925
|
},
|
|
1926
|
+
"colorBackgroundProgressBarValueFlash": {
|
|
1927
|
+
"light": "{colorBackgroundProgressBarValueDefault}",
|
|
1928
|
+
"dark": "{colorBackgroundProgressBarValueDefault}"
|
|
1929
|
+
},
|
|
1930
|
+
"colorBackgroundProgressBarFlash": {
|
|
1931
|
+
"light": "{colorBackgroundProgressBarDefault}",
|
|
1932
|
+
"dark": "{colorBackgroundProgressBarDefault}"
|
|
1933
|
+
},
|
|
1926
1934
|
"colorBackgroundProgressBarDefault": {
|
|
1927
1935
|
"light": "{colorNeutral250}",
|
|
1928
1936
|
"dark": "{colorNeutral700}"
|
|
@@ -2011,6 +2019,22 @@ export var preset = {
|
|
|
2011
2019
|
"light": "{colorInfo50}",
|
|
2012
2020
|
"dark": "{colorInfo1000}"
|
|
2013
2021
|
},
|
|
2022
|
+
"colorBackgroundAlertError": {
|
|
2023
|
+
"light": "{colorBackgroundStatusError}",
|
|
2024
|
+
"dark": "{colorBackgroundStatusError}"
|
|
2025
|
+
},
|
|
2026
|
+
"colorBackgroundAlertInfo": {
|
|
2027
|
+
"light": "{colorBackgroundStatusInfo}",
|
|
2028
|
+
"dark": "{colorBackgroundStatusInfo}"
|
|
2029
|
+
},
|
|
2030
|
+
"colorBackgroundAlertSuccess": {
|
|
2031
|
+
"light": "{colorBackgroundStatusSuccess}",
|
|
2032
|
+
"dark": "{colorBackgroundStatusSuccess}"
|
|
2033
|
+
},
|
|
2034
|
+
"colorBackgroundAlertWarning": {
|
|
2035
|
+
"light": "{colorBackgroundStatusWarning}",
|
|
2036
|
+
"dark": "{colorBackgroundStatusWarning}"
|
|
2037
|
+
},
|
|
2014
2038
|
"colorBackgroundDialog": {
|
|
2015
2039
|
"light": "{colorBackgroundStatusInfo}",
|
|
2016
2040
|
"dark": "{colorBackgroundStatusInfo}"
|
|
@@ -2239,6 +2263,10 @@ export var preset = {
|
|
|
2239
2263
|
"light": "{colorNeutral350}",
|
|
2240
2264
|
"dark": "{colorNeutral650}"
|
|
2241
2265
|
},
|
|
2266
|
+
"colorBorderDividerNotification": {
|
|
2267
|
+
"light": "{colorBorderDividerDefault}",
|
|
2268
|
+
"dark": "{colorBorderDividerDefault}"
|
|
2269
|
+
},
|
|
2242
2270
|
"colorBorderDividerPanelBottom": {
|
|
2243
2271
|
"light": "{colorBorderDividerDefault}",
|
|
2244
2272
|
"dark": "{colorBorderDividerDefault}"
|
|
@@ -2787,6 +2815,10 @@ export var preset = {
|
|
|
2787
2815
|
"light": "{colorTextLinkHover}",
|
|
2788
2816
|
"dark": "{colorTextLinkHover}"
|
|
2789
2817
|
},
|
|
2818
|
+
"colorTextLinkInvertedDefault": {
|
|
2819
|
+
"light": "{colorTextNotificationDefault}",
|
|
2820
|
+
"dark": "{colorTextNotificationDefault}"
|
|
2821
|
+
},
|
|
2790
2822
|
"colorTextLinkInvertedHover": {
|
|
2791
2823
|
"light": "{colorWhite}",
|
|
2792
2824
|
"dark": "{colorWhite}"
|
|
@@ -2803,6 +2835,18 @@ export var preset = {
|
|
|
2803
2835
|
"light": "{colorNeutral100}",
|
|
2804
2836
|
"dark": "{colorNeutral100}"
|
|
2805
2837
|
},
|
|
2838
|
+
"colorTextAlertDefault": {
|
|
2839
|
+
"light": "{colorTextBodyDefault}",
|
|
2840
|
+
"dark": "{colorTextBodyDefault}"
|
|
2841
|
+
},
|
|
2842
|
+
"colorTextNotificationLinkDefault": {
|
|
2843
|
+
"light": "{colorTextLinkDefault}",
|
|
2844
|
+
"dark": "{colorTextLinkDefault}"
|
|
2845
|
+
},
|
|
2846
|
+
"colorTextNotificationLinkHover": {
|
|
2847
|
+
"light": "{colorTextLinkHover}",
|
|
2848
|
+
"dark": "{colorTextLinkHover}"
|
|
2849
|
+
},
|
|
2806
2850
|
"colorTextNotificationStackBar": {
|
|
2807
2851
|
"light": "{colorWhite}",
|
|
2808
2852
|
"dark": "{colorWhite}"
|
|
@@ -2835,6 +2879,38 @@ export var preset = {
|
|
|
2835
2879
|
"light": "{colorNeutral600}",
|
|
2836
2880
|
"dark": "{colorNeutral450}"
|
|
2837
2881
|
},
|
|
2882
|
+
"colorTextFlashbarIconError": {
|
|
2883
|
+
"light": "{colorTextStatusError}",
|
|
2884
|
+
"dark": "{colorTextStatusError}"
|
|
2885
|
+
},
|
|
2886
|
+
"colorTextFlashbarIconInfo": {
|
|
2887
|
+
"light": "{colorTextStatusInfo}",
|
|
2888
|
+
"dark": "{colorTextStatusInfo}"
|
|
2889
|
+
},
|
|
2890
|
+
"colorTextFlashbarIconSuccess": {
|
|
2891
|
+
"light": "{colorTextStatusSuccess}",
|
|
2892
|
+
"dark": "{colorTextStatusSuccess}"
|
|
2893
|
+
},
|
|
2894
|
+
"colorTextFlashbarIconWarning": {
|
|
2895
|
+
"light": "{colorTextStatusWarning}",
|
|
2896
|
+
"dark": "{colorTextStatusWarning}"
|
|
2897
|
+
},
|
|
2898
|
+
"colorTextAlertIconError": {
|
|
2899
|
+
"light": "{colorTextStatusError}",
|
|
2900
|
+
"dark": "{colorTextStatusError}"
|
|
2901
|
+
},
|
|
2902
|
+
"colorTextAlertIconInfo": {
|
|
2903
|
+
"light": "{colorTextStatusInfo}",
|
|
2904
|
+
"dark": "{colorTextStatusInfo}"
|
|
2905
|
+
},
|
|
2906
|
+
"colorTextAlertIconSuccess": {
|
|
2907
|
+
"light": "{colorTextStatusSuccess}",
|
|
2908
|
+
"dark": "{colorTextStatusSuccess}"
|
|
2909
|
+
},
|
|
2910
|
+
"colorTextAlertIconWarning": {
|
|
2911
|
+
"light": "{colorTextStatusWarning}",
|
|
2912
|
+
"dark": "{colorTextStatusWarning}"
|
|
2913
|
+
},
|
|
2838
2914
|
"colorTextStatusError": {
|
|
2839
2915
|
"light": "{colorError600}",
|
|
2840
2916
|
"dark": "{colorError400}"
|
|
@@ -4931,6 +5007,14 @@ export var preset = {
|
|
|
4931
5007
|
"light": "{colorPrimary400}",
|
|
4932
5008
|
"dark": "{colorPrimary400}"
|
|
4933
5009
|
},
|
|
5010
|
+
"colorBackgroundProgressBarValueFlash": {
|
|
5011
|
+
"light": "{colorBackgroundProgressBarValueDefault}",
|
|
5012
|
+
"dark": "{colorBackgroundProgressBarValueDefault}"
|
|
5013
|
+
},
|
|
5014
|
+
"colorBackgroundProgressBarFlash": {
|
|
5015
|
+
"light": "{colorBackgroundProgressBarDefault}",
|
|
5016
|
+
"dark": "{colorBackgroundProgressBarDefault}"
|
|
5017
|
+
},
|
|
4934
5018
|
"colorBackgroundProgressBarDefault": {
|
|
4935
5019
|
"light": "{colorNeutral700}",
|
|
4936
5020
|
"dark": "{colorNeutral700}"
|
|
@@ -5019,6 +5103,22 @@ export var preset = {
|
|
|
5019
5103
|
"light": "{colorInfo1000}",
|
|
5020
5104
|
"dark": "{colorInfo1000}"
|
|
5021
5105
|
},
|
|
5106
|
+
"colorBackgroundAlertError": {
|
|
5107
|
+
"light": "{colorBackgroundStatusError}",
|
|
5108
|
+
"dark": "{colorBackgroundStatusError}"
|
|
5109
|
+
},
|
|
5110
|
+
"colorBackgroundAlertInfo": {
|
|
5111
|
+
"light": "{colorBackgroundStatusInfo}",
|
|
5112
|
+
"dark": "{colorBackgroundStatusInfo}"
|
|
5113
|
+
},
|
|
5114
|
+
"colorBackgroundAlertSuccess": {
|
|
5115
|
+
"light": "{colorBackgroundStatusSuccess}",
|
|
5116
|
+
"dark": "{colorBackgroundStatusSuccess}"
|
|
5117
|
+
},
|
|
5118
|
+
"colorBackgroundAlertWarning": {
|
|
5119
|
+
"light": "{colorBackgroundStatusWarning}",
|
|
5120
|
+
"dark": "{colorBackgroundStatusWarning}"
|
|
5121
|
+
},
|
|
5022
5122
|
"colorBackgroundDialog": {
|
|
5023
5123
|
"light": "{colorBackgroundStatusInfo}",
|
|
5024
5124
|
"dark": "{colorBackgroundStatusInfo}"
|
|
@@ -5247,6 +5347,10 @@ export var preset = {
|
|
|
5247
5347
|
"light": "{colorNeutral650}",
|
|
5248
5348
|
"dark": "{colorNeutral650}"
|
|
5249
5349
|
},
|
|
5350
|
+
"colorBorderDividerNotification": {
|
|
5351
|
+
"light": "{colorBorderDividerDefault}",
|
|
5352
|
+
"dark": "{colorBorderDividerDefault}"
|
|
5353
|
+
},
|
|
5250
5354
|
"colorBorderDividerPanelBottom": {
|
|
5251
5355
|
"light": "{colorBorderDividerDefault}",
|
|
5252
5356
|
"dark": "{colorBorderDividerDefault}"
|
|
@@ -5795,6 +5899,10 @@ export var preset = {
|
|
|
5795
5899
|
"light": "{colorTextLinkHover}",
|
|
5796
5900
|
"dark": "{colorTextLinkHover}"
|
|
5797
5901
|
},
|
|
5902
|
+
"colorTextLinkInvertedDefault": {
|
|
5903
|
+
"light": "{colorTextNotificationDefault}",
|
|
5904
|
+
"dark": "{colorTextNotificationDefault}"
|
|
5905
|
+
},
|
|
5798
5906
|
"colorTextLinkInvertedHover": {
|
|
5799
5907
|
"light": "{colorWhite}",
|
|
5800
5908
|
"dark": "{colorWhite}"
|
|
@@ -5811,6 +5919,18 @@ export var preset = {
|
|
|
5811
5919
|
"light": "{colorNeutral100}",
|
|
5812
5920
|
"dark": "{colorNeutral100}"
|
|
5813
5921
|
},
|
|
5922
|
+
"colorTextAlertDefault": {
|
|
5923
|
+
"light": "{colorTextBodyDefault}",
|
|
5924
|
+
"dark": "{colorTextBodyDefault}"
|
|
5925
|
+
},
|
|
5926
|
+
"colorTextNotificationLinkDefault": {
|
|
5927
|
+
"light": "{colorTextLinkDefault}",
|
|
5928
|
+
"dark": "{colorTextLinkDefault}"
|
|
5929
|
+
},
|
|
5930
|
+
"colorTextNotificationLinkHover": {
|
|
5931
|
+
"light": "{colorTextLinkHover}",
|
|
5932
|
+
"dark": "{colorTextLinkHover}"
|
|
5933
|
+
},
|
|
5814
5934
|
"colorTextNotificationStackBar": {
|
|
5815
5935
|
"light": "{colorWhite}",
|
|
5816
5936
|
"dark": "{colorWhite}"
|
|
@@ -5843,6 +5963,38 @@ export var preset = {
|
|
|
5843
5963
|
"light": "{colorNeutral450}",
|
|
5844
5964
|
"dark": "{colorNeutral450}"
|
|
5845
5965
|
},
|
|
5966
|
+
"colorTextFlashbarIconError": {
|
|
5967
|
+
"light": "{colorTextStatusError}",
|
|
5968
|
+
"dark": "{colorTextStatusError}"
|
|
5969
|
+
},
|
|
5970
|
+
"colorTextFlashbarIconInfo": {
|
|
5971
|
+
"light": "{colorTextStatusInfo}",
|
|
5972
|
+
"dark": "{colorTextStatusInfo}"
|
|
5973
|
+
},
|
|
5974
|
+
"colorTextFlashbarIconSuccess": {
|
|
5975
|
+
"light": "{colorTextStatusSuccess}",
|
|
5976
|
+
"dark": "{colorTextStatusSuccess}"
|
|
5977
|
+
},
|
|
5978
|
+
"colorTextFlashbarIconWarning": {
|
|
5979
|
+
"light": "{colorTextStatusWarning}",
|
|
5980
|
+
"dark": "{colorTextStatusWarning}"
|
|
5981
|
+
},
|
|
5982
|
+
"colorTextAlertIconError": {
|
|
5983
|
+
"light": "{colorTextStatusError}",
|
|
5984
|
+
"dark": "{colorTextStatusError}"
|
|
5985
|
+
},
|
|
5986
|
+
"colorTextAlertIconInfo": {
|
|
5987
|
+
"light": "{colorTextStatusInfo}",
|
|
5988
|
+
"dark": "{colorTextStatusInfo}"
|
|
5989
|
+
},
|
|
5990
|
+
"colorTextAlertIconSuccess": {
|
|
5991
|
+
"light": "{colorTextStatusSuccess}",
|
|
5992
|
+
"dark": "{colorTextStatusSuccess}"
|
|
5993
|
+
},
|
|
5994
|
+
"colorTextAlertIconWarning": {
|
|
5995
|
+
"light": "{colorTextStatusWarning}",
|
|
5996
|
+
"dark": "{colorTextStatusWarning}"
|
|
5997
|
+
},
|
|
5846
5998
|
"colorTextStatusError": {
|
|
5847
5999
|
"light": "{colorError400}",
|
|
5848
6000
|
"dark": "{colorError400}"
|
|
@@ -6751,6 +6903,14 @@ export var preset = {
|
|
|
6751
6903
|
"light": "{colorPrimary400}",
|
|
6752
6904
|
"dark": "{colorPrimary400}"
|
|
6753
6905
|
},
|
|
6906
|
+
"colorBackgroundProgressBarValueFlash": {
|
|
6907
|
+
"light": "{colorBackgroundProgressBarValueDefault}",
|
|
6908
|
+
"dark": "{colorBackgroundProgressBarValueDefault}"
|
|
6909
|
+
},
|
|
6910
|
+
"colorBackgroundProgressBarFlash": {
|
|
6911
|
+
"light": "{colorBackgroundProgressBarDefault}",
|
|
6912
|
+
"dark": "{colorBackgroundProgressBarDefault}"
|
|
6913
|
+
},
|
|
6754
6914
|
"colorBackgroundProgressBarDefault": {
|
|
6755
6915
|
"light": "{colorNeutral700}",
|
|
6756
6916
|
"dark": "{colorNeutral700}"
|
|
@@ -6839,6 +6999,22 @@ export var preset = {
|
|
|
6839
6999
|
"light": "{colorInfo1000}",
|
|
6840
7000
|
"dark": "{colorInfo1000}"
|
|
6841
7001
|
},
|
|
7002
|
+
"colorBackgroundAlertError": {
|
|
7003
|
+
"light": "{colorBackgroundStatusError}",
|
|
7004
|
+
"dark": "{colorBackgroundStatusError}"
|
|
7005
|
+
},
|
|
7006
|
+
"colorBackgroundAlertInfo": {
|
|
7007
|
+
"light": "{colorBackgroundStatusInfo}",
|
|
7008
|
+
"dark": "{colorBackgroundStatusInfo}"
|
|
7009
|
+
},
|
|
7010
|
+
"colorBackgroundAlertSuccess": {
|
|
7011
|
+
"light": "{colorBackgroundStatusSuccess}",
|
|
7012
|
+
"dark": "{colorBackgroundStatusSuccess}"
|
|
7013
|
+
},
|
|
7014
|
+
"colorBackgroundAlertWarning": {
|
|
7015
|
+
"light": "{colorBackgroundStatusWarning}",
|
|
7016
|
+
"dark": "{colorBackgroundStatusWarning}"
|
|
7017
|
+
},
|
|
6842
7018
|
"colorBackgroundDialog": {
|
|
6843
7019
|
"light": "{colorBackgroundStatusInfo}",
|
|
6844
7020
|
"dark": "{colorBackgroundStatusInfo}"
|
|
@@ -7067,6 +7243,10 @@ export var preset = {
|
|
|
7067
7243
|
"light": "{colorNeutral650}",
|
|
7068
7244
|
"dark": "{colorNeutral650}"
|
|
7069
7245
|
},
|
|
7246
|
+
"colorBorderDividerNotification": {
|
|
7247
|
+
"light": "{colorBorderDividerDefault}",
|
|
7248
|
+
"dark": "{colorBorderDividerDefault}"
|
|
7249
|
+
},
|
|
7070
7250
|
"colorBorderDividerPanelBottom": {
|
|
7071
7251
|
"light": "{colorBorderDividerDefault}",
|
|
7072
7252
|
"dark": "{colorBorderDividerDefault}"
|
|
@@ -7615,6 +7795,10 @@ export var preset = {
|
|
|
7615
7795
|
"light": "{colorTextLinkHover}",
|
|
7616
7796
|
"dark": "{colorTextLinkHover}"
|
|
7617
7797
|
},
|
|
7798
|
+
"colorTextLinkInvertedDefault": {
|
|
7799
|
+
"light": "{colorTextNotificationDefault}",
|
|
7800
|
+
"dark": "{colorTextNotificationDefault}"
|
|
7801
|
+
},
|
|
7618
7802
|
"colorTextLinkInvertedHover": {
|
|
7619
7803
|
"light": "{colorWhite}",
|
|
7620
7804
|
"dark": "{colorWhite}"
|
|
@@ -7631,6 +7815,18 @@ export var preset = {
|
|
|
7631
7815
|
"light": "{colorNeutral100}",
|
|
7632
7816
|
"dark": "{colorNeutral100}"
|
|
7633
7817
|
},
|
|
7818
|
+
"colorTextAlertDefault": {
|
|
7819
|
+
"light": "{colorTextBodyDefault}",
|
|
7820
|
+
"dark": "{colorTextBodyDefault}"
|
|
7821
|
+
},
|
|
7822
|
+
"colorTextNotificationLinkDefault": {
|
|
7823
|
+
"light": "{colorTextLinkDefault}",
|
|
7824
|
+
"dark": "{colorTextLinkDefault}"
|
|
7825
|
+
},
|
|
7826
|
+
"colorTextNotificationLinkHover": {
|
|
7827
|
+
"light": "{colorTextLinkHover}",
|
|
7828
|
+
"dark": "{colorTextLinkHover}"
|
|
7829
|
+
},
|
|
7634
7830
|
"colorTextNotificationStackBar": {
|
|
7635
7831
|
"light": "{colorWhite}",
|
|
7636
7832
|
"dark": "{colorWhite}"
|
|
@@ -7663,6 +7859,38 @@ export var preset = {
|
|
|
7663
7859
|
"light": "{colorNeutral450}",
|
|
7664
7860
|
"dark": "{colorNeutral450}"
|
|
7665
7861
|
},
|
|
7862
|
+
"colorTextFlashbarIconError": {
|
|
7863
|
+
"light": "{colorTextStatusError}",
|
|
7864
|
+
"dark": "{colorTextStatusError}"
|
|
7865
|
+
},
|
|
7866
|
+
"colorTextFlashbarIconInfo": {
|
|
7867
|
+
"light": "{colorTextStatusInfo}",
|
|
7868
|
+
"dark": "{colorTextStatusInfo}"
|
|
7869
|
+
},
|
|
7870
|
+
"colorTextFlashbarIconSuccess": {
|
|
7871
|
+
"light": "{colorTextStatusSuccess}",
|
|
7872
|
+
"dark": "{colorTextStatusSuccess}"
|
|
7873
|
+
},
|
|
7874
|
+
"colorTextFlashbarIconWarning": {
|
|
7875
|
+
"light": "{colorTextStatusWarning}",
|
|
7876
|
+
"dark": "{colorTextStatusWarning}"
|
|
7877
|
+
},
|
|
7878
|
+
"colorTextAlertIconError": {
|
|
7879
|
+
"light": "{colorTextStatusError}",
|
|
7880
|
+
"dark": "{colorTextStatusError}"
|
|
7881
|
+
},
|
|
7882
|
+
"colorTextAlertIconInfo": {
|
|
7883
|
+
"light": "{colorTextStatusInfo}",
|
|
7884
|
+
"dark": "{colorTextStatusInfo}"
|
|
7885
|
+
},
|
|
7886
|
+
"colorTextAlertIconSuccess": {
|
|
7887
|
+
"light": "{colorTextStatusSuccess}",
|
|
7888
|
+
"dark": "{colorTextStatusSuccess}"
|
|
7889
|
+
},
|
|
7890
|
+
"colorTextAlertIconWarning": {
|
|
7891
|
+
"light": "{colorTextStatusWarning}",
|
|
7892
|
+
"dark": "{colorTextStatusWarning}"
|
|
7893
|
+
},
|
|
7666
7894
|
"colorTextStatusError": {
|
|
7667
7895
|
"light": "{colorError400}",
|
|
7668
7896
|
"dark": "{colorError400}"
|
|
@@ -8131,9 +8359,19 @@ export var preset = {
|
|
|
8131
8359
|
},
|
|
8132
8360
|
"defaultMode": "dark"
|
|
8133
8361
|
},
|
|
8362
|
+
"app-layout-toolbar": {
|
|
8363
|
+
"id": "app-layout-toolbar",
|
|
8364
|
+
"selector": ".awsui-context-app-layout-toolbar",
|
|
8365
|
+
"tokens": {
|
|
8366
|
+
"colorBackgroundLayoutMain": {
|
|
8367
|
+
"light": "{colorNeutral50}",
|
|
8368
|
+
"dark": "{colorNeutral900}"
|
|
8369
|
+
}
|
|
8370
|
+
}
|
|
8371
|
+
},
|
|
8134
8372
|
"flashbar": {
|
|
8135
8373
|
"id": "flashbar",
|
|
8136
|
-
"selector": ".awsui-context-flashbar",
|
|
8374
|
+
"selector": ".awsui-context-flashbar:where(:not(.awsui-one-theme):not(.awsui-one-theme *))",
|
|
8137
8375
|
"tokens": {
|
|
8138
8376
|
"colorGreyOpaque10": {
|
|
8139
8377
|
"light": "rgba(0, 0, 0, 0.1)",
|
|
@@ -8499,6 +8737,14 @@ export var preset = {
|
|
|
8499
8737
|
"light": "{colorWhite}",
|
|
8500
8738
|
"dark": "{colorWhite}"
|
|
8501
8739
|
},
|
|
8740
|
+
"colorBackgroundProgressBarValueFlash": {
|
|
8741
|
+
"light": "{colorBackgroundProgressBarValueDefault}",
|
|
8742
|
+
"dark": "{colorBackgroundProgressBarValueDefault}"
|
|
8743
|
+
},
|
|
8744
|
+
"colorBackgroundProgressBarFlash": {
|
|
8745
|
+
"light": "{colorBackgroundProgressBarDefault}",
|
|
8746
|
+
"dark": "{colorBackgroundProgressBarDefault}"
|
|
8747
|
+
},
|
|
8502
8748
|
"colorBackgroundProgressBarDefault": {
|
|
8503
8749
|
"light": "{colorGreyOpaque25}",
|
|
8504
8750
|
"dark": "{colorGreyOpaque25}"
|
|
@@ -8587,6 +8833,22 @@ export var preset = {
|
|
|
8587
8833
|
"light": "{colorInfo50}",
|
|
8588
8834
|
"dark": "{colorInfo1000}"
|
|
8589
8835
|
},
|
|
8836
|
+
"colorBackgroundAlertError": {
|
|
8837
|
+
"light": "{colorBackgroundStatusError}",
|
|
8838
|
+
"dark": "{colorBackgroundStatusError}"
|
|
8839
|
+
},
|
|
8840
|
+
"colorBackgroundAlertInfo": {
|
|
8841
|
+
"light": "{colorBackgroundStatusInfo}",
|
|
8842
|
+
"dark": "{colorBackgroundStatusInfo}"
|
|
8843
|
+
},
|
|
8844
|
+
"colorBackgroundAlertSuccess": {
|
|
8845
|
+
"light": "{colorBackgroundStatusSuccess}",
|
|
8846
|
+
"dark": "{colorBackgroundStatusSuccess}"
|
|
8847
|
+
},
|
|
8848
|
+
"colorBackgroundAlertWarning": {
|
|
8849
|
+
"light": "{colorBackgroundStatusWarning}",
|
|
8850
|
+
"dark": "{colorBackgroundStatusWarning}"
|
|
8851
|
+
},
|
|
8590
8852
|
"colorBackgroundDialog": {
|
|
8591
8853
|
"light": "{colorBackgroundStatusInfo}",
|
|
8592
8854
|
"dark": "{colorBackgroundStatusInfo}"
|
|
@@ -8815,6 +9077,10 @@ export var preset = {
|
|
|
8815
9077
|
"light": "{colorNeutral100}",
|
|
8816
9078
|
"dark": "{colorNeutral100}"
|
|
8817
9079
|
},
|
|
9080
|
+
"colorBorderDividerNotification": {
|
|
9081
|
+
"light": "{colorBorderDividerDefault}",
|
|
9082
|
+
"dark": "{colorBorderDividerDefault}"
|
|
9083
|
+
},
|
|
8818
9084
|
"colorBorderDividerPanelBottom": {
|
|
8819
9085
|
"light": "{colorBorderDividerDefault}",
|
|
8820
9086
|
"dark": "{colorBorderDividerDefault}"
|
|
@@ -9363,6 +9629,10 @@ export var preset = {
|
|
|
9363
9629
|
"light": "{colorTextLinkHover}",
|
|
9364
9630
|
"dark": "{colorTextLinkHover}"
|
|
9365
9631
|
},
|
|
9632
|
+
"colorTextLinkInvertedDefault": {
|
|
9633
|
+
"light": "{colorTextNotificationDefault}",
|
|
9634
|
+
"dark": "{colorTextNotificationDefault}"
|
|
9635
|
+
},
|
|
9366
9636
|
"colorTextLinkInvertedHover": {
|
|
9367
9637
|
"light": "{colorWhite}",
|
|
9368
9638
|
"dark": "{colorWhite}"
|
|
@@ -9379,6 +9649,18 @@ export var preset = {
|
|
|
9379
9649
|
"light": "{colorNeutral100}",
|
|
9380
9650
|
"dark": "{colorNeutral100}"
|
|
9381
9651
|
},
|
|
9652
|
+
"colorTextAlertDefault": {
|
|
9653
|
+
"light": "{colorTextBodyDefault}",
|
|
9654
|
+
"dark": "{colorTextBodyDefault}"
|
|
9655
|
+
},
|
|
9656
|
+
"colorTextNotificationLinkDefault": {
|
|
9657
|
+
"light": "{colorTextLinkDefault}",
|
|
9658
|
+
"dark": "{colorTextLinkDefault}"
|
|
9659
|
+
},
|
|
9660
|
+
"colorTextNotificationLinkHover": {
|
|
9661
|
+
"light": "{colorTextLinkHover}",
|
|
9662
|
+
"dark": "{colorTextLinkHover}"
|
|
9663
|
+
},
|
|
9382
9664
|
"colorTextNotificationStackBar": {
|
|
9383
9665
|
"light": "{colorWhite}",
|
|
9384
9666
|
"dark": "{colorWhite}"
|
|
@@ -9411,6 +9693,38 @@ export var preset = {
|
|
|
9411
9693
|
"light": "{colorNeutral600}",
|
|
9412
9694
|
"dark": "{colorNeutral450}"
|
|
9413
9695
|
},
|
|
9696
|
+
"colorTextFlashbarIconError": {
|
|
9697
|
+
"light": "{colorTextStatusError}",
|
|
9698
|
+
"dark": "{colorTextStatusError}"
|
|
9699
|
+
},
|
|
9700
|
+
"colorTextFlashbarIconInfo": {
|
|
9701
|
+
"light": "{colorTextStatusInfo}",
|
|
9702
|
+
"dark": "{colorTextStatusInfo}"
|
|
9703
|
+
},
|
|
9704
|
+
"colorTextFlashbarIconSuccess": {
|
|
9705
|
+
"light": "{colorTextStatusSuccess}",
|
|
9706
|
+
"dark": "{colorTextStatusSuccess}"
|
|
9707
|
+
},
|
|
9708
|
+
"colorTextFlashbarIconWarning": {
|
|
9709
|
+
"light": "{colorTextStatusWarning}",
|
|
9710
|
+
"dark": "{colorTextStatusWarning}"
|
|
9711
|
+
},
|
|
9712
|
+
"colorTextAlertIconError": {
|
|
9713
|
+
"light": "{colorTextStatusError}",
|
|
9714
|
+
"dark": "{colorTextStatusError}"
|
|
9715
|
+
},
|
|
9716
|
+
"colorTextAlertIconInfo": {
|
|
9717
|
+
"light": "{colorTextStatusInfo}",
|
|
9718
|
+
"dark": "{colorTextStatusInfo}"
|
|
9719
|
+
},
|
|
9720
|
+
"colorTextAlertIconSuccess": {
|
|
9721
|
+
"light": "{colorTextStatusSuccess}",
|
|
9722
|
+
"dark": "{colorTextStatusSuccess}"
|
|
9723
|
+
},
|
|
9724
|
+
"colorTextAlertIconWarning": {
|
|
9725
|
+
"light": "{colorTextStatusWarning}",
|
|
9726
|
+
"dark": "{colorTextStatusWarning}"
|
|
9727
|
+
},
|
|
9414
9728
|
"colorTextStatusError": {
|
|
9415
9729
|
"light": "{colorTextNotificationDefault}",
|
|
9416
9730
|
"dark": "{colorTextNotificationDefault}"
|
|
@@ -9727,7 +10041,7 @@ export var preset = {
|
|
|
9727
10041
|
},
|
|
9728
10042
|
"flashbar-warning": {
|
|
9729
10043
|
"id": "flashbar-warning",
|
|
9730
|
-
"selector": ".awsui-context-flashbar-warning",
|
|
10044
|
+
"selector": ".awsui-context-flashbar-warning:where(:not(.awsui-one-theme):not(.awsui-one-theme *))",
|
|
9731
10045
|
"tokens": {
|
|
9732
10046
|
"colorGreyOpaque10": {
|
|
9733
10047
|
"light": "rgba(0, 0, 0, 0.1)",
|
|
@@ -10093,6 +10407,14 @@ export var preset = {
|
|
|
10093
10407
|
"light": "{colorNeutral950}",
|
|
10094
10408
|
"dark": "{colorNeutral950}"
|
|
10095
10409
|
},
|
|
10410
|
+
"colorBackgroundProgressBarValueFlash": {
|
|
10411
|
+
"light": "{colorBackgroundProgressBarValueDefault}",
|
|
10412
|
+
"dark": "{colorBackgroundProgressBarValueDefault}"
|
|
10413
|
+
},
|
|
10414
|
+
"colorBackgroundProgressBarFlash": {
|
|
10415
|
+
"light": "{colorBackgroundProgressBarDefault}",
|
|
10416
|
+
"dark": "{colorBackgroundProgressBarDefault}"
|
|
10417
|
+
},
|
|
10096
10418
|
"colorBackgroundProgressBarDefault": {
|
|
10097
10419
|
"light": "{colorGreyOpaque10}",
|
|
10098
10420
|
"dark": "{colorGreyOpaque10}"
|
|
@@ -10181,6 +10503,22 @@ export var preset = {
|
|
|
10181
10503
|
"light": "{colorInfo50}",
|
|
10182
10504
|
"dark": "{colorInfo1000}"
|
|
10183
10505
|
},
|
|
10506
|
+
"colorBackgroundAlertError": {
|
|
10507
|
+
"light": "{colorBackgroundStatusError}",
|
|
10508
|
+
"dark": "{colorBackgroundStatusError}"
|
|
10509
|
+
},
|
|
10510
|
+
"colorBackgroundAlertInfo": {
|
|
10511
|
+
"light": "{colorBackgroundStatusInfo}",
|
|
10512
|
+
"dark": "{colorBackgroundStatusInfo}"
|
|
10513
|
+
},
|
|
10514
|
+
"colorBackgroundAlertSuccess": {
|
|
10515
|
+
"light": "{colorBackgroundStatusSuccess}",
|
|
10516
|
+
"dark": "{colorBackgroundStatusSuccess}"
|
|
10517
|
+
},
|
|
10518
|
+
"colorBackgroundAlertWarning": {
|
|
10519
|
+
"light": "{colorBackgroundStatusWarning}",
|
|
10520
|
+
"dark": "{colorBackgroundStatusWarning}"
|
|
10521
|
+
},
|
|
10184
10522
|
"colorBackgroundDialog": {
|
|
10185
10523
|
"light": "{colorBackgroundStatusInfo}",
|
|
10186
10524
|
"dark": "{colorBackgroundStatusInfo}"
|
|
@@ -10409,6 +10747,10 @@ export var preset = {
|
|
|
10409
10747
|
"light": "{colorTextNotificationYellow}",
|
|
10410
10748
|
"dark": "{colorTextNotificationYellow}"
|
|
10411
10749
|
},
|
|
10750
|
+
"colorBorderDividerNotification": {
|
|
10751
|
+
"light": "{colorBorderDividerDefault}",
|
|
10752
|
+
"dark": "{colorBorderDividerDefault}"
|
|
10753
|
+
},
|
|
10412
10754
|
"colorBorderDividerPanelBottom": {
|
|
10413
10755
|
"light": "{colorBorderDividerDefault}",
|
|
10414
10756
|
"dark": "{colorBorderDividerDefault}"
|
|
@@ -10957,6 +11299,10 @@ export var preset = {
|
|
|
10957
11299
|
"light": "{colorTextLinkHover}",
|
|
10958
11300
|
"dark": "{colorTextLinkHover}"
|
|
10959
11301
|
},
|
|
11302
|
+
"colorTextLinkInvertedDefault": {
|
|
11303
|
+
"light": "{colorTextNotificationDefault}",
|
|
11304
|
+
"dark": "{colorTextNotificationDefault}"
|
|
11305
|
+
},
|
|
10960
11306
|
"colorTextLinkInvertedHover": {
|
|
10961
11307
|
"light": "{colorTextNotificationYellow}",
|
|
10962
11308
|
"dark": "{colorTextNotificationYellow}"
|
|
@@ -10973,6 +11319,18 @@ export var preset = {
|
|
|
10973
11319
|
"light": "{colorTextNotificationYellow}",
|
|
10974
11320
|
"dark": "{colorTextNotificationYellow}"
|
|
10975
11321
|
},
|
|
11322
|
+
"colorTextAlertDefault": {
|
|
11323
|
+
"light": "{colorTextBodyDefault}",
|
|
11324
|
+
"dark": "{colorTextBodyDefault}"
|
|
11325
|
+
},
|
|
11326
|
+
"colorTextNotificationLinkDefault": {
|
|
11327
|
+
"light": "{colorTextLinkDefault}",
|
|
11328
|
+
"dark": "{colorTextLinkDefault}"
|
|
11329
|
+
},
|
|
11330
|
+
"colorTextNotificationLinkHover": {
|
|
11331
|
+
"light": "{colorTextLinkHover}",
|
|
11332
|
+
"dark": "{colorTextLinkHover}"
|
|
11333
|
+
},
|
|
10976
11334
|
"colorTextNotificationStackBar": {
|
|
10977
11335
|
"light": "{colorWhite}",
|
|
10978
11336
|
"dark": "{colorWhite}"
|
|
@@ -11005,6 +11363,38 @@ export var preset = {
|
|
|
11005
11363
|
"light": "{colorNeutral600}",
|
|
11006
11364
|
"dark": "{colorNeutral450}"
|
|
11007
11365
|
},
|
|
11366
|
+
"colorTextFlashbarIconError": {
|
|
11367
|
+
"light": "{colorTextStatusError}",
|
|
11368
|
+
"dark": "{colorTextStatusError}"
|
|
11369
|
+
},
|
|
11370
|
+
"colorTextFlashbarIconInfo": {
|
|
11371
|
+
"light": "{colorTextStatusInfo}",
|
|
11372
|
+
"dark": "{colorTextStatusInfo}"
|
|
11373
|
+
},
|
|
11374
|
+
"colorTextFlashbarIconSuccess": {
|
|
11375
|
+
"light": "{colorTextStatusSuccess}",
|
|
11376
|
+
"dark": "{colorTextStatusSuccess}"
|
|
11377
|
+
},
|
|
11378
|
+
"colorTextFlashbarIconWarning": {
|
|
11379
|
+
"light": "{colorTextStatusWarning}",
|
|
11380
|
+
"dark": "{colorTextStatusWarning}"
|
|
11381
|
+
},
|
|
11382
|
+
"colorTextAlertIconError": {
|
|
11383
|
+
"light": "{colorTextStatusError}",
|
|
11384
|
+
"dark": "{colorTextStatusError}"
|
|
11385
|
+
},
|
|
11386
|
+
"colorTextAlertIconInfo": {
|
|
11387
|
+
"light": "{colorTextStatusInfo}",
|
|
11388
|
+
"dark": "{colorTextStatusInfo}"
|
|
11389
|
+
},
|
|
11390
|
+
"colorTextAlertIconSuccess": {
|
|
11391
|
+
"light": "{colorTextStatusSuccess}",
|
|
11392
|
+
"dark": "{colorTextStatusSuccess}"
|
|
11393
|
+
},
|
|
11394
|
+
"colorTextAlertIconWarning": {
|
|
11395
|
+
"light": "{colorTextStatusWarning}",
|
|
11396
|
+
"dark": "{colorTextStatusWarning}"
|
|
11397
|
+
},
|
|
11008
11398
|
"colorTextStatusError": {
|
|
11009
11399
|
"light": "{colorError600}",
|
|
11010
11400
|
"dark": "{colorError400}"
|
|
@@ -11321,7 +11711,7 @@ export var preset = {
|
|
|
11321
11711
|
},
|
|
11322
11712
|
"alert": {
|
|
11323
11713
|
"id": "alert",
|
|
11324
|
-
"selector": ".awsui-context-alert",
|
|
11714
|
+
"selector": ".awsui-context-alert:where(:not(.awsui-one-theme):not(.awsui-one-theme *))",
|
|
11325
11715
|
"tokens": {
|
|
11326
11716
|
"colorGreyOpaque10": {
|
|
11327
11717
|
"light": "rgba(0, 0, 0, 0.1)",
|
|
@@ -11687,6 +12077,14 @@ export var preset = {
|
|
|
11687
12077
|
"light": "{colorPrimary600}",
|
|
11688
12078
|
"dark": "{colorPrimary400}"
|
|
11689
12079
|
},
|
|
12080
|
+
"colorBackgroundProgressBarValueFlash": {
|
|
12081
|
+
"light": "{colorBackgroundProgressBarValueDefault}",
|
|
12082
|
+
"dark": "{colorBackgroundProgressBarValueDefault}"
|
|
12083
|
+
},
|
|
12084
|
+
"colorBackgroundProgressBarFlash": {
|
|
12085
|
+
"light": "{colorBackgroundProgressBarDefault}",
|
|
12086
|
+
"dark": "{colorBackgroundProgressBarDefault}"
|
|
12087
|
+
},
|
|
11690
12088
|
"colorBackgroundProgressBarDefault": {
|
|
11691
12089
|
"light": "{colorNeutral250}",
|
|
11692
12090
|
"dark": "{colorNeutral700}"
|
|
@@ -11775,6 +12173,22 @@ export var preset = {
|
|
|
11775
12173
|
"light": "{colorInfo50}",
|
|
11776
12174
|
"dark": "{colorInfo1000}"
|
|
11777
12175
|
},
|
|
12176
|
+
"colorBackgroundAlertError": {
|
|
12177
|
+
"light": "{colorBackgroundStatusError}",
|
|
12178
|
+
"dark": "{colorBackgroundStatusError}"
|
|
12179
|
+
},
|
|
12180
|
+
"colorBackgroundAlertInfo": {
|
|
12181
|
+
"light": "{colorBackgroundStatusInfo}",
|
|
12182
|
+
"dark": "{colorBackgroundStatusInfo}"
|
|
12183
|
+
},
|
|
12184
|
+
"colorBackgroundAlertSuccess": {
|
|
12185
|
+
"light": "{colorBackgroundStatusSuccess}",
|
|
12186
|
+
"dark": "{colorBackgroundStatusSuccess}"
|
|
12187
|
+
},
|
|
12188
|
+
"colorBackgroundAlertWarning": {
|
|
12189
|
+
"light": "{colorBackgroundStatusWarning}",
|
|
12190
|
+
"dark": "{colorBackgroundStatusWarning}"
|
|
12191
|
+
},
|
|
11778
12192
|
"colorBackgroundDialog": {
|
|
11779
12193
|
"light": "{colorBackgroundStatusInfo}",
|
|
11780
12194
|
"dark": "{colorBackgroundStatusInfo}"
|
|
@@ -12003,6 +12417,10 @@ export var preset = {
|
|
|
12003
12417
|
"light": "{colorTextButtonNormalDefault}",
|
|
12004
12418
|
"dark": "{colorTextButtonNormalDefault}"
|
|
12005
12419
|
},
|
|
12420
|
+
"colorBorderDividerNotification": {
|
|
12421
|
+
"light": "{colorBorderDividerDefault}",
|
|
12422
|
+
"dark": "{colorBorderDividerDefault}"
|
|
12423
|
+
},
|
|
12006
12424
|
"colorBorderDividerPanelBottom": {
|
|
12007
12425
|
"light": "{colorBorderDividerDefault}",
|
|
12008
12426
|
"dark": "{colorBorderDividerDefault}"
|
|
@@ -12551,6 +12969,10 @@ export var preset = {
|
|
|
12551
12969
|
"light": "{colorTextLinkHover}",
|
|
12552
12970
|
"dark": "{colorTextLinkHover}"
|
|
12553
12971
|
},
|
|
12972
|
+
"colorTextLinkInvertedDefault": {
|
|
12973
|
+
"light": "{colorTextNotificationDefault}",
|
|
12974
|
+
"dark": "{colorTextNotificationDefault}"
|
|
12975
|
+
},
|
|
12554
12976
|
"colorTextLinkInvertedHover": {
|
|
12555
12977
|
"light": "{colorWhite}",
|
|
12556
12978
|
"dark": "{colorWhite}"
|
|
@@ -12567,6 +12989,18 @@ export var preset = {
|
|
|
12567
12989
|
"light": "{colorNeutral100}",
|
|
12568
12990
|
"dark": "{colorNeutral100}"
|
|
12569
12991
|
},
|
|
12992
|
+
"colorTextAlertDefault": {
|
|
12993
|
+
"light": "{colorTextBodyDefault}",
|
|
12994
|
+
"dark": "{colorTextBodyDefault}"
|
|
12995
|
+
},
|
|
12996
|
+
"colorTextNotificationLinkDefault": {
|
|
12997
|
+
"light": "{colorTextLinkDefault}",
|
|
12998
|
+
"dark": "{colorTextLinkDefault}"
|
|
12999
|
+
},
|
|
13000
|
+
"colorTextNotificationLinkHover": {
|
|
13001
|
+
"light": "{colorTextLinkHover}",
|
|
13002
|
+
"dark": "{colorTextLinkHover}"
|
|
13003
|
+
},
|
|
12570
13004
|
"colorTextNotificationStackBar": {
|
|
12571
13005
|
"light": "{colorWhite}",
|
|
12572
13006
|
"dark": "{colorWhite}"
|
|
@@ -12599,6 +13033,38 @@ export var preset = {
|
|
|
12599
13033
|
"light": "{colorNeutral600}",
|
|
12600
13034
|
"dark": "{colorNeutral450}"
|
|
12601
13035
|
},
|
|
13036
|
+
"colorTextFlashbarIconError": {
|
|
13037
|
+
"light": "{colorTextStatusError}",
|
|
13038
|
+
"dark": "{colorTextStatusError}"
|
|
13039
|
+
},
|
|
13040
|
+
"colorTextFlashbarIconInfo": {
|
|
13041
|
+
"light": "{colorTextStatusInfo}",
|
|
13042
|
+
"dark": "{colorTextStatusInfo}"
|
|
13043
|
+
},
|
|
13044
|
+
"colorTextFlashbarIconSuccess": {
|
|
13045
|
+
"light": "{colorTextStatusSuccess}",
|
|
13046
|
+
"dark": "{colorTextStatusSuccess}"
|
|
13047
|
+
},
|
|
13048
|
+
"colorTextFlashbarIconWarning": {
|
|
13049
|
+
"light": "{colorTextStatusWarning}",
|
|
13050
|
+
"dark": "{colorTextStatusWarning}"
|
|
13051
|
+
},
|
|
13052
|
+
"colorTextAlertIconError": {
|
|
13053
|
+
"light": "{colorTextStatusError}",
|
|
13054
|
+
"dark": "{colorTextStatusError}"
|
|
13055
|
+
},
|
|
13056
|
+
"colorTextAlertIconInfo": {
|
|
13057
|
+
"light": "{colorTextStatusInfo}",
|
|
13058
|
+
"dark": "{colorTextStatusInfo}"
|
|
13059
|
+
},
|
|
13060
|
+
"colorTextAlertIconSuccess": {
|
|
13061
|
+
"light": "{colorTextStatusSuccess}",
|
|
13062
|
+
"dark": "{colorTextStatusSuccess}"
|
|
13063
|
+
},
|
|
13064
|
+
"colorTextAlertIconWarning": {
|
|
13065
|
+
"light": "{colorTextStatusWarning}",
|
|
13066
|
+
"dark": "{colorTextStatusWarning}"
|
|
13067
|
+
},
|
|
12602
13068
|
"colorTextStatusError": {
|
|
12603
13069
|
"light": "{colorError600}",
|
|
12604
13070
|
"dark": "{colorError400}"
|
|
@@ -12917,7 +13383,7 @@ export var preset = {
|
|
|
12917
13383
|
},
|
|
12918
13384
|
"alert-header": {
|
|
12919
13385
|
"id": "alert-header",
|
|
12920
|
-
"selector": ".awsui-context-content-header .awsui-context-alert",
|
|
13386
|
+
"selector": ".awsui-context-content-header .awsui-context-alert:where(:not(.awsui-one-theme):not(.awsui-one-theme *))",
|
|
12921
13387
|
"tokens": {
|
|
12922
13388
|
"colorGreyOpaque10": {
|
|
12923
13389
|
"light": "rgba(0, 0, 0, 0.1)",
|
|
@@ -13283,6 +13749,14 @@ export var preset = {
|
|
|
13283
13749
|
"light": "{colorPrimary400}",
|
|
13284
13750
|
"dark": "{colorPrimary400}"
|
|
13285
13751
|
},
|
|
13752
|
+
"colorBackgroundProgressBarValueFlash": {
|
|
13753
|
+
"light": "{colorBackgroundProgressBarValueDefault}",
|
|
13754
|
+
"dark": "{colorBackgroundProgressBarValueDefault}"
|
|
13755
|
+
},
|
|
13756
|
+
"colorBackgroundProgressBarFlash": {
|
|
13757
|
+
"light": "{colorBackgroundProgressBarDefault}",
|
|
13758
|
+
"dark": "{colorBackgroundProgressBarDefault}"
|
|
13759
|
+
},
|
|
13286
13760
|
"colorBackgroundProgressBarDefault": {
|
|
13287
13761
|
"light": "{colorNeutral700}",
|
|
13288
13762
|
"dark": "{colorNeutral700}"
|
|
@@ -13371,6 +13845,22 @@ export var preset = {
|
|
|
13371
13845
|
"light": "{colorInfo1000}",
|
|
13372
13846
|
"dark": "{colorInfo1000}"
|
|
13373
13847
|
},
|
|
13848
|
+
"colorBackgroundAlertError": {
|
|
13849
|
+
"light": "{colorBackgroundStatusError}",
|
|
13850
|
+
"dark": "{colorBackgroundStatusError}"
|
|
13851
|
+
},
|
|
13852
|
+
"colorBackgroundAlertInfo": {
|
|
13853
|
+
"light": "{colorBackgroundStatusInfo}",
|
|
13854
|
+
"dark": "{colorBackgroundStatusInfo}"
|
|
13855
|
+
},
|
|
13856
|
+
"colorBackgroundAlertSuccess": {
|
|
13857
|
+
"light": "{colorBackgroundStatusSuccess}",
|
|
13858
|
+
"dark": "{colorBackgroundStatusSuccess}"
|
|
13859
|
+
},
|
|
13860
|
+
"colorBackgroundAlertWarning": {
|
|
13861
|
+
"light": "{colorBackgroundStatusWarning}",
|
|
13862
|
+
"dark": "{colorBackgroundStatusWarning}"
|
|
13863
|
+
},
|
|
13374
13864
|
"colorBackgroundDialog": {
|
|
13375
13865
|
"light": "{colorBackgroundStatusInfo}",
|
|
13376
13866
|
"dark": "{colorBackgroundStatusInfo}"
|
|
@@ -13599,6 +14089,10 @@ export var preset = {
|
|
|
13599
14089
|
"light": "{colorTextButtonNormalDefault}",
|
|
13600
14090
|
"dark": "{colorTextButtonNormalDefault}"
|
|
13601
14091
|
},
|
|
14092
|
+
"colorBorderDividerNotification": {
|
|
14093
|
+
"light": "{colorBorderDividerDefault}",
|
|
14094
|
+
"dark": "{colorBorderDividerDefault}"
|
|
14095
|
+
},
|
|
13602
14096
|
"colorBorderDividerPanelBottom": {
|
|
13603
14097
|
"light": "{colorBorderDividerDefault}",
|
|
13604
14098
|
"dark": "{colorBorderDividerDefault}"
|
|
@@ -14147,6 +14641,10 @@ export var preset = {
|
|
|
14147
14641
|
"light": "{colorTextLinkHover}",
|
|
14148
14642
|
"dark": "{colorTextLinkHover}"
|
|
14149
14643
|
},
|
|
14644
|
+
"colorTextLinkInvertedDefault": {
|
|
14645
|
+
"light": "{colorTextNotificationDefault}",
|
|
14646
|
+
"dark": "{colorTextNotificationDefault}"
|
|
14647
|
+
},
|
|
14150
14648
|
"colorTextLinkInvertedHover": {
|
|
14151
14649
|
"light": "{colorWhite}",
|
|
14152
14650
|
"dark": "{colorWhite}"
|
|
@@ -14163,6 +14661,18 @@ export var preset = {
|
|
|
14163
14661
|
"light": "{colorNeutral100}",
|
|
14164
14662
|
"dark": "{colorNeutral100}"
|
|
14165
14663
|
},
|
|
14664
|
+
"colorTextAlertDefault": {
|
|
14665
|
+
"light": "{colorTextBodyDefault}",
|
|
14666
|
+
"dark": "{colorTextBodyDefault}"
|
|
14667
|
+
},
|
|
14668
|
+
"colorTextNotificationLinkDefault": {
|
|
14669
|
+
"light": "{colorTextLinkDefault}",
|
|
14670
|
+
"dark": "{colorTextLinkDefault}"
|
|
14671
|
+
},
|
|
14672
|
+
"colorTextNotificationLinkHover": {
|
|
14673
|
+
"light": "{colorTextLinkHover}",
|
|
14674
|
+
"dark": "{colorTextLinkHover}"
|
|
14675
|
+
},
|
|
14166
14676
|
"colorTextNotificationStackBar": {
|
|
14167
14677
|
"light": "{colorWhite}",
|
|
14168
14678
|
"dark": "{colorWhite}"
|
|
@@ -14195,6 +14705,38 @@ export var preset = {
|
|
|
14195
14705
|
"light": "{colorNeutral450}",
|
|
14196
14706
|
"dark": "{colorNeutral450}"
|
|
14197
14707
|
},
|
|
14708
|
+
"colorTextFlashbarIconError": {
|
|
14709
|
+
"light": "{colorTextStatusError}",
|
|
14710
|
+
"dark": "{colorTextStatusError}"
|
|
14711
|
+
},
|
|
14712
|
+
"colorTextFlashbarIconInfo": {
|
|
14713
|
+
"light": "{colorTextStatusInfo}",
|
|
14714
|
+
"dark": "{colorTextStatusInfo}"
|
|
14715
|
+
},
|
|
14716
|
+
"colorTextFlashbarIconSuccess": {
|
|
14717
|
+
"light": "{colorTextStatusSuccess}",
|
|
14718
|
+
"dark": "{colorTextStatusSuccess}"
|
|
14719
|
+
},
|
|
14720
|
+
"colorTextFlashbarIconWarning": {
|
|
14721
|
+
"light": "{colorTextStatusWarning}",
|
|
14722
|
+
"dark": "{colorTextStatusWarning}"
|
|
14723
|
+
},
|
|
14724
|
+
"colorTextAlertIconError": {
|
|
14725
|
+
"light": "{colorTextStatusError}",
|
|
14726
|
+
"dark": "{colorTextStatusError}"
|
|
14727
|
+
},
|
|
14728
|
+
"colorTextAlertIconInfo": {
|
|
14729
|
+
"light": "{colorTextStatusInfo}",
|
|
14730
|
+
"dark": "{colorTextStatusInfo}"
|
|
14731
|
+
},
|
|
14732
|
+
"colorTextAlertIconSuccess": {
|
|
14733
|
+
"light": "{colorTextStatusSuccess}",
|
|
14734
|
+
"dark": "{colorTextStatusSuccess}"
|
|
14735
|
+
},
|
|
14736
|
+
"colorTextAlertIconWarning": {
|
|
14737
|
+
"light": "{colorTextStatusWarning}",
|
|
14738
|
+
"dark": "{colorTextStatusWarning}"
|
|
14739
|
+
},
|
|
14198
14740
|
"colorTextStatusError": {
|
|
14199
14741
|
"light": "{colorError400}",
|
|
14200
14742
|
"dark": "{colorError400}"
|
|
@@ -14508,16 +15050,6 @@ export var preset = {
|
|
|
14508
15050
|
"dark": "#ffbb45"
|
|
14509
15051
|
}
|
|
14510
15052
|
}
|
|
14511
|
-
},
|
|
14512
|
-
"app-layout-toolbar": {
|
|
14513
|
-
"id": "app-layout-toolbar",
|
|
14514
|
-
"selector": ".awsui-context-app-layout-toolbar",
|
|
14515
|
-
"tokens": {
|
|
14516
|
-
"colorBackgroundLayoutMain": {
|
|
14517
|
-
"light": "{colorNeutral50}",
|
|
14518
|
-
"dark": "{colorNeutral900}"
|
|
14519
|
-
}
|
|
14520
|
-
}
|
|
14521
15053
|
}
|
|
14522
15054
|
},
|
|
14523
15055
|
"tokenModeMap": {
|
|
@@ -14992,6 +15524,8 @@ export var preset = {
|
|
|
14992
15524
|
"colorBackgroundNotificationStackBarHover": "color",
|
|
14993
15525
|
"colorBackgroundPopover": "color",
|
|
14994
15526
|
"colorBackgroundProgressBarValueDefault": "color",
|
|
15527
|
+
"colorBackgroundProgressBarValueFlash": "color",
|
|
15528
|
+
"colorBackgroundProgressBarFlash": "color",
|
|
14995
15529
|
"colorBackgroundProgressBarDefault": "color",
|
|
14996
15530
|
"colorBackgroundSegmentActive": "color",
|
|
14997
15531
|
"colorBackgroundSegmentDefault": "color",
|
|
@@ -15014,6 +15548,10 @@ export var preset = {
|
|
|
15014
15548
|
"colorBackgroundSliderRangeWarningActive": "color",
|
|
15015
15549
|
"colorBackgroundStatusError": "color",
|
|
15016
15550
|
"colorBackgroundStatusInfo": "color",
|
|
15551
|
+
"colorBackgroundAlertError": "color",
|
|
15552
|
+
"colorBackgroundAlertInfo": "color",
|
|
15553
|
+
"colorBackgroundAlertSuccess": "color",
|
|
15554
|
+
"colorBackgroundAlertWarning": "color",
|
|
15017
15555
|
"colorBackgroundDialog": "color",
|
|
15018
15556
|
"colorBackgroundStatusSuccess": "color",
|
|
15019
15557
|
"colorBackgroundStatusWarning": "color",
|
|
@@ -15071,6 +15609,7 @@ export var preset = {
|
|
|
15071
15609
|
"colorBorderControlDisabled": "color",
|
|
15072
15610
|
"colorBorderDividerActive": "color",
|
|
15073
15611
|
"colorBorderDividerDefault": "color",
|
|
15612
|
+
"colorBorderDividerNotification": "color",
|
|
15074
15613
|
"colorBorderDividerPanelBottom": "color",
|
|
15075
15614
|
"colorBorderDividerPanelSide": "color",
|
|
15076
15615
|
"colorBorderDividerSecondary": "color",
|
|
@@ -15208,10 +15747,14 @@ export var preset = {
|
|
|
15208
15747
|
"colorTextLinkSecondaryHover": "color",
|
|
15209
15748
|
"colorTextLinkInfoDefault": "color",
|
|
15210
15749
|
"colorTextLinkInfoHover": "color",
|
|
15750
|
+
"colorTextLinkInvertedDefault": "color",
|
|
15211
15751
|
"colorTextLinkInvertedHover": "color",
|
|
15212
15752
|
"colorTextLinkButtonUnderline": "color",
|
|
15213
15753
|
"colorTextLinkButtonUnderlineHover": "color",
|
|
15214
15754
|
"colorTextNotificationDefault": "color",
|
|
15755
|
+
"colorTextAlertDefault": "color",
|
|
15756
|
+
"colorTextNotificationLinkDefault": "color",
|
|
15757
|
+
"colorTextNotificationLinkHover": "color",
|
|
15215
15758
|
"colorTextNotificationStackBar": "color",
|
|
15216
15759
|
"colorTextNotificationYellow": "color",
|
|
15217
15760
|
"colorTextPaginationPageNumberActiveDisabled": "color",
|
|
@@ -15220,6 +15763,14 @@ export var preset = {
|
|
|
15220
15763
|
"colorTextSegmentDefault": "color",
|
|
15221
15764
|
"colorTextSegmentHover": "color",
|
|
15222
15765
|
"colorTextSmall": "color",
|
|
15766
|
+
"colorTextFlashbarIconError": "color",
|
|
15767
|
+
"colorTextFlashbarIconInfo": "color",
|
|
15768
|
+
"colorTextFlashbarIconSuccess": "color",
|
|
15769
|
+
"colorTextFlashbarIconWarning": "color",
|
|
15770
|
+
"colorTextAlertIconError": "color",
|
|
15771
|
+
"colorTextAlertIconInfo": "color",
|
|
15772
|
+
"colorTextAlertIconSuccess": "color",
|
|
15773
|
+
"colorTextAlertIconWarning": "color",
|
|
15223
15774
|
"colorTextStatusError": "color",
|
|
15224
15775
|
"colorTextStatusInactive": "color",
|
|
15225
15776
|
"colorTextStatusInfo": "color",
|
|
@@ -17276,6 +17827,8 @@ export var preset = {
|
|
|
17276
17827
|
"colorBackgroundNotificationStackBarHover": "color-background-notification-stack-bar-hover",
|
|
17277
17828
|
"colorBackgroundPopover": "color-background-popover",
|
|
17278
17829
|
"colorBackgroundProgressBarValueDefault": "color-background-progress-bar-value-default",
|
|
17830
|
+
"colorBackgroundProgressBarValueFlash": "color-background-progress-bar-value-flash",
|
|
17831
|
+
"colorBackgroundProgressBarFlash": "color-background-progress-bar-flash",
|
|
17279
17832
|
"colorBackgroundProgressBarDefault": "color-background-progress-bar-default",
|
|
17280
17833
|
"colorBackgroundSegmentActive": "color-background-segment-active",
|
|
17281
17834
|
"colorBackgroundSegmentDefault": "color-background-segment-default",
|
|
@@ -17298,6 +17851,10 @@ export var preset = {
|
|
|
17298
17851
|
"colorBackgroundSliderRangeWarningActive": "color-background-slider-range-warning-active",
|
|
17299
17852
|
"colorBackgroundStatusError": "color-background-status-error",
|
|
17300
17853
|
"colorBackgroundStatusInfo": "color-background-status-info",
|
|
17854
|
+
"colorBackgroundAlertError": "color-background-alert-error",
|
|
17855
|
+
"colorBackgroundAlertInfo": "color-background-alert-info",
|
|
17856
|
+
"colorBackgroundAlertSuccess": "color-background-alert-success",
|
|
17857
|
+
"colorBackgroundAlertWarning": "color-background-alert-warning",
|
|
17301
17858
|
"colorBackgroundDialog": "color-background-dialog",
|
|
17302
17859
|
"colorBackgroundStatusSuccess": "color-background-status-success",
|
|
17303
17860
|
"colorBackgroundStatusWarning": "color-background-status-warning",
|
|
@@ -17355,6 +17912,7 @@ export var preset = {
|
|
|
17355
17912
|
"colorBorderControlDisabled": "color-border-control-disabled",
|
|
17356
17913
|
"colorBorderDividerActive": "color-border-divider-active",
|
|
17357
17914
|
"colorBorderDividerDefault": "color-border-divider-default",
|
|
17915
|
+
"colorBorderDividerNotification": "color-border-divider-notification",
|
|
17358
17916
|
"colorBorderDividerPanelBottom": "color-border-divider-panel-bottom",
|
|
17359
17917
|
"colorBorderDividerPanelSide": "color-border-divider-panel-side",
|
|
17360
17918
|
"colorBorderDividerSecondary": "color-border-divider-secondary",
|
|
@@ -17492,10 +18050,14 @@ export var preset = {
|
|
|
17492
18050
|
"colorTextLinkSecondaryHover": "color-text-link-secondary-hover",
|
|
17493
18051
|
"colorTextLinkInfoDefault": "color-text-link-info-default",
|
|
17494
18052
|
"colorTextLinkInfoHover": "color-text-link-info-hover",
|
|
18053
|
+
"colorTextLinkInvertedDefault": "color-text-link-inverted-default",
|
|
17495
18054
|
"colorTextLinkInvertedHover": "color-text-link-inverted-hover",
|
|
17496
18055
|
"colorTextLinkButtonUnderline": "color-text-link-button-underline",
|
|
17497
18056
|
"colorTextLinkButtonUnderlineHover": "color-text-link-button-underline-hover",
|
|
17498
18057
|
"colorTextNotificationDefault": "color-text-notification-default",
|
|
18058
|
+
"colorTextAlertDefault": "color-text-alert-default",
|
|
18059
|
+
"colorTextNotificationLinkDefault": "color-text-notification-link-default",
|
|
18060
|
+
"colorTextNotificationLinkHover": "color-text-notification-link-hover",
|
|
17499
18061
|
"colorTextNotificationStackBar": "color-text-notification-stack-bar",
|
|
17500
18062
|
"colorTextNotificationYellow": "color-text-notification-yellow",
|
|
17501
18063
|
"colorTextPaginationPageNumberActiveDisabled": "color-text-pagination-page-number-active-disabled",
|
|
@@ -17504,6 +18066,14 @@ export var preset = {
|
|
|
17504
18066
|
"colorTextSegmentDefault": "color-text-segment-default",
|
|
17505
18067
|
"colorTextSegmentHover": "color-text-segment-hover",
|
|
17506
18068
|
"colorTextSmall": "color-text-small",
|
|
18069
|
+
"colorTextFlashbarIconError": "color-text-flashbar-icon-error",
|
|
18070
|
+
"colorTextFlashbarIconInfo": "color-text-flashbar-icon-info",
|
|
18071
|
+
"colorTextFlashbarIconSuccess": "color-text-flashbar-icon-success",
|
|
18072
|
+
"colorTextFlashbarIconWarning": "color-text-flashbar-icon-warning",
|
|
18073
|
+
"colorTextAlertIconError": "color-text-alert-icon-error",
|
|
18074
|
+
"colorTextAlertIconInfo": "color-text-alert-icon-info",
|
|
18075
|
+
"colorTextAlertIconSuccess": "color-text-alert-icon-success",
|
|
18076
|
+
"colorTextAlertIconWarning": "color-text-alert-icon-warning",
|
|
17507
18077
|
"colorTextStatusError": "color-text-status-error",
|
|
17508
18078
|
"colorTextStatusInactive": "color-text-status-inactive",
|
|
17509
18079
|
"colorTextStatusInfo": "color-text-status-info",
|
|
@@ -18312,82 +18882,82 @@ export var preset = {
|
|
|
18312
18882
|
"colorGreyOpaque25": "--color-grey-opaque-25-cjy3al",
|
|
18313
18883
|
"colorGreyOpaque40": "--color-grey-opaque-40-yj2cvz",
|
|
18314
18884
|
"colorGreyOpaque50": "--color-grey-opaque-50-dlm5ly",
|
|
18315
|
-
"colorGreyOpaque70": "--color-grey-opaque-70-
|
|
18885
|
+
"colorGreyOpaque70": "--color-grey-opaque-70-1cfyp2",
|
|
18316
18886
|
"colorGreyOpaque80": "--color-grey-opaque-80-1wrh9m",
|
|
18317
18887
|
"colorGreyOpaque90": "--color-grey-opaque-90-te8til",
|
|
18318
|
-
"colorGreyTransparent": "--color-grey-transparent-
|
|
18319
|
-
"colorGreyTransparentHeavy": "--color-grey-transparent-heavy-
|
|
18320
|
-
"colorGreyTransparentLight": "--color-grey-transparent-light-
|
|
18321
|
-
"colorBackgroundBadgeIcon": "--color-background-badge-icon-
|
|
18322
|
-
"colorBackgroundButtonLinkActive": "--color-background-button-link-active-
|
|
18888
|
+
"colorGreyTransparent": "--color-grey-transparent-ywq957",
|
|
18889
|
+
"colorGreyTransparentHeavy": "--color-grey-transparent-heavy-mmz2gv",
|
|
18890
|
+
"colorGreyTransparentLight": "--color-grey-transparent-light-49zw93",
|
|
18891
|
+
"colorBackgroundBadgeIcon": "--color-background-badge-icon-eprfkm",
|
|
18892
|
+
"colorBackgroundButtonLinkActive": "--color-background-button-link-active-qjigod",
|
|
18323
18893
|
"colorBackgroundButtonLinkDefault": "--color-background-button-link-default-o64utz",
|
|
18324
18894
|
"colorBackgroundButtonLinkDisabled": "--color-background-button-link-disabled-9xznu3",
|
|
18325
|
-
"colorBackgroundButtonLinkHover": "--color-background-button-link-hover-
|
|
18326
|
-
"colorBackgroundButtonNormalActive": "--color-background-button-normal-active-
|
|
18327
|
-
"colorBackgroundButtonNormalDefault": "--color-background-button-normal-default-
|
|
18328
|
-
"colorBackgroundButtonNormalDisabled": "--color-background-button-normal-disabled-
|
|
18329
|
-
"colorBackgroundButtonNormalHover": "--color-background-button-normal-hover-
|
|
18330
|
-
"colorBackgroundToggleButtonNormalPressed": "--color-background-toggle-button-normal-pressed-
|
|
18331
|
-
"colorBackgroundToggleButtonNormalDefault": "--color-background-toggle-button-normal-default-
|
|
18332
|
-
"colorBackgroundToggleButtonNormalHover": "--color-background-toggle-button-normal-hover-
|
|
18333
|
-
"colorBackgroundButtonPrimaryActive": "--color-background-button-primary-active-
|
|
18334
|
-
"colorBackgroundButtonPrimaryDefault": "--color-background-button-primary-default-
|
|
18335
|
-
"colorBackgroundButtonPrimaryDisabled": "--color-background-button-primary-disabled-
|
|
18336
|
-
"colorBackgroundButtonPrimaryHover": "--color-background-button-primary-hover-
|
|
18895
|
+
"colorBackgroundButtonLinkHover": "--color-background-button-link-hover-w58lm6",
|
|
18896
|
+
"colorBackgroundButtonNormalActive": "--color-background-button-normal-active-zqw8xz",
|
|
18897
|
+
"colorBackgroundButtonNormalDefault": "--color-background-button-normal-default-h5dyi3",
|
|
18898
|
+
"colorBackgroundButtonNormalDisabled": "--color-background-button-normal-disabled-3xb191",
|
|
18899
|
+
"colorBackgroundButtonNormalHover": "--color-background-button-normal-hover-trus5n",
|
|
18900
|
+
"colorBackgroundToggleButtonNormalPressed": "--color-background-toggle-button-normal-pressed-wu6ges",
|
|
18901
|
+
"colorBackgroundToggleButtonNormalDefault": "--color-background-toggle-button-normal-default-sbu4j1",
|
|
18902
|
+
"colorBackgroundToggleButtonNormalHover": "--color-background-toggle-button-normal-hover-ees410",
|
|
18903
|
+
"colorBackgroundButtonPrimaryActive": "--color-background-button-primary-active-mulwvt",
|
|
18904
|
+
"colorBackgroundButtonPrimaryDefault": "--color-background-button-primary-default-emr769",
|
|
18905
|
+
"colorBackgroundButtonPrimaryDisabled": "--color-background-button-primary-disabled-d1ggcl",
|
|
18906
|
+
"colorBackgroundButtonPrimaryHover": "--color-background-button-primary-hover-979qcq",
|
|
18337
18907
|
"colorBackgroundDirectionButtonActive": "--color-background-direction-button-active-lvo0dy",
|
|
18338
18908
|
"colorBackgroundDirectionButtonDefault": "--color-background-direction-button-default-bvhbsn",
|
|
18339
|
-
"colorBackgroundDirectionButtonDisabled": "--color-background-direction-button-disabled-
|
|
18909
|
+
"colorBackgroundDirectionButtonDisabled": "--color-background-direction-button-disabled-uad4xk",
|
|
18340
18910
|
"colorBackgroundDirectionButtonHover": "--color-background-direction-button-hover-74n5o1",
|
|
18341
18911
|
"colorTextDirectionButtonDefault": "--color-text-direction-button-default-p88lvb",
|
|
18342
|
-
"colorTextDirectionButtonDisabled": "--color-text-direction-button-disabled-
|
|
18343
|
-
"colorBackgroundCalendarCurrentDate": "--color-background-calendar-current-date-
|
|
18344
|
-
"colorBackgroundCellShaded": "--color-background-cell-shaded-
|
|
18345
|
-
"colorBackgroundCodeEditorGutterActiveLineDefault": "--color-background-code-editor-gutter-active-line-default-
|
|
18346
|
-
"colorBackgroundCodeEditorGutterActiveLineError": "--color-background-code-editor-gutter-active-line-error-
|
|
18347
|
-
"colorBackgroundCodeEditorGutterDefault": "--color-background-code-editor-gutter-default-
|
|
18348
|
-
"colorBackgroundCodeEditorLoading": "--color-background-code-editor-loading-
|
|
18349
|
-
"colorBackgroundCodeEditorPaneItemHover": "--color-background-code-editor-pane-item-hover-
|
|
18350
|
-
"colorBackgroundCodeEditorStatusBar": "--color-background-code-editor-status-bar-
|
|
18351
|
-
"colorBackgroundCard": "--color-background-card-
|
|
18352
|
-
"colorBackgroundItemCard": "--color-background-item-card-
|
|
18353
|
-
"colorBackgroundContainerContent": "--color-background-container-content-
|
|
18354
|
-
"colorBackgroundContainerHeader": "--color-background-container-header-
|
|
18355
|
-
"colorBackgroundControlChecked": "--color-background-control-checked-
|
|
18356
|
-
"colorBackgroundControlDefault": "--color-background-control-default-
|
|
18357
|
-
"colorBackgroundControlDisabled": "--color-background-control-disabled-
|
|
18358
|
-
"colorBackgroundDropdownItemDefault": "--color-background-dropdown-item-default-
|
|
18912
|
+
"colorTextDirectionButtonDisabled": "--color-text-direction-button-disabled-t86kvg",
|
|
18913
|
+
"colorBackgroundCalendarCurrentDate": "--color-background-calendar-current-date-2c5ip4",
|
|
18914
|
+
"colorBackgroundCellShaded": "--color-background-cell-shaded-c928js",
|
|
18915
|
+
"colorBackgroundCodeEditorGutterActiveLineDefault": "--color-background-code-editor-gutter-active-line-default-eesbr6",
|
|
18916
|
+
"colorBackgroundCodeEditorGutterActiveLineError": "--color-background-code-editor-gutter-active-line-error-mi7l0o",
|
|
18917
|
+
"colorBackgroundCodeEditorGutterDefault": "--color-background-code-editor-gutter-default-136m47",
|
|
18918
|
+
"colorBackgroundCodeEditorLoading": "--color-background-code-editor-loading-7grxg2",
|
|
18919
|
+
"colorBackgroundCodeEditorPaneItemHover": "--color-background-code-editor-pane-item-hover-ed635c",
|
|
18920
|
+
"colorBackgroundCodeEditorStatusBar": "--color-background-code-editor-status-bar-ic28b2",
|
|
18921
|
+
"colorBackgroundCard": "--color-background-card-n4q1vl",
|
|
18922
|
+
"colorBackgroundItemCard": "--color-background-item-card-aw1yv6",
|
|
18923
|
+
"colorBackgroundContainerContent": "--color-background-container-content-78ljyf",
|
|
18924
|
+
"colorBackgroundContainerHeader": "--color-background-container-header-ydavso",
|
|
18925
|
+
"colorBackgroundControlChecked": "--color-background-control-checked-jwoxtj",
|
|
18926
|
+
"colorBackgroundControlDefault": "--color-background-control-default-nub6gm",
|
|
18927
|
+
"colorBackgroundControlDisabled": "--color-background-control-disabled-cb50zl",
|
|
18928
|
+
"colorBackgroundDropdownItemDefault": "--color-background-dropdown-item-default-lzrka9",
|
|
18359
18929
|
"colorBackgroundDropdownItemDimmed": "--color-background-dropdown-item-dimmed-dhho03",
|
|
18360
|
-
"colorBackgroundDropdownItemFilterMatch": "--color-background-dropdown-item-filter-match-
|
|
18361
|
-
"colorBackgroundDropdownItemHover": "--color-background-dropdown-item-hover-
|
|
18362
|
-
"colorBackgroundDropdownItemSelected": "--color-background-dropdown-item-selected-
|
|
18930
|
+
"colorBackgroundDropdownItemFilterMatch": "--color-background-dropdown-item-filter-match-8fnvh3",
|
|
18931
|
+
"colorBackgroundDropdownItemHover": "--color-background-dropdown-item-hover-wyujnt",
|
|
18932
|
+
"colorBackgroundDropdownItemSelected": "--color-background-dropdown-item-selected-cnovvw",
|
|
18363
18933
|
"colorBackgroundHomeHeader": "--color-background-home-header-4c9jt4",
|
|
18364
|
-
"colorBackgroundInlineCode": "--color-background-inline-code-
|
|
18365
|
-
"colorBackgroundInputDefault": "--color-background-input-default-
|
|
18366
|
-
"colorBackgroundInputDisabled": "--color-background-input-disabled-
|
|
18367
|
-
"colorBackgroundItemSelected": "--color-background-item-selected-
|
|
18934
|
+
"colorBackgroundInlineCode": "--color-background-inline-code-967m4q",
|
|
18935
|
+
"colorBackgroundInputDefault": "--color-background-input-default-bz9w07",
|
|
18936
|
+
"colorBackgroundInputDisabled": "--color-background-input-disabled-cecgeg",
|
|
18937
|
+
"colorBackgroundItemSelected": "--color-background-item-selected-pyr5cw",
|
|
18368
18938
|
"colorBackgroundSideNavigationItemActive": "--color-background-side-navigation-item-active-adfprg",
|
|
18369
|
-
"colorBackgroundSideNavigationItemActiveCollapsed": "--color-background-side-navigation-item-active-collapsed-
|
|
18370
|
-
"colorBackgroundSideNavigationItemIconHover": "--color-background-side-navigation-item-icon-hover-
|
|
18371
|
-
"colorBackgroundLayoutMain": "--color-background-layout-main-
|
|
18939
|
+
"colorBackgroundSideNavigationItemActiveCollapsed": "--color-background-side-navigation-item-active-collapsed-jczh49",
|
|
18940
|
+
"colorBackgroundSideNavigationItemIconHover": "--color-background-side-navigation-item-icon-hover-c8r9nb",
|
|
18941
|
+
"colorBackgroundLayoutMain": "--color-background-layout-main-7z8vaj",
|
|
18372
18942
|
"colorBackgroundLayoutAiDrawer": "--color-background-layout-ai-drawer-b4mvv3",
|
|
18373
|
-
"colorBackgroundDrawer": "--color-background-drawer-
|
|
18374
|
-
"colorBackgroundBackdrop": "--color-background-backdrop-
|
|
18375
|
-
"colorBackgroundDrawerBackdrop": "--color-background-drawer-backdrop-
|
|
18943
|
+
"colorBackgroundDrawer": "--color-background-drawer-715dba",
|
|
18944
|
+
"colorBackgroundBackdrop": "--color-background-backdrop-czudyv",
|
|
18945
|
+
"colorBackgroundDrawerBackdrop": "--color-background-drawer-backdrop-l5bgyg",
|
|
18376
18946
|
"colorBackgroundLayoutMobilePanel": "--color-background-layout-mobile-panel-ed0ava",
|
|
18377
|
-
"colorBackgroundLayoutPanel": "--color-background-layout-panel-
|
|
18378
|
-
"colorBackgroundLayoutPanelContent": "--color-background-layout-panel-content-
|
|
18379
|
-
"colorBackgroundLayoutPanelHover": "--color-background-layout-panel-hover-
|
|
18380
|
-
"colorBackgroundLayoutToolbar": "--color-background-layout-toolbar-
|
|
18947
|
+
"colorBackgroundLayoutPanel": "--color-background-layout-panel-9avdix",
|
|
18948
|
+
"colorBackgroundLayoutPanelContent": "--color-background-layout-panel-content-89bszq",
|
|
18949
|
+
"colorBackgroundLayoutPanelHover": "--color-background-layout-panel-hover-kg7nug",
|
|
18950
|
+
"colorBackgroundLayoutToolbar": "--color-background-layout-toolbar-tpblk7",
|
|
18381
18951
|
"colorBackgroundLayoutToggleActive": "--color-background-layout-toggle-active-ap91vm",
|
|
18382
18952
|
"colorBackgroundLayoutToggleDefault": "--color-background-layout-toggle-default-2hgjdu",
|
|
18383
18953
|
"colorBackgroundLayoutToggleHover": "--color-background-layout-toggle-hover-0cpm7g",
|
|
18384
|
-
"colorBackgroundLayoutToggleSelectedActive": "--color-background-layout-toggle-selected-active-
|
|
18385
|
-
"colorBackgroundLayoutToggleSelectedDefault": "--color-background-layout-toggle-selected-default-
|
|
18386
|
-
"colorBackgroundLayoutToggleSelectedHover": "--color-background-layout-toggle-selected-hover-
|
|
18387
|
-
"colorBackgroundModalOverlay": "--color-background-modal-overlay-
|
|
18954
|
+
"colorBackgroundLayoutToggleSelectedActive": "--color-background-layout-toggle-selected-active-7ovd7l",
|
|
18955
|
+
"colorBackgroundLayoutToggleSelectedDefault": "--color-background-layout-toggle-selected-default-5go4i7",
|
|
18956
|
+
"colorBackgroundLayoutToggleSelectedHover": "--color-background-layout-toggle-selected-hover-pt3n9b",
|
|
18957
|
+
"colorBackgroundModalOverlay": "--color-background-modal-overlay-mdne87",
|
|
18388
18958
|
"colorBackgroundNotificationBlue": "--color-background-notification-blue-4vnob8",
|
|
18389
18959
|
"colorBackgroundNotificationGreen": "--color-background-notification-green-2rkyvu",
|
|
18390
|
-
"colorBackgroundNotificationGrey": "--color-background-notification-grey-
|
|
18960
|
+
"colorBackgroundNotificationGrey": "--color-background-notification-grey-68rc4b",
|
|
18391
18961
|
"colorBackgroundNotificationRed": "--color-background-notification-red-0487ea",
|
|
18392
18962
|
"colorBackgroundNotificationYellow": "--color-background-notification-yellow-y6us5r",
|
|
18393
18963
|
"colorBackgroundFlashbarSuccess": "--color-background-flashbar-success-vw7ng1",
|
|
@@ -18397,37 +18967,43 @@ export var preset = {
|
|
|
18397
18967
|
"colorBackgroundNotificationStackBar": "--color-background-notification-stack-bar-qe5n4w",
|
|
18398
18968
|
"colorBackgroundNotificationStackBarActive": "--color-background-notification-stack-bar-active-a4h9r8",
|
|
18399
18969
|
"colorBackgroundNotificationStackBarHover": "--color-background-notification-stack-bar-hover-jh82oo",
|
|
18400
|
-
"colorBackgroundPopover": "--color-background-popover-
|
|
18401
|
-
"colorBackgroundProgressBarValueDefault": "--color-background-progress-bar-value-default-
|
|
18402
|
-
"
|
|
18403
|
-
"
|
|
18404
|
-
"
|
|
18405
|
-
"
|
|
18406
|
-
"
|
|
18407
|
-
"
|
|
18408
|
-
"
|
|
18409
|
-
"
|
|
18410
|
-
"
|
|
18411
|
-
"
|
|
18412
|
-
"
|
|
18413
|
-
"
|
|
18414
|
-
"
|
|
18415
|
-
"
|
|
18416
|
-
"
|
|
18417
|
-
"
|
|
18418
|
-
"
|
|
18419
|
-
"
|
|
18420
|
-
"
|
|
18421
|
-
"
|
|
18422
|
-
"
|
|
18423
|
-
"
|
|
18424
|
-
"
|
|
18425
|
-
"
|
|
18426
|
-
"
|
|
18427
|
-
"
|
|
18428
|
-
"
|
|
18429
|
-
"
|
|
18430
|
-
"
|
|
18970
|
+
"colorBackgroundPopover": "--color-background-popover-yxd92v",
|
|
18971
|
+
"colorBackgroundProgressBarValueDefault": "--color-background-progress-bar-value-default-3ddu5u",
|
|
18972
|
+
"colorBackgroundProgressBarValueFlash": "--color-background-progress-bar-value-flash-torruv",
|
|
18973
|
+
"colorBackgroundProgressBarFlash": "--color-background-progress-bar-flash-hkoq30",
|
|
18974
|
+
"colorBackgroundProgressBarDefault": "--color-background-progress-bar-default-4miz7r",
|
|
18975
|
+
"colorBackgroundSegmentActive": "--color-background-segment-active-nrp5ms",
|
|
18976
|
+
"colorBackgroundSegmentDefault": "--color-background-segment-default-lypnes",
|
|
18977
|
+
"colorBackgroundSegmentDisabled": "--color-background-segment-disabled-2aqenf",
|
|
18978
|
+
"colorBackgroundSegmentHover": "--color-background-segment-hover-sx6uk4",
|
|
18979
|
+
"colorBackgroundSegmentWrapper": "--color-background-segment-wrapper-nyb7yz",
|
|
18980
|
+
"colorBackgroundSliderRangeDefault": "--color-background-slider-range-default-7tonn0",
|
|
18981
|
+
"colorBackgroundSliderRangeActive": "--color-background-slider-range-active-xs8yay",
|
|
18982
|
+
"colorBackgroundSliderHandleDefault": "--color-background-slider-handle-default-8d9sfs",
|
|
18983
|
+
"colorBackgroundSliderHandleActive": "--color-background-slider-handle-active-trfoqh",
|
|
18984
|
+
"colorBackgroundSliderTrackDefault": "--color-background-slider-track-default-lz0len",
|
|
18985
|
+
"colorBackgroundSliderHandleRing": "--color-background-slider-handle-ring-qvcnj5",
|
|
18986
|
+
"colorBackgroundSliderHandleErrorDefault": "--color-background-slider-handle-error-default-c9tcd7",
|
|
18987
|
+
"colorBackgroundSliderHandleErrorActive": "--color-background-slider-handle-error-active-v3fwp3",
|
|
18988
|
+
"colorBackgroundSliderHandleWarningDefault": "--color-background-slider-handle-warning-default-a3cgsn",
|
|
18989
|
+
"colorBackgroundSliderHandleWarningActive": "--color-background-slider-handle-warning-active-1fmzqb",
|
|
18990
|
+
"colorBackgroundSliderRangeErrorDefault": "--color-background-slider-range-error-default-92xaux",
|
|
18991
|
+
"colorBackgroundSliderRangeErrorActive": "--color-background-slider-range-error-active-y18v8u",
|
|
18992
|
+
"colorBackgroundSliderRangeWarningDefault": "--color-background-slider-range-warning-default-na240j",
|
|
18993
|
+
"colorBackgroundSliderRangeWarningActive": "--color-background-slider-range-warning-active-sbp4ci",
|
|
18994
|
+
"colorBackgroundStatusError": "--color-background-status-error-1w6iu4",
|
|
18995
|
+
"colorBackgroundStatusInfo": "--color-background-status-info-j2xxem",
|
|
18996
|
+
"colorBackgroundAlertError": "--color-background-alert-error-v2rgf2",
|
|
18997
|
+
"colorBackgroundAlertInfo": "--color-background-alert-info-8je547",
|
|
18998
|
+
"colorBackgroundAlertSuccess": "--color-background-alert-success-xqn40g",
|
|
18999
|
+
"colorBackgroundAlertWarning": "--color-background-alert-warning-xizfdk",
|
|
19000
|
+
"colorBackgroundDialog": "--color-background-dialog-kwlmup",
|
|
19001
|
+
"colorBackgroundStatusSuccess": "--color-background-status-success-hm3ak2",
|
|
19002
|
+
"colorBackgroundStatusWarning": "--color-background-status-warning-wceky5",
|
|
19003
|
+
"colorBackgroundTableHeader": "--color-background-table-header-unjmda",
|
|
19004
|
+
"colorBackgroundTilesDisabled": "--color-background-tiles-disabled-5ikjr0",
|
|
19005
|
+
"colorBackgroundToggleCheckedDisabled": "--color-background-toggle-checked-disabled-7t40bu",
|
|
19006
|
+
"colorBackgroundToggleDefault": "--color-background-toggle-default-feiaap",
|
|
18431
19007
|
"colorBackgroundAvatarGenAi": "--color-background-avatar-gen-ai-oxp2v6",
|
|
18432
19008
|
"colorBackgroundAvatarDefault": "--color-background-avatar-default-t427xm",
|
|
18433
19009
|
"colorTextAvatar": "--color-text-avatar-kuhkoa",
|
|
@@ -18438,273 +19014,286 @@ export var preset = {
|
|
|
18438
19014
|
"colorBackgroundStatusIndicatorInfo": "--color-background-status-indicator-info-nqw7od",
|
|
18439
19015
|
"colorBackgroundStatusIndicatorNeutral": "--color-background-status-indicator-neutral-psqqh7",
|
|
18440
19016
|
"colorBackgroundChatBubbleOutgoing": "--color-background-chat-bubble-outgoing-ay6nj3",
|
|
18441
|
-
"colorBackgroundChatBubbleIncoming": "--color-background-chat-bubble-incoming-
|
|
18442
|
-
"colorTextChatBubbleOutgoing": "--color-text-chat-bubble-outgoing-
|
|
18443
|
-
"colorTextChatBubbleIncoming": "--color-text-chat-bubble-incoming-
|
|
19017
|
+
"colorBackgroundChatBubbleIncoming": "--color-background-chat-bubble-incoming-ykuqvi",
|
|
19018
|
+
"colorTextChatBubbleOutgoing": "--color-text-chat-bubble-outgoing-nuggry",
|
|
19019
|
+
"colorTextChatBubbleIncoming": "--color-text-chat-bubble-incoming-ycnens",
|
|
18444
19020
|
"colorBorderButtonLinkDisabled": "--color-border-button-link-disabled-npwqxa",
|
|
18445
|
-
"colorBorderButtonNormalActive": "--color-border-button-normal-active-
|
|
18446
|
-
"colorBorderButtonNormalDefault": "--color-border-button-normal-default-
|
|
18447
|
-
"colorBorderToggleButtonNormalPressed": "--color-border-toggle-button-normal-pressed-
|
|
18448
|
-
"colorBorderToggleButtonNormalDefault": "--color-border-toggle-button-normal-default-
|
|
18449
|
-
"colorBorderToggleButtonNormalHover": "--color-border-toggle-button-normal-hover-
|
|
18450
|
-
"colorBorderButtonNormalDisabled": "--color-border-button-normal-disabled-
|
|
19021
|
+
"colorBorderButtonNormalActive": "--color-border-button-normal-active-zi2bnn",
|
|
19022
|
+
"colorBorderButtonNormalDefault": "--color-border-button-normal-default-2yswxv",
|
|
19023
|
+
"colorBorderToggleButtonNormalPressed": "--color-border-toggle-button-normal-pressed-ab77je",
|
|
19024
|
+
"colorBorderToggleButtonNormalDefault": "--color-border-toggle-button-normal-default-d49akh",
|
|
19025
|
+
"colorBorderToggleButtonNormalHover": "--color-border-toggle-button-normal-hover-za8uya",
|
|
19026
|
+
"colorBorderButtonNormalDisabled": "--color-border-button-normal-disabled-uit34y",
|
|
18451
19027
|
"colorTextButtonNormalDisabled": "--color-text-button-normal-disabled-05p74s",
|
|
18452
|
-
"colorBorderButtonNormalHover": "--color-border-button-normal-hover-
|
|
19028
|
+
"colorBorderButtonNormalHover": "--color-border-button-normal-hover-167wjl",
|
|
18453
19029
|
"colorTextButtonIconDisabled": "--color-text-button-icon-disabled-nnofkn",
|
|
18454
|
-
"colorBorderButtonPrimaryActive": "--color-border-button-primary-active-
|
|
18455
|
-
"colorBorderButtonPrimaryDefault": "--color-border-button-primary-default-
|
|
18456
|
-
"colorBorderButtonPrimaryDisabled": "--color-border-button-primary-disabled-
|
|
18457
|
-
"colorBorderButtonPrimaryHover": "--color-border-button-primary-hover-
|
|
19030
|
+
"colorBorderButtonPrimaryActive": "--color-border-button-primary-active-lupau4",
|
|
19031
|
+
"colorBorderButtonPrimaryDefault": "--color-border-button-primary-default-f7dp5z",
|
|
19032
|
+
"colorBorderButtonPrimaryDisabled": "--color-border-button-primary-disabled-5avtf1",
|
|
19033
|
+
"colorBorderButtonPrimaryHover": "--color-border-button-primary-hover-38r9qu",
|
|
18458
19034
|
"colorTextButtonPrimaryDisabled": "--color-text-button-primary-disabled-q79gms",
|
|
18459
|
-
"colorItemSelected": "--color-item-selected-
|
|
18460
|
-
"colorTextSideNavigationItemActive": "--color-text-side-navigation-item-active-
|
|
18461
|
-
"colorTextSideNavigationItemActiveCollapsed": "--color-text-side-navigation-item-active-collapsed-
|
|
18462
|
-
"colorTextSideNavigationItemDefault": "--color-text-side-navigation-item-default-
|
|
19035
|
+
"colorItemSelected": "--color-item-selected-rz6ktw",
|
|
19036
|
+
"colorTextSideNavigationItemActive": "--color-text-side-navigation-item-active-40gvpw",
|
|
19037
|
+
"colorTextSideNavigationItemActiveCollapsed": "--color-text-side-navigation-item-active-collapsed-621hfg",
|
|
19038
|
+
"colorTextSideNavigationItemDefault": "--color-text-side-navigation-item-default-u0ig7c",
|
|
18463
19039
|
"colorBorderCalendarGrid": "--color-border-calendar-grid-67r4w4",
|
|
18464
|
-
"colorBorderCalendarGridSelectedFocusRing": "--color-border-calendar-grid-selected-focus-ring-
|
|
18465
|
-
"colorBorderCellShaded": "--color-border-cell-shaded-
|
|
19040
|
+
"colorBorderCalendarGridSelectedFocusRing": "--color-border-calendar-grid-selected-focus-ring-t8s8m7",
|
|
19041
|
+
"colorBorderCellShaded": "--color-border-cell-shaded-zttxxa",
|
|
18466
19042
|
"colorBorderCodeEditorAceActiveLineLightTheme": "--color-border-code-editor-ace-active-line-light-theme-q6hsvt",
|
|
18467
19043
|
"colorBorderCodeEditorAceActiveLineDarkTheme": "--color-border-code-editor-ace-active-line-dark-theme-v09eti",
|
|
18468
|
-
"colorBorderCodeEditorDefault": "--color-border-code-editor-default-
|
|
18469
|
-
"colorBorderCodeEditorPaneItemHover": "--color-border-code-editor-pane-item-hover-
|
|
18470
|
-
"colorBorderCard": "--color-border-card-
|
|
18471
|
-
"colorBorderCardHighlighted": "--color-border-card-highlighted-
|
|
18472
|
-
"colorBorderItemCard": "--color-border-item-card-
|
|
18473
|
-
"colorBorderItemCardHighlighted": "--color-border-item-card-highlighted-
|
|
19044
|
+
"colorBorderCodeEditorDefault": "--color-border-code-editor-default-8rd3v1",
|
|
19045
|
+
"colorBorderCodeEditorPaneItemHover": "--color-border-code-editor-pane-item-hover-u4wk12",
|
|
19046
|
+
"colorBorderCard": "--color-border-card-cgsfxm",
|
|
19047
|
+
"colorBorderCardHighlighted": "--color-border-card-highlighted-47ojzl",
|
|
19048
|
+
"colorBorderItemCard": "--color-border-item-card-7kgzg2",
|
|
19049
|
+
"colorBorderItemCardHighlighted": "--color-border-item-card-highlighted-m2lkyj",
|
|
18474
19050
|
"colorBorderContainerDivider": "--color-border-container-divider-9huz1a",
|
|
18475
19051
|
"colorBorderContainerTop": "--color-border-container-top-k3vmoz",
|
|
18476
|
-
"colorBorderControlChecked": "--color-border-control-checked-
|
|
19052
|
+
"colorBorderControlChecked": "--color-border-control-checked-o1zph2",
|
|
18477
19053
|
"colorBorderControlDefault": "--color-border-control-default-sh3548",
|
|
18478
|
-
"colorBorderControlDisabled": "--color-border-control-disabled-
|
|
18479
|
-
"colorBorderDividerActive": "--color-border-divider-active-
|
|
18480
|
-
"colorBorderDividerDefault": "--color-border-divider-default-
|
|
18481
|
-
"
|
|
18482
|
-
"
|
|
18483
|
-
"
|
|
18484
|
-
"
|
|
18485
|
-
"
|
|
18486
|
-
"
|
|
18487
|
-
"
|
|
18488
|
-
"
|
|
19054
|
+
"colorBorderControlDisabled": "--color-border-control-disabled-dqtwtk",
|
|
19055
|
+
"colorBorderDividerActive": "--color-border-divider-active-ypkld8",
|
|
19056
|
+
"colorBorderDividerDefault": "--color-border-divider-default-0de9c8",
|
|
19057
|
+
"colorBorderDividerNotification": "--color-border-divider-notification-xng3yz",
|
|
19058
|
+
"colorBorderDividerPanelBottom": "--color-border-divider-panel-bottom-fnfdhf",
|
|
19059
|
+
"colorBorderDividerPanelSide": "--color-border-divider-panel-side-9oapph",
|
|
19060
|
+
"colorBorderDividerSecondary": "--color-border-divider-secondary-46ol9n",
|
|
19061
|
+
"colorBorderDividerTableGroup": "--color-border-divider-table-group-tut0l3",
|
|
19062
|
+
"colorBorderDropdownContainer": "--color-border-dropdown-container-gb937i",
|
|
19063
|
+
"colorBorderDropdownGroup": "--color-border-dropdown-group-0ocu9j",
|
|
19064
|
+
"colorBorderDropdownItemDefault": "--color-border-dropdown-item-default-22wwob",
|
|
19065
|
+
"colorBorderDropdownItemHover": "--color-border-dropdown-item-hover-07ng6s",
|
|
18489
19066
|
"colorBorderDropdownItemDimmedHover": "--color-border-dropdown-item-dimmed-hover-ga9sch",
|
|
18490
|
-
"colorBorderDropdownItemSelected": "--color-border-dropdown-item-selected-
|
|
19067
|
+
"colorBorderDropdownItemSelected": "--color-border-dropdown-item-selected-3nbye4",
|
|
18491
19068
|
"colorBorderDropdownItemTop": "--color-border-dropdown-item-top-gp2d1p",
|
|
18492
|
-
"colorBorderEditableCellHover": "--color-border-editable-cell-hover-
|
|
18493
|
-
"colorBorderInputDefault": "--color-border-input-default-
|
|
18494
|
-
"colorBorderInputDisabled": "--color-border-input-disabled-
|
|
18495
|
-
"colorBorderInputFocused": "--color-border-input-focused-
|
|
18496
|
-
"colorBorderItemFocused": "--color-border-item-focused-
|
|
18497
|
-
"colorBorderDropdownItemFocused": "--color-border-dropdown-item-focused-
|
|
18498
|
-
"colorBorderItemPlaceholder": "--color-border-item-placeholder-
|
|
18499
|
-
"colorBorderItemSelected": "--color-border-item-selected-
|
|
18500
|
-
"colorBorderLayout": "--color-border-layout-
|
|
18501
|
-
"colorBorderLayoutSideNavigation": "--color-border-layout-side-navigation-
|
|
19069
|
+
"colorBorderEditableCellHover": "--color-border-editable-cell-hover-nkpoh5",
|
|
19070
|
+
"colorBorderInputDefault": "--color-border-input-default-f3bzwh",
|
|
19071
|
+
"colorBorderInputDisabled": "--color-border-input-disabled-k518xl",
|
|
19072
|
+
"colorBorderInputFocused": "--color-border-input-focused-9bkrxq",
|
|
19073
|
+
"colorBorderItemFocused": "--color-border-item-focused-ditkrb",
|
|
19074
|
+
"colorBorderDropdownItemFocused": "--color-border-dropdown-item-focused-k9miqq",
|
|
19075
|
+
"colorBorderItemPlaceholder": "--color-border-item-placeholder-zq3251",
|
|
19076
|
+
"colorBorderItemSelected": "--color-border-item-selected-63a3p8",
|
|
19077
|
+
"colorBorderLayout": "--color-border-layout-px1i24",
|
|
19078
|
+
"colorBorderLayoutSideNavigation": "--color-border-layout-side-navigation-mjh43q",
|
|
18502
19079
|
"colorBorderNotificationStackBar": "--color-border-notification-stack-bar-aszsse",
|
|
18503
|
-
"colorBorderPanelHeader": "--color-border-panel-header-
|
|
18504
|
-
"colorBorderPopover": "--color-border-popover-
|
|
18505
|
-
"colorBorderSegmentActive": "--color-border-segment-active-
|
|
18506
|
-
"colorBorderSegmentDefault": "--color-border-segment-default-
|
|
18507
|
-
"colorBorderSegmentDisabled": "--color-border-segment-disabled-
|
|
18508
|
-
"colorBorderSegmentHover": "--color-border-segment-hover-
|
|
18509
|
-
"colorBorderSegmentWrapper": "--color-border-segment-wrapper-
|
|
18510
|
-
"colorBorderStatusError": "--color-border-status-error-
|
|
18511
|
-
"colorBorderStatusInfo": "--color-border-status-info-
|
|
18512
|
-
"colorBorderStatusSuccess": "--color-border-status-success-
|
|
18513
|
-
"colorBorderStatusWarning": "--color-border-status-warning-
|
|
18514
|
-
"colorBorderDialog": "--color-border-dialog-
|
|
18515
|
-
"colorBorderDividerInteractiveDefault": "--color-border-divider-interactive-default-
|
|
18516
|
-
"colorBorderTabsDivider": "--color-border-tabs-divider-
|
|
18517
|
-
"colorBorderTabsShadow": "--color-border-tabs-shadow-
|
|
18518
|
-
"colorBorderTabsUnderline": "--color-border-tabs-underline-
|
|
18519
|
-
"colorBorderTilesDisabled": "--color-border-tiles-disabled-
|
|
18520
|
-
"colorBorderTutorial": "--color-border-tutorial-
|
|
18521
|
-
"colorForegroundControlDefault": "--color-foreground-control-default-
|
|
18522
|
-
"colorForegroundControlDisabled": "--color-foreground-control-disabled-
|
|
18523
|
-
"colorForegroundControlReadOnly": "--color-foreground-control-read-only-
|
|
18524
|
-
"colorShadowDefault": "--color-shadow-default-
|
|
18525
|
-
"colorShadowMedium": "--color-shadow-medium-
|
|
18526
|
-
"colorShadowSide": "--color-shadow-side-
|
|
19080
|
+
"colorBorderPanelHeader": "--color-border-panel-header-j4pvsn",
|
|
19081
|
+
"colorBorderPopover": "--color-border-popover-5yl4uc",
|
|
19082
|
+
"colorBorderSegmentActive": "--color-border-segment-active-trxbfe",
|
|
19083
|
+
"colorBorderSegmentDefault": "--color-border-segment-default-8mo02x",
|
|
19084
|
+
"colorBorderSegmentDisabled": "--color-border-segment-disabled-8j0zwo",
|
|
19085
|
+
"colorBorderSegmentHover": "--color-border-segment-hover-epoe83",
|
|
19086
|
+
"colorBorderSegmentWrapper": "--color-border-segment-wrapper-qq00qv",
|
|
19087
|
+
"colorBorderStatusError": "--color-border-status-error-vxvfad",
|
|
19088
|
+
"colorBorderStatusInfo": "--color-border-status-info-2zt73n",
|
|
19089
|
+
"colorBorderStatusSuccess": "--color-border-status-success-uk2p7m",
|
|
19090
|
+
"colorBorderStatusWarning": "--color-border-status-warning-s79l22",
|
|
19091
|
+
"colorBorderDialog": "--color-border-dialog-3vjyp0",
|
|
19092
|
+
"colorBorderDividerInteractiveDefault": "--color-border-divider-interactive-default-8k07mh",
|
|
19093
|
+
"colorBorderTabsDivider": "--color-border-tabs-divider-y4z8fk",
|
|
19094
|
+
"colorBorderTabsShadow": "--color-border-tabs-shadow-l6jxjx",
|
|
19095
|
+
"colorBorderTabsUnderline": "--color-border-tabs-underline-ueuyon",
|
|
19096
|
+
"colorBorderTilesDisabled": "--color-border-tiles-disabled-n9fk5o",
|
|
19097
|
+
"colorBorderTutorial": "--color-border-tutorial-kaooc2",
|
|
19098
|
+
"colorForegroundControlDefault": "--color-foreground-control-default-z8tr7i",
|
|
19099
|
+
"colorForegroundControlDisabled": "--color-foreground-control-disabled-6vf647",
|
|
19100
|
+
"colorForegroundControlReadOnly": "--color-foreground-control-read-only-dtlpre",
|
|
19101
|
+
"colorShadowDefault": "--color-shadow-default-08gb4j",
|
|
19102
|
+
"colorShadowMedium": "--color-shadow-medium-yblidm",
|
|
19103
|
+
"colorShadowSide": "--color-shadow-side-lih5pp",
|
|
18527
19104
|
"colorShadowToggleHandle": "--color-shadow-toggle-handle-at8aqh",
|
|
18528
19105
|
"colorStrokeChartLine": "--color-stroke-chart-line-3nsnk6",
|
|
18529
|
-
"colorStrokeCodeEditorGutterActiveLineDefault": "--color-stroke-code-editor-gutter-active-line-default-
|
|
18530
|
-
"colorStrokeCodeEditorGutterActiveLineHover": "--color-stroke-code-editor-gutter-active-line-hover-
|
|
18531
|
-
"colorTextAccent": "--color-text-accent-
|
|
18532
|
-
"colorTextBodyDefault": "--color-text-body-default-
|
|
18533
|
-
"colorTextBodySecondary": "--color-text-body-secondary-
|
|
18534
|
-
"colorTextBreadcrumbCurrent": "--color-text-breadcrumb-current-
|
|
18535
|
-
"colorTextBreadcrumbIcon": "--color-text-breadcrumb-icon-
|
|
18536
|
-
"colorTextButtonInlineIconDefault": "--color-text-button-inline-icon-default-
|
|
18537
|
-
"colorTextButtonInlineIconDisabled": "--color-text-button-inline-icon-disabled-
|
|
18538
|
-
"colorTextButtonInlineIconHover": "--color-text-button-inline-icon-hover-
|
|
18539
|
-
"colorTextButtonInlineLinkHover": "--color-text-button-inline-link-hover-
|
|
18540
|
-
"colorTextButtonIconHover": "--color-text-button-icon-hover-
|
|
18541
|
-
"colorTextButtonNormalActive": "--color-text-button-normal-active-
|
|
18542
|
-
"colorTextToggleButtonNormalPressed": "--color-text-toggle-button-normal-pressed-
|
|
18543
|
-
"colorTextButtonNormalDefault": "--color-text-button-normal-default-
|
|
18544
|
-
"colorTextButtonNormalHover": "--color-text-button-normal-hover-
|
|
18545
|
-
"colorTextLinkButtonNormalDefault": "--color-text-link-button-normal-default-
|
|
18546
|
-
"colorTextLinkButtonNormalHover": "--color-text-link-button-normal-hover-
|
|
18547
|
-
"colorTextLinkButtonNormalActive": "--color-text-link-button-normal-active-
|
|
18548
|
-
"colorTextButtonLinkActive": "--color-text-button-link-active-
|
|
18549
|
-
"colorTextButtonLinkDefault": "--color-text-button-link-default-
|
|
18550
|
-
"colorTextButtonLinkDisabled": "--color-text-button-link-disabled-
|
|
18551
|
-
"colorTextButtonLinkHover": "--color-text-button-link-hover-
|
|
18552
|
-
"colorTextButtonPrimaryActive": "--color-text-button-primary-active-
|
|
18553
|
-
"colorTextButtonPrimaryDefault": "--color-text-button-primary-default-
|
|
18554
|
-
"colorTextButtonPrimaryHover": "--color-text-button-primary-hover-
|
|
18555
|
-
"colorTextCalendarDateHover": "--color-text-calendar-date-hover-
|
|
18556
|
-
"colorTextCalendarDateSelected": "--color-text-calendar-date-selected-
|
|
18557
|
-
"colorTextCalendarMonth": "--color-text-calendar-month-
|
|
18558
|
-
"colorTextCodeEditorGutterActiveLine": "--color-text-code-editor-gutter-active-line-
|
|
18559
|
-
"colorTextCodeEditorGutterDefault": "--color-text-code-editor-gutter-default-
|
|
18560
|
-
"colorTextCodeEditorStatusBarDisabled": "--color-text-code-editor-status-bar-disabled-
|
|
18561
|
-
"colorTextCodeEditorTabButtonError": "--color-text-code-editor-tab-button-error-
|
|
18562
|
-
"colorTextColumnHeader": "--color-text-column-header-
|
|
18563
|
-
"colorTextColumnSortingIcon": "--color-text-column-sorting-icon-
|
|
18564
|
-
"colorTextControlDisabled": "--color-text-control-disabled-
|
|
18565
|
-
"colorTextCounter": "--color-text-counter-
|
|
18566
|
-
"colorTextDisabled": "--color-text-disabled-
|
|
18567
|
-
"colorTextDisabledInlineEdit": "--color-text-disabled-inline-edit-
|
|
18568
|
-
"colorTextDropdownFooter": "--color-text-dropdown-footer-
|
|
18569
|
-
"colorTextDropdownGroupLabel": "--color-text-dropdown-group-label-
|
|
18570
|
-
"colorTextDropdownItemDefault": "--color-text-dropdown-item-default-
|
|
18571
|
-
"colorTextDropdownItemDimmed": "--color-text-dropdown-item-dimmed-
|
|
18572
|
-
"colorTextDropdownItemDisabled": "--color-text-dropdown-item-disabled-
|
|
18573
|
-
"colorTextDropdownItemFilterMatch": "--color-text-dropdown-item-filter-match-
|
|
18574
|
-
"colorTextDropdownItemHighlighted": "--color-text-dropdown-item-highlighted-
|
|
18575
|
-
"colorTextDropdownItemSecondary": "--color-text-dropdown-item-secondary-
|
|
18576
|
-
"colorTextDropdownItemSecondaryHover": "--color-text-dropdown-item-secondary-hover-
|
|
18577
|
-
"colorTextEmpty": "--color-text-empty-
|
|
18578
|
-
"colorTextExpandableSectionDefault": "--color-text-expandable-section-default-
|
|
18579
|
-
"colorTextExpandableSectionHover": "--color-text-expandable-section-hover-
|
|
18580
|
-
"colorTextExpandableSectionNavigationIconDefault": "--color-text-expandable-section-navigation-icon-default-
|
|
18581
|
-
"colorBorderExpandableSectionDefault": "--color-border-expandable-section-default-
|
|
18582
|
-
"colorTextFormDefault": "--color-text-form-default-
|
|
18583
|
-
"colorTextFormLabel": "--color-text-form-label-
|
|
18584
|
-
"colorTextFormSecondary": "--color-text-form-secondary-
|
|
18585
|
-
"colorTextGroupLabel": "--color-text-group-label-
|
|
18586
|
-
"colorTextLabelGenAi": "--color-text-label-gen-ai-
|
|
18587
|
-
"colorTextHeadingDefault": "--color-text-heading-default-
|
|
18588
|
-
"colorTextHeadingSecondary": "--color-text-heading-secondary-
|
|
19106
|
+
"colorStrokeCodeEditorGutterActiveLineDefault": "--color-stroke-code-editor-gutter-active-line-default-q5f0jq",
|
|
19107
|
+
"colorStrokeCodeEditorGutterActiveLineHover": "--color-stroke-code-editor-gutter-active-line-hover-frftbb",
|
|
19108
|
+
"colorTextAccent": "--color-text-accent-uvfi4k",
|
|
19109
|
+
"colorTextBodyDefault": "--color-text-body-default-gtm97i",
|
|
19110
|
+
"colorTextBodySecondary": "--color-text-body-secondary-y6dr4d",
|
|
19111
|
+
"colorTextBreadcrumbCurrent": "--color-text-breadcrumb-current-mmrid5",
|
|
19112
|
+
"colorTextBreadcrumbIcon": "--color-text-breadcrumb-icon-mh2txm",
|
|
19113
|
+
"colorTextButtonInlineIconDefault": "--color-text-button-inline-icon-default-gdb4f4",
|
|
19114
|
+
"colorTextButtonInlineIconDisabled": "--color-text-button-inline-icon-disabled-bnn5b7",
|
|
19115
|
+
"colorTextButtonInlineIconHover": "--color-text-button-inline-icon-hover-sqs5ft",
|
|
19116
|
+
"colorTextButtonInlineLinkHover": "--color-text-button-inline-link-hover-p1ibm2",
|
|
19117
|
+
"colorTextButtonIconHover": "--color-text-button-icon-hover-ph08st",
|
|
19118
|
+
"colorTextButtonNormalActive": "--color-text-button-normal-active-fm6d53",
|
|
19119
|
+
"colorTextToggleButtonNormalPressed": "--color-text-toggle-button-normal-pressed-vivff6",
|
|
19120
|
+
"colorTextButtonNormalDefault": "--color-text-button-normal-default-t865au",
|
|
19121
|
+
"colorTextButtonNormalHover": "--color-text-button-normal-hover-20c0ob",
|
|
19122
|
+
"colorTextLinkButtonNormalDefault": "--color-text-link-button-normal-default-vc8ids",
|
|
19123
|
+
"colorTextLinkButtonNormalHover": "--color-text-link-button-normal-hover-xk6kwz",
|
|
19124
|
+
"colorTextLinkButtonNormalActive": "--color-text-link-button-normal-active-f0yaqx",
|
|
19125
|
+
"colorTextButtonLinkActive": "--color-text-button-link-active-154jw6",
|
|
19126
|
+
"colorTextButtonLinkDefault": "--color-text-button-link-default-ehnnq5",
|
|
19127
|
+
"colorTextButtonLinkDisabled": "--color-text-button-link-disabled-d3c5rp",
|
|
19128
|
+
"colorTextButtonLinkHover": "--color-text-button-link-hover-1aopta",
|
|
19129
|
+
"colorTextButtonPrimaryActive": "--color-text-button-primary-active-dkwkja",
|
|
19130
|
+
"colorTextButtonPrimaryDefault": "--color-text-button-primary-default-2i01k6",
|
|
19131
|
+
"colorTextButtonPrimaryHover": "--color-text-button-primary-hover-xtd6ag",
|
|
19132
|
+
"colorTextCalendarDateHover": "--color-text-calendar-date-hover-qy0tsn",
|
|
19133
|
+
"colorTextCalendarDateSelected": "--color-text-calendar-date-selected-dd6twp",
|
|
19134
|
+
"colorTextCalendarMonth": "--color-text-calendar-month-357o43",
|
|
19135
|
+
"colorTextCodeEditorGutterActiveLine": "--color-text-code-editor-gutter-active-line-bnbbsi",
|
|
19136
|
+
"colorTextCodeEditorGutterDefault": "--color-text-code-editor-gutter-default-vvwxve",
|
|
19137
|
+
"colorTextCodeEditorStatusBarDisabled": "--color-text-code-editor-status-bar-disabled-4npkr3",
|
|
19138
|
+
"colorTextCodeEditorTabButtonError": "--color-text-code-editor-tab-button-error-hz2irc",
|
|
19139
|
+
"colorTextColumnHeader": "--color-text-column-header-wyzs6v",
|
|
19140
|
+
"colorTextColumnSortingIcon": "--color-text-column-sorting-icon-iazyfo",
|
|
19141
|
+
"colorTextControlDisabled": "--color-text-control-disabled-vh7v3o",
|
|
19142
|
+
"colorTextCounter": "--color-text-counter-q4zq3v",
|
|
19143
|
+
"colorTextDisabled": "--color-text-disabled-y4dmv3",
|
|
19144
|
+
"colorTextDisabledInlineEdit": "--color-text-disabled-inline-edit-hrexz1",
|
|
19145
|
+
"colorTextDropdownFooter": "--color-text-dropdown-footer-ks7c04",
|
|
19146
|
+
"colorTextDropdownGroupLabel": "--color-text-dropdown-group-label-8vygj0",
|
|
19147
|
+
"colorTextDropdownItemDefault": "--color-text-dropdown-item-default-zani00",
|
|
19148
|
+
"colorTextDropdownItemDimmed": "--color-text-dropdown-item-dimmed-iy2k20",
|
|
19149
|
+
"colorTextDropdownItemDisabled": "--color-text-dropdown-item-disabled-pl4fy2",
|
|
19150
|
+
"colorTextDropdownItemFilterMatch": "--color-text-dropdown-item-filter-match-73jeqe",
|
|
19151
|
+
"colorTextDropdownItemHighlighted": "--color-text-dropdown-item-highlighted-q6vxih",
|
|
19152
|
+
"colorTextDropdownItemSecondary": "--color-text-dropdown-item-secondary-77b2z6",
|
|
19153
|
+
"colorTextDropdownItemSecondaryHover": "--color-text-dropdown-item-secondary-hover-rwb7km",
|
|
19154
|
+
"colorTextEmpty": "--color-text-empty-68xc4n",
|
|
19155
|
+
"colorTextExpandableSectionDefault": "--color-text-expandable-section-default-aqjbq3",
|
|
19156
|
+
"colorTextExpandableSectionHover": "--color-text-expandable-section-hover-pqmtjd",
|
|
19157
|
+
"colorTextExpandableSectionNavigationIconDefault": "--color-text-expandable-section-navigation-icon-default-wh1lig",
|
|
19158
|
+
"colorBorderExpandableSectionDefault": "--color-border-expandable-section-default-oi0xfr",
|
|
19159
|
+
"colorTextFormDefault": "--color-text-form-default-jsw02x",
|
|
19160
|
+
"colorTextFormLabel": "--color-text-form-label-84uan1",
|
|
19161
|
+
"colorTextFormSecondary": "--color-text-form-secondary-t0glp7",
|
|
19162
|
+
"colorTextGroupLabel": "--color-text-group-label-0wronh",
|
|
19163
|
+
"colorTextLabelGenAi": "--color-text-label-gen-ai-s3390v",
|
|
19164
|
+
"colorTextHeadingDefault": "--color-text-heading-default-pn83b8",
|
|
19165
|
+
"colorTextHeadingSecondary": "--color-text-heading-secondary-su1acg",
|
|
18589
19166
|
"colorTextHomeHeaderDefault": "--color-text-home-header-default-morg6i",
|
|
18590
19167
|
"colorTextHomeHeaderSecondary": "--color-text-home-header-secondary-i4jhp7",
|
|
18591
|
-
"colorTextIconCaret": "--color-text-icon-caret-
|
|
18592
|
-
"colorTextIconSubtle": "--color-text-icon-subtle-
|
|
18593
|
-
"colorTextInputDisabled": "--color-text-input-disabled-
|
|
18594
|
-
"colorTextInputPlaceholder": "--color-text-input-placeholder-
|
|
18595
|
-
"colorTextInputPlaceholderDisabled": "--color-text-input-placeholder-disabled-
|
|
18596
|
-
"colorTextInteractiveActive": "--color-text-interactive-active-
|
|
18597
|
-
"colorTextInteractiveDefault": "--color-text-interactive-default-
|
|
18598
|
-
"colorTextInteractiveDisabled": "--color-text-interactive-disabled-
|
|
18599
|
-
"colorTextInteractiveHover": "--color-text-interactive-hover-
|
|
18600
|
-
"colorTextToggleButtonIconPressed": "--color-text-toggle-button-icon-pressed-
|
|
18601
|
-
"colorTextInteractiveInvertedDefault": "--color-text-interactive-inverted-default-
|
|
18602
|
-
"colorTextInteractiveInvertedHover": "--color-text-interactive-inverted-hover-
|
|
18603
|
-
"colorTextInverted": "--color-text-inverted-
|
|
18604
|
-
"colorTextLabel": "--color-text-label-
|
|
18605
|
-
"colorTextKeyValuePairsValue": "--color-text-key-value-pairs-value-
|
|
19168
|
+
"colorTextIconCaret": "--color-text-icon-caret-tma9z1",
|
|
19169
|
+
"colorTextIconSubtle": "--color-text-icon-subtle-7e5fex",
|
|
19170
|
+
"colorTextInputDisabled": "--color-text-input-disabled-as3mmb",
|
|
19171
|
+
"colorTextInputPlaceholder": "--color-text-input-placeholder-i4i8dv",
|
|
19172
|
+
"colorTextInputPlaceholderDisabled": "--color-text-input-placeholder-disabled-9zawsz",
|
|
19173
|
+
"colorTextInteractiveActive": "--color-text-interactive-active-fedaa8",
|
|
19174
|
+
"colorTextInteractiveDefault": "--color-text-interactive-default-1o1pl2",
|
|
19175
|
+
"colorTextInteractiveDisabled": "--color-text-interactive-disabled-bhh1zo",
|
|
19176
|
+
"colorTextInteractiveHover": "--color-text-interactive-hover-j5y3wx",
|
|
19177
|
+
"colorTextToggleButtonIconPressed": "--color-text-toggle-button-icon-pressed-nbnm5x",
|
|
19178
|
+
"colorTextInteractiveInvertedDefault": "--color-text-interactive-inverted-default-nzthan",
|
|
19179
|
+
"colorTextInteractiveInvertedHover": "--color-text-interactive-inverted-hover-oa7pli",
|
|
19180
|
+
"colorTextInverted": "--color-text-inverted-my1sxo",
|
|
19181
|
+
"colorTextLabel": "--color-text-label-tv95tq",
|
|
19182
|
+
"colorTextKeyValuePairsValue": "--color-text-key-value-pairs-value-xmrgpn",
|
|
18606
19183
|
"colorTextLayoutToggle": "--color-text-layout-toggle-1a15s3",
|
|
18607
|
-
"colorTextLayoutToggleActive": "--color-text-layout-toggle-active-
|
|
18608
|
-
"colorTextLayoutToggleHover": "--color-text-layout-toggle-hover-
|
|
18609
|
-
"colorTextLayoutToggleSelected": "--color-text-layout-toggle-selected-
|
|
18610
|
-
"colorTextLinkDefault": "--color-text-link-default-
|
|
18611
|
-
"colorTextLinkHover": "--color-text-link-hover-
|
|
19184
|
+
"colorTextLayoutToggleActive": "--color-text-layout-toggle-active-4v3fva",
|
|
19185
|
+
"colorTextLayoutToggleHover": "--color-text-layout-toggle-hover-j9h8pw",
|
|
19186
|
+
"colorTextLayoutToggleSelected": "--color-text-layout-toggle-selected-4t49fq",
|
|
19187
|
+
"colorTextLinkDefault": "--color-text-link-default-rhby5q",
|
|
19188
|
+
"colorTextLinkHover": "--color-text-link-hover-br6snu",
|
|
18612
19189
|
"colorTextLinkDecorationDefault": "--color-text-link-decoration-default-0x8fhu",
|
|
18613
19190
|
"colorTextLinkDecorationHover": "--color-text-link-decoration-hover-kui2t9",
|
|
18614
|
-
"colorTextLinkSecondaryDefault": "--color-text-link-secondary-default-
|
|
18615
|
-
"colorTextLinkSecondaryHover": "--color-text-link-secondary-hover-
|
|
18616
|
-
"colorTextLinkInfoDefault": "--color-text-link-info-default-
|
|
18617
|
-
"colorTextLinkInfoHover": "--color-text-link-info-hover-
|
|
18618
|
-
"
|
|
19191
|
+
"colorTextLinkSecondaryDefault": "--color-text-link-secondary-default-6ui3do",
|
|
19192
|
+
"colorTextLinkSecondaryHover": "--color-text-link-secondary-hover-oy8eob",
|
|
19193
|
+
"colorTextLinkInfoDefault": "--color-text-link-info-default-mgpk1w",
|
|
19194
|
+
"colorTextLinkInfoHover": "--color-text-link-info-hover-os951m",
|
|
19195
|
+
"colorTextLinkInvertedDefault": "--color-text-link-inverted-default-n9ytl0",
|
|
19196
|
+
"colorTextLinkInvertedHover": "--color-text-link-inverted-hover-b4wg6a",
|
|
18619
19197
|
"colorTextLinkButtonUnderline": "--color-text-link-button-underline-z4wjnv",
|
|
18620
19198
|
"colorTextLinkButtonUnderlineHover": "--color-text-link-button-underline-hover-cn3mqh",
|
|
18621
|
-
"colorTextNotificationDefault": "--color-text-notification-default-
|
|
19199
|
+
"colorTextNotificationDefault": "--color-text-notification-default-w5tddq",
|
|
19200
|
+
"colorTextAlertDefault": "--color-text-alert-default-rwuv9g",
|
|
19201
|
+
"colorTextNotificationLinkDefault": "--color-text-notification-link-default-xy80e9",
|
|
19202
|
+
"colorTextNotificationLinkHover": "--color-text-notification-link-hover-jlgb8c",
|
|
18622
19203
|
"colorTextNotificationStackBar": "--color-text-notification-stack-bar-tjj0ek",
|
|
18623
19204
|
"colorTextNotificationYellow": "--color-text-notification-yellow-vjtdxk",
|
|
18624
|
-
"colorTextPaginationPageNumberActiveDisabled": "--color-text-pagination-page-number-active-disabled-
|
|
18625
|
-
"colorTextPaginationPageNumberDefault": "--color-text-pagination-page-number-default-
|
|
18626
|
-
"colorTextSegmentActive": "--color-text-segment-active-
|
|
18627
|
-
"colorTextSegmentDefault": "--color-text-segment-default-
|
|
18628
|
-
"colorTextSegmentHover": "--color-text-segment-hover-
|
|
18629
|
-
"colorTextSmall": "--color-text-small-
|
|
18630
|
-
"
|
|
18631
|
-
"
|
|
18632
|
-
"
|
|
18633
|
-
"
|
|
18634
|
-
"
|
|
18635
|
-
"
|
|
18636
|
-
"
|
|
18637
|
-
"
|
|
18638
|
-
"
|
|
18639
|
-
"
|
|
18640
|
-
"
|
|
18641
|
-
"
|
|
18642
|
-
"
|
|
18643
|
-
"
|
|
18644
|
-
"
|
|
18645
|
-
"
|
|
18646
|
-
"
|
|
18647
|
-
"
|
|
18648
|
-
"
|
|
18649
|
-
"
|
|
18650
|
-
"
|
|
18651
|
-
"
|
|
18652
|
-
"
|
|
18653
|
-
"
|
|
18654
|
-
"
|
|
18655
|
-
"
|
|
18656
|
-
"
|
|
18657
|
-
"
|
|
19205
|
+
"colorTextPaginationPageNumberActiveDisabled": "--color-text-pagination-page-number-active-disabled-uj04sc",
|
|
19206
|
+
"colorTextPaginationPageNumberDefault": "--color-text-pagination-page-number-default-jqmmw0",
|
|
19207
|
+
"colorTextSegmentActive": "--color-text-segment-active-ul57kp",
|
|
19208
|
+
"colorTextSegmentDefault": "--color-text-segment-default-5r4jz0",
|
|
19209
|
+
"colorTextSegmentHover": "--color-text-segment-hover-9dj6y6",
|
|
19210
|
+
"colorTextSmall": "--color-text-small-vk4o1c",
|
|
19211
|
+
"colorTextFlashbarIconError": "--color-text-flashbar-icon-error-cb5ezy",
|
|
19212
|
+
"colorTextFlashbarIconInfo": "--color-text-flashbar-icon-info-lobe9x",
|
|
19213
|
+
"colorTextFlashbarIconSuccess": "--color-text-flashbar-icon-success-tqehsy",
|
|
19214
|
+
"colorTextFlashbarIconWarning": "--color-text-flashbar-icon-warning-ojtnxb",
|
|
19215
|
+
"colorTextAlertIconError": "--color-text-alert-icon-error-tlrirw",
|
|
19216
|
+
"colorTextAlertIconInfo": "--color-text-alert-icon-info-rwhxzh",
|
|
19217
|
+
"colorTextAlertIconSuccess": "--color-text-alert-icon-success-6ptnga",
|
|
19218
|
+
"colorTextAlertIconWarning": "--color-text-alert-icon-warning-jj09xr",
|
|
19219
|
+
"colorTextStatusError": "--color-text-status-error-ak9yp5",
|
|
19220
|
+
"colorTextStatusInactive": "--color-text-status-inactive-tg9r8q",
|
|
19221
|
+
"colorTextStatusInfo": "--color-text-status-info-c3q8b6",
|
|
19222
|
+
"colorTextStatusSuccess": "--color-text-status-success-9wcobb",
|
|
19223
|
+
"colorTextStatusWarning": "--color-text-status-warning-avkj4w",
|
|
19224
|
+
"colorTextTopNavigationTitle": "--color-text-top-navigation-title-kiop92",
|
|
19225
|
+
"colorTextTutorialHotspotDefault": "--color-text-tutorial-hotspot-default-7f0h47",
|
|
19226
|
+
"colorTextTutorialHotspotHover": "--color-text-tutorial-hotspot-hover-jkzh5r",
|
|
19227
|
+
"colorBoardPlaceholderActive": "--color-board-placeholder-active-3nv7j5",
|
|
19228
|
+
"colorBoardPlaceholderHover": "--color-board-placeholder-hover-1hv3br",
|
|
19229
|
+
"colorDragPlaceholderActive": "--color-drag-placeholder-active-7dewab",
|
|
19230
|
+
"colorDragPlaceholderHover": "--color-drag-placeholder-hover-guvi5d",
|
|
19231
|
+
"colorDropzoneBackgroundDefault": "--color-dropzone-background-default-ia1ya0",
|
|
19232
|
+
"colorDropzoneBackgroundHover": "--color-dropzone-background-hover-j9ea7e",
|
|
19233
|
+
"colorDropzoneTextDefault": "--color-dropzone-text-default-m7ucyv",
|
|
19234
|
+
"colorDropzoneTextHover": "--color-dropzone-text-hover-yjnvhw",
|
|
19235
|
+
"colorDropzoneBorderDefault": "--color-dropzone-border-default-lohkzd",
|
|
19236
|
+
"colorDropzoneBorderHover": "--color-dropzone-border-hover-ejc85p",
|
|
19237
|
+
"colorGapGlobalDrawer": "--color-gap-global-drawer-w5yxw2",
|
|
19238
|
+
"colorTreeViewConnectorLine": "--color-tree-view-connector-line-821trc",
|
|
19239
|
+
"colorBackgroundActionCardDefault": "--color-background-action-card-default-t3yctp",
|
|
19240
|
+
"colorBackgroundActionCardHover": "--color-background-action-card-hover-h3wt1z",
|
|
19241
|
+
"colorBackgroundActionCardActive": "--color-background-action-card-active-usmbya",
|
|
19242
|
+
"colorBorderActionCardDefault": "--color-border-action-card-default-n2zyy4",
|
|
19243
|
+
"colorBorderActionCardHover": "--color-border-action-card-hover-rdbsmb",
|
|
19244
|
+
"colorBorderActionCardActive": "--color-border-action-card-active-xscx2q",
|
|
19245
|
+
"colorBorderActionCardDisabled": "--color-border-action-card-disabled-7v7a0x",
|
|
19246
|
+
"colorBackgroundActionCardDisabled": "--color-background-action-card-disabled-tyaaz1",
|
|
18658
19247
|
"colorTextActionCardDisabled": "--color-text-action-card-disabled-htx40i",
|
|
18659
|
-
"colorIconActionCardDefault": "--color-icon-action-card-default-
|
|
18660
|
-
"colorIconActionCardHover": "--color-icon-action-card-hover-
|
|
18661
|
-
"colorIconActionCardActive": "--color-icon-action-card-active-
|
|
18662
|
-
"colorIconActionCardDisabled": "--color-icon-action-card-disabled-
|
|
18663
|
-
"colorBackgroundSkeleton": "--color-background-skeleton-
|
|
18664
|
-
"colorBackgroundSkeletonWave": "--color-background-skeleton-wave-
|
|
19248
|
+
"colorIconActionCardDefault": "--color-icon-action-card-default-i2lc96",
|
|
19249
|
+
"colorIconActionCardHover": "--color-icon-action-card-hover-9b7foc",
|
|
19250
|
+
"colorIconActionCardActive": "--color-icon-action-card-active-ojxwnl",
|
|
19251
|
+
"colorIconActionCardDisabled": "--color-icon-action-card-disabled-l1ahot",
|
|
19252
|
+
"colorBackgroundSkeleton": "--color-background-skeleton-wytrx7",
|
|
19253
|
+
"colorBackgroundSkeletonWave": "--color-background-skeleton-wave-2q57ya",
|
|
18665
19254
|
"colorBackgroundBadgeGreen": "--color-background-badge-green-1bcjh0",
|
|
18666
19255
|
"colorBackgroundBadgeBlue": "--color-background-badge-blue-6346bd",
|
|
18667
19256
|
"colorBackgroundBadgeRed": "--color-background-badge-red-i81nmc",
|
|
18668
19257
|
"colorBackgroundBadgeYellow": "--color-background-badge-yellow-n60ths",
|
|
18669
|
-
"colorBackgroundBadgeGrey": "--color-background-badge-grey-
|
|
19258
|
+
"colorBackgroundBadgeGrey": "--color-background-badge-grey-5tl0uy",
|
|
18670
19259
|
"colorBorderBadge": "--color-border-badge-un9qea",
|
|
18671
19260
|
"colorBorderBadgeGrey": "--color-border-badge-grey-n3ma6u",
|
|
18672
19261
|
"colorBorderBadgeGreen": "--color-border-badge-green-9thsha",
|
|
18673
19262
|
"colorBorderBadgeBlue": "--color-border-badge-blue-8otq6p",
|
|
18674
19263
|
"colorBorderBadgeRed": "--color-border-badge-red-z936s1",
|
|
18675
|
-
"colorTextBadgeGrey": "--color-text-badge-grey-
|
|
18676
|
-
"colorTextBadgeGreen": "--color-text-badge-green-
|
|
18677
|
-
"colorTextBadgeBlue": "--color-text-badge-blue-
|
|
18678
|
-
"colorTextBadgeRed": "--color-text-badge-red-
|
|
18679
|
-
"colorBackgroundCodeView": "--color-background-code-view-
|
|
18680
|
-
"colorBackgroundVisualAccentRed": "--color-background-visual-accent-red-
|
|
18681
|
-
"colorBackgroundVisualAccentYellow": "--color-background-visual-accent-yellow-
|
|
18682
|
-
"colorBackgroundVisualAccentIndigo": "--color-background-visual-accent-indigo-
|
|
18683
|
-
"colorBackgroundVisualAccentGreen": "--color-background-visual-accent-green-
|
|
18684
|
-
"colorBackgroundVisualAccentOrange": "--color-background-visual-accent-orange-
|
|
18685
|
-
"colorBackgroundVisualAccentPurple": "--color-background-visual-accent-purple-
|
|
18686
|
-
"colorBackgroundVisualAccentLime": "--color-background-visual-accent-lime-
|
|
18687
|
-
"colorBackgroundVisualAccentGrey": "--color-background-visual-accent-grey-
|
|
18688
|
-
"colorBackgroundVisualAccentTeal": "--color-background-visual-accent-teal-
|
|
18689
|
-
"colorBackgroundVisualAccentBlue": "--color-background-visual-accent-blue-
|
|
18690
|
-
"colorBackgroundVisualAccentViolet": "--color-background-visual-accent-violet-
|
|
18691
|
-
"colorBackgroundVisualAccentMagenta": "--color-background-visual-accent-magenta-
|
|
18692
|
-
"colorBackgroundVisualAccentPink": "--color-background-visual-accent-pink-
|
|
18693
|
-
"colorBackgroundVisualAccentAmber": "--color-background-visual-accent-amber-
|
|
18694
|
-
"colorTextVisualAccentRed": "--color-text-visual-accent-red-
|
|
18695
|
-
"colorTextVisualAccentYellow": "--color-text-visual-accent-yellow-
|
|
18696
|
-
"colorTextVisualAccentIndigo": "--color-text-visual-accent-indigo-
|
|
18697
|
-
"colorTextVisualAccentGreen": "--color-text-visual-accent-green-
|
|
18698
|
-
"colorTextVisualAccentOrange": "--color-text-visual-accent-orange-
|
|
18699
|
-
"colorTextVisualAccentPurple": "--color-text-visual-accent-purple-
|
|
18700
|
-
"colorTextVisualAccentLime": "--color-text-visual-accent-lime-
|
|
18701
|
-
"colorTextVisualAccentGrey": "--color-text-visual-accent-grey-
|
|
18702
|
-
"colorTextVisualAccentTeal": "--color-text-visual-accent-teal-
|
|
18703
|
-
"colorTextVisualAccentBlue": "--color-text-visual-accent-blue-
|
|
18704
|
-
"colorTextVisualAccentViolet": "--color-text-visual-accent-violet-
|
|
18705
|
-
"colorTextVisualAccentMagenta": "--color-text-visual-accent-magenta-
|
|
18706
|
-
"colorTextVisualAccentPink": "--color-text-visual-accent-pink-
|
|
18707
|
-
"colorTextVisualAccentAmber": "--color-text-visual-accent-amber-
|
|
19264
|
+
"colorTextBadgeGrey": "--color-text-badge-grey-qbyu4m",
|
|
19265
|
+
"colorTextBadgeGreen": "--color-text-badge-green-ourl0s",
|
|
19266
|
+
"colorTextBadgeBlue": "--color-text-badge-blue-e7a2l0",
|
|
19267
|
+
"colorTextBadgeRed": "--color-text-badge-red-aewu86",
|
|
19268
|
+
"colorBackgroundCodeView": "--color-background-code-view-l2nfun",
|
|
19269
|
+
"colorBackgroundVisualAccentRed": "--color-background-visual-accent-red-bit8yt",
|
|
19270
|
+
"colorBackgroundVisualAccentYellow": "--color-background-visual-accent-yellow-qsxu4s",
|
|
19271
|
+
"colorBackgroundVisualAccentIndigo": "--color-background-visual-accent-indigo-edos35",
|
|
19272
|
+
"colorBackgroundVisualAccentGreen": "--color-background-visual-accent-green-r91q20",
|
|
19273
|
+
"colorBackgroundVisualAccentOrange": "--color-background-visual-accent-orange-q2umnc",
|
|
19274
|
+
"colorBackgroundVisualAccentPurple": "--color-background-visual-accent-purple-kq93ng",
|
|
19275
|
+
"colorBackgroundVisualAccentLime": "--color-background-visual-accent-lime-j1xkep",
|
|
19276
|
+
"colorBackgroundVisualAccentGrey": "--color-background-visual-accent-grey-ojj5z6",
|
|
19277
|
+
"colorBackgroundVisualAccentTeal": "--color-background-visual-accent-teal-8hzzqm",
|
|
19278
|
+
"colorBackgroundVisualAccentBlue": "--color-background-visual-accent-blue-hn33k0",
|
|
19279
|
+
"colorBackgroundVisualAccentViolet": "--color-background-visual-accent-violet-2mvriz",
|
|
19280
|
+
"colorBackgroundVisualAccentMagenta": "--color-background-visual-accent-magenta-goqypd",
|
|
19281
|
+
"colorBackgroundVisualAccentPink": "--color-background-visual-accent-pink-8ha8b6",
|
|
19282
|
+
"colorBackgroundVisualAccentAmber": "--color-background-visual-accent-amber-fvrvm3",
|
|
19283
|
+
"colorTextVisualAccentRed": "--color-text-visual-accent-red-onxk95",
|
|
19284
|
+
"colorTextVisualAccentYellow": "--color-text-visual-accent-yellow-sx6w4g",
|
|
19285
|
+
"colorTextVisualAccentIndigo": "--color-text-visual-accent-indigo-u9dybt",
|
|
19286
|
+
"colorTextVisualAccentGreen": "--color-text-visual-accent-green-bmtqm3",
|
|
19287
|
+
"colorTextVisualAccentOrange": "--color-text-visual-accent-orange-wr2zkf",
|
|
19288
|
+
"colorTextVisualAccentPurple": "--color-text-visual-accent-purple-3hhab5",
|
|
19289
|
+
"colorTextVisualAccentLime": "--color-text-visual-accent-lime-of82ws",
|
|
19290
|
+
"colorTextVisualAccentGrey": "--color-text-visual-accent-grey-o560dq",
|
|
19291
|
+
"colorTextVisualAccentTeal": "--color-text-visual-accent-teal-zh5vuh",
|
|
19292
|
+
"colorTextVisualAccentBlue": "--color-text-visual-accent-blue-qq3miy",
|
|
19293
|
+
"colorTextVisualAccentViolet": "--color-text-visual-accent-violet-t426e9",
|
|
19294
|
+
"colorTextVisualAccentMagenta": "--color-text-visual-accent-magenta-416j2z",
|
|
19295
|
+
"colorTextVisualAccentPink": "--color-text-visual-accent-pink-bj4hom",
|
|
19296
|
+
"colorTextVisualAccentAmber": "--color-text-visual-accent-amber-l4myqa",
|
|
18708
19297
|
"fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
|
|
18709
19298
|
"fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
|
|
18710
19299
|
"fontChartDetailSize": "--font-chart-detail-size-9qr25q",
|
|
@@ -18712,7 +19301,7 @@ export var preset = {
|
|
|
18712
19301
|
"fontDecorationThicknessLink": "--font-decoration-thickness-link-uesuo7",
|
|
18713
19302
|
"fontDecorationThicknessLinkDisplayL": "--font-decoration-thickness-link-display-l-6g5fyl",
|
|
18714
19303
|
"fontDisplayLabelWeight": "--font-display-label-weight-zavpeo",
|
|
18715
|
-
"fontSizeExpandableHeading": "--font-size-expandable-heading-
|
|
19304
|
+
"fontSizeExpandableHeading": "--font-size-expandable-heading-q41e8i",
|
|
18716
19305
|
"fontFamilyBase": "--font-family-base-gmnpzl",
|
|
18717
19306
|
"fontFamilyDisplay": "--font-family-display-a93nj0",
|
|
18718
19307
|
"fontFamilyHeading": "--font-family-heading-ugphat",
|