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

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.
@@ -112,12 +112,117 @@
112
112
  }
113
113
  },
114
114
  "transition": {
115
+ "button": {
116
+ "value": "background-color, border-color, color, box-shadow, transform 200ms cubic-bezier(.2, 0, 0, 1) 200ms",
117
+ "filePath": "tokens/animation/semantic/semantic.json",
118
+ "isSource": true,
119
+ "original": {
120
+ "value": "background-color, border-color, color, box-shadow, transform {animation.duration.default} {animation.timing-function.default} {animation.delay.default}",
121
+ "public": true
122
+ },
123
+ "name": "AnimationTransitionButton",
124
+ "attributes": {
125
+ "category": "animation",
126
+ "type": "transition",
127
+ "item": "button"
128
+ },
129
+ "path": [
130
+ "animation",
131
+ "transition",
132
+ "button"
133
+ ],
134
+ "public": true
135
+ },
136
+ "default": {
137
+ "value": "all 200ms cubic-bezier(.2, 0, 0, 1) 200ms",
138
+ "filePath": "tokens/animation/semantic/semantic.json",
139
+ "isSource": true,
140
+ "original": {
141
+ "value": "all {animation.duration.default} {animation.timing-function.default} {animation.delay.default}",
142
+ "public": true
143
+ },
144
+ "name": "AnimationTransitionDefault",
145
+ "attributes": {
146
+ "category": "animation",
147
+ "type": "transition",
148
+ "item": "default"
149
+ },
150
+ "path": [
151
+ "animation",
152
+ "transition",
153
+ "default"
154
+ ],
155
+ "public": true
156
+ },
157
+ "focus": {
158
+ "value": "outline, outline-offset, box-shadow, border-color 200ms cubic-bezier(.2, 0, 0, 1) 200ms",
159
+ "filePath": "tokens/animation/semantic/semantic.json",
160
+ "isSource": true,
161
+ "original": {
162
+ "value": "outline, outline-offset, box-shadow, border-color {animation.duration.default} {animation.timing-function.default} {animation.delay.default}",
163
+ "public": true
164
+ },
165
+ "name": "AnimationTransitionFocus",
166
+ "attributes": {
167
+ "category": "animation",
168
+ "type": "transition",
169
+ "item": "focus"
170
+ },
171
+ "path": [
172
+ "animation",
173
+ "transition",
174
+ "focus"
175
+ ],
176
+ "public": true
177
+ },
178
+ "input": {
179
+ "value": "border-color, background-color, box-shadow, outline 200ms cubic-bezier(.2, 0, 0, 1) 200ms",
180
+ "filePath": "tokens/animation/semantic/semantic.json",
181
+ "isSource": true,
182
+ "original": {
183
+ "value": "border-color, background-color, box-shadow, outline {animation.duration.default} {animation.timing-function.default} {animation.delay.default}",
184
+ "public": true
185
+ },
186
+ "name": "AnimationTransitionInput",
187
+ "attributes": {
188
+ "category": "animation",
189
+ "type": "transition",
190
+ "item": "input"
191
+ },
192
+ "path": [
193
+ "animation",
194
+ "transition",
195
+ "input"
196
+ ],
197
+ "public": true
198
+ },
199
+ "link": {
200
+ "value": "color, text-decoration-color 200ms cubic-bezier(.2, 0, 0, 1) 200ms",
201
+ "filePath": "tokens/animation/semantic/semantic.json",
202
+ "isSource": true,
203
+ "original": {
204
+ "value": "color, text-decoration-color {animation.duration.default} {animation.timing-function.default} {animation.delay.default}",
205
+ "public": true
206
+ },
207
+ "name": "AnimationTransitionLink",
208
+ "attributes": {
209
+ "category": "animation",
210
+ "type": "transition",
211
+ "item": "link"
212
+ },
213
+ "path": [
214
+ "animation",
215
+ "transition",
216
+ "link"
217
+ ],
218
+ "public": true
219
+ },
115
220
  "reveal": {
116
- "value": "all 300ms cubic-bezier(.2, 0, 0, 1)",
221
+ "value": "height, opacity, padding, width 300ms cubic-bezier(.2, 0, 0, 1)",
117
222
  "filePath": "tokens/animation/semantic/semantic.json",
118
223
  "isSource": true,
119
224
  "original": {
120
- "value": "all {animation.duration.reveal} {animation.timing-function.default}",
225
+ "value": "height, opacity, padding, width {animation.duration.reveal} {animation.timing-function.default}",
121
226
  "public": true
122
227
  },
123
228
  "name": "AnimationTransitionReveal",
@@ -132,6 +237,27 @@
132
237
  "reveal"
133
238
  ],
134
239
  "public": true
240
+ },
241
+ "rotation": {
242
+ "value": "transform 200ms cubic-bezier(.2, 0, 0, 1)",
243
+ "filePath": "tokens/animation/semantic/semantic.json",
244
+ "isSource": true,
245
+ "original": {
246
+ "value": "transform {animation.duration.default} {animation.timing-function.default}",
247
+ "public": true
248
+ },
249
+ "name": "AnimationTransitionRotation",
250
+ "attributes": {
251
+ "category": "animation",
252
+ "type": "transition",
253
+ "item": "rotation"
254
+ },
255
+ "path": [
256
+ "animation",
257
+ "transition",
258
+ "rotation"
259
+ ],
260
+ "public": true
135
261
  }
136
262
  }
137
263
  },
@@ -179,6 +305,27 @@
179
305
  ],
180
306
  "public": true
181
307
  },
308
+ "thicker": {
309
+ "value": 2,
310
+ "filePath": "tokens/border/semantic/width.json",
311
+ "isSource": true,
312
+ "original": {
313
+ "value": 2,
314
+ "public": true
315
+ },
316
+ "name": "BorderWidthThicker",
317
+ "attributes": {
318
+ "category": "border",
319
+ "type": "width",
320
+ "item": "thicker"
321
+ },
322
+ "path": [
323
+ "border",
324
+ "width",
325
+ "thicker"
326
+ ],
327
+ "public": true
328
+ },
182
329
  "outline": {
183
330
  "value": 1,
184
331
  "filePath": "tokens/border/semantic/width.json",
@@ -309,10 +456,88 @@
309
456
  }
310
457
  }
311
458
  },
459
+ "bp": {
460
+ "sm": {
461
+ "value": 0,
462
+ "filePath": "tokens/breakpoint/primitive/primitive.json",
463
+ "isSource": true,
464
+ "original": {
465
+ "value": 0,
466
+ "public": true
467
+ },
468
+ "name": "BpSm",
469
+ "attributes": {
470
+ "category": "bp",
471
+ "type": "sm"
472
+ },
473
+ "path": [
474
+ "bp",
475
+ "sm"
476
+ ],
477
+ "public": true
478
+ },
479
+ "md": {
480
+ "value": 768,
481
+ "filePath": "tokens/breakpoint/primitive/primitive.json",
482
+ "isSource": true,
483
+ "original": {
484
+ "value": 768,
485
+ "public": true
486
+ },
487
+ "name": "BpMd",
488
+ "attributes": {
489
+ "category": "bp",
490
+ "type": "md"
491
+ },
492
+ "path": [
493
+ "bp",
494
+ "md"
495
+ ],
496
+ "public": true
497
+ },
498
+ "lg": {
499
+ "value": 1280,
500
+ "filePath": "tokens/breakpoint/primitive/primitive.json",
501
+ "isSource": true,
502
+ "original": {
503
+ "value": 1280,
504
+ "public": true
505
+ },
506
+ "name": "BpLg",
507
+ "attributes": {
508
+ "category": "bp",
509
+ "type": "lg"
510
+ },
511
+ "path": [
512
+ "bp",
513
+ "lg"
514
+ ],
515
+ "public": true
516
+ },
517
+ "xl": {
518
+ "value": 1440,
519
+ "filePath": "tokens/breakpoint/primitive/primitive.json",
520
+ "isSource": true,
521
+ "original": {
522
+ "value": 1440,
523
+ "public": true
524
+ },
525
+ "name": "BpXl",
526
+ "attributes": {
527
+ "category": "bp",
528
+ "type": "xl"
529
+ },
530
+ "path": [
531
+ "bp",
532
+ "xl"
533
+ ],
534
+ "public": true
535
+ }
536
+ },
312
537
  "container": {
313
538
  "modal": {
314
539
  "width": {
315
- "small": {
540
+ "sm": {
316
541
  "value": "25",
317
542
  "filePath": "tokens/container/component/component.json",
318
543
  "isSource": true,
@@ -320,22 +545,22 @@
320
545
  "value": "25",
321
546
  "public": true
322
547
  },
323
- "name": "ContainerModalWidthSmall",
548
+ "name": "ContainerModalWidthSm",
324
549
  "attributes": {
325
550
  "category": "container",
326
551
  "type": "modal",
327
552
  "item": "width",
328
- "subitem": "small"
553
+ "subitem": "sm"
329
554
  },
330
555
  "path": [
331
556
  "container",
332
557
  "modal",
333
558
  "width",
334
- "small"
559
+ "sm"
335
560
  ],
336
561
  "public": true
337
562
  },
338
- "medium": {
563
+ "md": {
339
564
  "value": "37.5",
340
565
  "filePath": "tokens/container/component/component.json",
341
566
  "isSource": true,
@@ -343,22 +568,22 @@
343
568
  "value": "37.5",
344
569
  "public": true
345
570
  },
346
- "name": "ContainerModalWidthMedium",
571
+ "name": "ContainerModalWidthMd",
347
572
  "attributes": {
348
573
  "category": "container",
349
574
  "type": "modal",
350
575
  "item": "width",
351
- "subitem": "medium"
576
+ "subitem": "md"
352
577
  },
353
578
  "path": [
354
579
  "container",
355
580
  "modal",
356
581
  "width",
357
- "medium"
582
+ "md"
358
583
  ],
359
584
  "public": true
360
585
  },
361
- "large": {
586
+ "lg": {
362
587
  "value": "47.5",
363
588
  "filePath": "tokens/container/component/component.json",
364
589
  "isSource": true,
@@ -366,18 +591,18 @@
366
591
  "value": "47.5",
367
592
  "public": true
368
593
  },
369
- "name": "ContainerModalWidthLarge",
594
+ "name": "ContainerModalWidthLg",
370
595
  "attributes": {
371
596
  "category": "container",
372
597
  "type": "modal",
373
598
  "item": "width",
374
- "subitem": "large"
599
+ "subitem": "lg"
375
600
  },
376
601
  "path": [
377
602
  "container",
378
603
  "modal",
379
604
  "width",
380
- "large"
605
+ "lg"
381
606
  ],
382
607
  "public": true
383
608
  },
@@ -429,6 +654,33 @@
429
654
  "public": true
430
655
  }
431
656
  },
657
+ "dashboard": {
658
+ "navbar": {
659
+ "max-width": {
660
+ "value": "1440",
661
+ "filePath": "tokens/container/component/component.json",
662
+ "isSource": true,
663
+ "original": {
664
+ "value": "1440",
665
+ "public": true
666
+ },
667
+ "name": "ContainerDashboardNavbarMaxWidth",
668
+ "attributes": {
669
+ "category": "container",
670
+ "type": "dashboard",
671
+ "item": "navbar",
672
+ "subitem": "max-width"
673
+ },
674
+ "path": [
675
+ "container",
676
+ "dashboard",
677
+ "navbar",
678
+ "max-width"
679
+ ],
680
+ "public": true
681
+ }
682
+ }
683
+ },
432
684
  "padding": {
433
685
  "base": {
434
686
  "value": 1.44,
@@ -672,7 +924,8 @@
672
924
  "filePath": "tokens/grid/primitive/primitive.json",
673
925
  "isSource": true,
674
926
  "original": {
675
- "value": "{spacing.L}"
927
+ "value": "{spacing.L}",
928
+ "public": true
676
929
  },
677
930
  "name": "GridColumns4Gap",
678
931
  "attributes": {
@@ -684,7 +937,8 @@
684
937
  "grid",
685
938
  "columns-4",
686
939
  "gap"
687
- ]
940
+ ],
941
+ "public": true
688
942
  }
689
943
  },
690
944
  "columns-12": {
@@ -695,7 +949,8 @@
695
949
  "filePath": "tokens/grid/primitive/primitive.json",
696
950
  "isSource": true,
697
951
  "original": {
698
- "value": "{spacing.L}"
952
+ "value": "{spacing.L}",
953
+ "public": true
699
954
  },
700
955
  "name": "GridColumns12BpMdGapNarrow",
701
956
  "attributes": {
@@ -711,14 +966,16 @@
711
966
  "bp-md",
712
967
  "gap",
713
968
  "narrow"
714
- ]
969
+ ],
970
+ "public": true
715
971
  },
716
972
  "standard": {
717
973
  "value": 1.44,
718
974
  "filePath": "tokens/grid/primitive/primitive.json",
719
975
  "isSource": true,
720
976
  "original": {
721
- "value": "{spacing.XL}"
977
+ "value": "{spacing.XL}",
978
+ "public": true
722
979
  },
723
980
  "name": "GridColumns12BpMdGapStandard",
724
981
  "attributes": {
@@ -734,14 +991,16 @@
734
991
  "bp-md",
735
992
  "gap",
736
993
  "standard"
737
- ]
994
+ ],
995
+ "public": true
738
996
  },
739
997
  "wide": {
740
998
  "value": 1.728,
741
999
  "filePath": "tokens/grid/primitive/primitive.json",
742
1000
  "isSource": true,
743
1001
  "original": {
744
- "value": "{spacing.2XL}"
1002
+ "value": "{spacing.2XL}",
1003
+ "public": true
745
1004
  },
746
1005
  "name": "GridColumns12BpMdGapWide",
747
1006
  "attributes": {
@@ -757,7 +1016,8 @@
757
1016
  "bp-md",
758
1017
  "gap",
759
1018
  "wide"
760
- ]
1019
+ ],
1020
+ "public": true
761
1021
  }
762
1022
  }
763
1023
  },
@@ -768,7 +1028,8 @@
768
1028
  "filePath": "tokens/grid/primitive/primitive.json",
769
1029
  "isSource": true,
770
1030
  "original": {
771
- "value": "{spacing.XL}"
1031
+ "value": "{spacing.XL}",
1032
+ "public": true
772
1033
  },
773
1034
  "name": "GridColumns12BpLgGapNarrow",
774
1035
  "attributes": {
@@ -784,14 +1045,16 @@
784
1045
  "bp-lg",
785
1046
  "gap",
786
1047
  "narrow"
787
- ]
1048
+ ],
1049
+ "public": true
788
1050
  },
789
1051
  "standard": {
790
1052
  "value": 1.728,
791
1053
  "filePath": "tokens/grid/primitive/primitive.json",
792
1054
  "isSource": true,
793
1055
  "original": {
794
- "value": "{spacing.2XL}"
1056
+ "value": "{spacing.2XL}",
1057
+ "public": true
795
1058
  },
796
1059
  "name": "GridColumns12BpLgGapStandard",
797
1060
  "attributes": {
@@ -807,14 +1070,16 @@
807
1070
  "bp-lg",
808
1071
  "gap",
809
1072
  "standard"
810
- ]
1073
+ ],
1074
+ "public": true
811
1075
  },
812
1076
  "wide": {
813
1077
  "value": 2.074,
814
1078
  "filePath": "tokens/grid/primitive/primitive.json",
815
1079
  "isSource": true,
816
1080
  "original": {
817
- "value": "{spacing.3XL}"
1081
+ "value": "{spacing.3XL}",
1082
+ "public": true
818
1083
  },
819
1084
  "name": "GridColumns12BpLgGapWide",
820
1085
  "attributes": {
@@ -830,106 +1095,9 @@
830
1095
  "bp-lg",
831
1096
  "gap",
832
1097
  "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%",
1098
+ ],
917
1099
  "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
1100
+ }
933
1101
  }
934
1102
  }
935
1103
  }
@@ -979,12 +1147,56 @@
979
1147
  "public": true
980
1148
  }
981
1149
  },
1150
+ "stepper": {
1151
+ "indicator-size": {
1152
+ "value": 1.2,
1153
+ "filePath": "tokens/spacing/component/stepper.json",
1154
+ "isSource": true,
1155
+ "original": {
1156
+ "value": "{spacing.L}",
1157
+ "public": true
1158
+ },
1159
+ "name": "SpacingStepperIndicatorSize",
1160
+ "attributes": {
1161
+ "category": "spacing",
1162
+ "type": "stepper",
1163
+ "item": "indicator-size"
1164
+ },
1165
+ "path": [
1166
+ "spacing",
1167
+ "stepper",
1168
+ "indicator-size"
1169
+ ],
1170
+ "public": true
1171
+ },
1172
+ "step-content-width": {
1173
+ "value": 7,
1174
+ "filePath": "tokens/spacing/component/stepper.json",
1175
+ "isSource": true,
1176
+ "original": {
1177
+ "value": 7,
1178
+ "public": true
1179
+ },
1180
+ "name": "SpacingStepperStepContentWidth",
1181
+ "attributes": {
1182
+ "category": "spacing",
1183
+ "type": "stepper",
1184
+ "item": "step-content-width"
1185
+ },
1186
+ "path": [
1187
+ "spacing",
1188
+ "stepper",
1189
+ "step-content-width"
1190
+ ],
1191
+ "public": true
1192
+ }
1193
+ },
982
1194
  "8XL": {
983
1195
  "value": 5.161,
984
1196
  "filePath": "tokens/spacing/primitive/primitive.json",
985
1197
  "isSource": true,
986
1198
  "original": {
987
- "value": "{scale.compact} * {spacing.7XL}",
1199
+ "value": "{scale.spacing} * {spacing.7XL}",
988
1200
  "public": true
989
1201
  },
990
1202
  "name": "Spacing8Xl",
@@ -1003,7 +1215,7 @@
1003
1215
  "filePath": "tokens/spacing/primitive/primitive.json",
1004
1216
  "isSource": true,
1005
1217
  "original": {
1006
- "value": "{scale.compact} * {spacing.6XL}",
1218
+ "value": "{scale.spacing} * {spacing.6XL}",
1007
1219
  "public": true
1008
1220
  },
1009
1221
  "name": "Spacing7Xl",
@@ -1022,7 +1234,7 @@
1022
1234
  "filePath": "tokens/spacing/primitive/primitive.json",
1023
1235
  "isSource": true,
1024
1236
  "original": {
1025
- "value": "{scale.compact} * {spacing.5XL}",
1237
+ "value": "{scale.spacing} * {spacing.5XL}",
1026
1238
  "public": true
1027
1239
  },
1028
1240
  "name": "Spacing6Xl",
@@ -1041,7 +1253,7 @@
1041
1253
  "filePath": "tokens/spacing/primitive/primitive.json",
1042
1254
  "isSource": true,
1043
1255
  "original": {
1044
- "value": "{scale.compact} * {spacing.4XL}",
1256
+ "value": "{scale.spacing} * {spacing.4XL}",
1045
1257
  "public": true
1046
1258
  },
1047
1259
  "name": "Spacing5Xl",
@@ -1060,7 +1272,7 @@
1060
1272
  "filePath": "tokens/spacing/primitive/primitive.json",
1061
1273
  "isSource": true,
1062
1274
  "original": {
1063
- "value": "{scale.compact} * {spacing.3XL}",
1275
+ "value": "{scale.spacing} * {spacing.3XL}",
1064
1276
  "public": true
1065
1277
  },
1066
1278
  "name": "Spacing4Xl",
@@ -1079,7 +1291,7 @@
1079
1291
  "filePath": "tokens/spacing/primitive/primitive.json",
1080
1292
  "isSource": true,
1081
1293
  "original": {
1082
- "value": "{scale.compact} * {spacing.2XL}",
1294
+ "value": "{scale.spacing} * {spacing.2XL}",
1083
1295
  "public": true
1084
1296
  },
1085
1297
  "name": "Spacing3Xl",
@@ -1098,7 +1310,7 @@
1098
1310
  "filePath": "tokens/spacing/primitive/primitive.json",
1099
1311
  "isSource": true,
1100
1312
  "original": {
1101
- "value": "{scale.compact} * {spacing.XL}",
1313
+ "value": "{scale.spacing} * {spacing.XL}",
1102
1314
  "public": true
1103
1315
  },
1104
1316
  "name": "Spacing2Xl",
@@ -1117,7 +1329,7 @@
1117
1329
  "filePath": "tokens/spacing/primitive/primitive.json",
1118
1330
  "isSource": true,
1119
1331
  "original": {
1120
- "value": "{scale.compact} * {spacing.L}",
1332
+ "value": "{scale.spacing} * {spacing.L}",
1121
1333
  "public": true
1122
1334
  },
1123
1335
  "name": "SpacingXl",
@@ -1136,7 +1348,7 @@
1136
1348
  "filePath": "tokens/spacing/primitive/primitive.json",
1137
1349
  "isSource": true,
1138
1350
  "original": {
1139
- "value": "{scale.compact} * {spacing.M}",
1351
+ "value": "{scale.spacing} * {spacing.M}",
1140
1352
  "public": true
1141
1353
  },
1142
1354
  "name": "SpacingL",
@@ -1174,7 +1386,7 @@
1174
1386
  "filePath": "tokens/spacing/primitive/primitive.json",
1175
1387
  "isSource": true,
1176
1388
  "original": {
1177
- "value": "{scale.compact-inverse} * {spacing.M}",
1389
+ "value": "{scale.spacing-inverse} * {spacing.M}",
1178
1390
  "public": true
1179
1391
  },
1180
1392
  "name": "SpacingS",
@@ -1193,7 +1405,7 @@
1193
1405
  "filePath": "tokens/spacing/primitive/primitive.json",
1194
1406
  "isSource": true,
1195
1407
  "original": {
1196
- "value": "{scale.compact-inverse} * {spacing.S}",
1408
+ "value": "{scale.spacing-inverse} * {spacing.S}",
1197
1409
  "public": true
1198
1410
  },
1199
1411
  "name": "SpacingXs",
@@ -1212,7 +1424,7 @@
1212
1424
  "filePath": "tokens/spacing/primitive/primitive.json",
1213
1425
  "isSource": true,
1214
1426
  "original": {
1215
- "value": "{scale.compact-inverse} * {spacing.XS}",
1427
+ "value": "{scale.spacing-inverse} * {spacing.XS}",
1216
1428
  "public": true
1217
1429
  },
1218
1430
  "name": "Spacing2Xs",
@@ -1231,7 +1443,7 @@
1231
1443
  "filePath": "tokens/spacing/primitive/primitive.json",
1232
1444
  "isSource": true,
1233
1445
  "original": {
1234
- "value": "{scale.compact-inverse} * {spacing.2XS}",
1446
+ "value": "{scale.spacing-inverse} * {spacing.2XS}",
1235
1447
  "public": true
1236
1448
  },
1237
1449
  "name": "Spacing3Xs",
@@ -1250,7 +1462,7 @@
1250
1462
  "filePath": "tokens/spacing/primitive/primitive.json",
1251
1463
  "isSource": true,
1252
1464
  "original": {
1253
- "value": "{scale.compact-inverse} * {spacing.3XS}",
1465
+ "value": "{scale.spacing-inverse} * {spacing.3XS}",
1254
1466
  "public": true
1255
1467
  },
1256
1468
  "name": "Spacing4Xs",
@@ -1269,7 +1481,7 @@
1269
1481
  "filePath": "tokens/spacing/primitive/primitive.json",
1270
1482
  "isSource": true,
1271
1483
  "original": {
1272
- "value": "{scale.compact-inverse} * {spacing.4XS}",
1484
+ "value": "{scale.spacing-inverse} * {spacing.4XS}",
1273
1485
  "public": true
1274
1486
  },
1275
1487
  "name": "Spacing5Xs",
@@ -1288,7 +1500,7 @@
1288
1500
  "filePath": "tokens/spacing/primitive/primitive.json",
1289
1501
  "isSource": true,
1290
1502
  "original": {
1291
- "value": "{scale.compact-inverse} * {spacing.5XS}",
1503
+ "value": "{scale.spacing-inverse} * {spacing.5XS}",
1292
1504
  "public": true
1293
1505
  },
1294
1506
  "name": "Spacing6Xs",
@@ -1307,7 +1519,7 @@
1307
1519
  "filePath": "tokens/spacing/primitive/primitive.json",
1308
1520
  "isSource": true,
1309
1521
  "original": {
1310
- "value": "{scale.compact-inverse} * {spacing.6XS}",
1522
+ "value": "{scale.spacing-inverse} * {spacing.6XS}",
1311
1523
  "public": true
1312
1524
  },
1313
1525
  "name": "Spacing7Xs",
@@ -1326,7 +1538,7 @@
1326
1538
  "filePath": "tokens/spacing/primitive/primitive.json",
1327
1539
  "isSource": true,
1328
1540
  "original": {
1329
- "value": "{scale.compact-inverse} * {spacing.7XS}",
1541
+ "value": "{scale.spacing-inverse} * {spacing.7XS}",
1330
1542
  "public": true
1331
1543
  },
1332
1544
  "name": "Spacing8Xs",
@@ -1339,6 +1551,313 @@
1339
1551
  "8XS"
1340
1552
  ],
1341
1553
  "public": true
1554
+ },
1555
+ "input": {
1556
+ "height": {
1557
+ "value": 2.489,
1558
+ "filePath": "tokens/spacing/semantic/sizing.json",
1559
+ "isSource": true,
1560
+ "original": {
1561
+ "value": "{spacing.4XL}",
1562
+ "public": true
1563
+ },
1564
+ "name": "SpacingInputHeight",
1565
+ "attributes": {
1566
+ "category": "spacing",
1567
+ "type": "input",
1568
+ "item": "height"
1569
+ },
1570
+ "path": [
1571
+ "spacing",
1572
+ "input",
1573
+ "height"
1574
+ ],
1575
+ "public": true
1576
+ }
1577
+ },
1578
+ "button": {
1579
+ "height": {
1580
+ "xs": {
1581
+ "value": 1.44,
1582
+ "filePath": "tokens/spacing/semantic/sizing.json",
1583
+ "isSource": true,
1584
+ "original": {
1585
+ "value": "{spacing.XL}",
1586
+ "public": true
1587
+ },
1588
+ "name": "SpacingButtonHeightXs",
1589
+ "attributes": {
1590
+ "category": "spacing",
1591
+ "type": "button",
1592
+ "item": "height",
1593
+ "subitem": "xs"
1594
+ },
1595
+ "path": [
1596
+ "spacing",
1597
+ "button",
1598
+ "height",
1599
+ "xs"
1600
+ ],
1601
+ "public": true
1602
+ },
1603
+ "sm": {
1604
+ "value": 2.074,
1605
+ "filePath": "tokens/spacing/semantic/sizing.json",
1606
+ "isSource": true,
1607
+ "original": {
1608
+ "value": "{spacing.3XL}",
1609
+ "public": true
1610
+ },
1611
+ "name": "SpacingButtonHeightSm",
1612
+ "attributes": {
1613
+ "category": "spacing",
1614
+ "type": "button",
1615
+ "item": "height",
1616
+ "subitem": "sm"
1617
+ },
1618
+ "path": [
1619
+ "spacing",
1620
+ "button",
1621
+ "height",
1622
+ "sm"
1623
+ ],
1624
+ "public": true
1625
+ },
1626
+ "md": {
1627
+ "value": 2.489,
1628
+ "filePath": "tokens/spacing/semantic/sizing.json",
1629
+ "isSource": true,
1630
+ "original": {
1631
+ "value": "{spacing.4XL}",
1632
+ "public": true
1633
+ },
1634
+ "name": "SpacingButtonHeightMd",
1635
+ "attributes": {
1636
+ "category": "spacing",
1637
+ "type": "button",
1638
+ "item": "height",
1639
+ "subitem": "md"
1640
+ },
1641
+ "path": [
1642
+ "spacing",
1643
+ "button",
1644
+ "height",
1645
+ "md"
1646
+ ],
1647
+ "public": true
1648
+ },
1649
+ "lg": {
1650
+ "value": 2.987,
1651
+ "filePath": "tokens/spacing/semantic/sizing.json",
1652
+ "isSource": true,
1653
+ "original": {
1654
+ "value": "{spacing.5XL}",
1655
+ "public": true
1656
+ },
1657
+ "name": "SpacingButtonHeightLg",
1658
+ "attributes": {
1659
+ "category": "spacing",
1660
+ "type": "button",
1661
+ "item": "height",
1662
+ "subitem": "lg"
1663
+ },
1664
+ "path": [
1665
+ "spacing",
1666
+ "button",
1667
+ "height",
1668
+ "lg"
1669
+ ],
1670
+ "public": true
1671
+ }
1672
+ },
1673
+ "padding-block": {
1674
+ "xs": {
1675
+ "value": 0.25,
1676
+ "filePath": "tokens/spacing/semantic/sizing.json",
1677
+ "isSource": true,
1678
+ "original": {
1679
+ "value": 0.25,
1680
+ "public": true
1681
+ },
1682
+ "name": "SpacingButtonPaddingBlockXs",
1683
+ "attributes": {
1684
+ "category": "spacing",
1685
+ "type": "button",
1686
+ "item": "padding-block",
1687
+ "subitem": "xs"
1688
+ },
1689
+ "path": [
1690
+ "spacing",
1691
+ "button",
1692
+ "padding-block",
1693
+ "xs"
1694
+ ],
1695
+ "public": true
1696
+ },
1697
+ "sm": {
1698
+ "value": 0.481,
1699
+ "filePath": "tokens/spacing/semantic/sizing.json",
1700
+ "isSource": true,
1701
+ "original": {
1702
+ "value": "{spacing.3XS}",
1703
+ "public": true
1704
+ },
1705
+ "name": "SpacingButtonPaddingBlockSm",
1706
+ "attributes": {
1707
+ "category": "spacing",
1708
+ "type": "button",
1709
+ "item": "padding-block",
1710
+ "subitem": "sm"
1711
+ },
1712
+ "path": [
1713
+ "spacing",
1714
+ "button",
1715
+ "padding-block",
1716
+ "sm"
1717
+ ],
1718
+ "public": true
1719
+ },
1720
+ "md": {
1721
+ "value": 0.578,
1722
+ "filePath": "tokens/spacing/semantic/sizing.json",
1723
+ "isSource": true,
1724
+ "original": {
1725
+ "value": "{spacing.2XS}",
1726
+ "public": true
1727
+ },
1728
+ "name": "SpacingButtonPaddingBlockMd",
1729
+ "attributes": {
1730
+ "category": "spacing",
1731
+ "type": "button",
1732
+ "item": "padding-block",
1733
+ "subitem": "md"
1734
+ },
1735
+ "path": [
1736
+ "spacing",
1737
+ "button",
1738
+ "padding-block",
1739
+ "md"
1740
+ ],
1741
+ "public": true
1742
+ },
1743
+ "lg": {
1744
+ "value": 0.833,
1745
+ "filePath": "tokens/spacing/semantic/sizing.json",
1746
+ "isSource": true,
1747
+ "original": {
1748
+ "value": "{spacing.S}",
1749
+ "public": true
1750
+ },
1751
+ "name": "SpacingButtonPaddingBlockLg",
1752
+ "attributes": {
1753
+ "category": "spacing",
1754
+ "type": "button",
1755
+ "item": "padding-block",
1756
+ "subitem": "lg"
1757
+ },
1758
+ "path": [
1759
+ "spacing",
1760
+ "button",
1761
+ "padding-block",
1762
+ "lg"
1763
+ ],
1764
+ "public": true
1765
+ }
1766
+ },
1767
+ "padding-inline": {
1768
+ "xs": {
1769
+ "value": 0.694,
1770
+ "filePath": "tokens/spacing/semantic/sizing.json",
1771
+ "isSource": true,
1772
+ "original": {
1773
+ "value": "{spacing.XS}",
1774
+ "public": true
1775
+ },
1776
+ "name": "SpacingButtonPaddingInlineXs",
1777
+ "attributes": {
1778
+ "category": "spacing",
1779
+ "type": "button",
1780
+ "item": "padding-inline",
1781
+ "subitem": "xs"
1782
+ },
1783
+ "path": [
1784
+ "spacing",
1785
+ "button",
1786
+ "padding-inline",
1787
+ "xs"
1788
+ ],
1789
+ "public": true
1790
+ },
1791
+ "sm": {
1792
+ "value": 0.833,
1793
+ "filePath": "tokens/spacing/semantic/sizing.json",
1794
+ "isSource": true,
1795
+ "original": {
1796
+ "value": "{spacing.S}",
1797
+ "public": true
1798
+ },
1799
+ "name": "SpacingButtonPaddingInlineSm",
1800
+ "attributes": {
1801
+ "category": "spacing",
1802
+ "type": "button",
1803
+ "item": "padding-inline",
1804
+ "subitem": "sm"
1805
+ },
1806
+ "path": [
1807
+ "spacing",
1808
+ "button",
1809
+ "padding-inline",
1810
+ "sm"
1811
+ ],
1812
+ "public": true
1813
+ },
1814
+ "md": {
1815
+ "value": 1.2,
1816
+ "filePath": "tokens/spacing/semantic/sizing.json",
1817
+ "isSource": true,
1818
+ "original": {
1819
+ "value": "{spacing.L}",
1820
+ "public": true
1821
+ },
1822
+ "name": "SpacingButtonPaddingInlineMd",
1823
+ "attributes": {
1824
+ "category": "spacing",
1825
+ "type": "button",
1826
+ "item": "padding-inline",
1827
+ "subitem": "md"
1828
+ },
1829
+ "path": [
1830
+ "spacing",
1831
+ "button",
1832
+ "padding-inline",
1833
+ "md"
1834
+ ],
1835
+ "public": true
1836
+ },
1837
+ "lg": {
1838
+ "value": 1.728,
1839
+ "filePath": "tokens/spacing/semantic/sizing.json",
1840
+ "isSource": true,
1841
+ "original": {
1842
+ "value": "{spacing.2XL}",
1843
+ "public": true
1844
+ },
1845
+ "name": "SpacingButtonPaddingInlineLg",
1846
+ "attributes": {
1847
+ "category": "spacing",
1848
+ "type": "button",
1849
+ "item": "padding-inline",
1850
+ "subitem": "lg"
1851
+ },
1852
+ "path": [
1853
+ "spacing",
1854
+ "button",
1855
+ "padding-inline",
1856
+ "lg"
1857
+ ],
1858
+ "public": true
1859
+ }
1860
+ }
1342
1861
  }
1343
1862
  },
1344
1863
  "typography": {
@@ -1707,6 +2226,27 @@
1707
2226
  "S"
1708
2227
  ],
1709
2228
  "public": true
2229
+ },
2230
+ "code": {
2231
+ "value": "180%",
2232
+ "filePath": "tokens/typography/semantic/line-height.json",
2233
+ "isSource": true,
2234
+ "original": {
2235
+ "value": "180%",
2236
+ "public": true
2237
+ },
2238
+ "name": "TypographyLhCode",
2239
+ "attributes": {
2240
+ "category": "typography",
2241
+ "type": "lh",
2242
+ "item": "code"
2243
+ },
2244
+ "path": [
2245
+ "typography",
2246
+ "lh",
2247
+ "code"
2248
+ ],
2249
+ "public": true
1710
2250
  }
1711
2251
  },
1712
2252
  "multiplier": {