@tamagui/core 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 CHANGED
@@ -4437,7 +4437,7 @@ current`, {
4437
4437
  let fontFamily = isText || isInput ? styleState.fontFamily || ((_h = staticConfig.defaultProps) == null ? void 0 : _h.fontFamily) : null;
4438
4438
  fontFamily && fontFamily[0] === "$" && (fontFamily = fontFamily.slice(1));
4439
4439
  let fontFamilyClassName = fontFamily ? `font_${fontFamily}` : "", asChild = props.asChild;
4440
- if (asChild === "except-style" || asChild === "except-style-web" || (viewProps.style = style), process.env.NODE_ENV === "development" && debug === "verbose" && import_isDevTools.isDevTools) {
4440
+ if (asChild === "except-style" || asChild === "except-style-web" || styleProps.noExpand || (viewProps.style = style), process.env.NODE_ENV === "development" && debug === "verbose" && import_isDevTools.isDevTools) {
4441
4441
  console.groupCollapsed("\u{1F539} getSplitStyles ===>");
4442
4442
  try {
4443
4443
  let logs = {