tamagui 1.89.4 → 1.89.5
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 +1 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +1 -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.noExpand || (viewProps.style = style), !1)
|
|
4060
4060
|
try {
|
|
4061
4061
|
} catch {
|
|
4062
4062
|
}
|