@tamagui/config-base 1.0.1-beta.134 → 1.0.1-beta.137

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.
Files changed (43) hide show
  1. package/dist/cjs/animations.js +0 -0
  2. package/dist/cjs/animations.js.map +0 -0
  3. package/dist/cjs/animations.reanimated.js +0 -0
  4. package/dist/cjs/animations.reanimated.js.map +0 -0
  5. package/dist/cjs/createGenericFont.js +0 -0
  6. package/dist/cjs/createGenericFont.js.map +0 -0
  7. package/dist/cjs/index.js +0 -0
  8. package/dist/cjs/index.js.map +0 -0
  9. package/dist/cjs/media.js +0 -0
  10. package/dist/cjs/media.js.map +0 -0
  11. package/dist/cjs/tamagui.config.js +0 -0
  12. package/dist/cjs/tamagui.config.js.map +0 -0
  13. package/dist/esm/animations.js +0 -0
  14. package/dist/esm/animations.js.map +0 -0
  15. package/dist/esm/animations.reanimated.js +0 -0
  16. package/dist/esm/animations.reanimated.js.map +0 -0
  17. package/dist/esm/createGenericFont.js +0 -0
  18. package/dist/esm/createGenericFont.js.map +0 -0
  19. package/dist/esm/index.js +0 -0
  20. package/dist/esm/index.js.map +0 -0
  21. package/dist/esm/media.js +0 -0
  22. package/dist/esm/media.js.map +0 -0
  23. package/dist/esm/tamagui.config.js +0 -0
  24. package/dist/esm/tamagui.config.js.map +0 -0
  25. package/dist/jsx/animations.js +0 -0
  26. package/dist/jsx/animations.js.map +0 -0
  27. package/dist/jsx/animations.reanimated.js +0 -0
  28. package/dist/jsx/animations.reanimated.js.map +0 -0
  29. package/dist/jsx/createGenericFont.js +0 -0
  30. package/dist/jsx/createGenericFont.js.map +0 -0
  31. package/dist/jsx/index.js +0 -0
  32. package/dist/jsx/index.js.map +0 -0
  33. package/dist/jsx/media.js +0 -0
  34. package/dist/jsx/media.js.map +0 -0
  35. package/dist/jsx/tamagui.config.js +0 -0
  36. package/dist/jsx/tamagui.config.js.map +0 -0
  37. package/package.json +9 -9
  38. package/types/animations.d.ts +0 -0
  39. package/types/animations.reanimated.d.ts +0 -0
  40. package/types/createGenericFont.d.ts +0 -0
  41. package/types/index.d.ts +0 -0
  42. package/types/media.d.ts +0 -0
  43. package/types/tamagui.config.d.ts +62 -62
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/cjs/index.js CHANGED
File without changes
File without changes
package/dist/cjs/media.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/esm/index.js CHANGED
File without changes
File without changes
package/dist/esm/media.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/jsx/index.js CHANGED
File without changes
File without changes
package/dist/jsx/media.js CHANGED
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/config-base",
3
- "version": "1.0.1-beta.134",
3
+ "version": "1.0.1-beta.137",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -17,16 +17,16 @@
17
17
  "clean:build": "tamagui-build clean:build"
18
18
  },
19
19
  "dependencies": {
20
- "@tamagui/animations-react-native": "^1.0.1-beta.134",
21
- "@tamagui/colors": "^1.0.1-beta.134",
22
- "@tamagui/core": "^1.0.1-beta.134",
23
- "@tamagui/font-inter": "^1.0.1-beta.134",
24
- "@tamagui/font-silkscreen": "^1.0.1-beta.134",
25
- "@tamagui/shorthands": "^1.0.1-beta.134",
26
- "@tamagui/theme-base": "^1.0.1-beta.134"
20
+ "@tamagui/animations-react-native": "^1.0.1-beta.137",
21
+ "@tamagui/colors": "^1.0.1-beta.137",
22
+ "@tamagui/core": "^1.0.1-beta.137",
23
+ "@tamagui/font-inter": "^1.0.1-beta.137",
24
+ "@tamagui/font-silkscreen": "^1.0.1-beta.137",
25
+ "@tamagui/shorthands": "^1.0.1-beta.137",
26
+ "@tamagui/theme-base": "^1.0.1-beta.137"
27
27
  },
28
28
  "devDependencies": {
29
- "@tamagui/build": "^1.0.1-beta.134"
29
+ "@tamagui/build": "^1.0.1-beta.137"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"
File without changes
File without changes
File without changes
package/types/index.d.ts CHANGED
File without changes
package/types/media.d.ts CHANGED
File without changes
@@ -1563,7 +1563,7 @@ export declare const config: {
1563
1563
  blue11: string | import("@tamagui/core").Variable<any>;
1564
1564
  blue12: string | import("@tamagui/core").Variable<any>;
1565
1565
  };
1566
- readonly light_blue_alt3: {
1566
+ readonly light_blue_alt1: {
1567
1567
  background: any;
1568
1568
  backgroundStrong: any;
1569
1569
  backgroundSoft: any;
@@ -1873,7 +1873,7 @@ export declare const config: {
1873
1873
  blue11: string | import("@tamagui/core").Variable<any>;
1874
1874
  blue12: string | import("@tamagui/core").Variable<any>;
1875
1875
  };
1876
- readonly light_blue_alt1: {
1876
+ readonly light_blue_alt3: {
1877
1877
  background: any;
1878
1878
  backgroundStrong: any;
1879
1879
  backgroundSoft: any;
@@ -2028,7 +2028,7 @@ export declare const config: {
2028
2028
  blue11: string | import("@tamagui/core").Variable<any>;
2029
2029
  blue12: string | import("@tamagui/core").Variable<any>;
2030
2030
  };
2031
- readonly light_gray_alt3: {
2031
+ readonly light_gray_alt1: {
2032
2032
  background: any;
2033
2033
  backgroundStrong: any;
2034
2034
  backgroundSoft: any;
@@ -2338,7 +2338,7 @@ export declare const config: {
2338
2338
  blue11: string | import("@tamagui/core").Variable<any>;
2339
2339
  blue12: string | import("@tamagui/core").Variable<any>;
2340
2340
  };
2341
- readonly light_gray_alt1: {
2341
+ readonly light_gray_alt3: {
2342
2342
  background: any;
2343
2343
  backgroundStrong: any;
2344
2344
  backgroundSoft: any;
@@ -2493,7 +2493,7 @@ export declare const config: {
2493
2493
  blue11: string | import("@tamagui/core").Variable<any>;
2494
2494
  blue12: string | import("@tamagui/core").Variable<any>;
2495
2495
  };
2496
- readonly light_green_alt3: {
2496
+ readonly light_green_alt1: {
2497
2497
  background: any;
2498
2498
  backgroundStrong: any;
2499
2499
  backgroundSoft: any;
@@ -2803,7 +2803,7 @@ export declare const config: {
2803
2803
  blue11: string | import("@tamagui/core").Variable<any>;
2804
2804
  blue12: string | import("@tamagui/core").Variable<any>;
2805
2805
  };
2806
- readonly light_green_alt1: {
2806
+ readonly light_green_alt3: {
2807
2807
  background: any;
2808
2808
  backgroundStrong: any;
2809
2809
  backgroundSoft: any;
@@ -2958,7 +2958,7 @@ export declare const config: {
2958
2958
  blue11: string | import("@tamagui/core").Variable<any>;
2959
2959
  blue12: string | import("@tamagui/core").Variable<any>;
2960
2960
  };
2961
- readonly light_orange_alt3: {
2961
+ readonly light_orange_alt1: {
2962
2962
  background: any;
2963
2963
  backgroundStrong: any;
2964
2964
  backgroundSoft: any;
@@ -3268,7 +3268,7 @@ export declare const config: {
3268
3268
  blue11: string | import("@tamagui/core").Variable<any>;
3269
3269
  blue12: string | import("@tamagui/core").Variable<any>;
3270
3270
  };
3271
- readonly light_orange_alt1: {
3271
+ readonly light_orange_alt3: {
3272
3272
  background: any;
3273
3273
  backgroundStrong: any;
3274
3274
  backgroundSoft: any;
@@ -3423,7 +3423,7 @@ export declare const config: {
3423
3423
  blue11: string | import("@tamagui/core").Variable<any>;
3424
3424
  blue12: string | import("@tamagui/core").Variable<any>;
3425
3425
  };
3426
- readonly light_pink_alt3: {
3426
+ readonly light_pink_alt1: {
3427
3427
  background: any;
3428
3428
  backgroundStrong: any;
3429
3429
  backgroundSoft: any;
@@ -3733,7 +3733,7 @@ export declare const config: {
3733
3733
  blue11: string | import("@tamagui/core").Variable<any>;
3734
3734
  blue12: string | import("@tamagui/core").Variable<any>;
3735
3735
  };
3736
- readonly light_pink_alt1: {
3736
+ readonly light_pink_alt3: {
3737
3737
  background: any;
3738
3738
  backgroundStrong: any;
3739
3739
  backgroundSoft: any;
@@ -3888,7 +3888,7 @@ export declare const config: {
3888
3888
  blue11: string | import("@tamagui/core").Variable<any>;
3889
3889
  blue12: string | import("@tamagui/core").Variable<any>;
3890
3890
  };
3891
- readonly light_purple_alt3: {
3891
+ readonly light_purple_alt1: {
3892
3892
  background: any;
3893
3893
  backgroundStrong: any;
3894
3894
  backgroundSoft: any;
@@ -4198,7 +4198,7 @@ export declare const config: {
4198
4198
  blue11: string | import("@tamagui/core").Variable<any>;
4199
4199
  blue12: string | import("@tamagui/core").Variable<any>;
4200
4200
  };
4201
- readonly light_purple_alt1: {
4201
+ readonly light_purple_alt3: {
4202
4202
  background: any;
4203
4203
  backgroundStrong: any;
4204
4204
  backgroundSoft: any;
@@ -4353,7 +4353,7 @@ export declare const config: {
4353
4353
  blue11: string | import("@tamagui/core").Variable<any>;
4354
4354
  blue12: string | import("@tamagui/core").Variable<any>;
4355
4355
  };
4356
- readonly light_red_alt3: {
4356
+ readonly light_red_alt1: {
4357
4357
  background: any;
4358
4358
  backgroundStrong: any;
4359
4359
  backgroundSoft: any;
@@ -4663,7 +4663,7 @@ export declare const config: {
4663
4663
  blue11: string | import("@tamagui/core").Variable<any>;
4664
4664
  blue12: string | import("@tamagui/core").Variable<any>;
4665
4665
  };
4666
- readonly light_red_alt1: {
4666
+ readonly light_red_alt3: {
4667
4667
  background: any;
4668
4668
  backgroundStrong: any;
4669
4669
  backgroundSoft: any;
@@ -4818,7 +4818,7 @@ export declare const config: {
4818
4818
  blue11: string | import("@tamagui/core").Variable<any>;
4819
4819
  blue12: string | import("@tamagui/core").Variable<any>;
4820
4820
  };
4821
- readonly light_yellow_alt3: {
4821
+ readonly light_yellow_alt1: {
4822
4822
  background: any;
4823
4823
  backgroundStrong: any;
4824
4824
  backgroundSoft: any;
@@ -5128,7 +5128,7 @@ export declare const config: {
5128
5128
  blue11: string | import("@tamagui/core").Variable<any>;
5129
5129
  blue12: string | import("@tamagui/core").Variable<any>;
5130
5130
  };
5131
- readonly light_yellow_alt1: {
5131
+ readonly light_yellow_alt3: {
5132
5132
  background: any;
5133
5133
  backgroundStrong: any;
5134
5134
  backgroundSoft: any;
@@ -5283,7 +5283,7 @@ export declare const config: {
5283
5283
  blue11: string | import("@tamagui/core").Variable<any>;
5284
5284
  blue12: string | import("@tamagui/core").Variable<any>;
5285
5285
  };
5286
- readonly light_teal_alt3: {
5286
+ readonly light_teal_alt1: {
5287
5287
  background: any;
5288
5288
  backgroundStrong: any;
5289
5289
  backgroundSoft: any;
@@ -5593,7 +5593,7 @@ export declare const config: {
5593
5593
  blue11: string | import("@tamagui/core").Variable<any>;
5594
5594
  blue12: string | import("@tamagui/core").Variable<any>;
5595
5595
  };
5596
- readonly light_teal_alt1: {
5596
+ readonly light_teal_alt3: {
5597
5597
  background: any;
5598
5598
  backgroundStrong: any;
5599
5599
  backgroundSoft: any;
@@ -5748,7 +5748,7 @@ export declare const config: {
5748
5748
  blue11: string | import("@tamagui/core").Variable<any>;
5749
5749
  blue12: string | import("@tamagui/core").Variable<any>;
5750
5750
  };
5751
- readonly dark_blue_alt3: {
5751
+ readonly dark_blue_alt1: {
5752
5752
  background: any;
5753
5753
  backgroundStrong: any;
5754
5754
  backgroundSoft: any;
@@ -6058,7 +6058,7 @@ export declare const config: {
6058
6058
  blue11: string | import("@tamagui/core").Variable<any>;
6059
6059
  blue12: string | import("@tamagui/core").Variable<any>;
6060
6060
  };
6061
- readonly dark_blue_alt1: {
6061
+ readonly dark_blue_alt3: {
6062
6062
  background: any;
6063
6063
  backgroundStrong: any;
6064
6064
  backgroundSoft: any;
@@ -6213,7 +6213,7 @@ export declare const config: {
6213
6213
  blue11: string | import("@tamagui/core").Variable<any>;
6214
6214
  blue12: string | import("@tamagui/core").Variable<any>;
6215
6215
  };
6216
- readonly dark_gray_alt3: {
6216
+ readonly dark_gray_alt1: {
6217
6217
  background: any;
6218
6218
  backgroundStrong: any;
6219
6219
  backgroundSoft: any;
@@ -6523,7 +6523,7 @@ export declare const config: {
6523
6523
  blue11: string | import("@tamagui/core").Variable<any>;
6524
6524
  blue12: string | import("@tamagui/core").Variable<any>;
6525
6525
  };
6526
- readonly dark_gray_alt1: {
6526
+ readonly dark_gray_alt3: {
6527
6527
  background: any;
6528
6528
  backgroundStrong: any;
6529
6529
  backgroundSoft: any;
@@ -6678,7 +6678,7 @@ export declare const config: {
6678
6678
  blue11: string | import("@tamagui/core").Variable<any>;
6679
6679
  blue12: string | import("@tamagui/core").Variable<any>;
6680
6680
  };
6681
- readonly dark_green_alt3: {
6681
+ readonly dark_green_alt1: {
6682
6682
  background: any;
6683
6683
  backgroundStrong: any;
6684
6684
  backgroundSoft: any;
@@ -6988,7 +6988,7 @@ export declare const config: {
6988
6988
  blue11: string | import("@tamagui/core").Variable<any>;
6989
6989
  blue12: string | import("@tamagui/core").Variable<any>;
6990
6990
  };
6991
- readonly dark_green_alt1: {
6991
+ readonly dark_green_alt3: {
6992
6992
  background: any;
6993
6993
  backgroundStrong: any;
6994
6994
  backgroundSoft: any;
@@ -7143,7 +7143,7 @@ export declare const config: {
7143
7143
  blue11: string | import("@tamagui/core").Variable<any>;
7144
7144
  blue12: string | import("@tamagui/core").Variable<any>;
7145
7145
  };
7146
- readonly dark_orange_alt3: {
7146
+ readonly dark_orange_alt1: {
7147
7147
  background: any;
7148
7148
  backgroundStrong: any;
7149
7149
  backgroundSoft: any;
@@ -7453,7 +7453,7 @@ export declare const config: {
7453
7453
  blue11: string | import("@tamagui/core").Variable<any>;
7454
7454
  blue12: string | import("@tamagui/core").Variable<any>;
7455
7455
  };
7456
- readonly dark_orange_alt1: {
7456
+ readonly dark_orange_alt3: {
7457
7457
  background: any;
7458
7458
  backgroundStrong: any;
7459
7459
  backgroundSoft: any;
@@ -7608,7 +7608,7 @@ export declare const config: {
7608
7608
  blue11: string | import("@tamagui/core").Variable<any>;
7609
7609
  blue12: string | import("@tamagui/core").Variable<any>;
7610
7610
  };
7611
- readonly dark_pink_alt3: {
7611
+ readonly dark_pink_alt1: {
7612
7612
  background: any;
7613
7613
  backgroundStrong: any;
7614
7614
  backgroundSoft: any;
@@ -7918,7 +7918,7 @@ export declare const config: {
7918
7918
  blue11: string | import("@tamagui/core").Variable<any>;
7919
7919
  blue12: string | import("@tamagui/core").Variable<any>;
7920
7920
  };
7921
- readonly dark_pink_alt1: {
7921
+ readonly dark_pink_alt3: {
7922
7922
  background: any;
7923
7923
  backgroundStrong: any;
7924
7924
  backgroundSoft: any;
@@ -8073,7 +8073,7 @@ export declare const config: {
8073
8073
  blue11: string | import("@tamagui/core").Variable<any>;
8074
8074
  blue12: string | import("@tamagui/core").Variable<any>;
8075
8075
  };
8076
- readonly dark_purple_alt3: {
8076
+ readonly dark_purple_alt1: {
8077
8077
  background: any;
8078
8078
  backgroundStrong: any;
8079
8079
  backgroundSoft: any;
@@ -8383,7 +8383,7 @@ export declare const config: {
8383
8383
  blue11: string | import("@tamagui/core").Variable<any>;
8384
8384
  blue12: string | import("@tamagui/core").Variable<any>;
8385
8385
  };
8386
- readonly dark_purple_alt1: {
8386
+ readonly dark_purple_alt3: {
8387
8387
  background: any;
8388
8388
  backgroundStrong: any;
8389
8389
  backgroundSoft: any;
@@ -8538,7 +8538,7 @@ export declare const config: {
8538
8538
  blue11: string | import("@tamagui/core").Variable<any>;
8539
8539
  blue12: string | import("@tamagui/core").Variable<any>;
8540
8540
  };
8541
- readonly dark_red_alt3: {
8541
+ readonly dark_red_alt1: {
8542
8542
  background: any;
8543
8543
  backgroundStrong: any;
8544
8544
  backgroundSoft: any;
@@ -8848,7 +8848,7 @@ export declare const config: {
8848
8848
  blue11: string | import("@tamagui/core").Variable<any>;
8849
8849
  blue12: string | import("@tamagui/core").Variable<any>;
8850
8850
  };
8851
- readonly dark_red_alt1: {
8851
+ readonly dark_red_alt3: {
8852
8852
  background: any;
8853
8853
  backgroundStrong: any;
8854
8854
  backgroundSoft: any;
@@ -9003,7 +9003,7 @@ export declare const config: {
9003
9003
  blue11: string | import("@tamagui/core").Variable<any>;
9004
9004
  blue12: string | import("@tamagui/core").Variable<any>;
9005
9005
  };
9006
- readonly dark_yellow_alt3: {
9006
+ readonly dark_yellow_alt1: {
9007
9007
  background: any;
9008
9008
  backgroundStrong: any;
9009
9009
  backgroundSoft: any;
@@ -9313,7 +9313,7 @@ export declare const config: {
9313
9313
  blue11: string | import("@tamagui/core").Variable<any>;
9314
9314
  blue12: string | import("@tamagui/core").Variable<any>;
9315
9315
  };
9316
- readonly dark_yellow_alt1: {
9316
+ readonly dark_yellow_alt3: {
9317
9317
  background: any;
9318
9318
  backgroundStrong: any;
9319
9319
  backgroundSoft: any;
@@ -9468,7 +9468,7 @@ export declare const config: {
9468
9468
  blue11: string | import("@tamagui/core").Variable<any>;
9469
9469
  blue12: string | import("@tamagui/core").Variable<any>;
9470
9470
  };
9471
- readonly dark_teal_alt3: {
9471
+ readonly dark_teal_alt1: {
9472
9472
  background: any;
9473
9473
  backgroundStrong: any;
9474
9474
  backgroundSoft: any;
@@ -9778,7 +9778,7 @@ export declare const config: {
9778
9778
  blue11: string | import("@tamagui/core").Variable<any>;
9779
9779
  blue12: string | import("@tamagui/core").Variable<any>;
9780
9780
  };
9781
- readonly dark_teal_alt1: {
9781
+ readonly dark_teal_alt3: {
9782
9782
  background: any;
9783
9783
  backgroundStrong: any;
9784
9784
  backgroundSoft: any;
@@ -11328,7 +11328,7 @@ export declare const config: {
11328
11328
  blue11: string | import("@tamagui/core").Variable<any>;
11329
11329
  blue12: string | import("@tamagui/core").Variable<any>;
11330
11330
  };
11331
- readonly dark_alt3: {
11331
+ readonly dark_alt1: {
11332
11332
  background: any;
11333
11333
  backgroundStrong: any;
11334
11334
  backgroundSoft: any;
@@ -11638,7 +11638,7 @@ export declare const config: {
11638
11638
  blue11: string | import("@tamagui/core").Variable<any>;
11639
11639
  blue12: string | import("@tamagui/core").Variable<any>;
11640
11640
  };
11641
- readonly dark_alt1: {
11641
+ readonly dark_alt3: {
11642
11642
  background: any;
11643
11643
  backgroundStrong: any;
11644
11644
  backgroundSoft: any;
@@ -13188,7 +13188,7 @@ export declare const config: {
13188
13188
  blue11: string | import("@tamagui/core").Variable<any>;
13189
13189
  blue12: string | import("@tamagui/core").Variable<any>;
13190
13190
  };
13191
- readonly light_alt3: {
13191
+ readonly light_alt1: {
13192
13192
  background: any;
13193
13193
  backgroundStrong: any;
13194
13194
  backgroundSoft: any;
@@ -13498,7 +13498,7 @@ export declare const config: {
13498
13498
  blue11: string | import("@tamagui/core").Variable<any>;
13499
13499
  blue12: string | import("@tamagui/core").Variable<any>;
13500
13500
  };
13501
- readonly light_alt1: {
13501
+ readonly light_alt3: {
13502
13502
  background: any;
13503
13503
  backgroundStrong: any;
13504
13504
  backgroundSoft: any;
@@ -14079,31 +14079,30 @@ export declare const config: {
14079
14079
  space: {
14080
14080
  true: import("@tamagui/core").Variable<any>;
14081
14081
  0: import("@tamagui/core").Variable<any>;
14082
- 3: import("@tamagui/core").Variable<any>;
14083
- 5: import("@tamagui/core").Variable<any>;
14084
- 7: import("@tamagui/core").Variable<any>;
14085
- 9: import("@tamagui/core").Variable<any>;
14086
- 10: import("@tamagui/core").Variable<any>;
14087
- 16: import("@tamagui/core").Variable<any>;
14088
- 19: import("@tamagui/core").Variable<any>;
14089
- 2: import("@tamagui/core").Variable<any>;
14082
+ 1: import("@tamagui/core").Variable<any>;
14090
14083
  4: import("@tamagui/core").Variable<any>;
14084
+ 2: import("@tamagui/core").Variable<any>;
14085
+ 16: import("@tamagui/core").Variable<any>;
14086
+ 3: import("@tamagui/core").Variable<any>;
14091
14087
  8: import("@tamagui/core").Variable<any>;
14092
14088
  20: import("@tamagui/core").Variable<any>;
14093
14089
  0.25: import("@tamagui/core").Variable<any>;
14094
14090
  0.5: import("@tamagui/core").Variable<any>;
14095
14091
  0.75: import("@tamagui/core").Variable<any>;
14096
- 1: import("@tamagui/core").Variable<any>;
14097
14092
  1.5: import("@tamagui/core").Variable<any>;
14098
14093
  2.5: import("@tamagui/core").Variable<any>;
14099
14094
  3.5: import("@tamagui/core").Variable<any>;
14100
14095
  4.5: import("@tamagui/core").Variable<any>;
14096
+ 5: import("@tamagui/core").Variable<any>;
14101
14097
  5.5: import("@tamagui/core").Variable<any>;
14102
14098
  6: import("@tamagui/core").Variable<any>;
14103
14099
  6.5: import("@tamagui/core").Variable<any>;
14100
+ 7: import("@tamagui/core").Variable<any>;
14104
14101
  7.6: import("@tamagui/core").Variable<any>;
14105
14102
  8.5: import("@tamagui/core").Variable<any>;
14103
+ 9: import("@tamagui/core").Variable<any>;
14106
14104
  9.5: import("@tamagui/core").Variable<any>;
14105
+ 10: import("@tamagui/core").Variable<any>;
14107
14106
  11: import("@tamagui/core").Variable<any>;
14108
14107
  12: import("@tamagui/core").Variable<any>;
14109
14108
  13: import("@tamagui/core").Variable<any>;
@@ -14111,33 +14110,33 @@ export declare const config: {
14111
14110
  15: import("@tamagui/core").Variable<any>;
14112
14111
  17: import("@tamagui/core").Variable<any>;
14113
14112
  18: import("@tamagui/core").Variable<any>;
14113
+ 19: import("@tamagui/core").Variable<any>;
14114
14114
  "-true": import("@tamagui/core").Variable<any>;
14115
14115
  "-0": import("@tamagui/core").Variable<any>;
14116
- "-3": import("@tamagui/core").Variable<any>;
14117
- "-5": import("@tamagui/core").Variable<any>;
14118
- "-7": import("@tamagui/core").Variable<any>;
14119
- "-9": import("@tamagui/core").Variable<any>;
14120
- "-10": import("@tamagui/core").Variable<any>;
14121
- "-16": import("@tamagui/core").Variable<any>;
14122
- "-19": import("@tamagui/core").Variable<any>;
14123
- "-2": import("@tamagui/core").Variable<any>;
14116
+ "-1": import("@tamagui/core").Variable<any>;
14124
14117
  "-4": import("@tamagui/core").Variable<any>;
14118
+ "-2": import("@tamagui/core").Variable<any>;
14119
+ "-16": import("@tamagui/core").Variable<any>;
14120
+ "-3": import("@tamagui/core").Variable<any>;
14125
14121
  "-8": import("@tamagui/core").Variable<any>;
14126
14122
  "-20": import("@tamagui/core").Variable<any>;
14127
14123
  "-0.25": import("@tamagui/core").Variable<any>;
14128
14124
  "-0.5": import("@tamagui/core").Variable<any>;
14129
14125
  "-0.75": import("@tamagui/core").Variable<any>;
14130
- "-1": import("@tamagui/core").Variable<any>;
14131
14126
  "-1.5": import("@tamagui/core").Variable<any>;
14132
14127
  "-2.5": import("@tamagui/core").Variable<any>;
14133
14128
  "-3.5": import("@tamagui/core").Variable<any>;
14134
14129
  "-4.5": import("@tamagui/core").Variable<any>;
14130
+ "-5": import("@tamagui/core").Variable<any>;
14135
14131
  "-5.5": import("@tamagui/core").Variable<any>;
14136
14132
  "-6": import("@tamagui/core").Variable<any>;
14137
14133
  "-6.5": import("@tamagui/core").Variable<any>;
14134
+ "-7": import("@tamagui/core").Variable<any>;
14138
14135
  "-7.6": import("@tamagui/core").Variable<any>;
14139
14136
  "-8.5": import("@tamagui/core").Variable<any>;
14137
+ "-9": import("@tamagui/core").Variable<any>;
14140
14138
  "-9.5": import("@tamagui/core").Variable<any>;
14139
+ "-10": import("@tamagui/core").Variable<any>;
14141
14140
  "-11": import("@tamagui/core").Variable<any>;
14142
14141
  "-12": import("@tamagui/core").Variable<any>;
14143
14142
  "-13": import("@tamagui/core").Variable<any>;
@@ -14145,6 +14144,7 @@ export declare const config: {
14145
14144
  "-15": import("@tamagui/core").Variable<any>;
14146
14145
  "-17": import("@tamagui/core").Variable<any>;
14147
14146
  "-18": import("@tamagui/core").Variable<any>;
14147
+ "-19": import("@tamagui/core").Variable<any>;
14148
14148
  };
14149
14149
  size: {
14150
14150
  0: import("@tamagui/core").Variable<any>;
@@ -14207,10 +14207,10 @@ export declare const config: {
14207
14207
  };
14208
14208
  };
14209
14209
  fonts: {
14210
- heading: import("@tamagui/core").GenericFont<11 | 12 | 13 | 14 | 15 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10>;
14211
- body: import("@tamagui/core").GenericFont<11 | 12 | 13 | 14 | 15 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10>;
14212
- mono: import("@tamagui/core").GenericFont<11 | 12 | 13 | 14 | 15 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10>;
14213
- silkscreen: import("@tamagui/core").GenericFont<11 | 12 | 13 | 14 | 15 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10>;
14210
+ heading: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
14211
+ body: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
14212
+ mono: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
14213
+ silkscreen: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
14214
14214
  };
14215
14215
  };
14216
14216
  //# sourceMappingURL=tamagui.config.d.ts.map