zarebin-player-library 1.0.29 → 1.0.30

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.
@@ -22574,7 +22574,7 @@ var Popover = forwardRef(({ children, status, onClose, type, classNames, parentC
22574
22574
  const [showPopover, setShowPopover] = useState(status);
22575
22575
  const [maxHeight, setMaxHeight] = useState(0);
22576
22576
  const [maxHeightOnTouchMove, setMaxHeightOnTouchMove] = useState(0);
22577
- const [zIndexOnCatchUp, setZIndexOnCatchUp] = useState(0);
22577
+ const [zIndexOnCatchUp, setZIndexOnCatchUp] = useState(1);
22578
22578
  useEffect(() => {
22579
22579
  setShowPopover(status);
22580
22580
  }, [status]);
@@ -22601,7 +22601,7 @@ var Popover = forwardRef(({ children, status, onClose, type, classNames, parentC
22601
22601
  setMaxHeight(0);
22602
22602
  onClose();
22603
22603
  }
22604
- setZIndexOnCatchUp(0);
22604
+ setZIndexOnCatchUp(1);
22605
22605
  }
22606
22606
  };
22607
22607
  const content = /* @__PURE__ */ jsxs(Fragment, { children: [isBlurBackground && /* @__PURE__ */ jsx("div", {