@pantheon-systems/pds-design-tokens 1.0.0-dev.15 → 1.0.0-dev.151

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.
@@ -2,11 +2,13 @@
2
2
  "animation": {
3
3
  "focus": {
4
4
  "transition": {
5
- "value": "outline: 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": "outline: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.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
13
  "name": "animation-focus-transition",
12
14
  "attributes": {
@@ -21,13 +23,61 @@
21
23
  ]
22
24
  }
23
25
  },
26
+ "rotation": {
27
+ "transition": {
28
+ "value": "transform 200ms ease-in-out 0s",
29
+ "public": true,
30
+ "filePath": "tokens/animation/alias.json",
31
+ "isSource": true,
32
+ "original": {
33
+ "value": "transform {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
34
+ "public": true
35
+ },
36
+ "name": "animation-rotation-transition",
37
+ "attributes": {
38
+ "category": "animation",
39
+ "type": "rotation",
40
+ "item": "transition"
41
+ },
42
+ "path": [
43
+ "animation",
44
+ "rotation",
45
+ "transition"
46
+ ]
47
+ }
48
+ },
49
+ "reveal": {
50
+ "transition": {
51
+ "value": "all 300ms ease-in-out",
52
+ "public": true,
53
+ "filePath": "tokens/animation/alias.json",
54
+ "isSource": true,
55
+ "original": {
56
+ "value": "all {animation.transition.reveal.duration.value} {animation.transition.default.timing-function.value}",
57
+ "public": true
58
+ },
59
+ "name": "animation-reveal-transition",
60
+ "attributes": {
61
+ "category": "animation",
62
+ "type": "reveal",
63
+ "item": "transition"
64
+ },
65
+ "path": [
66
+ "animation",
67
+ "reveal",
68
+ "transition"
69
+ ]
70
+ }
71
+ },
24
72
  "button": {
25
73
  "transition": {
26
- "value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
74
+ "value": "all 200ms ease-in-out 0s",
75
+ "public": true,
27
76
  "filePath": "tokens/animation/alias.json",
28
77
  "isSource": true,
29
78
  "original": {
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}"
79
+ "value": "all {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
80
+ "public": true
31
81
  },
32
82
  "name": "animation-button-transition",
33
83
  "attributes": {
@@ -44,11 +94,13 @@
44
94
  },
45
95
  "input": {
46
96
  "transition": {
47
- "value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
97
+ "value": "background-color 200ms ease-in-out 0s, border-color 200ms ease-in-out 0s",
98
+ "public": true,
48
99
  "filePath": "tokens/animation/alias.json",
49
100
  "isSource": true,
50
101
  "original": {
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}"
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
52
104
  },
53
105
  "name": "animation-input-transition",
54
106
  "attributes": {
@@ -63,6 +115,29 @@
63
115
  ]
64
116
  }
65
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
+ },
66
141
  "transition": {
67
142
  "default": {
68
143
  "delay": {
@@ -159,6 +234,31 @@
159
234
  "duration"
160
235
  ]
161
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
+ }
162
262
  }
163
263
  }
164
264
  },
@@ -186,6 +286,98 @@
186
286
  "radius",
187
287
  "default"
188
288
  ]
289
+ },
290
+ "bar": {
291
+ "value": 3.5,
292
+ "defaultUnit": "rem",
293
+ "public": true,
294
+ "filePath": "tokens/border/alias.json",
295
+ "isSource": true,
296
+ "original": {
297
+ "value": 3.5,
298
+ "defaultUnit": "rem",
299
+ "public": true
300
+ },
301
+ "name": "border-radius-bar",
302
+ "attributes": {
303
+ "category": "border",
304
+ "type": "radius",
305
+ "item": "bar"
306
+ },
307
+ "path": [
308
+ "border",
309
+ "radius",
310
+ "bar"
311
+ ]
312
+ },
313
+ "button": {
314
+ "value": 0.1875,
315
+ "defaultUnit": "rem",
316
+ "public": true,
317
+ "filePath": "tokens/border/alias.json",
318
+ "isSource": true,
319
+ "original": {
320
+ "value": 0.1875,
321
+ "defaultUnit": "rem",
322
+ "public": true
323
+ },
324
+ "name": "border-radius-button",
325
+ "attributes": {
326
+ "category": "border",
327
+ "type": "radius",
328
+ "item": "button"
329
+ },
330
+ "path": [
331
+ "border",
332
+ "radius",
333
+ "button"
334
+ ]
335
+ },
336
+ "container": {
337
+ "value": 0.375,
338
+ "defaultUnit": "rem",
339
+ "public": true,
340
+ "filePath": "tokens/border/alias.json",
341
+ "isSource": true,
342
+ "original": {
343
+ "value": 0.375,
344
+ "defaultUnit": "rem",
345
+ "public": true
346
+ },
347
+ "name": "border-radius-container",
348
+ "attributes": {
349
+ "category": "border",
350
+ "type": "radius",
351
+ "item": "container"
352
+ },
353
+ "path": [
354
+ "border",
355
+ "radius",
356
+ "container"
357
+ ]
358
+ },
359
+ "input": {
360
+ "value": 0.25,
361
+ "defaultUnit": "rem",
362
+ "public": true,
363
+ "filePath": "tokens/border/alias.json",
364
+ "isSource": true,
365
+ "original": {
366
+ "value": 0.25,
367
+ "defaultUnit": "rem",
368
+ "public": true
369
+ },
370
+ "name": "border-radius-input",
371
+ "attributes": {
372
+ "category": "border",
373
+ "type": "radius",
374
+ "item": "input"
375
+ },
376
+ "path": [
377
+ "border",
378
+ "radius",
379
+ "input"
380
+ ]
189
381
  }
190
382
  },
191
383
  "width": {
@@ -211,161 +403,1108 @@
211
403
  "width",
212
404
  "default"
213
405
  ]
214
- }
215
- }
216
- },
217
- "grid": {
218
- "columns-4": {
219
- "width": {
220
- "value": "20.875%",
221
- "filePath": "tokens/grid/base.json",
406
+ },
407
+ "double": {
408
+ "value": 2,
409
+ "defaultUnit": "px",
410
+ "public": true,
411
+ "filePath": "tokens/border/alias.json",
222
412
  "isSource": true,
223
413
  "original": {
224
- "value": "20.875%"
414
+ "value": 2,
415
+ "defaultUnit": "px",
416
+ "public": true
225
417
  },
226
- "name": "grid-columns-4-width",
418
+ "name": "border-width-double",
227
419
  "attributes": {
228
- "category": "grid",
229
- "type": "columns-4",
230
- "item": "width"
420
+ "category": "border",
421
+ "type": "width",
422
+ "item": "double"
231
423
  },
232
424
  "path": [
233
- "grid",
234
- "columns-4",
235
- "width"
425
+ "border",
426
+ "width",
427
+ "double"
236
428
  ]
237
429
  },
238
- "gap": {
239
- "value": "5.5%",
240
- "filePath": "tokens/grid/base.json",
430
+ "triple": {
431
+ "value": 3,
432
+ "defaultUnit": "px",
433
+ "public": true,
434
+ "filePath": "tokens/border/alias.json",
241
435
  "isSource": true,
242
436
  "original": {
243
- "value": "5.5%"
437
+ "value": 3,
438
+ "defaultUnit": "px",
439
+ "public": true
244
440
  },
245
- "name": "grid-columns-4-gap",
441
+ "name": "border-width-triple",
246
442
  "attributes": {
247
- "category": "grid",
248
- "type": "columns-4",
249
- "item": "gap"
443
+ "category": "border",
444
+ "type": "width",
445
+ "item": "triple"
250
446
  },
251
447
  "path": [
252
- "grid",
253
- "columns-4",
254
- "gap"
448
+ "border",
449
+ "width",
450
+ "triple"
255
451
  ]
256
- }
257
- },
258
- "columns-6": {
259
- "width": {
260
- "value": "14.53125%",
261
- "filePath": "tokens/grid/base.json",
452
+ },
453
+ "outline": {
454
+ "value": 1,
455
+ "defaultUnit": "px",
456
+ "public": true,
457
+ "filePath": "tokens/border/alias.json",
262
458
  "isSource": true,
263
459
  "original": {
264
- "value": "14.53125%"
460
+ "value": 1,
461
+ "defaultUnit": "px",
462
+ "public": true
265
463
  },
266
- "name": "grid-columns-6-width",
464
+ "name": "border-width-outline",
267
465
  "attributes": {
268
- "category": "grid",
269
- "type": "columns-6",
270
- "item": "width"
466
+ "category": "border",
467
+ "type": "width",
468
+ "item": "outline"
271
469
  },
272
470
  "path": [
273
- "grid",
274
- "columns-6",
275
- "width"
471
+ "border",
472
+ "width",
473
+ "outline"
276
474
  ]
277
475
  },
278
- "gap": {
279
- "value": "2.5625%",
280
- "filePath": "tokens/grid/base.json",
476
+ "stepper": {
477
+ "value": 3,
478
+ "defaultUnit": "px",
479
+ "public": true,
480
+ "filePath": "tokens/border/alias.json",
281
481
  "isSource": true,
282
482
  "original": {
283
- "value": "2.5625%"
483
+ "value": 3,
484
+ "defaultUnit": "px",
485
+ "public": true
284
486
  },
285
- "name": "grid-columns-6-gap",
487
+ "name": "border-width-stepper",
286
488
  "attributes": {
287
- "category": "grid",
288
- "type": "columns-6",
289
- "item": "gap"
489
+ "category": "border",
490
+ "type": "width",
491
+ "item": "stepper"
290
492
  },
291
493
  "path": [
292
- "grid",
293
- "columns-6",
294
- "gap"
494
+ "border",
495
+ "width",
496
+ "stepper"
295
497
  ]
296
498
  }
297
499
  },
298
- "columns-12": {
299
- "width": {
300
- "value": "6.5%",
301
- "filePath": "tokens/grid/base.json",
500
+ "offset": {
501
+ "default": {
502
+ "value": 1,
503
+ "defaultUnit": "px",
504
+ "public": true,
505
+ "filePath": "tokens/border/alias.json",
302
506
  "isSource": true,
303
507
  "original": {
304
- "value": "6.5%"
508
+ "value": 1,
509
+ "defaultUnit": "px",
510
+ "public": true
305
511
  },
306
- "name": "grid-columns-12-width",
512
+ "name": "border-offset-default",
307
513
  "attributes": {
308
- "category": "grid",
309
- "type": "columns-12",
310
- "item": "width"
514
+ "category": "border",
515
+ "type": "offset",
516
+ "item": "default"
311
517
  },
312
518
  "path": [
313
- "grid",
314
- "columns-12",
315
- "width"
519
+ "border",
520
+ "offset",
521
+ "default"
316
522
  ]
317
523
  },
318
- "gap": {
319
- "value": "2%",
320
- "filePath": "tokens/grid/base.json",
524
+ "double": {
525
+ "value": 2,
526
+ "defaultUnit": "px",
527
+ "public": true,
528
+ "filePath": "tokens/border/alias.json",
321
529
  "isSource": true,
322
530
  "original": {
323
- "value": "2%"
531
+ "value": 2,
532
+ "defaultUnit": "px",
533
+ "public": true
324
534
  },
325
- "name": "grid-columns-12-gap",
535
+ "name": "border-offset-double",
326
536
  "attributes": {
327
- "category": "grid",
328
- "type": "columns-12",
329
- "item": "gap"
537
+ "category": "border",
538
+ "type": "offset",
539
+ "item": "double"
330
540
  },
331
541
  "path": [
332
- "grid",
333
- "columns-12",
334
- "gap"
542
+ "border",
543
+ "offset",
544
+ "double"
335
545
  ]
336
- }
337
- }
338
- },
339
- "spacing": {
340
- "scale-ratio": {
341
- "value": "1.25",
342
- "comment": "Base ratio/multiplier",
546
+ },
547
+ "triple": {
548
+ "value": 3,
549
+ "defaultUnit": "px",
550
+ "public": true,
551
+ "filePath": "tokens/border/alias.json",
552
+ "isSource": true,
553
+ "original": {
554
+ "value": 3,
555
+ "defaultUnit": "px",
556
+ "public": true
557
+ },
558
+ "name": "border-offset-triple",
559
+ "attributes": {
560
+ "category": "border",
561
+ "type": "offset",
562
+ "item": "triple"
563
+ },
564
+ "path": [
565
+ "border",
566
+ "offset",
567
+ "triple"
568
+ ]
569
+ }
570
+ }
571
+ },
572
+ "container": {
573
+ "modal": {
574
+ "width": {
575
+ "small": {
576
+ "value": "25rem",
577
+ "public": true,
578
+ "filePath": "tokens/container/alias.json",
579
+ "isSource": true,
580
+ "original": {
581
+ "value": "25rem",
582
+ "public": true
583
+ },
584
+ "name": "container-modal-width-small",
585
+ "attributes": {
586
+ "category": "container",
587
+ "type": "modal",
588
+ "item": "width",
589
+ "subitem": "small"
590
+ },
591
+ "path": [
592
+ "container",
593
+ "modal",
594
+ "width",
595
+ "small"
596
+ ]
597
+ },
598
+ "medium": {
599
+ "value": "36rem",
600
+ "public": true,
601
+ "filePath": "tokens/container/alias.json",
602
+ "isSource": true,
603
+ "original": {
604
+ "value": "36rem",
605
+ "public": true
606
+ },
607
+ "name": "container-modal-width-medium",
608
+ "attributes": {
609
+ "category": "container",
610
+ "type": "modal",
611
+ "item": "width",
612
+ "subitem": "medium"
613
+ },
614
+ "path": [
615
+ "container",
616
+ "modal",
617
+ "width",
618
+ "medium"
619
+ ]
620
+ },
621
+ "large": {
622
+ "value": "44rem",
623
+ "public": true,
624
+ "filePath": "tokens/container/alias.json",
625
+ "isSource": true,
626
+ "original": {
627
+ "value": "44rem",
628
+ "public": true
629
+ },
630
+ "name": "container-modal-width-large",
631
+ "attributes": {
632
+ "category": "container",
633
+ "type": "modal",
634
+ "item": "width",
635
+ "subitem": "large"
636
+ },
637
+ "path": [
638
+ "container",
639
+ "modal",
640
+ "width",
641
+ "large"
642
+ ]
643
+ }
644
+ }
645
+ },
646
+ "tooltip": {
647
+ "max-width": {
648
+ "value": "12.5rem",
649
+ "public": true,
650
+ "filePath": "tokens/container/alias.json",
651
+ "isSource": true,
652
+ "original": {
653
+ "value": "12.5rem",
654
+ "public": true
655
+ },
656
+ "name": "container-tooltip-max-width",
657
+ "attributes": {
658
+ "category": "container",
659
+ "type": "tooltip",
660
+ "item": "max-width"
661
+ },
662
+ "path": [
663
+ "container",
664
+ "tooltip",
665
+ "max-width"
666
+ ]
667
+ }
668
+ },
669
+ "max-width": {
670
+ "narrow": {
671
+ "value": "1024px",
672
+ "public": true,
673
+ "filePath": "tokens/container/base.json",
674
+ "isSource": true,
675
+ "original": {
676
+ "value": "1024px",
677
+ "public": true
678
+ },
679
+ "name": "container-max-width-narrow",
680
+ "attributes": {
681
+ "category": "container",
682
+ "type": "max-width",
683
+ "item": "narrow"
684
+ },
685
+ "path": [
686
+ "container",
687
+ "max-width",
688
+ "narrow"
689
+ ]
690
+ },
691
+ "standard": {
692
+ "value": "1200px",
693
+ "public": true,
694
+ "filePath": "tokens/container/base.json",
695
+ "isSource": true,
696
+ "original": {
697
+ "value": "1200px",
698
+ "public": true
699
+ },
700
+ "name": "container-max-width-standard",
701
+ "attributes": {
702
+ "category": "container",
703
+ "type": "max-width",
704
+ "item": "standard"
705
+ },
706
+ "path": [
707
+ "container",
708
+ "max-width",
709
+ "standard"
710
+ ]
711
+ },
712
+ "wide": {
713
+ "value": "1440px",
714
+ "public": true,
715
+ "filePath": "tokens/container/base.json",
716
+ "isSource": true,
717
+ "original": {
718
+ "value": "1440px",
719
+ "public": true
720
+ },
721
+ "name": "container-max-width-wide",
722
+ "attributes": {
723
+ "category": "container",
724
+ "type": "max-width",
725
+ "item": "wide"
726
+ },
727
+ "path": [
728
+ "container",
729
+ "max-width",
730
+ "wide"
731
+ ]
732
+ },
733
+ "x-wide": {
734
+ "value": "1600px",
735
+ "public": true,
736
+ "filePath": "tokens/container/base.json",
737
+ "isSource": true,
738
+ "original": {
739
+ "value": "1600px",
740
+ "public": true
741
+ },
742
+ "name": "container-max-width-x-wide",
743
+ "attributes": {
744
+ "category": "container",
745
+ "type": "max-width",
746
+ "item": "x-wide"
747
+ },
748
+ "path": [
749
+ "container",
750
+ "max-width",
751
+ "x-wide"
752
+ ]
753
+ }
754
+ },
755
+ "padding": {
756
+ "base": {
757
+ "value": "1.563",
758
+ "public": true,
759
+ "filePath": "tokens/container/base.json",
760
+ "isSource": true,
761
+ "original": {
762
+ "value": "{spacing.XL.value}",
763
+ "public": true
764
+ },
765
+ "name": "container-padding-base",
766
+ "attributes": {
767
+ "category": "container",
768
+ "type": "padding",
769
+ "item": "base"
770
+ },
771
+ "path": [
772
+ "container",
773
+ "padding",
774
+ "base"
775
+ ]
776
+ },
777
+ "narrow-bp-md": {
778
+ "value": "12%",
779
+ "public": true,
780
+ "filePath": "tokens/container/base.json",
781
+ "isSource": true,
782
+ "original": {
783
+ "value": "12%",
784
+ "public": true
785
+ },
786
+ "name": "container-padding-narrow-bp-md",
787
+ "attributes": {
788
+ "category": "container",
789
+ "type": "padding",
790
+ "item": "narrow-bp-md"
791
+ },
792
+ "path": [
793
+ "container",
794
+ "padding",
795
+ "narrow-bp-md"
796
+ ]
797
+ },
798
+ "narrow-bp-lg": {
799
+ "value": "20%",
800
+ "public": true,
801
+ "filePath": "tokens/container/base.json",
802
+ "isSource": true,
803
+ "original": {
804
+ "value": "20%",
805
+ "public": true
806
+ },
807
+ "name": "container-padding-narrow-bp-lg",
808
+ "attributes": {
809
+ "category": "container",
810
+ "type": "padding",
811
+ "item": "narrow-bp-lg"
812
+ },
813
+ "path": [
814
+ "container",
815
+ "padding",
816
+ "narrow-bp-lg"
817
+ ]
818
+ },
819
+ "standard-bp-md": {
820
+ "value": "6%",
821
+ "public": true,
822
+ "filePath": "tokens/container/base.json",
823
+ "isSource": true,
824
+ "original": {
825
+ "value": "6%",
826
+ "public": true
827
+ },
828
+ "name": "container-padding-standard-bp-md",
829
+ "attributes": {
830
+ "category": "container",
831
+ "type": "padding",
832
+ "item": "standard-bp-md"
833
+ },
834
+ "path": [
835
+ "container",
836
+ "padding",
837
+ "standard-bp-md"
838
+ ]
839
+ },
840
+ "standard-bp-lg": {
841
+ "value": "8%",
842
+ "public": true,
843
+ "filePath": "tokens/container/base.json",
844
+ "isSource": true,
845
+ "original": {
846
+ "value": "8%",
847
+ "public": true
848
+ },
849
+ "name": "container-padding-standard-bp-lg",
850
+ "attributes": {
851
+ "category": "container",
852
+ "type": "padding",
853
+ "item": "standard-bp-lg"
854
+ },
855
+ "path": [
856
+ "container",
857
+ "padding",
858
+ "standard-bp-lg"
859
+ ]
860
+ },
861
+ "wide-bp-md": {
862
+ "value": "5%",
863
+ "public": true,
864
+ "filePath": "tokens/container/base.json",
865
+ "isSource": true,
866
+ "original": {
867
+ "value": "5%",
868
+ "public": true
869
+ },
870
+ "name": "container-padding-wide-bp-md",
871
+ "attributes": {
872
+ "category": "container",
873
+ "type": "padding",
874
+ "item": "wide-bp-md"
875
+ },
876
+ "path": [
877
+ "container",
878
+ "padding",
879
+ "wide-bp-md"
880
+ ]
881
+ },
882
+ "wide-bp-lg": {
883
+ "value": "4%",
884
+ "public": true,
885
+ "filePath": "tokens/container/base.json",
886
+ "isSource": true,
887
+ "original": {
888
+ "value": "4%",
889
+ "public": true
890
+ },
891
+ "name": "container-padding-wide-bp-lg",
892
+ "attributes": {
893
+ "category": "container",
894
+ "type": "padding",
895
+ "item": "wide-bp-lg"
896
+ },
897
+ "path": [
898
+ "container",
899
+ "padding",
900
+ "wide-bp-lg"
901
+ ]
902
+ }
903
+ }
904
+ },
905
+ "grid": {
906
+ "columns-4": {
907
+ "gap": {
908
+ "value": "5.5%",
909
+ "filePath": "tokens/grid/base.json",
910
+ "isSource": true,
911
+ "original": {
912
+ "value": "5.5%"
913
+ },
914
+ "name": "grid-columns-4-gap",
915
+ "attributes": {
916
+ "category": "grid",
917
+ "type": "columns-4",
918
+ "item": "gap"
919
+ },
920
+ "path": [
921
+ "grid",
922
+ "columns-4",
923
+ "gap"
924
+ ]
925
+ }
926
+ },
927
+ "columns-12": {
928
+ "bp-md": {
929
+ "gap": {
930
+ "narrow": {
931
+ "value": "1.25",
932
+ "filePath": "tokens/grid/base.json",
933
+ "isSource": true,
934
+ "original": {
935
+ "value": "{spacing.L.value}"
936
+ },
937
+ "name": "grid-columns-12-bp-md-gap-narrow",
938
+ "attributes": {
939
+ "category": "grid",
940
+ "type": "columns-12",
941
+ "item": "bp-md",
942
+ "subitem": "gap",
943
+ "state": "narrow"
944
+ },
945
+ "path": [
946
+ "grid",
947
+ "columns-12",
948
+ "bp-md",
949
+ "gap",
950
+ "narrow"
951
+ ]
952
+ },
953
+ "standard": {
954
+ "value": "1.563",
955
+ "filePath": "tokens/grid/base.json",
956
+ "isSource": true,
957
+ "original": {
958
+ "value": "{spacing.XL.value}"
959
+ },
960
+ "name": "grid-columns-12-bp-md-gap-standard",
961
+ "attributes": {
962
+ "category": "grid",
963
+ "type": "columns-12",
964
+ "item": "bp-md",
965
+ "subitem": "gap",
966
+ "state": "standard"
967
+ },
968
+ "path": [
969
+ "grid",
970
+ "columns-12",
971
+ "bp-md",
972
+ "gap",
973
+ "standard"
974
+ ]
975
+ },
976
+ "wide": {
977
+ "value": "1.953",
978
+ "filePath": "tokens/grid/base.json",
979
+ "isSource": true,
980
+ "original": {
981
+ "value": "{spacing.2XL.value}"
982
+ },
983
+ "name": "grid-columns-12-bp-md-gap-wide",
984
+ "attributes": {
985
+ "category": "grid",
986
+ "type": "columns-12",
987
+ "item": "bp-md",
988
+ "subitem": "gap",
989
+ "state": "wide"
990
+ },
991
+ "path": [
992
+ "grid",
993
+ "columns-12",
994
+ "bp-md",
995
+ "gap",
996
+ "wide"
997
+ ]
998
+ }
999
+ }
1000
+ },
1001
+ "bp-lg": {
1002
+ "gap": {
1003
+ "narrow": {
1004
+ "value": "1.563",
1005
+ "filePath": "tokens/grid/base.json",
1006
+ "isSource": true,
1007
+ "original": {
1008
+ "value": "{spacing.XL.value}"
1009
+ },
1010
+ "name": "grid-columns-12-bp-lg-gap-narrow",
1011
+ "attributes": {
1012
+ "category": "grid",
1013
+ "type": "columns-12",
1014
+ "item": "bp-lg",
1015
+ "subitem": "gap",
1016
+ "state": "narrow"
1017
+ },
1018
+ "path": [
1019
+ "grid",
1020
+ "columns-12",
1021
+ "bp-lg",
1022
+ "gap",
1023
+ "narrow"
1024
+ ]
1025
+ },
1026
+ "standard": {
1027
+ "value": "1.953",
1028
+ "filePath": "tokens/grid/base.json",
1029
+ "isSource": true,
1030
+ "original": {
1031
+ "value": "{spacing.2XL.value}"
1032
+ },
1033
+ "name": "grid-columns-12-bp-lg-gap-standard",
1034
+ "attributes": {
1035
+ "category": "grid",
1036
+ "type": "columns-12",
1037
+ "item": "bp-lg",
1038
+ "subitem": "gap",
1039
+ "state": "standard"
1040
+ },
1041
+ "path": [
1042
+ "grid",
1043
+ "columns-12",
1044
+ "bp-lg",
1045
+ "gap",
1046
+ "standard"
1047
+ ]
1048
+ },
1049
+ "wide": {
1050
+ "value": "2.441",
1051
+ "filePath": "tokens/grid/base.json",
1052
+ "isSource": true,
1053
+ "original": {
1054
+ "value": "{spacing.3XL.value}"
1055
+ },
1056
+ "name": "grid-columns-12-bp-lg-gap-wide",
1057
+ "attributes": {
1058
+ "category": "grid",
1059
+ "type": "columns-12",
1060
+ "item": "bp-lg",
1061
+ "subitem": "gap",
1062
+ "state": "wide"
1063
+ },
1064
+ "path": [
1065
+ "grid",
1066
+ "columns-12",
1067
+ "bp-lg",
1068
+ "gap",
1069
+ "wide"
1070
+ ]
1071
+ }
1072
+ }
1073
+ }
1074
+ },
1075
+ "marketing": {
1076
+ "column": {
1077
+ "small": {
1078
+ "value": "21.34375%",
1079
+ "public": true,
1080
+ "filePath": "tokens/grid/base.json",
1081
+ "isSource": true,
1082
+ "original": {
1083
+ "value": "21.34375%",
1084
+ "public": true
1085
+ },
1086
+ "name": "grid-marketing-column-small",
1087
+ "attributes": {
1088
+ "category": "grid",
1089
+ "type": "marketing",
1090
+ "item": "column",
1091
+ "subitem": "small"
1092
+ },
1093
+ "path": [
1094
+ "grid",
1095
+ "marketing",
1096
+ "column",
1097
+ "small"
1098
+ ]
1099
+ },
1100
+ "medium-large": {
1101
+ "value": "4.36875%",
1102
+ "public": true,
1103
+ "filePath": "tokens/grid/base.json",
1104
+ "isSource": true,
1105
+ "original": {
1106
+ "value": "4.36875%",
1107
+ "public": true
1108
+ },
1109
+ "name": "grid-marketing-column-medium-large",
1110
+ "attributes": {
1111
+ "category": "grid",
1112
+ "type": "marketing",
1113
+ "item": "column",
1114
+ "subitem": "medium-large"
1115
+ },
1116
+ "path": [
1117
+ "grid",
1118
+ "marketing",
1119
+ "column",
1120
+ "medium-large"
1121
+ ]
1122
+ }
1123
+ },
1124
+ "gap": {
1125
+ "small": {
1126
+ "value": "4.875%",
1127
+ "public": true,
1128
+ "filePath": "tokens/grid/base.json",
1129
+ "isSource": true,
1130
+ "original": {
1131
+ "value": "4.875%",
1132
+ "public": true
1133
+ },
1134
+ "name": "grid-marketing-gap-small",
1135
+ "attributes": {
1136
+ "category": "grid",
1137
+ "type": "marketing",
1138
+ "item": "gap",
1139
+ "subitem": "small"
1140
+ },
1141
+ "path": [
1142
+ "grid",
1143
+ "marketing",
1144
+ "gap",
1145
+ "small"
1146
+ ]
1147
+ },
1148
+ "medium-large": {
1149
+ "value": "4.325%",
1150
+ "public": true,
1151
+ "filePath": "tokens/grid/base.json",
1152
+ "isSource": true,
1153
+ "original": {
1154
+ "value": "4.325%",
1155
+ "public": true
1156
+ },
1157
+ "name": "grid-marketing-gap-medium-large",
1158
+ "attributes": {
1159
+ "category": "grid",
1160
+ "type": "marketing",
1161
+ "item": "gap",
1162
+ "subitem": "medium-large"
1163
+ },
1164
+ "path": [
1165
+ "grid",
1166
+ "marketing",
1167
+ "gap",
1168
+ "medium-large"
1169
+ ]
1170
+ }
1171
+ }
1172
+ }
1173
+ },
1174
+ "spacing": {
1175
+ "dashboard-nav": {
1176
+ "item-height": {
1177
+ "value": 2.25,
1178
+ "defaultUnit": "rem",
1179
+ "public": true,
1180
+ "filePath": "tokens/spacing/alias.json",
1181
+ "isSource": true,
1182
+ "original": {
1183
+ "value": 2.25,
1184
+ "defaultUnit": "rem",
1185
+ "public": true
1186
+ },
1187
+ "name": "spacing-dashboard-nav-item-height",
1188
+ "attributes": {
1189
+ "category": "spacing",
1190
+ "type": "dashboard-nav",
1191
+ "item": "item-height"
1192
+ },
1193
+ "path": [
1194
+ "spacing",
1195
+ "dashboard-nav",
1196
+ "item-height"
1197
+ ]
1198
+ },
1199
+ "item-padding": {
1200
+ "value": 0.625,
1201
+ "defaultUnit": "rem",
1202
+ "public": true,
1203
+ "filePath": "tokens/spacing/alias.json",
1204
+ "isSource": true,
1205
+ "original": {
1206
+ "value": 0.625,
1207
+ "defaultUnit": "rem",
1208
+ "public": true
1209
+ },
1210
+ "name": "spacing-dashboard-nav-item-padding",
1211
+ "attributes": {
1212
+ "category": "spacing",
1213
+ "type": "dashboard-nav",
1214
+ "item": "item-padding"
1215
+ },
1216
+ "path": [
1217
+ "spacing",
1218
+ "dashboard-nav",
1219
+ "item-padding"
1220
+ ]
1221
+ }
1222
+ },
1223
+ "button": {
1224
+ "sm": {
1225
+ "height": {
1226
+ "value": 2,
1227
+ "defaultUnit": "rem",
1228
+ "public": true,
1229
+ "filePath": "tokens/spacing/alias.json",
1230
+ "isSource": true,
1231
+ "original": {
1232
+ "value": 2,
1233
+ "defaultUnit": "rem",
1234
+ "public": true
1235
+ },
1236
+ "name": "spacing-button-sm-height",
1237
+ "attributes": {
1238
+ "category": "spacing",
1239
+ "type": "button",
1240
+ "item": "sm",
1241
+ "subitem": "height"
1242
+ },
1243
+ "path": [
1244
+ "spacing",
1245
+ "button",
1246
+ "sm",
1247
+ "height"
1248
+ ]
1249
+ },
1250
+ "padding-block": {
1251
+ "value": 0.5,
1252
+ "defaultUnit": "rem",
1253
+ "public": true,
1254
+ "filePath": "tokens/spacing/alias.json",
1255
+ "isSource": true,
1256
+ "original": {
1257
+ "value": 0.5,
1258
+ "defaultUnit": "rem",
1259
+ "public": true
1260
+ },
1261
+ "name": "spacing-button-sm-padding-block",
1262
+ "attributes": {
1263
+ "category": "spacing",
1264
+ "type": "button",
1265
+ "item": "sm",
1266
+ "subitem": "padding-block"
1267
+ },
1268
+ "path": [
1269
+ "spacing",
1270
+ "button",
1271
+ "sm",
1272
+ "padding-block"
1273
+ ]
1274
+ },
1275
+ "padding-inline": {
1276
+ "value": 0.625,
1277
+ "defaultUnit": "rem",
1278
+ "public": true,
1279
+ "filePath": "tokens/spacing/alias.json",
1280
+ "isSource": true,
1281
+ "original": {
1282
+ "value": 0.625,
1283
+ "defaultUnit": "rem",
1284
+ "public": true
1285
+ },
1286
+ "name": "spacing-button-sm-padding-inline",
1287
+ "attributes": {
1288
+ "category": "spacing",
1289
+ "type": "button",
1290
+ "item": "sm",
1291
+ "subitem": "padding-inline"
1292
+ },
1293
+ "path": [
1294
+ "spacing",
1295
+ "button",
1296
+ "sm",
1297
+ "padding-inline"
1298
+ ]
1299
+ }
1300
+ },
1301
+ "md": {
1302
+ "height": {
1303
+ "value": 2.25,
1304
+ "defaultUnit": "rem",
1305
+ "public": true,
1306
+ "filePath": "tokens/spacing/alias.json",
1307
+ "isSource": true,
1308
+ "original": {
1309
+ "value": 2.25,
1310
+ "defaultUnit": "rem",
1311
+ "public": true
1312
+ },
1313
+ "name": "spacing-button-md-height",
1314
+ "attributes": {
1315
+ "category": "spacing",
1316
+ "type": "button",
1317
+ "item": "md",
1318
+ "subitem": "height"
1319
+ },
1320
+ "path": [
1321
+ "spacing",
1322
+ "button",
1323
+ "md",
1324
+ "height"
1325
+ ]
1326
+ },
1327
+ "padding-block": {
1328
+ "value": 0.625,
1329
+ "defaultUnit": "rem",
1330
+ "public": true,
1331
+ "filePath": "tokens/spacing/alias.json",
1332
+ "isSource": true,
1333
+ "original": {
1334
+ "value": 0.625,
1335
+ "defaultUnit": "rem",
1336
+ "public": true
1337
+ },
1338
+ "name": "spacing-button-md-padding-block",
1339
+ "attributes": {
1340
+ "category": "spacing",
1341
+ "type": "button",
1342
+ "item": "md",
1343
+ "subitem": "padding-block"
1344
+ },
1345
+ "path": [
1346
+ "spacing",
1347
+ "button",
1348
+ "md",
1349
+ "padding-block"
1350
+ ]
1351
+ },
1352
+ "padding-inline": {
1353
+ "value": 0.8125,
1354
+ "defaultUnit": "rem",
1355
+ "public": true,
1356
+ "filePath": "tokens/spacing/alias.json",
1357
+ "isSource": true,
1358
+ "original": {
1359
+ "value": 0.8125,
1360
+ "defaultUnit": "rem",
1361
+ "public": true
1362
+ },
1363
+ "name": "spacing-button-md-padding-inline",
1364
+ "attributes": {
1365
+ "category": "spacing",
1366
+ "type": "button",
1367
+ "item": "md",
1368
+ "subitem": "padding-inline"
1369
+ },
1370
+ "path": [
1371
+ "spacing",
1372
+ "button",
1373
+ "md",
1374
+ "padding-inline"
1375
+ ]
1376
+ }
1377
+ },
1378
+ "lg": {
1379
+ "height": {
1380
+ "value": 3,
1381
+ "defaultUnit": "rem",
1382
+ "public": true,
1383
+ "filePath": "tokens/spacing/alias.json",
1384
+ "isSource": true,
1385
+ "original": {
1386
+ "value": 3,
1387
+ "defaultUnit": "rem",
1388
+ "public": true
1389
+ },
1390
+ "name": "spacing-button-lg-height",
1391
+ "attributes": {
1392
+ "category": "spacing",
1393
+ "type": "button",
1394
+ "item": "lg",
1395
+ "subitem": "height"
1396
+ },
1397
+ "path": [
1398
+ "spacing",
1399
+ "button",
1400
+ "lg",
1401
+ "height"
1402
+ ]
1403
+ },
1404
+ "padding-block": {
1405
+ "value": 0.9375,
1406
+ "defaultUnit": "rem",
1407
+ "public": true,
1408
+ "filePath": "tokens/spacing/alias.json",
1409
+ "isSource": true,
1410
+ "original": {
1411
+ "value": 0.9375,
1412
+ "defaultUnit": "rem",
1413
+ "public": true
1414
+ },
1415
+ "name": "spacing-button-lg-padding-block",
1416
+ "attributes": {
1417
+ "category": "spacing",
1418
+ "type": "button",
1419
+ "item": "lg",
1420
+ "subitem": "padding-block"
1421
+ },
1422
+ "path": [
1423
+ "spacing",
1424
+ "button",
1425
+ "lg",
1426
+ "padding-block"
1427
+ ]
1428
+ },
1429
+ "padding-inline": {
1430
+ "value": 1.25,
1431
+ "defaultUnit": "rem",
1432
+ "public": true,
1433
+ "filePath": "tokens/spacing/alias.json",
1434
+ "isSource": true,
1435
+ "original": {
1436
+ "value": 1.25,
1437
+ "defaultUnit": "rem",
1438
+ "public": true
1439
+ },
1440
+ "name": "spacing-button-lg-padding-inline",
1441
+ "attributes": {
1442
+ "category": "spacing",
1443
+ "type": "button",
1444
+ "item": "lg",
1445
+ "subitem": "padding-inline"
1446
+ },
1447
+ "path": [
1448
+ "spacing",
1449
+ "button",
1450
+ "lg",
1451
+ "padding-inline"
1452
+ ]
1453
+ }
1454
+ }
1455
+ },
1456
+ "8XL": {
1457
+ "value": "7.451",
1458
+ "defaultUnit": "rem",
1459
+ "public": true,
343
1460
  "filePath": "tokens/spacing/base.json",
344
1461
  "isSource": true,
345
1462
  "original": {
346
- "value": "1.25",
347
- "comment": "Base ratio/multiplier"
1463
+ "value": "7.451",
1464
+ "defaultUnit": "rem",
1465
+ "public": true
348
1466
  },
349
- "name": "spacing-scale-ratio",
1467
+ "name": "spacing-8-xl",
350
1468
  "attributes": {
351
1469
  "category": "spacing",
352
- "type": "scale-ratio"
1470
+ "type": "8XL"
353
1471
  },
354
1472
  "path": [
355
1473
  "spacing",
356
- "scale-ratio"
1474
+ "8XL"
1475
+ ]
1476
+ },
1477
+ "7XL": {
1478
+ "value": "5.96",
1479
+ "defaultUnit": "rem",
1480
+ "public": true,
1481
+ "filePath": "tokens/spacing/base.json",
1482
+ "isSource": true,
1483
+ "original": {
1484
+ "value": "5.96",
1485
+ "defaultUnit": "rem",
1486
+ "public": true
1487
+ },
1488
+ "name": "spacing-7-xl",
1489
+ "attributes": {
1490
+ "category": "spacing",
1491
+ "type": "7XL"
1492
+ },
1493
+ "path": [
1494
+ "spacing",
1495
+ "7XL"
357
1496
  ]
358
1497
  },
359
1498
  "6XL": {
360
1499
  "value": "4.678",
361
- "formula": "1.25**7",
362
1500
  "defaultUnit": "rem",
1501
+ "public": true,
363
1502
  "filePath": "tokens/spacing/base.json",
364
1503
  "isSource": true,
365
1504
  "original": {
366
1505
  "value": "4.678",
367
- "formula": "{spacing.scale-ratio}**7",
368
- "defaultUnit": "rem"
1506
+ "defaultUnit": "rem",
1507
+ "public": true
369
1508
  },
370
1509
  "name": "spacing-6-xl",
371
1510
  "attributes": {
@@ -379,14 +1518,14 @@
379
1518
  },
380
1519
  "5XL": {
381
1520
  "value": "3.815",
382
- "formula": "1.25**6",
383
1521
  "defaultUnit": "rem",
1522
+ "public": true,
384
1523
  "filePath": "tokens/spacing/base.json",
385
1524
  "isSource": true,
386
1525
  "original": {
387
1526
  "value": "3.815",
388
- "formula": "{spacing.scale-ratio}**6",
389
- "defaultUnit": "rem"
1527
+ "defaultUnit": "rem",
1528
+ "public": true
390
1529
  },
391
1530
  "name": "spacing-5-xl",
392
1531
  "attributes": {
@@ -400,14 +1539,14 @@
400
1539
  },
401
1540
  "4XL": {
402
1541
  "value": "3.052",
403
- "formula": "1.25**5",
404
1542
  "defaultUnit": "rem",
1543
+ "public": true,
405
1544
  "filePath": "tokens/spacing/base.json",
406
1545
  "isSource": true,
407
1546
  "original": {
408
1547
  "value": "3.052",
409
- "formula": "{spacing.scale-ratio}**5",
410
- "defaultUnit": "rem"
1548
+ "defaultUnit": "rem",
1549
+ "public": true
411
1550
  },
412
1551
  "name": "spacing-4-xl",
413
1552
  "attributes": {
@@ -421,14 +1560,14 @@
421
1560
  },
422
1561
  "3XL": {
423
1562
  "value": "2.441",
424
- "formula": "1.25**4",
425
1563
  "defaultUnit": "rem",
1564
+ "public": true,
426
1565
  "filePath": "tokens/spacing/base.json",
427
1566
  "isSource": true,
428
1567
  "original": {
429
1568
  "value": "2.441",
430
- "formula": "{spacing.scale-ratio}**4",
431
- "defaultUnit": "rem"
1569
+ "defaultUnit": "rem",
1570
+ "public": true
432
1571
  },
433
1572
  "name": "spacing-3-xl",
434
1573
  "attributes": {
@@ -442,14 +1581,14 @@
442
1581
  },
443
1582
  "2XL": {
444
1583
  "value": "1.953",
445
- "formula": "1.25**3",
446
1584
  "defaultUnit": "rem",
1585
+ "public": true,
447
1586
  "filePath": "tokens/spacing/base.json",
448
1587
  "isSource": true,
449
1588
  "original": {
450
1589
  "value": "1.953",
451
- "formula": "{spacing.scale-ratio}**3",
452
- "defaultUnit": "rem"
1590
+ "defaultUnit": "rem",
1591
+ "public": true
453
1592
  },
454
1593
  "name": "spacing-2-xl",
455
1594
  "attributes": {
@@ -463,14 +1602,14 @@
463
1602
  },
464
1603
  "XL": {
465
1604
  "value": "1.563",
466
- "formula": "1.25**2",
467
1605
  "defaultUnit": "rem",
1606
+ "public": true,
468
1607
  "filePath": "tokens/spacing/base.json",
469
1608
  "isSource": true,
470
1609
  "original": {
471
1610
  "value": "1.563",
472
- "formula": "{spacing.scale-ratio}**2",
473
- "defaultUnit": "rem"
1611
+ "defaultUnit": "rem",
1612
+ "public": true
474
1613
  },
475
1614
  "name": "spacing-xl",
476
1615
  "attributes": {
@@ -484,14 +1623,14 @@
484
1623
  },
485
1624
  "L": {
486
1625
  "value": "1.25",
487
- "formula": "1.25**1",
488
1626
  "defaultUnit": "rem",
1627
+ "public": true,
489
1628
  "filePath": "tokens/spacing/base.json",
490
1629
  "isSource": true,
491
1630
  "original": {
492
1631
  "value": "1.25",
493
- "formula": "{spacing.scale-ratio}**1",
494
- "defaultUnit": "rem"
1632
+ "defaultUnit": "rem",
1633
+ "public": true
495
1634
  },
496
1635
  "name": "spacing-l",
497
1636
  "attributes": {
@@ -506,11 +1645,13 @@
506
1645
  "M": {
507
1646
  "value": "1",
508
1647
  "defaultUnit": "rem",
1648
+ "public": true,
509
1649
  "filePath": "tokens/spacing/base.json",
510
1650
  "isSource": true,
511
1651
  "original": {
512
1652
  "value": "1",
513
- "defaultUnit": "rem"
1653
+ "defaultUnit": "rem",
1654
+ "public": true
514
1655
  },
515
1656
  "name": "spacing-m",
516
1657
  "attributes": {
@@ -524,14 +1665,14 @@
524
1665
  },
525
1666
  "S": {
526
1667
  "value": "0.8",
527
- "formula": "1.25**-1",
528
1668
  "defaultUnit": "rem",
1669
+ "public": true,
529
1670
  "filePath": "tokens/spacing/base.json",
530
1671
  "isSource": true,
531
1672
  "original": {
532
1673
  "value": "0.8",
533
- "formula": "{spacing.scale-ratio}**-1",
534
- "defaultUnit": "rem"
1674
+ "defaultUnit": "rem",
1675
+ "public": true
535
1676
  },
536
1677
  "name": "spacing-s",
537
1678
  "attributes": {
@@ -540,277 +1681,755 @@
540
1681
  },
541
1682
  "path": [
542
1683
  "spacing",
543
- "S"
1684
+ "S"
1685
+ ]
1686
+ },
1687
+ "XS": {
1688
+ "value": "0.64",
1689
+ "defaultUnit": "rem",
1690
+ "public": true,
1691
+ "filePath": "tokens/spacing/base.json",
1692
+ "isSource": true,
1693
+ "original": {
1694
+ "value": "0.64",
1695
+ "defaultUnit": "rem",
1696
+ "public": true
1697
+ },
1698
+ "name": "spacing-xs",
1699
+ "attributes": {
1700
+ "category": "spacing",
1701
+ "type": "XS"
1702
+ },
1703
+ "path": [
1704
+ "spacing",
1705
+ "XS"
1706
+ ]
1707
+ },
1708
+ "2XS": {
1709
+ "value": "0.512",
1710
+ "defaultUnit": "rem",
1711
+ "public": true,
1712
+ "filePath": "tokens/spacing/base.json",
1713
+ "isSource": true,
1714
+ "original": {
1715
+ "value": "0.512",
1716
+ "defaultUnit": "rem",
1717
+ "public": true
1718
+ },
1719
+ "name": "spacing-2-xs",
1720
+ "attributes": {
1721
+ "category": "spacing",
1722
+ "type": "2XS"
1723
+ },
1724
+ "path": [
1725
+ "spacing",
1726
+ "2XS"
1727
+ ]
1728
+ },
1729
+ "3XS": {
1730
+ "value": "0.41",
1731
+ "defaultUnit": "rem",
1732
+ "public": true,
1733
+ "filePath": "tokens/spacing/base.json",
1734
+ "isSource": true,
1735
+ "original": {
1736
+ "value": "0.41",
1737
+ "defaultUnit": "rem",
1738
+ "public": true
1739
+ },
1740
+ "name": "spacing-3-xs",
1741
+ "attributes": {
1742
+ "category": "spacing",
1743
+ "type": "3XS"
1744
+ },
1745
+ "path": [
1746
+ "spacing",
1747
+ "3XS"
1748
+ ]
1749
+ },
1750
+ "4XS": {
1751
+ "value": "0.328",
1752
+ "defaultUnit": "rem",
1753
+ "public": true,
1754
+ "filePath": "tokens/spacing/base.json",
1755
+ "isSource": true,
1756
+ "original": {
1757
+ "value": "0.328",
1758
+ "defaultUnit": "rem",
1759
+ "public": true
1760
+ },
1761
+ "name": "spacing-4-xs",
1762
+ "attributes": {
1763
+ "category": "spacing",
1764
+ "type": "4XS"
1765
+ },
1766
+ "path": [
1767
+ "spacing",
1768
+ "4XS"
544
1769
  ]
545
1770
  },
546
- "XS": {
547
- "value": "0.64",
548
- "formula": "1.25**-2",
1771
+ "5XS": {
1772
+ "value": "0.25",
549
1773
  "defaultUnit": "rem",
1774
+ "public": true,
550
1775
  "filePath": "tokens/spacing/base.json",
551
1776
  "isSource": true,
552
1777
  "original": {
553
- "value": "0.64",
554
- "formula": "{spacing.scale-ratio}**-2",
555
- "defaultUnit": "rem"
1778
+ "value": "0.25",
1779
+ "defaultUnit": "rem",
1780
+ "public": true
556
1781
  },
557
- "name": "spacing-xs",
1782
+ "name": "spacing-5-xs",
558
1783
  "attributes": {
559
1784
  "category": "spacing",
560
- "type": "XS"
1785
+ "type": "5XS"
561
1786
  },
562
1787
  "path": [
563
1788
  "spacing",
564
- "XS"
1789
+ "5XS"
565
1790
  ]
566
1791
  },
567
- "2XS": {
568
- "value": "0.512",
569
- "formula": "1.25**-3",
1792
+ "6XS": {
1793
+ "value": "0.125",
570
1794
  "defaultUnit": "rem",
1795
+ "public": true,
571
1796
  "filePath": "tokens/spacing/base.json",
572
1797
  "isSource": true,
573
1798
  "original": {
574
- "value": "0.512",
575
- "formula": "{spacing.scale-ratio}**-3",
576
- "defaultUnit": "rem"
1799
+ "value": "0.125",
1800
+ "defaultUnit": "rem",
1801
+ "public": true
577
1802
  },
578
- "name": "spacing-2-xs",
1803
+ "name": "spacing-6-xs",
579
1804
  "attributes": {
580
1805
  "category": "spacing",
581
- "type": "2XS"
1806
+ "type": "6XS"
1807
+ },
1808
+ "path": [
1809
+ "spacing",
1810
+ "6XS"
1811
+ ]
1812
+ }
1813
+ },
1814
+ "typography": {
1815
+ "font": {
1816
+ "default": {
1817
+ "value": "'Poppins', sans-serif",
1818
+ "public": true,
1819
+ "filePath": "tokens/typography/alias/font.json",
1820
+ "isSource": true,
1821
+ "original": {
1822
+ "value": "'Poppins', sans-serif",
1823
+ "public": true
1824
+ },
1825
+ "name": "typography-font-default",
1826
+ "attributes": {
1827
+ "category": "typography",
1828
+ "type": "font",
1829
+ "item": "default"
1830
+ },
1831
+ "path": [
1832
+ "typography",
1833
+ "font",
1834
+ "default"
1835
+ ]
1836
+ },
1837
+ "secondary": {
1838
+ "value": "'Aleo', serif",
1839
+ "public": true,
1840
+ "filePath": "tokens/typography/alias/font.json",
1841
+ "isSource": true,
1842
+ "original": {
1843
+ "value": "'Aleo', serif",
1844
+ "public": true
1845
+ },
1846
+ "name": "typography-font-secondary",
1847
+ "attributes": {
1848
+ "category": "typography",
1849
+ "type": "font",
1850
+ "item": "secondary"
1851
+ },
1852
+ "path": [
1853
+ "typography",
1854
+ "font",
1855
+ "secondary"
1856
+ ]
1857
+ },
1858
+ "code": {
1859
+ "value": "'Source Code Pro', monospace",
1860
+ "public": true,
1861
+ "filePath": "tokens/typography/alias/font.json",
1862
+ "isSource": true,
1863
+ "original": {
1864
+ "value": "'Source Code Pro', monospace",
1865
+ "public": true
1866
+ },
1867
+ "name": "typography-font-code",
1868
+ "attributes": {
1869
+ "category": "typography",
1870
+ "type": "font",
1871
+ "item": "code"
1872
+ },
1873
+ "path": [
1874
+ "typography",
1875
+ "font",
1876
+ "code"
1877
+ ]
1878
+ },
1879
+ "headings": {
1880
+ "value": "'Poppins', sans-serif",
1881
+ "filePath": "tokens/typography/alias/font.json",
1882
+ "isSource": true,
1883
+ "original": {
1884
+ "value": "{typography.font.default.value}"
1885
+ },
1886
+ "name": "typography-font-headings",
1887
+ "attributes": {
1888
+ "category": "typography",
1889
+ "type": "font",
1890
+ "item": "headings"
1891
+ },
1892
+ "path": [
1893
+ "typography",
1894
+ "font",
1895
+ "headings"
1896
+ ]
1897
+ },
1898
+ "paragraph": {
1899
+ "value": "'Poppins', sans-serif",
1900
+ "filePath": "tokens/typography/alias/font.json",
1901
+ "isSource": true,
1902
+ "original": {
1903
+ "value": "{typography.font.default.value}"
1904
+ },
1905
+ "name": "typography-font-paragraph",
1906
+ "attributes": {
1907
+ "category": "typography",
1908
+ "type": "font",
1909
+ "item": "paragraph"
1910
+ },
1911
+ "path": [
1912
+ "typography",
1913
+ "font",
1914
+ "paragraph"
1915
+ ]
1916
+ },
1917
+ "lead": {
1918
+ "value": "'Aleo', serif",
1919
+ "filePath": "tokens/typography/alias/font.json",
1920
+ "isSource": true,
1921
+ "original": {
1922
+ "value": "{typography.font.secondary.value}"
1923
+ },
1924
+ "name": "typography-font-lead",
1925
+ "attributes": {
1926
+ "category": "typography",
1927
+ "type": "font",
1928
+ "item": "lead"
1929
+ },
1930
+ "path": [
1931
+ "typography",
1932
+ "font",
1933
+ "lead"
1934
+ ]
1935
+ },
1936
+ "quote": {
1937
+ "value": "'Aleo', serif",
1938
+ "filePath": "tokens/typography/alias/font.json",
1939
+ "isSource": true,
1940
+ "original": {
1941
+ "value": "{typography.font.secondary.value}"
1942
+ },
1943
+ "name": "typography-font-quote",
1944
+ "attributes": {
1945
+ "category": "typography",
1946
+ "type": "font",
1947
+ "item": "quote"
1948
+ },
1949
+ "path": [
1950
+ "typography",
1951
+ "font",
1952
+ "quote"
1953
+ ]
1954
+ },
1955
+ "overline": {
1956
+ "value": "'Poppins', sans-serif",
1957
+ "filePath": "tokens/typography/alias/font.json",
1958
+ "isSource": true,
1959
+ "original": {
1960
+ "value": "{typography.font.default.value}"
1961
+ },
1962
+ "name": "typography-font-overline",
1963
+ "attributes": {
1964
+ "category": "typography",
1965
+ "type": "font",
1966
+ "item": "overline"
1967
+ },
1968
+ "path": [
1969
+ "typography",
1970
+ "font",
1971
+ "overline"
1972
+ ]
1973
+ },
1974
+ "css-import": {
1975
+ "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap'",
1976
+ "filePath": "tokens/typography/base/font.json",
1977
+ "isSource": true,
1978
+ "original": {
1979
+ "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap'"
1980
+ },
1981
+ "name": "typography-font-css-import",
1982
+ "attributes": {
1983
+ "category": "typography",
1984
+ "type": "font",
1985
+ "item": "css-import"
1986
+ },
1987
+ "path": [
1988
+ "typography",
1989
+ "font",
1990
+ "css-import"
1991
+ ]
1992
+ }
1993
+ },
1994
+ "size": {
1995
+ "default": {
1996
+ "value": "1",
1997
+ "defaultUnit": "rem",
1998
+ "public": true,
1999
+ "isReferenceToInternal": true,
2000
+ "filePath": "tokens/typography/alias/size.json",
2001
+ "isSource": true,
2002
+ "original": {
2003
+ "value": "{typography.size.M.value}",
2004
+ "defaultUnit": "rem",
2005
+ "public": true,
2006
+ "isReferenceToInternal": true
2007
+ },
2008
+ "name": "typography-size-default",
2009
+ "attributes": {
2010
+ "category": "typography",
2011
+ "type": "size",
2012
+ "item": "default"
2013
+ },
2014
+ "path": [
2015
+ "typography",
2016
+ "size",
2017
+ "default"
2018
+ ]
2019
+ },
2020
+ "input-label": {
2021
+ "value": "1",
2022
+ "defaultUnit": "rem",
2023
+ "public": true,
2024
+ "isReferenceToInternal": true,
2025
+ "filePath": "tokens/typography/alias/size.json",
2026
+ "isSource": true,
2027
+ "original": {
2028
+ "value": "{typography.size.M.value}",
2029
+ "defaultUnit": "rem",
2030
+ "public": true,
2031
+ "isReferenceToInternal": true
2032
+ },
2033
+ "name": "typography-size-input-label",
2034
+ "attributes": {
2035
+ "category": "typography",
2036
+ "type": "size",
2037
+ "item": "input-label"
2038
+ },
2039
+ "path": [
2040
+ "typography",
2041
+ "size",
2042
+ "input-label"
2043
+ ]
2044
+ },
2045
+ "code-block": {
2046
+ "value": "0.9",
2047
+ "defaultUnit": "rem",
2048
+ "public": true,
2049
+ "isReferenceToInternal": true,
2050
+ "filePath": "tokens/typography/alias/size.json",
2051
+ "isSource": true,
2052
+ "original": {
2053
+ "value": "0.9",
2054
+ "defaultUnit": "rem",
2055
+ "public": true,
2056
+ "isReferenceToInternal": true
2057
+ },
2058
+ "name": "typography-size-code-block",
2059
+ "attributes": {
2060
+ "category": "typography",
2061
+ "type": "size",
2062
+ "item": "code-block"
2063
+ },
2064
+ "path": [
2065
+ "typography",
2066
+ "size",
2067
+ "code-block"
2068
+ ]
2069
+ },
2070
+ "9XL": {
2071
+ "value": "6.192",
2072
+ "defaultUnit": "rem",
2073
+ "public": true,
2074
+ "filePath": "tokens/typography/base/size.json",
2075
+ "isSource": true,
2076
+ "original": {
2077
+ "value": "6.192",
2078
+ "defaultUnit": "rem",
2079
+ "public": true
2080
+ },
2081
+ "name": "typography-size-9-xl",
2082
+ "attributes": {
2083
+ "category": "typography",
2084
+ "type": "size",
2085
+ "item": "9XL"
2086
+ },
2087
+ "path": [
2088
+ "typography",
2089
+ "size",
2090
+ "9XL"
2091
+ ]
582
2092
  },
583
- "path": [
584
- "spacing",
585
- "2XS"
586
- ]
587
- },
588
- "3XS": {
589
- "value": "0.41",
590
- "formula": "1.25**-4",
591
- "defaultUnit": "rem",
592
- "filePath": "tokens/spacing/base.json",
593
- "isSource": true,
594
- "original": {
595
- "value": "0.41",
596
- "formula": "{spacing.scale-ratio}**-4",
597
- "defaultUnit": "rem"
2093
+ "8XL": {
2094
+ "value": "5.160",
2095
+ "defaultUnit": "rem",
2096
+ "public": true,
2097
+ "filePath": "tokens/typography/base/size.json",
2098
+ "isSource": true,
2099
+ "original": {
2100
+ "value": "5.160",
2101
+ "defaultUnit": "rem",
2102
+ "public": true
2103
+ },
2104
+ "name": "typography-size-8-xl",
2105
+ "attributes": {
2106
+ "category": "typography",
2107
+ "type": "size",
2108
+ "item": "8XL"
2109
+ },
2110
+ "path": [
2111
+ "typography",
2112
+ "size",
2113
+ "8XL"
2114
+ ]
598
2115
  },
599
- "name": "spacing-3-xs",
600
- "attributes": {
601
- "category": "spacing",
602
- "type": "3XS"
2116
+ "7XL": {
2117
+ "value": "4.3",
2118
+ "defaultUnit": "rem",
2119
+ "public": true,
2120
+ "filePath": "tokens/typography/base/size.json",
2121
+ "isSource": true,
2122
+ "original": {
2123
+ "value": "4.3",
2124
+ "defaultUnit": "rem",
2125
+ "public": true
2126
+ },
2127
+ "name": "typography-size-7-xl",
2128
+ "attributes": {
2129
+ "category": "typography",
2130
+ "type": "size",
2131
+ "item": "7XL"
2132
+ },
2133
+ "path": [
2134
+ "typography",
2135
+ "size",
2136
+ "7XL"
2137
+ ]
603
2138
  },
604
- "path": [
605
- "spacing",
606
- "3XS"
607
- ]
608
- },
609
- "4XS": {
610
- "value": "0.328",
611
- "formula": "1.25**-5",
612
- "defaultUnit": "rem",
613
- "filePath": "tokens/spacing/base.json",
614
- "isSource": true,
615
- "original": {
616
- "value": "0.328",
617
- "formula": "{spacing.scale-ratio}**-5",
618
- "defaultUnit": "rem"
2139
+ "6XL": {
2140
+ "value": "3.583",
2141
+ "defaultUnit": "rem",
2142
+ "public": true,
2143
+ "filePath": "tokens/typography/base/size.json",
2144
+ "isSource": true,
2145
+ "original": {
2146
+ "value": "3.583",
2147
+ "defaultUnit": "rem",
2148
+ "public": true
2149
+ },
2150
+ "name": "typography-size-6-xl",
2151
+ "attributes": {
2152
+ "category": "typography",
2153
+ "type": "size",
2154
+ "item": "6XL"
2155
+ },
2156
+ "path": [
2157
+ "typography",
2158
+ "size",
2159
+ "6XL"
2160
+ ]
619
2161
  },
620
- "name": "spacing-4-xs",
621
- "attributes": {
622
- "category": "spacing",
623
- "type": "4XS"
2162
+ "5XL": {
2163
+ "value": "2.986",
2164
+ "defaultUnit": "rem",
2165
+ "public": true,
2166
+ "comment": "Default h1",
2167
+ "filePath": "tokens/typography/base/size.json",
2168
+ "isSource": true,
2169
+ "original": {
2170
+ "value": "2.986",
2171
+ "defaultUnit": "rem",
2172
+ "public": true,
2173
+ "comment": "Default h1"
2174
+ },
2175
+ "name": "typography-size-5-xl",
2176
+ "attributes": {
2177
+ "category": "typography",
2178
+ "type": "size",
2179
+ "item": "5XL"
2180
+ },
2181
+ "path": [
2182
+ "typography",
2183
+ "size",
2184
+ "5XL"
2185
+ ]
624
2186
  },
625
- "path": [
626
- "spacing",
627
- "4XS"
628
- ]
629
- }
630
- },
631
- "typography": {
632
- "font": {
633
- "default": {
634
- "value": "'Poppins', sans-serif",
2187
+ "4XL": {
2188
+ "value": "2.488",
2189
+ "defaultUnit": "rem",
635
2190
  "public": true,
636
- "filePath": "tokens/typography/alias/font.json",
2191
+ "filePath": "tokens/typography/base/size.json",
637
2192
  "isSource": true,
638
2193
  "original": {
639
- "value": "'Poppins', sans-serif",
2194
+ "value": "2.488",
2195
+ "defaultUnit": "rem",
640
2196
  "public": true
641
2197
  },
642
- "name": "typography-font-default",
2198
+ "name": "typography-size-4-xl",
643
2199
  "attributes": {
644
2200
  "category": "typography",
645
- "type": "font",
646
- "item": "default"
2201
+ "type": "size",
2202
+ "item": "4XL"
647
2203
  },
648
2204
  "path": [
649
2205
  "typography",
650
- "font",
651
- "default"
2206
+ "size",
2207
+ "4XL"
652
2208
  ]
653
2209
  },
654
- "headings": {
655
- "value": "'Poppins', sans-serif",
656
- "filePath": "tokens/typography/alias/font.json",
2210
+ "3XL": {
2211
+ "value": "2.074",
2212
+ "defaultUnit": "rem",
2213
+ "public": true,
2214
+ "comment": "Default h2",
2215
+ "filePath": "tokens/typography/base/size.json",
657
2216
  "isSource": true,
658
2217
  "original": {
659
- "value": "{typography.font.default.value}"
2218
+ "value": "2.074",
2219
+ "defaultUnit": "rem",
2220
+ "public": true,
2221
+ "comment": "Default h2"
660
2222
  },
661
- "name": "typography-font-headings",
2223
+ "name": "typography-size-3-xl",
662
2224
  "attributes": {
663
2225
  "category": "typography",
664
- "type": "font",
665
- "item": "headings"
2226
+ "type": "size",
2227
+ "item": "3XL"
666
2228
  },
667
2229
  "path": [
668
2230
  "typography",
669
- "font",
670
- "headings"
2231
+ "size",
2232
+ "3XL"
671
2233
  ]
672
2234
  },
673
- "paragraph": {
674
- "value": "'Poppins', sans-serif",
675
- "filePath": "tokens/typography/alias/font.json",
2235
+ "2XL": {
2236
+ "value": "1.728",
2237
+ "defaultUnit": "rem",
2238
+ "public": true,
2239
+ "comment": "Default h3",
2240
+ "filePath": "tokens/typography/base/size.json",
676
2241
  "isSource": true,
677
2242
  "original": {
678
- "value": "{typography.font.default.value}"
2243
+ "value": "1.728",
2244
+ "defaultUnit": "rem",
2245
+ "public": true,
2246
+ "comment": "Default h3"
679
2247
  },
680
- "name": "typography-font-paragraph",
2248
+ "name": "typography-size-2-xl",
681
2249
  "attributes": {
682
2250
  "category": "typography",
683
- "type": "font",
684
- "item": "paragraph"
2251
+ "type": "size",
2252
+ "item": "2XL"
685
2253
  },
686
2254
  "path": [
687
2255
  "typography",
688
- "font",
689
- "paragraph"
2256
+ "size",
2257
+ "2XL"
690
2258
  ]
691
2259
  },
692
- "lead": {
693
- "value": "'Aleo', serif",
694
- "filePath": "tokens/typography/alias/font.json",
2260
+ "XL": {
2261
+ "value": "1.44",
2262
+ "defaultUnit": "rem",
2263
+ "public": true,
2264
+ "comment": "Default h4",
2265
+ "filePath": "tokens/typography/base/size.json",
695
2266
  "isSource": true,
696
2267
  "original": {
697
- "value": "'Aleo', serif"
2268
+ "value": "1.44",
2269
+ "defaultUnit": "rem",
2270
+ "public": true,
2271
+ "comment": "Default h4"
698
2272
  },
699
- "name": "typography-font-lead",
2273
+ "name": "typography-size-xl",
700
2274
  "attributes": {
701
2275
  "category": "typography",
702
- "type": "font",
703
- "item": "lead"
2276
+ "type": "size",
2277
+ "item": "XL"
704
2278
  },
705
2279
  "path": [
706
2280
  "typography",
707
- "font",
708
- "lead"
2281
+ "size",
2282
+ "XL"
709
2283
  ]
710
2284
  },
711
- "quote": {
712
- "value": "'Aleo', serif",
713
- "filePath": "tokens/typography/alias/font.json",
2285
+ "L": {
2286
+ "value": "1.2",
2287
+ "defaultUnit": "rem",
2288
+ "public": true,
2289
+ "comment": "Default h5",
2290
+ "filePath": "tokens/typography/base/size.json",
714
2291
  "isSource": true,
715
2292
  "original": {
716
- "value": "'Aleo', serif"
2293
+ "value": "1.2",
2294
+ "defaultUnit": "rem",
2295
+ "public": true,
2296
+ "comment": "Default h5"
717
2297
  },
718
- "name": "typography-font-quote",
2298
+ "name": "typography-size-l",
719
2299
  "attributes": {
720
2300
  "category": "typography",
721
- "type": "font",
722
- "item": "quote"
2301
+ "type": "size",
2302
+ "item": "L"
723
2303
  },
724
2304
  "path": [
725
2305
  "typography",
726
- "font",
727
- "quote"
2306
+ "size",
2307
+ "L"
728
2308
  ]
729
2309
  },
730
- "overline": {
731
- "value": "'Poppins', sans-serif",
732
- "filePath": "tokens/typography/alias/font.json",
2310
+ "M": {
2311
+ "value": "1",
2312
+ "defaultUnit": "rem",
2313
+ "public": true,
2314
+ "comment": "Base value.",
2315
+ "filePath": "tokens/typography/base/size.json",
733
2316
  "isSource": true,
734
2317
  "original": {
735
- "value": "{typography.font.default.value}"
2318
+ "value": "1",
2319
+ "defaultUnit": "rem",
2320
+ "public": true,
2321
+ "comment": "Base value."
736
2322
  },
737
- "name": "typography-font-overline",
2323
+ "name": "typography-size-m",
738
2324
  "attributes": {
739
2325
  "category": "typography",
740
- "type": "font",
741
- "item": "overline"
2326
+ "type": "size",
2327
+ "item": "M"
742
2328
  },
743
2329
  "path": [
744
2330
  "typography",
745
- "font",
746
- "overline"
2331
+ "size",
2332
+ "M"
747
2333
  ]
748
2334
  },
749
- "css-import": {
750
- "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'",
751
- "filePath": "tokens/typography/base/font.json",
2335
+ "S": {
2336
+ "value": "0.833",
2337
+ "defaultUnit": "rem",
2338
+ "public": true,
2339
+ "filePath": "tokens/typography/base/size.json",
752
2340
  "isSource": true,
753
2341
  "original": {
754
- "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'"
2342
+ "value": "0.833",
2343
+ "defaultUnit": "rem",
2344
+ "public": true
755
2345
  },
756
- "name": "typography-font-css-import",
2346
+ "name": "typography-size-s",
757
2347
  "attributes": {
758
2348
  "category": "typography",
759
- "type": "font",
760
- "item": "css-import"
2349
+ "type": "size",
2350
+ "item": "S"
2351
+ },
2352
+ "path": [
2353
+ "typography",
2354
+ "size",
2355
+ "S"
2356
+ ]
2357
+ },
2358
+ "XS": {
2359
+ "value": "0.694",
2360
+ "defaultUnit": "rem",
2361
+ "public": true,
2362
+ "filePath": "tokens/typography/base/size.json",
2363
+ "isSource": true,
2364
+ "original": {
2365
+ "value": "0.694",
2366
+ "defaultUnit": "rem",
2367
+ "public": true
2368
+ },
2369
+ "name": "typography-size-xs",
2370
+ "attributes": {
2371
+ "category": "typography",
2372
+ "type": "size",
2373
+ "item": "XS"
761
2374
  },
762
2375
  "path": [
763
2376
  "typography",
764
- "font",
765
- "css-import"
2377
+ "size",
2378
+ "XS"
766
2379
  ]
767
2380
  }
768
2381
  },
769
2382
  "font-weight": {
770
- "regular": {
771
- "value": 400,
2383
+ "light": {
2384
+ "value": 300,
2385
+ "public": true,
772
2386
  "filePath": "tokens/typography/base/font-weight.json",
773
2387
  "isSource": true,
774
2388
  "original": {
775
- "value": 400
2389
+ "value": 300,
2390
+ "public": true
776
2391
  },
777
- "name": "typography-font-weight-regular",
2392
+ "name": "typography-font-weight-light",
778
2393
  "attributes": {
779
2394
  "category": "typography",
780
2395
  "type": "font-weight",
781
- "item": "regular"
2396
+ "item": "light"
782
2397
  },
783
2398
  "path": [
784
2399
  "typography",
785
2400
  "font-weight",
786
- "regular"
2401
+ "light"
787
2402
  ]
788
2403
  },
789
- "medium": {
790
- "value": 500,
2404
+ "regular": {
2405
+ "value": 400,
2406
+ "public": true,
791
2407
  "filePath": "tokens/typography/base/font-weight.json",
792
2408
  "isSource": true,
793
2409
  "original": {
794
- "value": 500
2410
+ "value": 400,
2411
+ "public": true
795
2412
  },
796
- "name": "typography-font-weight-medium",
2413
+ "name": "typography-font-weight-regular",
797
2414
  "attributes": {
798
2415
  "category": "typography",
799
2416
  "type": "font-weight",
800
- "item": "medium"
2417
+ "item": "regular"
801
2418
  },
802
2419
  "path": [
803
2420
  "typography",
804
2421
  "font-weight",
805
- "medium"
2422
+ "regular"
806
2423
  ]
807
2424
  },
808
2425
  "semibold": {
809
2426
  "value": 600,
2427
+ "public": true,
810
2428
  "filePath": "tokens/typography/base/font-weight.json",
811
2429
  "isSource": true,
812
2430
  "original": {
813
- "value": 600
2431
+ "value": 600,
2432
+ "public": true
814
2433
  },
815
2434
  "name": "typography-font-weight-semibold",
816
2435
  "attributes": {
@@ -826,10 +2445,12 @@
826
2445
  },
827
2446
  "bold": {
828
2447
  "value": 700,
2448
+ "public": true,
829
2449
  "filePath": "tokens/typography/base/font-weight.json",
830
2450
  "isSource": true,
831
2451
  "original": {
832
- "value": 700
2452
+ "value": 700,
2453
+ "public": true
833
2454
  },
834
2455
  "name": "typography-font-weight-bold",
835
2456
  "attributes": {
@@ -842,36 +2463,19 @@
842
2463
  "font-weight",
843
2464
  "bold"
844
2465
  ]
845
- },
846
- "extrabold": {
847
- "value": 800,
848
- "filePath": "tokens/typography/base/font-weight.json",
849
- "isSource": true,
850
- "original": {
851
- "value": 800
852
- },
853
- "name": "typography-font-weight-extrabold",
854
- "attributes": {
855
- "category": "typography",
856
- "type": "font-weight",
857
- "item": "extrabold"
858
- },
859
- "path": [
860
- "typography",
861
- "font-weight",
862
- "extrabold"
863
- ]
864
2466
  }
865
2467
  },
866
2468
  "letter-spacing": {
867
2469
  "XL": {
868
2470
  "value": "0.06",
869
- "defaultUnit": "em",
2471
+ "defaultUnit": "rem",
2472
+ "public": true,
870
2473
  "filePath": "tokens/typography/base/letter-spacing.json",
871
2474
  "isSource": true,
872
2475
  "original": {
873
2476
  "value": "0.06",
874
- "defaultUnit": "em"
2477
+ "defaultUnit": "rem",
2478
+ "public": true
875
2479
  },
876
2480
  "name": "typography-letter-spacing-xl",
877
2481
  "attributes": {
@@ -887,12 +2491,14 @@
887
2491
  },
888
2492
  "L": {
889
2493
  "value": "0.04",
890
- "defaultUnit": "em",
2494
+ "defaultUnit": "rem",
2495
+ "public": true,
891
2496
  "filePath": "tokens/typography/base/letter-spacing.json",
892
2497
  "isSource": true,
893
2498
  "original": {
894
2499
  "value": "0.04",
895
- "defaultUnit": "em"
2500
+ "defaultUnit": "rem",
2501
+ "public": true
896
2502
  },
897
2503
  "name": "typography-letter-spacing-l",
898
2504
  "attributes": {
@@ -908,12 +2514,14 @@
908
2514
  },
909
2515
  "M": {
910
2516
  "value": "0.02",
911
- "defaultUnit": "em",
2517
+ "defaultUnit": "rem",
2518
+ "public": true,
912
2519
  "filePath": "tokens/typography/base/letter-spacing.json",
913
2520
  "isSource": true,
914
2521
  "original": {
915
2522
  "value": "0.02",
916
- "defaultUnit": "em"
2523
+ "defaultUnit": "rem",
2524
+ "public": true
917
2525
  },
918
2526
  "name": "typography-letter-spacing-m",
919
2527
  "attributes": {
@@ -929,12 +2537,14 @@
929
2537
  },
930
2538
  "S": {
931
2539
  "value": "0.01",
932
- "defaultUnit": "em",
2540
+ "defaultUnit": "rem",
2541
+ "public": true,
933
2542
  "filePath": "tokens/typography/base/letter-spacing.json",
934
2543
  "isSource": true,
935
2544
  "original": {
936
2545
  "value": "0.01",
937
- "defaultUnit": "em"
2546
+ "defaultUnit": "rem",
2547
+ "public": true
938
2548
  },
939
2549
  "name": "typography-letter-spacing-s",
940
2550
  "attributes": {
@@ -950,12 +2560,35 @@
950
2560
  }
951
2561
  },
952
2562
  "line-height": {
2563
+ "XL": {
2564
+ "value": "195%",
2565
+ "public": true,
2566
+ "filePath": "tokens/typography/base/line-height.json",
2567
+ "isSource": true,
2568
+ "original": {
2569
+ "value": "195%",
2570
+ "public": true
2571
+ },
2572
+ "name": "typography-line-height-xl",
2573
+ "attributes": {
2574
+ "category": "typography",
2575
+ "type": "line-height",
2576
+ "item": "XL"
2577
+ },
2578
+ "path": [
2579
+ "typography",
2580
+ "line-height",
2581
+ "XL"
2582
+ ]
2583
+ },
953
2584
  "L": {
954
- "value": "195.3%",
2585
+ "value": "165%",
2586
+ "public": true,
955
2587
  "filePath": "tokens/typography/base/line-height.json",
956
2588
  "isSource": true,
957
2589
  "original": {
958
- "value": "195.3%"
2590
+ "value": "165%",
2591
+ "public": true
959
2592
  },
960
2593
  "name": "typography-line-height-l",
961
2594
  "attributes": {
@@ -970,11 +2603,13 @@
970
2603
  ]
971
2604
  },
972
2605
  "M": {
973
- "value": "156.3%",
2606
+ "value": "140%",
2607
+ "public": true,
974
2608
  "filePath": "tokens/typography/base/line-height.json",
975
2609
  "isSource": true,
976
2610
  "original": {
977
- "value": "156.3%"
2611
+ "value": "140%",
2612
+ "public": true
978
2613
  },
979
2614
  "name": "typography-line-height-m",
980
2615
  "attributes": {
@@ -989,11 +2624,13 @@
989
2624
  ]
990
2625
  },
991
2626
  "S": {
992
- "value": "125%",
2627
+ "value": "120%",
2628
+ "public": true,
993
2629
  "filePath": "tokens/typography/base/line-height.json",
994
2630
  "isSource": true,
995
2631
  "original": {
996
- "value": "125%"
2632
+ "value": "120%",
2633
+ "public": true
997
2634
  },
998
2635
  "name": "typography-line-height-s",
999
2636
  "attributes": {
@@ -1008,210 +2645,146 @@
1008
2645
  ]
1009
2646
  }
1010
2647
  },
1011
- "scale-ratio": {
1012
- "value": "1.25",
1013
- "comment": "The base ratio/multiplier of the typographic scale.",
1014
- "filePath": "tokens/typography/base/size.json",
1015
- "isSource": true,
1016
- "original": {
1017
- "value": "1.25",
1018
- "comment": "The base ratio/multiplier of the typographic scale."
1019
- },
1020
- "name": "typography-scale-ratio",
1021
- "attributes": {
1022
- "category": "typography",
1023
- "type": "scale-ratio"
1024
- },
1025
- "path": [
1026
- "typography",
1027
- "scale-ratio"
1028
- ]
1029
- },
1030
- "size": {
1031
- "4XL": {
1032
- "value": "3.052",
1033
- "formula": "1.25**5",
1034
- "defaultUnit": "em",
1035
- "filePath": "tokens/typography/base/size.json",
2648
+ "multiplier": {
2649
+ "small": {
2650
+ "value": "0.84",
2651
+ "public": true,
2652
+ "filePath": "tokens/typography/base/multipliers.json",
1036
2653
  "isSource": true,
1037
2654
  "original": {
1038
- "value": "3.052",
1039
- "formula": "{typography.scale-ratio}**5",
1040
- "defaultUnit": "em"
2655
+ "value": "0.84",
2656
+ "public": true
1041
2657
  },
1042
- "name": "typography-size-4-xl",
2658
+ "name": "typography-multiplier-small",
1043
2659
  "attributes": {
1044
2660
  "category": "typography",
1045
- "type": "size",
1046
- "item": "4XL"
2661
+ "type": "multiplier",
2662
+ "item": "small"
1047
2663
  },
1048
2664
  "path": [
1049
2665
  "typography",
1050
- "size",
1051
- "4XL"
2666
+ "multiplier",
2667
+ "small"
1052
2668
  ]
1053
2669
  },
1054
- "3XL": {
1055
- "value": "2.441",
1056
- "formula": "1.25**4",
1057
- "defaultUnit": "em",
1058
- "filePath": "tokens/typography/base/size.json",
2670
+ "medium": {
2671
+ "value": "0.88",
2672
+ "public": true,
2673
+ "filePath": "tokens/typography/base/multipliers.json",
1059
2674
  "isSource": true,
1060
2675
  "original": {
1061
- "value": "2.441",
1062
- "formula": "{typography.scale-ratio}**4",
1063
- "defaultUnit": "em"
2676
+ "value": "0.88",
2677
+ "public": true
1064
2678
  },
1065
- "name": "typography-size-3-xl",
2679
+ "name": "typography-multiplier-medium",
1066
2680
  "attributes": {
1067
2681
  "category": "typography",
1068
- "type": "size",
1069
- "item": "3XL"
2682
+ "type": "multiplier",
2683
+ "item": "medium"
1070
2684
  },
1071
2685
  "path": [
1072
2686
  "typography",
1073
- "size",
1074
- "3XL"
2687
+ "multiplier",
2688
+ "medium"
1075
2689
  ]
2690
+ }
2691
+ }
2692
+ },
2693
+ "z-index": {
2694
+ "navigation": {
2695
+ "value": 100,
2696
+ "public": true,
2697
+ "filePath": "tokens/z-index/base.json",
2698
+ "isSource": true,
2699
+ "original": {
2700
+ "value": 100,
2701
+ "public": true
1076
2702
  },
1077
- "2XL": {
1078
- "value": "1.953",
1079
- "formula": "1.25**3",
1080
- "defaultUnit": "em",
1081
- "filePath": "tokens/typography/base/size.json",
1082
- "isSource": true,
1083
- "original": {
1084
- "value": "1.953",
1085
- "formula": "{typography.scale-ratio}**3",
1086
- "defaultUnit": "em"
1087
- },
1088
- "name": "typography-size-2-xl",
1089
- "attributes": {
1090
- "category": "typography",
1091
- "type": "size",
1092
- "item": "2XL"
1093
- },
1094
- "path": [
1095
- "typography",
1096
- "size",
1097
- "2XL"
1098
- ]
2703
+ "name": "z-index-navigation",
2704
+ "attributes": {
2705
+ "category": "z-index",
2706
+ "type": "navigation"
1099
2707
  },
1100
- "XL": {
1101
- "value": "1.563",
1102
- "formula": "1.25**2",
1103
- "defaultUnit": "em",
1104
- "filePath": "tokens/typography/base/size.json",
1105
- "isSource": true,
1106
- "original": {
1107
- "value": "1.563",
1108
- "formula": "{typography.scale-ratio}**2",
1109
- "defaultUnit": "em"
1110
- },
1111
- "name": "typography-size-xl",
1112
- "attributes": {
1113
- "category": "typography",
1114
- "type": "size",
1115
- "item": "XL"
1116
- },
1117
- "path": [
1118
- "typography",
1119
- "size",
1120
- "XL"
1121
- ]
2708
+ "path": [
2709
+ "z-index",
2710
+ "navigation"
2711
+ ]
2712
+ },
2713
+ "dropdown": {
2714
+ "value": 200,
2715
+ "public": true,
2716
+ "filePath": "tokens/z-index/base.json",
2717
+ "isSource": true,
2718
+ "original": {
2719
+ "value": 200,
2720
+ "public": true
1122
2721
  },
1123
- "L": {
1124
- "value": "1.25",
1125
- "formula": "1.25**1",
1126
- "defaultUnit": "em",
1127
- "filePath": "tokens/typography/base/size.json",
1128
- "isSource": true,
1129
- "original": {
1130
- "value": "1.25",
1131
- "formula": "{typography.scale-ratio}**1",
1132
- "defaultUnit": "em"
1133
- },
1134
- "name": "typography-size-l",
1135
- "attributes": {
1136
- "category": "typography",
1137
- "type": "size",
1138
- "item": "L"
1139
- },
1140
- "path": [
1141
- "typography",
1142
- "size",
1143
- "L"
1144
- ]
2722
+ "name": "z-index-dropdown",
2723
+ "attributes": {
2724
+ "category": "z-index",
2725
+ "type": "dropdown"
1145
2726
  },
1146
- "M": {
1147
- "value": "1",
1148
- "comment": "Base value.",
1149
- "defaultUnit": "em",
1150
- "filePath": "tokens/typography/base/size.json",
1151
- "isSource": true,
1152
- "original": {
1153
- "value": "1",
1154
- "comment": "Base value.",
1155
- "defaultUnit": "em"
1156
- },
1157
- "name": "typography-size-m",
1158
- "attributes": {
1159
- "category": "typography",
1160
- "type": "size",
1161
- "item": "M"
1162
- },
1163
- "path": [
1164
- "typography",
1165
- "size",
1166
- "M"
1167
- ]
2727
+ "path": [
2728
+ "z-index",
2729
+ "dropdown"
2730
+ ]
2731
+ },
2732
+ "notifications": {
2733
+ "value": 300,
2734
+ "public": true,
2735
+ "filePath": "tokens/z-index/base.json",
2736
+ "isSource": true,
2737
+ "original": {
2738
+ "value": 300,
2739
+ "public": true
1168
2740
  },
1169
- "S": {
1170
- "value": "0.875",
1171
- "formula": "1.25**-1",
1172
- "defaultUnit": "em",
1173
- "filePath": "tokens/typography/base/size.json",
1174
- "isSource": true,
1175
- "original": {
1176
- "value": "0.875",
1177
- "formula": "{typography.scale-ratio}**-1",
1178
- "defaultUnit": "em"
1179
- },
1180
- "name": "typography-size-s",
1181
- "attributes": {
1182
- "category": "typography",
1183
- "type": "size",
1184
- "item": "S"
1185
- },
1186
- "path": [
1187
- "typography",
1188
- "size",
1189
- "S"
1190
- ]
2741
+ "name": "z-index-notifications",
2742
+ "attributes": {
2743
+ "category": "z-index",
2744
+ "type": "notifications"
1191
2745
  },
1192
- "XS": {
1193
- "value": "0.75",
1194
- "formula": "1.25**-2",
1195
- "defaultUnit": "em",
1196
- "filePath": "tokens/typography/base/size.json",
1197
- "isSource": true,
1198
- "original": {
1199
- "value": "0.75",
1200
- "formula": "{typography.scale-ratio}**-2",
1201
- "defaultUnit": "em"
1202
- },
1203
- "name": "typography-size-xs",
1204
- "attributes": {
1205
- "category": "typography",
1206
- "type": "size",
1207
- "item": "XS"
1208
- },
1209
- "path": [
1210
- "typography",
1211
- "size",
1212
- "XS"
1213
- ]
1214
- }
2746
+ "path": [
2747
+ "z-index",
2748
+ "notifications"
2749
+ ]
2750
+ },
2751
+ "overlay": {
2752
+ "value": 400,
2753
+ "public": true,
2754
+ "filePath": "tokens/z-index/base.json",
2755
+ "isSource": true,
2756
+ "original": {
2757
+ "value": 400,
2758
+ "public": true
2759
+ },
2760
+ "name": "z-index-overlay",
2761
+ "attributes": {
2762
+ "category": "z-index",
2763
+ "type": "overlay"
2764
+ },
2765
+ "path": [
2766
+ "z-index",
2767
+ "overlay"
2768
+ ]
2769
+ },
2770
+ "modal": {
2771
+ "value": 500,
2772
+ "public": true,
2773
+ "filePath": "tokens/z-index/base.json",
2774
+ "isSource": true,
2775
+ "original": {
2776
+ "value": 500,
2777
+ "public": true
2778
+ },
2779
+ "name": "z-index-modal",
2780
+ "attributes": {
2781
+ "category": "z-index",
2782
+ "type": "modal"
2783
+ },
2784
+ "path": [
2785
+ "z-index",
2786
+ "modal"
2787
+ ]
1215
2788
  }
1216
2789
  }
1217
- }
2790
+ }