@datatechsolutions/ui 2.7.135 → 2.7.137
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-TYZCYFWQ.mjs → chunk-3OGFL5RQ.mjs} +10 -7
- package/dist/chunk-3OGFL5RQ.mjs.map +1 -0
- package/dist/{chunk-JJTJLDBQ.js → chunk-5IE2FIWT.js} +10 -7
- package/dist/chunk-5IE2FIWT.js.map +1 -0
- package/dist/{chunk-EYUVANPR.js → chunk-6Y3DK5EC.js} +52 -52
- package/dist/{chunk-EYUVANPR.js.map → chunk-6Y3DK5EC.js.map} +1 -1
- package/dist/{chunk-6RVNDXVV.mjs → chunk-WURM4JVE.mjs} +3 -3
- package/dist/{chunk-6RVNDXVV.mjs.map → chunk-WURM4JVE.mjs.map} +1 -1
- package/dist/index.d.mts +9 -5
- package/dist/index.d.ts +9 -5
- package/dist/index.js +340 -340
- package/dist/index.mjs +1 -1
- package/dist/workflow/index.js +119 -119
- package/dist/workflow/index.js.map +1 -1
- package/dist/workflow/index.mjs +6 -6
- package/dist/workflow/index.mjs.map +1 -1
- 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,11 +5946,12 @@ 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
|
);
|
|
5950
5953
|
}
|
|
5951
|
-
function
|
|
5954
|
+
function GlassFormModal({
|
|
5952
5955
|
open,
|
|
5953
5956
|
onClose,
|
|
5954
5957
|
title,
|
|
@@ -13995,7 +13998,6 @@ exports.FormCheckbox = FormCheckbox;
|
|
|
13995
13998
|
exports.FormField = FormField;
|
|
13996
13999
|
exports.FormGrid = FormGrid;
|
|
13997
14000
|
exports.FormInput = FormInput;
|
|
13998
|
-
exports.FormModal = FormModal;
|
|
13999
14001
|
exports.FormPriceInput = FormPriceInput;
|
|
14000
14002
|
exports.FormSection = FormSection;
|
|
14001
14003
|
exports.FormSelect = FormSelect;
|
|
@@ -14003,6 +14005,7 @@ exports.FormTextarea = FormTextarea;
|
|
|
14003
14005
|
exports.FormToggle = FormToggle;
|
|
14004
14006
|
exports.GeoMapCanvas = GeoMapCanvas;
|
|
14005
14007
|
exports.GeoMapLegend = GeoMapLegend;
|
|
14008
|
+
exports.GlassFormModal = GlassFormModal;
|
|
14006
14009
|
exports.GlassModal = GlassModal;
|
|
14007
14010
|
exports.GlassModalShell = GlassModalShell;
|
|
14008
14011
|
exports.Gradient = Gradient;
|
|
@@ -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-5IE2FIWT.js.map
|
|
14220
|
+
//# sourceMappingURL=chunk-5IE2FIWT.js.map
|