@vitality-ds/system-react-native 4.0.0 → 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.
- package/dist/esm/stitches.config.js +1 -1
- package/dist/stitches.config.js +1 -1
- package/dist/system-react-native/src/stitches.config.d.ts +163 -163
- package/dist/tokens/src/Elevation/types.d.ts +1 -1
- package/dist/tokens/src/Elevation/types.d.ts.map +1 -1
- package/dist/tokens/src/Font/fontFamilies.d.ts +2 -4
- package/dist/tokens/src/Font/fontFamilies.d.ts.map +1 -1
- package/dist/tokens/src/Font/fontSizes.d.ts +2 -4
- package/dist/tokens/src/Font/fontSizes.d.ts.map +1 -1
- package/dist/tokens/src/Font/fontStyles.d.ts.map +1 -1
- package/dist/tokens/src/Font/types.d.ts +23 -5
- package/dist/tokens/src/Font/types.d.ts.map +1 -1
- package/dist/tokens/src/Radii/types.d.ts +1 -1
- package/dist/tokens/src/Radii/types.d.ts.map +1 -1
- package/dist/tokens/src/Space/types.d.ts +1 -1
- package/dist/tokens/src/Space/types.d.ts.map +1 -1
- package/dist/tokens/src/Theme/constants.d.ts +41 -0
- package/dist/tokens/src/Theme/constants.d.ts.map +1 -0
- package/dist/tokens/src/Theme/getters/getFontSizes.d.ts +7 -7
- package/dist/tokens/src/Theme/getters/getFontSizes.d.ts.map +1 -1
- package/dist/tokens/src/Theme/getters/getFontWeights.d.ts +7 -7
- package/dist/tokens/src/Theme/getters/getFontWeights.d.ts.map +1 -1
- package/dist/tokens/src/Theme/getters/getFonts.d.ts +7 -7
- package/dist/tokens/src/Theme/getters/getFonts.d.ts.map +1 -1
- package/dist/tokens/src/Theme/getters/getLetterSpacings.d.ts +7 -7
- package/dist/tokens/src/Theme/getters/getLetterSpacings.d.ts.map +1 -1
- package/dist/tokens/src/Theme/getters/getLineHeights.d.ts +7 -7
- package/dist/tokens/src/Theme/getters/getLineHeights.d.ts.map +1 -1
- package/dist/tokens/src/Theme/getters/getTheme.d.ts +25 -25
- package/dist/tokens/src/Theme/types.d.ts +1 -1
- package/dist/tokens/src/Theme/types.d.ts.map +1 -1
- package/dist/tokens/src/types.d.ts +1 -1
- package/dist/tokens/src/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/tokens/src/Font/constants.d.ts +0 -7
- package/dist/tokens/src/Font/constants.d.ts.map +0 -1
|
@@ -109,13 +109,6 @@ export declare const stitches: import("stitches-rn-vitality/src/types/stitches")
|
|
|
109
109
|
critical13: string;
|
|
110
110
|
};
|
|
111
111
|
fonts: {
|
|
112
|
-
body: any;
|
|
113
|
-
caption: any;
|
|
114
|
-
pageTitle: any;
|
|
115
|
-
sectionTitle: any;
|
|
116
|
-
sectionSubtitle: any;
|
|
117
|
-
button: any;
|
|
118
|
-
textInput: any;
|
|
119
112
|
display100: any;
|
|
120
113
|
display200: any;
|
|
121
114
|
display300: any;
|
|
@@ -125,9 +118,6 @@ export declare const stitches: import("stitches-rn-vitality/src/types/stitches")
|
|
|
125
118
|
display700: any;
|
|
126
119
|
display800: any;
|
|
127
120
|
display900: any;
|
|
128
|
-
default: any;
|
|
129
|
-
};
|
|
130
|
-
fontSizes: {
|
|
131
121
|
body: any;
|
|
132
122
|
caption: any;
|
|
133
123
|
pageTitle: any;
|
|
@@ -135,6 +125,9 @@ export declare const stitches: import("stitches-rn-vitality/src/types/stitches")
|
|
|
135
125
|
sectionSubtitle: any;
|
|
136
126
|
button: any;
|
|
137
127
|
textInput: any;
|
|
128
|
+
default: any;
|
|
129
|
+
};
|
|
130
|
+
fontSizes: {
|
|
138
131
|
display100: any;
|
|
139
132
|
display200: any;
|
|
140
133
|
display300: any;
|
|
@@ -144,8 +137,6 @@ export declare const stitches: import("stitches-rn-vitality/src/types/stitches")
|
|
|
144
137
|
display700: any;
|
|
145
138
|
display800: any;
|
|
146
139
|
display900: any;
|
|
147
|
-
};
|
|
148
|
-
fontWeights: {
|
|
149
140
|
body: any;
|
|
150
141
|
caption: any;
|
|
151
142
|
pageTitle: any;
|
|
@@ -153,6 +144,8 @@ export declare const stitches: import("stitches-rn-vitality/src/types/stitches")
|
|
|
153
144
|
sectionSubtitle: any;
|
|
154
145
|
button: any;
|
|
155
146
|
textInput: any;
|
|
147
|
+
};
|
|
148
|
+
fontWeights: {
|
|
156
149
|
display100: any;
|
|
157
150
|
display200: any;
|
|
158
151
|
display300: any;
|
|
@@ -162,8 +155,6 @@ export declare const stitches: import("stitches-rn-vitality/src/types/stitches")
|
|
|
162
155
|
display700: any;
|
|
163
156
|
display800: any;
|
|
164
157
|
display900: any;
|
|
165
|
-
};
|
|
166
|
-
letterSpacings: {
|
|
167
158
|
body: any;
|
|
168
159
|
caption: any;
|
|
169
160
|
pageTitle: any;
|
|
@@ -171,6 +162,8 @@ export declare const stitches: import("stitches-rn-vitality/src/types/stitches")
|
|
|
171
162
|
sectionSubtitle: any;
|
|
172
163
|
button: any;
|
|
173
164
|
textInput: any;
|
|
165
|
+
};
|
|
166
|
+
letterSpacings: {
|
|
174
167
|
display100: any;
|
|
175
168
|
display200: any;
|
|
176
169
|
display300: any;
|
|
@@ -180,8 +173,6 @@ export declare const stitches: import("stitches-rn-vitality/src/types/stitches")
|
|
|
180
173
|
display700: any;
|
|
181
174
|
display800: any;
|
|
182
175
|
display900: any;
|
|
183
|
-
};
|
|
184
|
-
lineHeights: {
|
|
185
176
|
body: any;
|
|
186
177
|
caption: any;
|
|
187
178
|
pageTitle: any;
|
|
@@ -189,6 +180,8 @@ export declare const stitches: import("stitches-rn-vitality/src/types/stitches")
|
|
|
189
180
|
sectionSubtitle: any;
|
|
190
181
|
button: any;
|
|
191
182
|
textInput: any;
|
|
183
|
+
};
|
|
184
|
+
lineHeights: {
|
|
192
185
|
display100: any;
|
|
193
186
|
display200: any;
|
|
194
187
|
display300: any;
|
|
@@ -198,6 +191,13 @@ export declare const stitches: import("stitches-rn-vitality/src/types/stitches")
|
|
|
198
191
|
display700: any;
|
|
199
192
|
display800: any;
|
|
200
193
|
display900: any;
|
|
194
|
+
body: any;
|
|
195
|
+
caption: any;
|
|
196
|
+
pageTitle: any;
|
|
197
|
+
sectionTitle: any;
|
|
198
|
+
sectionSubtitle: any;
|
|
199
|
+
button: any;
|
|
200
|
+
textInput: any;
|
|
201
201
|
};
|
|
202
202
|
radii: {
|
|
203
203
|
default: any;
|
|
@@ -345,13 +345,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
345
345
|
critical13: string;
|
|
346
346
|
};
|
|
347
347
|
fonts: {
|
|
348
|
-
body: any;
|
|
349
|
-
caption: any;
|
|
350
|
-
pageTitle: any;
|
|
351
|
-
sectionTitle: any;
|
|
352
|
-
sectionSubtitle: any;
|
|
353
|
-
button: any;
|
|
354
|
-
textInput: any;
|
|
355
348
|
display100: any;
|
|
356
349
|
display200: any;
|
|
357
350
|
display300: any;
|
|
@@ -361,9 +354,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
361
354
|
display700: any;
|
|
362
355
|
display800: any;
|
|
363
356
|
display900: any;
|
|
364
|
-
default: any;
|
|
365
|
-
};
|
|
366
|
-
fontSizes: {
|
|
367
357
|
body: any;
|
|
368
358
|
caption: any;
|
|
369
359
|
pageTitle: any;
|
|
@@ -371,6 +361,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
371
361
|
sectionSubtitle: any;
|
|
372
362
|
button: any;
|
|
373
363
|
textInput: any;
|
|
364
|
+
default: any;
|
|
365
|
+
};
|
|
366
|
+
fontSizes: {
|
|
374
367
|
display100: any;
|
|
375
368
|
display200: any;
|
|
376
369
|
display300: any;
|
|
@@ -380,8 +373,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
380
373
|
display700: any;
|
|
381
374
|
display800: any;
|
|
382
375
|
display900: any;
|
|
383
|
-
};
|
|
384
|
-
fontWeights: {
|
|
385
376
|
body: any;
|
|
386
377
|
caption: any;
|
|
387
378
|
pageTitle: any;
|
|
@@ -389,6 +380,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
389
380
|
sectionSubtitle: any;
|
|
390
381
|
button: any;
|
|
391
382
|
textInput: any;
|
|
383
|
+
};
|
|
384
|
+
fontWeights: {
|
|
392
385
|
display100: any;
|
|
393
386
|
display200: any;
|
|
394
387
|
display300: any;
|
|
@@ -398,8 +391,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
398
391
|
display700: any;
|
|
399
392
|
display800: any;
|
|
400
393
|
display900: any;
|
|
401
|
-
};
|
|
402
|
-
letterSpacings: {
|
|
403
394
|
body: any;
|
|
404
395
|
caption: any;
|
|
405
396
|
pageTitle: any;
|
|
@@ -407,6 +398,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
407
398
|
sectionSubtitle: any;
|
|
408
399
|
button: any;
|
|
409
400
|
textInput: any;
|
|
401
|
+
};
|
|
402
|
+
letterSpacings: {
|
|
410
403
|
display100: any;
|
|
411
404
|
display200: any;
|
|
412
405
|
display300: any;
|
|
@@ -416,8 +409,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
416
409
|
display700: any;
|
|
417
410
|
display800: any;
|
|
418
411
|
display900: any;
|
|
419
|
-
};
|
|
420
|
-
lineHeights: {
|
|
421
412
|
body: any;
|
|
422
413
|
caption: any;
|
|
423
414
|
pageTitle: any;
|
|
@@ -425,6 +416,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
425
416
|
sectionSubtitle: any;
|
|
426
417
|
button: any;
|
|
427
418
|
textInput: any;
|
|
419
|
+
};
|
|
420
|
+
lineHeights: {
|
|
428
421
|
display100: any;
|
|
429
422
|
display200: any;
|
|
430
423
|
display300: any;
|
|
@@ -434,6 +427,13 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
434
427
|
display700: any;
|
|
435
428
|
display800: any;
|
|
436
429
|
display900: any;
|
|
430
|
+
body: any;
|
|
431
|
+
caption: any;
|
|
432
|
+
pageTitle: any;
|
|
433
|
+
sectionTitle: any;
|
|
434
|
+
sectionSubtitle: any;
|
|
435
|
+
button: any;
|
|
436
|
+
textInput: any;
|
|
437
437
|
};
|
|
438
438
|
radii: {
|
|
439
439
|
default: any;
|
|
@@ -592,13 +592,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
592
592
|
critical13: string;
|
|
593
593
|
};
|
|
594
594
|
fonts: {
|
|
595
|
-
body: any;
|
|
596
|
-
caption: any;
|
|
597
|
-
pageTitle: any;
|
|
598
|
-
sectionTitle: any;
|
|
599
|
-
sectionSubtitle: any;
|
|
600
|
-
button: any;
|
|
601
|
-
textInput: any;
|
|
602
595
|
display100: any;
|
|
603
596
|
display200: any;
|
|
604
597
|
display300: any;
|
|
@@ -608,9 +601,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
608
601
|
display700: any;
|
|
609
602
|
display800: any;
|
|
610
603
|
display900: any;
|
|
611
|
-
default: any;
|
|
612
|
-
};
|
|
613
|
-
fontSizes: {
|
|
614
604
|
body: any;
|
|
615
605
|
caption: any;
|
|
616
606
|
pageTitle: any;
|
|
@@ -618,6 +608,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
618
608
|
sectionSubtitle: any;
|
|
619
609
|
button: any;
|
|
620
610
|
textInput: any;
|
|
611
|
+
default: any;
|
|
612
|
+
};
|
|
613
|
+
fontSizes: {
|
|
621
614
|
display100: any;
|
|
622
615
|
display200: any;
|
|
623
616
|
display300: any;
|
|
@@ -627,8 +620,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
627
620
|
display700: any;
|
|
628
621
|
display800: any;
|
|
629
622
|
display900: any;
|
|
630
|
-
};
|
|
631
|
-
fontWeights: {
|
|
632
623
|
body: any;
|
|
633
624
|
caption: any;
|
|
634
625
|
pageTitle: any;
|
|
@@ -636,6 +627,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
636
627
|
sectionSubtitle: any;
|
|
637
628
|
button: any;
|
|
638
629
|
textInput: any;
|
|
630
|
+
};
|
|
631
|
+
fontWeights: {
|
|
639
632
|
display100: any;
|
|
640
633
|
display200: any;
|
|
641
634
|
display300: any;
|
|
@@ -645,8 +638,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
645
638
|
display700: any;
|
|
646
639
|
display800: any;
|
|
647
640
|
display900: any;
|
|
648
|
-
};
|
|
649
|
-
letterSpacings: {
|
|
650
641
|
body: any;
|
|
651
642
|
caption: any;
|
|
652
643
|
pageTitle: any;
|
|
@@ -654,6 +645,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
654
645
|
sectionSubtitle: any;
|
|
655
646
|
button: any;
|
|
656
647
|
textInput: any;
|
|
648
|
+
};
|
|
649
|
+
letterSpacings: {
|
|
657
650
|
display100: any;
|
|
658
651
|
display200: any;
|
|
659
652
|
display300: any;
|
|
@@ -663,8 +656,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
663
656
|
display700: any;
|
|
664
657
|
display800: any;
|
|
665
658
|
display900: any;
|
|
666
|
-
};
|
|
667
|
-
lineHeights: {
|
|
668
659
|
body: any;
|
|
669
660
|
caption: any;
|
|
670
661
|
pageTitle: any;
|
|
@@ -672,6 +663,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
672
663
|
sectionSubtitle: any;
|
|
673
664
|
button: any;
|
|
674
665
|
textInput: any;
|
|
666
|
+
};
|
|
667
|
+
lineHeights: {
|
|
675
668
|
display100: any;
|
|
676
669
|
display200: any;
|
|
677
670
|
display300: any;
|
|
@@ -681,6 +674,13 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
681
674
|
display700: any;
|
|
682
675
|
display800: any;
|
|
683
676
|
display900: any;
|
|
677
|
+
body: any;
|
|
678
|
+
caption: any;
|
|
679
|
+
pageTitle: any;
|
|
680
|
+
sectionTitle: any;
|
|
681
|
+
sectionSubtitle: any;
|
|
682
|
+
button: any;
|
|
683
|
+
textInput: any;
|
|
684
684
|
};
|
|
685
685
|
radii: {
|
|
686
686
|
default: any;
|
|
@@ -824,13 +824,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
824
824
|
critical13: string;
|
|
825
825
|
};
|
|
826
826
|
fonts: {
|
|
827
|
-
body: any;
|
|
828
|
-
caption: any;
|
|
829
|
-
pageTitle: any;
|
|
830
|
-
sectionTitle: any;
|
|
831
|
-
sectionSubtitle: any;
|
|
832
|
-
button: any;
|
|
833
|
-
textInput: any;
|
|
834
827
|
display100: any;
|
|
835
828
|
display200: any;
|
|
836
829
|
display300: any;
|
|
@@ -840,9 +833,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
840
833
|
display700: any;
|
|
841
834
|
display800: any;
|
|
842
835
|
display900: any;
|
|
843
|
-
default: any;
|
|
844
|
-
};
|
|
845
|
-
fontSizes: {
|
|
846
836
|
body: any;
|
|
847
837
|
caption: any;
|
|
848
838
|
pageTitle: any;
|
|
@@ -850,6 +840,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
850
840
|
sectionSubtitle: any;
|
|
851
841
|
button: any;
|
|
852
842
|
textInput: any;
|
|
843
|
+
default: any;
|
|
844
|
+
};
|
|
845
|
+
fontSizes: {
|
|
853
846
|
display100: any;
|
|
854
847
|
display200: any;
|
|
855
848
|
display300: any;
|
|
@@ -859,8 +852,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
859
852
|
display700: any;
|
|
860
853
|
display800: any;
|
|
861
854
|
display900: any;
|
|
862
|
-
};
|
|
863
|
-
fontWeights: {
|
|
864
855
|
body: any;
|
|
865
856
|
caption: any;
|
|
866
857
|
pageTitle: any;
|
|
@@ -868,6 +859,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
868
859
|
sectionSubtitle: any;
|
|
869
860
|
button: any;
|
|
870
861
|
textInput: any;
|
|
862
|
+
};
|
|
863
|
+
fontWeights: {
|
|
871
864
|
display100: any;
|
|
872
865
|
display200: any;
|
|
873
866
|
display300: any;
|
|
@@ -877,8 +870,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
877
870
|
display700: any;
|
|
878
871
|
display800: any;
|
|
879
872
|
display900: any;
|
|
880
|
-
};
|
|
881
|
-
letterSpacings: {
|
|
882
873
|
body: any;
|
|
883
874
|
caption: any;
|
|
884
875
|
pageTitle: any;
|
|
@@ -886,6 +877,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
886
877
|
sectionSubtitle: any;
|
|
887
878
|
button: any;
|
|
888
879
|
textInput: any;
|
|
880
|
+
};
|
|
881
|
+
letterSpacings: {
|
|
889
882
|
display100: any;
|
|
890
883
|
display200: any;
|
|
891
884
|
display300: any;
|
|
@@ -895,8 +888,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
895
888
|
display700: any;
|
|
896
889
|
display800: any;
|
|
897
890
|
display900: any;
|
|
898
|
-
};
|
|
899
|
-
lineHeights: {
|
|
900
891
|
body: any;
|
|
901
892
|
caption: any;
|
|
902
893
|
pageTitle: any;
|
|
@@ -904,6 +895,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
904
895
|
sectionSubtitle: any;
|
|
905
896
|
button: any;
|
|
906
897
|
textInput: any;
|
|
898
|
+
};
|
|
899
|
+
lineHeights: {
|
|
907
900
|
display100: any;
|
|
908
901
|
display200: any;
|
|
909
902
|
display300: any;
|
|
@@ -913,6 +906,13 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
913
906
|
display700: any;
|
|
914
907
|
display800: any;
|
|
915
908
|
display900: any;
|
|
909
|
+
body: any;
|
|
910
|
+
caption: any;
|
|
911
|
+
pageTitle: any;
|
|
912
|
+
sectionTitle: any;
|
|
913
|
+
sectionSubtitle: any;
|
|
914
|
+
button: any;
|
|
915
|
+
textInput: any;
|
|
916
916
|
};
|
|
917
917
|
radii: {
|
|
918
918
|
default: any;
|
|
@@ -1054,13 +1054,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1054
1054
|
critical13: string;
|
|
1055
1055
|
};
|
|
1056
1056
|
fonts: {
|
|
1057
|
-
body: any;
|
|
1058
|
-
caption: any;
|
|
1059
|
-
pageTitle: any;
|
|
1060
|
-
sectionTitle: any;
|
|
1061
|
-
sectionSubtitle: any;
|
|
1062
|
-
button: any;
|
|
1063
|
-
textInput: any;
|
|
1064
1057
|
display100: any;
|
|
1065
1058
|
display200: any;
|
|
1066
1059
|
display300: any;
|
|
@@ -1070,9 +1063,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1070
1063
|
display700: any;
|
|
1071
1064
|
display800: any;
|
|
1072
1065
|
display900: any;
|
|
1073
|
-
default: any;
|
|
1074
|
-
};
|
|
1075
|
-
fontSizes: {
|
|
1076
1066
|
body: any;
|
|
1077
1067
|
caption: any;
|
|
1078
1068
|
pageTitle: any;
|
|
@@ -1080,6 +1070,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1080
1070
|
sectionSubtitle: any;
|
|
1081
1071
|
button: any;
|
|
1082
1072
|
textInput: any;
|
|
1073
|
+
default: any;
|
|
1074
|
+
};
|
|
1075
|
+
fontSizes: {
|
|
1083
1076
|
display100: any;
|
|
1084
1077
|
display200: any;
|
|
1085
1078
|
display300: any;
|
|
@@ -1089,8 +1082,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1089
1082
|
display700: any;
|
|
1090
1083
|
display800: any;
|
|
1091
1084
|
display900: any;
|
|
1092
|
-
};
|
|
1093
|
-
fontWeights: {
|
|
1094
1085
|
body: any;
|
|
1095
1086
|
caption: any;
|
|
1096
1087
|
pageTitle: any;
|
|
@@ -1098,6 +1089,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1098
1089
|
sectionSubtitle: any;
|
|
1099
1090
|
button: any;
|
|
1100
1091
|
textInput: any;
|
|
1092
|
+
};
|
|
1093
|
+
fontWeights: {
|
|
1101
1094
|
display100: any;
|
|
1102
1095
|
display200: any;
|
|
1103
1096
|
display300: any;
|
|
@@ -1107,8 +1100,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1107
1100
|
display700: any;
|
|
1108
1101
|
display800: any;
|
|
1109
1102
|
display900: any;
|
|
1110
|
-
};
|
|
1111
|
-
letterSpacings: {
|
|
1112
1103
|
body: any;
|
|
1113
1104
|
caption: any;
|
|
1114
1105
|
pageTitle: any;
|
|
@@ -1116,6 +1107,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1116
1107
|
sectionSubtitle: any;
|
|
1117
1108
|
button: any;
|
|
1118
1109
|
textInput: any;
|
|
1110
|
+
};
|
|
1111
|
+
letterSpacings: {
|
|
1119
1112
|
display100: any;
|
|
1120
1113
|
display200: any;
|
|
1121
1114
|
display300: any;
|
|
@@ -1125,8 +1118,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1125
1118
|
display700: any;
|
|
1126
1119
|
display800: any;
|
|
1127
1120
|
display900: any;
|
|
1128
|
-
};
|
|
1129
|
-
lineHeights: {
|
|
1130
1121
|
body: any;
|
|
1131
1122
|
caption: any;
|
|
1132
1123
|
pageTitle: any;
|
|
@@ -1134,6 +1125,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1134
1125
|
sectionSubtitle: any;
|
|
1135
1126
|
button: any;
|
|
1136
1127
|
textInput: any;
|
|
1128
|
+
};
|
|
1129
|
+
lineHeights: {
|
|
1137
1130
|
display100: any;
|
|
1138
1131
|
display200: any;
|
|
1139
1132
|
display300: any;
|
|
@@ -1143,6 +1136,13 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1143
1136
|
display700: any;
|
|
1144
1137
|
display800: any;
|
|
1145
1138
|
display900: any;
|
|
1139
|
+
body: any;
|
|
1140
|
+
caption: any;
|
|
1141
|
+
pageTitle: any;
|
|
1142
|
+
sectionTitle: any;
|
|
1143
|
+
sectionSubtitle: any;
|
|
1144
|
+
button: any;
|
|
1145
|
+
textInput: any;
|
|
1146
1146
|
};
|
|
1147
1147
|
radii: {
|
|
1148
1148
|
default: any;
|
|
@@ -1290,13 +1290,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1290
1290
|
critical13: string;
|
|
1291
1291
|
};
|
|
1292
1292
|
fonts: {
|
|
1293
|
-
body: any;
|
|
1294
|
-
caption: any;
|
|
1295
|
-
pageTitle: any;
|
|
1296
|
-
sectionTitle: any;
|
|
1297
|
-
sectionSubtitle: any;
|
|
1298
|
-
button: any;
|
|
1299
|
-
textInput: any;
|
|
1300
1293
|
display100: any;
|
|
1301
1294
|
display200: any;
|
|
1302
1295
|
display300: any;
|
|
@@ -1306,9 +1299,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1306
1299
|
display700: any;
|
|
1307
1300
|
display800: any;
|
|
1308
1301
|
display900: any;
|
|
1309
|
-
default: 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 keyof import("stitches-rn-vitality/sr
|
|
|
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 keyof import("stitches-rn-vitality/sr
|
|
|
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 keyof import("stitches-rn-vitality/sr
|
|
|
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 keyof import("stitches-rn-vitality/sr
|
|
|
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 keyof import("stitches-rn-vitality/sr
|
|
|
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 keyof import("stitches-rn-vitality/sr
|
|
|
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 keyof import("stitches-rn-vitality/sr
|
|
|
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 keyof import("stitches-rn-vitality/sr
|
|
|
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;
|
|
@@ -1534,13 +1534,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1534
1534
|
critical13: import("stitches-rn-vitality/src/types/theme").Token<"critical13", string, "colors">;
|
|
1535
1535
|
};
|
|
1536
1536
|
fonts: {
|
|
1537
|
-
body: import("stitches-rn-vitality/src/types/theme").Token<"body", string, "fonts">;
|
|
1538
|
-
caption: import("stitches-rn-vitality/src/types/theme").Token<"caption", string, "fonts">;
|
|
1539
|
-
pageTitle: import("stitches-rn-vitality/src/types/theme").Token<"pageTitle", string, "fonts">;
|
|
1540
|
-
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "fonts">;
|
|
1541
|
-
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "fonts">;
|
|
1542
|
-
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "fonts">;
|
|
1543
|
-
textInput: import("stitches-rn-vitality/src/types/theme").Token<"textInput", string, "fonts">;
|
|
1544
1537
|
display100: import("stitches-rn-vitality/src/types/theme").Token<"display100", string, "fonts">;
|
|
1545
1538
|
display200: import("stitches-rn-vitality/src/types/theme").Token<"display200", string, "fonts">;
|
|
1546
1539
|
display300: import("stitches-rn-vitality/src/types/theme").Token<"display300", string, "fonts">;
|
|
@@ -1550,16 +1543,16 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1550
1543
|
display700: import("stitches-rn-vitality/src/types/theme").Token<"display700", string, "fonts">;
|
|
1551
1544
|
display800: import("stitches-rn-vitality/src/types/theme").Token<"display800", string, "fonts">;
|
|
1552
1545
|
display900: import("stitches-rn-vitality/src/types/theme").Token<"display900", string, "fonts">;
|
|
1546
|
+
body: import("stitches-rn-vitality/src/types/theme").Token<"body", string, "fonts">;
|
|
1547
|
+
caption: import("stitches-rn-vitality/src/types/theme").Token<"caption", string, "fonts">;
|
|
1548
|
+
pageTitle: import("stitches-rn-vitality/src/types/theme").Token<"pageTitle", string, "fonts">;
|
|
1549
|
+
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "fonts">;
|
|
1550
|
+
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "fonts">;
|
|
1551
|
+
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "fonts">;
|
|
1552
|
+
textInput: import("stitches-rn-vitality/src/types/theme").Token<"textInput", string, "fonts">;
|
|
1553
1553
|
default: import("stitches-rn-vitality/src/types/theme").Token<"default", string, "fonts">;
|
|
1554
1554
|
};
|
|
1555
1555
|
fontSizes: {
|
|
1556
|
-
body: import("stitches-rn-vitality/src/types/theme").Token<"body", string, "fontSizes">;
|
|
1557
|
-
caption: import("stitches-rn-vitality/src/types/theme").Token<"caption", string, "fontSizes">;
|
|
1558
|
-
pageTitle: import("stitches-rn-vitality/src/types/theme").Token<"pageTitle", string, "fontSizes">;
|
|
1559
|
-
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "fontSizes">;
|
|
1560
|
-
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "fontSizes">;
|
|
1561
|
-
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "fontSizes">;
|
|
1562
|
-
textInput: import("stitches-rn-vitality/src/types/theme").Token<"textInput", string, "fontSizes">;
|
|
1563
1556
|
display100: import("stitches-rn-vitality/src/types/theme").Token<"display100", string, "fontSizes">;
|
|
1564
1557
|
display200: import("stitches-rn-vitality/src/types/theme").Token<"display200", string, "fontSizes">;
|
|
1565
1558
|
display300: import("stitches-rn-vitality/src/types/theme").Token<"display300", string, "fontSizes">;
|
|
@@ -1569,15 +1562,15 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1569
1562
|
display700: import("stitches-rn-vitality/src/types/theme").Token<"display700", string, "fontSizes">;
|
|
1570
1563
|
display800: import("stitches-rn-vitality/src/types/theme").Token<"display800", string, "fontSizes">;
|
|
1571
1564
|
display900: import("stitches-rn-vitality/src/types/theme").Token<"display900", string, "fontSizes">;
|
|
1565
|
+
body: import("stitches-rn-vitality/src/types/theme").Token<"body", string, "fontSizes">;
|
|
1566
|
+
caption: import("stitches-rn-vitality/src/types/theme").Token<"caption", string, "fontSizes">;
|
|
1567
|
+
pageTitle: import("stitches-rn-vitality/src/types/theme").Token<"pageTitle", string, "fontSizes">;
|
|
1568
|
+
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "fontSizes">;
|
|
1569
|
+
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "fontSizes">;
|
|
1570
|
+
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "fontSizes">;
|
|
1571
|
+
textInput: import("stitches-rn-vitality/src/types/theme").Token<"textInput", string, "fontSizes">;
|
|
1572
1572
|
};
|
|
1573
1573
|
fontWeights: {
|
|
1574
|
-
body: import("stitches-rn-vitality/src/types/theme").Token<"body", string, "fontWeights">;
|
|
1575
|
-
caption: import("stitches-rn-vitality/src/types/theme").Token<"caption", string, "fontWeights">;
|
|
1576
|
-
pageTitle: import("stitches-rn-vitality/src/types/theme").Token<"pageTitle", string, "fontWeights">;
|
|
1577
|
-
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "fontWeights">;
|
|
1578
|
-
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "fontWeights">;
|
|
1579
|
-
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "fontWeights">;
|
|
1580
|
-
textInput: import("stitches-rn-vitality/src/types/theme").Token<"textInput", string, "fontWeights">;
|
|
1581
1574
|
display100: import("stitches-rn-vitality/src/types/theme").Token<"display100", string, "fontWeights">;
|
|
1582
1575
|
display200: import("stitches-rn-vitality/src/types/theme").Token<"display200", string, "fontWeights">;
|
|
1583
1576
|
display300: import("stitches-rn-vitality/src/types/theme").Token<"display300", string, "fontWeights">;
|
|
@@ -1587,15 +1580,15 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1587
1580
|
display700: import("stitches-rn-vitality/src/types/theme").Token<"display700", string, "fontWeights">;
|
|
1588
1581
|
display800: import("stitches-rn-vitality/src/types/theme").Token<"display800", string, "fontWeights">;
|
|
1589
1582
|
display900: import("stitches-rn-vitality/src/types/theme").Token<"display900", string, "fontWeights">;
|
|
1583
|
+
body: import("stitches-rn-vitality/src/types/theme").Token<"body", string, "fontWeights">;
|
|
1584
|
+
caption: import("stitches-rn-vitality/src/types/theme").Token<"caption", string, "fontWeights">;
|
|
1585
|
+
pageTitle: import("stitches-rn-vitality/src/types/theme").Token<"pageTitle", string, "fontWeights">;
|
|
1586
|
+
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "fontWeights">;
|
|
1587
|
+
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "fontWeights">;
|
|
1588
|
+
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "fontWeights">;
|
|
1589
|
+
textInput: import("stitches-rn-vitality/src/types/theme").Token<"textInput", string, "fontWeights">;
|
|
1590
1590
|
};
|
|
1591
1591
|
letterSpacings: {
|
|
1592
|
-
body: import("stitches-rn-vitality/src/types/theme").Token<"body", string, "letterSpacings">;
|
|
1593
|
-
caption: import("stitches-rn-vitality/src/types/theme").Token<"caption", string, "letterSpacings">;
|
|
1594
|
-
pageTitle: import("stitches-rn-vitality/src/types/theme").Token<"pageTitle", string, "letterSpacings">;
|
|
1595
|
-
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "letterSpacings">;
|
|
1596
|
-
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "letterSpacings">;
|
|
1597
|
-
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "letterSpacings">;
|
|
1598
|
-
textInput: import("stitches-rn-vitality/src/types/theme").Token<"textInput", string, "letterSpacings">;
|
|
1599
1592
|
display100: import("stitches-rn-vitality/src/types/theme").Token<"display100", string, "letterSpacings">;
|
|
1600
1593
|
display200: import("stitches-rn-vitality/src/types/theme").Token<"display200", string, "letterSpacings">;
|
|
1601
1594
|
display300: import("stitches-rn-vitality/src/types/theme").Token<"display300", string, "letterSpacings">;
|
|
@@ -1605,15 +1598,15 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1605
1598
|
display700: import("stitches-rn-vitality/src/types/theme").Token<"display700", string, "letterSpacings">;
|
|
1606
1599
|
display800: import("stitches-rn-vitality/src/types/theme").Token<"display800", string, "letterSpacings">;
|
|
1607
1600
|
display900: import("stitches-rn-vitality/src/types/theme").Token<"display900", string, "letterSpacings">;
|
|
1601
|
+
body: import("stitches-rn-vitality/src/types/theme").Token<"body", string, "letterSpacings">;
|
|
1602
|
+
caption: import("stitches-rn-vitality/src/types/theme").Token<"caption", string, "letterSpacings">;
|
|
1603
|
+
pageTitle: import("stitches-rn-vitality/src/types/theme").Token<"pageTitle", string, "letterSpacings">;
|
|
1604
|
+
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "letterSpacings">;
|
|
1605
|
+
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "letterSpacings">;
|
|
1606
|
+
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "letterSpacings">;
|
|
1607
|
+
textInput: import("stitches-rn-vitality/src/types/theme").Token<"textInput", string, "letterSpacings">;
|
|
1608
1608
|
};
|
|
1609
1609
|
lineHeights: {
|
|
1610
|
-
body: import("stitches-rn-vitality/src/types/theme").Token<"body", string, "lineHeights">;
|
|
1611
|
-
caption: import("stitches-rn-vitality/src/types/theme").Token<"caption", string, "lineHeights">;
|
|
1612
|
-
pageTitle: import("stitches-rn-vitality/src/types/theme").Token<"pageTitle", string, "lineHeights">;
|
|
1613
|
-
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "lineHeights">;
|
|
1614
|
-
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "lineHeights">;
|
|
1615
|
-
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "lineHeights">;
|
|
1616
|
-
textInput: import("stitches-rn-vitality/src/types/theme").Token<"textInput", string, "lineHeights">;
|
|
1617
1610
|
display100: import("stitches-rn-vitality/src/types/theme").Token<"display100", string, "lineHeights">;
|
|
1618
1611
|
display200: import("stitches-rn-vitality/src/types/theme").Token<"display200", string, "lineHeights">;
|
|
1619
1612
|
display300: import("stitches-rn-vitality/src/types/theme").Token<"display300", string, "lineHeights">;
|
|
@@ -1623,6 +1616,13 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1623
1616
|
display700: import("stitches-rn-vitality/src/types/theme").Token<"display700", string, "lineHeights">;
|
|
1624
1617
|
display800: import("stitches-rn-vitality/src/types/theme").Token<"display800", string, "lineHeights">;
|
|
1625
1618
|
display900: import("stitches-rn-vitality/src/types/theme").Token<"display900", string, "lineHeights">;
|
|
1619
|
+
body: import("stitches-rn-vitality/src/types/theme").Token<"body", string, "lineHeights">;
|
|
1620
|
+
caption: import("stitches-rn-vitality/src/types/theme").Token<"caption", string, "lineHeights">;
|
|
1621
|
+
pageTitle: import("stitches-rn-vitality/src/types/theme").Token<"pageTitle", string, "lineHeights">;
|
|
1622
|
+
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "lineHeights">;
|
|
1623
|
+
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "lineHeights">;
|
|
1624
|
+
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "lineHeights">;
|
|
1625
|
+
textInput: import("stitches-rn-vitality/src/types/theme").Token<"textInput", string, "lineHeights">;
|
|
1626
1626
|
};
|
|
1627
1627
|
radii: {
|
|
1628
1628
|
default: import("stitches-rn-vitality/src/types/theme").Token<"default", string, "radii">;
|
|
@@ -1758,13 +1758,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1758
1758
|
critical13: string;
|
|
1759
1759
|
};
|
|
1760
1760
|
fonts: {
|
|
1761
|
-
body: any;
|
|
1762
|
-
caption: any;
|
|
1763
|
-
pageTitle: any;
|
|
1764
|
-
sectionTitle: any;
|
|
1765
|
-
sectionSubtitle: any;
|
|
1766
|
-
button: any;
|
|
1767
|
-
textInput: any;
|
|
1768
1761
|
display100: any;
|
|
1769
1762
|
display200: any;
|
|
1770
1763
|
display300: any;
|
|
@@ -1774,9 +1767,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1774
1767
|
display700: any;
|
|
1775
1768
|
display800: any;
|
|
1776
1769
|
display900: any;
|
|
1777
|
-
default: any;
|
|
1778
|
-
};
|
|
1779
|
-
fontSizes: {
|
|
1780
1770
|
body: any;
|
|
1781
1771
|
caption: any;
|
|
1782
1772
|
pageTitle: any;
|
|
@@ -1784,6 +1774,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1784
1774
|
sectionSubtitle: any;
|
|
1785
1775
|
button: any;
|
|
1786
1776
|
textInput: any;
|
|
1777
|
+
default: any;
|
|
1778
|
+
};
|
|
1779
|
+
fontSizes: {
|
|
1787
1780
|
display100: any;
|
|
1788
1781
|
display200: any;
|
|
1789
1782
|
display300: any;
|
|
@@ -1793,8 +1786,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1793
1786
|
display700: any;
|
|
1794
1787
|
display800: any;
|
|
1795
1788
|
display900: any;
|
|
1796
|
-
};
|
|
1797
|
-
fontWeights: {
|
|
1798
1789
|
body: any;
|
|
1799
1790
|
caption: any;
|
|
1800
1791
|
pageTitle: any;
|
|
@@ -1802,6 +1793,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1802
1793
|
sectionSubtitle: any;
|
|
1803
1794
|
button: any;
|
|
1804
1795
|
textInput: any;
|
|
1796
|
+
};
|
|
1797
|
+
fontWeights: {
|
|
1805
1798
|
display100: any;
|
|
1806
1799
|
display200: any;
|
|
1807
1800
|
display300: any;
|
|
@@ -1811,8 +1804,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1811
1804
|
display700: any;
|
|
1812
1805
|
display800: any;
|
|
1813
1806
|
display900: any;
|
|
1814
|
-
};
|
|
1815
|
-
letterSpacings: {
|
|
1816
1807
|
body: any;
|
|
1817
1808
|
caption: any;
|
|
1818
1809
|
pageTitle: any;
|
|
@@ -1820,6 +1811,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1820
1811
|
sectionSubtitle: any;
|
|
1821
1812
|
button: any;
|
|
1822
1813
|
textInput: any;
|
|
1814
|
+
};
|
|
1815
|
+
letterSpacings: {
|
|
1823
1816
|
display100: any;
|
|
1824
1817
|
display200: any;
|
|
1825
1818
|
display300: any;
|
|
@@ -1829,8 +1822,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1829
1822
|
display700: any;
|
|
1830
1823
|
display800: any;
|
|
1831
1824
|
display900: any;
|
|
1832
|
-
};
|
|
1833
|
-
lineHeights: {
|
|
1834
1825
|
body: any;
|
|
1835
1826
|
caption: any;
|
|
1836
1827
|
pageTitle: any;
|
|
@@ -1838,6 +1829,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1838
1829
|
sectionSubtitle: any;
|
|
1839
1830
|
button: any;
|
|
1840
1831
|
textInput: any;
|
|
1832
|
+
};
|
|
1833
|
+
lineHeights: {
|
|
1841
1834
|
display100: any;
|
|
1842
1835
|
display200: any;
|
|
1843
1836
|
display300: any;
|
|
@@ -1847,6 +1840,13 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1847
1840
|
display700: any;
|
|
1848
1841
|
display800: any;
|
|
1849
1842
|
display900: any;
|
|
1843
|
+
body: any;
|
|
1844
|
+
caption: any;
|
|
1845
|
+
pageTitle: any;
|
|
1846
|
+
sectionTitle: any;
|
|
1847
|
+
sectionSubtitle: any;
|
|
1848
|
+
button: any;
|
|
1849
|
+
textInput: any;
|
|
1850
1850
|
};
|
|
1851
1851
|
radii: {
|
|
1852
1852
|
default: any;
|
|
@@ -1991,13 +1991,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1991
1991
|
critical13?: string | number | boolean;
|
|
1992
1992
|
};
|
|
1993
1993
|
fonts?: {
|
|
1994
|
-
body?: string | number | boolean;
|
|
1995
|
-
caption?: string | number | boolean;
|
|
1996
|
-
pageTitle?: string | number | boolean;
|
|
1997
|
-
sectionTitle?: string | number | boolean;
|
|
1998
|
-
sectionSubtitle?: string | number | boolean;
|
|
1999
|
-
button?: string | number | boolean;
|
|
2000
|
-
textInput?: string | number | boolean;
|
|
2001
1994
|
display100?: string | number | boolean;
|
|
2002
1995
|
display200?: string | number | boolean;
|
|
2003
1996
|
display300?: string | number | boolean;
|
|
@@ -2007,9 +2000,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
2007
2000
|
display700?: string | number | boolean;
|
|
2008
2001
|
display800?: string | number | boolean;
|
|
2009
2002
|
display900?: string | number | boolean;
|
|
2010
|
-
default?: string | number | boolean;
|
|
2011
|
-
};
|
|
2012
|
-
fontSizes?: {
|
|
2013
2003
|
body?: string | number | boolean;
|
|
2014
2004
|
caption?: string | number | boolean;
|
|
2015
2005
|
pageTitle?: string | number | boolean;
|
|
@@ -2017,6 +2007,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
2017
2007
|
sectionSubtitle?: string | number | boolean;
|
|
2018
2008
|
button?: string | number | boolean;
|
|
2019
2009
|
textInput?: string | number | boolean;
|
|
2010
|
+
default?: string | number | boolean;
|
|
2011
|
+
};
|
|
2012
|
+
fontSizes?: {
|
|
2020
2013
|
display100?: string | number | boolean;
|
|
2021
2014
|
display200?: string | number | boolean;
|
|
2022
2015
|
display300?: string | number | boolean;
|
|
@@ -2026,8 +2019,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
2026
2019
|
display700?: string | number | boolean;
|
|
2027
2020
|
display800?: string | number | boolean;
|
|
2028
2021
|
display900?: string | number | boolean;
|
|
2029
|
-
};
|
|
2030
|
-
fontWeights?: {
|
|
2031
2022
|
body?: string | number | boolean;
|
|
2032
2023
|
caption?: string | number | boolean;
|
|
2033
2024
|
pageTitle?: string | number | boolean;
|
|
@@ -2035,6 +2026,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
2035
2026
|
sectionSubtitle?: string | number | boolean;
|
|
2036
2027
|
button?: string | number | boolean;
|
|
2037
2028
|
textInput?: string | number | boolean;
|
|
2029
|
+
};
|
|
2030
|
+
fontWeights?: {
|
|
2038
2031
|
display100?: string | number | boolean;
|
|
2039
2032
|
display200?: string | number | boolean;
|
|
2040
2033
|
display300?: string | number | boolean;
|
|
@@ -2044,8 +2037,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
2044
2037
|
display700?: string | number | boolean;
|
|
2045
2038
|
display800?: string | number | boolean;
|
|
2046
2039
|
display900?: string | number | boolean;
|
|
2047
|
-
};
|
|
2048
|
-
letterSpacings?: {
|
|
2049
2040
|
body?: string | number | boolean;
|
|
2050
2041
|
caption?: string | number | boolean;
|
|
2051
2042
|
pageTitle?: string | number | boolean;
|
|
@@ -2053,6 +2044,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
2053
2044
|
sectionSubtitle?: string | number | boolean;
|
|
2054
2045
|
button?: string | number | boolean;
|
|
2055
2046
|
textInput?: string | number | boolean;
|
|
2047
|
+
};
|
|
2048
|
+
letterSpacings?: {
|
|
2056
2049
|
display100?: string | number | boolean;
|
|
2057
2050
|
display200?: string | number | boolean;
|
|
2058
2051
|
display300?: string | number | boolean;
|
|
@@ -2062,8 +2055,6 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
2062
2055
|
display700?: string | number | boolean;
|
|
2063
2056
|
display800?: string | number | boolean;
|
|
2064
2057
|
display900?: string | number | boolean;
|
|
2065
|
-
};
|
|
2066
|
-
lineHeights?: {
|
|
2067
2058
|
body?: string | number | boolean;
|
|
2068
2059
|
caption?: string | number | boolean;
|
|
2069
2060
|
pageTitle?: string | number | boolean;
|
|
@@ -2071,6 +2062,8 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
2071
2062
|
sectionSubtitle?: string | number | boolean;
|
|
2072
2063
|
button?: string | number | boolean;
|
|
2073
2064
|
textInput?: string | number | boolean;
|
|
2065
|
+
};
|
|
2066
|
+
lineHeights?: {
|
|
2074
2067
|
display100?: string | number | boolean;
|
|
2075
2068
|
display200?: string | number | boolean;
|
|
2076
2069
|
display300?: string | number | boolean;
|
|
@@ -2080,6 +2073,13 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
2080
2073
|
display700?: string | number | boolean;
|
|
2081
2074
|
display800?: string | number | boolean;
|
|
2082
2075
|
display900?: string | number | boolean;
|
|
2076
|
+
body?: string | number | boolean;
|
|
2077
|
+
caption?: string | number | boolean;
|
|
2078
|
+
pageTitle?: string | number | boolean;
|
|
2079
|
+
sectionTitle?: string | number | boolean;
|
|
2080
|
+
sectionSubtitle?: string | number | boolean;
|
|
2081
|
+
button?: string | number | boolean;
|
|
2082
|
+
textInput?: string | number | boolean;
|
|
2083
2083
|
};
|
|
2084
2084
|
radii?: {
|
|
2085
2085
|
default?: string | number | boolean;
|