@pantheon-systems/pds-design-tokens 1.1.2 → 2.0.0-alpha.0

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.
@@ -0,0 +1,1892 @@
1
+ {
2
+ "animation": {
3
+ "delay": {
4
+ "default": {
5
+ "value": "200ms",
6
+ "filePath": "tokens/animation/primitive/primitive.json",
7
+ "isSource": true,
8
+ "original": {
9
+ "value": "200ms",
10
+ "public": true
11
+ },
12
+ "name": "AnimationDelayDefault",
13
+ "attributes": {
14
+ "category": "animation",
15
+ "type": "delay",
16
+ "item": "default"
17
+ },
18
+ "path": [
19
+ "animation",
20
+ "delay",
21
+ "default"
22
+ ],
23
+ "public": true
24
+ }
25
+ },
26
+ "duration": {
27
+ "default": {
28
+ "value": "200ms",
29
+ "filePath": "tokens/animation/primitive/primitive.json",
30
+ "isSource": true,
31
+ "original": {
32
+ "value": "200ms",
33
+ "public": true
34
+ },
35
+ "name": "AnimationDurationDefault",
36
+ "attributes": {
37
+ "category": "animation",
38
+ "type": "duration",
39
+ "item": "default"
40
+ },
41
+ "path": [
42
+ "animation",
43
+ "duration",
44
+ "default"
45
+ ],
46
+ "public": true
47
+ },
48
+ "dropdown": {
49
+ "value": "300ms",
50
+ "filePath": "tokens/animation/semantic/semantic.json",
51
+ "isSource": true,
52
+ "original": {
53
+ "value": "300ms",
54
+ "public": true
55
+ },
56
+ "name": "AnimationDurationDropdown",
57
+ "attributes": {
58
+ "category": "animation",
59
+ "type": "duration",
60
+ "item": "dropdown"
61
+ },
62
+ "path": [
63
+ "animation",
64
+ "duration",
65
+ "dropdown"
66
+ ],
67
+ "public": true
68
+ },
69
+ "reveal": {
70
+ "value": "300ms",
71
+ "filePath": "tokens/animation/semantic/semantic.json",
72
+ "isSource": true,
73
+ "original": {
74
+ "value": "300ms",
75
+ "public": true
76
+ },
77
+ "name": "AnimationDurationReveal",
78
+ "attributes": {
79
+ "category": "animation",
80
+ "type": "duration",
81
+ "item": "reveal"
82
+ },
83
+ "path": [
84
+ "animation",
85
+ "duration",
86
+ "reveal"
87
+ ],
88
+ "public": true
89
+ }
90
+ },
91
+ "timing-function": {
92
+ "default": {
93
+ "value": "cubic-bezier(.2, 0, 0, 1)",
94
+ "filePath": "tokens/animation/primitive/primitive.json",
95
+ "isSource": true,
96
+ "original": {
97
+ "value": "cubic-bezier(.2, 0, 0, 1)",
98
+ "public": true
99
+ },
100
+ "name": "AnimationTimingFunctionDefault",
101
+ "attributes": {
102
+ "category": "animation",
103
+ "type": "timing-function",
104
+ "item": "default"
105
+ },
106
+ "path": [
107
+ "animation",
108
+ "timing-function",
109
+ "default"
110
+ ],
111
+ "public": true
112
+ }
113
+ },
114
+ "transition": {
115
+ "reveal": {
116
+ "value": "all 300ms cubic-bezier(.2, 0, 0, 1)",
117
+ "filePath": "tokens/animation/semantic/semantic.json",
118
+ "isSource": true,
119
+ "original": {
120
+ "value": "all {animation.duration.reveal} {animation.timing-function.default}",
121
+ "public": true
122
+ },
123
+ "name": "AnimationTransitionReveal",
124
+ "attributes": {
125
+ "category": "animation",
126
+ "type": "transition",
127
+ "item": "reveal"
128
+ },
129
+ "path": [
130
+ "animation",
131
+ "transition",
132
+ "reveal"
133
+ ],
134
+ "public": true
135
+ }
136
+ }
137
+ },
138
+ "border": {
139
+ "width": {
140
+ "stepper": {
141
+ "value": 3,
142
+ "filePath": "tokens/border/component/component.json",
143
+ "isSource": true,
144
+ "original": {
145
+ "value": 3,
146
+ "public": true
147
+ },
148
+ "name": "BorderWidthStepper",
149
+ "attributes": {
150
+ "category": "border",
151
+ "type": "width",
152
+ "item": "stepper"
153
+ },
154
+ "path": [
155
+ "border",
156
+ "width",
157
+ "stepper"
158
+ ],
159
+ "public": true
160
+ },
161
+ "default": {
162
+ "value": 1,
163
+ "filePath": "tokens/border/semantic/width.json",
164
+ "isSource": true,
165
+ "original": {
166
+ "value": 1,
167
+ "public": true
168
+ },
169
+ "name": "BorderWidthDefault",
170
+ "attributes": {
171
+ "category": "border",
172
+ "type": "width",
173
+ "item": "default"
174
+ },
175
+ "path": [
176
+ "border",
177
+ "width",
178
+ "default"
179
+ ],
180
+ "public": true
181
+ },
182
+ "outline": {
183
+ "value": 1,
184
+ "filePath": "tokens/border/semantic/width.json",
185
+ "isSource": true,
186
+ "original": {
187
+ "value": 1,
188
+ "public": true
189
+ },
190
+ "name": "BorderWidthOutline",
191
+ "attributes": {
192
+ "category": "border",
193
+ "type": "width",
194
+ "item": "outline"
195
+ },
196
+ "path": [
197
+ "border",
198
+ "width",
199
+ "outline"
200
+ ],
201
+ "public": true
202
+ }
203
+ },
204
+ "radius": {
205
+ "default": {
206
+ "value": 0.1875,
207
+ "filePath": "tokens/border/semantic/radius.json",
208
+ "isSource": true,
209
+ "original": {
210
+ "value": 0.1875,
211
+ "public": true
212
+ },
213
+ "name": "BorderRadiusDefault",
214
+ "attributes": {
215
+ "category": "border",
216
+ "type": "radius",
217
+ "item": "default"
218
+ },
219
+ "path": [
220
+ "border",
221
+ "radius",
222
+ "default"
223
+ ],
224
+ "public": true
225
+ },
226
+ "bar": {
227
+ "value": 3.5,
228
+ "filePath": "tokens/border/semantic/radius.json",
229
+ "isSource": true,
230
+ "original": {
231
+ "value": 3.5,
232
+ "public": true
233
+ },
234
+ "name": "BorderRadiusBar",
235
+ "attributes": {
236
+ "category": "border",
237
+ "type": "radius",
238
+ "item": "bar"
239
+ },
240
+ "path": [
241
+ "border",
242
+ "radius",
243
+ "bar"
244
+ ],
245
+ "public": true
246
+ },
247
+ "button": {
248
+ "value": 3.5,
249
+ "filePath": "tokens/border/semantic/radius.json",
250
+ "isSource": true,
251
+ "original": {
252
+ "value": 3.5,
253
+ "public": true
254
+ },
255
+ "name": "BorderRadiusButton",
256
+ "attributes": {
257
+ "category": "border",
258
+ "type": "radius",
259
+ "item": "button"
260
+ },
261
+ "path": [
262
+ "border",
263
+ "radius",
264
+ "button"
265
+ ],
266
+ "public": true
267
+ },
268
+ "container": {
269
+ "value": 0.375,
270
+ "filePath": "tokens/border/semantic/radius.json",
271
+ "isSource": true,
272
+ "original": {
273
+ "value": 0.375,
274
+ "public": true
275
+ },
276
+ "name": "BorderRadiusContainer",
277
+ "attributes": {
278
+ "category": "border",
279
+ "type": "radius",
280
+ "item": "container"
281
+ },
282
+ "path": [
283
+ "border",
284
+ "radius",
285
+ "container"
286
+ ],
287
+ "public": true
288
+ },
289
+ "input": {
290
+ "value": 0.25,
291
+ "filePath": "tokens/border/semantic/radius.json",
292
+ "isSource": true,
293
+ "original": {
294
+ "value": 0.25,
295
+ "public": true
296
+ },
297
+ "name": "BorderRadiusInput",
298
+ "attributes": {
299
+ "category": "border",
300
+ "type": "radius",
301
+ "item": "input"
302
+ },
303
+ "path": [
304
+ "border",
305
+ "radius",
306
+ "input"
307
+ ],
308
+ "public": true
309
+ }
310
+ }
311
+ },
312
+ "container": {
313
+ "modal": {
314
+ "width": {
315
+ "small": {
316
+ "value": "25",
317
+ "filePath": "tokens/container/component/component.json",
318
+ "isSource": true,
319
+ "original": {
320
+ "value": "25",
321
+ "public": true
322
+ },
323
+ "name": "ContainerModalWidthSmall",
324
+ "attributes": {
325
+ "category": "container",
326
+ "type": "modal",
327
+ "item": "width",
328
+ "subitem": "small"
329
+ },
330
+ "path": [
331
+ "container",
332
+ "modal",
333
+ "width",
334
+ "small"
335
+ ],
336
+ "public": true
337
+ },
338
+ "medium": {
339
+ "value": "37.5",
340
+ "filePath": "tokens/container/component/component.json",
341
+ "isSource": true,
342
+ "original": {
343
+ "value": "37.5",
344
+ "public": true
345
+ },
346
+ "name": "ContainerModalWidthMedium",
347
+ "attributes": {
348
+ "category": "container",
349
+ "type": "modal",
350
+ "item": "width",
351
+ "subitem": "medium"
352
+ },
353
+ "path": [
354
+ "container",
355
+ "modal",
356
+ "width",
357
+ "medium"
358
+ ],
359
+ "public": true
360
+ },
361
+ "large": {
362
+ "value": "47.5",
363
+ "filePath": "tokens/container/component/component.json",
364
+ "isSource": true,
365
+ "original": {
366
+ "value": "47.5",
367
+ "public": true
368
+ },
369
+ "name": "ContainerModalWidthLarge",
370
+ "attributes": {
371
+ "category": "container",
372
+ "type": "modal",
373
+ "item": "width",
374
+ "subitem": "large"
375
+ },
376
+ "path": [
377
+ "container",
378
+ "modal",
379
+ "width",
380
+ "large"
381
+ ],
382
+ "public": true
383
+ },
384
+ "xl": {
385
+ "value": "67.5",
386
+ "filePath": "tokens/container/component/component.json",
387
+ "isSource": true,
388
+ "original": {
389
+ "value": "67.5",
390
+ "public": true
391
+ },
392
+ "name": "ContainerModalWidthXl",
393
+ "attributes": {
394
+ "category": "container",
395
+ "type": "modal",
396
+ "item": "width",
397
+ "subitem": "xl"
398
+ },
399
+ "path": [
400
+ "container",
401
+ "modal",
402
+ "width",
403
+ "xl"
404
+ ],
405
+ "public": true
406
+ }
407
+ }
408
+ },
409
+ "tooltip": {
410
+ "max-width": {
411
+ "value": "12.5",
412
+ "filePath": "tokens/container/component/component.json",
413
+ "isSource": true,
414
+ "original": {
415
+ "value": "12.5",
416
+ "public": true
417
+ },
418
+ "name": "ContainerTooltipMaxWidth",
419
+ "attributes": {
420
+ "category": "container",
421
+ "type": "tooltip",
422
+ "item": "max-width"
423
+ },
424
+ "path": [
425
+ "container",
426
+ "tooltip",
427
+ "max-width"
428
+ ],
429
+ "public": true
430
+ }
431
+ },
432
+ "padding": {
433
+ "base": {
434
+ "value": 1.44,
435
+ "filePath": "tokens/container/semantic/padding.json",
436
+ "isSource": true,
437
+ "original": {
438
+ "value": "{spacing.XL}",
439
+ "public": true
440
+ },
441
+ "name": "ContainerPaddingBase",
442
+ "attributes": {
443
+ "category": "container",
444
+ "type": "padding",
445
+ "item": "base"
446
+ },
447
+ "path": [
448
+ "container",
449
+ "padding",
450
+ "base"
451
+ ],
452
+ "public": true
453
+ },
454
+ "narrow-bp-md": {
455
+ "value": "12%",
456
+ "filePath": "tokens/container/semantic/padding.json",
457
+ "isSource": true,
458
+ "original": {
459
+ "value": "12%",
460
+ "public": true
461
+ },
462
+ "name": "ContainerPaddingNarrowBpMd",
463
+ "attributes": {
464
+ "category": "container",
465
+ "type": "padding",
466
+ "item": "narrow-bp-md"
467
+ },
468
+ "path": [
469
+ "container",
470
+ "padding",
471
+ "narrow-bp-md"
472
+ ],
473
+ "public": true
474
+ },
475
+ "narrow-bp-lg": {
476
+ "value": "20%",
477
+ "filePath": "tokens/container/semantic/padding.json",
478
+ "isSource": true,
479
+ "original": {
480
+ "value": "20%",
481
+ "public": true
482
+ },
483
+ "name": "ContainerPaddingNarrowBpLg",
484
+ "attributes": {
485
+ "category": "container",
486
+ "type": "padding",
487
+ "item": "narrow-bp-lg"
488
+ },
489
+ "path": [
490
+ "container",
491
+ "padding",
492
+ "narrow-bp-lg"
493
+ ],
494
+ "public": true
495
+ },
496
+ "standard-bp-md": {
497
+ "value": "6%",
498
+ "filePath": "tokens/container/semantic/padding.json",
499
+ "isSource": true,
500
+ "original": {
501
+ "value": "6%",
502
+ "public": true
503
+ },
504
+ "name": "ContainerPaddingStandardBpMd",
505
+ "attributes": {
506
+ "category": "container",
507
+ "type": "padding",
508
+ "item": "standard-bp-md"
509
+ },
510
+ "path": [
511
+ "container",
512
+ "padding",
513
+ "standard-bp-md"
514
+ ],
515
+ "public": true
516
+ },
517
+ "standard-bp-lg": {
518
+ "value": "8%",
519
+ "filePath": "tokens/container/semantic/padding.json",
520
+ "isSource": true,
521
+ "original": {
522
+ "value": "8%",
523
+ "public": true
524
+ },
525
+ "name": "ContainerPaddingStandardBpLg",
526
+ "attributes": {
527
+ "category": "container",
528
+ "type": "padding",
529
+ "item": "standard-bp-lg"
530
+ },
531
+ "path": [
532
+ "container",
533
+ "padding",
534
+ "standard-bp-lg"
535
+ ],
536
+ "public": true
537
+ },
538
+ "wide-bp-md": {
539
+ "value": "5%",
540
+ "filePath": "tokens/container/semantic/padding.json",
541
+ "isSource": true,
542
+ "original": {
543
+ "value": "5%",
544
+ "public": true
545
+ },
546
+ "name": "ContainerPaddingWideBpMd",
547
+ "attributes": {
548
+ "category": "container",
549
+ "type": "padding",
550
+ "item": "wide-bp-md"
551
+ },
552
+ "path": [
553
+ "container",
554
+ "padding",
555
+ "wide-bp-md"
556
+ ],
557
+ "public": true
558
+ },
559
+ "wide-bp-lg": {
560
+ "value": "4%",
561
+ "filePath": "tokens/container/semantic/padding.json",
562
+ "isSource": true,
563
+ "original": {
564
+ "value": "4%",
565
+ "public": true
566
+ },
567
+ "name": "ContainerPaddingWideBpLg",
568
+ "attributes": {
569
+ "category": "container",
570
+ "type": "padding",
571
+ "item": "wide-bp-lg"
572
+ },
573
+ "path": [
574
+ "container",
575
+ "padding",
576
+ "wide-bp-lg"
577
+ ],
578
+ "public": true
579
+ }
580
+ },
581
+ "max-width": {
582
+ "narrow": {
583
+ "value": "1024",
584
+ "filePath": "tokens/container/semantic/width.json",
585
+ "isSource": true,
586
+ "original": {
587
+ "value": "1024",
588
+ "public": true
589
+ },
590
+ "name": "ContainerMaxWidthNarrow",
591
+ "attributes": {
592
+ "category": "container",
593
+ "type": "max-width",
594
+ "item": "narrow"
595
+ },
596
+ "path": [
597
+ "container",
598
+ "max-width",
599
+ "narrow"
600
+ ],
601
+ "public": true
602
+ },
603
+ "standard": {
604
+ "value": "1200",
605
+ "filePath": "tokens/container/semantic/width.json",
606
+ "isSource": true,
607
+ "original": {
608
+ "value": "1200",
609
+ "public": true
610
+ },
611
+ "name": "ContainerMaxWidthStandard",
612
+ "attributes": {
613
+ "category": "container",
614
+ "type": "max-width",
615
+ "item": "standard"
616
+ },
617
+ "path": [
618
+ "container",
619
+ "max-width",
620
+ "standard"
621
+ ],
622
+ "public": true
623
+ },
624
+ "wide": {
625
+ "value": "1440",
626
+ "filePath": "tokens/container/semantic/width.json",
627
+ "isSource": true,
628
+ "original": {
629
+ "value": "1440",
630
+ "public": true
631
+ },
632
+ "name": "ContainerMaxWidthWide",
633
+ "attributes": {
634
+ "category": "container",
635
+ "type": "max-width",
636
+ "item": "wide"
637
+ },
638
+ "path": [
639
+ "container",
640
+ "max-width",
641
+ "wide"
642
+ ],
643
+ "public": true
644
+ },
645
+ "x-wide": {
646
+ "value": "1600",
647
+ "filePath": "tokens/container/semantic/width.json",
648
+ "isSource": true,
649
+ "original": {
650
+ "value": "1600",
651
+ "public": true
652
+ },
653
+ "name": "ContainerMaxWidthXWide",
654
+ "attributes": {
655
+ "category": "container",
656
+ "type": "max-width",
657
+ "item": "x-wide"
658
+ },
659
+ "path": [
660
+ "container",
661
+ "max-width",
662
+ "x-wide"
663
+ ],
664
+ "public": true
665
+ }
666
+ }
667
+ },
668
+ "grid": {
669
+ "columns-4": {
670
+ "gap": {
671
+ "value": 1.2,
672
+ "filePath": "tokens/grid/primitive/primitive.json",
673
+ "isSource": true,
674
+ "original": {
675
+ "value": "{spacing.L}"
676
+ },
677
+ "name": "GridColumns4Gap",
678
+ "attributes": {
679
+ "category": "grid",
680
+ "type": "columns-4",
681
+ "item": "gap"
682
+ },
683
+ "path": [
684
+ "grid",
685
+ "columns-4",
686
+ "gap"
687
+ ]
688
+ }
689
+ },
690
+ "columns-12": {
691
+ "bp-md": {
692
+ "gap": {
693
+ "narrow": {
694
+ "value": 1.2,
695
+ "filePath": "tokens/grid/primitive/primitive.json",
696
+ "isSource": true,
697
+ "original": {
698
+ "value": "{spacing.L}"
699
+ },
700
+ "name": "GridColumns12BpMdGapNarrow",
701
+ "attributes": {
702
+ "category": "grid",
703
+ "type": "columns-12",
704
+ "item": "bp-md",
705
+ "subitem": "gap",
706
+ "state": "narrow"
707
+ },
708
+ "path": [
709
+ "grid",
710
+ "columns-12",
711
+ "bp-md",
712
+ "gap",
713
+ "narrow"
714
+ ]
715
+ },
716
+ "standard": {
717
+ "value": 1.44,
718
+ "filePath": "tokens/grid/primitive/primitive.json",
719
+ "isSource": true,
720
+ "original": {
721
+ "value": "{spacing.XL}"
722
+ },
723
+ "name": "GridColumns12BpMdGapStandard",
724
+ "attributes": {
725
+ "category": "grid",
726
+ "type": "columns-12",
727
+ "item": "bp-md",
728
+ "subitem": "gap",
729
+ "state": "standard"
730
+ },
731
+ "path": [
732
+ "grid",
733
+ "columns-12",
734
+ "bp-md",
735
+ "gap",
736
+ "standard"
737
+ ]
738
+ },
739
+ "wide": {
740
+ "value": 1.728,
741
+ "filePath": "tokens/grid/primitive/primitive.json",
742
+ "isSource": true,
743
+ "original": {
744
+ "value": "{spacing.2XL}"
745
+ },
746
+ "name": "GridColumns12BpMdGapWide",
747
+ "attributes": {
748
+ "category": "grid",
749
+ "type": "columns-12",
750
+ "item": "bp-md",
751
+ "subitem": "gap",
752
+ "state": "wide"
753
+ },
754
+ "path": [
755
+ "grid",
756
+ "columns-12",
757
+ "bp-md",
758
+ "gap",
759
+ "wide"
760
+ ]
761
+ }
762
+ }
763
+ },
764
+ "bp-lg": {
765
+ "gap": {
766
+ "narrow": {
767
+ "value": 1.44,
768
+ "filePath": "tokens/grid/primitive/primitive.json",
769
+ "isSource": true,
770
+ "original": {
771
+ "value": "{spacing.XL}"
772
+ },
773
+ "name": "GridColumns12BpLgGapNarrow",
774
+ "attributes": {
775
+ "category": "grid",
776
+ "type": "columns-12",
777
+ "item": "bp-lg",
778
+ "subitem": "gap",
779
+ "state": "narrow"
780
+ },
781
+ "path": [
782
+ "grid",
783
+ "columns-12",
784
+ "bp-lg",
785
+ "gap",
786
+ "narrow"
787
+ ]
788
+ },
789
+ "standard": {
790
+ "value": 1.728,
791
+ "filePath": "tokens/grid/primitive/primitive.json",
792
+ "isSource": true,
793
+ "original": {
794
+ "value": "{spacing.2XL}"
795
+ },
796
+ "name": "GridColumns12BpLgGapStandard",
797
+ "attributes": {
798
+ "category": "grid",
799
+ "type": "columns-12",
800
+ "item": "bp-lg",
801
+ "subitem": "gap",
802
+ "state": "standard"
803
+ },
804
+ "path": [
805
+ "grid",
806
+ "columns-12",
807
+ "bp-lg",
808
+ "gap",
809
+ "standard"
810
+ ]
811
+ },
812
+ "wide": {
813
+ "value": 2.074,
814
+ "filePath": "tokens/grid/primitive/primitive.json",
815
+ "isSource": true,
816
+ "original": {
817
+ "value": "{spacing.3XL}"
818
+ },
819
+ "name": "GridColumns12BpLgGapWide",
820
+ "attributes": {
821
+ "category": "grid",
822
+ "type": "columns-12",
823
+ "item": "bp-lg",
824
+ "subitem": "gap",
825
+ "state": "wide"
826
+ },
827
+ "path": [
828
+ "grid",
829
+ "columns-12",
830
+ "bp-lg",
831
+ "gap",
832
+ "wide"
833
+ ]
834
+ }
835
+ }
836
+ }
837
+ },
838
+ "marketing": {
839
+ "column": {
840
+ "small": {
841
+ "value": "21.34375%",
842
+ "filePath": "tokens/grid/primitive/primitive.json",
843
+ "isSource": true,
844
+ "original": {
845
+ "value": "21.34375%",
846
+ "public": true
847
+ },
848
+ "name": "GridMarketingColumnSmall",
849
+ "attributes": {
850
+ "category": "grid",
851
+ "type": "marketing",
852
+ "item": "column",
853
+ "subitem": "small"
854
+ },
855
+ "path": [
856
+ "grid",
857
+ "marketing",
858
+ "column",
859
+ "small"
860
+ ],
861
+ "public": true
862
+ },
863
+ "medium-large": {
864
+ "value": "4.36875%",
865
+ "filePath": "tokens/grid/primitive/primitive.json",
866
+ "isSource": true,
867
+ "original": {
868
+ "value": "4.36875%",
869
+ "public": true
870
+ },
871
+ "name": "GridMarketingColumnMediumLarge",
872
+ "attributes": {
873
+ "category": "grid",
874
+ "type": "marketing",
875
+ "item": "column",
876
+ "subitem": "medium-large"
877
+ },
878
+ "path": [
879
+ "grid",
880
+ "marketing",
881
+ "column",
882
+ "medium-large"
883
+ ],
884
+ "public": true
885
+ }
886
+ },
887
+ "gap": {
888
+ "small": {
889
+ "value": "4.875%",
890
+ "filePath": "tokens/grid/primitive/primitive.json",
891
+ "isSource": true,
892
+ "original": {
893
+ "value": "4.875%",
894
+ "public": true
895
+ },
896
+ "name": "GridMarketingGapSmall",
897
+ "attributes": {
898
+ "category": "grid",
899
+ "type": "marketing",
900
+ "item": "gap",
901
+ "subitem": "small"
902
+ },
903
+ "path": [
904
+ "grid",
905
+ "marketing",
906
+ "gap",
907
+ "small"
908
+ ],
909
+ "public": true
910
+ },
911
+ "medium-large": {
912
+ "value": "4.325%",
913
+ "filePath": "tokens/grid/primitive/primitive.json",
914
+ "isSource": true,
915
+ "original": {
916
+ "value": "4.325%",
917
+ "public": true
918
+ },
919
+ "name": "GridMarketingGapMediumLarge",
920
+ "attributes": {
921
+ "category": "grid",
922
+ "type": "marketing",
923
+ "item": "gap",
924
+ "subitem": "medium-large"
925
+ },
926
+ "path": [
927
+ "grid",
928
+ "marketing",
929
+ "gap",
930
+ "medium-large"
931
+ ],
932
+ "public": true
933
+ }
934
+ }
935
+ }
936
+ },
937
+ "spacing": {
938
+ "dashboard-nav": {
939
+ "item-height": {
940
+ "value": 2.25,
941
+ "filePath": "tokens/spacing/component/navigation.json",
942
+ "isSource": true,
943
+ "original": {
944
+ "value": 2.25,
945
+ "public": true
946
+ },
947
+ "name": "SpacingDashboardNavItemHeight",
948
+ "attributes": {
949
+ "category": "spacing",
950
+ "type": "dashboard-nav",
951
+ "item": "item-height"
952
+ },
953
+ "path": [
954
+ "spacing",
955
+ "dashboard-nav",
956
+ "item-height"
957
+ ],
958
+ "public": true
959
+ },
960
+ "item-padding": {
961
+ "value": 0.625,
962
+ "filePath": "tokens/spacing/component/navigation.json",
963
+ "isSource": true,
964
+ "original": {
965
+ "value": 0.625,
966
+ "public": true
967
+ },
968
+ "name": "SpacingDashboardNavItemPadding",
969
+ "attributes": {
970
+ "category": "spacing",
971
+ "type": "dashboard-nav",
972
+ "item": "item-padding"
973
+ },
974
+ "path": [
975
+ "spacing",
976
+ "dashboard-nav",
977
+ "item-padding"
978
+ ],
979
+ "public": true
980
+ }
981
+ },
982
+ "8XL": {
983
+ "value": 5.161,
984
+ "filePath": "tokens/spacing/primitive/primitive.json",
985
+ "isSource": true,
986
+ "original": {
987
+ "value": "{scale.compact} * {spacing.7XL}",
988
+ "public": true
989
+ },
990
+ "name": "Spacing8Xl",
991
+ "attributes": {
992
+ "category": "spacing",
993
+ "type": "8XL"
994
+ },
995
+ "path": [
996
+ "spacing",
997
+ "8XL"
998
+ ],
999
+ "public": true
1000
+ },
1001
+ "7XL": {
1002
+ "value": 4.301,
1003
+ "filePath": "tokens/spacing/primitive/primitive.json",
1004
+ "isSource": true,
1005
+ "original": {
1006
+ "value": "{scale.compact} * {spacing.6XL}",
1007
+ "public": true
1008
+ },
1009
+ "name": "Spacing7Xl",
1010
+ "attributes": {
1011
+ "category": "spacing",
1012
+ "type": "7XL"
1013
+ },
1014
+ "path": [
1015
+ "spacing",
1016
+ "7XL"
1017
+ ],
1018
+ "public": true
1019
+ },
1020
+ "6XL": {
1021
+ "value": 3.584,
1022
+ "filePath": "tokens/spacing/primitive/primitive.json",
1023
+ "isSource": true,
1024
+ "original": {
1025
+ "value": "{scale.compact} * {spacing.5XL}",
1026
+ "public": true
1027
+ },
1028
+ "name": "Spacing6Xl",
1029
+ "attributes": {
1030
+ "category": "spacing",
1031
+ "type": "6XL"
1032
+ },
1033
+ "path": [
1034
+ "spacing",
1035
+ "6XL"
1036
+ ],
1037
+ "public": true
1038
+ },
1039
+ "5XL": {
1040
+ "value": 2.987,
1041
+ "filePath": "tokens/spacing/primitive/primitive.json",
1042
+ "isSource": true,
1043
+ "original": {
1044
+ "value": "{scale.compact} * {spacing.4XL}",
1045
+ "public": true
1046
+ },
1047
+ "name": "Spacing5Xl",
1048
+ "attributes": {
1049
+ "category": "spacing",
1050
+ "type": "5XL"
1051
+ },
1052
+ "path": [
1053
+ "spacing",
1054
+ "5XL"
1055
+ ],
1056
+ "public": true
1057
+ },
1058
+ "4XL": {
1059
+ "value": 2.489,
1060
+ "filePath": "tokens/spacing/primitive/primitive.json",
1061
+ "isSource": true,
1062
+ "original": {
1063
+ "value": "{scale.compact} * {spacing.3XL}",
1064
+ "public": true
1065
+ },
1066
+ "name": "Spacing4Xl",
1067
+ "attributes": {
1068
+ "category": "spacing",
1069
+ "type": "4XL"
1070
+ },
1071
+ "path": [
1072
+ "spacing",
1073
+ "4XL"
1074
+ ],
1075
+ "public": true
1076
+ },
1077
+ "3XL": {
1078
+ "value": 2.074,
1079
+ "filePath": "tokens/spacing/primitive/primitive.json",
1080
+ "isSource": true,
1081
+ "original": {
1082
+ "value": "{scale.compact} * {spacing.2XL}",
1083
+ "public": true
1084
+ },
1085
+ "name": "Spacing3Xl",
1086
+ "attributes": {
1087
+ "category": "spacing",
1088
+ "type": "3XL"
1089
+ },
1090
+ "path": [
1091
+ "spacing",
1092
+ "3XL"
1093
+ ],
1094
+ "public": true
1095
+ },
1096
+ "2XL": {
1097
+ "value": 1.728,
1098
+ "filePath": "tokens/spacing/primitive/primitive.json",
1099
+ "isSource": true,
1100
+ "original": {
1101
+ "value": "{scale.compact} * {spacing.XL}",
1102
+ "public": true
1103
+ },
1104
+ "name": "Spacing2Xl",
1105
+ "attributes": {
1106
+ "category": "spacing",
1107
+ "type": "2XL"
1108
+ },
1109
+ "path": [
1110
+ "spacing",
1111
+ "2XL"
1112
+ ],
1113
+ "public": true
1114
+ },
1115
+ "XL": {
1116
+ "value": 1.44,
1117
+ "filePath": "tokens/spacing/primitive/primitive.json",
1118
+ "isSource": true,
1119
+ "original": {
1120
+ "value": "{scale.compact} * {spacing.L}",
1121
+ "public": true
1122
+ },
1123
+ "name": "SpacingXl",
1124
+ "attributes": {
1125
+ "category": "spacing",
1126
+ "type": "XL"
1127
+ },
1128
+ "path": [
1129
+ "spacing",
1130
+ "XL"
1131
+ ],
1132
+ "public": true
1133
+ },
1134
+ "L": {
1135
+ "value": 1.2,
1136
+ "filePath": "tokens/spacing/primitive/primitive.json",
1137
+ "isSource": true,
1138
+ "original": {
1139
+ "value": "{scale.compact} * {spacing.M}",
1140
+ "public": true
1141
+ },
1142
+ "name": "SpacingL",
1143
+ "attributes": {
1144
+ "category": "spacing",
1145
+ "type": "L"
1146
+ },
1147
+ "path": [
1148
+ "spacing",
1149
+ "L"
1150
+ ],
1151
+ "public": true
1152
+ },
1153
+ "M": {
1154
+ "value": "1",
1155
+ "filePath": "tokens/spacing/primitive/primitive.json",
1156
+ "isSource": true,
1157
+ "original": {
1158
+ "value": "1",
1159
+ "public": true
1160
+ },
1161
+ "name": "SpacingM",
1162
+ "attributes": {
1163
+ "category": "spacing",
1164
+ "type": "M"
1165
+ },
1166
+ "path": [
1167
+ "spacing",
1168
+ "M"
1169
+ ],
1170
+ "public": true
1171
+ },
1172
+ "S": {
1173
+ "value": 0.833,
1174
+ "filePath": "tokens/spacing/primitive/primitive.json",
1175
+ "isSource": true,
1176
+ "original": {
1177
+ "value": "{scale.compact-inverse} * {spacing.M}",
1178
+ "public": true
1179
+ },
1180
+ "name": "SpacingS",
1181
+ "attributes": {
1182
+ "category": "spacing",
1183
+ "type": "S"
1184
+ },
1185
+ "path": [
1186
+ "spacing",
1187
+ "S"
1188
+ ],
1189
+ "public": true
1190
+ },
1191
+ "XS": {
1192
+ "value": 0.694,
1193
+ "filePath": "tokens/spacing/primitive/primitive.json",
1194
+ "isSource": true,
1195
+ "original": {
1196
+ "value": "{scale.compact-inverse} * {spacing.S}",
1197
+ "public": true
1198
+ },
1199
+ "name": "SpacingXs",
1200
+ "attributes": {
1201
+ "category": "spacing",
1202
+ "type": "XS"
1203
+ },
1204
+ "path": [
1205
+ "spacing",
1206
+ "XS"
1207
+ ],
1208
+ "public": true
1209
+ },
1210
+ "2XS": {
1211
+ "value": 0.578,
1212
+ "filePath": "tokens/spacing/primitive/primitive.json",
1213
+ "isSource": true,
1214
+ "original": {
1215
+ "value": "{scale.compact-inverse} * {spacing.XS}",
1216
+ "public": true
1217
+ },
1218
+ "name": "Spacing2Xs",
1219
+ "attributes": {
1220
+ "category": "spacing",
1221
+ "type": "2XS"
1222
+ },
1223
+ "path": [
1224
+ "spacing",
1225
+ "2XS"
1226
+ ],
1227
+ "public": true
1228
+ },
1229
+ "3XS": {
1230
+ "value": 0.481,
1231
+ "filePath": "tokens/spacing/primitive/primitive.json",
1232
+ "isSource": true,
1233
+ "original": {
1234
+ "value": "{scale.compact-inverse} * {spacing.2XS}",
1235
+ "public": true
1236
+ },
1237
+ "name": "Spacing3Xs",
1238
+ "attributes": {
1239
+ "category": "spacing",
1240
+ "type": "3XS"
1241
+ },
1242
+ "path": [
1243
+ "spacing",
1244
+ "3XS"
1245
+ ],
1246
+ "public": true
1247
+ },
1248
+ "4XS": {
1249
+ "value": 0.401,
1250
+ "filePath": "tokens/spacing/primitive/primitive.json",
1251
+ "isSource": true,
1252
+ "original": {
1253
+ "value": "{scale.compact-inverse} * {spacing.3XS}",
1254
+ "public": true
1255
+ },
1256
+ "name": "Spacing4Xs",
1257
+ "attributes": {
1258
+ "category": "spacing",
1259
+ "type": "4XS"
1260
+ },
1261
+ "path": [
1262
+ "spacing",
1263
+ "4XS"
1264
+ ],
1265
+ "public": true
1266
+ },
1267
+ "5XS": {
1268
+ "value": 0.334,
1269
+ "filePath": "tokens/spacing/primitive/primitive.json",
1270
+ "isSource": true,
1271
+ "original": {
1272
+ "value": "{scale.compact-inverse} * {spacing.4XS}",
1273
+ "public": true
1274
+ },
1275
+ "name": "Spacing5Xs",
1276
+ "attributes": {
1277
+ "category": "spacing",
1278
+ "type": "5XS"
1279
+ },
1280
+ "path": [
1281
+ "spacing",
1282
+ "5XS"
1283
+ ],
1284
+ "public": true
1285
+ },
1286
+ "6XS": {
1287
+ "value": 0.278,
1288
+ "filePath": "tokens/spacing/primitive/primitive.json",
1289
+ "isSource": true,
1290
+ "original": {
1291
+ "value": "{scale.compact-inverse} * {spacing.5XS}",
1292
+ "public": true
1293
+ },
1294
+ "name": "Spacing6Xs",
1295
+ "attributes": {
1296
+ "category": "spacing",
1297
+ "type": "6XS"
1298
+ },
1299
+ "path": [
1300
+ "spacing",
1301
+ "6XS"
1302
+ ],
1303
+ "public": true
1304
+ },
1305
+ "7XS": {
1306
+ "value": 0.232,
1307
+ "filePath": "tokens/spacing/primitive/primitive.json",
1308
+ "isSource": true,
1309
+ "original": {
1310
+ "value": "{scale.compact-inverse} * {spacing.6XS}",
1311
+ "public": true
1312
+ },
1313
+ "name": "Spacing7Xs",
1314
+ "attributes": {
1315
+ "category": "spacing",
1316
+ "type": "7XS"
1317
+ },
1318
+ "path": [
1319
+ "spacing",
1320
+ "7XS"
1321
+ ],
1322
+ "public": true
1323
+ },
1324
+ "8XS": {
1325
+ "value": 0.193,
1326
+ "filePath": "tokens/spacing/primitive/primitive.json",
1327
+ "isSource": true,
1328
+ "original": {
1329
+ "value": "{scale.compact-inverse} * {spacing.7XS}",
1330
+ "public": true
1331
+ },
1332
+ "name": "Spacing8Xs",
1333
+ "attributes": {
1334
+ "category": "spacing",
1335
+ "type": "8XS"
1336
+ },
1337
+ "path": [
1338
+ "spacing",
1339
+ "8XS"
1340
+ ],
1341
+ "public": true
1342
+ }
1343
+ },
1344
+ "typography": {
1345
+ "ff": {
1346
+ "sans": {
1347
+ "value": "'Mona Sans', sans-serif",
1348
+ "filePath": "tokens/typography/primitive/font-family.json",
1349
+ "isSource": true,
1350
+ "original": {
1351
+ "value": "'Mona Sans', sans-serif",
1352
+ "public": true
1353
+ },
1354
+ "name": "TypographyFfSans",
1355
+ "attributes": {
1356
+ "category": "typography",
1357
+ "type": "ff",
1358
+ "item": "sans"
1359
+ },
1360
+ "path": [
1361
+ "typography",
1362
+ "ff",
1363
+ "sans"
1364
+ ],
1365
+ "public": true
1366
+ },
1367
+ "serif": {
1368
+ "value": "'Instrument Serif', serif",
1369
+ "filePath": "tokens/typography/primitive/font-family.json",
1370
+ "isSource": true,
1371
+ "original": {
1372
+ "value": "'Instrument Serif', serif",
1373
+ "public": true
1374
+ },
1375
+ "name": "TypographyFfSerif",
1376
+ "attributes": {
1377
+ "category": "typography",
1378
+ "type": "ff",
1379
+ "item": "serif"
1380
+ },
1381
+ "path": [
1382
+ "typography",
1383
+ "ff",
1384
+ "serif"
1385
+ ],
1386
+ "public": true
1387
+ },
1388
+ "mono": {
1389
+ "value": "'Source Code Pro', monospace",
1390
+ "filePath": "tokens/typography/primitive/font-family.json",
1391
+ "isSource": true,
1392
+ "original": {
1393
+ "value": "'Source Code Pro', monospace",
1394
+ "public": true
1395
+ },
1396
+ "name": "TypographyFfMono",
1397
+ "attributes": {
1398
+ "category": "typography",
1399
+ "type": "ff",
1400
+ "item": "mono"
1401
+ },
1402
+ "path": [
1403
+ "typography",
1404
+ "ff",
1405
+ "mono"
1406
+ ],
1407
+ "public": true
1408
+ }
1409
+ },
1410
+ "fw": {
1411
+ "light": {
1412
+ "value": 300,
1413
+ "filePath": "tokens/typography/primitive/font-weight.json",
1414
+ "isSource": true,
1415
+ "original": {
1416
+ "value": 300,
1417
+ "public": true
1418
+ },
1419
+ "name": "TypographyFwLight",
1420
+ "attributes": {
1421
+ "category": "typography",
1422
+ "type": "fw",
1423
+ "item": "light"
1424
+ },
1425
+ "path": [
1426
+ "typography",
1427
+ "fw",
1428
+ "light"
1429
+ ],
1430
+ "public": true
1431
+ },
1432
+ "regular": {
1433
+ "value": 400,
1434
+ "filePath": "tokens/typography/primitive/font-weight.json",
1435
+ "isSource": true,
1436
+ "original": {
1437
+ "value": 400,
1438
+ "public": true
1439
+ },
1440
+ "name": "TypographyFwRegular",
1441
+ "attributes": {
1442
+ "category": "typography",
1443
+ "type": "fw",
1444
+ "item": "regular"
1445
+ },
1446
+ "path": [
1447
+ "typography",
1448
+ "fw",
1449
+ "regular"
1450
+ ],
1451
+ "public": true
1452
+ },
1453
+ "medium": {
1454
+ "value": 500,
1455
+ "filePath": "tokens/typography/primitive/font-weight.json",
1456
+ "isSource": true,
1457
+ "original": {
1458
+ "value": 500,
1459
+ "public": true
1460
+ },
1461
+ "name": "TypographyFwMedium",
1462
+ "attributes": {
1463
+ "category": "typography",
1464
+ "type": "fw",
1465
+ "item": "medium"
1466
+ },
1467
+ "path": [
1468
+ "typography",
1469
+ "fw",
1470
+ "medium"
1471
+ ],
1472
+ "public": true
1473
+ },
1474
+ "semibold": {
1475
+ "value": 600,
1476
+ "filePath": "tokens/typography/primitive/font-weight.json",
1477
+ "isSource": true,
1478
+ "original": {
1479
+ "value": 600,
1480
+ "public": true
1481
+ },
1482
+ "name": "TypographyFwSemibold",
1483
+ "attributes": {
1484
+ "category": "typography",
1485
+ "type": "fw",
1486
+ "item": "semibold"
1487
+ },
1488
+ "path": [
1489
+ "typography",
1490
+ "fw",
1491
+ "semibold"
1492
+ ],
1493
+ "public": true
1494
+ },
1495
+ "bold": {
1496
+ "value": 700,
1497
+ "filePath": "tokens/typography/primitive/font-weight.json",
1498
+ "isSource": true,
1499
+ "original": {
1500
+ "value": 700,
1501
+ "public": true
1502
+ },
1503
+ "name": "TypographyFwBold",
1504
+ "attributes": {
1505
+ "category": "typography",
1506
+ "type": "fw",
1507
+ "item": "bold"
1508
+ },
1509
+ "path": [
1510
+ "typography",
1511
+ "fw",
1512
+ "bold"
1513
+ ],
1514
+ "public": true
1515
+ }
1516
+ },
1517
+ "font": {
1518
+ "css-import": {
1519
+ "value": "'https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap'",
1520
+ "filePath": "tokens/typography/primitive/font.json",
1521
+ "isSource": true,
1522
+ "original": {
1523
+ "value": "'https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap'",
1524
+ "public": true
1525
+ },
1526
+ "name": "TypographyFontCssImport",
1527
+ "attributes": {
1528
+ "category": "typography",
1529
+ "type": "font",
1530
+ "item": "css-import"
1531
+ },
1532
+ "path": [
1533
+ "typography",
1534
+ "font",
1535
+ "css-import"
1536
+ ],
1537
+ "public": true
1538
+ }
1539
+ },
1540
+ "ls": {
1541
+ "XL": {
1542
+ "value": "6%",
1543
+ "filePath": "tokens/typography/primitive/letter-spacing.json",
1544
+ "isSource": true,
1545
+ "original": {
1546
+ "value": "6%",
1547
+ "public": true
1548
+ },
1549
+ "name": "TypographyLsXl",
1550
+ "attributes": {
1551
+ "category": "typography",
1552
+ "type": "ls",
1553
+ "item": "XL"
1554
+ },
1555
+ "path": [
1556
+ "typography",
1557
+ "ls",
1558
+ "XL"
1559
+ ],
1560
+ "public": true
1561
+ },
1562
+ "L": {
1563
+ "value": "4%",
1564
+ "filePath": "tokens/typography/primitive/letter-spacing.json",
1565
+ "isSource": true,
1566
+ "original": {
1567
+ "value": "4%",
1568
+ "public": true
1569
+ },
1570
+ "name": "TypographyLsL",
1571
+ "attributes": {
1572
+ "category": "typography",
1573
+ "type": "ls",
1574
+ "item": "L"
1575
+ },
1576
+ "path": [
1577
+ "typography",
1578
+ "ls",
1579
+ "L"
1580
+ ],
1581
+ "public": true
1582
+ },
1583
+ "M": {
1584
+ "value": "2%",
1585
+ "filePath": "tokens/typography/primitive/letter-spacing.json",
1586
+ "isSource": true,
1587
+ "original": {
1588
+ "value": "2%",
1589
+ "public": true
1590
+ },
1591
+ "name": "TypographyLsM",
1592
+ "attributes": {
1593
+ "category": "typography",
1594
+ "type": "ls",
1595
+ "item": "M"
1596
+ },
1597
+ "path": [
1598
+ "typography",
1599
+ "ls",
1600
+ "M"
1601
+ ],
1602
+ "public": true
1603
+ },
1604
+ "S": {
1605
+ "value": "1%",
1606
+ "filePath": "tokens/typography/primitive/letter-spacing.json",
1607
+ "isSource": true,
1608
+ "original": {
1609
+ "value": "1%",
1610
+ "public": true
1611
+ },
1612
+ "name": "TypographyLsS",
1613
+ "attributes": {
1614
+ "category": "typography",
1615
+ "type": "ls",
1616
+ "item": "S"
1617
+ },
1618
+ "path": [
1619
+ "typography",
1620
+ "ls",
1621
+ "S"
1622
+ ],
1623
+ "public": true
1624
+ }
1625
+ },
1626
+ "lh": {
1627
+ "XL": {
1628
+ "value": "195%",
1629
+ "filePath": "tokens/typography/primitive/line-height.json",
1630
+ "isSource": true,
1631
+ "original": {
1632
+ "value": "195%",
1633
+ "public": true
1634
+ },
1635
+ "name": "TypographyLhXl",
1636
+ "attributes": {
1637
+ "category": "typography",
1638
+ "type": "lh",
1639
+ "item": "XL"
1640
+ },
1641
+ "path": [
1642
+ "typography",
1643
+ "lh",
1644
+ "XL"
1645
+ ],
1646
+ "public": true
1647
+ },
1648
+ "L": {
1649
+ "value": "165%",
1650
+ "filePath": "tokens/typography/primitive/line-height.json",
1651
+ "isSource": true,
1652
+ "original": {
1653
+ "value": "165%",
1654
+ "public": true
1655
+ },
1656
+ "name": "TypographyLhL",
1657
+ "attributes": {
1658
+ "category": "typography",
1659
+ "type": "lh",
1660
+ "item": "L"
1661
+ },
1662
+ "path": [
1663
+ "typography",
1664
+ "lh",
1665
+ "L"
1666
+ ],
1667
+ "public": true
1668
+ },
1669
+ "M": {
1670
+ "value": "140%",
1671
+ "filePath": "tokens/typography/primitive/line-height.json",
1672
+ "isSource": true,
1673
+ "original": {
1674
+ "value": "140%",
1675
+ "public": true
1676
+ },
1677
+ "name": "TypographyLhM",
1678
+ "attributes": {
1679
+ "category": "typography",
1680
+ "type": "lh",
1681
+ "item": "M"
1682
+ },
1683
+ "path": [
1684
+ "typography",
1685
+ "lh",
1686
+ "M"
1687
+ ],
1688
+ "public": true
1689
+ },
1690
+ "S": {
1691
+ "value": "120%",
1692
+ "filePath": "tokens/typography/primitive/line-height.json",
1693
+ "isSource": true,
1694
+ "original": {
1695
+ "value": "120%",
1696
+ "public": true
1697
+ },
1698
+ "name": "TypographyLhS",
1699
+ "attributes": {
1700
+ "category": "typography",
1701
+ "type": "lh",
1702
+ "item": "S"
1703
+ },
1704
+ "path": [
1705
+ "typography",
1706
+ "lh",
1707
+ "S"
1708
+ ],
1709
+ "public": true
1710
+ }
1711
+ },
1712
+ "multiplier": {
1713
+ "small": {
1714
+ "value": "0.84",
1715
+ "filePath": "tokens/typography/primitive/multipliers.json",
1716
+ "isSource": true,
1717
+ "original": {
1718
+ "value": "0.84",
1719
+ "public": true
1720
+ },
1721
+ "name": "TypographyMultiplierSmall",
1722
+ "attributes": {
1723
+ "category": "typography",
1724
+ "type": "multiplier",
1725
+ "item": "small"
1726
+ },
1727
+ "path": [
1728
+ "typography",
1729
+ "multiplier",
1730
+ "small"
1731
+ ],
1732
+ "public": true
1733
+ },
1734
+ "medium": {
1735
+ "value": "0.88",
1736
+ "filePath": "tokens/typography/primitive/multipliers.json",
1737
+ "isSource": true,
1738
+ "original": {
1739
+ "value": "0.88",
1740
+ "public": true
1741
+ },
1742
+ "name": "TypographyMultiplierMedium",
1743
+ "attributes": {
1744
+ "category": "typography",
1745
+ "type": "multiplier",
1746
+ "item": "medium"
1747
+ },
1748
+ "path": [
1749
+ "typography",
1750
+ "multiplier",
1751
+ "medium"
1752
+ ],
1753
+ "public": true
1754
+ }
1755
+ }
1756
+ },
1757
+ "z-index": {
1758
+ "navigation": {
1759
+ "value": 100,
1760
+ "filePath": "tokens/z-index/semantic/semantic.json",
1761
+ "isSource": true,
1762
+ "original": {
1763
+ "value": 100,
1764
+ "public": true
1765
+ },
1766
+ "name": "ZIndexNavigation",
1767
+ "attributes": {
1768
+ "category": "z-index",
1769
+ "type": "navigation"
1770
+ },
1771
+ "path": [
1772
+ "z-index",
1773
+ "navigation"
1774
+ ],
1775
+ "public": true
1776
+ },
1777
+ "dropdown": {
1778
+ "value": 300,
1779
+ "filePath": "tokens/z-index/semantic/semantic.json",
1780
+ "isSource": true,
1781
+ "original": {
1782
+ "value": 300,
1783
+ "public": true
1784
+ },
1785
+ "name": "ZIndexDropdown",
1786
+ "attributes": {
1787
+ "category": "z-index",
1788
+ "type": "dropdown"
1789
+ },
1790
+ "path": [
1791
+ "z-index",
1792
+ "dropdown"
1793
+ ],
1794
+ "public": true
1795
+ },
1796
+ "notifications": {
1797
+ "value": 500,
1798
+ "filePath": "tokens/z-index/semantic/semantic.json",
1799
+ "isSource": true,
1800
+ "original": {
1801
+ "value": 500,
1802
+ "public": true
1803
+ },
1804
+ "name": "ZIndexNotifications",
1805
+ "attributes": {
1806
+ "category": "z-index",
1807
+ "type": "notifications"
1808
+ },
1809
+ "path": [
1810
+ "z-index",
1811
+ "notifications"
1812
+ ],
1813
+ "public": true
1814
+ },
1815
+ "overlay": {
1816
+ "value": 700,
1817
+ "filePath": "tokens/z-index/semantic/semantic.json",
1818
+ "isSource": true,
1819
+ "original": {
1820
+ "value": 700,
1821
+ "public": true
1822
+ },
1823
+ "name": "ZIndexOverlay",
1824
+ "attributes": {
1825
+ "category": "z-index",
1826
+ "type": "overlay"
1827
+ },
1828
+ "path": [
1829
+ "z-index",
1830
+ "overlay"
1831
+ ],
1832
+ "public": true
1833
+ },
1834
+ "modal": {
1835
+ "value": 900,
1836
+ "filePath": "tokens/z-index/semantic/semantic.json",
1837
+ "isSource": true,
1838
+ "original": {
1839
+ "value": 900,
1840
+ "public": true
1841
+ },
1842
+ "name": "ZIndexModal",
1843
+ "attributes": {
1844
+ "category": "z-index",
1845
+ "type": "modal"
1846
+ },
1847
+ "path": [
1848
+ "z-index",
1849
+ "modal"
1850
+ ],
1851
+ "public": true
1852
+ },
1853
+ "max": {
1854
+ "value": 9999,
1855
+ "filePath": "tokens/z-index/semantic/semantic.json",
1856
+ "isSource": true,
1857
+ "original": {
1858
+ "value": 9999,
1859
+ "public": true
1860
+ },
1861
+ "name": "ZIndexMax",
1862
+ "attributes": {
1863
+ "category": "z-index",
1864
+ "type": "max"
1865
+ },
1866
+ "path": [
1867
+ "z-index",
1868
+ "max"
1869
+ ],
1870
+ "public": true
1871
+ },
1872
+ "reset": {
1873
+ "value": 0,
1874
+ "filePath": "tokens/z-index/semantic/semantic.json",
1875
+ "isSource": true,
1876
+ "original": {
1877
+ "value": 0,
1878
+ "public": true
1879
+ },
1880
+ "name": "ZIndexReset",
1881
+ "attributes": {
1882
+ "category": "z-index",
1883
+ "type": "reset"
1884
+ },
1885
+ "path": [
1886
+ "z-index",
1887
+ "reset"
1888
+ ],
1889
+ "public": true
1890
+ }
1891
+ }
1892
+ }