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