@elevasis/ui 2.3.0 → 2.4.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/{chunk-F6RBK7NJ.js → chunk-22UVE3RA.js} +1 -1
- package/dist/{chunk-OCP2MBTY.js → chunk-27COZ5AH.js} +3 -118
- package/dist/chunk-2DZACNOX.js +1111 -0
- package/dist/chunk-3ONP2CEB.js +1842 -0
- package/dist/{chunk-ZY4MWZW2.js → chunk-5XGBMKUY.js} +3 -3
- package/dist/chunk-BZZCNLT6.js +12 -0
- package/dist/{chunk-SWIAK47F.js → chunk-G3G2QEB6.js} +5 -5
- package/dist/chunk-IDACMRGQ.js +115 -0
- package/dist/{chunk-2XWEOJSX.js → chunk-IPRMGSCV.js} +1 -1
- package/dist/chunk-J5KWNRSD.js +45 -0
- package/dist/{chunk-NKV5MEWQ.js → chunk-KRTZTBVP.js} +10 -8
- package/dist/{chunk-Q3FTQP2M.js → chunk-PEZ4WOPF.js} +1 -1
- package/dist/chunk-TUMSNGTX.js +35 -0
- package/dist/{chunk-PEATQEEP.js → chunk-WN764MR7.js} +2 -2
- package/dist/chunk-WSL5MNAI.js +955 -0
- package/dist/{chunk-IWFIKQR5.js → chunk-ZG7MLOBE.js} +1 -1
- package/dist/components/index.css +10 -14
- package/dist/components/index.js +46 -3922
- package/dist/features/auth/index.css +10 -14
- package/dist/features/crm/index.css +589 -0
- package/dist/features/crm/index.d.ts +2833 -0
- package/dist/features/crm/index.js +33 -0
- package/dist/features/dashboard/index.css +10 -14
- package/dist/features/dashboard/index.js +5 -5
- package/dist/features/delivery/index.css +589 -0
- package/dist/features/delivery/index.d.ts +2648 -0
- package/dist/features/delivery/index.js +33 -0
- package/dist/features/lead-gen/index.css +589 -0
- package/dist/features/lead-gen/index.d.ts +451 -0
- package/dist/features/lead-gen/index.js +42 -0
- package/dist/features/monitoring/index.css +10 -14
- package/dist/features/monitoring/index.js +6 -6
- package/dist/features/operations/index.css +10 -14
- package/dist/features/operations/index.js +10 -8
- package/dist/features/seo/index.d.ts +41 -0
- package/dist/features/seo/index.js +5 -0
- package/dist/features/settings/index.css +10 -14
- package/dist/features/settings/index.js +4 -4
- package/dist/graph/index.css +0 -14
- package/dist/graph/index.js +1 -1
- package/dist/hooks/index.css +10 -14
- package/dist/hooks/index.js +3 -3
- package/dist/hooks/published.css +10 -14
- package/dist/hooks/published.js +2 -2
- package/dist/index.css +10 -14
- package/dist/index.js +4 -4
- package/dist/layout/index.js +3 -1
- package/package.json +19 -3
|
@@ -299,14 +299,6 @@
|
|
|
299
299
|
opacity: 0;
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
|
-
.graphContainer :global(.react-flow__node.selected),
|
|
303
|
-
.graphContainer :global(.react-flow__node:focus),
|
|
304
|
-
.graphContainer :global(.react-flow__node:focus-visible) {
|
|
305
|
-
outline: none !important;
|
|
306
|
-
}
|
|
307
|
-
.graphContainer :global(.react-flow__node.selected > *) {
|
|
308
|
-
box-shadow: none;
|
|
309
|
-
}
|
|
310
302
|
.graphContainer {
|
|
311
303
|
position: relative;
|
|
312
304
|
background-image:
|
|
@@ -347,12 +339,6 @@
|
|
|
347
339
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
348
340
|
position: relative;
|
|
349
341
|
}
|
|
350
|
-
.node :global(.react-flow__node.selected),
|
|
351
|
-
.node :global(.react-flow__node:focus),
|
|
352
|
-
.node :global(.react-flow__node:focus-visible) {
|
|
353
|
-
outline: none !important;
|
|
354
|
-
box-shadow: none !important;
|
|
355
|
-
}
|
|
356
342
|
.node:nth-child(1) {
|
|
357
343
|
animation-delay: 0.05s;
|
|
358
344
|
}
|
|
@@ -591,3 +577,13 @@
|
|
|
591
577
|
transform: none;
|
|
592
578
|
}
|
|
593
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
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberConfigModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest } from '../../chunk-
|
|
1
|
+
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberConfigModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest } from '../../chunk-WN764MR7.js';
|
|
2
2
|
import '../../chunk-PDHTXPSF.js';
|
|
3
3
|
import '../../chunk-GBMNCNHX.js';
|
|
4
4
|
import '../../chunk-YEX4MQSY.js';
|
|
5
5
|
import '../../chunk-VNUOQQNY.js';
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-PEZ4WOPF.js';
|
|
7
|
+
import '../../chunk-IPRMGSCV.js';
|
|
8
8
|
import '../../chunk-LXHZYSMQ.js';
|
|
9
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-22UVE3RA.js';
|
|
10
10
|
import '../../chunk-JT7WDIZI.js';
|
|
11
11
|
import '../../chunk-47YILFON.js';
|
|
12
12
|
import '../../chunk-CYXZHBP4.js';
|
package/dist/graph/index.css
CHANGED
|
@@ -93,14 +93,6 @@
|
|
|
93
93
|
opacity: 0;
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
|
-
.graphContainer :global(.react-flow__node.selected),
|
|
97
|
-
.graphContainer :global(.react-flow__node:focus),
|
|
98
|
-
.graphContainer :global(.react-flow__node:focus-visible) {
|
|
99
|
-
outline: none !important;
|
|
100
|
-
}
|
|
101
|
-
.graphContainer :global(.react-flow__node.selected > *) {
|
|
102
|
-
box-shadow: none;
|
|
103
|
-
}
|
|
104
96
|
.graphContainer {
|
|
105
97
|
position: relative;
|
|
106
98
|
background-image:
|
|
@@ -141,12 +133,6 @@
|
|
|
141
133
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
142
134
|
position: relative;
|
|
143
135
|
}
|
|
144
|
-
.node :global(.react-flow__node.selected),
|
|
145
|
-
.node :global(.react-flow__node:focus),
|
|
146
|
-
.node :global(.react-flow__node:focus-visible) {
|
|
147
|
-
outline: none !important;
|
|
148
|
-
box-shadow: none !important;
|
|
149
|
-
}
|
|
150
136
|
.node:nth-child(1) {
|
|
151
137
|
animation-delay: 0.05s;
|
|
152
138
|
}
|
package/dist/graph/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GRAPH_CONSTANTS, calculateGraphHeight, useConnectionHighlight, useDirectedChainHighlighting, useFitViewTrigger, useGraphHighlighting, useNodeSelection } from '../chunk-
|
|
1
|
+
export { GRAPH_CONSTANTS, calculateGraphHeight, useConnectionHighlight, useDirectedChainHighlighting, useFitViewTrigger, useGraphHighlighting, useNodeSelection } from '../chunk-22UVE3RA.js';
|
package/dist/hooks/index.css
CHANGED
|
@@ -299,14 +299,6 @@
|
|
|
299
299
|
opacity: 0;
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
|
-
.graphContainer :global(.react-flow__node.selected),
|
|
303
|
-
.graphContainer :global(.react-flow__node:focus),
|
|
304
|
-
.graphContainer :global(.react-flow__node:focus-visible) {
|
|
305
|
-
outline: none !important;
|
|
306
|
-
}
|
|
307
|
-
.graphContainer :global(.react-flow__node.selected > *) {
|
|
308
|
-
box-shadow: none;
|
|
309
|
-
}
|
|
310
302
|
.graphContainer {
|
|
311
303
|
position: relative;
|
|
312
304
|
background-image:
|
|
@@ -347,12 +339,6 @@
|
|
|
347
339
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
348
340
|
position: relative;
|
|
349
341
|
}
|
|
350
|
-
.node :global(.react-flow__node.selected),
|
|
351
|
-
.node :global(.react-flow__node:focus),
|
|
352
|
-
.node :global(.react-flow__node:focus-visible) {
|
|
353
|
-
outline: none !important;
|
|
354
|
-
box-shadow: none !important;
|
|
355
|
-
}
|
|
356
342
|
.node:nth-child(1) {
|
|
357
343
|
animation-delay: 0.05s;
|
|
358
344
|
}
|
|
@@ -591,3 +577,13 @@
|
|
|
591
577
|
transform: none;
|
|
592
578
|
}
|
|
593
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
|
+
}
|
package/dist/hooks/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { ApiKeyService, CredentialService, DeploymentService, OrganizationMembershipService, WebhookEndpointService, filterByDomainFilters, milestoneKeys, noteKeys, projectKeys, taskKeys, useActivateDeployment, useActivityFilters, useCommandViewDomainFilters, useCreateApiKey, useCreateCredential, useCreateProject as useCreateDeliveryProject, useCreateMilestone, useCreateNote, useCreateWebhookEndpoint, useCredentials, useDeactivateDeployment, useDeactivateMembership, useDeleteApiKey, useDeleteCredential, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteMilestone, useDeleteWebhookEndpoint, useExecutionLogsFilters, useListApiKeys, useListDeployments, useListWebhookEndpoints, useMilestones, useOrganizationMembers, useProject, useProjectNotes, useProjects, useReactivateMembership, useResourceSearch, useResourcesDomainFilters, useStatusFilter, useTasks, useTimeRangeDates, useUpdateApiKey, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateMemberConfig, useUpdateMilestone, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources } from '../chunk-
|
|
2
|
-
export { OperationsService, acquisitionListKeys, calibrationKeys, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, isSessionCapable, operationsKeys, scheduleKeys, sessionsKeys, sortData, useActivities, useActivityTrend, useAllCalibrationProjects, useArchiveSession, useArchivedLogs, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCalibrationProject, useCalibrationProjects, useCalibrationRun, useCalibrationRunFull, useCalibrationRuns, useCalibrationSSE, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateCompany, useCreateContact, useCreateDealNote, useCreateDealTask, useCreateList, useCreateProject, useCreateRun, useCreateSchedule, useCreateSession, useDashboardMetrics, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDeleteCompanies, useDeleteContacts, useDeleteDeal, useDeleteExecution, useDeleteList, useDeleteProject, useDeleteRun, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeploymentDocs, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAsync, useExecuteRun, useExecuteWorkflow, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGradeRun, useGraphStats, useList, useListExecutions, useListProgress, useListSchedules, useLists, useListsTelemetry, 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, useSyncDealStage, useTableSelection, useTableSort, useTestNotification, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateCompany, useUpdateContact, useUpdateList, useUpdateListConfig, useUpdateProject, useUpdateSchedule, useWarningNotification } from '../chunk-
|
|
1
|
+
export { ApiKeyService, CredentialService, DeploymentService, OrganizationMembershipService, WebhookEndpointService, filterByDomainFilters, milestoneKeys, noteKeys, projectKeys, taskKeys, useActivateDeployment, useActivityFilters, useCommandViewDomainFilters, useCreateApiKey, useCreateCredential, useCreateProject as useCreateDeliveryProject, useCreateMilestone, useCreateNote, useCreateWebhookEndpoint, useCredentials, useDeactivateDeployment, useDeactivateMembership, useDeleteApiKey, useDeleteCredential, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteMilestone, useDeleteWebhookEndpoint, useExecutionLogsFilters, useListApiKeys, useListDeployments, useListWebhookEndpoints, useMilestones, useOrganizationMembers, useProject, useProjectNotes, useProjects, useReactivateMembership, useResourceSearch, useResourcesDomainFilters, useStatusFilter, useTasks, useTimeRangeDates, useUpdateApiKey, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateMemberConfig, useUpdateMilestone, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources } from '../chunk-PEZ4WOPF.js';
|
|
2
|
+
export { OperationsService, acquisitionListKeys, calibrationKeys, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, isSessionCapable, operationsKeys, scheduleKeys, sessionsKeys, sortData, useActivities, useActivityTrend, useAllCalibrationProjects, useArchiveSession, useArchivedLogs, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCalibrationProject, useCalibrationProjects, useCalibrationRun, useCalibrationRunFull, useCalibrationRuns, useCalibrationSSE, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateCompany, useCreateContact, useCreateDealNote, useCreateDealTask, useCreateList, useCreateProject, useCreateRun, useCreateSchedule, useCreateSession, useDashboardMetrics, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDeleteCompanies, useDeleteContacts, useDeleteDeal, useDeleteExecution, useDeleteList, useDeleteProject, useDeleteRun, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeploymentDocs, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAsync, useExecuteRun, useExecuteWorkflow, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGradeRun, useGraphStats, useList, useListExecutions, useListProgress, useListSchedules, useLists, useListsTelemetry, 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, useSyncDealStage, useTableSelection, useTableSort, useTestNotification, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateCompany, useUpdateContact, useUpdateList, useUpdateListConfig, useUpdateProject, useUpdateSchedule, useWarningNotification } from '../chunk-IPRMGSCV.js';
|
|
3
3
|
export { observabilityKeys, useErrorTrends } from '../chunk-LXHZYSMQ.js';
|
|
4
|
-
import '../chunk-
|
|
4
|
+
import '../chunk-22UVE3RA.js';
|
|
5
5
|
import '../chunk-JT7WDIZI.js';
|
|
6
6
|
import '../chunk-47YILFON.js';
|
|
7
7
|
import '../chunk-CYXZHBP4.js';
|
package/dist/hooks/published.css
CHANGED
|
@@ -299,14 +299,6 @@
|
|
|
299
299
|
opacity: 0;
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
|
-
.graphContainer :global(.react-flow__node.selected),
|
|
303
|
-
.graphContainer :global(.react-flow__node:focus),
|
|
304
|
-
.graphContainer :global(.react-flow__node:focus-visible) {
|
|
305
|
-
outline: none !important;
|
|
306
|
-
}
|
|
307
|
-
.graphContainer :global(.react-flow__node.selected > *) {
|
|
308
|
-
box-shadow: none;
|
|
309
|
-
}
|
|
310
302
|
.graphContainer {
|
|
311
303
|
position: relative;
|
|
312
304
|
background-image:
|
|
@@ -347,12 +339,6 @@
|
|
|
347
339
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
348
340
|
position: relative;
|
|
349
341
|
}
|
|
350
|
-
.node :global(.react-flow__node.selected),
|
|
351
|
-
.node :global(.react-flow__node:focus),
|
|
352
|
-
.node :global(.react-flow__node:focus-visible) {
|
|
353
|
-
outline: none !important;
|
|
354
|
-
box-shadow: none !important;
|
|
355
|
-
}
|
|
356
342
|
.node:nth-child(1) {
|
|
357
343
|
animation-delay: 0.05s;
|
|
358
344
|
}
|
|
@@ -591,3 +577,13 @@
|
|
|
591
577
|
transform: none;
|
|
592
578
|
}
|
|
593
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
|
+
}
|
package/dist/hooks/published.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { OperationsService, acquisitionListKeys, calibrationKeys, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, isSessionCapable, operationsKeys, scheduleKeys, sessionsKeys, sortData, useActivities, useActivityTrend, useAllCalibrationProjects, useArchiveSession, useArchivedLogs, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCalibrationProject, useCalibrationProjects, useCalibrationRun, useCalibrationRunFull, useCalibrationRuns, useCalibrationSSE, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateCompany, useCreateContact, useCreateDealNote, useCreateDealTask, useCreateList, useCreateProject, useCreateRun, useCreateSchedule, useCreateSession, useDashboardMetrics, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDeleteCompanies, useDeleteContacts, useDeleteDeal, useDeleteExecution, useDeleteList, useDeleteProject, useDeleteRun, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeploymentDocs, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAsync, useExecuteRun, useExecuteWorkflow, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGradeRun, useGraphStats, useList, useListExecutions, useListProgress, useListSchedules, useLists, useListsTelemetry, 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, useSyncDealStage, useTableSelection, useTableSort, useTestNotification, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateCompany, useUpdateContact, useUpdateList, useUpdateListConfig, useUpdateProject, useUpdateSchedule, useWarningNotification } from '../chunk-
|
|
1
|
+
export { OperationsService, acquisitionListKeys, calibrationKeys, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, isSessionCapable, operationsKeys, scheduleKeys, sessionsKeys, sortData, useActivities, useActivityTrend, useAllCalibrationProjects, useArchiveSession, useArchivedLogs, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCalibrationProject, useCalibrationProjects, useCalibrationRun, useCalibrationRunFull, useCalibrationRuns, useCalibrationSSE, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateCompany, useCreateContact, useCreateDealNote, useCreateDealTask, useCreateList, useCreateProject, useCreateRun, useCreateSchedule, useCreateSession, useDashboardMetrics, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDeleteCompanies, useDeleteContacts, useDeleteDeal, useDeleteExecution, useDeleteList, useDeleteProject, useDeleteRun, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeploymentDocs, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAsync, useExecuteRun, useExecuteWorkflow, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGradeRun, useGraphStats, useList, useListExecutions, useListProgress, useListSchedules, useLists, useListsTelemetry, 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, useSyncDealStage, useTableSelection, useTableSort, useTestNotification, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateCompany, useUpdateContact, useUpdateList, useUpdateListConfig, useUpdateProject, useUpdateSchedule, useWarningNotification } from '../chunk-IPRMGSCV.js';
|
|
2
2
|
export { observabilityKeys, useErrorTrends } from '../chunk-LXHZYSMQ.js';
|
|
3
|
-
import '../chunk-
|
|
3
|
+
import '../chunk-22UVE3RA.js';
|
|
4
4
|
import '../chunk-JT7WDIZI.js';
|
|
5
5
|
import '../chunk-47YILFON.js';
|
|
6
6
|
import '../chunk-CYXZHBP4.js';
|
package/dist/index.css
CHANGED
|
@@ -93,14 +93,6 @@
|
|
|
93
93
|
opacity: 0;
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
|
-
.graphContainer :global(.react-flow__node.selected),
|
|
97
|
-
.graphContainer :global(.react-flow__node:focus),
|
|
98
|
-
.graphContainer :global(.react-flow__node:focus-visible) {
|
|
99
|
-
outline: none !important;
|
|
100
|
-
}
|
|
101
|
-
.graphContainer :global(.react-flow__node.selected > *) {
|
|
102
|
-
box-shadow: none;
|
|
103
|
-
}
|
|
104
96
|
.graphContainer {
|
|
105
97
|
position: relative;
|
|
106
98
|
background-image:
|
|
@@ -141,12 +133,6 @@
|
|
|
141
133
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
142
134
|
position: relative;
|
|
143
135
|
}
|
|
144
|
-
.node :global(.react-flow__node.selected),
|
|
145
|
-
.node :global(.react-flow__node:focus),
|
|
146
|
-
.node :global(.react-flow__node:focus-visible) {
|
|
147
|
-
outline: none !important;
|
|
148
|
-
box-shadow: none !important;
|
|
149
|
-
}
|
|
150
136
|
.node:nth-child(1) {
|
|
151
137
|
animation-delay: 0.05s;
|
|
152
138
|
}
|
|
@@ -591,3 +577,13 @@
|
|
|
591
577
|
.hide-scrollbar::-webkit-scrollbar {
|
|
592
578
|
display: none;
|
|
593
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
|
+
}
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import './chunk-XCYKC6OZ.js';
|
|
2
2
|
export { useAvailablePresets } from './chunk-VNUOQQNY.js';
|
|
3
|
-
export { ApiKeyService, CredentialService, DeploymentService, OrganizationMembershipService, WebhookEndpointService, filterByDomainFilters, milestoneKeys, noteKeys, projectKeys, taskKeys, useActivateDeployment, useActivityFilters, useCommandViewDomainFilters, useCreateApiKey, useCreateCredential, useCreateProject as useCreateDeliveryProject, useCreateMilestone, useCreateNote, useCreateWebhookEndpoint, useCredentials, useDeactivateDeployment, useDeactivateMembership, useDeleteApiKey, useDeleteCredential, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteMilestone, useDeleteWebhookEndpoint, useExecutionLogsFilters, useListApiKeys, useListDeployments, useListWebhookEndpoints, useMilestones, useOrganizationMembers, useProject, useProjectNotes, useProjects, useReactivateMembership, useResourceSearch, useResourcesDomainFilters, useStatusFilter, useTasks, useTimeRangeDates, useUpdateApiKey, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateMemberConfig, useUpdateMilestone, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources } from './chunk-Q3FTQP2M.js';
|
|
4
|
-
export { OperationsService, acquisitionListKeys, calibrationKeys, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, isSessionCapable, operationsKeys, scheduleKeys, sessionsKeys, sortData, useActivities, useActivityTrend, useAllCalibrationProjects, useArchiveSession, useArchivedLogs, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCalibrationProject, useCalibrationProjects, useCalibrationRun, useCalibrationRunFull, useCalibrationRuns, useCalibrationSSE, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateCompany, useCreateContact, useCreateDealNote, useCreateDealTask, useCreateList, useCreateProject, useCreateRun, useCreateSchedule, useCreateSession, useDashboardMetrics, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDeleteCompanies, useDeleteContacts, useDeleteDeal, useDeleteExecution, useDeleteList, useDeleteProject, useDeleteRun, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeploymentDocs, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAsync, useExecuteRun, useExecuteWorkflow, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGradeRun, useGraphStats, useList, useListExecutions, useListProgress, useListSchedules, useLists, useListsTelemetry, 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, useSyncDealStage, useTableSelection, useTableSort, useTestNotification, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateCompany, useUpdateContact, useUpdateList, useUpdateListConfig, useUpdateProject, useUpdateSchedule, useWarningNotification } from './chunk-2XWEOJSX.js';
|
|
5
|
-
export { observabilityKeys, useErrorTrends } from './chunk-LXHZYSMQ.js';
|
|
6
|
-
export { GRAPH_CONSTANTS, calculateGraphHeight, useConnectionHighlight, useDirectedChainHighlighting, useFitViewTrigger, useGraphHighlighting, useNodeSelection } from './chunk-F6RBK7NJ.js';
|
|
7
3
|
export { AGENT_CONSTANTS, CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS, STATUS_COLORS, TIMELINE_CONSTANTS, WORKFLOW_CONSTANTS, calculateBarPosition, formatDuration, getEdgeColor, getEdgeOpacity, getResourceStatusColor, getStatusColors, getStatusIcon, shouldAnimateEdge, useAgentIterationData, useExecutionPath, useMergedExecution, useReactFlowAgent, useTimelineData, useUnifiedWorkflowLayout, useWorkflowStepsLayout } from './chunk-XA34RETF.js';
|
|
4
|
+
export { ApiKeyService, CredentialService, DeploymentService, OrganizationMembershipService, WebhookEndpointService, filterByDomainFilters, milestoneKeys, noteKeys, projectKeys, taskKeys, useActivateDeployment, useActivityFilters, useCommandViewDomainFilters, useCreateApiKey, useCreateCredential, useCreateProject as useCreateDeliveryProject, useCreateMilestone, useCreateNote, useCreateWebhookEndpoint, useCredentials, useDeactivateDeployment, useDeactivateMembership, useDeleteApiKey, useDeleteCredential, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteMilestone, useDeleteWebhookEndpoint, useExecutionLogsFilters, useListApiKeys, useListDeployments, useListWebhookEndpoints, useMilestones, useOrganizationMembers, useProject, useProjectNotes, useProjects, useReactivateMembership, useResourceSearch, useResourcesDomainFilters, useStatusFilter, useTasks, useTimeRangeDates, useUpdateApiKey, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateMemberConfig, useUpdateMilestone, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources } from './chunk-PEZ4WOPF.js';
|
|
5
|
+
export { OperationsService, acquisitionListKeys, calibrationKeys, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, isSessionCapable, operationsKeys, scheduleKeys, sessionsKeys, sortData, useActivities, useActivityTrend, useAllCalibrationProjects, useArchiveSession, useArchivedLogs, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCalibrationProject, useCalibrationProjects, useCalibrationRun, useCalibrationRunFull, useCalibrationRuns, useCalibrationSSE, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateCompany, useCreateContact, useCreateDealNote, useCreateDealTask, useCreateList, useCreateProject, useCreateRun, useCreateSchedule, useCreateSession, useDashboardMetrics, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDeleteCompanies, useDeleteContacts, useDeleteDeal, useDeleteExecution, useDeleteList, useDeleteProject, useDeleteRun, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeploymentDocs, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAsync, useExecuteRun, useExecuteWorkflow, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGradeRun, useGraphStats, useList, useListExecutions, useListProgress, useListSchedules, useLists, useListsTelemetry, 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, useSyncDealStage, useTableSelection, useTableSort, useTestNotification, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateCompany, useUpdateContact, useUpdateList, useUpdateListConfig, useUpdateProject, useUpdateSchedule, useWarningNotification } from './chunk-IPRMGSCV.js';
|
|
6
|
+
export { observabilityKeys, useErrorTrends } from './chunk-LXHZYSMQ.js';
|
|
7
|
+
export { GRAPH_CONSTANTS, calculateGraphHeight, useConnectionHighlight, useDirectedChainHighlighting, useFitViewTrigger, useGraphHighlighting, useNodeSelection } from './chunk-22UVE3RA.js';
|
|
8
8
|
export { ElevasisUIProvider } from './chunk-JT7WDIZI.js';
|
|
9
9
|
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, generateShades, getPreset, mantineThemeOverride, PRESETS as presets, usePresetsContext } from './chunk-47YILFON.js';
|
|
10
10
|
import './chunk-CYXZHBP4.js';
|
package/dist/layout/index.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export { AppShellContainer, AppShellContentContainer, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CyberParticles, LinksGroup, Sidebar, SidebarContext, SidebarProvider, Topbar, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse } from '../chunk-SMJLS23U.js';
|
|
2
|
-
export { CollapsibleSidebarGroup,
|
|
2
|
+
export { CollapsibleSidebarGroup, SubshellLoader } from '../chunk-IDACMRGQ.js';
|
|
3
|
+
export { PageContainer } from '../chunk-BZZCNLT6.js';
|
|
4
|
+
export { SubshellNavItem, SubshellSidebarSection } from '../chunk-27COZ5AH.js';
|
|
3
5
|
export { AppShellCenteredContainer, AppShellError, AppShellLoader } from '../chunk-YEX4MQSY.js';
|
|
4
6
|
export { AmbientBloomGrid, AppBackground, CyberBackground, FilmGrain, FloatingMotes, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground } from '../chunk-CYXZHBP4.js';
|
|
5
7
|
export { SubshellContainer, SubshellContentContainer, SubshellRightSideContainer, SubshellSidebar } from '../chunk-RX4UWZZR.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elevasis/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
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",
|
|
@@ -47,10 +47,22 @@
|
|
|
47
47
|
"types": "./dist/features/auth/index.d.ts",
|
|
48
48
|
"import": "./dist/features/auth/index.js"
|
|
49
49
|
},
|
|
50
|
+
"./features/crm": {
|
|
51
|
+
"types": "./dist/features/crm/index.d.ts",
|
|
52
|
+
"import": "./dist/features/crm/index.js"
|
|
53
|
+
},
|
|
50
54
|
"./features/dashboard": {
|
|
51
55
|
"types": "./dist/features/dashboard/index.d.ts",
|
|
52
56
|
"import": "./dist/features/dashboard/index.js"
|
|
53
57
|
},
|
|
58
|
+
"./features/delivery": {
|
|
59
|
+
"types": "./dist/features/delivery/index.d.ts",
|
|
60
|
+
"import": "./dist/features/delivery/index.js"
|
|
61
|
+
},
|
|
62
|
+
"./features/lead-gen": {
|
|
63
|
+
"types": "./dist/features/lead-gen/index.d.ts",
|
|
64
|
+
"import": "./dist/features/lead-gen/index.js"
|
|
65
|
+
},
|
|
54
66
|
"./features/operations": {
|
|
55
67
|
"types": "./dist/features/operations/index.d.ts",
|
|
56
68
|
"import": "./dist/features/operations/index.js"
|
|
@@ -59,6 +71,10 @@
|
|
|
59
71
|
"types": "./dist/features/monitoring/index.d.ts",
|
|
60
72
|
"import": "./dist/features/monitoring/index.js"
|
|
61
73
|
},
|
|
74
|
+
"./features/seo": {
|
|
75
|
+
"types": "./dist/features/seo/index.d.ts",
|
|
76
|
+
"import": "./dist/features/seo/index.js"
|
|
77
|
+
},
|
|
62
78
|
"./features/settings": {
|
|
63
79
|
"types": "./dist/features/settings/index.d.ts",
|
|
64
80
|
"import": "./dist/features/settings/index.js"
|
|
@@ -245,8 +261,8 @@
|
|
|
245
261
|
"typescript": "5.9.2",
|
|
246
262
|
"vite": "^7.0.0",
|
|
247
263
|
"@repo/core": "0.0.0",
|
|
248
|
-
"@repo/
|
|
249
|
-
"@repo/
|
|
264
|
+
"@repo/typescript-config": "0.0.0",
|
|
265
|
+
"@repo/eslint-config": "0.0.0"
|
|
250
266
|
},
|
|
251
267
|
"dependencies": {
|
|
252
268
|
"@dagrejs/dagre": "^1.1.4",
|