@vitality-ds/icons 4.0.1-alpha.5 → 4.0.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/types/icons/src/Icon/styled.d.ts +32 -32
- package/dist/types/icons/src/Icon/styles/BaseIcon.styles.d.ts +16 -16
- package/dist/types/icons/src/tsx/Icon/styled.d.ts +32 -32
- package/dist/types/icons/src/tsx/Icon/styles/BaseIcon.styles.d.ts +16 -16
- package/dist/types/system/src/stitches.config.d.ts +195 -195
- package/dist/types/tokens/src/Font/constants.d.ts +8 -4
- package/dist/types/tokens/src/Font/constants.d.ts.map +1 -1
- package/dist/types/tokens/src/Font/constants.js +9 -5
- package/dist/types/tokens/src/Font/constants.js.map +1 -1
- package/dist/types/tokens/src/Font/fontFamilies.d.ts.map +1 -1
- package/dist/types/tokens/src/Font/fontFamilies.js +5 -4
- package/dist/types/tokens/src/Font/fontFamilies.js.map +1 -1
- package/dist/types/tokens/src/Font/fontStyles.js +34 -34
- package/dist/types/tokens/src/Font/fontStyles.js.map +1 -1
- package/dist/types/tokens/src/Font/types.d.ts +1 -1
- package/dist/types/tokens/src/Font/types.d.ts.map +1 -1
- package/dist/types/tokens/src/Theme/constants.d.ts +9 -9
- package/dist/types/tokens/src/Theme/getters/getFontSizes.d.ts +9 -9
- package/dist/types/tokens/src/Theme/getters/getFontWeights.d.ts +9 -9
- package/dist/types/tokens/src/Theme/getters/getFonts.d.ts +10 -10
- package/dist/types/tokens/src/Theme/getters/getLetterSpacings.d.ts +9 -9
- package/dist/types/tokens/src/Theme/getters/getLineHeights.d.ts +9 -9
- package/dist/types/tokens/src/Theme/getters/getTheme.d.ts +46 -46
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
@@ -172,13 +172,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
172
172
|
critical13: string;
|
173
173
|
};
|
174
174
|
fonts: {
|
175
|
-
body: any;
|
176
|
-
caption: any;
|
177
|
-
pageTitle: any;
|
178
|
-
sectionTitle: any;
|
179
|
-
sectionSubtitle: any;
|
180
|
-
button: any;
|
181
|
-
textInput: any;
|
182
175
|
display100: any;
|
183
176
|
display200: any;
|
184
177
|
display300: any;
|
@@ -188,9 +181,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
188
181
|
display700: any;
|
189
182
|
display800: any;
|
190
183
|
display900: any;
|
191
|
-
default: any;
|
192
|
-
};
|
193
|
-
fontSizes: {
|
194
184
|
body: any;
|
195
185
|
caption: any;
|
196
186
|
pageTitle: any;
|
@@ -198,6 +188,9 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
198
188
|
sectionSubtitle: any;
|
199
189
|
button: any;
|
200
190
|
textInput: any;
|
191
|
+
default: any;
|
192
|
+
};
|
193
|
+
fontSizes: {
|
201
194
|
display100: any;
|
202
195
|
display200: any;
|
203
196
|
display300: any;
|
@@ -207,8 +200,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
207
200
|
display700: any;
|
208
201
|
display800: any;
|
209
202
|
display900: any;
|
210
|
-
};
|
211
|
-
fontWeights: {
|
212
203
|
body: any;
|
213
204
|
caption: any;
|
214
205
|
pageTitle: any;
|
@@ -216,6 +207,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
216
207
|
sectionSubtitle: any;
|
217
208
|
button: any;
|
218
209
|
textInput: any;
|
210
|
+
};
|
211
|
+
fontWeights: {
|
219
212
|
display100: any;
|
220
213
|
display200: any;
|
221
214
|
display300: any;
|
@@ -225,8 +218,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
225
218
|
display700: any;
|
226
219
|
display800: any;
|
227
220
|
display900: any;
|
228
|
-
};
|
229
|
-
letterSpacings: {
|
230
221
|
body: any;
|
231
222
|
caption: any;
|
232
223
|
pageTitle: any;
|
@@ -234,6 +225,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
234
225
|
sectionSubtitle: any;
|
235
226
|
button: any;
|
236
227
|
textInput: any;
|
228
|
+
};
|
229
|
+
letterSpacings: {
|
237
230
|
display100: any;
|
238
231
|
display200: any;
|
239
232
|
display300: any;
|
@@ -243,8 +236,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
243
236
|
display700: any;
|
244
237
|
display800: any;
|
245
238
|
display900: any;
|
246
|
-
};
|
247
|
-
lineHeights: {
|
248
239
|
body: any;
|
249
240
|
caption: any;
|
250
241
|
pageTitle: any;
|
@@ -252,6 +243,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
252
243
|
sectionSubtitle: any;
|
253
244
|
button: any;
|
254
245
|
textInput: any;
|
246
|
+
};
|
247
|
+
lineHeights: {
|
255
248
|
display100: any;
|
256
249
|
display200: any;
|
257
250
|
display300: any;
|
@@ -261,6 +254,13 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
261
254
|
display700: any;
|
262
255
|
display800: any;
|
263
256
|
display900: any;
|
257
|
+
body: any;
|
258
|
+
caption: any;
|
259
|
+
pageTitle: any;
|
260
|
+
sectionTitle: any;
|
261
|
+
sectionSubtitle: any;
|
262
|
+
button: any;
|
263
|
+
textInput: any;
|
264
264
|
};
|
265
265
|
radii: {
|
266
266
|
default: any;
|
@@ -404,13 +404,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
404
404
|
critical13: string;
|
405
405
|
};
|
406
406
|
fonts: {
|
407
|
-
body: any;
|
408
|
-
caption: any;
|
409
|
-
pageTitle: any;
|
410
|
-
sectionTitle: any;
|
411
|
-
sectionSubtitle: any;
|
412
|
-
button: any;
|
413
|
-
textInput: any;
|
414
407
|
display100: any;
|
415
408
|
display200: any;
|
416
409
|
display300: any;
|
@@ -420,9 +413,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
420
413
|
display700: any;
|
421
414
|
display800: any;
|
422
415
|
display900: any;
|
423
|
-
default: any;
|
424
|
-
};
|
425
|
-
fontSizes: {
|
426
416
|
body: any;
|
427
417
|
caption: any;
|
428
418
|
pageTitle: any;
|
@@ -430,6 +420,9 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
430
420
|
sectionSubtitle: any;
|
431
421
|
button: any;
|
432
422
|
textInput: any;
|
423
|
+
default: any;
|
424
|
+
};
|
425
|
+
fontSizes: {
|
433
426
|
display100: any;
|
434
427
|
display200: any;
|
435
428
|
display300: any;
|
@@ -439,8 +432,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
439
432
|
display700: any;
|
440
433
|
display800: any;
|
441
434
|
display900: any;
|
442
|
-
};
|
443
|
-
fontWeights: {
|
444
435
|
body: any;
|
445
436
|
caption: any;
|
446
437
|
pageTitle: any;
|
@@ -448,6 +439,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
448
439
|
sectionSubtitle: any;
|
449
440
|
button: any;
|
450
441
|
textInput: any;
|
442
|
+
};
|
443
|
+
fontWeights: {
|
451
444
|
display100: any;
|
452
445
|
display200: any;
|
453
446
|
display300: any;
|
@@ -457,8 +450,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
457
450
|
display700: any;
|
458
451
|
display800: any;
|
459
452
|
display900: any;
|
460
|
-
};
|
461
|
-
letterSpacings: {
|
462
453
|
body: any;
|
463
454
|
caption: any;
|
464
455
|
pageTitle: any;
|
@@ -466,6 +457,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
466
457
|
sectionSubtitle: any;
|
467
458
|
button: any;
|
468
459
|
textInput: any;
|
460
|
+
};
|
461
|
+
letterSpacings: {
|
469
462
|
display100: any;
|
470
463
|
display200: any;
|
471
464
|
display300: any;
|
@@ -475,8 +468,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
475
468
|
display700: any;
|
476
469
|
display800: any;
|
477
470
|
display900: any;
|
478
|
-
};
|
479
|
-
lineHeights: {
|
480
471
|
body: any;
|
481
472
|
caption: any;
|
482
473
|
pageTitle: any;
|
@@ -484,6 +475,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
484
475
|
sectionSubtitle: any;
|
485
476
|
button: any;
|
486
477
|
textInput: any;
|
478
|
+
};
|
479
|
+
lineHeights: {
|
487
480
|
display100: any;
|
488
481
|
display200: any;
|
489
482
|
display300: any;
|
@@ -493,6 +486,13 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
493
486
|
display700: any;
|
494
487
|
display800: any;
|
495
488
|
display900: any;
|
489
|
+
body: any;
|
490
|
+
caption: any;
|
491
|
+
pageTitle: any;
|
492
|
+
sectionTitle: any;
|
493
|
+
sectionSubtitle: any;
|
494
|
+
button: any;
|
495
|
+
textInput: any;
|
496
496
|
};
|
497
497
|
radii: {
|
498
498
|
default: any;
|
@@ -178,13 +178,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
178
178
|
critical13: string;
|
179
179
|
};
|
180
180
|
fonts: {
|
181
|
-
body: any;
|
182
|
-
caption: any;
|
183
|
-
pageTitle: any;
|
184
|
-
sectionTitle: any;
|
185
|
-
sectionSubtitle: any;
|
186
|
-
button: any;
|
187
|
-
textInput: any;
|
188
181
|
display100: any;
|
189
182
|
display200: any;
|
190
183
|
display300: any;
|
@@ -194,9 +187,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
194
187
|
display700: any;
|
195
188
|
display800: any;
|
196
189
|
display900: any;
|
197
|
-
default: any;
|
198
|
-
};
|
199
|
-
fontSizes: {
|
200
190
|
body: any;
|
201
191
|
caption: any;
|
202
192
|
pageTitle: any;
|
@@ -204,6 +194,9 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
204
194
|
sectionSubtitle: any;
|
205
195
|
button: any;
|
206
196
|
textInput: any;
|
197
|
+
default: any;
|
198
|
+
};
|
199
|
+
fontSizes: {
|
207
200
|
display100: any;
|
208
201
|
display200: any;
|
209
202
|
display300: any;
|
@@ -213,8 +206,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
213
206
|
display700: any;
|
214
207
|
display800: any;
|
215
208
|
display900: any;
|
216
|
-
};
|
217
|
-
fontWeights: {
|
218
209
|
body: any;
|
219
210
|
caption: any;
|
220
211
|
pageTitle: any;
|
@@ -222,6 +213,8 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
222
213
|
sectionSubtitle: any;
|
223
214
|
button: any;
|
224
215
|
textInput: any;
|
216
|
+
};
|
217
|
+
fontWeights: {
|
225
218
|
display100: any;
|
226
219
|
display200: any;
|
227
220
|
display300: any;
|
@@ -231,8 +224,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
231
224
|
display700: any;
|
232
225
|
display800: any;
|
233
226
|
display900: any;
|
234
|
-
};
|
235
|
-
letterSpacings: {
|
236
227
|
body: any;
|
237
228
|
caption: any;
|
238
229
|
pageTitle: any;
|
@@ -240,6 +231,8 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
240
231
|
sectionSubtitle: any;
|
241
232
|
button: any;
|
242
233
|
textInput: any;
|
234
|
+
};
|
235
|
+
letterSpacings: {
|
243
236
|
display100: any;
|
244
237
|
display200: any;
|
245
238
|
display300: any;
|
@@ -249,8 +242,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
249
242
|
display700: any;
|
250
243
|
display800: any;
|
251
244
|
display900: any;
|
252
|
-
};
|
253
|
-
lineHeights: {
|
254
245
|
body: any;
|
255
246
|
caption: any;
|
256
247
|
pageTitle: any;
|
@@ -258,6 +249,8 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
258
249
|
sectionSubtitle: any;
|
259
250
|
button: any;
|
260
251
|
textInput: any;
|
252
|
+
};
|
253
|
+
lineHeights: {
|
261
254
|
display100: any;
|
262
255
|
display200: any;
|
263
256
|
display300: any;
|
@@ -267,6 +260,13 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
267
260
|
display700: any;
|
268
261
|
display800: any;
|
269
262
|
display900: any;
|
263
|
+
body: any;
|
264
|
+
caption: any;
|
265
|
+
pageTitle: any;
|
266
|
+
sectionTitle: any;
|
267
|
+
sectionSubtitle: any;
|
268
|
+
button: any;
|
269
|
+
textInput: any;
|
270
270
|
};
|
271
271
|
radii: {
|
272
272
|
default: any;
|
@@ -172,13 +172,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
172
172
|
critical13: string;
|
173
173
|
};
|
174
174
|
fonts: {
|
175
|
-
body: any;
|
176
|
-
caption: any;
|
177
|
-
pageTitle: any;
|
178
|
-
sectionTitle: any;
|
179
|
-
sectionSubtitle: any;
|
180
|
-
button: any;
|
181
|
-
textInput: any;
|
182
175
|
display100: any;
|
183
176
|
display200: any;
|
184
177
|
display300: any;
|
@@ -188,9 +181,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
188
181
|
display700: any;
|
189
182
|
display800: any;
|
190
183
|
display900: any;
|
191
|
-
default: any;
|
192
|
-
};
|
193
|
-
fontSizes: {
|
194
184
|
body: any;
|
195
185
|
caption: any;
|
196
186
|
pageTitle: any;
|
@@ -198,6 +188,9 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
198
188
|
sectionSubtitle: any;
|
199
189
|
button: any;
|
200
190
|
textInput: any;
|
191
|
+
default: any;
|
192
|
+
};
|
193
|
+
fontSizes: {
|
201
194
|
display100: any;
|
202
195
|
display200: any;
|
203
196
|
display300: any;
|
@@ -207,8 +200,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
207
200
|
display700: any;
|
208
201
|
display800: any;
|
209
202
|
display900: any;
|
210
|
-
};
|
211
|
-
fontWeights: {
|
212
203
|
body: any;
|
213
204
|
caption: any;
|
214
205
|
pageTitle: any;
|
@@ -216,6 +207,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
216
207
|
sectionSubtitle: any;
|
217
208
|
button: any;
|
218
209
|
textInput: any;
|
210
|
+
};
|
211
|
+
fontWeights: {
|
219
212
|
display100: any;
|
220
213
|
display200: any;
|
221
214
|
display300: any;
|
@@ -225,8 +218,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
225
218
|
display700: any;
|
226
219
|
display800: any;
|
227
220
|
display900: any;
|
228
|
-
};
|
229
|
-
letterSpacings: {
|
230
221
|
body: any;
|
231
222
|
caption: any;
|
232
223
|
pageTitle: any;
|
@@ -234,6 +225,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
234
225
|
sectionSubtitle: any;
|
235
226
|
button: any;
|
236
227
|
textInput: any;
|
228
|
+
};
|
229
|
+
letterSpacings: {
|
237
230
|
display100: any;
|
238
231
|
display200: any;
|
239
232
|
display300: any;
|
@@ -243,8 +236,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
243
236
|
display700: any;
|
244
237
|
display800: any;
|
245
238
|
display900: any;
|
246
|
-
};
|
247
|
-
lineHeights: {
|
248
239
|
body: any;
|
249
240
|
caption: any;
|
250
241
|
pageTitle: any;
|
@@ -252,6 +243,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
252
243
|
sectionSubtitle: any;
|
253
244
|
button: any;
|
254
245
|
textInput: any;
|
246
|
+
};
|
247
|
+
lineHeights: {
|
255
248
|
display100: any;
|
256
249
|
display200: any;
|
257
250
|
display300: any;
|
@@ -261,6 +254,13 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
261
254
|
display700: any;
|
262
255
|
display800: any;
|
263
256
|
display900: any;
|
257
|
+
body: any;
|
258
|
+
caption: any;
|
259
|
+
pageTitle: any;
|
260
|
+
sectionTitle: any;
|
261
|
+
sectionSubtitle: any;
|
262
|
+
button: any;
|
263
|
+
textInput: any;
|
264
264
|
};
|
265
265
|
radii: {
|
266
266
|
default: any;
|
@@ -404,13 +404,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
404
404
|
critical13: string;
|
405
405
|
};
|
406
406
|
fonts: {
|
407
|
-
body: any;
|
408
|
-
caption: any;
|
409
|
-
pageTitle: any;
|
410
|
-
sectionTitle: any;
|
411
|
-
sectionSubtitle: any;
|
412
|
-
button: any;
|
413
|
-
textInput: any;
|
414
407
|
display100: any;
|
415
408
|
display200: any;
|
416
409
|
display300: any;
|
@@ -420,9 +413,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
420
413
|
display700: any;
|
421
414
|
display800: any;
|
422
415
|
display900: any;
|
423
|
-
default: any;
|
424
|
-
};
|
425
|
-
fontSizes: {
|
426
416
|
body: any;
|
427
417
|
caption: any;
|
428
418
|
pageTitle: any;
|
@@ -430,6 +420,9 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
430
420
|
sectionSubtitle: any;
|
431
421
|
button: any;
|
432
422
|
textInput: any;
|
423
|
+
default: any;
|
424
|
+
};
|
425
|
+
fontSizes: {
|
433
426
|
display100: any;
|
434
427
|
display200: any;
|
435
428
|
display300: any;
|
@@ -439,8 +432,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
439
432
|
display700: any;
|
440
433
|
display800: any;
|
441
434
|
display900: any;
|
442
|
-
};
|
443
|
-
fontWeights: {
|
444
435
|
body: any;
|
445
436
|
caption: any;
|
446
437
|
pageTitle: any;
|
@@ -448,6 +439,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
448
439
|
sectionSubtitle: any;
|
449
440
|
button: any;
|
450
441
|
textInput: any;
|
442
|
+
};
|
443
|
+
fontWeights: {
|
451
444
|
display100: any;
|
452
445
|
display200: any;
|
453
446
|
display300: any;
|
@@ -457,8 +450,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
457
450
|
display700: any;
|
458
451
|
display800: any;
|
459
452
|
display900: any;
|
460
|
-
};
|
461
|
-
letterSpacings: {
|
462
453
|
body: any;
|
463
454
|
caption: any;
|
464
455
|
pageTitle: any;
|
@@ -466,6 +457,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
466
457
|
sectionSubtitle: any;
|
467
458
|
button: any;
|
468
459
|
textInput: any;
|
460
|
+
};
|
461
|
+
letterSpacings: {
|
469
462
|
display100: any;
|
470
463
|
display200: any;
|
471
464
|
display300: any;
|
@@ -475,8 +468,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
475
468
|
display700: any;
|
476
469
|
display800: any;
|
477
470
|
display900: any;
|
478
|
-
};
|
479
|
-
lineHeights: {
|
480
471
|
body: any;
|
481
472
|
caption: any;
|
482
473
|
pageTitle: any;
|
@@ -484,6 +475,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
484
475
|
sectionSubtitle: any;
|
485
476
|
button: any;
|
486
477
|
textInput: any;
|
478
|
+
};
|
479
|
+
lineHeights: {
|
487
480
|
display100: any;
|
488
481
|
display200: any;
|
489
482
|
display300: any;
|
@@ -493,6 +486,13 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
493
486
|
display700: any;
|
494
487
|
display800: any;
|
495
488
|
display900: any;
|
489
|
+
body: any;
|
490
|
+
caption: any;
|
491
|
+
pageTitle: any;
|
492
|
+
sectionTitle: any;
|
493
|
+
sectionSubtitle: any;
|
494
|
+
button: any;
|
495
|
+
textInput: any;
|
496
496
|
};
|
497
497
|
radii: {
|
498
498
|
default: any;
|
@@ -178,13 +178,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
178
178
|
critical13: string;
|
179
179
|
};
|
180
180
|
fonts: {
|
181
|
-
body: any;
|
182
|
-
caption: any;
|
183
|
-
pageTitle: any;
|
184
|
-
sectionTitle: any;
|
185
|
-
sectionSubtitle: any;
|
186
|
-
button: any;
|
187
|
-
textInput: any;
|
188
181
|
display100: any;
|
189
182
|
display200: any;
|
190
183
|
display300: any;
|
@@ -194,9 +187,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
194
187
|
display700: any;
|
195
188
|
display800: any;
|
196
189
|
display900: any;
|
197
|
-
default: any;
|
198
|
-
};
|
199
|
-
fontSizes: {
|
200
190
|
body: any;
|
201
191
|
caption: any;
|
202
192
|
pageTitle: any;
|
@@ -204,6 +194,9 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
204
194
|
sectionSubtitle: any;
|
205
195
|
button: any;
|
206
196
|
textInput: any;
|
197
|
+
default: any;
|
198
|
+
};
|
199
|
+
fontSizes: {
|
207
200
|
display100: any;
|
208
201
|
display200: any;
|
209
202
|
display300: any;
|
@@ -213,8 +206,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
213
206
|
display700: any;
|
214
207
|
display800: any;
|
215
208
|
display900: any;
|
216
|
-
};
|
217
|
-
fontWeights: {
|
218
209
|
body: any;
|
219
210
|
caption: any;
|
220
211
|
pageTitle: any;
|
@@ -222,6 +213,8 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
222
213
|
sectionSubtitle: any;
|
223
214
|
button: any;
|
224
215
|
textInput: any;
|
216
|
+
};
|
217
|
+
fontWeights: {
|
225
218
|
display100: any;
|
226
219
|
display200: any;
|
227
220
|
display300: any;
|
@@ -231,8 +224,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
231
224
|
display700: any;
|
232
225
|
display800: any;
|
233
226
|
display900: any;
|
234
|
-
};
|
235
|
-
letterSpacings: {
|
236
227
|
body: any;
|
237
228
|
caption: any;
|
238
229
|
pageTitle: any;
|
@@ -240,6 +231,8 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
240
231
|
sectionSubtitle: any;
|
241
232
|
button: any;
|
242
233
|
textInput: any;
|
234
|
+
};
|
235
|
+
letterSpacings: {
|
243
236
|
display100: any;
|
244
237
|
display200: any;
|
245
238
|
display300: any;
|
@@ -249,8 +242,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
249
242
|
display700: any;
|
250
243
|
display800: any;
|
251
244
|
display900: any;
|
252
|
-
};
|
253
|
-
lineHeights: {
|
254
245
|
body: any;
|
255
246
|
caption: any;
|
256
247
|
pageTitle: any;
|
@@ -258,6 +249,8 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
258
249
|
sectionSubtitle: any;
|
259
250
|
button: any;
|
260
251
|
textInput: any;
|
252
|
+
};
|
253
|
+
lineHeights: {
|
261
254
|
display100: any;
|
262
255
|
display200: any;
|
263
256
|
display300: any;
|
@@ -267,6 +260,13 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
267
260
|
display700: any;
|
268
261
|
display800: any;
|
269
262
|
display900: any;
|
263
|
+
body: any;
|
264
|
+
caption: any;
|
265
|
+
pageTitle: any;
|
266
|
+
sectionTitle: any;
|
267
|
+
sectionSubtitle: any;
|
268
|
+
button: any;
|
269
|
+
textInput: any;
|
270
270
|
};
|
271
271
|
radii: {
|
272
272
|
default: any;
|