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

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,2010 @@
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
+ "foreground": {
206
+ "palette-foreground-active": {
207
+ "$value": {
208
+ "$dark": "{foundations.color.color-blue-300}",
209
+ "$light": "{foundations.color.color-blue-700}"
210
+ },
211
+ "$type": "color"
212
+ },
213
+ "palette-foreground-hover": {
214
+ "$value": {
215
+ "$dark": "{foundations.color.color-blue-400}",
216
+ "$light": "{foundations.color.color-blue-600}"
217
+ },
218
+ "$type": "color"
219
+ },
220
+ "palette-foreground-primary": {
221
+ "$value": {
222
+ "$dark": "{foundations.color.color-white}",
223
+ "$light": "{foundations.color.color-black}"
224
+ },
225
+ "$type": "color"
226
+ },
227
+ "palette-foreground-primary-disabled": {
228
+ "$value": {
229
+ "$dark": "{foundations.color.color-white-40a}",
230
+ "$light": "{foundations.color.color-black-40a}"
231
+ },
232
+ "$type": "color"
233
+ },
234
+ "palette-foreground-primary-alt": {
235
+ "$value": {
236
+ "$dark": "{foundations.color.color-white}",
237
+ "$light": "{foundations.color.color-white}"
238
+ },
239
+ "$type": "color"
240
+ },
241
+ "palette-foreground-primary-alt-disabled": {
242
+ "$value": {
243
+ "$dark": "{foundations.color.color-white-40a}",
244
+ "$light": "{foundations.color.color-white-40a}"
245
+ },
246
+ "$type": "color"
247
+ },
248
+ "palette-foreground-secondary": {
249
+ "$value": {
250
+ "$dark": "{foundations.color.color-gray-400}",
251
+ "$light": "{foundations.color.color-gray-600}"
252
+ },
253
+ "$type": "color"
254
+ },
255
+ "palette-foreground-secondary-disabled": {
256
+ "$value": {
257
+ "$dark": "{foundations.color.color-gray-400-40a}",
258
+ "$light": "{foundations.color.color-gray-600-40a}"
259
+ },
260
+ "$type": "color"
261
+ },
262
+ "palette-foreground-visited": {
263
+ "$value": {
264
+ "$dark": "{foundations.color.color-purple-200}",
265
+ "$light": "{foundations.color.color-purple-800}"
266
+ },
267
+ "$type": "color"
268
+ },
269
+ "palette-foreground-invert": {
270
+ "$value": {
271
+ "$dark": "{foundations.color.color-black}",
272
+ "$light": "{foundations.color.color-white}"
273
+ },
274
+ "$type": "color"
275
+ }
276
+ },
277
+ "info": {
278
+ "palette-info": {
279
+ "$value": {
280
+ "$dark": "{foundations.color.color-blue-500}",
281
+ "$light": "{foundations.color.color-blue-500}"
282
+ },
283
+ "$type": "color"
284
+ },
285
+ "palette-info-weak": {
286
+ "$value": {
287
+ "$dark": "{foundations.color.color-blue-900}",
288
+ "$light": "{foundations.color.color-blue-100}"
289
+ },
290
+ "$type": "color"
291
+ }
292
+ },
293
+ "negative": {
294
+ "palette-negative": {
295
+ "$value": {
296
+ "$dark": "{foundations.color.color-red-500}",
297
+ "$light": "{foundations.color.color-red-500}"
298
+ },
299
+ "$type": "color"
300
+ },
301
+ "palette-negative-weak": {
302
+ "$value": {
303
+ "$dark": "{foundations.color.color-red-900}",
304
+ "$light": "{foundations.color.color-red-100}"
305
+ },
306
+ "$type": "color"
307
+ }
308
+ },
309
+ "neutral": {
310
+ "palette-neutral": {
311
+ "$value": {
312
+ "$dark": "{foundations.color.color-gray-500}",
313
+ "$light": "{foundations.color.color-gray-500}"
314
+ },
315
+ "$type": "color"
316
+ },
317
+ "palette-neutral-disabled": {
318
+ "$value": {
319
+ "$dark": "{foundations.color.color-gray-500-40a}",
320
+ "$light": "{foundations.color.color-gray-500-40a}"
321
+ },
322
+ "$type": "color"
323
+ },
324
+ "palette-neutral-readonly": {
325
+ "$value": {
326
+ "$dark": "{foundations.color.color-gray-500-10a}",
327
+ "$light": "{foundations.color.color-gray-500-10a}"
328
+ },
329
+ "$type": "color"
330
+ },
331
+ "palette-neutral-strong": {
332
+ "$value": {
333
+ "$dark": "{foundations.color.color-gray-400}",
334
+ "$light": "{foundations.color.color-gray-600}"
335
+ },
336
+ "$type": "color"
337
+ },
338
+ "palette-neutral-strong-disabled": {
339
+ "$value": {
340
+ "$dark": "{foundations.color.color-gray-400-40a}",
341
+ "$light": "{foundations.color.color-gray-600-40a}"
342
+ },
343
+ "$type": "color"
344
+ },
345
+ "palette-neutral-stronger": {
346
+ "$value": {
347
+ "$dark": "{foundations.color.color-gray-300}",
348
+ "$light": "{foundations.color.color-gray-700}"
349
+ },
350
+ "$type": "color"
351
+ },
352
+ "palette-neutral-stronger-primary": {
353
+ "$value": {
354
+ "$dark": "{foundations.color.color-white-40a}",
355
+ "$light": "{foundations.color.color-black-40a}"
356
+ },
357
+ "$type": "color"
358
+ },
359
+ "palette-neutral-stronger-secondary": {
360
+ "$value": {
361
+ "$dark": "{foundations.color.color-white-30a}",
362
+ "$light": "{foundations.color.color-black-30a}"
363
+ },
364
+ "$type": "color"
365
+ },
366
+ "palette-neutral-stronger-tertiary": {
367
+ "$value": {
368
+ "$dark": "{foundations.color.color-white-20a}",
369
+ "$light": "{foundations.color.color-black-20a}"
370
+ },
371
+ "$type": "color"
372
+ },
373
+ "palette-neutral-strongest": {
374
+ "$value": {
375
+ "$dark": "{foundations.color.color-gray-200}",
376
+ "$light": "{foundations.color.color-gray-800}"
377
+ },
378
+ "$type": "color"
379
+ },
380
+ "palette-neutral-weak": {
381
+ "$value": {
382
+ "$dark": "{foundations.color.color-gray-600}",
383
+ "$light": "{foundations.color.color-gray-400}"
384
+ },
385
+ "$type": "color"
386
+ },
387
+ "palette-neutral-weak-disabled": {
388
+ "$value": {
389
+ "$dark": "{foundations.color.color-gray-600-40a}",
390
+ "$light": "{foundations.color.color-gray-400-40a}"
391
+ },
392
+ "$type": "color"
393
+ },
394
+ "palette-neutral-weaker": {
395
+ "$value": {
396
+ "$dark": "{foundations.color.color-gray-700}",
397
+ "$light": "{foundations.color.color-gray-300}"
398
+ },
399
+ "$type": "color"
400
+ },
401
+ "palette-neutral-weaker-disabled": {
402
+ "$value": {
403
+ "$dark": "{foundations.color.color-gray-700-40a}",
404
+ "$light": "{foundations.color.color-gray-300-40a}"
405
+ },
406
+ "$type": "color"
407
+ },
408
+ "palette-neutral-weaker-readonly": {
409
+ "$value": {
410
+ "$dark": "{foundations.color.color-gray-700-10a}",
411
+ "$light": "{foundations.color.color-gray-300-10a}"
412
+ },
413
+ "$type": "color"
414
+ },
415
+ "palette-neutral-weakest": {
416
+ "$value": {
417
+ "$dark": "{foundations.color.color-gray-800}",
418
+ "$light": "{foundations.color.color-gray-200}"
419
+ },
420
+ "$type": "color"
421
+ }
422
+ },
423
+ "positive": {
424
+ "palette-positive": {
425
+ "$value": {
426
+ "$dark": "{foundations.color.color-green-500}",
427
+ "$light": "{foundations.color.color-green-500}"
428
+ },
429
+ "$type": "color"
430
+ },
431
+ "palette-positive-weak": {
432
+ "$value": {
433
+ "$dark": "{foundations.color.color-green-900}",
434
+ "$light": "{foundations.color.color-green-100}"
435
+ },
436
+ "$type": "color"
437
+ }
438
+ },
439
+ "warning": {
440
+ "palette-warning": {
441
+ "$value": {
442
+ "$dark": "{foundations.color.color-orange-500}",
443
+ "$light": "{foundations.color.color-orange-500}"
444
+ },
445
+ "$type": "color"
446
+ },
447
+ "palette-warning-weak": {
448
+ "$value": {
449
+ "$dark": "{foundations.color.color-orange-900}",
450
+ "$light": "{foundations.color.color-orange-100}"
451
+ },
452
+ "$type": "color"
453
+ }
454
+ }
455
+ },
456
+ "foundations": {
457
+ "shadow": {
458
+ "shadow-100-color": {
459
+ "$value": {
460
+ "$dark": "#0000007f",
461
+ "$light": "#00000019"
462
+ },
463
+ "$type": "color"
464
+ },
465
+ "shadow-200-color": {
466
+ "$value": {
467
+ "$dark": "#0000007f",
468
+ "$light": "#00000019"
469
+ },
470
+ "$type": "color"
471
+ },
472
+ "shadow-300-color": {
473
+ "$value": {
474
+ "$dark": "#0000008c",
475
+ "$light": "#00000026"
476
+ },
477
+ "$type": "color"
478
+ },
479
+ "shadow-400-color": {
480
+ "$value": {
481
+ "$dark": "#0000008c",
482
+ "$light": "#00000033"
483
+ },
484
+ "$type": "color"
485
+ },
486
+ "shadow-500-color": {
487
+ "$value": {
488
+ "$dark": "#000000a5",
489
+ "$light": "#0000004c"
490
+ },
491
+ "$type": "color"
492
+ },
493
+ "shadow-100": {
494
+ "$value": {
495
+ "offsetX": "0",
496
+ "offsetY": "1px",
497
+ "blur": "3px",
498
+ "spread": "0",
499
+ "color": "{foundations.shadow.shadow-100-color}"
500
+ },
501
+ "$type": "shadow"
502
+ },
503
+ "shadow-200": {
504
+ "$value": {
505
+ "offsetX": "0",
506
+ "offsetY": "2px",
507
+ "blur": "4px",
508
+ "spread": "0",
509
+ "color": "{foundations.shadow.shadow-200-color}"
510
+ },
511
+ "$type": "shadow"
512
+ },
513
+ "shadow-300": {
514
+ "$value": {
515
+ "offsetX": "0",
516
+ "offsetY": "4px",
517
+ "blur": "8px",
518
+ "spread": "0",
519
+ "color": "{foundations.shadow.shadow-300-color}"
520
+ },
521
+ "$type": "shadow"
522
+ },
523
+ "shadow-400": {
524
+ "$value": {
525
+ "offsetX": "0",
526
+ "offsetY": "6px",
527
+ "blur": "10px",
528
+ "spread": "0",
529
+ "color": "{foundations.shadow.shadow-400-color}"
530
+ },
531
+ "$type": "shadow"
532
+ },
533
+ "shadow-500": {
534
+ "$value": {
535
+ "offsetX": "0",
536
+ "offsetY": "12px",
537
+ "blur": "40px",
538
+ "spread": "0",
539
+ "color": "{foundations.shadow.shadow-500-color}"
540
+ },
541
+ "$type": "shadow"
542
+ }
543
+ },
544
+ "curve": {
545
+ "curve-0": {
546
+ "$value": {
547
+ "$low": "0",
548
+ "$touch": "0",
549
+ "$medium": "0",
550
+ "$high": "0"
551
+ },
552
+ "$type": "dimension"
553
+ },
554
+ "curve-50": {
555
+ "$value": {
556
+ "$low": "3px",
557
+ "$touch": "4px",
558
+ "$medium": "2px",
559
+ "$high": "1px"
560
+ },
561
+ "$type": "dimension"
562
+ },
563
+ "curve-100": {
564
+ "$value": {
565
+ "$low": "6px",
566
+ "$touch": "8px",
567
+ "$medium": "4px",
568
+ "$high": "2px"
569
+ },
570
+ "$type": "dimension"
571
+ },
572
+ "curve-150": {
573
+ "$value": {
574
+ "$low": "9px",
575
+ "$touch": "12px",
576
+ "$medium": "6px",
577
+ "$high": "3px"
578
+ },
579
+ "$type": "dimension"
580
+ },
581
+ "curve-999": {
582
+ "$value": {
583
+ "$low": "999px",
584
+ "$touch": "999px",
585
+ "$medium": "999px",
586
+ "$high": "999px"
587
+ },
588
+ "$type": "dimension"
589
+ }
590
+ },
591
+ "size": {
592
+ "size-adornment": {
593
+ "$value": {
594
+ "$low": "10px",
595
+ "$touch": "12px",
596
+ "$medium": "8px",
597
+ "$high": "6px"
598
+ },
599
+ "$type": "dimension"
600
+ },
601
+ "size-bar": {
602
+ "$value": {
603
+ "$low": "6px",
604
+ "$touch": "8px",
605
+ "$medium": "4px",
606
+ "$high": "2px"
607
+ },
608
+ "$type": "dimension"
609
+ },
610
+ "size-base": {
611
+ "$value": {
612
+ "$low": "36px",
613
+ "$touch": "44px",
614
+ "$medium": "28px",
615
+ "$high": "20px"
616
+ },
617
+ "$type": "dimension"
618
+ },
619
+ "size-border": {
620
+ "$value": {
621
+ "$low": "1px",
622
+ "$touch": "1px",
623
+ "$medium": "1px",
624
+ "$high": "1px"
625
+ },
626
+ "$type": "dimension"
627
+ },
628
+ "size-icon": {
629
+ "$value": {
630
+ "$low": "14px",
631
+ "$touch": "16px",
632
+ "$medium": "12px",
633
+ "$high": "10px"
634
+ },
635
+ "$type": "dimension"
636
+ },
637
+ "size-indicator": {
638
+ "$value": {
639
+ "$low": "4px",
640
+ "$touch": "5px",
641
+ "$medium": "3px",
642
+ "$high": "2px"
643
+ },
644
+ "$type": "dimension"
645
+ },
646
+ "size-selectable": {
647
+ "$value": {
648
+ "$low": "16px",
649
+ "$touch": "18px",
650
+ "$medium": "14px",
651
+ "$high": "12px"
652
+ },
653
+ "$type": "dimension"
654
+ },
655
+ "size-bar-strong": {
656
+ "$value": {
657
+ "$low": "12px",
658
+ "$touch": "16px",
659
+ "$medium": "8px",
660
+ "$high": "4px"
661
+ },
662
+ "$type": "dimension"
663
+ },
664
+ "size-bar-small": {
665
+ "$value": {
666
+ "$low": "2px",
667
+ "$touch": "2px",
668
+ "$medium": "2px",
669
+ "$high": "2px"
670
+ },
671
+ "$type": "dimension"
672
+ },
673
+ "size-border-strong": {
674
+ "$value": {
675
+ "$low": "2px",
676
+ "$touch": "2px",
677
+ "$medium": "2px",
678
+ "$high": "2px"
679
+ },
680
+ "$type": "dimension"
681
+ }
682
+ },
683
+ "spacing": {
684
+ "spacing-100": {
685
+ "$value": {
686
+ "$low": "12px",
687
+ "$touch": "16px",
688
+ "$medium": "8px",
689
+ "$high": "4px"
690
+ },
691
+ "$type": "dimension"
692
+ }
693
+ },
694
+ "zIndex": {
695
+ "zIndex-default": {
696
+ "$value": {
697
+ "$low": "1",
698
+ "$touch": "1",
699
+ "$medium": "1",
700
+ "$high": "1"
701
+ },
702
+ "$type": "number"
703
+ },
704
+ "zIndex-popout": {
705
+ "$value": {
706
+ "$low": "1000",
707
+ "$touch": "1000",
708
+ "$medium": "1000",
709
+ "$high": "1000"
710
+ },
711
+ "$type": "number"
712
+ },
713
+ "zIndex-appHeader": {
714
+ "$value": {
715
+ "$low": "1100",
716
+ "$touch": "1100",
717
+ "$medium": "1100",
718
+ "$high": "1100"
719
+ },
720
+ "$type": "number"
721
+ },
722
+ "zIndex-drawer": {
723
+ "$value": {
724
+ "$low": "1200",
725
+ "$touch": "1200",
726
+ "$medium": "1200",
727
+ "$high": "1200"
728
+ },
729
+ "$type": "number"
730
+ },
731
+ "zIndex-modal": {
732
+ "$value": {
733
+ "$low": "1300",
734
+ "$touch": "1300",
735
+ "$medium": "1300",
736
+ "$high": "1300"
737
+ },
738
+ "$type": "number"
739
+ },
740
+ "zIndex-notification": {
741
+ "$value": {
742
+ "$low": "1400",
743
+ "$touch": "1400",
744
+ "$medium": "1400",
745
+ "$high": "1400"
746
+ },
747
+ "$type": "number"
748
+ },
749
+ "zIndex-dragObject": {
750
+ "$value": {
751
+ "$low": "1420",
752
+ "$touch": "1420",
753
+ "$medium": "1420",
754
+ "$high": "1420"
755
+ },
756
+ "$type": "number"
757
+ },
758
+ "zIndex-contextMenu": {
759
+ "$value": {
760
+ "$low": "1450",
761
+ "$touch": "1450",
762
+ "$medium": "1450",
763
+ "$high": "1450"
764
+ },
765
+ "$type": "number"
766
+ },
767
+ "zIndex-flyover": {
768
+ "$value": {
769
+ "$low": "1500",
770
+ "$touch": "1500",
771
+ "$medium": "1500",
772
+ "$high": "1500"
773
+ },
774
+ "$type": "number"
775
+ }
776
+ },
777
+ "color": {
778
+ "color-white-rgb": {
779
+ "$value": "#ffffff",
780
+ "$type": "color"
781
+ },
782
+ "color-gray-100-rgb": {
783
+ "$value": "#f5f7f8",
784
+ "$type": "color"
785
+ },
786
+ "color-gray-200-rgb": {
787
+ "$value": "#d3d5d8",
788
+ "$type": "color"
789
+ },
790
+ "color-gray-300-rgb": {
791
+ "$value": "#b1b5b9",
792
+ "$type": "color"
793
+ },
794
+ "color-gray-400-rgb": {
795
+ "$value": "#91959a",
796
+ "$type": "color"
797
+ },
798
+ "color-gray-500-rgb": {
799
+ "$value": "#72777d",
800
+ "$type": "color"
801
+ },
802
+ "color-gray-600-rgb": {
803
+ "$value": "#5f646a",
804
+ "$type": "color"
805
+ },
806
+ "color-gray-700-rgb": {
807
+ "$value": "#4c5157",
808
+ "$type": "color"
809
+ },
810
+ "color-gray-800-rgb": {
811
+ "$value": "#3a3f44",
812
+ "$type": "color"
813
+ },
814
+ "color-gray-900-rgb": {
815
+ "$value": "#292e33",
816
+ "$type": "color"
817
+ },
818
+ "color-black-rgb": {
819
+ "$value": "#000000",
820
+ "$type": "color"
821
+ },
822
+ "color-blue-100-rgb": {
823
+ "$value": "#eaf6ff",
824
+ "$type": "color"
825
+ },
826
+ "color-blue-200-rgb": {
827
+ "$value": "#c0d5f3",
828
+ "$type": "color"
829
+ },
830
+ "color-blue-300-rgb": {
831
+ "$value": "#94b4e8",
832
+ "$type": "color"
833
+ },
834
+ "color-blue-400-rgb": {
835
+ "$value": "#6395db",
836
+ "$type": "color"
837
+ },
838
+ "color-blue-500-rgb": {
839
+ "$value": "#0078cf",
840
+ "$type": "color"
841
+ },
842
+ "color-blue-600-rgb": {
843
+ "$value": "#0161ad",
844
+ "$type": "color"
845
+ },
846
+ "color-blue-700-rgb": {
847
+ "$value": "#014b8c",
848
+ "$type": "color"
849
+ },
850
+ "color-blue-800-rgb": {
851
+ "$value": "#01366d",
852
+ "$type": "color"
853
+ },
854
+ "color-blue-900-rgb": {
855
+ "$value": "#00224f",
856
+ "$type": "color"
857
+ },
858
+ "color-green-100-rgb": {
859
+ "$value": "#eaf5f2",
860
+ "$type": "color"
861
+ },
862
+ "color-green-200-rgb": {
863
+ "$value": "#b9d9cb",
864
+ "$type": "color"
865
+ },
866
+ "color-green-300-rgb": {
867
+ "$value": "#88bea5",
868
+ "$type": "color"
869
+ },
870
+ "color-green-400-rgb": {
871
+ "$value": "#54a280",
872
+ "$type": "color"
873
+ },
874
+ "color-green-500-rgb": {
875
+ "$value": "#00875d",
876
+ "$type": "color"
877
+ },
878
+ "color-green-600-rgb": {
879
+ "$value": "#00714b",
880
+ "$type": "color"
881
+ },
882
+ "color-green-700-rgb": {
883
+ "$value": "#005b3a",
884
+ "$type": "color"
885
+ },
886
+ "color-green-800-rgb": {
887
+ "$value": "#00472a",
888
+ "$type": "color"
889
+ },
890
+ "color-green-900-rgb": {
891
+ "$value": "#00331a",
892
+ "$type": "color"
893
+ },
894
+ "color-teal-100-rgb": {
895
+ "$value": "#dbf5f7",
896
+ "$type": "color"
897
+ },
898
+ "color-teal-200-rgb": {
899
+ "$value": "#b1d6e0",
900
+ "$type": "color"
901
+ },
902
+ "color-teal-300-rgb": {
903
+ "$value": "#86b8ca",
904
+ "$type": "color"
905
+ },
906
+ "color-teal-400-rgb": {
907
+ "$value": "#599bb4",
908
+ "$type": "color"
909
+ },
910
+ "color-teal-500-rgb": {
911
+ "$value": "#1b7f9e",
912
+ "$type": "color"
913
+ },
914
+ "color-teal-600-rgb": {
915
+ "$value": "#126681",
916
+ "$type": "color"
917
+ },
918
+ "color-teal-700-rgb": {
919
+ "$value": "#0a4e66",
920
+ "$type": "color"
921
+ },
922
+ "color-teal-800-rgb": {
923
+ "$value": "#03374c",
924
+ "$type": "color"
925
+ },
926
+ "color-teal-900-rgb": {
927
+ "$value": "#002233",
928
+ "$type": "color"
929
+ },
930
+ "color-orange-100-rgb": {
931
+ "$value": "#ffecd9",
932
+ "$type": "color"
933
+ },
934
+ "color-orange-200-rgb": {
935
+ "$value": "#f4c7a4",
936
+ "$type": "color"
937
+ },
938
+ "color-orange-300-rgb": {
939
+ "$value": "#e5a271",
940
+ "$type": "color"
941
+ },
942
+ "color-orange-400-rgb": {
943
+ "$value": "#d37f40",
944
+ "$type": "color"
945
+ },
946
+ "color-orange-500-rgb": {
947
+ "$value": "#bd5b00",
948
+ "$type": "color"
949
+ },
950
+ "color-orange-600-rgb": {
951
+ "$value": "#9c4b04",
952
+ "$type": "color"
953
+ },
954
+ "color-orange-700-rgb": {
955
+ "$value": "#7d3c05",
956
+ "$type": "color"
957
+ },
958
+ "color-orange-800-rgb": {
959
+ "$value": "#5e2e05",
960
+ "$type": "color"
961
+ },
962
+ "color-orange-900-rgb": {
963
+ "$value": "#422000",
964
+ "$type": "color"
965
+ },
966
+ "color-red-100-rgb": {
967
+ "$value": "#ffecea",
968
+ "$type": "color"
969
+ },
970
+ "color-red-200-rgb": {
971
+ "$value": "#ffc1ba",
972
+ "$type": "color"
973
+ },
974
+ "color-red-300-rgb": {
975
+ "$value": "#fd948b",
976
+ "$type": "color"
977
+ },
978
+ "color-red-400-rgb": {
979
+ "$value": "#f3645e",
980
+ "$type": "color"
981
+ },
982
+ "color-red-500-rgb": {
983
+ "$value": "#e52135",
984
+ "$type": "color"
985
+ },
986
+ "color-red-600-rgb": {
987
+ "$value": "#c11729",
988
+ "$type": "color"
989
+ },
990
+ "color-red-700-rgb": {
991
+ "$value": "#9f0e1d",
992
+ "$type": "color"
993
+ },
994
+ "color-red-800-rgb": {
995
+ "$value": "#7d0512",
996
+ "$type": "color"
997
+ },
998
+ "color-red-900-rgb": {
999
+ "$value": "#5e0003",
1000
+ "$type": "color"
1001
+ },
1002
+ "color-purple-100-rgb": {
1003
+ "$value": "#f6f0fa",
1004
+ "$type": "color"
1005
+ },
1006
+ "color-purple-200-rgb": {
1007
+ "$value": "#e2cae7",
1008
+ "$type": "color"
1009
+ },
1010
+ "color-purple-300-rgb": {
1011
+ "$value": "#cda5d3",
1012
+ "$type": "color"
1013
+ },
1014
+ "color-purple-400-rgb": {
1015
+ "$value": "#b880c0",
1016
+ "$type": "color"
1017
+ },
1018
+ "color-purple-500-rgb": {
1019
+ "$value": "#a25bad",
1020
+ "$type": "color"
1021
+ },
1022
+ "color-purple-600-rgb": {
1023
+ "$value": "#894b92",
1024
+ "$type": "color"
1025
+ },
1026
+ "color-purple-700-rgb": {
1027
+ "$value": "#703c78",
1028
+ "$type": "color"
1029
+ },
1030
+ "color-purple-800-rgb": {
1031
+ "$value": "#592d5f",
1032
+ "$type": "color"
1033
+ },
1034
+ "color-purple-900-rgb": {
1035
+ "$value": "#421f47",
1036
+ "$type": "color"
1037
+ },
1038
+ "color-background-snow-rgb": {
1039
+ "$value": "#ffffff",
1040
+ "$type": "color"
1041
+ },
1042
+ "color-background-marble-rgb": {
1043
+ "$value": "#f5f7f8",
1044
+ "$type": "color"
1045
+ },
1046
+ "color-background-limestone-rgb": {
1047
+ "$value": "#faf8f2",
1048
+ "$type": "color"
1049
+ },
1050
+ "color-background-gradientlight-rgb": {
1051
+ "$value": "#e2e4e5",
1052
+ "$type": "color"
1053
+ },
1054
+ "color-background-jet-rgb": {
1055
+ "$value": "#101820",
1056
+ "$type": "color"
1057
+ },
1058
+ "color-background-granite-rgb": {
1059
+ "$value": "#1a2229",
1060
+ "$type": "color"
1061
+ },
1062
+ "color-background-leather-rgb": {
1063
+ "$value": "#26292b",
1064
+ "$type": "color"
1065
+ },
1066
+ "color-logo-brown-rgb": {
1067
+ "$value": "#3a2206",
1068
+ "$type": "color"
1069
+ },
1070
+ "color-white": {
1071
+ "$value": "{foundations.color.color-white-rgb}",
1072
+ "$type": "color"
1073
+ },
1074
+ "color-gray-100": {
1075
+ "$value": "{foundations.color.color-gray-100-rgb}",
1076
+ "$type": "color"
1077
+ },
1078
+ "color-gray-200": {
1079
+ "$value": "{foundations.color.color-gray-200-rgb}",
1080
+ "$type": "color"
1081
+ },
1082
+ "color-gray-300": {
1083
+ "$value": "{foundations.color.color-gray-300-rgb}",
1084
+ "$type": "color"
1085
+ },
1086
+ "color-gray-400": {
1087
+ "$value": "{foundations.color.color-gray-400-rgb}",
1088
+ "$type": "color"
1089
+ },
1090
+ "color-gray-500": {
1091
+ "$value": "{foundations.color.color-gray-500-rgb}",
1092
+ "$type": "color"
1093
+ },
1094
+ "color-gray-600": {
1095
+ "$value": "{foundations.color.color-gray-600-rgb}",
1096
+ "$type": "color"
1097
+ },
1098
+ "color-gray-700": {
1099
+ "$value": "{foundations.color.color-gray-700-rgb}",
1100
+ "$type": "color"
1101
+ },
1102
+ "color-gray-800": {
1103
+ "$value": "{foundations.color.color-gray-800-rgb}",
1104
+ "$type": "color"
1105
+ },
1106
+ "color-gray-900": {
1107
+ "$value": "{foundations.color.color-gray-900-rgb}",
1108
+ "$type": "color"
1109
+ },
1110
+ "color-black": {
1111
+ "$value": "{foundations.color.color-black-rgb}",
1112
+ "$type": "color"
1113
+ },
1114
+ "color-blue-100": {
1115
+ "$value": "{foundations.color.color-blue-100-rgb}",
1116
+ "$type": "color"
1117
+ },
1118
+ "color-blue-200": {
1119
+ "$value": "{foundations.color.color-blue-200-rgb}",
1120
+ "$type": "color"
1121
+ },
1122
+ "color-blue-300": {
1123
+ "$value": "{foundations.color.color-blue-300-rgb}",
1124
+ "$type": "color"
1125
+ },
1126
+ "color-blue-400": {
1127
+ "$value": "{foundations.color.color-blue-400-rgb}",
1128
+ "$type": "color"
1129
+ },
1130
+ "color-blue-500": {
1131
+ "$value": "{foundations.color.color-blue-500-rgb}",
1132
+ "$type": "color"
1133
+ },
1134
+ "color-blue-600": {
1135
+ "$value": "{foundations.color.color-blue-600-rgb}",
1136
+ "$type": "color"
1137
+ },
1138
+ "color-blue-700": {
1139
+ "$value": "{foundations.color.color-blue-700-rgb}",
1140
+ "$type": "color"
1141
+ },
1142
+ "color-blue-800": {
1143
+ "$value": "{foundations.color.color-blue-800-rgb}",
1144
+ "$type": "color"
1145
+ },
1146
+ "color-blue-900": {
1147
+ "$value": "{foundations.color.color-blue-900-rgb}",
1148
+ "$type": "color"
1149
+ },
1150
+ "color-green-100": {
1151
+ "$value": "{foundations.color.color-green-100-rgb}",
1152
+ "$type": "color"
1153
+ },
1154
+ "color-green-200": {
1155
+ "$value": "{foundations.color.color-green-200-rgb}",
1156
+ "$type": "color"
1157
+ },
1158
+ "color-green-300": {
1159
+ "$value": "{foundations.color.color-green-300-rgb}",
1160
+ "$type": "color"
1161
+ },
1162
+ "color-green-400": {
1163
+ "$value": "{foundations.color.color-green-400-rgb}",
1164
+ "$type": "color"
1165
+ },
1166
+ "color-green-500": {
1167
+ "$value": "{foundations.color.color-green-500-rgb}",
1168
+ "$type": "color"
1169
+ },
1170
+ "color-green-600": {
1171
+ "$value": "{foundations.color.color-green-600-rgb}",
1172
+ "$type": "color"
1173
+ },
1174
+ "color-green-700": {
1175
+ "$value": "{foundations.color.color-green-700-rgb}",
1176
+ "$type": "color"
1177
+ },
1178
+ "color-green-800": {
1179
+ "$value": "{foundations.color.color-green-800-rgb}",
1180
+ "$type": "color"
1181
+ },
1182
+ "color-green-900": {
1183
+ "$value": "{foundations.color.color-green-900-rgb}",
1184
+ "$type": "color"
1185
+ },
1186
+ "color-teal-100": {
1187
+ "$value": "{foundations.color.color-teal-100-rgb}",
1188
+ "$type": "color"
1189
+ },
1190
+ "color-teal-200": {
1191
+ "$value": "{foundations.color.color-teal-200-rgb}",
1192
+ "$type": "color"
1193
+ },
1194
+ "color-teal-300": {
1195
+ "$value": "{foundations.color.color-teal-300-rgb}",
1196
+ "$type": "color"
1197
+ },
1198
+ "color-teal-400": {
1199
+ "$value": "{foundations.color.color-teal-400-rgb}",
1200
+ "$type": "color"
1201
+ },
1202
+ "color-teal-500": {
1203
+ "$value": "{foundations.color.color-teal-500-rgb}",
1204
+ "$type": "color"
1205
+ },
1206
+ "color-teal-600": {
1207
+ "$value": "{foundations.color.color-teal-600-rgb}",
1208
+ "$type": "color"
1209
+ },
1210
+ "color-teal-700": {
1211
+ "$value": "{foundations.color.color-teal-700-rgb}",
1212
+ "$type": "color"
1213
+ },
1214
+ "color-teal-800": {
1215
+ "$value": "{foundations.color.color-teal-800-rgb}",
1216
+ "$type": "color"
1217
+ },
1218
+ "color-teal-900": {
1219
+ "$value": "{foundations.color.color-teal-900-rgb}",
1220
+ "$type": "color"
1221
+ },
1222
+ "color-orange-100": {
1223
+ "$value": "{foundations.color.color-orange-100-rgb}",
1224
+ "$type": "color"
1225
+ },
1226
+ "color-orange-200": {
1227
+ "$value": "{foundations.color.color-orange-200-rgb}",
1228
+ "$type": "color"
1229
+ },
1230
+ "color-orange-300": {
1231
+ "$value": "{foundations.color.color-orange-300-rgb}",
1232
+ "$type": "color"
1233
+ },
1234
+ "color-orange-400": {
1235
+ "$value": "{foundations.color.color-orange-400-rgb}",
1236
+ "$type": "color"
1237
+ },
1238
+ "color-orange-500": {
1239
+ "$value": "{foundations.color.color-orange-500-rgb}",
1240
+ "$type": "color"
1241
+ },
1242
+ "color-orange-600": {
1243
+ "$value": "{foundations.color.color-orange-600-rgb}",
1244
+ "$type": "color"
1245
+ },
1246
+ "color-orange-700": {
1247
+ "$value": "{foundations.color.color-orange-700-rgb}",
1248
+ "$type": "color"
1249
+ },
1250
+ "color-orange-800": {
1251
+ "$value": "{foundations.color.color-orange-800-rgb}",
1252
+ "$type": "color"
1253
+ },
1254
+ "color-orange-900": {
1255
+ "$value": "{foundations.color.color-orange-900-rgb}",
1256
+ "$type": "color"
1257
+ },
1258
+ "color-red-100": {
1259
+ "$value": "{foundations.color.color-red-100-rgb}",
1260
+ "$type": "color"
1261
+ },
1262
+ "color-red-200": {
1263
+ "$value": "{foundations.color.color-red-200-rgb}",
1264
+ "$type": "color"
1265
+ },
1266
+ "color-red-300": {
1267
+ "$value": "{foundations.color.color-red-300-rgb}",
1268
+ "$type": "color"
1269
+ },
1270
+ "color-red-400": {
1271
+ "$value": "{foundations.color.color-red-400-rgb}",
1272
+ "$type": "color"
1273
+ },
1274
+ "color-red-500": {
1275
+ "$value": "{foundations.color.color-red-500-rgb}",
1276
+ "$type": "color"
1277
+ },
1278
+ "color-red-600": {
1279
+ "$value": "{foundations.color.color-red-600-rgb}",
1280
+ "$type": "color"
1281
+ },
1282
+ "color-red-700": {
1283
+ "$value": "{foundations.color.color-red-700-rgb}",
1284
+ "$type": "color"
1285
+ },
1286
+ "color-red-800": {
1287
+ "$value": "{foundations.color.color-red-800-rgb}",
1288
+ "$type": "color"
1289
+ },
1290
+ "color-red-900": {
1291
+ "$value": "{foundations.color.color-red-900-rgb}",
1292
+ "$type": "color"
1293
+ },
1294
+ "color-purple-100": {
1295
+ "$value": "{foundations.color.color-purple-100-rgb}",
1296
+ "$type": "color"
1297
+ },
1298
+ "color-purple-200": {
1299
+ "$value": "{foundations.color.color-purple-200-rgb}",
1300
+ "$type": "color"
1301
+ },
1302
+ "color-purple-300": {
1303
+ "$value": "{foundations.color.color-purple-300-rgb}",
1304
+ "$type": "color"
1305
+ },
1306
+ "color-purple-400": {
1307
+ "$value": "{foundations.color.color-purple-400-rgb}",
1308
+ "$type": "color"
1309
+ },
1310
+ "color-purple-500": {
1311
+ "$value": "{foundations.color.color-purple-500-rgb}",
1312
+ "$type": "color"
1313
+ },
1314
+ "color-purple-600": {
1315
+ "$value": "{foundations.color.color-purple-600-rgb}",
1316
+ "$type": "color"
1317
+ },
1318
+ "color-purple-700": {
1319
+ "$value": "{foundations.color.color-purple-700-rgb}",
1320
+ "$type": "color"
1321
+ },
1322
+ "color-purple-800": {
1323
+ "$value": "{foundations.color.color-purple-800-rgb}",
1324
+ "$type": "color"
1325
+ },
1326
+ "color-purple-900": {
1327
+ "$value": "{foundations.color.color-purple-900-rgb}",
1328
+ "$type": "color"
1329
+ },
1330
+ "color-background-snow": {
1331
+ "$value": "{foundations.color.color-background-snow-rgb}",
1332
+ "$type": "color"
1333
+ },
1334
+ "color-background-marble": {
1335
+ "$value": "{foundations.color.color-background-marble-rgb}",
1336
+ "$type": "color"
1337
+ },
1338
+ "color-background-limestone": {
1339
+ "$value": "{foundations.color.color-background-limestone-rgb}",
1340
+ "$type": "color"
1341
+ },
1342
+ "color-background-gradientlight": {
1343
+ "$value": "{foundations.color.color-background-gradientlight-rgb}",
1344
+ "$type": "color"
1345
+ },
1346
+ "color-background-jet": {
1347
+ "$value": "{foundations.color.color-background-jet-rgb}",
1348
+ "$type": "color"
1349
+ },
1350
+ "color-background-granite": {
1351
+ "$value": "{foundations.color.color-background-granite-rgb}",
1352
+ "$type": "color"
1353
+ },
1354
+ "color-background-leather": {
1355
+ "$value": "{foundations.color.color-background-leather-rgb}",
1356
+ "$type": "color"
1357
+ },
1358
+ "color-logo-brown": {
1359
+ "$value": "{foundations.color.color-logo-brown-rgb}",
1360
+ "$type": "color"
1361
+ },
1362
+ "color-white-20a": {
1363
+ "$value": "{foundations.color.color-white-rgb}",
1364
+ "$type": "color"
1365
+ },
1366
+ "color-white-30a": {
1367
+ "$value": "{foundations.color.color-white-rgb}",
1368
+ "$type": "color"
1369
+ },
1370
+ "color-white-40a": {
1371
+ "$value": "{foundations.color.color-white-rgb}",
1372
+ "$type": "color"
1373
+ },
1374
+ "color-white-70a": {
1375
+ "$value": "{foundations.color.color-white-rgb}",
1376
+ "$type": "color"
1377
+ },
1378
+ "color-black-20a": {
1379
+ "$value": "{foundations.color.color-black-rgb}",
1380
+ "$type": "color"
1381
+ },
1382
+ "color-black-30a": {
1383
+ "$value": "{foundations.color.color-black-rgb}",
1384
+ "$type": "color"
1385
+ },
1386
+ "color-black-40a": {
1387
+ "$value": "{foundations.color.color-black-rgb}",
1388
+ "$type": "color"
1389
+ },
1390
+ "color-black-70a": {
1391
+ "$value": "{foundations.color.color-black-rgb}",
1392
+ "$type": "color"
1393
+ },
1394
+ "color-gray-300-10a": {
1395
+ "$value": "{foundations.color.color-gray-300-rgb}",
1396
+ "$type": "color"
1397
+ },
1398
+ "color-gray-300-40a": {
1399
+ "$value": "{foundations.color.color-gray-300-rgb}",
1400
+ "$type": "color"
1401
+ },
1402
+ "color-gray-400-40a": {
1403
+ "$value": "{foundations.color.color-gray-400-rgb}",
1404
+ "$type": "color"
1405
+ },
1406
+ "color-gray-500-10a": {
1407
+ "$value": "{foundations.color.color-gray-500-rgb}",
1408
+ "$type": "color"
1409
+ },
1410
+ "color-gray-500-40a": {
1411
+ "$value": "{foundations.color.color-gray-500-rgb}",
1412
+ "$type": "color"
1413
+ },
1414
+ "color-gray-600-40a": {
1415
+ "$value": "{foundations.color.color-gray-600-rgb}",
1416
+ "$type": "color"
1417
+ },
1418
+ "color-gray-700-10a": {
1419
+ "$value": "{foundations.color.color-gray-700-rgb}",
1420
+ "$type": "color"
1421
+ },
1422
+ "color-gray-700-40a": {
1423
+ "$value": "{foundations.color.color-gray-700-rgb}",
1424
+ "$type": "color"
1425
+ },
1426
+ "color-blue-200-40a": {
1427
+ "$value": "{foundations.color.color-blue-200-rgb}",
1428
+ "$type": "color"
1429
+ },
1430
+ "color-blue-300-40a": {
1431
+ "$value": "{foundations.color.color-blue-300-rgb}",
1432
+ "$type": "color"
1433
+ },
1434
+ "color-blue-400-40a": {
1435
+ "$value": "{foundations.color.color-blue-400-rgb}",
1436
+ "$type": "color"
1437
+ },
1438
+ "color-blue-500-40a": {
1439
+ "$value": "{foundations.color.color-blue-500-rgb}",
1440
+ "$type": "color"
1441
+ },
1442
+ "color-blue-600-40a": {
1443
+ "$value": "{foundations.color.color-blue-600-rgb}",
1444
+ "$type": "color"
1445
+ },
1446
+ "color-blue-700-40a": {
1447
+ "$value": "{foundations.color.color-blue-700-rgb}",
1448
+ "$type": "color"
1449
+ },
1450
+ "color-blue-800-40a": {
1451
+ "$value": "{foundations.color.color-blue-800-rgb}",
1452
+ "$type": "color"
1453
+ },
1454
+ "color-background-snow-40a": {
1455
+ "$value": "{foundations.color.color-background-snow-rgb}",
1456
+ "$type": "color"
1457
+ },
1458
+ "color-background-marble-40a": {
1459
+ "$value": "{foundations.color.color-background-marble-rgb}",
1460
+ "$type": "color"
1461
+ },
1462
+ "color-background-limestone-40a": {
1463
+ "$value": "{foundations.color.color-background-limestone-rgb}",
1464
+ "$type": "color"
1465
+ },
1466
+ "color-background-granite-40a": {
1467
+ "$value": "{foundations.color.color-background-granite-rgb}",
1468
+ "$type": "color"
1469
+ },
1470
+ "color-background-jet-40a": {
1471
+ "$value": "{foundations.color.color-background-jet-rgb}",
1472
+ "$type": "color"
1473
+ },
1474
+ "color-background-leather-40a": {
1475
+ "$value": "{foundations.color.color-background-leather-rgb}",
1476
+ "$type": "color"
1477
+ }
1478
+ },
1479
+ "duration": {
1480
+ "duration-instant": {
1481
+ "$value": "0ms",
1482
+ "$type": "duration"
1483
+ },
1484
+ "duration-perceptible": {
1485
+ "$value": "300ms",
1486
+ "$type": "duration"
1487
+ },
1488
+ "duration-notable": {
1489
+ "$value": "1000ms",
1490
+ "$type": "duration"
1491
+ },
1492
+ "duration-cutoff": {
1493
+ "$value": "10000ms",
1494
+ "$type": "duration"
1495
+ }
1496
+ },
1497
+ "opacity": {
1498
+ "opacity-0": {
1499
+ "$value": "0",
1500
+ "$type": "number"
1501
+ },
1502
+ "opacity-8": {
1503
+ "$value": "0.08",
1504
+ "$type": "number"
1505
+ },
1506
+ "opacity-15": {
1507
+ "$value": "0.15",
1508
+ "$type": "number"
1509
+ },
1510
+ "opacity-25": {
1511
+ "$value": "0.25",
1512
+ "$type": "number"
1513
+ },
1514
+ "opacity-40": {
1515
+ "$value": "0.4",
1516
+ "$type": "number"
1517
+ },
1518
+ "opacity-70": {
1519
+ "$value": "0.7",
1520
+ "$type": "number"
1521
+ }
1522
+ },
1523
+ "typography": {
1524
+ "typography-fontFamily-openSans": {
1525
+ "$value": "\"Open Sans\"",
1526
+ "$type": "fontFamily"
1527
+ },
1528
+ "typography-fontFamily-amplitude": {
1529
+ "$value": "\"Amplitude\"",
1530
+ "$type": "fontFamily"
1531
+ },
1532
+ "typography-fontFamily-ptMono": {
1533
+ "$value": "\"PT Mono\"",
1534
+ "$type": "fontFamily"
1535
+ },
1536
+ "typography-fontWeight-light": {
1537
+ "$value": "300",
1538
+ "$type": "fontWeight"
1539
+ },
1540
+ "typography-fontWeight-regular": {
1541
+ "$value": "400",
1542
+ "$type": "fontWeight"
1543
+ },
1544
+ "typography-fontWeight-medium": {
1545
+ "$value": "500",
1546
+ "$type": "fontWeight"
1547
+ },
1548
+ "typography-fontWeight-semiBold": {
1549
+ "$value": "600",
1550
+ "$type": "fontWeight"
1551
+ },
1552
+ "typography-fontWeight-bold": {
1553
+ "$value": "700",
1554
+ "$type": "fontWeight"
1555
+ },
1556
+ "typography-fontWeight-extraBold": {
1557
+ "$value": "800",
1558
+ "$type": "fontWeight"
1559
+ }
1560
+ }
1561
+ },
1562
+ "characteristics": {
1563
+ "accent": {
1564
+ "accent-background": {
1565
+ "$value": "{palette.accent.palette-accent}",
1566
+ "$type": "color"
1567
+ },
1568
+ "accent-borderColor": {
1569
+ "$value": "{palette.accent.palette-accent}",
1570
+ "$type": "color"
1571
+ },
1572
+ "accent-foreground": {
1573
+ "$value": "{palette.foreground.palette-foreground-primary-alt}",
1574
+ "$type": "color"
1575
+ }
1576
+ },
1577
+ "actionable": {
1578
+ "actionable-cta-foreground": {
1579
+ "$value": "{palette.foreground.palette-foreground-primary-alt}",
1580
+ "$type": "color"
1581
+ },
1582
+ "actionable-cta-foreground-hover": {
1583
+ "$value": "{palette.foreground.palette-foreground-invert}",
1584
+ "$type": "color"
1585
+ },
1586
+ "actionable-cta-foreground-active": {
1587
+ "$value": "{palette.foreground.palette-foreground-invert}",
1588
+ "$type": "color"
1589
+ },
1590
+ "actionable-cta-foreground-disabled": {
1591
+ "$value": "{palette.foreground.palette-foreground-primary-alt-disabled}",
1592
+ "$type": "color"
1593
+ },
1594
+ "actionable-cta-background": {
1595
+ "$value": "{palette.accent.palette-accent}",
1596
+ "$type": "color"
1597
+ },
1598
+ "actionable-cta-background-hover": {
1599
+ "$value": "{palette.accent.palette-accent-strong}",
1600
+ "$type": "color"
1601
+ },
1602
+ "actionable-cta-background-active": {
1603
+ "$value": "{palette.accent.palette-accent-stronger}",
1604
+ "$type": "color"
1605
+ },
1606
+ "actionable-cta-background-disabled": {
1607
+ "$value": "{palette.accent.palette-accent-disabled}",
1608
+ "$type": "color"
1609
+ },
1610
+ "actionable-primary-foreground": {
1611
+ "$value": "{palette.foreground.palette-foreground-primary-alt}",
1612
+ "$type": "color"
1613
+ },
1614
+ "actionable-primary-foreground-hover": {
1615
+ "$value": "{palette.foreground.palette-foreground-invert}",
1616
+ "$type": "color"
1617
+ },
1618
+ "actionable-primary-foreground-active": {
1619
+ "$value": "{palette.foreground.palette-foreground-invert}",
1620
+ "$type": "color"
1621
+ },
1622
+ "actionable-primary-foreground-disabled": {
1623
+ "$value": "{palette.foreground.palette-foreground-primary-alt-disabled}",
1624
+ "$type": "color"
1625
+ },
1626
+ "actionable-primary-background": {
1627
+ "$value": "{palette.neutral.palette-neutral}",
1628
+ "$type": "color"
1629
+ },
1630
+ "actionable-primary-background-hover": {
1631
+ "$value": "{palette.neutral.palette-neutral-strong}",
1632
+ "$type": "color"
1633
+ },
1634
+ "actionable-primary-background-active": {
1635
+ "$value": "{palette.neutral.palette-neutral-stronger}",
1636
+ "$type": "color"
1637
+ },
1638
+ "actionable-primary-background-disabled": {
1639
+ "$value": "{palette.neutral.palette-neutral-strong-disabled}",
1640
+ "$type": "color"
1641
+ },
1642
+ "actionable-secondary-foreground": {
1643
+ "$value": "{palette.foreground.palette-foreground-primary}",
1644
+ "$type": "color"
1645
+ },
1646
+ "actionable-secondary-foreground-hover": {
1647
+ "$value": "{palette.foreground.palette-foreground-invert}",
1648
+ "$type": "color"
1649
+ },
1650
+ "actionable-secondary-foreground-active": {
1651
+ "$value": "{palette.foreground.palette-foreground-invert}",
1652
+ "$type": "color"
1653
+ },
1654
+ "actionable-secondary-foreground-disabled": {
1655
+ "$value": "{palette.foreground.palette-foreground-primary-disabled}",
1656
+ "$type": "color"
1657
+ },
1658
+ "actionable-secondary-background": {
1659
+ "$value": "{palette.background.palette-background-none}",
1660
+ "$type": "color"
1661
+ },
1662
+ "actionable-secondary-background-hover": {
1663
+ "$value": "{palette.neutral.palette-neutral-strong}",
1664
+ "$type": "color"
1665
+ },
1666
+ "actionable-secondary-background-active": {
1667
+ "$value": "{palette.neutral.palette-neutral-stronger}",
1668
+ "$type": "color"
1669
+ },
1670
+ "actionable-secondary-background-disabled": {
1671
+ "$value": "{palette.background.palette-background-none}",
1672
+ "$type": "color"
1673
+ }
1674
+ },
1675
+ "container": {
1676
+ "container-primary-background": {
1677
+ "$value": "{palette.background.palette-background-primary}",
1678
+ "$type": "color"
1679
+ },
1680
+ "container-primary-background-disabled": {
1681
+ "$value": "{palette.background.palette-background-primary-disabled}",
1682
+ "$type": "color"
1683
+ },
1684
+ "container-primary-borderColor": {
1685
+ "$value": "{palette.neutral.palette-neutral-weaker}",
1686
+ "$type": "color"
1687
+ },
1688
+ "container-primary-borderColor-disabled": {
1689
+ "$value": "{palette.neutral.palette-neutral-weaker-disabled}",
1690
+ "$type": "color"
1691
+ },
1692
+ "container-secondary-background": {
1693
+ "$value": "{palette.background.palette-background-secondary}",
1694
+ "$type": "color"
1695
+ },
1696
+ "container-secondary-background-disabled": {
1697
+ "$value": "{palette.background.palette-background-secondary-disabled}",
1698
+ "$type": "color"
1699
+ },
1700
+ "container-secondary-borderColor": {
1701
+ "$value": "{palette.neutral.palette-neutral-weaker}",
1702
+ "$type": "color"
1703
+ },
1704
+ "container-secondary-borderColor-disabled": {
1705
+ "$value": "{palette.neutral.palette-neutral-weaker-disabled}",
1706
+ "$type": "color"
1707
+ },
1708
+ "container-tertiary-background": {
1709
+ "$value": "{palette.background.palette-background-tertiary}",
1710
+ "$type": "color"
1711
+ },
1712
+ "container-tertiary-background-disabled": {
1713
+ "$value": "{palette.background.palette-background-tertiary-disabled}",
1714
+ "$type": "color"
1715
+ }
1716
+ },
1717
+ "content": {
1718
+ "content-primary-foreground": {
1719
+ "$value": "{palette.foreground.palette-foreground-primary}",
1720
+ "$type": "color"
1721
+ },
1722
+ "content-primary-foreground-disabled": {
1723
+ "$value": "{palette.foreground.palette-foreground-primary-disabled}",
1724
+ "$type": "color"
1725
+ },
1726
+ "content-secondary-foreground": {
1727
+ "$value": "{palette.foreground.palette-foreground-secondary}",
1728
+ "$type": "color"
1729
+ },
1730
+ "content-secondary-foreground-disabled": {
1731
+ "$value": "{palette.foreground.palette-foreground-secondary-disabled}",
1732
+ "$type": "color"
1733
+ },
1734
+ "content-foreground-hover": {
1735
+ "$value": "{palette.foreground.palette-foreground-hover}",
1736
+ "$type": "color"
1737
+ },
1738
+ "content-foreground-active": {
1739
+ "$value": "{palette.foreground.palette-foreground-active}",
1740
+ "$type": "color"
1741
+ },
1742
+ "content-foreground-visited": {
1743
+ "$value": "{palette.foreground.palette-foreground-visited}",
1744
+ "$type": "color"
1745
+ },
1746
+ "content-foreground-highlight": {
1747
+ "$value": "{palette.accent.palette-accent-weaker}",
1748
+ "$type": "color"
1749
+ }
1750
+ },
1751
+ "editable": {
1752
+ "editable-borderColor": {
1753
+ "$value": "{palette.neutral.palette-neutral}",
1754
+ "$type": "color"
1755
+ },
1756
+ "editable-borderColor-active": {
1757
+ "$value": "{palette.accent.palette-accent-stronger}",
1758
+ "$type": "color"
1759
+ },
1760
+ "editable-borderColor-disabled": {
1761
+ "$value": "{palette.neutral.palette-neutral-disabled}",
1762
+ "$type": "color"
1763
+ },
1764
+ "editable-borderColor-hover": {
1765
+ "$value": "{palette.accent.palette-accent}",
1766
+ "$type": "color"
1767
+ },
1768
+ "editable-borderColor-readonly": {
1769
+ "$value": "{palette.neutral.palette-neutral-readonly}",
1770
+ "$type": "color"
1771
+ },
1772
+ "editable-primary-background": {
1773
+ "$value": "{palette.background.palette-background-primary}",
1774
+ "$type": "color"
1775
+ },
1776
+ "editable-primary-background-active": {
1777
+ "$value": "{palette.background.palette-background-primary}",
1778
+ "$type": "color"
1779
+ },
1780
+ "editable-primary-background-disabled": {
1781
+ "$value": "{palette.background.palette-background-primary-disabled}",
1782
+ "$type": "color"
1783
+ },
1784
+ "editable-primary-background-hover": {
1785
+ "$value": "{palette.background.palette-background-primary}",
1786
+ "$type": "color"
1787
+ },
1788
+ "editable-primary-background-readonly": {
1789
+ "$value": "{palette.background.palette-background-none}",
1790
+ "$type": "color"
1791
+ },
1792
+ "editable-secondary-background": {
1793
+ "$value": "{palette.background.palette-background-secondary}",
1794
+ "$type": "color"
1795
+ },
1796
+ "editable-secondary-background-active": {
1797
+ "$value": "{palette.background.palette-background-secondary}",
1798
+ "$type": "color"
1799
+ },
1800
+ "editable-secondary-background-disabled": {
1801
+ "$value": "{palette.background.palette-background-secondary-disabled}",
1802
+ "$type": "color"
1803
+ },
1804
+ "editable-secondary-background-hover": {
1805
+ "$value": "{palette.background.palette-background-secondary}",
1806
+ "$type": "color"
1807
+ },
1808
+ "editable-secondary-background-readonly": {
1809
+ "$value": "{palette.background.palette-background-none}",
1810
+ "$type": "color"
1811
+ }
1812
+ },
1813
+ "focused": {
1814
+ "focused-outlineColor": {
1815
+ "$value": "{palette.accent.palette-accent-stronger}",
1816
+ "$type": "color"
1817
+ }
1818
+ },
1819
+ "navigable": {
1820
+ "navigable-indicator-hover": {
1821
+ "$value": "{palette.neutral.palette-neutral}",
1822
+ "$type": "color"
1823
+ },
1824
+ "navigable-indicator-active": {
1825
+ "$value": "{palette.accent.palette-accent}",
1826
+ "$type": "color"
1827
+ }
1828
+ },
1829
+ "overlayable": {
1830
+ "overlayable-background": {
1831
+ "$value": "{palette.background.palette-background-backdrop}",
1832
+ "$type": "color"
1833
+ }
1834
+ },
1835
+ "selectable": {
1836
+ "selectable-borderColor": {
1837
+ "$value": "{palette.neutral.palette-neutral}",
1838
+ "$type": "color"
1839
+ },
1840
+ "selectable-borderColor-hover": {
1841
+ "$value": "{palette.accent.palette-accent-weak}",
1842
+ "$type": "color"
1843
+ },
1844
+ "selectable-borderColor-selected": {
1845
+ "$value": "{palette.accent.palette-accent}",
1846
+ "$type": "color"
1847
+ },
1848
+ "selectable-borderColor-selectedDisabled": {
1849
+ "$value": "{palette.accent.palette-accent-disabled}",
1850
+ "$type": "color"
1851
+ },
1852
+ "selectable-borderColor-disabled": {
1853
+ "$value": "{palette.neutral.palette-neutral-disabled}",
1854
+ "$type": "color"
1855
+ },
1856
+ "selectable-borderColor-readonly": {
1857
+ "$value": "{palette.neutral.palette-neutral-readonly}",
1858
+ "$type": "color"
1859
+ },
1860
+ "selectable-foreground": {
1861
+ "$value": "{palette.neutral.palette-neutral-strong}",
1862
+ "$type": "color"
1863
+ },
1864
+ "selectable-foreground-disabled": {
1865
+ "$value": "{palette.neutral.palette-neutral-strong-disabled}",
1866
+ "$type": "color"
1867
+ },
1868
+ "selectable-foreground-hover": {
1869
+ "$value": "{palette.accent.palette-accent-weak}",
1870
+ "$type": "color"
1871
+ },
1872
+ "selectable-foreground-selected": {
1873
+ "$value": "{palette.accent.palette-accent}",
1874
+ "$type": "color"
1875
+ },
1876
+ "selectable-foreground-selectedDisabled": {
1877
+ "$value": "{palette.accent.palette-accent-disabled}",
1878
+ "$type": "color"
1879
+ },
1880
+ "selectable-background": {
1881
+ "$value": "{palette.background.palette-background-none}",
1882
+ "$type": "color"
1883
+ },
1884
+ "selectable-background-hover": {
1885
+ "$value": "{palette.accent.palette-accent-weakest}",
1886
+ "$type": "color"
1887
+ },
1888
+ "selectable-background-selected": {
1889
+ "$value": "{palette.accent.palette-accent-weaker}",
1890
+ "$type": "color"
1891
+ },
1892
+ "selectable-background-blurSelected": {
1893
+ "$value": "{palette.neutral.palette-neutral-weakest}",
1894
+ "$type": "color"
1895
+ },
1896
+ "selectable-background-disabled": {
1897
+ "$value": "{palette.background.palette-background-none}",
1898
+ "$type": "color"
1899
+ },
1900
+ "selectable-background-selectedDisabled": {
1901
+ "$value": "{palette.accent.palette-accent-weaker-disabled}",
1902
+ "$type": "color"
1903
+ }
1904
+ },
1905
+ "separable": {
1906
+ "separable-primary-borderColor": {
1907
+ "$value": "{palette.neutral.palette-neutral-stronger-primary}",
1908
+ "$type": "color"
1909
+ },
1910
+ "separable-secondary-borderColor": {
1911
+ "$value": "{palette.neutral.palette-neutral-stronger-secondary}",
1912
+ "$type": "color"
1913
+ },
1914
+ "separable-tertiary-borderColor": {
1915
+ "$value": "{palette.neutral.palette-neutral-stronger-tertiary}",
1916
+ "$type": "color"
1917
+ }
1918
+ },
1919
+ "status": {
1920
+ "status-info-foreground": {
1921
+ "$value": "{palette.accent.palette-accent}",
1922
+ "$type": "color"
1923
+ },
1924
+ "status-success-foreground": {
1925
+ "$value": "{palette.positive.palette-positive}",
1926
+ "$type": "color"
1927
+ },
1928
+ "status-warning-foreground": {
1929
+ "$value": "{palette.warning.palette-warning}",
1930
+ "$type": "color"
1931
+ },
1932
+ "status-error-foreground": {
1933
+ "$value": "{palette.negative.palette-negative}",
1934
+ "$type": "color"
1935
+ },
1936
+ "status-static-foreground": {
1937
+ "$value": "{palette.foreground.palette-foreground-secondary}",
1938
+ "$type": "color"
1939
+ },
1940
+ "status-negative-foreground": {
1941
+ "$value": "{palette.negative.palette-negative}",
1942
+ "$type": "color"
1943
+ },
1944
+ "status-positive-foreground": {
1945
+ "$value": "{palette.positive.palette-positive}",
1946
+ "$type": "color"
1947
+ },
1948
+ "status-info-borderColor": {
1949
+ "$value": "{palette.accent.palette-accent}",
1950
+ "$type": "color"
1951
+ },
1952
+ "status-success-borderColor": {
1953
+ "$value": "{palette.positive.palette-positive}",
1954
+ "$type": "color"
1955
+ },
1956
+ "status-warning-borderColor": {
1957
+ "$value": "{palette.warning.palette-warning}",
1958
+ "$type": "color"
1959
+ },
1960
+ "status-error-borderColor": {
1961
+ "$value": "{palette.negative.palette-negative}",
1962
+ "$type": "color"
1963
+ },
1964
+ "status-info-background": {
1965
+ "$value": "{palette.accent.palette-accent-weakest}",
1966
+ "$type": "color"
1967
+ },
1968
+ "status-success-background": {
1969
+ "$value": "{palette.positive.palette-positive-weak}",
1970
+ "$type": "color"
1971
+ },
1972
+ "status-warning-background": {
1973
+ "$value": "{palette.warning.palette-warning-weak}",
1974
+ "$type": "color"
1975
+ },
1976
+ "status-error-background": {
1977
+ "$value": "{palette.negative.palette-negative-weak}",
1978
+ "$type": "color"
1979
+ },
1980
+ "status-success-background-selected": {
1981
+ "$value": "{palette.positive.palette-positive-weak}",
1982
+ "$type": "color"
1983
+ },
1984
+ "status-warning-background-selected": {
1985
+ "$value": "{palette.warning.palette-warning-weak}",
1986
+ "$type": "color"
1987
+ },
1988
+ "status-error-background-selected": {
1989
+ "$value": "{palette.negative.palette-negative-weak}",
1990
+ "$type": "color"
1991
+ }
1992
+ },
1993
+ "target": {
1994
+ "target-background-hover": {
1995
+ "$value": "{palette.accent.palette-accent}",
1996
+ "$type": "color"
1997
+ },
1998
+ "target-borderColor-hover": {
1999
+ "$value": "{palette.accent.palette-accent-weakest}",
2000
+ "$type": "color"
2001
+ }
2002
+ },
2003
+ "track": {
2004
+ "track-borderColor": {
2005
+ "$value": "{palette.neutral.palette-neutral}",
2006
+ "$type": "color"
2007
+ }
2008
+ }
2009
+ }
2010
+ }