@elevasis/ui 2.12.0 → 2.13.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.
- package/dist/app/index.js +5 -5
- package/dist/{chunk-ISVFJCPP.js → chunk-2CGYLRTX.js} +1 -1
- package/dist/{chunk-PXFV47B3.js → chunk-5IBTTMWX.js} +3 -3
- package/dist/{chunk-GHCYUZZE.js → chunk-67BKMKFG.js} +3 -3
- package/dist/{chunk-ETWKPFOO.js → chunk-6RWMRQN5.js} +1 -1
- package/dist/{chunk-TXZXMTZB.js → chunk-6WPKE7C3.js} +1 -1
- package/dist/{chunk-ZKCQEHEJ.js → chunk-BSW5MUAQ.js} +4 -4
- package/dist/{chunk-V7XHGJQZ.js → chunk-FL67C3WY.js} +6 -1
- package/dist/{chunk-WM7JTTPX.js → chunk-FT27I4S7.js} +61 -2
- package/dist/{chunk-MISBW6WW.js → chunk-H333SX3N.js} +1 -1
- package/dist/{chunk-YEX4MQSY.js → chunk-M25JL54Z.js} +3 -3
- package/dist/{chunk-7PLBPEBW.js → chunk-NLFAEJDH.js} +2 -2
- package/dist/{chunk-235RO24Z.js → chunk-PCK553L4.js} +8 -3
- package/dist/{chunk-TYWZABTP.js → chunk-R73EHHPN.js} +89 -46
- package/dist/{chunk-F6SMVMFC.js → chunk-T7R5P5JJ.js} +3 -3
- package/dist/{chunk-F4TPY6YL.js → chunk-WLOQ4IBG.js} +9 -3
- package/dist/{chunk-R7WLWGPO.js → chunk-ZB5GAV7J.js} +1 -1
- package/dist/components/index.d.ts +14 -8
- package/dist/components/index.js +19 -19
- package/dist/features/auth/index.d.ts +7 -4
- package/dist/features/auth/index.js +2 -2
- package/dist/features/crm/index.d.ts +7 -4
- package/dist/features/crm/index.js +7 -7
- package/dist/features/dashboard/index.js +8 -8
- package/dist/features/delivery/index.d.ts +7 -4
- package/dist/features/delivery/index.js +7 -7
- package/dist/features/lead-gen/index.js +11 -11
- package/dist/features/monitoring/index.js +9 -9
- package/dist/features/monitoring/requests/index.d.ts +125 -0
- package/dist/features/operations/index.js +10 -10
- package/dist/features/settings/index.d.ts +7 -4
- package/dist/features/settings/index.js +9 -9
- package/dist/hooks/index.d.ts +130 -10
- package/dist/hooks/index.js +6 -6
- package/dist/hooks/published.d.ts +130 -10
- package/dist/hooks/published.js +6 -6
- package/dist/index.d.ts +130 -10
- package/dist/index.js +7 -7
- package/dist/initialization/index.d.ts +7 -4
- package/dist/layout/index.d.ts +9 -2
- package/dist/layout/index.js +2 -2
- package/dist/organization/index.js +1 -1
- package/dist/profile/index.d.ts +7 -4
- package/dist/provider/index.js +5 -5
- package/dist/provider/published.js +2 -2
- package/dist/supabase/index.d.ts +14 -8
- package/dist/theme/index.js +3 -3
- package/dist/types/index.d.ts +7 -4
- package/package.json +5 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AppBackground, AmbientBloomGrid, CyberBackground, FloatingMotes, WaveBackground } from './chunk-
|
|
1
|
+
import { AppBackground, AmbientBloomGrid, CyberBackground, FloatingMotes, WaveBackground } from './chunk-WLOQ4IBG.js';
|
|
2
2
|
import { createElement, Fragment, createContext, useRef, useEffect, useContext } from 'react';
|
|
3
3
|
import { jsxs, Fragment as Fragment$1, jsx } from 'react/jsx-runtime';
|
|
4
4
|
import { Tooltip, Text, Tabs, Table, Stack, SimpleGrid, Select, Combobox, SegmentedControl, ScrollArea, Paper, Popover, Notification, Modal, Menu, Input, HoverCard, Group, Grid, Flex, Code, Divider, Card, Button, Accordion, createTheme } from '@mantine/core';
|
|
@@ -108,14 +108,14 @@ var defaultPreset = {
|
|
|
108
108
|
text: "#ffffff",
|
|
109
109
|
textDimmed: "#c1c2c5",
|
|
110
110
|
textSubtle: "#ABABAB",
|
|
111
|
-
border: "rgba(255, 255, 255, 0.
|
|
111
|
+
border: "rgba(255, 255, 255, 0.06)",
|
|
112
112
|
error: "#ff5252",
|
|
113
113
|
warning: "#ff9800",
|
|
114
114
|
success: "#4caf50",
|
|
115
115
|
glassBackground: "rgba(15, 15, 17, 0.55)",
|
|
116
116
|
glassBlur: "blur(22px) saturate(160%)",
|
|
117
117
|
shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 8px 24px -8px rgba(0, 0, 0, 0.5), 0px 20px 48px -16px rgba(0, 0, 0, 0.35)",
|
|
118
|
-
cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.
|
|
118
|
+
cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 2px 8px rgba(0, 0, 0, 0.5), 0 12px 32px -8px rgba(0, 0, 0, 0.4), 0 32px 64px -16px rgba(0, 0, 0, 0.3)",
|
|
119
119
|
durationFast: "150ms",
|
|
120
120
|
durationNormal: "250ms",
|
|
121
121
|
easing: "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
@@ -128,7 +128,10 @@ var tacticalPreset = {
|
|
|
128
128
|
background: createElement(
|
|
129
129
|
Fragment,
|
|
130
130
|
null,
|
|
131
|
-
createElement(AppBackground
|
|
131
|
+
createElement(AppBackground, {
|
|
132
|
+
gridGlowColor: "color-mix(in srgb, #5A6070 30%, transparent)",
|
|
133
|
+
gridGlowIntensity: 50
|
|
134
|
+
}),
|
|
132
135
|
createElement(AmbientBloomGrid, { intensity: 0.07, color: "#5A6070", size: 1.2 })
|
|
133
136
|
),
|
|
134
137
|
light: {
|
|
@@ -173,7 +176,7 @@ var tacticalPreset = {
|
|
|
173
176
|
glassBackground: "rgba(15, 16, 18, 0.55)",
|
|
174
177
|
glassBlur: "blur(24px) saturate(170%)",
|
|
175
178
|
shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
|
|
176
|
-
cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.
|
|
179
|
+
cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 8px -6px rgba(255, 255, 255, 0.1), 0 2px 8px rgba(0, 0, 0, 0.5), 0 12px 32px -8px rgba(0, 0, 0, 0.5), 0 22px 24px -16px rgba(0, 0, 0, 0.3)",
|
|
177
180
|
durationFast: "100ms",
|
|
178
181
|
durationNormal: "180ms",
|
|
179
182
|
easing: "cubic-bezier(0.22, 0, 0.1, 1)",
|
|
@@ -225,7 +228,7 @@ var regalPreset = {
|
|
|
225
228
|
primary: "#C0A558",
|
|
226
229
|
primaryContrast: "#0A0A0A",
|
|
227
230
|
background: "#020203",
|
|
228
|
-
surface: "rgba(16, 17, 20,
|
|
231
|
+
surface: "rgba(16, 17, 20, .2)",
|
|
229
232
|
surfaceHover: "rgba(180, 180, 188, 0.08)",
|
|
230
233
|
elevatedSurface: "rgba(16, 16, 19, 0.85)",
|
|
231
234
|
text: "#F0F0F2",
|
|
@@ -238,7 +241,7 @@ var regalPreset = {
|
|
|
238
241
|
glassBackground: "rgba(16, 17, 20, 0.45)",
|
|
239
242
|
glassBlur: "blur(18px) saturate(180%)",
|
|
240
243
|
shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 8px 24px -8px rgba(0, 0, 0, 0.5), 0px 20px 48px -16px rgba(0, 0, 0, 0.35)",
|
|
241
|
-
cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.
|
|
244
|
+
cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.01), 0 2px 8px rgba(0, 0, 0, 0.5), 0 12px 32px -8px rgba(0, 0, 0, 0.4), 0 32px 40px -16px rgba(0, 0, 0, 0.2)",
|
|
242
245
|
durationFast: "180ms",
|
|
243
246
|
durationNormal: "320ms",
|
|
244
247
|
easing: "cubic-bezier(0.25, 0.1, 0.25, 1)",
|
|
@@ -300,7 +303,7 @@ var cyberVoltPreset = {
|
|
|
300
303
|
dark: {
|
|
301
304
|
primary: "#00A8BD",
|
|
302
305
|
primaryContrast: "#001418",
|
|
303
|
-
background: "#
|
|
306
|
+
background: "#040607",
|
|
304
307
|
surface: "rgba(0, 60, 80, 0.03)",
|
|
305
308
|
surfaceHover: "rgba(0, 229, 255, 0.06)",
|
|
306
309
|
elevatedSurface: "rgba(16, 19, 21, 0.85)",
|
|
@@ -823,8 +826,8 @@ var midnightPreset = {
|
|
|
823
826
|
fontSans: '"Inter", sans-serif'
|
|
824
827
|
},
|
|
825
828
|
dark: {
|
|
826
|
-
primary: "#
|
|
827
|
-
primaryContrast: "#
|
|
829
|
+
primary: "#4E6288",
|
|
830
|
+
primaryContrast: "#ffffff",
|
|
828
831
|
background: "#0A0E18",
|
|
829
832
|
surface: "rgba(138, 130, 169, 0.0)",
|
|
830
833
|
surfaceHover: "rgba(120, 136, 168, 0.09)",
|
|
@@ -871,7 +874,7 @@ var titaniumPreset = {
|
|
|
871
874
|
}
|
|
872
875
|
}),
|
|
873
876
|
light: {
|
|
874
|
-
primary: "#
|
|
877
|
+
primary: "#4A5260",
|
|
875
878
|
primaryContrast: "#ffffff",
|
|
876
879
|
background: "#F1F2F4",
|
|
877
880
|
surface: "transparent",
|
|
@@ -896,8 +899,8 @@ var titaniumPreset = {
|
|
|
896
899
|
fontSans: '"DM Sans", sans-serif'
|
|
897
900
|
},
|
|
898
901
|
dark: {
|
|
899
|
-
primary: "#
|
|
900
|
-
primaryContrast: "#
|
|
902
|
+
primary: "#5A6472",
|
|
903
|
+
primaryContrast: "#ffffff",
|
|
901
904
|
background: "#0C0D0F",
|
|
902
905
|
surface: "rgba(20, 22, 26, 0)",
|
|
903
906
|
surfaceHover: "rgba(168, 176, 188, 0.10)",
|
|
@@ -1149,7 +1152,7 @@ var slatePreset = {
|
|
|
1149
1152
|
glassBackground: "rgba(14, 17, 22, 0.58)",
|
|
1150
1153
|
glassBlur: "blur(22px) saturate(160%)",
|
|
1151
1154
|
shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
|
|
1152
|
-
cardShadow: "inset 0 1px 0 rgba(123, 158, 188, 0.
|
|
1155
|
+
cardShadow: "inset 0 1px 0 rgba(123, 158, 188, 0.1), inset 0 0 0 1px rgba(123, 158, 188, 0.04), 0 2px 8px rgba(0, 0, 0, 0.5), 0 12px 32px -8px rgba(0, 0, 0, 0.5), 0 32px 64px -16px rgba(0, 0, 0, 0.4)",
|
|
1153
1156
|
durationFast: "110ms",
|
|
1154
1157
|
durationNormal: "200ms",
|
|
1155
1158
|
easing: "cubic-bezier(0.22, 0, 0.1, 1)",
|
|
@@ -1177,7 +1180,7 @@ var cyberStrikePreset = {
|
|
|
1177
1180
|
createElement(CyberBackground, {
|
|
1178
1181
|
variant: "strike",
|
|
1179
1182
|
perspectiveGridRadialGlowIntensity: 4,
|
|
1180
|
-
perspectiveGridLineIntensity:
|
|
1183
|
+
perspectiveGridLineIntensity: 55
|
|
1181
1184
|
}),
|
|
1182
1185
|
createElement(AmbientBloomGrid, { intensity: 0.06, size: 1.3 })
|
|
1183
1186
|
),
|
|
@@ -1209,18 +1212,18 @@ var cyberStrikePreset = {
|
|
|
1209
1212
|
dark: {
|
|
1210
1213
|
primary: "#D41840",
|
|
1211
1214
|
primaryContrast: "#ffffff",
|
|
1212
|
-
background: "#
|
|
1213
|
-
surface: "rgba(80, 20, 30, 0.
|
|
1215
|
+
background: "#060303",
|
|
1216
|
+
surface: "rgba(80, 20, 30, 0.06)",
|
|
1214
1217
|
surfaceHover: "rgba(212, 24, 64, 0.06)",
|
|
1215
1218
|
elevatedSurface: "rgba(16, 12, 12, 0.82)",
|
|
1216
1219
|
text: "#FAE0E4",
|
|
1217
1220
|
textDimmed: "#F0A0B0",
|
|
1218
1221
|
textSubtle: "#C99CA4",
|
|
1219
|
-
border: "rgba(230, 165, 170, 0.
|
|
1222
|
+
border: "rgba(230, 165, 170, 0.12)",
|
|
1220
1223
|
error: "#D41840",
|
|
1221
1224
|
warning: "#FF9100",
|
|
1222
1225
|
success: "#00E676",
|
|
1223
|
-
glassBackground: "rgba(19, 20,
|
|
1226
|
+
glassBackground: "rgba(18, 19, 20, 0.36)",
|
|
1224
1227
|
glassBlur: "blur(16px) saturate(190%)",
|
|
1225
1228
|
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
1229
|
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)",
|
|
@@ -1295,7 +1298,7 @@ var cyberChromePreset = {
|
|
|
1295
1298
|
error: "#FF1744",
|
|
1296
1299
|
warning: "#FF9100",
|
|
1297
1300
|
success: "#00E676",
|
|
1298
|
-
glassBackground: "rgba(
|
|
1301
|
+
glassBackground: "rgba(20, 24, 30, 0.3)",
|
|
1299
1302
|
glassBlur: "blur(12px) saturate(185%)",
|
|
1300
1303
|
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
1304
|
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)",
|
|
@@ -1364,8 +1367,8 @@ var cyberVoidPreset = {
|
|
|
1364
1367
|
dark: {
|
|
1365
1368
|
primary: "#2468E0",
|
|
1366
1369
|
primaryContrast: "#ffffff",
|
|
1367
|
-
background: "#
|
|
1368
|
-
surface: "rgba(30, 55,
|
|
1370
|
+
background: "#040608",
|
|
1371
|
+
surface: "rgba(30, 55, 130, 0.04)",
|
|
1369
1372
|
surfaceHover: "rgba(36, 104, 224, 0.08)",
|
|
1370
1373
|
elevatedSurface: "rgba(16, 19, 24, 0.85)",
|
|
1371
1374
|
text: "#E0EAFA",
|
|
@@ -1375,7 +1378,7 @@ var cyberVoidPreset = {
|
|
|
1375
1378
|
error: "#FF1744",
|
|
1376
1379
|
warning: "#FF9100",
|
|
1377
1380
|
success: "#00E676",
|
|
1378
|
-
glassBackground: "rgba(
|
|
1381
|
+
glassBackground: "rgba(19, 21, 21, 0.34)",
|
|
1379
1382
|
glassBlur: "blur(14px) saturate(180%)",
|
|
1380
1383
|
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
1384
|
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)",
|
|
@@ -1603,7 +1606,8 @@ function ConstellationBackground({
|
|
|
1603
1606
|
lightPalette = LIGHT_PALETTE,
|
|
1604
1607
|
particles = true,
|
|
1605
1608
|
count = 140,
|
|
1606
|
-
scale = 1
|
|
1609
|
+
scale = 1,
|
|
1610
|
+
brightness = 1
|
|
1607
1611
|
} = {}) {
|
|
1608
1612
|
const canvasRef = useRef(null);
|
|
1609
1613
|
const darkPaletteRef = useRef(darkPalette);
|
|
@@ -1611,11 +1615,13 @@ function ConstellationBackground({
|
|
|
1611
1615
|
const showParticlesRef = useRef(particles);
|
|
1612
1616
|
const countRef = useRef(count);
|
|
1613
1617
|
const scaleRef = useRef(scale);
|
|
1618
|
+
const brightnessRef = useRef(brightness);
|
|
1614
1619
|
darkPaletteRef.current = darkPalette;
|
|
1615
1620
|
lightPaletteRef.current = lightPalette;
|
|
1616
1621
|
showParticlesRef.current = particles;
|
|
1617
1622
|
countRef.current = count;
|
|
1618
1623
|
scaleRef.current = scale;
|
|
1624
|
+
brightnessRef.current = brightness;
|
|
1619
1625
|
const redrawRef = useRef(null);
|
|
1620
1626
|
useEffect(() => {
|
|
1621
1627
|
const canvas = canvasRef.current;
|
|
@@ -1673,6 +1679,10 @@ function ConstellationBackground({
|
|
|
1673
1679
|
ctx.fillStyle = gradient;
|
|
1674
1680
|
ctx.fillRect(0, 0, width, height);
|
|
1675
1681
|
if (!showParticlesRef.current) return;
|
|
1682
|
+
const br = brightnessRef.current;
|
|
1683
|
+
const lineOpacity = palette.lineOpacity * br;
|
|
1684
|
+
const haloOpacity = palette.haloOpacity * br;
|
|
1685
|
+
const coreOpacity = palette.coreOpacity * br;
|
|
1676
1686
|
ctx.globalCompositeOperation = palette.compositeOp;
|
|
1677
1687
|
for (const p of pool) {
|
|
1678
1688
|
p.x += p.vx;
|
|
@@ -1693,7 +1703,7 @@ function ConstellationBackground({
|
|
|
1693
1703
|
if (distSq < CONNECTION_DISTANCE * CONNECTION_DISTANCE) {
|
|
1694
1704
|
const dist = Math.sqrt(distSq);
|
|
1695
1705
|
const t = 1 - dist / CONNECTION_DISTANCE;
|
|
1696
|
-
const opacity = t * t *
|
|
1706
|
+
const opacity = t * t * lineOpacity;
|
|
1697
1707
|
const [r, g, bl] = lerpColor((a.hueShift + b.hueShift) / 2);
|
|
1698
1708
|
ctx.beginPath();
|
|
1699
1709
|
ctx.strokeStyle = `rgba(${r | 0}, ${g | 0}, ${bl | 0}, ${opacity})`;
|
|
@@ -1714,8 +1724,8 @@ function ConstellationBackground({
|
|
|
1714
1724
|
const gi = g | 0;
|
|
1715
1725
|
const bi = bl | 0;
|
|
1716
1726
|
const haloGradient = ctx.createRadialGradient(p.x, p.y, 0, p.x, p.y, glowRadius);
|
|
1717
|
-
haloGradient.addColorStop(0, `rgba(${ri}, ${gi}, ${bi}, ${
|
|
1718
|
-
haloGradient.addColorStop(0.4, `rgba(${ri}, ${gi}, ${bi}, ${
|
|
1727
|
+
haloGradient.addColorStop(0, `rgba(${ri}, ${gi}, ${bi}, ${haloOpacity})`);
|
|
1728
|
+
haloGradient.addColorStop(0.4, `rgba(${ri}, ${gi}, ${bi}, ${haloOpacity * 0.35})`);
|
|
1719
1729
|
haloGradient.addColorStop(1, `rgba(${ri}, ${gi}, ${bi}, 0)`);
|
|
1720
1730
|
ctx.fillStyle = haloGradient;
|
|
1721
1731
|
ctx.beginPath();
|
|
@@ -1724,7 +1734,7 @@ function ConstellationBackground({
|
|
|
1724
1734
|
const cr = Math.max(0, Math.min(255, r + palette.coreBrightenR)) | 0;
|
|
1725
1735
|
const cg = Math.max(0, Math.min(255, g + palette.coreBrightenG)) | 0;
|
|
1726
1736
|
const cb = Math.max(0, Math.min(255, bl + palette.coreBrightenB)) | 0;
|
|
1727
|
-
ctx.fillStyle = `rgba(${cr}, ${cg}, ${cb}, ${
|
|
1737
|
+
ctx.fillStyle = `rgba(${cr}, ${cg}, ${cb}, ${coreOpacity})`;
|
|
1728
1738
|
ctx.beginPath();
|
|
1729
1739
|
ctx.arc(p.x, p.y, scaledRadius * pulseScale, 0, Math.PI * 2);
|
|
1730
1740
|
ctx.fill();
|
|
@@ -1794,7 +1804,7 @@ var synapsePreset = {
|
|
|
1794
1804
|
],
|
|
1795
1805
|
colors: ["#22D3EE", "#020305", "#F0FAFB"],
|
|
1796
1806
|
background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
|
|
1797
|
-
/* @__PURE__ */ jsx(ConstellationBackground, {}),
|
|
1807
|
+
/* @__PURE__ */ jsx(ConstellationBackground, { count: 35, brightness: 1 }),
|
|
1798
1808
|
/* @__PURE__ */ jsx(FloatingMotes, {}),
|
|
1799
1809
|
/* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.12 })
|
|
1800
1810
|
] }),
|
|
@@ -1865,9 +1875,9 @@ var CORTEX_DARK = {
|
|
|
1865
1875
|
// lighter slate-blue
|
|
1866
1876
|
paletteC: [60, 130, 175],
|
|
1867
1877
|
// muted teal-blue
|
|
1868
|
-
lineOpacity: 0.
|
|
1869
|
-
haloOpacity: 0.
|
|
1870
|
-
coreOpacity: 0.
|
|
1878
|
+
lineOpacity: 0.42,
|
|
1879
|
+
haloOpacity: 0.4,
|
|
1880
|
+
coreOpacity: 0.92,
|
|
1871
1881
|
compositeOp: "lighter",
|
|
1872
1882
|
coreBrightenR: 10,
|
|
1873
1883
|
coreBrightenG: 15,
|
|
@@ -1897,7 +1907,16 @@ var cortexPreset = {
|
|
|
1897
1907
|
],
|
|
1898
1908
|
colors: ["#5A78B4", "#02050E", "#F3F5FA"],
|
|
1899
1909
|
background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
|
|
1900
|
-
/* @__PURE__ */ jsx(
|
|
1910
|
+
/* @__PURE__ */ jsx(
|
|
1911
|
+
ConstellationBackground,
|
|
1912
|
+
{
|
|
1913
|
+
darkPalette: CORTEX_DARK,
|
|
1914
|
+
lightPalette: CORTEX_LIGHT,
|
|
1915
|
+
count: 35,
|
|
1916
|
+
scale: 0.85,
|
|
1917
|
+
brightness: 1
|
|
1918
|
+
}
|
|
1919
|
+
),
|
|
1901
1920
|
/* @__PURE__ */ jsx(FloatingMotes, {}),
|
|
1902
1921
|
/* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.12 })
|
|
1903
1922
|
] }),
|
|
@@ -1927,10 +1946,10 @@ var cortexPreset = {
|
|
|
1927
1946
|
fontSans: '"Inter", sans-serif'
|
|
1928
1947
|
},
|
|
1929
1948
|
dark: {
|
|
1930
|
-
primary: "#
|
|
1931
|
-
primaryContrast: "#
|
|
1949
|
+
primary: "#3F5C84",
|
|
1950
|
+
primaryContrast: "#ffffff",
|
|
1932
1951
|
background: "#000000",
|
|
1933
|
-
surface: "rgba(
|
|
1952
|
+
surface: "rgba(12, 16, 22, 0.04)",
|
|
1934
1953
|
surfaceHover: "rgba(98, 130, 168, 0.09)",
|
|
1935
1954
|
elevatedSurface: "rgba(12, 18, 32, 0.82)",
|
|
1936
1955
|
text: "#EBF4FF",
|
|
@@ -1940,10 +1959,10 @@ var cortexPreset = {
|
|
|
1940
1959
|
error: "#F87171",
|
|
1941
1960
|
warning: "#FBBF24",
|
|
1942
1961
|
success: "#4ADE80",
|
|
1943
|
-
glassBackground: "rgba(
|
|
1962
|
+
glassBackground: "rgba(12, 16, 22, 0.18)",
|
|
1944
1963
|
glassBlur: "blur(15px) saturate(195%)",
|
|
1945
1964
|
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)",
|
|
1946
|
-
cardShadow: "inset 0 1px 0 rgba(180, 200, 230, 0.
|
|
1965
|
+
cardShadow: "inset 0 1px 0 rgba(180, 200, 230, 0.1), inset 0 0 0 1px rgba(148, 163, 184, 0.04), 0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.4), 0 24px 28px -16px rgba(0, 0, 0, 0.25)",
|
|
1947
1966
|
durationFast: "120ms",
|
|
1948
1967
|
durationNormal: "220ms",
|
|
1949
1968
|
easing: "cubic-bezier(0.22, 0, 0.1, 1)",
|
|
@@ -1968,9 +1987,9 @@ var HELIOS_DARK = {
|
|
|
1968
1987
|
// pale warm yellow
|
|
1969
1988
|
paletteC: [205, 180, 110],
|
|
1970
1989
|
// muted honey (not brown)
|
|
1971
|
-
lineOpacity: 0.
|
|
1972
|
-
haloOpacity: 0.
|
|
1973
|
-
coreOpacity: 0.
|
|
1990
|
+
lineOpacity: 0.38,
|
|
1991
|
+
haloOpacity: 0.36,
|
|
1992
|
+
coreOpacity: 0.9,
|
|
1974
1993
|
compositeOp: "lighter",
|
|
1975
1994
|
coreBrightenR: 25,
|
|
1976
1995
|
coreBrightenG: 22,
|
|
@@ -2000,7 +2019,16 @@ var heliosPreset = {
|
|
|
2000
2019
|
],
|
|
2001
2020
|
colors: ["#D4B456", "#0A0805", "#FAF7F0"],
|
|
2002
2021
|
background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
|
|
2003
|
-
/* @__PURE__ */ jsx(
|
|
2022
|
+
/* @__PURE__ */ jsx(
|
|
2023
|
+
ConstellationBackground,
|
|
2024
|
+
{
|
|
2025
|
+
darkPalette: HELIOS_DARK,
|
|
2026
|
+
lightPalette: HELIOS_LIGHT,
|
|
2027
|
+
count: 35,
|
|
2028
|
+
scale: 0.9,
|
|
2029
|
+
brightness: 1
|
|
2030
|
+
}
|
|
2031
|
+
),
|
|
2004
2032
|
/* @__PURE__ */ jsx(FloatingMotes, {}),
|
|
2005
2033
|
/* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.07 })
|
|
2006
2034
|
] }),
|
|
@@ -2071,9 +2099,9 @@ var GRAPHITE_DARK = {
|
|
|
2071
2099
|
// gray-300
|
|
2072
2100
|
paletteC: [107, 114, 128],
|
|
2073
2101
|
// gray-500
|
|
2074
|
-
lineOpacity: 0.
|
|
2075
|
-
haloOpacity: 0.
|
|
2076
|
-
coreOpacity: 0.
|
|
2102
|
+
lineOpacity: 0.52,
|
|
2103
|
+
haloOpacity: 0.48,
|
|
2104
|
+
coreOpacity: 0.94,
|
|
2077
2105
|
compositeOp: "lighter",
|
|
2078
2106
|
coreBrightenR: 12,
|
|
2079
2107
|
coreBrightenG: 12,
|
|
@@ -2103,7 +2131,16 @@ var graphitePreset = {
|
|
|
2103
2131
|
],
|
|
2104
2132
|
colors: ["#9CA3AF", "#08090B", "#F8F9FA"],
|
|
2105
2133
|
background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
|
|
2106
|
-
/* @__PURE__ */ jsx(
|
|
2134
|
+
/* @__PURE__ */ jsx(
|
|
2135
|
+
ConstellationBackground,
|
|
2136
|
+
{
|
|
2137
|
+
darkPalette: GRAPHITE_DARK,
|
|
2138
|
+
lightPalette: GRAPHITE_LIGHT,
|
|
2139
|
+
count: 35,
|
|
2140
|
+
scale: 0.7,
|
|
2141
|
+
brightness: 1
|
|
2142
|
+
}
|
|
2143
|
+
),
|
|
2107
2144
|
/* @__PURE__ */ jsx(FloatingMotes, {}),
|
|
2108
2145
|
/* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.1 })
|
|
2109
2146
|
] }),
|
|
@@ -2359,6 +2396,12 @@ var PRESETS = {
|
|
|
2359
2396
|
description: "Aggressive dystopian neon",
|
|
2360
2397
|
colors: ["#FF1744", "#140A0C", "#F2E8EA"]
|
|
2361
2398
|
}
|
|
2399
|
+
// 'cyber-jade': {
|
|
2400
|
+
// ...cyberJadePreset,
|
|
2401
|
+
// label: 'Cyber-Jade',
|
|
2402
|
+
// description: 'Phosphor-green terminal HUD',
|
|
2403
|
+
// colors: ['#3DF58A', '#040907', '#F2F8F4']
|
|
2404
|
+
// }
|
|
2362
2405
|
// honey: {
|
|
2363
2406
|
// ...honeyPreset,
|
|
2364
2407
|
// label: 'Honey',
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
2
2
|
import { CustomModal } from './chunk-GBMNCNHX.js';
|
|
3
|
-
import { AppShellLoader } from './chunk-
|
|
4
|
-
import { useAvailablePresets } from './chunk-
|
|
5
|
-
import { useDeleteCredential, useCreateCredential, useCredentials, MEMBERSHIP_STATUS_COLORS, transformMembershipToTableRow, useUserMemberships, useUpdateWebhookEndpoint, useResources, useDeleteWebhookEndpoint, useCreateWebhookEndpoint, useListWebhookEndpoints, useUpdateMemberConfig, useOrganizationMembers, useUpdateCredential, CredentialSchemas, showErrorNotification } from './chunk-
|
|
3
|
+
import { AppShellLoader } from './chunk-M25JL54Z.js';
|
|
4
|
+
import { useAvailablePresets } from './chunk-6RWMRQN5.js';
|
|
5
|
+
import { useDeleteCredential, useCreateCredential, useCredentials, MEMBERSHIP_STATUS_COLORS, transformMembershipToTableRow, useUserMemberships, useUpdateWebhookEndpoint, useResources, useDeleteWebhookEndpoint, useCreateWebhookEndpoint, useListWebhookEndpoints, useUpdateMemberConfig, useOrganizationMembers, useUpdateCredential, CredentialSchemas, showErrorNotification } from './chunk-FT27I4S7.js';
|
|
6
6
|
import { ListSkeleton, EmptyState, PageTitleCaption, CardHeader, APIErrorAlert, StatCard } from './chunk-SQQGLGHW.js';
|
|
7
7
|
import { formatDateTime, OAUTH_POPUP_CHECK_INTERVAL, OAUTH_FLOW_TIMEOUT } from './chunk-IOKL7BKE.js';
|
|
8
8
|
import { useInitialization } from './chunk-TUXTSEAF.js';
|
|
@@ -120,11 +120,13 @@ function PerspectiveGrid({
|
|
|
120
120
|
lineColor: lineColorProp,
|
|
121
121
|
prominentGlow = false,
|
|
122
122
|
lineIntensity = 100,
|
|
123
|
+
glowIntensity = 100,
|
|
123
124
|
className
|
|
124
125
|
}) {
|
|
125
126
|
const rawLineColor = lineColorProp ?? "color-mix(in srgb, var(--color-text-subtle) 7%, transparent)";
|
|
126
127
|
const lineColor = lineIntensity < 100 ? `color-mix(in srgb, ${rawLineColor} ${lineIntensity}%, transparent)` : rawLineColor;
|
|
127
|
-
const
|
|
128
|
+
const rawGlowColor = glowColorProp ?? (prominentGlow ? PROMINENT_DEFAULT_GLOW : SUBTLE_DEFAULT_GLOW);
|
|
129
|
+
const glowColor = glowIntensity < 100 ? `color-mix(in srgb, ${rawGlowColor} ${glowIntensity}%, transparent)` : rawGlowColor;
|
|
128
130
|
const glowHeight = prominentGlow ? "70%" : "60%";
|
|
129
131
|
const glowGradient = prominentGlow ? `radial-gradient(ellipse 100% 80% at 50% 110%, ${glowColor} -10%, transparent 50%)` : `radial-gradient(ellipse 90% 75% at 50% 112%, ${glowColor} -15%, transparent 45%)`;
|
|
130
132
|
return /* @__PURE__ */ jsxs(
|
|
@@ -389,9 +391,13 @@ function FilmGrain({ darkOpacity = 0.02, lightOpacity = 0.06, className }) {
|
|
|
389
391
|
}
|
|
390
392
|
);
|
|
391
393
|
}
|
|
392
|
-
function AppBackground({
|
|
394
|
+
function AppBackground({
|
|
395
|
+
children,
|
|
396
|
+
gridGlowColor,
|
|
397
|
+
gridGlowIntensity
|
|
398
|
+
}) {
|
|
393
399
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
394
|
-
/* @__PURE__ */ jsx(PerspectiveGrid, {}),
|
|
400
|
+
/* @__PURE__ */ jsx(PerspectiveGrid, { glowColor: gridGlowColor, glowIntensity: gridGlowIntensity }),
|
|
395
401
|
/* @__PURE__ */ jsx(RadiantGlow, {}),
|
|
396
402
|
/* @__PURE__ */ jsx(FloatingOrbs, {}),
|
|
397
403
|
/* @__PURE__ */ jsx(FilmGrain, {}),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ApiClientProvider, useApiClient } from './chunk-NVOCKXUQ.js';
|
|
2
|
-
import { OrganizationProvider } from './chunk-
|
|
2
|
+
import { OrganizationProvider } from './chunk-FL67C3WY.js';
|
|
3
3
|
import { getErrorInfo, getErrorTitle, formatErrorMessage } from './chunk-IOKL7BKE.js';
|
|
4
4
|
import { InitializationProvider } from './chunk-TUXTSEAF.js';
|
|
5
5
|
import { useOrganization } from './chunk-DD3CCMCZ.js';
|
|
@@ -2949,7 +2949,7 @@ type Database$1 = {
|
|
|
2949
2949
|
}
|
|
2950
2950
|
];
|
|
2951
2951
|
};
|
|
2952
|
-
|
|
2952
|
+
reported_requests: {
|
|
2953
2953
|
Row: {
|
|
2954
2954
|
affected_page: string | null;
|
|
2955
2955
|
category: string;
|
|
@@ -2968,6 +2968,7 @@ type Database$1 = {
|
|
|
2968
2968
|
status: string;
|
|
2969
2969
|
task_id: string | null;
|
|
2970
2970
|
title: string;
|
|
2971
|
+
type: string;
|
|
2971
2972
|
updated_at: string;
|
|
2972
2973
|
};
|
|
2973
2974
|
Insert: {
|
|
@@ -2988,6 +2989,7 @@ type Database$1 = {
|
|
|
2988
2989
|
status?: string;
|
|
2989
2990
|
task_id?: string | null;
|
|
2990
2991
|
title: string;
|
|
2992
|
+
type: string;
|
|
2991
2993
|
updated_at?: string;
|
|
2992
2994
|
};
|
|
2993
2995
|
Update: {
|
|
@@ -3008,25 +3010,26 @@ type Database$1 = {
|
|
|
3008
3010
|
status?: string;
|
|
3009
3011
|
task_id?: string | null;
|
|
3010
3012
|
title?: string;
|
|
3013
|
+
type?: string;
|
|
3011
3014
|
updated_at?: string;
|
|
3012
3015
|
};
|
|
3013
3016
|
Relationships: [
|
|
3014
3017
|
{
|
|
3015
|
-
foreignKeyName: "
|
|
3018
|
+
foreignKeyName: "reported_requests_organization_id_fkey";
|
|
3016
3019
|
columns: ["organization_id"];
|
|
3017
3020
|
isOneToOne: false;
|
|
3018
3021
|
referencedRelation: "organizations";
|
|
3019
3022
|
referencedColumns: ["id"];
|
|
3020
3023
|
},
|
|
3021
3024
|
{
|
|
3022
|
-
foreignKeyName: "
|
|
3025
|
+
foreignKeyName: "reported_requests_project_id_fkey";
|
|
3023
3026
|
columns: ["project_id"];
|
|
3024
3027
|
isOneToOne: false;
|
|
3025
3028
|
referencedRelation: "prj_projects";
|
|
3026
3029
|
referencedColumns: ["id"];
|
|
3027
3030
|
},
|
|
3028
3031
|
{
|
|
3029
|
-
foreignKeyName: "
|
|
3032
|
+
foreignKeyName: "reported_requests_task_id_fkey";
|
|
3030
3033
|
columns: ["task_id"];
|
|
3031
3034
|
isOneToOne: false;
|
|
3032
3035
|
referencedRelation: "prj_tasks";
|
|
@@ -6462,7 +6465,7 @@ type Database = {
|
|
|
6462
6465
|
},
|
|
6463
6466
|
]
|
|
6464
6467
|
}
|
|
6465
|
-
|
|
6468
|
+
reported_requests: {
|
|
6466
6469
|
Row: {
|
|
6467
6470
|
affected_page: string | null
|
|
6468
6471
|
category: string
|
|
@@ -6481,6 +6484,7 @@ type Database = {
|
|
|
6481
6484
|
status: string
|
|
6482
6485
|
task_id: string | null
|
|
6483
6486
|
title: string
|
|
6487
|
+
type: string
|
|
6484
6488
|
updated_at: string
|
|
6485
6489
|
}
|
|
6486
6490
|
Insert: {
|
|
@@ -6501,6 +6505,7 @@ type Database = {
|
|
|
6501
6505
|
status?: string
|
|
6502
6506
|
task_id?: string | null
|
|
6503
6507
|
title: string
|
|
6508
|
+
type: string
|
|
6504
6509
|
updated_at?: string
|
|
6505
6510
|
}
|
|
6506
6511
|
Update: {
|
|
@@ -6521,25 +6526,26 @@ type Database = {
|
|
|
6521
6526
|
status?: string
|
|
6522
6527
|
task_id?: string | null
|
|
6523
6528
|
title?: string
|
|
6529
|
+
type?: string
|
|
6524
6530
|
updated_at?: string
|
|
6525
6531
|
}
|
|
6526
6532
|
Relationships: [
|
|
6527
6533
|
{
|
|
6528
|
-
foreignKeyName: "
|
|
6534
|
+
foreignKeyName: "reported_requests_organization_id_fkey"
|
|
6529
6535
|
columns: ["organization_id"]
|
|
6530
6536
|
isOneToOne: false
|
|
6531
6537
|
referencedRelation: "organizations"
|
|
6532
6538
|
referencedColumns: ["id"]
|
|
6533
6539
|
},
|
|
6534
6540
|
{
|
|
6535
|
-
foreignKeyName: "
|
|
6541
|
+
foreignKeyName: "reported_requests_project_id_fkey"
|
|
6536
6542
|
columns: ["project_id"]
|
|
6537
6543
|
isOneToOne: false
|
|
6538
6544
|
referencedRelation: "prj_projects"
|
|
6539
6545
|
referencedColumns: ["id"]
|
|
6540
6546
|
},
|
|
6541
6547
|
{
|
|
6542
|
-
foreignKeyName: "
|
|
6548
|
+
foreignKeyName: "reported_requests_task_id_fkey"
|
|
6543
6549
|
columns: ["task_id"]
|
|
6544
6550
|
isOneToOne: false
|
|
6545
6551
|
referencedRelation: "prj_tasks"
|
package/dist/components/index.js
CHANGED
|
@@ -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-
|
|
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-
|
|
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-
|
|
3
|
+
export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../chunk-6WPKE7C3.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-NLFAEJDH.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-BSW5MUAQ.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-
|
|
10
|
-
export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-
|
|
11
|
-
export { ResourceHealthPanel } from '../chunk-
|
|
9
|
+
import { NotificationList } from '../chunk-PCK553L4.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-PCK553L4.js';
|
|
11
|
+
export { ResourceHealthPanel } from '../chunk-2CGYLRTX.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-
|
|
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-
|
|
13
|
+
export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest } from '../chunk-T7R5P5JJ.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-H333SX3N.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,38 +20,38 @@ 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-
|
|
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-
|
|
23
|
+
import { BaseNode, useGraphTheme, BaseEdge, GraphBackground, GraphLegend, GraphFitViewButton } from '../chunk-67BKMKFG.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-67BKMKFG.js';
|
|
25
25
|
export { ResourceHealthChart, getHealthColor } from '../chunk-LGKLC5MG.js';
|
|
26
26
|
import '../chunk-STZJ7SY5.js';
|
|
27
|
-
import { AppShellLoader } from '../chunk-
|
|
28
|
-
import '../chunk-
|
|
27
|
+
import { AppShellLoader } from '../chunk-M25JL54Z.js';
|
|
28
|
+
import '../chunk-6RWMRQN5.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-
|
|
32
|
-
export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-
|
|
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-FT27I4S7.js';
|
|
32
|
+
export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-FT27I4S7.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-
|
|
40
|
-
import '../chunk-
|
|
41
|
-
import '../chunk-
|
|
39
|
+
import '../chunk-5IBTTMWX.js';
|
|
40
|
+
import '../chunk-R73EHHPN.js';
|
|
41
|
+
import '../chunk-WLOQ4IBG.js';
|
|
42
42
|
import '../chunk-C7BX547M.js';
|
|
43
43
|
import { SubshellContainer, SubshellSidebar, SubshellRightSideContainer, SubshellContentContainer } from '../chunk-RX4UWZZR.js';
|
|
44
44
|
import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, CenteredErrorState, CardHeader, ActivityTimeline } from '../chunk-SQQGLGHW.js';
|
|
45
45
|
export { APIErrorAlert, ActivityTimeline, CardHeader, CenteredErrorState, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, EmptyState, FeatureUnavailableState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, TabCountBadge, TimeRangeSelector, TrendIndicator, catalogItemToResourceDefinition } from '../chunk-SQQGLGHW.js';
|
|
46
46
|
export { StyledMarkdown } from '../chunk-3KMDHCAR.js';
|
|
47
47
|
export { NavigationButton } from '../chunk-NYBEU5TE.js';
|
|
48
|
-
import '../chunk-
|
|
48
|
+
import '../chunk-ZB5GAV7J.js';
|
|
49
49
|
export { ElevasisLoader } from '../chunk-SZHARWKU.js';
|
|
50
50
|
import '../chunk-NVOCKXUQ.js';
|
|
51
51
|
import '../chunk-2IFYDILW.js';
|
|
52
52
|
import '../chunk-ELJIFLCB.js';
|
|
53
53
|
import '../chunk-L4XXM55J.js';
|
|
54
|
-
import '../chunk-
|
|
54
|
+
import '../chunk-FL67C3WY.js';
|
|
55
55
|
import { useAppearance } from '../chunk-QJ2KCHKX.js';
|
|
56
56
|
import '../chunk-DT3QYZVU.js';
|
|
57
57
|
import '../chunk-SLVC5OJ2.js';
|