@elevasis/ui 2.10.1 → 2.10.2
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-XB4NWSI3.js → chunk-AT5XCBTU.js} +1 -1
- package/dist/{chunk-N5CLIRBS.js → chunk-C7BX547M.js} +4 -4
- package/dist/{chunk-LW5NKRI7.js → chunk-CYT4PORT.js} +1 -1
- package/dist/{chunk-AEBKE4IX.js → chunk-DKQQK3WX.js} +1 -1
- package/dist/components/index.js +4 -4
- package/dist/features/crm/index.js +2 -2
- package/dist/features/dashboard/index.js +2 -2
- package/dist/features/delivery/index.js +2 -2
- package/dist/features/lead-gen/index.js +4 -4
- package/dist/features/monitoring/index.js +2 -2
- package/dist/features/operations/index.js +3 -3
- package/dist/features/settings/index.js +2 -2
- package/dist/hooks/index.js +2 -2
- package/dist/hooks/published.js +2 -2
- package/dist/index.js +2 -2
- package/dist/provider/index.js +2 -2
- package/dist/provider/published.js +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ResourceExecuteDialog } from './chunk-
|
|
1
|
+
import { ResourceExecuteDialog } from './chunk-CYT4PORT.js';
|
|
2
2
|
import { TableSelectionToolbar, SortableHeader } from './chunk-TUMSNGTX.js';
|
|
3
3
|
import { PageContainer } from './chunk-BZZCNLT6.js';
|
|
4
4
|
import { SubshellNavItem } from './chunk-CEWTOKE7.js';
|
|
@@ -195,12 +195,12 @@ function resolveNavLink(link, organizationModel) {
|
|
|
195
195
|
links: link.links?.map((nestedLink) => resolveNavLink(nestedLink, organizationModel))
|
|
196
196
|
};
|
|
197
197
|
}
|
|
198
|
-
function resolveNavEntry(navEntry, organizationModel) {
|
|
198
|
+
function resolveNavEntry(navEntry, organizationModel, ownerFeatureId) {
|
|
199
199
|
const matchedSurface = navEntry.link ? findSurfaceByPath(organizationModel, navEntry.link) : void 0;
|
|
200
|
-
const featureLabel = getOrganizationModelFeatureLabel(organizationModel, navEntry.featureKey);
|
|
200
|
+
const featureLabel = getOrganizationModelFeatureLabel(organizationModel, navEntry.featureKey ?? ownerFeatureId);
|
|
201
201
|
return {
|
|
202
202
|
...navEntry,
|
|
203
|
-
label: matchedSurface?.label ??
|
|
203
|
+
label: featureLabel ?? matchedSurface?.label ?? navEntry.label,
|
|
204
204
|
link: matchedSurface?.path ?? navEntry.link,
|
|
205
205
|
links: navEntry.links?.map((link) => resolveNavLink(link, organizationModel))
|
|
206
206
|
};
|
|
@@ -211,7 +211,7 @@ function resolveFeatureModule(feature, organizationModel) {
|
|
|
211
211
|
}
|
|
212
212
|
return {
|
|
213
213
|
...feature,
|
|
214
|
-
navEntry: resolveNavEntry(feature.navEntry, organizationModel)
|
|
214
|
+
navEntry: resolveNavEntry(feature.navEntry, organizationModel, feature.featureId)
|
|
215
215
|
};
|
|
216
216
|
}
|
|
217
217
|
function resolveFeatureSemantics(feature, resolvedFeature, organizationModel) {
|
|
@@ -10,7 +10,7 @@ import { AppShellLoader } from './chunk-YEX4MQSY.js';
|
|
|
10
10
|
import { getResourceStatusColor, useMergedExecution, useTimelineData, useAgentIterationData, getStatusIcon } from './chunk-XA34RETF.js';
|
|
11
11
|
import { useErrorDetail, useExecution, useArchivedLogs, useDeleteExecution, useRetryExecution, useCancelExecution, useCommandQueueTotals, useStatusFilter, useResourceSearch, useResourcesDomainFilters, usePaginationState, useResources, useRecentExecutionsByResource, filterByDomainFilters, useExecuteAsync, useResourceDefinition, isSessionCapable, useDeleteTask, useCommandQueue, useSubmitAction, useCommandViewData, useCommandViewStats, useCommandViewStore, useResourceExecutions, useCheckpointTasks, useExecutionPanelState, useDeleteSession, useCreateSession, useSessions, useSessionExecutions, useSession, showApiErrorNotification, showSuccessNotification, useBulkDeleteExecutions } from './chunk-E3IFHX6A.js';
|
|
12
12
|
import { useGraphHighlighting, calculateGraphHeight, Graph_module_css_default, GRAPH_CONSTANTS } from './chunk-22UVE3RA.js';
|
|
13
|
-
import { useOptionalElevasisFeatures, useElevasisFeatures } from './chunk-
|
|
13
|
+
import { useOptionalElevasisFeatures, useElevasisFeatures } from './chunk-C7BX547M.js';
|
|
14
14
|
import { SubshellContentContainer } from './chunk-RX4UWZZR.js';
|
|
15
15
|
import { JsonViewer, CardHeader, PageTitleCaption, CollapsibleSection, TabCountBadge, ResourceCard, ContextViewer, EmptyState, APIErrorAlert } from './chunk-SQQGLGHW.js';
|
|
16
16
|
import { StyledMarkdown } from './chunk-3KMDHCAR.js';
|
package/dist/components/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { CollapsibleSidebarGroup } from '../chunk-4BF74JVD.js';
|
|
2
2
|
import { useBreadcrumbs } from '../chunk-MG3NF7QL.js';
|
|
3
3
|
export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../chunk-CLXMNMIS.js';
|
|
4
|
-
export { LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-
|
|
5
|
-
export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, FormFieldRenderer, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, operationsManifest, useNewKnowledgeMapLayout } from '../chunk-
|
|
4
|
+
export { LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-AT5XCBTU.js';
|
|
5
|
+
export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, FormFieldRenderer, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, operationsManifest, useNewKnowledgeMapLayout } from '../chunk-CYT4PORT.js';
|
|
6
6
|
import '../chunk-ROSMICXG.js';
|
|
7
7
|
import { SubshellLoader } from '../chunk-ADSSLKKP.js';
|
|
8
8
|
import '../chunk-G2TDX3W6.js';
|
|
@@ -33,11 +33,11 @@ export { showApiErrorNotification, showErrorNotification, showInfoNotification,
|
|
|
33
33
|
import '../chunk-LXHZYSMQ.js';
|
|
34
34
|
import { Graph_module_css_default, useDirectedChainHighlighting, useNodeSelection, GRAPH_CONSTANTS } from '../chunk-22UVE3RA.js';
|
|
35
35
|
export { Graph_module_css_default as graphStyles } from '../chunk-22UVE3RA.js';
|
|
36
|
-
import '../chunk-
|
|
36
|
+
import '../chunk-DKQQK3WX.js';
|
|
37
37
|
import '../chunk-LPSBID5V.js';
|
|
38
38
|
import '../chunk-6PNHW4X2.js';
|
|
39
39
|
import '../chunk-F4TPY6YL.js';
|
|
40
|
-
import '../chunk-
|
|
40
|
+
import '../chunk-C7BX547M.js';
|
|
41
41
|
import { SubshellContainer, SubshellSidebar, SubshellRightSideContainer, SubshellContentContainer } from '../chunk-RX4UWZZR.js';
|
|
42
42
|
import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, CenteredErrorState, CardHeader, ActivityTimeline } from '../chunk-SQQGLGHW.js';
|
|
43
43
|
export { APIErrorAlert, ActivityTimeline, CardHeader, CenteredErrorState, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, EmptyState, FeatureUnavailableState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, TabCountBadge, TimeRangeSelector, TrendIndicator, catalogItemToResourceDefinition } from '../chunk-SQQGLGHW.js';
|
|
@@ -9,11 +9,11 @@ import '../../chunk-7M2VOCYN.js';
|
|
|
9
9
|
import '../../chunk-E3IFHX6A.js';
|
|
10
10
|
import '../../chunk-LXHZYSMQ.js';
|
|
11
11
|
import '../../chunk-22UVE3RA.js';
|
|
12
|
-
import '../../chunk-
|
|
12
|
+
import '../../chunk-DKQQK3WX.js';
|
|
13
13
|
import '../../chunk-LPSBID5V.js';
|
|
14
14
|
import '../../chunk-6PNHW4X2.js';
|
|
15
15
|
import '../../chunk-F4TPY6YL.js';
|
|
16
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-C7BX547M.js';
|
|
17
17
|
import '../../chunk-RX4UWZZR.js';
|
|
18
18
|
import '../../chunk-SQQGLGHW.js';
|
|
19
19
|
import '../../chunk-3KMDHCAR.js';
|
|
@@ -7,11 +7,11 @@ import '../../chunk-7M2VOCYN.js';
|
|
|
7
7
|
import '../../chunk-E3IFHX6A.js';
|
|
8
8
|
import '../../chunk-LXHZYSMQ.js';
|
|
9
9
|
import '../../chunk-22UVE3RA.js';
|
|
10
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-DKQQK3WX.js';
|
|
11
11
|
import '../../chunk-LPSBID5V.js';
|
|
12
12
|
import '../../chunk-6PNHW4X2.js';
|
|
13
13
|
import '../../chunk-F4TPY6YL.js';
|
|
14
|
-
import '../../chunk-
|
|
14
|
+
import '../../chunk-C7BX547M.js';
|
|
15
15
|
import '../../chunk-RX4UWZZR.js';
|
|
16
16
|
import '../../chunk-SQQGLGHW.js';
|
|
17
17
|
import '../../chunk-3KMDHCAR.js';
|
|
@@ -10,11 +10,11 @@ import '../../chunk-7M2VOCYN.js';
|
|
|
10
10
|
import '../../chunk-E3IFHX6A.js';
|
|
11
11
|
import '../../chunk-LXHZYSMQ.js';
|
|
12
12
|
import '../../chunk-22UVE3RA.js';
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-DKQQK3WX.js';
|
|
14
14
|
import '../../chunk-LPSBID5V.js';
|
|
15
15
|
import '../../chunk-6PNHW4X2.js';
|
|
16
16
|
import '../../chunk-F4TPY6YL.js';
|
|
17
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-C7BX547M.js';
|
|
18
18
|
import '../../chunk-RX4UWZZR.js';
|
|
19
19
|
import '../../chunk-SQQGLGHW.js';
|
|
20
20
|
import '../../chunk-3KMDHCAR.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { CompanyDetailModal, ContactDetailModal, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, formatDate, getEnrichmentColor, getEnrichmentStatus, getStatusColor, leadGenManifest, useDeleteLists } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { CompanyDetailModal, ContactDetailModal, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, formatDate, getEnrichmentColor, getEnrichmentStatus, getStatusColor, leadGenManifest, useDeleteLists } from '../../chunk-AT5XCBTU.js';
|
|
2
|
+
import '../../chunk-CYT4PORT.js';
|
|
3
3
|
import '../../chunk-ROSMICXG.js';
|
|
4
4
|
import '../../chunk-ADSSLKKP.js';
|
|
5
5
|
import '../../chunk-G2TDX3W6.js';
|
|
@@ -19,11 +19,11 @@ import '../../chunk-7M2VOCYN.js';
|
|
|
19
19
|
export { companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, useCompanies, useCompany, useContact, useContacts, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useUpdateCompany, useUpdateContact } from '../../chunk-E3IFHX6A.js';
|
|
20
20
|
import '../../chunk-LXHZYSMQ.js';
|
|
21
21
|
import '../../chunk-22UVE3RA.js';
|
|
22
|
-
import '../../chunk-
|
|
22
|
+
import '../../chunk-DKQQK3WX.js';
|
|
23
23
|
import '../../chunk-LPSBID5V.js';
|
|
24
24
|
import '../../chunk-6PNHW4X2.js';
|
|
25
25
|
import '../../chunk-F4TPY6YL.js';
|
|
26
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-C7BX547M.js';
|
|
27
27
|
import '../../chunk-RX4UWZZR.js';
|
|
28
28
|
import '../../chunk-SQQGLGHW.js';
|
|
29
29
|
import '../../chunk-3KMDHCAR.js';
|
|
@@ -10,11 +10,11 @@ import '../../chunk-7M2VOCYN.js';
|
|
|
10
10
|
import '../../chunk-E3IFHX6A.js';
|
|
11
11
|
import '../../chunk-LXHZYSMQ.js';
|
|
12
12
|
import '../../chunk-22UVE3RA.js';
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-DKQQK3WX.js';
|
|
14
14
|
import '../../chunk-LPSBID5V.js';
|
|
15
15
|
import '../../chunk-6PNHW4X2.js';
|
|
16
16
|
import '../../chunk-F4TPY6YL.js';
|
|
17
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-C7BX547M.js';
|
|
18
18
|
import '../../chunk-RX4UWZZR.js';
|
|
19
19
|
import '../../chunk-SQQGLGHW.js';
|
|
20
20
|
import '../../chunk-3KMDHCAR.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, CommandViewSidebarContent, ExecuteWorkflowModal, ExecutionPanel, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourceExecuteDialog, ResourceExecuteForm, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, WorkflowExecutionPanel, operationsManifest } from '../../chunk-
|
|
1
|
+
export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, CommandViewSidebarContent, ExecuteWorkflowModal, ExecutionPanel, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourceExecuteDialog, ResourceExecuteForm, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, WorkflowExecutionPanel, operationsManifest } from '../../chunk-CYT4PORT.js';
|
|
2
2
|
import '../../chunk-ROSMICXG.js';
|
|
3
3
|
import '../../chunk-ADSSLKKP.js';
|
|
4
4
|
import '../../chunk-G2TDX3W6.js';
|
|
@@ -15,11 +15,11 @@ import '../../chunk-7M2VOCYN.js';
|
|
|
15
15
|
import '../../chunk-E3IFHX6A.js';
|
|
16
16
|
import '../../chunk-LXHZYSMQ.js';
|
|
17
17
|
import '../../chunk-22UVE3RA.js';
|
|
18
|
-
import '../../chunk-
|
|
18
|
+
import '../../chunk-DKQQK3WX.js';
|
|
19
19
|
import '../../chunk-LPSBID5V.js';
|
|
20
20
|
import '../../chunk-6PNHW4X2.js';
|
|
21
21
|
import '../../chunk-F4TPY6YL.js';
|
|
22
|
-
import '../../chunk-
|
|
22
|
+
import '../../chunk-C7BX547M.js';
|
|
23
23
|
import '../../chunk-RX4UWZZR.js';
|
|
24
24
|
import '../../chunk-SQQGLGHW.js';
|
|
25
25
|
import '../../chunk-3KMDHCAR.js';
|
|
@@ -7,11 +7,11 @@ import '../../chunk-7M2VOCYN.js';
|
|
|
7
7
|
import '../../chunk-E3IFHX6A.js';
|
|
8
8
|
import '../../chunk-LXHZYSMQ.js';
|
|
9
9
|
import '../../chunk-22UVE3RA.js';
|
|
10
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-DKQQK3WX.js';
|
|
11
11
|
import '../../chunk-LPSBID5V.js';
|
|
12
12
|
import '../../chunk-6PNHW4X2.js';
|
|
13
13
|
import '../../chunk-F4TPY6YL.js';
|
|
14
|
-
import '../../chunk-
|
|
14
|
+
import '../../chunk-C7BX547M.js';
|
|
15
15
|
import '../../chunk-RX4UWZZR.js';
|
|
16
16
|
import '../../chunk-SQQGLGHW.js';
|
|
17
17
|
import '../../chunk-3KMDHCAR.js';
|
package/dist/hooks/index.js
CHANGED
|
@@ -2,11 +2,11 @@ import '../chunk-7M2VOCYN.js';
|
|
|
2
2
|
export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, isSessionCapable, milestoneKeys, noteKeys, operationsKeys, projectKeys, scheduleKeys, sessionsKeys, sortData, taskKeys, useActivateDeployment, useActivities, useActivityFilters, useActivityTrend, useArchiveSession, useArchivedLogs, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateList, useCreateMilestone, useCreateNote, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDeleteApiKey, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask2 as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeploymentDocs, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAsync, useExecuteWorkflow, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGraphStats, useList, useListApiKeys, useListDeployments, useListExecutions, useListProgress, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, useProject, useProjectNotes, useProjects, useReactivateMembership, useRecentExecutionsByResource, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useSyncDealStage, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateMemberConfig, useUpdateMilestone, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources, useWarningNotification } from '../chunk-E3IFHX6A.js';
|
|
3
3
|
export { observabilityKeys, useErrorTrends } from '../chunk-LXHZYSMQ.js';
|
|
4
4
|
import '../chunk-22UVE3RA.js';
|
|
5
|
-
import '../chunk-
|
|
5
|
+
import '../chunk-DKQQK3WX.js';
|
|
6
6
|
import '../chunk-LPSBID5V.js';
|
|
7
7
|
import '../chunk-6PNHW4X2.js';
|
|
8
8
|
import '../chunk-F4TPY6YL.js';
|
|
9
|
-
export { createFeatureAccessHook, createUseFeatureAccess } from '../chunk-
|
|
9
|
+
export { createFeatureAccessHook, createUseFeatureAccess } from '../chunk-C7BX547M.js';
|
|
10
10
|
import '../chunk-RX4UWZZR.js';
|
|
11
11
|
import '../chunk-SQQGLGHW.js';
|
|
12
12
|
import '../chunk-3KMDHCAR.js';
|
package/dist/hooks/published.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, isSessionCapable, milestoneKeys, noteKeys, operationsKeys, projectKeys, scheduleKeys, sessionsKeys, sortData, taskKeys, useActivateDeployment, useActivities, useActivityFilters, useActivityTrend, useArchiveSession, useArchivedLogs, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateList, useCreateMilestone, useCreateNote, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDeleteApiKey, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask2 as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeploymentDocs, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAsync, useExecuteWorkflow, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGraphStats, useList, useListApiKeys, useListDeployments, useListExecutions, useListProgress, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, useProject, useProjectNotes, useProjects, useReactivateMembership, useRecentExecutionsByResource, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useSyncDealStage, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateMemberConfig, useUpdateMilestone, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources, useWarningNotification } from '../chunk-E3IFHX6A.js';
|
|
2
2
|
export { observabilityKeys, useErrorTrends } from '../chunk-LXHZYSMQ.js';
|
|
3
3
|
import '../chunk-22UVE3RA.js';
|
|
4
|
-
import '../chunk-
|
|
4
|
+
import '../chunk-DKQQK3WX.js';
|
|
5
5
|
import '../chunk-LPSBID5V.js';
|
|
6
6
|
import '../chunk-6PNHW4X2.js';
|
|
7
7
|
import '../chunk-F4TPY6YL.js';
|
|
8
|
-
export { createFeatureAccessHook, createUseFeatureAccess } from '../chunk-
|
|
8
|
+
export { createFeatureAccessHook, createUseFeatureAccess } from '../chunk-C7BX547M.js';
|
|
9
9
|
import '../chunk-RX4UWZZR.js';
|
|
10
10
|
import '../chunk-SQQGLGHW.js';
|
|
11
11
|
import '../chunk-3KMDHCAR.js';
|
package/dist/index.js
CHANGED
|
@@ -5,11 +5,11 @@ import './chunk-7M2VOCYN.js';
|
|
|
5
5
|
export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, isSessionCapable, milestoneKeys, noteKeys, operationsKeys, projectKeys, scheduleKeys, sessionsKeys, sortData, taskKeys, useActivateDeployment, useActivities, useActivityFilters, useActivityTrend, useArchiveSession, useArchivedLogs, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateList, useCreateMilestone, useCreateNote, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDeleteApiKey, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask2 as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeploymentDocs, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAsync, useExecuteWorkflow, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGraphStats, useList, useListApiKeys, useListDeployments, useListExecutions, useListProgress, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, useProject, useProjectNotes, useProjects, useReactivateMembership, useRecentExecutionsByResource, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useSyncDealStage, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateMemberConfig, useUpdateMilestone, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources, useWarningNotification } from './chunk-E3IFHX6A.js';
|
|
6
6
|
export { observabilityKeys, useErrorTrends } from './chunk-LXHZYSMQ.js';
|
|
7
7
|
export { GRAPH_CONSTANTS, calculateGraphHeight, useConnectionHighlight, useDirectedChainHighlighting, useFitViewTrigger, useGraphHighlighting, useNodeSelection } from './chunk-22UVE3RA.js';
|
|
8
|
-
export { createTestFeaturesProvider } from './chunk-
|
|
8
|
+
export { createTestFeaturesProvider } from './chunk-DKQQK3WX.js';
|
|
9
9
|
export { ElevasisUIProvider } from './chunk-LPSBID5V.js';
|
|
10
10
|
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, generateShades, getPreset, mantineThemeOverride, PRESETS as presets, usePresetsContext } from './chunk-6PNHW4X2.js';
|
|
11
11
|
import './chunk-F4TPY6YL.js';
|
|
12
|
-
export { ElevasisFeaturesProvider, FeatureShell, createFeatureAccessHook, createUseFeatureAccess, useElevasisFeatures, useOptionalElevasisFeatures } from './chunk-
|
|
12
|
+
export { ElevasisFeaturesProvider, FeatureShell, createFeatureAccessHook, createUseFeatureAccess, useElevasisFeatures, useOptionalElevasisFeatures } from './chunk-C7BX547M.js';
|
|
13
13
|
import './chunk-RX4UWZZR.js';
|
|
14
14
|
import './chunk-SQQGLGHW.js';
|
|
15
15
|
import './chunk-3KMDHCAR.js';
|
package/dist/provider/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { createTestFeaturesProvider } from '../chunk-
|
|
1
|
+
export { createTestFeaturesProvider } from '../chunk-DKQQK3WX.js';
|
|
2
2
|
export { ElevasisUIProvider } from '../chunk-LPSBID5V.js';
|
|
3
3
|
import '../chunk-6PNHW4X2.js';
|
|
4
4
|
import '../chunk-F4TPY6YL.js';
|
|
5
|
-
export { ElevasisFeaturesProvider, FeatureShell, useElevasisFeatures, useOptionalElevasisFeatures } from '../chunk-
|
|
5
|
+
export { ElevasisFeaturesProvider, FeatureShell, useElevasisFeatures, useOptionalElevasisFeatures } from '../chunk-C7BX547M.js';
|
|
6
6
|
import '../chunk-RX4UWZZR.js';
|
|
7
7
|
import '../chunk-SQQGLGHW.js';
|
|
8
8
|
import '../chunk-3KMDHCAR.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { ElevasisFeaturesProvider, FeatureShell, useElevasisFeatures, useOptionalElevasisFeatures } from '../chunk-
|
|
1
|
+
export { ElevasisFeaturesProvider, FeatureShell, useElevasisFeatures, useOptionalElevasisFeatures } from '../chunk-C7BX547M.js';
|
|
2
2
|
import '../chunk-RX4UWZZR.js';
|
|
3
3
|
import '../chunk-SQQGLGHW.js';
|
|
4
4
|
import '../chunk-3KMDHCAR.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elevasis/ui",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.2",
|
|
4
4
|
"description": "UI components and platform-aware hooks for building custom frontends on the Elevasis platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -202,8 +202,8 @@
|
|
|
202
202
|
"tsup": "^8.0.0",
|
|
203
203
|
"typescript": "5.9.2",
|
|
204
204
|
"vite": "^7.0.0",
|
|
205
|
-
"@repo/eslint-config": "0.0.0",
|
|
206
205
|
"@repo/core": "0.4.0",
|
|
206
|
+
"@repo/eslint-config": "0.0.0",
|
|
207
207
|
"@repo/typescript-config": "0.0.0"
|
|
208
208
|
},
|
|
209
209
|
"dependencies": {
|