@datatechsolutions/ui 2.11.22 → 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.
@@ -1,19 +1,19 @@
1
1
  "use client";
2
2
  'use strict';
3
3
 
4
- var chunkITFBJSHZ_js = require('../chunk-ITFBJSHZ.js');
5
- require('../chunk-5WFBHIM5.js');
6
- require('../chunk-S7KHTUHA.js');
4
+ var chunkEY3UIPM2_js = require('../chunk-EY3UIPM2.js');
5
+ require('../chunk-6UEVHQTJ.js');
7
6
  require('../chunk-UZ3CMNUJ.js');
7
+ require('../chunk-YXN2K77G.js');
8
+ require('../chunk-S7KHTUHA.js');
8
9
  require('../chunk-P4YYEM4B.js');
9
10
  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 chunkITFBJSHZ_js.Workspace; }
16
+ get: function () { return chunkEY3UIPM2_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-CU3L2357.mjs';
3
- import '../chunk-23247RGB.mjs';
4
- import '../chunk-QWG2FMUN.mjs';
2
+ export { Workspace } from '../chunk-D7EPY2L3.mjs';
3
+ import '../chunk-GXVZXTTC.mjs';
5
4
  import '../chunk-D2JF6C3E.mjs';
5
+ import '../chunk-7VJ7CMMT.mjs';
6
+ import '../chunk-QWG2FMUN.mjs';
6
7
  import '../chunk-OZNTQROP.mjs';
7
8
  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');
5
4
  var chunkUZ3CMNUJ_js = require('./chunk-UZ3CMNUJ.js');
6
5
  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');
@@ -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-[2rem] liquid-surface-strong shadow-[0_40px_100px_-30px_rgba(0,0,0,0.55)]",
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-t-[2rem] bg-gradient-to-r ${gradient} lg:rounded-tr-none` }) : null,
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: "flex min-h-0 flex-1 flex-col overflow-y-auto px-6 pb-8 pt-16 sm:px-8 lg:px-10 lg:pb-10", children })
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-11 w-11 items-center justify-center rounded-2xl liquid-surface text-slate-600 shadow-sm transition hover:text-slate-950 dark:text-slate-300 dark:hover:text-white",
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-5WFBHIM5.js.map
20832
- //# sourceMappingURL=chunk-5WFBHIM5.js.map
20832
+ //# sourceMappingURL=chunk-6UEVHQTJ.js.map
20833
+ //# sourceMappingURL=chunk-6UEVHQTJ.js.map