tamagui 1.74.11 → 1.74.13

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.
@@ -824,7 +824,7 @@ var require_insertStyleRule_native = __commonJS({
824
824
  } catch (err) {
825
825
  console.groupCollapsed(
826
826
  `Error inserting rule into CSSStyleSheet: ${String(err)}`
827
- ), console.log({ rule, rulesToInsert }), console.trace(), console.groupEnd();
827
+ ), console.info({ rule, rulesToInsert }), console.trace(), console.groupEnd();
828
828
  }
829
829
  }
830
830
  }
@@ -3869,8 +3869,8 @@ var require_createComponent_native = __commonJS({
3869
3869
  propVal === void 0 ? contextValue && (key in validStyles2 || key in variants) && (styledContextProps ||= {}, styledContextProps[key] = contextValue[key]) : (overriddenContextProps ||= {}, overriddenContextProps[key] = propVal);
3870
3870
  }
3871
3871
  }
3872
- let curDefaultProps = styledContextProps ? { ...defaultProps, ...styledContextProps } : defaultProps, props;
3873
- curDefaultProps ? props = (0, import_mergeProps.mergeProps)(curDefaultProps, propsIn) : props = propsIn;
3872
+ let curDefaultProps = styledContextProps ? { ...defaultProps, ...styledContextProps } : defaultProps, props = propsIn;
3873
+ curDefaultProps && (props = (0, import_mergeProps.mergeProps)(curDefaultProps, propsIn));
3874
3874
  let debugProp = props.debug, componentName = props.componentName || staticConfig.componentName, isHydrated = config != null && config.disableSSR ? !0 : (0, import_use_did_finish_ssr.useDidFinishSSR)(), stateRef = (0, import_react2.useRef)(
3875
3875
  void 0
3876
3876
  );
@@ -8711,7 +8711,7 @@ var require_GorhomPortal_native = __commonJS({
8711
8711
  }), state;
8712
8712
  }, removePortal = (state, hostName, portalName) => {
8713
8713
  if (!(hostName in state))
8714
- return console.log(
8714
+ return console.info(
8715
8715
  `Failed to remove portal '${portalName}', '${hostName}' was not registered!`
8716
8716
  ), state;
8717
8717
  let index = state[hostName].findIndex((item) => item.name === portalName);
@@ -14643,7 +14643,7 @@ var require_Popover_native = __commonJS({
14643
14643
  }
14644
14644
  function PopoverContentPortal(props) {
14645
14645
  let { __scopePopover } = props, zIndex = props.zIndex ?? 15e4, context = usePopoverContext(__scopePopover), popperContext = (0, import_popper.usePopperContext)(__scopePopover || POPOVER_SCOPE), themeName = (0, import_core13.useThemeName)(), contents = props.children;
14646
- return (import_react_native4.Platform.OS === "android" || import_react_native4.Platform.OS === "ios") && (contents = /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(PopoverRepropagateContext, { popperContext, context, children: props.children })), /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_portal2.Portal, { zIndex, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(import_core13.Theme, { forceClassName: !0, name: themeName, children: [
14646
+ return (import_react_native4.Platform.OS === "android" || import_react_native4.Platform.OS === "ios") && (contents = /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(PopoverRepropagateContext, { popperContext, context, children: props.children })), /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_portal2.Portal, { zIndex, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(import_core13.Theme, { name: themeName, children: [
14647
14647
  !!context.open && !context.breakpointActive && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
14648
14648
  import_stacks3.YStack,
14649
14649
  {