@cloudscape-design/components-themeable 3.0.1333 → 3.0.1335
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/box/visual-accent.scss +61 -25
- package/lib/internal/scss/button/styles.scss +6 -0
- package/lib/internal/scss/code-editor/ace-editor.scss +1 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/side-navigation/styles.scss +10 -3
- package/lib/internal/scss/steps/styles.scss +113 -31
- package/lib/internal/scss/table/header-cell/styles.scss +42 -14
- package/lib/internal/scss/table/styles.scss +6 -0
- package/lib/internal/scss/tooltip/styles.scss +22 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js.map +1 -1
- package/lib/internal/template/box/interfaces.d.ts +1 -1
- package/lib/internal/template/box/interfaces.d.ts.map +1 -1
- package/lib/internal/template/box/interfaces.js.map +1 -1
- package/lib/internal/template/box/styles.css.js +220 -224
- package/lib/internal/template/box/styles.scoped.css +293 -313
- package/lib/internal/template/box/styles.selectors.js +220 -224
- package/lib/internal/template/button/internal.d.ts +2 -0
- package/lib/internal/template/button/internal.d.ts.map +1 -1
- package/lib/internal/template/button/internal.js +2 -1
- package/lib/internal/template/button/internal.js.map +1 -1
- package/lib/internal/template/button/styles.css.js +23 -22
- package/lib/internal/template/button/styles.scoped.css +74 -69
- package/lib/internal/template/button/styles.selectors.js +23 -22
- package/lib/internal/template/button-dropdown/internal-interfaces.d.ts +11 -0
- package/lib/internal/template/button-dropdown/internal-interfaces.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/internal-interfaces.js.map +1 -1
- package/lib/internal/template/button-dropdown/internal.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/internal.js +3 -2
- package/lib/internal/template/button-dropdown/internal.js.map +1 -1
- package/lib/internal/template/button-group/copy-to-clipboard-item.d.ts +16 -0
- package/lib/internal/template/button-group/copy-to-clipboard-item.d.ts.map +1 -0
- package/lib/internal/template/button-group/copy-to-clipboard-item.js +38 -0
- package/lib/internal/template/button-group/copy-to-clipboard-item.js.map +1 -0
- package/lib/internal/template/button-group/index.d.ts.map +1 -1
- package/lib/internal/template/button-group/index.js +9 -1
- package/lib/internal/template/button-group/index.js.map +1 -1
- package/lib/internal/template/button-group/interfaces.d.ts +38 -2
- package/lib/internal/template/button-group/interfaces.d.ts.map +1 -1
- package/lib/internal/template/button-group/interfaces.js.map +1 -1
- package/lib/internal/template/button-group/internal-interfaces.d.ts +1 -1
- package/lib/internal/template/button-group/internal-interfaces.d.ts.map +1 -1
- package/lib/internal/template/button-group/internal-interfaces.js.map +1 -1
- package/lib/internal/template/button-group/internal.d.ts.map +1 -1
- package/lib/internal/template/button-group/internal.js +2 -2
- package/lib/internal/template/button-group/internal.js.map +1 -1
- package/lib/internal/template/button-group/item-element.d.ts +2 -0
- package/lib/internal/template/button-group/item-element.d.ts.map +1 -1
- package/lib/internal/template/button-group/item-element.js +13 -3
- package/lib/internal/template/button-group/item-element.js.map +1 -1
- package/lib/internal/template/code-editor/styles.css.js +33 -33
- package/lib/internal/template/code-editor/styles.scoped.css +187 -187
- package/lib/internal/template/code-editor/styles.selectors.js +33 -33
- package/lib/internal/template/i18n/messages/all.all.js +1 -1
- package/lib/internal/template/i18n/messages/all.all.json +1 -1
- package/lib/internal/template/i18n/messages/all.ar.js +1 -1
- package/lib/internal/template/i18n/messages/all.ar.json +1 -1
- package/lib/internal/template/i18n/messages/all.de.js +1 -1
- package/lib/internal/template/i18n/messages/all.de.json +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
- package/lib/internal/template/i18n/messages/all.en.js +1 -1
- package/lib/internal/template/i18n/messages/all.en.json +1 -1
- package/lib/internal/template/i18n/messages/all.es.js +1 -1
- package/lib/internal/template/i18n/messages/all.es.json +1 -1
- package/lib/internal/template/i18n/messages/all.fr.js +1 -1
- package/lib/internal/template/i18n/messages/all.fr.json +1 -1
- package/lib/internal/template/i18n/messages/all.id.js +1 -1
- package/lib/internal/template/i18n/messages/all.id.json +1 -1
- package/lib/internal/template/i18n/messages/all.it.js +1 -1
- package/lib/internal/template/i18n/messages/all.it.json +1 -1
- package/lib/internal/template/i18n/messages/all.ja.js +1 -1
- package/lib/internal/template/i18n/messages/all.ja.json +1 -1
- package/lib/internal/template/i18n/messages/all.ko.js +1 -1
- package/lib/internal/template/i18n/messages/all.ko.json +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
- package/lib/internal/template/i18n/messages/all.tr.js +1 -1
- package/lib/internal/template/i18n/messages/all.tr.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
- package/lib/internal/template/i18n/messages-types.d.ts +19 -0
- package/lib/internal/template/i18n/messages-types.d.ts.map +1 -1
- package/lib/internal/template/i18n/messages-types.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +163 -3
- 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 +35 -38
- package/lib/internal/template/internal/generated/styles/tokens.js +35 -38
- package/lib/internal/template/internal/generated/theming/index.cjs +585 -774
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +36 -9
- package/lib/internal/template/internal/generated/theming/index.d.ts +36 -9
- package/lib/internal/template/internal/generated/theming/index.js +585 -774
- package/lib/internal/template/internal/utils/scrollable-containers.d.ts +5 -0
- package/lib/internal/template/internal/utils/scrollable-containers.d.ts.map +1 -1
- package/lib/internal/template/internal/utils/scrollable-containers.js +16 -0
- package/lib/internal/template/internal/utils/scrollable-containers.js.map +1 -1
- package/lib/internal/template/side-navigation/implementation.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/implementation.js +3 -2
- package/lib/internal/template/side-navigation/implementation.js.map +1 -1
- package/lib/internal/template/side-navigation/parts.d.ts +2 -1
- package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/parts.js +14 -13
- package/lib/internal/template/side-navigation/parts.js.map +1 -1
- package/lib/internal/template/side-navigation/styles.css.js +48 -47
- package/lib/internal/template/side-navigation/styles.scoped.css +77 -74
- package/lib/internal/template/side-navigation/styles.selectors.js +48 -47
- package/lib/internal/template/side-navigation/util.d.ts +1 -0
- package/lib/internal/template/side-navigation/util.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/util.js +5 -0
- package/lib/internal/template/side-navigation/util.js.map +1 -1
- package/lib/internal/template/steps/interfaces.d.ts +2 -0
- package/lib/internal/template/steps/interfaces.d.ts.map +1 -1
- package/lib/internal/template/steps/interfaces.js.map +1 -1
- package/lib/internal/template/steps/internal.d.ts.map +1 -1
- package/lib/internal/template/steps/internal.js +35 -12
- package/lib/internal/template/steps/internal.js.map +1 -1
- package/lib/internal/template/steps/styles.css.js +17 -13
- package/lib/internal/template/steps/styles.scoped.css +99 -42
- package/lib/internal/template/steps/styles.selectors.js +17 -13
- package/lib/internal/template/table/clear-sort.d.ts +9 -0
- package/lib/internal/template/table/clear-sort.d.ts.map +1 -0
- package/lib/internal/template/table/clear-sort.js +15 -0
- package/lib/internal/template/table/clear-sort.js.map +1 -0
- package/lib/internal/template/table/header-cell/index.d.ts +4 -1
- package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
- package/lib/internal/template/table/header-cell/index.js +122 -33
- package/lib/internal/template/table/header-cell/index.js.map +1 -1
- package/lib/internal/template/table/header-cell/sort-menu.d.ts +14 -0
- package/lib/internal/template/table/header-cell/sort-menu.d.ts.map +1 -0
- package/lib/internal/template/table/header-cell/sort-menu.js +50 -0
- package/lib/internal/template/table/header-cell/sort-menu.js.map +1 -0
- package/lib/internal/template/table/header-cell/styles.css.js +38 -33
- package/lib/internal/template/table/header-cell/styles.scoped.css +101 -76
- package/lib/internal/template/table/header-cell/styles.selectors.js +38 -33
- package/lib/internal/template/table/header-cell/th-element.d.ts +8 -1
- package/lib/internal/template/table/header-cell/th-element.d.ts.map +1 -1
- package/lib/internal/template/table/header-cell/th-element.js +6 -2
- package/lib/internal/template/table/header-cell/th-element.js.map +1 -1
- package/lib/internal/template/table/index.d.ts.map +1 -1
- package/lib/internal/template/table/index.js +8 -4
- package/lib/internal/template/table/index.js.map +1 -1
- package/lib/internal/template/table/interfaces.d.ts +81 -2
- 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 +40 -9
- package/lib/internal/template/table/internal.js.map +1 -1
- package/lib/internal/template/table/multi-column-sort/live-announcement.d.ts +16 -0
- package/lib/internal/template/table/multi-column-sort/live-announcement.d.ts.map +1 -0
- package/lib/internal/template/table/multi-column-sort/live-announcement.js +68 -0
- package/lib/internal/template/table/multi-column-sort/live-announcement.js.map +1 -0
- package/lib/internal/template/table/multi-column-sort/utils.d.ts +45 -0
- package/lib/internal/template/table/multi-column-sort/utils.d.ts.map +1 -0
- package/lib/internal/template/table/multi-column-sort/utils.js +76 -0
- package/lib/internal/template/table/multi-column-sort/utils.js.map +1 -0
- package/lib/internal/template/table/styles.css.js +37 -36
- package/lib/internal/template/table/styles.scoped.css +46 -43
- package/lib/internal/template/table/styles.selectors.js +37 -36
- package/lib/internal/template/table/thead.d.ts +3 -0
- package/lib/internal/template/table/thead.d.ts.map +1 -1
- package/lib/internal/template/table/thead.js +3 -3
- package/lib/internal/template/table/thead.js.map +1 -1
- package/lib/internal/template/table/tools-header.d.ts +2 -1
- package/lib/internal/template/table/tools-header.d.ts.map +1 -1
- package/lib/internal/template/table/tools-header.js +4 -3
- package/lib/internal/template/table/tools-header.js.map +1 -1
- package/lib/internal/template/table/use-auto-skeleton-rows.d.ts +12 -0
- package/lib/internal/template/table/use-auto-skeleton-rows.d.ts.map +1 -0
- package/lib/internal/template/table/use-auto-skeleton-rows.js +100 -0
- package/lib/internal/template/table/use-auto-skeleton-rows.js.map +1 -0
- package/lib/internal/template/test-utils/dom/button-group/index.d.ts +4 -0
- package/lib/internal/template/test-utils/dom/button-group/index.js +8 -0
- package/lib/internal/template/test-utils/dom/button-group/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/pagination/index.js +2 -2
- package/lib/internal/template/test-utils/dom/pagination/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/steps/index.d.ts +4 -0
- package/lib/internal/template/test-utils/dom/steps/index.js +6 -0
- package/lib/internal/template/test-utils/dom/steps/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/table/index.d.ts +77 -0
- package/lib/internal/template/test-utils/dom/table/index.js +87 -2
- package/lib/internal/template/test-utils/dom/table/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/button-group/index.d.ts +4 -0
- package/lib/internal/template/test-utils/selectors/button-group/index.js +8 -0
- package/lib/internal/template/test-utils/selectors/button-group/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/pagination/index.js +2 -2
- package/lib/internal/template/test-utils/selectors/pagination/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/steps/index.d.ts +4 -0
- package/lib/internal/template/test-utils/selectors/steps/index.js +6 -0
- package/lib/internal/template/test-utils/selectors/steps/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/table/index.d.ts +77 -0
- package/lib/internal/template/test-utils/selectors/table/index.js +87 -2
- package/lib/internal/template/test-utils/selectors/table/index.js.map +1 -1
- package/lib/internal/template/tooltip/internal.d.ts.map +1 -1
- package/lib/internal/template/tooltip/internal.js +2 -1
- package/lib/internal/template/tooltip/internal.js.map +1 -1
- package/lib/internal/template/tooltip/styles.css.js +7 -0
- package/lib/internal/template/tooltip/styles.scoped.css +165 -0
- package/lib/internal/template/tooltip/styles.selectors.js +8 -0
- package/lib/internal/template/top-navigation/use-top-navigation.d.ts.map +1 -1
- package/lib/internal/template/top-navigation/use-top-navigation.js +2 -5
- package/lib/internal/template/top-navigation/use-top-navigation.js.map +1 -1
- package/package.json +1 -1
|
@@ -183,6 +183,10 @@ export var preset = {
|
|
|
183
183
|
"light": "#db0000",
|
|
184
184
|
"dark": "#db0000"
|
|
185
185
|
},
|
|
186
|
+
"colorError700": {
|
|
187
|
+
"light": "#c20000",
|
|
188
|
+
"dark": "#c20000"
|
|
189
|
+
},
|
|
186
190
|
"colorError800": {
|
|
187
191
|
"light": "#990000",
|
|
188
192
|
"dark": "#990000"
|
|
@@ -207,6 +211,10 @@ export var preset = {
|
|
|
207
211
|
"light": "#d9ffd6",
|
|
208
212
|
"dark": "#d9ffd6"
|
|
209
213
|
},
|
|
214
|
+
"colorSuccess200": {
|
|
215
|
+
"light": "#aeffa8",
|
|
216
|
+
"dark": "#aeffa8"
|
|
217
|
+
},
|
|
210
218
|
"colorSuccess400": {
|
|
211
219
|
"light": "#00e500",
|
|
212
220
|
"dark": "#00e500"
|
|
@@ -239,6 +247,10 @@ export var preset = {
|
|
|
239
247
|
"light": "#fffbbd",
|
|
240
248
|
"dark": "#fffbbd"
|
|
241
249
|
},
|
|
250
|
+
"colorWarning200": {
|
|
251
|
+
"light": "#fef571",
|
|
252
|
+
"dark": "#fef571"
|
|
253
|
+
},
|
|
242
254
|
"colorWarning400": {
|
|
243
255
|
"light": "#ffe347",
|
|
244
256
|
"dark": "#ffe347"
|
|
@@ -3019,149 +3031,117 @@ export var preset = {
|
|
|
3019
3031
|
"light": "#f8f8f8",
|
|
3020
3032
|
"dark": "#282c34"
|
|
3021
3033
|
},
|
|
3022
|
-
"
|
|
3023
|
-
"light": "
|
|
3034
|
+
"colorBackgroundVisualAccentRed": {
|
|
3035
|
+
"light": "#ffe0e0",
|
|
3024
3036
|
"dark": "rgba(255, 61, 61, 0.2)"
|
|
3025
3037
|
},
|
|
3026
|
-
"
|
|
3027
|
-
"light": "
|
|
3038
|
+
"colorBackgroundVisualAccentYellow": {
|
|
3039
|
+
"light": "#fffbbd",
|
|
3028
3040
|
"dark": "rgba(251, 211, 50, 0.2)"
|
|
3029
3041
|
},
|
|
3030
|
-
"
|
|
3031
|
-
"light": "
|
|
3032
|
-
"dark": "rgba(
|
|
3042
|
+
"colorBackgroundVisualAccentIndigo": {
|
|
3043
|
+
"light": "#dbe4ff",
|
|
3044
|
+
"dark": "rgba(92, 127, 255, 0.2)"
|
|
3033
3045
|
},
|
|
3034
|
-
"
|
|
3035
|
-
"light": "
|
|
3046
|
+
"colorBackgroundVisualAccentGreen": {
|
|
3047
|
+
"light": "#d9ffd6",
|
|
3036
3048
|
"dark": "rgba(43, 181, 52, 0.2)"
|
|
3037
3049
|
},
|
|
3038
|
-
"
|
|
3039
|
-
"light": "
|
|
3050
|
+
"colorBackgroundVisualAccentOrange": {
|
|
3051
|
+
"light": "rgba(255, 224, 214, 0.6)",
|
|
3040
3052
|
"dark": "rgba(255, 75, 20, 0.2)"
|
|
3041
3053
|
},
|
|
3042
|
-
"
|
|
3043
|
-
"light": "
|
|
3054
|
+
"colorBackgroundVisualAccentPurple": {
|
|
3055
|
+
"light": "rgba(242, 229, 255, 0.6)",
|
|
3044
3056
|
"dark": "rgba(173, 92, 255, 0.2)"
|
|
3045
3057
|
},
|
|
3046
|
-
"
|
|
3047
|
-
"light": "{colorMint100}",
|
|
3048
|
-
"dark": "rgba(0, 189, 107, 0.2)"
|
|
3049
|
-
},
|
|
3050
|
-
"colorBackgroundAccentLime": {
|
|
3058
|
+
"colorBackgroundVisualAccentLime": {
|
|
3051
3059
|
"light": "{colorLime100}",
|
|
3052
3060
|
"dark": "rgba(49, 184, 0, 0.2)"
|
|
3053
3061
|
},
|
|
3054
|
-
"
|
|
3062
|
+
"colorBackgroundVisualAccentGrey": {
|
|
3055
3063
|
"light": "{colorNeutral250}",
|
|
3056
3064
|
"dark": "{colorNeutral700}"
|
|
3057
3065
|
},
|
|
3058
|
-
"
|
|
3059
|
-
"light": "
|
|
3066
|
+
"colorBackgroundVisualAccentTeal": {
|
|
3067
|
+
"light": "rgba(204, 255, 252, 0.7)",
|
|
3060
3068
|
"dark": "rgba(0, 173, 162, 0.2)"
|
|
3061
3069
|
},
|
|
3062
|
-
"
|
|
3063
|
-
"light": "
|
|
3064
|
-
"dark": "rgba(0, 164, 189, 0.2)"
|
|
3065
|
-
},
|
|
3066
|
-
"colorBackgroundAccentBlue": {
|
|
3067
|
-
"light": "{colorInfo100}",
|
|
3070
|
+
"colorBackgroundVisualAccentBlue": {
|
|
3071
|
+
"light": "rgba(209, 241, 255, 0.6)",
|
|
3068
3072
|
"dark": "rgba(0, 153, 255, 0.2)"
|
|
3069
3073
|
},
|
|
3070
|
-
"
|
|
3071
|
-
"light": "
|
|
3074
|
+
"colorBackgroundVisualAccentViolet": {
|
|
3075
|
+
"light": "rgba(232, 229, 255, 0.6)",
|
|
3072
3076
|
"dark": "rgba(133, 117, 255, 0.2)"
|
|
3073
3077
|
},
|
|
3074
|
-
"
|
|
3075
|
-
"light": "
|
|
3076
|
-
"dark": "rgba(228, 51, 255, 0.2)"
|
|
3077
|
-
},
|
|
3078
|
-
"colorBackgroundAccentMagenta": {
|
|
3079
|
-
"light": "{colorMagenta100}",
|
|
3078
|
+
"colorBackgroundVisualAccentMagenta": {
|
|
3079
|
+
"light": "rgba(255, 224, 251, 0.6)",
|
|
3080
3080
|
"dark": "rgba(255, 26, 224, 0.2)"
|
|
3081
3081
|
},
|
|
3082
|
-
"
|
|
3083
|
-
"light": "
|
|
3082
|
+
"colorBackgroundVisualAccentPink": {
|
|
3083
|
+
"light": "rgba(255, 224, 240, 0.7)",
|
|
3084
3084
|
"dark": "rgba(255, 51, 153, 0.2)"
|
|
3085
3085
|
},
|
|
3086
|
-
"
|
|
3087
|
-
"light": "
|
|
3088
|
-
"dark": "rgba(255, 56, 106, 0.2)"
|
|
3089
|
-
},
|
|
3090
|
-
"colorBackgroundAccentAmber": {
|
|
3091
|
-
"light": "{colorAmber100}",
|
|
3086
|
+
"colorBackgroundVisualAccentAmber": {
|
|
3087
|
+
"light": "rgba(255, 232, 189, 0.7)",
|
|
3092
3088
|
"dark": "rgba(250, 111, 0, 0.2)"
|
|
3093
3089
|
},
|
|
3094
|
-
"
|
|
3095
|
-
"light": "{
|
|
3090
|
+
"colorTextVisualAccentRed": {
|
|
3091
|
+
"light": "{colorError700}",
|
|
3096
3092
|
"dark": "{colorError400}"
|
|
3097
3093
|
},
|
|
3098
|
-
"
|
|
3094
|
+
"colorTextVisualAccentYellow": {
|
|
3099
3095
|
"light": "{colorWarning900}",
|
|
3100
|
-
"dark": "{
|
|
3096
|
+
"dark": "{colorWarning200}"
|
|
3101
3097
|
},
|
|
3102
|
-
"
|
|
3098
|
+
"colorTextVisualAccentIndigo": {
|
|
3103
3099
|
"light": "{colorInfo800}",
|
|
3104
|
-
"dark": "{
|
|
3105
|
-
},
|
|
3106
|
-
"colorTextAccentGreen": {
|
|
3107
|
-
"light": "{colorSuccess800}",
|
|
3108
|
-
"dark": "{colorSuccess400}"
|
|
3100
|
+
"dark": "{colorInfo300}"
|
|
3109
3101
|
},
|
|
3110
|
-
"
|
|
3111
|
-
"light": "{
|
|
3112
|
-
"dark": "{
|
|
3102
|
+
"colorTextVisualAccentGreen": {
|
|
3103
|
+
"light": "{colorSuccess600}",
|
|
3104
|
+
"dark": "{colorSuccess200}"
|
|
3113
3105
|
},
|
|
3114
|
-
"
|
|
3115
|
-
"light": "
|
|
3116
|
-
"dark": "
|
|
3106
|
+
"colorTextVisualAccentOrange": {
|
|
3107
|
+
"light": "#a82700",
|
|
3108
|
+
"dark": "#ff997a"
|
|
3117
3109
|
},
|
|
3118
|
-
"
|
|
3119
|
-
"light": "
|
|
3120
|
-
"dark": "
|
|
3110
|
+
"colorTextVisualAccentPurple": {
|
|
3111
|
+
"light": "#962eff",
|
|
3112
|
+
"dark": "#d4a8ff"
|
|
3121
3113
|
},
|
|
3122
|
-
"
|
|
3123
|
-
"light": "
|
|
3124
|
-
"dark": "
|
|
3114
|
+
"colorTextVisualAccentLime": {
|
|
3115
|
+
"light": "#007000",
|
|
3116
|
+
"dark": "#acff2e"
|
|
3125
3117
|
},
|
|
3126
|
-
"
|
|
3127
|
-
"light": "{
|
|
3118
|
+
"colorTextVisualAccentGrey": {
|
|
3119
|
+
"light": "{colorNeutral850}",
|
|
3128
3120
|
"dark": "{colorNeutral300}"
|
|
3129
3121
|
},
|
|
3130
|
-
"
|
|
3131
|
-
"light": "
|
|
3132
|
-
"dark": "
|
|
3133
|
-
},
|
|
3134
|
-
"colorTextAccentCyan": {
|
|
3135
|
-
"light": "{colorCyan800}",
|
|
3136
|
-
"dark": "{colorCyan400}"
|
|
3137
|
-
},
|
|
3138
|
-
"colorTextAccentBlue": {
|
|
3139
|
-
"light": "{colorInfo800}",
|
|
3140
|
-
"dark": "{colorInfo400}"
|
|
3141
|
-
},
|
|
3142
|
-
"colorTextAccentViolet": {
|
|
3143
|
-
"light": "{colorViolet800}",
|
|
3144
|
-
"dark": "{colorViolet400}"
|
|
3122
|
+
"colorTextVisualAccentTeal": {
|
|
3123
|
+
"light": "#008077",
|
|
3124
|
+
"dark": "#00f5e4"
|
|
3145
3125
|
},
|
|
3146
|
-
"
|
|
3147
|
-
"light": "
|
|
3148
|
-
"dark": "
|
|
3126
|
+
"colorTextVisualAccentBlue": {
|
|
3127
|
+
"light": "#006ce0",
|
|
3128
|
+
"dark": "#75cfff"
|
|
3149
3129
|
},
|
|
3150
|
-
"
|
|
3151
|
-
"light": "
|
|
3152
|
-
"dark": "
|
|
3130
|
+
"colorTextVisualAccentViolet": {
|
|
3131
|
+
"light": "#6842ff",
|
|
3132
|
+
"dark": "#b2a8ff"
|
|
3153
3133
|
},
|
|
3154
|
-
"
|
|
3155
|
-
"light": "
|
|
3156
|
-
"dark": "
|
|
3134
|
+
"colorTextVisualAccentMagenta": {
|
|
3135
|
+
"light": "#b2008f",
|
|
3136
|
+
"dark": "#ff57e9"
|
|
3157
3137
|
},
|
|
3158
|
-
"
|
|
3159
|
-
"light": "
|
|
3160
|
-
"dark": "
|
|
3138
|
+
"colorTextVisualAccentPink": {
|
|
3139
|
+
"light": "#bb005d",
|
|
3140
|
+
"dark": "#ff99cc"
|
|
3161
3141
|
},
|
|
3162
|
-
"
|
|
3163
|
-
"light": "
|
|
3164
|
-
"dark": "
|
|
3142
|
+
"colorTextVisualAccentAmber": {
|
|
3143
|
+
"light": "#9e3700",
|
|
3144
|
+
"dark": "#ffbb45"
|
|
3165
3145
|
},
|
|
3166
3146
|
"fontBoxValueLargeWeight": "700",
|
|
3167
3147
|
"fontButtonLetterSpacing": "0.005em",
|
|
@@ -3463,6 +3443,14 @@ export var preset = {
|
|
|
3463
3443
|
"default": "{motionDurationRefreshOnlySlow}",
|
|
3464
3444
|
"disabled": "{motionDurationRefreshOnlySlow}"
|
|
3465
3445
|
},
|
|
3446
|
+
"motionDurationTooltipEnter": {
|
|
3447
|
+
"default": "{motionDurationRefreshOnlyFast}",
|
|
3448
|
+
"disabled": "{motionDurationRefreshOnlyFast}"
|
|
3449
|
+
},
|
|
3450
|
+
"motionEasingTooltipEnter": {
|
|
3451
|
+
"default": "{motionEasingRefreshOnlyA}",
|
|
3452
|
+
"disabled": "{motionEasingRefreshOnlyA}"
|
|
3453
|
+
},
|
|
3466
3454
|
"motionKeyframesFadeIn": {
|
|
3467
3455
|
"default": "awsui-fade-in-35003c",
|
|
3468
3456
|
"disabled": "awsui-fade-in-35003c"
|
|
@@ -3799,13 +3787,13 @@ export var preset = {
|
|
|
3799
3787
|
"comfortable": "{spaceXl}",
|
|
3800
3788
|
"compact": "{spaceXl}"
|
|
3801
3789
|
},
|
|
3802
|
-
"
|
|
3803
|
-
"comfortable": "
|
|
3804
|
-
"compact": "
|
|
3790
|
+
"spaceSideNavigationItemDefaultGap": {
|
|
3791
|
+
"comfortable": "{spaceNone}",
|
|
3792
|
+
"compact": "{spaceNone}"
|
|
3805
3793
|
},
|
|
3806
|
-
"
|
|
3807
|
-
"comfortable": "{
|
|
3808
|
-
"compact": "{
|
|
3794
|
+
"spaceSideNavigationItemIconGap": {
|
|
3795
|
+
"comfortable": "{spaceXxs}",
|
|
3796
|
+
"compact": "{spaceXxs}"
|
|
3809
3797
|
},
|
|
3810
3798
|
"spaceTileGutter": {
|
|
3811
3799
|
"comfortable": "{spaceXl}",
|
|
@@ -4361,13 +4349,13 @@ export var preset = {
|
|
|
4361
4349
|
"comfortable": "{spaceXl}",
|
|
4362
4350
|
"compact": "{spaceXl}"
|
|
4363
4351
|
},
|
|
4364
|
-
"
|
|
4365
|
-
"comfortable": "
|
|
4366
|
-
"compact": "
|
|
4352
|
+
"spaceSideNavigationItemDefaultGap": {
|
|
4353
|
+
"comfortable": "{spaceNone}",
|
|
4354
|
+
"compact": "{spaceNone}"
|
|
4367
4355
|
},
|
|
4368
|
-
"
|
|
4369
|
-
"comfortable": "{
|
|
4370
|
-
"compact": "{
|
|
4356
|
+
"spaceSideNavigationItemIconGap": {
|
|
4357
|
+
"comfortable": "{spaceXxs}",
|
|
4358
|
+
"compact": "{spaceXxs}"
|
|
4371
4359
|
},
|
|
4372
4360
|
"spaceTileGutter": {
|
|
4373
4361
|
"comfortable": "{spaceXl}",
|
|
@@ -6047,149 +6035,117 @@ export var preset = {
|
|
|
6047
6035
|
"light": "#282c34",
|
|
6048
6036
|
"dark": "#282c34"
|
|
6049
6037
|
},
|
|
6050
|
-
"
|
|
6038
|
+
"colorBackgroundVisualAccentRed": {
|
|
6051
6039
|
"light": "rgba(255, 61, 61, 0.2)",
|
|
6052
6040
|
"dark": "rgba(255, 61, 61, 0.2)"
|
|
6053
6041
|
},
|
|
6054
|
-
"
|
|
6042
|
+
"colorBackgroundVisualAccentYellow": {
|
|
6055
6043
|
"light": "rgba(251, 211, 50, 0.2)",
|
|
6056
6044
|
"dark": "rgba(251, 211, 50, 0.2)"
|
|
6057
6045
|
},
|
|
6058
|
-
"
|
|
6059
|
-
"light": "rgba(
|
|
6060
|
-
"dark": "rgba(
|
|
6046
|
+
"colorBackgroundVisualAccentIndigo": {
|
|
6047
|
+
"light": "rgba(92, 127, 255, 0.2)",
|
|
6048
|
+
"dark": "rgba(92, 127, 255, 0.2)"
|
|
6061
6049
|
},
|
|
6062
|
-
"
|
|
6050
|
+
"colorBackgroundVisualAccentGreen": {
|
|
6063
6051
|
"light": "rgba(43, 181, 52, 0.2)",
|
|
6064
6052
|
"dark": "rgba(43, 181, 52, 0.2)"
|
|
6065
6053
|
},
|
|
6066
|
-
"
|
|
6054
|
+
"colorBackgroundVisualAccentOrange": {
|
|
6067
6055
|
"light": "rgba(255, 75, 20, 0.2)",
|
|
6068
6056
|
"dark": "rgba(255, 75, 20, 0.2)"
|
|
6069
6057
|
},
|
|
6070
|
-
"
|
|
6058
|
+
"colorBackgroundVisualAccentPurple": {
|
|
6071
6059
|
"light": "rgba(173, 92, 255, 0.2)",
|
|
6072
6060
|
"dark": "rgba(173, 92, 255, 0.2)"
|
|
6073
6061
|
},
|
|
6074
|
-
"
|
|
6075
|
-
"light": "rgba(0, 189, 107, 0.2)",
|
|
6076
|
-
"dark": "rgba(0, 189, 107, 0.2)"
|
|
6077
|
-
},
|
|
6078
|
-
"colorBackgroundAccentLime": {
|
|
6062
|
+
"colorBackgroundVisualAccentLime": {
|
|
6079
6063
|
"light": "rgba(49, 184, 0, 0.2)",
|
|
6080
6064
|
"dark": "rgba(49, 184, 0, 0.2)"
|
|
6081
6065
|
},
|
|
6082
|
-
"
|
|
6066
|
+
"colorBackgroundVisualAccentGrey": {
|
|
6083
6067
|
"light": "{colorNeutral700}",
|
|
6084
6068
|
"dark": "{colorNeutral700}"
|
|
6085
6069
|
},
|
|
6086
|
-
"
|
|
6070
|
+
"colorBackgroundVisualAccentTeal": {
|
|
6087
6071
|
"light": "rgba(0, 173, 162, 0.2)",
|
|
6088
6072
|
"dark": "rgba(0, 173, 162, 0.2)"
|
|
6089
6073
|
},
|
|
6090
|
-
"
|
|
6091
|
-
"light": "rgba(0, 164, 189, 0.2)",
|
|
6092
|
-
"dark": "rgba(0, 164, 189, 0.2)"
|
|
6093
|
-
},
|
|
6094
|
-
"colorBackgroundAccentBlue": {
|
|
6074
|
+
"colorBackgroundVisualAccentBlue": {
|
|
6095
6075
|
"light": "rgba(0, 153, 255, 0.2)",
|
|
6096
6076
|
"dark": "rgba(0, 153, 255, 0.2)"
|
|
6097
6077
|
},
|
|
6098
|
-
"
|
|
6078
|
+
"colorBackgroundVisualAccentViolet": {
|
|
6099
6079
|
"light": "rgba(133, 117, 255, 0.2)",
|
|
6100
6080
|
"dark": "rgba(133, 117, 255, 0.2)"
|
|
6101
6081
|
},
|
|
6102
|
-
"
|
|
6103
|
-
"light": "rgba(228, 51, 255, 0.2)",
|
|
6104
|
-
"dark": "rgba(228, 51, 255, 0.2)"
|
|
6105
|
-
},
|
|
6106
|
-
"colorBackgroundAccentMagenta": {
|
|
6082
|
+
"colorBackgroundVisualAccentMagenta": {
|
|
6107
6083
|
"light": "rgba(255, 26, 224, 0.2)",
|
|
6108
6084
|
"dark": "rgba(255, 26, 224, 0.2)"
|
|
6109
6085
|
},
|
|
6110
|
-
"
|
|
6086
|
+
"colorBackgroundVisualAccentPink": {
|
|
6111
6087
|
"light": "rgba(255, 51, 153, 0.2)",
|
|
6112
6088
|
"dark": "rgba(255, 51, 153, 0.2)"
|
|
6113
6089
|
},
|
|
6114
|
-
"
|
|
6115
|
-
"light": "rgba(255, 56, 106, 0.2)",
|
|
6116
|
-
"dark": "rgba(255, 56, 106, 0.2)"
|
|
6117
|
-
},
|
|
6118
|
-
"colorBackgroundAccentAmber": {
|
|
6090
|
+
"colorBackgroundVisualAccentAmber": {
|
|
6119
6091
|
"light": "rgba(250, 111, 0, 0.2)",
|
|
6120
6092
|
"dark": "rgba(250, 111, 0, 0.2)"
|
|
6121
6093
|
},
|
|
6122
|
-
"
|
|
6094
|
+
"colorTextVisualAccentRed": {
|
|
6123
6095
|
"light": "{colorError400}",
|
|
6124
6096
|
"dark": "{colorError400}"
|
|
6125
6097
|
},
|
|
6126
|
-
"
|
|
6127
|
-
"light": "{
|
|
6128
|
-
"dark": "{
|
|
6129
|
-
},
|
|
6130
|
-
"colorTextAccentIndigo": {
|
|
6131
|
-
"light": "{colorInfo400}",
|
|
6132
|
-
"dark": "{colorInfo400}"
|
|
6098
|
+
"colorTextVisualAccentYellow": {
|
|
6099
|
+
"light": "{colorWarning200}",
|
|
6100
|
+
"dark": "{colorWarning200}"
|
|
6133
6101
|
},
|
|
6134
|
-
"
|
|
6135
|
-
"light": "{
|
|
6136
|
-
"dark": "{
|
|
6102
|
+
"colorTextVisualAccentIndigo": {
|
|
6103
|
+
"light": "{colorInfo300}",
|
|
6104
|
+
"dark": "{colorInfo300}"
|
|
6137
6105
|
},
|
|
6138
|
-
"
|
|
6139
|
-
"light": "{
|
|
6140
|
-
"dark": "{
|
|
6106
|
+
"colorTextVisualAccentGreen": {
|
|
6107
|
+
"light": "{colorSuccess200}",
|
|
6108
|
+
"dark": "{colorSuccess200}"
|
|
6141
6109
|
},
|
|
6142
|
-
"
|
|
6143
|
-
"light": "
|
|
6144
|
-
"dark": "
|
|
6110
|
+
"colorTextVisualAccentOrange": {
|
|
6111
|
+
"light": "#ff997a",
|
|
6112
|
+
"dark": "#ff997a"
|
|
6145
6113
|
},
|
|
6146
|
-
"
|
|
6147
|
-
"light": "
|
|
6148
|
-
"dark": "
|
|
6114
|
+
"colorTextVisualAccentPurple": {
|
|
6115
|
+
"light": "#d4a8ff",
|
|
6116
|
+
"dark": "#d4a8ff"
|
|
6149
6117
|
},
|
|
6150
|
-
"
|
|
6151
|
-
"light": "
|
|
6152
|
-
"dark": "
|
|
6118
|
+
"colorTextVisualAccentLime": {
|
|
6119
|
+
"light": "#acff2e",
|
|
6120
|
+
"dark": "#acff2e"
|
|
6153
6121
|
},
|
|
6154
|
-
"
|
|
6122
|
+
"colorTextVisualAccentGrey": {
|
|
6155
6123
|
"light": "{colorNeutral300}",
|
|
6156
6124
|
"dark": "{colorNeutral300}"
|
|
6157
6125
|
},
|
|
6158
|
-
"
|
|
6159
|
-
"light": "
|
|
6160
|
-
"dark": "
|
|
6161
|
-
},
|
|
6162
|
-
"colorTextAccentCyan": {
|
|
6163
|
-
"light": "{colorCyan400}",
|
|
6164
|
-
"dark": "{colorCyan400}"
|
|
6165
|
-
},
|
|
6166
|
-
"colorTextAccentBlue": {
|
|
6167
|
-
"light": "{colorInfo400}",
|
|
6168
|
-
"dark": "{colorInfo400}"
|
|
6169
|
-
},
|
|
6170
|
-
"colorTextAccentViolet": {
|
|
6171
|
-
"light": "{colorViolet400}",
|
|
6172
|
-
"dark": "{colorViolet400}"
|
|
6126
|
+
"colorTextVisualAccentTeal": {
|
|
6127
|
+
"light": "#00f5e4",
|
|
6128
|
+
"dark": "#00f5e4"
|
|
6173
6129
|
},
|
|
6174
|
-
"
|
|
6175
|
-
"light": "
|
|
6176
|
-
"dark": "
|
|
6130
|
+
"colorTextVisualAccentBlue": {
|
|
6131
|
+
"light": "#75cfff",
|
|
6132
|
+
"dark": "#75cfff"
|
|
6177
6133
|
},
|
|
6178
|
-
"
|
|
6179
|
-
"light": "
|
|
6180
|
-
"dark": "
|
|
6134
|
+
"colorTextVisualAccentViolet": {
|
|
6135
|
+
"light": "#b2a8ff",
|
|
6136
|
+
"dark": "#b2a8ff"
|
|
6181
6137
|
},
|
|
6182
|
-
"
|
|
6183
|
-
"light": "
|
|
6184
|
-
"dark": "
|
|
6138
|
+
"colorTextVisualAccentMagenta": {
|
|
6139
|
+
"light": "#ff57e9",
|
|
6140
|
+
"dark": "#ff57e9"
|
|
6185
6141
|
},
|
|
6186
|
-
"
|
|
6187
|
-
"light": "
|
|
6188
|
-
"dark": "
|
|
6142
|
+
"colorTextVisualAccentPink": {
|
|
6143
|
+
"light": "#ff99cc",
|
|
6144
|
+
"dark": "#ff99cc"
|
|
6189
6145
|
},
|
|
6190
|
-
"
|
|
6191
|
-
"light": "
|
|
6192
|
-
"dark": "
|
|
6146
|
+
"colorTextVisualAccentAmber": {
|
|
6147
|
+
"light": "#ffbb45",
|
|
6148
|
+
"dark": "#ffbb45"
|
|
6193
6149
|
},
|
|
6194
6150
|
"colorPrimary50": "#f0fbff",
|
|
6195
6151
|
"colorPrimary100": "#d1f1ff",
|
|
@@ -6227,12 +6183,14 @@ export var preset = {
|
|
|
6227
6183
|
"colorError100": "#ffe0e0",
|
|
6228
6184
|
"colorError400": "#ff7a7a",
|
|
6229
6185
|
"colorError600": "#db0000",
|
|
6186
|
+
"colorError700": "#c20000",
|
|
6230
6187
|
"colorError800": "#990000",
|
|
6231
6188
|
"colorError900": "#700000",
|
|
6232
6189
|
"colorError950": "#520000",
|
|
6233
6190
|
"colorError1000": "#1f0000",
|
|
6234
6191
|
"colorSuccess50": "#effff1",
|
|
6235
6192
|
"colorSuccess100": "#d9ffd6",
|
|
6193
|
+
"colorSuccess200": "#aeffa8",
|
|
6236
6194
|
"colorSuccess400": "#00e500",
|
|
6237
6195
|
"colorSuccess500": "#2bb534",
|
|
6238
6196
|
"colorSuccess600": "#00802f",
|
|
@@ -6241,6 +6199,7 @@ export var preset = {
|
|
|
6241
6199
|
"colorSuccess1000": "#001401",
|
|
6242
6200
|
"colorWarning50": "#fffef0",
|
|
6243
6201
|
"colorWarning100": "#fffbbd",
|
|
6202
|
+
"colorWarning200": "#fef571",
|
|
6244
6203
|
"colorWarning400": "#ffe347",
|
|
6245
6204
|
"colorWarning500": "#fbd332",
|
|
6246
6205
|
"colorWarning600": "#f2b100",
|
|
@@ -7892,149 +7851,117 @@ export var preset = {
|
|
|
7892
7851
|
"light": "#282c34",
|
|
7893
7852
|
"dark": "#282c34"
|
|
7894
7853
|
},
|
|
7895
|
-
"
|
|
7854
|
+
"colorBackgroundVisualAccentRed": {
|
|
7896
7855
|
"light": "rgba(255, 61, 61, 0.2)",
|
|
7897
7856
|
"dark": "rgba(255, 61, 61, 0.2)"
|
|
7898
7857
|
},
|
|
7899
|
-
"
|
|
7858
|
+
"colorBackgroundVisualAccentYellow": {
|
|
7900
7859
|
"light": "rgba(251, 211, 50, 0.2)",
|
|
7901
7860
|
"dark": "rgba(251, 211, 50, 0.2)"
|
|
7902
7861
|
},
|
|
7903
|
-
"
|
|
7904
|
-
"light": "rgba(
|
|
7905
|
-
"dark": "rgba(
|
|
7862
|
+
"colorBackgroundVisualAccentIndigo": {
|
|
7863
|
+
"light": "rgba(92, 127, 255, 0.2)",
|
|
7864
|
+
"dark": "rgba(92, 127, 255, 0.2)"
|
|
7906
7865
|
},
|
|
7907
|
-
"
|
|
7866
|
+
"colorBackgroundVisualAccentGreen": {
|
|
7908
7867
|
"light": "rgba(43, 181, 52, 0.2)",
|
|
7909
7868
|
"dark": "rgba(43, 181, 52, 0.2)"
|
|
7910
7869
|
},
|
|
7911
|
-
"
|
|
7870
|
+
"colorBackgroundVisualAccentOrange": {
|
|
7912
7871
|
"light": "rgba(255, 75, 20, 0.2)",
|
|
7913
7872
|
"dark": "rgba(255, 75, 20, 0.2)"
|
|
7914
7873
|
},
|
|
7915
|
-
"
|
|
7874
|
+
"colorBackgroundVisualAccentPurple": {
|
|
7916
7875
|
"light": "rgba(173, 92, 255, 0.2)",
|
|
7917
7876
|
"dark": "rgba(173, 92, 255, 0.2)"
|
|
7918
7877
|
},
|
|
7919
|
-
"
|
|
7920
|
-
"light": "rgba(0, 189, 107, 0.2)",
|
|
7921
|
-
"dark": "rgba(0, 189, 107, 0.2)"
|
|
7922
|
-
},
|
|
7923
|
-
"colorBackgroundAccentLime": {
|
|
7878
|
+
"colorBackgroundVisualAccentLime": {
|
|
7924
7879
|
"light": "rgba(49, 184, 0, 0.2)",
|
|
7925
7880
|
"dark": "rgba(49, 184, 0, 0.2)"
|
|
7926
7881
|
},
|
|
7927
|
-
"
|
|
7882
|
+
"colorBackgroundVisualAccentGrey": {
|
|
7928
7883
|
"light": "{colorNeutral700}",
|
|
7929
7884
|
"dark": "{colorNeutral700}"
|
|
7930
7885
|
},
|
|
7931
|
-
"
|
|
7886
|
+
"colorBackgroundVisualAccentTeal": {
|
|
7932
7887
|
"light": "rgba(0, 173, 162, 0.2)",
|
|
7933
7888
|
"dark": "rgba(0, 173, 162, 0.2)"
|
|
7934
7889
|
},
|
|
7935
|
-
"
|
|
7936
|
-
"light": "rgba(0, 164, 189, 0.2)",
|
|
7937
|
-
"dark": "rgba(0, 164, 189, 0.2)"
|
|
7938
|
-
},
|
|
7939
|
-
"colorBackgroundAccentBlue": {
|
|
7890
|
+
"colorBackgroundVisualAccentBlue": {
|
|
7940
7891
|
"light": "rgba(0, 153, 255, 0.2)",
|
|
7941
7892
|
"dark": "rgba(0, 153, 255, 0.2)"
|
|
7942
7893
|
},
|
|
7943
|
-
"
|
|
7894
|
+
"colorBackgroundVisualAccentViolet": {
|
|
7944
7895
|
"light": "rgba(133, 117, 255, 0.2)",
|
|
7945
7896
|
"dark": "rgba(133, 117, 255, 0.2)"
|
|
7946
7897
|
},
|
|
7947
|
-
"
|
|
7948
|
-
"light": "rgba(228, 51, 255, 0.2)",
|
|
7949
|
-
"dark": "rgba(228, 51, 255, 0.2)"
|
|
7950
|
-
},
|
|
7951
|
-
"colorBackgroundAccentMagenta": {
|
|
7898
|
+
"colorBackgroundVisualAccentMagenta": {
|
|
7952
7899
|
"light": "rgba(255, 26, 224, 0.2)",
|
|
7953
7900
|
"dark": "rgba(255, 26, 224, 0.2)"
|
|
7954
7901
|
},
|
|
7955
|
-
"
|
|
7902
|
+
"colorBackgroundVisualAccentPink": {
|
|
7956
7903
|
"light": "rgba(255, 51, 153, 0.2)",
|
|
7957
7904
|
"dark": "rgba(255, 51, 153, 0.2)"
|
|
7958
7905
|
},
|
|
7959
|
-
"
|
|
7960
|
-
"light": "rgba(255, 56, 106, 0.2)",
|
|
7961
|
-
"dark": "rgba(255, 56, 106, 0.2)"
|
|
7962
|
-
},
|
|
7963
|
-
"colorBackgroundAccentAmber": {
|
|
7906
|
+
"colorBackgroundVisualAccentAmber": {
|
|
7964
7907
|
"light": "rgba(250, 111, 0, 0.2)",
|
|
7965
7908
|
"dark": "rgba(250, 111, 0, 0.2)"
|
|
7966
7909
|
},
|
|
7967
|
-
"
|
|
7910
|
+
"colorTextVisualAccentRed": {
|
|
7968
7911
|
"light": "{colorError400}",
|
|
7969
7912
|
"dark": "{colorError400}"
|
|
7970
7913
|
},
|
|
7971
|
-
"
|
|
7972
|
-
"light": "{
|
|
7973
|
-
"dark": "{
|
|
7974
|
-
},
|
|
7975
|
-
"colorTextAccentIndigo": {
|
|
7976
|
-
"light": "{colorInfo400}",
|
|
7977
|
-
"dark": "{colorInfo400}"
|
|
7914
|
+
"colorTextVisualAccentYellow": {
|
|
7915
|
+
"light": "{colorWarning200}",
|
|
7916
|
+
"dark": "{colorWarning200}"
|
|
7978
7917
|
},
|
|
7979
|
-
"
|
|
7980
|
-
"light": "{
|
|
7981
|
-
"dark": "{
|
|
7918
|
+
"colorTextVisualAccentIndigo": {
|
|
7919
|
+
"light": "{colorInfo300}",
|
|
7920
|
+
"dark": "{colorInfo300}"
|
|
7982
7921
|
},
|
|
7983
|
-
"
|
|
7984
|
-
"light": "{
|
|
7985
|
-
"dark": "{
|
|
7922
|
+
"colorTextVisualAccentGreen": {
|
|
7923
|
+
"light": "{colorSuccess200}",
|
|
7924
|
+
"dark": "{colorSuccess200}"
|
|
7986
7925
|
},
|
|
7987
|
-
"
|
|
7988
|
-
"light": "
|
|
7989
|
-
"dark": "
|
|
7926
|
+
"colorTextVisualAccentOrange": {
|
|
7927
|
+
"light": "#ff997a",
|
|
7928
|
+
"dark": "#ff997a"
|
|
7990
7929
|
},
|
|
7991
|
-
"
|
|
7992
|
-
"light": "
|
|
7993
|
-
"dark": "
|
|
7930
|
+
"colorTextVisualAccentPurple": {
|
|
7931
|
+
"light": "#d4a8ff",
|
|
7932
|
+
"dark": "#d4a8ff"
|
|
7994
7933
|
},
|
|
7995
|
-
"
|
|
7996
|
-
"light": "
|
|
7997
|
-
"dark": "
|
|
7934
|
+
"colorTextVisualAccentLime": {
|
|
7935
|
+
"light": "#acff2e",
|
|
7936
|
+
"dark": "#acff2e"
|
|
7998
7937
|
},
|
|
7999
|
-
"
|
|
7938
|
+
"colorTextVisualAccentGrey": {
|
|
8000
7939
|
"light": "{colorNeutral300}",
|
|
8001
7940
|
"dark": "{colorNeutral300}"
|
|
8002
7941
|
},
|
|
8003
|
-
"
|
|
8004
|
-
"light": "
|
|
8005
|
-
"dark": "
|
|
8006
|
-
},
|
|
8007
|
-
"colorTextAccentCyan": {
|
|
8008
|
-
"light": "{colorCyan400}",
|
|
8009
|
-
"dark": "{colorCyan400}"
|
|
7942
|
+
"colorTextVisualAccentTeal": {
|
|
7943
|
+
"light": "#00f5e4",
|
|
7944
|
+
"dark": "#00f5e4"
|
|
8010
7945
|
},
|
|
8011
|
-
"
|
|
8012
|
-
"light": "
|
|
8013
|
-
"dark": "
|
|
8014
|
-
},
|
|
8015
|
-
"colorTextAccentViolet": {
|
|
8016
|
-
"light": "{colorViolet400}",
|
|
8017
|
-
"dark": "{colorViolet400}"
|
|
8018
|
-
},
|
|
8019
|
-
"colorTextAccentFuchsia": {
|
|
8020
|
-
"light": "{colorFuchsia400}",
|
|
8021
|
-
"dark": "{colorFuchsia400}"
|
|
7946
|
+
"colorTextVisualAccentBlue": {
|
|
7947
|
+
"light": "#75cfff",
|
|
7948
|
+
"dark": "#75cfff"
|
|
8022
7949
|
},
|
|
8023
|
-
"
|
|
8024
|
-
"light": "
|
|
8025
|
-
"dark": "
|
|
7950
|
+
"colorTextVisualAccentViolet": {
|
|
7951
|
+
"light": "#b2a8ff",
|
|
7952
|
+
"dark": "#b2a8ff"
|
|
8026
7953
|
},
|
|
8027
|
-
"
|
|
8028
|
-
"light": "
|
|
8029
|
-
"dark": "
|
|
7954
|
+
"colorTextVisualAccentMagenta": {
|
|
7955
|
+
"light": "#ff57e9",
|
|
7956
|
+
"dark": "#ff57e9"
|
|
8030
7957
|
},
|
|
8031
|
-
"
|
|
8032
|
-
"light": "
|
|
8033
|
-
"dark": "
|
|
7958
|
+
"colorTextVisualAccentPink": {
|
|
7959
|
+
"light": "#ff99cc",
|
|
7960
|
+
"dark": "#ff99cc"
|
|
8034
7961
|
},
|
|
8035
|
-
"
|
|
8036
|
-
"light": "
|
|
8037
|
-
"dark": "
|
|
7962
|
+
"colorTextVisualAccentAmber": {
|
|
7963
|
+
"light": "#ffbb45",
|
|
7964
|
+
"dark": "#ffbb45"
|
|
8038
7965
|
},
|
|
8039
7966
|
"colorPrimary50": "#f0fbff",
|
|
8040
7967
|
"colorPrimary100": "#d1f1ff",
|
|
@@ -8072,12 +7999,14 @@ export var preset = {
|
|
|
8072
7999
|
"colorError100": "#ffe0e0",
|
|
8073
8000
|
"colorError400": "#ff7a7a",
|
|
8074
8001
|
"colorError600": "#db0000",
|
|
8002
|
+
"colorError700": "#c20000",
|
|
8075
8003
|
"colorError800": "#990000",
|
|
8076
8004
|
"colorError900": "#700000",
|
|
8077
8005
|
"colorError950": "#520000",
|
|
8078
8006
|
"colorError1000": "#1f0000",
|
|
8079
8007
|
"colorSuccess50": "#effff1",
|
|
8080
8008
|
"colorSuccess100": "#d9ffd6",
|
|
8009
|
+
"colorSuccess200": "#aeffa8",
|
|
8081
8010
|
"colorSuccess400": "#00e500",
|
|
8082
8011
|
"colorSuccess500": "#2bb534",
|
|
8083
8012
|
"colorSuccess600": "#00802f",
|
|
@@ -8086,6 +8015,7 @@ export var preset = {
|
|
|
8086
8015
|
"colorSuccess1000": "#001401",
|
|
8087
8016
|
"colorWarning50": "#fffef0",
|
|
8088
8017
|
"colorWarning100": "#fffbbd",
|
|
8018
|
+
"colorWarning200": "#fef571",
|
|
8089
8019
|
"colorWarning400": "#ffe347",
|
|
8090
8020
|
"colorWarning500": "#fbd332",
|
|
8091
8021
|
"colorWarning600": "#f2b100",
|
|
@@ -9665,149 +9595,117 @@ export var preset = {
|
|
|
9665
9595
|
"light": "#f8f8f8",
|
|
9666
9596
|
"dark": "#282c34"
|
|
9667
9597
|
},
|
|
9668
|
-
"
|
|
9669
|
-
"light": "
|
|
9598
|
+
"colorBackgroundVisualAccentRed": {
|
|
9599
|
+
"light": "#ffe0e0",
|
|
9670
9600
|
"dark": "rgba(255, 61, 61, 0.2)"
|
|
9671
9601
|
},
|
|
9672
|
-
"
|
|
9673
|
-
"light": "
|
|
9602
|
+
"colorBackgroundVisualAccentYellow": {
|
|
9603
|
+
"light": "#fffbbd",
|
|
9674
9604
|
"dark": "rgba(251, 211, 50, 0.2)"
|
|
9675
9605
|
},
|
|
9676
|
-
"
|
|
9677
|
-
"light": "
|
|
9678
|
-
"dark": "rgba(
|
|
9606
|
+
"colorBackgroundVisualAccentIndigo": {
|
|
9607
|
+
"light": "#dbe4ff",
|
|
9608
|
+
"dark": "rgba(92, 127, 255, 0.2)"
|
|
9679
9609
|
},
|
|
9680
|
-
"
|
|
9681
|
-
"light": "
|
|
9610
|
+
"colorBackgroundVisualAccentGreen": {
|
|
9611
|
+
"light": "#d9ffd6",
|
|
9682
9612
|
"dark": "rgba(43, 181, 52, 0.2)"
|
|
9683
9613
|
},
|
|
9684
|
-
"
|
|
9685
|
-
"light": "
|
|
9614
|
+
"colorBackgroundVisualAccentOrange": {
|
|
9615
|
+
"light": "rgba(255, 224, 214, 0.6)",
|
|
9686
9616
|
"dark": "rgba(255, 75, 20, 0.2)"
|
|
9687
9617
|
},
|
|
9688
|
-
"
|
|
9689
|
-
"light": "
|
|
9618
|
+
"colorBackgroundVisualAccentPurple": {
|
|
9619
|
+
"light": "rgba(242, 229, 255, 0.6)",
|
|
9690
9620
|
"dark": "rgba(173, 92, 255, 0.2)"
|
|
9691
9621
|
},
|
|
9692
|
-
"
|
|
9693
|
-
"light": "{colorMint100}",
|
|
9694
|
-
"dark": "rgba(0, 189, 107, 0.2)"
|
|
9695
|
-
},
|
|
9696
|
-
"colorBackgroundAccentLime": {
|
|
9622
|
+
"colorBackgroundVisualAccentLime": {
|
|
9697
9623
|
"light": "{colorLime100}",
|
|
9698
9624
|
"dark": "rgba(49, 184, 0, 0.2)"
|
|
9699
9625
|
},
|
|
9700
|
-
"
|
|
9626
|
+
"colorBackgroundVisualAccentGrey": {
|
|
9701
9627
|
"light": "{colorNeutral250}",
|
|
9702
9628
|
"dark": "{colorNeutral700}"
|
|
9703
9629
|
},
|
|
9704
|
-
"
|
|
9705
|
-
"light": "
|
|
9630
|
+
"colorBackgroundVisualAccentTeal": {
|
|
9631
|
+
"light": "rgba(204, 255, 252, 0.7)",
|
|
9706
9632
|
"dark": "rgba(0, 173, 162, 0.2)"
|
|
9707
9633
|
},
|
|
9708
|
-
"
|
|
9709
|
-
"light": "
|
|
9710
|
-
"dark": "rgba(0, 164, 189, 0.2)"
|
|
9711
|
-
},
|
|
9712
|
-
"colorBackgroundAccentBlue": {
|
|
9713
|
-
"light": "{colorInfo100}",
|
|
9634
|
+
"colorBackgroundVisualAccentBlue": {
|
|
9635
|
+
"light": "rgba(209, 241, 255, 0.6)",
|
|
9714
9636
|
"dark": "rgba(0, 153, 255, 0.2)"
|
|
9715
9637
|
},
|
|
9716
|
-
"
|
|
9717
|
-
"light": "
|
|
9638
|
+
"colorBackgroundVisualAccentViolet": {
|
|
9639
|
+
"light": "rgba(232, 229, 255, 0.6)",
|
|
9718
9640
|
"dark": "rgba(133, 117, 255, 0.2)"
|
|
9719
9641
|
},
|
|
9720
|
-
"
|
|
9721
|
-
"light": "
|
|
9722
|
-
"dark": "rgba(228, 51, 255, 0.2)"
|
|
9723
|
-
},
|
|
9724
|
-
"colorBackgroundAccentMagenta": {
|
|
9725
|
-
"light": "{colorMagenta100}",
|
|
9642
|
+
"colorBackgroundVisualAccentMagenta": {
|
|
9643
|
+
"light": "rgba(255, 224, 251, 0.6)",
|
|
9726
9644
|
"dark": "rgba(255, 26, 224, 0.2)"
|
|
9727
9645
|
},
|
|
9728
|
-
"
|
|
9729
|
-
"light": "
|
|
9646
|
+
"colorBackgroundVisualAccentPink": {
|
|
9647
|
+
"light": "rgba(255, 224, 240, 0.7)",
|
|
9730
9648
|
"dark": "rgba(255, 51, 153, 0.2)"
|
|
9731
9649
|
},
|
|
9732
|
-
"
|
|
9733
|
-
"light": "
|
|
9734
|
-
"dark": "rgba(255, 56, 106, 0.2)"
|
|
9735
|
-
},
|
|
9736
|
-
"colorBackgroundAccentAmber": {
|
|
9737
|
-
"light": "{colorAmber100}",
|
|
9650
|
+
"colorBackgroundVisualAccentAmber": {
|
|
9651
|
+
"light": "rgba(255, 232, 189, 0.7)",
|
|
9738
9652
|
"dark": "rgba(250, 111, 0, 0.2)"
|
|
9739
9653
|
},
|
|
9740
|
-
"
|
|
9741
|
-
"light": "{
|
|
9654
|
+
"colorTextVisualAccentRed": {
|
|
9655
|
+
"light": "{colorError700}",
|
|
9742
9656
|
"dark": "{colorError400}"
|
|
9743
9657
|
},
|
|
9744
|
-
"
|
|
9658
|
+
"colorTextVisualAccentYellow": {
|
|
9745
9659
|
"light": "{colorWarning900}",
|
|
9746
|
-
"dark": "{
|
|
9660
|
+
"dark": "{colorWarning200}"
|
|
9747
9661
|
},
|
|
9748
|
-
"
|
|
9662
|
+
"colorTextVisualAccentIndigo": {
|
|
9749
9663
|
"light": "{colorInfo800}",
|
|
9750
|
-
"dark": "{
|
|
9751
|
-
},
|
|
9752
|
-
"colorTextAccentGreen": {
|
|
9753
|
-
"light": "{colorSuccess800}",
|
|
9754
|
-
"dark": "{colorSuccess400}"
|
|
9664
|
+
"dark": "{colorInfo300}"
|
|
9755
9665
|
},
|
|
9756
|
-
"
|
|
9757
|
-
"light": "{
|
|
9758
|
-
"dark": "{
|
|
9666
|
+
"colorTextVisualAccentGreen": {
|
|
9667
|
+
"light": "{colorSuccess600}",
|
|
9668
|
+
"dark": "{colorSuccess200}"
|
|
9759
9669
|
},
|
|
9760
|
-
"
|
|
9761
|
-
"light": "
|
|
9762
|
-
"dark": "
|
|
9670
|
+
"colorTextVisualAccentOrange": {
|
|
9671
|
+
"light": "#a82700",
|
|
9672
|
+
"dark": "#ff997a"
|
|
9763
9673
|
},
|
|
9764
|
-
"
|
|
9765
|
-
"light": "
|
|
9766
|
-
"dark": "
|
|
9674
|
+
"colorTextVisualAccentPurple": {
|
|
9675
|
+
"light": "#962eff",
|
|
9676
|
+
"dark": "#d4a8ff"
|
|
9767
9677
|
},
|
|
9768
|
-
"
|
|
9769
|
-
"light": "
|
|
9770
|
-
"dark": "
|
|
9678
|
+
"colorTextVisualAccentLime": {
|
|
9679
|
+
"light": "#007000",
|
|
9680
|
+
"dark": "#acff2e"
|
|
9771
9681
|
},
|
|
9772
|
-
"
|
|
9773
|
-
"light": "{
|
|
9682
|
+
"colorTextVisualAccentGrey": {
|
|
9683
|
+
"light": "{colorNeutral850}",
|
|
9774
9684
|
"dark": "{colorNeutral300}"
|
|
9775
9685
|
},
|
|
9776
|
-
"
|
|
9777
|
-
"light": "
|
|
9778
|
-
"dark": "
|
|
9779
|
-
},
|
|
9780
|
-
"colorTextAccentCyan": {
|
|
9781
|
-
"light": "{colorCyan800}",
|
|
9782
|
-
"dark": "{colorCyan400}"
|
|
9783
|
-
},
|
|
9784
|
-
"colorTextAccentBlue": {
|
|
9785
|
-
"light": "{colorInfo800}",
|
|
9786
|
-
"dark": "{colorInfo400}"
|
|
9787
|
-
},
|
|
9788
|
-
"colorTextAccentViolet": {
|
|
9789
|
-
"light": "{colorViolet800}",
|
|
9790
|
-
"dark": "{colorViolet400}"
|
|
9686
|
+
"colorTextVisualAccentTeal": {
|
|
9687
|
+
"light": "#008077",
|
|
9688
|
+
"dark": "#00f5e4"
|
|
9791
9689
|
},
|
|
9792
|
-
"
|
|
9793
|
-
"light": "
|
|
9794
|
-
"dark": "
|
|
9690
|
+
"colorTextVisualAccentBlue": {
|
|
9691
|
+
"light": "#006ce0",
|
|
9692
|
+
"dark": "#75cfff"
|
|
9795
9693
|
},
|
|
9796
|
-
"
|
|
9797
|
-
"light": "
|
|
9798
|
-
"dark": "
|
|
9694
|
+
"colorTextVisualAccentViolet": {
|
|
9695
|
+
"light": "#6842ff",
|
|
9696
|
+
"dark": "#b2a8ff"
|
|
9799
9697
|
},
|
|
9800
|
-
"
|
|
9801
|
-
"light": "
|
|
9802
|
-
"dark": "
|
|
9698
|
+
"colorTextVisualAccentMagenta": {
|
|
9699
|
+
"light": "#b2008f",
|
|
9700
|
+
"dark": "#ff57e9"
|
|
9803
9701
|
},
|
|
9804
|
-
"
|
|
9805
|
-
"light": "
|
|
9806
|
-
"dark": "
|
|
9702
|
+
"colorTextVisualAccentPink": {
|
|
9703
|
+
"light": "#bb005d",
|
|
9704
|
+
"dark": "#ff99cc"
|
|
9807
9705
|
},
|
|
9808
|
-
"
|
|
9809
|
-
"light": "
|
|
9810
|
-
"dark": "
|
|
9706
|
+
"colorTextVisualAccentAmber": {
|
|
9707
|
+
"light": "#9e3700",
|
|
9708
|
+
"dark": "#ffbb45"
|
|
9811
9709
|
}
|
|
9812
9710
|
}
|
|
9813
9711
|
},
|
|
@@ -11287,149 +11185,117 @@ export var preset = {
|
|
|
11287
11185
|
"light": "#f8f8f8",
|
|
11288
11186
|
"dark": "#282c34"
|
|
11289
11187
|
},
|
|
11290
|
-
"
|
|
11291
|
-
"light": "
|
|
11188
|
+
"colorBackgroundVisualAccentRed": {
|
|
11189
|
+
"light": "#ffe0e0",
|
|
11292
11190
|
"dark": "rgba(255, 61, 61, 0.2)"
|
|
11293
11191
|
},
|
|
11294
|
-
"
|
|
11295
|
-
"light": "
|
|
11192
|
+
"colorBackgroundVisualAccentYellow": {
|
|
11193
|
+
"light": "#fffbbd",
|
|
11296
11194
|
"dark": "rgba(251, 211, 50, 0.2)"
|
|
11297
11195
|
},
|
|
11298
|
-
"
|
|
11299
|
-
"light": "
|
|
11300
|
-
"dark": "rgba(
|
|
11196
|
+
"colorBackgroundVisualAccentIndigo": {
|
|
11197
|
+
"light": "#dbe4ff",
|
|
11198
|
+
"dark": "rgba(92, 127, 255, 0.2)"
|
|
11301
11199
|
},
|
|
11302
|
-
"
|
|
11303
|
-
"light": "
|
|
11200
|
+
"colorBackgroundVisualAccentGreen": {
|
|
11201
|
+
"light": "#d9ffd6",
|
|
11304
11202
|
"dark": "rgba(43, 181, 52, 0.2)"
|
|
11305
11203
|
},
|
|
11306
|
-
"
|
|
11307
|
-
"light": "
|
|
11204
|
+
"colorBackgroundVisualAccentOrange": {
|
|
11205
|
+
"light": "rgba(255, 224, 214, 0.6)",
|
|
11308
11206
|
"dark": "rgba(255, 75, 20, 0.2)"
|
|
11309
11207
|
},
|
|
11310
|
-
"
|
|
11311
|
-
"light": "
|
|
11208
|
+
"colorBackgroundVisualAccentPurple": {
|
|
11209
|
+
"light": "rgba(242, 229, 255, 0.6)",
|
|
11312
11210
|
"dark": "rgba(173, 92, 255, 0.2)"
|
|
11313
11211
|
},
|
|
11314
|
-
"
|
|
11315
|
-
"light": "{colorMint100}",
|
|
11316
|
-
"dark": "rgba(0, 189, 107, 0.2)"
|
|
11317
|
-
},
|
|
11318
|
-
"colorBackgroundAccentLime": {
|
|
11212
|
+
"colorBackgroundVisualAccentLime": {
|
|
11319
11213
|
"light": "{colorLime100}",
|
|
11320
11214
|
"dark": "rgba(49, 184, 0, 0.2)"
|
|
11321
11215
|
},
|
|
11322
|
-
"
|
|
11216
|
+
"colorBackgroundVisualAccentGrey": {
|
|
11323
11217
|
"light": "{colorNeutral250}",
|
|
11324
11218
|
"dark": "{colorNeutral700}"
|
|
11325
11219
|
},
|
|
11326
|
-
"
|
|
11327
|
-
"light": "
|
|
11220
|
+
"colorBackgroundVisualAccentTeal": {
|
|
11221
|
+
"light": "rgba(204, 255, 252, 0.7)",
|
|
11328
11222
|
"dark": "rgba(0, 173, 162, 0.2)"
|
|
11329
11223
|
},
|
|
11330
|
-
"
|
|
11331
|
-
"light": "
|
|
11332
|
-
"dark": "rgba(0, 164, 189, 0.2)"
|
|
11333
|
-
},
|
|
11334
|
-
"colorBackgroundAccentBlue": {
|
|
11335
|
-
"light": "{colorInfo100}",
|
|
11224
|
+
"colorBackgroundVisualAccentBlue": {
|
|
11225
|
+
"light": "rgba(209, 241, 255, 0.6)",
|
|
11336
11226
|
"dark": "rgba(0, 153, 255, 0.2)"
|
|
11337
11227
|
},
|
|
11338
|
-
"
|
|
11339
|
-
"light": "
|
|
11228
|
+
"colorBackgroundVisualAccentViolet": {
|
|
11229
|
+
"light": "rgba(232, 229, 255, 0.6)",
|
|
11340
11230
|
"dark": "rgba(133, 117, 255, 0.2)"
|
|
11341
11231
|
},
|
|
11342
|
-
"
|
|
11343
|
-
"light": "
|
|
11344
|
-
"dark": "rgba(228, 51, 255, 0.2)"
|
|
11345
|
-
},
|
|
11346
|
-
"colorBackgroundAccentMagenta": {
|
|
11347
|
-
"light": "{colorMagenta100}",
|
|
11232
|
+
"colorBackgroundVisualAccentMagenta": {
|
|
11233
|
+
"light": "rgba(255, 224, 251, 0.6)",
|
|
11348
11234
|
"dark": "rgba(255, 26, 224, 0.2)"
|
|
11349
11235
|
},
|
|
11350
|
-
"
|
|
11351
|
-
"light": "
|
|
11236
|
+
"colorBackgroundVisualAccentPink": {
|
|
11237
|
+
"light": "rgba(255, 224, 240, 0.7)",
|
|
11352
11238
|
"dark": "rgba(255, 51, 153, 0.2)"
|
|
11353
11239
|
},
|
|
11354
|
-
"
|
|
11355
|
-
"light": "
|
|
11356
|
-
"dark": "rgba(255, 56, 106, 0.2)"
|
|
11357
|
-
},
|
|
11358
|
-
"colorBackgroundAccentAmber": {
|
|
11359
|
-
"light": "{colorAmber100}",
|
|
11240
|
+
"colorBackgroundVisualAccentAmber": {
|
|
11241
|
+
"light": "rgba(255, 232, 189, 0.7)",
|
|
11360
11242
|
"dark": "rgba(250, 111, 0, 0.2)"
|
|
11361
11243
|
},
|
|
11362
|
-
"
|
|
11363
|
-
"light": "{
|
|
11244
|
+
"colorTextVisualAccentRed": {
|
|
11245
|
+
"light": "{colorError700}",
|
|
11364
11246
|
"dark": "{colorError400}"
|
|
11365
11247
|
},
|
|
11366
|
-
"
|
|
11248
|
+
"colorTextVisualAccentYellow": {
|
|
11367
11249
|
"light": "{colorWarning900}",
|
|
11368
|
-
"dark": "{
|
|
11250
|
+
"dark": "{colorWarning200}"
|
|
11369
11251
|
},
|
|
11370
|
-
"
|
|
11252
|
+
"colorTextVisualAccentIndigo": {
|
|
11371
11253
|
"light": "{colorInfo800}",
|
|
11372
|
-
"dark": "{
|
|
11373
|
-
},
|
|
11374
|
-
"colorTextAccentGreen": {
|
|
11375
|
-
"light": "{colorSuccess800}",
|
|
11376
|
-
"dark": "{colorSuccess400}"
|
|
11254
|
+
"dark": "{colorInfo300}"
|
|
11377
11255
|
},
|
|
11378
|
-
"
|
|
11379
|
-
"light": "{
|
|
11380
|
-
"dark": "{
|
|
11256
|
+
"colorTextVisualAccentGreen": {
|
|
11257
|
+
"light": "{colorSuccess600}",
|
|
11258
|
+
"dark": "{colorSuccess200}"
|
|
11381
11259
|
},
|
|
11382
|
-
"
|
|
11383
|
-
"light": "
|
|
11384
|
-
"dark": "
|
|
11260
|
+
"colorTextVisualAccentOrange": {
|
|
11261
|
+
"light": "#a82700",
|
|
11262
|
+
"dark": "#ff997a"
|
|
11385
11263
|
},
|
|
11386
|
-
"
|
|
11387
|
-
"light": "
|
|
11388
|
-
"dark": "
|
|
11264
|
+
"colorTextVisualAccentPurple": {
|
|
11265
|
+
"light": "#962eff",
|
|
11266
|
+
"dark": "#d4a8ff"
|
|
11389
11267
|
},
|
|
11390
|
-
"
|
|
11391
|
-
"light": "
|
|
11392
|
-
"dark": "
|
|
11268
|
+
"colorTextVisualAccentLime": {
|
|
11269
|
+
"light": "#007000",
|
|
11270
|
+
"dark": "#acff2e"
|
|
11393
11271
|
},
|
|
11394
|
-
"
|
|
11395
|
-
"light": "{
|
|
11272
|
+
"colorTextVisualAccentGrey": {
|
|
11273
|
+
"light": "{colorNeutral850}",
|
|
11396
11274
|
"dark": "{colorNeutral300}"
|
|
11397
11275
|
},
|
|
11398
|
-
"
|
|
11399
|
-
"light": "
|
|
11400
|
-
"dark": "
|
|
11401
|
-
},
|
|
11402
|
-
"colorTextAccentCyan": {
|
|
11403
|
-
"light": "{colorCyan800}",
|
|
11404
|
-
"dark": "{colorCyan400}"
|
|
11405
|
-
},
|
|
11406
|
-
"colorTextAccentBlue": {
|
|
11407
|
-
"light": "{colorInfo800}",
|
|
11408
|
-
"dark": "{colorInfo400}"
|
|
11409
|
-
},
|
|
11410
|
-
"colorTextAccentViolet": {
|
|
11411
|
-
"light": "{colorViolet800}",
|
|
11412
|
-
"dark": "{colorViolet400}"
|
|
11276
|
+
"colorTextVisualAccentTeal": {
|
|
11277
|
+
"light": "#008077",
|
|
11278
|
+
"dark": "#00f5e4"
|
|
11413
11279
|
},
|
|
11414
|
-
"
|
|
11415
|
-
"light": "
|
|
11416
|
-
"dark": "
|
|
11280
|
+
"colorTextVisualAccentBlue": {
|
|
11281
|
+
"light": "#006ce0",
|
|
11282
|
+
"dark": "#75cfff"
|
|
11417
11283
|
},
|
|
11418
|
-
"
|
|
11419
|
-
"light": "
|
|
11420
|
-
"dark": "
|
|
11284
|
+
"colorTextVisualAccentViolet": {
|
|
11285
|
+
"light": "#6842ff",
|
|
11286
|
+
"dark": "#b2a8ff"
|
|
11421
11287
|
},
|
|
11422
|
-
"
|
|
11423
|
-
"light": "
|
|
11424
|
-
"dark": "
|
|
11288
|
+
"colorTextVisualAccentMagenta": {
|
|
11289
|
+
"light": "#b2008f",
|
|
11290
|
+
"dark": "#ff57e9"
|
|
11425
11291
|
},
|
|
11426
|
-
"
|
|
11427
|
-
"light": "
|
|
11428
|
-
"dark": "
|
|
11292
|
+
"colorTextVisualAccentPink": {
|
|
11293
|
+
"light": "#bb005d",
|
|
11294
|
+
"dark": "#ff99cc"
|
|
11429
11295
|
},
|
|
11430
|
-
"
|
|
11431
|
-
"light": "
|
|
11432
|
-
"dark": "
|
|
11296
|
+
"colorTextVisualAccentAmber": {
|
|
11297
|
+
"light": "#9e3700",
|
|
11298
|
+
"dark": "#ffbb45"
|
|
11433
11299
|
}
|
|
11434
11300
|
}
|
|
11435
11301
|
},
|
|
@@ -12909,149 +12775,117 @@ export var preset = {
|
|
|
12909
12775
|
"light": "#f8f8f8",
|
|
12910
12776
|
"dark": "#282c34"
|
|
12911
12777
|
},
|
|
12912
|
-
"
|
|
12913
|
-
"light": "
|
|
12778
|
+
"colorBackgroundVisualAccentRed": {
|
|
12779
|
+
"light": "#ffe0e0",
|
|
12914
12780
|
"dark": "rgba(255, 61, 61, 0.2)"
|
|
12915
12781
|
},
|
|
12916
|
-
"
|
|
12917
|
-
"light": "
|
|
12782
|
+
"colorBackgroundVisualAccentYellow": {
|
|
12783
|
+
"light": "#fffbbd",
|
|
12918
12784
|
"dark": "rgba(251, 211, 50, 0.2)"
|
|
12919
12785
|
},
|
|
12920
|
-
"
|
|
12921
|
-
"light": "
|
|
12922
|
-
"dark": "rgba(
|
|
12786
|
+
"colorBackgroundVisualAccentIndigo": {
|
|
12787
|
+
"light": "#dbe4ff",
|
|
12788
|
+
"dark": "rgba(92, 127, 255, 0.2)"
|
|
12923
12789
|
},
|
|
12924
|
-
"
|
|
12925
|
-
"light": "
|
|
12790
|
+
"colorBackgroundVisualAccentGreen": {
|
|
12791
|
+
"light": "#d9ffd6",
|
|
12926
12792
|
"dark": "rgba(43, 181, 52, 0.2)"
|
|
12927
12793
|
},
|
|
12928
|
-
"
|
|
12929
|
-
"light": "
|
|
12794
|
+
"colorBackgroundVisualAccentOrange": {
|
|
12795
|
+
"light": "rgba(255, 224, 214, 0.6)",
|
|
12930
12796
|
"dark": "rgba(255, 75, 20, 0.2)"
|
|
12931
12797
|
},
|
|
12932
|
-
"
|
|
12933
|
-
"light": "
|
|
12798
|
+
"colorBackgroundVisualAccentPurple": {
|
|
12799
|
+
"light": "rgba(242, 229, 255, 0.6)",
|
|
12934
12800
|
"dark": "rgba(173, 92, 255, 0.2)"
|
|
12935
12801
|
},
|
|
12936
|
-
"
|
|
12937
|
-
"light": "{colorMint100}",
|
|
12938
|
-
"dark": "rgba(0, 189, 107, 0.2)"
|
|
12939
|
-
},
|
|
12940
|
-
"colorBackgroundAccentLime": {
|
|
12802
|
+
"colorBackgroundVisualAccentLime": {
|
|
12941
12803
|
"light": "{colorLime100}",
|
|
12942
12804
|
"dark": "rgba(49, 184, 0, 0.2)"
|
|
12943
12805
|
},
|
|
12944
|
-
"
|
|
12806
|
+
"colorBackgroundVisualAccentGrey": {
|
|
12945
12807
|
"light": "{colorNeutral250}",
|
|
12946
12808
|
"dark": "{colorNeutral700}"
|
|
12947
12809
|
},
|
|
12948
|
-
"
|
|
12949
|
-
"light": "
|
|
12810
|
+
"colorBackgroundVisualAccentTeal": {
|
|
12811
|
+
"light": "rgba(204, 255, 252, 0.7)",
|
|
12950
12812
|
"dark": "rgba(0, 173, 162, 0.2)"
|
|
12951
12813
|
},
|
|
12952
|
-
"
|
|
12953
|
-
"light": "
|
|
12954
|
-
"dark": "rgba(0, 164, 189, 0.2)"
|
|
12955
|
-
},
|
|
12956
|
-
"colorBackgroundAccentBlue": {
|
|
12957
|
-
"light": "{colorInfo100}",
|
|
12814
|
+
"colorBackgroundVisualAccentBlue": {
|
|
12815
|
+
"light": "rgba(209, 241, 255, 0.6)",
|
|
12958
12816
|
"dark": "rgba(0, 153, 255, 0.2)"
|
|
12959
12817
|
},
|
|
12960
|
-
"
|
|
12961
|
-
"light": "
|
|
12818
|
+
"colorBackgroundVisualAccentViolet": {
|
|
12819
|
+
"light": "rgba(232, 229, 255, 0.6)",
|
|
12962
12820
|
"dark": "rgba(133, 117, 255, 0.2)"
|
|
12963
12821
|
},
|
|
12964
|
-
"
|
|
12965
|
-
"light": "
|
|
12966
|
-
"dark": "rgba(228, 51, 255, 0.2)"
|
|
12967
|
-
},
|
|
12968
|
-
"colorBackgroundAccentMagenta": {
|
|
12969
|
-
"light": "{colorMagenta100}",
|
|
12822
|
+
"colorBackgroundVisualAccentMagenta": {
|
|
12823
|
+
"light": "rgba(255, 224, 251, 0.6)",
|
|
12970
12824
|
"dark": "rgba(255, 26, 224, 0.2)"
|
|
12971
12825
|
},
|
|
12972
|
-
"
|
|
12973
|
-
"light": "
|
|
12826
|
+
"colorBackgroundVisualAccentPink": {
|
|
12827
|
+
"light": "rgba(255, 224, 240, 0.7)",
|
|
12974
12828
|
"dark": "rgba(255, 51, 153, 0.2)"
|
|
12975
12829
|
},
|
|
12976
|
-
"
|
|
12977
|
-
"light": "
|
|
12978
|
-
"dark": "rgba(255, 56, 106, 0.2)"
|
|
12979
|
-
},
|
|
12980
|
-
"colorBackgroundAccentAmber": {
|
|
12981
|
-
"light": "{colorAmber100}",
|
|
12830
|
+
"colorBackgroundVisualAccentAmber": {
|
|
12831
|
+
"light": "rgba(255, 232, 189, 0.7)",
|
|
12982
12832
|
"dark": "rgba(250, 111, 0, 0.2)"
|
|
12983
12833
|
},
|
|
12984
|
-
"
|
|
12985
|
-
"light": "{
|
|
12834
|
+
"colorTextVisualAccentRed": {
|
|
12835
|
+
"light": "{colorError700}",
|
|
12986
12836
|
"dark": "{colorError400}"
|
|
12987
12837
|
},
|
|
12988
|
-
"
|
|
12838
|
+
"colorTextVisualAccentYellow": {
|
|
12989
12839
|
"light": "{colorWarning900}",
|
|
12990
|
-
"dark": "{
|
|
12840
|
+
"dark": "{colorWarning200}"
|
|
12991
12841
|
},
|
|
12992
|
-
"
|
|
12842
|
+
"colorTextVisualAccentIndigo": {
|
|
12993
12843
|
"light": "{colorInfo800}",
|
|
12994
|
-
"dark": "{
|
|
12995
|
-
},
|
|
12996
|
-
"colorTextAccentGreen": {
|
|
12997
|
-
"light": "{colorSuccess800}",
|
|
12998
|
-
"dark": "{colorSuccess400}"
|
|
12844
|
+
"dark": "{colorInfo300}"
|
|
12999
12845
|
},
|
|
13000
|
-
"
|
|
13001
|
-
"light": "{
|
|
13002
|
-
"dark": "{
|
|
12846
|
+
"colorTextVisualAccentGreen": {
|
|
12847
|
+
"light": "{colorSuccess600}",
|
|
12848
|
+
"dark": "{colorSuccess200}"
|
|
13003
12849
|
},
|
|
13004
|
-
"
|
|
13005
|
-
"light": "
|
|
13006
|
-
"dark": "
|
|
12850
|
+
"colorTextVisualAccentOrange": {
|
|
12851
|
+
"light": "#a82700",
|
|
12852
|
+
"dark": "#ff997a"
|
|
13007
12853
|
},
|
|
13008
|
-
"
|
|
13009
|
-
"light": "
|
|
13010
|
-
"dark": "
|
|
12854
|
+
"colorTextVisualAccentPurple": {
|
|
12855
|
+
"light": "#962eff",
|
|
12856
|
+
"dark": "#d4a8ff"
|
|
13011
12857
|
},
|
|
13012
|
-
"
|
|
13013
|
-
"light": "
|
|
13014
|
-
"dark": "
|
|
12858
|
+
"colorTextVisualAccentLime": {
|
|
12859
|
+
"light": "#007000",
|
|
12860
|
+
"dark": "#acff2e"
|
|
13015
12861
|
},
|
|
13016
|
-
"
|
|
13017
|
-
"light": "{
|
|
12862
|
+
"colorTextVisualAccentGrey": {
|
|
12863
|
+
"light": "{colorNeutral850}",
|
|
13018
12864
|
"dark": "{colorNeutral300}"
|
|
13019
12865
|
},
|
|
13020
|
-
"
|
|
13021
|
-
"light": "
|
|
13022
|
-
"dark": "
|
|
13023
|
-
},
|
|
13024
|
-
"colorTextAccentCyan": {
|
|
13025
|
-
"light": "{colorCyan800}",
|
|
13026
|
-
"dark": "{colorCyan400}"
|
|
13027
|
-
},
|
|
13028
|
-
"colorTextAccentBlue": {
|
|
13029
|
-
"light": "{colorInfo800}",
|
|
13030
|
-
"dark": "{colorInfo400}"
|
|
13031
|
-
},
|
|
13032
|
-
"colorTextAccentViolet": {
|
|
13033
|
-
"light": "{colorViolet800}",
|
|
13034
|
-
"dark": "{colorViolet400}"
|
|
12866
|
+
"colorTextVisualAccentTeal": {
|
|
12867
|
+
"light": "#008077",
|
|
12868
|
+
"dark": "#00f5e4"
|
|
13035
12869
|
},
|
|
13036
|
-
"
|
|
13037
|
-
"light": "
|
|
13038
|
-
"dark": "
|
|
12870
|
+
"colorTextVisualAccentBlue": {
|
|
12871
|
+
"light": "#006ce0",
|
|
12872
|
+
"dark": "#75cfff"
|
|
13039
12873
|
},
|
|
13040
|
-
"
|
|
13041
|
-
"light": "
|
|
13042
|
-
"dark": "
|
|
12874
|
+
"colorTextVisualAccentViolet": {
|
|
12875
|
+
"light": "#6842ff",
|
|
12876
|
+
"dark": "#b2a8ff"
|
|
13043
12877
|
},
|
|
13044
|
-
"
|
|
13045
|
-
"light": "
|
|
13046
|
-
"dark": "
|
|
12878
|
+
"colorTextVisualAccentMagenta": {
|
|
12879
|
+
"light": "#b2008f",
|
|
12880
|
+
"dark": "#ff57e9"
|
|
13047
12881
|
},
|
|
13048
|
-
"
|
|
13049
|
-
"light": "
|
|
13050
|
-
"dark": "
|
|
12882
|
+
"colorTextVisualAccentPink": {
|
|
12883
|
+
"light": "#bb005d",
|
|
12884
|
+
"dark": "#ff99cc"
|
|
13051
12885
|
},
|
|
13052
|
-
"
|
|
13053
|
-
"light": "
|
|
13054
|
-
"dark": "
|
|
12886
|
+
"colorTextVisualAccentAmber": {
|
|
12887
|
+
"light": "#9e3700",
|
|
12888
|
+
"dark": "#ffbb45"
|
|
13055
12889
|
},
|
|
13056
12890
|
"fontSizeExpandableHeading": "14px",
|
|
13057
12891
|
"borderDividerSectionWidth": "1px"
|
|
@@ -14533,149 +14367,117 @@ export var preset = {
|
|
|
14533
14367
|
"light": "#282c34",
|
|
14534
14368
|
"dark": "#282c34"
|
|
14535
14369
|
},
|
|
14536
|
-
"
|
|
14370
|
+
"colorBackgroundVisualAccentRed": {
|
|
14537
14371
|
"light": "rgba(255, 61, 61, 0.2)",
|
|
14538
14372
|
"dark": "rgba(255, 61, 61, 0.2)"
|
|
14539
14373
|
},
|
|
14540
|
-
"
|
|
14374
|
+
"colorBackgroundVisualAccentYellow": {
|
|
14541
14375
|
"light": "rgba(251, 211, 50, 0.2)",
|
|
14542
14376
|
"dark": "rgba(251, 211, 50, 0.2)"
|
|
14543
14377
|
},
|
|
14544
|
-
"
|
|
14545
|
-
"light": "rgba(
|
|
14546
|
-
"dark": "rgba(
|
|
14378
|
+
"colorBackgroundVisualAccentIndigo": {
|
|
14379
|
+
"light": "rgba(92, 127, 255, 0.2)",
|
|
14380
|
+
"dark": "rgba(92, 127, 255, 0.2)"
|
|
14547
14381
|
},
|
|
14548
|
-
"
|
|
14382
|
+
"colorBackgroundVisualAccentGreen": {
|
|
14549
14383
|
"light": "rgba(43, 181, 52, 0.2)",
|
|
14550
14384
|
"dark": "rgba(43, 181, 52, 0.2)"
|
|
14551
14385
|
},
|
|
14552
|
-
"
|
|
14386
|
+
"colorBackgroundVisualAccentOrange": {
|
|
14553
14387
|
"light": "rgba(255, 75, 20, 0.2)",
|
|
14554
14388
|
"dark": "rgba(255, 75, 20, 0.2)"
|
|
14555
14389
|
},
|
|
14556
|
-
"
|
|
14390
|
+
"colorBackgroundVisualAccentPurple": {
|
|
14557
14391
|
"light": "rgba(173, 92, 255, 0.2)",
|
|
14558
14392
|
"dark": "rgba(173, 92, 255, 0.2)"
|
|
14559
14393
|
},
|
|
14560
|
-
"
|
|
14561
|
-
"light": "rgba(0, 189, 107, 0.2)",
|
|
14562
|
-
"dark": "rgba(0, 189, 107, 0.2)"
|
|
14563
|
-
},
|
|
14564
|
-
"colorBackgroundAccentLime": {
|
|
14394
|
+
"colorBackgroundVisualAccentLime": {
|
|
14565
14395
|
"light": "rgba(49, 184, 0, 0.2)",
|
|
14566
14396
|
"dark": "rgba(49, 184, 0, 0.2)"
|
|
14567
14397
|
},
|
|
14568
|
-
"
|
|
14398
|
+
"colorBackgroundVisualAccentGrey": {
|
|
14569
14399
|
"light": "{colorNeutral700}",
|
|
14570
14400
|
"dark": "{colorNeutral700}"
|
|
14571
14401
|
},
|
|
14572
|
-
"
|
|
14402
|
+
"colorBackgroundVisualAccentTeal": {
|
|
14573
14403
|
"light": "rgba(0, 173, 162, 0.2)",
|
|
14574
14404
|
"dark": "rgba(0, 173, 162, 0.2)"
|
|
14575
14405
|
},
|
|
14576
|
-
"
|
|
14577
|
-
"light": "rgba(0, 164, 189, 0.2)",
|
|
14578
|
-
"dark": "rgba(0, 164, 189, 0.2)"
|
|
14579
|
-
},
|
|
14580
|
-
"colorBackgroundAccentBlue": {
|
|
14406
|
+
"colorBackgroundVisualAccentBlue": {
|
|
14581
14407
|
"light": "rgba(0, 153, 255, 0.2)",
|
|
14582
14408
|
"dark": "rgba(0, 153, 255, 0.2)"
|
|
14583
14409
|
},
|
|
14584
|
-
"
|
|
14410
|
+
"colorBackgroundVisualAccentViolet": {
|
|
14585
14411
|
"light": "rgba(133, 117, 255, 0.2)",
|
|
14586
14412
|
"dark": "rgba(133, 117, 255, 0.2)"
|
|
14587
14413
|
},
|
|
14588
|
-
"
|
|
14589
|
-
"light": "rgba(228, 51, 255, 0.2)",
|
|
14590
|
-
"dark": "rgba(228, 51, 255, 0.2)"
|
|
14591
|
-
},
|
|
14592
|
-
"colorBackgroundAccentMagenta": {
|
|
14414
|
+
"colorBackgroundVisualAccentMagenta": {
|
|
14593
14415
|
"light": "rgba(255, 26, 224, 0.2)",
|
|
14594
14416
|
"dark": "rgba(255, 26, 224, 0.2)"
|
|
14595
14417
|
},
|
|
14596
|
-
"
|
|
14418
|
+
"colorBackgroundVisualAccentPink": {
|
|
14597
14419
|
"light": "rgba(255, 51, 153, 0.2)",
|
|
14598
14420
|
"dark": "rgba(255, 51, 153, 0.2)"
|
|
14599
14421
|
},
|
|
14600
|
-
"
|
|
14601
|
-
"light": "rgba(255, 56, 106, 0.2)",
|
|
14602
|
-
"dark": "rgba(255, 56, 106, 0.2)"
|
|
14603
|
-
},
|
|
14604
|
-
"colorBackgroundAccentAmber": {
|
|
14422
|
+
"colorBackgroundVisualAccentAmber": {
|
|
14605
14423
|
"light": "rgba(250, 111, 0, 0.2)",
|
|
14606
14424
|
"dark": "rgba(250, 111, 0, 0.2)"
|
|
14607
14425
|
},
|
|
14608
|
-
"
|
|
14426
|
+
"colorTextVisualAccentRed": {
|
|
14609
14427
|
"light": "{colorError400}",
|
|
14610
14428
|
"dark": "{colorError400}"
|
|
14611
14429
|
},
|
|
14612
|
-
"
|
|
14613
|
-
"light": "{
|
|
14614
|
-
"dark": "{
|
|
14615
|
-
},
|
|
14616
|
-
"colorTextAccentIndigo": {
|
|
14617
|
-
"light": "{colorInfo400}",
|
|
14618
|
-
"dark": "{colorInfo400}"
|
|
14430
|
+
"colorTextVisualAccentYellow": {
|
|
14431
|
+
"light": "{colorWarning200}",
|
|
14432
|
+
"dark": "{colorWarning200}"
|
|
14619
14433
|
},
|
|
14620
|
-
"
|
|
14621
|
-
"light": "{
|
|
14622
|
-
"dark": "{
|
|
14434
|
+
"colorTextVisualAccentIndigo": {
|
|
14435
|
+
"light": "{colorInfo300}",
|
|
14436
|
+
"dark": "{colorInfo300}"
|
|
14623
14437
|
},
|
|
14624
|
-
"
|
|
14625
|
-
"light": "{
|
|
14626
|
-
"dark": "{
|
|
14438
|
+
"colorTextVisualAccentGreen": {
|
|
14439
|
+
"light": "{colorSuccess200}",
|
|
14440
|
+
"dark": "{colorSuccess200}"
|
|
14627
14441
|
},
|
|
14628
|
-
"
|
|
14629
|
-
"light": "
|
|
14630
|
-
"dark": "
|
|
14442
|
+
"colorTextVisualAccentOrange": {
|
|
14443
|
+
"light": "#ff997a",
|
|
14444
|
+
"dark": "#ff997a"
|
|
14631
14445
|
},
|
|
14632
|
-
"
|
|
14633
|
-
"light": "
|
|
14634
|
-
"dark": "
|
|
14446
|
+
"colorTextVisualAccentPurple": {
|
|
14447
|
+
"light": "#d4a8ff",
|
|
14448
|
+
"dark": "#d4a8ff"
|
|
14635
14449
|
},
|
|
14636
|
-
"
|
|
14637
|
-
"light": "
|
|
14638
|
-
"dark": "
|
|
14450
|
+
"colorTextVisualAccentLime": {
|
|
14451
|
+
"light": "#acff2e",
|
|
14452
|
+
"dark": "#acff2e"
|
|
14639
14453
|
},
|
|
14640
|
-
"
|
|
14454
|
+
"colorTextVisualAccentGrey": {
|
|
14641
14455
|
"light": "{colorNeutral300}",
|
|
14642
14456
|
"dark": "{colorNeutral300}"
|
|
14643
14457
|
},
|
|
14644
|
-
"
|
|
14645
|
-
"light": "
|
|
14646
|
-
"dark": "
|
|
14647
|
-
},
|
|
14648
|
-
"colorTextAccentCyan": {
|
|
14649
|
-
"light": "{colorCyan400}",
|
|
14650
|
-
"dark": "{colorCyan400}"
|
|
14458
|
+
"colorTextVisualAccentTeal": {
|
|
14459
|
+
"light": "#00f5e4",
|
|
14460
|
+
"dark": "#00f5e4"
|
|
14651
14461
|
},
|
|
14652
|
-
"
|
|
14653
|
-
"light": "
|
|
14654
|
-
"dark": "
|
|
14655
|
-
},
|
|
14656
|
-
"colorTextAccentViolet": {
|
|
14657
|
-
"light": "{colorViolet400}",
|
|
14658
|
-
"dark": "{colorViolet400}"
|
|
14659
|
-
},
|
|
14660
|
-
"colorTextAccentFuchsia": {
|
|
14661
|
-
"light": "{colorFuchsia400}",
|
|
14662
|
-
"dark": "{colorFuchsia400}"
|
|
14462
|
+
"colorTextVisualAccentBlue": {
|
|
14463
|
+
"light": "#75cfff",
|
|
14464
|
+
"dark": "#75cfff"
|
|
14663
14465
|
},
|
|
14664
|
-
"
|
|
14665
|
-
"light": "
|
|
14666
|
-
"dark": "
|
|
14466
|
+
"colorTextVisualAccentViolet": {
|
|
14467
|
+
"light": "#b2a8ff",
|
|
14468
|
+
"dark": "#b2a8ff"
|
|
14667
14469
|
},
|
|
14668
|
-
"
|
|
14669
|
-
"light": "
|
|
14670
|
-
"dark": "
|
|
14470
|
+
"colorTextVisualAccentMagenta": {
|
|
14471
|
+
"light": "#ff57e9",
|
|
14472
|
+
"dark": "#ff57e9"
|
|
14671
14473
|
},
|
|
14672
|
-
"
|
|
14673
|
-
"light": "
|
|
14674
|
-
"dark": "
|
|
14474
|
+
"colorTextVisualAccentPink": {
|
|
14475
|
+
"light": "#ff99cc",
|
|
14476
|
+
"dark": "#ff99cc"
|
|
14675
14477
|
},
|
|
14676
|
-
"
|
|
14677
|
-
"light": "
|
|
14678
|
-
"dark": "
|
|
14478
|
+
"colorTextVisualAccentAmber": {
|
|
14479
|
+
"light": "#ffbb45",
|
|
14480
|
+
"dark": "#ffbb45"
|
|
14679
14481
|
}
|
|
14680
14482
|
}
|
|
14681
14483
|
},
|
|
@@ -14727,12 +14529,14 @@ export var preset = {
|
|
|
14727
14529
|
"colorError100": "color",
|
|
14728
14530
|
"colorError400": "color",
|
|
14729
14531
|
"colorError600": "color",
|
|
14532
|
+
"colorError700": "color",
|
|
14730
14533
|
"colorError800": "color",
|
|
14731
14534
|
"colorError900": "color",
|
|
14732
14535
|
"colorError950": "color",
|
|
14733
14536
|
"colorError1000": "color",
|
|
14734
14537
|
"colorSuccess50": "color",
|
|
14735
14538
|
"colorSuccess100": "color",
|
|
14539
|
+
"colorSuccess200": "color",
|
|
14736
14540
|
"colorSuccess400": "color",
|
|
14737
14541
|
"colorSuccess500": "color",
|
|
14738
14542
|
"colorSuccess600": "color",
|
|
@@ -14741,6 +14545,7 @@ export var preset = {
|
|
|
14741
14545
|
"colorSuccess1000": "color",
|
|
14742
14546
|
"colorWarning50": "color",
|
|
14743
14547
|
"colorWarning100": "color",
|
|
14548
|
+
"colorWarning200": "color",
|
|
14744
14549
|
"colorWarning400": "color",
|
|
14745
14550
|
"colorWarning500": "color",
|
|
14746
14551
|
"colorWarning600": "color",
|
|
@@ -15436,42 +15241,34 @@ export var preset = {
|
|
|
15436
15241
|
"colorTextBadgeBlue": "color",
|
|
15437
15242
|
"colorTextBadgeRed": "color",
|
|
15438
15243
|
"colorBackgroundCodeView": "color",
|
|
15439
|
-
"
|
|
15440
|
-
"
|
|
15441
|
-
"
|
|
15442
|
-
"
|
|
15443
|
-
"
|
|
15444
|
-
"
|
|
15445
|
-
"
|
|
15446
|
-
"
|
|
15447
|
-
"
|
|
15448
|
-
"
|
|
15449
|
-
"
|
|
15450
|
-
"
|
|
15451
|
-
"
|
|
15452
|
-
"
|
|
15453
|
-
"
|
|
15454
|
-
"
|
|
15455
|
-
"
|
|
15456
|
-
"
|
|
15457
|
-
"
|
|
15458
|
-
"
|
|
15459
|
-
"
|
|
15460
|
-
"
|
|
15461
|
-
"
|
|
15462
|
-
"
|
|
15463
|
-
"
|
|
15464
|
-
"
|
|
15465
|
-
"
|
|
15466
|
-
"
|
|
15467
|
-
"colorTextAccentCyan": "color",
|
|
15468
|
-
"colorTextAccentBlue": "color",
|
|
15469
|
-
"colorTextAccentViolet": "color",
|
|
15470
|
-
"colorTextAccentFuchsia": "color",
|
|
15471
|
-
"colorTextAccentMagenta": "color",
|
|
15472
|
-
"colorTextAccentPink": "color",
|
|
15473
|
-
"colorTextAccentRose": "color",
|
|
15474
|
-
"colorTextAccentAmber": "color",
|
|
15244
|
+
"colorBackgroundVisualAccentRed": "color",
|
|
15245
|
+
"colorBackgroundVisualAccentYellow": "color",
|
|
15246
|
+
"colorBackgroundVisualAccentIndigo": "color",
|
|
15247
|
+
"colorBackgroundVisualAccentGreen": "color",
|
|
15248
|
+
"colorBackgroundVisualAccentOrange": "color",
|
|
15249
|
+
"colorBackgroundVisualAccentPurple": "color",
|
|
15250
|
+
"colorBackgroundVisualAccentLime": "color",
|
|
15251
|
+
"colorBackgroundVisualAccentGrey": "color",
|
|
15252
|
+
"colorBackgroundVisualAccentTeal": "color",
|
|
15253
|
+
"colorBackgroundVisualAccentBlue": "color",
|
|
15254
|
+
"colorBackgroundVisualAccentViolet": "color",
|
|
15255
|
+
"colorBackgroundVisualAccentMagenta": "color",
|
|
15256
|
+
"colorBackgroundVisualAccentPink": "color",
|
|
15257
|
+
"colorBackgroundVisualAccentAmber": "color",
|
|
15258
|
+
"colorTextVisualAccentRed": "color",
|
|
15259
|
+
"colorTextVisualAccentYellow": "color",
|
|
15260
|
+
"colorTextVisualAccentIndigo": "color",
|
|
15261
|
+
"colorTextVisualAccentGreen": "color",
|
|
15262
|
+
"colorTextVisualAccentOrange": "color",
|
|
15263
|
+
"colorTextVisualAccentPurple": "color",
|
|
15264
|
+
"colorTextVisualAccentLime": "color",
|
|
15265
|
+
"colorTextVisualAccentGrey": "color",
|
|
15266
|
+
"colorTextVisualAccentTeal": "color",
|
|
15267
|
+
"colorTextVisualAccentBlue": "color",
|
|
15268
|
+
"colorTextVisualAccentViolet": "color",
|
|
15269
|
+
"colorTextVisualAccentMagenta": "color",
|
|
15270
|
+
"colorTextVisualAccentPink": "color",
|
|
15271
|
+
"colorTextVisualAccentAmber": "color",
|
|
15475
15272
|
"motionDurationExtraFast": "motion",
|
|
15476
15273
|
"motionDurationExtraSlow": "motion",
|
|
15477
15274
|
"motionDurationFast": "motion",
|
|
@@ -15509,6 +15306,8 @@ export var preset = {
|
|
|
15509
15306
|
"motionDurationResponsive": "motion",
|
|
15510
15307
|
"motionDurationExpressive": "motion",
|
|
15511
15308
|
"motionDurationComplex": "motion",
|
|
15309
|
+
"motionDurationTooltipEnter": "motion",
|
|
15310
|
+
"motionEasingTooltipEnter": "motion",
|
|
15512
15311
|
"motionKeyframesFadeIn": "motion",
|
|
15513
15312
|
"motionKeyframesFadeOut": "motion",
|
|
15514
15313
|
"motionKeyframesStatusIconError": "motion",
|
|
@@ -15593,8 +15392,8 @@ export var preset = {
|
|
|
15593
15392
|
"spaceTableHeaderToolsFullPageBottom": "density",
|
|
15594
15393
|
"spaceTableHorizontal": "density",
|
|
15595
15394
|
"spaceTreeViewIndentation": "density",
|
|
15596
|
-
"
|
|
15597
|
-
"
|
|
15395
|
+
"spaceSideNavigationItemDefaultGap": "density",
|
|
15396
|
+
"spaceSideNavigationItemIconGap": "density",
|
|
15598
15397
|
"spaceTileGutter": "density",
|
|
15599
15398
|
"spaceActionCardHorizontalDefault": "density",
|
|
15600
15399
|
"spaceActionCardHorizontalEmbedded": "density",
|
|
@@ -15814,6 +15613,10 @@ export var preset = {
|
|
|
15814
15613
|
"light": "#db0000",
|
|
15815
15614
|
"dark": "#db0000"
|
|
15816
15615
|
},
|
|
15616
|
+
"700": {
|
|
15617
|
+
"light": "#c20000",
|
|
15618
|
+
"dark": "#c20000"
|
|
15619
|
+
},
|
|
15817
15620
|
"800": {
|
|
15818
15621
|
"light": "#990000",
|
|
15819
15622
|
"dark": "#990000"
|
|
@@ -15840,6 +15643,10 @@ export var preset = {
|
|
|
15840
15643
|
"light": "#d9ffd6",
|
|
15841
15644
|
"dark": "#d9ffd6"
|
|
15842
15645
|
},
|
|
15646
|
+
"200": {
|
|
15647
|
+
"light": "#aeffa8",
|
|
15648
|
+
"dark": "#aeffa8"
|
|
15649
|
+
},
|
|
15843
15650
|
"400": {
|
|
15844
15651
|
"light": "#00e500",
|
|
15845
15652
|
"dark": "#00e500"
|
|
@@ -15874,6 +15681,10 @@ export var preset = {
|
|
|
15874
15681
|
"light": "#fffbbd",
|
|
15875
15682
|
"dark": "#fffbbd"
|
|
15876
15683
|
},
|
|
15684
|
+
"200": {
|
|
15685
|
+
"light": "#fef571",
|
|
15686
|
+
"dark": "#fef571"
|
|
15687
|
+
},
|
|
15877
15688
|
"400": {
|
|
15878
15689
|
"light": "#ffe347",
|
|
15879
15690
|
"dark": "#ffe347"
|
|
@@ -16378,6 +16189,8 @@ export var preset = {
|
|
|
16378
16189
|
"borderWidthBadge",
|
|
16379
16190
|
"borderWidthPopover",
|
|
16380
16191
|
"borderWidthToken",
|
|
16192
|
+
"motionDurationTooltipEnter",
|
|
16193
|
+
"motionEasingTooltipEnter",
|
|
16381
16194
|
"sizeVerticalInput",
|
|
16382
16195
|
"sizeSideNavigationItemHeight",
|
|
16383
16196
|
"spaceAlertVertical",
|
|
@@ -16390,7 +16203,8 @@ export var preset = {
|
|
|
16390
16203
|
"spaceCardVerticalDefault",
|
|
16391
16204
|
"spaceCardVerticalEmbedded",
|
|
16392
16205
|
"spaceTabsVertical",
|
|
16393
|
-
"
|
|
16206
|
+
"spaceSideNavigationItemDefaultGap",
|
|
16207
|
+
"spaceSideNavigationItemIconGap",
|
|
16394
16208
|
"spaceActionCardHorizontalDefault",
|
|
16395
16209
|
"spaceActionCardHorizontalEmbedded",
|
|
16396
16210
|
"spaceActionCardVerticalDefault",
|
|
@@ -16911,6 +16725,8 @@ export var preset = {
|
|
|
16911
16725
|
"motionDurationResponsive",
|
|
16912
16726
|
"motionDurationExpressive",
|
|
16913
16727
|
"motionDurationComplex",
|
|
16728
|
+
"motionDurationTooltipEnter",
|
|
16729
|
+
"motionEasingTooltipEnter",
|
|
16914
16730
|
"motionKeyframesFadeIn",
|
|
16915
16731
|
"motionKeyframesFadeOut",
|
|
16916
16732
|
"motionKeyframesStatusIconError",
|
|
@@ -16930,7 +16746,8 @@ export var preset = {
|
|
|
16930
16746
|
"spaceFieldHorizontal",
|
|
16931
16747
|
"spaceTabsVertical",
|
|
16932
16748
|
"spaceTreeViewIndentation",
|
|
16933
|
-
"
|
|
16749
|
+
"spaceSideNavigationItemDefaultGap",
|
|
16750
|
+
"spaceSideNavigationItemIconGap",
|
|
16934
16751
|
"spaceActionCardHorizontalDefault",
|
|
16935
16752
|
"spaceActionCardHorizontalEmbedded",
|
|
16936
16753
|
"spaceActionCardVerticalDefault",
|
|
@@ -16995,12 +16812,14 @@ export var preset = {
|
|
|
16995
16812
|
"colorError100": "color-error-100",
|
|
16996
16813
|
"colorError400": "color-error-400",
|
|
16997
16814
|
"colorError600": "color-error-600",
|
|
16815
|
+
"colorError700": "color-error-700",
|
|
16998
16816
|
"colorError800": "color-error-800",
|
|
16999
16817
|
"colorError900": "color-error-900",
|
|
17000
16818
|
"colorError950": "color-error-950",
|
|
17001
16819
|
"colorError1000": "color-error-1000",
|
|
17002
16820
|
"colorSuccess50": "color-success-50",
|
|
17003
16821
|
"colorSuccess100": "color-success-100",
|
|
16822
|
+
"colorSuccess200": "color-success-200",
|
|
17004
16823
|
"colorSuccess400": "color-success-400",
|
|
17005
16824
|
"colorSuccess500": "color-success-500",
|
|
17006
16825
|
"colorSuccess600": "color-success-600",
|
|
@@ -17009,6 +16828,7 @@ export var preset = {
|
|
|
17009
16828
|
"colorSuccess1000": "color-success-1000",
|
|
17010
16829
|
"colorWarning50": "color-warning-50",
|
|
17011
16830
|
"colorWarning100": "color-warning-100",
|
|
16831
|
+
"colorWarning200": "color-warning-200",
|
|
17012
16832
|
"colorWarning400": "color-warning-400",
|
|
17013
16833
|
"colorWarning500": "color-warning-500",
|
|
17014
16834
|
"colorWarning600": "color-warning-600",
|
|
@@ -17704,42 +17524,34 @@ export var preset = {
|
|
|
17704
17524
|
"colorTextBadgeBlue": "color-text-badge-blue",
|
|
17705
17525
|
"colorTextBadgeRed": "color-text-badge-red",
|
|
17706
17526
|
"colorBackgroundCodeView": "color-background-code-view",
|
|
17707
|
-
"
|
|
17708
|
-
"
|
|
17709
|
-
"
|
|
17710
|
-
"
|
|
17711
|
-
"
|
|
17712
|
-
"
|
|
17713
|
-
"
|
|
17714
|
-
"
|
|
17715
|
-
"
|
|
17716
|
-
"
|
|
17717
|
-
"
|
|
17718
|
-
"
|
|
17719
|
-
"
|
|
17720
|
-
"
|
|
17721
|
-
"
|
|
17722
|
-
"
|
|
17723
|
-
"
|
|
17724
|
-
"
|
|
17725
|
-
"
|
|
17726
|
-
"
|
|
17727
|
-
"
|
|
17728
|
-
"
|
|
17729
|
-
"
|
|
17730
|
-
"
|
|
17731
|
-
"
|
|
17732
|
-
"
|
|
17733
|
-
"
|
|
17734
|
-
"
|
|
17735
|
-
"colorTextAccentCyan": "color-text-accent-cyan",
|
|
17736
|
-
"colorTextAccentBlue": "color-text-accent-blue",
|
|
17737
|
-
"colorTextAccentViolet": "color-text-accent-violet",
|
|
17738
|
-
"colorTextAccentFuchsia": "color-text-accent-fuchsia",
|
|
17739
|
-
"colorTextAccentMagenta": "color-text-accent-magenta",
|
|
17740
|
-
"colorTextAccentPink": "color-text-accent-pink",
|
|
17741
|
-
"colorTextAccentRose": "color-text-accent-rose",
|
|
17742
|
-
"colorTextAccentAmber": "color-text-accent-amber",
|
|
17527
|
+
"colorBackgroundVisualAccentRed": "color-background-visual-accent-red",
|
|
17528
|
+
"colorBackgroundVisualAccentYellow": "color-background-visual-accent-yellow",
|
|
17529
|
+
"colorBackgroundVisualAccentIndigo": "color-background-visual-accent-indigo",
|
|
17530
|
+
"colorBackgroundVisualAccentGreen": "color-background-visual-accent-green",
|
|
17531
|
+
"colorBackgroundVisualAccentOrange": "color-background-visual-accent-orange",
|
|
17532
|
+
"colorBackgroundVisualAccentPurple": "color-background-visual-accent-purple",
|
|
17533
|
+
"colorBackgroundVisualAccentLime": "color-background-visual-accent-lime",
|
|
17534
|
+
"colorBackgroundVisualAccentGrey": "color-background-visual-accent-grey",
|
|
17535
|
+
"colorBackgroundVisualAccentTeal": "color-background-visual-accent-teal",
|
|
17536
|
+
"colorBackgroundVisualAccentBlue": "color-background-visual-accent-blue",
|
|
17537
|
+
"colorBackgroundVisualAccentViolet": "color-background-visual-accent-violet",
|
|
17538
|
+
"colorBackgroundVisualAccentMagenta": "color-background-visual-accent-magenta",
|
|
17539
|
+
"colorBackgroundVisualAccentPink": "color-background-visual-accent-pink",
|
|
17540
|
+
"colorBackgroundVisualAccentAmber": "color-background-visual-accent-amber",
|
|
17541
|
+
"colorTextVisualAccentRed": "color-text-visual-accent-red",
|
|
17542
|
+
"colorTextVisualAccentYellow": "color-text-visual-accent-yellow",
|
|
17543
|
+
"colorTextVisualAccentIndigo": "color-text-visual-accent-indigo",
|
|
17544
|
+
"colorTextVisualAccentGreen": "color-text-visual-accent-green",
|
|
17545
|
+
"colorTextVisualAccentOrange": "color-text-visual-accent-orange",
|
|
17546
|
+
"colorTextVisualAccentPurple": "color-text-visual-accent-purple",
|
|
17547
|
+
"colorTextVisualAccentLime": "color-text-visual-accent-lime",
|
|
17548
|
+
"colorTextVisualAccentGrey": "color-text-visual-accent-grey",
|
|
17549
|
+
"colorTextVisualAccentTeal": "color-text-visual-accent-teal",
|
|
17550
|
+
"colorTextVisualAccentBlue": "color-text-visual-accent-blue",
|
|
17551
|
+
"colorTextVisualAccentViolet": "color-text-visual-accent-violet",
|
|
17552
|
+
"colorTextVisualAccentMagenta": "color-text-visual-accent-magenta",
|
|
17553
|
+
"colorTextVisualAccentPink": "color-text-visual-accent-pink",
|
|
17554
|
+
"colorTextVisualAccentAmber": "color-text-visual-accent-amber",
|
|
17743
17555
|
"fontBoxValueLargeWeight": "font-box-value-large-weight",
|
|
17744
17556
|
"fontButtonLetterSpacing": "font-button-letter-spacing",
|
|
17745
17557
|
"fontChartDetailSize": "font-chart-detail-size",
|
|
@@ -17929,6 +17741,8 @@ export var preset = {
|
|
|
17929
17741
|
"motionDurationResponsive": "motion-duration-responsive",
|
|
17930
17742
|
"motionDurationExpressive": "motion-duration-expressive",
|
|
17931
17743
|
"motionDurationComplex": "motion-duration-complex",
|
|
17744
|
+
"motionDurationTooltipEnter": "motion-duration-tooltip-enter",
|
|
17745
|
+
"motionEasingTooltipEnter": "motion-easing-tooltip-enter",
|
|
17932
17746
|
"motionKeyframesFadeIn": "motion-keyframes-fade-in",
|
|
17933
17747
|
"motionKeyframesFadeOut": "motion-keyframes-fade-out",
|
|
17934
17748
|
"motionKeyframesStatusIconError": "motion-keyframes-status-icon-error",
|
|
@@ -18013,8 +17827,8 @@ export var preset = {
|
|
|
18013
17827
|
"spaceTableHeaderToolsFullPageBottom": "space-table-header-tools-full-page-bottom",
|
|
18014
17828
|
"spaceTableHorizontal": "space-table-horizontal",
|
|
18015
17829
|
"spaceTreeViewIndentation": "space-tree-view-indentation",
|
|
18016
|
-
"
|
|
18017
|
-
"
|
|
17830
|
+
"spaceSideNavigationItemDefaultGap": "space-side-navigation-item-default-gap",
|
|
17831
|
+
"spaceSideNavigationItemIconGap": "space-side-navigation-item-icon-gap",
|
|
18018
17832
|
"spaceTileGutter": "space-tile-gutter",
|
|
18019
17833
|
"spaceActionCardHorizontalDefault": "space-action-card-horizontal-default",
|
|
18020
17834
|
"spaceActionCardHorizontalEmbedded": "space-action-card-horizontal-embedded",
|
|
@@ -18120,12 +17934,14 @@ export var preset = {
|
|
|
18120
17934
|
"colorError100": "--color-error-100-eq1ucx",
|
|
18121
17935
|
"colorError400": "--color-error-400-c0knb8",
|
|
18122
17936
|
"colorError600": "--color-error-600-mdn3ng",
|
|
17937
|
+
"colorError700": "--color-error-700-pz2kai",
|
|
18123
17938
|
"colorError800": "--color-error-800-sb9qfi",
|
|
18124
17939
|
"colorError900": "--color-error-900-skonp1",
|
|
18125
17940
|
"colorError950": "--color-error-950-o9nk8o",
|
|
18126
17941
|
"colorError1000": "--color-error-1000-ecmudm",
|
|
18127
17942
|
"colorSuccess50": "--color-success-50-yow9uc",
|
|
18128
17943
|
"colorSuccess100": "--color-success-100-0kjz92",
|
|
17944
|
+
"colorSuccess200": "--color-success-200-3vtc6u",
|
|
18129
17945
|
"colorSuccess400": "--color-success-400-x40jxn",
|
|
18130
17946
|
"colorSuccess500": "--color-success-500-hhxb4g",
|
|
18131
17947
|
"colorSuccess600": "--color-success-600-g7hz2i",
|
|
@@ -18134,6 +17950,7 @@ export var preset = {
|
|
|
18134
17950
|
"colorSuccess1000": "--color-success-1000-xy1gvq",
|
|
18135
17951
|
"colorWarning50": "--color-warning-50-uxheb8",
|
|
18136
17952
|
"colorWarning100": "--color-warning-100-0snzyo",
|
|
17953
|
+
"colorWarning200": "--color-warning-200-ssqjgd",
|
|
18137
17954
|
"colorWarning400": "--color-warning-400-55puga",
|
|
18138
17955
|
"colorWarning500": "--color-warning-500-zidhub",
|
|
18139
17956
|
"colorWarning600": "--color-warning-600-iyo9qe",
|
|
@@ -18829,42 +18646,34 @@ export var preset = {
|
|
|
18829
18646
|
"colorTextBadgeBlue": "--color-text-badge-blue-cq2uzn",
|
|
18830
18647
|
"colorTextBadgeRed": "--color-text-badge-red-60jprp",
|
|
18831
18648
|
"colorBackgroundCodeView": "--color-background-code-view-6vvqfk",
|
|
18832
|
-
"
|
|
18833
|
-
"
|
|
18834
|
-
"
|
|
18835
|
-
"
|
|
18836
|
-
"
|
|
18837
|
-
"
|
|
18838
|
-
"
|
|
18839
|
-
"
|
|
18840
|
-
"
|
|
18841
|
-
"
|
|
18842
|
-
"
|
|
18843
|
-
"
|
|
18844
|
-
"
|
|
18845
|
-
"
|
|
18846
|
-
"
|
|
18847
|
-
"
|
|
18848
|
-
"
|
|
18849
|
-
"
|
|
18850
|
-
"
|
|
18851
|
-
"
|
|
18852
|
-
"
|
|
18853
|
-
"
|
|
18854
|
-
"
|
|
18855
|
-
"
|
|
18856
|
-
"
|
|
18857
|
-
"
|
|
18858
|
-
"
|
|
18859
|
-
"
|
|
18860
|
-
"colorTextAccentCyan": "--color-text-accent-cyan-q1yu1l",
|
|
18861
|
-
"colorTextAccentBlue": "--color-text-accent-blue-niopud",
|
|
18862
|
-
"colorTextAccentViolet": "--color-text-accent-violet-5t8obx",
|
|
18863
|
-
"colorTextAccentFuchsia": "--color-text-accent-fuchsia-08sd4f",
|
|
18864
|
-
"colorTextAccentMagenta": "--color-text-accent-magenta-t0gcyy",
|
|
18865
|
-
"colorTextAccentPink": "--color-text-accent-pink-j1kafk",
|
|
18866
|
-
"colorTextAccentRose": "--color-text-accent-rose-6xosmy",
|
|
18867
|
-
"colorTextAccentAmber": "--color-text-accent-amber-121gnk",
|
|
18649
|
+
"colorBackgroundVisualAccentRed": "--color-background-visual-accent-red-habalf",
|
|
18650
|
+
"colorBackgroundVisualAccentYellow": "--color-background-visual-accent-yellow-v3fumq",
|
|
18651
|
+
"colorBackgroundVisualAccentIndigo": "--color-background-visual-accent-indigo-z8baso",
|
|
18652
|
+
"colorBackgroundVisualAccentGreen": "--color-background-visual-accent-green-6tpc42",
|
|
18653
|
+
"colorBackgroundVisualAccentOrange": "--color-background-visual-accent-orange-vtf549",
|
|
18654
|
+
"colorBackgroundVisualAccentPurple": "--color-background-visual-accent-purple-jgly27",
|
|
18655
|
+
"colorBackgroundVisualAccentLime": "--color-background-visual-accent-lime-9n4rqq",
|
|
18656
|
+
"colorBackgroundVisualAccentGrey": "--color-background-visual-accent-grey-2gfhie",
|
|
18657
|
+
"colorBackgroundVisualAccentTeal": "--color-background-visual-accent-teal-gkix69",
|
|
18658
|
+
"colorBackgroundVisualAccentBlue": "--color-background-visual-accent-blue-t0e9pu",
|
|
18659
|
+
"colorBackgroundVisualAccentViolet": "--color-background-visual-accent-violet-flqcgb",
|
|
18660
|
+
"colorBackgroundVisualAccentMagenta": "--color-background-visual-accent-magenta-ip1yzm",
|
|
18661
|
+
"colorBackgroundVisualAccentPink": "--color-background-visual-accent-pink-695vlu",
|
|
18662
|
+
"colorBackgroundVisualAccentAmber": "--color-background-visual-accent-amber-duj9a6",
|
|
18663
|
+
"colorTextVisualAccentRed": "--color-text-visual-accent-red-nvp8v6",
|
|
18664
|
+
"colorTextVisualAccentYellow": "--color-text-visual-accent-yellow-2tbbh8",
|
|
18665
|
+
"colorTextVisualAccentIndigo": "--color-text-visual-accent-indigo-z73u1l",
|
|
18666
|
+
"colorTextVisualAccentGreen": "--color-text-visual-accent-green-i9t8cq",
|
|
18667
|
+
"colorTextVisualAccentOrange": "--color-text-visual-accent-orange-71tmqe",
|
|
18668
|
+
"colorTextVisualAccentPurple": "--color-text-visual-accent-purple-o5g0nc",
|
|
18669
|
+
"colorTextVisualAccentLime": "--color-text-visual-accent-lime-s3vqqf",
|
|
18670
|
+
"colorTextVisualAccentGrey": "--color-text-visual-accent-grey-frg4hd",
|
|
18671
|
+
"colorTextVisualAccentTeal": "--color-text-visual-accent-teal-ttn72h",
|
|
18672
|
+
"colorTextVisualAccentBlue": "--color-text-visual-accent-blue-kqsvc5",
|
|
18673
|
+
"colorTextVisualAccentViolet": "--color-text-visual-accent-violet-iec48z",
|
|
18674
|
+
"colorTextVisualAccentMagenta": "--color-text-visual-accent-magenta-jcsc58",
|
|
18675
|
+
"colorTextVisualAccentPink": "--color-text-visual-accent-pink-p6qiw6",
|
|
18676
|
+
"colorTextVisualAccentAmber": "--color-text-visual-accent-amber-8mh5q9",
|
|
18868
18677
|
"fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
|
|
18869
18678
|
"fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
|
|
18870
18679
|
"fontChartDetailSize": "--font-chart-detail-size-9qr25q",
|
|
@@ -19054,6 +18863,8 @@ export var preset = {
|
|
|
19054
18863
|
"motionDurationResponsive": "--motion-duration-responsive-mehora",
|
|
19055
18864
|
"motionDurationExpressive": "--motion-duration-expressive-cbdcwy",
|
|
19056
18865
|
"motionDurationComplex": "--motion-duration-complex-tbdo30",
|
|
18866
|
+
"motionDurationTooltipEnter": "--motion-duration-tooltip-enter-8e7aex",
|
|
18867
|
+
"motionEasingTooltipEnter": "--motion-easing-tooltip-enter-i9exfu",
|
|
19057
18868
|
"motionKeyframesFadeIn": "--motion-keyframes-fade-in-0r842q",
|
|
19058
18869
|
"motionKeyframesFadeOut": "--motion-keyframes-fade-out-g7fgdu",
|
|
19059
18870
|
"motionKeyframesStatusIconError": "--motion-keyframes-status-icon-error-wkou39",
|
|
@@ -19138,8 +18949,8 @@ export var preset = {
|
|
|
19138
18949
|
"spaceTableHeaderToolsFullPageBottom": "--space-table-header-tools-full-page-bottom-9m47g6",
|
|
19139
18950
|
"spaceTableHorizontal": "--space-table-horizontal-suurzj",
|
|
19140
18951
|
"spaceTreeViewIndentation": "--space-tree-view-indentation-xh9kis",
|
|
19141
|
-
"
|
|
19142
|
-
"
|
|
18952
|
+
"spaceSideNavigationItemDefaultGap": "--space-side-navigation-item-default-gap-a1luyq",
|
|
18953
|
+
"spaceSideNavigationItemIconGap": "--space-side-navigation-item-icon-gap-h45akr",
|
|
19143
18954
|
"spaceTileGutter": "--space-tile-gutter-bi2bdv",
|
|
19144
18955
|
"spaceActionCardHorizontalDefault": "--space-action-card-horizontal-default-su1e86",
|
|
19145
18956
|
"spaceActionCardHorizontalEmbedded": "--space-action-card-horizontal-embedded-pb8pj4",
|