@cloudscape-design/components-themeable 3.0.1325 → 3.0.1327
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/action-card/styles.scss +4 -2
- package/lib/internal/scss/badge/styles.scss +4 -4
- package/lib/internal/scss/box/styles.scss +1 -0
- package/lib/internal/scss/box/visual-accent.scss +117 -0
- package/lib/internal/scss/button-dropdown/styles.scss +6 -0
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/link/constants.scss +2 -2
- package/lib/internal/scss/side-navigation/styles.scss +6 -0
- package/lib/internal/template/action-card/interfaces.d.ts +40 -1
- package/lib/internal/template/action-card/interfaces.d.ts.map +1 -1
- package/lib/internal/template/action-card/interfaces.js.map +1 -1
- package/lib/internal/template/action-card/internal.d.ts.map +1 -1
- package/lib/internal/template/action-card/internal.js +32 -9
- package/lib/internal/template/action-card/internal.js.map +1 -1
- package/lib/internal/template/action-card/styles.css.js +17 -17
- package/lib/internal/template/action-card/styles.scoped.css +96 -92
- package/lib/internal/template/action-card/styles.selectors.js +17 -17
- package/lib/internal/template/badge/styles.css.js +10 -10
- package/lib/internal/template/badge/styles.scoped.css +14 -14
- package/lib/internal/template/badge/styles.selectors.js +10 -10
- package/lib/internal/template/box/interfaces.d.ts +59 -0
- 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/internal.d.ts +1 -1
- package/lib/internal/template/box/internal.d.ts.map +1 -1
- package/lib/internal/template/box/internal.js +4 -2
- package/lib/internal/template/box/internal.js.map +1 -1
- package/lib/internal/template/box/styles.css.js +224 -193
- package/lib/internal/template/box/styles.scoped.css +424 -238
- package/lib/internal/template/box/styles.selectors.js +224 -193
- package/lib/internal/template/button-dropdown/category-elements/category-element.d.ts +1 -1
- package/lib/internal/template/button-dropdown/category-elements/category-element.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/category-elements/category-element.js +3 -3
- package/lib/internal/template/button-dropdown/category-elements/category-element.js.map +1 -1
- package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.d.ts +1 -1
- package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.js +22 -12
- package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.js.map +1 -1
- package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.d.ts +1 -1
- package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.js +12 -10
- package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.js.map +1 -1
- package/lib/internal/template/button-dropdown/filter.d.ts +8 -0
- package/lib/internal/template/button-dropdown/filter.d.ts.map +1 -0
- package/lib/internal/template/button-dropdown/filter.js +18 -0
- package/lib/internal/template/button-dropdown/filter.js.map +1 -0
- package/lib/internal/template/button-dropdown/index.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/index.js +3 -3
- package/lib/internal/template/button-dropdown/index.js.map +1 -1
- package/lib/internal/template/button-dropdown/interfaces.d.ts +41 -0
- package/lib/internal/template/button-dropdown/interfaces.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/interfaces.js.map +1 -1
- package/lib/internal/template/button-dropdown/internal-interfaces.d.ts +12 -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 +46 -7
- package/lib/internal/template/button-dropdown/internal.js.map +1 -1
- package/lib/internal/template/button-dropdown/item-element/index.d.ts +1 -1
- package/lib/internal/template/button-dropdown/item-element/index.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/item-element/index.js +35 -16
- package/lib/internal/template/button-dropdown/item-element/index.js.map +1 -1
- package/lib/internal/template/button-dropdown/items-list.d.ts +1 -1
- package/lib/internal/template/button-dropdown/items-list.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/items-list.js +4 -4
- package/lib/internal/template/button-dropdown/items-list.js.map +1 -1
- package/lib/internal/template/button-dropdown/styles.css.js +23 -22
- package/lib/internal/template/button-dropdown/styles.scoped.css +38 -32
- package/lib/internal/template/button-dropdown/styles.selectors.js +23 -22
- package/lib/internal/template/button-dropdown/tooltip.d.ts +2 -1
- package/lib/internal/template/button-dropdown/tooltip.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/tooltip.js +22 -14
- package/lib/internal/template/button-dropdown/tooltip.js.map +1 -1
- package/lib/internal/template/button-dropdown/utils/filter-items.d.ts +4 -0
- package/lib/internal/template/button-dropdown/utils/filter-items.d.ts.map +1 -0
- package/lib/internal/template/button-dropdown/utils/filter-items.js +55 -0
- package/lib/internal/template/button-dropdown/utils/filter-items.js.map +1 -0
- package/lib/internal/template/button-dropdown/utils/use-button-dropdown.d.ts +7 -1
- package/lib/internal/template/button-dropdown/utils/use-button-dropdown.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/utils/use-button-dropdown.js +77 -13
- package/lib/internal/template/button-dropdown/utils/use-button-dropdown.js.map +1 -1
- package/lib/internal/template/code-editor/interfaces.js.map +1 -1
- package/lib/internal/template/error-boundary/internal.d.ts.map +1 -1
- package/lib/internal/template/error-boundary/internal.js +1 -0
- package/lib/internal/template/error-boundary/internal.js.map +1 -1
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +69 -69
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/icon/generated/icons.d.ts +1 -0
- package/lib/internal/template/icon/generated/icons.d.ts.map +1 -1
- package/lib/internal/template/icon/generated/icons.js +2 -0
- package/lib/internal/template/icon/generated/icons.js.map +1 -1
- package/lib/internal/template/icon-provider/interfaces.d.ts +1 -1
- package/lib/internal/template/icon-provider/interfaces.d.ts.map +1 -1
- package/lib/internal/template/icon-provider/interfaces.js.map +1 -1
- package/lib/internal/template/internal/base-component/index.js +3 -3
- package/lib/internal/template/internal/base-component/index.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +33 -1
- package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +24 -24
- 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 +140 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +140 -0
- package/lib/internal/template/internal/generated/theming/index.cjs +2080 -20
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +45 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +45 -0
- package/lib/internal/template/internal/generated/theming/index.js +2080 -20
- package/lib/internal/template/internal/utils/external-props.js +7 -5
- package/lib/internal/template/internal/utils/external-props.js.map +1 -1
- package/lib/internal/template/item-card/internal.js +1 -1
- package/lib/internal/template/item-card/internal.js.map +1 -1
- package/lib/internal/template/link/styles.css.js +21 -21
- package/lib/internal/template/link/styles.scoped.css +86 -86
- package/lib/internal/template/link/styles.selectors.js +21 -21
- package/lib/internal/template/multiselect/embedded.d.ts +2 -2
- package/lib/internal/template/multiselect/internal.d.ts +1 -1
- package/lib/internal/template/pagination/internal.d.ts.map +1 -1
- package/lib/internal/template/pagination/internal.js +2 -2
- package/lib/internal/template/pagination/internal.js.map +1 -1
- package/lib/internal/template/select/parts/filter.d.ts +1 -1
- package/lib/internal/template/select/utils/connect-options.d.ts.map +1 -1
- package/lib/internal/template/select/utils/connect-options.js +11 -7
- package/lib/internal/template/select/utils/connect-options.js.map +1 -1
- package/lib/internal/template/select/utils/use-select.d.ts.map +1 -1
- package/lib/internal/template/select/utils/use-select.js +5 -4
- package/lib/internal/template/select/utils/use-select.js.map +1 -1
- package/lib/internal/template/side-navigation/parts.js +4 -3
- package/lib/internal/template/side-navigation/parts.js.map +1 -1
- package/lib/internal/template/side-navigation/styles.css.js +47 -46
- package/lib/internal/template/side-navigation/styles.scoped.css +76 -70
- package/lib/internal/template/side-navigation/styles.selectors.js +47 -46
- package/lib/internal/template/table/index.d.ts.map +1 -1
- package/lib/internal/template/table/index.js +5 -3
- package/lib/internal/template/table/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/action-card/index.d.ts +4 -2
- package/lib/internal/template/test-utils/dom/action-card/index.js +5 -3
- package/lib/internal/template/test-utils/dom/action-card/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/button-dropdown/index.d.ts +16 -0
- package/lib/internal/template/test-utils/dom/button-dropdown/index.js +24 -0
- package/lib/internal/template/test-utils/dom/button-dropdown/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/pagination/index.d.ts +9 -6
- package/lib/internal/template/test-utils/dom/pagination/index.js +15 -5
- package/lib/internal/template/test-utils/dom/pagination/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/button-dropdown/index.d.ts +16 -0
- package/lib/internal/template/test-utils/selectors/button-dropdown/index.js +24 -0
- package/lib/internal/template/test-utils/selectors/button-dropdown/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/pagination/index.d.ts +8 -6
- package/lib/internal/template/test-utils/selectors/pagination/index.js +9 -5
- package/lib/internal/template/test-utils/selectors/pagination/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -79,6 +79,10 @@ export var preset = {
|
|
|
79
79
|
"light": "#002b66",
|
|
80
80
|
"dark": "#002b66"
|
|
81
81
|
},
|
|
82
|
+
"colorPrimary950": {
|
|
83
|
+
"light": "#00204d",
|
|
84
|
+
"dark": "#00204d"
|
|
85
|
+
},
|
|
82
86
|
"colorPrimary1000": {
|
|
83
87
|
"light": "#001129",
|
|
84
88
|
"dark": "#001129"
|
|
@@ -167,6 +171,10 @@ export var preset = {
|
|
|
167
171
|
"light": "#fff5f5",
|
|
168
172
|
"dark": "#fff5f5"
|
|
169
173
|
},
|
|
174
|
+
"colorError100": {
|
|
175
|
+
"light": "#ffe0e0",
|
|
176
|
+
"dark": "#ffe0e0"
|
|
177
|
+
},
|
|
170
178
|
"colorError400": {
|
|
171
179
|
"light": "#ff7a7a",
|
|
172
180
|
"dark": "#ff7a7a"
|
|
@@ -175,10 +183,18 @@ export var preset = {
|
|
|
175
183
|
"light": "#db0000",
|
|
176
184
|
"dark": "#db0000"
|
|
177
185
|
},
|
|
186
|
+
"colorError800": {
|
|
187
|
+
"light": "#990000",
|
|
188
|
+
"dark": "#990000"
|
|
189
|
+
},
|
|
178
190
|
"colorError900": {
|
|
179
191
|
"light": "#700000",
|
|
180
192
|
"dark": "#700000"
|
|
181
193
|
},
|
|
194
|
+
"colorError950": {
|
|
195
|
+
"light": "#520000",
|
|
196
|
+
"dark": "#520000"
|
|
197
|
+
},
|
|
182
198
|
"colorError1000": {
|
|
183
199
|
"light": "#1f0000",
|
|
184
200
|
"dark": "#1f0000"
|
|
@@ -187,6 +203,14 @@ export var preset = {
|
|
|
187
203
|
"light": "#effff1",
|
|
188
204
|
"dark": "#effff1"
|
|
189
205
|
},
|
|
206
|
+
"colorSuccess100": {
|
|
207
|
+
"light": "#d9ffd6",
|
|
208
|
+
"dark": "#d9ffd6"
|
|
209
|
+
},
|
|
210
|
+
"colorSuccess400": {
|
|
211
|
+
"light": "#00e500",
|
|
212
|
+
"dark": "#00e500"
|
|
213
|
+
},
|
|
190
214
|
"colorSuccess500": {
|
|
191
215
|
"light": "#2bb534",
|
|
192
216
|
"dark": "#2bb534"
|
|
@@ -195,6 +219,14 @@ export var preset = {
|
|
|
195
219
|
"light": "#00802f",
|
|
196
220
|
"dark": "#00802f"
|
|
197
221
|
},
|
|
222
|
+
"colorSuccess800": {
|
|
223
|
+
"light": "#005c26",
|
|
224
|
+
"dark": "#005c26"
|
|
225
|
+
},
|
|
226
|
+
"colorSuccess950": {
|
|
227
|
+
"light": "#003311",
|
|
228
|
+
"dark": "#003311"
|
|
229
|
+
},
|
|
198
230
|
"colorSuccess1000": {
|
|
199
231
|
"light": "#001401",
|
|
200
232
|
"dark": "#001401"
|
|
@@ -203,6 +235,10 @@ export var preset = {
|
|
|
203
235
|
"light": "#fffef0",
|
|
204
236
|
"dark": "#fffef0"
|
|
205
237
|
},
|
|
238
|
+
"colorWarning100": {
|
|
239
|
+
"light": "#fffbbd",
|
|
240
|
+
"dark": "#fffbbd"
|
|
241
|
+
},
|
|
206
242
|
"colorWarning400": {
|
|
207
243
|
"light": "#ffe347",
|
|
208
244
|
"dark": "#ffe347"
|
|
@@ -211,10 +247,22 @@ export var preset = {
|
|
|
211
247
|
"light": "#fbd332",
|
|
212
248
|
"dark": "#fbd332"
|
|
213
249
|
},
|
|
250
|
+
"colorWarning600": {
|
|
251
|
+
"light": "#f2b100",
|
|
252
|
+
"dark": "#f2b100"
|
|
253
|
+
},
|
|
254
|
+
"colorWarning800": {
|
|
255
|
+
"light": "#9e6900",
|
|
256
|
+
"dark": "#9e6900"
|
|
257
|
+
},
|
|
214
258
|
"colorWarning900": {
|
|
215
259
|
"light": "#855900",
|
|
216
260
|
"dark": "#855900"
|
|
217
261
|
},
|
|
262
|
+
"colorWarning950": {
|
|
263
|
+
"light": "#573a00",
|
|
264
|
+
"dark": "#573a00"
|
|
265
|
+
},
|
|
218
266
|
"colorWarning1000": {
|
|
219
267
|
"light": "#191100",
|
|
220
268
|
"dark": "#191100"
|
|
@@ -223,6 +271,10 @@ export var preset = {
|
|
|
223
271
|
"light": "#f0fbff",
|
|
224
272
|
"dark": "#f0fbff"
|
|
225
273
|
},
|
|
274
|
+
"colorInfo100": {
|
|
275
|
+
"light": "#d1f1ff",
|
|
276
|
+
"dark": "#d1f1ff"
|
|
277
|
+
},
|
|
226
278
|
"colorInfo300": {
|
|
227
279
|
"light": "#75cfff",
|
|
228
280
|
"dark": "#75cfff"
|
|
@@ -235,6 +287,18 @@ export var preset = {
|
|
|
235
287
|
"light": "#006ce0",
|
|
236
288
|
"dark": "#006ce0"
|
|
237
289
|
},
|
|
290
|
+
"colorInfo700": {
|
|
291
|
+
"light": "#004a9e",
|
|
292
|
+
"dark": "#004a9e"
|
|
293
|
+
},
|
|
294
|
+
"colorInfo800": {
|
|
295
|
+
"light": "#003b8f",
|
|
296
|
+
"dark": "#003b8f"
|
|
297
|
+
},
|
|
298
|
+
"colorInfo950": {
|
|
299
|
+
"light": "#00204d",
|
|
300
|
+
"dark": "#00204d"
|
|
301
|
+
},
|
|
238
302
|
"colorInfo1000": {
|
|
239
303
|
"light": "#001129",
|
|
240
304
|
"dark": "#001129"
|
|
@@ -427,6 +491,326 @@ export var preset = {
|
|
|
427
491
|
"light": "#fa6f00",
|
|
428
492
|
"dark": "#fa6f00"
|
|
429
493
|
},
|
|
494
|
+
"colorRed950": {
|
|
495
|
+
"light": "#520000",
|
|
496
|
+
"dark": "#520000"
|
|
497
|
+
},
|
|
498
|
+
"colorOrange50": {
|
|
499
|
+
"light": "#fff7f5",
|
|
500
|
+
"dark": "#fff7f5"
|
|
501
|
+
},
|
|
502
|
+
"colorOrange100": {
|
|
503
|
+
"light": "#ffe0d6",
|
|
504
|
+
"dark": "#ffe0d6"
|
|
505
|
+
},
|
|
506
|
+
"colorOrange400": {
|
|
507
|
+
"light": "#ff6a3d",
|
|
508
|
+
"dark": "#ff6a3d"
|
|
509
|
+
},
|
|
510
|
+
"colorOrange700": {
|
|
511
|
+
"light": "#a82700",
|
|
512
|
+
"dark": "#a82700"
|
|
513
|
+
},
|
|
514
|
+
"colorOrange800": {
|
|
515
|
+
"light": "#8a2000",
|
|
516
|
+
"dark": "#8a2000"
|
|
517
|
+
},
|
|
518
|
+
"colorOrange950": {
|
|
519
|
+
"light": "#471100",
|
|
520
|
+
"dark": "#471100"
|
|
521
|
+
},
|
|
522
|
+
"colorYellow600": {
|
|
523
|
+
"light": "#f2b100",
|
|
524
|
+
"dark": "#f2b100"
|
|
525
|
+
},
|
|
526
|
+
"colorYellow950": {
|
|
527
|
+
"light": "#573a00",
|
|
528
|
+
"dark": "#573a00"
|
|
529
|
+
},
|
|
530
|
+
"colorLime50": {
|
|
531
|
+
"light": "#f7ffeb",
|
|
532
|
+
"dark": "#f7ffeb"
|
|
533
|
+
},
|
|
534
|
+
"colorLime100": {
|
|
535
|
+
"light": "#ebffcc",
|
|
536
|
+
"dark": "#ebffcc"
|
|
537
|
+
},
|
|
538
|
+
"colorLime400": {
|
|
539
|
+
"light": "#7ae500",
|
|
540
|
+
"dark": "#7ae500"
|
|
541
|
+
},
|
|
542
|
+
"colorLime700": {
|
|
543
|
+
"light": "#007000",
|
|
544
|
+
"dark": "#007000"
|
|
545
|
+
},
|
|
546
|
+
"colorLime800": {
|
|
547
|
+
"light": "#005700",
|
|
548
|
+
"dark": "#005700"
|
|
549
|
+
},
|
|
550
|
+
"colorLime950": {
|
|
551
|
+
"light": "#002e00",
|
|
552
|
+
"dark": "#002e00"
|
|
553
|
+
},
|
|
554
|
+
"colorGreen400": {
|
|
555
|
+
"light": "#00e500",
|
|
556
|
+
"dark": "#00e500"
|
|
557
|
+
},
|
|
558
|
+
"colorGreen950": {
|
|
559
|
+
"light": "#003311",
|
|
560
|
+
"dark": "#003311"
|
|
561
|
+
},
|
|
562
|
+
"colorMint50": {
|
|
563
|
+
"light": "#ebfff6",
|
|
564
|
+
"dark": "#ebfff6"
|
|
565
|
+
},
|
|
566
|
+
"colorMint100": {
|
|
567
|
+
"light": "#ccffe9",
|
|
568
|
+
"dark": "#ccffe9"
|
|
569
|
+
},
|
|
570
|
+
"colorMint400": {
|
|
571
|
+
"light": "#00e582",
|
|
572
|
+
"dark": "#00e582"
|
|
573
|
+
},
|
|
574
|
+
"colorMint700": {
|
|
575
|
+
"light": "#006b48",
|
|
576
|
+
"dark": "#006b48"
|
|
577
|
+
},
|
|
578
|
+
"colorMint800": {
|
|
579
|
+
"light": "#005237",
|
|
580
|
+
"dark": "#005237"
|
|
581
|
+
},
|
|
582
|
+
"colorMint950": {
|
|
583
|
+
"light": "#003322",
|
|
584
|
+
"dark": "#003322"
|
|
585
|
+
},
|
|
586
|
+
"colorIndigo50": {
|
|
587
|
+
"light": "#f5f7ff",
|
|
588
|
+
"dark": "#f5f7ff"
|
|
589
|
+
},
|
|
590
|
+
"colorIndigo400": {
|
|
591
|
+
"light": "#7598ff",
|
|
592
|
+
"dark": "#7598ff"
|
|
593
|
+
},
|
|
594
|
+
"colorIndigo600": {
|
|
595
|
+
"light": "#295eff",
|
|
596
|
+
"dark": "#295eff"
|
|
597
|
+
},
|
|
598
|
+
"colorIndigo950": {
|
|
599
|
+
"light": "#001475",
|
|
600
|
+
"dark": "#001475"
|
|
601
|
+
},
|
|
602
|
+
"colorPurple50": {
|
|
603
|
+
"light": "#faf5ff",
|
|
604
|
+
"dark": "#faf5ff"
|
|
605
|
+
},
|
|
606
|
+
"colorPurple100": {
|
|
607
|
+
"light": "#f2e5ff",
|
|
608
|
+
"dark": "#f2e5ff"
|
|
609
|
+
},
|
|
610
|
+
"colorPurple600": {
|
|
611
|
+
"light": "#962eff",
|
|
612
|
+
"dark": "#962eff"
|
|
613
|
+
},
|
|
614
|
+
"colorPurple800": {
|
|
615
|
+
"light": "#5900b2",
|
|
616
|
+
"dark": "#5900b2"
|
|
617
|
+
},
|
|
618
|
+
"colorPurple950": {
|
|
619
|
+
"light": "#300061",
|
|
620
|
+
"dark": "#300061"
|
|
621
|
+
},
|
|
622
|
+
"colorTeal50": {
|
|
623
|
+
"light": "#ebfffe",
|
|
624
|
+
"dark": "#ebfffe"
|
|
625
|
+
},
|
|
626
|
+
"colorTeal100": {
|
|
627
|
+
"light": "#ccfffc",
|
|
628
|
+
"dark": "#ccfffc"
|
|
629
|
+
},
|
|
630
|
+
"colorTeal400": {
|
|
631
|
+
"light": "#00d6c8",
|
|
632
|
+
"dark": "#00d6c8"
|
|
633
|
+
},
|
|
634
|
+
"colorTeal700": {
|
|
635
|
+
"light": "#00665f",
|
|
636
|
+
"dark": "#00665f"
|
|
637
|
+
},
|
|
638
|
+
"colorTeal800": {
|
|
639
|
+
"light": "#00524c",
|
|
640
|
+
"dark": "#00524c"
|
|
641
|
+
},
|
|
642
|
+
"colorTeal950": {
|
|
643
|
+
"light": "#003330",
|
|
644
|
+
"dark": "#003330"
|
|
645
|
+
},
|
|
646
|
+
"colorCyan50": {
|
|
647
|
+
"light": "#f0feff",
|
|
648
|
+
"dark": "#f0feff"
|
|
649
|
+
},
|
|
650
|
+
"colorCyan100": {
|
|
651
|
+
"light": "#d1fbff",
|
|
652
|
+
"dark": "#d1fbff"
|
|
653
|
+
},
|
|
654
|
+
"colorCyan400": {
|
|
655
|
+
"light": "#00d2e5",
|
|
656
|
+
"dark": "#00d2e5"
|
|
657
|
+
},
|
|
658
|
+
"colorCyan700": {
|
|
659
|
+
"light": "#00627a",
|
|
660
|
+
"dark": "#00627a"
|
|
661
|
+
},
|
|
662
|
+
"colorCyan800": {
|
|
663
|
+
"light": "#004761",
|
|
664
|
+
"dark": "#004761"
|
|
665
|
+
},
|
|
666
|
+
"colorCyan950": {
|
|
667
|
+
"light": "#00293d",
|
|
668
|
+
"dark": "#00293d"
|
|
669
|
+
},
|
|
670
|
+
"colorBlue950": {
|
|
671
|
+
"light": "#00204d",
|
|
672
|
+
"dark": "#00204d"
|
|
673
|
+
},
|
|
674
|
+
"colorViolet50": {
|
|
675
|
+
"light": "#f6f5ff",
|
|
676
|
+
"dark": "#f6f5ff"
|
|
677
|
+
},
|
|
678
|
+
"colorViolet100": {
|
|
679
|
+
"light": "#e8e5ff",
|
|
680
|
+
"dark": "#e8e5ff"
|
|
681
|
+
},
|
|
682
|
+
"colorViolet400": {
|
|
683
|
+
"light": "#978aff",
|
|
684
|
+
"dark": "#978aff"
|
|
685
|
+
},
|
|
686
|
+
"colorViolet700": {
|
|
687
|
+
"light": "#5724ff",
|
|
688
|
+
"dark": "#5724ff"
|
|
689
|
+
},
|
|
690
|
+
"colorViolet800": {
|
|
691
|
+
"light": "#4200db",
|
|
692
|
+
"dark": "#4200db"
|
|
693
|
+
},
|
|
694
|
+
"colorViolet950": {
|
|
695
|
+
"light": "#250070",
|
|
696
|
+
"dark": "#250070"
|
|
697
|
+
},
|
|
698
|
+
"colorFuchsia50": {
|
|
699
|
+
"light": "#fff5fe",
|
|
700
|
+
"dark": "#fff5fe"
|
|
701
|
+
},
|
|
702
|
+
"colorFuchsia100": {
|
|
703
|
+
"light": "#fce5ff",
|
|
704
|
+
"dark": "#fce5ff"
|
|
705
|
+
},
|
|
706
|
+
"colorFuchsia400": {
|
|
707
|
+
"light": "#ec70ff",
|
|
708
|
+
"dark": "#ec70ff"
|
|
709
|
+
},
|
|
710
|
+
"colorFuchsia700": {
|
|
711
|
+
"light": "#a000b8",
|
|
712
|
+
"dark": "#a000b8"
|
|
713
|
+
},
|
|
714
|
+
"colorFuchsia800": {
|
|
715
|
+
"light": "#78008a",
|
|
716
|
+
"dark": "#78008a"
|
|
717
|
+
},
|
|
718
|
+
"colorFuchsia950": {
|
|
719
|
+
"light": "#43004d",
|
|
720
|
+
"dark": "#43004d"
|
|
721
|
+
},
|
|
722
|
+
"colorMagenta50": {
|
|
723
|
+
"light": "#fff5fe",
|
|
724
|
+
"dark": "#fff5fe"
|
|
725
|
+
},
|
|
726
|
+
"colorMagenta100": {
|
|
727
|
+
"light": "#ffe0fb",
|
|
728
|
+
"dark": "#ffe0fb"
|
|
729
|
+
},
|
|
730
|
+
"colorMagenta400": {
|
|
731
|
+
"light": "#ff57e9",
|
|
732
|
+
"dark": "#ff57e9"
|
|
733
|
+
},
|
|
734
|
+
"colorMagenta700": {
|
|
735
|
+
"light": "#b2008f",
|
|
736
|
+
"dark": "#b2008f"
|
|
737
|
+
},
|
|
738
|
+
"colorMagenta800": {
|
|
739
|
+
"light": "#8f0072",
|
|
740
|
+
"dark": "#8f0072"
|
|
741
|
+
},
|
|
742
|
+
"colorMagenta950": {
|
|
743
|
+
"light": "#470039",
|
|
744
|
+
"dark": "#470039"
|
|
745
|
+
},
|
|
746
|
+
"colorPink50": {
|
|
747
|
+
"light": "#fff5fa",
|
|
748
|
+
"dark": "#fff5fa"
|
|
749
|
+
},
|
|
750
|
+
"colorPink100": {
|
|
751
|
+
"light": "#ffe0f0",
|
|
752
|
+
"dark": "#ffe0f0"
|
|
753
|
+
},
|
|
754
|
+
"colorPink400": {
|
|
755
|
+
"light": "#ff66b2",
|
|
756
|
+
"dark": "#ff66b2"
|
|
757
|
+
},
|
|
758
|
+
"colorPink700": {
|
|
759
|
+
"light": "#bb005d",
|
|
760
|
+
"dark": "#bb005d"
|
|
761
|
+
},
|
|
762
|
+
"colorPink800": {
|
|
763
|
+
"light": "#8f0047",
|
|
764
|
+
"dark": "#8f0047"
|
|
765
|
+
},
|
|
766
|
+
"colorPink950": {
|
|
767
|
+
"light": "#4d0020",
|
|
768
|
+
"dark": "#4d0020"
|
|
769
|
+
},
|
|
770
|
+
"colorRose50": {
|
|
771
|
+
"light": "#fff5f8",
|
|
772
|
+
"dark": "#fff5f8"
|
|
773
|
+
},
|
|
774
|
+
"colorRose100": {
|
|
775
|
+
"light": "#ffe0e8",
|
|
776
|
+
"dark": "#ffe0e8"
|
|
777
|
+
},
|
|
778
|
+
"colorRose400": {
|
|
779
|
+
"light": "#ff5c85",
|
|
780
|
+
"dark": "#ff5c85"
|
|
781
|
+
},
|
|
782
|
+
"colorRose700": {
|
|
783
|
+
"light": "#c20030",
|
|
784
|
+
"dark": "#c20030"
|
|
785
|
+
},
|
|
786
|
+
"colorRose800": {
|
|
787
|
+
"light": "#940025",
|
|
788
|
+
"dark": "#940025"
|
|
789
|
+
},
|
|
790
|
+
"colorRose950": {
|
|
791
|
+
"light": "#4d0013",
|
|
792
|
+
"dark": "#4d0013"
|
|
793
|
+
},
|
|
794
|
+
"colorAmber50": {
|
|
795
|
+
"light": "#fff7e6",
|
|
796
|
+
"dark": "#fff7e6"
|
|
797
|
+
},
|
|
798
|
+
"colorAmber100": {
|
|
799
|
+
"light": "#ffe8bd",
|
|
800
|
+
"dark": "#ffe8bd"
|
|
801
|
+
},
|
|
802
|
+
"colorAmber700": {
|
|
803
|
+
"light": "#9e3700",
|
|
804
|
+
"dark": "#9e3700"
|
|
805
|
+
},
|
|
806
|
+
"colorAmber800": {
|
|
807
|
+
"light": "#7a2b00",
|
|
808
|
+
"dark": "#7a2b00"
|
|
809
|
+
},
|
|
810
|
+
"colorAmber950": {
|
|
811
|
+
"light": "#471500",
|
|
812
|
+
"dark": "#471500"
|
|
813
|
+
},
|
|
430
814
|
"colorAwsSquidInk": {
|
|
431
815
|
"light": "#232f3e",
|
|
432
816
|
"dark": "#232f3e"
|
|
@@ -2559,6 +2943,26 @@ export var preset = {
|
|
|
2559
2943
|
"light": "{colorNeutral150}",
|
|
2560
2944
|
"dark": "{colorNeutral700}"
|
|
2561
2945
|
},
|
|
2946
|
+
"colorBackgroundBadgeGreen": {
|
|
2947
|
+
"light": "{colorBackgroundNotificationGreen}",
|
|
2948
|
+
"dark": "{colorBackgroundNotificationGreen}"
|
|
2949
|
+
},
|
|
2950
|
+
"colorBackgroundBadgeBlue": {
|
|
2951
|
+
"light": "{colorBackgroundNotificationBlue}",
|
|
2952
|
+
"dark": "{colorBackgroundNotificationBlue}"
|
|
2953
|
+
},
|
|
2954
|
+
"colorBackgroundBadgeRed": {
|
|
2955
|
+
"light": "{colorBackgroundNotificationRed}",
|
|
2956
|
+
"dark": "{colorBackgroundNotificationRed}"
|
|
2957
|
+
},
|
|
2958
|
+
"colorBackgroundBadgeYellow": {
|
|
2959
|
+
"light": "{colorBackgroundNotificationYellow}",
|
|
2960
|
+
"dark": "{colorBackgroundNotificationYellow}"
|
|
2961
|
+
},
|
|
2962
|
+
"colorBackgroundBadgeGrey": {
|
|
2963
|
+
"light": "{colorBackgroundNotificationGrey}",
|
|
2964
|
+
"dark": "{colorBackgroundNotificationGrey}"
|
|
2965
|
+
},
|
|
2562
2966
|
"colorBorderBadge": {
|
|
2563
2967
|
"light": "transparent",
|
|
2564
2968
|
"dark": "transparent"
|
|
@@ -2599,6 +3003,150 @@ export var preset = {
|
|
|
2599
3003
|
"light": "#f8f8f8",
|
|
2600
3004
|
"dark": "#282c34"
|
|
2601
3005
|
},
|
|
3006
|
+
"colorBackgroundAccentRed": {
|
|
3007
|
+
"light": "{colorError100}",
|
|
3008
|
+
"dark": "rgba(255, 61, 61, 0.2)"
|
|
3009
|
+
},
|
|
3010
|
+
"colorBackgroundAccentYellow": {
|
|
3011
|
+
"light": "{colorWarning100}",
|
|
3012
|
+
"dark": "rgba(251, 211, 50, 0.2)"
|
|
3013
|
+
},
|
|
3014
|
+
"colorBackgroundAccentIndigo": {
|
|
3015
|
+
"light": "{colorInfo100}",
|
|
3016
|
+
"dark": "rgba(0, 153, 255, 0.2)"
|
|
3017
|
+
},
|
|
3018
|
+
"colorBackgroundAccentGreen": {
|
|
3019
|
+
"light": "{colorSuccess100}",
|
|
3020
|
+
"dark": "rgba(43, 181, 52, 0.2)"
|
|
3021
|
+
},
|
|
3022
|
+
"colorBackgroundAccentOrange": {
|
|
3023
|
+
"light": "{colorOrange100}",
|
|
3024
|
+
"dark": "rgba(255, 75, 20, 0.2)"
|
|
3025
|
+
},
|
|
3026
|
+
"colorBackgroundAccentPurple": {
|
|
3027
|
+
"light": "{colorPurple100}",
|
|
3028
|
+
"dark": "rgba(173, 92, 255, 0.2)"
|
|
3029
|
+
},
|
|
3030
|
+
"colorBackgroundAccentMint": {
|
|
3031
|
+
"light": "{colorMint100}",
|
|
3032
|
+
"dark": "rgba(0, 189, 107, 0.2)"
|
|
3033
|
+
},
|
|
3034
|
+
"colorBackgroundAccentLime": {
|
|
3035
|
+
"light": "{colorLime100}",
|
|
3036
|
+
"dark": "rgba(49, 184, 0, 0.2)"
|
|
3037
|
+
},
|
|
3038
|
+
"colorBackgroundAccentGrey": {
|
|
3039
|
+
"light": "{colorNeutral250}",
|
|
3040
|
+
"dark": "{colorNeutral700}"
|
|
3041
|
+
},
|
|
3042
|
+
"colorBackgroundAccentTeal": {
|
|
3043
|
+
"light": "{colorTeal100}",
|
|
3044
|
+
"dark": "rgba(0, 173, 162, 0.2)"
|
|
3045
|
+
},
|
|
3046
|
+
"colorBackgroundAccentCyan": {
|
|
3047
|
+
"light": "{colorCyan100}",
|
|
3048
|
+
"dark": "rgba(0, 164, 189, 0.2)"
|
|
3049
|
+
},
|
|
3050
|
+
"colorBackgroundAccentBlue": {
|
|
3051
|
+
"light": "{colorInfo100}",
|
|
3052
|
+
"dark": "rgba(0, 153, 255, 0.2)"
|
|
3053
|
+
},
|
|
3054
|
+
"colorBackgroundAccentViolet": {
|
|
3055
|
+
"light": "{colorViolet100}",
|
|
3056
|
+
"dark": "rgba(133, 117, 255, 0.2)"
|
|
3057
|
+
},
|
|
3058
|
+
"colorBackgroundAccentFuchsia": {
|
|
3059
|
+
"light": "{colorFuchsia100}",
|
|
3060
|
+
"dark": "rgba(228, 51, 255, 0.2)"
|
|
3061
|
+
},
|
|
3062
|
+
"colorBackgroundAccentMagenta": {
|
|
3063
|
+
"light": "{colorMagenta100}",
|
|
3064
|
+
"dark": "rgba(255, 26, 224, 0.2)"
|
|
3065
|
+
},
|
|
3066
|
+
"colorBackgroundAccentPink": {
|
|
3067
|
+
"light": "{colorPink100}",
|
|
3068
|
+
"dark": "rgba(255, 51, 153, 0.2)"
|
|
3069
|
+
},
|
|
3070
|
+
"colorBackgroundAccentRose": {
|
|
3071
|
+
"light": "{colorRose100}",
|
|
3072
|
+
"dark": "rgba(255, 56, 106, 0.2)"
|
|
3073
|
+
},
|
|
3074
|
+
"colorBackgroundAccentAmber": {
|
|
3075
|
+
"light": "{colorAmber100}",
|
|
3076
|
+
"dark": "rgba(250, 111, 0, 0.2)"
|
|
3077
|
+
},
|
|
3078
|
+
"colorTextAccentRed": {
|
|
3079
|
+
"light": "{colorError800}",
|
|
3080
|
+
"dark": "{colorError400}"
|
|
3081
|
+
},
|
|
3082
|
+
"colorTextAccentYellow": {
|
|
3083
|
+
"light": "{colorWarning900}",
|
|
3084
|
+
"dark": "{colorWarning400}"
|
|
3085
|
+
},
|
|
3086
|
+
"colorTextAccentIndigo": {
|
|
3087
|
+
"light": "{colorInfo800}",
|
|
3088
|
+
"dark": "{colorInfo400}"
|
|
3089
|
+
},
|
|
3090
|
+
"colorTextAccentGreen": {
|
|
3091
|
+
"light": "{colorSuccess800}",
|
|
3092
|
+
"dark": "{colorSuccess400}"
|
|
3093
|
+
},
|
|
3094
|
+
"colorTextAccentOrange": {
|
|
3095
|
+
"light": "{colorOrange800}",
|
|
3096
|
+
"dark": "{colorOrange400}"
|
|
3097
|
+
},
|
|
3098
|
+
"colorTextAccentPurple": {
|
|
3099
|
+
"light": "{colorPurple800}",
|
|
3100
|
+
"dark": "{colorPurple400}"
|
|
3101
|
+
},
|
|
3102
|
+
"colorTextAccentMint": {
|
|
3103
|
+
"light": "{colorMint800}",
|
|
3104
|
+
"dark": "{colorMint400}"
|
|
3105
|
+
},
|
|
3106
|
+
"colorTextAccentLime": {
|
|
3107
|
+
"light": "{colorLime800}",
|
|
3108
|
+
"dark": "{colorLime400}"
|
|
3109
|
+
},
|
|
3110
|
+
"colorTextAccentGrey": {
|
|
3111
|
+
"light": "{colorNeutral800}",
|
|
3112
|
+
"dark": "{colorNeutral300}"
|
|
3113
|
+
},
|
|
3114
|
+
"colorTextAccentTeal": {
|
|
3115
|
+
"light": "{colorTeal800}",
|
|
3116
|
+
"dark": "{colorTeal400}"
|
|
3117
|
+
},
|
|
3118
|
+
"colorTextAccentCyan": {
|
|
3119
|
+
"light": "{colorCyan800}",
|
|
3120
|
+
"dark": "{colorCyan400}"
|
|
3121
|
+
},
|
|
3122
|
+
"colorTextAccentBlue": {
|
|
3123
|
+
"light": "{colorInfo800}",
|
|
3124
|
+
"dark": "{colorInfo400}"
|
|
3125
|
+
},
|
|
3126
|
+
"colorTextAccentViolet": {
|
|
3127
|
+
"light": "{colorViolet800}",
|
|
3128
|
+
"dark": "{colorViolet400}"
|
|
3129
|
+
},
|
|
3130
|
+
"colorTextAccentFuchsia": {
|
|
3131
|
+
"light": "{colorFuchsia800}",
|
|
3132
|
+
"dark": "{colorFuchsia400}"
|
|
3133
|
+
},
|
|
3134
|
+
"colorTextAccentMagenta": {
|
|
3135
|
+
"light": "{colorMagenta800}",
|
|
3136
|
+
"dark": "{colorMagenta400}"
|
|
3137
|
+
},
|
|
3138
|
+
"colorTextAccentPink": {
|
|
3139
|
+
"light": "{colorPink800}",
|
|
3140
|
+
"dark": "{colorPink400}"
|
|
3141
|
+
},
|
|
3142
|
+
"colorTextAccentRose": {
|
|
3143
|
+
"light": "{colorRose800}",
|
|
3144
|
+
"dark": "{colorRose400}"
|
|
3145
|
+
},
|
|
3146
|
+
"colorTextAccentAmber": {
|
|
3147
|
+
"light": "{colorAmber800}",
|
|
3148
|
+
"dark": "{colorAmber400}"
|
|
3149
|
+
},
|
|
2602
3150
|
"fontBoxValueLargeWeight": "700",
|
|
2603
3151
|
"fontButtonLetterSpacing": "0.005em",
|
|
2604
3152
|
"fontChartDetailSize": "{fontSizeBodyS}",
|
|
@@ -2617,6 +3165,8 @@ export var preset = {
|
|
|
2617
3165
|
"fontLinkButtonWeight": "{fontWeightButton}",
|
|
2618
3166
|
"fontPanelHeaderLineHeight": "{lineHeightHeadingM}",
|
|
2619
3167
|
"fontPanelHeaderSize": "{fontSizeHeadingM}",
|
|
3168
|
+
"fontSideNavigationSectionHeaderSize": "inherit",
|
|
3169
|
+
"fontSideNavigationSectionHeaderWeight": "inherit",
|
|
2620
3170
|
"fontSizeBodyM": "14px",
|
|
2621
3171
|
"fontSizeBodyS": "12px",
|
|
2622
3172
|
"fontSizeDisplayL": "42px",
|
|
@@ -2648,6 +3198,7 @@ export var preset = {
|
|
|
2648
3198
|
"fontWeightHeavy": "700",
|
|
2649
3199
|
"fontWeightKeyValuePairsLabel": "{fontDisplayLabelWeight}",
|
|
2650
3200
|
"fontWeightLighter": "300",
|
|
3201
|
+
"fontWeightLinkSecondary": "inherit",
|
|
2651
3202
|
"fontWeightNormal": "400",
|
|
2652
3203
|
"fontWeightTabs": "700",
|
|
2653
3204
|
"fontWeightTabsDisabled": "{fontWayfindingLinkActiveWeight}",
|
|
@@ -5403,6 +5954,26 @@ export var preset = {
|
|
|
5403
5954
|
"light": "{colorNeutral700}",
|
|
5404
5955
|
"dark": "{colorNeutral700}"
|
|
5405
5956
|
},
|
|
5957
|
+
"colorBackgroundBadgeGreen": {
|
|
5958
|
+
"light": "{colorBackgroundNotificationGreen}",
|
|
5959
|
+
"dark": "{colorBackgroundNotificationGreen}"
|
|
5960
|
+
},
|
|
5961
|
+
"colorBackgroundBadgeBlue": {
|
|
5962
|
+
"light": "{colorBackgroundNotificationBlue}",
|
|
5963
|
+
"dark": "{colorBackgroundNotificationBlue}"
|
|
5964
|
+
},
|
|
5965
|
+
"colorBackgroundBadgeRed": {
|
|
5966
|
+
"light": "{colorBackgroundNotificationRed}",
|
|
5967
|
+
"dark": "{colorBackgroundNotificationRed}"
|
|
5968
|
+
},
|
|
5969
|
+
"colorBackgroundBadgeYellow": {
|
|
5970
|
+
"light": "{colorBackgroundNotificationYellow}",
|
|
5971
|
+
"dark": "{colorBackgroundNotificationYellow}"
|
|
5972
|
+
},
|
|
5973
|
+
"colorBackgroundBadgeGrey": {
|
|
5974
|
+
"light": "{colorBackgroundNotificationGrey}",
|
|
5975
|
+
"dark": "{colorBackgroundNotificationGrey}"
|
|
5976
|
+
},
|
|
5406
5977
|
"colorBorderBadge": {
|
|
5407
5978
|
"light": "transparent",
|
|
5408
5979
|
"dark": "transparent"
|
|
@@ -5443,6 +6014,150 @@ export var preset = {
|
|
|
5443
6014
|
"light": "#282c34",
|
|
5444
6015
|
"dark": "#282c34"
|
|
5445
6016
|
},
|
|
6017
|
+
"colorBackgroundAccentRed": {
|
|
6018
|
+
"light": "rgba(255, 61, 61, 0.2)",
|
|
6019
|
+
"dark": "rgba(255, 61, 61, 0.2)"
|
|
6020
|
+
},
|
|
6021
|
+
"colorBackgroundAccentYellow": {
|
|
6022
|
+
"light": "rgba(251, 211, 50, 0.2)",
|
|
6023
|
+
"dark": "rgba(251, 211, 50, 0.2)"
|
|
6024
|
+
},
|
|
6025
|
+
"colorBackgroundAccentIndigo": {
|
|
6026
|
+
"light": "rgba(0, 153, 255, 0.2)",
|
|
6027
|
+
"dark": "rgba(0, 153, 255, 0.2)"
|
|
6028
|
+
},
|
|
6029
|
+
"colorBackgroundAccentGreen": {
|
|
6030
|
+
"light": "rgba(43, 181, 52, 0.2)",
|
|
6031
|
+
"dark": "rgba(43, 181, 52, 0.2)"
|
|
6032
|
+
},
|
|
6033
|
+
"colorBackgroundAccentOrange": {
|
|
6034
|
+
"light": "rgba(255, 75, 20, 0.2)",
|
|
6035
|
+
"dark": "rgba(255, 75, 20, 0.2)"
|
|
6036
|
+
},
|
|
6037
|
+
"colorBackgroundAccentPurple": {
|
|
6038
|
+
"light": "rgba(173, 92, 255, 0.2)",
|
|
6039
|
+
"dark": "rgba(173, 92, 255, 0.2)"
|
|
6040
|
+
},
|
|
6041
|
+
"colorBackgroundAccentMint": {
|
|
6042
|
+
"light": "rgba(0, 189, 107, 0.2)",
|
|
6043
|
+
"dark": "rgba(0, 189, 107, 0.2)"
|
|
6044
|
+
},
|
|
6045
|
+
"colorBackgroundAccentLime": {
|
|
6046
|
+
"light": "rgba(49, 184, 0, 0.2)",
|
|
6047
|
+
"dark": "rgba(49, 184, 0, 0.2)"
|
|
6048
|
+
},
|
|
6049
|
+
"colorBackgroundAccentGrey": {
|
|
6050
|
+
"light": "{colorNeutral700}",
|
|
6051
|
+
"dark": "{colorNeutral700}"
|
|
6052
|
+
},
|
|
6053
|
+
"colorBackgroundAccentTeal": {
|
|
6054
|
+
"light": "rgba(0, 173, 162, 0.2)",
|
|
6055
|
+
"dark": "rgba(0, 173, 162, 0.2)"
|
|
6056
|
+
},
|
|
6057
|
+
"colorBackgroundAccentCyan": {
|
|
6058
|
+
"light": "rgba(0, 164, 189, 0.2)",
|
|
6059
|
+
"dark": "rgba(0, 164, 189, 0.2)"
|
|
6060
|
+
},
|
|
6061
|
+
"colorBackgroundAccentBlue": {
|
|
6062
|
+
"light": "rgba(0, 153, 255, 0.2)",
|
|
6063
|
+
"dark": "rgba(0, 153, 255, 0.2)"
|
|
6064
|
+
},
|
|
6065
|
+
"colorBackgroundAccentViolet": {
|
|
6066
|
+
"light": "rgba(133, 117, 255, 0.2)",
|
|
6067
|
+
"dark": "rgba(133, 117, 255, 0.2)"
|
|
6068
|
+
},
|
|
6069
|
+
"colorBackgroundAccentFuchsia": {
|
|
6070
|
+
"light": "rgba(228, 51, 255, 0.2)",
|
|
6071
|
+
"dark": "rgba(228, 51, 255, 0.2)"
|
|
6072
|
+
},
|
|
6073
|
+
"colorBackgroundAccentMagenta": {
|
|
6074
|
+
"light": "rgba(255, 26, 224, 0.2)",
|
|
6075
|
+
"dark": "rgba(255, 26, 224, 0.2)"
|
|
6076
|
+
},
|
|
6077
|
+
"colorBackgroundAccentPink": {
|
|
6078
|
+
"light": "rgba(255, 51, 153, 0.2)",
|
|
6079
|
+
"dark": "rgba(255, 51, 153, 0.2)"
|
|
6080
|
+
},
|
|
6081
|
+
"colorBackgroundAccentRose": {
|
|
6082
|
+
"light": "rgba(255, 56, 106, 0.2)",
|
|
6083
|
+
"dark": "rgba(255, 56, 106, 0.2)"
|
|
6084
|
+
},
|
|
6085
|
+
"colorBackgroundAccentAmber": {
|
|
6086
|
+
"light": "rgba(250, 111, 0, 0.2)",
|
|
6087
|
+
"dark": "rgba(250, 111, 0, 0.2)"
|
|
6088
|
+
},
|
|
6089
|
+
"colorTextAccentRed": {
|
|
6090
|
+
"light": "{colorError400}",
|
|
6091
|
+
"dark": "{colorError400}"
|
|
6092
|
+
},
|
|
6093
|
+
"colorTextAccentYellow": {
|
|
6094
|
+
"light": "{colorWarning400}",
|
|
6095
|
+
"dark": "{colorWarning400}"
|
|
6096
|
+
},
|
|
6097
|
+
"colorTextAccentIndigo": {
|
|
6098
|
+
"light": "{colorInfo400}",
|
|
6099
|
+
"dark": "{colorInfo400}"
|
|
6100
|
+
},
|
|
6101
|
+
"colorTextAccentGreen": {
|
|
6102
|
+
"light": "{colorSuccess400}",
|
|
6103
|
+
"dark": "{colorSuccess400}"
|
|
6104
|
+
},
|
|
6105
|
+
"colorTextAccentOrange": {
|
|
6106
|
+
"light": "{colorOrange400}",
|
|
6107
|
+
"dark": "{colorOrange400}"
|
|
6108
|
+
},
|
|
6109
|
+
"colorTextAccentPurple": {
|
|
6110
|
+
"light": "{colorPurple400}",
|
|
6111
|
+
"dark": "{colorPurple400}"
|
|
6112
|
+
},
|
|
6113
|
+
"colorTextAccentMint": {
|
|
6114
|
+
"light": "{colorMint400}",
|
|
6115
|
+
"dark": "{colorMint400}"
|
|
6116
|
+
},
|
|
6117
|
+
"colorTextAccentLime": {
|
|
6118
|
+
"light": "{colorLime400}",
|
|
6119
|
+
"dark": "{colorLime400}"
|
|
6120
|
+
},
|
|
6121
|
+
"colorTextAccentGrey": {
|
|
6122
|
+
"light": "{colorNeutral300}",
|
|
6123
|
+
"dark": "{colorNeutral300}"
|
|
6124
|
+
},
|
|
6125
|
+
"colorTextAccentTeal": {
|
|
6126
|
+
"light": "{colorTeal400}",
|
|
6127
|
+
"dark": "{colorTeal400}"
|
|
6128
|
+
},
|
|
6129
|
+
"colorTextAccentCyan": {
|
|
6130
|
+
"light": "{colorCyan400}",
|
|
6131
|
+
"dark": "{colorCyan400}"
|
|
6132
|
+
},
|
|
6133
|
+
"colorTextAccentBlue": {
|
|
6134
|
+
"light": "{colorInfo400}",
|
|
6135
|
+
"dark": "{colorInfo400}"
|
|
6136
|
+
},
|
|
6137
|
+
"colorTextAccentViolet": {
|
|
6138
|
+
"light": "{colorViolet400}",
|
|
6139
|
+
"dark": "{colorViolet400}"
|
|
6140
|
+
},
|
|
6141
|
+
"colorTextAccentFuchsia": {
|
|
6142
|
+
"light": "{colorFuchsia400}",
|
|
6143
|
+
"dark": "{colorFuchsia400}"
|
|
6144
|
+
},
|
|
6145
|
+
"colorTextAccentMagenta": {
|
|
6146
|
+
"light": "{colorMagenta400}",
|
|
6147
|
+
"dark": "{colorMagenta400}"
|
|
6148
|
+
},
|
|
6149
|
+
"colorTextAccentPink": {
|
|
6150
|
+
"light": "{colorPink400}",
|
|
6151
|
+
"dark": "{colorPink400}"
|
|
6152
|
+
},
|
|
6153
|
+
"colorTextAccentRose": {
|
|
6154
|
+
"light": "{colorRose400}",
|
|
6155
|
+
"dark": "{colorRose400}"
|
|
6156
|
+
},
|
|
6157
|
+
"colorTextAccentAmber": {
|
|
6158
|
+
"light": "{colorAmber400}",
|
|
6159
|
+
"dark": "{colorAmber400}"
|
|
6160
|
+
},
|
|
5446
6161
|
"colorPrimary50": "#f0fbff",
|
|
5447
6162
|
"colorPrimary100": "#d1f1ff",
|
|
5448
6163
|
"colorPrimary200": "#b8e7ff",
|
|
@@ -5453,6 +6168,7 @@ export var preset = {
|
|
|
5453
6168
|
"colorPrimary700": "#004a9e",
|
|
5454
6169
|
"colorPrimary800": "#003b8f",
|
|
5455
6170
|
"colorPrimary900": "#002b66",
|
|
6171
|
+
"colorPrimary950": "#00204d",
|
|
5456
6172
|
"colorPrimary1000": "#001129",
|
|
5457
6173
|
"colorNeutral50": "#fcfcfd",
|
|
5458
6174
|
"colorNeutral100": "#f9f9fa",
|
|
@@ -5475,23 +6191,38 @@ export var preset = {
|
|
|
5475
6191
|
"colorNeutral950": "#0f141a",
|
|
5476
6192
|
"colorNeutral1000": "#06080a",
|
|
5477
6193
|
"colorError50": "#fff5f5",
|
|
6194
|
+
"colorError100": "#ffe0e0",
|
|
5478
6195
|
"colorError400": "#ff7a7a",
|
|
5479
6196
|
"colorError600": "#db0000",
|
|
6197
|
+
"colorError800": "#990000",
|
|
5480
6198
|
"colorError900": "#700000",
|
|
6199
|
+
"colorError950": "#520000",
|
|
5481
6200
|
"colorError1000": "#1f0000",
|
|
5482
6201
|
"colorSuccess50": "#effff1",
|
|
6202
|
+
"colorSuccess100": "#d9ffd6",
|
|
6203
|
+
"colorSuccess400": "#00e500",
|
|
5483
6204
|
"colorSuccess500": "#2bb534",
|
|
5484
6205
|
"colorSuccess600": "#00802f",
|
|
6206
|
+
"colorSuccess800": "#005c26",
|
|
6207
|
+
"colorSuccess950": "#003311",
|
|
5485
6208
|
"colorSuccess1000": "#001401",
|
|
5486
6209
|
"colorWarning50": "#fffef0",
|
|
6210
|
+
"colorWarning100": "#fffbbd",
|
|
5487
6211
|
"colorWarning400": "#ffe347",
|
|
5488
6212
|
"colorWarning500": "#fbd332",
|
|
6213
|
+
"colorWarning600": "#f2b100",
|
|
6214
|
+
"colorWarning800": "#9e6900",
|
|
5489
6215
|
"colorWarning900": "#855900",
|
|
6216
|
+
"colorWarning950": "#573a00",
|
|
5490
6217
|
"colorWarning1000": "#191100",
|
|
5491
6218
|
"colorInfo50": "#f0fbff",
|
|
6219
|
+
"colorInfo100": "#d1f1ff",
|
|
5492
6220
|
"colorInfo300": "#75cfff",
|
|
5493
6221
|
"colorInfo400": "#42b4ff",
|
|
5494
6222
|
"colorInfo600": "#006ce0",
|
|
6223
|
+
"colorInfo700": "#004a9e",
|
|
6224
|
+
"colorInfo800": "#003b8f",
|
|
6225
|
+
"colorInfo950": "#00204d",
|
|
5495
6226
|
"colorInfo1000": "#001129",
|
|
5496
6227
|
"colorChartsStatusNeutral": {
|
|
5497
6228
|
"light": "{colorNeutral500}",
|
|
@@ -7052,6 +7783,26 @@ export var preset = {
|
|
|
7052
7783
|
"light": "{colorNeutral700}",
|
|
7053
7784
|
"dark": "{colorNeutral700}"
|
|
7054
7785
|
},
|
|
7786
|
+
"colorBackgroundBadgeGreen": {
|
|
7787
|
+
"light": "{colorBackgroundNotificationGreen}",
|
|
7788
|
+
"dark": "{colorBackgroundNotificationGreen}"
|
|
7789
|
+
},
|
|
7790
|
+
"colorBackgroundBadgeBlue": {
|
|
7791
|
+
"light": "{colorBackgroundNotificationBlue}",
|
|
7792
|
+
"dark": "{colorBackgroundNotificationBlue}"
|
|
7793
|
+
},
|
|
7794
|
+
"colorBackgroundBadgeRed": {
|
|
7795
|
+
"light": "{colorBackgroundNotificationRed}",
|
|
7796
|
+
"dark": "{colorBackgroundNotificationRed}"
|
|
7797
|
+
},
|
|
7798
|
+
"colorBackgroundBadgeYellow": {
|
|
7799
|
+
"light": "{colorBackgroundNotificationYellow}",
|
|
7800
|
+
"dark": "{colorBackgroundNotificationYellow}"
|
|
7801
|
+
},
|
|
7802
|
+
"colorBackgroundBadgeGrey": {
|
|
7803
|
+
"light": "{colorBackgroundNotificationGrey}",
|
|
7804
|
+
"dark": "{colorBackgroundNotificationGrey}"
|
|
7805
|
+
},
|
|
7055
7806
|
"colorBorderBadge": {
|
|
7056
7807
|
"light": "transparent",
|
|
7057
7808
|
"dark": "transparent"
|
|
@@ -7092,26 +7843,171 @@ export var preset = {
|
|
|
7092
7843
|
"light": "#282c34",
|
|
7093
7844
|
"dark": "#282c34"
|
|
7094
7845
|
},
|
|
7095
|
-
"
|
|
7096
|
-
|
|
7097
|
-
|
|
7098
|
-
|
|
7099
|
-
"
|
|
7100
|
-
|
|
7101
|
-
|
|
7102
|
-
|
|
7103
|
-
"
|
|
7104
|
-
|
|
7105
|
-
|
|
7106
|
-
|
|
7107
|
-
"
|
|
7108
|
-
|
|
7109
|
-
|
|
7110
|
-
|
|
7111
|
-
"
|
|
7112
|
-
|
|
7113
|
-
|
|
7114
|
-
|
|
7846
|
+
"colorBackgroundAccentRed": {
|
|
7847
|
+
"light": "rgba(255, 61, 61, 0.2)",
|
|
7848
|
+
"dark": "rgba(255, 61, 61, 0.2)"
|
|
7849
|
+
},
|
|
7850
|
+
"colorBackgroundAccentYellow": {
|
|
7851
|
+
"light": "rgba(251, 211, 50, 0.2)",
|
|
7852
|
+
"dark": "rgba(251, 211, 50, 0.2)"
|
|
7853
|
+
},
|
|
7854
|
+
"colorBackgroundAccentIndigo": {
|
|
7855
|
+
"light": "rgba(0, 153, 255, 0.2)",
|
|
7856
|
+
"dark": "rgba(0, 153, 255, 0.2)"
|
|
7857
|
+
},
|
|
7858
|
+
"colorBackgroundAccentGreen": {
|
|
7859
|
+
"light": "rgba(43, 181, 52, 0.2)",
|
|
7860
|
+
"dark": "rgba(43, 181, 52, 0.2)"
|
|
7861
|
+
},
|
|
7862
|
+
"colorBackgroundAccentOrange": {
|
|
7863
|
+
"light": "rgba(255, 75, 20, 0.2)",
|
|
7864
|
+
"dark": "rgba(255, 75, 20, 0.2)"
|
|
7865
|
+
},
|
|
7866
|
+
"colorBackgroundAccentPurple": {
|
|
7867
|
+
"light": "rgba(173, 92, 255, 0.2)",
|
|
7868
|
+
"dark": "rgba(173, 92, 255, 0.2)"
|
|
7869
|
+
},
|
|
7870
|
+
"colorBackgroundAccentMint": {
|
|
7871
|
+
"light": "rgba(0, 189, 107, 0.2)",
|
|
7872
|
+
"dark": "rgba(0, 189, 107, 0.2)"
|
|
7873
|
+
},
|
|
7874
|
+
"colorBackgroundAccentLime": {
|
|
7875
|
+
"light": "rgba(49, 184, 0, 0.2)",
|
|
7876
|
+
"dark": "rgba(49, 184, 0, 0.2)"
|
|
7877
|
+
},
|
|
7878
|
+
"colorBackgroundAccentGrey": {
|
|
7879
|
+
"light": "{colorNeutral700}",
|
|
7880
|
+
"dark": "{colorNeutral700}"
|
|
7881
|
+
},
|
|
7882
|
+
"colorBackgroundAccentTeal": {
|
|
7883
|
+
"light": "rgba(0, 173, 162, 0.2)",
|
|
7884
|
+
"dark": "rgba(0, 173, 162, 0.2)"
|
|
7885
|
+
},
|
|
7886
|
+
"colorBackgroundAccentCyan": {
|
|
7887
|
+
"light": "rgba(0, 164, 189, 0.2)",
|
|
7888
|
+
"dark": "rgba(0, 164, 189, 0.2)"
|
|
7889
|
+
},
|
|
7890
|
+
"colorBackgroundAccentBlue": {
|
|
7891
|
+
"light": "rgba(0, 153, 255, 0.2)",
|
|
7892
|
+
"dark": "rgba(0, 153, 255, 0.2)"
|
|
7893
|
+
},
|
|
7894
|
+
"colorBackgroundAccentViolet": {
|
|
7895
|
+
"light": "rgba(133, 117, 255, 0.2)",
|
|
7896
|
+
"dark": "rgba(133, 117, 255, 0.2)"
|
|
7897
|
+
},
|
|
7898
|
+
"colorBackgroundAccentFuchsia": {
|
|
7899
|
+
"light": "rgba(228, 51, 255, 0.2)",
|
|
7900
|
+
"dark": "rgba(228, 51, 255, 0.2)"
|
|
7901
|
+
},
|
|
7902
|
+
"colorBackgroundAccentMagenta": {
|
|
7903
|
+
"light": "rgba(255, 26, 224, 0.2)",
|
|
7904
|
+
"dark": "rgba(255, 26, 224, 0.2)"
|
|
7905
|
+
},
|
|
7906
|
+
"colorBackgroundAccentPink": {
|
|
7907
|
+
"light": "rgba(255, 51, 153, 0.2)",
|
|
7908
|
+
"dark": "rgba(255, 51, 153, 0.2)"
|
|
7909
|
+
},
|
|
7910
|
+
"colorBackgroundAccentRose": {
|
|
7911
|
+
"light": "rgba(255, 56, 106, 0.2)",
|
|
7912
|
+
"dark": "rgba(255, 56, 106, 0.2)"
|
|
7913
|
+
},
|
|
7914
|
+
"colorBackgroundAccentAmber": {
|
|
7915
|
+
"light": "rgba(250, 111, 0, 0.2)",
|
|
7916
|
+
"dark": "rgba(250, 111, 0, 0.2)"
|
|
7917
|
+
},
|
|
7918
|
+
"colorTextAccentRed": {
|
|
7919
|
+
"light": "{colorError400}",
|
|
7920
|
+
"dark": "{colorError400}"
|
|
7921
|
+
},
|
|
7922
|
+
"colorTextAccentYellow": {
|
|
7923
|
+
"light": "{colorWarning400}",
|
|
7924
|
+
"dark": "{colorWarning400}"
|
|
7925
|
+
},
|
|
7926
|
+
"colorTextAccentIndigo": {
|
|
7927
|
+
"light": "{colorInfo400}",
|
|
7928
|
+
"dark": "{colorInfo400}"
|
|
7929
|
+
},
|
|
7930
|
+
"colorTextAccentGreen": {
|
|
7931
|
+
"light": "{colorSuccess400}",
|
|
7932
|
+
"dark": "{colorSuccess400}"
|
|
7933
|
+
},
|
|
7934
|
+
"colorTextAccentOrange": {
|
|
7935
|
+
"light": "{colorOrange400}",
|
|
7936
|
+
"dark": "{colorOrange400}"
|
|
7937
|
+
},
|
|
7938
|
+
"colorTextAccentPurple": {
|
|
7939
|
+
"light": "{colorPurple400}",
|
|
7940
|
+
"dark": "{colorPurple400}"
|
|
7941
|
+
},
|
|
7942
|
+
"colorTextAccentMint": {
|
|
7943
|
+
"light": "{colorMint400}",
|
|
7944
|
+
"dark": "{colorMint400}"
|
|
7945
|
+
},
|
|
7946
|
+
"colorTextAccentLime": {
|
|
7947
|
+
"light": "{colorLime400}",
|
|
7948
|
+
"dark": "{colorLime400}"
|
|
7949
|
+
},
|
|
7950
|
+
"colorTextAccentGrey": {
|
|
7951
|
+
"light": "{colorNeutral300}",
|
|
7952
|
+
"dark": "{colorNeutral300}"
|
|
7953
|
+
},
|
|
7954
|
+
"colorTextAccentTeal": {
|
|
7955
|
+
"light": "{colorTeal400}",
|
|
7956
|
+
"dark": "{colorTeal400}"
|
|
7957
|
+
},
|
|
7958
|
+
"colorTextAccentCyan": {
|
|
7959
|
+
"light": "{colorCyan400}",
|
|
7960
|
+
"dark": "{colorCyan400}"
|
|
7961
|
+
},
|
|
7962
|
+
"colorTextAccentBlue": {
|
|
7963
|
+
"light": "{colorInfo400}",
|
|
7964
|
+
"dark": "{colorInfo400}"
|
|
7965
|
+
},
|
|
7966
|
+
"colorTextAccentViolet": {
|
|
7967
|
+
"light": "{colorViolet400}",
|
|
7968
|
+
"dark": "{colorViolet400}"
|
|
7969
|
+
},
|
|
7970
|
+
"colorTextAccentFuchsia": {
|
|
7971
|
+
"light": "{colorFuchsia400}",
|
|
7972
|
+
"dark": "{colorFuchsia400}"
|
|
7973
|
+
},
|
|
7974
|
+
"colorTextAccentMagenta": {
|
|
7975
|
+
"light": "{colorMagenta400}",
|
|
7976
|
+
"dark": "{colorMagenta400}"
|
|
7977
|
+
},
|
|
7978
|
+
"colorTextAccentPink": {
|
|
7979
|
+
"light": "{colorPink400}",
|
|
7980
|
+
"dark": "{colorPink400}"
|
|
7981
|
+
},
|
|
7982
|
+
"colorTextAccentRose": {
|
|
7983
|
+
"light": "{colorRose400}",
|
|
7984
|
+
"dark": "{colorRose400}"
|
|
7985
|
+
},
|
|
7986
|
+
"colorTextAccentAmber": {
|
|
7987
|
+
"light": "{colorAmber400}",
|
|
7988
|
+
"dark": "{colorAmber400}"
|
|
7989
|
+
},
|
|
7990
|
+
"colorPrimary50": "#f0fbff",
|
|
7991
|
+
"colorPrimary100": "#d1f1ff",
|
|
7992
|
+
"colorPrimary200": "#b8e7ff",
|
|
7993
|
+
"colorPrimary300": "#75cfff",
|
|
7994
|
+
"colorPrimary400": "#42b4ff",
|
|
7995
|
+
"colorPrimary500": "#0099ff",
|
|
7996
|
+
"colorPrimary600": "#006ce0",
|
|
7997
|
+
"colorPrimary700": "#004a9e",
|
|
7998
|
+
"colorPrimary800": "#003b8f",
|
|
7999
|
+
"colorPrimary900": "#002b66",
|
|
8000
|
+
"colorPrimary950": "#00204d",
|
|
8001
|
+
"colorPrimary1000": "#001129",
|
|
8002
|
+
"colorNeutral50": "#fcfcfd",
|
|
8003
|
+
"colorNeutral100": "#f9f9fa",
|
|
8004
|
+
"colorNeutral150": "#f6f6f9",
|
|
8005
|
+
"colorNeutral200": "#f3f3f7",
|
|
8006
|
+
"colorNeutral250": "#ebebf0",
|
|
8007
|
+
"colorNeutral300": "#dedee3",
|
|
8008
|
+
"colorNeutral350": "#c6c6cd",
|
|
8009
|
+
"colorNeutral400": "#b4b4bb",
|
|
8010
|
+
"colorNeutral450": "#a4a4ad",
|
|
7115
8011
|
"colorNeutral500": "#8c8c94",
|
|
7116
8012
|
"colorNeutral550": "#72747e",
|
|
7117
8013
|
"colorNeutral600": "#656871",
|
|
@@ -7124,23 +8020,38 @@ export var preset = {
|
|
|
7124
8020
|
"colorNeutral950": "#0f141a",
|
|
7125
8021
|
"colorNeutral1000": "#06080a",
|
|
7126
8022
|
"colorError50": "#fff5f5",
|
|
8023
|
+
"colorError100": "#ffe0e0",
|
|
7127
8024
|
"colorError400": "#ff7a7a",
|
|
7128
8025
|
"colorError600": "#db0000",
|
|
8026
|
+
"colorError800": "#990000",
|
|
7129
8027
|
"colorError900": "#700000",
|
|
8028
|
+
"colorError950": "#520000",
|
|
7130
8029
|
"colorError1000": "#1f0000",
|
|
7131
8030
|
"colorSuccess50": "#effff1",
|
|
8031
|
+
"colorSuccess100": "#d9ffd6",
|
|
8032
|
+
"colorSuccess400": "#00e500",
|
|
7132
8033
|
"colorSuccess500": "#2bb534",
|
|
7133
8034
|
"colorSuccess600": "#00802f",
|
|
8035
|
+
"colorSuccess800": "#005c26",
|
|
8036
|
+
"colorSuccess950": "#003311",
|
|
7134
8037
|
"colorSuccess1000": "#001401",
|
|
7135
8038
|
"colorWarning50": "#fffef0",
|
|
8039
|
+
"colorWarning100": "#fffbbd",
|
|
7136
8040
|
"colorWarning400": "#ffe347",
|
|
7137
8041
|
"colorWarning500": "#fbd332",
|
|
8042
|
+
"colorWarning600": "#f2b100",
|
|
8043
|
+
"colorWarning800": "#9e6900",
|
|
7138
8044
|
"colorWarning900": "#855900",
|
|
8045
|
+
"colorWarning950": "#573a00",
|
|
7139
8046
|
"colorWarning1000": "#191100",
|
|
7140
8047
|
"colorInfo50": "#f0fbff",
|
|
8048
|
+
"colorInfo100": "#d1f1ff",
|
|
7141
8049
|
"colorInfo300": "#75cfff",
|
|
7142
8050
|
"colorInfo400": "#42b4ff",
|
|
7143
8051
|
"colorInfo600": "#006ce0",
|
|
8052
|
+
"colorInfo700": "#004a9e",
|
|
8053
|
+
"colorInfo800": "#003b8f",
|
|
8054
|
+
"colorInfo950": "#00204d",
|
|
7144
8055
|
"colorInfo1000": "#001129",
|
|
7145
8056
|
"colorChartsStatusNeutral": {
|
|
7146
8057
|
"light": "{colorNeutral500}",
|
|
@@ -8629,6 +9540,26 @@ export var preset = {
|
|
|
8629
9540
|
"light": "{colorNeutral150}",
|
|
8630
9541
|
"dark": "{colorNeutral700}"
|
|
8631
9542
|
},
|
|
9543
|
+
"colorBackgroundBadgeGreen": {
|
|
9544
|
+
"light": "{colorBackgroundNotificationGreen}",
|
|
9545
|
+
"dark": "{colorBackgroundNotificationGreen}"
|
|
9546
|
+
},
|
|
9547
|
+
"colorBackgroundBadgeBlue": {
|
|
9548
|
+
"light": "{colorBackgroundNotificationBlue}",
|
|
9549
|
+
"dark": "{colorBackgroundNotificationBlue}"
|
|
9550
|
+
},
|
|
9551
|
+
"colorBackgroundBadgeRed": {
|
|
9552
|
+
"light": "{colorBackgroundNotificationRed}",
|
|
9553
|
+
"dark": "{colorBackgroundNotificationRed}"
|
|
9554
|
+
},
|
|
9555
|
+
"colorBackgroundBadgeYellow": {
|
|
9556
|
+
"light": "{colorBackgroundNotificationYellow}",
|
|
9557
|
+
"dark": "{colorBackgroundNotificationYellow}"
|
|
9558
|
+
},
|
|
9559
|
+
"colorBackgroundBadgeGrey": {
|
|
9560
|
+
"light": "{colorBackgroundNotificationGrey}",
|
|
9561
|
+
"dark": "{colorBackgroundNotificationGrey}"
|
|
9562
|
+
},
|
|
8632
9563
|
"colorBorderBadge": {
|
|
8633
9564
|
"light": "transparent",
|
|
8634
9565
|
"dark": "transparent"
|
|
@@ -8668,6 +9599,150 @@ export var preset = {
|
|
|
8668
9599
|
"colorBackgroundCodeView": {
|
|
8669
9600
|
"light": "#f8f8f8",
|
|
8670
9601
|
"dark": "#282c34"
|
|
9602
|
+
},
|
|
9603
|
+
"colorBackgroundAccentRed": {
|
|
9604
|
+
"light": "{colorError100}",
|
|
9605
|
+
"dark": "rgba(255, 61, 61, 0.2)"
|
|
9606
|
+
},
|
|
9607
|
+
"colorBackgroundAccentYellow": {
|
|
9608
|
+
"light": "{colorWarning100}",
|
|
9609
|
+
"dark": "rgba(251, 211, 50, 0.2)"
|
|
9610
|
+
},
|
|
9611
|
+
"colorBackgroundAccentIndigo": {
|
|
9612
|
+
"light": "{colorInfo100}",
|
|
9613
|
+
"dark": "rgba(0, 153, 255, 0.2)"
|
|
9614
|
+
},
|
|
9615
|
+
"colorBackgroundAccentGreen": {
|
|
9616
|
+
"light": "{colorSuccess100}",
|
|
9617
|
+
"dark": "rgba(43, 181, 52, 0.2)"
|
|
9618
|
+
},
|
|
9619
|
+
"colorBackgroundAccentOrange": {
|
|
9620
|
+
"light": "{colorOrange100}",
|
|
9621
|
+
"dark": "rgba(255, 75, 20, 0.2)"
|
|
9622
|
+
},
|
|
9623
|
+
"colorBackgroundAccentPurple": {
|
|
9624
|
+
"light": "{colorPurple100}",
|
|
9625
|
+
"dark": "rgba(173, 92, 255, 0.2)"
|
|
9626
|
+
},
|
|
9627
|
+
"colorBackgroundAccentMint": {
|
|
9628
|
+
"light": "{colorMint100}",
|
|
9629
|
+
"dark": "rgba(0, 189, 107, 0.2)"
|
|
9630
|
+
},
|
|
9631
|
+
"colorBackgroundAccentLime": {
|
|
9632
|
+
"light": "{colorLime100}",
|
|
9633
|
+
"dark": "rgba(49, 184, 0, 0.2)"
|
|
9634
|
+
},
|
|
9635
|
+
"colorBackgroundAccentGrey": {
|
|
9636
|
+
"light": "{colorNeutral250}",
|
|
9637
|
+
"dark": "{colorNeutral700}"
|
|
9638
|
+
},
|
|
9639
|
+
"colorBackgroundAccentTeal": {
|
|
9640
|
+
"light": "{colorTeal100}",
|
|
9641
|
+
"dark": "rgba(0, 173, 162, 0.2)"
|
|
9642
|
+
},
|
|
9643
|
+
"colorBackgroundAccentCyan": {
|
|
9644
|
+
"light": "{colorCyan100}",
|
|
9645
|
+
"dark": "rgba(0, 164, 189, 0.2)"
|
|
9646
|
+
},
|
|
9647
|
+
"colorBackgroundAccentBlue": {
|
|
9648
|
+
"light": "{colorInfo100}",
|
|
9649
|
+
"dark": "rgba(0, 153, 255, 0.2)"
|
|
9650
|
+
},
|
|
9651
|
+
"colorBackgroundAccentViolet": {
|
|
9652
|
+
"light": "{colorViolet100}",
|
|
9653
|
+
"dark": "rgba(133, 117, 255, 0.2)"
|
|
9654
|
+
},
|
|
9655
|
+
"colorBackgroundAccentFuchsia": {
|
|
9656
|
+
"light": "{colorFuchsia100}",
|
|
9657
|
+
"dark": "rgba(228, 51, 255, 0.2)"
|
|
9658
|
+
},
|
|
9659
|
+
"colorBackgroundAccentMagenta": {
|
|
9660
|
+
"light": "{colorMagenta100}",
|
|
9661
|
+
"dark": "rgba(255, 26, 224, 0.2)"
|
|
9662
|
+
},
|
|
9663
|
+
"colorBackgroundAccentPink": {
|
|
9664
|
+
"light": "{colorPink100}",
|
|
9665
|
+
"dark": "rgba(255, 51, 153, 0.2)"
|
|
9666
|
+
},
|
|
9667
|
+
"colorBackgroundAccentRose": {
|
|
9668
|
+
"light": "{colorRose100}",
|
|
9669
|
+
"dark": "rgba(255, 56, 106, 0.2)"
|
|
9670
|
+
},
|
|
9671
|
+
"colorBackgroundAccentAmber": {
|
|
9672
|
+
"light": "{colorAmber100}",
|
|
9673
|
+
"dark": "rgba(250, 111, 0, 0.2)"
|
|
9674
|
+
},
|
|
9675
|
+
"colorTextAccentRed": {
|
|
9676
|
+
"light": "{colorError800}",
|
|
9677
|
+
"dark": "{colorError400}"
|
|
9678
|
+
},
|
|
9679
|
+
"colorTextAccentYellow": {
|
|
9680
|
+
"light": "{colorWarning900}",
|
|
9681
|
+
"dark": "{colorWarning400}"
|
|
9682
|
+
},
|
|
9683
|
+
"colorTextAccentIndigo": {
|
|
9684
|
+
"light": "{colorInfo800}",
|
|
9685
|
+
"dark": "{colorInfo400}"
|
|
9686
|
+
},
|
|
9687
|
+
"colorTextAccentGreen": {
|
|
9688
|
+
"light": "{colorSuccess800}",
|
|
9689
|
+
"dark": "{colorSuccess400}"
|
|
9690
|
+
},
|
|
9691
|
+
"colorTextAccentOrange": {
|
|
9692
|
+
"light": "{colorOrange800}",
|
|
9693
|
+
"dark": "{colorOrange400}"
|
|
9694
|
+
},
|
|
9695
|
+
"colorTextAccentPurple": {
|
|
9696
|
+
"light": "{colorPurple800}",
|
|
9697
|
+
"dark": "{colorPurple400}"
|
|
9698
|
+
},
|
|
9699
|
+
"colorTextAccentMint": {
|
|
9700
|
+
"light": "{colorMint800}",
|
|
9701
|
+
"dark": "{colorMint400}"
|
|
9702
|
+
},
|
|
9703
|
+
"colorTextAccentLime": {
|
|
9704
|
+
"light": "{colorLime800}",
|
|
9705
|
+
"dark": "{colorLime400}"
|
|
9706
|
+
},
|
|
9707
|
+
"colorTextAccentGrey": {
|
|
9708
|
+
"light": "{colorNeutral800}",
|
|
9709
|
+
"dark": "{colorNeutral300}"
|
|
9710
|
+
},
|
|
9711
|
+
"colorTextAccentTeal": {
|
|
9712
|
+
"light": "{colorTeal800}",
|
|
9713
|
+
"dark": "{colorTeal400}"
|
|
9714
|
+
},
|
|
9715
|
+
"colorTextAccentCyan": {
|
|
9716
|
+
"light": "{colorCyan800}",
|
|
9717
|
+
"dark": "{colorCyan400}"
|
|
9718
|
+
},
|
|
9719
|
+
"colorTextAccentBlue": {
|
|
9720
|
+
"light": "{colorInfo800}",
|
|
9721
|
+
"dark": "{colorInfo400}"
|
|
9722
|
+
},
|
|
9723
|
+
"colorTextAccentViolet": {
|
|
9724
|
+
"light": "{colorViolet800}",
|
|
9725
|
+
"dark": "{colorViolet400}"
|
|
9726
|
+
},
|
|
9727
|
+
"colorTextAccentFuchsia": {
|
|
9728
|
+
"light": "{colorFuchsia800}",
|
|
9729
|
+
"dark": "{colorFuchsia400}"
|
|
9730
|
+
},
|
|
9731
|
+
"colorTextAccentMagenta": {
|
|
9732
|
+
"light": "{colorMagenta800}",
|
|
9733
|
+
"dark": "{colorMagenta400}"
|
|
9734
|
+
},
|
|
9735
|
+
"colorTextAccentPink": {
|
|
9736
|
+
"light": "{colorPink800}",
|
|
9737
|
+
"dark": "{colorPink400}"
|
|
9738
|
+
},
|
|
9739
|
+
"colorTextAccentRose": {
|
|
9740
|
+
"light": "{colorRose800}",
|
|
9741
|
+
"dark": "{colorRose400}"
|
|
9742
|
+
},
|
|
9743
|
+
"colorTextAccentAmber": {
|
|
9744
|
+
"light": "{colorAmber800}",
|
|
9745
|
+
"dark": "{colorAmber400}"
|
|
8671
9746
|
}
|
|
8672
9747
|
}
|
|
8673
9748
|
},
|
|
@@ -10071,6 +11146,26 @@ export var preset = {
|
|
|
10071
11146
|
"light": "{colorNeutral150}",
|
|
10072
11147
|
"dark": "{colorNeutral700}"
|
|
10073
11148
|
},
|
|
11149
|
+
"colorBackgroundBadgeGreen": {
|
|
11150
|
+
"light": "{colorBackgroundNotificationGreen}",
|
|
11151
|
+
"dark": "{colorBackgroundNotificationGreen}"
|
|
11152
|
+
},
|
|
11153
|
+
"colorBackgroundBadgeBlue": {
|
|
11154
|
+
"light": "{colorBackgroundNotificationBlue}",
|
|
11155
|
+
"dark": "{colorBackgroundNotificationBlue}"
|
|
11156
|
+
},
|
|
11157
|
+
"colorBackgroundBadgeRed": {
|
|
11158
|
+
"light": "{colorBackgroundNotificationRed}",
|
|
11159
|
+
"dark": "{colorBackgroundNotificationRed}"
|
|
11160
|
+
},
|
|
11161
|
+
"colorBackgroundBadgeYellow": {
|
|
11162
|
+
"light": "{colorBackgroundNotificationYellow}",
|
|
11163
|
+
"dark": "{colorBackgroundNotificationYellow}"
|
|
11164
|
+
},
|
|
11165
|
+
"colorBackgroundBadgeGrey": {
|
|
11166
|
+
"light": "{colorBackgroundNotificationGrey}",
|
|
11167
|
+
"dark": "{colorBackgroundNotificationGrey}"
|
|
11168
|
+
},
|
|
10074
11169
|
"colorBorderBadge": {
|
|
10075
11170
|
"light": "transparent",
|
|
10076
11171
|
"dark": "transparent"
|
|
@@ -10110,6 +11205,150 @@ export var preset = {
|
|
|
10110
11205
|
"colorBackgroundCodeView": {
|
|
10111
11206
|
"light": "#f8f8f8",
|
|
10112
11207
|
"dark": "#282c34"
|
|
11208
|
+
},
|
|
11209
|
+
"colorBackgroundAccentRed": {
|
|
11210
|
+
"light": "{colorError100}",
|
|
11211
|
+
"dark": "rgba(255, 61, 61, 0.2)"
|
|
11212
|
+
},
|
|
11213
|
+
"colorBackgroundAccentYellow": {
|
|
11214
|
+
"light": "{colorWarning100}",
|
|
11215
|
+
"dark": "rgba(251, 211, 50, 0.2)"
|
|
11216
|
+
},
|
|
11217
|
+
"colorBackgroundAccentIndigo": {
|
|
11218
|
+
"light": "{colorInfo100}",
|
|
11219
|
+
"dark": "rgba(0, 153, 255, 0.2)"
|
|
11220
|
+
},
|
|
11221
|
+
"colorBackgroundAccentGreen": {
|
|
11222
|
+
"light": "{colorSuccess100}",
|
|
11223
|
+
"dark": "rgba(43, 181, 52, 0.2)"
|
|
11224
|
+
},
|
|
11225
|
+
"colorBackgroundAccentOrange": {
|
|
11226
|
+
"light": "{colorOrange100}",
|
|
11227
|
+
"dark": "rgba(255, 75, 20, 0.2)"
|
|
11228
|
+
},
|
|
11229
|
+
"colorBackgroundAccentPurple": {
|
|
11230
|
+
"light": "{colorPurple100}",
|
|
11231
|
+
"dark": "rgba(173, 92, 255, 0.2)"
|
|
11232
|
+
},
|
|
11233
|
+
"colorBackgroundAccentMint": {
|
|
11234
|
+
"light": "{colorMint100}",
|
|
11235
|
+
"dark": "rgba(0, 189, 107, 0.2)"
|
|
11236
|
+
},
|
|
11237
|
+
"colorBackgroundAccentLime": {
|
|
11238
|
+
"light": "{colorLime100}",
|
|
11239
|
+
"dark": "rgba(49, 184, 0, 0.2)"
|
|
11240
|
+
},
|
|
11241
|
+
"colorBackgroundAccentGrey": {
|
|
11242
|
+
"light": "{colorNeutral250}",
|
|
11243
|
+
"dark": "{colorNeutral700}"
|
|
11244
|
+
},
|
|
11245
|
+
"colorBackgroundAccentTeal": {
|
|
11246
|
+
"light": "{colorTeal100}",
|
|
11247
|
+
"dark": "rgba(0, 173, 162, 0.2)"
|
|
11248
|
+
},
|
|
11249
|
+
"colorBackgroundAccentCyan": {
|
|
11250
|
+
"light": "{colorCyan100}",
|
|
11251
|
+
"dark": "rgba(0, 164, 189, 0.2)"
|
|
11252
|
+
},
|
|
11253
|
+
"colorBackgroundAccentBlue": {
|
|
11254
|
+
"light": "{colorInfo100}",
|
|
11255
|
+
"dark": "rgba(0, 153, 255, 0.2)"
|
|
11256
|
+
},
|
|
11257
|
+
"colorBackgroundAccentViolet": {
|
|
11258
|
+
"light": "{colorViolet100}",
|
|
11259
|
+
"dark": "rgba(133, 117, 255, 0.2)"
|
|
11260
|
+
},
|
|
11261
|
+
"colorBackgroundAccentFuchsia": {
|
|
11262
|
+
"light": "{colorFuchsia100}",
|
|
11263
|
+
"dark": "rgba(228, 51, 255, 0.2)"
|
|
11264
|
+
},
|
|
11265
|
+
"colorBackgroundAccentMagenta": {
|
|
11266
|
+
"light": "{colorMagenta100}",
|
|
11267
|
+
"dark": "rgba(255, 26, 224, 0.2)"
|
|
11268
|
+
},
|
|
11269
|
+
"colorBackgroundAccentPink": {
|
|
11270
|
+
"light": "{colorPink100}",
|
|
11271
|
+
"dark": "rgba(255, 51, 153, 0.2)"
|
|
11272
|
+
},
|
|
11273
|
+
"colorBackgroundAccentRose": {
|
|
11274
|
+
"light": "{colorRose100}",
|
|
11275
|
+
"dark": "rgba(255, 56, 106, 0.2)"
|
|
11276
|
+
},
|
|
11277
|
+
"colorBackgroundAccentAmber": {
|
|
11278
|
+
"light": "{colorAmber100}",
|
|
11279
|
+
"dark": "rgba(250, 111, 0, 0.2)"
|
|
11280
|
+
},
|
|
11281
|
+
"colorTextAccentRed": {
|
|
11282
|
+
"light": "{colorError800}",
|
|
11283
|
+
"dark": "{colorError400}"
|
|
11284
|
+
},
|
|
11285
|
+
"colorTextAccentYellow": {
|
|
11286
|
+
"light": "{colorWarning900}",
|
|
11287
|
+
"dark": "{colorWarning400}"
|
|
11288
|
+
},
|
|
11289
|
+
"colorTextAccentIndigo": {
|
|
11290
|
+
"light": "{colorInfo800}",
|
|
11291
|
+
"dark": "{colorInfo400}"
|
|
11292
|
+
},
|
|
11293
|
+
"colorTextAccentGreen": {
|
|
11294
|
+
"light": "{colorSuccess800}",
|
|
11295
|
+
"dark": "{colorSuccess400}"
|
|
11296
|
+
},
|
|
11297
|
+
"colorTextAccentOrange": {
|
|
11298
|
+
"light": "{colorOrange800}",
|
|
11299
|
+
"dark": "{colorOrange400}"
|
|
11300
|
+
},
|
|
11301
|
+
"colorTextAccentPurple": {
|
|
11302
|
+
"light": "{colorPurple800}",
|
|
11303
|
+
"dark": "{colorPurple400}"
|
|
11304
|
+
},
|
|
11305
|
+
"colorTextAccentMint": {
|
|
11306
|
+
"light": "{colorMint800}",
|
|
11307
|
+
"dark": "{colorMint400}"
|
|
11308
|
+
},
|
|
11309
|
+
"colorTextAccentLime": {
|
|
11310
|
+
"light": "{colorLime800}",
|
|
11311
|
+
"dark": "{colorLime400}"
|
|
11312
|
+
},
|
|
11313
|
+
"colorTextAccentGrey": {
|
|
11314
|
+
"light": "{colorNeutral800}",
|
|
11315
|
+
"dark": "{colorNeutral300}"
|
|
11316
|
+
},
|
|
11317
|
+
"colorTextAccentTeal": {
|
|
11318
|
+
"light": "{colorTeal800}",
|
|
11319
|
+
"dark": "{colorTeal400}"
|
|
11320
|
+
},
|
|
11321
|
+
"colorTextAccentCyan": {
|
|
11322
|
+
"light": "{colorCyan800}",
|
|
11323
|
+
"dark": "{colorCyan400}"
|
|
11324
|
+
},
|
|
11325
|
+
"colorTextAccentBlue": {
|
|
11326
|
+
"light": "{colorInfo800}",
|
|
11327
|
+
"dark": "{colorInfo400}"
|
|
11328
|
+
},
|
|
11329
|
+
"colorTextAccentViolet": {
|
|
11330
|
+
"light": "{colorViolet800}",
|
|
11331
|
+
"dark": "{colorViolet400}"
|
|
11332
|
+
},
|
|
11333
|
+
"colorTextAccentFuchsia": {
|
|
11334
|
+
"light": "{colorFuchsia800}",
|
|
11335
|
+
"dark": "{colorFuchsia400}"
|
|
11336
|
+
},
|
|
11337
|
+
"colorTextAccentMagenta": {
|
|
11338
|
+
"light": "{colorMagenta800}",
|
|
11339
|
+
"dark": "{colorMagenta400}"
|
|
11340
|
+
},
|
|
11341
|
+
"colorTextAccentPink": {
|
|
11342
|
+
"light": "{colorPink800}",
|
|
11343
|
+
"dark": "{colorPink400}"
|
|
11344
|
+
},
|
|
11345
|
+
"colorTextAccentRose": {
|
|
11346
|
+
"light": "{colorRose800}",
|
|
11347
|
+
"dark": "{colorRose400}"
|
|
11348
|
+
},
|
|
11349
|
+
"colorTextAccentAmber": {
|
|
11350
|
+
"light": "{colorAmber800}",
|
|
11351
|
+
"dark": "{colorAmber400}"
|
|
10113
11352
|
}
|
|
10114
11353
|
}
|
|
10115
11354
|
},
|
|
@@ -11513,6 +12752,26 @@ export var preset = {
|
|
|
11513
12752
|
"light": "{colorNeutral150}",
|
|
11514
12753
|
"dark": "{colorNeutral700}"
|
|
11515
12754
|
},
|
|
12755
|
+
"colorBackgroundBadgeGreen": {
|
|
12756
|
+
"light": "{colorBackgroundNotificationGreen}",
|
|
12757
|
+
"dark": "{colorBackgroundNotificationGreen}"
|
|
12758
|
+
},
|
|
12759
|
+
"colorBackgroundBadgeBlue": {
|
|
12760
|
+
"light": "{colorBackgroundNotificationBlue}",
|
|
12761
|
+
"dark": "{colorBackgroundNotificationBlue}"
|
|
12762
|
+
},
|
|
12763
|
+
"colorBackgroundBadgeRed": {
|
|
12764
|
+
"light": "{colorBackgroundNotificationRed}",
|
|
12765
|
+
"dark": "{colorBackgroundNotificationRed}"
|
|
12766
|
+
},
|
|
12767
|
+
"colorBackgroundBadgeYellow": {
|
|
12768
|
+
"light": "{colorBackgroundNotificationYellow}",
|
|
12769
|
+
"dark": "{colorBackgroundNotificationYellow}"
|
|
12770
|
+
},
|
|
12771
|
+
"colorBackgroundBadgeGrey": {
|
|
12772
|
+
"light": "{colorBackgroundNotificationGrey}",
|
|
12773
|
+
"dark": "{colorBackgroundNotificationGrey}"
|
|
12774
|
+
},
|
|
11516
12775
|
"colorBorderBadge": {
|
|
11517
12776
|
"light": "transparent",
|
|
11518
12777
|
"dark": "transparent"
|
|
@@ -11553,6 +12812,150 @@ export var preset = {
|
|
|
11553
12812
|
"light": "#f8f8f8",
|
|
11554
12813
|
"dark": "#282c34"
|
|
11555
12814
|
},
|
|
12815
|
+
"colorBackgroundAccentRed": {
|
|
12816
|
+
"light": "{colorError100}",
|
|
12817
|
+
"dark": "rgba(255, 61, 61, 0.2)"
|
|
12818
|
+
},
|
|
12819
|
+
"colorBackgroundAccentYellow": {
|
|
12820
|
+
"light": "{colorWarning100}",
|
|
12821
|
+
"dark": "rgba(251, 211, 50, 0.2)"
|
|
12822
|
+
},
|
|
12823
|
+
"colorBackgroundAccentIndigo": {
|
|
12824
|
+
"light": "{colorInfo100}",
|
|
12825
|
+
"dark": "rgba(0, 153, 255, 0.2)"
|
|
12826
|
+
},
|
|
12827
|
+
"colorBackgroundAccentGreen": {
|
|
12828
|
+
"light": "{colorSuccess100}",
|
|
12829
|
+
"dark": "rgba(43, 181, 52, 0.2)"
|
|
12830
|
+
},
|
|
12831
|
+
"colorBackgroundAccentOrange": {
|
|
12832
|
+
"light": "{colorOrange100}",
|
|
12833
|
+
"dark": "rgba(255, 75, 20, 0.2)"
|
|
12834
|
+
},
|
|
12835
|
+
"colorBackgroundAccentPurple": {
|
|
12836
|
+
"light": "{colorPurple100}",
|
|
12837
|
+
"dark": "rgba(173, 92, 255, 0.2)"
|
|
12838
|
+
},
|
|
12839
|
+
"colorBackgroundAccentMint": {
|
|
12840
|
+
"light": "{colorMint100}",
|
|
12841
|
+
"dark": "rgba(0, 189, 107, 0.2)"
|
|
12842
|
+
},
|
|
12843
|
+
"colorBackgroundAccentLime": {
|
|
12844
|
+
"light": "{colorLime100}",
|
|
12845
|
+
"dark": "rgba(49, 184, 0, 0.2)"
|
|
12846
|
+
},
|
|
12847
|
+
"colorBackgroundAccentGrey": {
|
|
12848
|
+
"light": "{colorNeutral250}",
|
|
12849
|
+
"dark": "{colorNeutral700}"
|
|
12850
|
+
},
|
|
12851
|
+
"colorBackgroundAccentTeal": {
|
|
12852
|
+
"light": "{colorTeal100}",
|
|
12853
|
+
"dark": "rgba(0, 173, 162, 0.2)"
|
|
12854
|
+
},
|
|
12855
|
+
"colorBackgroundAccentCyan": {
|
|
12856
|
+
"light": "{colorCyan100}",
|
|
12857
|
+
"dark": "rgba(0, 164, 189, 0.2)"
|
|
12858
|
+
},
|
|
12859
|
+
"colorBackgroundAccentBlue": {
|
|
12860
|
+
"light": "{colorInfo100}",
|
|
12861
|
+
"dark": "rgba(0, 153, 255, 0.2)"
|
|
12862
|
+
},
|
|
12863
|
+
"colorBackgroundAccentViolet": {
|
|
12864
|
+
"light": "{colorViolet100}",
|
|
12865
|
+
"dark": "rgba(133, 117, 255, 0.2)"
|
|
12866
|
+
},
|
|
12867
|
+
"colorBackgroundAccentFuchsia": {
|
|
12868
|
+
"light": "{colorFuchsia100}",
|
|
12869
|
+
"dark": "rgba(228, 51, 255, 0.2)"
|
|
12870
|
+
},
|
|
12871
|
+
"colorBackgroundAccentMagenta": {
|
|
12872
|
+
"light": "{colorMagenta100}",
|
|
12873
|
+
"dark": "rgba(255, 26, 224, 0.2)"
|
|
12874
|
+
},
|
|
12875
|
+
"colorBackgroundAccentPink": {
|
|
12876
|
+
"light": "{colorPink100}",
|
|
12877
|
+
"dark": "rgba(255, 51, 153, 0.2)"
|
|
12878
|
+
},
|
|
12879
|
+
"colorBackgroundAccentRose": {
|
|
12880
|
+
"light": "{colorRose100}",
|
|
12881
|
+
"dark": "rgba(255, 56, 106, 0.2)"
|
|
12882
|
+
},
|
|
12883
|
+
"colorBackgroundAccentAmber": {
|
|
12884
|
+
"light": "{colorAmber100}",
|
|
12885
|
+
"dark": "rgba(250, 111, 0, 0.2)"
|
|
12886
|
+
},
|
|
12887
|
+
"colorTextAccentRed": {
|
|
12888
|
+
"light": "{colorError800}",
|
|
12889
|
+
"dark": "{colorError400}"
|
|
12890
|
+
},
|
|
12891
|
+
"colorTextAccentYellow": {
|
|
12892
|
+
"light": "{colorWarning900}",
|
|
12893
|
+
"dark": "{colorWarning400}"
|
|
12894
|
+
},
|
|
12895
|
+
"colorTextAccentIndigo": {
|
|
12896
|
+
"light": "{colorInfo800}",
|
|
12897
|
+
"dark": "{colorInfo400}"
|
|
12898
|
+
},
|
|
12899
|
+
"colorTextAccentGreen": {
|
|
12900
|
+
"light": "{colorSuccess800}",
|
|
12901
|
+
"dark": "{colorSuccess400}"
|
|
12902
|
+
},
|
|
12903
|
+
"colorTextAccentOrange": {
|
|
12904
|
+
"light": "{colorOrange800}",
|
|
12905
|
+
"dark": "{colorOrange400}"
|
|
12906
|
+
},
|
|
12907
|
+
"colorTextAccentPurple": {
|
|
12908
|
+
"light": "{colorPurple800}",
|
|
12909
|
+
"dark": "{colorPurple400}"
|
|
12910
|
+
},
|
|
12911
|
+
"colorTextAccentMint": {
|
|
12912
|
+
"light": "{colorMint800}",
|
|
12913
|
+
"dark": "{colorMint400}"
|
|
12914
|
+
},
|
|
12915
|
+
"colorTextAccentLime": {
|
|
12916
|
+
"light": "{colorLime800}",
|
|
12917
|
+
"dark": "{colorLime400}"
|
|
12918
|
+
},
|
|
12919
|
+
"colorTextAccentGrey": {
|
|
12920
|
+
"light": "{colorNeutral800}",
|
|
12921
|
+
"dark": "{colorNeutral300}"
|
|
12922
|
+
},
|
|
12923
|
+
"colorTextAccentTeal": {
|
|
12924
|
+
"light": "{colorTeal800}",
|
|
12925
|
+
"dark": "{colorTeal400}"
|
|
12926
|
+
},
|
|
12927
|
+
"colorTextAccentCyan": {
|
|
12928
|
+
"light": "{colorCyan800}",
|
|
12929
|
+
"dark": "{colorCyan400}"
|
|
12930
|
+
},
|
|
12931
|
+
"colorTextAccentBlue": {
|
|
12932
|
+
"light": "{colorInfo800}",
|
|
12933
|
+
"dark": "{colorInfo400}"
|
|
12934
|
+
},
|
|
12935
|
+
"colorTextAccentViolet": {
|
|
12936
|
+
"light": "{colorViolet800}",
|
|
12937
|
+
"dark": "{colorViolet400}"
|
|
12938
|
+
},
|
|
12939
|
+
"colorTextAccentFuchsia": {
|
|
12940
|
+
"light": "{colorFuchsia800}",
|
|
12941
|
+
"dark": "{colorFuchsia400}"
|
|
12942
|
+
},
|
|
12943
|
+
"colorTextAccentMagenta": {
|
|
12944
|
+
"light": "{colorMagenta800}",
|
|
12945
|
+
"dark": "{colorMagenta400}"
|
|
12946
|
+
},
|
|
12947
|
+
"colorTextAccentPink": {
|
|
12948
|
+
"light": "{colorPink800}",
|
|
12949
|
+
"dark": "{colorPink400}"
|
|
12950
|
+
},
|
|
12951
|
+
"colorTextAccentRose": {
|
|
12952
|
+
"light": "{colorRose800}",
|
|
12953
|
+
"dark": "{colorRose400}"
|
|
12954
|
+
},
|
|
12955
|
+
"colorTextAccentAmber": {
|
|
12956
|
+
"light": "{colorAmber800}",
|
|
12957
|
+
"dark": "{colorAmber400}"
|
|
12958
|
+
},
|
|
11556
12959
|
"fontSizeExpandableHeading": "14px",
|
|
11557
12960
|
"borderDividerSectionWidth": "1px"
|
|
11558
12961
|
}
|
|
@@ -12957,6 +14360,26 @@ export var preset = {
|
|
|
12957
14360
|
"light": "{colorNeutral700}",
|
|
12958
14361
|
"dark": "{colorNeutral700}"
|
|
12959
14362
|
},
|
|
14363
|
+
"colorBackgroundBadgeGreen": {
|
|
14364
|
+
"light": "{colorBackgroundNotificationGreen}",
|
|
14365
|
+
"dark": "{colorBackgroundNotificationGreen}"
|
|
14366
|
+
},
|
|
14367
|
+
"colorBackgroundBadgeBlue": {
|
|
14368
|
+
"light": "{colorBackgroundNotificationBlue}",
|
|
14369
|
+
"dark": "{colorBackgroundNotificationBlue}"
|
|
14370
|
+
},
|
|
14371
|
+
"colorBackgroundBadgeRed": {
|
|
14372
|
+
"light": "{colorBackgroundNotificationRed}",
|
|
14373
|
+
"dark": "{colorBackgroundNotificationRed}"
|
|
14374
|
+
},
|
|
14375
|
+
"colorBackgroundBadgeYellow": {
|
|
14376
|
+
"light": "{colorBackgroundNotificationYellow}",
|
|
14377
|
+
"dark": "{colorBackgroundNotificationYellow}"
|
|
14378
|
+
},
|
|
14379
|
+
"colorBackgroundBadgeGrey": {
|
|
14380
|
+
"light": "{colorBackgroundNotificationGrey}",
|
|
14381
|
+
"dark": "{colorBackgroundNotificationGrey}"
|
|
14382
|
+
},
|
|
12960
14383
|
"colorBorderBadge": {
|
|
12961
14384
|
"light": "transparent",
|
|
12962
14385
|
"dark": "transparent"
|
|
@@ -12996,6 +14419,150 @@ export var preset = {
|
|
|
12996
14419
|
"colorBackgroundCodeView": {
|
|
12997
14420
|
"light": "#282c34",
|
|
12998
14421
|
"dark": "#282c34"
|
|
14422
|
+
},
|
|
14423
|
+
"colorBackgroundAccentRed": {
|
|
14424
|
+
"light": "rgba(255, 61, 61, 0.2)",
|
|
14425
|
+
"dark": "rgba(255, 61, 61, 0.2)"
|
|
14426
|
+
},
|
|
14427
|
+
"colorBackgroundAccentYellow": {
|
|
14428
|
+
"light": "rgba(251, 211, 50, 0.2)",
|
|
14429
|
+
"dark": "rgba(251, 211, 50, 0.2)"
|
|
14430
|
+
},
|
|
14431
|
+
"colorBackgroundAccentIndigo": {
|
|
14432
|
+
"light": "rgba(0, 153, 255, 0.2)",
|
|
14433
|
+
"dark": "rgba(0, 153, 255, 0.2)"
|
|
14434
|
+
},
|
|
14435
|
+
"colorBackgroundAccentGreen": {
|
|
14436
|
+
"light": "rgba(43, 181, 52, 0.2)",
|
|
14437
|
+
"dark": "rgba(43, 181, 52, 0.2)"
|
|
14438
|
+
},
|
|
14439
|
+
"colorBackgroundAccentOrange": {
|
|
14440
|
+
"light": "rgba(255, 75, 20, 0.2)",
|
|
14441
|
+
"dark": "rgba(255, 75, 20, 0.2)"
|
|
14442
|
+
},
|
|
14443
|
+
"colorBackgroundAccentPurple": {
|
|
14444
|
+
"light": "rgba(173, 92, 255, 0.2)",
|
|
14445
|
+
"dark": "rgba(173, 92, 255, 0.2)"
|
|
14446
|
+
},
|
|
14447
|
+
"colorBackgroundAccentMint": {
|
|
14448
|
+
"light": "rgba(0, 189, 107, 0.2)",
|
|
14449
|
+
"dark": "rgba(0, 189, 107, 0.2)"
|
|
14450
|
+
},
|
|
14451
|
+
"colorBackgroundAccentLime": {
|
|
14452
|
+
"light": "rgba(49, 184, 0, 0.2)",
|
|
14453
|
+
"dark": "rgba(49, 184, 0, 0.2)"
|
|
14454
|
+
},
|
|
14455
|
+
"colorBackgroundAccentGrey": {
|
|
14456
|
+
"light": "{colorNeutral700}",
|
|
14457
|
+
"dark": "{colorNeutral700}"
|
|
14458
|
+
},
|
|
14459
|
+
"colorBackgroundAccentTeal": {
|
|
14460
|
+
"light": "rgba(0, 173, 162, 0.2)",
|
|
14461
|
+
"dark": "rgba(0, 173, 162, 0.2)"
|
|
14462
|
+
},
|
|
14463
|
+
"colorBackgroundAccentCyan": {
|
|
14464
|
+
"light": "rgba(0, 164, 189, 0.2)",
|
|
14465
|
+
"dark": "rgba(0, 164, 189, 0.2)"
|
|
14466
|
+
},
|
|
14467
|
+
"colorBackgroundAccentBlue": {
|
|
14468
|
+
"light": "rgba(0, 153, 255, 0.2)",
|
|
14469
|
+
"dark": "rgba(0, 153, 255, 0.2)"
|
|
14470
|
+
},
|
|
14471
|
+
"colorBackgroundAccentViolet": {
|
|
14472
|
+
"light": "rgba(133, 117, 255, 0.2)",
|
|
14473
|
+
"dark": "rgba(133, 117, 255, 0.2)"
|
|
14474
|
+
},
|
|
14475
|
+
"colorBackgroundAccentFuchsia": {
|
|
14476
|
+
"light": "rgba(228, 51, 255, 0.2)",
|
|
14477
|
+
"dark": "rgba(228, 51, 255, 0.2)"
|
|
14478
|
+
},
|
|
14479
|
+
"colorBackgroundAccentMagenta": {
|
|
14480
|
+
"light": "rgba(255, 26, 224, 0.2)",
|
|
14481
|
+
"dark": "rgba(255, 26, 224, 0.2)"
|
|
14482
|
+
},
|
|
14483
|
+
"colorBackgroundAccentPink": {
|
|
14484
|
+
"light": "rgba(255, 51, 153, 0.2)",
|
|
14485
|
+
"dark": "rgba(255, 51, 153, 0.2)"
|
|
14486
|
+
},
|
|
14487
|
+
"colorBackgroundAccentRose": {
|
|
14488
|
+
"light": "rgba(255, 56, 106, 0.2)",
|
|
14489
|
+
"dark": "rgba(255, 56, 106, 0.2)"
|
|
14490
|
+
},
|
|
14491
|
+
"colorBackgroundAccentAmber": {
|
|
14492
|
+
"light": "rgba(250, 111, 0, 0.2)",
|
|
14493
|
+
"dark": "rgba(250, 111, 0, 0.2)"
|
|
14494
|
+
},
|
|
14495
|
+
"colorTextAccentRed": {
|
|
14496
|
+
"light": "{colorError400}",
|
|
14497
|
+
"dark": "{colorError400}"
|
|
14498
|
+
},
|
|
14499
|
+
"colorTextAccentYellow": {
|
|
14500
|
+
"light": "{colorWarning400}",
|
|
14501
|
+
"dark": "{colorWarning400}"
|
|
14502
|
+
},
|
|
14503
|
+
"colorTextAccentIndigo": {
|
|
14504
|
+
"light": "{colorInfo400}",
|
|
14505
|
+
"dark": "{colorInfo400}"
|
|
14506
|
+
},
|
|
14507
|
+
"colorTextAccentGreen": {
|
|
14508
|
+
"light": "{colorSuccess400}",
|
|
14509
|
+
"dark": "{colorSuccess400}"
|
|
14510
|
+
},
|
|
14511
|
+
"colorTextAccentOrange": {
|
|
14512
|
+
"light": "{colorOrange400}",
|
|
14513
|
+
"dark": "{colorOrange400}"
|
|
14514
|
+
},
|
|
14515
|
+
"colorTextAccentPurple": {
|
|
14516
|
+
"light": "{colorPurple400}",
|
|
14517
|
+
"dark": "{colorPurple400}"
|
|
14518
|
+
},
|
|
14519
|
+
"colorTextAccentMint": {
|
|
14520
|
+
"light": "{colorMint400}",
|
|
14521
|
+
"dark": "{colorMint400}"
|
|
14522
|
+
},
|
|
14523
|
+
"colorTextAccentLime": {
|
|
14524
|
+
"light": "{colorLime400}",
|
|
14525
|
+
"dark": "{colorLime400}"
|
|
14526
|
+
},
|
|
14527
|
+
"colorTextAccentGrey": {
|
|
14528
|
+
"light": "{colorNeutral300}",
|
|
14529
|
+
"dark": "{colorNeutral300}"
|
|
14530
|
+
},
|
|
14531
|
+
"colorTextAccentTeal": {
|
|
14532
|
+
"light": "{colorTeal400}",
|
|
14533
|
+
"dark": "{colorTeal400}"
|
|
14534
|
+
},
|
|
14535
|
+
"colorTextAccentCyan": {
|
|
14536
|
+
"light": "{colorCyan400}",
|
|
14537
|
+
"dark": "{colorCyan400}"
|
|
14538
|
+
},
|
|
14539
|
+
"colorTextAccentBlue": {
|
|
14540
|
+
"light": "{colorInfo400}",
|
|
14541
|
+
"dark": "{colorInfo400}"
|
|
14542
|
+
},
|
|
14543
|
+
"colorTextAccentViolet": {
|
|
14544
|
+
"light": "{colorViolet400}",
|
|
14545
|
+
"dark": "{colorViolet400}"
|
|
14546
|
+
},
|
|
14547
|
+
"colorTextAccentFuchsia": {
|
|
14548
|
+
"light": "{colorFuchsia400}",
|
|
14549
|
+
"dark": "{colorFuchsia400}"
|
|
14550
|
+
},
|
|
14551
|
+
"colorTextAccentMagenta": {
|
|
14552
|
+
"light": "{colorMagenta400}",
|
|
14553
|
+
"dark": "{colorMagenta400}"
|
|
14554
|
+
},
|
|
14555
|
+
"colorTextAccentPink": {
|
|
14556
|
+
"light": "{colorPink400}",
|
|
14557
|
+
"dark": "{colorPink400}"
|
|
14558
|
+
},
|
|
14559
|
+
"colorTextAccentRose": {
|
|
14560
|
+
"light": "{colorRose400}",
|
|
14561
|
+
"dark": "{colorRose400}"
|
|
14562
|
+
},
|
|
14563
|
+
"colorTextAccentAmber": {
|
|
14564
|
+
"light": "{colorAmber400}",
|
|
14565
|
+
"dark": "{colorAmber400}"
|
|
12999
14566
|
}
|
|
13000
14567
|
}
|
|
13001
14568
|
},
|
|
@@ -13021,6 +14588,7 @@ export var preset = {
|
|
|
13021
14588
|
"colorPrimary700": "color",
|
|
13022
14589
|
"colorPrimary800": "color",
|
|
13023
14590
|
"colorPrimary900": "color",
|
|
14591
|
+
"colorPrimary950": "color",
|
|
13024
14592
|
"colorPrimary1000": "color",
|
|
13025
14593
|
"colorNeutral50": "color",
|
|
13026
14594
|
"colorNeutral100": "color",
|
|
@@ -13043,23 +14611,38 @@ export var preset = {
|
|
|
13043
14611
|
"colorNeutral950": "color",
|
|
13044
14612
|
"colorNeutral1000": "color",
|
|
13045
14613
|
"colorError50": "color",
|
|
14614
|
+
"colorError100": "color",
|
|
13046
14615
|
"colorError400": "color",
|
|
13047
14616
|
"colorError600": "color",
|
|
14617
|
+
"colorError800": "color",
|
|
13048
14618
|
"colorError900": "color",
|
|
14619
|
+
"colorError950": "color",
|
|
13049
14620
|
"colorError1000": "color",
|
|
13050
14621
|
"colorSuccess50": "color",
|
|
14622
|
+
"colorSuccess100": "color",
|
|
14623
|
+
"colorSuccess400": "color",
|
|
13051
14624
|
"colorSuccess500": "color",
|
|
13052
14625
|
"colorSuccess600": "color",
|
|
14626
|
+
"colorSuccess800": "color",
|
|
14627
|
+
"colorSuccess950": "color",
|
|
13053
14628
|
"colorSuccess1000": "color",
|
|
13054
14629
|
"colorWarning50": "color",
|
|
14630
|
+
"colorWarning100": "color",
|
|
13055
14631
|
"colorWarning400": "color",
|
|
13056
14632
|
"colorWarning500": "color",
|
|
14633
|
+
"colorWarning600": "color",
|
|
14634
|
+
"colorWarning800": "color",
|
|
13057
14635
|
"colorWarning900": "color",
|
|
14636
|
+
"colorWarning950": "color",
|
|
13058
14637
|
"colorWarning1000": "color",
|
|
13059
14638
|
"colorInfo50": "color",
|
|
14639
|
+
"colorInfo100": "color",
|
|
13060
14640
|
"colorInfo300": "color",
|
|
13061
14641
|
"colorInfo400": "color",
|
|
13062
14642
|
"colorInfo600": "color",
|
|
14643
|
+
"colorInfo700": "color",
|
|
14644
|
+
"colorInfo800": "color",
|
|
14645
|
+
"colorInfo950": "color",
|
|
13063
14646
|
"colorInfo1000": "color",
|
|
13064
14647
|
"colorGrey50": "color",
|
|
13065
14648
|
"colorGrey100": "color",
|
|
@@ -13108,6 +14691,86 @@ export var preset = {
|
|
|
13108
14691
|
"colorPurple700": "color",
|
|
13109
14692
|
"colorAmber400": "color",
|
|
13110
14693
|
"colorAmber500": "color",
|
|
14694
|
+
"colorRed950": "color",
|
|
14695
|
+
"colorOrange50": "color",
|
|
14696
|
+
"colorOrange100": "color",
|
|
14697
|
+
"colorOrange400": "color",
|
|
14698
|
+
"colorOrange700": "color",
|
|
14699
|
+
"colorOrange800": "color",
|
|
14700
|
+
"colorOrange950": "color",
|
|
14701
|
+
"colorYellow600": "color",
|
|
14702
|
+
"colorYellow950": "color",
|
|
14703
|
+
"colorLime50": "color",
|
|
14704
|
+
"colorLime100": "color",
|
|
14705
|
+
"colorLime400": "color",
|
|
14706
|
+
"colorLime700": "color",
|
|
14707
|
+
"colorLime800": "color",
|
|
14708
|
+
"colorLime950": "color",
|
|
14709
|
+
"colorGreen400": "color",
|
|
14710
|
+
"colorGreen950": "color",
|
|
14711
|
+
"colorMint50": "color",
|
|
14712
|
+
"colorMint100": "color",
|
|
14713
|
+
"colorMint400": "color",
|
|
14714
|
+
"colorMint700": "color",
|
|
14715
|
+
"colorMint800": "color",
|
|
14716
|
+
"colorMint950": "color",
|
|
14717
|
+
"colorIndigo50": "color",
|
|
14718
|
+
"colorIndigo400": "color",
|
|
14719
|
+
"colorIndigo600": "color",
|
|
14720
|
+
"colorIndigo950": "color",
|
|
14721
|
+
"colorPurple50": "color",
|
|
14722
|
+
"colorPurple100": "color",
|
|
14723
|
+
"colorPurple600": "color",
|
|
14724
|
+
"colorPurple800": "color",
|
|
14725
|
+
"colorPurple950": "color",
|
|
14726
|
+
"colorTeal50": "color",
|
|
14727
|
+
"colorTeal100": "color",
|
|
14728
|
+
"colorTeal400": "color",
|
|
14729
|
+
"colorTeal700": "color",
|
|
14730
|
+
"colorTeal800": "color",
|
|
14731
|
+
"colorTeal950": "color",
|
|
14732
|
+
"colorCyan50": "color",
|
|
14733
|
+
"colorCyan100": "color",
|
|
14734
|
+
"colorCyan400": "color",
|
|
14735
|
+
"colorCyan700": "color",
|
|
14736
|
+
"colorCyan800": "color",
|
|
14737
|
+
"colorCyan950": "color",
|
|
14738
|
+
"colorBlue950": "color",
|
|
14739
|
+
"colorViolet50": "color",
|
|
14740
|
+
"colorViolet100": "color",
|
|
14741
|
+
"colorViolet400": "color",
|
|
14742
|
+
"colorViolet700": "color",
|
|
14743
|
+
"colorViolet800": "color",
|
|
14744
|
+
"colorViolet950": "color",
|
|
14745
|
+
"colorFuchsia50": "color",
|
|
14746
|
+
"colorFuchsia100": "color",
|
|
14747
|
+
"colorFuchsia400": "color",
|
|
14748
|
+
"colorFuchsia700": "color",
|
|
14749
|
+
"colorFuchsia800": "color",
|
|
14750
|
+
"colorFuchsia950": "color",
|
|
14751
|
+
"colorMagenta50": "color",
|
|
14752
|
+
"colorMagenta100": "color",
|
|
14753
|
+
"colorMagenta400": "color",
|
|
14754
|
+
"colorMagenta700": "color",
|
|
14755
|
+
"colorMagenta800": "color",
|
|
14756
|
+
"colorMagenta950": "color",
|
|
14757
|
+
"colorPink50": "color",
|
|
14758
|
+
"colorPink100": "color",
|
|
14759
|
+
"colorPink400": "color",
|
|
14760
|
+
"colorPink700": "color",
|
|
14761
|
+
"colorPink800": "color",
|
|
14762
|
+
"colorPink950": "color",
|
|
14763
|
+
"colorRose50": "color",
|
|
14764
|
+
"colorRose100": "color",
|
|
14765
|
+
"colorRose400": "color",
|
|
14766
|
+
"colorRose700": "color",
|
|
14767
|
+
"colorRose800": "color",
|
|
14768
|
+
"colorRose950": "color",
|
|
14769
|
+
"colorAmber50": "color",
|
|
14770
|
+
"colorAmber100": "color",
|
|
14771
|
+
"colorAmber700": "color",
|
|
14772
|
+
"colorAmber800": "color",
|
|
14773
|
+
"colorAmber950": "color",
|
|
13111
14774
|
"colorAwsSquidInk": "color",
|
|
13112
14775
|
"colorTransparent": "color",
|
|
13113
14776
|
"colorBlack": "color",
|
|
@@ -13641,6 +15304,11 @@ export var preset = {
|
|
|
13641
15304
|
"colorIconActionCardDisabled": "color",
|
|
13642
15305
|
"colorBackgroundSkeleton": "color",
|
|
13643
15306
|
"colorBackgroundSkeletonWave": "color",
|
|
15307
|
+
"colorBackgroundBadgeGreen": "color",
|
|
15308
|
+
"colorBackgroundBadgeBlue": "color",
|
|
15309
|
+
"colorBackgroundBadgeRed": "color",
|
|
15310
|
+
"colorBackgroundBadgeYellow": "color",
|
|
15311
|
+
"colorBackgroundBadgeGrey": "color",
|
|
13644
15312
|
"colorBorderBadge": "color",
|
|
13645
15313
|
"colorBorderBadgeGrey": "color",
|
|
13646
15314
|
"colorBorderBadgeGreen": "color",
|
|
@@ -13651,6 +15319,42 @@ export var preset = {
|
|
|
13651
15319
|
"colorTextBadgeBlue": "color",
|
|
13652
15320
|
"colorTextBadgeRed": "color",
|
|
13653
15321
|
"colorBackgroundCodeView": "color",
|
|
15322
|
+
"colorBackgroundAccentRed": "color",
|
|
15323
|
+
"colorBackgroundAccentYellow": "color",
|
|
15324
|
+
"colorBackgroundAccentIndigo": "color",
|
|
15325
|
+
"colorBackgroundAccentGreen": "color",
|
|
15326
|
+
"colorBackgroundAccentOrange": "color",
|
|
15327
|
+
"colorBackgroundAccentPurple": "color",
|
|
15328
|
+
"colorBackgroundAccentMint": "color",
|
|
15329
|
+
"colorBackgroundAccentLime": "color",
|
|
15330
|
+
"colorBackgroundAccentGrey": "color",
|
|
15331
|
+
"colorBackgroundAccentTeal": "color",
|
|
15332
|
+
"colorBackgroundAccentCyan": "color",
|
|
15333
|
+
"colorBackgroundAccentBlue": "color",
|
|
15334
|
+
"colorBackgroundAccentViolet": "color",
|
|
15335
|
+
"colorBackgroundAccentFuchsia": "color",
|
|
15336
|
+
"colorBackgroundAccentMagenta": "color",
|
|
15337
|
+
"colorBackgroundAccentPink": "color",
|
|
15338
|
+
"colorBackgroundAccentRose": "color",
|
|
15339
|
+
"colorBackgroundAccentAmber": "color",
|
|
15340
|
+
"colorTextAccentRed": "color",
|
|
15341
|
+
"colorTextAccentYellow": "color",
|
|
15342
|
+
"colorTextAccentIndigo": "color",
|
|
15343
|
+
"colorTextAccentGreen": "color",
|
|
15344
|
+
"colorTextAccentOrange": "color",
|
|
15345
|
+
"colorTextAccentPurple": "color",
|
|
15346
|
+
"colorTextAccentMint": "color",
|
|
15347
|
+
"colorTextAccentLime": "color",
|
|
15348
|
+
"colorTextAccentGrey": "color",
|
|
15349
|
+
"colorTextAccentTeal": "color",
|
|
15350
|
+
"colorTextAccentCyan": "color",
|
|
15351
|
+
"colorTextAccentBlue": "color",
|
|
15352
|
+
"colorTextAccentViolet": "color",
|
|
15353
|
+
"colorTextAccentFuchsia": "color",
|
|
15354
|
+
"colorTextAccentMagenta": "color",
|
|
15355
|
+
"colorTextAccentPink": "color",
|
|
15356
|
+
"colorTextAccentRose": "color",
|
|
15357
|
+
"colorTextAccentAmber": "color",
|
|
13654
15358
|
"motionDurationExtraFast": "motion",
|
|
13655
15359
|
"motionDurationExtraSlow": "motion",
|
|
13656
15360
|
"motionDurationFast": "motion",
|
|
@@ -13885,6 +15589,10 @@ export var preset = {
|
|
|
13885
15589
|
"light": "#002b66",
|
|
13886
15590
|
"dark": "#002b66"
|
|
13887
15591
|
},
|
|
15592
|
+
"950": {
|
|
15593
|
+
"light": "#00204d",
|
|
15594
|
+
"dark": "#00204d"
|
|
15595
|
+
},
|
|
13888
15596
|
"1000": {
|
|
13889
15597
|
"light": "#001129",
|
|
13890
15598
|
"dark": "#001129"
|
|
@@ -13977,6 +15685,10 @@ export var preset = {
|
|
|
13977
15685
|
"light": "#fff5f5",
|
|
13978
15686
|
"dark": "#fff5f5"
|
|
13979
15687
|
},
|
|
15688
|
+
"100": {
|
|
15689
|
+
"light": "#ffe0e0",
|
|
15690
|
+
"dark": "#ffe0e0"
|
|
15691
|
+
},
|
|
13980
15692
|
"400": {
|
|
13981
15693
|
"light": "#ff7a7a",
|
|
13982
15694
|
"dark": "#ff7a7a"
|
|
@@ -13985,10 +15697,18 @@ export var preset = {
|
|
|
13985
15697
|
"light": "#db0000",
|
|
13986
15698
|
"dark": "#db0000"
|
|
13987
15699
|
},
|
|
15700
|
+
"800": {
|
|
15701
|
+
"light": "#990000",
|
|
15702
|
+
"dark": "#990000"
|
|
15703
|
+
},
|
|
13988
15704
|
"900": {
|
|
13989
15705
|
"light": "#700000",
|
|
13990
15706
|
"dark": "#700000"
|
|
13991
15707
|
},
|
|
15708
|
+
"950": {
|
|
15709
|
+
"light": "#520000",
|
|
15710
|
+
"dark": "#520000"
|
|
15711
|
+
},
|
|
13992
15712
|
"1000": {
|
|
13993
15713
|
"light": "#1f0000",
|
|
13994
15714
|
"dark": "#1f0000"
|
|
@@ -13999,6 +15719,14 @@ export var preset = {
|
|
|
13999
15719
|
"light": "#effff1",
|
|
14000
15720
|
"dark": "#effff1"
|
|
14001
15721
|
},
|
|
15722
|
+
"100": {
|
|
15723
|
+
"light": "#d9ffd6",
|
|
15724
|
+
"dark": "#d9ffd6"
|
|
15725
|
+
},
|
|
15726
|
+
"400": {
|
|
15727
|
+
"light": "#00e500",
|
|
15728
|
+
"dark": "#00e500"
|
|
15729
|
+
},
|
|
14002
15730
|
"500": {
|
|
14003
15731
|
"light": "#2bb534",
|
|
14004
15732
|
"dark": "#2bb534"
|
|
@@ -14007,6 +15735,14 @@ export var preset = {
|
|
|
14007
15735
|
"light": "#00802f",
|
|
14008
15736
|
"dark": "#00802f"
|
|
14009
15737
|
},
|
|
15738
|
+
"800": {
|
|
15739
|
+
"light": "#005c26",
|
|
15740
|
+
"dark": "#005c26"
|
|
15741
|
+
},
|
|
15742
|
+
"950": {
|
|
15743
|
+
"light": "#003311",
|
|
15744
|
+
"dark": "#003311"
|
|
15745
|
+
},
|
|
14010
15746
|
"1000": {
|
|
14011
15747
|
"light": "#001401",
|
|
14012
15748
|
"dark": "#001401"
|
|
@@ -14017,6 +15753,10 @@ export var preset = {
|
|
|
14017
15753
|
"light": "#fffef0",
|
|
14018
15754
|
"dark": "#fffef0"
|
|
14019
15755
|
},
|
|
15756
|
+
"100": {
|
|
15757
|
+
"light": "#fffbbd",
|
|
15758
|
+
"dark": "#fffbbd"
|
|
15759
|
+
},
|
|
14020
15760
|
"400": {
|
|
14021
15761
|
"light": "#ffe347",
|
|
14022
15762
|
"dark": "#ffe347"
|
|
@@ -14025,10 +15765,22 @@ export var preset = {
|
|
|
14025
15765
|
"light": "#fbd332",
|
|
14026
15766
|
"dark": "#fbd332"
|
|
14027
15767
|
},
|
|
15768
|
+
"600": {
|
|
15769
|
+
"light": "#f2b100",
|
|
15770
|
+
"dark": "#f2b100"
|
|
15771
|
+
},
|
|
15772
|
+
"800": {
|
|
15773
|
+
"light": "#9e6900",
|
|
15774
|
+
"dark": "#9e6900"
|
|
15775
|
+
},
|
|
14028
15776
|
"900": {
|
|
14029
15777
|
"light": "#855900",
|
|
14030
15778
|
"dark": "#855900"
|
|
14031
15779
|
},
|
|
15780
|
+
"950": {
|
|
15781
|
+
"light": "#573a00",
|
|
15782
|
+
"dark": "#573a00"
|
|
15783
|
+
},
|
|
14032
15784
|
"1000": {
|
|
14033
15785
|
"light": "#191100",
|
|
14034
15786
|
"dark": "#191100"
|
|
@@ -14039,6 +15791,10 @@ export var preset = {
|
|
|
14039
15791
|
"light": "#f0fbff",
|
|
14040
15792
|
"dark": "#f0fbff"
|
|
14041
15793
|
},
|
|
15794
|
+
"100": {
|
|
15795
|
+
"light": "#d1f1ff",
|
|
15796
|
+
"dark": "#d1f1ff"
|
|
15797
|
+
},
|
|
14042
15798
|
"300": {
|
|
14043
15799
|
"light": "#75cfff",
|
|
14044
15800
|
"dark": "#75cfff"
|
|
@@ -14051,6 +15807,18 @@ export var preset = {
|
|
|
14051
15807
|
"light": "#006ce0",
|
|
14052
15808
|
"dark": "#006ce0"
|
|
14053
15809
|
},
|
|
15810
|
+
"700": {
|
|
15811
|
+
"light": "#004a9e",
|
|
15812
|
+
"dark": "#004a9e"
|
|
15813
|
+
},
|
|
15814
|
+
"800": {
|
|
15815
|
+
"light": "#003b8f",
|
|
15816
|
+
"dark": "#003b8f"
|
|
15817
|
+
},
|
|
15818
|
+
"950": {
|
|
15819
|
+
"light": "#00204d",
|
|
15820
|
+
"dark": "#00204d"
|
|
15821
|
+
},
|
|
14054
15822
|
"1000": {
|
|
14055
15823
|
"light": "#001129",
|
|
14056
15824
|
"dark": "#001129"
|
|
@@ -14364,6 +16132,11 @@ export var preset = {
|
|
|
14364
16132
|
"colorBorderActionCardDisabled",
|
|
14365
16133
|
"colorBackgroundActionCardDisabled",
|
|
14366
16134
|
"colorTextActionCardDisabled",
|
|
16135
|
+
"colorBackgroundBadgeGreen",
|
|
16136
|
+
"colorBackgroundBadgeBlue",
|
|
16137
|
+
"colorBackgroundBadgeRed",
|
|
16138
|
+
"colorBackgroundBadgeYellow",
|
|
16139
|
+
"colorBackgroundBadgeGrey",
|
|
14367
16140
|
"colorBorderBadge",
|
|
14368
16141
|
"colorBorderBadgeGrey",
|
|
14369
16142
|
"colorBorderBadgeGreen",
|
|
@@ -14857,6 +16630,8 @@ export var preset = {
|
|
|
14857
16630
|
"colorTextLayoutToggleSelected",
|
|
14858
16631
|
"colorTextLinkDefault",
|
|
14859
16632
|
"colorTextLinkHover",
|
|
16633
|
+
"colorTextLinkDecorationDefault",
|
|
16634
|
+
"colorTextLinkDecorationHover",
|
|
14860
16635
|
"colorTextLinkSecondaryDefault",
|
|
14861
16636
|
"colorTextLinkSecondaryHover",
|
|
14862
16637
|
"colorTextLinkInfoDefault",
|
|
@@ -14891,6 +16666,11 @@ export var preset = {
|
|
|
14891
16666
|
"colorBorderActionCardDisabled",
|
|
14892
16667
|
"colorBackgroundActionCardDisabled",
|
|
14893
16668
|
"colorTextActionCardDisabled",
|
|
16669
|
+
"colorBackgroundBadgeGreen",
|
|
16670
|
+
"colorBackgroundBadgeBlue",
|
|
16671
|
+
"colorBackgroundBadgeRed",
|
|
16672
|
+
"colorBackgroundBadgeYellow",
|
|
16673
|
+
"colorBackgroundBadgeGrey",
|
|
14894
16674
|
"colorBorderBadge",
|
|
14895
16675
|
"colorBorderBadgeGrey",
|
|
14896
16676
|
"colorBorderBadgeGreen",
|
|
@@ -15063,6 +16843,7 @@ export var preset = {
|
|
|
15063
16843
|
"colorPrimary700": "color-primary-700",
|
|
15064
16844
|
"colorPrimary800": "color-primary-800",
|
|
15065
16845
|
"colorPrimary900": "color-primary-900",
|
|
16846
|
+
"colorPrimary950": "color-primary-950",
|
|
15066
16847
|
"colorPrimary1000": "color-primary-1000",
|
|
15067
16848
|
"colorNeutral50": "color-neutral-50",
|
|
15068
16849
|
"colorNeutral100": "color-neutral-100",
|
|
@@ -15085,23 +16866,38 @@ export var preset = {
|
|
|
15085
16866
|
"colorNeutral950": "color-neutral-950",
|
|
15086
16867
|
"colorNeutral1000": "color-neutral-1000",
|
|
15087
16868
|
"colorError50": "color-error-50",
|
|
16869
|
+
"colorError100": "color-error-100",
|
|
15088
16870
|
"colorError400": "color-error-400",
|
|
15089
16871
|
"colorError600": "color-error-600",
|
|
16872
|
+
"colorError800": "color-error-800",
|
|
15090
16873
|
"colorError900": "color-error-900",
|
|
16874
|
+
"colorError950": "color-error-950",
|
|
15091
16875
|
"colorError1000": "color-error-1000",
|
|
15092
16876
|
"colorSuccess50": "color-success-50",
|
|
16877
|
+
"colorSuccess100": "color-success-100",
|
|
16878
|
+
"colorSuccess400": "color-success-400",
|
|
15093
16879
|
"colorSuccess500": "color-success-500",
|
|
15094
16880
|
"colorSuccess600": "color-success-600",
|
|
16881
|
+
"colorSuccess800": "color-success-800",
|
|
16882
|
+
"colorSuccess950": "color-success-950",
|
|
15095
16883
|
"colorSuccess1000": "color-success-1000",
|
|
15096
16884
|
"colorWarning50": "color-warning-50",
|
|
16885
|
+
"colorWarning100": "color-warning-100",
|
|
15097
16886
|
"colorWarning400": "color-warning-400",
|
|
15098
16887
|
"colorWarning500": "color-warning-500",
|
|
16888
|
+
"colorWarning600": "color-warning-600",
|
|
16889
|
+
"colorWarning800": "color-warning-800",
|
|
15099
16890
|
"colorWarning900": "color-warning-900",
|
|
16891
|
+
"colorWarning950": "color-warning-950",
|
|
15100
16892
|
"colorWarning1000": "color-warning-1000",
|
|
15101
16893
|
"colorInfo50": "color-info-50",
|
|
16894
|
+
"colorInfo100": "color-info-100",
|
|
15102
16895
|
"colorInfo300": "color-info-300",
|
|
15103
16896
|
"colorInfo400": "color-info-400",
|
|
15104
16897
|
"colorInfo600": "color-info-600",
|
|
16898
|
+
"colorInfo700": "color-info-700",
|
|
16899
|
+
"colorInfo800": "color-info-800",
|
|
16900
|
+
"colorInfo950": "color-info-950",
|
|
15105
16901
|
"colorInfo1000": "color-info-1000",
|
|
15106
16902
|
"colorGrey50": "color-grey-50",
|
|
15107
16903
|
"colorGrey100": "color-grey-100",
|
|
@@ -15150,6 +16946,86 @@ export var preset = {
|
|
|
15150
16946
|
"colorPurple700": "color-purple-700",
|
|
15151
16947
|
"colorAmber400": "color-amber-400",
|
|
15152
16948
|
"colorAmber500": "color-amber-500",
|
|
16949
|
+
"colorRed950": "color-red-950",
|
|
16950
|
+
"colorOrange50": "color-orange-50",
|
|
16951
|
+
"colorOrange100": "color-orange-100",
|
|
16952
|
+
"colorOrange400": "color-orange-400",
|
|
16953
|
+
"colorOrange700": "color-orange-700",
|
|
16954
|
+
"colorOrange800": "color-orange-800",
|
|
16955
|
+
"colorOrange950": "color-orange-950",
|
|
16956
|
+
"colorYellow600": "color-yellow-600",
|
|
16957
|
+
"colorYellow950": "color-yellow-950",
|
|
16958
|
+
"colorLime50": "color-lime-50",
|
|
16959
|
+
"colorLime100": "color-lime-100",
|
|
16960
|
+
"colorLime400": "color-lime-400",
|
|
16961
|
+
"colorLime700": "color-lime-700",
|
|
16962
|
+
"colorLime800": "color-lime-800",
|
|
16963
|
+
"colorLime950": "color-lime-950",
|
|
16964
|
+
"colorGreen400": "color-green-400",
|
|
16965
|
+
"colorGreen950": "color-green-950",
|
|
16966
|
+
"colorMint50": "color-mint-50",
|
|
16967
|
+
"colorMint100": "color-mint-100",
|
|
16968
|
+
"colorMint400": "color-mint-400",
|
|
16969
|
+
"colorMint700": "color-mint-700",
|
|
16970
|
+
"colorMint800": "color-mint-800",
|
|
16971
|
+
"colorMint950": "color-mint-950",
|
|
16972
|
+
"colorIndigo50": "color-indigo-50",
|
|
16973
|
+
"colorIndigo400": "color-indigo-400",
|
|
16974
|
+
"colorIndigo600": "color-indigo-600",
|
|
16975
|
+
"colorIndigo950": "color-indigo-950",
|
|
16976
|
+
"colorPurple50": "color-purple-50",
|
|
16977
|
+
"colorPurple100": "color-purple-100",
|
|
16978
|
+
"colorPurple600": "color-purple-600",
|
|
16979
|
+
"colorPurple800": "color-purple-800",
|
|
16980
|
+
"colorPurple950": "color-purple-950",
|
|
16981
|
+
"colorTeal50": "color-teal-50",
|
|
16982
|
+
"colorTeal100": "color-teal-100",
|
|
16983
|
+
"colorTeal400": "color-teal-400",
|
|
16984
|
+
"colorTeal700": "color-teal-700",
|
|
16985
|
+
"colorTeal800": "color-teal-800",
|
|
16986
|
+
"colorTeal950": "color-teal-950",
|
|
16987
|
+
"colorCyan50": "color-cyan-50",
|
|
16988
|
+
"colorCyan100": "color-cyan-100",
|
|
16989
|
+
"colorCyan400": "color-cyan-400",
|
|
16990
|
+
"colorCyan700": "color-cyan-700",
|
|
16991
|
+
"colorCyan800": "color-cyan-800",
|
|
16992
|
+
"colorCyan950": "color-cyan-950",
|
|
16993
|
+
"colorBlue950": "color-blue-950",
|
|
16994
|
+
"colorViolet50": "color-violet-50",
|
|
16995
|
+
"colorViolet100": "color-violet-100",
|
|
16996
|
+
"colorViolet400": "color-violet-400",
|
|
16997
|
+
"colorViolet700": "color-violet-700",
|
|
16998
|
+
"colorViolet800": "color-violet-800",
|
|
16999
|
+
"colorViolet950": "color-violet-950",
|
|
17000
|
+
"colorFuchsia50": "color-fuchsia-50",
|
|
17001
|
+
"colorFuchsia100": "color-fuchsia-100",
|
|
17002
|
+
"colorFuchsia400": "color-fuchsia-400",
|
|
17003
|
+
"colorFuchsia700": "color-fuchsia-700",
|
|
17004
|
+
"colorFuchsia800": "color-fuchsia-800",
|
|
17005
|
+
"colorFuchsia950": "color-fuchsia-950",
|
|
17006
|
+
"colorMagenta50": "color-magenta-50",
|
|
17007
|
+
"colorMagenta100": "color-magenta-100",
|
|
17008
|
+
"colorMagenta400": "color-magenta-400",
|
|
17009
|
+
"colorMagenta700": "color-magenta-700",
|
|
17010
|
+
"colorMagenta800": "color-magenta-800",
|
|
17011
|
+
"colorMagenta950": "color-magenta-950",
|
|
17012
|
+
"colorPink50": "color-pink-50",
|
|
17013
|
+
"colorPink100": "color-pink-100",
|
|
17014
|
+
"colorPink400": "color-pink-400",
|
|
17015
|
+
"colorPink700": "color-pink-700",
|
|
17016
|
+
"colorPink800": "color-pink-800",
|
|
17017
|
+
"colorPink950": "color-pink-950",
|
|
17018
|
+
"colorRose50": "color-rose-50",
|
|
17019
|
+
"colorRose100": "color-rose-100",
|
|
17020
|
+
"colorRose400": "color-rose-400",
|
|
17021
|
+
"colorRose700": "color-rose-700",
|
|
17022
|
+
"colorRose800": "color-rose-800",
|
|
17023
|
+
"colorRose950": "color-rose-950",
|
|
17024
|
+
"colorAmber50": "color-amber-50",
|
|
17025
|
+
"colorAmber100": "color-amber-100",
|
|
17026
|
+
"colorAmber700": "color-amber-700",
|
|
17027
|
+
"colorAmber800": "color-amber-800",
|
|
17028
|
+
"colorAmber950": "color-amber-950",
|
|
15153
17029
|
"colorAwsSquidInk": "color-aws-squid-ink",
|
|
15154
17030
|
"colorTransparent": "color-transparent",
|
|
15155
17031
|
"colorBlack": "color-black",
|
|
@@ -15683,6 +17559,11 @@ export var preset = {
|
|
|
15683
17559
|
"colorIconActionCardDisabled": "color-icon-action-card-disabled",
|
|
15684
17560
|
"colorBackgroundSkeleton": "color-background-skeleton",
|
|
15685
17561
|
"colorBackgroundSkeletonWave": "color-background-skeleton-wave",
|
|
17562
|
+
"colorBackgroundBadgeGreen": "color-background-badge-green",
|
|
17563
|
+
"colorBackgroundBadgeBlue": "color-background-badge-blue",
|
|
17564
|
+
"colorBackgroundBadgeRed": "color-background-badge-red",
|
|
17565
|
+
"colorBackgroundBadgeYellow": "color-background-badge-yellow",
|
|
17566
|
+
"colorBackgroundBadgeGrey": "color-background-badge-grey",
|
|
15686
17567
|
"colorBorderBadge": "color-border-badge",
|
|
15687
17568
|
"colorBorderBadgeGrey": "color-border-badge-grey",
|
|
15688
17569
|
"colorBorderBadgeGreen": "color-border-badge-green",
|
|
@@ -15693,6 +17574,42 @@ export var preset = {
|
|
|
15693
17574
|
"colorTextBadgeBlue": "color-text-badge-blue",
|
|
15694
17575
|
"colorTextBadgeRed": "color-text-badge-red",
|
|
15695
17576
|
"colorBackgroundCodeView": "color-background-code-view",
|
|
17577
|
+
"colorBackgroundAccentRed": "color-background-accent-red",
|
|
17578
|
+
"colorBackgroundAccentYellow": "color-background-accent-yellow",
|
|
17579
|
+
"colorBackgroundAccentIndigo": "color-background-accent-indigo",
|
|
17580
|
+
"colorBackgroundAccentGreen": "color-background-accent-green",
|
|
17581
|
+
"colorBackgroundAccentOrange": "color-background-accent-orange",
|
|
17582
|
+
"colorBackgroundAccentPurple": "color-background-accent-purple",
|
|
17583
|
+
"colorBackgroundAccentMint": "color-background-accent-mint",
|
|
17584
|
+
"colorBackgroundAccentLime": "color-background-accent-lime",
|
|
17585
|
+
"colorBackgroundAccentGrey": "color-background-accent-grey",
|
|
17586
|
+
"colorBackgroundAccentTeal": "color-background-accent-teal",
|
|
17587
|
+
"colorBackgroundAccentCyan": "color-background-accent-cyan",
|
|
17588
|
+
"colorBackgroundAccentBlue": "color-background-accent-blue",
|
|
17589
|
+
"colorBackgroundAccentViolet": "color-background-accent-violet",
|
|
17590
|
+
"colorBackgroundAccentFuchsia": "color-background-accent-fuchsia",
|
|
17591
|
+
"colorBackgroundAccentMagenta": "color-background-accent-magenta",
|
|
17592
|
+
"colorBackgroundAccentPink": "color-background-accent-pink",
|
|
17593
|
+
"colorBackgroundAccentRose": "color-background-accent-rose",
|
|
17594
|
+
"colorBackgroundAccentAmber": "color-background-accent-amber",
|
|
17595
|
+
"colorTextAccentRed": "color-text-accent-red",
|
|
17596
|
+
"colorTextAccentYellow": "color-text-accent-yellow",
|
|
17597
|
+
"colorTextAccentIndigo": "color-text-accent-indigo",
|
|
17598
|
+
"colorTextAccentGreen": "color-text-accent-green",
|
|
17599
|
+
"colorTextAccentOrange": "color-text-accent-orange",
|
|
17600
|
+
"colorTextAccentPurple": "color-text-accent-purple",
|
|
17601
|
+
"colorTextAccentMint": "color-text-accent-mint",
|
|
17602
|
+
"colorTextAccentLime": "color-text-accent-lime",
|
|
17603
|
+
"colorTextAccentGrey": "color-text-accent-grey",
|
|
17604
|
+
"colorTextAccentTeal": "color-text-accent-teal",
|
|
17605
|
+
"colorTextAccentCyan": "color-text-accent-cyan",
|
|
17606
|
+
"colorTextAccentBlue": "color-text-accent-blue",
|
|
17607
|
+
"colorTextAccentViolet": "color-text-accent-violet",
|
|
17608
|
+
"colorTextAccentFuchsia": "color-text-accent-fuchsia",
|
|
17609
|
+
"colorTextAccentMagenta": "color-text-accent-magenta",
|
|
17610
|
+
"colorTextAccentPink": "color-text-accent-pink",
|
|
17611
|
+
"colorTextAccentRose": "color-text-accent-rose",
|
|
17612
|
+
"colorTextAccentAmber": "color-text-accent-amber",
|
|
15696
17613
|
"fontBoxValueLargeWeight": "font-box-value-large-weight",
|
|
15697
17614
|
"fontButtonLetterSpacing": "font-button-letter-spacing",
|
|
15698
17615
|
"fontChartDetailSize": "font-chart-detail-size",
|
|
@@ -15711,6 +17628,8 @@ export var preset = {
|
|
|
15711
17628
|
"fontLinkButtonWeight": "font-link-button-weight",
|
|
15712
17629
|
"fontPanelHeaderLineHeight": "font-panel-header-line-height",
|
|
15713
17630
|
"fontPanelHeaderSize": "font-panel-header-size",
|
|
17631
|
+
"fontSideNavigationSectionHeaderSize": "font-side-navigation-section-header-size",
|
|
17632
|
+
"fontSideNavigationSectionHeaderWeight": "font-side-navigation-section-header-weight",
|
|
15714
17633
|
"fontSizeBodyM": "font-size-body-m",
|
|
15715
17634
|
"fontSizeBodyS": "font-size-body-s",
|
|
15716
17635
|
"fontSizeDisplayL": "font-size-display-l",
|
|
@@ -15742,6 +17661,7 @@ export var preset = {
|
|
|
15742
17661
|
"fontWeightHeavy": "font-weight-heavy",
|
|
15743
17662
|
"fontWeightKeyValuePairsLabel": "font-weight-key-value-pairs-label",
|
|
15744
17663
|
"fontWeightLighter": "font-weight-lighter",
|
|
17664
|
+
"fontWeightLinkSecondary": "font-weight-link-secondary",
|
|
15745
17665
|
"fontWeightNormal": "font-weight-normal",
|
|
15746
17666
|
"fontWeightTabs": "font-weight-tabs",
|
|
15747
17667
|
"fontWeightTabsDisabled": "font-weight-tabs-disabled",
|
|
@@ -16043,6 +17963,7 @@ export var preset = {
|
|
|
16043
17963
|
"colorPrimary700": "--color-primary-700-n6k121",
|
|
16044
17964
|
"colorPrimary800": "--color-primary-800-j9rj38",
|
|
16045
17965
|
"colorPrimary900": "--color-primary-900-a5kqrr",
|
|
17966
|
+
"colorPrimary950": "--color-primary-950-th5oqz",
|
|
16046
17967
|
"colorPrimary1000": "--color-primary-1000-7umopx",
|
|
16047
17968
|
"colorNeutral50": "--color-neutral-50-pvu04n",
|
|
16048
17969
|
"colorNeutral100": "--color-neutral-100-gk3lvf",
|
|
@@ -16065,23 +17986,38 @@ export var preset = {
|
|
|
16065
17986
|
"colorNeutral950": "--color-neutral-950-lxybh8",
|
|
16066
17987
|
"colorNeutral1000": "--color-neutral-1000-7ovvlt",
|
|
16067
17988
|
"colorError50": "--color-error-50-1upkvz",
|
|
17989
|
+
"colorError100": "--color-error-100-eq1ucx",
|
|
16068
17990
|
"colorError400": "--color-error-400-c0knb8",
|
|
16069
17991
|
"colorError600": "--color-error-600-mdn3ng",
|
|
17992
|
+
"colorError800": "--color-error-800-sb9qfi",
|
|
16070
17993
|
"colorError900": "--color-error-900-skonp1",
|
|
17994
|
+
"colorError950": "--color-error-950-o9nk8o",
|
|
16071
17995
|
"colorError1000": "--color-error-1000-ecmudm",
|
|
16072
17996
|
"colorSuccess50": "--color-success-50-yow9uc",
|
|
17997
|
+
"colorSuccess100": "--color-success-100-0kjz92",
|
|
17998
|
+
"colorSuccess400": "--color-success-400-x40jxn",
|
|
16073
17999
|
"colorSuccess500": "--color-success-500-hhxb4g",
|
|
16074
18000
|
"colorSuccess600": "--color-success-600-g7hz2i",
|
|
18001
|
+
"colorSuccess800": "--color-success-800-ny3y0w",
|
|
18002
|
+
"colorSuccess950": "--color-success-950-qpfbb1",
|
|
16075
18003
|
"colorSuccess1000": "--color-success-1000-xy1gvq",
|
|
16076
18004
|
"colorWarning50": "--color-warning-50-uxheb8",
|
|
18005
|
+
"colorWarning100": "--color-warning-100-0snzyo",
|
|
16077
18006
|
"colorWarning400": "--color-warning-400-55puga",
|
|
16078
18007
|
"colorWarning500": "--color-warning-500-zidhub",
|
|
18008
|
+
"colorWarning600": "--color-warning-600-iyo9qe",
|
|
18009
|
+
"colorWarning800": "--color-warning-800-c1md7u",
|
|
16079
18010
|
"colorWarning900": "--color-warning-900-kpxt8c",
|
|
18011
|
+
"colorWarning950": "--color-warning-950-r880f2",
|
|
16080
18012
|
"colorWarning1000": "--color-warning-1000-65l070",
|
|
16081
18013
|
"colorInfo50": "--color-info-50-cdvtrs",
|
|
18014
|
+
"colorInfo100": "--color-info-100-b22vey",
|
|
16082
18015
|
"colorInfo300": "--color-info-300-q9xd1l",
|
|
16083
18016
|
"colorInfo400": "--color-info-400-674xac",
|
|
16084
18017
|
"colorInfo600": "--color-info-600-un21zh",
|
|
18018
|
+
"colorInfo700": "--color-info-700-363gc5",
|
|
18019
|
+
"colorInfo800": "--color-info-800-1onh7v",
|
|
18020
|
+
"colorInfo950": "--color-info-950-xf2e6d",
|
|
16085
18021
|
"colorInfo1000": "--color-info-1000-s77ok9",
|
|
16086
18022
|
"colorGrey50": "--color-grey-50-mhbfod",
|
|
16087
18023
|
"colorGrey100": "--color-grey-100-2sczed",
|
|
@@ -16130,6 +18066,86 @@ export var preset = {
|
|
|
16130
18066
|
"colorPurple700": "--color-purple-700-5hcbeu",
|
|
16131
18067
|
"colorAmber400": "--color-amber-400-z6oddn",
|
|
16132
18068
|
"colorAmber500": "--color-amber-500-rsho1x",
|
|
18069
|
+
"colorRed950": "--color-red-950-u01fe5",
|
|
18070
|
+
"colorOrange50": "--color-orange-50-jemnm1",
|
|
18071
|
+
"colorOrange100": "--color-orange-100-y15siq",
|
|
18072
|
+
"colorOrange400": "--color-orange-400-gx4lu5",
|
|
18073
|
+
"colorOrange700": "--color-orange-700-wyzc7x",
|
|
18074
|
+
"colorOrange800": "--color-orange-800-9uuurl",
|
|
18075
|
+
"colorOrange950": "--color-orange-950-euh02f",
|
|
18076
|
+
"colorYellow600": "--color-yellow-600-cyxigp",
|
|
18077
|
+
"colorYellow950": "--color-yellow-950-qc0h2g",
|
|
18078
|
+
"colorLime50": "--color-lime-50-7bgxi7",
|
|
18079
|
+
"colorLime100": "--color-lime-100-wju6z4",
|
|
18080
|
+
"colorLime400": "--color-lime-400-x90pu3",
|
|
18081
|
+
"colorLime700": "--color-lime-700-ug4wfw",
|
|
18082
|
+
"colorLime800": "--color-lime-800-hj8f4n",
|
|
18083
|
+
"colorLime950": "--color-lime-950-zz45il",
|
|
18084
|
+
"colorGreen400": "--color-green-400-99789k",
|
|
18085
|
+
"colorGreen950": "--color-green-950-7cqlo6",
|
|
18086
|
+
"colorMint50": "--color-mint-50-nqkz2j",
|
|
18087
|
+
"colorMint100": "--color-mint-100-ebdwo0",
|
|
18088
|
+
"colorMint400": "--color-mint-400-y5znyy",
|
|
18089
|
+
"colorMint700": "--color-mint-700-dip176",
|
|
18090
|
+
"colorMint800": "--color-mint-800-816ukj",
|
|
18091
|
+
"colorMint950": "--color-mint-950-142vhs",
|
|
18092
|
+
"colorIndigo50": "--color-indigo-50-9pt386",
|
|
18093
|
+
"colorIndigo400": "--color-indigo-400-ng0rs2",
|
|
18094
|
+
"colorIndigo600": "--color-indigo-600-06w3z3",
|
|
18095
|
+
"colorIndigo950": "--color-indigo-950-sy9rhd",
|
|
18096
|
+
"colorPurple50": "--color-purple-50-2cfgox",
|
|
18097
|
+
"colorPurple100": "--color-purple-100-qo46x0",
|
|
18098
|
+
"colorPurple600": "--color-purple-600-zwdilr",
|
|
18099
|
+
"colorPurple800": "--color-purple-800-0qudgp",
|
|
18100
|
+
"colorPurple950": "--color-purple-950-i2eahs",
|
|
18101
|
+
"colorTeal50": "--color-teal-50-22by4e",
|
|
18102
|
+
"colorTeal100": "--color-teal-100-pci5x9",
|
|
18103
|
+
"colorTeal400": "--color-teal-400-i1gze0",
|
|
18104
|
+
"colorTeal700": "--color-teal-700-p881wz",
|
|
18105
|
+
"colorTeal800": "--color-teal-800-99wap5",
|
|
18106
|
+
"colorTeal950": "--color-teal-950-fcyv4i",
|
|
18107
|
+
"colorCyan50": "--color-cyan-50-omhu5n",
|
|
18108
|
+
"colorCyan100": "--color-cyan-100-qrxisf",
|
|
18109
|
+
"colorCyan400": "--color-cyan-400-odqqq9",
|
|
18110
|
+
"colorCyan700": "--color-cyan-700-1wjdse",
|
|
18111
|
+
"colorCyan800": "--color-cyan-800-b9sa1v",
|
|
18112
|
+
"colorCyan950": "--color-cyan-950-uz0mg2",
|
|
18113
|
+
"colorBlue950": "--color-blue-950-mjoqtk",
|
|
18114
|
+
"colorViolet50": "--color-violet-50-at4w5v",
|
|
18115
|
+
"colorViolet100": "--color-violet-100-ov15lb",
|
|
18116
|
+
"colorViolet400": "--color-violet-400-k07zpz",
|
|
18117
|
+
"colorViolet700": "--color-violet-700-oqolmd",
|
|
18118
|
+
"colorViolet800": "--color-violet-800-ear28t",
|
|
18119
|
+
"colorViolet950": "--color-violet-950-9mfn84",
|
|
18120
|
+
"colorFuchsia50": "--color-fuchsia-50-oq3rle",
|
|
18121
|
+
"colorFuchsia100": "--color-fuchsia-100-ggycxs",
|
|
18122
|
+
"colorFuchsia400": "--color-fuchsia-400-2wqaz5",
|
|
18123
|
+
"colorFuchsia700": "--color-fuchsia-700-lqmnqw",
|
|
18124
|
+
"colorFuchsia800": "--color-fuchsia-800-qga1v0",
|
|
18125
|
+
"colorFuchsia950": "--color-fuchsia-950-cu2spa",
|
|
18126
|
+
"colorMagenta50": "--color-magenta-50-c463ui",
|
|
18127
|
+
"colorMagenta100": "--color-magenta-100-hr72hx",
|
|
18128
|
+
"colorMagenta400": "--color-magenta-400-wjy6jb",
|
|
18129
|
+
"colorMagenta700": "--color-magenta-700-4nmd0h",
|
|
18130
|
+
"colorMagenta800": "--color-magenta-800-6txy0c",
|
|
18131
|
+
"colorMagenta950": "--color-magenta-950-fivrww",
|
|
18132
|
+
"colorPink50": "--color-pink-50-2azvcx",
|
|
18133
|
+
"colorPink100": "--color-pink-100-0orbmh",
|
|
18134
|
+
"colorPink400": "--color-pink-400-l3kc69",
|
|
18135
|
+
"colorPink700": "--color-pink-700-t00jqa",
|
|
18136
|
+
"colorPink800": "--color-pink-800-kv17w4",
|
|
18137
|
+
"colorPink950": "--color-pink-950-o8nyfw",
|
|
18138
|
+
"colorRose50": "--color-rose-50-o08ls4",
|
|
18139
|
+
"colorRose100": "--color-rose-100-glc5uo",
|
|
18140
|
+
"colorRose400": "--color-rose-400-17ajbg",
|
|
18141
|
+
"colorRose700": "--color-rose-700-yjt9j8",
|
|
18142
|
+
"colorRose800": "--color-rose-800-y1dai9",
|
|
18143
|
+
"colorRose950": "--color-rose-950-epykhy",
|
|
18144
|
+
"colorAmber50": "--color-amber-50-63bt6u",
|
|
18145
|
+
"colorAmber100": "--color-amber-100-or2y6f",
|
|
18146
|
+
"colorAmber700": "--color-amber-700-ciqre0",
|
|
18147
|
+
"colorAmber800": "--color-amber-800-y932fn",
|
|
18148
|
+
"colorAmber950": "--color-amber-950-4ej6ns",
|
|
16133
18149
|
"colorAwsSquidInk": "--color-aws-squid-ink-oxiega",
|
|
16134
18150
|
"colorTransparent": "--color-transparent-i61gs1",
|
|
16135
18151
|
"colorBlack": "--color-black-cox1hy",
|
|
@@ -16663,6 +18679,11 @@ export var preset = {
|
|
|
16663
18679
|
"colorIconActionCardDisabled": "--color-icon-action-card-disabled-wm3kyf",
|
|
16664
18680
|
"colorBackgroundSkeleton": "--color-background-skeleton-sjxg4n",
|
|
16665
18681
|
"colorBackgroundSkeletonWave": "--color-background-skeleton-wave-1dy97d",
|
|
18682
|
+
"colorBackgroundBadgeGreen": "--color-background-badge-green-1bcjh0",
|
|
18683
|
+
"colorBackgroundBadgeBlue": "--color-background-badge-blue-6346bd",
|
|
18684
|
+
"colorBackgroundBadgeRed": "--color-background-badge-red-i81nmc",
|
|
18685
|
+
"colorBackgroundBadgeYellow": "--color-background-badge-yellow-n60ths",
|
|
18686
|
+
"colorBackgroundBadgeGrey": "--color-background-badge-grey-ipi6oq",
|
|
16666
18687
|
"colorBorderBadge": "--color-border-badge-un9qea",
|
|
16667
18688
|
"colorBorderBadgeGrey": "--color-border-badge-grey-n3ma6u",
|
|
16668
18689
|
"colorBorderBadgeGreen": "--color-border-badge-green-9thsha",
|
|
@@ -16673,6 +18694,42 @@ export var preset = {
|
|
|
16673
18694
|
"colorTextBadgeBlue": "--color-text-badge-blue-cq2uzn",
|
|
16674
18695
|
"colorTextBadgeRed": "--color-text-badge-red-60jprp",
|
|
16675
18696
|
"colorBackgroundCodeView": "--color-background-code-view-6vvqfk",
|
|
18697
|
+
"colorBackgroundAccentRed": "--color-background-accent-red-rulu42",
|
|
18698
|
+
"colorBackgroundAccentYellow": "--color-background-accent-yellow-vlqbut",
|
|
18699
|
+
"colorBackgroundAccentIndigo": "--color-background-accent-indigo-9ja74x",
|
|
18700
|
+
"colorBackgroundAccentGreen": "--color-background-accent-green-rmpl2f",
|
|
18701
|
+
"colorBackgroundAccentOrange": "--color-background-accent-orange-ov4hs7",
|
|
18702
|
+
"colorBackgroundAccentPurple": "--color-background-accent-purple-n5youw",
|
|
18703
|
+
"colorBackgroundAccentMint": "--color-background-accent-mint-ts206s",
|
|
18704
|
+
"colorBackgroundAccentLime": "--color-background-accent-lime-ina0zl",
|
|
18705
|
+
"colorBackgroundAccentGrey": "--color-background-accent-grey-rfmt4z",
|
|
18706
|
+
"colorBackgroundAccentTeal": "--color-background-accent-teal-6ugcbe",
|
|
18707
|
+
"colorBackgroundAccentCyan": "--color-background-accent-cyan-f3c66z",
|
|
18708
|
+
"colorBackgroundAccentBlue": "--color-background-accent-blue-yagztr",
|
|
18709
|
+
"colorBackgroundAccentViolet": "--color-background-accent-violet-mn1wo4",
|
|
18710
|
+
"colorBackgroundAccentFuchsia": "--color-background-accent-fuchsia-iivy1j",
|
|
18711
|
+
"colorBackgroundAccentMagenta": "--color-background-accent-magenta-gappab",
|
|
18712
|
+
"colorBackgroundAccentPink": "--color-background-accent-pink-dnoxrq",
|
|
18713
|
+
"colorBackgroundAccentRose": "--color-background-accent-rose-jh67x0",
|
|
18714
|
+
"colorBackgroundAccentAmber": "--color-background-accent-amber-ms1mth",
|
|
18715
|
+
"colorTextAccentRed": "--color-text-accent-red-0ltorf",
|
|
18716
|
+
"colorTextAccentYellow": "--color-text-accent-yellow-zdoe8v",
|
|
18717
|
+
"colorTextAccentIndigo": "--color-text-accent-indigo-41pr77",
|
|
18718
|
+
"colorTextAccentGreen": "--color-text-accent-green-sngxmj",
|
|
18719
|
+
"colorTextAccentOrange": "--color-text-accent-orange-barc9e",
|
|
18720
|
+
"colorTextAccentPurple": "--color-text-accent-purple-zdsf2a",
|
|
18721
|
+
"colorTextAccentMint": "--color-text-accent-mint-0ik1n6",
|
|
18722
|
+
"colorTextAccentLime": "--color-text-accent-lime-algeww",
|
|
18723
|
+
"colorTextAccentGrey": "--color-text-accent-grey-5l6tyt",
|
|
18724
|
+
"colorTextAccentTeal": "--color-text-accent-teal-maw0mi",
|
|
18725
|
+
"colorTextAccentCyan": "--color-text-accent-cyan-q1yu1l",
|
|
18726
|
+
"colorTextAccentBlue": "--color-text-accent-blue-niopud",
|
|
18727
|
+
"colorTextAccentViolet": "--color-text-accent-violet-5t8obx",
|
|
18728
|
+
"colorTextAccentFuchsia": "--color-text-accent-fuchsia-08sd4f",
|
|
18729
|
+
"colorTextAccentMagenta": "--color-text-accent-magenta-t0gcyy",
|
|
18730
|
+
"colorTextAccentPink": "--color-text-accent-pink-j1kafk",
|
|
18731
|
+
"colorTextAccentRose": "--color-text-accent-rose-6xosmy",
|
|
18732
|
+
"colorTextAccentAmber": "--color-text-accent-amber-121gnk",
|
|
16676
18733
|
"fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
|
|
16677
18734
|
"fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
|
|
16678
18735
|
"fontChartDetailSize": "--font-chart-detail-size-9qr25q",
|
|
@@ -16691,6 +18748,8 @@ export var preset = {
|
|
|
16691
18748
|
"fontLinkButtonWeight": "--font-link-button-weight-vslyg9",
|
|
16692
18749
|
"fontPanelHeaderLineHeight": "--font-panel-header-line-height-8xb2qj",
|
|
16693
18750
|
"fontPanelHeaderSize": "--font-panel-header-size-33h9j8",
|
|
18751
|
+
"fontSideNavigationSectionHeaderSize": "--font-side-navigation-section-header-size-cnrduv",
|
|
18752
|
+
"fontSideNavigationSectionHeaderWeight": "--font-side-navigation-section-header-weight-h807bs",
|
|
16694
18753
|
"fontSizeBodyM": "--font-size-body-m-a7nh2n",
|
|
16695
18754
|
"fontSizeBodyS": "--font-size-body-s-smc8cv",
|
|
16696
18755
|
"fontSizeDisplayL": "--font-size-display-l-wa6woo",
|
|
@@ -16722,6 +18781,7 @@ export var preset = {
|
|
|
16722
18781
|
"fontWeightHeavy": "--font-weight-heavy-6yh4un",
|
|
16723
18782
|
"fontWeightKeyValuePairsLabel": "--font-weight-key-value-pairs-label-zdidmd",
|
|
16724
18783
|
"fontWeightLighter": "--font-weight-lighter-ldkoj5",
|
|
18784
|
+
"fontWeightLinkSecondary": "--font-weight-link-secondary-2yfxrh",
|
|
16725
18785
|
"fontWeightNormal": "--font-weight-normal-cxw1m3",
|
|
16726
18786
|
"fontWeightTabs": "--font-weight-tabs-ichxzl",
|
|
16727
18787
|
"fontWeightTabsDisabled": "--font-weight-tabs-disabled-v5r551",
|