@tamagui/helpers
Advanced tools
Comparing version 1.121.12-1737270844392 to 1.121.12-1737271201540
@@ -228,6 +228,5 @@ var __defProp = Object.defineProperty; | ||
...stylePropsUnitless, | ||
...import_constants.isAndroid ? { elevationAndroid: !0 } : {}, | ||
boxShadow: !0, | ||
filter: !0, | ||
// web-only for convenience | ||
// RN doesn't support specific border styles per-edge | ||
transition: !0, | ||
@@ -291,3 +290,4 @@ textWrap: !0, | ||
transformStyle: !0, | ||
userSelect: !0 | ||
userSelect: !0, | ||
...import_constants.isAndroid ? { elevationAndroid: !0 } : {} | ||
}, stylePropsFont = { | ||
@@ -311,2 +311,3 @@ fontFamily: !0, | ||
userSelect: !0, | ||
selectable: !0, | ||
verticalAlign: !0, | ||
@@ -313,0 +314,0 @@ whiteSpace: !0, |
@@ -226,7 +226,7 @@ "use strict"; | ||
...stylePropsUnitless, | ||
boxShadow: !0, | ||
filter: !0, | ||
...import_constants.isAndroid ? { | ||
elevationAndroid: !0 | ||
} : {}, | ||
boxShadow: !0, | ||
filter: !0 | ||
} : {} | ||
}, stylePropsFont = { | ||
@@ -250,2 +250,3 @@ fontFamily: !0, | ||
userSelect: !0, | ||
selectable: !0, | ||
verticalAlign: !0 | ||
@@ -252,0 +253,0 @@ }, stylePropsText = { |
@@ -200,6 +200,5 @@ import { isAndroid } from "@tamagui/constants"; | ||
...stylePropsUnitless, | ||
...isAndroid ? { elevationAndroid: !0 } : {}, | ||
boxShadow: !0, | ||
filter: !0, | ||
// web-only for convenience | ||
// RN doesn't support specific border styles per-edge | ||
transition: !0, | ||
@@ -263,3 +262,4 @@ textWrap: !0, | ||
transformStyle: !0, | ||
userSelect: !0 | ||
userSelect: !0, | ||
...isAndroid ? { elevationAndroid: !0 } : {} | ||
}, stylePropsFont = { | ||
@@ -283,2 +283,3 @@ fontFamily: !0, | ||
userSelect: !0, | ||
selectable: !0, | ||
verticalAlign: !0, | ||
@@ -285,0 +286,0 @@ whiteSpace: !0, |
@@ -198,7 +198,7 @@ import { isAndroid } from "@tamagui/constants"; | ||
...stylePropsUnitless, | ||
boxShadow: !0, | ||
filter: !0, | ||
...isAndroid ? { | ||
elevationAndroid: !0 | ||
} : {}, | ||
boxShadow: !0, | ||
filter: !0 | ||
} : {} | ||
}, stylePropsFont = { | ||
@@ -222,2 +222,3 @@ fontFamily: !0, | ||
userSelect: !0, | ||
selectable: !0, | ||
verticalAlign: !0 | ||
@@ -224,0 +225,0 @@ }, stylePropsText = { |
{ | ||
"name": "@tamagui/helpers", | ||
"version": "1.121.12-1737270844392", | ||
"version": "1.121.12-1737271201540", | ||
"source": "src/index.ts", | ||
@@ -22,7 +22,7 @@ "types": "./types/index.d.ts", | ||
"dependencies": { | ||
"@tamagui/constants": "1.121.12-1737270844392", | ||
"@tamagui/simple-hash": "1.121.12-1737270844392" | ||
"@tamagui/constants": "1.121.12-1737271201540", | ||
"@tamagui/simple-hash": "1.121.12-1737271201540" | ||
}, | ||
"devDependencies": { | ||
"@tamagui/build": "1.121.12-1737270844392" | ||
"@tamagui/build": "1.121.12-1737271201540" | ||
}, | ||
@@ -29,0 +29,0 @@ "publishConfig": { |
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
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
Sorry, the diff of this file is not supported yet
205748
4819
+ Added@tamagui/constants@1.121.12-1737271201540(transitive)
+ Added@tamagui/simple-hash@1.121.12-1737271201540(transitive)
- Removed@tamagui/constants@1.121.12-1737270844392(transitive)
- Removed@tamagui/simple-hash@1.121.12-1737270844392(transitive)