@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.
- package/dist/{chunk-EYUVANPR.js → chunk-F4QHJ2NS.js} +52 -52
- package/dist/{chunk-EYUVANPR.js.map → chunk-F4QHJ2NS.js.map} +1 -1
- package/dist/{chunk-JJTJLDBQ.js → chunk-G2LDM3JX.js} +8 -5
- package/dist/chunk-G2LDM3JX.js.map +1 -0
- package/dist/{chunk-6RVNDXVV.mjs → chunk-LNAUW5IT.mjs} +3 -3
- package/dist/{chunk-6RVNDXVV.mjs.map → chunk-LNAUW5IT.mjs.map} +1 -1
- package/dist/{chunk-TYZCYFWQ.mjs → chunk-ZTFOZJ55.mjs} +8 -5
- package/dist/chunk-ZTFOZJ55.mjs.map +1 -0
- package/dist/index.d.mts +6 -2
- package/dist/index.d.ts +6 -2
- package/dist/index.js +337 -337
- package/dist/index.mjs +1 -1
- package/dist/workflow/index.js +119 -119
- package/dist/workflow/index.mjs +3 -3
- package/dist/workflow/workflow-canvas.js +3 -3
- package/dist/workflow/workflow-canvas.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-JJTJLDBQ.js.map +0 -1
- package/dist/chunk-TYZCYFWQ.mjs.map +0 -1
|
@@ -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:
|
|
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-
|
|
14217
|
-
//# sourceMappingURL=chunk-
|
|
14219
|
+
//# sourceMappingURL=chunk-G2LDM3JX.js.map
|
|
14220
|
+
//# sourceMappingURL=chunk-G2LDM3JX.js.map
|