@pantheon-systems/pds-design-tokens 1.0.0-dev.6 → 1.0.0-dev.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,89 +1,164 @@
1
1
  {
2
2
  "animation": {
3
- "button": {
3
+ "focus": {
4
4
  "transition": {
5
- "value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
5
+ "value": "outline: 200ms ease-in-out 0s",
6
6
  "filePath": "tokens/animation/alias.json",
7
7
  "isSource": true,
8
8
  "original": {
9
- "value": "background-color: {animation.transition.duration.value} {animation.transition.timing-function.value} {animation.transition.delay.value}, border-color: {animation.transition.duration.value} {animation.transition.timing-function.value} {animation.transition.delay.value}"
9
+ "value": "outline: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}"
10
10
  },
11
- "name": "animation-button-transition",
11
+ "name": "animation-focus-transition",
12
12
  "attributes": {
13
13
  "category": "animation",
14
- "type": "button",
14
+ "type": "focus",
15
15
  "item": "transition"
16
16
  },
17
17
  "path": [
18
18
  "animation",
19
- "button",
19
+ "focus",
20
20
  "transition"
21
21
  ]
22
22
  }
23
23
  },
24
- "transition": {
25
- "delay": {
26
- "value": "0s",
27
- "public": true,
28
- "filePath": "tokens/animation/base.json",
24
+ "button": {
25
+ "transition": {
26
+ "value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
27
+ "filePath": "tokens/animation/alias.json",
29
28
  "isSource": true,
30
29
  "original": {
31
- "value": "0s",
32
- "public": true
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}"
33
31
  },
34
- "name": "animation-transition-delay",
32
+ "name": "animation-button-transition",
35
33
  "attributes": {
36
34
  "category": "animation",
37
- "type": "transition",
38
- "item": "delay"
35
+ "type": "button",
36
+ "item": "transition"
39
37
  },
40
38
  "path": [
41
39
  "animation",
42
- "transition",
43
- "delay"
40
+ "button",
41
+ "transition"
44
42
  ]
45
- },
46
- "duration": {
47
- "value": "200ms",
48
- "public": true,
49
- "filePath": "tokens/animation/base.json",
43
+ }
44
+ },
45
+ "input": {
46
+ "transition": {
47
+ "value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
48
+ "filePath": "tokens/animation/alias.json",
50
49
  "isSource": true,
51
50
  "original": {
52
- "value": "200ms",
53
- "public": true
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}"
54
52
  },
55
- "name": "animation-transition-duration",
53
+ "name": "animation-input-transition",
56
54
  "attributes": {
57
55
  "category": "animation",
58
- "type": "transition",
59
- "item": "duration"
56
+ "type": "input",
57
+ "item": "transition"
60
58
  },
61
59
  "path": [
62
60
  "animation",
63
- "transition",
64
- "duration"
61
+ "input",
62
+ "transition"
65
63
  ]
66
- },
67
- "timing-function": {
68
- "value": "ease-in-out",
69
- "public": true,
70
- "filePath": "tokens/animation/base.json",
71
- "isSource": true,
72
- "original": {
64
+ }
65
+ },
66
+ "transition": {
67
+ "default": {
68
+ "delay": {
69
+ "value": "0s",
70
+ "public": true,
71
+ "filePath": "tokens/animation/base.json",
72
+ "isSource": true,
73
+ "original": {
74
+ "value": "0s",
75
+ "public": true
76
+ },
77
+ "name": "animation-transition-default-delay",
78
+ "attributes": {
79
+ "category": "animation",
80
+ "type": "transition",
81
+ "item": "default",
82
+ "subitem": "delay"
83
+ },
84
+ "path": [
85
+ "animation",
86
+ "transition",
87
+ "default",
88
+ "delay"
89
+ ]
90
+ },
91
+ "duration": {
92
+ "value": "200ms",
93
+ "public": true,
94
+ "filePath": "tokens/animation/base.json",
95
+ "isSource": true,
96
+ "original": {
97
+ "value": "200ms",
98
+ "public": true
99
+ },
100
+ "name": "animation-transition-default-duration",
101
+ "attributes": {
102
+ "category": "animation",
103
+ "type": "transition",
104
+ "item": "default",
105
+ "subitem": "duration"
106
+ },
107
+ "path": [
108
+ "animation",
109
+ "transition",
110
+ "default",
111
+ "duration"
112
+ ]
113
+ },
114
+ "timing-function": {
73
115
  "value": "ease-in-out",
74
- "public": true
75
- },
76
- "name": "animation-transition-timing-function",
77
- "attributes": {
78
- "category": "animation",
79
- "type": "transition",
80
- "item": "timing-function"
81
- },
82
- "path": [
83
- "animation",
84
- "transition",
85
- "timing-function"
86
- ]
116
+ "public": true,
117
+ "filePath": "tokens/animation/base.json",
118
+ "isSource": true,
119
+ "original": {
120
+ "value": "ease-in-out",
121
+ "public": true
122
+ },
123
+ "name": "animation-transition-default-timing-function",
124
+ "attributes": {
125
+ "category": "animation",
126
+ "type": "transition",
127
+ "item": "default",
128
+ "subitem": "timing-function"
129
+ },
130
+ "path": [
131
+ "animation",
132
+ "transition",
133
+ "default",
134
+ "timing-function"
135
+ ]
136
+ }
137
+ },
138
+ "dropdown": {
139
+ "duration": {
140
+ "value": "300ms",
141
+ "public": true,
142
+ "filePath": "tokens/animation/base.json",
143
+ "isSource": true,
144
+ "original": {
145
+ "value": "300ms",
146
+ "public": true
147
+ },
148
+ "name": "animation-transition-dropdown-duration",
149
+ "attributes": {
150
+ "category": "animation",
151
+ "type": "transition",
152
+ "item": "dropdown",
153
+ "subitem": "duration"
154
+ },
155
+ "path": [
156
+ "animation",
157
+ "transition",
158
+ "dropdown",
159
+ "duration"
160
+ ]
161
+ }
87
162
  }
88
163
  }
89
164
  },
@@ -111,6 +186,29 @@
111
186
  "radius",
112
187
  "default"
113
188
  ]
189
+ },
190
+ "container": {
191
+ "value": 0.375,
192
+ "defaultUnit": "rem",
193
+ "public": true,
194
+ "filePath": "tokens/border/alias.json",
195
+ "isSource": true,
196
+ "original": {
197
+ "value": 0.375,
198
+ "defaultUnit": "rem",
199
+ "public": true
200
+ },
201
+ "name": "border-radius-container",
202
+ "attributes": {
203
+ "category": "border",
204
+ "type": "radius",
205
+ "item": "container"
206
+ },
207
+ "path": [
208
+ "border",
209
+ "radius",
210
+ "container"
211
+ ]
114
212
  }
115
213
  },
116
214
  "width": {
@@ -139,6 +237,163 @@
139
237
  }
140
238
  }
141
239
  },
240
+ "container": {
241
+ "max-width": {
242
+ "value": "1400px",
243
+ "public": true,
244
+ "filePath": "tokens/container/base.json",
245
+ "isSource": true,
246
+ "original": {
247
+ "value": "1400px",
248
+ "public": true
249
+ },
250
+ "name": "container-max-width",
251
+ "attributes": {
252
+ "category": "container",
253
+ "type": "max-width"
254
+ },
255
+ "path": [
256
+ "container",
257
+ "max-width"
258
+ ]
259
+ },
260
+ "padding": {
261
+ "small": {
262
+ "value": "4%",
263
+ "public": true,
264
+ "filePath": "tokens/container/base.json",
265
+ "isSource": true,
266
+ "original": {
267
+ "value": "4%",
268
+ "public": true
269
+ },
270
+ "name": "container-padding-small",
271
+ "attributes": {
272
+ "category": "container",
273
+ "type": "padding",
274
+ "item": "small"
275
+ },
276
+ "path": [
277
+ "container",
278
+ "padding",
279
+ "small"
280
+ ]
281
+ },
282
+ "medium": {
283
+ "value": "3%",
284
+ "public": true,
285
+ "filePath": "tokens/container/base.json",
286
+ "isSource": true,
287
+ "original": {
288
+ "value": "3%",
289
+ "public": true
290
+ },
291
+ "name": "container-padding-medium",
292
+ "attributes": {
293
+ "category": "container",
294
+ "type": "padding",
295
+ "item": "medium"
296
+ },
297
+ "path": [
298
+ "container",
299
+ "padding",
300
+ "medium"
301
+ ]
302
+ },
303
+ "large": {
304
+ "value": "2%",
305
+ "public": true,
306
+ "filePath": "tokens/container/base.json",
307
+ "isSource": true,
308
+ "original": {
309
+ "value": "2%",
310
+ "public": true
311
+ },
312
+ "name": "container-padding-large",
313
+ "attributes": {
314
+ "category": "container",
315
+ "type": "padding",
316
+ "item": "large"
317
+ },
318
+ "path": [
319
+ "container",
320
+ "padding",
321
+ "large"
322
+ ]
323
+ }
324
+ },
325
+ "marketing": {
326
+ "max-width": {
327
+ "value": "1200px",
328
+ "public": true,
329
+ "filePath": "tokens/container/base.json",
330
+ "isSource": true,
331
+ "original": {
332
+ "value": "1200px",
333
+ "public": true
334
+ },
335
+ "name": "container-marketing-max-width",
336
+ "attributes": {
337
+ "category": "container",
338
+ "type": "marketing",
339
+ "item": "max-width"
340
+ },
341
+ "path": [
342
+ "container",
343
+ "marketing",
344
+ "max-width"
345
+ ]
346
+ },
347
+ "padding": {
348
+ "small": {
349
+ "value": "4%",
350
+ "public": true,
351
+ "filePath": "tokens/container/base.json",
352
+ "isSource": true,
353
+ "original": {
354
+ "value": "4%",
355
+ "public": true
356
+ },
357
+ "name": "container-marketing-padding-small",
358
+ "attributes": {
359
+ "category": "container",
360
+ "type": "marketing",
361
+ "item": "padding",
362
+ "subitem": "small"
363
+ },
364
+ "path": [
365
+ "container",
366
+ "marketing",
367
+ "padding",
368
+ "small"
369
+ ]
370
+ },
371
+ "medium-large": {
372
+ "value": "5%",
373
+ "public": true,
374
+ "filePath": "tokens/container/base.json",
375
+ "isSource": true,
376
+ "original": {
377
+ "value": "5%",
378
+ "public": true
379
+ },
380
+ "name": "container-marketing-padding-medium-large",
381
+ "attributes": {
382
+ "category": "container",
383
+ "type": "marketing",
384
+ "item": "padding",
385
+ "subitem": "medium-large"
386
+ },
387
+ "path": [
388
+ "container",
389
+ "marketing",
390
+ "padding",
391
+ "medium-large"
392
+ ]
393
+ }
394
+ }
395
+ }
396
+ },
142
397
  "grid": {
143
398
  "columns-4": {
144
399
  "width": {
@@ -259,38 +514,159 @@
259
514
  "gap"
260
515
  ]
261
516
  }
517
+ },
518
+ "marketing": {
519
+ "column": {
520
+ "small": {
521
+ "value": "21.34375%",
522
+ "public": true,
523
+ "filePath": "tokens/grid/base.json",
524
+ "isSource": true,
525
+ "original": {
526
+ "value": "21.34375%",
527
+ "public": true
528
+ },
529
+ "name": "grid-marketing-column-small",
530
+ "attributes": {
531
+ "category": "grid",
532
+ "type": "marketing",
533
+ "item": "column",
534
+ "subitem": "small"
535
+ },
536
+ "path": [
537
+ "grid",
538
+ "marketing",
539
+ "column",
540
+ "small"
541
+ ]
542
+ },
543
+ "medium-large": {
544
+ "value": "5.125%",
545
+ "public": true,
546
+ "filePath": "tokens/grid/base.json",
547
+ "isSource": true,
548
+ "original": {
549
+ "value": "5.125%",
550
+ "public": true
551
+ },
552
+ "name": "grid-marketing-column-medium-large",
553
+ "attributes": {
554
+ "category": "grid",
555
+ "type": "marketing",
556
+ "item": "column",
557
+ "subitem": "medium-large"
558
+ },
559
+ "path": [
560
+ "grid",
561
+ "marketing",
562
+ "column",
563
+ "medium-large"
564
+ ]
565
+ }
566
+ },
567
+ "gap": {
568
+ "small": {
569
+ "value": "4.875%",
570
+ "public": true,
571
+ "filePath": "tokens/grid/base.json",
572
+ "isSource": true,
573
+ "original": {
574
+ "value": "4.875%",
575
+ "public": true
576
+ },
577
+ "name": "grid-marketing-gap-small",
578
+ "attributes": {
579
+ "category": "grid",
580
+ "type": "marketing",
581
+ "item": "gap",
582
+ "subitem": "small"
583
+ },
584
+ "path": [
585
+ "grid",
586
+ "marketing",
587
+ "gap",
588
+ "small"
589
+ ]
590
+ },
591
+ "medium-large": {
592
+ "value": "3.5%",
593
+ "public": true,
594
+ "filePath": "tokens/grid/base.json",
595
+ "isSource": true,
596
+ "original": {
597
+ "value": "3.5%",
598
+ "public": true
599
+ },
600
+ "name": "grid-marketing-gap-medium-large",
601
+ "attributes": {
602
+ "category": "grid",
603
+ "type": "marketing",
604
+ "item": "gap",
605
+ "subitem": "medium-large"
606
+ },
607
+ "path": [
608
+ "grid",
609
+ "marketing",
610
+ "gap",
611
+ "medium-large"
612
+ ]
613
+ }
614
+ }
262
615
  }
263
616
  },
264
617
  "spacing": {
265
- "scale-ratio": {
266
- "value": "1.25",
267
- "comment": "Base ratio/multiplier",
618
+ "8XL": {
619
+ "value": "7.451",
620
+ "defaultUnit": "rem",
621
+ "public": true,
268
622
  "filePath": "tokens/spacing/base.json",
269
623
  "isSource": true,
270
624
  "original": {
271
- "value": "1.25",
272
- "comment": "Base ratio/multiplier"
625
+ "value": "7.451",
626
+ "defaultUnit": "rem",
627
+ "public": true
273
628
  },
274
- "name": "spacing-scale-ratio",
629
+ "name": "spacing-8-xl",
275
630
  "attributes": {
276
631
  "category": "spacing",
277
- "type": "scale-ratio"
632
+ "type": "8XL"
278
633
  },
279
634
  "path": [
280
635
  "spacing",
281
- "scale-ratio"
636
+ "8XL"
637
+ ]
638
+ },
639
+ "7XL": {
640
+ "value": "5.96",
641
+ "defaultUnit": "rem",
642
+ "public": true,
643
+ "filePath": "tokens/spacing/base.json",
644
+ "isSource": true,
645
+ "original": {
646
+ "value": "5.96",
647
+ "defaultUnit": "rem",
648
+ "public": true
649
+ },
650
+ "name": "spacing-7-xl",
651
+ "attributes": {
652
+ "category": "spacing",
653
+ "type": "7XL"
654
+ },
655
+ "path": [
656
+ "spacing",
657
+ "7XL"
282
658
  ]
283
659
  },
284
660
  "6XL": {
285
661
  "value": "4.678",
286
- "formula": "1.25**7",
287
662
  "defaultUnit": "rem",
663
+ "public": true,
288
664
  "filePath": "tokens/spacing/base.json",
289
665
  "isSource": true,
290
666
  "original": {
291
667
  "value": "4.678",
292
- "formula": "{spacing.scale-ratio}**7",
293
- "defaultUnit": "rem"
668
+ "defaultUnit": "rem",
669
+ "public": true
294
670
  },
295
671
  "name": "spacing-6-xl",
296
672
  "attributes": {
@@ -304,14 +680,14 @@
304
680
  },
305
681
  "5XL": {
306
682
  "value": "3.815",
307
- "formula": "1.25**6",
308
683
  "defaultUnit": "rem",
684
+ "public": true,
309
685
  "filePath": "tokens/spacing/base.json",
310
686
  "isSource": true,
311
687
  "original": {
312
688
  "value": "3.815",
313
- "formula": "{spacing.scale-ratio}**6",
314
- "defaultUnit": "rem"
689
+ "defaultUnit": "rem",
690
+ "public": true
315
691
  },
316
692
  "name": "spacing-5-xl",
317
693
  "attributes": {
@@ -325,14 +701,14 @@
325
701
  },
326
702
  "4XL": {
327
703
  "value": "3.052",
328
- "formula": "1.25**5",
329
704
  "defaultUnit": "rem",
705
+ "public": true,
330
706
  "filePath": "tokens/spacing/base.json",
331
707
  "isSource": true,
332
708
  "original": {
333
709
  "value": "3.052",
334
- "formula": "{spacing.scale-ratio}**5",
335
- "defaultUnit": "rem"
710
+ "defaultUnit": "rem",
711
+ "public": true
336
712
  },
337
713
  "name": "spacing-4-xl",
338
714
  "attributes": {
@@ -346,14 +722,14 @@
346
722
  },
347
723
  "3XL": {
348
724
  "value": "2.441",
349
- "formula": "1.25**4",
350
725
  "defaultUnit": "rem",
726
+ "public": true,
351
727
  "filePath": "tokens/spacing/base.json",
352
728
  "isSource": true,
353
729
  "original": {
354
730
  "value": "2.441",
355
- "formula": "{spacing.scale-ratio}**4",
356
- "defaultUnit": "rem"
731
+ "defaultUnit": "rem",
732
+ "public": true
357
733
  },
358
734
  "name": "spacing-3-xl",
359
735
  "attributes": {
@@ -367,14 +743,14 @@
367
743
  },
368
744
  "2XL": {
369
745
  "value": "1.953",
370
- "formula": "1.25**3",
371
746
  "defaultUnit": "rem",
747
+ "public": true,
372
748
  "filePath": "tokens/spacing/base.json",
373
749
  "isSource": true,
374
750
  "original": {
375
751
  "value": "1.953",
376
- "formula": "{spacing.scale-ratio}**3",
377
- "defaultUnit": "rem"
752
+ "defaultUnit": "rem",
753
+ "public": true
378
754
  },
379
755
  "name": "spacing-2-xl",
380
756
  "attributes": {
@@ -388,14 +764,14 @@
388
764
  },
389
765
  "XL": {
390
766
  "value": "1.563",
391
- "formula": "1.25**2",
392
767
  "defaultUnit": "rem",
768
+ "public": true,
393
769
  "filePath": "tokens/spacing/base.json",
394
770
  "isSource": true,
395
771
  "original": {
396
772
  "value": "1.563",
397
- "formula": "{spacing.scale-ratio}**2",
398
- "defaultUnit": "rem"
773
+ "defaultUnit": "rem",
774
+ "public": true
399
775
  },
400
776
  "name": "spacing-xl",
401
777
  "attributes": {
@@ -409,14 +785,14 @@
409
785
  },
410
786
  "L": {
411
787
  "value": "1.25",
412
- "formula": "1.25**1",
413
788
  "defaultUnit": "rem",
789
+ "public": true,
414
790
  "filePath": "tokens/spacing/base.json",
415
791
  "isSource": true,
416
792
  "original": {
417
793
  "value": "1.25",
418
- "formula": "{spacing.scale-ratio}**1",
419
- "defaultUnit": "rem"
794
+ "defaultUnit": "rem",
795
+ "public": true
420
796
  },
421
797
  "name": "spacing-l",
422
798
  "attributes": {
@@ -431,11 +807,13 @@
431
807
  "M": {
432
808
  "value": "1",
433
809
  "defaultUnit": "rem",
810
+ "public": true,
434
811
  "filePath": "tokens/spacing/base.json",
435
812
  "isSource": true,
436
813
  "original": {
437
814
  "value": "1",
438
- "defaultUnit": "rem"
815
+ "defaultUnit": "rem",
816
+ "public": true
439
817
  },
440
818
  "name": "spacing-m",
441
819
  "attributes": {
@@ -449,14 +827,14 @@
449
827
  },
450
828
  "S": {
451
829
  "value": "0.8",
452
- "formula": "1.25**-1",
453
830
  "defaultUnit": "rem",
831
+ "public": true,
454
832
  "filePath": "tokens/spacing/base.json",
455
833
  "isSource": true,
456
834
  "original": {
457
835
  "value": "0.8",
458
- "formula": "{spacing.scale-ratio}**-1",
459
- "defaultUnit": "rem"
836
+ "defaultUnit": "rem",
837
+ "public": true
460
838
  },
461
839
  "name": "spacing-s",
462
840
  "attributes": {
@@ -470,14 +848,14 @@
470
848
  },
471
849
  "XS": {
472
850
  "value": "0.64",
473
- "formula": "1.25**-2",
474
851
  "defaultUnit": "rem",
852
+ "public": true,
475
853
  "filePath": "tokens/spacing/base.json",
476
854
  "isSource": true,
477
855
  "original": {
478
856
  "value": "0.64",
479
- "formula": "{spacing.scale-ratio}**-2",
480
- "defaultUnit": "rem"
857
+ "defaultUnit": "rem",
858
+ "public": true
481
859
  },
482
860
  "name": "spacing-xs",
483
861
  "attributes": {
@@ -491,14 +869,14 @@
491
869
  },
492
870
  "2XS": {
493
871
  "value": "0.512",
494
- "formula": "1.25**-3",
495
872
  "defaultUnit": "rem",
873
+ "public": true,
496
874
  "filePath": "tokens/spacing/base.json",
497
875
  "isSource": true,
498
876
  "original": {
499
877
  "value": "0.512",
500
- "formula": "{spacing.scale-ratio}**-3",
501
- "defaultUnit": "rem"
878
+ "defaultUnit": "rem",
879
+ "public": true
502
880
  },
503
881
  "name": "spacing-2-xs",
504
882
  "attributes": {
@@ -512,14 +890,14 @@
512
890
  },
513
891
  "3XS": {
514
892
  "value": "0.41",
515
- "formula": "1.25**-4",
516
893
  "defaultUnit": "rem",
894
+ "public": true,
517
895
  "filePath": "tokens/spacing/base.json",
518
896
  "isSource": true,
519
897
  "original": {
520
898
  "value": "0.41",
521
- "formula": "{spacing.scale-ratio}**-4",
522
- "defaultUnit": "rem"
899
+ "defaultUnit": "rem",
900
+ "public": true
523
901
  },
524
902
  "name": "spacing-3-xs",
525
903
  "attributes": {
@@ -533,14 +911,14 @@
533
911
  },
534
912
  "4XS": {
535
913
  "value": "0.328",
536
- "formula": "1.25**-5",
537
914
  "defaultUnit": "rem",
915
+ "public": true,
538
916
  "filePath": "tokens/spacing/base.json",
539
917
  "isSource": true,
540
918
  "original": {
541
919
  "value": "0.328",
542
- "formula": "{spacing.scale-ratio}**-5",
543
- "defaultUnit": "rem"
920
+ "defaultUnit": "rem",
921
+ "public": true
544
922
  },
545
923
  "name": "spacing-4-xs",
546
924
  "attributes": {
@@ -551,6 +929,48 @@
551
929
  "spacing",
552
930
  "4XS"
553
931
  ]
932
+ },
933
+ "5XS": {
934
+ "value": "0.25",
935
+ "defaultUnit": "rem",
936
+ "public": true,
937
+ "filePath": "tokens/spacing/base.json",
938
+ "isSource": true,
939
+ "original": {
940
+ "value": "0.25",
941
+ "defaultUnit": "rem",
942
+ "public": true
943
+ },
944
+ "name": "spacing-5-xs",
945
+ "attributes": {
946
+ "category": "spacing",
947
+ "type": "5XS"
948
+ },
949
+ "path": [
950
+ "spacing",
951
+ "5XS"
952
+ ]
953
+ },
954
+ "6XS": {
955
+ "value": "0.125",
956
+ "defaultUnit": "rem",
957
+ "public": true,
958
+ "filePath": "tokens/spacing/base.json",
959
+ "isSource": true,
960
+ "original": {
961
+ "value": "0.125",
962
+ "defaultUnit": "rem",
963
+ "public": true
964
+ },
965
+ "name": "spacing-6-xs",
966
+ "attributes": {
967
+ "category": "spacing",
968
+ "type": "6XS"
969
+ },
970
+ "path": [
971
+ "spacing",
972
+ "6XS"
973
+ ]
554
974
  }
555
975
  },
556
976
  "typography": {
@@ -576,6 +996,27 @@
576
996
  "default"
577
997
  ]
578
998
  },
999
+ "secondary": {
1000
+ "value": "'Aleo', serif",
1001
+ "public": true,
1002
+ "filePath": "tokens/typography/alias/font.json",
1003
+ "isSource": true,
1004
+ "original": {
1005
+ "value": "'Aleo', serif",
1006
+ "public": true
1007
+ },
1008
+ "name": "typography-font-secondary",
1009
+ "attributes": {
1010
+ "category": "typography",
1011
+ "type": "font",
1012
+ "item": "secondary"
1013
+ },
1014
+ "path": [
1015
+ "typography",
1016
+ "font",
1017
+ "secondary"
1018
+ ]
1019
+ },
579
1020
  "headings": {
580
1021
  "value": "'Poppins', sans-serif",
581
1022
  "filePath": "tokens/typography/alias/font.json",
@@ -619,7 +1060,7 @@
619
1060
  "filePath": "tokens/typography/alias/font.json",
620
1061
  "isSource": true,
621
1062
  "original": {
622
- "value": "'Aleo', serif"
1063
+ "value": "{typography.font.secondary.value}"
623
1064
  },
624
1065
  "name": "typography-font-lead",
625
1066
  "attributes": {
@@ -638,7 +1079,7 @@
638
1079
  "filePath": "tokens/typography/alias/font.json",
639
1080
  "isSource": true,
640
1081
  "original": {
641
- "value": "'Aleo', serif"
1082
+ "value": "{typography.font.secondary.value}"
642
1083
  },
643
1084
  "name": "typography-font-quote",
644
1085
  "attributes": {
@@ -672,11 +1113,11 @@
672
1113
  ]
673
1114
  },
674
1115
  "css-import": {
675
- "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'",
1116
+ "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;1,400;1,500;1,600;1,700&display=swap'",
676
1117
  "filePath": "tokens/typography/base/font.json",
677
1118
  "isSource": true,
678
1119
  "original": {
679
- "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'"
1120
+ "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;1,400;1,500;1,600;1,700&display=swap'"
680
1121
  },
681
1122
  "name": "typography-font-css-import",
682
1123
  "attributes": {
@@ -694,10 +1135,12 @@
694
1135
  "font-weight": {
695
1136
  "regular": {
696
1137
  "value": 400,
1138
+ "public": true,
697
1139
  "filePath": "tokens/typography/base/font-weight.json",
698
1140
  "isSource": true,
699
1141
  "original": {
700
- "value": 400
1142
+ "value": 400,
1143
+ "public": true
701
1144
  },
702
1145
  "name": "typography-font-weight-regular",
703
1146
  "attributes": {
@@ -713,10 +1156,12 @@
713
1156
  },
714
1157
  "medium": {
715
1158
  "value": 500,
1159
+ "public": true,
716
1160
  "filePath": "tokens/typography/base/font-weight.json",
717
1161
  "isSource": true,
718
1162
  "original": {
719
- "value": 500
1163
+ "value": 500,
1164
+ "public": true
720
1165
  },
721
1166
  "name": "typography-font-weight-medium",
722
1167
  "attributes": {
@@ -732,10 +1177,12 @@
732
1177
  },
733
1178
  "semibold": {
734
1179
  "value": 600,
1180
+ "public": true,
735
1181
  "filePath": "tokens/typography/base/font-weight.json",
736
1182
  "isSource": true,
737
1183
  "original": {
738
- "value": 600
1184
+ "value": 600,
1185
+ "public": true
739
1186
  },
740
1187
  "name": "typography-font-weight-semibold",
741
1188
  "attributes": {
@@ -751,10 +1198,12 @@
751
1198
  },
752
1199
  "bold": {
753
1200
  "value": 700,
1201
+ "public": true,
754
1202
  "filePath": "tokens/typography/base/font-weight.json",
755
1203
  "isSource": true,
756
1204
  "original": {
757
- "value": 700
1205
+ "value": 700,
1206
+ "public": true
758
1207
  },
759
1208
  "name": "typography-font-weight-bold",
760
1209
  "attributes": {
@@ -770,10 +1219,12 @@
770
1219
  },
771
1220
  "extrabold": {
772
1221
  "value": 800,
1222
+ "public": true,
773
1223
  "filePath": "tokens/typography/base/font-weight.json",
774
1224
  "isSource": true,
775
1225
  "original": {
776
- "value": 800
1226
+ "value": 800,
1227
+ "public": true
777
1228
  },
778
1229
  "name": "typography-font-weight-extrabold",
779
1230
  "attributes": {
@@ -792,11 +1243,13 @@
792
1243
  "XL": {
793
1244
  "value": "0.06",
794
1245
  "defaultUnit": "em",
1246
+ "public": true,
795
1247
  "filePath": "tokens/typography/base/letter-spacing.json",
796
1248
  "isSource": true,
797
1249
  "original": {
798
1250
  "value": "0.06",
799
- "defaultUnit": "em"
1251
+ "defaultUnit": "em",
1252
+ "public": true
800
1253
  },
801
1254
  "name": "typography-letter-spacing-xl",
802
1255
  "attributes": {
@@ -813,11 +1266,13 @@
813
1266
  "L": {
814
1267
  "value": "0.04",
815
1268
  "defaultUnit": "em",
1269
+ "public": true,
816
1270
  "filePath": "tokens/typography/base/letter-spacing.json",
817
1271
  "isSource": true,
818
1272
  "original": {
819
1273
  "value": "0.04",
820
- "defaultUnit": "em"
1274
+ "defaultUnit": "em",
1275
+ "public": true
821
1276
  },
822
1277
  "name": "typography-letter-spacing-l",
823
1278
  "attributes": {
@@ -834,11 +1289,13 @@
834
1289
  "M": {
835
1290
  "value": "0.02",
836
1291
  "defaultUnit": "em",
1292
+ "public": true,
837
1293
  "filePath": "tokens/typography/base/letter-spacing.json",
838
1294
  "isSource": true,
839
1295
  "original": {
840
1296
  "value": "0.02",
841
- "defaultUnit": "em"
1297
+ "defaultUnit": "em",
1298
+ "public": true
842
1299
  },
843
1300
  "name": "typography-letter-spacing-m",
844
1301
  "attributes": {
@@ -855,11 +1312,13 @@
855
1312
  "S": {
856
1313
  "value": "0.01",
857
1314
  "defaultUnit": "em",
1315
+ "public": true,
858
1316
  "filePath": "tokens/typography/base/letter-spacing.json",
859
1317
  "isSource": true,
860
1318
  "original": {
861
1319
  "value": "0.01",
862
- "defaultUnit": "em"
1320
+ "defaultUnit": "em",
1321
+ "public": true
863
1322
  },
864
1323
  "name": "typography-letter-spacing-s",
865
1324
  "attributes": {
@@ -875,12 +1334,35 @@
875
1334
  }
876
1335
  },
877
1336
  "line-height": {
1337
+ "XL": {
1338
+ "value": "195%",
1339
+ "public": true,
1340
+ "filePath": "tokens/typography/base/line-height.json",
1341
+ "isSource": true,
1342
+ "original": {
1343
+ "value": "195%",
1344
+ "public": true
1345
+ },
1346
+ "name": "typography-line-height-xl",
1347
+ "attributes": {
1348
+ "category": "typography",
1349
+ "type": "line-height",
1350
+ "item": "XL"
1351
+ },
1352
+ "path": [
1353
+ "typography",
1354
+ "line-height",
1355
+ "XL"
1356
+ ]
1357
+ },
878
1358
  "L": {
879
- "value": "195.3%",
1359
+ "value": "170%",
1360
+ "public": true,
880
1361
  "filePath": "tokens/typography/base/line-height.json",
881
1362
  "isSource": true,
882
1363
  "original": {
883
- "value": "195.3%"
1364
+ "value": "170%",
1365
+ "public": true
884
1366
  },
885
1367
  "name": "typography-line-height-l",
886
1368
  "attributes": {
@@ -895,11 +1377,13 @@
895
1377
  ]
896
1378
  },
897
1379
  "M": {
898
- "value": "156.3%",
1380
+ "value": "140%",
1381
+ "public": true,
899
1382
  "filePath": "tokens/typography/base/line-height.json",
900
1383
  "isSource": true,
901
1384
  "original": {
902
- "value": "156.3%"
1385
+ "value": "140%",
1386
+ "public": true
903
1387
  },
904
1388
  "name": "typography-line-height-m",
905
1389
  "attributes": {
@@ -914,11 +1398,13 @@
914
1398
  ]
915
1399
  },
916
1400
  "S": {
917
- "value": "125%",
1401
+ "value": "120%",
1402
+ "public": true,
918
1403
  "filePath": "tokens/typography/base/line-height.json",
919
1404
  "isSource": true,
920
1405
  "original": {
921
- "value": "125%"
1406
+ "value": "120%",
1407
+ "public": true
922
1408
  },
923
1409
  "name": "typography-line-height-s",
924
1410
  "attributes": {
@@ -933,6 +1419,50 @@
933
1419
  ]
934
1420
  }
935
1421
  },
1422
+ "multiplier": {
1423
+ "small": {
1424
+ "value": "0.75",
1425
+ "public": true,
1426
+ "filePath": "tokens/typography/base/multipliers.json",
1427
+ "isSource": true,
1428
+ "original": {
1429
+ "value": "0.75",
1430
+ "public": true
1431
+ },
1432
+ "name": "typography-multiplier-small",
1433
+ "attributes": {
1434
+ "category": "typography",
1435
+ "type": "multiplier",
1436
+ "item": "small"
1437
+ },
1438
+ "path": [
1439
+ "typography",
1440
+ "multiplier",
1441
+ "small"
1442
+ ]
1443
+ },
1444
+ "medium": {
1445
+ "value": "0.85",
1446
+ "public": true,
1447
+ "filePath": "tokens/typography/base/multipliers.json",
1448
+ "isSource": true,
1449
+ "original": {
1450
+ "value": "0.85",
1451
+ "public": true
1452
+ },
1453
+ "name": "typography-multiplier-medium",
1454
+ "attributes": {
1455
+ "category": "typography",
1456
+ "type": "multiplier",
1457
+ "item": "medium"
1458
+ },
1459
+ "path": [
1460
+ "typography",
1461
+ "multiplier",
1462
+ "medium"
1463
+ ]
1464
+ }
1465
+ },
936
1466
  "scale-ratio": {
937
1467
  "value": "1.25",
938
1468
  "comment": "The base ratio/multiplier of the typographic scale.",
@@ -1139,4 +1669,4 @@
1139
1669
  }
1140
1670
  }
1141
1671
  }
1142
- }
1672
+ }