@salt-ds/theme 0.0.0-snapshot-20240320194833 → 0.0.0-snapshot-20240320195607

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