@elevasis/ui 1.15.2 → 1.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/hooks/__tests__/useApiClient.test.d.ts +11 -0
- package/dist/api/hooks/__tests__/useApiClient.test.d.ts.map +1 -0
- package/dist/api/hooks/useApiClient.d.ts +28 -0
- package/dist/api/hooks/useApiClient.d.ts.map +1 -0
- package/dist/api/index.d.ts +11 -91
- package/dist/api/index.d.ts.map +1 -0
- package/dist/auth/guards/AdminGuard.d.ts +32 -0
- package/dist/auth/guards/AdminGuard.d.ts.map +1 -0
- package/dist/auth/guards/ProtectedRoute.d.ts +60 -0
- package/dist/auth/guards/ProtectedRoute.d.ts.map +1 -0
- package/dist/auth/guards/__tests__/AdminGuard.test.d.ts +12 -0
- package/dist/auth/guards/__tests__/AdminGuard.test.d.ts.map +1 -0
- package/dist/auth/guards/__tests__/ProtectedRoute.test.d.ts +14 -0
- package/dist/auth/guards/__tests__/ProtectedRoute.test.d.ts.map +1 -0
- package/dist/auth/index.d.ts +14 -174
- package/dist/auth/index.d.ts.map +1 -0
- package/dist/auth/index.js +3 -3
- package/dist/charts/index.d.ts +25 -2
- package/dist/charts/index.js +6 -6
- package/dist/{chunk-K6DYEZHC.js → chunk-4AKGF454.js} +76 -773
- package/dist/{chunk-YCOTIVEZ.js → chunk-53GNREDV.js} +3 -3
- package/dist/{chunk-GIQPDIG5.js → chunk-7ATCF6UL.js} +339 -11
- package/dist/{chunk-VOSLYTTR.js → chunk-7S5FS7WW.js} +36 -5
- package/dist/chunk-ADSSLKKP.js +10 -0
- package/dist/{chunk-V5GGPIDD.js → chunk-CC3SDRIF.js} +1 -1
- package/dist/{chunk-3VTC7OWU.js → chunk-DVKEEY5J.js} +1 -1
- package/dist/{chunk-5H6OPZQB.js → chunk-IVHJRJFK.js} +3 -3
- package/dist/{chunk-GU46QC4Z.js → chunk-L4XXM55J.js} +105 -2
- package/dist/{chunk-EQNXEBGZ.js → chunk-LXHZYSMQ.js} +1 -1
- package/dist/chunk-MHW43EOH.js +47 -0
- package/dist/{chunk-GATPOCUD.js → chunk-NUULWBAD.js} +1 -1
- package/dist/{chunk-HR5X6NGA.js → chunk-QCEUL5QG.js} +16 -10
- package/dist/{chunk-BK4EIWNU.js → chunk-QEPXAWE2.js} +7 -1
- package/dist/{chunk-CKFTPEBC.js → chunk-SLVC5OJ2.js} +1 -1
- package/dist/{chunk-NOGBWAGU.js → chunk-TRVSTJTK.js} +3 -3
- package/dist/{chunk-4J3GVBB7.js → chunk-U2522LSW.js} +1 -1
- package/dist/{chunk-CWCX2HCP.js → chunk-UUXXUPOC.js} +1 -1
- package/dist/{chunk-PMSLNXUS.js → chunk-XGVD76EL.js} +4 -4
- package/dist/chunk-ZGK6XZVY.js +1208 -0
- package/dist/components/charts/ActivityTrendChart.d.ts +13 -0
- package/dist/components/charts/ActivityTrendChart.d.ts.map +1 -0
- package/dist/components/charts/CombinedTrendChart.d.ts +22 -0
- package/dist/components/charts/CombinedTrendChart.d.ts.map +1 -0
- package/dist/components/charts/CostTrendChart.d.ts +13 -0
- package/dist/components/charts/CostTrendChart.d.ts.map +1 -0
- package/dist/components/charts/HeroStatsRow.d.ts +15 -0
- package/dist/components/charts/HeroStatsRow.d.ts.map +1 -0
- package/dist/components/charts/index.d.ts +9 -0
- package/dist/components/charts/index.d.ts.map +1 -0
- package/dist/components/command-queue/ActionModal.d.ts +19 -0
- package/dist/components/command-queue/ActionModal.d.ts.map +1 -0
- package/dist/components/command-queue/TaskCard.d.ts +18 -0
- package/dist/components/command-queue/TaskCard.d.ts.map +1 -0
- package/dist/components/command-queue/index.d.ts +5 -0
- package/dist/components/command-queue/index.d.ts.map +1 -0
- package/dist/components/display/APIErrorAlert.d.ts +56 -0
- package/dist/components/display/APIErrorAlert.d.ts.map +1 -0
- package/dist/components/display/PageNotFound.d.ts +2 -0
- package/dist/components/display/PageNotFound.d.ts.map +1 -0
- package/dist/components/display/ResourceCard.d.ts +22 -0
- package/dist/components/display/ResourceCard.d.ts.map +1 -0
- package/dist/components/display/ResourceCardAdapters.d.ts +24 -0
- package/dist/components/display/ResourceCardAdapters.d.ts.map +1 -0
- package/dist/components/display/TimeRangeSelector.d.ts +9 -0
- package/dist/components/display/TimeRangeSelector.d.ts.map +1 -0
- package/dist/components/display/index.d.ts +26 -0
- package/dist/components/display/index.d.ts.map +1 -0
- package/dist/components/execution/AgentExecutionTimeline.d.ts +14 -0
- package/dist/components/execution/AgentExecutionTimeline.d.ts.map +1 -0
- package/dist/components/execution/AgentExecutionVisualizer.d.ts +13 -0
- package/dist/components/execution/AgentExecutionVisualizer.d.ts.map +1 -0
- package/dist/components/execution/AgentIterationEdge.d.ts +8 -0
- package/dist/components/execution/AgentIterationEdge.d.ts.map +1 -0
- package/dist/components/execution/AgentIterationNode.d.ts +8 -0
- package/dist/components/execution/AgentIterationNode.d.ts.map +1 -0
- package/dist/components/execution/ExecutionStats.d.ts +16 -0
- package/dist/components/execution/ExecutionStats.d.ts.map +1 -0
- package/dist/components/execution/ExecutionStatusBadge.d.ts +33 -0
- package/dist/components/execution/ExecutionStatusBadge.d.ts.map +1 -0
- package/dist/components/execution/TimelineAxis.d.ts +12 -0
- package/dist/components/execution/TimelineAxis.d.ts.map +1 -0
- package/dist/components/execution/TimelineBar.d.ts +9 -0
- package/dist/components/execution/TimelineBar.d.ts.map +1 -0
- package/dist/components/execution/TimelineContainer.d.ts +9 -0
- package/dist/components/execution/TimelineContainer.d.ts.map +1 -0
- package/dist/components/execution/TimelineRow.d.ts +9 -0
- package/dist/components/execution/TimelineRow.d.ts.map +1 -0
- package/dist/components/execution/UnifiedWorkflowEdge.d.ts +9 -0
- package/dist/components/execution/UnifiedWorkflowEdge.d.ts.map +1 -0
- package/dist/components/execution/UnifiedWorkflowGraph.d.ts +21 -0
- package/dist/components/execution/UnifiedWorkflowGraph.d.ts.map +1 -0
- package/dist/components/execution/UnifiedWorkflowNode.d.ts +9 -0
- package/dist/components/execution/UnifiedWorkflowNode.d.ts.map +1 -0
- package/dist/components/execution/WorkflowExecutionTimeline.d.ts +14 -0
- package/dist/components/execution/WorkflowExecutionTimeline.d.ts.map +1 -0
- package/dist/components/execution/index.d.ts +18 -0
- package/dist/components/execution/index.d.ts.map +1 -0
- package/dist/components/forms/FormFieldRenderer.d.ts +15 -0
- package/dist/components/forms/FormFieldRenderer.d.ts.map +1 -0
- package/dist/components/forms/index.d.ts +2 -0
- package/dist/components/forms/index.d.ts.map +1 -0
- package/dist/components/graph/BaseNode.d.ts +29 -0
- package/dist/components/graph/BaseNode.d.ts.map +1 -0
- package/dist/components/graph/index.d.ts +12 -0
- package/dist/components/graph/index.d.ts.map +1 -0
- package/dist/components/graph/useGraphTheme.d.ts +9 -0
- package/dist/components/graph/useGraphTheme.d.ts.map +1 -0
- package/dist/components/index.d.ts +19 -5651
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +39 -1232
- package/dist/components/layout/backgrounds/CyberBackground.d.ts +26 -0
- package/dist/components/layout/backgrounds/CyberBackground.d.ts.map +1 -0
- package/dist/components/layout/backgrounds/CyberParticles.d.ts +30 -0
- package/dist/components/layout/backgrounds/CyberParticles.d.ts.map +1 -0
- package/dist/components/layout/backgrounds/CyberParticles.js +182 -0
- package/dist/components/layout/backgrounds/index.d.ts +10 -0
- package/dist/components/layout/backgrounds/index.d.ts.map +1 -0
- package/dist/components/layout/index.d.ts +7 -0
- package/dist/components/layout/index.d.ts.map +1 -0
- package/dist/components/monitoring/ActivityCard.d.ts +7 -0
- package/dist/components/monitoring/ActivityCard.d.ts.map +1 -0
- package/dist/components/monitoring/ActivityFilters.d.ts +8 -0
- package/dist/components/monitoring/ActivityFilters.d.ts.map +1 -0
- package/dist/components/monitoring/ActivityTable.d.ts +8 -0
- package/dist/components/monitoring/ActivityTable.d.ts.map +1 -0
- package/dist/components/monitoring/BusinessImpactCard.d.ts +18 -0
- package/dist/components/monitoring/BusinessImpactCard.d.ts.map +1 -0
- package/dist/components/monitoring/CostBreakdownCard.d.ts +17 -0
- package/dist/components/monitoring/CostBreakdownCard.d.ts.map +1 -0
- package/dist/components/monitoring/CostByModelTable.d.ts +12 -0
- package/dist/components/monitoring/CostByModelTable.d.ts.map +1 -0
- package/dist/components/monitoring/CostMetricsCard.d.ts +17 -0
- package/dist/components/monitoring/CostMetricsCard.d.ts.map +1 -0
- package/dist/components/monitoring/ErrorAnalysisCard.d.ts +12 -0
- package/dist/components/monitoring/ErrorAnalysisCard.d.ts.map +1 -0
- package/dist/components/monitoring/ErrorBreakdownTable.d.ts +12 -0
- package/dist/components/monitoring/ErrorBreakdownTable.d.ts.map +1 -0
- package/dist/components/monitoring/ExecutionBreakdownTable.d.ts +8 -0
- package/dist/components/monitoring/ExecutionBreakdownTable.d.ts.map +1 -0
- package/dist/components/monitoring/ExecutionHealthCard.d.ts +8 -0
- package/dist/components/monitoring/ExecutionHealthCard.d.ts.map +1 -0
- package/dist/components/monitoring/ExecutionLogsFilters.d.ts +8 -0
- package/dist/components/monitoring/ExecutionLogsFilters.d.ts.map +1 -0
- package/dist/components/monitoring/ExecutionLogsTable.d.ts +30 -0
- package/dist/components/monitoring/ExecutionLogsTable.d.ts.map +1 -0
- package/dist/components/monitoring/ResourceHealthChart.d.ts +17 -0
- package/dist/components/monitoring/ResourceHealthChart.d.ts.map +1 -0
- package/dist/components/monitoring/ResourceHealthPanel.d.ts +8 -0
- package/dist/components/monitoring/ResourceHealthPanel.d.ts.map +1 -0
- package/dist/components/monitoring/index.d.ts +16 -0
- package/dist/components/monitoring/index.d.ts.map +1 -0
- package/dist/components/notifications/NotificationBell.d.ts +9 -0
- package/dist/components/notifications/NotificationBell.d.ts.map +1 -0
- package/dist/components/notifications/NotificationItem.d.ts +9 -0
- package/dist/components/notifications/NotificationItem.d.ts.map +1 -0
- package/dist/components/notifications/NotificationList.d.ts +10 -0
- package/dist/components/notifications/NotificationList.d.ts.map +1 -0
- package/dist/components/notifications/NotificationPanel.d.ts +10 -0
- package/dist/components/notifications/NotificationPanel.d.ts.map +1 -0
- package/dist/components/notifications/index.d.ts +5 -0
- package/dist/components/notifications/index.d.ts.map +1 -0
- package/dist/components/notify.d.ts +21 -0
- package/dist/components/notify.d.ts.map +1 -0
- package/dist/components/operations/command-queue/CommandQueueTaskRow.d.ts +9 -0
- package/dist/components/operations/command-queue/CommandQueueTaskRow.d.ts.map +1 -0
- package/dist/components/operations/command-queue/index.d.ts +3 -0
- package/dist/components/operations/command-queue/index.d.ts.map +1 -0
- package/dist/components/operations/command-queue/sidebar/CommandQueueSidebar.d.ts +17 -0
- package/dist/components/operations/command-queue/sidebar/CommandQueueSidebar.d.ts.map +1 -0
- package/dist/components/operations/command-queue/sidebar/CommandQueueSidebarMiddle.d.ts +17 -0
- package/dist/components/operations/command-queue/sidebar/CommandQueueSidebarMiddle.d.ts.map +1 -0
- package/dist/components/operations/command-queue/sidebar/index.d.ts +5 -0
- package/dist/components/operations/command-queue/sidebar/index.d.ts.map +1 -0
- package/dist/components/operations/command-view/CommandViewGraph.d.ts +22 -0
- package/dist/components/operations/command-view/CommandViewGraph.d.ts.map +1 -0
- package/dist/components/operations/command-view/edges/CommandViewEdge.d.ts +23 -0
- package/dist/components/operations/command-view/edges/CommandViewEdge.d.ts.map +1 -0
- package/dist/components/operations/command-view/edges/index.d.ts +2 -0
- package/dist/components/operations/command-view/edges/index.d.ts.map +1 -0
- package/dist/components/operations/command-view/index.d.ts +4 -0
- package/dist/components/operations/command-view/index.d.ts.map +1 -0
- package/dist/components/operations/command-view/nodes/CommandViewNode.d.ts +12 -0
- package/dist/components/operations/command-view/nodes/CommandViewNode.d.ts.map +1 -0
- package/dist/components/operations/command-view/nodes/index.d.ts +2 -0
- package/dist/components/operations/command-view/nodes/index.d.ts.map +1 -0
- package/dist/components/operations/executions/AgentExecutionLogs.d.ts +13 -0
- package/dist/components/operations/executions/AgentExecutionLogs.d.ts.map +1 -0
- package/dist/components/operations/executions/WorkflowExecutionLogs.d.ts +13 -0
- package/dist/components/operations/executions/WorkflowExecutionLogs.d.ts.map +1 -0
- package/dist/components/operations/executions/index.d.ts +4 -0
- package/dist/components/operations/executions/index.d.ts.map +1 -0
- package/dist/components/operations/executions/logConstants.d.ts +72 -0
- package/dist/components/operations/executions/logConstants.d.ts.map +1 -0
- package/dist/components/operations/index.d.ts +8 -0
- package/dist/components/operations/index.d.ts.map +1 -0
- package/dist/components/operations/knowledge-base/DocTreeNav.d.ts +14 -0
- package/dist/components/operations/knowledge-base/DocTreeNav.d.ts.map +1 -0
- package/dist/components/operations/knowledge-base/KnowledgeBasePage.d.ts +16 -0
- package/dist/components/operations/knowledge-base/KnowledgeBasePage.d.ts.map +1 -0
- package/dist/components/operations/knowledge-base/index.d.ts +3 -0
- package/dist/components/operations/knowledge-base/index.d.ts.map +1 -0
- package/dist/components/operations/sessions/SessionMemory.d.ts +11 -0
- package/dist/components/operations/sessions/SessionMemory.d.ts.map +1 -0
- package/dist/components/operations/sessions/index.d.ts +3 -0
- package/dist/components/operations/sessions/index.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogs.d.ts +16 -0
- package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogs.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogsHeader.d.ts +12 -0
- package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogsHeader.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogsStates.d.ts +9 -0
- package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogsStates.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/ExecutionErrorSection.d.ts +12 -0
- package/dist/components/operations/shared/BaseExecutionLogs/ExecutionErrorSection.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/LogEntry.d.ts +2 -0
- package/dist/components/operations/shared/BaseExecutionLogs/LogEntry.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/LogGroup.d.ts +16 -0
- package/dist/components/operations/shared/BaseExecutionLogs/LogGroup.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/index.d.ts +7 -0
- package/dist/components/operations/shared/BaseExecutionLogs/index.d.ts.map +1 -0
- package/dist/components/operations/shared/LogEntry.d.ts +8 -0
- package/dist/components/operations/shared/LogEntry.d.ts.map +1 -0
- package/dist/components/operations/shared/index.d.ts +5 -0
- package/dist/components/operations/shared/index.d.ts.map +1 -0
- package/dist/components/operations/shared/layouts/ResourceHeader.d.ts +11 -0
- package/dist/components/operations/shared/layouts/ResourceHeader.d.ts.map +1 -0
- package/dist/components/operations/shared/layouts/ResourceNotFoundState.d.ts +8 -0
- package/dist/components/operations/shared/layouts/ResourceNotFoundState.d.ts.map +1 -0
- package/dist/components/operations/shared/layouts/index.d.ts +4 -0
- package/dist/components/operations/shared/layouts/index.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/AbsoluteScheduleForm.d.ts +9 -0
- package/dist/components/operations/task-scheduler/AbsoluteScheduleForm.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/CreateScheduleModal.d.ts +7 -0
- package/dist/components/operations/task-scheduler/CreateScheduleModal.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/DeleteScheduleModal.d.ts +11 -0
- package/dist/components/operations/task-scheduler/DeleteScheduleModal.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/RecurringScheduleForm.d.ts +9 -0
- package/dist/components/operations/task-scheduler/RecurringScheduleForm.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/RelativeScheduleForm.d.ts +9 -0
- package/dist/components/operations/task-scheduler/RelativeScheduleForm.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/ScheduleCard.d.ts +15 -0
- package/dist/components/operations/task-scheduler/ScheduleCard.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/ScheduleDetailModal.d.ts +11 -0
- package/dist/components/operations/task-scheduler/ScheduleDetailModal.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/TaskScheduler.d.ts +2 -0
- package/dist/components/operations/task-scheduler/TaskScheduler.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/index.d.ts +11 -0
- package/dist/components/operations/task-scheduler/index.d.ts.map +1 -0
- package/dist/components/resource-definition/AgentDefinitionDisplay.d.ts +8 -0
- package/dist/components/resource-definition/AgentDefinitionDisplay.d.ts.map +1 -0
- package/dist/components/resource-definition/NewKnowledgeMapEdge.d.ts +6 -0
- package/dist/components/resource-definition/NewKnowledgeMapEdge.d.ts.map +1 -0
- package/dist/components/resource-definition/NewKnowledgeMapGraph.d.ts +11 -0
- package/dist/components/resource-definition/NewKnowledgeMapGraph.d.ts.map +1 -0
- package/dist/components/resource-definition/NewKnowledgeMapNode.d.ts +6 -0
- package/dist/components/resource-definition/NewKnowledgeMapNode.d.ts.map +1 -0
- package/dist/components/resource-definition/ResourceDefinitionSection.d.ts +8 -0
- package/dist/components/resource-definition/ResourceDefinitionSection.d.ts.map +1 -0
- package/dist/components/resource-definition/WorkflowDefinitionDisplay.d.ts +8 -0
- package/dist/components/resource-definition/WorkflowDefinitionDisplay.d.ts.map +1 -0
- package/dist/components/resource-definition/index.d.ts +13 -0
- package/dist/components/resource-definition/index.d.ts.map +1 -0
- package/dist/components/sdk-barrel.d.ts +23 -0
- package/dist/components/sdk-barrel.d.ts.map +1 -0
- package/dist/components/settings/api-keys/ApiKeyDisplayModal.d.ts +9 -0
- package/dist/components/settings/api-keys/ApiKeyDisplayModal.d.ts.map +1 -0
- package/dist/components/settings/api-keys/ApiKeyList.d.ts +8 -0
- package/dist/components/settings/api-keys/ApiKeyList.d.ts.map +1 -0
- package/dist/components/settings/api-keys/ApiKeySettings.d.ts +2 -0
- package/dist/components/settings/api-keys/ApiKeySettings.d.ts.map +1 -0
- package/dist/components/settings/api-keys/CreateApiKeyModal.d.ts +9 -0
- package/dist/components/settings/api-keys/CreateApiKeyModal.d.ts.map +1 -0
- package/dist/components/settings/api-keys/EditApiKeyModal.d.ts +8 -0
- package/dist/components/settings/api-keys/EditApiKeyModal.d.ts.map +1 -0
- package/dist/components/settings/api-keys/index.d.ts +6 -0
- package/dist/components/settings/api-keys/index.d.ts.map +1 -0
- package/dist/components/settings/credentials/CreateCredentialModal.d.ts +9 -0
- package/dist/components/settings/credentials/CreateCredentialModal.d.ts.map +1 -0
- package/dist/components/settings/credentials/CredentialList.d.ts +10 -0
- package/dist/components/settings/credentials/CredentialList.d.ts.map +1 -0
- package/dist/components/settings/credentials/CredentialSettings.d.ts +7 -0
- package/dist/components/settings/credentials/CredentialSettings.d.ts.map +1 -0
- package/dist/components/settings/credentials/OAuthConnectModal.d.ts +12 -0
- package/dist/components/settings/credentials/OAuthConnectModal.d.ts.map +1 -0
- package/dist/components/settings/credentials/index.d.ts +5 -0
- package/dist/components/settings/credentials/index.d.ts.map +1 -0
- package/dist/components/settings/deployments/DeploymentDetailModal.d.ts +9 -0
- package/dist/components/settings/deployments/DeploymentDetailModal.d.ts.map +1 -0
- package/dist/components/settings/deployments/DeploymentList.d.ts +8 -0
- package/dist/components/settings/deployments/DeploymentList.d.ts.map +1 -0
- package/dist/components/settings/deployments/DeploymentSettings.d.ts +2 -0
- package/dist/components/settings/deployments/DeploymentSettings.d.ts.map +1 -0
- package/dist/components/settings/deployments/DeploymentStatusBadge.d.ts +7 -0
- package/dist/components/settings/deployments/DeploymentStatusBadge.d.ts.map +1 -0
- package/dist/components/settings/deployments/index.d.ts +5 -0
- package/dist/components/settings/deployments/index.d.ts.map +1 -0
- package/dist/components/settings/index.d.ts +6 -0
- package/dist/components/settings/index.d.ts.map +1 -0
- package/dist/components/settings/organization/MembershipFeaturePanel.d.ts +9 -0
- package/dist/components/settings/organization/MembershipFeaturePanel.d.ts.map +1 -0
- package/dist/components/settings/organization/MembershipStatusBadge.d.ts +9 -0
- package/dist/components/settings/organization/MembershipStatusBadge.d.ts.map +1 -0
- package/dist/components/settings/organization/OrganizationMembershipsList.d.ts +11 -0
- package/dist/components/settings/organization/OrganizationMembershipsList.d.ts.map +1 -0
- package/dist/components/settings/organization/index.d.ts +4 -0
- package/dist/components/settings/organization/index.d.ts.map +1 -0
- package/dist/components/table/SortableHeader.d.ts +12 -0
- package/dist/components/table/SortableHeader.d.ts.map +1 -0
- package/dist/components/table/index.d.ts +4 -0
- package/dist/components/table/index.d.ts.map +1 -0
- package/dist/execution/hooks/index.d.ts +8 -0
- package/dist/execution/hooks/index.d.ts.map +1 -0
- package/dist/execution/hooks/useAgentIterationData.d.ts +3 -0
- package/dist/execution/hooks/useAgentIterationData.d.ts.map +1 -0
- package/dist/execution/hooks/useExecutionPath.d.ts +29 -0
- package/dist/execution/hooks/useExecutionPath.d.ts.map +1 -0
- package/dist/execution/hooks/useMergedExecution.d.ts +11 -0
- package/dist/execution/hooks/useMergedExecution.d.ts.map +1 -0
- package/dist/execution/hooks/useReactFlowAgent.d.ts +12 -0
- package/dist/execution/hooks/useReactFlowAgent.d.ts.map +1 -0
- package/dist/execution/hooks/useTimelineData.d.ts +6 -0
- package/dist/execution/hooks/useTimelineData.d.ts.map +1 -0
- package/dist/execution/hooks/useUnifiedWorkflowLayout.d.ts +19 -0
- package/dist/execution/hooks/useUnifiedWorkflowLayout.d.ts.map +1 -0
- package/dist/execution/hooks/useWorkflowStepsLayout.d.ts +49 -0
- package/dist/execution/hooks/useWorkflowStepsLayout.d.ts.map +1 -0
- package/dist/execution/index.d.ts +5 -936
- package/dist/execution/index.d.ts.map +1 -0
- package/dist/execution/types.d.ts +129 -0
- package/dist/execution/types.d.ts.map +1 -0
- package/dist/execution/utils/edgeUtils.d.ts +22 -0
- package/dist/execution/utils/edgeUtils.d.ts.map +1 -0
- package/dist/execution/utils/getResourceStatusColor.d.ts +8 -0
- package/dist/execution/utils/getResourceStatusColor.d.ts.map +1 -0
- package/dist/execution/utils/getStatusIcon.d.ts +19 -0
- package/dist/execution/utils/getStatusIcon.d.ts.map +1 -0
- package/dist/execution/utils/index.d.ts +7 -0
- package/dist/execution/utils/index.d.ts.map +1 -0
- package/dist/execution/utils/statusColors.d.ts +20 -0
- package/dist/execution/utils/statusColors.d.ts.map +1 -0
- package/dist/features/operations/ResourcesPage.d.ts +15 -0
- package/dist/features/operations/ResourcesPage.d.ts.map +1 -0
- package/dist/features/operations/index.css +565 -0
- package/dist/features/operations/index.d.ts +3 -0
- package/dist/features/operations/index.d.ts.map +1 -0
- package/dist/features/operations/index.js +241 -0
- package/dist/graph/hooks/index.d.ts +9 -0
- package/dist/graph/hooks/index.d.ts.map +1 -0
- package/dist/graph/index.d.ts +9 -226
- package/dist/graph/index.d.ts.map +1 -0
- package/dist/graph/types.d.ts +28 -0
- package/dist/graph/types.d.ts.map +1 -0
- package/dist/hooks/command-queue/index.d.ts +7 -0
- package/dist/hooks/command-queue/index.d.ts.map +1 -0
- package/dist/hooks/command-queue/useCommandQueue.d.ts +33 -0
- package/dist/hooks/command-queue/useCommandQueue.d.ts.map +1 -0
- package/dist/hooks/command-queue/useCommandQueueTotals.d.ts +17 -0
- package/dist/hooks/command-queue/useCommandQueueTotals.d.ts.map +1 -0
- package/dist/hooks/command-queue/useDeleteTask.d.ts +5 -0
- package/dist/hooks/command-queue/useDeleteTask.d.ts.map +1 -0
- package/dist/hooks/command-queue/usePatchTask.d.ts +6 -0
- package/dist/hooks/command-queue/usePatchTask.d.ts.map +1 -0
- package/dist/hooks/command-queue/useSubmitAction.d.ts +29 -0
- package/dist/hooks/command-queue/useSubmitAction.d.ts.map +1 -0
- package/dist/hooks/executions/index.d.ts +17 -0
- package/dist/hooks/executions/index.d.ts.map +1 -0
- package/dist/hooks/executions/useArchivedLogs.d.ts +14 -0
- package/dist/hooks/executions/useArchivedLogs.d.ts.map +1 -0
- package/dist/hooks/executions/useBulkDeleteExecutions.d.ts +15 -0
- package/dist/hooks/executions/useBulkDeleteExecutions.d.ts.map +1 -0
- package/dist/hooks/executions/useCancelExecution.d.ts +20 -0
- package/dist/hooks/executions/useCancelExecution.d.ts.map +1 -0
- package/dist/hooks/executions/useDeleteExecution.d.ts +13 -0
- package/dist/hooks/executions/useDeleteExecution.d.ts.map +1 -0
- package/dist/hooks/executions/useExecuteAsync.d.ts +21 -0
- package/dist/hooks/executions/useExecuteAsync.d.ts.map +1 -0
- package/dist/hooks/executions/useExecution.d.ts +10 -0
- package/dist/hooks/executions/useExecution.d.ts.map +1 -0
- package/dist/hooks/executions/useExecutions.d.ts +16 -0
- package/dist/hooks/executions/useExecutions.d.ts.map +1 -0
- package/dist/hooks/executions/useResourceDefinition.d.ts +9 -0
- package/dist/hooks/executions/useResourceDefinition.d.ts.map +1 -0
- package/dist/hooks/executions/useResources.d.ts +15 -0
- package/dist/hooks/executions/useResources.d.ts.map +1 -0
- package/dist/hooks/executions/useRetryExecution.d.ts +16 -0
- package/dist/hooks/executions/useRetryExecution.d.ts.map +1 -0
- package/dist/hooks/feature-access/createUseFeatureAccess.d.ts +41 -0
- package/dist/hooks/feature-access/createUseFeatureAccess.d.ts.map +1 -0
- package/dist/hooks/feature-access/index.d.ts +2 -0
- package/dist/hooks/feature-access/index.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +22 -6572
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.js +12 -12
- package/dist/hooks/monitoring/index.d.ts +9 -0
- package/dist/hooks/monitoring/index.d.ts.map +1 -0
- package/dist/hooks/monitoring/useActivities.d.ts +52 -0
- package/dist/hooks/monitoring/useActivities.d.ts.map +1 -0
- package/dist/hooks/monitoring/useCostSummary.d.ts +7 -0
- package/dist/hooks/monitoring/useCostSummary.d.ts.map +1 -0
- package/dist/hooks/monitoring/useExecutionHealth.d.ts +10 -0
- package/dist/hooks/monitoring/useExecutionHealth.d.ts.map +1 -0
- package/dist/hooks/monitoring/useExecutionLogs.d.ts +56 -0
- package/dist/hooks/monitoring/useExecutionLogs.d.ts.map +1 -0
- package/dist/hooks/monitoring/useNotifications.d.ts +11 -0
- package/dist/hooks/monitoring/useNotifications.d.ts.map +1 -0
- package/dist/hooks/notifications/index.d.ts +9 -0
- package/dist/hooks/notifications/index.d.ts.map +1 -0
- package/dist/hooks/notifications/useBatchDelete.d.ts +8 -0
- package/dist/hooks/notifications/useBatchDelete.d.ts.map +1 -0
- package/dist/hooks/notifications/useErrorNotification.d.ts +17 -0
- package/dist/hooks/notifications/useErrorNotification.d.ts.map +1 -0
- package/dist/hooks/notifications/useMarkAllAsRead.d.ts +2 -0
- package/dist/hooks/notifications/useMarkAllAsRead.d.ts.map +1 -0
- package/dist/hooks/notifications/useMarkAsRead.d.ts +2 -0
- package/dist/hooks/notifications/useMarkAsRead.d.ts.map +1 -0
- package/dist/hooks/notifications/useNotificationCount.d.ts +8 -0
- package/dist/hooks/notifications/useNotificationCount.d.ts.map +1 -0
- package/dist/hooks/notifications/useSuccessNotification.d.ts +6 -0
- package/dist/hooks/notifications/useSuccessNotification.d.ts.map +1 -0
- package/dist/hooks/notifications/useTestNotification.d.ts +16 -0
- package/dist/hooks/notifications/useTestNotification.d.ts.map +1 -0
- package/dist/hooks/notifications/useWarningNotification.d.ts +6 -0
- package/dist/hooks/notifications/useWarningNotification.d.ts.map +1 -0
- package/dist/hooks/observability/index.d.ts +25 -0
- package/dist/hooks/observability/index.d.ts.map +1 -0
- package/dist/hooks/observability/useBatchedResourcesHealth.d.ts +15 -0
- package/dist/hooks/observability/useBatchedResourcesHealth.d.ts.map +1 -0
- package/dist/hooks/observability/useBusinessImpact.d.ts +9 -0
- package/dist/hooks/observability/useBusinessImpact.d.ts.map +1 -0
- package/dist/hooks/observability/useCostBreakdown.d.ts +10 -0
- package/dist/hooks/observability/useCostBreakdown.d.ts.map +1 -0
- package/dist/hooks/observability/useCostByModel.d.ts +3 -0
- package/dist/hooks/observability/useCostByModel.d.ts.map +1 -0
- package/dist/hooks/observability/useCostTrends.d.ts +3 -0
- package/dist/hooks/observability/useCostTrends.d.ts.map +1 -0
- package/dist/hooks/observability/useDashboardMetrics.d.ts +3 -0
- package/dist/hooks/observability/useDashboardMetrics.d.ts.map +1 -0
- package/dist/hooks/observability/useErrorAnalysis.d.ts +7 -0
- package/dist/hooks/observability/useErrorAnalysis.d.ts.map +1 -0
- package/dist/hooks/observability/useErrorDetails.d.ts +20 -0
- package/dist/hooks/observability/useErrorDetails.d.ts.map +1 -0
- package/dist/hooks/observability/useErrorDistribution.d.ts +12 -0
- package/dist/hooks/observability/useErrorDistribution.d.ts.map +1 -0
- package/dist/hooks/observability/useErrorTrends.d.ts +12 -0
- package/dist/hooks/observability/useErrorTrends.d.ts.map +1 -0
- package/dist/hooks/observability/useRecentExecutionsByResource.d.ts +18 -0
- package/dist/hooks/observability/useRecentExecutionsByResource.d.ts.map +1 -0
- package/dist/hooks/observability/useResolveError.d.ts +17 -0
- package/dist/hooks/observability/useResolveError.d.ts.map +1 -0
- package/dist/hooks/observability/useResourcesHealth.d.ts +13 -0
- package/dist/hooks/observability/useResourcesHealth.d.ts.map +1 -0
- package/dist/hooks/observability/useTopFailingResources.d.ts +13 -0
- package/dist/hooks/observability/useTopFailingResources.d.ts.map +1 -0
- package/dist/hooks/observability/useUnresolvedErrors.d.ts +15 -0
- package/dist/hooks/observability/useUnresolvedErrors.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/index.d.ts +8 -0
- package/dist/hooks/operations/command-view/index.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/types.d.ts +123 -0
- package/dist/hooks/operations/command-view/types.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useCheckpointTasks.d.ts +24 -0
- package/dist/hooks/operations/command-view/useCheckpointTasks.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useCommandViewData.d.ts +11 -0
- package/dist/hooks/operations/command-view/useCommandViewData.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useCommandViewLayout.d.ts +44 -0
- package/dist/hooks/operations/command-view/useCommandViewLayout.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useCommandViewStats.d.ts +12 -0
- package/dist/hooks/operations/command-view/useCommandViewStats.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useCommandViewStore.d.ts +39 -0
- package/dist/hooks/operations/command-view/useCommandViewStore.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useResourceErrors.d.ts +22 -0
- package/dist/hooks/operations/command-view/useResourceErrors.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useResourceExecutions.d.ts +22 -0
- package/dist/hooks/operations/command-view/useResourceExecutions.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/utils/filterCommandViewData.d.ts +30 -0
- package/dist/hooks/operations/command-view/utils/filterCommandViewData.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/utils/index.d.ts +6 -0
- package/dist/hooks/operations/command-view/utils/index.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/utils/mergeStatsWithTopology.d.ts +19 -0
- package/dist/hooks/operations/command-view/utils/mergeStatsWithTopology.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +15 -0
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts.map +1 -0
- package/dist/hooks/operations/index.d.ts +4 -0
- package/dist/hooks/operations/index.d.ts.map +1 -0
- package/dist/hooks/operations/knowledge-base/index.d.ts +3 -0
- package/dist/hooks/operations/knowledge-base/index.d.ts.map +1 -0
- package/dist/hooks/operations/knowledge-base/useDeploymentDocs.d.ts +27 -0
- package/dist/hooks/operations/knowledge-base/useDeploymentDocs.d.ts.map +1 -0
- package/dist/hooks/operations/shared/index.d.ts +6 -0
- package/dist/hooks/operations/shared/index.d.ts.map +1 -0
- package/dist/hooks/operations/shared/queryKeys.d.ts +23 -0
- package/dist/hooks/operations/shared/queryKeys.d.ts.map +1 -0
- package/dist/hooks/operations/shared/resourceDefinitionUtils.d.ts +10 -0
- package/dist/hooks/operations/shared/resourceDefinitionUtils.d.ts.map +1 -0
- package/dist/hooks/operations/shared/useExecutionLogSSE.d.ts +11 -0
- package/dist/hooks/operations/shared/useExecutionLogSSE.d.ts.map +1 -0
- package/dist/hooks/operations/shared/useExecutionPanelState.d.ts +46 -0
- package/dist/hooks/operations/shared/useExecutionPanelState.d.ts.map +1 -0
- package/dist/hooks/published.d.ts +21 -6016
- package/dist/hooks/published.d.ts.map +1 -0
- package/dist/hooks/published.js +11 -11
- package/dist/hooks/scheduling/index.d.ts +7 -0
- package/dist/hooks/scheduling/index.d.ts.map +1 -0
- package/dist/hooks/scheduling/useScheduledTasks.d.ts +19 -0
- package/dist/hooks/scheduling/useScheduledTasks.d.ts.map +1 -0
- package/dist/hooks/scheduling/useSchedules.d.ts +185 -0
- package/dist/hooks/scheduling/useSchedules.d.ts.map +1 -0
- package/dist/hooks/services/OperationsService.d.ts +73 -0
- package/dist/hooks/services/OperationsService.d.ts.map +1 -0
- package/dist/hooks/services/index.d.ts +2 -0
- package/dist/hooks/services/index.d.ts.map +1 -0
- package/dist/hooks/sessions/index.d.ts +8 -0
- package/dist/hooks/sessions/index.d.ts.map +1 -0
- package/dist/hooks/sessions/types.d.ts +33 -0
- package/dist/hooks/sessions/types.d.ts.map +1 -0
- package/dist/hooks/sessions/useSessionExecutions.d.ts +13 -0
- package/dist/hooks/sessions/useSessionExecutions.d.ts.map +1 -0
- package/dist/hooks/sessions/useSessionMessages.d.ts +7 -0
- package/dist/hooks/sessions/useSessionMessages.d.ts.map +1 -0
- package/dist/hooks/sessions/useSessionWebSocket.d.ts +19 -0
- package/dist/hooks/sessions/useSessionWebSocket.d.ts.map +1 -0
- package/dist/hooks/sessions/useSessions.d.ts +26 -0
- package/dist/hooks/sessions/useSessions.d.ts.map +1 -0
- package/dist/hooks/settings/api-keys/apiKeyService.d.ts +37 -0
- package/dist/hooks/settings/api-keys/apiKeyService.d.ts.map +1 -0
- package/dist/hooks/settings/api-keys/index.d.ts +7 -0
- package/dist/hooks/settings/api-keys/index.d.ts.map +1 -0
- package/dist/hooks/settings/api-keys/useCreateApiKey.d.ts +3 -0
- package/dist/hooks/settings/api-keys/useCreateApiKey.d.ts.map +1 -0
- package/dist/hooks/settings/api-keys/useDeleteApiKey.d.ts +2 -0
- package/dist/hooks/settings/api-keys/useDeleteApiKey.d.ts.map +1 -0
- package/dist/hooks/settings/api-keys/useListApiKeys.d.ts +2 -0
- package/dist/hooks/settings/api-keys/useListApiKeys.d.ts.map +1 -0
- package/dist/hooks/settings/api-keys/useUpdateApiKey.d.ts +5 -0
- package/dist/hooks/settings/api-keys/useUpdateApiKey.d.ts.map +1 -0
- package/dist/hooks/settings/credentials/index.d.ts +7 -0
- package/dist/hooks/settings/credentials/index.d.ts.map +1 -0
- package/dist/hooks/settings/credentials/useCreateCredential.d.ts +3 -0
- package/dist/hooks/settings/credentials/useCreateCredential.d.ts.map +1 -0
- package/dist/hooks/settings/credentials/useCredentials.d.ts +8 -0
- package/dist/hooks/settings/credentials/useCredentials.d.ts.map +1 -0
- package/dist/hooks/settings/credentials/useDeleteCredential.d.ts +2 -0
- package/dist/hooks/settings/credentials/useDeleteCredential.d.ts.map +1 -0
- package/dist/hooks/settings/credentials/useUpdateCredential.d.ts +10 -0
- package/dist/hooks/settings/credentials/useUpdateCredential.d.ts.map +1 -0
- package/dist/hooks/settings/deployments/deploymentService.d.ts +13 -0
- package/dist/hooks/settings/deployments/deploymentService.d.ts.map +1 -0
- package/dist/hooks/settings/deployments/index.d.ts +5 -0
- package/dist/hooks/settings/deployments/index.d.ts.map +1 -0
- package/dist/hooks/settings/deployments/useDeploymentActions.d.ts +4 -0
- package/dist/hooks/settings/deployments/useDeploymentActions.d.ts.map +1 -0
- package/dist/hooks/settings/deployments/useListDeployments.d.ts +2 -0
- package/dist/hooks/settings/deployments/useListDeployments.d.ts.map +1 -0
- package/dist/hooks/settings/index.d.ts +6 -0
- package/dist/hooks/settings/index.d.ts.map +1 -0
- package/dist/hooks/settings/organization/index.d.ts +6 -0
- package/dist/hooks/settings/organization/index.d.ts.map +1 -0
- package/dist/hooks/settings/organization/organizationMembershipService.d.ts +44 -0
- package/dist/hooks/settings/organization/organizationMembershipService.d.ts.map +1 -0
- package/dist/hooks/settings/organization/useDeactivateMembership.d.ts +11 -0
- package/dist/hooks/settings/organization/useDeactivateMembership.d.ts.map +1 -0
- package/dist/hooks/settings/organization/useReactivateMembership.d.ts +11 -0
- package/dist/hooks/settings/organization/useReactivateMembership.d.ts.map +1 -0
- package/dist/hooks/settings/organization/useUpdateMemberConfig.d.ts +8 -0
- package/dist/hooks/settings/organization/useUpdateMemberConfig.d.ts.map +1 -0
- package/dist/hooks/settings/organization/useUserMemberships.d.ts +3 -0
- package/dist/hooks/settings/organization/useUserMemberships.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/index.d.ts +7 -0
- package/dist/hooks/settings/webhooks/index.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/useCreateWebhookEndpoint.d.ts +18 -0
- package/dist/hooks/settings/webhooks/useCreateWebhookEndpoint.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/useDeleteWebhookEndpoint.d.ts +2 -0
- package/dist/hooks/settings/webhooks/useDeleteWebhookEndpoint.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/useListWebhookEndpoints.d.ts +14 -0
- package/dist/hooks/settings/webhooks/useListWebhookEndpoints.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/useUpdateWebhookEndpoint.d.ts +18 -0
- package/dist/hooks/settings/webhooks/useUpdateWebhookEndpoint.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/webhookEndpointService.d.ts +27 -0
- package/dist/hooks/settings/webhooks/webhookEndpointService.d.ts.map +1 -0
- package/dist/hooks/useActivityFilters.d.ts +18 -0
- package/dist/hooks/useActivityFilters.d.ts.map +1 -0
- package/dist/hooks/useDomainFilters.d.ts +36 -0
- package/dist/hooks/useDomainFilters.d.ts.map +1 -0
- package/dist/hooks/useExecutionLogsFilters.d.ts +28 -0
- package/dist/hooks/useExecutionLogsFilters.d.ts.map +1 -0
- package/dist/hooks/useOrganizationMembers.d.ts +18 -0
- package/dist/hooks/useOrganizationMembers.d.ts.map +1 -0
- package/dist/hooks/useTimeRangeDates.d.ts +10 -0
- package/dist/hooks/useTimeRangeDates.d.ts.map +1 -0
- package/dist/index.d.ts +15 -8453
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +16 -16
- package/dist/initialization/InitializationProvider.d.ts +48 -0
- package/dist/initialization/InitializationProvider.d.ts.map +1 -0
- package/dist/initialization/hooks/useAppInitialization.d.ts +32 -0
- package/dist/initialization/hooks/useAppInitialization.d.ts.map +1 -0
- package/dist/initialization/index.d.ts +23 -2505
- package/dist/initialization/index.d.ts.map +1 -0
- package/dist/initialization/index.js +3 -3
- package/dist/layout/index.d.ts +193 -3
- package/dist/layout/index.js +5 -4
- package/dist/organization/components/OrganizationSwitcher.d.ts +11 -0
- package/dist/organization/components/OrganizationSwitcher.d.ts.map +1 -0
- package/dist/organization/context/OrganizationContext.d.ts +41 -0
- package/dist/organization/context/OrganizationContext.d.ts.map +1 -0
- package/dist/organization/context/OrganizationProvider.d.ts +24 -0
- package/dist/organization/context/OrganizationProvider.d.ts.map +1 -0
- package/dist/organization/hooks/useOrgInitialization.d.ts +56 -0
- package/dist/organization/hooks/useOrgInitialization.d.ts.map +1 -0
- package/dist/organization/hooks/useOrganizations.d.ts +31 -0
- package/dist/organization/hooks/useOrganizations.d.ts.map +1 -0
- package/dist/organization/index.d.ts +23 -264
- package/dist/organization/index.d.ts.map +1 -0
- package/dist/organization/index.js +3 -3
- package/dist/organization/store/organizationsSlice.d.ts +40 -0
- package/dist/organization/store/organizationsSlice.d.ts.map +1 -0
- package/dist/organization/store/types.d.ts +20 -0
- package/dist/organization/store/types.d.ts.map +1 -0
- package/dist/profile/context/ProfileProvider.d.ts +31 -0
- package/dist/profile/context/ProfileProvider.d.ts.map +1 -0
- package/dist/profile/hooks/useUserProfile.d.ts +38 -0
- package/dist/profile/hooks/useUserProfile.d.ts.map +1 -0
- package/dist/profile/index.d.ts +15 -2456
- package/dist/profile/index.d.ts.map +1 -0
- package/dist/profile/index.js +1 -1
- package/dist/profile/services/UserProfileService.d.ts +29 -0
- package/dist/profile/services/UserProfileService.d.ts.map +1 -0
- package/dist/provider/CoreAuthKitInner.d.ts +12 -0
- package/dist/provider/CoreAuthKitInner.d.ts.map +1 -0
- package/dist/provider/ElevasisCoreProvider.d.ts +25 -0
- package/dist/provider/ElevasisCoreProvider.d.ts.map +1 -0
- package/dist/provider/ElevasisServiceContext.d.ts +31 -0
- package/dist/provider/ElevasisServiceContext.d.ts.map +1 -0
- package/dist/provider/ElevasisUIProvider.d.ts +28 -0
- package/dist/provider/ElevasisUIProvider.d.ts.map +1 -0
- package/dist/provider/NotificationContext.d.ts +49 -0
- package/dist/provider/NotificationContext.d.ts.map +1 -0
- package/dist/provider/__tests__/CoreAuthKitInner.test.d.ts +2 -0
- package/dist/provider/__tests__/CoreAuthKitInner.test.d.ts.map +1 -0
- package/dist/provider/__tests__/ElevasisCoreProvider.test.d.ts +2 -0
- package/dist/provider/__tests__/ElevasisCoreProvider.test.d.ts.map +1 -0
- package/dist/provider/index.d.ts +11 -334
- package/dist/provider/index.d.ts.map +1 -0
- package/dist/provider/index.js +8 -8
- package/dist/provider/published.d.ts +11 -309
- package/dist/provider/published.d.ts.map +1 -0
- package/dist/provider/published.js +4 -4
- package/dist/provider/types.d.ts +151 -0
- package/dist/provider/types.d.ts.map +1 -0
- package/dist/router/index.d.ts +12 -1
- package/dist/router/index.js +1 -1
- package/dist/sdk-barrel.d.ts +20 -0
- package/dist/sdk-barrel.d.ts.map +1 -0
- package/dist/supabase/client.d.ts +2265 -0
- package/dist/supabase/client.d.ts.map +1 -0
- package/dist/supabase/index.d.ts +2 -4595
- package/dist/supabase/index.d.ts.map +1 -0
- package/dist/theme/PresetsContext.d.ts +4 -0
- package/dist/theme/PresetsContext.d.ts.map +1 -0
- package/dist/theme/cssVariables.d.ts +12 -0
- package/dist/theme/cssVariables.d.ts.map +1 -0
- package/dist/theme/index.d.ts +10 -148
- package/dist/theme/index.d.ts.map +1 -0
- package/dist/theme/index.js +3 -3
- package/dist/theme/presets/__tests__/getPreset.test.d.ts +2 -0
- package/dist/theme/presets/__tests__/getPreset.test.d.ts.map +1 -0
- package/dist/theme/presets/__tests__/getPreset.test.js +88 -0
- package/dist/theme/presets/abyss.d.ts +3 -0
- package/dist/theme/presets/abyss.d.ts.map +1 -0
- package/dist/theme/presets/aurora.d.ts +8 -0
- package/dist/theme/presets/aurora.d.ts.map +1 -0
- package/dist/theme/presets/canopy.d.ts +12 -0
- package/dist/theme/presets/canopy.d.ts.map +1 -0
- package/dist/theme/presets/cyber-punk.d.ts +11 -0
- package/dist/theme/presets/cyber-punk.d.ts.map +1 -0
- package/dist/theme/presets/cyber-punk.js +78 -0
- package/dist/theme/presets/cyber-strike.d.ts +13 -0
- package/dist/theme/presets/cyber-strike.d.ts.map +1 -0
- package/dist/theme/presets/cyber-void.d.ts +12 -0
- package/dist/theme/presets/cyber-void.d.ts.map +1 -0
- package/dist/theme/presets/cyber-volt.d.ts +12 -0
- package/dist/theme/presets/cyber-volt.d.ts.map +1 -0
- package/dist/theme/presets/default.d.ts +4 -0
- package/dist/theme/presets/default.d.ts.map +1 -0
- package/dist/theme/presets/ember.d.ts +8 -0
- package/dist/theme/presets/ember.d.ts.map +1 -0
- package/dist/theme/presets/honey.d.ts +12 -0
- package/dist/theme/presets/honey.d.ts.map +1 -0
- package/dist/theme/presets/index.d.ts +8 -0
- package/dist/theme/presets/index.d.ts.map +1 -0
- package/dist/theme/presets/index.js +136 -0
- package/dist/theme/presets/midnight.d.ts +8 -0
- package/dist/theme/presets/midnight.d.ts.map +1 -0
- package/dist/theme/presets/nirvana.d.ts +16 -0
- package/dist/theme/presets/nirvana.d.ts.map +1 -0
- package/dist/theme/presets/obsidian.d.ts +3 -0
- package/dist/theme/presets/obsidian.d.ts.map +1 -0
- package/dist/theme/presets/regal.d.ts +8 -0
- package/dist/theme/presets/regal.d.ts.map +1 -0
- package/dist/theme/presets/rose-gold.d.ts +8 -0
- package/dist/theme/presets/rose-gold.d.ts.map +1 -0
- package/dist/theme/presets/slate.d.ts +3 -0
- package/dist/theme/presets/slate.d.ts.map +1 -0
- package/dist/theme/presets/tactical.d.ts +8 -0
- package/dist/theme/presets/tactical.d.ts.map +1 -0
- package/dist/theme/presets/types.d.ts +43 -0
- package/dist/theme/presets/types.d.ts.map +1 -0
- package/dist/theme/presets/types.js +3 -0
- package/dist/theme/presets/wave.d.ts +14 -0
- package/dist/theme/presets/wave.d.ts.map +1 -0
- package/dist/theme/useAvailablePresets.d.ts +16 -0
- package/dist/theme/useAvailablePresets.d.ts.map +1 -0
- package/dist/theme/useAvailablePresets.js +36 -0
- package/dist/types/index.d.ts +42 -7124
- package/dist/types/index.d.ts.map +1 -0
- package/dist/utils/error-utils.d.ts +38 -0
- package/dist/utils/error-utils.d.ts.map +1 -0
- package/dist/utils/index.d.ts +8 -265
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/resource-icons.d.ts +18 -0
- package/dist/utils/resource-icons.d.ts.map +1 -0
- package/dist/utils/setup-test-utils.d.ts +2 -0
- package/dist/utils/setup-test-utils.d.ts.map +1 -0
- package/package.json +7 -3
- package/dist/chunk-LHQTTUL2.js +0 -27
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { OrganizationProvider } from './chunk-
|
|
1
|
+
import { OrganizationProvider } from './chunk-U2522LSW.js';
|
|
2
2
|
import { ApiClientProvider, useApiClient } from './chunk-RULQSZYX.js';
|
|
3
3
|
import { getErrorInfo, getErrorTitle, formatErrorMessage } from './chunk-FCFLBMVI.js';
|
|
4
|
-
import { InitializationProvider } from './chunk-
|
|
5
|
-
import { ProfileProvider, ElevasisServiceProvider } from './chunk-
|
|
4
|
+
import { InitializationProvider } from './chunk-DVKEEY5J.js';
|
|
5
|
+
import { ProfileProvider, ElevasisServiceProvider } from './chunk-QEPXAWE2.js';
|
|
6
6
|
import { useOrganization } from './chunk-DD3CCMCZ.js';
|
|
7
7
|
import { useAuthContext } from './chunk-BRJ3QZ4E.js';
|
|
8
8
|
import { createContext, lazy, useContext, Suspense, useRef } from 'react';
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { useComputedColorScheme } from '@mantine/core';
|
|
2
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
|
+
import { useComputedColorScheme } from '@mantine/core';
|
|
3
3
|
|
|
4
4
|
// src/components/layout/backgrounds/PerspectiveGrid.tsx
|
|
5
5
|
function PerspectiveGrid({
|
|
6
|
-
glowColor = "
|
|
6
|
+
glowColor = "color-mix(in srgb, color-mix(in srgb, var(--color-primary) 20%, var(--color-border)) 30%, transparent)",
|
|
7
7
|
lineColor: lineColorProp,
|
|
8
8
|
className
|
|
9
9
|
}) {
|
|
10
|
-
const
|
|
11
|
-
const lineColor = lineColorProp ?? (colorScheme === "dark" ? "rgba(90, 90, 90, 0.1)" : "rgba(120, 120, 120, 0.1)");
|
|
10
|
+
const lineColor = lineColorProp ?? "color-mix(in srgb, var(--color-border) 50%, transparent)";
|
|
12
11
|
return /* @__PURE__ */ jsxs(
|
|
13
12
|
"div",
|
|
14
13
|
{
|
|
@@ -272,8 +271,8 @@ function FilmGrain({ darkOpacity = 0.02, lightOpacity = 0.06, className }) {
|
|
|
272
271
|
);
|
|
273
272
|
}
|
|
274
273
|
var randRange = (min, max) => min + Math.random() * (max - min);
|
|
275
|
-
var FLUX_SPARKS = Array.from({ length:
|
|
276
|
-
const duration = randRange(
|
|
274
|
+
var FLUX_SPARKS = Array.from({ length: 32 }, () => {
|
|
275
|
+
const duration = randRange(12, 70);
|
|
277
276
|
const pulse = randRange(0.8, 2.2);
|
|
278
277
|
return {
|
|
279
278
|
left: randRange(0, 100),
|
|
@@ -281,6 +280,37 @@ var FLUX_SPARKS = Array.from({ length: 42 }, () => {
|
|
|
281
280
|
duration,
|
|
282
281
|
delay: -randRange(0, duration),
|
|
283
282
|
drift: randRange(-35, 35),
|
|
283
|
+
peak: randRange(0.18, 0.5),
|
|
284
|
+
pulse,
|
|
285
|
+
pulseDelay: -randRange(0, pulse)
|
|
286
|
+
};
|
|
287
|
+
});
|
|
288
|
+
var FLUX_MOTES = Array.from({ length: 19 }, () => {
|
|
289
|
+
const duration = randRange(18, 90);
|
|
290
|
+
const pulse = randRange(1.6, 4);
|
|
291
|
+
return {
|
|
292
|
+
left: randRange(-2, 102),
|
|
293
|
+
size: randRange(3.5, 10),
|
|
294
|
+
duration,
|
|
295
|
+
delay: -randRange(0, duration),
|
|
296
|
+
drift: randRange(-55, 55),
|
|
297
|
+
blur: randRange(1.5, 5),
|
|
298
|
+
peak: randRange(0.22, 0.55),
|
|
299
|
+
pulse,
|
|
300
|
+
pulseDelay: -randRange(0, pulse)
|
|
301
|
+
};
|
|
302
|
+
});
|
|
303
|
+
var FLUX_GLOWS = Array.from({ length: 10 }, () => {
|
|
304
|
+
const duration = randRange(25, 130);
|
|
305
|
+
const pulse = randRange(3.5, 7);
|
|
306
|
+
return {
|
|
307
|
+
left: randRange(-5, 105),
|
|
308
|
+
size: randRange(3, 22),
|
|
309
|
+
duration,
|
|
310
|
+
delay: -randRange(0, duration),
|
|
311
|
+
drift: randRange(-80, 80),
|
|
312
|
+
blur: randRange(6, 16),
|
|
313
|
+
opacity: randRange(0.18, 0.42),
|
|
284
314
|
pulse,
|
|
285
315
|
pulseDelay: -randRange(0, pulse)
|
|
286
316
|
};
|
|
@@ -288,24 +318,106 @@ var FLUX_SPARKS = Array.from({ length: 42 }, () => {
|
|
|
288
318
|
var KEYFRAMES4 = `
|
|
289
319
|
@keyframes elevasis-cyber-spark-rise {
|
|
290
320
|
0% { transform: translate3d(0, 0, 0); opacity: 0; }
|
|
291
|
-
10% { opacity: 1; }
|
|
292
|
-
85% { opacity: 0.9; }
|
|
321
|
+
10% { opacity: var(--cy-peak, 1); }
|
|
322
|
+
85% { opacity: calc(var(--cy-peak, 1) * 0.9); }
|
|
293
323
|
100% { transform: translate3d(var(--cy-drift, 0px), -112vh, 0); opacity: 0; }
|
|
294
324
|
}
|
|
295
325
|
@keyframes elevasis-cyber-spark-pulse {
|
|
296
326
|
0%, 100% { filter: brightness(0.55); transform: scale(0.8); }
|
|
297
327
|
50% { filter: brightness(1.7); transform: scale(1.25); }
|
|
298
328
|
}
|
|
329
|
+
@keyframes elevasis-cyber-glow-pulse {
|
|
330
|
+
0%, 100% { transform: scale(0.85); }
|
|
331
|
+
50% { transform: scale(1.2); }
|
|
332
|
+
}
|
|
299
333
|
@media (prefers-reduced-motion: reduce) {
|
|
300
334
|
.elevasis-cyber-spark,
|
|
301
|
-
.elevasis-cyber-spark-inner
|
|
335
|
+
.elevasis-cyber-spark-inner,
|
|
336
|
+
.elevasis-cyber-glow,
|
|
337
|
+
.elevasis-cyber-glow-inner {
|
|
302
338
|
animation: none !important;
|
|
303
339
|
}
|
|
304
|
-
.elevasis-cyber-spark
|
|
340
|
+
.elevasis-cyber-spark,
|
|
341
|
+
.elevasis-cyber-glow {
|
|
305
342
|
opacity: 0 !important;
|
|
306
343
|
}
|
|
307
344
|
}
|
|
308
345
|
`;
|
|
346
|
+
function FluxGlows() {
|
|
347
|
+
return /* @__PURE__ */ jsx(Fragment, { children: FLUX_GLOWS.map((g, i) => /* @__PURE__ */ jsx(
|
|
348
|
+
"div",
|
|
349
|
+
{
|
|
350
|
+
className: "elevasis-cyber-glow",
|
|
351
|
+
style: {
|
|
352
|
+
position: "absolute",
|
|
353
|
+
bottom: "-5%",
|
|
354
|
+
left: `${g.left}%`,
|
|
355
|
+
width: `${g.size}px`,
|
|
356
|
+
height: `${g.size}px`,
|
|
357
|
+
filter: `blur(${g.blur}px)`,
|
|
358
|
+
animation: `elevasis-cyber-spark-rise ${g.duration}s linear infinite`,
|
|
359
|
+
animationDelay: `${g.delay}s`,
|
|
360
|
+
["--cy-drift"]: `${g.drift}px`,
|
|
361
|
+
["--cy-peak"]: `${g.opacity}`,
|
|
362
|
+
willChange: "transform, opacity"
|
|
363
|
+
},
|
|
364
|
+
children: /* @__PURE__ */ jsx(
|
|
365
|
+
"div",
|
|
366
|
+
{
|
|
367
|
+
className: "elevasis-cyber-glow-inner",
|
|
368
|
+
style: {
|
|
369
|
+
width: "100%",
|
|
370
|
+
height: "100%",
|
|
371
|
+
borderRadius: "50%",
|
|
372
|
+
background: `radial-gradient(circle, var(--color-primary) 0%, color-mix(in srgb, var(--color-primary) 60%, transparent) 45%, transparent 75%)`,
|
|
373
|
+
animation: `elevasis-cyber-glow-pulse ${g.pulse}s ease-in-out infinite`,
|
|
374
|
+
animationDelay: `${g.pulseDelay}s`,
|
|
375
|
+
willChange: "transform"
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
)
|
|
379
|
+
},
|
|
380
|
+
i
|
|
381
|
+
)) });
|
|
382
|
+
}
|
|
383
|
+
function FluxMotes() {
|
|
384
|
+
return /* @__PURE__ */ jsx(Fragment, { children: FLUX_MOTES.map((m, i) => /* @__PURE__ */ jsx(
|
|
385
|
+
"div",
|
|
386
|
+
{
|
|
387
|
+
className: "elevasis-cyber-spark",
|
|
388
|
+
style: {
|
|
389
|
+
position: "absolute",
|
|
390
|
+
bottom: "-3%",
|
|
391
|
+
left: `${m.left}%`,
|
|
392
|
+
width: `${m.size}px`,
|
|
393
|
+
height: `${m.size}px`,
|
|
394
|
+
filter: `blur(${m.blur}px)`,
|
|
395
|
+
animation: `elevasis-cyber-spark-rise ${m.duration}s linear infinite`,
|
|
396
|
+
animationDelay: `${m.delay}s`,
|
|
397
|
+
["--cy-drift"]: `${m.drift}px`,
|
|
398
|
+
["--cy-peak"]: `${m.peak}`,
|
|
399
|
+
willChange: "transform, opacity"
|
|
400
|
+
},
|
|
401
|
+
children: /* @__PURE__ */ jsx(
|
|
402
|
+
"div",
|
|
403
|
+
{
|
|
404
|
+
className: "elevasis-cyber-spark-inner",
|
|
405
|
+
style: {
|
|
406
|
+
width: "100%",
|
|
407
|
+
height: "100%",
|
|
408
|
+
borderRadius: "50%",
|
|
409
|
+
background: `radial-gradient(circle, var(--color-primary) 0%, color-mix(in srgb, var(--color-primary) 70%, transparent) 55%, transparent 90%)`,
|
|
410
|
+
boxShadow: `0 0 ${m.size * 1.2}px color-mix(in srgb, var(--color-primary) 40%, transparent)`,
|
|
411
|
+
animation: `elevasis-cyber-spark-pulse ${m.pulse}s ease-in-out infinite`,
|
|
412
|
+
animationDelay: `${m.pulseDelay}s`,
|
|
413
|
+
willChange: "transform, filter"
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
)
|
|
417
|
+
},
|
|
418
|
+
i
|
|
419
|
+
)) });
|
|
420
|
+
}
|
|
309
421
|
function FluxSparks() {
|
|
310
422
|
return /* @__PURE__ */ jsx(Fragment, { children: FLUX_SPARKS.map((s, i) => /* @__PURE__ */ jsx(
|
|
311
423
|
"div",
|
|
@@ -320,6 +432,7 @@ function FluxSparks() {
|
|
|
320
432
|
animation: `elevasis-cyber-spark-rise ${s.duration}s linear infinite`,
|
|
321
433
|
animationDelay: `${s.delay}s`,
|
|
322
434
|
["--cy-drift"]: `${s.drift}px`,
|
|
435
|
+
["--cy-peak"]: `${s.peak}`,
|
|
323
436
|
willChange: "transform, opacity"
|
|
324
437
|
},
|
|
325
438
|
children: /* @__PURE__ */ jsx(
|
|
@@ -356,6 +469,8 @@ function CyberParticles({ variant: _variant, className }) {
|
|
|
356
469
|
},
|
|
357
470
|
children: [
|
|
358
471
|
/* @__PURE__ */ jsx("style", { children: KEYFRAMES4 }),
|
|
472
|
+
/* @__PURE__ */ jsx(FluxGlows, {}),
|
|
473
|
+
/* @__PURE__ */ jsx(FluxMotes, {}),
|
|
359
474
|
/* @__PURE__ */ jsx(FluxSparks, {})
|
|
360
475
|
]
|
|
361
476
|
}
|
|
@@ -370,5 +485,218 @@ function CyberBackground({ variant }) {
|
|
|
370
485
|
/* @__PURE__ */ jsx(FilmGrain, {})
|
|
371
486
|
] });
|
|
372
487
|
}
|
|
488
|
+
var MOTE_COUNT = 24;
|
|
489
|
+
var randRange2 = (min, max) => min + Math.random() * (max - min);
|
|
490
|
+
var MOTES = Array.from({ length: MOTE_COUNT }, () => {
|
|
491
|
+
const size = randRange2(2, 16);
|
|
492
|
+
return {
|
|
493
|
+
left: randRange2(0, 100),
|
|
494
|
+
size,
|
|
495
|
+
blur: size / 2,
|
|
496
|
+
duration: randRange2(28, 52),
|
|
497
|
+
delay: -randRange2(0, 35),
|
|
498
|
+
drift: randRange2(-22, 22),
|
|
499
|
+
pulse: randRange2(3, 9),
|
|
500
|
+
pulseDelay: -randRange2(0, 5)
|
|
501
|
+
};
|
|
502
|
+
});
|
|
503
|
+
var STYLE = `
|
|
504
|
+
div[style*="var(--color-background)"][style*="100vh"] {
|
|
505
|
+
background-color: transparent !important;
|
|
506
|
+
isolation: isolate;
|
|
507
|
+
}
|
|
508
|
+
.wavy-bg-root {
|
|
509
|
+
position: absolute;
|
|
510
|
+
inset: 0;
|
|
511
|
+
z-index: -1;
|
|
512
|
+
overflow: hidden;
|
|
513
|
+
pointer-events: none;
|
|
514
|
+
background: var(--color-background);
|
|
515
|
+
}
|
|
516
|
+
/* Variant palettes (light mode defaults) */
|
|
517
|
+
.wavy-bg-root[data-variant="nirvana"] {
|
|
518
|
+
--wavy-wave-front: #fde8e0;
|
|
519
|
+
--wavy-wave-back: #fef2ec;
|
|
520
|
+
--wavy-mote-core: rgba(253, 205, 170, 0.85);
|
|
521
|
+
--wavy-mote-halo: rgba(253, 205, 170, 0.3);
|
|
522
|
+
}
|
|
523
|
+
.wavy-bg-root[data-variant="wave"] {
|
|
524
|
+
--wavy-wave-front: #dbeafe;
|
|
525
|
+
--wavy-wave-back: #eef4ff;
|
|
526
|
+
--wavy-mote-core: rgba(125, 180, 255, 0.85);
|
|
527
|
+
--wavy-mote-halo: rgba(125, 180, 255, 0.3);
|
|
528
|
+
}
|
|
529
|
+
.wavy-bg-root[data-variant="honey"] {
|
|
530
|
+
--wavy-wave-front: #fbeed3;
|
|
531
|
+
--wavy-wave-back: #fdf5e0;
|
|
532
|
+
--wavy-mote-core: rgba(230, 170, 50, 0.85);
|
|
533
|
+
--wavy-mote-halo: rgba(230, 170, 50, 0.3);
|
|
534
|
+
}
|
|
535
|
+
.wavy-bg-root[data-variant="canopy"] {
|
|
536
|
+
--wavy-wave-front: #dcebdf;
|
|
537
|
+
--wavy-wave-back: #e6f0e8;
|
|
538
|
+
--wavy-mote-core: rgba(140, 205, 155, 0.85);
|
|
539
|
+
--wavy-mote-halo: rgba(140, 205, 155, 0.3);
|
|
540
|
+
}
|
|
541
|
+
/* Variant palettes (dark mode overrides) */
|
|
542
|
+
[data-mantine-color-scheme="dark"] .wavy-bg-root[data-variant="nirvana"] {
|
|
543
|
+
--wavy-wave-front: #140804;
|
|
544
|
+
--wavy-wave-back: #0a0402;
|
|
545
|
+
--wavy-mote-core: rgba(180, 110, 70, 0.4);
|
|
546
|
+
--wavy-mote-halo: rgba(180, 110, 70, 0.12);
|
|
547
|
+
}
|
|
548
|
+
[data-mantine-color-scheme="dark"] .wavy-bg-root[data-variant="wave"] {
|
|
549
|
+
--wavy-wave-front: #050e1c;
|
|
550
|
+
--wavy-wave-back: #030812;
|
|
551
|
+
--wavy-mote-core: rgba(90, 160, 230, 0.4);
|
|
552
|
+
--wavy-mote-halo: rgba(90, 160, 230, 0.12);
|
|
553
|
+
}
|
|
554
|
+
[data-mantine-color-scheme="dark"] .wavy-bg-root[data-variant="honey"] {
|
|
555
|
+
--wavy-wave-front: #120e05;
|
|
556
|
+
--wavy-wave-back: #080502;
|
|
557
|
+
--wavy-mote-core: rgba(232, 168, 32, 0.4);
|
|
558
|
+
--wavy-mote-halo: rgba(232, 168, 32, 0.12);
|
|
559
|
+
}
|
|
560
|
+
[data-mantine-color-scheme="dark"] .wavy-bg-root[data-variant="canopy"] {
|
|
561
|
+
--wavy-wave-front: #060f09;
|
|
562
|
+
--wavy-wave-back: #030805;
|
|
563
|
+
--wavy-mote-core: rgba(74, 168, 96, 0.4);
|
|
564
|
+
--wavy-mote-halo: rgba(74, 168, 96, 0.12);
|
|
565
|
+
}
|
|
566
|
+
.wavy-bg-layer {
|
|
567
|
+
position: absolute;
|
|
568
|
+
top: 0;
|
|
569
|
+
left: 0;
|
|
570
|
+
width: 200%;
|
|
571
|
+
height: 100%;
|
|
572
|
+
will-change: transform;
|
|
573
|
+
}
|
|
574
|
+
.wavy-bg-layer svg {
|
|
575
|
+
display: block;
|
|
576
|
+
width: 100%;
|
|
577
|
+
height: 100%;
|
|
578
|
+
}
|
|
579
|
+
@keyframes wavy-drift {
|
|
580
|
+
from { transform: translateX(0); }
|
|
581
|
+
to { transform: translateX(-50%); }
|
|
582
|
+
}
|
|
583
|
+
.wavy-bg-layer-back {
|
|
584
|
+
animation: wavy-drift 105s linear infinite;
|
|
585
|
+
}
|
|
586
|
+
.wavy-bg-layer-front {
|
|
587
|
+
animation: wavy-drift 63s linear infinite;
|
|
588
|
+
}
|
|
589
|
+
.wavy-bg-wave-back {
|
|
590
|
+
fill: var(--wavy-wave-back);
|
|
591
|
+
}
|
|
592
|
+
.wavy-bg-wave-front {
|
|
593
|
+
fill: var(--wavy-wave-front);
|
|
594
|
+
}
|
|
595
|
+
.wavy-bg-motes {
|
|
596
|
+
position: absolute;
|
|
597
|
+
inset: 0;
|
|
598
|
+
pointer-events: none;
|
|
599
|
+
}
|
|
600
|
+
.wavy-bg-mote {
|
|
601
|
+
position: absolute;
|
|
602
|
+
bottom: 18%;
|
|
603
|
+
opacity: 0;
|
|
604
|
+
transform: translate3d(0, 0, 0);
|
|
605
|
+
animation: wavy-mote-rise var(--mote-duration, 32s) ease-in-out infinite;
|
|
606
|
+
animation-delay: var(--mote-delay, 0s);
|
|
607
|
+
will-change: transform, opacity;
|
|
608
|
+
}
|
|
609
|
+
.wavy-bg-mote-inner {
|
|
610
|
+
width: var(--mote-size, 4px);
|
|
611
|
+
height: var(--mote-size, 4px);
|
|
612
|
+
border-radius: 50%;
|
|
613
|
+
background: radial-gradient(
|
|
614
|
+
circle,
|
|
615
|
+
var(--wavy-mote-core) 0%,
|
|
616
|
+
var(--wavy-mote-halo) 45%,
|
|
617
|
+
transparent 75%
|
|
618
|
+
);
|
|
619
|
+
filter: blur(var(--mote-blur, 2px));
|
|
620
|
+
animation: wavy-mote-pulse var(--mote-pulse, 5s) ease-in-out infinite;
|
|
621
|
+
animation-delay: var(--mote-pulse-delay, 0s);
|
|
622
|
+
will-change: transform, filter;
|
|
623
|
+
}
|
|
624
|
+
@keyframes wavy-mote-rise {
|
|
625
|
+
0% {
|
|
626
|
+
transform: translate3d(0, 0, 0);
|
|
627
|
+
opacity: 0;
|
|
628
|
+
}
|
|
629
|
+
12% {
|
|
630
|
+
opacity: 1;
|
|
631
|
+
}
|
|
632
|
+
70% {
|
|
633
|
+
opacity: 0.85;
|
|
634
|
+
}
|
|
635
|
+
100% {
|
|
636
|
+
transform: translate3d(var(--mote-drift, 0px), -85vh, 0);
|
|
637
|
+
opacity: 0;
|
|
638
|
+
}
|
|
639
|
+
}
|
|
640
|
+
@keyframes wavy-mote-pulse {
|
|
641
|
+
0%, 100% {
|
|
642
|
+
transform: scale(0.75);
|
|
643
|
+
filter: blur(var(--mote-blur, 2px)) brightness(0.8);
|
|
644
|
+
}
|
|
645
|
+
50% {
|
|
646
|
+
transform: scale(1.35);
|
|
647
|
+
filter: blur(calc(var(--mote-blur, 2px) * 1.4)) brightness(1.4);
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
@media (prefers-reduced-motion: reduce) {
|
|
651
|
+
.wavy-bg-layer-back,
|
|
652
|
+
.wavy-bg-layer-front,
|
|
653
|
+
.wavy-bg-mote,
|
|
654
|
+
.wavy-bg-mote-inner {
|
|
655
|
+
animation: none;
|
|
656
|
+
}
|
|
657
|
+
.wavy-bg-mote {
|
|
658
|
+
opacity: 0;
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
`;
|
|
662
|
+
function WaveBackground({ variant }) {
|
|
663
|
+
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
664
|
+
/* @__PURE__ */ jsx("style", { children: STYLE }),
|
|
665
|
+
/* @__PURE__ */ jsxs("div", { className: "wavy-bg-root", "data-variant": variant, children: [
|
|
666
|
+
/* @__PURE__ */ jsx("div", { className: "wavy-bg-layer wavy-bg-layer-back", children: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 3200 900", preserveAspectRatio: "none", children: /* @__PURE__ */ jsx(
|
|
667
|
+
"path",
|
|
668
|
+
{
|
|
669
|
+
className: "wavy-bg-wave-back",
|
|
670
|
+
d: "M0,340 C260,200 520,220 820,340 C1100,480 1340,440 1600,340 C1860,200 2120,220 2420,340 C2700,480 2940,440 3200,340 L3200,900 L0,900 Z"
|
|
671
|
+
}
|
|
672
|
+
) }) }),
|
|
673
|
+
/* @__PURE__ */ jsx("div", { className: "wavy-bg-layer wavy-bg-layer-front", children: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 3200 900", preserveAspectRatio: "none", children: /* @__PURE__ */ jsx(
|
|
674
|
+
"path",
|
|
675
|
+
{
|
|
676
|
+
className: "wavy-bg-wave-front",
|
|
677
|
+
d: "M0,640 C280,540 520,560 820,680 C1100,790 1340,760 1600,640 C1880,540 2120,560 2420,680 C2700,790 2940,760 3200,640 L3200,900 L0,900 Z"
|
|
678
|
+
}
|
|
679
|
+
) }) }),
|
|
680
|
+
/* @__PURE__ */ jsx("div", { className: "wavy-bg-motes", "aria-hidden": "true", children: MOTES.map((mote, i) => /* @__PURE__ */ jsx(
|
|
681
|
+
"div",
|
|
682
|
+
{
|
|
683
|
+
className: "wavy-bg-mote",
|
|
684
|
+
style: {
|
|
685
|
+
left: `${mote.left}%`,
|
|
686
|
+
["--mote-size"]: `${mote.size}px`,
|
|
687
|
+
["--mote-blur"]: `${mote.blur}px`,
|
|
688
|
+
["--mote-duration"]: `${mote.duration}s`,
|
|
689
|
+
["--mote-delay"]: `${mote.delay}s`,
|
|
690
|
+
["--mote-drift"]: `${mote.drift}px`,
|
|
691
|
+
["--mote-pulse"]: `${mote.pulse}s`,
|
|
692
|
+
["--mote-pulse-delay"]: `${mote.pulseDelay}s`
|
|
693
|
+
},
|
|
694
|
+
children: /* @__PURE__ */ jsx("div", { className: "wavy-bg-mote-inner" })
|
|
695
|
+
},
|
|
696
|
+
i
|
|
697
|
+
)) })
|
|
698
|
+
] })
|
|
699
|
+
] });
|
|
700
|
+
}
|
|
373
701
|
|
|
374
|
-
export { CyberBackground, CyberParticles, FilmGrain, FloatingOrbs, PerspectiveGrid, RadiantGlow };
|
|
702
|
+
export { CyberBackground, CyberParticles, FilmGrain, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground };
|
|
@@ -1,17 +1,45 @@
|
|
|
1
|
-
import { getTimeRangeLabel, getTimeRangeDates, useErrorTrends, formatBucketTime } from './chunk-
|
|
1
|
+
import { getTimeRangeLabel, getTimeRangeDates, useErrorTrends, formatBucketTime } from './chunk-LXHZYSMQ.js';
|
|
2
2
|
import { ResourceStatusColors } from './chunk-ELJIFLCB.js';
|
|
3
3
|
import { getErrorInfo, getErrorTitle, getResourceIcon } from './chunk-FCFLBMVI.js';
|
|
4
4
|
import { useAuthContext } from './chunk-BRJ3QZ4E.js';
|
|
5
5
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
6
|
-
import {
|
|
6
|
+
import { useRef, useState, useLayoutEffect, useEffect, useMemo, useCallback } from 'react';
|
|
7
|
+
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
7
8
|
import { useComputedColorScheme, Group, Text, Box, Stack, Center, Title, Button, Loader, Badge, Collapse, ScrollArea, Card, Skeleton, Select, Alert, Code, ThemeIcon, Paper, Grid, NumberFormatter, Space, Tooltip as Tooltip$1, SimpleGrid, SegmentedControl } from '@mantine/core';
|
|
8
9
|
import { ResponsiveContainer, AreaChart, CartesianGrid, XAxis, YAxis, Tooltip, ReferenceLine as ReferenceLine$1, Area, PieChart, Pie, Cell } from 'recharts';
|
|
9
|
-
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
10
10
|
import { IconMinus, IconTrendingUp, IconTrendingDown, IconChevronUp, IconChevronDown, IconAlertCircle, IconClock, IconInfoCircle, IconChevronRight, IconDownload, IconChartLine, IconApps, IconPlayerPlay, IconChartBar, IconAlertTriangle, IconRocket } from '@tabler/icons-react';
|
|
11
11
|
import Markdown from 'react-markdown';
|
|
12
12
|
import { Prism } from 'react-syntax-highlighter';
|
|
13
13
|
import { oneDark } from 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
14
14
|
|
|
15
|
+
function ChartFrame({ h, debounceMs = 150, children }) {
|
|
16
|
+
const ref = useRef(null);
|
|
17
|
+
const [width, setWidth] = useState(0);
|
|
18
|
+
useLayoutEffect(() => {
|
|
19
|
+
const el = ref.current;
|
|
20
|
+
if (!el) return;
|
|
21
|
+
const w = el.getBoundingClientRect().width;
|
|
22
|
+
if (w > 0) setWidth(w);
|
|
23
|
+
}, []);
|
|
24
|
+
useEffect(() => {
|
|
25
|
+
const el = ref.current;
|
|
26
|
+
if (!el) return;
|
|
27
|
+
let timeout;
|
|
28
|
+
const ro = new ResizeObserver((entries) => {
|
|
29
|
+
if (timeout !== void 0) window.clearTimeout(timeout);
|
|
30
|
+
const nextWidth = entries[0]?.contentRect.width ?? 0;
|
|
31
|
+
timeout = window.setTimeout(() => {
|
|
32
|
+
if (nextWidth > 0) setWidth(nextWidth);
|
|
33
|
+
}, debounceMs);
|
|
34
|
+
});
|
|
35
|
+
ro.observe(el);
|
|
36
|
+
return () => {
|
|
37
|
+
ro.disconnect();
|
|
38
|
+
if (timeout !== void 0) window.clearTimeout(timeout);
|
|
39
|
+
};
|
|
40
|
+
}, [debounceMs]);
|
|
41
|
+
return /* @__PURE__ */ jsx("div", { ref, style: { width: "100%", height: h, position: "relative" }, children: width > 0 && /* @__PURE__ */ jsx("div", { style: { width, height: h }, children }) });
|
|
42
|
+
}
|
|
15
43
|
var THEME_DERIVED = {
|
|
16
44
|
grid: "var(--color-border)",
|
|
17
45
|
gridLine: "var(--color-border)",
|
|
@@ -1026,6 +1054,7 @@ function ResourceCard({
|
|
|
1026
1054
|
rightSection,
|
|
1027
1055
|
topSection,
|
|
1028
1056
|
lastRunLabel,
|
|
1057
|
+
dormant = false,
|
|
1029
1058
|
style,
|
|
1030
1059
|
...rest
|
|
1031
1060
|
}) {
|
|
@@ -1105,6 +1134,7 @@ function ResourceCard({
|
|
|
1105
1134
|
}
|
|
1106
1135
|
if (layout === "row") {
|
|
1107
1136
|
const [hovered, setHovered] = useState(false);
|
|
1137
|
+
const baseBackground = dormant ? "var(--glass-background)" : "var(--color-surface)";
|
|
1108
1138
|
return /* @__PURE__ */ jsx(
|
|
1109
1139
|
Card,
|
|
1110
1140
|
{
|
|
@@ -1113,7 +1143,8 @@ function ResourceCard({
|
|
|
1113
1143
|
cursor: "pointer",
|
|
1114
1144
|
border: "1px solid var(--color-border)",
|
|
1115
1145
|
transition: "background 150ms ease",
|
|
1116
|
-
background: hovered ? "var(--active-background)" :
|
|
1146
|
+
background: hovered ? "var(--active-background)" : baseBackground,
|
|
1147
|
+
...dormant ? { backdropFilter: "var(--glass-blur)", WebkitBackdropFilter: "var(--glass-blur)" } : {},
|
|
1117
1148
|
...style
|
|
1118
1149
|
},
|
|
1119
1150
|
onClick: () => onClick(resource),
|
|
@@ -1600,4 +1631,4 @@ function CombinedTrendChart({
|
|
|
1600
1631
|
] });
|
|
1601
1632
|
}
|
|
1602
1633
|
|
|
1603
|
-
export { APIErrorAlert, ActivityTrendChart, CardHeader, CollapsibleSection, CombinedTrendChart, ContextViewer, CostTrendChart, CustomSelector, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, DetailCardSkeleton, EmptyState, GlowDot, HeroStatsRow, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StyledMarkdown, TabCountBadge, TimeRangeSelector, TrendIndicator, catalogItemToResourceDefinition, getSeriesColor, useCyberColors };
|
|
1634
|
+
export { APIErrorAlert, ActivityTrendChart, CardHeader, ChartFrame, CollapsibleSection, CombinedTrendChart, ContextViewer, CostTrendChart, CustomSelector, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, DetailCardSkeleton, EmptyState, GlowDot, HeroStatsRow, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StyledMarkdown, TabCountBadge, TimeRangeSelector, TrendIndicator, catalogItemToResourceDefinition, getSeriesColor, useCyberColors };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { useAppearance } from './chunk-QJ2KCHKX.js';
|
|
2
|
+
import { Center } from '@mantine/core';
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
function SubshellLoader() {
|
|
6
|
+
const { loader } = useAppearance();
|
|
7
|
+
return /* @__PURE__ */ jsx(Center, { mih: "calc(100vh - 70px)", children: loader });
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export { SubshellLoader };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useInitialization } from './chunk-
|
|
1
|
+
import { useInitialization } from './chunk-DVKEEY5J.js';
|
|
2
2
|
import { useAuthContext } from './chunk-BRJ3QZ4E.js';
|
|
3
3
|
import { useRef, useEffect } from 'react';
|
|
4
4
|
import { useQueryClient } from '@tanstack/react-query';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useProfile } from './chunk-
|
|
1
|
+
import { useProfile } from './chunk-QEPXAWE2.js';
|
|
2
2
|
import { useOrganization } from './chunk-DD3CCMCZ.js';
|
|
3
3
|
import { useAuthContext } from './chunk-BRJ3QZ4E.js';
|
|
4
4
|
import { createContext, useContext, useMemo, useCallback, createElement } from 'react';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { AppBackground } from './chunk-NUULWBAD.js';
|
|
1
2
|
import { ElevasisLoader } from './chunk-SZHARWKU.js';
|
|
2
|
-
import { PRESETS, getPreset, generateShades, mantineThemeOverride, createCssVariablesResolver, PresetsProvider } from './chunk-
|
|
3
|
-
import {
|
|
4
|
-
import { ElevasisCoreProvider } from './chunk-YCOTIVEZ.js';
|
|
3
|
+
import { PRESETS, getPreset, generateShades, mantineThemeOverride, createCssVariablesResolver, PresetsProvider } from './chunk-4AKGF454.js';
|
|
4
|
+
import { ElevasisCoreProvider } from './chunk-53GNREDV.js';
|
|
5
5
|
import { AppearanceProvider } from './chunk-QJ2KCHKX.js';
|
|
6
6
|
import { getErrorInfo, formatErrorMessage, getErrorTitle } from './chunk-FCFLBMVI.js';
|
|
7
7
|
import { useMemo, useEffect } from 'react';
|
|
@@ -1,6 +1,109 @@
|
|
|
1
|
-
import { useUserProfile } from './chunk-
|
|
1
|
+
import { useUserProfile } from './chunk-QEPXAWE2.js';
|
|
2
2
|
import { useAuthContext } from './chunk-BRJ3QZ4E.js';
|
|
3
3
|
import { useState, useRef, useEffect, useCallback } from 'react';
|
|
4
|
+
import { Button, Loader, Menu, Text, Badge } from '@mantine/core';
|
|
5
|
+
import { IconChevronDown, IconBuilding, IconCheck } from '@tabler/icons-react';
|
|
6
|
+
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
7
|
+
|
|
8
|
+
function OrganizationSwitcher({
|
|
9
|
+
currentOrganization,
|
|
10
|
+
memberships,
|
|
11
|
+
isLoading,
|
|
12
|
+
onSwitch
|
|
13
|
+
}) {
|
|
14
|
+
const [opened, setOpened] = useState(false);
|
|
15
|
+
const [switching, setSwitching] = useState(false);
|
|
16
|
+
const otherMemberships = memberships.filter((m) => m.organizationId !== currentOrganization?.id);
|
|
17
|
+
const handleSwitch = async (workosOrgId) => {
|
|
18
|
+
setSwitching(true);
|
|
19
|
+
try {
|
|
20
|
+
await onSwitch(workosOrgId);
|
|
21
|
+
setOpened(false);
|
|
22
|
+
} catch (error) {
|
|
23
|
+
console.error("Failed to switch organization:", error);
|
|
24
|
+
} finally {
|
|
25
|
+
setSwitching(false);
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
if (isLoading) {
|
|
29
|
+
return /* @__PURE__ */ jsx(Button, { variant: "light", size: "xs", disabled: true, children: /* @__PURE__ */ jsx(Loader, { size: 14 }) });
|
|
30
|
+
}
|
|
31
|
+
if (memberships.length === 0) {
|
|
32
|
+
return /* @__PURE__ */ jsx(Button, { variant: "light", size: "xs", disabled: true, children: "None" });
|
|
33
|
+
}
|
|
34
|
+
return /* @__PURE__ */ jsxs(Menu, { opened, onChange: setOpened, position: "bottom-start", withinPortal: true, children: [
|
|
35
|
+
/* @__PURE__ */ jsx(Menu.Target, { children: /* @__PURE__ */ jsx(
|
|
36
|
+
Button,
|
|
37
|
+
{
|
|
38
|
+
variant: "light",
|
|
39
|
+
size: "xs",
|
|
40
|
+
leftSection: /* @__PURE__ */ jsx(IconBuilding, { size: 16 }),
|
|
41
|
+
rightSection: /* @__PURE__ */ jsx(IconChevronDown, { size: 14 }),
|
|
42
|
+
loading: switching,
|
|
43
|
+
children: /* @__PURE__ */ jsx(Text, { truncate: true, style: { maxWidth: 200 }, size: "xs", children: currentOrganization?.name || "Select Organization" })
|
|
44
|
+
}
|
|
45
|
+
) }),
|
|
46
|
+
/* @__PURE__ */ jsxs(
|
|
47
|
+
Menu.Dropdown,
|
|
48
|
+
{
|
|
49
|
+
style: {
|
|
50
|
+
background: "var(--glass-background)",
|
|
51
|
+
backdropFilter: "var(--glass-blur)",
|
|
52
|
+
WebkitBackdropFilter: "var(--glass-blur)"
|
|
53
|
+
},
|
|
54
|
+
children: [
|
|
55
|
+
currentOrganization && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
56
|
+
/* @__PURE__ */ jsx(Menu.Label, { children: "Current Organization" }),
|
|
57
|
+
/* @__PURE__ */ jsx(Menu.Item, { disabled: true, rightSection: /* @__PURE__ */ jsx(IconCheck, { size: 14 }), leftSection: /* @__PURE__ */ jsx(IconBuilding, { size: 14 }), children: currentOrganization.name }),
|
|
58
|
+
otherMemberships.length > 0 && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
59
|
+
/* @__PURE__ */ jsx(Menu.Divider, {}),
|
|
60
|
+
/* @__PURE__ */ jsx(Menu.Label, { children: "Switch Organization" })
|
|
61
|
+
] })
|
|
62
|
+
] }),
|
|
63
|
+
otherMemberships.length > 0 && /* @__PURE__ */ jsx("div", { children: otherMemberships.map((membership, index) => /* @__PURE__ */ jsx(
|
|
64
|
+
Menu.Item,
|
|
65
|
+
{
|
|
66
|
+
leftSection: /* @__PURE__ */ jsx(IconBuilding, { size: 14 }),
|
|
67
|
+
rightSection: /* @__PURE__ */ jsx(Badge, { size: "xs", variant: "light", children: membership.role.slug }),
|
|
68
|
+
onClick: () => {
|
|
69
|
+
const workosOrgId = membership.organization?.workos_org_id;
|
|
70
|
+
if (!workosOrgId) {
|
|
71
|
+
console.error("Organization missing WorkOS ID:", membership.organization?.name);
|
|
72
|
+
return;
|
|
73
|
+
}
|
|
74
|
+
handleSwitch(workosOrgId);
|
|
75
|
+
},
|
|
76
|
+
disabled: switching,
|
|
77
|
+
children: membership.organization?.name || "Unknown Organization"
|
|
78
|
+
},
|
|
79
|
+
`${membership.organizationId}-${index}`
|
|
80
|
+
)) }, "other-memberships"),
|
|
81
|
+
!currentOrganization && memberships.length > 0 && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
82
|
+
/* @__PURE__ */ jsx(Menu.Label, { children: "Select Organization" }),
|
|
83
|
+
memberships.map((membership) => /* @__PURE__ */ jsx(
|
|
84
|
+
Menu.Item,
|
|
85
|
+
{
|
|
86
|
+
leftSection: /* @__PURE__ */ jsx(IconBuilding, { size: 14 }),
|
|
87
|
+
rightSection: /* @__PURE__ */ jsx(Badge, { size: "xs", variant: "light", children: membership.role.slug }),
|
|
88
|
+
onClick: () => {
|
|
89
|
+
const workosOrgId = membership.organization?.workos_org_id;
|
|
90
|
+
if (!workosOrgId) {
|
|
91
|
+
console.error("Organization missing WorkOS ID:", membership.organization?.name);
|
|
92
|
+
return;
|
|
93
|
+
}
|
|
94
|
+
handleSwitch(workosOrgId);
|
|
95
|
+
},
|
|
96
|
+
disabled: switching,
|
|
97
|
+
children: membership.organization?.name || "Unknown Organization"
|
|
98
|
+
},
|
|
99
|
+
membership.organizationId
|
|
100
|
+
))
|
|
101
|
+
] })
|
|
102
|
+
]
|
|
103
|
+
}
|
|
104
|
+
)
|
|
105
|
+
] });
|
|
106
|
+
}
|
|
4
107
|
|
|
5
108
|
// src/organization/store/organizationsSlice.ts
|
|
6
109
|
var initialOrganizationsState = {
|
|
@@ -243,4 +346,4 @@ function createUseOrgInitialization(useOrganizations, useApiClient) {
|
|
|
243
346
|
};
|
|
244
347
|
}
|
|
245
348
|
|
|
246
|
-
export { createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations };
|
|
349
|
+
export { OrganizationSwitcher, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations };
|