tamagui 1.89.4 → 1.89.6
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 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +2 -1
- package/dist/test.native.js.map +1 -1
- package/package.json +54 -54
package/dist/test.native.js
CHANGED
|
@@ -4056,7 +4056,7 @@ var require_getSplitStyles_native = __commonJS({
|
|
|
4056
4056
|
let fontFamily = isText || isInput ? styleState.fontFamily || ((_h = staticConfig.defaultProps) == null ? void 0 : _h.fontFamily) : null;
|
|
4057
4057
|
fontFamily && fontFamily[0] === "$" && (fontFamily = fontFamily.slice(1));
|
|
4058
4058
|
let fontFamilyClassName = fontFamily ? `font_${fontFamily}` : "", asChild = props.asChild;
|
|
4059
|
-
if (asChild === "except-style" || asChild === "except-style-web" || (viewProps.style = style), !1)
|
|
4059
|
+
if (asChild === "except-style" || asChild === "except-style-web" || styleProps.noMergeStyle || (viewProps.style = style), !1)
|
|
4060
4060
|
try {
|
|
4061
4061
|
} catch {
|
|
4062
4062
|
}
|
|
@@ -5929,6 +5929,7 @@ var require_useProps_native = __commonJS({
|
|
|
5929
5929
|
isAnimated: !1,
|
|
5930
5930
|
mediaState: media,
|
|
5931
5931
|
noSkip: !0,
|
|
5932
|
+
noMergeStyle: !0,
|
|
5932
5933
|
noClassNames: !0,
|
|
5933
5934
|
resolveValues: "auto",
|
|
5934
5935
|
...opts
|