@pantheon-systems/pds-design-tokens 1.0.0-dev.6 → 1.0.0-dev.60
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 +2 -3
- package/build/css/pds-design-tokens-dark-mode.css +101 -30
- package/build/css/pds-design-tokens-light-mode.css +112 -32
- package/build/css/pds-design-tokens.css +44 -3
- package/build/figma/pds-design-tokens-figma.json +6596 -3395
- package/build/json/pds-design-tokens-dark-mode.json +2857 -1479
- package/build/json/pds-design-tokens-light-mode.json +2599 -1070
- package/build/json/pds-design-tokens.json +540 -115
- package/package.json +1 -1
- package/build/scss/_pds-design-tokens-dark-mode.scss +0 -93
- package/build/scss/_pds-design-tokens-light-mode.scss +0 -93
- package/build/scss/_pds-design-tokens.scss +0 -16
|
@@ -1,89 +1,164 @@
|
|
|
1
1
|
{
|
|
2
2
|
"animation": {
|
|
3
|
-
"
|
|
3
|
+
"focus": {
|
|
4
4
|
"transition": {
|
|
5
|
-
"value": "
|
|
5
|
+
"value": "outline: 200ms ease-in-out 0s",
|
|
6
6
|
"filePath": "tokens/animation/alias.json",
|
|
7
7
|
"isSource": true,
|
|
8
8
|
"original": {
|
|
9
|
-
"value": "
|
|
9
|
+
"value": "outline: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}"
|
|
10
10
|
},
|
|
11
|
-
"name": "animation-
|
|
11
|
+
"name": "animation-focus-transition",
|
|
12
12
|
"attributes": {
|
|
13
13
|
"category": "animation",
|
|
14
|
-
"type": "
|
|
14
|
+
"type": "focus",
|
|
15
15
|
"item": "transition"
|
|
16
16
|
},
|
|
17
17
|
"path": [
|
|
18
18
|
"animation",
|
|
19
|
-
"
|
|
19
|
+
"focus",
|
|
20
20
|
"transition"
|
|
21
21
|
]
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"value": "0s",
|
|
27
|
-
"
|
|
28
|
-
"filePath": "tokens/animation/base.json",
|
|
24
|
+
"button": {
|
|
25
|
+
"transition": {
|
|
26
|
+
"value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
|
|
27
|
+
"filePath": "tokens/animation/alias.json",
|
|
29
28
|
"isSource": true,
|
|
30
29
|
"original": {
|
|
31
|
-
"value": "
|
|
32
|
-
"public": true
|
|
30
|
+
"value": "background-color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}, border-color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}"
|
|
33
31
|
},
|
|
34
|
-
"name": "animation-transition
|
|
32
|
+
"name": "animation-button-transition",
|
|
35
33
|
"attributes": {
|
|
36
34
|
"category": "animation",
|
|
37
|
-
"type": "
|
|
38
|
-
"item": "
|
|
35
|
+
"type": "button",
|
|
36
|
+
"item": "transition"
|
|
39
37
|
},
|
|
40
38
|
"path": [
|
|
41
39
|
"animation",
|
|
42
|
-
"
|
|
43
|
-
"
|
|
40
|
+
"button",
|
|
41
|
+
"transition"
|
|
44
42
|
]
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"input": {
|
|
46
|
+
"transition": {
|
|
47
|
+
"value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
|
|
48
|
+
"filePath": "tokens/animation/alias.json",
|
|
50
49
|
"isSource": true,
|
|
51
50
|
"original": {
|
|
52
|
-
"value": "
|
|
53
|
-
"public": true
|
|
51
|
+
"value": "background-color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}, border-color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}"
|
|
54
52
|
},
|
|
55
|
-
"name": "animation-transition
|
|
53
|
+
"name": "animation-input-transition",
|
|
56
54
|
"attributes": {
|
|
57
55
|
"category": "animation",
|
|
58
|
-
"type": "
|
|
59
|
-
"item": "
|
|
56
|
+
"type": "input",
|
|
57
|
+
"item": "transition"
|
|
60
58
|
},
|
|
61
59
|
"path": [
|
|
62
60
|
"animation",
|
|
63
|
-
"
|
|
64
|
-
"
|
|
61
|
+
"input",
|
|
62
|
+
"transition"
|
|
65
63
|
]
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"transition": {
|
|
67
|
+
"default": {
|
|
68
|
+
"delay": {
|
|
69
|
+
"value": "0s",
|
|
70
|
+
"public": true,
|
|
71
|
+
"filePath": "tokens/animation/base.json",
|
|
72
|
+
"isSource": true,
|
|
73
|
+
"original": {
|
|
74
|
+
"value": "0s",
|
|
75
|
+
"public": true
|
|
76
|
+
},
|
|
77
|
+
"name": "animation-transition-default-delay",
|
|
78
|
+
"attributes": {
|
|
79
|
+
"category": "animation",
|
|
80
|
+
"type": "transition",
|
|
81
|
+
"item": "default",
|
|
82
|
+
"subitem": "delay"
|
|
83
|
+
},
|
|
84
|
+
"path": [
|
|
85
|
+
"animation",
|
|
86
|
+
"transition",
|
|
87
|
+
"default",
|
|
88
|
+
"delay"
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
"duration": {
|
|
92
|
+
"value": "200ms",
|
|
93
|
+
"public": true,
|
|
94
|
+
"filePath": "tokens/animation/base.json",
|
|
95
|
+
"isSource": true,
|
|
96
|
+
"original": {
|
|
97
|
+
"value": "200ms",
|
|
98
|
+
"public": true
|
|
99
|
+
},
|
|
100
|
+
"name": "animation-transition-default-duration",
|
|
101
|
+
"attributes": {
|
|
102
|
+
"category": "animation",
|
|
103
|
+
"type": "transition",
|
|
104
|
+
"item": "default",
|
|
105
|
+
"subitem": "duration"
|
|
106
|
+
},
|
|
107
|
+
"path": [
|
|
108
|
+
"animation",
|
|
109
|
+
"transition",
|
|
110
|
+
"default",
|
|
111
|
+
"duration"
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
"timing-function": {
|
|
73
115
|
"value": "ease-in-out",
|
|
74
|
-
"public": true
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
116
|
+
"public": true,
|
|
117
|
+
"filePath": "tokens/animation/base.json",
|
|
118
|
+
"isSource": true,
|
|
119
|
+
"original": {
|
|
120
|
+
"value": "ease-in-out",
|
|
121
|
+
"public": true
|
|
122
|
+
},
|
|
123
|
+
"name": "animation-transition-default-timing-function",
|
|
124
|
+
"attributes": {
|
|
125
|
+
"category": "animation",
|
|
126
|
+
"type": "transition",
|
|
127
|
+
"item": "default",
|
|
128
|
+
"subitem": "timing-function"
|
|
129
|
+
},
|
|
130
|
+
"path": [
|
|
131
|
+
"animation",
|
|
132
|
+
"transition",
|
|
133
|
+
"default",
|
|
134
|
+
"timing-function"
|
|
135
|
+
]
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"dropdown": {
|
|
139
|
+
"duration": {
|
|
140
|
+
"value": "300ms",
|
|
141
|
+
"public": true,
|
|
142
|
+
"filePath": "tokens/animation/base.json",
|
|
143
|
+
"isSource": true,
|
|
144
|
+
"original": {
|
|
145
|
+
"value": "300ms",
|
|
146
|
+
"public": true
|
|
147
|
+
},
|
|
148
|
+
"name": "animation-transition-dropdown-duration",
|
|
149
|
+
"attributes": {
|
|
150
|
+
"category": "animation",
|
|
151
|
+
"type": "transition",
|
|
152
|
+
"item": "dropdown",
|
|
153
|
+
"subitem": "duration"
|
|
154
|
+
},
|
|
155
|
+
"path": [
|
|
156
|
+
"animation",
|
|
157
|
+
"transition",
|
|
158
|
+
"dropdown",
|
|
159
|
+
"duration"
|
|
160
|
+
]
|
|
161
|
+
}
|
|
87
162
|
}
|
|
88
163
|
}
|
|
89
164
|
},
|
|
@@ -111,6 +186,29 @@
|
|
|
111
186
|
"radius",
|
|
112
187
|
"default"
|
|
113
188
|
]
|
|
189
|
+
},
|
|
190
|
+
"container": {
|
|
191
|
+
"value": 0.375,
|
|
192
|
+
"defaultUnit": "rem",
|
|
193
|
+
"public": true,
|
|
194
|
+
"filePath": "tokens/border/alias.json",
|
|
195
|
+
"isSource": true,
|
|
196
|
+
"original": {
|
|
197
|
+
"value": 0.375,
|
|
198
|
+
"defaultUnit": "rem",
|
|
199
|
+
"public": true
|
|
200
|
+
},
|
|
201
|
+
"name": "border-radius-container",
|
|
202
|
+
"attributes": {
|
|
203
|
+
"category": "border",
|
|
204
|
+
"type": "radius",
|
|
205
|
+
"item": "container"
|
|
206
|
+
},
|
|
207
|
+
"path": [
|
|
208
|
+
"border",
|
|
209
|
+
"radius",
|
|
210
|
+
"container"
|
|
211
|
+
]
|
|
114
212
|
}
|
|
115
213
|
},
|
|
116
214
|
"width": {
|
|
@@ -139,6 +237,58 @@
|
|
|
139
237
|
}
|
|
140
238
|
}
|
|
141
239
|
},
|
|
240
|
+
"container": {
|
|
241
|
+
"marketing": {
|
|
242
|
+
"padding": {
|
|
243
|
+
"small": {
|
|
244
|
+
"value": "4%",
|
|
245
|
+
"public": true,
|
|
246
|
+
"filePath": "tokens/container/base.json",
|
|
247
|
+
"isSource": true,
|
|
248
|
+
"original": {
|
|
249
|
+
"value": "4%",
|
|
250
|
+
"public": true
|
|
251
|
+
},
|
|
252
|
+
"name": "container-marketing-padding-small",
|
|
253
|
+
"attributes": {
|
|
254
|
+
"category": "container",
|
|
255
|
+
"type": "marketing",
|
|
256
|
+
"item": "padding",
|
|
257
|
+
"subitem": "small"
|
|
258
|
+
},
|
|
259
|
+
"path": [
|
|
260
|
+
"container",
|
|
261
|
+
"marketing",
|
|
262
|
+
"padding",
|
|
263
|
+
"small"
|
|
264
|
+
]
|
|
265
|
+
},
|
|
266
|
+
"medium-large": {
|
|
267
|
+
"value": "5%",
|
|
268
|
+
"public": true,
|
|
269
|
+
"filePath": "tokens/container/base.json",
|
|
270
|
+
"isSource": true,
|
|
271
|
+
"original": {
|
|
272
|
+
"value": "5%",
|
|
273
|
+
"public": true
|
|
274
|
+
},
|
|
275
|
+
"name": "container-marketing-padding-medium-large",
|
|
276
|
+
"attributes": {
|
|
277
|
+
"category": "container",
|
|
278
|
+
"type": "marketing",
|
|
279
|
+
"item": "padding",
|
|
280
|
+
"subitem": "medium-large"
|
|
281
|
+
},
|
|
282
|
+
"path": [
|
|
283
|
+
"container",
|
|
284
|
+
"marketing",
|
|
285
|
+
"padding",
|
|
286
|
+
"medium-large"
|
|
287
|
+
]
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
},
|
|
142
292
|
"grid": {
|
|
143
293
|
"columns-4": {
|
|
144
294
|
"width": {
|
|
@@ -259,38 +409,159 @@
|
|
|
259
409
|
"gap"
|
|
260
410
|
]
|
|
261
411
|
}
|
|
412
|
+
},
|
|
413
|
+
"marketing": {
|
|
414
|
+
"column": {
|
|
415
|
+
"small": {
|
|
416
|
+
"value": "21.34375%",
|
|
417
|
+
"public": true,
|
|
418
|
+
"filePath": "tokens/grid/base.json",
|
|
419
|
+
"isSource": true,
|
|
420
|
+
"original": {
|
|
421
|
+
"value": "21.34375%",
|
|
422
|
+
"public": true
|
|
423
|
+
},
|
|
424
|
+
"name": "grid-marketing-column-small",
|
|
425
|
+
"attributes": {
|
|
426
|
+
"category": "grid",
|
|
427
|
+
"type": "marketing",
|
|
428
|
+
"item": "column",
|
|
429
|
+
"subitem": "small"
|
|
430
|
+
},
|
|
431
|
+
"path": [
|
|
432
|
+
"grid",
|
|
433
|
+
"marketing",
|
|
434
|
+
"column",
|
|
435
|
+
"small"
|
|
436
|
+
]
|
|
437
|
+
},
|
|
438
|
+
"medium-large": {
|
|
439
|
+
"value": "5.125%",
|
|
440
|
+
"public": true,
|
|
441
|
+
"filePath": "tokens/grid/base.json",
|
|
442
|
+
"isSource": true,
|
|
443
|
+
"original": {
|
|
444
|
+
"value": "5.125%",
|
|
445
|
+
"public": true
|
|
446
|
+
},
|
|
447
|
+
"name": "grid-marketing-column-medium-large",
|
|
448
|
+
"attributes": {
|
|
449
|
+
"category": "grid",
|
|
450
|
+
"type": "marketing",
|
|
451
|
+
"item": "column",
|
|
452
|
+
"subitem": "medium-large"
|
|
453
|
+
},
|
|
454
|
+
"path": [
|
|
455
|
+
"grid",
|
|
456
|
+
"marketing",
|
|
457
|
+
"column",
|
|
458
|
+
"medium-large"
|
|
459
|
+
]
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
"gap": {
|
|
463
|
+
"small": {
|
|
464
|
+
"value": "4.875%",
|
|
465
|
+
"public": true,
|
|
466
|
+
"filePath": "tokens/grid/base.json",
|
|
467
|
+
"isSource": true,
|
|
468
|
+
"original": {
|
|
469
|
+
"value": "4.875%",
|
|
470
|
+
"public": true
|
|
471
|
+
},
|
|
472
|
+
"name": "grid-marketing-gap-small",
|
|
473
|
+
"attributes": {
|
|
474
|
+
"category": "grid",
|
|
475
|
+
"type": "marketing",
|
|
476
|
+
"item": "gap",
|
|
477
|
+
"subitem": "small"
|
|
478
|
+
},
|
|
479
|
+
"path": [
|
|
480
|
+
"grid",
|
|
481
|
+
"marketing",
|
|
482
|
+
"gap",
|
|
483
|
+
"small"
|
|
484
|
+
]
|
|
485
|
+
},
|
|
486
|
+
"medium-large": {
|
|
487
|
+
"value": "3.5%",
|
|
488
|
+
"public": true,
|
|
489
|
+
"filePath": "tokens/grid/base.json",
|
|
490
|
+
"isSource": true,
|
|
491
|
+
"original": {
|
|
492
|
+
"value": "3.5%",
|
|
493
|
+
"public": true
|
|
494
|
+
},
|
|
495
|
+
"name": "grid-marketing-gap-medium-large",
|
|
496
|
+
"attributes": {
|
|
497
|
+
"category": "grid",
|
|
498
|
+
"type": "marketing",
|
|
499
|
+
"item": "gap",
|
|
500
|
+
"subitem": "medium-large"
|
|
501
|
+
},
|
|
502
|
+
"path": [
|
|
503
|
+
"grid",
|
|
504
|
+
"marketing",
|
|
505
|
+
"gap",
|
|
506
|
+
"medium-large"
|
|
507
|
+
]
|
|
508
|
+
}
|
|
509
|
+
}
|
|
262
510
|
}
|
|
263
511
|
},
|
|
264
512
|
"spacing": {
|
|
265
|
-
"
|
|
266
|
-
"value": "
|
|
267
|
-
"
|
|
513
|
+
"8XL": {
|
|
514
|
+
"value": "7.451",
|
|
515
|
+
"defaultUnit": "rem",
|
|
516
|
+
"public": true,
|
|
268
517
|
"filePath": "tokens/spacing/base.json",
|
|
269
518
|
"isSource": true,
|
|
270
519
|
"original": {
|
|
271
|
-
"value": "
|
|
272
|
-
"
|
|
520
|
+
"value": "7.451",
|
|
521
|
+
"defaultUnit": "rem",
|
|
522
|
+
"public": true
|
|
273
523
|
},
|
|
274
|
-
"name": "spacing-
|
|
524
|
+
"name": "spacing-8-xl",
|
|
275
525
|
"attributes": {
|
|
276
526
|
"category": "spacing",
|
|
277
|
-
"type": "
|
|
527
|
+
"type": "8XL"
|
|
278
528
|
},
|
|
279
529
|
"path": [
|
|
280
530
|
"spacing",
|
|
281
|
-
"
|
|
531
|
+
"8XL"
|
|
532
|
+
]
|
|
533
|
+
},
|
|
534
|
+
"7XL": {
|
|
535
|
+
"value": "5.96",
|
|
536
|
+
"defaultUnit": "rem",
|
|
537
|
+
"public": true,
|
|
538
|
+
"filePath": "tokens/spacing/base.json",
|
|
539
|
+
"isSource": true,
|
|
540
|
+
"original": {
|
|
541
|
+
"value": "5.96",
|
|
542
|
+
"defaultUnit": "rem",
|
|
543
|
+
"public": true
|
|
544
|
+
},
|
|
545
|
+
"name": "spacing-7-xl",
|
|
546
|
+
"attributes": {
|
|
547
|
+
"category": "spacing",
|
|
548
|
+
"type": "7XL"
|
|
549
|
+
},
|
|
550
|
+
"path": [
|
|
551
|
+
"spacing",
|
|
552
|
+
"7XL"
|
|
282
553
|
]
|
|
283
554
|
},
|
|
284
555
|
"6XL": {
|
|
285
556
|
"value": "4.678",
|
|
286
|
-
"formula": "1.25**7",
|
|
287
557
|
"defaultUnit": "rem",
|
|
558
|
+
"public": true,
|
|
288
559
|
"filePath": "tokens/spacing/base.json",
|
|
289
560
|
"isSource": true,
|
|
290
561
|
"original": {
|
|
291
562
|
"value": "4.678",
|
|
292
|
-
"
|
|
293
|
-
"
|
|
563
|
+
"defaultUnit": "rem",
|
|
564
|
+
"public": true
|
|
294
565
|
},
|
|
295
566
|
"name": "spacing-6-xl",
|
|
296
567
|
"attributes": {
|
|
@@ -304,14 +575,14 @@
|
|
|
304
575
|
},
|
|
305
576
|
"5XL": {
|
|
306
577
|
"value": "3.815",
|
|
307
|
-
"formula": "1.25**6",
|
|
308
578
|
"defaultUnit": "rem",
|
|
579
|
+
"public": true,
|
|
309
580
|
"filePath": "tokens/spacing/base.json",
|
|
310
581
|
"isSource": true,
|
|
311
582
|
"original": {
|
|
312
583
|
"value": "3.815",
|
|
313
|
-
"
|
|
314
|
-
"
|
|
584
|
+
"defaultUnit": "rem",
|
|
585
|
+
"public": true
|
|
315
586
|
},
|
|
316
587
|
"name": "spacing-5-xl",
|
|
317
588
|
"attributes": {
|
|
@@ -325,14 +596,14 @@
|
|
|
325
596
|
},
|
|
326
597
|
"4XL": {
|
|
327
598
|
"value": "3.052",
|
|
328
|
-
"formula": "1.25**5",
|
|
329
599
|
"defaultUnit": "rem",
|
|
600
|
+
"public": true,
|
|
330
601
|
"filePath": "tokens/spacing/base.json",
|
|
331
602
|
"isSource": true,
|
|
332
603
|
"original": {
|
|
333
604
|
"value": "3.052",
|
|
334
|
-
"
|
|
335
|
-
"
|
|
605
|
+
"defaultUnit": "rem",
|
|
606
|
+
"public": true
|
|
336
607
|
},
|
|
337
608
|
"name": "spacing-4-xl",
|
|
338
609
|
"attributes": {
|
|
@@ -346,14 +617,14 @@
|
|
|
346
617
|
},
|
|
347
618
|
"3XL": {
|
|
348
619
|
"value": "2.441",
|
|
349
|
-
"formula": "1.25**4",
|
|
350
620
|
"defaultUnit": "rem",
|
|
621
|
+
"public": true,
|
|
351
622
|
"filePath": "tokens/spacing/base.json",
|
|
352
623
|
"isSource": true,
|
|
353
624
|
"original": {
|
|
354
625
|
"value": "2.441",
|
|
355
|
-
"
|
|
356
|
-
"
|
|
626
|
+
"defaultUnit": "rem",
|
|
627
|
+
"public": true
|
|
357
628
|
},
|
|
358
629
|
"name": "spacing-3-xl",
|
|
359
630
|
"attributes": {
|
|
@@ -367,14 +638,14 @@
|
|
|
367
638
|
},
|
|
368
639
|
"2XL": {
|
|
369
640
|
"value": "1.953",
|
|
370
|
-
"formula": "1.25**3",
|
|
371
641
|
"defaultUnit": "rem",
|
|
642
|
+
"public": true,
|
|
372
643
|
"filePath": "tokens/spacing/base.json",
|
|
373
644
|
"isSource": true,
|
|
374
645
|
"original": {
|
|
375
646
|
"value": "1.953",
|
|
376
|
-
"
|
|
377
|
-
"
|
|
647
|
+
"defaultUnit": "rem",
|
|
648
|
+
"public": true
|
|
378
649
|
},
|
|
379
650
|
"name": "spacing-2-xl",
|
|
380
651
|
"attributes": {
|
|
@@ -388,14 +659,14 @@
|
|
|
388
659
|
},
|
|
389
660
|
"XL": {
|
|
390
661
|
"value": "1.563",
|
|
391
|
-
"formula": "1.25**2",
|
|
392
662
|
"defaultUnit": "rem",
|
|
663
|
+
"public": true,
|
|
393
664
|
"filePath": "tokens/spacing/base.json",
|
|
394
665
|
"isSource": true,
|
|
395
666
|
"original": {
|
|
396
667
|
"value": "1.563",
|
|
397
|
-
"
|
|
398
|
-
"
|
|
668
|
+
"defaultUnit": "rem",
|
|
669
|
+
"public": true
|
|
399
670
|
},
|
|
400
671
|
"name": "spacing-xl",
|
|
401
672
|
"attributes": {
|
|
@@ -409,14 +680,14 @@
|
|
|
409
680
|
},
|
|
410
681
|
"L": {
|
|
411
682
|
"value": "1.25",
|
|
412
|
-
"formula": "1.25**1",
|
|
413
683
|
"defaultUnit": "rem",
|
|
684
|
+
"public": true,
|
|
414
685
|
"filePath": "tokens/spacing/base.json",
|
|
415
686
|
"isSource": true,
|
|
416
687
|
"original": {
|
|
417
688
|
"value": "1.25",
|
|
418
|
-
"
|
|
419
|
-
"
|
|
689
|
+
"defaultUnit": "rem",
|
|
690
|
+
"public": true
|
|
420
691
|
},
|
|
421
692
|
"name": "spacing-l",
|
|
422
693
|
"attributes": {
|
|
@@ -431,11 +702,13 @@
|
|
|
431
702
|
"M": {
|
|
432
703
|
"value": "1",
|
|
433
704
|
"defaultUnit": "rem",
|
|
705
|
+
"public": true,
|
|
434
706
|
"filePath": "tokens/spacing/base.json",
|
|
435
707
|
"isSource": true,
|
|
436
708
|
"original": {
|
|
437
709
|
"value": "1",
|
|
438
|
-
"defaultUnit": "rem"
|
|
710
|
+
"defaultUnit": "rem",
|
|
711
|
+
"public": true
|
|
439
712
|
},
|
|
440
713
|
"name": "spacing-m",
|
|
441
714
|
"attributes": {
|
|
@@ -449,14 +722,14 @@
|
|
|
449
722
|
},
|
|
450
723
|
"S": {
|
|
451
724
|
"value": "0.8",
|
|
452
|
-
"formula": "1.25**-1",
|
|
453
725
|
"defaultUnit": "rem",
|
|
726
|
+
"public": true,
|
|
454
727
|
"filePath": "tokens/spacing/base.json",
|
|
455
728
|
"isSource": true,
|
|
456
729
|
"original": {
|
|
457
730
|
"value": "0.8",
|
|
458
|
-
"
|
|
459
|
-
"
|
|
731
|
+
"defaultUnit": "rem",
|
|
732
|
+
"public": true
|
|
460
733
|
},
|
|
461
734
|
"name": "spacing-s",
|
|
462
735
|
"attributes": {
|
|
@@ -470,14 +743,14 @@
|
|
|
470
743
|
},
|
|
471
744
|
"XS": {
|
|
472
745
|
"value": "0.64",
|
|
473
|
-
"formula": "1.25**-2",
|
|
474
746
|
"defaultUnit": "rem",
|
|
747
|
+
"public": true,
|
|
475
748
|
"filePath": "tokens/spacing/base.json",
|
|
476
749
|
"isSource": true,
|
|
477
750
|
"original": {
|
|
478
751
|
"value": "0.64",
|
|
479
|
-
"
|
|
480
|
-
"
|
|
752
|
+
"defaultUnit": "rem",
|
|
753
|
+
"public": true
|
|
481
754
|
},
|
|
482
755
|
"name": "spacing-xs",
|
|
483
756
|
"attributes": {
|
|
@@ -491,14 +764,14 @@
|
|
|
491
764
|
},
|
|
492
765
|
"2XS": {
|
|
493
766
|
"value": "0.512",
|
|
494
|
-
"formula": "1.25**-3",
|
|
495
767
|
"defaultUnit": "rem",
|
|
768
|
+
"public": true,
|
|
496
769
|
"filePath": "tokens/spacing/base.json",
|
|
497
770
|
"isSource": true,
|
|
498
771
|
"original": {
|
|
499
772
|
"value": "0.512",
|
|
500
|
-
"
|
|
501
|
-
"
|
|
773
|
+
"defaultUnit": "rem",
|
|
774
|
+
"public": true
|
|
502
775
|
},
|
|
503
776
|
"name": "spacing-2-xs",
|
|
504
777
|
"attributes": {
|
|
@@ -512,14 +785,14 @@
|
|
|
512
785
|
},
|
|
513
786
|
"3XS": {
|
|
514
787
|
"value": "0.41",
|
|
515
|
-
"formula": "1.25**-4",
|
|
516
788
|
"defaultUnit": "rem",
|
|
789
|
+
"public": true,
|
|
517
790
|
"filePath": "tokens/spacing/base.json",
|
|
518
791
|
"isSource": true,
|
|
519
792
|
"original": {
|
|
520
793
|
"value": "0.41",
|
|
521
|
-
"
|
|
522
|
-
"
|
|
794
|
+
"defaultUnit": "rem",
|
|
795
|
+
"public": true
|
|
523
796
|
},
|
|
524
797
|
"name": "spacing-3-xs",
|
|
525
798
|
"attributes": {
|
|
@@ -533,14 +806,14 @@
|
|
|
533
806
|
},
|
|
534
807
|
"4XS": {
|
|
535
808
|
"value": "0.328",
|
|
536
|
-
"formula": "1.25**-5",
|
|
537
809
|
"defaultUnit": "rem",
|
|
810
|
+
"public": true,
|
|
538
811
|
"filePath": "tokens/spacing/base.json",
|
|
539
812
|
"isSource": true,
|
|
540
813
|
"original": {
|
|
541
814
|
"value": "0.328",
|
|
542
|
-
"
|
|
543
|
-
"
|
|
815
|
+
"defaultUnit": "rem",
|
|
816
|
+
"public": true
|
|
544
817
|
},
|
|
545
818
|
"name": "spacing-4-xs",
|
|
546
819
|
"attributes": {
|
|
@@ -551,6 +824,48 @@
|
|
|
551
824
|
"spacing",
|
|
552
825
|
"4XS"
|
|
553
826
|
]
|
|
827
|
+
},
|
|
828
|
+
"5XS": {
|
|
829
|
+
"value": "0.25",
|
|
830
|
+
"defaultUnit": "rem",
|
|
831
|
+
"public": true,
|
|
832
|
+
"filePath": "tokens/spacing/base.json",
|
|
833
|
+
"isSource": true,
|
|
834
|
+
"original": {
|
|
835
|
+
"value": "0.25",
|
|
836
|
+
"defaultUnit": "rem",
|
|
837
|
+
"public": true
|
|
838
|
+
},
|
|
839
|
+
"name": "spacing-5-xs",
|
|
840
|
+
"attributes": {
|
|
841
|
+
"category": "spacing",
|
|
842
|
+
"type": "5XS"
|
|
843
|
+
},
|
|
844
|
+
"path": [
|
|
845
|
+
"spacing",
|
|
846
|
+
"5XS"
|
|
847
|
+
]
|
|
848
|
+
},
|
|
849
|
+
"6XS": {
|
|
850
|
+
"value": "0.125",
|
|
851
|
+
"defaultUnit": "rem",
|
|
852
|
+
"public": true,
|
|
853
|
+
"filePath": "tokens/spacing/base.json",
|
|
854
|
+
"isSource": true,
|
|
855
|
+
"original": {
|
|
856
|
+
"value": "0.125",
|
|
857
|
+
"defaultUnit": "rem",
|
|
858
|
+
"public": true
|
|
859
|
+
},
|
|
860
|
+
"name": "spacing-6-xs",
|
|
861
|
+
"attributes": {
|
|
862
|
+
"category": "spacing",
|
|
863
|
+
"type": "6XS"
|
|
864
|
+
},
|
|
865
|
+
"path": [
|
|
866
|
+
"spacing",
|
|
867
|
+
"6XS"
|
|
868
|
+
]
|
|
554
869
|
}
|
|
555
870
|
},
|
|
556
871
|
"typography": {
|
|
@@ -576,6 +891,27 @@
|
|
|
576
891
|
"default"
|
|
577
892
|
]
|
|
578
893
|
},
|
|
894
|
+
"secondary": {
|
|
895
|
+
"value": "'Aleo', serif",
|
|
896
|
+
"public": true,
|
|
897
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
898
|
+
"isSource": true,
|
|
899
|
+
"original": {
|
|
900
|
+
"value": "'Aleo', serif",
|
|
901
|
+
"public": true
|
|
902
|
+
},
|
|
903
|
+
"name": "typography-font-secondary",
|
|
904
|
+
"attributes": {
|
|
905
|
+
"category": "typography",
|
|
906
|
+
"type": "font",
|
|
907
|
+
"item": "secondary"
|
|
908
|
+
},
|
|
909
|
+
"path": [
|
|
910
|
+
"typography",
|
|
911
|
+
"font",
|
|
912
|
+
"secondary"
|
|
913
|
+
]
|
|
914
|
+
},
|
|
579
915
|
"headings": {
|
|
580
916
|
"value": "'Poppins', sans-serif",
|
|
581
917
|
"filePath": "tokens/typography/alias/font.json",
|
|
@@ -619,7 +955,7 @@
|
|
|
619
955
|
"filePath": "tokens/typography/alias/font.json",
|
|
620
956
|
"isSource": true,
|
|
621
957
|
"original": {
|
|
622
|
-
"value": "
|
|
958
|
+
"value": "{typography.font.secondary.value}"
|
|
623
959
|
},
|
|
624
960
|
"name": "typography-font-lead",
|
|
625
961
|
"attributes": {
|
|
@@ -638,7 +974,7 @@
|
|
|
638
974
|
"filePath": "tokens/typography/alias/font.json",
|
|
639
975
|
"isSource": true,
|
|
640
976
|
"original": {
|
|
641
|
-
"value": "
|
|
977
|
+
"value": "{typography.font.secondary.value}"
|
|
642
978
|
},
|
|
643
979
|
"name": "typography-font-quote",
|
|
644
980
|
"attributes": {
|
|
@@ -672,11 +1008,11 @@
|
|
|
672
1008
|
]
|
|
673
1009
|
},
|
|
674
1010
|
"css-import": {
|
|
675
|
-
"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,500;0,600;0,700;
|
|
1011
|
+
"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,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'",
|
|
676
1012
|
"filePath": "tokens/typography/base/font.json",
|
|
677
1013
|
"isSource": true,
|
|
678
1014
|
"original": {
|
|
679
|
-
"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,500;0,600;0,700;
|
|
1015
|
+
"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,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'"
|
|
680
1016
|
},
|
|
681
1017
|
"name": "typography-font-css-import",
|
|
682
1018
|
"attributes": {
|
|
@@ -694,10 +1030,12 @@
|
|
|
694
1030
|
"font-weight": {
|
|
695
1031
|
"regular": {
|
|
696
1032
|
"value": 400,
|
|
1033
|
+
"public": true,
|
|
697
1034
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
698
1035
|
"isSource": true,
|
|
699
1036
|
"original": {
|
|
700
|
-
"value": 400
|
|
1037
|
+
"value": 400,
|
|
1038
|
+
"public": true
|
|
701
1039
|
},
|
|
702
1040
|
"name": "typography-font-weight-regular",
|
|
703
1041
|
"attributes": {
|
|
@@ -713,10 +1051,12 @@
|
|
|
713
1051
|
},
|
|
714
1052
|
"medium": {
|
|
715
1053
|
"value": 500,
|
|
1054
|
+
"public": true,
|
|
716
1055
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
717
1056
|
"isSource": true,
|
|
718
1057
|
"original": {
|
|
719
|
-
"value": 500
|
|
1058
|
+
"value": 500,
|
|
1059
|
+
"public": true
|
|
720
1060
|
},
|
|
721
1061
|
"name": "typography-font-weight-medium",
|
|
722
1062
|
"attributes": {
|
|
@@ -732,10 +1072,12 @@
|
|
|
732
1072
|
},
|
|
733
1073
|
"semibold": {
|
|
734
1074
|
"value": 600,
|
|
1075
|
+
"public": true,
|
|
735
1076
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
736
1077
|
"isSource": true,
|
|
737
1078
|
"original": {
|
|
738
|
-
"value": 600
|
|
1079
|
+
"value": 600,
|
|
1080
|
+
"public": true
|
|
739
1081
|
},
|
|
740
1082
|
"name": "typography-font-weight-semibold",
|
|
741
1083
|
"attributes": {
|
|
@@ -751,10 +1093,12 @@
|
|
|
751
1093
|
},
|
|
752
1094
|
"bold": {
|
|
753
1095
|
"value": 700,
|
|
1096
|
+
"public": true,
|
|
754
1097
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
755
1098
|
"isSource": true,
|
|
756
1099
|
"original": {
|
|
757
|
-
"value": 700
|
|
1100
|
+
"value": 700,
|
|
1101
|
+
"public": true
|
|
758
1102
|
},
|
|
759
1103
|
"name": "typography-font-weight-bold",
|
|
760
1104
|
"attributes": {
|
|
@@ -770,10 +1114,12 @@
|
|
|
770
1114
|
},
|
|
771
1115
|
"extrabold": {
|
|
772
1116
|
"value": 800,
|
|
1117
|
+
"public": true,
|
|
773
1118
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
774
1119
|
"isSource": true,
|
|
775
1120
|
"original": {
|
|
776
|
-
"value": 800
|
|
1121
|
+
"value": 800,
|
|
1122
|
+
"public": true
|
|
777
1123
|
},
|
|
778
1124
|
"name": "typography-font-weight-extrabold",
|
|
779
1125
|
"attributes": {
|
|
@@ -792,11 +1138,13 @@
|
|
|
792
1138
|
"XL": {
|
|
793
1139
|
"value": "0.06",
|
|
794
1140
|
"defaultUnit": "em",
|
|
1141
|
+
"public": true,
|
|
795
1142
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
796
1143
|
"isSource": true,
|
|
797
1144
|
"original": {
|
|
798
1145
|
"value": "0.06",
|
|
799
|
-
"defaultUnit": "em"
|
|
1146
|
+
"defaultUnit": "em",
|
|
1147
|
+
"public": true
|
|
800
1148
|
},
|
|
801
1149
|
"name": "typography-letter-spacing-xl",
|
|
802
1150
|
"attributes": {
|
|
@@ -813,11 +1161,13 @@
|
|
|
813
1161
|
"L": {
|
|
814
1162
|
"value": "0.04",
|
|
815
1163
|
"defaultUnit": "em",
|
|
1164
|
+
"public": true,
|
|
816
1165
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
817
1166
|
"isSource": true,
|
|
818
1167
|
"original": {
|
|
819
1168
|
"value": "0.04",
|
|
820
|
-
"defaultUnit": "em"
|
|
1169
|
+
"defaultUnit": "em",
|
|
1170
|
+
"public": true
|
|
821
1171
|
},
|
|
822
1172
|
"name": "typography-letter-spacing-l",
|
|
823
1173
|
"attributes": {
|
|
@@ -834,11 +1184,13 @@
|
|
|
834
1184
|
"M": {
|
|
835
1185
|
"value": "0.02",
|
|
836
1186
|
"defaultUnit": "em",
|
|
1187
|
+
"public": true,
|
|
837
1188
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
838
1189
|
"isSource": true,
|
|
839
1190
|
"original": {
|
|
840
1191
|
"value": "0.02",
|
|
841
|
-
"defaultUnit": "em"
|
|
1192
|
+
"defaultUnit": "em",
|
|
1193
|
+
"public": true
|
|
842
1194
|
},
|
|
843
1195
|
"name": "typography-letter-spacing-m",
|
|
844
1196
|
"attributes": {
|
|
@@ -855,11 +1207,13 @@
|
|
|
855
1207
|
"S": {
|
|
856
1208
|
"value": "0.01",
|
|
857
1209
|
"defaultUnit": "em",
|
|
1210
|
+
"public": true,
|
|
858
1211
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
859
1212
|
"isSource": true,
|
|
860
1213
|
"original": {
|
|
861
1214
|
"value": "0.01",
|
|
862
|
-
"defaultUnit": "em"
|
|
1215
|
+
"defaultUnit": "em",
|
|
1216
|
+
"public": true
|
|
863
1217
|
},
|
|
864
1218
|
"name": "typography-letter-spacing-s",
|
|
865
1219
|
"attributes": {
|
|
@@ -875,12 +1229,35 @@
|
|
|
875
1229
|
}
|
|
876
1230
|
},
|
|
877
1231
|
"line-height": {
|
|
1232
|
+
"XL": {
|
|
1233
|
+
"value": "195%",
|
|
1234
|
+
"public": true,
|
|
1235
|
+
"filePath": "tokens/typography/base/line-height.json",
|
|
1236
|
+
"isSource": true,
|
|
1237
|
+
"original": {
|
|
1238
|
+
"value": "195%",
|
|
1239
|
+
"public": true
|
|
1240
|
+
},
|
|
1241
|
+
"name": "typography-line-height-xl",
|
|
1242
|
+
"attributes": {
|
|
1243
|
+
"category": "typography",
|
|
1244
|
+
"type": "line-height",
|
|
1245
|
+
"item": "XL"
|
|
1246
|
+
},
|
|
1247
|
+
"path": [
|
|
1248
|
+
"typography",
|
|
1249
|
+
"line-height",
|
|
1250
|
+
"XL"
|
|
1251
|
+
]
|
|
1252
|
+
},
|
|
878
1253
|
"L": {
|
|
879
|
-
"value": "
|
|
1254
|
+
"value": "170%",
|
|
1255
|
+
"public": true,
|
|
880
1256
|
"filePath": "tokens/typography/base/line-height.json",
|
|
881
1257
|
"isSource": true,
|
|
882
1258
|
"original": {
|
|
883
|
-
"value": "
|
|
1259
|
+
"value": "170%",
|
|
1260
|
+
"public": true
|
|
884
1261
|
},
|
|
885
1262
|
"name": "typography-line-height-l",
|
|
886
1263
|
"attributes": {
|
|
@@ -895,11 +1272,13 @@
|
|
|
895
1272
|
]
|
|
896
1273
|
},
|
|
897
1274
|
"M": {
|
|
898
|
-
"value": "
|
|
1275
|
+
"value": "140%",
|
|
1276
|
+
"public": true,
|
|
899
1277
|
"filePath": "tokens/typography/base/line-height.json",
|
|
900
1278
|
"isSource": true,
|
|
901
1279
|
"original": {
|
|
902
|
-
"value": "
|
|
1280
|
+
"value": "140%",
|
|
1281
|
+
"public": true
|
|
903
1282
|
},
|
|
904
1283
|
"name": "typography-line-height-m",
|
|
905
1284
|
"attributes": {
|
|
@@ -914,11 +1293,13 @@
|
|
|
914
1293
|
]
|
|
915
1294
|
},
|
|
916
1295
|
"S": {
|
|
917
|
-
"value": "
|
|
1296
|
+
"value": "120%",
|
|
1297
|
+
"public": true,
|
|
918
1298
|
"filePath": "tokens/typography/base/line-height.json",
|
|
919
1299
|
"isSource": true,
|
|
920
1300
|
"original": {
|
|
921
|
-
"value": "
|
|
1301
|
+
"value": "120%",
|
|
1302
|
+
"public": true
|
|
922
1303
|
},
|
|
923
1304
|
"name": "typography-line-height-s",
|
|
924
1305
|
"attributes": {
|
|
@@ -933,6 +1314,50 @@
|
|
|
933
1314
|
]
|
|
934
1315
|
}
|
|
935
1316
|
},
|
|
1317
|
+
"multiplier": {
|
|
1318
|
+
"small": {
|
|
1319
|
+
"value": "0.75",
|
|
1320
|
+
"public": true,
|
|
1321
|
+
"filePath": "tokens/typography/base/multipliers.json",
|
|
1322
|
+
"isSource": true,
|
|
1323
|
+
"original": {
|
|
1324
|
+
"value": "0.75",
|
|
1325
|
+
"public": true
|
|
1326
|
+
},
|
|
1327
|
+
"name": "typography-multiplier-small",
|
|
1328
|
+
"attributes": {
|
|
1329
|
+
"category": "typography",
|
|
1330
|
+
"type": "multiplier",
|
|
1331
|
+
"item": "small"
|
|
1332
|
+
},
|
|
1333
|
+
"path": [
|
|
1334
|
+
"typography",
|
|
1335
|
+
"multiplier",
|
|
1336
|
+
"small"
|
|
1337
|
+
]
|
|
1338
|
+
},
|
|
1339
|
+
"medium": {
|
|
1340
|
+
"value": "0.85",
|
|
1341
|
+
"public": true,
|
|
1342
|
+
"filePath": "tokens/typography/base/multipliers.json",
|
|
1343
|
+
"isSource": true,
|
|
1344
|
+
"original": {
|
|
1345
|
+
"value": "0.85",
|
|
1346
|
+
"public": true
|
|
1347
|
+
},
|
|
1348
|
+
"name": "typography-multiplier-medium",
|
|
1349
|
+
"attributes": {
|
|
1350
|
+
"category": "typography",
|
|
1351
|
+
"type": "multiplier",
|
|
1352
|
+
"item": "medium"
|
|
1353
|
+
},
|
|
1354
|
+
"path": [
|
|
1355
|
+
"typography",
|
|
1356
|
+
"multiplier",
|
|
1357
|
+
"medium"
|
|
1358
|
+
]
|
|
1359
|
+
}
|
|
1360
|
+
},
|
|
936
1361
|
"scale-ratio": {
|
|
937
1362
|
"value": "1.25",
|
|
938
1363
|
"comment": "The base ratio/multiplier of the typographic scale.",
|
|
@@ -1139,4 +1564,4 @@
|
|
|
1139
1564
|
}
|
|
1140
1565
|
}
|
|
1141
1566
|
}
|
|
1142
|
-
}
|
|
1567
|
+
}
|