@datatechsolutions/ui 2.7.131 → 2.7.132
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-7WR44JRN.mjs → chunk-5QZMFTPR.mjs} +3 -3
- package/dist/{chunk-7WR44JRN.mjs.map → chunk-5QZMFTPR.mjs.map} +1 -1
- package/dist/{chunk-7ZO5L4QH.mjs → chunk-HGBXLSOK.mjs} +17 -5
- package/dist/chunk-HGBXLSOK.mjs.map +1 -0
- package/dist/{chunk-5NRV2PE4.js → chunk-IYDWDDMX.js} +17 -5
- package/dist/chunk-IYDWDDMX.js.map +1 -0
- package/dist/{chunk-M6KOYLMA.js → chunk-L753HAMO.js} +52 -52
- package/dist/{chunk-M6KOYLMA.js.map → chunk-L753HAMO.js.map} +1 -1
- package/dist/index.js +336 -336
- 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-5NRV2PE4.js.map +0 -1
- package/dist/chunk-7ZO5L4QH.mjs.map +0 -1
|
@@ -7148,9 +7148,21 @@ function StepFormPage({
|
|
|
7148
7148
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "liquid-surface overflow-hidden rounded-2xl", children: [
|
|
7149
7149
|
gradient && /* @__PURE__ */ jsxRuntime.jsx("div", { className: `h-1.5 w-full bg-gradient-to-r ${gradient}` }),
|
|
7150
7150
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "p-5 sm:p-8", children: [
|
|
7151
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center
|
|
7152
|
-
|
|
7153
|
-
|
|
7151
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between", children: [
|
|
7152
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2 text-slate-600 dark:text-white/70", children: [
|
|
7153
|
+
icon,
|
|
7154
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-sm font-medium", children: label })
|
|
7155
|
+
] }),
|
|
7156
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7157
|
+
"button",
|
|
7158
|
+
{
|
|
7159
|
+
type: "button",
|
|
7160
|
+
onClick: onCancel,
|
|
7161
|
+
className: "rounded-xl p-2 text-gray-400 transition hover:bg-white/60 dark:hover:bg-white/10",
|
|
7162
|
+
"aria-label": "Close",
|
|
7163
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(HeroIcons.XMarkIcon, { className: "h-5 w-5" })
|
|
7164
|
+
}
|
|
7165
|
+
)
|
|
7154
7166
|
] }),
|
|
7155
7167
|
/* @__PURE__ */ jsxRuntime.jsx("h1", { className: "mt-2 text-2xl font-bold tracking-tight text-slate-900 dark:text-white sm:text-3xl", children: steps[currentStep]?.title ?? title }),
|
|
7156
7168
|
steps[currentStep]?.description ?? subtitle ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-2 max-w-xl text-sm text-slate-500 dark:text-white/60 sm:text-base", children: steps[currentStep]?.description ?? subtitle }) : null,
|
|
@@ -14158,5 +14170,5 @@ exports.useGeoMapState = useGeoMapState;
|
|
|
14158
14170
|
exports.useNotifications = useNotifications;
|
|
14159
14171
|
exports.usePlatformShellStore = usePlatformShellStore;
|
|
14160
14172
|
exports.usePullToRefresh = usePullToRefresh;
|
|
14161
|
-
//# sourceMappingURL=chunk-
|
|
14162
|
-
//# sourceMappingURL=chunk-
|
|
14173
|
+
//# sourceMappingURL=chunk-IYDWDDMX.js.map
|
|
14174
|
+
//# sourceMappingURL=chunk-IYDWDDMX.js.map
|