@pantheon-systems/pds-design-tokens 1.0.0-dev.10 → 1.0.0-dev.100
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 +71 -0
- package/build/figma/pds-design-tokens-figma.json +9797 -4558
- 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 +1089 -225
- 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,554 @@
|
|
|
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": "
|
|
259
|
-
"
|
|
523
|
+
"padding": {
|
|
524
|
+
"small": {
|
|
525
|
+
"value": "5%",
|
|
526
|
+
"public": true,
|
|
527
|
+
"filePath": "tokens/container/base.json",
|
|
260
528
|
"isSource": true,
|
|
261
529
|
"original": {
|
|
262
|
-
"value": "
|
|
530
|
+
"value": "5%",
|
|
531
|
+
"public": true
|
|
263
532
|
},
|
|
264
|
-
"name": "
|
|
533
|
+
"name": "container-padding-small",
|
|
265
534
|
"attributes": {
|
|
266
|
-
"category": "
|
|
267
|
-
"type": "
|
|
268
|
-
"item": "
|
|
535
|
+
"category": "container",
|
|
536
|
+
"type": "padding",
|
|
537
|
+
"item": "small"
|
|
269
538
|
},
|
|
270
539
|
"path": [
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
-
"
|
|
540
|
+
"container",
|
|
541
|
+
"padding",
|
|
542
|
+
"small"
|
|
274
543
|
]
|
|
275
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": {
|
|
276
591
|
"gap": {
|
|
277
|
-
"value": "
|
|
592
|
+
"value": "5.5%",
|
|
278
593
|
"filePath": "tokens/grid/base.json",
|
|
279
594
|
"isSource": true,
|
|
280
595
|
"original": {
|
|
281
|
-
"value": "
|
|
596
|
+
"value": "5.5%"
|
|
282
597
|
},
|
|
283
|
-
"name": "grid-columns-
|
|
598
|
+
"name": "grid-columns-4-gap",
|
|
284
599
|
"attributes": {
|
|
285
600
|
"category": "grid",
|
|
286
|
-
"type": "columns-
|
|
601
|
+
"type": "columns-4",
|
|
287
602
|
"item": "gap"
|
|
288
603
|
},
|
|
289
604
|
"path": [
|
|
290
605
|
"grid",
|
|
291
|
-
"columns-
|
|
606
|
+
"columns-4",
|
|
292
607
|
"gap"
|
|
293
608
|
]
|
|
294
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
|
+
}
|
|
295
856
|
}
|
|
296
857
|
},
|
|
297
858
|
"spacing": {
|
|
298
|
-
"
|
|
299
|
-
"value": "
|
|
300
|
-
"
|
|
859
|
+
"8XL": {
|
|
860
|
+
"value": "7.451",
|
|
861
|
+
"defaultUnit": "rem",
|
|
862
|
+
"public": true,
|
|
301
863
|
"filePath": "tokens/spacing/base.json",
|
|
302
864
|
"isSource": true,
|
|
303
865
|
"original": {
|
|
304
|
-
"value": "
|
|
305
|
-
"
|
|
866
|
+
"value": "7.451",
|
|
867
|
+
"defaultUnit": "rem",
|
|
868
|
+
"public": true
|
|
306
869
|
},
|
|
307
|
-
"name": "spacing-
|
|
870
|
+
"name": "spacing-8-xl",
|
|
308
871
|
"attributes": {
|
|
309
872
|
"category": "spacing",
|
|
310
|
-
"type": "
|
|
873
|
+
"type": "8XL"
|
|
311
874
|
},
|
|
312
875
|
"path": [
|
|
313
876
|
"spacing",
|
|
314
|
-
"
|
|
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",
|
|
892
|
+
"attributes": {
|
|
893
|
+
"category": "spacing",
|
|
894
|
+
"type": "7XL"
|
|
895
|
+
},
|
|
896
|
+
"path": [
|
|
897
|
+
"spacing",
|
|
898
|
+
"7XL"
|
|
315
899
|
]
|
|
316
900
|
},
|
|
317
901
|
"6XL": {
|
|
318
902
|
"value": "4.678",
|
|
319
|
-
"formula": "1.25**7",
|
|
320
903
|
"defaultUnit": "rem",
|
|
904
|
+
"public": true,
|
|
321
905
|
"filePath": "tokens/spacing/base.json",
|
|
322
906
|
"isSource": true,
|
|
323
907
|
"original": {
|
|
324
908
|
"value": "4.678",
|
|
325
|
-
"
|
|
326
|
-
"
|
|
909
|
+
"defaultUnit": "rem",
|
|
910
|
+
"public": true
|
|
327
911
|
},
|
|
328
912
|
"name": "spacing-6-xl",
|
|
329
913
|
"attributes": {
|
|
@@ -337,14 +921,14 @@
|
|
|
337
921
|
},
|
|
338
922
|
"5XL": {
|
|
339
923
|
"value": "3.815",
|
|
340
|
-
"formula": "1.25**6",
|
|
341
924
|
"defaultUnit": "rem",
|
|
925
|
+
"public": true,
|
|
342
926
|
"filePath": "tokens/spacing/base.json",
|
|
343
927
|
"isSource": true,
|
|
344
928
|
"original": {
|
|
345
929
|
"value": "3.815",
|
|
346
|
-
"
|
|
347
|
-
"
|
|
930
|
+
"defaultUnit": "rem",
|
|
931
|
+
"public": true
|
|
348
932
|
},
|
|
349
933
|
"name": "spacing-5-xl",
|
|
350
934
|
"attributes": {
|
|
@@ -358,14 +942,14 @@
|
|
|
358
942
|
},
|
|
359
943
|
"4XL": {
|
|
360
944
|
"value": "3.052",
|
|
361
|
-
"formula": "1.25**5",
|
|
362
945
|
"defaultUnit": "rem",
|
|
946
|
+
"public": true,
|
|
363
947
|
"filePath": "tokens/spacing/base.json",
|
|
364
948
|
"isSource": true,
|
|
365
949
|
"original": {
|
|
366
950
|
"value": "3.052",
|
|
367
|
-
"
|
|
368
|
-
"
|
|
951
|
+
"defaultUnit": "rem",
|
|
952
|
+
"public": true
|
|
369
953
|
},
|
|
370
954
|
"name": "spacing-4-xl",
|
|
371
955
|
"attributes": {
|
|
@@ -379,14 +963,14 @@
|
|
|
379
963
|
},
|
|
380
964
|
"3XL": {
|
|
381
965
|
"value": "2.441",
|
|
382
|
-
"formula": "1.25**4",
|
|
383
966
|
"defaultUnit": "rem",
|
|
967
|
+
"public": true,
|
|
384
968
|
"filePath": "tokens/spacing/base.json",
|
|
385
969
|
"isSource": true,
|
|
386
970
|
"original": {
|
|
387
971
|
"value": "2.441",
|
|
388
|
-
"
|
|
389
|
-
"
|
|
972
|
+
"defaultUnit": "rem",
|
|
973
|
+
"public": true
|
|
390
974
|
},
|
|
391
975
|
"name": "spacing-3-xl",
|
|
392
976
|
"attributes": {
|
|
@@ -400,14 +984,14 @@
|
|
|
400
984
|
},
|
|
401
985
|
"2XL": {
|
|
402
986
|
"value": "1.953",
|
|
403
|
-
"formula": "1.25**3",
|
|
404
987
|
"defaultUnit": "rem",
|
|
988
|
+
"public": true,
|
|
405
989
|
"filePath": "tokens/spacing/base.json",
|
|
406
990
|
"isSource": true,
|
|
407
991
|
"original": {
|
|
408
992
|
"value": "1.953",
|
|
409
|
-
"
|
|
410
|
-
"
|
|
993
|
+
"defaultUnit": "rem",
|
|
994
|
+
"public": true
|
|
411
995
|
},
|
|
412
996
|
"name": "spacing-2-xl",
|
|
413
997
|
"attributes": {
|
|
@@ -421,14 +1005,14 @@
|
|
|
421
1005
|
},
|
|
422
1006
|
"XL": {
|
|
423
1007
|
"value": "1.563",
|
|
424
|
-
"formula": "1.25**2",
|
|
425
1008
|
"defaultUnit": "rem",
|
|
1009
|
+
"public": true,
|
|
426
1010
|
"filePath": "tokens/spacing/base.json",
|
|
427
1011
|
"isSource": true,
|
|
428
1012
|
"original": {
|
|
429
1013
|
"value": "1.563",
|
|
430
|
-
"
|
|
431
|
-
"
|
|
1014
|
+
"defaultUnit": "rem",
|
|
1015
|
+
"public": true
|
|
432
1016
|
},
|
|
433
1017
|
"name": "spacing-xl",
|
|
434
1018
|
"attributes": {
|
|
@@ -442,14 +1026,14 @@
|
|
|
442
1026
|
},
|
|
443
1027
|
"L": {
|
|
444
1028
|
"value": "1.25",
|
|
445
|
-
"formula": "1.25**1",
|
|
446
1029
|
"defaultUnit": "rem",
|
|
1030
|
+
"public": true,
|
|
447
1031
|
"filePath": "tokens/spacing/base.json",
|
|
448
1032
|
"isSource": true,
|
|
449
1033
|
"original": {
|
|
450
1034
|
"value": "1.25",
|
|
451
|
-
"
|
|
452
|
-
"
|
|
1035
|
+
"defaultUnit": "rem",
|
|
1036
|
+
"public": true
|
|
453
1037
|
},
|
|
454
1038
|
"name": "spacing-l",
|
|
455
1039
|
"attributes": {
|
|
@@ -464,11 +1048,13 @@
|
|
|
464
1048
|
"M": {
|
|
465
1049
|
"value": "1",
|
|
466
1050
|
"defaultUnit": "rem",
|
|
1051
|
+
"public": true,
|
|
467
1052
|
"filePath": "tokens/spacing/base.json",
|
|
468
1053
|
"isSource": true,
|
|
469
1054
|
"original": {
|
|
470
1055
|
"value": "1",
|
|
471
|
-
"defaultUnit": "rem"
|
|
1056
|
+
"defaultUnit": "rem",
|
|
1057
|
+
"public": true
|
|
472
1058
|
},
|
|
473
1059
|
"name": "spacing-m",
|
|
474
1060
|
"attributes": {
|
|
@@ -482,14 +1068,14 @@
|
|
|
482
1068
|
},
|
|
483
1069
|
"S": {
|
|
484
1070
|
"value": "0.8",
|
|
485
|
-
"formula": "1.25**-1",
|
|
486
1071
|
"defaultUnit": "rem",
|
|
1072
|
+
"public": true,
|
|
487
1073
|
"filePath": "tokens/spacing/base.json",
|
|
488
1074
|
"isSource": true,
|
|
489
1075
|
"original": {
|
|
490
1076
|
"value": "0.8",
|
|
491
|
-
"
|
|
492
|
-
"
|
|
1077
|
+
"defaultUnit": "rem",
|
|
1078
|
+
"public": true
|
|
493
1079
|
},
|
|
494
1080
|
"name": "spacing-s",
|
|
495
1081
|
"attributes": {
|
|
@@ -503,14 +1089,14 @@
|
|
|
503
1089
|
},
|
|
504
1090
|
"XS": {
|
|
505
1091
|
"value": "0.64",
|
|
506
|
-
"formula": "1.25**-2",
|
|
507
1092
|
"defaultUnit": "rem",
|
|
1093
|
+
"public": true,
|
|
508
1094
|
"filePath": "tokens/spacing/base.json",
|
|
509
1095
|
"isSource": true,
|
|
510
1096
|
"original": {
|
|
511
1097
|
"value": "0.64",
|
|
512
|
-
"
|
|
513
|
-
"
|
|
1098
|
+
"defaultUnit": "rem",
|
|
1099
|
+
"public": true
|
|
514
1100
|
},
|
|
515
1101
|
"name": "spacing-xs",
|
|
516
1102
|
"attributes": {
|
|
@@ -524,14 +1110,14 @@
|
|
|
524
1110
|
},
|
|
525
1111
|
"2XS": {
|
|
526
1112
|
"value": "0.512",
|
|
527
|
-
"formula": "1.25**-3",
|
|
528
1113
|
"defaultUnit": "rem",
|
|
1114
|
+
"public": true,
|
|
529
1115
|
"filePath": "tokens/spacing/base.json",
|
|
530
1116
|
"isSource": true,
|
|
531
1117
|
"original": {
|
|
532
1118
|
"value": "0.512",
|
|
533
|
-
"
|
|
534
|
-
"
|
|
1119
|
+
"defaultUnit": "rem",
|
|
1120
|
+
"public": true
|
|
535
1121
|
},
|
|
536
1122
|
"name": "spacing-2-xs",
|
|
537
1123
|
"attributes": {
|
|
@@ -545,44 +1131,86 @@
|
|
|
545
1131
|
},
|
|
546
1132
|
"3XS": {
|
|
547
1133
|
"value": "0.41",
|
|
548
|
-
"formula": "1.25**-4",
|
|
549
1134
|
"defaultUnit": "rem",
|
|
1135
|
+
"public": true,
|
|
1136
|
+
"filePath": "tokens/spacing/base.json",
|
|
1137
|
+
"isSource": true,
|
|
1138
|
+
"original": {
|
|
1139
|
+
"value": "0.41",
|
|
1140
|
+
"defaultUnit": "rem",
|
|
1141
|
+
"public": true
|
|
1142
|
+
},
|
|
1143
|
+
"name": "spacing-3-xs",
|
|
1144
|
+
"attributes": {
|
|
1145
|
+
"category": "spacing",
|
|
1146
|
+
"type": "3XS"
|
|
1147
|
+
},
|
|
1148
|
+
"path": [
|
|
1149
|
+
"spacing",
|
|
1150
|
+
"3XS"
|
|
1151
|
+
]
|
|
1152
|
+
},
|
|
1153
|
+
"4XS": {
|
|
1154
|
+
"value": "0.328",
|
|
1155
|
+
"defaultUnit": "rem",
|
|
1156
|
+
"public": true,
|
|
1157
|
+
"filePath": "tokens/spacing/base.json",
|
|
1158
|
+
"isSource": true,
|
|
1159
|
+
"original": {
|
|
1160
|
+
"value": "0.328",
|
|
1161
|
+
"defaultUnit": "rem",
|
|
1162
|
+
"public": true
|
|
1163
|
+
},
|
|
1164
|
+
"name": "spacing-4-xs",
|
|
1165
|
+
"attributes": {
|
|
1166
|
+
"category": "spacing",
|
|
1167
|
+
"type": "4XS"
|
|
1168
|
+
},
|
|
1169
|
+
"path": [
|
|
1170
|
+
"spacing",
|
|
1171
|
+
"4XS"
|
|
1172
|
+
]
|
|
1173
|
+
},
|
|
1174
|
+
"5XS": {
|
|
1175
|
+
"value": "0.25",
|
|
1176
|
+
"defaultUnit": "rem",
|
|
1177
|
+
"public": true,
|
|
550
1178
|
"filePath": "tokens/spacing/base.json",
|
|
551
1179
|
"isSource": true,
|
|
552
1180
|
"original": {
|
|
553
|
-
"value": "0.
|
|
554
|
-
"
|
|
555
|
-
"
|
|
1181
|
+
"value": "0.25",
|
|
1182
|
+
"defaultUnit": "rem",
|
|
1183
|
+
"public": true
|
|
556
1184
|
},
|
|
557
|
-
"name": "spacing-
|
|
1185
|
+
"name": "spacing-5-xs",
|
|
558
1186
|
"attributes": {
|
|
559
1187
|
"category": "spacing",
|
|
560
|
-
"type": "
|
|
1188
|
+
"type": "5XS"
|
|
561
1189
|
},
|
|
562
1190
|
"path": [
|
|
563
1191
|
"spacing",
|
|
564
|
-
"
|
|
1192
|
+
"5XS"
|
|
565
1193
|
]
|
|
566
1194
|
},
|
|
567
|
-
"
|
|
568
|
-
"value": "0.
|
|
569
|
-
"formula": "1.25**-5",
|
|
1195
|
+
"6XS": {
|
|
1196
|
+
"value": "0.125",
|
|
570
1197
|
"defaultUnit": "rem",
|
|
1198
|
+
"public": true,
|
|
571
1199
|
"filePath": "tokens/spacing/base.json",
|
|
572
1200
|
"isSource": true,
|
|
573
1201
|
"original": {
|
|
574
|
-
"value": "0.
|
|
575
|
-
"
|
|
576
|
-
"
|
|
1202
|
+
"value": "0.125",
|
|
1203
|
+
"defaultUnit": "rem",
|
|
1204
|
+
"public": true
|
|
577
1205
|
},
|
|
578
|
-
"name": "spacing-
|
|
1206
|
+
"name": "spacing-6-xs",
|
|
579
1207
|
"attributes": {
|
|
580
1208
|
"category": "spacing",
|
|
581
|
-
"type": "
|
|
1209
|
+
"type": "6XS"
|
|
582
1210
|
},
|
|
583
1211
|
"path": [
|
|
584
1212
|
"spacing",
|
|
585
|
-
"
|
|
1213
|
+
"6XS"
|
|
586
1214
|
]
|
|
587
1215
|
}
|
|
588
1216
|
},
|
|
@@ -609,6 +1237,48 @@
|
|
|
609
1237
|
"default"
|
|
610
1238
|
]
|
|
611
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
|
+
},
|
|
612
1282
|
"headings": {
|
|
613
1283
|
"value": "'Poppins', sans-serif",
|
|
614
1284
|
"filePath": "tokens/typography/alias/font.json",
|
|
@@ -652,7 +1322,7 @@
|
|
|
652
1322
|
"filePath": "tokens/typography/alias/font.json",
|
|
653
1323
|
"isSource": true,
|
|
654
1324
|
"original": {
|
|
655
|
-
"value": "
|
|
1325
|
+
"value": "{typography.font.secondary.value}"
|
|
656
1326
|
},
|
|
657
1327
|
"name": "typography-font-lead",
|
|
658
1328
|
"attributes": {
|
|
@@ -671,7 +1341,7 @@
|
|
|
671
1341
|
"filePath": "tokens/typography/alias/font.json",
|
|
672
1342
|
"isSource": true,
|
|
673
1343
|
"original": {
|
|
674
|
-
"value": "
|
|
1344
|
+
"value": "{typography.font.secondary.value}"
|
|
675
1345
|
},
|
|
676
1346
|
"name": "typography-font-quote",
|
|
677
1347
|
"attributes": {
|
|
@@ -705,11 +1375,11 @@
|
|
|
705
1375
|
]
|
|
706
1376
|
},
|
|
707
1377
|
"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,
|
|
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'",
|
|
709
1379
|
"filePath": "tokens/typography/base/font.json",
|
|
710
1380
|
"isSource": true,
|
|
711
1381
|
"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,
|
|
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'"
|
|
713
1383
|
},
|
|
714
1384
|
"name": "typography-font-css-import",
|
|
715
1385
|
"attributes": {
|
|
@@ -727,10 +1397,12 @@
|
|
|
727
1397
|
"font-weight": {
|
|
728
1398
|
"regular": {
|
|
729
1399
|
"value": 400,
|
|
1400
|
+
"public": true,
|
|
730
1401
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
731
1402
|
"isSource": true,
|
|
732
1403
|
"original": {
|
|
733
|
-
"value": 400
|
|
1404
|
+
"value": 400,
|
|
1405
|
+
"public": true
|
|
734
1406
|
},
|
|
735
1407
|
"name": "typography-font-weight-regular",
|
|
736
1408
|
"attributes": {
|
|
@@ -744,31 +1416,14 @@
|
|
|
744
1416
|
"regular"
|
|
745
1417
|
]
|
|
746
1418
|
},
|
|
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
1419
|
"semibold": {
|
|
767
1420
|
"value": 600,
|
|
1421
|
+
"public": true,
|
|
768
1422
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
769
1423
|
"isSource": true,
|
|
770
1424
|
"original": {
|
|
771
|
-
"value": 600
|
|
1425
|
+
"value": 600,
|
|
1426
|
+
"public": true
|
|
772
1427
|
},
|
|
773
1428
|
"name": "typography-font-weight-semibold",
|
|
774
1429
|
"attributes": {
|
|
@@ -784,10 +1439,12 @@
|
|
|
784
1439
|
},
|
|
785
1440
|
"bold": {
|
|
786
1441
|
"value": 700,
|
|
1442
|
+
"public": true,
|
|
787
1443
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
788
1444
|
"isSource": true,
|
|
789
1445
|
"original": {
|
|
790
|
-
"value": 700
|
|
1446
|
+
"value": 700,
|
|
1447
|
+
"public": true
|
|
791
1448
|
},
|
|
792
1449
|
"name": "typography-font-weight-bold",
|
|
793
1450
|
"attributes": {
|
|
@@ -803,10 +1460,12 @@
|
|
|
803
1460
|
},
|
|
804
1461
|
"extrabold": {
|
|
805
1462
|
"value": 800,
|
|
1463
|
+
"public": true,
|
|
806
1464
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
807
1465
|
"isSource": true,
|
|
808
1466
|
"original": {
|
|
809
|
-
"value": 800
|
|
1467
|
+
"value": 800,
|
|
1468
|
+
"public": true
|
|
810
1469
|
},
|
|
811
1470
|
"name": "typography-font-weight-extrabold",
|
|
812
1471
|
"attributes": {
|
|
@@ -824,12 +1483,14 @@
|
|
|
824
1483
|
"letter-spacing": {
|
|
825
1484
|
"XL": {
|
|
826
1485
|
"value": "0.06",
|
|
827
|
-
"defaultUnit": "
|
|
1486
|
+
"defaultUnit": "rem",
|
|
1487
|
+
"public": true,
|
|
828
1488
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
829
1489
|
"isSource": true,
|
|
830
1490
|
"original": {
|
|
831
1491
|
"value": "0.06",
|
|
832
|
-
"defaultUnit": "
|
|
1492
|
+
"defaultUnit": "rem",
|
|
1493
|
+
"public": true
|
|
833
1494
|
},
|
|
834
1495
|
"name": "typography-letter-spacing-xl",
|
|
835
1496
|
"attributes": {
|
|
@@ -845,12 +1506,14 @@
|
|
|
845
1506
|
},
|
|
846
1507
|
"L": {
|
|
847
1508
|
"value": "0.04",
|
|
848
|
-
"defaultUnit": "
|
|
1509
|
+
"defaultUnit": "rem",
|
|
1510
|
+
"public": true,
|
|
849
1511
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
850
1512
|
"isSource": true,
|
|
851
1513
|
"original": {
|
|
852
1514
|
"value": "0.04",
|
|
853
|
-
"defaultUnit": "
|
|
1515
|
+
"defaultUnit": "rem",
|
|
1516
|
+
"public": true
|
|
854
1517
|
},
|
|
855
1518
|
"name": "typography-letter-spacing-l",
|
|
856
1519
|
"attributes": {
|
|
@@ -866,12 +1529,14 @@
|
|
|
866
1529
|
},
|
|
867
1530
|
"M": {
|
|
868
1531
|
"value": "0.02",
|
|
869
|
-
"defaultUnit": "
|
|
1532
|
+
"defaultUnit": "rem",
|
|
1533
|
+
"public": true,
|
|
870
1534
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
871
1535
|
"isSource": true,
|
|
872
1536
|
"original": {
|
|
873
1537
|
"value": "0.02",
|
|
874
|
-
"defaultUnit": "
|
|
1538
|
+
"defaultUnit": "rem",
|
|
1539
|
+
"public": true
|
|
875
1540
|
},
|
|
876
1541
|
"name": "typography-letter-spacing-m",
|
|
877
1542
|
"attributes": {
|
|
@@ -887,12 +1552,14 @@
|
|
|
887
1552
|
},
|
|
888
1553
|
"S": {
|
|
889
1554
|
"value": "0.01",
|
|
890
|
-
"defaultUnit": "
|
|
1555
|
+
"defaultUnit": "rem",
|
|
1556
|
+
"public": true,
|
|
891
1557
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
892
1558
|
"isSource": true,
|
|
893
1559
|
"original": {
|
|
894
1560
|
"value": "0.01",
|
|
895
|
-
"defaultUnit": "
|
|
1561
|
+
"defaultUnit": "rem",
|
|
1562
|
+
"public": true
|
|
896
1563
|
},
|
|
897
1564
|
"name": "typography-letter-spacing-s",
|
|
898
1565
|
"attributes": {
|
|
@@ -908,12 +1575,35 @@
|
|
|
908
1575
|
}
|
|
909
1576
|
},
|
|
910
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
|
+
},
|
|
911
1599
|
"L": {
|
|
912
|
-
"value": "
|
|
1600
|
+
"value": "170%",
|
|
1601
|
+
"public": true,
|
|
913
1602
|
"filePath": "tokens/typography/base/line-height.json",
|
|
914
1603
|
"isSource": true,
|
|
915
1604
|
"original": {
|
|
916
|
-
"value": "
|
|
1605
|
+
"value": "170%",
|
|
1606
|
+
"public": true
|
|
917
1607
|
},
|
|
918
1608
|
"name": "typography-line-height-l",
|
|
919
1609
|
"attributes": {
|
|
@@ -928,11 +1618,13 @@
|
|
|
928
1618
|
]
|
|
929
1619
|
},
|
|
930
1620
|
"M": {
|
|
931
|
-
"value": "
|
|
1621
|
+
"value": "140%",
|
|
1622
|
+
"public": true,
|
|
932
1623
|
"filePath": "tokens/typography/base/line-height.json",
|
|
933
1624
|
"isSource": true,
|
|
934
1625
|
"original": {
|
|
935
|
-
"value": "
|
|
1626
|
+
"value": "140%",
|
|
1627
|
+
"public": true
|
|
936
1628
|
},
|
|
937
1629
|
"name": "typography-line-height-m",
|
|
938
1630
|
"attributes": {
|
|
@@ -947,11 +1639,13 @@
|
|
|
947
1639
|
]
|
|
948
1640
|
},
|
|
949
1641
|
"S": {
|
|
950
|
-
"value": "
|
|
1642
|
+
"value": "120%",
|
|
1643
|
+
"public": true,
|
|
951
1644
|
"filePath": "tokens/typography/base/line-height.json",
|
|
952
1645
|
"isSource": true,
|
|
953
1646
|
"original": {
|
|
954
|
-
"value": "
|
|
1647
|
+
"value": "120%",
|
|
1648
|
+
"public": true
|
|
955
1649
|
},
|
|
956
1650
|
"name": "typography-line-height-s",
|
|
957
1651
|
"attributes": {
|
|
@@ -966,36 +1660,107 @@
|
|
|
966
1660
|
]
|
|
967
1661
|
}
|
|
968
1662
|
},
|
|
969
|
-
"
|
|
970
|
-
"
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
"
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
"
|
|
981
|
-
|
|
1663
|
+
"multiplier": {
|
|
1664
|
+
"small": {
|
|
1665
|
+
"value": "0.84",
|
|
1666
|
+
"public": true,
|
|
1667
|
+
"filePath": "tokens/typography/base/multipliers.json",
|
|
1668
|
+
"isSource": true,
|
|
1669
|
+
"original": {
|
|
1670
|
+
"value": "0.84",
|
|
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
|
+
]
|
|
982
1684
|
},
|
|
983
|
-
"
|
|
984
|
-
"
|
|
985
|
-
"
|
|
986
|
-
|
|
1685
|
+
"medium": {
|
|
1686
|
+
"value": "0.88",
|
|
1687
|
+
"public": true,
|
|
1688
|
+
"filePath": "tokens/typography/base/multipliers.json",
|
|
1689
|
+
"isSource": true,
|
|
1690
|
+
"original": {
|
|
1691
|
+
"value": "0.88",
|
|
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
|
+
}
|
|
987
1706
|
},
|
|
988
1707
|
"size": {
|
|
1708
|
+
"6XL": {
|
|
1709
|
+
"value": "3.583",
|
|
1710
|
+
"defaultUnit": "rem",
|
|
1711
|
+
"public": true,
|
|
1712
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1713
|
+
"isSource": true,
|
|
1714
|
+
"original": {
|
|
1715
|
+
"value": "3.583",
|
|
1716
|
+
"defaultUnit": "rem",
|
|
1717
|
+
"public": true
|
|
1718
|
+
},
|
|
1719
|
+
"name": "typography-size-6-xl",
|
|
1720
|
+
"attributes": {
|
|
1721
|
+
"category": "typography",
|
|
1722
|
+
"type": "size",
|
|
1723
|
+
"item": "6XL"
|
|
1724
|
+
},
|
|
1725
|
+
"path": [
|
|
1726
|
+
"typography",
|
|
1727
|
+
"size",
|
|
1728
|
+
"6XL"
|
|
1729
|
+
]
|
|
1730
|
+
},
|
|
1731
|
+
"5XL": {
|
|
1732
|
+
"value": "2.986",
|
|
1733
|
+
"defaultUnit": "rem",
|
|
1734
|
+
"public": true,
|
|
1735
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1736
|
+
"isSource": true,
|
|
1737
|
+
"original": {
|
|
1738
|
+
"value": "2.986",
|
|
1739
|
+
"defaultUnit": "rem",
|
|
1740
|
+
"public": true
|
|
1741
|
+
},
|
|
1742
|
+
"name": "typography-size-5-xl",
|
|
1743
|
+
"attributes": {
|
|
1744
|
+
"category": "typography",
|
|
1745
|
+
"type": "size",
|
|
1746
|
+
"item": "5XL"
|
|
1747
|
+
},
|
|
1748
|
+
"path": [
|
|
1749
|
+
"typography",
|
|
1750
|
+
"size",
|
|
1751
|
+
"5XL"
|
|
1752
|
+
]
|
|
1753
|
+
},
|
|
989
1754
|
"4XL": {
|
|
990
|
-
"value": "
|
|
991
|
-
"
|
|
992
|
-
"
|
|
1755
|
+
"value": "2.488",
|
|
1756
|
+
"defaultUnit": "rem",
|
|
1757
|
+
"public": true,
|
|
993
1758
|
"filePath": "tokens/typography/base/size.json",
|
|
994
1759
|
"isSource": true,
|
|
995
1760
|
"original": {
|
|
996
|
-
"value": "
|
|
997
|
-
"
|
|
998
|
-
"
|
|
1761
|
+
"value": "2.488",
|
|
1762
|
+
"defaultUnit": "rem",
|
|
1763
|
+
"public": true
|
|
999
1764
|
},
|
|
1000
1765
|
"name": "typography-size-4-xl",
|
|
1001
1766
|
"attributes": {
|
|
@@ -1010,15 +1775,15 @@
|
|
|
1010
1775
|
]
|
|
1011
1776
|
},
|
|
1012
1777
|
"3XL": {
|
|
1013
|
-
"value": "2.
|
|
1014
|
-
"
|
|
1015
|
-
"
|
|
1778
|
+
"value": "2.074",
|
|
1779
|
+
"defaultUnit": "rem",
|
|
1780
|
+
"public": true,
|
|
1016
1781
|
"filePath": "tokens/typography/base/size.json",
|
|
1017
1782
|
"isSource": true,
|
|
1018
1783
|
"original": {
|
|
1019
|
-
"value": "2.
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
1784
|
+
"value": "2.074",
|
|
1785
|
+
"defaultUnit": "rem",
|
|
1786
|
+
"public": true
|
|
1022
1787
|
},
|
|
1023
1788
|
"name": "typography-size-3-xl",
|
|
1024
1789
|
"attributes": {
|
|
@@ -1033,15 +1798,15 @@
|
|
|
1033
1798
|
]
|
|
1034
1799
|
},
|
|
1035
1800
|
"2XL": {
|
|
1036
|
-
"value": "1.
|
|
1037
|
-
"
|
|
1038
|
-
"
|
|
1801
|
+
"value": "1.728",
|
|
1802
|
+
"defaultUnit": "rem",
|
|
1803
|
+
"public": true,
|
|
1039
1804
|
"filePath": "tokens/typography/base/size.json",
|
|
1040
1805
|
"isSource": true,
|
|
1041
1806
|
"original": {
|
|
1042
|
-
"value": "1.
|
|
1043
|
-
"
|
|
1044
|
-
"
|
|
1807
|
+
"value": "1.728",
|
|
1808
|
+
"defaultUnit": "rem",
|
|
1809
|
+
"public": true
|
|
1045
1810
|
},
|
|
1046
1811
|
"name": "typography-size-2-xl",
|
|
1047
1812
|
"attributes": {
|
|
@@ -1056,15 +1821,15 @@
|
|
|
1056
1821
|
]
|
|
1057
1822
|
},
|
|
1058
1823
|
"XL": {
|
|
1059
|
-
"value": "1.
|
|
1060
|
-
"
|
|
1061
|
-
"
|
|
1824
|
+
"value": "1.44",
|
|
1825
|
+
"defaultUnit": "rem",
|
|
1826
|
+
"public": true,
|
|
1062
1827
|
"filePath": "tokens/typography/base/size.json",
|
|
1063
1828
|
"isSource": true,
|
|
1064
1829
|
"original": {
|
|
1065
|
-
"value": "1.
|
|
1066
|
-
"
|
|
1067
|
-
"
|
|
1830
|
+
"value": "1.44",
|
|
1831
|
+
"defaultUnit": "rem",
|
|
1832
|
+
"public": true
|
|
1068
1833
|
},
|
|
1069
1834
|
"name": "typography-size-xl",
|
|
1070
1835
|
"attributes": {
|
|
@@ -1079,15 +1844,15 @@
|
|
|
1079
1844
|
]
|
|
1080
1845
|
},
|
|
1081
1846
|
"L": {
|
|
1082
|
-
"value": "1.
|
|
1083
|
-
"
|
|
1084
|
-
"
|
|
1847
|
+
"value": "1.2",
|
|
1848
|
+
"defaultUnit": "rem",
|
|
1849
|
+
"public": true,
|
|
1085
1850
|
"filePath": "tokens/typography/base/size.json",
|
|
1086
1851
|
"isSource": true,
|
|
1087
1852
|
"original": {
|
|
1088
|
-
"value": "1.
|
|
1089
|
-
"
|
|
1090
|
-
"
|
|
1853
|
+
"value": "1.2",
|
|
1854
|
+
"defaultUnit": "rem",
|
|
1855
|
+
"public": true
|
|
1091
1856
|
},
|
|
1092
1857
|
"name": "typography-size-l",
|
|
1093
1858
|
"attributes": {
|
|
@@ -1104,13 +1869,15 @@
|
|
|
1104
1869
|
"M": {
|
|
1105
1870
|
"value": "1",
|
|
1106
1871
|
"comment": "Base value.",
|
|
1107
|
-
"defaultUnit": "
|
|
1872
|
+
"defaultUnit": "rem",
|
|
1873
|
+
"public": true,
|
|
1108
1874
|
"filePath": "tokens/typography/base/size.json",
|
|
1109
1875
|
"isSource": true,
|
|
1110
1876
|
"original": {
|
|
1111
1877
|
"value": "1",
|
|
1112
1878
|
"comment": "Base value.",
|
|
1113
|
-
"defaultUnit": "
|
|
1879
|
+
"defaultUnit": "rem",
|
|
1880
|
+
"public": true
|
|
1114
1881
|
},
|
|
1115
1882
|
"name": "typography-size-m",
|
|
1116
1883
|
"attributes": {
|
|
@@ -1125,15 +1892,15 @@
|
|
|
1125
1892
|
]
|
|
1126
1893
|
},
|
|
1127
1894
|
"S": {
|
|
1128
|
-
"value": "0.
|
|
1129
|
-
"
|
|
1130
|
-
"
|
|
1895
|
+
"value": "0.833",
|
|
1896
|
+
"defaultUnit": "rem",
|
|
1897
|
+
"public": true,
|
|
1131
1898
|
"filePath": "tokens/typography/base/size.json",
|
|
1132
1899
|
"isSource": true,
|
|
1133
1900
|
"original": {
|
|
1134
|
-
"value": "0.
|
|
1135
|
-
"
|
|
1136
|
-
"
|
|
1901
|
+
"value": "0.833",
|
|
1902
|
+
"defaultUnit": "rem",
|
|
1903
|
+
"public": true
|
|
1137
1904
|
},
|
|
1138
1905
|
"name": "typography-size-s",
|
|
1139
1906
|
"attributes": {
|
|
@@ -1148,15 +1915,15 @@
|
|
|
1148
1915
|
]
|
|
1149
1916
|
},
|
|
1150
1917
|
"XS": {
|
|
1151
|
-
"value": "0.
|
|
1152
|
-
"
|
|
1153
|
-
"
|
|
1918
|
+
"value": "0.694",
|
|
1919
|
+
"defaultUnit": "rem",
|
|
1920
|
+
"public": true,
|
|
1154
1921
|
"filePath": "tokens/typography/base/size.json",
|
|
1155
1922
|
"isSource": true,
|
|
1156
1923
|
"original": {
|
|
1157
|
-
"value": "0.
|
|
1158
|
-
"
|
|
1159
|
-
"
|
|
1924
|
+
"value": "0.694",
|
|
1925
|
+
"defaultUnit": "rem",
|
|
1926
|
+
"public": true
|
|
1160
1927
|
},
|
|
1161
1928
|
"name": "typography-size-xs",
|
|
1162
1929
|
"attributes": {
|
|
@@ -1171,5 +1938,102 @@
|
|
|
1171
1938
|
]
|
|
1172
1939
|
}
|
|
1173
1940
|
}
|
|
1941
|
+
},
|
|
1942
|
+
"z-index": {
|
|
1943
|
+
"navigation": {
|
|
1944
|
+
"value": 100,
|
|
1945
|
+
"public": true,
|
|
1946
|
+
"filePath": "tokens/z-index/base.json",
|
|
1947
|
+
"isSource": true,
|
|
1948
|
+
"original": {
|
|
1949
|
+
"value": 100,
|
|
1950
|
+
"public": true
|
|
1951
|
+
},
|
|
1952
|
+
"name": "z-index-navigation",
|
|
1953
|
+
"attributes": {
|
|
1954
|
+
"category": "z-index",
|
|
1955
|
+
"type": "navigation"
|
|
1956
|
+
},
|
|
1957
|
+
"path": [
|
|
1958
|
+
"z-index",
|
|
1959
|
+
"navigation"
|
|
1960
|
+
]
|
|
1961
|
+
},
|
|
1962
|
+
"dropdown": {
|
|
1963
|
+
"value": 200,
|
|
1964
|
+
"public": true,
|
|
1965
|
+
"filePath": "tokens/z-index/base.json",
|
|
1966
|
+
"isSource": true,
|
|
1967
|
+
"original": {
|
|
1968
|
+
"value": 200,
|
|
1969
|
+
"public": true
|
|
1970
|
+
},
|
|
1971
|
+
"name": "z-index-dropdown",
|
|
1972
|
+
"attributes": {
|
|
1973
|
+
"category": "z-index",
|
|
1974
|
+
"type": "dropdown"
|
|
1975
|
+
},
|
|
1976
|
+
"path": [
|
|
1977
|
+
"z-index",
|
|
1978
|
+
"dropdown"
|
|
1979
|
+
]
|
|
1980
|
+
},
|
|
1981
|
+
"notifications": {
|
|
1982
|
+
"value": 300,
|
|
1983
|
+
"public": true,
|
|
1984
|
+
"filePath": "tokens/z-index/base.json",
|
|
1985
|
+
"isSource": true,
|
|
1986
|
+
"original": {
|
|
1987
|
+
"value": 300,
|
|
1988
|
+
"public": true
|
|
1989
|
+
},
|
|
1990
|
+
"name": "z-index-notifications",
|
|
1991
|
+
"attributes": {
|
|
1992
|
+
"category": "z-index",
|
|
1993
|
+
"type": "notifications"
|
|
1994
|
+
},
|
|
1995
|
+
"path": [
|
|
1996
|
+
"z-index",
|
|
1997
|
+
"notifications"
|
|
1998
|
+
]
|
|
1999
|
+
},
|
|
2000
|
+
"overlay": {
|
|
2001
|
+
"value": 400,
|
|
2002
|
+
"public": true,
|
|
2003
|
+
"filePath": "tokens/z-index/base.json",
|
|
2004
|
+
"isSource": true,
|
|
2005
|
+
"original": {
|
|
2006
|
+
"value": 400,
|
|
2007
|
+
"public": true
|
|
2008
|
+
},
|
|
2009
|
+
"name": "z-index-overlay",
|
|
2010
|
+
"attributes": {
|
|
2011
|
+
"category": "z-index",
|
|
2012
|
+
"type": "overlay"
|
|
2013
|
+
},
|
|
2014
|
+
"path": [
|
|
2015
|
+
"z-index",
|
|
2016
|
+
"overlay"
|
|
2017
|
+
]
|
|
2018
|
+
},
|
|
2019
|
+
"modal": {
|
|
2020
|
+
"value": 500,
|
|
2021
|
+
"public": true,
|
|
2022
|
+
"filePath": "tokens/z-index/base.json",
|
|
2023
|
+
"isSource": true,
|
|
2024
|
+
"original": {
|
|
2025
|
+
"value": 500,
|
|
2026
|
+
"public": true
|
|
2027
|
+
},
|
|
2028
|
+
"name": "z-index-modal",
|
|
2029
|
+
"attributes": {
|
|
2030
|
+
"category": "z-index",
|
|
2031
|
+
"type": "modal"
|
|
2032
|
+
},
|
|
2033
|
+
"path": [
|
|
2034
|
+
"z-index",
|
|
2035
|
+
"modal"
|
|
2036
|
+
]
|
|
2037
|
+
}
|
|
1174
2038
|
}
|
|
1175
|
-
}
|
|
2039
|
+
}
|