@pantheon-systems/pds-design-tokens 1.0.0-dev.1 → 1.0.0-dev.100

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,69 +1,265 @@
1
1
  {
2
2
  "animation": {
3
- "transition": {
4
- "delay": {
5
- "value": "0s",
3
+ "focus": {
4
+ "transition": {
5
+ "value": "outline 200ms ease-in-out 0s",
6
6
  "public": true,
7
- "filePath": "tokens/animation/base.json",
7
+ "filePath": "tokens/animation/alias.json",
8
8
  "isSource": true,
9
9
  "original": {
10
- "value": "0s",
10
+ "value": "outline {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
11
11
  "public": true
12
12
  },
13
- "name": "animation-transition-delay",
13
+ "name": "animation-focus-transition",
14
14
  "attributes": {
15
15
  "category": "animation",
16
- "type": "transition",
17
- "item": "delay"
16
+ "type": "focus",
17
+ "item": "transition"
18
18
  },
19
19
  "path": [
20
20
  "animation",
21
- "transition",
22
- "delay"
21
+ "focus",
22
+ "transition"
23
23
  ]
24
- },
25
- "duration": {
26
- "value": "200ms",
24
+ }
25
+ },
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": "200ms",
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-duration",
36
+ "name": "animation-rotation-transition",
35
37
  "attributes": {
36
38
  "category": "animation",
37
- "type": "transition",
38
- "item": "duration"
39
+ "type": "rotation",
40
+ "item": "transition"
39
41
  },
40
42
  "path": [
41
43
  "animation",
42
- "transition",
43
- "duration"
44
+ "rotation",
45
+ "transition"
44
46
  ]
45
- },
46
- "timing-function": {
47
- "value": "ease-in-out",
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": "ease-in-out",
56
+ "value": "all {animation.transition.reveal.duration.value} {animation.transition.default.timing-function.value}",
57
+ "public": true
58
+ },
59
+ "name": "animation-reveal-transition",
60
+ "attributes": {
61
+ "category": "animation",
62
+ "type": "reveal",
63
+ "item": "transition"
64
+ },
65
+ "path": [
66
+ "animation",
67
+ "reveal",
68
+ "transition"
69
+ ]
70
+ }
71
+ },
72
+ "button": {
73
+ "transition": {
74
+ "value": "all 200ms ease-in-out 0s",
75
+ "public": true,
76
+ "filePath": "tokens/animation/alias.json",
77
+ "isSource": true,
78
+ "original": {
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}",
53
126
  "public": true
54
127
  },
55
- "name": "animation-transition-timing-function",
128
+ "name": "animation-link-transition",
56
129
  "attributes": {
57
130
  "category": "animation",
58
- "type": "transition",
59
- "item": "timing-function"
131
+ "type": "link",
132
+ "item": "transition"
60
133
  },
61
134
  "path": [
62
135
  "animation",
63
- "transition",
64
- "timing-function"
136
+ "link",
137
+ "transition"
65
138
  ]
66
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
+ }
67
263
  }
68
264
  },
69
265
  "border": {
@@ -90,6 +286,52 @@
90
286
  "radius",
91
287
  "default"
92
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
+ ]
93
335
  }
94
336
  },
95
337
  "width": {
@@ -118,158 +360,554 @@
118
360
  }
119
361
  }
120
362
  },
121
- "grid": {
122
- "columns-4": {
363
+ "container": {
364
+ "modal": {
123
365
  "width": {
124
- "value": "20.875%",
125
- "filePath": "tokens/grid/base.json",
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",
126
442
  "isSource": true,
127
443
  "original": {
128
- "value": "20.875%"
444
+ "value": "1024px",
445
+ "public": true
129
446
  },
130
- "name": "grid-columns-4-width",
447
+ "name": "container-max-width-narrow",
131
448
  "attributes": {
132
- "category": "grid",
133
- "type": "columns-4",
134
- "item": "width"
449
+ "category": "container",
450
+ "type": "max-width",
451
+ "item": "narrow"
135
452
  },
136
453
  "path": [
137
- "grid",
138
- "columns-4",
139
- "width"
454
+ "container",
455
+ "max-width",
456
+ "narrow"
140
457
  ]
141
458
  },
142
- "gap": {
143
- "value": "5.5%",
144
- "filePath": "tokens/grid/base.json",
459
+ "standard": {
460
+ "value": "1200px",
461
+ "public": true,
462
+ "filePath": "tokens/container/base.json",
145
463
  "isSource": true,
146
464
  "original": {
147
- "value": "5.5%"
465
+ "value": "1200px",
466
+ "public": true
148
467
  },
149
- "name": "grid-columns-4-gap",
468
+ "name": "container-max-width-standard",
150
469
  "attributes": {
151
- "category": "grid",
152
- "type": "columns-4",
153
- "item": "gap"
470
+ "category": "container",
471
+ "type": "max-width",
472
+ "item": "standard"
154
473
  },
155
474
  "path": [
156
- "grid",
157
- "columns-4",
158
- "gap"
475
+ "container",
476
+ "max-width",
477
+ "standard"
159
478
  ]
160
- }
161
- },
162
- "columns-6": {
163
- "width": {
164
- "value": "14.53125%",
165
- "filePath": "tokens/grid/base.json",
479
+ },
480
+ "wide": {
481
+ "value": "1440px",
482
+ "public": true,
483
+ "filePath": "tokens/container/base.json",
166
484
  "isSource": true,
167
485
  "original": {
168
- "value": "14.53125%"
486
+ "value": "1440px",
487
+ "public": true
169
488
  },
170
- "name": "grid-columns-6-width",
489
+ "name": "container-max-width-wide",
171
490
  "attributes": {
172
- "category": "grid",
173
- "type": "columns-6",
174
- "item": "width"
491
+ "category": "container",
492
+ "type": "max-width",
493
+ "item": "wide"
175
494
  },
176
495
  "path": [
177
- "grid",
178
- "columns-6",
179
- "width"
496
+ "container",
497
+ "max-width",
498
+ "wide"
180
499
  ]
181
500
  },
182
- "gap": {
183
- "value": "2.5625%",
184
- "filePath": "tokens/grid/base.json",
501
+ "x-wide": {
502
+ "value": "1600px",
503
+ "public": true,
504
+ "filePath": "tokens/container/base.json",
185
505
  "isSource": true,
186
506
  "original": {
187
- "value": "2.5625%"
507
+ "value": "1600px",
508
+ "public": true
188
509
  },
189
- "name": "grid-columns-6-gap",
510
+ "name": "container-max-width-x-wide",
190
511
  "attributes": {
191
- "category": "grid",
192
- "type": "columns-6",
193
- "item": "gap"
512
+ "category": "container",
513
+ "type": "max-width",
514
+ "item": "x-wide"
194
515
  },
195
516
  "path": [
196
- "grid",
197
- "columns-6",
198
- "gap"
517
+ "container",
518
+ "max-width",
519
+ "x-wide"
199
520
  ]
200
521
  }
201
522
  },
202
- "columns-12": {
203
- "width": {
204
- "value": "6.5%",
205
- "filePath": "tokens/grid/base.json",
523
+ "padding": {
524
+ "small": {
525
+ "value": "5%",
526
+ "public": true,
527
+ "filePath": "tokens/container/base.json",
206
528
  "isSource": true,
207
529
  "original": {
208
- "value": "6.5%"
530
+ "value": "5%",
531
+ "public": true
209
532
  },
210
- "name": "grid-columns-12-width",
533
+ "name": "container-padding-small",
211
534
  "attributes": {
212
- "category": "grid",
213
- "type": "columns-12",
214
- "item": "width"
535
+ "category": "container",
536
+ "type": "padding",
537
+ "item": "small"
215
538
  },
216
539
  "path": [
217
- "grid",
218
- "columns-12",
219
- "width"
540
+ "container",
541
+ "padding",
542
+ "small"
543
+ ]
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"
220
564
  ]
221
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": {
222
591
  "gap": {
223
- "value": "2%",
592
+ "value": "5.5%",
224
593
  "filePath": "tokens/grid/base.json",
225
594
  "isSource": true,
226
595
  "original": {
227
- "value": "2%"
596
+ "value": "5.5%"
228
597
  },
229
- "name": "grid-columns-12-gap",
598
+ "name": "grid-columns-4-gap",
230
599
  "attributes": {
231
600
  "category": "grid",
232
- "type": "columns-12",
601
+ "type": "columns-4",
233
602
  "item": "gap"
234
603
  },
235
604
  "path": [
236
605
  "grid",
237
- "columns-12",
606
+ "columns-4",
238
607
  "gap"
239
608
  ]
240
609
  }
610
+ },
611
+ "columns-12": {
612
+ "bp-md": {
613
+ "gap": {
614
+ "narrow": {
615
+ "value": "1.25",
616
+ "filePath": "tokens/grid/base.json",
617
+ "isSource": true,
618
+ "original": {
619
+ "value": "{spacing.L.value}"
620
+ },
621
+ "name": "grid-columns-12-bp-md-gap-narrow",
622
+ "attributes": {
623
+ "category": "grid",
624
+ "type": "columns-12",
625
+ "item": "bp-md",
626
+ "subitem": "gap",
627
+ "state": "narrow"
628
+ },
629
+ "path": [
630
+ "grid",
631
+ "columns-12",
632
+ "bp-md",
633
+ "gap",
634
+ "narrow"
635
+ ]
636
+ },
637
+ "standard": {
638
+ "value": "1.563",
639
+ "filePath": "tokens/grid/base.json",
640
+ "isSource": true,
641
+ "original": {
642
+ "value": "{spacing.XL.value}"
643
+ },
644
+ "name": "grid-columns-12-bp-md-gap-standard",
645
+ "attributes": {
646
+ "category": "grid",
647
+ "type": "columns-12",
648
+ "item": "bp-md",
649
+ "subitem": "gap",
650
+ "state": "standard"
651
+ },
652
+ "path": [
653
+ "grid",
654
+ "columns-12",
655
+ "bp-md",
656
+ "gap",
657
+ "standard"
658
+ ]
659
+ },
660
+ "wide": {
661
+ "value": "1.953",
662
+ "filePath": "tokens/grid/base.json",
663
+ "isSource": true,
664
+ "original": {
665
+ "value": "{spacing.2XL.value}"
666
+ },
667
+ "name": "grid-columns-12-bp-md-gap-wide",
668
+ "attributes": {
669
+ "category": "grid",
670
+ "type": "columns-12",
671
+ "item": "bp-md",
672
+ "subitem": "gap",
673
+ "state": "wide"
674
+ },
675
+ "path": [
676
+ "grid",
677
+ "columns-12",
678
+ "bp-md",
679
+ "gap",
680
+ "wide"
681
+ ]
682
+ }
683
+ }
684
+ },
685
+ "bp-lg": {
686
+ "gap": {
687
+ "narrow": {
688
+ "value": "1.563",
689
+ "filePath": "tokens/grid/base.json",
690
+ "isSource": true,
691
+ "original": {
692
+ "value": "{spacing.XL.value}"
693
+ },
694
+ "name": "grid-columns-12-bp-lg-gap-narrow",
695
+ "attributes": {
696
+ "category": "grid",
697
+ "type": "columns-12",
698
+ "item": "bp-lg",
699
+ "subitem": "gap",
700
+ "state": "narrow"
701
+ },
702
+ "path": [
703
+ "grid",
704
+ "columns-12",
705
+ "bp-lg",
706
+ "gap",
707
+ "narrow"
708
+ ]
709
+ },
710
+ "standard": {
711
+ "value": "1.953",
712
+ "filePath": "tokens/grid/base.json",
713
+ "isSource": true,
714
+ "original": {
715
+ "value": "{spacing.2XL.value}"
716
+ },
717
+ "name": "grid-columns-12-bp-lg-gap-standard",
718
+ "attributes": {
719
+ "category": "grid",
720
+ "type": "columns-12",
721
+ "item": "bp-lg",
722
+ "subitem": "gap",
723
+ "state": "standard"
724
+ },
725
+ "path": [
726
+ "grid",
727
+ "columns-12",
728
+ "bp-lg",
729
+ "gap",
730
+ "standard"
731
+ ]
732
+ },
733
+ "wide": {
734
+ "value": "2.441",
735
+ "filePath": "tokens/grid/base.json",
736
+ "isSource": true,
737
+ "original": {
738
+ "value": "{spacing.3XL.value}"
739
+ },
740
+ "name": "grid-columns-12-bp-lg-gap-wide",
741
+ "attributes": {
742
+ "category": "grid",
743
+ "type": "columns-12",
744
+ "item": "bp-lg",
745
+ "subitem": "gap",
746
+ "state": "wide"
747
+ },
748
+ "path": [
749
+ "grid",
750
+ "columns-12",
751
+ "bp-lg",
752
+ "gap",
753
+ "wide"
754
+ ]
755
+ }
756
+ }
757
+ }
758
+ },
759
+ "marketing": {
760
+ "column": {
761
+ "small": {
762
+ "value": "21.34375%",
763
+ "public": true,
764
+ "filePath": "tokens/grid/base.json",
765
+ "isSource": true,
766
+ "original": {
767
+ "value": "21.34375%",
768
+ "public": true
769
+ },
770
+ "name": "grid-marketing-column-small",
771
+ "attributes": {
772
+ "category": "grid",
773
+ "type": "marketing",
774
+ "item": "column",
775
+ "subitem": "small"
776
+ },
777
+ "path": [
778
+ "grid",
779
+ "marketing",
780
+ "column",
781
+ "small"
782
+ ]
783
+ },
784
+ "medium-large": {
785
+ "value": "5.125%",
786
+ "public": true,
787
+ "filePath": "tokens/grid/base.json",
788
+ "isSource": true,
789
+ "original": {
790
+ "value": "5.125%",
791
+ "public": true
792
+ },
793
+ "name": "grid-marketing-column-medium-large",
794
+ "attributes": {
795
+ "category": "grid",
796
+ "type": "marketing",
797
+ "item": "column",
798
+ "subitem": "medium-large"
799
+ },
800
+ "path": [
801
+ "grid",
802
+ "marketing",
803
+ "column",
804
+ "medium-large"
805
+ ]
806
+ }
807
+ },
808
+ "gap": {
809
+ "small": {
810
+ "value": "4.875%",
811
+ "public": true,
812
+ "filePath": "tokens/grid/base.json",
813
+ "isSource": true,
814
+ "original": {
815
+ "value": "4.875%",
816
+ "public": true
817
+ },
818
+ "name": "grid-marketing-gap-small",
819
+ "attributes": {
820
+ "category": "grid",
821
+ "type": "marketing",
822
+ "item": "gap",
823
+ "subitem": "small"
824
+ },
825
+ "path": [
826
+ "grid",
827
+ "marketing",
828
+ "gap",
829
+ "small"
830
+ ]
831
+ },
832
+ "medium-large": {
833
+ "value": "3.5%",
834
+ "public": true,
835
+ "filePath": "tokens/grid/base.json",
836
+ "isSource": true,
837
+ "original": {
838
+ "value": "3.5%",
839
+ "public": true
840
+ },
841
+ "name": "grid-marketing-gap-medium-large",
842
+ "attributes": {
843
+ "category": "grid",
844
+ "type": "marketing",
845
+ "item": "gap",
846
+ "subitem": "medium-large"
847
+ },
848
+ "path": [
849
+ "grid",
850
+ "marketing",
851
+ "gap",
852
+ "medium-large"
853
+ ]
854
+ }
855
+ }
241
856
  }
242
857
  },
243
858
  "spacing": {
244
- "scale-ratio": {
245
- "value": "1.25",
246
- "comment": "Base ratio/multiplier",
859
+ "8XL": {
860
+ "value": "7.451",
861
+ "defaultUnit": "rem",
862
+ "public": true,
247
863
  "filePath": "tokens/spacing/base.json",
248
864
  "isSource": true,
249
865
  "original": {
250
- "value": "1.25",
251
- "comment": "Base ratio/multiplier"
866
+ "value": "7.451",
867
+ "defaultUnit": "rem",
868
+ "public": true
869
+ },
870
+ "name": "spacing-8-xl",
871
+ "attributes": {
872
+ "category": "spacing",
873
+ "type": "8XL"
874
+ },
875
+ "path": [
876
+ "spacing",
877
+ "8XL"
878
+ ]
879
+ },
880
+ "7XL": {
881
+ "value": "5.96",
882
+ "defaultUnit": "rem",
883
+ "public": true,
884
+ "filePath": "tokens/spacing/base.json",
885
+ "isSource": true,
886
+ "original": {
887
+ "value": "5.96",
888
+ "defaultUnit": "rem",
889
+ "public": true
252
890
  },
253
- "name": "spacing-scale-ratio",
891
+ "name": "spacing-7-xl",
254
892
  "attributes": {
255
893
  "category": "spacing",
256
- "type": "scale-ratio"
894
+ "type": "7XL"
257
895
  },
258
896
  "path": [
259
897
  "spacing",
260
- "scale-ratio"
898
+ "7XL"
261
899
  ]
262
900
  },
263
901
  "6XL": {
264
902
  "value": "4.678",
265
- "formula": "1.25**7",
266
903
  "defaultUnit": "rem",
904
+ "public": true,
267
905
  "filePath": "tokens/spacing/base.json",
268
906
  "isSource": true,
269
907
  "original": {
270
908
  "value": "4.678",
271
- "formula": "{spacing.scale-ratio}**7",
272
- "defaultUnit": "rem"
909
+ "defaultUnit": "rem",
910
+ "public": true
273
911
  },
274
912
  "name": "spacing-6-xl",
275
913
  "attributes": {
@@ -283,14 +921,14 @@
283
921
  },
284
922
  "5XL": {
285
923
  "value": "3.815",
286
- "formula": "1.25**6",
287
924
  "defaultUnit": "rem",
925
+ "public": true,
288
926
  "filePath": "tokens/spacing/base.json",
289
927
  "isSource": true,
290
928
  "original": {
291
929
  "value": "3.815",
292
- "formula": "{spacing.scale-ratio}**6",
293
- "defaultUnit": "rem"
930
+ "defaultUnit": "rem",
931
+ "public": true
294
932
  },
295
933
  "name": "spacing-5-xl",
296
934
  "attributes": {
@@ -304,14 +942,14 @@
304
942
  },
305
943
  "4XL": {
306
944
  "value": "3.052",
307
- "formula": "1.25**5",
308
945
  "defaultUnit": "rem",
946
+ "public": true,
309
947
  "filePath": "tokens/spacing/base.json",
310
948
  "isSource": true,
311
949
  "original": {
312
950
  "value": "3.052",
313
- "formula": "{spacing.scale-ratio}**5",
314
- "defaultUnit": "rem"
951
+ "defaultUnit": "rem",
952
+ "public": true
315
953
  },
316
954
  "name": "spacing-4-xl",
317
955
  "attributes": {
@@ -325,14 +963,14 @@
325
963
  },
326
964
  "3XL": {
327
965
  "value": "2.441",
328
- "formula": "1.25**4",
329
966
  "defaultUnit": "rem",
967
+ "public": true,
330
968
  "filePath": "tokens/spacing/base.json",
331
969
  "isSource": true,
332
970
  "original": {
333
971
  "value": "2.441",
334
- "formula": "{spacing.scale-ratio}**4",
335
- "defaultUnit": "rem"
972
+ "defaultUnit": "rem",
973
+ "public": true
336
974
  },
337
975
  "name": "spacing-3-xl",
338
976
  "attributes": {
@@ -346,14 +984,14 @@
346
984
  },
347
985
  "2XL": {
348
986
  "value": "1.953",
349
- "formula": "1.25**3",
350
987
  "defaultUnit": "rem",
988
+ "public": true,
351
989
  "filePath": "tokens/spacing/base.json",
352
990
  "isSource": true,
353
991
  "original": {
354
992
  "value": "1.953",
355
- "formula": "{spacing.scale-ratio}**3",
356
- "defaultUnit": "rem"
993
+ "defaultUnit": "rem",
994
+ "public": true
357
995
  },
358
996
  "name": "spacing-2-xl",
359
997
  "attributes": {
@@ -367,14 +1005,14 @@
367
1005
  },
368
1006
  "XL": {
369
1007
  "value": "1.563",
370
- "formula": "1.25**2",
371
1008
  "defaultUnit": "rem",
1009
+ "public": true,
372
1010
  "filePath": "tokens/spacing/base.json",
373
1011
  "isSource": true,
374
1012
  "original": {
375
1013
  "value": "1.563",
376
- "formula": "{spacing.scale-ratio}**2",
377
- "defaultUnit": "rem"
1014
+ "defaultUnit": "rem",
1015
+ "public": true
378
1016
  },
379
1017
  "name": "spacing-xl",
380
1018
  "attributes": {
@@ -388,14 +1026,14 @@
388
1026
  },
389
1027
  "L": {
390
1028
  "value": "1.25",
391
- "formula": "1.25**1",
392
1029
  "defaultUnit": "rem",
1030
+ "public": true,
393
1031
  "filePath": "tokens/spacing/base.json",
394
1032
  "isSource": true,
395
1033
  "original": {
396
1034
  "value": "1.25",
397
- "formula": "{spacing.scale-ratio}**1",
398
- "defaultUnit": "rem"
1035
+ "defaultUnit": "rem",
1036
+ "public": true
399
1037
  },
400
1038
  "name": "spacing-l",
401
1039
  "attributes": {
@@ -410,11 +1048,13 @@
410
1048
  "M": {
411
1049
  "value": "1",
412
1050
  "defaultUnit": "rem",
1051
+ "public": true,
413
1052
  "filePath": "tokens/spacing/base.json",
414
1053
  "isSource": true,
415
1054
  "original": {
416
1055
  "value": "1",
417
- "defaultUnit": "rem"
1056
+ "defaultUnit": "rem",
1057
+ "public": true
418
1058
  },
419
1059
  "name": "spacing-m",
420
1060
  "attributes": {
@@ -428,14 +1068,14 @@
428
1068
  },
429
1069
  "S": {
430
1070
  "value": "0.8",
431
- "formula": "1.25**-1",
432
1071
  "defaultUnit": "rem",
1072
+ "public": true,
433
1073
  "filePath": "tokens/spacing/base.json",
434
1074
  "isSource": true,
435
1075
  "original": {
436
1076
  "value": "0.8",
437
- "formula": "{spacing.scale-ratio}**-1",
438
- "defaultUnit": "rem"
1077
+ "defaultUnit": "rem",
1078
+ "public": true
439
1079
  },
440
1080
  "name": "spacing-s",
441
1081
  "attributes": {
@@ -449,14 +1089,14 @@
449
1089
  },
450
1090
  "XS": {
451
1091
  "value": "0.64",
452
- "formula": "1.25**-2",
453
1092
  "defaultUnit": "rem",
1093
+ "public": true,
454
1094
  "filePath": "tokens/spacing/base.json",
455
1095
  "isSource": true,
456
1096
  "original": {
457
1097
  "value": "0.64",
458
- "formula": "{spacing.scale-ratio}**-2",
459
- "defaultUnit": "rem"
1098
+ "defaultUnit": "rem",
1099
+ "public": true
460
1100
  },
461
1101
  "name": "spacing-xs",
462
1102
  "attributes": {
@@ -470,14 +1110,14 @@
470
1110
  },
471
1111
  "2XS": {
472
1112
  "value": "0.512",
473
- "formula": "1.25**-3",
474
1113
  "defaultUnit": "rem",
1114
+ "public": true,
475
1115
  "filePath": "tokens/spacing/base.json",
476
1116
  "isSource": true,
477
1117
  "original": {
478
1118
  "value": "0.512",
479
- "formula": "{spacing.scale-ratio}**-3",
480
- "defaultUnit": "rem"
1119
+ "defaultUnit": "rem",
1120
+ "public": true
481
1121
  },
482
1122
  "name": "spacing-2-xs",
483
1123
  "attributes": {
@@ -491,14 +1131,14 @@
491
1131
  },
492
1132
  "3XS": {
493
1133
  "value": "0.41",
494
- "formula": "1.25**-4",
495
1134
  "defaultUnit": "rem",
1135
+ "public": true,
496
1136
  "filePath": "tokens/spacing/base.json",
497
1137
  "isSource": true,
498
1138
  "original": {
499
1139
  "value": "0.41",
500
- "formula": "{spacing.scale-ratio}**-4",
501
- "defaultUnit": "rem"
1140
+ "defaultUnit": "rem",
1141
+ "public": true
502
1142
  },
503
1143
  "name": "spacing-3-xs",
504
1144
  "attributes": {
@@ -512,14 +1152,14 @@
512
1152
  },
513
1153
  "4XS": {
514
1154
  "value": "0.328",
515
- "formula": "1.25**-5",
516
1155
  "defaultUnit": "rem",
1156
+ "public": true,
517
1157
  "filePath": "tokens/spacing/base.json",
518
1158
  "isSource": true,
519
1159
  "original": {
520
1160
  "value": "0.328",
521
- "formula": "{spacing.scale-ratio}**-5",
522
- "defaultUnit": "rem"
1161
+ "defaultUnit": "rem",
1162
+ "public": true
523
1163
  },
524
1164
  "name": "spacing-4-xs",
525
1165
  "attributes": {
@@ -530,6 +1170,48 @@
530
1170
  "spacing",
531
1171
  "4XS"
532
1172
  ]
1173
+ },
1174
+ "5XS": {
1175
+ "value": "0.25",
1176
+ "defaultUnit": "rem",
1177
+ "public": true,
1178
+ "filePath": "tokens/spacing/base.json",
1179
+ "isSource": true,
1180
+ "original": {
1181
+ "value": "0.25",
1182
+ "defaultUnit": "rem",
1183
+ "public": true
1184
+ },
1185
+ "name": "spacing-5-xs",
1186
+ "attributes": {
1187
+ "category": "spacing",
1188
+ "type": "5XS"
1189
+ },
1190
+ "path": [
1191
+ "spacing",
1192
+ "5XS"
1193
+ ]
1194
+ },
1195
+ "6XS": {
1196
+ "value": "0.125",
1197
+ "defaultUnit": "rem",
1198
+ "public": true,
1199
+ "filePath": "tokens/spacing/base.json",
1200
+ "isSource": true,
1201
+ "original": {
1202
+ "value": "0.125",
1203
+ "defaultUnit": "rem",
1204
+ "public": true
1205
+ },
1206
+ "name": "spacing-6-xs",
1207
+ "attributes": {
1208
+ "category": "spacing",
1209
+ "type": "6XS"
1210
+ },
1211
+ "path": [
1212
+ "spacing",
1213
+ "6XS"
1214
+ ]
533
1215
  }
534
1216
  },
535
1217
  "typography": {
@@ -555,6 +1237,48 @@
555
1237
  "default"
556
1238
  ]
557
1239
  },
1240
+ "secondary": {
1241
+ "value": "'Aleo', serif",
1242
+ "public": true,
1243
+ "filePath": "tokens/typography/alias/font.json",
1244
+ "isSource": true,
1245
+ "original": {
1246
+ "value": "'Aleo', serif",
1247
+ "public": true
1248
+ },
1249
+ "name": "typography-font-secondary",
1250
+ "attributes": {
1251
+ "category": "typography",
1252
+ "type": "font",
1253
+ "item": "secondary"
1254
+ },
1255
+ "path": [
1256
+ "typography",
1257
+ "font",
1258
+ "secondary"
1259
+ ]
1260
+ },
1261
+ "code": {
1262
+ "value": "'Source Code Pro', monospace",
1263
+ "public": true,
1264
+ "filePath": "tokens/typography/alias/font.json",
1265
+ "isSource": true,
1266
+ "original": {
1267
+ "value": "'Source Code Pro', monospace",
1268
+ "public": true
1269
+ },
1270
+ "name": "typography-font-code",
1271
+ "attributes": {
1272
+ "category": "typography",
1273
+ "type": "font",
1274
+ "item": "code"
1275
+ },
1276
+ "path": [
1277
+ "typography",
1278
+ "font",
1279
+ "code"
1280
+ ]
1281
+ },
558
1282
  "headings": {
559
1283
  "value": "'Poppins', sans-serif",
560
1284
  "filePath": "tokens/typography/alias/font.json",
@@ -598,7 +1322,7 @@
598
1322
  "filePath": "tokens/typography/alias/font.json",
599
1323
  "isSource": true,
600
1324
  "original": {
601
- "value": "'Aleo', serif"
1325
+ "value": "{typography.font.secondary.value}"
602
1326
  },
603
1327
  "name": "typography-font-lead",
604
1328
  "attributes": {
@@ -617,7 +1341,7 @@
617
1341
  "filePath": "tokens/typography/alias/font.json",
618
1342
  "isSource": true,
619
1343
  "original": {
620
- "value": "'Aleo', serif"
1344
+ "value": "{typography.font.secondary.value}"
621
1345
  },
622
1346
  "name": "typography-font-quote",
623
1347
  "attributes": {
@@ -651,11 +1375,11 @@
651
1375
  ]
652
1376
  },
653
1377
  "css-import": {
654
- "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'",
1378
+ "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Source+Code+Pro:wght@400;600&display=swap'",
655
1379
  "filePath": "tokens/typography/base/font.json",
656
1380
  "isSource": true,
657
1381
  "original": {
658
- "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'"
1382
+ "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Source+Code+Pro:wght@400;600&display=swap'"
659
1383
  },
660
1384
  "name": "typography-font-css-import",
661
1385
  "attributes": {
@@ -673,10 +1397,12 @@
673
1397
  "font-weight": {
674
1398
  "regular": {
675
1399
  "value": 400,
1400
+ "public": true,
676
1401
  "filePath": "tokens/typography/base/font-weight.json",
677
1402
  "isSource": true,
678
1403
  "original": {
679
- "value": 400
1404
+ "value": 400,
1405
+ "public": true
680
1406
  },
681
1407
  "name": "typography-font-weight-regular",
682
1408
  "attributes": {
@@ -690,31 +1416,14 @@
690
1416
  "regular"
691
1417
  ]
692
1418
  },
693
- "medium": {
694
- "value": 500,
695
- "filePath": "tokens/typography/base/font-weight.json",
696
- "isSource": true,
697
- "original": {
698
- "value": 500
699
- },
700
- "name": "typography-font-weight-medium",
701
- "attributes": {
702
- "category": "typography",
703
- "type": "font-weight",
704
- "item": "medium"
705
- },
706
- "path": [
707
- "typography",
708
- "font-weight",
709
- "medium"
710
- ]
711
- },
712
1419
  "semibold": {
713
1420
  "value": 600,
1421
+ "public": true,
714
1422
  "filePath": "tokens/typography/base/font-weight.json",
715
1423
  "isSource": true,
716
1424
  "original": {
717
- "value": 600
1425
+ "value": 600,
1426
+ "public": true
718
1427
  },
719
1428
  "name": "typography-font-weight-semibold",
720
1429
  "attributes": {
@@ -730,10 +1439,12 @@
730
1439
  },
731
1440
  "bold": {
732
1441
  "value": 700,
1442
+ "public": true,
733
1443
  "filePath": "tokens/typography/base/font-weight.json",
734
1444
  "isSource": true,
735
1445
  "original": {
736
- "value": 700
1446
+ "value": 700,
1447
+ "public": true
737
1448
  },
738
1449
  "name": "typography-font-weight-bold",
739
1450
  "attributes": {
@@ -749,10 +1460,12 @@
749
1460
  },
750
1461
  "extrabold": {
751
1462
  "value": 800,
1463
+ "public": true,
752
1464
  "filePath": "tokens/typography/base/font-weight.json",
753
1465
  "isSource": true,
754
1466
  "original": {
755
- "value": 800
1467
+ "value": 800,
1468
+ "public": true
756
1469
  },
757
1470
  "name": "typography-font-weight-extrabold",
758
1471
  "attributes": {
@@ -770,12 +1483,14 @@
770
1483
  "letter-spacing": {
771
1484
  "XL": {
772
1485
  "value": "0.06",
773
- "defaultUnit": "em",
1486
+ "defaultUnit": "rem",
1487
+ "public": true,
774
1488
  "filePath": "tokens/typography/base/letter-spacing.json",
775
1489
  "isSource": true,
776
1490
  "original": {
777
1491
  "value": "0.06",
778
- "defaultUnit": "em"
1492
+ "defaultUnit": "rem",
1493
+ "public": true
779
1494
  },
780
1495
  "name": "typography-letter-spacing-xl",
781
1496
  "attributes": {
@@ -791,12 +1506,14 @@
791
1506
  },
792
1507
  "L": {
793
1508
  "value": "0.04",
794
- "defaultUnit": "em",
1509
+ "defaultUnit": "rem",
1510
+ "public": true,
795
1511
  "filePath": "tokens/typography/base/letter-spacing.json",
796
1512
  "isSource": true,
797
1513
  "original": {
798
1514
  "value": "0.04",
799
- "defaultUnit": "em"
1515
+ "defaultUnit": "rem",
1516
+ "public": true
800
1517
  },
801
1518
  "name": "typography-letter-spacing-l",
802
1519
  "attributes": {
@@ -812,12 +1529,14 @@
812
1529
  },
813
1530
  "M": {
814
1531
  "value": "0.02",
815
- "defaultUnit": "em",
1532
+ "defaultUnit": "rem",
1533
+ "public": true,
816
1534
  "filePath": "tokens/typography/base/letter-spacing.json",
817
1535
  "isSource": true,
818
1536
  "original": {
819
1537
  "value": "0.02",
820
- "defaultUnit": "em"
1538
+ "defaultUnit": "rem",
1539
+ "public": true
821
1540
  },
822
1541
  "name": "typography-letter-spacing-m",
823
1542
  "attributes": {
@@ -833,12 +1552,14 @@
833
1552
  },
834
1553
  "S": {
835
1554
  "value": "0.01",
836
- "defaultUnit": "em",
1555
+ "defaultUnit": "rem",
1556
+ "public": true,
837
1557
  "filePath": "tokens/typography/base/letter-spacing.json",
838
1558
  "isSource": true,
839
1559
  "original": {
840
1560
  "value": "0.01",
841
- "defaultUnit": "em"
1561
+ "defaultUnit": "rem",
1562
+ "public": true
842
1563
  },
843
1564
  "name": "typography-letter-spacing-s",
844
1565
  "attributes": {
@@ -854,12 +1575,35 @@
854
1575
  }
855
1576
  },
856
1577
  "line-height": {
1578
+ "XL": {
1579
+ "value": "195%",
1580
+ "public": true,
1581
+ "filePath": "tokens/typography/base/line-height.json",
1582
+ "isSource": true,
1583
+ "original": {
1584
+ "value": "195%",
1585
+ "public": true
1586
+ },
1587
+ "name": "typography-line-height-xl",
1588
+ "attributes": {
1589
+ "category": "typography",
1590
+ "type": "line-height",
1591
+ "item": "XL"
1592
+ },
1593
+ "path": [
1594
+ "typography",
1595
+ "line-height",
1596
+ "XL"
1597
+ ]
1598
+ },
857
1599
  "L": {
858
- "value": "195.3%",
1600
+ "value": "170%",
1601
+ "public": true,
859
1602
  "filePath": "tokens/typography/base/line-height.json",
860
1603
  "isSource": true,
861
1604
  "original": {
862
- "value": "195.3%"
1605
+ "value": "170%",
1606
+ "public": true
863
1607
  },
864
1608
  "name": "typography-line-height-l",
865
1609
  "attributes": {
@@ -874,11 +1618,13 @@
874
1618
  ]
875
1619
  },
876
1620
  "M": {
877
- "value": "156.3%",
1621
+ "value": "140%",
1622
+ "public": true,
878
1623
  "filePath": "tokens/typography/base/line-height.json",
879
1624
  "isSource": true,
880
1625
  "original": {
881
- "value": "156.3%"
1626
+ "value": "140%",
1627
+ "public": true
882
1628
  },
883
1629
  "name": "typography-line-height-m",
884
1630
  "attributes": {
@@ -893,11 +1639,13 @@
893
1639
  ]
894
1640
  },
895
1641
  "S": {
896
- "value": "125%",
1642
+ "value": "120%",
1643
+ "public": true,
897
1644
  "filePath": "tokens/typography/base/line-height.json",
898
1645
  "isSource": true,
899
1646
  "original": {
900
- "value": "125%"
1647
+ "value": "120%",
1648
+ "public": true
901
1649
  },
902
1650
  "name": "typography-line-height-s",
903
1651
  "attributes": {
@@ -912,36 +1660,107 @@
912
1660
  ]
913
1661
  }
914
1662
  },
915
- "scale-ratio": {
916
- "value": "1.25",
917
- "comment": "The base ratio/multiplier of the typographic scale.",
918
- "filePath": "tokens/typography/base/size.json",
919
- "isSource": true,
920
- "original": {
921
- "value": "1.25",
922
- "comment": "The base ratio/multiplier of the typographic scale."
923
- },
924
- "name": "typography-scale-ratio",
925
- "attributes": {
926
- "category": "typography",
927
- "type": "scale-ratio"
1663
+ "multiplier": {
1664
+ "small": {
1665
+ "value": "0.84",
1666
+ "public": true,
1667
+ "filePath": "tokens/typography/base/multipliers.json",
1668
+ "isSource": true,
1669
+ "original": {
1670
+ "value": "0.84",
1671
+ "public": true
1672
+ },
1673
+ "name": "typography-multiplier-small",
1674
+ "attributes": {
1675
+ "category": "typography",
1676
+ "type": "multiplier",
1677
+ "item": "small"
1678
+ },
1679
+ "path": [
1680
+ "typography",
1681
+ "multiplier",
1682
+ "small"
1683
+ ]
928
1684
  },
929
- "path": [
930
- "typography",
931
- "scale-ratio"
932
- ]
1685
+ "medium": {
1686
+ "value": "0.88",
1687
+ "public": true,
1688
+ "filePath": "tokens/typography/base/multipliers.json",
1689
+ "isSource": true,
1690
+ "original": {
1691
+ "value": "0.88",
1692
+ "public": true
1693
+ },
1694
+ "name": "typography-multiplier-medium",
1695
+ "attributes": {
1696
+ "category": "typography",
1697
+ "type": "multiplier",
1698
+ "item": "medium"
1699
+ },
1700
+ "path": [
1701
+ "typography",
1702
+ "multiplier",
1703
+ "medium"
1704
+ ]
1705
+ }
933
1706
  },
934
1707
  "size": {
1708
+ "6XL": {
1709
+ "value": "3.583",
1710
+ "defaultUnit": "rem",
1711
+ "public": true,
1712
+ "filePath": "tokens/typography/base/size.json",
1713
+ "isSource": true,
1714
+ "original": {
1715
+ "value": "3.583",
1716
+ "defaultUnit": "rem",
1717
+ "public": true
1718
+ },
1719
+ "name": "typography-size-6-xl",
1720
+ "attributes": {
1721
+ "category": "typography",
1722
+ "type": "size",
1723
+ "item": "6XL"
1724
+ },
1725
+ "path": [
1726
+ "typography",
1727
+ "size",
1728
+ "6XL"
1729
+ ]
1730
+ },
1731
+ "5XL": {
1732
+ "value": "2.986",
1733
+ "defaultUnit": "rem",
1734
+ "public": true,
1735
+ "filePath": "tokens/typography/base/size.json",
1736
+ "isSource": true,
1737
+ "original": {
1738
+ "value": "2.986",
1739
+ "defaultUnit": "rem",
1740
+ "public": true
1741
+ },
1742
+ "name": "typography-size-5-xl",
1743
+ "attributes": {
1744
+ "category": "typography",
1745
+ "type": "size",
1746
+ "item": "5XL"
1747
+ },
1748
+ "path": [
1749
+ "typography",
1750
+ "size",
1751
+ "5XL"
1752
+ ]
1753
+ },
935
1754
  "4XL": {
936
- "value": "3.052",
937
- "formula": "1.25**5",
938
- "defaultUnit": "em",
1755
+ "value": "2.488",
1756
+ "defaultUnit": "rem",
1757
+ "public": true,
939
1758
  "filePath": "tokens/typography/base/size.json",
940
1759
  "isSource": true,
941
1760
  "original": {
942
- "value": "3.052",
943
- "formula": "{typography.scale-ratio}**5",
944
- "defaultUnit": "em"
1761
+ "value": "2.488",
1762
+ "defaultUnit": "rem",
1763
+ "public": true
945
1764
  },
946
1765
  "name": "typography-size-4-xl",
947
1766
  "attributes": {
@@ -956,15 +1775,15 @@
956
1775
  ]
957
1776
  },
958
1777
  "3XL": {
959
- "value": "2.441",
960
- "formula": "1.25**4",
961
- "defaultUnit": "em",
1778
+ "value": "2.074",
1779
+ "defaultUnit": "rem",
1780
+ "public": true,
962
1781
  "filePath": "tokens/typography/base/size.json",
963
1782
  "isSource": true,
964
1783
  "original": {
965
- "value": "2.441",
966
- "formula": "{typography.scale-ratio}**4",
967
- "defaultUnit": "em"
1784
+ "value": "2.074",
1785
+ "defaultUnit": "rem",
1786
+ "public": true
968
1787
  },
969
1788
  "name": "typography-size-3-xl",
970
1789
  "attributes": {
@@ -979,15 +1798,15 @@
979
1798
  ]
980
1799
  },
981
1800
  "2XL": {
982
- "value": "1.953",
983
- "formula": "1.25**3",
984
- "defaultUnit": "em",
1801
+ "value": "1.728",
1802
+ "defaultUnit": "rem",
1803
+ "public": true,
985
1804
  "filePath": "tokens/typography/base/size.json",
986
1805
  "isSource": true,
987
1806
  "original": {
988
- "value": "1.953",
989
- "formula": "{typography.scale-ratio}**3",
990
- "defaultUnit": "em"
1807
+ "value": "1.728",
1808
+ "defaultUnit": "rem",
1809
+ "public": true
991
1810
  },
992
1811
  "name": "typography-size-2-xl",
993
1812
  "attributes": {
@@ -1002,15 +1821,15 @@
1002
1821
  ]
1003
1822
  },
1004
1823
  "XL": {
1005
- "value": "1.563",
1006
- "formula": "1.25**2",
1007
- "defaultUnit": "em",
1824
+ "value": "1.44",
1825
+ "defaultUnit": "rem",
1826
+ "public": true,
1008
1827
  "filePath": "tokens/typography/base/size.json",
1009
1828
  "isSource": true,
1010
1829
  "original": {
1011
- "value": "1.563",
1012
- "formula": "{typography.scale-ratio}**2",
1013
- "defaultUnit": "em"
1830
+ "value": "1.44",
1831
+ "defaultUnit": "rem",
1832
+ "public": true
1014
1833
  },
1015
1834
  "name": "typography-size-xl",
1016
1835
  "attributes": {
@@ -1025,15 +1844,15 @@
1025
1844
  ]
1026
1845
  },
1027
1846
  "L": {
1028
- "value": "1.25",
1029
- "formula": "1.25**1",
1030
- "defaultUnit": "em",
1847
+ "value": "1.2",
1848
+ "defaultUnit": "rem",
1849
+ "public": true,
1031
1850
  "filePath": "tokens/typography/base/size.json",
1032
1851
  "isSource": true,
1033
1852
  "original": {
1034
- "value": "1.25",
1035
- "formula": "{typography.scale-ratio}**1",
1036
- "defaultUnit": "em"
1853
+ "value": "1.2",
1854
+ "defaultUnit": "rem",
1855
+ "public": true
1037
1856
  },
1038
1857
  "name": "typography-size-l",
1039
1858
  "attributes": {
@@ -1050,13 +1869,15 @@
1050
1869
  "M": {
1051
1870
  "value": "1",
1052
1871
  "comment": "Base value.",
1053
- "defaultUnit": "em",
1872
+ "defaultUnit": "rem",
1873
+ "public": true,
1054
1874
  "filePath": "tokens/typography/base/size.json",
1055
1875
  "isSource": true,
1056
1876
  "original": {
1057
1877
  "value": "1",
1058
1878
  "comment": "Base value.",
1059
- "defaultUnit": "em"
1879
+ "defaultUnit": "rem",
1880
+ "public": true
1060
1881
  },
1061
1882
  "name": "typography-size-m",
1062
1883
  "attributes": {
@@ -1071,15 +1892,15 @@
1071
1892
  ]
1072
1893
  },
1073
1894
  "S": {
1074
- "value": "0.875",
1075
- "formula": "1.25**-1",
1076
- "defaultUnit": "em",
1895
+ "value": "0.833",
1896
+ "defaultUnit": "rem",
1897
+ "public": true,
1077
1898
  "filePath": "tokens/typography/base/size.json",
1078
1899
  "isSource": true,
1079
1900
  "original": {
1080
- "value": "0.875",
1081
- "formula": "{typography.scale-ratio}**-1",
1082
- "defaultUnit": "em"
1901
+ "value": "0.833",
1902
+ "defaultUnit": "rem",
1903
+ "public": true
1083
1904
  },
1084
1905
  "name": "typography-size-s",
1085
1906
  "attributes": {
@@ -1094,15 +1915,15 @@
1094
1915
  ]
1095
1916
  },
1096
1917
  "XS": {
1097
- "value": "0.75",
1098
- "formula": "1.25**-2",
1099
- "defaultUnit": "em",
1918
+ "value": "0.694",
1919
+ "defaultUnit": "rem",
1920
+ "public": true,
1100
1921
  "filePath": "tokens/typography/base/size.json",
1101
1922
  "isSource": true,
1102
1923
  "original": {
1103
- "value": "0.75",
1104
- "formula": "{typography.scale-ratio}**-2",
1105
- "defaultUnit": "em"
1924
+ "value": "0.694",
1925
+ "defaultUnit": "rem",
1926
+ "public": true
1106
1927
  },
1107
1928
  "name": "typography-size-xs",
1108
1929
  "attributes": {
@@ -1117,5 +1938,102 @@
1117
1938
  ]
1118
1939
  }
1119
1940
  }
1941
+ },
1942
+ "z-index": {
1943
+ "navigation": {
1944
+ "value": 100,
1945
+ "public": true,
1946
+ "filePath": "tokens/z-index/base.json",
1947
+ "isSource": true,
1948
+ "original": {
1949
+ "value": 100,
1950
+ "public": true
1951
+ },
1952
+ "name": "z-index-navigation",
1953
+ "attributes": {
1954
+ "category": "z-index",
1955
+ "type": "navigation"
1956
+ },
1957
+ "path": [
1958
+ "z-index",
1959
+ "navigation"
1960
+ ]
1961
+ },
1962
+ "dropdown": {
1963
+ "value": 200,
1964
+ "public": true,
1965
+ "filePath": "tokens/z-index/base.json",
1966
+ "isSource": true,
1967
+ "original": {
1968
+ "value": 200,
1969
+ "public": true
1970
+ },
1971
+ "name": "z-index-dropdown",
1972
+ "attributes": {
1973
+ "category": "z-index",
1974
+ "type": "dropdown"
1975
+ },
1976
+ "path": [
1977
+ "z-index",
1978
+ "dropdown"
1979
+ ]
1980
+ },
1981
+ "notifications": {
1982
+ "value": 300,
1983
+ "public": true,
1984
+ "filePath": "tokens/z-index/base.json",
1985
+ "isSource": true,
1986
+ "original": {
1987
+ "value": 300,
1988
+ "public": true
1989
+ },
1990
+ "name": "z-index-notifications",
1991
+ "attributes": {
1992
+ "category": "z-index",
1993
+ "type": "notifications"
1994
+ },
1995
+ "path": [
1996
+ "z-index",
1997
+ "notifications"
1998
+ ]
1999
+ },
2000
+ "overlay": {
2001
+ "value": 400,
2002
+ "public": true,
2003
+ "filePath": "tokens/z-index/base.json",
2004
+ "isSource": true,
2005
+ "original": {
2006
+ "value": 400,
2007
+ "public": true
2008
+ },
2009
+ "name": "z-index-overlay",
2010
+ "attributes": {
2011
+ "category": "z-index",
2012
+ "type": "overlay"
2013
+ },
2014
+ "path": [
2015
+ "z-index",
2016
+ "overlay"
2017
+ ]
2018
+ },
2019
+ "modal": {
2020
+ "value": 500,
2021
+ "public": true,
2022
+ "filePath": "tokens/z-index/base.json",
2023
+ "isSource": true,
2024
+ "original": {
2025
+ "value": 500,
2026
+ "public": true
2027
+ },
2028
+ "name": "z-index-modal",
2029
+ "attributes": {
2030
+ "category": "z-index",
2031
+ "type": "modal"
2032
+ },
2033
+ "path": [
2034
+ "z-index",
2035
+ "modal"
2036
+ ]
2037
+ }
1120
2038
  }
1121
- }
2039
+ }