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

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
1466
+ },
1467
+ "name": "spacing-8-xl",
1468
+ "attributes": {
1469
+ "category": "spacing",
1470
+ "type": "8XL"
1471
+ },
1472
+ "path": [
1473
+ "spacing",
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
348
1487
  },
349
- "name": "spacing-scale-ratio",
1488
+ "name": "spacing-7-xl",
350
1489
  "attributes": {
351
1490
  "category": "spacing",
352
- "type": "scale-ratio"
1491
+ "type": "7XL"
353
1492
  },
354
1493
  "path": [
355
1494
  "spacing",
356
- "scale-ratio"
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,311 +1645,766 @@
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": {
517
1658
  "category": "spacing",
518
- "type": "M"
1659
+ "type": "M"
1660
+ },
1661
+ "path": [
1662
+ "spacing",
1663
+ "M"
1664
+ ]
1665
+ },
1666
+ "S": {
1667
+ "value": "0.8",
1668
+ "defaultUnit": "rem",
1669
+ "public": true,
1670
+ "filePath": "tokens/spacing/base.json",
1671
+ "isSource": true,
1672
+ "original": {
1673
+ "value": "0.8",
1674
+ "defaultUnit": "rem",
1675
+ "public": true
1676
+ },
1677
+ "name": "spacing-s",
1678
+ "attributes": {
1679
+ "category": "spacing",
1680
+ "type": "S"
1681
+ },
1682
+ "path": [
1683
+ "spacing",
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"
519
1744
  },
520
1745
  "path": [
521
1746
  "spacing",
522
- "M"
1747
+ "3XS"
523
1748
  ]
524
1749
  },
525
- "S": {
526
- "value": "0.8",
527
- "formula": "1.25**-1",
1750
+ "4XS": {
1751
+ "value": "0.328",
528
1752
  "defaultUnit": "rem",
1753
+ "public": true,
529
1754
  "filePath": "tokens/spacing/base.json",
530
1755
  "isSource": true,
531
1756
  "original": {
532
- "value": "0.8",
533
- "formula": "{spacing.scale-ratio}**-1",
534
- "defaultUnit": "rem"
1757
+ "value": "0.328",
1758
+ "defaultUnit": "rem",
1759
+ "public": true
535
1760
  },
536
- "name": "spacing-s",
1761
+ "name": "spacing-4-xs",
537
1762
  "attributes": {
538
1763
  "category": "spacing",
539
- "type": "S"
1764
+ "type": "4XS"
540
1765
  },
541
1766
  "path": [
542
1767
  "spacing",
543
- "S"
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
+ "9XL": {
2046
+ "value": "6.192",
2047
+ "defaultUnit": "rem",
2048
+ "public": true,
2049
+ "filePath": "tokens/typography/base/size.json",
2050
+ "isSource": true,
2051
+ "original": {
2052
+ "value": "6.192",
2053
+ "defaultUnit": "rem",
2054
+ "public": true
2055
+ },
2056
+ "name": "typography-size-9-xl",
2057
+ "attributes": {
2058
+ "category": "typography",
2059
+ "type": "size",
2060
+ "item": "9XL"
2061
+ },
2062
+ "path": [
2063
+ "typography",
2064
+ "size",
2065
+ "9XL"
2066
+ ]
582
2067
  },
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"
2068
+ "8XL": {
2069
+ "value": "5.160",
2070
+ "defaultUnit": "rem",
2071
+ "public": true,
2072
+ "filePath": "tokens/typography/base/size.json",
2073
+ "isSource": true,
2074
+ "original": {
2075
+ "value": "5.160",
2076
+ "defaultUnit": "rem",
2077
+ "public": true
2078
+ },
2079
+ "name": "typography-size-8-xl",
2080
+ "attributes": {
2081
+ "category": "typography",
2082
+ "type": "size",
2083
+ "item": "8XL"
2084
+ },
2085
+ "path": [
2086
+ "typography",
2087
+ "size",
2088
+ "8XL"
2089
+ ]
598
2090
  },
599
- "name": "spacing-3-xs",
600
- "attributes": {
601
- "category": "spacing",
602
- "type": "3XS"
2091
+ "7XL": {
2092
+ "value": "4.3",
2093
+ "defaultUnit": "rem",
2094
+ "public": true,
2095
+ "filePath": "tokens/typography/base/size.json",
2096
+ "isSource": true,
2097
+ "original": {
2098
+ "value": "4.3",
2099
+ "defaultUnit": "rem",
2100
+ "public": true
2101
+ },
2102
+ "name": "typography-size-7-xl",
2103
+ "attributes": {
2104
+ "category": "typography",
2105
+ "type": "size",
2106
+ "item": "7XL"
2107
+ },
2108
+ "path": [
2109
+ "typography",
2110
+ "size",
2111
+ "7XL"
2112
+ ]
603
2113
  },
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"
2114
+ "6XL": {
2115
+ "value": "3.583",
2116
+ "defaultUnit": "rem",
2117
+ "public": true,
2118
+ "filePath": "tokens/typography/base/size.json",
2119
+ "isSource": true,
2120
+ "original": {
2121
+ "value": "3.583",
2122
+ "defaultUnit": "rem",
2123
+ "public": true
2124
+ },
2125
+ "name": "typography-size-6-xl",
2126
+ "attributes": {
2127
+ "category": "typography",
2128
+ "type": "size",
2129
+ "item": "6XL"
2130
+ },
2131
+ "path": [
2132
+ "typography",
2133
+ "size",
2134
+ "6XL"
2135
+ ]
619
2136
  },
620
- "name": "spacing-4-xs",
621
- "attributes": {
622
- "category": "spacing",
623
- "type": "4XS"
2137
+ "5XL": {
2138
+ "value": "2.986",
2139
+ "defaultUnit": "rem",
2140
+ "public": true,
2141
+ "comment": "Default h1",
2142
+ "filePath": "tokens/typography/base/size.json",
2143
+ "isSource": true,
2144
+ "original": {
2145
+ "value": "2.986",
2146
+ "defaultUnit": "rem",
2147
+ "public": true,
2148
+ "comment": "Default h1"
2149
+ },
2150
+ "name": "typography-size-5-xl",
2151
+ "attributes": {
2152
+ "category": "typography",
2153
+ "type": "size",
2154
+ "item": "5XL"
2155
+ },
2156
+ "path": [
2157
+ "typography",
2158
+ "size",
2159
+ "5XL"
2160
+ ]
624
2161
  },
625
- "path": [
626
- "spacing",
627
- "4XS"
628
- ]
629
- }
630
- },
631
- "typography": {
632
- "font": {
633
- "default": {
634
- "value": "'Poppins', sans-serif",
2162
+ "4XL": {
2163
+ "value": "2.488",
2164
+ "defaultUnit": "rem",
635
2165
  "public": true,
636
- "filePath": "tokens/typography/alias/font.json",
2166
+ "filePath": "tokens/typography/base/size.json",
637
2167
  "isSource": true,
638
2168
  "original": {
639
- "value": "'Poppins', sans-serif",
2169
+ "value": "2.488",
2170
+ "defaultUnit": "rem",
640
2171
  "public": true
641
2172
  },
642
- "name": "typography-font-default",
2173
+ "name": "typography-size-4-xl",
643
2174
  "attributes": {
644
2175
  "category": "typography",
645
- "type": "font",
646
- "item": "default"
2176
+ "type": "size",
2177
+ "item": "4XL"
647
2178
  },
648
2179
  "path": [
649
2180
  "typography",
650
- "font",
651
- "default"
2181
+ "size",
2182
+ "4XL"
652
2183
  ]
653
2184
  },
654
- "headings": {
655
- "value": "'Poppins', sans-serif",
656
- "filePath": "tokens/typography/alias/font.json",
2185
+ "3XL": {
2186
+ "value": "2.074",
2187
+ "defaultUnit": "rem",
2188
+ "public": true,
2189
+ "comment": "Default h2",
2190
+ "filePath": "tokens/typography/base/size.json",
657
2191
  "isSource": true,
658
2192
  "original": {
659
- "value": "{typography.font.default.value}"
2193
+ "value": "2.074",
2194
+ "defaultUnit": "rem",
2195
+ "public": true,
2196
+ "comment": "Default h2"
660
2197
  },
661
- "name": "typography-font-headings",
2198
+ "name": "typography-size-3-xl",
662
2199
  "attributes": {
663
2200
  "category": "typography",
664
- "type": "font",
665
- "item": "headings"
2201
+ "type": "size",
2202
+ "item": "3XL"
666
2203
  },
667
2204
  "path": [
668
2205
  "typography",
669
- "font",
670
- "headings"
2206
+ "size",
2207
+ "3XL"
671
2208
  ]
672
2209
  },
673
- "paragraph": {
674
- "value": "'Poppins', sans-serif",
675
- "filePath": "tokens/typography/alias/font.json",
2210
+ "2XL": {
2211
+ "value": "1.728",
2212
+ "defaultUnit": "rem",
2213
+ "public": true,
2214
+ "comment": "Default h3",
2215
+ "filePath": "tokens/typography/base/size.json",
676
2216
  "isSource": true,
677
2217
  "original": {
678
- "value": "{typography.font.default.value}"
2218
+ "value": "1.728",
2219
+ "defaultUnit": "rem",
2220
+ "public": true,
2221
+ "comment": "Default h3"
679
2222
  },
680
- "name": "typography-font-paragraph",
2223
+ "name": "typography-size-2-xl",
681
2224
  "attributes": {
682
2225
  "category": "typography",
683
- "type": "font",
684
- "item": "paragraph"
2226
+ "type": "size",
2227
+ "item": "2XL"
685
2228
  },
686
2229
  "path": [
687
2230
  "typography",
688
- "font",
689
- "paragraph"
2231
+ "size",
2232
+ "2XL"
690
2233
  ]
691
2234
  },
692
- "lead": {
693
- "value": "'Aleo', serif",
694
- "filePath": "tokens/typography/alias/font.json",
2235
+ "XL": {
2236
+ "value": "1.44",
2237
+ "defaultUnit": "rem",
2238
+ "public": true,
2239
+ "comment": "Default h4",
2240
+ "filePath": "tokens/typography/base/size.json",
695
2241
  "isSource": true,
696
2242
  "original": {
697
- "value": "'Aleo', serif"
2243
+ "value": "1.44",
2244
+ "defaultUnit": "rem",
2245
+ "public": true,
2246
+ "comment": "Default h4"
698
2247
  },
699
- "name": "typography-font-lead",
2248
+ "name": "typography-size-xl",
700
2249
  "attributes": {
701
2250
  "category": "typography",
702
- "type": "font",
703
- "item": "lead"
2251
+ "type": "size",
2252
+ "item": "XL"
704
2253
  },
705
2254
  "path": [
706
2255
  "typography",
707
- "font",
708
- "lead"
2256
+ "size",
2257
+ "XL"
709
2258
  ]
710
2259
  },
711
- "quote": {
712
- "value": "'Aleo', serif",
713
- "filePath": "tokens/typography/alias/font.json",
2260
+ "L": {
2261
+ "value": "1.2",
2262
+ "defaultUnit": "rem",
2263
+ "public": true,
2264
+ "comment": "Default h5",
2265
+ "filePath": "tokens/typography/base/size.json",
714
2266
  "isSource": true,
715
2267
  "original": {
716
- "value": "'Aleo', serif"
2268
+ "value": "1.2",
2269
+ "defaultUnit": "rem",
2270
+ "public": true,
2271
+ "comment": "Default h5"
717
2272
  },
718
- "name": "typography-font-quote",
2273
+ "name": "typography-size-l",
719
2274
  "attributes": {
720
2275
  "category": "typography",
721
- "type": "font",
722
- "item": "quote"
2276
+ "type": "size",
2277
+ "item": "L"
723
2278
  },
724
2279
  "path": [
725
2280
  "typography",
726
- "font",
727
- "quote"
2281
+ "size",
2282
+ "L"
728
2283
  ]
729
2284
  },
730
- "overline": {
731
- "value": "'Poppins', sans-serif",
732
- "filePath": "tokens/typography/alias/font.json",
2285
+ "M": {
2286
+ "value": "1",
2287
+ "defaultUnit": "rem",
2288
+ "public": true,
2289
+ "comment": "Base value.",
2290
+ "filePath": "tokens/typography/base/size.json",
733
2291
  "isSource": true,
734
2292
  "original": {
735
- "value": "{typography.font.default.value}"
2293
+ "value": "1",
2294
+ "defaultUnit": "rem",
2295
+ "public": true,
2296
+ "comment": "Base value."
736
2297
  },
737
- "name": "typography-font-overline",
2298
+ "name": "typography-size-m",
738
2299
  "attributes": {
739
2300
  "category": "typography",
740
- "type": "font",
741
- "item": "overline"
2301
+ "type": "size",
2302
+ "item": "M"
742
2303
  },
743
2304
  "path": [
744
2305
  "typography",
745
- "font",
746
- "overline"
2306
+ "size",
2307
+ "M"
747
2308
  ]
748
2309
  },
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",
2310
+ "S": {
2311
+ "value": "0.833",
2312
+ "defaultUnit": "rem",
2313
+ "public": true,
2314
+ "filePath": "tokens/typography/base/size.json",
752
2315
  "isSource": true,
753
2316
  "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'"
2317
+ "value": "0.833",
2318
+ "defaultUnit": "rem",
2319
+ "public": true
755
2320
  },
756
- "name": "typography-font-css-import",
2321
+ "name": "typography-size-s",
757
2322
  "attributes": {
758
2323
  "category": "typography",
759
- "type": "font",
760
- "item": "css-import"
2324
+ "type": "size",
2325
+ "item": "S"
2326
+ },
2327
+ "path": [
2328
+ "typography",
2329
+ "size",
2330
+ "S"
2331
+ ]
2332
+ },
2333
+ "XS": {
2334
+ "value": "0.694",
2335
+ "defaultUnit": "rem",
2336
+ "public": true,
2337
+ "filePath": "tokens/typography/base/size.json",
2338
+ "isSource": true,
2339
+ "original": {
2340
+ "value": "0.694",
2341
+ "defaultUnit": "rem",
2342
+ "public": true
2343
+ },
2344
+ "name": "typography-size-xs",
2345
+ "attributes": {
2346
+ "category": "typography",
2347
+ "type": "size",
2348
+ "item": "XS"
761
2349
  },
762
2350
  "path": [
763
2351
  "typography",
764
- "font",
765
- "css-import"
2352
+ "size",
2353
+ "XS"
766
2354
  ]
767
2355
  }
768
2356
  },
769
2357
  "font-weight": {
770
- "regular": {
771
- "value": 400,
2358
+ "light": {
2359
+ "value": 300,
2360
+ "public": true,
772
2361
  "filePath": "tokens/typography/base/font-weight.json",
773
2362
  "isSource": true,
774
2363
  "original": {
775
- "value": 400
2364
+ "value": 300,
2365
+ "public": true
776
2366
  },
777
- "name": "typography-font-weight-regular",
2367
+ "name": "typography-font-weight-light",
778
2368
  "attributes": {
779
2369
  "category": "typography",
780
2370
  "type": "font-weight",
781
- "item": "regular"
2371
+ "item": "light"
782
2372
  },
783
2373
  "path": [
784
2374
  "typography",
785
2375
  "font-weight",
786
- "regular"
2376
+ "light"
787
2377
  ]
788
2378
  },
789
- "medium": {
790
- "value": 500,
2379
+ "regular": {
2380
+ "value": 400,
2381
+ "public": true,
791
2382
  "filePath": "tokens/typography/base/font-weight.json",
792
2383
  "isSource": true,
793
2384
  "original": {
794
- "value": 500
2385
+ "value": 400,
2386
+ "public": true
795
2387
  },
796
- "name": "typography-font-weight-medium",
2388
+ "name": "typography-font-weight-regular",
797
2389
  "attributes": {
798
2390
  "category": "typography",
799
2391
  "type": "font-weight",
800
- "item": "medium"
2392
+ "item": "regular"
801
2393
  },
802
2394
  "path": [
803
2395
  "typography",
804
2396
  "font-weight",
805
- "medium"
2397
+ "regular"
806
2398
  ]
807
2399
  },
808
2400
  "semibold": {
809
2401
  "value": 600,
2402
+ "public": true,
810
2403
  "filePath": "tokens/typography/base/font-weight.json",
811
2404
  "isSource": true,
812
2405
  "original": {
813
- "value": 600
2406
+ "value": 600,
2407
+ "public": true
814
2408
  },
815
2409
  "name": "typography-font-weight-semibold",
816
2410
  "attributes": {
@@ -826,10 +2420,12 @@
826
2420
  },
827
2421
  "bold": {
828
2422
  "value": 700,
2423
+ "public": true,
829
2424
  "filePath": "tokens/typography/base/font-weight.json",
830
2425
  "isSource": true,
831
2426
  "original": {
832
- "value": 700
2427
+ "value": 700,
2428
+ "public": true
833
2429
  },
834
2430
  "name": "typography-font-weight-bold",
835
2431
  "attributes": {
@@ -842,36 +2438,19 @@
842
2438
  "font-weight",
843
2439
  "bold"
844
2440
  ]
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
2441
  }
865
2442
  },
866
2443
  "letter-spacing": {
867
2444
  "XL": {
868
2445
  "value": "0.06",
869
- "defaultUnit": "em",
2446
+ "defaultUnit": "rem",
2447
+ "public": true,
870
2448
  "filePath": "tokens/typography/base/letter-spacing.json",
871
2449
  "isSource": true,
872
2450
  "original": {
873
2451
  "value": "0.06",
874
- "defaultUnit": "em"
2452
+ "defaultUnit": "rem",
2453
+ "public": true
875
2454
  },
876
2455
  "name": "typography-letter-spacing-xl",
877
2456
  "attributes": {
@@ -887,12 +2466,14 @@
887
2466
  },
888
2467
  "L": {
889
2468
  "value": "0.04",
890
- "defaultUnit": "em",
2469
+ "defaultUnit": "rem",
2470
+ "public": true,
891
2471
  "filePath": "tokens/typography/base/letter-spacing.json",
892
2472
  "isSource": true,
893
2473
  "original": {
894
2474
  "value": "0.04",
895
- "defaultUnit": "em"
2475
+ "defaultUnit": "rem",
2476
+ "public": true
896
2477
  },
897
2478
  "name": "typography-letter-spacing-l",
898
2479
  "attributes": {
@@ -908,12 +2489,14 @@
908
2489
  },
909
2490
  "M": {
910
2491
  "value": "0.02",
911
- "defaultUnit": "em",
2492
+ "defaultUnit": "rem",
2493
+ "public": true,
912
2494
  "filePath": "tokens/typography/base/letter-spacing.json",
913
2495
  "isSource": true,
914
2496
  "original": {
915
2497
  "value": "0.02",
916
- "defaultUnit": "em"
2498
+ "defaultUnit": "rem",
2499
+ "public": true
917
2500
  },
918
2501
  "name": "typography-letter-spacing-m",
919
2502
  "attributes": {
@@ -929,12 +2512,14 @@
929
2512
  },
930
2513
  "S": {
931
2514
  "value": "0.01",
932
- "defaultUnit": "em",
2515
+ "defaultUnit": "rem",
2516
+ "public": true,
933
2517
  "filePath": "tokens/typography/base/letter-spacing.json",
934
2518
  "isSource": true,
935
2519
  "original": {
936
2520
  "value": "0.01",
937
- "defaultUnit": "em"
2521
+ "defaultUnit": "rem",
2522
+ "public": true
938
2523
  },
939
2524
  "name": "typography-letter-spacing-s",
940
2525
  "attributes": {
@@ -950,12 +2535,35 @@
950
2535
  }
951
2536
  },
952
2537
  "line-height": {
2538
+ "XL": {
2539
+ "value": "195%",
2540
+ "public": true,
2541
+ "filePath": "tokens/typography/base/line-height.json",
2542
+ "isSource": true,
2543
+ "original": {
2544
+ "value": "195%",
2545
+ "public": true
2546
+ },
2547
+ "name": "typography-line-height-xl",
2548
+ "attributes": {
2549
+ "category": "typography",
2550
+ "type": "line-height",
2551
+ "item": "XL"
2552
+ },
2553
+ "path": [
2554
+ "typography",
2555
+ "line-height",
2556
+ "XL"
2557
+ ]
2558
+ },
953
2559
  "L": {
954
- "value": "195.3%",
2560
+ "value": "165%",
2561
+ "public": true,
955
2562
  "filePath": "tokens/typography/base/line-height.json",
956
2563
  "isSource": true,
957
2564
  "original": {
958
- "value": "195.3%"
2565
+ "value": "165%",
2566
+ "public": true
959
2567
  },
960
2568
  "name": "typography-line-height-l",
961
2569
  "attributes": {
@@ -970,11 +2578,13 @@
970
2578
  ]
971
2579
  },
972
2580
  "M": {
973
- "value": "156.3%",
2581
+ "value": "140%",
2582
+ "public": true,
974
2583
  "filePath": "tokens/typography/base/line-height.json",
975
2584
  "isSource": true,
976
2585
  "original": {
977
- "value": "156.3%"
2586
+ "value": "140%",
2587
+ "public": true
978
2588
  },
979
2589
  "name": "typography-line-height-m",
980
2590
  "attributes": {
@@ -989,11 +2599,13 @@
989
2599
  ]
990
2600
  },
991
2601
  "S": {
992
- "value": "125%",
2602
+ "value": "120%",
2603
+ "public": true,
993
2604
  "filePath": "tokens/typography/base/line-height.json",
994
2605
  "isSource": true,
995
2606
  "original": {
996
- "value": "125%"
2607
+ "value": "120%",
2608
+ "public": true
997
2609
  },
998
2610
  "name": "typography-line-height-s",
999
2611
  "attributes": {
@@ -1008,210 +2620,146 @@
1008
2620
  ]
1009
2621
  }
1010
2622
  },
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",
2623
+ "multiplier": {
2624
+ "small": {
2625
+ "value": "0.84",
2626
+ "public": true,
2627
+ "filePath": "tokens/typography/base/multipliers.json",
1036
2628
  "isSource": true,
1037
2629
  "original": {
1038
- "value": "3.052",
1039
- "formula": "{typography.scale-ratio}**5",
1040
- "defaultUnit": "em"
2630
+ "value": "0.84",
2631
+ "public": true
1041
2632
  },
1042
- "name": "typography-size-4-xl",
2633
+ "name": "typography-multiplier-small",
1043
2634
  "attributes": {
1044
2635
  "category": "typography",
1045
- "type": "size",
1046
- "item": "4XL"
2636
+ "type": "multiplier",
2637
+ "item": "small"
1047
2638
  },
1048
2639
  "path": [
1049
2640
  "typography",
1050
- "size",
1051
- "4XL"
2641
+ "multiplier",
2642
+ "small"
1052
2643
  ]
1053
2644
  },
1054
- "3XL": {
1055
- "value": "2.441",
1056
- "formula": "1.25**4",
1057
- "defaultUnit": "em",
1058
- "filePath": "tokens/typography/base/size.json",
2645
+ "medium": {
2646
+ "value": "0.88",
2647
+ "public": true,
2648
+ "filePath": "tokens/typography/base/multipliers.json",
1059
2649
  "isSource": true,
1060
2650
  "original": {
1061
- "value": "2.441",
1062
- "formula": "{typography.scale-ratio}**4",
1063
- "defaultUnit": "em"
2651
+ "value": "0.88",
2652
+ "public": true
1064
2653
  },
1065
- "name": "typography-size-3-xl",
2654
+ "name": "typography-multiplier-medium",
1066
2655
  "attributes": {
1067
2656
  "category": "typography",
1068
- "type": "size",
1069
- "item": "3XL"
2657
+ "type": "multiplier",
2658
+ "item": "medium"
1070
2659
  },
1071
2660
  "path": [
1072
2661
  "typography",
1073
- "size",
1074
- "3XL"
2662
+ "multiplier",
2663
+ "medium"
1075
2664
  ]
2665
+ }
2666
+ }
2667
+ },
2668
+ "z-index": {
2669
+ "navigation": {
2670
+ "value": 100,
2671
+ "public": true,
2672
+ "filePath": "tokens/z-index/base.json",
2673
+ "isSource": true,
2674
+ "original": {
2675
+ "value": 100,
2676
+ "public": true
1076
2677
  },
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
- ]
2678
+ "name": "z-index-navigation",
2679
+ "attributes": {
2680
+ "category": "z-index",
2681
+ "type": "navigation"
1099
2682
  },
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
- ]
2683
+ "path": [
2684
+ "z-index",
2685
+ "navigation"
2686
+ ]
2687
+ },
2688
+ "dropdown": {
2689
+ "value": 200,
2690
+ "public": true,
2691
+ "filePath": "tokens/z-index/base.json",
2692
+ "isSource": true,
2693
+ "original": {
2694
+ "value": 200,
2695
+ "public": true
1122
2696
  },
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
- ]
2697
+ "name": "z-index-dropdown",
2698
+ "attributes": {
2699
+ "category": "z-index",
2700
+ "type": "dropdown"
1145
2701
  },
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
- ]
2702
+ "path": [
2703
+ "z-index",
2704
+ "dropdown"
2705
+ ]
2706
+ },
2707
+ "notifications": {
2708
+ "value": 300,
2709
+ "public": true,
2710
+ "filePath": "tokens/z-index/base.json",
2711
+ "isSource": true,
2712
+ "original": {
2713
+ "value": 300,
2714
+ "public": true
1168
2715
  },
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
- ]
2716
+ "name": "z-index-notifications",
2717
+ "attributes": {
2718
+ "category": "z-index",
2719
+ "type": "notifications"
1191
2720
  },
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
- }
2721
+ "path": [
2722
+ "z-index",
2723
+ "notifications"
2724
+ ]
2725
+ },
2726
+ "overlay": {
2727
+ "value": 400,
2728
+ "public": true,
2729
+ "filePath": "tokens/z-index/base.json",
2730
+ "isSource": true,
2731
+ "original": {
2732
+ "value": 400,
2733
+ "public": true
2734
+ },
2735
+ "name": "z-index-overlay",
2736
+ "attributes": {
2737
+ "category": "z-index",
2738
+ "type": "overlay"
2739
+ },
2740
+ "path": [
2741
+ "z-index",
2742
+ "overlay"
2743
+ ]
2744
+ },
2745
+ "modal": {
2746
+ "value": 500,
2747
+ "public": true,
2748
+ "filePath": "tokens/z-index/base.json",
2749
+ "isSource": true,
2750
+ "original": {
2751
+ "value": 500,
2752
+ "public": true
2753
+ },
2754
+ "name": "z-index-modal",
2755
+ "attributes": {
2756
+ "category": "z-index",
2757
+ "type": "modal"
2758
+ },
2759
+ "path": [
2760
+ "z-index",
2761
+ "modal"
2762
+ ]
1215
2763
  }
1216
2764
  }
1217
- }
2765
+ }