@pantheon-systems/pds-design-tokens 1.0.0-dev.9 → 1.0.0-dev.91
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 +137 -42
- package/build/css/pds-design-tokens-light-mode.css +155 -50
- package/build/css/pds-design-tokens.css +73 -3
- package/build/figma/pds-design-tokens-figma.json +9060 -4540
- package/build/json/pds-design-tokens-dark-mode.json +3853 -1764
- package/build/json/pds-design-tokens-light-mode.json +3555 -1226
- package/build/json/pds-design-tokens.json +1094 -243
- package/package.json +1 -1
- package/build/scss/_pds-design-tokens-dark-mode.scss +0 -106
- package/build/scss/_pds-design-tokens-light-mode.scss +0 -106
- 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}",
|
|
103
|
+
"public": true
|
|
104
|
+
},
|
|
105
|
+
"name": "animation-input-transition",
|
|
106
|
+
"attributes": {
|
|
107
|
+
"category": "animation",
|
|
108
|
+
"type": "input",
|
|
109
|
+
"item": "transition"
|
|
110
|
+
},
|
|
111
|
+
"path": [
|
|
112
|
+
"animation",
|
|
113
|
+
"input",
|
|
114
|
+
"transition"
|
|
115
|
+
]
|
|
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}",
|
|
74
126
|
"public": true
|
|
75
127
|
},
|
|
76
|
-
"name": "animation-transition
|
|
128
|
+
"name": "animation-link-transition",
|
|
77
129
|
"attributes": {
|
|
78
130
|
"category": "animation",
|
|
79
|
-
"type": "
|
|
80
|
-
"item": "
|
|
131
|
+
"type": "link",
|
|
132
|
+
"item": "transition"
|
|
81
133
|
},
|
|
82
134
|
"path": [
|
|
83
135
|
"animation",
|
|
84
|
-
"
|
|
85
|
-
"
|
|
136
|
+
"link",
|
|
137
|
+
"transition"
|
|
86
138
|
]
|
|
87
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,52 @@
|
|
|
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
|
+
]
|
|
312
|
+
},
|
|
313
|
+
"bar": {
|
|
314
|
+
"value": 3.5,
|
|
315
|
+
"defaultUnit": "rem",
|
|
316
|
+
"public": true,
|
|
317
|
+
"filePath": "tokens/border/alias.json",
|
|
318
|
+
"isSource": true,
|
|
319
|
+
"original": {
|
|
320
|
+
"value": 3.5,
|
|
321
|
+
"defaultUnit": "rem",
|
|
322
|
+
"public": true
|
|
323
|
+
},
|
|
324
|
+
"name": "border-radius-bar",
|
|
325
|
+
"attributes": {
|
|
326
|
+
"category": "border",
|
|
327
|
+
"type": "radius",
|
|
328
|
+
"item": "bar"
|
|
329
|
+
},
|
|
330
|
+
"path": [
|
|
331
|
+
"border",
|
|
332
|
+
"radius",
|
|
333
|
+
"bar"
|
|
334
|
+
]
|
|
114
335
|
}
|
|
115
336
|
},
|
|
116
337
|
"width": {
|
|
@@ -139,158 +360,554 @@
|
|
|
139
360
|
}
|
|
140
361
|
}
|
|
141
362
|
},
|
|
142
|
-
"
|
|
143
|
-
"
|
|
363
|
+
"container": {
|
|
364
|
+
"modal": {
|
|
144
365
|
"width": {
|
|
145
|
-
"
|
|
146
|
-
|
|
366
|
+
"small": {
|
|
367
|
+
"value": "25rem",
|
|
368
|
+
"public": true,
|
|
369
|
+
"filePath": "tokens/container/alias.json",
|
|
370
|
+
"isSource": true,
|
|
371
|
+
"original": {
|
|
372
|
+
"value": "25rem",
|
|
373
|
+
"public": true
|
|
374
|
+
},
|
|
375
|
+
"name": "container-modal-width-small",
|
|
376
|
+
"attributes": {
|
|
377
|
+
"category": "container",
|
|
378
|
+
"type": "modal",
|
|
379
|
+
"item": "width",
|
|
380
|
+
"subitem": "small"
|
|
381
|
+
},
|
|
382
|
+
"path": [
|
|
383
|
+
"container",
|
|
384
|
+
"modal",
|
|
385
|
+
"width",
|
|
386
|
+
"small"
|
|
387
|
+
]
|
|
388
|
+
},
|
|
389
|
+
"medium": {
|
|
390
|
+
"value": "36rem",
|
|
391
|
+
"public": true,
|
|
392
|
+
"filePath": "tokens/container/alias.json",
|
|
393
|
+
"isSource": true,
|
|
394
|
+
"original": {
|
|
395
|
+
"value": "36rem",
|
|
396
|
+
"public": true
|
|
397
|
+
},
|
|
398
|
+
"name": "container-modal-width-medium",
|
|
399
|
+
"attributes": {
|
|
400
|
+
"category": "container",
|
|
401
|
+
"type": "modal",
|
|
402
|
+
"item": "width",
|
|
403
|
+
"subitem": "medium"
|
|
404
|
+
},
|
|
405
|
+
"path": [
|
|
406
|
+
"container",
|
|
407
|
+
"modal",
|
|
408
|
+
"width",
|
|
409
|
+
"medium"
|
|
410
|
+
]
|
|
411
|
+
},
|
|
412
|
+
"large": {
|
|
413
|
+
"value": "44rem",
|
|
414
|
+
"public": true,
|
|
415
|
+
"filePath": "tokens/container/alias.json",
|
|
416
|
+
"isSource": true,
|
|
417
|
+
"original": {
|
|
418
|
+
"value": "44rem",
|
|
419
|
+
"public": true
|
|
420
|
+
},
|
|
421
|
+
"name": "container-modal-width-large",
|
|
422
|
+
"attributes": {
|
|
423
|
+
"category": "container",
|
|
424
|
+
"type": "modal",
|
|
425
|
+
"item": "width",
|
|
426
|
+
"subitem": "large"
|
|
427
|
+
},
|
|
428
|
+
"path": [
|
|
429
|
+
"container",
|
|
430
|
+
"modal",
|
|
431
|
+
"width",
|
|
432
|
+
"large"
|
|
433
|
+
]
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"max-width": {
|
|
438
|
+
"narrow": {
|
|
439
|
+
"value": "1024px",
|
|
440
|
+
"public": true,
|
|
441
|
+
"filePath": "tokens/container/base.json",
|
|
147
442
|
"isSource": true,
|
|
148
443
|
"original": {
|
|
149
|
-
"value": "
|
|
444
|
+
"value": "1024px",
|
|
445
|
+
"public": true
|
|
150
446
|
},
|
|
151
|
-
"name": "
|
|
447
|
+
"name": "container-max-width-narrow",
|
|
152
448
|
"attributes": {
|
|
153
|
-
"category": "
|
|
154
|
-
"type": "
|
|
155
|
-
"item": "
|
|
449
|
+
"category": "container",
|
|
450
|
+
"type": "max-width",
|
|
451
|
+
"item": "narrow"
|
|
156
452
|
},
|
|
157
453
|
"path": [
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
454
|
+
"container",
|
|
455
|
+
"max-width",
|
|
456
|
+
"narrow"
|
|
161
457
|
]
|
|
162
458
|
},
|
|
163
|
-
"
|
|
164
|
-
"value": "
|
|
165
|
-
"
|
|
459
|
+
"standard": {
|
|
460
|
+
"value": "1200px",
|
|
461
|
+
"public": true,
|
|
462
|
+
"filePath": "tokens/container/base.json",
|
|
166
463
|
"isSource": true,
|
|
167
464
|
"original": {
|
|
168
|
-
"value": "
|
|
465
|
+
"value": "1200px",
|
|
466
|
+
"public": true
|
|
169
467
|
},
|
|
170
|
-
"name": "
|
|
468
|
+
"name": "container-max-width-standard",
|
|
171
469
|
"attributes": {
|
|
172
|
-
"category": "
|
|
173
|
-
"type": "
|
|
174
|
-
"item": "
|
|
470
|
+
"category": "container",
|
|
471
|
+
"type": "max-width",
|
|
472
|
+
"item": "standard"
|
|
175
473
|
},
|
|
176
474
|
"path": [
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
475
|
+
"container",
|
|
476
|
+
"max-width",
|
|
477
|
+
"standard"
|
|
180
478
|
]
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
"
|
|
186
|
-
"filePath": "tokens/grid/base.json",
|
|
479
|
+
},
|
|
480
|
+
"wide": {
|
|
481
|
+
"value": "1440px",
|
|
482
|
+
"public": true,
|
|
483
|
+
"filePath": "tokens/container/base.json",
|
|
187
484
|
"isSource": true,
|
|
188
485
|
"original": {
|
|
189
|
-
"value": "
|
|
486
|
+
"value": "1440px",
|
|
487
|
+
"public": true
|
|
190
488
|
},
|
|
191
|
-
"name": "
|
|
489
|
+
"name": "container-max-width-wide",
|
|
192
490
|
"attributes": {
|
|
193
|
-
"category": "
|
|
194
|
-
"type": "
|
|
195
|
-
"item": "
|
|
491
|
+
"category": "container",
|
|
492
|
+
"type": "max-width",
|
|
493
|
+
"item": "wide"
|
|
196
494
|
},
|
|
197
495
|
"path": [
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
496
|
+
"container",
|
|
497
|
+
"max-width",
|
|
498
|
+
"wide"
|
|
201
499
|
]
|
|
202
500
|
},
|
|
203
|
-
"
|
|
204
|
-
"value": "
|
|
205
|
-
"
|
|
501
|
+
"x-wide": {
|
|
502
|
+
"value": "1600px",
|
|
503
|
+
"public": true,
|
|
504
|
+
"filePath": "tokens/container/base.json",
|
|
206
505
|
"isSource": true,
|
|
207
506
|
"original": {
|
|
208
|
-
"value": "
|
|
507
|
+
"value": "1600px",
|
|
508
|
+
"public": true
|
|
209
509
|
},
|
|
210
|
-
"name": "
|
|
510
|
+
"name": "container-max-width-x-wide",
|
|
211
511
|
"attributes": {
|
|
212
|
-
"category": "
|
|
213
|
-
"type": "
|
|
214
|
-
"item": "
|
|
512
|
+
"category": "container",
|
|
513
|
+
"type": "max-width",
|
|
514
|
+
"item": "x-wide"
|
|
215
515
|
},
|
|
216
516
|
"path": [
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
517
|
+
"container",
|
|
518
|
+
"max-width",
|
|
519
|
+
"x-wide"
|
|
220
520
|
]
|
|
221
521
|
}
|
|
222
522
|
},
|
|
223
|
-
"
|
|
224
|
-
"
|
|
225
|
-
"value": "
|
|
226
|
-
"
|
|
523
|
+
"padding": {
|
|
524
|
+
"small": {
|
|
525
|
+
"value": "5%",
|
|
526
|
+
"public": true,
|
|
527
|
+
"filePath": "tokens/container/base.json",
|
|
227
528
|
"isSource": true,
|
|
228
529
|
"original": {
|
|
229
|
-
"value": "
|
|
530
|
+
"value": "5%",
|
|
531
|
+
"public": true
|
|
230
532
|
},
|
|
231
|
-
"name": "
|
|
533
|
+
"name": "container-padding-small",
|
|
232
534
|
"attributes": {
|
|
233
|
-
"category": "
|
|
234
|
-
"type": "
|
|
235
|
-
"item": "
|
|
535
|
+
"category": "container",
|
|
536
|
+
"type": "padding",
|
|
537
|
+
"item": "small"
|
|
236
538
|
},
|
|
237
539
|
"path": [
|
|
238
|
-
"
|
|
239
|
-
"
|
|
240
|
-
"
|
|
540
|
+
"container",
|
|
541
|
+
"padding",
|
|
542
|
+
"small"
|
|
241
543
|
]
|
|
242
544
|
},
|
|
545
|
+
"medium": {
|
|
546
|
+
"value": "4%",
|
|
547
|
+
"public": true,
|
|
548
|
+
"filePath": "tokens/container/base.json",
|
|
549
|
+
"isSource": true,
|
|
550
|
+
"original": {
|
|
551
|
+
"value": "4%",
|
|
552
|
+
"public": true
|
|
553
|
+
},
|
|
554
|
+
"name": "container-padding-medium",
|
|
555
|
+
"attributes": {
|
|
556
|
+
"category": "container",
|
|
557
|
+
"type": "padding",
|
|
558
|
+
"item": "medium"
|
|
559
|
+
},
|
|
560
|
+
"path": [
|
|
561
|
+
"container",
|
|
562
|
+
"padding",
|
|
563
|
+
"medium"
|
|
564
|
+
]
|
|
565
|
+
},
|
|
566
|
+
"large": {
|
|
567
|
+
"value": "4%",
|
|
568
|
+
"public": true,
|
|
569
|
+
"filePath": "tokens/container/base.json",
|
|
570
|
+
"isSource": true,
|
|
571
|
+
"original": {
|
|
572
|
+
"value": "4%",
|
|
573
|
+
"public": true
|
|
574
|
+
},
|
|
575
|
+
"name": "container-padding-large",
|
|
576
|
+
"attributes": {
|
|
577
|
+
"category": "container",
|
|
578
|
+
"type": "padding",
|
|
579
|
+
"item": "large"
|
|
580
|
+
},
|
|
581
|
+
"path": [
|
|
582
|
+
"container",
|
|
583
|
+
"padding",
|
|
584
|
+
"large"
|
|
585
|
+
]
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
"grid": {
|
|
590
|
+
"columns-4": {
|
|
243
591
|
"gap": {
|
|
244
|
-
"value": "
|
|
592
|
+
"value": "5.5%",
|
|
245
593
|
"filePath": "tokens/grid/base.json",
|
|
246
594
|
"isSource": true,
|
|
247
595
|
"original": {
|
|
248
|
-
"value": "
|
|
596
|
+
"value": "5.5%"
|
|
249
597
|
},
|
|
250
|
-
"name": "grid-columns-
|
|
598
|
+
"name": "grid-columns-4-gap",
|
|
251
599
|
"attributes": {
|
|
252
600
|
"category": "grid",
|
|
253
|
-
"type": "columns-
|
|
601
|
+
"type": "columns-4",
|
|
254
602
|
"item": "gap"
|
|
255
603
|
},
|
|
256
604
|
"path": [
|
|
257
605
|
"grid",
|
|
258
|
-
"columns-
|
|
606
|
+
"columns-4",
|
|
259
607
|
"gap"
|
|
260
608
|
]
|
|
261
609
|
}
|
|
610
|
+
},
|
|
611
|
+
"columns-12": {
|
|
612
|
+
"bp-md": {
|
|
613
|
+
"gap": {
|
|
614
|
+
"narrow": {
|
|
615
|
+
"value": "1.25",
|
|
616
|
+
"filePath": "tokens/grid/base.json",
|
|
617
|
+
"isSource": true,
|
|
618
|
+
"original": {
|
|
619
|
+
"value": "{spacing.L.value}"
|
|
620
|
+
},
|
|
621
|
+
"name": "grid-columns-12-bp-md-gap-narrow",
|
|
622
|
+
"attributes": {
|
|
623
|
+
"category": "grid",
|
|
624
|
+
"type": "columns-12",
|
|
625
|
+
"item": "bp-md",
|
|
626
|
+
"subitem": "gap",
|
|
627
|
+
"state": "narrow"
|
|
628
|
+
},
|
|
629
|
+
"path": [
|
|
630
|
+
"grid",
|
|
631
|
+
"columns-12",
|
|
632
|
+
"bp-md",
|
|
633
|
+
"gap",
|
|
634
|
+
"narrow"
|
|
635
|
+
]
|
|
636
|
+
},
|
|
637
|
+
"standard": {
|
|
638
|
+
"value": "1.563",
|
|
639
|
+
"filePath": "tokens/grid/base.json",
|
|
640
|
+
"isSource": true,
|
|
641
|
+
"original": {
|
|
642
|
+
"value": "{spacing.XL.value}"
|
|
643
|
+
},
|
|
644
|
+
"name": "grid-columns-12-bp-md-gap-standard",
|
|
645
|
+
"attributes": {
|
|
646
|
+
"category": "grid",
|
|
647
|
+
"type": "columns-12",
|
|
648
|
+
"item": "bp-md",
|
|
649
|
+
"subitem": "gap",
|
|
650
|
+
"state": "standard"
|
|
651
|
+
},
|
|
652
|
+
"path": [
|
|
653
|
+
"grid",
|
|
654
|
+
"columns-12",
|
|
655
|
+
"bp-md",
|
|
656
|
+
"gap",
|
|
657
|
+
"standard"
|
|
658
|
+
]
|
|
659
|
+
},
|
|
660
|
+
"wide": {
|
|
661
|
+
"value": "1.953",
|
|
662
|
+
"filePath": "tokens/grid/base.json",
|
|
663
|
+
"isSource": true,
|
|
664
|
+
"original": {
|
|
665
|
+
"value": "{spacing.2XL.value}"
|
|
666
|
+
},
|
|
667
|
+
"name": "grid-columns-12-bp-md-gap-wide",
|
|
668
|
+
"attributes": {
|
|
669
|
+
"category": "grid",
|
|
670
|
+
"type": "columns-12",
|
|
671
|
+
"item": "bp-md",
|
|
672
|
+
"subitem": "gap",
|
|
673
|
+
"state": "wide"
|
|
674
|
+
},
|
|
675
|
+
"path": [
|
|
676
|
+
"grid",
|
|
677
|
+
"columns-12",
|
|
678
|
+
"bp-md",
|
|
679
|
+
"gap",
|
|
680
|
+
"wide"
|
|
681
|
+
]
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
"bp-lg": {
|
|
686
|
+
"gap": {
|
|
687
|
+
"narrow": {
|
|
688
|
+
"value": "1.563",
|
|
689
|
+
"filePath": "tokens/grid/base.json",
|
|
690
|
+
"isSource": true,
|
|
691
|
+
"original": {
|
|
692
|
+
"value": "{spacing.XL.value}"
|
|
693
|
+
},
|
|
694
|
+
"name": "grid-columns-12-bp-lg-gap-narrow",
|
|
695
|
+
"attributes": {
|
|
696
|
+
"category": "grid",
|
|
697
|
+
"type": "columns-12",
|
|
698
|
+
"item": "bp-lg",
|
|
699
|
+
"subitem": "gap",
|
|
700
|
+
"state": "narrow"
|
|
701
|
+
},
|
|
702
|
+
"path": [
|
|
703
|
+
"grid",
|
|
704
|
+
"columns-12",
|
|
705
|
+
"bp-lg",
|
|
706
|
+
"gap",
|
|
707
|
+
"narrow"
|
|
708
|
+
]
|
|
709
|
+
},
|
|
710
|
+
"standard": {
|
|
711
|
+
"value": "1.953",
|
|
712
|
+
"filePath": "tokens/grid/base.json",
|
|
713
|
+
"isSource": true,
|
|
714
|
+
"original": {
|
|
715
|
+
"value": "{spacing.2XL.value}"
|
|
716
|
+
},
|
|
717
|
+
"name": "grid-columns-12-bp-lg-gap-standard",
|
|
718
|
+
"attributes": {
|
|
719
|
+
"category": "grid",
|
|
720
|
+
"type": "columns-12",
|
|
721
|
+
"item": "bp-lg",
|
|
722
|
+
"subitem": "gap",
|
|
723
|
+
"state": "standard"
|
|
724
|
+
},
|
|
725
|
+
"path": [
|
|
726
|
+
"grid",
|
|
727
|
+
"columns-12",
|
|
728
|
+
"bp-lg",
|
|
729
|
+
"gap",
|
|
730
|
+
"standard"
|
|
731
|
+
]
|
|
732
|
+
},
|
|
733
|
+
"wide": {
|
|
734
|
+
"value": "2.441",
|
|
735
|
+
"filePath": "tokens/grid/base.json",
|
|
736
|
+
"isSource": true,
|
|
737
|
+
"original": {
|
|
738
|
+
"value": "{spacing.3XL.value}"
|
|
739
|
+
},
|
|
740
|
+
"name": "grid-columns-12-bp-lg-gap-wide",
|
|
741
|
+
"attributes": {
|
|
742
|
+
"category": "grid",
|
|
743
|
+
"type": "columns-12",
|
|
744
|
+
"item": "bp-lg",
|
|
745
|
+
"subitem": "gap",
|
|
746
|
+
"state": "wide"
|
|
747
|
+
},
|
|
748
|
+
"path": [
|
|
749
|
+
"grid",
|
|
750
|
+
"columns-12",
|
|
751
|
+
"bp-lg",
|
|
752
|
+
"gap",
|
|
753
|
+
"wide"
|
|
754
|
+
]
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
"marketing": {
|
|
760
|
+
"column": {
|
|
761
|
+
"small": {
|
|
762
|
+
"value": "21.34375%",
|
|
763
|
+
"public": true,
|
|
764
|
+
"filePath": "tokens/grid/base.json",
|
|
765
|
+
"isSource": true,
|
|
766
|
+
"original": {
|
|
767
|
+
"value": "21.34375%",
|
|
768
|
+
"public": true
|
|
769
|
+
},
|
|
770
|
+
"name": "grid-marketing-column-small",
|
|
771
|
+
"attributes": {
|
|
772
|
+
"category": "grid",
|
|
773
|
+
"type": "marketing",
|
|
774
|
+
"item": "column",
|
|
775
|
+
"subitem": "small"
|
|
776
|
+
},
|
|
777
|
+
"path": [
|
|
778
|
+
"grid",
|
|
779
|
+
"marketing",
|
|
780
|
+
"column",
|
|
781
|
+
"small"
|
|
782
|
+
]
|
|
783
|
+
},
|
|
784
|
+
"medium-large": {
|
|
785
|
+
"value": "5.125%",
|
|
786
|
+
"public": true,
|
|
787
|
+
"filePath": "tokens/grid/base.json",
|
|
788
|
+
"isSource": true,
|
|
789
|
+
"original": {
|
|
790
|
+
"value": "5.125%",
|
|
791
|
+
"public": true
|
|
792
|
+
},
|
|
793
|
+
"name": "grid-marketing-column-medium-large",
|
|
794
|
+
"attributes": {
|
|
795
|
+
"category": "grid",
|
|
796
|
+
"type": "marketing",
|
|
797
|
+
"item": "column",
|
|
798
|
+
"subitem": "medium-large"
|
|
799
|
+
},
|
|
800
|
+
"path": [
|
|
801
|
+
"grid",
|
|
802
|
+
"marketing",
|
|
803
|
+
"column",
|
|
804
|
+
"medium-large"
|
|
805
|
+
]
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
"gap": {
|
|
809
|
+
"small": {
|
|
810
|
+
"value": "4.875%",
|
|
811
|
+
"public": true,
|
|
812
|
+
"filePath": "tokens/grid/base.json",
|
|
813
|
+
"isSource": true,
|
|
814
|
+
"original": {
|
|
815
|
+
"value": "4.875%",
|
|
816
|
+
"public": true
|
|
817
|
+
},
|
|
818
|
+
"name": "grid-marketing-gap-small",
|
|
819
|
+
"attributes": {
|
|
820
|
+
"category": "grid",
|
|
821
|
+
"type": "marketing",
|
|
822
|
+
"item": "gap",
|
|
823
|
+
"subitem": "small"
|
|
824
|
+
},
|
|
825
|
+
"path": [
|
|
826
|
+
"grid",
|
|
827
|
+
"marketing",
|
|
828
|
+
"gap",
|
|
829
|
+
"small"
|
|
830
|
+
]
|
|
831
|
+
},
|
|
832
|
+
"medium-large": {
|
|
833
|
+
"value": "3.5%",
|
|
834
|
+
"public": true,
|
|
835
|
+
"filePath": "tokens/grid/base.json",
|
|
836
|
+
"isSource": true,
|
|
837
|
+
"original": {
|
|
838
|
+
"value": "3.5%",
|
|
839
|
+
"public": true
|
|
840
|
+
},
|
|
841
|
+
"name": "grid-marketing-gap-medium-large",
|
|
842
|
+
"attributes": {
|
|
843
|
+
"category": "grid",
|
|
844
|
+
"type": "marketing",
|
|
845
|
+
"item": "gap",
|
|
846
|
+
"subitem": "medium-large"
|
|
847
|
+
},
|
|
848
|
+
"path": [
|
|
849
|
+
"grid",
|
|
850
|
+
"marketing",
|
|
851
|
+
"gap",
|
|
852
|
+
"medium-large"
|
|
853
|
+
]
|
|
854
|
+
}
|
|
855
|
+
}
|
|
262
856
|
}
|
|
263
857
|
},
|
|
264
858
|
"spacing": {
|
|
265
|
-
"
|
|
266
|
-
"value": "
|
|
267
|
-
"
|
|
859
|
+
"8XL": {
|
|
860
|
+
"value": "7.451",
|
|
861
|
+
"defaultUnit": "rem",
|
|
862
|
+
"public": true,
|
|
268
863
|
"filePath": "tokens/spacing/base.json",
|
|
269
864
|
"isSource": true,
|
|
270
865
|
"original": {
|
|
271
|
-
"value": "
|
|
272
|
-
"
|
|
866
|
+
"value": "7.451",
|
|
867
|
+
"defaultUnit": "rem",
|
|
868
|
+
"public": true
|
|
869
|
+
},
|
|
870
|
+
"name": "spacing-8-xl",
|
|
871
|
+
"attributes": {
|
|
872
|
+
"category": "spacing",
|
|
873
|
+
"type": "8XL"
|
|
273
874
|
},
|
|
274
|
-
"
|
|
875
|
+
"path": [
|
|
876
|
+
"spacing",
|
|
877
|
+
"8XL"
|
|
878
|
+
]
|
|
879
|
+
},
|
|
880
|
+
"7XL": {
|
|
881
|
+
"value": "5.96",
|
|
882
|
+
"defaultUnit": "rem",
|
|
883
|
+
"public": true,
|
|
884
|
+
"filePath": "tokens/spacing/base.json",
|
|
885
|
+
"isSource": true,
|
|
886
|
+
"original": {
|
|
887
|
+
"value": "5.96",
|
|
888
|
+
"defaultUnit": "rem",
|
|
889
|
+
"public": true
|
|
890
|
+
},
|
|
891
|
+
"name": "spacing-7-xl",
|
|
275
892
|
"attributes": {
|
|
276
893
|
"category": "spacing",
|
|
277
|
-
"type": "
|
|
894
|
+
"type": "7XL"
|
|
278
895
|
},
|
|
279
896
|
"path": [
|
|
280
897
|
"spacing",
|
|
281
|
-
"
|
|
898
|
+
"7XL"
|
|
282
899
|
]
|
|
283
900
|
},
|
|
284
901
|
"6XL": {
|
|
285
902
|
"value": "4.678",
|
|
286
|
-
"formula": "1.25**7",
|
|
287
903
|
"defaultUnit": "rem",
|
|
904
|
+
"public": true,
|
|
288
905
|
"filePath": "tokens/spacing/base.json",
|
|
289
906
|
"isSource": true,
|
|
290
907
|
"original": {
|
|
291
908
|
"value": "4.678",
|
|
292
|
-
"
|
|
293
|
-
"
|
|
909
|
+
"defaultUnit": "rem",
|
|
910
|
+
"public": true
|
|
294
911
|
},
|
|
295
912
|
"name": "spacing-6-xl",
|
|
296
913
|
"attributes": {
|
|
@@ -304,14 +921,14 @@
|
|
|
304
921
|
},
|
|
305
922
|
"5XL": {
|
|
306
923
|
"value": "3.815",
|
|
307
|
-
"formula": "1.25**6",
|
|
308
924
|
"defaultUnit": "rem",
|
|
925
|
+
"public": true,
|
|
309
926
|
"filePath": "tokens/spacing/base.json",
|
|
310
927
|
"isSource": true,
|
|
311
928
|
"original": {
|
|
312
929
|
"value": "3.815",
|
|
313
|
-
"
|
|
314
|
-
"
|
|
930
|
+
"defaultUnit": "rem",
|
|
931
|
+
"public": true
|
|
315
932
|
},
|
|
316
933
|
"name": "spacing-5-xl",
|
|
317
934
|
"attributes": {
|
|
@@ -325,14 +942,14 @@
|
|
|
325
942
|
},
|
|
326
943
|
"4XL": {
|
|
327
944
|
"value": "3.052",
|
|
328
|
-
"formula": "1.25**5",
|
|
329
945
|
"defaultUnit": "rem",
|
|
946
|
+
"public": true,
|
|
330
947
|
"filePath": "tokens/spacing/base.json",
|
|
331
948
|
"isSource": true,
|
|
332
949
|
"original": {
|
|
333
950
|
"value": "3.052",
|
|
334
|
-
"
|
|
335
|
-
"
|
|
951
|
+
"defaultUnit": "rem",
|
|
952
|
+
"public": true
|
|
336
953
|
},
|
|
337
954
|
"name": "spacing-4-xl",
|
|
338
955
|
"attributes": {
|
|
@@ -346,14 +963,14 @@
|
|
|
346
963
|
},
|
|
347
964
|
"3XL": {
|
|
348
965
|
"value": "2.441",
|
|
349
|
-
"formula": "1.25**4",
|
|
350
966
|
"defaultUnit": "rem",
|
|
967
|
+
"public": true,
|
|
351
968
|
"filePath": "tokens/spacing/base.json",
|
|
352
969
|
"isSource": true,
|
|
353
970
|
"original": {
|
|
354
971
|
"value": "2.441",
|
|
355
|
-
"
|
|
356
|
-
"
|
|
972
|
+
"defaultUnit": "rem",
|
|
973
|
+
"public": true
|
|
357
974
|
},
|
|
358
975
|
"name": "spacing-3-xl",
|
|
359
976
|
"attributes": {
|
|
@@ -367,14 +984,14 @@
|
|
|
367
984
|
},
|
|
368
985
|
"2XL": {
|
|
369
986
|
"value": "1.953",
|
|
370
|
-
"formula": "1.25**3",
|
|
371
987
|
"defaultUnit": "rem",
|
|
988
|
+
"public": true,
|
|
372
989
|
"filePath": "tokens/spacing/base.json",
|
|
373
990
|
"isSource": true,
|
|
374
991
|
"original": {
|
|
375
992
|
"value": "1.953",
|
|
376
|
-
"
|
|
377
|
-
"
|
|
993
|
+
"defaultUnit": "rem",
|
|
994
|
+
"public": true
|
|
378
995
|
},
|
|
379
996
|
"name": "spacing-2-xl",
|
|
380
997
|
"attributes": {
|
|
@@ -388,14 +1005,14 @@
|
|
|
388
1005
|
},
|
|
389
1006
|
"XL": {
|
|
390
1007
|
"value": "1.563",
|
|
391
|
-
"formula": "1.25**2",
|
|
392
1008
|
"defaultUnit": "rem",
|
|
1009
|
+
"public": true,
|
|
393
1010
|
"filePath": "tokens/spacing/base.json",
|
|
394
1011
|
"isSource": true,
|
|
395
1012
|
"original": {
|
|
396
1013
|
"value": "1.563",
|
|
397
|
-
"
|
|
398
|
-
"
|
|
1014
|
+
"defaultUnit": "rem",
|
|
1015
|
+
"public": true
|
|
399
1016
|
},
|
|
400
1017
|
"name": "spacing-xl",
|
|
401
1018
|
"attributes": {
|
|
@@ -409,14 +1026,14 @@
|
|
|
409
1026
|
},
|
|
410
1027
|
"L": {
|
|
411
1028
|
"value": "1.25",
|
|
412
|
-
"formula": "1.25**1",
|
|
413
1029
|
"defaultUnit": "rem",
|
|
1030
|
+
"public": true,
|
|
414
1031
|
"filePath": "tokens/spacing/base.json",
|
|
415
1032
|
"isSource": true,
|
|
416
1033
|
"original": {
|
|
417
1034
|
"value": "1.25",
|
|
418
|
-
"
|
|
419
|
-
"
|
|
1035
|
+
"defaultUnit": "rem",
|
|
1036
|
+
"public": true
|
|
420
1037
|
},
|
|
421
1038
|
"name": "spacing-l",
|
|
422
1039
|
"attributes": {
|
|
@@ -431,11 +1048,13 @@
|
|
|
431
1048
|
"M": {
|
|
432
1049
|
"value": "1",
|
|
433
1050
|
"defaultUnit": "rem",
|
|
1051
|
+
"public": true,
|
|
434
1052
|
"filePath": "tokens/spacing/base.json",
|
|
435
1053
|
"isSource": true,
|
|
436
1054
|
"original": {
|
|
437
1055
|
"value": "1",
|
|
438
|
-
"defaultUnit": "rem"
|
|
1056
|
+
"defaultUnit": "rem",
|
|
1057
|
+
"public": true
|
|
439
1058
|
},
|
|
440
1059
|
"name": "spacing-m",
|
|
441
1060
|
"attributes": {
|
|
@@ -449,14 +1068,14 @@
|
|
|
449
1068
|
},
|
|
450
1069
|
"S": {
|
|
451
1070
|
"value": "0.8",
|
|
452
|
-
"formula": "1.25**-1",
|
|
453
1071
|
"defaultUnit": "rem",
|
|
1072
|
+
"public": true,
|
|
454
1073
|
"filePath": "tokens/spacing/base.json",
|
|
455
1074
|
"isSource": true,
|
|
456
1075
|
"original": {
|
|
457
1076
|
"value": "0.8",
|
|
458
|
-
"
|
|
459
|
-
"
|
|
1077
|
+
"defaultUnit": "rem",
|
|
1078
|
+
"public": true
|
|
460
1079
|
},
|
|
461
1080
|
"name": "spacing-s",
|
|
462
1081
|
"attributes": {
|
|
@@ -470,14 +1089,14 @@
|
|
|
470
1089
|
},
|
|
471
1090
|
"XS": {
|
|
472
1091
|
"value": "0.64",
|
|
473
|
-
"formula": "1.25**-2",
|
|
474
1092
|
"defaultUnit": "rem",
|
|
1093
|
+
"public": true,
|
|
475
1094
|
"filePath": "tokens/spacing/base.json",
|
|
476
1095
|
"isSource": true,
|
|
477
1096
|
"original": {
|
|
478
1097
|
"value": "0.64",
|
|
479
|
-
"
|
|
480
|
-
"
|
|
1098
|
+
"defaultUnit": "rem",
|
|
1099
|
+
"public": true
|
|
481
1100
|
},
|
|
482
1101
|
"name": "spacing-xs",
|
|
483
1102
|
"attributes": {
|
|
@@ -491,14 +1110,14 @@
|
|
|
491
1110
|
},
|
|
492
1111
|
"2XS": {
|
|
493
1112
|
"value": "0.512",
|
|
494
|
-
"formula": "1.25**-3",
|
|
495
1113
|
"defaultUnit": "rem",
|
|
1114
|
+
"public": true,
|
|
496
1115
|
"filePath": "tokens/spacing/base.json",
|
|
497
1116
|
"isSource": true,
|
|
498
1117
|
"original": {
|
|
499
1118
|
"value": "0.512",
|
|
500
|
-
"
|
|
501
|
-
"
|
|
1119
|
+
"defaultUnit": "rem",
|
|
1120
|
+
"public": true
|
|
502
1121
|
},
|
|
503
1122
|
"name": "spacing-2-xs",
|
|
504
1123
|
"attributes": {
|
|
@@ -512,14 +1131,14 @@
|
|
|
512
1131
|
},
|
|
513
1132
|
"3XS": {
|
|
514
1133
|
"value": "0.41",
|
|
515
|
-
"formula": "1.25**-4",
|
|
516
1134
|
"defaultUnit": "rem",
|
|
1135
|
+
"public": true,
|
|
517
1136
|
"filePath": "tokens/spacing/base.json",
|
|
518
1137
|
"isSource": true,
|
|
519
1138
|
"original": {
|
|
520
1139
|
"value": "0.41",
|
|
521
|
-
"
|
|
522
|
-
"
|
|
1140
|
+
"defaultUnit": "rem",
|
|
1141
|
+
"public": true
|
|
523
1142
|
},
|
|
524
1143
|
"name": "spacing-3-xs",
|
|
525
1144
|
"attributes": {
|
|
@@ -533,14 +1152,14 @@
|
|
|
533
1152
|
},
|
|
534
1153
|
"4XS": {
|
|
535
1154
|
"value": "0.328",
|
|
536
|
-
"formula": "1.25**-5",
|
|
537
1155
|
"defaultUnit": "rem",
|
|
1156
|
+
"public": true,
|
|
538
1157
|
"filePath": "tokens/spacing/base.json",
|
|
539
1158
|
"isSource": true,
|
|
540
1159
|
"original": {
|
|
541
1160
|
"value": "0.328",
|
|
542
|
-
"
|
|
543
|
-
"
|
|
1161
|
+
"defaultUnit": "rem",
|
|
1162
|
+
"public": true
|
|
544
1163
|
},
|
|
545
1164
|
"name": "spacing-4-xs",
|
|
546
1165
|
"attributes": {
|
|
@@ -551,6 +1170,48 @@
|
|
|
551
1170
|
"spacing",
|
|
552
1171
|
"4XS"
|
|
553
1172
|
]
|
|
1173
|
+
},
|
|
1174
|
+
"5XS": {
|
|
1175
|
+
"value": "0.25",
|
|
1176
|
+
"defaultUnit": "rem",
|
|
1177
|
+
"public": true,
|
|
1178
|
+
"filePath": "tokens/spacing/base.json",
|
|
1179
|
+
"isSource": true,
|
|
1180
|
+
"original": {
|
|
1181
|
+
"value": "0.25",
|
|
1182
|
+
"defaultUnit": "rem",
|
|
1183
|
+
"public": true
|
|
1184
|
+
},
|
|
1185
|
+
"name": "spacing-5-xs",
|
|
1186
|
+
"attributes": {
|
|
1187
|
+
"category": "spacing",
|
|
1188
|
+
"type": "5XS"
|
|
1189
|
+
},
|
|
1190
|
+
"path": [
|
|
1191
|
+
"spacing",
|
|
1192
|
+
"5XS"
|
|
1193
|
+
]
|
|
1194
|
+
},
|
|
1195
|
+
"6XS": {
|
|
1196
|
+
"value": "0.125",
|
|
1197
|
+
"defaultUnit": "rem",
|
|
1198
|
+
"public": true,
|
|
1199
|
+
"filePath": "tokens/spacing/base.json",
|
|
1200
|
+
"isSource": true,
|
|
1201
|
+
"original": {
|
|
1202
|
+
"value": "0.125",
|
|
1203
|
+
"defaultUnit": "rem",
|
|
1204
|
+
"public": true
|
|
1205
|
+
},
|
|
1206
|
+
"name": "spacing-6-xs",
|
|
1207
|
+
"attributes": {
|
|
1208
|
+
"category": "spacing",
|
|
1209
|
+
"type": "6XS"
|
|
1210
|
+
},
|
|
1211
|
+
"path": [
|
|
1212
|
+
"spacing",
|
|
1213
|
+
"6XS"
|
|
1214
|
+
]
|
|
554
1215
|
}
|
|
555
1216
|
},
|
|
556
1217
|
"typography": {
|
|
@@ -576,6 +1237,48 @@
|
|
|
576
1237
|
"default"
|
|
577
1238
|
]
|
|
578
1239
|
},
|
|
1240
|
+
"secondary": {
|
|
1241
|
+
"value": "'Aleo', serif",
|
|
1242
|
+
"public": true,
|
|
1243
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1244
|
+
"isSource": true,
|
|
1245
|
+
"original": {
|
|
1246
|
+
"value": "'Aleo', serif",
|
|
1247
|
+
"public": true
|
|
1248
|
+
},
|
|
1249
|
+
"name": "typography-font-secondary",
|
|
1250
|
+
"attributes": {
|
|
1251
|
+
"category": "typography",
|
|
1252
|
+
"type": "font",
|
|
1253
|
+
"item": "secondary"
|
|
1254
|
+
},
|
|
1255
|
+
"path": [
|
|
1256
|
+
"typography",
|
|
1257
|
+
"font",
|
|
1258
|
+
"secondary"
|
|
1259
|
+
]
|
|
1260
|
+
},
|
|
1261
|
+
"code": {
|
|
1262
|
+
"value": "'Source Code Pro', monospace",
|
|
1263
|
+
"public": true,
|
|
1264
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1265
|
+
"isSource": true,
|
|
1266
|
+
"original": {
|
|
1267
|
+
"value": "'Source Code Pro', monospace",
|
|
1268
|
+
"public": true
|
|
1269
|
+
},
|
|
1270
|
+
"name": "typography-font-code",
|
|
1271
|
+
"attributes": {
|
|
1272
|
+
"category": "typography",
|
|
1273
|
+
"type": "font",
|
|
1274
|
+
"item": "code"
|
|
1275
|
+
},
|
|
1276
|
+
"path": [
|
|
1277
|
+
"typography",
|
|
1278
|
+
"font",
|
|
1279
|
+
"code"
|
|
1280
|
+
]
|
|
1281
|
+
},
|
|
579
1282
|
"headings": {
|
|
580
1283
|
"value": "'Poppins', sans-serif",
|
|
581
1284
|
"filePath": "tokens/typography/alias/font.json",
|
|
@@ -619,7 +1322,7 @@
|
|
|
619
1322
|
"filePath": "tokens/typography/alias/font.json",
|
|
620
1323
|
"isSource": true,
|
|
621
1324
|
"original": {
|
|
622
|
-
"value": "
|
|
1325
|
+
"value": "{typography.font.secondary.value}"
|
|
623
1326
|
},
|
|
624
1327
|
"name": "typography-font-lead",
|
|
625
1328
|
"attributes": {
|
|
@@ -638,7 +1341,7 @@
|
|
|
638
1341
|
"filePath": "tokens/typography/alias/font.json",
|
|
639
1342
|
"isSource": true,
|
|
640
1343
|
"original": {
|
|
641
|
-
"value": "
|
|
1344
|
+
"value": "{typography.font.secondary.value}"
|
|
642
1345
|
},
|
|
643
1346
|
"name": "typography-font-quote",
|
|
644
1347
|
"attributes": {
|
|
@@ -672,11 +1375,11 @@
|
|
|
672
1375
|
]
|
|
673
1376
|
},
|
|
674
1377
|
"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,
|
|
1378
|
+
"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&family=Source+Code+Pro:wght@400;600&display=swap'",
|
|
676
1379
|
"filePath": "tokens/typography/base/font.json",
|
|
677
1380
|
"isSource": true,
|
|
678
1381
|
"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,
|
|
1382
|
+
"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&family=Source+Code+Pro:wght@400;600&display=swap'"
|
|
680
1383
|
},
|
|
681
1384
|
"name": "typography-font-css-import",
|
|
682
1385
|
"attributes": {
|
|
@@ -694,10 +1397,12 @@
|
|
|
694
1397
|
"font-weight": {
|
|
695
1398
|
"regular": {
|
|
696
1399
|
"value": 400,
|
|
1400
|
+
"public": true,
|
|
697
1401
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
698
1402
|
"isSource": true,
|
|
699
1403
|
"original": {
|
|
700
|
-
"value": 400
|
|
1404
|
+
"value": 400,
|
|
1405
|
+
"public": true
|
|
701
1406
|
},
|
|
702
1407
|
"name": "typography-font-weight-regular",
|
|
703
1408
|
"attributes": {
|
|
@@ -711,31 +1416,14 @@
|
|
|
711
1416
|
"regular"
|
|
712
1417
|
]
|
|
713
1418
|
},
|
|
714
|
-
"medium": {
|
|
715
|
-
"value": 500,
|
|
716
|
-
"filePath": "tokens/typography/base/font-weight.json",
|
|
717
|
-
"isSource": true,
|
|
718
|
-
"original": {
|
|
719
|
-
"value": 500
|
|
720
|
-
},
|
|
721
|
-
"name": "typography-font-weight-medium",
|
|
722
|
-
"attributes": {
|
|
723
|
-
"category": "typography",
|
|
724
|
-
"type": "font-weight",
|
|
725
|
-
"item": "medium"
|
|
726
|
-
},
|
|
727
|
-
"path": [
|
|
728
|
-
"typography",
|
|
729
|
-
"font-weight",
|
|
730
|
-
"medium"
|
|
731
|
-
]
|
|
732
|
-
},
|
|
733
1419
|
"semibold": {
|
|
734
1420
|
"value": 600,
|
|
1421
|
+
"public": true,
|
|
735
1422
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
736
1423
|
"isSource": true,
|
|
737
1424
|
"original": {
|
|
738
|
-
"value": 600
|
|
1425
|
+
"value": 600,
|
|
1426
|
+
"public": true
|
|
739
1427
|
},
|
|
740
1428
|
"name": "typography-font-weight-semibold",
|
|
741
1429
|
"attributes": {
|
|
@@ -751,10 +1439,12 @@
|
|
|
751
1439
|
},
|
|
752
1440
|
"bold": {
|
|
753
1441
|
"value": 700,
|
|
1442
|
+
"public": true,
|
|
754
1443
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
755
1444
|
"isSource": true,
|
|
756
1445
|
"original": {
|
|
757
|
-
"value": 700
|
|
1446
|
+
"value": 700,
|
|
1447
|
+
"public": true
|
|
758
1448
|
},
|
|
759
1449
|
"name": "typography-font-weight-bold",
|
|
760
1450
|
"attributes": {
|
|
@@ -770,10 +1460,12 @@
|
|
|
770
1460
|
},
|
|
771
1461
|
"extrabold": {
|
|
772
1462
|
"value": 800,
|
|
1463
|
+
"public": true,
|
|
773
1464
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
774
1465
|
"isSource": true,
|
|
775
1466
|
"original": {
|
|
776
|
-
"value": 800
|
|
1467
|
+
"value": 800,
|
|
1468
|
+
"public": true
|
|
777
1469
|
},
|
|
778
1470
|
"name": "typography-font-weight-extrabold",
|
|
779
1471
|
"attributes": {
|
|
@@ -791,12 +1483,14 @@
|
|
|
791
1483
|
"letter-spacing": {
|
|
792
1484
|
"XL": {
|
|
793
1485
|
"value": "0.06",
|
|
794
|
-
"defaultUnit": "
|
|
1486
|
+
"defaultUnit": "rem",
|
|
1487
|
+
"public": true,
|
|
795
1488
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
796
1489
|
"isSource": true,
|
|
797
1490
|
"original": {
|
|
798
1491
|
"value": "0.06",
|
|
799
|
-
"defaultUnit": "
|
|
1492
|
+
"defaultUnit": "rem",
|
|
1493
|
+
"public": true
|
|
800
1494
|
},
|
|
801
1495
|
"name": "typography-letter-spacing-xl",
|
|
802
1496
|
"attributes": {
|
|
@@ -812,12 +1506,14 @@
|
|
|
812
1506
|
},
|
|
813
1507
|
"L": {
|
|
814
1508
|
"value": "0.04",
|
|
815
|
-
"defaultUnit": "
|
|
1509
|
+
"defaultUnit": "rem",
|
|
1510
|
+
"public": true,
|
|
816
1511
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
817
1512
|
"isSource": true,
|
|
818
1513
|
"original": {
|
|
819
1514
|
"value": "0.04",
|
|
820
|
-
"defaultUnit": "
|
|
1515
|
+
"defaultUnit": "rem",
|
|
1516
|
+
"public": true
|
|
821
1517
|
},
|
|
822
1518
|
"name": "typography-letter-spacing-l",
|
|
823
1519
|
"attributes": {
|
|
@@ -833,12 +1529,14 @@
|
|
|
833
1529
|
},
|
|
834
1530
|
"M": {
|
|
835
1531
|
"value": "0.02",
|
|
836
|
-
"defaultUnit": "
|
|
1532
|
+
"defaultUnit": "rem",
|
|
1533
|
+
"public": true,
|
|
837
1534
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
838
1535
|
"isSource": true,
|
|
839
1536
|
"original": {
|
|
840
1537
|
"value": "0.02",
|
|
841
|
-
"defaultUnit": "
|
|
1538
|
+
"defaultUnit": "rem",
|
|
1539
|
+
"public": true
|
|
842
1540
|
},
|
|
843
1541
|
"name": "typography-letter-spacing-m",
|
|
844
1542
|
"attributes": {
|
|
@@ -854,12 +1552,14 @@
|
|
|
854
1552
|
},
|
|
855
1553
|
"S": {
|
|
856
1554
|
"value": "0.01",
|
|
857
|
-
"defaultUnit": "
|
|
1555
|
+
"defaultUnit": "rem",
|
|
1556
|
+
"public": true,
|
|
858
1557
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
859
1558
|
"isSource": true,
|
|
860
1559
|
"original": {
|
|
861
1560
|
"value": "0.01",
|
|
862
|
-
"defaultUnit": "
|
|
1561
|
+
"defaultUnit": "rem",
|
|
1562
|
+
"public": true
|
|
863
1563
|
},
|
|
864
1564
|
"name": "typography-letter-spacing-s",
|
|
865
1565
|
"attributes": {
|
|
@@ -875,12 +1575,35 @@
|
|
|
875
1575
|
}
|
|
876
1576
|
},
|
|
877
1577
|
"line-height": {
|
|
1578
|
+
"XL": {
|
|
1579
|
+
"value": "195%",
|
|
1580
|
+
"public": true,
|
|
1581
|
+
"filePath": "tokens/typography/base/line-height.json",
|
|
1582
|
+
"isSource": true,
|
|
1583
|
+
"original": {
|
|
1584
|
+
"value": "195%",
|
|
1585
|
+
"public": true
|
|
1586
|
+
},
|
|
1587
|
+
"name": "typography-line-height-xl",
|
|
1588
|
+
"attributes": {
|
|
1589
|
+
"category": "typography",
|
|
1590
|
+
"type": "line-height",
|
|
1591
|
+
"item": "XL"
|
|
1592
|
+
},
|
|
1593
|
+
"path": [
|
|
1594
|
+
"typography",
|
|
1595
|
+
"line-height",
|
|
1596
|
+
"XL"
|
|
1597
|
+
]
|
|
1598
|
+
},
|
|
878
1599
|
"L": {
|
|
879
|
-
"value": "
|
|
1600
|
+
"value": "170%",
|
|
1601
|
+
"public": true,
|
|
880
1602
|
"filePath": "tokens/typography/base/line-height.json",
|
|
881
1603
|
"isSource": true,
|
|
882
1604
|
"original": {
|
|
883
|
-
"value": "
|
|
1605
|
+
"value": "170%",
|
|
1606
|
+
"public": true
|
|
884
1607
|
},
|
|
885
1608
|
"name": "typography-line-height-l",
|
|
886
1609
|
"attributes": {
|
|
@@ -895,11 +1618,13 @@
|
|
|
895
1618
|
]
|
|
896
1619
|
},
|
|
897
1620
|
"M": {
|
|
898
|
-
"value": "
|
|
1621
|
+
"value": "140%",
|
|
1622
|
+
"public": true,
|
|
899
1623
|
"filePath": "tokens/typography/base/line-height.json",
|
|
900
1624
|
"isSource": true,
|
|
901
1625
|
"original": {
|
|
902
|
-
"value": "
|
|
1626
|
+
"value": "140%",
|
|
1627
|
+
"public": true
|
|
903
1628
|
},
|
|
904
1629
|
"name": "typography-line-height-m",
|
|
905
1630
|
"attributes": {
|
|
@@ -914,11 +1639,13 @@
|
|
|
914
1639
|
]
|
|
915
1640
|
},
|
|
916
1641
|
"S": {
|
|
917
|
-
"value": "
|
|
1642
|
+
"value": "120%",
|
|
1643
|
+
"public": true,
|
|
918
1644
|
"filePath": "tokens/typography/base/line-height.json",
|
|
919
1645
|
"isSource": true,
|
|
920
1646
|
"original": {
|
|
921
|
-
"value": "
|
|
1647
|
+
"value": "120%",
|
|
1648
|
+
"public": true
|
|
922
1649
|
},
|
|
923
1650
|
"name": "typography-line-height-s",
|
|
924
1651
|
"attributes": {
|
|
@@ -933,36 +1660,61 @@
|
|
|
933
1660
|
]
|
|
934
1661
|
}
|
|
935
1662
|
},
|
|
936
|
-
"
|
|
937
|
-
"
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
"
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
"
|
|
948
|
-
|
|
1663
|
+
"multiplier": {
|
|
1664
|
+
"small": {
|
|
1665
|
+
"value": "0.75",
|
|
1666
|
+
"public": true,
|
|
1667
|
+
"filePath": "tokens/typography/base/multipliers.json",
|
|
1668
|
+
"isSource": true,
|
|
1669
|
+
"original": {
|
|
1670
|
+
"value": "0.75",
|
|
1671
|
+
"public": true
|
|
1672
|
+
},
|
|
1673
|
+
"name": "typography-multiplier-small",
|
|
1674
|
+
"attributes": {
|
|
1675
|
+
"category": "typography",
|
|
1676
|
+
"type": "multiplier",
|
|
1677
|
+
"item": "small"
|
|
1678
|
+
},
|
|
1679
|
+
"path": [
|
|
1680
|
+
"typography",
|
|
1681
|
+
"multiplier",
|
|
1682
|
+
"small"
|
|
1683
|
+
]
|
|
949
1684
|
},
|
|
950
|
-
"
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
-
|
|
1685
|
+
"medium": {
|
|
1686
|
+
"value": "0.85",
|
|
1687
|
+
"public": true,
|
|
1688
|
+
"filePath": "tokens/typography/base/multipliers.json",
|
|
1689
|
+
"isSource": true,
|
|
1690
|
+
"original": {
|
|
1691
|
+
"value": "0.85",
|
|
1692
|
+
"public": true
|
|
1693
|
+
},
|
|
1694
|
+
"name": "typography-multiplier-medium",
|
|
1695
|
+
"attributes": {
|
|
1696
|
+
"category": "typography",
|
|
1697
|
+
"type": "multiplier",
|
|
1698
|
+
"item": "medium"
|
|
1699
|
+
},
|
|
1700
|
+
"path": [
|
|
1701
|
+
"typography",
|
|
1702
|
+
"multiplier",
|
|
1703
|
+
"medium"
|
|
1704
|
+
]
|
|
1705
|
+
}
|
|
954
1706
|
},
|
|
955
1707
|
"size": {
|
|
956
1708
|
"4XL": {
|
|
957
1709
|
"value": "3.052",
|
|
958
|
-
"
|
|
959
|
-
"
|
|
1710
|
+
"defaultUnit": "rem",
|
|
1711
|
+
"public": true,
|
|
960
1712
|
"filePath": "tokens/typography/base/size.json",
|
|
961
1713
|
"isSource": true,
|
|
962
1714
|
"original": {
|
|
963
1715
|
"value": "3.052",
|
|
964
|
-
"
|
|
965
|
-
"
|
|
1716
|
+
"defaultUnit": "rem",
|
|
1717
|
+
"public": true
|
|
966
1718
|
},
|
|
967
1719
|
"name": "typography-size-4-xl",
|
|
968
1720
|
"attributes": {
|
|
@@ -977,15 +1729,15 @@
|
|
|
977
1729
|
]
|
|
978
1730
|
},
|
|
979
1731
|
"3XL": {
|
|
980
|
-
"value": "2.
|
|
981
|
-
"
|
|
982
|
-
"
|
|
1732
|
+
"value": "2.074",
|
|
1733
|
+
"defaultUnit": "rem",
|
|
1734
|
+
"public": true,
|
|
983
1735
|
"filePath": "tokens/typography/base/size.json",
|
|
984
1736
|
"isSource": true,
|
|
985
1737
|
"original": {
|
|
986
|
-
"value": "2.
|
|
987
|
-
"
|
|
988
|
-
"
|
|
1738
|
+
"value": "2.074",
|
|
1739
|
+
"defaultUnit": "rem",
|
|
1740
|
+
"public": true
|
|
989
1741
|
},
|
|
990
1742
|
"name": "typography-size-3-xl",
|
|
991
1743
|
"attributes": {
|
|
@@ -1000,15 +1752,15 @@
|
|
|
1000
1752
|
]
|
|
1001
1753
|
},
|
|
1002
1754
|
"2XL": {
|
|
1003
|
-
"value": "1.
|
|
1004
|
-
"
|
|
1005
|
-
"
|
|
1755
|
+
"value": "1.728",
|
|
1756
|
+
"defaultUnit": "rem",
|
|
1757
|
+
"public": true,
|
|
1006
1758
|
"filePath": "tokens/typography/base/size.json",
|
|
1007
1759
|
"isSource": true,
|
|
1008
1760
|
"original": {
|
|
1009
|
-
"value": "1.
|
|
1010
|
-
"
|
|
1011
|
-
"
|
|
1761
|
+
"value": "1.728",
|
|
1762
|
+
"defaultUnit": "rem",
|
|
1763
|
+
"public": true
|
|
1012
1764
|
},
|
|
1013
1765
|
"name": "typography-size-2-xl",
|
|
1014
1766
|
"attributes": {
|
|
@@ -1023,15 +1775,15 @@
|
|
|
1023
1775
|
]
|
|
1024
1776
|
},
|
|
1025
1777
|
"XL": {
|
|
1026
|
-
"value": "1.
|
|
1027
|
-
"
|
|
1028
|
-
"
|
|
1778
|
+
"value": "1.44",
|
|
1779
|
+
"defaultUnit": "rem",
|
|
1780
|
+
"public": true,
|
|
1029
1781
|
"filePath": "tokens/typography/base/size.json",
|
|
1030
1782
|
"isSource": true,
|
|
1031
1783
|
"original": {
|
|
1032
|
-
"value": "1.
|
|
1033
|
-
"
|
|
1034
|
-
"
|
|
1784
|
+
"value": "1.44",
|
|
1785
|
+
"defaultUnit": "rem",
|
|
1786
|
+
"public": true
|
|
1035
1787
|
},
|
|
1036
1788
|
"name": "typography-size-xl",
|
|
1037
1789
|
"attributes": {
|
|
@@ -1046,15 +1798,15 @@
|
|
|
1046
1798
|
]
|
|
1047
1799
|
},
|
|
1048
1800
|
"L": {
|
|
1049
|
-
"value": "1.
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
1801
|
+
"value": "1.2",
|
|
1802
|
+
"defaultUnit": "rem",
|
|
1803
|
+
"public": true,
|
|
1052
1804
|
"filePath": "tokens/typography/base/size.json",
|
|
1053
1805
|
"isSource": true,
|
|
1054
1806
|
"original": {
|
|
1055
|
-
"value": "1.
|
|
1056
|
-
"
|
|
1057
|
-
"
|
|
1807
|
+
"value": "1.2",
|
|
1808
|
+
"defaultUnit": "rem",
|
|
1809
|
+
"public": true
|
|
1058
1810
|
},
|
|
1059
1811
|
"name": "typography-size-l",
|
|
1060
1812
|
"attributes": {
|
|
@@ -1071,13 +1823,15 @@
|
|
|
1071
1823
|
"M": {
|
|
1072
1824
|
"value": "1",
|
|
1073
1825
|
"comment": "Base value.",
|
|
1074
|
-
"defaultUnit": "
|
|
1826
|
+
"defaultUnit": "rem",
|
|
1827
|
+
"public": true,
|
|
1075
1828
|
"filePath": "tokens/typography/base/size.json",
|
|
1076
1829
|
"isSource": true,
|
|
1077
1830
|
"original": {
|
|
1078
1831
|
"value": "1",
|
|
1079
1832
|
"comment": "Base value.",
|
|
1080
|
-
"defaultUnit": "
|
|
1833
|
+
"defaultUnit": "rem",
|
|
1834
|
+
"public": true
|
|
1081
1835
|
},
|
|
1082
1836
|
"name": "typography-size-m",
|
|
1083
1837
|
"attributes": {
|
|
@@ -1093,14 +1847,14 @@
|
|
|
1093
1847
|
},
|
|
1094
1848
|
"S": {
|
|
1095
1849
|
"value": "0.875",
|
|
1096
|
-
"
|
|
1097
|
-
"
|
|
1850
|
+
"defaultUnit": "rem",
|
|
1851
|
+
"public": true,
|
|
1098
1852
|
"filePath": "tokens/typography/base/size.json",
|
|
1099
1853
|
"isSource": true,
|
|
1100
1854
|
"original": {
|
|
1101
1855
|
"value": "0.875",
|
|
1102
|
-
"
|
|
1103
|
-
"
|
|
1856
|
+
"defaultUnit": "rem",
|
|
1857
|
+
"public": true
|
|
1104
1858
|
},
|
|
1105
1859
|
"name": "typography-size-s",
|
|
1106
1860
|
"attributes": {
|
|
@@ -1116,14 +1870,14 @@
|
|
|
1116
1870
|
},
|
|
1117
1871
|
"XS": {
|
|
1118
1872
|
"value": "0.75",
|
|
1119
|
-
"
|
|
1120
|
-
"
|
|
1873
|
+
"defaultUnit": "rem",
|
|
1874
|
+
"public": true,
|
|
1121
1875
|
"filePath": "tokens/typography/base/size.json",
|
|
1122
1876
|
"isSource": true,
|
|
1123
1877
|
"original": {
|
|
1124
1878
|
"value": "0.75",
|
|
1125
|
-
"
|
|
1126
|
-
"
|
|
1879
|
+
"defaultUnit": "rem",
|
|
1880
|
+
"public": true
|
|
1127
1881
|
},
|
|
1128
1882
|
"name": "typography-size-xs",
|
|
1129
1883
|
"attributes": {
|
|
@@ -1138,5 +1892,102 @@
|
|
|
1138
1892
|
]
|
|
1139
1893
|
}
|
|
1140
1894
|
}
|
|
1895
|
+
},
|
|
1896
|
+
"z-index": {
|
|
1897
|
+
"navigation": {
|
|
1898
|
+
"value": 100,
|
|
1899
|
+
"public": true,
|
|
1900
|
+
"filePath": "tokens/z-index/base.json",
|
|
1901
|
+
"isSource": true,
|
|
1902
|
+
"original": {
|
|
1903
|
+
"value": 100,
|
|
1904
|
+
"public": true
|
|
1905
|
+
},
|
|
1906
|
+
"name": "z-index-navigation",
|
|
1907
|
+
"attributes": {
|
|
1908
|
+
"category": "z-index",
|
|
1909
|
+
"type": "navigation"
|
|
1910
|
+
},
|
|
1911
|
+
"path": [
|
|
1912
|
+
"z-index",
|
|
1913
|
+
"navigation"
|
|
1914
|
+
]
|
|
1915
|
+
},
|
|
1916
|
+
"dropdown": {
|
|
1917
|
+
"value": 200,
|
|
1918
|
+
"public": true,
|
|
1919
|
+
"filePath": "tokens/z-index/base.json",
|
|
1920
|
+
"isSource": true,
|
|
1921
|
+
"original": {
|
|
1922
|
+
"value": 200,
|
|
1923
|
+
"public": true
|
|
1924
|
+
},
|
|
1925
|
+
"name": "z-index-dropdown",
|
|
1926
|
+
"attributes": {
|
|
1927
|
+
"category": "z-index",
|
|
1928
|
+
"type": "dropdown"
|
|
1929
|
+
},
|
|
1930
|
+
"path": [
|
|
1931
|
+
"z-index",
|
|
1932
|
+
"dropdown"
|
|
1933
|
+
]
|
|
1934
|
+
},
|
|
1935
|
+
"notifications": {
|
|
1936
|
+
"value": 300,
|
|
1937
|
+
"public": true,
|
|
1938
|
+
"filePath": "tokens/z-index/base.json",
|
|
1939
|
+
"isSource": true,
|
|
1940
|
+
"original": {
|
|
1941
|
+
"value": 300,
|
|
1942
|
+
"public": true
|
|
1943
|
+
},
|
|
1944
|
+
"name": "z-index-notifications",
|
|
1945
|
+
"attributes": {
|
|
1946
|
+
"category": "z-index",
|
|
1947
|
+
"type": "notifications"
|
|
1948
|
+
},
|
|
1949
|
+
"path": [
|
|
1950
|
+
"z-index",
|
|
1951
|
+
"notifications"
|
|
1952
|
+
]
|
|
1953
|
+
},
|
|
1954
|
+
"overlay": {
|
|
1955
|
+
"value": 400,
|
|
1956
|
+
"public": true,
|
|
1957
|
+
"filePath": "tokens/z-index/base.json",
|
|
1958
|
+
"isSource": true,
|
|
1959
|
+
"original": {
|
|
1960
|
+
"value": 400,
|
|
1961
|
+
"public": true
|
|
1962
|
+
},
|
|
1963
|
+
"name": "z-index-overlay",
|
|
1964
|
+
"attributes": {
|
|
1965
|
+
"category": "z-index",
|
|
1966
|
+
"type": "overlay"
|
|
1967
|
+
},
|
|
1968
|
+
"path": [
|
|
1969
|
+
"z-index",
|
|
1970
|
+
"overlay"
|
|
1971
|
+
]
|
|
1972
|
+
},
|
|
1973
|
+
"modal": {
|
|
1974
|
+
"value": 500,
|
|
1975
|
+
"public": true,
|
|
1976
|
+
"filePath": "tokens/z-index/base.json",
|
|
1977
|
+
"isSource": true,
|
|
1978
|
+
"original": {
|
|
1979
|
+
"value": 500,
|
|
1980
|
+
"public": true
|
|
1981
|
+
},
|
|
1982
|
+
"name": "z-index-modal",
|
|
1983
|
+
"attributes": {
|
|
1984
|
+
"category": "z-index",
|
|
1985
|
+
"type": "modal"
|
|
1986
|
+
},
|
|
1987
|
+
"path": [
|
|
1988
|
+
"z-index",
|
|
1989
|
+
"modal"
|
|
1990
|
+
]
|
|
1991
|
+
}
|
|
1141
1992
|
}
|
|
1142
|
-
}
|
|
1993
|
+
}
|