@elevasis/ui 2.25.5 → 2.26.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 (101) hide show
  1. package/dist/api/index.js +2 -2
  2. package/dist/app/index.css +18 -29
  3. package/dist/app/index.d.ts +118 -64
  4. package/dist/app/index.js +6 -5
  5. package/dist/charts/index.js +6 -5
  6. package/dist/chunk-3MEXPLWT.js +265 -0
  7. package/dist/{chunk-IS53MXE4.js → chunk-4KTLOK7K.js} +1 -1
  8. package/dist/{chunk-KMAXFJPH.js → chunk-CW3UNAF2.js} +5 -409
  9. package/dist/{chunk-HKBEURCV.js → chunk-G26INIF3.js} +1 -1
  10. package/dist/{chunk-NHHCUECV.js → chunk-G66QFZXD.js} +11 -214
  11. package/dist/{chunk-QIW6OCEI.js → chunk-HLFFKKT3.js} +27 -373
  12. package/dist/chunk-JDNEWB5F.js +10 -0
  13. package/dist/{chunk-VMAWXEVG.js → chunk-JKBGDFX2.js} +1136 -828
  14. package/dist/{chunk-MU4VPAMR.js → chunk-JPGX3533.js} +4 -3
  15. package/dist/chunk-KCGGA36K.js +73 -0
  16. package/dist/chunk-KEFWANZY.js +155 -0
  17. package/dist/chunk-LH4GPYDX.js +448 -0
  18. package/dist/{chunk-QNCVK3ZF.js → chunk-LWKZ3BCC.js} +5 -4
  19. package/dist/chunk-OGXKOMUT.js +412 -0
  20. package/dist/chunk-OHXU5WWK.js +3731 -0
  21. package/dist/chunk-ONFKASZI.js +2004 -0
  22. package/dist/{chunk-U36X6NZM.js → chunk-RIFTUOPE.js} +2 -14
  23. package/dist/{chunk-T6INEVX6.js → chunk-SGS4CQ2B.js} +1 -1
  24. package/dist/{chunk-KINQW4JT.js → chunk-UPMX5GJI.js} +5 -5
  25. package/dist/{chunk-N2AP4I5N.js → chunk-UY5I2KOZ.js} +223 -3857
  26. package/dist/{chunk-JMI7L7Y7.js → chunk-W2ZTLH7Y.js} +142 -4
  27. package/dist/{chunk-3KY2GNPE.js → chunk-WUVR4QY6.js} +9 -9
  28. package/dist/{chunk-Q5BEODAT.js → chunk-X2SUMO3P.js} +2 -1
  29. package/dist/{chunk-SNHGSCKH.js → chunk-XBMCDGHA.js} +1 -1
  30. package/dist/{chunk-N55DVMAG.js → chunk-XQQEKWTL.js} +2 -6
  31. package/dist/{chunk-F7JDHS2I.js → chunk-XZSEPJZQ.js} +5 -5
  32. package/dist/{chunk-5BJXMZN4.js → chunk-YHBPR67D.js} +438 -620
  33. package/dist/{chunk-FVKLHLF4.js → chunk-YO2YORW4.js} +4 -4
  34. package/dist/{chunk-TAIX4NO3.js → chunk-ZFLM2YVW.js} +2 -2
  35. package/dist/components/index.css +18 -29
  36. package/dist/components/index.d.ts +211 -383
  37. package/dist/components/index.js +43 -427
  38. package/dist/components/navigation/index.css +28 -39
  39. package/dist/execution/index.d.ts +0 -73
  40. package/dist/features/auth/index.css +28 -39
  41. package/dist/features/crm/index.css +28 -39
  42. package/dist/features/crm/index.d.ts +49 -49
  43. package/dist/features/crm/index.js +14 -14
  44. package/dist/features/dashboard/index.css +28 -39
  45. package/dist/features/dashboard/index.js +18 -15
  46. package/dist/features/delivery/index.css +18 -29
  47. package/dist/features/delivery/index.js +14 -14
  48. package/dist/features/knowledge/index.css +611 -0
  49. package/dist/features/knowledge/index.js +700 -1
  50. package/dist/features/lead-gen/index.css +28 -39
  51. package/dist/features/lead-gen/index.d.ts +212 -166
  52. package/dist/features/lead-gen/index.js +16 -15
  53. package/dist/features/monitoring/index.css +18 -29
  54. package/dist/features/monitoring/index.js +17 -16
  55. package/dist/features/monitoring/requests/index.css +28 -39
  56. package/dist/features/monitoring/requests/index.js +13 -13
  57. package/dist/features/operations/index.css +28 -39
  58. package/dist/features/operations/index.d.ts +16 -98
  59. package/dist/features/operations/index.js +26 -20
  60. package/dist/features/settings/index.css +28 -39
  61. package/dist/features/settings/index.d.ts +1 -0
  62. package/dist/features/settings/index.js +15 -15
  63. package/dist/hooks/delivery/index.css +28 -39
  64. package/dist/hooks/delivery/index.js +2 -2
  65. package/dist/hooks/index.css +18 -29
  66. package/dist/hooks/index.d.ts +180 -377
  67. package/dist/hooks/index.js +13 -13
  68. package/dist/hooks/published.css +18 -29
  69. package/dist/hooks/published.d.ts +180 -377
  70. package/dist/hooks/published.js +13 -13
  71. package/dist/index.css +18 -29
  72. package/dist/index.d.ts +1549 -946
  73. package/dist/index.js +15 -14
  74. package/dist/initialization/index.d.ts +1 -0
  75. package/dist/knowledge/index.d.ts +991 -41
  76. package/dist/knowledge/index.js +5469 -413
  77. package/dist/layout/index.d.ts +2 -0
  78. package/dist/layout/index.js +3 -2
  79. package/dist/organization/index.css +28 -39
  80. package/dist/organization/index.d.ts +1 -0
  81. package/dist/provider/index.css +28 -39
  82. package/dist/provider/index.d.ts +1147 -348
  83. package/dist/provider/index.js +11 -10
  84. package/dist/provider/published.css +28 -39
  85. package/dist/provider/published.d.ts +1146 -347
  86. package/dist/provider/published.js +8 -8
  87. package/dist/test-utils/index.js +2 -2
  88. package/dist/test-utils/setup.js +1 -1
  89. package/dist/theme/index.js +3 -2
  90. package/dist/theme/presets/index.d.ts +97 -0
  91. package/dist/theme/presets/index.js +3 -0
  92. package/dist/types/index.d.ts +71 -126
  93. package/dist/utils/index.js +1 -1
  94. package/dist/vite/index.d.ts +7 -0
  95. package/dist/vite/index.js +10 -0
  96. package/dist/vite-plugin-knowledge/index.d.ts +1 -33
  97. package/dist/vite-plugin-knowledge/index.js +1 -66
  98. package/package.json +46 -33
  99. package/src/knowledge/README.md +8 -8
  100. package/src/theme/presets/README.md +19 -0
  101. /package/dist/{chunk-SGXXJE52.js → chunk-QD4X4H5A.js} +0 -0
@@ -1,26 +1,30 @@
1
- import '../chunk-Q5BEODAT.js';
2
1
  import { useBreadcrumbs } from '../chunk-S66IQSSR.js';
3
- export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../chunk-3KY2GNPE.js';
4
- export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-VMAWXEVG.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-N2AP4I5N.js';
6
- import '../chunk-N55DVMAG.js';
7
- import '../chunk-ZTWA5H77.js';
2
+ import '../chunk-X2SUMO3P.js';
3
+ export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../chunk-WUVR4QY6.js';
4
+ export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, StepConfigForm, TabSection, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-JKBGDFX2.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-UY5I2KOZ.js';
8
6
  import '../chunk-ROSMICXG.js';
9
- import { BaseNode, useGraphTheme, BaseEdge, GraphBackground, GraphLegend, GraphFitViewButton } from '../chunk-NHHCUECV.js';
10
- 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-NHHCUECV.js';
7
+ import '../chunk-OHXU5WWK.js';
8
+ import '../chunk-ZTWA5H77.js';
9
+ import '../chunk-JDNEWB5F.js';
10
+ import '../chunk-KEFWANZY.js';
11
+ import '../chunk-XQQEKWTL.js';
12
+ export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, RunResourceButton, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-G66QFZXD.js';
11
13
  import '../chunk-ECNNI3NT.js';
12
- import '../chunk-IS53MXE4.js';
13
- import { NotificationList } from '../chunk-QNCVK3ZF.js';
14
- export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-QNCVK3ZF.js';
15
- export { ResourceHealthPanel } from '../chunk-FVKLHLF4.js';
14
+ import '../chunk-4KTLOK7K.js';
15
+ export { ZodFormRenderer } from '../chunk-3MEXPLWT.js';
16
+ import { NotificationList } from '../chunk-LWKZ3BCC.js';
17
+ export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-LWKZ3BCC.js';
18
+ export { ResourceHealthPanel } from '../chunk-YO2YORW4.js';
16
19
  export { ResourceHealthChart, getHealthColor } from '../chunk-LGKLC5MG.js';
17
- import '../chunk-KMAXFJPH.js';
20
+ import '../chunk-OGXKOMUT.js';
21
+ import '../chunk-CW3UNAF2.js';
18
22
  export { SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, seoManifest } from '../chunk-DWK2QIAK.js';
19
- import { showAuthError } from '../chunk-KINQW4JT.js';
20
- export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest, showAuthError } from '../chunk-KINQW4JT.js';
23
+ import { showAuthError } from '../chunk-UPMX5GJI.js';
24
+ export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest, showAuthError } from '../chunk-UPMX5GJI.js';
21
25
  import { AppShellLoader } from '../chunk-RYTEQBAO.js';
22
- import { setDealReferrer, compareDealsByPriority } from '../chunk-F7JDHS2I.js';
23
- export { ActivityFeedWidget, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-F7JDHS2I.js';
26
+ import { setDealReferrer, compareDealsByPriority } from '../chunk-XZSEPJZQ.js';
27
+ export { ActivityFeedWidget, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-XZSEPJZQ.js';
24
28
  import '../chunk-BZZCNLT6.js';
25
29
  export { SortableHeader, TableSelectionToolbar } from '../chunk-TUMSNGTX.js';
26
30
  import '../chunk-X4WBGKJQ.js';
@@ -29,31 +33,31 @@ import { FilterBar } from '../chunk-PDHTXPSF.js';
29
33
  export { FilterBar } from '../chunk-PDHTXPSF.js';
30
34
  import { CustomModal } from '../chunk-KVJ3LFH2.js';
31
35
  export { ConfirmationInputModal, ConfirmationModal, CustomModal } from '../chunk-KVJ3LFH2.js';
32
- import '../chunk-SNHGSCKH.js';
36
+ import '../chunk-XBMCDGHA.js';
37
+ export { Graph_module_css_default as graphStyles } from '../chunk-22UVE3RA.js';
33
38
  export { CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS } from '../chunk-E4WQGJNS.js';
34
39
  import '../chunk-7M2VOCYN.js';
35
- import { useCommandViewLayout, useOrganizationPermissions, useCreateOrgRole, usePermissionCatalog, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, usePaginationState, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDeals, useTransitionItem, dealKeys, useMarkAllAsRead, useNotifications } from '../chunk-5BJXMZN4.js';
40
+ import { useOrganizationPermissions, useCreateOrgRole, usePermissionCatalog, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, usePaginationState, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDeals, useTransitionItem, dealKeys, useMarkAllAsRead, useNotifications } from '../chunk-YHBPR67D.js';
36
41
  import '../chunk-VKMNWHTL.js';
37
- import { showSuccessNotification, showErrorNotification, showApiErrorNotification } from '../chunk-HKBEURCV.js';
38
- export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-HKBEURCV.js';
42
+ import { showSuccessNotification, showErrorNotification, showApiErrorNotification } from '../chunk-G26INIF3.js';
43
+ export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-G26INIF3.js';
39
44
  import '../chunk-BRXELOHC.js';
40
- import { Graph_module_css_default, useDirectedChainHighlighting, useNodeSelection, GRAPH_CONSTANTS } from '../chunk-22UVE3RA.js';
41
- export { Graph_module_css_default as graphStyles } from '../chunk-22UVE3RA.js';
42
45
  import '../chunk-3ZMAGTWF.js';
43
46
  import '../chunk-VMJVQAFZ.js';
44
- import '../chunk-MU4VPAMR.js';
45
- import '../chunk-QIW6OCEI.js';
47
+ import '../chunk-JPGX3533.js';
48
+ import '../chunk-LH4GPYDX.js';
49
+ import '../chunk-HLFFKKT3.js';
46
50
  import '../chunk-WLOQ4IBG.js';
47
- import '../chunk-TAIX4NO3.js';
48
- import { SubshellContentContainer } from '../chunk-TKAYX2SP.js';
49
- import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, CenteredErrorState, CardHeader } from '../chunk-U36X6NZM.js';
50
- 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-U36X6NZM.js';
51
- export { NavigationButton } from '../chunk-NYBEU5TE.js';
52
- import '../chunk-JMI7L7Y7.js';
51
+ import '../chunk-ZFLM2YVW.js';
52
+ import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, CenteredErrorState, CardHeader } from '../chunk-RIFTUOPE.js';
53
+ export { APIErrorAlert, ActivityTimeline, CardHeader, CenteredErrorState, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, EmptyState, FeatureUnavailableState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, TabCountBadge, TimeRangeSelector, TrendIndicator } from '../chunk-RIFTUOPE.js';
54
+ export { StyledMarkdown } from '../chunk-3KMDHCAR.js';
55
+ import '../chunk-W2ZTLH7Y.js';
53
56
  export { ElevasisLoader } from '../chunk-SZHARWKU.js';
54
57
  import '../chunk-V3HUIZJX.js';
55
- export { StyledMarkdown } from '../chunk-3KMDHCAR.js';
56
- import '../chunk-T6INEVX6.js';
58
+ import { SubshellContentContainer } from '../chunk-TKAYX2SP.js';
59
+ export { NavigationButton } from '../chunk-NYBEU5TE.js';
60
+ import '../chunk-SGS4CQ2B.js';
57
61
  import '../chunk-2IFYDILW.js';
58
62
  import { useRouterContext } from '../chunk-Q7DJKLEN.js';
59
63
  export { RoleBadge } from '../chunk-GESXCQWY.js';
@@ -62,7 +66,7 @@ import { useAppearance } from '../chunk-E565XMTQ.js';
62
66
  import '../chunk-KU7ZDWQ7.js';
63
67
  import '../chunk-DT3QYZVU.js';
64
68
  import '../chunk-RNP5R5I3.js';
65
- import { getResourceIcon, getResourceColor, formatDateTime, PAGE_SIZE_DEFAULT, formatTimeAgo } from '../chunk-SGXXJE52.js';
69
+ import { formatDateTime, PAGE_SIZE_DEFAULT, formatTimeAgo } from '../chunk-QD4X4H5A.js';
66
70
  import '../chunk-KRWALB24.js';
67
71
  import '../chunk-WFTNY755.js';
68
72
  import { useInitialization } from '../chunk-WKJ47GIW.js';
@@ -72,16 +76,14 @@ import { useElevasisServices } from '../chunk-5WWZXCS5.js';
72
76
  import '../chunk-BRJ3QZ4E.js';
73
77
  import '../chunk-I2KLQ2HA.js';
74
78
  import * as runtime from 'react/jsx-runtime';
75
- import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
76
- import { Stack, Group, ThemeIcon, Text, Badge, Box, Card, Title, Checkbox, Tooltip, Center, TextInput, Textarea, Loader, Alert, Button, Table, ActionIcon, Paper, Code, CopyButton, SimpleGrid, Pagination, SegmentedControl, Switch, Select, Divider, Menu, Timeline, Tabs, ScrollArea, Breadcrumbs as Breadcrumbs$1, Popover, Indicator } from '@mantine/core';
77
- import { IconBrain, IconDatabase, IconMessage, IconAlertCircle, IconCircleX, IconCircleCheck, IconBolt, IconHandClick, IconClock, IconWebhook, IconExternalLink, IconLock, IconPencil, IconKey, IconCalendar, IconTrash, IconAlertTriangle, IconExclamationMark, IconShieldLock, IconCheck, IconCopy, IconPlus, IconRocket, IconRefresh, IconPower, IconPlayerPlay, IconTag, IconCalendarRepeat, IconCalendarEvent, IconCalendarTime, IconRobot, IconGitBranch, IconSettings, IconDotsVertical, IconPlayerPause, IconPlayerStop, IconCalendarDue, IconCalendarStats, IconCalendarOff, IconListCheck, IconBell } from '@tabler/icons-react';
79
+ import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
80
+ import { Stack, Card, Title, Checkbox, Group, Text, Tooltip, Center, TextInput, Textarea, Loader, Alert, Button, Table, ActionIcon, Paper, Code, CopyButton, SimpleGrid, Badge, Pagination, SegmentedControl, Switch, Select, Divider, Menu, Timeline, ThemeIcon, Tabs, ScrollArea, Breadcrumbs as Breadcrumbs$1, Box, Popover, Indicator } from '@mantine/core';
81
+ import { IconLock, IconPencil, IconAlertCircle, IconKey, IconCalendar, IconClock, IconTrash, IconAlertTriangle, IconExclamationMark, IconShieldLock, IconCheck, IconCopy, IconPlus, IconRocket, IconRefresh, IconPower, IconPlayerPlay, IconCircleCheck, IconTag, IconCalendarRepeat, IconCalendarEvent, IconCalendarTime, IconRobot, IconGitBranch, IconSettings, IconExternalLink, IconDotsVertical, IconPlayerPause, IconPlayerStop, IconCalendarDue, IconCalendarStats, IconCalendarOff, IconListCheck, IconBell } from '@tabler/icons-react';
78
82
  import { useForm } from '@mantine/form';
79
- import { memo, forwardRef, useMemo, useImperativeHandle, useRef, useEffect, useState, useCallback, Component } from 'react';
83
+ import { useRef, useEffect, useState, useMemo, useCallback, Component } from 'react';
80
84
  import { z } from 'zod';
81
85
  import { useDisclosure } from '@mantine/hooks';
82
86
  import { useQueryClient, useQuery } from '@tanstack/react-query';
83
- import { useReactFlow, ReactFlow, ReactFlowProvider } from '@xyflow/react';
84
- import '@xyflow/react/dist/style.css';
85
87
  import { Link, RichTextEditor as RichTextEditor$1 } from '@mantine/tiptap';
86
88
  import { useEditor } from '@tiptap/react';
87
89
  import Placeholder from '@tiptap/extension-placeholder';
@@ -2261,392 +2263,6 @@ var TaskScheduler = () => {
2261
2263
  )
2262
2264
  ] });
2263
2265
  };
2264
- var triggerTypeIcons = {
2265
- webhook: IconWebhook,
2266
- schedule: IconClock,
2267
- manual: IconHandClick,
2268
- event: IconBolt
2269
- };
2270
- var connectionStatusIcons = {
2271
- connected: IconCircleCheck,
2272
- disconnected: IconCircleX,
2273
- error: IconAlertCircle
2274
- };
2275
- var statBubbleBase = {
2276
- minWidth: 20,
2277
- height: 20,
2278
- borderRadius: 10,
2279
- display: "flex",
2280
- alignItems: "center",
2281
- justifyContent: "center",
2282
- fontSize: 11,
2283
- fontWeight: 600,
2284
- padding: "0 6px",
2285
- color: "white",
2286
- boxShadow: "0 2px 4px rgba(0,0,0,0.2)"
2287
- };
2288
- var CommandViewNode = memo(function CommandViewNode2({ data, selected }) {
2289
- const Icon = getResourceIcon(data.type);
2290
- const color = getResourceColor(data.type);
2291
- const successCount = (data.type === "agent" || data.type === "workflow") && data.stats ? data.stats.successCount : 0;
2292
- const failureCount = (data.type === "agent" || data.type === "workflow") && data.stats ? data.stats.failureCount : 0;
2293
- const warningCount = (data.type === "agent" || data.type === "workflow") && data.stats ? data.stats.warningCount : 0;
2294
- const pendingCount = data.type === "human" && data.stats ? data.stats.pendingCount : 0;
2295
- const showBubbles = successCount > 0 || failureCount > 0 || warningCount > 0 || pendingCount > 0;
2296
- return /* @__PURE__ */ jsxs("div", { style: { position: "relative" }, children: [
2297
- showBubbles && /* @__PURE__ */ jsxs(
2298
- "div",
2299
- {
2300
- style: {
2301
- position: "absolute",
2302
- top: -8,
2303
- right: -8,
2304
- display: "flex",
2305
- gap: 4,
2306
- zIndex: 10
2307
- },
2308
- children: [
2309
- successCount > 0 && /* @__PURE__ */ jsx(
2310
- "div",
2311
- {
2312
- style: {
2313
- ...statBubbleBase,
2314
- background: "linear-gradient(135deg, var(--mantine-color-green-5), var(--mantine-color-green-7))"
2315
- },
2316
- children: successCount
2317
- }
2318
- ),
2319
- warningCount > 0 && /* @__PURE__ */ jsx(
2320
- "div",
2321
- {
2322
- style: {
2323
- ...statBubbleBase,
2324
- background: "linear-gradient(135deg, var(--mantine-color-yellow-5), var(--mantine-color-yellow-7))"
2325
- },
2326
- children: warningCount
2327
- }
2328
- ),
2329
- failureCount > 0 && /* @__PURE__ */ jsx(
2330
- "div",
2331
- {
2332
- style: {
2333
- ...statBubbleBase,
2334
- background: "linear-gradient(135deg, var(--mantine-color-red-5), var(--mantine-color-red-7))"
2335
- },
2336
- children: failureCount
2337
- }
2338
- ),
2339
- pendingCount > 0 && /* @__PURE__ */ jsx(
2340
- "div",
2341
- {
2342
- style: {
2343
- ...statBubbleBase,
2344
- background: "linear-gradient(135deg, var(--mantine-color-orange-5), var(--mantine-color-orange-7))"
2345
- },
2346
- children: pendingCount
2347
- }
2348
- )
2349
- ]
2350
- }
2351
- ),
2352
- /* @__PURE__ */ jsx(BaseNode, { color, selected, highlighted: Boolean(data.highlighted), children: /* @__PURE__ */ jsxs(Stack, { gap: 8, children: [
2353
- /* @__PURE__ */ jsxs(Group, { gap: "xs", wrap: "nowrap", children: [
2354
- /* @__PURE__ */ jsx(
2355
- ThemeIcon,
2356
- {
2357
- size: "md",
2358
- variant: "gradient",
2359
- gradient: { from: `${color}.4`, to: `${color}.6`, deg: 135 },
2360
- className: Graph_module_css_default.nodeIcon,
2361
- children: /* @__PURE__ */ jsx(Icon, { size: 16 })
2362
- }
2363
- ),
2364
- /* @__PURE__ */ jsx(Text, { size: "sm", fw: 600, truncate: true, style: { flex: 1, fontFamily: "var(--elevasis-font-family-subtitle)" }, children: data.name })
2365
- ] }),
2366
- /* @__PURE__ */ jsx(Text, { size: "xs", c: "dimmed", lineClamp: 2, children: data.description }),
2367
- /* @__PURE__ */ jsxs(Group, { gap: 4, wrap: "wrap", children: [
2368
- /* @__PURE__ */ jsx(
2369
- Badge,
2370
- {
2371
- size: "xs",
2372
- variant: "gradient",
2373
- gradient: data.status === "prod" ? { from: "green.5", to: "green.7", deg: 135 } : { from: "blue.5", to: "blue.7", deg: 135 },
2374
- className: data.status === "prod" ? Graph_module_css_default.badgeProd : "",
2375
- style: {
2376
- textTransform: "uppercase",
2377
- letterSpacing: "0.5px"
2378
- },
2379
- children: data.status
2380
- }
2381
- ),
2382
- data.type === "agent" && /* @__PURE__ */ jsxs(Fragment, { children: [
2383
- /* @__PURE__ */ jsxs(
2384
- Badge,
2385
- {
2386
- size: "xs",
2387
- variant: "outline",
2388
- color: "gray",
2389
- className: Graph_module_css_default.badge,
2390
- style: { backdropFilter: "blur(4px)" },
2391
- children: [
2392
- data.toolCount,
2393
- " tools"
2394
- ]
2395
- }
2396
- ),
2397
- data.hasKnowledgeMap && /* @__PURE__ */ jsx(
2398
- Badge,
2399
- {
2400
- size: "xs",
2401
- variant: "gradient",
2402
- gradient: { from: "grape.5", to: "grape.7", deg: 135 },
2403
- leftSection: /* @__PURE__ */ jsx(IconBrain, { size: 10 }),
2404
- className: Graph_module_css_default.badge,
2405
- children: "KM"
2406
- }
2407
- ),
2408
- data.hasMemory && /* @__PURE__ */ jsx(
2409
- Badge,
2410
- {
2411
- size: "xs",
2412
- variant: "gradient",
2413
- gradient: { from: "cyan.5", to: "cyan.7", deg: 135 },
2414
- leftSection: /* @__PURE__ */ jsx(IconDatabase, { size: 10 }),
2415
- className: Graph_module_css_default.badge,
2416
- children: "Mem"
2417
- }
2418
- ),
2419
- data.sessionCapable && /* @__PURE__ */ jsx(
2420
- Badge,
2421
- {
2422
- size: "xs",
2423
- variant: "gradient",
2424
- gradient: { from: "blue.5", to: "blue.7", deg: 135 },
2425
- leftSection: /* @__PURE__ */ jsx(IconMessage, { size: 10 }),
2426
- className: Graph_module_css_default.badge,
2427
- children: "Session"
2428
- }
2429
- )
2430
- ] }),
2431
- data.type === "workflow" && /* @__PURE__ */ jsxs(
2432
- Badge,
2433
- {
2434
- size: "xs",
2435
- variant: "outline",
2436
- color: "gray",
2437
- className: Graph_module_css_default.badge,
2438
- style: { backdropFilter: "blur(4px)" },
2439
- children: [
2440
- data.stepCount,
2441
- " steps"
2442
- ]
2443
- }
2444
- ),
2445
- data.type === "integration" && /* @__PURE__ */ jsx(
2446
- Badge,
2447
- {
2448
- size: "xs",
2449
- variant: "gradient",
2450
- gradient: data.connectionStatus === "connected" ? { from: "green.5", to: "green.7", deg: 135 } : data.connectionStatus === "error" ? { from: "red.5", to: "red.7", deg: 135 } : { from: "gray.5", to: "gray.7", deg: 135 },
2451
- leftSection: (() => {
2452
- const StatusIcon = connectionStatusIcons[data.connectionStatus];
2453
- return /* @__PURE__ */ jsx(StatusIcon, { size: 10 });
2454
- })(),
2455
- className: Graph_module_css_default.badge,
2456
- children: data.connectionStatus
2457
- }
2458
- ),
2459
- data.type === "trigger" && /* @__PURE__ */ jsx(
2460
- Badge,
2461
- {
2462
- size: "xs",
2463
- variant: "outline",
2464
- color: "gray",
2465
- leftSection: (() => {
2466
- const TriggerIcon = triggerTypeIcons[data.triggerType] || IconBolt;
2467
- return /* @__PURE__ */ jsx(TriggerIcon, { size: 10 });
2468
- })(),
2469
- className: Graph_module_css_default.badge,
2470
- style: { backdropFilter: "blur(4px)" },
2471
- children: data.triggerType
2472
- }
2473
- ),
2474
- data.type === "external" && /* @__PURE__ */ jsx(
2475
- Badge,
2476
- {
2477
- size: "xs",
2478
- variant: "outline",
2479
- color: "gray",
2480
- leftSection: /* @__PURE__ */ jsx(IconExternalLink, { size: 10 }),
2481
- className: Graph_module_css_default.badge,
2482
- style: { backdropFilter: "blur(4px)" },
2483
- children: data.platform
2484
- }
2485
- ),
2486
- data.type === "human" && /* @__PURE__ */ jsx(
2487
- Badge,
2488
- {
2489
- size: "xs",
2490
- variant: "gradient",
2491
- gradient: { from: "yellow.5", to: "orange.6", deg: 135 },
2492
- leftSection: /* @__PURE__ */ jsx(IconHandClick, { size: 10 }),
2493
- className: Graph_module_css_default.badge,
2494
- children: "Approval Required"
2495
- }
2496
- )
2497
- ] })
2498
- ] }) })
2499
- ] });
2500
- });
2501
- var relationshipColorMap = {
2502
- triggers: { color: "edgeTriggers", glow: "edgeTriggersGlow" },
2503
- uses: { color: "edgeUses", glow: "edgeUsesGlow" },
2504
- approval: { color: "edgeApproval", glow: "edgeApprovalGlow" }
2505
- };
2506
- function getEdgeColors(relationship, colors) {
2507
- const mapping = relationshipColorMap[relationship] ?? relationshipColorMap.approval;
2508
- return {
2509
- edgeColor: colors[mapping.color],
2510
- glowColor: colors[mapping.glow]
2511
- };
2512
- }
2513
- var CommandViewEdge = memo(function CommandViewEdge2({
2514
- id,
2515
- sourceX,
2516
- sourceY,
2517
- targetX,
2518
- targetY,
2519
- sourcePosition,
2520
- targetPosition,
2521
- data,
2522
- selected
2523
- }) {
2524
- const colors = useGraphTheme();
2525
- const relationship = data?.relationship || "uses";
2526
- const { edgeColor, glowColor } = getEdgeColors(relationship, colors);
2527
- return /* @__PURE__ */ jsx(
2528
- BaseEdge,
2529
- {
2530
- id,
2531
- sourceX,
2532
- sourceY,
2533
- targetX,
2534
- targetY,
2535
- sourcePosition,
2536
- targetPosition,
2537
- color: edgeColor,
2538
- glowColor,
2539
- label: data?.label || relationship,
2540
- animated: data?.animated ?? false,
2541
- selected,
2542
- dimmed: data?.dimmed,
2543
- edgeIndex: data?.edgeIndex,
2544
- totalEdges: data?.totalEdges
2545
- }
2546
- );
2547
- });
2548
- var nodeTypes = {
2549
- commandView: CommandViewNode
2550
- };
2551
- var edgeTypes = {
2552
- commandView: CommandViewEdge
2553
- };
2554
- var CommandViewGraphInner = forwardRef(function CommandViewGraphInner2({ graph, height, selectedNodeId, onNodeSelect }, ref) {
2555
- const { fitView } = useReactFlow();
2556
- const { nodes: layoutNodes, edges: layoutEdges } = useCommandViewLayout(graph);
2557
- const { nodes, edges, handleNodeMouseEnter, handleNodeMouseLeave } = useDirectedChainHighlighting(
2558
- layoutNodes,
2559
- layoutEdges,
2560
- { selectedNodeId }
2561
- );
2562
- const { handleNodeClick, handlePaneClick } = useNodeSelection(selectedNodeId ?? null, onNodeSelect ?? (() => {
2563
- }));
2564
- const nodesWithSelection = useMemo(
2565
- () => nodes.map((node) => ({
2566
- ...node,
2567
- selected: node.id === selectedNodeId
2568
- })),
2569
- [nodes, selectedNodeId]
2570
- );
2571
- useImperativeHandle(ref, () => ({
2572
- fitView: () => fitView({ padding: 0.15, duration: 300 })
2573
- }));
2574
- return /* @__PURE__ */ jsx(
2575
- Box,
2576
- {
2577
- className: `elevasis-graph-root ${Graph_module_css_default.graphContainer}`,
2578
- style: {
2579
- width: "100%",
2580
- height,
2581
- border: "1px solid var(--color-border)",
2582
- borderRadius: "var(--mantine-radius-default)",
2583
- overflow: "hidden"
2584
- },
2585
- children: /* @__PURE__ */ jsxs(
2586
- ReactFlow,
2587
- {
2588
- nodes: nodesWithSelection,
2589
- edges,
2590
- nodeTypes,
2591
- edgeTypes,
2592
- onNodeMouseEnter: handleNodeMouseEnter,
2593
- onNodeMouseLeave: handleNodeMouseLeave,
2594
- onNodeClick: onNodeSelect ? handleNodeClick : void 0,
2595
- onPaneClick: onNodeSelect ? handlePaneClick : void 0,
2596
- fitView: true,
2597
- fitViewOptions: { padding: 0.15 },
2598
- proOptions: { hideAttribution: true },
2599
- minZoom: GRAPH_CONSTANTS.MIN_ZOOM,
2600
- maxZoom: GRAPH_CONSTANTS.MAX_ZOOM,
2601
- nodesDraggable: false,
2602
- nodesConnectable: false,
2603
- elementsSelectable: !!onNodeSelect,
2604
- selectNodesOnDrag: false,
2605
- panOnDrag: true,
2606
- zoomOnScroll: true,
2607
- zoomOnPinch: true,
2608
- panOnScroll: false,
2609
- children: [
2610
- /* @__PURE__ */ jsx(GraphBackground, {}),
2611
- /* @__PURE__ */ jsx(
2612
- GraphLegend,
2613
- {
2614
- title: "",
2615
- position: "bottom-right",
2616
- items: [
2617
- { color: "orange", label: "Triggers" },
2618
- { color: "violet", label: "Agents" },
2619
- { color: "blue", label: "Workflows" },
2620
- { color: "teal", label: "Integrations" },
2621
- { color: "yellow", label: "Human" },
2622
- { color: "gray", label: "External" }
2623
- ]
2624
- }
2625
- ),
2626
- /* @__PURE__ */ jsx(
2627
- GraphLegend,
2628
- {
2629
- title: "",
2630
- position: "bottom-left",
2631
- items: [
2632
- { color: "blue", label: "Triggers", type: "line" },
2633
- { color: "teal", label: "Uses", type: "line" },
2634
- { color: "yellow", label: "Requires Approval", type: "line" }
2635
- ]
2636
- }
2637
- ),
2638
- /* @__PURE__ */ jsx(GraphFitViewButton, { padding: 0.15, variant: "mantine", duration: 300 })
2639
- ]
2640
- }
2641
- )
2642
- }
2643
- );
2644
- });
2645
- var CommandViewGraph = forwardRef(
2646
- function CommandViewGraph2(props, ref) {
2647
- return /* @__PURE__ */ jsx(ReactFlowProvider, { children: /* @__PURE__ */ jsx(CommandViewGraphInner, { ref, ...props }) });
2648
- }
2649
- );
2650
2266
  var tokens = {
2651
2267
  cardBg: "rgba(16, 16, 20, 0.92)",
2652
2268
  cardBorder: "rgba(255, 255, 255, 0.06)",
@@ -3609,4 +3225,4 @@ function NotificationBell({ unreadCount, onNavigate }) {
3609
3225
  ] });
3610
3226
  }
3611
3227
 
3612
- export { AbsoluteScheduleForm, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, AppErrorBoundary, Breadcrumbs, Can, CommandViewEdge, CommandViewGraph, CommandViewNode, CrashErrorFallback, CreateApiKeyModal, CreateRoleModal, CreateScheduleModal, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealKanbanCard, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, EditApiKeyModal, ErrorReportCard, KanbanBoard, MdxRenderer, NoAccessState, NotificationBell, NotificationPanel, PermissionMatrix, RecurringScheduleForm, RelativeScheduleForm, RichTextEditor, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, TaskScheduler, buildErrorReport, mdxComponents };
3228
+ export { AbsoluteScheduleForm, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, AppErrorBoundary, Breadcrumbs, Can, CrashErrorFallback, CreateApiKeyModal, CreateRoleModal, CreateScheduleModal, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealKanbanCard, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, EditApiKeyModal, ErrorReportCard, KanbanBoard, MdxRenderer, NoAccessState, NotificationBell, NotificationPanel, PermissionMatrix, RecurringScheduleForm, RelativeScheduleForm, RichTextEditor, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, TaskScheduler, buildErrorReport, mdxComponents };
@@ -138,14 +138,14 @@
138
138
  }
139
139
  .lead-gen-build-action-button:disabled,
140
140
  .lead-gen-build-action-button[data-disabled] {
141
- background-color: color-mix(in srgb, var(--mantine-color-gray-8) 48%, var(--color-surface) 52%) !important;
142
- border-color: color-mix(in srgb, var(--mantine-color-gray-8) 58%, var(--color-surface) 42%) !important;
141
+ background-color: var(--surface-primary-muted) !important;
142
+ border-color: var(--border-primary-subtle) !important;
143
143
  color: color-mix(in srgb, var(--color-text-subtle) 88%, var(--color-text-dimmed) 12%) !important;
144
144
  opacity: 0.78;
145
145
  }
146
146
  .lead-gen-build-action-button:disabled:hover,
147
147
  .lead-gen-build-action-button[data-disabled]:hover {
148
- background-color: color-mix(in srgb, var(--mantine-color-gray-8) 48%, var(--color-surface) 52%) !important;
148
+ background-color: var(--surface-primary-muted) !important;
149
149
  }
150
150
  .mantine-Accordion-control:hover {
151
151
  background-color: var(--color-surface-hover);
@@ -153,35 +153,24 @@
153
153
  .mantine-Menu-item:hover:not([data-disabled]) {
154
154
  background-color: var(--color-surface-hover);
155
155
  }
156
- .mantine-Select-option:hover {
157
- background-color: var(--color-surface-hover) !important;
156
+ .mantine-Select-option:hover,
157
+ .mantine-MultiSelect-option:hover,
158
+ .mantine-TagsInput-option:hover,
159
+ .mantine-Combobox-option:hover {
160
+ background-color: var(--surface-primary-muted) !important;
161
+ }
162
+ .mantine-Select-option[data-combobox-selected],
163
+ .mantine-MultiSelect-option[data-combobox-selected],
164
+ .mantine-TagsInput-option[data-combobox-selected],
165
+ .mantine-Combobox-option[data-combobox-selected] {
166
+ background-color: var(--surface-primary-subtle) !important;
167
+ color: var(--color-text);
158
168
  }
159
- [data-mantine-color-scheme] .mantine-Tabs-root {
160
- --tabs-color: var(--color-primary);
169
+ [data-mantine-color-scheme=dark] .mantine-Tabs-root {
161
170
  --tab-border-color: var(--color-border);
162
- --tab-hover-color: color-mix(in srgb, var(--color-surface-hover) 70%, transparent);
163
- }
164
- [data-mantine-color-scheme] .mantine-Tabs-list::before {
165
- border-color: var(--color-border);
166
- }
167
- [data-mantine-color-scheme] .mantine-Tabs-tab {
168
- color: var(--color-text);
169
- border-color: transparent;
170
- background-color: transparent;
171
- transition:
172
- background-color var(--duration-fast) var(--easing),
173
- border-color var(--duration-fast) var(--easing),
174
- color var(--duration-fast) var(--easing);
175
- }
176
- [data-mantine-color-scheme] .mantine-Tabs-tab:not([data-active]):hover {
177
- background-color: var(--tab-hover-color);
178
- border-color: var(--color-border);
179
171
  }
180
- [data-mantine-color-scheme] .mantine-Tabs-tab[data-active],
181
- [data-mantine-color-scheme] .mantine-Tabs-tab[data-active]:hover {
182
- color: var(--color-text);
183
- background-color: transparent;
184
- border-color: var(--color-primary);
172
+ .mantine-Tabs-tab:hover {
173
+ background-color: var(--color-surface-hover);
185
174
  }
186
175
  .mantine-Pagination-control:not([data-active]) {
187
176
  background: var(--color-surface);
@@ -237,6 +226,16 @@
237
226
  display: none;
238
227
  }
239
228
 
229
+ /* src/graph/Graph.globals.css */
230
+ .elevasis-graph-root .react-flow__node.selected,
231
+ .elevasis-graph-root .react-flow__node:focus,
232
+ .elevasis-graph-root .react-flow__node:focus-visible {
233
+ outline: none !important;
234
+ }
235
+ .elevasis-graph-root .react-flow__node.selected > * {
236
+ box-shadow: none;
237
+ }
238
+
240
239
  /* src/graph/Graph.module.css */
241
240
  @keyframes edgeFlow {
242
241
  0% {
@@ -610,13 +609,3 @@
610
609
  transform: none;
611
610
  }
612
611
  }
613
-
614
- /* src/graph/Graph.globals.css */
615
- .elevasis-graph-root .react-flow__node.selected,
616
- .elevasis-graph-root .react-flow__node:focus,
617
- .elevasis-graph-root .react-flow__node:focus-visible {
618
- outline: none !important;
619
- }
620
- .elevasis-graph-root .react-flow__node.selected > * {
621
- box-shadow: none;
622
- }