@vitality-ds/icons 4.0.1-alpha.2 → 4.0.1-alpha.5

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.
@@ -216,6 +216,13 @@ 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;
219
226
  display100: string;
220
227
  display200: string;
221
228
  display300: string;
@@ -225,16 +232,15 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
225
232
  display700: string;
226
233
  display800: string;
227
234
  display900: string;
235
+ default: string;
236
+ };
237
+ reactNative: {
228
238
  body: string;
229
239
  caption: string;
230
240
  pageTitle: string;
231
241
  sectionTitle: string;
232
242
  sectionSubtitle: string;
233
243
  button: string;
234
- textInput: string;
235
- default: string;
236
- };
237
- reactNative: {
238
244
  display100: string;
239
245
  display200: string;
240
246
  display300: string;
@@ -244,12 +250,6 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
244
250
  display700: string;
245
251
  display800: string;
246
252
  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,6 +258,13 @@ 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;
261
268
  display100: string;
262
269
  display200: string;
263
270
  display300: string;
@@ -267,15 +274,14 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
267
274
  display700: string;
268
275
  display800: string;
269
276
  display900: string;
277
+ };
278
+ reactNative: {
270
279
  body: string;
271
280
  caption: string;
272
281
  pageTitle: string;
273
282
  sectionTitle: string;
274
283
  sectionSubtitle: string;
275
284
  button: string;
276
- textInput: string;
277
- };
278
- reactNative: {
279
285
  display100: string;
280
286
  display200: string;
281
287
  display300: string;
@@ -285,12 +291,6 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
285
291
  display700: string;
286
292
  display800: string;
287
293
  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,6 +298,13 @@ 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;
301
308
  display100: number;
302
309
  display200: number;
303
310
  display300: number;
@@ -307,15 +314,14 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
307
314
  display700: number;
308
315
  display800: number;
309
316
  display900: number;
317
+ };
318
+ reactNative: {
310
319
  body: number;
311
320
  caption: number;
312
321
  pageTitle: number;
313
322
  sectionTitle: number;
314
323
  sectionSubtitle: number;
315
324
  button: number;
316
- textInput: number;
317
- };
318
- reactNative: {
319
325
  display100: number;
320
326
  display200: number;
321
327
  display300: number;
@@ -325,12 +331,6 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
325
331
  display700: number;
326
332
  display800: number;
327
333
  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,6 +338,13 @@ 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;
341
348
  display100: number;
342
349
  display200: number;
343
350
  display300: number;
@@ -347,15 +354,14 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
347
354
  display700: number;
348
355
  display800: number;
349
356
  display900: number;
357
+ };
358
+ reactNative: {
350
359
  body: number;
351
360
  caption: number;
352
361
  pageTitle: number;
353
362
  sectionTitle: number;
354
363
  sectionSubtitle: number;
355
364
  button: number;
356
- textInput: number;
357
- };
358
- reactNative: {
359
365
  display100: number;
360
366
  display200: number;
361
367
  display300: number;
@@ -365,12 +371,6 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
365
371
  display700: number;
366
372
  display800: number;
367
373
  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,6 +378,13 @@ 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;
381
388
  display100: number;
382
389
  display200: number;
383
390
  display300: number;
@@ -387,15 +394,14 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
387
394
  display700: number;
388
395
  display800: number;
389
396
  display900: number;
397
+ };
398
+ reactNative: {
390
399
  body: number;
391
400
  caption: number;
392
401
  pageTitle: number;
393
402
  sectionTitle: number;
394
403
  sectionSubtitle: number;
395
404
  button: number;
396
- textInput: number;
397
- };
398
- reactNative: {
399
405
  display100: number;
400
406
  display200: number;
401
407
  display300: number;
@@ -405,12 +411,6 @@ declare const getTheme: <T extends Platforms>(platform: T) => {
405
411
  display700: number;
406
412
  display800: number;
407
413
  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;