@encore-os/tokens 0.4.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,2536 @@
1
+ {
2
+ "font": {
3
+ "family": {
4
+ "sans": {
5
+ "$type": "fontFamily",
6
+ "$value": "Inter, ui-sans-serif, system-ui, -apple-system, sans-serif",
7
+ "filePath": "src/tokens.json",
8
+ "isSource": true,
9
+ "original": {
10
+ "$type": "fontFamily",
11
+ "$value": "Inter, ui-sans-serif, system-ui, -apple-system, sans-serif"
12
+ },
13
+ "name": "FontFamilySans",
14
+ "attributes": {
15
+ "category": "font",
16
+ "type": "family",
17
+ "item": "sans"
18
+ },
19
+ "path": [
20
+ "font",
21
+ "family",
22
+ "sans"
23
+ ]
24
+ },
25
+ "mono": {
26
+ "$type": "fontFamily",
27
+ "$value": "'JetBrains Mono', ui-monospace, SFMono-Regular, monospace",
28
+ "filePath": "src/tokens.json",
29
+ "isSource": true,
30
+ "original": {
31
+ "$type": "fontFamily",
32
+ "$value": "'JetBrains Mono', ui-monospace, SFMono-Regular, monospace"
33
+ },
34
+ "name": "FontFamilyMono",
35
+ "attributes": {
36
+ "category": "font",
37
+ "type": "family",
38
+ "item": "mono"
39
+ },
40
+ "path": [
41
+ "font",
42
+ "family",
43
+ "mono"
44
+ ]
45
+ }
46
+ },
47
+ "size": {
48
+ "xs": {
49
+ "$type": "dimension",
50
+ "$value": "0.75rem",
51
+ "filePath": "src/tokens.json",
52
+ "isSource": true,
53
+ "original": {
54
+ "$type": "dimension",
55
+ "$value": "0.75rem"
56
+ },
57
+ "name": "FontSizeXs",
58
+ "attributes": {
59
+ "category": "font",
60
+ "type": "size",
61
+ "item": "xs"
62
+ },
63
+ "path": [
64
+ "font",
65
+ "size",
66
+ "xs"
67
+ ]
68
+ },
69
+ "sm": {
70
+ "$type": "dimension",
71
+ "$value": "0.875rem",
72
+ "filePath": "src/tokens.json",
73
+ "isSource": true,
74
+ "original": {
75
+ "$type": "dimension",
76
+ "$value": "0.875rem"
77
+ },
78
+ "name": "FontSizeSm",
79
+ "attributes": {
80
+ "category": "font",
81
+ "type": "size",
82
+ "item": "sm"
83
+ },
84
+ "path": [
85
+ "font",
86
+ "size",
87
+ "sm"
88
+ ]
89
+ },
90
+ "base": {
91
+ "$type": "dimension",
92
+ "$value": "1rem",
93
+ "filePath": "src/tokens.json",
94
+ "isSource": true,
95
+ "original": {
96
+ "$type": "dimension",
97
+ "$value": "1rem"
98
+ },
99
+ "name": "FontSizeBase",
100
+ "attributes": {
101
+ "category": "font",
102
+ "type": "size",
103
+ "item": "base"
104
+ },
105
+ "path": [
106
+ "font",
107
+ "size",
108
+ "base"
109
+ ]
110
+ },
111
+ "lg": {
112
+ "$type": "dimension",
113
+ "$value": "1.125rem",
114
+ "filePath": "src/tokens.json",
115
+ "isSource": true,
116
+ "original": {
117
+ "$type": "dimension",
118
+ "$value": "1.125rem"
119
+ },
120
+ "name": "FontSizeLg",
121
+ "attributes": {
122
+ "category": "font",
123
+ "type": "size",
124
+ "item": "lg"
125
+ },
126
+ "path": [
127
+ "font",
128
+ "size",
129
+ "lg"
130
+ ]
131
+ },
132
+ "xl": {
133
+ "$type": "dimension",
134
+ "$value": "1.25rem",
135
+ "filePath": "src/tokens.json",
136
+ "isSource": true,
137
+ "original": {
138
+ "$type": "dimension",
139
+ "$value": "1.25rem"
140
+ },
141
+ "name": "FontSizeXl",
142
+ "attributes": {
143
+ "category": "font",
144
+ "type": "size",
145
+ "item": "xl"
146
+ },
147
+ "path": [
148
+ "font",
149
+ "size",
150
+ "xl"
151
+ ]
152
+ },
153
+ "2xl": {
154
+ "$type": "dimension",
155
+ "$value": "1.5rem",
156
+ "filePath": "src/tokens.json",
157
+ "isSource": true,
158
+ "original": {
159
+ "$type": "dimension",
160
+ "$value": "1.5rem"
161
+ },
162
+ "name": "FontSize2xl",
163
+ "attributes": {
164
+ "category": "font",
165
+ "type": "size",
166
+ "item": "2xl"
167
+ },
168
+ "path": [
169
+ "font",
170
+ "size",
171
+ "2xl"
172
+ ]
173
+ },
174
+ "3xl": {
175
+ "$type": "dimension",
176
+ "$value": "1.875rem",
177
+ "filePath": "src/tokens.json",
178
+ "isSource": true,
179
+ "original": {
180
+ "$type": "dimension",
181
+ "$value": "1.875rem"
182
+ },
183
+ "name": "FontSize3xl",
184
+ "attributes": {
185
+ "category": "font",
186
+ "type": "size",
187
+ "item": "3xl"
188
+ },
189
+ "path": [
190
+ "font",
191
+ "size",
192
+ "3xl"
193
+ ]
194
+ },
195
+ "4xl": {
196
+ "$type": "dimension",
197
+ "$value": "2.25rem",
198
+ "filePath": "src/tokens.json",
199
+ "isSource": true,
200
+ "original": {
201
+ "$type": "dimension",
202
+ "$value": "2.25rem"
203
+ },
204
+ "name": "FontSize4xl",
205
+ "attributes": {
206
+ "category": "font",
207
+ "type": "size",
208
+ "item": "4xl"
209
+ },
210
+ "path": [
211
+ "font",
212
+ "size",
213
+ "4xl"
214
+ ]
215
+ }
216
+ },
217
+ "weight": {
218
+ "normal": {
219
+ "$type": "fontWeight",
220
+ "$value": 400,
221
+ "filePath": "src/tokens.json",
222
+ "isSource": true,
223
+ "original": {
224
+ "$type": "fontWeight",
225
+ "$value": 400
226
+ },
227
+ "name": "FontWeightNormal",
228
+ "attributes": {
229
+ "category": "font",
230
+ "type": "weight",
231
+ "item": "normal"
232
+ },
233
+ "path": [
234
+ "font",
235
+ "weight",
236
+ "normal"
237
+ ]
238
+ },
239
+ "medium": {
240
+ "$type": "fontWeight",
241
+ "$value": 500,
242
+ "filePath": "src/tokens.json",
243
+ "isSource": true,
244
+ "original": {
245
+ "$type": "fontWeight",
246
+ "$value": 500
247
+ },
248
+ "name": "FontWeightMedium",
249
+ "attributes": {
250
+ "category": "font",
251
+ "type": "weight",
252
+ "item": "medium"
253
+ },
254
+ "path": [
255
+ "font",
256
+ "weight",
257
+ "medium"
258
+ ]
259
+ },
260
+ "semibold": {
261
+ "$type": "fontWeight",
262
+ "$value": 600,
263
+ "filePath": "src/tokens.json",
264
+ "isSource": true,
265
+ "original": {
266
+ "$type": "fontWeight",
267
+ "$value": 600
268
+ },
269
+ "name": "FontWeightSemibold",
270
+ "attributes": {
271
+ "category": "font",
272
+ "type": "weight",
273
+ "item": "semibold"
274
+ },
275
+ "path": [
276
+ "font",
277
+ "weight",
278
+ "semibold"
279
+ ]
280
+ },
281
+ "bold": {
282
+ "$type": "fontWeight",
283
+ "$value": 700,
284
+ "filePath": "src/tokens.json",
285
+ "isSource": true,
286
+ "original": {
287
+ "$type": "fontWeight",
288
+ "$value": 700
289
+ },
290
+ "name": "FontWeightBold",
291
+ "attributes": {
292
+ "category": "font",
293
+ "type": "weight",
294
+ "item": "bold"
295
+ },
296
+ "path": [
297
+ "font",
298
+ "weight",
299
+ "bold"
300
+ ]
301
+ }
302
+ }
303
+ },
304
+ "line": {
305
+ "height": {
306
+ "tight": {
307
+ "$type": "number",
308
+ "$value": 1.25,
309
+ "filePath": "src/tokens.json",
310
+ "isSource": true,
311
+ "original": {
312
+ "$type": "number",
313
+ "$value": 1.25
314
+ },
315
+ "name": "LineHeightTight",
316
+ "attributes": {
317
+ "category": "line",
318
+ "type": "height",
319
+ "item": "tight"
320
+ },
321
+ "path": [
322
+ "line",
323
+ "height",
324
+ "tight"
325
+ ]
326
+ },
327
+ "snug": {
328
+ "$type": "number",
329
+ "$value": 1.375,
330
+ "filePath": "src/tokens.json",
331
+ "isSource": true,
332
+ "original": {
333
+ "$type": "number",
334
+ "$value": 1.375
335
+ },
336
+ "name": "LineHeightSnug",
337
+ "attributes": {
338
+ "category": "line",
339
+ "type": "height",
340
+ "item": "snug"
341
+ },
342
+ "path": [
343
+ "line",
344
+ "height",
345
+ "snug"
346
+ ]
347
+ },
348
+ "normal": {
349
+ "$type": "number",
350
+ "$value": 1.5,
351
+ "filePath": "src/tokens.json",
352
+ "isSource": true,
353
+ "original": {
354
+ "$type": "number",
355
+ "$value": 1.5
356
+ },
357
+ "name": "LineHeightNormal",
358
+ "attributes": {
359
+ "category": "line",
360
+ "type": "height",
361
+ "item": "normal"
362
+ },
363
+ "path": [
364
+ "line",
365
+ "height",
366
+ "normal"
367
+ ]
368
+ },
369
+ "relaxed": {
370
+ "$type": "number",
371
+ "$value": 1.625,
372
+ "filePath": "src/tokens.json",
373
+ "isSource": true,
374
+ "original": {
375
+ "$type": "number",
376
+ "$value": 1.625
377
+ },
378
+ "name": "LineHeightRelaxed",
379
+ "attributes": {
380
+ "category": "line",
381
+ "type": "height",
382
+ "item": "relaxed"
383
+ },
384
+ "path": [
385
+ "line",
386
+ "height",
387
+ "relaxed"
388
+ ]
389
+ }
390
+ }
391
+ },
392
+ "primitive": {
393
+ "neutral": {
394
+ "0": {
395
+ "$type": "color",
396
+ "$value": "#ffffff",
397
+ "filePath": "src/tokens.json",
398
+ "isSource": true,
399
+ "original": {
400
+ "$type": "color",
401
+ "$value": "#FFFFFF"
402
+ },
403
+ "name": "PrimitiveNeutral0",
404
+ "attributes": {
405
+ "category": "primitive",
406
+ "type": "neutral",
407
+ "item": "0"
408
+ },
409
+ "path": [
410
+ "primitive",
411
+ "neutral",
412
+ "0"
413
+ ]
414
+ },
415
+ "45": {
416
+ "$type": "color",
417
+ "$value": "#f3f5f7",
418
+ "filePath": "src/tokens.json",
419
+ "isSource": true,
420
+ "original": {
421
+ "$type": "color",
422
+ "$value": "#F3F5F7"
423
+ },
424
+ "name": "PrimitiveNeutral45",
425
+ "attributes": {
426
+ "category": "primitive",
427
+ "type": "neutral",
428
+ "item": "45"
429
+ },
430
+ "path": [
431
+ "primitive",
432
+ "neutral",
433
+ "45"
434
+ ]
435
+ },
436
+ "50": {
437
+ "$type": "color",
438
+ "$value": "#f2f5f8",
439
+ "filePath": "src/tokens.json",
440
+ "isSource": true,
441
+ "original": {
442
+ "$type": "color",
443
+ "$value": "#F2F5F8"
444
+ },
445
+ "name": "PrimitiveNeutral50",
446
+ "attributes": {
447
+ "category": "primitive",
448
+ "type": "neutral",
449
+ "item": "50"
450
+ },
451
+ "path": [
452
+ "primitive",
453
+ "neutral",
454
+ "50"
455
+ ]
456
+ },
457
+ "100": {
458
+ "$type": "color",
459
+ "$value": "#e6edf6",
460
+ "filePath": "src/tokens.json",
461
+ "isSource": true,
462
+ "original": {
463
+ "$type": "color",
464
+ "$value": "#E6EDF6"
465
+ },
466
+ "name": "PrimitiveNeutral100",
467
+ "attributes": {
468
+ "category": "primitive",
469
+ "type": "neutral",
470
+ "item": "100"
471
+ },
472
+ "path": [
473
+ "primitive",
474
+ "neutral",
475
+ "100"
476
+ ]
477
+ },
478
+ "150": {
479
+ "$type": "color",
480
+ "$value": "#c5d2e6",
481
+ "filePath": "src/tokens.json",
482
+ "isSource": true,
483
+ "original": {
484
+ "$type": "color",
485
+ "$value": "#C5D2E6"
486
+ },
487
+ "name": "PrimitiveNeutral150",
488
+ "attributes": {
489
+ "category": "primitive",
490
+ "type": "neutral",
491
+ "item": "150"
492
+ },
493
+ "path": [
494
+ "primitive",
495
+ "neutral",
496
+ "150"
497
+ ]
498
+ },
499
+ "200": {
500
+ "$type": "color",
501
+ "$value": "#c8ced8",
502
+ "filePath": "src/tokens.json",
503
+ "isSource": true,
504
+ "original": {
505
+ "$type": "color",
506
+ "$value": "#C8CED8"
507
+ },
508
+ "name": "PrimitiveNeutral200",
509
+ "attributes": {
510
+ "category": "primitive",
511
+ "type": "neutral",
512
+ "item": "200"
513
+ },
514
+ "path": [
515
+ "primitive",
516
+ "neutral",
517
+ "200"
518
+ ]
519
+ },
520
+ "300": {
521
+ "$type": "color",
522
+ "$value": "#a8b9cc",
523
+ "filePath": "src/tokens.json",
524
+ "isSource": true,
525
+ "original": {
526
+ "$type": "color",
527
+ "$value": "#A8B9CC"
528
+ },
529
+ "name": "PrimitiveNeutral300",
530
+ "attributes": {
531
+ "category": "primitive",
532
+ "type": "neutral",
533
+ "item": "300"
534
+ },
535
+ "path": [
536
+ "primitive",
537
+ "neutral",
538
+ "300"
539
+ ]
540
+ },
541
+ "400": {
542
+ "$type": "color",
543
+ "$value": "#90a1ba",
544
+ "filePath": "src/tokens.json",
545
+ "isSource": true,
546
+ "original": {
547
+ "$type": "color",
548
+ "$value": "#90A1BA"
549
+ },
550
+ "name": "PrimitiveNeutral400",
551
+ "attributes": {
552
+ "category": "primitive",
553
+ "type": "neutral",
554
+ "item": "400"
555
+ },
556
+ "path": [
557
+ "primitive",
558
+ "neutral",
559
+ "400"
560
+ ]
561
+ },
562
+ "500": {
563
+ "$type": "color",
564
+ "$value": "#6b7f99",
565
+ "filePath": "src/tokens.json",
566
+ "isSource": true,
567
+ "original": {
568
+ "$type": "color",
569
+ "$value": "#6B7F99"
570
+ },
571
+ "name": "PrimitiveNeutral500",
572
+ "attributes": {
573
+ "category": "primitive",
574
+ "type": "neutral",
575
+ "item": "500"
576
+ },
577
+ "path": [
578
+ "primitive",
579
+ "neutral",
580
+ "500"
581
+ ]
582
+ },
583
+ "600": {
584
+ "$type": "color",
585
+ "$value": "#4c5d76",
586
+ "filePath": "src/tokens.json",
587
+ "isSource": true,
588
+ "original": {
589
+ "$type": "color",
590
+ "$value": "#4C5D76"
591
+ },
592
+ "name": "PrimitiveNeutral600",
593
+ "attributes": {
594
+ "category": "primitive",
595
+ "type": "neutral",
596
+ "item": "600"
597
+ },
598
+ "path": [
599
+ "primitive",
600
+ "neutral",
601
+ "600"
602
+ ]
603
+ },
604
+ "700": {
605
+ "$type": "color",
606
+ "$value": "#243349",
607
+ "filePath": "src/tokens.json",
608
+ "isSource": true,
609
+ "original": {
610
+ "$type": "color",
611
+ "$value": "#243349"
612
+ },
613
+ "name": "PrimitiveNeutral700",
614
+ "attributes": {
615
+ "category": "primitive",
616
+ "type": "neutral",
617
+ "item": "700"
618
+ },
619
+ "path": [
620
+ "primitive",
621
+ "neutral",
622
+ "700"
623
+ ]
624
+ },
625
+ "740": {
626
+ "$type": "color",
627
+ "$value": "#1b2740",
628
+ "filePath": "src/tokens.json",
629
+ "isSource": true,
630
+ "original": {
631
+ "$type": "color",
632
+ "$value": "#1B2740"
633
+ },
634
+ "name": "PrimitiveNeutral740",
635
+ "attributes": {
636
+ "category": "primitive",
637
+ "type": "neutral",
638
+ "item": "740"
639
+ },
640
+ "path": [
641
+ "primitive",
642
+ "neutral",
643
+ "740"
644
+ ]
645
+ },
646
+ "745": {
647
+ "$type": "color",
648
+ "$value": "#1d2a42",
649
+ "filePath": "src/tokens.json",
650
+ "isSource": true,
651
+ "original": {
652
+ "$type": "color",
653
+ "$value": "#1D2A42"
654
+ },
655
+ "name": "PrimitiveNeutral745",
656
+ "attributes": {
657
+ "category": "primitive",
658
+ "type": "neutral",
659
+ "item": "745"
660
+ },
661
+ "path": [
662
+ "primitive",
663
+ "neutral",
664
+ "745"
665
+ ]
666
+ },
667
+ "800": {
668
+ "$type": "color",
669
+ "$value": "#172238",
670
+ "filePath": "src/tokens.json",
671
+ "isSource": true,
672
+ "original": {
673
+ "$type": "color",
674
+ "$value": "#172238"
675
+ },
676
+ "name": "PrimitiveNeutral800",
677
+ "attributes": {
678
+ "category": "primitive",
679
+ "type": "neutral",
680
+ "item": "800"
681
+ },
682
+ "path": [
683
+ "primitive",
684
+ "neutral",
685
+ "800"
686
+ ]
687
+ },
688
+ "815": {
689
+ "$type": "color",
690
+ "$value": "#111c30",
691
+ "filePath": "src/tokens.json",
692
+ "isSource": true,
693
+ "original": {
694
+ "$type": "color",
695
+ "$value": "#111C30"
696
+ },
697
+ "name": "PrimitiveNeutral815",
698
+ "attributes": {
699
+ "category": "primitive",
700
+ "type": "neutral",
701
+ "item": "815"
702
+ },
703
+ "path": [
704
+ "primitive",
705
+ "neutral",
706
+ "815"
707
+ ]
708
+ },
709
+ "900": {
710
+ "$type": "color",
711
+ "$value": "#101f41",
712
+ "filePath": "src/tokens.json",
713
+ "isSource": true,
714
+ "original": {
715
+ "$type": "color",
716
+ "$value": "#101F41"
717
+ },
718
+ "name": "PrimitiveNeutral900",
719
+ "attributes": {
720
+ "category": "primitive",
721
+ "type": "neutral",
722
+ "item": "900"
723
+ },
724
+ "path": [
725
+ "primitive",
726
+ "neutral",
727
+ "900"
728
+ ]
729
+ },
730
+ "945": {
731
+ "$type": "color",
732
+ "$value": "#0f1a2c",
733
+ "filePath": "src/tokens.json",
734
+ "isSource": true,
735
+ "original": {
736
+ "$type": "color",
737
+ "$value": "#0F1A2C"
738
+ },
739
+ "name": "PrimitiveNeutral945",
740
+ "attributes": {
741
+ "category": "primitive",
742
+ "type": "neutral",
743
+ "item": "945"
744
+ },
745
+ "path": [
746
+ "primitive",
747
+ "neutral",
748
+ "945"
749
+ ]
750
+ },
751
+ "950": {
752
+ "$type": "color",
753
+ "$value": "#0f1624",
754
+ "filePath": "src/tokens.json",
755
+ "isSource": true,
756
+ "original": {
757
+ "$type": "color",
758
+ "$value": "#0F1624"
759
+ },
760
+ "name": "PrimitiveNeutral950",
761
+ "attributes": {
762
+ "category": "primitive",
763
+ "type": "neutral",
764
+ "item": "950"
765
+ },
766
+ "path": [
767
+ "primitive",
768
+ "neutral",
769
+ "950"
770
+ ]
771
+ },
772
+ "960": {
773
+ "$type": "color",
774
+ "$value": "#0b1220",
775
+ "filePath": "src/tokens.json",
776
+ "isSource": true,
777
+ "original": {
778
+ "$type": "color",
779
+ "$value": "#0B1220"
780
+ },
781
+ "name": "PrimitiveNeutral960",
782
+ "attributes": {
783
+ "category": "primitive",
784
+ "type": "neutral",
785
+ "item": "960"
786
+ },
787
+ "path": [
788
+ "primitive",
789
+ "neutral",
790
+ "960"
791
+ ]
792
+ },
793
+ "970": {
794
+ "$type": "color",
795
+ "$value": "#04141f",
796
+ "filePath": "src/tokens.json",
797
+ "isSource": true,
798
+ "original": {
799
+ "$type": "color",
800
+ "$value": "#04141F"
801
+ },
802
+ "name": "PrimitiveNeutral970",
803
+ "attributes": {
804
+ "category": "primitive",
805
+ "type": "neutral",
806
+ "item": "970"
807
+ },
808
+ "path": [
809
+ "primitive",
810
+ "neutral",
811
+ "970"
812
+ ]
813
+ }
814
+ },
815
+ "accent": {
816
+ "50": {
817
+ "$type": "color",
818
+ "$value": "#e0f5fe",
819
+ "filePath": "src/tokens.json",
820
+ "isSource": true,
821
+ "original": {
822
+ "$type": "color",
823
+ "$value": "#E0F5FE"
824
+ },
825
+ "name": "PrimitiveAccent50",
826
+ "attributes": {
827
+ "category": "primitive",
828
+ "type": "accent",
829
+ "item": "50"
830
+ },
831
+ "path": [
832
+ "primitive",
833
+ "accent",
834
+ "50"
835
+ ]
836
+ },
837
+ "100": {
838
+ "$type": "color",
839
+ "$value": "#bae8fd",
840
+ "filePath": "src/tokens.json",
841
+ "isSource": true,
842
+ "original": {
843
+ "$type": "color",
844
+ "$value": "#BAE8FD"
845
+ },
846
+ "name": "PrimitiveAccent100",
847
+ "attributes": {
848
+ "category": "primitive",
849
+ "type": "accent",
850
+ "item": "100"
851
+ },
852
+ "path": [
853
+ "primitive",
854
+ "accent",
855
+ "100"
856
+ ]
857
+ },
858
+ "200": {
859
+ "$type": "color",
860
+ "$value": "#7dd3fc",
861
+ "filePath": "src/tokens.json",
862
+ "isSource": true,
863
+ "original": {
864
+ "$type": "color",
865
+ "$value": "#7DD3FC"
866
+ },
867
+ "name": "PrimitiveAccent200",
868
+ "attributes": {
869
+ "category": "primitive",
870
+ "type": "accent",
871
+ "item": "200"
872
+ },
873
+ "path": [
874
+ "primitive",
875
+ "accent",
876
+ "200"
877
+ ]
878
+ },
879
+ "300": {
880
+ "$type": "color",
881
+ "$value": "#38bdf8",
882
+ "filePath": "src/tokens.json",
883
+ "isSource": true,
884
+ "original": {
885
+ "$type": "color",
886
+ "$value": "#38BDF8"
887
+ },
888
+ "name": "PrimitiveAccent300",
889
+ "attributes": {
890
+ "category": "primitive",
891
+ "type": "accent",
892
+ "item": "300"
893
+ },
894
+ "path": [
895
+ "primitive",
896
+ "accent",
897
+ "300"
898
+ ]
899
+ },
900
+ "400": {
901
+ "$type": "color",
902
+ "$value": "#0ea5e9",
903
+ "filePath": "src/tokens.json",
904
+ "isSource": true,
905
+ "original": {
906
+ "$type": "color",
907
+ "$value": "#0EA5E9"
908
+ },
909
+ "name": "PrimitiveAccent400",
910
+ "attributes": {
911
+ "category": "primitive",
912
+ "type": "accent",
913
+ "item": "400"
914
+ },
915
+ "path": [
916
+ "primitive",
917
+ "accent",
918
+ "400"
919
+ ]
920
+ },
921
+ "500": {
922
+ "$type": "color",
923
+ "$value": "#0a7db2",
924
+ "filePath": "src/tokens.json",
925
+ "isSource": true,
926
+ "original": {
927
+ "$type": "color",
928
+ "$value": "#0A7DB2"
929
+ },
930
+ "name": "PrimitiveAccent500",
931
+ "attributes": {
932
+ "category": "primitive",
933
+ "type": "accent",
934
+ "item": "500"
935
+ },
936
+ "path": [
937
+ "primitive",
938
+ "accent",
939
+ "500"
940
+ ]
941
+ },
942
+ "600": {
943
+ "$type": "color",
944
+ "$value": "#0369a1",
945
+ "filePath": "src/tokens.json",
946
+ "isSource": true,
947
+ "original": {
948
+ "$type": "color",
949
+ "$value": "#0369A1"
950
+ },
951
+ "name": "PrimitiveAccent600",
952
+ "attributes": {
953
+ "category": "primitive",
954
+ "type": "accent",
955
+ "item": "600"
956
+ },
957
+ "path": [
958
+ "primitive",
959
+ "accent",
960
+ "600"
961
+ ]
962
+ },
963
+ "700": {
964
+ "$type": "color",
965
+ "$value": "#025f8e",
966
+ "filePath": "src/tokens.json",
967
+ "isSource": true,
968
+ "original": {
969
+ "$type": "color",
970
+ "$value": "#025F8E"
971
+ },
972
+ "name": "PrimitiveAccent700",
973
+ "attributes": {
974
+ "category": "primitive",
975
+ "type": "accent",
976
+ "item": "700"
977
+ },
978
+ "path": [
979
+ "primitive",
980
+ "accent",
981
+ "700"
982
+ ]
983
+ },
984
+ "800": {
985
+ "$type": "color",
986
+ "$value": "#0c4a6e",
987
+ "filePath": "src/tokens.json",
988
+ "isSource": true,
989
+ "original": {
990
+ "$type": "color",
991
+ "$value": "#0C4A6E"
992
+ },
993
+ "name": "PrimitiveAccent800",
994
+ "attributes": {
995
+ "category": "primitive",
996
+ "type": "accent",
997
+ "item": "800"
998
+ },
999
+ "path": [
1000
+ "primitive",
1001
+ "accent",
1002
+ "800"
1003
+ ]
1004
+ },
1005
+ "900": {
1006
+ "$type": "color",
1007
+ "$value": "#082f45",
1008
+ "filePath": "src/tokens.json",
1009
+ "isSource": true,
1010
+ "original": {
1011
+ "$type": "color",
1012
+ "$value": "#082F45"
1013
+ },
1014
+ "name": "PrimitiveAccent900",
1015
+ "attributes": {
1016
+ "category": "primitive",
1017
+ "type": "accent",
1018
+ "item": "900"
1019
+ },
1020
+ "path": [
1021
+ "primitive",
1022
+ "accent",
1023
+ "900"
1024
+ ]
1025
+ }
1026
+ },
1027
+ "status": {
1028
+ "success": {
1029
+ "$type": "color",
1030
+ "$value": "#279b57",
1031
+ "filePath": "src/tokens.json",
1032
+ "isSource": true,
1033
+ "original": {
1034
+ "$type": "color",
1035
+ "$value": "#279B57"
1036
+ },
1037
+ "name": "PrimitiveStatusSuccess",
1038
+ "attributes": {
1039
+ "category": "primitive",
1040
+ "type": "status",
1041
+ "item": "success"
1042
+ },
1043
+ "path": [
1044
+ "primitive",
1045
+ "status",
1046
+ "success"
1047
+ ]
1048
+ },
1049
+ "successDark": {
1050
+ "$type": "color",
1051
+ "$value": "#3ddc84",
1052
+ "filePath": "src/tokens.json",
1053
+ "isSource": true,
1054
+ "original": {
1055
+ "$type": "color",
1056
+ "$value": "#3DDC84"
1057
+ },
1058
+ "name": "PrimitiveStatusSuccessDark",
1059
+ "attributes": {
1060
+ "category": "primitive",
1061
+ "type": "status",
1062
+ "item": "successDark"
1063
+ },
1064
+ "path": [
1065
+ "primitive",
1066
+ "status",
1067
+ "successDark"
1068
+ ]
1069
+ },
1070
+ "warning": {
1071
+ "$type": "color",
1072
+ "$value": "#e9980c",
1073
+ "filePath": "src/tokens.json",
1074
+ "isSource": true,
1075
+ "original": {
1076
+ "$type": "color",
1077
+ "$value": "#E9980C"
1078
+ },
1079
+ "name": "PrimitiveStatusWarning",
1080
+ "attributes": {
1081
+ "category": "primitive",
1082
+ "type": "status",
1083
+ "item": "warning"
1084
+ },
1085
+ "path": [
1086
+ "primitive",
1087
+ "status",
1088
+ "warning"
1089
+ ]
1090
+ },
1091
+ "warningDark": {
1092
+ "$type": "color",
1093
+ "$value": "#f5b133",
1094
+ "filePath": "src/tokens.json",
1095
+ "isSource": true,
1096
+ "original": {
1097
+ "$type": "color",
1098
+ "$value": "#F5B133"
1099
+ },
1100
+ "name": "PrimitiveStatusWarningDark",
1101
+ "attributes": {
1102
+ "category": "primitive",
1103
+ "type": "status",
1104
+ "item": "warningDark"
1105
+ },
1106
+ "path": [
1107
+ "primitive",
1108
+ "status",
1109
+ "warningDark"
1110
+ ]
1111
+ },
1112
+ "danger": {
1113
+ "$type": "color",
1114
+ "$value": "#d92626",
1115
+ "filePath": "src/tokens.json",
1116
+ "isSource": true,
1117
+ "original": {
1118
+ "$type": "color",
1119
+ "$value": "#D92626"
1120
+ },
1121
+ "name": "PrimitiveStatusDanger",
1122
+ "attributes": {
1123
+ "category": "primitive",
1124
+ "type": "status",
1125
+ "item": "danger"
1126
+ },
1127
+ "path": [
1128
+ "primitive",
1129
+ "status",
1130
+ "danger"
1131
+ ]
1132
+ },
1133
+ "dangerDark": {
1134
+ "$type": "color",
1135
+ "$value": "#f04848",
1136
+ "filePath": "src/tokens.json",
1137
+ "isSource": true,
1138
+ "original": {
1139
+ "$type": "color",
1140
+ "$value": "#F04848"
1141
+ },
1142
+ "name": "PrimitiveStatusDangerDark",
1143
+ "attributes": {
1144
+ "category": "primitive",
1145
+ "type": "status",
1146
+ "item": "dangerDark"
1147
+ },
1148
+ "path": [
1149
+ "primitive",
1150
+ "status",
1151
+ "dangerDark"
1152
+ ]
1153
+ },
1154
+ "dangerForeground": {
1155
+ "$type": "color",
1156
+ "$value": "#f9fafb",
1157
+ "filePath": "src/tokens.json",
1158
+ "isSource": true,
1159
+ "original": {
1160
+ "$type": "color",
1161
+ "$value": "#F9FAFB"
1162
+ },
1163
+ "name": "PrimitiveStatusDangerForeground",
1164
+ "attributes": {
1165
+ "category": "primitive",
1166
+ "type": "status",
1167
+ "item": "dangerForeground"
1168
+ },
1169
+ "path": [
1170
+ "primitive",
1171
+ "status",
1172
+ "dangerForeground"
1173
+ ]
1174
+ },
1175
+ "dangerForegroundDark": {
1176
+ "$type": "color",
1177
+ "$value": "#1a0606",
1178
+ "filePath": "src/tokens.json",
1179
+ "isSource": true,
1180
+ "original": {
1181
+ "$type": "color",
1182
+ "$value": "#1A0606"
1183
+ },
1184
+ "name": "PrimitiveStatusDangerForegroundDark",
1185
+ "attributes": {
1186
+ "category": "primitive",
1187
+ "type": "status",
1188
+ "item": "dangerForegroundDark"
1189
+ },
1190
+ "path": [
1191
+ "primitive",
1192
+ "status",
1193
+ "dangerForegroundDark"
1194
+ ]
1195
+ },
1196
+ "info": {
1197
+ "$type": "color",
1198
+ "$value": "#0a5adb",
1199
+ "filePath": "src/tokens.json",
1200
+ "isSource": true,
1201
+ "original": {
1202
+ "$type": "color",
1203
+ "$value": "#0A5ADB"
1204
+ },
1205
+ "name": "PrimitiveStatusInfo",
1206
+ "attributes": {
1207
+ "category": "primitive",
1208
+ "type": "status",
1209
+ "item": "info"
1210
+ },
1211
+ "path": [
1212
+ "primitive",
1213
+ "status",
1214
+ "info"
1215
+ ]
1216
+ },
1217
+ "infoDark": {
1218
+ "$type": "color",
1219
+ "$value": "#4f8ff5",
1220
+ "filePath": "src/tokens.json",
1221
+ "isSource": true,
1222
+ "original": {
1223
+ "$type": "color",
1224
+ "$value": "#4F8FF5"
1225
+ },
1226
+ "name": "PrimitiveStatusInfoDark",
1227
+ "attributes": {
1228
+ "category": "primitive",
1229
+ "type": "status",
1230
+ "item": "infoDark"
1231
+ },
1232
+ "path": [
1233
+ "primitive",
1234
+ "status",
1235
+ "infoDark"
1236
+ ]
1237
+ }
1238
+ }
1239
+ },
1240
+ "spacing": {
1241
+ "0": {
1242
+ "$type": "dimension",
1243
+ "$value": "0rem",
1244
+ "filePath": "src/tokens.json",
1245
+ "isSource": true,
1246
+ "original": {
1247
+ "$type": "dimension",
1248
+ "$value": "0rem"
1249
+ },
1250
+ "name": "Spacing0",
1251
+ "attributes": {
1252
+ "category": "spacing",
1253
+ "type": "0"
1254
+ },
1255
+ "path": [
1256
+ "spacing",
1257
+ "0"
1258
+ ]
1259
+ },
1260
+ "1": {
1261
+ "$type": "dimension",
1262
+ "$value": "0.25rem",
1263
+ "filePath": "src/tokens.json",
1264
+ "isSource": true,
1265
+ "original": {
1266
+ "$type": "dimension",
1267
+ "$value": "0.25rem"
1268
+ },
1269
+ "name": "Spacing1",
1270
+ "attributes": {
1271
+ "category": "spacing",
1272
+ "type": "1"
1273
+ },
1274
+ "path": [
1275
+ "spacing",
1276
+ "1"
1277
+ ]
1278
+ },
1279
+ "2": {
1280
+ "$type": "dimension",
1281
+ "$value": "0.5rem",
1282
+ "filePath": "src/tokens.json",
1283
+ "isSource": true,
1284
+ "original": {
1285
+ "$type": "dimension",
1286
+ "$value": "0.5rem"
1287
+ },
1288
+ "name": "Spacing2",
1289
+ "attributes": {
1290
+ "category": "spacing",
1291
+ "type": "2"
1292
+ },
1293
+ "path": [
1294
+ "spacing",
1295
+ "2"
1296
+ ]
1297
+ },
1298
+ "3": {
1299
+ "$type": "dimension",
1300
+ "$value": "0.75rem",
1301
+ "filePath": "src/tokens.json",
1302
+ "isSource": true,
1303
+ "original": {
1304
+ "$type": "dimension",
1305
+ "$value": "0.75rem"
1306
+ },
1307
+ "name": "Spacing3",
1308
+ "attributes": {
1309
+ "category": "spacing",
1310
+ "type": "3"
1311
+ },
1312
+ "path": [
1313
+ "spacing",
1314
+ "3"
1315
+ ]
1316
+ },
1317
+ "4": {
1318
+ "$type": "dimension",
1319
+ "$value": "1rem",
1320
+ "filePath": "src/tokens.json",
1321
+ "isSource": true,
1322
+ "original": {
1323
+ "$type": "dimension",
1324
+ "$value": "1rem"
1325
+ },
1326
+ "name": "Spacing4",
1327
+ "attributes": {
1328
+ "category": "spacing",
1329
+ "type": "4"
1330
+ },
1331
+ "path": [
1332
+ "spacing",
1333
+ "4"
1334
+ ]
1335
+ },
1336
+ "5": {
1337
+ "$type": "dimension",
1338
+ "$value": "1.25rem",
1339
+ "filePath": "src/tokens.json",
1340
+ "isSource": true,
1341
+ "original": {
1342
+ "$type": "dimension",
1343
+ "$value": "1.25rem"
1344
+ },
1345
+ "name": "Spacing5",
1346
+ "attributes": {
1347
+ "category": "spacing",
1348
+ "type": "5"
1349
+ },
1350
+ "path": [
1351
+ "spacing",
1352
+ "5"
1353
+ ]
1354
+ },
1355
+ "6": {
1356
+ "$type": "dimension",
1357
+ "$value": "1.5rem",
1358
+ "filePath": "src/tokens.json",
1359
+ "isSource": true,
1360
+ "original": {
1361
+ "$type": "dimension",
1362
+ "$value": "1.5rem"
1363
+ },
1364
+ "name": "Spacing6",
1365
+ "attributes": {
1366
+ "category": "spacing",
1367
+ "type": "6"
1368
+ },
1369
+ "path": [
1370
+ "spacing",
1371
+ "6"
1372
+ ]
1373
+ },
1374
+ "8": {
1375
+ "$type": "dimension",
1376
+ "$value": "2rem",
1377
+ "filePath": "src/tokens.json",
1378
+ "isSource": true,
1379
+ "original": {
1380
+ "$type": "dimension",
1381
+ "$value": "2rem"
1382
+ },
1383
+ "name": "Spacing8",
1384
+ "attributes": {
1385
+ "category": "spacing",
1386
+ "type": "8"
1387
+ },
1388
+ "path": [
1389
+ "spacing",
1390
+ "8"
1391
+ ]
1392
+ },
1393
+ "10": {
1394
+ "$type": "dimension",
1395
+ "$value": "2.5rem",
1396
+ "filePath": "src/tokens.json",
1397
+ "isSource": true,
1398
+ "original": {
1399
+ "$type": "dimension",
1400
+ "$value": "2.5rem"
1401
+ },
1402
+ "name": "Spacing10",
1403
+ "attributes": {
1404
+ "category": "spacing",
1405
+ "type": "10"
1406
+ },
1407
+ "path": [
1408
+ "spacing",
1409
+ "10"
1410
+ ]
1411
+ },
1412
+ "12": {
1413
+ "$type": "dimension",
1414
+ "$value": "3rem",
1415
+ "filePath": "src/tokens.json",
1416
+ "isSource": true,
1417
+ "original": {
1418
+ "$type": "dimension",
1419
+ "$value": "3rem"
1420
+ },
1421
+ "name": "Spacing12",
1422
+ "attributes": {
1423
+ "category": "spacing",
1424
+ "type": "12"
1425
+ },
1426
+ "path": [
1427
+ "spacing",
1428
+ "12"
1429
+ ]
1430
+ }
1431
+ },
1432
+ "density": {
1433
+ "compact": {
1434
+ "fontSize": {
1435
+ "$type": "dimension",
1436
+ "$value": "14px",
1437
+ "filePath": "src/tokens.json",
1438
+ "isSource": true,
1439
+ "original": {
1440
+ "$type": "dimension",
1441
+ "$value": "14px"
1442
+ },
1443
+ "name": "DensityCompactFontSize",
1444
+ "attributes": {
1445
+ "category": "density",
1446
+ "type": "compact",
1447
+ "item": "fontSize"
1448
+ },
1449
+ "path": [
1450
+ "density",
1451
+ "compact",
1452
+ "fontSize"
1453
+ ]
1454
+ },
1455
+ "controlHeight": {
1456
+ "$type": "dimension",
1457
+ "$value": "2.25rem",
1458
+ "filePath": "src/tokens.json",
1459
+ "isSource": true,
1460
+ "original": {
1461
+ "$type": "dimension",
1462
+ "$value": "2.25rem"
1463
+ },
1464
+ "name": "DensityCompactControlHeight",
1465
+ "attributes": {
1466
+ "category": "density",
1467
+ "type": "compact",
1468
+ "item": "controlHeight"
1469
+ },
1470
+ "path": [
1471
+ "density",
1472
+ "compact",
1473
+ "controlHeight"
1474
+ ]
1475
+ },
1476
+ "lineHeight": {
1477
+ "$type": "dimension",
1478
+ "$value": "1.25rem",
1479
+ "filePath": "src/tokens.json",
1480
+ "isSource": true,
1481
+ "original": {
1482
+ "$type": "dimension",
1483
+ "$value": "1.25rem"
1484
+ },
1485
+ "name": "DensityCompactLineHeight",
1486
+ "attributes": {
1487
+ "category": "density",
1488
+ "type": "compact",
1489
+ "item": "lineHeight"
1490
+ },
1491
+ "path": [
1492
+ "density",
1493
+ "compact",
1494
+ "lineHeight"
1495
+ ]
1496
+ }
1497
+ },
1498
+ "comfortable": {
1499
+ "fontSize": {
1500
+ "$type": "dimension",
1501
+ "$value": "16px",
1502
+ "filePath": "src/tokens.json",
1503
+ "isSource": true,
1504
+ "original": {
1505
+ "$type": "dimension",
1506
+ "$value": "16px"
1507
+ },
1508
+ "name": "DensityComfortableFontSize",
1509
+ "attributes": {
1510
+ "category": "density",
1511
+ "type": "comfortable",
1512
+ "item": "fontSize"
1513
+ },
1514
+ "path": [
1515
+ "density",
1516
+ "comfortable",
1517
+ "fontSize"
1518
+ ]
1519
+ },
1520
+ "controlHeight": {
1521
+ "$type": "dimension",
1522
+ "$value": "2.5rem",
1523
+ "filePath": "src/tokens.json",
1524
+ "isSource": true,
1525
+ "original": {
1526
+ "$type": "dimension",
1527
+ "$value": "2.5rem"
1528
+ },
1529
+ "name": "DensityComfortableControlHeight",
1530
+ "attributes": {
1531
+ "category": "density",
1532
+ "type": "comfortable",
1533
+ "item": "controlHeight"
1534
+ },
1535
+ "path": [
1536
+ "density",
1537
+ "comfortable",
1538
+ "controlHeight"
1539
+ ]
1540
+ },
1541
+ "lineHeight": {
1542
+ "$type": "dimension",
1543
+ "$value": "1.5rem",
1544
+ "filePath": "src/tokens.json",
1545
+ "isSource": true,
1546
+ "original": {
1547
+ "$type": "dimension",
1548
+ "$value": "1.5rem"
1549
+ },
1550
+ "name": "DensityComfortableLineHeight",
1551
+ "attributes": {
1552
+ "category": "density",
1553
+ "type": "comfortable",
1554
+ "item": "lineHeight"
1555
+ },
1556
+ "path": [
1557
+ "density",
1558
+ "comfortable",
1559
+ "lineHeight"
1560
+ ]
1561
+ }
1562
+ }
1563
+ },
1564
+ "semantic": {
1565
+ "light": {
1566
+ "background": {
1567
+ "$type": "color",
1568
+ "$value": "#f2f5f8",
1569
+ "filePath": "src/tokens.json",
1570
+ "isSource": true,
1571
+ "original": {
1572
+ "$type": "color",
1573
+ "$value": "{primitive.neutral.50}"
1574
+ },
1575
+ "name": "SemanticLightBackground",
1576
+ "attributes": {
1577
+ "category": "semantic",
1578
+ "type": "light",
1579
+ "item": "background"
1580
+ },
1581
+ "path": [
1582
+ "semantic",
1583
+ "light",
1584
+ "background"
1585
+ ]
1586
+ },
1587
+ "foreground": {
1588
+ "$type": "color",
1589
+ "$value": "#0f1624",
1590
+ "filePath": "src/tokens.json",
1591
+ "isSource": true,
1592
+ "original": {
1593
+ "$type": "color",
1594
+ "$value": "{primitive.neutral.950}"
1595
+ },
1596
+ "name": "SemanticLightForeground",
1597
+ "attributes": {
1598
+ "category": "semantic",
1599
+ "type": "light",
1600
+ "item": "foreground"
1601
+ },
1602
+ "path": [
1603
+ "semantic",
1604
+ "light",
1605
+ "foreground"
1606
+ ]
1607
+ },
1608
+ "muted": {
1609
+ "$type": "color",
1610
+ "$value": "#e6edf6",
1611
+ "filePath": "src/tokens.json",
1612
+ "isSource": true,
1613
+ "original": {
1614
+ "$type": "color",
1615
+ "$value": "{primitive.neutral.100}"
1616
+ },
1617
+ "name": "SemanticLightMuted",
1618
+ "attributes": {
1619
+ "category": "semantic",
1620
+ "type": "light",
1621
+ "item": "muted"
1622
+ },
1623
+ "path": [
1624
+ "semantic",
1625
+ "light",
1626
+ "muted"
1627
+ ]
1628
+ },
1629
+ "mutedForeground": {
1630
+ "$type": "color",
1631
+ "$value": "#4c5d76",
1632
+ "filePath": "src/tokens.json",
1633
+ "isSource": true,
1634
+ "original": {
1635
+ "$type": "color",
1636
+ "$value": "{primitive.neutral.600}"
1637
+ },
1638
+ "name": "SemanticLightMutedForeground",
1639
+ "attributes": {
1640
+ "category": "semantic",
1641
+ "type": "light",
1642
+ "item": "mutedForeground"
1643
+ },
1644
+ "path": [
1645
+ "semantic",
1646
+ "light",
1647
+ "mutedForeground"
1648
+ ]
1649
+ },
1650
+ "surface": {
1651
+ "$type": "color",
1652
+ "$value": "#ffffff",
1653
+ "filePath": "src/tokens.json",
1654
+ "isSource": true,
1655
+ "original": {
1656
+ "$type": "color",
1657
+ "$value": "{primitive.neutral.0}"
1658
+ },
1659
+ "name": "SemanticLightSurface",
1660
+ "attributes": {
1661
+ "category": "semantic",
1662
+ "type": "light",
1663
+ "item": "surface"
1664
+ },
1665
+ "path": [
1666
+ "semantic",
1667
+ "light",
1668
+ "surface"
1669
+ ]
1670
+ },
1671
+ "border": {
1672
+ "$type": "color",
1673
+ "$value": "#c8ced8",
1674
+ "filePath": "src/tokens.json",
1675
+ "isSource": true,
1676
+ "original": {
1677
+ "$type": "color",
1678
+ "$value": "{primitive.neutral.200}"
1679
+ },
1680
+ "name": "SemanticLightBorder",
1681
+ "attributes": {
1682
+ "category": "semantic",
1683
+ "type": "light",
1684
+ "item": "border"
1685
+ },
1686
+ "path": [
1687
+ "semantic",
1688
+ "light",
1689
+ "border"
1690
+ ]
1691
+ },
1692
+ "ring": {
1693
+ "$type": "color",
1694
+ "$value": "#0ea5e9",
1695
+ "filePath": "src/tokens.json",
1696
+ "isSource": true,
1697
+ "original": {
1698
+ "$type": "color",
1699
+ "$value": "{primitive.accent.400}"
1700
+ },
1701
+ "name": "SemanticLightRing",
1702
+ "attributes": {
1703
+ "category": "semantic",
1704
+ "type": "light",
1705
+ "item": "ring"
1706
+ },
1707
+ "path": [
1708
+ "semantic",
1709
+ "light",
1710
+ "ring"
1711
+ ]
1712
+ },
1713
+ "primary": {
1714
+ "$type": "color",
1715
+ "$value": "#101f41",
1716
+ "filePath": "src/tokens.json",
1717
+ "isSource": true,
1718
+ "original": {
1719
+ "$type": "color",
1720
+ "$value": "{primitive.neutral.900}"
1721
+ },
1722
+ "name": "SemanticLightPrimary",
1723
+ "attributes": {
1724
+ "category": "semantic",
1725
+ "type": "light",
1726
+ "item": "primary"
1727
+ },
1728
+ "path": [
1729
+ "semantic",
1730
+ "light",
1731
+ "primary"
1732
+ ]
1733
+ },
1734
+ "primaryForeground": {
1735
+ "$type": "color",
1736
+ "$value": "#ffffff",
1737
+ "filePath": "src/tokens.json",
1738
+ "isSource": true,
1739
+ "original": {
1740
+ "$type": "color",
1741
+ "$value": "{primitive.neutral.0}"
1742
+ },
1743
+ "name": "SemanticLightPrimaryForeground",
1744
+ "attributes": {
1745
+ "category": "semantic",
1746
+ "type": "light",
1747
+ "item": "primaryForeground"
1748
+ },
1749
+ "path": [
1750
+ "semantic",
1751
+ "light",
1752
+ "primaryForeground"
1753
+ ]
1754
+ },
1755
+ "secondary": {
1756
+ "$type": "color",
1757
+ "$value": "#f3f5f7",
1758
+ "filePath": "src/tokens.json",
1759
+ "isSource": true,
1760
+ "original": {
1761
+ "$type": "color",
1762
+ "$value": "{primitive.neutral.45}"
1763
+ },
1764
+ "name": "SemanticLightSecondary",
1765
+ "attributes": {
1766
+ "category": "semantic",
1767
+ "type": "light",
1768
+ "item": "secondary"
1769
+ },
1770
+ "path": [
1771
+ "semantic",
1772
+ "light",
1773
+ "secondary"
1774
+ ]
1775
+ },
1776
+ "secondaryForeground": {
1777
+ "$type": "color",
1778
+ "$value": "#0f1624",
1779
+ "filePath": "src/tokens.json",
1780
+ "isSource": true,
1781
+ "original": {
1782
+ "$type": "color",
1783
+ "$value": "{primitive.neutral.950}"
1784
+ },
1785
+ "name": "SemanticLightSecondaryForeground",
1786
+ "attributes": {
1787
+ "category": "semantic",
1788
+ "type": "light",
1789
+ "item": "secondaryForeground"
1790
+ },
1791
+ "path": [
1792
+ "semantic",
1793
+ "light",
1794
+ "secondaryForeground"
1795
+ ]
1796
+ },
1797
+ "card": {
1798
+ "$type": "color",
1799
+ "$value": "#ffffff",
1800
+ "filePath": "src/tokens.json",
1801
+ "isSource": true,
1802
+ "original": {
1803
+ "$type": "color",
1804
+ "$value": "{primitive.neutral.0}"
1805
+ },
1806
+ "name": "SemanticLightCard",
1807
+ "attributes": {
1808
+ "category": "semantic",
1809
+ "type": "light",
1810
+ "item": "card"
1811
+ },
1812
+ "path": [
1813
+ "semantic",
1814
+ "light",
1815
+ "card"
1816
+ ]
1817
+ },
1818
+ "cardForeground": {
1819
+ "$type": "color",
1820
+ "$value": "#0f1624",
1821
+ "filePath": "src/tokens.json",
1822
+ "isSource": true,
1823
+ "original": {
1824
+ "$type": "color",
1825
+ "$value": "{primitive.neutral.950}"
1826
+ },
1827
+ "name": "SemanticLightCardForeground",
1828
+ "attributes": {
1829
+ "category": "semantic",
1830
+ "type": "light",
1831
+ "item": "cardForeground"
1832
+ },
1833
+ "path": [
1834
+ "semantic",
1835
+ "light",
1836
+ "cardForeground"
1837
+ ]
1838
+ },
1839
+ "popover": {
1840
+ "$type": "color",
1841
+ "$value": "#ffffff",
1842
+ "filePath": "src/tokens.json",
1843
+ "isSource": true,
1844
+ "original": {
1845
+ "$type": "color",
1846
+ "$value": "{primitive.neutral.0}"
1847
+ },
1848
+ "name": "SemanticLightPopover",
1849
+ "attributes": {
1850
+ "category": "semantic",
1851
+ "type": "light",
1852
+ "item": "popover"
1853
+ },
1854
+ "path": [
1855
+ "semantic",
1856
+ "light",
1857
+ "popover"
1858
+ ]
1859
+ },
1860
+ "popoverForeground": {
1861
+ "$type": "color",
1862
+ "$value": "#0f1624",
1863
+ "filePath": "src/tokens.json",
1864
+ "isSource": true,
1865
+ "original": {
1866
+ "$type": "color",
1867
+ "$value": "{primitive.neutral.950}"
1868
+ },
1869
+ "name": "SemanticLightPopoverForeground",
1870
+ "attributes": {
1871
+ "category": "semantic",
1872
+ "type": "light",
1873
+ "item": "popoverForeground"
1874
+ },
1875
+ "path": [
1876
+ "semantic",
1877
+ "light",
1878
+ "popoverForeground"
1879
+ ]
1880
+ },
1881
+ "input": {
1882
+ "$type": "color",
1883
+ "$value": "#c8ced8",
1884
+ "filePath": "src/tokens.json",
1885
+ "isSource": true,
1886
+ "original": {
1887
+ "$type": "color",
1888
+ "$value": "{primitive.neutral.200}"
1889
+ },
1890
+ "name": "SemanticLightInput",
1891
+ "attributes": {
1892
+ "category": "semantic",
1893
+ "type": "light",
1894
+ "item": "input"
1895
+ },
1896
+ "path": [
1897
+ "semantic",
1898
+ "light",
1899
+ "input"
1900
+ ]
1901
+ },
1902
+ "destructiveForeground": {
1903
+ "$type": "color",
1904
+ "$value": "#f9fafb",
1905
+ "filePath": "src/tokens.json",
1906
+ "isSource": true,
1907
+ "original": {
1908
+ "$type": "color",
1909
+ "$value": "{primitive.status.dangerForeground}"
1910
+ },
1911
+ "name": "SemanticLightDestructiveForeground",
1912
+ "attributes": {
1913
+ "category": "semantic",
1914
+ "type": "light",
1915
+ "item": "destructiveForeground"
1916
+ },
1917
+ "path": [
1918
+ "semantic",
1919
+ "light",
1920
+ "destructiveForeground"
1921
+ ]
1922
+ },
1923
+ "accent": {
1924
+ "$type": "color",
1925
+ "$value": "#0a7db2",
1926
+ "filePath": "src/tokens.json",
1927
+ "isSource": true,
1928
+ "original": {
1929
+ "$type": "color",
1930
+ "$value": "{primitive.accent.500}"
1931
+ },
1932
+ "name": "SemanticLightAccent",
1933
+ "attributes": {
1934
+ "category": "semantic",
1935
+ "type": "light",
1936
+ "item": "accent"
1937
+ },
1938
+ "path": [
1939
+ "semantic",
1940
+ "light",
1941
+ "accent"
1942
+ ]
1943
+ },
1944
+ "accentForeground": {
1945
+ "$type": "color",
1946
+ "$value": "#ffffff",
1947
+ "filePath": "src/tokens.json",
1948
+ "isSource": true,
1949
+ "original": {
1950
+ "$type": "color",
1951
+ "$value": "{primitive.neutral.0}"
1952
+ },
1953
+ "name": "SemanticLightAccentForeground",
1954
+ "attributes": {
1955
+ "category": "semantic",
1956
+ "type": "light",
1957
+ "item": "accentForeground"
1958
+ },
1959
+ "path": [
1960
+ "semantic",
1961
+ "light",
1962
+ "accentForeground"
1963
+ ]
1964
+ },
1965
+ "destructive": {
1966
+ "$type": "color",
1967
+ "$value": "#d92626",
1968
+ "filePath": "src/tokens.json",
1969
+ "isSource": true,
1970
+ "original": {
1971
+ "$type": "color",
1972
+ "$value": "{primitive.status.danger}"
1973
+ },
1974
+ "name": "SemanticLightDestructive",
1975
+ "attributes": {
1976
+ "category": "semantic",
1977
+ "type": "light",
1978
+ "item": "destructive"
1979
+ },
1980
+ "path": [
1981
+ "semantic",
1982
+ "light",
1983
+ "destructive"
1984
+ ]
1985
+ },
1986
+ "success": {
1987
+ "$type": "color",
1988
+ "$value": "#279b57",
1989
+ "filePath": "src/tokens.json",
1990
+ "isSource": true,
1991
+ "original": {
1992
+ "$type": "color",
1993
+ "$value": "{primitive.status.success}"
1994
+ },
1995
+ "name": "SemanticLightSuccess",
1996
+ "attributes": {
1997
+ "category": "semantic",
1998
+ "type": "light",
1999
+ "item": "success"
2000
+ },
2001
+ "path": [
2002
+ "semantic",
2003
+ "light",
2004
+ "success"
2005
+ ]
2006
+ },
2007
+ "warning": {
2008
+ "$type": "color",
2009
+ "$value": "#e9980c",
2010
+ "filePath": "src/tokens.json",
2011
+ "isSource": true,
2012
+ "original": {
2013
+ "$type": "color",
2014
+ "$value": "{primitive.status.warning}"
2015
+ },
2016
+ "name": "SemanticLightWarning",
2017
+ "attributes": {
2018
+ "category": "semantic",
2019
+ "type": "light",
2020
+ "item": "warning"
2021
+ },
2022
+ "path": [
2023
+ "semantic",
2024
+ "light",
2025
+ "warning"
2026
+ ]
2027
+ },
2028
+ "info": {
2029
+ "$type": "color",
2030
+ "$value": "#0a5adb",
2031
+ "filePath": "src/tokens.json",
2032
+ "isSource": true,
2033
+ "original": {
2034
+ "$type": "color",
2035
+ "$value": "{primitive.status.info}"
2036
+ },
2037
+ "name": "SemanticLightInfo",
2038
+ "attributes": {
2039
+ "category": "semantic",
2040
+ "type": "light",
2041
+ "item": "info"
2042
+ },
2043
+ "path": [
2044
+ "semantic",
2045
+ "light",
2046
+ "info"
2047
+ ]
2048
+ }
2049
+ },
2050
+ "dark": {
2051
+ "background": {
2052
+ "$type": "color",
2053
+ "$value": "#0b1220",
2054
+ "filePath": "src/tokens.json",
2055
+ "isSource": true,
2056
+ "original": {
2057
+ "$type": "color",
2058
+ "$value": "{primitive.neutral.960}"
2059
+ },
2060
+ "name": "SemanticDarkBackground",
2061
+ "attributes": {
2062
+ "category": "semantic",
2063
+ "type": "dark",
2064
+ "item": "background"
2065
+ },
2066
+ "path": [
2067
+ "semantic",
2068
+ "dark",
2069
+ "background"
2070
+ ]
2071
+ },
2072
+ "foreground": {
2073
+ "$type": "color",
2074
+ "$value": "#e6edf6",
2075
+ "filePath": "src/tokens.json",
2076
+ "isSource": true,
2077
+ "original": {
2078
+ "$type": "color",
2079
+ "$value": "{primitive.neutral.100}"
2080
+ },
2081
+ "name": "SemanticDarkForeground",
2082
+ "attributes": {
2083
+ "category": "semantic",
2084
+ "type": "dark",
2085
+ "item": "foreground"
2086
+ },
2087
+ "path": [
2088
+ "semantic",
2089
+ "dark",
2090
+ "foreground"
2091
+ ]
2092
+ },
2093
+ "muted": {
2094
+ "$type": "color",
2095
+ "$value": "#172238",
2096
+ "filePath": "src/tokens.json",
2097
+ "isSource": true,
2098
+ "original": {
2099
+ "$type": "color",
2100
+ "$value": "{primitive.neutral.800}"
2101
+ },
2102
+ "name": "SemanticDarkMuted",
2103
+ "attributes": {
2104
+ "category": "semantic",
2105
+ "type": "dark",
2106
+ "item": "muted"
2107
+ },
2108
+ "path": [
2109
+ "semantic",
2110
+ "dark",
2111
+ "muted"
2112
+ ]
2113
+ },
2114
+ "mutedForeground": {
2115
+ "$type": "color",
2116
+ "$value": "#90a1ba",
2117
+ "filePath": "src/tokens.json",
2118
+ "isSource": true,
2119
+ "original": {
2120
+ "$type": "color",
2121
+ "$value": "{primitive.neutral.400}"
2122
+ },
2123
+ "name": "SemanticDarkMutedForeground",
2124
+ "attributes": {
2125
+ "category": "semantic",
2126
+ "type": "dark",
2127
+ "item": "mutedForeground"
2128
+ },
2129
+ "path": [
2130
+ "semantic",
2131
+ "dark",
2132
+ "mutedForeground"
2133
+ ]
2134
+ },
2135
+ "surface": {
2136
+ "$type": "color",
2137
+ "$value": "#111c30",
2138
+ "filePath": "src/tokens.json",
2139
+ "isSource": true,
2140
+ "original": {
2141
+ "$type": "color",
2142
+ "$value": "{primitive.neutral.815}"
2143
+ },
2144
+ "name": "SemanticDarkSurface",
2145
+ "attributes": {
2146
+ "category": "semantic",
2147
+ "type": "dark",
2148
+ "item": "surface"
2149
+ },
2150
+ "path": [
2151
+ "semantic",
2152
+ "dark",
2153
+ "surface"
2154
+ ]
2155
+ },
2156
+ "border": {
2157
+ "$type": "color",
2158
+ "$value": "#243349",
2159
+ "filePath": "src/tokens.json",
2160
+ "isSource": true,
2161
+ "original": {
2162
+ "$type": "color",
2163
+ "$value": "{primitive.neutral.700}"
2164
+ },
2165
+ "name": "SemanticDarkBorder",
2166
+ "attributes": {
2167
+ "category": "semantic",
2168
+ "type": "dark",
2169
+ "item": "border"
2170
+ },
2171
+ "path": [
2172
+ "semantic",
2173
+ "dark",
2174
+ "border"
2175
+ ]
2176
+ },
2177
+ "ring": {
2178
+ "$type": "color",
2179
+ "$value": "#38bdf8",
2180
+ "filePath": "src/tokens.json",
2181
+ "isSource": true,
2182
+ "original": {
2183
+ "$type": "color",
2184
+ "$value": "{primitive.accent.300}"
2185
+ },
2186
+ "name": "SemanticDarkRing",
2187
+ "attributes": {
2188
+ "category": "semantic",
2189
+ "type": "dark",
2190
+ "item": "ring"
2191
+ },
2192
+ "path": [
2193
+ "semantic",
2194
+ "dark",
2195
+ "ring"
2196
+ ]
2197
+ },
2198
+ "primary": {
2199
+ "$type": "color",
2200
+ "$value": "#0ea5e9",
2201
+ "filePath": "src/tokens.json",
2202
+ "isSource": true,
2203
+ "original": {
2204
+ "$type": "color",
2205
+ "$value": "{primitive.accent.400}"
2206
+ },
2207
+ "name": "SemanticDarkPrimary",
2208
+ "attributes": {
2209
+ "category": "semantic",
2210
+ "type": "dark",
2211
+ "item": "primary"
2212
+ },
2213
+ "path": [
2214
+ "semantic",
2215
+ "dark",
2216
+ "primary"
2217
+ ]
2218
+ },
2219
+ "primaryForeground": {
2220
+ "$type": "color",
2221
+ "$value": "#04141f",
2222
+ "filePath": "src/tokens.json",
2223
+ "isSource": true,
2224
+ "original": {
2225
+ "$type": "color",
2226
+ "$value": "{primitive.neutral.970}"
2227
+ },
2228
+ "name": "SemanticDarkPrimaryForeground",
2229
+ "attributes": {
2230
+ "category": "semantic",
2231
+ "type": "dark",
2232
+ "item": "primaryForeground"
2233
+ },
2234
+ "path": [
2235
+ "semantic",
2236
+ "dark",
2237
+ "primaryForeground"
2238
+ ]
2239
+ },
2240
+ "secondary": {
2241
+ "$type": "color",
2242
+ "$value": "#1b2740",
2243
+ "filePath": "src/tokens.json",
2244
+ "isSource": true,
2245
+ "original": {
2246
+ "$type": "color",
2247
+ "$value": "{primitive.neutral.740}"
2248
+ },
2249
+ "name": "SemanticDarkSecondary",
2250
+ "attributes": {
2251
+ "category": "semantic",
2252
+ "type": "dark",
2253
+ "item": "secondary"
2254
+ },
2255
+ "path": [
2256
+ "semantic",
2257
+ "dark",
2258
+ "secondary"
2259
+ ]
2260
+ },
2261
+ "secondaryForeground": {
2262
+ "$type": "color",
2263
+ "$value": "#c5d2e6",
2264
+ "filePath": "src/tokens.json",
2265
+ "isSource": true,
2266
+ "original": {
2267
+ "$type": "color",
2268
+ "$value": "{primitive.neutral.150}"
2269
+ },
2270
+ "name": "SemanticDarkSecondaryForeground",
2271
+ "attributes": {
2272
+ "category": "semantic",
2273
+ "type": "dark",
2274
+ "item": "secondaryForeground"
2275
+ },
2276
+ "path": [
2277
+ "semantic",
2278
+ "dark",
2279
+ "secondaryForeground"
2280
+ ]
2281
+ },
2282
+ "card": {
2283
+ "$type": "color",
2284
+ "$value": "#111c30",
2285
+ "filePath": "src/tokens.json",
2286
+ "isSource": true,
2287
+ "original": {
2288
+ "$type": "color",
2289
+ "$value": "{primitive.neutral.815}"
2290
+ },
2291
+ "name": "SemanticDarkCard",
2292
+ "attributes": {
2293
+ "category": "semantic",
2294
+ "type": "dark",
2295
+ "item": "card"
2296
+ },
2297
+ "path": [
2298
+ "semantic",
2299
+ "dark",
2300
+ "card"
2301
+ ]
2302
+ },
2303
+ "cardForeground": {
2304
+ "$type": "color",
2305
+ "$value": "#e6edf6",
2306
+ "filePath": "src/tokens.json",
2307
+ "isSource": true,
2308
+ "original": {
2309
+ "$type": "color",
2310
+ "$value": "{primitive.neutral.100}"
2311
+ },
2312
+ "name": "SemanticDarkCardForeground",
2313
+ "attributes": {
2314
+ "category": "semantic",
2315
+ "type": "dark",
2316
+ "item": "cardForeground"
2317
+ },
2318
+ "path": [
2319
+ "semantic",
2320
+ "dark",
2321
+ "cardForeground"
2322
+ ]
2323
+ },
2324
+ "popover": {
2325
+ "$type": "color",
2326
+ "$value": "#0f1a2c",
2327
+ "filePath": "src/tokens.json",
2328
+ "isSource": true,
2329
+ "original": {
2330
+ "$type": "color",
2331
+ "$value": "{primitive.neutral.945}"
2332
+ },
2333
+ "name": "SemanticDarkPopover",
2334
+ "attributes": {
2335
+ "category": "semantic",
2336
+ "type": "dark",
2337
+ "item": "popover"
2338
+ },
2339
+ "path": [
2340
+ "semantic",
2341
+ "dark",
2342
+ "popover"
2343
+ ]
2344
+ },
2345
+ "popoverForeground": {
2346
+ "$type": "color",
2347
+ "$value": "#e6edf6",
2348
+ "filePath": "src/tokens.json",
2349
+ "isSource": true,
2350
+ "original": {
2351
+ "$type": "color",
2352
+ "$value": "{primitive.neutral.100}"
2353
+ },
2354
+ "name": "SemanticDarkPopoverForeground",
2355
+ "attributes": {
2356
+ "category": "semantic",
2357
+ "type": "dark",
2358
+ "item": "popoverForeground"
2359
+ },
2360
+ "path": [
2361
+ "semantic",
2362
+ "dark",
2363
+ "popoverForeground"
2364
+ ]
2365
+ },
2366
+ "input": {
2367
+ "$type": "color",
2368
+ "$value": "#1d2a42",
2369
+ "filePath": "src/tokens.json",
2370
+ "isSource": true,
2371
+ "original": {
2372
+ "$type": "color",
2373
+ "$value": "{primitive.neutral.745}"
2374
+ },
2375
+ "name": "SemanticDarkInput",
2376
+ "attributes": {
2377
+ "category": "semantic",
2378
+ "type": "dark",
2379
+ "item": "input"
2380
+ },
2381
+ "path": [
2382
+ "semantic",
2383
+ "dark",
2384
+ "input"
2385
+ ]
2386
+ },
2387
+ "destructiveForeground": {
2388
+ "$type": "color",
2389
+ "$value": "#1a0606",
2390
+ "filePath": "src/tokens.json",
2391
+ "isSource": true,
2392
+ "original": {
2393
+ "$type": "color",
2394
+ "$value": "{primitive.status.dangerForegroundDark}"
2395
+ },
2396
+ "name": "SemanticDarkDestructiveForeground",
2397
+ "attributes": {
2398
+ "category": "semantic",
2399
+ "type": "dark",
2400
+ "item": "destructiveForeground"
2401
+ },
2402
+ "path": [
2403
+ "semantic",
2404
+ "dark",
2405
+ "destructiveForeground"
2406
+ ]
2407
+ },
2408
+ "accent": {
2409
+ "$type": "color",
2410
+ "$value": "#38bdf8",
2411
+ "filePath": "src/tokens.json",
2412
+ "isSource": true,
2413
+ "original": {
2414
+ "$type": "color",
2415
+ "$value": "{primitive.accent.300}"
2416
+ },
2417
+ "name": "SemanticDarkAccent",
2418
+ "attributes": {
2419
+ "category": "semantic",
2420
+ "type": "dark",
2421
+ "item": "accent"
2422
+ },
2423
+ "path": [
2424
+ "semantic",
2425
+ "dark",
2426
+ "accent"
2427
+ ]
2428
+ },
2429
+ "accentForeground": {
2430
+ "$type": "color",
2431
+ "$value": "#04141f",
2432
+ "filePath": "src/tokens.json",
2433
+ "isSource": true,
2434
+ "original": {
2435
+ "$type": "color",
2436
+ "$value": "{primitive.neutral.970}"
2437
+ },
2438
+ "name": "SemanticDarkAccentForeground",
2439
+ "attributes": {
2440
+ "category": "semantic",
2441
+ "type": "dark",
2442
+ "item": "accentForeground"
2443
+ },
2444
+ "path": [
2445
+ "semantic",
2446
+ "dark",
2447
+ "accentForeground"
2448
+ ]
2449
+ },
2450
+ "destructive": {
2451
+ "$type": "color",
2452
+ "$value": "#f04848",
2453
+ "filePath": "src/tokens.json",
2454
+ "isSource": true,
2455
+ "original": {
2456
+ "$type": "color",
2457
+ "$value": "{primitive.status.dangerDark}"
2458
+ },
2459
+ "name": "SemanticDarkDestructive",
2460
+ "attributes": {
2461
+ "category": "semantic",
2462
+ "type": "dark",
2463
+ "item": "destructive"
2464
+ },
2465
+ "path": [
2466
+ "semantic",
2467
+ "dark",
2468
+ "destructive"
2469
+ ]
2470
+ },
2471
+ "success": {
2472
+ "$type": "color",
2473
+ "$value": "#3ddc84",
2474
+ "filePath": "src/tokens.json",
2475
+ "isSource": true,
2476
+ "original": {
2477
+ "$type": "color",
2478
+ "$value": "{primitive.status.successDark}"
2479
+ },
2480
+ "name": "SemanticDarkSuccess",
2481
+ "attributes": {
2482
+ "category": "semantic",
2483
+ "type": "dark",
2484
+ "item": "success"
2485
+ },
2486
+ "path": [
2487
+ "semantic",
2488
+ "dark",
2489
+ "success"
2490
+ ]
2491
+ },
2492
+ "warning": {
2493
+ "$type": "color",
2494
+ "$value": "#f5b133",
2495
+ "filePath": "src/tokens.json",
2496
+ "isSource": true,
2497
+ "original": {
2498
+ "$type": "color",
2499
+ "$value": "{primitive.status.warningDark}"
2500
+ },
2501
+ "name": "SemanticDarkWarning",
2502
+ "attributes": {
2503
+ "category": "semantic",
2504
+ "type": "dark",
2505
+ "item": "warning"
2506
+ },
2507
+ "path": [
2508
+ "semantic",
2509
+ "dark",
2510
+ "warning"
2511
+ ]
2512
+ },
2513
+ "info": {
2514
+ "$type": "color",
2515
+ "$value": "#4f8ff5",
2516
+ "filePath": "src/tokens.json",
2517
+ "isSource": true,
2518
+ "original": {
2519
+ "$type": "color",
2520
+ "$value": "{primitive.status.infoDark}"
2521
+ },
2522
+ "name": "SemanticDarkInfo",
2523
+ "attributes": {
2524
+ "category": "semantic",
2525
+ "type": "dark",
2526
+ "item": "info"
2527
+ },
2528
+ "path": [
2529
+ "semantic",
2530
+ "dark",
2531
+ "info"
2532
+ ]
2533
+ }
2534
+ }
2535
+ }
2536
+ }