zarebin-player-library 1.0.28 → 1.0.29
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.
|
@@ -22592,7 +22592,7 @@ var Popover = forwardRef(({ children, status, onClose, type, classNames, parentC
|
|
|
22592
22592
|
setZIndexOnCatchUp(zIndex.maxPopover);
|
|
22593
22593
|
} else {
|
|
22594
22594
|
setMaxHeightOnTouchMove(0);
|
|
22595
|
-
setTimeout(() => setZIndexOnCatchUp(
|
|
22595
|
+
setTimeout(() => setZIndexOnCatchUp(1), 500);
|
|
22596
22596
|
}
|
|
22597
22597
|
else {
|
|
22598
22598
|
if (maxHeightOnTouchMove > maxHeight / 2) setMaxHeightOnTouchMove(maxHeight);
|
|
@@ -22601,7 +22601,7 @@ var Popover = forwardRef(({ children, status, onClose, type, classNames, parentC
|
|
|
22601
22601
|
setMaxHeight(0);
|
|
22602
22602
|
onClose();
|
|
22603
22603
|
}
|
|
22604
|
-
setZIndexOnCatchUp(
|
|
22604
|
+
setZIndexOnCatchUp(0);
|
|
22605
22605
|
}
|
|
22606
22606
|
};
|
|
22607
22607
|
const content = /* @__PURE__ */ jsxs(Fragment, { children: [isBlurBackground && /* @__PURE__ */ jsx("div", {
|