@elevasis/ui 1.3.1 → 1.3.3

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 (272) hide show
  1. package/dist/api/index.js +1 -1
  2. package/dist/auth/guards/AdminGuard.d.ts +32 -0
  3. package/dist/auth/guards/AdminGuard.d.ts.map +1 -0
  4. package/dist/auth/guards/ProtectedRoute.d.ts +60 -0
  5. package/dist/auth/guards/ProtectedRoute.d.ts.map +1 -0
  6. package/dist/auth/guards/__tests__/AdminGuard.test.d.ts +12 -0
  7. package/dist/auth/guards/__tests__/AdminGuard.test.d.ts.map +1 -0
  8. package/dist/auth/guards/__tests__/ProtectedRoute.test.d.ts +14 -0
  9. package/dist/auth/guards/__tests__/ProtectedRoute.test.d.ts.map +1 -0
  10. package/dist/auth/index.d.ts +14 -174
  11. package/dist/auth/index.d.ts.map +1 -0
  12. package/dist/auth/index.js +1 -1
  13. package/dist/{chunk-A3MCANC6.js → chunk-6IX5JZEH.js} +110 -50
  14. package/dist/chunk-GIFAF5ZS.js +313 -0
  15. package/dist/chunk-JQLT6HBI.js +850 -0
  16. package/dist/chunk-LFYO3MDC.js +58 -0
  17. package/dist/{chunk-72HOBFMP.js → chunk-LTQAAIGE.js} +3 -3
  18. package/dist/{chunk-JBFFCZI4.js → chunk-U34YGJQB.js} +1 -93
  19. package/dist/components/index.d.ts +1 -1353
  20. package/dist/components/index.js +1 -20
  21. package/dist/components/navigation/index.d.ts +2 -32
  22. package/dist/components/navigation/index.js +1 -29
  23. package/dist/execution/index.d.ts +63 -231
  24. package/dist/execution/index.js +1 -4
  25. package/dist/graph/index.css +0 -1
  26. package/dist/graph/index.d.ts +4 -203
  27. package/dist/graph/index.js +1 -1
  28. package/dist/hooks/command-queue/index.d.ts +7 -0
  29. package/dist/hooks/command-queue/index.d.ts.map +1 -0
  30. package/dist/hooks/command-queue/useCommandQueue.d.ts +33 -0
  31. package/dist/hooks/command-queue/useCommandQueue.d.ts.map +1 -0
  32. package/dist/hooks/command-queue/useCommandQueueTotals.d.ts +17 -0
  33. package/dist/hooks/command-queue/useCommandQueueTotals.d.ts.map +1 -0
  34. package/dist/hooks/command-queue/useDeleteTask.d.ts +5 -0
  35. package/dist/hooks/command-queue/useDeleteTask.d.ts.map +1 -0
  36. package/dist/hooks/command-queue/usePatchTask.d.ts +6 -0
  37. package/dist/hooks/command-queue/usePatchTask.d.ts.map +1 -0
  38. package/dist/hooks/command-queue/useSubmitAction.d.ts +29 -0
  39. package/dist/hooks/command-queue/useSubmitAction.d.ts.map +1 -0
  40. package/dist/hooks/executions/index.d.ts +16 -0
  41. package/dist/hooks/executions/index.d.ts.map +1 -0
  42. package/dist/hooks/executions/useBulkDeleteExecutions.d.ts +15 -0
  43. package/dist/hooks/executions/useBulkDeleteExecutions.d.ts.map +1 -0
  44. package/dist/hooks/executions/useCancelExecution.d.ts +20 -0
  45. package/dist/hooks/executions/useCancelExecution.d.ts.map +1 -0
  46. package/dist/hooks/executions/useDeleteExecution.d.ts +13 -0
  47. package/dist/hooks/executions/useDeleteExecution.d.ts.map +1 -0
  48. package/dist/hooks/executions/useExecuteAsync.d.ts +21 -0
  49. package/dist/hooks/executions/useExecuteAsync.d.ts.map +1 -0
  50. package/dist/hooks/executions/useExecution.d.ts +10 -0
  51. package/dist/hooks/executions/useExecution.d.ts.map +1 -0
  52. package/dist/hooks/executions/useExecutions.d.ts +16 -0
  53. package/dist/hooks/executions/useExecutions.d.ts.map +1 -0
  54. package/dist/hooks/executions/useResourceDefinition.d.ts +9 -0
  55. package/dist/hooks/executions/useResourceDefinition.d.ts.map +1 -0
  56. package/dist/hooks/executions/useResources.d.ts +15 -0
  57. package/dist/hooks/executions/useResources.d.ts.map +1 -0
  58. package/dist/hooks/executions/useRetryExecution.d.ts +16 -0
  59. package/dist/hooks/executions/useRetryExecution.d.ts.map +1 -0
  60. package/dist/hooks/feature-access/createUseFeatureAccess.d.ts +44 -0
  61. package/dist/hooks/feature-access/createUseFeatureAccess.d.ts.map +1 -0
  62. package/dist/hooks/feature-access/index.d.ts +2 -0
  63. package/dist/hooks/feature-access/index.d.ts.map +1 -0
  64. package/dist/hooks/index.d.ts +11 -4554
  65. package/dist/hooks/index.d.ts.map +1 -0
  66. package/dist/hooks/index.js +2 -4
  67. package/dist/hooks/monitoring/index.d.ts +9 -0
  68. package/dist/hooks/monitoring/index.d.ts.map +1 -0
  69. package/dist/hooks/monitoring/useActivities.d.ts +52 -0
  70. package/dist/hooks/monitoring/useActivities.d.ts.map +1 -0
  71. package/dist/hooks/monitoring/useCostSummary.d.ts +7 -0
  72. package/dist/hooks/monitoring/useCostSummary.d.ts.map +1 -0
  73. package/dist/hooks/monitoring/useExecutionHealth.d.ts +10 -0
  74. package/dist/hooks/monitoring/useExecutionHealth.d.ts.map +1 -0
  75. package/dist/hooks/monitoring/useExecutionLogs.d.ts +56 -0
  76. package/dist/hooks/monitoring/useExecutionLogs.d.ts.map +1 -0
  77. package/dist/hooks/monitoring/useNotifications.d.ts +11 -0
  78. package/dist/hooks/monitoring/useNotifications.d.ts.map +1 -0
  79. package/dist/hooks/notifications/index.d.ts +8 -0
  80. package/dist/hooks/notifications/index.d.ts.map +1 -0
  81. package/dist/hooks/notifications/useMarkAllAsRead.d.ts +2 -0
  82. package/dist/hooks/notifications/useMarkAllAsRead.d.ts.map +1 -0
  83. package/dist/hooks/notifications/useMarkAsRead.d.ts +2 -0
  84. package/dist/hooks/notifications/useMarkAsRead.d.ts.map +1 -0
  85. package/dist/hooks/notifications/useNotificationCount.d.ts +8 -0
  86. package/dist/hooks/notifications/useNotificationCount.d.ts.map +1 -0
  87. package/dist/hooks/observability/index.d.ts +19 -0
  88. package/dist/hooks/observability/index.d.ts.map +1 -0
  89. package/dist/hooks/observability/useBusinessImpact.d.ts +9 -0
  90. package/dist/hooks/observability/useBusinessImpact.d.ts.map +1 -0
  91. package/dist/hooks/observability/useCostBreakdown.d.ts +10 -0
  92. package/dist/hooks/observability/useCostBreakdown.d.ts.map +1 -0
  93. package/dist/hooks/observability/useCostByModel.d.ts +3 -0
  94. package/dist/hooks/observability/useCostByModel.d.ts.map +1 -0
  95. package/dist/hooks/observability/useCostTrends.d.ts +3 -0
  96. package/dist/hooks/observability/useCostTrends.d.ts.map +1 -0
  97. package/dist/hooks/observability/useDashboardMetrics.d.ts +3 -0
  98. package/dist/hooks/observability/useDashboardMetrics.d.ts.map +1 -0
  99. package/dist/hooks/observability/useErrorAnalysis.d.ts +7 -0
  100. package/dist/hooks/observability/useErrorAnalysis.d.ts.map +1 -0
  101. package/dist/hooks/observability/useErrorDetails.d.ts +20 -0
  102. package/dist/hooks/observability/useErrorDetails.d.ts.map +1 -0
  103. package/dist/hooks/observability/useErrorDistribution.d.ts +12 -0
  104. package/dist/hooks/observability/useErrorDistribution.d.ts.map +1 -0
  105. package/dist/hooks/observability/useErrorTrends.d.ts +12 -0
  106. package/dist/hooks/observability/useErrorTrends.d.ts.map +1 -0
  107. package/dist/hooks/observability/useResolveError.d.ts +17 -0
  108. package/dist/hooks/observability/useResolveError.d.ts.map +1 -0
  109. package/dist/hooks/observability/useTopFailingResources.d.ts +13 -0
  110. package/dist/hooks/observability/useTopFailingResources.d.ts.map +1 -0
  111. package/dist/hooks/published.d.ts +19 -4279
  112. package/dist/hooks/published.d.ts.map +1 -0
  113. package/dist/hooks/published.js +367 -4
  114. package/dist/hooks/scheduling/index.d.ts +5 -0
  115. package/dist/hooks/scheduling/index.d.ts.map +1 -0
  116. package/dist/hooks/scheduling/useSchedules.d.ts +185 -0
  117. package/dist/hooks/scheduling/useSchedules.d.ts.map +1 -0
  118. package/dist/hooks/sessions/index.d.ts +8 -0
  119. package/dist/hooks/sessions/index.d.ts.map +1 -0
  120. package/dist/hooks/sessions/useSessionExecutions.d.ts +13 -0
  121. package/dist/hooks/sessions/useSessionExecutions.d.ts.map +1 -0
  122. package/dist/hooks/sessions/useSessionMessages.d.ts +7 -0
  123. package/dist/hooks/sessions/useSessionMessages.d.ts.map +1 -0
  124. package/dist/hooks/sessions/useSessions.d.ts +26 -0
  125. package/dist/hooks/sessions/useSessions.d.ts.map +1 -0
  126. package/dist/index.css +0 -118
  127. package/dist/index.d.ts +15 -7889
  128. package/dist/index.d.ts.map +1 -0
  129. package/dist/index.js +1119 -24
  130. package/dist/initialization/InitializationProvider.d.ts +48 -0
  131. package/dist/initialization/InitializationProvider.d.ts.map +1 -0
  132. package/dist/initialization/hooks/useAppInitialization.d.ts +32 -0
  133. package/dist/initialization/hooks/useAppInitialization.d.ts.map +1 -0
  134. package/dist/initialization/index.d.ts +22 -2361
  135. package/dist/initialization/index.d.ts.map +1 -0
  136. package/dist/initialization/index.js +1 -1
  137. package/dist/organization/context/OrganizationProvider.d.ts +20 -0
  138. package/dist/organization/context/OrganizationProvider.d.ts.map +1 -0
  139. package/dist/organization/hooks/useOrgInitialization.d.ts +56 -0
  140. package/dist/organization/hooks/useOrgInitialization.d.ts.map +1 -0
  141. package/dist/organization/index.d.ts +21 -283
  142. package/dist/organization/index.d.ts.map +1 -0
  143. package/dist/organization/index.js +3 -3
  144. package/dist/profile/context/ProfileProvider.d.ts +27 -0
  145. package/dist/profile/context/ProfileProvider.d.ts.map +1 -0
  146. package/dist/profile/hooks/useUserProfile.d.ts +31 -0
  147. package/dist/profile/hooks/useUserProfile.d.ts.map +1 -0
  148. package/dist/profile/index.d.ts +14 -2290
  149. package/dist/profile/index.d.ts.map +1 -0
  150. package/dist/provider/CoreAuthKitInner.d.ts +12 -0
  151. package/dist/provider/CoreAuthKitInner.d.ts.map +1 -0
  152. package/dist/provider/ElevasisCoreProvider.d.ts +39 -0
  153. package/dist/provider/ElevasisCoreProvider.d.ts.map +1 -0
  154. package/dist/provider/ElevasisServiceContext.d.ts +31 -0
  155. package/dist/provider/ElevasisServiceContext.d.ts.map +1 -0
  156. package/dist/provider/__tests__/CoreAuthKitInner.test.d.ts +2 -0
  157. package/dist/provider/__tests__/CoreAuthKitInner.test.d.ts.map +1 -0
  158. package/dist/provider/__tests__/ElevasisCoreProvider.test.d.ts +2 -0
  159. package/dist/provider/__tests__/ElevasisCoreProvider.test.d.ts.map +1 -0
  160. package/dist/provider/index.d.ts +7 -372
  161. package/dist/provider/index.d.ts.map +1 -0
  162. package/dist/provider/index.js +3 -12
  163. package/dist/provider/published.d.ts +9 -263
  164. package/dist/provider/published.d.ts.map +1 -0
  165. package/dist/provider/published.js +5 -5
  166. package/dist/provider/types.d.ts +143 -0
  167. package/dist/provider/types.d.ts.map +1 -0
  168. package/dist/provider/types.js +1 -0
  169. package/dist/sdk-barrel.d.ts +20 -0
  170. package/dist/sdk-barrel.d.ts.map +1 -0
  171. package/dist/supabase/index.d.ts +0 -255
  172. package/dist/theme/cssVariables.d.ts +12 -0
  173. package/dist/theme/cssVariables.d.ts.map +1 -0
  174. package/dist/theme/cssVariables.js +93 -0
  175. package/dist/theme/index.d.ts +4 -0
  176. package/dist/theme/index.d.ts.map +1 -0
  177. package/dist/theme/index.js +1 -0
  178. package/dist/theme/presets/__tests__/getPreset.test.d.ts +2 -0
  179. package/dist/theme/presets/__tests__/getPreset.test.d.ts.map +1 -0
  180. package/dist/theme/presets/abyss.d.ts +3 -0
  181. package/dist/theme/presets/abyss.d.ts.map +1 -0
  182. package/dist/theme/presets/abyss.js +54 -0
  183. package/dist/theme/presets/aurora.d.ts +8 -0
  184. package/dist/theme/presets/aurora.d.ts.map +1 -0
  185. package/dist/theme/presets/aurora.js +59 -0
  186. package/dist/theme/presets/canopy.d.ts +3 -0
  187. package/dist/theme/presets/canopy.d.ts.map +1 -0
  188. package/dist/theme/presets/canopy.js +58 -0
  189. package/dist/theme/presets/cyber-flux.d.ts +8 -0
  190. package/dist/theme/presets/cyber-flux.d.ts.map +1 -0
  191. package/dist/theme/presets/cyber-flux.js +66 -0
  192. package/dist/theme/presets/cyber-strike.d.ts +9 -0
  193. package/dist/theme/presets/cyber-strike.d.ts.map +1 -0
  194. package/dist/theme/presets/cyber-strike.js +62 -0
  195. package/dist/theme/presets/cyber-void.d.ts +8 -0
  196. package/dist/theme/presets/cyber-void.d.ts.map +1 -0
  197. package/dist/theme/presets/cyber-void.js +62 -0
  198. package/dist/theme/presets/cyber-volt.d.ts +8 -0
  199. package/dist/theme/presets/cyber-volt.d.ts.map +1 -0
  200. package/dist/theme/presets/cyber-volt.js +66 -0
  201. package/dist/theme/presets/default.d.ts +4 -0
  202. package/dist/theme/presets/default.d.ts.map +1 -0
  203. package/dist/theme/presets/ember.d.ts +8 -0
  204. package/dist/theme/presets/ember.d.ts.map +1 -0
  205. package/dist/theme/presets/ember.js +63 -0
  206. package/dist/theme/presets/honey.d.ts +3 -0
  207. package/dist/theme/presets/honey.d.ts.map +1 -0
  208. package/dist/theme/presets/honey.js +62 -0
  209. package/dist/theme/presets/index.d.ts +6 -0
  210. package/dist/theme/presets/index.d.ts.map +1 -0
  211. package/dist/theme/presets/index.js +39 -0
  212. package/dist/theme/presets/midnight.d.ts +8 -0
  213. package/dist/theme/presets/midnight.d.ts.map +1 -0
  214. package/dist/theme/presets/midnight.js +68 -0
  215. package/dist/theme/presets/obsidian.d.ts +3 -0
  216. package/dist/theme/presets/obsidian.d.ts.map +1 -0
  217. package/dist/theme/presets/obsidian.js +56 -0
  218. package/dist/theme/presets/regal.d.ts +8 -0
  219. package/dist/theme/presets/regal.d.ts.map +1 -0
  220. package/dist/theme/presets/regal.js +63 -0
  221. package/dist/theme/presets/rose-gold.d.ts +8 -0
  222. package/dist/theme/presets/rose-gold.d.ts.map +1 -0
  223. package/dist/theme/presets/rose-gold.js +63 -0
  224. package/dist/theme/presets/slate.d.ts +3 -0
  225. package/dist/theme/presets/slate.d.ts.map +1 -0
  226. package/dist/theme/presets/slate.js +56 -0
  227. package/dist/theme/presets/tactical.d.ts +8 -0
  228. package/dist/theme/presets/tactical.d.ts.map +1 -0
  229. package/dist/theme/presets/tactical.js +57 -0
  230. package/dist/theme/presets/types.d.ts +26 -0
  231. package/dist/theme/presets/types.d.ts.map +1 -0
  232. package/dist/theme/presets/types.js +1 -0
  233. package/dist/utils/index.d.ts +1 -22
  234. package/dist/utils/index.js +1 -1
  235. package/package.json +4 -52
  236. package/dist/chunk-3KMDHCAR.js +0 -52
  237. package/dist/chunk-6BJOYF6E.js +0 -8
  238. package/dist/chunk-BLO4SISK.js +0 -113
  239. package/dist/chunk-HUWJXLLF.js +0 -681
  240. package/dist/chunk-JVAZHVNV.js +0 -110
  241. package/dist/chunk-JYSYHVLU.js +0 -379
  242. package/dist/chunk-NE36BUGQ.js +0 -146
  243. package/dist/chunk-O3PY6B6E.js +0 -749
  244. package/dist/chunk-OXVOHOP3.js +0 -661
  245. package/dist/chunk-PSLKGOBZ.js +0 -58
  246. package/dist/chunk-RJCA5672.js +0 -1664
  247. package/dist/chunk-TMFCNFLW.js +0 -107
  248. package/dist/chunk-TN3PU2WK.js +0 -748
  249. package/dist/chunk-TZPAA4RC.js +0 -1461
  250. package/dist/chunk-W7ZBF5AA.js +0 -1
  251. package/dist/chunk-YZ6GTZXL.js +0 -48
  252. package/dist/components/command-queue/index.css +0 -53
  253. package/dist/components/command-queue/index.d.ts +0 -204
  254. package/dist/components/command-queue/index.js +0 -12
  255. package/dist/components/forms/index.d.ts +0 -56
  256. package/dist/components/forms/index.js +0 -2
  257. package/dist/components/index.css +0 -443
  258. package/dist/components/monitoring/index.d.ts +0 -66
  259. package/dist/components/monitoring/index.js +0 -2
  260. package/dist/components/notifications/index.d.ts +0 -52
  261. package/dist/components/notifications/index.js +0 -5
  262. package/dist/components/resource-definition/index.css +0 -388
  263. package/dist/components/resource-definition/index.d.ts +0 -301
  264. package/dist/components/resource-definition/index.js +0 -3
  265. package/dist/display/index.css +0 -53
  266. package/dist/display/index.d.ts +0 -606
  267. package/dist/display/index.js +0 -7
  268. package/dist/execution/index.css +0 -388
  269. package/dist/provider/index.css +0 -61
  270. package/dist/{chunk-TYV5NJV2.js → chunk-BUZONXAW.js} +0 -0
  271. package/dist/{chunk-UMXDDEAG.js → chunk-SFF5MJEI.js} +1 -1
  272. /package/dist/{chunk-NXHL23JW.js → chunk-XXDDMASA.js} +0 -0
@@ -1,443 +0,0 @@
1
- /* src/components/display/StatCard.module.css */
2
- .heroCard {
3
- background: var(--glass-background);
4
- backdrop-filter: var(--glass-blur);
5
- border: 1px solid var(--color-border);
6
- }
7
- .iconRing {
8
- position: relative;
9
- display: flex;
10
- align-items: center;
11
- justify-content: center;
12
- width: 46px;
13
- height: 46px;
14
- border-radius: 50%;
15
- background: color-mix(in srgb, var(--color-primary) 12%, transparent);
16
- border: 1px solid color-mix(in srgb, var(--color-primary) 25%, transparent);
17
- color: var(--color-primary);
18
- flex-shrink: 0;
19
- box-shadow: 0 0 12px color-mix(in srgb, var(--color-primary) 15%, transparent);
20
- }
21
- .iconRingSm {
22
- composes: iconRing;
23
- width: 36px;
24
- height: 36px;
25
- box-shadow: 0 0 8px color-mix(in srgb, var(--color-primary) 12%, transparent);
26
- }
27
- .heroValue {
28
- font-family: var(--elevasis-font-family-subtitle);
29
- font-size: 1.85rem;
30
- font-weight: 800;
31
- line-height: 1;
32
- letter-spacing: -0.02em;
33
- font-variant-numeric: tabular-nums;
34
- }
35
- [data-mantine-color-scheme=dark] .heroValue {
36
- text-shadow: 0 0 20px color-mix(in srgb, var(--color-primary) 20%, transparent);
37
- }
38
- .heroValueSm {
39
- composes: heroValue;
40
- font-size: 1.35rem;
41
- font-weight: 700;
42
- }
43
- .heroLabel {
44
- font-size: 0.68rem;
45
- font-weight: 700;
46
- text-transform: uppercase;
47
- letter-spacing: 0.12em;
48
- color: var(--color-text-dimmed);
49
- }
50
- .heroLabelSm {
51
- composes: heroLabel;
52
- font-size: 0.62rem;
53
- }
54
-
55
- /* src/graph/Graph.globals.css */
56
-
57
- /* src/graph/Graph.module.css */
58
- @keyframes edgeFlow {
59
- 0% {
60
- stroke-dashoffset: 24;
61
- }
62
- 100% {
63
- stroke-dashoffset: 0;
64
- }
65
- }
66
- @keyframes edgeFlowReverse {
67
- 0% {
68
- stroke-dashoffset: 0;
69
- }
70
- 100% {
71
- stroke-dashoffset: 24;
72
- }
73
- }
74
- @keyframes pulse {
75
- 0%, 100% {
76
- opacity: 0.6;
77
- }
78
- 50% {
79
- opacity: 1;
80
- }
81
- }
82
- @keyframes livePulse {
83
- 0%, 100% {
84
- opacity: 1;
85
- }
86
- 50% {
87
- opacity: 0.6;
88
- }
89
- }
90
- .livePulse {
91
- animation: livePulse 2s ease-in-out infinite;
92
- }
93
- @keyframes glowPulse {
94
- 0%, 100% {
95
- box-shadow: 0 0 5px var(--glow-color, color-mix(in srgb, var(--color-primary) 30%, transparent)), 0 0 15px var(--glow-color, color-mix(in srgb, var(--color-primary) 10%, transparent));
96
- }
97
- 50% {
98
- box-shadow: 0 0 10px var(--glow-color, color-mix(in srgb, var(--color-primary) 50%, transparent)), 0 0 20px var(--glow-color, color-mix(in srgb, var(--color-primary) 20%, transparent));
99
- }
100
- }
101
- @keyframes nodeEnter {
102
- 0% {
103
- opacity: 0;
104
- transform: scale(0.8) translateY(10px);
105
- }
106
- 100% {
107
- opacity: 1;
108
- transform: scale(1) translateY(0);
109
- }
110
- }
111
- @keyframes handlePulse {
112
- 0%, 100% {
113
- transform: scale(1);
114
- box-shadow: 0 0 0 0 var(--handle-color, color-mix(in srgb, var(--color-primary) 40%, transparent));
115
- }
116
- 50% {
117
- transform: scale(1.2);
118
- box-shadow: 0 0 0 4px var(--handle-color, color-mix(in srgb, var(--color-primary) 0%, transparent));
119
- }
120
- }
121
- @keyframes gridMove {
122
- 0% {
123
- background-position: 0 0;
124
- }
125
- 100% {
126
- background-position: 40px 40px;
127
- }
128
- }
129
- @keyframes labelFadeIn {
130
- 0% {
131
- opacity: 0;
132
- transform: translate(-50%, -50%) translate(var(--label-x), var(--label-y)) scale(0.8);
133
- }
134
- 100% {
135
- opacity: 1;
136
- transform: translate(-50%, -50%) translate(var(--label-x), var(--label-y)) scale(1);
137
- }
138
- }
139
- @keyframes scanLine {
140
- 0% {
141
- transform: translateY(-100%);
142
- opacity: 0;
143
- }
144
- 50% {
145
- opacity: 0.5;
146
- }
147
- 100% {
148
- transform: translateY(100%);
149
- opacity: 0;
150
- }
151
- }
152
- .graphContainer :global(.react-flow__node.selected),
153
- .graphContainer :global(.react-flow__node:focus),
154
- .graphContainer :global(.react-flow__node:focus-visible) {
155
- outline: none !important;
156
- }
157
- .graphContainer :global(.react-flow__node.selected > *) {
158
- box-shadow: none;
159
- }
160
- .graphContainer {
161
- position: relative;
162
- background-image:
163
- linear-gradient(color-mix(in srgb, var(--color-primary) 5%, transparent) 1px, transparent 1px),
164
- linear-gradient(
165
- 90deg,
166
- color-mix(in srgb, var(--color-primary) 5%, transparent) 1px,
167
- transparent 1px),
168
- radial-gradient(
169
- ellipse at 50% 50%,
170
- color-mix(in srgb, var(--color-primary) 5%, transparent) 0%,
171
- transparent 70%);
172
- background-color: var(--color-background);
173
- background-size:
174
- 40px 40px,
175
- 40px 40px,
176
- 100% 100%;
177
- animation: gridMove 20s linear infinite;
178
- }
179
- [data-mantine-color-scheme=dark] .graphContainer {
180
- background-image:
181
- linear-gradient(color-mix(in srgb, var(--color-primary) 9%, transparent) 1px, transparent 1px),
182
- linear-gradient(
183
- 90deg,
184
- color-mix(in srgb, var(--color-primary) 9%, transparent) 1px,
185
- transparent 1px),
186
- radial-gradient(
187
- ellipse at 50% 50%,
188
- color-mix(in srgb, var(--color-primary) 9%, transparent) 0%,
189
- transparent 70%);
190
- background-color: var(--color-background);
191
- background-size:
192
- 40px 40px,
193
- 40px 40px,
194
- 100% 100%;
195
- }
196
- .node {
197
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
198
- position: relative;
199
- }
200
- .node :global(.react-flow__node.selected),
201
- .node :global(.react-flow__node:focus),
202
- .node :global(.react-flow__node:focus-visible) {
203
- outline: none !important;
204
- box-shadow: none !important;
205
- }
206
- .node:nth-child(1) {
207
- animation-delay: 0.05s;
208
- }
209
- .node:nth-child(2) {
210
- animation-delay: 0.1s;
211
- }
212
- .node:nth-child(3) {
213
- animation-delay: 0.15s;
214
- }
215
- .node:nth-child(4) {
216
- animation-delay: 0.2s;
217
- }
218
- .node:nth-child(5) {
219
- animation-delay: 0.25s;
220
- }
221
- .node:nth-child(6) {
222
- animation-delay: 0.3s;
223
- }
224
- .node:nth-child(7) {
225
- animation-delay: 0.35s;
226
- }
227
- .node:nth-child(8) {
228
- animation-delay: 0.4s;
229
- }
230
- .node:nth-child(9) {
231
- animation-delay: 0.45s;
232
- }
233
- .node:nth-child(10) {
234
- animation-delay: 0.5s;
235
- }
236
- .node:nth-child(11) {
237
- animation-delay: 0.55s;
238
- }
239
- .node:nth-child(12) {
240
- animation-delay: 0.6s;
241
- }
242
- .nodeCard {
243
- position: relative;
244
- border-radius: var(--mantine-radius-md);
245
- overflow: hidden;
246
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
247
- }
248
- .nodeCard::before {
249
- content: "";
250
- position: absolute;
251
- inset: 0;
252
- background:
253
- linear-gradient(
254
- 135deg,
255
- var(--node-color-light, color-mix(in srgb, var(--color-primary) 10%, transparent)) 0%,
256
- transparent 50%,
257
- var(--node-color-light, color-mix(in srgb, var(--color-primary) 5%, transparent)) 100%);
258
- pointer-events: none;
259
- opacity: 0;
260
- transition: opacity 0.3s ease;
261
- }
262
- .nodeCard::after {
263
- content: "";
264
- position: absolute;
265
- left: 0;
266
- right: 0;
267
- height: 30%;
268
- background:
269
- linear-gradient(
270
- 180deg,
271
- transparent 0%,
272
- var(--node-color-glow, color-mix(in srgb, var(--color-primary) 10%, transparent)) 50%,
273
- transparent 100%);
274
- pointer-events: none;
275
- opacity: 0;
276
- }
277
- .nodeCard:hover::before,
278
- .nodeCardSelected::before {
279
- opacity: 1;
280
- }
281
- .nodeCard:hover::after,
282
- .nodeCardSelected::after {
283
- animation: scanLine 3s ease-in-out infinite;
284
- }
285
- .nodeCard:hover {
286
- transform: translateY(-2px) scale(1.02);
287
- }
288
- .nodeCardSelected {
289
- transform: translateY(-2px) scale(1.02);
290
- animation: glowPulse 2s ease-in-out infinite;
291
- }
292
- .nodeAgent {
293
- --glow-color: rgba(139, 92, 246, 0.4);
294
- --node-color-light: rgba(139, 92, 246, 0.1);
295
- --node-color-glow: rgba(139, 92, 246, 0.15);
296
- --handle-color: rgba(139, 92, 246, 0.5);
297
- --gradient-start: rgba(139, 92, 246, 0.15);
298
- --gradient-end: rgba(139, 92, 246, 0.05);
299
- }
300
- .nodeWorkflow {
301
- --glow-color: rgba(59, 130, 246, 0.4);
302
- --node-color-light: rgba(59, 130, 246, 0.1);
303
- --node-color-glow: rgba(59, 130, 246, 0.15);
304
- --handle-color: rgba(59, 130, 246, 0.5);
305
- --gradient-start: rgba(59, 130, 246, 0.15);
306
- --gradient-end: rgba(59, 130, 246, 0.05);
307
- }
308
- .nodeTrigger {
309
- --glow-color: rgba(249, 115, 22, 0.4);
310
- --node-color-light: rgba(249, 115, 22, 0.1);
311
- --node-color-glow: rgba(249, 115, 22, 0.15);
312
- --handle-color: rgba(249, 115, 22, 0.5);
313
- --gradient-start: rgba(249, 115, 22, 0.15);
314
- --gradient-end: rgba(249, 115, 22, 0.05);
315
- }
316
- .nodeIntegration {
317
- --glow-color: rgba(20, 184, 166, 0.4);
318
- --node-color-light: rgba(20, 184, 166, 0.1);
319
- --node-color-glow: rgba(20, 184, 166, 0.15);
320
- --handle-color: rgba(20, 184, 166, 0.5);
321
- --gradient-start: rgba(20, 184, 166, 0.15);
322
- --gradient-end: rgba(20, 184, 166, 0.05);
323
- }
324
- .nodeExternal {
325
- --glow-color: rgba(107, 114, 128, 0.4);
326
- --node-color-light: rgba(107, 114, 128, 0.1);
327
- --node-color-glow: rgba(107, 114, 128, 0.15);
328
- --handle-color: rgba(107, 114, 128, 0.5);
329
- --gradient-start: rgba(107, 114, 128, 0.15);
330
- --gradient-end: rgba(107, 114, 128, 0.05);
331
- }
332
- .nodeHuman {
333
- --glow-color: rgba(245, 158, 11, 0.4);
334
- --node-color-light: rgba(245, 158, 11, 0.1);
335
- --node-color-glow: rgba(245, 158, 11, 0.15);
336
- --handle-color: rgba(245, 158, 11, 0.5);
337
- --gradient-start: rgba(245, 158, 11, 0.15);
338
- --gradient-end: rgba(245, 158, 11, 0.05);
339
- }
340
- .nodePrimary {
341
- --glow-color: rgba(37, 99, 235, 0.4);
342
- --node-color-light: rgba(37, 99, 235, 0.1);
343
- --node-color-glow: rgba(37, 99, 235, 0.15);
344
- --handle-color: rgba(37, 99, 235, 0.5);
345
- --gradient-start: rgba(37, 99, 235, 0.15);
346
- --gradient-end: rgba(37, 99, 235, 0.05);
347
- }
348
- .handle {
349
- transition: all 0.2s ease;
350
- }
351
- .handle:hover {
352
- animation: handlePulse 1s ease-in-out infinite;
353
- }
354
- .nodeIcon {
355
- transition: all 0.3s ease;
356
- }
357
- .badge {
358
- transition: all 0.2s ease;
359
- backdrop-filter: blur(4px);
360
- }
361
- .nodeCard:hover .badge {
362
- transform: scale(1.05);
363
- }
364
- .badgeProd {
365
- box-shadow: 0 0 8px rgba(34, 197, 94, 0.3);
366
- }
367
- .edge {
368
- transition: all 0.3s ease;
369
- }
370
- .edgeAnimated {
371
- stroke-dasharray: 8 4;
372
- animation: edgeFlow 1s linear infinite;
373
- }
374
- .edgeGlow {
375
- filter: drop-shadow(0 0 3px var(--edge-color, color-mix(in srgb, var(--color-primary) 50%, transparent)));
376
- }
377
- .edgeHighlighted {
378
- stroke-width: 3px;
379
- }
380
- .edgeLabel {
381
- backdrop-filter: blur(8px);
382
- border: 1px solid rgba(255, 255, 255, 0.1);
383
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 20px var(--label-glow, color-mix(in srgb, var(--color-primary) 20%, transparent));
384
- transition: box-shadow 0.2s ease;
385
- }
386
- .edgeLabel:hover {
387
- box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2), 0 0 30px var(--label-glow, color-mix(in srgb, var(--color-primary) 30%, transparent));
388
- }
389
- .legend {
390
- backdrop-filter: var(--glass-blur);
391
- background: var(--glass-background);
392
- border: 1px solid color-mix(in srgb, var(--color-primary) 20%, transparent);
393
- box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 0 40px color-mix(in srgb, var(--color-primary) 10%, transparent);
394
- }
395
- [data-mantine-color-scheme=dark] .legend {
396
- border-color: color-mix(in srgb, var(--color-primary) 30%, transparent);
397
- }
398
- .legendDot {
399
- transition: all 0.2s ease;
400
- box-shadow: 0 0 8px currentColor;
401
- }
402
- .legendDot:hover {
403
- transform: scale(1.3);
404
- box-shadow: 0 0 12px currentColor;
405
- }
406
- .nodeHighlighted .nodeCard {
407
- transform: translateY(-2px) scale(1.02);
408
- }
409
- .nodeHighlighted .nodeCard::before {
410
- opacity: 1;
411
- }
412
- .nodeHighlighted .nodeCard::after {
413
- animation: scanLine 3s ease-in-out infinite;
414
- }
415
- .nodeDimmed {
416
- opacity: 0.3;
417
- filter: grayscale(0.5);
418
- transition: all 0.3s ease;
419
- }
420
- .edgeHighlighted {
421
- stroke-width: 4px !important;
422
- }
423
- .edgeDimmed {
424
- opacity: 0.15;
425
- transition: all 0.3s ease;
426
- }
427
- .edgeLabelDimmed {
428
- opacity: 0.15;
429
- transition: opacity 0.3s ease;
430
- }
431
- @media (prefers-reduced-motion: reduce) {
432
- .node,
433
- .nodeCard::after,
434
- .edgeAnimated,
435
- .nodeIcon,
436
- .handle:hover,
437
- .graphContainer {
438
- animation: none;
439
- }
440
- .nodeCard:hover {
441
- transform: none;
442
- }
443
- }
@@ -1,66 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
-
3
- /** Time-bucketed health data point */
4
- interface ResourceHealthDataPoint {
5
- time: string;
6
- success: number;
7
- failure: number;
8
- warning: number;
9
- rate: number;
10
- }
11
- /** Health data for a single resource */
12
- interface ResourceHealth {
13
- entityType: string;
14
- entityId: string;
15
- entityName: string | null;
16
- trendData: ResourceHealthDataPoint[];
17
- summary: {
18
- total: number;
19
- successRate: number;
20
- };
21
- }
22
-
23
- type ExecutionStatus = 'pending' | 'running' | 'completed' | 'failed' | 'warning';
24
-
25
- interface ExecutionLogEntry {
26
- id: string;
27
- resourceId: string;
28
- resourceName: string;
29
- resourceType: 'workflow' | 'agent' | 'pipeline';
30
- status: ExecutionStatus;
31
- startTime: number;
32
- endTime?: number;
33
- duration?: number;
34
- resourceStatus: 'dev' | 'prod';
35
- resourceVersion?: string | null;
36
- apiVersion?: string | null;
37
- sdkVersion?: string | null;
38
- }
39
- interface ExecutionLogsTableProps {
40
- executions: ExecutionLogEntry[];
41
- isLoading: boolean;
42
- onRowClick?: (params: {
43
- resourceType: string;
44
- resourceId: string;
45
- executionId: string;
46
- }) => void;
47
- }
48
- declare function ExecutionLogsTable({ executions, isLoading, onRowClick }: ExecutionLogsTableProps): react_jsx_runtime.JSX.Element;
49
-
50
- /**
51
- * Get chart color based on success rate
52
- */
53
- declare function getHealthColor(successRate: number, hasExecutions?: boolean): string;
54
- interface ResourceHealthChartProps {
55
- healthData: ResourceHealth | undefined;
56
- hasExecutions?: boolean;
57
- width?: number | string;
58
- height?: number;
59
- }
60
- /**
61
- * Mini health chart for resource cards
62
- */
63
- declare function ResourceHealthChart({ healthData, hasExecutions, width, height }: ResourceHealthChartProps): react_jsx_runtime.JSX.Element;
64
-
65
- export { ExecutionLogsTable, ResourceHealthChart, getHealthColor };
66
- export type { ExecutionLogEntry, ExecutionLogsTableProps };
@@ -1,2 +0,0 @@
1
- export { ExecutionLogsTable, ResourceHealthChart, getHealthColor } from '../../chunk-NE36BUGQ.js';
2
- import '../../chunk-6BJOYF6E.js';
@@ -1,52 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
-
3
- /**
4
- * Wire-format DTO for notification API responses.
5
- * Dates are ISO 8601 strings (not Date objects like the domain Notification type).
6
- * Used by frontend hooks that consume /api/notifications.
7
- */
8
- interface NotificationDTO {
9
- id: string;
10
- userId: string;
11
- organizationId: string;
12
- category: string;
13
- title: string;
14
- message: string;
15
- actionUrl: string | null;
16
- read: boolean;
17
- readAt: string | null;
18
- createdAt: string;
19
- }
20
-
21
- interface NotificationItemProps {
22
- notification: NotificationDTO;
23
- onClose?: () => void;
24
- onNavigate?: (url: string) => void;
25
- }
26
- declare function NotificationItem({ notification, onClose, onNavigate }: NotificationItemProps): react_jsx_runtime.JSX.Element;
27
-
28
- interface NotificationListProps {
29
- notifications: NotificationDTO[];
30
- isLoading?: boolean;
31
- onClose?: () => void;
32
- onNavigate?: (url: string) => void;
33
- }
34
- declare function NotificationList({ notifications, isLoading, onClose, onNavigate }: NotificationListProps): react_jsx_runtime.JSX.Element;
35
-
36
- interface NotificationPanelProps {
37
- notifications: NotificationDTO[];
38
- isLoading?: boolean;
39
- onClose?: () => void;
40
- onNavigate?: (url: string) => void;
41
- }
42
- declare function NotificationPanel({ notifications, isLoading, onClose, onNavigate }: NotificationPanelProps): react_jsx_runtime.JSX.Element;
43
-
44
- interface NotificationBellProps {
45
- /** Override unread count (e.g., from SSE-enhanced source) */
46
- unreadCount?: number;
47
- /** Callback for navigation when notification is clicked */
48
- onNavigate?: (url: string) => void;
49
- }
50
- declare function NotificationBell({ unreadCount, onNavigate }: NotificationBellProps): react_jsx_runtime.JSX.Element;
51
-
52
- export { NotificationBell, NotificationItem, NotificationList, NotificationPanel };
@@ -1,5 +0,0 @@
1
- export { NotificationBell, NotificationItem, NotificationList, NotificationPanel } from '../../chunk-TMFCNFLW.js';
2
- import '../../chunk-BLO4SISK.js';
3
- import '../../chunk-TIRMFDM4.js';
4
- import '../../chunk-4VGWQ5AN.js';
5
- import '../../chunk-KA7LO7U5.js';