@datatechsolutions/ui 2.7.135 → 2.7.136

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.
@@ -5412,9 +5412,10 @@ function GlassModal({
5412
5412
  onClose,
5413
5413
  children,
5414
5414
  panelClassName = "rounded-[2rem]",
5415
- contentClassName = "fixed inset-0 flex items-center justify-center overflow-y-auto p-3 sm:p-5 lg:p-6"
5415
+ contentClassName = "fixed inset-0 flex items-center justify-center overflow-y-auto p-3 sm:p-5 lg:p-6",
5416
+ zIndex = "z-50"
5416
5417
  }) {
5417
- return /* @__PURE__ */ jsxRuntime.jsxs(Headless6.Dialog, { open, onClose, className: "relative z-50", children: [
5418
+ return /* @__PURE__ */ jsxRuntime.jsxs(Headless6.Dialog, { open, onClose, className: `relative ${zIndex}`, children: [
5418
5419
  /* @__PURE__ */ jsxRuntime.jsx(Headless6.DialogBackdrop, { className: "fixed inset-0 bg-slate-900/40 backdrop-blur-md dark:bg-black/50" }),
5419
5420
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: contentClassName, children: /* @__PURE__ */ jsxRuntime.jsx(Headless6.DialogPanel, { className: panelClassName, children }) })
5420
5421
  ] });
@@ -5903,7 +5904,8 @@ function GlassModalShell({
5903
5904
  onSubmit,
5904
5905
  maxWidth = "4xl",
5905
5906
  closeLabel = "Close",
5906
- className = ""
5907
+ className = "",
5908
+ zIndex
5907
5909
  }) {
5908
5910
  const handleSubmit = (event) => {
5909
5911
  event.preventDefault();
@@ -5944,6 +5946,7 @@ function GlassModalShell({
5944
5946
  onClose,
5945
5947
  contentClassName: "fixed inset-0 overflow-y-auto p-3 sm:p-6",
5946
5948
  panelClassName: `liquid-surface-strong w-full overflow-hidden rounded-2xl mx-auto mt-[4vh] sm:mt-[8vh] ${SIZE_CLASSES2[maxWidth]} ${className}`,
5949
+ zIndex,
5947
5950
  children: onSubmit ? /* @__PURE__ */ jsxRuntime.jsx("form", { onSubmit: handleSubmit, children: inner }) : inner
5948
5951
  }
5949
5952
  );
@@ -14213,5 +14216,5 @@ exports.useGeoMapState = useGeoMapState;
14213
14216
  exports.useNotifications = useNotifications;
14214
14217
  exports.usePlatformShellStore = usePlatformShellStore;
14215
14218
  exports.usePullToRefresh = usePullToRefresh;
14216
- //# sourceMappingURL=chunk-JJTJLDBQ.js.map
14217
- //# sourceMappingURL=chunk-JJTJLDBQ.js.map
14219
+ //# sourceMappingURL=chunk-G2LDM3JX.js.map
14220
+ //# sourceMappingURL=chunk-G2LDM3JX.js.map