@pantheon-systems/pds-design-tokens 1.0.0-dev.10 → 1.0.0-dev.101
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 +159 -50
- package/build/css/pds-design-tokens-light-mode.css +166 -47
- package/build/css/pds-design-tokens.css +73 -0
- package/build/figma/pds-design-tokens-figma.json +9772 -4533
- package/build/json/pds-design-tokens-dark-mode.json +3987 -1615
- package/build/json/pds-design-tokens-light-mode.json +4118 -1504
- package/build/json/pds-design-tokens.json +1132 -218
- 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 -17
|
@@ -1,12 +1,83 @@
|
|
|
1
1
|
{
|
|
2
2
|
"animation": {
|
|
3
|
+
"focus": {
|
|
4
|
+
"transition": {
|
|
5
|
+
"value": "outline 200ms ease-in-out 0s",
|
|
6
|
+
"public": true,
|
|
7
|
+
"filePath": "tokens/animation/alias.json",
|
|
8
|
+
"isSource": true,
|
|
9
|
+
"original": {
|
|
10
|
+
"value": "outline {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
|
|
11
|
+
"public": true
|
|
12
|
+
},
|
|
13
|
+
"name": "animation-focus-transition",
|
|
14
|
+
"attributes": {
|
|
15
|
+
"category": "animation",
|
|
16
|
+
"type": "focus",
|
|
17
|
+
"item": "transition"
|
|
18
|
+
},
|
|
19
|
+
"path": [
|
|
20
|
+
"animation",
|
|
21
|
+
"focus",
|
|
22
|
+
"transition"
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"rotation": {
|
|
27
|
+
"transition": {
|
|
28
|
+
"value": "transform 200ms ease-in-out 0s",
|
|
29
|
+
"public": true,
|
|
30
|
+
"filePath": "tokens/animation/alias.json",
|
|
31
|
+
"isSource": true,
|
|
32
|
+
"original": {
|
|
33
|
+
"value": "transform {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
|
|
34
|
+
"public": true
|
|
35
|
+
},
|
|
36
|
+
"name": "animation-rotation-transition",
|
|
37
|
+
"attributes": {
|
|
38
|
+
"category": "animation",
|
|
39
|
+
"type": "rotation",
|
|
40
|
+
"item": "transition"
|
|
41
|
+
},
|
|
42
|
+
"path": [
|
|
43
|
+
"animation",
|
|
44
|
+
"rotation",
|
|
45
|
+
"transition"
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"reveal": {
|
|
50
|
+
"transition": {
|
|
51
|
+
"value": "all 300ms ease-in-out",
|
|
52
|
+
"public": true,
|
|
53
|
+
"filePath": "tokens/animation/alias.json",
|
|
54
|
+
"isSource": true,
|
|
55
|
+
"original": {
|
|
56
|
+
"value": "all {animation.transition.reveal.duration.value} {animation.transition.default.timing-function.value}",
|
|
57
|
+
"public": true
|
|
58
|
+
},
|
|
59
|
+
"name": "animation-reveal-transition",
|
|
60
|
+
"attributes": {
|
|
61
|
+
"category": "animation",
|
|
62
|
+
"type": "reveal",
|
|
63
|
+
"item": "transition"
|
|
64
|
+
},
|
|
65
|
+
"path": [
|
|
66
|
+
"animation",
|
|
67
|
+
"reveal",
|
|
68
|
+
"transition"
|
|
69
|
+
]
|
|
70
|
+
}
|
|
71
|
+
},
|
|
3
72
|
"button": {
|
|
4
73
|
"transition": {
|
|
5
|
-
"value": "
|
|
74
|
+
"value": "all 200ms ease-in-out 0s",
|
|
75
|
+
"public": true,
|
|
6
76
|
"filePath": "tokens/animation/alias.json",
|
|
7
77
|
"isSource": true,
|
|
8
78
|
"original": {
|
|
9
|
-
"value": "
|
|
79
|
+
"value": "all {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
|
|
80
|
+
"public": true
|
|
10
81
|
},
|
|
11
82
|
"name": "animation-button-transition",
|
|
12
83
|
"attributes": {
|
|
@@ -21,6 +92,52 @@
|
|
|
21
92
|
]
|
|
22
93
|
}
|
|
23
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}",
|
|
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
|
+
},
|
|
24
141
|
"transition": {
|
|
25
142
|
"default": {
|
|
26
143
|
"delay": {
|
|
@@ -117,6 +234,31 @@
|
|
|
117
234
|
"duration"
|
|
118
235
|
]
|
|
119
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
|
+
}
|
|
120
262
|
}
|
|
121
263
|
}
|
|
122
264
|
},
|
|
@@ -144,6 +286,52 @@
|
|
|
144
286
|
"radius",
|
|
145
287
|
"default"
|
|
146
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
|
+
]
|
|
147
335
|
}
|
|
148
336
|
},
|
|
149
337
|
"width": {
|
|
@@ -172,158 +360,596 @@
|
|
|
172
360
|
}
|
|
173
361
|
}
|
|
174
362
|
},
|
|
175
|
-
"
|
|
176
|
-
"
|
|
363
|
+
"container": {
|
|
364
|
+
"modal": {
|
|
177
365
|
"width": {
|
|
178
|
-
"
|
|
179
|
-
|
|
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",
|
|
180
442
|
"isSource": true,
|
|
181
443
|
"original": {
|
|
182
|
-
"value": "
|
|
444
|
+
"value": "1024px",
|
|
445
|
+
"public": true
|
|
183
446
|
},
|
|
184
|
-
"name": "
|
|
447
|
+
"name": "container-max-width-narrow",
|
|
185
448
|
"attributes": {
|
|
186
|
-
"category": "
|
|
187
|
-
"type": "
|
|
188
|
-
"item": "
|
|
449
|
+
"category": "container",
|
|
450
|
+
"type": "max-width",
|
|
451
|
+
"item": "narrow"
|
|
189
452
|
},
|
|
190
453
|
"path": [
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
454
|
+
"container",
|
|
455
|
+
"max-width",
|
|
456
|
+
"narrow"
|
|
194
457
|
]
|
|
195
458
|
},
|
|
196
|
-
"
|
|
197
|
-
"value": "
|
|
198
|
-
"
|
|
459
|
+
"standard": {
|
|
460
|
+
"value": "1200px",
|
|
461
|
+
"public": true,
|
|
462
|
+
"filePath": "tokens/container/base.json",
|
|
199
463
|
"isSource": true,
|
|
200
464
|
"original": {
|
|
201
|
-
"value": "
|
|
465
|
+
"value": "1200px",
|
|
466
|
+
"public": true
|
|
202
467
|
},
|
|
203
|
-
"name": "
|
|
468
|
+
"name": "container-max-width-standard",
|
|
204
469
|
"attributes": {
|
|
205
|
-
"category": "
|
|
206
|
-
"type": "
|
|
207
|
-
"item": "
|
|
470
|
+
"category": "container",
|
|
471
|
+
"type": "max-width",
|
|
472
|
+
"item": "standard"
|
|
208
473
|
},
|
|
209
474
|
"path": [
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
"
|
|
475
|
+
"container",
|
|
476
|
+
"max-width",
|
|
477
|
+
"standard"
|
|
213
478
|
]
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
"
|
|
219
|
-
"filePath": "tokens/grid/base.json",
|
|
479
|
+
},
|
|
480
|
+
"wide": {
|
|
481
|
+
"value": "1440px",
|
|
482
|
+
"public": true,
|
|
483
|
+
"filePath": "tokens/container/base.json",
|
|
220
484
|
"isSource": true,
|
|
221
485
|
"original": {
|
|
222
|
-
"value": "
|
|
486
|
+
"value": "1440px",
|
|
487
|
+
"public": true
|
|
223
488
|
},
|
|
224
|
-
"name": "
|
|
489
|
+
"name": "container-max-width-wide",
|
|
225
490
|
"attributes": {
|
|
226
|
-
"category": "
|
|
227
|
-
"type": "
|
|
228
|
-
"item": "
|
|
491
|
+
"category": "container",
|
|
492
|
+
"type": "max-width",
|
|
493
|
+
"item": "wide"
|
|
229
494
|
},
|
|
230
495
|
"path": [
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
"
|
|
496
|
+
"container",
|
|
497
|
+
"max-width",
|
|
498
|
+
"wide"
|
|
234
499
|
]
|
|
235
500
|
},
|
|
236
|
-
"
|
|
237
|
-
"value": "
|
|
238
|
-
"
|
|
501
|
+
"x-wide": {
|
|
502
|
+
"value": "1600px",
|
|
503
|
+
"public": true,
|
|
504
|
+
"filePath": "tokens/container/base.json",
|
|
239
505
|
"isSource": true,
|
|
240
506
|
"original": {
|
|
241
|
-
"value": "
|
|
507
|
+
"value": "1600px",
|
|
508
|
+
"public": true
|
|
242
509
|
},
|
|
243
|
-
"name": "
|
|
510
|
+
"name": "container-max-width-x-wide",
|
|
244
511
|
"attributes": {
|
|
245
|
-
"category": "
|
|
246
|
-
"type": "
|
|
247
|
-
"item": "
|
|
512
|
+
"category": "container",
|
|
513
|
+
"type": "max-width",
|
|
514
|
+
"item": "x-wide"
|
|
248
515
|
},
|
|
249
516
|
"path": [
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
"
|
|
517
|
+
"container",
|
|
518
|
+
"max-width",
|
|
519
|
+
"x-wide"
|
|
253
520
|
]
|
|
254
521
|
}
|
|
255
522
|
},
|
|
256
|
-
"
|
|
257
|
-
"
|
|
258
|
-
"value": "6
|
|
259
|
-
"
|
|
523
|
+
"padding": {
|
|
524
|
+
"base": {
|
|
525
|
+
"value": "6%",
|
|
526
|
+
"public": true,
|
|
527
|
+
"filePath": "tokens/container/base.json",
|
|
260
528
|
"isSource": true,
|
|
261
529
|
"original": {
|
|
262
|
-
"value": "6
|
|
530
|
+
"value": "6%",
|
|
531
|
+
"public": true
|
|
263
532
|
},
|
|
264
|
-
"name": "
|
|
533
|
+
"name": "container-padding-base",
|
|
265
534
|
"attributes": {
|
|
266
|
-
"category": "
|
|
267
|
-
"type": "
|
|
268
|
-
"item": "
|
|
535
|
+
"category": "container",
|
|
536
|
+
"type": "padding",
|
|
537
|
+
"item": "base"
|
|
269
538
|
},
|
|
270
539
|
"path": [
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
-
"
|
|
540
|
+
"container",
|
|
541
|
+
"padding",
|
|
542
|
+
"base"
|
|
274
543
|
]
|
|
275
544
|
},
|
|
276
|
-
"
|
|
545
|
+
"base-breakpoint-md": {
|
|
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-base-breakpoint-md",
|
|
555
|
+
"attributes": {
|
|
556
|
+
"category": "container",
|
|
557
|
+
"type": "padding",
|
|
558
|
+
"item": "base-breakpoint-md"
|
|
559
|
+
},
|
|
560
|
+
"path": [
|
|
561
|
+
"container",
|
|
562
|
+
"padding",
|
|
563
|
+
"base-breakpoint-md"
|
|
564
|
+
]
|
|
565
|
+
},
|
|
566
|
+
"base-breakpoint-lg": {
|
|
277
567
|
"value": "2%",
|
|
568
|
+
"public": true,
|
|
569
|
+
"filePath": "tokens/container/base.json",
|
|
570
|
+
"isSource": true,
|
|
571
|
+
"original": {
|
|
572
|
+
"value": "2%",
|
|
573
|
+
"public": true
|
|
574
|
+
},
|
|
575
|
+
"name": "container-padding-base-breakpoint-lg",
|
|
576
|
+
"attributes": {
|
|
577
|
+
"category": "container",
|
|
578
|
+
"type": "padding",
|
|
579
|
+
"item": "base-breakpoint-lg"
|
|
580
|
+
},
|
|
581
|
+
"path": [
|
|
582
|
+
"container",
|
|
583
|
+
"padding",
|
|
584
|
+
"base-breakpoint-lg"
|
|
585
|
+
]
|
|
586
|
+
},
|
|
587
|
+
"narrow-breakpoint-md": {
|
|
588
|
+
"value": "12%",
|
|
589
|
+
"public": true,
|
|
590
|
+
"filePath": "tokens/container/base.json",
|
|
591
|
+
"isSource": true,
|
|
592
|
+
"original": {
|
|
593
|
+
"value": "12%",
|
|
594
|
+
"public": true
|
|
595
|
+
},
|
|
596
|
+
"name": "container-padding-narrow-breakpoint-md",
|
|
597
|
+
"attributes": {
|
|
598
|
+
"category": "container",
|
|
599
|
+
"type": "padding",
|
|
600
|
+
"item": "narrow-breakpoint-md"
|
|
601
|
+
},
|
|
602
|
+
"path": [
|
|
603
|
+
"container",
|
|
604
|
+
"padding",
|
|
605
|
+
"narrow-breakpoint-md"
|
|
606
|
+
]
|
|
607
|
+
},
|
|
608
|
+
"narrow-breakpoint-lg": {
|
|
609
|
+
"value": "20%",
|
|
610
|
+
"public": true,
|
|
611
|
+
"filePath": "tokens/container/base.json",
|
|
612
|
+
"isSource": true,
|
|
613
|
+
"original": {
|
|
614
|
+
"value": "20%",
|
|
615
|
+
"public": true
|
|
616
|
+
},
|
|
617
|
+
"name": "container-padding-narrow-breakpoint-lg",
|
|
618
|
+
"attributes": {
|
|
619
|
+
"category": "container",
|
|
620
|
+
"type": "padding",
|
|
621
|
+
"item": "narrow-breakpoint-lg"
|
|
622
|
+
},
|
|
623
|
+
"path": [
|
|
624
|
+
"container",
|
|
625
|
+
"padding",
|
|
626
|
+
"narrow-breakpoint-lg"
|
|
627
|
+
]
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
"grid": {
|
|
632
|
+
"columns-4": {
|
|
633
|
+
"gap": {
|
|
634
|
+
"value": "5.5%",
|
|
278
635
|
"filePath": "tokens/grid/base.json",
|
|
279
636
|
"isSource": true,
|
|
280
637
|
"original": {
|
|
281
|
-
"value": "
|
|
638
|
+
"value": "5.5%"
|
|
282
639
|
},
|
|
283
|
-
"name": "grid-columns-
|
|
640
|
+
"name": "grid-columns-4-gap",
|
|
284
641
|
"attributes": {
|
|
285
642
|
"category": "grid",
|
|
286
|
-
"type": "columns-
|
|
643
|
+
"type": "columns-4",
|
|
287
644
|
"item": "gap"
|
|
288
645
|
},
|
|
289
646
|
"path": [
|
|
290
647
|
"grid",
|
|
291
|
-
"columns-
|
|
648
|
+
"columns-4",
|
|
292
649
|
"gap"
|
|
293
650
|
]
|
|
294
651
|
}
|
|
652
|
+
},
|
|
653
|
+
"columns-12": {
|
|
654
|
+
"bp-md": {
|
|
655
|
+
"gap": {
|
|
656
|
+
"narrow": {
|
|
657
|
+
"value": "1.25",
|
|
658
|
+
"filePath": "tokens/grid/base.json",
|
|
659
|
+
"isSource": true,
|
|
660
|
+
"original": {
|
|
661
|
+
"value": "{spacing.L.value}"
|
|
662
|
+
},
|
|
663
|
+
"name": "grid-columns-12-bp-md-gap-narrow",
|
|
664
|
+
"attributes": {
|
|
665
|
+
"category": "grid",
|
|
666
|
+
"type": "columns-12",
|
|
667
|
+
"item": "bp-md",
|
|
668
|
+
"subitem": "gap",
|
|
669
|
+
"state": "narrow"
|
|
670
|
+
},
|
|
671
|
+
"path": [
|
|
672
|
+
"grid",
|
|
673
|
+
"columns-12",
|
|
674
|
+
"bp-md",
|
|
675
|
+
"gap",
|
|
676
|
+
"narrow"
|
|
677
|
+
]
|
|
678
|
+
},
|
|
679
|
+
"standard": {
|
|
680
|
+
"value": "1.563",
|
|
681
|
+
"filePath": "tokens/grid/base.json",
|
|
682
|
+
"isSource": true,
|
|
683
|
+
"original": {
|
|
684
|
+
"value": "{spacing.XL.value}"
|
|
685
|
+
},
|
|
686
|
+
"name": "grid-columns-12-bp-md-gap-standard",
|
|
687
|
+
"attributes": {
|
|
688
|
+
"category": "grid",
|
|
689
|
+
"type": "columns-12",
|
|
690
|
+
"item": "bp-md",
|
|
691
|
+
"subitem": "gap",
|
|
692
|
+
"state": "standard"
|
|
693
|
+
},
|
|
694
|
+
"path": [
|
|
695
|
+
"grid",
|
|
696
|
+
"columns-12",
|
|
697
|
+
"bp-md",
|
|
698
|
+
"gap",
|
|
699
|
+
"standard"
|
|
700
|
+
]
|
|
701
|
+
},
|
|
702
|
+
"wide": {
|
|
703
|
+
"value": "1.953",
|
|
704
|
+
"filePath": "tokens/grid/base.json",
|
|
705
|
+
"isSource": true,
|
|
706
|
+
"original": {
|
|
707
|
+
"value": "{spacing.2XL.value}"
|
|
708
|
+
},
|
|
709
|
+
"name": "grid-columns-12-bp-md-gap-wide",
|
|
710
|
+
"attributes": {
|
|
711
|
+
"category": "grid",
|
|
712
|
+
"type": "columns-12",
|
|
713
|
+
"item": "bp-md",
|
|
714
|
+
"subitem": "gap",
|
|
715
|
+
"state": "wide"
|
|
716
|
+
},
|
|
717
|
+
"path": [
|
|
718
|
+
"grid",
|
|
719
|
+
"columns-12",
|
|
720
|
+
"bp-md",
|
|
721
|
+
"gap",
|
|
722
|
+
"wide"
|
|
723
|
+
]
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
"bp-lg": {
|
|
728
|
+
"gap": {
|
|
729
|
+
"narrow": {
|
|
730
|
+
"value": "1.563",
|
|
731
|
+
"filePath": "tokens/grid/base.json",
|
|
732
|
+
"isSource": true,
|
|
733
|
+
"original": {
|
|
734
|
+
"value": "{spacing.XL.value}"
|
|
735
|
+
},
|
|
736
|
+
"name": "grid-columns-12-bp-lg-gap-narrow",
|
|
737
|
+
"attributes": {
|
|
738
|
+
"category": "grid",
|
|
739
|
+
"type": "columns-12",
|
|
740
|
+
"item": "bp-lg",
|
|
741
|
+
"subitem": "gap",
|
|
742
|
+
"state": "narrow"
|
|
743
|
+
},
|
|
744
|
+
"path": [
|
|
745
|
+
"grid",
|
|
746
|
+
"columns-12",
|
|
747
|
+
"bp-lg",
|
|
748
|
+
"gap",
|
|
749
|
+
"narrow"
|
|
750
|
+
]
|
|
751
|
+
},
|
|
752
|
+
"standard": {
|
|
753
|
+
"value": "1.953",
|
|
754
|
+
"filePath": "tokens/grid/base.json",
|
|
755
|
+
"isSource": true,
|
|
756
|
+
"original": {
|
|
757
|
+
"value": "{spacing.2XL.value}"
|
|
758
|
+
},
|
|
759
|
+
"name": "grid-columns-12-bp-lg-gap-standard",
|
|
760
|
+
"attributes": {
|
|
761
|
+
"category": "grid",
|
|
762
|
+
"type": "columns-12",
|
|
763
|
+
"item": "bp-lg",
|
|
764
|
+
"subitem": "gap",
|
|
765
|
+
"state": "standard"
|
|
766
|
+
},
|
|
767
|
+
"path": [
|
|
768
|
+
"grid",
|
|
769
|
+
"columns-12",
|
|
770
|
+
"bp-lg",
|
|
771
|
+
"gap",
|
|
772
|
+
"standard"
|
|
773
|
+
]
|
|
774
|
+
},
|
|
775
|
+
"wide": {
|
|
776
|
+
"value": "2.441",
|
|
777
|
+
"filePath": "tokens/grid/base.json",
|
|
778
|
+
"isSource": true,
|
|
779
|
+
"original": {
|
|
780
|
+
"value": "{spacing.3XL.value}"
|
|
781
|
+
},
|
|
782
|
+
"name": "grid-columns-12-bp-lg-gap-wide",
|
|
783
|
+
"attributes": {
|
|
784
|
+
"category": "grid",
|
|
785
|
+
"type": "columns-12",
|
|
786
|
+
"item": "bp-lg",
|
|
787
|
+
"subitem": "gap",
|
|
788
|
+
"state": "wide"
|
|
789
|
+
},
|
|
790
|
+
"path": [
|
|
791
|
+
"grid",
|
|
792
|
+
"columns-12",
|
|
793
|
+
"bp-lg",
|
|
794
|
+
"gap",
|
|
795
|
+
"wide"
|
|
796
|
+
]
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
},
|
|
801
|
+
"marketing": {
|
|
802
|
+
"column": {
|
|
803
|
+
"small": {
|
|
804
|
+
"value": "21.34375%",
|
|
805
|
+
"public": true,
|
|
806
|
+
"filePath": "tokens/grid/base.json",
|
|
807
|
+
"isSource": true,
|
|
808
|
+
"original": {
|
|
809
|
+
"value": "21.34375%",
|
|
810
|
+
"public": true
|
|
811
|
+
},
|
|
812
|
+
"name": "grid-marketing-column-small",
|
|
813
|
+
"attributes": {
|
|
814
|
+
"category": "grid",
|
|
815
|
+
"type": "marketing",
|
|
816
|
+
"item": "column",
|
|
817
|
+
"subitem": "small"
|
|
818
|
+
},
|
|
819
|
+
"path": [
|
|
820
|
+
"grid",
|
|
821
|
+
"marketing",
|
|
822
|
+
"column",
|
|
823
|
+
"small"
|
|
824
|
+
]
|
|
825
|
+
},
|
|
826
|
+
"medium-large": {
|
|
827
|
+
"value": "5.125%",
|
|
828
|
+
"public": true,
|
|
829
|
+
"filePath": "tokens/grid/base.json",
|
|
830
|
+
"isSource": true,
|
|
831
|
+
"original": {
|
|
832
|
+
"value": "5.125%",
|
|
833
|
+
"public": true
|
|
834
|
+
},
|
|
835
|
+
"name": "grid-marketing-column-medium-large",
|
|
836
|
+
"attributes": {
|
|
837
|
+
"category": "grid",
|
|
838
|
+
"type": "marketing",
|
|
839
|
+
"item": "column",
|
|
840
|
+
"subitem": "medium-large"
|
|
841
|
+
},
|
|
842
|
+
"path": [
|
|
843
|
+
"grid",
|
|
844
|
+
"marketing",
|
|
845
|
+
"column",
|
|
846
|
+
"medium-large"
|
|
847
|
+
]
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
"gap": {
|
|
851
|
+
"small": {
|
|
852
|
+
"value": "4.875%",
|
|
853
|
+
"public": true,
|
|
854
|
+
"filePath": "tokens/grid/base.json",
|
|
855
|
+
"isSource": true,
|
|
856
|
+
"original": {
|
|
857
|
+
"value": "4.875%",
|
|
858
|
+
"public": true
|
|
859
|
+
},
|
|
860
|
+
"name": "grid-marketing-gap-small",
|
|
861
|
+
"attributes": {
|
|
862
|
+
"category": "grid",
|
|
863
|
+
"type": "marketing",
|
|
864
|
+
"item": "gap",
|
|
865
|
+
"subitem": "small"
|
|
866
|
+
},
|
|
867
|
+
"path": [
|
|
868
|
+
"grid",
|
|
869
|
+
"marketing",
|
|
870
|
+
"gap",
|
|
871
|
+
"small"
|
|
872
|
+
]
|
|
873
|
+
},
|
|
874
|
+
"medium-large": {
|
|
875
|
+
"value": "3.5%",
|
|
876
|
+
"public": true,
|
|
877
|
+
"filePath": "tokens/grid/base.json",
|
|
878
|
+
"isSource": true,
|
|
879
|
+
"original": {
|
|
880
|
+
"value": "3.5%",
|
|
881
|
+
"public": true
|
|
882
|
+
},
|
|
883
|
+
"name": "grid-marketing-gap-medium-large",
|
|
884
|
+
"attributes": {
|
|
885
|
+
"category": "grid",
|
|
886
|
+
"type": "marketing",
|
|
887
|
+
"item": "gap",
|
|
888
|
+
"subitem": "medium-large"
|
|
889
|
+
},
|
|
890
|
+
"path": [
|
|
891
|
+
"grid",
|
|
892
|
+
"marketing",
|
|
893
|
+
"gap",
|
|
894
|
+
"medium-large"
|
|
895
|
+
]
|
|
896
|
+
}
|
|
897
|
+
}
|
|
295
898
|
}
|
|
296
899
|
},
|
|
297
900
|
"spacing": {
|
|
298
|
-
"
|
|
299
|
-
"value": "
|
|
300
|
-
"
|
|
901
|
+
"8XL": {
|
|
902
|
+
"value": "7.451",
|
|
903
|
+
"defaultUnit": "rem",
|
|
904
|
+
"public": true,
|
|
301
905
|
"filePath": "tokens/spacing/base.json",
|
|
302
906
|
"isSource": true,
|
|
303
907
|
"original": {
|
|
304
|
-
"value": "
|
|
305
|
-
"
|
|
908
|
+
"value": "7.451",
|
|
909
|
+
"defaultUnit": "rem",
|
|
910
|
+
"public": true
|
|
911
|
+
},
|
|
912
|
+
"name": "spacing-8-xl",
|
|
913
|
+
"attributes": {
|
|
914
|
+
"category": "spacing",
|
|
915
|
+
"type": "8XL"
|
|
916
|
+
},
|
|
917
|
+
"path": [
|
|
918
|
+
"spacing",
|
|
919
|
+
"8XL"
|
|
920
|
+
]
|
|
921
|
+
},
|
|
922
|
+
"7XL": {
|
|
923
|
+
"value": "5.96",
|
|
924
|
+
"defaultUnit": "rem",
|
|
925
|
+
"public": true,
|
|
926
|
+
"filePath": "tokens/spacing/base.json",
|
|
927
|
+
"isSource": true,
|
|
928
|
+
"original": {
|
|
929
|
+
"value": "5.96",
|
|
930
|
+
"defaultUnit": "rem",
|
|
931
|
+
"public": true
|
|
306
932
|
},
|
|
307
|
-
"name": "spacing-
|
|
933
|
+
"name": "spacing-7-xl",
|
|
308
934
|
"attributes": {
|
|
309
935
|
"category": "spacing",
|
|
310
|
-
"type": "
|
|
936
|
+
"type": "7XL"
|
|
311
937
|
},
|
|
312
938
|
"path": [
|
|
313
939
|
"spacing",
|
|
314
|
-
"
|
|
940
|
+
"7XL"
|
|
315
941
|
]
|
|
316
942
|
},
|
|
317
943
|
"6XL": {
|
|
318
944
|
"value": "4.678",
|
|
319
|
-
"formula": "1.25**7",
|
|
320
945
|
"defaultUnit": "rem",
|
|
946
|
+
"public": true,
|
|
321
947
|
"filePath": "tokens/spacing/base.json",
|
|
322
948
|
"isSource": true,
|
|
323
949
|
"original": {
|
|
324
950
|
"value": "4.678",
|
|
325
|
-
"
|
|
326
|
-
"
|
|
951
|
+
"defaultUnit": "rem",
|
|
952
|
+
"public": true
|
|
327
953
|
},
|
|
328
954
|
"name": "spacing-6-xl",
|
|
329
955
|
"attributes": {
|
|
@@ -337,14 +963,14 @@
|
|
|
337
963
|
},
|
|
338
964
|
"5XL": {
|
|
339
965
|
"value": "3.815",
|
|
340
|
-
"formula": "1.25**6",
|
|
341
966
|
"defaultUnit": "rem",
|
|
967
|
+
"public": true,
|
|
342
968
|
"filePath": "tokens/spacing/base.json",
|
|
343
969
|
"isSource": true,
|
|
344
970
|
"original": {
|
|
345
971
|
"value": "3.815",
|
|
346
|
-
"
|
|
347
|
-
"
|
|
972
|
+
"defaultUnit": "rem",
|
|
973
|
+
"public": true
|
|
348
974
|
},
|
|
349
975
|
"name": "spacing-5-xl",
|
|
350
976
|
"attributes": {
|
|
@@ -358,14 +984,14 @@
|
|
|
358
984
|
},
|
|
359
985
|
"4XL": {
|
|
360
986
|
"value": "3.052",
|
|
361
|
-
"formula": "1.25**5",
|
|
362
987
|
"defaultUnit": "rem",
|
|
988
|
+
"public": true,
|
|
363
989
|
"filePath": "tokens/spacing/base.json",
|
|
364
990
|
"isSource": true,
|
|
365
991
|
"original": {
|
|
366
992
|
"value": "3.052",
|
|
367
|
-
"
|
|
368
|
-
"
|
|
993
|
+
"defaultUnit": "rem",
|
|
994
|
+
"public": true
|
|
369
995
|
},
|
|
370
996
|
"name": "spacing-4-xl",
|
|
371
997
|
"attributes": {
|
|
@@ -379,14 +1005,14 @@
|
|
|
379
1005
|
},
|
|
380
1006
|
"3XL": {
|
|
381
1007
|
"value": "2.441",
|
|
382
|
-
"formula": "1.25**4",
|
|
383
1008
|
"defaultUnit": "rem",
|
|
1009
|
+
"public": true,
|
|
384
1010
|
"filePath": "tokens/spacing/base.json",
|
|
385
1011
|
"isSource": true,
|
|
386
1012
|
"original": {
|
|
387
1013
|
"value": "2.441",
|
|
388
|
-
"
|
|
389
|
-
"
|
|
1014
|
+
"defaultUnit": "rem",
|
|
1015
|
+
"public": true
|
|
390
1016
|
},
|
|
391
1017
|
"name": "spacing-3-xl",
|
|
392
1018
|
"attributes": {
|
|
@@ -400,14 +1026,14 @@
|
|
|
400
1026
|
},
|
|
401
1027
|
"2XL": {
|
|
402
1028
|
"value": "1.953",
|
|
403
|
-
"formula": "1.25**3",
|
|
404
1029
|
"defaultUnit": "rem",
|
|
1030
|
+
"public": true,
|
|
405
1031
|
"filePath": "tokens/spacing/base.json",
|
|
406
1032
|
"isSource": true,
|
|
407
1033
|
"original": {
|
|
408
1034
|
"value": "1.953",
|
|
409
|
-
"
|
|
410
|
-
"
|
|
1035
|
+
"defaultUnit": "rem",
|
|
1036
|
+
"public": true
|
|
411
1037
|
},
|
|
412
1038
|
"name": "spacing-2-xl",
|
|
413
1039
|
"attributes": {
|
|
@@ -421,14 +1047,14 @@
|
|
|
421
1047
|
},
|
|
422
1048
|
"XL": {
|
|
423
1049
|
"value": "1.563",
|
|
424
|
-
"formula": "1.25**2",
|
|
425
1050
|
"defaultUnit": "rem",
|
|
1051
|
+
"public": true,
|
|
426
1052
|
"filePath": "tokens/spacing/base.json",
|
|
427
1053
|
"isSource": true,
|
|
428
1054
|
"original": {
|
|
429
1055
|
"value": "1.563",
|
|
430
|
-
"
|
|
431
|
-
"
|
|
1056
|
+
"defaultUnit": "rem",
|
|
1057
|
+
"public": true
|
|
432
1058
|
},
|
|
433
1059
|
"name": "spacing-xl",
|
|
434
1060
|
"attributes": {
|
|
@@ -442,14 +1068,14 @@
|
|
|
442
1068
|
},
|
|
443
1069
|
"L": {
|
|
444
1070
|
"value": "1.25",
|
|
445
|
-
"formula": "1.25**1",
|
|
446
1071
|
"defaultUnit": "rem",
|
|
1072
|
+
"public": true,
|
|
447
1073
|
"filePath": "tokens/spacing/base.json",
|
|
448
1074
|
"isSource": true,
|
|
449
1075
|
"original": {
|
|
450
1076
|
"value": "1.25",
|
|
451
|
-
"
|
|
452
|
-
"
|
|
1077
|
+
"defaultUnit": "rem",
|
|
1078
|
+
"public": true
|
|
453
1079
|
},
|
|
454
1080
|
"name": "spacing-l",
|
|
455
1081
|
"attributes": {
|
|
@@ -464,11 +1090,13 @@
|
|
|
464
1090
|
"M": {
|
|
465
1091
|
"value": "1",
|
|
466
1092
|
"defaultUnit": "rem",
|
|
1093
|
+
"public": true,
|
|
467
1094
|
"filePath": "tokens/spacing/base.json",
|
|
468
1095
|
"isSource": true,
|
|
469
1096
|
"original": {
|
|
470
1097
|
"value": "1",
|
|
471
|
-
"defaultUnit": "rem"
|
|
1098
|
+
"defaultUnit": "rem",
|
|
1099
|
+
"public": true
|
|
472
1100
|
},
|
|
473
1101
|
"name": "spacing-m",
|
|
474
1102
|
"attributes": {
|
|
@@ -482,14 +1110,14 @@
|
|
|
482
1110
|
},
|
|
483
1111
|
"S": {
|
|
484
1112
|
"value": "0.8",
|
|
485
|
-
"formula": "1.25**-1",
|
|
486
1113
|
"defaultUnit": "rem",
|
|
1114
|
+
"public": true,
|
|
487
1115
|
"filePath": "tokens/spacing/base.json",
|
|
488
1116
|
"isSource": true,
|
|
489
1117
|
"original": {
|
|
490
1118
|
"value": "0.8",
|
|
491
|
-
"
|
|
492
|
-
"
|
|
1119
|
+
"defaultUnit": "rem",
|
|
1120
|
+
"public": true
|
|
493
1121
|
},
|
|
494
1122
|
"name": "spacing-s",
|
|
495
1123
|
"attributes": {
|
|
@@ -503,14 +1131,14 @@
|
|
|
503
1131
|
},
|
|
504
1132
|
"XS": {
|
|
505
1133
|
"value": "0.64",
|
|
506
|
-
"formula": "1.25**-2",
|
|
507
1134
|
"defaultUnit": "rem",
|
|
1135
|
+
"public": true,
|
|
508
1136
|
"filePath": "tokens/spacing/base.json",
|
|
509
1137
|
"isSource": true,
|
|
510
1138
|
"original": {
|
|
511
1139
|
"value": "0.64",
|
|
512
|
-
"
|
|
513
|
-
"
|
|
1140
|
+
"defaultUnit": "rem",
|
|
1141
|
+
"public": true
|
|
514
1142
|
},
|
|
515
1143
|
"name": "spacing-xs",
|
|
516
1144
|
"attributes": {
|
|
@@ -524,14 +1152,14 @@
|
|
|
524
1152
|
},
|
|
525
1153
|
"2XS": {
|
|
526
1154
|
"value": "0.512",
|
|
527
|
-
"formula": "1.25**-3",
|
|
528
1155
|
"defaultUnit": "rem",
|
|
1156
|
+
"public": true,
|
|
529
1157
|
"filePath": "tokens/spacing/base.json",
|
|
530
1158
|
"isSource": true,
|
|
531
1159
|
"original": {
|
|
532
1160
|
"value": "0.512",
|
|
533
|
-
"
|
|
534
|
-
"
|
|
1161
|
+
"defaultUnit": "rem",
|
|
1162
|
+
"public": true
|
|
535
1163
|
},
|
|
536
1164
|
"name": "spacing-2-xs",
|
|
537
1165
|
"attributes": {
|
|
@@ -543,46 +1171,88 @@
|
|
|
543
1171
|
"2XS"
|
|
544
1172
|
]
|
|
545
1173
|
},
|
|
546
|
-
"3XS": {
|
|
547
|
-
"value": "0.41",
|
|
548
|
-
"
|
|
1174
|
+
"3XS": {
|
|
1175
|
+
"value": "0.41",
|
|
1176
|
+
"defaultUnit": "rem",
|
|
1177
|
+
"public": true,
|
|
1178
|
+
"filePath": "tokens/spacing/base.json",
|
|
1179
|
+
"isSource": true,
|
|
1180
|
+
"original": {
|
|
1181
|
+
"value": "0.41",
|
|
1182
|
+
"defaultUnit": "rem",
|
|
1183
|
+
"public": true
|
|
1184
|
+
},
|
|
1185
|
+
"name": "spacing-3-xs",
|
|
1186
|
+
"attributes": {
|
|
1187
|
+
"category": "spacing",
|
|
1188
|
+
"type": "3XS"
|
|
1189
|
+
},
|
|
1190
|
+
"path": [
|
|
1191
|
+
"spacing",
|
|
1192
|
+
"3XS"
|
|
1193
|
+
]
|
|
1194
|
+
},
|
|
1195
|
+
"4XS": {
|
|
1196
|
+
"value": "0.328",
|
|
1197
|
+
"defaultUnit": "rem",
|
|
1198
|
+
"public": true,
|
|
1199
|
+
"filePath": "tokens/spacing/base.json",
|
|
1200
|
+
"isSource": true,
|
|
1201
|
+
"original": {
|
|
1202
|
+
"value": "0.328",
|
|
1203
|
+
"defaultUnit": "rem",
|
|
1204
|
+
"public": true
|
|
1205
|
+
},
|
|
1206
|
+
"name": "spacing-4-xs",
|
|
1207
|
+
"attributes": {
|
|
1208
|
+
"category": "spacing",
|
|
1209
|
+
"type": "4XS"
|
|
1210
|
+
},
|
|
1211
|
+
"path": [
|
|
1212
|
+
"spacing",
|
|
1213
|
+
"4XS"
|
|
1214
|
+
]
|
|
1215
|
+
},
|
|
1216
|
+
"5XS": {
|
|
1217
|
+
"value": "0.25",
|
|
549
1218
|
"defaultUnit": "rem",
|
|
1219
|
+
"public": true,
|
|
550
1220
|
"filePath": "tokens/spacing/base.json",
|
|
551
1221
|
"isSource": true,
|
|
552
1222
|
"original": {
|
|
553
|
-
"value": "0.
|
|
554
|
-
"
|
|
555
|
-
"
|
|
1223
|
+
"value": "0.25",
|
|
1224
|
+
"defaultUnit": "rem",
|
|
1225
|
+
"public": true
|
|
556
1226
|
},
|
|
557
|
-
"name": "spacing-
|
|
1227
|
+
"name": "spacing-5-xs",
|
|
558
1228
|
"attributes": {
|
|
559
1229
|
"category": "spacing",
|
|
560
|
-
"type": "
|
|
1230
|
+
"type": "5XS"
|
|
561
1231
|
},
|
|
562
1232
|
"path": [
|
|
563
1233
|
"spacing",
|
|
564
|
-
"
|
|
1234
|
+
"5XS"
|
|
565
1235
|
]
|
|
566
1236
|
},
|
|
567
|
-
"
|
|
568
|
-
"value": "0.
|
|
569
|
-
"formula": "1.25**-5",
|
|
1237
|
+
"6XS": {
|
|
1238
|
+
"value": "0.125",
|
|
570
1239
|
"defaultUnit": "rem",
|
|
1240
|
+
"public": true,
|
|
571
1241
|
"filePath": "tokens/spacing/base.json",
|
|
572
1242
|
"isSource": true,
|
|
573
1243
|
"original": {
|
|
574
|
-
"value": "0.
|
|
575
|
-
"
|
|
576
|
-
"
|
|
1244
|
+
"value": "0.125",
|
|
1245
|
+
"defaultUnit": "rem",
|
|
1246
|
+
"public": true
|
|
577
1247
|
},
|
|
578
|
-
"name": "spacing-
|
|
1248
|
+
"name": "spacing-6-xs",
|
|
579
1249
|
"attributes": {
|
|
580
1250
|
"category": "spacing",
|
|
581
|
-
"type": "
|
|
1251
|
+
"type": "6XS"
|
|
582
1252
|
},
|
|
583
1253
|
"path": [
|
|
584
1254
|
"spacing",
|
|
585
|
-
"
|
|
1255
|
+
"6XS"
|
|
586
1256
|
]
|
|
587
1257
|
}
|
|
588
1258
|
},
|
|
@@ -609,6 +1279,48 @@
|
|
|
609
1279
|
"default"
|
|
610
1280
|
]
|
|
611
1281
|
},
|
|
1282
|
+
"secondary": {
|
|
1283
|
+
"value": "'Aleo', serif",
|
|
1284
|
+
"public": true,
|
|
1285
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1286
|
+
"isSource": true,
|
|
1287
|
+
"original": {
|
|
1288
|
+
"value": "'Aleo', serif",
|
|
1289
|
+
"public": true
|
|
1290
|
+
},
|
|
1291
|
+
"name": "typography-font-secondary",
|
|
1292
|
+
"attributes": {
|
|
1293
|
+
"category": "typography",
|
|
1294
|
+
"type": "font",
|
|
1295
|
+
"item": "secondary"
|
|
1296
|
+
},
|
|
1297
|
+
"path": [
|
|
1298
|
+
"typography",
|
|
1299
|
+
"font",
|
|
1300
|
+
"secondary"
|
|
1301
|
+
]
|
|
1302
|
+
},
|
|
1303
|
+
"code": {
|
|
1304
|
+
"value": "'Source Code Pro', monospace",
|
|
1305
|
+
"public": true,
|
|
1306
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1307
|
+
"isSource": true,
|
|
1308
|
+
"original": {
|
|
1309
|
+
"value": "'Source Code Pro', monospace",
|
|
1310
|
+
"public": true
|
|
1311
|
+
},
|
|
1312
|
+
"name": "typography-font-code",
|
|
1313
|
+
"attributes": {
|
|
1314
|
+
"category": "typography",
|
|
1315
|
+
"type": "font",
|
|
1316
|
+
"item": "code"
|
|
1317
|
+
},
|
|
1318
|
+
"path": [
|
|
1319
|
+
"typography",
|
|
1320
|
+
"font",
|
|
1321
|
+
"code"
|
|
1322
|
+
]
|
|
1323
|
+
},
|
|
612
1324
|
"headings": {
|
|
613
1325
|
"value": "'Poppins', sans-serif",
|
|
614
1326
|
"filePath": "tokens/typography/alias/font.json",
|
|
@@ -652,7 +1364,7 @@
|
|
|
652
1364
|
"filePath": "tokens/typography/alias/font.json",
|
|
653
1365
|
"isSource": true,
|
|
654
1366
|
"original": {
|
|
655
|
-
"value": "
|
|
1367
|
+
"value": "{typography.font.secondary.value}"
|
|
656
1368
|
},
|
|
657
1369
|
"name": "typography-font-lead",
|
|
658
1370
|
"attributes": {
|
|
@@ -671,7 +1383,7 @@
|
|
|
671
1383
|
"filePath": "tokens/typography/alias/font.json",
|
|
672
1384
|
"isSource": true,
|
|
673
1385
|
"original": {
|
|
674
|
-
"value": "
|
|
1386
|
+
"value": "{typography.font.secondary.value}"
|
|
675
1387
|
},
|
|
676
1388
|
"name": "typography-font-quote",
|
|
677
1389
|
"attributes": {
|
|
@@ -705,11 +1417,11 @@
|
|
|
705
1417
|
]
|
|
706
1418
|
},
|
|
707
1419
|
"css-import": {
|
|
708
|
-
"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,
|
|
1420
|
+
"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'",
|
|
709
1421
|
"filePath": "tokens/typography/base/font.json",
|
|
710
1422
|
"isSource": true,
|
|
711
1423
|
"original": {
|
|
712
|
-
"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,
|
|
1424
|
+
"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'"
|
|
713
1425
|
},
|
|
714
1426
|
"name": "typography-font-css-import",
|
|
715
1427
|
"attributes": {
|
|
@@ -727,10 +1439,12 @@
|
|
|
727
1439
|
"font-weight": {
|
|
728
1440
|
"regular": {
|
|
729
1441
|
"value": 400,
|
|
1442
|
+
"public": true,
|
|
730
1443
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
731
1444
|
"isSource": true,
|
|
732
1445
|
"original": {
|
|
733
|
-
"value": 400
|
|
1446
|
+
"value": 400,
|
|
1447
|
+
"public": true
|
|
734
1448
|
},
|
|
735
1449
|
"name": "typography-font-weight-regular",
|
|
736
1450
|
"attributes": {
|
|
@@ -744,31 +1458,14 @@
|
|
|
744
1458
|
"regular"
|
|
745
1459
|
]
|
|
746
1460
|
},
|
|
747
|
-
"medium": {
|
|
748
|
-
"value": 500,
|
|
749
|
-
"filePath": "tokens/typography/base/font-weight.json",
|
|
750
|
-
"isSource": true,
|
|
751
|
-
"original": {
|
|
752
|
-
"value": 500
|
|
753
|
-
},
|
|
754
|
-
"name": "typography-font-weight-medium",
|
|
755
|
-
"attributes": {
|
|
756
|
-
"category": "typography",
|
|
757
|
-
"type": "font-weight",
|
|
758
|
-
"item": "medium"
|
|
759
|
-
},
|
|
760
|
-
"path": [
|
|
761
|
-
"typography",
|
|
762
|
-
"font-weight",
|
|
763
|
-
"medium"
|
|
764
|
-
]
|
|
765
|
-
},
|
|
766
1461
|
"semibold": {
|
|
767
1462
|
"value": 600,
|
|
1463
|
+
"public": true,
|
|
768
1464
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
769
1465
|
"isSource": true,
|
|
770
1466
|
"original": {
|
|
771
|
-
"value": 600
|
|
1467
|
+
"value": 600,
|
|
1468
|
+
"public": true
|
|
772
1469
|
},
|
|
773
1470
|
"name": "typography-font-weight-semibold",
|
|
774
1471
|
"attributes": {
|
|
@@ -784,10 +1481,12 @@
|
|
|
784
1481
|
},
|
|
785
1482
|
"bold": {
|
|
786
1483
|
"value": 700,
|
|
1484
|
+
"public": true,
|
|
787
1485
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
788
1486
|
"isSource": true,
|
|
789
1487
|
"original": {
|
|
790
|
-
"value": 700
|
|
1488
|
+
"value": 700,
|
|
1489
|
+
"public": true
|
|
791
1490
|
},
|
|
792
1491
|
"name": "typography-font-weight-bold",
|
|
793
1492
|
"attributes": {
|
|
@@ -803,10 +1502,12 @@
|
|
|
803
1502
|
},
|
|
804
1503
|
"extrabold": {
|
|
805
1504
|
"value": 800,
|
|
1505
|
+
"public": true,
|
|
806
1506
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
807
1507
|
"isSource": true,
|
|
808
1508
|
"original": {
|
|
809
|
-
"value": 800
|
|
1509
|
+
"value": 800,
|
|
1510
|
+
"public": true
|
|
810
1511
|
},
|
|
811
1512
|
"name": "typography-font-weight-extrabold",
|
|
812
1513
|
"attributes": {
|
|
@@ -824,12 +1525,14 @@
|
|
|
824
1525
|
"letter-spacing": {
|
|
825
1526
|
"XL": {
|
|
826
1527
|
"value": "0.06",
|
|
827
|
-
"defaultUnit": "
|
|
1528
|
+
"defaultUnit": "rem",
|
|
1529
|
+
"public": true,
|
|
828
1530
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
829
1531
|
"isSource": true,
|
|
830
1532
|
"original": {
|
|
831
1533
|
"value": "0.06",
|
|
832
|
-
"defaultUnit": "
|
|
1534
|
+
"defaultUnit": "rem",
|
|
1535
|
+
"public": true
|
|
833
1536
|
},
|
|
834
1537
|
"name": "typography-letter-spacing-xl",
|
|
835
1538
|
"attributes": {
|
|
@@ -845,12 +1548,14 @@
|
|
|
845
1548
|
},
|
|
846
1549
|
"L": {
|
|
847
1550
|
"value": "0.04",
|
|
848
|
-
"defaultUnit": "
|
|
1551
|
+
"defaultUnit": "rem",
|
|
1552
|
+
"public": true,
|
|
849
1553
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
850
1554
|
"isSource": true,
|
|
851
1555
|
"original": {
|
|
852
1556
|
"value": "0.04",
|
|
853
|
-
"defaultUnit": "
|
|
1557
|
+
"defaultUnit": "rem",
|
|
1558
|
+
"public": true
|
|
854
1559
|
},
|
|
855
1560
|
"name": "typography-letter-spacing-l",
|
|
856
1561
|
"attributes": {
|
|
@@ -866,12 +1571,14 @@
|
|
|
866
1571
|
},
|
|
867
1572
|
"M": {
|
|
868
1573
|
"value": "0.02",
|
|
869
|
-
"defaultUnit": "
|
|
1574
|
+
"defaultUnit": "rem",
|
|
1575
|
+
"public": true,
|
|
870
1576
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
871
1577
|
"isSource": true,
|
|
872
1578
|
"original": {
|
|
873
1579
|
"value": "0.02",
|
|
874
|
-
"defaultUnit": "
|
|
1580
|
+
"defaultUnit": "rem",
|
|
1581
|
+
"public": true
|
|
875
1582
|
},
|
|
876
1583
|
"name": "typography-letter-spacing-m",
|
|
877
1584
|
"attributes": {
|
|
@@ -887,12 +1594,14 @@
|
|
|
887
1594
|
},
|
|
888
1595
|
"S": {
|
|
889
1596
|
"value": "0.01",
|
|
890
|
-
"defaultUnit": "
|
|
1597
|
+
"defaultUnit": "rem",
|
|
1598
|
+
"public": true,
|
|
891
1599
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
892
1600
|
"isSource": true,
|
|
893
1601
|
"original": {
|
|
894
1602
|
"value": "0.01",
|
|
895
|
-
"defaultUnit": "
|
|
1603
|
+
"defaultUnit": "rem",
|
|
1604
|
+
"public": true
|
|
896
1605
|
},
|
|
897
1606
|
"name": "typography-letter-spacing-s",
|
|
898
1607
|
"attributes": {
|
|
@@ -908,12 +1617,35 @@
|
|
|
908
1617
|
}
|
|
909
1618
|
},
|
|
910
1619
|
"line-height": {
|
|
1620
|
+
"XL": {
|
|
1621
|
+
"value": "195%",
|
|
1622
|
+
"public": true,
|
|
1623
|
+
"filePath": "tokens/typography/base/line-height.json",
|
|
1624
|
+
"isSource": true,
|
|
1625
|
+
"original": {
|
|
1626
|
+
"value": "195%",
|
|
1627
|
+
"public": true
|
|
1628
|
+
},
|
|
1629
|
+
"name": "typography-line-height-xl",
|
|
1630
|
+
"attributes": {
|
|
1631
|
+
"category": "typography",
|
|
1632
|
+
"type": "line-height",
|
|
1633
|
+
"item": "XL"
|
|
1634
|
+
},
|
|
1635
|
+
"path": [
|
|
1636
|
+
"typography",
|
|
1637
|
+
"line-height",
|
|
1638
|
+
"XL"
|
|
1639
|
+
]
|
|
1640
|
+
},
|
|
911
1641
|
"L": {
|
|
912
|
-
"value": "
|
|
1642
|
+
"value": "170%",
|
|
1643
|
+
"public": true,
|
|
913
1644
|
"filePath": "tokens/typography/base/line-height.json",
|
|
914
1645
|
"isSource": true,
|
|
915
1646
|
"original": {
|
|
916
|
-
"value": "
|
|
1647
|
+
"value": "170%",
|
|
1648
|
+
"public": true
|
|
917
1649
|
},
|
|
918
1650
|
"name": "typography-line-height-l",
|
|
919
1651
|
"attributes": {
|
|
@@ -928,11 +1660,13 @@
|
|
|
928
1660
|
]
|
|
929
1661
|
},
|
|
930
1662
|
"M": {
|
|
931
|
-
"value": "
|
|
1663
|
+
"value": "140%",
|
|
1664
|
+
"public": true,
|
|
932
1665
|
"filePath": "tokens/typography/base/line-height.json",
|
|
933
1666
|
"isSource": true,
|
|
934
1667
|
"original": {
|
|
935
|
-
"value": "
|
|
1668
|
+
"value": "140%",
|
|
1669
|
+
"public": true
|
|
936
1670
|
},
|
|
937
1671
|
"name": "typography-line-height-m",
|
|
938
1672
|
"attributes": {
|
|
@@ -947,11 +1681,13 @@
|
|
|
947
1681
|
]
|
|
948
1682
|
},
|
|
949
1683
|
"S": {
|
|
950
|
-
"value": "
|
|
1684
|
+
"value": "120%",
|
|
1685
|
+
"public": true,
|
|
951
1686
|
"filePath": "tokens/typography/base/line-height.json",
|
|
952
1687
|
"isSource": true,
|
|
953
1688
|
"original": {
|
|
954
|
-
"value": "
|
|
1689
|
+
"value": "120%",
|
|
1690
|
+
"public": true
|
|
955
1691
|
},
|
|
956
1692
|
"name": "typography-line-height-s",
|
|
957
1693
|
"attributes": {
|
|
@@ -966,36 +1702,109 @@
|
|
|
966
1702
|
]
|
|
967
1703
|
}
|
|
968
1704
|
},
|
|
969
|
-
"
|
|
970
|
-
"
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
"
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
"
|
|
981
|
-
|
|
1705
|
+
"multiplier": {
|
|
1706
|
+
"small": {
|
|
1707
|
+
"value": "0.84",
|
|
1708
|
+
"public": true,
|
|
1709
|
+
"filePath": "tokens/typography/base/multipliers.json",
|
|
1710
|
+
"isSource": true,
|
|
1711
|
+
"original": {
|
|
1712
|
+
"value": "0.84",
|
|
1713
|
+
"public": true
|
|
1714
|
+
},
|
|
1715
|
+
"name": "typography-multiplier-small",
|
|
1716
|
+
"attributes": {
|
|
1717
|
+
"category": "typography",
|
|
1718
|
+
"type": "multiplier",
|
|
1719
|
+
"item": "small"
|
|
1720
|
+
},
|
|
1721
|
+
"path": [
|
|
1722
|
+
"typography",
|
|
1723
|
+
"multiplier",
|
|
1724
|
+
"small"
|
|
1725
|
+
]
|
|
982
1726
|
},
|
|
983
|
-
"
|
|
984
|
-
"
|
|
985
|
-
"
|
|
986
|
-
|
|
1727
|
+
"medium": {
|
|
1728
|
+
"value": "0.88",
|
|
1729
|
+
"public": true,
|
|
1730
|
+
"filePath": "tokens/typography/base/multipliers.json",
|
|
1731
|
+
"isSource": true,
|
|
1732
|
+
"original": {
|
|
1733
|
+
"value": "0.88",
|
|
1734
|
+
"public": true
|
|
1735
|
+
},
|
|
1736
|
+
"name": "typography-multiplier-medium",
|
|
1737
|
+
"attributes": {
|
|
1738
|
+
"category": "typography",
|
|
1739
|
+
"type": "multiplier",
|
|
1740
|
+
"item": "medium"
|
|
1741
|
+
},
|
|
1742
|
+
"path": [
|
|
1743
|
+
"typography",
|
|
1744
|
+
"multiplier",
|
|
1745
|
+
"medium"
|
|
1746
|
+
]
|
|
1747
|
+
}
|
|
987
1748
|
},
|
|
988
1749
|
"size": {
|
|
1750
|
+
"6XL": {
|
|
1751
|
+
"value": "4.768",
|
|
1752
|
+
"defaultUnit": "rem",
|
|
1753
|
+
"public": true,
|
|
1754
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1755
|
+
"isSource": true,
|
|
1756
|
+
"original": {
|
|
1757
|
+
"value": "4.768",
|
|
1758
|
+
"defaultUnit": "rem",
|
|
1759
|
+
"public": true
|
|
1760
|
+
},
|
|
1761
|
+
"name": "typography-size-6-xl",
|
|
1762
|
+
"attributes": {
|
|
1763
|
+
"category": "typography",
|
|
1764
|
+
"type": "size",
|
|
1765
|
+
"item": "6XL"
|
|
1766
|
+
},
|
|
1767
|
+
"path": [
|
|
1768
|
+
"typography",
|
|
1769
|
+
"size",
|
|
1770
|
+
"6XL"
|
|
1771
|
+
]
|
|
1772
|
+
},
|
|
1773
|
+
"5XL": {
|
|
1774
|
+
"value": "3.815",
|
|
1775
|
+
"defaultUnit": "rem",
|
|
1776
|
+
"public": true,
|
|
1777
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1778
|
+
"isSource": true,
|
|
1779
|
+
"original": {
|
|
1780
|
+
"value": "3.815",
|
|
1781
|
+
"defaultUnit": "rem",
|
|
1782
|
+
"public": true
|
|
1783
|
+
},
|
|
1784
|
+
"name": "typography-size-5-xl",
|
|
1785
|
+
"attributes": {
|
|
1786
|
+
"category": "typography",
|
|
1787
|
+
"type": "size",
|
|
1788
|
+
"item": "5XL"
|
|
1789
|
+
},
|
|
1790
|
+
"path": [
|
|
1791
|
+
"typography",
|
|
1792
|
+
"size",
|
|
1793
|
+
"5XL"
|
|
1794
|
+
]
|
|
1795
|
+
},
|
|
989
1796
|
"4XL": {
|
|
990
1797
|
"value": "3.052",
|
|
991
|
-
"
|
|
992
|
-
"
|
|
1798
|
+
"defaultUnit": "rem",
|
|
1799
|
+
"public": true,
|
|
1800
|
+
"comment": "Default h1",
|
|
993
1801
|
"filePath": "tokens/typography/base/size.json",
|
|
994
1802
|
"isSource": true,
|
|
995
1803
|
"original": {
|
|
996
1804
|
"value": "3.052",
|
|
997
|
-
"
|
|
998
|
-
"
|
|
1805
|
+
"defaultUnit": "rem",
|
|
1806
|
+
"public": true,
|
|
1807
|
+
"comment": "Default h1"
|
|
999
1808
|
},
|
|
1000
1809
|
"name": "typography-size-4-xl",
|
|
1001
1810
|
"attributes": {
|
|
@@ -1011,14 +1820,14 @@
|
|
|
1011
1820
|
},
|
|
1012
1821
|
"3XL": {
|
|
1013
1822
|
"value": "2.441",
|
|
1014
|
-
"
|
|
1015
|
-
"
|
|
1823
|
+
"defaultUnit": "rem",
|
|
1824
|
+
"public": true,
|
|
1016
1825
|
"filePath": "tokens/typography/base/size.json",
|
|
1017
1826
|
"isSource": true,
|
|
1018
1827
|
"original": {
|
|
1019
1828
|
"value": "2.441",
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
1829
|
+
"defaultUnit": "rem",
|
|
1830
|
+
"public": true
|
|
1022
1831
|
},
|
|
1023
1832
|
"name": "typography-size-3-xl",
|
|
1024
1833
|
"attributes": {
|
|
@@ -1034,14 +1843,16 @@
|
|
|
1034
1843
|
},
|
|
1035
1844
|
"2XL": {
|
|
1036
1845
|
"value": "1.953",
|
|
1037
|
-
"
|
|
1038
|
-
"
|
|
1846
|
+
"defaultUnit": "rem",
|
|
1847
|
+
"public": true,
|
|
1848
|
+
"comment": "Default h2",
|
|
1039
1849
|
"filePath": "tokens/typography/base/size.json",
|
|
1040
1850
|
"isSource": true,
|
|
1041
1851
|
"original": {
|
|
1042
1852
|
"value": "1.953",
|
|
1043
|
-
"
|
|
1044
|
-
"
|
|
1853
|
+
"defaultUnit": "rem",
|
|
1854
|
+
"public": true,
|
|
1855
|
+
"comment": "Default h2"
|
|
1045
1856
|
},
|
|
1046
1857
|
"name": "typography-size-2-xl",
|
|
1047
1858
|
"attributes": {
|
|
@@ -1057,14 +1868,16 @@
|
|
|
1057
1868
|
},
|
|
1058
1869
|
"XL": {
|
|
1059
1870
|
"value": "1.563",
|
|
1060
|
-
"
|
|
1061
|
-
"
|
|
1871
|
+
"defaultUnit": "rem",
|
|
1872
|
+
"public": true,
|
|
1873
|
+
"comment": "Default h3",
|
|
1062
1874
|
"filePath": "tokens/typography/base/size.json",
|
|
1063
1875
|
"isSource": true,
|
|
1064
1876
|
"original": {
|
|
1065
1877
|
"value": "1.563",
|
|
1066
|
-
"
|
|
1067
|
-
"
|
|
1878
|
+
"defaultUnit": "rem",
|
|
1879
|
+
"public": true,
|
|
1880
|
+
"comment": "Default h3"
|
|
1068
1881
|
},
|
|
1069
1882
|
"name": "typography-size-xl",
|
|
1070
1883
|
"attributes": {
|
|
@@ -1080,14 +1893,16 @@
|
|
|
1080
1893
|
},
|
|
1081
1894
|
"L": {
|
|
1082
1895
|
"value": "1.25",
|
|
1083
|
-
"
|
|
1084
|
-
"
|
|
1896
|
+
"defaultUnit": "rem",
|
|
1897
|
+
"public": true,
|
|
1898
|
+
"comment": "Default h4",
|
|
1085
1899
|
"filePath": "tokens/typography/base/size.json",
|
|
1086
1900
|
"isSource": true,
|
|
1087
1901
|
"original": {
|
|
1088
1902
|
"value": "1.25",
|
|
1089
|
-
"
|
|
1090
|
-
"
|
|
1903
|
+
"defaultUnit": "rem",
|
|
1904
|
+
"public": true,
|
|
1905
|
+
"comment": "Default h4"
|
|
1091
1906
|
},
|
|
1092
1907
|
"name": "typography-size-l",
|
|
1093
1908
|
"attributes": {
|
|
@@ -1103,14 +1918,16 @@
|
|
|
1103
1918
|
},
|
|
1104
1919
|
"M": {
|
|
1105
1920
|
"value": "1",
|
|
1921
|
+
"defaultUnit": "rem",
|
|
1922
|
+
"public": true,
|
|
1106
1923
|
"comment": "Base value.",
|
|
1107
|
-
"defaultUnit": "em",
|
|
1108
1924
|
"filePath": "tokens/typography/base/size.json",
|
|
1109
1925
|
"isSource": true,
|
|
1110
1926
|
"original": {
|
|
1111
1927
|
"value": "1",
|
|
1112
|
-
"
|
|
1113
|
-
"
|
|
1928
|
+
"defaultUnit": "rem",
|
|
1929
|
+
"public": true,
|
|
1930
|
+
"comment": "Base value."
|
|
1114
1931
|
},
|
|
1115
1932
|
"name": "typography-size-m",
|
|
1116
1933
|
"attributes": {
|
|
@@ -1125,15 +1942,15 @@
|
|
|
1125
1942
|
]
|
|
1126
1943
|
},
|
|
1127
1944
|
"S": {
|
|
1128
|
-
"value": "0.
|
|
1129
|
-
"
|
|
1130
|
-
"
|
|
1945
|
+
"value": "0.8",
|
|
1946
|
+
"defaultUnit": "rem",
|
|
1947
|
+
"public": true,
|
|
1131
1948
|
"filePath": "tokens/typography/base/size.json",
|
|
1132
1949
|
"isSource": true,
|
|
1133
1950
|
"original": {
|
|
1134
|
-
"value": "0.
|
|
1135
|
-
"
|
|
1136
|
-
"
|
|
1951
|
+
"value": "0.8",
|
|
1952
|
+
"defaultUnit": "rem",
|
|
1953
|
+
"public": true
|
|
1137
1954
|
},
|
|
1138
1955
|
"name": "typography-size-s",
|
|
1139
1956
|
"attributes": {
|
|
@@ -1148,15 +1965,15 @@
|
|
|
1148
1965
|
]
|
|
1149
1966
|
},
|
|
1150
1967
|
"XS": {
|
|
1151
|
-
"value": "0.
|
|
1152
|
-
"
|
|
1153
|
-
"
|
|
1968
|
+
"value": "0.64",
|
|
1969
|
+
"defaultUnit": "rem",
|
|
1970
|
+
"public": true,
|
|
1154
1971
|
"filePath": "tokens/typography/base/size.json",
|
|
1155
1972
|
"isSource": true,
|
|
1156
1973
|
"original": {
|
|
1157
|
-
"value": "0.
|
|
1158
|
-
"
|
|
1159
|
-
"
|
|
1974
|
+
"value": "0.64",
|
|
1975
|
+
"defaultUnit": "rem",
|
|
1976
|
+
"public": true
|
|
1160
1977
|
},
|
|
1161
1978
|
"name": "typography-size-xs",
|
|
1162
1979
|
"attributes": {
|
|
@@ -1171,5 +1988,102 @@
|
|
|
1171
1988
|
]
|
|
1172
1989
|
}
|
|
1173
1990
|
}
|
|
1991
|
+
},
|
|
1992
|
+
"z-index": {
|
|
1993
|
+
"navigation": {
|
|
1994
|
+
"value": 100,
|
|
1995
|
+
"public": true,
|
|
1996
|
+
"filePath": "tokens/z-index/base.json",
|
|
1997
|
+
"isSource": true,
|
|
1998
|
+
"original": {
|
|
1999
|
+
"value": 100,
|
|
2000
|
+
"public": true
|
|
2001
|
+
},
|
|
2002
|
+
"name": "z-index-navigation",
|
|
2003
|
+
"attributes": {
|
|
2004
|
+
"category": "z-index",
|
|
2005
|
+
"type": "navigation"
|
|
2006
|
+
},
|
|
2007
|
+
"path": [
|
|
2008
|
+
"z-index",
|
|
2009
|
+
"navigation"
|
|
2010
|
+
]
|
|
2011
|
+
},
|
|
2012
|
+
"dropdown": {
|
|
2013
|
+
"value": 200,
|
|
2014
|
+
"public": true,
|
|
2015
|
+
"filePath": "tokens/z-index/base.json",
|
|
2016
|
+
"isSource": true,
|
|
2017
|
+
"original": {
|
|
2018
|
+
"value": 200,
|
|
2019
|
+
"public": true
|
|
2020
|
+
},
|
|
2021
|
+
"name": "z-index-dropdown",
|
|
2022
|
+
"attributes": {
|
|
2023
|
+
"category": "z-index",
|
|
2024
|
+
"type": "dropdown"
|
|
2025
|
+
},
|
|
2026
|
+
"path": [
|
|
2027
|
+
"z-index",
|
|
2028
|
+
"dropdown"
|
|
2029
|
+
]
|
|
2030
|
+
},
|
|
2031
|
+
"notifications": {
|
|
2032
|
+
"value": 300,
|
|
2033
|
+
"public": true,
|
|
2034
|
+
"filePath": "tokens/z-index/base.json",
|
|
2035
|
+
"isSource": true,
|
|
2036
|
+
"original": {
|
|
2037
|
+
"value": 300,
|
|
2038
|
+
"public": true
|
|
2039
|
+
},
|
|
2040
|
+
"name": "z-index-notifications",
|
|
2041
|
+
"attributes": {
|
|
2042
|
+
"category": "z-index",
|
|
2043
|
+
"type": "notifications"
|
|
2044
|
+
},
|
|
2045
|
+
"path": [
|
|
2046
|
+
"z-index",
|
|
2047
|
+
"notifications"
|
|
2048
|
+
]
|
|
2049
|
+
},
|
|
2050
|
+
"overlay": {
|
|
2051
|
+
"value": 400,
|
|
2052
|
+
"public": true,
|
|
2053
|
+
"filePath": "tokens/z-index/base.json",
|
|
2054
|
+
"isSource": true,
|
|
2055
|
+
"original": {
|
|
2056
|
+
"value": 400,
|
|
2057
|
+
"public": true
|
|
2058
|
+
},
|
|
2059
|
+
"name": "z-index-overlay",
|
|
2060
|
+
"attributes": {
|
|
2061
|
+
"category": "z-index",
|
|
2062
|
+
"type": "overlay"
|
|
2063
|
+
},
|
|
2064
|
+
"path": [
|
|
2065
|
+
"z-index",
|
|
2066
|
+
"overlay"
|
|
2067
|
+
]
|
|
2068
|
+
},
|
|
2069
|
+
"modal": {
|
|
2070
|
+
"value": 500,
|
|
2071
|
+
"public": true,
|
|
2072
|
+
"filePath": "tokens/z-index/base.json",
|
|
2073
|
+
"isSource": true,
|
|
2074
|
+
"original": {
|
|
2075
|
+
"value": 500,
|
|
2076
|
+
"public": true
|
|
2077
|
+
},
|
|
2078
|
+
"name": "z-index-modal",
|
|
2079
|
+
"attributes": {
|
|
2080
|
+
"category": "z-index",
|
|
2081
|
+
"type": "modal"
|
|
2082
|
+
},
|
|
2083
|
+
"path": [
|
|
2084
|
+
"z-index",
|
|
2085
|
+
"modal"
|
|
2086
|
+
]
|
|
2087
|
+
}
|
|
1174
2088
|
}
|
|
1175
|
-
}
|
|
2089
|
+
}
|