@7onic-ui/tokens 0.1.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.
@@ -0,0 +1,2404 @@
1
+ {
2
+ "primitive": {
3
+ "color": {
4
+ "white": {
5
+ "value": "#FFFFFF",
6
+ "type": "color"
7
+ },
8
+ "black": {
9
+ "value": "#000000",
10
+ "type": "color"
11
+ },
12
+ "gray": {
13
+ "50": {
14
+ "value": "#F9F9FA",
15
+ "type": "color"
16
+ },
17
+ "100": {
18
+ "value": "#F4F4F5",
19
+ "type": "color"
20
+ },
21
+ "200": {
22
+ "value": "#E4E4E6",
23
+ "type": "color"
24
+ },
25
+ "300": {
26
+ "value": "#D4D4D5",
27
+ "type": "color"
28
+ },
29
+ "400": {
30
+ "value": "#9A9A9B",
31
+ "type": "color"
32
+ },
33
+ "500": {
34
+ "value": "#6B6B6C",
35
+ "type": "color"
36
+ },
37
+ "600": {
38
+ "value": "#4A4A4B",
39
+ "type": "color"
40
+ },
41
+ "700": {
42
+ "value": "#3A3A3E",
43
+ "type": "color"
44
+ },
45
+ "800": {
46
+ "value": "#2D2D31",
47
+ "type": "color"
48
+ },
49
+ "900": {
50
+ "value": "#222225",
51
+ "type": "color"
52
+ }
53
+ },
54
+ "primary": {
55
+ "50": {
56
+ "value": "#DBF8FB",
57
+ "type": "color"
58
+ },
59
+ "100": {
60
+ "value": "#B2F0F5",
61
+ "type": "color"
62
+ },
63
+ "200": {
64
+ "value": "#89E8F0",
65
+ "type": "color"
66
+ },
67
+ "300": {
68
+ "value": "#60E0EB",
69
+ "type": "color"
70
+ },
71
+ "400": {
72
+ "value": "#37D8E6",
73
+ "type": "color"
74
+ },
75
+ "500": {
76
+ "value": "#1AC6D5",
77
+ "type": "color"
78
+ },
79
+ "600": {
80
+ "value": "#15A0AC",
81
+ "type": "color"
82
+ },
83
+ "700": {
84
+ "value": "#107A84",
85
+ "type": "color"
86
+ },
87
+ "800": {
88
+ "value": "#0B545B",
89
+ "type": "color"
90
+ },
91
+ "900": {
92
+ "value": "#062E32",
93
+ "type": "color"
94
+ }
95
+ },
96
+ "secondary": {
97
+ "50": {
98
+ "value": "#F5F5FB",
99
+ "type": "color"
100
+ },
101
+ "100": {
102
+ "value": "#EBEBF5",
103
+ "type": "color"
104
+ },
105
+ "200": {
106
+ "value": "#D9D9E9",
107
+ "type": "color"
108
+ },
109
+ "300": {
110
+ "value": "#BCBCD2",
111
+ "type": "color"
112
+ },
113
+ "400": {
114
+ "value": "#8F8FA9",
115
+ "type": "color"
116
+ },
117
+ "500": {
118
+ "value": "#69697F",
119
+ "type": "color"
120
+ },
121
+ "600": {
122
+ "value": "#4E4E60",
123
+ "type": "color"
124
+ },
125
+ "700": {
126
+ "value": "#3B3B4A",
127
+ "type": "color"
128
+ },
129
+ "800": {
130
+ "value": "#2F2F3B",
131
+ "type": "color"
132
+ },
133
+ "900": {
134
+ "value": "#23232D",
135
+ "type": "color"
136
+ }
137
+ },
138
+ "blue": {
139
+ "50": {
140
+ "value": "#EFF6FF",
141
+ "type": "color"
142
+ },
143
+ "100": {
144
+ "value": "#DBEAFE",
145
+ "type": "color"
146
+ },
147
+ "200": {
148
+ "value": "#BFDBFE",
149
+ "type": "color"
150
+ },
151
+ "300": {
152
+ "value": "#93C5FD",
153
+ "type": "color"
154
+ },
155
+ "400": {
156
+ "value": "#60A5FA",
157
+ "type": "color"
158
+ },
159
+ "500": {
160
+ "value": "#3B82F6",
161
+ "type": "color"
162
+ },
163
+ "600": {
164
+ "value": "#2563EB",
165
+ "type": "color"
166
+ },
167
+ "700": {
168
+ "value": "#1D4ED8",
169
+ "type": "color"
170
+ },
171
+ "800": {
172
+ "value": "#1E40AF",
173
+ "type": "color"
174
+ },
175
+ "900": {
176
+ "value": "#1E3A8A",
177
+ "type": "color"
178
+ }
179
+ },
180
+ "green": {
181
+ "50": {
182
+ "value": "#ECFDF5",
183
+ "type": "color"
184
+ },
185
+ "100": {
186
+ "value": "#D1FAE5",
187
+ "type": "color"
188
+ },
189
+ "200": {
190
+ "value": "#A7F3D0",
191
+ "type": "color"
192
+ },
193
+ "300": {
194
+ "value": "#6EE7B7",
195
+ "type": "color"
196
+ },
197
+ "400": {
198
+ "value": "#34D399",
199
+ "type": "color"
200
+ },
201
+ "500": {
202
+ "value": "#10B981",
203
+ "type": "color"
204
+ },
205
+ "600": {
206
+ "value": "#059669",
207
+ "type": "color"
208
+ },
209
+ "700": {
210
+ "value": "#047857",
211
+ "type": "color"
212
+ },
213
+ "800": {
214
+ "value": "#065F46",
215
+ "type": "color"
216
+ },
217
+ "900": {
218
+ "value": "#064E3B",
219
+ "type": "color"
220
+ }
221
+ },
222
+ "yellow": {
223
+ "50": {
224
+ "value": "#FFFBEB",
225
+ "type": "color"
226
+ },
227
+ "100": {
228
+ "value": "#FEF3C7",
229
+ "type": "color"
230
+ },
231
+ "200": {
232
+ "value": "#FDE68A",
233
+ "type": "color"
234
+ },
235
+ "300": {
236
+ "value": "#FCD34D",
237
+ "type": "color"
238
+ },
239
+ "400": {
240
+ "value": "#FBBF24",
241
+ "type": "color"
242
+ },
243
+ "500": {
244
+ "value": "#F59E0B",
245
+ "type": "color"
246
+ },
247
+ "600": {
248
+ "value": "#D97706",
249
+ "type": "color"
250
+ },
251
+ "700": {
252
+ "value": "#B45309",
253
+ "type": "color"
254
+ },
255
+ "800": {
256
+ "value": "#92400E",
257
+ "type": "color"
258
+ },
259
+ "900": {
260
+ "value": "#78350F",
261
+ "type": "color"
262
+ }
263
+ },
264
+ "red": {
265
+ "50": {
266
+ "value": "#FEF2F2",
267
+ "type": "color"
268
+ },
269
+ "100": {
270
+ "value": "#FEE2E2",
271
+ "type": "color"
272
+ },
273
+ "200": {
274
+ "value": "#FECACA",
275
+ "type": "color"
276
+ },
277
+ "300": {
278
+ "value": "#FCA5A5",
279
+ "type": "color"
280
+ },
281
+ "400": {
282
+ "value": "#F87171",
283
+ "type": "color"
284
+ },
285
+ "500": {
286
+ "value": "#EF4444",
287
+ "type": "color"
288
+ },
289
+ "600": {
290
+ "value": "#DC2626",
291
+ "type": "color"
292
+ },
293
+ "700": {
294
+ "value": "#B91C1C",
295
+ "type": "color"
296
+ },
297
+ "800": {
298
+ "value": "#991B1B",
299
+ "type": "color"
300
+ },
301
+ "900": {
302
+ "value": "#7F1D1D",
303
+ "type": "color"
304
+ }
305
+ },
306
+ "chart": {
307
+ "blue-light": { "value": "#4570E8", "type": "color" },
308
+ "blue-dark": { "value": "#6B8FF5", "type": "color" },
309
+ "pink-light": { "value": "#D94F9A", "type": "color" },
310
+ "pink-dark": { "value": "#E870B8", "type": "color" },
311
+ "lavender-light": { "value": "#A888F0", "type": "color" },
312
+ "lavender-dark": { "value": "#C4A8F8", "type": "color" },
313
+ "sky-light": { "value": "#68C8F5", "type": "color" },
314
+ "sky-dark": { "value": "#8DD8F8", "type": "color" },
315
+ "rose-light": { "value": "#F0A0CC", "type": "color" },
316
+ "rose-dark": { "value": "#F8C0DE", "type": "color" }
317
+ }
318
+ },
319
+ "fontFamily": {
320
+ "sans": {
321
+ "value": "Inter, -apple-system, BlinkMacSystemFont, sans-serif",
322
+ "type": "fontFamilies",
323
+ "$extensions": {
324
+ "languages": {
325
+ "en": "Inter",
326
+ "ja": "Noto Sans JP",
327
+ "ko": "Noto Sans KR"
328
+ },
329
+ "weights": [
330
+ "400",
331
+ "600",
332
+ "700"
333
+ ]
334
+ }
335
+ },
336
+ "mono": {
337
+ "value": "'Fira Code', 'SF Mono', Consolas, 'Liberation Mono', Menlo, monospace",
338
+ "type": "fontFamilies"
339
+ }
340
+ },
341
+ "fontSize": {
342
+ "2xs": {
343
+ "value": "11",
344
+ "type": "fontSizes",
345
+ "$extensions": {
346
+ "lineHeight": "16",
347
+ "ratio": "0.69"
348
+ }
349
+ },
350
+ "xs": {
351
+ "value": "12",
352
+ "type": "fontSizes",
353
+ "$extensions": {
354
+ "lineHeight": "18",
355
+ "ratio": "0.75"
356
+ }
357
+ },
358
+ "sm": {
359
+ "value": "13",
360
+ "type": "fontSizes",
361
+ "$extensions": {
362
+ "lineHeight": "20",
363
+ "ratio": "0.81"
364
+ }
365
+ },
366
+ "md": {
367
+ "value": "14",
368
+ "type": "fontSizes",
369
+ "$extensions": {
370
+ "lineHeight": "22",
371
+ "ratio": "0.875"
372
+ }
373
+ },
374
+ "base": {
375
+ "value": "16",
376
+ "type": "fontSizes",
377
+ "$extensions": {
378
+ "lineHeight": "26",
379
+ "ratio": "1"
380
+ }
381
+ },
382
+ "lg": {
383
+ "value": "18",
384
+ "type": "fontSizes",
385
+ "$extensions": {
386
+ "lineHeight": "28",
387
+ "ratio": "1.125"
388
+ }
389
+ },
390
+ "xl": {
391
+ "value": "20",
392
+ "type": "fontSizes",
393
+ "$extensions": {
394
+ "lineHeight": "30",
395
+ "ratio": "1.25"
396
+ }
397
+ },
398
+ "2xl": {
399
+ "value": "24",
400
+ "type": "fontSizes",
401
+ "$extensions": {
402
+ "lineHeight": "34",
403
+ "ratio": "1.5"
404
+ }
405
+ },
406
+ "3xl": {
407
+ "value": "30",
408
+ "type": "fontSizes",
409
+ "$extensions": {
410
+ "lineHeight": "40",
411
+ "ratio": "1.875"
412
+ }
413
+ },
414
+ "4xl": {
415
+ "value": "36",
416
+ "type": "fontSizes",
417
+ "$extensions": {
418
+ "lineHeight": "46",
419
+ "ratio": "2.25"
420
+ }
421
+ },
422
+ "5xl": {
423
+ "value": "48",
424
+ "type": "fontSizes",
425
+ "$extensions": {
426
+ "lineHeight": "58",
427
+ "ratio": "3"
428
+ }
429
+ }
430
+ },
431
+ "fontWeight": {
432
+ "normal": {
433
+ "value": "400",
434
+ "type": "fontWeights"
435
+ },
436
+ "semibold": {
437
+ "value": "600",
438
+ "type": "fontWeights"
439
+ },
440
+ "bold": {
441
+ "value": "700",
442
+ "type": "fontWeights"
443
+ }
444
+ },
445
+ "spacing": {
446
+ "0": {
447
+ "value": "0",
448
+ "type": "spacing"
449
+ },
450
+ "1": {
451
+ "value": "4",
452
+ "type": "spacing"
453
+ },
454
+ "2": {
455
+ "value": "8",
456
+ "type": "spacing"
457
+ },
458
+ "3": {
459
+ "value": "12",
460
+ "type": "spacing"
461
+ },
462
+ "4": {
463
+ "value": "16",
464
+ "type": "spacing"
465
+ },
466
+ "5": {
467
+ "value": "20",
468
+ "type": "spacing"
469
+ },
470
+ "6": {
471
+ "value": "24",
472
+ "type": "spacing"
473
+ },
474
+ "7": {
475
+ "value": "28",
476
+ "type": "spacing"
477
+ },
478
+ "8": {
479
+ "value": "32",
480
+ "type": "spacing"
481
+ },
482
+ "10": {
483
+ "value": "40",
484
+ "type": "spacing"
485
+ },
486
+ "12": {
487
+ "value": "48",
488
+ "type": "spacing"
489
+ },
490
+ "14": {
491
+ "value": "56",
492
+ "type": "spacing"
493
+ },
494
+ "16": {
495
+ "value": "64",
496
+ "type": "spacing"
497
+ },
498
+ "20": {
499
+ "value": "80",
500
+ "type": "spacing"
501
+ },
502
+ "24": {
503
+ "value": "96",
504
+ "type": "spacing"
505
+ },
506
+ "0.5": {
507
+ "value": "2",
508
+ "type": "spacing"
509
+ },
510
+ "1.5": {
511
+ "value": "6",
512
+ "type": "spacing"
513
+ },
514
+ "2.5": {
515
+ "value": "10",
516
+ "type": "spacing"
517
+ }
518
+ },
519
+ "borderRadius": {
520
+ "none": {
521
+ "value": "0",
522
+ "type": "borderRadius"
523
+ },
524
+ "sm": {
525
+ "value": "2",
526
+ "type": "borderRadius"
527
+ },
528
+ "base": {
529
+ "value": "4",
530
+ "type": "borderRadius"
531
+ },
532
+ "md": {
533
+ "value": "6",
534
+ "type": "borderRadius"
535
+ },
536
+ "lg": {
537
+ "value": "8",
538
+ "type": "borderRadius"
539
+ },
540
+ "xl": {
541
+ "value": "12",
542
+ "type": "borderRadius"
543
+ },
544
+ "2xl": {
545
+ "value": "16",
546
+ "type": "borderRadius"
547
+ },
548
+ "3xl": {
549
+ "value": "24",
550
+ "type": "borderRadius"
551
+ },
552
+ "full": {
553
+ "value": "9999",
554
+ "type": "borderRadius"
555
+ }
556
+ },
557
+ "borderWidth": {
558
+ "0": {
559
+ "value": "0",
560
+ "type": "borderWidth"
561
+ },
562
+ "1": {
563
+ "value": "1",
564
+ "type": "borderWidth"
565
+ },
566
+ "2": {
567
+ "value": "2",
568
+ "type": "borderWidth"
569
+ },
570
+ "4": {
571
+ "value": "4",
572
+ "type": "borderWidth"
573
+ },
574
+ "8": {
575
+ "value": "8",
576
+ "type": "borderWidth"
577
+ }
578
+ },
579
+ "shadow": {
580
+ "xs": {
581
+ "value": {
582
+ "x": "0",
583
+ "y": "1",
584
+ "blur": "2",
585
+ "spread": "0",
586
+ "color": "rgba(0, 0, 0, 0.05)",
587
+ "type": "dropShadow"
588
+ },
589
+ "type": "boxShadow",
590
+ "$extensions": {
591
+ "darkValue": {
592
+ "x": "0",
593
+ "y": "1",
594
+ "blur": "2",
595
+ "spread": "0",
596
+ "color": "rgba(0, 0, 0, 0.2)",
597
+ "type": "dropShadow"
598
+ }
599
+ }
600
+ },
601
+ "sm": {
602
+ "value": {
603
+ "x": "0",
604
+ "y": "1",
605
+ "blur": "3",
606
+ "spread": "0",
607
+ "color": "rgba(0, 0, 0, 0.1)",
608
+ "type": "dropShadow"
609
+ },
610
+ "type": "boxShadow",
611
+ "$extensions": {
612
+ "darkValue": {
613
+ "x": "0",
614
+ "y": "1",
615
+ "blur": "3",
616
+ "spread": "0",
617
+ "color": "rgba(0, 0, 0, 0.3)",
618
+ "type": "dropShadow"
619
+ }
620
+ }
621
+ },
622
+ "md": {
623
+ "value": [
624
+ {
625
+ "x": "0",
626
+ "y": "4",
627
+ "blur": "6",
628
+ "spread": "-1",
629
+ "color": "rgba(0, 0, 0, 0.1)",
630
+ "type": "dropShadow"
631
+ },
632
+ {
633
+ "x": "0",
634
+ "y": "2",
635
+ "blur": "4",
636
+ "spread": "-1",
637
+ "color": "rgba(0, 0, 0, 0.06)",
638
+ "type": "dropShadow"
639
+ }
640
+ ],
641
+ "type": "boxShadow",
642
+ "$extensions": {
643
+ "darkValue": [
644
+ {
645
+ "x": "0",
646
+ "y": "4",
647
+ "blur": "6",
648
+ "spread": "-1",
649
+ "color": "rgba(0, 0, 0, 0.3)",
650
+ "type": "dropShadow"
651
+ },
652
+ {
653
+ "x": "0",
654
+ "y": "2",
655
+ "blur": "4",
656
+ "spread": "-1",
657
+ "color": "rgba(0, 0, 0, 0.2)",
658
+ "type": "dropShadow"
659
+ }
660
+ ]
661
+ }
662
+ },
663
+ "lg": {
664
+ "value": [
665
+ {
666
+ "x": "0",
667
+ "y": "10",
668
+ "blur": "15",
669
+ "spread": "-3",
670
+ "color": "rgba(0, 0, 0, 0.1)",
671
+ "type": "dropShadow"
672
+ },
673
+ {
674
+ "x": "0",
675
+ "y": "4",
676
+ "blur": "6",
677
+ "spread": "-2",
678
+ "color": "rgba(0, 0, 0, 0.05)",
679
+ "type": "dropShadow"
680
+ }
681
+ ],
682
+ "type": "boxShadow",
683
+ "$extensions": {
684
+ "darkValue": [
685
+ {
686
+ "x": "0",
687
+ "y": "10",
688
+ "blur": "15",
689
+ "spread": "-3",
690
+ "color": "rgba(0, 0, 0, 0.3)",
691
+ "type": "dropShadow"
692
+ },
693
+ {
694
+ "x": "0",
695
+ "y": "4",
696
+ "blur": "6",
697
+ "spread": "-2",
698
+ "color": "rgba(0, 0, 0, 0.2)",
699
+ "type": "dropShadow"
700
+ }
701
+ ]
702
+ }
703
+ },
704
+ "xl": {
705
+ "value": [
706
+ {
707
+ "x": "0",
708
+ "y": "20",
709
+ "blur": "25",
710
+ "spread": "-5",
711
+ "color": "rgba(0, 0, 0, 0.1)",
712
+ "type": "dropShadow"
713
+ },
714
+ {
715
+ "x": "0",
716
+ "y": "8",
717
+ "blur": "10",
718
+ "spread": "-6",
719
+ "color": "rgba(0, 0, 0, 0.1)",
720
+ "type": "dropShadow"
721
+ }
722
+ ],
723
+ "type": "boxShadow",
724
+ "$extensions": {
725
+ "darkValue": [
726
+ {
727
+ "x": "0",
728
+ "y": "20",
729
+ "blur": "25",
730
+ "spread": "-5",
731
+ "color": "rgba(0, 0, 0, 0.3)",
732
+ "type": "dropShadow"
733
+ },
734
+ {
735
+ "x": "0",
736
+ "y": "8",
737
+ "blur": "10",
738
+ "spread": "-6",
739
+ "color": "rgba(0, 0, 0, 0.25)",
740
+ "type": "dropShadow"
741
+ }
742
+ ]
743
+ }
744
+ },
745
+ "primary-glow": {
746
+ "value": {
747
+ "x": "0",
748
+ "y": "0",
749
+ "blur": "0",
750
+ "spread": "4",
751
+ "color": "rgba(41, 91, 79, 0.15)",
752
+ "type": "dropShadow"
753
+ },
754
+ "type": "boxShadow",
755
+ "$extensions": {
756
+ "colorReference": "primary.default",
757
+ "colorOpacity": 0.15,
758
+ "darkColorOpacity": 0.25
759
+ }
760
+ }
761
+ },
762
+ "iconSize": {
763
+ "2xs": {
764
+ "value": "12",
765
+ "type": "sizing"
766
+ },
767
+ "xs": {
768
+ "value": "14",
769
+ "type": "sizing"
770
+ },
771
+ "sm": {
772
+ "value": "16",
773
+ "type": "sizing"
774
+ },
775
+ "md": {
776
+ "value": "20",
777
+ "type": "sizing"
778
+ },
779
+ "lg": {
780
+ "value": "24",
781
+ "type": "sizing"
782
+ },
783
+ "xl": {
784
+ "value": "32",
785
+ "type": "sizing"
786
+ }
787
+ },
788
+ "scale": {
789
+ "50": {
790
+ "value": "0.5",
791
+ "type": "other"
792
+ },
793
+ "75": {
794
+ "value": "0.75",
795
+ "type": "other"
796
+ },
797
+ "95": {
798
+ "value": "0.95",
799
+ "type": "other"
800
+ },
801
+ "pressed": {
802
+ "value": "0.98",
803
+ "type": "other"
804
+ }
805
+ },
806
+ "zIndex": {
807
+ "0": {
808
+ "value": "0",
809
+ "type": "other"
810
+ },
811
+ "10": {
812
+ "value": "10",
813
+ "type": "other"
814
+ },
815
+ "20": {
816
+ "value": "20",
817
+ "type": "other"
818
+ },
819
+ "30": {
820
+ "value": "30",
821
+ "type": "other"
822
+ },
823
+ "40": {
824
+ "value": "40",
825
+ "type": "other"
826
+ },
827
+ "50": {
828
+ "value": "50",
829
+ "type": "other"
830
+ },
831
+ "sticky": {
832
+ "value": "100",
833
+ "type": "other"
834
+ },
835
+ "dropdown": {
836
+ "value": "1000",
837
+ "type": "other"
838
+ },
839
+ "overlay": {
840
+ "value": "1100",
841
+ "type": "other"
842
+ },
843
+ "modal": {
844
+ "value": "2000",
845
+ "type": "other"
846
+ },
847
+ "popover": {
848
+ "value": "2100",
849
+ "type": "other"
850
+ },
851
+ "tooltip": {
852
+ "value": "2200",
853
+ "type": "other"
854
+ },
855
+ "toast": {
856
+ "value": "3000",
857
+ "type": "other"
858
+ }
859
+ },
860
+ "opacity": {
861
+ "0": {
862
+ "value": "0",
863
+ "type": "opacity"
864
+ },
865
+ "5": {
866
+ "value": "0.05",
867
+ "type": "opacity"
868
+ },
869
+ "10": {
870
+ "value": "0.1",
871
+ "type": "opacity"
872
+ },
873
+ "15": {
874
+ "value": "0.15",
875
+ "type": "opacity"
876
+ },
877
+ "20": {
878
+ "value": "0.2",
879
+ "type": "opacity"
880
+ },
881
+ "25": {
882
+ "value": "0.25",
883
+ "type": "opacity"
884
+ },
885
+ "30": {
886
+ "value": "0.3",
887
+ "type": "opacity"
888
+ },
889
+ "35": {
890
+ "value": "0.35",
891
+ "type": "opacity"
892
+ },
893
+ "40": {
894
+ "value": "0.4",
895
+ "type": "opacity"
896
+ },
897
+ "45": {
898
+ "value": "0.45",
899
+ "type": "opacity"
900
+ },
901
+ "50": {
902
+ "value": "0.5",
903
+ "type": "opacity"
904
+ },
905
+ "55": {
906
+ "value": "0.55",
907
+ "type": "opacity"
908
+ },
909
+ "60": {
910
+ "value": "0.6",
911
+ "type": "opacity"
912
+ },
913
+ "65": {
914
+ "value": "0.65",
915
+ "type": "opacity"
916
+ },
917
+ "70": {
918
+ "value": "0.7",
919
+ "type": "opacity"
920
+ },
921
+ "75": {
922
+ "value": "0.75",
923
+ "type": "opacity"
924
+ },
925
+ "80": {
926
+ "value": "0.8",
927
+ "type": "opacity"
928
+ },
929
+ "85": {
930
+ "value": "0.85",
931
+ "type": "opacity"
932
+ },
933
+ "90": {
934
+ "value": "0.9",
935
+ "type": "opacity"
936
+ },
937
+ "95": {
938
+ "value": "0.95",
939
+ "type": "opacity"
940
+ },
941
+ "100": {
942
+ "value": "1",
943
+ "type": "opacity"
944
+ }
945
+ },
946
+ "duration": {
947
+ "instant": {
948
+ "value": "0ms",
949
+ "type": "duration"
950
+ },
951
+ "fast": {
952
+ "value": "100ms",
953
+ "type": "duration"
954
+ },
955
+ "micro": {
956
+ "value": "150ms",
957
+ "type": "duration"
958
+ },
959
+ "normal": {
960
+ "value": "200ms",
961
+ "type": "duration"
962
+ },
963
+ "slow": {
964
+ "value": "300ms",
965
+ "type": "duration"
966
+ },
967
+ "slower": {
968
+ "value": "400ms",
969
+ "type": "duration"
970
+ },
971
+ "slowest": {
972
+ "value": "500ms",
973
+ "type": "duration"
974
+ },
975
+ "spin": {
976
+ "value": "1000ms",
977
+ "type": "duration"
978
+ }
979
+ },
980
+ "easing": {
981
+ "linear": {
982
+ "value": "linear",
983
+ "type": "cubicBezier"
984
+ },
985
+ "ease": {
986
+ "value": "ease",
987
+ "type": "cubicBezier"
988
+ },
989
+ "easeIn": {
990
+ "value": "ease-in",
991
+ "type": "cubicBezier"
992
+ },
993
+ "easeOut": {
994
+ "value": "ease-out",
995
+ "type": "cubicBezier"
996
+ },
997
+ "easeInOut": {
998
+ "value": "ease-in-out",
999
+ "type": "cubicBezier"
1000
+ }
1001
+ },
1002
+ "breakpoint": {
1003
+ "sm": {
1004
+ "value": "640",
1005
+ "type": "dimension",
1006
+ "$extensions": {
1007
+ "unit": "px"
1008
+ }
1009
+ },
1010
+ "md": {
1011
+ "value": "768",
1012
+ "type": "dimension",
1013
+ "$extensions": {
1014
+ "unit": "px"
1015
+ }
1016
+ },
1017
+ "lg": {
1018
+ "value": "1024",
1019
+ "type": "dimension",
1020
+ "$extensions": {
1021
+ "unit": "px"
1022
+ }
1023
+ },
1024
+ "xl": {
1025
+ "value": "1280",
1026
+ "type": "dimension",
1027
+ "$extensions": {
1028
+ "unit": "px"
1029
+ }
1030
+ },
1031
+ "2xl": {
1032
+ "value": "1536",
1033
+ "type": "dimension",
1034
+ "$extensions": {
1035
+ "unit": "px"
1036
+ }
1037
+ }
1038
+ }
1039
+ },
1040
+ "semantic": {
1041
+ "animation": {
1042
+ "checkbox-enter": {
1043
+ "value": {
1044
+ "opacity": "{primitive.opacity.0}",
1045
+ "scale": "{primitive.scale.75}",
1046
+ "duration": "{primitive.duration.micro}",
1047
+ "easing": "{primitive.easing.easeOut}"
1048
+ },
1049
+ "type": "composition"
1050
+ },
1051
+ "radio-enter": {
1052
+ "value": {
1053
+ "opacity": "{primitive.opacity.0}",
1054
+ "scale": "{primitive.scale.50}",
1055
+ "duration": "{primitive.duration.micro}",
1056
+ "easing": "{primitive.easing.easeOut}"
1057
+ },
1058
+ "type": "composition"
1059
+ },
1060
+ "fade-in": {
1061
+ "value": {
1062
+ "opacity": "{primitive.opacity.0}",
1063
+ "duration": "{primitive.duration.normal}",
1064
+ "easing": "{primitive.easing.easeOut}"
1065
+ },
1066
+ "type": "composition",
1067
+ "$extensions": { "direction": "enter" }
1068
+ },
1069
+ "fade-out": {
1070
+ "value": {
1071
+ "opacity": "{primitive.opacity.0}",
1072
+ "duration": "{primitive.duration.normal}",
1073
+ "easing": "{primitive.easing.easeOut}"
1074
+ },
1075
+ "type": "composition",
1076
+ "$extensions": { "direction": "exit" }
1077
+ },
1078
+ "modal-overlay-enter": {
1079
+ "value": {
1080
+ "opacity": "{primitive.opacity.0}",
1081
+ "duration": "{primitive.duration.normal}",
1082
+ "easing": "{primitive.easing.easeOut}"
1083
+ },
1084
+ "type": "composition",
1085
+ "$extensions": { "direction": "enter" }
1086
+ },
1087
+ "modal-overlay-exit": {
1088
+ "value": {
1089
+ "opacity": "{primitive.opacity.0}",
1090
+ "duration": "{primitive.duration.fast}",
1091
+ "easing": "{primitive.easing.easeOut}"
1092
+ },
1093
+ "type": "composition",
1094
+ "$extensions": { "direction": "exit" }
1095
+ },
1096
+ "modal-content-enter": {
1097
+ "value": {
1098
+ "opacity": "{primitive.opacity.0}",
1099
+ "scale": "{primitive.scale.95}",
1100
+ "translateY": "{primitive.spacing.2}",
1101
+ "duration": "{primitive.duration.normal}",
1102
+ "easing": "{primitive.easing.easeOut}"
1103
+ },
1104
+ "type": "composition",
1105
+ "$extensions": { "direction": "enter" }
1106
+ },
1107
+ "modal-content-exit": {
1108
+ "value": {
1109
+ "opacity": "{primitive.opacity.0}",
1110
+ "scale": "{primitive.scale.95}",
1111
+ "translateY": "{primitive.spacing.2}",
1112
+ "duration": "{primitive.duration.fast}",
1113
+ "easing": "{primitive.easing.easeOut}"
1114
+ },
1115
+ "type": "composition",
1116
+ "$extensions": { "direction": "exit" }
1117
+ },
1118
+ "nav-viewport-enter": {
1119
+ "value": {
1120
+ "opacity": "{primitive.opacity.0}",
1121
+ "scale": "{primitive.scale.pressed}",
1122
+ "translateY": "{primitive.spacing.0.5}",
1123
+ "duration": "{primitive.duration.micro}",
1124
+ "easing": "{primitive.easing.easeOut}"
1125
+ },
1126
+ "type": "composition",
1127
+ "$extensions": { "direction": "enter", "translateYNegative": true }
1128
+ },
1129
+ "nav-viewport-exit": {
1130
+ "value": {
1131
+ "opacity": "{primitive.opacity.0}",
1132
+ "scale": "{primitive.scale.pressed}",
1133
+ "translateY": "{primitive.spacing.0.5}",
1134
+ "duration": "{primitive.duration.fast}",
1135
+ "easing": "{primitive.easing.easeOut}"
1136
+ },
1137
+ "type": "composition",
1138
+ "$extensions": { "direction": "exit", "translateYNegative": true }
1139
+ },
1140
+ "accordion-down": {
1141
+ "value": {
1142
+ "heightVar": "--radix-accordion-content-height",
1143
+ "duration": "{primitive.duration.normal}",
1144
+ "easing": "{primitive.easing.easeOut}"
1145
+ },
1146
+ "type": "composition",
1147
+ "$extensions": { "animationType": "height-expand", "radixRuntime": true, "doNotModify": true }
1148
+ },
1149
+ "accordion-up": {
1150
+ "value": {
1151
+ "heightVar": "--radix-accordion-content-height",
1152
+ "duration": "{primitive.duration.normal}",
1153
+ "easing": "{primitive.easing.easeOut}"
1154
+ },
1155
+ "type": "composition",
1156
+ "$extensions": { "animationType": "height-collapse", "radixRuntime": true, "doNotModify": true }
1157
+ },
1158
+ "collapsible-down": {
1159
+ "value": {
1160
+ "heightVar": "--radix-collapsible-content-height",
1161
+ "duration": "{primitive.duration.normal}",
1162
+ "easing": "{primitive.easing.easeOut}"
1163
+ },
1164
+ "type": "composition",
1165
+ "$extensions": { "animationType": "height-expand", "radixRuntime": true, "doNotModify": true }
1166
+ },
1167
+ "collapsible-up": {
1168
+ "value": {
1169
+ "heightVar": "--radix-collapsible-content-height",
1170
+ "duration": "{primitive.duration.normal}",
1171
+ "easing": "{primitive.easing.easeOut}"
1172
+ },
1173
+ "type": "composition",
1174
+ "$extensions": { "animationType": "height-collapse", "radixRuntime": true, "doNotModify": true }
1175
+ },
1176
+ "drawer-right-enter": {
1177
+ "value": {
1178
+ "translateX": "100%",
1179
+ "duration": "{primitive.duration.slow}",
1180
+ "easing": "{primitive.easing.easeOut}"
1181
+ },
1182
+ "type": "composition",
1183
+ "$extensions": { "direction": "enter" }
1184
+ },
1185
+ "drawer-right-exit": {
1186
+ "value": {
1187
+ "translateX": "100%",
1188
+ "duration": "{primitive.duration.normal}",
1189
+ "easing": "{primitive.easing.easeOut}"
1190
+ },
1191
+ "type": "composition",
1192
+ "$extensions": { "direction": "exit" }
1193
+ },
1194
+ "drawer-left-enter": {
1195
+ "value": {
1196
+ "translateX": "100%",
1197
+ "duration": "{primitive.duration.slow}",
1198
+ "easing": "{primitive.easing.easeOut}"
1199
+ },
1200
+ "type": "composition",
1201
+ "$extensions": { "direction": "enter", "translateXNegative": true }
1202
+ },
1203
+ "drawer-left-exit": {
1204
+ "value": {
1205
+ "translateX": "100%",
1206
+ "duration": "{primitive.duration.normal}",
1207
+ "easing": "{primitive.easing.easeOut}"
1208
+ },
1209
+ "type": "composition",
1210
+ "$extensions": { "direction": "exit", "translateXNegative": true }
1211
+ },
1212
+ "drawer-top-enter": {
1213
+ "value": {
1214
+ "translateY": "100%",
1215
+ "duration": "{primitive.duration.slow}",
1216
+ "easing": "{primitive.easing.easeOut}"
1217
+ },
1218
+ "type": "composition",
1219
+ "$extensions": { "direction": "enter", "translateYNegative": true }
1220
+ },
1221
+ "drawer-top-exit": {
1222
+ "value": {
1223
+ "translateY": "100%",
1224
+ "duration": "{primitive.duration.normal}",
1225
+ "easing": "{primitive.easing.easeOut}"
1226
+ },
1227
+ "type": "composition",
1228
+ "$extensions": { "direction": "exit", "translateYNegative": true }
1229
+ },
1230
+ "drawer-bottom-enter": {
1231
+ "value": {
1232
+ "translateY": "100%",
1233
+ "duration": "{primitive.duration.slow}",
1234
+ "easing": "{primitive.easing.easeOut}"
1235
+ },
1236
+ "type": "composition",
1237
+ "$extensions": { "direction": "enter" }
1238
+ },
1239
+ "drawer-bottom-exit": {
1240
+ "value": {
1241
+ "translateY": "100%",
1242
+ "duration": "{primitive.duration.normal}",
1243
+ "easing": "{primitive.easing.easeOut}"
1244
+ },
1245
+ "type": "composition",
1246
+ "$extensions": { "direction": "exit" }
1247
+ },
1248
+ "tooltip-top-enter": {
1249
+ "value": {
1250
+ "opacity": "{primitive.opacity.0}",
1251
+ "translateY": "{primitive.spacing.1}",
1252
+ "duration": "{primitive.duration.micro}",
1253
+ "easing": "{primitive.easing.easeOut}"
1254
+ },
1255
+ "type": "composition",
1256
+ "$extensions": { "direction": "enter" }
1257
+ },
1258
+ "tooltip-top-exit": {
1259
+ "value": {
1260
+ "opacity": "{primitive.opacity.0}",
1261
+ "translateY": "{primitive.spacing.1}",
1262
+ "duration": "{primitive.duration.fast}",
1263
+ "easing": "{primitive.easing.easeOut}"
1264
+ },
1265
+ "type": "composition",
1266
+ "$extensions": { "direction": "exit" }
1267
+ },
1268
+ "tooltip-bottom-enter": {
1269
+ "value": {
1270
+ "opacity": "{primitive.opacity.0}",
1271
+ "translateY": "{primitive.spacing.1}",
1272
+ "duration": "{primitive.duration.micro}",
1273
+ "easing": "{primitive.easing.easeOut}"
1274
+ },
1275
+ "type": "composition",
1276
+ "$extensions": { "direction": "enter", "translateYNegative": true }
1277
+ },
1278
+ "tooltip-bottom-exit": {
1279
+ "value": {
1280
+ "opacity": "{primitive.opacity.0}",
1281
+ "translateY": "{primitive.spacing.1}",
1282
+ "duration": "{primitive.duration.fast}",
1283
+ "easing": "{primitive.easing.easeOut}"
1284
+ },
1285
+ "type": "composition",
1286
+ "$extensions": { "direction": "exit", "translateYNegative": true }
1287
+ },
1288
+ "tooltip-right-enter": {
1289
+ "value": {
1290
+ "opacity": "{primitive.opacity.0}",
1291
+ "translateX": "{primitive.spacing.1}",
1292
+ "duration": "{primitive.duration.micro}",
1293
+ "easing": "{primitive.easing.easeOut}"
1294
+ },
1295
+ "type": "composition",
1296
+ "$extensions": { "direction": "enter", "translateXNegative": true }
1297
+ },
1298
+ "tooltip-right-exit": {
1299
+ "value": {
1300
+ "opacity": "{primitive.opacity.0}",
1301
+ "translateX": "{primitive.spacing.1}",
1302
+ "duration": "{primitive.duration.fast}",
1303
+ "easing": "{primitive.easing.easeOut}"
1304
+ },
1305
+ "type": "composition",
1306
+ "$extensions": { "direction": "exit", "translateXNegative": true }
1307
+ },
1308
+ "tooltip-left-enter": {
1309
+ "value": {
1310
+ "opacity": "{primitive.opacity.0}",
1311
+ "translateX": "{primitive.spacing.1}",
1312
+ "duration": "{primitive.duration.micro}",
1313
+ "easing": "{primitive.easing.easeOut}"
1314
+ },
1315
+ "type": "composition",
1316
+ "$extensions": { "direction": "enter" }
1317
+ },
1318
+ "tooltip-left-exit": {
1319
+ "value": {
1320
+ "opacity": "{primitive.opacity.0}",
1321
+ "translateX": "{primitive.spacing.1}",
1322
+ "duration": "{primitive.duration.fast}",
1323
+ "easing": "{primitive.easing.easeOut}"
1324
+ },
1325
+ "type": "composition",
1326
+ "$extensions": { "direction": "exit" }
1327
+ },
1328
+ "popover-top-enter": {
1329
+ "value": {
1330
+ "opacity": "{primitive.opacity.0}",
1331
+ "translateY": "{primitive.spacing.1}",
1332
+ "duration": "{primitive.duration.normal}",
1333
+ "easing": "{primitive.easing.easeOut}"
1334
+ },
1335
+ "type": "composition",
1336
+ "$extensions": { "direction": "enter" }
1337
+ },
1338
+ "popover-top-exit": {
1339
+ "value": {
1340
+ "opacity": "{primitive.opacity.0}",
1341
+ "translateY": "{primitive.spacing.1}",
1342
+ "duration": "{primitive.duration.fast}",
1343
+ "easing": "{primitive.easing.easeOut}"
1344
+ },
1345
+ "type": "composition",
1346
+ "$extensions": { "direction": "exit" }
1347
+ },
1348
+ "popover-bottom-enter": {
1349
+ "value": {
1350
+ "opacity": "{primitive.opacity.0}",
1351
+ "translateY": "{primitive.spacing.1}",
1352
+ "duration": "{primitive.duration.normal}",
1353
+ "easing": "{primitive.easing.easeOut}"
1354
+ },
1355
+ "type": "composition",
1356
+ "$extensions": { "direction": "enter", "translateYNegative": true }
1357
+ },
1358
+ "popover-bottom-exit": {
1359
+ "value": {
1360
+ "opacity": "{primitive.opacity.0}",
1361
+ "translateY": "{primitive.spacing.1}",
1362
+ "duration": "{primitive.duration.fast}",
1363
+ "easing": "{primitive.easing.easeOut}"
1364
+ },
1365
+ "type": "composition",
1366
+ "$extensions": { "direction": "exit", "translateYNegative": true }
1367
+ },
1368
+ "popover-right-enter": {
1369
+ "value": {
1370
+ "opacity": "{primitive.opacity.0}",
1371
+ "translateX": "{primitive.spacing.1}",
1372
+ "duration": "{primitive.duration.normal}",
1373
+ "easing": "{primitive.easing.easeOut}"
1374
+ },
1375
+ "type": "composition",
1376
+ "$extensions": { "direction": "enter", "translateXNegative": true }
1377
+ },
1378
+ "popover-right-exit": {
1379
+ "value": {
1380
+ "opacity": "{primitive.opacity.0}",
1381
+ "translateX": "{primitive.spacing.1}",
1382
+ "duration": "{primitive.duration.fast}",
1383
+ "easing": "{primitive.easing.easeOut}"
1384
+ },
1385
+ "type": "composition",
1386
+ "$extensions": { "direction": "exit", "translateXNegative": true }
1387
+ },
1388
+ "popover-left-enter": {
1389
+ "value": {
1390
+ "opacity": "{primitive.opacity.0}",
1391
+ "translateX": "{primitive.spacing.1}",
1392
+ "duration": "{primitive.duration.normal}",
1393
+ "easing": "{primitive.easing.easeOut}"
1394
+ },
1395
+ "type": "composition",
1396
+ "$extensions": { "direction": "enter" }
1397
+ },
1398
+ "popover-left-exit": {
1399
+ "value": {
1400
+ "opacity": "{primitive.opacity.0}",
1401
+ "translateX": "{primitive.spacing.1}",
1402
+ "duration": "{primitive.duration.fast}",
1403
+ "easing": "{primitive.easing.easeOut}"
1404
+ },
1405
+ "type": "composition",
1406
+ "$extensions": { "direction": "exit" }
1407
+ },
1408
+ "toast-slide-in-right": {
1409
+ "value": {
1410
+ "opacity": "{primitive.opacity.0}",
1411
+ "translateX": "100%",
1412
+ "duration": "{primitive.duration.slow}",
1413
+ "easing": "{primitive.easing.easeOut}"
1414
+ },
1415
+ "type": "composition",
1416
+ "$extensions": { "direction": "enter" }
1417
+ },
1418
+ "toast-slide-out-right": {
1419
+ "value": {
1420
+ "opacity": "{primitive.opacity.0}",
1421
+ "translateX": "100%",
1422
+ "duration": "{primitive.duration.normal}",
1423
+ "easing": "{primitive.easing.easeOut}"
1424
+ },
1425
+ "type": "composition",
1426
+ "$extensions": { "direction": "exit" }
1427
+ },
1428
+ "toast-slide-in-left": {
1429
+ "value": {
1430
+ "opacity": "{primitive.opacity.0}",
1431
+ "translateX": "100%",
1432
+ "duration": "{primitive.duration.slow}",
1433
+ "easing": "{primitive.easing.easeOut}"
1434
+ },
1435
+ "type": "composition",
1436
+ "$extensions": { "direction": "enter", "translateXNegative": true }
1437
+ },
1438
+ "toast-slide-out-left": {
1439
+ "value": {
1440
+ "opacity": "{primitive.opacity.0}",
1441
+ "translateX": "100%",
1442
+ "duration": "{primitive.duration.normal}",
1443
+ "easing": "{primitive.easing.easeOut}"
1444
+ },
1445
+ "type": "composition",
1446
+ "$extensions": { "direction": "exit", "translateXNegative": true }
1447
+ },
1448
+ "toast-slide-in-top": {
1449
+ "value": {
1450
+ "opacity": "{primitive.opacity.0}",
1451
+ "translateY": "100%",
1452
+ "duration": "{primitive.duration.slow}",
1453
+ "easing": "{primitive.easing.easeOut}"
1454
+ },
1455
+ "type": "composition",
1456
+ "$extensions": { "direction": "enter", "translateYNegative": true }
1457
+ },
1458
+ "toast-slide-out-top": {
1459
+ "value": {
1460
+ "opacity": "{primitive.opacity.0}",
1461
+ "translateY": "100%",
1462
+ "duration": "{primitive.duration.normal}",
1463
+ "easing": "{primitive.easing.easeOut}"
1464
+ },
1465
+ "type": "composition",
1466
+ "$extensions": { "direction": "exit", "translateYNegative": true }
1467
+ },
1468
+ "toast-slide-in-bottom": {
1469
+ "value": {
1470
+ "opacity": "{primitive.opacity.0}",
1471
+ "translateY": "100%",
1472
+ "duration": "{primitive.duration.slow}",
1473
+ "easing": "{primitive.easing.easeOut}"
1474
+ },
1475
+ "type": "composition",
1476
+ "$extensions": { "direction": "enter" }
1477
+ },
1478
+ "toast-slide-out-bottom": {
1479
+ "value": {
1480
+ "opacity": "{primitive.opacity.0}",
1481
+ "translateY": "100%",
1482
+ "duration": "{primitive.duration.normal}",
1483
+ "easing": "{primitive.easing.easeOut}"
1484
+ },
1485
+ "type": "composition",
1486
+ "$extensions": { "direction": "exit" }
1487
+ },
1488
+ "spin": {
1489
+ "value": {
1490
+ "duration": "{primitive.duration.spin}",
1491
+ "easing": "{primitive.easing.linear}"
1492
+ },
1493
+ "type": "composition",
1494
+ "$extensions": { "animationType": "spin" }
1495
+ },
1496
+ "progress-stripe": {
1497
+ "value": {
1498
+ "duration": "{primitive.duration.spin}",
1499
+ "easing": "{primitive.easing.linear}"
1500
+ },
1501
+ "type": "composition",
1502
+ "$extensions": { "animationType": "progress-stripe" }
1503
+ },
1504
+ "spinner-orbit": {
1505
+ "value": {
1506
+ "duration": "{primitive.duration.spin}",
1507
+ "easing": "{primitive.easing.linear}"
1508
+ },
1509
+ "type": "composition",
1510
+ "$extensions": { "animationType": "spinner-orbit" }
1511
+ },
1512
+ "spinner-dot": {
1513
+ "value": {
1514
+ "duration": "{primitive.duration.spin}",
1515
+ "easing": "{primitive.easing.easeInOut}"
1516
+ },
1517
+ "type": "composition",
1518
+ "$extensions": { "animationType": "spinner-dot" }
1519
+ },
1520
+ "spinner-bar": {
1521
+ "value": {
1522
+ "duration": "{primitive.duration.spin}",
1523
+ "easing": "{primitive.easing.easeInOut}"
1524
+ },
1525
+ "type": "composition",
1526
+ "$extensions": { "animationType": "spinner-bar" }
1527
+ },
1528
+ "spinner-morph": {
1529
+ "value": {
1530
+ "duration": "{primitive.duration.spin}",
1531
+ "easing": "{primitive.easing.easeInOut}"
1532
+ },
1533
+ "type": "composition",
1534
+ "$extensions": { "animationType": "spinner-morph" }
1535
+ },
1536
+ "skeleton-pulse": {
1537
+ "value": {
1538
+ "duration": "{primitive.duration.spin}",
1539
+ "easing": "{primitive.easing.easeInOut}"
1540
+ },
1541
+ "type": "composition",
1542
+ "$extensions": { "animationType": "skeleton-pulse" }
1543
+ },
1544
+ "skeleton-wave": {
1545
+ "value": {
1546
+ "duration": "{primitive.duration.spin}",
1547
+ "easing": "{primitive.easing.linear}"
1548
+ },
1549
+ "type": "composition",
1550
+ "$extensions": { "animationType": "skeleton-wave" }
1551
+ }
1552
+ },
1553
+ "componentSize": {
1554
+ "switch": {
1555
+ "track": {
1556
+ "sm": {
1557
+ "value": { "width": "24", "height": "14" },
1558
+ "type": "sizing"
1559
+ },
1560
+ "default": {
1561
+ "value": { "width": "32", "height": "18" },
1562
+ "type": "sizing"
1563
+ },
1564
+ "lg": {
1565
+ "value": { "width": "40", "height": "22" },
1566
+ "type": "sizing"
1567
+ }
1568
+ },
1569
+ "thumb": {
1570
+ "sm": {
1571
+ "value": "12",
1572
+ "type": "sizing"
1573
+ },
1574
+ "default": {
1575
+ "value": "16",
1576
+ "type": "sizing"
1577
+ },
1578
+ "lg": {
1579
+ "value": "20",
1580
+ "type": "sizing"
1581
+ }
1582
+ }
1583
+ },
1584
+ "slider": {
1585
+ "thumb": {
1586
+ "sm": {
1587
+ "value": "14",
1588
+ "type": "sizing"
1589
+ },
1590
+ "default": {
1591
+ "value": "18",
1592
+ "type": "sizing"
1593
+ },
1594
+ "lg": {
1595
+ "value": "22",
1596
+ "type": "sizing"
1597
+ }
1598
+ }
1599
+ }
1600
+ },
1601
+ "typography": {
1602
+ "heading": {
1603
+ "1": {
1604
+ "value": {
1605
+ "fontFamily": "{primitive.fontFamily.sans}",
1606
+ "fontSize": "{primitive.fontSize.3xl}",
1607
+ "fontWeight": "{primitive.fontWeight.bold}",
1608
+ "lineHeight": "40"
1609
+ },
1610
+ "type": "typography",
1611
+ "$extensions": {
1612
+ "figma": "30/40"
1613
+ }
1614
+ },
1615
+ "2": {
1616
+ "value": {
1617
+ "fontFamily": "{primitive.fontFamily.sans}",
1618
+ "fontSize": "{primitive.fontSize.2xl}",
1619
+ "fontWeight": "{primitive.fontWeight.bold}",
1620
+ "lineHeight": "34"
1621
+ },
1622
+ "type": "typography",
1623
+ "$extensions": {
1624
+ "figma": "24/34"
1625
+ }
1626
+ },
1627
+ "3": {
1628
+ "value": {
1629
+ "fontFamily": "{primitive.fontFamily.sans}",
1630
+ "fontSize": "{primitive.fontSize.xl}",
1631
+ "fontWeight": "{primitive.fontWeight.semibold}",
1632
+ "lineHeight": "30"
1633
+ },
1634
+ "type": "typography",
1635
+ "$extensions": {
1636
+ "figma": "20/30"
1637
+ }
1638
+ },
1639
+ "4": {
1640
+ "value": {
1641
+ "fontFamily": "{primitive.fontFamily.sans}",
1642
+ "fontSize": "{primitive.fontSize.lg}",
1643
+ "fontWeight": "{primitive.fontWeight.semibold}",
1644
+ "lineHeight": "28"
1645
+ },
1646
+ "type": "typography",
1647
+ "$extensions": {
1648
+ "figma": "18/28"
1649
+ }
1650
+ },
1651
+ "5": {
1652
+ "value": {
1653
+ "fontFamily": "{primitive.fontFamily.sans}",
1654
+ "fontSize": "{primitive.fontSize.base}",
1655
+ "fontWeight": "{primitive.fontWeight.semibold}",
1656
+ "lineHeight": "26"
1657
+ },
1658
+ "type": "typography",
1659
+ "$extensions": {
1660
+ "figma": "16/26"
1661
+ }
1662
+ },
1663
+ "6": {
1664
+ "value": {
1665
+ "fontFamily": "{primitive.fontFamily.sans}",
1666
+ "fontSize": "{primitive.fontSize.md}",
1667
+ "fontWeight": "{primitive.fontWeight.semibold}",
1668
+ "lineHeight": "22"
1669
+ },
1670
+ "type": "typography",
1671
+ "$extensions": {
1672
+ "figma": "14/22"
1673
+ }
1674
+ }
1675
+ },
1676
+ "body": {
1677
+ "lg": {
1678
+ "value": {
1679
+ "fontFamily": "{primitive.fontFamily.sans}",
1680
+ "fontSize": "{primitive.fontSize.lg}",
1681
+ "fontWeight": "{primitive.fontWeight.normal}",
1682
+ "lineHeight": "28"
1683
+ },
1684
+ "type": "typography",
1685
+ "$extensions": {
1686
+ "figma": "18/28"
1687
+ }
1688
+ },
1689
+ "default": {
1690
+ "value": {
1691
+ "fontFamily": "{primitive.fontFamily.sans}",
1692
+ "fontSize": "{primitive.fontSize.base}",
1693
+ "fontWeight": "{primitive.fontWeight.normal}",
1694
+ "lineHeight": "26"
1695
+ },
1696
+ "type": "typography",
1697
+ "$extensions": {
1698
+ "figma": "16/26"
1699
+ }
1700
+ },
1701
+ "md": {
1702
+ "value": {
1703
+ "fontFamily": "{primitive.fontFamily.sans}",
1704
+ "fontSize": "{primitive.fontSize.md}",
1705
+ "fontWeight": "{primitive.fontWeight.normal}",
1706
+ "lineHeight": "22"
1707
+ },
1708
+ "type": "typography",
1709
+ "$extensions": {
1710
+ "figma": "14/22"
1711
+ }
1712
+ },
1713
+ "sm": {
1714
+ "value": {
1715
+ "fontFamily": "{primitive.fontFamily.sans}",
1716
+ "fontSize": "{primitive.fontSize.sm}",
1717
+ "fontWeight": "{primitive.fontWeight.normal}",
1718
+ "lineHeight": "20"
1719
+ },
1720
+ "type": "typography",
1721
+ "$extensions": {
1722
+ "figma": "13/20"
1723
+ }
1724
+ },
1725
+ "xs": {
1726
+ "value": {
1727
+ "fontFamily": "{primitive.fontFamily.sans}",
1728
+ "fontSize": "{primitive.fontSize.xs}",
1729
+ "fontWeight": "{primitive.fontWeight.normal}",
1730
+ "lineHeight": "18"
1731
+ },
1732
+ "type": "typography",
1733
+ "$extensions": {
1734
+ "figma": "12/18"
1735
+ }
1736
+ },
1737
+ "2xs": {
1738
+ "value": {
1739
+ "fontFamily": "{primitive.fontFamily.sans}",
1740
+ "fontSize": "{primitive.fontSize.2xs}",
1741
+ "fontWeight": "{primitive.fontWeight.normal}",
1742
+ "lineHeight": "16"
1743
+ },
1744
+ "type": "typography",
1745
+ "$extensions": {
1746
+ "figma": "11/16"
1747
+ }
1748
+ }
1749
+ },
1750
+ "label": {
1751
+ "lg": {
1752
+ "value": {
1753
+ "fontFamily": "{primitive.fontFamily.sans}",
1754
+ "fontSize": "{primitive.fontSize.base}",
1755
+ "fontWeight": "{primitive.fontWeight.semibold}",
1756
+ "lineHeight": "26"
1757
+ },
1758
+ "type": "typography",
1759
+ "$extensions": {
1760
+ "figma": "16/26"
1761
+ }
1762
+ },
1763
+ "md": {
1764
+ "value": {
1765
+ "fontFamily": "{primitive.fontFamily.sans}",
1766
+ "fontSize": "{primitive.fontSize.md}",
1767
+ "fontWeight": "{primitive.fontWeight.semibold}",
1768
+ "lineHeight": "22"
1769
+ },
1770
+ "type": "typography",
1771
+ "$extensions": {
1772
+ "figma": "14/22"
1773
+ }
1774
+ },
1775
+ "default": {
1776
+ "value": {
1777
+ "fontFamily": "{primitive.fontFamily.sans}",
1778
+ "fontSize": "{primitive.fontSize.sm}",
1779
+ "fontWeight": "{primitive.fontWeight.semibold}",
1780
+ "lineHeight": "20"
1781
+ },
1782
+ "type": "typography",
1783
+ "$extensions": {
1784
+ "figma": "13/20"
1785
+ }
1786
+ },
1787
+ "sm": {
1788
+ "value": {
1789
+ "fontFamily": "{primitive.fontFamily.sans}",
1790
+ "fontSize": "{primitive.fontSize.xs}",
1791
+ "fontWeight": "{primitive.fontWeight.semibold}",
1792
+ "lineHeight": "18"
1793
+ },
1794
+ "type": "typography",
1795
+ "$extensions": {
1796
+ "figma": "12/18"
1797
+ }
1798
+ },
1799
+ "xs": {
1800
+ "value": {
1801
+ "fontFamily": "{primitive.fontFamily.sans}",
1802
+ "fontSize": "{primitive.fontSize.2xs}",
1803
+ "fontWeight": "{primitive.fontWeight.semibold}",
1804
+ "lineHeight": "16"
1805
+ },
1806
+ "type": "typography",
1807
+ "$extensions": {
1808
+ "figma": "11/16"
1809
+ }
1810
+ }
1811
+ },
1812
+ "caption": {
1813
+ "value": {
1814
+ "fontFamily": "{primitive.fontFamily.sans}",
1815
+ "fontSize": "{primitive.fontSize.xs}",
1816
+ "fontWeight": "{primitive.fontWeight.normal}",
1817
+ "lineHeight": "18"
1818
+ },
1819
+ "type": "typography",
1820
+ "$extensions": {
1821
+ "figma": "12/18"
1822
+ }
1823
+ },
1824
+ "code": {
1825
+ "block": {
1826
+ "value": {
1827
+ "fontFamily": "{primitive.fontFamily.mono}",
1828
+ "fontSize": "{primitive.fontSize.sm}",
1829
+ "fontWeight": "{primitive.fontWeight.normal}",
1830
+ "lineHeight": "22"
1831
+ },
1832
+ "type": "typography",
1833
+ "$extensions": {
1834
+ "figma": "13/22"
1835
+ }
1836
+ },
1837
+ "inline": {
1838
+ "value": {
1839
+ "fontFamily": "{primitive.fontFamily.mono}",
1840
+ "fontSize": "{primitive.fontSize.sm}",
1841
+ "fontWeight": "{primitive.fontWeight.normal}",
1842
+ "lineHeight": "20"
1843
+ },
1844
+ "type": "typography",
1845
+ "$extensions": {
1846
+ "figma": "13/20"
1847
+ }
1848
+ }
1849
+ }
1850
+ }
1851
+ },
1852
+ "light": {
1853
+ "color": {
1854
+ "background": {
1855
+ "default": {
1856
+ "value": "{primitive.color.white}",
1857
+ "type": "color"
1858
+ },
1859
+ "paper": {
1860
+ "value": "{primitive.color.white}",
1861
+ "type": "color"
1862
+ },
1863
+ "elevated": {
1864
+ "value": "{primitive.color.white}",
1865
+ "type": "color"
1866
+ },
1867
+ "muted": {
1868
+ "value": "{primitive.color.gray.100}",
1869
+ "type": "color"
1870
+ }
1871
+ },
1872
+ "text": {
1873
+ "default": {
1874
+ "value": "{primitive.color.gray.900}",
1875
+ "type": "color"
1876
+ },
1877
+ "muted": {
1878
+ "value": "{primitive.color.gray.500}",
1879
+ "type": "color"
1880
+ },
1881
+ "subtle": {
1882
+ "value": "{primitive.color.gray.400}",
1883
+ "type": "color"
1884
+ },
1885
+ "link": {
1886
+ "value": "{primitive.color.blue.600}",
1887
+ "type": "color"
1888
+ },
1889
+ "primary": {
1890
+ "value": "{primitive.color.primary.600}",
1891
+ "type": "color"
1892
+ },
1893
+ "info": {
1894
+ "value": "{primitive.color.blue.600}",
1895
+ "type": "color"
1896
+ },
1897
+ "success": {
1898
+ "value": "{primitive.color.green.600}",
1899
+ "type": "color"
1900
+ },
1901
+ "error": {
1902
+ "value": "{primitive.color.red.600}",
1903
+ "type": "color"
1904
+ },
1905
+ "warning": {
1906
+ "value": "{primitive.color.yellow.600}",
1907
+ "type": "color"
1908
+ }
1909
+ },
1910
+ "primary": {
1911
+ "default": {
1912
+ "value": "{primitive.color.primary.600}",
1913
+ "type": "color"
1914
+ },
1915
+ "hover": {
1916
+ "value": "{primitive.color.primary.700}",
1917
+ "type": "color"
1918
+ },
1919
+ "active": {
1920
+ "value": "{primitive.color.primary.700}",
1921
+ "type": "color"
1922
+ },
1923
+ "tint": {
1924
+ "value": "{primitive.color.primary.50}",
1925
+ "type": "color"
1926
+ },
1927
+ "text": {
1928
+ "value": "{primitive.color.white}",
1929
+ "type": "color"
1930
+ }
1931
+ },
1932
+ "secondary": {
1933
+ "default": {
1934
+ "value": "{primitive.color.secondary.600}",
1935
+ "type": "color"
1936
+ },
1937
+ "hover": {
1938
+ "value": "{primitive.color.secondary.700}",
1939
+ "type": "color"
1940
+ },
1941
+ "active": {
1942
+ "value": "{primitive.color.secondary.700}",
1943
+ "type": "color"
1944
+ },
1945
+ "tint": {
1946
+ "value": "{primitive.color.gray.100}",
1947
+ "type": "color"
1948
+ },
1949
+ "text": {
1950
+ "value": "{primitive.color.white}",
1951
+ "type": "color"
1952
+ }
1953
+ },
1954
+ "success": {
1955
+ "default": {
1956
+ "value": "{primitive.color.green.600}",
1957
+ "type": "color"
1958
+ },
1959
+ "hover": {
1960
+ "value": "{primitive.color.green.700}",
1961
+ "type": "color"
1962
+ },
1963
+ "active": {
1964
+ "value": "{primitive.color.green.700}",
1965
+ "type": "color"
1966
+ },
1967
+ "tint": {
1968
+ "value": "{primitive.color.green.50}",
1969
+ "type": "color"
1970
+ },
1971
+ "text": {
1972
+ "value": "{primitive.color.white}",
1973
+ "type": "color"
1974
+ }
1975
+ },
1976
+ "warning": {
1977
+ "default": {
1978
+ "value": "{primitive.color.yellow.500}",
1979
+ "type": "color"
1980
+ },
1981
+ "hover": {
1982
+ "value": "{primitive.color.yellow.600}",
1983
+ "type": "color"
1984
+ },
1985
+ "active": {
1986
+ "value": "{primitive.color.yellow.600}",
1987
+ "type": "color"
1988
+ },
1989
+ "tint": {
1990
+ "value": "{primitive.color.yellow.50}",
1991
+ "type": "color"
1992
+ },
1993
+ "text": {
1994
+ "value": "{primitive.color.gray.900}",
1995
+ "type": "color"
1996
+ }
1997
+ },
1998
+ "error": {
1999
+ "default": {
2000
+ "value": "{primitive.color.red.600}",
2001
+ "type": "color"
2002
+ },
2003
+ "hover": {
2004
+ "value": "{primitive.color.red.700}",
2005
+ "type": "color"
2006
+ },
2007
+ "active": {
2008
+ "value": "{primitive.color.red.700}",
2009
+ "type": "color"
2010
+ },
2011
+ "tint": {
2012
+ "value": "{primitive.color.red.50}",
2013
+ "type": "color"
2014
+ },
2015
+ "text": {
2016
+ "value": "{primitive.color.white}",
2017
+ "type": "color"
2018
+ },
2019
+ "bg": {
2020
+ "value": {
2021
+ "color": "{light.color.error.default}",
2022
+ "opacity": "{primitive.opacity.10}"
2023
+ },
2024
+ "type": "composition"
2025
+ }
2026
+ },
2027
+ "info": {
2028
+ "default": {
2029
+ "value": "{primitive.color.blue.600}",
2030
+ "type": "color"
2031
+ },
2032
+ "hover": {
2033
+ "value": "{primitive.color.blue.700}",
2034
+ "type": "color"
2035
+ },
2036
+ "active": {
2037
+ "value": "{primitive.color.blue.700}",
2038
+ "type": "color"
2039
+ },
2040
+ "tint": {
2041
+ "value": "{primitive.color.blue.50}",
2042
+ "type": "color"
2043
+ },
2044
+ "text": {
2045
+ "value": "{primitive.color.white}",
2046
+ "type": "color"
2047
+ }
2048
+ },
2049
+ "border": {
2050
+ "default": {
2051
+ "value": "{primitive.color.gray.200}",
2052
+ "type": "color"
2053
+ },
2054
+ "strong": {
2055
+ "value": "{primitive.color.gray.300}",
2056
+ "type": "color"
2057
+ },
2058
+ "subtle": {
2059
+ "value": "{primitive.color.gray.100}",
2060
+ "type": "color"
2061
+ }
2062
+ },
2063
+ "disabled": {
2064
+ "default": {
2065
+ "value": "{primitive.color.gray.300}",
2066
+ "type": "color"
2067
+ },
2068
+ "text": {
2069
+ "value": "{primitive.color.gray.400}",
2070
+ "type": "color"
2071
+ }
2072
+ },
2073
+ "focus": {
2074
+ "ring": {
2075
+ "value": {
2076
+ "color": "{light.color.primary.default}",
2077
+ "opacity": "{primitive.opacity.20}"
2078
+ },
2079
+ "type": "composition"
2080
+ },
2081
+ "ring-error": {
2082
+ "value": {
2083
+ "color": "{light.color.error.default}",
2084
+ "opacity": "{primitive.opacity.15}"
2085
+ },
2086
+ "type": "composition"
2087
+ }
2088
+ },
2089
+ "chart": {
2090
+ "1": {
2091
+ "value": "{primitive.color.chart.blue-light}",
2092
+ "type": "color"
2093
+ },
2094
+ "2": {
2095
+ "value": "{primitive.color.chart.pink-light}",
2096
+ "type": "color"
2097
+ },
2098
+ "3": {
2099
+ "value": "{primitive.color.chart.lavender-light}",
2100
+ "type": "color"
2101
+ },
2102
+ "4": {
2103
+ "value": "{primitive.color.chart.sky-light}",
2104
+ "type": "color"
2105
+ },
2106
+ "5": {
2107
+ "value": "{primitive.color.chart.rose-light}",
2108
+ "type": "color"
2109
+ }
2110
+ }
2111
+ }
2112
+ },
2113
+ "dark": {
2114
+ "color": {
2115
+ "background": {
2116
+ "default": {
2117
+ "value": "{primitive.color.gray.900}",
2118
+ "type": "color"
2119
+ },
2120
+ "paper": {
2121
+ "value": "{primitive.color.gray.800}",
2122
+ "type": "color"
2123
+ },
2124
+ "elevated": {
2125
+ "value": "{primitive.color.gray.600}",
2126
+ "type": "color"
2127
+ },
2128
+ "muted": {
2129
+ "value": "{primitive.color.gray.700}",
2130
+ "type": "color"
2131
+ }
2132
+ },
2133
+ "text": {
2134
+ "default": {
2135
+ "value": "{primitive.color.gray.100}",
2136
+ "type": "color"
2137
+ },
2138
+ "muted": {
2139
+ "value": "{primitive.color.gray.400}",
2140
+ "type": "color"
2141
+ },
2142
+ "subtle": {
2143
+ "value": "{primitive.color.gray.500}",
2144
+ "type": "color"
2145
+ },
2146
+ "link": {
2147
+ "value": "{primitive.color.blue.400}",
2148
+ "type": "color"
2149
+ },
2150
+ "primary": {
2151
+ "value": "{primitive.color.primary.500}",
2152
+ "type": "color"
2153
+ },
2154
+ "info": {
2155
+ "value": "{primitive.color.blue.500}",
2156
+ "type": "color"
2157
+ },
2158
+ "success": {
2159
+ "value": "{primitive.color.green.500}",
2160
+ "type": "color"
2161
+ },
2162
+ "error": {
2163
+ "value": "{primitive.color.red.500}",
2164
+ "type": "color"
2165
+ },
2166
+ "warning": {
2167
+ "value": "{primitive.color.yellow.500}",
2168
+ "type": "color"
2169
+ }
2170
+ },
2171
+ "primary": {
2172
+ "default": {
2173
+ "value": "{primitive.color.primary.600}",
2174
+ "type": "color"
2175
+ },
2176
+ "hover": {
2177
+ "value": "{primitive.color.primary.700}",
2178
+ "type": "color"
2179
+ },
2180
+ "active": {
2181
+ "value": "{primitive.color.primary.700}",
2182
+ "type": "color"
2183
+ },
2184
+ "tint": {
2185
+ "value": "{primitive.color.primary.900}",
2186
+ "type": "color"
2187
+ },
2188
+ "text": {
2189
+ "value": "{primitive.color.white}",
2190
+ "type": "color"
2191
+ }
2192
+ },
2193
+ "secondary": {
2194
+ "default": {
2195
+ "value": "{primitive.color.secondary.400}",
2196
+ "type": "color"
2197
+ },
2198
+ "hover": {
2199
+ "value": "{primitive.color.secondary.500}",
2200
+ "type": "color"
2201
+ },
2202
+ "active": {
2203
+ "value": "{primitive.color.secondary.500}",
2204
+ "type": "color"
2205
+ },
2206
+ "tint": {
2207
+ "value": "{primitive.color.gray.800}",
2208
+ "type": "color"
2209
+ },
2210
+ "text": {
2211
+ "value": "{primitive.color.secondary.900}",
2212
+ "type": "color"
2213
+ }
2214
+ },
2215
+ "success": {
2216
+ "default": {
2217
+ "value": "{primitive.color.green.500}",
2218
+ "type": "color"
2219
+ },
2220
+ "hover": {
2221
+ "value": "{primitive.color.green.600}",
2222
+ "type": "color"
2223
+ },
2224
+ "active": {
2225
+ "value": "{primitive.color.green.600}",
2226
+ "type": "color"
2227
+ },
2228
+ "tint": {
2229
+ "value": "{primitive.color.green.900}",
2230
+ "type": "color"
2231
+ },
2232
+ "text": {
2233
+ "value": "{primitive.color.white}",
2234
+ "type": "color"
2235
+ }
2236
+ },
2237
+ "warning": {
2238
+ "default": {
2239
+ "value": "{primitive.color.yellow.500}",
2240
+ "type": "color"
2241
+ },
2242
+ "hover": {
2243
+ "value": "{primitive.color.yellow.600}",
2244
+ "type": "color"
2245
+ },
2246
+ "active": {
2247
+ "value": "{primitive.color.yellow.600}",
2248
+ "type": "color"
2249
+ },
2250
+ "tint": {
2251
+ "value": "{primitive.color.yellow.900}",
2252
+ "type": "color"
2253
+ },
2254
+ "text": {
2255
+ "value": "{primitive.color.gray.900}",
2256
+ "type": "color"
2257
+ }
2258
+ },
2259
+ "error": {
2260
+ "default": {
2261
+ "value": "{primitive.color.red.500}",
2262
+ "type": "color"
2263
+ },
2264
+ "hover": {
2265
+ "value": "{primitive.color.red.600}",
2266
+ "type": "color"
2267
+ },
2268
+ "active": {
2269
+ "value": "{primitive.color.red.600}",
2270
+ "type": "color"
2271
+ },
2272
+ "tint": {
2273
+ "value": "{primitive.color.red.900}",
2274
+ "type": "color"
2275
+ },
2276
+ "text": {
2277
+ "value": "{primitive.color.white}",
2278
+ "type": "color"
2279
+ },
2280
+ "bg": {
2281
+ "value": {
2282
+ "color": "{dark.color.error.default}",
2283
+ "opacity": "{primitive.opacity.10}"
2284
+ },
2285
+ "type": "composition"
2286
+ }
2287
+ },
2288
+ "info": {
2289
+ "default": {
2290
+ "value": "{primitive.color.blue.500}",
2291
+ "type": "color"
2292
+ },
2293
+ "hover": {
2294
+ "value": "{primitive.color.blue.600}",
2295
+ "type": "color"
2296
+ },
2297
+ "active": {
2298
+ "value": "{primitive.color.blue.600}",
2299
+ "type": "color"
2300
+ },
2301
+ "tint": {
2302
+ "value": "{primitive.color.blue.900}",
2303
+ "type": "color"
2304
+ },
2305
+ "text": {
2306
+ "value": "{primitive.color.white}",
2307
+ "type": "color"
2308
+ }
2309
+ },
2310
+ "border": {
2311
+ "default": {
2312
+ "value": "{primitive.color.gray.700}",
2313
+ "type": "color"
2314
+ },
2315
+ "strong": {
2316
+ "value": "{primitive.color.gray.600}",
2317
+ "type": "color"
2318
+ },
2319
+ "subtle": {
2320
+ "value": "{primitive.color.gray.800}",
2321
+ "type": "color"
2322
+ }
2323
+ },
2324
+ "disabled": {
2325
+ "default": {
2326
+ "value": "{primitive.color.gray.700}",
2327
+ "type": "color"
2328
+ },
2329
+ "text": {
2330
+ "value": "{primitive.color.gray.500}",
2331
+ "type": "color"
2332
+ }
2333
+ },
2334
+ "focus": {
2335
+ "ring": {
2336
+ "value": {
2337
+ "color": "{dark.color.primary.default}",
2338
+ "opacity": "{primitive.opacity.50}"
2339
+ },
2340
+ "type": "composition"
2341
+ },
2342
+ "ring-error": {
2343
+ "value": {
2344
+ "color": "{dark.color.error.default}",
2345
+ "opacity": "{primitive.opacity.15}"
2346
+ },
2347
+ "type": "composition"
2348
+ }
2349
+ },
2350
+ "chart": {
2351
+ "1": {
2352
+ "value": "{primitive.color.chart.blue-dark}",
2353
+ "type": "color"
2354
+ },
2355
+ "2": {
2356
+ "value": "{primitive.color.chart.pink-dark}",
2357
+ "type": "color"
2358
+ },
2359
+ "3": {
2360
+ "value": "{primitive.color.chart.lavender-dark}",
2361
+ "type": "color"
2362
+ },
2363
+ "4": {
2364
+ "value": "{primitive.color.chart.sky-dark}",
2365
+ "type": "color"
2366
+ },
2367
+ "5": {
2368
+ "value": "{primitive.color.chart.rose-dark}",
2369
+ "type": "color"
2370
+ }
2371
+ }
2372
+ }
2373
+ },
2374
+ "$themes": [
2375
+ {
2376
+ "id": "light",
2377
+ "name": "Light",
2378
+ "group": "Theme",
2379
+ "selectedTokenSets": {
2380
+ "primitive": "enabled",
2381
+ "semantic": "enabled",
2382
+ "light": "enabled"
2383
+ }
2384
+ },
2385
+ {
2386
+ "id": "dark",
2387
+ "name": "Dark",
2388
+ "group": "Theme",
2389
+ "selectedTokenSets": {
2390
+ "primitive": "enabled",
2391
+ "semantic": "enabled",
2392
+ "dark": "enabled"
2393
+ }
2394
+ }
2395
+ ],
2396
+ "$metadata": {
2397
+ "tokenSetOrder": [
2398
+ "primitive",
2399
+ "semantic",
2400
+ "light",
2401
+ "dark"
2402
+ ]
2403
+ }
2404
+ }