@elevasis/ui 2.29.0 → 2.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/dist/app/index.d.ts +54 -0
  2. package/dist/app/index.js +8 -8
  3. package/dist/auth/index.js +4 -4
  4. package/dist/charts/index.d.ts +2 -1
  5. package/dist/charts/index.js +6 -6
  6. package/dist/{chunk-SZWXQHKO.js → chunk-2DIYILF7.js} +7 -6
  7. package/dist/{chunk-XTVZFT7U.js → chunk-2Q2JQSQO.js} +1 -1
  8. package/dist/{chunk-65RQE3XF.js → chunk-3GV5NHSS.js} +1051 -208
  9. package/dist/{chunk-3DUOPXOJ.js → chunk-3MDNBHVB.js} +4 -4
  10. package/dist/{chunk-QNL7UI5G.js → chunk-4FZYEEPK.js} +4 -4
  11. package/dist/{chunk-Y3YJKKEB.js → chunk-4SY6BTVZ.js} +1 -1
  12. package/dist/{chunk-HLFFKKT3.js → chunk-4VQ2PXMI.js} +14 -14
  13. package/dist/{chunk-WKJ47GIW.js → chunk-533DUEQY.js} +1 -1
  14. package/dist/{chunk-HNFQCOD2.js → chunk-6EFVZV6X.js} +392 -309
  15. package/dist/{chunk-V3HUIZJX.js → chunk-6IXOKUBC.js} +1 -1
  16. package/dist/{chunk-VKMNWHTL.js → chunk-6YT4IKJ7.js} +3 -3
  17. package/dist/{chunk-AK5E6ILJ.js → chunk-A7B7HLDF.js} +8 -8
  18. package/dist/{chunk-OWESKPTJ.js → chunk-AKOD52HS.js} +26 -8
  19. package/dist/{chunk-ROSMICXG.js → chunk-CXY7FMUM.js} +35 -20
  20. package/dist/{chunk-HOIT677G.js → chunk-HUJCU55S.js} +1 -1
  21. package/dist/{chunk-A7R2URMV.js → chunk-HYLERWRO.js} +41 -7
  22. package/dist/{chunk-XBMCDGHA.js → chunk-IKQ42WHU.js} +1 -1
  23. package/dist/{chunk-GESXCQWY.js → chunk-JA5ECJJB.js} +1 -1
  24. package/dist/{chunk-KU7ZDWQ7.js → chunk-JBWJ6WHZ.js} +1 -1
  25. package/dist/{chunk-FGDUK74A.js → chunk-JKTPRYGV.js} +3 -3
  26. package/dist/{chunk-5WWZXCS5.js → chunk-KJ3QUBNU.js} +9 -2
  27. package/dist/{chunk-OHGNCWJP.js → chunk-LRZFLK2F.js} +1 -1
  28. package/dist/{chunk-FFDAE2QI.js → chunk-NITGGYH2.js} +172 -26
  29. package/dist/{chunk-VMJVQAFZ.js → chunk-OAVTMITG.js} +1 -1
  30. package/dist/{chunk-6NHCE7JM.js → chunk-P5WYW2GI.js} +12 -12
  31. package/dist/{chunk-5CW2HXQA.js → chunk-SBCIB5TZ.js} +4 -25
  32. package/dist/{chunk-OIMPGKDB.js → chunk-SKXXT3E2.js} +3 -3
  33. package/dist/{chunk-CEHUFNAL.js → chunk-T2PAD63Y.js} +11 -11
  34. package/dist/{chunk-LH4GPYDX.js → chunk-T5Z7G2J2.js} +19 -3
  35. package/dist/{chunk-WFTNY755.js → chunk-VKIZUUPM.js} +1 -1
  36. package/dist/{chunk-S66IQSSR.js → chunk-WF227UBV.js} +1 -1
  37. package/dist/components/chat/index.d.ts +2 -1
  38. package/dist/components/chat/index.js +1 -1
  39. package/dist/components/index.js +37 -37
  40. package/dist/components/navigation/index.js +8 -8
  41. package/dist/features/auth/index.js +5 -5
  42. package/dist/features/crm/index.js +18 -18
  43. package/dist/features/dashboard/index.js +19 -19
  44. package/dist/features/delivery/index.js +18 -18
  45. package/dist/features/knowledge/index.js +19 -19
  46. package/dist/features/lead-gen/index.d.ts +99 -1
  47. package/dist/features/lead-gen/index.js +19 -19
  48. package/dist/features/monitoring/index.js +20 -20
  49. package/dist/features/monitoring/requests/index.js +17 -17
  50. package/dist/features/operations/index.js +24 -24
  51. package/dist/features/settings/index.js +19 -19
  52. package/dist/hooks/delivery/index.js +2 -2
  53. package/dist/hooks/index.d.ts +263 -4
  54. package/dist/hooks/index.js +17 -17
  55. package/dist/hooks/published.d.ts +263 -4
  56. package/dist/hooks/published.js +17 -17
  57. package/dist/index.d.ts +378 -8
  58. package/dist/index.js +18 -18
  59. package/dist/initialization/index.js +4 -4
  60. package/dist/knowledge/index.d.ts +54 -0
  61. package/dist/organization/index.js +4 -4
  62. package/dist/profile/index.js +2 -2
  63. package/dist/provider/ElevasisServiceContext.d.ts +11 -5
  64. package/dist/provider/ElevasisServiceContext.js +1 -1
  65. package/dist/provider/index.d.ts +119 -5
  66. package/dist/provider/index.js +14 -14
  67. package/dist/provider/published.d.ts +119 -5
  68. package/dist/provider/published.js +10 -10
  69. package/dist/test-utils/index.d.ts +3 -0
  70. package/dist/test-utils/index.js +28 -4
  71. package/dist/theme/index.js +3 -3
  72. package/dist/theme/presets/index.js +1 -1
  73. package/package.json +5 -5
@@ -1,12 +1,12 @@
1
1
  import { SemanticIcon } from './chunk-JCGD4GM6.js';
2
2
  import { SubshellSidebarLoader } from './chunk-XQQEKWTL.js';
3
- import { OrganizationModelProspectingSchema, CAPABILITY_REGISTRY } from './chunk-FFDAE2QI.js';
3
+ import { OrganizationModelProspectingSchema, CAPABILITY_REGISTRY } from './chunk-NITGGYH2.js';
4
4
  import { useCyberColors, CyberDonut } from './chunk-CW3UNAF2.js';
5
5
  import { SubshellSidebarSection } from './chunk-IIMU5YAJ.js';
6
- import { collectResourceFilterFacets, useCommandViewStore, useCommandViewData, useCommandViewStats, usePaginationState, useResourceExecutions, useCheckpointTasks } from './chunk-HNFQCOD2.js';
6
+ import { collectResourceFilterFacets, useCommandViewStore, useCommandViewData, useCommandViewStats, usePaginationState, useResourceExecutions, useCheckpointTasks } from './chunk-6EFVZV6X.js';
7
7
  import { EmptyState, APIErrorAlert } from './chunk-6WXDE5LZ.js';
8
- import { LabelSchema, ColorTokenSchema, IconNameSchema, PathSchema, DescriptionSchema, DisplayMetadataSchema, ModelIdSchema, ReferenceIdsSchema, OrganizationModelSalesSchema } from './chunk-OWESKPTJ.js';
9
- import { useElevasisFeatures } from './chunk-V3HUIZJX.js';
8
+ import { LabelSchema, ColorTokenSchema, IconNameSchema, PathSchema, DescriptionSchema, DisplayMetadataSchema, ModelIdSchema, ReferenceIdsSchema, OrganizationModelSalesSchema } from './chunk-AKOD52HS.js';
9
+ import { useElevasisFeatures } from './chunk-6IXOKUBC.js';
10
10
  import { getNodeId } from './chunk-HXZQWMKE.js';
11
11
  import { useRef, useEffect, useMemo } from 'react';
12
12
  import { Paper, Stack, Group, Text, Button, Badge, SimpleGrid, Divider, Select, NumberInput, MultiSelect, Switch, Card, Checkbox, UnstyledButton, useMantineTheme, Box, Title, Space, Center, Loader, Pagination, TextInput, SegmentedControl } from '@mantine/core';
@@ -1,16 +1,16 @@
1
1
  import { ZodFormRenderer } from './chunk-3MEXPLWT.js';
2
2
  import { ResourceHealthChart } from './chunk-LGKLC5MG.js';
3
- import { HeroStatsRow } from './chunk-SZWXQHKO.js';
3
+ import { HeroStatsRow } from './chunk-2DIYILF7.js';
4
4
  import { useCyberColors } from './chunk-CW3UNAF2.js';
5
5
  import { AppShellCenteredContainer, AppShellLoader } from './chunk-RYTEQBAO.js';
6
6
  import { Graph_module_css_default, useDirectedChainHighlighting, useNodeSelection, useFitViewTrigger } from './chunk-22UVE3RA.js';
7
7
  import { STATUS_COLORS, getStatusIcon, formatDuration, getStatusColors, AGENT_CONSTANTS, shouldAnimateEdge, TIMELINE_CONSTANTS, calculateBarPosition, CONTAINER_CONSTANTS, useExecutionPath, useUnifiedWorkflowLayout, WORKFLOW_CONSTANTS, useReactFlowAgent } from './chunk-E4WQGJNS.js';
8
- import { useExecuteResource, useDashboardMetrics, useResources, useTimeRangeDates, useUnresolvedErrors, useRecentExecutionsByResource, useCommandQueue, useScheduledTasks, useResourcesHealth } from './chunk-HNFQCOD2.js';
9
- import { glassBase } from './chunk-LH4GPYDX.js';
8
+ import { useExecuteResource, useDashboardMetrics, useResources, useTimeRangeDates, useUnresolvedErrors, useRecentExecutionsByResource, useCommandQueue, useScheduledTasks, useResourcesHealth } from './chunk-6EFVZV6X.js';
9
+ import { glassBase } from './chunk-T5Z7G2J2.js';
10
10
  import { GlowDot, CardHeader, EmptyState, PageTitleCaption, TabCountBadge } from './chunk-6WXDE5LZ.js';
11
11
  import { formatTimeAgo, getTimeRangeDates, formatRelativeTime } from './chunk-HXZQWMKE.js';
12
12
  import { ResourceStatusColors } from './chunk-KRWALB24.js';
13
- import { useInitialization } from './chunk-WKJ47GIW.js';
13
+ import { useInitialization } from './chunk-533DUEQY.js';
14
14
  import { memo, useMemo, useEffect, useState, useCallback, Fragment } from 'react';
15
15
  import { Paper, Stack, Text, Group, Badge, Box, useComputedColorScheme, Card, ActionIcon, Loader, SegmentedControl, Button, Modal, Center, SimpleGrid, Title, Tabs, Grid, ThemeIcon } from '@mantine/core';
16
16
  import { jsxs, jsx, Fragment as Fragment$1 } from 'react/jsx-runtime';
@@ -1,5 +1,5 @@
1
1
  import { FeatureUnavailableState } from './chunk-6WXDE5LZ.js';
2
- import { useElevasisFeatures } from './chunk-V3HUIZJX.js';
2
+ import { useElevasisFeatures } from './chunk-6IXOKUBC.js';
3
3
  import { SubshellContainer, SubshellSidebar, SubshellRightSideContainer } from './chunk-TKAYX2SP.js';
4
4
  import { useRouterContext } from './chunk-Q7DJKLEN.js';
5
5
  import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
@@ -127,7 +127,7 @@ var defaultPreset = {
127
127
  background: "#040404",
128
128
  surface: "rgba(16, 16, 18, 0.52)",
129
129
  surfaceHover: "rgba(24, 24, 26, 0.56)",
130
- elevatedSurface: "rgba(22, 22, 24, 0.93)",
130
+ elevatedSurface: "rgba(22, 22, 24, 0.8)",
131
131
  text: "#ffffff",
132
132
  textDimmed: "#c1c2c5",
133
133
  textSubtle: "#ABABAB",
@@ -188,7 +188,7 @@ var tacticalPreset = {
188
188
  background: "#020203",
189
189
  surface: "rgba(18, 19, 21, 0.2)",
190
190
  surfaceHover: "rgba(32, 33, 36, 0.5)",
191
- elevatedSurface: "rgba(18, 21, 27, 0.85)",
191
+ elevatedSurface: "rgba(12, 15, 21, 0.7)",
192
192
  text: "#EFF1F4",
193
193
  textDimmed: "#B0B8C4",
194
194
  textSubtle: "#A5AEC0",
@@ -327,9 +327,9 @@ var cyberVoltPreset = {
327
327
  primary: "#00A8BD",
328
328
  primaryContrast: "#001418",
329
329
  background: "#040607",
330
- surface: "rgba(0, 60, 80, 0.03)",
330
+ surface: "rgba(0, 65, 85, 0.03)",
331
331
  surfaceHover: "rgba(0, 229, 255, 0.06)",
332
- elevatedSurface: "rgba(16, 19, 21, 0.85)",
332
+ elevatedSurface: "rgba(10, 18, 24, 0.7)",
333
333
  text: "#E0F7FA",
334
334
  textDimmed: "#80DEEA",
335
335
  textSubtle: "#82BEC8",
@@ -337,7 +337,7 @@ var cyberVoltPreset = {
337
337
  error: "#FF1744",
338
338
  warning: "#FF9100",
339
339
  success: "#00E676",
340
- glassBackground: "rgba(13, 21, 27, 0.32)",
340
+ glassBackground: "rgba(14, 23, 29, 0.32)",
341
341
  glassBlur: "blur(14px) saturate(180%)",
342
342
  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)",
343
343
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(0, 229, 255, 0.06), 0 4px 4px rgba(0, 0, 0, 0.4), 0 4px 10px rgba(0, 0, 0, 0.45), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 14px 28px -18px rgba(0, 0, 0, 0.25)",
@@ -716,7 +716,7 @@ var auroraPreset = {
716
716
  background: "#080E0D",
717
717
  surface: "rgba(18, 28, 24, 0)",
718
718
  surfaceHover: "rgba(0, 168, 138, 0.10)",
719
- elevatedSurface: "rgba(19, 26, 24, 0.85)",
719
+ elevatedSurface: "rgba(19, 26, 24, 0.7)",
720
720
  text: "#E0F2F1",
721
721
  textDimmed: "#8ED4CC",
722
722
  textSubtle: "#78C0B8",
@@ -1243,7 +1243,7 @@ var cyberStrikePreset = {
1243
1243
  primary: "#D41840",
1244
1244
  primaryContrast: "#ffffff",
1245
1245
  background: "#060303",
1246
- surface: "rgba(80, 20, 30, 0.06)",
1246
+ surface: "rgba(85, 20, 30, 0.06)",
1247
1247
  surfaceHover: "rgba(212, 24, 64, 0.06)",
1248
1248
  elevatedSurface: "rgba(16, 12, 12, 0.82)",
1249
1249
  text: "#FAE0E4",
@@ -1253,7 +1253,7 @@ var cyberStrikePreset = {
1253
1253
  error: "#D41840",
1254
1254
  warning: "#FF9100",
1255
1255
  success: "#00E676",
1256
- glassBackground: "rgba(18, 19, 20, 0.36)",
1256
+ glassBackground: "rgba(21, 19, 19, 0.36)",
1257
1257
  glassBlur: "blur(16px) saturate(190%)",
1258
1258
  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)",
1259
1259
  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)",
@@ -1328,7 +1328,7 @@ var cyberChromePreset = {
1328
1328
  error: "#FF1744",
1329
1329
  warning: "#FF9100",
1330
1330
  success: "#00E676",
1331
- glassBackground: "rgba(20, 24, 30, 0.3)",
1331
+ glassBackground: "rgba(22, 26, 32, 0.32)",
1332
1332
  glassBlur: "blur(12px) saturate(185%)",
1333
1333
  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)",
1334
1334
  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)",
@@ -1398,9 +1398,9 @@ var cyberVoidPreset = {
1398
1398
  primary: "#2468E0",
1399
1399
  primaryContrast: "#ffffff",
1400
1400
  background: "#040608",
1401
- surface: "rgba(30, 55, 130, 0.04)",
1401
+ surface: "rgba(30, 55, 135, 0.04)",
1402
1402
  surfaceHover: "rgba(36, 104, 224, 0.08)",
1403
- elevatedSurface: "rgba(16, 19, 24, 0.85)",
1403
+ elevatedSurface: "rgba(16, 19, 26, 0.7)",
1404
1404
  text: "#E0EAFA",
1405
1405
  textDimmed: "#99BBEE",
1406
1406
  textSubtle: "#98B8D4",
@@ -1408,7 +1408,7 @@ var cyberVoidPreset = {
1408
1408
  error: "#FF1744",
1409
1409
  warning: "#FF9100",
1410
1410
  success: "#00E676",
1411
- glassBackground: "rgba(19, 21, 21, 0.34)",
1411
+ glassBackground: "rgba(19, 21, 25, 0.34)",
1412
1412
  glassBlur: "blur(14px) saturate(180%)",
1413
1413
  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)",
1414
1414
  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)",
@@ -1546,7 +1546,7 @@ var wavePreset = {
1546
1546
  background: "#030507",
1547
1547
  surface: "rgba(19, 23, 33, 0)",
1548
1548
  surfaceHover: "rgba(74, 144, 232, 0.10)",
1549
- elevatedSurface: "rgba(16, 19, 22, 0.85)",
1549
+ elevatedSurface: "rgba(16, 19, 22, 0.7)",
1550
1550
  text: "#f1f5f9",
1551
1551
  textDimmed: "#cbd5e1",
1552
1552
  textSubtle: "#a0aec2",
@@ -1869,7 +1869,7 @@ var synapsePreset = {
1869
1869
  background: "#333333",
1870
1870
  surface: "rgba(10, 16, 20, 0)",
1871
1871
  surfaceHover: "rgba(34, 211, 238, 0.06)",
1872
- elevatedSurface: "rgba(18, 30, 34, 0.78)",
1872
+ elevatedSurface: "rgba(13, 25, 30, 0.78)",
1873
1873
  text: "#ECFEFF",
1874
1874
  textDimmed: "#A5F3FC",
1875
1875
  textSubtle: "#84B8C5",
@@ -1,5 +1,5 @@
1
1
  import { useOrganization } from './chunk-DD3CCMCZ.js';
2
- import { useProfile } from './chunk-XTVZFT7U.js';
2
+ import { useProfile } from './chunk-2Q2JQSQO.js';
3
3
  import { useAuthContext } from './chunk-BRJ3QZ4E.js';
4
4
  import { createContext, useContext, useMemo, useCallback, createElement } from 'react';
5
5