@vitality-ds/system-react-native 4.0.1-alpha.1 → 4.0.1-alpha.2
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/system-react-native/src/index.d.ts.map +1 -1
- package/dist/system-react-native/src/stitches.config.d.ts +135 -45
- package/dist/system-react-native/src/stitches.config.d.ts.map +1 -1
- package/dist/tokens/src/Font/types.d.ts +31 -10
- package/dist/tokens/src/Font/types.d.ts.map +1 -1
- package/dist/tokens/src/Theme/getters/getFontSizes.d.ts +39 -17
- package/dist/tokens/src/Theme/getters/getFontSizes.d.ts.map +1 -1
- package/dist/tokens/src/Theme/getters/getFontWeights.d.ts +39 -17
- package/dist/tokens/src/Theme/getters/getFontWeights.d.ts.map +1 -1
- package/dist/tokens/src/Theme/getters/getFonts.d.ts +41 -18
- package/dist/tokens/src/Theme/getters/getFonts.d.ts.map +1 -1
- package/dist/tokens/src/Theme/getters/getLetterSpacings.d.ts +39 -17
- package/dist/tokens/src/Theme/getters/getLetterSpacings.d.ts.map +1 -1
- package/dist/tokens/src/Theme/getters/getLineHeights.d.ts +39 -17
- package/dist/tokens/src/Theme/getters/getLineHeights.d.ts.map +1 -1
- package/dist/tokens/src/Theme/getters/getTheme.d.ts +197 -86
- package/dist/tokens/src/Theme/getters/getTheme.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,4BAA4B,EAC5B,2BAA2B,EAC3B,iBAAiB,EAClB,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,4BAA4B,EAC5B,2BAA2B,EAC3B,iBAAiB,EAClB,MAAM,qBAAqB,CAAC;AAI7B,OAAO,EACL,MAAM,EACN,GAAG,EACH,WAAW,EACX,MAAM,EACN,KAAK,EACL,aAAa,EACb,SAAS,GACV,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,YAAY,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrD,YAAY,EACV,GAAG,EACH,YAAY,EACZ,cAAc,EACd,aAAa,EACb,UAAU,GACX,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,EACL,4BAA4B,EAC5B,2BAA2B,EAC3B,aAAa,EACb,iBAAiB,GAClB,CAAC"}
|
|
@@ -124,7 +124,9 @@ export declare const stitches: import("stitches-rn-vitality/src/types/stitches")
|
|
|
124
124
|
sectionTitle: any;
|
|
125
125
|
sectionSubtitle: any;
|
|
126
126
|
button: any;
|
|
127
|
-
|
|
127
|
+
microcopy: any;
|
|
128
|
+
navTitle: any;
|
|
129
|
+
navTitleCompacted: any;
|
|
128
130
|
default: any;
|
|
129
131
|
};
|
|
130
132
|
fontSizes: {
|
|
@@ -143,7 +145,9 @@ export declare const stitches: import("stitches-rn-vitality/src/types/stitches")
|
|
|
143
145
|
sectionTitle: any;
|
|
144
146
|
sectionSubtitle: any;
|
|
145
147
|
button: any;
|
|
146
|
-
|
|
148
|
+
microcopy: any;
|
|
149
|
+
navTitle: any;
|
|
150
|
+
navTitleCompacted: any;
|
|
147
151
|
};
|
|
148
152
|
fontWeights: {
|
|
149
153
|
display100: any;
|
|
@@ -161,7 +165,9 @@ export declare const stitches: import("stitches-rn-vitality/src/types/stitches")
|
|
|
161
165
|
sectionTitle: any;
|
|
162
166
|
sectionSubtitle: any;
|
|
163
167
|
button: any;
|
|
164
|
-
|
|
168
|
+
microcopy: any;
|
|
169
|
+
navTitle: any;
|
|
170
|
+
navTitleCompacted: any;
|
|
165
171
|
};
|
|
166
172
|
letterSpacings: {
|
|
167
173
|
display100: any;
|
|
@@ -179,7 +185,9 @@ export declare const stitches: import("stitches-rn-vitality/src/types/stitches")
|
|
|
179
185
|
sectionTitle: any;
|
|
180
186
|
sectionSubtitle: any;
|
|
181
187
|
button: any;
|
|
182
|
-
|
|
188
|
+
microcopy: any;
|
|
189
|
+
navTitle: any;
|
|
190
|
+
navTitleCompacted: any;
|
|
183
191
|
};
|
|
184
192
|
lineHeights: {
|
|
185
193
|
display100: any;
|
|
@@ -197,7 +205,9 @@ export declare const stitches: import("stitches-rn-vitality/src/types/stitches")
|
|
|
197
205
|
sectionTitle: any;
|
|
198
206
|
sectionSubtitle: any;
|
|
199
207
|
button: any;
|
|
200
|
-
|
|
208
|
+
microcopy: any;
|
|
209
|
+
navTitle: any;
|
|
210
|
+
navTitleCompacted: any;
|
|
201
211
|
};
|
|
202
212
|
radii: {
|
|
203
213
|
default: any;
|
|
@@ -360,7 +370,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
360
370
|
sectionTitle: any;
|
|
361
371
|
sectionSubtitle: any;
|
|
362
372
|
button: any;
|
|
363
|
-
|
|
373
|
+
microcopy: any;
|
|
374
|
+
navTitle: any;
|
|
375
|
+
navTitleCompacted: any;
|
|
364
376
|
default: any;
|
|
365
377
|
};
|
|
366
378
|
fontSizes: {
|
|
@@ -379,7 +391,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
379
391
|
sectionTitle: any;
|
|
380
392
|
sectionSubtitle: any;
|
|
381
393
|
button: any;
|
|
382
|
-
|
|
394
|
+
microcopy: any;
|
|
395
|
+
navTitle: any;
|
|
396
|
+
navTitleCompacted: any;
|
|
383
397
|
};
|
|
384
398
|
fontWeights: {
|
|
385
399
|
display100: any;
|
|
@@ -397,7 +411,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
397
411
|
sectionTitle: any;
|
|
398
412
|
sectionSubtitle: any;
|
|
399
413
|
button: any;
|
|
400
|
-
|
|
414
|
+
microcopy: any;
|
|
415
|
+
navTitle: any;
|
|
416
|
+
navTitleCompacted: any;
|
|
401
417
|
};
|
|
402
418
|
letterSpacings: {
|
|
403
419
|
display100: any;
|
|
@@ -415,7 +431,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
415
431
|
sectionTitle: any;
|
|
416
432
|
sectionSubtitle: any;
|
|
417
433
|
button: any;
|
|
418
|
-
|
|
434
|
+
microcopy: any;
|
|
435
|
+
navTitle: any;
|
|
436
|
+
navTitleCompacted: any;
|
|
419
437
|
};
|
|
420
438
|
lineHeights: {
|
|
421
439
|
display100: any;
|
|
@@ -433,7 +451,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
433
451
|
sectionTitle: any;
|
|
434
452
|
sectionSubtitle: any;
|
|
435
453
|
button: any;
|
|
436
|
-
|
|
454
|
+
microcopy: any;
|
|
455
|
+
navTitle: any;
|
|
456
|
+
navTitleCompacted: any;
|
|
437
457
|
};
|
|
438
458
|
radii: {
|
|
439
459
|
default: any;
|
|
@@ -607,7 +627,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
607
627
|
sectionTitle: any;
|
|
608
628
|
sectionSubtitle: any;
|
|
609
629
|
button: any;
|
|
610
|
-
|
|
630
|
+
microcopy: any;
|
|
631
|
+
navTitle: any;
|
|
632
|
+
navTitleCompacted: any;
|
|
611
633
|
default: any;
|
|
612
634
|
};
|
|
613
635
|
fontSizes: {
|
|
@@ -626,7 +648,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
626
648
|
sectionTitle: any;
|
|
627
649
|
sectionSubtitle: any;
|
|
628
650
|
button: any;
|
|
629
|
-
|
|
651
|
+
microcopy: any;
|
|
652
|
+
navTitle: any;
|
|
653
|
+
navTitleCompacted: any;
|
|
630
654
|
};
|
|
631
655
|
fontWeights: {
|
|
632
656
|
display100: any;
|
|
@@ -644,7 +668,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
644
668
|
sectionTitle: any;
|
|
645
669
|
sectionSubtitle: any;
|
|
646
670
|
button: any;
|
|
647
|
-
|
|
671
|
+
microcopy: any;
|
|
672
|
+
navTitle: any;
|
|
673
|
+
navTitleCompacted: any;
|
|
648
674
|
};
|
|
649
675
|
letterSpacings: {
|
|
650
676
|
display100: any;
|
|
@@ -662,7 +688,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
662
688
|
sectionTitle: any;
|
|
663
689
|
sectionSubtitle: any;
|
|
664
690
|
button: any;
|
|
665
|
-
|
|
691
|
+
microcopy: any;
|
|
692
|
+
navTitle: any;
|
|
693
|
+
navTitleCompacted: any;
|
|
666
694
|
};
|
|
667
695
|
lineHeights: {
|
|
668
696
|
display100: any;
|
|
@@ -680,7 +708,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
680
708
|
sectionTitle: any;
|
|
681
709
|
sectionSubtitle: any;
|
|
682
710
|
button: any;
|
|
683
|
-
|
|
711
|
+
microcopy: any;
|
|
712
|
+
navTitle: any;
|
|
713
|
+
navTitleCompacted: any;
|
|
684
714
|
};
|
|
685
715
|
radii: {
|
|
686
716
|
default: any;
|
|
@@ -839,7 +869,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
839
869
|
sectionTitle: any;
|
|
840
870
|
sectionSubtitle: any;
|
|
841
871
|
button: any;
|
|
842
|
-
|
|
872
|
+
microcopy: any;
|
|
873
|
+
navTitle: any;
|
|
874
|
+
navTitleCompacted: any;
|
|
843
875
|
default: any;
|
|
844
876
|
};
|
|
845
877
|
fontSizes: {
|
|
@@ -858,7 +890,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
858
890
|
sectionTitle: any;
|
|
859
891
|
sectionSubtitle: any;
|
|
860
892
|
button: any;
|
|
861
|
-
|
|
893
|
+
microcopy: any;
|
|
894
|
+
navTitle: any;
|
|
895
|
+
navTitleCompacted: any;
|
|
862
896
|
};
|
|
863
897
|
fontWeights: {
|
|
864
898
|
display100: any;
|
|
@@ -876,7 +910,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
876
910
|
sectionTitle: any;
|
|
877
911
|
sectionSubtitle: any;
|
|
878
912
|
button: any;
|
|
879
|
-
|
|
913
|
+
microcopy: any;
|
|
914
|
+
navTitle: any;
|
|
915
|
+
navTitleCompacted: any;
|
|
880
916
|
};
|
|
881
917
|
letterSpacings: {
|
|
882
918
|
display100: any;
|
|
@@ -894,7 +930,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
894
930
|
sectionTitle: any;
|
|
895
931
|
sectionSubtitle: any;
|
|
896
932
|
button: any;
|
|
897
|
-
|
|
933
|
+
microcopy: any;
|
|
934
|
+
navTitle: any;
|
|
935
|
+
navTitleCompacted: any;
|
|
898
936
|
};
|
|
899
937
|
lineHeights: {
|
|
900
938
|
display100: any;
|
|
@@ -912,7 +950,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
912
950
|
sectionTitle: any;
|
|
913
951
|
sectionSubtitle: any;
|
|
914
952
|
button: any;
|
|
915
|
-
|
|
953
|
+
microcopy: any;
|
|
954
|
+
navTitle: any;
|
|
955
|
+
navTitleCompacted: any;
|
|
916
956
|
};
|
|
917
957
|
radii: {
|
|
918
958
|
default: any;
|
|
@@ -1069,7 +1109,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1069
1109
|
sectionTitle: any;
|
|
1070
1110
|
sectionSubtitle: any;
|
|
1071
1111
|
button: any;
|
|
1072
|
-
|
|
1112
|
+
microcopy: any;
|
|
1113
|
+
navTitle: any;
|
|
1114
|
+
navTitleCompacted: any;
|
|
1073
1115
|
default: any;
|
|
1074
1116
|
};
|
|
1075
1117
|
fontSizes: {
|
|
@@ -1088,7 +1130,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1088
1130
|
sectionTitle: any;
|
|
1089
1131
|
sectionSubtitle: any;
|
|
1090
1132
|
button: any;
|
|
1091
|
-
|
|
1133
|
+
microcopy: any;
|
|
1134
|
+
navTitle: any;
|
|
1135
|
+
navTitleCompacted: any;
|
|
1092
1136
|
};
|
|
1093
1137
|
fontWeights: {
|
|
1094
1138
|
display100: any;
|
|
@@ -1106,7 +1150,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1106
1150
|
sectionTitle: any;
|
|
1107
1151
|
sectionSubtitle: any;
|
|
1108
1152
|
button: any;
|
|
1109
|
-
|
|
1153
|
+
microcopy: any;
|
|
1154
|
+
navTitle: any;
|
|
1155
|
+
navTitleCompacted: any;
|
|
1110
1156
|
};
|
|
1111
1157
|
letterSpacings: {
|
|
1112
1158
|
display100: any;
|
|
@@ -1124,7 +1170,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1124
1170
|
sectionTitle: any;
|
|
1125
1171
|
sectionSubtitle: any;
|
|
1126
1172
|
button: any;
|
|
1127
|
-
|
|
1173
|
+
microcopy: any;
|
|
1174
|
+
navTitle: any;
|
|
1175
|
+
navTitleCompacted: any;
|
|
1128
1176
|
};
|
|
1129
1177
|
lineHeights: {
|
|
1130
1178
|
display100: any;
|
|
@@ -1142,7 +1190,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1142
1190
|
sectionTitle: any;
|
|
1143
1191
|
sectionSubtitle: any;
|
|
1144
1192
|
button: any;
|
|
1145
|
-
|
|
1193
|
+
microcopy: any;
|
|
1194
|
+
navTitle: any;
|
|
1195
|
+
navTitleCompacted: any;
|
|
1146
1196
|
};
|
|
1147
1197
|
radii: {
|
|
1148
1198
|
default: any;
|
|
@@ -1305,7 +1355,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1305
1355
|
sectionTitle: any;
|
|
1306
1356
|
sectionSubtitle: any;
|
|
1307
1357
|
button: any;
|
|
1308
|
-
|
|
1358
|
+
microcopy: any;
|
|
1359
|
+
navTitle: any;
|
|
1360
|
+
navTitleCompacted: any;
|
|
1309
1361
|
default: any;
|
|
1310
1362
|
};
|
|
1311
1363
|
fontSizes: {
|
|
@@ -1324,7 +1376,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1324
1376
|
sectionTitle: any;
|
|
1325
1377
|
sectionSubtitle: any;
|
|
1326
1378
|
button: any;
|
|
1327
|
-
|
|
1379
|
+
microcopy: any;
|
|
1380
|
+
navTitle: any;
|
|
1381
|
+
navTitleCompacted: any;
|
|
1328
1382
|
};
|
|
1329
1383
|
fontWeights: {
|
|
1330
1384
|
display100: any;
|
|
@@ -1342,7 +1396,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1342
1396
|
sectionTitle: any;
|
|
1343
1397
|
sectionSubtitle: any;
|
|
1344
1398
|
button: any;
|
|
1345
|
-
|
|
1399
|
+
microcopy: any;
|
|
1400
|
+
navTitle: any;
|
|
1401
|
+
navTitleCompacted: any;
|
|
1346
1402
|
};
|
|
1347
1403
|
letterSpacings: {
|
|
1348
1404
|
display100: any;
|
|
@@ -1360,7 +1416,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1360
1416
|
sectionTitle: any;
|
|
1361
1417
|
sectionSubtitle: any;
|
|
1362
1418
|
button: any;
|
|
1363
|
-
|
|
1419
|
+
microcopy: any;
|
|
1420
|
+
navTitle: any;
|
|
1421
|
+
navTitleCompacted: any;
|
|
1364
1422
|
};
|
|
1365
1423
|
lineHeights: {
|
|
1366
1424
|
display100: any;
|
|
@@ -1378,7 +1436,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1378
1436
|
sectionTitle: any;
|
|
1379
1437
|
sectionSubtitle: any;
|
|
1380
1438
|
button: any;
|
|
1381
|
-
|
|
1439
|
+
microcopy: any;
|
|
1440
|
+
navTitle: any;
|
|
1441
|
+
navTitleCompacted: any;
|
|
1382
1442
|
};
|
|
1383
1443
|
radii: {
|
|
1384
1444
|
default: any;
|
|
@@ -1549,7 +1609,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1549
1609
|
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "fonts">;
|
|
1550
1610
|
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "fonts">;
|
|
1551
1611
|
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "fonts">;
|
|
1552
|
-
|
|
1612
|
+
microcopy: import("stitches-rn-vitality/src/types/theme").Token<"microcopy", string, "fonts">;
|
|
1613
|
+
navTitle: import("stitches-rn-vitality/src/types/theme").Token<"navTitle", string, "fonts">;
|
|
1614
|
+
navTitleCompacted: import("stitches-rn-vitality/src/types/theme").Token<"navTitleCompacted", string, "fonts">;
|
|
1553
1615
|
default: import("stitches-rn-vitality/src/types/theme").Token<"default", string, "fonts">;
|
|
1554
1616
|
};
|
|
1555
1617
|
fontSizes: {
|
|
@@ -1568,7 +1630,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1568
1630
|
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "fontSizes">;
|
|
1569
1631
|
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "fontSizes">;
|
|
1570
1632
|
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "fontSizes">;
|
|
1571
|
-
|
|
1633
|
+
microcopy: import("stitches-rn-vitality/src/types/theme").Token<"microcopy", string, "fontSizes">;
|
|
1634
|
+
navTitle: import("stitches-rn-vitality/src/types/theme").Token<"navTitle", string, "fontSizes">;
|
|
1635
|
+
navTitleCompacted: import("stitches-rn-vitality/src/types/theme").Token<"navTitleCompacted", string, "fontSizes">;
|
|
1572
1636
|
};
|
|
1573
1637
|
fontWeights: {
|
|
1574
1638
|
display100: import("stitches-rn-vitality/src/types/theme").Token<"display100", string, "fontWeights">;
|
|
@@ -1586,7 +1650,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1586
1650
|
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "fontWeights">;
|
|
1587
1651
|
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "fontWeights">;
|
|
1588
1652
|
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "fontWeights">;
|
|
1589
|
-
|
|
1653
|
+
microcopy: import("stitches-rn-vitality/src/types/theme").Token<"microcopy", string, "fontWeights">;
|
|
1654
|
+
navTitle: import("stitches-rn-vitality/src/types/theme").Token<"navTitle", string, "fontWeights">;
|
|
1655
|
+
navTitleCompacted: import("stitches-rn-vitality/src/types/theme").Token<"navTitleCompacted", string, "fontWeights">;
|
|
1590
1656
|
};
|
|
1591
1657
|
letterSpacings: {
|
|
1592
1658
|
display100: import("stitches-rn-vitality/src/types/theme").Token<"display100", string, "letterSpacings">;
|
|
@@ -1604,7 +1670,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1604
1670
|
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "letterSpacings">;
|
|
1605
1671
|
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "letterSpacings">;
|
|
1606
1672
|
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "letterSpacings">;
|
|
1607
|
-
|
|
1673
|
+
microcopy: import("stitches-rn-vitality/src/types/theme").Token<"microcopy", string, "letterSpacings">;
|
|
1674
|
+
navTitle: import("stitches-rn-vitality/src/types/theme").Token<"navTitle", string, "letterSpacings">;
|
|
1675
|
+
navTitleCompacted: import("stitches-rn-vitality/src/types/theme").Token<"navTitleCompacted", string, "letterSpacings">;
|
|
1608
1676
|
};
|
|
1609
1677
|
lineHeights: {
|
|
1610
1678
|
display100: import("stitches-rn-vitality/src/types/theme").Token<"display100", string, "lineHeights">;
|
|
@@ -1622,7 +1690,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1622
1690
|
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "lineHeights">;
|
|
1623
1691
|
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "lineHeights">;
|
|
1624
1692
|
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "lineHeights">;
|
|
1625
|
-
|
|
1693
|
+
microcopy: import("stitches-rn-vitality/src/types/theme").Token<"microcopy", string, "lineHeights">;
|
|
1694
|
+
navTitle: import("stitches-rn-vitality/src/types/theme").Token<"navTitle", string, "lineHeights">;
|
|
1695
|
+
navTitleCompacted: import("stitches-rn-vitality/src/types/theme").Token<"navTitleCompacted", string, "lineHeights">;
|
|
1626
1696
|
};
|
|
1627
1697
|
radii: {
|
|
1628
1698
|
default: import("stitches-rn-vitality/src/types/theme").Token<"default", string, "radii">;
|
|
@@ -1773,7 +1843,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1773
1843
|
sectionTitle: any;
|
|
1774
1844
|
sectionSubtitle: any;
|
|
1775
1845
|
button: any;
|
|
1776
|
-
|
|
1846
|
+
microcopy: any;
|
|
1847
|
+
navTitle: any;
|
|
1848
|
+
navTitleCompacted: any;
|
|
1777
1849
|
default: any;
|
|
1778
1850
|
};
|
|
1779
1851
|
fontSizes: {
|
|
@@ -1792,7 +1864,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1792
1864
|
sectionTitle: any;
|
|
1793
1865
|
sectionSubtitle: any;
|
|
1794
1866
|
button: any;
|
|
1795
|
-
|
|
1867
|
+
microcopy: any;
|
|
1868
|
+
navTitle: any;
|
|
1869
|
+
navTitleCompacted: any;
|
|
1796
1870
|
};
|
|
1797
1871
|
fontWeights: {
|
|
1798
1872
|
display100: any;
|
|
@@ -1810,7 +1884,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1810
1884
|
sectionTitle: any;
|
|
1811
1885
|
sectionSubtitle: any;
|
|
1812
1886
|
button: any;
|
|
1813
|
-
|
|
1887
|
+
microcopy: any;
|
|
1888
|
+
navTitle: any;
|
|
1889
|
+
navTitleCompacted: any;
|
|
1814
1890
|
};
|
|
1815
1891
|
letterSpacings: {
|
|
1816
1892
|
display100: any;
|
|
@@ -1828,7 +1904,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1828
1904
|
sectionTitle: any;
|
|
1829
1905
|
sectionSubtitle: any;
|
|
1830
1906
|
button: any;
|
|
1831
|
-
|
|
1907
|
+
microcopy: any;
|
|
1908
|
+
navTitle: any;
|
|
1909
|
+
navTitleCompacted: any;
|
|
1832
1910
|
};
|
|
1833
1911
|
lineHeights: {
|
|
1834
1912
|
display100: any;
|
|
@@ -1846,7 +1924,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
1846
1924
|
sectionTitle: any;
|
|
1847
1925
|
sectionSubtitle: any;
|
|
1848
1926
|
button: any;
|
|
1849
|
-
|
|
1927
|
+
microcopy: any;
|
|
1928
|
+
navTitle: any;
|
|
1929
|
+
navTitleCompacted: any;
|
|
1850
1930
|
};
|
|
1851
1931
|
radii: {
|
|
1852
1932
|
default: any;
|
|
@@ -2006,7 +2086,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
2006
2086
|
sectionTitle?: string | number | boolean;
|
|
2007
2087
|
sectionSubtitle?: string | number | boolean;
|
|
2008
2088
|
button?: string | number | boolean;
|
|
2009
|
-
|
|
2089
|
+
microcopy?: string | number | boolean;
|
|
2090
|
+
navTitle?: string | number | boolean;
|
|
2091
|
+
navTitleCompacted?: string | number | boolean;
|
|
2010
2092
|
default?: string | number | boolean;
|
|
2011
2093
|
};
|
|
2012
2094
|
fontSizes?: {
|
|
@@ -2025,7 +2107,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
2025
2107
|
sectionTitle?: string | number | boolean;
|
|
2026
2108
|
sectionSubtitle?: string | number | boolean;
|
|
2027
2109
|
button?: string | number | boolean;
|
|
2028
|
-
|
|
2110
|
+
microcopy?: string | number | boolean;
|
|
2111
|
+
navTitle?: string | number | boolean;
|
|
2112
|
+
navTitleCompacted?: string | number | boolean;
|
|
2029
2113
|
};
|
|
2030
2114
|
fontWeights?: {
|
|
2031
2115
|
display100?: string | number | boolean;
|
|
@@ -2043,7 +2127,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
2043
2127
|
sectionTitle?: string | number | boolean;
|
|
2044
2128
|
sectionSubtitle?: string | number | boolean;
|
|
2045
2129
|
button?: string | number | boolean;
|
|
2046
|
-
|
|
2130
|
+
microcopy?: string | number | boolean;
|
|
2131
|
+
navTitle?: string | number | boolean;
|
|
2132
|
+
navTitleCompacted?: string | number | boolean;
|
|
2047
2133
|
};
|
|
2048
2134
|
letterSpacings?: {
|
|
2049
2135
|
display100?: string | number | boolean;
|
|
@@ -2061,7 +2147,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
2061
2147
|
sectionTitle?: string | number | boolean;
|
|
2062
2148
|
sectionSubtitle?: string | number | boolean;
|
|
2063
2149
|
button?: string | number | boolean;
|
|
2064
|
-
|
|
2150
|
+
microcopy?: string | number | boolean;
|
|
2151
|
+
navTitle?: string | number | boolean;
|
|
2152
|
+
navTitleCompacted?: string | number | boolean;
|
|
2065
2153
|
};
|
|
2066
2154
|
lineHeights?: {
|
|
2067
2155
|
display100?: string | number | boolean;
|
|
@@ -2079,7 +2167,9 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
2079
2167
|
sectionTitle?: string | number | boolean;
|
|
2080
2168
|
sectionSubtitle?: string | number | boolean;
|
|
2081
2169
|
button?: string | number | boolean;
|
|
2082
|
-
|
|
2170
|
+
microcopy?: string | number | boolean;
|
|
2171
|
+
navTitle?: string | number | boolean;
|
|
2172
|
+
navTitleCompacted?: string | number | boolean;
|
|
2083
2173
|
};
|
|
2084
2174
|
radii?: {
|
|
2085
2175
|
default?: string | number | boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stitches.config.d.ts","sourceRoot":"","sources":["../../../src/stitches.config.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"stitches.config.d.ts","sourceRoot":"","sources":["../../../src/stitches.config.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcnB,CAAC;AAEH,eAAO,MAAQ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAE,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6FAAE,aAAa,wGAC3D,CAAC;AAEX,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEpB,CAAC"}
|
|
@@ -62,25 +62,46 @@ export declare type FontStylesType = {
|
|
|
62
62
|
[styleName in RnFontStyleKeys]: FontStyleToken;
|
|
63
63
|
};
|
|
64
64
|
};
|
|
65
|
-
export declare type
|
|
66
|
-
web: string;
|
|
67
|
-
reactNative: number;
|
|
68
|
-
};
|
|
69
|
-
export declare type ThemeFontStylesType<T extends Platforms> = {
|
|
65
|
+
export declare type ThemeFontStylesType = {
|
|
70
66
|
FontFamilies: {
|
|
71
|
-
|
|
67
|
+
web: {
|
|
68
|
+
[key in FontStyleKeys | "default"]: string;
|
|
69
|
+
};
|
|
70
|
+
reactNative: {
|
|
71
|
+
[key in RnFontStyleKeys | "default"]: string;
|
|
72
|
+
};
|
|
72
73
|
};
|
|
73
74
|
FontSizes: {
|
|
74
|
-
|
|
75
|
+
web: {
|
|
76
|
+
[key in FontStyleKeys]: string;
|
|
77
|
+
};
|
|
78
|
+
reactNative: {
|
|
79
|
+
[key in RnFontStyleKeys]: string;
|
|
80
|
+
};
|
|
75
81
|
};
|
|
76
82
|
FontWeights: {
|
|
77
|
-
|
|
83
|
+
web: {
|
|
84
|
+
[key in FontStyleKeys]: number;
|
|
85
|
+
};
|
|
86
|
+
reactNative: {
|
|
87
|
+
[key in RnFontStyleKeys]: number;
|
|
88
|
+
};
|
|
78
89
|
};
|
|
79
90
|
LetterSpacings: {
|
|
80
|
-
|
|
91
|
+
web: {
|
|
92
|
+
[key in FontStyleKeys]: number;
|
|
93
|
+
};
|
|
94
|
+
reactNative: {
|
|
95
|
+
[key in RnFontStyleKeys]: number;
|
|
96
|
+
};
|
|
81
97
|
};
|
|
82
98
|
LineHeights: {
|
|
83
|
-
|
|
99
|
+
web: {
|
|
100
|
+
[key in FontStyleKeys]: number;
|
|
101
|
+
};
|
|
102
|
+
reactNative: {
|
|
103
|
+
[key in RnFontStyleKeys]: number;
|
|
104
|
+
};
|
|
84
105
|
};
|
|
85
106
|
};
|
|
86
107
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../tokens/src/Font/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAEhD;;;;GAIG;AACH,eAAO,MAAM,SAAS,QAAQ,CAAC;AAE/B,oBAAY,aAAa,GAAG;IAC1B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,SAAS,CAAC;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,WAAW,aAAc,SAAQ,SAAS;IAC9C,IAAI,EAAE,aAAa,CAAC;CACrB;AAGD,aAAK,eAAe,GAAG;IACrB,cAAc,EAAE,SAAS,GAAG,QAAQ,GAAG,UAAU,GAAG,MAAM,CAAC;IAC3D,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAChD,IAAI,EAAE,SAAS,GAAG,QAAQ,GAAG,UAAU,GAAG,MAAM,CAAC;IACjD,IAAI,EAAE,eAAe,CAAC;CACvB;AAED,oBAAY,gBAAgB,GAAG;KAC5B,QAAQ,IAAI,SAAS,GAAG;SAAG,CAAC,IAAI,MAAM,GAAG,aAAa,GAAG,eAAe;KAAE;CAC5E,CAAC;AACF,oBAAY,cAAc,GAAG;KAC1B,QAAQ,IAAI,SAAS,GAAG;SAAG,CAAC,IAAI,YAAY,GAAG,aAAa;KAAE;CAChE,CAAC;AACF,oBAAY,cAAc,GAAG,aAAa,GACxC,eAAe,GAAG;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEJ,aAAK,eAAe,GAAG;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAChD,IAAI,EAAE,eAAe,CAAC;CACvB;AAED,MAAM,WAAW,cAAe,SAAQ,SAAS;IAC/C,IAAI,EAAE,cAAc,CAAC;CACtB;AAED,oBAAY,YAAY,GACpB,MAAM,GACN,MAAM,GACN,MAAM,GACN,MAAM,GACN,MAAM,GACN,MAAM,GACN,MAAM,GACN,MAAM,GACN,MAAM,CAAC;AAEX,oBAAY,mBAAmB,GAC3B,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,YAAY,CAAC;AAEjB,oBAAY,gBAAgB,GACxB,MAAM,GACN,SAAS,GACT,WAAW,GACX,cAAc,GACd,iBAAiB,GACjB,QAAQ,GACR,WAAW,GACX,mBAAmB,CAAC;AAExB,oBAAY,eAAe,GACvB,WAAW,GACX,SAAS,GACT,MAAM,GACN,iBAAiB,GACjB,cAAc,GACd,WAAW,GACX,UAAU,GACV,mBAAmB,GACnB,QAAQ,GACR,mBAAmB,CAAC;AAExB,aAAK,aAAa,GAAG,gBAAgB,GAAG,mBAAmB,CAAC;AAE5D,oBAAY,cAAc,GAAG;IAC3B,GAAG,EAAE;SAAG,SAAS,IAAI,gBAAgB,GAAG,cAAc;KAAE,CAAC;IACzD,WAAW,EAAE;SAAG,SAAS,IAAI,eAAe,GAAG,cAAc;KAAE,CAAC;CACjE,CAAC;AAEF,oBAAY,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../tokens/src/Font/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,21 +1,43 @@
|
|
|
1
1
|
import { Platforms } from "../../types";
|
|
2
2
|
declare const _default: <T extends Platforms>(platform: T) => {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
3
|
+
web: {
|
|
4
|
+
display100: string;
|
|
5
|
+
display200: string;
|
|
6
|
+
display300: string;
|
|
7
|
+
display400: string;
|
|
8
|
+
display500: string;
|
|
9
|
+
display600: string;
|
|
10
|
+
display700: string;
|
|
11
|
+
display800: string;
|
|
12
|
+
display900: string;
|
|
13
|
+
body: string;
|
|
14
|
+
caption: string;
|
|
15
|
+
pageTitle: string;
|
|
16
|
+
sectionTitle: string;
|
|
17
|
+
sectionSubtitle: string;
|
|
18
|
+
button: string;
|
|
19
|
+
textInput: string;
|
|
20
|
+
};
|
|
21
|
+
reactNative: {
|
|
22
|
+
display100: string;
|
|
23
|
+
display200: string;
|
|
24
|
+
display300: string;
|
|
25
|
+
display400: string;
|
|
26
|
+
display500: string;
|
|
27
|
+
display600: string;
|
|
28
|
+
display700: string;
|
|
29
|
+
display800: string;
|
|
30
|
+
display900: string;
|
|
31
|
+
body: string;
|
|
32
|
+
caption: string;
|
|
33
|
+
pageTitle: string;
|
|
34
|
+
sectionTitle: string;
|
|
35
|
+
sectionSubtitle: string;
|
|
36
|
+
button: string;
|
|
37
|
+
microcopy: string;
|
|
38
|
+
navTitle: string;
|
|
39
|
+
navTitleCompacted: string;
|
|
40
|
+
};
|
|
41
|
+
}[T];
|
|
20
42
|
export default _default;
|
|
21
43
|
//# sourceMappingURL=getFontSizes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFontSizes.d.ts","sourceRoot":"","sources":["../../../../../../tokens/src/Theme/getters/getFontSizes.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC
|
|
1
|
+
{"version":3,"file":"getFontSizes.d.ts","sourceRoot":"","sources":["../../../../../../tokens/src/Theme/getters/getFontSizes.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkBxC,wBAK4C"}
|