@pantheon-systems/pds-design-tokens 0.2.0-dev.0 → 0.4.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.
- package/README.md +15 -9
- package/build/css/pds-design-tokens-dark-mode.css +4 -1
- package/build/css/pds-design-tokens-light-mode.css +4 -1
- package/build/css/pds-design-tokens.css +3 -0
- package/build/figma/pds-design-tokens-figma.json +803 -987
- package/build/json/pds-design-tokens-dark-mode.json +149 -58
- package/build/json/pds-design-tokens-light-mode.json +155 -62
- package/build/json/pds-design-tokens.json +414 -709
- package/build/scss/_pds-design-tokens-dark-mode.scss +5 -2
- package/build/scss/_pds-design-tokens-light-mode.scss +5 -2
- package/build/scss/_pds-design-tokens.scss +4 -1
- package/package.json +1 -1
|
@@ -4,10 +4,14 @@
|
|
|
4
4
|
"radius": {
|
|
5
5
|
"default": {
|
|
6
6
|
"value": 0.25,
|
|
7
|
-
"
|
|
7
|
+
"defaultUnit": "rem",
|
|
8
|
+
"public": true,
|
|
9
|
+
"filePath": "tokens/border/alias.json",
|
|
8
10
|
"isSource": true,
|
|
9
11
|
"original": {
|
|
10
12
|
"value": 0.25,
|
|
13
|
+
"defaultUnit": "rem",
|
|
14
|
+
"public": true,
|
|
11
15
|
"filePath": "build/json/pds-design-tokens.json",
|
|
12
16
|
"isSource": false
|
|
13
17
|
},
|
|
@@ -27,10 +31,14 @@
|
|
|
27
31
|
"width": {
|
|
28
32
|
"default": {
|
|
29
33
|
"value": 1,
|
|
30
|
-
"
|
|
34
|
+
"defaultUnit": "px",
|
|
35
|
+
"public": true,
|
|
36
|
+
"filePath": "tokens/border/alias.json",
|
|
31
37
|
"isSource": true,
|
|
32
38
|
"original": {
|
|
33
39
|
"value": 1,
|
|
40
|
+
"defaultUnit": "px",
|
|
41
|
+
"public": true,
|
|
34
42
|
"filePath": "build/json/pds-design-tokens.json",
|
|
35
43
|
"isSource": false
|
|
36
44
|
},
|
|
@@ -54,7 +62,7 @@
|
|
|
54
62
|
"primary": {
|
|
55
63
|
"100": {
|
|
56
64
|
"value": "#fffbe9",
|
|
57
|
-
"filePath": "tokens/color/global.json",
|
|
65
|
+
"filePath": "tokens/color/base/global.json",
|
|
58
66
|
"isSource": true,
|
|
59
67
|
"original": {
|
|
60
68
|
"value": "#FFFBE9",
|
|
@@ -79,7 +87,7 @@
|
|
|
79
87
|
},
|
|
80
88
|
"200": {
|
|
81
89
|
"value": "#fff1a9",
|
|
82
|
-
"filePath": "tokens/color/global.json",
|
|
90
|
+
"filePath": "tokens/color/base/global.json",
|
|
83
91
|
"isSource": true,
|
|
84
92
|
"original": {
|
|
85
93
|
"value": "#FFF1A9",
|
|
@@ -104,7 +112,7 @@
|
|
|
104
112
|
},
|
|
105
113
|
"300": {
|
|
106
114
|
"value": "#ffe668",
|
|
107
|
-
"filePath": "tokens/color/global.json",
|
|
115
|
+
"filePath": "tokens/color/base/global.json",
|
|
108
116
|
"isSource": true,
|
|
109
117
|
"original": {
|
|
110
118
|
"value": "#FFE668",
|
|
@@ -129,7 +137,7 @@
|
|
|
129
137
|
},
|
|
130
138
|
"400": {
|
|
131
139
|
"value": "#ffdc28",
|
|
132
|
-
"filePath": "tokens/color/global.json",
|
|
140
|
+
"filePath": "tokens/color/base/global.json",
|
|
133
141
|
"isSource": true,
|
|
134
142
|
"original": {
|
|
135
143
|
"value": "#FFDC28",
|
|
@@ -154,7 +162,7 @@
|
|
|
154
162
|
},
|
|
155
163
|
"500": {
|
|
156
164
|
"value": "#bb9e08",
|
|
157
|
-
"filePath": "tokens/color/global.json",
|
|
165
|
+
"filePath": "tokens/color/base/global.json",
|
|
158
166
|
"isSource": true,
|
|
159
167
|
"original": {
|
|
160
168
|
"value": "#BB9E08",
|
|
@@ -179,7 +187,7 @@
|
|
|
179
187
|
},
|
|
180
188
|
"600": {
|
|
181
189
|
"value": "#776400",
|
|
182
|
-
"filePath": "tokens/color/global.json",
|
|
190
|
+
"filePath": "tokens/color/base/global.json",
|
|
183
191
|
"isSource": true,
|
|
184
192
|
"original": {
|
|
185
193
|
"value": "#776400",
|
|
@@ -206,7 +214,7 @@
|
|
|
206
214
|
"value": "#ffdc28",
|
|
207
215
|
"public": true,
|
|
208
216
|
"isReferenceToInternal": true,
|
|
209
|
-
"filePath": "tokens/color/global.json",
|
|
217
|
+
"filePath": "tokens/color/base/global.json",
|
|
210
218
|
"isSource": true,
|
|
211
219
|
"original": {
|
|
212
220
|
"value": "{color.global.brand.primary.400.value}",
|
|
@@ -235,7 +243,7 @@
|
|
|
235
243
|
"secondary": {
|
|
236
244
|
"100": {
|
|
237
245
|
"value": "#f0ecff",
|
|
238
|
-
"filePath": "tokens/color/global.json",
|
|
246
|
+
"filePath": "tokens/color/base/global.json",
|
|
239
247
|
"isSource": true,
|
|
240
248
|
"original": {
|
|
241
249
|
"value": "#F0ECFF",
|
|
@@ -260,7 +268,7 @@
|
|
|
260
268
|
},
|
|
261
269
|
"200": {
|
|
262
270
|
"value": "#c3b6ff",
|
|
263
|
-
"filePath": "tokens/color/global.json",
|
|
271
|
+
"filePath": "tokens/color/base/global.json",
|
|
264
272
|
"isSource": true,
|
|
265
273
|
"original": {
|
|
266
274
|
"value": "#C3B6FF",
|
|
@@ -285,7 +293,7 @@
|
|
|
285
293
|
},
|
|
286
294
|
"300": {
|
|
287
295
|
"value": "#967fff",
|
|
288
|
-
"filePath": "tokens/color/global.json",
|
|
296
|
+
"filePath": "tokens/color/base/global.json",
|
|
289
297
|
"isSource": true,
|
|
290
298
|
"original": {
|
|
291
299
|
"value": "#967FFF",
|
|
@@ -310,7 +318,7 @@
|
|
|
310
318
|
},
|
|
311
319
|
"400": {
|
|
312
320
|
"value": "#5f41e5",
|
|
313
|
-
"filePath": "tokens/color/global.json",
|
|
321
|
+
"filePath": "tokens/color/base/global.json",
|
|
314
322
|
"isSource": true,
|
|
315
323
|
"original": {
|
|
316
324
|
"value": "#5F41E5",
|
|
@@ -335,7 +343,7 @@
|
|
|
335
343
|
},
|
|
336
344
|
"500": {
|
|
337
345
|
"value": "#3017a1",
|
|
338
|
-
"filePath": "tokens/color/global.json",
|
|
346
|
+
"filePath": "tokens/color/base/global.json",
|
|
339
347
|
"isSource": true,
|
|
340
348
|
"original": {
|
|
341
349
|
"value": "#3017A1",
|
|
@@ -360,7 +368,7 @@
|
|
|
360
368
|
},
|
|
361
369
|
"600": {
|
|
362
370
|
"value": "#11005d",
|
|
363
|
-
"filePath": "tokens/color/global.json",
|
|
371
|
+
"filePath": "tokens/color/base/global.json",
|
|
364
372
|
"isSource": true,
|
|
365
373
|
"original": {
|
|
366
374
|
"value": "#11005D",
|
|
@@ -387,7 +395,7 @@
|
|
|
387
395
|
"value": "#3017a1",
|
|
388
396
|
"public": true,
|
|
389
397
|
"isReferenceToInternal": true,
|
|
390
|
-
"filePath": "tokens/color/global.json",
|
|
398
|
+
"filePath": "tokens/color/base/global.json",
|
|
391
399
|
"isSource": true,
|
|
392
400
|
"original": {
|
|
393
401
|
"value": "{color.global.brand.secondary.500.value}",
|
|
@@ -416,7 +424,7 @@
|
|
|
416
424
|
"accent": {
|
|
417
425
|
"100": {
|
|
418
426
|
"value": "#ffe5f6",
|
|
419
|
-
"filePath": "tokens/color/global.json",
|
|
427
|
+
"filePath": "tokens/color/base/global.json",
|
|
420
428
|
"isSource": true,
|
|
421
429
|
"original": {
|
|
422
430
|
"value": "#FFE5F6",
|
|
@@ -441,7 +449,7 @@
|
|
|
441
449
|
},
|
|
442
450
|
"200": {
|
|
443
451
|
"value": "#ff99dc",
|
|
444
|
-
"filePath": "tokens/color/global.json",
|
|
452
|
+
"filePath": "tokens/color/base/global.json",
|
|
445
453
|
"isSource": true,
|
|
446
454
|
"original": {
|
|
447
455
|
"value": "#FF99DC",
|
|
@@ -466,7 +474,7 @@
|
|
|
466
474
|
},
|
|
467
475
|
"300": {
|
|
468
476
|
"value": "#ff4cc3",
|
|
469
|
-
"filePath": "tokens/color/global.json",
|
|
477
|
+
"filePath": "tokens/color/base/global.json",
|
|
470
478
|
"isSource": true,
|
|
471
479
|
"original": {
|
|
472
480
|
"value": "#FF4CC3",
|
|
@@ -491,7 +499,7 @@
|
|
|
491
499
|
},
|
|
492
500
|
"400": {
|
|
493
501
|
"value": "#de0093",
|
|
494
|
-
"filePath": "tokens/color/global.json",
|
|
502
|
+
"filePath": "tokens/color/base/global.json",
|
|
495
503
|
"isSource": true,
|
|
496
504
|
"original": {
|
|
497
505
|
"value": "#DE0093",
|
|
@@ -516,7 +524,7 @@
|
|
|
516
524
|
},
|
|
517
525
|
"500": {
|
|
518
526
|
"value": "#9a0066",
|
|
519
|
-
"filePath": "tokens/color/global.json",
|
|
527
|
+
"filePath": "tokens/color/base/global.json",
|
|
520
528
|
"isSource": true,
|
|
521
529
|
"original": {
|
|
522
530
|
"value": "#9A0066",
|
|
@@ -541,7 +549,7 @@
|
|
|
541
549
|
},
|
|
542
550
|
"600": {
|
|
543
551
|
"value": "#560039",
|
|
544
|
-
"filePath": "tokens/color/global.json",
|
|
552
|
+
"filePath": "tokens/color/base/global.json",
|
|
545
553
|
"isSource": true,
|
|
546
554
|
"original": {
|
|
547
555
|
"value": "#560039",
|
|
@@ -568,7 +576,7 @@
|
|
|
568
576
|
"value": "#de0093",
|
|
569
577
|
"public": true,
|
|
570
578
|
"isReferenceToInternal": true,
|
|
571
|
-
"filePath": "tokens/color/global.json",
|
|
579
|
+
"filePath": "tokens/color/base/global.json",
|
|
572
580
|
"isSource": true,
|
|
573
581
|
"original": {
|
|
574
582
|
"value": "{color.global.brand.accent.400.value}",
|
|
@@ -598,7 +606,7 @@
|
|
|
598
606
|
"admin": {
|
|
599
607
|
"100": {
|
|
600
608
|
"value": "#f7f1ff",
|
|
601
|
-
"filePath": "tokens/color/global.json",
|
|
609
|
+
"filePath": "tokens/color/base/global.json",
|
|
602
610
|
"isSource": true,
|
|
603
611
|
"original": {
|
|
604
612
|
"value": "#F7F1FF",
|
|
@@ -621,7 +629,7 @@
|
|
|
621
629
|
},
|
|
622
630
|
"200": {
|
|
623
631
|
"value": "#6a1d85",
|
|
624
|
-
"filePath": "tokens/color/global.json",
|
|
632
|
+
"filePath": "tokens/color/base/global.json",
|
|
625
633
|
"isSource": true,
|
|
626
634
|
"original": {
|
|
627
635
|
"value": "#6A1D85",
|
|
@@ -644,7 +652,7 @@
|
|
|
644
652
|
},
|
|
645
653
|
"300": {
|
|
646
654
|
"value": "#451157",
|
|
647
|
-
"filePath": "tokens/color/global.json",
|
|
655
|
+
"filePath": "tokens/color/base/global.json",
|
|
648
656
|
"isSource": true,
|
|
649
657
|
"original": {
|
|
650
658
|
"value": "#451157",
|
|
@@ -669,7 +677,7 @@
|
|
|
669
677
|
"partner": {
|
|
670
678
|
"gitlab": {
|
|
671
679
|
"value": "#ffedfb",
|
|
672
|
-
"filePath": "tokens/color/global.json",
|
|
680
|
+
"filePath": "tokens/color/base/global.json",
|
|
673
681
|
"isSource": true,
|
|
674
682
|
"original": {
|
|
675
683
|
"value": "#FFEDFB",
|
|
@@ -692,7 +700,7 @@
|
|
|
692
700
|
},
|
|
693
701
|
"bitbucket": {
|
|
694
702
|
"value": "#004dc0",
|
|
695
|
-
"filePath": "tokens/color/global.json",
|
|
703
|
+
"filePath": "tokens/color/base/global.json",
|
|
696
704
|
"isSource": true,
|
|
697
705
|
"original": {
|
|
698
706
|
"value": "#004DC0",
|
|
@@ -715,7 +723,7 @@
|
|
|
715
723
|
},
|
|
716
724
|
"gatsby": {
|
|
717
725
|
"value": "#663399",
|
|
718
|
-
"filePath": "tokens/color/global.json",
|
|
726
|
+
"filePath": "tokens/color/base/global.json",
|
|
719
727
|
"isSource": true,
|
|
720
728
|
"original": {
|
|
721
729
|
"value": "#663399",
|
|
@@ -742,7 +750,7 @@
|
|
|
742
750
|
"value": "linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%)",
|
|
743
751
|
"type": "color",
|
|
744
752
|
"public": true,
|
|
745
|
-
"filePath": "tokens/color/gradients.json",
|
|
753
|
+
"filePath": "tokens/color/base/gradients.json",
|
|
746
754
|
"isSource": true,
|
|
747
755
|
"original": {
|
|
748
756
|
"value": {
|
|
@@ -776,7 +784,7 @@
|
|
|
776
784
|
"value": "linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%)",
|
|
777
785
|
"type": "color",
|
|
778
786
|
"public": true,
|
|
779
|
-
"filePath": "tokens/color/gradients.json",
|
|
787
|
+
"filePath": "tokens/color/base/gradients.json",
|
|
780
788
|
"isSource": true,
|
|
781
789
|
"original": {
|
|
782
790
|
"value": {
|
|
@@ -810,7 +818,7 @@
|
|
|
810
818
|
"value": "linear-gradient(228.64deg, #2B017B 41.87%, #29B2FF 100%)",
|
|
811
819
|
"type": "color",
|
|
812
820
|
"public": true,
|
|
813
|
-
"filePath": "tokens/color/gradients.json",
|
|
821
|
+
"filePath": "tokens/color/base/gradients.json",
|
|
814
822
|
"isSource": true,
|
|
815
823
|
"original": {
|
|
816
824
|
"value": {
|
|
@@ -844,7 +852,7 @@
|
|
|
844
852
|
"value": "linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%)",
|
|
845
853
|
"type": "color",
|
|
846
854
|
"public": true,
|
|
847
|
-
"filePath": "tokens/color/gradients.json",
|
|
855
|
+
"filePath": "tokens/color/base/gradients.json",
|
|
848
856
|
"isSource": true,
|
|
849
857
|
"original": {
|
|
850
858
|
"value": {
|
|
@@ -882,7 +890,7 @@
|
|
|
882
890
|
"value": "#1d1d29",
|
|
883
891
|
"public": true,
|
|
884
892
|
"isReferenceToInternal": true,
|
|
885
|
-
"filePath": "tokens/color/
|
|
893
|
+
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
886
894
|
"isSource": true,
|
|
887
895
|
"original": {
|
|
888
896
|
"value": "{color.dark-mode.neutral.600.value}",
|
|
@@ -909,7 +917,7 @@
|
|
|
909
917
|
"value": "#504e62",
|
|
910
918
|
"public": true,
|
|
911
919
|
"isReferenceToInternal": true,
|
|
912
|
-
"filePath": "tokens/color/
|
|
920
|
+
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
913
921
|
"isSource": true,
|
|
914
922
|
"original": {
|
|
915
923
|
"value": "{color.dark-mode.neutral.400.value}",
|
|
@@ -931,13 +939,40 @@
|
|
|
931
939
|
]
|
|
932
940
|
}
|
|
933
941
|
},
|
|
942
|
+
"foreground": {
|
|
943
|
+
"default": {
|
|
944
|
+
"value": "#ffffff",
|
|
945
|
+
"public": true,
|
|
946
|
+
"isReferenceToInternal": true,
|
|
947
|
+
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
948
|
+
"isSource": true,
|
|
949
|
+
"original": {
|
|
950
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
951
|
+
"public": true,
|
|
952
|
+
"isReferenceToInternal": true
|
|
953
|
+
},
|
|
954
|
+
"name": "color-dark-mode-foreground-default",
|
|
955
|
+
"attributes": {
|
|
956
|
+
"category": "color",
|
|
957
|
+
"type": "dark-mode",
|
|
958
|
+
"item": "foreground",
|
|
959
|
+
"subitem": "default"
|
|
960
|
+
},
|
|
961
|
+
"path": [
|
|
962
|
+
"color",
|
|
963
|
+
"dark-mode",
|
|
964
|
+
"foreground",
|
|
965
|
+
"default"
|
|
966
|
+
]
|
|
967
|
+
}
|
|
968
|
+
},
|
|
934
969
|
"input": {
|
|
935
970
|
"background": {
|
|
936
971
|
"default": {
|
|
937
972
|
"value": "#1d1d29",
|
|
938
973
|
"public": true,
|
|
939
974
|
"isReferenceToInternal": true,
|
|
940
|
-
"filePath": "tokens/color/
|
|
975
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
941
976
|
"isSource": true,
|
|
942
977
|
"original": {
|
|
943
978
|
"value": "{color.dark-mode.neutral.600.value}",
|
|
@@ -964,7 +999,7 @@
|
|
|
964
999
|
"value": "#504e62",
|
|
965
1000
|
"public": true,
|
|
966
1001
|
"isReferenceToInternal": true,
|
|
967
|
-
"filePath": "tokens/color/
|
|
1002
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
968
1003
|
"isSource": true,
|
|
969
1004
|
"original": {
|
|
970
1005
|
"value": "{color.dark-mode.neutral.400.value}",
|
|
@@ -992,7 +1027,7 @@
|
|
|
992
1027
|
"default": {
|
|
993
1028
|
"value": "#504e62",
|
|
994
1029
|
"public": true,
|
|
995
|
-
"filePath": "tokens/color/
|
|
1030
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
996
1031
|
"isSource": true,
|
|
997
1032
|
"original": {
|
|
998
1033
|
"value": "{color.dark-mode.border.default}",
|
|
@@ -1018,7 +1053,7 @@
|
|
|
1018
1053
|
"value": "#858299",
|
|
1019
1054
|
"public": true,
|
|
1020
1055
|
"isReferenceToInternal": true,
|
|
1021
|
-
"filePath": "tokens/color/
|
|
1056
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
1022
1057
|
"isSource": true,
|
|
1023
1058
|
"original": {
|
|
1024
1059
|
"value": "{color.dark-mode.neutral.300.value}",
|
|
@@ -1048,7 +1083,7 @@
|
|
|
1048
1083
|
"value": "#36a3ff",
|
|
1049
1084
|
"public": true,
|
|
1050
1085
|
"isReferenceToInternal": true,
|
|
1051
|
-
"filePath": "tokens/color/
|
|
1086
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1052
1087
|
"isSource": true,
|
|
1053
1088
|
"original": {
|
|
1054
1089
|
"value": "{color.dark-mode.interactive.link.400.value}",
|
|
@@ -1073,7 +1108,7 @@
|
|
|
1073
1108
|
"value": "#2776b9",
|
|
1074
1109
|
"public": true,
|
|
1075
1110
|
"isReferenceToInternal": true,
|
|
1076
|
-
"filePath": "tokens/color/
|
|
1111
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1077
1112
|
"isSource": true,
|
|
1078
1113
|
"original": {
|
|
1079
1114
|
"value": "{color.dark-mode.interactive.link.500.value}",
|
|
@@ -1098,7 +1133,7 @@
|
|
|
1098
1133
|
"value": "#2776b9",
|
|
1099
1134
|
"public": true,
|
|
1100
1135
|
"isReferenceToInternal": true,
|
|
1101
|
-
"filePath": "tokens/color/
|
|
1136
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1102
1137
|
"isSource": true,
|
|
1103
1138
|
"original": {
|
|
1104
1139
|
"value": "{color.dark-mode.interactive.link.500.value}",
|
|
@@ -1123,7 +1158,7 @@
|
|
|
1123
1158
|
"value": "#967fff",
|
|
1124
1159
|
"public": true,
|
|
1125
1160
|
"isReferenceToInternal": true,
|
|
1126
|
-
"filePath": "tokens/color/
|
|
1161
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1127
1162
|
"isSource": true,
|
|
1128
1163
|
"original": {
|
|
1129
1164
|
"value": "{color.dark-mode.interactive.visited.400.value}",
|
|
@@ -1150,7 +1185,7 @@
|
|
|
1150
1185
|
"value": "#ffffff",
|
|
1151
1186
|
"public": true,
|
|
1152
1187
|
"isReferenceToInternal": true,
|
|
1153
|
-
"filePath": "tokens/color/
|
|
1188
|
+
"filePath": "tokens/color/alias/typography.dark.json",
|
|
1154
1189
|
"isSource": true,
|
|
1155
1190
|
"original": {
|
|
1156
1191
|
"value": "{color.dark-mode.neutral.000.value}",
|
|
@@ -1171,50 +1206,50 @@
|
|
|
1171
1206
|
"default"
|
|
1172
1207
|
]
|
|
1173
1208
|
},
|
|
1174
|
-
"
|
|
1209
|
+
"paragraph": {
|
|
1175
1210
|
"value": "#ffffff",
|
|
1176
1211
|
"public": true,
|
|
1177
|
-
"filePath": "tokens/color/
|
|
1212
|
+
"filePath": "tokens/color/alias/typography.dark.json",
|
|
1178
1213
|
"isSource": true,
|
|
1179
1214
|
"original": {
|
|
1180
1215
|
"value": "{color.dark-mode.text.default}",
|
|
1181
1216
|
"public": true
|
|
1182
1217
|
},
|
|
1183
|
-
"name": "color-dark-mode-text-
|
|
1218
|
+
"name": "color-dark-mode-text-paragraph",
|
|
1184
1219
|
"attributes": {
|
|
1185
1220
|
"category": "color",
|
|
1186
1221
|
"type": "dark-mode",
|
|
1187
1222
|
"item": "text",
|
|
1188
|
-
"subitem": "
|
|
1223
|
+
"subitem": "paragraph"
|
|
1189
1224
|
},
|
|
1190
1225
|
"path": [
|
|
1191
1226
|
"color",
|
|
1192
1227
|
"dark-mode",
|
|
1193
1228
|
"text",
|
|
1194
|
-
"
|
|
1229
|
+
"paragraph"
|
|
1195
1230
|
]
|
|
1196
1231
|
},
|
|
1197
|
-
"
|
|
1232
|
+
"headings": {
|
|
1198
1233
|
"value": "#ffffff",
|
|
1199
1234
|
"public": true,
|
|
1200
|
-
"filePath": "tokens/color/
|
|
1235
|
+
"filePath": "tokens/color/alias/typography.dark.json",
|
|
1201
1236
|
"isSource": true,
|
|
1202
1237
|
"original": {
|
|
1203
1238
|
"value": "{color.dark-mode.text.default}",
|
|
1204
1239
|
"public": true
|
|
1205
1240
|
},
|
|
1206
|
-
"name": "color-dark-mode-text-
|
|
1241
|
+
"name": "color-dark-mode-text-headings",
|
|
1207
1242
|
"attributes": {
|
|
1208
1243
|
"category": "color",
|
|
1209
1244
|
"type": "dark-mode",
|
|
1210
1245
|
"item": "text",
|
|
1211
|
-
"subitem": "
|
|
1246
|
+
"subitem": "headings"
|
|
1212
1247
|
},
|
|
1213
1248
|
"path": [
|
|
1214
1249
|
"color",
|
|
1215
1250
|
"dark-mode",
|
|
1216
1251
|
"text",
|
|
1217
|
-
"
|
|
1252
|
+
"headings"
|
|
1218
1253
|
]
|
|
1219
1254
|
}
|
|
1220
1255
|
},
|
|
@@ -1222,7 +1257,7 @@
|
|
|
1222
1257
|
"link": {
|
|
1223
1258
|
"400": {
|
|
1224
1259
|
"value": "#36a3ff",
|
|
1225
|
-
"filePath": "tokens/color/interactive.dark.json",
|
|
1260
|
+
"filePath": "tokens/color/base/interactive.dark.json",
|
|
1226
1261
|
"isSource": true,
|
|
1227
1262
|
"original": {
|
|
1228
1263
|
"value": "#36A3FF"
|
|
@@ -1245,7 +1280,7 @@
|
|
|
1245
1280
|
},
|
|
1246
1281
|
"500": {
|
|
1247
1282
|
"value": "#2776b9",
|
|
1248
|
-
"filePath": "tokens/color/interactive.dark.json",
|
|
1283
|
+
"filePath": "tokens/color/base/interactive.dark.json",
|
|
1249
1284
|
"isSource": true,
|
|
1250
1285
|
"original": {
|
|
1251
1286
|
"value": "#2776B9"
|
|
@@ -1270,7 +1305,7 @@
|
|
|
1270
1305
|
"visited": {
|
|
1271
1306
|
"400": {
|
|
1272
1307
|
"value": "#967fff",
|
|
1273
|
-
"filePath": "tokens/color/interactive.dark.json",
|
|
1308
|
+
"filePath": "tokens/color/base/interactive.dark.json",
|
|
1274
1309
|
"isSource": true,
|
|
1275
1310
|
"original": {
|
|
1276
1311
|
"value": "#967FFF"
|
|
@@ -1293,7 +1328,7 @@
|
|
|
1293
1328
|
},
|
|
1294
1329
|
"500": {
|
|
1295
1330
|
"value": "#5f41e5",
|
|
1296
|
-
"filePath": "tokens/color/interactive.dark.json",
|
|
1331
|
+
"filePath": "tokens/color/base/interactive.dark.json",
|
|
1297
1332
|
"isSource": true,
|
|
1298
1333
|
"original": {
|
|
1299
1334
|
"value": "#5F41E5"
|
|
@@ -1319,7 +1354,7 @@
|
|
|
1319
1354
|
"neutral": {
|
|
1320
1355
|
"100": {
|
|
1321
1356
|
"value": "#c7c5d0",
|
|
1322
|
-
"filePath": "tokens/color/
|
|
1357
|
+
"filePath": "tokens/color/base/neutral.dark.json",
|
|
1323
1358
|
"isSource": true,
|
|
1324
1359
|
"original": {
|
|
1325
1360
|
"value": "#C7C5D0"
|
|
@@ -1340,7 +1375,7 @@
|
|
|
1340
1375
|
},
|
|
1341
1376
|
"200": {
|
|
1342
1377
|
"value": "#a6a3b4",
|
|
1343
|
-
"filePath": "tokens/color/
|
|
1378
|
+
"filePath": "tokens/color/base/neutral.dark.json",
|
|
1344
1379
|
"isSource": true,
|
|
1345
1380
|
"original": {
|
|
1346
1381
|
"value": "#A6A3B4"
|
|
@@ -1361,7 +1396,7 @@
|
|
|
1361
1396
|
},
|
|
1362
1397
|
"300": {
|
|
1363
1398
|
"value": "#858299",
|
|
1364
|
-
"filePath": "tokens/color/
|
|
1399
|
+
"filePath": "tokens/color/base/neutral.dark.json",
|
|
1365
1400
|
"isSource": true,
|
|
1366
1401
|
"original": {
|
|
1367
1402
|
"value": "#858299"
|
|
@@ -1382,7 +1417,7 @@
|
|
|
1382
1417
|
},
|
|
1383
1418
|
"400": {
|
|
1384
1419
|
"value": "#504e62",
|
|
1385
|
-
"filePath": "tokens/color/
|
|
1420
|
+
"filePath": "tokens/color/base/neutral.dark.json",
|
|
1386
1421
|
"isSource": true,
|
|
1387
1422
|
"original": {
|
|
1388
1423
|
"value": "#504E62"
|
|
@@ -1403,7 +1438,7 @@
|
|
|
1403
1438
|
},
|
|
1404
1439
|
"500": {
|
|
1405
1440
|
"value": "#282839",
|
|
1406
|
-
"filePath": "tokens/color/
|
|
1441
|
+
"filePath": "tokens/color/base/neutral.dark.json",
|
|
1407
1442
|
"isSource": true,
|
|
1408
1443
|
"original": {
|
|
1409
1444
|
"value": "#282839"
|
|
@@ -1424,7 +1459,7 @@
|
|
|
1424
1459
|
},
|
|
1425
1460
|
"600": {
|
|
1426
1461
|
"value": "#1d1d29",
|
|
1427
|
-
"filePath": "tokens/color/
|
|
1462
|
+
"filePath": "tokens/color/base/neutral.dark.json",
|
|
1428
1463
|
"isSource": true,
|
|
1429
1464
|
"original": {
|
|
1430
1465
|
"value": "#1D1D29"
|
|
@@ -1445,7 +1480,7 @@
|
|
|
1445
1480
|
},
|
|
1446
1481
|
"700": {
|
|
1447
1482
|
"value": "#121219",
|
|
1448
|
-
"filePath": "tokens/color/
|
|
1483
|
+
"filePath": "tokens/color/base/neutral.dark.json",
|
|
1449
1484
|
"isSource": true,
|
|
1450
1485
|
"original": {
|
|
1451
1486
|
"value": "#121219"
|
|
@@ -1466,7 +1501,7 @@
|
|
|
1466
1501
|
},
|
|
1467
1502
|
"050": {
|
|
1468
1503
|
"value": "#e7e7eb",
|
|
1469
|
-
"filePath": "tokens/color/
|
|
1504
|
+
"filePath": "tokens/color/base/neutral.dark.json",
|
|
1470
1505
|
"isSource": true,
|
|
1471
1506
|
"original": {
|
|
1472
1507
|
"value": "#E7E7EB"
|
|
@@ -1487,7 +1522,7 @@
|
|
|
1487
1522
|
},
|
|
1488
1523
|
"000": {
|
|
1489
1524
|
"value": "#ffffff",
|
|
1490
|
-
"filePath": "tokens/color/
|
|
1525
|
+
"filePath": "tokens/color/base/neutral.dark.json",
|
|
1491
1526
|
"isSource": true,
|
|
1492
1527
|
"original": {
|
|
1493
1528
|
"value": "#FFFFFF"
|
|
@@ -1511,7 +1546,7 @@
|
|
|
1511
1546
|
"error": {
|
|
1512
1547
|
"100": {
|
|
1513
1548
|
"value": "#fff0f0",
|
|
1514
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1549
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1515
1550
|
"isSource": true,
|
|
1516
1551
|
"original": {
|
|
1517
1552
|
"value": "#FFF0F0"
|
|
@@ -1534,7 +1569,7 @@
|
|
|
1534
1569
|
},
|
|
1535
1570
|
"200": {
|
|
1536
1571
|
"value": "#ffafaf",
|
|
1537
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1572
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1538
1573
|
"isSource": true,
|
|
1539
1574
|
"original": {
|
|
1540
1575
|
"value": "#FFAFAF"
|
|
@@ -1557,7 +1592,7 @@
|
|
|
1557
1592
|
},
|
|
1558
1593
|
"300": {
|
|
1559
1594
|
"value": "#e05757",
|
|
1560
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1595
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1561
1596
|
"isSource": true,
|
|
1562
1597
|
"original": {
|
|
1563
1598
|
"value": "#E05757"
|
|
@@ -1580,7 +1615,7 @@
|
|
|
1580
1615
|
},
|
|
1581
1616
|
"400": {
|
|
1582
1617
|
"value": "#be4242",
|
|
1583
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1618
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1584
1619
|
"isSource": true,
|
|
1585
1620
|
"original": {
|
|
1586
1621
|
"value": "#BE4242"
|
|
@@ -1603,7 +1638,7 @@
|
|
|
1603
1638
|
},
|
|
1604
1639
|
"500": {
|
|
1605
1640
|
"value": "#9c2f2f",
|
|
1606
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1641
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1607
1642
|
"isSource": true,
|
|
1608
1643
|
"original": {
|
|
1609
1644
|
"value": "#9C2F2F"
|
|
@@ -1626,7 +1661,7 @@
|
|
|
1626
1661
|
},
|
|
1627
1662
|
"600": {
|
|
1628
1663
|
"value": "#7a1f1f",
|
|
1629
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1664
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1630
1665
|
"isSource": true,
|
|
1631
1666
|
"original": {
|
|
1632
1667
|
"value": "#7A1F1F"
|
|
@@ -1651,7 +1686,7 @@
|
|
|
1651
1686
|
"warning": {
|
|
1652
1687
|
"100": {
|
|
1653
1688
|
"value": "#fff4ea",
|
|
1654
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1689
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1655
1690
|
"isSource": true,
|
|
1656
1691
|
"original": {
|
|
1657
1692
|
"value": "#FFF4EA"
|
|
@@ -1674,7 +1709,7 @@
|
|
|
1674
1709
|
},
|
|
1675
1710
|
"200": {
|
|
1676
1711
|
"value": "#ffc38b",
|
|
1677
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1712
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1678
1713
|
"isSource": true,
|
|
1679
1714
|
"original": {
|
|
1680
1715
|
"value": "#FFC38B"
|
|
@@ -1697,7 +1732,7 @@
|
|
|
1697
1732
|
},
|
|
1698
1733
|
"300": {
|
|
1699
1734
|
"value": "#ff922d",
|
|
1700
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1735
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1701
1736
|
"isSource": true,
|
|
1702
1737
|
"original": {
|
|
1703
1738
|
"value": "#FF922D"
|
|
@@ -1720,7 +1755,7 @@
|
|
|
1720
1755
|
},
|
|
1721
1756
|
"400": {
|
|
1722
1757
|
"value": "#dd781b",
|
|
1723
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1758
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1724
1759
|
"isSource": true,
|
|
1725
1760
|
"original": {
|
|
1726
1761
|
"value": "#DD781B"
|
|
@@ -1743,7 +1778,7 @@
|
|
|
1743
1778
|
},
|
|
1744
1779
|
"500": {
|
|
1745
1780
|
"value": "#994b02",
|
|
1746
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1781
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1747
1782
|
"isSource": true,
|
|
1748
1783
|
"original": {
|
|
1749
1784
|
"value": "#994B02"
|
|
@@ -1766,7 +1801,7 @@
|
|
|
1766
1801
|
},
|
|
1767
1802
|
"600": {
|
|
1768
1803
|
"value": "#552900",
|
|
1769
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1804
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1770
1805
|
"isSource": true,
|
|
1771
1806
|
"original": {
|
|
1772
1807
|
"value": "#552900"
|
|
@@ -1791,7 +1826,7 @@
|
|
|
1791
1826
|
"success": {
|
|
1792
1827
|
"100": {
|
|
1793
1828
|
"value": "#f0fff8",
|
|
1794
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1829
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1795
1830
|
"isSource": true,
|
|
1796
1831
|
"original": {
|
|
1797
1832
|
"value": "#F0FFF8"
|
|
@@ -1814,7 +1849,7 @@
|
|
|
1814
1849
|
},
|
|
1815
1850
|
"200": {
|
|
1816
1851
|
"value": "#acffdc",
|
|
1817
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1852
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1818
1853
|
"isSource": true,
|
|
1819
1854
|
"original": {
|
|
1820
1855
|
"value": "#ACFFDC"
|
|
@@ -1837,7 +1872,7 @@
|
|
|
1837
1872
|
},
|
|
1838
1873
|
"300": {
|
|
1839
1874
|
"value": "#22a06b",
|
|
1840
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1875
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1841
1876
|
"isSource": true,
|
|
1842
1877
|
"original": {
|
|
1843
1878
|
"value": "#22A06B"
|
|
@@ -1860,7 +1895,7 @@
|
|
|
1860
1895
|
},
|
|
1861
1896
|
"400": {
|
|
1862
1897
|
"value": "#137e51",
|
|
1863
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1898
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1864
1899
|
"isSource": true,
|
|
1865
1900
|
"original": {
|
|
1866
1901
|
"value": "#137E51"
|
|
@@ -1883,7 +1918,7 @@
|
|
|
1883
1918
|
},
|
|
1884
1919
|
"500": {
|
|
1885
1920
|
"value": "#085c39",
|
|
1886
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1921
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1887
1922
|
"isSource": true,
|
|
1888
1923
|
"original": {
|
|
1889
1924
|
"value": "#085C39"
|
|
@@ -1906,7 +1941,7 @@
|
|
|
1906
1941
|
},
|
|
1907
1942
|
"600": {
|
|
1908
1943
|
"value": "#133527",
|
|
1909
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1944
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1910
1945
|
"isSource": true,
|
|
1911
1946
|
"original": {
|
|
1912
1947
|
"value": "#133527"
|
|
@@ -1931,7 +1966,7 @@
|
|
|
1931
1966
|
"info": {
|
|
1932
1967
|
"100": {
|
|
1933
1968
|
"value": "#e3fafc",
|
|
1934
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1969
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1935
1970
|
"isSource": true,
|
|
1936
1971
|
"original": {
|
|
1937
1972
|
"value": "#E3FAFC"
|
|
@@ -1954,7 +1989,7 @@
|
|
|
1954
1989
|
},
|
|
1955
1990
|
"200": {
|
|
1956
1991
|
"value": "#c1f0f5",
|
|
1957
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
1992
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1958
1993
|
"isSource": true,
|
|
1959
1994
|
"original": {
|
|
1960
1995
|
"value": "#C1F0F5"
|
|
@@ -1977,7 +2012,7 @@
|
|
|
1977
2012
|
},
|
|
1978
2013
|
"300": {
|
|
1979
2014
|
"value": "#60c6d2",
|
|
1980
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
2015
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
1981
2016
|
"isSource": true,
|
|
1982
2017
|
"original": {
|
|
1983
2018
|
"value": "#60C6D2"
|
|
@@ -2000,7 +2035,7 @@
|
|
|
2000
2035
|
},
|
|
2001
2036
|
"400": {
|
|
2002
2037
|
"value": "#1d7f8c",
|
|
2003
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
2038
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
2004
2039
|
"isSource": true,
|
|
2005
2040
|
"original": {
|
|
2006
2041
|
"value": "#1D7F8C"
|
|
@@ -2023,7 +2058,7 @@
|
|
|
2023
2058
|
},
|
|
2024
2059
|
"500": {
|
|
2025
2060
|
"value": "#206b74",
|
|
2026
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
2061
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
2027
2062
|
"isSource": true,
|
|
2028
2063
|
"original": {
|
|
2029
2064
|
"value": "#206B74"
|
|
@@ -2046,7 +2081,7 @@
|
|
|
2046
2081
|
},
|
|
2047
2082
|
"600": {
|
|
2048
2083
|
"value": "#1d474c",
|
|
2049
|
-
"filePath": "tokens/color/semantic.dark.json",
|
|
2084
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
2050
2085
|
"isSource": true,
|
|
2051
2086
|
"original": {
|
|
2052
2087
|
"value": "#1D474C"
|
|
@@ -2076,7 +2111,7 @@
|
|
|
2076
2111
|
"value": "#ffffff",
|
|
2077
2112
|
"public": true,
|
|
2078
2113
|
"isReferenceToInternal": true,
|
|
2079
|
-
"filePath": "tokens/color/
|
|
2114
|
+
"filePath": "tokens/color/alias/defaults.light.json",
|
|
2080
2115
|
"isSource": true,
|
|
2081
2116
|
"original": {
|
|
2082
2117
|
"value": "{color.light-mode.neutral.000.value}",
|
|
@@ -2103,7 +2138,7 @@
|
|
|
2103
2138
|
"value": "#71717c",
|
|
2104
2139
|
"public": true,
|
|
2105
2140
|
"isReferenceToInternal": true,
|
|
2106
|
-
"filePath": "tokens/color/
|
|
2141
|
+
"filePath": "tokens/color/alias/defaults.light.json",
|
|
2107
2142
|
"isSource": true,
|
|
2108
2143
|
"original": {
|
|
2109
2144
|
"value": "{color.light-mode.neutral.400.value}",
|
|
@@ -2125,13 +2160,40 @@
|
|
|
2125
2160
|
]
|
|
2126
2161
|
}
|
|
2127
2162
|
},
|
|
2163
|
+
"foreground": {
|
|
2164
|
+
"default": {
|
|
2165
|
+
"value": "#23232d",
|
|
2166
|
+
"public": true,
|
|
2167
|
+
"isReferenceToInternal": true,
|
|
2168
|
+
"filePath": "tokens/color/alias/defaults.light.json",
|
|
2169
|
+
"isSource": true,
|
|
2170
|
+
"original": {
|
|
2171
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
2172
|
+
"public": true,
|
|
2173
|
+
"isReferenceToInternal": true
|
|
2174
|
+
},
|
|
2175
|
+
"name": "color-light-mode-foreground-default",
|
|
2176
|
+
"attributes": {
|
|
2177
|
+
"category": "color",
|
|
2178
|
+
"type": "light-mode",
|
|
2179
|
+
"item": "foreground",
|
|
2180
|
+
"subitem": "default"
|
|
2181
|
+
},
|
|
2182
|
+
"path": [
|
|
2183
|
+
"color",
|
|
2184
|
+
"light-mode",
|
|
2185
|
+
"foreground",
|
|
2186
|
+
"default"
|
|
2187
|
+
]
|
|
2188
|
+
}
|
|
2189
|
+
},
|
|
2128
2190
|
"input": {
|
|
2129
2191
|
"background": {
|
|
2130
2192
|
"default": {
|
|
2131
2193
|
"value": "#ffffff",
|
|
2132
2194
|
"public": true,
|
|
2133
2195
|
"isReferenceToInternal": true,
|
|
2134
|
-
"filePath": "tokens/color/
|
|
2196
|
+
"filePath": "tokens/color/alias/input.light.json",
|
|
2135
2197
|
"isSource": true,
|
|
2136
2198
|
"original": {
|
|
2137
2199
|
"value": "{color.light-mode.neutral.000.value}",
|
|
@@ -2158,7 +2220,7 @@
|
|
|
2158
2220
|
"value": "#cfcfd3",
|
|
2159
2221
|
"public": true,
|
|
2160
2222
|
"isReferenceToInternal": true,
|
|
2161
|
-
"filePath": "tokens/color/
|
|
2223
|
+
"filePath": "tokens/color/alias/input.light.json",
|
|
2162
2224
|
"isSource": true,
|
|
2163
2225
|
"original": {
|
|
2164
2226
|
"value": "{color.light-mode.neutral.100.value}",
|
|
@@ -2186,7 +2248,7 @@
|
|
|
2186
2248
|
"default": {
|
|
2187
2249
|
"value": "#71717c",
|
|
2188
2250
|
"public": true,
|
|
2189
|
-
"filePath": "tokens/color/
|
|
2251
|
+
"filePath": "tokens/color/alias/input.light.json",
|
|
2190
2252
|
"isSource": true,
|
|
2191
2253
|
"original": {
|
|
2192
2254
|
"value": "{color.light-mode.border.default}",
|
|
@@ -2212,7 +2274,7 @@
|
|
|
2212
2274
|
"value": "#aeaeb6",
|
|
2213
2275
|
"public": true,
|
|
2214
2276
|
"isReferenceToInternal": true,
|
|
2215
|
-
"filePath": "tokens/color/
|
|
2277
|
+
"filePath": "tokens/color/alias/input.light.json",
|
|
2216
2278
|
"isSource": true,
|
|
2217
2279
|
"original": {
|
|
2218
2280
|
"value": "{color.light-mode.neutral.200.value}",
|
|
@@ -2242,7 +2304,7 @@
|
|
|
2242
2304
|
"value": "#0f62fe",
|
|
2243
2305
|
"public": true,
|
|
2244
2306
|
"isReferenceToInternal": true,
|
|
2245
|
-
"filePath": "tokens/color/
|
|
2307
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
2246
2308
|
"isSource": true,
|
|
2247
2309
|
"original": {
|
|
2248
2310
|
"value": "{color.light-mode.interactive.link.400.value}",
|
|
@@ -2267,7 +2329,7 @@
|
|
|
2267
2329
|
"value": "#003cac",
|
|
2268
2330
|
"public": true,
|
|
2269
2331
|
"isReferenceToInternal": true,
|
|
2270
|
-
"filePath": "tokens/color/
|
|
2332
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
2271
2333
|
"isSource": true,
|
|
2272
2334
|
"original": {
|
|
2273
2335
|
"value": "{color.light-mode.interactive.link.500.value}",
|
|
@@ -2292,7 +2354,7 @@
|
|
|
2292
2354
|
"value": "#003cac",
|
|
2293
2355
|
"public": true,
|
|
2294
2356
|
"isReferenceToInternal": true,
|
|
2295
|
-
"filePath": "tokens/color/
|
|
2357
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
2296
2358
|
"isSource": true,
|
|
2297
2359
|
"original": {
|
|
2298
2360
|
"value": "{color.light-mode.interactive.link.500.value}",
|
|
@@ -2317,7 +2379,7 @@
|
|
|
2317
2379
|
"value": "#967fff",
|
|
2318
2380
|
"public": true,
|
|
2319
2381
|
"isReferenceToInternal": true,
|
|
2320
|
-
"filePath": "tokens/color/
|
|
2382
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
2321
2383
|
"isSource": true,
|
|
2322
2384
|
"original": {
|
|
2323
2385
|
"value": "{color.light-mode.interactive.visited.400.value}",
|
|
@@ -2344,7 +2406,7 @@
|
|
|
2344
2406
|
"value": "#23232d",
|
|
2345
2407
|
"public": true,
|
|
2346
2408
|
"isReferenceToInternal": true,
|
|
2347
|
-
"filePath": "tokens/color/
|
|
2409
|
+
"filePath": "tokens/color/alias/typography.light.json",
|
|
2348
2410
|
"isSource": true,
|
|
2349
2411
|
"original": {
|
|
2350
2412
|
"value": "{color.light-mode.neutral.700.value}",
|
|
@@ -2365,50 +2427,52 @@
|
|
|
2365
2427
|
"default"
|
|
2366
2428
|
]
|
|
2367
2429
|
},
|
|
2368
|
-
"
|
|
2430
|
+
"paragraph": {
|
|
2369
2431
|
"value": "#23232d",
|
|
2370
2432
|
"public": true,
|
|
2371
|
-
"
|
|
2433
|
+
"isReferenceToInternal": true,
|
|
2434
|
+
"filePath": "tokens/color/alias/typography.light.json",
|
|
2372
2435
|
"isSource": true,
|
|
2373
2436
|
"original": {
|
|
2374
|
-
"value": "{color.light-mode.
|
|
2375
|
-
"public": true
|
|
2437
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
2438
|
+
"public": true,
|
|
2439
|
+
"isReferenceToInternal": true
|
|
2376
2440
|
},
|
|
2377
|
-
"name": "color-light-mode-text-
|
|
2441
|
+
"name": "color-light-mode-text-paragraph",
|
|
2378
2442
|
"attributes": {
|
|
2379
2443
|
"category": "color",
|
|
2380
2444
|
"type": "light-mode",
|
|
2381
2445
|
"item": "text",
|
|
2382
|
-
"subitem": "
|
|
2446
|
+
"subitem": "paragraph"
|
|
2383
2447
|
},
|
|
2384
2448
|
"path": [
|
|
2385
2449
|
"color",
|
|
2386
2450
|
"light-mode",
|
|
2387
2451
|
"text",
|
|
2388
|
-
"
|
|
2452
|
+
"paragraph"
|
|
2389
2453
|
]
|
|
2390
2454
|
},
|
|
2391
|
-
"
|
|
2455
|
+
"headings": {
|
|
2392
2456
|
"value": "#23232d",
|
|
2393
2457
|
"public": true,
|
|
2394
|
-
"filePath": "tokens/color/
|
|
2458
|
+
"filePath": "tokens/color/alias/typography.light.json",
|
|
2395
2459
|
"isSource": true,
|
|
2396
2460
|
"original": {
|
|
2397
2461
|
"value": "{color.light-mode.text.default}",
|
|
2398
2462
|
"public": true
|
|
2399
2463
|
},
|
|
2400
|
-
"name": "color-light-mode-text-
|
|
2464
|
+
"name": "color-light-mode-text-headings",
|
|
2401
2465
|
"attributes": {
|
|
2402
2466
|
"category": "color",
|
|
2403
2467
|
"type": "light-mode",
|
|
2404
2468
|
"item": "text",
|
|
2405
|
-
"subitem": "
|
|
2469
|
+
"subitem": "headings"
|
|
2406
2470
|
},
|
|
2407
2471
|
"path": [
|
|
2408
2472
|
"color",
|
|
2409
2473
|
"light-mode",
|
|
2410
2474
|
"text",
|
|
2411
|
-
"
|
|
2475
|
+
"headings"
|
|
2412
2476
|
]
|
|
2413
2477
|
}
|
|
2414
2478
|
},
|
|
@@ -2416,7 +2480,7 @@
|
|
|
2416
2480
|
"link": {
|
|
2417
2481
|
"400": {
|
|
2418
2482
|
"value": "#0f62fe",
|
|
2419
|
-
"filePath": "tokens/color/interactive.light.json",
|
|
2483
|
+
"filePath": "tokens/color/base/interactive.light.json",
|
|
2420
2484
|
"isSource": true,
|
|
2421
2485
|
"original": {
|
|
2422
2486
|
"value": "#0F62FE"
|
|
@@ -2439,7 +2503,7 @@
|
|
|
2439
2503
|
},
|
|
2440
2504
|
"500": {
|
|
2441
2505
|
"value": "#003cac",
|
|
2442
|
-
"filePath": "tokens/color/interactive.light.json",
|
|
2506
|
+
"filePath": "tokens/color/base/interactive.light.json",
|
|
2443
2507
|
"isSource": true,
|
|
2444
2508
|
"original": {
|
|
2445
2509
|
"value": "#003CAC"
|
|
@@ -2464,7 +2528,7 @@
|
|
|
2464
2528
|
"visited": {
|
|
2465
2529
|
"400": {
|
|
2466
2530
|
"value": "#967fff",
|
|
2467
|
-
"filePath": "tokens/color/interactive.light.json",
|
|
2531
|
+
"filePath": "tokens/color/base/interactive.light.json",
|
|
2468
2532
|
"isSource": true,
|
|
2469
2533
|
"original": {
|
|
2470
2534
|
"value": "#967FFF"
|
|
@@ -2487,7 +2551,7 @@
|
|
|
2487
2551
|
},
|
|
2488
2552
|
"500": {
|
|
2489
2553
|
"value": "#5f41e5",
|
|
2490
|
-
"filePath": "tokens/color/interactive.light.json",
|
|
2554
|
+
"filePath": "tokens/color/base/interactive.light.json",
|
|
2491
2555
|
"isSource": true,
|
|
2492
2556
|
"original": {
|
|
2493
2557
|
"value": "#5F41E5"
|
|
@@ -2513,7 +2577,7 @@
|
|
|
2513
2577
|
"neutral": {
|
|
2514
2578
|
"100": {
|
|
2515
2579
|
"value": "#cfcfd3",
|
|
2516
|
-
"filePath": "tokens/color/
|
|
2580
|
+
"filePath": "tokens/color/base/neutral.light.json",
|
|
2517
2581
|
"isSource": true,
|
|
2518
2582
|
"original": {
|
|
2519
2583
|
"value": "#CFCFD3"
|
|
@@ -2534,7 +2598,7 @@
|
|
|
2534
2598
|
},
|
|
2535
2599
|
"200": {
|
|
2536
2600
|
"value": "#aeaeb6",
|
|
2537
|
-
"filePath": "tokens/color/
|
|
2601
|
+
"filePath": "tokens/color/base/neutral.light.json",
|
|
2538
2602
|
"isSource": true,
|
|
2539
2603
|
"original": {
|
|
2540
2604
|
"value": "#AEAEB6"
|
|
@@ -2555,7 +2619,7 @@
|
|
|
2555
2619
|
},
|
|
2556
2620
|
"300": {
|
|
2557
2621
|
"value": "#8f8f99",
|
|
2558
|
-
"filePath": "tokens/color/
|
|
2622
|
+
"filePath": "tokens/color/base/neutral.light.json",
|
|
2559
2623
|
"isSource": true,
|
|
2560
2624
|
"original": {
|
|
2561
2625
|
"value": "#8F8F99"
|
|
@@ -2576,7 +2640,7 @@
|
|
|
2576
2640
|
},
|
|
2577
2641
|
"400": {
|
|
2578
2642
|
"value": "#71717c",
|
|
2579
|
-
"filePath": "tokens/color/
|
|
2643
|
+
"filePath": "tokens/color/base/neutral.light.json",
|
|
2580
2644
|
"isSource": true,
|
|
2581
2645
|
"original": {
|
|
2582
2646
|
"value": "#71717C"
|
|
@@ -2597,7 +2661,7 @@
|
|
|
2597
2661
|
},
|
|
2598
2662
|
"500": {
|
|
2599
2663
|
"value": "#54545f",
|
|
2600
|
-
"filePath": "tokens/color/
|
|
2664
|
+
"filePath": "tokens/color/base/neutral.light.json",
|
|
2601
2665
|
"isSource": true,
|
|
2602
2666
|
"original": {
|
|
2603
2667
|
"value": "#54545F"
|
|
@@ -2618,7 +2682,7 @@
|
|
|
2618
2682
|
},
|
|
2619
2683
|
"600": {
|
|
2620
2684
|
"value": "#393942",
|
|
2621
|
-
"filePath": "tokens/color/
|
|
2685
|
+
"filePath": "tokens/color/base/neutral.light.json",
|
|
2622
2686
|
"isSource": true,
|
|
2623
2687
|
"original": {
|
|
2624
2688
|
"value": "#393942"
|
|
@@ -2639,7 +2703,7 @@
|
|
|
2639
2703
|
},
|
|
2640
2704
|
"700": {
|
|
2641
2705
|
"value": "#23232d",
|
|
2642
|
-
"filePath": "tokens/color/
|
|
2706
|
+
"filePath": "tokens/color/base/neutral.light.json",
|
|
2643
2707
|
"isSource": true,
|
|
2644
2708
|
"original": {
|
|
2645
2709
|
"value": "#23232D"
|
|
@@ -2660,7 +2724,7 @@
|
|
|
2660
2724
|
},
|
|
2661
2725
|
"050": {
|
|
2662
2726
|
"value": "#f1f1f1",
|
|
2663
|
-
"filePath": "tokens/color/
|
|
2727
|
+
"filePath": "tokens/color/base/neutral.light.json",
|
|
2664
2728
|
"isSource": true,
|
|
2665
2729
|
"original": {
|
|
2666
2730
|
"value": "#F1F1F1"
|
|
@@ -2681,7 +2745,7 @@
|
|
|
2681
2745
|
},
|
|
2682
2746
|
"000": {
|
|
2683
2747
|
"value": "#ffffff",
|
|
2684
|
-
"filePath": "tokens/color/
|
|
2748
|
+
"filePath": "tokens/color/base/neutral.light.json",
|
|
2685
2749
|
"isSource": true,
|
|
2686
2750
|
"original": {
|
|
2687
2751
|
"value": "#FFFFFF"
|
|
@@ -2705,7 +2769,7 @@
|
|
|
2705
2769
|
"error": {
|
|
2706
2770
|
"100": {
|
|
2707
2771
|
"value": "#ffebeb",
|
|
2708
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
2772
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
2709
2773
|
"isSource": true,
|
|
2710
2774
|
"original": {
|
|
2711
2775
|
"value": "#FFEBEB"
|
|
@@ -2727,11 +2791,11 @@
|
|
|
2727
2791
|
]
|
|
2728
2792
|
},
|
|
2729
2793
|
"200": {
|
|
2730
|
-
"value": "#
|
|
2731
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
2794
|
+
"value": "#ff9090",
|
|
2795
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
2732
2796
|
"isSource": true,
|
|
2733
2797
|
"original": {
|
|
2734
|
-
"value": "#
|
|
2798
|
+
"value": "#FF9090"
|
|
2735
2799
|
},
|
|
2736
2800
|
"name": "color-light-mode-semantic-error-200",
|
|
2737
2801
|
"attributes": {
|
|
@@ -2751,7 +2815,7 @@
|
|
|
2751
2815
|
},
|
|
2752
2816
|
"300": {
|
|
2753
2817
|
"value": "#f83333",
|
|
2754
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
2818
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
2755
2819
|
"isSource": true,
|
|
2756
2820
|
"original": {
|
|
2757
2821
|
"value": "#F83333"
|
|
@@ -2774,7 +2838,7 @@
|
|
|
2774
2838
|
},
|
|
2775
2839
|
"400": {
|
|
2776
2840
|
"value": "#d61f1f",
|
|
2777
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
2841
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
2778
2842
|
"isSource": true,
|
|
2779
2843
|
"original": {
|
|
2780
2844
|
"value": "#D61F1F"
|
|
@@ -2797,7 +2861,7 @@
|
|
|
2797
2861
|
},
|
|
2798
2862
|
"500": {
|
|
2799
2863
|
"value": "#920303",
|
|
2800
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
2864
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
2801
2865
|
"isSource": true,
|
|
2802
2866
|
"original": {
|
|
2803
2867
|
"value": "#920303"
|
|
@@ -2820,7 +2884,7 @@
|
|
|
2820
2884
|
},
|
|
2821
2885
|
"600": {
|
|
2822
2886
|
"value": "#700000",
|
|
2823
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
2887
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
2824
2888
|
"isSource": true,
|
|
2825
2889
|
"original": {
|
|
2826
2890
|
"value": "#700000"
|
|
@@ -2845,7 +2909,7 @@
|
|
|
2845
2909
|
"warning": {
|
|
2846
2910
|
"100": {
|
|
2847
2911
|
"value": "#fff4e5",
|
|
2848
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
2912
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
2849
2913
|
"isSource": true,
|
|
2850
2914
|
"original": {
|
|
2851
2915
|
"value": "#FFF4E5"
|
|
@@ -2868,7 +2932,7 @@
|
|
|
2868
2932
|
},
|
|
2869
2933
|
"200": {
|
|
2870
2934
|
"value": "#fec57b",
|
|
2871
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
2935
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
2872
2936
|
"isSource": true,
|
|
2873
2937
|
"original": {
|
|
2874
2938
|
"value": "#FEC57B"
|
|
@@ -2891,7 +2955,7 @@
|
|
|
2891
2955
|
},
|
|
2892
2956
|
"300": {
|
|
2893
2957
|
"value": "#d97008",
|
|
2894
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
2958
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
2895
2959
|
"isSource": true,
|
|
2896
2960
|
"original": {
|
|
2897
2961
|
"value": "#D97008"
|
|
@@ -2914,7 +2978,7 @@
|
|
|
2914
2978
|
},
|
|
2915
2979
|
"400": {
|
|
2916
2980
|
"value": "#b65c02",
|
|
2917
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
2981
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
2918
2982
|
"isSource": true,
|
|
2919
2983
|
"original": {
|
|
2920
2984
|
"value": "#B65C02"
|
|
@@ -2937,7 +3001,7 @@
|
|
|
2937
3001
|
},
|
|
2938
3002
|
"500": {
|
|
2939
3003
|
"value": "#5f3811",
|
|
2940
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
3004
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
2941
3005
|
"isSource": true,
|
|
2942
3006
|
"original": {
|
|
2943
3007
|
"value": "#5F3811"
|
|
@@ -2960,7 +3024,7 @@
|
|
|
2960
3024
|
},
|
|
2961
3025
|
"600": {
|
|
2962
3026
|
"value": "#43290f",
|
|
2963
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
3027
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
2964
3028
|
"isSource": true,
|
|
2965
3029
|
"original": {
|
|
2966
3030
|
"value": "#43290F"
|
|
@@ -2985,7 +3049,7 @@
|
|
|
2985
3049
|
"success": {
|
|
2986
3050
|
"100": {
|
|
2987
3051
|
"value": "#dffcf0",
|
|
2988
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
3052
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
2989
3053
|
"isSource": true,
|
|
2990
3054
|
"original": {
|
|
2991
3055
|
"value": "#DFFCF0"
|
|
@@ -3008,7 +3072,7 @@
|
|
|
3008
3072
|
},
|
|
3009
3073
|
"200": {
|
|
3010
3074
|
"value": "#baf3db",
|
|
3011
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
3075
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
3012
3076
|
"isSource": true,
|
|
3013
3077
|
"original": {
|
|
3014
3078
|
"value": "#BAF3DB"
|
|
@@ -3031,7 +3095,7 @@
|
|
|
3031
3095
|
},
|
|
3032
3096
|
"300": {
|
|
3033
3097
|
"value": "#4bce97",
|
|
3034
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
3098
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
3035
3099
|
"isSource": true,
|
|
3036
3100
|
"original": {
|
|
3037
3101
|
"value": "#4BCE97"
|
|
@@ -3054,7 +3118,7 @@
|
|
|
3054
3118
|
},
|
|
3055
3119
|
"400": {
|
|
3056
3120
|
"value": "#1f845a",
|
|
3057
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
3121
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
3058
3122
|
"isSource": true,
|
|
3059
3123
|
"original": {
|
|
3060
3124
|
"value": "#1F845A"
|
|
@@ -3077,7 +3141,7 @@
|
|
|
3077
3141
|
},
|
|
3078
3142
|
"500": {
|
|
3079
3143
|
"value": "#164b35",
|
|
3080
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
3144
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
3081
3145
|
"isSource": true,
|
|
3082
3146
|
"original": {
|
|
3083
3147
|
"value": "#164B35"
|
|
@@ -3100,7 +3164,7 @@
|
|
|
3100
3164
|
},
|
|
3101
3165
|
"600": {
|
|
3102
3166
|
"value": "#133527",
|
|
3103
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
3167
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
3104
3168
|
"isSource": true,
|
|
3105
3169
|
"original": {
|
|
3106
3170
|
"value": "#133527"
|
|
@@ -3125,7 +3189,7 @@
|
|
|
3125
3189
|
"info": {
|
|
3126
3190
|
"100": {
|
|
3127
3191
|
"value": "#e3fafc",
|
|
3128
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
3192
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
3129
3193
|
"isSource": true,
|
|
3130
3194
|
"original": {
|
|
3131
3195
|
"value": "#E3FAFC"
|
|
@@ -3148,7 +3212,7 @@
|
|
|
3148
3212
|
},
|
|
3149
3213
|
"200": {
|
|
3150
3214
|
"value": "#c1f0f5",
|
|
3151
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
3215
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
3152
3216
|
"isSource": true,
|
|
3153
3217
|
"original": {
|
|
3154
3218
|
"value": "#C1F0F5"
|
|
@@ -3171,7 +3235,7 @@
|
|
|
3171
3235
|
},
|
|
3172
3236
|
"300": {
|
|
3173
3237
|
"value": "#60c6d2",
|
|
3174
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
3238
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
3175
3239
|
"isSource": true,
|
|
3176
3240
|
"original": {
|
|
3177
3241
|
"value": "#60C6D2"
|
|
@@ -3194,7 +3258,7 @@
|
|
|
3194
3258
|
},
|
|
3195
3259
|
"400": {
|
|
3196
3260
|
"value": "#1d7f8c",
|
|
3197
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
3261
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
3198
3262
|
"isSource": true,
|
|
3199
3263
|
"original": {
|
|
3200
3264
|
"value": "#1D7F8C"
|
|
@@ -3217,7 +3281,7 @@
|
|
|
3217
3281
|
},
|
|
3218
3282
|
"500": {
|
|
3219
3283
|
"value": "#206b74",
|
|
3220
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
3284
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
3221
3285
|
"isSource": true,
|
|
3222
3286
|
"original": {
|
|
3223
3287
|
"value": "#206B74"
|
|
@@ -3240,7 +3304,7 @@
|
|
|
3240
3304
|
},
|
|
3241
3305
|
"600": {
|
|
3242
3306
|
"value": "#1d474c",
|
|
3243
|
-
"filePath": "tokens/color/semantic.light.json",
|
|
3307
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
3244
3308
|
"isSource": true,
|
|
3245
3309
|
"original": {
|
|
3246
3310
|
"value": "#1D474C"
|
|
@@ -3266,946 +3330,698 @@
|
|
|
3266
3330
|
}
|
|
3267
3331
|
},
|
|
3268
3332
|
"text": {
|
|
3269
|
-
"
|
|
3270
|
-
"
|
|
3333
|
+
"body": {
|
|
3334
|
+
"paragraph": {
|
|
3271
3335
|
"value": {
|
|
3272
3336
|
"fontSize": "1 * 16",
|
|
3273
|
-
"fontFamily": "
|
|
3337
|
+
"fontFamily": "Poppins",
|
|
3274
3338
|
"fontWeight": 400,
|
|
3275
|
-
"lineHeight": "
|
|
3276
|
-
"letterSpacing": "1%"
|
|
3339
|
+
"lineHeight": "195.3%"
|
|
3277
3340
|
},
|
|
3278
3341
|
"type": "typography",
|
|
3279
3342
|
"filePath": "tokens-figma/typography/base.json",
|
|
3280
3343
|
"isSource": true,
|
|
3281
3344
|
"original": {
|
|
3282
3345
|
"value": {
|
|
3283
|
-
"fontSize": "{typography.
|
|
3284
|
-
"fontFamily": "
|
|
3346
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
3347
|
+
"fontFamily": "Poppins",
|
|
3285
3348
|
"fontWeight": "{typography.font-weight.regular}",
|
|
3286
|
-
"lineHeight": "{typography.line-height.
|
|
3287
|
-
"letterSpacing": "{typography.letter-spacing.S}"
|
|
3349
|
+
"lineHeight": "{typography.line-height.L}"
|
|
3288
3350
|
},
|
|
3289
3351
|
"type": "typography"
|
|
3290
3352
|
},
|
|
3291
|
-
"name": "text-
|
|
3353
|
+
"name": "text-body-paragraph",
|
|
3292
3354
|
"attributes": {
|
|
3293
3355
|
"category": "text",
|
|
3294
|
-
"type": "
|
|
3295
|
-
"item": "
|
|
3356
|
+
"type": "body",
|
|
3357
|
+
"item": "paragraph"
|
|
3296
3358
|
},
|
|
3297
3359
|
"path": [
|
|
3298
3360
|
"text",
|
|
3299
|
-
"
|
|
3300
|
-
"
|
|
3361
|
+
"body",
|
|
3362
|
+
"paragraph"
|
|
3301
3363
|
]
|
|
3302
3364
|
},
|
|
3303
|
-
"
|
|
3304
|
-
"
|
|
3365
|
+
"lead": {
|
|
3366
|
+
"value": {
|
|
3367
|
+
"fontSize": "1.953 * 16",
|
|
3368
|
+
"fontFamily": "Aleo",
|
|
3369
|
+
"fontWeight": "Italic",
|
|
3370
|
+
"lineHeight": "125%"
|
|
3371
|
+
},
|
|
3372
|
+
"type": "typography",
|
|
3373
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3374
|
+
"isSource": true,
|
|
3375
|
+
"original": {
|
|
3305
3376
|
"value": {
|
|
3306
|
-
"fontSize": "
|
|
3307
|
-
"
|
|
3308
|
-
"
|
|
3309
|
-
"lineHeight": "
|
|
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"
|
|
3377
|
+
"fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
|
|
3378
|
+
"fontFamily": "Aleo",
|
|
3379
|
+
"fontWeight": "Italic",
|
|
3380
|
+
"lineHeight": "{typography.line-height.S}"
|
|
3329
3381
|
},
|
|
3330
|
-
"
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3382
|
+
"type": "typography"
|
|
3383
|
+
},
|
|
3384
|
+
"name": "text-body-lead",
|
|
3385
|
+
"attributes": {
|
|
3386
|
+
"category": "text",
|
|
3387
|
+
"type": "body",
|
|
3388
|
+
"item": "lead"
|
|
3389
|
+
},
|
|
3390
|
+
"path": [
|
|
3391
|
+
"text",
|
|
3392
|
+
"body",
|
|
3393
|
+
"lead"
|
|
3394
|
+
]
|
|
3395
|
+
},
|
|
3396
|
+
"quote": {
|
|
3397
|
+
"value": {
|
|
3398
|
+
"fontSize": "2.441 * 16",
|
|
3399
|
+
"fontFamily": "Aleo",
|
|
3400
|
+
"fontWeight": 700,
|
|
3401
|
+
"letterSpacing": "1%",
|
|
3402
|
+
"lineHeight": "125%"
|
|
3336
3403
|
},
|
|
3337
|
-
"
|
|
3404
|
+
"type": "typography",
|
|
3405
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3406
|
+
"isSource": true,
|
|
3407
|
+
"original": {
|
|
3338
3408
|
"value": {
|
|
3339
|
-
"fontSize": "
|
|
3340
|
-
"
|
|
3341
|
-
"
|
|
3342
|
-
"
|
|
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"
|
|
3409
|
+
"fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
|
|
3410
|
+
"fontFamily": "Aleo",
|
|
3411
|
+
"fontWeight": "{typography.font-weight.bold}",
|
|
3412
|
+
"letterSpacing": "{typography.letter-spacing.S}",
|
|
3413
|
+
"lineHeight": "{typography.line-height.S}"
|
|
3362
3414
|
},
|
|
3363
|
-
"
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3415
|
+
"type": "typography"
|
|
3416
|
+
},
|
|
3417
|
+
"name": "text-body-quote",
|
|
3418
|
+
"attributes": {
|
|
3419
|
+
"category": "text",
|
|
3420
|
+
"type": "body",
|
|
3421
|
+
"item": "quote"
|
|
3422
|
+
},
|
|
3423
|
+
"path": [
|
|
3424
|
+
"text",
|
|
3425
|
+
"body",
|
|
3426
|
+
"quote"
|
|
3427
|
+
]
|
|
3428
|
+
},
|
|
3429
|
+
"overline": {
|
|
3430
|
+
"value": {
|
|
3431
|
+
"fontSize": "1.25 * 16",
|
|
3432
|
+
"fontFamily": "Poppins",
|
|
3433
|
+
"fontWeight": 700,
|
|
3434
|
+
"letterSpacing": "4%",
|
|
3435
|
+
"textCase": "uppercase",
|
|
3436
|
+
"lineHeight": "125%"
|
|
3369
3437
|
},
|
|
3370
|
-
"
|
|
3438
|
+
"type": "typography",
|
|
3439
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3440
|
+
"isSource": true,
|
|
3441
|
+
"original": {
|
|
3371
3442
|
"value": {
|
|
3372
|
-
"fontSize": "
|
|
3373
|
-
"fontWeight": 700,
|
|
3443
|
+
"fontSize": "{typography.size.L} * {figma.typography.size.base}",
|
|
3374
3444
|
"fontFamily": "Poppins",
|
|
3375
|
-
"
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
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"
|
|
3445
|
+
"fontWeight": "{typography.font-weight.bold}",
|
|
3446
|
+
"letterSpacing": "{typography.letter-spacing.L}",
|
|
3447
|
+
"textCase": "uppercase",
|
|
3448
|
+
"lineHeight": "{typography.line-height.S}"
|
|
3395
3449
|
},
|
|
3396
|
-
"
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3450
|
+
"type": "typography"
|
|
3451
|
+
},
|
|
3452
|
+
"name": "text-body-overline",
|
|
3453
|
+
"attributes": {
|
|
3454
|
+
"category": "text",
|
|
3455
|
+
"type": "body",
|
|
3456
|
+
"item": "overline"
|
|
3457
|
+
},
|
|
3458
|
+
"path": [
|
|
3459
|
+
"text",
|
|
3460
|
+
"body",
|
|
3461
|
+
"overline"
|
|
3462
|
+
]
|
|
3463
|
+
}
|
|
3464
|
+
},
|
|
3465
|
+
"headings": {
|
|
3466
|
+
"h1": {
|
|
3467
|
+
"value": {
|
|
3468
|
+
"fontSize": "3.052 * 16",
|
|
3469
|
+
"fontWeight": 800,
|
|
3470
|
+
"fontFamily": "Poppins",
|
|
3471
|
+
"lineHeight": "125%"
|
|
3402
3472
|
},
|
|
3403
|
-
"
|
|
3473
|
+
"type": "typography",
|
|
3474
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3475
|
+
"isSource": true,
|
|
3476
|
+
"original": {
|
|
3404
3477
|
"value": {
|
|
3405
|
-
"fontSize": "
|
|
3406
|
-
"fontWeight":
|
|
3478
|
+
"fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
|
|
3479
|
+
"fontWeight": "{typography.font-weight.extrabold}",
|
|
3407
3480
|
"fontFamily": "Poppins",
|
|
3408
|
-
"lineHeight": "
|
|
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"
|
|
3481
|
+
"lineHeight": "{typography.line-height.S}"
|
|
3428
3482
|
},
|
|
3429
|
-
"
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3483
|
+
"type": "typography"
|
|
3484
|
+
},
|
|
3485
|
+
"name": "text-headings-h1",
|
|
3486
|
+
"attributes": {
|
|
3487
|
+
"category": "text",
|
|
3488
|
+
"type": "headings",
|
|
3489
|
+
"item": "h1"
|
|
3435
3490
|
},
|
|
3436
|
-
"
|
|
3491
|
+
"path": [
|
|
3492
|
+
"text",
|
|
3493
|
+
"headings",
|
|
3494
|
+
"h1"
|
|
3495
|
+
]
|
|
3496
|
+
},
|
|
3497
|
+
"h2": {
|
|
3498
|
+
"value": {
|
|
3499
|
+
"fontSize": "2.441 * 16",
|
|
3500
|
+
"fontWeight": 700,
|
|
3501
|
+
"fontFamily": "Poppins",
|
|
3502
|
+
"lineHeight": "125%"
|
|
3503
|
+
},
|
|
3504
|
+
"type": "typography",
|
|
3505
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3506
|
+
"isSource": true,
|
|
3507
|
+
"original": {
|
|
3437
3508
|
"value": {
|
|
3438
|
-
"fontSize": "
|
|
3439
|
-
"fontWeight":
|
|
3440
|
-
"fontFamily": "
|
|
3441
|
-
"lineHeight": "
|
|
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"
|
|
3509
|
+
"fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
|
|
3510
|
+
"fontWeight": "{typography.font-weight.bold}",
|
|
3511
|
+
"fontFamily": "{text.headings.h1.value.fontFamily}",
|
|
3512
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
3454
3513
|
},
|
|
3455
|
-
"
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3514
|
+
"type": "typography"
|
|
3515
|
+
},
|
|
3516
|
+
"name": "text-headings-h2",
|
|
3517
|
+
"attributes": {
|
|
3518
|
+
"category": "text",
|
|
3519
|
+
"type": "headings",
|
|
3520
|
+
"item": "h2"
|
|
3521
|
+
},
|
|
3522
|
+
"path": [
|
|
3523
|
+
"text",
|
|
3524
|
+
"headings",
|
|
3525
|
+
"h2"
|
|
3526
|
+
]
|
|
3527
|
+
},
|
|
3528
|
+
"h3": {
|
|
3529
|
+
"value": {
|
|
3530
|
+
"fontSize": "1.953 * 16",
|
|
3531
|
+
"fontWeight": 700,
|
|
3532
|
+
"fontFamily": "Poppins",
|
|
3533
|
+
"lineHeight": "125%"
|
|
3468
3534
|
},
|
|
3469
|
-
"
|
|
3535
|
+
"type": "typography",
|
|
3536
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3537
|
+
"isSource": true,
|
|
3538
|
+
"original": {
|
|
3470
3539
|
"value": {
|
|
3471
|
-
"fontSize": "
|
|
3472
|
-
"fontWeight":
|
|
3473
|
-
"fontFamily": "
|
|
3474
|
-
"lineHeight": "
|
|
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"
|
|
3540
|
+
"fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
|
|
3541
|
+
"fontWeight": "{text.headings.h2.value.fontWeight}",
|
|
3542
|
+
"fontFamily": "{text.headings.h1.value.fontFamily}",
|
|
3543
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
3494
3544
|
},
|
|
3495
|
-
"
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3545
|
+
"type": "typography"
|
|
3546
|
+
},
|
|
3547
|
+
"name": "text-headings-h3",
|
|
3548
|
+
"attributes": {
|
|
3549
|
+
"category": "text",
|
|
3550
|
+
"type": "headings",
|
|
3551
|
+
"item": "h3"
|
|
3552
|
+
},
|
|
3553
|
+
"path": [
|
|
3554
|
+
"text",
|
|
3555
|
+
"headings",
|
|
3556
|
+
"h3"
|
|
3557
|
+
]
|
|
3502
3558
|
},
|
|
3503
|
-
"
|
|
3504
|
-
"
|
|
3559
|
+
"h4": {
|
|
3560
|
+
"value": {
|
|
3561
|
+
"fontSize": "1.563 * 16",
|
|
3562
|
+
"fontWeight": 700,
|
|
3563
|
+
"fontFamily": "Poppins",
|
|
3564
|
+
"lineHeight": "125%"
|
|
3565
|
+
},
|
|
3566
|
+
"type": "typography",
|
|
3567
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3568
|
+
"isSource": true,
|
|
3569
|
+
"original": {
|
|
3505
3570
|
"value": {
|
|
3506
|
-
"fontSize": "
|
|
3507
|
-
"
|
|
3508
|
-
|
|
3509
|
-
|
|
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"
|
|
3571
|
+
"fontSize": "{typography.size.XL} * {figma.typography.size.base}",
|
|
3572
|
+
"fontWeight": "{text.headings.h2.value.fontWeight}",
|
|
3573
|
+
"fontFamily": "{text.headings.h1.value.fontFamily}",
|
|
3574
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
3525
3575
|
},
|
|
3526
|
-
"
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3576
|
+
"type": "typography"
|
|
3577
|
+
},
|
|
3578
|
+
"name": "text-headings-h4",
|
|
3579
|
+
"attributes": {
|
|
3580
|
+
"category": "text",
|
|
3581
|
+
"type": "headings",
|
|
3582
|
+
"item": "h4"
|
|
3583
|
+
},
|
|
3584
|
+
"path": [
|
|
3585
|
+
"text",
|
|
3586
|
+
"headings",
|
|
3587
|
+
"h4"
|
|
3588
|
+
]
|
|
3589
|
+
},
|
|
3590
|
+
"h5": {
|
|
3591
|
+
"value": {
|
|
3592
|
+
"fontSize": "1.25 * 16",
|
|
3593
|
+
"fontWeight": 700,
|
|
3594
|
+
"fontFamily": "Poppins",
|
|
3595
|
+
"lineHeight": "125%"
|
|
3532
3596
|
},
|
|
3533
|
-
"
|
|
3597
|
+
"type": "typography",
|
|
3598
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3599
|
+
"isSource": true,
|
|
3600
|
+
"original": {
|
|
3534
3601
|
"value": {
|
|
3535
|
-
"fontSize": "
|
|
3536
|
-
"
|
|
3602
|
+
"fontSize": "{typography.size.L} * {figma.typography.size.base}",
|
|
3603
|
+
"fontWeight": "{text.headings.h2.value.fontWeight}",
|
|
3604
|
+
"fontFamily": "{text.headings.h1.value.fontFamily}",
|
|
3605
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
3537
3606
|
},
|
|
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
|
-
]
|
|
3607
|
+
"type": "typography"
|
|
3590
3608
|
},
|
|
3591
|
-
"
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
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
|
-
]
|
|
3609
|
+
"name": "text-headings-h5",
|
|
3610
|
+
"attributes": {
|
|
3611
|
+
"category": "text",
|
|
3612
|
+
"type": "headings",
|
|
3613
|
+
"item": "h5"
|
|
3619
3614
|
},
|
|
3620
|
-
"
|
|
3621
|
-
"
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
"
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
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
|
-
]
|
|
3615
|
+
"path": [
|
|
3616
|
+
"text",
|
|
3617
|
+
"headings",
|
|
3618
|
+
"h5"
|
|
3619
|
+
]
|
|
3620
|
+
},
|
|
3621
|
+
"h6": {
|
|
3622
|
+
"value": {
|
|
3623
|
+
"fontSize": "1 * 16",
|
|
3624
|
+
"fontWeight": 700,
|
|
3625
|
+
"fontFamily": "Poppins",
|
|
3626
|
+
"lineHeight": "125%"
|
|
3648
3627
|
},
|
|
3649
|
-
"
|
|
3628
|
+
"type": "typography",
|
|
3629
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3630
|
+
"isSource": true,
|
|
3631
|
+
"original": {
|
|
3650
3632
|
"value": {
|
|
3651
|
-
"fontSize": "
|
|
3652
|
-
"
|
|
3653
|
-
|
|
3654
|
-
|
|
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"
|
|
3633
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
3634
|
+
"fontWeight": "{text.headings.h2.value.fontWeight}",
|
|
3635
|
+
"fontFamily": "{text.headings.h1.value.fontFamily}",
|
|
3636
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
3665
3637
|
},
|
|
3666
|
-
"
|
|
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
|
-
]
|
|
3638
|
+
"type": "typography"
|
|
3679
3639
|
},
|
|
3680
|
-
"
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
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
|
-
]
|
|
3640
|
+
"name": "text-headings-h6",
|
|
3641
|
+
"attributes": {
|
|
3642
|
+
"category": "text",
|
|
3643
|
+
"type": "headings",
|
|
3644
|
+
"item": "h6"
|
|
3708
3645
|
},
|
|
3709
|
-
"
|
|
3710
|
-
"
|
|
3711
|
-
|
|
3712
|
-
|
|
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
|
-
}
|
|
3646
|
+
"path": [
|
|
3647
|
+
"text",
|
|
3648
|
+
"headings",
|
|
3649
|
+
"h6"
|
|
3650
|
+
]
|
|
3738
3651
|
}
|
|
3739
3652
|
},
|
|
3740
|
-
"
|
|
3741
|
-
"
|
|
3653
|
+
"type-scale": {
|
|
3654
|
+
"4XL": {
|
|
3742
3655
|
"value": {
|
|
3743
|
-
"fontSize": "
|
|
3744
|
-
"fontFamily": "
|
|
3745
|
-
"fontWeight": 400,
|
|
3746
|
-
"lineHeight": "195.3%",
|
|
3747
|
-
"letterSpacing": "2%"
|
|
3656
|
+
"fontSize": "3.052 * 16",
|
|
3657
|
+
"fontFamily": "Poppins"
|
|
3748
3658
|
},
|
|
3749
3659
|
"type": "typography",
|
|
3750
3660
|
"filePath": "tokens-figma/typography/base.json",
|
|
3751
3661
|
"isSource": true,
|
|
3752
3662
|
"original": {
|
|
3753
3663
|
"value": {
|
|
3754
|
-
"fontSize": "{typography.
|
|
3755
|
-
"fontFamily": "
|
|
3756
|
-
"fontWeight": "{typography.font-weight.regular}",
|
|
3757
|
-
"lineHeight": "{typography.line-height.L}",
|
|
3758
|
-
"letterSpacing": "{typography.letter-spacing.M}"
|
|
3664
|
+
"fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
|
|
3665
|
+
"fontFamily": "Poppins"
|
|
3759
3666
|
},
|
|
3760
3667
|
"type": "typography"
|
|
3761
3668
|
},
|
|
3762
|
-
"name": "text-
|
|
3669
|
+
"name": "text-type-scale-4-xl",
|
|
3763
3670
|
"attributes": {
|
|
3764
3671
|
"category": "text",
|
|
3765
|
-
"type": "
|
|
3766
|
-
"item": "
|
|
3672
|
+
"type": "type-scale",
|
|
3673
|
+
"item": "4XL"
|
|
3767
3674
|
},
|
|
3768
3675
|
"path": [
|
|
3769
3676
|
"text",
|
|
3770
|
-
"
|
|
3771
|
-
"
|
|
3677
|
+
"type-scale",
|
|
3678
|
+
"4XL"
|
|
3772
3679
|
]
|
|
3773
3680
|
},
|
|
3774
|
-
"
|
|
3775
|
-
"
|
|
3776
|
-
"
|
|
3777
|
-
|
|
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
|
-
]
|
|
3681
|
+
"3XL": {
|
|
3682
|
+
"value": {
|
|
3683
|
+
"fontSize": "2.441 * 16",
|
|
3684
|
+
"fontFamily": "Poppins"
|
|
3807
3685
|
},
|
|
3808
|
-
"
|
|
3686
|
+
"type": "typography",
|
|
3687
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3688
|
+
"isSource": true,
|
|
3689
|
+
"original": {
|
|
3809
3690
|
"value": {
|
|
3810
|
-
"fontSize": "
|
|
3811
|
-
"
|
|
3812
|
-
"fontFamily": "Poppins",
|
|
3813
|
-
"lineHeight": "125%"
|
|
3691
|
+
"fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
|
|
3692
|
+
"fontFamily": "{text.type-scale.4XL.value.fontFamily}"
|
|
3814
3693
|
},
|
|
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
|
-
]
|
|
3694
|
+
"type": "typography"
|
|
3840
3695
|
},
|
|
3841
|
-
"
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
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
|
-
]
|
|
3696
|
+
"name": "text-type-scale-3-xl",
|
|
3697
|
+
"attributes": {
|
|
3698
|
+
"category": "text",
|
|
3699
|
+
"type": "type-scale",
|
|
3700
|
+
"item": "3XL"
|
|
3873
3701
|
},
|
|
3874
|
-
"
|
|
3875
|
-
"
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
"
|
|
3883
|
-
"
|
|
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
|
-
]
|
|
3702
|
+
"path": [
|
|
3703
|
+
"text",
|
|
3704
|
+
"type-scale",
|
|
3705
|
+
"3XL"
|
|
3706
|
+
]
|
|
3707
|
+
},
|
|
3708
|
+
"2XL": {
|
|
3709
|
+
"value": {
|
|
3710
|
+
"fontSize": "1.953 * 16",
|
|
3711
|
+
"fontFamily": "Poppins"
|
|
3906
3712
|
},
|
|
3907
|
-
"
|
|
3713
|
+
"type": "typography",
|
|
3714
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3715
|
+
"isSource": true,
|
|
3716
|
+
"original": {
|
|
3908
3717
|
"value": {
|
|
3909
|
-
"fontSize": "
|
|
3910
|
-
"
|
|
3911
|
-
"fontFamily": "Poppins",
|
|
3912
|
-
"lineHeight": "125%"
|
|
3718
|
+
"fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
|
|
3719
|
+
"fontFamily": "{text.type-scale.4XL.value.fontFamily}"
|
|
3913
3720
|
},
|
|
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
|
-
]
|
|
3721
|
+
"type": "typography"
|
|
3939
3722
|
},
|
|
3940
|
-
"
|
|
3723
|
+
"name": "text-type-scale-2-xl",
|
|
3724
|
+
"attributes": {
|
|
3725
|
+
"category": "text",
|
|
3726
|
+
"type": "type-scale",
|
|
3727
|
+
"item": "2XL"
|
|
3728
|
+
},
|
|
3729
|
+
"path": [
|
|
3730
|
+
"text",
|
|
3731
|
+
"type-scale",
|
|
3732
|
+
"2XL"
|
|
3733
|
+
]
|
|
3734
|
+
},
|
|
3735
|
+
"XL": {
|
|
3736
|
+
"value": {
|
|
3737
|
+
"fontSize": "1.563 * 16",
|
|
3738
|
+
"fontFamily": "Poppins"
|
|
3739
|
+
},
|
|
3740
|
+
"type": "typography",
|
|
3741
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3742
|
+
"isSource": true,
|
|
3743
|
+
"original": {
|
|
3941
3744
|
"value": {
|
|
3942
|
-
"fontSize": "
|
|
3943
|
-
"
|
|
3944
|
-
"fontFamily": "Poppins",
|
|
3945
|
-
"lineHeight": "125%"
|
|
3745
|
+
"fontSize": "{typography.size.XL} * {figma.typography.size.base}",
|
|
3746
|
+
"fontFamily": "{text.type-scale.4XL.value.fontFamily}"
|
|
3946
3747
|
},
|
|
3947
|
-
"type": "typography"
|
|
3948
|
-
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
|
|
3953
|
-
|
|
3954
|
-
|
|
3955
|
-
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
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
|
-
}
|
|
3748
|
+
"type": "typography"
|
|
3749
|
+
},
|
|
3750
|
+
"name": "text-type-scale-xl",
|
|
3751
|
+
"attributes": {
|
|
3752
|
+
"category": "text",
|
|
3753
|
+
"type": "type-scale",
|
|
3754
|
+
"item": "XL"
|
|
3755
|
+
},
|
|
3756
|
+
"path": [
|
|
3757
|
+
"text",
|
|
3758
|
+
"type-scale",
|
|
3759
|
+
"XL"
|
|
3760
|
+
]
|
|
3973
3761
|
},
|
|
3974
|
-
"
|
|
3975
|
-
"
|
|
3762
|
+
"L": {
|
|
3763
|
+
"value": {
|
|
3764
|
+
"fontSize": "1.25 * 16",
|
|
3765
|
+
"fontFamily": "Poppins"
|
|
3766
|
+
},
|
|
3767
|
+
"type": "typography",
|
|
3768
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3769
|
+
"isSource": true,
|
|
3770
|
+
"original": {
|
|
3976
3771
|
"value": {
|
|
3977
|
-
"fontSize": "
|
|
3978
|
-
"fontFamily": "
|
|
3772
|
+
"fontSize": "{typography.size.L} * {figma.typography.size.base}",
|
|
3773
|
+
"fontFamily": "{text.type-scale.4XL.value.fontFamily}"
|
|
3979
3774
|
},
|
|
3980
|
-
"type": "typography"
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
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
|
-
]
|
|
3775
|
+
"type": "typography"
|
|
3776
|
+
},
|
|
3777
|
+
"name": "text-type-scale-l",
|
|
3778
|
+
"attributes": {
|
|
3779
|
+
"category": "text",
|
|
3780
|
+
"type": "type-scale",
|
|
3781
|
+
"item": "L"
|
|
4003
3782
|
},
|
|
4004
|
-
"
|
|
3783
|
+
"path": [
|
|
3784
|
+
"text",
|
|
3785
|
+
"type-scale",
|
|
3786
|
+
"L"
|
|
3787
|
+
]
|
|
3788
|
+
},
|
|
3789
|
+
"M": {
|
|
3790
|
+
"value": {
|
|
3791
|
+
"fontSize": "1 * 16",
|
|
3792
|
+
"fontFamily": "Poppins"
|
|
3793
|
+
},
|
|
3794
|
+
"comment": "Base value.",
|
|
3795
|
+
"type": "typography",
|
|
3796
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3797
|
+
"isSource": true,
|
|
3798
|
+
"original": {
|
|
4005
3799
|
"value": {
|
|
4006
|
-
"fontSize": "
|
|
4007
|
-
"fontFamily": "
|
|
3800
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
3801
|
+
"fontFamily": "{text.type-scale.4XL.value.fontFamily}"
|
|
4008
3802
|
},
|
|
4009
|
-
"
|
|
4010
|
-
"
|
|
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
|
-
]
|
|
3803
|
+
"comment": "Base value.",
|
|
3804
|
+
"type": "typography"
|
|
4032
3805
|
},
|
|
4033
|
-
"
|
|
3806
|
+
"name": "text-type-scale-m",
|
|
3807
|
+
"attributes": {
|
|
3808
|
+
"category": "text",
|
|
3809
|
+
"type": "type-scale",
|
|
3810
|
+
"item": "M"
|
|
3811
|
+
},
|
|
3812
|
+
"path": [
|
|
3813
|
+
"text",
|
|
3814
|
+
"type-scale",
|
|
3815
|
+
"M"
|
|
3816
|
+
]
|
|
3817
|
+
},
|
|
3818
|
+
"S": {
|
|
3819
|
+
"value": {
|
|
3820
|
+
"fontSize": "0.8 * 16",
|
|
3821
|
+
"fontFamily": "Poppins"
|
|
3822
|
+
},
|
|
3823
|
+
"type": "typography",
|
|
3824
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3825
|
+
"isSource": true,
|
|
3826
|
+
"original": {
|
|
4034
3827
|
"value": {
|
|
4035
|
-
"fontSize": "
|
|
4036
|
-
"fontFamily": "
|
|
3828
|
+
"fontSize": "{typography.size.S} * {figma.typography.size.base}",
|
|
3829
|
+
"fontFamily": "{text.type-scale.4XL.value.fontFamily}"
|
|
4037
3830
|
},
|
|
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
|
-
]
|
|
3831
|
+
"type": "typography"
|
|
4061
3832
|
},
|
|
4062
|
-
"
|
|
3833
|
+
"name": "text-type-scale-s",
|
|
3834
|
+
"attributes": {
|
|
3835
|
+
"category": "text",
|
|
3836
|
+
"type": "type-scale",
|
|
3837
|
+
"item": "S"
|
|
3838
|
+
},
|
|
3839
|
+
"path": [
|
|
3840
|
+
"text",
|
|
3841
|
+
"type-scale",
|
|
3842
|
+
"S"
|
|
3843
|
+
]
|
|
3844
|
+
},
|
|
3845
|
+
"XS": {
|
|
3846
|
+
"value": {
|
|
3847
|
+
"fontSize": "0.64 * 16",
|
|
3848
|
+
"fontFamily": "Poppins"
|
|
3849
|
+
},
|
|
3850
|
+
"type": "typography",
|
|
3851
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3852
|
+
"isSource": true,
|
|
3853
|
+
"original": {
|
|
4063
3854
|
"value": {
|
|
4064
|
-
"fontSize": "
|
|
4065
|
-
"fontFamily": "
|
|
3855
|
+
"fontSize": "{typography.size.XS} * {figma.typography.size.base}",
|
|
3856
|
+
"fontFamily": "{text.type-scale.4XL.value.fontFamily}"
|
|
4066
3857
|
},
|
|
4067
|
-
"type": "typography"
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
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
|
-
]
|
|
3858
|
+
"type": "typography"
|
|
3859
|
+
},
|
|
3860
|
+
"name": "text-type-scale-xs",
|
|
3861
|
+
"attributes": {
|
|
3862
|
+
"category": "text",
|
|
3863
|
+
"type": "type-scale",
|
|
3864
|
+
"item": "XS"
|
|
4090
3865
|
},
|
|
4091
|
-
"
|
|
3866
|
+
"path": [
|
|
3867
|
+
"text",
|
|
3868
|
+
"type-scale",
|
|
3869
|
+
"XS"
|
|
3870
|
+
]
|
|
3871
|
+
}
|
|
3872
|
+
}
|
|
3873
|
+
},
|
|
3874
|
+
"elevation": {
|
|
3875
|
+
"dark-mode": {
|
|
3876
|
+
"raised": {
|
|
3877
|
+
"value": {
|
|
3878
|
+
"x": "0",
|
|
3879
|
+
"y": "1",
|
|
3880
|
+
"blur": "1",
|
|
3881
|
+
"spread": "0",
|
|
3882
|
+
"color": "rgba(18, 18, 25, 0.95)",
|
|
3883
|
+
"type": "dropShadow"
|
|
3884
|
+
},
|
|
3885
|
+
"type": "boxShadow",
|
|
3886
|
+
"public": true,
|
|
3887
|
+
"filePath": "tokens/elevation/base.dark.json",
|
|
3888
|
+
"isSource": true,
|
|
3889
|
+
"original": {
|
|
4092
3890
|
"value": {
|
|
4093
|
-
"
|
|
4094
|
-
"
|
|
3891
|
+
"x": "0",
|
|
3892
|
+
"y": "1",
|
|
3893
|
+
"blur": "1",
|
|
3894
|
+
"spread": "0",
|
|
3895
|
+
"color": "rgba(18, 18, 25, 0.95)",
|
|
3896
|
+
"type": "dropShadow"
|
|
4095
3897
|
},
|
|
4096
|
-
"type": "
|
|
4097
|
-
"
|
|
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
|
-
]
|
|
3898
|
+
"type": "boxShadow",
|
|
3899
|
+
"public": true
|
|
4119
3900
|
},
|
|
4120
|
-
"
|
|
3901
|
+
"name": "elevation-dark-mode-raised",
|
|
3902
|
+
"attributes": {
|
|
3903
|
+
"category": "elevation",
|
|
3904
|
+
"type": "dark-mode",
|
|
3905
|
+
"item": "raised"
|
|
3906
|
+
},
|
|
3907
|
+
"path": [
|
|
3908
|
+
"elevation",
|
|
3909
|
+
"dark-mode",
|
|
3910
|
+
"raised"
|
|
3911
|
+
]
|
|
3912
|
+
},
|
|
3913
|
+
"overlay": {
|
|
3914
|
+
"value": {
|
|
3915
|
+
"x": "0",
|
|
3916
|
+
"y": "8",
|
|
3917
|
+
"blur": "12",
|
|
3918
|
+
"spread": "0",
|
|
3919
|
+
"color": "rgba(18, 18, 25, 0.6)",
|
|
3920
|
+
"type": "dropShadow"
|
|
3921
|
+
},
|
|
3922
|
+
"type": "boxShadow",
|
|
3923
|
+
"public": true,
|
|
3924
|
+
"filePath": "tokens/elevation/base.dark.json",
|
|
3925
|
+
"isSource": true,
|
|
3926
|
+
"original": {
|
|
4121
3927
|
"value": {
|
|
4122
|
-
"
|
|
4123
|
-
"
|
|
4124
|
-
|
|
4125
|
-
|
|
4126
|
-
|
|
4127
|
-
|
|
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"
|
|
3928
|
+
"x": "0",
|
|
3929
|
+
"y": "8",
|
|
3930
|
+
"blur": "12",
|
|
3931
|
+
"spread": "0",
|
|
3932
|
+
"color": "rgba(18, 18, 25, 0.6)",
|
|
3933
|
+
"type": "dropShadow"
|
|
4136
3934
|
},
|
|
4137
|
-
"
|
|
4138
|
-
"
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
"
|
|
4145
|
-
"text",
|
|
4146
|
-
"marketing",
|
|
4147
|
-
"type-scale",
|
|
4148
|
-
"M"
|
|
4149
|
-
]
|
|
3935
|
+
"type": "boxShadow",
|
|
3936
|
+
"public": true
|
|
3937
|
+
},
|
|
3938
|
+
"name": "elevation-dark-mode-overlay",
|
|
3939
|
+
"attributes": {
|
|
3940
|
+
"category": "elevation",
|
|
3941
|
+
"type": "dark-mode",
|
|
3942
|
+
"item": "overlay"
|
|
4150
3943
|
},
|
|
4151
|
-
"
|
|
3944
|
+
"path": [
|
|
3945
|
+
"elevation",
|
|
3946
|
+
"dark-mode",
|
|
3947
|
+
"overlay"
|
|
3948
|
+
]
|
|
3949
|
+
}
|
|
3950
|
+
},
|
|
3951
|
+
"light-mode": {
|
|
3952
|
+
"raised": {
|
|
3953
|
+
"value": {
|
|
3954
|
+
"x": "0",
|
|
3955
|
+
"y": "1",
|
|
3956
|
+
"blur": "1",
|
|
3957
|
+
"spread": "0",
|
|
3958
|
+
"color": "#aeaeb6",
|
|
3959
|
+
"type": "dropShadow"
|
|
3960
|
+
},
|
|
3961
|
+
"type": "boxShadow",
|
|
3962
|
+
"public": true,
|
|
3963
|
+
"filePath": "tokens/elevation/base.light.json",
|
|
3964
|
+
"isSource": true,
|
|
3965
|
+
"original": {
|
|
4152
3966
|
"value": {
|
|
4153
|
-
"
|
|
4154
|
-
"
|
|
3967
|
+
"x": "0",
|
|
3968
|
+
"y": "1",
|
|
3969
|
+
"blur": "1",
|
|
3970
|
+
"spread": "0",
|
|
3971
|
+
"color": "#aeaeb6",
|
|
3972
|
+
"type": "dropShadow"
|
|
4155
3973
|
},
|
|
4156
|
-
"type": "
|
|
4157
|
-
"
|
|
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
|
-
]
|
|
3974
|
+
"type": "boxShadow",
|
|
3975
|
+
"public": true
|
|
4179
3976
|
},
|
|
4180
|
-
"
|
|
3977
|
+
"name": "elevation-light-mode-raised",
|
|
3978
|
+
"attributes": {
|
|
3979
|
+
"category": "elevation",
|
|
3980
|
+
"type": "light-mode",
|
|
3981
|
+
"item": "raised"
|
|
3982
|
+
},
|
|
3983
|
+
"path": [
|
|
3984
|
+
"elevation",
|
|
3985
|
+
"light-mode",
|
|
3986
|
+
"raised"
|
|
3987
|
+
]
|
|
3988
|
+
},
|
|
3989
|
+
"overlay": {
|
|
3990
|
+
"value": {
|
|
3991
|
+
"x": "0",
|
|
3992
|
+
"y": "8",
|
|
3993
|
+
"blur": "12",
|
|
3994
|
+
"spread": "0",
|
|
3995
|
+
"color": "rgba(113, 113, 124, 0.25)",
|
|
3996
|
+
"type": "dropShadow"
|
|
3997
|
+
},
|
|
3998
|
+
"type": "boxShadow",
|
|
3999
|
+
"public": true,
|
|
4000
|
+
"filePath": "tokens/elevation/base.light.json",
|
|
4001
|
+
"isSource": true,
|
|
4002
|
+
"original": {
|
|
4181
4003
|
"value": {
|
|
4182
|
-
"
|
|
4183
|
-
"
|
|
4004
|
+
"x": "0",
|
|
4005
|
+
"y": "8",
|
|
4006
|
+
"blur": "12",
|
|
4007
|
+
"spread": "0",
|
|
4008
|
+
"color": "rgba(113, 113, 124, 0.25)",
|
|
4009
|
+
"type": "dropShadow"
|
|
4184
4010
|
},
|
|
4185
|
-
"type": "
|
|
4186
|
-
"
|
|
4187
|
-
|
|
4188
|
-
|
|
4189
|
-
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
|
|
4195
|
-
"
|
|
4196
|
-
"
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
"item": "type-scale",
|
|
4200
|
-
"subitem": "XS"
|
|
4201
|
-
},
|
|
4202
|
-
"path": [
|
|
4203
|
-
"text",
|
|
4204
|
-
"marketing",
|
|
4205
|
-
"type-scale",
|
|
4206
|
-
"XS"
|
|
4207
|
-
]
|
|
4208
|
-
}
|
|
4011
|
+
"type": "boxShadow",
|
|
4012
|
+
"public": true
|
|
4013
|
+
},
|
|
4014
|
+
"name": "elevation-light-mode-overlay",
|
|
4015
|
+
"attributes": {
|
|
4016
|
+
"category": "elevation",
|
|
4017
|
+
"type": "light-mode",
|
|
4018
|
+
"item": "overlay"
|
|
4019
|
+
},
|
|
4020
|
+
"path": [
|
|
4021
|
+
"elevation",
|
|
4022
|
+
"light-mode",
|
|
4023
|
+
"overlay"
|
|
4024
|
+
]
|
|
4209
4025
|
}
|
|
4210
4026
|
}
|
|
4211
4027
|
}
|