@tamagui/config-base 1.0.1-beta.132 → 1.0.1-beta.135

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 -63
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.132",
3
+ "version": "1.0.1-beta.135",
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.132",
21
- "@tamagui/colors": "^1.0.1-beta.132",
22
- "@tamagui/core": "^1.0.1-beta.132",
23
- "@tamagui/font-inter": "^1.0.1-beta.132",
24
- "@tamagui/font-silkscreen": "^1.0.1-beta.132",
25
- "@tamagui/shorthands": "^1.0.1-beta.132",
26
- "@tamagui/theme-base": "^1.0.1-beta.132"
20
+ "@tamagui/animations-react-native": "^1.0.1-beta.135",
21
+ "@tamagui/colors": "^1.0.1-beta.135",
22
+ "@tamagui/core": "^1.0.1-beta.135",
23
+ "@tamagui/font-inter": "^1.0.1-beta.135",
24
+ "@tamagui/font-silkscreen": "^1.0.1-beta.135",
25
+ "@tamagui/shorthands": "^1.0.1-beta.135",
26
+ "@tamagui/theme-base": "^1.0.1-beta.135"
27
27
  },
28
28
  "devDependencies": {
29
- "@tamagui/build": "^1.0.1-beta.132"
29
+ "@tamagui/build": "^1.0.1-beta.135"
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
@@ -91,12 +91,12 @@ export declare const config: {
91
91
  readonly ai: "alignItems";
92
92
  readonly als: "alignSelf";
93
93
  readonly b: "bottom";
94
+ readonly bc: "backgroundColor";
94
95
  readonly bbc: "borderBottomColor";
95
96
  readonly bblr: "borderBottomLeftRadius";
96
97
  readonly bbrr: "borderBottomRightRadius";
97
- readonly bbs: "borderBottomStyle";
98
98
  readonly bbw: "borderBottomWidth";
99
- readonly bc: "backgroundColor";
99
+ readonly bg: "backgroundColor";
100
100
  readonly blc: "borderLeftColor";
101
101
  readonly bls: "borderLeftStyle";
102
102
  readonly blw: "borderLeftWidth";
@@ -104,13 +104,12 @@ export declare const config: {
104
104
  readonly boxs: "boxSizing";
105
105
  readonly boxsh: "boxShadow";
106
106
  readonly br: "borderRadius";
107
- readonly brc: "borderRightColor";
108
- readonly brs: "borderRightStyle";
107
+ readonly bs: "borderStyle";
109
108
  readonly brw: "borderRightWidth";
109
+ readonly brc: "borderRightColor";
110
110
  readonly btc: "borderTopColor";
111
111
  readonly btlr: "borderTopLeftRadius";
112
112
  readonly btrr: "borderTopRightRadius";
113
- readonly bts: "borderTopStyle";
114
113
  readonly btw: "borderTopWidth";
115
114
  readonly bw: "borderWidth";
116
115
  readonly col: "color";
@@ -1564,7 +1563,7 @@ export declare const config: {
1564
1563
  blue11: string | import("@tamagui/core").Variable<any>;
1565
1564
  blue12: string | import("@tamagui/core").Variable<any>;
1566
1565
  };
1567
- readonly light_blue_alt1: {
1566
+ readonly light_blue_alt3: {
1568
1567
  background: any;
1569
1568
  backgroundStrong: any;
1570
1569
  backgroundSoft: any;
@@ -1874,7 +1873,7 @@ export declare const config: {
1874
1873
  blue11: string | import("@tamagui/core").Variable<any>;
1875
1874
  blue12: string | import("@tamagui/core").Variable<any>;
1876
1875
  };
1877
- readonly light_blue_alt3: {
1876
+ readonly light_blue_alt1: {
1878
1877
  background: any;
1879
1878
  backgroundStrong: any;
1880
1879
  backgroundSoft: any;
@@ -2029,7 +2028,7 @@ export declare const config: {
2029
2028
  blue11: string | import("@tamagui/core").Variable<any>;
2030
2029
  blue12: string | import("@tamagui/core").Variable<any>;
2031
2030
  };
2032
- readonly light_gray_alt1: {
2031
+ readonly light_gray_alt3: {
2033
2032
  background: any;
2034
2033
  backgroundStrong: any;
2035
2034
  backgroundSoft: any;
@@ -2339,7 +2338,7 @@ export declare const config: {
2339
2338
  blue11: string | import("@tamagui/core").Variable<any>;
2340
2339
  blue12: string | import("@tamagui/core").Variable<any>;
2341
2340
  };
2342
- readonly light_gray_alt3: {
2341
+ readonly light_gray_alt1: {
2343
2342
  background: any;
2344
2343
  backgroundStrong: any;
2345
2344
  backgroundSoft: any;
@@ -2494,7 +2493,7 @@ export declare const config: {
2494
2493
  blue11: string | import("@tamagui/core").Variable<any>;
2495
2494
  blue12: string | import("@tamagui/core").Variable<any>;
2496
2495
  };
2497
- readonly light_green_alt1: {
2496
+ readonly light_green_alt3: {
2498
2497
  background: any;
2499
2498
  backgroundStrong: any;
2500
2499
  backgroundSoft: any;
@@ -2804,7 +2803,7 @@ export declare const config: {
2804
2803
  blue11: string | import("@tamagui/core").Variable<any>;
2805
2804
  blue12: string | import("@tamagui/core").Variable<any>;
2806
2805
  };
2807
- readonly light_green_alt3: {
2806
+ readonly light_green_alt1: {
2808
2807
  background: any;
2809
2808
  backgroundStrong: any;
2810
2809
  backgroundSoft: any;
@@ -2959,7 +2958,7 @@ export declare const config: {
2959
2958
  blue11: string | import("@tamagui/core").Variable<any>;
2960
2959
  blue12: string | import("@tamagui/core").Variable<any>;
2961
2960
  };
2962
- readonly light_orange_alt1: {
2961
+ readonly light_orange_alt3: {
2963
2962
  background: any;
2964
2963
  backgroundStrong: any;
2965
2964
  backgroundSoft: any;
@@ -3269,7 +3268,7 @@ export declare const config: {
3269
3268
  blue11: string | import("@tamagui/core").Variable<any>;
3270
3269
  blue12: string | import("@tamagui/core").Variable<any>;
3271
3270
  };
3272
- readonly light_orange_alt3: {
3271
+ readonly light_orange_alt1: {
3273
3272
  background: any;
3274
3273
  backgroundStrong: any;
3275
3274
  backgroundSoft: any;
@@ -3424,7 +3423,7 @@ export declare const config: {
3424
3423
  blue11: string | import("@tamagui/core").Variable<any>;
3425
3424
  blue12: string | import("@tamagui/core").Variable<any>;
3426
3425
  };
3427
- readonly light_pink_alt1: {
3426
+ readonly light_pink_alt3: {
3428
3427
  background: any;
3429
3428
  backgroundStrong: any;
3430
3429
  backgroundSoft: any;
@@ -3734,7 +3733,7 @@ export declare const config: {
3734
3733
  blue11: string | import("@tamagui/core").Variable<any>;
3735
3734
  blue12: string | import("@tamagui/core").Variable<any>;
3736
3735
  };
3737
- readonly light_pink_alt3: {
3736
+ readonly light_pink_alt1: {
3738
3737
  background: any;
3739
3738
  backgroundStrong: any;
3740
3739
  backgroundSoft: any;
@@ -3889,7 +3888,7 @@ export declare const config: {
3889
3888
  blue11: string | import("@tamagui/core").Variable<any>;
3890
3889
  blue12: string | import("@tamagui/core").Variable<any>;
3891
3890
  };
3892
- readonly light_purple_alt1: {
3891
+ readonly light_purple_alt3: {
3893
3892
  background: any;
3894
3893
  backgroundStrong: any;
3895
3894
  backgroundSoft: any;
@@ -4199,7 +4198,7 @@ export declare const config: {
4199
4198
  blue11: string | import("@tamagui/core").Variable<any>;
4200
4199
  blue12: string | import("@tamagui/core").Variable<any>;
4201
4200
  };
4202
- readonly light_purple_alt3: {
4201
+ readonly light_purple_alt1: {
4203
4202
  background: any;
4204
4203
  backgroundStrong: any;
4205
4204
  backgroundSoft: any;
@@ -4354,7 +4353,7 @@ export declare const config: {
4354
4353
  blue11: string | import("@tamagui/core").Variable<any>;
4355
4354
  blue12: string | import("@tamagui/core").Variable<any>;
4356
4355
  };
4357
- readonly light_red_alt1: {
4356
+ readonly light_red_alt3: {
4358
4357
  background: any;
4359
4358
  backgroundStrong: any;
4360
4359
  backgroundSoft: any;
@@ -4664,7 +4663,7 @@ export declare const config: {
4664
4663
  blue11: string | import("@tamagui/core").Variable<any>;
4665
4664
  blue12: string | import("@tamagui/core").Variable<any>;
4666
4665
  };
4667
- readonly light_red_alt3: {
4666
+ readonly light_red_alt1: {
4668
4667
  background: any;
4669
4668
  backgroundStrong: any;
4670
4669
  backgroundSoft: any;
@@ -4819,7 +4818,7 @@ export declare const config: {
4819
4818
  blue11: string | import("@tamagui/core").Variable<any>;
4820
4819
  blue12: string | import("@tamagui/core").Variable<any>;
4821
4820
  };
4822
- readonly light_yellow_alt1: {
4821
+ readonly light_yellow_alt3: {
4823
4822
  background: any;
4824
4823
  backgroundStrong: any;
4825
4824
  backgroundSoft: any;
@@ -5129,7 +5128,7 @@ export declare const config: {
5129
5128
  blue11: string | import("@tamagui/core").Variable<any>;
5130
5129
  blue12: string | import("@tamagui/core").Variable<any>;
5131
5130
  };
5132
- readonly light_yellow_alt3: {
5131
+ readonly light_yellow_alt1: {
5133
5132
  background: any;
5134
5133
  backgroundStrong: any;
5135
5134
  backgroundSoft: any;
@@ -5284,7 +5283,7 @@ export declare const config: {
5284
5283
  blue11: string | import("@tamagui/core").Variable<any>;
5285
5284
  blue12: string | import("@tamagui/core").Variable<any>;
5286
5285
  };
5287
- readonly light_teal_alt1: {
5286
+ readonly light_teal_alt3: {
5288
5287
  background: any;
5289
5288
  backgroundStrong: any;
5290
5289
  backgroundSoft: any;
@@ -5594,7 +5593,7 @@ export declare const config: {
5594
5593
  blue11: string | import("@tamagui/core").Variable<any>;
5595
5594
  blue12: string | import("@tamagui/core").Variable<any>;
5596
5595
  };
5597
- readonly light_teal_alt3: {
5596
+ readonly light_teal_alt1: {
5598
5597
  background: any;
5599
5598
  backgroundStrong: any;
5600
5599
  backgroundSoft: any;
@@ -5749,7 +5748,7 @@ export declare const config: {
5749
5748
  blue11: string | import("@tamagui/core").Variable<any>;
5750
5749
  blue12: string | import("@tamagui/core").Variable<any>;
5751
5750
  };
5752
- readonly dark_blue_alt1: {
5751
+ readonly dark_blue_alt3: {
5753
5752
  background: any;
5754
5753
  backgroundStrong: any;
5755
5754
  backgroundSoft: any;
@@ -6059,7 +6058,7 @@ export declare const config: {
6059
6058
  blue11: string | import("@tamagui/core").Variable<any>;
6060
6059
  blue12: string | import("@tamagui/core").Variable<any>;
6061
6060
  };
6062
- readonly dark_blue_alt3: {
6061
+ readonly dark_blue_alt1: {
6063
6062
  background: any;
6064
6063
  backgroundStrong: any;
6065
6064
  backgroundSoft: any;
@@ -6214,7 +6213,7 @@ export declare const config: {
6214
6213
  blue11: string | import("@tamagui/core").Variable<any>;
6215
6214
  blue12: string | import("@tamagui/core").Variable<any>;
6216
6215
  };
6217
- readonly dark_gray_alt1: {
6216
+ readonly dark_gray_alt3: {
6218
6217
  background: any;
6219
6218
  backgroundStrong: any;
6220
6219
  backgroundSoft: any;
@@ -6524,7 +6523,7 @@ export declare const config: {
6524
6523
  blue11: string | import("@tamagui/core").Variable<any>;
6525
6524
  blue12: string | import("@tamagui/core").Variable<any>;
6526
6525
  };
6527
- readonly dark_gray_alt3: {
6526
+ readonly dark_gray_alt1: {
6528
6527
  background: any;
6529
6528
  backgroundStrong: any;
6530
6529
  backgroundSoft: any;
@@ -6679,7 +6678,7 @@ export declare const config: {
6679
6678
  blue11: string | import("@tamagui/core").Variable<any>;
6680
6679
  blue12: string | import("@tamagui/core").Variable<any>;
6681
6680
  };
6682
- readonly dark_green_alt1: {
6681
+ readonly dark_green_alt3: {
6683
6682
  background: any;
6684
6683
  backgroundStrong: any;
6685
6684
  backgroundSoft: any;
@@ -6989,7 +6988,7 @@ export declare const config: {
6989
6988
  blue11: string | import("@tamagui/core").Variable<any>;
6990
6989
  blue12: string | import("@tamagui/core").Variable<any>;
6991
6990
  };
6992
- readonly dark_green_alt3: {
6991
+ readonly dark_green_alt1: {
6993
6992
  background: any;
6994
6993
  backgroundStrong: any;
6995
6994
  backgroundSoft: any;
@@ -7144,7 +7143,7 @@ export declare const config: {
7144
7143
  blue11: string | import("@tamagui/core").Variable<any>;
7145
7144
  blue12: string | import("@tamagui/core").Variable<any>;
7146
7145
  };
7147
- readonly dark_orange_alt1: {
7146
+ readonly dark_orange_alt3: {
7148
7147
  background: any;
7149
7148
  backgroundStrong: any;
7150
7149
  backgroundSoft: any;
@@ -7454,7 +7453,7 @@ export declare const config: {
7454
7453
  blue11: string | import("@tamagui/core").Variable<any>;
7455
7454
  blue12: string | import("@tamagui/core").Variable<any>;
7456
7455
  };
7457
- readonly dark_orange_alt3: {
7456
+ readonly dark_orange_alt1: {
7458
7457
  background: any;
7459
7458
  backgroundStrong: any;
7460
7459
  backgroundSoft: any;
@@ -7609,7 +7608,7 @@ export declare const config: {
7609
7608
  blue11: string | import("@tamagui/core").Variable<any>;
7610
7609
  blue12: string | import("@tamagui/core").Variable<any>;
7611
7610
  };
7612
- readonly dark_pink_alt1: {
7611
+ readonly dark_pink_alt3: {
7613
7612
  background: any;
7614
7613
  backgroundStrong: any;
7615
7614
  backgroundSoft: any;
@@ -7919,7 +7918,7 @@ export declare const config: {
7919
7918
  blue11: string | import("@tamagui/core").Variable<any>;
7920
7919
  blue12: string | import("@tamagui/core").Variable<any>;
7921
7920
  };
7922
- readonly dark_pink_alt3: {
7921
+ readonly dark_pink_alt1: {
7923
7922
  background: any;
7924
7923
  backgroundStrong: any;
7925
7924
  backgroundSoft: any;
@@ -8074,7 +8073,7 @@ export declare const config: {
8074
8073
  blue11: string | import("@tamagui/core").Variable<any>;
8075
8074
  blue12: string | import("@tamagui/core").Variable<any>;
8076
8075
  };
8077
- readonly dark_purple_alt1: {
8076
+ readonly dark_purple_alt3: {
8078
8077
  background: any;
8079
8078
  backgroundStrong: any;
8080
8079
  backgroundSoft: any;
@@ -8384,7 +8383,7 @@ export declare const config: {
8384
8383
  blue11: string | import("@tamagui/core").Variable<any>;
8385
8384
  blue12: string | import("@tamagui/core").Variable<any>;
8386
8385
  };
8387
- readonly dark_purple_alt3: {
8386
+ readonly dark_purple_alt1: {
8388
8387
  background: any;
8389
8388
  backgroundStrong: any;
8390
8389
  backgroundSoft: any;
@@ -8539,7 +8538,7 @@ export declare const config: {
8539
8538
  blue11: string | import("@tamagui/core").Variable<any>;
8540
8539
  blue12: string | import("@tamagui/core").Variable<any>;
8541
8540
  };
8542
- readonly dark_red_alt1: {
8541
+ readonly dark_red_alt3: {
8543
8542
  background: any;
8544
8543
  backgroundStrong: any;
8545
8544
  backgroundSoft: any;
@@ -8849,7 +8848,7 @@ export declare const config: {
8849
8848
  blue11: string | import("@tamagui/core").Variable<any>;
8850
8849
  blue12: string | import("@tamagui/core").Variable<any>;
8851
8850
  };
8852
- readonly dark_red_alt3: {
8851
+ readonly dark_red_alt1: {
8853
8852
  background: any;
8854
8853
  backgroundStrong: any;
8855
8854
  backgroundSoft: any;
@@ -9004,7 +9003,7 @@ export declare const config: {
9004
9003
  blue11: string | import("@tamagui/core").Variable<any>;
9005
9004
  blue12: string | import("@tamagui/core").Variable<any>;
9006
9005
  };
9007
- readonly dark_yellow_alt1: {
9006
+ readonly dark_yellow_alt3: {
9008
9007
  background: any;
9009
9008
  backgroundStrong: any;
9010
9009
  backgroundSoft: any;
@@ -9314,7 +9313,7 @@ export declare const config: {
9314
9313
  blue11: string | import("@tamagui/core").Variable<any>;
9315
9314
  blue12: string | import("@tamagui/core").Variable<any>;
9316
9315
  };
9317
- readonly dark_yellow_alt3: {
9316
+ readonly dark_yellow_alt1: {
9318
9317
  background: any;
9319
9318
  backgroundStrong: any;
9320
9319
  backgroundSoft: any;
@@ -9469,7 +9468,7 @@ export declare const config: {
9469
9468
  blue11: string | import("@tamagui/core").Variable<any>;
9470
9469
  blue12: string | import("@tamagui/core").Variable<any>;
9471
9470
  };
9472
- readonly dark_teal_alt1: {
9471
+ readonly dark_teal_alt3: {
9473
9472
  background: any;
9474
9473
  backgroundStrong: any;
9475
9474
  backgroundSoft: any;
@@ -9779,7 +9778,7 @@ export declare const config: {
9779
9778
  blue11: string | import("@tamagui/core").Variable<any>;
9780
9779
  blue12: string | import("@tamagui/core").Variable<any>;
9781
9780
  };
9782
- readonly dark_teal_alt3: {
9781
+ readonly dark_teal_alt1: {
9783
9782
  background: any;
9784
9783
  backgroundStrong: any;
9785
9784
  backgroundSoft: any;
@@ -11329,7 +11328,7 @@ export declare const config: {
11329
11328
  blue11: string | import("@tamagui/core").Variable<any>;
11330
11329
  blue12: string | import("@tamagui/core").Variable<any>;
11331
11330
  };
11332
- readonly dark_alt1: {
11331
+ readonly dark_alt3: {
11333
11332
  background: any;
11334
11333
  backgroundStrong: any;
11335
11334
  backgroundSoft: any;
@@ -11639,7 +11638,7 @@ export declare const config: {
11639
11638
  blue11: string | import("@tamagui/core").Variable<any>;
11640
11639
  blue12: string | import("@tamagui/core").Variable<any>;
11641
11640
  };
11642
- readonly dark_alt3: {
11641
+ readonly dark_alt1: {
11643
11642
  background: any;
11644
11643
  backgroundStrong: any;
11645
11644
  backgroundSoft: any;
@@ -13189,7 +13188,7 @@ export declare const config: {
13189
13188
  blue11: string | import("@tamagui/core").Variable<any>;
13190
13189
  blue12: string | import("@tamagui/core").Variable<any>;
13191
13190
  };
13192
- readonly light_alt1: {
13191
+ readonly light_alt3: {
13193
13192
  background: any;
13194
13193
  backgroundStrong: any;
13195
13194
  backgroundSoft: any;
@@ -13499,7 +13498,7 @@ export declare const config: {
13499
13498
  blue11: string | import("@tamagui/core").Variable<any>;
13500
13499
  blue12: string | import("@tamagui/core").Variable<any>;
13501
13500
  };
13502
- readonly light_alt3: {
13501
+ readonly light_alt1: {
13503
13502
  background: any;
13504
13503
  backgroundStrong: any;
13505
13504
  backgroundSoft: any;
@@ -14080,30 +14079,31 @@ export declare const config: {
14080
14079
  space: {
14081
14080
  true: import("@tamagui/core").Variable<any>;
14082
14081
  0: import("@tamagui/core").Variable<any>;
14083
- 1: import("@tamagui/core").Variable<any>;
14084
- 4: import("@tamagui/core").Variable<any>;
14085
- 2: import("@tamagui/core").Variable<any>;
14086
- 16: import("@tamagui/core").Variable<any>;
14087
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>;
14090
+ 4: import("@tamagui/core").Variable<any>;
14088
14091
  8: import("@tamagui/core").Variable<any>;
14089
14092
  20: import("@tamagui/core").Variable<any>;
14090
14093
  0.25: import("@tamagui/core").Variable<any>;
14091
14094
  0.5: import("@tamagui/core").Variable<any>;
14092
14095
  0.75: import("@tamagui/core").Variable<any>;
14096
+ 1: import("@tamagui/core").Variable<any>;
14093
14097
  1.5: import("@tamagui/core").Variable<any>;
14094
14098
  2.5: import("@tamagui/core").Variable<any>;
14095
14099
  3.5: import("@tamagui/core").Variable<any>;
14096
14100
  4.5: import("@tamagui/core").Variable<any>;
14097
- 5: import("@tamagui/core").Variable<any>;
14098
14101
  5.5: import("@tamagui/core").Variable<any>;
14099
14102
  6: import("@tamagui/core").Variable<any>;
14100
14103
  6.5: import("@tamagui/core").Variable<any>;
14101
- 7: import("@tamagui/core").Variable<any>;
14102
14104
  7.6: import("@tamagui/core").Variable<any>;
14103
14105
  8.5: import("@tamagui/core").Variable<any>;
14104
- 9: import("@tamagui/core").Variable<any>;
14105
14106
  9.5: import("@tamagui/core").Variable<any>;
14106
- 10: import("@tamagui/core").Variable<any>;
14107
14107
  11: import("@tamagui/core").Variable<any>;
14108
14108
  12: import("@tamagui/core").Variable<any>;
14109
14109
  13: import("@tamagui/core").Variable<any>;
@@ -14111,33 +14111,33 @@ export declare const config: {
14111
14111
  15: import("@tamagui/core").Variable<any>;
14112
14112
  17: import("@tamagui/core").Variable<any>;
14113
14113
  18: import("@tamagui/core").Variable<any>;
14114
- 19: import("@tamagui/core").Variable<any>;
14115
14114
  "-true": import("@tamagui/core").Variable<any>;
14116
14115
  "-0": import("@tamagui/core").Variable<any>;
14117
- "-1": import("@tamagui/core").Variable<any>;
14118
- "-4": import("@tamagui/core").Variable<any>;
14119
- "-2": import("@tamagui/core").Variable<any>;
14120
- "-16": import("@tamagui/core").Variable<any>;
14121
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>;
14124
+ "-4": import("@tamagui/core").Variable<any>;
14122
14125
  "-8": import("@tamagui/core").Variable<any>;
14123
14126
  "-20": import("@tamagui/core").Variable<any>;
14124
14127
  "-0.25": import("@tamagui/core").Variable<any>;
14125
14128
  "-0.5": import("@tamagui/core").Variable<any>;
14126
14129
  "-0.75": import("@tamagui/core").Variable<any>;
14130
+ "-1": import("@tamagui/core").Variable<any>;
14127
14131
  "-1.5": import("@tamagui/core").Variable<any>;
14128
14132
  "-2.5": import("@tamagui/core").Variable<any>;
14129
14133
  "-3.5": import("@tamagui/core").Variable<any>;
14130
14134
  "-4.5": import("@tamagui/core").Variable<any>;
14131
- "-5": import("@tamagui/core").Variable<any>;
14132
14135
  "-5.5": import("@tamagui/core").Variable<any>;
14133
14136
  "-6": import("@tamagui/core").Variable<any>;
14134
14137
  "-6.5": import("@tamagui/core").Variable<any>;
14135
- "-7": import("@tamagui/core").Variable<any>;
14136
14138
  "-7.6": import("@tamagui/core").Variable<any>;
14137
14139
  "-8.5": import("@tamagui/core").Variable<any>;
14138
- "-9": import("@tamagui/core").Variable<any>;
14139
14140
  "-9.5": import("@tamagui/core").Variable<any>;
14140
- "-10": import("@tamagui/core").Variable<any>;
14141
14141
  "-11": import("@tamagui/core").Variable<any>;
14142
14142
  "-12": import("@tamagui/core").Variable<any>;
14143
14143
  "-13": import("@tamagui/core").Variable<any>;
@@ -14145,7 +14145,6 @@ export declare const config: {
14145
14145
  "-15": import("@tamagui/core").Variable<any>;
14146
14146
  "-17": import("@tamagui/core").Variable<any>;
14147
14147
  "-18": import("@tamagui/core").Variable<any>;
14148
- "-19": import("@tamagui/core").Variable<any>;
14149
14148
  };
14150
14149
  size: {
14151
14150
  0: import("@tamagui/core").Variable<any>;