tamagui 1.89.16 → 1.89.18

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
@@ -15789,7 +15789,8 @@ var require_Popper_native = __commonJS({
15789
15789
  refs,
15790
15790
  middlewareData,
15791
15791
  // @ts-expect-error this comes from Tooltip for example
15792
- open
15792
+ open,
15793
+ floatingStyles
15793
15794
  } = floating;
15794
15795
  if (import_constants4.isWeb)
15795
15796
  (0, import_constants4.useIsomorphicLayoutEffect)(() => {
@@ -15866,7 +15867,18 @@ var require_Popper_native = __commonJS({
15866
15867
  unstyled: process.env.TAMAGUI_HEADLESS === "1"
15867
15868
  }
15868
15869
  }), PopperContent = React2.forwardRef(function(props, forwardedRef) {
15869
- let { __scopePopper, enableAnimationForPositionChange, ...rest } = props, { strategy, placement, refs, x, y, getFloatingProps, size: size2, isMounted, update } = usePopperContext(__scopePopper), contentRefs = (0, import_compose_refs.useComposedRefs)(refs.setFloating, forwardedRef), contents = React2.useMemo(() => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
15870
+ let { __scopePopper, enableAnimationForPositionChange, ...rest } = props, {
15871
+ strategy,
15872
+ placement,
15873
+ refs,
15874
+ x,
15875
+ y,
15876
+ getFloatingProps,
15877
+ size: size2,
15878
+ isMounted,
15879
+ update,
15880
+ floatingStyles
15881
+ } = usePopperContext(__scopePopper), contentRefs = (0, import_compose_refs.useComposedRefs)(refs.setFloating, forwardedRef), contents = React2.useMemo(() => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
15870
15882
  PopperContentFrame,
15871
15883
  {
15872
15884
  "data-placement": placement,
@@ -15898,7 +15910,8 @@ var require_Popper_native = __commonJS({
15898
15910
  ...enableAnimationForPositionChange && !hasInitialPosition && {
15899
15911
  animation: rest.animation,
15900
15912
  animateOnly: rest.animateOnly
15901
- }
15913
+ },
15914
+ ...!import_constants4.isWeb && floatingStyles
15902
15915
  };
15903
15916
  return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_core12.Stack, { ...getFloatingProps ? getFloatingProps(frameProps) : frameProps, children: contents });
15904
15917
  }), PopperArrowFrame = (0, import_core12.styled)(import_stacks3.YStack, {