@pantheon-systems/pds-design-tokens 1.0.0-dev.7 → 1.0.0-dev.70

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.
@@ -1,89 +1,164 @@
1
1
  {
2
2
  "animation": {
3
- "button": {
3
+ "focus": {
4
4
  "transition": {
5
- "value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
5
+ "value": "outline: 200ms ease-in-out 0s",
6
6
  "filePath": "tokens/animation/alias.json",
7
7
  "isSource": true,
8
8
  "original": {
9
- "value": "background-color: {animation.transition.duration.value} {animation.transition.timing-function.value} {animation.transition.delay.value}, border-color: {animation.transition.duration.value} {animation.transition.timing-function.value} {animation.transition.delay.value}"
9
+ "value": "outline: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}"
10
10
  },
11
- "name": "animation-button-transition",
11
+ "name": "animation-focus-transition",
12
12
  "attributes": {
13
13
  "category": "animation",
14
- "type": "button",
14
+ "type": "focus",
15
15
  "item": "transition"
16
16
  },
17
17
  "path": [
18
18
  "animation",
19
- "button",
19
+ "focus",
20
20
  "transition"
21
21
  ]
22
22
  }
23
23
  },
24
- "transition": {
25
- "delay": {
26
- "value": "0s",
27
- "public": true,
28
- "filePath": "tokens/animation/base.json",
24
+ "button": {
25
+ "transition": {
26
+ "value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
27
+ "filePath": "tokens/animation/alias.json",
29
28
  "isSource": true,
30
29
  "original": {
31
- "value": "0s",
32
- "public": true
30
+ "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}"
33
31
  },
34
- "name": "animation-transition-delay",
32
+ "name": "animation-button-transition",
35
33
  "attributes": {
36
34
  "category": "animation",
37
- "type": "transition",
38
- "item": "delay"
35
+ "type": "button",
36
+ "item": "transition"
39
37
  },
40
38
  "path": [
41
39
  "animation",
42
- "transition",
43
- "delay"
40
+ "button",
41
+ "transition"
44
42
  ]
45
- },
46
- "duration": {
47
- "value": "200ms",
48
- "public": true,
49
- "filePath": "tokens/animation/base.json",
43
+ }
44
+ },
45
+ "input": {
46
+ "transition": {
47
+ "value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
48
+ "filePath": "tokens/animation/alias.json",
50
49
  "isSource": true,
51
50
  "original": {
52
- "value": "200ms",
53
- "public": true
51
+ "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}"
54
52
  },
55
- "name": "animation-transition-duration",
53
+ "name": "animation-input-transition",
56
54
  "attributes": {
57
55
  "category": "animation",
58
- "type": "transition",
59
- "item": "duration"
56
+ "type": "input",
57
+ "item": "transition"
60
58
  },
61
59
  "path": [
62
60
  "animation",
63
- "transition",
64
- "duration"
61
+ "input",
62
+ "transition"
65
63
  ]
66
- },
67
- "timing-function": {
68
- "value": "ease-in-out",
69
- "public": true,
70
- "filePath": "tokens/animation/base.json",
71
- "isSource": true,
72
- "original": {
64
+ }
65
+ },
66
+ "transition": {
67
+ "default": {
68
+ "delay": {
69
+ "value": "0s",
70
+ "public": true,
71
+ "filePath": "tokens/animation/base.json",
72
+ "isSource": true,
73
+ "original": {
74
+ "value": "0s",
75
+ "public": true
76
+ },
77
+ "name": "animation-transition-default-delay",
78
+ "attributes": {
79
+ "category": "animation",
80
+ "type": "transition",
81
+ "item": "default",
82
+ "subitem": "delay"
83
+ },
84
+ "path": [
85
+ "animation",
86
+ "transition",
87
+ "default",
88
+ "delay"
89
+ ]
90
+ },
91
+ "duration": {
92
+ "value": "200ms",
93
+ "public": true,
94
+ "filePath": "tokens/animation/base.json",
95
+ "isSource": true,
96
+ "original": {
97
+ "value": "200ms",
98
+ "public": true
99
+ },
100
+ "name": "animation-transition-default-duration",
101
+ "attributes": {
102
+ "category": "animation",
103
+ "type": "transition",
104
+ "item": "default",
105
+ "subitem": "duration"
106
+ },
107
+ "path": [
108
+ "animation",
109
+ "transition",
110
+ "default",
111
+ "duration"
112
+ ]
113
+ },
114
+ "timing-function": {
73
115
  "value": "ease-in-out",
74
- "public": true
75
- },
76
- "name": "animation-transition-timing-function",
77
- "attributes": {
78
- "category": "animation",
79
- "type": "transition",
80
- "item": "timing-function"
81
- },
82
- "path": [
83
- "animation",
84
- "transition",
85
- "timing-function"
86
- ]
116
+ "public": true,
117
+ "filePath": "tokens/animation/base.json",
118
+ "isSource": true,
119
+ "original": {
120
+ "value": "ease-in-out",
121
+ "public": true
122
+ },
123
+ "name": "animation-transition-default-timing-function",
124
+ "attributes": {
125
+ "category": "animation",
126
+ "type": "transition",
127
+ "item": "default",
128
+ "subitem": "timing-function"
129
+ },
130
+ "path": [
131
+ "animation",
132
+ "transition",
133
+ "default",
134
+ "timing-function"
135
+ ]
136
+ }
137
+ },
138
+ "dropdown": {
139
+ "duration": {
140
+ "value": "300ms",
141
+ "public": true,
142
+ "filePath": "tokens/animation/base.json",
143
+ "isSource": true,
144
+ "original": {
145
+ "value": "300ms",
146
+ "public": true
147
+ },
148
+ "name": "animation-transition-dropdown-duration",
149
+ "attributes": {
150
+ "category": "animation",
151
+ "type": "transition",
152
+ "item": "dropdown",
153
+ "subitem": "duration"
154
+ },
155
+ "path": [
156
+ "animation",
157
+ "transition",
158
+ "dropdown",
159
+ "duration"
160
+ ]
161
+ }
87
162
  }
88
163
  }
89
164
  },
@@ -111,6 +186,29 @@
111
186
  "radius",
112
187
  "default"
113
188
  ]
189
+ },
190
+ "container": {
191
+ "value": 0.375,
192
+ "defaultUnit": "rem",
193
+ "public": true,
194
+ "filePath": "tokens/border/alias.json",
195
+ "isSource": true,
196
+ "original": {
197
+ "value": 0.375,
198
+ "defaultUnit": "rem",
199
+ "public": true
200
+ },
201
+ "name": "border-radius-container",
202
+ "attributes": {
203
+ "category": "border",
204
+ "type": "radius",
205
+ "item": "container"
206
+ },
207
+ "path": [
208
+ "border",
209
+ "radius",
210
+ "container"
211
+ ]
114
212
  }
115
213
  },
116
214
  "width": {
@@ -139,158 +237,379 @@
139
237
  }
140
238
  }
141
239
  },
142
- "grid": {
143
- "columns-4": {
144
- "width": {
145
- "value": "20.875%",
146
- "filePath": "tokens/grid/base.json",
240
+ "container": {
241
+ "max-width": {
242
+ "wide": {
243
+ "value": "1440px",
244
+ "public": true,
245
+ "filePath": "tokens/container/base.json",
147
246
  "isSource": true,
148
247
  "original": {
149
- "value": "20.875%"
248
+ "value": "1440px",
249
+ "public": true
150
250
  },
151
- "name": "grid-columns-4-width",
251
+ "name": "container-max-width-wide",
152
252
  "attributes": {
153
- "category": "grid",
154
- "type": "columns-4",
155
- "item": "width"
253
+ "category": "container",
254
+ "type": "max-width",
255
+ "item": "wide"
156
256
  },
157
257
  "path": [
158
- "grid",
159
- "columns-4",
160
- "width"
258
+ "container",
259
+ "max-width",
260
+ "wide"
161
261
  ]
162
262
  },
163
- "gap": {
164
- "value": "5.5%",
165
- "filePath": "tokens/grid/base.json",
263
+ "default": {
264
+ "value": "1200px",
265
+ "public": true,
266
+ "filePath": "tokens/container/base.json",
166
267
  "isSource": true,
167
268
  "original": {
168
- "value": "5.5%"
269
+ "value": "1200px",
270
+ "public": true
169
271
  },
170
- "name": "grid-columns-4-gap",
272
+ "name": "container-max-width-default",
171
273
  "attributes": {
172
- "category": "grid",
173
- "type": "columns-4",
174
- "item": "gap"
274
+ "category": "container",
275
+ "type": "max-width",
276
+ "item": "default"
175
277
  },
176
278
  "path": [
177
- "grid",
178
- "columns-4",
179
- "gap"
279
+ "container",
280
+ "max-width",
281
+ "default"
282
+ ]
283
+ },
284
+ "narrow": {
285
+ "value": "1024px",
286
+ "public": true,
287
+ "filePath": "tokens/container/base.json",
288
+ "isSource": true,
289
+ "original": {
290
+ "value": "1024px",
291
+ "public": true
292
+ },
293
+ "name": "container-max-width-narrow",
294
+ "attributes": {
295
+ "category": "container",
296
+ "type": "max-width",
297
+ "item": "narrow"
298
+ },
299
+ "path": [
300
+ "container",
301
+ "max-width",
302
+ "narrow"
180
303
  ]
181
304
  }
182
305
  },
183
- "columns-6": {
184
- "width": {
185
- "value": "14.53125%",
186
- "filePath": "tokens/grid/base.json",
306
+ "padding": {
307
+ "small": {
308
+ "value": "5%",
309
+ "public": true,
310
+ "filePath": "tokens/container/base.json",
187
311
  "isSource": true,
188
312
  "original": {
189
- "value": "14.53125%"
313
+ "value": "5%",
314
+ "public": true
190
315
  },
191
- "name": "grid-columns-6-width",
316
+ "name": "container-padding-small",
192
317
  "attributes": {
193
- "category": "grid",
194
- "type": "columns-6",
195
- "item": "width"
318
+ "category": "container",
319
+ "type": "padding",
320
+ "item": "small"
196
321
  },
197
322
  "path": [
198
- "grid",
199
- "columns-6",
200
- "width"
323
+ "container",
324
+ "padding",
325
+ "small"
201
326
  ]
202
327
  },
203
- "gap": {
204
- "value": "2.5625%",
205
- "filePath": "tokens/grid/base.json",
328
+ "medium": {
329
+ "value": "4%",
330
+ "public": true,
331
+ "filePath": "tokens/container/base.json",
206
332
  "isSource": true,
207
333
  "original": {
208
- "value": "2.5625%"
334
+ "value": "4%",
335
+ "public": true
209
336
  },
210
- "name": "grid-columns-6-gap",
337
+ "name": "container-padding-medium",
211
338
  "attributes": {
212
- "category": "grid",
213
- "type": "columns-6",
214
- "item": "gap"
339
+ "category": "container",
340
+ "type": "padding",
341
+ "item": "medium"
215
342
  },
216
343
  "path": [
217
- "grid",
218
- "columns-6",
219
- "gap"
344
+ "container",
345
+ "padding",
346
+ "medium"
220
347
  ]
221
- }
222
- },
223
- "columns-12": {
224
- "width": {
225
- "value": "6.5%",
226
- "filePath": "tokens/grid/base.json",
348
+ },
349
+ "large": {
350
+ "value": "4%",
351
+ "public": true,
352
+ "filePath": "tokens/container/base.json",
227
353
  "isSource": true,
228
354
  "original": {
229
- "value": "6.5%"
355
+ "value": "4%",
356
+ "public": true
230
357
  },
231
- "name": "grid-columns-12-width",
358
+ "name": "container-padding-large",
232
359
  "attributes": {
233
- "category": "grid",
234
- "type": "columns-12",
235
- "item": "width"
360
+ "category": "container",
361
+ "type": "padding",
362
+ "item": "large"
236
363
  },
237
364
  "path": [
238
- "grid",
239
- "columns-12",
240
- "width"
365
+ "container",
366
+ "padding",
367
+ "large"
241
368
  ]
242
- },
369
+ }
370
+ }
371
+ },
372
+ "grid": {
373
+ "columns-4": {
243
374
  "gap": {
244
- "value": "2%",
375
+ "value": "5.5%",
245
376
  "filePath": "tokens/grid/base.json",
246
377
  "isSource": true,
247
378
  "original": {
248
- "value": "2%"
379
+ "value": "5.5%"
249
380
  },
250
- "name": "grid-columns-12-gap",
381
+ "name": "grid-columns-4-gap",
251
382
  "attributes": {
252
383
  "category": "grid",
253
- "type": "columns-12",
384
+ "type": "columns-4",
254
385
  "item": "gap"
255
386
  },
256
387
  "path": [
257
388
  "grid",
258
- "columns-12",
389
+ "columns-4",
259
390
  "gap"
260
391
  ]
261
392
  }
393
+ },
394
+ "columns-12": {
395
+ "gap": {
396
+ "narrow": {
397
+ "value": "2.5%",
398
+ "filePath": "tokens/grid/base.json",
399
+ "isSource": true,
400
+ "original": {
401
+ "value": "2.5%"
402
+ },
403
+ "name": "grid-columns-12-gap-narrow",
404
+ "attributes": {
405
+ "category": "grid",
406
+ "type": "columns-12",
407
+ "item": "gap",
408
+ "subitem": "narrow"
409
+ },
410
+ "path": [
411
+ "grid",
412
+ "columns-12",
413
+ "gap",
414
+ "narrow"
415
+ ]
416
+ },
417
+ "standard": {
418
+ "value": "4%",
419
+ "filePath": "tokens/grid/base.json",
420
+ "isSource": true,
421
+ "original": {
422
+ "value": "4%"
423
+ },
424
+ "name": "grid-columns-12-gap-standard",
425
+ "attributes": {
426
+ "category": "grid",
427
+ "type": "columns-12",
428
+ "item": "gap",
429
+ "subitem": "standard"
430
+ },
431
+ "path": [
432
+ "grid",
433
+ "columns-12",
434
+ "gap",
435
+ "standard"
436
+ ]
437
+ },
438
+ "wide": {
439
+ "value": "5.5%",
440
+ "filePath": "tokens/grid/base.json",
441
+ "isSource": true,
442
+ "original": {
443
+ "value": "5.5%"
444
+ },
445
+ "name": "grid-columns-12-gap-wide",
446
+ "attributes": {
447
+ "category": "grid",
448
+ "type": "columns-12",
449
+ "item": "gap",
450
+ "subitem": "wide"
451
+ },
452
+ "path": [
453
+ "grid",
454
+ "columns-12",
455
+ "gap",
456
+ "wide"
457
+ ]
458
+ }
459
+ }
460
+ },
461
+ "marketing": {
462
+ "column": {
463
+ "small": {
464
+ "value": "21.34375%",
465
+ "public": true,
466
+ "filePath": "tokens/grid/base.json",
467
+ "isSource": true,
468
+ "original": {
469
+ "value": "21.34375%",
470
+ "public": true
471
+ },
472
+ "name": "grid-marketing-column-small",
473
+ "attributes": {
474
+ "category": "grid",
475
+ "type": "marketing",
476
+ "item": "column",
477
+ "subitem": "small"
478
+ },
479
+ "path": [
480
+ "grid",
481
+ "marketing",
482
+ "column",
483
+ "small"
484
+ ]
485
+ },
486
+ "medium-large": {
487
+ "value": "5.125%",
488
+ "public": true,
489
+ "filePath": "tokens/grid/base.json",
490
+ "isSource": true,
491
+ "original": {
492
+ "value": "5.125%",
493
+ "public": true
494
+ },
495
+ "name": "grid-marketing-column-medium-large",
496
+ "attributes": {
497
+ "category": "grid",
498
+ "type": "marketing",
499
+ "item": "column",
500
+ "subitem": "medium-large"
501
+ },
502
+ "path": [
503
+ "grid",
504
+ "marketing",
505
+ "column",
506
+ "medium-large"
507
+ ]
508
+ }
509
+ },
510
+ "gap": {
511
+ "small": {
512
+ "value": "4.875%",
513
+ "public": true,
514
+ "filePath": "tokens/grid/base.json",
515
+ "isSource": true,
516
+ "original": {
517
+ "value": "4.875%",
518
+ "public": true
519
+ },
520
+ "name": "grid-marketing-gap-small",
521
+ "attributes": {
522
+ "category": "grid",
523
+ "type": "marketing",
524
+ "item": "gap",
525
+ "subitem": "small"
526
+ },
527
+ "path": [
528
+ "grid",
529
+ "marketing",
530
+ "gap",
531
+ "small"
532
+ ]
533
+ },
534
+ "medium-large": {
535
+ "value": "3.5%",
536
+ "public": true,
537
+ "filePath": "tokens/grid/base.json",
538
+ "isSource": true,
539
+ "original": {
540
+ "value": "3.5%",
541
+ "public": true
542
+ },
543
+ "name": "grid-marketing-gap-medium-large",
544
+ "attributes": {
545
+ "category": "grid",
546
+ "type": "marketing",
547
+ "item": "gap",
548
+ "subitem": "medium-large"
549
+ },
550
+ "path": [
551
+ "grid",
552
+ "marketing",
553
+ "gap",
554
+ "medium-large"
555
+ ]
556
+ }
557
+ }
262
558
  }
263
559
  },
264
560
  "spacing": {
265
- "scale-ratio": {
266
- "value": "1.25",
267
- "comment": "Base ratio/multiplier",
561
+ "8XL": {
562
+ "value": "7.451",
563
+ "defaultUnit": "rem",
564
+ "public": true,
268
565
  "filePath": "tokens/spacing/base.json",
269
566
  "isSource": true,
270
567
  "original": {
271
- "value": "1.25",
272
- "comment": "Base ratio/multiplier"
568
+ "value": "7.451",
569
+ "defaultUnit": "rem",
570
+ "public": true
273
571
  },
274
- "name": "spacing-scale-ratio",
572
+ "name": "spacing-8-xl",
275
573
  "attributes": {
276
574
  "category": "spacing",
277
- "type": "scale-ratio"
575
+ "type": "8XL"
278
576
  },
279
577
  "path": [
280
578
  "spacing",
281
- "scale-ratio"
579
+ "8XL"
580
+ ]
581
+ },
582
+ "7XL": {
583
+ "value": "5.96",
584
+ "defaultUnit": "rem",
585
+ "public": true,
586
+ "filePath": "tokens/spacing/base.json",
587
+ "isSource": true,
588
+ "original": {
589
+ "value": "5.96",
590
+ "defaultUnit": "rem",
591
+ "public": true
592
+ },
593
+ "name": "spacing-7-xl",
594
+ "attributes": {
595
+ "category": "spacing",
596
+ "type": "7XL"
597
+ },
598
+ "path": [
599
+ "spacing",
600
+ "7XL"
282
601
  ]
283
602
  },
284
603
  "6XL": {
285
604
  "value": "4.678",
286
- "formula": "1.25**7",
287
605
  "defaultUnit": "rem",
606
+ "public": true,
288
607
  "filePath": "tokens/spacing/base.json",
289
608
  "isSource": true,
290
609
  "original": {
291
610
  "value": "4.678",
292
- "formula": "{spacing.scale-ratio}**7",
293
- "defaultUnit": "rem"
611
+ "defaultUnit": "rem",
612
+ "public": true
294
613
  },
295
614
  "name": "spacing-6-xl",
296
615
  "attributes": {
@@ -304,14 +623,14 @@
304
623
  },
305
624
  "5XL": {
306
625
  "value": "3.815",
307
- "formula": "1.25**6",
308
626
  "defaultUnit": "rem",
627
+ "public": true,
309
628
  "filePath": "tokens/spacing/base.json",
310
629
  "isSource": true,
311
630
  "original": {
312
631
  "value": "3.815",
313
- "formula": "{spacing.scale-ratio}**6",
314
- "defaultUnit": "rem"
632
+ "defaultUnit": "rem",
633
+ "public": true
315
634
  },
316
635
  "name": "spacing-5-xl",
317
636
  "attributes": {
@@ -325,14 +644,14 @@
325
644
  },
326
645
  "4XL": {
327
646
  "value": "3.052",
328
- "formula": "1.25**5",
329
647
  "defaultUnit": "rem",
648
+ "public": true,
330
649
  "filePath": "tokens/spacing/base.json",
331
650
  "isSource": true,
332
651
  "original": {
333
652
  "value": "3.052",
334
- "formula": "{spacing.scale-ratio}**5",
335
- "defaultUnit": "rem"
653
+ "defaultUnit": "rem",
654
+ "public": true
336
655
  },
337
656
  "name": "spacing-4-xl",
338
657
  "attributes": {
@@ -346,14 +665,14 @@
346
665
  },
347
666
  "3XL": {
348
667
  "value": "2.441",
349
- "formula": "1.25**4",
350
668
  "defaultUnit": "rem",
669
+ "public": true,
351
670
  "filePath": "tokens/spacing/base.json",
352
671
  "isSource": true,
353
672
  "original": {
354
673
  "value": "2.441",
355
- "formula": "{spacing.scale-ratio}**4",
356
- "defaultUnit": "rem"
674
+ "defaultUnit": "rem",
675
+ "public": true
357
676
  },
358
677
  "name": "spacing-3-xl",
359
678
  "attributes": {
@@ -367,14 +686,14 @@
367
686
  },
368
687
  "2XL": {
369
688
  "value": "1.953",
370
- "formula": "1.25**3",
371
689
  "defaultUnit": "rem",
690
+ "public": true,
372
691
  "filePath": "tokens/spacing/base.json",
373
692
  "isSource": true,
374
693
  "original": {
375
694
  "value": "1.953",
376
- "formula": "{spacing.scale-ratio}**3",
377
- "defaultUnit": "rem"
695
+ "defaultUnit": "rem",
696
+ "public": true
378
697
  },
379
698
  "name": "spacing-2-xl",
380
699
  "attributes": {
@@ -388,14 +707,14 @@
388
707
  },
389
708
  "XL": {
390
709
  "value": "1.563",
391
- "formula": "1.25**2",
392
710
  "defaultUnit": "rem",
711
+ "public": true,
393
712
  "filePath": "tokens/spacing/base.json",
394
713
  "isSource": true,
395
714
  "original": {
396
715
  "value": "1.563",
397
- "formula": "{spacing.scale-ratio}**2",
398
- "defaultUnit": "rem"
716
+ "defaultUnit": "rem",
717
+ "public": true
399
718
  },
400
719
  "name": "spacing-xl",
401
720
  "attributes": {
@@ -409,14 +728,14 @@
409
728
  },
410
729
  "L": {
411
730
  "value": "1.25",
412
- "formula": "1.25**1",
413
731
  "defaultUnit": "rem",
732
+ "public": true,
414
733
  "filePath": "tokens/spacing/base.json",
415
734
  "isSource": true,
416
735
  "original": {
417
736
  "value": "1.25",
418
- "formula": "{spacing.scale-ratio}**1",
419
- "defaultUnit": "rem"
737
+ "defaultUnit": "rem",
738
+ "public": true
420
739
  },
421
740
  "name": "spacing-l",
422
741
  "attributes": {
@@ -431,11 +750,13 @@
431
750
  "M": {
432
751
  "value": "1",
433
752
  "defaultUnit": "rem",
753
+ "public": true,
434
754
  "filePath": "tokens/spacing/base.json",
435
755
  "isSource": true,
436
756
  "original": {
437
757
  "value": "1",
438
- "defaultUnit": "rem"
758
+ "defaultUnit": "rem",
759
+ "public": true
439
760
  },
440
761
  "name": "spacing-m",
441
762
  "attributes": {
@@ -449,14 +770,14 @@
449
770
  },
450
771
  "S": {
451
772
  "value": "0.8",
452
- "formula": "1.25**-1",
453
773
  "defaultUnit": "rem",
774
+ "public": true,
454
775
  "filePath": "tokens/spacing/base.json",
455
776
  "isSource": true,
456
777
  "original": {
457
778
  "value": "0.8",
458
- "formula": "{spacing.scale-ratio}**-1",
459
- "defaultUnit": "rem"
779
+ "defaultUnit": "rem",
780
+ "public": true
460
781
  },
461
782
  "name": "spacing-s",
462
783
  "attributes": {
@@ -470,14 +791,14 @@
470
791
  },
471
792
  "XS": {
472
793
  "value": "0.64",
473
- "formula": "1.25**-2",
474
794
  "defaultUnit": "rem",
795
+ "public": true,
475
796
  "filePath": "tokens/spacing/base.json",
476
797
  "isSource": true,
477
798
  "original": {
478
799
  "value": "0.64",
479
- "formula": "{spacing.scale-ratio}**-2",
480
- "defaultUnit": "rem"
800
+ "defaultUnit": "rem",
801
+ "public": true
481
802
  },
482
803
  "name": "spacing-xs",
483
804
  "attributes": {
@@ -491,14 +812,14 @@
491
812
  },
492
813
  "2XS": {
493
814
  "value": "0.512",
494
- "formula": "1.25**-3",
495
815
  "defaultUnit": "rem",
816
+ "public": true,
496
817
  "filePath": "tokens/spacing/base.json",
497
818
  "isSource": true,
498
819
  "original": {
499
820
  "value": "0.512",
500
- "formula": "{spacing.scale-ratio}**-3",
501
- "defaultUnit": "rem"
821
+ "defaultUnit": "rem",
822
+ "public": true
502
823
  },
503
824
  "name": "spacing-2-xs",
504
825
  "attributes": {
@@ -512,14 +833,14 @@
512
833
  },
513
834
  "3XS": {
514
835
  "value": "0.41",
515
- "formula": "1.25**-4",
516
836
  "defaultUnit": "rem",
837
+ "public": true,
517
838
  "filePath": "tokens/spacing/base.json",
518
839
  "isSource": true,
519
840
  "original": {
520
841
  "value": "0.41",
521
- "formula": "{spacing.scale-ratio}**-4",
522
- "defaultUnit": "rem"
842
+ "defaultUnit": "rem",
843
+ "public": true
523
844
  },
524
845
  "name": "spacing-3-xs",
525
846
  "attributes": {
@@ -533,14 +854,14 @@
533
854
  },
534
855
  "4XS": {
535
856
  "value": "0.328",
536
- "formula": "1.25**-5",
537
857
  "defaultUnit": "rem",
858
+ "public": true,
538
859
  "filePath": "tokens/spacing/base.json",
539
860
  "isSource": true,
540
861
  "original": {
541
862
  "value": "0.328",
542
- "formula": "{spacing.scale-ratio}**-5",
543
- "defaultUnit": "rem"
863
+ "defaultUnit": "rem",
864
+ "public": true
544
865
  },
545
866
  "name": "spacing-4-xs",
546
867
  "attributes": {
@@ -551,6 +872,48 @@
551
872
  "spacing",
552
873
  "4XS"
553
874
  ]
875
+ },
876
+ "5XS": {
877
+ "value": "0.25",
878
+ "defaultUnit": "rem",
879
+ "public": true,
880
+ "filePath": "tokens/spacing/base.json",
881
+ "isSource": true,
882
+ "original": {
883
+ "value": "0.25",
884
+ "defaultUnit": "rem",
885
+ "public": true
886
+ },
887
+ "name": "spacing-5-xs",
888
+ "attributes": {
889
+ "category": "spacing",
890
+ "type": "5XS"
891
+ },
892
+ "path": [
893
+ "spacing",
894
+ "5XS"
895
+ ]
896
+ },
897
+ "6XS": {
898
+ "value": "0.125",
899
+ "defaultUnit": "rem",
900
+ "public": true,
901
+ "filePath": "tokens/spacing/base.json",
902
+ "isSource": true,
903
+ "original": {
904
+ "value": "0.125",
905
+ "defaultUnit": "rem",
906
+ "public": true
907
+ },
908
+ "name": "spacing-6-xs",
909
+ "attributes": {
910
+ "category": "spacing",
911
+ "type": "6XS"
912
+ },
913
+ "path": [
914
+ "spacing",
915
+ "6XS"
916
+ ]
554
917
  }
555
918
  },
556
919
  "typography": {
@@ -576,6 +939,27 @@
576
939
  "default"
577
940
  ]
578
941
  },
942
+ "secondary": {
943
+ "value": "'Aleo', serif",
944
+ "public": true,
945
+ "filePath": "tokens/typography/alias/font.json",
946
+ "isSource": true,
947
+ "original": {
948
+ "value": "'Aleo', serif",
949
+ "public": true
950
+ },
951
+ "name": "typography-font-secondary",
952
+ "attributes": {
953
+ "category": "typography",
954
+ "type": "font",
955
+ "item": "secondary"
956
+ },
957
+ "path": [
958
+ "typography",
959
+ "font",
960
+ "secondary"
961
+ ]
962
+ },
579
963
  "headings": {
580
964
  "value": "'Poppins', sans-serif",
581
965
  "filePath": "tokens/typography/alias/font.json",
@@ -619,7 +1003,7 @@
619
1003
  "filePath": "tokens/typography/alias/font.json",
620
1004
  "isSource": true,
621
1005
  "original": {
622
- "value": "'Aleo', serif"
1006
+ "value": "{typography.font.secondary.value}"
623
1007
  },
624
1008
  "name": "typography-font-lead",
625
1009
  "attributes": {
@@ -638,7 +1022,7 @@
638
1022
  "filePath": "tokens/typography/alias/font.json",
639
1023
  "isSource": true,
640
1024
  "original": {
641
- "value": "'Aleo', serif"
1025
+ "value": "{typography.font.secondary.value}"
642
1026
  },
643
1027
  "name": "typography-font-quote",
644
1028
  "attributes": {
@@ -672,11 +1056,11 @@
672
1056
  ]
673
1057
  },
674
1058
  "css-import": {
675
- "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap'",
1059
+ "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'",
676
1060
  "filePath": "tokens/typography/base/font.json",
677
1061
  "isSource": true,
678
1062
  "original": {
679
- "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap'"
1063
+ "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'"
680
1064
  },
681
1065
  "name": "typography-font-css-import",
682
1066
  "attributes": {
@@ -694,10 +1078,12 @@
694
1078
  "font-weight": {
695
1079
  "regular": {
696
1080
  "value": 400,
1081
+ "public": true,
697
1082
  "filePath": "tokens/typography/base/font-weight.json",
698
1083
  "isSource": true,
699
1084
  "original": {
700
- "value": 400
1085
+ "value": 400,
1086
+ "public": true
701
1087
  },
702
1088
  "name": "typography-font-weight-regular",
703
1089
  "attributes": {
@@ -713,10 +1099,12 @@
713
1099
  },
714
1100
  "medium": {
715
1101
  "value": 500,
1102
+ "public": true,
716
1103
  "filePath": "tokens/typography/base/font-weight.json",
717
1104
  "isSource": true,
718
1105
  "original": {
719
- "value": 500
1106
+ "value": 500,
1107
+ "public": true
720
1108
  },
721
1109
  "name": "typography-font-weight-medium",
722
1110
  "attributes": {
@@ -732,10 +1120,12 @@
732
1120
  },
733
1121
  "semibold": {
734
1122
  "value": 600,
1123
+ "public": true,
735
1124
  "filePath": "tokens/typography/base/font-weight.json",
736
1125
  "isSource": true,
737
1126
  "original": {
738
- "value": 600
1127
+ "value": 600,
1128
+ "public": true
739
1129
  },
740
1130
  "name": "typography-font-weight-semibold",
741
1131
  "attributes": {
@@ -751,10 +1141,12 @@
751
1141
  },
752
1142
  "bold": {
753
1143
  "value": 700,
1144
+ "public": true,
754
1145
  "filePath": "tokens/typography/base/font-weight.json",
755
1146
  "isSource": true,
756
1147
  "original": {
757
- "value": 700
1148
+ "value": 700,
1149
+ "public": true
758
1150
  },
759
1151
  "name": "typography-font-weight-bold",
760
1152
  "attributes": {
@@ -770,10 +1162,12 @@
770
1162
  },
771
1163
  "extrabold": {
772
1164
  "value": 800,
1165
+ "public": true,
773
1166
  "filePath": "tokens/typography/base/font-weight.json",
774
1167
  "isSource": true,
775
1168
  "original": {
776
- "value": 800
1169
+ "value": 800,
1170
+ "public": true
777
1171
  },
778
1172
  "name": "typography-font-weight-extrabold",
779
1173
  "attributes": {
@@ -792,11 +1186,13 @@
792
1186
  "XL": {
793
1187
  "value": "0.06",
794
1188
  "defaultUnit": "em",
1189
+ "public": true,
795
1190
  "filePath": "tokens/typography/base/letter-spacing.json",
796
1191
  "isSource": true,
797
1192
  "original": {
798
1193
  "value": "0.06",
799
- "defaultUnit": "em"
1194
+ "defaultUnit": "em",
1195
+ "public": true
800
1196
  },
801
1197
  "name": "typography-letter-spacing-xl",
802
1198
  "attributes": {
@@ -813,11 +1209,13 @@
813
1209
  "L": {
814
1210
  "value": "0.04",
815
1211
  "defaultUnit": "em",
1212
+ "public": true,
816
1213
  "filePath": "tokens/typography/base/letter-spacing.json",
817
1214
  "isSource": true,
818
1215
  "original": {
819
1216
  "value": "0.04",
820
- "defaultUnit": "em"
1217
+ "defaultUnit": "em",
1218
+ "public": true
821
1219
  },
822
1220
  "name": "typography-letter-spacing-l",
823
1221
  "attributes": {
@@ -834,11 +1232,13 @@
834
1232
  "M": {
835
1233
  "value": "0.02",
836
1234
  "defaultUnit": "em",
1235
+ "public": true,
837
1236
  "filePath": "tokens/typography/base/letter-spacing.json",
838
1237
  "isSource": true,
839
1238
  "original": {
840
1239
  "value": "0.02",
841
- "defaultUnit": "em"
1240
+ "defaultUnit": "em",
1241
+ "public": true
842
1242
  },
843
1243
  "name": "typography-letter-spacing-m",
844
1244
  "attributes": {
@@ -855,11 +1255,13 @@
855
1255
  "S": {
856
1256
  "value": "0.01",
857
1257
  "defaultUnit": "em",
1258
+ "public": true,
858
1259
  "filePath": "tokens/typography/base/letter-spacing.json",
859
1260
  "isSource": true,
860
1261
  "original": {
861
1262
  "value": "0.01",
862
- "defaultUnit": "em"
1263
+ "defaultUnit": "em",
1264
+ "public": true
863
1265
  },
864
1266
  "name": "typography-letter-spacing-s",
865
1267
  "attributes": {
@@ -875,12 +1277,35 @@
875
1277
  }
876
1278
  },
877
1279
  "line-height": {
1280
+ "XL": {
1281
+ "value": "195%",
1282
+ "public": true,
1283
+ "filePath": "tokens/typography/base/line-height.json",
1284
+ "isSource": true,
1285
+ "original": {
1286
+ "value": "195%",
1287
+ "public": true
1288
+ },
1289
+ "name": "typography-line-height-xl",
1290
+ "attributes": {
1291
+ "category": "typography",
1292
+ "type": "line-height",
1293
+ "item": "XL"
1294
+ },
1295
+ "path": [
1296
+ "typography",
1297
+ "line-height",
1298
+ "XL"
1299
+ ]
1300
+ },
878
1301
  "L": {
879
- "value": "195.3%",
1302
+ "value": "170%",
1303
+ "public": true,
880
1304
  "filePath": "tokens/typography/base/line-height.json",
881
1305
  "isSource": true,
882
1306
  "original": {
883
- "value": "195.3%"
1307
+ "value": "170%",
1308
+ "public": true
884
1309
  },
885
1310
  "name": "typography-line-height-l",
886
1311
  "attributes": {
@@ -895,11 +1320,13 @@
895
1320
  ]
896
1321
  },
897
1322
  "M": {
898
- "value": "156.3%",
1323
+ "value": "140%",
1324
+ "public": true,
899
1325
  "filePath": "tokens/typography/base/line-height.json",
900
1326
  "isSource": true,
901
1327
  "original": {
902
- "value": "156.3%"
1328
+ "value": "140%",
1329
+ "public": true
903
1330
  },
904
1331
  "name": "typography-line-height-m",
905
1332
  "attributes": {
@@ -914,11 +1341,13 @@
914
1341
  ]
915
1342
  },
916
1343
  "S": {
917
- "value": "125%",
1344
+ "value": "120%",
1345
+ "public": true,
918
1346
  "filePath": "tokens/typography/base/line-height.json",
919
1347
  "isSource": true,
920
1348
  "original": {
921
- "value": "125%"
1349
+ "value": "120%",
1350
+ "public": true
922
1351
  },
923
1352
  "name": "typography-line-height-s",
924
1353
  "attributes": {
@@ -933,6 +1362,50 @@
933
1362
  ]
934
1363
  }
935
1364
  },
1365
+ "multiplier": {
1366
+ "small": {
1367
+ "value": "0.75",
1368
+ "public": true,
1369
+ "filePath": "tokens/typography/base/multipliers.json",
1370
+ "isSource": true,
1371
+ "original": {
1372
+ "value": "0.75",
1373
+ "public": true
1374
+ },
1375
+ "name": "typography-multiplier-small",
1376
+ "attributes": {
1377
+ "category": "typography",
1378
+ "type": "multiplier",
1379
+ "item": "small"
1380
+ },
1381
+ "path": [
1382
+ "typography",
1383
+ "multiplier",
1384
+ "small"
1385
+ ]
1386
+ },
1387
+ "medium": {
1388
+ "value": "0.85",
1389
+ "public": true,
1390
+ "filePath": "tokens/typography/base/multipliers.json",
1391
+ "isSource": true,
1392
+ "original": {
1393
+ "value": "0.85",
1394
+ "public": true
1395
+ },
1396
+ "name": "typography-multiplier-medium",
1397
+ "attributes": {
1398
+ "category": "typography",
1399
+ "type": "multiplier",
1400
+ "item": "medium"
1401
+ },
1402
+ "path": [
1403
+ "typography",
1404
+ "multiplier",
1405
+ "medium"
1406
+ ]
1407
+ }
1408
+ },
936
1409
  "scale-ratio": {
937
1410
  "value": "1.25",
938
1411
  "comment": "The base ratio/multiplier of the typographic scale.",
@@ -1139,4 +1612,4 @@
1139
1612
  }
1140
1613
  }
1141
1614
  }
1142
- }
1615
+ }