@elevasis/ui 2.11.0 → 2.12.0

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.
Files changed (39) hide show
  1. package/dist/app/index.js +2 -2
  2. package/dist/{chunk-BSCTPKXM.js → chunk-235RO24Z.js} +1 -1
  3. package/dist/{chunk-TNOIOBYI.js → chunk-7PLBPEBW.js} +2 -2
  4. package/dist/{chunk-KDAOCM66.js → chunk-ETWKPFOO.js} +1 -1
  5. package/dist/{chunk-XYSMBMAR.js → chunk-F6SMVMFC.js} +2 -2
  6. package/dist/{chunk-BLQLWIOW.js → chunk-GHCYUZZE.js} +8 -8
  7. package/dist/{chunk-23PZ57GB.js → chunk-ISVFJCPP.js} +1 -1
  8. package/dist/{chunk-AQDBRRZD.js → chunk-MISBW6WW.js} +1 -1
  9. package/dist/{chunk-DJBORKTR.js → chunk-PXFV47B3.js} +1 -1
  10. package/dist/{chunk-BDENEI4Q.js → chunk-TXZXMTZB.js} +135 -90
  11. package/dist/{chunk-24UMQV5B.js → chunk-TYWZABTP.js} +65 -43
  12. package/dist/{chunk-DOFVHWAP.js → chunk-WM7JTTPX.js} +22 -1
  13. package/dist/{chunk-L34DFR2K.js → chunk-ZKCQEHEJ.js} +3 -3
  14. package/dist/components/index.d.ts +172 -0
  15. package/dist/components/index.js +15 -15
  16. package/dist/features/auth/index.d.ts +85 -0
  17. package/dist/features/crm/index.d.ts +87 -0
  18. package/dist/features/crm/index.js +4 -4
  19. package/dist/features/dashboard/index.js +4 -4
  20. package/dist/features/delivery/index.d.ts +132 -26
  21. package/dist/features/delivery/index.js +4 -4
  22. package/dist/features/lead-gen/index.js +7 -7
  23. package/dist/features/monitoring/index.js +5 -5
  24. package/dist/features/operations/index.js +6 -6
  25. package/dist/features/settings/index.d.ts +85 -0
  26. package/dist/features/settings/index.js +5 -5
  27. package/dist/hooks/index.d.ts +197 -2
  28. package/dist/hooks/index.js +3 -3
  29. package/dist/hooks/published.d.ts +197 -2
  30. package/dist/hooks/published.js +3 -3
  31. package/dist/index.d.ts +197 -2
  32. package/dist/index.js +4 -4
  33. package/dist/initialization/index.d.ts +85 -0
  34. package/dist/profile/index.d.ts +85 -0
  35. package/dist/provider/index.js +2 -2
  36. package/dist/supabase/index.d.ts +166 -0
  37. package/dist/theme/index.js +2 -2
  38. package/dist/types/index.d.ts +86 -1
  39. package/package.json +3 -3
@@ -267,7 +267,7 @@ var cyberVoltPreset = {
267
267
  null,
268
268
  createElement(CyberBackground, {
269
269
  variant: "void",
270
- perspectiveGridRadialGlowIntensity: 6,
270
+ perspectiveGridRadialGlowIntensity: 5,
271
271
  perspectiveGridLineIntensity: 70
272
272
  }),
273
273
  createElement(AmbientBloomGrid, { intensity: 0.09, size: 1.35 })
@@ -301,20 +301,20 @@ var cyberVoltPreset = {
301
301
  primary: "#00A8BD",
302
302
  primaryContrast: "#001418",
303
303
  background: "#050708",
304
- surface: "rgba(0, 60, 80, 0.04)",
304
+ surface: "rgba(0, 60, 80, 0.03)",
305
305
  surfaceHover: "rgba(0, 229, 255, 0.06)",
306
306
  elevatedSurface: "rgba(16, 19, 21, 0.85)",
307
307
  text: "#E0F7FA",
308
308
  textDimmed: "#80DEEA",
309
309
  textSubtle: "#82BEC8",
310
- border: "rgba(0, 229, 255, 0.08)",
310
+ border: "rgba(0, 229, 255, 0.09)",
311
311
  error: "#FF1744",
312
312
  warning: "#FF9100",
313
313
  success: "#00E676",
314
- glassBackground: "rgba(11, 19, 25, 0.32)",
314
+ glassBackground: "rgba(13, 21, 27, 0.32)",
315
315
  glassBlur: "blur(14px) saturate(180%)",
316
316
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
317
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(0, 229, 255, 0.06), 0 4px 4px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.25)",
317
+ cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(0, 229, 255, 0.06), 0 4px 4px rgba(0, 0, 0, 0.4), 0 4px 10px rgba(0, 0, 0, 0.45), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 14px 28px -18px rgba(0, 0, 0, 0.25)",
318
318
  durationFast: "80ms",
319
319
  durationNormal: "160ms",
320
320
  easing: "cubic-bezier(0.16, 1, 0.3, 1)",
@@ -867,7 +867,7 @@ var titaniumPreset = {
867
867
  beam: {
868
868
  width: "260vmax",
869
869
  height: "32vmax",
870
- intensity: 0.85
870
+ intensity: 0.95
871
871
  }
872
872
  }),
873
873
  light: {
@@ -1083,7 +1083,7 @@ var canopyPreset = {
1083
1083
  glassBackground: "rgba(27, 30, 25, 0.3)",
1084
1084
  glassBlur: "blur(12px) saturate(180%)",
1085
1085
  shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
1086
- cardShadow: "inset 0 1px 0 rgba(74, 168, 96, 0.1), inset 0 0 0 1px rgba(74, 168, 96, 0.04), 0 2px 8px rgba(0, 0, 0, 0.5), 0 12px 22px -8px rgba(0, 0, 0, 0.5), 0 12px 24px -16px rgba(0, 0, 0, 0.2)",
1086
+ cardShadow: "inset 0 1px 0 rgba(74, 168, 96, 0.1), inset 0 0 0 1px rgba(74, 168, 96, 0.04), 0 4px 10px rgba(0, 0, 0, 0.45), 0 12px 28px -8px rgba(0, 0, 0, 0.5), 0 12px 24px -16px rgba(0, 0, 0, 0.2)",
1087
1087
  durationFast: "150ms",
1088
1088
  durationNormal: "280ms",
1089
1089
  easing: "cubic-bezier(0.4, 0, 0.2, 1)",
@@ -1179,7 +1179,7 @@ var cyberStrikePreset = {
1179
1179
  perspectiveGridRadialGlowIntensity: 4,
1180
1180
  perspectiveGridLineIntensity: 80
1181
1181
  }),
1182
- createElement(AmbientBloomGrid, { intensity: 0.07, size: 1.3 })
1182
+ createElement(AmbientBloomGrid, { intensity: 0.06, size: 1.3 })
1183
1183
  ),
1184
1184
  light: {
1185
1185
  primary: "#D41840",
@@ -1209,7 +1209,7 @@ var cyberStrikePreset = {
1209
1209
  dark: {
1210
1210
  primary: "#D41840",
1211
1211
  primaryContrast: "#ffffff",
1212
- background: "#060303",
1212
+ background: "#070303",
1213
1213
  surface: "rgba(80, 20, 30, 0.04)",
1214
1214
  surfaceHover: "rgba(212, 24, 64, 0.06)",
1215
1215
  elevatedSurface: "rgba(16, 12, 12, 0.82)",
@@ -1220,10 +1220,10 @@ var cyberStrikePreset = {
1220
1220
  error: "#D41840",
1221
1221
  warning: "#FF9100",
1222
1222
  success: "#00E676",
1223
- glassBackground: "rgba(18, 19, 20, 0.33)",
1223
+ glassBackground: "rgba(19, 20, 21, 0.32)",
1224
1224
  glassBlur: "blur(16px) saturate(190%)",
1225
1225
  shadow: "0 1px 2px rgba(0, 0, 0, 0.5), 0 8px 24px -8px rgba(0, 0, 0, 0.5), 0 20px 48px -16px rgba(0, 0, 0, 0.4)",
1226
- cardShadow: "inset 0 1px 0 rgba(230, 200, 210, 0.04), inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 4px 6px rgba(0, 0, 0, 0.4), 0 10px 24px -10px rgba(0, 0, 0, .6), 0 28px 24px -16px rgba(0, 0, 0, 0.12)",
1226
+ cardShadow: "inset 0 1px 0 rgba(230, 200, 210, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 4px 6px rgba(0, 0, 0, 0.45), 0 10px 24px -10px rgba(0, 0, 0, .6), 0 20px 20px -16px rgba(0, 0, 0, 0.25)",
1227
1227
  durationFast: "80ms",
1228
1228
  durationNormal: "160ms",
1229
1229
  easing: "cubic-bezier(0.16, 1, 0.3, 1)",
@@ -1254,7 +1254,7 @@ var cyberChromePreset = {
1254
1254
  perspectiveGridRadialGlowIntensity: 8,
1255
1255
  perspectiveGridLineIntensity: 80
1256
1256
  }),
1257
- createElement(AmbientBloomGrid, { intensity: 0.1, size: 1.3 })
1257
+ createElement(AmbientBloomGrid, { intensity: 0.07, size: 1.3 })
1258
1258
  ),
1259
1259
  light: {
1260
1260
  primary: "#64748B",
@@ -1291,14 +1291,14 @@ var cyberChromePreset = {
1291
1291
  text: "#E8EEF5",
1292
1292
  textDimmed: "#B4C0CC",
1293
1293
  textSubtle: "#9EABBC",
1294
- border: "rgba(122, 142, 166, 0.1)",
1294
+ border: "rgba(122, 142, 166, 0.12)",
1295
1295
  error: "#FF1744",
1296
1296
  warning: "#FF9100",
1297
1297
  success: "#00E676",
1298
- glassBackground: "rgba(20, 24, 30, 0.3)",
1298
+ glassBackground: "rgba(22, 26, 32, 0.28)",
1299
1299
  glassBlur: "blur(12px) saturate(185%)",
1300
1300
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
1301
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.03), inset 0 0 0 1px rgba(122, 142, 166, 0.04), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
1301
+ cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(122, 142, 166, 0.04), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.45), 0 14px 20px -10px rgba(0, 0, 0, 0.45), 0 24px 28px -18px rgba(0, 0, 0, 0.25)",
1302
1302
  durationFast: "80ms",
1303
1303
  durationNormal: "160ms",
1304
1304
  easing: "cubic-bezier(0.16, 1, 0.3, 1)",
@@ -1375,10 +1375,10 @@ var cyberVoidPreset = {
1375
1375
  error: "#FF1744",
1376
1376
  warning: "#FF9100",
1377
1377
  success: "#00E676",
1378
- glassBackground: "rgba(20, 22, 22, 0.25)",
1378
+ glassBackground: "rgba(21, 23, 23, 0.3)",
1379
1379
  glassBlur: "blur(14px) saturate(180%)",
1380
1380
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
1381
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.07), inset 0 0 0 1px rgba(36, 104, 224, 0.06), 0 4px 4px rgba(0, 0, 0, 0.4), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 20px -16px rgba(0, 0, 0, 0.05)",
1381
+ cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(36, 104, 224, 0.06), 0 4px 4px rgba(0, 0, 0, 0.4), 0 4px 10px rgba(0, 0, 0, 0.45), 0 14px 28px -10px rgba(0, 0, 0, 0.5), 0 24px 20px -16px rgba(0, 0, 0, 0.2)",
1382
1382
  durationFast: "80ms",
1383
1383
  durationNormal: "160ms",
1384
1384
  easing: "cubic-bezier(0.16, 1, 0.3, 1)",
@@ -1574,25 +1574,54 @@ var LIGHT_PALETTE = {
1574
1574
  coreBrightenG: -10,
1575
1575
  coreBrightenB: -10
1576
1576
  };
1577
+ var POOL_SIZE = 140;
1578
+ var particlePool = null;
1579
+ var randVelocity = () => (Math.random() - 0.5) * 0.28;
1580
+ var randRadius = () => Math.random() < 0.12 ? 1.8 + Math.random() * 1.6 : 0.6 + Math.random() * 1.1;
1581
+ function ensurePool(width, height) {
1582
+ if (particlePool) {
1583
+ for (const p of particlePool) {
1584
+ p.x = (p.x % width + width) % width;
1585
+ p.y = (p.y % height + height) % height;
1586
+ }
1587
+ return particlePool;
1588
+ }
1589
+ particlePool = Array.from({ length: POOL_SIZE }, () => ({
1590
+ x: Math.random() * width,
1591
+ y: Math.random() * height,
1592
+ vx: randVelocity(),
1593
+ vy: randVelocity(),
1594
+ radius: randRadius(),
1595
+ pulse: Math.random() * Math.PI * 2,
1596
+ pulseSpeed: 8e-3 + Math.random() * 0.018,
1597
+ hueShift: Math.random()
1598
+ }));
1599
+ return particlePool;
1600
+ }
1577
1601
  function ConstellationBackground({
1578
1602
  darkPalette = DARK_PALETTE,
1579
1603
  lightPalette = LIGHT_PALETTE,
1580
- particles = true
1604
+ particles = true,
1605
+ count = 140,
1606
+ scale = 1
1581
1607
  } = {}) {
1582
1608
  const canvasRef = useRef(null);
1583
1609
  const darkPaletteRef = useRef(darkPalette);
1584
1610
  const lightPaletteRef = useRef(lightPalette);
1585
1611
  const showParticlesRef = useRef(particles);
1612
+ const countRef = useRef(count);
1613
+ const scaleRef = useRef(scale);
1586
1614
  darkPaletteRef.current = darkPalette;
1587
1615
  lightPaletteRef.current = lightPalette;
1588
1616
  showParticlesRef.current = particles;
1617
+ countRef.current = count;
1618
+ scaleRef.current = scale;
1589
1619
  const redrawRef = useRef(null);
1590
1620
  useEffect(() => {
1591
1621
  const canvas = canvasRef.current;
1592
1622
  if (!canvas) return;
1593
1623
  const ctx = canvas.getContext("2d");
1594
1624
  if (!ctx) return;
1595
- const PARTICLE_COUNT = 140;
1596
1625
  const CONNECTION_DISTANCE = 160;
1597
1626
  const readScheme = () => {
1598
1627
  if (typeof document === "undefined") return "dark";
@@ -1615,18 +1644,7 @@ function ConstellationBackground({
1615
1644
  ctx.scale(dpr, dpr);
1616
1645
  };
1617
1646
  setSize();
1618
- const randVelocity = () => (Math.random() - 0.5) * 0.28;
1619
- const particles2 = Array.from({ length: PARTICLE_COUNT }, () => ({
1620
- x: Math.random() * width,
1621
- y: Math.random() * height,
1622
- vx: randVelocity(),
1623
- vy: randVelocity(),
1624
- // Mostly small nodes with occasional larger "stars"
1625
- radius: Math.random() < 0.12 ? 1.8 + Math.random() * 1.6 : 0.6 + Math.random() * 1.1,
1626
- pulse: Math.random() * Math.PI * 2,
1627
- pulseSpeed: 8e-3 + Math.random() * 0.018,
1628
- hueShift: Math.random()
1629
- }));
1647
+ const pool = ensurePool(width, height);
1630
1648
  const lerpColor = (t) => {
1631
1649
  const { paletteA: A, paletteB: B, paletteC: C } = palette;
1632
1650
  if (t < 0.5) {
@@ -1638,6 +1656,8 @@ function ConstellationBackground({
1638
1656
  };
1639
1657
  const drawFrame = () => {
1640
1658
  palette = readScheme() === "light" ? lightPaletteRef.current : darkPaletteRef.current;
1659
+ const activeCount = Math.min(countRef.current, pool.length);
1660
+ const s = scaleRef.current;
1641
1661
  ctx.clearRect(0, 0, width, height);
1642
1662
  const gradient = ctx.createRadialGradient(
1643
1663
  width / 2,
@@ -1654,7 +1674,7 @@ function ConstellationBackground({
1654
1674
  ctx.fillRect(0, 0, width, height);
1655
1675
  if (!showParticlesRef.current) return;
1656
1676
  ctx.globalCompositeOperation = palette.compositeOp;
1657
- for (const p of particles2) {
1677
+ for (const p of pool) {
1658
1678
  p.x += p.vx;
1659
1679
  p.y += p.vy;
1660
1680
  p.pulse += p.pulseSpeed;
@@ -1663,10 +1683,10 @@ function ConstellationBackground({
1663
1683
  if (p.y < 0) p.y += height;
1664
1684
  if (p.y > height) p.y -= height;
1665
1685
  }
1666
- for (let i = 0; i < particles2.length; i++) {
1667
- for (let j = i + 1; j < particles2.length; j++) {
1668
- const a = particles2[i];
1669
- const b = particles2[j];
1686
+ for (let i = 0; i < activeCount; i++) {
1687
+ for (let j = i + 1; j < activeCount; j++) {
1688
+ const a = pool[i];
1689
+ const b = pool[j];
1670
1690
  const dx = a.x - b.x;
1671
1691
  const dy = a.y - b.y;
1672
1692
  const distSq = dx * dx + dy * dy;
@@ -1684,10 +1704,12 @@ function ConstellationBackground({
1684
1704
  }
1685
1705
  }
1686
1706
  }
1687
- for (const p of particles2) {
1707
+ for (let i = 0; i < activeCount; i++) {
1708
+ const p = pool[i];
1688
1709
  const pulseScale = 0.8 + Math.sin(p.pulse) * 0.25;
1689
1710
  const [r, g, bl] = lerpColor(p.hueShift);
1690
- const glowRadius = p.radius * 5 * pulseScale;
1711
+ const scaledRadius = p.radius * s;
1712
+ const glowRadius = scaledRadius * 5 * pulseScale;
1691
1713
  const ri = r | 0;
1692
1714
  const gi = g | 0;
1693
1715
  const bi = bl | 0;
@@ -1704,7 +1726,7 @@ function ConstellationBackground({
1704
1726
  const cb = Math.max(0, Math.min(255, bl + palette.coreBrightenB)) | 0;
1705
1727
  ctx.fillStyle = `rgba(${cr}, ${cg}, ${cb}, ${palette.coreOpacity})`;
1706
1728
  ctx.beginPath();
1707
- ctx.arc(p.x, p.y, p.radius * pulseScale, 0, Math.PI * 2);
1729
+ ctx.arc(p.x, p.y, scaledRadius * pulseScale, 0, Math.PI * 2);
1708
1730
  ctx.fill();
1709
1731
  }
1710
1732
  ctx.globalCompositeOperation = "source-over";
@@ -1772,7 +1794,7 @@ var synapsePreset = {
1772
1794
  ],
1773
1795
  colors: ["#22D3EE", "#020305", "#F0FAFB"],
1774
1796
  background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
1775
- /* @__PURE__ */ jsx(ConstellationBackground, { particles: false }),
1797
+ /* @__PURE__ */ jsx(ConstellationBackground, {}),
1776
1798
  /* @__PURE__ */ jsx(FloatingMotes, {}),
1777
1799
  /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.12 })
1778
1800
  ] }),
@@ -1875,7 +1897,7 @@ var cortexPreset = {
1875
1897
  ],
1876
1898
  colors: ["#5A78B4", "#02050E", "#F3F5FA"],
1877
1899
  background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
1878
- /* @__PURE__ */ jsx(ConstellationBackground, { darkPalette: CORTEX_DARK, lightPalette: CORTEX_LIGHT, particles: false }),
1900
+ /* @__PURE__ */ jsx(ConstellationBackground, { darkPalette: CORTEX_DARK, lightPalette: CORTEX_LIGHT, count: 80, scale: 0.85 }),
1879
1901
  /* @__PURE__ */ jsx(FloatingMotes, {}),
1880
1902
  /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.12 })
1881
1903
  ] }),
@@ -1978,7 +2000,7 @@ var heliosPreset = {
1978
2000
  ],
1979
2001
  colors: ["#D4B456", "#0A0805", "#FAF7F0"],
1980
2002
  background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
1981
- /* @__PURE__ */ jsx(ConstellationBackground, { darkPalette: HELIOS_DARK, lightPalette: HELIOS_LIGHT, particles: false }),
2003
+ /* @__PURE__ */ jsx(ConstellationBackground, { darkPalette: HELIOS_DARK, lightPalette: HELIOS_LIGHT, count: 90, scale: 0.9 }),
1982
2004
  /* @__PURE__ */ jsx(FloatingMotes, {}),
1983
2005
  /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.07 })
1984
2006
  ] }),
@@ -2081,7 +2103,7 @@ var graphitePreset = {
2081
2103
  ],
2082
2104
  colors: ["#9CA3AF", "#08090B", "#F8F9FA"],
2083
2105
  background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
2084
- /* @__PURE__ */ jsx(ConstellationBackground, { darkPalette: GRAPHITE_DARK, lightPalette: GRAPHITE_LIGHT, particles: false }),
2106
+ /* @__PURE__ */ jsx(ConstellationBackground, { darkPalette: GRAPHITE_DARK, lightPalette: GRAPHITE_LIGHT, count: 60, scale: 0.7 }),
2085
2107
  /* @__PURE__ */ jsx(FloatingMotes, {}),
2086
2108
  /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.1 })
2087
2109
  ] }),
@@ -4625,6 +4625,27 @@ function useCreateTask() {
4625
4625
  }
4626
4626
  });
4627
4627
  }
4628
+ function useUpdateTask() {
4629
+ const { apiRequest } = useElevasisServices();
4630
+ const queryClient = useQueryClient();
4631
+ return useMutation({
4632
+ mutationFn: async (params) => {
4633
+ const res = await apiRequest(`/project-tasks/${params.id}`, {
4634
+ method: "PATCH",
4635
+ body: JSON.stringify(params.updates)
4636
+ });
4637
+ return res.task;
4638
+ },
4639
+ onSuccess: (data) => {
4640
+ queryClient.invalidateQueries({ queryKey: taskKeys.all });
4641
+ queryClient.invalidateQueries({ queryKey: projectKeys.all });
4642
+ queryClient.invalidateQueries({ queryKey: projectKeys.detail(data.project_id) });
4643
+ },
4644
+ onError: (error) => {
4645
+ showApiErrorNotification(error);
4646
+ }
4647
+ });
4648
+ }
4628
4649
  function useDeleteTask2() {
4629
4650
  const { apiRequest } = useElevasisServices();
4630
4651
  const queryClient = useQueryClient();
@@ -4645,4 +4666,4 @@ function useDeleteTask2() {
4645
4666
  });
4646
4667
  }
4647
4668
 
4648
- export { ApiKeyService, CredentialSchemas, CredentialService, DeploymentService, MEMBERSHIP_STATUS_COLORS, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, isSessionCapable, milestoneKeys, noteKeys, operationsKeys, projectActivityKeys, projectKeys, scheduleKeys, sessionsKeys, showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, sortData, taskKeys, transformMembershipToTableRow, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useArchiveSession, useArchivedLogs, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateList, useCreateMilestone, useCreateNote, useCreateProject, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDeleteApiKey, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteProject, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteTask2, useDeleteWebhookEndpoint, useDeploymentDocs, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGraphStats, useList, useListApiKeys, useListDeployments, useListExecutions, useListProgress, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMilestones, useNotificationCount, useNotifications, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentExecutionsByResource, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useSyncDealStage, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateList, useUpdateListConfig, useUpdateMemberConfig, useUpdateMilestone, useUpdateProject, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources, useWarningNotification };
4669
+ export { ApiKeyService, CredentialSchemas, CredentialService, DeploymentService, MEMBERSHIP_STATUS_COLORS, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, isSessionCapable, milestoneKeys, noteKeys, operationsKeys, projectActivityKeys, projectKeys, scheduleKeys, sessionsKeys, showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, sortData, taskKeys, transformMembershipToTableRow, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useArchiveSession, useArchivedLogs, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateList, useCreateMilestone, useCreateNote, useCreateProject, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDeleteApiKey, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteProject, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteTask2, useDeleteWebhookEndpoint, useDeploymentDocs, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGraphStats, useList, useListApiKeys, useListDeployments, useListExecutions, useListProgress, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMilestones, useNotificationCount, useNotifications, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentExecutionsByResource, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useSyncDealStage, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateList, useUpdateListConfig, useUpdateMemberConfig, useUpdateMilestone, useUpdateProject, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources, useWarningNotification };
@@ -1,14 +1,14 @@
1
1
  import { ChatHeader, ChatSidebar } from './chunk-ROSMICXG.js';
2
2
  import { SubshellLoader } from './chunk-ADSSLKKP.js';
3
- import { ResourceHealthPanel } from './chunk-23PZ57GB.js';
3
+ import { ResourceHealthPanel } from './chunk-ISVFJCPP.js';
4
4
  import { PageContainer } from './chunk-BZZCNLT6.js';
5
5
  import { SubshellSidebarSection } from './chunk-IIMU5YAJ.js';
6
6
  import { CustomModal, ConfirmationModal } from './chunk-GBMNCNHX.js';
7
- import { BaseNode, useGraphTheme, BaseEdge, FormFieldRenderer, ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline, GraphBackground, GraphFitViewButton, GraphFitViewHandler } from './chunk-BLQLWIOW.js';
7
+ import { BaseNode, useGraphTheme, BaseEdge, FormFieldRenderer, ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline, GraphBackground, GraphFitViewButton, GraphFitViewHandler } from './chunk-GHCYUZZE.js';
8
8
  import { useCyberColors, CyberDonut } from './chunk-STZJ7SY5.js';
9
9
  import { AppShellLoader } from './chunk-YEX4MQSY.js';
10
10
  import { getResourceStatusColor, useTimelineData, useAgentIterationData, getStatusIcon } from './chunk-GHIPBT5V.js';
11
- import { useErrorDetail, useExecution, useArchivedLogs, useDeleteExecution, useRetryExecution, useCancelExecution, useCommandQueueTotals, useStatusFilter, useResourceSearch, useResourcesDomainFilters, usePaginationState, useResources, useRecentExecutionsByResource, filterByDomainFilters, useExecuteAsync, useResourceDefinition, isSessionCapable, useDeleteTask, useCommandQueue, useSubmitAction, useCommandViewData, useCommandViewStats, useCommandViewStore, useResourceExecutions, useCheckpointTasks, useExecutionPanelState, useDeleteSession, useCreateSession, useSessions, useSessionExecutions, useSession, showApiErrorNotification, showSuccessNotification, useBulkDeleteExecutions } from './chunk-DOFVHWAP.js';
11
+ import { useErrorDetail, useExecution, useArchivedLogs, useDeleteExecution, useRetryExecution, useCancelExecution, useCommandQueueTotals, useStatusFilter, useResourceSearch, useResourcesDomainFilters, usePaginationState, useResources, useRecentExecutionsByResource, filterByDomainFilters, useExecuteAsync, useResourceDefinition, isSessionCapable, useDeleteTask, useCommandQueue, useSubmitAction, useCommandViewData, useCommandViewStats, useCommandViewStore, useResourceExecutions, useCheckpointTasks, useExecutionPanelState, useDeleteSession, useCreateSession, useSessions, useSessionExecutions, useSession, showApiErrorNotification, showSuccessNotification, useBulkDeleteExecutions } from './chunk-WM7JTTPX.js';
12
12
  import { useGraphHighlighting, calculateGraphHeight, Graph_module_css_default, GRAPH_CONSTANTS } from './chunk-22UVE3RA.js';
13
13
  import { useMergedExecution } from './chunk-3ZMAGTWF.js';
14
14
  import { useOptionalElevasisFeatures, useElevasisFeatures } from './chunk-C7BX547M.js';
@@ -2949,6 +2949,91 @@ type Database$1 = {
2949
2949
  }
2950
2950
  ];
2951
2951
  };
2952
+ reported_issues: {
2953
+ Row: {
2954
+ affected_page: string | null;
2955
+ category: string;
2956
+ context: Json$1 | null;
2957
+ created_at: string;
2958
+ description: string;
2959
+ evidence: Json$1 | null;
2960
+ id: string;
2961
+ organization_id: string;
2962
+ project_id: string | null;
2963
+ reported_at: string;
2964
+ reporter_id: string | null;
2965
+ resolved_at: string | null;
2966
+ severity: string;
2967
+ source: string;
2968
+ status: string;
2969
+ task_id: string | null;
2970
+ title: string;
2971
+ updated_at: string;
2972
+ };
2973
+ Insert: {
2974
+ affected_page?: string | null;
2975
+ category: string;
2976
+ context?: Json$1 | null;
2977
+ created_at?: string;
2978
+ description: string;
2979
+ evidence?: Json$1 | null;
2980
+ id?: string;
2981
+ organization_id: string;
2982
+ project_id?: string | null;
2983
+ reported_at?: string;
2984
+ reporter_id?: string | null;
2985
+ resolved_at?: string | null;
2986
+ severity: string;
2987
+ source: string;
2988
+ status?: string;
2989
+ task_id?: string | null;
2990
+ title: string;
2991
+ updated_at?: string;
2992
+ };
2993
+ Update: {
2994
+ affected_page?: string | null;
2995
+ category?: string;
2996
+ context?: Json$1 | null;
2997
+ created_at?: string;
2998
+ description?: string;
2999
+ evidence?: Json$1 | null;
3000
+ id?: string;
3001
+ organization_id?: string;
3002
+ project_id?: string | null;
3003
+ reported_at?: string;
3004
+ reporter_id?: string | null;
3005
+ resolved_at?: string | null;
3006
+ severity?: string;
3007
+ source?: string;
3008
+ status?: string;
3009
+ task_id?: string | null;
3010
+ title?: string;
3011
+ updated_at?: string;
3012
+ };
3013
+ Relationships: [
3014
+ {
3015
+ foreignKeyName: "reported_issues_organization_id_fkey";
3016
+ columns: ["organization_id"];
3017
+ isOneToOne: false;
3018
+ referencedRelation: "organizations";
3019
+ referencedColumns: ["id"];
3020
+ },
3021
+ {
3022
+ foreignKeyName: "reported_issues_project_id_fkey";
3023
+ columns: ["project_id"];
3024
+ isOneToOne: false;
3025
+ referencedRelation: "prj_projects";
3026
+ referencedColumns: ["id"];
3027
+ },
3028
+ {
3029
+ foreignKeyName: "reported_issues_task_id_fkey";
3030
+ columns: ["task_id"];
3031
+ isOneToOne: false;
3032
+ referencedRelation: "prj_tasks";
3033
+ referencedColumns: ["id"];
3034
+ }
3035
+ ];
3036
+ };
2952
3037
  session_messages: {
2953
3038
  Row: {
2954
3039
  created_at: string | null;
@@ -3470,6 +3555,8 @@ interface DealContact {
3470
3555
  interface DealFilters {
3471
3556
  stage?: DealStage;
3472
3557
  search?: string;
3558
+ limit?: number;
3559
+ offset?: number;
3473
3560
  }
3474
3561
  /** Deal list item with joined contact and company data */
3475
3562
  interface DealListItem extends AcqDealRow {
@@ -6375,6 +6462,91 @@ type Database = {
6375
6462
  },
6376
6463
  ]
6377
6464
  }
6465
+ reported_issues: {
6466
+ Row: {
6467
+ affected_page: string | null
6468
+ category: string
6469
+ context: Json | null
6470
+ created_at: string
6471
+ description: string
6472
+ evidence: Json | null
6473
+ id: string
6474
+ organization_id: string
6475
+ project_id: string | null
6476
+ reported_at: string
6477
+ reporter_id: string | null
6478
+ resolved_at: string | null
6479
+ severity: string
6480
+ source: string
6481
+ status: string
6482
+ task_id: string | null
6483
+ title: string
6484
+ updated_at: string
6485
+ }
6486
+ Insert: {
6487
+ affected_page?: string | null
6488
+ category: string
6489
+ context?: Json | null
6490
+ created_at?: string
6491
+ description: string
6492
+ evidence?: Json | null
6493
+ id?: string
6494
+ organization_id: string
6495
+ project_id?: string | null
6496
+ reported_at?: string
6497
+ reporter_id?: string | null
6498
+ resolved_at?: string | null
6499
+ severity: string
6500
+ source: string
6501
+ status?: string
6502
+ task_id?: string | null
6503
+ title: string
6504
+ updated_at?: string
6505
+ }
6506
+ Update: {
6507
+ affected_page?: string | null
6508
+ category?: string
6509
+ context?: Json | null
6510
+ created_at?: string
6511
+ description?: string
6512
+ evidence?: Json | null
6513
+ id?: string
6514
+ organization_id?: string
6515
+ project_id?: string | null
6516
+ reported_at?: string
6517
+ reporter_id?: string | null
6518
+ resolved_at?: string | null
6519
+ severity?: string
6520
+ source?: string
6521
+ status?: string
6522
+ task_id?: string | null
6523
+ title?: string
6524
+ updated_at?: string
6525
+ }
6526
+ Relationships: [
6527
+ {
6528
+ foreignKeyName: "reported_issues_organization_id_fkey"
6529
+ columns: ["organization_id"]
6530
+ isOneToOne: false
6531
+ referencedRelation: "organizations"
6532
+ referencedColumns: ["id"]
6533
+ },
6534
+ {
6535
+ foreignKeyName: "reported_issues_project_id_fkey"
6536
+ columns: ["project_id"]
6537
+ isOneToOne: false
6538
+ referencedRelation: "prj_projects"
6539
+ referencedColumns: ["id"]
6540
+ },
6541
+ {
6542
+ foreignKeyName: "reported_issues_task_id_fkey"
6543
+ columns: ["task_id"]
6544
+ isOneToOne: false
6545
+ referencedRelation: "prj_tasks"
6546
+ referencedColumns: ["id"]
6547
+ },
6548
+ ]
6549
+ }
6378
6550
  session_messages: {
6379
6551
  Row: {
6380
6552
  created_at: string | null
@@ -1,17 +1,17 @@
1
1
  import { CollapsibleSidebarGroup } from '../chunk-4BF74JVD.js';
2
2
  import { useBreadcrumbs } from '../chunk-MG3NF7QL.js';
3
- export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../chunk-BDENEI4Q.js';
4
- export { LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-TNOIOBYI.js';
5
- export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, operationsManifest, useNewKnowledgeMapLayout } from '../chunk-L34DFR2K.js';
3
+ export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../chunk-TXZXMTZB.js';
4
+ export { LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-7PLBPEBW.js';
5
+ export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, operationsManifest, useNewKnowledgeMapLayout } from '../chunk-ZKCQEHEJ.js';
6
6
  import '../chunk-ROSMICXG.js';
7
7
  import { SubshellLoader } from '../chunk-ADSSLKKP.js';
8
8
  import '../chunk-G2TDX3W6.js';
9
- import { NotificationList } from '../chunk-BSCTPKXM.js';
10
- export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-BSCTPKXM.js';
11
- export { ResourceHealthPanel } from '../chunk-23PZ57GB.js';
9
+ import { NotificationList } from '../chunk-235RO24Z.js';
10
+ export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-235RO24Z.js';
11
+ export { ResourceHealthPanel } from '../chunk-ISVFJCPP.js';
12
12
  export { SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, seoManifest } from '../chunk-AL23U6C3.js';
13
- export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest } from '../chunk-XYSMBMAR.js';
14
- export { ActivityFeedWidget, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, TasksDueWidget, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-AQDBRRZD.js';
13
+ export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest } from '../chunk-F6SMVMFC.js';
14
+ export { ActivityFeedWidget, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, TasksDueWidget, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-MISBW6WW.js';
15
15
  export { SortableHeader, TableSelectionToolbar } from '../chunk-TUMSNGTX.js';
16
16
  import { PageContainer } from '../chunk-BZZCNLT6.js';
17
17
  import { SubshellNavItem } from '../chunk-CEWTOKE7.js';
@@ -20,24 +20,24 @@ import { FilterBar } from '../chunk-PDHTXPSF.js';
20
20
  export { FilterBar } from '../chunk-PDHTXPSF.js';
21
21
  import { CustomModal } from '../chunk-GBMNCNHX.js';
22
22
  export { ConfirmationInputModal, ConfirmationModal, CustomModal } from '../chunk-GBMNCNHX.js';
23
- import { BaseNode, useGraphTheme, BaseEdge, GraphBackground, GraphLegend, GraphFitViewButton } from '../chunk-BLQLWIOW.js';
24
- export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, FormFieldRenderer, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, RunResourceButton, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, ZodFormRenderer, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-BLQLWIOW.js';
23
+ import { BaseNode, useGraphTheme, BaseEdge, GraphBackground, GraphLegend, GraphFitViewButton } from '../chunk-GHCYUZZE.js';
24
+ export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, FormFieldRenderer, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, RunResourceButton, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, ZodFormRenderer, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-GHCYUZZE.js';
25
25
  export { ResourceHealthChart, getHealthColor } from '../chunk-LGKLC5MG.js';
26
26
  import '../chunk-STZJ7SY5.js';
27
27
  import { AppShellLoader } from '../chunk-YEX4MQSY.js';
28
- import '../chunk-KDAOCM66.js';
28
+ import '../chunk-ETWKPFOO.js';
29
29
  export { CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS } from '../chunk-GHIPBT5V.js';
30
30
  import '../chunk-7M2VOCYN.js';
31
- import { useCommandViewLayout, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, usePaginationState, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useDeploymentDocs, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDealNotes, useCreateDealNote, useDeals, useSyncDealStage, dealKeys, useMarkAllAsRead, useNotifications, showErrorNotification, showSuccessNotification, showApiErrorNotification } from '../chunk-DOFVHWAP.js';
32
- export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-DOFVHWAP.js';
31
+ import { useCommandViewLayout, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, usePaginationState, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useDeploymentDocs, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDealNotes, useCreateDealNote, useDeals, useSyncDealStage, dealKeys, useMarkAllAsRead, useNotifications, showErrorNotification, showSuccessNotification, showApiErrorNotification } from '../chunk-WM7JTTPX.js';
32
+ export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-WM7JTTPX.js';
33
33
  import '../chunk-LXHZYSMQ.js';
34
34
  import '../chunk-BRXELOHC.js';
35
35
  import { Graph_module_css_default, useDirectedChainHighlighting, useNodeSelection, GRAPH_CONSTANTS } from '../chunk-22UVE3RA.js';
36
36
  export { Graph_module_css_default as graphStyles } from '../chunk-22UVE3RA.js';
37
37
  import '../chunk-3ZMAGTWF.js';
38
38
  import '../chunk-DKQQK3WX.js';
39
- import '../chunk-DJBORKTR.js';
40
- import '../chunk-24UMQV5B.js';
39
+ import '../chunk-PXFV47B3.js';
40
+ import '../chunk-TYWZABTP.js';
41
41
  import '../chunk-F4TPY6YL.js';
42
42
  import '../chunk-C7BX547M.js';
43
43
  import { SubshellContainer, SubshellSidebar, SubshellRightSideContainer, SubshellContentContainer } from '../chunk-RX4UWZZR.js';