@pantheon-systems/pds-design-tokens 0.2.0-dev.0 → 0.3.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 +16 -0
- package/build/css/pds-design-tokens-dark-mode.css +1 -1
- package/build/css/pds-design-tokens-light-mode.css +1 -1
- package/build/css/pds-design-tokens.css +6 -0
- package/build/figma/pds-design-tokens-figma.json +195 -179
- package/build/json/pds-design-tokens-dark-mode.json +76 -72
- package/build/json/pds-design-tokens-light-mode.json +78 -74
- package/build/json/pds-design-tokens.json +187 -226
- package/build/scss/_pds-design-tokens-dark-mode.scss +1 -1
- package/build/scss/_pds-design-tokens-light-mode.scss +1 -1
- package/build/scss/_pds-design-tokens.scss +7 -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": {
|
|
@@ -1200,11 +1234,13 @@
|
|
|
1200
1234
|
"5XS": {
|
|
1201
1235
|
"value": "0.262",
|
|
1202
1236
|
"formula": "1.25**-6",
|
|
1237
|
+
"defaultUnit": "rem",
|
|
1203
1238
|
"filePath": "tokens/spacing/base.json",
|
|
1204
1239
|
"isSource": true,
|
|
1205
1240
|
"original": {
|
|
1206
1241
|
"value": "0.262",
|
|
1207
|
-
"formula": "{spacing.scale-ratio}**-6"
|
|
1242
|
+
"formula": "{spacing.scale-ratio}**-6",
|
|
1243
|
+
"defaultUnit": "rem"
|
|
1208
1244
|
},
|
|
1209
1245
|
"name": "spacing-5-xs",
|
|
1210
1246
|
"attributes": {
|
|
@@ -1221,7 +1257,7 @@
|
|
|
1221
1257
|
"font-weight": {
|
|
1222
1258
|
"regular": {
|
|
1223
1259
|
"value": 400,
|
|
1224
|
-
"filePath": "tokens/typography/font-weight.json",
|
|
1260
|
+
"filePath": "tokens/typography/base/font-weight.json",
|
|
1225
1261
|
"isSource": true,
|
|
1226
1262
|
"original": {
|
|
1227
1263
|
"value": 400
|
|
@@ -1240,7 +1276,7 @@
|
|
|
1240
1276
|
},
|
|
1241
1277
|
"semibold": {
|
|
1242
1278
|
"value": 600,
|
|
1243
|
-
"filePath": "tokens/typography/font-weight.json",
|
|
1279
|
+
"filePath": "tokens/typography/base/font-weight.json",
|
|
1244
1280
|
"isSource": true,
|
|
1245
1281
|
"original": {
|
|
1246
1282
|
"value": 600
|
|
@@ -1259,7 +1295,7 @@
|
|
|
1259
1295
|
},
|
|
1260
1296
|
"bold": {
|
|
1261
1297
|
"value": 700,
|
|
1262
|
-
"filePath": "tokens/typography/font-weight.json",
|
|
1298
|
+
"filePath": "tokens/typography/base/font-weight.json",
|
|
1263
1299
|
"isSource": true,
|
|
1264
1300
|
"original": {
|
|
1265
1301
|
"value": 700
|
|
@@ -1281,7 +1317,7 @@
|
|
|
1281
1317
|
"font": {
|
|
1282
1318
|
"css-import": {
|
|
1283
1319
|
"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",
|
|
1320
|
+
"filePath": "tokens/typography/base/font.json",
|
|
1285
1321
|
"isSource": true,
|
|
1286
1322
|
"original": {
|
|
1287
1323
|
"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'"
|
|
@@ -1302,10 +1338,12 @@
|
|
|
1302
1338
|
},
|
|
1303
1339
|
"headings": {
|
|
1304
1340
|
"value": "'Poppins', sans-serif",
|
|
1305
|
-
"
|
|
1341
|
+
"public": true,
|
|
1342
|
+
"filePath": "tokens/typography/base/font.json",
|
|
1306
1343
|
"isSource": true,
|
|
1307
1344
|
"original": {
|
|
1308
|
-
"value": "'Poppins', sans-serif"
|
|
1345
|
+
"value": "'Poppins', sans-serif",
|
|
1346
|
+
"public": true
|
|
1309
1347
|
},
|
|
1310
1348
|
"name": "typography-product-font-headings",
|
|
1311
1349
|
"attributes": {
|
|
@@ -1321,25 +1359,27 @@
|
|
|
1321
1359
|
"headings"
|
|
1322
1360
|
]
|
|
1323
1361
|
},
|
|
1324
|
-
"
|
|
1362
|
+
"text": {
|
|
1325
1363
|
"value": "'Open Sans', sans-serif",
|
|
1326
|
-
"
|
|
1364
|
+
"public": true,
|
|
1365
|
+
"filePath": "tokens/typography/base/font.json",
|
|
1327
1366
|
"isSource": true,
|
|
1328
1367
|
"original": {
|
|
1329
|
-
"value": "'Open Sans', sans-serif"
|
|
1368
|
+
"value": "'Open Sans', sans-serif",
|
|
1369
|
+
"public": true
|
|
1330
1370
|
},
|
|
1331
|
-
"name": "typography-product-font-
|
|
1371
|
+
"name": "typography-product-font-text",
|
|
1332
1372
|
"attributes": {
|
|
1333
1373
|
"category": "typography",
|
|
1334
1374
|
"type": "product",
|
|
1335
1375
|
"item": "font",
|
|
1336
|
-
"subitem": "
|
|
1376
|
+
"subitem": "text"
|
|
1337
1377
|
},
|
|
1338
1378
|
"path": [
|
|
1339
1379
|
"typography",
|
|
1340
1380
|
"product",
|
|
1341
1381
|
"font",
|
|
1342
|
-
"
|
|
1382
|
+
"text"
|
|
1343
1383
|
]
|
|
1344
1384
|
}
|
|
1345
1385
|
},
|
|
@@ -1347,7 +1387,7 @@
|
|
|
1347
1387
|
"font": {
|
|
1348
1388
|
"css-import": {
|
|
1349
1389
|
"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",
|
|
1390
|
+
"filePath": "tokens/typography/base/font.json",
|
|
1351
1391
|
"isSource": true,
|
|
1352
1392
|
"original": {
|
|
1353
1393
|
"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'"
|
|
@@ -1370,10 +1410,12 @@
|
|
|
1370
1410
|
},
|
|
1371
1411
|
"headings": {
|
|
1372
1412
|
"value": "'Poppins', sans-serif",
|
|
1373
|
-
"
|
|
1413
|
+
"public": true,
|
|
1414
|
+
"filePath": "tokens/typography/base/font.json",
|
|
1374
1415
|
"isSource": true,
|
|
1375
1416
|
"original": {
|
|
1376
|
-
"value": "'Poppins', sans-serif"
|
|
1417
|
+
"value": "'Poppins', sans-serif",
|
|
1418
|
+
"public": true
|
|
1377
1419
|
},
|
|
1378
1420
|
"name": "typography-product-marketing-font-headings",
|
|
1379
1421
|
"attributes": {
|
|
@@ -1391,27 +1433,29 @@
|
|
|
1391
1433
|
"headings"
|
|
1392
1434
|
]
|
|
1393
1435
|
},
|
|
1394
|
-
"
|
|
1436
|
+
"text": {
|
|
1395
1437
|
"value": "'Aleo', serif",
|
|
1396
|
-
"
|
|
1438
|
+
"public": true,
|
|
1439
|
+
"filePath": "tokens/typography/base/font.json",
|
|
1397
1440
|
"isSource": true,
|
|
1398
1441
|
"original": {
|
|
1399
|
-
"value": "'Aleo', serif"
|
|
1442
|
+
"value": "'Aleo', serif",
|
|
1443
|
+
"public": true
|
|
1400
1444
|
},
|
|
1401
|
-
"name": "typography-product-marketing-font-
|
|
1445
|
+
"name": "typography-product-marketing-font-text",
|
|
1402
1446
|
"attributes": {
|
|
1403
1447
|
"category": "typography",
|
|
1404
1448
|
"type": "product",
|
|
1405
1449
|
"item": "marketing",
|
|
1406
1450
|
"subitem": "font",
|
|
1407
|
-
"state": "
|
|
1451
|
+
"state": "text"
|
|
1408
1452
|
},
|
|
1409
1453
|
"path": [
|
|
1410
1454
|
"typography",
|
|
1411
1455
|
"product",
|
|
1412
1456
|
"marketing",
|
|
1413
1457
|
"font",
|
|
1414
|
-
"
|
|
1458
|
+
"text"
|
|
1415
1459
|
]
|
|
1416
1460
|
}
|
|
1417
1461
|
}
|
|
@@ -1419,7 +1463,7 @@
|
|
|
1419
1463
|
"scale-ratio": {
|
|
1420
1464
|
"value": "1.2",
|
|
1421
1465
|
"comment": "The base ratio/multiplier of the typographic scale for product",
|
|
1422
|
-
"filePath": "tokens/typography/scale.json",
|
|
1466
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1423
1467
|
"isSource": true,
|
|
1424
1468
|
"original": {
|
|
1425
1469
|
"value": "1.2",
|
|
@@ -1441,11 +1485,13 @@
|
|
|
1441
1485
|
"4XL": {
|
|
1442
1486
|
"value": "2.488",
|
|
1443
1487
|
"formula": "1.2**5",
|
|
1444
|
-
"
|
|
1488
|
+
"defaultUnit": "em",
|
|
1489
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1445
1490
|
"isSource": true,
|
|
1446
1491
|
"original": {
|
|
1447
1492
|
"value": "2.488",
|
|
1448
|
-
"formula": "{typography.product.scale-ratio}**5"
|
|
1493
|
+
"formula": "{typography.product.scale-ratio}**5",
|
|
1494
|
+
"defaultUnit": "em"
|
|
1449
1495
|
},
|
|
1450
1496
|
"name": "typography-product-size-4-xl",
|
|
1451
1497
|
"attributes": {
|
|
@@ -1464,11 +1510,13 @@
|
|
|
1464
1510
|
"3XL": {
|
|
1465
1511
|
"value": "2.074",
|
|
1466
1512
|
"formula": "1.2**4",
|
|
1467
|
-
"
|
|
1513
|
+
"defaultUnit": "em",
|
|
1514
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1468
1515
|
"isSource": true,
|
|
1469
1516
|
"original": {
|
|
1470
1517
|
"value": "2.074",
|
|
1471
|
-
"formula": "{typography.product.scale-ratio}**4"
|
|
1518
|
+
"formula": "{typography.product.scale-ratio}**4",
|
|
1519
|
+
"defaultUnit": "em"
|
|
1472
1520
|
},
|
|
1473
1521
|
"name": "typography-product-size-3-xl",
|
|
1474
1522
|
"attributes": {
|
|
@@ -1487,11 +1535,13 @@
|
|
|
1487
1535
|
"2XL": {
|
|
1488
1536
|
"value": "1.728",
|
|
1489
1537
|
"formula": "1.2**3",
|
|
1490
|
-
"
|
|
1538
|
+
"defaultUnit": "em",
|
|
1539
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1491
1540
|
"isSource": true,
|
|
1492
1541
|
"original": {
|
|
1493
1542
|
"value": "1.728",
|
|
1494
|
-
"formula": "{typography.product.scale-ratio}**3"
|
|
1543
|
+
"formula": "{typography.product.scale-ratio}**3",
|
|
1544
|
+
"defaultUnit": "em"
|
|
1495
1545
|
},
|
|
1496
1546
|
"name": "typography-product-size-2-xl",
|
|
1497
1547
|
"attributes": {
|
|
@@ -1510,11 +1560,13 @@
|
|
|
1510
1560
|
"XL": {
|
|
1511
1561
|
"value": "1.44",
|
|
1512
1562
|
"formula": "1.2**2",
|
|
1513
|
-
"
|
|
1563
|
+
"defaultUnit": "em",
|
|
1564
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1514
1565
|
"isSource": true,
|
|
1515
1566
|
"original": {
|
|
1516
1567
|
"value": "1.44",
|
|
1517
|
-
"formula": "{typography.product.scale-ratio}**2"
|
|
1568
|
+
"formula": "{typography.product.scale-ratio}**2",
|
|
1569
|
+
"defaultUnit": "em"
|
|
1518
1570
|
},
|
|
1519
1571
|
"name": "typography-product-size-xl",
|
|
1520
1572
|
"attributes": {
|
|
@@ -1533,11 +1585,13 @@
|
|
|
1533
1585
|
"L": {
|
|
1534
1586
|
"value": "1.2",
|
|
1535
1587
|
"formula": "1.2**1",
|
|
1536
|
-
"
|
|
1588
|
+
"defaultUnit": "em",
|
|
1589
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1537
1590
|
"isSource": true,
|
|
1538
1591
|
"original": {
|
|
1539
1592
|
"value": "1.2",
|
|
1540
|
-
"formula": "{typography.product.scale-ratio}**1"
|
|
1593
|
+
"formula": "{typography.product.scale-ratio}**1",
|
|
1594
|
+
"defaultUnit": "em"
|
|
1541
1595
|
},
|
|
1542
1596
|
"name": "typography-product-size-l",
|
|
1543
1597
|
"attributes": {
|
|
@@ -1556,11 +1610,13 @@
|
|
|
1556
1610
|
"M": {
|
|
1557
1611
|
"value": "1",
|
|
1558
1612
|
"comment": "Base value.",
|
|
1559
|
-
"
|
|
1613
|
+
"defaultUnit": "em",
|
|
1614
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1560
1615
|
"isSource": true,
|
|
1561
1616
|
"original": {
|
|
1562
1617
|
"value": "1",
|
|
1563
|
-
"comment": "Base value."
|
|
1618
|
+
"comment": "Base value.",
|
|
1619
|
+
"defaultUnit": "em"
|
|
1564
1620
|
},
|
|
1565
1621
|
"name": "typography-product-size-m",
|
|
1566
1622
|
"attributes": {
|
|
@@ -1579,11 +1635,13 @@
|
|
|
1579
1635
|
"S": {
|
|
1580
1636
|
"value": "0.833",
|
|
1581
1637
|
"formula": "1.2**-1",
|
|
1582
|
-
"
|
|
1638
|
+
"defaultUnit": "em",
|
|
1639
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1583
1640
|
"isSource": true,
|
|
1584
1641
|
"original": {
|
|
1585
1642
|
"value": "0.833",
|
|
1586
|
-
"formula": "{typography.product.scale-ratio}**-1"
|
|
1643
|
+
"formula": "{typography.product.scale-ratio}**-1",
|
|
1644
|
+
"defaultUnit": "em"
|
|
1587
1645
|
},
|
|
1588
1646
|
"name": "typography-product-size-s",
|
|
1589
1647
|
"attributes": {
|
|
@@ -1602,11 +1660,13 @@
|
|
|
1602
1660
|
"XS": {
|
|
1603
1661
|
"value": "0.694",
|
|
1604
1662
|
"formula": "1.2**-2",
|
|
1605
|
-
"
|
|
1663
|
+
"defaultUnit": "em",
|
|
1664
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1606
1665
|
"isSource": true,
|
|
1607
1666
|
"original": {
|
|
1608
1667
|
"value": "0.694",
|
|
1609
|
-
"formula": "{typography.product.scale-ratio}**-2"
|
|
1668
|
+
"formula": "{typography.product.scale-ratio}**-2",
|
|
1669
|
+
"defaultUnit": "em"
|
|
1610
1670
|
},
|
|
1611
1671
|
"name": "typography-product-size-xs",
|
|
1612
1672
|
"attributes": {
|
|
@@ -1627,7 +1687,7 @@
|
|
|
1627
1687
|
"letter-spacing": {
|
|
1628
1688
|
"XL": {
|
|
1629
1689
|
"value": "6%",
|
|
1630
|
-
"filePath": "tokens/typography/letter-spacing.json",
|
|
1690
|
+
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
1631
1691
|
"isSource": true,
|
|
1632
1692
|
"original": {
|
|
1633
1693
|
"value": "6%"
|
|
@@ -1646,7 +1706,7 @@
|
|
|
1646
1706
|
},
|
|
1647
1707
|
"L": {
|
|
1648
1708
|
"value": "4%",
|
|
1649
|
-
"filePath": "tokens/typography/letter-spacing.json",
|
|
1709
|
+
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
1650
1710
|
"isSource": true,
|
|
1651
1711
|
"original": {
|
|
1652
1712
|
"value": "4%"
|
|
@@ -1665,7 +1725,7 @@
|
|
|
1665
1725
|
},
|
|
1666
1726
|
"M": {
|
|
1667
1727
|
"value": "2%",
|
|
1668
|
-
"filePath": "tokens/typography/letter-spacing.json",
|
|
1728
|
+
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
1669
1729
|
"isSource": true,
|
|
1670
1730
|
"original": {
|
|
1671
1731
|
"value": "2%"
|
|
@@ -1684,7 +1744,7 @@
|
|
|
1684
1744
|
},
|
|
1685
1745
|
"S": {
|
|
1686
1746
|
"value": "1%",
|
|
1687
|
-
"filePath": "tokens/typography/letter-spacing.json",
|
|
1747
|
+
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
1688
1748
|
"isSource": true,
|
|
1689
1749
|
"original": {
|
|
1690
1750
|
"value": "1%"
|
|
@@ -1705,7 +1765,7 @@
|
|
|
1705
1765
|
"line-height": {
|
|
1706
1766
|
"L": {
|
|
1707
1767
|
"value": "195.3%",
|
|
1708
|
-
"filePath": "tokens/typography/line-height.json",
|
|
1768
|
+
"filePath": "tokens/typography/base/line-height.json",
|
|
1709
1769
|
"isSource": true,
|
|
1710
1770
|
"original": {
|
|
1711
1771
|
"value": "195.3%"
|
|
@@ -1724,7 +1784,7 @@
|
|
|
1724
1784
|
},
|
|
1725
1785
|
"M": {
|
|
1726
1786
|
"value": "156.3%",
|
|
1727
|
-
"filePath": "tokens/typography/line-height.json",
|
|
1787
|
+
"filePath": "tokens/typography/base/line-height.json",
|
|
1728
1788
|
"isSource": true,
|
|
1729
1789
|
"original": {
|
|
1730
1790
|
"value": "156.3%"
|
|
@@ -1743,7 +1803,7 @@
|
|
|
1743
1803
|
},
|
|
1744
1804
|
"S": {
|
|
1745
1805
|
"value": "125%",
|
|
1746
|
-
"filePath": "tokens/typography/line-height.json",
|
|
1806
|
+
"filePath": "tokens/typography/base/line-height.json",
|
|
1747
1807
|
"isSource": true,
|
|
1748
1808
|
"original": {
|
|
1749
1809
|
"value": "125%"
|
|
@@ -1765,7 +1825,7 @@
|
|
|
1765
1825
|
"scale-ratio": {
|
|
1766
1826
|
"value": "1.25",
|
|
1767
1827
|
"comment": "The base ratio/multiplier of the typographic scale for marketing",
|
|
1768
|
-
"filePath": "tokens/typography/scale.json",
|
|
1828
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1769
1829
|
"isSource": true,
|
|
1770
1830
|
"original": {
|
|
1771
1831
|
"value": "1.25",
|
|
@@ -1787,11 +1847,13 @@
|
|
|
1787
1847
|
"4XL": {
|
|
1788
1848
|
"value": "3.052",
|
|
1789
1849
|
"formula": "1.25**5",
|
|
1790
|
-
"
|
|
1850
|
+
"defaultUnit": "em",
|
|
1851
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1791
1852
|
"isSource": true,
|
|
1792
1853
|
"original": {
|
|
1793
1854
|
"value": "3.052",
|
|
1794
|
-
"formula": "{typography.marketing.scale-ratio}**5"
|
|
1855
|
+
"formula": "{typography.marketing.scale-ratio}**5",
|
|
1856
|
+
"defaultUnit": "em"
|
|
1795
1857
|
},
|
|
1796
1858
|
"name": "typography-marketing-size-4-xl",
|
|
1797
1859
|
"attributes": {
|
|
@@ -1810,11 +1872,13 @@
|
|
|
1810
1872
|
"3XL": {
|
|
1811
1873
|
"value": "2.441",
|
|
1812
1874
|
"formula": "1.25**4",
|
|
1813
|
-
"
|
|
1875
|
+
"defaultUnit": "em",
|
|
1876
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1814
1877
|
"isSource": true,
|
|
1815
1878
|
"original": {
|
|
1816
1879
|
"value": "2.441",
|
|
1817
|
-
"formula": "{typography.marketing.scale-ratio}**4"
|
|
1880
|
+
"formula": "{typography.marketing.scale-ratio}**4",
|
|
1881
|
+
"defaultUnit": "em"
|
|
1818
1882
|
},
|
|
1819
1883
|
"name": "typography-marketing-size-3-xl",
|
|
1820
1884
|
"attributes": {
|
|
@@ -1833,11 +1897,13 @@
|
|
|
1833
1897
|
"2XL": {
|
|
1834
1898
|
"value": "1.953",
|
|
1835
1899
|
"formula": "1.25**3",
|
|
1836
|
-
"
|
|
1900
|
+
"defaultUnit": "em",
|
|
1901
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1837
1902
|
"isSource": true,
|
|
1838
1903
|
"original": {
|
|
1839
1904
|
"value": "1.953",
|
|
1840
|
-
"formula": "{typography.marketing.scale-ratio}**3"
|
|
1905
|
+
"formula": "{typography.marketing.scale-ratio}**3",
|
|
1906
|
+
"defaultUnit": "em"
|
|
1841
1907
|
},
|
|
1842
1908
|
"name": "typography-marketing-size-2-xl",
|
|
1843
1909
|
"attributes": {
|
|
@@ -1856,11 +1922,13 @@
|
|
|
1856
1922
|
"XL": {
|
|
1857
1923
|
"value": "1.563",
|
|
1858
1924
|
"formula": "1.25**2",
|
|
1859
|
-
"
|
|
1925
|
+
"defaultUnit": "em",
|
|
1926
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1860
1927
|
"isSource": true,
|
|
1861
1928
|
"original": {
|
|
1862
1929
|
"value": "1.563",
|
|
1863
|
-
"formula": "{typography.marketing.scale-ratio}**2"
|
|
1930
|
+
"formula": "{typography.marketing.scale-ratio}**2",
|
|
1931
|
+
"defaultUnit": "em"
|
|
1864
1932
|
},
|
|
1865
1933
|
"name": "typography-marketing-size-xl",
|
|
1866
1934
|
"attributes": {
|
|
@@ -1879,11 +1947,13 @@
|
|
|
1879
1947
|
"L": {
|
|
1880
1948
|
"value": "1.25",
|
|
1881
1949
|
"formula": "1.25**1",
|
|
1882
|
-
"
|
|
1950
|
+
"defaultUnit": "em",
|
|
1951
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1883
1952
|
"isSource": true,
|
|
1884
1953
|
"original": {
|
|
1885
1954
|
"value": "1.25",
|
|
1886
|
-
"formula": "{typography.marketing.scale-ratio}**1"
|
|
1955
|
+
"formula": "{typography.marketing.scale-ratio}**1",
|
|
1956
|
+
"defaultUnit": "em"
|
|
1887
1957
|
},
|
|
1888
1958
|
"name": "typography-marketing-size-l",
|
|
1889
1959
|
"attributes": {
|
|
@@ -1902,11 +1972,13 @@
|
|
|
1902
1972
|
"M": {
|
|
1903
1973
|
"value": "1",
|
|
1904
1974
|
"comment": "Base value.",
|
|
1905
|
-
"
|
|
1975
|
+
"defaultUnit": "em",
|
|
1976
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1906
1977
|
"isSource": true,
|
|
1907
1978
|
"original": {
|
|
1908
1979
|
"value": "1",
|
|
1909
|
-
"comment": "Base value."
|
|
1980
|
+
"comment": "Base value.",
|
|
1981
|
+
"defaultUnit": "em"
|
|
1910
1982
|
},
|
|
1911
1983
|
"name": "typography-marketing-size-m",
|
|
1912
1984
|
"attributes": {
|
|
@@ -1925,11 +1997,13 @@
|
|
|
1925
1997
|
"S": {
|
|
1926
1998
|
"value": "0.8",
|
|
1927
1999
|
"formula": "1.25**-1",
|
|
1928
|
-
"
|
|
2000
|
+
"defaultUnit": "em",
|
|
2001
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1929
2002
|
"isSource": true,
|
|
1930
2003
|
"original": {
|
|
1931
2004
|
"value": "0.8",
|
|
1932
|
-
"formula": "{typography.marketing.scale-ratio}**-1"
|
|
2005
|
+
"formula": "{typography.marketing.scale-ratio}**-1",
|
|
2006
|
+
"defaultUnit": "em"
|
|
1933
2007
|
},
|
|
1934
2008
|
"name": "typography-marketing-size-s",
|
|
1935
2009
|
"attributes": {
|
|
@@ -1948,11 +2022,13 @@
|
|
|
1948
2022
|
"XS": {
|
|
1949
2023
|
"value": "0.64",
|
|
1950
2024
|
"formula": "1.25**-2",
|
|
1951
|
-
"
|
|
2025
|
+
"defaultUnit": "em",
|
|
2026
|
+
"filePath": "tokens/typography/base/scale.json",
|
|
1952
2027
|
"isSource": true,
|
|
1953
2028
|
"original": {
|
|
1954
2029
|
"value": "0.64",
|
|
1955
|
-
"formula": "{typography.marketing.scale-ratio}**-2"
|
|
2030
|
+
"formula": "{typography.marketing.scale-ratio}**-2",
|
|
2031
|
+
"defaultUnit": "em"
|
|
1956
2032
|
},
|
|
1957
2033
|
"name": "typography-marketing-size-xs",
|
|
1958
2034
|
"attributes": {
|
|
@@ -1970,120 +2046,5 @@
|
|
|
1970
2046
|
}
|
|
1971
2047
|
}
|
|
1972
2048
|
}
|
|
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
|
-
]
|
|
1997
|
-
},
|
|
1998
|
-
"max": {
|
|
1999
|
-
"value": 640,
|
|
2000
|
-
"filePath": "tokens/viewports/size.json",
|
|
2001
|
-
"isSource": true,
|
|
2002
|
-
"original": {
|
|
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
|
-
}
|
|
2019
|
-
},
|
|
2020
|
-
"medium": {
|
|
2021
|
-
"min": {
|
|
2022
|
-
"value": 641,
|
|
2023
|
-
"filePath": "tokens/viewports/size.json",
|
|
2024
|
-
"isSource": true,
|
|
2025
|
-
"original": {
|
|
2026
|
-
"value": 641
|
|
2027
|
-
},
|
|
2028
|
-
"name": "viewports-size-medium-min",
|
|
2029
|
-
"attributes": {
|
|
2030
|
-
"category": "viewports",
|
|
2031
|
-
"type": "size",
|
|
2032
|
-
"item": "medium",
|
|
2033
|
-
"subitem": "min"
|
|
2034
|
-
},
|
|
2035
|
-
"path": [
|
|
2036
|
-
"viewports",
|
|
2037
|
-
"size",
|
|
2038
|
-
"medium",
|
|
2039
|
-
"min"
|
|
2040
|
-
]
|
|
2041
|
-
},
|
|
2042
|
-
"max": {
|
|
2043
|
-
"value": 1024,
|
|
2044
|
-
"filePath": "tokens/viewports/size.json",
|
|
2045
|
-
"isSource": true,
|
|
2046
|
-
"original": {
|
|
2047
|
-
"value": 1024
|
|
2048
|
-
},
|
|
2049
|
-
"name": "viewports-size-medium-max",
|
|
2050
|
-
"attributes": {
|
|
2051
|
-
"category": "viewports",
|
|
2052
|
-
"type": "size",
|
|
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
|
-
}
|
|
2086
|
-
}
|
|
2087
|
-
}
|
|
2088
2049
|
}
|
|
2089
2050
|
}
|