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 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.noMergeStyle || (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 = {
@@ -6288,6 +6288,7 @@ var require_useProps_native = __commonJS({
6288
6288
  isAnimated: !1,
6289
6289
  mediaState: media,
6290
6290
  noSkip: !0,
6291
+ noMergeStyle: !0,
6291
6292
  noClassNames: !0,
6292
6293
  resolveValues: "auto",
6293
6294
  ...opts