@pantheon-systems/pds-design-tokens 1.0.0-dev.8 → 1.0.0-dev.81

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,90 +1,265 @@
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
+ "public": true,
6
7
  "filePath": "tokens/animation/alias.json",
7
8
  "isSource": true,
8
9
  "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}"
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-button-transition",
13
+ "name": "animation-focus-transition",
12
14
  "attributes": {
13
15
  "category": "animation",
14
- "type": "button",
16
+ "type": "focus",
15
17
  "item": "transition"
16
18
  },
17
19
  "path": [
18
20
  "animation",
19
- "button",
21
+ "focus",
20
22
  "transition"
21
23
  ]
22
24
  }
23
25
  },
24
- "transition": {
25
- "delay": {
26
- "value": "0s",
26
+ "rotation": {
27
+ "transition": {
28
+ "value": "transform 200ms ease-in-out 0s",
27
29
  "public": true,
28
- "filePath": "tokens/animation/base.json",
30
+ "filePath": "tokens/animation/alias.json",
29
31
  "isSource": true,
30
32
  "original": {
31
- "value": "0s",
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-delay",
36
+ "name": "animation-rotation-transition",
35
37
  "attributes": {
36
38
  "category": "animation",
37
- "type": "transition",
38
- "item": "delay"
39
+ "type": "rotation",
40
+ "item": "transition"
39
41
  },
40
42
  "path": [
41
43
  "animation",
42
- "transition",
43
- "delay"
44
+ "rotation",
45
+ "transition"
44
46
  ]
45
- },
46
- "duration": {
47
- "value": "200ms",
47
+ }
48
+ },
49
+ "reveal": {
50
+ "transition": {
51
+ "value": "all 300ms ease-in-out",
48
52
  "public": true,
49
- "filePath": "tokens/animation/base.json",
53
+ "filePath": "tokens/animation/alias.json",
50
54
  "isSource": true,
51
55
  "original": {
52
- "value": "200ms",
56
+ "value": "all {animation.transition.reveal.duration.value} {animation.transition.default.timing-function.value}",
53
57
  "public": true
54
58
  },
55
- "name": "animation-transition-duration",
59
+ "name": "animation-reveal-transition",
56
60
  "attributes": {
57
61
  "category": "animation",
58
- "type": "transition",
59
- "item": "duration"
62
+ "type": "reveal",
63
+ "item": "transition"
60
64
  },
61
65
  "path": [
62
66
  "animation",
63
- "transition",
64
- "duration"
67
+ "reveal",
68
+ "transition"
65
69
  ]
66
- },
67
- "timing-function": {
68
- "value": "ease-in-out",
70
+ }
71
+ },
72
+ "button": {
73
+ "transition": {
74
+ "value": "all 200ms ease-in-out 0s",
69
75
  "public": true,
70
- "filePath": "tokens/animation/base.json",
76
+ "filePath": "tokens/animation/alias.json",
71
77
  "isSource": true,
72
78
  "original": {
73
- "value": "ease-in-out",
79
+ "value": "all {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
74
80
  "public": true
75
81
  },
76
- "name": "animation-transition-timing-function",
82
+ "name": "animation-button-transition",
77
83
  "attributes": {
78
84
  "category": "animation",
79
- "type": "transition",
80
- "item": "timing-function"
85
+ "type": "button",
86
+ "item": "transition"
81
87
  },
82
88
  "path": [
83
89
  "animation",
84
- "transition",
85
- "timing-function"
90
+ "button",
91
+ "transition"
86
92
  ]
87
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}",
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
+ },
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,29 @@
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
+ ]
114
312
  }
115
313
  },
116
314
  "width": {
@@ -139,158 +337,400 @@
139
337
  }
140
338
  }
141
339
  },
142
- "grid": {
143
- "columns-4": {
144
- "width": {
145
- "value": "20.875%",
146
- "filePath": "tokens/grid/base.json",
340
+ "container": {
341
+ "max-width": {
342
+ "narrow": {
343
+ "value": "1024px",
344
+ "public": true,
345
+ "filePath": "tokens/container/base.json",
147
346
  "isSource": true,
148
347
  "original": {
149
- "value": "20.875%"
348
+ "value": "1024px",
349
+ "public": true
150
350
  },
151
- "name": "grid-columns-4-width",
351
+ "name": "container-max-width-narrow",
152
352
  "attributes": {
153
- "category": "grid",
154
- "type": "columns-4",
155
- "item": "width"
353
+ "category": "container",
354
+ "type": "max-width",
355
+ "item": "narrow"
156
356
  },
157
357
  "path": [
158
- "grid",
159
- "columns-4",
160
- "width"
358
+ "container",
359
+ "max-width",
360
+ "narrow"
161
361
  ]
162
362
  },
163
- "gap": {
164
- "value": "5.5%",
165
- "filePath": "tokens/grid/base.json",
363
+ "standard": {
364
+ "value": "1200px",
365
+ "public": true,
366
+ "filePath": "tokens/container/base.json",
166
367
  "isSource": true,
167
368
  "original": {
168
- "value": "5.5%"
369
+ "value": "1200px",
370
+ "public": true
169
371
  },
170
- "name": "grid-columns-4-gap",
372
+ "name": "container-max-width-standard",
171
373
  "attributes": {
172
- "category": "grid",
173
- "type": "columns-4",
174
- "item": "gap"
374
+ "category": "container",
375
+ "type": "max-width",
376
+ "item": "standard"
175
377
  },
176
378
  "path": [
177
- "grid",
178
- "columns-4",
179
- "gap"
379
+ "container",
380
+ "max-width",
381
+ "standard"
180
382
  ]
181
- }
182
- },
183
- "columns-6": {
184
- "width": {
185
- "value": "14.53125%",
186
- "filePath": "tokens/grid/base.json",
383
+ },
384
+ "wide": {
385
+ "value": "1440px",
386
+ "public": true,
387
+ "filePath": "tokens/container/base.json",
187
388
  "isSource": true,
188
389
  "original": {
189
- "value": "14.53125%"
390
+ "value": "1440px",
391
+ "public": true
190
392
  },
191
- "name": "grid-columns-6-width",
393
+ "name": "container-max-width-wide",
192
394
  "attributes": {
193
- "category": "grid",
194
- "type": "columns-6",
195
- "item": "width"
395
+ "category": "container",
396
+ "type": "max-width",
397
+ "item": "wide"
196
398
  },
197
399
  "path": [
198
- "grid",
199
- "columns-6",
200
- "width"
400
+ "container",
401
+ "max-width",
402
+ "wide"
201
403
  ]
202
404
  },
203
- "gap": {
204
- "value": "2.5625%",
205
- "filePath": "tokens/grid/base.json",
405
+ "x-wide": {
406
+ "value": "1600px",
407
+ "public": true,
408
+ "filePath": "tokens/container/base.json",
206
409
  "isSource": true,
207
410
  "original": {
208
- "value": "2.5625%"
411
+ "value": "1600px",
412
+ "public": true
209
413
  },
210
- "name": "grid-columns-6-gap",
414
+ "name": "container-max-width-x-wide",
211
415
  "attributes": {
212
- "category": "grid",
213
- "type": "columns-6",
214
- "item": "gap"
416
+ "category": "container",
417
+ "type": "max-width",
418
+ "item": "x-wide"
215
419
  },
216
420
  "path": [
217
- "grid",
218
- "columns-6",
219
- "gap"
421
+ "container",
422
+ "max-width",
423
+ "x-wide"
220
424
  ]
221
425
  }
222
426
  },
223
- "columns-12": {
224
- "width": {
225
- "value": "6.5%",
226
- "filePath": "tokens/grid/base.json",
427
+ "padding": {
428
+ "small": {
429
+ "value": "5%",
430
+ "public": true,
431
+ "filePath": "tokens/container/base.json",
227
432
  "isSource": true,
228
433
  "original": {
229
- "value": "6.5%"
434
+ "value": "5%",
435
+ "public": true
230
436
  },
231
- "name": "grid-columns-12-width",
437
+ "name": "container-padding-small",
232
438
  "attributes": {
233
- "category": "grid",
234
- "type": "columns-12",
235
- "item": "width"
439
+ "category": "container",
440
+ "type": "padding",
441
+ "item": "small"
236
442
  },
237
443
  "path": [
238
- "grid",
239
- "columns-12",
240
- "width"
444
+ "container",
445
+ "padding",
446
+ "small"
447
+ ]
448
+ },
449
+ "medium": {
450
+ "value": "4%",
451
+ "public": true,
452
+ "filePath": "tokens/container/base.json",
453
+ "isSource": true,
454
+ "original": {
455
+ "value": "4%",
456
+ "public": true
457
+ },
458
+ "name": "container-padding-medium",
459
+ "attributes": {
460
+ "category": "container",
461
+ "type": "padding",
462
+ "item": "medium"
463
+ },
464
+ "path": [
465
+ "container",
466
+ "padding",
467
+ "medium"
241
468
  ]
242
469
  },
470
+ "large": {
471
+ "value": "4%",
472
+ "public": true,
473
+ "filePath": "tokens/container/base.json",
474
+ "isSource": true,
475
+ "original": {
476
+ "value": "4%",
477
+ "public": true
478
+ },
479
+ "name": "container-padding-large",
480
+ "attributes": {
481
+ "category": "container",
482
+ "type": "padding",
483
+ "item": "large"
484
+ },
485
+ "path": [
486
+ "container",
487
+ "padding",
488
+ "large"
489
+ ]
490
+ }
491
+ }
492
+ },
493
+ "grid": {
494
+ "columns-4": {
243
495
  "gap": {
244
- "value": "2%",
496
+ "value": "5.5%",
245
497
  "filePath": "tokens/grid/base.json",
246
498
  "isSource": true,
247
499
  "original": {
248
- "value": "2%"
500
+ "value": "5.5%"
249
501
  },
250
- "name": "grid-columns-12-gap",
502
+ "name": "grid-columns-4-gap",
251
503
  "attributes": {
252
504
  "category": "grid",
253
- "type": "columns-12",
505
+ "type": "columns-4",
254
506
  "item": "gap"
255
507
  },
256
508
  "path": [
257
509
  "grid",
258
- "columns-12",
510
+ "columns-4",
259
511
  "gap"
260
512
  ]
261
513
  }
514
+ },
515
+ "columns-12": {
516
+ "gap": {
517
+ "narrow": {
518
+ "value": "2.5%",
519
+ "filePath": "tokens/grid/base.json",
520
+ "isSource": true,
521
+ "original": {
522
+ "value": "2.5%"
523
+ },
524
+ "name": "grid-columns-12-gap-narrow",
525
+ "attributes": {
526
+ "category": "grid",
527
+ "type": "columns-12",
528
+ "item": "gap",
529
+ "subitem": "narrow"
530
+ },
531
+ "path": [
532
+ "grid",
533
+ "columns-12",
534
+ "gap",
535
+ "narrow"
536
+ ]
537
+ },
538
+ "standard": {
539
+ "value": "4%",
540
+ "filePath": "tokens/grid/base.json",
541
+ "isSource": true,
542
+ "original": {
543
+ "value": "4%"
544
+ },
545
+ "name": "grid-columns-12-gap-standard",
546
+ "attributes": {
547
+ "category": "grid",
548
+ "type": "columns-12",
549
+ "item": "gap",
550
+ "subitem": "standard"
551
+ },
552
+ "path": [
553
+ "grid",
554
+ "columns-12",
555
+ "gap",
556
+ "standard"
557
+ ]
558
+ },
559
+ "wide": {
560
+ "value": "5.5%",
561
+ "filePath": "tokens/grid/base.json",
562
+ "isSource": true,
563
+ "original": {
564
+ "value": "5.5%"
565
+ },
566
+ "name": "grid-columns-12-gap-wide",
567
+ "attributes": {
568
+ "category": "grid",
569
+ "type": "columns-12",
570
+ "item": "gap",
571
+ "subitem": "wide"
572
+ },
573
+ "path": [
574
+ "grid",
575
+ "columns-12",
576
+ "gap",
577
+ "wide"
578
+ ]
579
+ }
580
+ }
581
+ },
582
+ "marketing": {
583
+ "column": {
584
+ "small": {
585
+ "value": "21.34375%",
586
+ "public": true,
587
+ "filePath": "tokens/grid/base.json",
588
+ "isSource": true,
589
+ "original": {
590
+ "value": "21.34375%",
591
+ "public": true
592
+ },
593
+ "name": "grid-marketing-column-small",
594
+ "attributes": {
595
+ "category": "grid",
596
+ "type": "marketing",
597
+ "item": "column",
598
+ "subitem": "small"
599
+ },
600
+ "path": [
601
+ "grid",
602
+ "marketing",
603
+ "column",
604
+ "small"
605
+ ]
606
+ },
607
+ "medium-large": {
608
+ "value": "5.125%",
609
+ "public": true,
610
+ "filePath": "tokens/grid/base.json",
611
+ "isSource": true,
612
+ "original": {
613
+ "value": "5.125%",
614
+ "public": true
615
+ },
616
+ "name": "grid-marketing-column-medium-large",
617
+ "attributes": {
618
+ "category": "grid",
619
+ "type": "marketing",
620
+ "item": "column",
621
+ "subitem": "medium-large"
622
+ },
623
+ "path": [
624
+ "grid",
625
+ "marketing",
626
+ "column",
627
+ "medium-large"
628
+ ]
629
+ }
630
+ },
631
+ "gap": {
632
+ "small": {
633
+ "value": "4.875%",
634
+ "public": true,
635
+ "filePath": "tokens/grid/base.json",
636
+ "isSource": true,
637
+ "original": {
638
+ "value": "4.875%",
639
+ "public": true
640
+ },
641
+ "name": "grid-marketing-gap-small",
642
+ "attributes": {
643
+ "category": "grid",
644
+ "type": "marketing",
645
+ "item": "gap",
646
+ "subitem": "small"
647
+ },
648
+ "path": [
649
+ "grid",
650
+ "marketing",
651
+ "gap",
652
+ "small"
653
+ ]
654
+ },
655
+ "medium-large": {
656
+ "value": "3.5%",
657
+ "public": true,
658
+ "filePath": "tokens/grid/base.json",
659
+ "isSource": true,
660
+ "original": {
661
+ "value": "3.5%",
662
+ "public": true
663
+ },
664
+ "name": "grid-marketing-gap-medium-large",
665
+ "attributes": {
666
+ "category": "grid",
667
+ "type": "marketing",
668
+ "item": "gap",
669
+ "subitem": "medium-large"
670
+ },
671
+ "path": [
672
+ "grid",
673
+ "marketing",
674
+ "gap",
675
+ "medium-large"
676
+ ]
677
+ }
678
+ }
262
679
  }
263
680
  },
264
681
  "spacing": {
265
- "scale-ratio": {
266
- "value": "1.25",
267
- "comment": "Base ratio/multiplier",
682
+ "8XL": {
683
+ "value": "7.451",
684
+ "defaultUnit": "rem",
685
+ "public": true,
268
686
  "filePath": "tokens/spacing/base.json",
269
687
  "isSource": true,
270
688
  "original": {
271
- "value": "1.25",
272
- "comment": "Base ratio/multiplier"
689
+ "value": "7.451",
690
+ "defaultUnit": "rem",
691
+ "public": true
692
+ },
693
+ "name": "spacing-8-xl",
694
+ "attributes": {
695
+ "category": "spacing",
696
+ "type": "8XL"
697
+ },
698
+ "path": [
699
+ "spacing",
700
+ "8XL"
701
+ ]
702
+ },
703
+ "7XL": {
704
+ "value": "5.96",
705
+ "defaultUnit": "rem",
706
+ "public": true,
707
+ "filePath": "tokens/spacing/base.json",
708
+ "isSource": true,
709
+ "original": {
710
+ "value": "5.96",
711
+ "defaultUnit": "rem",
712
+ "public": true
273
713
  },
274
- "name": "spacing-scale-ratio",
714
+ "name": "spacing-7-xl",
275
715
  "attributes": {
276
716
  "category": "spacing",
277
- "type": "scale-ratio"
717
+ "type": "7XL"
278
718
  },
279
719
  "path": [
280
720
  "spacing",
281
- "scale-ratio"
721
+ "7XL"
282
722
  ]
283
723
  },
284
724
  "6XL": {
285
725
  "value": "4.678",
286
- "formula": "1.25**7",
287
726
  "defaultUnit": "rem",
727
+ "public": true,
288
728
  "filePath": "tokens/spacing/base.json",
289
729
  "isSource": true,
290
730
  "original": {
291
731
  "value": "4.678",
292
- "formula": "{spacing.scale-ratio}**7",
293
- "defaultUnit": "rem"
732
+ "defaultUnit": "rem",
733
+ "public": true
294
734
  },
295
735
  "name": "spacing-6-xl",
296
736
  "attributes": {
@@ -304,14 +744,14 @@
304
744
  },
305
745
  "5XL": {
306
746
  "value": "3.815",
307
- "formula": "1.25**6",
308
747
  "defaultUnit": "rem",
748
+ "public": true,
309
749
  "filePath": "tokens/spacing/base.json",
310
750
  "isSource": true,
311
751
  "original": {
312
752
  "value": "3.815",
313
- "formula": "{spacing.scale-ratio}**6",
314
- "defaultUnit": "rem"
753
+ "defaultUnit": "rem",
754
+ "public": true
315
755
  },
316
756
  "name": "spacing-5-xl",
317
757
  "attributes": {
@@ -325,14 +765,14 @@
325
765
  },
326
766
  "4XL": {
327
767
  "value": "3.052",
328
- "formula": "1.25**5",
329
768
  "defaultUnit": "rem",
769
+ "public": true,
330
770
  "filePath": "tokens/spacing/base.json",
331
771
  "isSource": true,
332
772
  "original": {
333
773
  "value": "3.052",
334
- "formula": "{spacing.scale-ratio}**5",
335
- "defaultUnit": "rem"
774
+ "defaultUnit": "rem",
775
+ "public": true
336
776
  },
337
777
  "name": "spacing-4-xl",
338
778
  "attributes": {
@@ -346,14 +786,14 @@
346
786
  },
347
787
  "3XL": {
348
788
  "value": "2.441",
349
- "formula": "1.25**4",
350
789
  "defaultUnit": "rem",
790
+ "public": true,
351
791
  "filePath": "tokens/spacing/base.json",
352
792
  "isSource": true,
353
793
  "original": {
354
794
  "value": "2.441",
355
- "formula": "{spacing.scale-ratio}**4",
356
- "defaultUnit": "rem"
795
+ "defaultUnit": "rem",
796
+ "public": true
357
797
  },
358
798
  "name": "spacing-3-xl",
359
799
  "attributes": {
@@ -367,14 +807,14 @@
367
807
  },
368
808
  "2XL": {
369
809
  "value": "1.953",
370
- "formula": "1.25**3",
371
810
  "defaultUnit": "rem",
811
+ "public": true,
372
812
  "filePath": "tokens/spacing/base.json",
373
813
  "isSource": true,
374
814
  "original": {
375
815
  "value": "1.953",
376
- "formula": "{spacing.scale-ratio}**3",
377
- "defaultUnit": "rem"
816
+ "defaultUnit": "rem",
817
+ "public": true
378
818
  },
379
819
  "name": "spacing-2-xl",
380
820
  "attributes": {
@@ -388,14 +828,14 @@
388
828
  },
389
829
  "XL": {
390
830
  "value": "1.563",
391
- "formula": "1.25**2",
392
831
  "defaultUnit": "rem",
832
+ "public": true,
393
833
  "filePath": "tokens/spacing/base.json",
394
834
  "isSource": true,
395
835
  "original": {
396
836
  "value": "1.563",
397
- "formula": "{spacing.scale-ratio}**2",
398
- "defaultUnit": "rem"
837
+ "defaultUnit": "rem",
838
+ "public": true
399
839
  },
400
840
  "name": "spacing-xl",
401
841
  "attributes": {
@@ -409,14 +849,14 @@
409
849
  },
410
850
  "L": {
411
851
  "value": "1.25",
412
- "formula": "1.25**1",
413
852
  "defaultUnit": "rem",
853
+ "public": true,
414
854
  "filePath": "tokens/spacing/base.json",
415
855
  "isSource": true,
416
856
  "original": {
417
857
  "value": "1.25",
418
- "formula": "{spacing.scale-ratio}**1",
419
- "defaultUnit": "rem"
858
+ "defaultUnit": "rem",
859
+ "public": true
420
860
  },
421
861
  "name": "spacing-l",
422
862
  "attributes": {
@@ -431,11 +871,13 @@
431
871
  "M": {
432
872
  "value": "1",
433
873
  "defaultUnit": "rem",
874
+ "public": true,
434
875
  "filePath": "tokens/spacing/base.json",
435
876
  "isSource": true,
436
877
  "original": {
437
878
  "value": "1",
438
- "defaultUnit": "rem"
879
+ "defaultUnit": "rem",
880
+ "public": true
439
881
  },
440
882
  "name": "spacing-m",
441
883
  "attributes": {
@@ -449,14 +891,14 @@
449
891
  },
450
892
  "S": {
451
893
  "value": "0.8",
452
- "formula": "1.25**-1",
453
894
  "defaultUnit": "rem",
895
+ "public": true,
454
896
  "filePath": "tokens/spacing/base.json",
455
897
  "isSource": true,
456
898
  "original": {
457
899
  "value": "0.8",
458
- "formula": "{spacing.scale-ratio}**-1",
459
- "defaultUnit": "rem"
900
+ "defaultUnit": "rem",
901
+ "public": true
460
902
  },
461
903
  "name": "spacing-s",
462
904
  "attributes": {
@@ -470,14 +912,14 @@
470
912
  },
471
913
  "XS": {
472
914
  "value": "0.64",
473
- "formula": "1.25**-2",
474
915
  "defaultUnit": "rem",
916
+ "public": true,
475
917
  "filePath": "tokens/spacing/base.json",
476
918
  "isSource": true,
477
919
  "original": {
478
920
  "value": "0.64",
479
- "formula": "{spacing.scale-ratio}**-2",
480
- "defaultUnit": "rem"
921
+ "defaultUnit": "rem",
922
+ "public": true
481
923
  },
482
924
  "name": "spacing-xs",
483
925
  "attributes": {
@@ -491,14 +933,14 @@
491
933
  },
492
934
  "2XS": {
493
935
  "value": "0.512",
494
- "formula": "1.25**-3",
495
936
  "defaultUnit": "rem",
937
+ "public": true,
496
938
  "filePath": "tokens/spacing/base.json",
497
939
  "isSource": true,
498
940
  "original": {
499
941
  "value": "0.512",
500
- "formula": "{spacing.scale-ratio}**-3",
501
- "defaultUnit": "rem"
942
+ "defaultUnit": "rem",
943
+ "public": true
502
944
  },
503
945
  "name": "spacing-2-xs",
504
946
  "attributes": {
@@ -512,14 +954,14 @@
512
954
  },
513
955
  "3XS": {
514
956
  "value": "0.41",
515
- "formula": "1.25**-4",
516
957
  "defaultUnit": "rem",
958
+ "public": true,
517
959
  "filePath": "tokens/spacing/base.json",
518
960
  "isSource": true,
519
961
  "original": {
520
962
  "value": "0.41",
521
- "formula": "{spacing.scale-ratio}**-4",
522
- "defaultUnit": "rem"
963
+ "defaultUnit": "rem",
964
+ "public": true
523
965
  },
524
966
  "name": "spacing-3-xs",
525
967
  "attributes": {
@@ -533,14 +975,14 @@
533
975
  },
534
976
  "4XS": {
535
977
  "value": "0.328",
536
- "formula": "1.25**-5",
537
978
  "defaultUnit": "rem",
979
+ "public": true,
538
980
  "filePath": "tokens/spacing/base.json",
539
981
  "isSource": true,
540
982
  "original": {
541
983
  "value": "0.328",
542
- "formula": "{spacing.scale-ratio}**-5",
543
- "defaultUnit": "rem"
984
+ "defaultUnit": "rem",
985
+ "public": true
544
986
  },
545
987
  "name": "spacing-4-xs",
546
988
  "attributes": {
@@ -551,6 +993,48 @@
551
993
  "spacing",
552
994
  "4XS"
553
995
  ]
996
+ },
997
+ "5XS": {
998
+ "value": "0.25",
999
+ "defaultUnit": "rem",
1000
+ "public": true,
1001
+ "filePath": "tokens/spacing/base.json",
1002
+ "isSource": true,
1003
+ "original": {
1004
+ "value": "0.25",
1005
+ "defaultUnit": "rem",
1006
+ "public": true
1007
+ },
1008
+ "name": "spacing-5-xs",
1009
+ "attributes": {
1010
+ "category": "spacing",
1011
+ "type": "5XS"
1012
+ },
1013
+ "path": [
1014
+ "spacing",
1015
+ "5XS"
1016
+ ]
1017
+ },
1018
+ "6XS": {
1019
+ "value": "0.125",
1020
+ "defaultUnit": "rem",
1021
+ "public": true,
1022
+ "filePath": "tokens/spacing/base.json",
1023
+ "isSource": true,
1024
+ "original": {
1025
+ "value": "0.125",
1026
+ "defaultUnit": "rem",
1027
+ "public": true
1028
+ },
1029
+ "name": "spacing-6-xs",
1030
+ "attributes": {
1031
+ "category": "spacing",
1032
+ "type": "6XS"
1033
+ },
1034
+ "path": [
1035
+ "spacing",
1036
+ "6XS"
1037
+ ]
554
1038
  }
555
1039
  },
556
1040
  "typography": {
@@ -576,6 +1060,27 @@
576
1060
  "default"
577
1061
  ]
578
1062
  },
1063
+ "secondary": {
1064
+ "value": "'Aleo', serif",
1065
+ "public": true,
1066
+ "filePath": "tokens/typography/alias/font.json",
1067
+ "isSource": true,
1068
+ "original": {
1069
+ "value": "'Aleo', serif",
1070
+ "public": true
1071
+ },
1072
+ "name": "typography-font-secondary",
1073
+ "attributes": {
1074
+ "category": "typography",
1075
+ "type": "font",
1076
+ "item": "secondary"
1077
+ },
1078
+ "path": [
1079
+ "typography",
1080
+ "font",
1081
+ "secondary"
1082
+ ]
1083
+ },
579
1084
  "headings": {
580
1085
  "value": "'Poppins', sans-serif",
581
1086
  "filePath": "tokens/typography/alias/font.json",
@@ -619,7 +1124,7 @@
619
1124
  "filePath": "tokens/typography/alias/font.json",
620
1125
  "isSource": true,
621
1126
  "original": {
622
- "value": "'Aleo', serif"
1127
+ "value": "{typography.font.secondary.value}"
623
1128
  },
624
1129
  "name": "typography-font-lead",
625
1130
  "attributes": {
@@ -638,7 +1143,7 @@
638
1143
  "filePath": "tokens/typography/alias/font.json",
639
1144
  "isSource": true,
640
1145
  "original": {
641
- "value": "'Aleo', serif"
1146
+ "value": "{typography.font.secondary.value}"
642
1147
  },
643
1148
  "name": "typography-font-quote",
644
1149
  "attributes": {
@@ -672,11 +1177,11 @@
672
1177
  ]
673
1178
  },
674
1179
  "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'",
1180
+ "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
1181
  "filePath": "tokens/typography/base/font.json",
677
1182
  "isSource": true,
678
1183
  "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'"
1184
+ "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
1185
  },
681
1186
  "name": "typography-font-css-import",
682
1187
  "attributes": {
@@ -694,10 +1199,12 @@
694
1199
  "font-weight": {
695
1200
  "regular": {
696
1201
  "value": 400,
1202
+ "public": true,
697
1203
  "filePath": "tokens/typography/base/font-weight.json",
698
1204
  "isSource": true,
699
1205
  "original": {
700
- "value": 400
1206
+ "value": 400,
1207
+ "public": true
701
1208
  },
702
1209
  "name": "typography-font-weight-regular",
703
1210
  "attributes": {
@@ -713,10 +1220,12 @@
713
1220
  },
714
1221
  "medium": {
715
1222
  "value": 500,
1223
+ "public": true,
716
1224
  "filePath": "tokens/typography/base/font-weight.json",
717
1225
  "isSource": true,
718
1226
  "original": {
719
- "value": 500
1227
+ "value": 500,
1228
+ "public": true
720
1229
  },
721
1230
  "name": "typography-font-weight-medium",
722
1231
  "attributes": {
@@ -732,10 +1241,12 @@
732
1241
  },
733
1242
  "semibold": {
734
1243
  "value": 600,
1244
+ "public": true,
735
1245
  "filePath": "tokens/typography/base/font-weight.json",
736
1246
  "isSource": true,
737
1247
  "original": {
738
- "value": 600
1248
+ "value": 600,
1249
+ "public": true
739
1250
  },
740
1251
  "name": "typography-font-weight-semibold",
741
1252
  "attributes": {
@@ -751,10 +1262,12 @@
751
1262
  },
752
1263
  "bold": {
753
1264
  "value": 700,
1265
+ "public": true,
754
1266
  "filePath": "tokens/typography/base/font-weight.json",
755
1267
  "isSource": true,
756
1268
  "original": {
757
- "value": 700
1269
+ "value": 700,
1270
+ "public": true
758
1271
  },
759
1272
  "name": "typography-font-weight-bold",
760
1273
  "attributes": {
@@ -770,10 +1283,12 @@
770
1283
  },
771
1284
  "extrabold": {
772
1285
  "value": 800,
1286
+ "public": true,
773
1287
  "filePath": "tokens/typography/base/font-weight.json",
774
1288
  "isSource": true,
775
1289
  "original": {
776
- "value": 800
1290
+ "value": 800,
1291
+ "public": true
777
1292
  },
778
1293
  "name": "typography-font-weight-extrabold",
779
1294
  "attributes": {
@@ -791,12 +1306,14 @@
791
1306
  "letter-spacing": {
792
1307
  "XL": {
793
1308
  "value": "0.06",
794
- "defaultUnit": "em",
1309
+ "defaultUnit": "rem",
1310
+ "public": true,
795
1311
  "filePath": "tokens/typography/base/letter-spacing.json",
796
1312
  "isSource": true,
797
1313
  "original": {
798
1314
  "value": "0.06",
799
- "defaultUnit": "em"
1315
+ "defaultUnit": "rem",
1316
+ "public": true
800
1317
  },
801
1318
  "name": "typography-letter-spacing-xl",
802
1319
  "attributes": {
@@ -812,12 +1329,14 @@
812
1329
  },
813
1330
  "L": {
814
1331
  "value": "0.04",
815
- "defaultUnit": "em",
1332
+ "defaultUnit": "rem",
1333
+ "public": true,
816
1334
  "filePath": "tokens/typography/base/letter-spacing.json",
817
1335
  "isSource": true,
818
1336
  "original": {
819
1337
  "value": "0.04",
820
- "defaultUnit": "em"
1338
+ "defaultUnit": "rem",
1339
+ "public": true
821
1340
  },
822
1341
  "name": "typography-letter-spacing-l",
823
1342
  "attributes": {
@@ -833,12 +1352,14 @@
833
1352
  },
834
1353
  "M": {
835
1354
  "value": "0.02",
836
- "defaultUnit": "em",
1355
+ "defaultUnit": "rem",
1356
+ "public": true,
837
1357
  "filePath": "tokens/typography/base/letter-spacing.json",
838
1358
  "isSource": true,
839
1359
  "original": {
840
1360
  "value": "0.02",
841
- "defaultUnit": "em"
1361
+ "defaultUnit": "rem",
1362
+ "public": true
842
1363
  },
843
1364
  "name": "typography-letter-spacing-m",
844
1365
  "attributes": {
@@ -854,12 +1375,14 @@
854
1375
  },
855
1376
  "S": {
856
1377
  "value": "0.01",
857
- "defaultUnit": "em",
1378
+ "defaultUnit": "rem",
1379
+ "public": true,
858
1380
  "filePath": "tokens/typography/base/letter-spacing.json",
859
1381
  "isSource": true,
860
1382
  "original": {
861
1383
  "value": "0.01",
862
- "defaultUnit": "em"
1384
+ "defaultUnit": "rem",
1385
+ "public": true
863
1386
  },
864
1387
  "name": "typography-letter-spacing-s",
865
1388
  "attributes": {
@@ -875,12 +1398,35 @@
875
1398
  }
876
1399
  },
877
1400
  "line-height": {
1401
+ "XL": {
1402
+ "value": "195%",
1403
+ "public": true,
1404
+ "filePath": "tokens/typography/base/line-height.json",
1405
+ "isSource": true,
1406
+ "original": {
1407
+ "value": "195%",
1408
+ "public": true
1409
+ },
1410
+ "name": "typography-line-height-xl",
1411
+ "attributes": {
1412
+ "category": "typography",
1413
+ "type": "line-height",
1414
+ "item": "XL"
1415
+ },
1416
+ "path": [
1417
+ "typography",
1418
+ "line-height",
1419
+ "XL"
1420
+ ]
1421
+ },
878
1422
  "L": {
879
- "value": "195.3%",
1423
+ "value": "170%",
1424
+ "public": true,
880
1425
  "filePath": "tokens/typography/base/line-height.json",
881
1426
  "isSource": true,
882
1427
  "original": {
883
- "value": "195.3%"
1428
+ "value": "170%",
1429
+ "public": true
884
1430
  },
885
1431
  "name": "typography-line-height-l",
886
1432
  "attributes": {
@@ -895,11 +1441,13 @@
895
1441
  ]
896
1442
  },
897
1443
  "M": {
898
- "value": "156.3%",
1444
+ "value": "140%",
1445
+ "public": true,
899
1446
  "filePath": "tokens/typography/base/line-height.json",
900
1447
  "isSource": true,
901
1448
  "original": {
902
- "value": "156.3%"
1449
+ "value": "140%",
1450
+ "public": true
903
1451
  },
904
1452
  "name": "typography-line-height-m",
905
1453
  "attributes": {
@@ -914,11 +1462,13 @@
914
1462
  ]
915
1463
  },
916
1464
  "S": {
917
- "value": "125%",
1465
+ "value": "120%",
1466
+ "public": true,
918
1467
  "filePath": "tokens/typography/base/line-height.json",
919
1468
  "isSource": true,
920
1469
  "original": {
921
- "value": "125%"
1470
+ "value": "120%",
1471
+ "public": true
922
1472
  },
923
1473
  "name": "typography-line-height-s",
924
1474
  "attributes": {
@@ -933,36 +1483,61 @@
933
1483
  ]
934
1484
  }
935
1485
  },
936
- "scale-ratio": {
937
- "value": "1.25",
938
- "comment": "The base ratio/multiplier of the typographic scale.",
939
- "filePath": "tokens/typography/base/size.json",
940
- "isSource": true,
941
- "original": {
942
- "value": "1.25",
943
- "comment": "The base ratio/multiplier of the typographic scale."
944
- },
945
- "name": "typography-scale-ratio",
946
- "attributes": {
947
- "category": "typography",
948
- "type": "scale-ratio"
1486
+ "multiplier": {
1487
+ "small": {
1488
+ "value": "0.75",
1489
+ "public": true,
1490
+ "filePath": "tokens/typography/base/multipliers.json",
1491
+ "isSource": true,
1492
+ "original": {
1493
+ "value": "0.75",
1494
+ "public": true
1495
+ },
1496
+ "name": "typography-multiplier-small",
1497
+ "attributes": {
1498
+ "category": "typography",
1499
+ "type": "multiplier",
1500
+ "item": "small"
1501
+ },
1502
+ "path": [
1503
+ "typography",
1504
+ "multiplier",
1505
+ "small"
1506
+ ]
949
1507
  },
950
- "path": [
951
- "typography",
952
- "scale-ratio"
953
- ]
1508
+ "medium": {
1509
+ "value": "0.85",
1510
+ "public": true,
1511
+ "filePath": "tokens/typography/base/multipliers.json",
1512
+ "isSource": true,
1513
+ "original": {
1514
+ "value": "0.85",
1515
+ "public": true
1516
+ },
1517
+ "name": "typography-multiplier-medium",
1518
+ "attributes": {
1519
+ "category": "typography",
1520
+ "type": "multiplier",
1521
+ "item": "medium"
1522
+ },
1523
+ "path": [
1524
+ "typography",
1525
+ "multiplier",
1526
+ "medium"
1527
+ ]
1528
+ }
954
1529
  },
955
1530
  "size": {
956
1531
  "4XL": {
957
1532
  "value": "3.052",
958
- "formula": "1.25**5",
959
- "defaultUnit": "em",
1533
+ "defaultUnit": "rem",
1534
+ "public": true,
960
1535
  "filePath": "tokens/typography/base/size.json",
961
1536
  "isSource": true,
962
1537
  "original": {
963
1538
  "value": "3.052",
964
- "formula": "{typography.scale-ratio}**5",
965
- "defaultUnit": "em"
1539
+ "defaultUnit": "rem",
1540
+ "public": true
966
1541
  },
967
1542
  "name": "typography-size-4-xl",
968
1543
  "attributes": {
@@ -977,15 +1552,15 @@
977
1552
  ]
978
1553
  },
979
1554
  "3XL": {
980
- "value": "2.441",
981
- "formula": "1.25**4",
982
- "defaultUnit": "em",
1555
+ "value": "2.074",
1556
+ "defaultUnit": "rem",
1557
+ "public": true,
983
1558
  "filePath": "tokens/typography/base/size.json",
984
1559
  "isSource": true,
985
1560
  "original": {
986
- "value": "2.441",
987
- "formula": "{typography.scale-ratio}**4",
988
- "defaultUnit": "em"
1561
+ "value": "2.074",
1562
+ "defaultUnit": "rem",
1563
+ "public": true
989
1564
  },
990
1565
  "name": "typography-size-3-xl",
991
1566
  "attributes": {
@@ -1000,15 +1575,15 @@
1000
1575
  ]
1001
1576
  },
1002
1577
  "2XL": {
1003
- "value": "1.953",
1004
- "formula": "1.25**3",
1005
- "defaultUnit": "em",
1578
+ "value": "1.728",
1579
+ "defaultUnit": "rem",
1580
+ "public": true,
1006
1581
  "filePath": "tokens/typography/base/size.json",
1007
1582
  "isSource": true,
1008
1583
  "original": {
1009
- "value": "1.953",
1010
- "formula": "{typography.scale-ratio}**3",
1011
- "defaultUnit": "em"
1584
+ "value": "1.728",
1585
+ "defaultUnit": "rem",
1586
+ "public": true
1012
1587
  },
1013
1588
  "name": "typography-size-2-xl",
1014
1589
  "attributes": {
@@ -1023,15 +1598,15 @@
1023
1598
  ]
1024
1599
  },
1025
1600
  "XL": {
1026
- "value": "1.563",
1027
- "formula": "1.25**2",
1028
- "defaultUnit": "em",
1601
+ "value": "1.44",
1602
+ "defaultUnit": "rem",
1603
+ "public": true,
1029
1604
  "filePath": "tokens/typography/base/size.json",
1030
1605
  "isSource": true,
1031
1606
  "original": {
1032
- "value": "1.563",
1033
- "formula": "{typography.scale-ratio}**2",
1034
- "defaultUnit": "em"
1607
+ "value": "1.44",
1608
+ "defaultUnit": "rem",
1609
+ "public": true
1035
1610
  },
1036
1611
  "name": "typography-size-xl",
1037
1612
  "attributes": {
@@ -1046,15 +1621,15 @@
1046
1621
  ]
1047
1622
  },
1048
1623
  "L": {
1049
- "value": "1.25",
1050
- "formula": "1.25**1",
1051
- "defaultUnit": "em",
1624
+ "value": "1.2",
1625
+ "defaultUnit": "rem",
1626
+ "public": true,
1052
1627
  "filePath": "tokens/typography/base/size.json",
1053
1628
  "isSource": true,
1054
1629
  "original": {
1055
- "value": "1.25",
1056
- "formula": "{typography.scale-ratio}**1",
1057
- "defaultUnit": "em"
1630
+ "value": "1.2",
1631
+ "defaultUnit": "rem",
1632
+ "public": true
1058
1633
  },
1059
1634
  "name": "typography-size-l",
1060
1635
  "attributes": {
@@ -1071,13 +1646,15 @@
1071
1646
  "M": {
1072
1647
  "value": "1",
1073
1648
  "comment": "Base value.",
1074
- "defaultUnit": "em",
1649
+ "defaultUnit": "rem",
1650
+ "public": true,
1075
1651
  "filePath": "tokens/typography/base/size.json",
1076
1652
  "isSource": true,
1077
1653
  "original": {
1078
1654
  "value": "1",
1079
1655
  "comment": "Base value.",
1080
- "defaultUnit": "em"
1656
+ "defaultUnit": "rem",
1657
+ "public": true
1081
1658
  },
1082
1659
  "name": "typography-size-m",
1083
1660
  "attributes": {
@@ -1093,14 +1670,14 @@
1093
1670
  },
1094
1671
  "S": {
1095
1672
  "value": "0.875",
1096
- "formula": "1.25**-1",
1097
- "defaultUnit": "em",
1673
+ "defaultUnit": "rem",
1674
+ "public": true,
1098
1675
  "filePath": "tokens/typography/base/size.json",
1099
1676
  "isSource": true,
1100
1677
  "original": {
1101
1678
  "value": "0.875",
1102
- "formula": "{typography.scale-ratio}**-1",
1103
- "defaultUnit": "em"
1679
+ "defaultUnit": "rem",
1680
+ "public": true
1104
1681
  },
1105
1682
  "name": "typography-size-s",
1106
1683
  "attributes": {
@@ -1116,14 +1693,14 @@
1116
1693
  },
1117
1694
  "XS": {
1118
1695
  "value": "0.75",
1119
- "formula": "1.25**-2",
1120
- "defaultUnit": "em",
1696
+ "defaultUnit": "rem",
1697
+ "public": true,
1121
1698
  "filePath": "tokens/typography/base/size.json",
1122
1699
  "isSource": true,
1123
1700
  "original": {
1124
1701
  "value": "0.75",
1125
- "formula": "{typography.scale-ratio}**-2",
1126
- "defaultUnit": "em"
1702
+ "defaultUnit": "rem",
1703
+ "public": true
1127
1704
  },
1128
1705
  "name": "typography-size-xs",
1129
1706
  "attributes": {
@@ -1139,4 +1716,4 @@
1139
1716
  }
1140
1717
  }
1141
1718
  }
1142
- }
1719
+ }