@pantheon-systems/pds-design-tokens 1.0.0-dev.9 → 1.0.0-dev.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/build/css/pds-design-tokens-dark-mode.css +137 -42
- package/build/css/pds-design-tokens-light-mode.css +155 -50
- package/build/css/pds-design-tokens.css +73 -3
- package/build/figma/pds-design-tokens-figma.json +9060 -4540
- package/build/json/pds-design-tokens-dark-mode.json +3853 -1764
- package/build/json/pds-design-tokens-light-mode.json +3555 -1226
- package/build/json/pds-design-tokens.json +1013 -243
- package/package.json +1 -1
- package/build/scss/_pds-design-tokens-dark-mode.scss +0 -106
- package/build/scss/_pds-design-tokens-light-mode.scss +0 -106
- package/build/scss/_pds-design-tokens.scss +0 -16
|
@@ -1,90 +1,265 @@
|
|
|
1
1
|
{
|
|
2
2
|
"animation": {
|
|
3
|
-
"
|
|
3
|
+
"focus": {
|
|
4
4
|
"transition": {
|
|
5
|
-
"value": "
|
|
5
|
+
"value": "outline 200ms ease-in-out 0s",
|
|
6
|
+
"public": true,
|
|
6
7
|
"filePath": "tokens/animation/alias.json",
|
|
7
8
|
"isSource": true,
|
|
8
9
|
"original": {
|
|
9
|
-
"value": "
|
|
10
|
+
"value": "outline {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
|
|
11
|
+
"public": true
|
|
10
12
|
},
|
|
11
|
-
"name": "animation-
|
|
13
|
+
"name": "animation-focus-transition",
|
|
12
14
|
"attributes": {
|
|
13
15
|
"category": "animation",
|
|
14
|
-
"type": "
|
|
16
|
+
"type": "focus",
|
|
15
17
|
"item": "transition"
|
|
16
18
|
},
|
|
17
19
|
"path": [
|
|
18
20
|
"animation",
|
|
19
|
-
"
|
|
21
|
+
"focus",
|
|
20
22
|
"transition"
|
|
21
23
|
]
|
|
22
24
|
}
|
|
23
25
|
},
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"value": "0s",
|
|
26
|
+
"rotation": {
|
|
27
|
+
"transition": {
|
|
28
|
+
"value": "transform 200ms ease-in-out 0s",
|
|
27
29
|
"public": true,
|
|
28
|
-
"filePath": "tokens/animation/
|
|
30
|
+
"filePath": "tokens/animation/alias.json",
|
|
29
31
|
"isSource": true,
|
|
30
32
|
"original": {
|
|
31
|
-
"value": "
|
|
33
|
+
"value": "transform {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
|
|
32
34
|
"public": true
|
|
33
35
|
},
|
|
34
|
-
"name": "animation-transition
|
|
36
|
+
"name": "animation-rotation-transition",
|
|
35
37
|
"attributes": {
|
|
36
38
|
"category": "animation",
|
|
37
|
-
"type": "
|
|
38
|
-
"item": "
|
|
39
|
+
"type": "rotation",
|
|
40
|
+
"item": "transition"
|
|
39
41
|
},
|
|
40
42
|
"path": [
|
|
41
43
|
"animation",
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
+
"rotation",
|
|
45
|
+
"transition"
|
|
44
46
|
]
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"reveal": {
|
|
50
|
+
"transition": {
|
|
51
|
+
"value": "all 300ms ease-in-out",
|
|
48
52
|
"public": true,
|
|
49
|
-
"filePath": "tokens/animation/
|
|
53
|
+
"filePath": "tokens/animation/alias.json",
|
|
50
54
|
"isSource": true,
|
|
51
55
|
"original": {
|
|
52
|
-
"value": "
|
|
56
|
+
"value": "all {animation.transition.reveal.duration.value} {animation.transition.default.timing-function.value}",
|
|
53
57
|
"public": true
|
|
54
58
|
},
|
|
55
|
-
"name": "animation-transition
|
|
59
|
+
"name": "animation-reveal-transition",
|
|
56
60
|
"attributes": {
|
|
57
61
|
"category": "animation",
|
|
58
|
-
"type": "
|
|
59
|
-
"item": "
|
|
62
|
+
"type": "reveal",
|
|
63
|
+
"item": "transition"
|
|
60
64
|
},
|
|
61
65
|
"path": [
|
|
62
66
|
"animation",
|
|
63
|
-
"
|
|
64
|
-
"
|
|
67
|
+
"reveal",
|
|
68
|
+
"transition"
|
|
65
69
|
]
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"button": {
|
|
73
|
+
"transition": {
|
|
74
|
+
"value": "all 200ms ease-in-out 0s",
|
|
69
75
|
"public": true,
|
|
70
|
-
"filePath": "tokens/animation/
|
|
76
|
+
"filePath": "tokens/animation/alias.json",
|
|
71
77
|
"isSource": true,
|
|
72
78
|
"original": {
|
|
73
|
-
"value": "
|
|
79
|
+
"value": "all {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
|
|
80
|
+
"public": true
|
|
81
|
+
},
|
|
82
|
+
"name": "animation-button-transition",
|
|
83
|
+
"attributes": {
|
|
84
|
+
"category": "animation",
|
|
85
|
+
"type": "button",
|
|
86
|
+
"item": "transition"
|
|
87
|
+
},
|
|
88
|
+
"path": [
|
|
89
|
+
"animation",
|
|
90
|
+
"button",
|
|
91
|
+
"transition"
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"input": {
|
|
96
|
+
"transition": {
|
|
97
|
+
"value": "background-color 200ms ease-in-out 0s, border-color 200ms ease-in-out 0s",
|
|
98
|
+
"public": true,
|
|
99
|
+
"filePath": "tokens/animation/alias.json",
|
|
100
|
+
"isSource": true,
|
|
101
|
+
"original": {
|
|
102
|
+
"value": "background-color {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}, border-color {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
|
|
103
|
+
"public": true
|
|
104
|
+
},
|
|
105
|
+
"name": "animation-input-transition",
|
|
106
|
+
"attributes": {
|
|
107
|
+
"category": "animation",
|
|
108
|
+
"type": "input",
|
|
109
|
+
"item": "transition"
|
|
110
|
+
},
|
|
111
|
+
"path": [
|
|
112
|
+
"animation",
|
|
113
|
+
"input",
|
|
114
|
+
"transition"
|
|
115
|
+
]
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"link": {
|
|
119
|
+
"transition": {
|
|
120
|
+
"value": "all 200ms ease-in-out 0s",
|
|
121
|
+
"public": true,
|
|
122
|
+
"filePath": "tokens/animation/alias.json",
|
|
123
|
+
"isSource": true,
|
|
124
|
+
"original": {
|
|
125
|
+
"value": "all {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
|
|
74
126
|
"public": true
|
|
75
127
|
},
|
|
76
|
-
"name": "animation-transition
|
|
128
|
+
"name": "animation-link-transition",
|
|
77
129
|
"attributes": {
|
|
78
130
|
"category": "animation",
|
|
79
|
-
"type": "
|
|
80
|
-
"item": "
|
|
131
|
+
"type": "link",
|
|
132
|
+
"item": "transition"
|
|
81
133
|
},
|
|
82
134
|
"path": [
|
|
83
135
|
"animation",
|
|
84
|
-
"
|
|
85
|
-
"
|
|
136
|
+
"link",
|
|
137
|
+
"transition"
|
|
86
138
|
]
|
|
87
139
|
}
|
|
140
|
+
},
|
|
141
|
+
"transition": {
|
|
142
|
+
"default": {
|
|
143
|
+
"delay": {
|
|
144
|
+
"value": "0s",
|
|
145
|
+
"public": true,
|
|
146
|
+
"filePath": "tokens/animation/base.json",
|
|
147
|
+
"isSource": true,
|
|
148
|
+
"original": {
|
|
149
|
+
"value": "0s",
|
|
150
|
+
"public": true
|
|
151
|
+
},
|
|
152
|
+
"name": "animation-transition-default-delay",
|
|
153
|
+
"attributes": {
|
|
154
|
+
"category": "animation",
|
|
155
|
+
"type": "transition",
|
|
156
|
+
"item": "default",
|
|
157
|
+
"subitem": "delay"
|
|
158
|
+
},
|
|
159
|
+
"path": [
|
|
160
|
+
"animation",
|
|
161
|
+
"transition",
|
|
162
|
+
"default",
|
|
163
|
+
"delay"
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
"duration": {
|
|
167
|
+
"value": "200ms",
|
|
168
|
+
"public": true,
|
|
169
|
+
"filePath": "tokens/animation/base.json",
|
|
170
|
+
"isSource": true,
|
|
171
|
+
"original": {
|
|
172
|
+
"value": "200ms",
|
|
173
|
+
"public": true
|
|
174
|
+
},
|
|
175
|
+
"name": "animation-transition-default-duration",
|
|
176
|
+
"attributes": {
|
|
177
|
+
"category": "animation",
|
|
178
|
+
"type": "transition",
|
|
179
|
+
"item": "default",
|
|
180
|
+
"subitem": "duration"
|
|
181
|
+
},
|
|
182
|
+
"path": [
|
|
183
|
+
"animation",
|
|
184
|
+
"transition",
|
|
185
|
+
"default",
|
|
186
|
+
"duration"
|
|
187
|
+
]
|
|
188
|
+
},
|
|
189
|
+
"timing-function": {
|
|
190
|
+
"value": "ease-in-out",
|
|
191
|
+
"public": true,
|
|
192
|
+
"filePath": "tokens/animation/base.json",
|
|
193
|
+
"isSource": true,
|
|
194
|
+
"original": {
|
|
195
|
+
"value": "ease-in-out",
|
|
196
|
+
"public": true
|
|
197
|
+
},
|
|
198
|
+
"name": "animation-transition-default-timing-function",
|
|
199
|
+
"attributes": {
|
|
200
|
+
"category": "animation",
|
|
201
|
+
"type": "transition",
|
|
202
|
+
"item": "default",
|
|
203
|
+
"subitem": "timing-function"
|
|
204
|
+
},
|
|
205
|
+
"path": [
|
|
206
|
+
"animation",
|
|
207
|
+
"transition",
|
|
208
|
+
"default",
|
|
209
|
+
"timing-function"
|
|
210
|
+
]
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"dropdown": {
|
|
214
|
+
"duration": {
|
|
215
|
+
"value": "300ms",
|
|
216
|
+
"public": true,
|
|
217
|
+
"filePath": "tokens/animation/base.json",
|
|
218
|
+
"isSource": true,
|
|
219
|
+
"original": {
|
|
220
|
+
"value": "300ms",
|
|
221
|
+
"public": true
|
|
222
|
+
},
|
|
223
|
+
"name": "animation-transition-dropdown-duration",
|
|
224
|
+
"attributes": {
|
|
225
|
+
"category": "animation",
|
|
226
|
+
"type": "transition",
|
|
227
|
+
"item": "dropdown",
|
|
228
|
+
"subitem": "duration"
|
|
229
|
+
},
|
|
230
|
+
"path": [
|
|
231
|
+
"animation",
|
|
232
|
+
"transition",
|
|
233
|
+
"dropdown",
|
|
234
|
+
"duration"
|
|
235
|
+
]
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"reveal": {
|
|
239
|
+
"duration": {
|
|
240
|
+
"value": "300ms",
|
|
241
|
+
"public": true,
|
|
242
|
+
"filePath": "tokens/animation/base.json",
|
|
243
|
+
"isSource": true,
|
|
244
|
+
"original": {
|
|
245
|
+
"value": "300ms",
|
|
246
|
+
"public": true
|
|
247
|
+
},
|
|
248
|
+
"name": "animation-transition-reveal-duration",
|
|
249
|
+
"attributes": {
|
|
250
|
+
"category": "animation",
|
|
251
|
+
"type": "transition",
|
|
252
|
+
"item": "reveal",
|
|
253
|
+
"subitem": "duration"
|
|
254
|
+
},
|
|
255
|
+
"path": [
|
|
256
|
+
"animation",
|
|
257
|
+
"transition",
|
|
258
|
+
"reveal",
|
|
259
|
+
"duration"
|
|
260
|
+
]
|
|
261
|
+
}
|
|
262
|
+
}
|
|
88
263
|
}
|
|
89
264
|
},
|
|
90
265
|
"border": {
|
|
@@ -111,6 +286,52 @@
|
|
|
111
286
|
"radius",
|
|
112
287
|
"default"
|
|
113
288
|
]
|
|
289
|
+
},
|
|
290
|
+
"container": {
|
|
291
|
+
"value": 0.375,
|
|
292
|
+
"defaultUnit": "rem",
|
|
293
|
+
"public": true,
|
|
294
|
+
"filePath": "tokens/border/alias.json",
|
|
295
|
+
"isSource": true,
|
|
296
|
+
"original": {
|
|
297
|
+
"value": 0.375,
|
|
298
|
+
"defaultUnit": "rem",
|
|
299
|
+
"public": true
|
|
300
|
+
},
|
|
301
|
+
"name": "border-radius-container",
|
|
302
|
+
"attributes": {
|
|
303
|
+
"category": "border",
|
|
304
|
+
"type": "radius",
|
|
305
|
+
"item": "container"
|
|
306
|
+
},
|
|
307
|
+
"path": [
|
|
308
|
+
"border",
|
|
309
|
+
"radius",
|
|
310
|
+
"container"
|
|
311
|
+
]
|
|
312
|
+
},
|
|
313
|
+
"bar": {
|
|
314
|
+
"value": 3.5,
|
|
315
|
+
"defaultUnit": "rem",
|
|
316
|
+
"public": true,
|
|
317
|
+
"filePath": "tokens/border/alias.json",
|
|
318
|
+
"isSource": true,
|
|
319
|
+
"original": {
|
|
320
|
+
"value": 3.5,
|
|
321
|
+
"defaultUnit": "rem",
|
|
322
|
+
"public": true
|
|
323
|
+
},
|
|
324
|
+
"name": "border-radius-bar",
|
|
325
|
+
"attributes": {
|
|
326
|
+
"category": "border",
|
|
327
|
+
"type": "radius",
|
|
328
|
+
"item": "bar"
|
|
329
|
+
},
|
|
330
|
+
"path": [
|
|
331
|
+
"border",
|
|
332
|
+
"radius",
|
|
333
|
+
"bar"
|
|
334
|
+
]
|
|
114
335
|
}
|
|
115
336
|
},
|
|
116
337
|
"width": {
|
|
@@ -139,158 +360,473 @@
|
|
|
139
360
|
}
|
|
140
361
|
}
|
|
141
362
|
},
|
|
142
|
-
"
|
|
143
|
-
"
|
|
363
|
+
"container": {
|
|
364
|
+
"modal": {
|
|
144
365
|
"width": {
|
|
145
|
-
"
|
|
146
|
-
|
|
366
|
+
"small": {
|
|
367
|
+
"value": "25rem",
|
|
368
|
+
"public": true,
|
|
369
|
+
"filePath": "tokens/container/alias.json",
|
|
370
|
+
"isSource": true,
|
|
371
|
+
"original": {
|
|
372
|
+
"value": "25rem",
|
|
373
|
+
"public": true
|
|
374
|
+
},
|
|
375
|
+
"name": "container-modal-width-small",
|
|
376
|
+
"attributes": {
|
|
377
|
+
"category": "container",
|
|
378
|
+
"type": "modal",
|
|
379
|
+
"item": "width",
|
|
380
|
+
"subitem": "small"
|
|
381
|
+
},
|
|
382
|
+
"path": [
|
|
383
|
+
"container",
|
|
384
|
+
"modal",
|
|
385
|
+
"width",
|
|
386
|
+
"small"
|
|
387
|
+
]
|
|
388
|
+
},
|
|
389
|
+
"medium": {
|
|
390
|
+
"value": "36rem",
|
|
391
|
+
"public": true,
|
|
392
|
+
"filePath": "tokens/container/alias.json",
|
|
393
|
+
"isSource": true,
|
|
394
|
+
"original": {
|
|
395
|
+
"value": "36rem",
|
|
396
|
+
"public": true
|
|
397
|
+
},
|
|
398
|
+
"name": "container-modal-width-medium",
|
|
399
|
+
"attributes": {
|
|
400
|
+
"category": "container",
|
|
401
|
+
"type": "modal",
|
|
402
|
+
"item": "width",
|
|
403
|
+
"subitem": "medium"
|
|
404
|
+
},
|
|
405
|
+
"path": [
|
|
406
|
+
"container",
|
|
407
|
+
"modal",
|
|
408
|
+
"width",
|
|
409
|
+
"medium"
|
|
410
|
+
]
|
|
411
|
+
},
|
|
412
|
+
"large": {
|
|
413
|
+
"value": "44rem",
|
|
414
|
+
"public": true,
|
|
415
|
+
"filePath": "tokens/container/alias.json",
|
|
416
|
+
"isSource": true,
|
|
417
|
+
"original": {
|
|
418
|
+
"value": "44rem",
|
|
419
|
+
"public": true
|
|
420
|
+
},
|
|
421
|
+
"name": "container-modal-width-large",
|
|
422
|
+
"attributes": {
|
|
423
|
+
"category": "container",
|
|
424
|
+
"type": "modal",
|
|
425
|
+
"item": "width",
|
|
426
|
+
"subitem": "large"
|
|
427
|
+
},
|
|
428
|
+
"path": [
|
|
429
|
+
"container",
|
|
430
|
+
"modal",
|
|
431
|
+
"width",
|
|
432
|
+
"large"
|
|
433
|
+
]
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"max-width": {
|
|
438
|
+
"narrow": {
|
|
439
|
+
"value": "1024px",
|
|
440
|
+
"public": true,
|
|
441
|
+
"filePath": "tokens/container/base.json",
|
|
147
442
|
"isSource": true,
|
|
148
443
|
"original": {
|
|
149
|
-
"value": "
|
|
444
|
+
"value": "1024px",
|
|
445
|
+
"public": true
|
|
150
446
|
},
|
|
151
|
-
"name": "
|
|
447
|
+
"name": "container-max-width-narrow",
|
|
152
448
|
"attributes": {
|
|
153
|
-
"category": "
|
|
154
|
-
"type": "
|
|
155
|
-
"item": "
|
|
449
|
+
"category": "container",
|
|
450
|
+
"type": "max-width",
|
|
451
|
+
"item": "narrow"
|
|
156
452
|
},
|
|
157
453
|
"path": [
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
454
|
+
"container",
|
|
455
|
+
"max-width",
|
|
456
|
+
"narrow"
|
|
161
457
|
]
|
|
162
458
|
},
|
|
163
|
-
"
|
|
164
|
-
"value": "
|
|
165
|
-
"
|
|
459
|
+
"standard": {
|
|
460
|
+
"value": "1200px",
|
|
461
|
+
"public": true,
|
|
462
|
+
"filePath": "tokens/container/base.json",
|
|
166
463
|
"isSource": true,
|
|
167
464
|
"original": {
|
|
168
|
-
"value": "
|
|
465
|
+
"value": "1200px",
|
|
466
|
+
"public": true
|
|
169
467
|
},
|
|
170
|
-
"name": "
|
|
468
|
+
"name": "container-max-width-standard",
|
|
171
469
|
"attributes": {
|
|
172
|
-
"category": "
|
|
173
|
-
"type": "
|
|
174
|
-
"item": "
|
|
470
|
+
"category": "container",
|
|
471
|
+
"type": "max-width",
|
|
472
|
+
"item": "standard"
|
|
175
473
|
},
|
|
176
474
|
"path": [
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
475
|
+
"container",
|
|
476
|
+
"max-width",
|
|
477
|
+
"standard"
|
|
180
478
|
]
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
"
|
|
186
|
-
"filePath": "tokens/grid/base.json",
|
|
479
|
+
},
|
|
480
|
+
"wide": {
|
|
481
|
+
"value": "1440px",
|
|
482
|
+
"public": true,
|
|
483
|
+
"filePath": "tokens/container/base.json",
|
|
187
484
|
"isSource": true,
|
|
188
485
|
"original": {
|
|
189
|
-
"value": "
|
|
486
|
+
"value": "1440px",
|
|
487
|
+
"public": true
|
|
190
488
|
},
|
|
191
|
-
"name": "
|
|
489
|
+
"name": "container-max-width-wide",
|
|
192
490
|
"attributes": {
|
|
193
|
-
"category": "
|
|
194
|
-
"type": "
|
|
195
|
-
"item": "
|
|
491
|
+
"category": "container",
|
|
492
|
+
"type": "max-width",
|
|
493
|
+
"item": "wide"
|
|
196
494
|
},
|
|
197
495
|
"path": [
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
496
|
+
"container",
|
|
497
|
+
"max-width",
|
|
498
|
+
"wide"
|
|
201
499
|
]
|
|
202
500
|
},
|
|
203
|
-
"
|
|
204
|
-
"value": "
|
|
205
|
-
"
|
|
501
|
+
"x-wide": {
|
|
502
|
+
"value": "1600px",
|
|
503
|
+
"public": true,
|
|
504
|
+
"filePath": "tokens/container/base.json",
|
|
206
505
|
"isSource": true,
|
|
207
506
|
"original": {
|
|
208
|
-
"value": "
|
|
507
|
+
"value": "1600px",
|
|
508
|
+
"public": true
|
|
209
509
|
},
|
|
210
|
-
"name": "
|
|
510
|
+
"name": "container-max-width-x-wide",
|
|
211
511
|
"attributes": {
|
|
212
|
-
"category": "
|
|
213
|
-
"type": "
|
|
214
|
-
"item": "
|
|
512
|
+
"category": "container",
|
|
513
|
+
"type": "max-width",
|
|
514
|
+
"item": "x-wide"
|
|
215
515
|
},
|
|
216
516
|
"path": [
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
517
|
+
"container",
|
|
518
|
+
"max-width",
|
|
519
|
+
"x-wide"
|
|
220
520
|
]
|
|
221
521
|
}
|
|
222
522
|
},
|
|
223
|
-
"
|
|
224
|
-
"
|
|
225
|
-
"value": "
|
|
226
|
-
"
|
|
523
|
+
"padding": {
|
|
524
|
+
"small": {
|
|
525
|
+
"value": "5%",
|
|
526
|
+
"public": true,
|
|
527
|
+
"filePath": "tokens/container/base.json",
|
|
227
528
|
"isSource": true,
|
|
228
529
|
"original": {
|
|
229
|
-
"value": "
|
|
530
|
+
"value": "5%",
|
|
531
|
+
"public": true
|
|
230
532
|
},
|
|
231
|
-
"name": "
|
|
533
|
+
"name": "container-padding-small",
|
|
232
534
|
"attributes": {
|
|
233
|
-
"category": "
|
|
234
|
-
"type": "
|
|
235
|
-
"item": "
|
|
535
|
+
"category": "container",
|
|
536
|
+
"type": "padding",
|
|
537
|
+
"item": "small"
|
|
236
538
|
},
|
|
237
539
|
"path": [
|
|
238
|
-
"
|
|
239
|
-
"
|
|
240
|
-
"
|
|
540
|
+
"container",
|
|
541
|
+
"padding",
|
|
542
|
+
"small"
|
|
241
543
|
]
|
|
242
544
|
},
|
|
545
|
+
"medium": {
|
|
546
|
+
"value": "4%",
|
|
547
|
+
"public": true,
|
|
548
|
+
"filePath": "tokens/container/base.json",
|
|
549
|
+
"isSource": true,
|
|
550
|
+
"original": {
|
|
551
|
+
"value": "4%",
|
|
552
|
+
"public": true
|
|
553
|
+
},
|
|
554
|
+
"name": "container-padding-medium",
|
|
555
|
+
"attributes": {
|
|
556
|
+
"category": "container",
|
|
557
|
+
"type": "padding",
|
|
558
|
+
"item": "medium"
|
|
559
|
+
},
|
|
560
|
+
"path": [
|
|
561
|
+
"container",
|
|
562
|
+
"padding",
|
|
563
|
+
"medium"
|
|
564
|
+
]
|
|
565
|
+
},
|
|
566
|
+
"large": {
|
|
567
|
+
"value": "4%",
|
|
568
|
+
"public": true,
|
|
569
|
+
"filePath": "tokens/container/base.json",
|
|
570
|
+
"isSource": true,
|
|
571
|
+
"original": {
|
|
572
|
+
"value": "4%",
|
|
573
|
+
"public": true
|
|
574
|
+
},
|
|
575
|
+
"name": "container-padding-large",
|
|
576
|
+
"attributes": {
|
|
577
|
+
"category": "container",
|
|
578
|
+
"type": "padding",
|
|
579
|
+
"item": "large"
|
|
580
|
+
},
|
|
581
|
+
"path": [
|
|
582
|
+
"container",
|
|
583
|
+
"padding",
|
|
584
|
+
"large"
|
|
585
|
+
]
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
"grid": {
|
|
590
|
+
"columns-4": {
|
|
243
591
|
"gap": {
|
|
244
|
-
"value": "
|
|
592
|
+
"value": "5.5%",
|
|
245
593
|
"filePath": "tokens/grid/base.json",
|
|
246
594
|
"isSource": true,
|
|
247
595
|
"original": {
|
|
248
|
-
"value": "
|
|
596
|
+
"value": "5.5%"
|
|
249
597
|
},
|
|
250
|
-
"name": "grid-columns-
|
|
598
|
+
"name": "grid-columns-4-gap",
|
|
251
599
|
"attributes": {
|
|
252
600
|
"category": "grid",
|
|
253
|
-
"type": "columns-
|
|
601
|
+
"type": "columns-4",
|
|
254
602
|
"item": "gap"
|
|
255
603
|
},
|
|
256
604
|
"path": [
|
|
257
605
|
"grid",
|
|
258
|
-
"columns-
|
|
606
|
+
"columns-4",
|
|
259
607
|
"gap"
|
|
260
608
|
]
|
|
261
609
|
}
|
|
610
|
+
},
|
|
611
|
+
"columns-12": {
|
|
612
|
+
"gap": {
|
|
613
|
+
"narrow": {
|
|
614
|
+
"value": "2.5%",
|
|
615
|
+
"filePath": "tokens/grid/base.json",
|
|
616
|
+
"isSource": true,
|
|
617
|
+
"original": {
|
|
618
|
+
"value": "2.5%"
|
|
619
|
+
},
|
|
620
|
+
"name": "grid-columns-12-gap-narrow",
|
|
621
|
+
"attributes": {
|
|
622
|
+
"category": "grid",
|
|
623
|
+
"type": "columns-12",
|
|
624
|
+
"item": "gap",
|
|
625
|
+
"subitem": "narrow"
|
|
626
|
+
},
|
|
627
|
+
"path": [
|
|
628
|
+
"grid",
|
|
629
|
+
"columns-12",
|
|
630
|
+
"gap",
|
|
631
|
+
"narrow"
|
|
632
|
+
]
|
|
633
|
+
},
|
|
634
|
+
"standard": {
|
|
635
|
+
"value": "4%",
|
|
636
|
+
"filePath": "tokens/grid/base.json",
|
|
637
|
+
"isSource": true,
|
|
638
|
+
"original": {
|
|
639
|
+
"value": "4%"
|
|
640
|
+
},
|
|
641
|
+
"name": "grid-columns-12-gap-standard",
|
|
642
|
+
"attributes": {
|
|
643
|
+
"category": "grid",
|
|
644
|
+
"type": "columns-12",
|
|
645
|
+
"item": "gap",
|
|
646
|
+
"subitem": "standard"
|
|
647
|
+
},
|
|
648
|
+
"path": [
|
|
649
|
+
"grid",
|
|
650
|
+
"columns-12",
|
|
651
|
+
"gap",
|
|
652
|
+
"standard"
|
|
653
|
+
]
|
|
654
|
+
},
|
|
655
|
+
"wide": {
|
|
656
|
+
"value": "5.5%",
|
|
657
|
+
"filePath": "tokens/grid/base.json",
|
|
658
|
+
"isSource": true,
|
|
659
|
+
"original": {
|
|
660
|
+
"value": "5.5%"
|
|
661
|
+
},
|
|
662
|
+
"name": "grid-columns-12-gap-wide",
|
|
663
|
+
"attributes": {
|
|
664
|
+
"category": "grid",
|
|
665
|
+
"type": "columns-12",
|
|
666
|
+
"item": "gap",
|
|
667
|
+
"subitem": "wide"
|
|
668
|
+
},
|
|
669
|
+
"path": [
|
|
670
|
+
"grid",
|
|
671
|
+
"columns-12",
|
|
672
|
+
"gap",
|
|
673
|
+
"wide"
|
|
674
|
+
]
|
|
675
|
+
}
|
|
676
|
+
}
|
|
677
|
+
},
|
|
678
|
+
"marketing": {
|
|
679
|
+
"column": {
|
|
680
|
+
"small": {
|
|
681
|
+
"value": "21.34375%",
|
|
682
|
+
"public": true,
|
|
683
|
+
"filePath": "tokens/grid/base.json",
|
|
684
|
+
"isSource": true,
|
|
685
|
+
"original": {
|
|
686
|
+
"value": "21.34375%",
|
|
687
|
+
"public": true
|
|
688
|
+
},
|
|
689
|
+
"name": "grid-marketing-column-small",
|
|
690
|
+
"attributes": {
|
|
691
|
+
"category": "grid",
|
|
692
|
+
"type": "marketing",
|
|
693
|
+
"item": "column",
|
|
694
|
+
"subitem": "small"
|
|
695
|
+
},
|
|
696
|
+
"path": [
|
|
697
|
+
"grid",
|
|
698
|
+
"marketing",
|
|
699
|
+
"column",
|
|
700
|
+
"small"
|
|
701
|
+
]
|
|
702
|
+
},
|
|
703
|
+
"medium-large": {
|
|
704
|
+
"value": "5.125%",
|
|
705
|
+
"public": true,
|
|
706
|
+
"filePath": "tokens/grid/base.json",
|
|
707
|
+
"isSource": true,
|
|
708
|
+
"original": {
|
|
709
|
+
"value": "5.125%",
|
|
710
|
+
"public": true
|
|
711
|
+
},
|
|
712
|
+
"name": "grid-marketing-column-medium-large",
|
|
713
|
+
"attributes": {
|
|
714
|
+
"category": "grid",
|
|
715
|
+
"type": "marketing",
|
|
716
|
+
"item": "column",
|
|
717
|
+
"subitem": "medium-large"
|
|
718
|
+
},
|
|
719
|
+
"path": [
|
|
720
|
+
"grid",
|
|
721
|
+
"marketing",
|
|
722
|
+
"column",
|
|
723
|
+
"medium-large"
|
|
724
|
+
]
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
"gap": {
|
|
728
|
+
"small": {
|
|
729
|
+
"value": "4.875%",
|
|
730
|
+
"public": true,
|
|
731
|
+
"filePath": "tokens/grid/base.json",
|
|
732
|
+
"isSource": true,
|
|
733
|
+
"original": {
|
|
734
|
+
"value": "4.875%",
|
|
735
|
+
"public": true
|
|
736
|
+
},
|
|
737
|
+
"name": "grid-marketing-gap-small",
|
|
738
|
+
"attributes": {
|
|
739
|
+
"category": "grid",
|
|
740
|
+
"type": "marketing",
|
|
741
|
+
"item": "gap",
|
|
742
|
+
"subitem": "small"
|
|
743
|
+
},
|
|
744
|
+
"path": [
|
|
745
|
+
"grid",
|
|
746
|
+
"marketing",
|
|
747
|
+
"gap",
|
|
748
|
+
"small"
|
|
749
|
+
]
|
|
750
|
+
},
|
|
751
|
+
"medium-large": {
|
|
752
|
+
"value": "3.5%",
|
|
753
|
+
"public": true,
|
|
754
|
+
"filePath": "tokens/grid/base.json",
|
|
755
|
+
"isSource": true,
|
|
756
|
+
"original": {
|
|
757
|
+
"value": "3.5%",
|
|
758
|
+
"public": true
|
|
759
|
+
},
|
|
760
|
+
"name": "grid-marketing-gap-medium-large",
|
|
761
|
+
"attributes": {
|
|
762
|
+
"category": "grid",
|
|
763
|
+
"type": "marketing",
|
|
764
|
+
"item": "gap",
|
|
765
|
+
"subitem": "medium-large"
|
|
766
|
+
},
|
|
767
|
+
"path": [
|
|
768
|
+
"grid",
|
|
769
|
+
"marketing",
|
|
770
|
+
"gap",
|
|
771
|
+
"medium-large"
|
|
772
|
+
]
|
|
773
|
+
}
|
|
774
|
+
}
|
|
262
775
|
}
|
|
263
776
|
},
|
|
264
777
|
"spacing": {
|
|
265
|
-
"
|
|
266
|
-
"value": "
|
|
267
|
-
"
|
|
778
|
+
"8XL": {
|
|
779
|
+
"value": "7.451",
|
|
780
|
+
"defaultUnit": "rem",
|
|
781
|
+
"public": true,
|
|
268
782
|
"filePath": "tokens/spacing/base.json",
|
|
269
783
|
"isSource": true,
|
|
270
784
|
"original": {
|
|
271
|
-
"value": "
|
|
272
|
-
"
|
|
785
|
+
"value": "7.451",
|
|
786
|
+
"defaultUnit": "rem",
|
|
787
|
+
"public": true
|
|
788
|
+
},
|
|
789
|
+
"name": "spacing-8-xl",
|
|
790
|
+
"attributes": {
|
|
791
|
+
"category": "spacing",
|
|
792
|
+
"type": "8XL"
|
|
273
793
|
},
|
|
274
|
-
"
|
|
794
|
+
"path": [
|
|
795
|
+
"spacing",
|
|
796
|
+
"8XL"
|
|
797
|
+
]
|
|
798
|
+
},
|
|
799
|
+
"7XL": {
|
|
800
|
+
"value": "5.96",
|
|
801
|
+
"defaultUnit": "rem",
|
|
802
|
+
"public": true,
|
|
803
|
+
"filePath": "tokens/spacing/base.json",
|
|
804
|
+
"isSource": true,
|
|
805
|
+
"original": {
|
|
806
|
+
"value": "5.96",
|
|
807
|
+
"defaultUnit": "rem",
|
|
808
|
+
"public": true
|
|
809
|
+
},
|
|
810
|
+
"name": "spacing-7-xl",
|
|
275
811
|
"attributes": {
|
|
276
812
|
"category": "spacing",
|
|
277
|
-
"type": "
|
|
813
|
+
"type": "7XL"
|
|
278
814
|
},
|
|
279
815
|
"path": [
|
|
280
816
|
"spacing",
|
|
281
|
-
"
|
|
817
|
+
"7XL"
|
|
282
818
|
]
|
|
283
819
|
},
|
|
284
820
|
"6XL": {
|
|
285
821
|
"value": "4.678",
|
|
286
|
-
"formula": "1.25**7",
|
|
287
822
|
"defaultUnit": "rem",
|
|
823
|
+
"public": true,
|
|
288
824
|
"filePath": "tokens/spacing/base.json",
|
|
289
825
|
"isSource": true,
|
|
290
826
|
"original": {
|
|
291
827
|
"value": "4.678",
|
|
292
|
-
"
|
|
293
|
-
"
|
|
828
|
+
"defaultUnit": "rem",
|
|
829
|
+
"public": true
|
|
294
830
|
},
|
|
295
831
|
"name": "spacing-6-xl",
|
|
296
832
|
"attributes": {
|
|
@@ -304,14 +840,14 @@
|
|
|
304
840
|
},
|
|
305
841
|
"5XL": {
|
|
306
842
|
"value": "3.815",
|
|
307
|
-
"formula": "1.25**6",
|
|
308
843
|
"defaultUnit": "rem",
|
|
844
|
+
"public": true,
|
|
309
845
|
"filePath": "tokens/spacing/base.json",
|
|
310
846
|
"isSource": true,
|
|
311
847
|
"original": {
|
|
312
848
|
"value": "3.815",
|
|
313
|
-
"
|
|
314
|
-
"
|
|
849
|
+
"defaultUnit": "rem",
|
|
850
|
+
"public": true
|
|
315
851
|
},
|
|
316
852
|
"name": "spacing-5-xl",
|
|
317
853
|
"attributes": {
|
|
@@ -325,14 +861,14 @@
|
|
|
325
861
|
},
|
|
326
862
|
"4XL": {
|
|
327
863
|
"value": "3.052",
|
|
328
|
-
"formula": "1.25**5",
|
|
329
864
|
"defaultUnit": "rem",
|
|
865
|
+
"public": true,
|
|
330
866
|
"filePath": "tokens/spacing/base.json",
|
|
331
867
|
"isSource": true,
|
|
332
868
|
"original": {
|
|
333
869
|
"value": "3.052",
|
|
334
|
-
"
|
|
335
|
-
"
|
|
870
|
+
"defaultUnit": "rem",
|
|
871
|
+
"public": true
|
|
336
872
|
},
|
|
337
873
|
"name": "spacing-4-xl",
|
|
338
874
|
"attributes": {
|
|
@@ -346,14 +882,14 @@
|
|
|
346
882
|
},
|
|
347
883
|
"3XL": {
|
|
348
884
|
"value": "2.441",
|
|
349
|
-
"formula": "1.25**4",
|
|
350
885
|
"defaultUnit": "rem",
|
|
886
|
+
"public": true,
|
|
351
887
|
"filePath": "tokens/spacing/base.json",
|
|
352
888
|
"isSource": true,
|
|
353
889
|
"original": {
|
|
354
890
|
"value": "2.441",
|
|
355
|
-
"
|
|
356
|
-
"
|
|
891
|
+
"defaultUnit": "rem",
|
|
892
|
+
"public": true
|
|
357
893
|
},
|
|
358
894
|
"name": "spacing-3-xl",
|
|
359
895
|
"attributes": {
|
|
@@ -367,14 +903,14 @@
|
|
|
367
903
|
},
|
|
368
904
|
"2XL": {
|
|
369
905
|
"value": "1.953",
|
|
370
|
-
"formula": "1.25**3",
|
|
371
906
|
"defaultUnit": "rem",
|
|
907
|
+
"public": true,
|
|
372
908
|
"filePath": "tokens/spacing/base.json",
|
|
373
909
|
"isSource": true,
|
|
374
910
|
"original": {
|
|
375
911
|
"value": "1.953",
|
|
376
|
-
"
|
|
377
|
-
"
|
|
912
|
+
"defaultUnit": "rem",
|
|
913
|
+
"public": true
|
|
378
914
|
},
|
|
379
915
|
"name": "spacing-2-xl",
|
|
380
916
|
"attributes": {
|
|
@@ -388,14 +924,14 @@
|
|
|
388
924
|
},
|
|
389
925
|
"XL": {
|
|
390
926
|
"value": "1.563",
|
|
391
|
-
"formula": "1.25**2",
|
|
392
927
|
"defaultUnit": "rem",
|
|
928
|
+
"public": true,
|
|
393
929
|
"filePath": "tokens/spacing/base.json",
|
|
394
930
|
"isSource": true,
|
|
395
931
|
"original": {
|
|
396
932
|
"value": "1.563",
|
|
397
|
-
"
|
|
398
|
-
"
|
|
933
|
+
"defaultUnit": "rem",
|
|
934
|
+
"public": true
|
|
399
935
|
},
|
|
400
936
|
"name": "spacing-xl",
|
|
401
937
|
"attributes": {
|
|
@@ -409,14 +945,14 @@
|
|
|
409
945
|
},
|
|
410
946
|
"L": {
|
|
411
947
|
"value": "1.25",
|
|
412
|
-
"formula": "1.25**1",
|
|
413
948
|
"defaultUnit": "rem",
|
|
949
|
+
"public": true,
|
|
414
950
|
"filePath": "tokens/spacing/base.json",
|
|
415
951
|
"isSource": true,
|
|
416
952
|
"original": {
|
|
417
953
|
"value": "1.25",
|
|
418
|
-
"
|
|
419
|
-
"
|
|
954
|
+
"defaultUnit": "rem",
|
|
955
|
+
"public": true
|
|
420
956
|
},
|
|
421
957
|
"name": "spacing-l",
|
|
422
958
|
"attributes": {
|
|
@@ -431,11 +967,13 @@
|
|
|
431
967
|
"M": {
|
|
432
968
|
"value": "1",
|
|
433
969
|
"defaultUnit": "rem",
|
|
970
|
+
"public": true,
|
|
434
971
|
"filePath": "tokens/spacing/base.json",
|
|
435
972
|
"isSource": true,
|
|
436
973
|
"original": {
|
|
437
974
|
"value": "1",
|
|
438
|
-
"defaultUnit": "rem"
|
|
975
|
+
"defaultUnit": "rem",
|
|
976
|
+
"public": true
|
|
439
977
|
},
|
|
440
978
|
"name": "spacing-m",
|
|
441
979
|
"attributes": {
|
|
@@ -449,14 +987,14 @@
|
|
|
449
987
|
},
|
|
450
988
|
"S": {
|
|
451
989
|
"value": "0.8",
|
|
452
|
-
"formula": "1.25**-1",
|
|
453
990
|
"defaultUnit": "rem",
|
|
991
|
+
"public": true,
|
|
454
992
|
"filePath": "tokens/spacing/base.json",
|
|
455
993
|
"isSource": true,
|
|
456
994
|
"original": {
|
|
457
995
|
"value": "0.8",
|
|
458
|
-
"
|
|
459
|
-
"
|
|
996
|
+
"defaultUnit": "rem",
|
|
997
|
+
"public": true
|
|
460
998
|
},
|
|
461
999
|
"name": "spacing-s",
|
|
462
1000
|
"attributes": {
|
|
@@ -470,14 +1008,14 @@
|
|
|
470
1008
|
},
|
|
471
1009
|
"XS": {
|
|
472
1010
|
"value": "0.64",
|
|
473
|
-
"formula": "1.25**-2",
|
|
474
1011
|
"defaultUnit": "rem",
|
|
1012
|
+
"public": true,
|
|
475
1013
|
"filePath": "tokens/spacing/base.json",
|
|
476
1014
|
"isSource": true,
|
|
477
1015
|
"original": {
|
|
478
1016
|
"value": "0.64",
|
|
479
|
-
"
|
|
480
|
-
"
|
|
1017
|
+
"defaultUnit": "rem",
|
|
1018
|
+
"public": true
|
|
481
1019
|
},
|
|
482
1020
|
"name": "spacing-xs",
|
|
483
1021
|
"attributes": {
|
|
@@ -491,14 +1029,14 @@
|
|
|
491
1029
|
},
|
|
492
1030
|
"2XS": {
|
|
493
1031
|
"value": "0.512",
|
|
494
|
-
"formula": "1.25**-3",
|
|
495
1032
|
"defaultUnit": "rem",
|
|
1033
|
+
"public": true,
|
|
496
1034
|
"filePath": "tokens/spacing/base.json",
|
|
497
1035
|
"isSource": true,
|
|
498
1036
|
"original": {
|
|
499
1037
|
"value": "0.512",
|
|
500
|
-
"
|
|
501
|
-
"
|
|
1038
|
+
"defaultUnit": "rem",
|
|
1039
|
+
"public": true
|
|
502
1040
|
},
|
|
503
1041
|
"name": "spacing-2-xs",
|
|
504
1042
|
"attributes": {
|
|
@@ -512,14 +1050,14 @@
|
|
|
512
1050
|
},
|
|
513
1051
|
"3XS": {
|
|
514
1052
|
"value": "0.41",
|
|
515
|
-
"formula": "1.25**-4",
|
|
516
1053
|
"defaultUnit": "rem",
|
|
1054
|
+
"public": true,
|
|
517
1055
|
"filePath": "tokens/spacing/base.json",
|
|
518
1056
|
"isSource": true,
|
|
519
1057
|
"original": {
|
|
520
1058
|
"value": "0.41",
|
|
521
|
-
"
|
|
522
|
-
"
|
|
1059
|
+
"defaultUnit": "rem",
|
|
1060
|
+
"public": true
|
|
523
1061
|
},
|
|
524
1062
|
"name": "spacing-3-xs",
|
|
525
1063
|
"attributes": {
|
|
@@ -533,14 +1071,14 @@
|
|
|
533
1071
|
},
|
|
534
1072
|
"4XS": {
|
|
535
1073
|
"value": "0.328",
|
|
536
|
-
"formula": "1.25**-5",
|
|
537
1074
|
"defaultUnit": "rem",
|
|
1075
|
+
"public": true,
|
|
538
1076
|
"filePath": "tokens/spacing/base.json",
|
|
539
1077
|
"isSource": true,
|
|
540
1078
|
"original": {
|
|
541
1079
|
"value": "0.328",
|
|
542
|
-
"
|
|
543
|
-
"
|
|
1080
|
+
"defaultUnit": "rem",
|
|
1081
|
+
"public": true
|
|
544
1082
|
},
|
|
545
1083
|
"name": "spacing-4-xs",
|
|
546
1084
|
"attributes": {
|
|
@@ -551,6 +1089,48 @@
|
|
|
551
1089
|
"spacing",
|
|
552
1090
|
"4XS"
|
|
553
1091
|
]
|
|
1092
|
+
},
|
|
1093
|
+
"5XS": {
|
|
1094
|
+
"value": "0.25",
|
|
1095
|
+
"defaultUnit": "rem",
|
|
1096
|
+
"public": true,
|
|
1097
|
+
"filePath": "tokens/spacing/base.json",
|
|
1098
|
+
"isSource": true,
|
|
1099
|
+
"original": {
|
|
1100
|
+
"value": "0.25",
|
|
1101
|
+
"defaultUnit": "rem",
|
|
1102
|
+
"public": true
|
|
1103
|
+
},
|
|
1104
|
+
"name": "spacing-5-xs",
|
|
1105
|
+
"attributes": {
|
|
1106
|
+
"category": "spacing",
|
|
1107
|
+
"type": "5XS"
|
|
1108
|
+
},
|
|
1109
|
+
"path": [
|
|
1110
|
+
"spacing",
|
|
1111
|
+
"5XS"
|
|
1112
|
+
]
|
|
1113
|
+
},
|
|
1114
|
+
"6XS": {
|
|
1115
|
+
"value": "0.125",
|
|
1116
|
+
"defaultUnit": "rem",
|
|
1117
|
+
"public": true,
|
|
1118
|
+
"filePath": "tokens/spacing/base.json",
|
|
1119
|
+
"isSource": true,
|
|
1120
|
+
"original": {
|
|
1121
|
+
"value": "0.125",
|
|
1122
|
+
"defaultUnit": "rem",
|
|
1123
|
+
"public": true
|
|
1124
|
+
},
|
|
1125
|
+
"name": "spacing-6-xs",
|
|
1126
|
+
"attributes": {
|
|
1127
|
+
"category": "spacing",
|
|
1128
|
+
"type": "6XS"
|
|
1129
|
+
},
|
|
1130
|
+
"path": [
|
|
1131
|
+
"spacing",
|
|
1132
|
+
"6XS"
|
|
1133
|
+
]
|
|
554
1134
|
}
|
|
555
1135
|
},
|
|
556
1136
|
"typography": {
|
|
@@ -576,6 +1156,48 @@
|
|
|
576
1156
|
"default"
|
|
577
1157
|
]
|
|
578
1158
|
},
|
|
1159
|
+
"secondary": {
|
|
1160
|
+
"value": "'Aleo', serif",
|
|
1161
|
+
"public": true,
|
|
1162
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1163
|
+
"isSource": true,
|
|
1164
|
+
"original": {
|
|
1165
|
+
"value": "'Aleo', serif",
|
|
1166
|
+
"public": true
|
|
1167
|
+
},
|
|
1168
|
+
"name": "typography-font-secondary",
|
|
1169
|
+
"attributes": {
|
|
1170
|
+
"category": "typography",
|
|
1171
|
+
"type": "font",
|
|
1172
|
+
"item": "secondary"
|
|
1173
|
+
},
|
|
1174
|
+
"path": [
|
|
1175
|
+
"typography",
|
|
1176
|
+
"font",
|
|
1177
|
+
"secondary"
|
|
1178
|
+
]
|
|
1179
|
+
},
|
|
1180
|
+
"code": {
|
|
1181
|
+
"value": "'Source Code Pro', monospace",
|
|
1182
|
+
"public": true,
|
|
1183
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1184
|
+
"isSource": true,
|
|
1185
|
+
"original": {
|
|
1186
|
+
"value": "'Source Code Pro', monospace",
|
|
1187
|
+
"public": true
|
|
1188
|
+
},
|
|
1189
|
+
"name": "typography-font-code",
|
|
1190
|
+
"attributes": {
|
|
1191
|
+
"category": "typography",
|
|
1192
|
+
"type": "font",
|
|
1193
|
+
"item": "code"
|
|
1194
|
+
},
|
|
1195
|
+
"path": [
|
|
1196
|
+
"typography",
|
|
1197
|
+
"font",
|
|
1198
|
+
"code"
|
|
1199
|
+
]
|
|
1200
|
+
},
|
|
579
1201
|
"headings": {
|
|
580
1202
|
"value": "'Poppins', sans-serif",
|
|
581
1203
|
"filePath": "tokens/typography/alias/font.json",
|
|
@@ -619,7 +1241,7 @@
|
|
|
619
1241
|
"filePath": "tokens/typography/alias/font.json",
|
|
620
1242
|
"isSource": true,
|
|
621
1243
|
"original": {
|
|
622
|
-
"value": "
|
|
1244
|
+
"value": "{typography.font.secondary.value}"
|
|
623
1245
|
},
|
|
624
1246
|
"name": "typography-font-lead",
|
|
625
1247
|
"attributes": {
|
|
@@ -638,7 +1260,7 @@
|
|
|
638
1260
|
"filePath": "tokens/typography/alias/font.json",
|
|
639
1261
|
"isSource": true,
|
|
640
1262
|
"original": {
|
|
641
|
-
"value": "
|
|
1263
|
+
"value": "{typography.font.secondary.value}"
|
|
642
1264
|
},
|
|
643
1265
|
"name": "typography-font-quote",
|
|
644
1266
|
"attributes": {
|
|
@@ -672,11 +1294,11 @@
|
|
|
672
1294
|
]
|
|
673
1295
|
},
|
|
674
1296
|
"css-import": {
|
|
675
|
-
"value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,
|
|
1297
|
+
"value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Source+Code+Pro:wght@400;600&display=swap'",
|
|
676
1298
|
"filePath": "tokens/typography/base/font.json",
|
|
677
1299
|
"isSource": true,
|
|
678
1300
|
"original": {
|
|
679
|
-
"value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,
|
|
1301
|
+
"value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Source+Code+Pro:wght@400;600&display=swap'"
|
|
680
1302
|
},
|
|
681
1303
|
"name": "typography-font-css-import",
|
|
682
1304
|
"attributes": {
|
|
@@ -694,10 +1316,12 @@
|
|
|
694
1316
|
"font-weight": {
|
|
695
1317
|
"regular": {
|
|
696
1318
|
"value": 400,
|
|
1319
|
+
"public": true,
|
|
697
1320
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
698
1321
|
"isSource": true,
|
|
699
1322
|
"original": {
|
|
700
|
-
"value": 400
|
|
1323
|
+
"value": 400,
|
|
1324
|
+
"public": true
|
|
701
1325
|
},
|
|
702
1326
|
"name": "typography-font-weight-regular",
|
|
703
1327
|
"attributes": {
|
|
@@ -711,31 +1335,14 @@
|
|
|
711
1335
|
"regular"
|
|
712
1336
|
]
|
|
713
1337
|
},
|
|
714
|
-
"medium": {
|
|
715
|
-
"value": 500,
|
|
716
|
-
"filePath": "tokens/typography/base/font-weight.json",
|
|
717
|
-
"isSource": true,
|
|
718
|
-
"original": {
|
|
719
|
-
"value": 500
|
|
720
|
-
},
|
|
721
|
-
"name": "typography-font-weight-medium",
|
|
722
|
-
"attributes": {
|
|
723
|
-
"category": "typography",
|
|
724
|
-
"type": "font-weight",
|
|
725
|
-
"item": "medium"
|
|
726
|
-
},
|
|
727
|
-
"path": [
|
|
728
|
-
"typography",
|
|
729
|
-
"font-weight",
|
|
730
|
-
"medium"
|
|
731
|
-
]
|
|
732
|
-
},
|
|
733
1338
|
"semibold": {
|
|
734
1339
|
"value": 600,
|
|
1340
|
+
"public": true,
|
|
735
1341
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
736
1342
|
"isSource": true,
|
|
737
1343
|
"original": {
|
|
738
|
-
"value": 600
|
|
1344
|
+
"value": 600,
|
|
1345
|
+
"public": true
|
|
739
1346
|
},
|
|
740
1347
|
"name": "typography-font-weight-semibold",
|
|
741
1348
|
"attributes": {
|
|
@@ -751,10 +1358,12 @@
|
|
|
751
1358
|
},
|
|
752
1359
|
"bold": {
|
|
753
1360
|
"value": 700,
|
|
1361
|
+
"public": true,
|
|
754
1362
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
755
1363
|
"isSource": true,
|
|
756
1364
|
"original": {
|
|
757
|
-
"value": 700
|
|
1365
|
+
"value": 700,
|
|
1366
|
+
"public": true
|
|
758
1367
|
},
|
|
759
1368
|
"name": "typography-font-weight-bold",
|
|
760
1369
|
"attributes": {
|
|
@@ -770,10 +1379,12 @@
|
|
|
770
1379
|
},
|
|
771
1380
|
"extrabold": {
|
|
772
1381
|
"value": 800,
|
|
1382
|
+
"public": true,
|
|
773
1383
|
"filePath": "tokens/typography/base/font-weight.json",
|
|
774
1384
|
"isSource": true,
|
|
775
1385
|
"original": {
|
|
776
|
-
"value": 800
|
|
1386
|
+
"value": 800,
|
|
1387
|
+
"public": true
|
|
777
1388
|
},
|
|
778
1389
|
"name": "typography-font-weight-extrabold",
|
|
779
1390
|
"attributes": {
|
|
@@ -791,12 +1402,14 @@
|
|
|
791
1402
|
"letter-spacing": {
|
|
792
1403
|
"XL": {
|
|
793
1404
|
"value": "0.06",
|
|
794
|
-
"defaultUnit": "
|
|
1405
|
+
"defaultUnit": "rem",
|
|
1406
|
+
"public": true,
|
|
795
1407
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
796
1408
|
"isSource": true,
|
|
797
1409
|
"original": {
|
|
798
1410
|
"value": "0.06",
|
|
799
|
-
"defaultUnit": "
|
|
1411
|
+
"defaultUnit": "rem",
|
|
1412
|
+
"public": true
|
|
800
1413
|
},
|
|
801
1414
|
"name": "typography-letter-spacing-xl",
|
|
802
1415
|
"attributes": {
|
|
@@ -812,12 +1425,14 @@
|
|
|
812
1425
|
},
|
|
813
1426
|
"L": {
|
|
814
1427
|
"value": "0.04",
|
|
815
|
-
"defaultUnit": "
|
|
1428
|
+
"defaultUnit": "rem",
|
|
1429
|
+
"public": true,
|
|
816
1430
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
817
1431
|
"isSource": true,
|
|
818
1432
|
"original": {
|
|
819
1433
|
"value": "0.04",
|
|
820
|
-
"defaultUnit": "
|
|
1434
|
+
"defaultUnit": "rem",
|
|
1435
|
+
"public": true
|
|
821
1436
|
},
|
|
822
1437
|
"name": "typography-letter-spacing-l",
|
|
823
1438
|
"attributes": {
|
|
@@ -833,12 +1448,14 @@
|
|
|
833
1448
|
},
|
|
834
1449
|
"M": {
|
|
835
1450
|
"value": "0.02",
|
|
836
|
-
"defaultUnit": "
|
|
1451
|
+
"defaultUnit": "rem",
|
|
1452
|
+
"public": true,
|
|
837
1453
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
838
1454
|
"isSource": true,
|
|
839
1455
|
"original": {
|
|
840
1456
|
"value": "0.02",
|
|
841
|
-
"defaultUnit": "
|
|
1457
|
+
"defaultUnit": "rem",
|
|
1458
|
+
"public": true
|
|
842
1459
|
},
|
|
843
1460
|
"name": "typography-letter-spacing-m",
|
|
844
1461
|
"attributes": {
|
|
@@ -854,12 +1471,14 @@
|
|
|
854
1471
|
},
|
|
855
1472
|
"S": {
|
|
856
1473
|
"value": "0.01",
|
|
857
|
-
"defaultUnit": "
|
|
1474
|
+
"defaultUnit": "rem",
|
|
1475
|
+
"public": true,
|
|
858
1476
|
"filePath": "tokens/typography/base/letter-spacing.json",
|
|
859
1477
|
"isSource": true,
|
|
860
1478
|
"original": {
|
|
861
1479
|
"value": "0.01",
|
|
862
|
-
"defaultUnit": "
|
|
1480
|
+
"defaultUnit": "rem",
|
|
1481
|
+
"public": true
|
|
863
1482
|
},
|
|
864
1483
|
"name": "typography-letter-spacing-s",
|
|
865
1484
|
"attributes": {
|
|
@@ -875,12 +1494,35 @@
|
|
|
875
1494
|
}
|
|
876
1495
|
},
|
|
877
1496
|
"line-height": {
|
|
1497
|
+
"XL": {
|
|
1498
|
+
"value": "195%",
|
|
1499
|
+
"public": true,
|
|
1500
|
+
"filePath": "tokens/typography/base/line-height.json",
|
|
1501
|
+
"isSource": true,
|
|
1502
|
+
"original": {
|
|
1503
|
+
"value": "195%",
|
|
1504
|
+
"public": true
|
|
1505
|
+
},
|
|
1506
|
+
"name": "typography-line-height-xl",
|
|
1507
|
+
"attributes": {
|
|
1508
|
+
"category": "typography",
|
|
1509
|
+
"type": "line-height",
|
|
1510
|
+
"item": "XL"
|
|
1511
|
+
},
|
|
1512
|
+
"path": [
|
|
1513
|
+
"typography",
|
|
1514
|
+
"line-height",
|
|
1515
|
+
"XL"
|
|
1516
|
+
]
|
|
1517
|
+
},
|
|
878
1518
|
"L": {
|
|
879
|
-
"value": "
|
|
1519
|
+
"value": "170%",
|
|
1520
|
+
"public": true,
|
|
880
1521
|
"filePath": "tokens/typography/base/line-height.json",
|
|
881
1522
|
"isSource": true,
|
|
882
1523
|
"original": {
|
|
883
|
-
"value": "
|
|
1524
|
+
"value": "170%",
|
|
1525
|
+
"public": true
|
|
884
1526
|
},
|
|
885
1527
|
"name": "typography-line-height-l",
|
|
886
1528
|
"attributes": {
|
|
@@ -895,11 +1537,13 @@
|
|
|
895
1537
|
]
|
|
896
1538
|
},
|
|
897
1539
|
"M": {
|
|
898
|
-
"value": "
|
|
1540
|
+
"value": "140%",
|
|
1541
|
+
"public": true,
|
|
899
1542
|
"filePath": "tokens/typography/base/line-height.json",
|
|
900
1543
|
"isSource": true,
|
|
901
1544
|
"original": {
|
|
902
|
-
"value": "
|
|
1545
|
+
"value": "140%",
|
|
1546
|
+
"public": true
|
|
903
1547
|
},
|
|
904
1548
|
"name": "typography-line-height-m",
|
|
905
1549
|
"attributes": {
|
|
@@ -914,11 +1558,13 @@
|
|
|
914
1558
|
]
|
|
915
1559
|
},
|
|
916
1560
|
"S": {
|
|
917
|
-
"value": "
|
|
1561
|
+
"value": "120%",
|
|
1562
|
+
"public": true,
|
|
918
1563
|
"filePath": "tokens/typography/base/line-height.json",
|
|
919
1564
|
"isSource": true,
|
|
920
1565
|
"original": {
|
|
921
|
-
"value": "
|
|
1566
|
+
"value": "120%",
|
|
1567
|
+
"public": true
|
|
922
1568
|
},
|
|
923
1569
|
"name": "typography-line-height-s",
|
|
924
1570
|
"attributes": {
|
|
@@ -933,36 +1579,61 @@
|
|
|
933
1579
|
]
|
|
934
1580
|
}
|
|
935
1581
|
},
|
|
936
|
-
"
|
|
937
|
-
"
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
"
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
"
|
|
948
|
-
|
|
1582
|
+
"multiplier": {
|
|
1583
|
+
"small": {
|
|
1584
|
+
"value": "0.75",
|
|
1585
|
+
"public": true,
|
|
1586
|
+
"filePath": "tokens/typography/base/multipliers.json",
|
|
1587
|
+
"isSource": true,
|
|
1588
|
+
"original": {
|
|
1589
|
+
"value": "0.75",
|
|
1590
|
+
"public": true
|
|
1591
|
+
},
|
|
1592
|
+
"name": "typography-multiplier-small",
|
|
1593
|
+
"attributes": {
|
|
1594
|
+
"category": "typography",
|
|
1595
|
+
"type": "multiplier",
|
|
1596
|
+
"item": "small"
|
|
1597
|
+
},
|
|
1598
|
+
"path": [
|
|
1599
|
+
"typography",
|
|
1600
|
+
"multiplier",
|
|
1601
|
+
"small"
|
|
1602
|
+
]
|
|
949
1603
|
},
|
|
950
|
-
"
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
-
|
|
1604
|
+
"medium": {
|
|
1605
|
+
"value": "0.85",
|
|
1606
|
+
"public": true,
|
|
1607
|
+
"filePath": "tokens/typography/base/multipliers.json",
|
|
1608
|
+
"isSource": true,
|
|
1609
|
+
"original": {
|
|
1610
|
+
"value": "0.85",
|
|
1611
|
+
"public": true
|
|
1612
|
+
},
|
|
1613
|
+
"name": "typography-multiplier-medium",
|
|
1614
|
+
"attributes": {
|
|
1615
|
+
"category": "typography",
|
|
1616
|
+
"type": "multiplier",
|
|
1617
|
+
"item": "medium"
|
|
1618
|
+
},
|
|
1619
|
+
"path": [
|
|
1620
|
+
"typography",
|
|
1621
|
+
"multiplier",
|
|
1622
|
+
"medium"
|
|
1623
|
+
]
|
|
1624
|
+
}
|
|
954
1625
|
},
|
|
955
1626
|
"size": {
|
|
956
1627
|
"4XL": {
|
|
957
1628
|
"value": "3.052",
|
|
958
|
-
"
|
|
959
|
-
"
|
|
1629
|
+
"defaultUnit": "rem",
|
|
1630
|
+
"public": true,
|
|
960
1631
|
"filePath": "tokens/typography/base/size.json",
|
|
961
1632
|
"isSource": true,
|
|
962
1633
|
"original": {
|
|
963
1634
|
"value": "3.052",
|
|
964
|
-
"
|
|
965
|
-
"
|
|
1635
|
+
"defaultUnit": "rem",
|
|
1636
|
+
"public": true
|
|
966
1637
|
},
|
|
967
1638
|
"name": "typography-size-4-xl",
|
|
968
1639
|
"attributes": {
|
|
@@ -977,15 +1648,15 @@
|
|
|
977
1648
|
]
|
|
978
1649
|
},
|
|
979
1650
|
"3XL": {
|
|
980
|
-
"value": "2.
|
|
981
|
-
"
|
|
982
|
-
"
|
|
1651
|
+
"value": "2.074",
|
|
1652
|
+
"defaultUnit": "rem",
|
|
1653
|
+
"public": true,
|
|
983
1654
|
"filePath": "tokens/typography/base/size.json",
|
|
984
1655
|
"isSource": true,
|
|
985
1656
|
"original": {
|
|
986
|
-
"value": "2.
|
|
987
|
-
"
|
|
988
|
-
"
|
|
1657
|
+
"value": "2.074",
|
|
1658
|
+
"defaultUnit": "rem",
|
|
1659
|
+
"public": true
|
|
989
1660
|
},
|
|
990
1661
|
"name": "typography-size-3-xl",
|
|
991
1662
|
"attributes": {
|
|
@@ -1000,15 +1671,15 @@
|
|
|
1000
1671
|
]
|
|
1001
1672
|
},
|
|
1002
1673
|
"2XL": {
|
|
1003
|
-
"value": "1.
|
|
1004
|
-
"
|
|
1005
|
-
"
|
|
1674
|
+
"value": "1.728",
|
|
1675
|
+
"defaultUnit": "rem",
|
|
1676
|
+
"public": true,
|
|
1006
1677
|
"filePath": "tokens/typography/base/size.json",
|
|
1007
1678
|
"isSource": true,
|
|
1008
1679
|
"original": {
|
|
1009
|
-
"value": "1.
|
|
1010
|
-
"
|
|
1011
|
-
"
|
|
1680
|
+
"value": "1.728",
|
|
1681
|
+
"defaultUnit": "rem",
|
|
1682
|
+
"public": true
|
|
1012
1683
|
},
|
|
1013
1684
|
"name": "typography-size-2-xl",
|
|
1014
1685
|
"attributes": {
|
|
@@ -1023,15 +1694,15 @@
|
|
|
1023
1694
|
]
|
|
1024
1695
|
},
|
|
1025
1696
|
"XL": {
|
|
1026
|
-
"value": "1.
|
|
1027
|
-
"
|
|
1028
|
-
"
|
|
1697
|
+
"value": "1.44",
|
|
1698
|
+
"defaultUnit": "rem",
|
|
1699
|
+
"public": true,
|
|
1029
1700
|
"filePath": "tokens/typography/base/size.json",
|
|
1030
1701
|
"isSource": true,
|
|
1031
1702
|
"original": {
|
|
1032
|
-
"value": "1.
|
|
1033
|
-
"
|
|
1034
|
-
"
|
|
1703
|
+
"value": "1.44",
|
|
1704
|
+
"defaultUnit": "rem",
|
|
1705
|
+
"public": true
|
|
1035
1706
|
},
|
|
1036
1707
|
"name": "typography-size-xl",
|
|
1037
1708
|
"attributes": {
|
|
@@ -1046,15 +1717,15 @@
|
|
|
1046
1717
|
]
|
|
1047
1718
|
},
|
|
1048
1719
|
"L": {
|
|
1049
|
-
"value": "1.
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
1720
|
+
"value": "1.2",
|
|
1721
|
+
"defaultUnit": "rem",
|
|
1722
|
+
"public": true,
|
|
1052
1723
|
"filePath": "tokens/typography/base/size.json",
|
|
1053
1724
|
"isSource": true,
|
|
1054
1725
|
"original": {
|
|
1055
|
-
"value": "1.
|
|
1056
|
-
"
|
|
1057
|
-
"
|
|
1726
|
+
"value": "1.2",
|
|
1727
|
+
"defaultUnit": "rem",
|
|
1728
|
+
"public": true
|
|
1058
1729
|
},
|
|
1059
1730
|
"name": "typography-size-l",
|
|
1060
1731
|
"attributes": {
|
|
@@ -1071,13 +1742,15 @@
|
|
|
1071
1742
|
"M": {
|
|
1072
1743
|
"value": "1",
|
|
1073
1744
|
"comment": "Base value.",
|
|
1074
|
-
"defaultUnit": "
|
|
1745
|
+
"defaultUnit": "rem",
|
|
1746
|
+
"public": true,
|
|
1075
1747
|
"filePath": "tokens/typography/base/size.json",
|
|
1076
1748
|
"isSource": true,
|
|
1077
1749
|
"original": {
|
|
1078
1750
|
"value": "1",
|
|
1079
1751
|
"comment": "Base value.",
|
|
1080
|
-
"defaultUnit": "
|
|
1752
|
+
"defaultUnit": "rem",
|
|
1753
|
+
"public": true
|
|
1081
1754
|
},
|
|
1082
1755
|
"name": "typography-size-m",
|
|
1083
1756
|
"attributes": {
|
|
@@ -1093,14 +1766,14 @@
|
|
|
1093
1766
|
},
|
|
1094
1767
|
"S": {
|
|
1095
1768
|
"value": "0.875",
|
|
1096
|
-
"
|
|
1097
|
-
"
|
|
1769
|
+
"defaultUnit": "rem",
|
|
1770
|
+
"public": true,
|
|
1098
1771
|
"filePath": "tokens/typography/base/size.json",
|
|
1099
1772
|
"isSource": true,
|
|
1100
1773
|
"original": {
|
|
1101
1774
|
"value": "0.875",
|
|
1102
|
-
"
|
|
1103
|
-
"
|
|
1775
|
+
"defaultUnit": "rem",
|
|
1776
|
+
"public": true
|
|
1104
1777
|
},
|
|
1105
1778
|
"name": "typography-size-s",
|
|
1106
1779
|
"attributes": {
|
|
@@ -1116,14 +1789,14 @@
|
|
|
1116
1789
|
},
|
|
1117
1790
|
"XS": {
|
|
1118
1791
|
"value": "0.75",
|
|
1119
|
-
"
|
|
1120
|
-
"
|
|
1792
|
+
"defaultUnit": "rem",
|
|
1793
|
+
"public": true,
|
|
1121
1794
|
"filePath": "tokens/typography/base/size.json",
|
|
1122
1795
|
"isSource": true,
|
|
1123
1796
|
"original": {
|
|
1124
1797
|
"value": "0.75",
|
|
1125
|
-
"
|
|
1126
|
-
"
|
|
1798
|
+
"defaultUnit": "rem",
|
|
1799
|
+
"public": true
|
|
1127
1800
|
},
|
|
1128
1801
|
"name": "typography-size-xs",
|
|
1129
1802
|
"attributes": {
|
|
@@ -1138,5 +1811,102 @@
|
|
|
1138
1811
|
]
|
|
1139
1812
|
}
|
|
1140
1813
|
}
|
|
1814
|
+
},
|
|
1815
|
+
"z-index": {
|
|
1816
|
+
"navigation": {
|
|
1817
|
+
"value": 100,
|
|
1818
|
+
"public": true,
|
|
1819
|
+
"filePath": "tokens/z-index/base.json",
|
|
1820
|
+
"isSource": true,
|
|
1821
|
+
"original": {
|
|
1822
|
+
"value": 100,
|
|
1823
|
+
"public": true
|
|
1824
|
+
},
|
|
1825
|
+
"name": "z-index-navigation",
|
|
1826
|
+
"attributes": {
|
|
1827
|
+
"category": "z-index",
|
|
1828
|
+
"type": "navigation"
|
|
1829
|
+
},
|
|
1830
|
+
"path": [
|
|
1831
|
+
"z-index",
|
|
1832
|
+
"navigation"
|
|
1833
|
+
]
|
|
1834
|
+
},
|
|
1835
|
+
"dropdown": {
|
|
1836
|
+
"value": 200,
|
|
1837
|
+
"public": true,
|
|
1838
|
+
"filePath": "tokens/z-index/base.json",
|
|
1839
|
+
"isSource": true,
|
|
1840
|
+
"original": {
|
|
1841
|
+
"value": 200,
|
|
1842
|
+
"public": true
|
|
1843
|
+
},
|
|
1844
|
+
"name": "z-index-dropdown",
|
|
1845
|
+
"attributes": {
|
|
1846
|
+
"category": "z-index",
|
|
1847
|
+
"type": "dropdown"
|
|
1848
|
+
},
|
|
1849
|
+
"path": [
|
|
1850
|
+
"z-index",
|
|
1851
|
+
"dropdown"
|
|
1852
|
+
]
|
|
1853
|
+
},
|
|
1854
|
+
"notifications": {
|
|
1855
|
+
"value": 300,
|
|
1856
|
+
"public": true,
|
|
1857
|
+
"filePath": "tokens/z-index/base.json",
|
|
1858
|
+
"isSource": true,
|
|
1859
|
+
"original": {
|
|
1860
|
+
"value": 300,
|
|
1861
|
+
"public": true
|
|
1862
|
+
},
|
|
1863
|
+
"name": "z-index-notifications",
|
|
1864
|
+
"attributes": {
|
|
1865
|
+
"category": "z-index",
|
|
1866
|
+
"type": "notifications"
|
|
1867
|
+
},
|
|
1868
|
+
"path": [
|
|
1869
|
+
"z-index",
|
|
1870
|
+
"notifications"
|
|
1871
|
+
]
|
|
1872
|
+
},
|
|
1873
|
+
"overlay": {
|
|
1874
|
+
"value": 400,
|
|
1875
|
+
"public": true,
|
|
1876
|
+
"filePath": "tokens/z-index/base.json",
|
|
1877
|
+
"isSource": true,
|
|
1878
|
+
"original": {
|
|
1879
|
+
"value": 400,
|
|
1880
|
+
"public": true
|
|
1881
|
+
},
|
|
1882
|
+
"name": "z-index-overlay",
|
|
1883
|
+
"attributes": {
|
|
1884
|
+
"category": "z-index",
|
|
1885
|
+
"type": "overlay"
|
|
1886
|
+
},
|
|
1887
|
+
"path": [
|
|
1888
|
+
"z-index",
|
|
1889
|
+
"overlay"
|
|
1890
|
+
]
|
|
1891
|
+
},
|
|
1892
|
+
"modal": {
|
|
1893
|
+
"value": 500,
|
|
1894
|
+
"public": true,
|
|
1895
|
+
"filePath": "tokens/z-index/base.json",
|
|
1896
|
+
"isSource": true,
|
|
1897
|
+
"original": {
|
|
1898
|
+
"value": 500,
|
|
1899
|
+
"public": true
|
|
1900
|
+
},
|
|
1901
|
+
"name": "z-index-modal",
|
|
1902
|
+
"attributes": {
|
|
1903
|
+
"category": "z-index",
|
|
1904
|
+
"type": "modal"
|
|
1905
|
+
},
|
|
1906
|
+
"path": [
|
|
1907
|
+
"z-index",
|
|
1908
|
+
"modal"
|
|
1909
|
+
]
|
|
1910
|
+
}
|
|
1141
1911
|
}
|
|
1142
|
-
}
|
|
1912
|
+
}
|