@datatechsolutions/ui 2.11.23 → 2.11.25
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 +134 -134
- package/dist/astrlabe/index.js.map +1 -1
- package/dist/astrlabe/index.mjs +6 -6
- package/dist/astrlabe/index.mjs.map +1 -1
- package/dist/astrlabe/workflow-canvas.js +5 -5
- package/dist/astrlabe/workflow-canvas.mjs +4 -4
- package/dist/{chunk-6UEVHQTJ.js → chunk-CJIOFLOY.js} +13 -10
- package/dist/chunk-CJIOFLOY.js.map +1 -0
- package/dist/{chunk-GXVZXTTC.mjs → chunk-FHW6PJ4E.mjs} +13 -10
- package/dist/chunk-FHW6PJ4E.mjs.map +1 -0
- package/dist/{chunk-EY3UIPM2.js → chunk-H5MXN5NH.js} +49 -49
- package/dist/{chunk-EY3UIPM2.js.map → chunk-H5MXN5NH.js.map} +1 -1
- package/dist/{chunk-D7EPY2L3.mjs → chunk-VREDPN7P.mjs} +4 -4
- package/dist/{chunk-D7EPY2L3.mjs.map → chunk-VREDPN7P.mjs.map} +1 -1
- package/dist/index.d.mts +12 -8
- package/dist/index.d.ts +12 -8
- package/dist/index.js +733 -733
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-6UEVHQTJ.js.map +0 -1
- package/dist/chunk-GXVZXTTC.mjs.map +0 -1
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../chunk-
|
|
6
|
-
require('../chunk-UZ3CMNUJ.js');
|
|
7
|
-
require('../chunk-YXN2K77G.js');
|
|
4
|
+
var chunkH5MXN5NH_js = require('../chunk-H5MXN5NH.js');
|
|
5
|
+
require('../chunk-CJIOFLOY.js');
|
|
8
6
|
require('../chunk-S7KHTUHA.js');
|
|
7
|
+
require('../chunk-UZ3CMNUJ.js');
|
|
9
8
|
require('../chunk-P4YYEM4B.js');
|
|
10
9
|
require('../chunk-PWBWP5FJ.js');
|
|
10
|
+
require('../chunk-YXN2K77G.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
Object.defineProperty(exports, "Workspace", {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
16
|
+
get: function () { return chunkH5MXN5NH_js.Workspace; }
|
|
17
17
|
});
|
|
18
18
|
//# sourceMappingURL=workflow-canvas.js.map
|
|
19
19
|
//# sourceMappingURL=workflow-canvas.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export { Workspace } from '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-D2JF6C3E.mjs';
|
|
5
|
-
import '../chunk-7VJ7CMMT.mjs';
|
|
2
|
+
export { Workspace } from '../chunk-VREDPN7P.mjs';
|
|
3
|
+
import '../chunk-FHW6PJ4E.mjs';
|
|
6
4
|
import '../chunk-QWG2FMUN.mjs';
|
|
5
|
+
import '../chunk-D2JF6C3E.mjs';
|
|
7
6
|
import '../chunk-OZNTQROP.mjs';
|
|
8
7
|
import '../chunk-TLPPVL3W.mjs';
|
|
8
|
+
import '../chunk-7VJ7CMMT.mjs';
|
|
9
9
|
//# sourceMappingURL=workflow-canvas.mjs.map
|
|
10
10
|
//# sourceMappingURL=workflow-canvas.mjs.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
+
var chunkS7KHTUHA_js = require('./chunk-S7KHTUHA.js');
|
|
4
5
|
var chunkUZ3CMNUJ_js = require('./chunk-UZ3CMNUJ.js');
|
|
5
6
|
var chunkYXN2K77G_js = require('./chunk-YXN2K77G.js');
|
|
6
|
-
var chunkS7KHTUHA_js = require('./chunk-S7KHTUHA.js');
|
|
7
7
|
var Headless6 = require('@headlessui/react');
|
|
8
8
|
var clsx = require('clsx');
|
|
9
9
|
var React12 = require('react');
|
|
@@ -10271,7 +10271,7 @@ function ProfileIdentityCard({
|
|
|
10271
10271
|
] })
|
|
10272
10272
|
] }) });
|
|
10273
10273
|
}
|
|
10274
|
-
function
|
|
10274
|
+
function GlassSidebarModal({
|
|
10275
10275
|
open,
|
|
10276
10276
|
onClose,
|
|
10277
10277
|
title,
|
|
@@ -10283,9 +10283,10 @@ function SettingsDialog({
|
|
|
10283
10283
|
activeSectionId,
|
|
10284
10284
|
onSectionChange,
|
|
10285
10285
|
children,
|
|
10286
|
-
closeLabel = "Close
|
|
10286
|
+
closeLabel = "Close",
|
|
10287
10287
|
identity,
|
|
10288
|
-
sidebarFooter
|
|
10288
|
+
sidebarFooter,
|
|
10289
|
+
footer
|
|
10289
10290
|
}) {
|
|
10290
10291
|
const sectionGroups = sections.reduce((groups, section) => {
|
|
10291
10292
|
const currentGroup = groups.at(-1);
|
|
@@ -10346,7 +10347,8 @@ function SettingsDialog({
|
|
|
10346
10347
|
].join(" "),
|
|
10347
10348
|
children: [
|
|
10348
10349
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "inline-flex h-10 w-10 items-center justify-center rounded-2xl bg-white/50 text-slate-600 shadow-sm backdrop-blur-sm dark:bg-white/[0.08] dark:text-slate-300", children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { className: "h-5 w-5" }) }),
|
|
10349
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { children: section.label })
|
|
10350
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "flex-1", children: section.label }),
|
|
10351
|
+
section.badge != null && section.badge > 0 && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "inline-flex h-5 min-w-5 items-center justify-center rounded-full bg-indigo-100 px-1.5 text-[10px] font-bold text-indigo-700 dark:bg-indigo-500/20 dark:text-indigo-300", children: section.badge })
|
|
10350
10352
|
]
|
|
10351
10353
|
},
|
|
10352
10354
|
section.id
|
|
@@ -10357,7 +10359,8 @@ function SettingsDialog({
|
|
|
10357
10359
|
] }),
|
|
10358
10360
|
/* @__PURE__ */ jsxRuntime.jsxs("section", { className: "relative flex min-h-0 flex-1 flex-col", children: [
|
|
10359
10361
|
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
|
|
10362
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: `flex min-h-0 flex-1 flex-col overflow-y-auto px-6 sm:px-8 lg:px-10 ${gradient ? "pt-8" : "pt-16"} ${footer ? "pb-4" : "pb-8 lg:pb-10"}`, children }),
|
|
10363
|
+
footer ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: "border-t border-white/20 px-6 py-4 dark:border-white/10 sm:px-8 lg:px-10", children: footer }) : null
|
|
10361
10364
|
] }),
|
|
10362
10365
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
10363
10366
|
"button",
|
|
@@ -10974,7 +10977,7 @@ function SettingsModal({
|
|
|
10974
10977
|
signOut.label
|
|
10975
10978
|
] }) : sidebarFooter;
|
|
10976
10979
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
10977
|
-
|
|
10980
|
+
GlassSidebarModal,
|
|
10978
10981
|
{
|
|
10979
10982
|
open,
|
|
10980
10983
|
onClose,
|
|
@@ -20296,6 +20299,7 @@ exports.GlassDetailModal = GlassDetailModal;
|
|
|
20296
20299
|
exports.GlassFormModal = GlassFormModal;
|
|
20297
20300
|
exports.GlassModal = GlassModal;
|
|
20298
20301
|
exports.GlassModalShell = GlassModalShell;
|
|
20302
|
+
exports.GlassSidebarModal = GlassSidebarModal;
|
|
20299
20303
|
exports.Gradient = Gradient;
|
|
20300
20304
|
exports.GradientBackground = GradientBackground;
|
|
20301
20305
|
exports.GrowthIndicator = GrowthIndicator;
|
|
@@ -20486,7 +20490,6 @@ exports.SelectableOptionsGrid = SelectableOptionsGrid;
|
|
|
20486
20490
|
exports.SelectableTableRow = SelectableTableRow;
|
|
20487
20491
|
exports.SelectionCard = SelectionCard;
|
|
20488
20492
|
exports.ServerErrorPage = ServerErrorPage;
|
|
20489
|
-
exports.SettingsDialog = SettingsDialog;
|
|
20490
20493
|
exports.SettingsModal = SettingsModal;
|
|
20491
20494
|
exports.Sheet = Sheet;
|
|
20492
20495
|
exports.SkipToContent = SkipToContent;
|
|
@@ -20829,5 +20832,5 @@ exports.useGeoMapState = useGeoMapState;
|
|
|
20829
20832
|
exports.useNotifications = useNotifications;
|
|
20830
20833
|
exports.usePlatformShellStore = usePlatformShellStore;
|
|
20831
20834
|
exports.usePullToRefresh = usePullToRefresh;
|
|
20832
|
-
//# sourceMappingURL=chunk-
|
|
20833
|
-
//# sourceMappingURL=chunk-
|
|
20835
|
+
//# sourceMappingURL=chunk-CJIOFLOY.js.map
|
|
20836
|
+
//# sourceMappingURL=chunk-CJIOFLOY.js.map
|