@tamagui/config 1.99.0 → 1.99.1

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.
@@ -0,0 +1,7 @@
1
+ import { animations } from "./animations.mjs";
2
+ import { config as configBase } from "./v2-base.mjs";
3
+ const config = {
4
+ ...configBase,
5
+ animations
6
+ };
7
+ export { config };
@@ -0,0 +1,7 @@
1
+ import { animations } from "./animations.mjs";
2
+ import { config as configBase } from "./v2-base.mjs";
3
+ const config = {
4
+ ...configBase,
5
+ animations
6
+ };
7
+ export { config };
@@ -0,0 +1,2 @@
1
+ import { animationsReactNative } from "./animationsReactNative.mjs";
2
+ export { animationsReactNative as animations };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/config",
3
- "version": "1.99.0",
3
+ "version": "1.99.1",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -53,19 +53,19 @@
53
53
  }
54
54
  },
55
55
  "dependencies": {
56
- "@tamagui/animations-css": "1.99.0",
57
- "@tamagui/animations-moti": "1.99.0",
58
- "@tamagui/animations-react-native": "1.99.0",
59
- "@tamagui/colors": "1.99.0",
60
- "@tamagui/font-inter": "1.99.0",
61
- "@tamagui/font-silkscreen": "1.99.0",
62
- "@tamagui/react-native-media-driver": "1.99.0",
63
- "@tamagui/shorthands": "1.99.0",
64
- "@tamagui/themes": "1.99.0",
65
- "@tamagui/web": "1.99.0"
56
+ "@tamagui/animations-css": "1.99.1",
57
+ "@tamagui/animations-moti": "1.99.1",
58
+ "@tamagui/animations-react-native": "1.99.1",
59
+ "@tamagui/colors": "1.99.1",
60
+ "@tamagui/font-inter": "1.99.1",
61
+ "@tamagui/font-silkscreen": "1.99.1",
62
+ "@tamagui/react-native-media-driver": "1.99.1",
63
+ "@tamagui/shorthands": "1.99.1",
64
+ "@tamagui/themes": "1.99.1",
65
+ "@tamagui/web": "1.99.1"
66
66
  },
67
67
  "devDependencies": {
68
- "@tamagui/build": "1.99.0"
68
+ "@tamagui/build": "1.99.1"
69
69
  },
70
70
  "publishConfig": {
71
71
  "access": "public"