@elevasis/ui 2.2.1 → 2.3.1
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/{chunk-F6RBK7NJ.js → chunk-22UVE3RA.js} +1 -1
- package/dist/{chunk-O6KZ46EJ.js → chunk-2VEXBZNO.js} +5 -5
- package/dist/{chunk-2JTCPVZX.js → chunk-3MQKSLZ7.js} +2 -2
- package/dist/{chunk-3WMJWXZY.js → chunk-47YILFON.js} +96 -68
- package/dist/{chunk-J5TBNCMD.js → chunk-IPRMGSCV.js} +4 -4
- package/dist/{chunk-MZPVNRPL.js → chunk-ISHNN42L.js} +134 -10
- package/dist/{chunk-LH7RCX4Y.js → chunk-JT7WDIZI.js} +2 -2
- package/dist/{chunk-JT3FN6TE.js → chunk-PEZ4WOPF.js} +2 -2
- package/dist/{chunk-YOZEGIZA.js → chunk-U2CEWNXK.js} +3893 -1559
- package/dist/{chunk-M66JAN7R.js → chunk-VNUOQQNY.js} +1 -1
- package/dist/{chunk-5KBVISVJ.js → chunk-WN764MR7.js} +3 -3
- package/dist/{chunk-PFONCU6C.js → chunk-ZG7MLOBE.js} +1 -1
- package/dist/components/index.css +17 -14
- package/dist/components/index.d.ts +12 -1
- package/dist/components/index.js +852 -43
- package/dist/features/auth/index.css +17 -14
- package/dist/features/dashboard/index.css +17 -14
- package/dist/features/dashboard/index.d.ts +4 -0
- package/dist/features/dashboard/index.js +7 -7
- package/dist/features/monitoring/index.css +17 -14
- package/dist/features/monitoring/index.d.ts +4 -0
- package/dist/features/monitoring/index.js +8 -8
- package/dist/features/operations/index.css +17 -14
- package/dist/features/operations/index.d.ts +26 -14
- package/dist/features/operations/index.js +9 -9
- package/dist/features/settings/index.css +17 -14
- package/dist/features/settings/index.d.ts +4 -0
- package/dist/features/settings/index.js +8 -8
- package/dist/graph/index.css +0 -14
- package/dist/graph/index.js +1 -1
- package/dist/hooks/index.css +17 -14
- package/dist/hooks/index.d.ts +4 -1
- package/dist/hooks/index.js +6 -6
- package/dist/hooks/published.css +17 -14
- package/dist/hooks/published.d.ts +4 -1
- package/dist/hooks/published.js +5 -5
- package/dist/index.css +17 -14
- package/dist/index.d.ts +307 -249
- package/dist/index.js +7 -7
- package/dist/provider/index.css +7 -0
- package/dist/provider/index.d.ts +58 -2
- package/dist/provider/index.js +3 -3
- package/dist/provider/published.d.ts +58 -2
- package/dist/provider/published.js +1 -1
- package/dist/theme/index.js +2 -2
- package/package.json +9 -3
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
2
2
|
import { CustomModal } from './chunk-GBMNCNHX.js';
|
|
3
3
|
import { AppShellLoader } from './chunk-YEX4MQSY.js';
|
|
4
|
-
import { useAvailablePresets } from './chunk-
|
|
5
|
-
import { useDeleteCredential, useCreateCredential, useCredentials, MEMBERSHIP_STATUS_COLORS, transformMembershipToTableRow, useUserMemberships, useUpdateWebhookEndpoint, useDeleteWebhookEndpoint, useCreateWebhookEndpoint, useListWebhookEndpoints, useUpdateMemberConfig, useOrganizationMembers, useUpdateCredential, CredentialSchemas } from './chunk-
|
|
6
|
-
import { useResources, showErrorNotification } from './chunk-
|
|
4
|
+
import { useAvailablePresets } from './chunk-VNUOQQNY.js';
|
|
5
|
+
import { useDeleteCredential, useCreateCredential, useCredentials, MEMBERSHIP_STATUS_COLORS, transformMembershipToTableRow, useUserMemberships, useUpdateWebhookEndpoint, useDeleteWebhookEndpoint, useCreateWebhookEndpoint, useListWebhookEndpoints, useUpdateMemberConfig, useOrganizationMembers, useUpdateCredential, CredentialSchemas } from './chunk-PEZ4WOPF.js';
|
|
6
|
+
import { useResources, showErrorNotification } from './chunk-IPRMGSCV.js';
|
|
7
7
|
import { ListSkeleton, EmptyState, PageTitleCaption, CardHeader, APIErrorAlert, StatCard } from './chunk-Y3D3WFJG.js';
|
|
8
8
|
import { formatDateTime, OAUTH_POPUP_CHECK_INTERVAL, OAUTH_FLOW_TIMEOUT } from './chunk-IOKL7BKE.js';
|
|
9
9
|
import { useInitialization } from './chunk-TUXTSEAF.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useCyberColors, CyberLegendItem, CyberAreaChart } from './chunk-KFICYU6S.js';
|
|
2
|
-
import { useResourcesHealth } from './chunk-
|
|
2
|
+
import { useResourcesHealth } from './chunk-IPRMGSCV.js';
|
|
3
3
|
import { getTimeRangeDates, formatBucketTime } from './chunk-LXHZYSMQ.js';
|
|
4
4
|
import { CardHeader, EmptyState } from './chunk-Y3D3WFJG.js';
|
|
5
5
|
import { Paper, Center, Loader, Group } from '@mantine/core';
|
|
@@ -196,6 +196,13 @@
|
|
|
196
196
|
.recharts-surface:focus {
|
|
197
197
|
outline: none;
|
|
198
198
|
}
|
|
199
|
+
.hide-scrollbar {
|
|
200
|
+
scrollbar-width: none;
|
|
201
|
+
-ms-overflow-style: none;
|
|
202
|
+
}
|
|
203
|
+
.hide-scrollbar::-webkit-scrollbar {
|
|
204
|
+
display: none;
|
|
205
|
+
}
|
|
199
206
|
|
|
200
207
|
/* src/graph/Graph.module.css */
|
|
201
208
|
@keyframes edgeFlow {
|
|
@@ -292,14 +299,6 @@
|
|
|
292
299
|
opacity: 0;
|
|
293
300
|
}
|
|
294
301
|
}
|
|
295
|
-
.graphContainer :global(.react-flow__node.selected),
|
|
296
|
-
.graphContainer :global(.react-flow__node:focus),
|
|
297
|
-
.graphContainer :global(.react-flow__node:focus-visible) {
|
|
298
|
-
outline: none !important;
|
|
299
|
-
}
|
|
300
|
-
.graphContainer :global(.react-flow__node.selected > *) {
|
|
301
|
-
box-shadow: none;
|
|
302
|
-
}
|
|
303
302
|
.graphContainer {
|
|
304
303
|
position: relative;
|
|
305
304
|
background-image:
|
|
@@ -340,12 +339,6 @@
|
|
|
340
339
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
341
340
|
position: relative;
|
|
342
341
|
}
|
|
343
|
-
.node :global(.react-flow__node.selected),
|
|
344
|
-
.node :global(.react-flow__node:focus),
|
|
345
|
-
.node :global(.react-flow__node:focus-visible) {
|
|
346
|
-
outline: none !important;
|
|
347
|
-
box-shadow: none !important;
|
|
348
|
-
}
|
|
349
342
|
.node:nth-child(1) {
|
|
350
343
|
animation-delay: 0.05s;
|
|
351
344
|
}
|
|
@@ -584,3 +577,13 @@
|
|
|
584
577
|
transform: none;
|
|
585
578
|
}
|
|
586
579
|
}
|
|
580
|
+
|
|
581
|
+
/* src/graph/Graph.globals.css */
|
|
582
|
+
.elevasis-graph-root .react-flow__node.selected,
|
|
583
|
+
.elevasis-graph-root .react-flow__node:focus,
|
|
584
|
+
.elevasis-graph-root .react-flow__node:focus-visible {
|
|
585
|
+
outline: none !important;
|
|
586
|
+
}
|
|
587
|
+
.elevasis-graph-root .react-flow__node.selected > * {
|
|
588
|
+
box-shadow: none;
|
|
589
|
+
}
|
|
@@ -8760,6 +8760,10 @@ interface FeatureModule {
|
|
|
8760
8760
|
navEntry?: FeatureNavEntry;
|
|
8761
8761
|
sidebar?: FeatureSidebarComponent;
|
|
8762
8762
|
subshellRoutes?: string[];
|
|
8763
|
+
organizationGraph?: OrganizationGraphFeatureBridge;
|
|
8764
|
+
}
|
|
8765
|
+
interface OrganizationGraphFeatureBridge {
|
|
8766
|
+
surfaceId: string;
|
|
8763
8767
|
}
|
|
8764
8768
|
|
|
8765
8769
|
declare const crmManifest: FeatureModule;
|
|
@@ -8876,6 +8880,13 @@ interface ProjectsListPageProps {
|
|
|
8876
8880
|
}
|
|
8877
8881
|
declare function ProjectsListPage({ onProjectClick }?: ProjectsListPageProps): react_jsx_runtime.JSX.Element;
|
|
8878
8882
|
|
|
8883
|
+
interface ProjectDetailPageProps {
|
|
8884
|
+
projectId: string;
|
|
8885
|
+
onBack: () => void;
|
|
8886
|
+
backLabel?: string;
|
|
8887
|
+
}
|
|
8888
|
+
declare function ProjectDetailPage({ projectId, onBack, backLabel }: ProjectDetailPageProps): react_jsx_runtime.JSX.Element;
|
|
8889
|
+
|
|
8879
8890
|
declare const projectStatusColors: Record<string, string>;
|
|
8880
8891
|
declare const milestoneStatusColors: Record<string, string>;
|
|
8881
8892
|
declare const taskStatusColors: Record<string, string>;
|
|
@@ -8902,5 +8913,5 @@ declare const OperationsSidebarMiddle: () => react_jsx_runtime.JSX.Element;
|
|
|
8902
8913
|
|
|
8903
8914
|
declare const operationsManifest: FeatureModule;
|
|
8904
8915
|
|
|
8905
|
-
export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, CardHeader, CenteredErrorState, 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, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealDrawer, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, DocTreeNav, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilterBar, FormFieldRenderer, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, JsonViewer, KanbanBoard, KnowledgeBasePage, LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PageNotFound, PageTitleCaption, PipelineFunnelWidget, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SHARED_VIZ_CONSTANTS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StyledMarkdown, TabCountBadge, TableSelectionToolbar, TaskCard, TaskScheduler, TasksDueWidget, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, buildErrorReport, buildListConfig, calculateProgress, catalogItemToResourceDefinition, crmManifest, dashboardManifest, deliveryManifest, formatStatusLabel, getEnrichmentColor, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getStatusColor, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, seoManifest, settingsManifest, showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useDeleteLists, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity };
|
|
8916
|
+
export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, CardHeader, CenteredErrorState, 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, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealDrawer, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, DocTreeNav, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilterBar, FormFieldRenderer, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, JsonViewer, KanbanBoard, KnowledgeBasePage, LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PageNotFound, PageTitleCaption, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SHARED_VIZ_CONSTANTS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StyledMarkdown, TabCountBadge, TableSelectionToolbar, TaskCard, TaskScheduler, TasksDueWidget, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, buildErrorReport, buildListConfig, calculateProgress, catalogItemToResourceDefinition, crmManifest, dashboardManifest, deliveryManifest, formatStatusLabel, getEnrichmentColor, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getStatusColor, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, seoManifest, settingsManifest, showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useDeleteLists, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity };
|
|
8906
8917
|
export type { ActivityEntry, ActivityFiltersProps, ActivityTableProps, BaseEdgeProps, BaseExecutionLogsProps, BreadcrumbsProps, CommandViewGraphRef, ContextViewerProps, CostByModelTableProps, CrashErrorFallbackProps, CrmOverviewProps, DealDrawerProps, DealKanbanCardProps, ErrorAnalysisCardProps, ErrorReportCardProps, ExecutionBreakdownTableProps, ExecutionHealthCardProps, ExecutionLogEntry, ExecutionLogsFiltersProps, ExecutionLogsTableProps, FeatureUnavailableStateProps, FitViewButtonVariant, FormFieldRendererProps, GraphFitViewHandlerProps, JsonViewerProps, KanbanBoardProps, KnowledgeMapEdgeData, KnowledgeMapNodeData, LogLevel, MdxRendererProps, NavigationButtonProps, ProjectsSidebarMiddleProps, ResourceHealthPanelProps, RichTextEditorProps, SavedViewPreset, ScheduleType, SerializedKnowledgeMap, SerializedKnowledgeNode, StatCardProps, StyledMarkdownProps, TaskFilterStatus, TrendIndicatorProps };
|