@elevasis/ui 1.21.0 → 1.23.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/charts/index.js +2 -2
- package/dist/{chunk-CYJILY7M.js → chunk-5266RV46.js} +2 -2
- package/dist/{chunk-V422ET6W.js → chunk-7TLPKXC2.js} +2 -2
- package/dist/{chunk-UZWZY7TJ.js → chunk-HOYZWSNV.js} +90 -79
- package/dist/{chunk-BC6TJEON.js → chunk-IAZT3VO6.js} +157 -38
- package/dist/{chunk-2WLVOFK7.js → chunk-MRBYKPRI.js} +4 -3
- package/dist/{chunk-FVBYSDM4.js → chunk-N5SDJP44.js} +1 -1
- package/dist/{chunk-3DIU726S.js → chunk-NVSKJG3L.js} +25 -4
- package/dist/{chunk-NL6EFQYE.js → chunk-PCOE5EBU.js} +4 -4
- package/dist/{chunk-MOBXWBES.js → chunk-QGQECEOT.js} +458 -411
- package/dist/{chunk-CRFV2TVK.js → chunk-U3LCNE7V.js} +2 -2
- package/dist/{chunk-ST2RSBQ3.js → chunk-VDGE7JR6.js} +3 -3
- package/dist/components/index.css +0 -3
- package/dist/components/index.d.ts +37 -37
- package/dist/components/index.js +13 -15
- package/dist/features/auth/index.css +0 -3
- package/dist/features/dashboard/index.css +0 -3
- package/dist/features/dashboard/index.js +6 -7
- package/dist/features/monitoring/index.css +0 -3
- package/dist/features/monitoring/index.js +7 -8
- package/dist/features/operations/index.css +0 -3
- package/dist/features/operations/index.js +8 -9
- package/dist/features/settings/index.css +0 -3
- package/dist/features/settings/index.js +6 -7
- package/dist/hooks/index.css +0 -3
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.js +3 -4
- package/dist/hooks/published.css +0 -3
- package/dist/hooks/published.d.ts +1 -1
- package/dist/hooks/published.js +3 -4
- package/dist/index.css +0 -3
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -5
- package/dist/layout/index.d.ts +1 -1
- package/dist/layout/index.js +1 -2
- package/dist/provider/index.css +0 -3
- package/dist/provider/index.d.ts +1 -1
- package/dist/provider/index.js +3 -4
- package/dist/provider/published.d.ts +1 -1
- package/dist/theme/index.d.ts +1 -1
- package/dist/theme/index.js +3 -3
- package/dist/types/index.d.ts +1 -1
- package/package.json +3 -3
- package/dist/chunk-R3R367QY.js +0 -14
- package/dist/theme/presets/synapse.d.ts +0 -10
- package/dist/theme/presets/synapse.d.ts.map +0 -1
- package/dist/theme/presets/synapse.js +0 -75
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AppBackground } from './chunk-R3R367QY.js';
|
|
2
1
|
import { ElevasisLoader } from './chunk-SZHARWKU.js';
|
|
3
|
-
import { PRESETS, getPreset, generateShades, mantineThemeOverride, createCssVariablesResolver, PresetsProvider } from './chunk-
|
|
2
|
+
import { PRESETS, getPreset, generateShades, mantineThemeOverride, createCssVariablesResolver, PresetsProvider } from './chunk-QGQECEOT.js';
|
|
3
|
+
import { AppBackground } from './chunk-NVSKJG3L.js';
|
|
4
4
|
import { ElevasisCoreProvider } from './chunk-R7WLWGPO.js';
|
|
5
5
|
import { AppearanceProvider } from './chunk-QJ2KCHKX.js';
|
|
6
6
|
import { getErrorInfo, formatErrorMessage, getErrorTitle } from './chunk-IOKL7BKE.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { useCyberColors } from './chunk-
|
|
2
|
-
import { GlowDot } from './chunk-
|
|
1
|
+
import { useCyberColors } from './chunk-N5SDJP44.js';
|
|
2
|
+
import { GlowDot } from './chunk-IAZT3VO6.js';
|
|
3
3
|
import { Graph_module_css_default, useDirectedChainHighlighting, useNodeSelection, useFitViewTrigger } from './chunk-F6RBK7NJ.js';
|
|
4
4
|
import { STATUS_COLORS, getStatusIcon, formatDuration, getStatusColors, AGENT_CONSTANTS, shouldAnimateEdge, TIMELINE_CONSTANTS, calculateBarPosition, CONTAINER_CONSTANTS, useExecutionPath, useUnifiedWorkflowLayout, WORKFLOW_CONSTANTS, useReactFlowAgent } from './chunk-XA34RETF.js';
|
|
5
|
-
import { glassBase } from './chunk-
|
|
5
|
+
import { glassBase } from './chunk-QGQECEOT.js';
|
|
6
6
|
import { memo, useMemo, useEffect, useState, useCallback, Fragment } from 'react';
|
|
7
7
|
import { Paper, Stack, Text, Group, Badge, Box, useComputedColorScheme, Card, ActionIcon, Loader, SegmentedControl } from '@mantine/core';
|
|
8
8
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
@@ -158,9 +158,6 @@
|
|
|
158
158
|
::-webkit-scrollbar-thumb:hover {
|
|
159
159
|
background: var(--color-text-subtle);
|
|
160
160
|
}
|
|
161
|
-
.mantine-Skeleton-root[data-visible]::after {
|
|
162
|
-
background-color: color-mix(in srgb, var(--color-text-subtle) 30%, var(--color-surface)) !important;
|
|
163
|
-
}
|
|
164
161
|
.mantine-Checkbox-input {
|
|
165
162
|
background-color: var(--color-surface);
|
|
166
163
|
border-color: var(--color-border);
|
|
@@ -109,67 +109,47 @@ interface PageTitleCaptionProps {
|
|
|
109
109
|
declare const PageTitleCaption: ({ title, caption, rightSection }: PageTitleCaptionProps) => react_jsx_runtime.JSX.Element;
|
|
110
110
|
|
|
111
111
|
interface StatsCardSkeletonProps {
|
|
112
|
-
/** Height of the
|
|
112
|
+
/** Height of the loader area - defaults to 200 */
|
|
113
113
|
chartHeight?: number;
|
|
114
|
-
/**
|
|
114
|
+
/** Kept for API compat, unused */
|
|
115
115
|
withChart?: boolean;
|
|
116
|
-
/**
|
|
116
|
+
/** Kept for API compat, unused */
|
|
117
117
|
statCount?: 2 | 3;
|
|
118
118
|
}
|
|
119
119
|
/**
|
|
120
|
-
* StatsCardSkeleton - Loading
|
|
120
|
+
* StatsCardSkeleton - Loading state for dashboard metric cards
|
|
121
121
|
*
|
|
122
|
-
*
|
|
122
|
+
* Used across:
|
|
123
123
|
* - ExecutionHealthCard.tsx
|
|
124
124
|
* - CostMetricsCard.tsx
|
|
125
125
|
* - ThroughputCard.tsx
|
|
126
126
|
* - BusinessImpactCard.tsx
|
|
127
|
-
*
|
|
128
|
-
* @example
|
|
129
|
-
* ```tsx
|
|
130
|
-
* if (isLoading) {
|
|
131
|
-
* return <StatsCardSkeleton />
|
|
132
|
-
* }
|
|
133
|
-
* ```
|
|
134
127
|
*/
|
|
135
|
-
declare function StatsCardSkeleton({ chartHeight
|
|
128
|
+
declare function StatsCardSkeleton({ chartHeight }: StatsCardSkeletonProps): react_jsx_runtime.JSX.Element;
|
|
136
129
|
interface ListSkeletonProps {
|
|
137
|
-
/** Number of
|
|
130
|
+
/** Number of rows (used to calculate height) - defaults to 3 */
|
|
138
131
|
rows?: number;
|
|
139
132
|
/** Height of each row - defaults to 50 */
|
|
140
133
|
rowHeight?: number;
|
|
141
134
|
}
|
|
142
135
|
/**
|
|
143
|
-
* ListSkeleton - Loading
|
|
136
|
+
* ListSkeleton - Loading state for table/list content
|
|
144
137
|
*
|
|
145
|
-
*
|
|
138
|
+
* Used across:
|
|
146
139
|
* - ApiKeyList.tsx
|
|
147
140
|
* - CredentialList.tsx
|
|
148
|
-
* -
|
|
149
|
-
*
|
|
150
|
-
* @example
|
|
151
|
-
* ```tsx
|
|
152
|
-
* if (isLoading) {
|
|
153
|
-
* return <ListSkeleton rows={5} />
|
|
154
|
-
* }
|
|
155
|
-
* ```
|
|
141
|
+
* - DeploymentList.tsx
|
|
142
|
+
* - WebhookEndpointList.tsx
|
|
156
143
|
*/
|
|
157
144
|
declare function ListSkeleton({ rows, rowHeight }: ListSkeletonProps): react_jsx_runtime.JSX.Element;
|
|
158
145
|
interface DetailCardSkeletonProps {
|
|
159
|
-
/** Number of detail rows - defaults to 3 */
|
|
146
|
+
/** Number of detail rows (used to calculate height) - defaults to 3 */
|
|
160
147
|
rows?: number;
|
|
161
148
|
}
|
|
162
149
|
/**
|
|
163
|
-
* DetailCardSkeleton - Loading
|
|
164
|
-
*
|
|
165
|
-
* Used for cards like CostBreakdownCard that show a list of items
|
|
150
|
+
* DetailCardSkeleton - Loading state for cards with list of detail items
|
|
166
151
|
*
|
|
167
|
-
*
|
|
168
|
-
* ```tsx
|
|
169
|
-
* if (isLoading) {
|
|
170
|
-
* return <DetailCardSkeleton rows={4} />
|
|
171
|
-
* }
|
|
172
|
-
* ```
|
|
152
|
+
* Used for cards like CostBreakdownCard
|
|
173
153
|
*/
|
|
174
154
|
declare function DetailCardSkeleton({ rows }: DetailCardSkeletonProps): react_jsx_runtime.JSX.Element;
|
|
175
155
|
|
|
@@ -3957,13 +3937,15 @@ interface ResourceCardProps {
|
|
|
3957
3937
|
layout?: 'stack' | 'row' | 'grid' | 'card';
|
|
3958
3938
|
/** Content rendered in the right column when layout is 'grid' */
|
|
3959
3939
|
rightSection?: ReactNode;
|
|
3940
|
+
/** Content rendered above the details when layout is 'card' */
|
|
3941
|
+
topSection?: ReactNode;
|
|
3960
3942
|
/** Optional "Last run X ago" label shown below status badges */
|
|
3961
3943
|
lastRunLabel?: string;
|
|
3962
3944
|
/** HTML data attributes and style overrides passed to the root Card */
|
|
3963
3945
|
'data-resource-id'?: string;
|
|
3964
3946
|
style?: CSSProperties;
|
|
3965
3947
|
}
|
|
3966
|
-
declare function ResourceCard({ resource, onClick, layout, rightSection, lastRunLabel, style, ...rest }: ResourceCardProps): react_jsx_runtime.JSX.Element;
|
|
3948
|
+
declare function ResourceCard({ resource, onClick, layout, rightSection, topSection, lastRunLabel, style, ...rest }: ResourceCardProps): react_jsx_runtime.JSX.Element;
|
|
3967
3949
|
|
|
3968
3950
|
/**
|
|
3969
3951
|
* Converts ExecutionRunnerCatalogItem to ResourceDefinition format
|
|
@@ -4019,6 +4001,24 @@ interface GlowDotProps {
|
|
|
4019
4001
|
}
|
|
4020
4002
|
declare function GlowDot({ color, size }: GlowDotProps): react_jsx_runtime.JSX.Element;
|
|
4021
4003
|
|
|
4004
|
+
interface StatusBadgeProps extends Omit<BadgeProps, 'color'> {
|
|
4005
|
+
status: string;
|
|
4006
|
+
}
|
|
4007
|
+
declare function StatusBadge({ status, ...props }: StatusBadgeProps): react_jsx_runtime.JSX.Element;
|
|
4008
|
+
|
|
4009
|
+
interface ActivityEntry {
|
|
4010
|
+
type: string;
|
|
4011
|
+
title: string;
|
|
4012
|
+
description?: string;
|
|
4013
|
+
metadata?: Record<string, unknown>;
|
|
4014
|
+
occurredAt: string;
|
|
4015
|
+
actor?: string;
|
|
4016
|
+
}
|
|
4017
|
+
interface ActivityTimelineProps {
|
|
4018
|
+
activities: ActivityEntry[];
|
|
4019
|
+
}
|
|
4020
|
+
declare function ActivityTimeline({ activities }: ActivityTimelineProps): react_jsx_runtime.JSX.Element;
|
|
4021
|
+
|
|
4022
4022
|
interface ICustomModalProps {
|
|
4023
4023
|
opened: boolean;
|
|
4024
4024
|
onClose: () => void;
|
|
@@ -5704,5 +5704,5 @@ interface UseBreadcrumbsOptions {
|
|
|
5704
5704
|
type BreadcrumbsProps = UseBreadcrumbsOptions;
|
|
5705
5705
|
declare const Breadcrumbs: ({ navItems }: BreadcrumbsProps) => react_jsx_runtime.JSX.Element;
|
|
5706
5706
|
|
|
5707
|
-
export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, CardHeader, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateScheduleModal, CredentialList, CredentialSettings, CustomModal, CustomSelector, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, DocTreeNav, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FilterBar, FormFieldRenderer, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, JsonViewer, KnowledgeBasePage, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OrganizationMembershipsList, PageNotFound, PageTitleCaption, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, SHARED_VIZ_CONSTANTS, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StyledMarkdown, TabCountBadge, TableSelectionToolbar, TaskCard, TaskScheduler, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, buildErrorReport, catalogItemToResourceDefinition, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, iconMap, mdxComponents, showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout };
|
|
5708
|
-
export type { ActivityFiltersProps, ActivityTableProps, BaseEdgeProps, BaseExecutionLogsProps, BreadcrumbsProps, CommandViewGraphRef, ContextViewerProps, CostByModelTableProps, CrashErrorFallbackProps, ErrorAnalysisCardProps, ErrorReportCardProps, ExecutionBreakdownTableProps, ExecutionHealthCardProps, ExecutionLogEntry, ExecutionLogsFiltersProps, ExecutionLogsTableProps, FitViewButtonVariant, GraphFitViewHandlerProps, JsonViewerProps, KnowledgeMapEdgeData, KnowledgeMapNodeData, LogLevel, MdxRendererProps, NavigationButtonProps, ResourceHealthPanelProps, RichTextEditorProps, ScheduleType, SerializedKnowledgeMap, SerializedKnowledgeNode, StatCardProps, StyledMarkdownProps, TaskFilterStatus, TrendIndicatorProps };
|
|
5707
|
+
export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, CardHeader, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateScheduleModal, CredentialList, CredentialSettings, CustomModal, CustomSelector, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, DocTreeNav, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FilterBar, FormFieldRenderer, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, JsonViewer, KnowledgeBasePage, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OrganizationMembershipsList, PageNotFound, PageTitleCaption, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, SHARED_VIZ_CONSTANTS, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StyledMarkdown, TabCountBadge, TableSelectionToolbar, TaskCard, TaskScheduler, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, buildErrorReport, catalogItemToResourceDefinition, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, iconMap, mdxComponents, showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout };
|
|
5708
|
+
export type { ActivityEntry, ActivityFiltersProps, ActivityTableProps, BaseEdgeProps, BaseExecutionLogsProps, BreadcrumbsProps, CommandViewGraphRef, ContextViewerProps, CostByModelTableProps, CrashErrorFallbackProps, ErrorAnalysisCardProps, ErrorReportCardProps, ExecutionBreakdownTableProps, ExecutionHealthCardProps, ExecutionLogEntry, ExecutionLogsFiltersProps, ExecutionLogsTableProps, FitViewButtonVariant, GraphFitViewHandlerProps, JsonViewerProps, KnowledgeMapEdgeData, KnowledgeMapNodeData, LogLevel, MdxRendererProps, NavigationButtonProps, ResourceHealthPanelProps, RichTextEditorProps, ScheduleType, SerializedKnowledgeMap, SerializedKnowledgeNode, StatCardProps, StyledMarkdownProps, TaskFilterStatus, TrendIndicatorProps };
|
package/dist/components/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { useBreadcrumbs } from '../chunk-MG3NF7QL.js';
|
|
2
2
|
import { SubshellContainer, SubshellSidebar, SubshellRightSideContainer, SubshellContentContainer } from '../chunk-CTF6FS2M.js';
|
|
3
|
-
import { NotificationList } from '../chunk-
|
|
4
|
-
export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList } from '../chunk-
|
|
5
|
-
export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal } from '../chunk-
|
|
3
|
+
import { NotificationList } from '../chunk-7TLPKXC2.js';
|
|
4
|
+
export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList } from '../chunk-7TLPKXC2.js';
|
|
5
|
+
export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal } from '../chunk-HOYZWSNV.js';
|
|
6
6
|
import { FilterBar } from '../chunk-PDHTXPSF.js';
|
|
7
7
|
export { FilterBar } from '../chunk-PDHTXPSF.js';
|
|
8
8
|
export { ResourceHealthChart, getHealthColor } from '../chunk-LGKLC5MG.js';
|
|
9
|
-
export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, FormFieldRenderer, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, TaskCard, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, useNewKnowledgeMapLayout } from '../chunk-
|
|
9
|
+
export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, FormFieldRenderer, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, TaskCard, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, useNewKnowledgeMapLayout } from '../chunk-PCOE5EBU.js';
|
|
10
10
|
import { SubshellLoader, PageContainer, CollapsibleSidebarGroup, SidebarListItem } from '../chunk-AWT255UH.js';
|
|
11
|
-
export { ResourceHealthPanel } from '../chunk-
|
|
11
|
+
export { ResourceHealthPanel } from '../chunk-5266RV46.js';
|
|
12
12
|
import { CustomModal } from '../chunk-GBMNCNHX.js';
|
|
13
13
|
export { ConfirmationInputModal, ConfirmationModal, CustomModal } from '../chunk-GBMNCNHX.js';
|
|
14
|
-
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-
|
|
15
|
-
import '../chunk-
|
|
16
|
-
import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, APIErrorAlert, CardHeader } from '../chunk-
|
|
17
|
-
export { APIErrorAlert, CardHeader, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, EmptyState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, TabCountBadge, TimeRangeSelector, TrendIndicator, catalogItemToResourceDefinition } from '../chunk-
|
|
14
|
+
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-VDGE7JR6.js';
|
|
15
|
+
import '../chunk-N5SDJP44.js';
|
|
16
|
+
import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, APIErrorAlert, CardHeader } from '../chunk-IAZT3VO6.js';
|
|
17
|
+
export { APIErrorAlert, ActivityTimeline, CardHeader, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, EmptyState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, TabCountBadge, TimeRangeSelector, TrendIndicator, catalogItemToResourceDefinition } from '../chunk-IAZT3VO6.js';
|
|
18
18
|
export { StyledMarkdown } from '../chunk-3KMDHCAR.js';
|
|
19
19
|
export { NavigationButton } from '../chunk-NNKKBSJN.js';
|
|
20
20
|
import { AppShellLoader } from '../chunk-WWEMNIHW.js';
|
|
@@ -31,11 +31,10 @@ import '../chunk-ELJIFLCB.js';
|
|
|
31
31
|
import '../chunk-L4XXM55J.js';
|
|
32
32
|
import '../chunk-SLVC5OJ2.js';
|
|
33
33
|
import '../chunk-RNP5R5I3.js';
|
|
34
|
-
import '../chunk-
|
|
35
|
-
import '../chunk-R3R367QY.js';
|
|
34
|
+
import '../chunk-U3LCNE7V.js';
|
|
36
35
|
export { ElevasisLoader } from '../chunk-SZHARWKU.js';
|
|
37
|
-
import '../chunk-
|
|
38
|
-
import '../chunk-
|
|
36
|
+
import '../chunk-QGQECEOT.js';
|
|
37
|
+
import '../chunk-NVSKJG3L.js';
|
|
39
38
|
import '../chunk-R7WLWGPO.js';
|
|
40
39
|
import '../chunk-NVOCKXUQ.js';
|
|
41
40
|
import '../chunk-V7XHGJQZ.js';
|
|
@@ -2003,9 +2002,8 @@ function ScheduleCard({
|
|
|
2003
2002
|
{
|
|
2004
2003
|
style: {
|
|
2005
2004
|
cursor: "pointer",
|
|
2006
|
-
border: "1px solid var(--color-border)",
|
|
2007
2005
|
transition: "background 150ms ease",
|
|
2008
|
-
background: hovered ? "var(--active-background)" : "var(--
|
|
2006
|
+
background: hovered ? "var(--active-background)" : "var(--color-surface)"
|
|
2009
2007
|
},
|
|
2010
2008
|
onClick: (e) => {
|
|
2011
2009
|
if (e.target.closest("[data-menu-dropdown]") || e.target.closest("button")) {
|
|
@@ -158,9 +158,6 @@
|
|
|
158
158
|
::-webkit-scrollbar-thumb:hover {
|
|
159
159
|
background: var(--color-text-subtle);
|
|
160
160
|
}
|
|
161
|
-
.mantine-Skeleton-root[data-visible]::after {
|
|
162
|
-
background-color: color-mix(in srgb, var(--color-text-subtle) 30%, var(--color-surface)) !important;
|
|
163
|
-
}
|
|
164
161
|
.mantine-Checkbox-input {
|
|
165
162
|
background-color: var(--color-surface);
|
|
166
163
|
border-color: var(--color-border);
|
|
@@ -158,9 +158,6 @@
|
|
|
158
158
|
::-webkit-scrollbar-thumb:hover {
|
|
159
159
|
background: var(--color-text-subtle);
|
|
160
160
|
}
|
|
161
|
-
.mantine-Skeleton-root[data-visible]::after {
|
|
162
|
-
background-color: color-mix(in srgb, var(--color-text-subtle) 30%, var(--color-surface)) !important;
|
|
163
|
-
}
|
|
164
161
|
.mantine-Checkbox-input {
|
|
165
162
|
background-color: var(--color-surface);
|
|
166
163
|
border-color: var(--color-border);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ResourceHealthChart } from '../../chunk-LGKLC5MG.js';
|
|
2
|
-
import { ExecutionStats } from '../../chunk-
|
|
3
|
-
import { HeroStatsRow, useCyberColors } from '../../chunk-
|
|
4
|
-
import { CardHeader, EmptyState, PageTitleCaption, TabCountBadge, GlowDot } from '../../chunk-
|
|
2
|
+
import { ExecutionStats } from '../../chunk-VDGE7JR6.js';
|
|
3
|
+
import { HeroStatsRow, useCyberColors } from '../../chunk-N5SDJP44.js';
|
|
4
|
+
import { CardHeader, EmptyState, PageTitleCaption, TabCountBadge, GlowDot } from '../../chunk-IAZT3VO6.js';
|
|
5
5
|
import '../../chunk-3KMDHCAR.js';
|
|
6
6
|
import '../../chunk-NNKKBSJN.js';
|
|
7
7
|
import { AppShellCenteredContainer, AppShellLoader } from '../../chunk-WWEMNIHW.js';
|
|
@@ -17,11 +17,10 @@ import { ResourceStatusColors } from '../../chunk-ELJIFLCB.js';
|
|
|
17
17
|
import '../../chunk-L4XXM55J.js';
|
|
18
18
|
import '../../chunk-SLVC5OJ2.js';
|
|
19
19
|
import '../../chunk-RNP5R5I3.js';
|
|
20
|
-
import '../../chunk-
|
|
21
|
-
import '../../chunk-R3R367QY.js';
|
|
20
|
+
import '../../chunk-U3LCNE7V.js';
|
|
22
21
|
import '../../chunk-SZHARWKU.js';
|
|
23
|
-
import '../../chunk-
|
|
24
|
-
import '../../chunk-
|
|
22
|
+
import '../../chunk-QGQECEOT.js';
|
|
23
|
+
import '../../chunk-NVSKJG3L.js';
|
|
25
24
|
import '../../chunk-R7WLWGPO.js';
|
|
26
25
|
import '../../chunk-NVOCKXUQ.js';
|
|
27
26
|
import '../../chunk-V7XHGJQZ.js';
|
|
@@ -31,9 +31,6 @@
|
|
|
31
31
|
::-webkit-scrollbar-thumb:hover {
|
|
32
32
|
background: var(--color-text-subtle);
|
|
33
33
|
}
|
|
34
|
-
.mantine-Skeleton-root[data-visible]::after {
|
|
35
|
-
background-color: color-mix(in srgb, var(--color-text-subtle) 30%, var(--color-surface)) !important;
|
|
36
|
-
}
|
|
37
34
|
.mantine-Checkbox-input {
|
|
38
35
|
background-color: var(--color-surface);
|
|
39
36
|
border-color: var(--color-border);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ExecutionLogsFilters, ExecutionLogsTable, ExecutionHealthCard, ErrorBreakdownTable, ErrorAnalysisCard, CostByModelTable, ActivityFilters, ActivityTable, ActivityCard, NotificationList } from '../../chunk-
|
|
1
|
+
import { ExecutionLogsFilters, ExecutionLogsTable, ExecutionHealthCard, ErrorBreakdownTable, ErrorAnalysisCard, CostByModelTable, ActivityFilters, ActivityTable, ActivityCard, NotificationList } from '../../chunk-7TLPKXC2.js';
|
|
2
2
|
import '../../chunk-PDHTXPSF.js';
|
|
3
3
|
import '../../chunk-LGKLC5MG.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-5266RV46.js';
|
|
5
5
|
import { CustomModal } from '../../chunk-GBMNCNHX.js';
|
|
6
|
-
import { CostTrendChart, ActivityTrendChart } from '../../chunk-
|
|
7
|
-
import { PageTitleCaption, JsonViewer, EmptyState } from '../../chunk-
|
|
6
|
+
import { CostTrendChart, ActivityTrendChart } from '../../chunk-N5SDJP44.js';
|
|
7
|
+
import { PageTitleCaption, JsonViewer, EmptyState } from '../../chunk-IAZT3VO6.js';
|
|
8
8
|
import '../../chunk-3KMDHCAR.js';
|
|
9
9
|
import '../../chunk-NNKKBSJN.js';
|
|
10
10
|
import { AppShellLoader } from '../../chunk-WWEMNIHW.js';
|
|
@@ -19,11 +19,10 @@ import '../../chunk-XA34RETF.js';
|
|
|
19
19
|
import '../../chunk-ELJIFLCB.js';
|
|
20
20
|
import '../../chunk-L4XXM55J.js';
|
|
21
21
|
import '../../chunk-RNP5R5I3.js';
|
|
22
|
-
import '../../chunk-
|
|
23
|
-
import '../../chunk-R3R367QY.js';
|
|
22
|
+
import '../../chunk-U3LCNE7V.js';
|
|
24
23
|
import '../../chunk-SZHARWKU.js';
|
|
25
|
-
import '../../chunk-
|
|
26
|
-
import '../../chunk-
|
|
24
|
+
import '../../chunk-QGQECEOT.js';
|
|
25
|
+
import '../../chunk-NVSKJG3L.js';
|
|
27
26
|
import '../../chunk-R7WLWGPO.js';
|
|
28
27
|
import '../../chunk-NVOCKXUQ.js';
|
|
29
28
|
import '../../chunk-V7XHGJQZ.js';
|
|
@@ -158,9 +158,6 @@
|
|
|
158
158
|
::-webkit-scrollbar-thumb:hover {
|
|
159
159
|
background: var(--color-text-subtle);
|
|
160
160
|
}
|
|
161
|
-
.mantine-Skeleton-root[data-visible]::after {
|
|
162
|
-
background-color: color-mix(in srgb, var(--color-text-subtle) 30%, var(--color-surface)) !important;
|
|
163
|
-
}
|
|
164
161
|
.mantine-Checkbox-input {
|
|
165
162
|
background-color: var(--color-surface);
|
|
166
163
|
border-color: var(--color-border);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ChatHeader, ChatSidebar } from '../../chunk-ROSMICXG.js';
|
|
2
|
-
import { ResourceDefinitionSection, CommandQueueTaskRow, getIcon, ActionModal, CommandViewGraph, WorkflowExecutionLogs, AgentExecutionLogs, ResourceFilter, getExecutionStatusConfig, SessionMemory } from '../../chunk-
|
|
2
|
+
import { ResourceDefinitionSection, CommandQueueTaskRow, getIcon, ActionModal, CommandViewGraph, WorkflowExecutionLogs, AgentExecutionLogs, ResourceFilter, getExecutionStatusConfig, SessionMemory } from '../../chunk-PCOE5EBU.js';
|
|
3
3
|
import { SubshellLoader, SubshellSidebarSection, PageContainer, CollapsibleSidebarGroup, SidebarListItem } from '../../chunk-AWT255UH.js';
|
|
4
|
-
import { ResourceHealthPanel } from '../../chunk-
|
|
4
|
+
import { ResourceHealthPanel } from '../../chunk-5266RV46.js';
|
|
5
5
|
import { ConfirmationModal, CustomModal } from '../../chunk-GBMNCNHX.js';
|
|
6
|
-
import { ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline } from '../../chunk-
|
|
7
|
-
import { useCyberColors, CyberDonut } from '../../chunk-
|
|
8
|
-
import { PageTitleCaption, TabCountBadge, ResourceCard, ContextViewer, JsonViewer, APIErrorAlert, EmptyState, CardHeader } from '../../chunk-
|
|
6
|
+
import { ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline } from '../../chunk-VDGE7JR6.js';
|
|
7
|
+
import { useCyberColors, CyberDonut } from '../../chunk-N5SDJP44.js';
|
|
8
|
+
import { PageTitleCaption, TabCountBadge, ResourceCard, ContextViewer, JsonViewer, APIErrorAlert, EmptyState, CardHeader } from '../../chunk-IAZT3VO6.js';
|
|
9
9
|
import '../../chunk-3KMDHCAR.js';
|
|
10
10
|
import '../../chunk-NNKKBSJN.js';
|
|
11
11
|
import { AppShellLoader } from '../../chunk-WWEMNIHW.js';
|
|
@@ -21,11 +21,10 @@ import { ResourceStatusColors } from '../../chunk-ELJIFLCB.js';
|
|
|
21
21
|
import '../../chunk-L4XXM55J.js';
|
|
22
22
|
import '../../chunk-SLVC5OJ2.js';
|
|
23
23
|
import '../../chunk-RNP5R5I3.js';
|
|
24
|
-
import '../../chunk-
|
|
25
|
-
import '../../chunk-R3R367QY.js';
|
|
24
|
+
import '../../chunk-U3LCNE7V.js';
|
|
26
25
|
import '../../chunk-SZHARWKU.js';
|
|
27
|
-
import '../../chunk-
|
|
28
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-QGQECEOT.js';
|
|
27
|
+
import '../../chunk-NVSKJG3L.js';
|
|
29
28
|
import '../../chunk-R7WLWGPO.js';
|
|
30
29
|
import '../../chunk-NVOCKXUQ.js';
|
|
31
30
|
import '../../chunk-V7XHGJQZ.js';
|
|
@@ -158,9 +158,6 @@
|
|
|
158
158
|
::-webkit-scrollbar-thumb:hover {
|
|
159
159
|
background: var(--color-text-subtle);
|
|
160
160
|
}
|
|
161
|
-
.mantine-Skeleton-root[data-visible]::after {
|
|
162
|
-
background-color: color-mix(in srgb, var(--color-text-subtle) 30%, var(--color-surface)) !important;
|
|
163
|
-
}
|
|
164
161
|
.mantine-Checkbox-input {
|
|
165
162
|
background-color: var(--color-surface);
|
|
166
163
|
border-color: var(--color-border);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { useAvailablePresets } from '../../chunk-
|
|
2
|
-
import { OrganizationMembershipsList, WebhookUrlDisplayModal, MembershipFeaturePanel, MembershipStatusBadge, getCredentialSchema, OAuthConnectModal, buildCredentialValue } from '../../chunk-
|
|
1
|
+
import { useAvailablePresets } from '../../chunk-MRBYKPRI.js';
|
|
2
|
+
import { OrganizationMembershipsList, WebhookUrlDisplayModal, MembershipFeaturePanel, MembershipStatusBadge, getCredentialSchema, OAuthConnectModal, buildCredentialValue } from '../../chunk-HOYZWSNV.js';
|
|
3
3
|
import '../../chunk-PDHTXPSF.js';
|
|
4
4
|
import { CustomModal } from '../../chunk-GBMNCNHX.js';
|
|
5
|
-
import { PageTitleCaption, EmptyState, CardHeader, ListSkeleton, StatCard } from '../../chunk-
|
|
5
|
+
import { PageTitleCaption, EmptyState, CardHeader, ListSkeleton, StatCard } from '../../chunk-IAZT3VO6.js';
|
|
6
6
|
import '../../chunk-3KMDHCAR.js';
|
|
7
7
|
import '../../chunk-NNKKBSJN.js';
|
|
8
8
|
import { AppShellLoader } from '../../chunk-WWEMNIHW.js';
|
|
@@ -17,11 +17,10 @@ import '../../chunk-ELJIFLCB.js';
|
|
|
17
17
|
import '../../chunk-L4XXM55J.js';
|
|
18
18
|
import '../../chunk-SLVC5OJ2.js';
|
|
19
19
|
import '../../chunk-RNP5R5I3.js';
|
|
20
|
-
import '../../chunk-
|
|
21
|
-
import '../../chunk-R3R367QY.js';
|
|
20
|
+
import '../../chunk-U3LCNE7V.js';
|
|
22
21
|
import '../../chunk-SZHARWKU.js';
|
|
23
|
-
import '../../chunk-
|
|
24
|
-
import '../../chunk-
|
|
22
|
+
import '../../chunk-QGQECEOT.js';
|
|
23
|
+
import '../../chunk-NVSKJG3L.js';
|
|
25
24
|
import '../../chunk-R7WLWGPO.js';
|
|
26
25
|
import '../../chunk-NVOCKXUQ.js';
|
|
27
26
|
import '../../chunk-V7XHGJQZ.js';
|
package/dist/hooks/index.css
CHANGED
|
@@ -31,9 +31,6 @@
|
|
|
31
31
|
::-webkit-scrollbar-thumb:hover {
|
|
32
32
|
background: var(--color-text-subtle);
|
|
33
33
|
}
|
|
34
|
-
.mantine-Skeleton-root[data-visible]::after {
|
|
35
|
-
background-color: color-mix(in srgb, var(--color-text-subtle) 30%, var(--color-surface)) !important;
|
|
36
|
-
}
|
|
37
34
|
.mantine-Checkbox-input {
|
|
38
35
|
background-color: var(--color-surface);
|
|
39
36
|
border-color: var(--color-border);
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -3837,7 +3837,7 @@ interface MembershipFeatureConfig {
|
|
|
3837
3837
|
*/
|
|
3838
3838
|
interface UserConfig {
|
|
3839
3839
|
theme?: {
|
|
3840
|
-
preset?: 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'ember' | 'obsidian' | 'honey' | 'abyss' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-
|
|
3840
|
+
preset?: 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'ember' | 'obsidian' | 'honey' | 'abyss' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-chrome' | 'cyber-void' | 'nirvana' | 'wave' | 'synapse' | 'cortex' | 'helios' | 'graphite' | 'quarry' | 'canyon' | 'nord' | 'catppuccin' | 'tokyo-night' | 'gruvbox';
|
|
3841
3841
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
3842
3842
|
};
|
|
3843
3843
|
onboarding?: {
|
package/dist/hooks/index.js
CHANGED
|
@@ -5,11 +5,10 @@ export { observabilityKeys, useErrorTrends } from '../chunk-LXHZYSMQ.js';
|
|
|
5
5
|
import '../chunk-F6RBK7NJ.js';
|
|
6
6
|
import '../chunk-L4XXM55J.js';
|
|
7
7
|
import '../chunk-RNP5R5I3.js';
|
|
8
|
-
import '../chunk-
|
|
9
|
-
import '../chunk-R3R367QY.js';
|
|
8
|
+
import '../chunk-U3LCNE7V.js';
|
|
10
9
|
import '../chunk-SZHARWKU.js';
|
|
11
|
-
import '../chunk-
|
|
12
|
-
import '../chunk-
|
|
10
|
+
import '../chunk-QGQECEOT.js';
|
|
11
|
+
import '../chunk-NVSKJG3L.js';
|
|
13
12
|
import '../chunk-R7WLWGPO.js';
|
|
14
13
|
import '../chunk-NVOCKXUQ.js';
|
|
15
14
|
import '../chunk-V7XHGJQZ.js';
|
package/dist/hooks/published.css
CHANGED
|
@@ -31,9 +31,6 @@
|
|
|
31
31
|
::-webkit-scrollbar-thumb:hover {
|
|
32
32
|
background: var(--color-text-subtle);
|
|
33
33
|
}
|
|
34
|
-
.mantine-Skeleton-root[data-visible]::after {
|
|
35
|
-
background-color: color-mix(in srgb, var(--color-text-subtle) 30%, var(--color-surface)) !important;
|
|
36
|
-
}
|
|
37
34
|
.mantine-Checkbox-input {
|
|
38
35
|
background-color: var(--color-surface);
|
|
39
36
|
border-color: var(--color-border);
|
|
@@ -4266,7 +4266,7 @@ interface MembershipFeatureConfig {
|
|
|
4266
4266
|
*/
|
|
4267
4267
|
interface UserConfig {
|
|
4268
4268
|
theme?: {
|
|
4269
|
-
preset?: 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'ember' | 'obsidian' | 'honey' | 'abyss' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-
|
|
4269
|
+
preset?: 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'ember' | 'obsidian' | 'honey' | 'abyss' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-chrome' | 'cyber-void' | 'nirvana' | 'wave' | 'synapse' | 'cortex' | 'helios' | 'graphite' | 'quarry' | 'canyon' | 'nord' | 'catppuccin' | 'tokyo-night' | 'gruvbox';
|
|
4270
4270
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
4271
4271
|
};
|
|
4272
4272
|
onboarding?: {
|
package/dist/hooks/published.js
CHANGED
|
@@ -4,11 +4,10 @@ export { observabilityKeys, useErrorTrends } from '../chunk-LXHZYSMQ.js';
|
|
|
4
4
|
import '../chunk-F6RBK7NJ.js';
|
|
5
5
|
import '../chunk-L4XXM55J.js';
|
|
6
6
|
import '../chunk-RNP5R5I3.js';
|
|
7
|
-
import '../chunk-
|
|
8
|
-
import '../chunk-R3R367QY.js';
|
|
7
|
+
import '../chunk-U3LCNE7V.js';
|
|
9
8
|
import '../chunk-SZHARWKU.js';
|
|
10
|
-
import '../chunk-
|
|
11
|
-
import '../chunk-
|
|
9
|
+
import '../chunk-QGQECEOT.js';
|
|
10
|
+
import '../chunk-NVSKJG3L.js';
|
|
12
11
|
import '../chunk-R7WLWGPO.js';
|
|
13
12
|
import '../chunk-NVOCKXUQ.js';
|
|
14
13
|
import '../chunk-V7XHGJQZ.js';
|
package/dist/index.css
CHANGED
|
@@ -419,9 +419,6 @@
|
|
|
419
419
|
::-webkit-scrollbar-thumb:hover {
|
|
420
420
|
background: var(--color-text-subtle);
|
|
421
421
|
}
|
|
422
|
-
.mantine-Skeleton-root[data-visible]::after {
|
|
423
|
-
background-color: color-mix(in srgb, var(--color-text-subtle) 30%, var(--color-surface)) !important;
|
|
424
|
-
}
|
|
425
422
|
.mantine-Checkbox-input {
|
|
426
423
|
background-color: var(--color-surface);
|
|
427
424
|
border-color: var(--color-border);
|
package/dist/index.d.ts
CHANGED
|
@@ -280,7 +280,7 @@ interface ThemePreset {
|
|
|
280
280
|
*/
|
|
281
281
|
loader?: ReactNode;
|
|
282
282
|
}
|
|
283
|
-
type PresetName = 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'ember' | '
|
|
283
|
+
type PresetName = 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'ember' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-chrome' | 'cyber-void' | 'nirvana' | 'wave' | 'synapse' | 'cortex' | 'helios' | 'graphite' | 'quarry';
|
|
284
284
|
|
|
285
285
|
/** 10-shade color tuple (light → dark), compatible with Mantine's color format. */
|
|
286
286
|
type ColorShadesTuple = [string, string, string, string, string, string, string, string, string, string];
|
|
@@ -4295,7 +4295,7 @@ interface MembershipFeatureConfig {
|
|
|
4295
4295
|
*/
|
|
4296
4296
|
interface UserConfig {
|
|
4297
4297
|
theme?: {
|
|
4298
|
-
preset?: 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'ember' | 'obsidian' | 'honey' | 'abyss' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-
|
|
4298
|
+
preset?: 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'ember' | 'obsidian' | 'honey' | 'abyss' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-chrome' | 'cyber-void' | 'nirvana' | 'wave' | 'synapse' | 'cortex' | 'helios' | 'graphite' | 'quarry' | 'canyon' | 'nord' | 'catppuccin' | 'tokyo-night' | 'gruvbox';
|
|
4299
4299
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
4300
4300
|
};
|
|
4301
4301
|
onboarding?: {
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { useAvailablePresets } from './chunk-
|
|
1
|
+
export { useAvailablePresets } from './chunk-MRBYKPRI.js';
|
|
2
2
|
import './chunk-XCYKC6OZ.js';
|
|
3
3
|
export { ApiKeyService, CredentialService, DeploymentService, OrganizationMembershipService, WebhookEndpointService, filterByDomainFilters, useActivateDeployment, useActivityFilters, useCommandViewDomainFilters, useCreateApiKey, useCreateCredential, useCreateWebhookEndpoint, useCredentials, useDeactivateDeployment, useDeactivateMembership, useDeleteApiKey, useDeleteCredential, useDeleteDeployment, useDeleteWebhookEndpoint, useExecutionLogsFilters, useListApiKeys, useListDeployments, useListWebhookEndpoints, useOrganizationMembers, useReactivateMembership, useResourceSearch, useResourcesDomainFilters, useStatusFilter, useTimeRangeDates, useUpdateApiKey, useUpdateCredential, useUpdateMemberConfig, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources } from './chunk-FATKFO7X.js';
|
|
4
4
|
export { OperationsService, calibrationKeys, createUseFeatureAccess, executionsKeys, isSessionCapable, operationsKeys, scheduleKeys, sessionsKeys, sortData, useActivities, useActivityTrend, useAllCalibrationProjects, useArchiveSession, useArchivedLogs, useBatchDelete, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCalibrationProject, useCalibrationProjects, useCalibrationRun, useCalibrationRunFull, useCalibrationRuns, useCalibrationSSE, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateProject, useCreateRun, useCreateSchedule, useCreateSession, useDashboardMetrics, useDeleteExecution, useDeleteProject, useDeleteRun, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeploymentDocs, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAsync, useExecuteRun, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGradeRun, useGraphStats, useListSchedules, useMarkAllAsRead, useMarkAsRead, useNotificationCount as useNotificationCountSSE, useNotifications, usePaginationState, usePatchTask, usePauseSchedule, useRecentExecutionsByResource, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResources, useResourcesHealth, useResumeSchedule, useRetryExecution, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTestNotification, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateProject, useUpdateSchedule, useWarningNotification } from './chunk-EDAYKRPJ.js';
|
|
@@ -11,11 +11,10 @@ import './chunk-ELJIFLCB.js';
|
|
|
11
11
|
export { OrganizationSwitcher, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations } from './chunk-L4XXM55J.js';
|
|
12
12
|
export { createUseAppInitialization } from './chunk-SLVC5OJ2.js';
|
|
13
13
|
import './chunk-RNP5R5I3.js';
|
|
14
|
-
export { ElevasisUIProvider } from './chunk-
|
|
15
|
-
import './chunk-R3R367QY.js';
|
|
14
|
+
export { ElevasisUIProvider } from './chunk-U3LCNE7V.js';
|
|
16
15
|
import './chunk-SZHARWKU.js';
|
|
17
|
-
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, generateShades, getPreset, mantineThemeOverride, PRESETS as presets, usePresetsContext } from './chunk-
|
|
18
|
-
import './chunk-
|
|
16
|
+
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, generateShades, getPreset, mantineThemeOverride, PRESETS as presets, usePresetsContext } from './chunk-QGQECEOT.js';
|
|
17
|
+
import './chunk-NVSKJG3L.js';
|
|
19
18
|
export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from './chunk-R7WLWGPO.js';
|
|
20
19
|
export { ApiClientProvider, useApiClient, useApiClientContext } from './chunk-NVOCKXUQ.js';
|
|
21
20
|
export { OrganizationProvider } from './chunk-V7XHGJQZ.js';
|
package/dist/layout/index.d.ts
CHANGED
|
@@ -92,7 +92,7 @@ interface CyberBackgroundProps {
|
|
|
92
92
|
*/
|
|
93
93
|
declare function CyberBackground({ variant }: CyberBackgroundProps): React$1.JSX.Element;
|
|
94
94
|
|
|
95
|
-
type WaveVariant = 'nirvana' | 'wave' | 'honey' | 'canopy';
|
|
95
|
+
type WaveVariant = 'nirvana' | 'wave' | 'honey' | 'canopy' | 'quarry';
|
|
96
96
|
interface WaveBackgroundProps {
|
|
97
97
|
/** Which wave palette to render. */
|
|
98
98
|
variant: WaveVariant;
|
package/dist/layout/index.js
CHANGED
|
@@ -4,7 +4,6 @@ import '../chunk-NNKKBSJN.js';
|
|
|
4
4
|
export { AppShellCenteredContainer, AppShellError, AppShellLoader } from '../chunk-WWEMNIHW.js';
|
|
5
5
|
export { sidebarBottomSectionCollapsedHeight, sidebarBottomSectionHeight, sidebarCollapsedWidth, sidebarGroupChevronSize, sidebarHoverDelay, sidebarIconInnerSize, sidebarIconSize, sidebarIconStroke, sidebarItemGap, sidebarItemHeight, sidebarItemPadding, sidebarListItemIconSize, sidebarSectionPadding, sidebarSubLinkIndent, sidebarSubLinkPaddingX, sidebarSubLinkPaddingY, sidebarToggleIconSize, sidebarTransitionDuration, sidebarWidth, topbarHeight } from '../chunk-QJ2S46NI.js';
|
|
6
6
|
import '../chunk-MHW43EOH.js';
|
|
7
|
-
export { AppBackground } from '../chunk-
|
|
8
|
-
export { CyberBackground, CyberParticles, FilmGrain, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground } from '../chunk-3DIU726S.js';
|
|
7
|
+
export { AppBackground, CyberBackground, CyberParticles, FilmGrain, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground } from '../chunk-NVSKJG3L.js';
|
|
9
8
|
import '../chunk-QJ2KCHKX.js';
|
|
10
9
|
import '../chunk-Q7DJKLEN.js';
|
package/dist/provider/index.css
CHANGED
|
@@ -31,9 +31,6 @@
|
|
|
31
31
|
::-webkit-scrollbar-thumb:hover {
|
|
32
32
|
background: var(--color-text-subtle);
|
|
33
33
|
}
|
|
34
|
-
.mantine-Skeleton-root[data-visible]::after {
|
|
35
|
-
background-color: color-mix(in srgb, var(--color-text-subtle) 30%, var(--color-surface)) !important;
|
|
36
|
-
}
|
|
37
34
|
.mantine-Checkbox-input {
|
|
38
35
|
background-color: var(--color-surface);
|
|
39
36
|
border-color: var(--color-border);
|
package/dist/provider/index.d.ts
CHANGED
|
@@ -42,7 +42,7 @@ interface ThemePreset {
|
|
|
42
42
|
*/
|
|
43
43
|
loader?: ReactNode;
|
|
44
44
|
}
|
|
45
|
-
type PresetName = 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'ember' | '
|
|
45
|
+
type PresetName = 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'ember' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-chrome' | 'cyber-void' | 'nirvana' | 'wave' | 'synapse' | 'cortex' | 'helios' | 'graphite' | 'quarry';
|
|
46
46
|
|
|
47
47
|
interface ApiErrorDetails {
|
|
48
48
|
method: string;
|
package/dist/provider/index.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
export { ElevasisUIProvider } from '../chunk-
|
|
2
|
-
import '../chunk-R3R367QY.js';
|
|
1
|
+
export { ElevasisUIProvider } from '../chunk-U3LCNE7V.js';
|
|
3
2
|
import '../chunk-SZHARWKU.js';
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import '../chunk-
|
|
3
|
+
import '../chunk-QGQECEOT.js';
|
|
4
|
+
import '../chunk-NVSKJG3L.js';
|
|
6
5
|
export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-R7WLWGPO.js';
|
|
7
6
|
import '../chunk-NVOCKXUQ.js';
|
|
8
7
|
import '../chunk-V7XHGJQZ.js';
|