@tamagui/config-base 1.0.1-beta.102 → 1.0.1-beta.105

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,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/animations.ts"],
4
- "sourcesContent": ["import { createAnimations } from '@tamagui/animations-reanimated'\n\nexport const animations = createAnimations({\n bouncy: {\n type: 'spring',\n damping: 9,\n mass: 0.9,\n stiffness: 150,\n },\n lazy: {\n type: 'spring',\n damping: 18,\n stiffness: 50,\n },\n slow: {\n type: 'spring',\n damping: 15,\n stiffness: 40,\n },\n quick: {\n type: 'spring',\n damping: 20,\n mass: 1.2,\n stiffness: 250,\n },\n tooltip: {\n type: 'spring',\n damping: 10,\n mass: 0.9,\n stiffness: 100,\n },\n})\n"],
4
+ "sourcesContent": ["import { createAnimations } from '@tamagui/animations-reanimated'\n\nexport const animations = createAnimations({\n bouncy: {\n type: 'spring',\n damping: 9,\n mass: 0.9,\n stiffness: 150,\n },\n lazy: {\n type: 'spring',\n damping: 18,\n stiffness: 50,\n },\n slow: {\n type: 'spring',\n damping: 15,\n stiffness: 40,\n },\n quick: {\n type: 'spring',\n damping: 20,\n mass: 1.2,\n stiffness: 250,\n },\n tooltip: {\n type: 'spring',\n damping: 10,\n mass: 0.9,\n stiffness: 100,\n },\n})\n\n// import { createAnimations } from '@tamagui/animations-react-native'\n\n// export const animations = createAnimations({\n// bouncy: {\n// damping: 9,\n// mass: 0.9,\n// stiffness: 150,\n// },\n// lazy: {\n// damping: 18,\n// stiffness: 50,\n// },\n// slow: {\n// damping: 15,\n// stiffness: 40,\n// },\n// quick: {\n// damping: 20,\n// mass: 1.2,\n// stiffness: 250,\n// },\n// tooltip: {\n// damping: 10,\n// mass: 0.9,\n// stiffness: 100,\n// },\n// })\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mCAAiC;AAE1B,MAAM,aAAa,mDAAiB;AAAA,EACzC,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,OAAO;AAAA,IACL,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,SAAS;AAAA,IACP,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AACF,CAAC;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/animations.ts"],
4
- "sourcesContent": ["import { createAnimations } from '@tamagui/animations-reanimated'\n\nexport const animations = createAnimations({\n bouncy: {\n type: 'spring',\n damping: 9,\n mass: 0.9,\n stiffness: 150,\n },\n lazy: {\n type: 'spring',\n damping: 18,\n stiffness: 50,\n },\n slow: {\n type: 'spring',\n damping: 15,\n stiffness: 40,\n },\n quick: {\n type: 'spring',\n damping: 20,\n mass: 1.2,\n stiffness: 250,\n },\n tooltip: {\n type: 'spring',\n damping: 10,\n mass: 0.9,\n stiffness: 100,\n },\n})\n"],
4
+ "sourcesContent": ["import { createAnimations } from '@tamagui/animations-reanimated'\n\nexport const animations = createAnimations({\n bouncy: {\n type: 'spring',\n damping: 9,\n mass: 0.9,\n stiffness: 150,\n },\n lazy: {\n type: 'spring',\n damping: 18,\n stiffness: 50,\n },\n slow: {\n type: 'spring',\n damping: 15,\n stiffness: 40,\n },\n quick: {\n type: 'spring',\n damping: 20,\n mass: 1.2,\n stiffness: 250,\n },\n tooltip: {\n type: 'spring',\n damping: 10,\n mass: 0.9,\n stiffness: 100,\n },\n})\n\n// import { createAnimations } from '@tamagui/animations-react-native'\n\n// export const animations = createAnimations({\n// bouncy: {\n// damping: 9,\n// mass: 0.9,\n// stiffness: 150,\n// },\n// lazy: {\n// damping: 18,\n// stiffness: 50,\n// },\n// slow: {\n// damping: 15,\n// stiffness: 40,\n// },\n// quick: {\n// damping: 20,\n// mass: 1.2,\n// stiffness: 250,\n// },\n// tooltip: {\n// damping: 10,\n// mass: 0.9,\n// stiffness: 100,\n// },\n// })\n"],
5
5
  "mappings": "AAAA;AAEO,MAAM,aAAa,iBAAiB;AAAA,EACzC,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,OAAO;AAAA,IACL,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,SAAS;AAAA,IACP,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AACF,CAAC;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/animations.ts"],
4
- "sourcesContent": ["import { createAnimations } from '@tamagui/animations-reanimated'\n\nexport const animations = createAnimations({\n bouncy: {\n type: 'spring',\n damping: 9,\n mass: 0.9,\n stiffness: 150,\n },\n lazy: {\n type: 'spring',\n damping: 18,\n stiffness: 50,\n },\n slow: {\n type: 'spring',\n damping: 15,\n stiffness: 40,\n },\n quick: {\n type: 'spring',\n damping: 20,\n mass: 1.2,\n stiffness: 250,\n },\n tooltip: {\n type: 'spring',\n damping: 10,\n mass: 0.9,\n stiffness: 100,\n },\n})\n"],
4
+ "sourcesContent": ["import { createAnimations } from '@tamagui/animations-reanimated'\n\nexport const animations = createAnimations({\n bouncy: {\n type: 'spring',\n damping: 9,\n mass: 0.9,\n stiffness: 150,\n },\n lazy: {\n type: 'spring',\n damping: 18,\n stiffness: 50,\n },\n slow: {\n type: 'spring',\n damping: 15,\n stiffness: 40,\n },\n quick: {\n type: 'spring',\n damping: 20,\n mass: 1.2,\n stiffness: 250,\n },\n tooltip: {\n type: 'spring',\n damping: 10,\n mass: 0.9,\n stiffness: 100,\n },\n})\n\n// import { createAnimations } from '@tamagui/animations-react-native'\n\n// export const animations = createAnimations({\n// bouncy: {\n// damping: 9,\n// mass: 0.9,\n// stiffness: 150,\n// },\n// lazy: {\n// damping: 18,\n// stiffness: 50,\n// },\n// slow: {\n// damping: 15,\n// stiffness: 40,\n// },\n// quick: {\n// damping: 20,\n// mass: 1.2,\n// stiffness: 250,\n// },\n// tooltip: {\n// damping: 10,\n// mass: 0.9,\n// stiffness: 100,\n// },\n// })\n"],
5
5
  "mappings": "AAAA;AAEO,MAAM,aAAa,iBAAiB;AAAA,EACzC,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,OAAO;AAAA,IACL,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,SAAS;AAAA,IACP,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AACF,CAAC;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/config-base",
3
- "version": "1.0.1-beta.102",
3
+ "version": "1.0.1-beta.105",
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-reanimated": "^1.0.1-beta.102",
21
- "@tamagui/colors": "^1.0.1-beta.102",
22
- "@tamagui/core": "^1.0.1-beta.102",
23
- "@tamagui/font-inter": "^1.0.1-beta.102",
24
- "@tamagui/font-silkscreen": "^1.0.1-beta.102",
25
- "@tamagui/shorthands": "^1.0.1-beta.102",
26
- "@tamagui/theme-base": "^1.0.1-beta.102"
20
+ "@tamagui/animations-reanimated": "^1.0.1-beta.105",
21
+ "@tamagui/colors": "^1.0.1-beta.105",
22
+ "@tamagui/core": "^1.0.1-beta.105",
23
+ "@tamagui/font-inter": "^1.0.1-beta.105",
24
+ "@tamagui/font-silkscreen": "^1.0.1-beta.105",
25
+ "@tamagui/shorthands": "^1.0.1-beta.105",
26
+ "@tamagui/theme-base": "^1.0.1-beta.105"
27
27
  },
28
28
  "devDependencies": {
29
- "@tamagui/build": "^1.0.1-beta.102"
29
+ "@tamagui/build": "^1.0.1-beta.105"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"
package/src/animations.ts CHANGED
@@ -30,3 +30,31 @@ export const animations = createAnimations({
30
30
  stiffness: 100,
31
31
  },
32
32
  })
33
+
34
+ // import { createAnimations } from '@tamagui/animations-react-native'
35
+
36
+ // export const animations = createAnimations({
37
+ // bouncy: {
38
+ // damping: 9,
39
+ // mass: 0.9,
40
+ // stiffness: 150,
41
+ // },
42
+ // lazy: {
43
+ // damping: 18,
44
+ // stiffness: 50,
45
+ // },
46
+ // slow: {
47
+ // damping: 15,
48
+ // stiffness: 40,
49
+ // },
50
+ // quick: {
51
+ // damping: 20,
52
+ // mass: 1.2,
53
+ // stiffness: 250,
54
+ // },
55
+ // tooltip: {
56
+ // damping: 10,
57
+ // mass: 0.9,
58
+ // stiffness: 100,
59
+ // },
60
+ // })
@@ -1562,7 +1562,7 @@ export declare const config: {
1562
1562
  blue11: string | import("@tamagui/core").Variable<any>;
1563
1563
  blue12: string | import("@tamagui/core").Variable<any>;
1564
1564
  };
1565
- readonly light_blue_alt3: {
1565
+ readonly light_blue_alt1: {
1566
1566
  background: any;
1567
1567
  backgroundStrong: any;
1568
1568
  backgroundSoft: any;
@@ -1872,7 +1872,7 @@ export declare const config: {
1872
1872
  blue11: string | import("@tamagui/core").Variable<any>;
1873
1873
  blue12: string | import("@tamagui/core").Variable<any>;
1874
1874
  };
1875
- readonly light_blue_alt1: {
1875
+ readonly light_blue_alt3: {
1876
1876
  background: any;
1877
1877
  backgroundStrong: any;
1878
1878
  backgroundSoft: any;
@@ -2027,7 +2027,7 @@ export declare const config: {
2027
2027
  blue11: string | import("@tamagui/core").Variable<any>;
2028
2028
  blue12: string | import("@tamagui/core").Variable<any>;
2029
2029
  };
2030
- readonly light_gray_alt3: {
2030
+ readonly light_gray_alt1: {
2031
2031
  background: any;
2032
2032
  backgroundStrong: any;
2033
2033
  backgroundSoft: any;
@@ -2337,7 +2337,7 @@ export declare const config: {
2337
2337
  blue11: string | import("@tamagui/core").Variable<any>;
2338
2338
  blue12: string | import("@tamagui/core").Variable<any>;
2339
2339
  };
2340
- readonly light_gray_alt1: {
2340
+ readonly light_gray_alt3: {
2341
2341
  background: any;
2342
2342
  backgroundStrong: any;
2343
2343
  backgroundSoft: any;
@@ -2492,7 +2492,7 @@ export declare const config: {
2492
2492
  blue11: string | import("@tamagui/core").Variable<any>;
2493
2493
  blue12: string | import("@tamagui/core").Variable<any>;
2494
2494
  };
2495
- readonly light_green_alt3: {
2495
+ readonly light_green_alt1: {
2496
2496
  background: any;
2497
2497
  backgroundStrong: any;
2498
2498
  backgroundSoft: any;
@@ -2802,7 +2802,7 @@ export declare const config: {
2802
2802
  blue11: string | import("@tamagui/core").Variable<any>;
2803
2803
  blue12: string | import("@tamagui/core").Variable<any>;
2804
2804
  };
2805
- readonly light_green_alt1: {
2805
+ readonly light_green_alt3: {
2806
2806
  background: any;
2807
2807
  backgroundStrong: any;
2808
2808
  backgroundSoft: any;
@@ -2957,7 +2957,7 @@ export declare const config: {
2957
2957
  blue11: string | import("@tamagui/core").Variable<any>;
2958
2958
  blue12: string | import("@tamagui/core").Variable<any>;
2959
2959
  };
2960
- readonly light_orange_alt3: {
2960
+ readonly light_orange_alt1: {
2961
2961
  background: any;
2962
2962
  backgroundStrong: any;
2963
2963
  backgroundSoft: any;
@@ -3267,7 +3267,7 @@ export declare const config: {
3267
3267
  blue11: string | import("@tamagui/core").Variable<any>;
3268
3268
  blue12: string | import("@tamagui/core").Variable<any>;
3269
3269
  };
3270
- readonly light_orange_alt1: {
3270
+ readonly light_orange_alt3: {
3271
3271
  background: any;
3272
3272
  backgroundStrong: any;
3273
3273
  backgroundSoft: any;
@@ -3422,7 +3422,7 @@ export declare const config: {
3422
3422
  blue11: string | import("@tamagui/core").Variable<any>;
3423
3423
  blue12: string | import("@tamagui/core").Variable<any>;
3424
3424
  };
3425
- readonly light_pink_alt3: {
3425
+ readonly light_pink_alt1: {
3426
3426
  background: any;
3427
3427
  backgroundStrong: any;
3428
3428
  backgroundSoft: any;
@@ -3732,7 +3732,7 @@ export declare const config: {
3732
3732
  blue11: string | import("@tamagui/core").Variable<any>;
3733
3733
  blue12: string | import("@tamagui/core").Variable<any>;
3734
3734
  };
3735
- readonly light_pink_alt1: {
3735
+ readonly light_pink_alt3: {
3736
3736
  background: any;
3737
3737
  backgroundStrong: any;
3738
3738
  backgroundSoft: any;
@@ -3887,7 +3887,7 @@ export declare const config: {
3887
3887
  blue11: string | import("@tamagui/core").Variable<any>;
3888
3888
  blue12: string | import("@tamagui/core").Variable<any>;
3889
3889
  };
3890
- readonly light_purple_alt3: {
3890
+ readonly light_purple_alt1: {
3891
3891
  background: any;
3892
3892
  backgroundStrong: any;
3893
3893
  backgroundSoft: any;
@@ -4197,7 +4197,7 @@ export declare const config: {
4197
4197
  blue11: string | import("@tamagui/core").Variable<any>;
4198
4198
  blue12: string | import("@tamagui/core").Variable<any>;
4199
4199
  };
4200
- readonly light_purple_alt1: {
4200
+ readonly light_purple_alt3: {
4201
4201
  background: any;
4202
4202
  backgroundStrong: any;
4203
4203
  backgroundSoft: any;
@@ -4352,7 +4352,7 @@ export declare const config: {
4352
4352
  blue11: string | import("@tamagui/core").Variable<any>;
4353
4353
  blue12: string | import("@tamagui/core").Variable<any>;
4354
4354
  };
4355
- readonly light_red_alt3: {
4355
+ readonly light_red_alt1: {
4356
4356
  background: any;
4357
4357
  backgroundStrong: any;
4358
4358
  backgroundSoft: any;
@@ -4662,7 +4662,7 @@ export declare const config: {
4662
4662
  blue11: string | import("@tamagui/core").Variable<any>;
4663
4663
  blue12: string | import("@tamagui/core").Variable<any>;
4664
4664
  };
4665
- readonly light_red_alt1: {
4665
+ readonly light_red_alt3: {
4666
4666
  background: any;
4667
4667
  backgroundStrong: any;
4668
4668
  backgroundSoft: any;
@@ -4817,7 +4817,7 @@ export declare const config: {
4817
4817
  blue11: string | import("@tamagui/core").Variable<any>;
4818
4818
  blue12: string | import("@tamagui/core").Variable<any>;
4819
4819
  };
4820
- readonly light_yellow_alt3: {
4820
+ readonly light_yellow_alt1: {
4821
4821
  background: any;
4822
4822
  backgroundStrong: any;
4823
4823
  backgroundSoft: any;
@@ -5127,7 +5127,7 @@ export declare const config: {
5127
5127
  blue11: string | import("@tamagui/core").Variable<any>;
5128
5128
  blue12: string | import("@tamagui/core").Variable<any>;
5129
5129
  };
5130
- readonly light_yellow_alt1: {
5130
+ readonly light_yellow_alt3: {
5131
5131
  background: any;
5132
5132
  backgroundStrong: any;
5133
5133
  backgroundSoft: any;
@@ -5282,7 +5282,7 @@ export declare const config: {
5282
5282
  blue11: string | import("@tamagui/core").Variable<any>;
5283
5283
  blue12: string | import("@tamagui/core").Variable<any>;
5284
5284
  };
5285
- readonly light_teal_alt3: {
5285
+ readonly light_teal_alt1: {
5286
5286
  background: any;
5287
5287
  backgroundStrong: any;
5288
5288
  backgroundSoft: any;
@@ -5592,7 +5592,7 @@ export declare const config: {
5592
5592
  blue11: string | import("@tamagui/core").Variable<any>;
5593
5593
  blue12: string | import("@tamagui/core").Variable<any>;
5594
5594
  };
5595
- readonly light_teal_alt1: {
5595
+ readonly light_teal_alt3: {
5596
5596
  background: any;
5597
5597
  backgroundStrong: any;
5598
5598
  backgroundSoft: any;
@@ -5747,7 +5747,7 @@ export declare const config: {
5747
5747
  blue11: string | import("@tamagui/core").Variable<any>;
5748
5748
  blue12: string | import("@tamagui/core").Variable<any>;
5749
5749
  };
5750
- readonly dark_blue_alt3: {
5750
+ readonly dark_blue_alt1: {
5751
5751
  background: any;
5752
5752
  backgroundStrong: any;
5753
5753
  backgroundSoft: any;
@@ -6057,7 +6057,7 @@ export declare const config: {
6057
6057
  blue11: string | import("@tamagui/core").Variable<any>;
6058
6058
  blue12: string | import("@tamagui/core").Variable<any>;
6059
6059
  };
6060
- readonly dark_blue_alt1: {
6060
+ readonly dark_blue_alt3: {
6061
6061
  background: any;
6062
6062
  backgroundStrong: any;
6063
6063
  backgroundSoft: any;
@@ -6212,7 +6212,7 @@ export declare const config: {
6212
6212
  blue11: string | import("@tamagui/core").Variable<any>;
6213
6213
  blue12: string | import("@tamagui/core").Variable<any>;
6214
6214
  };
6215
- readonly dark_gray_alt3: {
6215
+ readonly dark_gray_alt1: {
6216
6216
  background: any;
6217
6217
  backgroundStrong: any;
6218
6218
  backgroundSoft: any;
@@ -6522,7 +6522,7 @@ export declare const config: {
6522
6522
  blue11: string | import("@tamagui/core").Variable<any>;
6523
6523
  blue12: string | import("@tamagui/core").Variable<any>;
6524
6524
  };
6525
- readonly dark_gray_alt1: {
6525
+ readonly dark_gray_alt3: {
6526
6526
  background: any;
6527
6527
  backgroundStrong: any;
6528
6528
  backgroundSoft: any;
@@ -6677,7 +6677,7 @@ export declare const config: {
6677
6677
  blue11: string | import("@tamagui/core").Variable<any>;
6678
6678
  blue12: string | import("@tamagui/core").Variable<any>;
6679
6679
  };
6680
- readonly dark_green_alt3: {
6680
+ readonly dark_green_alt1: {
6681
6681
  background: any;
6682
6682
  backgroundStrong: any;
6683
6683
  backgroundSoft: any;
@@ -6987,7 +6987,7 @@ export declare const config: {
6987
6987
  blue11: string | import("@tamagui/core").Variable<any>;
6988
6988
  blue12: string | import("@tamagui/core").Variable<any>;
6989
6989
  };
6990
- readonly dark_green_alt1: {
6990
+ readonly dark_green_alt3: {
6991
6991
  background: any;
6992
6992
  backgroundStrong: any;
6993
6993
  backgroundSoft: any;
@@ -7142,7 +7142,7 @@ export declare const config: {
7142
7142
  blue11: string | import("@tamagui/core").Variable<any>;
7143
7143
  blue12: string | import("@tamagui/core").Variable<any>;
7144
7144
  };
7145
- readonly dark_orange_alt3: {
7145
+ readonly dark_orange_alt1: {
7146
7146
  background: any;
7147
7147
  backgroundStrong: any;
7148
7148
  backgroundSoft: any;
@@ -7452,7 +7452,7 @@ export declare const config: {
7452
7452
  blue11: string | import("@tamagui/core").Variable<any>;
7453
7453
  blue12: string | import("@tamagui/core").Variable<any>;
7454
7454
  };
7455
- readonly dark_orange_alt1: {
7455
+ readonly dark_orange_alt3: {
7456
7456
  background: any;
7457
7457
  backgroundStrong: any;
7458
7458
  backgroundSoft: any;
@@ -7607,7 +7607,7 @@ export declare const config: {
7607
7607
  blue11: string | import("@tamagui/core").Variable<any>;
7608
7608
  blue12: string | import("@tamagui/core").Variable<any>;
7609
7609
  };
7610
- readonly dark_pink_alt3: {
7610
+ readonly dark_pink_alt1: {
7611
7611
  background: any;
7612
7612
  backgroundStrong: any;
7613
7613
  backgroundSoft: any;
@@ -7917,7 +7917,7 @@ export declare const config: {
7917
7917
  blue11: string | import("@tamagui/core").Variable<any>;
7918
7918
  blue12: string | import("@tamagui/core").Variable<any>;
7919
7919
  };
7920
- readonly dark_pink_alt1: {
7920
+ readonly dark_pink_alt3: {
7921
7921
  background: any;
7922
7922
  backgroundStrong: any;
7923
7923
  backgroundSoft: any;
@@ -8072,7 +8072,7 @@ export declare const config: {
8072
8072
  blue11: string | import("@tamagui/core").Variable<any>;
8073
8073
  blue12: string | import("@tamagui/core").Variable<any>;
8074
8074
  };
8075
- readonly dark_purple_alt3: {
8075
+ readonly dark_purple_alt1: {
8076
8076
  background: any;
8077
8077
  backgroundStrong: any;
8078
8078
  backgroundSoft: any;
@@ -8382,7 +8382,7 @@ export declare const config: {
8382
8382
  blue11: string | import("@tamagui/core").Variable<any>;
8383
8383
  blue12: string | import("@tamagui/core").Variable<any>;
8384
8384
  };
8385
- readonly dark_purple_alt1: {
8385
+ readonly dark_purple_alt3: {
8386
8386
  background: any;
8387
8387
  backgroundStrong: any;
8388
8388
  backgroundSoft: any;
@@ -8537,7 +8537,7 @@ export declare const config: {
8537
8537
  blue11: string | import("@tamagui/core").Variable<any>;
8538
8538
  blue12: string | import("@tamagui/core").Variable<any>;
8539
8539
  };
8540
- readonly dark_red_alt3: {
8540
+ readonly dark_red_alt1: {
8541
8541
  background: any;
8542
8542
  backgroundStrong: any;
8543
8543
  backgroundSoft: any;
@@ -8847,7 +8847,7 @@ export declare const config: {
8847
8847
  blue11: string | import("@tamagui/core").Variable<any>;
8848
8848
  blue12: string | import("@tamagui/core").Variable<any>;
8849
8849
  };
8850
- readonly dark_red_alt1: {
8850
+ readonly dark_red_alt3: {
8851
8851
  background: any;
8852
8852
  backgroundStrong: any;
8853
8853
  backgroundSoft: any;
@@ -9002,7 +9002,7 @@ export declare const config: {
9002
9002
  blue11: string | import("@tamagui/core").Variable<any>;
9003
9003
  blue12: string | import("@tamagui/core").Variable<any>;
9004
9004
  };
9005
- readonly dark_yellow_alt3: {
9005
+ readonly dark_yellow_alt1: {
9006
9006
  background: any;
9007
9007
  backgroundStrong: any;
9008
9008
  backgroundSoft: any;
@@ -9312,7 +9312,7 @@ export declare const config: {
9312
9312
  blue11: string | import("@tamagui/core").Variable<any>;
9313
9313
  blue12: string | import("@tamagui/core").Variable<any>;
9314
9314
  };
9315
- readonly dark_yellow_alt1: {
9315
+ readonly dark_yellow_alt3: {
9316
9316
  background: any;
9317
9317
  backgroundStrong: any;
9318
9318
  backgroundSoft: any;
@@ -9467,7 +9467,7 @@ export declare const config: {
9467
9467
  blue11: string | import("@tamagui/core").Variable<any>;
9468
9468
  blue12: string | import("@tamagui/core").Variable<any>;
9469
9469
  };
9470
- readonly dark_teal_alt3: {
9470
+ readonly dark_teal_alt1: {
9471
9471
  background: any;
9472
9472
  backgroundStrong: any;
9473
9473
  backgroundSoft: any;
@@ -9777,7 +9777,7 @@ export declare const config: {
9777
9777
  blue11: string | import("@tamagui/core").Variable<any>;
9778
9778
  blue12: string | import("@tamagui/core").Variable<any>;
9779
9779
  };
9780
- readonly dark_teal_alt1: {
9780
+ readonly dark_teal_alt3: {
9781
9781
  background: any;
9782
9782
  backgroundStrong: any;
9783
9783
  backgroundSoft: any;
@@ -11327,7 +11327,7 @@ export declare const config: {
11327
11327
  blue11: string | import("@tamagui/core").Variable<any>;
11328
11328
  blue12: string | import("@tamagui/core").Variable<any>;
11329
11329
  };
11330
- readonly dark_alt3: {
11330
+ readonly dark_alt1: {
11331
11331
  background: any;
11332
11332
  backgroundStrong: any;
11333
11333
  backgroundSoft: any;
@@ -11637,7 +11637,7 @@ export declare const config: {
11637
11637
  blue11: string | import("@tamagui/core").Variable<any>;
11638
11638
  blue12: string | import("@tamagui/core").Variable<any>;
11639
11639
  };
11640
- readonly dark_alt1: {
11640
+ readonly dark_alt3: {
11641
11641
  background: any;
11642
11642
  backgroundStrong: any;
11643
11643
  backgroundSoft: any;
@@ -13187,7 +13187,7 @@ export declare const config: {
13187
13187
  blue11: string | import("@tamagui/core").Variable<any>;
13188
13188
  blue12: string | import("@tamagui/core").Variable<any>;
13189
13189
  };
13190
- readonly light_alt3: {
13190
+ readonly light_alt1: {
13191
13191
  background: any;
13192
13192
  backgroundStrong: any;
13193
13193
  backgroundSoft: any;
@@ -13497,7 +13497,7 @@ export declare const config: {
13497
13497
  blue11: string | import("@tamagui/core").Variable<any>;
13498
13498
  blue12: string | import("@tamagui/core").Variable<any>;
13499
13499
  };
13500
- readonly light_alt1: {
13500
+ readonly light_alt3: {
13501
13501
  background: any;
13502
13502
  backgroundStrong: any;
13503
13503
  backgroundSoft: any;
@@ -14078,31 +14078,30 @@ export declare const config: {
14078
14078
  space: {
14079
14079
  true: import("@tamagui/core").Variable<any>;
14080
14080
  0: import("@tamagui/core").Variable<any>;
14081
- 3: import("@tamagui/core").Variable<any>;
14082
- 5: import("@tamagui/core").Variable<any>;
14083
- 7: import("@tamagui/core").Variable<any>;
14084
- 9: import("@tamagui/core").Variable<any>;
14085
- 10: import("@tamagui/core").Variable<any>;
14086
- 16: import("@tamagui/core").Variable<any>;
14087
- 19: import("@tamagui/core").Variable<any>;
14088
- 2: import("@tamagui/core").Variable<any>;
14081
+ 1: import("@tamagui/core").Variable<any>;
14089
14082
  4: import("@tamagui/core").Variable<any>;
14083
+ 2: import("@tamagui/core").Variable<any>;
14084
+ 16: import("@tamagui/core").Variable<any>;
14085
+ 3: import("@tamagui/core").Variable<any>;
14090
14086
  8: import("@tamagui/core").Variable<any>;
14091
14087
  20: import("@tamagui/core").Variable<any>;
14092
14088
  0.25: import("@tamagui/core").Variable<any>;
14093
14089
  0.5: import("@tamagui/core").Variable<any>;
14094
14090
  0.75: import("@tamagui/core").Variable<any>;
14095
- 1: import("@tamagui/core").Variable<any>;
14096
14091
  1.5: import("@tamagui/core").Variable<any>;
14097
14092
  2.5: import("@tamagui/core").Variable<any>;
14098
14093
  3.5: import("@tamagui/core").Variable<any>;
14099
14094
  4.5: import("@tamagui/core").Variable<any>;
14095
+ 5: import("@tamagui/core").Variable<any>;
14100
14096
  5.5: import("@tamagui/core").Variable<any>;
14101
14097
  6: import("@tamagui/core").Variable<any>;
14102
14098
  6.5: import("@tamagui/core").Variable<any>;
14099
+ 7: import("@tamagui/core").Variable<any>;
14103
14100
  7.6: import("@tamagui/core").Variable<any>;
14104
14101
  8.5: import("@tamagui/core").Variable<any>;
14102
+ 9: import("@tamagui/core").Variable<any>;
14105
14103
  9.5: import("@tamagui/core").Variable<any>;
14104
+ 10: import("@tamagui/core").Variable<any>;
14106
14105
  11: import("@tamagui/core").Variable<any>;
14107
14106
  12: import("@tamagui/core").Variable<any>;
14108
14107
  13: import("@tamagui/core").Variable<any>;
@@ -14110,33 +14109,33 @@ export declare const config: {
14110
14109
  15: import("@tamagui/core").Variable<any>;
14111
14110
  17: import("@tamagui/core").Variable<any>;
14112
14111
  18: import("@tamagui/core").Variable<any>;
14112
+ 19: import("@tamagui/core").Variable<any>;
14113
14113
  "-true": import("@tamagui/core").Variable<any>;
14114
14114
  "-0": import("@tamagui/core").Variable<any>;
14115
- "-3": import("@tamagui/core").Variable<any>;
14116
- "-5": import("@tamagui/core").Variable<any>;
14117
- "-7": import("@tamagui/core").Variable<any>;
14118
- "-9": import("@tamagui/core").Variable<any>;
14119
- "-10": import("@tamagui/core").Variable<any>;
14120
- "-16": import("@tamagui/core").Variable<any>;
14121
- "-19": import("@tamagui/core").Variable<any>;
14122
- "-2": import("@tamagui/core").Variable<any>;
14115
+ "-1": import("@tamagui/core").Variable<any>;
14123
14116
  "-4": import("@tamagui/core").Variable<any>;
14117
+ "-2": import("@tamagui/core").Variable<any>;
14118
+ "-16": import("@tamagui/core").Variable<any>;
14119
+ "-3": import("@tamagui/core").Variable<any>;
14124
14120
  "-8": import("@tamagui/core").Variable<any>;
14125
14121
  "-20": import("@tamagui/core").Variable<any>;
14126
14122
  "-0.25": import("@tamagui/core").Variable<any>;
14127
14123
  "-0.5": import("@tamagui/core").Variable<any>;
14128
14124
  "-0.75": import("@tamagui/core").Variable<any>;
14129
- "-1": import("@tamagui/core").Variable<any>;
14130
14125
  "-1.5": import("@tamagui/core").Variable<any>;
14131
14126
  "-2.5": import("@tamagui/core").Variable<any>;
14132
14127
  "-3.5": import("@tamagui/core").Variable<any>;
14133
14128
  "-4.5": import("@tamagui/core").Variable<any>;
14129
+ "-5": import("@tamagui/core").Variable<any>;
14134
14130
  "-5.5": import("@tamagui/core").Variable<any>;
14135
14131
  "-6": import("@tamagui/core").Variable<any>;
14136
14132
  "-6.5": import("@tamagui/core").Variable<any>;
14133
+ "-7": import("@tamagui/core").Variable<any>;
14137
14134
  "-7.6": import("@tamagui/core").Variable<any>;
14138
14135
  "-8.5": import("@tamagui/core").Variable<any>;
14136
+ "-9": import("@tamagui/core").Variable<any>;
14139
14137
  "-9.5": import("@tamagui/core").Variable<any>;
14138
+ "-10": import("@tamagui/core").Variable<any>;
14140
14139
  "-11": import("@tamagui/core").Variable<any>;
14141
14140
  "-12": import("@tamagui/core").Variable<any>;
14142
14141
  "-13": import("@tamagui/core").Variable<any>;
@@ -14144,6 +14143,7 @@ export declare const config: {
14144
14143
  "-15": import("@tamagui/core").Variable<any>;
14145
14144
  "-17": import("@tamagui/core").Variable<any>;
14146
14145
  "-18": import("@tamagui/core").Variable<any>;
14146
+ "-19": import("@tamagui/core").Variable<any>;
14147
14147
  };
14148
14148
  size: {
14149
14149
  0: import("@tamagui/core").Variable<any>;
@@ -14206,10 +14206,10 @@ export declare const config: {
14206
14206
  };
14207
14207
  };
14208
14208
  fonts: {
14209
- heading: import("@tamagui/core").GenericFont<10 | 11 | 12 | 14 | 15 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 13>;
14210
- body: import("@tamagui/core").GenericFont<10 | 11 | 12 | 14 | 15 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 13>;
14211
- mono: import("@tamagui/core").GenericFont<10 | 11 | 12 | 14 | 15 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 13>;
14212
- silkscreen: import("@tamagui/core").GenericFont<10 | 11 | 12 | 14 | 15 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 13>;
14209
+ heading: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 13 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8>;
14210
+ body: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 13 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8>;
14211
+ mono: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 13 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8>;
14212
+ silkscreen: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 13 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8>;
14213
14213
  };
14214
14214
  };
14215
14215
  //# sourceMappingURL=tamagui.config.d.ts.map