@tamagui/use-window-dimensions
Advanced tools
Comparing version 1.121.11 to 1.121.12
@@ -23,8 +23,8 @@ var __create = Object.create; | ||
)), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod); | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
configureInitialWindowDimensions: () => configureInitialWindowDimensions, | ||
useWindowDimensions: () => useWindowDimensions | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
var import_react = __toESM(require("react")), import_constants = require("@tamagui/constants"), import_react_native = require("react-native-web"); | ||
@@ -31,0 +31,0 @@ const initialValue = { |
@@ -24,8 +24,8 @@ "use strict"; | ||
)), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod); | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
configureInitialWindowDimensions: () => configureInitialWindowDimensions, | ||
useWindowDimensions: () => useWindowDimensions | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
var import_react = __toESM(require("react")), import_constants = require("@tamagui/constants"), import_react_native = require("react-native"), initialValue = { | ||
@@ -32,0 +32,0 @@ height: 800, |
{ | ||
"name": "@tamagui/use-window-dimensions", | ||
"version": "1.121.11", | ||
"version": "1.121.12", | ||
"types": "./types/index.d.ts", | ||
@@ -34,6 +34,6 @@ "main": "dist/cjs", | ||
"dependencies": { | ||
"@tamagui/constants": "1.121.11" | ||
"@tamagui/constants": "1.121.12" | ||
}, | ||
"devDependencies": { | ||
"@tamagui/build": "1.121.11", | ||
"@tamagui/build": "1.121.12", | ||
"react": "*", | ||
@@ -40,0 +40,0 @@ "react-native": "^0.76.5" |
Sorry, the diff of this file is not supported yet
18173
+ Added@tamagui/constants@1.121.12(transitive)
- Removed@tamagui/constants@1.121.11(transitive)
Updated@tamagui/constants@1.121.12