@tamagui/constants 1.128.0 → 1.129.0
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/package.json +2 -2
- package/types/constants.d.ts +1 -0
- package/types/constants.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/constants",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.129.0",
|
|
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.
|
|
21
|
+
"@tamagui/build": "1.129.0",
|
|
22
22
|
"react": "*"
|
|
23
23
|
},
|
|
24
24
|
"exports": {
|
package/types/constants.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export declare const useIsomorphicLayoutEffect: typeof useEffect;
|
|
|
8
8
|
export declare const isChrome: boolean;
|
|
9
9
|
export declare const isWebTouchable: boolean;
|
|
10
10
|
export declare const isTouchable: boolean;
|
|
11
|
+
// set :boolean to avoid inferring type to false
|
|
11
12
|
export declare const isAndroid: boolean;
|
|
12
13
|
export declare const isIos: boolean;
|
|
13
14
|
export declare const currentPlatform: "web" | "ios" | "native" | "android";
|
package/types/constants.d.ts.map
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"mappings": "AAAA,SAAS,iBAAkC,OAAO;AAIlD,OAAO,cAAMA;AAEb,OAAO,cAAMC;AACb,OAAO,cAAMC;AACb,OAAO,cAAMC;AACb,OAAO,cAAMC;AAEb,OAAO,cAAMC,kCAAkC;AAI/C,OAAO,cAAMC;AAGb,OAAO,cAAMC;AAGb,OAAO,cAAMC
|
|
2
|
+
"mappings": "AAAA,SAAS,iBAAkC,OAAO;AAIlD,OAAO,cAAMA;AAEb,OAAO,cAAMC;AACb,OAAO,cAAMC;AACb,OAAO,cAAMC;AACb,OAAO,cAAMC;AAEb,OAAO,cAAMC,kCAAkC;AAI/C,OAAO,cAAMC;AAGb,OAAO,cAAMC;AAGb,OAAO,cAAMC;;AAEb,OAAO,cAAMC;AACb,OAAO,cAAMC;AACb,OAAO,cAAMC,iBAAiB,QAAQ,QAAQ,WAAW",
|
|
3
3
|
"names": [
|
|
4
4
|
"IS_REACT_19: boolean",
|
|
5
5
|
"isWeb: boolean",
|