@pantheon-systems/pds-design-tokens 1.0.0-dev.14 → 1.0.0-dev.140

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,18 +286,64 @@
186
286
  "radius",
187
287
  "default"
188
288
  ]
289
+ },
290
+ "container": {
291
+ "value": 0.375,
292
+ "defaultUnit": "rem",
293
+ "public": true,
294
+ "filePath": "tokens/border/alias.json",
295
+ "isSource": true,
296
+ "original": {
297
+ "value": 0.375,
298
+ "defaultUnit": "rem",
299
+ "public": true
300
+ },
301
+ "name": "border-radius-container",
302
+ "attributes": {
303
+ "category": "border",
304
+ "type": "radius",
305
+ "item": "container"
306
+ },
307
+ "path": [
308
+ "border",
309
+ "radius",
310
+ "container"
311
+ ]
312
+ },
313
+ "bar": {
314
+ "value": 3.5,
315
+ "defaultUnit": "rem",
316
+ "public": true,
317
+ "filePath": "tokens/border/alias.json",
318
+ "isSource": true,
319
+ "original": {
320
+ "value": 3.5,
321
+ "defaultUnit": "rem",
322
+ "public": true
323
+ },
324
+ "name": "border-radius-bar",
325
+ "attributes": {
326
+ "category": "border",
327
+ "type": "radius",
328
+ "item": "bar"
329
+ },
330
+ "path": [
331
+ "border",
332
+ "radius",
333
+ "bar"
334
+ ]
189
335
  }
190
336
  },
191
337
  "width": {
192
338
  "default": {
193
- "value": 1,
194
- "defaultUnit": "px",
339
+ "value": 0.0625,
340
+ "defaultUnit": "rem",
195
341
  "public": true,
196
342
  "filePath": "tokens/border/alias.json",
197
343
  "isSource": true,
198
344
  "original": {
199
- "value": 1,
200
- "defaultUnit": "px",
345
+ "value": 0.0625,
346
+ "defaultUnit": "rem",
201
347
  "public": true
202
348
  },
203
349
  "name": "border-width-default",
@@ -211,161 +357,758 @@
211
357
  "width",
212
358
  "default"
213
359
  ]
360
+ },
361
+ "outline": {
362
+ "value": 0.125,
363
+ "defaultUnit": "rem",
364
+ "public": true,
365
+ "filePath": "tokens/border/alias.json",
366
+ "isSource": true,
367
+ "original": {
368
+ "value": 0.125,
369
+ "defaultUnit": "rem",
370
+ "public": true
371
+ },
372
+ "name": "border-width-outline",
373
+ "attributes": {
374
+ "category": "border",
375
+ "type": "width",
376
+ "item": "outline"
377
+ },
378
+ "path": [
379
+ "border",
380
+ "width",
381
+ "outline"
382
+ ]
383
+ },
384
+ "stepper": {
385
+ "value": 0.1875,
386
+ "defaultUnit": "rem",
387
+ "public": true,
388
+ "filePath": "tokens/border/alias.json",
389
+ "isSource": true,
390
+ "original": {
391
+ "value": 0.1875,
392
+ "defaultUnit": "rem",
393
+ "public": true
394
+ },
395
+ "name": "border-width-stepper",
396
+ "attributes": {
397
+ "category": "border",
398
+ "type": "width",
399
+ "item": "stepper"
400
+ },
401
+ "path": [
402
+ "border",
403
+ "width",
404
+ "stepper"
405
+ ]
214
406
  }
215
407
  }
216
408
  },
217
- "grid": {
218
- "columns-4": {
409
+ "container": {
410
+ "modal": {
219
411
  "width": {
220
- "value": "20.875%",
221
- "filePath": "tokens/grid/base.json",
412
+ "small": {
413
+ "value": "25rem",
414
+ "public": true,
415
+ "filePath": "tokens/container/alias.json",
416
+ "isSource": true,
417
+ "original": {
418
+ "value": "25rem",
419
+ "public": true
420
+ },
421
+ "name": "container-modal-width-small",
422
+ "attributes": {
423
+ "category": "container",
424
+ "type": "modal",
425
+ "item": "width",
426
+ "subitem": "small"
427
+ },
428
+ "path": [
429
+ "container",
430
+ "modal",
431
+ "width",
432
+ "small"
433
+ ]
434
+ },
435
+ "medium": {
436
+ "value": "36rem",
437
+ "public": true,
438
+ "filePath": "tokens/container/alias.json",
439
+ "isSource": true,
440
+ "original": {
441
+ "value": "36rem",
442
+ "public": true
443
+ },
444
+ "name": "container-modal-width-medium",
445
+ "attributes": {
446
+ "category": "container",
447
+ "type": "modal",
448
+ "item": "width",
449
+ "subitem": "medium"
450
+ },
451
+ "path": [
452
+ "container",
453
+ "modal",
454
+ "width",
455
+ "medium"
456
+ ]
457
+ },
458
+ "large": {
459
+ "value": "44rem",
460
+ "public": true,
461
+ "filePath": "tokens/container/alias.json",
462
+ "isSource": true,
463
+ "original": {
464
+ "value": "44rem",
465
+ "public": true
466
+ },
467
+ "name": "container-modal-width-large",
468
+ "attributes": {
469
+ "category": "container",
470
+ "type": "modal",
471
+ "item": "width",
472
+ "subitem": "large"
473
+ },
474
+ "path": [
475
+ "container",
476
+ "modal",
477
+ "width",
478
+ "large"
479
+ ]
480
+ }
481
+ }
482
+ },
483
+ "tooltip": {
484
+ "max-width": {
485
+ "value": "12.5rem",
486
+ "public": true,
487
+ "filePath": "tokens/container/alias.json",
222
488
  "isSource": true,
223
489
  "original": {
224
- "value": "20.875%"
490
+ "value": "12.5rem",
491
+ "public": true
225
492
  },
226
- "name": "grid-columns-4-width",
493
+ "name": "container-tooltip-max-width",
227
494
  "attributes": {
228
- "category": "grid",
229
- "type": "columns-4",
230
- "item": "width"
495
+ "category": "container",
496
+ "type": "tooltip",
497
+ "item": "max-width"
231
498
  },
232
499
  "path": [
233
- "grid",
234
- "columns-4",
235
- "width"
500
+ "container",
501
+ "tooltip",
502
+ "max-width"
503
+ ]
504
+ }
505
+ },
506
+ "max-width": {
507
+ "narrow": {
508
+ "value": "1024px",
509
+ "public": true,
510
+ "filePath": "tokens/container/base.json",
511
+ "isSource": true,
512
+ "original": {
513
+ "value": "1024px",
514
+ "public": true
515
+ },
516
+ "name": "container-max-width-narrow",
517
+ "attributes": {
518
+ "category": "container",
519
+ "type": "max-width",
520
+ "item": "narrow"
521
+ },
522
+ "path": [
523
+ "container",
524
+ "max-width",
525
+ "narrow"
236
526
  ]
237
527
  },
238
- "gap": {
239
- "value": "5.5%",
240
- "filePath": "tokens/grid/base.json",
528
+ "standard": {
529
+ "value": "1200px",
530
+ "public": true,
531
+ "filePath": "tokens/container/base.json",
241
532
  "isSource": true,
242
533
  "original": {
243
- "value": "5.5%"
534
+ "value": "1200px",
535
+ "public": true
244
536
  },
245
- "name": "grid-columns-4-gap",
537
+ "name": "container-max-width-standard",
246
538
  "attributes": {
247
- "category": "grid",
248
- "type": "columns-4",
249
- "item": "gap"
539
+ "category": "container",
540
+ "type": "max-width",
541
+ "item": "standard"
250
542
  },
251
543
  "path": [
252
- "grid",
253
- "columns-4",
254
- "gap"
544
+ "container",
545
+ "max-width",
546
+ "standard"
255
547
  ]
256
- }
257
- },
258
- "columns-6": {
259
- "width": {
260
- "value": "14.53125%",
261
- "filePath": "tokens/grid/base.json",
548
+ },
549
+ "wide": {
550
+ "value": "1440px",
551
+ "public": true,
552
+ "filePath": "tokens/container/base.json",
262
553
  "isSource": true,
263
554
  "original": {
264
- "value": "14.53125%"
555
+ "value": "1440px",
556
+ "public": true
265
557
  },
266
- "name": "grid-columns-6-width",
558
+ "name": "container-max-width-wide",
267
559
  "attributes": {
268
- "category": "grid",
269
- "type": "columns-6",
270
- "item": "width"
560
+ "category": "container",
561
+ "type": "max-width",
562
+ "item": "wide"
271
563
  },
272
564
  "path": [
273
- "grid",
274
- "columns-6",
275
- "width"
565
+ "container",
566
+ "max-width",
567
+ "wide"
276
568
  ]
277
569
  },
278
- "gap": {
279
- "value": "2.5625%",
280
- "filePath": "tokens/grid/base.json",
570
+ "x-wide": {
571
+ "value": "1600px",
572
+ "public": true,
573
+ "filePath": "tokens/container/base.json",
281
574
  "isSource": true,
282
575
  "original": {
283
- "value": "2.5625%"
576
+ "value": "1600px",
577
+ "public": true
284
578
  },
285
- "name": "grid-columns-6-gap",
579
+ "name": "container-max-width-x-wide",
286
580
  "attributes": {
287
- "category": "grid",
288
- "type": "columns-6",
289
- "item": "gap"
581
+ "category": "container",
582
+ "type": "max-width",
583
+ "item": "x-wide"
290
584
  },
291
585
  "path": [
292
- "grid",
293
- "columns-6",
294
- "gap"
586
+ "container",
587
+ "max-width",
588
+ "x-wide"
295
589
  ]
296
590
  }
297
591
  },
298
- "columns-12": {
299
- "width": {
300
- "value": "6.5%",
301
- "filePath": "tokens/grid/base.json",
592
+ "padding": {
593
+ "base": {
594
+ "value": "1.563",
595
+ "public": true,
596
+ "filePath": "tokens/container/base.json",
302
597
  "isSource": true,
303
598
  "original": {
304
- "value": "6.5%"
599
+ "value": "{spacing.XL.value}",
600
+ "public": true
305
601
  },
306
- "name": "grid-columns-12-width",
602
+ "name": "container-padding-base",
307
603
  "attributes": {
308
- "category": "grid",
309
- "type": "columns-12",
310
- "item": "width"
604
+ "category": "container",
605
+ "type": "padding",
606
+ "item": "base"
311
607
  },
312
608
  "path": [
313
- "grid",
314
- "columns-12",
315
- "width"
609
+ "container",
610
+ "padding",
611
+ "base"
316
612
  ]
317
613
  },
318
- "gap": {
319
- "value": "2%",
320
- "filePath": "tokens/grid/base.json",
614
+ "narrow-bp-md": {
615
+ "value": "12%",
616
+ "public": true,
617
+ "filePath": "tokens/container/base.json",
321
618
  "isSource": true,
322
619
  "original": {
323
- "value": "2%"
620
+ "value": "12%",
621
+ "public": true
324
622
  },
325
- "name": "grid-columns-12-gap",
623
+ "name": "container-padding-narrow-bp-md",
326
624
  "attributes": {
327
- "category": "grid",
328
- "type": "columns-12",
329
- "item": "gap"
625
+ "category": "container",
626
+ "type": "padding",
627
+ "item": "narrow-bp-md"
330
628
  },
331
629
  "path": [
332
- "grid",
333
- "columns-12",
334
- "gap"
630
+ "container",
631
+ "padding",
632
+ "narrow-bp-md"
335
633
  ]
336
- }
337
- }
338
- },
339
- "spacing": {
340
- "scale-ratio": {
341
- "value": "1.25",
342
- "comment": "Base ratio/multiplier",
343
- "filePath": "tokens/spacing/base.json",
344
- "isSource": true,
345
- "original": {
346
- "value": "1.25",
347
- "comment": "Base ratio/multiplier"
348
634
  },
349
- "name": "spacing-scale-ratio",
635
+ "narrow-bp-lg": {
636
+ "value": "20%",
637
+ "public": true,
638
+ "filePath": "tokens/container/base.json",
639
+ "isSource": true,
640
+ "original": {
641
+ "value": "20%",
642
+ "public": true
643
+ },
644
+ "name": "container-padding-narrow-bp-lg",
645
+ "attributes": {
646
+ "category": "container",
647
+ "type": "padding",
648
+ "item": "narrow-bp-lg"
649
+ },
650
+ "path": [
651
+ "container",
652
+ "padding",
653
+ "narrow-bp-lg"
654
+ ]
655
+ },
656
+ "standard-bp-md": {
657
+ "value": "6%",
658
+ "public": true,
659
+ "filePath": "tokens/container/base.json",
660
+ "isSource": true,
661
+ "original": {
662
+ "value": "6%",
663
+ "public": true
664
+ },
665
+ "name": "container-padding-standard-bp-md",
666
+ "attributes": {
667
+ "category": "container",
668
+ "type": "padding",
669
+ "item": "standard-bp-md"
670
+ },
671
+ "path": [
672
+ "container",
673
+ "padding",
674
+ "standard-bp-md"
675
+ ]
676
+ },
677
+ "standard-bp-lg": {
678
+ "value": "8%",
679
+ "public": true,
680
+ "filePath": "tokens/container/base.json",
681
+ "isSource": true,
682
+ "original": {
683
+ "value": "8%",
684
+ "public": true
685
+ },
686
+ "name": "container-padding-standard-bp-lg",
687
+ "attributes": {
688
+ "category": "container",
689
+ "type": "padding",
690
+ "item": "standard-bp-lg"
691
+ },
692
+ "path": [
693
+ "container",
694
+ "padding",
695
+ "standard-bp-lg"
696
+ ]
697
+ },
698
+ "wide-bp-md": {
699
+ "value": "5%",
700
+ "public": true,
701
+ "filePath": "tokens/container/base.json",
702
+ "isSource": true,
703
+ "original": {
704
+ "value": "5%",
705
+ "public": true
706
+ },
707
+ "name": "container-padding-wide-bp-md",
708
+ "attributes": {
709
+ "category": "container",
710
+ "type": "padding",
711
+ "item": "wide-bp-md"
712
+ },
713
+ "path": [
714
+ "container",
715
+ "padding",
716
+ "wide-bp-md"
717
+ ]
718
+ },
719
+ "wide-bp-lg": {
720
+ "value": "4%",
721
+ "public": true,
722
+ "filePath": "tokens/container/base.json",
723
+ "isSource": true,
724
+ "original": {
725
+ "value": "4%",
726
+ "public": true
727
+ },
728
+ "name": "container-padding-wide-bp-lg",
729
+ "attributes": {
730
+ "category": "container",
731
+ "type": "padding",
732
+ "item": "wide-bp-lg"
733
+ },
734
+ "path": [
735
+ "container",
736
+ "padding",
737
+ "wide-bp-lg"
738
+ ]
739
+ }
740
+ }
741
+ },
742
+ "grid": {
743
+ "columns-4": {
744
+ "gap": {
745
+ "value": "5.5%",
746
+ "filePath": "tokens/grid/base.json",
747
+ "isSource": true,
748
+ "original": {
749
+ "value": "5.5%"
750
+ },
751
+ "name": "grid-columns-4-gap",
752
+ "attributes": {
753
+ "category": "grid",
754
+ "type": "columns-4",
755
+ "item": "gap"
756
+ },
757
+ "path": [
758
+ "grid",
759
+ "columns-4",
760
+ "gap"
761
+ ]
762
+ }
763
+ },
764
+ "columns-12": {
765
+ "bp-md": {
766
+ "gap": {
767
+ "narrow": {
768
+ "value": "1.25",
769
+ "filePath": "tokens/grid/base.json",
770
+ "isSource": true,
771
+ "original": {
772
+ "value": "{spacing.L.value}"
773
+ },
774
+ "name": "grid-columns-12-bp-md-gap-narrow",
775
+ "attributes": {
776
+ "category": "grid",
777
+ "type": "columns-12",
778
+ "item": "bp-md",
779
+ "subitem": "gap",
780
+ "state": "narrow"
781
+ },
782
+ "path": [
783
+ "grid",
784
+ "columns-12",
785
+ "bp-md",
786
+ "gap",
787
+ "narrow"
788
+ ]
789
+ },
790
+ "standard": {
791
+ "value": "1.563",
792
+ "filePath": "tokens/grid/base.json",
793
+ "isSource": true,
794
+ "original": {
795
+ "value": "{spacing.XL.value}"
796
+ },
797
+ "name": "grid-columns-12-bp-md-gap-standard",
798
+ "attributes": {
799
+ "category": "grid",
800
+ "type": "columns-12",
801
+ "item": "bp-md",
802
+ "subitem": "gap",
803
+ "state": "standard"
804
+ },
805
+ "path": [
806
+ "grid",
807
+ "columns-12",
808
+ "bp-md",
809
+ "gap",
810
+ "standard"
811
+ ]
812
+ },
813
+ "wide": {
814
+ "value": "1.953",
815
+ "filePath": "tokens/grid/base.json",
816
+ "isSource": true,
817
+ "original": {
818
+ "value": "{spacing.2XL.value}"
819
+ },
820
+ "name": "grid-columns-12-bp-md-gap-wide",
821
+ "attributes": {
822
+ "category": "grid",
823
+ "type": "columns-12",
824
+ "item": "bp-md",
825
+ "subitem": "gap",
826
+ "state": "wide"
827
+ },
828
+ "path": [
829
+ "grid",
830
+ "columns-12",
831
+ "bp-md",
832
+ "gap",
833
+ "wide"
834
+ ]
835
+ }
836
+ }
837
+ },
838
+ "bp-lg": {
839
+ "gap": {
840
+ "narrow": {
841
+ "value": "1.563",
842
+ "filePath": "tokens/grid/base.json",
843
+ "isSource": true,
844
+ "original": {
845
+ "value": "{spacing.XL.value}"
846
+ },
847
+ "name": "grid-columns-12-bp-lg-gap-narrow",
848
+ "attributes": {
849
+ "category": "grid",
850
+ "type": "columns-12",
851
+ "item": "bp-lg",
852
+ "subitem": "gap",
853
+ "state": "narrow"
854
+ },
855
+ "path": [
856
+ "grid",
857
+ "columns-12",
858
+ "bp-lg",
859
+ "gap",
860
+ "narrow"
861
+ ]
862
+ },
863
+ "standard": {
864
+ "value": "1.953",
865
+ "filePath": "tokens/grid/base.json",
866
+ "isSource": true,
867
+ "original": {
868
+ "value": "{spacing.2XL.value}"
869
+ },
870
+ "name": "grid-columns-12-bp-lg-gap-standard",
871
+ "attributes": {
872
+ "category": "grid",
873
+ "type": "columns-12",
874
+ "item": "bp-lg",
875
+ "subitem": "gap",
876
+ "state": "standard"
877
+ },
878
+ "path": [
879
+ "grid",
880
+ "columns-12",
881
+ "bp-lg",
882
+ "gap",
883
+ "standard"
884
+ ]
885
+ },
886
+ "wide": {
887
+ "value": "2.441",
888
+ "filePath": "tokens/grid/base.json",
889
+ "isSource": true,
890
+ "original": {
891
+ "value": "{spacing.3XL.value}"
892
+ },
893
+ "name": "grid-columns-12-bp-lg-gap-wide",
894
+ "attributes": {
895
+ "category": "grid",
896
+ "type": "columns-12",
897
+ "item": "bp-lg",
898
+ "subitem": "gap",
899
+ "state": "wide"
900
+ },
901
+ "path": [
902
+ "grid",
903
+ "columns-12",
904
+ "bp-lg",
905
+ "gap",
906
+ "wide"
907
+ ]
908
+ }
909
+ }
910
+ }
911
+ },
912
+ "marketing": {
913
+ "column": {
914
+ "small": {
915
+ "value": "21.34375%",
916
+ "public": true,
917
+ "filePath": "tokens/grid/base.json",
918
+ "isSource": true,
919
+ "original": {
920
+ "value": "21.34375%",
921
+ "public": true
922
+ },
923
+ "name": "grid-marketing-column-small",
924
+ "attributes": {
925
+ "category": "grid",
926
+ "type": "marketing",
927
+ "item": "column",
928
+ "subitem": "small"
929
+ },
930
+ "path": [
931
+ "grid",
932
+ "marketing",
933
+ "column",
934
+ "small"
935
+ ]
936
+ },
937
+ "medium-large": {
938
+ "value": "4.36875%",
939
+ "public": true,
940
+ "filePath": "tokens/grid/base.json",
941
+ "isSource": true,
942
+ "original": {
943
+ "value": "4.36875%",
944
+ "public": true
945
+ },
946
+ "name": "grid-marketing-column-medium-large",
947
+ "attributes": {
948
+ "category": "grid",
949
+ "type": "marketing",
950
+ "item": "column",
951
+ "subitem": "medium-large"
952
+ },
953
+ "path": [
954
+ "grid",
955
+ "marketing",
956
+ "column",
957
+ "medium-large"
958
+ ]
959
+ }
960
+ },
961
+ "gap": {
962
+ "small": {
963
+ "value": "4.875%",
964
+ "public": true,
965
+ "filePath": "tokens/grid/base.json",
966
+ "isSource": true,
967
+ "original": {
968
+ "value": "4.875%",
969
+ "public": true
970
+ },
971
+ "name": "grid-marketing-gap-small",
972
+ "attributes": {
973
+ "category": "grid",
974
+ "type": "marketing",
975
+ "item": "gap",
976
+ "subitem": "small"
977
+ },
978
+ "path": [
979
+ "grid",
980
+ "marketing",
981
+ "gap",
982
+ "small"
983
+ ]
984
+ },
985
+ "medium-large": {
986
+ "value": "4.325%",
987
+ "public": true,
988
+ "filePath": "tokens/grid/base.json",
989
+ "isSource": true,
990
+ "original": {
991
+ "value": "4.325%",
992
+ "public": true
993
+ },
994
+ "name": "grid-marketing-gap-medium-large",
995
+ "attributes": {
996
+ "category": "grid",
997
+ "type": "marketing",
998
+ "item": "gap",
999
+ "subitem": "medium-large"
1000
+ },
1001
+ "path": [
1002
+ "grid",
1003
+ "marketing",
1004
+ "gap",
1005
+ "medium-large"
1006
+ ]
1007
+ }
1008
+ }
1009
+ }
1010
+ },
1011
+ "spacing": {
1012
+ "dashboard-nav": {
1013
+ "item-height": {
1014
+ "value": 2.25,
1015
+ "defaultUnit": "rem",
1016
+ "public": true,
1017
+ "filePath": "tokens/spacing/alias.json",
1018
+ "isSource": true,
1019
+ "original": {
1020
+ "value": 2.25,
1021
+ "defaultUnit": "rem",
1022
+ "public": true
1023
+ },
1024
+ "name": "spacing-dashboard-nav-item-height",
1025
+ "attributes": {
1026
+ "category": "spacing",
1027
+ "type": "dashboard-nav",
1028
+ "item": "item-height"
1029
+ },
1030
+ "path": [
1031
+ "spacing",
1032
+ "dashboard-nav",
1033
+ "item-height"
1034
+ ]
1035
+ },
1036
+ "item-padding": {
1037
+ "value": 0.625,
1038
+ "defaultUnit": "rem",
1039
+ "public": true,
1040
+ "filePath": "tokens/spacing/alias.json",
1041
+ "isSource": true,
1042
+ "original": {
1043
+ "value": 0.625,
1044
+ "defaultUnit": "rem",
1045
+ "public": true
1046
+ },
1047
+ "name": "spacing-dashboard-nav-item-padding",
1048
+ "attributes": {
1049
+ "category": "spacing",
1050
+ "type": "dashboard-nav",
1051
+ "item": "item-padding"
1052
+ },
1053
+ "path": [
1054
+ "spacing",
1055
+ "dashboard-nav",
1056
+ "item-padding"
1057
+ ]
1058
+ }
1059
+ },
1060
+ "8XL": {
1061
+ "value": "7.451",
1062
+ "defaultUnit": "rem",
1063
+ "public": true,
1064
+ "filePath": "tokens/spacing/base.json",
1065
+ "isSource": true,
1066
+ "original": {
1067
+ "value": "7.451",
1068
+ "defaultUnit": "rem",
1069
+ "public": true
1070
+ },
1071
+ "name": "spacing-8-xl",
1072
+ "attributes": {
1073
+ "category": "spacing",
1074
+ "type": "8XL"
1075
+ },
1076
+ "path": [
1077
+ "spacing",
1078
+ "8XL"
1079
+ ]
1080
+ },
1081
+ "7XL": {
1082
+ "value": "5.96",
1083
+ "defaultUnit": "rem",
1084
+ "public": true,
1085
+ "filePath": "tokens/spacing/base.json",
1086
+ "isSource": true,
1087
+ "original": {
1088
+ "value": "5.96",
1089
+ "defaultUnit": "rem",
1090
+ "public": true
1091
+ },
1092
+ "name": "spacing-7-xl",
350
1093
  "attributes": {
351
1094
  "category": "spacing",
352
- "type": "scale-ratio"
1095
+ "type": "7XL"
353
1096
  },
354
1097
  "path": [
355
1098
  "spacing",
356
- "scale-ratio"
1099
+ "7XL"
357
1100
  ]
358
1101
  },
359
1102
  "6XL": {
360
1103
  "value": "4.678",
361
- "formula": "1.25**7",
362
1104
  "defaultUnit": "rem",
1105
+ "public": true,
363
1106
  "filePath": "tokens/spacing/base.json",
364
1107
  "isSource": true,
365
1108
  "original": {
366
1109
  "value": "4.678",
367
- "formula": "{spacing.scale-ratio}**7",
368
- "defaultUnit": "rem"
1110
+ "defaultUnit": "rem",
1111
+ "public": true
369
1112
  },
370
1113
  "name": "spacing-6-xl",
371
1114
  "attributes": {
@@ -379,14 +1122,14 @@
379
1122
  },
380
1123
  "5XL": {
381
1124
  "value": "3.815",
382
- "formula": "1.25**6",
383
1125
  "defaultUnit": "rem",
1126
+ "public": true,
384
1127
  "filePath": "tokens/spacing/base.json",
385
1128
  "isSource": true,
386
1129
  "original": {
387
1130
  "value": "3.815",
388
- "formula": "{spacing.scale-ratio}**6",
389
- "defaultUnit": "rem"
1131
+ "defaultUnit": "rem",
1132
+ "public": true
390
1133
  },
391
1134
  "name": "spacing-5-xl",
392
1135
  "attributes": {
@@ -400,14 +1143,14 @@
400
1143
  },
401
1144
  "4XL": {
402
1145
  "value": "3.052",
403
- "formula": "1.25**5",
404
1146
  "defaultUnit": "rem",
1147
+ "public": true,
405
1148
  "filePath": "tokens/spacing/base.json",
406
1149
  "isSource": true,
407
1150
  "original": {
408
1151
  "value": "3.052",
409
- "formula": "{spacing.scale-ratio}**5",
410
- "defaultUnit": "rem"
1152
+ "defaultUnit": "rem",
1153
+ "public": true
411
1154
  },
412
1155
  "name": "spacing-4-xl",
413
1156
  "attributes": {
@@ -421,14 +1164,14 @@
421
1164
  },
422
1165
  "3XL": {
423
1166
  "value": "2.441",
424
- "formula": "1.25**4",
425
1167
  "defaultUnit": "rem",
1168
+ "public": true,
426
1169
  "filePath": "tokens/spacing/base.json",
427
1170
  "isSource": true,
428
1171
  "original": {
429
1172
  "value": "2.441",
430
- "formula": "{spacing.scale-ratio}**4",
431
- "defaultUnit": "rem"
1173
+ "defaultUnit": "rem",
1174
+ "public": true
432
1175
  },
433
1176
  "name": "spacing-3-xl",
434
1177
  "attributes": {
@@ -442,14 +1185,14 @@
442
1185
  },
443
1186
  "2XL": {
444
1187
  "value": "1.953",
445
- "formula": "1.25**3",
446
1188
  "defaultUnit": "rem",
1189
+ "public": true,
447
1190
  "filePath": "tokens/spacing/base.json",
448
1191
  "isSource": true,
449
1192
  "original": {
450
1193
  "value": "1.953",
451
- "formula": "{spacing.scale-ratio}**3",
452
- "defaultUnit": "rem"
1194
+ "defaultUnit": "rem",
1195
+ "public": true
453
1196
  },
454
1197
  "name": "spacing-2-xl",
455
1198
  "attributes": {
@@ -463,14 +1206,14 @@
463
1206
  },
464
1207
  "XL": {
465
1208
  "value": "1.563",
466
- "formula": "1.25**2",
467
1209
  "defaultUnit": "rem",
1210
+ "public": true,
468
1211
  "filePath": "tokens/spacing/base.json",
469
1212
  "isSource": true,
470
1213
  "original": {
471
1214
  "value": "1.563",
472
- "formula": "{spacing.scale-ratio}**2",
473
- "defaultUnit": "rem"
1215
+ "defaultUnit": "rem",
1216
+ "public": true
474
1217
  },
475
1218
  "name": "spacing-xl",
476
1219
  "attributes": {
@@ -484,14 +1227,14 @@
484
1227
  },
485
1228
  "L": {
486
1229
  "value": "1.25",
487
- "formula": "1.25**1",
488
1230
  "defaultUnit": "rem",
1231
+ "public": true,
489
1232
  "filePath": "tokens/spacing/base.json",
490
1233
  "isSource": true,
491
1234
  "original": {
492
1235
  "value": "1.25",
493
- "formula": "{spacing.scale-ratio}**1",
494
- "defaultUnit": "rem"
1236
+ "defaultUnit": "rem",
1237
+ "public": true
495
1238
  },
496
1239
  "name": "spacing-l",
497
1240
  "attributes": {
@@ -506,11 +1249,13 @@
506
1249
  "M": {
507
1250
  "value": "1",
508
1251
  "defaultUnit": "rem",
1252
+ "public": true,
509
1253
  "filePath": "tokens/spacing/base.json",
510
1254
  "isSource": true,
511
1255
  "original": {
512
1256
  "value": "1",
513
- "defaultUnit": "rem"
1257
+ "defaultUnit": "rem",
1258
+ "public": true
514
1259
  },
515
1260
  "name": "spacing-m",
516
1261
  "attributes": {
@@ -524,14 +1269,14 @@
524
1269
  },
525
1270
  "S": {
526
1271
  "value": "0.8",
527
- "formula": "1.25**-1",
528
1272
  "defaultUnit": "rem",
1273
+ "public": true,
529
1274
  "filePath": "tokens/spacing/base.json",
530
1275
  "isSource": true,
531
1276
  "original": {
532
1277
  "value": "0.8",
533
- "formula": "{spacing.scale-ratio}**-1",
534
- "defaultUnit": "rem"
1278
+ "defaultUnit": "rem",
1279
+ "public": true
535
1280
  },
536
1281
  "name": "spacing-s",
537
1282
  "attributes": {
@@ -545,14 +1290,14 @@
545
1290
  },
546
1291
  "XS": {
547
1292
  "value": "0.64",
548
- "formula": "1.25**-2",
549
1293
  "defaultUnit": "rem",
1294
+ "public": true,
550
1295
  "filePath": "tokens/spacing/base.json",
551
1296
  "isSource": true,
552
1297
  "original": {
553
1298
  "value": "0.64",
554
- "formula": "{spacing.scale-ratio}**-2",
555
- "defaultUnit": "rem"
1299
+ "defaultUnit": "rem",
1300
+ "public": true
556
1301
  },
557
1302
  "name": "spacing-xs",
558
1303
  "attributes": {
@@ -566,14 +1311,14 @@
566
1311
  },
567
1312
  "2XS": {
568
1313
  "value": "0.512",
569
- "formula": "1.25**-3",
570
1314
  "defaultUnit": "rem",
1315
+ "public": true,
571
1316
  "filePath": "tokens/spacing/base.json",
572
1317
  "isSource": true,
573
1318
  "original": {
574
1319
  "value": "0.512",
575
- "formula": "{spacing.scale-ratio}**-3",
576
- "defaultUnit": "rem"
1320
+ "defaultUnit": "rem",
1321
+ "public": true
577
1322
  },
578
1323
  "name": "spacing-2-xs",
579
1324
  "attributes": {
@@ -587,14 +1332,14 @@
587
1332
  },
588
1333
  "3XS": {
589
1334
  "value": "0.41",
590
- "formula": "1.25**-4",
591
1335
  "defaultUnit": "rem",
1336
+ "public": true,
592
1337
  "filePath": "tokens/spacing/base.json",
593
1338
  "isSource": true,
594
1339
  "original": {
595
1340
  "value": "0.41",
596
- "formula": "{spacing.scale-ratio}**-4",
597
- "defaultUnit": "rem"
1341
+ "defaultUnit": "rem",
1342
+ "public": true
598
1343
  },
599
1344
  "name": "spacing-3-xs",
600
1345
  "attributes": {
@@ -608,14 +1353,14 @@
608
1353
  },
609
1354
  "4XS": {
610
1355
  "value": "0.328",
611
- "formula": "1.25**-5",
612
1356
  "defaultUnit": "rem",
1357
+ "public": true,
613
1358
  "filePath": "tokens/spacing/base.json",
614
1359
  "isSource": true,
615
1360
  "original": {
616
1361
  "value": "0.328",
617
- "formula": "{spacing.scale-ratio}**-5",
618
- "defaultUnit": "rem"
1362
+ "defaultUnit": "rem",
1363
+ "public": true
619
1364
  },
620
1365
  "name": "spacing-4-xs",
621
1366
  "attributes": {
@@ -626,6 +1371,48 @@
626
1371
  "spacing",
627
1372
  "4XS"
628
1373
  ]
1374
+ },
1375
+ "5XS": {
1376
+ "value": "0.25",
1377
+ "defaultUnit": "rem",
1378
+ "public": true,
1379
+ "filePath": "tokens/spacing/base.json",
1380
+ "isSource": true,
1381
+ "original": {
1382
+ "value": "0.25",
1383
+ "defaultUnit": "rem",
1384
+ "public": true
1385
+ },
1386
+ "name": "spacing-5-xs",
1387
+ "attributes": {
1388
+ "category": "spacing",
1389
+ "type": "5XS"
1390
+ },
1391
+ "path": [
1392
+ "spacing",
1393
+ "5XS"
1394
+ ]
1395
+ },
1396
+ "6XS": {
1397
+ "value": "0.125",
1398
+ "defaultUnit": "rem",
1399
+ "public": true,
1400
+ "filePath": "tokens/spacing/base.json",
1401
+ "isSource": true,
1402
+ "original": {
1403
+ "value": "0.125",
1404
+ "defaultUnit": "rem",
1405
+ "public": true
1406
+ },
1407
+ "name": "spacing-6-xs",
1408
+ "attributes": {
1409
+ "category": "spacing",
1410
+ "type": "6XS"
1411
+ },
1412
+ "path": [
1413
+ "spacing",
1414
+ "6XS"
1415
+ ]
629
1416
  }
630
1417
  },
631
1418
  "typography": {
@@ -651,6 +1438,48 @@
651
1438
  "default"
652
1439
  ]
653
1440
  },
1441
+ "secondary": {
1442
+ "value": "'Aleo', serif",
1443
+ "public": true,
1444
+ "filePath": "tokens/typography/alias/font.json",
1445
+ "isSource": true,
1446
+ "original": {
1447
+ "value": "'Aleo', serif",
1448
+ "public": true
1449
+ },
1450
+ "name": "typography-font-secondary",
1451
+ "attributes": {
1452
+ "category": "typography",
1453
+ "type": "font",
1454
+ "item": "secondary"
1455
+ },
1456
+ "path": [
1457
+ "typography",
1458
+ "font",
1459
+ "secondary"
1460
+ ]
1461
+ },
1462
+ "code": {
1463
+ "value": "'Source Code Pro', monospace",
1464
+ "public": true,
1465
+ "filePath": "tokens/typography/alias/font.json",
1466
+ "isSource": true,
1467
+ "original": {
1468
+ "value": "'Source Code Pro', monospace",
1469
+ "public": true
1470
+ },
1471
+ "name": "typography-font-code",
1472
+ "attributes": {
1473
+ "category": "typography",
1474
+ "type": "font",
1475
+ "item": "code"
1476
+ },
1477
+ "path": [
1478
+ "typography",
1479
+ "font",
1480
+ "code"
1481
+ ]
1482
+ },
654
1483
  "headings": {
655
1484
  "value": "'Poppins', sans-serif",
656
1485
  "filePath": "tokens/typography/alias/font.json",
@@ -694,7 +1523,7 @@
694
1523
  "filePath": "tokens/typography/alias/font.json",
695
1524
  "isSource": true,
696
1525
  "original": {
697
- "value": "'Aleo', serif"
1526
+ "value": "{typography.font.secondary.value}"
698
1527
  },
699
1528
  "name": "typography-font-lead",
700
1529
  "attributes": {
@@ -713,7 +1542,7 @@
713
1542
  "filePath": "tokens/typography/alias/font.json",
714
1543
  "isSource": true,
715
1544
  "original": {
716
- "value": "'Aleo', serif"
1545
+ "value": "{typography.font.secondary.value}"
717
1546
  },
718
1547
  "name": "typography-font-quote",
719
1548
  "attributes": {
@@ -747,11 +1576,11 @@
747
1576
  ]
748
1577
  },
749
1578
  "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'",
1579
+ "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'",
751
1580
  "filePath": "tokens/typography/base/font.json",
752
1581
  "isSource": true,
753
1582
  "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'"
1583
+ "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'"
755
1584
  },
756
1585
  "name": "typography-font-css-import",
757
1586
  "attributes": {
@@ -766,51 +1595,420 @@
766
1595
  ]
767
1596
  }
768
1597
  },
769
- "font-weight": {
770
- "regular": {
771
- "value": 400,
772
- "filePath": "tokens/typography/base/font-weight.json",
1598
+ "size": {
1599
+ "default": {
1600
+ "value": "1",
1601
+ "defaultUnit": "rem",
1602
+ "public": true,
1603
+ "isReferenceToInternal": true,
1604
+ "filePath": "tokens/typography/alias/size.json",
773
1605
  "isSource": true,
774
1606
  "original": {
775
- "value": 400
1607
+ "value": "{typography.size.M.value}",
1608
+ "defaultUnit": "rem",
1609
+ "public": true,
1610
+ "isReferenceToInternal": true
776
1611
  },
777
- "name": "typography-font-weight-regular",
1612
+ "name": "typography-size-default",
1613
+ "attributes": {
1614
+ "category": "typography",
1615
+ "type": "size",
1616
+ "item": "default"
1617
+ },
1618
+ "path": [
1619
+ "typography",
1620
+ "size",
1621
+ "default"
1622
+ ]
1623
+ },
1624
+ "input-label": {
1625
+ "value": "1",
1626
+ "defaultUnit": "rem",
1627
+ "public": true,
1628
+ "isReferenceToInternal": true,
1629
+ "filePath": "tokens/typography/alias/size.json",
1630
+ "isSource": true,
1631
+ "original": {
1632
+ "value": "{typography.size.M.value}",
1633
+ "defaultUnit": "rem",
1634
+ "public": true,
1635
+ "isReferenceToInternal": true
1636
+ },
1637
+ "name": "typography-size-input-label",
1638
+ "attributes": {
1639
+ "category": "typography",
1640
+ "type": "size",
1641
+ "item": "input-label"
1642
+ },
1643
+ "path": [
1644
+ "typography",
1645
+ "size",
1646
+ "input-label"
1647
+ ]
1648
+ },
1649
+ "9XL": {
1650
+ "value": "6.192",
1651
+ "defaultUnit": "rem",
1652
+ "public": true,
1653
+ "filePath": "tokens/typography/base/size.json",
1654
+ "isSource": true,
1655
+ "original": {
1656
+ "value": "6.192",
1657
+ "defaultUnit": "rem",
1658
+ "public": true
1659
+ },
1660
+ "name": "typography-size-9-xl",
1661
+ "attributes": {
1662
+ "category": "typography",
1663
+ "type": "size",
1664
+ "item": "9XL"
1665
+ },
1666
+ "path": [
1667
+ "typography",
1668
+ "size",
1669
+ "9XL"
1670
+ ]
1671
+ },
1672
+ "8XL": {
1673
+ "value": "5.160",
1674
+ "defaultUnit": "rem",
1675
+ "public": true,
1676
+ "filePath": "tokens/typography/base/size.json",
1677
+ "isSource": true,
1678
+ "original": {
1679
+ "value": "5.160",
1680
+ "defaultUnit": "rem",
1681
+ "public": true
1682
+ },
1683
+ "name": "typography-size-8-xl",
1684
+ "attributes": {
1685
+ "category": "typography",
1686
+ "type": "size",
1687
+ "item": "8XL"
1688
+ },
1689
+ "path": [
1690
+ "typography",
1691
+ "size",
1692
+ "8XL"
1693
+ ]
1694
+ },
1695
+ "7XL": {
1696
+ "value": "4.3",
1697
+ "defaultUnit": "rem",
1698
+ "public": true,
1699
+ "filePath": "tokens/typography/base/size.json",
1700
+ "isSource": true,
1701
+ "original": {
1702
+ "value": "4.3",
1703
+ "defaultUnit": "rem",
1704
+ "public": true
1705
+ },
1706
+ "name": "typography-size-7-xl",
1707
+ "attributes": {
1708
+ "category": "typography",
1709
+ "type": "size",
1710
+ "item": "7XL"
1711
+ },
1712
+ "path": [
1713
+ "typography",
1714
+ "size",
1715
+ "7XL"
1716
+ ]
1717
+ },
1718
+ "6XL": {
1719
+ "value": "3.583",
1720
+ "defaultUnit": "rem",
1721
+ "public": true,
1722
+ "filePath": "tokens/typography/base/size.json",
1723
+ "isSource": true,
1724
+ "original": {
1725
+ "value": "3.583",
1726
+ "defaultUnit": "rem",
1727
+ "public": true
1728
+ },
1729
+ "name": "typography-size-6-xl",
1730
+ "attributes": {
1731
+ "category": "typography",
1732
+ "type": "size",
1733
+ "item": "6XL"
1734
+ },
1735
+ "path": [
1736
+ "typography",
1737
+ "size",
1738
+ "6XL"
1739
+ ]
1740
+ },
1741
+ "5XL": {
1742
+ "value": "2.986",
1743
+ "defaultUnit": "rem",
1744
+ "public": true,
1745
+ "comment": "Default h1",
1746
+ "filePath": "tokens/typography/base/size.json",
1747
+ "isSource": true,
1748
+ "original": {
1749
+ "value": "2.986",
1750
+ "defaultUnit": "rem",
1751
+ "public": true,
1752
+ "comment": "Default h1"
1753
+ },
1754
+ "name": "typography-size-5-xl",
1755
+ "attributes": {
1756
+ "category": "typography",
1757
+ "type": "size",
1758
+ "item": "5XL"
1759
+ },
1760
+ "path": [
1761
+ "typography",
1762
+ "size",
1763
+ "5XL"
1764
+ ]
1765
+ },
1766
+ "4XL": {
1767
+ "value": "2.488",
1768
+ "defaultUnit": "rem",
1769
+ "public": true,
1770
+ "filePath": "tokens/typography/base/size.json",
1771
+ "isSource": true,
1772
+ "original": {
1773
+ "value": "2.488",
1774
+ "defaultUnit": "rem",
1775
+ "public": true
1776
+ },
1777
+ "name": "typography-size-4-xl",
1778
+ "attributes": {
1779
+ "category": "typography",
1780
+ "type": "size",
1781
+ "item": "4XL"
1782
+ },
1783
+ "path": [
1784
+ "typography",
1785
+ "size",
1786
+ "4XL"
1787
+ ]
1788
+ },
1789
+ "3XL": {
1790
+ "value": "2.074",
1791
+ "defaultUnit": "rem",
1792
+ "public": true,
1793
+ "comment": "Default h2",
1794
+ "filePath": "tokens/typography/base/size.json",
1795
+ "isSource": true,
1796
+ "original": {
1797
+ "value": "2.074",
1798
+ "defaultUnit": "rem",
1799
+ "public": true,
1800
+ "comment": "Default h2"
1801
+ },
1802
+ "name": "typography-size-3-xl",
1803
+ "attributes": {
1804
+ "category": "typography",
1805
+ "type": "size",
1806
+ "item": "3XL"
1807
+ },
1808
+ "path": [
1809
+ "typography",
1810
+ "size",
1811
+ "3XL"
1812
+ ]
1813
+ },
1814
+ "2XL": {
1815
+ "value": "1.728",
1816
+ "defaultUnit": "rem",
1817
+ "public": true,
1818
+ "comment": "Default h3",
1819
+ "filePath": "tokens/typography/base/size.json",
1820
+ "isSource": true,
1821
+ "original": {
1822
+ "value": "1.728",
1823
+ "defaultUnit": "rem",
1824
+ "public": true,
1825
+ "comment": "Default h3"
1826
+ },
1827
+ "name": "typography-size-2-xl",
1828
+ "attributes": {
1829
+ "category": "typography",
1830
+ "type": "size",
1831
+ "item": "2XL"
1832
+ },
1833
+ "path": [
1834
+ "typography",
1835
+ "size",
1836
+ "2XL"
1837
+ ]
1838
+ },
1839
+ "XL": {
1840
+ "value": "1.44",
1841
+ "defaultUnit": "rem",
1842
+ "public": true,
1843
+ "comment": "Default h4",
1844
+ "filePath": "tokens/typography/base/size.json",
1845
+ "isSource": true,
1846
+ "original": {
1847
+ "value": "1.44",
1848
+ "defaultUnit": "rem",
1849
+ "public": true,
1850
+ "comment": "Default h4"
1851
+ },
1852
+ "name": "typography-size-xl",
1853
+ "attributes": {
1854
+ "category": "typography",
1855
+ "type": "size",
1856
+ "item": "XL"
1857
+ },
1858
+ "path": [
1859
+ "typography",
1860
+ "size",
1861
+ "XL"
1862
+ ]
1863
+ },
1864
+ "L": {
1865
+ "value": "1.2",
1866
+ "defaultUnit": "rem",
1867
+ "public": true,
1868
+ "comment": "Default h5",
1869
+ "filePath": "tokens/typography/base/size.json",
1870
+ "isSource": true,
1871
+ "original": {
1872
+ "value": "1.2",
1873
+ "defaultUnit": "rem",
1874
+ "public": true,
1875
+ "comment": "Default h5"
1876
+ },
1877
+ "name": "typography-size-l",
1878
+ "attributes": {
1879
+ "category": "typography",
1880
+ "type": "size",
1881
+ "item": "L"
1882
+ },
1883
+ "path": [
1884
+ "typography",
1885
+ "size",
1886
+ "L"
1887
+ ]
1888
+ },
1889
+ "M": {
1890
+ "value": "1",
1891
+ "defaultUnit": "rem",
1892
+ "public": true,
1893
+ "comment": "Base value.",
1894
+ "filePath": "tokens/typography/base/size.json",
1895
+ "isSource": true,
1896
+ "original": {
1897
+ "value": "1",
1898
+ "defaultUnit": "rem",
1899
+ "public": true,
1900
+ "comment": "Base value."
1901
+ },
1902
+ "name": "typography-size-m",
1903
+ "attributes": {
1904
+ "category": "typography",
1905
+ "type": "size",
1906
+ "item": "M"
1907
+ },
1908
+ "path": [
1909
+ "typography",
1910
+ "size",
1911
+ "M"
1912
+ ]
1913
+ },
1914
+ "S": {
1915
+ "value": "0.833",
1916
+ "defaultUnit": "rem",
1917
+ "public": true,
1918
+ "filePath": "tokens/typography/base/size.json",
1919
+ "isSource": true,
1920
+ "original": {
1921
+ "value": "0.833",
1922
+ "defaultUnit": "rem",
1923
+ "public": true
1924
+ },
1925
+ "name": "typography-size-s",
1926
+ "attributes": {
1927
+ "category": "typography",
1928
+ "type": "size",
1929
+ "item": "S"
1930
+ },
1931
+ "path": [
1932
+ "typography",
1933
+ "size",
1934
+ "S"
1935
+ ]
1936
+ },
1937
+ "XS": {
1938
+ "value": "0.694",
1939
+ "defaultUnit": "rem",
1940
+ "public": true,
1941
+ "filePath": "tokens/typography/base/size.json",
1942
+ "isSource": true,
1943
+ "original": {
1944
+ "value": "0.694",
1945
+ "defaultUnit": "rem",
1946
+ "public": true
1947
+ },
1948
+ "name": "typography-size-xs",
1949
+ "attributes": {
1950
+ "category": "typography",
1951
+ "type": "size",
1952
+ "item": "XS"
1953
+ },
1954
+ "path": [
1955
+ "typography",
1956
+ "size",
1957
+ "XS"
1958
+ ]
1959
+ }
1960
+ },
1961
+ "font-weight": {
1962
+ "light": {
1963
+ "value": 300,
1964
+ "public": true,
1965
+ "filePath": "tokens/typography/base/font-weight.json",
1966
+ "isSource": true,
1967
+ "original": {
1968
+ "value": 300,
1969
+ "public": true
1970
+ },
1971
+ "name": "typography-font-weight-light",
778
1972
  "attributes": {
779
1973
  "category": "typography",
780
1974
  "type": "font-weight",
781
- "item": "regular"
1975
+ "item": "light"
782
1976
  },
783
1977
  "path": [
784
1978
  "typography",
785
1979
  "font-weight",
786
- "regular"
1980
+ "light"
787
1981
  ]
788
1982
  },
789
- "medium": {
790
- "value": 500,
1983
+ "regular": {
1984
+ "value": 400,
1985
+ "public": true,
791
1986
  "filePath": "tokens/typography/base/font-weight.json",
792
1987
  "isSource": true,
793
1988
  "original": {
794
- "value": 500
1989
+ "value": 400,
1990
+ "public": true
795
1991
  },
796
- "name": "typography-font-weight-medium",
1992
+ "name": "typography-font-weight-regular",
797
1993
  "attributes": {
798
1994
  "category": "typography",
799
1995
  "type": "font-weight",
800
- "item": "medium"
1996
+ "item": "regular"
801
1997
  },
802
1998
  "path": [
803
1999
  "typography",
804
2000
  "font-weight",
805
- "medium"
2001
+ "regular"
806
2002
  ]
807
2003
  },
808
2004
  "semibold": {
809
2005
  "value": 600,
2006
+ "public": true,
810
2007
  "filePath": "tokens/typography/base/font-weight.json",
811
2008
  "isSource": true,
812
2009
  "original": {
813
- "value": 600
2010
+ "value": 600,
2011
+ "public": true
814
2012
  },
815
2013
  "name": "typography-font-weight-semibold",
816
2014
  "attributes": {
@@ -826,10 +2024,12 @@
826
2024
  },
827
2025
  "bold": {
828
2026
  "value": 700,
2027
+ "public": true,
829
2028
  "filePath": "tokens/typography/base/font-weight.json",
830
2029
  "isSource": true,
831
2030
  "original": {
832
- "value": 700
2031
+ "value": 700,
2032
+ "public": true
833
2033
  },
834
2034
  "name": "typography-font-weight-bold",
835
2035
  "attributes": {
@@ -842,36 +2042,19 @@
842
2042
  "font-weight",
843
2043
  "bold"
844
2044
  ]
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
2045
  }
865
2046
  },
866
2047
  "letter-spacing": {
867
2048
  "XL": {
868
2049
  "value": "0.06",
869
- "defaultUnit": "em",
2050
+ "defaultUnit": "rem",
2051
+ "public": true,
870
2052
  "filePath": "tokens/typography/base/letter-spacing.json",
871
2053
  "isSource": true,
872
2054
  "original": {
873
2055
  "value": "0.06",
874
- "defaultUnit": "em"
2056
+ "defaultUnit": "rem",
2057
+ "public": true
875
2058
  },
876
2059
  "name": "typography-letter-spacing-xl",
877
2060
  "attributes": {
@@ -887,12 +2070,14 @@
887
2070
  },
888
2071
  "L": {
889
2072
  "value": "0.04",
890
- "defaultUnit": "em",
2073
+ "defaultUnit": "rem",
2074
+ "public": true,
891
2075
  "filePath": "tokens/typography/base/letter-spacing.json",
892
2076
  "isSource": true,
893
2077
  "original": {
894
2078
  "value": "0.04",
895
- "defaultUnit": "em"
2079
+ "defaultUnit": "rem",
2080
+ "public": true
896
2081
  },
897
2082
  "name": "typography-letter-spacing-l",
898
2083
  "attributes": {
@@ -908,12 +2093,14 @@
908
2093
  },
909
2094
  "M": {
910
2095
  "value": "0.02",
911
- "defaultUnit": "em",
2096
+ "defaultUnit": "rem",
2097
+ "public": true,
912
2098
  "filePath": "tokens/typography/base/letter-spacing.json",
913
2099
  "isSource": true,
914
2100
  "original": {
915
2101
  "value": "0.02",
916
- "defaultUnit": "em"
2102
+ "defaultUnit": "rem",
2103
+ "public": true
917
2104
  },
918
2105
  "name": "typography-letter-spacing-m",
919
2106
  "attributes": {
@@ -929,12 +2116,14 @@
929
2116
  },
930
2117
  "S": {
931
2118
  "value": "0.01",
932
- "defaultUnit": "em",
2119
+ "defaultUnit": "rem",
2120
+ "public": true,
933
2121
  "filePath": "tokens/typography/base/letter-spacing.json",
934
2122
  "isSource": true,
935
2123
  "original": {
936
2124
  "value": "0.01",
937
- "defaultUnit": "em"
2125
+ "defaultUnit": "rem",
2126
+ "public": true
938
2127
  },
939
2128
  "name": "typography-letter-spacing-s",
940
2129
  "attributes": {
@@ -950,12 +2139,35 @@
950
2139
  }
951
2140
  },
952
2141
  "line-height": {
2142
+ "XL": {
2143
+ "value": "195%",
2144
+ "public": true,
2145
+ "filePath": "tokens/typography/base/line-height.json",
2146
+ "isSource": true,
2147
+ "original": {
2148
+ "value": "195%",
2149
+ "public": true
2150
+ },
2151
+ "name": "typography-line-height-xl",
2152
+ "attributes": {
2153
+ "category": "typography",
2154
+ "type": "line-height",
2155
+ "item": "XL"
2156
+ },
2157
+ "path": [
2158
+ "typography",
2159
+ "line-height",
2160
+ "XL"
2161
+ ]
2162
+ },
953
2163
  "L": {
954
- "value": "195.3%",
2164
+ "value": "165%",
2165
+ "public": true,
955
2166
  "filePath": "tokens/typography/base/line-height.json",
956
2167
  "isSource": true,
957
2168
  "original": {
958
- "value": "195.3%"
2169
+ "value": "165%",
2170
+ "public": true
959
2171
  },
960
2172
  "name": "typography-line-height-l",
961
2173
  "attributes": {
@@ -970,11 +2182,13 @@
970
2182
  ]
971
2183
  },
972
2184
  "M": {
973
- "value": "156.3%",
2185
+ "value": "140%",
2186
+ "public": true,
974
2187
  "filePath": "tokens/typography/base/line-height.json",
975
2188
  "isSource": true,
976
2189
  "original": {
977
- "value": "156.3%"
2190
+ "value": "140%",
2191
+ "public": true
978
2192
  },
979
2193
  "name": "typography-line-height-m",
980
2194
  "attributes": {
@@ -989,11 +2203,13 @@
989
2203
  ]
990
2204
  },
991
2205
  "S": {
992
- "value": "125%",
2206
+ "value": "120%",
2207
+ "public": true,
993
2208
  "filePath": "tokens/typography/base/line-height.json",
994
2209
  "isSource": true,
995
2210
  "original": {
996
- "value": "125%"
2211
+ "value": "120%",
2212
+ "public": true
997
2213
  },
998
2214
  "name": "typography-line-height-s",
999
2215
  "attributes": {
@@ -1008,210 +2224,146 @@
1008
2224
  ]
1009
2225
  }
1010
2226
  },
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",
2227
+ "multiplier": {
2228
+ "small": {
2229
+ "value": "0.84",
2230
+ "public": true,
2231
+ "filePath": "tokens/typography/base/multipliers.json",
1036
2232
  "isSource": true,
1037
2233
  "original": {
1038
- "value": "3.052",
1039
- "formula": "{typography.scale-ratio}**5",
1040
- "defaultUnit": "em"
2234
+ "value": "0.84",
2235
+ "public": true
1041
2236
  },
1042
- "name": "typography-size-4-xl",
2237
+ "name": "typography-multiplier-small",
1043
2238
  "attributes": {
1044
2239
  "category": "typography",
1045
- "type": "size",
1046
- "item": "4XL"
2240
+ "type": "multiplier",
2241
+ "item": "small"
1047
2242
  },
1048
2243
  "path": [
1049
2244
  "typography",
1050
- "size",
1051
- "4XL"
2245
+ "multiplier",
2246
+ "small"
1052
2247
  ]
1053
2248
  },
1054
- "3XL": {
1055
- "value": "2.441",
1056
- "formula": "1.25**4",
1057
- "defaultUnit": "em",
1058
- "filePath": "tokens/typography/base/size.json",
2249
+ "medium": {
2250
+ "value": "0.88",
2251
+ "public": true,
2252
+ "filePath": "tokens/typography/base/multipliers.json",
1059
2253
  "isSource": true,
1060
2254
  "original": {
1061
- "value": "2.441",
1062
- "formula": "{typography.scale-ratio}**4",
1063
- "defaultUnit": "em"
2255
+ "value": "0.88",
2256
+ "public": true
1064
2257
  },
1065
- "name": "typography-size-3-xl",
2258
+ "name": "typography-multiplier-medium",
1066
2259
  "attributes": {
1067
2260
  "category": "typography",
1068
- "type": "size",
1069
- "item": "3XL"
2261
+ "type": "multiplier",
2262
+ "item": "medium"
1070
2263
  },
1071
2264
  "path": [
1072
2265
  "typography",
1073
- "size",
1074
- "3XL"
2266
+ "multiplier",
2267
+ "medium"
1075
2268
  ]
2269
+ }
2270
+ }
2271
+ },
2272
+ "z-index": {
2273
+ "navigation": {
2274
+ "value": 100,
2275
+ "public": true,
2276
+ "filePath": "tokens/z-index/base.json",
2277
+ "isSource": true,
2278
+ "original": {
2279
+ "value": 100,
2280
+ "public": true
1076
2281
  },
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
- ]
2282
+ "name": "z-index-navigation",
2283
+ "attributes": {
2284
+ "category": "z-index",
2285
+ "type": "navigation"
1099
2286
  },
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
- ]
2287
+ "path": [
2288
+ "z-index",
2289
+ "navigation"
2290
+ ]
2291
+ },
2292
+ "dropdown": {
2293
+ "value": 200,
2294
+ "public": true,
2295
+ "filePath": "tokens/z-index/base.json",
2296
+ "isSource": true,
2297
+ "original": {
2298
+ "value": 200,
2299
+ "public": true
1122
2300
  },
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
- ]
2301
+ "name": "z-index-dropdown",
2302
+ "attributes": {
2303
+ "category": "z-index",
2304
+ "type": "dropdown"
1145
2305
  },
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
- ]
2306
+ "path": [
2307
+ "z-index",
2308
+ "dropdown"
2309
+ ]
2310
+ },
2311
+ "notifications": {
2312
+ "value": 300,
2313
+ "public": true,
2314
+ "filePath": "tokens/z-index/base.json",
2315
+ "isSource": true,
2316
+ "original": {
2317
+ "value": 300,
2318
+ "public": true
1168
2319
  },
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
- ]
2320
+ "name": "z-index-notifications",
2321
+ "attributes": {
2322
+ "category": "z-index",
2323
+ "type": "notifications"
1191
2324
  },
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
- }
2325
+ "path": [
2326
+ "z-index",
2327
+ "notifications"
2328
+ ]
2329
+ },
2330
+ "overlay": {
2331
+ "value": 400,
2332
+ "public": true,
2333
+ "filePath": "tokens/z-index/base.json",
2334
+ "isSource": true,
2335
+ "original": {
2336
+ "value": 400,
2337
+ "public": true
2338
+ },
2339
+ "name": "z-index-overlay",
2340
+ "attributes": {
2341
+ "category": "z-index",
2342
+ "type": "overlay"
2343
+ },
2344
+ "path": [
2345
+ "z-index",
2346
+ "overlay"
2347
+ ]
2348
+ },
2349
+ "modal": {
2350
+ "value": 500,
2351
+ "public": true,
2352
+ "filePath": "tokens/z-index/base.json",
2353
+ "isSource": true,
2354
+ "original": {
2355
+ "value": 500,
2356
+ "public": true
2357
+ },
2358
+ "name": "z-index-modal",
2359
+ "attributes": {
2360
+ "category": "z-index",
2361
+ "type": "modal"
2362
+ },
2363
+ "path": [
2364
+ "z-index",
2365
+ "modal"
2366
+ ]
1215
2367
  }
1216
2368
  }
1217
- }
2369
+ }