@tamagui/core 1.110.3 → 1.110.4
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/cjs/hooks/useElementLayout.native.js +1 -1
- package/dist/cjs/hooks/useElementLayout.native.js.map +1 -1
- package/dist/esm/hooks/useElementLayout.native.js +1 -1
- package/dist/esm/hooks/useElementLayout.native.js.map +1 -1
- package/dist/native.js +6 -3
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +6 -3
- package/dist/test.native.js.map +1 -1
- package/package.json +7 -7
package/dist/test.native.js
CHANGED
|
@@ -7758,8 +7758,11 @@ var require_getSplitStyles_native = __commonJS({
|
|
|
7758
7758
|
}
|
|
7759
7759
|
var valInitType = (typeof valInit > "u" ? "undefined" : _type_of(valInit)) > "u" ? "undefined" : _type_of1(valInit), isValidStyleKeyInit = isValidStyleKey(keyInit, staticConfig);
|
|
7760
7760
|
if (0) {
|
|
7761
|
-
var
|
|
7762
|
-
if (
|
|
7761
|
+
if (staticConfig.isReactNative && keyInit.startsWith("data-")) var _viewProps, _dataSet;
|
|
7762
|
+
if (isValidStyleKeyInit && valInitType === "string" && valInit[0] === "_") {
|
|
7763
|
+
var isValidClassName, isMediaOrPseudo;
|
|
7764
|
+
if ((isValidClassName || isMediaOrPseudo) && !shouldDoClasses) var _styleState;
|
|
7765
|
+
}
|
|
7763
7766
|
}
|
|
7764
7767
|
if (!isValidStyleKeyInit) {
|
|
7765
7768
|
if (!import_constants.isAndroid && keyInit === "elevationAndroid") continue;
|
|
@@ -7842,7 +7845,7 @@ var require_getSplitStyles_native = __commonJS({
|
|
|
7842
7845
|
}
|
|
7843
7846
|
}
|
|
7844
7847
|
if (isReactNative) {
|
|
7845
|
-
if (viewProps.tabIndex === 0) var
|
|
7848
|
+
if (viewProps.tabIndex === 0) var _viewProps1, _accessible;
|
|
7846
7849
|
} else if (viewProps.tabIndex == null) var _viewProps_focusable, isFocusable, role;
|
|
7847
7850
|
}
|
|
7848
7851
|
var styleProp = props.style;
|