@elevasis/ui 1.23.0 → 1.24.1
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/{chunk-U3LCNE7V.js → chunk-BZZQLWLF.js} +2 -2
- package/dist/{chunk-VDGE7JR6.js → chunk-G6XZFSZ6.js} +1 -1
- package/dist/{chunk-NVSKJG3L.js → chunk-JR2C4XAN.js} +1 -1
- package/dist/{chunk-MRBYKPRI.js → chunk-JTGMQUZA.js} +1 -1
- package/dist/{chunk-QGQECEOT.js → chunk-KEJOD532.js} +31 -31
- package/dist/{chunk-PCOE5EBU.js → chunk-XQU33SNO.js} +1 -1
- package/dist/components/index.js +5 -5
- package/dist/features/dashboard/index.js +4 -4
- package/dist/features/monitoring/index.js +3 -3
- package/dist/features/operations/index.js +5 -5
- package/dist/features/settings/index.js +4 -4
- package/dist/hooks/index.js +3 -3
- package/dist/hooks/published.js +3 -3
- package/dist/index.d.ts +2 -1
- package/dist/index.js +5 -5
- package/dist/layout/index.js +1 -1
- package/dist/organization/index.d.ts +2 -1
- package/dist/organization/index.js +1 -1
- package/dist/provider/index.js +3 -3
- package/dist/theme/index.js +3 -3
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElevasisLoader } from './chunk-SZHARWKU.js';
|
|
2
|
-
import { PRESETS, getPreset, generateShades, mantineThemeOverride, createCssVariablesResolver, PresetsProvider } from './chunk-
|
|
3
|
-
import { AppBackground } from './chunk-
|
|
2
|
+
import { PRESETS, getPreset, generateShades, mantineThemeOverride, createCssVariablesResolver, PresetsProvider } from './chunk-KEJOD532.js';
|
|
3
|
+
import { AppBackground } from './chunk-JR2C4XAN.js';
|
|
4
4
|
import { ElevasisCoreProvider } from './chunk-R7WLWGPO.js';
|
|
5
5
|
import { AppearanceProvider } from './chunk-QJ2KCHKX.js';
|
|
6
6
|
import { getErrorInfo, formatErrorMessage, getErrorTitle } from './chunk-IOKL7BKE.js';
|
|
@@ -2,7 +2,7 @@ import { useCyberColors } from './chunk-N5SDJP44.js';
|
|
|
2
2
|
import { GlowDot } from './chunk-IAZT3VO6.js';
|
|
3
3
|
import { Graph_module_css_default, useDirectedChainHighlighting, useNodeSelection, useFitViewTrigger } from './chunk-F6RBK7NJ.js';
|
|
4
4
|
import { STATUS_COLORS, getStatusIcon, formatDuration, getStatusColors, AGENT_CONSTANTS, shouldAnimateEdge, TIMELINE_CONSTANTS, calculateBarPosition, CONTAINER_CONSTANTS, useExecutionPath, useUnifiedWorkflowLayout, WORKFLOW_CONSTANTS, useReactFlowAgent } from './chunk-XA34RETF.js';
|
|
5
|
-
import { glassBase } from './chunk-
|
|
5
|
+
import { glassBase } from './chunk-KEJOD532.js';
|
|
6
6
|
import { memo, useMemo, useEffect, useState, useCallback, Fragment } from 'react';
|
|
7
7
|
import { Paper, Stack, Text, Group, Badge, Box, useComputedColorScheme, Card, ActionIcon, Loader, SegmentedControl } from '@mantine/core';
|
|
8
8
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
@@ -10,7 +10,7 @@ function PerspectiveGrid({
|
|
|
10
10
|
prominentGlow = false,
|
|
11
11
|
className
|
|
12
12
|
}) {
|
|
13
|
-
const lineColor = lineColorProp ?? "color-mix(in srgb, var(--color-
|
|
13
|
+
const lineColor = lineColorProp ?? "color-mix(in srgb, var(--color-text-subtle) 7%, transparent)";
|
|
14
14
|
const glowColor = glowColorProp ?? (prominentGlow ? PROMINENT_DEFAULT_GLOW : SUBTLE_DEFAULT_GLOW);
|
|
15
15
|
const glowHeight = prominentGlow ? "70%" : "60%";
|
|
16
16
|
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%)`;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AppBackground, CyberBackground, WaveBackground } from './chunk-
|
|
1
|
+
import { AppBackground, CyberBackground, WaveBackground } from './chunk-JR2C4XAN.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';
|
|
@@ -209,14 +209,14 @@ var defaultPreset = {
|
|
|
209
209
|
text: "#ffffff",
|
|
210
210
|
textDimmed: "#c1c2c5",
|
|
211
211
|
textSubtle: "#999999",
|
|
212
|
-
border: "rgba(255, 255, 255, 0.
|
|
212
|
+
border: "rgba(255, 255, 255, 0.05)",
|
|
213
213
|
error: "#ff5252",
|
|
214
214
|
warning: "#ff9800",
|
|
215
215
|
success: "#4caf50",
|
|
216
|
-
glassBackground: "rgba(
|
|
216
|
+
glassBackground: "rgba(15, 15, 17, 0.55)",
|
|
217
217
|
glassBlur: "blur(22px) saturate(160%)",
|
|
218
218
|
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)",
|
|
219
|
-
cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.
|
|
219
|
+
cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.03), inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 2px 8px rgba(0, 0, 0, 0.3), 0 12px 32px -8px rgba(0, 0, 0, 0.4), 0 32px 64px -16px rgba(0, 0, 0, 0.3)",
|
|
220
220
|
durationFast: "150ms",
|
|
221
221
|
durationNormal: "250ms",
|
|
222
222
|
easing: "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
@@ -265,14 +265,14 @@ var tacticalPreset = {
|
|
|
265
265
|
text: "#EFF1F4",
|
|
266
266
|
textDimmed: "#B0B8C4",
|
|
267
267
|
textSubtle: "#8890A0",
|
|
268
|
-
border: "rgba(136, 144, 160, 0.
|
|
268
|
+
border: "rgba(136, 144, 160, 0.07)",
|
|
269
269
|
error: "#FF4757",
|
|
270
270
|
warning: "#FFA502",
|
|
271
271
|
success: "#2ED573",
|
|
272
272
|
glassBackground: "rgba(14, 15, 17, 0.66)",
|
|
273
273
|
glassBlur: "blur(24px) saturate(170%)",
|
|
274
274
|
shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
|
|
275
|
-
cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.
|
|
275
|
+
cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 2px 8px rgba(0, 0, 0, 0.3), 0 12px 32px -8px rgba(0, 0, 0, 0.4), 0 32px 64px -16px rgba(0, 0, 0, 0.3)",
|
|
276
276
|
durationFast: "100ms",
|
|
277
277
|
durationNormal: "180ms",
|
|
278
278
|
easing: "cubic-bezier(0.22, 0, 0.1, 1)",
|
|
@@ -329,14 +329,14 @@ var regalPreset = {
|
|
|
329
329
|
text: "#E8E6E2",
|
|
330
330
|
textDimmed: "#A0A0A0",
|
|
331
331
|
textSubtle: "#707070",
|
|
332
|
-
border: "rgba(255, 255, 255, 0.
|
|
332
|
+
border: "rgba(255, 255, 255, 0.06)",
|
|
333
333
|
error: "#E05252",
|
|
334
334
|
warning: "#D4943C",
|
|
335
335
|
success: "#4AA84A",
|
|
336
336
|
glassBackground: "rgba(16, 17, 20, 0.36)",
|
|
337
337
|
glassBlur: "blur(22px) saturate(180%)",
|
|
338
338
|
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)",
|
|
339
|
-
cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.
|
|
339
|
+
cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.03), inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 2px 8px rgba(0, 0, 0, 0.3), 0 12px 32px -8px rgba(0, 0, 0, 0.4), 0 32px 64px -16px rgba(0, 0, 0, 0.3)",
|
|
340
340
|
durationFast: "180ms",
|
|
341
341
|
durationNormal: "320ms",
|
|
342
342
|
easing: "cubic-bezier(0.25, 0.1, 0.25, 1)",
|
|
@@ -399,7 +399,7 @@ var cyberVoltPreset = {
|
|
|
399
399
|
text: "#E0F7FA",
|
|
400
400
|
textDimmed: "#80DEEA",
|
|
401
401
|
textSubtle: "#5E8A94",
|
|
402
|
-
border: "rgba(0, 229, 255, 0.
|
|
402
|
+
border: "rgba(0, 229, 255, 0.1)",
|
|
403
403
|
error: "#FF1744",
|
|
404
404
|
warning: "#FF9100",
|
|
405
405
|
success: "#00E676",
|
|
@@ -745,14 +745,14 @@ var auroraPreset = {
|
|
|
745
745
|
text: "#E0F2F1",
|
|
746
746
|
textDimmed: "#80CBC4",
|
|
747
747
|
textSubtle: "#68C8BE",
|
|
748
|
-
border: "rgba(128, 203, 196, 0.
|
|
748
|
+
border: "rgba(128, 203, 196, 0.09)",
|
|
749
749
|
error: "#F87171",
|
|
750
750
|
warning: "#FBBF24",
|
|
751
751
|
success: "#4ADE80",
|
|
752
752
|
glassBackground: "rgba(10, 20, 18, 0.35)",
|
|
753
753
|
glassBlur: "blur(28px) saturate(180%)",
|
|
754
754
|
shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
|
|
755
|
-
cardShadow: "inset 0 1px 0 rgba(128, 203, 196, 0.
|
|
755
|
+
cardShadow: "inset 0 1px 0 rgba(128, 203, 196, 0.03), inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 2px 8px rgba(0, 0, 0, 0.45), 0 14px 34px -6px rgba(0, 0, 0, 0.55), 0 36px 68px -14px rgba(0, 0, 0, 0.45), 0 48px 96px -24px rgba(16, 185, 129, 0.14)",
|
|
756
756
|
durationFast: "160ms",
|
|
757
757
|
durationNormal: "280ms",
|
|
758
758
|
easing: "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
@@ -810,14 +810,14 @@ var roseGoldPreset = {
|
|
|
810
810
|
text: "#F5E8E6",
|
|
811
811
|
textDimmed: "#D8B8B2",
|
|
812
812
|
textSubtle: "#B89A94",
|
|
813
|
-
border: "rgba(216, 184, 178, 0.
|
|
813
|
+
border: "rgba(216, 184, 178, 0.08)",
|
|
814
814
|
error: "#F87171",
|
|
815
815
|
warning: "#FBBF24",
|
|
816
816
|
success: "#4ADE80",
|
|
817
817
|
glassBackground: "rgba(22, 14, 16, 0.35)",
|
|
818
818
|
glassBlur: "blur(28px) saturate(180%)",
|
|
819
819
|
shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
|
|
820
|
-
cardShadow: "inset 0 1px 0 rgba(216, 184, 178, 0.
|
|
820
|
+
cardShadow: "inset 0 1px 0 rgba(216, 184, 178, 0.04), inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 2px 8px rgba(0, 0, 0, 0.45), 0 14px 34px -6px rgba(0, 0, 0, 0.55), 0 36px 68px -14px rgba(0, 0, 0, 0.45), 0 48px 96px -24px rgba(200, 137, 124, 0.16)",
|
|
821
821
|
durationFast: "160ms",
|
|
822
822
|
durationNormal: "300ms",
|
|
823
823
|
easing: "cubic-bezier(0.25, 0.1, 0.25, 1)",
|
|
@@ -874,14 +874,14 @@ var midnightPreset = {
|
|
|
874
874
|
text: "#F1F5F9",
|
|
875
875
|
textDimmed: "#CBD5E1",
|
|
876
876
|
textSubtle: "#94A3B8",
|
|
877
|
-
border: "rgba(193, 203, 215, 0.
|
|
877
|
+
border: "rgba(193, 203, 215, 0.07)",
|
|
878
878
|
error: "#F87171",
|
|
879
879
|
warning: "#FBBF24",
|
|
880
880
|
success: "#4ADE80",
|
|
881
|
-
glassBackground: "rgba(
|
|
881
|
+
glassBackground: "rgba(13, 15, 22, 0.33)",
|
|
882
882
|
glassBlur: "blur(28px) saturate(180%)",
|
|
883
883
|
shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
|
|
884
|
-
cardShadow: "inset 0 1px 0 rgba(203, 213, 225, 0.
|
|
884
|
+
cardShadow: "inset 0 1px 0 rgba(203, 213, 225, 0.06), inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 2px 8px rgba(0, 0, 0, 0.45), 0 14px 34px -6px rgba(0, 0, 0, 0.55), 0 36px 68px -14px rgba(0, 0, 0, 0.45), 0 48px 96px -24px rgba(100, 116, 139, 0.12)",
|
|
885
885
|
durationFast: "160ms",
|
|
886
886
|
durationNormal: "280ms",
|
|
887
887
|
easing: "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
@@ -1014,7 +1014,7 @@ var canopyPreset = {
|
|
|
1014
1014
|
glassBackground: "rgba(16, 23, 18, 0.42)",
|
|
1015
1015
|
glassBlur: "blur(18px) saturate(180%)",
|
|
1016
1016
|
shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
|
|
1017
|
-
cardShadow: "inset 0 1px 0 rgba(74, 168, 96, 0.
|
|
1017
|
+
cardShadow: "inset 0 1px 0 rgba(74, 168, 96, 0.06), inset 0 0 0 1px rgba(74, 168, 96, 0.04), 0 2px 8px rgba(0, 0, 0, 0.4), 0 12px 32px -8px rgba(0, 0, 0, 0.5), 0 32px 64px -16px rgba(0, 0, 0, 0.4)",
|
|
1018
1018
|
durationFast: "150ms",
|
|
1019
1019
|
durationNormal: "280ms",
|
|
1020
1020
|
easing: "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
@@ -1139,14 +1139,14 @@ var cyberStrikePreset = {
|
|
|
1139
1139
|
text: "#FAE0E4",
|
|
1140
1140
|
textDimmed: "#F0A0B0",
|
|
1141
1141
|
textSubtle: "#8E6068",
|
|
1142
|
-
border: "rgba(200, 175, 180, 0.
|
|
1142
|
+
border: "rgba(200, 175, 180, 0.09)",
|
|
1143
1143
|
error: "#FF1744",
|
|
1144
1144
|
warning: "#FF9100",
|
|
1145
1145
|
success: "#00E676",
|
|
1146
1146
|
glassBackground: "rgba(20, 14, 18, 0.42)",
|
|
1147
1147
|
glassBlur: "blur(28px) saturate(180%)",
|
|
1148
1148
|
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)",
|
|
1149
|
-
cardShadow: "inset 0 1px 0 rgba(230, 200, 210, 0.
|
|
1149
|
+
cardShadow: "inset 0 1px 0 rgba(230, 200, 210, 0.06), inset 0 0 0 1px rgba(255, 255, 255, 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)",
|
|
1150
1150
|
durationFast: "80ms",
|
|
1151
1151
|
durationNormal: "160ms",
|
|
1152
1152
|
easing: "cubic-bezier(0.16, 1, 0.3, 1)",
|
|
@@ -1204,18 +1204,18 @@ var cyberChromePreset = {
|
|
|
1204
1204
|
primaryContrast: "#0B0E12",
|
|
1205
1205
|
background: "#010204",
|
|
1206
1206
|
surface: "transparent",
|
|
1207
|
-
surfaceHover: "rgba(148, 165, 184, 0.
|
|
1207
|
+
surfaceHover: "rgba(148, 165, 184, 0.09)",
|
|
1208
1208
|
text: "#E8EEF5",
|
|
1209
1209
|
textDimmed: "#A8B6C4",
|
|
1210
1210
|
textSubtle: "#5E6E80",
|
|
1211
|
-
border: "rgba(148, 165, 184, 0.
|
|
1211
|
+
border: "rgba(148, 165, 184, 0.09)",
|
|
1212
1212
|
error: "#FF1744",
|
|
1213
1213
|
warning: "#FF9100",
|
|
1214
1214
|
success: "#00E676",
|
|
1215
1215
|
glassBackground: "rgba(14, 18, 24, 0.34)",
|
|
1216
1216
|
glassBlur: "blur(28px) saturate(180%)",
|
|
1217
1217
|
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)",
|
|
1218
|
-
cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.
|
|
1218
|
+
cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.03), inset 0 0 0 1px rgba(148, 165, 184, 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)",
|
|
1219
1219
|
durationFast: "80ms",
|
|
1220
1220
|
durationNormal: "160ms",
|
|
1221
1221
|
easing: "cubic-bezier(0.16, 1, 0.3, 1)",
|
|
@@ -1358,7 +1358,7 @@ var nirvanaPreset = {
|
|
|
1358
1358
|
text: "#ffffff",
|
|
1359
1359
|
textDimmed: "#c8ccd0",
|
|
1360
1360
|
textSubtle: "#8a8f95",
|
|
1361
|
-
border: "rgba(255, 255, 255, 0.
|
|
1361
|
+
border: "rgba(255, 255, 255, 0.02)",
|
|
1362
1362
|
error: "#ff5252",
|
|
1363
1363
|
warning: "#ff9800",
|
|
1364
1364
|
success: "#4caf50",
|
|
@@ -1424,14 +1424,14 @@ var wavePreset = {
|
|
|
1424
1424
|
text: "#f1f5f9",
|
|
1425
1425
|
textDimmed: "#cbd5e1",
|
|
1426
1426
|
textSubtle: "#94a3b8",
|
|
1427
|
-
border: "rgba(148, 163, 184, 0.
|
|
1427
|
+
border: "rgba(148, 163, 184, 0.09)",
|
|
1428
1428
|
error: "#f87171",
|
|
1429
1429
|
warning: "#fbbf24",
|
|
1430
1430
|
success: "#4ade80",
|
|
1431
1431
|
glassBackground: "rgba(16, 20, 30, 0.42)",
|
|
1432
1432
|
glassBlur: "blur(18px) saturate(180%)",
|
|
1433
1433
|
shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
|
|
1434
|
-
cardShadow: "inset 0 1px 0 rgba(148, 197, 255, 0.
|
|
1434
|
+
cardShadow: "inset 0 1px 0 rgba(148, 197, 255, 0.04), inset 0 0 0 1px rgba(148, 197, 255, 0.02), 0 2px 8px rgba(0, 0, 0, 0.4), 0 12px 32px -8px rgba(0, 0, 0, 0.5), 0 32px 64px -16px rgba(0, 0, 0, 0.4)",
|
|
1435
1435
|
durationFast: "150ms",
|
|
1436
1436
|
durationNormal: "250ms",
|
|
1437
1437
|
easing: "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
@@ -1811,14 +1811,14 @@ var cortexPreset = {
|
|
|
1811
1811
|
text: "#EBF4FF",
|
|
1812
1812
|
textDimmed: "#BFD9FF",
|
|
1813
1813
|
textSubtle: "#5F7A94",
|
|
1814
|
-
border: "rgba(148, 163, 184, 0.
|
|
1814
|
+
border: "rgba(148, 163, 184, 0.09)",
|
|
1815
1815
|
error: "#F87171",
|
|
1816
1816
|
warning: "#FBBF24",
|
|
1817
1817
|
success: "#4ADE80",
|
|
1818
1818
|
glassBackground: "rgba(10, 14, 20, 0.18)",
|
|
1819
1819
|
glassBlur: "blur(15px) saturate(195%)",
|
|
1820
1820
|
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)",
|
|
1821
|
-
cardShadow: "inset 0 1px 0 rgba(180, 200, 230, 0.
|
|
1821
|
+
cardShadow: "inset 0 1px 0 rgba(180, 200, 230, 0.03), inset 0 0 0 1px rgba(148, 163, 184, 0.03), 0 1px 2px rgba(0, 0, 0, 0.5), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.4), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
|
|
1822
1822
|
durationFast: "120ms",
|
|
1823
1823
|
durationNormal: "220ms",
|
|
1824
1824
|
easing: "cubic-bezier(0.22, 0, 0.1, 1)",
|
|
@@ -1911,14 +1911,14 @@ var heliosPreset = {
|
|
|
1911
1911
|
text: "#FFF7E6",
|
|
1912
1912
|
textDimmed: "#FCD98C",
|
|
1913
1913
|
textSubtle: "#947A55",
|
|
1914
|
-
border: "rgba(184, 168, 140, 0.
|
|
1914
|
+
border: "rgba(184, 168, 140, 0.09)",
|
|
1915
1915
|
error: "#F87171",
|
|
1916
1916
|
warning: "#FBBF24",
|
|
1917
1917
|
success: "#4ADE80",
|
|
1918
1918
|
glassBackground: "rgba(36, 28, 14, 0.11)",
|
|
1919
1919
|
glassBlur: "blur(14px) saturate(180%)",
|
|
1920
1920
|
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)",
|
|
1921
|
-
cardShadow: "inset 0 1px 0 rgba(230, 210, 170, 0.
|
|
1921
|
+
cardShadow: "inset 0 1px 0 rgba(230, 210, 170, 0.06), inset 0 0 0 1px rgba(184, 168, 140, 0.05), 0 1px 2px rgba(0, 0, 0, 0.5), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.4), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
|
|
1922
1922
|
durationFast: "120ms",
|
|
1923
1923
|
durationNormal: "220ms",
|
|
1924
1924
|
easing: "cubic-bezier(0.22, 0, 0.1, 1)",
|
|
@@ -2079,14 +2079,14 @@ var quarryPreset = {
|
|
|
2079
2079
|
text: "#E8EBEF",
|
|
2080
2080
|
textDimmed: "#B4B9C1",
|
|
2081
2081
|
textSubtle: "#7A8089",
|
|
2082
|
-
border: "rgba(165, 172, 181, 0.
|
|
2082
|
+
border: "rgba(165, 172, 181, 0.09)",
|
|
2083
2083
|
error: "#EF5350",
|
|
2084
2084
|
warning: "#FF8A65",
|
|
2085
2085
|
success: "#8EA99A",
|
|
2086
2086
|
glassBackground: "rgba(22, 25, 30, 0.36)",
|
|
2087
2087
|
glassBlur: "blur(18px) saturate(160%)",
|
|
2088
2088
|
shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
|
|
2089
|
-
cardShadow: "inset 0 1px 0 rgba(165, 172, 181, 0.
|
|
2089
|
+
cardShadow: "inset 0 1px 0 rgba(165, 172, 181, 0.06), inset 0 0 0 1px rgba(165, 172, 181, 0.03), 0 2px 8px rgba(0, 0, 0, 0.4), 0 12px 32px -8px rgba(0, 0, 0, 0.5), 0 32px 64px -16px rgba(0, 0, 0, 0.4)",
|
|
2090
2090
|
durationFast: "150ms",
|
|
2091
2091
|
durationNormal: "280ms",
|
|
2092
2092
|
easing: "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SubshellSidebarSection } from './chunk-AWT255UH.js';
|
|
2
2
|
import { CustomModal, ConfirmationModal } from './chunk-GBMNCNHX.js';
|
|
3
|
-
import { BaseNode, useGraphTheme, BaseEdge, GraphBackground, GraphLegend, GraphFitViewButton, GraphFitViewHandler } from './chunk-
|
|
3
|
+
import { BaseNode, useGraphTheme, BaseEdge, GraphBackground, GraphLegend, GraphFitViewButton, GraphFitViewHandler } from './chunk-G6XZFSZ6.js';
|
|
4
4
|
import { useCyberColors, CyberDonut } from './chunk-N5SDJP44.js';
|
|
5
5
|
import { JsonViewer, CardHeader, PageTitleCaption, CollapsibleSection, ContextViewer } from './chunk-IAZT3VO6.js';
|
|
6
6
|
import { StyledMarkdown } from './chunk-3KMDHCAR.js';
|
package/dist/components/index.js
CHANGED
|
@@ -6,12 +6,12 @@ export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFe
|
|
|
6
6
|
import { FilterBar } from '../chunk-PDHTXPSF.js';
|
|
7
7
|
export { FilterBar } from '../chunk-PDHTXPSF.js';
|
|
8
8
|
export { ResourceHealthChart, getHealthColor } from '../chunk-LGKLC5MG.js';
|
|
9
|
-
export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, FormFieldRenderer, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, TaskCard, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, useNewKnowledgeMapLayout } from '../chunk-
|
|
9
|
+
export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, FormFieldRenderer, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, TaskCard, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, useNewKnowledgeMapLayout } from '../chunk-XQU33SNO.js';
|
|
10
10
|
import { SubshellLoader, PageContainer, CollapsibleSidebarGroup, SidebarListItem } from '../chunk-AWT255UH.js';
|
|
11
11
|
export { ResourceHealthPanel } from '../chunk-5266RV46.js';
|
|
12
12
|
import { CustomModal } from '../chunk-GBMNCNHX.js';
|
|
13
13
|
export { ConfirmationInputModal, ConfirmationModal, CustomModal } from '../chunk-GBMNCNHX.js';
|
|
14
|
-
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-
|
|
14
|
+
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-G6XZFSZ6.js';
|
|
15
15
|
import '../chunk-N5SDJP44.js';
|
|
16
16
|
import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, APIErrorAlert, CardHeader } from '../chunk-IAZT3VO6.js';
|
|
17
17
|
export { APIErrorAlert, ActivityTimeline, CardHeader, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, EmptyState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, TabCountBadge, TimeRangeSelector, TrendIndicator, catalogItemToResourceDefinition } from '../chunk-IAZT3VO6.js';
|
|
@@ -31,10 +31,10 @@ import '../chunk-ELJIFLCB.js';
|
|
|
31
31
|
import '../chunk-L4XXM55J.js';
|
|
32
32
|
import '../chunk-SLVC5OJ2.js';
|
|
33
33
|
import '../chunk-RNP5R5I3.js';
|
|
34
|
-
import '../chunk-
|
|
34
|
+
import '../chunk-BZZQLWLF.js';
|
|
35
35
|
export { ElevasisLoader } from '../chunk-SZHARWKU.js';
|
|
36
|
-
import '../chunk-
|
|
37
|
-
import '../chunk-
|
|
36
|
+
import '../chunk-KEJOD532.js';
|
|
37
|
+
import '../chunk-JR2C4XAN.js';
|
|
38
38
|
import '../chunk-R7WLWGPO.js';
|
|
39
39
|
import '../chunk-NVOCKXUQ.js';
|
|
40
40
|
import '../chunk-V7XHGJQZ.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ResourceHealthChart } from '../../chunk-LGKLC5MG.js';
|
|
2
|
-
import { ExecutionStats } from '../../chunk-
|
|
2
|
+
import { ExecutionStats } from '../../chunk-G6XZFSZ6.js';
|
|
3
3
|
import { HeroStatsRow, useCyberColors } from '../../chunk-N5SDJP44.js';
|
|
4
4
|
import { CardHeader, EmptyState, PageTitleCaption, TabCountBadge, GlowDot } from '../../chunk-IAZT3VO6.js';
|
|
5
5
|
import '../../chunk-3KMDHCAR.js';
|
|
@@ -17,10 +17,10 @@ import { ResourceStatusColors } from '../../chunk-ELJIFLCB.js';
|
|
|
17
17
|
import '../../chunk-L4XXM55J.js';
|
|
18
18
|
import '../../chunk-SLVC5OJ2.js';
|
|
19
19
|
import '../../chunk-RNP5R5I3.js';
|
|
20
|
-
import '../../chunk-
|
|
20
|
+
import '../../chunk-BZZQLWLF.js';
|
|
21
21
|
import '../../chunk-SZHARWKU.js';
|
|
22
|
-
import '../../chunk-
|
|
23
|
-
import '../../chunk-
|
|
22
|
+
import '../../chunk-KEJOD532.js';
|
|
23
|
+
import '../../chunk-JR2C4XAN.js';
|
|
24
24
|
import '../../chunk-R7WLWGPO.js';
|
|
25
25
|
import '../../chunk-NVOCKXUQ.js';
|
|
26
26
|
import '../../chunk-V7XHGJQZ.js';
|
|
@@ -19,10 +19,10 @@ import '../../chunk-XA34RETF.js';
|
|
|
19
19
|
import '../../chunk-ELJIFLCB.js';
|
|
20
20
|
import '../../chunk-L4XXM55J.js';
|
|
21
21
|
import '../../chunk-RNP5R5I3.js';
|
|
22
|
-
import '../../chunk-
|
|
22
|
+
import '../../chunk-BZZQLWLF.js';
|
|
23
23
|
import '../../chunk-SZHARWKU.js';
|
|
24
|
-
import '../../chunk-
|
|
25
|
-
import '../../chunk-
|
|
24
|
+
import '../../chunk-KEJOD532.js';
|
|
25
|
+
import '../../chunk-JR2C4XAN.js';
|
|
26
26
|
import '../../chunk-R7WLWGPO.js';
|
|
27
27
|
import '../../chunk-NVOCKXUQ.js';
|
|
28
28
|
import '../../chunk-V7XHGJQZ.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ChatHeader, ChatSidebar } from '../../chunk-ROSMICXG.js';
|
|
2
|
-
import { ResourceDefinitionSection, CommandQueueTaskRow, getIcon, ActionModal, CommandViewGraph, WorkflowExecutionLogs, AgentExecutionLogs, ResourceFilter, getExecutionStatusConfig, SessionMemory } from '../../chunk-
|
|
2
|
+
import { ResourceDefinitionSection, CommandQueueTaskRow, getIcon, ActionModal, CommandViewGraph, WorkflowExecutionLogs, AgentExecutionLogs, ResourceFilter, getExecutionStatusConfig, SessionMemory } from '../../chunk-XQU33SNO.js';
|
|
3
3
|
import { SubshellLoader, SubshellSidebarSection, PageContainer, CollapsibleSidebarGroup, SidebarListItem } from '../../chunk-AWT255UH.js';
|
|
4
4
|
import { ResourceHealthPanel } from '../../chunk-5266RV46.js';
|
|
5
5
|
import { ConfirmationModal, CustomModal } from '../../chunk-GBMNCNHX.js';
|
|
6
|
-
import { ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline } from '../../chunk-
|
|
6
|
+
import { ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline } from '../../chunk-G6XZFSZ6.js';
|
|
7
7
|
import { useCyberColors, CyberDonut } from '../../chunk-N5SDJP44.js';
|
|
8
8
|
import { PageTitleCaption, TabCountBadge, ResourceCard, ContextViewer, JsonViewer, APIErrorAlert, EmptyState, CardHeader } from '../../chunk-IAZT3VO6.js';
|
|
9
9
|
import '../../chunk-3KMDHCAR.js';
|
|
@@ -21,10 +21,10 @@ import { ResourceStatusColors } from '../../chunk-ELJIFLCB.js';
|
|
|
21
21
|
import '../../chunk-L4XXM55J.js';
|
|
22
22
|
import '../../chunk-SLVC5OJ2.js';
|
|
23
23
|
import '../../chunk-RNP5R5I3.js';
|
|
24
|
-
import '../../chunk-
|
|
24
|
+
import '../../chunk-BZZQLWLF.js';
|
|
25
25
|
import '../../chunk-SZHARWKU.js';
|
|
26
|
-
import '../../chunk-
|
|
27
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-KEJOD532.js';
|
|
27
|
+
import '../../chunk-JR2C4XAN.js';
|
|
28
28
|
import '../../chunk-R7WLWGPO.js';
|
|
29
29
|
import '../../chunk-NVOCKXUQ.js';
|
|
30
30
|
import '../../chunk-V7XHGJQZ.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useAvailablePresets } from '../../chunk-
|
|
1
|
+
import { useAvailablePresets } from '../../chunk-JTGMQUZA.js';
|
|
2
2
|
import { OrganizationMembershipsList, WebhookUrlDisplayModal, MembershipFeaturePanel, MembershipStatusBadge, getCredentialSchema, OAuthConnectModal, buildCredentialValue } from '../../chunk-HOYZWSNV.js';
|
|
3
3
|
import '../../chunk-PDHTXPSF.js';
|
|
4
4
|
import { CustomModal } from '../../chunk-GBMNCNHX.js';
|
|
@@ -17,10 +17,10 @@ import '../../chunk-ELJIFLCB.js';
|
|
|
17
17
|
import '../../chunk-L4XXM55J.js';
|
|
18
18
|
import '../../chunk-SLVC5OJ2.js';
|
|
19
19
|
import '../../chunk-RNP5R5I3.js';
|
|
20
|
-
import '../../chunk-
|
|
20
|
+
import '../../chunk-BZZQLWLF.js';
|
|
21
21
|
import '../../chunk-SZHARWKU.js';
|
|
22
|
-
import '../../chunk-
|
|
23
|
-
import '../../chunk-
|
|
22
|
+
import '../../chunk-KEJOD532.js';
|
|
23
|
+
import '../../chunk-JR2C4XAN.js';
|
|
24
24
|
import '../../chunk-R7WLWGPO.js';
|
|
25
25
|
import '../../chunk-NVOCKXUQ.js';
|
|
26
26
|
import '../../chunk-V7XHGJQZ.js';
|
package/dist/hooks/index.js
CHANGED
|
@@ -5,10 +5,10 @@ export { observabilityKeys, useErrorTrends } from '../chunk-LXHZYSMQ.js';
|
|
|
5
5
|
import '../chunk-F6RBK7NJ.js';
|
|
6
6
|
import '../chunk-L4XXM55J.js';
|
|
7
7
|
import '../chunk-RNP5R5I3.js';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-BZZQLWLF.js';
|
|
9
9
|
import '../chunk-SZHARWKU.js';
|
|
10
|
-
import '../chunk-
|
|
11
|
-
import '../chunk-
|
|
10
|
+
import '../chunk-KEJOD532.js';
|
|
11
|
+
import '../chunk-JR2C4XAN.js';
|
|
12
12
|
import '../chunk-R7WLWGPO.js';
|
|
13
13
|
import '../chunk-NVOCKXUQ.js';
|
|
14
14
|
import '../chunk-V7XHGJQZ.js';
|
package/dist/hooks/published.js
CHANGED
|
@@ -4,10 +4,10 @@ export { observabilityKeys, useErrorTrends } from '../chunk-LXHZYSMQ.js';
|
|
|
4
4
|
import '../chunk-F6RBK7NJ.js';
|
|
5
5
|
import '../chunk-L4XXM55J.js';
|
|
6
6
|
import '../chunk-RNP5R5I3.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-BZZQLWLF.js';
|
|
8
8
|
import '../chunk-SZHARWKU.js';
|
|
9
|
-
import '../chunk-
|
|
10
|
-
import '../chunk-
|
|
9
|
+
import '../chunk-KEJOD532.js';
|
|
10
|
+
import '../chunk-JR2C4XAN.js';
|
|
11
11
|
import '../chunk-R7WLWGPO.js';
|
|
12
12
|
import '../chunk-NVOCKXUQ.js';
|
|
13
13
|
import '../chunk-V7XHGJQZ.js';
|
package/dist/index.d.ts
CHANGED
|
@@ -8074,6 +8074,7 @@ interface OrganizationContextValue {
|
|
|
8074
8074
|
*/
|
|
8075
8075
|
retry: () => Promise<void>;
|
|
8076
8076
|
}
|
|
8077
|
+
declare const OrganizationContext: react.Context<OrganizationContextValue | null>;
|
|
8077
8078
|
/**
|
|
8078
8079
|
* Consumes the nearest OrganizationProvider.
|
|
8079
8080
|
*
|
|
@@ -9680,5 +9681,5 @@ declare function InitializationProvider({ children }: {
|
|
|
9680
9681
|
children: ReactNode;
|
|
9681
9682
|
}): react.FunctionComponentElement<react.ProviderProps<AppInitializationState | null>>;
|
|
9682
9683
|
|
|
9683
|
-
export { AGENT_CONSTANTS, APIClientError, API_URL, AdminGuard, ApiClientProvider, ApiKeyService, AppearanceProvider, AuthProvider, CONTAINER_CONSTANTS, CredentialService, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, DeploymentService, ElevasisCoreProvider, ElevasisServiceProvider, ElevasisUIProvider, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, GRAPH_CONSTANTS, InitializationContext, InitializationProvider, LIMIT_ACTIVITY_FEED, NotificationProvider, OAUTH_FLOW_TIMEOUT, OAUTH_POPUP_CHECK_INTERVAL, OperationsService, OrganizationMembershipService, OrganizationProvider, OrganizationSwitcher, PAGE_SIZE_DEFAULT, PresetsProvider, ProfileProvider, ProtectedRoute, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, RouterProvider, SHARED_VIZ_CONSTANTS, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, STATUS_COLORS, ScrollToTop, TIMELINE_CONSTANTS, TOKEN_VAR_MAP, TanStackRouterBridge, UserProfileService, WORKFLOW_CONSTANTS, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, calculateBarPosition, calculateGraphHeight, calibrationKeys, componentThemes, createCssVariablesResolver, createOrganizationsSlice, createUseAppInitialization, createUseFeatureAccess, createUseOrgInitialization, createUseOrganizations, executionsKeys, filterByDomainFilters, formatChartAxisDate, formatDate, formatDateTime, formatDuration, formatErrorMessage, formatRelativeTime, formatTimeAgo, generateShades, getEdgeColor, getEdgeOpacity, getErrorInfo, getErrorTitle, getPreset, getResourceColor, getResourceIcon, getResourceStatusColor, getStatusColors, getStatusIcon, isAPIClientError, isSessionCapable, mantineThemeOverride, observabilityKeys, operationsKeys, PRESETS as presets, restoreConsole, scheduleKeys, sessionsKeys, shouldAnimateEdge, sortData, suppressKnownWarnings, useActivateDeployment, useActivities, useActivityFilters, useActivityTrend, useAgentIterationData, useAllCalibrationProjects, useApiClient, useApiClientContext, useAppearance, useArchiveSession, useArchivedLogs, useAuthContext, useAvailablePresets, useBatchDelete, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCalibrationProject, useCalibrationProjects, useCalibrationRun, useCalibrationRunFull, useCalibrationRuns, useCalibrationSSE, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useConnectionHighlight, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateCredential, useCreateProject, useCreateRun, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDeleteApiKey, useDeleteCredential, useDeleteDeployment, useDeleteExecution, useDeleteProject, useDeleteRun, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeploymentDocs, useDirectedChainHighlighting, useElevasisServices, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAsync, useExecuteRun, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionPath, useExecutions, useFitViewTrigger, useGetExecutionHistory, useGetSchedule, useGradeRun, useGraphHighlighting, useGraphStats, useInitialization, useListApiKeys, useListDeployments, useListSchedules, useListWebhookEndpoints, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useNodeSelection, useNotificationAdapter, useNotificationCount as useNotificationCountSSE, useNotifications, useOrganization, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, usePresetsContext, useProfile, useReactFlowAgent, useReactivateMembership, useRecentExecutionsByResource, useSessionCheck as useRefocusSessionCheck, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRouterContext, useSSEConnection, useScheduledTasks, useSession, useSessionCheck, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStableAccessToken, useStatusFilter, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTestNotification, useTimeRangeDates, useTimelineData, useTopFailingResources, useUnifiedWorkflowLayout, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCredential, useUpdateMemberConfig, useUpdateProject, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useUserProfile, useVisibleResources, useWarningNotification, useWorkflowStepsLayout, validateEmail };
|
|
9684
|
+
export { AGENT_CONSTANTS, APIClientError, API_URL, AdminGuard, ApiClientProvider, ApiKeyService, AppearanceProvider, AuthProvider, CONTAINER_CONSTANTS, CredentialService, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, DeploymentService, ElevasisCoreProvider, ElevasisServiceProvider, ElevasisUIProvider, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, GRAPH_CONSTANTS, InitializationContext, InitializationProvider, LIMIT_ACTIVITY_FEED, NotificationProvider, OAUTH_FLOW_TIMEOUT, OAUTH_POPUP_CHECK_INTERVAL, OperationsService, OrganizationContext, OrganizationMembershipService, OrganizationProvider, OrganizationSwitcher, PAGE_SIZE_DEFAULT, PresetsProvider, ProfileProvider, ProtectedRoute, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, RouterProvider, SHARED_VIZ_CONSTANTS, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, STATUS_COLORS, ScrollToTop, TIMELINE_CONSTANTS, TOKEN_VAR_MAP, TanStackRouterBridge, UserProfileService, WORKFLOW_CONSTANTS, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, calculateBarPosition, calculateGraphHeight, calibrationKeys, componentThemes, createCssVariablesResolver, createOrganizationsSlice, createUseAppInitialization, createUseFeatureAccess, createUseOrgInitialization, createUseOrganizations, executionsKeys, filterByDomainFilters, formatChartAxisDate, formatDate, formatDateTime, formatDuration, formatErrorMessage, formatRelativeTime, formatTimeAgo, generateShades, getEdgeColor, getEdgeOpacity, getErrorInfo, getErrorTitle, getPreset, getResourceColor, getResourceIcon, getResourceStatusColor, getStatusColors, getStatusIcon, isAPIClientError, isSessionCapable, mantineThemeOverride, observabilityKeys, operationsKeys, PRESETS as presets, restoreConsole, scheduleKeys, sessionsKeys, shouldAnimateEdge, sortData, suppressKnownWarnings, useActivateDeployment, useActivities, useActivityFilters, useActivityTrend, useAgentIterationData, useAllCalibrationProjects, useApiClient, useApiClientContext, useAppearance, useArchiveSession, useArchivedLogs, useAuthContext, useAvailablePresets, useBatchDelete, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCalibrationProject, useCalibrationProjects, useCalibrationRun, useCalibrationRunFull, useCalibrationRuns, useCalibrationSSE, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useConnectionHighlight, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateCredential, useCreateProject, useCreateRun, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDeleteApiKey, useDeleteCredential, useDeleteDeployment, useDeleteExecution, useDeleteProject, useDeleteRun, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeploymentDocs, useDirectedChainHighlighting, useElevasisServices, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAsync, useExecuteRun, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionPath, useExecutions, useFitViewTrigger, useGetExecutionHistory, useGetSchedule, useGradeRun, useGraphHighlighting, useGraphStats, useInitialization, useListApiKeys, useListDeployments, useListSchedules, useListWebhookEndpoints, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useNodeSelection, useNotificationAdapter, useNotificationCount as useNotificationCountSSE, useNotifications, useOrganization, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, usePresetsContext, useProfile, useReactFlowAgent, useReactivateMembership, useRecentExecutionsByResource, useSessionCheck as useRefocusSessionCheck, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRouterContext, useSSEConnection, useScheduledTasks, useSession, useSessionCheck, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStableAccessToken, useStatusFilter, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTestNotification, useTimeRangeDates, useTimelineData, useTopFailingResources, useUnifiedWorkflowLayout, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCredential, useUpdateMemberConfig, useUpdateProject, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useUserProfile, useVisibleResources, useWarningNotification, useWorkflowStepsLayout, validateEmail };
|
|
9684
9685
|
export type { ActivityFilters, ActivityTrendResponse, AdminGuardProps, AgentIterationEdgeData, AgentIterationNodeData, AgentStatus, ApiClientContextValue, ApiClientProviderProps, ApiErrorDetails, ApiKeyConfig, AppInitializationState, AppearanceConfig, AuthConfig, AuthContextValue, AuthKitConfig, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CalibrationProgress, CancelExecutionParams, CancelExecutionResult, ChatMessage, ColorShadesTuple, CostBreakdownItem, CreateApiKeyRequest, CreateApiKeyResponse, CreateCredentialRequest, CreateCredentialResponse, CreateScheduleInput, CreateSessionResponse, CredentialListItem, DeleteExecutionParams, Deployment, DirectedChainHighlightingOptions, DirectedChainHighlightingResult, DocFile, EdgeColorOptions, EdgeOpacityOptions, ElevasisCoreProviderProps, ElevasisCoreThemeConfig, ElevasisServiceContextValue, ElevasisServiceProviderProps, ElevasisThemeConfig, ElevasisTokenOverrides, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, ExecutionPathState, ExecutionStatus$1 as ExecutionStatus, FailingResource, FrameworkThemeOverrides, GetMessagesResponse, GlowIntensity, GraphHeightOptions, GraphHighlightingResult, GraphMode, GraphThemeColors, InitializationError, LinkProps, ListActivitiesResponse, ListApiKeysResponse, ListCredentialsResponse, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MembershipWithDetails, MessageEvent, MessageType, NodeColorType, NotificationAdapter, OrganizationContextValue, OrganizationsActions, OrganizationsSlice, OrganizationsState, PresetEntry, PresetName, ProfileContextValue, ProtectedRouteProps, ResourcesResponse, RetryExecutionParams, RouterAdapter, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, SortDirection, SortState, StatusColorScheme, StatusFilter$1 as StatusFilter, StatusIconColors, StepExecutionData, SubmitActionRequest, SubmitActionResponse, SupabaseUserProfile, TablerIcon, TaskSchedule, ThemePreset, TimelineBarProps, TimelineContainerProps, TimelineRowProps, TopFailingResourcesParams, UnifiedWorkflowEdgeData, UnifiedWorkflowNodeData, UpdateScheduleInput, UseActivitiesParams, UseActivityTrendParams, UseApiClientReturn, UseBatchedResourcesHealthParams, UseCalibrationSSEOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseNotificationCountArgs, UseOrgInitializationReturn, UseOrganizationsReturn, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseUserProfileReturn, WebSocketState, WithSchemes, WorkflowEdgeType, WorkflowStepEdgeData, WorkflowStepNodeData, WorkflowStepsLayoutInput };
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { useAvailablePresets } from './chunk-
|
|
1
|
+
export { useAvailablePresets } from './chunk-JTGMQUZA.js';
|
|
2
2
|
import './chunk-XCYKC6OZ.js';
|
|
3
3
|
export { ApiKeyService, CredentialService, DeploymentService, OrganizationMembershipService, WebhookEndpointService, filterByDomainFilters, useActivateDeployment, useActivityFilters, useCommandViewDomainFilters, useCreateApiKey, useCreateCredential, useCreateWebhookEndpoint, useCredentials, useDeactivateDeployment, useDeactivateMembership, useDeleteApiKey, useDeleteCredential, useDeleteDeployment, useDeleteWebhookEndpoint, useExecutionLogsFilters, useListApiKeys, useListDeployments, useListWebhookEndpoints, useOrganizationMembers, useReactivateMembership, useResourceSearch, useResourcesDomainFilters, useStatusFilter, useTimeRangeDates, useUpdateApiKey, useUpdateCredential, useUpdateMemberConfig, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources } from './chunk-FATKFO7X.js';
|
|
4
4
|
export { OperationsService, calibrationKeys, createUseFeatureAccess, executionsKeys, isSessionCapable, operationsKeys, scheduleKeys, sessionsKeys, sortData, useActivities, useActivityTrend, useAllCalibrationProjects, useArchiveSession, useArchivedLogs, useBatchDelete, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCalibrationProject, useCalibrationProjects, useCalibrationRun, useCalibrationRunFull, useCalibrationRuns, useCalibrationSSE, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateProject, useCreateRun, useCreateSchedule, useCreateSession, useDashboardMetrics, useDeleteExecution, useDeleteProject, useDeleteRun, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeploymentDocs, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAsync, useExecuteRun, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGradeRun, useGraphStats, useListSchedules, useMarkAllAsRead, useMarkAsRead, useNotificationCount as useNotificationCountSSE, useNotifications, usePaginationState, usePatchTask, usePauseSchedule, useRecentExecutionsByResource, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResources, useResourcesHealth, useResumeSchedule, useRetryExecution, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTestNotification, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateProject, useUpdateSchedule, useWarningNotification } from './chunk-EDAYKRPJ.js';
|
|
@@ -11,10 +11,10 @@ import './chunk-ELJIFLCB.js';
|
|
|
11
11
|
export { OrganizationSwitcher, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations } from './chunk-L4XXM55J.js';
|
|
12
12
|
export { createUseAppInitialization } from './chunk-SLVC5OJ2.js';
|
|
13
13
|
import './chunk-RNP5R5I3.js';
|
|
14
|
-
export { ElevasisUIProvider } from './chunk-
|
|
14
|
+
export { ElevasisUIProvider } from './chunk-BZZQLWLF.js';
|
|
15
15
|
import './chunk-SZHARWKU.js';
|
|
16
|
-
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, generateShades, getPreset, mantineThemeOverride, PRESETS as presets, usePresetsContext } from './chunk-
|
|
17
|
-
import './chunk-
|
|
16
|
+
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, generateShades, getPreset, mantineThemeOverride, PRESETS as presets, usePresetsContext } from './chunk-KEJOD532.js';
|
|
17
|
+
import './chunk-JR2C4XAN.js';
|
|
18
18
|
export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from './chunk-R7WLWGPO.js';
|
|
19
19
|
export { ApiClientProvider, useApiClient, useApiClientContext } from './chunk-NVOCKXUQ.js';
|
|
20
20
|
export { OrganizationProvider } from './chunk-V7XHGJQZ.js';
|
|
@@ -23,7 +23,7 @@ export { APIClientError, API_URL, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, GC_TIME_LONG
|
|
|
23
23
|
export { AdminGuard, ProtectedRoute, useSessionCheck as useRefocusSessionCheck, useSessionCheck } from './chunk-RWQIFKMJ.js';
|
|
24
24
|
export { useStableAccessToken } from './chunk-ALA56RGZ.js';
|
|
25
25
|
export { InitializationContext, InitializationProvider, useInitialization } from './chunk-TUXTSEAF.js';
|
|
26
|
-
export { useOrganization } from './chunk-DD3CCMCZ.js';
|
|
26
|
+
export { OrganizationContext, useOrganization } from './chunk-DD3CCMCZ.js';
|
|
27
27
|
export { ElevasisServiceProvider, ProfileProvider, UserProfileService, useElevasisServices, useProfile, useUserProfile } from './chunk-QEPXAWE2.js';
|
|
28
28
|
export { AuthProvider, useAuthContext } from './chunk-BRJ3QZ4E.js';
|
|
29
29
|
export { RouterProvider, useRouterContext } from './chunk-Q7DJKLEN.js';
|
package/dist/layout/index.js
CHANGED
|
@@ -4,6 +4,6 @@ import '../chunk-NNKKBSJN.js';
|
|
|
4
4
|
export { AppShellCenteredContainer, AppShellError, AppShellLoader } from '../chunk-WWEMNIHW.js';
|
|
5
5
|
export { sidebarBottomSectionCollapsedHeight, sidebarBottomSectionHeight, sidebarCollapsedWidth, sidebarGroupChevronSize, sidebarHoverDelay, sidebarIconInnerSize, sidebarIconSize, sidebarIconStroke, sidebarItemGap, sidebarItemHeight, sidebarItemPadding, sidebarListItemIconSize, sidebarSectionPadding, sidebarSubLinkIndent, sidebarSubLinkPaddingX, sidebarSubLinkPaddingY, sidebarToggleIconSize, sidebarTransitionDuration, sidebarWidth, topbarHeight } from '../chunk-QJ2S46NI.js';
|
|
6
6
|
import '../chunk-MHW43EOH.js';
|
|
7
|
-
export { AppBackground, CyberBackground, CyberParticles, FilmGrain, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground } from '../chunk-
|
|
7
|
+
export { AppBackground, CyberBackground, CyberParticles, FilmGrain, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground } from '../chunk-JR2C4XAN.js';
|
|
8
8
|
import '../chunk-QJ2KCHKX.js';
|
|
9
9
|
import '../chunk-Q7DJKLEN.js';
|
|
@@ -97,6 +97,7 @@ interface OrganizationContextValue {
|
|
|
97
97
|
*/
|
|
98
98
|
retry: () => Promise<void>;
|
|
99
99
|
}
|
|
100
|
+
declare const OrganizationContext: react.Context<OrganizationContextValue | null>;
|
|
100
101
|
/**
|
|
101
102
|
* Consumes the nearest OrganizationProvider.
|
|
102
103
|
*
|
|
@@ -271,5 +272,5 @@ interface UseOrgInitializationReturn {
|
|
|
271
272
|
*/
|
|
272
273
|
declare function createUseOrgInitialization(useOrganizations: () => UseOrganizationsReturn, useApiClient: () => UseApiClientReturn): () => UseOrgInitializationReturn;
|
|
273
274
|
|
|
274
|
-
export { OrganizationProvider, OrganizationSwitcher, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations, useOrganization };
|
|
275
|
+
export { OrganizationContext, OrganizationProvider, OrganizationSwitcher, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations, useOrganization };
|
|
275
276
|
export type { MembershipWithDetails, OrganizationContextValue, OrganizationsActions, OrganizationsSlice, OrganizationsState, UseApiClientReturn, UseOrgInitializationReturn, UseOrganizationsReturn };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { OrganizationSwitcher, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations } from '../chunk-L4XXM55J.js';
|
|
2
2
|
import '../chunk-RNP5R5I3.js';
|
|
3
3
|
export { OrganizationProvider } from '../chunk-V7XHGJQZ.js';
|
|
4
|
-
export { useOrganization } from '../chunk-DD3CCMCZ.js';
|
|
4
|
+
export { OrganizationContext, useOrganization } from '../chunk-DD3CCMCZ.js';
|
|
5
5
|
import '../chunk-QEPXAWE2.js';
|
|
6
6
|
import '../chunk-BRJ3QZ4E.js';
|
package/dist/provider/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { ElevasisUIProvider } from '../chunk-
|
|
1
|
+
export { ElevasisUIProvider } from '../chunk-BZZQLWLF.js';
|
|
2
2
|
import '../chunk-SZHARWKU.js';
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
3
|
+
import '../chunk-KEJOD532.js';
|
|
4
|
+
import '../chunk-JR2C4XAN.js';
|
|
5
5
|
export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-R7WLWGPO.js';
|
|
6
6
|
import '../chunk-NVOCKXUQ.js';
|
|
7
7
|
import '../chunk-V7XHGJQZ.js';
|
package/dist/theme/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { useAvailablePresets } from '../chunk-
|
|
2
|
-
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, generateShades, getPreset, mantineThemeOverride, PRESETS as presets, usePresetsContext } from '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { useAvailablePresets } from '../chunk-JTGMQUZA.js';
|
|
2
|
+
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, generateShades, getPreset, mantineThemeOverride, PRESETS as presets, usePresetsContext } from '../chunk-KEJOD532.js';
|
|
3
|
+
import '../chunk-JR2C4XAN.js';
|