@tamagui/config-base 1.15.15 → 1.15.16

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.
package/dist/cjs/index.js CHANGED
@@ -23,4 +23,10 @@ if (process.env.NODE_ENV === "development") {
23
23
  `Note: We've moved @tamagui/config-base over to @tamagui/config. If you really want to keep this file, just copy and paste the contents into your app as it will be removed eventually.`
24
24
  );
25
25
  }
26
+ // Annotate the CommonJS export names for ESM import in node:
27
+ 0 && (module.exports = {
28
+ ...require("./tamagui.config"),
29
+ ...require("./media"),
30
+ ...require("./createGenericFont")
31
+ });
26
32
  //# sourceMappingURL=index.js.map
@@ -133,6 +133,7 @@ const config = {
133
133
  config.mediaQueryDefaultActive = import_media.mediaQueryDefaultActive;
134
134
  // Annotate the CommonJS export names for ESM import in node:
135
135
  0 && (module.exports = {
136
- config
136
+ config,
137
+ ...require("./animations")
137
138
  });
138
139
  //# sourceMappingURL=tamagui.config.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/config-base",
3
- "version": "1.15.15",
3
+ "version": "1.15.16",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -27,18 +27,18 @@
27
27
  }
28
28
  },
29
29
  "dependencies": {
30
- "@tamagui/animations-css": "1.15.15",
31
- "@tamagui/animations-react-native": "1.15.15",
32
- "@tamagui/colors": "1.15.15",
33
- "@tamagui/core": "1.15.15",
34
- "@tamagui/font-inter": "1.15.15",
35
- "@tamagui/font-silkscreen": "1.15.15",
36
- "@tamagui/react-native-media-driver": "1.15.15",
37
- "@tamagui/shorthands": "1.15.15",
38
- "@tamagui/theme-base": "1.15.15"
30
+ "@tamagui/animations-css": "1.15.16",
31
+ "@tamagui/animations-react-native": "1.15.16",
32
+ "@tamagui/colors": "1.15.16",
33
+ "@tamagui/core": "1.15.16",
34
+ "@tamagui/font-inter": "1.15.16",
35
+ "@tamagui/font-silkscreen": "1.15.16",
36
+ "@tamagui/react-native-media-driver": "1.15.16",
37
+ "@tamagui/shorthands": "1.15.16",
38
+ "@tamagui/theme-base": "1.15.16"
39
39
  },
40
40
  "devDependencies": {
41
- "@tamagui/build": "1.15.15"
41
+ "@tamagui/build": "1.15.16"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"