@tamagui/react-native-web-internals
Advanced tools
Comparing version 1.112.17 to 1.112.18
@@ -112,3 +112,3 @@ var __create = Object.create; | ||
const flat = [].concat(style).flat().flat().flat().flat().reduce((acc, cur) => (cur && Object.assign(acc, cur), acc), {}); | ||
domProps.style = (0, import_web.getStylesAtomic)(flat).reduce((acc, [key, value]) => (key === "$css" || key.startsWith("is_") || key === "" || (acc[key] = value), acc), {}), props.className && (domProps.className = props.className), tmgCN && (domProps.className = tmgCN); | ||
domProps.style = (0, import_web.getStylesAtomic)(flat).reduce((acc, [key, value]) => (key === "$$css" || key.startsWith("is_") || key === "" || key[0] === "_" || (acc[key] = value), acc), {}), props.className && (domProps.className = props.className), tmgCN && (domProps.className = tmgCN); | ||
const _id = tmgID || id || nativeID; | ||
@@ -115,0 +115,0 @@ return _id && (domProps.id = _id), testID != null && (domProps["data-testid"] = testID), domProps; |
@@ -116,3 +116,3 @@ "use strict"; | ||
var [key, value] = param; | ||
return key === "$css" || key.startsWith("is_") || key === "" || (acc[key] = value), acc; | ||
return key === "$$css" || key.startsWith("is_") || key === "" || key[0] === "_" || (acc[key] = value), acc; | ||
}, {}), props.className && (domProps.className = props.className), tmgCN && (domProps.className = tmgCN); | ||
@@ -119,0 +119,0 @@ var _id = tmgID || id || nativeID; |
@@ -86,3 +86,3 @@ import AccessibilityUtil from "../AccessibilityUtil/index"; | ||
const flat = [].concat(style).flat().flat().flat().flat().reduce((acc, cur) => (cur && Object.assign(acc, cur), acc), {}); | ||
domProps.style = getStylesAtomic(flat).reduce((acc, [key, value]) => (key === "$css" || key.startsWith("is_") || key === "" || (acc[key] = value), acc), {}), props.className && (domProps.className = props.className), tmgCN && (domProps.className = tmgCN); | ||
domProps.style = getStylesAtomic(flat).reduce((acc, [key, value]) => (key === "$$css" || key.startsWith("is_") || key === "" || key[0] === "_" || (acc[key] = value), acc), {}), props.className && (domProps.className = props.className), tmgCN && (domProps.className = tmgCN); | ||
const _id = tmgID || id || nativeID; | ||
@@ -89,0 +89,0 @@ return _id && (domProps.id = _id), testID != null && (domProps["data-testid"] = testID), domProps; |
@@ -97,3 +97,3 @@ import AccessibilityUtil from "../AccessibilityUtil/index.native.js"; | ||
var [key, value] = param; | ||
return key === "$css" || key.startsWith("is_") || key === "" || (acc[key] = value), acc; | ||
return key === "$$css" || key.startsWith("is_") || key === "" || key[0] === "_" || (acc[key] = value), acc; | ||
}, {}), props.className && (domProps.className = props.className), tmgCN && (domProps.className = tmgCN); | ||
@@ -100,0 +100,0 @@ var _id = tmgID || id || nativeID; |
{ | ||
"name": "@tamagui/react-native-web-internals", | ||
"version": "1.112.17", | ||
"version": "1.112.18", | ||
"description": "React Native for Web", | ||
@@ -31,11 +31,11 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@tamagui/normalize-css-color": "1.112.17", | ||
"@tamagui/react-native-use-pressable": "1.112.17", | ||
"@tamagui/react-native-use-responder-events": "1.112.17", | ||
"@tamagui/simple-hash": "1.112.17", | ||
"@tamagui/web": "1.112.17", | ||
"@tamagui/normalize-css-color": "1.112.18", | ||
"@tamagui/react-native-use-pressable": "1.112.18", | ||
"@tamagui/react-native-use-responder-events": "1.112.18", | ||
"@tamagui/simple-hash": "1.112.18", | ||
"@tamagui/web": "1.112.18", | ||
"react": "^18.2.0 || ^19.0.0" | ||
}, | ||
"devDependencies": { | ||
"@tamagui/build": "1.112.17" | ||
"@tamagui/build": "1.112.18" | ||
}, | ||
@@ -42,0 +42,0 @@ "license": "MIT", |
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
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
2074459
+ Added@tamagui/compose-refs@1.112.18(transitive)
+ Added@tamagui/constants@1.112.18(transitive)
+ Added@tamagui/helpers@1.112.18(transitive)
+ Added@tamagui/normalize-css-color@1.112.18(transitive)
+ Added@tamagui/react-native-use-pressable@1.112.18(transitive)
+ Added@tamagui/react-native-use-responder-events@1.112.18(transitive)
+ Added@tamagui/simple-hash@1.112.18(transitive)
+ Added@tamagui/timer@1.112.18(transitive)
+ Added@tamagui/types@1.112.18(transitive)
+ Added@tamagui/use-did-finish-ssr@1.112.18(transitive)
+ Added@tamagui/use-event@1.112.18(transitive)
+ Added@tamagui/use-force-update@1.112.18(transitive)
+ Added@tamagui/web@1.112.18(transitive)
- Removed@tamagui/compose-refs@1.112.17(transitive)
- Removed@tamagui/constants@1.112.17(transitive)
- Removed@tamagui/helpers@1.112.17(transitive)
- Removed@tamagui/normalize-css-color@1.112.17(transitive)
- Removed@tamagui/react-native-use-pressable@1.112.17(transitive)
- Removed@tamagui/react-native-use-responder-events@1.112.17(transitive)
- Removed@tamagui/simple-hash@1.112.17(transitive)
- Removed@tamagui/timer@1.112.17(transitive)
- Removed@tamagui/types@1.112.17(transitive)
- Removed@tamagui/use-did-finish-ssr@1.112.17(transitive)
- Removed@tamagui/use-event@1.112.17(transitive)
- Removed@tamagui/use-force-update@1.112.17(transitive)
- Removed@tamagui/web@1.112.17(transitive)
Updated@tamagui/web@1.112.18