@pantheon-systems/pds-design-tokens 1.0.0-dev.8 → 1.0.0-dev.80
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 +127 -31
- package/build/css/pds-design-tokens-light-mode.css +143 -38
- package/build/css/pds-design-tokens.css +63 -3
- package/build/figma/pds-design-tokens-figma.json +8637 -3959
- package/build/json/pds-design-tokens-dark-mode.json +3444 -1315
- package/build/json/pds-design-tokens-light-mode.json +3607 -1312
- package/build/json/pds-design-tokens.json +783 -227
- package/package.json +1 -1
- package/build/scss/_pds-design-tokens-dark-mode.scss +0 -95
- package/build/scss/_pds-design-tokens-light-mode.scss +0 -95
- package/build/scss/_pds-design-tokens.scss +0 -16
|
@@ -1,90 +1,265 @@
|
|
|
1
1
|
{
|
|
2
2
|
"animation": {
|
|
3
|
-
"
|
|
3
|
+
"focus": {
|
|
4
4
|
"transition": {
|
|
5
|
-
"value": "
|
|
5
|
+
"value": "outline 200ms ease-in-out 0s",
|
|
6
|
+
"public": true,
|
|
6
7
|
"filePath": "tokens/animation/alias.json",
|
|
7
8
|
"isSource": true,
|
|
8
9
|
"original": {
|
|
9
|
-
"value": "
|
|
10
|
+
"value": "outline {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
|
|
11
|
+
"public": true
|
|
10
12
|
},
|
|
11
|
-
"name": "animation-
|
|
13
|
+
"name": "animation-focus-transition",
|
|
12
14
|
"attributes": {
|
|
13
15
|
"category": "animation",
|
|
14
|
-
"type": "
|
|
16
|
+
"type": "focus",
|
|
15
17
|
"item": "transition"
|
|
16
18
|
},
|
|
17
19
|
"path": [
|
|
18
20
|
"animation",
|
|
19
|
-
"
|
|
21
|
+
"focus",
|
|
20
22
|
"transition"
|
|
21
23
|
]
|
|
22
24
|
}
|
|
23
25
|
},
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"value": "0s",
|
|
26
|
+
"rotation": {
|
|
27
|
+
"transition": {
|
|
28
|
+
"value": "transform 200ms ease-in-out 0s",
|
|
27
29
|
"public": true,
|
|
28
|
-
"filePath": "tokens/animation/
|
|
30
|
+
"filePath": "tokens/animation/alias.json",
|
|
29
31
|
"isSource": true,
|
|
30
32
|
"original": {
|
|
31
|
-
"value": "
|
|
33
|
+
"value": "transform {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
|
|
32
34
|
"public": true
|
|
33
35
|
},
|
|
34
|
-
"name": "animation-transition
|
|
36
|
+
"name": "animation-rotation-transition",
|
|
35
37
|
"attributes": {
|
|
36
38
|
"category": "animation",
|
|
37
|
-
"type": "
|
|
38
|
-
"item": "
|
|
39
|
+
"type": "rotation",
|
|
40
|
+
"item": "transition"
|
|
39
41
|
},
|
|
40
42
|
"path": [
|
|
41
43
|
"animation",
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
+
"rotation",
|
|
45
|
+
"transition"
|
|
44
46
|
]
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"reveal": {
|
|
50
|
+
"transition": {
|
|
51
|
+
"value": "all 300ms ease-in-out",
|
|
48
52
|
"public": true,
|
|
49
|
-
"filePath": "tokens/animation/
|
|
53
|
+
"filePath": "tokens/animation/alias.json",
|
|
50
54
|
"isSource": true,
|
|
51
55
|
"original": {
|
|
52
|
-
"value": "
|
|
56
|
+
"value": "all {animation.transition.reveal.duration.value} {animation.transition.default.timing-function.value}",
|
|
53
57
|
"public": true
|
|
54
58
|
},
|
|
55
|
-
"name": "animation-transition
|
|
59
|
+
"name": "animation-reveal-transition",
|
|
56
60
|
"attributes": {
|
|
57
61
|
"category": "animation",
|
|
58
|
-
"type": "
|
|
59
|
-
"item": "
|
|
62
|
+
"type": "reveal",
|
|
63
|
+
"item": "transition"
|
|
60
64
|
},
|
|
61
65
|
"path": [
|
|
62
66
|
"animation",
|
|
63
|
-
"
|
|
64
|
-
"
|
|
67
|
+
"reveal",
|
|
68
|
+
"transition"
|
|
65
69
|
]
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"button": {
|
|
73
|
+
"transition": {
|
|
74
|
+
"value": "all 200ms ease-in-out 0s",
|
|
69
75
|
"public": true,
|
|
70
|
-
"filePath": "tokens/animation/
|
|
76
|
+
"filePath": "tokens/animation/alias.json",
|
|
71
77
|
"isSource": true,
|
|
72
78
|
"original": {
|
|
73
|
-
"value": "
|
|
79
|
+
"value": "all {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
|
|
80
|
+
"public": true
|
|
81
|
+
},
|
|
82
|
+
"name": "animation-button-transition",
|
|
83
|
+
"attributes": {
|
|
84
|
+
"category": "animation",
|
|
85
|
+
"type": "button",
|
|
86
|
+
"item": "transition"
|
|
87
|
+
},
|
|
88
|
+
"path": [
|
|
89
|
+
"animation",
|
|
90
|
+
"button",
|
|
91
|
+
"transition"
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"input": {
|
|
96
|
+
"transition": {
|
|
97
|
+
"value": "background-color 200ms ease-in-out 0s, border-color 200ms ease-in-out 0s",
|
|
98
|
+
"public": true,
|
|
99
|
+
"filePath": "tokens/animation/alias.json",
|
|
100
|
+
"isSource": true,
|
|
101
|
+
"original": {
|
|
102
|
+
"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}",
|
|
74
103
|
"public": true
|
|
75
104
|
},
|
|
76
|
-
"name": "animation-transition
|
|
105
|
+
"name": "animation-input-transition",
|
|
77
106
|
"attributes": {
|
|
78
107
|
"category": "animation",
|
|
79
|
-
"type": "
|
|
80
|
-
"item": "
|
|
108
|
+
"type": "input",
|
|
109
|
+
"item": "transition"
|
|
81
110
|
},
|
|
82
111
|
"path": [
|
|
83
112
|
"animation",
|
|
84
|
-
"
|
|
85
|
-
"
|
|
113
|
+
"input",
|
|
114
|
+
"transition"
|
|
86
115
|
]
|
|
87
116
|
}
|
|
117
|
+
},
|
|
118
|
+
"link": {
|
|
119
|
+
"transition": {
|
|
120
|
+
"value": "all 200ms ease-in-out 0s",
|
|
121
|
+
"public": true,
|
|
122
|
+
"filePath": "tokens/animation/alias.json",
|
|
123
|
+
"isSource": true,
|
|
124
|
+
"original": {
|
|
125
|
+
"value": "all {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
|
|
126
|
+
"public": true
|
|
127
|
+
},
|
|
128
|
+
"name": "animation-link-transition",
|
|
129
|
+
"attributes": {
|
|
130
|
+
"category": "animation",
|
|
131
|
+
"type": "link",
|
|
132
|
+
"item": "transition"
|
|
133
|
+
},
|
|
134
|
+
"path": [
|
|
135
|
+
"animation",
|
|
136
|
+
"link",
|
|
137
|
+
"transition"
|
|
138
|
+
]
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"transition": {
|
|
142
|
+
"default": {
|
|
143
|
+
"delay": {
|
|
144
|
+
"value": "0s",
|
|
145
|
+
"public": true,
|
|
146
|
+
"filePath": "tokens/animation/base.json",
|
|
147
|
+
"isSource": true,
|
|
148
|
+
"original": {
|
|
149
|
+
"value": "0s",
|
|
150
|
+
"public": true
|
|
151
|
+
},
|
|
152
|
+
"name": "animation-transition-default-delay",
|
|
153
|
+
"attributes": {
|
|
154
|
+
"category": "animation",
|
|
155
|
+
"type": "transition",
|
|
156
|
+
"item": "default",
|
|
157
|
+
"subitem": "delay"
|
|
158
|
+
},
|
|
159
|
+
"path": [
|
|
160
|
+
"animation",
|
|
161
|
+
"transition",
|
|
162
|
+
"default",
|
|
163
|
+
"delay"
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
"duration": {
|
|
167
|
+
"value": "200ms",
|
|
168
|
+
"public": true,
|
|
169
|
+
"filePath": "tokens/animation/base.json",
|
|
170
|
+
"isSource": true,
|
|
171
|
+
"original": {
|
|
172
|
+
"value": "200ms",
|
|
173
|
+
"public": true
|
|
174
|
+
},
|
|
175
|
+
"name": "animation-transition-default-duration",
|
|
176
|
+
"attributes": {
|
|
177
|
+
"category": "animation",
|
|
178
|
+
"type": "transition",
|
|
179
|
+
"item": "default",
|
|
180
|
+
"subitem": "duration"
|
|
181
|
+
},
|
|
182
|
+
"path": [
|
|
183
|
+
"animation",
|
|
184
|
+
"transition",
|
|
185
|
+
"default",
|
|
186
|
+
"duration"
|
|
187
|
+
]
|
|
188
|
+
},
|
|
189
|
+
"timing-function": {
|
|
190
|
+
"value": "ease-in-out",
|
|
191
|
+
"public": true,
|
|
192
|
+
"filePath": "tokens/animation/base.json",
|
|
193
|
+
"isSource": true,
|
|
194
|
+
"original": {
|
|
195
|
+
"value": "ease-in-out",
|
|
196
|
+
"public": true
|
|
197
|
+
},
|
|
198
|
+
"name": "animation-transition-default-timing-function",
|
|
199
|
+
"attributes": {
|
|
200
|
+
"category": "animation",
|
|
201
|
+
"type": "transition",
|
|
202
|
+
"item": "default",
|
|
203
|
+
"subitem": "timing-function"
|
|
204
|
+
},
|
|
205
|
+
"path": [
|
|
206
|
+
"animation",
|
|
207
|
+
"transition",
|
|
208
|
+
"default",
|
|
209
|
+
"timing-function"
|
|
210
|
+
]
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"dropdown": {
|
|
214
|
+
"duration": {
|
|
215
|
+
"value": "300ms",
|
|
216
|
+
"public": true,
|
|
217
|
+
"filePath": "tokens/animation/base.json",
|
|
218
|
+
"isSource": true,
|
|
219
|
+
"original": {
|
|
220
|
+
"value": "300ms",
|
|
221
|
+
"public": true
|
|
222
|
+
},
|
|
223
|
+
"name": "animation-transition-dropdown-duration",
|
|
224
|
+
"attributes": {
|
|
225
|
+
"category": "animation",
|
|
226
|
+
"type": "transition",
|
|
227
|
+
"item": "dropdown",
|
|
228
|
+
"subitem": "duration"
|
|
229
|
+
},
|
|
230
|
+
"path": [
|
|
231
|
+
"animation",
|
|
232
|
+
"transition",
|
|
233
|
+
"dropdown",
|
|
234
|
+
"duration"
|
|
235
|
+
]
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"reveal": {
|
|
239
|
+
"duration": {
|
|
240
|
+
"value": "300ms",
|
|
241
|
+
"public": true,
|
|
242
|
+
"filePath": "tokens/animation/base.json",
|
|
243
|
+
"isSource": true,
|
|
244
|
+
"original": {
|
|
245
|
+
"value": "300ms",
|
|
246
|
+
"public": true
|
|
247
|
+
},
|
|
248
|
+
"name": "animation-transition-reveal-duration",
|
|
249
|
+
"attributes": {
|
|
250
|
+
"category": "animation",
|
|
251
|
+
"type": "transition",
|
|
252
|
+
"item": "reveal",
|
|
253
|
+
"subitem": "duration"
|
|
254
|
+
},
|
|
255
|
+
"path": [
|
|
256
|
+
"animation",
|
|
257
|
+
"transition",
|
|
258
|
+
"reveal",
|
|
259
|
+
"duration"
|
|
260
|
+
]
|
|
261
|
+
}
|
|
262
|
+
}
|
|
88
263
|
}
|
|
89
264
|
},
|
|
90
265
|
"border": {
|
|
@@ -111,6 +286,29 @@
|
|
|
111
286
|
"radius",
|
|
112
287
|
"default"
|
|
113
288
|
]
|
|
289
|
+
},
|
|
290
|
+
"container": {
|
|
291
|
+
"value": 0.375,
|
|
292
|
+
"defaultUnit": "rem",
|
|
293
|
+
"public": true,
|
|
294
|
+
"filePath": "tokens/border/alias.json",
|
|
295
|
+
"isSource": true,
|
|
296
|
+
"original": {
|
|
297
|
+
"value": 0.375,
|
|
298
|
+
"defaultUnit": "rem",
|
|
299
|
+
"public": true
|
|
300
|
+
},
|
|
301
|
+
"name": "border-radius-container",
|
|
302
|
+
"attributes": {
|
|
303
|
+
"category": "border",
|
|
304
|
+
"type": "radius",
|
|
305
|
+
"item": "container"
|
|
306
|
+
},
|
|
307
|
+
"path": [
|
|
308
|
+
"border",
|
|
309
|
+
"radius",
|
|
310
|
+
"container"
|
|
311
|
+
]
|
|
114
312
|
}
|
|
115
313
|
},
|
|
116
314
|
"width": {
|
|
@@ -139,158 +337,379 @@
|
|
|
139
337
|
}
|
|
140
338
|
}
|
|
141
339
|
},
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"value": "
|
|
146
|
-
"
|
|
340
|
+
"container": {
|
|
341
|
+
"max-width": {
|
|
342
|
+
"wide": {
|
|
343
|
+
"value": "1440px",
|
|
344
|
+
"public": true,
|
|
345
|
+
"filePath": "tokens/container/base.json",
|
|
147
346
|
"isSource": true,
|
|
148
347
|
"original": {
|
|
149
|
-
"value": "
|
|
348
|
+
"value": "1440px",
|
|
349
|
+
"public": true
|
|
150
350
|
},
|
|
151
|
-
"name": "
|
|
351
|
+
"name": "container-max-width-wide",
|
|
152
352
|
"attributes": {
|
|
153
|
-
"category": "
|
|
154
|
-
"type": "
|
|
155
|
-
"item": "
|
|
353
|
+
"category": "container",
|
|
354
|
+
"type": "max-width",
|
|
355
|
+
"item": "wide"
|
|
156
356
|
},
|
|
157
357
|
"path": [
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
358
|
+
"container",
|
|
359
|
+
"max-width",
|
|
360
|
+
"wide"
|
|
161
361
|
]
|
|
162
362
|
},
|
|
163
|
-
"
|
|
164
|
-
"value": "
|
|
165
|
-
"
|
|
363
|
+
"default": {
|
|
364
|
+
"value": "1200px",
|
|
365
|
+
"public": true,
|
|
366
|
+
"filePath": "tokens/container/base.json",
|
|
166
367
|
"isSource": true,
|
|
167
368
|
"original": {
|
|
168
|
-
"value": "
|
|
369
|
+
"value": "1200px",
|
|
370
|
+
"public": true
|
|
169
371
|
},
|
|
170
|
-
"name": "
|
|
372
|
+
"name": "container-max-width-default",
|
|
171
373
|
"attributes": {
|
|
172
|
-
"category": "
|
|
173
|
-
"type": "
|
|
174
|
-
"item": "
|
|
374
|
+
"category": "container",
|
|
375
|
+
"type": "max-width",
|
|
376
|
+
"item": "default"
|
|
175
377
|
},
|
|
176
378
|
"path": [
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
379
|
+
"container",
|
|
380
|
+
"max-width",
|
|
381
|
+
"default"
|
|
382
|
+
]
|
|
383
|
+
},
|
|
384
|
+
"narrow": {
|
|
385
|
+
"value": "1024px",
|
|
386
|
+
"public": true,
|
|
387
|
+
"filePath": "tokens/container/base.json",
|
|
388
|
+
"isSource": true,
|
|
389
|
+
"original": {
|
|
390
|
+
"value": "1024px",
|
|
391
|
+
"public": true
|
|
392
|
+
},
|
|
393
|
+
"name": "container-max-width-narrow",
|
|
394
|
+
"attributes": {
|
|
395
|
+
"category": "container",
|
|
396
|
+
"type": "max-width",
|
|
397
|
+
"item": "narrow"
|
|
398
|
+
},
|
|
399
|
+
"path": [
|
|
400
|
+
"container",
|
|
401
|
+
"max-width",
|
|
402
|
+
"narrow"
|
|
180
403
|
]
|
|
181
404
|
}
|
|
182
405
|
},
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
"value": "
|
|
186
|
-
"
|
|
406
|
+
"padding": {
|
|
407
|
+
"small": {
|
|
408
|
+
"value": "5%",
|
|
409
|
+
"public": true,
|
|
410
|
+
"filePath": "tokens/container/base.json",
|
|
187
411
|
"isSource": true,
|
|
188
412
|
"original": {
|
|
189
|
-
"value": "
|
|
413
|
+
"value": "5%",
|
|
414
|
+
"public": true
|
|
190
415
|
},
|
|
191
|
-
"name": "
|
|
416
|
+
"name": "container-padding-small",
|
|
192
417
|
"attributes": {
|
|
193
|
-
"category": "
|
|
194
|
-
"type": "
|
|
195
|
-
"item": "
|
|
418
|
+
"category": "container",
|
|
419
|
+
"type": "padding",
|
|
420
|
+
"item": "small"
|
|
196
421
|
},
|
|
197
422
|
"path": [
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
423
|
+
"container",
|
|
424
|
+
"padding",
|
|
425
|
+
"small"
|
|
201
426
|
]
|
|
202
427
|
},
|
|
203
|
-
"
|
|
204
|
-
"value": "
|
|
205
|
-
"
|
|
428
|
+
"medium": {
|
|
429
|
+
"value": "4%",
|
|
430
|
+
"public": true,
|
|
431
|
+
"filePath": "tokens/container/base.json",
|
|
206
432
|
"isSource": true,
|
|
207
433
|
"original": {
|
|
208
|
-
"value": "
|
|
434
|
+
"value": "4%",
|
|
435
|
+
"public": true
|
|
209
436
|
},
|
|
210
|
-
"name": "
|
|
437
|
+
"name": "container-padding-medium",
|
|
211
438
|
"attributes": {
|
|
212
|
-
"category": "
|
|
213
|
-
"type": "
|
|
214
|
-
"item": "
|
|
439
|
+
"category": "container",
|
|
440
|
+
"type": "padding",
|
|
441
|
+
"item": "medium"
|
|
215
442
|
},
|
|
216
443
|
"path": [
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
444
|
+
"container",
|
|
445
|
+
"padding",
|
|
446
|
+
"medium"
|
|
220
447
|
]
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
"
|
|
226
|
-
"filePath": "tokens/grid/base.json",
|
|
448
|
+
},
|
|
449
|
+
"large": {
|
|
450
|
+
"value": "4%",
|
|
451
|
+
"public": true,
|
|
452
|
+
"filePath": "tokens/container/base.json",
|
|
227
453
|
"isSource": true,
|
|
228
454
|
"original": {
|
|
229
|
-
"value": "
|
|
455
|
+
"value": "4%",
|
|
456
|
+
"public": true
|
|
230
457
|
},
|
|
231
|
-
"name": "
|
|
458
|
+
"name": "container-padding-large",
|
|
232
459
|
"attributes": {
|
|
233
|
-
"category": "
|
|
234
|
-
"type": "
|
|
235
|
-
"item": "
|
|
460
|
+
"category": "container",
|
|
461
|
+
"type": "padding",
|
|
462
|
+
"item": "large"
|
|
236
463
|
},
|
|
237
464
|
"path": [
|
|
238
|
-
"
|
|
239
|
-
"
|
|
240
|
-
"
|
|
465
|
+
"container",
|
|
466
|
+
"padding",
|
|
467
|
+
"large"
|
|
241
468
|
]
|
|
242
|
-
}
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"grid": {
|
|
473
|
+
"columns-4": {
|
|
243
474
|
"gap": {
|
|
244
|
-
"value": "
|
|
475
|
+
"value": "5.5%",
|
|
245
476
|
"filePath": "tokens/grid/base.json",
|
|
246
477
|
"isSource": true,
|
|
247
478
|
"original": {
|
|
248
|
-
"value": "
|
|
479
|
+
"value": "5.5%"
|
|
249
480
|
},
|
|
250
|
-
"name": "grid-columns-
|
|
481
|
+
"name": "grid-columns-4-gap",
|
|
251
482
|
"attributes": {
|
|
252
483
|
"category": "grid",
|
|
253
|
-
"type": "columns-
|
|
484
|
+
"type": "columns-4",
|
|
254
485
|
"item": "gap"
|
|
255
486
|
},
|
|
256
487
|
"path": [
|
|
257
488
|
"grid",
|
|
258
|
-
"columns-
|
|
489
|
+
"columns-4",
|
|
259
490
|
"gap"
|
|
260
491
|
]
|
|
261
492
|
}
|
|
493
|
+
},
|
|
494
|
+
"columns-12": {
|
|
495
|
+
"gap": {
|
|
496
|
+
"narrow": {
|
|
497
|
+
"value": "2.5%",
|
|
498
|
+
"filePath": "tokens/grid/base.json",
|
|
499
|
+
"isSource": true,
|
|
500
|
+
"original": {
|
|
501
|
+
"value": "2.5%"
|
|
502
|
+
},
|
|
503
|
+
"name": "grid-columns-12-gap-narrow",
|
|
504
|
+
"attributes": {
|
|
505
|
+
"category": "grid",
|
|
506
|
+
"type": "columns-12",
|
|
507
|
+
"item": "gap",
|
|
508
|
+
"subitem": "narrow"
|
|
509
|
+
},
|
|
510
|
+
"path": [
|
|
511
|
+
"grid",
|
|
512
|
+
"columns-12",
|
|
513
|
+
"gap",
|
|
514
|
+
"narrow"
|
|
515
|
+
]
|
|
516
|
+
},
|
|
517
|
+
"standard": {
|
|
518
|
+
"value": "4%",
|
|
519
|
+
"filePath": "tokens/grid/base.json",
|
|
520
|
+
"isSource": true,
|
|
521
|
+
"original": {
|
|
522
|
+
"value": "4%"
|
|
523
|
+
},
|
|
524
|
+
"name": "grid-columns-12-gap-standard",
|
|
525
|
+
"attributes": {
|
|
526
|
+
"category": "grid",
|
|
527
|
+
"type": "columns-12",
|
|
528
|
+
"item": "gap",
|
|
529
|
+
"subitem": "standard"
|
|
530
|
+
},
|
|
531
|
+
"path": [
|
|
532
|
+
"grid",
|
|
533
|
+
"columns-12",
|
|
534
|
+
"gap",
|
|
535
|
+
"standard"
|
|
536
|
+
]
|
|
537
|
+
},
|
|
538
|
+
"wide": {
|
|
539
|
+
"value": "5.5%",
|
|
540
|
+
"filePath": "tokens/grid/base.json",
|
|
541
|
+
"isSource": true,
|
|
542
|
+
"original": {
|
|
543
|
+
"value": "5.5%"
|
|
544
|
+
},
|
|
545
|
+
"name": "grid-columns-12-gap-wide",
|
|
546
|
+
"attributes": {
|
|
547
|
+
"category": "grid",
|
|
548
|
+
"type": "columns-12",
|
|
549
|
+
"item": "gap",
|
|
550
|
+
"subitem": "wide"
|
|
551
|
+
},
|
|
552
|
+
"path": [
|
|
553
|
+
"grid",
|
|
554
|
+
"columns-12",
|
|
555
|
+
"gap",
|
|
556
|
+
"wide"
|
|
557
|
+
]
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
"marketing": {
|
|
562
|
+
"column": {
|
|
563
|
+
"small": {
|
|
564
|
+
"value": "21.34375%",
|
|
565
|
+
"public": true,
|
|
566
|
+
"filePath": "tokens/grid/base.json",
|
|
567
|
+
"isSource": true,
|
|
568
|
+
"original": {
|
|
569
|
+
"value": "21.34375%",
|
|
570
|
+
"public": true
|
|
571
|
+
},
|
|
572
|
+
"name": "grid-marketing-column-small",
|
|
573
|
+
"attributes": {
|
|
574
|
+
"category": "grid",
|
|
575
|
+
"type": "marketing",
|
|
576
|
+
"item": "column",
|
|
577
|
+
"subitem": "small"
|
|
578
|
+
},
|
|
579
|
+
"path": [
|
|
580
|
+
"grid",
|
|
581
|
+
"marketing",
|
|
582
|
+
"column",
|
|
583
|
+
"small"
|
|
584
|
+
]
|
|
585
|
+
},
|
|
586
|
+
"medium-large": {
|
|
587
|
+
"value": "5.125%",
|
|
588
|
+
"public": true,
|
|
589
|
+
"filePath": "tokens/grid/base.json",
|
|
590
|
+
"isSource": true,
|
|
591
|
+
"original": {
|
|
592
|
+
"value": "5.125%",
|
|
593
|
+
"public": true
|
|
594
|
+
},
|
|
595
|
+
"name": "grid-marketing-column-medium-large",
|
|
596
|
+
"attributes": {
|
|
597
|
+
"category": "grid",
|
|
598
|
+
"type": "marketing",
|
|
599
|
+
"item": "column",
|
|
600
|
+
"subitem": "medium-large"
|
|
601
|
+
},
|
|
602
|
+
"path": [
|
|
603
|
+
"grid",
|
|
604
|
+
"marketing",
|
|
605
|
+
"column",
|
|
606
|
+
"medium-large"
|
|
607
|
+
]
|
|
608
|
+
}
|
|
609
|
+
},
|
|
610
|
+
"gap": {
|
|
611
|
+
"small": {
|
|
612
|
+
"value": "4.875%",
|
|
613
|
+
"public": true,
|
|
614
|
+
"filePath": "tokens/grid/base.json",
|
|
615
|
+
"isSource": true,
|
|
616
|
+
"original": {
|
|
617
|
+
"value": "4.875%",
|
|
618
|
+
"public": true
|
|
619
|
+
},
|
|
620
|
+
"name": "grid-marketing-gap-small",
|
|
621
|
+
"attributes": {
|
|
622
|
+
"category": "grid",
|
|
623
|
+
"type": "marketing",
|
|
624
|
+
"item": "gap",
|
|
625
|
+
"subitem": "small"
|
|
626
|
+
},
|
|
627
|
+
"path": [
|
|
628
|
+
"grid",
|
|
629
|
+
"marketing",
|
|
630
|
+
"gap",
|
|
631
|
+
"small"
|
|
632
|
+
]
|
|
633
|
+
},
|
|
634
|
+
"medium-large": {
|
|
635
|
+
"value": "3.5%",
|
|
636
|
+
"public": true,
|
|
637
|
+
"filePath": "tokens/grid/base.json",
|
|
638
|
+
"isSource": true,
|
|
639
|
+
"original": {
|
|
640
|
+
"value": "3.5%",
|
|
641
|
+
"public": true
|
|
642
|
+
},
|
|
643
|
+
"name": "grid-marketing-gap-medium-large",
|
|
644
|
+
"attributes": {
|
|
645
|
+
"category": "grid",
|
|
646
|
+
"type": "marketing",
|
|
647
|
+
"item": "gap",
|
|
648
|
+
"subitem": "medium-large"
|
|
649
|
+
},
|
|
650
|
+
"path": [
|
|
651
|
+
"grid",
|
|
652
|
+
"marketing",
|
|
653
|
+
"gap",
|
|
654
|
+
"medium-large"
|
|
655
|
+
]
|
|
656
|
+
}
|
|
657
|
+
}
|
|
262
658
|
}
|
|
263
659
|
},
|
|
264
660
|
"spacing": {
|
|
265
|
-
"
|
|
266
|
-
"value": "
|
|
267
|
-
"
|
|
661
|
+
"8XL": {
|
|
662
|
+
"value": "7.451",
|
|
663
|
+
"defaultUnit": "rem",
|
|
664
|
+
"public": true,
|
|
268
665
|
"filePath": "tokens/spacing/base.json",
|
|
269
666
|
"isSource": true,
|
|
270
667
|
"original": {
|
|
271
|
-
"value": "
|
|
272
|
-
"
|
|
668
|
+
"value": "7.451",
|
|
669
|
+
"defaultUnit": "rem",
|
|
670
|
+
"public": true
|
|
273
671
|
},
|
|
274
|
-
"name": "spacing-
|
|
672
|
+
"name": "spacing-8-xl",
|
|
275
673
|
"attributes": {
|
|
276
674
|
"category": "spacing",
|
|
277
|
-
"type": "
|
|
675
|
+
"type": "8XL"
|
|
278
676
|
},
|
|
279
677
|
"path": [
|
|
280
678
|
"spacing",
|
|
281
|
-
"
|
|
679
|
+
"8XL"
|
|
680
|
+
]
|
|
681
|
+
},
|
|
682
|
+
"7XL": {
|
|
683
|
+
"value": "5.96",
|
|
684
|
+
"defaultUnit": "rem",
|
|
685
|
+
"public": true,
|
|
686
|
+
"filePath": "tokens/spacing/base.json",
|
|
687
|
+
"isSource": true,
|
|
688
|
+
"original": {
|
|
689
|
+
"value": "5.96",
|
|
690
|
+
"defaultUnit": "rem",
|
|
691
|
+
"public": true
|
|
692
|
+
},
|
|
693
|
+
"name": "spacing-7-xl",
|
|
694
|
+
"attributes": {
|
|
695
|
+
"category": "spacing",
|
|
696
|
+
"type": "7XL"
|
|
697
|
+
},
|
|
698
|
+
"path": [
|
|
699
|
+
"spacing",
|
|
700
|
+
"7XL"
|
|
282
701
|
]
|
|
283
702
|
},
|
|
284
703
|
"6XL": {
|
|
285
704
|
"value": "4.678",
|
|
286
|
-
"formula": "1.25**7",
|
|
287
705
|
"defaultUnit": "rem",
|
|
706
|
+
"public": true,
|
|
288
707
|
"filePath": "tokens/spacing/base.json",
|
|
289
708
|
"isSource": true,
|
|
290
709
|
"original": {
|
|
291
710
|
"value": "4.678",
|
|
292
|
-
"
|
|
293
|
-
"
|
|
711
|
+
"defaultUnit": "rem",
|
|
712
|
+
"public": true
|
|
294
713
|
},
|
|
295
714
|
"name": "spacing-6-xl",
|
|
296
715
|
"attributes": {
|
|
@@ -304,14 +723,14 @@
|
|
|
304
723
|
},
|
|
305
724
|
"5XL": {
|
|
306
725
|
"value": "3.815",
|
|
307
|
-
"formula": "1.25**6",
|
|
308
726
|
"defaultUnit": "rem",
|
|
727
|
+
"public": true,
|
|
309
728
|
"filePath": "tokens/spacing/base.json",
|
|
310
729
|
"isSource": true,
|
|
311
730
|
"original": {
|
|
312
731
|
"value": "3.815",
|
|
313
|
-
"
|
|
314
|
-
"
|
|
732
|
+
"defaultUnit": "rem",
|
|
733
|
+
"public": true
|
|
315
734
|
},
|
|
316
735
|
"name": "spacing-5-xl",
|
|
317
736
|
"attributes": {
|
|
@@ -325,14 +744,14 @@
|
|
|
325
744
|
},
|
|
326
745
|
"4XL": {
|
|
327
746
|
"value": "3.052",
|
|
328
|
-
"formula": "1.25**5",
|
|
329
747
|
"defaultUnit": "rem",
|
|
748
|
+
"public": true,
|
|
330
749
|
"filePath": "tokens/spacing/base.json",
|
|
331
750
|
"isSource": true,
|
|
332
751
|
"original": {
|
|
333
752
|
"value": "3.052",
|
|
334
|
-
"
|
|
335
|
-
"
|
|
753
|
+
"defaultUnit": "rem",
|
|
754
|
+
"public": true
|
|
336
755
|
},
|
|
337
756
|
"name": "spacing-4-xl",
|
|
338
757
|
"attributes": {
|
|
@@ -346,14 +765,14 @@
|
|
|
346
765
|
},
|
|
347
766
|
"3XL": {
|
|
348
767
|
"value": "2.441",
|
|
349
|
-
"formula": "1.25**4",
|
|
350
768
|
"defaultUnit": "rem",
|
|
769
|
+
"public": true,
|
|
351
770
|
"filePath": "tokens/spacing/base.json",
|
|
352
771
|
"isSource": true,
|
|
353
772
|
"original": {
|
|
354
773
|
"value": "2.441",
|
|
355
|
-
"
|
|
356
|
-
"
|
|
774
|
+
"defaultUnit": "rem",
|
|
775
|
+
"public": true
|
|
357
776
|
},
|
|
358
777
|
"name": "spacing-3-xl",
|
|
359
778
|
"attributes": {
|
|
@@ -367,14 +786,14 @@
|
|
|
367
786
|
},
|
|
368
787
|
"2XL": {
|
|
369
788
|
"value": "1.953",
|
|
370
|
-
"formula": "1.25**3",
|
|
371
789
|
"defaultUnit": "rem",
|
|
790
|
+
"public": true,
|
|
372
791
|
"filePath": "tokens/spacing/base.json",
|
|
373
792
|
"isSource": true,
|
|
374
793
|
"original": {
|
|
375
794
|
"value": "1.953",
|
|
376
|
-
"
|
|
377
|
-
"
|
|
795
|
+
"defaultUnit": "rem",
|
|
796
|
+
"public": true
|
|
378
797
|
},
|
|
379
798
|
"name": "spacing-2-xl",
|
|
380
799
|
"attributes": {
|
|
@@ -388,14 +807,14 @@
|
|
|
388
807
|
},
|
|
389
808
|
"XL": {
|
|
390
809
|
"value": "1.563",
|
|
391
|
-
"formula": "1.25**2",
|
|
392
810
|
"defaultUnit": "rem",
|
|
811
|
+
"public": true,
|
|
393
812
|
"filePath": "tokens/spacing/base.json",
|
|
394
813
|
"isSource": true,
|
|
395
814
|
"original": {
|
|
396
815
|
"value": "1.563",
|
|
397
|
-
"
|
|
398
|
-
"
|
|
816
|
+
"defaultUnit": "rem",
|
|
817
|
+
"public": true
|
|
399
818
|
},
|
|
400
819
|
"name": "spacing-xl",
|
|
401
820
|
"attributes": {
|
|
@@ -409,14 +828,14 @@
|
|
|
409
828
|
},
|
|
410
829
|
"L": {
|
|
411
830
|
"value": "1.25",
|
|
412
|
-
"formula": "1.25**1",
|
|
413
831
|
"defaultUnit": "rem",
|
|
832
|
+
"public": true,
|
|
414
833
|
"filePath": "tokens/spacing/base.json",
|
|
415
834
|
"isSource": true,
|
|
416
835
|
"original": {
|
|
417
836
|
"value": "1.25",
|
|
418
|
-
"
|
|
419
|
-
"
|
|
837
|
+
"defaultUnit": "rem",
|
|
838
|
+
"public": true
|
|
420
839
|
},
|
|
421
840
|
"name": "spacing-l",
|
|
422
841
|
"attributes": {
|
|
@@ -431,11 +850,13 @@
|
|
|
431
850
|
"M": {
|
|
432
851
|
"value": "1",
|
|
433
852
|
"defaultUnit": "rem",
|
|
853
|
+
"public": true,
|
|
434
854
|
"filePath": "tokens/spacing/base.json",
|
|
435
855
|
"isSource": true,
|
|
436
856
|
"original": {
|
|
437
857
|
"value": "1",
|
|
438
|
-
"defaultUnit": "rem"
|
|
858
|
+
"defaultUnit": "rem",
|
|
859
|
+
"public": true
|
|
439
860
|
},
|
|
440
861
|
"name": "spacing-m",
|
|
441
862
|
"attributes": {
|
|
@@ -449,14 +870,14 @@
|
|
|
449
870
|
},
|
|
450
871
|
"S": {
|
|
451
872
|
"value": "0.8",
|
|
452
|
-
"formula": "1.25**-1",
|
|
453
873
|
"defaultUnit": "rem",
|
|
874
|
+
"public": true,
|
|
454
875
|
"filePath": "tokens/spacing/base.json",
|
|
455
876
|
"isSource": true,
|
|
456
877
|
"original": {
|
|
457
878
|
"value": "0.8",
|
|
458
|
-
"
|
|
459
|
-
"
|
|
879
|
+
"defaultUnit": "rem",
|
|
880
|
+
"public": true
|
|
460
881
|
},
|
|
461
882
|
"name": "spacing-s",
|
|
462
883
|
"attributes": {
|
|
@@ -470,14 +891,14 @@
|
|
|
470
891
|
},
|
|
471
892
|
"XS": {
|
|
472
893
|
"value": "0.64",
|
|
473
|
-
"formula": "1.25**-2",
|
|
474
894
|
"defaultUnit": "rem",
|
|
895
|
+
"public": true,
|
|
475
896
|
"filePath": "tokens/spacing/base.json",
|
|
476
897
|
"isSource": true,
|
|
477
898
|
"original": {
|
|
478
899
|
"value": "0.64",
|
|
479
|
-
"
|
|
480
|
-
"
|
|
900
|
+
"defaultUnit": "rem",
|
|
901
|
+
"public": true
|
|
481
902
|
},
|
|
482
903
|
"name": "spacing-xs",
|
|
483
904
|
"attributes": {
|
|
@@ -491,14 +912,14 @@
|
|
|
491
912
|
},
|
|
492
913
|
"2XS": {
|
|
493
914
|
"value": "0.512",
|
|
494
|
-
"formula": "1.25**-3",
|
|
495
915
|
"defaultUnit": "rem",
|
|
916
|
+
"public": true,
|
|
496
917
|
"filePath": "tokens/spacing/base.json",
|
|
497
918
|
"isSource": true,
|
|
498
919
|
"original": {
|
|
499
920
|
"value": "0.512",
|
|
500
|
-
"
|
|
501
|
-
"
|
|
921
|
+
"defaultUnit": "rem",
|
|
922
|
+
"public": true
|
|
502
923
|
},
|
|
503
924
|
"name": "spacing-2-xs",
|
|
504
925
|
"attributes": {
|
|
@@ -512,14 +933,14 @@
|
|
|
512
933
|
},
|
|
513
934
|
"3XS": {
|
|
514
935
|
"value": "0.41",
|
|
515
|
-
"formula": "1.25**-4",
|
|
516
936
|
"defaultUnit": "rem",
|
|
937
|
+
"public": true,
|
|
517
938
|
"filePath": "tokens/spacing/base.json",
|
|
518
939
|
"isSource": true,
|
|
519
940
|
"original": {
|
|
520
941
|
"value": "0.41",
|
|
521
|
-
"
|
|
522
|
-
"
|
|
942
|
+
"defaultUnit": "rem",
|
|
943
|
+
"public": true
|
|
523
944
|
},
|
|
524
945
|
"name": "spacing-3-xs",
|
|
525
946
|
"attributes": {
|
|
@@ -533,14 +954,14 @@
|
|
|
533
954
|
},
|
|
534
955
|
"4XS": {
|
|
535
956
|
"value": "0.328",
|
|
536
|
-
"formula": "1.25**-5",
|
|
537
957
|
"defaultUnit": "rem",
|
|
958
|
+
"public": true,
|
|
538
959
|
"filePath": "tokens/spacing/base.json",
|
|
539
960
|
"isSource": true,
|
|
540
961
|
"original": {
|
|
541
962
|
"value": "0.328",
|
|
542
|
-
"
|
|
543
|
-
"
|
|
963
|
+
"defaultUnit": "rem",
|
|
964
|
+
"public": true
|
|
544
965
|
},
|
|
545
966
|
"name": "spacing-4-xs",
|
|
546
967
|
"attributes": {
|
|
@@ -551,6 +972,48 @@
|
|
|
551
972
|
"spacing",
|
|
552
973
|
"4XS"
|
|
553
974
|
]
|
|
975
|
+
},
|
|
976
|
+
"5XS": {
|
|
977
|
+
"value": "0.25",
|
|
978
|
+
"defaultUnit": "rem",
|
|
979
|
+
"public": true,
|
|
980
|
+
"filePath": "tokens/spacing/base.json",
|
|
981
|
+
"isSource": true,
|
|
982
|
+
"original": {
|
|
983
|
+
"value": "0.25",
|
|
984
|
+
"defaultUnit": "rem",
|
|
985
|
+
"public": true
|
|
986
|
+
},
|
|
987
|
+
"name": "spacing-5-xs",
|
|
988
|
+
"attributes": {
|
|
989
|
+
"category": "spacing",
|
|
990
|
+
"type": "5XS"
|
|
991
|
+
},
|
|
992
|
+
"path": [
|
|
993
|
+
"spacing",
|
|
994
|
+
"5XS"
|
|
995
|
+
]
|
|
996
|
+
},
|
|
997
|
+
"6XS": {
|
|
998
|
+
"value": "0.125",
|
|
999
|
+
"defaultUnit": "rem",
|
|
1000
|
+
"public": true,
|
|
1001
|
+
"filePath": "tokens/spacing/base.json",
|
|
1002
|
+
"isSource": true,
|
|
1003
|
+
"original": {
|
|
1004
|
+
"value": "0.125",
|
|
1005
|
+
"defaultUnit": "rem",
|
|
1006
|
+
"public": true
|
|
1007
|
+
},
|
|
1008
|
+
"name": "spacing-6-xs",
|
|
1009
|
+
"attributes": {
|
|
1010
|
+
"category": "spacing",
|
|
1011
|
+
"type": "6XS"
|
|
1012
|
+
},
|
|
1013
|
+
"path": [
|
|
1014
|
+
"spacing",
|
|
1015
|
+
"6XS"
|
|
1016
|
+
]
|
|
554
1017
|
}
|
|
555
1018
|
},
|
|
556
1019
|
"typography": {
|
|
@@ -576,6 +1039,27 @@
|
|
|
576
1039
|
"default"
|
|
577
1040
|
]
|
|
578
1041
|
},
|
|
1042
|
+
"secondary": {
|
|
1043
|
+
"value": "'Aleo', serif",
|
|
1044
|
+
"public": true,
|
|
1045
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1046
|
+
"isSource": true,
|
|
1047
|
+
"original": {
|
|
1048
|
+
"value": "'Aleo', serif",
|
|
1049
|
+
"public": true
|
|
1050
|
+
},
|
|
1051
|
+
"name": "typography-font-secondary",
|
|
1052
|
+
"attributes": {
|
|
1053
|
+
"category": "typography",
|
|
1054
|
+
"type": "font",
|
|
1055
|
+
"item": "secondary"
|
|
1056
|
+
},
|
|
1057
|
+
"path": [
|
|
1058
|
+
"typography",
|
|
1059
|
+
"font",
|
|
1060
|
+
"secondary"
|
|
1061
|
+
]
|
|
1062
|
+
},
|
|
579
1063
|
"headings": {
|
|
580
1064
|
"value": "'Poppins', sans-serif",
|
|
581
1065
|
"filePath": "tokens/typography/alias/font.json",
|
|
@@ -619,7 +1103,7 @@
|
|
|
619
1103
|
"filePath": "tokens/typography/alias/font.json",
|
|
620
1104
|
"isSource": true,
|
|
621
1105
|
"original": {
|
|
622
|
-
"value": "
|
|
1106
|
+
"value": "{typography.font.secondary.value}"
|
|
623
1107
|
},
|
|
624
1108
|
"name": "typography-font-lead",
|
|
625
1109
|
"attributes": {
|
|
@@ -638,7 +1122,7 @@
|
|
|
638
1122
|
"filePath": "tokens/typography/alias/font.json",
|
|
639
1123
|
"isSource": true,
|
|
640
1124
|
"original": {
|
|
641
|
-
"value": "
|
|
1125
|
+
"value": "{typography.font.secondary.value}"
|
|
642
1126
|
},
|
|
643
1127
|
"name": "typography-font-quote",
|
|
644
1128
|
"attributes": {
|
|
@@ -672,11 +1156,11 @@
|
|
|
672
1156
|
]
|
|
673
1157
|
},
|
|
674
1158
|
"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;
|
|
1159
|
+
"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
1160
|
"filePath": "tokens/typography/base/font.json",
|
|
677
1161
|
"isSource": true,
|
|
678
1162
|
"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;
|
|
1163
|
+
"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
1164
|
},
|
|
681
1165
|
"name": "typography-font-css-import",
|
|
682
1166
|
"attributes": {
|
|
@@ -694,10 +1178,12 @@
|
|
|
694
1178
|
"font-weight": {
|
|
695
1179
|
"regular": {
|
|
696
1180
|
"value": 400,
|
|
1181
|
+
"public": true,
|
|
697
1182
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
698
1183
|
"isSource": true,
|
|
699
1184
|
"original": {
|
|
700
|
-
"value": 400
|
|
1185
|
+
"value": 400,
|
|
1186
|
+
"public": true
|
|
701
1187
|
},
|
|
702
1188
|
"name": "typography-font-weight-regular",
|
|
703
1189
|
"attributes": {
|
|
@@ -713,10 +1199,12 @@
|
|
|
713
1199
|
},
|
|
714
1200
|
"medium": {
|
|
715
1201
|
"value": 500,
|
|
1202
|
+
"public": true,
|
|
716
1203
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
717
1204
|
"isSource": true,
|
|
718
1205
|
"original": {
|
|
719
|
-
"value": 500
|
|
1206
|
+
"value": 500,
|
|
1207
|
+
"public": true
|
|
720
1208
|
},
|
|
721
1209
|
"name": "typography-font-weight-medium",
|
|
722
1210
|
"attributes": {
|
|
@@ -732,10 +1220,12 @@
|
|
|
732
1220
|
},
|
|
733
1221
|
"semibold": {
|
|
734
1222
|
"value": 600,
|
|
1223
|
+
"public": true,
|
|
735
1224
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
736
1225
|
"isSource": true,
|
|
737
1226
|
"original": {
|
|
738
|
-
"value": 600
|
|
1227
|
+
"value": 600,
|
|
1228
|
+
"public": true
|
|
739
1229
|
},
|
|
740
1230
|
"name": "typography-font-weight-semibold",
|
|
741
1231
|
"attributes": {
|
|
@@ -751,10 +1241,12 @@
|
|
|
751
1241
|
},
|
|
752
1242
|
"bold": {
|
|
753
1243
|
"value": 700,
|
|
1244
|
+
"public": true,
|
|
754
1245
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
755
1246
|
"isSource": true,
|
|
756
1247
|
"original": {
|
|
757
|
-
"value": 700
|
|
1248
|
+
"value": 700,
|
|
1249
|
+
"public": true
|
|
758
1250
|
},
|
|
759
1251
|
"name": "typography-font-weight-bold",
|
|
760
1252
|
"attributes": {
|
|
@@ -770,10 +1262,12 @@
|
|
|
770
1262
|
},
|
|
771
1263
|
"extrabold": {
|
|
772
1264
|
"value": 800,
|
|
1265
|
+
"public": true,
|
|
773
1266
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
774
1267
|
"isSource": true,
|
|
775
1268
|
"original": {
|
|
776
|
-
"value": 800
|
|
1269
|
+
"value": 800,
|
|
1270
|
+
"public": true
|
|
777
1271
|
},
|
|
778
1272
|
"name": "typography-font-weight-extrabold",
|
|
779
1273
|
"attributes": {
|
|
@@ -791,12 +1285,14 @@
|
|
|
791
1285
|
"letter-spacing": {
|
|
792
1286
|
"XL": {
|
|
793
1287
|
"value": "0.06",
|
|
794
|
-
"defaultUnit": "
|
|
1288
|
+
"defaultUnit": "rem",
|
|
1289
|
+
"public": true,
|
|
795
1290
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
796
1291
|
"isSource": true,
|
|
797
1292
|
"original": {
|
|
798
1293
|
"value": "0.06",
|
|
799
|
-
"defaultUnit": "
|
|
1294
|
+
"defaultUnit": "rem",
|
|
1295
|
+
"public": true
|
|
800
1296
|
},
|
|
801
1297
|
"name": "typography-letter-spacing-xl",
|
|
802
1298
|
"attributes": {
|
|
@@ -812,12 +1308,14 @@
|
|
|
812
1308
|
},
|
|
813
1309
|
"L": {
|
|
814
1310
|
"value": "0.04",
|
|
815
|
-
"defaultUnit": "
|
|
1311
|
+
"defaultUnit": "rem",
|
|
1312
|
+
"public": true,
|
|
816
1313
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
817
1314
|
"isSource": true,
|
|
818
1315
|
"original": {
|
|
819
1316
|
"value": "0.04",
|
|
820
|
-
"defaultUnit": "
|
|
1317
|
+
"defaultUnit": "rem",
|
|
1318
|
+
"public": true
|
|
821
1319
|
},
|
|
822
1320
|
"name": "typography-letter-spacing-l",
|
|
823
1321
|
"attributes": {
|
|
@@ -833,12 +1331,14 @@
|
|
|
833
1331
|
},
|
|
834
1332
|
"M": {
|
|
835
1333
|
"value": "0.02",
|
|
836
|
-
"defaultUnit": "
|
|
1334
|
+
"defaultUnit": "rem",
|
|
1335
|
+
"public": true,
|
|
837
1336
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
838
1337
|
"isSource": true,
|
|
839
1338
|
"original": {
|
|
840
1339
|
"value": "0.02",
|
|
841
|
-
"defaultUnit": "
|
|
1340
|
+
"defaultUnit": "rem",
|
|
1341
|
+
"public": true
|
|
842
1342
|
},
|
|
843
1343
|
"name": "typography-letter-spacing-m",
|
|
844
1344
|
"attributes": {
|
|
@@ -854,12 +1354,14 @@
|
|
|
854
1354
|
},
|
|
855
1355
|
"S": {
|
|
856
1356
|
"value": "0.01",
|
|
857
|
-
"defaultUnit": "
|
|
1357
|
+
"defaultUnit": "rem",
|
|
1358
|
+
"public": true,
|
|
858
1359
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
859
1360
|
"isSource": true,
|
|
860
1361
|
"original": {
|
|
861
1362
|
"value": "0.01",
|
|
862
|
-
"defaultUnit": "
|
|
1363
|
+
"defaultUnit": "rem",
|
|
1364
|
+
"public": true
|
|
863
1365
|
},
|
|
864
1366
|
"name": "typography-letter-spacing-s",
|
|
865
1367
|
"attributes": {
|
|
@@ -875,12 +1377,35 @@
|
|
|
875
1377
|
}
|
|
876
1378
|
},
|
|
877
1379
|
"line-height": {
|
|
1380
|
+
"XL": {
|
|
1381
|
+
"value": "195%",
|
|
1382
|
+
"public": true,
|
|
1383
|
+
"filePath": "tokens/typography/base/line-height.json",
|
|
1384
|
+
"isSource": true,
|
|
1385
|
+
"original": {
|
|
1386
|
+
"value": "195%",
|
|
1387
|
+
"public": true
|
|
1388
|
+
},
|
|
1389
|
+
"name": "typography-line-height-xl",
|
|
1390
|
+
"attributes": {
|
|
1391
|
+
"category": "typography",
|
|
1392
|
+
"type": "line-height",
|
|
1393
|
+
"item": "XL"
|
|
1394
|
+
},
|
|
1395
|
+
"path": [
|
|
1396
|
+
"typography",
|
|
1397
|
+
"line-height",
|
|
1398
|
+
"XL"
|
|
1399
|
+
]
|
|
1400
|
+
},
|
|
878
1401
|
"L": {
|
|
879
|
-
"value": "
|
|
1402
|
+
"value": "170%",
|
|
1403
|
+
"public": true,
|
|
880
1404
|
"filePath": "tokens/typography/base/line-height.json",
|
|
881
1405
|
"isSource": true,
|
|
882
1406
|
"original": {
|
|
883
|
-
"value": "
|
|
1407
|
+
"value": "170%",
|
|
1408
|
+
"public": true
|
|
884
1409
|
},
|
|
885
1410
|
"name": "typography-line-height-l",
|
|
886
1411
|
"attributes": {
|
|
@@ -895,11 +1420,13 @@
|
|
|
895
1420
|
]
|
|
896
1421
|
},
|
|
897
1422
|
"M": {
|
|
898
|
-
"value": "
|
|
1423
|
+
"value": "140%",
|
|
1424
|
+
"public": true,
|
|
899
1425
|
"filePath": "tokens/typography/base/line-height.json",
|
|
900
1426
|
"isSource": true,
|
|
901
1427
|
"original": {
|
|
902
|
-
"value": "
|
|
1428
|
+
"value": "140%",
|
|
1429
|
+
"public": true
|
|
903
1430
|
},
|
|
904
1431
|
"name": "typography-line-height-m",
|
|
905
1432
|
"attributes": {
|
|
@@ -914,11 +1441,13 @@
|
|
|
914
1441
|
]
|
|
915
1442
|
},
|
|
916
1443
|
"S": {
|
|
917
|
-
"value": "
|
|
1444
|
+
"value": "120%",
|
|
1445
|
+
"public": true,
|
|
918
1446
|
"filePath": "tokens/typography/base/line-height.json",
|
|
919
1447
|
"isSource": true,
|
|
920
1448
|
"original": {
|
|
921
|
-
"value": "
|
|
1449
|
+
"value": "120%",
|
|
1450
|
+
"public": true
|
|
922
1451
|
},
|
|
923
1452
|
"name": "typography-line-height-s",
|
|
924
1453
|
"attributes": {
|
|
@@ -933,36 +1462,61 @@
|
|
|
933
1462
|
]
|
|
934
1463
|
}
|
|
935
1464
|
},
|
|
936
|
-
"
|
|
937
|
-
"
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
"
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
"
|
|
948
|
-
|
|
1465
|
+
"multiplier": {
|
|
1466
|
+
"small": {
|
|
1467
|
+
"value": "0.75",
|
|
1468
|
+
"public": true,
|
|
1469
|
+
"filePath": "tokens/typography/base/multipliers.json",
|
|
1470
|
+
"isSource": true,
|
|
1471
|
+
"original": {
|
|
1472
|
+
"value": "0.75",
|
|
1473
|
+
"public": true
|
|
1474
|
+
},
|
|
1475
|
+
"name": "typography-multiplier-small",
|
|
1476
|
+
"attributes": {
|
|
1477
|
+
"category": "typography",
|
|
1478
|
+
"type": "multiplier",
|
|
1479
|
+
"item": "small"
|
|
1480
|
+
},
|
|
1481
|
+
"path": [
|
|
1482
|
+
"typography",
|
|
1483
|
+
"multiplier",
|
|
1484
|
+
"small"
|
|
1485
|
+
]
|
|
949
1486
|
},
|
|
950
|
-
"
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
-
|
|
1487
|
+
"medium": {
|
|
1488
|
+
"value": "0.85",
|
|
1489
|
+
"public": true,
|
|
1490
|
+
"filePath": "tokens/typography/base/multipliers.json",
|
|
1491
|
+
"isSource": true,
|
|
1492
|
+
"original": {
|
|
1493
|
+
"value": "0.85",
|
|
1494
|
+
"public": true
|
|
1495
|
+
},
|
|
1496
|
+
"name": "typography-multiplier-medium",
|
|
1497
|
+
"attributes": {
|
|
1498
|
+
"category": "typography",
|
|
1499
|
+
"type": "multiplier",
|
|
1500
|
+
"item": "medium"
|
|
1501
|
+
},
|
|
1502
|
+
"path": [
|
|
1503
|
+
"typography",
|
|
1504
|
+
"multiplier",
|
|
1505
|
+
"medium"
|
|
1506
|
+
]
|
|
1507
|
+
}
|
|
954
1508
|
},
|
|
955
1509
|
"size": {
|
|
956
1510
|
"4XL": {
|
|
957
1511
|
"value": "3.052",
|
|
958
|
-
"
|
|
959
|
-
"
|
|
1512
|
+
"defaultUnit": "rem",
|
|
1513
|
+
"public": true,
|
|
960
1514
|
"filePath": "tokens/typography/base/size.json",
|
|
961
1515
|
"isSource": true,
|
|
962
1516
|
"original": {
|
|
963
1517
|
"value": "3.052",
|
|
964
|
-
"
|
|
965
|
-
"
|
|
1518
|
+
"defaultUnit": "rem",
|
|
1519
|
+
"public": true
|
|
966
1520
|
},
|
|
967
1521
|
"name": "typography-size-4-xl",
|
|
968
1522
|
"attributes": {
|
|
@@ -977,15 +1531,15 @@
|
|
|
977
1531
|
]
|
|
978
1532
|
},
|
|
979
1533
|
"3XL": {
|
|
980
|
-
"value": "2.
|
|
981
|
-
"
|
|
982
|
-
"
|
|
1534
|
+
"value": "2.074",
|
|
1535
|
+
"defaultUnit": "rem",
|
|
1536
|
+
"public": true,
|
|
983
1537
|
"filePath": "tokens/typography/base/size.json",
|
|
984
1538
|
"isSource": true,
|
|
985
1539
|
"original": {
|
|
986
|
-
"value": "2.
|
|
987
|
-
"
|
|
988
|
-
"
|
|
1540
|
+
"value": "2.074",
|
|
1541
|
+
"defaultUnit": "rem",
|
|
1542
|
+
"public": true
|
|
989
1543
|
},
|
|
990
1544
|
"name": "typography-size-3-xl",
|
|
991
1545
|
"attributes": {
|
|
@@ -1000,15 +1554,15 @@
|
|
|
1000
1554
|
]
|
|
1001
1555
|
},
|
|
1002
1556
|
"2XL": {
|
|
1003
|
-
"value": "1.
|
|
1004
|
-
"
|
|
1005
|
-
"
|
|
1557
|
+
"value": "1.728",
|
|
1558
|
+
"defaultUnit": "rem",
|
|
1559
|
+
"public": true,
|
|
1006
1560
|
"filePath": "tokens/typography/base/size.json",
|
|
1007
1561
|
"isSource": true,
|
|
1008
1562
|
"original": {
|
|
1009
|
-
"value": "1.
|
|
1010
|
-
"
|
|
1011
|
-
"
|
|
1563
|
+
"value": "1.728",
|
|
1564
|
+
"defaultUnit": "rem",
|
|
1565
|
+
"public": true
|
|
1012
1566
|
},
|
|
1013
1567
|
"name": "typography-size-2-xl",
|
|
1014
1568
|
"attributes": {
|
|
@@ -1023,15 +1577,15 @@
|
|
|
1023
1577
|
]
|
|
1024
1578
|
},
|
|
1025
1579
|
"XL": {
|
|
1026
|
-
"value": "1.
|
|
1027
|
-
"
|
|
1028
|
-
"
|
|
1580
|
+
"value": "1.44",
|
|
1581
|
+
"defaultUnit": "rem",
|
|
1582
|
+
"public": true,
|
|
1029
1583
|
"filePath": "tokens/typography/base/size.json",
|
|
1030
1584
|
"isSource": true,
|
|
1031
1585
|
"original": {
|
|
1032
|
-
"value": "1.
|
|
1033
|
-
"
|
|
1034
|
-
"
|
|
1586
|
+
"value": "1.44",
|
|
1587
|
+
"defaultUnit": "rem",
|
|
1588
|
+
"public": true
|
|
1035
1589
|
},
|
|
1036
1590
|
"name": "typography-size-xl",
|
|
1037
1591
|
"attributes": {
|
|
@@ -1046,15 +1600,15 @@
|
|
|
1046
1600
|
]
|
|
1047
1601
|
},
|
|
1048
1602
|
"L": {
|
|
1049
|
-
"value": "1.
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
1603
|
+
"value": "1.2",
|
|
1604
|
+
"defaultUnit": "rem",
|
|
1605
|
+
"public": true,
|
|
1052
1606
|
"filePath": "tokens/typography/base/size.json",
|
|
1053
1607
|
"isSource": true,
|
|
1054
1608
|
"original": {
|
|
1055
|
-
"value": "1.
|
|
1056
|
-
"
|
|
1057
|
-
"
|
|
1609
|
+
"value": "1.2",
|
|
1610
|
+
"defaultUnit": "rem",
|
|
1611
|
+
"public": true
|
|
1058
1612
|
},
|
|
1059
1613
|
"name": "typography-size-l",
|
|
1060
1614
|
"attributes": {
|
|
@@ -1071,13 +1625,15 @@
|
|
|
1071
1625
|
"M": {
|
|
1072
1626
|
"value": "1",
|
|
1073
1627
|
"comment": "Base value.",
|
|
1074
|
-
"defaultUnit": "
|
|
1628
|
+
"defaultUnit": "rem",
|
|
1629
|
+
"public": true,
|
|
1075
1630
|
"filePath": "tokens/typography/base/size.json",
|
|
1076
1631
|
"isSource": true,
|
|
1077
1632
|
"original": {
|
|
1078
1633
|
"value": "1",
|
|
1079
1634
|
"comment": "Base value.",
|
|
1080
|
-
"defaultUnit": "
|
|
1635
|
+
"defaultUnit": "rem",
|
|
1636
|
+
"public": true
|
|
1081
1637
|
},
|
|
1082
1638
|
"name": "typography-size-m",
|
|
1083
1639
|
"attributes": {
|
|
@@ -1093,14 +1649,14 @@
|
|
|
1093
1649
|
},
|
|
1094
1650
|
"S": {
|
|
1095
1651
|
"value": "0.875",
|
|
1096
|
-
"
|
|
1097
|
-
"
|
|
1652
|
+
"defaultUnit": "rem",
|
|
1653
|
+
"public": true,
|
|
1098
1654
|
"filePath": "tokens/typography/base/size.json",
|
|
1099
1655
|
"isSource": true,
|
|
1100
1656
|
"original": {
|
|
1101
1657
|
"value": "0.875",
|
|
1102
|
-
"
|
|
1103
|
-
"
|
|
1658
|
+
"defaultUnit": "rem",
|
|
1659
|
+
"public": true
|
|
1104
1660
|
},
|
|
1105
1661
|
"name": "typography-size-s",
|
|
1106
1662
|
"attributes": {
|
|
@@ -1116,14 +1672,14 @@
|
|
|
1116
1672
|
},
|
|
1117
1673
|
"XS": {
|
|
1118
1674
|
"value": "0.75",
|
|
1119
|
-
"
|
|
1120
|
-
"
|
|
1675
|
+
"defaultUnit": "rem",
|
|
1676
|
+
"public": true,
|
|
1121
1677
|
"filePath": "tokens/typography/base/size.json",
|
|
1122
1678
|
"isSource": true,
|
|
1123
1679
|
"original": {
|
|
1124
1680
|
"value": "0.75",
|
|
1125
|
-
"
|
|
1126
|
-
"
|
|
1681
|
+
"defaultUnit": "rem",
|
|
1682
|
+
"public": true
|
|
1127
1683
|
},
|
|
1128
1684
|
"name": "typography-size-xs",
|
|
1129
1685
|
"attributes": {
|
|
@@ -1139,4 +1695,4 @@
|
|
|
1139
1695
|
}
|
|
1140
1696
|
}
|
|
1141
1697
|
}
|
|
1142
|
-
}
|
|
1698
|
+
}
|