@vitality-ds/icons 4.0.0-alpha.3.1 → 4.0.1-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.
Files changed (63) hide show
  1. package/dist/types/icons/src/Icon/styled.d.ts +32 -32
  2. package/dist/types/icons/src/Icon/styles/BaseIcon.styles.d.ts +16 -16
  3. package/dist/types/icons/src/tsx/Icon/styled.d.ts +32 -32
  4. package/dist/types/icons/src/tsx/Icon/styles/BaseIcon.styles.d.ts +16 -16
  5. package/dist/types/system/src/stitches.config.d.ts +196 -196
  6. package/dist/types/tokens/src/Elevation/types.d.ts +1 -1
  7. package/dist/types/tokens/src/Elevation/types.d.ts.map +1 -1
  8. package/dist/types/tokens/src/Font/fontFamilies.d.ts +2 -4
  9. package/dist/types/tokens/src/Font/fontFamilies.d.ts.map +1 -1
  10. package/dist/types/tokens/src/Font/fontFamilies.js +32 -14
  11. package/dist/types/tokens/src/Font/fontFamilies.js.map +1 -1
  12. package/dist/types/tokens/src/Font/fontSizes.d.ts +2 -4
  13. package/dist/types/tokens/src/Font/fontSizes.d.ts.map +1 -1
  14. package/dist/types/tokens/src/Font/fontSizes.js +164 -79
  15. package/dist/types/tokens/src/Font/fontSizes.js.map +1 -1
  16. package/dist/types/tokens/src/Font/fontStyles.d.ts.map +1 -1
  17. package/dist/types/tokens/src/Font/fontStyles.js +496 -238
  18. package/dist/types/tokens/src/Font/fontStyles.js.map +1 -1
  19. package/dist/types/tokens/src/Font/types.d.ts +23 -5
  20. package/dist/types/tokens/src/Font/types.d.ts.map +1 -1
  21. package/dist/types/tokens/src/Radii/types.d.ts +1 -1
  22. package/dist/types/tokens/src/Radii/types.d.ts.map +1 -1
  23. package/dist/types/tokens/src/Space/types.d.ts +1 -1
  24. package/dist/types/tokens/src/Space/types.d.ts.map +1 -1
  25. package/dist/types/tokens/src/Theme/constants.d.ts +41 -0
  26. package/dist/types/tokens/src/Theme/constants.d.ts.map +1 -0
  27. package/dist/types/tokens/src/Theme/constants.js +10 -0
  28. package/dist/types/tokens/src/Theme/constants.js.map +1 -0
  29. package/dist/types/tokens/src/Theme/getters/getFontSizes.d.ts +7 -7
  30. package/dist/types/tokens/src/Theme/getters/getFontSizes.d.ts.map +1 -1
  31. package/dist/types/tokens/src/Theme/getters/getFontSizes.js +4 -5
  32. package/dist/types/tokens/src/Theme/getters/getFontSizes.js.map +1 -1
  33. package/dist/types/tokens/src/Theme/getters/getFontWeights.d.ts +7 -7
  34. package/dist/types/tokens/src/Theme/getters/getFontWeights.d.ts.map +1 -1
  35. package/dist/types/tokens/src/Theme/getters/getFontWeights.js +3 -3
  36. package/dist/types/tokens/src/Theme/getters/getFontWeights.js.map +1 -1
  37. package/dist/types/tokens/src/Theme/getters/getFonts.d.ts +8 -8
  38. package/dist/types/tokens/src/Theme/getters/getFonts.d.ts.map +1 -1
  39. package/dist/types/tokens/src/Theme/getters/getFonts.js +6 -5
  40. package/dist/types/tokens/src/Theme/getters/getFonts.js.map +1 -1
  41. package/dist/types/tokens/src/Theme/getters/getLetterSpacings.d.ts +7 -7
  42. package/dist/types/tokens/src/Theme/getters/getLetterSpacings.d.ts.map +1 -1
  43. package/dist/types/tokens/src/Theme/getters/getLetterSpacings.js +3 -3
  44. package/dist/types/tokens/src/Theme/getters/getLetterSpacings.js.map +1 -1
  45. package/dist/types/tokens/src/Theme/getters/getLineHeights.d.ts +7 -7
  46. package/dist/types/tokens/src/Theme/getters/getLineHeights.d.ts.map +1 -1
  47. package/dist/types/tokens/src/Theme/getters/getLineHeights.js +3 -3
  48. package/dist/types/tokens/src/Theme/getters/getLineHeights.js.map +1 -1
  49. package/dist/types/tokens/src/Theme/getters/getRadii.js +1 -1
  50. package/dist/types/tokens/src/Theme/getters/getRadii.js.map +1 -1
  51. package/dist/types/tokens/src/Theme/getters/getShadows.js +2 -2
  52. package/dist/types/tokens/src/Theme/getters/getShadows.js.map +1 -1
  53. package/dist/types/tokens/src/Theme/getters/getSpace.js +1 -1
  54. package/dist/types/tokens/src/Theme/getters/getSpace.js.map +1 -1
  55. package/dist/types/tokens/src/Theme/getters/getTheme.d.ts +26 -26
  56. package/dist/types/tokens/src/Theme/getters/getZIndices.js +1 -1
  57. package/dist/types/tokens/src/Theme/getters/getZIndices.js.map +1 -1
  58. package/dist/types/tokens/src/Theme/types.d.ts +1 -1
  59. package/dist/types/tokens/src/Theme/types.d.ts.map +1 -1
  60. package/dist/types/tokens/src/types.d.ts +1 -1
  61. package/dist/types/tokens/src/types.d.ts.map +1 -1
  62. package/dist/types/tsconfig.tsbuildinfo +1 -1
  63. package/package.json +4 -4
@@ -110,14 +110,6 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
110
110
  critical13: string;
111
111
  };
112
112
  fonts: {
113
- default: any;
114
- body: any;
115
- caption: any;
116
- pageTitle: any;
117
- sectionTitle: any;
118
- sectionSubtitle: any;
119
- button: any;
120
- textInput: any;
121
113
  display100: any;
122
114
  display200: any;
123
115
  display300: any;
@@ -127,8 +119,6 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
127
119
  display700: any;
128
120
  display800: any;
129
121
  display900: any;
130
- };
131
- fontSizes: {
132
122
  body: any;
133
123
  caption: any;
134
124
  pageTitle: any;
@@ -136,6 +126,9 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
136
126
  sectionSubtitle: any;
137
127
  button: any;
138
128
  textInput: any;
129
+ default: any;
130
+ };
131
+ fontSizes: {
139
132
  display100: any;
140
133
  display200: any;
141
134
  display300: any;
@@ -145,8 +138,6 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
145
138
  display700: any;
146
139
  display800: any;
147
140
  display900: any;
148
- };
149
- fontWeights: {
150
141
  body: any;
151
142
  caption: any;
152
143
  pageTitle: any;
@@ -154,6 +145,8 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
154
145
  sectionSubtitle: any;
155
146
  button: any;
156
147
  textInput: any;
148
+ };
149
+ fontWeights: {
157
150
  display100: any;
158
151
  display200: any;
159
152
  display300: any;
@@ -163,8 +156,6 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
163
156
  display700: any;
164
157
  display800: any;
165
158
  display900: any;
166
- };
167
- letterSpacings: {
168
159
  body: any;
169
160
  caption: any;
170
161
  pageTitle: any;
@@ -172,6 +163,8 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
172
163
  sectionSubtitle: any;
173
164
  button: any;
174
165
  textInput: any;
166
+ };
167
+ letterSpacings: {
175
168
  display100: any;
176
169
  display200: any;
177
170
  display300: any;
@@ -181,8 +174,6 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
181
174
  display700: any;
182
175
  display800: any;
183
176
  display900: any;
184
- };
185
- lineHeights: {
186
177
  body: any;
187
178
  caption: any;
188
179
  pageTitle: any;
@@ -190,6 +181,8 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
190
181
  sectionSubtitle: any;
191
182
  button: any;
192
183
  textInput: any;
184
+ };
185
+ lineHeights: {
193
186
  display100: any;
194
187
  display200: any;
195
188
  display300: any;
@@ -199,6 +192,13 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
199
192
  display700: any;
200
193
  display800: any;
201
194
  display900: any;
195
+ body: any;
196
+ caption: any;
197
+ pageTitle: any;
198
+ sectionTitle: any;
199
+ sectionSubtitle: any;
200
+ button: any;
201
+ textInput: any;
202
202
  };
203
203
  radii: {
204
204
  default: any;
@@ -341,14 +341,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
341
341
  critical13: string;
342
342
  };
343
343
  fonts: {
344
- default: any;
345
- body: any;
346
- caption: any;
347
- pageTitle: any;
348
- sectionTitle: any;
349
- sectionSubtitle: any;
350
- button: any;
351
- textInput: any;
352
344
  display100: any;
353
345
  display200: any;
354
346
  display300: any;
@@ -358,8 +350,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
358
350
  display700: any;
359
351
  display800: any;
360
352
  display900: any;
361
- };
362
- fontSizes: {
363
353
  body: any;
364
354
  caption: any;
365
355
  pageTitle: any;
@@ -367,6 +357,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
367
357
  sectionSubtitle: any;
368
358
  button: any;
369
359
  textInput: any;
360
+ default: any;
361
+ };
362
+ fontSizes: {
370
363
  display100: any;
371
364
  display200: any;
372
365
  display300: any;
@@ -376,8 +369,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
376
369
  display700: any;
377
370
  display800: any;
378
371
  display900: any;
379
- };
380
- fontWeights: {
381
372
  body: any;
382
373
  caption: any;
383
374
  pageTitle: any;
@@ -385,6 +376,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
385
376
  sectionSubtitle: any;
386
377
  button: any;
387
378
  textInput: any;
379
+ };
380
+ fontWeights: {
388
381
  display100: any;
389
382
  display200: any;
390
383
  display300: any;
@@ -394,8 +387,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
394
387
  display700: any;
395
388
  display800: any;
396
389
  display900: any;
397
- };
398
- letterSpacings: {
399
390
  body: any;
400
391
  caption: any;
401
392
  pageTitle: any;
@@ -403,6 +394,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
403
394
  sectionSubtitle: any;
404
395
  button: any;
405
396
  textInput: any;
397
+ };
398
+ letterSpacings: {
406
399
  display100: any;
407
400
  display200: any;
408
401
  display300: any;
@@ -412,8 +405,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
412
405
  display700: any;
413
406
  display800: any;
414
407
  display900: any;
415
- };
416
- lineHeights: {
417
408
  body: any;
418
409
  caption: any;
419
410
  pageTitle: any;
@@ -421,6 +412,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
421
412
  sectionSubtitle: any;
422
413
  button: any;
423
414
  textInput: any;
415
+ };
416
+ lineHeights: {
424
417
  display100: any;
425
418
  display200: any;
426
419
  display300: any;
@@ -430,6 +423,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
430
423
  display700: any;
431
424
  display800: any;
432
425
  display900: any;
426
+ body: any;
427
+ caption: any;
428
+ pageTitle: any;
429
+ sectionTitle: any;
430
+ sectionSubtitle: any;
431
+ button: any;
432
+ textInput: any;
433
433
  };
434
434
  radii: {
435
435
  default: any;
@@ -584,14 +584,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
584
584
  critical13: string;
585
585
  };
586
586
  fonts: {
587
- default: any;
588
- body: any;
589
- caption: any;
590
- pageTitle: any;
591
- sectionTitle: any;
592
- sectionSubtitle: any;
593
- button: any;
594
- textInput: any;
595
587
  display100: any;
596
588
  display200: any;
597
589
  display300: any;
@@ -601,8 +593,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
601
593
  display700: any;
602
594
  display800: any;
603
595
  display900: any;
604
- };
605
- fontSizes: {
606
596
  body: any;
607
597
  caption: any;
608
598
  pageTitle: any;
@@ -610,6 +600,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
610
600
  sectionSubtitle: any;
611
601
  button: any;
612
602
  textInput: any;
603
+ default: any;
604
+ };
605
+ fontSizes: {
613
606
  display100: any;
614
607
  display200: any;
615
608
  display300: any;
@@ -619,8 +612,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
619
612
  display700: any;
620
613
  display800: any;
621
614
  display900: any;
622
- };
623
- fontWeights: {
624
615
  body: any;
625
616
  caption: any;
626
617
  pageTitle: any;
@@ -628,6 +619,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
628
619
  sectionSubtitle: any;
629
620
  button: any;
630
621
  textInput: any;
622
+ };
623
+ fontWeights: {
631
624
  display100: any;
632
625
  display200: any;
633
626
  display300: any;
@@ -637,8 +630,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
637
630
  display700: any;
638
631
  display800: any;
639
632
  display900: any;
640
- };
641
- letterSpacings: {
642
633
  body: any;
643
634
  caption: any;
644
635
  pageTitle: any;
@@ -646,6 +637,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
646
637
  sectionSubtitle: any;
647
638
  button: any;
648
639
  textInput: any;
640
+ };
641
+ letterSpacings: {
649
642
  display100: any;
650
643
  display200: any;
651
644
  display300: any;
@@ -655,8 +648,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
655
648
  display700: any;
656
649
  display800: any;
657
650
  display900: any;
658
- };
659
- lineHeights: {
660
651
  body: any;
661
652
  caption: any;
662
653
  pageTitle: any;
@@ -664,6 +655,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
664
655
  sectionSubtitle: any;
665
656
  button: any;
666
657
  textInput: any;
658
+ };
659
+ lineHeights: {
667
660
  display100: any;
668
661
  display200: any;
669
662
  display300: any;
@@ -673,6 +666,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
673
666
  display700: any;
674
667
  display800: any;
675
668
  display900: any;
669
+ body: any;
670
+ caption: any;
671
+ pageTitle: any;
672
+ sectionTitle: any;
673
+ sectionSubtitle: any;
674
+ button: any;
675
+ textInput: any;
676
676
  };
677
677
  radii: {
678
678
  default: any;
@@ -814,14 +814,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
814
814
  critical13: string;
815
815
  };
816
816
  fonts: {
817
- default: any;
818
- body: any;
819
- caption: any;
820
- pageTitle: any;
821
- sectionTitle: any;
822
- sectionSubtitle: any;
823
- button: any;
824
- textInput: any;
825
817
  display100: any;
826
818
  display200: any;
827
819
  display300: any;
@@ -831,8 +823,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
831
823
  display700: any;
832
824
  display800: any;
833
825
  display900: any;
834
- };
835
- fontSizes: {
836
826
  body: any;
837
827
  caption: any;
838
828
  pageTitle: any;
@@ -840,6 +830,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
840
830
  sectionSubtitle: any;
841
831
  button: any;
842
832
  textInput: any;
833
+ default: any;
834
+ };
835
+ fontSizes: {
843
836
  display100: any;
844
837
  display200: any;
845
838
  display300: any;
@@ -849,8 +842,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
849
842
  display700: any;
850
843
  display800: any;
851
844
  display900: any;
852
- };
853
- fontWeights: {
854
845
  body: any;
855
846
  caption: any;
856
847
  pageTitle: any;
@@ -858,6 +849,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
858
849
  sectionSubtitle: any;
859
850
  button: any;
860
851
  textInput: any;
852
+ };
853
+ fontWeights: {
861
854
  display100: any;
862
855
  display200: any;
863
856
  display300: any;
@@ -867,8 +860,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
867
860
  display700: any;
868
861
  display800: any;
869
862
  display900: any;
870
- };
871
- letterSpacings: {
872
863
  body: any;
873
864
  caption: any;
874
865
  pageTitle: any;
@@ -876,6 +867,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
876
867
  sectionSubtitle: any;
877
868
  button: any;
878
869
  textInput: any;
870
+ };
871
+ letterSpacings: {
879
872
  display100: any;
880
873
  display200: any;
881
874
  display300: any;
@@ -885,8 +878,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
885
878
  display700: any;
886
879
  display800: any;
887
880
  display900: any;
888
- };
889
- lineHeights: {
890
881
  body: any;
891
882
  caption: any;
892
883
  pageTitle: any;
@@ -894,6 +885,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
894
885
  sectionSubtitle: any;
895
886
  button: any;
896
887
  textInput: any;
888
+ };
889
+ lineHeights: {
897
890
  display100: any;
898
891
  display200: any;
899
892
  display300: any;
@@ -903,6 +896,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
903
896
  display700: any;
904
897
  display800: any;
905
898
  display900: any;
899
+ body: any;
900
+ caption: any;
901
+ pageTitle: any;
902
+ sectionTitle: any;
903
+ sectionSubtitle: any;
904
+ button: any;
905
+ textInput: any;
906
906
  };
907
907
  radii: {
908
908
  default: any;
@@ -1056,14 +1056,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1056
1056
  critical13: import("@stitches/react/types/theme").Token<"critical13", string, "colors", "vitality">;
1057
1057
  };
1058
1058
  fonts: {
1059
- default: import("@stitches/react/types/theme").Token<"default", string, "fonts", "vitality">;
1060
- body: import("@stitches/react/types/theme").Token<"body", string, "fonts", "vitality">;
1061
- caption: import("@stitches/react/types/theme").Token<"caption", string, "fonts", "vitality">;
1062
- pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "fonts", "vitality">;
1063
- sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "fonts", "vitality">;
1064
- sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "fonts", "vitality">;
1065
- button: import("@stitches/react/types/theme").Token<"button", string, "fonts", "vitality">;
1066
- textInput: import("@stitches/react/types/theme").Token<"textInput", string, "fonts", "vitality">;
1067
1059
  display100: import("@stitches/react/types/theme").Token<"display100", string, "fonts", "vitality">;
1068
1060
  display200: import("@stitches/react/types/theme").Token<"display200", string, "fonts", "vitality">;
1069
1061
  display300: import("@stitches/react/types/theme").Token<"display300", string, "fonts", "vitality">;
@@ -1073,15 +1065,16 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1073
1065
  display700: import("@stitches/react/types/theme").Token<"display700", string, "fonts", "vitality">;
1074
1066
  display800: import("@stitches/react/types/theme").Token<"display800", string, "fonts", "vitality">;
1075
1067
  display900: import("@stitches/react/types/theme").Token<"display900", string, "fonts", "vitality">;
1068
+ body: import("@stitches/react/types/theme").Token<"body", string, "fonts", "vitality">;
1069
+ caption: import("@stitches/react/types/theme").Token<"caption", string, "fonts", "vitality">;
1070
+ pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "fonts", "vitality">;
1071
+ sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "fonts", "vitality">;
1072
+ sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "fonts", "vitality">;
1073
+ button: import("@stitches/react/types/theme").Token<"button", string, "fonts", "vitality">;
1074
+ textInput: import("@stitches/react/types/theme").Token<"textInput", string, "fonts", "vitality">;
1075
+ default: import("@stitches/react/types/theme").Token<"default", string, "fonts", "vitality">;
1076
1076
  };
1077
1077
  fontSizes: {
1078
- body: import("@stitches/react/types/theme").Token<"body", string, "fontSizes", "vitality">;
1079
- caption: import("@stitches/react/types/theme").Token<"caption", string, "fontSizes", "vitality">;
1080
- pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "fontSizes", "vitality">;
1081
- sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "fontSizes", "vitality">;
1082
- sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "fontSizes", "vitality">;
1083
- button: import("@stitches/react/types/theme").Token<"button", string, "fontSizes", "vitality">;
1084
- textInput: import("@stitches/react/types/theme").Token<"textInput", string, "fontSizes", "vitality">;
1085
1078
  display100: import("@stitches/react/types/theme").Token<"display100", string, "fontSizes", "vitality">;
1086
1079
  display200: import("@stitches/react/types/theme").Token<"display200", string, "fontSizes", "vitality">;
1087
1080
  display300: import("@stitches/react/types/theme").Token<"display300", string, "fontSizes", "vitality">;
@@ -1091,15 +1084,15 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1091
1084
  display700: import("@stitches/react/types/theme").Token<"display700", string, "fontSizes", "vitality">;
1092
1085
  display800: import("@stitches/react/types/theme").Token<"display800", string, "fontSizes", "vitality">;
1093
1086
  display900: import("@stitches/react/types/theme").Token<"display900", string, "fontSizes", "vitality">;
1087
+ body: import("@stitches/react/types/theme").Token<"body", string, "fontSizes", "vitality">;
1088
+ caption: import("@stitches/react/types/theme").Token<"caption", string, "fontSizes", "vitality">;
1089
+ pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "fontSizes", "vitality">;
1090
+ sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "fontSizes", "vitality">;
1091
+ sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "fontSizes", "vitality">;
1092
+ button: import("@stitches/react/types/theme").Token<"button", string, "fontSizes", "vitality">;
1093
+ textInput: import("@stitches/react/types/theme").Token<"textInput", string, "fontSizes", "vitality">;
1094
1094
  };
1095
1095
  fontWeights: {
1096
- body: import("@stitches/react/types/theme").Token<"body", string, "fontWeights", "vitality">;
1097
- caption: import("@stitches/react/types/theme").Token<"caption", string, "fontWeights", "vitality">;
1098
- pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "fontWeights", "vitality">;
1099
- sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "fontWeights", "vitality">;
1100
- sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "fontWeights", "vitality">;
1101
- button: import("@stitches/react/types/theme").Token<"button", string, "fontWeights", "vitality">;
1102
- textInput: import("@stitches/react/types/theme").Token<"textInput", string, "fontWeights", "vitality">;
1103
1096
  display100: import("@stitches/react/types/theme").Token<"display100", string, "fontWeights", "vitality">;
1104
1097
  display200: import("@stitches/react/types/theme").Token<"display200", string, "fontWeights", "vitality">;
1105
1098
  display300: import("@stitches/react/types/theme").Token<"display300", string, "fontWeights", "vitality">;
@@ -1109,15 +1102,15 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1109
1102
  display700: import("@stitches/react/types/theme").Token<"display700", string, "fontWeights", "vitality">;
1110
1103
  display800: import("@stitches/react/types/theme").Token<"display800", string, "fontWeights", "vitality">;
1111
1104
  display900: import("@stitches/react/types/theme").Token<"display900", string, "fontWeights", "vitality">;
1105
+ body: import("@stitches/react/types/theme").Token<"body", string, "fontWeights", "vitality">;
1106
+ caption: import("@stitches/react/types/theme").Token<"caption", string, "fontWeights", "vitality">;
1107
+ pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "fontWeights", "vitality">;
1108
+ sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "fontWeights", "vitality">;
1109
+ sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "fontWeights", "vitality">;
1110
+ button: import("@stitches/react/types/theme").Token<"button", string, "fontWeights", "vitality">;
1111
+ textInput: import("@stitches/react/types/theme").Token<"textInput", string, "fontWeights", "vitality">;
1112
1112
  };
1113
1113
  letterSpacings: {
1114
- body: import("@stitches/react/types/theme").Token<"body", string, "letterSpacings", "vitality">;
1115
- caption: import("@stitches/react/types/theme").Token<"caption", string, "letterSpacings", "vitality">;
1116
- pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "letterSpacings", "vitality">;
1117
- sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "letterSpacings", "vitality">;
1118
- sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "letterSpacings", "vitality">;
1119
- button: import("@stitches/react/types/theme").Token<"button", string, "letterSpacings", "vitality">;
1120
- textInput: import("@stitches/react/types/theme").Token<"textInput", string, "letterSpacings", "vitality">;
1121
1114
  display100: import("@stitches/react/types/theme").Token<"display100", string, "letterSpacings", "vitality">;
1122
1115
  display200: import("@stitches/react/types/theme").Token<"display200", string, "letterSpacings", "vitality">;
1123
1116
  display300: import("@stitches/react/types/theme").Token<"display300", string, "letterSpacings", "vitality">;
@@ -1127,15 +1120,15 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1127
1120
  display700: import("@stitches/react/types/theme").Token<"display700", string, "letterSpacings", "vitality">;
1128
1121
  display800: import("@stitches/react/types/theme").Token<"display800", string, "letterSpacings", "vitality">;
1129
1122
  display900: import("@stitches/react/types/theme").Token<"display900", string, "letterSpacings", "vitality">;
1123
+ body: import("@stitches/react/types/theme").Token<"body", string, "letterSpacings", "vitality">;
1124
+ caption: import("@stitches/react/types/theme").Token<"caption", string, "letterSpacings", "vitality">;
1125
+ pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "letterSpacings", "vitality">;
1126
+ sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "letterSpacings", "vitality">;
1127
+ sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "letterSpacings", "vitality">;
1128
+ button: import("@stitches/react/types/theme").Token<"button", string, "letterSpacings", "vitality">;
1129
+ textInput: import("@stitches/react/types/theme").Token<"textInput", string, "letterSpacings", "vitality">;
1130
1130
  };
1131
1131
  lineHeights: {
1132
- body: import("@stitches/react/types/theme").Token<"body", string, "lineHeights", "vitality">;
1133
- caption: import("@stitches/react/types/theme").Token<"caption", string, "lineHeights", "vitality">;
1134
- pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "lineHeights", "vitality">;
1135
- sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "lineHeights", "vitality">;
1136
- sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "lineHeights", "vitality">;
1137
- button: import("@stitches/react/types/theme").Token<"button", string, "lineHeights", "vitality">;
1138
- textInput: import("@stitches/react/types/theme").Token<"textInput", string, "lineHeights", "vitality">;
1139
1132
  display100: import("@stitches/react/types/theme").Token<"display100", string, "lineHeights", "vitality">;
1140
1133
  display200: import("@stitches/react/types/theme").Token<"display200", string, "lineHeights", "vitality">;
1141
1134
  display300: import("@stitches/react/types/theme").Token<"display300", string, "lineHeights", "vitality">;
@@ -1145,6 +1138,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1145
1138
  display700: import("@stitches/react/types/theme").Token<"display700", string, "lineHeights", "vitality">;
1146
1139
  display800: import("@stitches/react/types/theme").Token<"display800", string, "lineHeights", "vitality">;
1147
1140
  display900: import("@stitches/react/types/theme").Token<"display900", string, "lineHeights", "vitality">;
1141
+ body: import("@stitches/react/types/theme").Token<"body", string, "lineHeights", "vitality">;
1142
+ caption: import("@stitches/react/types/theme").Token<"caption", string, "lineHeights", "vitality">;
1143
+ pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "lineHeights", "vitality">;
1144
+ sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "lineHeights", "vitality">;
1145
+ sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "lineHeights", "vitality">;
1146
+ button: import("@stitches/react/types/theme").Token<"button", string, "lineHeights", "vitality">;
1147
+ textInput: import("@stitches/react/types/theme").Token<"textInput", string, "lineHeights", "vitality">;
1148
1148
  };
1149
1149
  radii: {
1150
1150
  default: import("@stitches/react/types/theme").Token<"default", string, "radii", "vitality">;
@@ -1290,14 +1290,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1290
1290
  critical13: string;
1291
1291
  };
1292
1292
  fonts: {
1293
- default: any;
1294
- body: any;
1295
- caption: any;
1296
- pageTitle: any;
1297
- sectionTitle: any;
1298
- sectionSubtitle: any;
1299
- button: any;
1300
- textInput: any;
1301
1293
  display100: any;
1302
1294
  display200: any;
1303
1295
  display300: any;
@@ -1307,8 +1299,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1307
1299
  display700: any;
1308
1300
  display800: any;
1309
1301
  display900: any;
1310
- };
1311
- fontSizes: {
1312
1302
  body: any;
1313
1303
  caption: any;
1314
1304
  pageTitle: any;
@@ -1316,6 +1306,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1316
1306
  sectionSubtitle: any;
1317
1307
  button: any;
1318
1308
  textInput: any;
1309
+ default: any;
1310
+ };
1311
+ fontSizes: {
1319
1312
  display100: any;
1320
1313
  display200: any;
1321
1314
  display300: any;
@@ -1325,8 +1318,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1325
1318
  display700: any;
1326
1319
  display800: any;
1327
1320
  display900: any;
1328
- };
1329
- fontWeights: {
1330
1321
  body: any;
1331
1322
  caption: any;
1332
1323
  pageTitle: any;
@@ -1334,6 +1325,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1334
1325
  sectionSubtitle: any;
1335
1326
  button: any;
1336
1327
  textInput: any;
1328
+ };
1329
+ fontWeights: {
1337
1330
  display100: any;
1338
1331
  display200: any;
1339
1332
  display300: any;
@@ -1343,8 +1336,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1343
1336
  display700: any;
1344
1337
  display800: any;
1345
1338
  display900: any;
1346
- };
1347
- letterSpacings: {
1348
1339
  body: any;
1349
1340
  caption: any;
1350
1341
  pageTitle: any;
@@ -1352,6 +1343,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1352
1343
  sectionSubtitle: any;
1353
1344
  button: any;
1354
1345
  textInput: any;
1346
+ };
1347
+ letterSpacings: {
1355
1348
  display100: any;
1356
1349
  display200: any;
1357
1350
  display300: any;
@@ -1361,8 +1354,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1361
1354
  display700: any;
1362
1355
  display800: any;
1363
1356
  display900: any;
1364
- };
1365
- lineHeights: {
1366
1357
  body: any;
1367
1358
  caption: any;
1368
1359
  pageTitle: any;
@@ -1370,6 +1361,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1370
1361
  sectionSubtitle: any;
1371
1362
  button: any;
1372
1363
  textInput: any;
1364
+ };
1365
+ lineHeights: {
1373
1366
  display100: any;
1374
1367
  display200: any;
1375
1368
  display300: any;
@@ -1379,6 +1372,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1379
1372
  display700: any;
1380
1373
  display800: any;
1381
1374
  display900: any;
1375
+ body: any;
1376
+ caption: any;
1377
+ pageTitle: any;
1378
+ sectionTitle: any;
1379
+ sectionSubtitle: any;
1380
+ button: any;
1381
+ textInput: any;
1382
1382
  };
1383
1383
  radii: {
1384
1384
  default: any;
@@ -1519,14 +1519,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1519
1519
  critical13: string;
1520
1520
  };
1521
1521
  fonts: {
1522
- default: any;
1523
- body: any;
1524
- caption: any;
1525
- pageTitle: any;
1526
- sectionTitle: any;
1527
- sectionSubtitle: any;
1528
- button: any;
1529
- textInput: any;
1530
1522
  display100: any;
1531
1523
  display200: any;
1532
1524
  display300: any;
@@ -1536,8 +1528,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1536
1528
  display700: any;
1537
1529
  display800: any;
1538
1530
  display900: any;
1539
- };
1540
- fontSizes: {
1541
1531
  body: any;
1542
1532
  caption: any;
1543
1533
  pageTitle: any;
@@ -1545,6 +1535,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1545
1535
  sectionSubtitle: any;
1546
1536
  button: any;
1547
1537
  textInput: any;
1538
+ default: any;
1539
+ };
1540
+ fontSizes: {
1548
1541
  display100: any;
1549
1542
  display200: any;
1550
1543
  display300: any;
@@ -1554,8 +1547,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1554
1547
  display700: any;
1555
1548
  display800: any;
1556
1549
  display900: any;
1557
- };
1558
- fontWeights: {
1559
1550
  body: any;
1560
1551
  caption: any;
1561
1552
  pageTitle: any;
@@ -1563,6 +1554,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1563
1554
  sectionSubtitle: any;
1564
1555
  button: any;
1565
1556
  textInput: any;
1557
+ };
1558
+ fontWeights: {
1566
1559
  display100: any;
1567
1560
  display200: any;
1568
1561
  display300: any;
@@ -1572,8 +1565,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1572
1565
  display700: any;
1573
1566
  display800: any;
1574
1567
  display900: any;
1575
- };
1576
- letterSpacings: {
1577
1568
  body: any;
1578
1569
  caption: any;
1579
1570
  pageTitle: any;
@@ -1581,6 +1572,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1581
1572
  sectionSubtitle: any;
1582
1573
  button: any;
1583
1574
  textInput: any;
1575
+ };
1576
+ letterSpacings: {
1584
1577
  display100: any;
1585
1578
  display200: any;
1586
1579
  display300: any;
@@ -1590,8 +1583,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1590
1583
  display700: any;
1591
1584
  display800: any;
1592
1585
  display900: any;
1593
- };
1594
- lineHeights: {
1595
1586
  body: any;
1596
1587
  caption: any;
1597
1588
  pageTitle: any;
@@ -1599,6 +1590,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1599
1590
  sectionSubtitle: any;
1600
1591
  button: any;
1601
1592
  textInput: any;
1593
+ };
1594
+ lineHeights: {
1602
1595
  display100: any;
1603
1596
  display200: any;
1604
1597
  display300: any;
@@ -1608,6 +1601,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1608
1601
  display700: any;
1609
1602
  display800: any;
1610
1603
  display900: any;
1604
+ body: any;
1605
+ caption: any;
1606
+ pageTitle: any;
1607
+ sectionTitle: any;
1608
+ sectionSubtitle: any;
1609
+ button: any;
1610
+ textInput: any;
1611
1611
  };
1612
1612
  radii: {
1613
1613
  default: any;
@@ -1748,14 +1748,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1748
1748
  critical13: string;
1749
1749
  };
1750
1750
  fonts: {
1751
- default: any;
1752
- body: any;
1753
- caption: any;
1754
- pageTitle: any;
1755
- sectionTitle: any;
1756
- sectionSubtitle: any;
1757
- button: any;
1758
- textInput: any;
1759
1751
  display100: any;
1760
1752
  display200: any;
1761
1753
  display300: any;
@@ -1765,8 +1757,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1765
1757
  display700: any;
1766
1758
  display800: any;
1767
1759
  display900: any;
1768
- };
1769
- fontSizes: {
1770
1760
  body: any;
1771
1761
  caption: any;
1772
1762
  pageTitle: any;
@@ -1774,6 +1764,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1774
1764
  sectionSubtitle: any;
1775
1765
  button: any;
1776
1766
  textInput: any;
1767
+ default: any;
1768
+ };
1769
+ fontSizes: {
1777
1770
  display100: any;
1778
1771
  display200: any;
1779
1772
  display300: any;
@@ -1783,8 +1776,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1783
1776
  display700: any;
1784
1777
  display800: any;
1785
1778
  display900: any;
1786
- };
1787
- fontWeights: {
1788
1779
  body: any;
1789
1780
  caption: any;
1790
1781
  pageTitle: any;
@@ -1792,6 +1783,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1792
1783
  sectionSubtitle: any;
1793
1784
  button: any;
1794
1785
  textInput: any;
1786
+ };
1787
+ fontWeights: {
1795
1788
  display100: any;
1796
1789
  display200: any;
1797
1790
  display300: any;
@@ -1801,8 +1794,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1801
1794
  display700: any;
1802
1795
  display800: any;
1803
1796
  display900: any;
1804
- };
1805
- letterSpacings: {
1806
1797
  body: any;
1807
1798
  caption: any;
1808
1799
  pageTitle: any;
@@ -1810,6 +1801,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1810
1801
  sectionSubtitle: any;
1811
1802
  button: any;
1812
1803
  textInput: any;
1804
+ };
1805
+ letterSpacings: {
1813
1806
  display100: any;
1814
1807
  display200: any;
1815
1808
  display300: any;
@@ -1819,8 +1812,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1819
1812
  display700: any;
1820
1813
  display800: any;
1821
1814
  display900: any;
1822
- };
1823
- lineHeights: {
1824
1815
  body: any;
1825
1816
  caption: any;
1826
1817
  pageTitle: any;
@@ -1828,6 +1819,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1828
1819
  sectionSubtitle: any;
1829
1820
  button: any;
1830
1821
  textInput: any;
1822
+ };
1823
+ lineHeights: {
1831
1824
  display100: any;
1832
1825
  display200: any;
1833
1826
  display300: any;
@@ -1837,6 +1830,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1837
1830
  display700: any;
1838
1831
  display800: any;
1839
1832
  display900: any;
1833
+ body: any;
1834
+ caption: any;
1835
+ pageTitle: any;
1836
+ sectionTitle: any;
1837
+ sectionSubtitle: any;
1838
+ button: any;
1839
+ textInput: any;
1840
1840
  };
1841
1841
  radii: {
1842
1842
  default: any;
@@ -1983,14 +1983,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1983
1983
  critical13: string;
1984
1984
  };
1985
1985
  fonts: {
1986
- default: any;
1987
- body: any;
1988
- caption: any;
1989
- pageTitle: any;
1990
- sectionTitle: any;
1991
- sectionSubtitle: any;
1992
- button: any;
1993
- textInput: any;
1994
1986
  display100: any;
1995
1987
  display200: any;
1996
1988
  display300: any;
@@ -2000,8 +1992,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2000
1992
  display700: any;
2001
1993
  display800: any;
2002
1994
  display900: any;
2003
- };
2004
- fontSizes: {
2005
1995
  body: any;
2006
1996
  caption: any;
2007
1997
  pageTitle: any;
@@ -2009,6 +1999,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2009
1999
  sectionSubtitle: any;
2010
2000
  button: any;
2011
2001
  textInput: any;
2002
+ default: any;
2003
+ };
2004
+ fontSizes: {
2012
2005
  display100: any;
2013
2006
  display200: any;
2014
2007
  display300: any;
@@ -2018,8 +2011,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2018
2011
  display700: any;
2019
2012
  display800: any;
2020
2013
  display900: any;
2021
- };
2022
- fontWeights: {
2023
2014
  body: any;
2024
2015
  caption: any;
2025
2016
  pageTitle: any;
@@ -2027,6 +2018,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2027
2018
  sectionSubtitle: any;
2028
2019
  button: any;
2029
2020
  textInput: any;
2021
+ };
2022
+ fontWeights: {
2030
2023
  display100: any;
2031
2024
  display200: any;
2032
2025
  display300: any;
@@ -2036,8 +2029,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2036
2029
  display700: any;
2037
2030
  display800: any;
2038
2031
  display900: any;
2039
- };
2040
- letterSpacings: {
2041
2032
  body: any;
2042
2033
  caption: any;
2043
2034
  pageTitle: any;
@@ -2045,6 +2036,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2045
2036
  sectionSubtitle: any;
2046
2037
  button: any;
2047
2038
  textInput: any;
2039
+ };
2040
+ letterSpacings: {
2048
2041
  display100: any;
2049
2042
  display200: any;
2050
2043
  display300: any;
@@ -2054,8 +2047,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2054
2047
  display700: any;
2055
2048
  display800: any;
2056
2049
  display900: any;
2057
- };
2058
- lineHeights: {
2059
2050
  body: any;
2060
2051
  caption: any;
2061
2052
  pageTitle: any;
@@ -2063,6 +2054,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2063
2054
  sectionSubtitle: any;
2064
2055
  button: any;
2065
2056
  textInput: any;
2057
+ };
2058
+ lineHeights: {
2066
2059
  display100: any;
2067
2060
  display200: any;
2068
2061
  display300: any;
@@ -2072,6 +2065,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2072
2065
  display700: any;
2073
2066
  display800: any;
2074
2067
  display900: any;
2068
+ body: any;
2069
+ caption: any;
2070
+ pageTitle: any;
2071
+ sectionTitle: any;
2072
+ sectionSubtitle: any;
2073
+ button: any;
2074
+ textInput: any;
2075
2075
  };
2076
2076
  radii: {
2077
2077
  default: any;
@@ -2210,14 +2210,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2210
2210
  critical13?: string | number | boolean;
2211
2211
  };
2212
2212
  fonts?: {
2213
- default?: string | number | boolean;
2214
- body?: string | number | boolean;
2215
- caption?: string | number | boolean;
2216
- pageTitle?: string | number | boolean;
2217
- sectionTitle?: string | number | boolean;
2218
- sectionSubtitle?: string | number | boolean;
2219
- button?: string | number | boolean;
2220
- textInput?: string | number | boolean;
2221
2213
  display100?: string | number | boolean;
2222
2214
  display200?: string | number | boolean;
2223
2215
  display300?: string | number | boolean;
@@ -2227,8 +2219,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2227
2219
  display700?: string | number | boolean;
2228
2220
  display800?: string | number | boolean;
2229
2221
  display900?: string | number | boolean;
2230
- };
2231
- fontSizes?: {
2232
2222
  body?: string | number | boolean;
2233
2223
  caption?: string | number | boolean;
2234
2224
  pageTitle?: string | number | boolean;
@@ -2236,6 +2226,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2236
2226
  sectionSubtitle?: string | number | boolean;
2237
2227
  button?: string | number | boolean;
2238
2228
  textInput?: string | number | boolean;
2229
+ default?: string | number | boolean;
2230
+ };
2231
+ fontSizes?: {
2239
2232
  display100?: string | number | boolean;
2240
2233
  display200?: string | number | boolean;
2241
2234
  display300?: string | number | boolean;
@@ -2245,8 +2238,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2245
2238
  display700?: string | number | boolean;
2246
2239
  display800?: string | number | boolean;
2247
2240
  display900?: string | number | boolean;
2248
- };
2249
- fontWeights?: {
2250
2241
  body?: string | number | boolean;
2251
2242
  caption?: string | number | boolean;
2252
2243
  pageTitle?: string | number | boolean;
@@ -2254,6 +2245,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2254
2245
  sectionSubtitle?: string | number | boolean;
2255
2246
  button?: string | number | boolean;
2256
2247
  textInput?: string | number | boolean;
2248
+ };
2249
+ fontWeights?: {
2257
2250
  display100?: string | number | boolean;
2258
2251
  display200?: string | number | boolean;
2259
2252
  display300?: string | number | boolean;
@@ -2263,8 +2256,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2263
2256
  display700?: string | number | boolean;
2264
2257
  display800?: string | number | boolean;
2265
2258
  display900?: string | number | boolean;
2266
- };
2267
- letterSpacings?: {
2268
2259
  body?: string | number | boolean;
2269
2260
  caption?: string | number | boolean;
2270
2261
  pageTitle?: string | number | boolean;
@@ -2272,6 +2263,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2272
2263
  sectionSubtitle?: string | number | boolean;
2273
2264
  button?: string | number | boolean;
2274
2265
  textInput?: string | number | boolean;
2266
+ };
2267
+ letterSpacings?: {
2275
2268
  display100?: string | number | boolean;
2276
2269
  display200?: string | number | boolean;
2277
2270
  display300?: string | number | boolean;
@@ -2281,8 +2274,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2281
2274
  display700?: string | number | boolean;
2282
2275
  display800?: string | number | boolean;
2283
2276
  display900?: string | number | boolean;
2284
- };
2285
- lineHeights?: {
2286
2277
  body?: string | number | boolean;
2287
2278
  caption?: string | number | boolean;
2288
2279
  pageTitle?: string | number | boolean;
@@ -2290,6 +2281,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2290
2281
  sectionSubtitle?: string | number | boolean;
2291
2282
  button?: string | number | boolean;
2292
2283
  textInput?: string | number | boolean;
2284
+ };
2285
+ lineHeights?: {
2293
2286
  display100?: string | number | boolean;
2294
2287
  display200?: string | number | boolean;
2295
2288
  display300?: string | number | boolean;
@@ -2299,6 +2292,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2299
2292
  display700?: string | number | boolean;
2300
2293
  display800?: string | number | boolean;
2301
2294
  display900?: string | number | boolean;
2295
+ body?: string | number | boolean;
2296
+ caption?: string | number | boolean;
2297
+ pageTitle?: string | number | boolean;
2298
+ sectionTitle?: string | number | boolean;
2299
+ sectionSubtitle?: string | number | boolean;
2300
+ button?: string | number | boolean;
2301
+ textInput?: string | number | boolean;
2302
2302
  };
2303
2303
  radii?: {
2304
2304
  default?: string | number | boolean;
@@ -2439,14 +2439,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2439
2439
  critical13?: string | number | boolean;
2440
2440
  };
2441
2441
  fonts?: {
2442
- default?: string | number | boolean;
2443
- body?: string | number | boolean;
2444
- caption?: string | number | boolean;
2445
- pageTitle?: string | number | boolean;
2446
- sectionTitle?: string | number | boolean;
2447
- sectionSubtitle?: string | number | boolean;
2448
- button?: string | number | boolean;
2449
- textInput?: string | number | boolean;
2450
2442
  display100?: string | number | boolean;
2451
2443
  display200?: string | number | boolean;
2452
2444
  display300?: string | number | boolean;
@@ -2456,8 +2448,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2456
2448
  display700?: string | number | boolean;
2457
2449
  display800?: string | number | boolean;
2458
2450
  display900?: string | number | boolean;
2459
- };
2460
- fontSizes?: {
2461
2451
  body?: string | number | boolean;
2462
2452
  caption?: string | number | boolean;
2463
2453
  pageTitle?: string | number | boolean;
@@ -2465,6 +2455,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2465
2455
  sectionSubtitle?: string | number | boolean;
2466
2456
  button?: string | number | boolean;
2467
2457
  textInput?: string | number | boolean;
2458
+ default?: string | number | boolean;
2459
+ };
2460
+ fontSizes?: {
2468
2461
  display100?: string | number | boolean;
2469
2462
  display200?: string | number | boolean;
2470
2463
  display300?: string | number | boolean;
@@ -2474,8 +2467,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2474
2467
  display700?: string | number | boolean;
2475
2468
  display800?: string | number | boolean;
2476
2469
  display900?: string | number | boolean;
2477
- };
2478
- fontWeights?: {
2479
2470
  body?: string | number | boolean;
2480
2471
  caption?: string | number | boolean;
2481
2472
  pageTitle?: string | number | boolean;
@@ -2483,6 +2474,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2483
2474
  sectionSubtitle?: string | number | boolean;
2484
2475
  button?: string | number | boolean;
2485
2476
  textInput?: string | number | boolean;
2477
+ };
2478
+ fontWeights?: {
2486
2479
  display100?: string | number | boolean;
2487
2480
  display200?: string | number | boolean;
2488
2481
  display300?: string | number | boolean;
@@ -2492,8 +2485,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2492
2485
  display700?: string | number | boolean;
2493
2486
  display800?: string | number | boolean;
2494
2487
  display900?: string | number | boolean;
2495
- };
2496
- letterSpacings?: {
2497
2488
  body?: string | number | boolean;
2498
2489
  caption?: string | number | boolean;
2499
2490
  pageTitle?: string | number | boolean;
@@ -2501,6 +2492,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2501
2492
  sectionSubtitle?: string | number | boolean;
2502
2493
  button?: string | number | boolean;
2503
2494
  textInput?: string | number | boolean;
2495
+ };
2496
+ letterSpacings?: {
2504
2497
  display100?: string | number | boolean;
2505
2498
  display200?: string | number | boolean;
2506
2499
  display300?: string | number | boolean;
@@ -2510,8 +2503,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2510
2503
  display700?: string | number | boolean;
2511
2504
  display800?: string | number | boolean;
2512
2505
  display900?: string | number | boolean;
2513
- };
2514
- lineHeights?: {
2515
2506
  body?: string | number | boolean;
2516
2507
  caption?: string | number | boolean;
2517
2508
  pageTitle?: string | number | boolean;
@@ -2519,6 +2510,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2519
2510
  sectionSubtitle?: string | number | boolean;
2520
2511
  button?: string | number | boolean;
2521
2512
  textInput?: string | number | boolean;
2513
+ };
2514
+ lineHeights?: {
2522
2515
  display100?: string | number | boolean;
2523
2516
  display200?: string | number | boolean;
2524
2517
  display300?: string | number | boolean;
@@ -2528,6 +2521,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2528
2521
  display700?: string | number | boolean;
2529
2522
  display800?: string | number | boolean;
2530
2523
  display900?: string | number | boolean;
2524
+ body?: string | number | boolean;
2525
+ caption?: string | number | boolean;
2526
+ pageTitle?: string | number | boolean;
2527
+ sectionTitle?: string | number | boolean;
2528
+ sectionSubtitle?: string | number | boolean;
2529
+ button?: string | number | boolean;
2530
+ textInput?: string | number | boolean;
2531
2531
  };
2532
2532
  radii?: {
2533
2533
  default?: string | number | boolean;