@pantheon-systems/pds-design-tokens 1.0.0-dev.16 → 1.0.0-dev.161

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