@mirohq/design-system-themes 1.1.2 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -1,12 +1,25 @@
1
1
  'use strict';
2
2
 
3
- const colors$1 = {
3
+ const colors$3 = {
4
4
  "background-alpha": "$alpha-gray-100",
5
5
  "background-alpha-active": "$alpha-gray-50",
6
6
  "background-alpha-hover": "$alpha-gray-100",
7
7
  "background-alpha-neutrals-overlay": "#12193E66",
8
8
  "background-alpha-neutrals-overlay-subtle": "$alpha-black-200",
9
9
  "background-alpha-subtle": "$alpha-gray-50",
10
+ "background-canvas": "$gray-50",
11
+ "background-disabled": "$gray-150",
12
+ "background-elevated": "$white",
13
+ "background-inverted": "$gray-950",
14
+ "background-inverted-secondary": "$gray-800",
15
+ "background-layout": "$white",
16
+ "background-overlay": "$alpha-black-400",
17
+ "background-static-dark": "$gray-850",
18
+ "background-static-dark-subtle": "$gray-750",
19
+ "background-static-light": "$white",
20
+ "background-surface": "$white",
21
+ "background-surface-secondary": "$gray-100",
22
+ "background-transparent": "$transparent",
10
23
  "background-danger-prominent": "$red-500",
11
24
  "background-danger-prominent-active": "$red-600",
12
25
  "background-danger-prominent-hover": "$red-550",
@@ -15,6 +28,15 @@ const colors$1 = {
15
28
  "background-danger-subtle-active": "$red-150",
16
29
  "background-danger-subtle-hover": "$red-100",
17
30
  "background-danger-subtle-pressed": "$red-150",
31
+ "background-interactive-danger": "$red-500",
32
+ "background-interactive-danger-hover": "$red-550",
33
+ "background-interactive-danger-pressed": "$red-600",
34
+ "background-interactive-primary": "$blue-500",
35
+ "background-interactive-primary-hover": "$blue-550",
36
+ "background-interactive-primary-pressed": "$blue-600",
37
+ "background-interactive-selected": "$blue-500",
38
+ "background-interactive-surface-hover": "$gray-100",
39
+ "background-interactive-surface-secondary-hover": "$gray-150",
18
40
  "background-neutrals": "$white",
19
41
  "background-neutrals-active": "$gray-150",
20
42
  "background-neutrals-container": "$white",
@@ -39,8 +61,6 @@ const colors$1 = {
39
61
  "background-neutrals-subtle-hover": "$gray-150",
40
62
  "background-neutrals-subtle-pressed": "$gray-200",
41
63
  "background-neutrals-transparent": "$transparent",
42
- "background-static-dark": "$gray-850",
43
- "background-static-dark-subtle": "$gray-750",
44
64
  "background-primary-prominent": "$blue-500",
45
65
  "background-primary-prominent-active": "$blue-600",
46
66
  "background-primary-prominent-hover": "$blue-550",
@@ -51,6 +71,10 @@ const colors$1 = {
51
71
  "background-primary-subtle-hover": "$blue-150",
52
72
  "background-primary-subtle-pressed": "$blue-200",
53
73
  "background-primary-subtle-selected": "$blue-150",
74
+ "status-background-error": "$red-50",
75
+ "status-background-info": "$blue-100",
76
+ "status-background-success": "$green-50",
77
+ "status-background-warning": "$yellow-100",
54
78
  "background-success-prominent": "$green-500",
55
79
  "background-success-prominent-active": "$green-600",
56
80
  "background-success-prominent-hover": "$green-550",
@@ -58,6 +82,15 @@ const colors$1 = {
58
82
  "background-success-subtle": "$green-50",
59
83
  "background-warning-prominent": "$yellow-500",
60
84
  "background-warning-subtle": "$yellow-100",
85
+ "border-default": "$gray-200",
86
+ "border-disabled": "$gray-150",
87
+ "border-inverted": "$white",
88
+ "border-inverted-subtle": "$gray-700",
89
+ "border-static-dark": "$gray-450",
90
+ "border-static-dark-subtle": "$gray-750",
91
+ "border-strong": "$gray-400",
92
+ "border-subtle": "$gray-150",
93
+ "border-transparent": "$transparent",
61
94
  "border-danger": "$red-500",
62
95
  "border-danger-active": "$red-600",
63
96
  "border-danger-hover": "$red-550",
@@ -73,6 +106,16 @@ const colors$1 = {
73
106
  "border-focus-success-middle": "$blue-400",
74
107
  "border-focus-success-outer": "$blue-200",
75
108
  "focus-keyboard": "#2B4DF8",
109
+ "border-interactive-danger": "$red-500",
110
+ "border-interactive-danger-hover": "$red-550",
111
+ "border-interactive-danger-pressed": "$red-600",
112
+ "border-interactive-primary": "$blue-500",
113
+ "border-interactive-primary-hover": "$blue-550",
114
+ "border-interactive-primary-pressed": "$blue-600",
115
+ "border-interactive-secondary": "$gray-150",
116
+ "border-interactive-secondary-hover": "$gray-200",
117
+ "border-interactive-secondary-pressed": "$gray-250",
118
+ "border-interactive-selected": "$blue-550",
76
119
  "border-neutrals": "$gray-200",
77
120
  "border-neutrals-active": "$gray-350",
78
121
  "border-neutrals-controls": "$gray-450",
@@ -91,8 +134,6 @@ const colors$1 = {
91
134
  "border-neutrals-text-subtle-active": "$gray-600",
92
135
  "border-neutrals-text-subtle-hover": "$gray-550",
93
136
  "border-neutrals-transparent": "$transparent",
94
- "border-static-dark": "$gray-450",
95
- "border-static-dark-subtle": "$gray-750",
96
137
  "border-primary": "$blue-500",
97
138
  "border-primary-active": "$blue-600",
98
139
  "border-primary-hover": "$blue-550",
@@ -100,6 +141,10 @@ const colors$1 = {
100
141
  "border-primary-pressed": "$blue-600",
101
142
  "border-primary-selected": "$blue-550",
102
143
  "border-primary-subtle": "$blue-250",
144
+ "status-border-error": "$red-200",
145
+ "status-border-info": "$blue-250",
146
+ "status-border-success": "$green-250",
147
+ "status-border-warning": "$yellow-300",
103
148
  "border-success": "$green-500",
104
149
  "border-success-active": "$green-600",
105
150
  "border-success-hover": "$green-550",
@@ -107,12 +152,46 @@ const colors$1 = {
107
152
  "border-success-subtle": "$green-250",
108
153
  "border-warning": "$yellow-500",
109
154
  "border-warning-subtle": "$yellow-300",
155
+ "button-background-danger": "$red-500",
156
+ "button-background-danger-hover": "$red-550",
157
+ "button-background-danger-pressed": "$red-600",
158
+ "button-background-ghost": "$transparent",
159
+ "button-background-ghost-hover": "$gray-150",
160
+ "button-background-ghost-pressed": "$gray-200",
110
161
  "button-background-primary": "$blue-500",
111
162
  "button-background-primary-hover": "$blue-550",
112
163
  "button-background-primary-pressed": "$blue-600",
113
164
  "button-background-secondary": "$gray-150",
114
165
  "button-background-secondary-hover": "$gray-200",
115
166
  "button-background-secondary-pressed": "$gray-250",
167
+ "button-background-tertiary": "$transparent",
168
+ "button-background-tertiary-hover": "$blue-150",
169
+ "button-background-tertiary-pressed": "$blue-200",
170
+ "button-border-danger": "$red-500",
171
+ "button-border-danger-hover": "$red-550",
172
+ "button-border-danger-pressed": "$red-600",
173
+ "button-border-ghost-hover": "$transparent",
174
+ "button-border-ghost-pressed": "$transparent",
175
+ "button-border-primary": "$blue-500",
176
+ "button-border-primary-hover": "$blue-550",
177
+ "button-border-primary-pressed": "$blue-600",
178
+ "button-border-secondary": "$gray-150",
179
+ "button-border-secondary-hover": "$gray-200",
180
+ "button-border-secondary-pressed": "$gray-250",
181
+ "button-border-tertiary": "$blue-500",
182
+ "button-border-tertiary-hover": "$blue-550",
183
+ "button-border-tertiary-pressed": "$blue-600",
184
+ "button-icon-on-danger": "$white",
185
+ "button-icon-on-primary": "$white",
186
+ "button-icon-on-secondary": "$gray-900",
187
+ "button-icon-on-tertiary": "$blue-500",
188
+ "button-text-on-danger": "$white",
189
+ "button-text-on-primary": "$white",
190
+ "button-text-on-secondary": "$gray-900",
191
+ "button-text-on-tertiary": "$blue-500",
192
+ "chip-background": "$gray-100",
193
+ "chip-background-hover": "$gray-150",
194
+ "chip-text": "$gray-900",
116
195
  "format-icon-diagram": "$orange-600",
117
196
  "format-icon-docs": "$cyan-600",
118
197
  "format-icon-external": "$teal-600",
@@ -121,17 +200,66 @@ const colors$1 = {
121
200
  "format-icon-slides": "$coral-600",
122
201
  "format-icon-table": "$moss-600",
123
202
  "format-icon-timeline": "$moss-600",
203
+ "input-background-active": "$white",
204
+ "input-background-alt-active": "$gray-100",
205
+ "input-background-alt-default": "$gray-100",
206
+ "input-background-alt-hover": "$gray-100",
207
+ "input-background-default": "$white",
208
+ "input-background-disabled": "$gray-150",
209
+ "input-background-hover": "$white",
210
+ "input-border-active": "$blue-550",
211
+ "input-border-default": "$gray-200",
212
+ "input-border-disabled": "$transparent",
213
+ "input-border-error": "$red-500",
214
+ "input-border-hover": "$blue-550",
215
+ "input-border-selection-control": "$gray-450",
216
+ "input-border-success": "$green-500",
124
217
  "notification-background": "$gray-850",
125
218
  "notification-border": "$gray-450",
126
219
  "notification-border-subtle": "$gray-750",
127
- "popup-background-static": "$gray-900",
128
- "popup-text-static": "$white",
220
+ "popover-background": "$gray-900",
221
+ "popover-border": "$gray-450",
222
+ "scrollbar-background": "$gray-300",
223
+ "scrollbar-background-hover": "$gray-350",
224
+ "slider-background": "$gray-300",
225
+ "slider-notch-background": "$gray-300",
226
+ "switch-background-default": "$gray-300",
227
+ "switch-background-hover": "$gray-350",
228
+ "switch-control-background": "$white",
129
229
  "tooltip-background": "$gray-950",
230
+ "tooltip-background-inset": "$gray-650",
130
231
  "icon-danger": "$red-500",
131
232
  "icon-danger-active": "$red-600",
132
233
  "icon-danger-hover": "$red-550",
133
234
  "icon-danger-inverted": "$red-50",
134
235
  "icon-danger-pressed": "$red-600",
236
+ "icon-default": "$gray-900",
237
+ "icon-disabled": "$gray-350",
238
+ "icon-inverted": "$white",
239
+ "icon-inverted-secondary": "$gray-150",
240
+ "icon-muted": "$gray-400",
241
+ "icon-on-disabled": "$gray-350",
242
+ "icon-on-static-dark": "$gray-50",
243
+ "icon-on-static-dark-subtle": "$gray-300",
244
+ "icon-placeholder": "$gray-475",
245
+ "icon-secondary": "$gray-500",
246
+ "icon-interactive-selected": "$blue-550",
247
+ "icon-link": "$blue-500",
248
+ "icon-link-hover": "$blue-550",
249
+ "icon-link-on-inverted": "$white",
250
+ "icon-link-on-inverted-hover": "$gray-50",
251
+ "icon-link-on-inverted-pressed": "$gray-100",
252
+ "icon-link-on-inverted-secondary": "$gray-150",
253
+ "icon-link-on-inverted-secondary-hover": "$gray-200",
254
+ "icon-link-on-inverted-secondary-pressed": "$gray-250",
255
+ "icon-link-pressed": "$blue-600",
256
+ "icon-link-secondary": "$gray-500",
257
+ "icon-link-secondary-hover": "$gray-550",
258
+ "icon-link-secondary-pressed": "$gray-600",
259
+ "icon-on-interactive-danger": "$white",
260
+ "icon-on-interactive-primary": "$white",
261
+ "icon-on-interactive-secondary": "$gray-900",
262
+ "icon-on-interactive-selected": "$blue-550",
135
263
  "icon-neutrals": "$gray-900",
136
264
  "icon-neutrals-disabled": "$gray-350",
137
265
  "icon-neutrals-hover": "$gray-950",
@@ -148,8 +276,6 @@ const colors$1 = {
148
276
  "icon-neutrals-subtle-hover": "$gray-550",
149
277
  "icon-neutrals-subtle-pressed": "$gray-600",
150
278
  "icon-neutrals-text": "$gray-700",
151
- "icon-on-static-dark": "$gray-50",
152
- "icon-on-static-dark-subtle": "$gray-300",
153
279
  "icon-primary": "$blue-500",
154
280
  "icon-primary-active": "$blue-600",
155
281
  "icon-primary-hover": "$blue-550",
@@ -157,6 +283,13 @@ const colors$1 = {
157
283
  "icon-primary-inverted-hover": "$blue-100",
158
284
  "icon-primary-pressed": "$blue-600",
159
285
  "icon-primary-selected": "$blue-550",
286
+ "status-icon-error": "$red-500",
287
+ "status-icon-on-error": "$red-500",
288
+ "status-icon-on-info": "$blue-500",
289
+ "status-icon-on-success": "$green-500",
290
+ "status-icon-on-warning": "$yellow-800",
291
+ "status-icon-success": "$green-500",
292
+ "status-icon-warning": "$yellow-700",
160
293
  "icon-success": "$green-600",
161
294
  "icon-success-active": "$green-700",
162
295
  "icon-success-hover": "$green-650",
@@ -170,6 +303,23 @@ const colors$1 = {
170
303
  "text-danger-hover": "$red-550",
171
304
  "text-danger-inverted": "$red-50",
172
305
  "text-danger-pressed": "$red-600",
306
+ "text-interactive-selected": "$blue-550",
307
+ "text-link": "$blue-500",
308
+ "text-link-hover": "$blue-550",
309
+ "text-link-on-inverted": "$white",
310
+ "text-link-on-inverted-hover": "$gray-50",
311
+ "text-link-on-inverted-pressed": "$gray-100",
312
+ "text-link-on-inverted-secondary": "$gray-150",
313
+ "text-link-on-inverted-secondary-hover": "$gray-200",
314
+ "text-link-on-inverted-secondary-pressed": "$gray-250",
315
+ "text-link-pressed": "$blue-600",
316
+ "text-link-secondary": "$gray-500",
317
+ "text-link-secondary-hover": "$gray-550",
318
+ "text-link-secondary-pressed": "$gray-600",
319
+ "text-on-interactive-danger": "$white",
320
+ "text-on-interactive-primary": "$white",
321
+ "text-on-interactive-secondary": "$gray-900",
322
+ "text-on-interactive-selected": "$blue-550",
173
323
  "text-neutrals": "$gray-900",
174
324
  "text-neutrals-active": "$gray-950",
175
325
  "text-neutrals-disabled": "$gray-350",
@@ -185,9 +335,6 @@ const colors$1 = {
185
335
  "text-neutrals-subtle-active": "$gray-700",
186
336
  "text-neutrals-subtle-hover": "$gray-550",
187
337
  "text-neutrals-subtle-pressed": "$gray-600",
188
- "text-on-static-dark": "$gray-50",
189
- "text-on-static-dark-subtle": "$gray-300",
190
- "text-on-primary": "$white",
191
338
  "text-primary": "$blue-500",
192
339
  "text-primary-active": "$blue-600",
193
340
  "text-primary-hover": "$blue-550",
@@ -195,11 +342,28 @@ const colors$1 = {
195
342
  "text-primary-inverted-subtle": "$blue-100",
196
343
  "text-primary-pressed": "$blue-600",
197
344
  "text-primary-selected": "$blue-550",
345
+ "status-text-error": "$red-500",
346
+ "status-text-on-error": "$gray-900",
347
+ "status-text-on-info": "$gray-900",
348
+ "status-text-on-success": "$gray-900",
349
+ "status-text-on-warning": "$gray-900",
350
+ "status-text-success": "$green-600",
351
+ "status-text-warning": "$yellow-800",
198
352
  "text-success": "$green-600",
199
353
  "text-success-active": "$green-700",
200
354
  "text-success-hover": "$green-650",
201
355
  "text-success-inverted": "$green-50",
202
356
  "text-success-pressed": "$green-700",
357
+ "text-default": "$gray-900",
358
+ "text-disabled": "$gray-350",
359
+ "text-inverted": "$white",
360
+ "text-inverted-secondary": "$gray-150",
361
+ "text-muted": "$gray-400",
362
+ "text-on-disabled": "$gray-350",
363
+ "text-on-static-dark": "$gray-50",
364
+ "text-on-static-dark-subtle": "$gray-300",
365
+ "text-placeholder": "$gray-475",
366
+ "text-secondary": "$gray-500",
203
367
  "text-warning": "$yellow-800",
204
368
  "text-warning-subtle": "$yellow-600",
205
369
  "coal-background": "$coal-500",
@@ -432,13 +596,26 @@ const colors$1 = {
432
596
  "teal-text-subtle": "$teal-100"
433
597
  };
434
598
 
435
- const colors = {
599
+ const colors$2 = {
436
600
  "background-alpha": "$alpha-black-100",
437
601
  "background-alpha-active": "$alpha-black-50",
438
602
  "background-alpha-hover": "$alpha-black-100",
439
603
  "background-alpha-neutrals-overlay": "#12193E66",
440
604
  "background-alpha-neutrals-overlay-subtle": "$alpha-black-200",
441
605
  "background-alpha-subtle": "$alpha-black-50",
606
+ "background-canvas": "$gray-950",
607
+ "background-disabled": "$gray-850",
608
+ "background-elevated": "$gray-850",
609
+ "background-inverted": "$white",
610
+ "background-inverted-secondary": "$gray-150",
611
+ "background-layout": "$gray-850",
612
+ "background-overlay": "$alpha-black-400",
613
+ "background-static-dark": "$gray-850",
614
+ "background-static-dark-subtle": "$gray-750",
615
+ "background-static-light": "$white",
616
+ "background-surface": "$gray-950",
617
+ "background-surface-secondary": "$gray-750",
618
+ "background-transparent": "$transparent",
442
619
  "background-danger-prominent": "$red-500",
443
620
  "background-danger-prominent-active": "$red-400",
444
621
  "background-danger-prominent-hover": "$red-450",
@@ -447,6 +624,15 @@ const colors = {
447
624
  "background-danger-subtle-active": "$red-500",
448
625
  "background-danger-subtle-hover": "$red-550",
449
626
  "background-danger-subtle-pressed": "$red-500",
627
+ "background-interactive-danger": "$red-500",
628
+ "background-interactive-danger-hover": "$red-450",
629
+ "background-interactive-danger-pressed": "$red-400",
630
+ "background-interactive-primary": "$blue-500",
631
+ "background-interactive-primary-hover": "$blue-450",
632
+ "background-interactive-primary-pressed": "$blue-400",
633
+ "background-interactive-selected": "$blue-500",
634
+ "background-interactive-surface-hover": "$gray-900",
635
+ "background-interactive-surface-secondary-hover": "$gray-700",
450
636
  "background-neutrals": "$gray-950",
451
637
  "background-neutrals-active": "$gray-850",
452
638
  "background-neutrals-container": "$gray-850",
@@ -471,8 +657,6 @@ const colors = {
471
657
  "background-neutrals-subtle-hover": "$gray-700",
472
658
  "background-neutrals-subtle-pressed": "$gray-650",
473
659
  "background-neutrals-transparent": "$transparent",
474
- "background-static-dark": "$gray-850",
475
- "background-static-dark-subtle": "$gray-750",
476
660
  "background-primary-prominent": "$blue-400",
477
661
  "background-primary-prominent-active": "$blue-300",
478
662
  "background-primary-prominent-hover": "$blue-350",
@@ -483,6 +667,10 @@ const colors = {
483
667
  "background-primary-subtle-hover": "$blue-650",
484
668
  "background-primary-subtle-pressed": "$blue-600",
485
669
  "background-primary-subtle-selected": "$blue-700",
670
+ "status-background-error": "$red-900",
671
+ "status-background-info": "$blue-900",
672
+ "status-background-success": "$green-900",
673
+ "status-background-warning": "$yellow-900",
486
674
  "background-success-prominent": "$green-500",
487
675
  "background-success-prominent-active": "$green-400",
488
676
  "background-success-prominent-hover": "$green-450",
@@ -490,6 +678,15 @@ const colors = {
490
678
  "background-success-subtle": "$green-900",
491
679
  "background-warning-prominent": "$yellow-400",
492
680
  "background-warning-subtle": "$yellow-900",
681
+ "border-default": "$gray-650",
682
+ "border-disabled": "$gray-750",
683
+ "border-inverted": "$gray-700",
684
+ "border-inverted-subtle": "$gray-600",
685
+ "border-static-dark": "$gray-450",
686
+ "border-static-dark-subtle": "$gray-750",
687
+ "border-strong": "$gray-500",
688
+ "border-subtle": "$gray-800",
689
+ "border-transparent": "$transparent",
493
690
  "border-danger": "$red-400",
494
691
  "border-danger-active": "$red-300",
495
692
  "border-danger-hover": "$red-350",
@@ -505,6 +702,16 @@ const colors = {
505
702
  "border-focus-success-middle": "$blue-350",
506
703
  "border-focus-success-outer": "$blue-550",
507
704
  "focus-keyboard": "#2B4DF8",
705
+ "border-interactive-danger": "$red-500",
706
+ "border-interactive-danger-hover": "$red-450",
707
+ "border-interactive-danger-pressed": "$red-400",
708
+ "border-interactive-primary": "$blue-500",
709
+ "border-interactive-primary-hover": "$blue-450",
710
+ "border-interactive-primary-pressed": "$blue-400",
711
+ "border-interactive-secondary": "$gray-750",
712
+ "border-interactive-secondary-hover": "$gray-700",
713
+ "border-interactive-secondary-pressed": "$gray-650",
714
+ "border-interactive-selected": "$blue-400",
508
715
  "border-neutrals": "$gray-650",
509
716
  "border-neutrals-active": "$gray-350",
510
717
  "border-neutrals-controls": "$gray-450",
@@ -523,8 +730,6 @@ const colors = {
523
730
  "border-neutrals-text-subtle-active": "$gray-100",
524
731
  "border-neutrals-text-subtle-hover": "$gray-200",
525
732
  "border-neutrals-transparent": "$transparent",
526
- "border-static-dark": "$gray-450",
527
- "border-static-dark-subtle": "$gray-750",
528
733
  "border-primary": "$blue-400",
529
734
  "border-primary-active": "$blue-300",
530
735
  "border-primary-hover": "$blue-350",
@@ -532,6 +737,10 @@ const colors = {
532
737
  "border-primary-pressed": "$blue-300",
533
738
  "border-primary-selected": "$blue-400",
534
739
  "border-primary-subtle": "$blue-750",
740
+ "status-border-error": "$red-700",
741
+ "status-border-info": "$blue-700",
742
+ "status-border-success": "$green-700",
743
+ "status-border-warning": "$yellow-700",
535
744
  "border-success": "$green-500",
536
745
  "border-success-active": "$green-400",
537
746
  "border-success-hover": "$green-450",
@@ -539,12 +748,46 @@ const colors = {
539
748
  "border-success-subtle": "$green-700",
540
749
  "border-warning": "$yellow-500",
541
750
  "border-warning-subtle": "$yellow-700",
542
- "button-background-primary": "$blue-400",
543
- "button-background-primary-hover": "$blue-350",
544
- "button-background-primary-pressed": "$blue-300",
751
+ "button-background-danger": "$red-500",
752
+ "button-background-danger-hover": "$red-450",
753
+ "button-background-danger-pressed": "$red-400",
754
+ "button-background-ghost": "$transparent",
755
+ "button-background-ghost-hover": "$gray-800",
756
+ "button-background-ghost-pressed": "$gray-750",
757
+ "button-background-primary": "$blue-500",
758
+ "button-background-primary-hover": "$blue-450",
759
+ "button-background-primary-pressed": "$blue-400",
545
760
  "button-background-secondary": "$gray-750",
546
761
  "button-background-secondary-hover": "$gray-700",
547
- "button-background-secondary-pressed": "$gray-650",
762
+ "button-background-secondary-pressed": "$gray-700",
763
+ "button-background-tertiary": "$transparent",
764
+ "button-background-tertiary-hover": "$blue-650",
765
+ "button-background-tertiary-pressed": "$blue-600",
766
+ "button-border-danger": "$red-500",
767
+ "button-border-danger-hover": "$red-450",
768
+ "button-border-danger-pressed": "$red-400",
769
+ "button-border-ghost-hover": "$transparent",
770
+ "button-border-ghost-pressed": "$transparent",
771
+ "button-border-primary": "$blue-500",
772
+ "button-border-primary-hover": "$blue-450",
773
+ "button-border-primary-pressed": "$blue-400",
774
+ "button-border-secondary": "$gray-750",
775
+ "button-border-secondary-hover": "$gray-700",
776
+ "button-border-secondary-pressed": "$gray-650",
777
+ "button-border-tertiary": "$blue-500",
778
+ "button-border-tertiary-hover": "$blue-450",
779
+ "button-border-tertiary-pressed": "$blue-400",
780
+ "button-icon-on-danger": "$white",
781
+ "button-icon-on-primary": "$white",
782
+ "button-icon-on-secondary": "$gray-50",
783
+ "button-icon-on-tertiary": "$blue-400",
784
+ "button-text-on-danger": "$white",
785
+ "button-text-on-primary": "$white",
786
+ "button-text-on-secondary": "$gray-50",
787
+ "button-text-on-tertiary": "$blue-400",
788
+ "chip-background": "$gray-750",
789
+ "chip-background-hover": "$gray-700",
790
+ "chip-text": "$gray-50",
548
791
  "format-icon-diagram": "$orange-600",
549
792
  "format-icon-docs": "$cyan-600",
550
793
  "format-icon-external": "$teal-600",
@@ -553,17 +796,66 @@ const colors = {
553
796
  "format-icon-slides": "$coral-600",
554
797
  "format-icon-table": "$moss-600",
555
798
  "format-icon-timeline": "$moss-600",
799
+ "input-background-active": "$gray-950",
800
+ "input-background-alt-active": "$gray-750",
801
+ "input-background-alt-default": "$gray-750",
802
+ "input-background-alt-hover": "$gray-750",
803
+ "input-background-default": "$gray-950",
804
+ "input-background-disabled": "$gray-850",
805
+ "input-background-hover": "$gray-950",
806
+ "input-border-active": "$blue-350",
807
+ "input-border-default": "$gray-650",
808
+ "input-border-disabled": "$transparent",
809
+ "input-border-error": "$red-400",
810
+ "input-border-hover": "$blue-350",
811
+ "input-border-selection-control": "$gray-450",
812
+ "input-border-success": "$green-400",
556
813
  "notification-background": "$gray-150",
557
814
  "notification-border": "$gray-450",
558
815
  "notification-border-subtle": "$gray-300",
559
- "popup-background-static": "$gray-800",
560
- "popup-text-static": "$white",
816
+ "popover-background": "$gray-800",
817
+ "popover-border": "$gray-450",
818
+ "scrollbar-background": "$gray-700",
819
+ "scrollbar-background-hover": "$gray-650",
820
+ "slider-background": "$gray-700",
821
+ "slider-notch-background": "$gray-700",
822
+ "switch-background-default": "$gray-700",
823
+ "switch-background-hover": "$gray-650",
824
+ "switch-control-background": "$gray-950",
561
825
  "tooltip-background": "$gray-650",
826
+ "tooltip-background-inset": "$gray-650",
562
827
  "icon-danger": "$red-400",
563
828
  "icon-danger-active": "$red-300",
564
829
  "icon-danger-hover": "$red-350",
565
830
  "icon-danger-inverted": "$red-900",
566
831
  "icon-danger-pressed": "$red-300",
832
+ "icon-default": "$gray-50",
833
+ "icon-disabled": "$gray-450",
834
+ "icon-inverted": "$gray-900",
835
+ "icon-inverted-secondary": "$gray-700",
836
+ "icon-muted": "$gray-400",
837
+ "icon-on-disabled": "$gray-450",
838
+ "icon-on-static-dark": "$gray-50",
839
+ "icon-on-static-dark-subtle": "$gray-300",
840
+ "icon-placeholder": "$gray-450",
841
+ "icon-secondary": "$gray-300",
842
+ "icon-interactive-selected": "$blue-400",
843
+ "icon-link": "$blue-400",
844
+ "icon-link-hover": "$blue-350",
845
+ "icon-link-on-inverted": "$gray-900",
846
+ "icon-link-on-inverted-hover": "$gray-850",
847
+ "icon-link-on-inverted-pressed": "$gray-800",
848
+ "icon-link-on-inverted-secondary": "$gray-700",
849
+ "icon-link-on-inverted-secondary-hover": "$gray-650",
850
+ "icon-link-on-inverted-secondary-pressed": "$gray-600",
851
+ "icon-link-pressed": "$blue-300",
852
+ "icon-link-secondary": "$gray-300",
853
+ "icon-link-secondary-hover": "$gray-250",
854
+ "icon-link-secondary-pressed": "$gray-200",
855
+ "icon-on-interactive-danger": "$white",
856
+ "icon-on-interactive-primary": "$white",
857
+ "icon-on-interactive-secondary": "$gray-50",
858
+ "icon-on-interactive-selected": "$blue-400",
567
859
  "icon-neutrals": "$gray-50",
568
860
  "icon-neutrals-disabled": "$gray-450",
569
861
  "icon-neutrals-hover": "$gray-100",
@@ -580,8 +872,6 @@ const colors = {
580
872
  "icon-neutrals-subtle-hover": "$gray-250",
581
873
  "icon-neutrals-subtle-pressed": "$gray-200",
582
874
  "icon-neutrals-text": "$gray-300",
583
- "icon-on-static-dark": "$gray-50",
584
- "icon-on-static-dark-subtle": "$gray-300",
585
875
  "icon-primary": "$blue-400",
586
876
  "icon-primary-active": "$blue-300",
587
877
  "icon-primary-hover": "$blue-350",
@@ -589,6 +879,13 @@ const colors = {
589
879
  "icon-primary-inverted-hover": "$blue-850",
590
880
  "icon-primary-pressed": "$blue-300",
591
881
  "icon-primary-selected": "$blue-400",
882
+ "status-icon-error": "$red-400",
883
+ "status-icon-on-error": "$red-400",
884
+ "status-icon-on-info": "$blue-400",
885
+ "status-icon-on-success": "$green-400",
886
+ "status-icon-on-warning": "$yellow-200",
887
+ "status-icon-success": "$green-400",
888
+ "status-icon-warning": "$yellow-200",
592
889
  "icon-success": "$green-400",
593
890
  "icon-success-active": "$green-300",
594
891
  "icon-success-hover": "$green-350",
@@ -602,6 +899,23 @@ const colors = {
602
899
  "text-danger-hover": "$red-350",
603
900
  "text-danger-inverted": "$red-900",
604
901
  "text-danger-pressed": "$red-300",
902
+ "text-interactive-selected": "$blue-400",
903
+ "text-link": "$blue-400",
904
+ "text-link-hover": "$blue-350",
905
+ "text-link-on-inverted": "$gray-900",
906
+ "text-link-on-inverted-hover": "$gray-850",
907
+ "text-link-on-inverted-pressed": "$gray-800",
908
+ "text-link-on-inverted-secondary": "$gray-700",
909
+ "text-link-on-inverted-secondary-hover": "$gray-650",
910
+ "text-link-on-inverted-secondary-pressed": "$gray-600",
911
+ "text-link-pressed": "$blue-300",
912
+ "text-link-secondary": "$gray-300",
913
+ "text-link-secondary-hover": "$gray-250",
914
+ "text-link-secondary-pressed": "$gray-200",
915
+ "text-on-interactive-danger": "$white",
916
+ "text-on-interactive-primary": "$white",
917
+ "text-on-interactive-secondary": "$gray-50",
918
+ "text-on-interactive-selected": "$blue-400",
605
919
  "text-neutrals": "$gray-50",
606
920
  "text-neutrals-active": "$gray-150",
607
921
  "text-neutrals-disabled": "$gray-450",
@@ -617,9 +931,6 @@ const colors = {
617
931
  "text-neutrals-subtle-active": "$gray-200",
618
932
  "text-neutrals-subtle-hover": "$gray-250",
619
933
  "text-neutrals-subtle-pressed": "$gray-200",
620
- "text-on-static-dark": "$gray-50",
621
- "text-on-static-dark-subtle": "$gray-300",
622
- "text-on-primary": "$white",
623
934
  "text-primary": "$blue-400",
624
935
  "text-primary-active": "$blue-300",
625
936
  "text-primary-hover": "$blue-350",
@@ -627,11 +938,28 @@ const colors = {
627
938
  "text-primary-inverted-subtle": "$blue-700",
628
939
  "text-primary-pressed": "$blue-300",
629
940
  "text-primary-selected": "$blue-400",
941
+ "status-text-error": "$red-400",
942
+ "status-text-on-error": "$gray-50",
943
+ "status-text-on-info": "$gray-50",
944
+ "status-text-on-success": "$gray-50",
945
+ "status-text-on-warning": "$gray-50",
946
+ "status-text-success": "$green-400",
947
+ "status-text-warning": "$yellow-200",
630
948
  "text-success": "$green-400",
631
949
  "text-success-active": "$green-300",
632
950
  "text-success-hover": "$green-350",
633
951
  "text-success-inverted": "$green-900",
634
952
  "text-success-pressed": "$green-300",
953
+ "text-default": "$gray-50",
954
+ "text-disabled": "$gray-450",
955
+ "text-inverted": "$gray-900",
956
+ "text-inverted-secondary": "$gray-700",
957
+ "text-muted": "$gray-400",
958
+ "text-on-disabled": "$gray-450",
959
+ "text-on-static-dark": "$gray-50",
960
+ "text-on-static-dark-subtle": "$gray-300",
961
+ "text-placeholder": "$gray-450",
962
+ "text-secondary": "$gray-300",
635
963
  "text-warning": "$yellow-200",
636
964
  "text-warning-subtle": "$yellow-300",
637
965
  "coal-background": "$coal-500",
@@ -864,30 +1192,1230 @@ const colors = {
864
1192
  "teal-text-subtle": "$teal-100"
865
1193
  };
866
1194
 
867
- const aliasShadows = {
868
- focus: "0 0 0 2px $colors$border-focus-inner, 0 0 0 4px $colors$focus-keyboard",
869
- "elevation-0": "0 0 0 1px $colors$gray-200",
870
- "elevation-100": "0 2px 4px 0px #22242814",
871
- "elevation-200": "0 2px 8px 0 #2224281f, 0 0 12px 0 #2224280A"
872
- };
873
-
874
- const shadows$1 = {
875
- 50: "0 4px 16px rgba(5, 0, 56, 0.07)",
876
- 100: "0 8px 32px rgba(5, 0, 56, 0.03)",
877
- ...aliasShadows
878
- };
879
-
880
- const shadows = {
881
- 50: "0 0 8px 0 rgba(9,9,9,.65)",
882
- 100: "0 0 16px 0 rgba(9,9,9,.65)",
883
- ...aliasShadows
884
- };
885
-
886
- const light = Object.freeze({
887
- colors: colors$1,
888
- shadows: shadows$1
889
- });
890
- const dark = Object.freeze({
1195
+ const colors$1 = {
1196
+ "background-alpha": "$alpha-gray-100",
1197
+ "background-alpha-active": "$alpha-gray-50",
1198
+ "background-alpha-hover": "$alpha-gray-100",
1199
+ "background-alpha-neutrals-overlay": "#12193E66",
1200
+ "background-alpha-neutrals-overlay-subtle": "$alpha-black-200",
1201
+ "background-alpha-subtle": "$alpha-gray-50",
1202
+ "background-canvas": "$cloud-50",
1203
+ "background-disabled": "$gray-150",
1204
+ "background-elevated": "$white",
1205
+ "background-inverted": "$cloud-950",
1206
+ "background-inverted-secondary": "$cloud-800",
1207
+ "background-layout": "$white",
1208
+ "background-overlay": "$alpha-black-400",
1209
+ "background-static-dark": "$cloud-850",
1210
+ "background-static-dark-subtle": "$cloud-750",
1211
+ "background-static-light": "$white",
1212
+ "background-surface": "$white",
1213
+ "background-surface-secondary": "$cloud-100",
1214
+ "background-transparent": "$transparent",
1215
+ "background-danger-prominent": "$red-500",
1216
+ "background-danger-prominent-active": "$red-600",
1217
+ "background-danger-prominent-hover": "$red-550",
1218
+ "background-danger-prominent-pressed": "$red-600",
1219
+ "background-danger-subtle": "$red-50",
1220
+ "background-danger-subtle-active": "$red-150",
1221
+ "background-danger-subtle-hover": "$red-100",
1222
+ "background-danger-subtle-pressed": "$red-150",
1223
+ "background-interactive-danger": "$red-500",
1224
+ "background-interactive-danger-hover": "$red-550",
1225
+ "background-interactive-danger-pressed": "$red-600",
1226
+ "background-interactive-primary": "$blue-500",
1227
+ "background-interactive-primary-hover": "$blue-550",
1228
+ "background-interactive-primary-pressed": "$blue-600",
1229
+ "background-interactive-selected": "$blue-500",
1230
+ "background-interactive-surface-hover": "$cloud-100",
1231
+ "background-interactive-surface-secondary-hover": "$cloud-150",
1232
+ "background-neutrals": "$white",
1233
+ "background-neutrals-active": "$cloud-150",
1234
+ "background-neutrals-container": "$white",
1235
+ "background-neutrals-control": "$cloud-300",
1236
+ "background-neutrals-control-hover": "$cloud-350",
1237
+ "background-neutrals-control-pressed": "$cloud-400",
1238
+ "background-neutrals-disabled": "$cloud-150",
1239
+ "background-neutrals-hover": "$cloud-100",
1240
+ "background-neutrals-inactive": "$cloud-450",
1241
+ "background-neutrals-inactive-hover": "$cloud-500",
1242
+ "background-neutrals-inverted": "$cloud-950",
1243
+ "background-neutrals-inverted-subtle": "$cloud-800",
1244
+ "background-neutrals-layout": "$white",
1245
+ "background-neutrals-page": "$cloud-100",
1246
+ "background-neutrals-page-subtle": "$cloud-150",
1247
+ "background-neutrals-pressed": "$cloud-150",
1248
+ "background-neutrals-scrollbar": "$cloud-300",
1249
+ "background-neutrals-scrollbar-active": "$cloud-400",
1250
+ "background-neutrals-scrollbar-hover": "$cloud-350",
1251
+ "background-neutrals-subtle": "$cloud-100",
1252
+ "background-neutrals-subtle-active": "$cloud-200",
1253
+ "background-neutrals-subtle-hover": "$cloud-150",
1254
+ "background-neutrals-subtle-pressed": "$cloud-200",
1255
+ "background-neutrals-transparent": "$transparent",
1256
+ "background-primary-prominent": "$blue-500",
1257
+ "background-primary-prominent-active": "$blue-600",
1258
+ "background-primary-prominent-hover": "$blue-550",
1259
+ "background-primary-prominent-pressed": "$blue-600",
1260
+ "background-primary-prominent-selected": "$blue-500",
1261
+ "background-primary-subtle": "$blue-100",
1262
+ "background-primary-subtle-active": "$blue-200",
1263
+ "background-primary-subtle-hover": "$blue-150",
1264
+ "background-primary-subtle-pressed": "$blue-200",
1265
+ "background-primary-subtle-selected": "$blue-150",
1266
+ "status-background-error": "$red-50",
1267
+ "status-background-info": "$blue-100",
1268
+ "status-background-success": "$green-50",
1269
+ "status-background-warning": "$yellow-100",
1270
+ "background-success-prominent": "$green-500",
1271
+ "background-success-prominent-active": "$green-600",
1272
+ "background-success-prominent-hover": "$green-550",
1273
+ "background-success-prominent-pressed": "$green-600",
1274
+ "background-success-subtle": "$green-50",
1275
+ "background-warning-prominent": "$yellow-500",
1276
+ "background-warning-subtle": "$yellow-100",
1277
+ "border-default": "$cloud-200",
1278
+ "border-disabled": "$cloud-150",
1279
+ "border-inverted": "$cloud-900",
1280
+ "border-inverted-subtle": "$cloud-700",
1281
+ "border-static-dark": "$cloud-450",
1282
+ "border-static-dark-subtle": "$cloud-750",
1283
+ "border-strong": "$cloud-300",
1284
+ "border-subtle": "$cloud-100",
1285
+ "border-transparent": "$transparent",
1286
+ "border-danger": "$red-500",
1287
+ "border-danger-active": "$red-600",
1288
+ "border-danger-hover": "$red-550",
1289
+ "border-danger-pressed": "$red-600",
1290
+ "border-danger-subtle": "$red-200",
1291
+ "border-focus-error-inner": "$white",
1292
+ "border-focus-error-middle": "$blue-400",
1293
+ "border-focus-error-outer": "$blue-200",
1294
+ "border-focus-inner": "#FFFFFF",
1295
+ "border-focus-middle": "$blue-400",
1296
+ "border-focus-outer": "$blue-200",
1297
+ "border-focus-success-inner": "$white",
1298
+ "border-focus-success-middle": "$blue-400",
1299
+ "border-focus-success-outer": "$blue-200",
1300
+ "focus-keyboard": "#2B4DF8",
1301
+ "border-interactive-danger": "$red-500",
1302
+ "border-interactive-danger-hover": "$red-550",
1303
+ "border-interactive-danger-pressed": "$red-600",
1304
+ "border-interactive-primary": "$blue-500",
1305
+ "border-interactive-primary-hover": "$blue-550",
1306
+ "border-interactive-primary-pressed": "$blue-600",
1307
+ "border-interactive-secondary": "$cloud-900",
1308
+ "border-interactive-secondary-hover": "$cloud-950",
1309
+ "border-interactive-secondary-pressed": "$cloud-1000",
1310
+ "border-interactive-selected": "$blue-550",
1311
+ "border-neutrals": "$cloud-200",
1312
+ "border-neutrals-active": "$cloud-350",
1313
+ "border-neutrals-controls": "$cloud-450",
1314
+ "border-neutrals-controls-disabled": "$cloud-150",
1315
+ "border-neutrals-disabled": "$cloud-150",
1316
+ "border-neutrals-hover": "$cloud-300",
1317
+ "border-neutrals-inverted": "$white",
1318
+ "border-neutrals-pressed": "$cloud-350",
1319
+ "border-neutrals-subtle": "$cloud-150",
1320
+ "border-neutrals-subtle-hover": "$cloud-200",
1321
+ "border-neutrals-subtle-pressed": "$cloud-250",
1322
+ "border-neutrals-text": "$cloud-900",
1323
+ "border-neutrals-text-active": "$cloud-950",
1324
+ "border-neutrals-text-hover": "$cloud-950",
1325
+ "border-neutrals-text-subtle": "$cloud-500",
1326
+ "border-neutrals-text-subtle-active": "$cloud-600",
1327
+ "border-neutrals-text-subtle-hover": "$cloud-550",
1328
+ "border-neutrals-transparent": "$transparent",
1329
+ "border-primary": "$blue-500",
1330
+ "border-primary-active": "$blue-600",
1331
+ "border-primary-hover": "$blue-550",
1332
+ "border-primary-inverted": "$blue-50",
1333
+ "border-primary-pressed": "$blue-600",
1334
+ "border-primary-selected": "$blue-550",
1335
+ "border-primary-subtle": "$blue-250",
1336
+ "status-border-error": "$red-200",
1337
+ "status-border-info": "$blue-250",
1338
+ "status-border-success": "$green-250",
1339
+ "status-border-warning": "$yellow-300",
1340
+ "border-success": "$green-500",
1341
+ "border-success-active": "$green-600",
1342
+ "border-success-hover": "$green-550",
1343
+ "border-success-pressed": "$green-600",
1344
+ "border-success-subtle": "$green-250",
1345
+ "border-warning": "$yellow-500",
1346
+ "border-warning-subtle": "$yellow-300",
1347
+ "button-background-danger": "$red-500",
1348
+ "button-background-danger-hover": "$red-550",
1349
+ "button-background-danger-pressed": "$red-600",
1350
+ "button-background-ghost": "$transparent",
1351
+ "button-background-ghost-hover": "$cloud-150",
1352
+ "button-background-ghost-pressed": "$cloud-200",
1353
+ "button-background-primary": "$blue-500",
1354
+ "button-background-primary-hover": "$blue-550",
1355
+ "button-background-primary-pressed": "$blue-600",
1356
+ "button-background-secondary": "$transparent",
1357
+ "button-background-secondary-hover": "$cloud-150",
1358
+ "button-background-secondary-pressed": "$cloud-200",
1359
+ "button-background-tertiary": "$cloud-900",
1360
+ "button-background-tertiary-hover": "$cloud-850",
1361
+ "button-background-tertiary-pressed": "$cloud-850",
1362
+ "button-border-danger": "$red-500",
1363
+ "button-border-danger-hover": "$red-550",
1364
+ "button-border-danger-pressed": "$red-600",
1365
+ "button-border-ghost-hover": "$transparent",
1366
+ "button-border-ghost-pressed": "$transparent",
1367
+ "button-border-primary": "$blue-500",
1368
+ "button-border-primary-hover": "$blue-550",
1369
+ "button-border-primary-pressed": "$blue-600",
1370
+ "button-border-secondary": "$cloud-900",
1371
+ "button-border-secondary-hover": "$cloud-950",
1372
+ "button-border-secondary-pressed": "$cloud-1000",
1373
+ "button-border-tertiary": "$transparent",
1374
+ "button-border-tertiary-hover": "$cloud-850",
1375
+ "button-border-tertiary-pressed": "$cloud-900",
1376
+ "button-icon-on-danger": "$white",
1377
+ "button-icon-on-primary": "$white",
1378
+ "button-icon-on-secondary": "$cloud-900",
1379
+ "button-icon-on-tertiary": "$white",
1380
+ "button-text-on-danger": "$white",
1381
+ "button-text-on-primary": "$white",
1382
+ "button-text-on-secondary": "$cloud-900",
1383
+ "button-text-on-tertiary": "$white",
1384
+ "chip-background": "$cloud-100",
1385
+ "chip-background-hover": "$cloud-150",
1386
+ "chip-text": "$cloud-900",
1387
+ "format-icon-diagram": "$orange-600",
1388
+ "format-icon-docs": "$cyan-600",
1389
+ "format-icon-external": "$teal-600",
1390
+ "format-icon-kanban": "$moss-600",
1391
+ "format-icon-prototype": "$lilac-600",
1392
+ "format-icon-slides": "$coral-600",
1393
+ "format-icon-table": "$moss-600",
1394
+ "format-icon-timeline": "$moss-600",
1395
+ "input-background-active": "$cloud-100",
1396
+ "input-background-alt-active": "$cloud-100",
1397
+ "input-background-alt-default": "$cloud-100",
1398
+ "input-background-alt-hover": "$cloud-100",
1399
+ "input-background-default": "$cloud-100",
1400
+ "input-background-disabled": "$cloud-150",
1401
+ "input-background-hover": "$cloud-100",
1402
+ "input-border-active": "$transparent",
1403
+ "input-border-default": "$transparent",
1404
+ "input-border-disabled": "$transparent",
1405
+ "input-border-error": "$red-500",
1406
+ "input-border-hover": "$transparent",
1407
+ "input-border-selection-control": "$cloud-450",
1408
+ "input-border-success": "$green-500",
1409
+ "notification-background": "$cloud-850",
1410
+ "notification-border": "$cloud-450",
1411
+ "notification-border-subtle": "$cloud-750",
1412
+ "popover-background": "$cloud-900",
1413
+ "popover-border": "$cloud-500",
1414
+ "scrollbar-background": "$cloud-300",
1415
+ "scrollbar-background-hover": "$cloud-350",
1416
+ "slider-background": "$cloud-300",
1417
+ "slider-notch-background": "$cloud-300",
1418
+ "switch-background-default": "$cloud-300",
1419
+ "switch-background-hover": "$cloud-350",
1420
+ "switch-control-background": "$white",
1421
+ "tooltip-background": "$cloud-950",
1422
+ "tooltip-background-inset": "$cloud-650",
1423
+ "icon-danger": "$red-500",
1424
+ "icon-danger-active": "$red-600",
1425
+ "icon-danger-hover": "$red-550",
1426
+ "icon-danger-inverted": "$red-50",
1427
+ "icon-danger-pressed": "$red-600",
1428
+ "icon-default": "$cloud-900",
1429
+ "icon-disabled": "$cloud-300",
1430
+ "icon-inverted": "$white",
1431
+ "icon-inverted-secondary": "$cloud-300",
1432
+ "icon-muted": "$cloud-400",
1433
+ "icon-on-disabled": "$cloud-350",
1434
+ "icon-on-static-dark": "$gray-50",
1435
+ "icon-on-static-dark-subtle": "$gray-300",
1436
+ "icon-placeholder": "$cloud-400",
1437
+ "icon-secondary": "$cloud-700",
1438
+ "icon-interactive-selected": "$blue-550",
1439
+ "icon-link": "$blue-500",
1440
+ "icon-link-hover": "$blue-550",
1441
+ "icon-link-on-inverted": "$white",
1442
+ "icon-link-on-inverted-hover": "$cloud-50",
1443
+ "icon-link-on-inverted-pressed": "$cloud-100",
1444
+ "icon-link-on-inverted-secondary": "$cloud-300",
1445
+ "icon-link-on-inverted-secondary-hover": "$cloud-350",
1446
+ "icon-link-on-inverted-secondary-pressed": "$cloud-400",
1447
+ "icon-link-pressed": "$blue-600",
1448
+ "icon-link-secondary": "$cloud-700",
1449
+ "icon-link-secondary-hover": "$cloud-750",
1450
+ "icon-link-secondary-pressed": "$cloud-800",
1451
+ "icon-on-interactive-danger": "$white",
1452
+ "icon-on-interactive-primary": "$white",
1453
+ "icon-on-interactive-secondary": "$cloud-900",
1454
+ "icon-on-interactive-selected": "$blue-550",
1455
+ "icon-neutrals": "$cloud-900",
1456
+ "icon-neutrals-disabled": "$cloud-300",
1457
+ "icon-neutrals-hover": "$cloud-950",
1458
+ "icon-neutrals-inactive": "$gray-450",
1459
+ "icon-neutrals-inactive-hover": "$gray-500",
1460
+ "icon-neutrals-inverted": "$cloud-100",
1461
+ "icon-neutrals-inverted-hover": "$cloud-50",
1462
+ "icon-neutrals-inverted-subtle": "$gray-100",
1463
+ "icon-neutrals-inverted-subtle-hover": "$gray-150",
1464
+ "icon-neutrals-placeholder": "$gray-350",
1465
+ "icon-neutrals-pressed": "$cloud-950",
1466
+ "icon-neutrals-search": "$gray-500",
1467
+ "icon-neutrals-subtle": "$cloud-700",
1468
+ "icon-neutrals-subtle-hover": "$cloud-750",
1469
+ "icon-neutrals-subtle-pressed": "$cloud-750",
1470
+ "icon-neutrals-text": "$gray-700",
1471
+ "icon-primary": "$blue-500",
1472
+ "icon-primary-active": "$blue-600",
1473
+ "icon-primary-hover": "$blue-550",
1474
+ "icon-primary-inverted": "$blue-50",
1475
+ "icon-primary-inverted-hover": "$blue-100",
1476
+ "icon-primary-pressed": "$blue-600",
1477
+ "icon-primary-selected": "$blue-550",
1478
+ "status-icon-error": "$red-500",
1479
+ "status-icon-on-error": "$red-500",
1480
+ "status-icon-on-info": "$blue-500",
1481
+ "status-icon-on-success": "$green-500",
1482
+ "status-icon-on-warning": "$yellow-600",
1483
+ "status-icon-success": "$green-500",
1484
+ "status-icon-warning": "$yellow-700",
1485
+ "icon-success": "$green-600",
1486
+ "icon-success-active": "$green-700",
1487
+ "icon-success-hover": "$green-650",
1488
+ "icon-success-inverted": "$green-50",
1489
+ "icon-success-pressed": "$green-700",
1490
+ "icon-warning": "$yellow-800",
1491
+ "icon-warning-prominent": "$yellow-600",
1492
+ "icon-warning-subtle": "$yellow-700",
1493
+ "text-danger": "$red-500",
1494
+ "text-danger-active": "$red-600",
1495
+ "text-danger-hover": "$red-550",
1496
+ "text-danger-inverted": "$red-50",
1497
+ "text-danger-pressed": "$red-600",
1498
+ "text-interactive-selected": "$blue-550",
1499
+ "text-link": "$blue-500",
1500
+ "text-link-hover": "$blue-550",
1501
+ "text-link-on-inverted": "$white",
1502
+ "text-link-on-inverted-hover": "$cloud-50",
1503
+ "text-link-on-inverted-pressed": "$cloud-100",
1504
+ "text-link-on-inverted-secondary": "$cloud-300",
1505
+ "text-link-on-inverted-secondary-hover": "$cloud-350",
1506
+ "text-link-on-inverted-secondary-pressed": "$cloud-400",
1507
+ "text-link-pressed": "$blue-600",
1508
+ "text-link-secondary": "$cloud-700",
1509
+ "text-link-secondary-hover": "$cloud-750",
1510
+ "text-link-secondary-pressed": "$cloud-800",
1511
+ "text-on-interactive-danger": "$white",
1512
+ "text-on-interactive-primary": "$white",
1513
+ "text-on-interactive-secondary": "$cloud-900",
1514
+ "text-on-interactive-selected": "$blue-550",
1515
+ "text-neutrals": "$cloud-900",
1516
+ "text-neutrals-active": "$cloud-950",
1517
+ "text-neutrals-disabled": "$cloud-300",
1518
+ "text-neutrals-hover": "$cloud-950",
1519
+ "text-neutrals-inverted": "$cloud-100",
1520
+ "text-neutrals-inverted-hover": "$cloud-50",
1521
+ "text-neutrals-inverted-subtle": "$cloud-50",
1522
+ "text-neutrals-inverted-subtle-hover": "$cloud-50",
1523
+ "text-neutrals-placeholder": "$cloud-400",
1524
+ "text-neutrals-placeholder-only": "$cloud-400",
1525
+ "text-neutrals-pressed": "$cloud-950",
1526
+ "text-neutrals-subtle": "$cloud-700",
1527
+ "text-neutrals-subtle-active": "$cloud-750",
1528
+ "text-neutrals-subtle-hover": "$cloud-750",
1529
+ "text-neutrals-subtle-pressed": "$cloud-750",
1530
+ "text-primary": "$blue-500",
1531
+ "text-primary-active": "$blue-600",
1532
+ "text-primary-hover": "$blue-550",
1533
+ "text-primary-inverted": "$blue-50",
1534
+ "text-primary-inverted-subtle": "$blue-100",
1535
+ "text-primary-pressed": "$blue-600",
1536
+ "text-primary-selected": "$blue-550",
1537
+ "status-text-error": "$red-500",
1538
+ "status-text-on-error": "$red-800",
1539
+ "status-text-on-info": "$blue-800",
1540
+ "status-text-on-success": "$green-800",
1541
+ "status-text-on-warning": "$yellow-800",
1542
+ "status-text-success": "$green-600",
1543
+ "status-text-warning": "$yellow-800",
1544
+ "text-success": "$green-600",
1545
+ "text-success-active": "$green-700",
1546
+ "text-success-hover": "$green-650",
1547
+ "text-success-inverted": "$green-50",
1548
+ "text-success-pressed": "$green-700",
1549
+ "text-default": "$cloud-900",
1550
+ "text-disabled": "$cloud-300",
1551
+ "text-inverted": "$white",
1552
+ "text-inverted-secondary": "$cloud-300",
1553
+ "text-muted": "$cloud-400",
1554
+ "text-on-disabled": "$cloud-350",
1555
+ "text-on-static-dark": "$cloud-50",
1556
+ "text-on-static-dark-subtle": "$cloud-300",
1557
+ "text-placeholder": "$cloud-400",
1558
+ "text-secondary": "$cloud-700",
1559
+ "text-warning": "$yellow-800",
1560
+ "text-warning-subtle": "$yellow-600",
1561
+ "coal-background": "$coal-500",
1562
+ "coal-background-mild": "$coal-350",
1563
+ "coal-background-prominent": "$coal-700",
1564
+ "coal-background-subtle": "$coal-200",
1565
+ "coral-background": "$coral-500",
1566
+ "coral-background-mild": "$coral-350",
1567
+ "coral-background-prominent": "$coral-700",
1568
+ "coral-background-subtle": "$coral-200",
1569
+ "cyan-background": "$cyan-500",
1570
+ "cyan-background-mild": "$cyan-350",
1571
+ "cyan-background-prominent": "$cyan-700",
1572
+ "cyan-background-subtle": "$cyan-200",
1573
+ "lilac-background": "$lilac-500",
1574
+ "lilac-background-mild": "$lilac-350",
1575
+ "lilac-background-prominent": "$lilac-700",
1576
+ "lilac-background-subtle": "$lilac-200",
1577
+ "lime-background": "$lime-500",
1578
+ "lime-background-mild": "$lime-350",
1579
+ "lime-background-prominent": "$lime-700",
1580
+ "lime-background-subtle": "$lime-200",
1581
+ "moss-background": "$moss-500",
1582
+ "moss-background-mild": "$moss-350",
1583
+ "moss-background-prominent": "$moss-700",
1584
+ "moss-background-subtle": "$moss-200",
1585
+ "ocean-background": "$ocean-500",
1586
+ "ocean-background-mild": "$ocean-350",
1587
+ "ocean-background-prominent": "$ocean-700",
1588
+ "ocean-background-subtle": "$ocean-200",
1589
+ "orange-background": "$orange-500",
1590
+ "orange-background-mild": "$orange-350",
1591
+ "orange-background-prominent": "$orange-700",
1592
+ "orange-background-subtle": "$orange-200",
1593
+ "pink-background": "$pink-500",
1594
+ "pink-background-mild": "$pink-350",
1595
+ "pink-background-prominent": "$pink-700",
1596
+ "pink-background-subtle": "$pink-200",
1597
+ "sunshine-background": "$sunshine-500",
1598
+ "sunshine-background-mild": "$sunshine-350",
1599
+ "sunshine-background-prominent": "$sunshine-700",
1600
+ "sunshine-background-subtle": "$sunshine-200",
1601
+ "teal-background": "$teal-500",
1602
+ "teal-background-mild": "$teal-350",
1603
+ "teal-background-prominent": "$teal-700",
1604
+ "teal-background-subtle": "$teal-200",
1605
+ "coal-border": "$coal-600",
1606
+ "coal-border-prominent": "$coal-800",
1607
+ "coal-border-subtle": "$coal-450",
1608
+ "coral-border": "$coral-600",
1609
+ "coral-border-prominent": "$coral-800",
1610
+ "coral-border-subtle": "$coral-450",
1611
+ "cyan-border": "$cyan-600",
1612
+ "cyan-border-prominent": "$cyan-800",
1613
+ "cyan-border-subtle": "$cyan-450",
1614
+ "lilac-border": "$lilac-600",
1615
+ "lilac-border-prominent": "$lilac-800",
1616
+ "lilac-border-subtle": "$lilac-450",
1617
+ "lime-border": "$lime-650",
1618
+ "lime-border-prominent": "$lime-800",
1619
+ "lime-border-subtle": "$lime-450",
1620
+ "moss-border": "$moss-600",
1621
+ "moss-border-prominent": "$moss-800",
1622
+ "moss-border-subtle": "$moss-450",
1623
+ "ocean-border": "$ocean-600",
1624
+ "ocean-border-prominent": "$ocean-800",
1625
+ "ocean-border-subtle": "$ocean-450",
1626
+ "orange-border": "$orange-600",
1627
+ "orange-border-prominent": "$orange-800",
1628
+ "orange-border-subtle": "$orange-450",
1629
+ "pink-border": "$pink-600",
1630
+ "pink-border-prominent": "$pink-800",
1631
+ "pink-border-subtle": "$pink-450",
1632
+ "sunshine-border": "$sunshine-650",
1633
+ "sunshine-border-prominent": "$sunshine-750",
1634
+ "sunshine-border-subtle": "$sunshine-450",
1635
+ "teal-border": "$teal-600",
1636
+ "teal-border-prominent": "$teal-800",
1637
+ "teal-border-subtle": "$teal-450",
1638
+ "coal-avatar-background": "$coal-750",
1639
+ "coral-avatar-background": "$coral-750",
1640
+ "cyan-avatar-background": "$cyan-750",
1641
+ "light-coal-avatar-background": "$coal-450",
1642
+ "light-coral-avatar-background": "$coral-450",
1643
+ "light-cyan-avatar-background": "$cyan-450",
1644
+ "light-lilac-avatar-background": "$lilac-450",
1645
+ "light-lime-avatar-background": "$lime-450",
1646
+ "light-moss-avatar-background": "$moss-450",
1647
+ "light-ocean-avatar-background": "$ocean-450",
1648
+ "light-orange-avatar-background": "$orange-450",
1649
+ "light-pink-avatar-background": "$pink-450",
1650
+ "light-sunshine-avatar-background": "$sunshine-450",
1651
+ "light-teal-avatar-background": "$teal-450",
1652
+ "lilac-avatar-background": "$lilac-750",
1653
+ "lime-avatar-background": "$lime-750",
1654
+ "moss-avatar-background": "$moss-750",
1655
+ "ocean-avatar-background": "$ocean-750",
1656
+ "orange-avatar-background": "$orange-750",
1657
+ "pink-avatar-background": "$pink-750",
1658
+ "sunshine-avatar-background": "$sunshine-750",
1659
+ "teal-avatar-background": "$teal-750",
1660
+ "coral-comment-background": "$coral-750",
1661
+ "cyan-comment-background": "$cyan-650",
1662
+ "lime-comment-background": "$lime-650",
1663
+ "coal-cursor-background": "$coal-800",
1664
+ "coal-cursor-border": "$coal-650",
1665
+ "coal-cursor-border-prominent": "$coal-900",
1666
+ "coral-cursor-background": "$coral-800",
1667
+ "coral-cursor-border": "$coral-650",
1668
+ "coral-cursor-border-prominent": "$coral-900",
1669
+ "cyan-cursor-background": "$cyan-800",
1670
+ "cyan-cursor-border": "$cyan-650",
1671
+ "cyan-cursor-border-prominent": "$cyan-900",
1672
+ "light-coal-cursor-background": "$coal-300",
1673
+ "light-coral-cursor-background": "$coral-300",
1674
+ "light-cursor-background": "$ocean-300",
1675
+ "light-cyan-cursor-background": "$cyan-300",
1676
+ "light-lilac-cursor-background": "$lilac-300",
1677
+ "light-lime-cursor-background": "$lime-300",
1678
+ "light-moss-cursor-background": "$moss-300",
1679
+ "light-orange-cursor-background": "$orange-300",
1680
+ "light-pink-cursor-background": "$pink-300",
1681
+ "light-sunshine-cursor-background": "$sunshine-300",
1682
+ "light-teal-cursor-background": "$teal-300",
1683
+ "lilac-cursor-background": "$lilac-800",
1684
+ "lilac-cursor-border": "$lilac-650",
1685
+ "lilac-cursor-border-prominent": "$lilac-900",
1686
+ "lime-cursor-background": "$lime-800",
1687
+ "lime-cursor-border": "$lime-650",
1688
+ "lime-cursor-border-prominent": "$lime-900",
1689
+ "moss-cursor-background": "$moss-800",
1690
+ "moss-cursor-border": "$moss-650",
1691
+ "moss-cursor-border-prominent": "$moss-900",
1692
+ "ocean-cursor-background": "$ocean-800",
1693
+ "ocean-cursor-border": "$ocean-650",
1694
+ "ocean-cursor-border-prominent": "$ocean-900",
1695
+ "orange-cursor-background": "$orange-800",
1696
+ "orange-cursor-border": "$orange-650",
1697
+ "orange-cursor-border-prominent": "$orange-900",
1698
+ "pink-cursor-background": "$pink-800",
1699
+ "pink-cursor-border-prominent": "$pink-900",
1700
+ "pink-cursor-coal-border": "$pink-650",
1701
+ "sunshine-cursor-background": "$sunshine-800",
1702
+ "sunshine-cursor-border": "$sunshine-650",
1703
+ "susnhine-cursor-border-prominent": "$sunshine-900",
1704
+ "teal-cursor-background": "$teal-800",
1705
+ "teal-cursor-border": "$teal-650",
1706
+ "teal-cursor-border-prominent": "$teal-900",
1707
+ "black-sticky-background": "#151515",
1708
+ "coral-sticky-background": "$coral-400",
1709
+ "cyan-sticky-background": "$cyan-400",
1710
+ "light-coal-sticky-background": "#F3F5F7",
1711
+ "light-lime-sticky-background": "$lime-250",
1712
+ "light-ocean-sticky-background": "$ocean-250",
1713
+ "light-pink-sticky-background": "$pink-250",
1714
+ "light-sunshine-sticky-background": "$sunshine-250",
1715
+ "lilac-sticky-background": "$lilac-400",
1716
+ "lime-sticky-background": "$lime-400",
1717
+ "moss-sticky-background": "$moss-400",
1718
+ "ocean-sticky-background": "$ocean-400",
1719
+ "orange-sticky-background": "$orange-400",
1720
+ "pink-sticky-background": "$pink-400",
1721
+ "sunshine-sticky-background": "$sunshine-400",
1722
+ "teal-sticky-background": "$teal-400",
1723
+ "coal-icon": "$coal-900",
1724
+ "coal-icon-mild": "$coal-600",
1725
+ "coal-icon-subtle": "$coal-100",
1726
+ "coral-icon": "$coral-900",
1727
+ "coral-icon-mild": "$coral-600",
1728
+ "coral-icon-subtle": "$coral-100",
1729
+ "cyan-icon": "$cyan-900",
1730
+ "cyan-icon-mild": "$cyan-600",
1731
+ "cyan-icon-subtle": "$cyan-100",
1732
+ "lilac-icon": "$lilac-900",
1733
+ "lilac-icon-mild": "$lilac-600",
1734
+ "lilac-icon-subtle": "$lilac-100",
1735
+ "lime-icon": "$lime-900",
1736
+ "lime-icon-mild": "$lime-650",
1737
+ "lime-icon-subtle": "$lime-100",
1738
+ "moss-icon": "$moss-900",
1739
+ "moss-icon-mild": "$moss-600",
1740
+ "moss-icon-subtle": "$moss-100",
1741
+ "ocean-icon": "$ocean-900",
1742
+ "ocean-icon-mild": "$ocean-600",
1743
+ "ocean-icon-subtle": "$ocean-100",
1744
+ "orange-icon": "$orange-900",
1745
+ "orange-icon-mild": "$orange-600",
1746
+ "orange-icon-subtle": "$orange-100",
1747
+ "pink-icon": "$pink-900",
1748
+ "pink-icon-mild": "$pink-600",
1749
+ "pink-icon-subtle": "$pink-100",
1750
+ "sunshine-icon": "$sunshine-900",
1751
+ "sunshine-icon-mild": "$sunshine-650",
1752
+ "sunshine-icon-subtle": "$sunshine-100",
1753
+ "teal-icon": "$teal-900",
1754
+ "teal-icon-mild": "$teal-600",
1755
+ "teal-icon-subtle": "$teal-100",
1756
+ "coal-text": "$coal-900",
1757
+ "coal-text-mild": "$coal-700",
1758
+ "coal-text-subtle": "$coal-100",
1759
+ "coral-text": "$coral-900",
1760
+ "coral-text-mild": "$coral-700",
1761
+ "coral-text-subtle": "$coral-100",
1762
+ "cyan-text": "$cyan-900",
1763
+ "cyan-text-mild": "$cyan-700",
1764
+ "cyan-text-subtle": "$cyan-100",
1765
+ "lilac-text": "$lilac-900",
1766
+ "lilac-text-mild": "$lilac-650",
1767
+ "lilac-text-subtle": "$lilac-100",
1768
+ "lime-text": "$lime-900",
1769
+ "lime-text-mild": "$lime-700",
1770
+ "lime-text-subtle": "$lime-100",
1771
+ "moss-text": "$moss-900",
1772
+ "moss-text-mild": "$moss-700",
1773
+ "moss-text-subtle": "$moss-100",
1774
+ "ocean-text": "$ocean-900",
1775
+ "ocean-text-mild": "$ocean-700",
1776
+ "ocean-text-subtle": "$ocean-100",
1777
+ "orange-text": "$orange-900",
1778
+ "orange-text-mild": "$orange-700",
1779
+ "orange-text-subtle": "$orange-100",
1780
+ "pink-text": "$pink-900",
1781
+ "pink-text-mild": "$pink-650",
1782
+ "pink-text-subtle": "$pink-100",
1783
+ "sunshine-text": "$sunshine-900",
1784
+ "sunshine-text-mild": "$sunshine-700",
1785
+ "sunshine-text-subtle": "$sunshine-100",
1786
+ "teal-text": "$teal-900",
1787
+ "teal-text-mild": "$teal-700",
1788
+ "teal-text-subtle": "$teal-100"
1789
+ };
1790
+
1791
+ const colors = {
1792
+ "background-alpha": "$alpha-black-100",
1793
+ "background-alpha-active": "$alpha-black-50",
1794
+ "background-alpha-hover": "$alpha-black-100",
1795
+ "background-alpha-neutrals-overlay": "#12193E66",
1796
+ "background-alpha-neutrals-overlay-subtle": "$alpha-black-200",
1797
+ "background-alpha-subtle": "$alpha-black-50",
1798
+ "background-canvas": "$cloud-1000",
1799
+ "background-disabled": "$cloud-850",
1800
+ "background-elevated": "$cloud-850",
1801
+ "background-inverted": "$white",
1802
+ "background-inverted-secondary": "$cloud-150",
1803
+ "background-layout": "$gray-850",
1804
+ "background-overlay": "$alpha-black-400",
1805
+ "background-static-dark": "$gray-850",
1806
+ "background-static-dark-subtle": "$cloud-750",
1807
+ "background-static-light": "$white",
1808
+ "background-surface": "$cloud-900",
1809
+ "background-surface-secondary": "$cloud-800",
1810
+ "background-transparent": "$transparent",
1811
+ "background-danger-prominent": "$red-500",
1812
+ "background-danger-prominent-active": "$red-400",
1813
+ "background-danger-prominent-hover": "$red-450",
1814
+ "background-danger-prominent-pressed": "$red-400",
1815
+ "background-danger-subtle": "$red-900",
1816
+ "background-danger-subtle-active": "$red-500",
1817
+ "background-danger-subtle-hover": "$red-550",
1818
+ "background-danger-subtle-pressed": "$red-500",
1819
+ "background-interactive-danger": "$red-500",
1820
+ "background-interactive-danger-hover": "$red-450",
1821
+ "background-interactive-danger-pressed": "$red-400",
1822
+ "background-interactive-primary": "$blue-500",
1823
+ "background-interactive-primary-hover": "$blue-450",
1824
+ "background-interactive-primary-pressed": "$blue-400",
1825
+ "background-interactive-selected": "$blue-500",
1826
+ "background-interactive-surface-hover": "$cloud-850",
1827
+ "background-interactive-surface-secondary-hover": "$cloud-700",
1828
+ "background-neutrals": "$cloud-900",
1829
+ "background-neutrals-active": "$cloud-850",
1830
+ "background-neutrals-container": "$gray-850",
1831
+ "background-neutrals-control": "$gray-700",
1832
+ "background-neutrals-control-hover": "$gray-650",
1833
+ "background-neutrals-control-pressed": "$gray-600",
1834
+ "background-neutrals-disabled": "$cloud-850",
1835
+ "background-neutrals-hover": "$cloud-850",
1836
+ "background-neutrals-inactive": "$gray-500",
1837
+ "background-neutrals-inactive-hover": "$gray-600",
1838
+ "background-neutrals-inverted": "$white",
1839
+ "background-neutrals-inverted-subtle": "$cloud-150",
1840
+ "background-neutrals-layout": "$gray-850",
1841
+ "background-neutrals-page": "$gray-850",
1842
+ "background-neutrals-page-subtle": "$cloud-800",
1843
+ "background-neutrals-pressed": "$cloud-850",
1844
+ "background-neutrals-scrollbar": "$gray-700",
1845
+ "background-neutrals-scrollbar-active": "$gray-600",
1846
+ "background-neutrals-scrollbar-hover": "$gray-650",
1847
+ "background-neutrals-subtle": "$cloud-750",
1848
+ "background-neutrals-subtle-active": "$cloud-700",
1849
+ "background-neutrals-subtle-hover": "$cloud-700",
1850
+ "background-neutrals-subtle-pressed": "$cloud-700",
1851
+ "background-neutrals-transparent": "$transparent",
1852
+ "background-primary-prominent": "$blue-500",
1853
+ "background-primary-prominent-active": "$blue-450",
1854
+ "background-primary-prominent-hover": "$blue-450",
1855
+ "background-primary-prominent-pressed": "$blue-450",
1856
+ "background-primary-prominent-selected": "$blue-500",
1857
+ "background-primary-subtle": "$blue-900",
1858
+ "background-primary-subtle-active": "$blue-600",
1859
+ "background-primary-subtle-hover": "$blue-650",
1860
+ "background-primary-subtle-pressed": "$blue-600",
1861
+ "background-primary-subtle-selected": "$blue-700",
1862
+ "status-background-error": "$red-900",
1863
+ "status-background-info": "$blue-900",
1864
+ "status-background-success": "$green-900",
1865
+ "status-background-warning": "$yellow-900",
1866
+ "background-success-prominent": "$green-500",
1867
+ "background-success-prominent-active": "$green-400",
1868
+ "background-success-prominent-hover": "$green-450",
1869
+ "background-success-prominent-pressed": "$green-400",
1870
+ "background-success-subtle": "$green-900",
1871
+ "background-warning-prominent": "$yellow-400",
1872
+ "background-warning-subtle": "$yellow-900",
1873
+ "border-default": "$cloud-650",
1874
+ "border-disabled": "$cloud-750",
1875
+ "border-inverted": "$cloud-100",
1876
+ "border-inverted-subtle": "$cloud-500",
1877
+ "border-static-dark": "$cloud-450",
1878
+ "border-static-dark-subtle": "$cloud-750",
1879
+ "border-strong": "$cloud-450",
1880
+ "border-subtle": "$cloud-550",
1881
+ "border-transparent": "$transparent",
1882
+ "border-danger": "$red-400",
1883
+ "border-danger-active": "$red-300",
1884
+ "border-danger-hover": "$red-350",
1885
+ "border-danger-pressed": "$red-300",
1886
+ "border-danger-subtle": "$red-700",
1887
+ "border-focus-error-inner": "$gray-950",
1888
+ "border-focus-error-middle": "$blue-350",
1889
+ "border-focus-error-outer": "$blue-550",
1890
+ "border-focus-inner": "#1A1B1E",
1891
+ "border-focus-middle": "$blue-350",
1892
+ "border-focus-outer": "$blue-550",
1893
+ "border-focus-success-inner": "$gray-950",
1894
+ "border-focus-success-middle": "$blue-350",
1895
+ "border-focus-success-outer": "$blue-550",
1896
+ "focus-keyboard": "#2B4DF8",
1897
+ "border-interactive-danger": "$red-500",
1898
+ "border-interactive-danger-hover": "$red-450",
1899
+ "border-interactive-danger-pressed": "$red-400",
1900
+ "border-interactive-primary": "$blue-500",
1901
+ "border-interactive-primary-hover": "$blue-450",
1902
+ "border-interactive-primary-pressed": "$blue-400",
1903
+ "border-interactive-secondary": "$cloud-700",
1904
+ "border-interactive-secondary-hover": "$cloud-650",
1905
+ "border-interactive-secondary-pressed": "$cloud-600",
1906
+ "border-interactive-selected": "$blue-400",
1907
+ "border-neutrals": "$cloud-650",
1908
+ "border-neutrals-active": "$cloud-350",
1909
+ "border-neutrals-controls": "$cloud-450",
1910
+ "border-neutrals-controls-disabled": "$cloud-800",
1911
+ "border-neutrals-disabled": "$cloud-750",
1912
+ "border-neutrals-hover": "$cloud-550",
1913
+ "border-neutrals-inverted": "$cloud-950",
1914
+ "border-neutrals-pressed": "$cloud-450",
1915
+ "border-neutrals-subtle": "$cloud-800",
1916
+ "border-neutrals-subtle-hover": "$cloud-700",
1917
+ "border-neutrals-subtle-pressed": "$cloud-650",
1918
+ "border-neutrals-text": "$cloud-100",
1919
+ "border-neutrals-text-active": "$cloud-50",
1920
+ "border-neutrals-text-hover": "$cloud-50",
1921
+ "border-neutrals-text-subtle": "$cloud-300",
1922
+ "border-neutrals-text-subtle-active": "$cloud-100",
1923
+ "border-neutrals-text-subtle-hover": "$cloud-200",
1924
+ "border-neutrals-transparent": "$transparent",
1925
+ "border-primary": "$blue-400",
1926
+ "border-primary-active": "$blue-300",
1927
+ "border-primary-hover": "$blue-350",
1928
+ "border-primary-inverted": "$blue-900",
1929
+ "border-primary-pressed": "$blue-300",
1930
+ "border-primary-selected": "$blue-400",
1931
+ "border-primary-subtle": "$blue-750",
1932
+ "status-border-error": "$red-700",
1933
+ "status-border-info": "$blue-700",
1934
+ "status-border-success": "$green-700",
1935
+ "status-border-warning": "$yellow-700",
1936
+ "border-success": "$green-500",
1937
+ "border-success-active": "$green-400",
1938
+ "border-success-hover": "$green-450",
1939
+ "border-success-pressed": "$green-400",
1940
+ "border-success-subtle": "$green-700",
1941
+ "border-warning": "$yellow-500",
1942
+ "border-warning-subtle": "$yellow-700",
1943
+ "button-background-danger": "$red-500",
1944
+ "button-background-danger-hover": "$red-450",
1945
+ "button-background-danger-pressed": "$red-400",
1946
+ "button-background-ghost": "$transparent",
1947
+ "button-background-ghost-hover": "$cloud-150",
1948
+ "button-background-ghost-pressed": "$cloud-100",
1949
+ "button-background-primary": "$blue-500",
1950
+ "button-background-primary-hover": "$blue-450",
1951
+ "button-background-primary-pressed": "$blue-400",
1952
+ "button-background-secondary": "$transparent",
1953
+ "button-background-secondary-hover": "$cloud-800",
1954
+ "button-background-secondary-pressed": "$cloud-750",
1955
+ "button-background-tertiary": "$cloud-700",
1956
+ "button-background-tertiary-hover": "$cloud-650",
1957
+ "button-background-tertiary-pressed": "$cloud-600",
1958
+ "button-border-danger": "$red-500",
1959
+ "button-border-danger-hover": "$red-450",
1960
+ "button-border-danger-pressed": "$red-400",
1961
+ "button-border-ghost-hover": "$transparent",
1962
+ "button-border-ghost-pressed": "$transparent",
1963
+ "button-border-primary": "$blue-500",
1964
+ "button-border-primary-hover": "$blue-450",
1965
+ "button-border-primary-pressed": "$blue-400",
1966
+ "button-border-secondary": "$cloud-700",
1967
+ "button-border-secondary-hover": "$cloud-650",
1968
+ "button-border-secondary-pressed": "$cloud-600",
1969
+ "button-border-tertiary": "$transparent",
1970
+ "button-border-tertiary-hover": "$cloud-650",
1971
+ "button-border-tertiary-pressed": "$cloud-600",
1972
+ "button-icon-on-danger": "$white",
1973
+ "button-icon-on-primary": "$white",
1974
+ "button-icon-on-secondary": "$white",
1975
+ "button-icon-on-tertiary": "$white",
1976
+ "button-text-on-danger": "$white",
1977
+ "button-text-on-primary": "$white",
1978
+ "button-text-on-secondary": "$white",
1979
+ "button-text-on-tertiary": "$white",
1980
+ "chip-background": "$cloud-750",
1981
+ "chip-background-hover": "$cloud-700",
1982
+ "chip-text": "$cloud-50",
1983
+ "format-icon-diagram": "$orange-600",
1984
+ "format-icon-docs": "$cyan-600",
1985
+ "format-icon-external": "$teal-600",
1986
+ "format-icon-kanban": "$moss-600",
1987
+ "format-icon-prototype": "$lilac-600",
1988
+ "format-icon-slides": "$coral-600",
1989
+ "format-icon-table": "$moss-600",
1990
+ "format-icon-timeline": "$moss-600",
1991
+ "input-background-active": "$cloud-850",
1992
+ "input-background-alt-active": "$cloud-950",
1993
+ "input-background-alt-default": "$cloud-950",
1994
+ "input-background-alt-hover": "$cloud-950",
1995
+ "input-background-default": "$cloud-850",
1996
+ "input-background-disabled": "$cloud-850",
1997
+ "input-background-hover": "$cloud-850",
1998
+ "input-border-active": "$transparent",
1999
+ "input-border-default": "$transparent",
2000
+ "input-border-disabled": "$transparent",
2001
+ "input-border-error": "$red-400",
2002
+ "input-border-hover": "$transparent",
2003
+ "input-border-selection-control": "$cloud-450",
2004
+ "input-border-success": "$green-400",
2005
+ "notification-background": "$cloud-150",
2006
+ "notification-border": "$cloud-450",
2007
+ "notification-border-subtle": "$cloud-300",
2008
+ "popover-background": "$cloud-800",
2009
+ "popover-border": "$cloud-600",
2010
+ "scrollbar-background": "$gray-700",
2011
+ "scrollbar-background-hover": "$gray-650",
2012
+ "slider-background": "$gray-700",
2013
+ "slider-notch-background": "$gray-700",
2014
+ "switch-background-default": "$gray-700",
2015
+ "switch-background-hover": "$gray-650",
2016
+ "switch-control-background": "$cloud-900",
2017
+ "tooltip-background": "$cloud-650",
2018
+ "tooltip-background-inset": "$cloud-850",
2019
+ "icon-danger": "$red-400",
2020
+ "icon-danger-active": "$red-300",
2021
+ "icon-danger-hover": "$red-350",
2022
+ "icon-danger-inverted": "$red-900",
2023
+ "icon-danger-pressed": "$red-300",
2024
+ "icon-default": "$cloud-50",
2025
+ "icon-disabled": "$cloud-450",
2026
+ "icon-inverted": "$cloud-900",
2027
+ "icon-inverted-secondary": "$cloud-700",
2028
+ "icon-muted": "$cloud-400",
2029
+ "icon-on-disabled": "$cloud-400",
2030
+ "icon-on-static-dark": "$gray-50",
2031
+ "icon-on-static-dark-subtle": "$gray-300",
2032
+ "icon-placeholder": "$cloud-400",
2033
+ "icon-secondary": "$cloud-300",
2034
+ "icon-interactive-selected": "$blue-400",
2035
+ "icon-link": "$blue-500",
2036
+ "icon-link-hover": "$blue-450",
2037
+ "icon-link-on-inverted": "$cloud-900",
2038
+ "icon-link-on-inverted-hover": "$cloud-850",
2039
+ "icon-link-on-inverted-pressed": "$cloud-800",
2040
+ "icon-link-on-inverted-secondary": "$cloud-700",
2041
+ "icon-link-on-inverted-secondary-hover": "$cloud-650",
2042
+ "icon-link-on-inverted-secondary-pressed": "$cloud-600",
2043
+ "icon-link-pressed": "$blue-400",
2044
+ "icon-link-secondary": "$cloud-300",
2045
+ "icon-link-secondary-hover": "$cloud-250",
2046
+ "icon-link-secondary-pressed": "$cloud-200",
2047
+ "icon-on-interactive-danger": "$white",
2048
+ "icon-on-interactive-primary": "$white",
2049
+ "icon-on-interactive-secondary": "$white",
2050
+ "icon-on-interactive-selected": "$blue-400",
2051
+ "icon-neutrals": "$gray-50",
2052
+ "icon-neutrals-disabled": "$gray-450",
2053
+ "icon-neutrals-hover": "$gray-100",
2054
+ "icon-neutrals-inactive": "$gray-400",
2055
+ "icon-neutrals-inactive-hover": "$gray-300",
2056
+ "icon-neutrals-inverted": "$gray-950",
2057
+ "icon-neutrals-inverted-hover": "$cloud-900",
2058
+ "icon-neutrals-inverted-subtle": "$gray-700",
2059
+ "icon-neutrals-inverted-subtle-hover": "$gray-650",
2060
+ "icon-neutrals-placeholder": "$gray-650",
2061
+ "icon-neutrals-pressed": "$gray-150",
2062
+ "icon-neutrals-search": "$gray-400",
2063
+ "icon-neutrals-subtle": "$gray-300",
2064
+ "icon-neutrals-subtle-hover": "$gray-250",
2065
+ "icon-neutrals-subtle-pressed": "$gray-200",
2066
+ "icon-neutrals-text": "$gray-300",
2067
+ "icon-primary": "$blue-400",
2068
+ "icon-primary-active": "$blue-300",
2069
+ "icon-primary-hover": "$blue-350",
2070
+ "icon-primary-inverted": "$blue-900",
2071
+ "icon-primary-inverted-hover": "$blue-850",
2072
+ "icon-primary-pressed": "$blue-300",
2073
+ "icon-primary-selected": "$blue-400",
2074
+ "status-icon-error": "$red-400",
2075
+ "status-icon-on-error": "$red-400",
2076
+ "status-icon-on-info": "$blue-400",
2077
+ "status-icon-on-success": "$green-400",
2078
+ "status-icon-on-warning": "$yellow-200",
2079
+ "status-icon-success": "$green-400",
2080
+ "status-icon-warning": "$yellow-200",
2081
+ "icon-success": "$green-400",
2082
+ "icon-success-active": "$green-300",
2083
+ "icon-success-hover": "$green-350",
2084
+ "icon-success-inverted": "$green-900",
2085
+ "icon-success-pressed": "$green-300",
2086
+ "icon-warning": "$yellow-200",
2087
+ "icon-warning-prominent": "$yellow-300",
2088
+ "icon-warning-subtle": "$yellow-200",
2089
+ "text-danger": "$red-400",
2090
+ "text-danger-active": "$red-300",
2091
+ "text-danger-hover": "$red-350",
2092
+ "text-danger-inverted": "$red-900",
2093
+ "text-danger-pressed": "$red-300",
2094
+ "text-interactive-selected": "$blue-400",
2095
+ "text-link": "$blue-500",
2096
+ "text-link-hover": "$blue-450",
2097
+ "text-link-on-inverted": "$cloud-900",
2098
+ "text-link-on-inverted-hover": "$cloud-850",
2099
+ "text-link-on-inverted-pressed": "$cloud-800",
2100
+ "text-link-on-inverted-secondary": "$cloud-700",
2101
+ "text-link-on-inverted-secondary-hover": "$cloud-650",
2102
+ "text-link-on-inverted-secondary-pressed": "$cloud-600",
2103
+ "text-link-pressed": "$blue-400",
2104
+ "text-link-secondary": "$cloud-300",
2105
+ "text-link-secondary-hover": "$cloud-250",
2106
+ "text-link-secondary-pressed": "$cloud-200",
2107
+ "text-on-interactive-danger": "$white",
2108
+ "text-on-interactive-primary": "$white",
2109
+ "text-on-interactive-secondary": "$white",
2110
+ "text-on-interactive-selected": "$blue-400",
2111
+ "text-neutrals": "$cloud-100",
2112
+ "text-neutrals-active": "$cloud-50",
2113
+ "text-neutrals-disabled": "$cloud-400",
2114
+ "text-neutrals-hover": "$cloud-50",
2115
+ "text-neutrals-inverted": "$cloud-900",
2116
+ "text-neutrals-inverted-hover": "$cloud-850",
2117
+ "text-neutrals-inverted-subtle": "$cloud-700",
2118
+ "text-neutrals-inverted-subtle-hover": "$cloud-650",
2119
+ "text-neutrals-placeholder": "$cloud-500",
2120
+ "text-neutrals-placeholder-only": "$cloud-500",
2121
+ "text-neutrals-pressed": "$cloud-50",
2122
+ "text-neutrals-subtle": "$cloud-300",
2123
+ "text-neutrals-subtle-active": "$cloud-250",
2124
+ "text-neutrals-subtle-hover": "$cloud-250",
2125
+ "text-neutrals-subtle-pressed": "$cloud-250",
2126
+ "text-primary": "$blue-400",
2127
+ "text-primary-active": "$blue-300",
2128
+ "text-primary-hover": "$blue-350",
2129
+ "text-primary-inverted": "$blue-900",
2130
+ "text-primary-inverted-subtle": "$blue-700",
2131
+ "text-primary-pressed": "$blue-300",
2132
+ "text-primary-selected": "$blue-400",
2133
+ "status-text-error": "$red-400",
2134
+ "status-text-on-error": "$red-200",
2135
+ "status-text-on-info": "$blue-200",
2136
+ "status-text-on-success": "$green-200",
2137
+ "status-text-on-warning": "$yellow-200",
2138
+ "status-text-success": "$green-400",
2139
+ "status-text-warning": "$yellow-200",
2140
+ "text-success": "$green-400",
2141
+ "text-success-active": "$green-300",
2142
+ "text-success-hover": "$green-350",
2143
+ "text-success-inverted": "$green-900",
2144
+ "text-success-pressed": "$green-300",
2145
+ "text-default": "$cloud-50",
2146
+ "text-disabled": "$cloud-450",
2147
+ "text-inverted": "$cloud-900",
2148
+ "text-inverted-secondary": "$cloud-700",
2149
+ "text-muted": "$cloud-400",
2150
+ "text-on-disabled": "$cloud-400",
2151
+ "text-on-static-dark": "$cloud-50",
2152
+ "text-on-static-dark-subtle": "$cloud-300",
2153
+ "text-placeholder": "$cloud-400",
2154
+ "text-secondary": "$cloud-300",
2155
+ "text-warning": "$yellow-200",
2156
+ "text-warning-subtle": "$yellow-300",
2157
+ "coal-background": "$coal-500",
2158
+ "coal-background-mild": "$coal-350",
2159
+ "coal-background-prominent": "$coal-700",
2160
+ "coal-background-subtle": "$coal-200",
2161
+ "coral-background": "$coral-500",
2162
+ "coral-background-mild": "$coral-350",
2163
+ "coral-background-prominent": "$coral-700",
2164
+ "coral-background-subtle": "$coral-200",
2165
+ "cyan-background": "$cyan-500",
2166
+ "cyan-background-mild": "$cyan-350",
2167
+ "cyan-background-prominent": "$cyan-700",
2168
+ "cyan-background-subtle": "$cyan-200",
2169
+ "lilac-background": "$lilac-500",
2170
+ "lilac-background-mild": "$lilac-350",
2171
+ "lilac-background-prominent": "$lilac-700",
2172
+ "lilac-background-subtle": "$lilac-200",
2173
+ "lime-background": "$lime-500",
2174
+ "lime-background-mild": "$lime-350",
2175
+ "lime-background-prominent": "$lime-700",
2176
+ "lime-background-subtle": "$lime-200",
2177
+ "moss-background": "$moss-500",
2178
+ "moss-background-mild": "$moss-350",
2179
+ "moss-background-prominent": "$moss-700",
2180
+ "moss-background-subtle": "$moss-200",
2181
+ "ocean-background": "$ocean-500",
2182
+ "ocean-background-mild": "$ocean-350",
2183
+ "ocean-background-prominent": "$ocean-700",
2184
+ "ocean-background-subtle": "$ocean-200",
2185
+ "orange-background": "$orange-500",
2186
+ "orange-background-mild": "$orange-350",
2187
+ "orange-background-prominent": "$orange-700",
2188
+ "orange-background-subtle": "$orange-200",
2189
+ "pink-background": "$pink-500",
2190
+ "pink-background-mild": "$pink-350",
2191
+ "pink-background-prominent": "$pink-700",
2192
+ "pink-background-subtle": "$pink-200",
2193
+ "sunshine-background": "$sunshine-500",
2194
+ "sunshine-background-mild": "$sunshine-350",
2195
+ "sunshine-background-prominent": "$sunshine-700",
2196
+ "sunshine-background-subtle": "$sunshine-200",
2197
+ "teal-background": "$teal-500",
2198
+ "teal-background-mild": "$teal-350",
2199
+ "teal-background-prominent": "$teal-700",
2200
+ "teal-background-subtle": "$teal-200",
2201
+ "coal-border": "$coal-600",
2202
+ "coal-border-prominent": "$coal-800",
2203
+ "coal-border-subtle": "$coal-450",
2204
+ "coral-border": "$coral-600",
2205
+ "coral-border-prominent": "$coral-800",
2206
+ "coral-border-subtle": "$coral-450",
2207
+ "cyan-border": "$cyan-600",
2208
+ "cyan-border-prominent": "$cyan-800",
2209
+ "cyan-border-subtle": "$cyan-450",
2210
+ "lilac-border": "$lilac-600",
2211
+ "lilac-border-prominent": "$lilac-800",
2212
+ "lilac-border-subtle": "$lilac-450",
2213
+ "lime-border": "$lime-650",
2214
+ "lime-border-prominent": "$lime-800",
2215
+ "lime-border-subtle": "$lime-450",
2216
+ "moss-border": "$moss-600",
2217
+ "moss-border-prominent": "$moss-800",
2218
+ "moss-border-subtle": "$moss-450",
2219
+ "ocean-border": "$ocean-600",
2220
+ "ocean-border-prominent": "$ocean-800",
2221
+ "ocean-border-subtle": "$ocean-450",
2222
+ "orange-border": "$orange-600",
2223
+ "orange-border-prominent": "$orange-800",
2224
+ "orange-border-subtle": "$orange-450",
2225
+ "pink-border": "$pink-600",
2226
+ "pink-border-prominent": "$pink-800",
2227
+ "pink-border-subtle": "$pink-450",
2228
+ "sunshine-border": "$sunshine-650",
2229
+ "sunshine-border-prominent": "$sunshine-750",
2230
+ "sunshine-border-subtle": "$sunshine-450",
2231
+ "teal-border": "$teal-600",
2232
+ "teal-border-prominent": "$teal-800",
2233
+ "teal-border-subtle": "$teal-450",
2234
+ "coal-avatar-background": "$coal-750",
2235
+ "coral-avatar-background": "$coral-750",
2236
+ "cyan-avatar-background": "$cyan-750",
2237
+ "light-coal-avatar-background": "$coal-450",
2238
+ "light-coral-avatar-background": "$coral-450",
2239
+ "light-cyan-avatar-background": "$cyan-450",
2240
+ "light-lilac-avatar-background": "$lilac-450",
2241
+ "light-lime-avatar-background": "$lime-450",
2242
+ "light-moss-avatar-background": "$moss-450",
2243
+ "light-ocean-avatar-background": "$ocean-450",
2244
+ "light-orange-avatar-background": "$orange-450",
2245
+ "light-pink-avatar-background": "$pink-450",
2246
+ "light-sunshine-avatar-background": "$sunshine-450",
2247
+ "light-teal-avatar-background": "$teal-450",
2248
+ "lilac-avatar-background": "$lilac-750",
2249
+ "lime-avatar-background": "$lime-750",
2250
+ "moss-avatar-background": "$moss-750",
2251
+ "ocean-avatar-background": "$ocean-750",
2252
+ "orange-avatar-background": "$orange-750",
2253
+ "pink-avatar-background": "$pink-750",
2254
+ "sunshine-avatar-background": "$sunshine-750",
2255
+ "teal-avatar-background": "$teal-750",
2256
+ "coral-comment-background": "$coral-750",
2257
+ "cyan-comment-background": "$cyan-650",
2258
+ "lime-comment-background": "$lime-650",
2259
+ "coal-cursor-background": "$coal-800",
2260
+ "coal-cursor-border": "$coal-650",
2261
+ "coal-cursor-border-prominent": "$coal-900",
2262
+ "coral-cursor-background": "$coral-800",
2263
+ "coral-cursor-border": "$coral-650",
2264
+ "coral-cursor-border-prominent": "$coral-900",
2265
+ "cyan-cursor-background": "$cyan-800",
2266
+ "cyan-cursor-border": "$cyan-650",
2267
+ "cyan-cursor-border-prominent": "$cyan-900",
2268
+ "light-coal-cursor-background": "$coal-300",
2269
+ "light-coral-cursor-background": "$coral-300",
2270
+ "light-cursor-background": "$ocean-300",
2271
+ "light-cyan-cursor-background": "$cyan-300",
2272
+ "light-lilac-cursor-background": "$lilac-300",
2273
+ "light-lime-cursor-background": "$lime-300",
2274
+ "light-moss-cursor-background": "$moss-300",
2275
+ "light-orange-cursor-background": "$orange-300",
2276
+ "light-pink-cursor-background": "$pink-300",
2277
+ "light-sunshine-cursor-background": "$sunshine-300",
2278
+ "light-teal-cursor-background": "$teal-300",
2279
+ "lilac-cursor-background": "$lilac-800",
2280
+ "lilac-cursor-border": "$lilac-650",
2281
+ "lilac-cursor-border-prominent": "$lilac-900",
2282
+ "lime-cursor-background": "$lime-800",
2283
+ "lime-cursor-border": "$lime-650",
2284
+ "lime-cursor-border-prominent": "$lime-900",
2285
+ "moss-cursor-background": "$moss-800",
2286
+ "moss-cursor-border": "$moss-650",
2287
+ "moss-cursor-border-prominent": "$moss-900",
2288
+ "ocean-cursor-background": "$ocean-800",
2289
+ "ocean-cursor-border": "$ocean-650",
2290
+ "ocean-cursor-border-prominent": "$ocean-900",
2291
+ "orange-cursor-background": "$orange-800",
2292
+ "orange-cursor-border": "$orange-650",
2293
+ "orange-cursor-border-prominent": "$orange-900",
2294
+ "pink-cursor-background": "$pink-800",
2295
+ "pink-cursor-border-prominent": "$pink-900",
2296
+ "pink-cursor-coal-border": "$pink-650",
2297
+ "sunshine-cursor-background": "$sunshine-800",
2298
+ "sunshine-cursor-border": "$sunshine-650",
2299
+ "susnhine-cursor-border-prominent": "$sunshine-900",
2300
+ "teal-cursor-background": "$teal-800",
2301
+ "teal-cursor-border": "$teal-650",
2302
+ "teal-cursor-border-prominent": "$teal-900",
2303
+ "black-sticky-background": "#151515",
2304
+ "coral-sticky-background": "$coral-400",
2305
+ "cyan-sticky-background": "$cyan-400",
2306
+ "light-coal-sticky-background": "#F3F5F7",
2307
+ "light-lime-sticky-background": "$lime-250",
2308
+ "light-ocean-sticky-background": "$ocean-250",
2309
+ "light-pink-sticky-background": "$pink-250",
2310
+ "light-sunshine-sticky-background": "$sunshine-250",
2311
+ "lilac-sticky-background": "$lilac-400",
2312
+ "lime-sticky-background": "$lime-400",
2313
+ "moss-sticky-background": "$moss-400",
2314
+ "ocean-sticky-background": "$ocean-400",
2315
+ "orange-sticky-background": "$orange-400",
2316
+ "pink-sticky-background": "$pink-400",
2317
+ "sunshine-sticky-background": "$sunshine-400",
2318
+ "teal-sticky-background": "$teal-400",
2319
+ "coal-icon": "$coal-900",
2320
+ "coal-icon-mild": "$coal-600",
2321
+ "coal-icon-subtle": "$coal-100",
2322
+ "coral-icon": "$coral-900",
2323
+ "coral-icon-mild": "$coral-600",
2324
+ "coral-icon-subtle": "$coral-100",
2325
+ "cyan-icon": "$cyan-900",
2326
+ "cyan-icon-mild": "$cyan-600",
2327
+ "cyan-icon-subtle": "$cyan-100",
2328
+ "lilac-icon": "$lilac-900",
2329
+ "lilac-icon-mild": "$lilac-600",
2330
+ "lilac-icon-subtle": "$lilac-100",
2331
+ "lime-icon": "$lime-900",
2332
+ "lime-icon-mild": "$lime-650",
2333
+ "lime-icon-subtle": "$lime-100",
2334
+ "moss-icon": "$moss-900",
2335
+ "moss-icon-mild": "$moss-600",
2336
+ "moss-icon-subtle": "$moss-100",
2337
+ "ocean-icon": "$ocean-900",
2338
+ "ocean-icon-mild": "$ocean-600",
2339
+ "ocean-icon-subtle": "$ocean-100",
2340
+ "orange-icon": "$orange-900",
2341
+ "orange-icon-mild": "$orange-600",
2342
+ "orange-icon-subtle": "$orange-100",
2343
+ "pink-icon": "$pink-900",
2344
+ "pink-icon-mild": "$pink-600",
2345
+ "pink-icon-subtle": "$pink-100",
2346
+ "sunshine-icon": "$sunshine-900",
2347
+ "sunshine-icon-mild": "$sunshine-650",
2348
+ "sunshine-icon-subtle": "$sunshine-100",
2349
+ "teal-icon": "$teal-900",
2350
+ "teal-icon-mild": "$teal-600",
2351
+ "teal-icon-subtle": "$teal-100",
2352
+ "coal-text": "$coal-900",
2353
+ "coal-text-mild": "$coal-700",
2354
+ "coal-text-subtle": "$coal-100",
2355
+ "coral-text": "$coral-900",
2356
+ "coral-text-mild": "$coral-700",
2357
+ "coral-text-subtle": "$coral-100",
2358
+ "cyan-text": "$cyan-900",
2359
+ "cyan-text-mild": "$cyan-700",
2360
+ "cyan-text-subtle": "$cyan-100",
2361
+ "lilac-text": "$lilac-900",
2362
+ "lilac-text-mild": "$lilac-650",
2363
+ "lilac-text-subtle": "$lilac-100",
2364
+ "lime-text": "$lime-900",
2365
+ "lime-text-mild": "$lime-700",
2366
+ "lime-text-subtle": "$lime-100",
2367
+ "moss-text": "$moss-900",
2368
+ "moss-text-mild": "$moss-700",
2369
+ "moss-text-subtle": "$moss-100",
2370
+ "ocean-text": "$ocean-900",
2371
+ "ocean-text-mild": "$ocean-700",
2372
+ "ocean-text-subtle": "$ocean-100",
2373
+ "orange-text": "$orange-900",
2374
+ "orange-text-mild": "$orange-700",
2375
+ "orange-text-subtle": "$orange-100",
2376
+ "pink-text": "$pink-900",
2377
+ "pink-text-mild": "$pink-650",
2378
+ "pink-text-subtle": "$pink-100",
2379
+ "sunshine-text": "$sunshine-900",
2380
+ "sunshine-text-mild": "$sunshine-700",
2381
+ "sunshine-text-subtle": "$sunshine-100",
2382
+ "teal-text": "$teal-900",
2383
+ "teal-text-mild": "$teal-700",
2384
+ "teal-text-subtle": "$teal-100"
2385
+ };
2386
+
2387
+ const aliasShadows = {
2388
+ focus: "0 0 0 2px $colors$border-focus-inner, 0 0 0 4px $colors$focus-keyboard",
2389
+ "elevation-0": "0 0 0 1px $colors$gray-200",
2390
+ "elevation-100": "0 2px 4px 0px #22242814",
2391
+ "elevation-200": "0 2px 8px 0 #2224281f, 0 0 12px 0 #2224280A"
2392
+ };
2393
+
2394
+ const shadows$1 = {
2395
+ 50: "0 4px 16px rgba(5, 0, 56, 0.07)",
2396
+ 100: "0 8px 32px rgba(5, 0, 56, 0.03)",
2397
+ ...aliasShadows
2398
+ };
2399
+
2400
+ const shadows = {
2401
+ 50: "0 0 8px 0 rgba(9,9,9,.65)",
2402
+ 100: "0 0 16px 0 rgba(9,9,9,.65)",
2403
+ ...aliasShadows
2404
+ };
2405
+
2406
+ const light = Object.freeze({
2407
+ colors: colors$3,
2408
+ shadows: shadows$1
2409
+ });
2410
+ const dark = Object.freeze({
2411
+ colors: colors$2,
2412
+ shadows: shadows
2413
+ });
2414
+ const newLight = Object.freeze({
2415
+ colors: colors$1,
2416
+ shadows: shadows$1
2417
+ });
2418
+ const newDark = Object.freeze({
891
2419
  colors: colors,
892
2420
  shadows: shadows
893
2421
  });
@@ -897,4 +2425,6 @@ const base = light;
897
2425
  exports.base = base;
898
2426
  exports.dark = dark;
899
2427
  exports.light = light;
2428
+ exports.newDark = newDark;
2429
+ exports.newLight = newLight;
900
2430
  //# sourceMappingURL=main.js.map