@tamagui/constants
Advanced tools
Comparing version 1.111.8 to 1.111.9
import React from "react"; | ||
var isWeb = !1, isWindowDefined = !1, isServer = !1, isClient = !1, useIsomorphicLayoutEffect = React.useLayoutEffect, isChrome = !1, isWebTouchable = !1, isTouchable = !0, isAndroid = !0, isIos = !1, currentPlatform = "android"; | ||
export { | ||
currentPlatform, | ||
isAndroid, | ||
isChrome, | ||
isClient, | ||
isIos, | ||
isServer, | ||
isTouchable, | ||
isWeb, | ||
isWebTouchable, | ||
isWindowDefined, | ||
useIsomorphicLayoutEffect | ||
}; | ||
var isWeb = !1, | ||
isWindowDefined = !1, | ||
isServer = !1, | ||
isClient = !1, | ||
useIsomorphicLayoutEffect = React.useLayoutEffect, | ||
isChrome = !1, | ||
isWebTouchable = !1, | ||
isTouchable = !0, | ||
isAndroid = !0, | ||
isIos = !1, | ||
currentPlatform = "android"; | ||
export { currentPlatform, isAndroid, isChrome, isClient, isIos, isServer, isTouchable, isWeb, isWebTouchable, isWindowDefined, useIsomorphicLayoutEffect }; | ||
//# sourceMappingURL=constants.android.js.map |
import React from "react"; | ||
var isWeb = !1, isWindowDefined = !1, isServer = !1, isClient = !1, useIsomorphicLayoutEffect = React.useLayoutEffect, isChrome = !1, isWebTouchable = !1, isTouchable = !0, isAndroid = !1, isIos = !0, currentPlatform = "ios"; | ||
export { | ||
currentPlatform, | ||
isAndroid, | ||
isChrome, | ||
isClient, | ||
isIos, | ||
isServer, | ||
isTouchable, | ||
isWeb, | ||
isWebTouchable, | ||
isWindowDefined, | ||
useIsomorphicLayoutEffect | ||
}; | ||
var isWeb = !1, | ||
isWindowDefined = !1, | ||
isServer = !1, | ||
isClient = !1, | ||
useIsomorphicLayoutEffect = React.useLayoutEffect, | ||
isChrome = !1, | ||
isWebTouchable = !1, | ||
isTouchable = !0, | ||
isAndroid = !1, | ||
isIos = !0, | ||
currentPlatform = "ios"; | ||
export { currentPlatform, isAndroid, isChrome, isClient, isIos, isServer, isTouchable, isWeb, isWebTouchable, isWindowDefined, useIsomorphicLayoutEffect }; | ||
//# sourceMappingURL=constants.ios.js.map |
import React from "react"; | ||
var isWeb = !1, isWindowDefined = !1, isServer = !1, isClient = !1, useIsomorphicLayoutEffect = React.useLayoutEffect, isChrome = !1, isWebTouchable = !1, isTouchable = !0, isAndroid = !1, isIos = !1, currentPlatform = "native"; | ||
export { | ||
currentPlatform, | ||
isAndroid, | ||
isChrome, | ||
isClient, | ||
isIos, | ||
isServer, | ||
isTouchable, | ||
isWeb, | ||
isWebTouchable, | ||
isWindowDefined, | ||
useIsomorphicLayoutEffect | ||
}; | ||
var isWeb = !1, | ||
isWindowDefined = !1, | ||
isServer = !1, | ||
isClient = !1, | ||
useIsomorphicLayoutEffect = React.useLayoutEffect, | ||
isChrome = !1, | ||
isWebTouchable = !1, | ||
isTouchable = !0, | ||
isAndroid = !1, | ||
isIos = !1, | ||
currentPlatform = "native"; | ||
export { currentPlatform, isAndroid, isChrome, isClient, isIos, isServer, isTouchable, isWeb, isWebTouchable, isWindowDefined, useIsomorphicLayoutEffect }; | ||
//# sourceMappingURL=constants.native.js.map |
@@ -1,2 +0,2 @@ | ||
export * from "./constants"; | ||
//# sourceMappingURL=index.js.map | ||
export * from "./constants.native.js"; | ||
//# sourceMappingURL=index.native.js.map |
{ | ||
"name": "@tamagui/constants", | ||
"version": "1.111.8", | ||
"version": "1.111.9", | ||
"types": "./types/index.d.ts", | ||
@@ -21,3 +21,3 @@ "main": "dist/cjs", | ||
"devDependencies": { | ||
"@tamagui/build": "1.111.8", | ||
"@tamagui/build": "1.111.9", | ||
"react": "^18.2.0 || ^19.0.0" | ||
@@ -28,3 +28,3 @@ }, | ||
".": { | ||
"react-native-import": "./dist/esm/index.native.mjs", | ||
"react-native-import": "./dist/esm/index.native.js", | ||
"react-native": "./dist/cjs/index.native.js", | ||
@@ -31,0 +31,0 @@ "types": "./types/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29913
45
420