@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
|
@@ -3,10 +3,14 @@
|
|
|
3
3
|
"radius": {
|
|
4
4
|
"default": {
|
|
5
5
|
"value": 0.25,
|
|
6
|
-
"
|
|
6
|
+
"defaultUnit": "rem",
|
|
7
|
+
"public": true,
|
|
8
|
+
"filePath": "tokens/border/alias.json",
|
|
7
9
|
"isSource": true,
|
|
8
10
|
"original": {
|
|
9
|
-
"value": 0.25
|
|
11
|
+
"value": 0.25,
|
|
12
|
+
"defaultUnit": "rem",
|
|
13
|
+
"public": true
|
|
10
14
|
},
|
|
11
15
|
"name": "border-radius-default",
|
|
12
16
|
"attributes": {
|
|
@@ -24,10 +28,14 @@
|
|
|
24
28
|
"width": {
|
|
25
29
|
"default": {
|
|
26
30
|
"value": 1,
|
|
27
|
-
"
|
|
31
|
+
"defaultUnit": "px",
|
|
32
|
+
"public": true,
|
|
33
|
+
"filePath": "tokens/border/alias.json",
|
|
28
34
|
"isSource": true,
|
|
29
35
|
"original": {
|
|
30
|
-
"value": 1
|
|
36
|
+
"value": 1,
|
|
37
|
+
"defaultUnit": "px",
|
|
38
|
+
"public": true
|
|
31
39
|
},
|
|
32
40
|
"name": "border-width-default",
|
|
33
41
|
"attributes": {
|
|
@@ -49,7 +57,7 @@
|
|
|
49
57
|
"primary": {
|
|
50
58
|
"100": {
|
|
51
59
|
"value": "#fffbe9",
|
|
52
|
-
"filePath": "tokens/color/global.json",
|
|
60
|
+
"filePath": "tokens/color/base/global.json",
|
|
53
61
|
"isSource": true,
|
|
54
62
|
"original": {
|
|
55
63
|
"value": "#FFFBE9"
|
|
@@ -72,7 +80,7 @@
|
|
|
72
80
|
},
|
|
73
81
|
"200": {
|
|
74
82
|
"value": "#fff1a9",
|
|
75
|
-
"filePath": "tokens/color/global.json",
|
|
83
|
+
"filePath": "tokens/color/base/global.json",
|
|
76
84
|
"isSource": true,
|
|
77
85
|
"original": {
|
|
78
86
|
"value": "#FFF1A9"
|
|
@@ -95,7 +103,7 @@
|
|
|
95
103
|
},
|
|
96
104
|
"300": {
|
|
97
105
|
"value": "#ffe668",
|
|
98
|
-
"filePath": "tokens/color/global.json",
|
|
106
|
+
"filePath": "tokens/color/base/global.json",
|
|
99
107
|
"isSource": true,
|
|
100
108
|
"original": {
|
|
101
109
|
"value": "#FFE668"
|
|
@@ -118,7 +126,7 @@
|
|
|
118
126
|
},
|
|
119
127
|
"400": {
|
|
120
128
|
"value": "#ffdc28",
|
|
121
|
-
"filePath": "tokens/color/global.json",
|
|
129
|
+
"filePath": "tokens/color/base/global.json",
|
|
122
130
|
"isSource": true,
|
|
123
131
|
"original": {
|
|
124
132
|
"value": "#FFDC28"
|
|
@@ -141,7 +149,7 @@
|
|
|
141
149
|
},
|
|
142
150
|
"500": {
|
|
143
151
|
"value": "#bb9e08",
|
|
144
|
-
"filePath": "tokens/color/global.json",
|
|
152
|
+
"filePath": "tokens/color/base/global.json",
|
|
145
153
|
"isSource": true,
|
|
146
154
|
"original": {
|
|
147
155
|
"value": "#BB9E08"
|
|
@@ -164,7 +172,7 @@
|
|
|
164
172
|
},
|
|
165
173
|
"600": {
|
|
166
174
|
"value": "#776400",
|
|
167
|
-
"filePath": "tokens/color/global.json",
|
|
175
|
+
"filePath": "tokens/color/base/global.json",
|
|
168
176
|
"isSource": true,
|
|
169
177
|
"original": {
|
|
170
178
|
"value": "#776400"
|
|
@@ -189,7 +197,7 @@
|
|
|
189
197
|
"value": "#ffdc28",
|
|
190
198
|
"public": true,
|
|
191
199
|
"isReferenceToInternal": true,
|
|
192
|
-
"filePath": "tokens/color/global.json",
|
|
200
|
+
"filePath": "tokens/color/base/global.json",
|
|
193
201
|
"isSource": true,
|
|
194
202
|
"original": {
|
|
195
203
|
"value": "{color.global.brand.primary.400.value}",
|
|
@@ -216,7 +224,7 @@
|
|
|
216
224
|
"secondary": {
|
|
217
225
|
"100": {
|
|
218
226
|
"value": "#f0ecff",
|
|
219
|
-
"filePath": "tokens/color/global.json",
|
|
227
|
+
"filePath": "tokens/color/base/global.json",
|
|
220
228
|
"isSource": true,
|
|
221
229
|
"original": {
|
|
222
230
|
"value": "#F0ECFF"
|
|
@@ -239,7 +247,7 @@
|
|
|
239
247
|
},
|
|
240
248
|
"200": {
|
|
241
249
|
"value": "#c3b6ff",
|
|
242
|
-
"filePath": "tokens/color/global.json",
|
|
250
|
+
"filePath": "tokens/color/base/global.json",
|
|
243
251
|
"isSource": true,
|
|
244
252
|
"original": {
|
|
245
253
|
"value": "#C3B6FF"
|
|
@@ -262,7 +270,7 @@
|
|
|
262
270
|
},
|
|
263
271
|
"300": {
|
|
264
272
|
"value": "#967fff",
|
|
265
|
-
"filePath": "tokens/color/global.json",
|
|
273
|
+
"filePath": "tokens/color/base/global.json",
|
|
266
274
|
"isSource": true,
|
|
267
275
|
"original": {
|
|
268
276
|
"value": "#967FFF"
|
|
@@ -285,7 +293,7 @@
|
|
|
285
293
|
},
|
|
286
294
|
"400": {
|
|
287
295
|
"value": "#5f41e5",
|
|
288
|
-
"filePath": "tokens/color/global.json",
|
|
296
|
+
"filePath": "tokens/color/base/global.json",
|
|
289
297
|
"isSource": true,
|
|
290
298
|
"original": {
|
|
291
299
|
"value": "#5F41E5"
|
|
@@ -308,7 +316,7 @@
|
|
|
308
316
|
},
|
|
309
317
|
"500": {
|
|
310
318
|
"value": "#3017a1",
|
|
311
|
-
"filePath": "tokens/color/global.json",
|
|
319
|
+
"filePath": "tokens/color/base/global.json",
|
|
312
320
|
"isSource": true,
|
|
313
321
|
"original": {
|
|
314
322
|
"value": "#3017A1"
|
|
@@ -331,7 +339,7 @@
|
|
|
331
339
|
},
|
|
332
340
|
"600": {
|
|
333
341
|
"value": "#11005d",
|
|
334
|
-
"filePath": "tokens/color/global.json",
|
|
342
|
+
"filePath": "tokens/color/base/global.json",
|
|
335
343
|
"isSource": true,
|
|
336
344
|
"original": {
|
|
337
345
|
"value": "#11005D"
|
|
@@ -356,7 +364,7 @@
|
|
|
356
364
|
"value": "#3017a1",
|
|
357
365
|
"public": true,
|
|
358
366
|
"isReferenceToInternal": true,
|
|
359
|
-
"filePath": "tokens/color/global.json",
|
|
367
|
+
"filePath": "tokens/color/base/global.json",
|
|
360
368
|
"isSource": true,
|
|
361
369
|
"original": {
|
|
362
370
|
"value": "{color.global.brand.secondary.500.value}",
|
|
@@ -383,7 +391,7 @@
|
|
|
383
391
|
"accent": {
|
|
384
392
|
"100": {
|
|
385
393
|
"value": "#ffe5f6",
|
|
386
|
-
"filePath": "tokens/color/global.json",
|
|
394
|
+
"filePath": "tokens/color/base/global.json",
|
|
387
395
|
"isSource": true,
|
|
388
396
|
"original": {
|
|
389
397
|
"value": "#FFE5F6"
|
|
@@ -406,7 +414,7 @@
|
|
|
406
414
|
},
|
|
407
415
|
"200": {
|
|
408
416
|
"value": "#ff99dc",
|
|
409
|
-
"filePath": "tokens/color/global.json",
|
|
417
|
+
"filePath": "tokens/color/base/global.json",
|
|
410
418
|
"isSource": true,
|
|
411
419
|
"original": {
|
|
412
420
|
"value": "#FF99DC"
|
|
@@ -429,7 +437,7 @@
|
|
|
429
437
|
},
|
|
430
438
|
"300": {
|
|
431
439
|
"value": "#ff4cc3",
|
|
432
|
-
"filePath": "tokens/color/global.json",
|
|
440
|
+
"filePath": "tokens/color/base/global.json",
|
|
433
441
|
"isSource": true,
|
|
434
442
|
"original": {
|
|
435
443
|
"value": "#FF4CC3"
|
|
@@ -452,7 +460,7 @@
|
|
|
452
460
|
},
|
|
453
461
|
"400": {
|
|
454
462
|
"value": "#de0093",
|
|
455
|
-
"filePath": "tokens/color/global.json",
|
|
463
|
+
"filePath": "tokens/color/base/global.json",
|
|
456
464
|
"isSource": true,
|
|
457
465
|
"original": {
|
|
458
466
|
"value": "#DE0093"
|
|
@@ -475,7 +483,7 @@
|
|
|
475
483
|
},
|
|
476
484
|
"500": {
|
|
477
485
|
"value": "#9a0066",
|
|
478
|
-
"filePath": "tokens/color/global.json",
|
|
486
|
+
"filePath": "tokens/color/base/global.json",
|
|
479
487
|
"isSource": true,
|
|
480
488
|
"original": {
|
|
481
489
|
"value": "#9A0066"
|
|
@@ -498,7 +506,7 @@
|
|
|
498
506
|
},
|
|
499
507
|
"600": {
|
|
500
508
|
"value": "#560039",
|
|
501
|
-
"filePath": "tokens/color/global.json",
|
|
509
|
+
"filePath": "tokens/color/base/global.json",
|
|
502
510
|
"isSource": true,
|
|
503
511
|
"original": {
|
|
504
512
|
"value": "#560039"
|
|
@@ -523,7 +531,7 @@
|
|
|
523
531
|
"value": "#de0093",
|
|
524
532
|
"public": true,
|
|
525
533
|
"isReferenceToInternal": true,
|
|
526
|
-
"filePath": "tokens/color/global.json",
|
|
534
|
+
"filePath": "tokens/color/base/global.json",
|
|
527
535
|
"isSource": true,
|
|
528
536
|
"original": {
|
|
529
537
|
"value": "{color.global.brand.accent.400.value}",
|
|
@@ -551,7 +559,7 @@
|
|
|
551
559
|
"admin": {
|
|
552
560
|
"100": {
|
|
553
561
|
"value": "#f7f1ff",
|
|
554
|
-
"filePath": "tokens/color/global.json",
|
|
562
|
+
"filePath": "tokens/color/base/global.json",
|
|
555
563
|
"isSource": true,
|
|
556
564
|
"original": {
|
|
557
565
|
"value": "#F7F1FF"
|
|
@@ -572,7 +580,7 @@
|
|
|
572
580
|
},
|
|
573
581
|
"200": {
|
|
574
582
|
"value": "#6a1d85",
|
|
575
|
-
"filePath": "tokens/color/global.json",
|
|
583
|
+
"filePath": "tokens/color/base/global.json",
|
|
576
584
|
"isSource": true,
|
|
577
585
|
"original": {
|
|
578
586
|
"value": "#6A1D85"
|
|
@@ -593,7 +601,7 @@
|
|
|
593
601
|
},
|
|
594
602
|
"300": {
|
|
595
603
|
"value": "#451157",
|
|
596
|
-
"filePath": "tokens/color/global.json",
|
|
604
|
+
"filePath": "tokens/color/base/global.json",
|
|
597
605
|
"isSource": true,
|
|
598
606
|
"original": {
|
|
599
607
|
"value": "#451157"
|
|
@@ -616,7 +624,7 @@
|
|
|
616
624
|
"partner": {
|
|
617
625
|
"gitlab": {
|
|
618
626
|
"value": "#ffedfb",
|
|
619
|
-
"filePath": "tokens/color/global.json",
|
|
627
|
+
"filePath": "tokens/color/base/global.json",
|
|
620
628
|
"isSource": true,
|
|
621
629
|
"original": {
|
|
622
630
|
"value": "#FFEDFB"
|
|
@@ -637,7 +645,7 @@
|
|
|
637
645
|
},
|
|
638
646
|
"bitbucket": {
|
|
639
647
|
"value": "#004dc0",
|
|
640
|
-
"filePath": "tokens/color/global.json",
|
|
648
|
+
"filePath": "tokens/color/base/global.json",
|
|
641
649
|
"isSource": true,
|
|
642
650
|
"original": {
|
|
643
651
|
"value": "#004DC0"
|
|
@@ -658,7 +666,7 @@
|
|
|
658
666
|
},
|
|
659
667
|
"gatsby": {
|
|
660
668
|
"value": "#663399",
|
|
661
|
-
"filePath": "tokens/color/global.json",
|
|
669
|
+
"filePath": "tokens/color/base/global.json",
|
|
662
670
|
"isSource": true,
|
|
663
671
|
"original": {
|
|
664
672
|
"value": "#663399"
|
|
@@ -683,7 +691,7 @@
|
|
|
683
691
|
"value": "linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%)",
|
|
684
692
|
"type": "color",
|
|
685
693
|
"public": true,
|
|
686
|
-
"filePath": "tokens/color/gradients.json",
|
|
694
|
+
"filePath": "tokens/color/base/gradients.json",
|
|
687
695
|
"isSource": true,
|
|
688
696
|
"original": {
|
|
689
697
|
"value": {
|
|
@@ -715,7 +723,7 @@
|
|
|
715
723
|
"value": "linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%)",
|
|
716
724
|
"type": "color",
|
|
717
725
|
"public": true,
|
|
718
|
-
"filePath": "tokens/color/gradients.json",
|
|
726
|
+
"filePath": "tokens/color/base/gradients.json",
|
|
719
727
|
"isSource": true,
|
|
720
728
|
"original": {
|
|
721
729
|
"value": {
|
|
@@ -747,7 +755,7 @@
|
|
|
747
755
|
"value": "linear-gradient(228.64deg, #2B017B 41.87%, #29B2FF 100%)",
|
|
748
756
|
"type": "color",
|
|
749
757
|
"public": true,
|
|
750
|
-
"filePath": "tokens/color/gradients.json",
|
|
758
|
+
"filePath": "tokens/color/base/gradients.json",
|
|
751
759
|
"isSource": true,
|
|
752
760
|
"original": {
|
|
753
761
|
"value": {
|
|
@@ -779,7 +787,7 @@
|
|
|
779
787
|
"value": "linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%)",
|
|
780
788
|
"type": "color",
|
|
781
789
|
"public": true,
|
|
782
|
-
"filePath": "tokens/color/gradients.json",
|
|
790
|
+
"filePath": "tokens/color/base/gradients.json",
|
|
783
791
|
"isSource": true,
|
|
784
792
|
"original": {
|
|
785
793
|
"value": {
|
|
@@ -955,11 +963,13 @@
|
|
|
955
963
|
"6XL": {
|
|
956
964
|
"value": "4.678",
|
|
957
965
|
"formula": "1.25**7",
|
|
966
|
+
"defaultUnit": "rem",
|
|
958
967
|
"filePath": "tokens/spacing/base.json",
|
|
959
968
|
"isSource": true,
|
|
960
969
|
"original": {
|
|
961
970
|
"value": "4.678",
|
|
962
|
-
"formula": "{spacing.scale-ratio}**7"
|
|
971
|
+
"formula": "{spacing.scale-ratio}**7",
|
|
972
|
+
"defaultUnit": "rem"
|
|
963
973
|
},
|
|
964
974
|
"name": "spacing-6-xl",
|
|
965
975
|
"attributes": {
|
|
@@ -974,11 +984,13 @@
|
|
|
974
984
|
"5XL": {
|
|
975
985
|
"value": "3.815",
|
|
976
986
|
"formula": "1.25**6",
|
|
987
|
+
"defaultUnit": "rem",
|
|
977
988
|
"filePath": "tokens/spacing/base.json",
|
|
978
989
|
"isSource": true,
|
|
979
990
|
"original": {
|
|
980
991
|
"value": "3.815",
|
|
981
|
-
"formula": "{spacing.scale-ratio}**6"
|
|
992
|
+
"formula": "{spacing.scale-ratio}**6",
|
|
993
|
+
"defaultUnit": "rem"
|
|
982
994
|
},
|
|
983
995
|
"name": "spacing-5-xl",
|
|
984
996
|
"attributes": {
|
|
@@ -993,11 +1005,13 @@
|
|
|
993
1005
|
"4XL": {
|
|
994
1006
|
"value": "3.052",
|
|
995
1007
|
"formula": "1.25**5",
|
|
1008
|
+
"defaultUnit": "rem",
|
|
996
1009
|
"filePath": "tokens/spacing/base.json",
|
|
997
1010
|
"isSource": true,
|
|
998
1011
|
"original": {
|
|
999
1012
|
"value": "3.052",
|
|
1000
|
-
"formula": "{spacing.scale-ratio}**5"
|
|
1013
|
+
"formula": "{spacing.scale-ratio}**5",
|
|
1014
|
+
"defaultUnit": "rem"
|
|
1001
1015
|
},
|
|
1002
1016
|
"name": "spacing-4-xl",
|
|
1003
1017
|
"attributes": {
|
|
@@ -1012,11 +1026,13 @@
|
|
|
1012
1026
|
"3XL": {
|
|
1013
1027
|
"value": "2.441",
|
|
1014
1028
|
"formula": "1.25**4",
|
|
1029
|
+
"defaultUnit": "rem",
|
|
1015
1030
|
"filePath": "tokens/spacing/base.json",
|
|
1016
1031
|
"isSource": true,
|
|
1017
1032
|
"original": {
|
|
1018
1033
|
"value": "2.441",
|
|
1019
|
-
"formula": "{spacing.scale-ratio}**4"
|
|
1034
|
+
"formula": "{spacing.scale-ratio}**4",
|
|
1035
|
+
"defaultUnit": "rem"
|
|
1020
1036
|
},
|
|
1021
1037
|
"name": "spacing-3-xl",
|
|
1022
1038
|
"attributes": {
|
|
@@ -1031,11 +1047,13 @@
|
|
|
1031
1047
|
"2XL": {
|
|
1032
1048
|
"value": "1.953",
|
|
1033
1049
|
"formula": "1.25**3",
|
|
1050
|
+
"defaultUnit": "rem",
|
|
1034
1051
|
"filePath": "tokens/spacing/base.json",
|
|
1035
1052
|
"isSource": true,
|
|
1036
1053
|
"original": {
|
|
1037
1054
|
"value": "1.953",
|
|
1038
|
-
"formula": "{spacing.scale-ratio}**3"
|
|
1055
|
+
"formula": "{spacing.scale-ratio}**3",
|
|
1056
|
+
"defaultUnit": "rem"
|
|
1039
1057
|
},
|
|
1040
1058
|
"name": "spacing-2-xl",
|
|
1041
1059
|
"attributes": {
|
|
@@ -1050,11 +1068,13 @@
|
|
|
1050
1068
|
"XL": {
|
|
1051
1069
|
"value": "1.563",
|
|
1052
1070
|
"formula": "1.25**2",
|
|
1071
|
+
"defaultUnit": "rem",
|
|
1053
1072
|
"filePath": "tokens/spacing/base.json",
|
|
1054
1073
|
"isSource": true,
|
|
1055
1074
|
"original": {
|
|
1056
1075
|
"value": "1.563",
|
|
1057
|
-
"formula": "{spacing.scale-ratio}**2"
|
|
1076
|
+
"formula": "{spacing.scale-ratio}**2",
|
|
1077
|
+
"defaultUnit": "rem"
|
|
1058
1078
|
},
|
|
1059
1079
|
"name": "spacing-xl",
|
|
1060
1080
|
"attributes": {
|
|
@@ -1069,11 +1089,13 @@
|
|
|
1069
1089
|
"L": {
|
|
1070
1090
|
"value": "1.25",
|
|
1071
1091
|
"formula": "1.25**1",
|
|
1092
|
+
"defaultUnit": "rem",
|
|
1072
1093
|
"filePath": "tokens/spacing/base.json",
|
|
1073
1094
|
"isSource": true,
|
|
1074
1095
|
"original": {
|
|
1075
1096
|
"value": "1.25",
|
|
1076
|
-
"formula": "{spacing.scale-ratio}**1"
|
|
1097
|
+
"formula": "{spacing.scale-ratio}**1",
|
|
1098
|
+
"defaultUnit": "rem"
|
|
1077
1099
|
},
|
|
1078
1100
|
"name": "spacing-l",
|
|
1079
1101
|
"attributes": {
|
|
@@ -1087,10 +1109,12 @@
|
|
|
1087
1109
|
},
|
|
1088
1110
|
"M": {
|
|
1089
1111
|
"value": "1",
|
|
1112
|
+
"defaultUnit": "rem",
|
|
1090
1113
|
"filePath": "tokens/spacing/base.json",
|
|
1091
1114
|
"isSource": true,
|
|
1092
1115
|
"original": {
|
|
1093
|
-
"value": "1"
|
|
1116
|
+
"value": "1",
|
|
1117
|
+
"defaultUnit": "rem"
|
|
1094
1118
|
},
|
|
1095
1119
|
"name": "spacing-m",
|
|
1096
1120
|
"attributes": {
|
|
@@ -1105,11 +1129,13 @@
|
|
|
1105
1129
|
"S": {
|
|
1106
1130
|
"value": "0.8",
|
|
1107
1131
|
"formula": "1.25**-1",
|
|
1132
|
+
"defaultUnit": "rem",
|
|
1108
1133
|
"filePath": "tokens/spacing/base.json",
|
|
1109
1134
|
"isSource": true,
|
|
1110
1135
|
"original": {
|
|
1111
1136
|
"value": "0.8",
|
|
1112
|
-
"formula": "{spacing.scale-ratio}**-1"
|
|
1137
|
+
"formula": "{spacing.scale-ratio}**-1",
|
|
1138
|
+
"defaultUnit": "rem"
|
|
1113
1139
|
},
|
|
1114
1140
|
"name": "spacing-s",
|
|
1115
1141
|
"attributes": {
|
|
@@ -1124,11 +1150,13 @@
|
|
|
1124
1150
|
"XS": {
|
|
1125
1151
|
"value": "0.64",
|
|
1126
1152
|
"formula": "1.25**-2",
|
|
1153
|
+
"defaultUnit": "rem",
|
|
1127
1154
|
"filePath": "tokens/spacing/base.json",
|
|
1128
1155
|
"isSource": true,
|
|
1129
1156
|
"original": {
|
|
1130
1157
|
"value": "0.64",
|
|
1131
|
-
"formula": "{spacing.scale-ratio}**-2"
|
|
1158
|
+
"formula": "{spacing.scale-ratio}**-2",
|
|
1159
|
+
"defaultUnit": "rem"
|
|
1132
1160
|
},
|
|
1133
1161
|
"name": "spacing-xs",
|
|
1134
1162
|
"attributes": {
|
|
@@ -1143,11 +1171,13 @@
|
|
|
1143
1171
|
"2XS": {
|
|
1144
1172
|
"value": "0.512",
|
|
1145
1173
|
"formula": "1.25**-3",
|
|
1174
|
+
"defaultUnit": "rem",
|
|
1146
1175
|
"filePath": "tokens/spacing/base.json",
|
|
1147
1176
|
"isSource": true,
|
|
1148
1177
|
"original": {
|
|
1149
1178
|
"value": "0.512",
|
|
1150
|
-
"formula": "{spacing.scale-ratio}**-3"
|
|
1179
|
+
"formula": "{spacing.scale-ratio}**-3",
|
|
1180
|
+
"defaultUnit": "rem"
|
|
1151
1181
|
},
|
|
1152
1182
|
"name": "spacing-2-xs",
|
|
1153
1183
|
"attributes": {
|
|
@@ -1162,11 +1192,13 @@
|
|
|
1162
1192
|
"3XS": {
|
|
1163
1193
|
"value": "0.41",
|
|
1164
1194
|
"formula": "1.25**-4",
|
|
1195
|
+
"defaultUnit": "rem",
|
|
1165
1196
|
"filePath": "tokens/spacing/base.json",
|
|
1166
1197
|
"isSource": true,
|
|
1167
1198
|
"original": {
|
|
1168
1199
|
"value": "0.41",
|
|
1169
|
-
"formula": "{spacing.scale-ratio}**-4"
|
|
1200
|
+
"formula": "{spacing.scale-ratio}**-4",
|
|
1201
|
+
"defaultUnit": "rem"
|
|
1170
1202
|
},
|
|
1171
1203
|
"name": "spacing-3-xs",
|
|
1172
1204
|
"attributes": {
|
|
@@ -1181,11 +1213,13 @@
|
|
|
1181
1213
|
"4XS": {
|
|
1182
1214
|
"value": "0.328",
|
|
1183
1215
|
"formula": "1.25**-5",
|
|
1216
|
+
"defaultUnit": "rem",
|
|
1184
1217
|
"filePath": "tokens/spacing/base.json",
|
|
1185
1218
|
"isSource": true,
|
|
1186
1219
|
"original": {
|
|
1187
1220
|
"value": "0.328",
|
|
1188
|
-
"formula": "{spacing.scale-ratio}**-5"
|
|
1221
|
+
"formula": "{spacing.scale-ratio}**-5",
|
|
1222
|
+
"defaultUnit": "rem"
|
|
1189
1223
|
},
|
|
1190
1224
|
"name": "spacing-4-xs",
|
|
1191
1225
|
"attributes": {
|
|
@@ -1196,32 +1230,150 @@
|
|
|
1196
1230
|
"spacing",
|
|
1197
1231
|
"4XS"
|
|
1198
1232
|
]
|
|
1199
|
-
},
|
|
1200
|
-
"5XS": {
|
|
1201
|
-
"value": "0.262",
|
|
1202
|
-
"formula": "1.25**-6",
|
|
1203
|
-
"filePath": "tokens/spacing/base.json",
|
|
1204
|
-
"isSource": true,
|
|
1205
|
-
"original": {
|
|
1206
|
-
"value": "0.262",
|
|
1207
|
-
"formula": "{spacing.scale-ratio}**-6"
|
|
1208
|
-
},
|
|
1209
|
-
"name": "spacing-5-xs",
|
|
1210
|
-
"attributes": {
|
|
1211
|
-
"category": "spacing",
|
|
1212
|
-
"type": "5XS"
|
|
1213
|
-
},
|
|
1214
|
-
"path": [
|
|
1215
|
-
"spacing",
|
|
1216
|
-
"5XS"
|
|
1217
|
-
]
|
|
1218
1233
|
}
|
|
1219
1234
|
},
|
|
1220
1235
|
"typography": {
|
|
1236
|
+
"font": {
|
|
1237
|
+
"default": {
|
|
1238
|
+
"value": "'Poppins', sans-serif",
|
|
1239
|
+
"public": true,
|
|
1240
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1241
|
+
"isSource": true,
|
|
1242
|
+
"original": {
|
|
1243
|
+
"value": "'Poppins', sans-serif",
|
|
1244
|
+
"public": true
|
|
1245
|
+
},
|
|
1246
|
+
"name": "typography-font-default",
|
|
1247
|
+
"attributes": {
|
|
1248
|
+
"category": "typography",
|
|
1249
|
+
"type": "font",
|
|
1250
|
+
"item": "default"
|
|
1251
|
+
},
|
|
1252
|
+
"path": [
|
|
1253
|
+
"typography",
|
|
1254
|
+
"font",
|
|
1255
|
+
"default"
|
|
1256
|
+
]
|
|
1257
|
+
},
|
|
1258
|
+
"headings": {
|
|
1259
|
+
"value": "'Poppins', sans-serif",
|
|
1260
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1261
|
+
"isSource": true,
|
|
1262
|
+
"original": {
|
|
1263
|
+
"value": "{typography.font.default.value}"
|
|
1264
|
+
},
|
|
1265
|
+
"name": "typography-font-headings",
|
|
1266
|
+
"attributes": {
|
|
1267
|
+
"category": "typography",
|
|
1268
|
+
"type": "font",
|
|
1269
|
+
"item": "headings"
|
|
1270
|
+
},
|
|
1271
|
+
"path": [
|
|
1272
|
+
"typography",
|
|
1273
|
+
"font",
|
|
1274
|
+
"headings"
|
|
1275
|
+
]
|
|
1276
|
+
},
|
|
1277
|
+
"paragraph": {
|
|
1278
|
+
"value": "'Poppins', sans-serif",
|
|
1279
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1280
|
+
"isSource": true,
|
|
1281
|
+
"original": {
|
|
1282
|
+
"value": "{typography.font.default.value}"
|
|
1283
|
+
},
|
|
1284
|
+
"name": "typography-font-paragraph",
|
|
1285
|
+
"attributes": {
|
|
1286
|
+
"category": "typography",
|
|
1287
|
+
"type": "font",
|
|
1288
|
+
"item": "paragraph"
|
|
1289
|
+
},
|
|
1290
|
+
"path": [
|
|
1291
|
+
"typography",
|
|
1292
|
+
"font",
|
|
1293
|
+
"paragraph"
|
|
1294
|
+
]
|
|
1295
|
+
},
|
|
1296
|
+
"lead": {
|
|
1297
|
+
"value": "'Aleo', serif",
|
|
1298
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1299
|
+
"isSource": true,
|
|
1300
|
+
"original": {
|
|
1301
|
+
"value": "'Aleo', serif"
|
|
1302
|
+
},
|
|
1303
|
+
"name": "typography-font-lead",
|
|
1304
|
+
"attributes": {
|
|
1305
|
+
"category": "typography",
|
|
1306
|
+
"type": "font",
|
|
1307
|
+
"item": "lead"
|
|
1308
|
+
},
|
|
1309
|
+
"path": [
|
|
1310
|
+
"typography",
|
|
1311
|
+
"font",
|
|
1312
|
+
"lead"
|
|
1313
|
+
]
|
|
1314
|
+
},
|
|
1315
|
+
"quote": {
|
|
1316
|
+
"value": "'Aleo', serif",
|
|
1317
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1318
|
+
"isSource": true,
|
|
1319
|
+
"original": {
|
|
1320
|
+
"value": "'Aleo', serif"
|
|
1321
|
+
},
|
|
1322
|
+
"name": "typography-font-quote",
|
|
1323
|
+
"attributes": {
|
|
1324
|
+
"category": "typography",
|
|
1325
|
+
"type": "font",
|
|
1326
|
+
"item": "quote"
|
|
1327
|
+
},
|
|
1328
|
+
"path": [
|
|
1329
|
+
"typography",
|
|
1330
|
+
"font",
|
|
1331
|
+
"quote"
|
|
1332
|
+
]
|
|
1333
|
+
},
|
|
1334
|
+
"overline": {
|
|
1335
|
+
"value": "'Poppins', sans-serif",
|
|
1336
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1337
|
+
"isSource": true,
|
|
1338
|
+
"original": {
|
|
1339
|
+
"value": "{typography.font.default.value}"
|
|
1340
|
+
},
|
|
1341
|
+
"name": "typography-font-overline",
|
|
1342
|
+
"attributes": {
|
|
1343
|
+
"category": "typography",
|
|
1344
|
+
"type": "font",
|
|
1345
|
+
"item": "overline"
|
|
1346
|
+
},
|
|
1347
|
+
"path": [
|
|
1348
|
+
"typography",
|
|
1349
|
+
"font",
|
|
1350
|
+
"overline"
|
|
1351
|
+
]
|
|
1352
|
+
},
|
|
1353
|
+
"css-import": {
|
|
1354
|
+
"value": "https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap'",
|
|
1355
|
+
"filePath": "tokens/typography/base/font.json",
|
|
1356
|
+
"isSource": true,
|
|
1357
|
+
"original": {
|
|
1358
|
+
"value": "https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap'"
|
|
1359
|
+
},
|
|
1360
|
+
"name": "typography-font-css-import",
|
|
1361
|
+
"attributes": {
|
|
1362
|
+
"category": "typography",
|
|
1363
|
+
"type": "font",
|
|
1364
|
+
"item": "css-import"
|
|
1365
|
+
},
|
|
1366
|
+
"path": [
|
|
1367
|
+
"typography",
|
|
1368
|
+
"font",
|
|
1369
|
+
"css-import"
|
|
1370
|
+
]
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1221
1373
|
"font-weight": {
|
|
1222
1374
|
"regular": {
|
|
1223
1375
|
"value": 400,
|
|
1224
|
-
"filePath": "tokens/typography/font-weight.json",
|
|
1376
|
+
"filePath": "tokens/typography/base/font-weight.json",
|
|
1225
1377
|
"isSource": true,
|
|
1226
1378
|
"original": {
|
|
1227
1379
|
"value": 400
|
|
@@ -1240,7 +1392,7 @@
|
|
|
1240
1392
|
},
|
|
1241
1393
|
"semibold": {
|
|
1242
1394
|
"value": 600,
|
|
1243
|
-
"filePath": "tokens/typography/font-weight.json",
|
|
1395
|
+
"filePath": "tokens/typography/base/font-weight.json",
|
|
1244
1396
|
"isSource": true,
|
|
1245
1397
|
"original": {
|
|
1246
1398
|
"value": 600
|
|
@@ -1259,7 +1411,7 @@
|
|
|
1259
1411
|
},
|
|
1260
1412
|
"bold": {
|
|
1261
1413
|
"value": 700,
|
|
1262
|
-
"filePath": "tokens/typography/font-weight.json",
|
|
1414
|
+
"filePath": "tokens/typography/base/font-weight.json",
|
|
1263
1415
|
"isSource": true,
|
|
1264
1416
|
"original": {
|
|
1265
1417
|
"value": 700
|
|
@@ -1275,359 +1427,31 @@
|
|
|
1275
1427
|
"font-weight",
|
|
1276
1428
|
"bold"
|
|
1277
1429
|
]
|
|
1278
|
-
}
|
|
1279
|
-
},
|
|
1280
|
-
"product": {
|
|
1281
|
-
"font": {
|
|
1282
|
-
"css-import": {
|
|
1283
|
-
"value": "'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap'",
|
|
1284
|
-
"filePath": "tokens/typography/font.json",
|
|
1285
|
-
"isSource": true,
|
|
1286
|
-
"original": {
|
|
1287
|
-
"value": "'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap'"
|
|
1288
|
-
},
|
|
1289
|
-
"name": "typography-product-font-css-import",
|
|
1290
|
-
"attributes": {
|
|
1291
|
-
"category": "typography",
|
|
1292
|
-
"type": "product",
|
|
1293
|
-
"item": "font",
|
|
1294
|
-
"subitem": "css-import"
|
|
1295
|
-
},
|
|
1296
|
-
"path": [
|
|
1297
|
-
"typography",
|
|
1298
|
-
"product",
|
|
1299
|
-
"font",
|
|
1300
|
-
"css-import"
|
|
1301
|
-
]
|
|
1302
|
-
},
|
|
1303
|
-
"headings": {
|
|
1304
|
-
"value": "'Poppins', sans-serif",
|
|
1305
|
-
"filePath": "tokens/typography/font.json",
|
|
1306
|
-
"isSource": true,
|
|
1307
|
-
"original": {
|
|
1308
|
-
"value": "'Poppins', sans-serif"
|
|
1309
|
-
},
|
|
1310
|
-
"name": "typography-product-font-headings",
|
|
1311
|
-
"attributes": {
|
|
1312
|
-
"category": "typography",
|
|
1313
|
-
"type": "product",
|
|
1314
|
-
"item": "font",
|
|
1315
|
-
"subitem": "headings"
|
|
1316
|
-
},
|
|
1317
|
-
"path": [
|
|
1318
|
-
"typography",
|
|
1319
|
-
"product",
|
|
1320
|
-
"font",
|
|
1321
|
-
"headings"
|
|
1322
|
-
]
|
|
1323
|
-
},
|
|
1324
|
-
"bodycopy": {
|
|
1325
|
-
"value": "'Open Sans', sans-serif",
|
|
1326
|
-
"filePath": "tokens/typography/font.json",
|
|
1327
|
-
"isSource": true,
|
|
1328
|
-
"original": {
|
|
1329
|
-
"value": "'Open Sans', sans-serif"
|
|
1330
|
-
},
|
|
1331
|
-
"name": "typography-product-font-bodycopy",
|
|
1332
|
-
"attributes": {
|
|
1333
|
-
"category": "typography",
|
|
1334
|
-
"type": "product",
|
|
1335
|
-
"item": "font",
|
|
1336
|
-
"subitem": "bodycopy"
|
|
1337
|
-
},
|
|
1338
|
-
"path": [
|
|
1339
|
-
"typography",
|
|
1340
|
-
"product",
|
|
1341
|
-
"font",
|
|
1342
|
-
"bodycopy"
|
|
1343
|
-
]
|
|
1344
|
-
}
|
|
1345
1430
|
},
|
|
1346
|
-
"
|
|
1347
|
-
"
|
|
1348
|
-
|
|
1349
|
-
"value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap'",
|
|
1350
|
-
"filePath": "tokens/typography/font.json",
|
|
1351
|
-
"isSource": true,
|
|
1352
|
-
"original": {
|
|
1353
|
-
"value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap'"
|
|
1354
|
-
},
|
|
1355
|
-
"name": "typography-product-marketing-font-css-import",
|
|
1356
|
-
"attributes": {
|
|
1357
|
-
"category": "typography",
|
|
1358
|
-
"type": "product",
|
|
1359
|
-
"item": "marketing",
|
|
1360
|
-
"subitem": "font",
|
|
1361
|
-
"state": "css-import"
|
|
1362
|
-
},
|
|
1363
|
-
"path": [
|
|
1364
|
-
"typography",
|
|
1365
|
-
"product",
|
|
1366
|
-
"marketing",
|
|
1367
|
-
"font",
|
|
1368
|
-
"css-import"
|
|
1369
|
-
]
|
|
1370
|
-
},
|
|
1371
|
-
"headings": {
|
|
1372
|
-
"value": "'Poppins', sans-serif",
|
|
1373
|
-
"filePath": "tokens/typography/font.json",
|
|
1374
|
-
"isSource": true,
|
|
1375
|
-
"original": {
|
|
1376
|
-
"value": "'Poppins', sans-serif"
|
|
1377
|
-
},
|
|
1378
|
-
"name": "typography-product-marketing-font-headings",
|
|
1379
|
-
"attributes": {
|
|
1380
|
-
"category": "typography",
|
|
1381
|
-
"type": "product",
|
|
1382
|
-
"item": "marketing",
|
|
1383
|
-
"subitem": "font",
|
|
1384
|
-
"state": "headings"
|
|
1385
|
-
},
|
|
1386
|
-
"path": [
|
|
1387
|
-
"typography",
|
|
1388
|
-
"product",
|
|
1389
|
-
"marketing",
|
|
1390
|
-
"font",
|
|
1391
|
-
"headings"
|
|
1392
|
-
]
|
|
1393
|
-
},
|
|
1394
|
-
"bodycopy": {
|
|
1395
|
-
"value": "'Aleo', serif",
|
|
1396
|
-
"filePath": "tokens/typography/font.json",
|
|
1397
|
-
"isSource": true,
|
|
1398
|
-
"original": {
|
|
1399
|
-
"value": "'Aleo', serif"
|
|
1400
|
-
},
|
|
1401
|
-
"name": "typography-product-marketing-font-bodycopy",
|
|
1402
|
-
"attributes": {
|
|
1403
|
-
"category": "typography",
|
|
1404
|
-
"type": "product",
|
|
1405
|
-
"item": "marketing",
|
|
1406
|
-
"subitem": "font",
|
|
1407
|
-
"state": "bodycopy"
|
|
1408
|
-
},
|
|
1409
|
-
"path": [
|
|
1410
|
-
"typography",
|
|
1411
|
-
"product",
|
|
1412
|
-
"marketing",
|
|
1413
|
-
"font",
|
|
1414
|
-
"bodycopy"
|
|
1415
|
-
]
|
|
1416
|
-
}
|
|
1417
|
-
}
|
|
1418
|
-
},
|
|
1419
|
-
"scale-ratio": {
|
|
1420
|
-
"value": "1.2",
|
|
1421
|
-
"comment": "The base ratio/multiplier of the typographic scale for product",
|
|
1422
|
-
"filePath": "tokens/typography/scale.json",
|
|
1431
|
+
"extrabold": {
|
|
1432
|
+
"value": 800,
|
|
1433
|
+
"filePath": "tokens/typography/base/font-weight.json",
|
|
1423
1434
|
"isSource": true,
|
|
1424
1435
|
"original": {
|
|
1425
|
-
"value":
|
|
1426
|
-
"comment": "The base ratio/multiplier of the typographic scale for product"
|
|
1436
|
+
"value": 800
|
|
1427
1437
|
},
|
|
1428
|
-
"name": "typography-
|
|
1438
|
+
"name": "typography-font-weight-extrabold",
|
|
1429
1439
|
"attributes": {
|
|
1430
1440
|
"category": "typography",
|
|
1431
|
-
"type": "
|
|
1432
|
-
"item": "
|
|
1441
|
+
"type": "font-weight",
|
|
1442
|
+
"item": "extrabold"
|
|
1433
1443
|
},
|
|
1434
1444
|
"path": [
|
|
1435
1445
|
"typography",
|
|
1436
|
-
"
|
|
1437
|
-
"
|
|
1446
|
+
"font-weight",
|
|
1447
|
+
"extrabold"
|
|
1438
1448
|
]
|
|
1439
|
-
},
|
|
1440
|
-
"size": {
|
|
1441
|
-
"4XL": {
|
|
1442
|
-
"value": "2.488",
|
|
1443
|
-
"formula": "1.2**5",
|
|
1444
|
-
"filePath": "tokens/typography/scale.json",
|
|
1445
|
-
"isSource": true,
|
|
1446
|
-
"original": {
|
|
1447
|
-
"value": "2.488",
|
|
1448
|
-
"formula": "{typography.product.scale-ratio}**5"
|
|
1449
|
-
},
|
|
1450
|
-
"name": "typography-product-size-4-xl",
|
|
1451
|
-
"attributes": {
|
|
1452
|
-
"category": "typography",
|
|
1453
|
-
"type": "product",
|
|
1454
|
-
"item": "size",
|
|
1455
|
-
"subitem": "4XL"
|
|
1456
|
-
},
|
|
1457
|
-
"path": [
|
|
1458
|
-
"typography",
|
|
1459
|
-
"product",
|
|
1460
|
-
"size",
|
|
1461
|
-
"4XL"
|
|
1462
|
-
]
|
|
1463
|
-
},
|
|
1464
|
-
"3XL": {
|
|
1465
|
-
"value": "2.074",
|
|
1466
|
-
"formula": "1.2**4",
|
|
1467
|
-
"filePath": "tokens/typography/scale.json",
|
|
1468
|
-
"isSource": true,
|
|
1469
|
-
"original": {
|
|
1470
|
-
"value": "2.074",
|
|
1471
|
-
"formula": "{typography.product.scale-ratio}**4"
|
|
1472
|
-
},
|
|
1473
|
-
"name": "typography-product-size-3-xl",
|
|
1474
|
-
"attributes": {
|
|
1475
|
-
"category": "typography",
|
|
1476
|
-
"type": "product",
|
|
1477
|
-
"item": "size",
|
|
1478
|
-
"subitem": "3XL"
|
|
1479
|
-
},
|
|
1480
|
-
"path": [
|
|
1481
|
-
"typography",
|
|
1482
|
-
"product",
|
|
1483
|
-
"size",
|
|
1484
|
-
"3XL"
|
|
1485
|
-
]
|
|
1486
|
-
},
|
|
1487
|
-
"2XL": {
|
|
1488
|
-
"value": "1.728",
|
|
1489
|
-
"formula": "1.2**3",
|
|
1490
|
-
"filePath": "tokens/typography/scale.json",
|
|
1491
|
-
"isSource": true,
|
|
1492
|
-
"original": {
|
|
1493
|
-
"value": "1.728",
|
|
1494
|
-
"formula": "{typography.product.scale-ratio}**3"
|
|
1495
|
-
},
|
|
1496
|
-
"name": "typography-product-size-2-xl",
|
|
1497
|
-
"attributes": {
|
|
1498
|
-
"category": "typography",
|
|
1499
|
-
"type": "product",
|
|
1500
|
-
"item": "size",
|
|
1501
|
-
"subitem": "2XL"
|
|
1502
|
-
},
|
|
1503
|
-
"path": [
|
|
1504
|
-
"typography",
|
|
1505
|
-
"product",
|
|
1506
|
-
"size",
|
|
1507
|
-
"2XL"
|
|
1508
|
-
]
|
|
1509
|
-
},
|
|
1510
|
-
"XL": {
|
|
1511
|
-
"value": "1.44",
|
|
1512
|
-
"formula": "1.2**2",
|
|
1513
|
-
"filePath": "tokens/typography/scale.json",
|
|
1514
|
-
"isSource": true,
|
|
1515
|
-
"original": {
|
|
1516
|
-
"value": "1.44",
|
|
1517
|
-
"formula": "{typography.product.scale-ratio}**2"
|
|
1518
|
-
},
|
|
1519
|
-
"name": "typography-product-size-xl",
|
|
1520
|
-
"attributes": {
|
|
1521
|
-
"category": "typography",
|
|
1522
|
-
"type": "product",
|
|
1523
|
-
"item": "size",
|
|
1524
|
-
"subitem": "XL"
|
|
1525
|
-
},
|
|
1526
|
-
"path": [
|
|
1527
|
-
"typography",
|
|
1528
|
-
"product",
|
|
1529
|
-
"size",
|
|
1530
|
-
"XL"
|
|
1531
|
-
]
|
|
1532
|
-
},
|
|
1533
|
-
"L": {
|
|
1534
|
-
"value": "1.2",
|
|
1535
|
-
"formula": "1.2**1",
|
|
1536
|
-
"filePath": "tokens/typography/scale.json",
|
|
1537
|
-
"isSource": true,
|
|
1538
|
-
"original": {
|
|
1539
|
-
"value": "1.2",
|
|
1540
|
-
"formula": "{typography.product.scale-ratio}**1"
|
|
1541
|
-
},
|
|
1542
|
-
"name": "typography-product-size-l",
|
|
1543
|
-
"attributes": {
|
|
1544
|
-
"category": "typography",
|
|
1545
|
-
"type": "product",
|
|
1546
|
-
"item": "size",
|
|
1547
|
-
"subitem": "L"
|
|
1548
|
-
},
|
|
1549
|
-
"path": [
|
|
1550
|
-
"typography",
|
|
1551
|
-
"product",
|
|
1552
|
-
"size",
|
|
1553
|
-
"L"
|
|
1554
|
-
]
|
|
1555
|
-
},
|
|
1556
|
-
"M": {
|
|
1557
|
-
"value": "1",
|
|
1558
|
-
"comment": "Base value.",
|
|
1559
|
-
"filePath": "tokens/typography/scale.json",
|
|
1560
|
-
"isSource": true,
|
|
1561
|
-
"original": {
|
|
1562
|
-
"value": "1",
|
|
1563
|
-
"comment": "Base value."
|
|
1564
|
-
},
|
|
1565
|
-
"name": "typography-product-size-m",
|
|
1566
|
-
"attributes": {
|
|
1567
|
-
"category": "typography",
|
|
1568
|
-
"type": "product",
|
|
1569
|
-
"item": "size",
|
|
1570
|
-
"subitem": "M"
|
|
1571
|
-
},
|
|
1572
|
-
"path": [
|
|
1573
|
-
"typography",
|
|
1574
|
-
"product",
|
|
1575
|
-
"size",
|
|
1576
|
-
"M"
|
|
1577
|
-
]
|
|
1578
|
-
},
|
|
1579
|
-
"S": {
|
|
1580
|
-
"value": "0.833",
|
|
1581
|
-
"formula": "1.2**-1",
|
|
1582
|
-
"filePath": "tokens/typography/scale.json",
|
|
1583
|
-
"isSource": true,
|
|
1584
|
-
"original": {
|
|
1585
|
-
"value": "0.833",
|
|
1586
|
-
"formula": "{typography.product.scale-ratio}**-1"
|
|
1587
|
-
},
|
|
1588
|
-
"name": "typography-product-size-s",
|
|
1589
|
-
"attributes": {
|
|
1590
|
-
"category": "typography",
|
|
1591
|
-
"type": "product",
|
|
1592
|
-
"item": "size",
|
|
1593
|
-
"subitem": "S"
|
|
1594
|
-
},
|
|
1595
|
-
"path": [
|
|
1596
|
-
"typography",
|
|
1597
|
-
"product",
|
|
1598
|
-
"size",
|
|
1599
|
-
"S"
|
|
1600
|
-
]
|
|
1601
|
-
},
|
|
1602
|
-
"XS": {
|
|
1603
|
-
"value": "0.694",
|
|
1604
|
-
"formula": "1.2**-2",
|
|
1605
|
-
"filePath": "tokens/typography/scale.json",
|
|
1606
|
-
"isSource": true,
|
|
1607
|
-
"original": {
|
|
1608
|
-
"value": "0.694",
|
|
1609
|
-
"formula": "{typography.product.scale-ratio}**-2"
|
|
1610
|
-
},
|
|
1611
|
-
"name": "typography-product-size-xs",
|
|
1612
|
-
"attributes": {
|
|
1613
|
-
"category": "typography",
|
|
1614
|
-
"type": "product",
|
|
1615
|
-
"item": "size",
|
|
1616
|
-
"subitem": "XS"
|
|
1617
|
-
},
|
|
1618
|
-
"path": [
|
|
1619
|
-
"typography",
|
|
1620
|
-
"product",
|
|
1621
|
-
"size",
|
|
1622
|
-
"XS"
|
|
1623
|
-
]
|
|
1624
|
-
}
|
|
1625
1449
|
}
|
|
1626
1450
|
},
|
|
1627
1451
|
"letter-spacing": {
|
|
1628
1452
|
"XL": {
|
|
1629
1453
|
"value": "6%",
|
|
1630
|
-
"filePath": "tokens/typography/letter-spacing.json",
|
|
1454
|
+
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
1631
1455
|
"isSource": true,
|
|
1632
1456
|
"original": {
|
|
1633
1457
|
"value": "6%"
|
|
@@ -1646,7 +1470,7 @@
|
|
|
1646
1470
|
},
|
|
1647
1471
|
"L": {
|
|
1648
1472
|
"value": "4%",
|
|
1649
|
-
"filePath": "tokens/typography/letter-spacing.json",
|
|
1473
|
+
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
1650
1474
|
"isSource": true,
|
|
1651
1475
|
"original": {
|
|
1652
1476
|
"value": "4%"
|
|
@@ -1665,7 +1489,7 @@
|
|
|
1665
1489
|
},
|
|
1666
1490
|
"M": {
|
|
1667
1491
|
"value": "2%",
|
|
1668
|
-
"filePath": "tokens/typography/letter-spacing.json",
|
|
1492
|
+
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
1669
1493
|
"isSource": true,
|
|
1670
1494
|
"original": {
|
|
1671
1495
|
"value": "2%"
|
|
@@ -1684,7 +1508,7 @@
|
|
|
1684
1508
|
},
|
|
1685
1509
|
"S": {
|
|
1686
1510
|
"value": "1%",
|
|
1687
|
-
"filePath": "tokens/typography/letter-spacing.json",
|
|
1511
|
+
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
1688
1512
|
"isSource": true,
|
|
1689
1513
|
"original": {
|
|
1690
1514
|
"value": "1%"
|
|
@@ -1705,7 +1529,7 @@
|
|
|
1705
1529
|
"line-height": {
|
|
1706
1530
|
"L": {
|
|
1707
1531
|
"value": "195.3%",
|
|
1708
|
-
"filePath": "tokens/typography/line-height.json",
|
|
1532
|
+
"filePath": "tokens/typography/base/line-height.json",
|
|
1709
1533
|
"isSource": true,
|
|
1710
1534
|
"original": {
|
|
1711
1535
|
"value": "195.3%"
|
|
@@ -1724,7 +1548,7 @@
|
|
|
1724
1548
|
},
|
|
1725
1549
|
"M": {
|
|
1726
1550
|
"value": "156.3%",
|
|
1727
|
-
"filePath": "tokens/typography/line-height.json",
|
|
1551
|
+
"filePath": "tokens/typography/base/line-height.json",
|
|
1728
1552
|
"isSource": true,
|
|
1729
1553
|
"original": {
|
|
1730
1554
|
"value": "156.3%"
|
|
@@ -1743,7 +1567,7 @@
|
|
|
1743
1567
|
},
|
|
1744
1568
|
"S": {
|
|
1745
1569
|
"value": "125%",
|
|
1746
|
-
"filePath": "tokens/typography/line-height.json",
|
|
1570
|
+
"filePath": "tokens/typography/base/line-height.json",
|
|
1747
1571
|
"isSource": true,
|
|
1748
1572
|
"original": {
|
|
1749
1573
|
"value": "125%"
|
|
@@ -1761,328 +1585,209 @@
|
|
|
1761
1585
|
]
|
|
1762
1586
|
}
|
|
1763
1587
|
},
|
|
1764
|
-
"
|
|
1765
|
-
"
|
|
1588
|
+
"scale-ratio": {
|
|
1589
|
+
"value": "1.25",
|
|
1590
|
+
"comment": "The base ratio/multiplier of the typographic scale.",
|
|
1591
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1592
|
+
"isSource": true,
|
|
1593
|
+
"original": {
|
|
1766
1594
|
"value": "1.25",
|
|
1767
|
-
"comment": "The base ratio/multiplier of the typographic scale
|
|
1768
|
-
|
|
1595
|
+
"comment": "The base ratio/multiplier of the typographic scale."
|
|
1596
|
+
},
|
|
1597
|
+
"name": "typography-scale-ratio",
|
|
1598
|
+
"attributes": {
|
|
1599
|
+
"category": "typography",
|
|
1600
|
+
"type": "scale-ratio"
|
|
1601
|
+
},
|
|
1602
|
+
"path": [
|
|
1603
|
+
"typography",
|
|
1604
|
+
"scale-ratio"
|
|
1605
|
+
]
|
|
1606
|
+
},
|
|
1607
|
+
"size": {
|
|
1608
|
+
"4XL": {
|
|
1609
|
+
"value": "3.052",
|
|
1610
|
+
"formula": "1.25**5",
|
|
1611
|
+
"defaultUnit": "em",
|
|
1612
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1769
1613
|
"isSource": true,
|
|
1770
1614
|
"original": {
|
|
1771
|
-
"value": "
|
|
1772
|
-
"
|
|
1615
|
+
"value": "3.052",
|
|
1616
|
+
"formula": "{typography.scale-ratio}**5",
|
|
1617
|
+
"defaultUnit": "em"
|
|
1773
1618
|
},
|
|
1774
|
-
"name": "typography-
|
|
1619
|
+
"name": "typography-size-4-xl",
|
|
1775
1620
|
"attributes": {
|
|
1776
1621
|
"category": "typography",
|
|
1777
|
-
"type": "
|
|
1778
|
-
"item": "
|
|
1622
|
+
"type": "size",
|
|
1623
|
+
"item": "4XL"
|
|
1779
1624
|
},
|
|
1780
1625
|
"path": [
|
|
1781
1626
|
"typography",
|
|
1782
|
-
"
|
|
1783
|
-
"
|
|
1627
|
+
"size",
|
|
1628
|
+
"4XL"
|
|
1784
1629
|
]
|
|
1785
1630
|
},
|
|
1786
|
-
"
|
|
1787
|
-
"
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
"value": "3.052",
|
|
1794
|
-
"formula": "{typography.marketing.scale-ratio}**5"
|
|
1795
|
-
},
|
|
1796
|
-
"name": "typography-marketing-size-4-xl",
|
|
1797
|
-
"attributes": {
|
|
1798
|
-
"category": "typography",
|
|
1799
|
-
"type": "marketing",
|
|
1800
|
-
"item": "size",
|
|
1801
|
-
"subitem": "4XL"
|
|
1802
|
-
},
|
|
1803
|
-
"path": [
|
|
1804
|
-
"typography",
|
|
1805
|
-
"marketing",
|
|
1806
|
-
"size",
|
|
1807
|
-
"4XL"
|
|
1808
|
-
]
|
|
1809
|
-
},
|
|
1810
|
-
"3XL": {
|
|
1631
|
+
"3XL": {
|
|
1632
|
+
"value": "2.441",
|
|
1633
|
+
"formula": "1.25**4",
|
|
1634
|
+
"defaultUnit": "em",
|
|
1635
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1636
|
+
"isSource": true,
|
|
1637
|
+
"original": {
|
|
1811
1638
|
"value": "2.441",
|
|
1812
|
-
"formula": "
|
|
1813
|
-
"
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
"
|
|
1820
|
-
"attributes": {
|
|
1821
|
-
"category": "typography",
|
|
1822
|
-
"type": "marketing",
|
|
1823
|
-
"item": "size",
|
|
1824
|
-
"subitem": "3XL"
|
|
1825
|
-
},
|
|
1826
|
-
"path": [
|
|
1827
|
-
"typography",
|
|
1828
|
-
"marketing",
|
|
1829
|
-
"size",
|
|
1830
|
-
"3XL"
|
|
1831
|
-
]
|
|
1639
|
+
"formula": "{typography.scale-ratio}**4",
|
|
1640
|
+
"defaultUnit": "em"
|
|
1641
|
+
},
|
|
1642
|
+
"name": "typography-size-3-xl",
|
|
1643
|
+
"attributes": {
|
|
1644
|
+
"category": "typography",
|
|
1645
|
+
"type": "size",
|
|
1646
|
+
"item": "3XL"
|
|
1832
1647
|
},
|
|
1833
|
-
"
|
|
1648
|
+
"path": [
|
|
1649
|
+
"typography",
|
|
1650
|
+
"size",
|
|
1651
|
+
"3XL"
|
|
1652
|
+
]
|
|
1653
|
+
},
|
|
1654
|
+
"2XL": {
|
|
1655
|
+
"value": "1.953",
|
|
1656
|
+
"formula": "1.25**3",
|
|
1657
|
+
"defaultUnit": "em",
|
|
1658
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1659
|
+
"isSource": true,
|
|
1660
|
+
"original": {
|
|
1834
1661
|
"value": "1.953",
|
|
1835
|
-
"formula": "
|
|
1836
|
-
"
|
|
1837
|
-
"isSource": true,
|
|
1838
|
-
"original": {
|
|
1839
|
-
"value": "1.953",
|
|
1840
|
-
"formula": "{typography.marketing.scale-ratio}**3"
|
|
1841
|
-
},
|
|
1842
|
-
"name": "typography-marketing-size-2-xl",
|
|
1843
|
-
"attributes": {
|
|
1844
|
-
"category": "typography",
|
|
1845
|
-
"type": "marketing",
|
|
1846
|
-
"item": "size",
|
|
1847
|
-
"subitem": "2XL"
|
|
1848
|
-
},
|
|
1849
|
-
"path": [
|
|
1850
|
-
"typography",
|
|
1851
|
-
"marketing",
|
|
1852
|
-
"size",
|
|
1853
|
-
"2XL"
|
|
1854
|
-
]
|
|
1662
|
+
"formula": "{typography.scale-ratio}**3",
|
|
1663
|
+
"defaultUnit": "em"
|
|
1855
1664
|
},
|
|
1856
|
-
"
|
|
1665
|
+
"name": "typography-size-2-xl",
|
|
1666
|
+
"attributes": {
|
|
1667
|
+
"category": "typography",
|
|
1668
|
+
"type": "size",
|
|
1669
|
+
"item": "2XL"
|
|
1670
|
+
},
|
|
1671
|
+
"path": [
|
|
1672
|
+
"typography",
|
|
1673
|
+
"size",
|
|
1674
|
+
"2XL"
|
|
1675
|
+
]
|
|
1676
|
+
},
|
|
1677
|
+
"XL": {
|
|
1678
|
+
"value": "1.563",
|
|
1679
|
+
"formula": "1.25**2",
|
|
1680
|
+
"defaultUnit": "em",
|
|
1681
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1682
|
+
"isSource": true,
|
|
1683
|
+
"original": {
|
|
1857
1684
|
"value": "1.563",
|
|
1858
|
-
"formula": "
|
|
1859
|
-
"
|
|
1860
|
-
"isSource": true,
|
|
1861
|
-
"original": {
|
|
1862
|
-
"value": "1.563",
|
|
1863
|
-
"formula": "{typography.marketing.scale-ratio}**2"
|
|
1864
|
-
},
|
|
1865
|
-
"name": "typography-marketing-size-xl",
|
|
1866
|
-
"attributes": {
|
|
1867
|
-
"category": "typography",
|
|
1868
|
-
"type": "marketing",
|
|
1869
|
-
"item": "size",
|
|
1870
|
-
"subitem": "XL"
|
|
1871
|
-
},
|
|
1872
|
-
"path": [
|
|
1873
|
-
"typography",
|
|
1874
|
-
"marketing",
|
|
1875
|
-
"size",
|
|
1876
|
-
"XL"
|
|
1877
|
-
]
|
|
1685
|
+
"formula": "{typography.scale-ratio}**2",
|
|
1686
|
+
"defaultUnit": "em"
|
|
1878
1687
|
},
|
|
1879
|
-
"
|
|
1688
|
+
"name": "typography-size-xl",
|
|
1689
|
+
"attributes": {
|
|
1690
|
+
"category": "typography",
|
|
1691
|
+
"type": "size",
|
|
1692
|
+
"item": "XL"
|
|
1693
|
+
},
|
|
1694
|
+
"path": [
|
|
1695
|
+
"typography",
|
|
1696
|
+
"size",
|
|
1697
|
+
"XL"
|
|
1698
|
+
]
|
|
1699
|
+
},
|
|
1700
|
+
"L": {
|
|
1701
|
+
"value": "1.25",
|
|
1702
|
+
"formula": "1.25**1",
|
|
1703
|
+
"defaultUnit": "em",
|
|
1704
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1705
|
+
"isSource": true,
|
|
1706
|
+
"original": {
|
|
1880
1707
|
"value": "1.25",
|
|
1881
|
-
"formula": "
|
|
1882
|
-
"
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
"
|
|
1889
|
-
"attributes": {
|
|
1890
|
-
"category": "typography",
|
|
1891
|
-
"type": "marketing",
|
|
1892
|
-
"item": "size",
|
|
1893
|
-
"subitem": "L"
|
|
1894
|
-
},
|
|
1895
|
-
"path": [
|
|
1896
|
-
"typography",
|
|
1897
|
-
"marketing",
|
|
1898
|
-
"size",
|
|
1899
|
-
"L"
|
|
1900
|
-
]
|
|
1708
|
+
"formula": "{typography.scale-ratio}**1",
|
|
1709
|
+
"defaultUnit": "em"
|
|
1710
|
+
},
|
|
1711
|
+
"name": "typography-size-l",
|
|
1712
|
+
"attributes": {
|
|
1713
|
+
"category": "typography",
|
|
1714
|
+
"type": "size",
|
|
1715
|
+
"item": "L"
|
|
1901
1716
|
},
|
|
1902
|
-
"
|
|
1717
|
+
"path": [
|
|
1718
|
+
"typography",
|
|
1719
|
+
"size",
|
|
1720
|
+
"L"
|
|
1721
|
+
]
|
|
1722
|
+
},
|
|
1723
|
+
"M": {
|
|
1724
|
+
"value": "1",
|
|
1725
|
+
"comment": "Base value.",
|
|
1726
|
+
"defaultUnit": "em",
|
|
1727
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1728
|
+
"isSource": true,
|
|
1729
|
+
"original": {
|
|
1903
1730
|
"value": "1",
|
|
1904
1731
|
"comment": "Base value.",
|
|
1905
|
-
"
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
"
|
|
1912
|
-
"attributes": {
|
|
1913
|
-
"category": "typography",
|
|
1914
|
-
"type": "marketing",
|
|
1915
|
-
"item": "size",
|
|
1916
|
-
"subitem": "M"
|
|
1917
|
-
},
|
|
1918
|
-
"path": [
|
|
1919
|
-
"typography",
|
|
1920
|
-
"marketing",
|
|
1921
|
-
"size",
|
|
1922
|
-
"M"
|
|
1923
|
-
]
|
|
1732
|
+
"defaultUnit": "em"
|
|
1733
|
+
},
|
|
1734
|
+
"name": "typography-size-m",
|
|
1735
|
+
"attributes": {
|
|
1736
|
+
"category": "typography",
|
|
1737
|
+
"type": "size",
|
|
1738
|
+
"item": "M"
|
|
1924
1739
|
},
|
|
1925
|
-
"
|
|
1740
|
+
"path": [
|
|
1741
|
+
"typography",
|
|
1742
|
+
"size",
|
|
1743
|
+
"M"
|
|
1744
|
+
]
|
|
1745
|
+
},
|
|
1746
|
+
"S": {
|
|
1747
|
+
"value": "0.8",
|
|
1748
|
+
"formula": "1.25**-1",
|
|
1749
|
+
"defaultUnit": "em",
|
|
1750
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1751
|
+
"isSource": true,
|
|
1752
|
+
"original": {
|
|
1926
1753
|
"value": "0.8",
|
|
1927
|
-
"formula": "
|
|
1928
|
-
"
|
|
1929
|
-
"isSource": true,
|
|
1930
|
-
"original": {
|
|
1931
|
-
"value": "0.8",
|
|
1932
|
-
"formula": "{typography.marketing.scale-ratio}**-1"
|
|
1933
|
-
},
|
|
1934
|
-
"name": "typography-marketing-size-s",
|
|
1935
|
-
"attributes": {
|
|
1936
|
-
"category": "typography",
|
|
1937
|
-
"type": "marketing",
|
|
1938
|
-
"item": "size",
|
|
1939
|
-
"subitem": "S"
|
|
1940
|
-
},
|
|
1941
|
-
"path": [
|
|
1942
|
-
"typography",
|
|
1943
|
-
"marketing",
|
|
1944
|
-
"size",
|
|
1945
|
-
"S"
|
|
1946
|
-
]
|
|
1754
|
+
"formula": "{typography.scale-ratio}**-1",
|
|
1755
|
+
"defaultUnit": "em"
|
|
1947
1756
|
},
|
|
1948
|
-
"
|
|
1949
|
-
|
|
1950
|
-
"
|
|
1951
|
-
"
|
|
1952
|
-
"
|
|
1953
|
-
"original": {
|
|
1954
|
-
"value": "0.64",
|
|
1955
|
-
"formula": "{typography.marketing.scale-ratio}**-2"
|
|
1956
|
-
},
|
|
1957
|
-
"name": "typography-marketing-size-xs",
|
|
1958
|
-
"attributes": {
|
|
1959
|
-
"category": "typography",
|
|
1960
|
-
"type": "marketing",
|
|
1961
|
-
"item": "size",
|
|
1962
|
-
"subitem": "XS"
|
|
1963
|
-
},
|
|
1964
|
-
"path": [
|
|
1965
|
-
"typography",
|
|
1966
|
-
"marketing",
|
|
1967
|
-
"size",
|
|
1968
|
-
"XS"
|
|
1969
|
-
]
|
|
1970
|
-
}
|
|
1971
|
-
}
|
|
1972
|
-
}
|
|
1973
|
-
},
|
|
1974
|
-
"viewports": {
|
|
1975
|
-
"size": {
|
|
1976
|
-
"small": {
|
|
1977
|
-
"min": {
|
|
1978
|
-
"value": 0,
|
|
1979
|
-
"filePath": "tokens/viewports/size.json",
|
|
1980
|
-
"isSource": true,
|
|
1981
|
-
"original": {
|
|
1982
|
-
"value": 0
|
|
1983
|
-
},
|
|
1984
|
-
"name": "viewports-size-small-min",
|
|
1985
|
-
"attributes": {
|
|
1986
|
-
"category": "viewports",
|
|
1987
|
-
"type": "size",
|
|
1988
|
-
"item": "small",
|
|
1989
|
-
"subitem": "min"
|
|
1990
|
-
},
|
|
1991
|
-
"path": [
|
|
1992
|
-
"viewports",
|
|
1993
|
-
"size",
|
|
1994
|
-
"small",
|
|
1995
|
-
"min"
|
|
1996
|
-
]
|
|
1757
|
+
"name": "typography-size-s",
|
|
1758
|
+
"attributes": {
|
|
1759
|
+
"category": "typography",
|
|
1760
|
+
"type": "size",
|
|
1761
|
+
"item": "S"
|
|
1997
1762
|
},
|
|
1998
|
-
"
|
|
1999
|
-
"
|
|
2000
|
-
"
|
|
2001
|
-
"
|
|
2002
|
-
|
|
2003
|
-
"value": 640
|
|
2004
|
-
},
|
|
2005
|
-
"name": "viewports-size-small-max",
|
|
2006
|
-
"attributes": {
|
|
2007
|
-
"category": "viewports",
|
|
2008
|
-
"type": "size",
|
|
2009
|
-
"item": "small",
|
|
2010
|
-
"subitem": "max"
|
|
2011
|
-
},
|
|
2012
|
-
"path": [
|
|
2013
|
-
"viewports",
|
|
2014
|
-
"size",
|
|
2015
|
-
"small",
|
|
2016
|
-
"max"
|
|
2017
|
-
]
|
|
2018
|
-
}
|
|
1763
|
+
"path": [
|
|
1764
|
+
"typography",
|
|
1765
|
+
"size",
|
|
1766
|
+
"S"
|
|
1767
|
+
]
|
|
2019
1768
|
},
|
|
2020
|
-
"
|
|
2021
|
-
"
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
"
|
|
2029
|
-
"
|
|
2030
|
-
"category": "viewports",
|
|
2031
|
-
"type": "size",
|
|
2032
|
-
"item": "medium",
|
|
2033
|
-
"subitem": "min"
|
|
2034
|
-
},
|
|
2035
|
-
"path": [
|
|
2036
|
-
"viewports",
|
|
2037
|
-
"size",
|
|
2038
|
-
"medium",
|
|
2039
|
-
"min"
|
|
2040
|
-
]
|
|
1769
|
+
"XS": {
|
|
1770
|
+
"value": "0.64",
|
|
1771
|
+
"formula": "1.25**-2",
|
|
1772
|
+
"defaultUnit": "em",
|
|
1773
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1774
|
+
"isSource": true,
|
|
1775
|
+
"original": {
|
|
1776
|
+
"value": "0.64",
|
|
1777
|
+
"formula": "{typography.scale-ratio}**-2",
|
|
1778
|
+
"defaultUnit": "em"
|
|
2041
1779
|
},
|
|
2042
|
-
"
|
|
2043
|
-
|
|
2044
|
-
"
|
|
2045
|
-
"
|
|
2046
|
-
"
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
"
|
|
2050
|
-
"
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
"item": "medium",
|
|
2054
|
-
"subitem": "max"
|
|
2055
|
-
},
|
|
2056
|
-
"path": [
|
|
2057
|
-
"viewports",
|
|
2058
|
-
"size",
|
|
2059
|
-
"medium",
|
|
2060
|
-
"max"
|
|
2061
|
-
]
|
|
2062
|
-
}
|
|
2063
|
-
},
|
|
2064
|
-
"large": {
|
|
2065
|
-
"min": {
|
|
2066
|
-
"value": 1025,
|
|
2067
|
-
"filePath": "tokens/viewports/size.json",
|
|
2068
|
-
"isSource": true,
|
|
2069
|
-
"original": {
|
|
2070
|
-
"value": 1025
|
|
2071
|
-
},
|
|
2072
|
-
"name": "viewports-size-large-min",
|
|
2073
|
-
"attributes": {
|
|
2074
|
-
"category": "viewports",
|
|
2075
|
-
"type": "size",
|
|
2076
|
-
"item": "large",
|
|
2077
|
-
"subitem": "min"
|
|
2078
|
-
},
|
|
2079
|
-
"path": [
|
|
2080
|
-
"viewports",
|
|
2081
|
-
"size",
|
|
2082
|
-
"large",
|
|
2083
|
-
"min"
|
|
2084
|
-
]
|
|
2085
|
-
}
|
|
1780
|
+
"name": "typography-size-xs",
|
|
1781
|
+
"attributes": {
|
|
1782
|
+
"category": "typography",
|
|
1783
|
+
"type": "size",
|
|
1784
|
+
"item": "XS"
|
|
1785
|
+
},
|
|
1786
|
+
"path": [
|
|
1787
|
+
"typography",
|
|
1788
|
+
"size",
|
|
1789
|
+
"XS"
|
|
1790
|
+
]
|
|
2086
1791
|
}
|
|
2087
1792
|
}
|
|
2088
1793
|
}
|