@tamagui/constants 1.113.1 → 1.113.2
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/esm/constants.android.js +14 -12
- package/dist/esm/constants.android.js.map +6 -1
- package/dist/esm/constants.ios.js +14 -12
- package/dist/esm/constants.ios.js.map +6 -1
- package/dist/esm/constants.native.js +14 -12
- package/dist/esm/constants.native.js.map +6 -1
- package/dist/esm/index.native.js +2 -2
- package/dist/esm/index.native.js.map +6 -1
- package/package.json +2 -2
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
var isWeb = !1,
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
var isWeb = !1, isWindowDefined = !1, isServer = !1, isClient = !1, useIsomorphicLayoutEffect = React.useLayoutEffect, isChrome = !1, isWebTouchable = !1, isTouchable = !0, isAndroid = !0, isIos = !1, currentPlatform = "android";
|
|
3
|
+
export {
|
|
4
|
+
currentPlatform,
|
|
5
|
+
isAndroid,
|
|
6
|
+
isChrome,
|
|
7
|
+
isClient,
|
|
8
|
+
isIos,
|
|
9
|
+
isServer,
|
|
10
|
+
isTouchable,
|
|
11
|
+
isWeb,
|
|
12
|
+
isWebTouchable,
|
|
13
|
+
isWindowDefined,
|
|
14
|
+
useIsomorphicLayoutEffect
|
|
15
|
+
};
|
|
14
16
|
//# sourceMappingURL=constants.android.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/Users/n8/tamagui/code/core/constants/src/constants.android.ts"],
|
|
4
|
+
"mappings": "AAAA,OAAOA,WAAW;AAEX,IAAMC,QAAiB,IACjBC,kBAA2B,IAC3BC,WAAoB,IACpBC,WAAoB,IACpBC,4BAA4BL,MAAMM,iBAClCC,WAAoB,IACpBC,iBAA0B,IAC1BC,cAAuB,IACvBC,YAAqB,IACrBC,QAAiB,IACjBC,kBAAwD;",
|
|
5
|
+
"names": ["React", "isWeb", "isWindowDefined", "isServer", "isClient", "useIsomorphicLayoutEffect", "useLayoutEffect", "isChrome", "isWebTouchable", "isTouchable", "isAndroid", "isIos", "currentPlatform"]
|
|
6
|
+
}
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
var isWeb = !1,
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
var isWeb = !1, isWindowDefined = !1, isServer = !1, isClient = !1, useIsomorphicLayoutEffect = React.useLayoutEffect, isChrome = !1, isWebTouchable = !1, isTouchable = !0, isAndroid = !1, isIos = !0, currentPlatform = "ios";
|
|
3
|
+
export {
|
|
4
|
+
currentPlatform,
|
|
5
|
+
isAndroid,
|
|
6
|
+
isChrome,
|
|
7
|
+
isClient,
|
|
8
|
+
isIos,
|
|
9
|
+
isServer,
|
|
10
|
+
isTouchable,
|
|
11
|
+
isWeb,
|
|
12
|
+
isWebTouchable,
|
|
13
|
+
isWindowDefined,
|
|
14
|
+
useIsomorphicLayoutEffect
|
|
15
|
+
};
|
|
14
16
|
//# sourceMappingURL=constants.ios.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/Users/n8/tamagui/code/core/constants/src/constants.ios.ts"],
|
|
4
|
+
"mappings": "AAAA,OAAOA,WAAW;AAEX,IAAMC,QAAiB,IACjBC,kBAA2B,IAC3BC,WAAoB,IACpBC,WAAoB,IACpBC,4BAA4BL,MAAMM,iBAClCC,WAAoB,IACpBC,iBAA0B,IAC1BC,cAAuB,IACvBC,YAAqB,IACrBC,QAAiB,IACjBC,kBAAwD;",
|
|
5
|
+
"names": ["React", "isWeb", "isWindowDefined", "isServer", "isClient", "useIsomorphicLayoutEffect", "useLayoutEffect", "isChrome", "isWebTouchable", "isTouchable", "isAndroid", "isIos", "currentPlatform"]
|
|
6
|
+
}
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
var isWeb = !1,
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
var isWeb = !1, isWindowDefined = !1, isServer = !1, isClient = !1, useIsomorphicLayoutEffect = React.useLayoutEffect, isChrome = !1, isWebTouchable = !1, isTouchable = !0, isAndroid = !1, isIos = !1, currentPlatform = "native";
|
|
3
|
+
export {
|
|
4
|
+
currentPlatform,
|
|
5
|
+
isAndroid,
|
|
6
|
+
isChrome,
|
|
7
|
+
isClient,
|
|
8
|
+
isIos,
|
|
9
|
+
isServer,
|
|
10
|
+
isTouchable,
|
|
11
|
+
isWeb,
|
|
12
|
+
isWebTouchable,
|
|
13
|
+
isWindowDefined,
|
|
14
|
+
useIsomorphicLayoutEffect
|
|
15
|
+
};
|
|
14
16
|
//# sourceMappingURL=constants.native.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/Users/n8/tamagui/code/core/constants/src/constants.native.ts"],
|
|
4
|
+
"mappings": "AAAA,OAAOA,WAAW;AAEX,IAAMC,QAAiB,IACjBC,kBAA2B,IAC3BC,WAAoB,IACpBC,WAAoB,IACpBC,4BAA4BL,MAAMM,iBAClCC,WAAoB,IACpBC,iBAA0B,IAC1BC,cAAuB,IACvBC,YAAqB,IACrBC,QAAiB,IACjBC,kBAAwD;",
|
|
5
|
+
"names": ["React", "isWeb", "isWindowDefined", "isServer", "isClient", "useIsomorphicLayoutEffect", "useLayoutEffect", "isChrome", "isWebTouchable", "isTouchable", "isAndroid", "isIos", "currentPlatform"]
|
|
6
|
+
}
|
package/dist/esm/index.native.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./constants
|
|
2
|
-
//# sourceMappingURL=index.
|
|
1
|
+
export * from "./constants";
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/constants",
|
|
3
|
-
"version": "1.113.
|
|
3
|
+
"version": "1.113.2",
|
|
4
4
|
"types": "./types/index.d.ts",
|
|
5
5
|
"main": "dist/cjs",
|
|
6
6
|
"module": "dist/esm",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"clean:build": "tamagui-build clean:build"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@tamagui/build": "1.113.
|
|
21
|
+
"@tamagui/build": "1.113.2",
|
|
22
22
|
"react": "^18.2.0 || ^19.0.0"
|
|
23
23
|
},
|
|
24
24
|
"exports": {
|