@tamagui/use-window-dimensions 1.121.10 → 1.121.12

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.
@@ -29,12 +29,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
29
29
  __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
30
30
  value: !0
31
31
  }), mod);
32
- var src_exports = {};
33
- __export(src_exports, {
32
+ var index_exports = {};
33
+ __export(index_exports, {
34
34
  configureInitialWindowDimensions: () => configureInitialWindowDimensions,
35
35
  useWindowDimensions: () => useWindowDimensions
36
36
  });
37
- module.exports = __toCommonJS(src_exports);
37
+ module.exports = __toCommonJS(index_exports);
38
38
  var import_react = __toESM(require("react")),
39
39
  import_constants = require("@tamagui/constants"),
40
40
  import_react_native = require("react-native-web");
package/dist/cjs/index.js CHANGED
@@ -20,12 +20,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
20
20
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
21
21
  mod
22
22
  )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
23
- var src_exports = {};
24
- __export(src_exports, {
23
+ var index_exports = {};
24
+ __export(index_exports, {
25
25
  configureInitialWindowDimensions: () => configureInitialWindowDimensions,
26
26
  useWindowDimensions: () => useWindowDimensions
27
27
  });
28
- module.exports = __toCommonJS(src_exports);
28
+ module.exports = __toCommonJS(index_exports);
29
29
  var import_react = __toESM(require("react")), import_constants = require("@tamagui/constants"), import_react_native = require("react-native-web");
30
30
  const initialValue = {
31
31
  height: 800,
@@ -21,12 +21,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
21
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
22
22
  mod
23
23
  )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
24
- var src_exports = {};
25
- __export(src_exports, {
24
+ var index_exports = {};
25
+ __export(index_exports, {
26
26
  configureInitialWindowDimensions: () => configureInitialWindowDimensions,
27
27
  useWindowDimensions: () => useWindowDimensions
28
28
  });
29
- module.exports = __toCommonJS(src_exports);
29
+ module.exports = __toCommonJS(index_exports);
30
30
  var import_react = __toESM(require("react")), import_constants = require("@tamagui/constants"), import_react_native = require("react-native"), initialValue = {
31
31
  height: 800,
32
32
  width: 600
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/use-window-dimensions",
3
- "version": "1.121.10",
3
+ "version": "1.121.12",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -31,10 +31,10 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@tamagui/constants": "1.121.10"
34
+ "@tamagui/constants": "1.121.12"
35
35
  },
36
36
  "devDependencies": {
37
- "@tamagui/build": "1.121.10",
37
+ "@tamagui/build": "1.121.12",
38
38
  "react": "*",
39
39
  "react-native": "^0.76.5"
40
40
  },