@vitality-ds/icons 4.0.1 → 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
@@ -1,13 +1,6 @@
|
|
1
1
|
import { Platforms } from "../../types";
|
2
2
|
declare const _default: <T extends Platforms>(platform: T) => {
|
3
3
|
web: {
|
4
|
-
body: number;
|
5
|
-
caption: number;
|
6
|
-
pageTitle: number;
|
7
|
-
sectionTitle: number;
|
8
|
-
sectionSubtitle: number;
|
9
|
-
button: number;
|
10
|
-
textInput: number;
|
11
4
|
display100: number;
|
12
5
|
display200: number;
|
13
6
|
display300: number;
|
@@ -17,14 +10,15 @@ declare const _default: <T extends Platforms>(platform: T) => {
|
|
17
10
|
display700: number;
|
18
11
|
display800: number;
|
19
12
|
display900: number;
|
20
|
-
};
|
21
|
-
reactNative: {
|
22
13
|
body: number;
|
23
14
|
caption: number;
|
24
15
|
pageTitle: number;
|
25
16
|
sectionTitle: number;
|
26
17
|
sectionSubtitle: number;
|
27
18
|
button: number;
|
19
|
+
textInput: number;
|
20
|
+
};
|
21
|
+
reactNative: {
|
28
22
|
display100: number;
|
29
23
|
display200: number;
|
30
24
|
display300: number;
|
@@ -34,6 +28,12 @@ declare const _default: <T extends Platforms>(platform: T) => {
|
|
34
28
|
display700: number;
|
35
29
|
display800: number;
|
36
30
|
display900: number;
|
31
|
+
body: number;
|
32
|
+
caption: number;
|
33
|
+
pageTitle: number;
|
34
|
+
sectionTitle: number;
|
35
|
+
sectionSubtitle: number;
|
36
|
+
button: number;
|
37
37
|
microcopy: number;
|
38
38
|
navTitle: number;
|
39
39
|
navTitleCompacted: number;
|
@@ -1,13 +1,6 @@
|
|
1
1
|
import { Platforms } from "../../types";
|
2
2
|
declare const _default: <T extends Platforms>(platform: T) => {
|
3
3
|
web: {
|
4
|
-
body: string;
|
5
|
-
caption: string;
|
6
|
-
pageTitle: string;
|
7
|
-
sectionTitle: string;
|
8
|
-
sectionSubtitle: string;
|
9
|
-
button: string;
|
10
|
-
textInput: string;
|
11
4
|
display100: string;
|
12
5
|
display200: string;
|
13
6
|
display300: string;
|
@@ -17,15 +10,16 @@ declare const _default: <T extends Platforms>(platform: T) => {
|
|
17
10
|
display700: string;
|
18
11
|
display800: string;
|
19
12
|
display900: string;
|
20
|
-
default: string;
|
21
|
-
};
|
22
|
-
reactNative: {
|
23
13
|
body: string;
|
24
14
|
caption: string;
|
25
15
|
pageTitle: string;
|
26
16
|
sectionTitle: string;
|
27
17
|
sectionSubtitle: string;
|
28
18
|
button: string;
|
19
|
+
textInput: string;
|
20
|
+
default: string;
|
21
|
+
};
|
22
|
+
reactNative: {
|
29
23
|
display100: string;
|
30
24
|
display200: string;
|
31
25
|
display300: string;
|
@@ -35,6 +29,12 @@ declare const _default: <T extends Platforms>(platform: T) => {
|
|
35
29
|
display700: string;
|
36
30
|
display800: string;
|
37
31
|
display900: string;
|
32
|
+
body: string;
|
33
|
+
caption: string;
|
34
|
+
pageTitle: string;
|
35
|
+
sectionTitle: string;
|
36
|
+
sectionSubtitle: string;
|
37
|
+
button: string;
|
38
38
|
microcopy: string;
|
39
39
|
navTitle: string;
|
40
40
|
navTitleCompacted: string;
|
@@ -1,13 +1,6 @@
|
|
1
1
|
import { Platforms } from "../../types";
|
2
2
|
declare const _default: <T extends Platforms>(platform: T) => {
|
3
3
|
web: {
|
4
|
-
body: number;
|
5
|
-
caption: number;
|
6
|
-
pageTitle: number;
|
7
|
-
sectionTitle: number;
|
8
|
-
sectionSubtitle: number;
|
9
|
-
button: number;
|
10
|
-
textInput: number;
|
11
4
|
display100: number;
|
12
5
|
display200: number;
|
13
6
|
display300: number;
|
@@ -17,14 +10,15 @@ declare const _default: <T extends Platforms>(platform: T) => {
|
|
17
10
|
display700: number;
|
18
11
|
display800: number;
|
19
12
|
display900: number;
|
20
|
-
};
|
21
|
-
reactNative: {
|
22
13
|
body: number;
|
23
14
|
caption: number;
|
24
15
|
pageTitle: number;
|
25
16
|
sectionTitle: number;
|
26
17
|
sectionSubtitle: number;
|
27
18
|
button: number;
|
19
|
+
textInput: number;
|
20
|
+
};
|
21
|
+
reactNative: {
|
28
22
|
display100: number;
|
29
23
|
display200: number;
|
30
24
|
display300: number;
|
@@ -34,6 +28,12 @@ declare const _default: <T extends Platforms>(platform: T) => {
|
|
34
28
|
display700: number;
|
35
29
|
display800: number;
|
36
30
|
display900: number;
|
31
|
+
body: number;
|
32
|
+
caption: number;
|
33
|
+
pageTitle: number;
|
34
|
+
sectionTitle: number;
|
35
|
+
sectionSubtitle: number;
|
36
|
+
button: number;
|
37
37
|
microcopy: number;
|
38
38
|
navTitle: number;
|
39
39
|
navTitleCompacted: number;
|
@@ -1,13 +1,6 @@
|
|
1
1
|
import { Platforms } from "../../types";
|
2
2
|
declare const _default: <T extends Platforms>(platform: T) => {
|
3
3
|
web: {
|
4
|
-
body: number;
|
5
|
-
caption: number;
|
6
|
-
pageTitle: number;
|
7
|
-
sectionTitle: number;
|
8
|
-
sectionSubtitle: number;
|
9
|
-
button: number;
|
10
|
-
textInput: number;
|
11
4
|
display100: number;
|
12
5
|
display200: number;
|
13
6
|
display300: number;
|
@@ -17,14 +10,15 @@ declare const _default: <T extends Platforms>(platform: T) => {
|
|
17
10
|
display700: number;
|
18
11
|
display800: number;
|
19
12
|
display900: number;
|
20
|
-
};
|
21
|
-
reactNative: {
|
22
13
|
body: number;
|
23
14
|
caption: number;
|
24
15
|
pageTitle: number;
|
25
16
|
sectionTitle: number;
|
26
17
|
sectionSubtitle: number;
|
27
18
|
button: number;
|
19
|
+
textInput: number;
|
20
|
+
};
|
21
|
+
reactNative: {
|
28
22
|
display100: number;
|
29
23
|
display200: number;
|
30
24
|
display300: number;
|
@@ -34,6 +28,12 @@ declare const _default: <T extends Platforms>(platform: T) => {
|
|
34
28
|
display700: number;
|
35
29
|
display800: number;
|
36
30
|
display900: number;
|
31
|
+
body: number;
|
32
|
+
caption: number;
|
33
|
+
pageTitle: number;
|
34
|
+
sectionTitle: number;
|
35
|
+
sectionSubtitle: number;
|
36
|
+
button: number;
|
37
37
|
microcopy: number;
|
38
38
|
navTitle: number;
|
39
39
|
navTitleCompacted: number;
|
@@ -216,13 +216,6 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
|
|
216
216
|
};
|
217
217
|
fonts: {
|
218
218
|
web: {
|
219
|
-
body: string;
|
220
|
-
caption: string;
|
221
|
-
pageTitle: string;
|
222
|
-
sectionTitle: string;
|
223
|
-
sectionSubtitle: string;
|
224
|
-
button: string;
|
225
|
-
textInput: string;
|
226
219
|
display100: string;
|
227
220
|
display200: string;
|
228
221
|
display300: string;
|
@@ -232,15 +225,16 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
|
|
232
225
|
display700: string;
|
233
226
|
display800: string;
|
234
227
|
display900: string;
|
235
|
-
default: string;
|
236
|
-
};
|
237
|
-
reactNative: {
|
238
228
|
body: string;
|
239
229
|
caption: string;
|
240
230
|
pageTitle: string;
|
241
231
|
sectionTitle: string;
|
242
232
|
sectionSubtitle: string;
|
243
233
|
button: string;
|
234
|
+
textInput: string;
|
235
|
+
default: string;
|
236
|
+
};
|
237
|
+
reactNative: {
|
244
238
|
display100: string;
|
245
239
|
display200: string;
|
246
240
|
display300: string;
|
@@ -250,6 +244,12 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
|
|
250
244
|
display700: string;
|
251
245
|
display800: string;
|
252
246
|
display900: string;
|
247
|
+
body: string;
|
248
|
+
caption: string;
|
249
|
+
pageTitle: string;
|
250
|
+
sectionTitle: string;
|
251
|
+
sectionSubtitle: string;
|
252
|
+
button: string;
|
253
253
|
microcopy: string;
|
254
254
|
navTitle: string;
|
255
255
|
navTitleCompacted: string;
|
@@ -258,13 +258,6 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
|
|
258
258
|
}[T];
|
259
259
|
fontSizes: {
|
260
260
|
web: {
|
261
|
-
body: string;
|
262
|
-
caption: string;
|
263
|
-
pageTitle: string;
|
264
|
-
sectionTitle: string;
|
265
|
-
sectionSubtitle: string;
|
266
|
-
button: string;
|
267
|
-
textInput: string;
|
268
261
|
display100: string;
|
269
262
|
display200: string;
|
270
263
|
display300: string;
|
@@ -274,14 +267,15 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
|
|
274
267
|
display700: string;
|
275
268
|
display800: string;
|
276
269
|
display900: string;
|
277
|
-
};
|
278
|
-
reactNative: {
|
279
270
|
body: string;
|
280
271
|
caption: string;
|
281
272
|
pageTitle: string;
|
282
273
|
sectionTitle: string;
|
283
274
|
sectionSubtitle: string;
|
284
275
|
button: string;
|
276
|
+
textInput: string;
|
277
|
+
};
|
278
|
+
reactNative: {
|
285
279
|
display100: string;
|
286
280
|
display200: string;
|
287
281
|
display300: string;
|
@@ -291,6 +285,12 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
|
|
291
285
|
display700: string;
|
292
286
|
display800: string;
|
293
287
|
display900: string;
|
288
|
+
body: string;
|
289
|
+
caption: string;
|
290
|
+
pageTitle: string;
|
291
|
+
sectionTitle: string;
|
292
|
+
sectionSubtitle: string;
|
293
|
+
button: string;
|
294
294
|
microcopy: string;
|
295
295
|
navTitle: string;
|
296
296
|
navTitleCompacted: string;
|
@@ -298,13 +298,6 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
|
|
298
298
|
}[T];
|
299
299
|
fontWeights: {
|
300
300
|
web: {
|
301
|
-
body: number;
|
302
|
-
caption: number;
|
303
|
-
pageTitle: number;
|
304
|
-
sectionTitle: number;
|
305
|
-
sectionSubtitle: number;
|
306
|
-
button: number;
|
307
|
-
textInput: number;
|
308
301
|
display100: number;
|
309
302
|
display200: number;
|
310
303
|
display300: number;
|
@@ -314,14 +307,15 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
|
|
314
307
|
display700: number;
|
315
308
|
display800: number;
|
316
309
|
display900: number;
|
317
|
-
};
|
318
|
-
reactNative: {
|
319
310
|
body: number;
|
320
311
|
caption: number;
|
321
312
|
pageTitle: number;
|
322
313
|
sectionTitle: number;
|
323
314
|
sectionSubtitle: number;
|
324
315
|
button: number;
|
316
|
+
textInput: number;
|
317
|
+
};
|
318
|
+
reactNative: {
|
325
319
|
display100: number;
|
326
320
|
display200: number;
|
327
321
|
display300: number;
|
@@ -331,6 +325,12 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
|
|
331
325
|
display700: number;
|
332
326
|
display800: number;
|
333
327
|
display900: number;
|
328
|
+
body: number;
|
329
|
+
caption: number;
|
330
|
+
pageTitle: number;
|
331
|
+
sectionTitle: number;
|
332
|
+
sectionSubtitle: number;
|
333
|
+
button: number;
|
334
334
|
microcopy: number;
|
335
335
|
navTitle: number;
|
336
336
|
navTitleCompacted: number;
|
@@ -338,13 +338,6 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
|
|
338
338
|
}[T];
|
339
339
|
letterSpacings: {
|
340
340
|
web: {
|
341
|
-
body: number;
|
342
|
-
caption: number;
|
343
|
-
pageTitle: number;
|
344
|
-
sectionTitle: number;
|
345
|
-
sectionSubtitle: number;
|
346
|
-
button: number;
|
347
|
-
textInput: number;
|
348
341
|
display100: number;
|
349
342
|
display200: number;
|
350
343
|
display300: number;
|
@@ -354,14 +347,15 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
|
|
354
347
|
display700: number;
|
355
348
|
display800: number;
|
356
349
|
display900: number;
|
357
|
-
};
|
358
|
-
reactNative: {
|
359
350
|
body: number;
|
360
351
|
caption: number;
|
361
352
|
pageTitle: number;
|
362
353
|
sectionTitle: number;
|
363
354
|
sectionSubtitle: number;
|
364
355
|
button: number;
|
356
|
+
textInput: number;
|
357
|
+
};
|
358
|
+
reactNative: {
|
365
359
|
display100: number;
|
366
360
|
display200: number;
|
367
361
|
display300: number;
|
@@ -371,6 +365,12 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
|
|
371
365
|
display700: number;
|
372
366
|
display800: number;
|
373
367
|
display900: number;
|
368
|
+
body: number;
|
369
|
+
caption: number;
|
370
|
+
pageTitle: number;
|
371
|
+
sectionTitle: number;
|
372
|
+
sectionSubtitle: number;
|
373
|
+
button: number;
|
374
374
|
microcopy: number;
|
375
375
|
navTitle: number;
|
376
376
|
navTitleCompacted: number;
|
@@ -378,13 +378,6 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
|
|
378
378
|
}[T];
|
379
379
|
lineHeights: {
|
380
380
|
web: {
|
381
|
-
body: number;
|
382
|
-
caption: number;
|
383
|
-
pageTitle: number;
|
384
|
-
sectionTitle: number;
|
385
|
-
sectionSubtitle: number;
|
386
|
-
button: number;
|
387
|
-
textInput: number;
|
388
381
|
display100: number;
|
389
382
|
display200: number;
|
390
383
|
display300: number;
|
@@ -394,14 +387,15 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
|
|
394
387
|
display700: number;
|
395
388
|
display800: number;
|
396
389
|
display900: number;
|
397
|
-
};
|
398
|
-
reactNative: {
|
399
390
|
body: number;
|
400
391
|
caption: number;
|
401
392
|
pageTitle: number;
|
402
393
|
sectionTitle: number;
|
403
394
|
sectionSubtitle: number;
|
404
395
|
button: number;
|
396
|
+
textInput: number;
|
397
|
+
};
|
398
|
+
reactNative: {
|
405
399
|
display100: number;
|
406
400
|
display200: number;
|
407
401
|
display300: number;
|
@@ -411,6 +405,12 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
|
|
411
405
|
display700: number;
|
412
406
|
display800: number;
|
413
407
|
display900: number;
|
408
|
+
body: number;
|
409
|
+
caption: number;
|
410
|
+
pageTitle: number;
|
411
|
+
sectionTitle: number;
|
412
|
+
sectionSubtitle: number;
|
413
|
+
button: number;
|
414
414
|
microcopy: number;
|
415
415
|
navTitle: number;
|
416
416
|
navTitleCompacted: number;
|