@tamagui/core 1.89.5 → 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 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" || styleProps.noExpand || (viewProps.style = style), process.env.NODE_ENV === "development" && debug === "verbose" && import_isDevTools.isDevTools) {
4440
+ if (asChild === "except-style" || asChild === "except-style-web" || styleProps.noMergeStyle || (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 = {
@@ -6449,6 +6449,7 @@ var require_useProps_native = __commonJS({
6449
6449
  isAnimated: !1,
6450
6450
  mediaState: media,
6451
6451
  noSkip: !0,
6452
+ noMergeStyle: !0,
6452
6453
  noClassNames: !0,
6453
6454
  resolveValues: "auto",
6454
6455
  ...opts