@salt-ds/theme 0.0.0-snapshot-20240517093057 → 0.0.0-snapshot-20240517153906

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/theme.json ADDED
@@ -0,0 +1,2871 @@
1
+ {
2
+ "modes": [
3
+ "$light",
4
+ "$dark"
5
+ ],
6
+ "densities": [
7
+ "$high",
8
+ "$medium",
9
+ "$low",
10
+ "$touch"
11
+ ],
12
+ "fonts": [
13
+ "$amplitude",
14
+ "$openSans"
15
+ ],
16
+ "corners": [
17
+ "$rounded",
18
+ "$sharp"
19
+ ],
20
+ "palette": {
21
+ "corner": {
22
+ "palette-corner-weaker": {
23
+ "$value": {
24
+ "$sharp": "{foundations.curve.curve-0}",
25
+ "$rounded": "{foundations.curve.curve-50}"
26
+ },
27
+ "$type": "dimension"
28
+ },
29
+ "palette-corner-weak": {
30
+ "$value": {
31
+ "$sharp": "{foundations.curve.curve-0}",
32
+ "$rounded": "{foundations.curve.curve-100}"
33
+ },
34
+ "$type": "dimension"
35
+ },
36
+ "palette-corner": {
37
+ "$value": {
38
+ "$sharp": "{foundations.curve.curve-0}",
39
+ "$rounded": "{foundations.curve.curve-150}"
40
+ },
41
+ "$type": "dimension"
42
+ },
43
+ "palette-corner-strongest": {
44
+ "$value": {
45
+ "$sharp": "{foundations.curve.curve-999}",
46
+ "$rounded": "{foundations.curve.curve-999}"
47
+ },
48
+ "$type": "dimension"
49
+ }
50
+ },
51
+ "text": {
52
+ "palette-text-fontFamily-heading": {
53
+ "$value": {
54
+ "$openSans": "{foundations.typography.typography-fontFamily-openSans}",
55
+ "$amplitude": "{foundations.typography.typography-fontFamily-amplitude}"
56
+ },
57
+ "$type": "fontFamily"
58
+ },
59
+ "palette-text-fontFamily": {
60
+ "$value": "{foundations.typography.typography-fontFamily-openSans}",
61
+ "$type": "fontFamily"
62
+ },
63
+ "palette-text-fontFamily-code": {
64
+ "$value": "{foundations.typography.typography-fontFamily-ptMono}",
65
+ "$type": "fontFamily"
66
+ }
67
+ },
68
+ "accent": {
69
+ "palette-accent": {
70
+ "$value": {
71
+ "$dark": "{foundations.color.color-blue-500}",
72
+ "$light": "{foundations.color.color-blue-500}"
73
+ },
74
+ "$type": "color"
75
+ },
76
+ "palette-accent-disabled": {
77
+ "$value": {
78
+ "$dark": "{foundations.color.color-blue-500-40a}",
79
+ "$light": "{foundations.color.color-blue-500-40a}"
80
+ },
81
+ "$type": "color"
82
+ },
83
+ "palette-accent-strong": {
84
+ "$value": {
85
+ "$dark": "{foundations.color.color-blue-400}",
86
+ "$light": "{foundations.color.color-blue-600}"
87
+ },
88
+ "$type": "color"
89
+ },
90
+ "palette-accent-strong-disabled": {
91
+ "$value": {
92
+ "$dark": "{foundations.color.color-blue-400-40a}",
93
+ "$light": "{foundations.color.color-blue-600-40a}"
94
+ },
95
+ "$type": "color"
96
+ },
97
+ "palette-accent-stronger": {
98
+ "$value": {
99
+ "$dark": "{foundations.color.color-blue-300}",
100
+ "$light": "{foundations.color.color-blue-700}"
101
+ },
102
+ "$type": "color"
103
+ },
104
+ "palette-accent-stronger-disabled": {
105
+ "$value": {
106
+ "$dark": "{foundations.color.color-blue-300-40a}",
107
+ "$light": "{foundations.color.color-blue-700-40a}"
108
+ },
109
+ "$type": "color"
110
+ },
111
+ "palette-accent-strongest": {
112
+ "$value": {
113
+ "$dark": "{foundations.color.color-blue-200}",
114
+ "$light": "{foundations.color.color-blue-800}"
115
+ },
116
+ "$type": "color"
117
+ },
118
+ "palette-accent-weak": {
119
+ "$value": {
120
+ "$dark": "{foundations.color.color-blue-600}",
121
+ "$light": "{foundations.color.color-blue-400}"
122
+ },
123
+ "$type": "color"
124
+ },
125
+ "palette-accent-weaker": {
126
+ "$value": {
127
+ "$dark": "{foundations.color.color-blue-800}",
128
+ "$light": "{foundations.color.color-blue-200}"
129
+ },
130
+ "$type": "color"
131
+ },
132
+ "palette-accent-weaker-disabled": {
133
+ "$value": {
134
+ "$dark": "{foundations.color.color-blue-800-40a}",
135
+ "$light": "{foundations.color.color-blue-200-40a}"
136
+ },
137
+ "$type": "color"
138
+ },
139
+ "palette-accent-weakest": {
140
+ "$value": {
141
+ "$dark": "{foundations.color.color-blue-900}",
142
+ "$light": "{foundations.color.color-blue-100}"
143
+ },
144
+ "$type": "color"
145
+ }
146
+ },
147
+ "background": {
148
+ "palette-background-backdrop": {
149
+ "$value": {
150
+ "$dark": "{foundations.color.color-black-70a}",
151
+ "$light": "{foundations.color.color-white-70a}"
152
+ },
153
+ "$type": "color"
154
+ },
155
+ "palette-background-primary": {
156
+ "$value": {
157
+ "$dark": "{foundations.color.color-background-jet}",
158
+ "$light": "{foundations.color.color-background-snow}"
159
+ },
160
+ "$type": "color"
161
+ },
162
+ "palette-background-primary-disabled": {
163
+ "$value": {
164
+ "$dark": "{foundations.color.color-background-jet-40a}",
165
+ "$light": "{foundations.color.color-background-snow-40a}"
166
+ },
167
+ "$type": "color"
168
+ },
169
+ "palette-background-secondary": {
170
+ "$value": {
171
+ "$dark": "{foundations.color.color-background-granite}",
172
+ "$light": "{foundations.color.color-background-marble}"
173
+ },
174
+ "$type": "color"
175
+ },
176
+ "palette-background-secondary-disabled": {
177
+ "$value": {
178
+ "$dark": "{foundations.color.color-background-granite-40a}",
179
+ "$light": "{foundations.color.color-background-marble-40a}"
180
+ },
181
+ "$type": "color"
182
+ },
183
+ "palette-background-tertiary": {
184
+ "$value": {
185
+ "$dark": "{foundations.color.color-background-leather}",
186
+ "$light": "{foundations.color.color-background-limestone}"
187
+ },
188
+ "$type": "color"
189
+ },
190
+ "palette-background-tertiary-disabled": {
191
+ "$value": {
192
+ "$dark": "{foundations.color.color-background-leather-40a}",
193
+ "$light": "{foundations.color.color-background-limestone-40a}"
194
+ },
195
+ "$type": "color"
196
+ },
197
+ "palette-background-none": {
198
+ "$value": {
199
+ "$dark": "transparent",
200
+ "$light": "transparent"
201
+ },
202
+ "$type": "color"
203
+ }
204
+ },
205
+ "error": {
206
+ "palette-error-background": {
207
+ "$value": {
208
+ "$dark": "{foundations.color.color-red-900}",
209
+ "$light": "{foundations.color.color-red-10}"
210
+ },
211
+ "$type": "color"
212
+ },
213
+ "palette-error-background-selected": {
214
+ "$value": {
215
+ "$dark": "{foundations.color.color-red-900}",
216
+ "$light": "{foundations.color.color-red-20}"
217
+ },
218
+ "$type": "color"
219
+ },
220
+ "palette-error-border": {
221
+ "$value": {
222
+ "$dark": "{foundations.color.color-red-400}",
223
+ "$light": "{foundations.color.color-red-500}"
224
+ },
225
+ "$type": "color"
226
+ },
227
+ "palette-error-foreground-decorative": {
228
+ "$value": {
229
+ "$dark": "{foundations.color.color-red-400}",
230
+ "$light": "{foundations.color.color-red-500}"
231
+ },
232
+ "$type": "color"
233
+ },
234
+ "palette-error-foreground-informative": {
235
+ "$value": {
236
+ "$dark": "{foundations.color.color-red-200}",
237
+ "$light": "{foundations.color.color-red-600}"
238
+ },
239
+ "$type": "color"
240
+ }
241
+ },
242
+ "foreground": {
243
+ "palette-foreground-active": {
244
+ "$value": {
245
+ "$dark": "{foundations.color.color-blue-300}",
246
+ "$light": "{foundations.color.color-blue-700}"
247
+ },
248
+ "$type": "color"
249
+ },
250
+ "palette-foreground-hover": {
251
+ "$value": {
252
+ "$dark": "{foundations.color.color-blue-400}",
253
+ "$light": "{foundations.color.color-blue-600}"
254
+ },
255
+ "$type": "color"
256
+ },
257
+ "palette-foreground-primary": {
258
+ "$value": {
259
+ "$dark": "{foundations.color.color-white}",
260
+ "$light": "{foundations.color.color-black}"
261
+ },
262
+ "$type": "color"
263
+ },
264
+ "palette-foreground-primary-disabled": {
265
+ "$value": {
266
+ "$dark": "{foundations.color.color-white-40a}",
267
+ "$light": "{foundations.color.color-black-40a}"
268
+ },
269
+ "$type": "color"
270
+ },
271
+ "palette-foreground-primary-alt": {
272
+ "$value": {
273
+ "$dark": "{foundations.color.color-white}",
274
+ "$light": "{foundations.color.color-white}"
275
+ },
276
+ "$type": "color"
277
+ },
278
+ "palette-foreground-primary-alt-disabled": {
279
+ "$value": {
280
+ "$dark": "{foundations.color.color-white-40a}",
281
+ "$light": "{foundations.color.color-white-40a}"
282
+ },
283
+ "$type": "color"
284
+ },
285
+ "palette-foreground-secondary": {
286
+ "$value": {
287
+ "$dark": "{foundations.color.color-gray-400}",
288
+ "$light": "{foundations.color.color-gray-600}"
289
+ },
290
+ "$type": "color"
291
+ },
292
+ "palette-foreground-secondary-disabled": {
293
+ "$value": {
294
+ "$dark": "{foundations.color.color-gray-400-40a}",
295
+ "$light": "{foundations.color.color-gray-600-40a}"
296
+ },
297
+ "$type": "color"
298
+ },
299
+ "palette-foreground-visited": {
300
+ "$value": {
301
+ "$dark": "{foundations.color.color-purple-200}",
302
+ "$light": "{foundations.color.color-purple-800}"
303
+ },
304
+ "$type": "color"
305
+ },
306
+ "palette-foreground-invert": {
307
+ "$value": {
308
+ "$dark": "{foundations.color.color-black}",
309
+ "$light": "{foundations.color.color-white}"
310
+ },
311
+ "$type": "color"
312
+ }
313
+ },
314
+ "info": {
315
+ "palette-info": {
316
+ "$value": {
317
+ "$dark": "{foundations.color.color-blue-500}",
318
+ "$light": "{foundations.color.color-blue-500}"
319
+ },
320
+ "$type": "color"
321
+ },
322
+ "palette-info-weak": {
323
+ "$value": {
324
+ "$dark": "{foundations.color.color-blue-900}",
325
+ "$light": "{foundations.color.color-blue-100}"
326
+ },
327
+ "$type": "color"
328
+ }
329
+ },
330
+ "interact": {
331
+ "palette-interact-background": {
332
+ "$value": {
333
+ "$dark": "transparent",
334
+ "$light": "transparent"
335
+ },
336
+ "$type": "color"
337
+ },
338
+ "palette-interact-background-blurSelected": {
339
+ "$value": {
340
+ "$dark": "{foundations.color.color-gray-600}",
341
+ "$light": "{foundations.color.color-gray-30}"
342
+ },
343
+ "$type": "color"
344
+ },
345
+ "palette-interact-background-hover": {
346
+ "$value": {
347
+ "$dark": "{foundations.color.color-blue-800}",
348
+ "$light": "{foundations.color.color-blue-10}"
349
+ },
350
+ "$type": "color"
351
+ },
352
+ "palette-interact-background-active": {
353
+ "$value": {
354
+ "$dark": "{foundations.color.color-blue-700}",
355
+ "$light": "{foundations.color.color-blue-30}"
356
+ },
357
+ "$type": "color"
358
+ },
359
+ "palette-interact-background-disabled": {
360
+ "$value": {
361
+ "$dark": "transparent",
362
+ "$light": "transparent"
363
+ },
364
+ "$type": "color"
365
+ },
366
+ "palette-interact-background-activeDisabled": {
367
+ "$value": {
368
+ "$dark": "{foundations.color.color-blue-700-fade-background}",
369
+ "$light": "{foundations.color.color-blue-30-fade-background}"
370
+ },
371
+ "$type": "color"
372
+ },
373
+ "palette-interact-border": {
374
+ "$value": {
375
+ "$dark": "{foundations.color.color-gray-90}",
376
+ "$light": "{foundations.color.color-gray-200}"
377
+ },
378
+ "$type": "color"
379
+ },
380
+ "palette-interact-border-active": {
381
+ "$value": {
382
+ "$dark": "{foundations.color.color-blue-100}",
383
+ "$light": "{foundations.color.color-blue-600}"
384
+ },
385
+ "$type": "color"
386
+ },
387
+ "palette-interact-border-activeDisabled": {
388
+ "$value": {
389
+ "$dark": "{foundations.color.color-blue-100-fade-fill}",
390
+ "$light": "{foundations.color.color-blue-600-fade-fill}"
391
+ },
392
+ "$type": "color"
393
+ },
394
+ "palette-interact-border-disabled": {
395
+ "$value": {
396
+ "$dark": "{foundations.color.color-gray-90-fade-border}",
397
+ "$light": "{foundations.color.color-gray-200-fade-border}"
398
+ },
399
+ "$type": "color"
400
+ },
401
+ "palette-interact-border-hover": {
402
+ "$value": {
403
+ "$dark": "{foundations.color.color-blue-500}",
404
+ "$light": "{foundations.color.color-blue-500}"
405
+ },
406
+ "$type": "color"
407
+ },
408
+ "palette-interact-border-readonly": {
409
+ "$value": {
410
+ "$dark": "{foundations.color.color-gray-90-fade-border-readonly}",
411
+ "$light": "{foundations.color.color-gray-200-fade-border-readonly}"
412
+ },
413
+ "$type": "color"
414
+ },
415
+ "palette-interact-foreground": {
416
+ "$value": {
417
+ "$dark": "{foundations.color.color-gray-90}",
418
+ "$light": "{foundations.color.color-gray-200}"
419
+ },
420
+ "$type": "color"
421
+ },
422
+ "palette-interact-foreground-active": {
423
+ "$value": {
424
+ "$dark": "{foundations.color.color-blue-100}",
425
+ "$light": "{foundations.color.color-blue-600}"
426
+ },
427
+ "$type": "color"
428
+ },
429
+ "palette-interact-foreground-activeDisabled": {
430
+ "$value": {
431
+ "$dark": "{foundations.color.color-blue-100-fade-foreground}",
432
+ "$light": "{foundations.color.color-blue-600-fade-foreground}"
433
+ },
434
+ "$type": "color"
435
+ },
436
+ "palette-interact-foreground-disabled": {
437
+ "$value": {
438
+ "$dark": "{foundations.color.color-gray-90-fade-foreground}",
439
+ "$light": "{foundations.color.color-gray-200-fade-foreground}"
440
+ },
441
+ "$type": "color"
442
+ },
443
+ "palette-interact-foreground-hover": {
444
+ "$value": {
445
+ "$dark": "{foundations.color.color-blue-500}",
446
+ "$light": "{foundations.color.color-blue-500}"
447
+ },
448
+ "$type": "color"
449
+ },
450
+ "palette-interact-outline": {
451
+ "$value": {
452
+ "$dark": "{foundations.color.color-blue-100}",
453
+ "$light": "{foundations.color.color-blue-600}"
454
+ },
455
+ "$type": "color"
456
+ },
457
+ "palette-interact-cta-background": {
458
+ "$value": {
459
+ "$dark": "{foundations.color.color-blue-600}",
460
+ "$light": "{foundations.color.color-blue-600}"
461
+ },
462
+ "$type": "color"
463
+ },
464
+ "palette-interact-cta-background-active": {
465
+ "$value": {
466
+ "$dark": "{foundations.color.color-blue-700}",
467
+ "$light": "{foundations.color.color-blue-700}"
468
+ },
469
+ "$type": "color"
470
+ },
471
+ "palette-interact-cta-background-disabled": {
472
+ "$value": {
473
+ "$dark": "{foundations.color.color-blue-600-fade-background}",
474
+ "$light": "{foundations.color.color-blue-600-fade-background}"
475
+ },
476
+ "$type": "color"
477
+ },
478
+ "palette-interact-cta-background-hover": {
479
+ "$value": {
480
+ "$dark": "{foundations.color.color-blue-500}",
481
+ "$light": "{foundations.color.color-blue-500}"
482
+ },
483
+ "$type": "color"
484
+ },
485
+ "palette-interact-cta-foreground": {
486
+ "$value": {
487
+ "$dark": "{foundations.color.color-white}",
488
+ "$light": "{foundations.color.color-white}"
489
+ },
490
+ "$type": "color"
491
+ },
492
+ "palette-interact-cta-foreground-active": {
493
+ "$value": {
494
+ "$dark": "{foundations.color.color-white}",
495
+ "$light": "{foundations.color.color-white}"
496
+ },
497
+ "$type": "color"
498
+ },
499
+ "palette-interact-cta-foreground-disabled": {
500
+ "$value": {
501
+ "$dark": "{foundations.color.color-white-fade-foreground}",
502
+ "$light": "{foundations.color.color-white-fade-foreground}"
503
+ },
504
+ "$type": "color"
505
+ },
506
+ "palette-interact-cta-foreground-hover": {
507
+ "$value": {
508
+ "$dark": "{foundations.color.color-white}",
509
+ "$light": "{foundations.color.color-white}"
510
+ },
511
+ "$type": "color"
512
+ },
513
+ "palette-interact-primary-background": {
514
+ "$value": {
515
+ "$dark": "{foundations.color.color-gray-300}",
516
+ "$light": "{foundations.color.color-gray-60}"
517
+ },
518
+ "$type": "color"
519
+ },
520
+ "palette-interact-primary-background-active": {
521
+ "$value": {
522
+ "$dark": "{foundations.color.color-gray-70}",
523
+ "$light": "{foundations.color.color-gray-200}"
524
+ },
525
+ "$type": "color"
526
+ },
527
+ "palette-interact-primary-background-disabled": {
528
+ "$value": {
529
+ "$dark": "{foundations.color.color-gray-300-fade-background}",
530
+ "$light": "{foundations.color.color-gray-60-fade-background}"
531
+ },
532
+ "$type": "color"
533
+ },
534
+ "palette-interact-primary-background-hover": {
535
+ "$value": {
536
+ "$dark": "{foundations.color.color-gray-200}",
537
+ "$light": "{foundations.color.color-gray-40}"
538
+ },
539
+ "$type": "color"
540
+ },
541
+ "palette-interact-primary-foreground": {
542
+ "$value": {
543
+ "$dark": "{foundations.color.color-white}",
544
+ "$light": "{foundations.color.color-gray-900}"
545
+ },
546
+ "$type": "color"
547
+ },
548
+ "palette-interact-primary-foreground-active": {
549
+ "$value": {
550
+ "$dark": "{foundations.color.color-gray-900}",
551
+ "$light": "{foundations.color.color-white}"
552
+ },
553
+ "$type": "color"
554
+ },
555
+ "palette-interact-primary-foreground-disabled": {
556
+ "$value": {
557
+ "$dark": "{foundations.color.color-white-fade-foreground}",
558
+ "$light": "{foundations.color.color-gray-900-fade-foreground}"
559
+ },
560
+ "$type": "color"
561
+ },
562
+ "palette-interact-primary-foreground-hover": {
563
+ "$value": {
564
+ "$dark": "{foundations.color.color-white}",
565
+ "$light": "{foundations.color.color-gray-900}"
566
+ },
567
+ "$type": "color"
568
+ },
569
+ "palette-interact-secondary-background": {
570
+ "$value": {
571
+ "$dark": "transparent",
572
+ "$light": "transparent"
573
+ },
574
+ "$type": "color"
575
+ },
576
+ "palette-interact-secondary-background-active": {
577
+ "$value": {
578
+ "$dark": "{foundations.color.color-gray-70}",
579
+ "$light": "{foundations.color.color-gray-200}"
580
+ },
581
+ "$type": "color"
582
+ },
583
+ "palette-interact-secondary-background-disabled": {
584
+ "$value": {
585
+ "$dark": "transparent",
586
+ "$light": "transparent"
587
+ },
588
+ "$type": "color"
589
+ },
590
+ "palette-interact-secondary-background-hover": {
591
+ "$value": {
592
+ "$dark": "{foundations.color.color-gray-200}",
593
+ "$light": "{foundations.color.color-gray-40}"
594
+ },
595
+ "$type": "color"
596
+ },
597
+ "palette-interact-secondary-foreground": {
598
+ "$value": {
599
+ "$dark": "{foundations.color.color-white}",
600
+ "$light": "{foundations.color.color-gray-900}"
601
+ },
602
+ "$type": "color"
603
+ },
604
+ "palette-interact-secondary-foreground-active": {
605
+ "$value": {
606
+ "$dark": "{foundations.color.color-gray-900}",
607
+ "$light": "{foundations.color.color-white}"
608
+ },
609
+ "$type": "color"
610
+ },
611
+ "palette-interact-secondary-foreground-disabled": {
612
+ "$value": {
613
+ "$dark": "{foundations.color.color-white-fade-foreground}",
614
+ "$light": "{foundations.color.color-gray-900-fade-foreground}"
615
+ },
616
+ "$type": "color"
617
+ },
618
+ "palette-interact-secondary-foreground-hover": {
619
+ "$value": {
620
+ "$dark": "{foundations.color.color-white}",
621
+ "$light": "{foundations.color.color-gray-900}"
622
+ },
623
+ "$type": "color"
624
+ }
625
+ },
626
+ "navigate": {
627
+ "palette-navigate-background-hover": {
628
+ "$value": {
629
+ "$dark": "{foundations.color.color-white-fade-background-hover}",
630
+ "$light": "{foundations.color.color-black-fade-background-hover}"
631
+ },
632
+ "$type": "color"
633
+ },
634
+ "palette-navigate-foreground-hover": {
635
+ "$value": {
636
+ "$dark": "{foundations.color.color-blue-200}",
637
+ "$light": "{foundations.color.color-blue-600}"
638
+ },
639
+ "$type": "color"
640
+ },
641
+ "palette-navigate-foreground-active": {
642
+ "$value": {
643
+ "$dark": "{foundations.color.color-blue-300}",
644
+ "$light": "{foundations.color.color-blue-700}"
645
+ },
646
+ "$type": "color"
647
+ },
648
+ "palette-navigate-foreground-visited": {
649
+ "$value": {
650
+ "$dark": "{foundations.color.color-purple-100}",
651
+ "$light": "{foundations.color.color-purple-800}"
652
+ },
653
+ "$type": "color"
654
+ },
655
+ "palette-navigate-indicator-hover": {
656
+ "$value": {
657
+ "$dark": "{foundations.color.color-gray-90}",
658
+ "$light": "{foundations.color.color-gray-90}"
659
+ },
660
+ "$type": "color"
661
+ },
662
+ "palette-navigate-indicator-active": {
663
+ "$value": {
664
+ "$dark": "{foundations.color.color-orange-400}",
665
+ "$light": "{foundations.color.color-orange-600}"
666
+ },
667
+ "$type": "color"
668
+ }
669
+ },
670
+ "negative": {
671
+ "palette-negative": {
672
+ "$value": {
673
+ "$dark": "{foundations.color.color-red-500}",
674
+ "$light": "{foundations.color.color-red-500}"
675
+ },
676
+ "$type": "color"
677
+ },
678
+ "palette-negative-weak": {
679
+ "$value": {
680
+ "$dark": "{foundations.color.color-red-900}",
681
+ "$light": "{foundations.color.color-red-100}"
682
+ },
683
+ "$type": "color"
684
+ }
685
+ },
686
+ "neutral": {
687
+ "palette-neutral": {
688
+ "$value": {
689
+ "$dark": "{foundations.color.color-gray-500}",
690
+ "$light": "{foundations.color.color-gray-500}"
691
+ },
692
+ "$type": "color"
693
+ },
694
+ "palette-neutral-disabled": {
695
+ "$value": {
696
+ "$dark": "{foundations.color.color-gray-500-40a}",
697
+ "$light": "{foundations.color.color-gray-500-40a}"
698
+ },
699
+ "$type": "color"
700
+ },
701
+ "palette-neutral-readonly": {
702
+ "$value": {
703
+ "$dark": "{foundations.color.color-gray-500-10a}",
704
+ "$light": "{foundations.color.color-gray-500-10a}"
705
+ },
706
+ "$type": "color"
707
+ },
708
+ "palette-neutral-strong": {
709
+ "$value": {
710
+ "$dark": "{foundations.color.color-gray-400}",
711
+ "$light": "{foundations.color.color-gray-600}"
712
+ },
713
+ "$type": "color"
714
+ },
715
+ "palette-neutral-strong-disabled": {
716
+ "$value": {
717
+ "$dark": "{foundations.color.color-gray-400-40a}",
718
+ "$light": "{foundations.color.color-gray-600-40a}"
719
+ },
720
+ "$type": "color"
721
+ },
722
+ "palette-neutral-stronger": {
723
+ "$value": {
724
+ "$dark": "{foundations.color.color-gray-300}",
725
+ "$light": "{foundations.color.color-gray-700}"
726
+ },
727
+ "$type": "color"
728
+ },
729
+ "palette-neutral-stronger-primary": {
730
+ "$value": {
731
+ "$dark": "{foundations.color.color-white-40a}",
732
+ "$light": "{foundations.color.color-black-40a}"
733
+ },
734
+ "$type": "color"
735
+ },
736
+ "palette-neutral-stronger-secondary": {
737
+ "$value": {
738
+ "$dark": "{foundations.color.color-white-30a}",
739
+ "$light": "{foundations.color.color-black-30a}"
740
+ },
741
+ "$type": "color"
742
+ },
743
+ "palette-neutral-stronger-tertiary": {
744
+ "$value": {
745
+ "$dark": "{foundations.color.color-white-20a}",
746
+ "$light": "{foundations.color.color-black-20a}"
747
+ },
748
+ "$type": "color"
749
+ },
750
+ "palette-neutral-strongest": {
751
+ "$value": {
752
+ "$dark": "{foundations.color.color-gray-200}",
753
+ "$light": "{foundations.color.color-gray-800}"
754
+ },
755
+ "$type": "color"
756
+ },
757
+ "palette-neutral-weak": {
758
+ "$value": {
759
+ "$dark": "{foundations.color.color-gray-600}",
760
+ "$light": "{foundations.color.color-gray-400}"
761
+ },
762
+ "$type": "color"
763
+ },
764
+ "palette-neutral-weak-disabled": {
765
+ "$value": {
766
+ "$dark": "{foundations.color.color-gray-600-40a}",
767
+ "$light": "{foundations.color.color-gray-400-40a}"
768
+ },
769
+ "$type": "color"
770
+ },
771
+ "palette-neutral-weaker": {
772
+ "$value": {
773
+ "$dark": "{foundations.color.color-gray-700}",
774
+ "$light": "{foundations.color.color-gray-300}"
775
+ },
776
+ "$type": "color"
777
+ },
778
+ "palette-neutral-weaker-disabled": {
779
+ "$value": {
780
+ "$dark": "{foundations.color.color-gray-700-40a}",
781
+ "$light": "{foundations.color.color-gray-300-40a}"
782
+ },
783
+ "$type": "color"
784
+ },
785
+ "palette-neutral-weaker-readonly": {
786
+ "$value": {
787
+ "$dark": "{foundations.color.color-gray-700-10a}",
788
+ "$light": "{foundations.color.color-gray-300-10a}"
789
+ },
790
+ "$type": "color"
791
+ },
792
+ "palette-neutral-weakest": {
793
+ "$value": {
794
+ "$dark": "{foundations.color.color-gray-800}",
795
+ "$light": "{foundations.color.color-gray-200}"
796
+ },
797
+ "$type": "color"
798
+ }
799
+ },
800
+ "positive": {
801
+ "palette-positive": {
802
+ "$value": {
803
+ "$dark": "{foundations.color.color-green-500}",
804
+ "$light": "{foundations.color.color-green-500}"
805
+ },
806
+ "$type": "color"
807
+ },
808
+ "palette-positive-weak": {
809
+ "$value": {
810
+ "$dark": "{foundations.color.color-green-900}",
811
+ "$light": "{foundations.color.color-green-100}"
812
+ },
813
+ "$type": "color"
814
+ }
815
+ },
816
+ "success": {
817
+ "palette-success-background": {
818
+ "$value": {
819
+ "$dark": "{foundations.color.color-green-900}",
820
+ "$light": "{foundations.color.color-green-10}"
821
+ },
822
+ "$type": "color"
823
+ },
824
+ "palette-success-background-selected": {
825
+ "$value": {
826
+ "$dark": "{foundations.color.color-green-900}",
827
+ "$light": "{foundations.color.color-green-20}"
828
+ },
829
+ "$type": "color"
830
+ },
831
+ "palette-success-border": {
832
+ "$value": {
833
+ "$dark": "{foundations.color.color-green-400}",
834
+ "$light": "{foundations.color.color-green-500}"
835
+ },
836
+ "$type": "color"
837
+ },
838
+ "palette-success-foreground-decorative": {
839
+ "$value": {
840
+ "$dark": "{foundations.color.color-green-400}",
841
+ "$light": "{foundations.color.color-green-500}"
842
+ },
843
+ "$type": "color"
844
+ },
845
+ "palette-success-foreground-informative": {
846
+ "$value": {
847
+ "$dark": "{foundations.color.color-green-200}",
848
+ "$light": "{foundations.color.color-green-600}"
849
+ },
850
+ "$type": "color"
851
+ }
852
+ },
853
+ "warning": {
854
+ "palette-warning": {
855
+ "$value": {
856
+ "$dark": "{foundations.color.color-orange-500}",
857
+ "$light": "{foundations.color.color-orange-500}"
858
+ },
859
+ "$type": "color"
860
+ },
861
+ "palette-warning-weak": {
862
+ "$value": {
863
+ "$dark": "{foundations.color.color-orange-900}",
864
+ "$light": "{foundations.color.color-orange-100}"
865
+ },
866
+ "$type": "color"
867
+ }
868
+ },
869
+ "opacity": {
870
+ "palette-opacity-backdrop": {
871
+ "$value": "{foundations.opacity.opacity-70}",
872
+ "$type": "number"
873
+ },
874
+ "palette-opacity-disabled": {
875
+ "$value": "{foundations.opacity.opacity-40}",
876
+ "$type": "number"
877
+ },
878
+ "palette-opacity-background-readonly": {
879
+ "$value": "{foundations.opacity.opacity-0}",
880
+ "$type": "number"
881
+ },
882
+ "palette-opacity-border-readonly": {
883
+ "$value": "{foundations.opacity.opacity-15}",
884
+ "$type": "number"
885
+ },
886
+ "palette-opacity-primary-border": {
887
+ "$value": "{foundations.opacity.opacity-40}",
888
+ "$type": "number"
889
+ },
890
+ "palette-opacity-secondary-border": {
891
+ "$value": "{foundations.opacity.opacity-25}",
892
+ "$type": "number"
893
+ },
894
+ "palette-opacity-tertiary-border": {
895
+ "$value": "{foundations.opacity.opacity-15}",
896
+ "$type": "number"
897
+ }
898
+ }
899
+ },
900
+ "foundations": {
901
+ "shadow": {
902
+ "shadow-100-color": {
903
+ "$value": {
904
+ "$dark": "#0000007f",
905
+ "$light": "#00000019"
906
+ },
907
+ "$type": "color"
908
+ },
909
+ "shadow-200-color": {
910
+ "$value": {
911
+ "$dark": "#0000007f",
912
+ "$light": "#00000019"
913
+ },
914
+ "$type": "color"
915
+ },
916
+ "shadow-300-color": {
917
+ "$value": {
918
+ "$dark": "#0000008c",
919
+ "$light": "#00000026"
920
+ },
921
+ "$type": "color"
922
+ },
923
+ "shadow-400-color": {
924
+ "$value": {
925
+ "$dark": "#0000008c",
926
+ "$light": "#00000033"
927
+ },
928
+ "$type": "color"
929
+ },
930
+ "shadow-500-color": {
931
+ "$value": {
932
+ "$dark": "#000000a5",
933
+ "$light": "#0000004c"
934
+ },
935
+ "$type": "color"
936
+ },
937
+ "shadow-100": {
938
+ "$value": {
939
+ "offsetX": "0",
940
+ "offsetY": "1px",
941
+ "blur": "3px",
942
+ "spread": "0",
943
+ "color": "{foundations.shadow.shadow-100-color}"
944
+ },
945
+ "$type": "shadow"
946
+ },
947
+ "shadow-200": {
948
+ "$value": {
949
+ "offsetX": "0",
950
+ "offsetY": "2px",
951
+ "blur": "4px",
952
+ "spread": "0",
953
+ "color": "{foundations.shadow.shadow-200-color}"
954
+ },
955
+ "$type": "shadow"
956
+ },
957
+ "shadow-300": {
958
+ "$value": {
959
+ "offsetX": "0",
960
+ "offsetY": "4px",
961
+ "blur": "8px",
962
+ "spread": "0",
963
+ "color": "{foundations.shadow.shadow-300-color}"
964
+ },
965
+ "$type": "shadow"
966
+ },
967
+ "shadow-400": {
968
+ "$value": {
969
+ "offsetX": "0",
970
+ "offsetY": "6px",
971
+ "blur": "10px",
972
+ "spread": "0",
973
+ "color": "{foundations.shadow.shadow-400-color}"
974
+ },
975
+ "$type": "shadow"
976
+ },
977
+ "shadow-500": {
978
+ "$value": {
979
+ "offsetX": "0",
980
+ "offsetY": "12px",
981
+ "blur": "40px",
982
+ "spread": "0",
983
+ "color": "{foundations.shadow.shadow-500-color}"
984
+ },
985
+ "$type": "shadow"
986
+ }
987
+ },
988
+ "curve": {
989
+ "curve-0": {
990
+ "$value": {
991
+ "$low": "0",
992
+ "$touch": "0",
993
+ "$medium": "0",
994
+ "$high": "0"
995
+ },
996
+ "$type": "dimension"
997
+ },
998
+ "curve-50": {
999
+ "$value": {
1000
+ "$low": "3px",
1001
+ "$touch": "4px",
1002
+ "$medium": "2px",
1003
+ "$high": "1px"
1004
+ },
1005
+ "$type": "dimension"
1006
+ },
1007
+ "curve-100": {
1008
+ "$value": {
1009
+ "$low": "6px",
1010
+ "$touch": "8px",
1011
+ "$medium": "4px",
1012
+ "$high": "2px"
1013
+ },
1014
+ "$type": "dimension"
1015
+ },
1016
+ "curve-150": {
1017
+ "$value": {
1018
+ "$low": "9px",
1019
+ "$touch": "12px",
1020
+ "$medium": "6px",
1021
+ "$high": "3px"
1022
+ },
1023
+ "$type": "dimension"
1024
+ },
1025
+ "curve-999": {
1026
+ "$value": {
1027
+ "$low": "999px",
1028
+ "$touch": "999px",
1029
+ "$medium": "999px",
1030
+ "$high": "999px"
1031
+ },
1032
+ "$type": "dimension"
1033
+ }
1034
+ },
1035
+ "size": {
1036
+ "size-adornment": {
1037
+ "$value": {
1038
+ "$low": "10px",
1039
+ "$touch": "12px",
1040
+ "$medium": "8px",
1041
+ "$high": "6px"
1042
+ },
1043
+ "$type": "dimension"
1044
+ },
1045
+ "size-bar": {
1046
+ "$value": {
1047
+ "$low": "6px",
1048
+ "$touch": "8px",
1049
+ "$medium": "4px",
1050
+ "$high": "2px"
1051
+ },
1052
+ "$type": "dimension"
1053
+ },
1054
+ "size-base": {
1055
+ "$value": {
1056
+ "$low": "36px",
1057
+ "$touch": "44px",
1058
+ "$medium": "28px",
1059
+ "$high": "20px"
1060
+ },
1061
+ "$type": "dimension"
1062
+ },
1063
+ "size-border": {
1064
+ "$value": {
1065
+ "$low": "1px",
1066
+ "$touch": "1px",
1067
+ "$medium": "1px",
1068
+ "$high": "1px"
1069
+ },
1070
+ "$type": "dimension"
1071
+ },
1072
+ "size-icon": {
1073
+ "$value": {
1074
+ "$low": "14px",
1075
+ "$touch": "16px",
1076
+ "$medium": "12px",
1077
+ "$high": "10px"
1078
+ },
1079
+ "$type": "dimension"
1080
+ },
1081
+ "size-indicator": {
1082
+ "$value": {
1083
+ "$low": "4px",
1084
+ "$touch": "5px",
1085
+ "$medium": "3px",
1086
+ "$high": "2px"
1087
+ },
1088
+ "$type": "dimension"
1089
+ },
1090
+ "size-selectable": {
1091
+ "$value": {
1092
+ "$low": "16px",
1093
+ "$touch": "18px",
1094
+ "$medium": "14px",
1095
+ "$high": "12px"
1096
+ },
1097
+ "$type": "dimension"
1098
+ },
1099
+ "size-bar-strong": {
1100
+ "$value": {
1101
+ "$low": "12px",
1102
+ "$touch": "16px",
1103
+ "$medium": "8px",
1104
+ "$high": "4px"
1105
+ },
1106
+ "$type": "dimension"
1107
+ },
1108
+ "size-bar-small": {
1109
+ "$value": {
1110
+ "$low": "2px",
1111
+ "$touch": "2px",
1112
+ "$medium": "2px",
1113
+ "$high": "2px"
1114
+ },
1115
+ "$type": "dimension"
1116
+ },
1117
+ "size-border-strong": {
1118
+ "$value": {
1119
+ "$low": "2px",
1120
+ "$touch": "2px",
1121
+ "$medium": "2px",
1122
+ "$high": "2px"
1123
+ },
1124
+ "$type": "dimension"
1125
+ }
1126
+ },
1127
+ "spacing": {
1128
+ "spacing-100": {
1129
+ "$value": {
1130
+ "$low": "12px",
1131
+ "$touch": "16px",
1132
+ "$medium": "8px",
1133
+ "$high": "4px"
1134
+ },
1135
+ "$type": "dimension"
1136
+ }
1137
+ },
1138
+ "zIndex": {
1139
+ "zIndex-default": {
1140
+ "$value": {
1141
+ "$low": "1",
1142
+ "$touch": "1",
1143
+ "$medium": "1",
1144
+ "$high": "1"
1145
+ },
1146
+ "$type": "number"
1147
+ },
1148
+ "zIndex-popout": {
1149
+ "$value": {
1150
+ "$low": "1000",
1151
+ "$touch": "1000",
1152
+ "$medium": "1000",
1153
+ "$high": "1000"
1154
+ },
1155
+ "$type": "number"
1156
+ },
1157
+ "zIndex-appHeader": {
1158
+ "$value": {
1159
+ "$low": "1100",
1160
+ "$touch": "1100",
1161
+ "$medium": "1100",
1162
+ "$high": "1100"
1163
+ },
1164
+ "$type": "number"
1165
+ },
1166
+ "zIndex-drawer": {
1167
+ "$value": {
1168
+ "$low": "1200",
1169
+ "$touch": "1200",
1170
+ "$medium": "1200",
1171
+ "$high": "1200"
1172
+ },
1173
+ "$type": "number"
1174
+ },
1175
+ "zIndex-modal": {
1176
+ "$value": {
1177
+ "$low": "1300",
1178
+ "$touch": "1300",
1179
+ "$medium": "1300",
1180
+ "$high": "1300"
1181
+ },
1182
+ "$type": "number"
1183
+ },
1184
+ "zIndex-notification": {
1185
+ "$value": {
1186
+ "$low": "1400",
1187
+ "$touch": "1400",
1188
+ "$medium": "1400",
1189
+ "$high": "1400"
1190
+ },
1191
+ "$type": "number"
1192
+ },
1193
+ "zIndex-dragObject": {
1194
+ "$value": {
1195
+ "$low": "1420",
1196
+ "$touch": "1420",
1197
+ "$medium": "1420",
1198
+ "$high": "1420"
1199
+ },
1200
+ "$type": "number"
1201
+ },
1202
+ "zIndex-contextMenu": {
1203
+ "$value": {
1204
+ "$low": "1450",
1205
+ "$touch": "1450",
1206
+ "$medium": "1450",
1207
+ "$high": "1450"
1208
+ },
1209
+ "$type": "number"
1210
+ },
1211
+ "zIndex-flyover": {
1212
+ "$value": {
1213
+ "$low": "1500",
1214
+ "$touch": "1500",
1215
+ "$medium": "1500",
1216
+ "$high": "1500"
1217
+ },
1218
+ "$type": "number"
1219
+ }
1220
+ },
1221
+ "color": {
1222
+ "color-white-rgb": {
1223
+ "$value": "#ffffff",
1224
+ "$type": "color"
1225
+ },
1226
+ "color-gray-100-rgb": {
1227
+ "$value": "#f5f7f8",
1228
+ "$type": "color"
1229
+ },
1230
+ "color-gray-200-rgb": {
1231
+ "$value": "#d3d5d8",
1232
+ "$type": "color"
1233
+ },
1234
+ "color-gray-300-rgb": {
1235
+ "$value": "#b1b5b9",
1236
+ "$type": "color"
1237
+ },
1238
+ "color-gray-400-rgb": {
1239
+ "$value": "#91959a",
1240
+ "$type": "color"
1241
+ },
1242
+ "color-gray-500-rgb": {
1243
+ "$value": "#72777d",
1244
+ "$type": "color"
1245
+ },
1246
+ "color-gray-600-rgb": {
1247
+ "$value": "#5f646a",
1248
+ "$type": "color"
1249
+ },
1250
+ "color-gray-700-rgb": {
1251
+ "$value": "#4c5157",
1252
+ "$type": "color"
1253
+ },
1254
+ "color-gray-800-rgb": {
1255
+ "$value": "#3a3f44",
1256
+ "$type": "color"
1257
+ },
1258
+ "color-gray-900-rgb": {
1259
+ "$value": "#292e33",
1260
+ "$type": "color"
1261
+ },
1262
+ "color-black-rgb": {
1263
+ "$value": "#000000",
1264
+ "$type": "color"
1265
+ },
1266
+ "color-blue-100-rgb": {
1267
+ "$value": "#eaf6ff",
1268
+ "$type": "color"
1269
+ },
1270
+ "color-blue-200-rgb": {
1271
+ "$value": "#c0d5f3",
1272
+ "$type": "color"
1273
+ },
1274
+ "color-blue-300-rgb": {
1275
+ "$value": "#94b4e8",
1276
+ "$type": "color"
1277
+ },
1278
+ "color-blue-400-rgb": {
1279
+ "$value": "#6395db",
1280
+ "$type": "color"
1281
+ },
1282
+ "color-blue-500-rgb": {
1283
+ "$value": "#0078cf",
1284
+ "$type": "color"
1285
+ },
1286
+ "color-blue-600-rgb": {
1287
+ "$value": "#0161ad",
1288
+ "$type": "color"
1289
+ },
1290
+ "color-blue-700-rgb": {
1291
+ "$value": "#014b8c",
1292
+ "$type": "color"
1293
+ },
1294
+ "color-blue-800-rgb": {
1295
+ "$value": "#01366d",
1296
+ "$type": "color"
1297
+ },
1298
+ "color-blue-900-rgb": {
1299
+ "$value": "#00224f",
1300
+ "$type": "color"
1301
+ },
1302
+ "color-green-100-rgb": {
1303
+ "$value": "#eaf5f2",
1304
+ "$type": "color"
1305
+ },
1306
+ "color-green-200-rgb": {
1307
+ "$value": "#b9d9cb",
1308
+ "$type": "color"
1309
+ },
1310
+ "color-green-300-rgb": {
1311
+ "$value": "#88bea5",
1312
+ "$type": "color"
1313
+ },
1314
+ "color-green-400-rgb": {
1315
+ "$value": "#54a280",
1316
+ "$type": "color"
1317
+ },
1318
+ "color-green-500-rgb": {
1319
+ "$value": "#00875d",
1320
+ "$type": "color"
1321
+ },
1322
+ "color-green-600-rgb": {
1323
+ "$value": "#00714b",
1324
+ "$type": "color"
1325
+ },
1326
+ "color-green-700-rgb": {
1327
+ "$value": "#005b3a",
1328
+ "$type": "color"
1329
+ },
1330
+ "color-green-800-rgb": {
1331
+ "$value": "#00472a",
1332
+ "$type": "color"
1333
+ },
1334
+ "color-green-900-rgb": {
1335
+ "$value": "#00331a",
1336
+ "$type": "color"
1337
+ },
1338
+ "color-teal-100-rgb": {
1339
+ "$value": "#dbf5f7",
1340
+ "$type": "color"
1341
+ },
1342
+ "color-teal-200-rgb": {
1343
+ "$value": "#b1d6e0",
1344
+ "$type": "color"
1345
+ },
1346
+ "color-teal-300-rgb": {
1347
+ "$value": "#86b8ca",
1348
+ "$type": "color"
1349
+ },
1350
+ "color-teal-400-rgb": {
1351
+ "$value": "#599bb4",
1352
+ "$type": "color"
1353
+ },
1354
+ "color-teal-500-rgb": {
1355
+ "$value": "#1b7f9e",
1356
+ "$type": "color"
1357
+ },
1358
+ "color-teal-600-rgb": {
1359
+ "$value": "#126681",
1360
+ "$type": "color"
1361
+ },
1362
+ "color-teal-700-rgb": {
1363
+ "$value": "#0a4e66",
1364
+ "$type": "color"
1365
+ },
1366
+ "color-teal-800-rgb": {
1367
+ "$value": "#03374c",
1368
+ "$type": "color"
1369
+ },
1370
+ "color-teal-900-rgb": {
1371
+ "$value": "#002233",
1372
+ "$type": "color"
1373
+ },
1374
+ "color-orange-100-rgb": {
1375
+ "$value": "#ffecd9",
1376
+ "$type": "color"
1377
+ },
1378
+ "color-orange-200-rgb": {
1379
+ "$value": "#f4c7a4",
1380
+ "$type": "color"
1381
+ },
1382
+ "color-orange-300-rgb": {
1383
+ "$value": "#e5a271",
1384
+ "$type": "color"
1385
+ },
1386
+ "color-orange-400-rgb": {
1387
+ "$value": "#d37f40",
1388
+ "$type": "color"
1389
+ },
1390
+ "color-orange-500-rgb": {
1391
+ "$value": "#bd5b00",
1392
+ "$type": "color"
1393
+ },
1394
+ "color-orange-600-rgb": {
1395
+ "$value": "#9c4b04",
1396
+ "$type": "color"
1397
+ },
1398
+ "color-orange-700-rgb": {
1399
+ "$value": "#7d3c05",
1400
+ "$type": "color"
1401
+ },
1402
+ "color-orange-800-rgb": {
1403
+ "$value": "#5e2e05",
1404
+ "$type": "color"
1405
+ },
1406
+ "color-orange-900-rgb": {
1407
+ "$value": "#422000",
1408
+ "$type": "color"
1409
+ },
1410
+ "color-red-100-rgb": {
1411
+ "$value": "#ffecea",
1412
+ "$type": "color"
1413
+ },
1414
+ "color-red-200-rgb": {
1415
+ "$value": "#ffc1ba",
1416
+ "$type": "color"
1417
+ },
1418
+ "color-red-300-rgb": {
1419
+ "$value": "#fd948b",
1420
+ "$type": "color"
1421
+ },
1422
+ "color-red-400-rgb": {
1423
+ "$value": "#f3645e",
1424
+ "$type": "color"
1425
+ },
1426
+ "color-red-500-rgb": {
1427
+ "$value": "#e52135",
1428
+ "$type": "color"
1429
+ },
1430
+ "color-red-600-rgb": {
1431
+ "$value": "#c11729",
1432
+ "$type": "color"
1433
+ },
1434
+ "color-red-700-rgb": {
1435
+ "$value": "#9f0e1d",
1436
+ "$type": "color"
1437
+ },
1438
+ "color-red-800-rgb": {
1439
+ "$value": "#7d0512",
1440
+ "$type": "color"
1441
+ },
1442
+ "color-red-900-rgb": {
1443
+ "$value": "#5e0003",
1444
+ "$type": "color"
1445
+ },
1446
+ "color-purple-100-rgb": {
1447
+ "$value": "#f6f0fa",
1448
+ "$type": "color"
1449
+ },
1450
+ "color-purple-200-rgb": {
1451
+ "$value": "#e2cae7",
1452
+ "$type": "color"
1453
+ },
1454
+ "color-purple-300-rgb": {
1455
+ "$value": "#cda5d3",
1456
+ "$type": "color"
1457
+ },
1458
+ "color-purple-400-rgb": {
1459
+ "$value": "#b880c0",
1460
+ "$type": "color"
1461
+ },
1462
+ "color-purple-500-rgb": {
1463
+ "$value": "#a25bad",
1464
+ "$type": "color"
1465
+ },
1466
+ "color-purple-600-rgb": {
1467
+ "$value": "#894b92",
1468
+ "$type": "color"
1469
+ },
1470
+ "color-purple-700-rgb": {
1471
+ "$value": "#703c78",
1472
+ "$type": "color"
1473
+ },
1474
+ "color-purple-800-rgb": {
1475
+ "$value": "#592d5f",
1476
+ "$type": "color"
1477
+ },
1478
+ "color-purple-900-rgb": {
1479
+ "$value": "#421f47",
1480
+ "$type": "color"
1481
+ },
1482
+ "color-background-snow-rgb": {
1483
+ "$value": "#ffffff",
1484
+ "$type": "color"
1485
+ },
1486
+ "color-background-marble-rgb": {
1487
+ "$value": "#f5f7f8",
1488
+ "$type": "color"
1489
+ },
1490
+ "color-background-limestone-rgb": {
1491
+ "$value": "#faf8f2",
1492
+ "$type": "color"
1493
+ },
1494
+ "color-background-gradientlight-rgb": {
1495
+ "$value": "#e2e4e5",
1496
+ "$type": "color"
1497
+ },
1498
+ "color-background-jet-rgb": {
1499
+ "$value": "#101820",
1500
+ "$type": "color"
1501
+ },
1502
+ "color-background-granite-rgb": {
1503
+ "$value": "#1a2229",
1504
+ "$type": "color"
1505
+ },
1506
+ "color-background-leather-rgb": {
1507
+ "$value": "#26292b",
1508
+ "$type": "color"
1509
+ },
1510
+ "color-logo-brown-rgb": {
1511
+ "$value": "#3a2206",
1512
+ "$type": "color"
1513
+ },
1514
+ "color-white": {
1515
+ "$value": "{foundations.color.color-white-rgb}",
1516
+ "$type": "color"
1517
+ },
1518
+ "color-gray-100": {
1519
+ "$value": "{foundations.color.color-gray-100-rgb}",
1520
+ "$type": "color"
1521
+ },
1522
+ "color-gray-200": {
1523
+ "$value": "{foundations.color.color-gray-200-rgb}",
1524
+ "$type": "color"
1525
+ },
1526
+ "color-gray-300": {
1527
+ "$value": "{foundations.color.color-gray-300-rgb}",
1528
+ "$type": "color"
1529
+ },
1530
+ "color-gray-400": {
1531
+ "$value": "{foundations.color.color-gray-400-rgb}",
1532
+ "$type": "color"
1533
+ },
1534
+ "color-gray-500": {
1535
+ "$value": "{foundations.color.color-gray-500-rgb}",
1536
+ "$type": "color"
1537
+ },
1538
+ "color-gray-600": {
1539
+ "$value": "{foundations.color.color-gray-600-rgb}",
1540
+ "$type": "color"
1541
+ },
1542
+ "color-gray-700": {
1543
+ "$value": "{foundations.color.color-gray-700-rgb}",
1544
+ "$type": "color"
1545
+ },
1546
+ "color-gray-800": {
1547
+ "$value": "{foundations.color.color-gray-800-rgb}",
1548
+ "$type": "color"
1549
+ },
1550
+ "color-gray-900": {
1551
+ "$value": "{foundations.color.color-gray-900-rgb}",
1552
+ "$type": "color"
1553
+ },
1554
+ "color-black": {
1555
+ "$value": "{foundations.color.color-black-rgb}",
1556
+ "$type": "color"
1557
+ },
1558
+ "color-blue-100": {
1559
+ "$value": "{foundations.color.color-blue-100-rgb}",
1560
+ "$type": "color"
1561
+ },
1562
+ "color-blue-200": {
1563
+ "$value": "{foundations.color.color-blue-200-rgb}",
1564
+ "$type": "color"
1565
+ },
1566
+ "color-blue-300": {
1567
+ "$value": "{foundations.color.color-blue-300-rgb}",
1568
+ "$type": "color"
1569
+ },
1570
+ "color-blue-400": {
1571
+ "$value": "{foundations.color.color-blue-400-rgb}",
1572
+ "$type": "color"
1573
+ },
1574
+ "color-blue-500": {
1575
+ "$value": "{foundations.color.color-blue-500-rgb}",
1576
+ "$type": "color"
1577
+ },
1578
+ "color-blue-600": {
1579
+ "$value": "{foundations.color.color-blue-600-rgb}",
1580
+ "$type": "color"
1581
+ },
1582
+ "color-blue-700": {
1583
+ "$value": "{foundations.color.color-blue-700-rgb}",
1584
+ "$type": "color"
1585
+ },
1586
+ "color-blue-800": {
1587
+ "$value": "{foundations.color.color-blue-800-rgb}",
1588
+ "$type": "color"
1589
+ },
1590
+ "color-blue-900": {
1591
+ "$value": "{foundations.color.color-blue-900-rgb}",
1592
+ "$type": "color"
1593
+ },
1594
+ "color-green-100": {
1595
+ "$value": "{foundations.color.color-green-100-rgb}",
1596
+ "$type": "color"
1597
+ },
1598
+ "color-green-200": {
1599
+ "$value": "{foundations.color.color-green-200-rgb}",
1600
+ "$type": "color"
1601
+ },
1602
+ "color-green-300": {
1603
+ "$value": "{foundations.color.color-green-300-rgb}",
1604
+ "$type": "color"
1605
+ },
1606
+ "color-green-400": {
1607
+ "$value": "{foundations.color.color-green-400-rgb}",
1608
+ "$type": "color"
1609
+ },
1610
+ "color-green-500": {
1611
+ "$value": "{foundations.color.color-green-500-rgb}",
1612
+ "$type": "color"
1613
+ },
1614
+ "color-green-600": {
1615
+ "$value": "{foundations.color.color-green-600-rgb}",
1616
+ "$type": "color"
1617
+ },
1618
+ "color-green-700": {
1619
+ "$value": "{foundations.color.color-green-700-rgb}",
1620
+ "$type": "color"
1621
+ },
1622
+ "color-green-800": {
1623
+ "$value": "{foundations.color.color-green-800-rgb}",
1624
+ "$type": "color"
1625
+ },
1626
+ "color-green-900": {
1627
+ "$value": "{foundations.color.color-green-900-rgb}",
1628
+ "$type": "color"
1629
+ },
1630
+ "color-teal-100": {
1631
+ "$value": "{foundations.color.color-teal-100-rgb}",
1632
+ "$type": "color"
1633
+ },
1634
+ "color-teal-200": {
1635
+ "$value": "{foundations.color.color-teal-200-rgb}",
1636
+ "$type": "color"
1637
+ },
1638
+ "color-teal-300": {
1639
+ "$value": "{foundations.color.color-teal-300-rgb}",
1640
+ "$type": "color"
1641
+ },
1642
+ "color-teal-400": {
1643
+ "$value": "{foundations.color.color-teal-400-rgb}",
1644
+ "$type": "color"
1645
+ },
1646
+ "color-teal-500": {
1647
+ "$value": "{foundations.color.color-teal-500-rgb}",
1648
+ "$type": "color"
1649
+ },
1650
+ "color-teal-600": {
1651
+ "$value": "{foundations.color.color-teal-600-rgb}",
1652
+ "$type": "color"
1653
+ },
1654
+ "color-teal-700": {
1655
+ "$value": "{foundations.color.color-teal-700-rgb}",
1656
+ "$type": "color"
1657
+ },
1658
+ "color-teal-800": {
1659
+ "$value": "{foundations.color.color-teal-800-rgb}",
1660
+ "$type": "color"
1661
+ },
1662
+ "color-teal-900": {
1663
+ "$value": "{foundations.color.color-teal-900-rgb}",
1664
+ "$type": "color"
1665
+ },
1666
+ "color-orange-100": {
1667
+ "$value": "{foundations.color.color-orange-100-rgb}",
1668
+ "$type": "color"
1669
+ },
1670
+ "color-orange-200": {
1671
+ "$value": "{foundations.color.color-orange-200-rgb}",
1672
+ "$type": "color"
1673
+ },
1674
+ "color-orange-300": {
1675
+ "$value": "{foundations.color.color-orange-300-rgb}",
1676
+ "$type": "color"
1677
+ },
1678
+ "color-orange-400": {
1679
+ "$value": "{foundations.color.color-orange-400-rgb}",
1680
+ "$type": "color"
1681
+ },
1682
+ "color-orange-500": {
1683
+ "$value": "{foundations.color.color-orange-500-rgb}",
1684
+ "$type": "color"
1685
+ },
1686
+ "color-orange-600": {
1687
+ "$value": "{foundations.color.color-orange-600-rgb}",
1688
+ "$type": "color"
1689
+ },
1690
+ "color-orange-700": {
1691
+ "$value": "{foundations.color.color-orange-700-rgb}",
1692
+ "$type": "color"
1693
+ },
1694
+ "color-orange-800": {
1695
+ "$value": "{foundations.color.color-orange-800-rgb}",
1696
+ "$type": "color"
1697
+ },
1698
+ "color-orange-900": {
1699
+ "$value": "{foundations.color.color-orange-900-rgb}",
1700
+ "$type": "color"
1701
+ },
1702
+ "color-red-100": {
1703
+ "$value": "{foundations.color.color-red-100-rgb}",
1704
+ "$type": "color"
1705
+ },
1706
+ "color-red-200": {
1707
+ "$value": "{foundations.color.color-red-200-rgb}",
1708
+ "$type": "color"
1709
+ },
1710
+ "color-red-300": {
1711
+ "$value": "{foundations.color.color-red-300-rgb}",
1712
+ "$type": "color"
1713
+ },
1714
+ "color-red-400": {
1715
+ "$value": "{foundations.color.color-red-400-rgb}",
1716
+ "$type": "color"
1717
+ },
1718
+ "color-red-500": {
1719
+ "$value": "{foundations.color.color-red-500-rgb}",
1720
+ "$type": "color"
1721
+ },
1722
+ "color-red-600": {
1723
+ "$value": "{foundations.color.color-red-600-rgb}",
1724
+ "$type": "color"
1725
+ },
1726
+ "color-red-700": {
1727
+ "$value": "{foundations.color.color-red-700-rgb}",
1728
+ "$type": "color"
1729
+ },
1730
+ "color-red-800": {
1731
+ "$value": "{foundations.color.color-red-800-rgb}",
1732
+ "$type": "color"
1733
+ },
1734
+ "color-red-900": {
1735
+ "$value": "{foundations.color.color-red-900-rgb}",
1736
+ "$type": "color"
1737
+ },
1738
+ "color-purple-100": {
1739
+ "$value": "{foundations.color.color-purple-100-rgb}",
1740
+ "$type": "color"
1741
+ },
1742
+ "color-purple-200": {
1743
+ "$value": "{foundations.color.color-purple-200-rgb}",
1744
+ "$type": "color"
1745
+ },
1746
+ "color-purple-300": {
1747
+ "$value": "{foundations.color.color-purple-300-rgb}",
1748
+ "$type": "color"
1749
+ },
1750
+ "color-purple-400": {
1751
+ "$value": "{foundations.color.color-purple-400-rgb}",
1752
+ "$type": "color"
1753
+ },
1754
+ "color-purple-500": {
1755
+ "$value": "{foundations.color.color-purple-500-rgb}",
1756
+ "$type": "color"
1757
+ },
1758
+ "color-purple-600": {
1759
+ "$value": "{foundations.color.color-purple-600-rgb}",
1760
+ "$type": "color"
1761
+ },
1762
+ "color-purple-700": {
1763
+ "$value": "{foundations.color.color-purple-700-rgb}",
1764
+ "$type": "color"
1765
+ },
1766
+ "color-purple-800": {
1767
+ "$value": "{foundations.color.color-purple-800-rgb}",
1768
+ "$type": "color"
1769
+ },
1770
+ "color-purple-900": {
1771
+ "$value": "{foundations.color.color-purple-900-rgb}",
1772
+ "$type": "color"
1773
+ },
1774
+ "color-background-snow": {
1775
+ "$value": "{foundations.color.color-background-snow-rgb}",
1776
+ "$type": "color"
1777
+ },
1778
+ "color-background-marble": {
1779
+ "$value": "{foundations.color.color-background-marble-rgb}",
1780
+ "$type": "color"
1781
+ },
1782
+ "color-background-limestone": {
1783
+ "$value": "{foundations.color.color-background-limestone-rgb}",
1784
+ "$type": "color"
1785
+ },
1786
+ "color-background-gradientlight": {
1787
+ "$value": "{foundations.color.color-background-gradientlight-rgb}",
1788
+ "$type": "color"
1789
+ },
1790
+ "color-background-jet": {
1791
+ "$value": "{foundations.color.color-background-jet-rgb}",
1792
+ "$type": "color"
1793
+ },
1794
+ "color-background-granite": {
1795
+ "$value": "{foundations.color.color-background-granite-rgb}",
1796
+ "$type": "color"
1797
+ },
1798
+ "color-background-leather": {
1799
+ "$value": "{foundations.color.color-background-leather-rgb}",
1800
+ "$type": "color"
1801
+ },
1802
+ "color-logo-brown": {
1803
+ "$value": "{foundations.color.color-logo-brown-rgb}",
1804
+ "$type": "color"
1805
+ },
1806
+ "color-white-20a": {
1807
+ "$value": "{foundations.color.color-white-rgb}",
1808
+ "$type": "color"
1809
+ },
1810
+ "color-white-30a": {
1811
+ "$value": "{foundations.color.color-white-rgb}",
1812
+ "$type": "color"
1813
+ },
1814
+ "color-white-40a": {
1815
+ "$value": "{foundations.color.color-white-rgb}",
1816
+ "$type": "color"
1817
+ },
1818
+ "color-white-70a": {
1819
+ "$value": "{foundations.color.color-white-rgb}",
1820
+ "$type": "color"
1821
+ },
1822
+ "color-black-20a": {
1823
+ "$value": "{foundations.color.color-black-rgb}",
1824
+ "$type": "color"
1825
+ },
1826
+ "color-black-30a": {
1827
+ "$value": "{foundations.color.color-black-rgb}",
1828
+ "$type": "color"
1829
+ },
1830
+ "color-black-40a": {
1831
+ "$value": "{foundations.color.color-black-rgb}",
1832
+ "$type": "color"
1833
+ },
1834
+ "color-black-70a": {
1835
+ "$value": "{foundations.color.color-black-rgb}",
1836
+ "$type": "color"
1837
+ },
1838
+ "color-gray-300-10a": {
1839
+ "$value": "{foundations.color.color-gray-300-rgb}",
1840
+ "$type": "color"
1841
+ },
1842
+ "color-gray-300-40a": {
1843
+ "$value": "{foundations.color.color-gray-300-rgb}",
1844
+ "$type": "color"
1845
+ },
1846
+ "color-gray-400-40a": {
1847
+ "$value": "{foundations.color.color-gray-400-rgb}",
1848
+ "$type": "color"
1849
+ },
1850
+ "color-gray-500-10a": {
1851
+ "$value": "{foundations.color.color-gray-500-rgb}",
1852
+ "$type": "color"
1853
+ },
1854
+ "color-gray-500-40a": {
1855
+ "$value": "{foundations.color.color-gray-500-rgb}",
1856
+ "$type": "color"
1857
+ },
1858
+ "color-gray-600-40a": {
1859
+ "$value": "{foundations.color.color-gray-600-rgb}",
1860
+ "$type": "color"
1861
+ },
1862
+ "color-gray-700-10a": {
1863
+ "$value": "{foundations.color.color-gray-700-rgb}",
1864
+ "$type": "color"
1865
+ },
1866
+ "color-gray-700-40a": {
1867
+ "$value": "{foundations.color.color-gray-700-rgb}",
1868
+ "$type": "color"
1869
+ },
1870
+ "color-blue-200-40a": {
1871
+ "$value": "{foundations.color.color-blue-200-rgb}",
1872
+ "$type": "color"
1873
+ },
1874
+ "color-blue-300-40a": {
1875
+ "$value": "{foundations.color.color-blue-300-rgb}",
1876
+ "$type": "color"
1877
+ },
1878
+ "color-blue-400-40a": {
1879
+ "$value": "{foundations.color.color-blue-400-rgb}",
1880
+ "$type": "color"
1881
+ },
1882
+ "color-blue-500-40a": {
1883
+ "$value": "{foundations.color.color-blue-500-rgb}",
1884
+ "$type": "color"
1885
+ },
1886
+ "color-blue-600-40a": {
1887
+ "$value": "{foundations.color.color-blue-600-rgb}",
1888
+ "$type": "color"
1889
+ },
1890
+ "color-blue-700-40a": {
1891
+ "$value": "{foundations.color.color-blue-700-rgb}",
1892
+ "$type": "color"
1893
+ },
1894
+ "color-blue-800-40a": {
1895
+ "$value": "{foundations.color.color-blue-800-rgb}",
1896
+ "$type": "color"
1897
+ },
1898
+ "color-background-snow-40a": {
1899
+ "$value": "{foundations.color.color-background-snow-rgb}",
1900
+ "$type": "color"
1901
+ },
1902
+ "color-background-marble-40a": {
1903
+ "$value": "{foundations.color.color-background-marble-rgb}",
1904
+ "$type": "color"
1905
+ },
1906
+ "color-background-limestone-40a": {
1907
+ "$value": "{foundations.color.color-background-limestone-rgb}",
1908
+ "$type": "color"
1909
+ },
1910
+ "color-background-granite-40a": {
1911
+ "$value": "{foundations.color.color-background-granite-rgb}",
1912
+ "$type": "color"
1913
+ },
1914
+ "color-background-jet-40a": {
1915
+ "$value": "{foundations.color.color-background-jet-rgb}",
1916
+ "$type": "color"
1917
+ },
1918
+ "color-background-leather-40a": {
1919
+ "$value": "{foundations.color.color-background-leather-rgb}",
1920
+ "$type": "color"
1921
+ }
1922
+ },
1923
+ "duration": {
1924
+ "duration-instant": {
1925
+ "$value": "0ms",
1926
+ "$type": "duration"
1927
+ },
1928
+ "duration-perceptible": {
1929
+ "$value": "300ms",
1930
+ "$type": "duration"
1931
+ },
1932
+ "duration-notable": {
1933
+ "$value": "1000ms",
1934
+ "$type": "duration"
1935
+ },
1936
+ "duration-cutoff": {
1937
+ "$value": "10000ms",
1938
+ "$type": "duration"
1939
+ }
1940
+ },
1941
+ "opacity": {
1942
+ "opacity-0": {
1943
+ "$value": "0",
1944
+ "$type": "number"
1945
+ },
1946
+ "opacity-8": {
1947
+ "$value": "0.08",
1948
+ "$type": "number"
1949
+ },
1950
+ "opacity-15": {
1951
+ "$value": "0.15",
1952
+ "$type": "number"
1953
+ },
1954
+ "opacity-25": {
1955
+ "$value": "0.25",
1956
+ "$type": "number"
1957
+ },
1958
+ "opacity-40": {
1959
+ "$value": "0.4",
1960
+ "$type": "number"
1961
+ },
1962
+ "opacity-70": {
1963
+ "$value": "0.7",
1964
+ "$type": "number"
1965
+ }
1966
+ },
1967
+ "typography": {
1968
+ "typography-fontFamily-openSans": {
1969
+ "$value": "\"Open Sans\"",
1970
+ "$type": "fontFamily"
1971
+ },
1972
+ "typography-fontFamily-amplitude": {
1973
+ "$value": "\"Amplitude\"",
1974
+ "$type": "fontFamily"
1975
+ },
1976
+ "typography-fontFamily-ptMono": {
1977
+ "$value": "\"PT Mono\"",
1978
+ "$type": "fontFamily"
1979
+ },
1980
+ "typography-fontWeight-light": {
1981
+ "$value": "300",
1982
+ "$type": "fontWeight"
1983
+ },
1984
+ "typography-fontWeight-regular": {
1985
+ "$value": "400",
1986
+ "$type": "fontWeight"
1987
+ },
1988
+ "typography-fontWeight-medium": {
1989
+ "$value": "500",
1990
+ "$type": "fontWeight"
1991
+ },
1992
+ "typography-fontWeight-semiBold": {
1993
+ "$value": "600",
1994
+ "$type": "fontWeight"
1995
+ },
1996
+ "typography-fontWeight-bold": {
1997
+ "$value": "700",
1998
+ "$type": "fontWeight"
1999
+ },
2000
+ "typography-fontWeight-extraBold": {
2001
+ "$value": "800",
2002
+ "$type": "fontWeight"
2003
+ }
2004
+ }
2005
+ },
2006
+ "characteristics": {
2007
+ "text": {
2008
+ "text-h1-fontSize": {
2009
+ "$value": {
2010
+ "$low": "32px",
2011
+ "$touch": "42px",
2012
+ "$medium": "24px",
2013
+ "$high": "18px"
2014
+ },
2015
+ "$type": "fontSize"
2016
+ },
2017
+ "text-h1-lineHeight": {
2018
+ "$value": {
2019
+ "$low": "42px",
2020
+ "$touch": "54px",
2021
+ "$medium": "32px",
2022
+ "$high": "24px"
2023
+ },
2024
+ "$type": "lineHeight"
2025
+ },
2026
+ "text-h2-fontSize": {
2027
+ "$value": {
2028
+ "$low": "24px",
2029
+ "$touch": "32px",
2030
+ "$medium": "18px",
2031
+ "$high": "14px"
2032
+ },
2033
+ "$type": "fontSize"
2034
+ },
2035
+ "text-h2-lineHeight": {
2036
+ "$value": {
2037
+ "$low": "32px",
2038
+ "$touch": "42px",
2039
+ "$medium": "24px",
2040
+ "$high": "18px"
2041
+ },
2042
+ "$type": "lineHeight"
2043
+ },
2044
+ "text-h3-fontSize": {
2045
+ "$value": {
2046
+ "$low": "18px",
2047
+ "$touch": "24px",
2048
+ "$medium": "14px",
2049
+ "$high": "12px"
2050
+ },
2051
+ "$type": "fontSize"
2052
+ },
2053
+ "text-h3-lineHeight": {
2054
+ "$value": {
2055
+ "$low": "24px",
2056
+ "$touch": "32px",
2057
+ "$medium": "18px",
2058
+ "$high": "16px"
2059
+ },
2060
+ "$type": "lineHeight"
2061
+ },
2062
+ "text-h4-fontSize": {
2063
+ "$value": {
2064
+ "$low": "14px",
2065
+ "$touch": "16px",
2066
+ "$medium": "12px",
2067
+ "$high": "11px"
2068
+ },
2069
+ "$type": "fontSize"
2070
+ },
2071
+ "text-h4-lineHeight": {
2072
+ "$value": {
2073
+ "$low": "18px",
2074
+ "$touch": "20px",
2075
+ "$medium": "16px",
2076
+ "$high": "14px"
2077
+ },
2078
+ "$type": "lineHeight"
2079
+ },
2080
+ "text-label-fontSize": {
2081
+ "$value": {
2082
+ "$low": "12px",
2083
+ "$touch": "14px",
2084
+ "$medium": "11px",
2085
+ "$high": "10px"
2086
+ },
2087
+ "$type": "fontSize"
2088
+ },
2089
+ "text-label-lineHeight": {
2090
+ "$value": {
2091
+ "$low": "16px",
2092
+ "$touch": "18px",
2093
+ "$medium": "14px",
2094
+ "$high": "13px"
2095
+ },
2096
+ "$type": "lineHeight"
2097
+ },
2098
+ "text-fontSize": {
2099
+ "$value": {
2100
+ "$low": "14px",
2101
+ "$touch": "16px",
2102
+ "$medium": "12px",
2103
+ "$high": "11px"
2104
+ },
2105
+ "$type": "fontSize"
2106
+ },
2107
+ "text-lineHeight": {
2108
+ "$value": {
2109
+ "$low": "18px",
2110
+ "$touch": "20px",
2111
+ "$medium": "16px",
2112
+ "$high": "14px"
2113
+ },
2114
+ "$type": "lineHeight"
2115
+ },
2116
+ "text-minHeight": {
2117
+ "$value": {
2118
+ "$low": "18px",
2119
+ "$touch": "20px",
2120
+ "$medium": "16px",
2121
+ "$high": "14px"
2122
+ },
2123
+ "$type": "minHeight"
2124
+ },
2125
+ "text-display1-fontSize": {
2126
+ "$value": {
2127
+ "$low": "68px",
2128
+ "$touch": "84px",
2129
+ "$medium": "54px",
2130
+ "$high": "42px"
2131
+ },
2132
+ "$type": "fontSize"
2133
+ },
2134
+ "text-display1-lineHeight": {
2135
+ "$value": {
2136
+ "$low": "88px",
2137
+ "$touch": "109px",
2138
+ "$medium": "70px",
2139
+ "$high": "54px"
2140
+ },
2141
+ "$type": "lineHeight"
2142
+ },
2143
+ "text-display2-fontSize": {
2144
+ "$value": {
2145
+ "$low": "46px",
2146
+ "$touch": "58px",
2147
+ "$medium": "36px",
2148
+ "$high": "28px"
2149
+ },
2150
+ "$type": "fontSize"
2151
+ },
2152
+ "text-display2-lineHeight": {
2153
+ "$value": {
2154
+ "$low": "60px",
2155
+ "$touch": "76px",
2156
+ "$medium": "47px",
2157
+ "$high": "36px"
2158
+ },
2159
+ "$type": "lineHeight"
2160
+ },
2161
+ "text-display3-fontSize": {
2162
+ "$value": {
2163
+ "$low": "32px",
2164
+ "$touch": "42px",
2165
+ "$medium": "24px",
2166
+ "$high": "18px"
2167
+ },
2168
+ "$type": "fontSize"
2169
+ },
2170
+ "text-display3-lineHeight": {
2171
+ "$value": {
2172
+ "$low": "42px",
2173
+ "$touch": "54px",
2174
+ "$medium": "32px",
2175
+ "$high": "24px"
2176
+ },
2177
+ "$type": "lineHeight"
2178
+ },
2179
+ "text-notation-fontSize": {
2180
+ "$value": {
2181
+ "$low": "12px",
2182
+ "$touch": "14px",
2183
+ "$medium": "10px",
2184
+ "$high": "8px"
2185
+ },
2186
+ "$type": "fontSize"
2187
+ },
2188
+ "text-notation-lineHeight": {
2189
+ "$value": {
2190
+ "$low": "16px",
2191
+ "$touch": "18px",
2192
+ "$medium": "13px",
2193
+ "$high": "10px"
2194
+ },
2195
+ "$type": "lineHeight"
2196
+ },
2197
+ "text-letterSpacing": {
2198
+ "$value": "0",
2199
+ "$type": "letterSpacing"
2200
+ },
2201
+ "text-textAlign": {
2202
+ "$value": "left",
2203
+ "$type": "textAlign"
2204
+ },
2205
+ "text-textAlign-embedded": {
2206
+ "$value": "center",
2207
+ "$type": "textAlign"
2208
+ },
2209
+ "text-textTransform": {
2210
+ "$value": "none",
2211
+ "$type": "textTransform"
2212
+ },
2213
+ "text-action-letterSpacing": {
2214
+ "$value": "0.6px",
2215
+ "$type": "letterSpacing"
2216
+ },
2217
+ "text-action-textTransform": {
2218
+ "$value": "uppercase",
2219
+ "$type": "textTransform"
2220
+ },
2221
+ "text-action-textAlign": {
2222
+ "$value": "center",
2223
+ "$type": "textAlign"
2224
+ },
2225
+ "text-action-fontWeight": {
2226
+ "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2227
+ "$type": "fontWeight"
2228
+ },
2229
+ "text-fontFamily": {
2230
+ "$value": "{palette.text.palette-text-fontFamily}",
2231
+ "$type": "fontFamily"
2232
+ },
2233
+ "text-fontWeight": {
2234
+ "$value": "{foundations.typography.typography-fontWeight-regular}",
2235
+ "$type": "fontWeight"
2236
+ },
2237
+ "text-fontWeight-small": {
2238
+ "$value": "{foundations.typography.typography-fontWeight-light}",
2239
+ "$type": "fontWeight"
2240
+ },
2241
+ "text-fontWeight-strong": {
2242
+ "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2243
+ "$type": "fontWeight"
2244
+ },
2245
+ "text-notation-fontFamily": {
2246
+ "$value": "{palette.text.palette-text-fontFamily}",
2247
+ "$type": "fontFamily"
2248
+ },
2249
+ "text-notation-fontWeight": {
2250
+ "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2251
+ "$type": "fontWeight"
2252
+ },
2253
+ "text-notation-fontWeight-small": {
2254
+ "$value": "{foundations.typography.typography-fontWeight-regular}",
2255
+ "$type": "fontWeight"
2256
+ },
2257
+ "text-notation-fontWeight-strong": {
2258
+ "$value": "{foundations.typography.typography-fontWeight-bold}",
2259
+ "$type": "fontWeight"
2260
+ },
2261
+ "text-h1-fontFamily": {
2262
+ "$value": "{palette.text.palette-text-fontFamily-heading}",
2263
+ "$type": "fontFamily"
2264
+ },
2265
+ "text-h1-fontWeight": {
2266
+ "$value": "{foundations.typography.typography-fontWeight-bold}",
2267
+ "$type": "fontWeight"
2268
+ },
2269
+ "text-h1-fontWeight-small": {
2270
+ "$value": "{foundations.typography.typography-fontWeight-medium}",
2271
+ "$type": "fontWeight"
2272
+ },
2273
+ "text-h1-fontWeight-strong": {
2274
+ "$value": "{foundations.typography.typography-fontWeight-extraBold}",
2275
+ "$type": "fontWeight"
2276
+ },
2277
+ "text-h2-fontFamily": {
2278
+ "$value": "{palette.text.palette-text-fontFamily-heading}",
2279
+ "$type": "fontFamily"
2280
+ },
2281
+ "text-h2-fontWeight": {
2282
+ "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2283
+ "$type": "fontWeight"
2284
+ },
2285
+ "text-h2-fontWeight-small": {
2286
+ "$value": "{foundations.typography.typography-fontWeight-regular}",
2287
+ "$type": "fontWeight"
2288
+ },
2289
+ "text-h2-fontWeight-strong": {
2290
+ "$value": "{foundations.typography.typography-fontWeight-bold}",
2291
+ "$type": "fontWeight"
2292
+ },
2293
+ "text-h3-fontFamily": {
2294
+ "$value": "{palette.text.palette-text-fontFamily-heading}",
2295
+ "$type": "fontFamily"
2296
+ },
2297
+ "text-h3-fontWeight": {
2298
+ "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2299
+ "$type": "fontWeight"
2300
+ },
2301
+ "text-h3-fontWeight-small": {
2302
+ "$value": "{foundations.typography.typography-fontWeight-regular}",
2303
+ "$type": "fontWeight"
2304
+ },
2305
+ "text-h3-fontWeight-strong": {
2306
+ "$value": "{foundations.typography.typography-fontWeight-bold}",
2307
+ "$type": "fontWeight"
2308
+ },
2309
+ "text-h4-fontFamily": {
2310
+ "$value": "{palette.text.palette-text-fontFamily-heading}",
2311
+ "$type": "fontFamily"
2312
+ },
2313
+ "text-h4-fontWeight": {
2314
+ "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2315
+ "$type": "fontWeight"
2316
+ },
2317
+ "text-h4-fontWeight-small": {
2318
+ "$value": "{foundations.typography.typography-fontWeight-regular}",
2319
+ "$type": "fontWeight"
2320
+ },
2321
+ "text-h4-fontWeight-strong": {
2322
+ "$value": "{foundations.typography.typography-fontWeight-bold}",
2323
+ "$type": "fontWeight"
2324
+ },
2325
+ "text-label-fontFamily": {
2326
+ "$value": "{palette.text.palette-text-fontFamily}",
2327
+ "$type": "fontFamily"
2328
+ },
2329
+ "text-label-fontWeight": {
2330
+ "$value": "{foundations.typography.typography-fontWeight-regular}",
2331
+ "$type": "fontWeight"
2332
+ },
2333
+ "text-label-fontWeight-small": {
2334
+ "$value": "{foundations.typography.typography-fontWeight-light}",
2335
+ "$type": "fontWeight"
2336
+ },
2337
+ "text-label-fontWeight-strong": {
2338
+ "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2339
+ "$type": "fontWeight"
2340
+ },
2341
+ "text-display1-fontFamily": {
2342
+ "$value": "{palette.text.palette-text-fontFamily-heading}",
2343
+ "$type": "fontFamily"
2344
+ },
2345
+ "text-display1-fontWeight": {
2346
+ "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2347
+ "$type": "fontWeight"
2348
+ },
2349
+ "text-display1-fontWeight-strong": {
2350
+ "$value": "{foundations.typography.typography-fontWeight-bold}",
2351
+ "$type": "fontWeight"
2352
+ },
2353
+ "text-display1-fontWeight-small": {
2354
+ "$value": "{foundations.typography.typography-fontWeight-regular}",
2355
+ "$type": "fontWeight"
2356
+ },
2357
+ "text-display2-fontFamily": {
2358
+ "$value": "{palette.text.palette-text-fontFamily-heading}",
2359
+ "$type": "fontFamily"
2360
+ },
2361
+ "text-display2-fontWeight": {
2362
+ "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2363
+ "$type": "fontWeight"
2364
+ },
2365
+ "text-display2-fontWeight-strong": {
2366
+ "$value": "{foundations.typography.typography-fontWeight-bold}",
2367
+ "$type": "fontWeight"
2368
+ },
2369
+ "text-display2-fontWeight-small": {
2370
+ "$value": "{foundations.typography.typography-fontWeight-regular}",
2371
+ "$type": "fontWeight"
2372
+ },
2373
+ "text-display3-fontFamily": {
2374
+ "$value": "{palette.text.palette-text-fontFamily-heading}",
2375
+ "$type": "fontFamily"
2376
+ },
2377
+ "text-display3-fontWeight": {
2378
+ "$value": "{foundations.typography.typography-fontWeight-semiBold}",
2379
+ "$type": "fontWeight"
2380
+ },
2381
+ "text-display3-fontWeight-strong": {
2382
+ "$value": "{foundations.typography.typography-fontWeight-bold}",
2383
+ "$type": "fontWeight"
2384
+ },
2385
+ "text-display3-fontWeight-small": {
2386
+ "$value": "{foundations.typography.typography-fontWeight-regular}",
2387
+ "$type": "fontWeight"
2388
+ },
2389
+ "text-code-fontFamily": {
2390
+ "$value": "{palette.text.palette-text-fontFamily-code}",
2391
+ "$type": "fontFamily"
2392
+ }
2393
+ },
2394
+ "accent": {
2395
+ "accent-background": {
2396
+ "$value": "{palette.accent.palette-accent}",
2397
+ "$type": "color"
2398
+ },
2399
+ "accent-borderColor": {
2400
+ "$value": "{palette.accent.palette-accent}",
2401
+ "$type": "color"
2402
+ },
2403
+ "accent-foreground": {
2404
+ "$value": "{palette.foreground.palette-foreground-primary-alt}",
2405
+ "$type": "color"
2406
+ }
2407
+ },
2408
+ "actionable": {
2409
+ "actionable-cta-foreground": {
2410
+ "$value": "{palette.foreground.palette-foreground-primary-alt}",
2411
+ "$type": "color"
2412
+ },
2413
+ "actionable-cta-foreground-hover": {
2414
+ "$value": "{palette.foreground.palette-foreground-invert}",
2415
+ "$type": "color"
2416
+ },
2417
+ "actionable-cta-foreground-active": {
2418
+ "$value": "{palette.foreground.palette-foreground-invert}",
2419
+ "$type": "color"
2420
+ },
2421
+ "actionable-cta-foreground-disabled": {
2422
+ "$value": "{palette.foreground.palette-foreground-primary-alt-disabled}",
2423
+ "$type": "color"
2424
+ },
2425
+ "actionable-cta-background": {
2426
+ "$value": "{palette.accent.palette-accent}",
2427
+ "$type": "color"
2428
+ },
2429
+ "actionable-cta-background-hover": {
2430
+ "$value": "{palette.accent.palette-accent-strong}",
2431
+ "$type": "color"
2432
+ },
2433
+ "actionable-cta-background-active": {
2434
+ "$value": "{palette.accent.palette-accent-stronger}",
2435
+ "$type": "color"
2436
+ },
2437
+ "actionable-cta-background-disabled": {
2438
+ "$value": "{palette.accent.palette-accent-disabled}",
2439
+ "$type": "color"
2440
+ },
2441
+ "actionable-primary-foreground": {
2442
+ "$value": "{palette.foreground.palette-foreground-primary-alt}",
2443
+ "$type": "color"
2444
+ },
2445
+ "actionable-primary-foreground-hover": {
2446
+ "$value": "{palette.foreground.palette-foreground-invert}",
2447
+ "$type": "color"
2448
+ },
2449
+ "actionable-primary-foreground-active": {
2450
+ "$value": "{palette.foreground.palette-foreground-invert}",
2451
+ "$type": "color"
2452
+ },
2453
+ "actionable-primary-foreground-disabled": {
2454
+ "$value": "{palette.foreground.palette-foreground-primary-alt-disabled}",
2455
+ "$type": "color"
2456
+ },
2457
+ "actionable-primary-background": {
2458
+ "$value": "{palette.neutral.palette-neutral}",
2459
+ "$type": "color"
2460
+ },
2461
+ "actionable-primary-background-hover": {
2462
+ "$value": "{palette.neutral.palette-neutral-strong}",
2463
+ "$type": "color"
2464
+ },
2465
+ "actionable-primary-background-active": {
2466
+ "$value": "{palette.neutral.palette-neutral-stronger}",
2467
+ "$type": "color"
2468
+ },
2469
+ "actionable-primary-background-disabled": {
2470
+ "$value": "{palette.neutral.palette-neutral-strong-disabled}",
2471
+ "$type": "color"
2472
+ },
2473
+ "actionable-secondary-foreground": {
2474
+ "$value": "{palette.foreground.palette-foreground-primary}",
2475
+ "$type": "color"
2476
+ },
2477
+ "actionable-secondary-foreground-hover": {
2478
+ "$value": "{palette.foreground.palette-foreground-invert}",
2479
+ "$type": "color"
2480
+ },
2481
+ "actionable-secondary-foreground-active": {
2482
+ "$value": "{palette.foreground.palette-foreground-invert}",
2483
+ "$type": "color"
2484
+ },
2485
+ "actionable-secondary-foreground-disabled": {
2486
+ "$value": "{palette.foreground.palette-foreground-primary-disabled}",
2487
+ "$type": "color"
2488
+ },
2489
+ "actionable-secondary-background": {
2490
+ "$value": "{palette.background.palette-background-none}",
2491
+ "$type": "color"
2492
+ },
2493
+ "actionable-secondary-background-hover": {
2494
+ "$value": "{palette.neutral.palette-neutral-strong}",
2495
+ "$type": "color"
2496
+ },
2497
+ "actionable-secondary-background-active": {
2498
+ "$value": "{palette.neutral.palette-neutral-stronger}",
2499
+ "$type": "color"
2500
+ },
2501
+ "actionable-secondary-background-disabled": {
2502
+ "$value": "{palette.background.palette-background-none}",
2503
+ "$type": "color"
2504
+ }
2505
+ },
2506
+ "container": {
2507
+ "container-primary-background": {
2508
+ "$value": "{palette.background.palette-background-primary}",
2509
+ "$type": "color"
2510
+ },
2511
+ "container-primary-background-disabled": {
2512
+ "$value": "{palette.background.palette-background-primary-disabled}",
2513
+ "$type": "color"
2514
+ },
2515
+ "container-primary-borderColor": {
2516
+ "$value": "{palette.neutral.palette-neutral-weaker}",
2517
+ "$type": "color"
2518
+ },
2519
+ "container-primary-borderColor-disabled": {
2520
+ "$value": "{palette.neutral.palette-neutral-weaker-disabled}",
2521
+ "$type": "color"
2522
+ },
2523
+ "container-secondary-background": {
2524
+ "$value": "{palette.background.palette-background-secondary}",
2525
+ "$type": "color"
2526
+ },
2527
+ "container-secondary-background-disabled": {
2528
+ "$value": "{palette.background.palette-background-secondary-disabled}",
2529
+ "$type": "color"
2530
+ },
2531
+ "container-secondary-borderColor": {
2532
+ "$value": "{palette.neutral.palette-neutral-weaker}",
2533
+ "$type": "color"
2534
+ },
2535
+ "container-secondary-borderColor-disabled": {
2536
+ "$value": "{palette.neutral.palette-neutral-weaker-disabled}",
2537
+ "$type": "color"
2538
+ },
2539
+ "container-tertiary-background": {
2540
+ "$value": "{palette.background.palette-background-tertiary}",
2541
+ "$type": "color"
2542
+ },
2543
+ "container-tertiary-background-disabled": {
2544
+ "$value": "{palette.background.palette-background-tertiary-disabled}",
2545
+ "$type": "color"
2546
+ }
2547
+ },
2548
+ "content": {
2549
+ "content-primary-foreground": {
2550
+ "$value": "{palette.foreground.palette-foreground-primary}",
2551
+ "$type": "color"
2552
+ },
2553
+ "content-primary-foreground-disabled": {
2554
+ "$value": "{palette.foreground.palette-foreground-primary-disabled}",
2555
+ "$type": "color"
2556
+ },
2557
+ "content-secondary-foreground": {
2558
+ "$value": "{palette.foreground.palette-foreground-secondary}",
2559
+ "$type": "color"
2560
+ },
2561
+ "content-secondary-foreground-disabled": {
2562
+ "$value": "{palette.foreground.palette-foreground-secondary-disabled}",
2563
+ "$type": "color"
2564
+ },
2565
+ "content-foreground-hover": {
2566
+ "$value": "{palette.foreground.palette-foreground-hover}",
2567
+ "$type": "color"
2568
+ },
2569
+ "content-foreground-active": {
2570
+ "$value": "{palette.foreground.palette-foreground-active}",
2571
+ "$type": "color"
2572
+ },
2573
+ "content-foreground-visited": {
2574
+ "$value": "{palette.foreground.palette-foreground-visited}",
2575
+ "$type": "color"
2576
+ },
2577
+ "content-foreground-highlight": {
2578
+ "$value": "{palette.accent.palette-accent-weaker}",
2579
+ "$type": "color"
2580
+ }
2581
+ },
2582
+ "draggable": {
2583
+ "draggable-horizontal-cursor-hover": {
2584
+ "$value": "row-resize",
2585
+ "$type": "cursor"
2586
+ },
2587
+ "draggable-horizontal-cursor-active": {
2588
+ "$value": "row-resize",
2589
+ "$type": "cursor"
2590
+ },
2591
+ "draggable-vertical-cursor-hover": {
2592
+ "$value": "col-resize",
2593
+ "$type": "cursor"
2594
+ },
2595
+ "draggable-vertical-cursor-active": {
2596
+ "$value": "col-resize",
2597
+ "$type": "cursor"
2598
+ },
2599
+ "draggable-grab-cursor-hover": {
2600
+ "$value": "grab",
2601
+ "$type": "cursor"
2602
+ },
2603
+ "draggable-grab-cursor-active": {
2604
+ "$value": "grabbing",
2605
+ "$type": "cursor"
2606
+ }
2607
+ },
2608
+ "editable": {
2609
+ "editable-borderColor": {
2610
+ "$value": "{palette.neutral.palette-neutral}",
2611
+ "$type": "color"
2612
+ },
2613
+ "editable-borderColor-active": {
2614
+ "$value": "{palette.accent.palette-accent-stronger}",
2615
+ "$type": "color"
2616
+ },
2617
+ "editable-borderColor-disabled": {
2618
+ "$value": "{palette.neutral.palette-neutral-disabled}",
2619
+ "$type": "color"
2620
+ },
2621
+ "editable-borderColor-hover": {
2622
+ "$value": "{palette.accent.palette-accent}",
2623
+ "$type": "color"
2624
+ },
2625
+ "editable-borderColor-readonly": {
2626
+ "$value": "{palette.neutral.palette-neutral-readonly}",
2627
+ "$type": "color"
2628
+ },
2629
+ "editable-primary-background": {
2630
+ "$value": "{palette.background.palette-background-primary}",
2631
+ "$type": "color"
2632
+ },
2633
+ "editable-primary-background-active": {
2634
+ "$value": "{palette.background.palette-background-primary}",
2635
+ "$type": "color"
2636
+ },
2637
+ "editable-primary-background-disabled": {
2638
+ "$value": "{palette.background.palette-background-primary-disabled}",
2639
+ "$type": "color"
2640
+ },
2641
+ "editable-primary-background-hover": {
2642
+ "$value": "{palette.background.palette-background-primary}",
2643
+ "$type": "color"
2644
+ },
2645
+ "editable-primary-background-readonly": {
2646
+ "$value": "{palette.background.palette-background-none}",
2647
+ "$type": "color"
2648
+ },
2649
+ "editable-secondary-background": {
2650
+ "$value": "{palette.background.palette-background-secondary}",
2651
+ "$type": "color"
2652
+ },
2653
+ "editable-secondary-background-active": {
2654
+ "$value": "{palette.background.palette-background-secondary}",
2655
+ "$type": "color"
2656
+ },
2657
+ "editable-secondary-background-disabled": {
2658
+ "$value": "{palette.background.palette-background-secondary-disabled}",
2659
+ "$type": "color"
2660
+ },
2661
+ "editable-secondary-background-hover": {
2662
+ "$value": "{palette.background.palette-background-secondary}",
2663
+ "$type": "color"
2664
+ },
2665
+ "editable-secondary-background-readonly": {
2666
+ "$value": "{palette.background.palette-background-none}",
2667
+ "$type": "color"
2668
+ }
2669
+ },
2670
+ "focused": {
2671
+ "focused-outlineColor": {
2672
+ "$value": "{palette.accent.palette-accent-stronger}",
2673
+ "$type": "color"
2674
+ }
2675
+ },
2676
+ "navigable": {
2677
+ "navigable-indicator-hover": {
2678
+ "$value": "{palette.neutral.palette-neutral}",
2679
+ "$type": "color"
2680
+ },
2681
+ "navigable-indicator-active": {
2682
+ "$value": "{palette.accent.palette-accent}",
2683
+ "$type": "color"
2684
+ },
2685
+ "navigable-background-hover": {
2686
+ "$value": "{palette.navigate.palette-navigate-background-hover}",
2687
+ "$type": "color"
2688
+ }
2689
+ },
2690
+ "overlayable": {
2691
+ "overlayable-background": {
2692
+ "$value": "{palette.background.palette-background-backdrop}",
2693
+ "$type": "color"
2694
+ }
2695
+ },
2696
+ "selectable": {
2697
+ "selectable-borderColor": {
2698
+ "$value": "{palette.neutral.palette-neutral}",
2699
+ "$type": "color"
2700
+ },
2701
+ "selectable-borderColor-hover": {
2702
+ "$value": "{palette.accent.palette-accent-weak}",
2703
+ "$type": "color"
2704
+ },
2705
+ "selectable-borderColor-selected": {
2706
+ "$value": "{palette.accent.palette-accent}",
2707
+ "$type": "color"
2708
+ },
2709
+ "selectable-borderColor-selectedDisabled": {
2710
+ "$value": "{palette.accent.palette-accent-disabled}",
2711
+ "$type": "color"
2712
+ },
2713
+ "selectable-borderColor-disabled": {
2714
+ "$value": "{palette.neutral.palette-neutral-disabled}",
2715
+ "$type": "color"
2716
+ },
2717
+ "selectable-borderColor-readonly": {
2718
+ "$value": "{palette.neutral.palette-neutral-readonly}",
2719
+ "$type": "color"
2720
+ },
2721
+ "selectable-foreground": {
2722
+ "$value": "{palette.neutral.palette-neutral-strong}",
2723
+ "$type": "color"
2724
+ },
2725
+ "selectable-foreground-disabled": {
2726
+ "$value": "{palette.neutral.palette-neutral-strong-disabled}",
2727
+ "$type": "color"
2728
+ },
2729
+ "selectable-foreground-hover": {
2730
+ "$value": "{palette.accent.palette-accent-weak}",
2731
+ "$type": "color"
2732
+ },
2733
+ "selectable-foreground-selected": {
2734
+ "$value": "{palette.accent.palette-accent}",
2735
+ "$type": "color"
2736
+ },
2737
+ "selectable-foreground-selectedDisabled": {
2738
+ "$value": "{palette.accent.palette-accent-disabled}",
2739
+ "$type": "color"
2740
+ },
2741
+ "selectable-background": {
2742
+ "$value": "{palette.background.palette-background-none}",
2743
+ "$type": "color"
2744
+ },
2745
+ "selectable-background-hover": {
2746
+ "$value": "{palette.accent.palette-accent-weakest}",
2747
+ "$type": "color"
2748
+ },
2749
+ "selectable-background-selected": {
2750
+ "$value": "{palette.accent.palette-accent-weaker}",
2751
+ "$type": "color"
2752
+ },
2753
+ "selectable-background-blurSelected": {
2754
+ "$value": "{palette.neutral.palette-neutral-weakest}",
2755
+ "$type": "color"
2756
+ },
2757
+ "selectable-background-disabled": {
2758
+ "$value": "{palette.background.palette-background-none}",
2759
+ "$type": "color"
2760
+ },
2761
+ "selectable-background-selectedDisabled": {
2762
+ "$value": "{palette.accent.palette-accent-weaker-disabled}",
2763
+ "$type": "color"
2764
+ }
2765
+ },
2766
+ "separable": {
2767
+ "separable-primary-borderColor": {
2768
+ "$value": "{palette.neutral.palette-neutral-stronger-primary}",
2769
+ "$type": "color"
2770
+ },
2771
+ "separable-secondary-borderColor": {
2772
+ "$value": "{palette.neutral.palette-neutral-stronger-secondary}",
2773
+ "$type": "color"
2774
+ },
2775
+ "separable-tertiary-borderColor": {
2776
+ "$value": "{palette.neutral.palette-neutral-stronger-tertiary}",
2777
+ "$type": "color"
2778
+ }
2779
+ },
2780
+ "status": {
2781
+ "status-info-foreground": {
2782
+ "$value": "{palette.accent.palette-accent}",
2783
+ "$type": "color"
2784
+ },
2785
+ "status-success-foreground": {
2786
+ "$value": "{palette.positive.palette-positive}",
2787
+ "$type": "color"
2788
+ },
2789
+ "status-warning-foreground": {
2790
+ "$value": "{palette.warning.palette-warning}",
2791
+ "$type": "color"
2792
+ },
2793
+ "status-error-foreground": {
2794
+ "$value": "{palette.negative.palette-negative}",
2795
+ "$type": "color"
2796
+ },
2797
+ "status-static-foreground": {
2798
+ "$value": "{palette.foreground.palette-foreground-secondary}",
2799
+ "$type": "color"
2800
+ },
2801
+ "status-negative-foreground": {
2802
+ "$value": "{palette.negative.palette-negative}",
2803
+ "$type": "color"
2804
+ },
2805
+ "status-positive-foreground": {
2806
+ "$value": "{palette.positive.palette-positive}",
2807
+ "$type": "color"
2808
+ },
2809
+ "status-info-borderColor": {
2810
+ "$value": "{palette.accent.palette-accent}",
2811
+ "$type": "color"
2812
+ },
2813
+ "status-success-borderColor": {
2814
+ "$value": "{palette.positive.palette-positive}",
2815
+ "$type": "color"
2816
+ },
2817
+ "status-warning-borderColor": {
2818
+ "$value": "{palette.warning.palette-warning}",
2819
+ "$type": "color"
2820
+ },
2821
+ "status-error-borderColor": {
2822
+ "$value": "{palette.negative.palette-negative}",
2823
+ "$type": "color"
2824
+ },
2825
+ "status-info-background": {
2826
+ "$value": "{palette.accent.palette-accent-weakest}",
2827
+ "$type": "color"
2828
+ },
2829
+ "status-success-background": {
2830
+ "$value": "{palette.positive.palette-positive-weak}",
2831
+ "$type": "color"
2832
+ },
2833
+ "status-warning-background": {
2834
+ "$value": "{palette.warning.palette-warning-weak}",
2835
+ "$type": "color"
2836
+ },
2837
+ "status-error-background": {
2838
+ "$value": "{palette.negative.palette-negative-weak}",
2839
+ "$type": "color"
2840
+ },
2841
+ "status-success-background-selected": {
2842
+ "$value": "{palette.positive.palette-positive-weak}",
2843
+ "$type": "color"
2844
+ },
2845
+ "status-warning-background-selected": {
2846
+ "$value": "{palette.warning.palette-warning-weak}",
2847
+ "$type": "color"
2848
+ },
2849
+ "status-error-background-selected": {
2850
+ "$value": "{palette.negative.palette-negative-weak}",
2851
+ "$type": "color"
2852
+ }
2853
+ },
2854
+ "target": {
2855
+ "target-background-hover": {
2856
+ "$value": "{palette.accent.palette-accent}",
2857
+ "$type": "color"
2858
+ },
2859
+ "target-borderColor-hover": {
2860
+ "$value": "{palette.accent.palette-accent-weakest}",
2861
+ "$type": "color"
2862
+ }
2863
+ },
2864
+ "track": {
2865
+ "track-borderColor": {
2866
+ "$value": "{palette.neutral.palette-neutral}",
2867
+ "$type": "color"
2868
+ }
2869
+ }
2870
+ }
2871
+ }