@pantheon-systems/pds-design-tokens 0.1.0-dev.1 → 0.2.0-dev.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,4213 @@
1
+ {
2
+ "pds-design-tokens": {
3
+ "border": {
4
+ "radius": {
5
+ "default": {
6
+ "value": 0.25,
7
+ "filePath": "tokens/border/base.json",
8
+ "isSource": true,
9
+ "original": {
10
+ "value": 0.25,
11
+ "filePath": "build/json/pds-design-tokens.json",
12
+ "isSource": false
13
+ },
14
+ "name": "border-radius-default",
15
+ "attributes": {
16
+ "category": "border",
17
+ "type": "radius",
18
+ "item": "default"
19
+ },
20
+ "path": [
21
+ "border",
22
+ "radius",
23
+ "default"
24
+ ]
25
+ }
26
+ },
27
+ "width": {
28
+ "default": {
29
+ "value": 1,
30
+ "filePath": "tokens/border/base.json",
31
+ "isSource": true,
32
+ "original": {
33
+ "value": 1,
34
+ "filePath": "build/json/pds-design-tokens.json",
35
+ "isSource": false
36
+ },
37
+ "name": "border-width-default",
38
+ "attributes": {
39
+ "category": "border",
40
+ "type": "width",
41
+ "item": "default"
42
+ },
43
+ "path": [
44
+ "border",
45
+ "width",
46
+ "default"
47
+ ]
48
+ }
49
+ }
50
+ },
51
+ "color": {
52
+ "global": {
53
+ "brand": {
54
+ "primary": {
55
+ "100": {
56
+ "value": "#fffbe9",
57
+ "filePath": "tokens/color/global.json",
58
+ "isSource": true,
59
+ "original": {
60
+ "value": "#FFFBE9",
61
+ "filePath": "build/json/pds-design-tokens.json",
62
+ "isSource": false
63
+ },
64
+ "name": "color-global-brand-primary-100",
65
+ "attributes": {
66
+ "category": "color",
67
+ "type": "global",
68
+ "item": "brand",
69
+ "subitem": "primary",
70
+ "state": "100"
71
+ },
72
+ "path": [
73
+ "color",
74
+ "global",
75
+ "brand",
76
+ "primary",
77
+ "100"
78
+ ]
79
+ },
80
+ "200": {
81
+ "value": "#fff1a9",
82
+ "filePath": "tokens/color/global.json",
83
+ "isSource": true,
84
+ "original": {
85
+ "value": "#FFF1A9",
86
+ "filePath": "build/json/pds-design-tokens.json",
87
+ "isSource": false
88
+ },
89
+ "name": "color-global-brand-primary-200",
90
+ "attributes": {
91
+ "category": "color",
92
+ "type": "global",
93
+ "item": "brand",
94
+ "subitem": "primary",
95
+ "state": "200"
96
+ },
97
+ "path": [
98
+ "color",
99
+ "global",
100
+ "brand",
101
+ "primary",
102
+ "200"
103
+ ]
104
+ },
105
+ "300": {
106
+ "value": "#ffe668",
107
+ "filePath": "tokens/color/global.json",
108
+ "isSource": true,
109
+ "original": {
110
+ "value": "#FFE668",
111
+ "filePath": "build/json/pds-design-tokens.json",
112
+ "isSource": false
113
+ },
114
+ "name": "color-global-brand-primary-300",
115
+ "attributes": {
116
+ "category": "color",
117
+ "type": "global",
118
+ "item": "brand",
119
+ "subitem": "primary",
120
+ "state": "300"
121
+ },
122
+ "path": [
123
+ "color",
124
+ "global",
125
+ "brand",
126
+ "primary",
127
+ "300"
128
+ ]
129
+ },
130
+ "400": {
131
+ "value": "#ffdc28",
132
+ "filePath": "tokens/color/global.json",
133
+ "isSource": true,
134
+ "original": {
135
+ "value": "#FFDC28",
136
+ "filePath": "build/json/pds-design-tokens.json",
137
+ "isSource": false
138
+ },
139
+ "name": "color-global-brand-primary-400",
140
+ "attributes": {
141
+ "category": "color",
142
+ "type": "global",
143
+ "item": "brand",
144
+ "subitem": "primary",
145
+ "state": "400"
146
+ },
147
+ "path": [
148
+ "color",
149
+ "global",
150
+ "brand",
151
+ "primary",
152
+ "400"
153
+ ]
154
+ },
155
+ "500": {
156
+ "value": "#bb9e08",
157
+ "filePath": "tokens/color/global.json",
158
+ "isSource": true,
159
+ "original": {
160
+ "value": "#BB9E08",
161
+ "filePath": "build/json/pds-design-tokens.json",
162
+ "isSource": false
163
+ },
164
+ "name": "color-global-brand-primary-500",
165
+ "attributes": {
166
+ "category": "color",
167
+ "type": "global",
168
+ "item": "brand",
169
+ "subitem": "primary",
170
+ "state": "500"
171
+ },
172
+ "path": [
173
+ "color",
174
+ "global",
175
+ "brand",
176
+ "primary",
177
+ "500"
178
+ ]
179
+ },
180
+ "600": {
181
+ "value": "#776400",
182
+ "filePath": "tokens/color/global.json",
183
+ "isSource": true,
184
+ "original": {
185
+ "value": "#776400",
186
+ "filePath": "build/json/pds-design-tokens.json",
187
+ "isSource": false
188
+ },
189
+ "name": "color-global-brand-primary-600",
190
+ "attributes": {
191
+ "category": "color",
192
+ "type": "global",
193
+ "item": "brand",
194
+ "subitem": "primary",
195
+ "state": "600"
196
+ },
197
+ "path": [
198
+ "color",
199
+ "global",
200
+ "brand",
201
+ "primary",
202
+ "600"
203
+ ]
204
+ },
205
+ "default": {
206
+ "value": "#ffdc28",
207
+ "public": true,
208
+ "isReferenceToInternal": true,
209
+ "filePath": "tokens/color/global.json",
210
+ "isSource": true,
211
+ "original": {
212
+ "value": "{color.global.brand.primary.400.value}",
213
+ "public": true,
214
+ "isReferenceToInternal": true,
215
+ "filePath": "build/json/pds-design-tokens.json",
216
+ "isSource": false
217
+ },
218
+ "name": "color-global-brand-primary-default",
219
+ "attributes": {
220
+ "category": "color",
221
+ "type": "global",
222
+ "item": "brand",
223
+ "subitem": "primary",
224
+ "state": "default"
225
+ },
226
+ "path": [
227
+ "color",
228
+ "global",
229
+ "brand",
230
+ "primary",
231
+ "default"
232
+ ]
233
+ }
234
+ },
235
+ "secondary": {
236
+ "100": {
237
+ "value": "#f0ecff",
238
+ "filePath": "tokens/color/global.json",
239
+ "isSource": true,
240
+ "original": {
241
+ "value": "#F0ECFF",
242
+ "filePath": "build/json/pds-design-tokens.json",
243
+ "isSource": false
244
+ },
245
+ "name": "color-global-brand-secondary-100",
246
+ "attributes": {
247
+ "category": "color",
248
+ "type": "global",
249
+ "item": "brand",
250
+ "subitem": "secondary",
251
+ "state": "100"
252
+ },
253
+ "path": [
254
+ "color",
255
+ "global",
256
+ "brand",
257
+ "secondary",
258
+ "100"
259
+ ]
260
+ },
261
+ "200": {
262
+ "value": "#c3b6ff",
263
+ "filePath": "tokens/color/global.json",
264
+ "isSource": true,
265
+ "original": {
266
+ "value": "#C3B6FF",
267
+ "filePath": "build/json/pds-design-tokens.json",
268
+ "isSource": false
269
+ },
270
+ "name": "color-global-brand-secondary-200",
271
+ "attributes": {
272
+ "category": "color",
273
+ "type": "global",
274
+ "item": "brand",
275
+ "subitem": "secondary",
276
+ "state": "200"
277
+ },
278
+ "path": [
279
+ "color",
280
+ "global",
281
+ "brand",
282
+ "secondary",
283
+ "200"
284
+ ]
285
+ },
286
+ "300": {
287
+ "value": "#967fff",
288
+ "filePath": "tokens/color/global.json",
289
+ "isSource": true,
290
+ "original": {
291
+ "value": "#967FFF",
292
+ "filePath": "build/json/pds-design-tokens.json",
293
+ "isSource": false
294
+ },
295
+ "name": "color-global-brand-secondary-300",
296
+ "attributes": {
297
+ "category": "color",
298
+ "type": "global",
299
+ "item": "brand",
300
+ "subitem": "secondary",
301
+ "state": "300"
302
+ },
303
+ "path": [
304
+ "color",
305
+ "global",
306
+ "brand",
307
+ "secondary",
308
+ "300"
309
+ ]
310
+ },
311
+ "400": {
312
+ "value": "#5f41e5",
313
+ "filePath": "tokens/color/global.json",
314
+ "isSource": true,
315
+ "original": {
316
+ "value": "#5F41E5",
317
+ "filePath": "build/json/pds-design-tokens.json",
318
+ "isSource": false
319
+ },
320
+ "name": "color-global-brand-secondary-400",
321
+ "attributes": {
322
+ "category": "color",
323
+ "type": "global",
324
+ "item": "brand",
325
+ "subitem": "secondary",
326
+ "state": "400"
327
+ },
328
+ "path": [
329
+ "color",
330
+ "global",
331
+ "brand",
332
+ "secondary",
333
+ "400"
334
+ ]
335
+ },
336
+ "500": {
337
+ "value": "#3017a1",
338
+ "filePath": "tokens/color/global.json",
339
+ "isSource": true,
340
+ "original": {
341
+ "value": "#3017A1",
342
+ "filePath": "build/json/pds-design-tokens.json",
343
+ "isSource": false
344
+ },
345
+ "name": "color-global-brand-secondary-500",
346
+ "attributes": {
347
+ "category": "color",
348
+ "type": "global",
349
+ "item": "brand",
350
+ "subitem": "secondary",
351
+ "state": "500"
352
+ },
353
+ "path": [
354
+ "color",
355
+ "global",
356
+ "brand",
357
+ "secondary",
358
+ "500"
359
+ ]
360
+ },
361
+ "600": {
362
+ "value": "#11005d",
363
+ "filePath": "tokens/color/global.json",
364
+ "isSource": true,
365
+ "original": {
366
+ "value": "#11005D",
367
+ "filePath": "build/json/pds-design-tokens.json",
368
+ "isSource": false
369
+ },
370
+ "name": "color-global-brand-secondary-600",
371
+ "attributes": {
372
+ "category": "color",
373
+ "type": "global",
374
+ "item": "brand",
375
+ "subitem": "secondary",
376
+ "state": "600"
377
+ },
378
+ "path": [
379
+ "color",
380
+ "global",
381
+ "brand",
382
+ "secondary",
383
+ "600"
384
+ ]
385
+ },
386
+ "default": {
387
+ "value": "#3017a1",
388
+ "public": true,
389
+ "isReferenceToInternal": true,
390
+ "filePath": "tokens/color/global.json",
391
+ "isSource": true,
392
+ "original": {
393
+ "value": "{color.global.brand.secondary.500.value}",
394
+ "public": true,
395
+ "isReferenceToInternal": true,
396
+ "filePath": "build/json/pds-design-tokens.json",
397
+ "isSource": false
398
+ },
399
+ "name": "color-global-brand-secondary-default",
400
+ "attributes": {
401
+ "category": "color",
402
+ "type": "global",
403
+ "item": "brand",
404
+ "subitem": "secondary",
405
+ "state": "default"
406
+ },
407
+ "path": [
408
+ "color",
409
+ "global",
410
+ "brand",
411
+ "secondary",
412
+ "default"
413
+ ]
414
+ }
415
+ },
416
+ "accent": {
417
+ "100": {
418
+ "value": "#ffe5f6",
419
+ "filePath": "tokens/color/global.json",
420
+ "isSource": true,
421
+ "original": {
422
+ "value": "#FFE5F6",
423
+ "filePath": "build/json/pds-design-tokens.json",
424
+ "isSource": false
425
+ },
426
+ "name": "color-global-brand-accent-100",
427
+ "attributes": {
428
+ "category": "color",
429
+ "type": "global",
430
+ "item": "brand",
431
+ "subitem": "accent",
432
+ "state": "100"
433
+ },
434
+ "path": [
435
+ "color",
436
+ "global",
437
+ "brand",
438
+ "accent",
439
+ "100"
440
+ ]
441
+ },
442
+ "200": {
443
+ "value": "#ff99dc",
444
+ "filePath": "tokens/color/global.json",
445
+ "isSource": true,
446
+ "original": {
447
+ "value": "#FF99DC",
448
+ "filePath": "build/json/pds-design-tokens.json",
449
+ "isSource": false
450
+ },
451
+ "name": "color-global-brand-accent-200",
452
+ "attributes": {
453
+ "category": "color",
454
+ "type": "global",
455
+ "item": "brand",
456
+ "subitem": "accent",
457
+ "state": "200"
458
+ },
459
+ "path": [
460
+ "color",
461
+ "global",
462
+ "brand",
463
+ "accent",
464
+ "200"
465
+ ]
466
+ },
467
+ "300": {
468
+ "value": "#ff4cc3",
469
+ "filePath": "tokens/color/global.json",
470
+ "isSource": true,
471
+ "original": {
472
+ "value": "#FF4CC3",
473
+ "filePath": "build/json/pds-design-tokens.json",
474
+ "isSource": false
475
+ },
476
+ "name": "color-global-brand-accent-300",
477
+ "attributes": {
478
+ "category": "color",
479
+ "type": "global",
480
+ "item": "brand",
481
+ "subitem": "accent",
482
+ "state": "300"
483
+ },
484
+ "path": [
485
+ "color",
486
+ "global",
487
+ "brand",
488
+ "accent",
489
+ "300"
490
+ ]
491
+ },
492
+ "400": {
493
+ "value": "#de0093",
494
+ "filePath": "tokens/color/global.json",
495
+ "isSource": true,
496
+ "original": {
497
+ "value": "#DE0093",
498
+ "filePath": "build/json/pds-design-tokens.json",
499
+ "isSource": false
500
+ },
501
+ "name": "color-global-brand-accent-400",
502
+ "attributes": {
503
+ "category": "color",
504
+ "type": "global",
505
+ "item": "brand",
506
+ "subitem": "accent",
507
+ "state": "400"
508
+ },
509
+ "path": [
510
+ "color",
511
+ "global",
512
+ "brand",
513
+ "accent",
514
+ "400"
515
+ ]
516
+ },
517
+ "500": {
518
+ "value": "#9a0066",
519
+ "filePath": "tokens/color/global.json",
520
+ "isSource": true,
521
+ "original": {
522
+ "value": "#9A0066",
523
+ "filePath": "build/json/pds-design-tokens.json",
524
+ "isSource": false
525
+ },
526
+ "name": "color-global-brand-accent-500",
527
+ "attributes": {
528
+ "category": "color",
529
+ "type": "global",
530
+ "item": "brand",
531
+ "subitem": "accent",
532
+ "state": "500"
533
+ },
534
+ "path": [
535
+ "color",
536
+ "global",
537
+ "brand",
538
+ "accent",
539
+ "500"
540
+ ]
541
+ },
542
+ "600": {
543
+ "value": "#560039",
544
+ "filePath": "tokens/color/global.json",
545
+ "isSource": true,
546
+ "original": {
547
+ "value": "#560039",
548
+ "filePath": "build/json/pds-design-tokens.json",
549
+ "isSource": false
550
+ },
551
+ "name": "color-global-brand-accent-600",
552
+ "attributes": {
553
+ "category": "color",
554
+ "type": "global",
555
+ "item": "brand",
556
+ "subitem": "accent",
557
+ "state": "600"
558
+ },
559
+ "path": [
560
+ "color",
561
+ "global",
562
+ "brand",
563
+ "accent",
564
+ "600"
565
+ ]
566
+ },
567
+ "default": {
568
+ "value": "#de0093",
569
+ "public": true,
570
+ "isReferenceToInternal": true,
571
+ "filePath": "tokens/color/global.json",
572
+ "isSource": true,
573
+ "original": {
574
+ "value": "{color.global.brand.accent.400.value}",
575
+ "public": true,
576
+ "isReferenceToInternal": true,
577
+ "filePath": "build/json/pds-design-tokens.json",
578
+ "isSource": false
579
+ },
580
+ "name": "color-global-brand-accent-default",
581
+ "attributes": {
582
+ "category": "color",
583
+ "type": "global",
584
+ "item": "brand",
585
+ "subitem": "accent",
586
+ "state": "default"
587
+ },
588
+ "path": [
589
+ "color",
590
+ "global",
591
+ "brand",
592
+ "accent",
593
+ "default"
594
+ ]
595
+ }
596
+ }
597
+ },
598
+ "admin": {
599
+ "100": {
600
+ "value": "#f7f1ff",
601
+ "filePath": "tokens/color/global.json",
602
+ "isSource": true,
603
+ "original": {
604
+ "value": "#F7F1FF",
605
+ "filePath": "build/json/pds-design-tokens.json",
606
+ "isSource": false
607
+ },
608
+ "name": "color-global-admin-100",
609
+ "attributes": {
610
+ "category": "color",
611
+ "type": "global",
612
+ "item": "admin",
613
+ "subitem": "100"
614
+ },
615
+ "path": [
616
+ "color",
617
+ "global",
618
+ "admin",
619
+ "100"
620
+ ]
621
+ },
622
+ "200": {
623
+ "value": "#6a1d85",
624
+ "filePath": "tokens/color/global.json",
625
+ "isSource": true,
626
+ "original": {
627
+ "value": "#6A1D85",
628
+ "filePath": "build/json/pds-design-tokens.json",
629
+ "isSource": false
630
+ },
631
+ "name": "color-global-admin-200",
632
+ "attributes": {
633
+ "category": "color",
634
+ "type": "global",
635
+ "item": "admin",
636
+ "subitem": "200"
637
+ },
638
+ "path": [
639
+ "color",
640
+ "global",
641
+ "admin",
642
+ "200"
643
+ ]
644
+ },
645
+ "300": {
646
+ "value": "#451157",
647
+ "filePath": "tokens/color/global.json",
648
+ "isSource": true,
649
+ "original": {
650
+ "value": "#451157",
651
+ "filePath": "build/json/pds-design-tokens.json",
652
+ "isSource": false
653
+ },
654
+ "name": "color-global-admin-300",
655
+ "attributes": {
656
+ "category": "color",
657
+ "type": "global",
658
+ "item": "admin",
659
+ "subitem": "300"
660
+ },
661
+ "path": [
662
+ "color",
663
+ "global",
664
+ "admin",
665
+ "300"
666
+ ]
667
+ }
668
+ },
669
+ "partner": {
670
+ "gitlab": {
671
+ "value": "#ffedfb",
672
+ "filePath": "tokens/color/global.json",
673
+ "isSource": true,
674
+ "original": {
675
+ "value": "#FFEDFB",
676
+ "filePath": "build/json/pds-design-tokens.json",
677
+ "isSource": false
678
+ },
679
+ "name": "color-global-partner-gitlab",
680
+ "attributes": {
681
+ "category": "color",
682
+ "type": "global",
683
+ "item": "partner",
684
+ "subitem": "gitlab"
685
+ },
686
+ "path": [
687
+ "color",
688
+ "global",
689
+ "partner",
690
+ "gitlab"
691
+ ]
692
+ },
693
+ "bitbucket": {
694
+ "value": "#004dc0",
695
+ "filePath": "tokens/color/global.json",
696
+ "isSource": true,
697
+ "original": {
698
+ "value": "#004DC0",
699
+ "filePath": "build/json/pds-design-tokens.json",
700
+ "isSource": false
701
+ },
702
+ "name": "color-global-partner-bitbucket",
703
+ "attributes": {
704
+ "category": "color",
705
+ "type": "global",
706
+ "item": "partner",
707
+ "subitem": "bitbucket"
708
+ },
709
+ "path": [
710
+ "color",
711
+ "global",
712
+ "partner",
713
+ "bitbucket"
714
+ ]
715
+ },
716
+ "gatsby": {
717
+ "value": "#663399",
718
+ "filePath": "tokens/color/global.json",
719
+ "isSource": true,
720
+ "original": {
721
+ "value": "#663399",
722
+ "filePath": "build/json/pds-design-tokens.json",
723
+ "isSource": false
724
+ },
725
+ "name": "color-global-partner-gatsby",
726
+ "attributes": {
727
+ "category": "color",
728
+ "type": "global",
729
+ "item": "partner",
730
+ "subitem": "gatsby"
731
+ },
732
+ "path": [
733
+ "color",
734
+ "global",
735
+ "partner",
736
+ "gatsby"
737
+ ]
738
+ }
739
+ },
740
+ "gradient": {
741
+ "sunrise": {
742
+ "value": "linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%)",
743
+ "type": "color",
744
+ "public": true,
745
+ "filePath": "tokens/color/gradients.json",
746
+ "isSource": true,
747
+ "original": {
748
+ "value": {
749
+ "type": "linear-gradient",
750
+ "angle": "227.79deg",
751
+ "colors": {
752
+ "1": "#300068 38.28%",
753
+ "2": "#E65F35 100%"
754
+ }
755
+ },
756
+ "type": "color",
757
+ "public": true,
758
+ "filePath": "build/json/pds-design-tokens.json",
759
+ "isSource": false
760
+ },
761
+ "name": "color-global-gradient-sunrise",
762
+ "attributes": {
763
+ "category": "color",
764
+ "type": "global",
765
+ "item": "gradient",
766
+ "subitem": "sunrise"
767
+ },
768
+ "path": [
769
+ "color",
770
+ "global",
771
+ "gradient",
772
+ "sunrise"
773
+ ]
774
+ },
775
+ "sunset": {
776
+ "value": "linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%)",
777
+ "type": "color",
778
+ "public": true,
779
+ "filePath": "tokens/color/gradients.json",
780
+ "isSource": true,
781
+ "original": {
782
+ "value": {
783
+ "type": "linear-gradient",
784
+ "angle": "48.24deg",
785
+ "colors": {
786
+ "1": "#EF13AD 0%",
787
+ "2": "#300068 66.25%"
788
+ }
789
+ },
790
+ "type": "color",
791
+ "public": true,
792
+ "filePath": "build/json/pds-design-tokens.json",
793
+ "isSource": false
794
+ },
795
+ "name": "color-global-gradient-sunset",
796
+ "attributes": {
797
+ "category": "color",
798
+ "type": "global",
799
+ "item": "gradient",
800
+ "subitem": "sunset"
801
+ },
802
+ "path": [
803
+ "color",
804
+ "global",
805
+ "gradient",
806
+ "sunset"
807
+ ]
808
+ },
809
+ "after-hours": {
810
+ "value": "linear-gradient(228.64deg, #2B017B 41.87%, #29B2FF 100%)",
811
+ "type": "color",
812
+ "public": true,
813
+ "filePath": "tokens/color/gradients.json",
814
+ "isSource": true,
815
+ "original": {
816
+ "value": {
817
+ "type": "linear-gradient",
818
+ "angle": "228.64deg",
819
+ "colors": {
820
+ "1": "#2B017B 41.87%",
821
+ "2": "#29B2FF 100%"
822
+ }
823
+ },
824
+ "type": "color",
825
+ "public": true,
826
+ "filePath": "build/json/pds-design-tokens.json",
827
+ "isSource": false
828
+ },
829
+ "name": "color-global-gradient-after-hours",
830
+ "attributes": {
831
+ "category": "color",
832
+ "type": "global",
833
+ "item": "gradient",
834
+ "subitem": "after-hours"
835
+ },
836
+ "path": [
837
+ "color",
838
+ "global",
839
+ "gradient",
840
+ "after-hours"
841
+ ]
842
+ },
843
+ "midnight": {
844
+ "value": "linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%)",
845
+ "type": "color",
846
+ "public": true,
847
+ "filePath": "tokens/color/gradients.json",
848
+ "isSource": true,
849
+ "original": {
850
+ "value": {
851
+ "type": "linear-gradient",
852
+ "angle": "228.64deg",
853
+ "colors": {
854
+ "1": "#3017A1 46.34%",
855
+ "2": "#00E0C3 100%"
856
+ }
857
+ },
858
+ "type": "color",
859
+ "public": true,
860
+ "filePath": "build/json/pds-design-tokens.json",
861
+ "isSource": false
862
+ },
863
+ "name": "color-global-gradient-midnight",
864
+ "attributes": {
865
+ "category": "color",
866
+ "type": "global",
867
+ "item": "gradient",
868
+ "subitem": "midnight"
869
+ },
870
+ "path": [
871
+ "color",
872
+ "global",
873
+ "gradient",
874
+ "midnight"
875
+ ]
876
+ }
877
+ }
878
+ },
879
+ "dark-mode": {
880
+ "background": {
881
+ "default": {
882
+ "value": "#1d1d29",
883
+ "public": true,
884
+ "isReferenceToInternal": true,
885
+ "filePath": "tokens/color/context.dark.json",
886
+ "isSource": true,
887
+ "original": {
888
+ "value": "{color.dark-mode.neutral.600.value}",
889
+ "public": true,
890
+ "isReferenceToInternal": true
891
+ },
892
+ "name": "color-dark-mode-background-default",
893
+ "attributes": {
894
+ "category": "color",
895
+ "type": "dark-mode",
896
+ "item": "background",
897
+ "subitem": "default"
898
+ },
899
+ "path": [
900
+ "color",
901
+ "dark-mode",
902
+ "background",
903
+ "default"
904
+ ]
905
+ }
906
+ },
907
+ "border": {
908
+ "default": {
909
+ "value": "#504e62",
910
+ "public": true,
911
+ "isReferenceToInternal": true,
912
+ "filePath": "tokens/color/context.dark.json",
913
+ "isSource": true,
914
+ "original": {
915
+ "value": "{color.dark-mode.neutral.400.value}",
916
+ "public": true,
917
+ "isReferenceToInternal": true
918
+ },
919
+ "name": "color-dark-mode-border-default",
920
+ "attributes": {
921
+ "category": "color",
922
+ "type": "dark-mode",
923
+ "item": "border",
924
+ "subitem": "default"
925
+ },
926
+ "path": [
927
+ "color",
928
+ "dark-mode",
929
+ "border",
930
+ "default"
931
+ ]
932
+ }
933
+ },
934
+ "input": {
935
+ "background": {
936
+ "default": {
937
+ "value": "#1d1d29",
938
+ "public": true,
939
+ "isReferenceToInternal": true,
940
+ "filePath": "tokens/color/context.dark.json",
941
+ "isSource": true,
942
+ "original": {
943
+ "value": "{color.dark-mode.neutral.600.value}",
944
+ "public": true,
945
+ "isReferenceToInternal": true
946
+ },
947
+ "name": "color-dark-mode-input-background-default",
948
+ "attributes": {
949
+ "category": "color",
950
+ "type": "dark-mode",
951
+ "item": "input",
952
+ "subitem": "background",
953
+ "state": "default"
954
+ },
955
+ "path": [
956
+ "color",
957
+ "dark-mode",
958
+ "input",
959
+ "background",
960
+ "default"
961
+ ]
962
+ },
963
+ "disabled": {
964
+ "value": "#504e62",
965
+ "public": true,
966
+ "isReferenceToInternal": true,
967
+ "filePath": "tokens/color/context.dark.json",
968
+ "isSource": true,
969
+ "original": {
970
+ "value": "{color.dark-mode.neutral.400.value}",
971
+ "public": true,
972
+ "isReferenceToInternal": true
973
+ },
974
+ "name": "color-dark-mode-input-background-disabled",
975
+ "attributes": {
976
+ "category": "color",
977
+ "type": "dark-mode",
978
+ "item": "input",
979
+ "subitem": "background",
980
+ "state": "disabled"
981
+ },
982
+ "path": [
983
+ "color",
984
+ "dark-mode",
985
+ "input",
986
+ "background",
987
+ "disabled"
988
+ ]
989
+ }
990
+ },
991
+ "border": {
992
+ "default": {
993
+ "value": "#504e62",
994
+ "public": true,
995
+ "filePath": "tokens/color/context.dark.json",
996
+ "isSource": true,
997
+ "original": {
998
+ "value": "{color.dark-mode.border.default}",
999
+ "public": true
1000
+ },
1001
+ "name": "color-dark-mode-input-border-default",
1002
+ "attributes": {
1003
+ "category": "color",
1004
+ "type": "dark-mode",
1005
+ "item": "input",
1006
+ "subitem": "border",
1007
+ "state": "default"
1008
+ },
1009
+ "path": [
1010
+ "color",
1011
+ "dark-mode",
1012
+ "input",
1013
+ "border",
1014
+ "default"
1015
+ ]
1016
+ },
1017
+ "disabled": {
1018
+ "value": "#858299",
1019
+ "public": true,
1020
+ "isReferenceToInternal": true,
1021
+ "filePath": "tokens/color/context.dark.json",
1022
+ "isSource": true,
1023
+ "original": {
1024
+ "value": "{color.dark-mode.neutral.300.value}",
1025
+ "public": true,
1026
+ "isReferenceToInternal": true
1027
+ },
1028
+ "name": "color-dark-mode-input-border-disabled",
1029
+ "attributes": {
1030
+ "category": "color",
1031
+ "type": "dark-mode",
1032
+ "item": "input",
1033
+ "subitem": "border",
1034
+ "state": "disabled"
1035
+ },
1036
+ "path": [
1037
+ "color",
1038
+ "dark-mode",
1039
+ "input",
1040
+ "border",
1041
+ "disabled"
1042
+ ]
1043
+ }
1044
+ }
1045
+ },
1046
+ "link": {
1047
+ "default": {
1048
+ "value": "#36a3ff",
1049
+ "public": true,
1050
+ "isReferenceToInternal": true,
1051
+ "filePath": "tokens/color/context.dark.json",
1052
+ "isSource": true,
1053
+ "original": {
1054
+ "value": "{color.dark-mode.interactive.link.400.value}",
1055
+ "public": true,
1056
+ "isReferenceToInternal": true
1057
+ },
1058
+ "name": "color-dark-mode-link-default",
1059
+ "attributes": {
1060
+ "category": "color",
1061
+ "type": "dark-mode",
1062
+ "item": "link",
1063
+ "subitem": "default"
1064
+ },
1065
+ "path": [
1066
+ "color",
1067
+ "dark-mode",
1068
+ "link",
1069
+ "default"
1070
+ ]
1071
+ },
1072
+ "hover": {
1073
+ "value": "#2776b9",
1074
+ "public": true,
1075
+ "isReferenceToInternal": true,
1076
+ "filePath": "tokens/color/context.dark.json",
1077
+ "isSource": true,
1078
+ "original": {
1079
+ "value": "{color.dark-mode.interactive.link.500.value}",
1080
+ "public": true,
1081
+ "isReferenceToInternal": true
1082
+ },
1083
+ "name": "color-dark-mode-link-hover",
1084
+ "attributes": {
1085
+ "category": "color",
1086
+ "type": "dark-mode",
1087
+ "item": "link",
1088
+ "subitem": "hover"
1089
+ },
1090
+ "path": [
1091
+ "color",
1092
+ "dark-mode",
1093
+ "link",
1094
+ "hover"
1095
+ ]
1096
+ },
1097
+ "active": {
1098
+ "value": "#2776b9",
1099
+ "public": true,
1100
+ "isReferenceToInternal": true,
1101
+ "filePath": "tokens/color/context.dark.json",
1102
+ "isSource": true,
1103
+ "original": {
1104
+ "value": "{color.dark-mode.interactive.link.500.value}",
1105
+ "public": true,
1106
+ "isReferenceToInternal": true
1107
+ },
1108
+ "name": "color-dark-mode-link-active",
1109
+ "attributes": {
1110
+ "category": "color",
1111
+ "type": "dark-mode",
1112
+ "item": "link",
1113
+ "subitem": "active"
1114
+ },
1115
+ "path": [
1116
+ "color",
1117
+ "dark-mode",
1118
+ "link",
1119
+ "active"
1120
+ ]
1121
+ },
1122
+ "visited": {
1123
+ "value": "#967fff",
1124
+ "public": true,
1125
+ "isReferenceToInternal": true,
1126
+ "filePath": "tokens/color/context.dark.json",
1127
+ "isSource": true,
1128
+ "original": {
1129
+ "value": "{color.dark-mode.interactive.visited.400.value}",
1130
+ "public": true,
1131
+ "isReferenceToInternal": true
1132
+ },
1133
+ "name": "color-dark-mode-link-visited",
1134
+ "attributes": {
1135
+ "category": "color",
1136
+ "type": "dark-mode",
1137
+ "item": "link",
1138
+ "subitem": "visited"
1139
+ },
1140
+ "path": [
1141
+ "color",
1142
+ "dark-mode",
1143
+ "link",
1144
+ "visited"
1145
+ ]
1146
+ }
1147
+ },
1148
+ "text": {
1149
+ "default": {
1150
+ "value": "#ffffff",
1151
+ "public": true,
1152
+ "isReferenceToInternal": true,
1153
+ "filePath": "tokens/color/context.dark.json",
1154
+ "isSource": true,
1155
+ "original": {
1156
+ "value": "{color.dark-mode.neutral.000.value}",
1157
+ "public": true,
1158
+ "isReferenceToInternal": true
1159
+ },
1160
+ "name": "color-dark-mode-text-default",
1161
+ "attributes": {
1162
+ "category": "color",
1163
+ "type": "dark-mode",
1164
+ "item": "text",
1165
+ "subitem": "default"
1166
+ },
1167
+ "path": [
1168
+ "color",
1169
+ "dark-mode",
1170
+ "text",
1171
+ "default"
1172
+ ]
1173
+ },
1174
+ "headings": {
1175
+ "value": "#ffffff",
1176
+ "public": true,
1177
+ "filePath": "tokens/color/context.dark.json",
1178
+ "isSource": true,
1179
+ "original": {
1180
+ "value": "{color.dark-mode.text.default}",
1181
+ "public": true
1182
+ },
1183
+ "name": "color-dark-mode-text-headings",
1184
+ "attributes": {
1185
+ "category": "color",
1186
+ "type": "dark-mode",
1187
+ "item": "text",
1188
+ "subitem": "headings"
1189
+ },
1190
+ "path": [
1191
+ "color",
1192
+ "dark-mode",
1193
+ "text",
1194
+ "headings"
1195
+ ]
1196
+ },
1197
+ "bodytext": {
1198
+ "value": "#ffffff",
1199
+ "public": true,
1200
+ "filePath": "tokens/color/context.dark.json",
1201
+ "isSource": true,
1202
+ "original": {
1203
+ "value": "{color.dark-mode.text.default}",
1204
+ "public": true
1205
+ },
1206
+ "name": "color-dark-mode-text-bodytext",
1207
+ "attributes": {
1208
+ "category": "color",
1209
+ "type": "dark-mode",
1210
+ "item": "text",
1211
+ "subitem": "bodytext"
1212
+ },
1213
+ "path": [
1214
+ "color",
1215
+ "dark-mode",
1216
+ "text",
1217
+ "bodytext"
1218
+ ]
1219
+ }
1220
+ },
1221
+ "interactive": {
1222
+ "link": {
1223
+ "400": {
1224
+ "value": "#36a3ff",
1225
+ "filePath": "tokens/color/interactive.dark.json",
1226
+ "isSource": true,
1227
+ "original": {
1228
+ "value": "#36A3FF"
1229
+ },
1230
+ "name": "color-dark-mode-interactive-link-400",
1231
+ "attributes": {
1232
+ "category": "color",
1233
+ "type": "dark-mode",
1234
+ "item": "interactive",
1235
+ "subitem": "link",
1236
+ "state": "400"
1237
+ },
1238
+ "path": [
1239
+ "color",
1240
+ "dark-mode",
1241
+ "interactive",
1242
+ "link",
1243
+ "400"
1244
+ ]
1245
+ },
1246
+ "500": {
1247
+ "value": "#2776b9",
1248
+ "filePath": "tokens/color/interactive.dark.json",
1249
+ "isSource": true,
1250
+ "original": {
1251
+ "value": "#2776B9"
1252
+ },
1253
+ "name": "color-dark-mode-interactive-link-500",
1254
+ "attributes": {
1255
+ "category": "color",
1256
+ "type": "dark-mode",
1257
+ "item": "interactive",
1258
+ "subitem": "link",
1259
+ "state": "500"
1260
+ },
1261
+ "path": [
1262
+ "color",
1263
+ "dark-mode",
1264
+ "interactive",
1265
+ "link",
1266
+ "500"
1267
+ ]
1268
+ }
1269
+ },
1270
+ "visited": {
1271
+ "400": {
1272
+ "value": "#967fff",
1273
+ "filePath": "tokens/color/interactive.dark.json",
1274
+ "isSource": true,
1275
+ "original": {
1276
+ "value": "#967FFF"
1277
+ },
1278
+ "name": "color-dark-mode-interactive-visited-400",
1279
+ "attributes": {
1280
+ "category": "color",
1281
+ "type": "dark-mode",
1282
+ "item": "interactive",
1283
+ "subitem": "visited",
1284
+ "state": "400"
1285
+ },
1286
+ "path": [
1287
+ "color",
1288
+ "dark-mode",
1289
+ "interactive",
1290
+ "visited",
1291
+ "400"
1292
+ ]
1293
+ },
1294
+ "500": {
1295
+ "value": "#5f41e5",
1296
+ "filePath": "tokens/color/interactive.dark.json",
1297
+ "isSource": true,
1298
+ "original": {
1299
+ "value": "#5F41E5"
1300
+ },
1301
+ "name": "color-dark-mode-interactive-visited-500",
1302
+ "attributes": {
1303
+ "category": "color",
1304
+ "type": "dark-mode",
1305
+ "item": "interactive",
1306
+ "subitem": "visited",
1307
+ "state": "500"
1308
+ },
1309
+ "path": [
1310
+ "color",
1311
+ "dark-mode",
1312
+ "interactive",
1313
+ "visited",
1314
+ "500"
1315
+ ]
1316
+ }
1317
+ }
1318
+ },
1319
+ "neutral": {
1320
+ "100": {
1321
+ "value": "#c7c5d0",
1322
+ "filePath": "tokens/color/neutrals.dark.json",
1323
+ "isSource": true,
1324
+ "original": {
1325
+ "value": "#C7C5D0"
1326
+ },
1327
+ "name": "color-dark-mode-neutral-100",
1328
+ "attributes": {
1329
+ "category": "color",
1330
+ "type": "dark-mode",
1331
+ "item": "neutral",
1332
+ "subitem": "100"
1333
+ },
1334
+ "path": [
1335
+ "color",
1336
+ "dark-mode",
1337
+ "neutral",
1338
+ "100"
1339
+ ]
1340
+ },
1341
+ "200": {
1342
+ "value": "#a6a3b4",
1343
+ "filePath": "tokens/color/neutrals.dark.json",
1344
+ "isSource": true,
1345
+ "original": {
1346
+ "value": "#A6A3B4"
1347
+ },
1348
+ "name": "color-dark-mode-neutral-200",
1349
+ "attributes": {
1350
+ "category": "color",
1351
+ "type": "dark-mode",
1352
+ "item": "neutral",
1353
+ "subitem": "200"
1354
+ },
1355
+ "path": [
1356
+ "color",
1357
+ "dark-mode",
1358
+ "neutral",
1359
+ "200"
1360
+ ]
1361
+ },
1362
+ "300": {
1363
+ "value": "#858299",
1364
+ "filePath": "tokens/color/neutrals.dark.json",
1365
+ "isSource": true,
1366
+ "original": {
1367
+ "value": "#858299"
1368
+ },
1369
+ "name": "color-dark-mode-neutral-300",
1370
+ "attributes": {
1371
+ "category": "color",
1372
+ "type": "dark-mode",
1373
+ "item": "neutral",
1374
+ "subitem": "300"
1375
+ },
1376
+ "path": [
1377
+ "color",
1378
+ "dark-mode",
1379
+ "neutral",
1380
+ "300"
1381
+ ]
1382
+ },
1383
+ "400": {
1384
+ "value": "#504e62",
1385
+ "filePath": "tokens/color/neutrals.dark.json",
1386
+ "isSource": true,
1387
+ "original": {
1388
+ "value": "#504E62"
1389
+ },
1390
+ "name": "color-dark-mode-neutral-400",
1391
+ "attributes": {
1392
+ "category": "color",
1393
+ "type": "dark-mode",
1394
+ "item": "neutral",
1395
+ "subitem": "400"
1396
+ },
1397
+ "path": [
1398
+ "color",
1399
+ "dark-mode",
1400
+ "neutral",
1401
+ "400"
1402
+ ]
1403
+ },
1404
+ "500": {
1405
+ "value": "#282839",
1406
+ "filePath": "tokens/color/neutrals.dark.json",
1407
+ "isSource": true,
1408
+ "original": {
1409
+ "value": "#282839"
1410
+ },
1411
+ "name": "color-dark-mode-neutral-500",
1412
+ "attributes": {
1413
+ "category": "color",
1414
+ "type": "dark-mode",
1415
+ "item": "neutral",
1416
+ "subitem": "500"
1417
+ },
1418
+ "path": [
1419
+ "color",
1420
+ "dark-mode",
1421
+ "neutral",
1422
+ "500"
1423
+ ]
1424
+ },
1425
+ "600": {
1426
+ "value": "#1d1d29",
1427
+ "filePath": "tokens/color/neutrals.dark.json",
1428
+ "isSource": true,
1429
+ "original": {
1430
+ "value": "#1D1D29"
1431
+ },
1432
+ "name": "color-dark-mode-neutral-600",
1433
+ "attributes": {
1434
+ "category": "color",
1435
+ "type": "dark-mode",
1436
+ "item": "neutral",
1437
+ "subitem": "600"
1438
+ },
1439
+ "path": [
1440
+ "color",
1441
+ "dark-mode",
1442
+ "neutral",
1443
+ "600"
1444
+ ]
1445
+ },
1446
+ "700": {
1447
+ "value": "#121219",
1448
+ "filePath": "tokens/color/neutrals.dark.json",
1449
+ "isSource": true,
1450
+ "original": {
1451
+ "value": "#121219"
1452
+ },
1453
+ "name": "color-dark-mode-neutral-700",
1454
+ "attributes": {
1455
+ "category": "color",
1456
+ "type": "dark-mode",
1457
+ "item": "neutral",
1458
+ "subitem": "700"
1459
+ },
1460
+ "path": [
1461
+ "color",
1462
+ "dark-mode",
1463
+ "neutral",
1464
+ "700"
1465
+ ]
1466
+ },
1467
+ "050": {
1468
+ "value": "#e7e7eb",
1469
+ "filePath": "tokens/color/neutrals.dark.json",
1470
+ "isSource": true,
1471
+ "original": {
1472
+ "value": "#E7E7EB"
1473
+ },
1474
+ "name": "color-dark-mode-neutral-050",
1475
+ "attributes": {
1476
+ "category": "color",
1477
+ "type": "dark-mode",
1478
+ "item": "neutral",
1479
+ "subitem": "050"
1480
+ },
1481
+ "path": [
1482
+ "color",
1483
+ "dark-mode",
1484
+ "neutral",
1485
+ "050"
1486
+ ]
1487
+ },
1488
+ "000": {
1489
+ "value": "#ffffff",
1490
+ "filePath": "tokens/color/neutrals.dark.json",
1491
+ "isSource": true,
1492
+ "original": {
1493
+ "value": "#FFFFFF"
1494
+ },
1495
+ "name": "color-dark-mode-neutral-000",
1496
+ "attributes": {
1497
+ "category": "color",
1498
+ "type": "dark-mode",
1499
+ "item": "neutral",
1500
+ "subitem": "000"
1501
+ },
1502
+ "path": [
1503
+ "color",
1504
+ "dark-mode",
1505
+ "neutral",
1506
+ "000"
1507
+ ]
1508
+ }
1509
+ },
1510
+ "semantic": {
1511
+ "error": {
1512
+ "100": {
1513
+ "value": "#fff0f0",
1514
+ "filePath": "tokens/color/semantic.dark.json",
1515
+ "isSource": true,
1516
+ "original": {
1517
+ "value": "#FFF0F0"
1518
+ },
1519
+ "name": "color-dark-mode-semantic-error-100",
1520
+ "attributes": {
1521
+ "category": "color",
1522
+ "type": "dark-mode",
1523
+ "item": "semantic",
1524
+ "subitem": "error",
1525
+ "state": "100"
1526
+ },
1527
+ "path": [
1528
+ "color",
1529
+ "dark-mode",
1530
+ "semantic",
1531
+ "error",
1532
+ "100"
1533
+ ]
1534
+ },
1535
+ "200": {
1536
+ "value": "#ffafaf",
1537
+ "filePath": "tokens/color/semantic.dark.json",
1538
+ "isSource": true,
1539
+ "original": {
1540
+ "value": "#FFAFAF"
1541
+ },
1542
+ "name": "color-dark-mode-semantic-error-200",
1543
+ "attributes": {
1544
+ "category": "color",
1545
+ "type": "dark-mode",
1546
+ "item": "semantic",
1547
+ "subitem": "error",
1548
+ "state": "200"
1549
+ },
1550
+ "path": [
1551
+ "color",
1552
+ "dark-mode",
1553
+ "semantic",
1554
+ "error",
1555
+ "200"
1556
+ ]
1557
+ },
1558
+ "300": {
1559
+ "value": "#e05757",
1560
+ "filePath": "tokens/color/semantic.dark.json",
1561
+ "isSource": true,
1562
+ "original": {
1563
+ "value": "#E05757"
1564
+ },
1565
+ "name": "color-dark-mode-semantic-error-300",
1566
+ "attributes": {
1567
+ "category": "color",
1568
+ "type": "dark-mode",
1569
+ "item": "semantic",
1570
+ "subitem": "error",
1571
+ "state": "300"
1572
+ },
1573
+ "path": [
1574
+ "color",
1575
+ "dark-mode",
1576
+ "semantic",
1577
+ "error",
1578
+ "300"
1579
+ ]
1580
+ },
1581
+ "400": {
1582
+ "value": "#be4242",
1583
+ "filePath": "tokens/color/semantic.dark.json",
1584
+ "isSource": true,
1585
+ "original": {
1586
+ "value": "#BE4242"
1587
+ },
1588
+ "name": "color-dark-mode-semantic-error-400",
1589
+ "attributes": {
1590
+ "category": "color",
1591
+ "type": "dark-mode",
1592
+ "item": "semantic",
1593
+ "subitem": "error",
1594
+ "state": "400"
1595
+ },
1596
+ "path": [
1597
+ "color",
1598
+ "dark-mode",
1599
+ "semantic",
1600
+ "error",
1601
+ "400"
1602
+ ]
1603
+ },
1604
+ "500": {
1605
+ "value": "#9c2f2f",
1606
+ "filePath": "tokens/color/semantic.dark.json",
1607
+ "isSource": true,
1608
+ "original": {
1609
+ "value": "#9C2F2F"
1610
+ },
1611
+ "name": "color-dark-mode-semantic-error-500",
1612
+ "attributes": {
1613
+ "category": "color",
1614
+ "type": "dark-mode",
1615
+ "item": "semantic",
1616
+ "subitem": "error",
1617
+ "state": "500"
1618
+ },
1619
+ "path": [
1620
+ "color",
1621
+ "dark-mode",
1622
+ "semantic",
1623
+ "error",
1624
+ "500"
1625
+ ]
1626
+ },
1627
+ "600": {
1628
+ "value": "#7a1f1f",
1629
+ "filePath": "tokens/color/semantic.dark.json",
1630
+ "isSource": true,
1631
+ "original": {
1632
+ "value": "#7A1F1F"
1633
+ },
1634
+ "name": "color-dark-mode-semantic-error-600",
1635
+ "attributes": {
1636
+ "category": "color",
1637
+ "type": "dark-mode",
1638
+ "item": "semantic",
1639
+ "subitem": "error",
1640
+ "state": "600"
1641
+ },
1642
+ "path": [
1643
+ "color",
1644
+ "dark-mode",
1645
+ "semantic",
1646
+ "error",
1647
+ "600"
1648
+ ]
1649
+ }
1650
+ },
1651
+ "warning": {
1652
+ "100": {
1653
+ "value": "#fff4ea",
1654
+ "filePath": "tokens/color/semantic.dark.json",
1655
+ "isSource": true,
1656
+ "original": {
1657
+ "value": "#FFF4EA"
1658
+ },
1659
+ "name": "color-dark-mode-semantic-warning-100",
1660
+ "attributes": {
1661
+ "category": "color",
1662
+ "type": "dark-mode",
1663
+ "item": "semantic",
1664
+ "subitem": "warning",
1665
+ "state": "100"
1666
+ },
1667
+ "path": [
1668
+ "color",
1669
+ "dark-mode",
1670
+ "semantic",
1671
+ "warning",
1672
+ "100"
1673
+ ]
1674
+ },
1675
+ "200": {
1676
+ "value": "#ffc38b",
1677
+ "filePath": "tokens/color/semantic.dark.json",
1678
+ "isSource": true,
1679
+ "original": {
1680
+ "value": "#FFC38B"
1681
+ },
1682
+ "name": "color-dark-mode-semantic-warning-200",
1683
+ "attributes": {
1684
+ "category": "color",
1685
+ "type": "dark-mode",
1686
+ "item": "semantic",
1687
+ "subitem": "warning",
1688
+ "state": "200"
1689
+ },
1690
+ "path": [
1691
+ "color",
1692
+ "dark-mode",
1693
+ "semantic",
1694
+ "warning",
1695
+ "200"
1696
+ ]
1697
+ },
1698
+ "300": {
1699
+ "value": "#ff922d",
1700
+ "filePath": "tokens/color/semantic.dark.json",
1701
+ "isSource": true,
1702
+ "original": {
1703
+ "value": "#FF922D"
1704
+ },
1705
+ "name": "color-dark-mode-semantic-warning-300",
1706
+ "attributes": {
1707
+ "category": "color",
1708
+ "type": "dark-mode",
1709
+ "item": "semantic",
1710
+ "subitem": "warning",
1711
+ "state": "300"
1712
+ },
1713
+ "path": [
1714
+ "color",
1715
+ "dark-mode",
1716
+ "semantic",
1717
+ "warning",
1718
+ "300"
1719
+ ]
1720
+ },
1721
+ "400": {
1722
+ "value": "#dd781b",
1723
+ "filePath": "tokens/color/semantic.dark.json",
1724
+ "isSource": true,
1725
+ "original": {
1726
+ "value": "#DD781B"
1727
+ },
1728
+ "name": "color-dark-mode-semantic-warning-400",
1729
+ "attributes": {
1730
+ "category": "color",
1731
+ "type": "dark-mode",
1732
+ "item": "semantic",
1733
+ "subitem": "warning",
1734
+ "state": "400"
1735
+ },
1736
+ "path": [
1737
+ "color",
1738
+ "dark-mode",
1739
+ "semantic",
1740
+ "warning",
1741
+ "400"
1742
+ ]
1743
+ },
1744
+ "500": {
1745
+ "value": "#994b02",
1746
+ "filePath": "tokens/color/semantic.dark.json",
1747
+ "isSource": true,
1748
+ "original": {
1749
+ "value": "#994B02"
1750
+ },
1751
+ "name": "color-dark-mode-semantic-warning-500",
1752
+ "attributes": {
1753
+ "category": "color",
1754
+ "type": "dark-mode",
1755
+ "item": "semantic",
1756
+ "subitem": "warning",
1757
+ "state": "500"
1758
+ },
1759
+ "path": [
1760
+ "color",
1761
+ "dark-mode",
1762
+ "semantic",
1763
+ "warning",
1764
+ "500"
1765
+ ]
1766
+ },
1767
+ "600": {
1768
+ "value": "#552900",
1769
+ "filePath": "tokens/color/semantic.dark.json",
1770
+ "isSource": true,
1771
+ "original": {
1772
+ "value": "#552900"
1773
+ },
1774
+ "name": "color-dark-mode-semantic-warning-600",
1775
+ "attributes": {
1776
+ "category": "color",
1777
+ "type": "dark-mode",
1778
+ "item": "semantic",
1779
+ "subitem": "warning",
1780
+ "state": "600"
1781
+ },
1782
+ "path": [
1783
+ "color",
1784
+ "dark-mode",
1785
+ "semantic",
1786
+ "warning",
1787
+ "600"
1788
+ ]
1789
+ }
1790
+ },
1791
+ "success": {
1792
+ "100": {
1793
+ "value": "#f0fff8",
1794
+ "filePath": "tokens/color/semantic.dark.json",
1795
+ "isSource": true,
1796
+ "original": {
1797
+ "value": "#F0FFF8"
1798
+ },
1799
+ "name": "color-dark-mode-semantic-success-100",
1800
+ "attributes": {
1801
+ "category": "color",
1802
+ "type": "dark-mode",
1803
+ "item": "semantic",
1804
+ "subitem": "success",
1805
+ "state": "100"
1806
+ },
1807
+ "path": [
1808
+ "color",
1809
+ "dark-mode",
1810
+ "semantic",
1811
+ "success",
1812
+ "100"
1813
+ ]
1814
+ },
1815
+ "200": {
1816
+ "value": "#acffdc",
1817
+ "filePath": "tokens/color/semantic.dark.json",
1818
+ "isSource": true,
1819
+ "original": {
1820
+ "value": "#ACFFDC"
1821
+ },
1822
+ "name": "color-dark-mode-semantic-success-200",
1823
+ "attributes": {
1824
+ "category": "color",
1825
+ "type": "dark-mode",
1826
+ "item": "semantic",
1827
+ "subitem": "success",
1828
+ "state": "200"
1829
+ },
1830
+ "path": [
1831
+ "color",
1832
+ "dark-mode",
1833
+ "semantic",
1834
+ "success",
1835
+ "200"
1836
+ ]
1837
+ },
1838
+ "300": {
1839
+ "value": "#22a06b",
1840
+ "filePath": "tokens/color/semantic.dark.json",
1841
+ "isSource": true,
1842
+ "original": {
1843
+ "value": "#22A06B"
1844
+ },
1845
+ "name": "color-dark-mode-semantic-success-300",
1846
+ "attributes": {
1847
+ "category": "color",
1848
+ "type": "dark-mode",
1849
+ "item": "semantic",
1850
+ "subitem": "success",
1851
+ "state": "300"
1852
+ },
1853
+ "path": [
1854
+ "color",
1855
+ "dark-mode",
1856
+ "semantic",
1857
+ "success",
1858
+ "300"
1859
+ ]
1860
+ },
1861
+ "400": {
1862
+ "value": "#137e51",
1863
+ "filePath": "tokens/color/semantic.dark.json",
1864
+ "isSource": true,
1865
+ "original": {
1866
+ "value": "#137E51"
1867
+ },
1868
+ "name": "color-dark-mode-semantic-success-400",
1869
+ "attributes": {
1870
+ "category": "color",
1871
+ "type": "dark-mode",
1872
+ "item": "semantic",
1873
+ "subitem": "success",
1874
+ "state": "400"
1875
+ },
1876
+ "path": [
1877
+ "color",
1878
+ "dark-mode",
1879
+ "semantic",
1880
+ "success",
1881
+ "400"
1882
+ ]
1883
+ },
1884
+ "500": {
1885
+ "value": "#085c39",
1886
+ "filePath": "tokens/color/semantic.dark.json",
1887
+ "isSource": true,
1888
+ "original": {
1889
+ "value": "#085C39"
1890
+ },
1891
+ "name": "color-dark-mode-semantic-success-500",
1892
+ "attributes": {
1893
+ "category": "color",
1894
+ "type": "dark-mode",
1895
+ "item": "semantic",
1896
+ "subitem": "success",
1897
+ "state": "500"
1898
+ },
1899
+ "path": [
1900
+ "color",
1901
+ "dark-mode",
1902
+ "semantic",
1903
+ "success",
1904
+ "500"
1905
+ ]
1906
+ },
1907
+ "600": {
1908
+ "value": "#133527",
1909
+ "filePath": "tokens/color/semantic.dark.json",
1910
+ "isSource": true,
1911
+ "original": {
1912
+ "value": "#133527"
1913
+ },
1914
+ "name": "color-dark-mode-semantic-success-600",
1915
+ "attributes": {
1916
+ "category": "color",
1917
+ "type": "dark-mode",
1918
+ "item": "semantic",
1919
+ "subitem": "success",
1920
+ "state": "600"
1921
+ },
1922
+ "path": [
1923
+ "color",
1924
+ "dark-mode",
1925
+ "semantic",
1926
+ "success",
1927
+ "600"
1928
+ ]
1929
+ }
1930
+ },
1931
+ "info": {
1932
+ "100": {
1933
+ "value": "#e3fafc",
1934
+ "filePath": "tokens/color/semantic.dark.json",
1935
+ "isSource": true,
1936
+ "original": {
1937
+ "value": "#E3FAFC"
1938
+ },
1939
+ "name": "color-dark-mode-semantic-info-100",
1940
+ "attributes": {
1941
+ "category": "color",
1942
+ "type": "dark-mode",
1943
+ "item": "semantic",
1944
+ "subitem": "info",
1945
+ "state": "100"
1946
+ },
1947
+ "path": [
1948
+ "color",
1949
+ "dark-mode",
1950
+ "semantic",
1951
+ "info",
1952
+ "100"
1953
+ ]
1954
+ },
1955
+ "200": {
1956
+ "value": "#c1f0f5",
1957
+ "filePath": "tokens/color/semantic.dark.json",
1958
+ "isSource": true,
1959
+ "original": {
1960
+ "value": "#C1F0F5"
1961
+ },
1962
+ "name": "color-dark-mode-semantic-info-200",
1963
+ "attributes": {
1964
+ "category": "color",
1965
+ "type": "dark-mode",
1966
+ "item": "semantic",
1967
+ "subitem": "info",
1968
+ "state": "200"
1969
+ },
1970
+ "path": [
1971
+ "color",
1972
+ "dark-mode",
1973
+ "semantic",
1974
+ "info",
1975
+ "200"
1976
+ ]
1977
+ },
1978
+ "300": {
1979
+ "value": "#60c6d2",
1980
+ "filePath": "tokens/color/semantic.dark.json",
1981
+ "isSource": true,
1982
+ "original": {
1983
+ "value": "#60C6D2"
1984
+ },
1985
+ "name": "color-dark-mode-semantic-info-300",
1986
+ "attributes": {
1987
+ "category": "color",
1988
+ "type": "dark-mode",
1989
+ "item": "semantic",
1990
+ "subitem": "info",
1991
+ "state": "300"
1992
+ },
1993
+ "path": [
1994
+ "color",
1995
+ "dark-mode",
1996
+ "semantic",
1997
+ "info",
1998
+ "300"
1999
+ ]
2000
+ },
2001
+ "400": {
2002
+ "value": "#1d7f8c",
2003
+ "filePath": "tokens/color/semantic.dark.json",
2004
+ "isSource": true,
2005
+ "original": {
2006
+ "value": "#1D7F8C"
2007
+ },
2008
+ "name": "color-dark-mode-semantic-info-400",
2009
+ "attributes": {
2010
+ "category": "color",
2011
+ "type": "dark-mode",
2012
+ "item": "semantic",
2013
+ "subitem": "info",
2014
+ "state": "400"
2015
+ },
2016
+ "path": [
2017
+ "color",
2018
+ "dark-mode",
2019
+ "semantic",
2020
+ "info",
2021
+ "400"
2022
+ ]
2023
+ },
2024
+ "500": {
2025
+ "value": "#206b74",
2026
+ "filePath": "tokens/color/semantic.dark.json",
2027
+ "isSource": true,
2028
+ "original": {
2029
+ "value": "#206B74"
2030
+ },
2031
+ "name": "color-dark-mode-semantic-info-500",
2032
+ "attributes": {
2033
+ "category": "color",
2034
+ "type": "dark-mode",
2035
+ "item": "semantic",
2036
+ "subitem": "info",
2037
+ "state": "500"
2038
+ },
2039
+ "path": [
2040
+ "color",
2041
+ "dark-mode",
2042
+ "semantic",
2043
+ "info",
2044
+ "500"
2045
+ ]
2046
+ },
2047
+ "600": {
2048
+ "value": "#1d474c",
2049
+ "filePath": "tokens/color/semantic.dark.json",
2050
+ "isSource": true,
2051
+ "original": {
2052
+ "value": "#1D474C"
2053
+ },
2054
+ "name": "color-dark-mode-semantic-info-600",
2055
+ "attributes": {
2056
+ "category": "color",
2057
+ "type": "dark-mode",
2058
+ "item": "semantic",
2059
+ "subitem": "info",
2060
+ "state": "600"
2061
+ },
2062
+ "path": [
2063
+ "color",
2064
+ "dark-mode",
2065
+ "semantic",
2066
+ "info",
2067
+ "600"
2068
+ ]
2069
+ }
2070
+ }
2071
+ }
2072
+ },
2073
+ "light-mode": {
2074
+ "background": {
2075
+ "default": {
2076
+ "value": "#ffffff",
2077
+ "public": true,
2078
+ "isReferenceToInternal": true,
2079
+ "filePath": "tokens/color/context.light.json",
2080
+ "isSource": true,
2081
+ "original": {
2082
+ "value": "{color.light-mode.neutral.000.value}",
2083
+ "public": true,
2084
+ "isReferenceToInternal": true
2085
+ },
2086
+ "name": "color-light-mode-background-default",
2087
+ "attributes": {
2088
+ "category": "color",
2089
+ "type": "light-mode",
2090
+ "item": "background",
2091
+ "subitem": "default"
2092
+ },
2093
+ "path": [
2094
+ "color",
2095
+ "light-mode",
2096
+ "background",
2097
+ "default"
2098
+ ]
2099
+ }
2100
+ },
2101
+ "border": {
2102
+ "default": {
2103
+ "value": "#71717c",
2104
+ "public": true,
2105
+ "isReferenceToInternal": true,
2106
+ "filePath": "tokens/color/context.light.json",
2107
+ "isSource": true,
2108
+ "original": {
2109
+ "value": "{color.light-mode.neutral.400.value}",
2110
+ "public": true,
2111
+ "isReferenceToInternal": true
2112
+ },
2113
+ "name": "color-light-mode-border-default",
2114
+ "attributes": {
2115
+ "category": "color",
2116
+ "type": "light-mode",
2117
+ "item": "border",
2118
+ "subitem": "default"
2119
+ },
2120
+ "path": [
2121
+ "color",
2122
+ "light-mode",
2123
+ "border",
2124
+ "default"
2125
+ ]
2126
+ }
2127
+ },
2128
+ "input": {
2129
+ "background": {
2130
+ "default": {
2131
+ "value": "#ffffff",
2132
+ "public": true,
2133
+ "isReferenceToInternal": true,
2134
+ "filePath": "tokens/color/context.light.json",
2135
+ "isSource": true,
2136
+ "original": {
2137
+ "value": "{color.light-mode.neutral.000.value}",
2138
+ "public": true,
2139
+ "isReferenceToInternal": true
2140
+ },
2141
+ "name": "color-light-mode-input-background-default",
2142
+ "attributes": {
2143
+ "category": "color",
2144
+ "type": "light-mode",
2145
+ "item": "input",
2146
+ "subitem": "background",
2147
+ "state": "default"
2148
+ },
2149
+ "path": [
2150
+ "color",
2151
+ "light-mode",
2152
+ "input",
2153
+ "background",
2154
+ "default"
2155
+ ]
2156
+ },
2157
+ "disabled": {
2158
+ "value": "#cfcfd3",
2159
+ "public": true,
2160
+ "isReferenceToInternal": true,
2161
+ "filePath": "tokens/color/context.light.json",
2162
+ "isSource": true,
2163
+ "original": {
2164
+ "value": "{color.light-mode.neutral.100.value}",
2165
+ "public": true,
2166
+ "isReferenceToInternal": true
2167
+ },
2168
+ "name": "color-light-mode-input-background-disabled",
2169
+ "attributes": {
2170
+ "category": "color",
2171
+ "type": "light-mode",
2172
+ "item": "input",
2173
+ "subitem": "background",
2174
+ "state": "disabled"
2175
+ },
2176
+ "path": [
2177
+ "color",
2178
+ "light-mode",
2179
+ "input",
2180
+ "background",
2181
+ "disabled"
2182
+ ]
2183
+ }
2184
+ },
2185
+ "border": {
2186
+ "default": {
2187
+ "value": "#71717c",
2188
+ "public": true,
2189
+ "filePath": "tokens/color/context.light.json",
2190
+ "isSource": true,
2191
+ "original": {
2192
+ "value": "{color.light-mode.border.default}",
2193
+ "public": true
2194
+ },
2195
+ "name": "color-light-mode-input-border-default",
2196
+ "attributes": {
2197
+ "category": "color",
2198
+ "type": "light-mode",
2199
+ "item": "input",
2200
+ "subitem": "border",
2201
+ "state": "default"
2202
+ },
2203
+ "path": [
2204
+ "color",
2205
+ "light-mode",
2206
+ "input",
2207
+ "border",
2208
+ "default"
2209
+ ]
2210
+ },
2211
+ "disabled": {
2212
+ "value": "#aeaeb6",
2213
+ "public": true,
2214
+ "isReferenceToInternal": true,
2215
+ "filePath": "tokens/color/context.light.json",
2216
+ "isSource": true,
2217
+ "original": {
2218
+ "value": "{color.light-mode.neutral.200.value}",
2219
+ "public": true,
2220
+ "isReferenceToInternal": true
2221
+ },
2222
+ "name": "color-light-mode-input-border-disabled",
2223
+ "attributes": {
2224
+ "category": "color",
2225
+ "type": "light-mode",
2226
+ "item": "input",
2227
+ "subitem": "border",
2228
+ "state": "disabled"
2229
+ },
2230
+ "path": [
2231
+ "color",
2232
+ "light-mode",
2233
+ "input",
2234
+ "border",
2235
+ "disabled"
2236
+ ]
2237
+ }
2238
+ }
2239
+ },
2240
+ "link": {
2241
+ "default": {
2242
+ "value": "#0f62fe",
2243
+ "public": true,
2244
+ "isReferenceToInternal": true,
2245
+ "filePath": "tokens/color/context.light.json",
2246
+ "isSource": true,
2247
+ "original": {
2248
+ "value": "{color.light-mode.interactive.link.400.value}",
2249
+ "public": true,
2250
+ "isReferenceToInternal": true
2251
+ },
2252
+ "name": "color-light-mode-link-default",
2253
+ "attributes": {
2254
+ "category": "color",
2255
+ "type": "light-mode",
2256
+ "item": "link",
2257
+ "subitem": "default"
2258
+ },
2259
+ "path": [
2260
+ "color",
2261
+ "light-mode",
2262
+ "link",
2263
+ "default"
2264
+ ]
2265
+ },
2266
+ "hover": {
2267
+ "value": "#003cac",
2268
+ "public": true,
2269
+ "isReferenceToInternal": true,
2270
+ "filePath": "tokens/color/context.light.json",
2271
+ "isSource": true,
2272
+ "original": {
2273
+ "value": "{color.light-mode.interactive.link.500.value}",
2274
+ "public": true,
2275
+ "isReferenceToInternal": true
2276
+ },
2277
+ "name": "color-light-mode-link-hover",
2278
+ "attributes": {
2279
+ "category": "color",
2280
+ "type": "light-mode",
2281
+ "item": "link",
2282
+ "subitem": "hover"
2283
+ },
2284
+ "path": [
2285
+ "color",
2286
+ "light-mode",
2287
+ "link",
2288
+ "hover"
2289
+ ]
2290
+ },
2291
+ "active": {
2292
+ "value": "#003cac",
2293
+ "public": true,
2294
+ "isReferenceToInternal": true,
2295
+ "filePath": "tokens/color/context.light.json",
2296
+ "isSource": true,
2297
+ "original": {
2298
+ "value": "{color.light-mode.interactive.link.500.value}",
2299
+ "public": true,
2300
+ "isReferenceToInternal": true
2301
+ },
2302
+ "name": "color-light-mode-link-active",
2303
+ "attributes": {
2304
+ "category": "color",
2305
+ "type": "light-mode",
2306
+ "item": "link",
2307
+ "subitem": "active"
2308
+ },
2309
+ "path": [
2310
+ "color",
2311
+ "light-mode",
2312
+ "link",
2313
+ "active"
2314
+ ]
2315
+ },
2316
+ "visited": {
2317
+ "value": "#967fff",
2318
+ "public": true,
2319
+ "isReferenceToInternal": true,
2320
+ "filePath": "tokens/color/context.light.json",
2321
+ "isSource": true,
2322
+ "original": {
2323
+ "value": "{color.light-mode.interactive.visited.400.value}",
2324
+ "public": true,
2325
+ "isReferenceToInternal": true
2326
+ },
2327
+ "name": "color-light-mode-link-visited",
2328
+ "attributes": {
2329
+ "category": "color",
2330
+ "type": "light-mode",
2331
+ "item": "link",
2332
+ "subitem": "visited"
2333
+ },
2334
+ "path": [
2335
+ "color",
2336
+ "light-mode",
2337
+ "link",
2338
+ "visited"
2339
+ ]
2340
+ }
2341
+ },
2342
+ "text": {
2343
+ "default": {
2344
+ "value": "#23232d",
2345
+ "public": true,
2346
+ "isReferenceToInternal": true,
2347
+ "filePath": "tokens/color/context.light.json",
2348
+ "isSource": true,
2349
+ "original": {
2350
+ "value": "{color.light-mode.neutral.700.value}",
2351
+ "public": true,
2352
+ "isReferenceToInternal": true
2353
+ },
2354
+ "name": "color-light-mode-text-default",
2355
+ "attributes": {
2356
+ "category": "color",
2357
+ "type": "light-mode",
2358
+ "item": "text",
2359
+ "subitem": "default"
2360
+ },
2361
+ "path": [
2362
+ "color",
2363
+ "light-mode",
2364
+ "text",
2365
+ "default"
2366
+ ]
2367
+ },
2368
+ "headings": {
2369
+ "value": "#23232d",
2370
+ "public": true,
2371
+ "filePath": "tokens/color/context.light.json",
2372
+ "isSource": true,
2373
+ "original": {
2374
+ "value": "{color.light-mode.text.default}",
2375
+ "public": true
2376
+ },
2377
+ "name": "color-light-mode-text-headings",
2378
+ "attributes": {
2379
+ "category": "color",
2380
+ "type": "light-mode",
2381
+ "item": "text",
2382
+ "subitem": "headings"
2383
+ },
2384
+ "path": [
2385
+ "color",
2386
+ "light-mode",
2387
+ "text",
2388
+ "headings"
2389
+ ]
2390
+ },
2391
+ "bodytext": {
2392
+ "value": "#23232d",
2393
+ "public": true,
2394
+ "filePath": "tokens/color/context.light.json",
2395
+ "isSource": true,
2396
+ "original": {
2397
+ "value": "{color.light-mode.text.default}",
2398
+ "public": true
2399
+ },
2400
+ "name": "color-light-mode-text-bodytext",
2401
+ "attributes": {
2402
+ "category": "color",
2403
+ "type": "light-mode",
2404
+ "item": "text",
2405
+ "subitem": "bodytext"
2406
+ },
2407
+ "path": [
2408
+ "color",
2409
+ "light-mode",
2410
+ "text",
2411
+ "bodytext"
2412
+ ]
2413
+ }
2414
+ },
2415
+ "interactive": {
2416
+ "link": {
2417
+ "400": {
2418
+ "value": "#0f62fe",
2419
+ "filePath": "tokens/color/interactive.light.json",
2420
+ "isSource": true,
2421
+ "original": {
2422
+ "value": "#0F62FE"
2423
+ },
2424
+ "name": "color-light-mode-interactive-link-400",
2425
+ "attributes": {
2426
+ "category": "color",
2427
+ "type": "light-mode",
2428
+ "item": "interactive",
2429
+ "subitem": "link",
2430
+ "state": "400"
2431
+ },
2432
+ "path": [
2433
+ "color",
2434
+ "light-mode",
2435
+ "interactive",
2436
+ "link",
2437
+ "400"
2438
+ ]
2439
+ },
2440
+ "500": {
2441
+ "value": "#003cac",
2442
+ "filePath": "tokens/color/interactive.light.json",
2443
+ "isSource": true,
2444
+ "original": {
2445
+ "value": "#003CAC"
2446
+ },
2447
+ "name": "color-light-mode-interactive-link-500",
2448
+ "attributes": {
2449
+ "category": "color",
2450
+ "type": "light-mode",
2451
+ "item": "interactive",
2452
+ "subitem": "link",
2453
+ "state": "500"
2454
+ },
2455
+ "path": [
2456
+ "color",
2457
+ "light-mode",
2458
+ "interactive",
2459
+ "link",
2460
+ "500"
2461
+ ]
2462
+ }
2463
+ },
2464
+ "visited": {
2465
+ "400": {
2466
+ "value": "#967fff",
2467
+ "filePath": "tokens/color/interactive.light.json",
2468
+ "isSource": true,
2469
+ "original": {
2470
+ "value": "#967FFF"
2471
+ },
2472
+ "name": "color-light-mode-interactive-visited-400",
2473
+ "attributes": {
2474
+ "category": "color",
2475
+ "type": "light-mode",
2476
+ "item": "interactive",
2477
+ "subitem": "visited",
2478
+ "state": "400"
2479
+ },
2480
+ "path": [
2481
+ "color",
2482
+ "light-mode",
2483
+ "interactive",
2484
+ "visited",
2485
+ "400"
2486
+ ]
2487
+ },
2488
+ "500": {
2489
+ "value": "#5f41e5",
2490
+ "filePath": "tokens/color/interactive.light.json",
2491
+ "isSource": true,
2492
+ "original": {
2493
+ "value": "#5F41E5"
2494
+ },
2495
+ "name": "color-light-mode-interactive-visited-500",
2496
+ "attributes": {
2497
+ "category": "color",
2498
+ "type": "light-mode",
2499
+ "item": "interactive",
2500
+ "subitem": "visited",
2501
+ "state": "500"
2502
+ },
2503
+ "path": [
2504
+ "color",
2505
+ "light-mode",
2506
+ "interactive",
2507
+ "visited",
2508
+ "500"
2509
+ ]
2510
+ }
2511
+ }
2512
+ },
2513
+ "neutral": {
2514
+ "100": {
2515
+ "value": "#cfcfd3",
2516
+ "filePath": "tokens/color/neutrals.light.json",
2517
+ "isSource": true,
2518
+ "original": {
2519
+ "value": "#CFCFD3"
2520
+ },
2521
+ "name": "color-light-mode-neutral-100",
2522
+ "attributes": {
2523
+ "category": "color",
2524
+ "type": "light-mode",
2525
+ "item": "neutral",
2526
+ "subitem": "100"
2527
+ },
2528
+ "path": [
2529
+ "color",
2530
+ "light-mode",
2531
+ "neutral",
2532
+ "100"
2533
+ ]
2534
+ },
2535
+ "200": {
2536
+ "value": "#aeaeb6",
2537
+ "filePath": "tokens/color/neutrals.light.json",
2538
+ "isSource": true,
2539
+ "original": {
2540
+ "value": "#AEAEB6"
2541
+ },
2542
+ "name": "color-light-mode-neutral-200",
2543
+ "attributes": {
2544
+ "category": "color",
2545
+ "type": "light-mode",
2546
+ "item": "neutral",
2547
+ "subitem": "200"
2548
+ },
2549
+ "path": [
2550
+ "color",
2551
+ "light-mode",
2552
+ "neutral",
2553
+ "200"
2554
+ ]
2555
+ },
2556
+ "300": {
2557
+ "value": "#8f8f99",
2558
+ "filePath": "tokens/color/neutrals.light.json",
2559
+ "isSource": true,
2560
+ "original": {
2561
+ "value": "#8F8F99"
2562
+ },
2563
+ "name": "color-light-mode-neutral-300",
2564
+ "attributes": {
2565
+ "category": "color",
2566
+ "type": "light-mode",
2567
+ "item": "neutral",
2568
+ "subitem": "300"
2569
+ },
2570
+ "path": [
2571
+ "color",
2572
+ "light-mode",
2573
+ "neutral",
2574
+ "300"
2575
+ ]
2576
+ },
2577
+ "400": {
2578
+ "value": "#71717c",
2579
+ "filePath": "tokens/color/neutrals.light.json",
2580
+ "isSource": true,
2581
+ "original": {
2582
+ "value": "#71717C"
2583
+ },
2584
+ "name": "color-light-mode-neutral-400",
2585
+ "attributes": {
2586
+ "category": "color",
2587
+ "type": "light-mode",
2588
+ "item": "neutral",
2589
+ "subitem": "400"
2590
+ },
2591
+ "path": [
2592
+ "color",
2593
+ "light-mode",
2594
+ "neutral",
2595
+ "400"
2596
+ ]
2597
+ },
2598
+ "500": {
2599
+ "value": "#54545f",
2600
+ "filePath": "tokens/color/neutrals.light.json",
2601
+ "isSource": true,
2602
+ "original": {
2603
+ "value": "#54545F"
2604
+ },
2605
+ "name": "color-light-mode-neutral-500",
2606
+ "attributes": {
2607
+ "category": "color",
2608
+ "type": "light-mode",
2609
+ "item": "neutral",
2610
+ "subitem": "500"
2611
+ },
2612
+ "path": [
2613
+ "color",
2614
+ "light-mode",
2615
+ "neutral",
2616
+ "500"
2617
+ ]
2618
+ },
2619
+ "600": {
2620
+ "value": "#393942",
2621
+ "filePath": "tokens/color/neutrals.light.json",
2622
+ "isSource": true,
2623
+ "original": {
2624
+ "value": "#393942"
2625
+ },
2626
+ "name": "color-light-mode-neutral-600",
2627
+ "attributes": {
2628
+ "category": "color",
2629
+ "type": "light-mode",
2630
+ "item": "neutral",
2631
+ "subitem": "600"
2632
+ },
2633
+ "path": [
2634
+ "color",
2635
+ "light-mode",
2636
+ "neutral",
2637
+ "600"
2638
+ ]
2639
+ },
2640
+ "700": {
2641
+ "value": "#23232d",
2642
+ "filePath": "tokens/color/neutrals.light.json",
2643
+ "isSource": true,
2644
+ "original": {
2645
+ "value": "#23232D"
2646
+ },
2647
+ "name": "color-light-mode-neutral-700",
2648
+ "attributes": {
2649
+ "category": "color",
2650
+ "type": "light-mode",
2651
+ "item": "neutral",
2652
+ "subitem": "700"
2653
+ },
2654
+ "path": [
2655
+ "color",
2656
+ "light-mode",
2657
+ "neutral",
2658
+ "700"
2659
+ ]
2660
+ },
2661
+ "050": {
2662
+ "value": "#f1f1f1",
2663
+ "filePath": "tokens/color/neutrals.light.json",
2664
+ "isSource": true,
2665
+ "original": {
2666
+ "value": "#F1F1F1"
2667
+ },
2668
+ "name": "color-light-mode-neutral-050",
2669
+ "attributes": {
2670
+ "category": "color",
2671
+ "type": "light-mode",
2672
+ "item": "neutral",
2673
+ "subitem": "050"
2674
+ },
2675
+ "path": [
2676
+ "color",
2677
+ "light-mode",
2678
+ "neutral",
2679
+ "050"
2680
+ ]
2681
+ },
2682
+ "000": {
2683
+ "value": "#ffffff",
2684
+ "filePath": "tokens/color/neutrals.light.json",
2685
+ "isSource": true,
2686
+ "original": {
2687
+ "value": "#FFFFFF"
2688
+ },
2689
+ "name": "color-light-mode-neutral-000",
2690
+ "attributes": {
2691
+ "category": "color",
2692
+ "type": "light-mode",
2693
+ "item": "neutral",
2694
+ "subitem": "000"
2695
+ },
2696
+ "path": [
2697
+ "color",
2698
+ "light-mode",
2699
+ "neutral",
2700
+ "000"
2701
+ ]
2702
+ }
2703
+ },
2704
+ "semantic": {
2705
+ "error": {
2706
+ "100": {
2707
+ "value": "#ffebeb",
2708
+ "filePath": "tokens/color/semantic.light.json",
2709
+ "isSource": true,
2710
+ "original": {
2711
+ "value": "#FFEBEB"
2712
+ },
2713
+ "name": "color-light-mode-semantic-error-100",
2714
+ "attributes": {
2715
+ "category": "color",
2716
+ "type": "light-mode",
2717
+ "item": "semantic",
2718
+ "subitem": "error",
2719
+ "state": "100"
2720
+ },
2721
+ "path": [
2722
+ "color",
2723
+ "light-mode",
2724
+ "semantic",
2725
+ "error",
2726
+ "100"
2727
+ ]
2728
+ },
2729
+ "200": {
2730
+ "value": "#ff6262",
2731
+ "filePath": "tokens/color/semantic.light.json",
2732
+ "isSource": true,
2733
+ "original": {
2734
+ "value": "#FF6262"
2735
+ },
2736
+ "name": "color-light-mode-semantic-error-200",
2737
+ "attributes": {
2738
+ "category": "color",
2739
+ "type": "light-mode",
2740
+ "item": "semantic",
2741
+ "subitem": "error",
2742
+ "state": "200"
2743
+ },
2744
+ "path": [
2745
+ "color",
2746
+ "light-mode",
2747
+ "semantic",
2748
+ "error",
2749
+ "200"
2750
+ ]
2751
+ },
2752
+ "300": {
2753
+ "value": "#f83333",
2754
+ "filePath": "tokens/color/semantic.light.json",
2755
+ "isSource": true,
2756
+ "original": {
2757
+ "value": "#F83333"
2758
+ },
2759
+ "name": "color-light-mode-semantic-error-300",
2760
+ "attributes": {
2761
+ "category": "color",
2762
+ "type": "light-mode",
2763
+ "item": "semantic",
2764
+ "subitem": "error",
2765
+ "state": "300"
2766
+ },
2767
+ "path": [
2768
+ "color",
2769
+ "light-mode",
2770
+ "semantic",
2771
+ "error",
2772
+ "300"
2773
+ ]
2774
+ },
2775
+ "400": {
2776
+ "value": "#d61f1f",
2777
+ "filePath": "tokens/color/semantic.light.json",
2778
+ "isSource": true,
2779
+ "original": {
2780
+ "value": "#D61F1F"
2781
+ },
2782
+ "name": "color-light-mode-semantic-error-400",
2783
+ "attributes": {
2784
+ "category": "color",
2785
+ "type": "light-mode",
2786
+ "item": "semantic",
2787
+ "subitem": "error",
2788
+ "state": "400"
2789
+ },
2790
+ "path": [
2791
+ "color",
2792
+ "light-mode",
2793
+ "semantic",
2794
+ "error",
2795
+ "400"
2796
+ ]
2797
+ },
2798
+ "500": {
2799
+ "value": "#920303",
2800
+ "filePath": "tokens/color/semantic.light.json",
2801
+ "isSource": true,
2802
+ "original": {
2803
+ "value": "#920303"
2804
+ },
2805
+ "name": "color-light-mode-semantic-error-500",
2806
+ "attributes": {
2807
+ "category": "color",
2808
+ "type": "light-mode",
2809
+ "item": "semantic",
2810
+ "subitem": "error",
2811
+ "state": "500"
2812
+ },
2813
+ "path": [
2814
+ "color",
2815
+ "light-mode",
2816
+ "semantic",
2817
+ "error",
2818
+ "500"
2819
+ ]
2820
+ },
2821
+ "600": {
2822
+ "value": "#700000",
2823
+ "filePath": "tokens/color/semantic.light.json",
2824
+ "isSource": true,
2825
+ "original": {
2826
+ "value": "#700000"
2827
+ },
2828
+ "name": "color-light-mode-semantic-error-600",
2829
+ "attributes": {
2830
+ "category": "color",
2831
+ "type": "light-mode",
2832
+ "item": "semantic",
2833
+ "subitem": "error",
2834
+ "state": "600"
2835
+ },
2836
+ "path": [
2837
+ "color",
2838
+ "light-mode",
2839
+ "semantic",
2840
+ "error",
2841
+ "600"
2842
+ ]
2843
+ }
2844
+ },
2845
+ "warning": {
2846
+ "100": {
2847
+ "value": "#fff4e5",
2848
+ "filePath": "tokens/color/semantic.light.json",
2849
+ "isSource": true,
2850
+ "original": {
2851
+ "value": "#FFF4E5"
2852
+ },
2853
+ "name": "color-light-mode-semantic-warning-100",
2854
+ "attributes": {
2855
+ "category": "color",
2856
+ "type": "light-mode",
2857
+ "item": "semantic",
2858
+ "subitem": "warning",
2859
+ "state": "100"
2860
+ },
2861
+ "path": [
2862
+ "color",
2863
+ "light-mode",
2864
+ "semantic",
2865
+ "warning",
2866
+ "100"
2867
+ ]
2868
+ },
2869
+ "200": {
2870
+ "value": "#fec57b",
2871
+ "filePath": "tokens/color/semantic.light.json",
2872
+ "isSource": true,
2873
+ "original": {
2874
+ "value": "#FEC57B"
2875
+ },
2876
+ "name": "color-light-mode-semantic-warning-200",
2877
+ "attributes": {
2878
+ "category": "color",
2879
+ "type": "light-mode",
2880
+ "item": "semantic",
2881
+ "subitem": "warning",
2882
+ "state": "200"
2883
+ },
2884
+ "path": [
2885
+ "color",
2886
+ "light-mode",
2887
+ "semantic",
2888
+ "warning",
2889
+ "200"
2890
+ ]
2891
+ },
2892
+ "300": {
2893
+ "value": "#d97008",
2894
+ "filePath": "tokens/color/semantic.light.json",
2895
+ "isSource": true,
2896
+ "original": {
2897
+ "value": "#D97008"
2898
+ },
2899
+ "name": "color-light-mode-semantic-warning-300",
2900
+ "attributes": {
2901
+ "category": "color",
2902
+ "type": "light-mode",
2903
+ "item": "semantic",
2904
+ "subitem": "warning",
2905
+ "state": "300"
2906
+ },
2907
+ "path": [
2908
+ "color",
2909
+ "light-mode",
2910
+ "semantic",
2911
+ "warning",
2912
+ "300"
2913
+ ]
2914
+ },
2915
+ "400": {
2916
+ "value": "#b65c02",
2917
+ "filePath": "tokens/color/semantic.light.json",
2918
+ "isSource": true,
2919
+ "original": {
2920
+ "value": "#B65C02"
2921
+ },
2922
+ "name": "color-light-mode-semantic-warning-400",
2923
+ "attributes": {
2924
+ "category": "color",
2925
+ "type": "light-mode",
2926
+ "item": "semantic",
2927
+ "subitem": "warning",
2928
+ "state": "400"
2929
+ },
2930
+ "path": [
2931
+ "color",
2932
+ "light-mode",
2933
+ "semantic",
2934
+ "warning",
2935
+ "400"
2936
+ ]
2937
+ },
2938
+ "500": {
2939
+ "value": "#5f3811",
2940
+ "filePath": "tokens/color/semantic.light.json",
2941
+ "isSource": true,
2942
+ "original": {
2943
+ "value": "#5F3811"
2944
+ },
2945
+ "name": "color-light-mode-semantic-warning-500",
2946
+ "attributes": {
2947
+ "category": "color",
2948
+ "type": "light-mode",
2949
+ "item": "semantic",
2950
+ "subitem": "warning",
2951
+ "state": "500"
2952
+ },
2953
+ "path": [
2954
+ "color",
2955
+ "light-mode",
2956
+ "semantic",
2957
+ "warning",
2958
+ "500"
2959
+ ]
2960
+ },
2961
+ "600": {
2962
+ "value": "#43290f",
2963
+ "filePath": "tokens/color/semantic.light.json",
2964
+ "isSource": true,
2965
+ "original": {
2966
+ "value": "#43290F"
2967
+ },
2968
+ "name": "color-light-mode-semantic-warning-600",
2969
+ "attributes": {
2970
+ "category": "color",
2971
+ "type": "light-mode",
2972
+ "item": "semantic",
2973
+ "subitem": "warning",
2974
+ "state": "600"
2975
+ },
2976
+ "path": [
2977
+ "color",
2978
+ "light-mode",
2979
+ "semantic",
2980
+ "warning",
2981
+ "600"
2982
+ ]
2983
+ }
2984
+ },
2985
+ "success": {
2986
+ "100": {
2987
+ "value": "#dffcf0",
2988
+ "filePath": "tokens/color/semantic.light.json",
2989
+ "isSource": true,
2990
+ "original": {
2991
+ "value": "#DFFCF0"
2992
+ },
2993
+ "name": "color-light-mode-semantic-success-100",
2994
+ "attributes": {
2995
+ "category": "color",
2996
+ "type": "light-mode",
2997
+ "item": "semantic",
2998
+ "subitem": "success",
2999
+ "state": "100"
3000
+ },
3001
+ "path": [
3002
+ "color",
3003
+ "light-mode",
3004
+ "semantic",
3005
+ "success",
3006
+ "100"
3007
+ ]
3008
+ },
3009
+ "200": {
3010
+ "value": "#baf3db",
3011
+ "filePath": "tokens/color/semantic.light.json",
3012
+ "isSource": true,
3013
+ "original": {
3014
+ "value": "#BAF3DB"
3015
+ },
3016
+ "name": "color-light-mode-semantic-success-200",
3017
+ "attributes": {
3018
+ "category": "color",
3019
+ "type": "light-mode",
3020
+ "item": "semantic",
3021
+ "subitem": "success",
3022
+ "state": "200"
3023
+ },
3024
+ "path": [
3025
+ "color",
3026
+ "light-mode",
3027
+ "semantic",
3028
+ "success",
3029
+ "200"
3030
+ ]
3031
+ },
3032
+ "300": {
3033
+ "value": "#4bce97",
3034
+ "filePath": "tokens/color/semantic.light.json",
3035
+ "isSource": true,
3036
+ "original": {
3037
+ "value": "#4BCE97"
3038
+ },
3039
+ "name": "color-light-mode-semantic-success-300",
3040
+ "attributes": {
3041
+ "category": "color",
3042
+ "type": "light-mode",
3043
+ "item": "semantic",
3044
+ "subitem": "success",
3045
+ "state": "300"
3046
+ },
3047
+ "path": [
3048
+ "color",
3049
+ "light-mode",
3050
+ "semantic",
3051
+ "success",
3052
+ "300"
3053
+ ]
3054
+ },
3055
+ "400": {
3056
+ "value": "#1f845a",
3057
+ "filePath": "tokens/color/semantic.light.json",
3058
+ "isSource": true,
3059
+ "original": {
3060
+ "value": "#1F845A"
3061
+ },
3062
+ "name": "color-light-mode-semantic-success-400",
3063
+ "attributes": {
3064
+ "category": "color",
3065
+ "type": "light-mode",
3066
+ "item": "semantic",
3067
+ "subitem": "success",
3068
+ "state": "400"
3069
+ },
3070
+ "path": [
3071
+ "color",
3072
+ "light-mode",
3073
+ "semantic",
3074
+ "success",
3075
+ "400"
3076
+ ]
3077
+ },
3078
+ "500": {
3079
+ "value": "#164b35",
3080
+ "filePath": "tokens/color/semantic.light.json",
3081
+ "isSource": true,
3082
+ "original": {
3083
+ "value": "#164B35"
3084
+ },
3085
+ "name": "color-light-mode-semantic-success-500",
3086
+ "attributes": {
3087
+ "category": "color",
3088
+ "type": "light-mode",
3089
+ "item": "semantic",
3090
+ "subitem": "success",
3091
+ "state": "500"
3092
+ },
3093
+ "path": [
3094
+ "color",
3095
+ "light-mode",
3096
+ "semantic",
3097
+ "success",
3098
+ "500"
3099
+ ]
3100
+ },
3101
+ "600": {
3102
+ "value": "#133527",
3103
+ "filePath": "tokens/color/semantic.light.json",
3104
+ "isSource": true,
3105
+ "original": {
3106
+ "value": "#133527"
3107
+ },
3108
+ "name": "color-light-mode-semantic-success-600",
3109
+ "attributes": {
3110
+ "category": "color",
3111
+ "type": "light-mode",
3112
+ "item": "semantic",
3113
+ "subitem": "success",
3114
+ "state": "600"
3115
+ },
3116
+ "path": [
3117
+ "color",
3118
+ "light-mode",
3119
+ "semantic",
3120
+ "success",
3121
+ "600"
3122
+ ]
3123
+ }
3124
+ },
3125
+ "info": {
3126
+ "100": {
3127
+ "value": "#e3fafc",
3128
+ "filePath": "tokens/color/semantic.light.json",
3129
+ "isSource": true,
3130
+ "original": {
3131
+ "value": "#E3FAFC"
3132
+ },
3133
+ "name": "color-light-mode-semantic-info-100",
3134
+ "attributes": {
3135
+ "category": "color",
3136
+ "type": "light-mode",
3137
+ "item": "semantic",
3138
+ "subitem": "info",
3139
+ "state": "100"
3140
+ },
3141
+ "path": [
3142
+ "color",
3143
+ "light-mode",
3144
+ "semantic",
3145
+ "info",
3146
+ "100"
3147
+ ]
3148
+ },
3149
+ "200": {
3150
+ "value": "#c1f0f5",
3151
+ "filePath": "tokens/color/semantic.light.json",
3152
+ "isSource": true,
3153
+ "original": {
3154
+ "value": "#C1F0F5"
3155
+ },
3156
+ "name": "color-light-mode-semantic-info-200",
3157
+ "attributes": {
3158
+ "category": "color",
3159
+ "type": "light-mode",
3160
+ "item": "semantic",
3161
+ "subitem": "info",
3162
+ "state": "200"
3163
+ },
3164
+ "path": [
3165
+ "color",
3166
+ "light-mode",
3167
+ "semantic",
3168
+ "info",
3169
+ "200"
3170
+ ]
3171
+ },
3172
+ "300": {
3173
+ "value": "#60c6d2",
3174
+ "filePath": "tokens/color/semantic.light.json",
3175
+ "isSource": true,
3176
+ "original": {
3177
+ "value": "#60C6D2"
3178
+ },
3179
+ "name": "color-light-mode-semantic-info-300",
3180
+ "attributes": {
3181
+ "category": "color",
3182
+ "type": "light-mode",
3183
+ "item": "semantic",
3184
+ "subitem": "info",
3185
+ "state": "300"
3186
+ },
3187
+ "path": [
3188
+ "color",
3189
+ "light-mode",
3190
+ "semantic",
3191
+ "info",
3192
+ "300"
3193
+ ]
3194
+ },
3195
+ "400": {
3196
+ "value": "#1d7f8c",
3197
+ "filePath": "tokens/color/semantic.light.json",
3198
+ "isSource": true,
3199
+ "original": {
3200
+ "value": "#1D7F8C"
3201
+ },
3202
+ "name": "color-light-mode-semantic-info-400",
3203
+ "attributes": {
3204
+ "category": "color",
3205
+ "type": "light-mode",
3206
+ "item": "semantic",
3207
+ "subitem": "info",
3208
+ "state": "400"
3209
+ },
3210
+ "path": [
3211
+ "color",
3212
+ "light-mode",
3213
+ "semantic",
3214
+ "info",
3215
+ "400"
3216
+ ]
3217
+ },
3218
+ "500": {
3219
+ "value": "#206b74",
3220
+ "filePath": "tokens/color/semantic.light.json",
3221
+ "isSource": true,
3222
+ "original": {
3223
+ "value": "#206B74"
3224
+ },
3225
+ "name": "color-light-mode-semantic-info-500",
3226
+ "attributes": {
3227
+ "category": "color",
3228
+ "type": "light-mode",
3229
+ "item": "semantic",
3230
+ "subitem": "info",
3231
+ "state": "500"
3232
+ },
3233
+ "path": [
3234
+ "color",
3235
+ "light-mode",
3236
+ "semantic",
3237
+ "info",
3238
+ "500"
3239
+ ]
3240
+ },
3241
+ "600": {
3242
+ "value": "#1d474c",
3243
+ "filePath": "tokens/color/semantic.light.json",
3244
+ "isSource": true,
3245
+ "original": {
3246
+ "value": "#1D474C"
3247
+ },
3248
+ "name": "color-light-mode-semantic-info-600",
3249
+ "attributes": {
3250
+ "category": "color",
3251
+ "type": "light-mode",
3252
+ "item": "semantic",
3253
+ "subitem": "info",
3254
+ "state": "600"
3255
+ },
3256
+ "path": [
3257
+ "color",
3258
+ "light-mode",
3259
+ "semantic",
3260
+ "info",
3261
+ "600"
3262
+ ]
3263
+ }
3264
+ }
3265
+ }
3266
+ }
3267
+ },
3268
+ "text": {
3269
+ "product": {
3270
+ "bodycopy": {
3271
+ "value": {
3272
+ "fontSize": "1 * 16",
3273
+ "fontFamily": "Open Sans",
3274
+ "fontWeight": 400,
3275
+ "lineHeight": "156.3%",
3276
+ "letterSpacing": "1%"
3277
+ },
3278
+ "type": "typography",
3279
+ "filePath": "tokens-figma/typography/base.json",
3280
+ "isSource": true,
3281
+ "original": {
3282
+ "value": {
3283
+ "fontSize": "{typography.product.size.M} * {figma.typography.size.base}",
3284
+ "fontFamily": "Open Sans",
3285
+ "fontWeight": "{typography.font-weight.regular}",
3286
+ "lineHeight": "{typography.line-height.M}",
3287
+ "letterSpacing": "{typography.letter-spacing.S}"
3288
+ },
3289
+ "type": "typography"
3290
+ },
3291
+ "name": "text-product-bodycopy",
3292
+ "attributes": {
3293
+ "category": "text",
3294
+ "type": "product",
3295
+ "item": "bodycopy"
3296
+ },
3297
+ "path": [
3298
+ "text",
3299
+ "product",
3300
+ "bodycopy"
3301
+ ]
3302
+ },
3303
+ "headings": {
3304
+ "h1": {
3305
+ "value": {
3306
+ "fontSize": "2.488 * 16",
3307
+ "fontWeight": 700,
3308
+ "fontFamily": "Poppins",
3309
+ "lineHeight": "125%"
3310
+ },
3311
+ "type": "typography",
3312
+ "filePath": "tokens-figma/typography/base.json",
3313
+ "isSource": true,
3314
+ "original": {
3315
+ "value": {
3316
+ "fontSize": "{typography.product.size.4XL} * {figma.typography.size.base}",
3317
+ "fontWeight": "{typography.font-weight.bold}",
3318
+ "fontFamily": "Poppins",
3319
+ "lineHeight": "{typography.line-height.S}"
3320
+ },
3321
+ "type": "typography"
3322
+ },
3323
+ "name": "text-product-headings-h1",
3324
+ "attributes": {
3325
+ "category": "text",
3326
+ "type": "product",
3327
+ "item": "headings",
3328
+ "subitem": "h1"
3329
+ },
3330
+ "path": [
3331
+ "text",
3332
+ "product",
3333
+ "headings",
3334
+ "h1"
3335
+ ]
3336
+ },
3337
+ "h2": {
3338
+ "value": {
3339
+ "fontSize": "2.074 * 16",
3340
+ "fontWeight": 700,
3341
+ "fontFamily": "Poppins",
3342
+ "lineHeight": "125%"
3343
+ },
3344
+ "type": "typography",
3345
+ "filePath": "tokens-figma/typography/base.json",
3346
+ "isSource": true,
3347
+ "original": {
3348
+ "value": {
3349
+ "fontSize": "{typography.product.size.3XL} * {figma.typography.size.base}",
3350
+ "fontWeight": "{text.product.headings.h1.value.fontWeight}",
3351
+ "fontFamily": "{text.product.headings.h1.value.fontFamily}",
3352
+ "lineHeight": "{text.product.headings.h1.value.lineHeight}"
3353
+ },
3354
+ "type": "typography"
3355
+ },
3356
+ "name": "text-product-headings-h2",
3357
+ "attributes": {
3358
+ "category": "text",
3359
+ "type": "product",
3360
+ "item": "headings",
3361
+ "subitem": "h2"
3362
+ },
3363
+ "path": [
3364
+ "text",
3365
+ "product",
3366
+ "headings",
3367
+ "h2"
3368
+ ]
3369
+ },
3370
+ "h3": {
3371
+ "value": {
3372
+ "fontSize": "1.728 * 16",
3373
+ "fontWeight": 700,
3374
+ "fontFamily": "Poppins",
3375
+ "lineHeight": "125%"
3376
+ },
3377
+ "type": "typography",
3378
+ "filePath": "tokens-figma/typography/base.json",
3379
+ "isSource": true,
3380
+ "original": {
3381
+ "value": {
3382
+ "fontSize": "{typography.product.size.2XL} * {figma.typography.size.base}",
3383
+ "fontWeight": "{text.product.headings.h1.value.fontWeight}",
3384
+ "fontFamily": "{text.product.headings.h1.value.fontFamily}",
3385
+ "lineHeight": "{text.product.headings.h1.value.lineHeight}"
3386
+ },
3387
+ "type": "typography"
3388
+ },
3389
+ "name": "text-product-headings-h3",
3390
+ "attributes": {
3391
+ "category": "text",
3392
+ "type": "product",
3393
+ "item": "headings",
3394
+ "subitem": "h3"
3395
+ },
3396
+ "path": [
3397
+ "text",
3398
+ "product",
3399
+ "headings",
3400
+ "h3"
3401
+ ]
3402
+ },
3403
+ "h4": {
3404
+ "value": {
3405
+ "fontSize": "1.44 * 16",
3406
+ "fontWeight": 700,
3407
+ "fontFamily": "Poppins",
3408
+ "lineHeight": "125%"
3409
+ },
3410
+ "type": "typography",
3411
+ "filePath": "tokens-figma/typography/base.json",
3412
+ "isSource": true,
3413
+ "original": {
3414
+ "value": {
3415
+ "fontSize": "{typography.product.size.XL} * {figma.typography.size.base}",
3416
+ "fontWeight": "{text.product.headings.h1.value.fontWeight}",
3417
+ "fontFamily": "{text.product.headings.h1.value.fontFamily}",
3418
+ "lineHeight": "{text.product.headings.h1.value.lineHeight}"
3419
+ },
3420
+ "type": "typography"
3421
+ },
3422
+ "name": "text-product-headings-h4",
3423
+ "attributes": {
3424
+ "category": "text",
3425
+ "type": "product",
3426
+ "item": "headings",
3427
+ "subitem": "h4"
3428
+ },
3429
+ "path": [
3430
+ "text",
3431
+ "product",
3432
+ "headings",
3433
+ "h4"
3434
+ ]
3435
+ },
3436
+ "h5": {
3437
+ "value": {
3438
+ "fontSize": "1.2 * 16",
3439
+ "fontWeight": 700,
3440
+ "fontFamily": "Poppins",
3441
+ "lineHeight": "125%"
3442
+ },
3443
+ "type": "typography",
3444
+ "filePath": "tokens-figma/typography/base.json",
3445
+ "isSource": true,
3446
+ "original": {
3447
+ "value": {
3448
+ "fontSize": "{typography.product.size.L} * {figma.typography.size.base}",
3449
+ "fontWeight": "{text.product.headings.h1.value.fontWeight}",
3450
+ "fontFamily": "{text.product.headings.h1.value.fontFamily}",
3451
+ "lineHeight": "{text.product.headings.h1.value.lineHeight}"
3452
+ },
3453
+ "type": "typography"
3454
+ },
3455
+ "name": "text-product-headings-h5",
3456
+ "attributes": {
3457
+ "category": "text",
3458
+ "type": "product",
3459
+ "item": "headings",
3460
+ "subitem": "h5"
3461
+ },
3462
+ "path": [
3463
+ "text",
3464
+ "product",
3465
+ "headings",
3466
+ "h5"
3467
+ ]
3468
+ },
3469
+ "h6": {
3470
+ "value": {
3471
+ "fontSize": "1 * 16",
3472
+ "fontWeight": 700,
3473
+ "fontFamily": "Poppins",
3474
+ "lineHeight": "125%"
3475
+ },
3476
+ "type": "typography",
3477
+ "filePath": "tokens-figma/typography/base.json",
3478
+ "isSource": true,
3479
+ "original": {
3480
+ "value": {
3481
+ "fontSize": "{typography.product.size.M} * {figma.typography.size.base}",
3482
+ "fontWeight": "{text.product.headings.h1.value.fontWeight}",
3483
+ "fontFamily": "{text.product.headings.h1.value.fontFamily}",
3484
+ "lineHeight": "{text.product.headings.h1.value.lineHeight}"
3485
+ },
3486
+ "type": "typography"
3487
+ },
3488
+ "name": "text-product-headings-h6",
3489
+ "attributes": {
3490
+ "category": "text",
3491
+ "type": "product",
3492
+ "item": "headings",
3493
+ "subitem": "h6"
3494
+ },
3495
+ "path": [
3496
+ "text",
3497
+ "product",
3498
+ "headings",
3499
+ "h6"
3500
+ ]
3501
+ }
3502
+ },
3503
+ "type-scale": {
3504
+ "4XL": {
3505
+ "value": {
3506
+ "fontSize": "2.488 * 16",
3507
+ "fontFamily": "Poppins"
3508
+ },
3509
+ "type": "typography",
3510
+ "filePath": "tokens-figma/typography/base.json",
3511
+ "isSource": true,
3512
+ "original": {
3513
+ "value": {
3514
+ "fontSize": "{typography.product.size.4XL} * {figma.typography.size.base}",
3515
+ "fontFamily": "Poppins"
3516
+ },
3517
+ "type": "typography"
3518
+ },
3519
+ "name": "text-product-type-scale-4-xl",
3520
+ "attributes": {
3521
+ "category": "text",
3522
+ "type": "product",
3523
+ "item": "type-scale",
3524
+ "subitem": "4XL"
3525
+ },
3526
+ "path": [
3527
+ "text",
3528
+ "product",
3529
+ "type-scale",
3530
+ "4XL"
3531
+ ]
3532
+ },
3533
+ "3XL": {
3534
+ "value": {
3535
+ "fontSize": "2.074 * 16",
3536
+ "fontFamily": "Poppins"
3537
+ },
3538
+ "type": "typography",
3539
+ "filePath": "tokens-figma/typography/base.json",
3540
+ "isSource": true,
3541
+ "original": {
3542
+ "value": {
3543
+ "fontSize": "{typography.product.size.3XL} * {figma.typography.size.base}",
3544
+ "fontFamily": "{text.product.type-scale.4XL.value.fontFamily}"
3545
+ },
3546
+ "type": "typography"
3547
+ },
3548
+ "name": "text-product-type-scale-3-xl",
3549
+ "attributes": {
3550
+ "category": "text",
3551
+ "type": "product",
3552
+ "item": "type-scale",
3553
+ "subitem": "3XL"
3554
+ },
3555
+ "path": [
3556
+ "text",
3557
+ "product",
3558
+ "type-scale",
3559
+ "3XL"
3560
+ ]
3561
+ },
3562
+ "2XL": {
3563
+ "value": {
3564
+ "fontSize": "1.728 * 16",
3565
+ "fontFamily": "Poppins"
3566
+ },
3567
+ "type": "typography",
3568
+ "filePath": "tokens-figma/typography/base.json",
3569
+ "isSource": true,
3570
+ "original": {
3571
+ "value": {
3572
+ "fontSize": "{typography.product.size.2XL} * {figma.typography.size.base}",
3573
+ "fontFamily": "{text.product.type-scale.4XL.value.fontFamily}"
3574
+ },
3575
+ "type": "typography"
3576
+ },
3577
+ "name": "text-product-type-scale-2-xl",
3578
+ "attributes": {
3579
+ "category": "text",
3580
+ "type": "product",
3581
+ "item": "type-scale",
3582
+ "subitem": "2XL"
3583
+ },
3584
+ "path": [
3585
+ "text",
3586
+ "product",
3587
+ "type-scale",
3588
+ "2XL"
3589
+ ]
3590
+ },
3591
+ "XL": {
3592
+ "value": {
3593
+ "fontSize": "1.44 * 16",
3594
+ "fontFamily": "Poppins"
3595
+ },
3596
+ "type": "typography",
3597
+ "filePath": "tokens-figma/typography/base.json",
3598
+ "isSource": true,
3599
+ "original": {
3600
+ "value": {
3601
+ "fontSize": "{typography.product.size.XL} * {figma.typography.size.base}",
3602
+ "fontFamily": "{text.product.type-scale.4XL.value.fontFamily}"
3603
+ },
3604
+ "type": "typography"
3605
+ },
3606
+ "name": "text-product-type-scale-xl",
3607
+ "attributes": {
3608
+ "category": "text",
3609
+ "type": "product",
3610
+ "item": "type-scale",
3611
+ "subitem": "XL"
3612
+ },
3613
+ "path": [
3614
+ "text",
3615
+ "product",
3616
+ "type-scale",
3617
+ "XL"
3618
+ ]
3619
+ },
3620
+ "L": {
3621
+ "value": {
3622
+ "fontSize": "1.2 * 16",
3623
+ "fontFamily": "Poppins"
3624
+ },
3625
+ "type": "typography",
3626
+ "filePath": "tokens-figma/typography/base.json",
3627
+ "isSource": true,
3628
+ "original": {
3629
+ "value": {
3630
+ "fontSize": "{typography.product.size.L} * {figma.typography.size.base}",
3631
+ "fontFamily": "{text.product.type-scale.4XL.value.fontFamily}"
3632
+ },
3633
+ "type": "typography"
3634
+ },
3635
+ "name": "text-product-type-scale-l",
3636
+ "attributes": {
3637
+ "category": "text",
3638
+ "type": "product",
3639
+ "item": "type-scale",
3640
+ "subitem": "L"
3641
+ },
3642
+ "path": [
3643
+ "text",
3644
+ "product",
3645
+ "type-scale",
3646
+ "L"
3647
+ ]
3648
+ },
3649
+ "M": {
3650
+ "value": {
3651
+ "fontSize": "1 * 16",
3652
+ "fontFamily": "Poppins"
3653
+ },
3654
+ "comment": "Base value.",
3655
+ "type": "typography",
3656
+ "filePath": "tokens-figma/typography/base.json",
3657
+ "isSource": true,
3658
+ "original": {
3659
+ "value": {
3660
+ "fontSize": "{typography.product.size.M} * {figma.typography.size.base}",
3661
+ "fontFamily": "{text.product.type-scale.4XL.value.fontFamily}"
3662
+ },
3663
+ "comment": "Base value.",
3664
+ "type": "typography"
3665
+ },
3666
+ "name": "text-product-type-scale-m",
3667
+ "attributes": {
3668
+ "category": "text",
3669
+ "type": "product",
3670
+ "item": "type-scale",
3671
+ "subitem": "M"
3672
+ },
3673
+ "path": [
3674
+ "text",
3675
+ "product",
3676
+ "type-scale",
3677
+ "M"
3678
+ ]
3679
+ },
3680
+ "S": {
3681
+ "value": {
3682
+ "fontSize": "0.833 * 16",
3683
+ "fontFamily": "Poppins"
3684
+ },
3685
+ "type": "typography",
3686
+ "filePath": "tokens-figma/typography/base.json",
3687
+ "isSource": true,
3688
+ "original": {
3689
+ "value": {
3690
+ "fontSize": "{typography.product.size.S} * {figma.typography.size.base}",
3691
+ "fontFamily": "{text.product.type-scale.4XL.value.fontFamily}"
3692
+ },
3693
+ "type": "typography"
3694
+ },
3695
+ "name": "text-product-type-scale-s",
3696
+ "attributes": {
3697
+ "category": "text",
3698
+ "type": "product",
3699
+ "item": "type-scale",
3700
+ "subitem": "S"
3701
+ },
3702
+ "path": [
3703
+ "text",
3704
+ "product",
3705
+ "type-scale",
3706
+ "S"
3707
+ ]
3708
+ },
3709
+ "XS": {
3710
+ "value": {
3711
+ "fontSize": "0.694 * 16",
3712
+ "fontFamily": "Poppins"
3713
+ },
3714
+ "type": "typography",
3715
+ "filePath": "tokens-figma/typography/base.json",
3716
+ "isSource": true,
3717
+ "original": {
3718
+ "value": {
3719
+ "fontSize": "{typography.product.size.XS} * {figma.typography.size.base}",
3720
+ "fontFamily": "{text.product.type-scale.4XL.value.fontFamily}"
3721
+ },
3722
+ "type": "typography"
3723
+ },
3724
+ "name": "text-product-type-scale-xs",
3725
+ "attributes": {
3726
+ "category": "text",
3727
+ "type": "product",
3728
+ "item": "type-scale",
3729
+ "subitem": "XS"
3730
+ },
3731
+ "path": [
3732
+ "text",
3733
+ "product",
3734
+ "type-scale",
3735
+ "XS"
3736
+ ]
3737
+ }
3738
+ }
3739
+ },
3740
+ "marketing": {
3741
+ "bodycopy": {
3742
+ "value": {
3743
+ "fontSize": "1 * 16",
3744
+ "fontFamily": "Aleo",
3745
+ "fontWeight": 400,
3746
+ "lineHeight": "195.3%",
3747
+ "letterSpacing": "2%"
3748
+ },
3749
+ "type": "typography",
3750
+ "filePath": "tokens-figma/typography/base.json",
3751
+ "isSource": true,
3752
+ "original": {
3753
+ "value": {
3754
+ "fontSize": "{typography.marketing.size.M} * {figma.typography.size.base}",
3755
+ "fontFamily": "Aleo",
3756
+ "fontWeight": "{typography.font-weight.regular}",
3757
+ "lineHeight": "{typography.line-height.L}",
3758
+ "letterSpacing": "{typography.letter-spacing.M}"
3759
+ },
3760
+ "type": "typography"
3761
+ },
3762
+ "name": "text-marketing-bodycopy",
3763
+ "attributes": {
3764
+ "category": "text",
3765
+ "type": "marketing",
3766
+ "item": "bodycopy"
3767
+ },
3768
+ "path": [
3769
+ "text",
3770
+ "marketing",
3771
+ "bodycopy"
3772
+ ]
3773
+ },
3774
+ "headings": {
3775
+ "h1": {
3776
+ "value": {
3777
+ "fontSize": "3.052 * 16",
3778
+ "fontWeight": 700,
3779
+ "fontFamily": "Poppins",
3780
+ "lineHeight": "125%"
3781
+ },
3782
+ "type": "typography",
3783
+ "filePath": "tokens-figma/typography/base.json",
3784
+ "isSource": true,
3785
+ "original": {
3786
+ "value": {
3787
+ "fontSize": "{typography.marketing.size.4XL} * {figma.typography.size.base}",
3788
+ "fontWeight": "{typography.font-weight.bold}",
3789
+ "fontFamily": "Poppins",
3790
+ "lineHeight": "{typography.line-height.S}"
3791
+ },
3792
+ "type": "typography"
3793
+ },
3794
+ "name": "text-marketing-headings-h1",
3795
+ "attributes": {
3796
+ "category": "text",
3797
+ "type": "marketing",
3798
+ "item": "headings",
3799
+ "subitem": "h1"
3800
+ },
3801
+ "path": [
3802
+ "text",
3803
+ "marketing",
3804
+ "headings",
3805
+ "h1"
3806
+ ]
3807
+ },
3808
+ "h2": {
3809
+ "value": {
3810
+ "fontSize": "2.441 * 16",
3811
+ "fontWeight": 700,
3812
+ "fontFamily": "Poppins",
3813
+ "lineHeight": "125%"
3814
+ },
3815
+ "type": "typography",
3816
+ "filePath": "tokens-figma/typography/base.json",
3817
+ "isSource": true,
3818
+ "original": {
3819
+ "value": {
3820
+ "fontSize": "{typography.marketing.size.3XL} * {figma.typography.size.base}",
3821
+ "fontWeight": "{text.marketing.headings.h1.value.fontWeight}",
3822
+ "fontFamily": "{text.marketing.headings.h1.value.fontFamily}",
3823
+ "lineHeight": "{text.marketing.headings.h1.value.lineHeight}"
3824
+ },
3825
+ "type": "typography"
3826
+ },
3827
+ "name": "text-marketing-headings-h2",
3828
+ "attributes": {
3829
+ "category": "text",
3830
+ "type": "marketing",
3831
+ "item": "headings",
3832
+ "subitem": "h2"
3833
+ },
3834
+ "path": [
3835
+ "text",
3836
+ "marketing",
3837
+ "headings",
3838
+ "h2"
3839
+ ]
3840
+ },
3841
+ "h3": {
3842
+ "value": {
3843
+ "fontSize": "1.953 * 16",
3844
+ "fontWeight": 700,
3845
+ "fontFamily": "Poppins",
3846
+ "lineHeight": "125%"
3847
+ },
3848
+ "type": "typography",
3849
+ "filePath": "tokens-figma/typography/base.json",
3850
+ "isSource": true,
3851
+ "original": {
3852
+ "value": {
3853
+ "fontSize": "{typography.marketing.size.2XL} * {figma.typography.size.base}",
3854
+ "fontWeight": "{text.marketing.headings.h1.value.fontWeight}",
3855
+ "fontFamily": "{text.marketing.headings.h1.value.fontFamily}",
3856
+ "lineHeight": "{text.marketing.headings.h1.value.lineHeight}"
3857
+ },
3858
+ "type": "typography"
3859
+ },
3860
+ "name": "text-marketing-headings-h3",
3861
+ "attributes": {
3862
+ "category": "text",
3863
+ "type": "marketing",
3864
+ "item": "headings",
3865
+ "subitem": "h3"
3866
+ },
3867
+ "path": [
3868
+ "text",
3869
+ "marketing",
3870
+ "headings",
3871
+ "h3"
3872
+ ]
3873
+ },
3874
+ "h4": {
3875
+ "value": {
3876
+ "fontSize": "1.563 * 16",
3877
+ "fontWeight": 700,
3878
+ "fontFamily": "Poppins",
3879
+ "lineHeight": "125%"
3880
+ },
3881
+ "type": "typography",
3882
+ "filePath": "tokens-figma/typography/base.json",
3883
+ "isSource": true,
3884
+ "original": {
3885
+ "value": {
3886
+ "fontSize": "{typography.marketing.size.XL} * {figma.typography.size.base}",
3887
+ "fontWeight": "{text.marketing.headings.h1.value.fontWeight}",
3888
+ "fontFamily": "{text.marketing.headings.h1.value.fontFamily}",
3889
+ "lineHeight": "{text.marketing.headings.h1.value.lineHeight}"
3890
+ },
3891
+ "type": "typography"
3892
+ },
3893
+ "name": "text-marketing-headings-h4",
3894
+ "attributes": {
3895
+ "category": "text",
3896
+ "type": "marketing",
3897
+ "item": "headings",
3898
+ "subitem": "h4"
3899
+ },
3900
+ "path": [
3901
+ "text",
3902
+ "marketing",
3903
+ "headings",
3904
+ "h4"
3905
+ ]
3906
+ },
3907
+ "h5": {
3908
+ "value": {
3909
+ "fontSize": "1.25 * 16",
3910
+ "fontWeight": 700,
3911
+ "fontFamily": "Poppins",
3912
+ "lineHeight": "125%"
3913
+ },
3914
+ "type": "typography",
3915
+ "filePath": "tokens-figma/typography/base.json",
3916
+ "isSource": true,
3917
+ "original": {
3918
+ "value": {
3919
+ "fontSize": "{typography.marketing.size.L} * {figma.typography.size.base}",
3920
+ "fontWeight": "{text.marketing.headings.h1.value.fontWeight}",
3921
+ "fontFamily": "{text.marketing.headings.h1.value.fontFamily}",
3922
+ "lineHeight": "{text.marketing.headings.h1.value.lineHeight}"
3923
+ },
3924
+ "type": "typography"
3925
+ },
3926
+ "name": "text-marketing-headings-h5",
3927
+ "attributes": {
3928
+ "category": "text",
3929
+ "type": "marketing",
3930
+ "item": "headings",
3931
+ "subitem": "h5"
3932
+ },
3933
+ "path": [
3934
+ "text",
3935
+ "marketing",
3936
+ "headings",
3937
+ "h5"
3938
+ ]
3939
+ },
3940
+ "h6": {
3941
+ "value": {
3942
+ "fontSize": "1 * 16",
3943
+ "fontWeight": 700,
3944
+ "fontFamily": "Poppins",
3945
+ "lineHeight": "125%"
3946
+ },
3947
+ "type": "typography",
3948
+ "filePath": "tokens-figma/typography/base.json",
3949
+ "isSource": true,
3950
+ "original": {
3951
+ "value": {
3952
+ "fontSize": "{typography.marketing.size.M} * {figma.typography.size.base}",
3953
+ "fontWeight": "{text.marketing.headings.h1.value.fontWeight}",
3954
+ "fontFamily": "{text.marketing.headings.h1.value.fontFamily}",
3955
+ "lineHeight": "{text.marketing.headings.h1.value.lineHeight}"
3956
+ },
3957
+ "type": "typography"
3958
+ },
3959
+ "name": "text-marketing-headings-h6",
3960
+ "attributes": {
3961
+ "category": "text",
3962
+ "type": "marketing",
3963
+ "item": "headings",
3964
+ "subitem": "h6"
3965
+ },
3966
+ "path": [
3967
+ "text",
3968
+ "marketing",
3969
+ "headings",
3970
+ "h6"
3971
+ ]
3972
+ }
3973
+ },
3974
+ "type-scale": {
3975
+ "4XL": {
3976
+ "value": {
3977
+ "fontSize": "3.052 * 16",
3978
+ "fontFamily": "Poppins"
3979
+ },
3980
+ "type": "typography",
3981
+ "filePath": "tokens-figma/typography/base.json",
3982
+ "isSource": true,
3983
+ "original": {
3984
+ "value": {
3985
+ "fontSize": "{typography.marketing.size.4XL} * {figma.typography.size.base}",
3986
+ "fontFamily": "Poppins"
3987
+ },
3988
+ "type": "typography"
3989
+ },
3990
+ "name": "text-marketing-type-scale-4-xl",
3991
+ "attributes": {
3992
+ "category": "text",
3993
+ "type": "marketing",
3994
+ "item": "type-scale",
3995
+ "subitem": "4XL"
3996
+ },
3997
+ "path": [
3998
+ "text",
3999
+ "marketing",
4000
+ "type-scale",
4001
+ "4XL"
4002
+ ]
4003
+ },
4004
+ "3XL": {
4005
+ "value": {
4006
+ "fontSize": "2.441 * 16",
4007
+ "fontFamily": "Poppins"
4008
+ },
4009
+ "type": "typography",
4010
+ "filePath": "tokens-figma/typography/base.json",
4011
+ "isSource": true,
4012
+ "original": {
4013
+ "value": {
4014
+ "fontSize": "{typography.marketing.size.3XL} * {figma.typography.size.base}",
4015
+ "fontFamily": "{text.marketing.type-scale.4XL.value.fontFamily}"
4016
+ },
4017
+ "type": "typography"
4018
+ },
4019
+ "name": "text-marketing-type-scale-3-xl",
4020
+ "attributes": {
4021
+ "category": "text",
4022
+ "type": "marketing",
4023
+ "item": "type-scale",
4024
+ "subitem": "3XL"
4025
+ },
4026
+ "path": [
4027
+ "text",
4028
+ "marketing",
4029
+ "type-scale",
4030
+ "3XL"
4031
+ ]
4032
+ },
4033
+ "2XL": {
4034
+ "value": {
4035
+ "fontSize": "1.953 * 16",
4036
+ "fontFamily": "Poppins"
4037
+ },
4038
+ "type": "typography",
4039
+ "filePath": "tokens-figma/typography/base.json",
4040
+ "isSource": true,
4041
+ "original": {
4042
+ "value": {
4043
+ "fontSize": "{typography.marketing.size.2XL} * {figma.typography.size.base}",
4044
+ "fontFamily": "{text.marketing.type-scale.4XL.value.fontFamily}"
4045
+ },
4046
+ "type": "typography"
4047
+ },
4048
+ "name": "text-marketing-type-scale-2-xl",
4049
+ "attributes": {
4050
+ "category": "text",
4051
+ "type": "marketing",
4052
+ "item": "type-scale",
4053
+ "subitem": "2XL"
4054
+ },
4055
+ "path": [
4056
+ "text",
4057
+ "marketing",
4058
+ "type-scale",
4059
+ "2XL"
4060
+ ]
4061
+ },
4062
+ "XL": {
4063
+ "value": {
4064
+ "fontSize": "1.563 * 16",
4065
+ "fontFamily": "Poppins"
4066
+ },
4067
+ "type": "typography",
4068
+ "filePath": "tokens-figma/typography/base.json",
4069
+ "isSource": true,
4070
+ "original": {
4071
+ "value": {
4072
+ "fontSize": "{typography.marketing.size.XL} * {figma.typography.size.base}",
4073
+ "fontFamily": "{text.marketing.type-scale.4XL.value.fontFamily}"
4074
+ },
4075
+ "type": "typography"
4076
+ },
4077
+ "name": "text-marketing-type-scale-xl",
4078
+ "attributes": {
4079
+ "category": "text",
4080
+ "type": "marketing",
4081
+ "item": "type-scale",
4082
+ "subitem": "XL"
4083
+ },
4084
+ "path": [
4085
+ "text",
4086
+ "marketing",
4087
+ "type-scale",
4088
+ "XL"
4089
+ ]
4090
+ },
4091
+ "L": {
4092
+ "value": {
4093
+ "fontSize": "1.25 * 16",
4094
+ "fontFamily": "Poppins"
4095
+ },
4096
+ "type": "typography",
4097
+ "filePath": "tokens-figma/typography/base.json",
4098
+ "isSource": true,
4099
+ "original": {
4100
+ "value": {
4101
+ "fontSize": "{typography.marketing.size.L} * {figma.typography.size.base}",
4102
+ "fontFamily": "{text.marketing.type-scale.4XL.value.fontFamily}"
4103
+ },
4104
+ "type": "typography"
4105
+ },
4106
+ "name": "text-marketing-type-scale-l",
4107
+ "attributes": {
4108
+ "category": "text",
4109
+ "type": "marketing",
4110
+ "item": "type-scale",
4111
+ "subitem": "L"
4112
+ },
4113
+ "path": [
4114
+ "text",
4115
+ "marketing",
4116
+ "type-scale",
4117
+ "L"
4118
+ ]
4119
+ },
4120
+ "M": {
4121
+ "value": {
4122
+ "fontSize": "1 * 16",
4123
+ "fontFamily": "Poppins"
4124
+ },
4125
+ "comment": "Base value.",
4126
+ "type": "typography",
4127
+ "filePath": "tokens-figma/typography/base.json",
4128
+ "isSource": true,
4129
+ "original": {
4130
+ "value": {
4131
+ "fontSize": "{typography.marketing.size.M} * {figma.typography.size.base}",
4132
+ "fontFamily": "{text.marketing.type-scale.4XL.value.fontFamily}"
4133
+ },
4134
+ "comment": "Base value.",
4135
+ "type": "typography"
4136
+ },
4137
+ "name": "text-marketing-type-scale-m",
4138
+ "attributes": {
4139
+ "category": "text",
4140
+ "type": "marketing",
4141
+ "item": "type-scale",
4142
+ "subitem": "M"
4143
+ },
4144
+ "path": [
4145
+ "text",
4146
+ "marketing",
4147
+ "type-scale",
4148
+ "M"
4149
+ ]
4150
+ },
4151
+ "S": {
4152
+ "value": {
4153
+ "fontSize": "0.8 * 16",
4154
+ "fontFamily": "Poppins"
4155
+ },
4156
+ "type": "typography",
4157
+ "filePath": "tokens-figma/typography/base.json",
4158
+ "isSource": true,
4159
+ "original": {
4160
+ "value": {
4161
+ "fontSize": "{typography.marketing.size.S} * {figma.typography.size.base}",
4162
+ "fontFamily": "{text.marketing.type-scale.4XL.value.fontFamily}"
4163
+ },
4164
+ "type": "typography"
4165
+ },
4166
+ "name": "text-marketing-type-scale-s",
4167
+ "attributes": {
4168
+ "category": "text",
4169
+ "type": "marketing",
4170
+ "item": "type-scale",
4171
+ "subitem": "S"
4172
+ },
4173
+ "path": [
4174
+ "text",
4175
+ "marketing",
4176
+ "type-scale",
4177
+ "S"
4178
+ ]
4179
+ },
4180
+ "XS": {
4181
+ "value": {
4182
+ "fontSize": "0.64 * 16",
4183
+ "fontFamily": "Poppins"
4184
+ },
4185
+ "type": "typography",
4186
+ "filePath": "tokens-figma/typography/base.json",
4187
+ "isSource": true,
4188
+ "original": {
4189
+ "value": {
4190
+ "fontSize": "{typography.marketing.size.XS} * {figma.typography.size.base}",
4191
+ "fontFamily": "{text.marketing.type-scale.4XL.value.fontFamily}"
4192
+ },
4193
+ "type": "typography"
4194
+ },
4195
+ "name": "text-marketing-type-scale-xs",
4196
+ "attributes": {
4197
+ "category": "text",
4198
+ "type": "marketing",
4199
+ "item": "type-scale",
4200
+ "subitem": "XS"
4201
+ },
4202
+ "path": [
4203
+ "text",
4204
+ "marketing",
4205
+ "type-scale",
4206
+ "XS"
4207
+ ]
4208
+ }
4209
+ }
4210
+ }
4211
+ }
4212
+ }
4213
+ }