@datatechsolutions/ui 2.11.21 → 2.11.23
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/astrlabe/index.js +187 -131
- package/dist/astrlabe/index.js.map +1 -1
- package/dist/astrlabe/index.mjs +63 -7
- package/dist/astrlabe/index.mjs.map +1 -1
- package/dist/astrlabe/workflow-canvas.js +3 -3
- package/dist/astrlabe/workflow-canvas.mjs +2 -2
- package/dist/{chunk-6N5UGKD7.js → chunk-6UEVHQTJ.js} +9 -8
- package/dist/chunk-6UEVHQTJ.js.map +1 -0
- package/dist/{chunk-Z3U6JAA7.mjs → chunk-D7EPY2L3.mjs} +33 -20
- package/dist/chunk-D7EPY2L3.mjs.map +1 -0
- package/dist/{chunk-E6ALKSGA.js → chunk-EY3UIPM2.js} +75 -62
- package/dist/chunk-EY3UIPM2.js.map +1 -0
- package/dist/{chunk-XKLU32S3.mjs → chunk-GXVZXTTC.mjs} +9 -8
- package/dist/chunk-GXVZXTTC.mjs.map +1 -0
- package/dist/index.js +713 -713
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-6N5UGKD7.js.map +0 -1
- package/dist/chunk-E6ALKSGA.js.map +0 -1
- package/dist/chunk-XKLU32S3.mjs.map +0 -1
- package/dist/chunk-Z3U6JAA7.mjs.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../chunk-
|
|
4
|
+
var chunkEY3UIPM2_js = require('../chunk-EY3UIPM2.js');
|
|
5
|
+
require('../chunk-6UEVHQTJ.js');
|
|
6
6
|
require('../chunk-UZ3CMNUJ.js');
|
|
7
7
|
require('../chunk-YXN2K77G.js');
|
|
8
8
|
require('../chunk-S7KHTUHA.js');
|
|
@@ -13,7 +13,7 @@ require('../chunk-PWBWP5FJ.js');
|
|
|
13
13
|
|
|
14
14
|
Object.defineProperty(exports, "Workspace", {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
16
|
+
get: function () { return chunkEY3UIPM2_js.Workspace; }
|
|
17
17
|
});
|
|
18
18
|
//# sourceMappingURL=workflow-canvas.js.map
|
|
19
19
|
//# sourceMappingURL=workflow-canvas.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export { Workspace } from '../chunk-
|
|
3
|
-
import '../chunk-
|
|
2
|
+
export { Workspace } from '../chunk-D7EPY2L3.mjs';
|
|
3
|
+
import '../chunk-GXVZXTTC.mjs';
|
|
4
4
|
import '../chunk-D2JF6C3E.mjs';
|
|
5
5
|
import '../chunk-7VJ7CMMT.mjs';
|
|
6
6
|
import '../chunk-QWG2FMUN.mjs';
|
|
@@ -10305,17 +10305,18 @@ function SettingsDialog({
|
|
|
10305
10305
|
open,
|
|
10306
10306
|
onClose,
|
|
10307
10307
|
contentClassName: "fixed inset-0 flex items-center justify-center overflow-y-auto p-2 sm:p-4 lg:p-6",
|
|
10308
|
-
panelClassName: "w-full max-w-[90vw] xl:max-w-[1400px] overflow-hidden rounded-
|
|
10308
|
+
panelClassName: "w-full max-w-[90vw] xl:max-w-[1400px] overflow-hidden rounded-2xl liquid-surface-strong shadow-[0_40px_100px_-30px_rgba(0,0,0,0.55)]",
|
|
10309
|
+
ariaLabelledBy: "settings-dialog-title",
|
|
10309
10310
|
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative flex h-[min(94vh,920px)] flex-col lg:flex-row", children: [
|
|
10310
10311
|
/* @__PURE__ */ jsxRuntime.jsxs("aside", { className: "relative flex w-full shrink-0 flex-col border-b border-white/25 bg-gradient-to-b from-white/40 via-white/20 to-white/10 dark:border-white/8 dark:from-white/[0.06] dark:via-white/[0.03] dark:to-transparent lg:w-80 lg:border-b-0 lg:border-r lg:border-white/20 lg:dark:border-white/8", children: [
|
|
10311
|
-
gradient ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: `h-1.5 w-full rounded-
|
|
10312
|
+
gradient ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: `h-1.5 w-full rounded-tl-2xl bg-gradient-to-r ${gradient} lg:rounded-tr-none` }) : null,
|
|
10312
10313
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-x-5 top-0 h-px bg-gradient-to-r from-transparent via-white/70 to-transparent dark:via-white/12", style: gradient ? { top: "6px" } : void 0 }),
|
|
10313
10314
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-5 p-5 pb-0 pr-12", children: [
|
|
10314
10315
|
icon || label ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-3 flex items-center gap-3", children: [
|
|
10315
10316
|
icon ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: `flex h-10 w-10 items-center justify-center rounded-xl shadow-lg ${gradient ? `bg-gradient-to-br ${gradient}` : "bg-gradient-to-br from-slate-500 to-gray-600"}`, children: icon }) : null,
|
|
10316
10317
|
label ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-[11px] font-semibold uppercase tracking-[0.22em] text-slate-500 dark:text-slate-400", children: label }) : /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-[11px] font-semibold uppercase tracking-[0.22em] text-slate-500 dark:text-slate-400", children: "Settings" })
|
|
10317
10318
|
] }) : /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-1 text-[11px] font-semibold uppercase tracking-[0.22em] text-slate-500 dark:text-slate-400", children: "Settings" }),
|
|
10318
|
-
/* @__PURE__ */ jsxRuntime.jsx("h2", { className: "text-2xl font-semibold text-slate-950 dark:text-white", children: title }),
|
|
10319
|
+
/* @__PURE__ */ jsxRuntime.jsx("h2", { id: "settings-dialog-title", className: "text-2xl font-semibold text-slate-950 dark:text-white", children: title }),
|
|
10319
10320
|
subtitle ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-1.5 text-sm text-slate-600 dark:text-slate-400", children: subtitle }) : null
|
|
10320
10321
|
] }),
|
|
10321
10322
|
identity ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: "px-5", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -10355,8 +10356,8 @@ function SettingsDialog({
|
|
|
10355
10356
|
sidebarFooter ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-4 px-5", children: sidebarFooter }) : null
|
|
10356
10357
|
] }),
|
|
10357
10358
|
/* @__PURE__ */ jsxRuntime.jsxs("section", { className: "relative flex min-h-0 flex-1 flex-col", children: [
|
|
10358
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-x-6 top-0 h-px bg-gradient-to-r from-transparent via-white/50 to-transparent dark:via-white/10" }),
|
|
10359
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className:
|
|
10359
|
+
gradient ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: `hidden lg:block h-1.5 w-full bg-gradient-to-r ${gradient}` }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-x-6 top-0 h-px bg-gradient-to-r from-transparent via-white/50 to-transparent dark:via-white/10" }),
|
|
10360
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: `flex min-h-0 flex-1 flex-col overflow-y-auto px-6 pb-8 sm:px-8 lg:px-10 lg:pb-10 ${gradient ? "pt-8" : "pt-16"}`, children })
|
|
10360
10361
|
] }),
|
|
10361
10362
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
10362
10363
|
"button",
|
|
@@ -10364,7 +10365,7 @@ function SettingsDialog({
|
|
|
10364
10365
|
type: "button",
|
|
10365
10366
|
onClick: onClose,
|
|
10366
10367
|
"aria-label": closeLabel,
|
|
10367
|
-
className: "absolute right-4 top-4 inline-flex h-
|
|
10368
|
+
className: "absolute right-4 top-4 z-10 inline-flex h-9 w-9 items-center justify-center rounded-xl text-slate-400 transition hover:bg-white/40 hover:text-slate-700 dark:hover:bg-white/[0.08] dark:hover:text-white focus-visible:ring-2 focus-visible:ring-blue-500 focus-visible:ring-offset-2",
|
|
10368
10369
|
children: /* @__PURE__ */ jsxRuntime.jsx(HeroIcons.XMarkIcon, { className: "h-5 w-5" })
|
|
10369
10370
|
}
|
|
10370
10371
|
)
|
|
@@ -20828,5 +20829,5 @@ exports.useGeoMapState = useGeoMapState;
|
|
|
20828
20829
|
exports.useNotifications = useNotifications;
|
|
20829
20830
|
exports.usePlatformShellStore = usePlatformShellStore;
|
|
20830
20831
|
exports.usePullToRefresh = usePullToRefresh;
|
|
20831
|
-
//# sourceMappingURL=chunk-
|
|
20832
|
-
//# sourceMappingURL=chunk-
|
|
20832
|
+
//# sourceMappingURL=chunk-6UEVHQTJ.js.map
|
|
20833
|
+
//# sourceMappingURL=chunk-6UEVHQTJ.js.map
|