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/native.js
CHANGED
|
@@ -4276,7 +4276,7 @@ current`, {
|
|
|
4276
4276
|
let fontFamily = isText || isInput ? styleState.fontFamily || ((_h = staticConfig.defaultProps) == null ? void 0 : _h.fontFamily) : null;
|
|
4277
4277
|
fontFamily && fontFamily[0] === "$" && (fontFamily = fontFamily.slice(1));
|
|
4278
4278
|
let fontFamilyClassName = fontFamily ? `font_${fontFamily}` : "", asChild = props.asChild;
|
|
4279
|
-
if (asChild === "except-style" || asChild === "except-style-web" || (viewProps.style = style), process.env.NODE_ENV === "development" && debug === "verbose" && import_isDevTools.isDevTools) {
|
|
4279
|
+
if (asChild === "except-style" || asChild === "except-style-web" || styleProps.noExpand || (viewProps.style = style), process.env.NODE_ENV === "development" && debug === "verbose" && import_isDevTools.isDevTools) {
|
|
4280
4280
|
console.groupCollapsed("\u{1F539} getSplitStyles ===>");
|
|
4281
4281
|
try {
|
|
4282
4282
|
let logs = {
|