@tamagui/core 1.131.3 → 1.132.1-1752373919725
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/native.js +2 -2
- package/dist/native.js.map +2 -2
- package/dist/test.native.js +2 -2
- package/dist/test.native.js.map +2 -2
- package/package.json +10 -10
package/dist/native.js
CHANGED
|
@@ -5791,8 +5791,8 @@ var require_getSplitStyles_native = __commonJS({
|
|
|
5791
5791
|
for (var keyOg in props) _loop(keyOg);
|
|
5792
5792
|
process.env.NODE_ENV === "development" && debug === "profile" && time`split-styles-propsend`;
|
|
5793
5793
|
var avoidNormalize = styleProps.noNormalize === !1;
|
|
5794
|
-
if (!avoidNormalize) {
|
|
5795
|
-
if (styleState.style && ((0, import_expandStyles.fixStyles)(styleState.style), !styleProps.noExpand && !styleProps.noMergeStyle && import_constants.isWeb && !isReactNative && (0, import_getCSSStylesAtomic.styleToCSS)(styleState.style)), styleState.flatTransforms) {
|
|
5794
|
+
if (debug && console.warn("?", avoidNormalize, styleProps.noExpand, styleProps.noMergeStyle, styleState.style), !avoidNormalize) {
|
|
5795
|
+
if (styleState.style && ((0, import_expandStyles.fixStyles)(styleState.style), !styleProps.noExpand && !styleProps.noMergeStyle && import_constants.isWeb && (!isReactNative || !animationDriver.supportsCSS) && (0, import_getCSSStylesAtomic.styleToCSS)(styleState.style)), styleState.flatTransforms) {
|
|
5796
5796
|
var _styleState;
|
|
5797
5797
|
(_styleState = styleState).style || (_styleState.style = {}), mergeFlatTransforms(styleState.style, styleState.flatTransforms);
|
|
5798
5798
|
}
|