@datatechsolutions/ui 2.11.66 → 2.11.67
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 +150 -150
- package/dist/astrlabe/index.mjs +6 -6
- package/dist/astrlabe/workflow-canvas.js +4 -4
- package/dist/astrlabe/workflow-canvas.mjs +3 -3
- package/dist/{chunk-GQBSFIXC.mjs → chunk-5WHGDFAG.mjs} +6 -6
- package/dist/{chunk-GQBSFIXC.mjs.map → chunk-5WHGDFAG.mjs.map} +1 -1
- package/dist/{chunk-2QHIFD2J.mjs → chunk-MEVJ3F5S.mjs} +3 -3
- package/dist/{chunk-2QHIFD2J.mjs.map → chunk-MEVJ3F5S.mjs.map} +1 -1
- package/dist/{chunk-23SPYTXR.js → chunk-UQJBX6NR.js} +64 -64
- package/dist/{chunk-23SPYTXR.js.map → chunk-UQJBX6NR.js.map} +1 -1
- package/dist/{chunk-T23YGO4X.js → chunk-WMATNSF6.js} +6 -6
- package/dist/{chunk-T23YGO4X.js.map → chunk-WMATNSF6.js.map} +1 -1
- package/dist/index.js +753 -753
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
+
var chunkUZ3CMNUJ_js = require('./chunk-UZ3CMNUJ.js');
|
|
4
5
|
var chunkYXN2K77G_js = require('./chunk-YXN2K77G.js');
|
|
5
6
|
var chunkS7KHTUHA_js = require('./chunk-S7KHTUHA.js');
|
|
6
|
-
var chunkUZ3CMNUJ_js = require('./chunk-UZ3CMNUJ.js');
|
|
7
7
|
var Headless6 = require('@headlessui/react');
|
|
8
8
|
var clsx = require('clsx');
|
|
9
9
|
var React12 = require('react');
|
|
@@ -17173,7 +17173,7 @@ function DepartmentAssistantDemo({
|
|
|
17173
17173
|
setStage("input");
|
|
17174
17174
|
}, []);
|
|
17175
17175
|
const stageIndex = React12.useMemo(() => stage === "input" ? 0 : stage === "workflow" ? 1 : 2, [stage]);
|
|
17176
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: `liquid-surface rounded-3xl overflow-hidden ${className ?? ""}`, children: [
|
|
17176
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: `liquid-surface-strong rounded-3xl overflow-hidden backdrop-blur-xl ${className ?? ""}`, children: [
|
|
17177
17177
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "border-b border-white/5 px-4 py-3 flex flex-wrap items-center gap-2", children: [
|
|
17178
17178
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2 pr-3", children: [
|
|
17179
17179
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: `flex h-7 w-7 items-center justify-center rounded-lg bg-gradient-to-br ${t.brandGradient}`, children: /* @__PURE__ */ jsxRuntime.jsx(HeroIcons.CpuChipIcon, { className: "h-4 w-4 text-white" }) }),
|
|
@@ -17257,8 +17257,8 @@ function DepartmentAssistantDemo({
|
|
|
17257
17257
|
animate: { opacity: 1, y: 0 },
|
|
17258
17258
|
exit: { opacity: 0, y: -12 },
|
|
17259
17259
|
transition: { duration: 0.45 },
|
|
17260
|
-
className: "
|
|
17261
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "
|
|
17260
|
+
className: "px-0 pb-0",
|
|
17261
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "overflow-hidden", style: { height: 580 }, children: flow.dashboard })
|
|
17262
17262
|
},
|
|
17263
17263
|
`dashboard-${flow.id}`
|
|
17264
17264
|
)
|
|
@@ -25337,5 +25337,5 @@ exports.usePullToRefresh = usePullToRefresh;
|
|
|
25337
25337
|
exports.validateDashboardSpec = validateDashboardSpec;
|
|
25338
25338
|
exports.xScale = xScale;
|
|
25339
25339
|
exports.yScale = yScale;
|
|
25340
|
-
//# sourceMappingURL=chunk-
|
|
25341
|
-
//# sourceMappingURL=chunk-
|
|
25340
|
+
//# sourceMappingURL=chunk-WMATNSF6.js.map
|
|
25341
|
+
//# sourceMappingURL=chunk-WMATNSF6.js.map
|