@datatechsolutions/ui 2.11.64 → 2.11.66

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.
@@ -11,7 +11,7 @@ import { AnimatePresence, motion, useReducedMotion, useMotionValue, useTransform
11
11
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
12
12
  import { ChevronDownIcon, CheckCircleIcon, EyeSlashIcon, EyeIcon, XMarkIcon, CheckIcon, ChevronLeftIcon, ChevronRightIcon, EllipsisVerticalIcon, ClipboardDocumentIcon as ClipboardDocumentIcon$1, ArrowDownTrayIcon } from '@heroicons/react/20/solid';
13
13
  import * as HeroIcons from '@heroicons/react/24/outline';
14
- import { PlusIcon, MinusIcon, ShoppingCartIcon, BanknotesIcon, MegaphoneIcon, CubeIcon, UsersIcon, DocumentTextIcon, ShieldCheckIcon, CheckCircleIcon as CheckCircleIcon$1, RocketLaunchIcon, HandThumbUpIcon, AdjustmentsHorizontalIcon, TableCellsIcon, MapIcon, XMarkIcon as XMarkIcon$1, ClockIcon, BuildingStorefrontIcon, MagnifyingGlassIcon, InformationCircleIcon, ArrowTrendingUpIcon, ArrowTrendingDownIcon, ChevronUpIcon, ChevronDownIcon as ChevronDownIcon$1, ChevronUpDownIcon, DocumentMagnifyingGlassIcon, ShieldExclamationIcon, ServerStackIcon, WifiIcon, ExclamationTriangleIcon, ArrowPathIcon, FolderOpenIcon, BellIcon, TrashIcon, ExclamationCircleIcon, CheckIcon as CheckIcon$1, ClipboardDocumentCheckIcon, ClipboardDocumentIcon, CalendarDaysIcon, ChevronLeftIcon as ChevronLeftIcon$1, ChevronRightIcon as ChevronRightIcon$1, FunnelIcon, CameraIcon, ArrowUpTrayIcon, BeakerIcon, GlobeAltIcon, WrenchScrewdriverIcon, EyeDropperIcon, MoonIcon as MoonIcon$1, SunIcon as SunIcon$1, UserCircleIcon, ArrowRightOnRectangleIcon, LanguageIcon, PlayIcon, StopIcon, SparklesIcon, CpuChipIcon, XCircleIcon, LockClosedIcon, EnvelopeIcon, ChatBubbleLeftIcon, TrophyIcon, CogIcon, ChartBarIcon, HomeIcon, Cog6ToothIcon, UserIcon, BoltIcon, ArrowRightIcon, Squares2X2Icon, PlusCircleIcon, CloudIcon, NewspaperIcon, CommandLineIcon, RectangleStackIcon, CodeBracketIcon, CircleStackIcon } from '@heroicons/react/24/outline';
14
+ import { PlusIcon, MinusIcon, ShoppingCartIcon, BanknotesIcon, MegaphoneIcon, CubeIcon, UsersIcon, DocumentTextIcon, ShieldCheckIcon, CheckCircleIcon as CheckCircleIcon$1, RocketLaunchIcon, HandThumbUpIcon, AdjustmentsHorizontalIcon, TableCellsIcon, MapIcon, XMarkIcon as XMarkIcon$1, ClockIcon, BuildingStorefrontIcon, MagnifyingGlassIcon, InformationCircleIcon, ArrowTrendingUpIcon, ArrowTrendingDownIcon, ChevronUpIcon, ChevronDownIcon as ChevronDownIcon$1, ChevronUpDownIcon, DocumentMagnifyingGlassIcon, ShieldExclamationIcon, ServerStackIcon, WifiIcon, ExclamationTriangleIcon, ArrowPathIcon, FolderOpenIcon, BellIcon, TrashIcon, ExclamationCircleIcon, CheckIcon as CheckIcon$1, ClipboardDocumentCheckIcon, ClipboardDocumentIcon, CalendarDaysIcon, ChevronLeftIcon as ChevronLeftIcon$1, ChevronRightIcon as ChevronRightIcon$1, FunnelIcon, CameraIcon, ArrowUpTrayIcon, BeakerIcon, GlobeAltIcon, WrenchScrewdriverIcon, EyeDropperIcon, MoonIcon as MoonIcon$1, SunIcon as SunIcon$1, UserCircleIcon, ArrowRightOnRectangleIcon, LanguageIcon, PlayIcon, StopIcon, SparklesIcon, CpuChipIcon, XCircleIcon, LockClosedIcon, EnvelopeIcon, ChatBubbleLeftIcon, TrophyIcon, CogIcon, ChartBarIcon, HomeIcon, Cog6ToothIcon, UserIcon, BoltIcon, Squares2X2Icon, PlusCircleIcon, CloudIcon, NewspaperIcon, CommandLineIcon, RectangleStackIcon, CodeBracketIcon, CircleStackIcon } from '@heroicons/react/24/outline';
15
15
  import * as Popover from '@radix-ui/react-popover';
16
16
  import { createPortal } from 'react-dom';
17
17
  import { startOfDay, startOfMonth, endOfMonth, eachDayOfInterval, getDay, subMonths, addMonths, isAfter, format, isSameDay, isSameMonth, parse } from 'date-fns';
@@ -16388,50 +16388,58 @@ var DashboardDemo = ({
16388
16388
  }
16389
16389
  );
16390
16390
  };
16391
+ var DEFAULT_THEME = {
16392
+ runButtonGradient: "from-indigo-600 to-violet-600",
16393
+ runButtonShadow: "shadow-indigo-500/20",
16394
+ stepActiveBg: "bg-indigo-500",
16395
+ activeRing: "ring-indigo-500/60",
16396
+ activeEdgeStroke: "#818cf8",
16397
+ completeEdgeStroke: "#10b981",
16398
+ badge: "bg-indigo-500/15 text-indigo-700 dark:text-indigo-300"
16399
+ };
16391
16400
  var NODE_TYPE_META = {
16392
- start: { icon: PlayIcon, color: "text-emerald-300", bg: "bg-emerald-500/15", glow: "rgba(16,185,129,0.45)" },
16393
- end: { icon: CheckCircleIcon$1, color: "text-emerald-300", bg: "bg-emerald-500/15", glow: "rgba(16,185,129,0.45)" },
16394
- datasource: { icon: CircleStackIcon, color: "text-sky-300", bg: "bg-sky-500/15", glow: "rgba(14,165,233,0.45)" },
16395
- entity: { icon: RectangleStackIcon, color: "text-sky-300", bg: "bg-sky-500/15", glow: "rgba(14,165,233,0.45)" },
16396
- http_request: { icon: CloudIcon, color: "text-cyan-300", bg: "bg-cyan-500/15", glow: "rgba(34,211,238,0.45)" },
16397
- knowledge_base: { icon: ServerStackIcon, color: "text-cyan-300", bg: "bg-cyan-500/15", glow: "rgba(34,211,238,0.45)" },
16398
- agent: { icon: CpuChipIcon, color: "text-purple-300", bg: "bg-purple-500/15", glow: "rgba(168,85,247,0.5)" },
16399
- agent_tool: { icon: BeakerIcon, color: "text-violet-300", bg: "bg-violet-500/15", glow: "rgba(139,92,246,0.5)" },
16400
- tool: { icon: BeakerIcon, color: "text-violet-300", bg: "bg-violet-500/15", glow: "rgba(139,92,246,0.5)" },
16401
- code: { icon: CodeBracketIcon, color: "text-amber-300", bg: "bg-amber-500/15", glow: "rgba(245,158,11,0.45)" },
16402
- template_transform: { icon: DocumentTextIcon, color: "text-amber-300", bg: "bg-amber-500/15", glow: "rgba(245,158,11,0.45)" },
16403
- if_else: { icon: BoltIcon, color: "text-orange-300", bg: "bg-orange-500/15", glow: "rgba(251,146,60,0.5)" },
16404
- question_classifier: { icon: BoltIcon, color: "text-orange-300", bg: "bg-orange-500/15", glow: "rgba(251,146,60,0.5)" },
16405
- parameter_extractor: { icon: AdjustmentsHorizontalIcon, color: "text-orange-300", bg: "bg-orange-500/15", glow: "rgba(251,146,60,0.5)" },
16406
- variable_aggregator: { icon: AdjustmentsHorizontalIcon, color: "text-yellow-300", bg: "bg-yellow-500/15", glow: "rgba(234,179,8,0.45)" },
16407
- variable_assigner: { icon: AdjustmentsHorizontalIcon, color: "text-yellow-300", bg: "bg-yellow-500/15", glow: "rgba(234,179,8,0.45)" },
16408
- iteration: { icon: ArrowPathIcon, color: "text-fuchsia-300", bg: "bg-fuchsia-500/15", glow: "rgba(232,121,249,0.5)" },
16409
- iteration_start: { icon: ArrowPathIcon, color: "text-fuchsia-300", bg: "bg-fuchsia-500/15", glow: "rgba(232,121,249,0.5)" },
16410
- list_operator: { icon: AdjustmentsHorizontalIcon, color: "text-fuchsia-300", bg: "bg-fuchsia-500/15", glow: "rgba(232,121,249,0.5)" },
16411
- answer: { icon: ChartBarIcon, color: "text-emerald-300", bg: "bg-emerald-500/15", glow: "rgba(16,185,129,0.45)" },
16412
- dashboard_output: { icon: ChartBarIcon, color: "text-emerald-300", bg: "bg-emerald-500/15", glow: "rgba(16,185,129,0.45)" },
16413
- rule: { icon: BoltIcon, color: "text-rose-300", bg: "bg-rose-500/15", glow: "rgba(244,63,94,0.5)" },
16414
- document_extractor: { icon: DocumentTextIcon, color: "text-amber-300", bg: "bg-amber-500/15", glow: "rgba(245,158,11,0.45)" },
16415
- model_provider: { icon: CpuChipIcon, color: "text-violet-300", bg: "bg-violet-500/15", glow: "rgba(139,92,246,0.5)" },
16416
- note: { icon: DocumentTextIcon, color: "text-slate-300", bg: "bg-slate-500/15", glow: "rgba(100,116,139,0.4)" },
16417
- group: { icon: RectangleStackIcon, color: "text-slate-300", bg: "bg-slate-500/15", glow: "rgba(100,116,139,0.4)" }
16401
+ start: { icon: PlayIcon, color: "text-emerald-300", bg: "bg-emerald-500/15", glow: "rgba(16,185,129,0.45)", tag: "start" },
16402
+ end: { icon: CheckCircleIcon$1, color: "text-emerald-300", bg: "bg-emerald-500/15", glow: "rgba(16,185,129,0.45)", tag: "end" },
16403
+ datasource: { icon: CircleStackIcon, color: "text-sky-300", bg: "bg-sky-500/15", glow: "rgba(14,165,233,0.45)", tag: "datasource" },
16404
+ entity: { icon: RectangleStackIcon, color: "text-sky-300", bg: "bg-sky-500/15", glow: "rgba(14,165,233,0.45)", tag: "entity" },
16405
+ http_request: { icon: CloudIcon, color: "text-cyan-300", bg: "bg-cyan-500/15", glow: "rgba(34,211,238,0.45)", tag: "http" },
16406
+ knowledge_base: { icon: ServerStackIcon, color: "text-cyan-300", bg: "bg-cyan-500/15", glow: "rgba(34,211,238,0.45)", tag: "kb" },
16407
+ agent: { icon: CpuChipIcon, color: "text-purple-300", bg: "bg-purple-500/15", glow: "rgba(168,85,247,0.5)", tag: "agent" },
16408
+ agent_tool: { icon: BeakerIcon, color: "text-violet-300", bg: "bg-violet-500/15", glow: "rgba(139,92,246,0.5)", tag: "agent.tool" },
16409
+ tool: { icon: BeakerIcon, color: "text-violet-300", bg: "bg-violet-500/15", glow: "rgba(139,92,246,0.5)", tag: "tool" },
16410
+ code: { icon: CodeBracketIcon, color: "text-amber-300", bg: "bg-amber-500/15", glow: "rgba(245,158,11,0.45)", tag: "code" },
16411
+ template_transform: { icon: DocumentTextIcon, color: "text-amber-300", bg: "bg-amber-500/15", glow: "rgba(245,158,11,0.45)", tag: "template" },
16412
+ if_else: { icon: BoltIcon, color: "text-orange-300", bg: "bg-orange-500/15", glow: "rgba(251,146,60,0.5)", tag: "branch" },
16413
+ question_classifier: { icon: BoltIcon, color: "text-orange-300", bg: "bg-orange-500/15", glow: "rgba(251,146,60,0.5)", tag: "classifier" },
16414
+ parameter_extractor: { icon: AdjustmentsHorizontalIcon, color: "text-orange-300", bg: "bg-orange-500/15", glow: "rgba(251,146,60,0.5)", tag: "extractor" },
16415
+ variable_aggregator: { icon: AdjustmentsHorizontalIcon, color: "text-yellow-300", bg: "bg-yellow-500/15", glow: "rgba(234,179,8,0.45)", tag: "aggregate" },
16416
+ variable_assigner: { icon: AdjustmentsHorizontalIcon, color: "text-yellow-300", bg: "bg-yellow-500/15", glow: "rgba(234,179,8,0.45)", tag: "assign" },
16417
+ iteration: { icon: ArrowPathIcon, color: "text-fuchsia-300", bg: "bg-fuchsia-500/15", glow: "rgba(232,121,249,0.5)", tag: "iterate" },
16418
+ iteration_start: { icon: ArrowPathIcon, color: "text-fuchsia-300", bg: "bg-fuchsia-500/15", glow: "rgba(232,121,249,0.5)", tag: "iterate.start" },
16419
+ list_operator: { icon: AdjustmentsHorizontalIcon, color: "text-fuchsia-300", bg: "bg-fuchsia-500/15", glow: "rgba(232,121,249,0.5)", tag: "list" },
16420
+ answer: { icon: ChartBarIcon, color: "text-emerald-300", bg: "bg-emerald-500/15", glow: "rgba(16,185,129,0.45)", tag: "answer" },
16421
+ dashboard_output: { icon: ChartBarIcon, color: "text-emerald-300", bg: "bg-emerald-500/15", glow: "rgba(16,185,129,0.45)", tag: "dashboard" },
16422
+ rule: { icon: BoltIcon, color: "text-rose-300", bg: "bg-rose-500/15", glow: "rgba(244,63,94,0.5)", tag: "rule" },
16423
+ document_extractor: { icon: DocumentTextIcon, color: "text-amber-300", bg: "bg-amber-500/15", glow: "rgba(245,158,11,0.45)", tag: "extract" },
16424
+ model_provider: { icon: CpuChipIcon, color: "text-violet-300", bg: "bg-violet-500/15", glow: "rgba(139,92,246,0.5)", tag: "model" },
16425
+ note: { icon: DocumentTextIcon, color: "text-slate-300", bg: "bg-slate-500/15", glow: "rgba(100,116,139,0.4)", tag: "note" },
16426
+ group: { icon: RectangleStackIcon, color: "text-slate-300", bg: "bg-slate-500/15", glow: "rgba(100,116,139,0.4)", tag: "group" }
16418
16427
  };
16419
- var FALLBACK_META = { icon: BoltIcon, color: "text-gray-300", bg: "bg-gray-500/15", glow: "rgba(100,116,139,0.4)" };
16428
+ var FALLBACK_META = { icon: BoltIcon, color: "text-gray-300", bg: "bg-gray-500/15", glow: "rgba(100,116,139,0.4)", tag: "node" };
16420
16429
  function getNodeMeta(type) {
16421
16430
  return NODE_TYPE_META[type] ?? FALLBACK_META;
16422
16431
  }
16423
- var NODE_W = 180;
16424
- var NODE_H = 80;
16425
- var PADDING = 24;
16426
16432
  function DepartmentWorkflowDemo({
16427
16433
  workflow,
16428
16434
  stepDurationMs = 1100,
16429
16435
  autoPlay = false,
16430
16436
  className,
16431
16437
  hideHeader = false,
16432
- onComplete
16438
+ onComplete,
16439
+ theme
16433
16440
  }) {
16434
- const { graph, steps, title, description, accentBadge = "bg-indigo-500/15 text-indigo-300", completionSummary } = workflow;
16441
+ const t = { ...DEFAULT_THEME, ...theme };
16442
+ const { graph, steps, title, description, accentBadge, completionSummary } = workflow;
16435
16443
  const [stepIndex, setStepIndex] = useState(-1);
16436
16444
  const intervalRef = useRef(null);
16437
16445
  const completedRef = useRef(false);
@@ -16439,6 +16447,20 @@ function DepartmentWorkflowDemo({
16439
16447
  const isIdle = stepIndex === -1;
16440
16448
  const isRunning = stepIndex >= 0 && stepIndex < total - 1;
16441
16449
  const isComplete = stepIndex === total - 1 && total > 0;
16450
+ const columns = useMemo(() => {
16451
+ const stepByNode = /* @__PURE__ */ new Map();
16452
+ steps.forEach((s, idx) => {
16453
+ for (const id of s.nodes) {
16454
+ if (!stepByNode.has(id)) stepByNode.set(id, idx);
16455
+ }
16456
+ });
16457
+ const cols = steps.map(() => []);
16458
+ for (const node2 of graph.nodes) {
16459
+ const idx = stepByNode.get(node2.id);
16460
+ if (idx !== void 0) cols[idx].push(node2);
16461
+ }
16462
+ return cols.map((col, i) => ({ stepIndex: i, nodes: col, label: steps[i]?.label ?? "" })).filter((c) => c.nodes.length > 0);
16463
+ }, [graph.nodes, steps]);
16442
16464
  const activeNodeIds = useMemo(() => {
16443
16465
  if (stepIndex < 0) return /* @__PURE__ */ new Set();
16444
16466
  return new Set(steps[stepIndex]?.nodes ?? []);
@@ -16488,42 +16510,32 @@ function DepartmentWorkflowDemo({
16488
16510
  if (intervalRef.current) clearInterval(intervalRef.current);
16489
16511
  };
16490
16512
  }, [autoPlay, handleRun]);
16491
- const bounds = useMemo(() => {
16492
- if (graph.nodes.length === 0) return { width: 800, height: 400 };
16493
- let maxX = 0;
16494
- let maxY = 0;
16495
- for (const node2 of graph.nodes) {
16496
- if (node2.position.x > maxX) maxX = node2.position.x;
16497
- if (node2.position.y > maxY) maxY = node2.position.y;
16498
- }
16499
- return { width: maxX + NODE_W + PADDING * 2, height: maxY + NODE_H + PADDING * 2 };
16500
- }, [graph.nodes]);
16501
16513
  const currentStepLabel = stepIndex >= 0 ? steps[stepIndex]?.label : "Ready to run";
16502
16514
  return /* @__PURE__ */ jsxs("div", { className: `liquid-surface rounded-2xl overflow-hidden ${className ?? ""}`, children: [
16503
16515
  !hideHeader && /* @__PURE__ */ jsxs("div", { className: "border-b border-white/5 px-5 py-4 flex items-start gap-4", children: [
16504
16516
  /* @__PURE__ */ jsxs("div", { className: "flex-1 min-w-0", children: [
16505
- /* @__PURE__ */ jsxs("span", { className: `inline-flex items-center gap-1.5 rounded-full px-2.5 py-0.5 text-[10px] font-semibold uppercase tracking-wider ${accentBadge}`, children: [
16517
+ /* @__PURE__ */ jsxs("span", { className: `inline-flex items-center gap-1.5 rounded-full px-2.5 py-0.5 text-[10px] font-semibold uppercase tracking-wider ${accentBadge ?? t.badge}`, children: [
16506
16518
  /* @__PURE__ */ jsx(BoltIcon, { className: "h-3 w-3" }),
16507
16519
  "Astrlabe workflow"
16508
16520
  ] }),
16509
- /* @__PURE__ */ jsx("h3", { className: "mt-2 text-lg font-bold text-white", children: title }),
16510
- /* @__PURE__ */ jsx("p", { className: "mt-0.5 text-xs text-gray-400", children: description })
16521
+ /* @__PURE__ */ jsx("h3", { className: "mt-2 text-lg font-bold text-gray-900 dark:text-white", children: title }),
16522
+ /* @__PURE__ */ jsx("p", { className: "mt-0.5 text-xs text-gray-500 dark:text-gray-400", children: description })
16511
16523
  ] }),
16512
16524
  /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2 shrink-0", children: [
16513
16525
  stepIndex >= 0 && /* @__PURE__ */ jsx("div", { className: "flex items-center gap-0.5", children: steps.map((_, index) => /* @__PURE__ */ jsx(
16514
16526
  "div",
16515
16527
  {
16516
- className: `h-1 w-3 rounded-full transition-all duration-500 ${index < stepIndex || isComplete ? "bg-emerald-500" : index === stepIndex ? "bg-indigo-500 animate-pulse" : "bg-white/10"}`
16528
+ className: `h-1 w-3 rounded-full transition-all duration-500 ${index < stepIndex || isComplete ? "bg-emerald-500" : index === stepIndex ? `${t.stepActiveBg} animate-pulse` : "bg-white/10"}`
16517
16529
  },
16518
16530
  index
16519
16531
  )) }),
16520
- /* @__PURE__ */ jsx("span", { className: "max-w-[180px] truncate text-[10px] text-gray-400", children: currentStepLabel }),
16532
+ /* @__PURE__ */ jsx("span", { className: "max-w-[180px] truncate text-[10px] text-gray-500 dark:text-gray-400", children: currentStepLabel }),
16521
16533
  isIdle ? /* @__PURE__ */ jsxs(
16522
16534
  "button",
16523
16535
  {
16524
16536
  type: "button",
16525
16537
  onClick: handleRun,
16526
- className: "flex items-center gap-1 rounded-lg bg-gradient-to-r from-indigo-600 to-violet-600 px-3 py-1 text-[11px] font-semibold text-white shadow-lg shadow-indigo-500/20 hover:shadow-indigo-500/30 hover:scale-105 active:scale-95 transition-all",
16538
+ className: `flex items-center gap-1 rounded-lg bg-gradient-to-r ${t.runButtonGradient} px-3 py-1 text-[11px] font-semibold text-white shadow-lg ${t.runButtonShadow} hover:scale-105 active:scale-95 transition-all`,
16527
16539
  children: [
16528
16540
  /* @__PURE__ */ jsx(PlayIcon, { className: "h-3 w-3" }),
16529
16541
  " Run"
@@ -16545,7 +16557,7 @@ function DepartmentWorkflowDemo({
16545
16557
  {
16546
16558
  type: "button",
16547
16559
  onClick: handleRun,
16548
- className: "flex items-center gap-1 rounded-lg border border-white/10 px-3 py-1 text-[11px] font-medium text-gray-300 hover:bg-white/5",
16560
+ className: "flex items-center gap-1 rounded-lg border border-white/10 px-3 py-1 text-[11px] font-medium text-gray-700 dark:text-gray-300 hover:bg-white/5",
16549
16561
  children: [
16550
16562
  /* @__PURE__ */ jsx(ArrowPathIcon, { className: "h-3 w-3" }),
16551
16563
  " Replay"
@@ -16554,80 +16566,74 @@ function DepartmentWorkflowDemo({
16554
16566
  )
16555
16567
  ] })
16556
16568
  ] }),
16557
- /* @__PURE__ */ jsxs("div", { className: "relative overflow-auto p-6", style: { minHeight: bounds.height + PADDING * 2 }, children: [
16569
+ /* @__PURE__ */ jsxs("div", { className: "overflow-x-auto px-4 py-5", children: [
16558
16570
  /* @__PURE__ */ jsx("style", { children: `
16559
- @keyframes astGlow { 0%, 100% { box-shadow: 0 0 12px var(--glow); } 50% { box-shadow: 0 0 28px var(--glow); } }
16560
- @keyframes astEdge { to { stroke-dashoffset: -16; } }
16571
+ @keyframes deptGlow { 0%, 100% { box-shadow: 0 0 12px var(--glow); } 50% { box-shadow: 0 0 28px var(--glow); } }
16572
+ @keyframes deptEdge { to { stroke-dashoffset: -16; } }
16561
16573
  ` }),
16562
- /* @__PURE__ */ jsxs("div", { className: "relative", style: { width: bounds.width, height: bounds.height }, children: [
16563
- /* @__PURE__ */ jsx("svg", { className: "absolute inset-0 pointer-events-none", width: bounds.width, height: bounds.height, children: graph.edges.map((edge2) => {
16564
- const source = graph.nodes.find((n) => n.id === edge2.source);
16565
- const target = graph.nodes.find((n) => n.id === edge2.target);
16566
- if (!source || !target) return null;
16567
- const x1 = source.position.x + NODE_W;
16568
- const y1 = source.position.y + NODE_H / 2;
16569
- const x2 = target.position.x;
16570
- const y2 = target.position.y + NODE_H / 2;
16571
- const midX = (x1 + x2) / 2;
16572
- const isActive = activeNodeIds.has(edge2.source) || completedNodeIds.has(edge2.source) && (activeNodeIds.has(edge2.target) || completedNodeIds.has(edge2.target));
16573
- const isComplete2 = completedNodeIds.has(edge2.source) && completedNodeIds.has(edge2.target);
16574
- const stroke = isComplete2 ? "#10b981" : isActive ? "#818cf8" : "#334155";
16575
- return /* @__PURE__ */ jsxs("g", { children: [
16574
+ /* @__PURE__ */ jsx("div", { className: "flex items-stretch gap-0 min-w-full", children: columns.map((col, colIdx) => {
16575
+ const isStepActive = stepIndex === col.stepIndex;
16576
+ const isStepDone = stepIndex > col.stepIndex;
16577
+ const showsConnector = colIdx > 0;
16578
+ return /* @__PURE__ */ jsxs("div", { className: "flex shrink-0 items-stretch", children: [
16579
+ showsConnector && /* @__PURE__ */ jsxs("svg", { width: "36", height: "100", className: "self-center shrink-0", viewBox: "0 0 36 100", children: [
16576
16580
  /* @__PURE__ */ jsx(
16577
- "path",
16581
+ "line",
16578
16582
  {
16579
- d: `M ${x1} ${y1} C ${midX} ${y1}, ${midX} ${y2}, ${x2} ${y2}`,
16580
- fill: "none",
16581
- stroke,
16582
- strokeWidth: 2,
16583
+ x1: "0",
16584
+ y1: "50",
16585
+ x2: "36",
16586
+ y2: "50",
16587
+ stroke: isStepDone ? t.completeEdgeStroke : isStepActive ? t.activeEdgeStroke : "#334155",
16588
+ strokeWidth: "2",
16583
16589
  strokeDasharray: "6 4",
16584
- style: { animation: isActive && !isComplete2 ? "astEdge 0.8s linear infinite" : "none" }
16590
+ style: { animation: isStepActive ? "deptEdge 0.8s linear infinite" : "none" }
16585
16591
  }
16586
16592
  ),
16587
- /* @__PURE__ */ jsx("circle", { cx: x2, cy: y2, r: "3", fill: stroke })
16588
- ] }, edge2.id);
16589
- }) }),
16590
- graph.nodes.map((node2) => {
16591
- const status = getStatus(node2);
16592
- const meta = getNodeMeta(node2.type);
16593
- const statusBorder = status === "running" ? "ring-2 ring-indigo-500/60 scale-[1.04]" : status === "complete" ? "ring-1 ring-emerald-500/40" : "opacity-60";
16594
- return /* @__PURE__ */ jsx(
16595
- "div",
16596
- {
16597
- className: `absolute liquid-surface rounded-2xl px-3 py-2.5 transition-all duration-500 ${statusBorder}`,
16598
- style: {
16599
- left: node2.position.x,
16600
- top: node2.position.y,
16601
- width: NODE_W,
16602
- height: NODE_H,
16603
- ...status === "running" ? { "--glow": meta.glow, animation: "astGlow 1.4s ease-in-out infinite" } : {}
16604
- },
16605
- children: /* @__PURE__ */ jsxs("div", { className: "flex items-start gap-2.5", children: [
16606
- /* @__PURE__ */ jsx("div", { className: `flex h-8 w-8 shrink-0 items-center justify-center rounded-lg ${meta.bg}`, children: /* @__PURE__ */ jsx(meta.icon, { className: `h-4 w-4 ${meta.color}` }) }),
16607
- /* @__PURE__ */ jsxs("div", { className: "min-w-0 flex-1", children: [
16608
- /* @__PURE__ */ jsx("div", { className: "truncate text-[12px] font-semibold text-white", children: node2.data.label }),
16609
- /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-1 text-[9px] text-gray-500 font-mono", children: [
16610
- /* @__PURE__ */ jsx("span", { className: "truncate", children: node2.type }),
16611
- status === "running" && /* @__PURE__ */ jsxs("span", { className: "flex items-center gap-0.5 text-indigo-300", children: [
16612
- /* @__PURE__ */ jsx(ArrowRightIcon, { className: "h-2.5 w-2.5 animate-pulse" }),
16613
- "running"
16614
- ] }),
16615
- status === "complete" && /* @__PURE__ */ jsxs("span", { className: "flex items-center gap-0.5 text-emerald-400", children: [
16616
- /* @__PURE__ */ jsx(CheckCircleIcon$1, { className: "h-2.5 w-2.5" }),
16617
- "done"
16593
+ /* @__PURE__ */ jsx("circle", { cx: "34", cy: "50", r: "3", fill: isStepDone ? t.completeEdgeStroke : isStepActive ? t.activeEdgeStroke : "#334155" })
16594
+ ] }),
16595
+ /* @__PURE__ */ jsxs("div", { className: "flex w-[160px] flex-col gap-2 shrink-0", children: [
16596
+ /* @__PURE__ */ jsxs("div", { className: "text-[8px] font-bold uppercase tracking-wider text-gray-400 dark:text-gray-500 text-center", children: [
16597
+ "Step ",
16598
+ col.stepIndex + 1
16599
+ ] }),
16600
+ col.nodes.map((node2) => {
16601
+ const status = getStatus(node2);
16602
+ const meta = getNodeMeta(node2.type);
16603
+ const statusClass = status === "running" ? `scale-[1.04] ring-2 ${t.activeRing}` : status === "complete" ? "ring-1 ring-emerald-500/40" : "opacity-50";
16604
+ return /* @__PURE__ */ jsx(
16605
+ "div",
16606
+ {
16607
+ className: `liquid-surface rounded-xl p-2.5 transition-all duration-500 ${statusClass}`,
16608
+ style: status === "running" ? { "--glow": meta.glow, animation: "deptGlow 1.4s ease-in-out infinite" } : void 0,
16609
+ children: /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
16610
+ /* @__PURE__ */ jsx("div", { className: `flex h-8 w-8 shrink-0 items-center justify-center rounded-lg ${meta.bg}`, children: /* @__PURE__ */ jsx(meta.icon, { className: `h-4 w-4 ${meta.color}` }) }),
16611
+ /* @__PURE__ */ jsxs("div", { className: "min-w-0 flex-1", children: [
16612
+ /* @__PURE__ */ jsx("div", { className: "truncate text-[11px] font-semibold text-gray-900 dark:text-white", children: node2.data.label }),
16613
+ /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-1 text-[8px] text-gray-500 dark:text-gray-500", children: [
16614
+ /* @__PURE__ */ jsx("span", { className: "truncate font-mono", children: meta.tag }),
16615
+ status === "running" && /* @__PURE__ */ jsxs("span", { className: `flex items-center gap-0.5 ${t.stepActiveBg.replace("bg-", "text-")}`, children: [
16616
+ /* @__PURE__ */ jsx("span", { className: "h-1 w-1 rounded-full bg-current animate-pulse" }),
16617
+ "ativo"
16618
+ ] }),
16619
+ status === "complete" && /* @__PURE__ */ jsxs("span", { className: "flex items-center gap-0.5 text-emerald-500", children: [
16620
+ /* @__PURE__ */ jsx(CheckCircleIcon$1, { className: "h-2.5 w-2.5" }),
16621
+ "ok"
16622
+ ] })
16623
+ ] })
16618
16624
  ] })
16619
16625
  ] })
16620
- ] })
16621
- ] })
16622
- },
16623
- node2.id
16624
- );
16625
- })
16626
- ] })
16626
+ },
16627
+ node2.id
16628
+ );
16629
+ })
16630
+ ] })
16631
+ ] }, col.stepIndex);
16632
+ }) })
16627
16633
  ] }),
16628
16634
  isComplete && completionSummary && /* @__PURE__ */ jsxs("div", { className: "border-t border-white/5 bg-emerald-500/[0.06] px-5 py-3 flex items-center gap-2", children: [
16629
- /* @__PURE__ */ jsx(CheckCircleIcon$1, { className: "h-4 w-4 shrink-0 text-emerald-400" }),
16630
- /* @__PURE__ */ jsx("span", { className: "text-[11px] font-semibold text-emerald-300", children: completionSummary })
16635
+ /* @__PURE__ */ jsx(CheckCircleIcon$1, { className: "h-4 w-4 shrink-0 text-emerald-500" }),
16636
+ /* @__PURE__ */ jsx("span", { className: "text-[11px] font-semibold text-emerald-700 dark:text-emerald-300", children: completionSummary })
16631
16637
  ] })
16632
16638
  ] });
16633
16639
  }
@@ -16872,6 +16878,160 @@ var customerAnalyticsWorkflow = {
16872
16878
  step("Publishing analytics dashboard\u2026", "dashboard")
16873
16879
  ]
16874
16880
  };
16881
+ var payrollWorkflow = {
16882
+ title: "Folha de pagamento \u2014 fechamento eSocial",
16883
+ description: "Ponto \u2192 c\xE1lculos paralelos (FGTS / INSS / IRRF) \u2192 encargos \u2192 S-1200 \u2192 dashboard.",
16884
+ accentBadge: "bg-cyan-500/15 text-cyan-300",
16885
+ completionSummary: "142 holerites processados \xB7 R$ 890k bruto \xB7 eSocial S-1200 transmitido",
16886
+ graph: buildGraph(
16887
+ [
16888
+ node("start", "start", "Fechamento mensal", 0, 120),
16889
+ node("attendance", "datasource", "Buscar ponto", 220, 120),
16890
+ node("fgts", "code", "Calcular FGTS", 460, 10),
16891
+ node("inss", "code", "Calcular INSS", 460, 120),
16892
+ node("irrf", "code", "Calcular IRRF", 460, 230),
16893
+ node("aggregate", "variable_aggregator", "Agregar folha", 700, 120),
16894
+ node("esocial", "template_transform", "Gerar S-1200", 940, 120),
16895
+ node("transmit", "http_request", "Transmitir eSocial", 1180, 120),
16896
+ node("report", "dashboard_output", "Dashboard folha", 1420, 120)
16897
+ ],
16898
+ [
16899
+ edge("start", "attendance"),
16900
+ edge("attendance", "fgts"),
16901
+ edge("attendance", "inss"),
16902
+ edge("attendance", "irrf"),
16903
+ edge("fgts", "aggregate"),
16904
+ edge("inss", "aggregate"),
16905
+ edge("irrf", "aggregate"),
16906
+ edge("aggregate", "esocial"),
16907
+ edge("esocial", "transmit"),
16908
+ edge("transmit", "report")
16909
+ ]
16910
+ ),
16911
+ steps: [
16912
+ step("Iniciando fechamento mensal\u2026", "start"),
16913
+ step("Buscando registros de ponto\u2026", "attendance"),
16914
+ step("Calculando FGTS, INSS e IRRF em paralelo\u2026", "fgts", "inss", "irrf"),
16915
+ step("Agregando folha consolidada\u2026", "aggregate"),
16916
+ step("Gerando evento S-1200\u2026", "esocial"),
16917
+ step("Transmitindo ao eSocial\u2026", "transmit"),
16918
+ step("Publicando dashboard da folha\u2026", "report")
16919
+ ]
16920
+ };
16921
+ var supportWorkflow = {
16922
+ title: "Atendimento \u2014 ticket com SLA",
16923
+ description: "Ticket \u2192 paralelo (hist\xF3rico do cliente, status do pedido, base de conhecimento) \u2192 classificar \u2192 rascunhar \u2192 revisar \u2192 responder.",
16924
+ accentBadge: "bg-teal-500/15 text-teal-300",
16925
+ completionSummary: "Ticket respondido em 2min \xB7 CSAT esperado 4.8/5 \xB7 SLA cumprido",
16926
+ graph: buildGraph(
16927
+ [
16928
+ node("start", "start", "Ticket #847", 0, 120),
16929
+ node("history", "datasource", "Hist\xF3rico cliente", 220, 10),
16930
+ node("order", "datasource", "Status pedido", 220, 120),
16931
+ node("kb", "knowledge_base", "Base de conhecimento", 220, 230),
16932
+ node("classify", "question_classifier", "Classificar inten\xE7\xE3o", 460, 120),
16933
+ node("gate", "if_else", "Urgente?", 700, 120),
16934
+ node("draft", "agent", "Rascunhar resposta", 940, 120),
16935
+ node("review", "agent", "Revisor humano", 1180, 120),
16936
+ node("send", "http_request", "Enviar resposta", 1420, 120)
16937
+ ],
16938
+ [
16939
+ edge("start", "history"),
16940
+ edge("start", "order"),
16941
+ edge("start", "kb"),
16942
+ edge("history", "classify"),
16943
+ edge("order", "classify"),
16944
+ edge("kb", "classify"),
16945
+ edge("classify", "gate"),
16946
+ edge("gate", "draft"),
16947
+ edge("draft", "review"),
16948
+ edge("review", "send")
16949
+ ]
16950
+ ),
16951
+ steps: [
16952
+ step("Ticket recebido\u2026", "start"),
16953
+ step("Buscando contexto em paralelo\u2026", "history", "order", "kb"),
16954
+ step("Classificando inten\xE7\xE3o e prioridade\u2026", "classify"),
16955
+ step("Avaliando SLA\u2026", "gate"),
16956
+ step("Rascunhando resposta personalizada\u2026", "draft"),
16957
+ step("Revis\xE3o humana (opcional)\u2026", "review"),
16958
+ step("Enviando resposta ao cliente\u2026", "send")
16959
+ ]
16960
+ };
16961
+ var manufacturingWorkflow = {
16962
+ title: "Produ\xE7\xE3o \u2014 planejamento MRP",
16963
+ description: "Demanda \u2192 BOM \u2192 verificar estoque \u2192 alocar centros de trabalho \u2192 QC \u2192 liberar OPs.",
16964
+ accentBadge: "bg-violet-500/15 text-violet-300",
16965
+ completionSummary: "34 OPs liberadas \xB7 OEE 87% \xB7 3 desvios de QC tratados automaticamente",
16966
+ graph: buildGraph(
16967
+ [
16968
+ node("start", "start", "Trigger MRP semanal", 0, 120),
16969
+ node("demand", "datasource", "Buscar demanda", 220, 120),
16970
+ node("bom", "entity", "Explodir BOM", 460, 120),
16971
+ node("stock", "code", "Checar estoque", 700, 10),
16972
+ node("schedule", "agent", "Alocar centros", 700, 230),
16973
+ node("release", "iteration", "Liberar OPs", 940, 120),
16974
+ node("qc", "agent", "Checkpoint QC", 1180, 120),
16975
+ node("report", "dashboard_output", "Painel produ\xE7\xE3o", 1420, 120)
16976
+ ],
16977
+ [
16978
+ edge("start", "demand"),
16979
+ edge("demand", "bom"),
16980
+ edge("bom", "stock"),
16981
+ edge("bom", "schedule"),
16982
+ edge("stock", "release"),
16983
+ edge("schedule", "release"),
16984
+ edge("release", "qc"),
16985
+ edge("qc", "report")
16986
+ ]
16987
+ ),
16988
+ steps: [
16989
+ step("Disparo semanal do MRP\u2026", "start"),
16990
+ step("Puxando demanda prevista\u2026", "demand"),
16991
+ step("Explodindo lista de materiais\u2026", "bom"),
16992
+ step("Checando estoque e alocando capacidade em paralelo\u2026", "stock", "schedule"),
16993
+ step("Liberando 34 ordens de produ\xE7\xE3o\u2026", "release"),
16994
+ step("Rodando checkpoints de qualidade\u2026", "qc"),
16995
+ step("Publicando painel da produ\xE7\xE3o\u2026", "report")
16996
+ ]
16997
+ };
16998
+ var logisticsWorkflow = {
16999
+ title: "Log\xEDstica \u2014 roteiriza\xE7\xE3o inteligente",
17000
+ description: "Pedidos \u2192 paralelo (tr\xE2nsito, frota, janelas) \u2192 otimizador \u2192 despacho \u2192 tracking.",
17001
+ accentBadge: "bg-sky-500/15 text-sky-300",
17002
+ completionSummary: "28 entregas roteirizadas \xB7 -12% km \xB7 94% on-time esperado",
17003
+ graph: buildGraph(
17004
+ [
17005
+ node("start", "start", "28 pedidos SP", 0, 120),
17006
+ node("traffic", "http_request", "Tr\xE2nsito tempo real", 220, 10),
17007
+ node("fleet", "datasource", "Frota dispon\xEDvel", 220, 120),
17008
+ node("windows", "datasource", "Janelas de entrega", 220, 230),
17009
+ node("optimize", "agent", "Otimizador de rotas", 460, 120),
17010
+ node("dispatch", "iteration", "Despachar ve\xEDculos", 700, 120),
17011
+ node("notify", "http_request", "Notificar clientes", 940, 120),
17012
+ node("track", "dashboard_output", "Painel de tracking", 1180, 120)
17013
+ ],
17014
+ [
17015
+ edge("start", "traffic"),
17016
+ edge("start", "fleet"),
17017
+ edge("start", "windows"),
17018
+ edge("traffic", "optimize"),
17019
+ edge("fleet", "optimize"),
17020
+ edge("windows", "optimize"),
17021
+ edge("optimize", "dispatch"),
17022
+ edge("dispatch", "notify"),
17023
+ edge("notify", "track")
17024
+ ]
17025
+ ),
17026
+ steps: [
17027
+ step("28 pedidos entraram na fila\u2026", "start"),
17028
+ step("Consultando tr\xE2nsito, frota e janelas em paralelo\u2026", "traffic", "fleet", "windows"),
17029
+ step("Otimizador montando rotas\u2026", "optimize"),
17030
+ step("Despachando ve\xEDculos\u2026", "dispatch"),
17031
+ step("Notificando clientes via WhatsApp\u2026", "notify"),
17032
+ step("Publicando painel de tracking\u2026", "track")
17033
+ ]
17034
+ };
16875
17035
  var lgpdWorkflow = {
16876
17036
  title: "LGPD compliance \u2014 privacy sweep",
16877
17037
  description: "Scan audit logs \u2192 detect PII access violations \u2192 remediate \u2192 notify DPO \u2192 report.",
@@ -16907,6 +17067,32 @@ var lgpdWorkflow = {
16907
17067
  step("Filing compliance report\u2026", "report")
16908
17068
  ]
16909
17069
  };
17070
+ var DEFAULT_ASSISTANT_THEME = {
17071
+ brandGradient: "from-blue-500 to-purple-600",
17072
+ inputAvatar: "from-blue-500 to-purple-600",
17073
+ inputBorder: "border-indigo-300/40 dark:border-indigo-400/30",
17074
+ inputCursor: "bg-indigo-500",
17075
+ stageActiveBadge: "bg-indigo-500/15 text-indigo-600 dark:text-indigo-300",
17076
+ progressActiveBar: "bg-indigo-500",
17077
+ workflow: {}
17078
+ };
17079
+ var koriAssistantTheme = {
17080
+ brandGradient: "from-amber-500 to-orange-600",
17081
+ inputAvatar: "from-amber-500 to-orange-600",
17082
+ inputBorder: "border-amber-300/50 dark:border-amber-400/40",
17083
+ inputCursor: "bg-amber-500",
17084
+ stageActiveBadge: "bg-amber-500/15 text-amber-700 dark:text-amber-300",
17085
+ progressActiveBar: "bg-amber-500",
17086
+ workflow: {
17087
+ runButtonGradient: "from-amber-500 to-orange-600",
17088
+ runButtonShadow: "shadow-amber-500/25",
17089
+ stepActiveBg: "bg-amber-500",
17090
+ activeRing: "ring-amber-500/60",
17091
+ activeEdgeStroke: "#f59e0b",
17092
+ completeEdgeStroke: "#10b981",
17093
+ badge: "bg-amber-500/15 text-amber-700 dark:text-amber-300"
17094
+ }
17095
+ };
16910
17096
  function DepartmentAssistantDemo({
16911
17097
  flows,
16912
17098
  initialIndex = 0,
@@ -16914,8 +17100,11 @@ function DepartmentAssistantDemo({
16914
17100
  dashboardHoldMs = 1e4,
16915
17101
  typingSpeedMs = 32,
16916
17102
  workflowStepMs = 1050,
17103
+ theme,
17104
+ brandName = "Kori AI Assistant",
16917
17105
  className
16918
17106
  }) {
17107
+ const t = { ...DEFAULT_ASSISTANT_THEME, ...theme, workflow: { ...DEFAULT_ASSISTANT_THEME.workflow, ...theme?.workflow } };
16919
17108
  const [flowIndex, setFlowIndex] = useState(initialIndex);
16920
17109
  const [stage, setStage] = useState("input");
16921
17110
  const [typed, setTyped] = useState("");
@@ -16931,25 +17120,25 @@ function DepartmentAssistantDemo({
16931
17120
  setTyped(flow.prompt.slice(0, i));
16932
17121
  } else {
16933
17122
  clearInterval(interval);
16934
- const t = setTimeout(() => setStage("workflow"), 700);
16935
- return () => clearTimeout(t);
17123
+ const timer = setTimeout(() => setStage("workflow"), 700);
17124
+ return () => clearTimeout(timer);
16936
17125
  }
16937
17126
  return void 0;
16938
17127
  }, typingSpeedMs);
16939
17128
  return () => clearInterval(interval);
16940
17129
  }, [stage, flow.prompt, typingSpeedMs]);
16941
17130
  const handleWorkflowComplete = useCallback(() => {
16942
- const t = setTimeout(() => setStage("dashboard"), 1200);
16943
- rotateTimerRef.current = t;
17131
+ const timer = setTimeout(() => setStage("dashboard"), 1200);
17132
+ rotateTimerRef.current = timer;
16944
17133
  }, []);
16945
17134
  useEffect(() => {
16946
17135
  if (stage !== "dashboard") return void 0;
16947
17136
  if (!autoRotate) return void 0;
16948
- const t = setTimeout(() => {
17137
+ const timer = setTimeout(() => {
16949
17138
  setFlowIndex((prev) => (prev + 1) % flows.length);
16950
17139
  setStage("input");
16951
17140
  }, dashboardHoldMs);
16952
- return () => clearTimeout(t);
17141
+ return () => clearTimeout(timer);
16953
17142
  }, [stage, autoRotate, dashboardHoldMs, flows.length]);
16954
17143
  const handleDepartmentSelect = useCallback((next) => {
16955
17144
  if (rotateTimerRef.current) clearTimeout(rotateTimerRef.current);
@@ -16960,8 +17149,8 @@ function DepartmentAssistantDemo({
16960
17149
  return /* @__PURE__ */ jsxs("div", { className: `liquid-surface rounded-3xl overflow-hidden ${className ?? ""}`, children: [
16961
17150
  /* @__PURE__ */ jsxs("div", { className: "border-b border-white/5 px-4 py-3 flex flex-wrap items-center gap-2", children: [
16962
17151
  /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2 pr-3", children: [
16963
- /* @__PURE__ */ jsx("div", { className: "flex h-7 w-7 items-center justify-center rounded-lg bg-gradient-to-br from-blue-500 to-purple-600", children: /* @__PURE__ */ jsx(CpuChipIcon, { className: "h-4 w-4 text-white" }) }),
16964
- /* @__PURE__ */ jsx("span", { className: "text-sm font-bold text-gray-900 dark:text-white", children: "Kori AI Assistant" })
17152
+ /* @__PURE__ */ jsx("div", { className: `flex h-7 w-7 items-center justify-center rounded-lg bg-gradient-to-br ${t.brandGradient}`, children: /* @__PURE__ */ jsx(CpuChipIcon, { className: "h-4 w-4 text-white" }) }),
17153
+ /* @__PURE__ */ jsx("span", { className: "text-sm font-bold text-gray-900 dark:text-white", children: brandName })
16965
17154
  ] }),
16966
17155
  /* @__PURE__ */ jsx("div", { className: "flex-1" }),
16967
17156
  /* @__PURE__ */ jsx("div", { className: "flex flex-wrap items-center gap-1.5", children: flows.map((entry, index) => {
@@ -16971,7 +17160,7 @@ function DepartmentAssistantDemo({
16971
17160
  {
16972
17161
  type: "button",
16973
17162
  onClick: () => handleDepartmentSelect(index),
16974
- className: `group inline-flex items-center gap-1.5 rounded-full px-3 py-1.5 text-[11px] font-semibold transition-all ${isActive ? `bg-gradient-to-r ${entry.accent} text-white shadow-lg shadow-indigo-500/20 scale-105` : "text-gray-600 dark:text-gray-400 hover:bg-white/5 hover:text-gray-900 dark:hover:text-white"}`,
17163
+ className: `group inline-flex items-center gap-1.5 rounded-full px-3 py-1.5 text-[11px] font-semibold transition-all ${isActive ? `bg-gradient-to-r ${entry.accent} text-white shadow-lg scale-105` : "text-gray-600 dark:text-gray-400 hover:bg-white/5 hover:text-gray-900 dark:hover:text-white"}`,
16975
17164
  children: [
16976
17165
  /* @__PURE__ */ jsx(entry.icon, { className: "h-3.5 w-3.5" }),
16977
17166
  entry.name
@@ -16982,11 +17171,11 @@ function DepartmentAssistantDemo({
16982
17171
  }) })
16983
17172
  ] }),
16984
17173
  /* @__PURE__ */ jsxs("div", { className: "border-b border-white/5 px-6 py-3 flex items-center gap-3 text-[11px]", children: [
16985
- /* @__PURE__ */ jsx(StageChip, { label: "Ask", stageIndex, mine: 0 }),
17174
+ /* @__PURE__ */ jsx(StageChip, { label: "Ask", stageIndex, mine: 0, activeBadge: t.stageActiveBadge }),
16986
17175
  /* @__PURE__ */ jsx("div", { className: "h-px flex-1 bg-gradient-to-r from-white/10 to-white/5" }),
16987
- /* @__PURE__ */ jsx(StageChip, { label: "Orchestrate", stageIndex, mine: 1 }),
17176
+ /* @__PURE__ */ jsx(StageChip, { label: "Orchestrate", stageIndex, mine: 1, activeBadge: t.stageActiveBadge }),
16988
17177
  /* @__PURE__ */ jsx("div", { className: "h-px flex-1 bg-gradient-to-r from-white/5 to-white/10" }),
16989
- /* @__PURE__ */ jsx(StageChip, { label: "Deliver", stageIndex, mine: 2 })
17178
+ /* @__PURE__ */ jsx(StageChip, { label: "Deliver", stageIndex, mine: 2, activeBadge: t.stageActiveBadge })
16990
17179
  ] }),
16991
17180
  /* @__PURE__ */ jsx("div", { className: "relative", style: { minHeight: 600 }, children: /* @__PURE__ */ jsxs(AnimatePresence, { mode: "wait", children: [
16992
17181
  stage === "input" && /* @__PURE__ */ jsx(
@@ -16997,7 +17186,17 @@ function DepartmentAssistantDemo({
16997
17186
  exit: { opacity: 0, y: -12 },
16998
17187
  transition: { duration: 0.45 },
16999
17188
  className: "flex items-center justify-center p-10",
17000
- children: /* @__PURE__ */ jsx(InputStage3, { prompt: typed, department: flow.name, agents: flow.agents })
17189
+ children: /* @__PURE__ */ jsx(
17190
+ InputStage3,
17191
+ {
17192
+ prompt: typed,
17193
+ department: flow.name,
17194
+ agents: flow.agents,
17195
+ avatarGradient: t.inputAvatar,
17196
+ borderClass: t.inputBorder,
17197
+ cursorClass: t.inputCursor
17198
+ }
17199
+ )
17001
17200
  },
17002
17201
  `input-${flow.id}`
17003
17202
  ),
@@ -17016,7 +17215,8 @@ function DepartmentAssistantDemo({
17016
17215
  autoPlay: true,
17017
17216
  hideHeader: true,
17018
17217
  stepDurationMs: workflowStepMs,
17019
- onComplete: handleWorkflowComplete
17218
+ onComplete: handleWorkflowComplete,
17219
+ theme: t.workflow
17020
17220
  },
17021
17221
  `wf-${flow.id}`
17022
17222
  )
@@ -17038,7 +17238,7 @@ function DepartmentAssistantDemo({
17038
17238
  ] }) }),
17039
17239
  /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between border-t border-white/5 px-5 py-3", children: [
17040
17240
  /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2 text-[11px] text-gray-500 dark:text-gray-400", children: [
17041
- /* @__PURE__ */ jsx(BoltIcon, { className: "h-3.5 w-3.5 text-indigo-500" }),
17241
+ /* @__PURE__ */ jsx(BoltIcon, { className: `h-3.5 w-3.5 ${t.progressActiveBar.replace("bg-", "text-")}` }),
17042
17242
  /* @__PURE__ */ jsxs("span", { className: "font-medium", children: [
17043
17243
  stage === "input" && "Usu\xE1rio envia um pedido ao assistente\u2026",
17044
17244
  stage === "workflow" && "Astrlabe orquestrando agentes e datasources\u2026",
@@ -17048,20 +17248,20 @@ function DepartmentAssistantDemo({
17048
17248
  /* @__PURE__ */ jsx("div", { className: "flex items-center gap-1", children: flows.map((entry, index) => /* @__PURE__ */ jsx(
17049
17249
  "span",
17050
17250
  {
17051
- className: `h-1 rounded-full transition-all duration-500 ${index === flowIndex ? "w-8 bg-indigo-500" : "w-1.5 bg-gray-300 dark:bg-white/10"}`
17251
+ className: `h-1 rounded-full transition-all duration-500 ${index === flowIndex ? `w-8 ${t.progressActiveBar}` : "w-1.5 bg-gray-300 dark:bg-white/10"}`
17052
17252
  },
17053
17253
  entry.id
17054
17254
  )) })
17055
17255
  ] })
17056
17256
  ] });
17057
17257
  }
17058
- function StageChip({ label, stageIndex, mine }) {
17258
+ function StageChip({ label, stageIndex, mine, activeBadge }) {
17059
17259
  const isActive = stageIndex === mine;
17060
17260
  const isDone = stageIndex > mine;
17061
17261
  return /* @__PURE__ */ jsxs(
17062
17262
  "div",
17063
17263
  {
17064
- className: `inline-flex items-center gap-1.5 rounded-full px-2.5 py-0.5 font-semibold transition-colors ${isActive ? "bg-indigo-500/15 text-indigo-600 dark:text-indigo-300" : isDone ? "bg-emerald-500/10 text-emerald-600 dark:text-emerald-300" : "bg-white/5 text-gray-500 dark:text-gray-500"}`,
17264
+ className: `inline-flex items-center gap-1.5 rounded-full px-2.5 py-0.5 font-semibold transition-colors ${isActive ? activeBadge : isDone ? "bg-emerald-500/10 text-emerald-600 dark:text-emerald-300" : "bg-white/5 text-gray-500 dark:text-gray-500"}`,
17065
17265
  children: [
17066
17266
  isDone ? /* @__PURE__ */ jsx(CheckCircleIcon$1, { className: "h-3.5 w-3.5" }) : isActive ? /* @__PURE__ */ jsx(BoltIcon, { className: "h-3.5 w-3.5 animate-pulse" }) : /* @__PURE__ */ jsx("span", { className: "h-1.5 w-1.5 rounded-full bg-current" }),
17067
17267
  label
@@ -17069,10 +17269,17 @@ function StageChip({ label, stageIndex, mine }) {
17069
17269
  }
17070
17270
  );
17071
17271
  }
17072
- function InputStage3({ prompt, department, agents }) {
17272
+ function InputStage3({
17273
+ prompt,
17274
+ department,
17275
+ agents,
17276
+ avatarGradient,
17277
+ borderClass,
17278
+ cursorClass
17279
+ }) {
17073
17280
  return /* @__PURE__ */ jsx("div", { className: "w-full max-w-2xl", children: /* @__PURE__ */ jsxs("div", { className: "rounded-2xl border border-white/10 bg-white/70 dark:bg-zinc-900/70 p-8 shadow-2xl backdrop-blur-sm", children: [
17074
17281
  /* @__PURE__ */ jsxs("div", { className: "mb-6 flex items-center gap-3", children: [
17075
- /* @__PURE__ */ jsx("div", { className: "h-12 w-12 rounded-xl bg-gradient-to-br from-blue-500 to-purple-600 flex items-center justify-center", children: /* @__PURE__ */ jsx(SparklesIcon, { className: "h-6 w-6 text-white" }) }),
17282
+ /* @__PURE__ */ jsx("div", { className: `h-12 w-12 rounded-xl bg-gradient-to-br ${avatarGradient} flex items-center justify-center`, children: /* @__PURE__ */ jsx(SparklesIcon, { className: "h-6 w-6 text-white" }) }),
17076
17283
  /* @__PURE__ */ jsxs("div", { children: [
17077
17284
  /* @__PURE__ */ jsxs("h3", { className: "text-base font-bold text-gray-900 dark:text-white", children: [
17078
17285
  "Assistente \u2014 ",
@@ -17081,17 +17288,17 @@ function InputStage3({ prompt, department, agents }) {
17081
17288
  /* @__PURE__ */ jsx("p", { className: "text-xs text-gray-500 dark:text-gray-400", children: "Digite um pedido e veja os agentes atuarem." })
17082
17289
  ] })
17083
17290
  ] }),
17084
- /* @__PURE__ */ jsx("div", { className: "rounded-xl border-2 border-indigo-300/40 bg-indigo-50/50 dark:border-indigo-400/30 dark:bg-indigo-500/5 p-4 min-h-[120px]", children: /* @__PURE__ */ jsxs("p", { className: "text-base font-medium text-gray-900 dark:text-white", children: [
17291
+ /* @__PURE__ */ jsx("div", { className: `rounded-xl border-2 ${borderClass} bg-white/40 dark:bg-white/[0.02] p-4 min-h-[120px]`, children: /* @__PURE__ */ jsxs("p", { className: "text-base font-medium text-gray-900 dark:text-white", children: [
17085
17292
  prompt,
17086
- /* @__PURE__ */ jsx("span", { className: "ml-1 inline-block w-0.5 h-5 bg-indigo-500 animate-pulse" })
17293
+ /* @__PURE__ */ jsx("span", { className: `ml-1 inline-block w-0.5 h-5 ${cursorClass} animate-pulse` })
17087
17294
  ] }) }),
17088
17295
  /* @__PURE__ */ jsxs("div", { className: "mt-4 flex items-center gap-2 text-xs text-gray-500 dark:text-gray-400", children: [
17089
- /* @__PURE__ */ jsx(BoltIcon, { className: "h-3.5 w-3.5 text-indigo-500" }),
17296
+ /* @__PURE__ */ jsx(BoltIcon, { className: `h-3.5 w-3.5 ${cursorClass.replace("bg-", "text-")}` }),
17090
17297
  "Agentes prontos:",
17091
17298
  /* @__PURE__ */ jsx("div", { className: "flex flex-wrap gap-1.5", children: agents.map((agent) => /* @__PURE__ */ jsx(
17092
17299
  "span",
17093
17300
  {
17094
- className: "inline-flex items-center rounded-full border border-indigo-200 bg-indigo-50 px-2 py-0.5 text-[10px] font-semibold text-indigo-700 dark:border-indigo-500/30 dark:bg-indigo-500/10 dark:text-indigo-300",
17301
+ className: "inline-flex items-center rounded-full border border-white/10 bg-white/60 dark:bg-white/[0.04] px-2 py-0.5 text-[10px] font-semibold text-gray-700 dark:text-gray-200",
17095
17302
  children: agent
17096
17303
  },
17097
17304
  agent
@@ -24361,6 +24568,6 @@ function SkipToContent({
24361
24568
  );
24362
24569
  }
24363
24570
 
24364
- export { AIOrchestratorDemo, ARGENTINA_ACCENT_MAP, ARGENTINA_MACRO_REGIONS, ARGENTINA_MAP_CENTER, ARGENTINA_PROVINCE_COORDINATES, ARGENTINA_PROVINCE_PALETTES, AR_THEME_CONFIG, AUSTRALIA_ACCENT_MAP, AUSTRALIA_MACRO_REGIONS, AUSTRALIA_MAP_CENTER, AUSTRALIA_STATE_COORDINATES, AUSTRALIA_STATE_PALETTES, AU_THEME_CONFIG, ActionMenu, ActionSheet, ActiveFilterChips, AgentAnalysisCard, AnalysisSkeleton, AnimatedNumber, AnimatedTableRow, AppLogo, AppNavigation, AppShell, ArchiveSwipeAction, AuthLayout, Avatar, AvatarButton, BRAZIL_ACCENT_MAP, BRAZIL_MACRO_REGIONS, BRAZIL_MAP_CENTER, BRAZIL_STATE_COORDINATES, BRAZIL_STATE_PALETTES, BR_THEME_CONFIG, BackupCodeGrid, BadRequestPage, Badge, BaseForm, BentoCard, BentoFeatureGrid, BooleanFlagsPicker, BottomSafeArea, BrandFilterSkeleton, BrandedLoader, Breadcrumb, Button, CANADA_ACCENT_MAP, CANADA_MACRO_REGIONS, CANADA_MAP_CENTER, CANADA_PROVINCE_COORDINATES, CANADA_PROVINCE_PALETTES, CA_THEME_CONFIG, CHILE_ACCENT_MAP, CHILE_MACRO_REGIONS, CHILE_MAP_CENTER, CHILE_REGION_COORDINATES, CHILE_REGION_PALETTES, CL_THEME_CONFIG, COLOMBIA_ACCENT_MAP, COLOMBIA_DEPARTMENT_COORDINATES, COLOMBIA_DEPARTMENT_PALETTES, COLOMBIA_MACRO_REGIONS, COLOMBIA_MAP_CENTER, CO_THEME_CONFIG, Card, CardActionMenu, CardContent, CardDescription, CardDivider, CardFooter, CardGridSkeleton, CardHeader, CardSectionHeader, CardTitle, CategoryBadge, CategoryTab, CategoryTabs, ChartRenderer, ChipPicker, CircularRefreshIndicator, Code, CollapsibleGroupedList, CompactSegmentedControl, ContactCard, ContactSection, Container, ContextMenu, CookieConsent, CopyableId, CountPill, CreateActionButton, CustomerAnalyticsDemo, DE_THEME_CONFIG, DashboardDemo, DashboardDemoLayout, DashboardProgressShell, DashboardView, DataPagination, DatePicker, DeleteSwipeAction, DepartmentAssistantDemo, DepartmentWorkflowDemo, Description4 as Description, DetailsPopover, DevModeBanner, Dialog4 as Dialog, DialogActions, DialogBody, DialogDescription, DialogTitle3 as DialogTitle, Divider, Dock, DockContainer, DockSkeleton, DotRefreshIndicator, Dropdown, DropdownButton, DropdownDivider, DropdownItem, DropdownLabel, DropdownMenu, DropdownSelect, DynamicIsland, DynamicIslandConfirm, DynamicIslandNotification, EGYPT_ACCENT_MAP, EGYPT_GOVERNORATE_COORDINATES, EGYPT_GOVERNORATE_PALETTES, EGYPT_MACRO_REGIONS, EGYPT_MAP_CENTER, EG_THEME_CONFIG, ES_THEME_CONFIG, EdgeSwipeIndicator, EdgeSwipeProvider, EditSwipeAction, EmptyState, EntityCard, EntityDrawer, ErrorMessage, ErrorState, ExpandableHistoryList, ExpandingPageIndicator, FRANCE_ACCENT_MAP, FRANCE_MACRO_REGIONS, FRANCE_MAP_CENTER, FRANCE_REGION_COORDINATES, FRANCE_REGION_PALETTES, FR_THEME_CONFIG, FUEL_PRICE_LOADER, FavoriteSwipeAction, FeatureCard, FeedItemCard, Field2 as Field, FieldGroup, Fieldset2 as Fieldset, FilterBadge, FilterPill, FilterSectionHeader, FilterTileButton, FinancialDemo, FloatingActionButton, FlyoutMenu, FlyoutNavGrid, FlyoutQuickActions, ForceTouchMenu, Form, FormActions, FormActionsRow, FormCheckbox, FormField, FormGrid, FormInput, FormPriceInput, FormSection, FormSelect, FormTextarea, FormToggle, FuelPipelineDemo, GB_THEME_CONFIG, GERMANY_ACCENT_MAP, GERMANY_MACRO_REGIONS, GERMANY_MAP_CENTER, GERMANY_STATE_COORDINATES, GERMANY_STATE_PALETTES, GeoMapCanvas, GeoMapLegend, GlassModal, Gradient, GradientBackground, GrowthIndicator, HRRecruitmentDemo, Heading, HeroPanel, HeroSection, ID_THEME_CONFIG, INDIA_ACCENT_MAP, INDIA_MACRO_REGIONS, INDIA_MAP_CENTER, INDIA_STATE_COORDINATES, INDIA_STATE_PALETTES, INDONESIA_ACCENT_MAP, INDONESIA_MACRO_REGIONS, INDONESIA_MAP_CENTER, INDONESIA_PROVINCE_COORDINATES, INDONESIA_PROVINCE_PALETTES, IN_THEME_CONFIG, ITALY_ACCENT_MAP, ITALY_MACRO_REGIONS, ITALY_MAP_CENTER, ITALY_REGION_COORDINATES, ITALY_REGION_PALETTES, IT_THEME_CONFIG, IconButton, ImageUpload, IncidentPipelineDemo, InfoPopover, InlineForm, InlineSpinner, Input, InteractiveGeoMap, InventoryDemo, ItemSummary, JAPAN_ACCENT_MAP, JAPAN_MACRO_REGIONS, JAPAN_MAP_CENTER, JAPAN_PREFECTURE_COORDINATES, JAPAN_PREFECTURE_PALETTES, JP_THEME_CONFIG, KORI_ERP_LOADER, KR_THEME_CONFIG, LGPDComplianceDemo, LOCALE_FLAGS, Label2 as Label, LabeledToggle, LanguageSwitcher, LaunchpadGrid, Lead, Legend2 as Legend, LiquidFilterInput, ListCard, ListCardItem, ListItem, LoadingOverlay, MEXICO_ACCENT_MAP, MEXICO_MACRO_REGIONS, MEXICO_MAP_CENTER, MEXICO_STATE_COORDINATES, MEXICO_STATE_PALETTES, MX_THEME_CONFIG, ManagementPageLayout, ManagementSurface, MapZoomControls, MarketPricesCard, MarketingDemo, MetricCard, MonthPicker, MultiColumnPicker, NETHERLANDS_ACCENT_MAP, NETHERLANDS_MACRO_REGIONS, NETHERLANDS_MAP_CENTER, NETHERLANDS_PROVINCE_COORDINATES, NETHERLANDS_PROVINCE_PALETTES, NEW_ZEALAND_ACCENT_MAP, NEW_ZEALAND_MACRO_REGIONS, NEW_ZEALAND_MAP_CENTER, NEW_ZEALAND_REGION_COORDINATES, NEW_ZEALAND_REGION_PALETTES, NG_THEME_CONFIG, NIGERIA_ACCENT_MAP, NIGERIA_MACRO_REGIONS, NIGERIA_MAP_CENTER, NIGERIA_STATE_COORDINATES, NIGERIA_STATE_PALETTES, NL_THEME_CONFIG, NORWAY_ACCENT_MAP, NORWAY_COUNTY_COORDINATES, NORWAY_COUNTY_PALETTES, NORWAY_MACRO_REGIONS, NORWAY_MAP_CENTER, NO_THEME_CONFIG, NZ_THEME_CONFIG, NavigationProgress, NoDataState, NoResultsState, NotFoundPage, NotificationBadge, NotificationBellButton, NotificationProvider, OfficeCard, OfflineState, OptionGrid, OtpInput, PERU_ACCENT_MAP, PERU_DEPARTMENT_COORDINATES, PERU_DEPARTMENT_PALETTES, PERU_MACRO_REGIONS, PERU_MAP_CENTER, PE_THEME_CONFIG, PHILIPPINES_ACCENT_MAP, PHILIPPINES_MACRO_REGIONS, PHILIPPINES_MAP_CENTER, PHILIPPINES_PROVINCE_COORDINATES, PHILIPPINES_PROVINCE_PALETTES, PH_THEME_CONFIG, PL_THEME_CONFIG, POLAND_ACCENT_MAP, POLAND_MACRO_REGIONS, POLAND_MAP_CENTER, POLAND_VOIVODESHIP_COORDINATES, POLAND_VOIVODESHIP_PALETTES, PORTUGAL_ACCENT_MAP, PORTUGAL_DISTRICT_COORDINATES, PORTUGAL_DISTRICT_PALETTES, PORTUGAL_MACRO_REGIONS, PORTUGAL_MAP_CENTER, PT_THEME_CONFIG, PageEmptyState, PageErrorState, PageHeader, PageHeading, PageIndicator, PageLoadingState, PageSectionHeader, Pagination, PasswordInput, PasswordStrengthMeter, Pill, PlatformShell, PlusGrid, PlusGridItem, PlusGridRow, PreferenceSection, PriceChangeBadge, ProfileIdentityCard, Progress, ProgressIndicator, PullToRefreshContainer, PullToRefreshIndicator, RadiantHeading, RadiantStatCard, RadiantSubheading, RecommendationCard, RegionFilterSkeleton, RoleBadge, SE_THEME_CONFIG, SOUTH_AFRICA_ACCENT_MAP, SOUTH_AFRICA_MACRO_REGIONS, SOUTH_AFRICA_MAP_CENTER, SOUTH_AFRICA_PROVINCE_COORDINATES, SOUTH_AFRICA_PROVINCE_PALETTES, SOUTH_KOREA_ACCENT_MAP, SOUTH_KOREA_MACRO_REGIONS, SOUTH_KOREA_MAP_CENTER, SOUTH_KOREA_PROVINCE_COORDINATES, SOUTH_KOREA_PROVINCE_PALETTES, SPAIN_ACCENT_MAP, SPAIN_MACRO_REGIONS, SPAIN_MAP_CENTER, SPAIN_PROVINCE_COORDINATES, SPAIN_PROVINCE_PALETTES, SWEDEN_ACCENT_MAP, SWEDEN_COUNTY_COORDINATES, SWEDEN_COUNTY_PALETTES, SWEDEN_MACRO_REGIONS, SWEDEN_MAP_CENTER, SafeArea, SafeAreaSpacer, SafeAreaView, SalesDemo, SearchBar, SearchFilterToolbar, SearchInput, SectionCard, SectionHeader, SectionHeaderSkeleton, SegmentedControl, Select, SelectableChipPicker, SelectableListPicker, SelectableOptionsGrid, SelectableTableRow, SelectionCard, ServerErrorPage, SettingsModal, Sheet, SkipToContent, SocialLoginButtons, SortableTableHeader, Spinner, Stat, StatCard, StatCardSkeleton, StatusBadge, StatusToggle, StepFormPage, StepNavigationButtons, StepTimeline, Strong, Subheading, SwipeableRow, Switch2 as Switch, THAILAND_ACCENT_MAP, THAILAND_MACRO_REGIONS, THAILAND_MAP_CENTER, THAILAND_PROVINCE_COORDINATES, THAILAND_PROVINCE_PALETTES, TH_THEME_CONFIG, TR_THEME_CONFIG, TURKEY_ACCENT_MAP, TURKEY_MACRO_REGIONS, TURKEY_MAP_CENTER, TURKEY_PROVINCE_COORDINATES, TURKEY_PROVINCE_PALETTES, Table, TableBody, TableCell, TableEmptyState, TableHead, TableHeader, TableRow, TableSkeleton, TableSkeletonRow, Tabs, TabsContent, TabsList, TabsTrigger, TagBadge, Text, TextLink, Textarea, ThemeSwitch, ThemeToggle, ThemeToggleCompact, TimePicker, ToggleSwitch, TouchTarget, UK_ACCENT_MAP, UK_MACRO_REGIONS, UK_MAP_CENTER, UK_NATION_COORDINATES, UK_NATION_PALETTES, US_ACCENT_MAP, US_MACRO_REGIONS, US_MAP_CENTER, US_STATE_COORDINATES, US_STATE_PALETTES, US_THEME_CONFIG, UserAvatar, UserMobileInfo, WINDSOCK_LOADER, WIRE_LOADER, WheelPicker, WindsockIcon, ZA_THEME_CONFIG, buildDockActions, buildFlyoutNavItems, buildLaunchpadItems, buttonPress, buttonPressReduced, buttonTap, cardHover, cardHoverReduced, cardPress, computeDomain, computeSeries, createMotionProps, customerAnalyticsWorkflow, durations, durationsReduced, easings, fadeOnly, fadeScale, filterByPermission, financialWorkflow, formatAddress, formatCurrency, formatCurrency2, formatDate, formatPercentage, getAllCountries, getArgentinaAccent, getArgentinaColors, getArgentinaFlagUrl, getArgentinaGradient, getArgentinaHexColor, getArgentinaPalette, getAustraliaAccent, getAustraliaColors, getAustraliaFlagUrl, getAustraliaGradient, getAustraliaHexColor, getAustraliaPalette, getBrazilAccent, getBrazilColors, getBrazilFlagUrl, getBrazilGradient, getBrazilHexColor, getBrazilPalette, getCanadaAccent, getCanadaColors, getCanadaFlagUrl, getCanadaGradient, getCanadaHexColor, getCanadaPalette, getChileAccent, getChileColors, getChileFlagUrl, getChileGradient, getChileHexColor, getChilePalette, getColombiaAccent, getColombiaColors, getColombiaFlagUrl, getColombiaGradient, getColombiaHexColor, getColombiaPalette, getCountryConfig, getEgyptAccent, getEgyptColors, getEgyptFlagUrl, getEgyptGradient, getEgyptHexColor, getEgyptPalette, getFranceAccent, getFranceColors, getFranceFlagUrl, getFranceGradient, getFranceHexColor, getFrancePalette, getGermanyAccent, getGermanyColors, getGermanyFlagUrl, getGermanyGradient, getGermanyHexColor, getGermanyPalette, getIndiaAccent, getIndiaColors, getIndiaFlagUrl, getIndiaGradient, getIndiaHexColor, getIndiaPalette, getIndonesiaAccent, getIndonesiaColors, getIndonesiaFlagUrl, getIndonesiaGradient, getIndonesiaHexColor, getIndonesiaPalette, getItalyAccent, getItalyColors, getItalyFlagUrl, getItalyGradient, getItalyHexColor, getItalyPalette, getJapanAccent, getJapanColors, getJapanFlagUrl, getJapanGradient, getJapanHexColor, getJapanPalette, getMexicoAccent, getMexicoColors, getMexicoFlagUrl, getMexicoGradient, getMexicoHexColor, getMexicoPalette, getNetherlandsAccent, getNetherlandsColors, getNetherlandsFlagUrl, getNetherlandsGradient, getNetherlandsHexColor, getNetherlandsPalette, getNewZealandAccent, getNewZealandColors, getNewZealandFlagUrl, getNewZealandGradient, getNewZealandHexColor, getNewZealandPalette, getNigeriaAccent, getNigeriaColors, getNigeriaFlagUrl, getNigeriaGradient, getNigeriaHexColor, getNigeriaPalette, getNorwayAccent, getNorwayColors, getNorwayFlagUrl, getNorwayGradient, getNorwayHexColor, getNorwayPalette, getPeruAccent, getPeruColors, getPeruFlagUrl, getPeruGradient, getPeruHexColor, getPeruPalette, getPhilippinesAccent, getPhilippinesColors, getPhilippinesFlagUrl, getPhilippinesGradient, getPhilippinesHexColor, getPhilippinesPalette, getPolandAccent, getPolandColors, getPolandFlagUrl, getPolandGradient, getPolandHexColor, getPolandPalette, getPortugalAccent, getPortugalColors, getPortugalFlagUrl, getPortugalGradient, getPortugalHexColor, getPortugalPalette, getSouthAfricaAccent, getSouthAfricaColors, getSouthAfricaFlagUrl, getSouthAfricaGradient, getSouthAfricaHexColor, getSouthAfricaPalette, getSouthKoreaAccent, getSouthKoreaColors, getSouthKoreaFlagUrl, getSouthKoreaGradient, getSouthKoreaHexColor, getSouthKoreaPalette, getSpainAccent, getSpainColors, getSpainFlagUrl, getSpainGradient, getSpainHexColor, getSpainPalette, getStatusColor, getSubdivisionAccent, getSubdivisionColors, getSubdivisionFlagUrl, getSubdivisionGradient, getSubdivisionHexColor, getSubdivisionPalette, getSwedenAccent, getSwedenColors, getSwedenFlagUrl, getSwedenGradient, getSwedenHexColor, getSwedenPalette, getThailandAccent, getThailandColors, getThailandFlagUrl, getThailandGradient, getThailandHexColor, getThailandPalette, getTransition, getTurkeyAccent, getTurkeyColors, getTurkeyFlagUrl, getTurkeyGradient, getTurkeyHexColor, getTurkeyPalette, getUKAccent, getUKColors, getUKFlagUrl, getUKGradient, getUKHexColor, getUKPalette, getUsAccent, getUsColors, getUsFlagUrl, getUsGradient, getUsHexColor, getUsPalette, getVariants, hrWorkflow, inventoryWorkflow, iosColors, isValidArgentinaProvince, isValidAustraliaState, isValidBrazilState, isValidCanadaProvince, isValidChileRegion, isValidColombiaDepartment, isValidEgyptGovernorate, isValidFranceRegion, isValidGermanyState, isValidIndiaState, isValidIndonesiaProvince, isValidItalyRegion, isValidJapanPrefecture, isValidMexicoState, isValidNetherlandsProvince, isValidNewZealandRegion, isValidNigeriaState, isValidNorwayCounty, isValidPeruDepartment, isValidPhilippinesProvince, isValidPolandVoivodeship, isValidPortugalDistrict, isValidSouthAfricaProvince, isValidSouthKoreaProvince, isValidSpainProvince, isValidSubdivision, isValidSwedenCounty, isValidThailandProvince, isValidTurkeyProvince, isValidUKNation, isValidUsState, koriDepartmentFlows, lgpdWorkflow, listItem, listItemReduced, marketingWorkflow, notificationBanner, notificationBannerReduced, pageControlDot, prefersReducedMotion, registerCountry, registerSubdivisionTheme, resolveGlassAccentRgb, salesWorkflow, selectIsAuthenticated, selectShowShellChrome, selectUserInitial, selectUserName, shimmerClass, shimmerWhiteClass, slideDown, slideRight, slideUp, springPresets, springPresetsReduced, staggerContainer, swipeActionThreshold, swipeConstraints, useGeoMapState, useNotifications, usePlatformShellStore, usePullToRefresh, validateDashboardSpec, xScale, yScale };
24365
- //# sourceMappingURL=chunk-T7XUKDEH.mjs.map
24366
- //# sourceMappingURL=chunk-T7XUKDEH.mjs.map
24571
+ export { AIOrchestratorDemo, ARGENTINA_ACCENT_MAP, ARGENTINA_MACRO_REGIONS, ARGENTINA_MAP_CENTER, ARGENTINA_PROVINCE_COORDINATES, ARGENTINA_PROVINCE_PALETTES, AR_THEME_CONFIG, AUSTRALIA_ACCENT_MAP, AUSTRALIA_MACRO_REGIONS, AUSTRALIA_MAP_CENTER, AUSTRALIA_STATE_COORDINATES, AUSTRALIA_STATE_PALETTES, AU_THEME_CONFIG, ActionMenu, ActionSheet, ActiveFilterChips, AgentAnalysisCard, AnalysisSkeleton, AnimatedNumber, AnimatedTableRow, AppLogo, AppNavigation, AppShell, ArchiveSwipeAction, AuthLayout, Avatar, AvatarButton, BRAZIL_ACCENT_MAP, BRAZIL_MACRO_REGIONS, BRAZIL_MAP_CENTER, BRAZIL_STATE_COORDINATES, BRAZIL_STATE_PALETTES, BR_THEME_CONFIG, BackupCodeGrid, BadRequestPage, Badge, BaseForm, BentoCard, BentoFeatureGrid, BooleanFlagsPicker, BottomSafeArea, BrandFilterSkeleton, BrandedLoader, Breadcrumb, Button, CANADA_ACCENT_MAP, CANADA_MACRO_REGIONS, CANADA_MAP_CENTER, CANADA_PROVINCE_COORDINATES, CANADA_PROVINCE_PALETTES, CA_THEME_CONFIG, CHILE_ACCENT_MAP, CHILE_MACRO_REGIONS, CHILE_MAP_CENTER, CHILE_REGION_COORDINATES, CHILE_REGION_PALETTES, CL_THEME_CONFIG, COLOMBIA_ACCENT_MAP, COLOMBIA_DEPARTMENT_COORDINATES, COLOMBIA_DEPARTMENT_PALETTES, COLOMBIA_MACRO_REGIONS, COLOMBIA_MAP_CENTER, CO_THEME_CONFIG, Card, CardActionMenu, CardContent, CardDescription, CardDivider, CardFooter, CardGridSkeleton, CardHeader, CardSectionHeader, CardTitle, CategoryBadge, CategoryTab, CategoryTabs, ChartRenderer, ChipPicker, CircularRefreshIndicator, Code, CollapsibleGroupedList, CompactSegmentedControl, ContactCard, ContactSection, Container, ContextMenu, CookieConsent, CopyableId, CountPill, CreateActionButton, CustomerAnalyticsDemo, DE_THEME_CONFIG, DashboardDemo, DashboardDemoLayout, DashboardProgressShell, DashboardView, DataPagination, DatePicker, DeleteSwipeAction, DepartmentAssistantDemo, DepartmentWorkflowDemo, Description4 as Description, DetailsPopover, DevModeBanner, Dialog4 as Dialog, DialogActions, DialogBody, DialogDescription, DialogTitle3 as DialogTitle, Divider, Dock, DockContainer, DockSkeleton, DotRefreshIndicator, Dropdown, DropdownButton, DropdownDivider, DropdownItem, DropdownLabel, DropdownMenu, DropdownSelect, DynamicIsland, DynamicIslandConfirm, DynamicIslandNotification, EGYPT_ACCENT_MAP, EGYPT_GOVERNORATE_COORDINATES, EGYPT_GOVERNORATE_PALETTES, EGYPT_MACRO_REGIONS, EGYPT_MAP_CENTER, EG_THEME_CONFIG, ES_THEME_CONFIG, EdgeSwipeIndicator, EdgeSwipeProvider, EditSwipeAction, EmptyState, EntityCard, EntityDrawer, ErrorMessage, ErrorState, ExpandableHistoryList, ExpandingPageIndicator, FRANCE_ACCENT_MAP, FRANCE_MACRO_REGIONS, FRANCE_MAP_CENTER, FRANCE_REGION_COORDINATES, FRANCE_REGION_PALETTES, FR_THEME_CONFIG, FUEL_PRICE_LOADER, FavoriteSwipeAction, FeatureCard, FeedItemCard, Field2 as Field, FieldGroup, Fieldset2 as Fieldset, FilterBadge, FilterPill, FilterSectionHeader, FilterTileButton, FinancialDemo, FloatingActionButton, FlyoutMenu, FlyoutNavGrid, FlyoutQuickActions, ForceTouchMenu, Form, FormActions, FormActionsRow, FormCheckbox, FormField, FormGrid, FormInput, FormPriceInput, FormSection, FormSelect, FormTextarea, FormToggle, FuelPipelineDemo, GB_THEME_CONFIG, GERMANY_ACCENT_MAP, GERMANY_MACRO_REGIONS, GERMANY_MAP_CENTER, GERMANY_STATE_COORDINATES, GERMANY_STATE_PALETTES, GeoMapCanvas, GeoMapLegend, GlassModal, Gradient, GradientBackground, GrowthIndicator, HRRecruitmentDemo, Heading, HeroPanel, HeroSection, ID_THEME_CONFIG, INDIA_ACCENT_MAP, INDIA_MACRO_REGIONS, INDIA_MAP_CENTER, INDIA_STATE_COORDINATES, INDIA_STATE_PALETTES, INDONESIA_ACCENT_MAP, INDONESIA_MACRO_REGIONS, INDONESIA_MAP_CENTER, INDONESIA_PROVINCE_COORDINATES, INDONESIA_PROVINCE_PALETTES, IN_THEME_CONFIG, ITALY_ACCENT_MAP, ITALY_MACRO_REGIONS, ITALY_MAP_CENTER, ITALY_REGION_COORDINATES, ITALY_REGION_PALETTES, IT_THEME_CONFIG, IconButton, ImageUpload, IncidentPipelineDemo, InfoPopover, InlineForm, InlineSpinner, Input, InteractiveGeoMap, InventoryDemo, ItemSummary, JAPAN_ACCENT_MAP, JAPAN_MACRO_REGIONS, JAPAN_MAP_CENTER, JAPAN_PREFECTURE_COORDINATES, JAPAN_PREFECTURE_PALETTES, JP_THEME_CONFIG, KORI_ERP_LOADER, KR_THEME_CONFIG, LGPDComplianceDemo, LOCALE_FLAGS, Label2 as Label, LabeledToggle, LanguageSwitcher, LaunchpadGrid, Lead, Legend2 as Legend, LiquidFilterInput, ListCard, ListCardItem, ListItem, LoadingOverlay, MEXICO_ACCENT_MAP, MEXICO_MACRO_REGIONS, MEXICO_MAP_CENTER, MEXICO_STATE_COORDINATES, MEXICO_STATE_PALETTES, MX_THEME_CONFIG, ManagementPageLayout, ManagementSurface, MapZoomControls, MarketPricesCard, MarketingDemo, MetricCard, MonthPicker, MultiColumnPicker, NETHERLANDS_ACCENT_MAP, NETHERLANDS_MACRO_REGIONS, NETHERLANDS_MAP_CENTER, NETHERLANDS_PROVINCE_COORDINATES, NETHERLANDS_PROVINCE_PALETTES, NEW_ZEALAND_ACCENT_MAP, NEW_ZEALAND_MACRO_REGIONS, NEW_ZEALAND_MAP_CENTER, NEW_ZEALAND_REGION_COORDINATES, NEW_ZEALAND_REGION_PALETTES, NG_THEME_CONFIG, NIGERIA_ACCENT_MAP, NIGERIA_MACRO_REGIONS, NIGERIA_MAP_CENTER, NIGERIA_STATE_COORDINATES, NIGERIA_STATE_PALETTES, NL_THEME_CONFIG, NORWAY_ACCENT_MAP, NORWAY_COUNTY_COORDINATES, NORWAY_COUNTY_PALETTES, NORWAY_MACRO_REGIONS, NORWAY_MAP_CENTER, NO_THEME_CONFIG, NZ_THEME_CONFIG, NavigationProgress, NoDataState, NoResultsState, NotFoundPage, NotificationBadge, NotificationBellButton, NotificationProvider, OfficeCard, OfflineState, OptionGrid, OtpInput, PERU_ACCENT_MAP, PERU_DEPARTMENT_COORDINATES, PERU_DEPARTMENT_PALETTES, PERU_MACRO_REGIONS, PERU_MAP_CENTER, PE_THEME_CONFIG, PHILIPPINES_ACCENT_MAP, PHILIPPINES_MACRO_REGIONS, PHILIPPINES_MAP_CENTER, PHILIPPINES_PROVINCE_COORDINATES, PHILIPPINES_PROVINCE_PALETTES, PH_THEME_CONFIG, PL_THEME_CONFIG, POLAND_ACCENT_MAP, POLAND_MACRO_REGIONS, POLAND_MAP_CENTER, POLAND_VOIVODESHIP_COORDINATES, POLAND_VOIVODESHIP_PALETTES, PORTUGAL_ACCENT_MAP, PORTUGAL_DISTRICT_COORDINATES, PORTUGAL_DISTRICT_PALETTES, PORTUGAL_MACRO_REGIONS, PORTUGAL_MAP_CENTER, PT_THEME_CONFIG, PageEmptyState, PageErrorState, PageHeader, PageHeading, PageIndicator, PageLoadingState, PageSectionHeader, Pagination, PasswordInput, PasswordStrengthMeter, Pill, PlatformShell, PlusGrid, PlusGridItem, PlusGridRow, PreferenceSection, PriceChangeBadge, ProfileIdentityCard, Progress, ProgressIndicator, PullToRefreshContainer, PullToRefreshIndicator, RadiantHeading, RadiantStatCard, RadiantSubheading, RecommendationCard, RegionFilterSkeleton, RoleBadge, SE_THEME_CONFIG, SOUTH_AFRICA_ACCENT_MAP, SOUTH_AFRICA_MACRO_REGIONS, SOUTH_AFRICA_MAP_CENTER, SOUTH_AFRICA_PROVINCE_COORDINATES, SOUTH_AFRICA_PROVINCE_PALETTES, SOUTH_KOREA_ACCENT_MAP, SOUTH_KOREA_MACRO_REGIONS, SOUTH_KOREA_MAP_CENTER, SOUTH_KOREA_PROVINCE_COORDINATES, SOUTH_KOREA_PROVINCE_PALETTES, SPAIN_ACCENT_MAP, SPAIN_MACRO_REGIONS, SPAIN_MAP_CENTER, SPAIN_PROVINCE_COORDINATES, SPAIN_PROVINCE_PALETTES, SWEDEN_ACCENT_MAP, SWEDEN_COUNTY_COORDINATES, SWEDEN_COUNTY_PALETTES, SWEDEN_MACRO_REGIONS, SWEDEN_MAP_CENTER, SafeArea, SafeAreaSpacer, SafeAreaView, SalesDemo, SearchBar, SearchFilterToolbar, SearchInput, SectionCard, SectionHeader, SectionHeaderSkeleton, SegmentedControl, Select, SelectableChipPicker, SelectableListPicker, SelectableOptionsGrid, SelectableTableRow, SelectionCard, ServerErrorPage, SettingsModal, Sheet, SkipToContent, SocialLoginButtons, SortableTableHeader, Spinner, Stat, StatCard, StatCardSkeleton, StatusBadge, StatusToggle, StepFormPage, StepNavigationButtons, StepTimeline, Strong, Subheading, SwipeableRow, Switch2 as Switch, THAILAND_ACCENT_MAP, THAILAND_MACRO_REGIONS, THAILAND_MAP_CENTER, THAILAND_PROVINCE_COORDINATES, THAILAND_PROVINCE_PALETTES, TH_THEME_CONFIG, TR_THEME_CONFIG, TURKEY_ACCENT_MAP, TURKEY_MACRO_REGIONS, TURKEY_MAP_CENTER, TURKEY_PROVINCE_COORDINATES, TURKEY_PROVINCE_PALETTES, Table, TableBody, TableCell, TableEmptyState, TableHead, TableHeader, TableRow, TableSkeleton, TableSkeletonRow, Tabs, TabsContent, TabsList, TabsTrigger, TagBadge, Text, TextLink, Textarea, ThemeSwitch, ThemeToggle, ThemeToggleCompact, TimePicker, ToggleSwitch, TouchTarget, UK_ACCENT_MAP, UK_MACRO_REGIONS, UK_MAP_CENTER, UK_NATION_COORDINATES, UK_NATION_PALETTES, US_ACCENT_MAP, US_MACRO_REGIONS, US_MAP_CENTER, US_STATE_COORDINATES, US_STATE_PALETTES, US_THEME_CONFIG, UserAvatar, UserMobileInfo, WINDSOCK_LOADER, WIRE_LOADER, WheelPicker, WindsockIcon, ZA_THEME_CONFIG, buildDockActions, buildFlyoutNavItems, buildLaunchpadItems, buttonPress, buttonPressReduced, buttonTap, cardHover, cardHoverReduced, cardPress, computeDomain, computeSeries, createMotionProps, customerAnalyticsWorkflow, durations, durationsReduced, easings, fadeOnly, fadeScale, filterByPermission, financialWorkflow, formatAddress, formatCurrency, formatCurrency2, formatDate, formatPercentage, getAllCountries, getArgentinaAccent, getArgentinaColors, getArgentinaFlagUrl, getArgentinaGradient, getArgentinaHexColor, getArgentinaPalette, getAustraliaAccent, getAustraliaColors, getAustraliaFlagUrl, getAustraliaGradient, getAustraliaHexColor, getAustraliaPalette, getBrazilAccent, getBrazilColors, getBrazilFlagUrl, getBrazilGradient, getBrazilHexColor, getBrazilPalette, getCanadaAccent, getCanadaColors, getCanadaFlagUrl, getCanadaGradient, getCanadaHexColor, getCanadaPalette, getChileAccent, getChileColors, getChileFlagUrl, getChileGradient, getChileHexColor, getChilePalette, getColombiaAccent, getColombiaColors, getColombiaFlagUrl, getColombiaGradient, getColombiaHexColor, getColombiaPalette, getCountryConfig, getEgyptAccent, getEgyptColors, getEgyptFlagUrl, getEgyptGradient, getEgyptHexColor, getEgyptPalette, getFranceAccent, getFranceColors, getFranceFlagUrl, getFranceGradient, getFranceHexColor, getFrancePalette, getGermanyAccent, getGermanyColors, getGermanyFlagUrl, getGermanyGradient, getGermanyHexColor, getGermanyPalette, getIndiaAccent, getIndiaColors, getIndiaFlagUrl, getIndiaGradient, getIndiaHexColor, getIndiaPalette, getIndonesiaAccent, getIndonesiaColors, getIndonesiaFlagUrl, getIndonesiaGradient, getIndonesiaHexColor, getIndonesiaPalette, getItalyAccent, getItalyColors, getItalyFlagUrl, getItalyGradient, getItalyHexColor, getItalyPalette, getJapanAccent, getJapanColors, getJapanFlagUrl, getJapanGradient, getJapanHexColor, getJapanPalette, getMexicoAccent, getMexicoColors, getMexicoFlagUrl, getMexicoGradient, getMexicoHexColor, getMexicoPalette, getNetherlandsAccent, getNetherlandsColors, getNetherlandsFlagUrl, getNetherlandsGradient, getNetherlandsHexColor, getNetherlandsPalette, getNewZealandAccent, getNewZealandColors, getNewZealandFlagUrl, getNewZealandGradient, getNewZealandHexColor, getNewZealandPalette, getNigeriaAccent, getNigeriaColors, getNigeriaFlagUrl, getNigeriaGradient, getNigeriaHexColor, getNigeriaPalette, getNorwayAccent, getNorwayColors, getNorwayFlagUrl, getNorwayGradient, getNorwayHexColor, getNorwayPalette, getPeruAccent, getPeruColors, getPeruFlagUrl, getPeruGradient, getPeruHexColor, getPeruPalette, getPhilippinesAccent, getPhilippinesColors, getPhilippinesFlagUrl, getPhilippinesGradient, getPhilippinesHexColor, getPhilippinesPalette, getPolandAccent, getPolandColors, getPolandFlagUrl, getPolandGradient, getPolandHexColor, getPolandPalette, getPortugalAccent, getPortugalColors, getPortugalFlagUrl, getPortugalGradient, getPortugalHexColor, getPortugalPalette, getSouthAfricaAccent, getSouthAfricaColors, getSouthAfricaFlagUrl, getSouthAfricaGradient, getSouthAfricaHexColor, getSouthAfricaPalette, getSouthKoreaAccent, getSouthKoreaColors, getSouthKoreaFlagUrl, getSouthKoreaGradient, getSouthKoreaHexColor, getSouthKoreaPalette, getSpainAccent, getSpainColors, getSpainFlagUrl, getSpainGradient, getSpainHexColor, getSpainPalette, getStatusColor, getSubdivisionAccent, getSubdivisionColors, getSubdivisionFlagUrl, getSubdivisionGradient, getSubdivisionHexColor, getSubdivisionPalette, getSwedenAccent, getSwedenColors, getSwedenFlagUrl, getSwedenGradient, getSwedenHexColor, getSwedenPalette, getThailandAccent, getThailandColors, getThailandFlagUrl, getThailandGradient, getThailandHexColor, getThailandPalette, getTransition, getTurkeyAccent, getTurkeyColors, getTurkeyFlagUrl, getTurkeyGradient, getTurkeyHexColor, getTurkeyPalette, getUKAccent, getUKColors, getUKFlagUrl, getUKGradient, getUKHexColor, getUKPalette, getUsAccent, getUsColors, getUsFlagUrl, getUsGradient, getUsHexColor, getUsPalette, getVariants, hrWorkflow, inventoryWorkflow, iosColors, isValidArgentinaProvince, isValidAustraliaState, isValidBrazilState, isValidCanadaProvince, isValidChileRegion, isValidColombiaDepartment, isValidEgyptGovernorate, isValidFranceRegion, isValidGermanyState, isValidIndiaState, isValidIndonesiaProvince, isValidItalyRegion, isValidJapanPrefecture, isValidMexicoState, isValidNetherlandsProvince, isValidNewZealandRegion, isValidNigeriaState, isValidNorwayCounty, isValidPeruDepartment, isValidPhilippinesProvince, isValidPolandVoivodeship, isValidPortugalDistrict, isValidSouthAfricaProvince, isValidSouthKoreaProvince, isValidSpainProvince, isValidSubdivision, isValidSwedenCounty, isValidThailandProvince, isValidTurkeyProvince, isValidUKNation, isValidUsState, koriAssistantTheme, koriDepartmentFlows, lgpdWorkflow, listItem, listItemReduced, logisticsWorkflow, manufacturingWorkflow, marketingWorkflow, notificationBanner, notificationBannerReduced, pageControlDot, payrollWorkflow, prefersReducedMotion, registerCountry, registerSubdivisionTheme, resolveGlassAccentRgb, salesWorkflow, selectIsAuthenticated, selectShowShellChrome, selectUserInitial, selectUserName, shimmerClass, shimmerWhiteClass, slideDown, slideRight, slideUp, springPresets, springPresetsReduced, staggerContainer, supportWorkflow, swipeActionThreshold, swipeConstraints, useGeoMapState, useNotifications, usePlatformShellStore, usePullToRefresh, validateDashboardSpec, xScale, yScale };
24572
+ //# sourceMappingURL=chunk-GQBSFIXC.mjs.map
24573
+ //# sourceMappingURL=chunk-GQBSFIXC.mjs.map