@bitrise/bitkit 12.105.0 → 12.106.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/package.json +17 -14
  2. package/src/Components/Avatar/Avatar.tsx +0 -2
  3. package/src/Components/Badge/Badge.theme.ts +2 -6
  4. package/src/Components/Card/Card.tsx +0 -2
  5. package/src/Components/ColorButton/ColorButton.theme.ts +1 -1
  6. package/src/Components/ColorButton/ColorButton.tsx +1 -1
  7. package/src/Components/Dialog/Dialog.tsx +1 -1
  8. package/src/Components/Filter/Filter.theme.ts +1 -1
  9. package/src/Components/Form/Form.theme.ts +3 -6
  10. package/src/Components/Form/Input/Input.tsx +1 -1
  11. package/src/Components/Link/Link.theme.ts +2 -2
  12. package/src/Components/Link/Link.tsx +1 -1
  13. package/src/Components/Menu/MenuItem.tsx +1 -1
  14. package/src/Components/Notification/Notification.tsx +1 -1
  15. package/src/Components/Ribbon/Ribbon.tsx +1 -1
  16. package/src/Components/SegmentedControl/SegmentedControl.theme.ts +1 -1
  17. package/src/Components/Sidebar/SidebarItem.theme.ts +1 -1
  18. package/src/Components/Tabs/ContainedTab.tsx +3 -3
  19. package/src/Components/Tabs/Tabs.theme.ts +1 -3
  20. package/src/Components/Tag/Tag.theme.ts +3 -8
  21. package/src/Components/Tag/Tag.tsx +1 -1
  22. package/src/Components/Text/Text.theme.ts +45 -2
  23. package/src/Components/Text/Text.tsx +4 -17
  24. package/src/Components/components.theme.ts +103 -0
  25. package/src/Foundations/Colors/Colors.tsx +30 -4
  26. package/src/Foundations/Themes/Alert.theme.ts +3 -4
  27. package/src/Foundations/Typography/Typography.tsx +25 -0
  28. package/src/Foundations/docComponents/DocTitle.tsx +11 -0
  29. package/src/Foundations/docComponents/TokenTable.tsx +42 -13
  30. package/src/index.ts +1 -2
  31. package/src/theme.ts +13 -112
  32. package/src/tokens/tokensToTheme.json +977 -0
  33. package/src/types/bitkit.ts +37 -0
  34. package/src/utils/utils.ts +14 -0
  35. package/src/Foundations/Colors/CommonTokens.tsx +0 -21
  36. package/src/Foundations/Colors/SystemTokens.tsx +0 -27
  37. package/src/Foundations/Radii/Radii.ts +0 -10
  38. package/src/Foundations/Sizes/Sizes.ts +0 -18
  39. package/src/Foundations/Typography/Typography.ts +0 -69
  40. package/src/tokens/tokens.json +0 -3275
  41. package/src/tokens/tokens.ts +0 -49
  42. package/src/tokens/tokensUtils.ts +0 -20
@@ -1,3275 +0,0 @@
1
- {
2
- "core": {
3
- "opacity": {
4
- "50": {
5
- "value": "0.5",
6
- "type": "opacity"
7
- },
8
- "80": {
9
- "value": "0.8",
10
- "type": "opacity"
11
- },
12
- "100": {
13
- "value": "1",
14
- "type": "opacity"
15
- }
16
- },
17
- "color": {
18
- "pal": {
19
- "neutral": {
20
- "10": {
21
- "value": "#201b22",
22
- "type": "color"
23
- },
24
- "20": {
25
- "value": "#362d39",
26
- "type": "color"
27
- },
28
- "30": {
29
- "value": "#49404f",
30
- "type": "color"
31
- },
32
- "40": {
33
- "value": "#6b6071",
34
- "type": "color"
35
- },
36
- "50": {
37
- "value": "#7d7184",
38
- "type": "color"
39
- },
40
- "60": {
41
- "value": "#94879b",
42
- "type": "color"
43
- },
44
- "70": {
45
- "value": "#afa4b4",
46
- "type": "color"
47
- },
48
- "80": {
49
- "value": "#c9c1cd",
50
- "type": "color"
51
- },
52
- "90": {
53
- "value": "#dfdae1",
54
- "type": "color"
55
- },
56
- "93": {
57
- "value": "#efebef",
58
- "type": "color"
59
- },
60
- "95": {
61
- "value": "#f6f4f6",
62
- "type": "color"
63
- },
64
- "100": {
65
- "value": "#ffffff",
66
- "type": "color"
67
- }
68
- },
69
- "purple": {
70
- "10": {
71
- "value": "#2b0e3f",
72
- "type": "color"
73
- },
74
- "20": {
75
- "value": "#421560",
76
- "type": "color"
77
- },
78
- "30": {
79
- "value": "#5c2a7e",
80
- "type": "color"
81
- },
82
- "40": {
83
- "value": "#7b3ba5",
84
- "type": "color"
85
- },
86
- "50": {
87
- "value": "#9247c2",
88
- "type": "color"
89
- },
90
- "60": {
91
- "value": "#ae63de",
92
- "type": "color"
93
- },
94
- "70": {
95
- "value": "#c289e6",
96
- "type": "color"
97
- },
98
- "80": {
99
- "value": "#d5adeb",
100
- "type": "color"
101
- },
102
- "90": {
103
- "value": "#ead4f2",
104
- "type": "color"
105
- },
106
- "93": {
107
- "value": "#f3e7f9",
108
- "type": "color"
109
- },
110
- "95": {
111
- "value": "#f9f2fd",
112
- "type": "color"
113
- }
114
- },
115
- "red": {
116
- "10": {
117
- "value": "#47060c",
118
- "type": "color"
119
- },
120
- "20": {
121
- "value": "#630811",
122
- "type": "color"
123
- },
124
- "30": {
125
- "value": "#78111c",
126
- "type": "color"
127
- },
128
- "40": {
129
- "value": "#a91e2e",
130
- "type": "color"
131
- },
132
- "50": {
133
- "value": "#d72d40",
134
- "type": "color"
135
- },
136
- "60": {
137
- "value": "#f7596c",
138
- "type": "color"
139
- },
140
- "70": {
141
- "value": "#ff8091",
142
- "type": "color"
143
- },
144
- "80": {
145
- "value": "#ffa8b5",
146
- "type": "color"
147
- },
148
- "90": {
149
- "value": "#ffccd5",
150
- "type": "color"
151
- },
152
- "93": {
153
- "value": "#ffe5eb",
154
- "type": "color"
155
- },
156
- "95": {
157
- "value": "#fff0f3",
158
- "type": "color"
159
- }
160
- },
161
- "orange": {
162
- "10": {
163
- "value": "#421000",
164
- "type": "color"
165
- },
166
- "20": {
167
- "value": "#661900",
168
- "type": "color"
169
- },
170
- "30": {
171
- "value": "#7a2200",
172
- "type": "color"
173
- },
174
- "40": {
175
- "value": "#a33500",
176
- "type": "color"
177
- },
178
- "50": {
179
- "value": "#d45202",
180
- "type": "color"
181
- },
182
- "60": {
183
- "value": "#ed720c",
184
- "type": "color"
185
- },
186
- "70": {
187
- "value": "#fd9730",
188
- "type": "color"
189
- },
190
- "80": {
191
- "value": "#ffb766",
192
- "type": "color"
193
- },
194
- "90": {
195
- "value": "#ffd5a3",
196
- "type": "color"
197
- },
198
- "93": {
199
- "value": "#ffe9cf",
200
- "type": "color"
201
- },
202
- "95": {
203
- "value": "#fff4e5",
204
- "type": "color"
205
- }
206
- },
207
- "yellow": {
208
- "10": {
209
- "value": "#2e1c00",
210
- "type": "color"
211
- },
212
- "20": {
213
- "value": "#4d2f00",
214
- "type": "color"
215
- },
216
- "30": {
217
- "value": "#613e00",
218
- "type": "color"
219
- },
220
- "40": {
221
- "value": "#875b00",
222
- "type": "color"
223
- },
224
- "50": {
225
- "value": "#b27e00",
226
- "type": "color"
227
- },
228
- "60": {
229
- "value": "#d6a200",
230
- "type": "color"
231
- },
232
- "70": {
233
- "value": "#ebba00",
234
- "type": "color"
235
- },
236
- "80": {
237
- "value": "#f9cc15",
238
- "type": "color"
239
- },
240
- "90": {
241
- "value": "#fbe074",
242
- "type": "color"
243
- },
244
- "93": {
245
- "value": "#ffefad",
246
- "type": "color"
247
- },
248
- "95": {
249
- "value": "#fff6d1",
250
- "type": "color"
251
- }
252
- },
253
- "green": {
254
- "10": {
255
- "value": "#042a0f",
256
- "type": "color"
257
- },
258
- "20": {
259
- "value": "#064217",
260
- "type": "color"
261
- },
262
- "30": {
263
- "value": "#0b5620",
264
- "type": "color"
265
- },
266
- "40": {
267
- "value": "#167231",
268
- "type": "color"
269
- },
270
- "50": {
271
- "value": "#2a9d4c",
272
- "type": "color"
273
- },
274
- "60": {
275
- "value": "#4eb76c",
276
- "type": "color"
277
- },
278
- "70": {
279
- "value": "#77cf8f",
280
- "type": "color"
281
- },
282
- "80": {
283
- "value": "#a1deb2",
284
- "type": "color"
285
- },
286
- "90": {
287
- "value": "#c3eace",
288
- "type": "color"
289
- },
290
- "93": {
291
- "value": "#e1f4e7",
292
- "type": "color"
293
- },
294
- "95": {
295
- "value": "#eef9f1",
296
- "type": "color"
297
- }
298
- },
299
- "turquoise": {
300
- "10": {
301
- "value": "#002924",
302
- "type": "color"
303
- },
304
- "20": {
305
- "value": "#003d36",
306
- "type": "color"
307
- },
308
- "30": {
309
- "value": "#005248",
310
- "type": "color"
311
- },
312
- "40": {
313
- "value": "#007366",
314
- "type": "color"
315
- },
316
- "50": {
317
- "value": "#009e8e",
318
- "type": "color"
319
- },
320
- "60": {
321
- "value": "#11bba9",
322
- "type": "color"
323
- },
324
- "70": {
325
- "value": "#55cec3",
326
- "type": "color"
327
- },
328
- "80": {
329
- "value": "#8ae0d7",
330
- "type": "color"
331
- },
332
- "90": {
333
- "value": "#aeefe8",
334
- "type": "color"
335
- },
336
- "93": {
337
- "value": "#d8f8f4",
338
- "type": "color"
339
- },
340
- "95": {
341
- "value": "#e9fbf9",
342
- "type": "color"
343
- }
344
- },
345
- "blue": {
346
- "10": {
347
- "value": "#002442",
348
- "type": "color"
349
- },
350
- "20": {
351
- "value": "#00315c",
352
- "type": "color"
353
- },
354
- "30": {
355
- "value": "#044781",
356
- "type": "color"
357
- },
358
- "40": {
359
- "value": "#1066ac",
360
- "type": "color"
361
- },
362
- "50": {
363
- "value": "#2582d0",
364
- "type": "color"
365
- },
366
- "60": {
367
- "value": "#4f9bde",
368
- "type": "color"
369
- },
370
- "70": {
371
- "value": "#71b8ef",
372
- "type": "color"
373
- },
374
- "80": {
375
- "value": "#99d1f5",
376
- "type": "color"
377
- },
378
- "90": {
379
- "value": "#c2e7fa",
380
- "type": "color"
381
- },
382
- "93": {
383
- "value": "#def2fc",
384
- "type": "color"
385
- },
386
- "95": {
387
- "value": "#ecf8fd",
388
- "type": "color"
389
- }
390
- }
391
- }
392
- },
393
- "boxShadow": {
394
- "elevation": {
395
- "sm": {
396
- "value": {
397
- "x": "0",
398
- "y": "2",
399
- "blur": "4",
400
- "spread": "0",
401
- "color": "rgba(0, 0, 0, 0.06)",
402
- "type": "dropShadow"
403
- },
404
- "type": "boxShadow"
405
- },
406
- "md": {
407
- "value": {
408
- "x": "0",
409
- "y": "2",
410
- "blur": "12",
411
- "spread": "0",
412
- "color": "rgba(0, 0, 0, 0.06)",
413
- "type": "dropShadow"
414
- },
415
- "type": "boxShadow"
416
- },
417
- "lg": {
418
- "value": {
419
- "x": "0",
420
- "y": "2",
421
- "blur": "24",
422
- "spread": "0",
423
- "color": "rgba(0, 0, 0, 0.08)",
424
- "type": "dropShadow"
425
- },
426
- "type": "boxShadow"
427
- },
428
- "tooltip": {
429
- "value": {
430
- "x": "0",
431
- "y": "1",
432
- "blur": "3",
433
- "spread": "0",
434
- "color": "rgba(0, 0, 0, 0.2)",
435
- "type": "dropShadow"
436
- },
437
- "type": "boxShadow"
438
- }
439
- },
440
- "inset": {
441
- "field": {
442
- "value": {
443
- "x": "0",
444
- "y": "2",
445
- "blur": "3",
446
- "spread": "0",
447
- "color": "rgba(0, 0, 0, 0.1)",
448
- "type": "innerShadow"
449
- },
450
- "type": "boxShadow"
451
- }
452
- }
453
- },
454
- "fontFamilies": {
455
- "font-sans": {
456
- "value": "Figtree",
457
- "type": "fontFamilies"
458
- },
459
- "font-mono": {
460
- "value": "Source Code Pro",
461
- "type": "fontFamilies"
462
- }
463
- },
464
- "lineHeight": {
465
- "1": {
466
- "value": "1rem",
467
- "type": "lineHeights",
468
- "description": "16"
469
- },
470
- "2": {
471
- "value": "1.25rem",
472
- "type": "lineHeights",
473
- "description": "20"
474
- },
475
- "3": {
476
- "value": "1.5rem",
477
- "type": "lineHeights",
478
- "description": "24"
479
- },
480
- "4": {
481
- "value": "1.75rem",
482
- "type": "lineHeights",
483
- "description": "28"
484
- },
485
- "5": {
486
- "value": "2.25rem",
487
- "type": "lineHeights",
488
- "description": "36"
489
- },
490
- "6": {
491
- "value": "2.5rem",
492
- "type": "lineHeights",
493
- "description": "40"
494
- },
495
- "7": {
496
- "value": "3rem",
497
- "type": "lineHeights",
498
- "description": "48"
499
- },
500
- "8": {
501
- "value": "3.75rem",
502
- "type": "lineHeights",
503
- "description": "60"
504
- }
505
- },
506
- "fontWeights": {
507
- "normal": {
508
- "value": "Regular",
509
- "type": "fontWeights"
510
- },
511
- "semibold": {
512
- "value": "SemiBold",
513
- "type": "fontWeights"
514
- },
515
- "bold": {
516
- "value": "Bold",
517
- "type": "fontWeights"
518
- },
519
- "italic": {
520
- "value": "Italic",
521
- "type": "fontWeights"
522
- }
523
- },
524
- "fontSizes": {
525
- "1": {
526
- "value": "{fontSizes.base}*0.75",
527
- "type": "fontSizes",
528
- "description": "12"
529
- },
530
- "2": {
531
- "value": "{fontSizes.base}*0.875",
532
- "type": "fontSizes",
533
- "description": "14"
534
- },
535
- "3": {
536
- "value": "{fontSizes.base}",
537
- "type": "fontSizes",
538
- "description": "16"
539
- },
540
- "4": {
541
- "value": "{fontSizes.base}*1.1875",
542
- "type": "fontSizes",
543
- "description": "19"
544
- },
545
- "5": {
546
- "value": "{fontSizes.base}*1.5",
547
- "type": "fontSizes",
548
- "description": "24"
549
- },
550
- "6": {
551
- "value": "{fontSizes.base} * 1.875",
552
- "type": "fontSizes",
553
- "description": "30"
554
- },
555
- "7": {
556
- "value": "{fontSizes.base}*2.25",
557
- "type": "fontSizes",
558
- "description": "36"
559
- },
560
- "8": {
561
- "value": "{fontSizes.base}*3",
562
- "type": "fontSizes",
563
- "description": "48"
564
- },
565
- "base": {
566
- "value": "1rem",
567
- "type": "fontSizes",
568
- "description": "16"
569
- }
570
- },
571
- "letterSpacing": {
572
- "0": {
573
- "value": "0",
574
- "type": "letterSpacing"
575
- },
576
- "1": {
577
- "value": "0.00625rem",
578
- "type": "letterSpacing"
579
- },
580
- "2": {
581
- "value": "0.009375rem",
582
- "type": "letterSpacing"
583
- },
584
- "3": {
585
- "value": "0.0175rem",
586
- "type": "letterSpacing"
587
- },
588
- "code": {
589
- "value": "-1%",
590
- "type": "letterSpacing"
591
- }
592
- },
593
- "paragraphSpacing": {
594
- "2": {
595
- "value": "8",
596
- "type": "paragraphSpacing"
597
- },
598
- "3": {
599
- "value": "12",
600
- "type": "paragraphSpacing"
601
- },
602
- "none": {
603
- "value": "0",
604
- "type": "paragraphSpacing"
605
- }
606
- },
607
- "textCase": {
608
- "none": {
609
- "value": "none",
610
- "type": "textCase"
611
- },
612
- "uppercase": {
613
- "value": "uppercase",
614
- "type": "textCase"
615
- }
616
- },
617
- "textDecoration": {
618
- "none": {
619
- "value": "none",
620
- "type": "textDecoration"
621
- },
622
- "underline": {
623
- "value": "underline",
624
- "type": "textDecoration"
625
- }
626
- },
627
- "sizing": {
628
- "4": {
629
- "value": "0.25rem",
630
- "type": "sizing"
631
- },
632
- "8": {
633
- "value": "0.5rem",
634
- "type": "sizing"
635
- },
636
- "12": {
637
- "value": "0.75rem",
638
- "type": "sizing"
639
- },
640
- "16": {
641
- "value": "1rem",
642
- "type": "sizing"
643
- },
644
- "20": {
645
- "value": "1.25rem",
646
- "type": "sizing"
647
- },
648
- "24": {
649
- "value": "1.5rem",
650
- "type": "sizing"
651
- },
652
- "32": {
653
- "value": "2rem",
654
- "type": "sizing"
655
- },
656
- "40": {
657
- "value": "2.5rem",
658
- "type": "sizing"
659
- },
660
- "48": {
661
- "value": "3rem",
662
- "type": "sizing"
663
- },
664
- "64": {
665
- "value": "4rem",
666
- "type": "sizing"
667
- },
668
- "96": {
669
- "value": "6rem",
670
- "type": "sizing"
671
- },
672
- "128": {
673
- "value": "8rem",
674
- "type": "sizing"
675
- }
676
- },
677
- "borderRadius": {
678
- "2": {
679
- "value": "0.125rem",
680
- "type": "borderRadius"
681
- },
682
- "4": {
683
- "value": "0.25rem",
684
- "type": "borderRadius"
685
- },
686
- "8": {
687
- "value": "0.5rem",
688
- "type": "borderRadius"
689
- },
690
- "12": {
691
- "value": "0.75rem",
692
- "type": "borderRadius"
693
- },
694
- "16": {
695
- "value": "1rem",
696
- "type": "borderRadius"
697
- },
698
- "24": {
699
- "value": "1.5rem",
700
- "type": "borderRadius"
701
- }
702
- },
703
- "borderWidth": {
704
- "1": {
705
- "value": "1",
706
- "type": "borderWidth"
707
- },
708
- "2": {
709
- "value": "2",
710
- "type": "borderWidth"
711
- },
712
- "3": {
713
- "value": "3",
714
- "type": "borderWidth"
715
- },
716
- "4": {
717
- "value": "4",
718
- "type": "borderWidth"
719
- },
720
- "none": {
721
- "value": "0",
722
- "type": "borderWidth"
723
- }
724
- },
725
- "spacing": {
726
- "2": {
727
- "value": "0.125rem",
728
- "type": "spacing"
729
- },
730
- "4": {
731
- "value": "0.25rem",
732
- "type": "spacing"
733
- },
734
- "8": {
735
- "value": "0.5rem",
736
- "type": "spacing"
737
- },
738
- "12": {
739
- "value": "0.75rem",
740
- "type": "spacing"
741
- },
742
- "16": {
743
- "value": "1rem",
744
- "type": "spacing"
745
- },
746
- "24": {
747
- "value": "1.5rem",
748
- "type": "spacing"
749
- },
750
- "32": {
751
- "value": "2rem",
752
- "type": "spacing"
753
- },
754
- "48": {
755
- "value": "3rem",
756
- "type": "spacing"
757
- },
758
- "64": {
759
- "value": "4rem",
760
- "type": "spacing"
761
- },
762
- "96": {
763
- "value": "6rem",
764
- "type": "spacing"
765
- },
766
- "128": {
767
- "value": "8rem",
768
- "type": "spacing"
769
- }
770
- },
771
- "typography": {
772
- "font": {
773
- "mono": {
774
- "code-2": {
775
- "value": {
776
- "fontFamily": "{fontFamilies.font-mono}",
777
- "fontWeight": "{fontWeights.normal}",
778
- "fontSize": "{fontSizes.1}",
779
- "lineHeight": "{lineHeight.1}",
780
- "paragraphSpacing": "{paragraphSpacing.none}",
781
- "letterSpacing": "{letterSpacing.code}",
782
- "textDecoration": "{textDecoration.none}",
783
- "textCase": "{textCase.none}"
784
- },
785
- "type": "typography"
786
- },
787
- "code-3": {
788
- "value": {
789
- "fontFamily": "{fontFamilies.font-mono}",
790
- "fontWeight": "{fontWeights.normal}",
791
- "fontSize": "{fontSizes.2}",
792
- "lineHeight": "{lineHeight.2}",
793
- "letterSpacing": "{letterSpacing.code}",
794
- "paragraphSpacing": "{paragraphSpacing.none}",
795
- "textDecoration": "{textDecoration.none}",
796
- "textCase": "{textCase.none}"
797
- },
798
- "type": "typography"
799
- }
800
- },
801
- "sans": {
802
- "size-1": {
803
- "normal": {
804
- "value": {
805
- "fontFamily": "{fontFamilies.font-sans}",
806
- "fontWeight": "{fontWeights.normal}",
807
- "lineHeight": "{lineHeight.1}",
808
- "fontSize": "{fontSizes.1}",
809
- "letterSpacing": "{letterSpacing.2}",
810
- "paragraphSpacing": "{paragraphSpacing.none}",
811
- "textCase": "{textCase.none}",
812
- "textDecoration": "{textDecoration.none}"
813
- },
814
- "type": "typography"
815
- },
816
- "semibold": {
817
- "value": {
818
- "fontFamily": "{fontFamilies.font-sans}",
819
- "fontWeight": "{fontWeights.semibold}",
820
- "lineHeight": "{lineHeight.1}",
821
- "fontSize": "{fontSizes.1}",
822
- "letterSpacing": "{letterSpacing.2}",
823
- "paragraphSpacing": "{paragraphSpacing.none}",
824
- "textCase": "{textCase.none}",
825
- "textDecoration": "{textDecoration.none}"
826
- },
827
- "type": "typography"
828
- },
829
- "bold": {
830
- "value": {
831
- "fontFamily": "{fontFamilies.font-sans}",
832
- "fontWeight": "{fontWeights.bold}",
833
- "lineHeight": "{lineHeight.1}",
834
- "fontSize": "{fontSizes.1}",
835
- "letterSpacing": "{letterSpacing.2}",
836
- "paragraphSpacing": "{paragraphSpacing.none}",
837
- "textCase": "{textCase.none}",
838
- "textDecoration": "{textDecoration.none}"
839
- },
840
- "type": "typography"
841
- },
842
- "uppercase-bold": {
843
- "value": {
844
- "fontFamily": "{fontFamilies.font-sans}",
845
- "fontWeight": "{fontWeights.bold}",
846
- "lineHeight": "{lineHeight.1}",
847
- "fontSize": "{fontSizes.1}",
848
- "letterSpacing": "{letterSpacing.2}",
849
- "paragraphSpacing": "{paragraphSpacing.none}",
850
- "textCase": "{textCase.uppercase}",
851
- "textDecoration": "{textDecoration.none}"
852
- },
853
- "type": "typography"
854
- }
855
- },
856
- "size-2": {
857
- "normal": {
858
- "value": {
859
- "fontFamily": "{fontFamilies.font-sans}",
860
- "fontWeight": "{fontWeights.normal}",
861
- "lineHeight": "{lineHeight.2}",
862
- "fontSize": "{fontSizes.2}",
863
- "letterSpacing": "{letterSpacing.0}",
864
- "paragraphSpacing": "{paragraphSpacing.2}",
865
- "textCase": "{textCase.none}",
866
- "textDecoration": "{textDecoration.none}"
867
- },
868
- "type": "typography"
869
- },
870
- "normal-underline": {
871
- "value": {
872
- "fontFamily": "{fontFamilies.font-sans}",
873
- "fontWeight": "{fontWeights.normal}",
874
- "lineHeight": "{lineHeight.2}",
875
- "fontSize": "{fontSizes.2}",
876
- "letterSpacing": "{letterSpacing.0}",
877
- "paragraphSpacing": "{paragraphSpacing.2}",
878
- "textCase": "{textCase.none}",
879
- "textDecoration": "{textDecoration.underline}"
880
- },
881
- "type": "typography"
882
- },
883
- "semibold": {
884
- "value": {
885
- "fontFamily": "{fontFamilies.font-sans}",
886
- "fontWeight": "{fontWeights.semibold}",
887
- "lineHeight": "{lineHeight.2}",
888
- "fontSize": "{fontSizes.2}",
889
- "letterSpacing": "{letterSpacing.0}",
890
- "paragraphSpacing": "{paragraphSpacing.2}",
891
- "textCase": "{textCase.none}",
892
- "textDecoration": "{textDecoration.none}"
893
- },
894
- "type": "typography"
895
- },
896
- "semibold-underline": {
897
- "value": {
898
- "fontFamily": "{fontFamilies.font-sans}",
899
- "fontWeight": "{fontWeights.semibold}",
900
- "lineHeight": "{lineHeight.2}",
901
- "fontSize": "{fontSizes.2}",
902
- "letterSpacing": "{letterSpacing.0}",
903
- "paragraphSpacing": "{paragraphSpacing.2}",
904
- "textCase": "{textCase.none}",
905
- "textDecoration": "{textDecoration.underline}"
906
- },
907
- "type": "typography"
908
- },
909
- "bold": {
910
- "value": {
911
- "fontFamily": "{fontFamilies.font-sans}",
912
- "fontWeight": "{fontWeights.bold}",
913
- "lineHeight": "{lineHeight.2}",
914
- "fontSize": "{fontSizes.2}",
915
- "letterSpacing": "{letterSpacing.0}",
916
- "paragraphSpacing": "{paragraphSpacing.2}",
917
- "textCase": "{textCase.none}",
918
- "textDecoration": "{textDecoration.none}"
919
- },
920
- "type": "typography"
921
- },
922
- "uppercase-normal": {
923
- "value": {
924
- "fontFamily": "{fontFamilies.font-sans}",
925
- "fontWeight": "{fontWeights.normal}",
926
- "lineHeight": "{lineHeight.2}",
927
- "fontSize": "{fontSizes.2}",
928
- "letterSpacing": "{letterSpacing.2}",
929
- "paragraphSpacing": "{paragraphSpacing.none}",
930
- "textCase": "{textCase.uppercase}",
931
- "textDecoration": "{textDecoration.none}"
932
- },
933
- "type": "typography"
934
- },
935
- "uppercase-semibold": {
936
- "value": {
937
- "fontFamily": "{fontFamilies.font-sans}",
938
- "fontWeight": "{fontWeights.semibold}",
939
- "lineHeight": "{lineHeight.2}",
940
- "fontSize": "{fontSizes.2}",
941
- "letterSpacing": "{letterSpacing.2}",
942
- "paragraphSpacing": "{paragraphSpacing.none}",
943
- "textCase": "{textCase.uppercase}",
944
- "textDecoration": "{textDecoration.none}"
945
- },
946
- "type": "typography"
947
- }
948
- },
949
- "size-3": {
950
- "normal": {
951
- "value": {
952
- "fontFamily": "{fontFamilies.font-sans}",
953
- "fontWeight": "{fontWeights.normal}",
954
- "lineHeight": "{lineHeight.3}",
955
- "fontSize": "{fontSizes.3}",
956
- "letterSpacing": "{letterSpacing.0}",
957
- "paragraphSpacing": "{paragraphSpacing.3}",
958
- "textCase": "{textCase.none}",
959
- "textDecoration": "{textDecoration.none}"
960
- },
961
- "type": "typography"
962
- },
963
- "normal-underline": {
964
- "value": {
965
- "fontFamily": "{fontFamilies.font-sans}",
966
- "fontWeight": "{fontWeights.normal}",
967
- "lineHeight": "{lineHeight.3}",
968
- "fontSize": "{fontSizes.3}",
969
- "letterSpacing": "{letterSpacing.0}",
970
- "paragraphSpacing": "{paragraphSpacing.3}",
971
- "textCase": "{textCase.none}",
972
- "textDecoration": "{textDecoration.underline}"
973
- },
974
- "type": "typography"
975
- },
976
- "semibold": {
977
- "value": {
978
- "fontFamily": "{fontFamilies.font-sans}",
979
- "fontWeight": "{fontWeights.semibold}",
980
- "lineHeight": "{lineHeight.3}",
981
- "fontSize": "{fontSizes.3}",
982
- "letterSpacing": "{letterSpacing.0}",
983
- "paragraphSpacing": "{paragraphSpacing.3}",
984
- "textCase": "{textCase.none}",
985
- "textDecoration": "{textDecoration.none}"
986
- },
987
- "type": "typography"
988
- },
989
- "semibold-underline": {
990
- "value": {
991
- "fontFamily": "{fontFamilies.font-sans}",
992
- "fontWeight": "{fontWeights.semibold}",
993
- "lineHeight": "{lineHeight.3}",
994
- "fontSize": "{fontSizes.3}",
995
- "letterSpacing": "{letterSpacing.0}",
996
- "paragraphSpacing": "{paragraphSpacing.3}",
997
- "textCase": "{textCase.none}",
998
- "textDecoration": "{textDecoration.underline}"
999
- },
1000
- "type": "typography"
1001
- },
1002
- "bold": {
1003
- "value": {
1004
- "fontFamily": "{fontFamilies.font-sans}",
1005
- "fontWeight": "{fontWeights.bold}",
1006
- "lineHeight": "{lineHeight.3}",
1007
- "fontSize": "{fontSizes.3}",
1008
- "letterSpacing": "{letterSpacing.0}",
1009
- "paragraphSpacing": "{paragraphSpacing.none}",
1010
- "textCase": "{textCase.none}",
1011
- "textDecoration": "{textDecoration.none}"
1012
- },
1013
- "type": "typography"
1014
- },
1015
- "italic": {
1016
- "value": {
1017
- "fontFamily": "{fontFamilies.font-sans}",
1018
- "fontWeight": "{fontWeights.italic}",
1019
- "lineHeight": "{lineHeight.3}",
1020
- "fontSize": "{fontSizes.3}",
1021
- "letterSpacing": "{letterSpacing.0}",
1022
- "paragraphSpacing": "{paragraphSpacing.3}",
1023
- "textCase": "{textCase.none}",
1024
- "textDecoration": "{textDecoration.none}"
1025
- },
1026
- "type": "typography"
1027
- }
1028
- },
1029
- "size-4": {
1030
- "normal": {
1031
- "value": {
1032
- "fontFamily": "{fontFamilies.font-sans}",
1033
- "fontWeight": "{fontWeights.normal}",
1034
- "lineHeight": "{lineHeight.4}",
1035
- "fontSize": "{fontSizes.4}",
1036
- "letterSpacing": "{letterSpacing.0}",
1037
- "paragraphSpacing": "{paragraphSpacing.none}",
1038
- "textCase": "{textCase.none}",
1039
- "textDecoration": "{textDecoration.none}"
1040
- },
1041
- "type": "typography"
1042
- },
1043
- "semibold": {
1044
- "value": {
1045
- "fontFamily": "{fontFamilies.font-sans}",
1046
- "fontWeight": "{fontWeights.semibold}",
1047
- "lineHeight": "{lineHeight.4}",
1048
- "fontSize": "{fontSizes.4}",
1049
- "letterSpacing": "{letterSpacing.0}",
1050
- "paragraphSpacing": "{paragraphSpacing.none}",
1051
- "textCase": "{textCase.none}",
1052
- "textDecoration": "{textDecoration.none}"
1053
- },
1054
- "type": "typography"
1055
- },
1056
- "bold": {
1057
- "value": {
1058
- "fontFamily": "{fontFamilies.font-sans}",
1059
- "fontWeight": "{fontWeights.bold}",
1060
- "lineHeight": "{lineHeight.4}",
1061
- "fontSize": "{fontSizes.4}",
1062
- "letterSpacing": "{letterSpacing.0}",
1063
- "paragraphSpacing": "{paragraphSpacing.none}",
1064
- "textCase": "{textCase.none}",
1065
- "textDecoration": "{textDecoration.none}"
1066
- },
1067
- "type": "typography"
1068
- }
1069
- },
1070
- "size-5": {
1071
- "normal": {
1072
- "value": {
1073
- "fontFamily": "{fontFamilies.font-sans}",
1074
- "fontWeight": "{fontWeights.normal}",
1075
- "lineHeight": "{lineHeight.5}",
1076
- "fontSize": "{fontSizes.5}",
1077
- "letterSpacing": "{letterSpacing.0}",
1078
- "paragraphSpacing": "{paragraphSpacing.none}",
1079
- "textCase": "{textCase.none}",
1080
- "textDecoration": "{textDecoration.none}"
1081
- },
1082
- "type": "typography"
1083
- },
1084
- "semibold": {
1085
- "value": {
1086
- "fontFamily": "{fontFamilies.font-sans}",
1087
- "fontWeight": "{fontWeights.semibold}",
1088
- "lineHeight": "{lineHeight.5}",
1089
- "fontSize": "{fontSizes.5}",
1090
- "letterSpacing": "{letterSpacing.0}",
1091
- "paragraphSpacing": "{paragraphSpacing.none}",
1092
- "textCase": "{textCase.none}",
1093
- "textDecoration": "{textDecoration.none}"
1094
- },
1095
- "type": "typography"
1096
- },
1097
- "bold": {
1098
- "value": {
1099
- "fontFamily": "{fontFamilies.font-sans}",
1100
- "fontWeight": "{fontWeights.bold}",
1101
- "lineHeight": "{lineHeight.5}",
1102
- "fontSize": "{fontSizes.5}",
1103
- "letterSpacing": "{letterSpacing.0}",
1104
- "paragraphSpacing": "{paragraphSpacing.none}",
1105
- "textCase": "{textCase.none}",
1106
- "textDecoration": "{textDecoration.none}"
1107
- },
1108
- "type": "typography"
1109
- }
1110
- },
1111
- "size-6": {
1112
- "normal": {
1113
- "value": {
1114
- "fontFamily": "{fontFamilies.font-sans}",
1115
- "fontWeight": "{fontWeights.normal}",
1116
- "lineHeight": "{lineHeight.6}",
1117
- "fontSize": "{fontSizes.6}",
1118
- "letterSpacing": "{letterSpacing.0}",
1119
- "paragraphSpacing": "{paragraphSpacing.none}",
1120
- "textCase": "{textCase.none}",
1121
- "textDecoration": "{textDecoration.none}"
1122
- },
1123
- "type": "typography"
1124
- },
1125
- "semibold": {
1126
- "value": {
1127
- "fontFamily": "{fontFamilies.font-sans}",
1128
- "fontWeight": "{fontWeights.semibold}",
1129
- "lineHeight": "{lineHeight.6}",
1130
- "fontSize": "{fontSizes.6}",
1131
- "letterSpacing": "{letterSpacing.0}",
1132
- "paragraphSpacing": "{paragraphSpacing.none}",
1133
- "textCase": "{textCase.none}",
1134
- "textDecoration": "{textDecoration.none}"
1135
- },
1136
- "type": "typography"
1137
- },
1138
- "bold": {
1139
- "value": {
1140
- "fontFamily": "{fontFamilies.font-sans}",
1141
- "fontWeight": "{fontWeights.bold}",
1142
- "lineHeight": "{lineHeight.6}",
1143
- "fontSize": "{fontSizes.6}",
1144
- "letterSpacing": "{letterSpacing.0}",
1145
- "paragraphSpacing": "{paragraphSpacing.none}",
1146
- "textCase": "{textCase.none}",
1147
- "textDecoration": "{textDecoration.none}"
1148
- },
1149
- "type": "typography"
1150
- }
1151
- },
1152
- "size-7": {
1153
- "semibold": {
1154
- "value": {
1155
- "fontFamily": "{fontFamilies.font-sans}",
1156
- "fontWeight": "{fontWeights.semibold}",
1157
- "lineHeight": "{lineHeight.7}",
1158
- "fontSize": "{fontSizes.7}",
1159
- "letterSpacing": "{letterSpacing.0}",
1160
- "paragraphSpacing": "{paragraphSpacing.none}",
1161
- "textCase": "{textCase.none}",
1162
- "textDecoration": "{textDecoration.none}"
1163
- },
1164
- "type": "typography"
1165
- },
1166
- "bold": {
1167
- "value": {
1168
- "fontFamily": "{fontFamilies.font-sans}",
1169
- "fontWeight": "{fontWeights.bold}",
1170
- "lineHeight": "{lineHeight.7}",
1171
- "fontSize": "{fontSizes.7}",
1172
- "letterSpacing": "{letterSpacing.0}",
1173
- "paragraphSpacing": "{paragraphSpacing.none}",
1174
- "textCase": "{textCase.none}",
1175
- "textDecoration": "{textDecoration.none}"
1176
- },
1177
- "type": "typography"
1178
- }
1179
- },
1180
- "size-8": {
1181
- "semibold": {
1182
- "value": {
1183
- "fontFamily": "{fontFamilies.font-sans}",
1184
- "fontWeight": "{fontWeights.semibold}",
1185
- "lineHeight": "{lineHeight.8}",
1186
- "fontSize": "{fontSizes.8}",
1187
- "letterSpacing": "{letterSpacing.0}",
1188
- "paragraphSpacing": "{paragraphSpacing.none}",
1189
- "textCase": "{textCase.none}",
1190
- "textDecoration": "{textDecoration.none}"
1191
- },
1192
- "type": "typography"
1193
- },
1194
- "bold": {
1195
- "value": {
1196
- "fontFamily": "{fontFamilies.font-sans}",
1197
- "fontWeight": "{fontWeights.bold}",
1198
- "lineHeight": "{lineHeight.8}",
1199
- "fontSize": "{fontSizes.8}",
1200
- "letterSpacing": "{letterSpacing.0}",
1201
- "paragraphSpacing": "{paragraphSpacing.none}",
1202
- "textCase": "{textCase.none}",
1203
- "textDecoration": "{textDecoration.none}"
1204
- },
1205
- "type": "typography"
1206
- }
1207
- }
1208
- }
1209
- }
1210
- }
1211
- },
1212
- "system": {
1213
- "color": {
1214
- "sys": {
1215
- "fg": {
1216
- "base": {
1217
- "value": "{color.pal.neutral.10}",
1218
- "type": "color"
1219
- },
1220
- "primary": {
1221
- "value": "{color.pal.purple.10}",
1222
- "type": "color"
1223
- },
1224
- "secondary": {
1225
- "value": "{color.pal.neutral.40}",
1226
- "type": "color"
1227
- },
1228
- "tertiary": {
1229
- "value": "{color.pal.neutral.60}",
1230
- "type": "color"
1231
- },
1232
- "subtle": {
1233
- "value": "{color.pal.neutral.70}",
1234
- "type": "color"
1235
- },
1236
- "minimal": {
1237
- "value": "{color.pal.neutral.80}",
1238
- "type": "color"
1239
- },
1240
- "positive": {
1241
- "value": "{color.pal.green.50}",
1242
- "type": "color"
1243
- },
1244
- "negative": {
1245
- "value": "{color.pal.red.50}",
1246
- "type": "color"
1247
- },
1248
- "on-color": {
1249
- "value": "{color.pal.neutral.100}",
1250
- "type": "color"
1251
- },
1252
- "on-contrast": {
1253
- "value": "{color.pal.neutral.95}",
1254
- "type": "color"
1255
- },
1256
- "on-disabled": {
1257
- "value": "{color.pal.neutral.70}",
1258
- "type": "color"
1259
- },
1260
- "disabled": {
1261
- "value": "{color.pal.neutral.80}",
1262
- "type": "color"
1263
- }
1264
- },
1265
- "bg": {
1266
- "surface": {
1267
- "value": "{color.pal.neutral.100}",
1268
- "type": "color"
1269
- },
1270
- "contrast": {
1271
- "value": "{color.pal.neutral.10}",
1272
- "type": "color"
1273
- },
1274
- "moderate": {
1275
- "value": "{color.pal.neutral.90}",
1276
- "type": "color"
1277
- },
1278
- "subtle": {
1279
- "value": "{color.pal.neutral.93}",
1280
- "type": "color"
1281
- },
1282
- "minimal": {
1283
- "value": "{color.pal.neutral.95}",
1284
- "type": "color"
1285
- },
1286
- "disabled": {
1287
- "value": "{color.pal.neutral.95}",
1288
- "type": "color"
1289
- },
1290
- "transparent": {
1291
- "value": "{color.pal.neutral.100} 0%",
1292
- "type": "color"
1293
- }
1294
- },
1295
- "border": {
1296
- "minimal": {
1297
- "value": "{color.pal.neutral.93}",
1298
- "type": "color"
1299
- },
1300
- "subtle": {
1301
- "value": "{color.pal.neutral.90}",
1302
- "type": "color"
1303
- },
1304
- "strong": {
1305
- "value": "{color.pal.neutral.80}",
1306
- "type": "color"
1307
- },
1308
- "emphasized": {
1309
- "value": "{color.pal.neutral.70}",
1310
- "type": "color"
1311
- },
1312
- "critical": {
1313
- "value": "{color.pal.red.50}",
1314
- "type": "color"
1315
- },
1316
- "inverse": {
1317
- "value": "{color.pal.neutral.100}",
1318
- "type": "color"
1319
- },
1320
- "on-contrast": {
1321
- "value": "{color.pal.neutral.95}",
1322
- "type": "color"
1323
- },
1324
- "disabled": {
1325
- "value": "{color.pal.neutral.90}",
1326
- "type": "color"
1327
- }
1328
- },
1329
- "primary": {
1330
- "base": {
1331
- "value": "{color.pal.purple.40}",
1332
- "type": "color"
1333
- },
1334
- "emphasized": {
1335
- "value": "{color.pal.purple.30}",
1336
- "type": "color"
1337
- },
1338
- "contrast": {
1339
- "value": "{color.pal.purple.10}",
1340
- "type": "color"
1341
- },
1342
- "muted": {
1343
- "value": "{color.pal.purple.80}",
1344
- "type": "color"
1345
- },
1346
- "subtle": {
1347
- "value": "{color.pal.purple.93}",
1348
- "type": "color"
1349
- },
1350
- "disabled": {
1351
- "value": "{color.pal.neutral.90}",
1352
- "type": "color"
1353
- }
1354
- },
1355
- "interactive": {
1356
- "base": {
1357
- "value": "{color.pal.purple.50}",
1358
- "type": "color"
1359
- },
1360
- "strong": {
1361
- "value": "{color.pal.purple.40}",
1362
- "type": "color"
1363
- },
1364
- "bold": {
1365
- "value": "{color.pal.purple.60}",
1366
- "type": "color"
1367
- },
1368
- "highlight": {
1369
- "value": "{color.pal.purple.70}",
1370
- "type": "color"
1371
- },
1372
- "muted": {
1373
- "value": "{color.pal.purple.80}",
1374
- "type": "color"
1375
- },
1376
- "moderate": {
1377
- "value": "{color.pal.purple.90}",
1378
- "type": "color"
1379
- },
1380
- "subtle": {
1381
- "value": "{color.pal.purple.93}",
1382
- "type": "color"
1383
- },
1384
- "minimal": {
1385
- "value": "{color.pal.purple.95}",
1386
- "type": "color"
1387
- },
1388
- "disabled": {
1389
- "value": "{color.pal.neutral.90}",
1390
- "type": "color"
1391
- }
1392
- },
1393
- "info": {
1394
- "base": {
1395
- "value": "{color.pal.blue.50}",
1396
- "type": "color"
1397
- },
1398
- "strong": {
1399
- "value": "{color.pal.blue.40}",
1400
- "type": "color"
1401
- },
1402
- "bold": {
1403
- "value": "{color.pal.blue.60}",
1404
- "type": "color"
1405
- },
1406
- "muted": {
1407
- "value": "{color.pal.blue.80}",
1408
- "type": "color"
1409
- },
1410
- "moderate": {
1411
- "value": "{color.pal.blue.90}",
1412
- "type": "color"
1413
- },
1414
- "subtle": {
1415
- "value": "{color.pal.blue.93}",
1416
- "type": "color"
1417
- },
1418
- "minimal": {
1419
- "value": "{color.pal.blue.95}",
1420
- "type": "color"
1421
- }
1422
- },
1423
- "success": {
1424
- "base": {
1425
- "value": "{color.pal.green.50}",
1426
- "type": "color"
1427
- },
1428
- "strong": {
1429
- "value": "{color.pal.green.40}",
1430
- "type": "color"
1431
- },
1432
- "bold": {
1433
- "value": "{color.pal.green.60}",
1434
- "type": "color"
1435
- },
1436
- "muted": {
1437
- "value": "{color.pal.green.80}",
1438
- "type": "color"
1439
- },
1440
- "moderate": {
1441
- "value": "{color.pal.green.90}",
1442
- "type": "color"
1443
- },
1444
- "subtle": {
1445
- "value": "{color.pal.green.93}",
1446
- "type": "color"
1447
- },
1448
- "minimal": {
1449
- "value": "{color.pal.green.95}",
1450
- "type": "color"
1451
- }
1452
- },
1453
- "warning": {
1454
- "base": {
1455
- "value": "{color.pal.yellow.50}",
1456
- "type": "color"
1457
- },
1458
- "strong": {
1459
- "value": "{color.pal.yellow.40}",
1460
- "type": "color"
1461
- },
1462
- "bold": {
1463
- "value": "{color.pal.yellow.60}",
1464
- "type": "color"
1465
- },
1466
- "muted": {
1467
- "value": "{color.pal.yellow.80}",
1468
- "type": "color"
1469
- },
1470
- "moderate": {
1471
- "value": "{color.pal.yellow.90}",
1472
- "type": "color"
1473
- },
1474
- "subtle": {
1475
- "value": "{color.pal.yellow.93}",
1476
- "type": "color"
1477
- },
1478
- "minimal": {
1479
- "value": "{color.pal.yellow.95}",
1480
- "type": "color"
1481
- }
1482
- },
1483
- "critical": {
1484
- "base": {
1485
- "value": "{color.pal.red.50}",
1486
- "type": "color"
1487
- },
1488
- "dark": {
1489
- "value": "{color.pal.red.20}",
1490
- "type": "color"
1491
- },
1492
- "strong": {
1493
- "value": "{color.pal.red.40}",
1494
- "type": "color"
1495
- },
1496
- "bold": {
1497
- "value": "{color.pal.red.60}",
1498
- "type": "color"
1499
- },
1500
- "muted": {
1501
- "value": "{color.pal.red.80}",
1502
- "type": "color"
1503
- },
1504
- "moderate": {
1505
- "value": "{color.pal.red.90}",
1506
- "type": "color"
1507
- },
1508
- "subtle": {
1509
- "value": "{color.pal.red.93}",
1510
- "type": "color"
1511
- },
1512
- "minimal": {
1513
- "value": "{color.pal.red.95}",
1514
- "type": "color"
1515
- }
1516
- },
1517
- "neutral": {
1518
- "base": {
1519
- "value": "{color.pal.neutral.50}",
1520
- "type": "color"
1521
- },
1522
- "strong": {
1523
- "value": "{color.pal.neutral.40}",
1524
- "type": "color"
1525
- },
1526
- "bold": {
1527
- "value": "{color.pal.neutral.60}",
1528
- "type": "color"
1529
- },
1530
- "muted": {
1531
- "value": "{color.pal.neutral.80}",
1532
- "type": "color"
1533
- },
1534
- "moderate": {
1535
- "value": "{color.pal.neutral.90}",
1536
- "type": "color"
1537
- },
1538
- "subtle": {
1539
- "value": "{color.pal.neutral.93}",
1540
- "type": "color"
1541
- },
1542
- "minimal": {
1543
- "value": "{color.pal.neutral.95}",
1544
- "type": "color"
1545
- }
1546
- },
1547
- "orange": {
1548
- "base": {
1549
- "value": "{color.pal.orange.50}",
1550
- "type": "color"
1551
- },
1552
- "strong": {
1553
- "value": "{color.pal.orange.40}",
1554
- "type": "color"
1555
- },
1556
- "bold": {
1557
- "value": "{color.pal.orange.60}",
1558
- "type": "color"
1559
- },
1560
- "muted": {
1561
- "value": "{color.pal.orange.80}",
1562
- "type": "color"
1563
- },
1564
- "moderate": {
1565
- "value": "{color.pal.orange.90}",
1566
- "type": "color"
1567
- },
1568
- "subtle": {
1569
- "value": "{color.pal.orange.93}",
1570
- "type": "color"
1571
- },
1572
- "minimal": {
1573
- "value": "{color.pal.orange.95}",
1574
- "type": "color"
1575
- }
1576
- },
1577
- "turquoise": {
1578
- "base": {
1579
- "value": "{color.pal.turquoise.50}",
1580
- "type": "color"
1581
- },
1582
- "strong": {
1583
- "value": "{color.pal.turquoise.40}",
1584
- "type": "color"
1585
- },
1586
- "bold": {
1587
- "value": "{color.pal.turquoise.60}",
1588
- "type": "color"
1589
- },
1590
- "muted": {
1591
- "value": "{color.pal.turquoise.80}",
1592
- "type": "color"
1593
- },
1594
- "moderate": {
1595
- "value": "{color.pal.turquoise.90}",
1596
- "type": "color"
1597
- },
1598
- "subtle": {
1599
- "value": "{color.pal.turquoise.93}",
1600
- "type": "color"
1601
- },
1602
- "minimal": {
1603
- "value": "{color.pal.turquoise.95}",
1604
- "type": "color"
1605
- }
1606
- }
1607
- }
1608
- },
1609
- "typography": {
1610
- "display": {
1611
- "lg": {
1612
- "value": "{typography.font.sans.size-8.bold}",
1613
- "type": "typography",
1614
- "description": "display.lg"
1615
- },
1616
- "sm": {
1617
- "value": "{typography.font.sans.size-7.bold}",
1618
- "type": "typography",
1619
- "description": "display.sm"
1620
- }
1621
- },
1622
- "heading": {
1623
- "h1": {
1624
- "value": "{typography.font.sans.size-6.bold}",
1625
- "type": "typography"
1626
- },
1627
- "h2": {
1628
- "value": "{typography.font.sans.size-5.bold}",
1629
- "type": "typography"
1630
- },
1631
- "h3": {
1632
- "value": "{typography.font.sans.size-4.bold}",
1633
- "type": "typography"
1634
- },
1635
- "h4": {
1636
- "value": "{typography.font.sans.size-3.bold}",
1637
- "type": "typography"
1638
- },
1639
- "h5": {
1640
- "value": "{typography.font.sans.size-2.bold}",
1641
- "type": "typography"
1642
- },
1643
- "h6": {
1644
- "value": "{typography.font.sans.size-1.uppercase-bold}",
1645
- "type": "typography"
1646
- }
1647
- },
1648
- "body": {
1649
- "sm": {
1650
- "regular": {
1651
- "value": "{typography.font.sans.size-1.normal}",
1652
- "type": "typography"
1653
- },
1654
- "semibold": {
1655
- "value": "{typography.font.sans.size-1.semibold}",
1656
- "type": "typography"
1657
- }
1658
- },
1659
- "md": {
1660
- "regular": {
1661
- "value": "{typography.font.sans.size-2.normal}",
1662
- "type": "typography"
1663
- },
1664
- "semibold": {
1665
- "value": "{typography.font.sans.size-2.semibold}",
1666
- "type": "typography"
1667
- },
1668
- "underline": {
1669
- "value": "{typography.font.sans.size-2.normal-underline}",
1670
- "type": "typography"
1671
- }
1672
- },
1673
- "lg": {
1674
- "regular": {
1675
- "value": "{typography.font.sans.size-3.normal}",
1676
- "type": "typography"
1677
- },
1678
- "semibold": {
1679
- "value": "{typography.font.sans.size-3.semibold}",
1680
- "type": "typography"
1681
- },
1682
- "underline": {
1683
- "value": "{typography.font.sans.size-3.normal-underline}",
1684
- "type": "typography"
1685
- }
1686
- }
1687
- },
1688
- "code": {
1689
- "md": {
1690
- "value": "{typography.font.mono.code-2}",
1691
- "type": "typography",
1692
- "description": "code for md sized body text"
1693
- },
1694
- "lg": {
1695
- "value": "{typography.font.mono.code-3}",
1696
- "type": "typography",
1697
- "description": "code for lg sized body text"
1698
- }
1699
- }
1700
- },
1701
- "boxShadow": {
1702
- "focus": {
1703
- "outline": {
1704
- "value": {
1705
- "x": "0",
1706
- "y": "0",
1707
- "blur": "0",
1708
- "spread": "2",
1709
- "color": "{color.border.focus}",
1710
- "type": "dropShadow"
1711
- },
1712
- "type": "boxShadow"
1713
- },
1714
- "inset": {
1715
- "value": {
1716
- "x": "0",
1717
- "y": "0",
1718
- "blur": "0",
1719
- "spread": "2",
1720
- "color": "{color.border.focus}",
1721
- "type": "innerShadow"
1722
- },
1723
- "type": "boxShadow"
1724
- },
1725
- "outline-field": {
1726
- "value": [
1727
- {
1728
- "x": "0",
1729
- "y": "2",
1730
- "blur": "3",
1731
- "spread": "0",
1732
- "color": "rgba(0, 0, 0, 0.1)",
1733
- "type": "innerShadow"
1734
- },
1735
- {
1736
- "x": "0",
1737
- "y": "0",
1738
- "blur": "0",
1739
- "spread": "2",
1740
- "color": "{color.border.focus}",
1741
- "type": "dropShadow"
1742
- }
1743
- ],
1744
- "type": "boxShadow",
1745
- "description": "Input field inset shadow + focus outline"
1746
- }
1747
- }
1748
- },
1749
- "spacing": {
1750
- "layout": {
1751
- "xxs": {
1752
- "value": "{spacing.2}",
1753
- "type": "spacing"
1754
- },
1755
- "xs": {
1756
- "value": "{spacing.4}",
1757
- "type": "spacing"
1758
- },
1759
- "sm": {
1760
- "value": "{spacing.8}",
1761
- "type": "spacing"
1762
- },
1763
- "md": {
1764
- "value": "{spacing.12}",
1765
- "type": "spacing"
1766
- },
1767
- "lg": {
1768
- "value": "{spacing.16}",
1769
- "type": "spacing"
1770
- },
1771
- "xl": {
1772
- "value": "{spacing.24}",
1773
- "type": "spacing"
1774
- },
1775
- "2xl": {
1776
- "value": "{spacing.32}",
1777
- "type": "spacing"
1778
- },
1779
- "3xl": {
1780
- "value": "{spacing.48}",
1781
- "type": "spacing"
1782
- },
1783
- "4xl": {
1784
- "value": "{spacing.64}",
1785
- "type": "spacing"
1786
- }
1787
- }
1788
- }
1789
- },
1790
- "comp": {
1791
- "color": {
1792
- "background": {
1793
- "primary": {
1794
- "value": "{color.sys.bg.surface}",
1795
- "type": "color"
1796
- },
1797
- "secondary": {
1798
- "value": "{color.sys.bg.minimal}",
1799
- "type": "color"
1800
- },
1801
- "tertiary": {
1802
- "value": "{color.sys.bg.subtle}",
1803
- "type": "color"
1804
- },
1805
- "hover": {
1806
- "value": "{color.sys.bg.subtle}",
1807
- "type": "color"
1808
- },
1809
- "active": {
1810
- "value": "{color.sys.bg.moderate}",
1811
- "type": "color"
1812
- },
1813
- "selected": {
1814
- "value": "{color.sys.interactive.minimal}",
1815
- "type": "color"
1816
- },
1817
- "selected-hover": {
1818
- "value": "{color.sys.interactive.subtle}",
1819
- "type": "color"
1820
- },
1821
- "contrast": {
1822
- "value": "{color.sys.bg.contrast}",
1823
- "type": "color"
1824
- },
1825
- "disabled": {
1826
- "value": "{color.sys.bg.disabled}",
1827
- "type": "color"
1828
- }
1829
- },
1830
- "border": {
1831
- "regular": {
1832
- "value": "{color.sys.border.subtle}",
1833
- "type": "color"
1834
- },
1835
- "minimal": {
1836
- "value": "{color.sys.border.minimal}",
1837
- "type": "color"
1838
- },
1839
- "strong": {
1840
- "value": "{color.sys.border.strong}",
1841
- "type": "color"
1842
- },
1843
- "hover": {
1844
- "value": "{color.sys.border.emphasized}",
1845
- "type": "color"
1846
- },
1847
- "focus": {
1848
- "value": "{color.sys.interactive.highlight}",
1849
- "type": "color"
1850
- },
1851
- "selected": {
1852
- "value": "{color.sys.interactive.base}",
1853
- "type": "color"
1854
- },
1855
- "error": {
1856
- "value": "{color.sys.border.critical}",
1857
- "type": "color"
1858
- },
1859
- "inverse": {
1860
- "value": "{color.sys.border.inverse}",
1861
- "type": "color"
1862
- },
1863
- "on-contrast": {
1864
- "value": "{color.sys.border.on-contrast}",
1865
- "type": "color"
1866
- },
1867
- "disabled": {
1868
- "value": "{color.sys.border.disabled}",
1869
- "type": "color"
1870
- }
1871
- },
1872
- "text": {
1873
- "primary": {
1874
- "value": "{color.sys.fg.primary}",
1875
- "type": "color"
1876
- },
1877
- "secondary": {
1878
- "value": "{color.sys.fg.secondary}",
1879
- "type": "color"
1880
- },
1881
- "tertiary": {
1882
- "value": "{color.sys.fg.tertiary}",
1883
- "type": "color"
1884
- },
1885
- "body": {
1886
- "value": "{color.sys.fg.base}",
1887
- "type": "color"
1888
- },
1889
- "link": {
1890
- "value": "{color.sys.interactive.base}",
1891
- "type": "color"
1892
- },
1893
- "link-hover": {
1894
- "value": "{color.sys.interactive.strong}",
1895
- "type": "color"
1896
- },
1897
- "selected": {
1898
- "value": "{color.sys.interactive.base}",
1899
- "type": "color"
1900
- },
1901
- "positive": {
1902
- "value": "{color.sys.fg.positive}",
1903
- "type": "color"
1904
- },
1905
- "negative": {
1906
- "value": "{color.sys.fg.negative}",
1907
- "type": "color"
1908
- },
1909
- "on-color": {
1910
- "value": "{color.sys.fg.on-color}",
1911
- "type": "color"
1912
- },
1913
- "on-contrast": {
1914
- "value": "{color.sys.fg.on-contrast}",
1915
- "type": "color"
1916
- },
1917
- "on-disabled": {
1918
- "value": "{color.sys.fg.on-disabled}",
1919
- "type": "color"
1920
- },
1921
- "disabled": {
1922
- "value": "{color.sys.fg.disabled}",
1923
- "type": "color"
1924
- }
1925
- },
1926
- "icon": {
1927
- "primary": {
1928
- "value": "{color.sys.fg.primary}",
1929
- "type": "color"
1930
- },
1931
- "secondary": {
1932
- "value": "{color.sys.fg.secondary}",
1933
- "type": "color"
1934
- },
1935
- "tertiary": {
1936
- "value": "{color.sys.fg.tertiary}",
1937
- "type": "color"
1938
- },
1939
- "interactive": {
1940
- "value": "{color.sys.interactive.base}",
1941
- "type": "color"
1942
- },
1943
- "interactive-hover": {
1944
- "value": "{color.sys.interactive.strong}",
1945
- "type": "color"
1946
- },
1947
- "positive": {
1948
- "value": "{color.sys.fg.positive}",
1949
- "type": "color"
1950
- },
1951
- "negative": {
1952
- "value": "{color.sys.fg.negative}",
1953
- "type": "color"
1954
- },
1955
- "on-color": {
1956
- "value": "{color.sys.fg.on-color}",
1957
- "type": "color"
1958
- },
1959
- "on-contrast": {
1960
- "value": "{color.sys.fg.on-contrast}",
1961
- "type": "color"
1962
- },
1963
- "on-disabled": {
1964
- "value": "{color.sys.fg.on-disabled}",
1965
- "type": "color"
1966
- },
1967
- "disabled": {
1968
- "value": "{color.sys.fg.disabled}",
1969
- "type": "color"
1970
- }
1971
- },
1972
- "button": {
1973
- "primary": {
1974
- "bg": {
1975
- "value": "{color.sys.primary.base}",
1976
- "type": "color"
1977
- },
1978
- "bg-hover": {
1979
- "value": "{color.sys.primary.emphasized}",
1980
- "type": "color"
1981
- },
1982
- "bg-active": {
1983
- "value": "{color.sys.fg.primary}",
1984
- "type": "color"
1985
- },
1986
- "bg-disabled": {
1987
- "value": "{color.sys.primary.disabled}",
1988
- "type": "color"
1989
- },
1990
- "fg": {
1991
- "value": "{color.sys.fg.on-color}",
1992
- "type": "color"
1993
- },
1994
- "fg-hover": {
1995
- "value": "{color.sys.fg.on-color}",
1996
- "type": "color"
1997
- },
1998
- "fg-active": {
1999
- "value": "{color.sys.fg.on-color}",
2000
- "type": "color"
2001
- },
2002
- "fg-disabled": {
2003
- "value": "{color.sys.fg.on-disabled}",
2004
- "type": "color"
2005
- }
2006
- },
2007
- "secondary": {
2008
- "bg": {
2009
- "value": "{color.sys.bg.surface}",
2010
- "type": "color"
2011
- },
2012
- "bg-hover": {
2013
- "value": "{color.sys.bg.subtle}",
2014
- "type": "color"
2015
- },
2016
- "bg-active": {
2017
- "value": "{color.sys.bg.moderate}",
2018
- "type": "color"
2019
- },
2020
- "bg-disabled": {
2021
- "value": "{color.sys.bg.minimal}",
2022
- "type": "color"
2023
- },
2024
- "fg": {
2025
- "value": "{color.sys.fg.primary}",
2026
- "type": "color"
2027
- },
2028
- "fg-hover": {
2029
- "value": "{color.sys.fg.primary}",
2030
- "type": "color"
2031
- },
2032
- "fg-active": {
2033
- "value": "{color.sys.fg.primary}",
2034
- "type": "color"
2035
- },
2036
- "fg-disabled": {
2037
- "value": "{color.sys.fg.disabled}",
2038
- "type": "color"
2039
- },
2040
- "border": {
2041
- "value": "{color.sys.border.strong}",
2042
- "type": "color"
2043
- },
2044
- "border-hover": {
2045
- "value": "{color.sys.border.emphasized}",
2046
- "type": "color"
2047
- },
2048
- "border-active": {
2049
- "value": "{color.sys.border.emphasized}",
2050
- "type": "color"
2051
- },
2052
- "border-disabled": {
2053
- "value": "{color.sys.border.disabled}",
2054
- "type": "color"
2055
- }
2056
- },
2057
- "tertiary": {
2058
- "bg": {
2059
- "value": "{color.sys.bg.transparent}",
2060
- "type": "color"
2061
- },
2062
- "bg-hover": {
2063
- "value": "{color.sys.bg.subtle}",
2064
- "type": "color"
2065
- },
2066
- "bg-active": {
2067
- "value": "{color.sys.bg.moderate}",
2068
- "type": "color"
2069
- },
2070
- "bg-disabled": {
2071
- "value": "{color.sys.bg.transparent}",
2072
- "type": "color"
2073
- },
2074
- "fg": {
2075
- "value": "{color.sys.interactive.base}",
2076
- "type": "color"
2077
- },
2078
- "fg-hover": {
2079
- "value": "{color.sys.interactive.strong}",
2080
- "type": "color"
2081
- },
2082
- "fg-active": {
2083
- "value": "{color.sys.fg.primary}",
2084
- "type": "color"
2085
- },
2086
- "fg-disabled": {
2087
- "value": "{color.sys.fg.disabled}",
2088
- "type": "color"
2089
- }
2090
- },
2091
- "danger-primary": {
2092
- "bg": {
2093
- "value": "{color.sys.critical.base}",
2094
- "type": "color"
2095
- },
2096
- "bg-hover": {
2097
- "value": "{color.sys.critical.strong}",
2098
- "type": "color"
2099
- },
2100
- "bg-active": {
2101
- "value": "{color.sys.critical.dark}",
2102
- "type": "color"
2103
- },
2104
- "bg-disabled": {
2105
- "value": "{color.sys.primary.disabled}",
2106
- "type": "color"
2107
- },
2108
- "fg": {
2109
- "value": "{color.sys.fg.on-color}",
2110
- "type": "color"
2111
- },
2112
- "fg-hover": {
2113
- "value": "{color.sys.fg.on-color}",
2114
- "type": "color"
2115
- },
2116
- "fg-active": {
2117
- "value": "{color.sys.fg.on-color}",
2118
- "type": "color"
2119
- },
2120
- "fg-disabled": {
2121
- "value": "{color.sys.fg.on-disabled}",
2122
- "type": "color"
2123
- }
2124
- },
2125
- "danger-secondary": {
2126
- "bg": {
2127
- "value": "{color.sys.bg.surface}",
2128
- "type": "color"
2129
- },
2130
- "bg-hover": {
2131
- "value": "{color.sys.critical.minimal}",
2132
- "type": "color"
2133
- },
2134
- "bg-active": {
2135
- "value": "{color.sys.critical.moderate}",
2136
- "type": "color"
2137
- },
2138
- "bg-disabled": {
2139
- "value": "{color.sys.bg.minimal}",
2140
- "type": "color"
2141
- },
2142
- "fg": {
2143
- "value": "{color.sys.critical.base}",
2144
- "type": "color"
2145
- },
2146
- "fg-hover": {
2147
- "value": "{color.sys.critical.base}",
2148
- "type": "color"
2149
- },
2150
- "fg-active": {
2151
- "value": "{color.sys.critical.strong}",
2152
- "type": "color"
2153
- },
2154
- "fg-disabled": {
2155
- "value": "{color.sys.fg.disabled}",
2156
- "type": "color"
2157
- },
2158
- "border": {
2159
- "value": "{color.sys.critical.muted}",
2160
- "type": "color"
2161
- },
2162
- "border-hover": {
2163
- "value": "{color.sys.critical.muted}",
2164
- "type": "color"
2165
- },
2166
- "border-active": {
2167
- "value": "{color.sys.critical.base}",
2168
- "type": "color"
2169
- },
2170
- "border-disabled": {
2171
- "value": "{color.sys.border.disabled}",
2172
- "type": "color"
2173
- }
2174
- },
2175
- "danger-tertiary": {
2176
- "bg": {
2177
- "value": "{color.sys.bg.transparent}",
2178
- "type": "color"
2179
- },
2180
- "bg-hover": {
2181
- "value": "{color.sys.critical.minimal}",
2182
- "type": "color"
2183
- },
2184
- "bg-active": {
2185
- "value": "{color.sys.critical.moderate}",
2186
- "type": "color"
2187
- },
2188
- "bg-disabled": {
2189
- "value": "{color.sys.bg.transparent}",
2190
- "type": "color"
2191
- },
2192
- "fg": {
2193
- "value": "{color.sys.critical.base}",
2194
- "type": "color"
2195
- },
2196
- "fg-hover": {
2197
- "value": "{color.sys.critical.base}",
2198
- "type": "color"
2199
- },
2200
- "fg-active": {
2201
- "value": "{color.sys.critical.strong}",
2202
- "type": "color"
2203
- },
2204
- "fg-disabled": {
2205
- "value": "{color.sys.fg.disabled}",
2206
- "type": "color"
2207
- }
2208
- }
2209
- },
2210
- "input": {
2211
- "text": {
2212
- "label": {
2213
- "value": "{color.sys.fg.primary}",
2214
- "type": "color"
2215
- },
2216
- "inputValue": {
2217
- "value": "{color.sys.fg.base}",
2218
- "type": "color"
2219
- },
2220
- "placeholder": {
2221
- "value": "{color.sys.fg.subtle}",
2222
- "type": "color"
2223
- },
2224
- "helper": {
2225
- "value": "{color.sys.fg.secondary}",
2226
- "type": "color"
2227
- },
2228
- "error": {
2229
- "value": "{color.sys.fg.negative}",
2230
- "type": "color"
2231
- }
2232
- },
2233
- "checkbox": {
2234
- "selection": {
2235
- "value": "{color.sys.interactive.base}",
2236
- "type": "color"
2237
- },
2238
- "selection-disabled": {
2239
- "value": "{color.sys.interactive.disabled}",
2240
- "type": "color"
2241
- }
2242
- },
2243
- "toggle": {
2244
- "frameOn": {
2245
- "value": "{color.sys.success.bold}",
2246
- "type": "color"
2247
- },
2248
- "frameOn-disabled": {
2249
- "value": "rgba({color.sys.success.bold},0.5)",
2250
- "type": "color"
2251
- },
2252
- "frameOff": {
2253
- "value": "{color.sys.neutral.bold}",
2254
- "type": "color"
2255
- },
2256
- "frameOff-disabled": {
2257
- "value": "rgba({color.sys.neutral.bold},0.5)",
2258
- "type": "color"
2259
- },
2260
- "slideOn": {
2261
- "value": "{color.sys.bg.surface}",
2262
- "type": "color"
2263
- },
2264
- "slideOn-disabled": {
2265
- "value": "{color.sys.bg.surface}",
2266
- "type": "color"
2267
- },
2268
- "slideOff": {
2269
- "value": "{color.sys.bg.surface}",
2270
- "type": "color"
2271
- },
2272
- "slideOff-disabled": {
2273
- "value": "{color.sys.bg.surface}",
2274
- "type": "color"
2275
- }
2276
- }
2277
- },
2278
- "status": {
2279
- "info": {
2280
- "bg": {
2281
- "value": "{color.sys.info.minimal}",
2282
- "type": "color"
2283
- },
2284
- "bg-hover": {
2285
- "value": "{color.sys.info.subtle}",
2286
- "type": "color"
2287
- },
2288
- "bg-active": {
2289
- "value": "{color.sys.info.moderate}",
2290
- "type": "color"
2291
- },
2292
- "border": {
2293
- "value": "{color.sys.info.muted}",
2294
- "type": "color"
2295
- },
2296
- "icon": {
2297
- "value": "{color.sys.info.strong}",
2298
- "type": "color"
2299
- },
2300
- "text": {
2301
- "value": "{color.sys.info.strong}",
2302
- "type": "color"
2303
- }
2304
- },
2305
- "success": {
2306
- "bg": {
2307
- "value": "{color.sys.success.minimal}",
2308
- "type": "color"
2309
- },
2310
- "bg-hover": {
2311
- "value": "{color.sys.success.subtle}",
2312
- "type": "color"
2313
- },
2314
- "bg-active": {
2315
- "value": "{color.sys.success.moderate}",
2316
- "type": "color"
2317
- },
2318
- "border": {
2319
- "value": "{color.sys.success.muted}",
2320
- "type": "color"
2321
- },
2322
- "icon": {
2323
- "value": "{color.sys.success.strong}",
2324
- "type": "color"
2325
- },
2326
- "text": {
2327
- "value": "{color.sys.success.strong}",
2328
- "type": "color"
2329
- }
2330
- },
2331
- "warning": {
2332
- "bg": {
2333
- "value": "{color.sys.warning.minimal}",
2334
- "type": "color"
2335
- },
2336
- "bg-hover": {
2337
- "value": "{color.sys.warning.subtle}",
2338
- "type": "color"
2339
- },
2340
- "bg-active": {
2341
- "value": "{color.sys.warning.moderate}",
2342
- "type": "color"
2343
- },
2344
- "border": {
2345
- "value": "{color.sys.warning.muted}",
2346
- "type": "color"
2347
- },
2348
- "icon": {
2349
- "value": "{color.sys.warning.strong}",
2350
- "type": "color"
2351
- },
2352
- "text": {
2353
- "value": "{color.sys.warning.strong}",
2354
- "type": "color"
2355
- }
2356
- },
2357
- "critical": {
2358
- "bg": {
2359
- "value": "{color.sys.critical.minimal}",
2360
- "type": "color"
2361
- },
2362
- "bg-hover": {
2363
- "value": "{color.sys.critical.subtle}",
2364
- "type": "color"
2365
- },
2366
- "bg-active": {
2367
- "value": "{color.sys.critical.moderate}",
2368
- "type": "color"
2369
- },
2370
- "border": {
2371
- "value": "{color.sys.critical.muted}",
2372
- "type": "color"
2373
- },
2374
- "icon": {
2375
- "value": "{color.sys.critical.strong}",
2376
- "type": "color"
2377
- },
2378
- "text": {
2379
- "value": "{color.sys.critical.strong}",
2380
- "type": "color"
2381
- }
2382
- },
2383
- "progress": {
2384
- "bg": {
2385
- "value": "{color.sys.interactive.minimal}",
2386
- "type": "color"
2387
- },
2388
- "bg-hover": {
2389
- "value": "{color.sys.interactive.subtle}",
2390
- "type": "color"
2391
- },
2392
- "bg-active": {
2393
- "value": "{color.sys.interactive.moderate}",
2394
- "type": "color"
2395
- },
2396
- "border": {
2397
- "value": "{color.sys.interactive.muted}",
2398
- "type": "color"
2399
- },
2400
- "icon": {
2401
- "value": "{color.sys.interactive.strong}",
2402
- "type": "color"
2403
- },
2404
- "text": {
2405
- "value": "{color.sys.interactive.strong}",
2406
- "type": "color"
2407
- }
2408
- },
2409
- "neutral": {
2410
- "bg": {
2411
- "value": "{color.sys.neutral.minimal}",
2412
- "type": "color"
2413
- },
2414
- "bg-hover": {
2415
- "value": "{color.sys.neutral.subtle}",
2416
- "type": "color"
2417
- },
2418
- "bg-active": {
2419
- "value": "{color.sys.neutral.moderate}",
2420
- "type": "color"
2421
- },
2422
- "border": {
2423
- "value": "{color.sys.neutral.muted}",
2424
- "type": "color"
2425
- },
2426
- "icon": {
2427
- "value": "{color.sys.neutral.strong}",
2428
- "type": "color"
2429
- },
2430
- "text": {
2431
- "value": "{color.sys.neutral.strong}",
2432
- "type": "color"
2433
- }
2434
- }
2435
- },
2436
- "utilities": {
2437
- "overlay": {
2438
- "value": "rgba({color.sys.bg.contrast}, 0.8)",
2439
- "type": "color"
2440
- },
2441
- "overlay-light": {
2442
- "value": "rgba({color.sys.bg.contrast}, 0.16)",
2443
- "type": "color"
2444
- },
2445
- "skeleton": {
2446
- "value": "{color.sys.bg.subtle}",
2447
- "type": "color"
2448
- },
2449
- "skeleton-strong": {
2450
- "value": "{color.sys.fg.minimal}",
2451
- "type": "color"
2452
- }
2453
- }
2454
- },
2455
- "borderRadius": {
2456
- "badge": {
2457
- "value": "{borderRadius.4}",
2458
- "type": "borderRadius"
2459
- },
2460
- "button": {
2461
- "value": "{borderRadius.4}",
2462
- "type": "borderRadius"
2463
- },
2464
- "tag": {
2465
- "value": "{borderRadius.4}",
2466
- "type": "borderRadius"
2467
- }
2468
- },
2469
- "borderWidth": {
2470
- "button": {
2471
- "primary": {
2472
- "value": "{borderWidth.none}",
2473
- "type": "borderWidth"
2474
- },
2475
- "secondary": {
2476
- "value": "{borderWidth.1}",
2477
- "type": "borderWidth"
2478
- },
2479
- "tertiary": {
2480
- "value": "{borderWidth.none}",
2481
- "type": "borderWidth"
2482
- }
2483
- }
2484
- },
2485
- "sizing": {
2486
- "button": {
2487
- "sm": {
2488
- "value": "{sizing.32}",
2489
- "type": "sizing"
2490
- },
2491
- "md": {
2492
- "value": "{sizing.40}",
2493
- "type": "sizing"
2494
- },
2495
- "lg": {
2496
- "value": "{sizing.48}",
2497
- "type": "sizing"
2498
- }
2499
- },
2500
- "inputHeight": {
2501
- "md": {
2502
- "value": "{sizing.40}",
2503
- "type": "sizing"
2504
- },
2505
- "lg": {
2506
- "value": "{sizing.48}",
2507
- "type": "sizing"
2508
- }
2509
- }
2510
- },
2511
- "typography": {
2512
- "comp": {
2513
- "button": {
2514
- "sm": {
2515
- "value": "{typography.font.sans.size-2.semibold}",
2516
- "type": "typography"
2517
- },
2518
- "md": {
2519
- "value": "{typography.font.sans.size-2.semibold}",
2520
- "type": "typography"
2521
- },
2522
- "lg": {
2523
- "value": "{typography.font.sans.size-3.semibold}",
2524
- "type": "typography"
2525
- }
2526
- },
2527
- "notification": {
2528
- "title": {
2529
- "value": "{typography.font.sans.size-3.bold}",
2530
- "type": "typography"
2531
- },
2532
- "message": {
2533
- "value": "{typography.font.sans.size-3.normal}",
2534
- "type": "typography"
2535
- },
2536
- "button": {
2537
- "value": "{typography.font.sans.size-2.normal}",
2538
- "type": "typography"
2539
- }
2540
- },
2541
- "input": {
2542
- "label": {
2543
- "value": "{typography.font.sans.size-2.semibold}",
2544
- "type": "typography"
2545
- },
2546
- "helperText": {
2547
- "value": "{typography.font.sans.size-1.normal}",
2548
- "type": "typography"
2549
- }
2550
- },
2551
- "link": {
2552
- "md": {
2553
- "value": {
2554
- "fontFamily": "{fontFamilies.font-sans}",
2555
- "fontWeight": "{fontWeights.normal}",
2556
- "lineHeight": "{lineHeight.2}",
2557
- "fontSize": "{fontSizes.2}",
2558
- "letterSpacing": "{letterSpacing.0}",
2559
- "paragraphSpacing": "{paragraphSpacing.none}",
2560
- "textDecoration": "{textDecoration.none}",
2561
- "textCase": "{textCase.none}"
2562
- },
2563
- "type": "typography"
2564
- },
2565
- "md-hover": {
2566
- "value": {
2567
- "fontFamily": "{fontFamilies.font-sans}",
2568
- "fontWeight": "{fontWeights.normal}",
2569
- "lineHeight": "{lineHeight.2}",
2570
- "fontSize": "{fontSizes.2}",
2571
- "letterSpacing": "{letterSpacing.0}",
2572
- "paragraphSpacing": "{paragraphSpacing.none}",
2573
- "textDecoration": "{textDecoration.underline}",
2574
- "textCase": "{textCase.none}"
2575
- },
2576
- "type": "typography"
2577
- },
2578
- "lg": {
2579
- "value": {
2580
- "fontFamily": "{fontFamilies.font-sans}",
2581
- "fontWeight": "{fontWeights.normal}",
2582
- "lineHeight": "{lineHeight.3}",
2583
- "fontSize": "{fontSizes.3}",
2584
- "letterSpacing": "{letterSpacing.0}",
2585
- "paragraphSpacing": "{paragraphSpacing.none}",
2586
- "textDecoration": "{textDecoration.none}",
2587
- "textCase": "{textCase.none}"
2588
- },
2589
- "type": "typography"
2590
- },
2591
- "lg-hover": {
2592
- "value": {
2593
- "fontFamily": "{fontFamilies.font-sans}",
2594
- "fontWeight": "{fontWeights.normal}",
2595
- "lineHeight": "{lineHeight.3}",
2596
- "fontSize": "{fontSizes.3}",
2597
- "letterSpacing": "{letterSpacing.0}",
2598
- "paragraphSpacing": "{paragraphSpacing.none}",
2599
- "textDecoration": "{textDecoration.underline}",
2600
- "textCase": "{textCase.none}"
2601
- },
2602
- "type": "typography"
2603
- }
2604
- },
2605
- "stat": {
2606
- "sm": {
2607
- "value": "{typography.font.sans.size-3.normal}",
2608
- "type": "typography"
2609
- },
2610
- "md": {
2611
- "value": "{typography.font.sans.size-5.semibold}",
2612
- "type": "typography"
2613
- },
2614
- "lg": {
2615
- "value": "{typography.font.sans.size-6.semibold}",
2616
- "type": "typography"
2617
- }
2618
- },
2619
- "tabs": {
2620
- "line": {
2621
- "value": {
2622
- "fontFamily": "{fontFamilies.font-sans}",
2623
- "fontWeight": "{fontWeights.bold}",
2624
- "lineHeight": "{lineHeight.3}",
2625
- "fontSize": "{fontSizes.3}",
2626
- "letterSpacing": "{letterSpacing.0}",
2627
- "paragraphSpacing": "{paragraphSpacing.none}",
2628
- "textDecoration": "{textDecoration.none}",
2629
- "textCase": "{textCase.none}"
2630
- },
2631
- "type": "typography"
2632
- },
2633
- "contained": {
2634
- "value": {
2635
- "fontFamily": "{fontFamilies.font-sans}",
2636
- "fontWeight": "{fontWeights.bold}",
2637
- "lineHeight": "{lineHeight.3}",
2638
- "fontSize": "{fontSizes.3}",
2639
- "letterSpacing": "{letterSpacing.0}",
2640
- "paragraphSpacing": "{paragraphSpacing.none}",
2641
- "textDecoration": "{textDecoration.none}",
2642
- "textCase": "{textCase.none}"
2643
- },
2644
- "type": "typography"
2645
- },
2646
- "contained-secondary": {
2647
- "value": {
2648
- "fontFamily": "{fontFamilies.font-sans}",
2649
- "fontWeight": "{fontWeights.normal}",
2650
- "lineHeight": "{lineHeight.2}",
2651
- "fontSize": "{fontSizes.2}",
2652
- "letterSpacing": "{letterSpacing.0}",
2653
- "paragraphSpacing": "{paragraphSpacing.none}",
2654
- "textDecoration": "{textDecoration.none}",
2655
- "textCase": "{textCase.none}"
2656
- },
2657
- "type": "typography"
2658
- }
2659
- },
2660
- "tag": {
2661
- "sm": {
2662
- "value": "{typography.font.sans.size-1.normal}",
2663
- "type": "typography"
2664
- },
2665
- "md": {
2666
- "value": "{typography.font.sans.size-2.normal}",
2667
- "type": "typography"
2668
- }
2669
- },
2670
- "badge": {
2671
- "sm": {
2672
- "value": "{typography.font.sans.size-1.uppercase-bold}",
2673
- "type": "typography"
2674
- }
2675
- },
2676
- "dialog": {
2677
- "title": {
2678
- "value": "{typography.font.sans.size-5.bold}",
2679
- "type": "typography"
2680
- },
2681
- "label": {
2682
- "value": "{typography.font.sans.size-2.uppercase-semibold}",
2683
- "type": "typography"
2684
- }
2685
- }
2686
- }
2687
- },
2688
- "border": {
2689
- "regular": {
2690
- "value": {
2691
- "color": "{color.border.regular}",
2692
- "width": "{borderWidth.1}",
2693
- "style": "solid"
2694
- },
2695
- "type": "border"
2696
- },
2697
- "minimal": {
2698
- "value": {
2699
- "color": "{color.border.minimal}",
2700
- "width": "{borderWidth.1}",
2701
- "style": "solid"
2702
- },
2703
- "type": "border"
2704
- },
2705
- "strong": {
2706
- "value": {
2707
- "color": "{color.border.strong}",
2708
- "width": "{borderWidth.1}",
2709
- "style": "solid"
2710
- },
2711
- "type": "border"
2712
- },
2713
- "select": {
2714
- "rest": {
2715
- "value": {
2716
- "color": "{color.border.strong}",
2717
- "width": "{borderWidth.1}",
2718
- "style": "solid"
2719
- },
2720
- "type": "border"
2721
- },
2722
- "hover": {
2723
- "value": {
2724
- "color": "{color.border.hover}",
2725
- "width": "{borderWidth.1}",
2726
- "style": "solid"
2727
- },
2728
- "type": "border"
2729
- },
2730
- "error": {
2731
- "value": {
2732
- "color": "{color.border.error}",
2733
- "width": "{borderWidth.1}",
2734
- "style": "solid"
2735
- },
2736
- "type": "border"
2737
- },
2738
- "disabled": {
2739
- "value": {
2740
- "color": "{color.border.disabled}",
2741
- "width": "{borderWidth.1}",
2742
- "style": "solid"
2743
- },
2744
- "type": "border"
2745
- }
2746
- },
2747
- "textInput": {
2748
- "rest": {
2749
- "value": {
2750
- "color": "{color.border.regular}",
2751
- "width": "{borderWidth.1}",
2752
- "style": "solid"
2753
- },
2754
- "type": "border"
2755
- },
2756
- "hover": {
2757
- "value": {
2758
- "color": "{color.border.hover}",
2759
- "width": "{borderWidth.1}",
2760
- "style": "solid"
2761
- },
2762
- "type": "border"
2763
- },
2764
- "error": {
2765
- "value": {
2766
- "color": "{color.border.error}",
2767
- "width": "{borderWidth.1}",
2768
- "style": "solid"
2769
- },
2770
- "type": "border"
2771
- },
2772
- "disabled": {
2773
- "value": {
2774
- "color": "{color.border.disabled}",
2775
- "width": "{borderWidth.1}",
2776
- "style": "solid"
2777
- },
2778
- "type": "border"
2779
- }
2780
- },
2781
- "tab": {
2782
- "separator": {
2783
- "value": {
2784
- "color": "{color.border.strong}",
2785
- "width": "{borderWidth.1}",
2786
- "style": "solid"
2787
- },
2788
- "type": "border"
2789
- },
2790
- "selected": {
2791
- "value": {
2792
- "color": "{color.border.selected}",
2793
- "width": "{borderWidth.2}",
2794
- "style": "solid"
2795
- },
2796
- "type": "border"
2797
- }
2798
- }
2799
- }
2800
- },
2801
- "$themes": [
2802
- {
2803
- "id": "e79d9bd13f1fbdf3e6ea6da375c6f49ef22a7165",
2804
- "name": "Light",
2805
- "selectedTokenSets": {
2806
- "core": "enabled",
2807
- "system": "enabled",
2808
- "comp": "enabled"
2809
- },
2810
- "$figmaStyleReferences": {
2811
- "color.sys.fg.on-disabled": "S:4844df33f668875550b32b7ed8cc94c8792db398,",
2812
- "color.sys.fg.on-color": "S:2cc10b6256230171fc74601dde2a328131881ff9,",
2813
- "color.sys.fg.on-contrast": "S:cfc72ba7f7dfb3d7c112553047f61f4e42963b9d,",
2814
- "color.sys.fg.disabled": "S:1c6389e3c5f1a735ca7dd3b51c8aac6fbdf31ba9,",
2815
- "color.sys.bg.surface": "S:725e4530c107daf09e45d23c2a34a5e894781ed6,",
2816
- "color.sys.bg.disabled": "S:b5fce48ff354a7fdc224f48a4d33fddec49f9f82,",
2817
- "color.sys.bg.transparent": "S:fa2c03a3f4d625701fab1cca2b2d91ac7cdd0333,",
2818
- "color.sys.bg.contrast": "S:3e6b3fbe7dfec923029f8a21ccba37e4df2c4539,",
2819
- "color.sys.border.minimal": "S:b69dd0840a5322846e2507a9a86040a0e3d1e314,",
2820
- "color.sys.border.subtle": "S:215600fa7448df12e5e0d50e079bbaa42ca1def5,",
2821
- "color.sys.border.strong": "S:9c9741cdcb7a1256e3be6628838d763931519773,",
2822
- "color.sys.border.emphasized": "S:7805e503783b07dab8d6b1627a24c30214f22ee5,",
2823
- "color.sys.secondary.default": "S:12007f2b51f452d50cb9c2c2ba35e18e04c91f2e,",
2824
- "color.sys.secondary.emphasized": "S:6608e6cd9a7463afc824b5c5007d8cf3617ee5db,",
2825
- "color.sys.secondary.muted": "S:cf76276d9323ce875710ee12535e61b962a3d901,",
2826
- "color.sys.secondary.subtle": "S:5e5aac27627ee723c9b17a5fcedc5261d2b38404,",
2827
- "color.sys.secondary.disabled": "S:81dca371b24a677ba6735127a24b6b1d39b6f76b,",
2828
- "color.sys.interactive.muted": "S:aa0855e24bd8c51b2b5476ff5be70a85158a7eed,",
2829
- "color.sys.interactive.disabled": "S:5403b8b7619baa835dd86eb51925a6f5a3e9aa5b,",
2830
- "color.sys.info.muted": "S:ce47f24f31dc1c90a075f828c2371591f26e1a67,",
2831
- "color.sys.success.muted": "S:88c7a3574049e86f3e57fd34cc406bb88ffae65c,",
2832
- "color.sys.warning.muted": "S:de6385617e6eef09170420857b7400c37d647cd1,",
2833
- "color.sys.danger.default": "S:0b38727f398f6f0b40ecfb95a70b3f7d7bcb705c,",
2834
- "color.sys.border.on-contrast": "S:42ebdc7b51e2ac491ad5797c9193d0451b43748c,",
2835
- "color.sys.border.disabled": "S:9f70d249cf22ffd8d3b10a8274f558f3a87d7ce9,",
2836
- "color.background.primary": "S:9933dbc06c3c33fead9dd3bd566d015ccd6c3527,",
2837
- "color.background.secondary": "S:738177d8ff1997e6204d4f5adc0a9ad5d1ac84d2,",
2838
- "color.background.tertiary": "S:ff0c3e61c2e15bcd83c0759698f233202001c142,",
2839
- "color.background.contrast": "S:4f409abe9d61469a8f86acebe6a2028b15ecc6bc,",
2840
- "color.border.minimal": "S:5100d0366011991a3a9f1ff92b54556650ae8bb5,",
2841
- "color.border.strong": "S:f0d41f86e42a974091636cbd0a4e1116ad513fdc,",
2842
- "color.border.error": "S:69f6f31a29ba90679d4d38262e77770922241b27,",
2843
- "color.border.on-contrast": "S:81041134185632e01ebf450f366bee20fcc5b008,",
2844
- "color.text.primary": "S:c6be046071ddf6ffa149d49a4219f34e119db435,",
2845
- "color.text.secondary": "S:556d2e87e88b00e2bd4b7a8237eec3b1c1931b02,",
2846
- "color.text.tertiary": "S:e7739472cbf052e0a440d2e55694b8621c3309d2,",
2847
- "color.text.link": "S:714c33f15b942695e0b59e7b6905ebc7dd1e1621,",
2848
- "color.text.link-hover": "S:88d5179f7b5a779e9ae19ef0b8098f6369d48886,",
2849
- "color.text.on-color": "S:330189121c68b31eeef0495b1c58d609c90de295,",
2850
- "color.text.on-contrast": "S:65dc6e43f074dd8cb894d2d8bad98d22f1d43d63,",
2851
- "color.text.disabled": "S:0950801e32cea4b44b86e1a6006b192b274ee3cb,",
2852
- "color.icon.primary": "S:01eb51dba69e30e1155cb5a28110f2914b6dd72c,",
2853
- "color.button.primary.bg": "S:f1ac2fc789534f4370f867b680d7be70bbfb9990,",
2854
- "color.button.primary.bg-hover": "S:7c515bf18cdde6d3d34a33a4538a322ae83ad653,",
2855
- "color.button.primary.bg-active": "S:a542593c33d3bc42e8d87891a87a1411dfb56525,",
2856
- "color.button.primary.bg-disabled": "S:b5dd7c66db491ec9aaa4123dd3b2217752dc3bfd,",
2857
- "color.button.secondary.bg": "S:5de100a11c9dc3fdbf8325dc3078ba29383bf036,",
2858
- "color.button.secondary.border": "S:95adf2a81f60e296d4f0935482bfe753e5c1621c,",
2859
- "color.button.secondary.bg-hover": "S:1612d49b0184d23fc245bf446d728a16e0f61c90,",
2860
- "color.button.secondary.border-hover": "S:d034fbf889d5d386e1a4eeb2a2ae04e411773036,",
2861
- "color.button.secondary.bg-active": "S:131f7090c99748a22a4cf8bdc432e1cf587d0ca1,",
2862
- "color.button.secondary.border-active": "S:36fa0cc606eed215a25f06923e2badb42d39ed23,",
2863
- "color.button.secondary.bg-disabled": "S:13f40c629583ede2188154e33ad273848271fded,",
2864
- "color.button.secondary.border-disabled": "S:eb96e1951b4a7eb225b2d2a0e0db377841d65f38,",
2865
- "color.button.tertiary.bg": "S:f668cb278efe3108972a700dcd8939134596310a,",
2866
- "color.button.tertiary.bg-hover": "S:923b70fc5606ea66dccaa3e5b26e13d06e718493,",
2867
- "color.button.tertiary.bg-active": "S:82e2808c7aede0525796d7b58968b2268de880bc,",
2868
- "color.button.tertiary.bg-disabled": "S:95417e60eb5d7b76a5932be5c0377f99fde1007b,",
2869
- "color.status.info.bg": "S:b3074aff9788a38d04b70fd2d21e3a8dbefc58dc,",
2870
- "color.status.info.border": "S:c604018f3d4f38a53c6c1f784d0284fdd229634b,",
2871
- "color.status.info.text": "S:0fc8f58e6781dc066153f366a63340d93211911e,",
2872
- "color.status.success.bg": "S:1da15aab5b4ab29d3dc9c8a865b377bbd0daef57,",
2873
- "color.status.success.border": "S:489551d81e7baad2c7719b9739ef0971ddd66a7e,",
2874
- "color.status.success.text": "S:e3c4db542f23354bab03ad937902967ad5c5fb1b,",
2875
- "color.status.warning.bg": "S:3e4657d083fef33449c9f4381f81c6855acc77dd,",
2876
- "color.status.warning.border": "S:471b915b5dca7e1eb86697af73c438040a385c06,",
2877
- "color.status.warning.icon": "S:b214d9edc74e0a6beb61f3079d7e95c4e05273f3,",
2878
- "color.status.warning.text": "S:1f5c1e556ed858de2c52952bd67f680c46cb303f,",
2879
- "color.status.progress.bg": "S:56994ba09959cff9c81f1e5a446742a21e6f3cc6,",
2880
- "color.status.progress.border": "S:4fba96134ecc93b9ab238158437891efa6e49d7e,",
2881
- "color.status.progress.icon": "S:be8f9d93fcd66033ba5e3b1ad6ba62b4ee54e7c6,",
2882
- "color.status.progress.text": "S:cd878af6f087595049e5564ddcaad187a98407dd,",
2883
- "color.icon.secondary": "S:a890b89fcb97682e513fb3a9018c3625f56cbc37,",
2884
- "color.icon.tertiary": "S:eea678f7db7a2cb60abf6af4768cefd99133aaee,",
2885
- "color.icon.interactive": "S:351fae2dc31bf86417ff84775696928049685896,",
2886
- "color.icon.interactive-hover": "S:5ca4dcb5e2bcb32143413af1c2ed4c5e46c5525a,",
2887
- "color.icon.on-color": "S:24a8978bf991dc1fe551887571b2d04938d734e6,",
2888
- "color.icon.on-contrast": "S:d038757d612d1b3dd83ba5dea36115d26fc5449f,",
2889
- "color.icon.disabled": "S:4e35500423f3408eed4406a9b356bb5a14c21df1,",
2890
- "boxShadow.shadows.none": "S:8e81e9ea08694a2c200e439661b371b5fdff9fab,",
2891
- "boxShadow.shadows.sm": "S:311a5aad2f52773ac7ec6ca5ad11fd453da5c4c6,",
2892
- "boxShadow.shadows.md": "S:488c0f4a951bed9672bf19008eb8609563f5be71,",
2893
- "boxShadow.shadows.lg": "S:987fc90fac61f80316b3cc409b26b298e0c48fa8,",
2894
- "boxShadow.shadows.inner": "S:5728f38b976c5a0efbd7c829492f9b6d8368c6ef,",
2895
- "boxShadow.shadows.outline": "S:eede5df4be4425cb9d185c7bffb2a37a09df6e29,",
2896
- "boxShadow.shadows.tooltip": "S:8325f55b9f9450d8c1aa9c16bf5de8240788dbcd,",
2897
- "color.border.focus": "S:64b44c9b161798fe4c45c8c5a1baacbefc0ad6c5,",
2898
- "color.sys.interactive.highlight": "S:b0c9a4c8f05b028135320b1eaceb0d06923b1261,",
2899
- "color.sys.interactive.minimal": "S:ccc7ef4f25932f6dbf94dfb49ccdc5ed84c62a27,",
2900
- "color.sys.info.minimal": "S:da453c7eca8ef1c604abda9f4e3d25fbabcf445b,",
2901
- "color.button.danger-tertiary.bg": "S:a176d0e2e5c2390fad7526b10e26d298975e00ca,",
2902
- "color.button.danger-tertiary.bg-hover": "S:e83a2240ae5b1f054d0846c079bce0a54a20d83a,",
2903
- "color.button.danger-tertiary.bg-active": "S:46efcb334badea2ba49a76d497388b4f7e907eab,",
2904
- "color.button.danger-tertiary.bg-disabled": "S:4ad188d08c3545d31d08ab3728910f29138503ee,",
2905
- "color.sys.success.minimal": "S:e803c7f2a868fc59cf2aea3278a344d45f92badd,",
2906
- "color.sys.warning.minimal": "S:63d9febe237564b801d18035a1a4c8796632b169,",
2907
- "color.sys.danger.dark": "S:e996c36a0b41638186a07e17c0c6b0226e6b6ef0,",
2908
- "color.sys.danger.minimal": "S:a0695a1611e926fdecb44d00380ce2f5cc47f83a,",
2909
- "color.sys.neutral.muted": "S:c4ed266fd1f38ebef7f93ea1e13f7ccf0da4374b,",
2910
- "color.sys.neutral.minimal": "S:6a54b378b1c0bfdf64126dfd1b91006e9b60cc8e,",
2911
- "color.status.info.bg-hover": "S:845bfb70f4c5c80c50f286ecedd3e492059fed05,",
2912
- "color.status.info.bg-active": "S:b78c6d36d29848595ea464d24c9f1841f779d209,",
2913
- "color.status.success.bg-hover": "S:aa7b5964fddf03bdc83ed93aefea0a1890f1c915,",
2914
- "color.status.success.bg-active": "S:33342b6a2fcf76560c188bf3d037631cc0d23ed8,",
2915
- "color.status.warning.bg-hover": "S:9086b232e58f734cecccdab0d4f8c91b32bb7b77,",
2916
- "color.status.warning.bg-active": "S:c8defe34368d73c25c5f1722426f16732a633af9,",
2917
- "color.status.progress.bg-hover": "S:499f622abc3653b2f02c865e7c07afc99f9b6559,",
2918
- "color.status.progress.bg-active": "S:fad547ac73c95d136362e306e7d5a74eedf6ff34,",
2919
- "typography.comp.button.sm": "S:0c61696adf93ee286d2408e3637aae20c5463723,",
2920
- "typography.comp.button.md": "S:013b3f0655e782c532dc470de01542af44fad0fc,",
2921
- "typography.comp.button.lg": "S:0081e0b3e863e7b955d4d84fa12fee225efb9d81,",
2922
- "typography.comp.notification.title": "S:a60d51a8878b9b0707b6bb1f820eccb5293411e7,",
2923
- "typography.comp.notification.message": "S:4b7756f17b0e2285658bfedaf5c1d581b57c6917,",
2924
- "typography.comp.notification.button": "S:1399d69fad60f02958d77a74034e44af992f391f,",
2925
- "headlines.headline1": "S:2313496c103a57b7c6dc74ce3f789c0368d81554,",
2926
- "typography.headlines.headline1": "S:c659ce710e8e74fc810ad424ddbdec06163dea78,",
2927
- "typography.headline.headline1": "S:c659ce710e8e74fc810ad424ddbdec06163dea78,",
2928
- "typography.headline.headline2": "S:ef35ecde137852fa7de8bf7bd7649e866eff303f,",
2929
- "typography.headline.headline3": "S:f9a5f5f5781f7ef44d2d2ee8d9636e841c401a54,",
2930
- "typography.headline.headline4": "S:fe55f7e0f63393e765b811ea2872e0e46b99bfde,",
2931
- "typography.headline.headline5": "S:9be5a79267b52971820d694d1111d85b2d369bc0,",
2932
- "typography.headline.headline6": "S:9e37a0e1332a9967a4a8771d40419bd39717a123,",
2933
- "color.sys.fg.primary": "S:7ba04b1ea1e953f1d3d2d42c2ab7de429f8f2592,",
2934
- "color.background.disabled": "S:d68901d3557b154485c8c35a54ea6e3226f0ed4f,",
2935
- "color.sys.fg.minimal": "S:6022b9a59cd03e8c954c5877e57af06360a1c52a,",
2936
- "color.sys.bg.minimal": "S:2770d452bb0486c6320f3582775c8d4d0853d567,",
2937
- "color.text.body": "S:4d40f8fd56a7b479d22d48448d33c6416829fde9,",
2938
- "color.icon.on-disabled": "S:0a1be750dd3070863398201b8465d13cbe961b95,",
2939
- "color.text.on-disabled": "S:2b64a77253e2553609eb653cf42b7c24b5cdac7d,",
2940
- "color.input.label": "S:d730f773de31deb5eb288009f1319f93a1f6147d,",
2941
- "color.input.label-disabled": "S:72b741a9c8cd6416e3e8df57f94b53e86d268abd,",
2942
- "color.input.helperText": "S:965ff1ab042ccab278e94e54a42c42171861b9ce,",
2943
- "color.input.helperText-disabled": "S:f86ead4f1262e44571dc4491325dca501e2f024c,",
2944
- "color.input.placeholder": "S:39f5c9176d59ab7aa76665d0aeb43c0d801a1534,",
2945
- "color.input.placeholder-disabled": "S:e80d57438be07cb4b237a207eb3100f0fc5f280b,",
2946
- "color.input.userEntry": "S:e5171b5fbba9fa23cd3a0d68d714b6b4714ebab3,",
2947
- "color.input.userEntry-disabled": "S:6aed0fccadc39350ef99b5b2431378be7a252d9e,",
2948
- "color.sys.bg.moderate": "S:b2f558adbf1ae7c4f39abea9de9b7b17b87e1cd5,",
2949
- "color.sys.fg.secondary": "S:3d44ee218b20d6212918a8c6a2136ee6681a87f4,",
2950
- "color.sys.fg.tertiary": "S:ed9c79efce1067f73d322f526ff90da45bc96939,",
2951
- "color.sys.bg.subtle": "S:23dc04a6e275be061daa197def3ce6725838f576,",
2952
- "color.sys.interactive.strong": "S:76101b6af74850564b947b7b0fe514f8708d651d,",
2953
- "color.sys.interactive.moderate": "S:59fcc48244cb8689f147c26138b568f01091a7fe,",
2954
- "color.sys.interactive.subtle": "S:cb64ffbcbac9a60699749bb459108e458d904076,",
2955
- "color.sys.info.strong": "S:b7c1ac45c656c5840f55137a42bc01f5836f40ba,",
2956
- "color.sys.info.moderate": "S:193d1e407dc864a27a2b714786301b8313ae713b,",
2957
- "color.sys.success.moderate": "S:0b2d6397d61bd23eef2371cdc91a6a0912a5ee1d,",
2958
- "color.sys.warning.moderate": "S:79fd6ff51949b0657d4cf9a653513a34523122c6,",
2959
- "color.sys.danger.muted": "S:dd4b64d4416882bc4aeb09ae600308e4accad540,",
2960
- "color.sys.danger.moderate": "S:bd82a6ba7a0105b97350737c1f9ef638857de270,",
2961
- "color.sys.neutral.moderate": "S:07adea150d6000444270e8531041cc554d829578,",
2962
- "color.sys.success.strong": "S:fd8d40fef6075b2d750be49ad6c1b4e63e517726,",
2963
- "color.sys.warning.strong": "S:1502a1ae00e0cef2b5b8295770c74ec55927b0fe,",
2964
- "color.sys.danger.strong": "S:b971d7934b3c5914d23d8fd2e7b52e4b1e669acf,",
2965
- "color.sys.neutral.strong": "S:196d602a9b1744a8c97f6f8945a9041e865cdf68,",
2966
- "color.sys.info.subtle": "S:03beb718b96151b793784d97df04d572de4ec847,",
2967
- "color.sys.success.subtle": "S:3baca19e2e0f129330c7d3eea4e49551140ca29e,",
2968
- "color.sys.warning.subtle": "S:aa1a22946dbc30f2698e0d1e8d442fab2dfa623b,",
2969
- "color.sys.danger.subtle": "S:ee0e1020527de6d90dedf06c2698b79ad017b4e6,",
2970
- "color.sys.neutral.subtle": "S:2bb70da27e218f8c1885a35dee2537af8fbde236,",
2971
- "color.sys.fg.subtle": "S:6b59f181c39bbf3e9b2b497858165298335b2bd1,",
2972
- "color.sys.info.bold": "S:153a1029e80543c6354e5d5b46b93aec5ada45d9,",
2973
- "color.sys.success.bold": "S:ed44b501dcb785dc84fa162a7104bb4f39fafaeb,",
2974
- "color.sys.danger.bold": "S:d1d23ee7d25d481c09779a9131887b26ed3811d2,",
2975
- "color.sys.neutral.bold": "S:715f4935bb2d3e8e6c9c6e2cb3d7d41f7d52cee9,",
2976
- "color.sys.orange.strong": "S:693b9bd6d472f787a05a896bf58d1b81bffc339b,",
2977
- "color.sys.orange.bold": "S:223e3992ddba3893c93300d648e856e40d24095e,",
2978
- "color.sys.orange.muted": "S:761471ef3bf1a5c0d639cd477eac1329ca50bbef,",
2979
- "color.sys.orange.moderate": "S:3d28123a25ce1e226884ab56db8c186a7bf53e7a,",
2980
- "color.sys.orange.subtle": "S:442e0a4bd7acc5cca41a363008876afcd1bae58e,",
2981
- "color.sys.orange.minimal": "S:1de51dee328e97a473e47b1cf3e74ef4c9016984,",
2982
- "color.sys.turquoise.strong": "S:779b22809897d6f6dec4a0db8136fe54994c473a,",
2983
- "color.sys.turquoise.bold": "S:2cba20205f730b97c70919f192794faf80d3a23a,",
2984
- "color.sys.turquoise.muted": "S:435d1e7d2fbe15ab846705fc2ebd703ff219b42d,",
2985
- "color.sys.turquoise.moderate": "S:d652d6b5a7a97a5574ac1b1ea4a696f2a1c8e218,",
2986
- "color.sys.turquoise.subtle": "S:5bf8aad2024a562db55741673cd933aa7ce24172,",
2987
- "color.sys.turquoise.minimal": "S:6e22445e75f3d886a0e10e8b6d574af392971a12,",
2988
- "color.sys.interactive.bold": "S:aa92d169d1de1902fab916572f0a0b1728270004,",
2989
- "color.form.input.selection": "S:b32e3d6387bd43838c25d3cc4a127a280e4bb4d8,",
2990
- "color.form.input.selection-disabled": "S:46872d658947e7ab43bbe341248e5a6a1e727cfa,",
2991
- "color.skeleton.background2": "S:e84c904c52c2d1f1a6b4fe85422a18809ad4d28f,",
2992
- "color.border.selected": "S:dd344b9f33ad324c60ea4d90be6b2e959531afe8,",
2993
- "color.background.selected": "S:4c5c07ba413f485654e969d378cab02885ca4464,",
2994
- "color.background.selected-hover": "S:939bc053da322965fe5a0695a5f5680ab0f409bd,",
2995
- "color.border.disabled": "S:9dca814780d52ad0eaaf76b5055015235d825582,",
2996
- "color.border.hover": "S:80bb84348430bf84761073ab8fd51cd25ea4ce96,",
2997
- "color.sys.warning.bold": "S:d02dd94b359af2a50a26db3de41b6727a9193014,",
2998
- "color.status.neutral.bg": "S:8d63851e67d447484eb9c69131b1effc9ddf93ca,",
2999
- "color.status.neutral.bg-hover": "S:0c36dcab919582d7a1c9d53e7f0ce93508dc43e4,",
3000
- "color.status.neutral.bg-active": "S:454833699b3e8aab9f920442a82103802174b275,",
3001
- "color.status.neutral.border": "S:ac569051203ac4aa8369bd1c8c2e572612ea2ebd,",
3002
- "color.status.neutral.icon": "S:5a8a4c18cf9b42bc6218bd889f93814ff26054b1,",
3003
- "color.status.neutral.text": "S:b0c08ceaf389131f8c0977db94c80eacdf4bcf5c,",
3004
- "color.text.selected": "S:652f5c2d9cb22e8935efcd8f42e51094a88980e5,",
3005
- "color.text.negative": "S:6abe3ef702acf65fad0a7e56f347c239322305d4,",
3006
- "color.icon.negative": "S:b3606538ee8d99b74f16a8f3ba02a169ab002400,",
3007
- "color.sys.fg.negative": "S:e406d1e95c4bf7da769afd1c649870b3ea73662a,",
3008
- "color.text.positive": "S:43a66602a659bd3bdcace8399c8b8c049cee8850,",
3009
- "color.icon.positive": "S:a393719c9fe39764c5361908fb5c91fac7735508,",
3010
- "color.sys.fg.positive": "S:f880b9136a4324e4d18b8f5bab349f90a6f92684,",
3011
- "color.pal.blue.10": "S:e0c7708f5f084f158cec6209c579d1538a7ab91b,",
3012
- "color.pal.blue.20": "S:5b17b63f605c7560dc8e66a25002d19c0ab78479,",
3013
- "color.pal.blue.30": "S:eb21a5ca0b48d936039cb8ffc02ce5837940be22,",
3014
- "color.pal.blue.40": "S:67e9664d6501aa4f36acbc861ade3b25064a8bdc,",
3015
- "color.pal.blue.50": "S:74369d93bdef2ce167e46af57738dd93f01cb850,",
3016
- "color.pal.blue.60": "S:e59d4174fcb7e6fb41baf28dee223945d22cdce1,",
3017
- "color.pal.blue.70": "S:7265815a20ac50c5eb9f72dbc723fa06b8be00b3,",
3018
- "color.pal.blue.80": "S:eb184d6a98837ff64e5f584b135de66897fe904b,",
3019
- "color.pal.blue.90": "S:1bc37922364d95e0d7c72df7ba1a74f13fbf3bde,",
3020
- "color.pal.blue.93": "S:74123403bc9a07ddf70833bafc4280edb394bc6a,",
3021
- "color.pal.blue.95": "S:d9e506b65ffddfcdc1198ad776cfa154ab847669,",
3022
- "color.pal.turquoise.10": "S:135266cab8e28c53dd558f3d9237309ef1d006f3,",
3023
- "color.pal.turquoise.20": "S:734e08eef193c432d2a521228e82f2c4938eb2a3,",
3024
- "color.pal.turquoise.30": "S:d1a8eea460c92072cae477f004175cf722c654ca,",
3025
- "color.pal.turquoise.40": "S:ef9108772583d7127977e4c0b22c8f504101bca5,",
3026
- "color.pal.turquoise.50": "S:ebc24f337aa80b250455eb2517b1058fdf27ead8,",
3027
- "color.pal.turquoise.60": "S:531328e0531e229fcd920e6fbb1f906de45cb9b8,",
3028
- "color.pal.turquoise.70": "S:b48fd4fd69226f32e14c785305bcbc65377c63a4,",
3029
- "color.pal.turquoise.80": "S:fb001f69513a2e9d7f8fb89d66cea35175064823,",
3030
- "color.pal.turquoise.90": "S:31bf74c11d93400aa092f7d17975ac4bca2a7f60,",
3031
- "color.pal.turquoise.93": "S:13a1f912b0f97257014415974cb3f35b3a5e85c2,",
3032
- "color.pal.turquoise.95": "S:73b46c72dd534617a3d6e74c1306112ad2f04116,",
3033
- "color.pal.green.10": "S:3dd8b79083a5841107bd748e2d7bf01684b6b196,",
3034
- "color.pal.green.20": "S:62ddfa093f2ea256688428abeebfb199fe32e65e,",
3035
- "color.pal.green.30": "S:02d45219472516cc03d5b2e8b2d569be08c24da4,",
3036
- "color.pal.green.40": "S:7da4bfe2b94ffb938cd8a9430cb57c2dc88ec5fe,",
3037
- "color.pal.green.50": "S:a0f24a7af8780435a652e5c7ba69aa343de68eda,",
3038
- "color.pal.green.60": "S:7d2078126dc420847c0f3f321c24a9e155628ca0,",
3039
- "color.pal.green.70": "S:5c0a6db557daf1d4cbaf4befb65327a13a7937c2,",
3040
- "color.pal.green.80": "S:8966bb8a0cae2fd705de6a440de5ffecc254ae28,",
3041
- "color.pal.green.90": "S:7299da84c0f0d518141ca3690996a5a91709d011,",
3042
- "color.pal.green.93": "S:90ea297aaacbafd6bfb55e1052c1b3eb20a4ff5b,",
3043
- "color.pal.green.95": "S:f3e87482ee53b50c9500346ecda74b8e21341083,",
3044
- "color.pal.yellow.10": "S:7e29df9c861e13147ba2ec6a153e77f3823613b5,",
3045
- "color.pal.yellow.20": "S:a10deb8c36e172764a0e06faba954226d1e7370e,",
3046
- "color.pal.yellow.30": "S:aa6a22cfbc402341ff6f9dd19652a5742b152d45,",
3047
- "color.pal.yellow.40": "S:a0d421aa2ae6fca91518bd8619795fc1a7282fe8,",
3048
- "color.pal.yellow.50": "S:faad8515a90a8f295c07a8cd17a5c34be8f4ada6,",
3049
- "color.pal.yellow.60": "S:39f54309143e4dbb02a732758c5e7296ea95dc43,",
3050
- "color.pal.yellow.70": "S:7e4f6f3f5a150909ab85ed71e578d12e3def6a78,",
3051
- "color.pal.yellow.80": "S:d0231c13571d2316cb4aad39fdae9607a750ddd6,",
3052
- "color.pal.yellow.90": "S:fab760c81bd6ebba7265e28b5b2ee40e4b13ad33,",
3053
- "color.pal.yellow.93": "S:74ae97da48ea9d0a1de7811188f2501bcfbbe1bb,",
3054
- "color.pal.yellow.95": "S:cbc18187a88f4e0dec5c4bb36ac31b81256b3f8a,",
3055
- "color.pal.orange.10": "S:3c42a82ab831225f41b42567132b829e9498dbe2,",
3056
- "color.pal.orange.20": "S:1475e807d971545f5e1a84c0db572af40bb7f785,",
3057
- "color.pal.orange.30": "S:2ce9ffc8f00b384912220a1f5db64909ad795da4,",
3058
- "color.pal.orange.40": "S:efea003e9ba57c90d43a72c9b956b7410a8c7430,",
3059
- "color.pal.orange.50": "S:85ec42b6c13ed8bea959a99683e5c105a427a9aa,",
3060
- "color.pal.orange.60": "S:3148c11b0131b07253d8dda4d25de6b75dd8a380,",
3061
- "color.pal.orange.70": "S:ca52ce7b50260cb6d5effb3a98a10cf1a337aa85,",
3062
- "color.pal.orange.80": "S:7cd1669764a4af79f7508d88137d9b9959a73d05,",
3063
- "color.pal.orange.90": "S:76767e699e82c436d3324c22cdefc18810776922,",
3064
- "color.pal.orange.93": "S:c988fbc02a7f1ac4cc78997fc2133ab034000c2b,",
3065
- "color.pal.orange.95": "S:c92ed1a2ec09f50528f075fc60ff2d24223095b7,",
3066
- "color.pal.red.10": "S:5cadfc0dba4d4492a217f92f712edc5b02aa24b4,",
3067
- "color.pal.red.20": "S:d4071ca43561f62e2f8c67c166be2c81ebceccb3,",
3068
- "color.pal.red.30": "S:f514dccf1a4a24a89fa4b8e8af1d4c7da4ad8be7,",
3069
- "color.pal.red.40": "S:a91b267c6cd35bb643857dce2f79e2b2936f911e,",
3070
- "color.pal.red.50": "S:f64ce27c75bae95f32f1496ff09baf89a298fcc6,",
3071
- "color.pal.red.60": "S:5fb843595ecfda9cd8f1fcfdaaf4dc77014e4f34,",
3072
- "color.pal.red.70": "S:62426dfdc8fe6a2005185c97d770fa037070cb16,",
3073
- "color.pal.red.80": "S:90a84709c8001de89d43fb3d1555e6b1bff93e8d,",
3074
- "color.pal.red.90": "S:7571676e6c72cd9f578c34cccc1febe6da49a289,",
3075
- "color.pal.red.93": "S:5507882746168a1dee713b013afd9f7be4ba1ec6,",
3076
- "color.pal.red.95": "S:8aa8c8ed3f46bcc95012d1569445077051a5ba12,",
3077
- "color.pal.purple.10": "S:7eeff1d18c072c30e275eda01484a94bbd1a6ab4,",
3078
- "color.pal.purple.20": "S:f539ba6293c6ef61c8507b1c97687ac0dce876a5,",
3079
- "color.pal.purple.30": "S:d9624a7c3c95a0e6b7103c86802af98f7d9531ee,",
3080
- "color.pal.purple.40": "S:58ba56aa2c5959f4bc925624d0427633e374b73c,",
3081
- "color.pal.purple.50": "S:f46aa0157d84c144d2866db616b3ab305a2dc379,",
3082
- "color.pal.purple.60": "S:4f2f575f7a748cbbcff80d1fb993c0d1fedf6455,",
3083
- "color.pal.purple.70": "S:32f880ec55831ed24a41ec395c46e72218d7beeb,",
3084
- "color.pal.purple.80": "S:4473f1b9c4502eaebb898550b0c571996ce2f35a,",
3085
- "color.pal.purple.90": "S:281e39945ca4348805a446b8e8e0fb5699b21a2a,",
3086
- "color.pal.purple.93": "S:821acc6853f53dac664b7ebadc4be43568f6d00c,",
3087
- "color.pal.purple.95": "S:e2f4bc52bddb58be9adee7bb25638e525fded193,",
3088
- "color.pal.neutral.10": "S:3c45ba4de621d74cb7ba80a85b96b081a2229292,",
3089
- "color.pal.neutral.20": "S:8473ac3ac83cf9dacff28b1a4d02b11291a1def1,",
3090
- "color.pal.neutral.30": "S:dbb90613fb4ce9430cbe4d13533bfba4ab57d3fa,",
3091
- "color.pal.neutral.40": "S:82ad61c5e91a0c484d3763670185bb7d920b390f,",
3092
- "color.pal.neutral.50": "S:24386ad681c2606db3fd23aac2540611cf96acfc,",
3093
- "color.pal.neutral.60": "S:d1273e28521b7ecbfe9d7b5ec68e96d1f4ed89d0,",
3094
- "color.pal.neutral.70": "S:1d4ca09c801f0cc3cb6dc935a2470dbb6047b616,",
3095
- "color.pal.neutral.80": "S:54e92f560ad91e6e681da341a23a42bed25ee396,",
3096
- "color.pal.neutral.90": "S:f1a53b4c9154dd499526e76f642fc98abc66963a,",
3097
- "color.pal.neutral.93": "S:c96a58843023baec761f577fcf2f9ba775245215,",
3098
- "color.pal.neutral.95": "S:87040699637f3f2d5e762fe1861d5e55781025a5,",
3099
- "color.pal.neutral.100": "S:ea5ff9271eab68eee060cfdfb5c7cac6f983e92d,",
3100
- "typography.display.lg": "S:b3f575a7c0243acf5b45ee88c1c6b52a4e5caab3,",
3101
- "typography.display.sm": "S:819198bcfaeceff97ee0488fb9f98b9ed585f1da,",
3102
- "color.sys.critical.dark": "S:3d6adbe4d854e6c257929cf2fb5afa169d1ede13,",
3103
- "color.sys.critical.strong": "S:c4b979a833f1f5e3525e91f0c0440217c7c1c364,",
3104
- "color.sys.critical.bold": "S:121c24fb41c0e499158081a64e9ea0c19cecd842,",
3105
- "color.sys.critical.muted": "S:b9af09900976c696abd5bf82840f637ea1018353,",
3106
- "color.sys.critical.moderate": "S:5b21f43a54021a55ab28698f464f6033b92af2bb,",
3107
- "color.sys.critical.subtle": "S:41d09a86531b5392ccf686a01621318987ead27c,",
3108
- "color.sys.critical.minimal": "S:e39219503f4d0f9234d2c69d999a2c418c0569d7,",
3109
- "color.status.critical.bg": "S:23b6f0a9ed7e208ecb9a6436577db173accb27b7,",
3110
- "color.status.critical.border": "S:9a05ec3b14270a8d22f2323dc6d68e0c3efc0eb3,",
3111
- "color.status.critical.icon": "S:fdc69143b4f96265db2c67de08f6a1ff90840de9,",
3112
- "color.status.critical.text": "S:1cba25498af901069c76026d4143f2d090f4ed1f,",
3113
- "color.status.critical.bg-hover": "S:d32fc89507591d16904924c3de6986a9ff43ffa3,",
3114
- "color.status.critical.bg-active": "S:bc2548bb1f927b4b80940bff6fb63c88c63009d2,",
3115
- "color.sys.primary.emphasized": "S:78c95993bec02206a982c1e3942929f3e5309b73,",
3116
- "color.sys.primary.muted": "S:c5d0a7e9a6db4c50cd945ef4270af1bc1e9c7411,",
3117
- "color.sys.primary.subtle": "S:ac5562f56dc46c8c19bf653b1c01ac3e43193576,",
3118
- "color.sys.primary.contrast": "S:dc07e591ccb39c956230deef644834d03ab23ffb,",
3119
- "color.sys.primary.disabled": "S:17bd404af2deff6830affc43f981d5786bf46acf,",
3120
- "color.sys.border.critical": "S:af9e25736e01baac3a6189910b173044bf386102,",
3121
- "color.border.inverse": "S:fa0e17a853254a22bef5cd006cef5de0dd082683,",
3122
- "color.sys.border.inverse": "S:0c59297264e0e679462986b616b78980cfa62590,",
3123
- "color.input.checkbox.selection": "S:b32e3d6387bd43838c25d3cc4a127a280e4bb4d8,",
3124
- "color.input.checkbox.selection-disabled": "S:46872d658947e7ab43bbe341248e5a6a1e727cfa,",
3125
- "color.input.toggle.frameOn": "S:9c65a4aafabff3663869428a1753ba63e42c6ec7,",
3126
- "color.input.toggle.frameOn-disabled": "S:79e1cbe6d5810feff5a4dcaa64d57215d818d8c7,",
3127
- "color.input.toggle.frameOff": "S:6c9d9e2e32acb0b1cdc9d9e408e5af94e965fca4,",
3128
- "color.input.toggle.frameOff-disabled": "S:b900b8f73cfd36ce3c811c38cc13e0810c4a7a29,",
3129
- "color.input.toggle.slideOn": "S:a4312ead829ae9f282e1ac9d3ab8beaa6208bea6,",
3130
- "color.input.toggle.slideOn-disabled": "S:c1c397cd1bb479162e4f51a509555a0f041036eb,",
3131
- "color.input.toggle.slideOff": "S:96cc71584ab8c2e60ea6949b77139512cfe283ec,",
3132
- "color.input.toggle.slideOff-disabled": "S:2ba5bdb86db0b17d78b33b22bf43720a8b7b5a16,",
3133
- "boxShadow.focus.outline": "S:e00ecf591f4aa1fd0457dffd92855e418e76c4e3,",
3134
- "boxShadow.elevation.sm": "S:311a5aad2f52773ac7ec6ca5ad11fd453da5c4c6,",
3135
- "boxShadow.elevation.md": "S:488c0f4a951bed9672bf19008eb8609563f5be71,",
3136
- "boxShadow.elevation.lg": "S:987fc90fac61f80316b3cc409b26b298e0c48fa8,",
3137
- "boxShadow.elevation.tooltip": "S:8325f55b9f9450d8c1aa9c16bf5de8240788dbcd,",
3138
- "boxShadow.inset.field": "S:5728f38b976c5a0efbd7c829492f9b6d8368c6ef,",
3139
- "color.input.text.label": "S:130897316033f9a044a92539f8755b1d85c904f1,",
3140
- "color.input.text.placeholder": "S:826078f18f905d73be52b29a9c24172629848154,",
3141
- "color.input.text.error": "S:bf9a75fb9f65746fde610454d4c46831a08e6831,",
3142
- "color.input.text.helper": "S:423c9ae3778550ebd366125427db265a778162d8,",
3143
- "typography.heading.h1": "S:4bd7b0965e78a0b229f33c8f3b3ba897405a7d8a,",
3144
- "typography.heading.h2": "S:a0f0f981efdf127e2cf7466a03d5fd489e80c400,",
3145
- "typography.heading.h3": "S:16d5f3bcb5256df1ae42add1a4da843be0b2f2c4,",
3146
- "typography.heading.h4": "S:61eb42ac85c38b3d280552bcb9b8f7f9580adcf3,",
3147
- "typography.heading.h5": "S:b53b7bafe92c407aa12e1c0444bde1a4031d6abe,",
3148
- "typography.heading.h6": "S:bf1aefbb51f177bbe0ab2e49ec72c2eaa780a68d,",
3149
- "color.background.hover": "S:865633f0962e722686aa924d79c8fe9c756b8e0b,",
3150
- "color.background.active": "S:4f3b5a78b56ea91ebc1e7c7550c178eb99d02e3b,",
3151
- "typography.code.md": "S:9c699ad7247b16136b1db8787b58b98049c681b3,",
3152
- "typography.code.lg": "S:166a129fd47cf50c08aea713f620515a3a1076ed,",
3153
- "color.button.danger-primary.bg": "S:3892a445221654d4829b58ddc4594f542b804eea,",
3154
- "color.button.danger-primary.bg-hover": "S:6e65a196563be61f40e237df6530a90b5e0e48dd,",
3155
- "color.button.danger-primary.bg-active": "S:c40aba0e13cf2c3986e728f7391b2aeb550fb262,",
3156
- "color.button.danger-primary.bg-disabled": "S:b19003835a5cc15eeb1ded2232198f9ff3b8f37a,",
3157
- "color.button.danger-secondary.bg": "S:c55ccbe948c70e32cf484122436f9efc62f1cf5e,",
3158
- "color.button.danger-secondary.border": "S:f6424b7c41ad7757dbb876e8b62b49640cdcbd4b,",
3159
- "color.button.danger-secondary.bg-hover": "S:a28e62406c16713b14f78dd357e0c19c3c069938,",
3160
- "color.button.danger-secondary.border-hover": "S:495f82c40b3f2a8e85679819aea0a129fe29062f,",
3161
- "color.button.danger-secondary.bg-active": "S:d64ab21174d66024c51e59fed90eb02f34ff4038,",
3162
- "color.button.danger-secondary.border-active": "S:7ecb0d24cfe0ecf3e47f57745e52aa599225daee,",
3163
- "color.button.danger-secondary.bg-disabled": "S:e759feeb4e6edff40b48ae828e1e7844794a7aee,",
3164
- "color.button.danger-secondary.border-disabled": "S:2b8cea5625fcb7e26ec6262202a7f84ce40c1526,",
3165
- "color.button.primary.fg": "S:0499bd53157366ad8904776393d006f086762081,",
3166
- "color.button.primary.fg-hover": "S:b6555d4be4cdabc0e3b8ededd1c9b8b8dd4e9d33,",
3167
- "color.button.primary.fg-active": "S:4cd9190938a008362a5e1586f636e4cf8400f49d,",
3168
- "color.button.primary.fg-disabled": "S:6d6792fd8c1d80ad172ef8b36601d44bbf4cc3b1,",
3169
- "color.button.secondary.fg": "S:81b68fd4808f9a90477aa44c38977e82244b9614,",
3170
- "color.button.secondary.fg-hover": "S:dbc5763ceb297ddcdf801981b6c073c64c8da222,",
3171
- "color.button.secondary.fg-active": "S:1a5d2bf7704a1027ef2a79b30ae7d4dd3d121b84,",
3172
- "color.button.secondary.fg-disabled": "S:68a2148bfb9a08c1820199fe816233ba76f9a2bf,",
3173
- "color.button.tertiary.fg": "S:8285919c6ccc4124fba25c42cb9324786ddc45cf,",
3174
- "color.button.tertiary.fg-hover": "S:d8dfb065b3c99f5aeab1930152b2e076e8f3a7f7,",
3175
- "color.button.tertiary.fg-active": "S:f9af98c6b53bafd8897e97556e8a650ebfaf97d2,",
3176
- "color.button.tertiary.fg-disabled": "S:0cf339ef9a5e48f20f1f898fa84cb281af4ee6cb,",
3177
- "color.button.danger-primary.fg": "S:8871c76117119189705da968a4bf6822134d05cc,",
3178
- "color.button.danger-primary.fg-hover": "S:2050d3097714b7cc571da88632e40e8f774c62a0,",
3179
- "color.button.danger-primary.fg-active": "S:a8609db0907fb63ed9eb352d6a26113e198a2cb2,",
3180
- "color.button.danger-primary.fg-disabled": "S:ee950a1da2f0af026d670537ff6622872b39a99d,",
3181
- "color.button.danger-secondary.fg": "S:49e257e4b6072d59512038d9847506b7698c8288,",
3182
- "color.button.danger-secondary.fg-hover": "S:6187eac1bfa03fbce56a013548cba4ef67a44833,",
3183
- "color.button.danger-secondary.fg-active": "S:5b4fdf9313327227d3aa00f0b21eb2f0256fbbdb,",
3184
- "color.button.danger-secondary.fg-disabled": "S:e42678f69ab67646432736b1207660564730527a,",
3185
- "color.button.danger-tertiary.fg": "S:88b290c71aac51027b6cb7136e35c9c7be719068,",
3186
- "color.button.danger-tertiary.fg-hover": "S:52f5c1036643ded41e3446f2f29a6c859c9e1b15,",
3187
- "color.button.danger-tertiary.fg-active": "S:31bdcc5fc635ffe56d64cd82cd96a177e0ef2a11,",
3188
- "color.button.danger-tertiary.fg-disabled": "S:f96b98151460e040627f631fe6a0b481ce0bb377,",
3189
- "color.status.info.icon": "S:d62cd56aa32c9d0b5d4b397ddb0ba15169d40da3,",
3190
- "color.status.success.icon": "S:82c6da1063525dbedae71d540b886d4aecc002b7,",
3191
- "color.input.text.inputValue": "S:a361dc9e16cb16c590b51c50fb6092fb8ee4c31c,",
3192
- "color.utilities.skeleton": "S:189bca7eb487bd65316d635718da7d591ee48fb9,",
3193
- "color.utilities.skeleton-strong": "S:5fce0f164ec86c750165c2c2345865d556c489ee,",
3194
- "color.utilities.overlay": "S:7e1b91f46ed44af8da0f666270c3377b10095185,",
3195
- "color.utilities.overlay-light": "S:120f2e67d55175901591cf0bb26bfc9f6ad260c7,",
3196
- "boxShadow.focus.inset": "S:342418149abde92dab6e7754b13d50fb91759181,",
3197
- "typography.font.mono.code-2": "S:d44adf8e25b3958cf5c890ef1c947aee2ecce5cc,",
3198
- "typography.font.mono.code-3": "S:9072c0f1eab419c842f240d8491813d59f13a581,",
3199
- "typography.font.sans.size-1.normal": "S:ef309b32aabc974229e89cef01215615a6eeb14e,",
3200
- "typography.font.sans.size-1.bold": "S:774efc91aa6169c6fbb6f46a3e9d4162ca845c03,",
3201
- "typography.font.sans.size-1.uppercase-bold": "S:8e8f717be48d3fed7e1dd9ff95d0afa09c7ca1bc,",
3202
- "typography.font.sans.size-2.normal": "S:e04626c8bba88bcaf9c2dab0ba7eddf19ae1f02f,",
3203
- "typography.font.sans.size-2.bold": "S:a4382f2aae9322e88cb83e68e7a7d927a18cfd7a,",
3204
- "typography.font.sans.size-2.uppercase-normal": "S:11a0eb475c5636b9a54f2ded9fef82348a0617ae,",
3205
- "typography.font.sans.size-3.normal": "S:d0800a6eaef77bf083c6f5a23a0f7403f26e1fa3,",
3206
- "typography.font.sans.size-3.bold": "S:37eaeeead73de7b8ad92c070a2c4b892ec17d63e,",
3207
- "typography.font.sans.size-4.normal": "S:5e2985e696557b757543880a7f234c72c3b792be,",
3208
- "typography.font.sans.size-4.bold": "S:5bfd01f8e4fbc4b12ecabb24b0390cc4d4789264,",
3209
- "typography.font.sans.size-5.bold": "S:6138e8a3d2fdec7a17883e29ec1280d819715c8e,",
3210
- "typography.font.sans.size-6.bold": "S:ea19e049c2391d882cb9ff1090ee8969cdb22b10,",
3211
- "typography.font.sans.size-7.bold": "S:c64f395464ec49837b5b39f36b4d10a05142373c,",
3212
- "typography.font.sans.size-3.italic": "S:0906fb6da1aa57819a4b44811d5dbdc9c3c3b8f3,",
3213
- "typography.font.sans.size-8.bold": "S:0934fc77b86a1fdb588ce99db6cbf450eb76fa3d,",
3214
- "typography.font.sans.size-5.normal": "S:1763cd93a94d6386f88a0790e11fdc27e2fefec6,",
3215
- "typography.font.sans.size-6.normal": "S:10d14ab7641b43ca9f2af1ae14719296c092a987,",
3216
- "typography.font.sans.size-1.semibold": "S:e2cdcb5227472be84f30d19444ced02e737a6eae,",
3217
- "typography.font.sans.size-2.semibold": "S:86ae6a5b84a3ee7f0a07342fbeffd4524d782d65,",
3218
- "typography.font.sans.size-3.semibold": "S:669790c0511ddfd349238f74b73af5eff3998bc1,",
3219
- "typography.font.sans.size-4.semibold": "S:9d74dafbe4af4f39df75f22bba0d85166271ee06,",
3220
- "typography.font.sans.size-5.semibold": "S:28e7a0a820e3e05ee195e9c057156e7b474839b2,",
3221
- "typography.font.sans.size-6.semibold": "S:d425ca0214d82d59c865ad3471236e7b3e17bf16,",
3222
- "typography.font.sans.size-7.semibold": "S:3f339d38a1911bf59353a901496e424061a9542c,",
3223
- "typography.font.sans.size-8.semibold": "S:0a06b89aeeef04b3d0c016c5f4b5dc062761428d,",
3224
- "typography.font.sans.size-2.uppercase-semibold": "S:91e740a9b60f9886ec8b236b3cffe76551ac5795,",
3225
- "typography.body.sm.semibold": "S:1d6b46850d18a2b86a2ea072cf13f4815ccf4885,",
3226
- "typography.body.md.semibold": "S:742cb312b2c9fd34afb09b819730d525d68fa380,",
3227
- "typography.body.lg.semibold": "S:a26bb028a9cca89a5e683e715848157adb9ea5aa,",
3228
- "typography.font.sans.size-2.normal-underline": "S:1d04f65a0240d723b969f9751ae768edb3c717a2,",
3229
- "typography.font.sans.size-2.semibold-underline": "S:7a6ce2559058d9211785fc2eeb436046b449bd3f,",
3230
- "typography.font.sans.size-3.normal-underline": "S:3919c52f67f7b8d197d7ba838000bb58880bcd69,",
3231
- "typography.font.sans.size-3.semibold-underline": "S:76554ad6c8338c663bffe21cad8f4714c7aa66ee,",
3232
- "typography.body.md.underline": "S:1f2fcbe37108a084bff28c8e9694c246b1477669,",
3233
- "typography.body.lg.underline": "S:5ee2d03399a5c970bc433967791a9fe6cf471c7d,",
3234
- "boxShadow.focus.outline-field": "S:957115543ec68dc5e2873eb3eaded2eeb3b6ec8c,",
3235
- "color.sys.fg.base": "S:c03db7603d732fc6bd5bcea7b3454a06f98e60fa,",
3236
- "color.sys.primary.base": "S:bc6994c791e8be5851e1d6a4e65570baf4b183b8,",
3237
- "color.sys.info.base": "S:ca18a56a1f157fcf2ba471181705530bf3d80078,",
3238
- "color.sys.interactive.base": "S:441ee6a5bae46312d4bd4a0d9f9773830a49f907,",
3239
- "color.sys.success.base": "S:fde10195e85448e0f3140b972b0e806c423a6ded,",
3240
- "color.sys.warning.base": "S:7ebc78937626c0cd6b97e543f31b6ac4d54f4fd3,",
3241
- "color.sys.critical.base": "S:87cee1aaf448dab4e0b9b9d5c5cce6f42d914c96,",
3242
- "color.sys.neutral.base": "S:1118e0a741a8583d68853a1227233b2032944bfb,",
3243
- "color.sys.orange.base": "S:a3ea8cd971bda8cdc3ec3b4888d7d295aecf7c55,",
3244
- "color.sys.turquoise.base": "S:5dfc1fb5780e8d2f34e4df8922d1b069c495294b,",
3245
- "typography.body.sm.regular": "S:ae9c4e5a65359c642aa0f3ee1e7ea1fda42d2aa8,",
3246
- "typography.body.md.regular": "S:1ddabdec89dd35069f9269d979d71b8dbbff0997,",
3247
- "typography.body.lg.regular": "S:761ca424abf734733758e62320deb038f5e88885,",
3248
- "color.border.regular": "S:b1ef812dec0b5b963251cc48508c80b3e97b245b,",
3249
- "typography.comp.input.label": "S:87701688b92f359799411878297f10d6c1da47c3,",
3250
- "typography.comp.link.md": "S:327fca25b0d32f4948307ab84bc2db8ded39c0cb,",
3251
- "typography.comp.link.md-hover": "S:3b782ebd3d90936152fec66173dbe656fb4a4918,",
3252
- "typography.comp.link.lg": "S:38f56a952cdae2cb4bd7957979665b9c7597b351,",
3253
- "typography.comp.link.lg-hover": "S:dd674418e724ee6af24e025864c224fbcbbabc01,",
3254
- "typography.comp.tag.sm": "S:1d5414552c714017e8b17b817ca897932206c53b,",
3255
- "typography.comp.tag.md": "S:6ffe58cc637e122d8cbf23f08972106c90400da1,",
3256
- "typography.comp.tabs.line": "S:98a9a2959ac728861aae01d3806beb69e56c9405,",
3257
- "typography.comp.tabs.contained": "S:a4022243175a98bcbc15c87fc8bc7c9b0588013d,",
3258
- "typography.comp.tabs.contained-secondary": "S:38d54a43314a38bd026c055b0d2b6bd173e1445c,",
3259
- "typography.comp.stat.sm": "S:f5c4b11899f13ee8ca650034110f01cd15c8b8c1,",
3260
- "typography.comp.stat.md": "S:49ada471c3d0fcb464297b19e411a736345c7221,",
3261
- "typography.comp.stat.lg": "S:7b7692e24113eeb5c03e940baf2d4705db83ccb3,",
3262
- "typography.comp.badge.sm": "S:3f60adbdc0ff523f2a6c1188ff302ff5850161ae,",
3263
- "typography.comp.dialog.title": "S:8e6cc40095c9c98726e0c6c155293cd43576af80,",
3264
- "typography.comp.dialog.label": "S:230bbdcc7e7ea1b7dfc0809e0c83ee0a198eb7f9,",
3265
- "typography.comp.input.helperText": "S:d9657de25ff4b6edc66af3a13a0c8294b1f6a2f2,"
3266
- },
3267
- "$figmaCollectionId": "VariableCollectionId:996:4339",
3268
- "$figmaModeId": "996:2",
3269
- "$figmaVariableReferences": {}
3270
- }
3271
- ],
3272
- "$metadata": {
3273
- "tokenSetOrder": ["core", "system", "comp"]
3274
- }
3275
- }