@elevasis/ui 2.31.0 → 2.33.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.
Files changed (169) hide show
  1. package/dist/{CoreAuthKitInner-KSEGSB67.js → CoreAuthKitInner-QC62UHTZ.js} +1 -1
  2. package/dist/api/index.js +3 -3
  3. package/dist/app/index.css +38 -0
  4. package/dist/app/index.d.ts +69 -9
  5. package/dist/app/index.js +7 -6
  6. package/dist/auth/context.js +1 -1
  7. package/dist/auth/index.js +1 -1
  8. package/dist/charts/index.js +5 -6
  9. package/dist/{chunk-JKSUN5GN.js → chunk-2GMF5IRF.js} +81 -746
  10. package/dist/{chunk-XQHZBA65.js → chunk-2RJMVWFJ.js} +1 -6
  11. package/dist/{chunk-CW3UNAF2.js → chunk-4DYOXEH6.js} +410 -5
  12. package/dist/{chunk-HQGF4ATG.js → chunk-52NLZN6Z.js} +118 -141
  13. package/dist/chunk-AHCKOU2M.js +13 -0
  14. package/dist/chunk-CLDCYJQT.js +1 -0
  15. package/dist/chunk-DWXDNT7P.js +145 -0
  16. package/dist/chunk-E4T2N7P7.js +124 -0
  17. package/dist/{chunk-HYNYEBHM.js → chunk-E7C4XEWH.js} +3 -3
  18. package/dist/{chunk-L3BVJWML.js → chunk-EPTHX4VZ.js} +1 -1
  19. package/dist/{chunk-QDEETKYT.js → chunk-FFPHJBJC.js} +9 -9
  20. package/dist/chunk-GNRMB6DC.js +5126 -0
  21. package/dist/{chunk-DZTG5IAC.js → chunk-I2KLQ2HA.js} +1 -7
  22. package/dist/{chunk-Q6OYNEGR.js → chunk-IUKFNASA.js} +5 -6
  23. package/dist/{chunk-QHEWXU7I.js → chunk-JFL3GRD4.js} +1 -1
  24. package/dist/{chunk-T3IPHEYJ.js → chunk-JHT5JIJ3.js} +4410 -566
  25. package/dist/{chunk-L2NVFLXU.js → chunk-MHLZ4F4N.js} +4 -4
  26. package/dist/{chunk-XQQEKWTL.js → chunk-N55DVMAG.js} +6 -2
  27. package/dist/{chunk-TOIXUWR6.js → chunk-ND5TDV2J.js} +1 -1
  28. package/dist/{chunk-5LJAEZMA.js → chunk-NOIRGGW2.js} +5 -6
  29. package/dist/{chunk-7KC4P3AU.js → chunk-QNOVUCSV.js} +2 -12
  30. package/dist/{chunk-3BAPR3KA.js → chunk-RQA2EVN3.js} +5 -15
  31. package/dist/{chunk-ND42LPY4.js → chunk-TKF5S4XP.js} +6 -6
  32. package/dist/{chunk-DWK2QIAK.js → chunk-TYRUKGGD.js} +1 -1
  33. package/dist/{chunk-Y4FWCG7Y.js → chunk-UVFOURXR.js} +8 -7
  34. package/dist/chunk-UW7IV2Y3.js +447 -0
  35. package/dist/{chunk-P55BJZZW.js → chunk-V6SZ4ECN.js} +20 -5
  36. package/dist/{chunk-6YT4IKJ7.js → chunk-VNAZTCHA.js} +15 -0
  37. package/dist/chunk-XG57WXOL.js +85 -0
  38. package/dist/{chunk-SHQXMW4F.js → chunk-XOFSMJLF.js} +46 -28
  39. package/dist/{chunk-7HMCB26R.js → chunk-XZGSCABI.js} +1 -1
  40. package/dist/chunk-YAQ25UNM.js +2126 -0
  41. package/dist/chunk-ZGTDKH3P.js +467 -0
  42. package/dist/components/chat/index.js +1 -1
  43. package/dist/components/index.css +38 -0
  44. package/dist/components/index.d.ts +262 -51
  45. package/dist/components/index.js +37 -39
  46. package/dist/components/navigation/index.css +38 -0
  47. package/dist/components/navigation/index.js +5 -3
  48. package/dist/execution/index.d.ts +11 -2
  49. package/dist/execution/index.js +1 -1
  50. package/dist/features/auth/index.css +38 -0
  51. package/dist/features/auth/index.d.ts +91 -14
  52. package/dist/features/auth/index.js +42 -10
  53. package/dist/features/clients/index.css +38 -0
  54. package/dist/features/clients/index.d.ts +1 -1
  55. package/dist/features/clients/index.js +17 -15
  56. package/dist/features/crm/index.css +38 -0
  57. package/dist/features/crm/index.d.ts +80 -18
  58. package/dist/features/crm/index.js +17 -15
  59. package/dist/features/dashboard/index.css +38 -0
  60. package/dist/features/dashboard/index.d.ts +174 -25
  61. package/dist/features/dashboard/index.js +17 -16
  62. package/dist/features/delivery/index.css +38 -0
  63. package/dist/features/delivery/index.d.ts +80 -18
  64. package/dist/features/delivery/index.js +16 -15
  65. package/dist/features/knowledge/index.css +38 -0
  66. package/dist/features/knowledge/index.d.ts +20 -18
  67. package/dist/features/knowledge/index.js +114 -609
  68. package/dist/features/lead-gen/index.css +38 -0
  69. package/dist/features/lead-gen/index.d.ts +45 -43
  70. package/dist/features/lead-gen/index.js +17 -16
  71. package/dist/features/monitoring/index.css +38 -0
  72. package/dist/features/monitoring/index.d.ts +20 -18
  73. package/dist/features/monitoring/index.js +18 -17
  74. package/dist/features/monitoring/requests/index.css +38 -0
  75. package/dist/features/monitoring/requests/index.d.ts +23 -21
  76. package/dist/features/monitoring/requests/index.js +16 -14
  77. package/dist/features/operations/index.css +38 -0
  78. package/dist/features/operations/index.d.ts +1299 -66
  79. package/dist/features/operations/index.js +22 -24
  80. package/dist/features/seo/index.d.ts +20 -18
  81. package/dist/features/seo/index.js +2 -2
  82. package/dist/features/settings/index.css +38 -0
  83. package/dist/features/settings/index.d.ts +80 -18
  84. package/dist/features/settings/index.js +17 -15
  85. package/dist/graph/index.js +1 -1
  86. package/dist/hooks/delivery/index.css +38 -0
  87. package/dist/hooks/delivery/index.d.ts +60 -0
  88. package/dist/hooks/delivery/index.js +3 -3
  89. package/dist/hooks/index.css +38 -0
  90. package/dist/hooks/index.d.ts +492 -89
  91. package/dist/hooks/index.js +15 -13
  92. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +332 -33
  93. package/dist/hooks/operations/command-view/utils/transformCommandViewData.js +1 -1
  94. package/dist/hooks/published.css +38 -0
  95. package/dist/hooks/published.d.ts +492 -89
  96. package/dist/hooks/published.js +15 -13
  97. package/dist/index.css +38 -0
  98. package/dist/index.d.ts +1353 -1349
  99. package/dist/index.js +16 -14
  100. package/dist/initialization/index.d.ts +60 -0
  101. package/dist/initialization/index.js +1 -1
  102. package/dist/knowledge/index.d.ts +1217 -1292
  103. package/dist/knowledge/index.js +6538 -2198
  104. package/dist/knowledge-search-index-P7PR626V.js +1514 -0
  105. package/dist/layout/index.js +3 -4
  106. package/dist/organization/index.css +38 -0
  107. package/dist/organization/index.js +1 -1
  108. package/dist/profile/index.d.ts +60 -0
  109. package/dist/profile/index.js +1 -1
  110. package/dist/provider/ElevasisServiceContext.js +1 -1
  111. package/dist/provider/index.css +38 -0
  112. package/dist/provider/index.d.ts +1068 -1246
  113. package/dist/provider/index.js +12 -10
  114. package/dist/provider/published.css +38 -0
  115. package/dist/provider/published.d.ts +1065 -1243
  116. package/dist/provider/published.js +9 -7
  117. package/dist/router/context.js +1 -1
  118. package/dist/router/index.js +1 -1
  119. package/dist/sse/index.js +1 -1
  120. package/dist/supabase/index.d.ts +117 -0
  121. package/dist/supabase/index.js +1 -1
  122. package/dist/test-utils/index.d.ts +16 -9
  123. package/dist/test-utils/index.js +40 -33
  124. package/dist/test-utils/setup-integration.js +1 -1
  125. package/dist/test-utils/setup.js +1 -1
  126. package/dist/theme/index.js +3 -3
  127. package/dist/theme/presets/index.js +1 -1
  128. package/dist/typeform/index.js +1 -1
  129. package/dist/typeform/schemas.js +1 -1
  130. package/dist/types/index.d.ts +394 -35
  131. package/dist/utils/index.d.ts +174 -25
  132. package/dist/utils/index.js +2 -2
  133. package/dist/vite/index.js +1 -1
  134. package/dist/vite-plugin-knowledge/index.js +1 -1
  135. package/dist/zustand/index.js +1 -1
  136. package/package.json +10 -9
  137. package/src/README.md +29 -29
  138. package/src/api/README.md +18 -18
  139. package/src/app/README.md +24 -24
  140. package/src/auth/README.md +18 -18
  141. package/src/components/README.md +24 -24
  142. package/src/execution/README.md +16 -16
  143. package/src/features/README.md +28 -28
  144. package/src/graph/README.md +16 -16
  145. package/src/hooks/README.md +23 -23
  146. package/src/initialization/README.md +19 -19
  147. package/src/knowledge/README.md +31 -31
  148. package/src/organization/README.md +18 -18
  149. package/src/profile/README.md +19 -19
  150. package/src/provider/README.md +32 -32
  151. package/src/router/README.md +18 -18
  152. package/src/sse/README.md +13 -13
  153. package/src/test-utils/README.md +7 -7
  154. package/src/theme/README.md +23 -23
  155. package/src/theme/presets/README.md +19 -19
  156. package/src/types/README.md +16 -16
  157. package/src/utils/README.md +18 -18
  158. package/src/zustand/README.md +18 -18
  159. package/dist/chunk-542WPQU2.js +0 -413
  160. package/dist/chunk-6IXOKUBC.js +0 -347
  161. package/dist/chunk-CQZ3DNQY.js +0 -740
  162. package/dist/chunk-ECNNI3NT.js +0 -6
  163. package/dist/chunk-GRDLB6LM.js +0 -160
  164. package/dist/chunk-JDNEWB5F.js +0 -10
  165. package/dist/chunk-MVFCLZSK.js +0 -4337
  166. package/dist/chunk-O2QOPJI5.js +0 -2235
  167. package/dist/chunk-OAVTMITG.js +0 -13
  168. package/dist/chunk-TVRQ6AQI.js +0 -476
  169. package/dist/chunk-WF227UBV.js +0 -48
@@ -1,23 +1,25 @@
1
1
  import '../chunk-7M2VOCYN.js';
2
- export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, operationsKeys, projectActivityKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateList, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useHasPermission, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProjectActivities, useProjectRealtime, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution } from '../chunk-JKSUN5GN.js';
3
- export { observabilityKeys, useErrorTrends } from '../chunk-6YT4IKJ7.js';
4
- export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateProject as useCreateDeliveryProject, useCreateMilestone, useCreateNote, useCreateTask, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteMilestone, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateProject as useUpdateDeliveryProject, useUpdateMilestone, useUpdateTask } from '../chunk-7HMCB26R.js';
2
+ export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, operationsKeys, projectActivityKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateList, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useHasPermission, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProjectActivities, useProjectRealtime, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useSystemHealth, useTableSelection, useTableSort, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution } from '../chunk-2GMF5IRF.js';
3
+ export { observabilityKeys, useErrorTrends } from '../chunk-VNAZTCHA.js';
4
+ export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateProject as useCreateDeliveryProject, useCreateMilestone, useCreateNote, useCreateTask, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteMilestone, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateProject as useUpdateDeliveryProject, useUpdateMilestone, useUpdateTask } from '../chunk-XZGSCABI.js';
5
5
  import '../chunk-BRXELOHC.js';
6
6
  export { useMergedExecution } from '../chunk-3ZMAGTWF.js';
7
- import '../chunk-OAVTMITG.js';
8
- import '../chunk-HYNYEBHM.js';
9
- import '../chunk-3BAPR3KA.js';
7
+ import '../chunk-AHCKOU2M.js';
8
+ import '../chunk-E7C4XEWH.js';
9
+ import '../chunk-RQA2EVN3.js';
10
10
  import '../chunk-3FV6HBXS.js';
11
11
  import '../chunk-WLOQ4IBG.js';
12
- import '../chunk-QDEETKYT.js';
13
- export { createFeatureAccessHook } from '../chunk-6IXOKUBC.js';
14
- import '../chunk-L3BVJWML.js';
12
+ import '../chunk-FFPHJBJC.js';
13
+ import '../chunk-EPTHX4VZ.js';
15
14
  import '../chunk-3KMDHCAR.js';
16
- import '../chunk-CQZ3DNQY.js';
15
+ import '../chunk-UW7IV2Y3.js';
17
16
  import '../chunk-SZHARWKU.js';
17
+ export { createFeatureAccessHook } from '../chunk-ZGTDKH3P.js';
18
18
  import '../chunk-TKAYX2SP.js';
19
19
  import '../chunk-NYBEU5TE.js';
20
- import '../chunk-TOIXUWR6.js';
20
+ import '../chunk-DWXDNT7P.js';
21
+ import '../chunk-GNRMB6DC.js';
22
+ import '../chunk-ND5TDV2J.js';
21
23
  import '../chunk-2IFYDILW.js';
22
24
  import '../chunk-Q7DJKLEN.js';
23
25
  import '../chunk-JA5ECJJB.js';
@@ -26,7 +28,7 @@ import '../chunk-E565XMTQ.js';
26
28
  import '../chunk-JBWJ6WHZ.js';
27
29
  import '../chunk-DT3QYZVU.js';
28
30
  import '../chunk-RNP5R5I3.js';
29
- export { REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY } from '../chunk-XQHZBA65.js';
31
+ export { REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY } from '../chunk-2RJMVWFJ.js';
30
32
  import '../chunk-KRWALB24.js';
31
33
  import '../chunk-VKIZUUPM.js';
32
34
  import '../chunk-533DUEQY.js';
@@ -34,4 +36,4 @@ import '../chunk-DD3CCMCZ.js';
34
36
  import '../chunk-2Q2JQSQO.js';
35
37
  import '../chunk-KJ3QUBNU.js';
36
38
  import '../chunk-BRJ3QZ4E.js';
37
- import '../chunk-DZTG5IAC.js';
39
+ import '../chunk-I2KLQ2HA.js';
@@ -1,54 +1,298 @@
1
1
  import { z } from 'zod';
2
2
 
3
3
  declare const ResourceGovernanceStatusSchema: z.ZodEnum<{
4
- active: "active";
5
4
  deprecated: "deprecated";
5
+ active: "active";
6
6
  archived: "archived";
7
7
  }>;
8
8
  declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
9
9
  id: z.ZodString;
10
- systemId: z.ZodString;
10
+ order: z.ZodDefault<z.ZodNumber>;
11
+ systemPath: z.ZodString;
11
12
  ownerRoleId: z.ZodOptional<z.ZodString>;
12
13
  status: z.ZodEnum<{
13
- active: "active";
14
14
  deprecated: "deprecated";
15
+ active: "active";
15
16
  archived: "archived";
16
17
  }>;
18
+ ontology: z.ZodOptional<z.ZodObject<{
19
+ implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
20
+ reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
21
+ writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
22
+ usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
23
+ emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
24
+ }, z.core.$strip>>;
25
+ codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
26
+ path: z.ZodString;
27
+ role: z.ZodEnum<{
28
+ schema: "schema";
29
+ config: "config";
30
+ entrypoint: "entrypoint";
31
+ handler: "handler";
32
+ test: "test";
33
+ docs: "docs";
34
+ }>;
35
+ symbol: z.ZodOptional<z.ZodString>;
36
+ description: z.ZodOptional<z.ZodString>;
37
+ }, z.core.$strip>>>;
17
38
  kind: z.ZodLiteral<"workflow">;
18
- capabilityKey: z.ZodOptional<z.ZodString>;
39
+ actionKey: z.ZodOptional<z.ZodString>;
40
+ emits: z.ZodOptional<z.ZodArray<z.ZodObject<{
41
+ eventKey: z.ZodString;
42
+ label: z.ZodString;
43
+ payloadSchema: z.ZodOptional<z.ZodString>;
44
+ lifecycle: z.ZodOptional<z.ZodEnum<{
45
+ deprecated: "deprecated";
46
+ draft: "draft";
47
+ beta: "beta";
48
+ active: "active";
49
+ archived: "archived";
50
+ }>>;
51
+ }, z.core.$strip>>>;
19
52
  }, z.core.$strip>, z.ZodObject<{
20
53
  id: z.ZodString;
21
- systemId: z.ZodString;
54
+ order: z.ZodDefault<z.ZodNumber>;
55
+ systemPath: z.ZodString;
22
56
  ownerRoleId: z.ZodOptional<z.ZodString>;
23
57
  status: z.ZodEnum<{
24
- active: "active";
25
58
  deprecated: "deprecated";
59
+ active: "active";
26
60
  archived: "archived";
27
61
  }>;
62
+ ontology: z.ZodOptional<z.ZodObject<{
63
+ implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
64
+ reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
65
+ writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
66
+ usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
67
+ emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
68
+ }, z.core.$strip>>;
69
+ codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
70
+ path: z.ZodString;
71
+ role: z.ZodEnum<{
72
+ schema: "schema";
73
+ config: "config";
74
+ entrypoint: "entrypoint";
75
+ handler: "handler";
76
+ test: "test";
77
+ docs: "docs";
78
+ }>;
79
+ symbol: z.ZodOptional<z.ZodString>;
80
+ description: z.ZodOptional<z.ZodString>;
81
+ }, z.core.$strip>>>;
28
82
  kind: z.ZodLiteral<"agent">;
29
83
  agentKind: z.ZodEnum<{
84
+ platform: "platform";
30
85
  orchestrator: "orchestrator";
31
86
  specialist: "specialist";
32
87
  utility: "utility";
33
- system: "system";
34
88
  }>;
35
89
  actsAsRoleId: z.ZodOptional<z.ZodString>;
36
90
  sessionCapable: z.ZodBoolean;
91
+ invocations: z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
92
+ kind: z.ZodLiteral<"slash-command">;
93
+ command: z.ZodString;
94
+ toolFactory: z.ZodOptional<z.ZodString>;
95
+ }, z.core.$strip>, z.ZodObject<{
96
+ kind: z.ZodLiteral<"mcp-tool">;
97
+ server: z.ZodString;
98
+ name: z.ZodString;
99
+ }, z.core.$strip>, z.ZodObject<{
100
+ kind: z.ZodLiteral<"api-endpoint">;
101
+ method: z.ZodEnum<{
102
+ GET: "GET";
103
+ POST: "POST";
104
+ PATCH: "PATCH";
105
+ DELETE: "DELETE";
106
+ }>;
107
+ path: z.ZodString;
108
+ requestSchema: z.ZodOptional<z.ZodString>;
109
+ responseSchema: z.ZodOptional<z.ZodString>;
110
+ }, z.core.$strip>, z.ZodObject<{
111
+ kind: z.ZodLiteral<"script-execution">;
112
+ resourceId: z.ZodString;
113
+ }, z.core.$strip>], "kind">>>;
114
+ emits: z.ZodOptional<z.ZodArray<z.ZodObject<{
115
+ eventKey: z.ZodString;
116
+ label: z.ZodString;
117
+ payloadSchema: z.ZodOptional<z.ZodString>;
118
+ lifecycle: z.ZodOptional<z.ZodEnum<{
119
+ deprecated: "deprecated";
120
+ draft: "draft";
121
+ beta: "beta";
122
+ active: "active";
123
+ archived: "archived";
124
+ }>>;
125
+ }, z.core.$strip>>>;
37
126
  }, z.core.$strip>, z.ZodObject<{
38
127
  id: z.ZodString;
39
- systemId: z.ZodString;
128
+ order: z.ZodDefault<z.ZodNumber>;
129
+ systemPath: z.ZodString;
40
130
  ownerRoleId: z.ZodOptional<z.ZodString>;
41
131
  status: z.ZodEnum<{
42
- active: "active";
43
132
  deprecated: "deprecated";
133
+ active: "active";
44
134
  archived: "archived";
45
135
  }>;
136
+ ontology: z.ZodOptional<z.ZodObject<{
137
+ implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
138
+ reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
139
+ writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
140
+ usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
141
+ emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
142
+ }, z.core.$strip>>;
143
+ codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
144
+ path: z.ZodString;
145
+ role: z.ZodEnum<{
146
+ schema: "schema";
147
+ config: "config";
148
+ entrypoint: "entrypoint";
149
+ handler: "handler";
150
+ test: "test";
151
+ docs: "docs";
152
+ }>;
153
+ symbol: z.ZodOptional<z.ZodString>;
154
+ description: z.ZodOptional<z.ZodString>;
155
+ }, z.core.$strip>>>;
46
156
  kind: z.ZodLiteral<"integration">;
47
157
  provider: z.ZodString;
158
+ }, z.core.$strip>, z.ZodObject<{
159
+ id: z.ZodString;
160
+ order: z.ZodDefault<z.ZodNumber>;
161
+ systemPath: z.ZodString;
162
+ ownerRoleId: z.ZodOptional<z.ZodString>;
163
+ status: z.ZodEnum<{
164
+ deprecated: "deprecated";
165
+ active: "active";
166
+ archived: "archived";
167
+ }>;
168
+ ontology: z.ZodOptional<z.ZodObject<{
169
+ implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
170
+ reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
171
+ writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
172
+ usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
173
+ emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
174
+ }, z.core.$strip>>;
175
+ codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
176
+ path: z.ZodString;
177
+ role: z.ZodEnum<{
178
+ schema: "schema";
179
+ config: "config";
180
+ entrypoint: "entrypoint";
181
+ handler: "handler";
182
+ test: "test";
183
+ docs: "docs";
184
+ }>;
185
+ symbol: z.ZodOptional<z.ZodString>;
186
+ description: z.ZodOptional<z.ZodString>;
187
+ }, z.core.$strip>>>;
188
+ kind: z.ZodLiteral<"script">;
189
+ language: z.ZodEnum<{
190
+ shell: "shell";
191
+ sql: "sql";
192
+ typescript: "typescript";
193
+ python: "python";
194
+ }>;
195
+ source: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
196
+ file: z.ZodString;
197
+ }, z.core.$strip>]>;
48
198
  }, z.core.$strip>], "kind">;
49
199
  type ResourceGovernanceStatus = z.infer<typeof ResourceGovernanceStatusSchema>;
50
200
  type ResourceEntry = z.infer<typeof ResourceEntrySchema>;
51
201
 
202
+ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
203
+ objectTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
204
+ id: z.ZodString;
205
+ label: z.ZodOptional<z.ZodString>;
206
+ description: z.ZodOptional<z.ZodString>;
207
+ ownerSystemId: z.ZodOptional<z.ZodString>;
208
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
209
+ properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
210
+ storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
211
+ }, z.core.$loose>>>>;
212
+ linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
213
+ id: z.ZodString;
214
+ label: z.ZodOptional<z.ZodString>;
215
+ description: z.ZodOptional<z.ZodString>;
216
+ ownerSystemId: z.ZodOptional<z.ZodString>;
217
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
218
+ from: z.ZodString;
219
+ to: z.ZodString;
220
+ cardinality: z.ZodOptional<z.ZodString>;
221
+ via: z.ZodOptional<z.ZodString>;
222
+ }, z.core.$loose>>>>;
223
+ actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
224
+ id: z.ZodString;
225
+ label: z.ZodOptional<z.ZodString>;
226
+ description: z.ZodOptional<z.ZodString>;
227
+ ownerSystemId: z.ZodOptional<z.ZodString>;
228
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
229
+ actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
230
+ input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
231
+ effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
232
+ }, z.core.$loose>>>>;
233
+ catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
234
+ id: z.ZodString;
235
+ label: z.ZodOptional<z.ZodString>;
236
+ description: z.ZodOptional<z.ZodString>;
237
+ ownerSystemId: z.ZodOptional<z.ZodString>;
238
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
239
+ kind: z.ZodOptional<z.ZodString>;
240
+ appliesTo: z.ZodOptional<z.ZodString>;
241
+ entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
242
+ }, z.core.$loose>>>>;
243
+ eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
244
+ id: z.ZodString;
245
+ label: z.ZodOptional<z.ZodString>;
246
+ description: z.ZodOptional<z.ZodString>;
247
+ ownerSystemId: z.ZodOptional<z.ZodString>;
248
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
249
+ payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
250
+ }, z.core.$loose>>>>;
251
+ interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
252
+ id: z.ZodString;
253
+ label: z.ZodOptional<z.ZodString>;
254
+ description: z.ZodOptional<z.ZodString>;
255
+ ownerSystemId: z.ZodOptional<z.ZodString>;
256
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
257
+ properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
258
+ }, z.core.$loose>>>>;
259
+ valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
260
+ id: z.ZodString;
261
+ label: z.ZodOptional<z.ZodString>;
262
+ description: z.ZodOptional<z.ZodString>;
263
+ ownerSystemId: z.ZodOptional<z.ZodString>;
264
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
265
+ primitive: z.ZodOptional<z.ZodString>;
266
+ }, z.core.$loose>>>>;
267
+ sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
268
+ id: z.ZodString;
269
+ label: z.ZodOptional<z.ZodString>;
270
+ description: z.ZodOptional<z.ZodString>;
271
+ ownerSystemId: z.ZodOptional<z.ZodString>;
272
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
273
+ valueType: z.ZodOptional<z.ZodString>;
274
+ searchable: z.ZodOptional<z.ZodBoolean>;
275
+ pii: z.ZodOptional<z.ZodBoolean>;
276
+ }, z.core.$loose>>>>;
277
+ groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
278
+ id: z.ZodString;
279
+ label: z.ZodOptional<z.ZodString>;
280
+ description: z.ZodOptional<z.ZodString>;
281
+ ownerSystemId: z.ZodOptional<z.ZodString>;
282
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
283
+ members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
284
+ }, z.core.$loose>>>>;
285
+ surfaces: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
286
+ id: z.ZodString;
287
+ label: z.ZodOptional<z.ZodString>;
288
+ description: z.ZodOptional<z.ZodString>;
289
+ ownerSystemId: z.ZodOptional<z.ZodString>;
290
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
291
+ route: z.ZodOptional<z.ZodString>;
292
+ }, z.core.$loose>>>>;
293
+ }, z.core.$strip>>;
294
+ type OntologyScope = z.infer<typeof OntologyScopeSchema>;
295
+
52
296
  /**
53
297
  * Supported integration types
54
298
  *
@@ -60,26 +304,72 @@ type ResourceEntry = z.infer<typeof ResourceEntrySchema>;
60
304
  */
61
305
  type IntegrationType = 'gmail' | 'google-sheets' | 'slack' | 'github' | 'linear' | 'attio' | 'airtable' | 'salesforce' | 'hubspot' | 'stripe' | 'twilio' | 'sendgrid' | 'mailgun' | 'zapier' | 'webhook' | 'apify' | 'instantly' | 'resend' | 'signature-api' | 'dropbox' | 'anymailfinder' | 'tomba' | 'millionverifier';
62
306
 
63
- declare const SystemEntrySchema: z.ZodObject<{
64
- id: z.ZodString;
65
- title: z.ZodString;
66
- description: z.ZodString;
67
- kind: z.ZodEnum<{
68
- platform: "platform";
69
- product: "product";
70
- operational: "operational";
71
- diagnostic: "diagnostic";
72
- }>;
73
- responsibleRoleId: z.ZodOptional<z.ZodString>;
74
- governedByKnowledge: z.ZodDefault<z.ZodArray<z.ZodString>>;
75
- drivesGoals: z.ZodDefault<z.ZodArray<z.ZodString>>;
76
- status: z.ZodEnum<{
77
- active: "active";
78
- deprecated: "deprecated";
79
- archived: "archived";
80
- }>;
307
+ /**
308
+ * Placeholder discriminated union for ContentNode (Wave 1A).
309
+ * Wave 2A wires concrete (kind, type) pairs via the registry.
310
+ *
311
+ * Per D2: unregistered (kind, type) pairs are allowed and pass through validation.
312
+ * Per L14: every node carries BOTH `kind` and `type`.
313
+ */
314
+ declare const ContentNodeSchema: z.ZodObject<{
315
+ label: z.ZodString;
316
+ description: z.ZodOptional<z.ZodString>;
317
+ order: z.ZodOptional<z.ZodNumber>;
318
+ parentContentId: z.ZodOptional<z.ZodString>;
319
+ kind: z.ZodString;
320
+ type: z.ZodString;
321
+ data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
81
322
  }, z.core.$strip>;
82
- type SystemEntry = z.infer<typeof SystemEntrySchema>;
323
+ type ContentNode = z.infer<typeof ContentNodeSchema>;
324
+
325
+ type JsonPrimitive = string | number | boolean | null;
326
+ type JsonValue = JsonPrimitive | JsonValue[] | {
327
+ [key: string]: JsonValue;
328
+ };
329
+ /** Explicit interface needed to annotate the recursive SystemEntrySchema. */
330
+ interface SystemEntry {
331
+ id: string;
332
+ label?: string;
333
+ title?: string;
334
+ description?: string;
335
+ kind?: 'product' | 'operational' | 'platform' | 'diagnostic';
336
+ parentSystemId?: string;
337
+ ui?: {
338
+ path: string;
339
+ surfaces: string[];
340
+ icon?: string;
341
+ order?: number;
342
+ };
343
+ lifecycle?: 'draft' | 'beta' | 'active' | 'deprecated' | 'archived';
344
+ responsibleRoleId?: string;
345
+ governedByKnowledge?: string[];
346
+ actions?: {
347
+ actionId: string;
348
+ intent: 'exposes' | 'consumes';
349
+ invocation?: unknown;
350
+ }[];
351
+ policies?: string[];
352
+ drivesGoals?: string[];
353
+ /** @deprecated Use lifecycle. Accepted for one publish cycle. */
354
+ status?: 'active' | 'deprecated' | 'archived';
355
+ path?: string;
356
+ icon?: string;
357
+ color?: string;
358
+ uiPosition?: 'sidebar-primary' | 'sidebar-bottom';
359
+ enabled?: boolean;
360
+ devOnly?: boolean;
361
+ requiresAdmin?: boolean;
362
+ order: number;
363
+ config?: Record<string, JsonValue>;
364
+ ontology?: OntologyScope;
365
+ systems?: Record<string, SystemEntry>;
366
+ /**
367
+ * @deprecated Compatibility-only bridge for old tenant data and migration readers.
368
+ * Author new semantic catalogs in `ontology` and local settings in `config`.
369
+ */
370
+ content?: Record<string, ContentNode>;
371
+ subsystems?: Record<string, SystemEntry>;
372
+ }
83
373
 
84
374
  /**
85
375
  * Resource Registry type definitions
@@ -94,7 +384,7 @@ type ResourceStatus = 'dev' | 'prod';
94
384
  * Used as the discriminator field in ResourceDefinition
95
385
  */
96
386
  type ResourceType = 'agent' | 'workflow' | 'trigger' | 'integration' | 'external' | 'human';
97
- type ResourceSystemSummary = Pick<SystemEntry, 'id' | 'title' | 'description' | 'kind' | 'status'>;
387
+ type ResourceSystemSummary = Pick<SystemEntry, 'id' | 'title' | 'description' | 'kind' | 'lifecycle'>;
98
388
  /**
99
389
  * Base interface for ALL platform resources
100
390
  * Shared by both executable (agents, workflows) and non-executable (triggers, integrations, etc.) resources
@@ -120,8 +410,8 @@ interface ResourceDefinition {
120
410
  sessionCapable?: boolean;
121
411
  /** Whether the resource is local (monorepo) or remote (externally deployed) */
122
412
  origin?: 'local' | 'remote';
123
- /** OM System membership, when backed by a Resource descriptor */
124
- systemId?: string;
413
+ /** OM System membership — dot-separated system path (e.g. "sys.lead-gen"), when backed by a Resource descriptor */
414
+ systemPath?: string;
125
415
  /** Display metadata for the owning OM System */
126
416
  system?: ResourceSystemSummary;
127
417
  /** Governance lifecycle status from the OM Resource descriptor */
@@ -411,13 +701,22 @@ interface CommandViewData {
411
701
  declare const LinkSchema: z.ZodObject<{
412
702
  nodeId: z.ZodString;
413
703
  kind: z.ZodEnum<{
704
+ links: "links";
705
+ affects: "affects";
706
+ effects: "effects";
707
+ implements: "implements";
708
+ reads: "reads";
709
+ writes: "writes";
710
+ emits: "emits";
414
711
  contains: "contains";
415
712
  references: "references";
416
- exposes: "exposes";
417
713
  maps_to: "maps_to";
418
- "operates-on": "operates-on";
419
714
  uses: "uses";
420
715
  governs: "governs";
716
+ originates_from: "originates_from";
717
+ triggers: "triggers";
718
+ applies_to: "applies_to";
719
+ uses_catalog: "uses_catalog";
421
720
  }>;
422
721
  }, z.core.$strip>;
423
722
  type Link = z.infer<typeof LinkSchema>;
@@ -1,2 +1,2 @@
1
1
  export { transformCommandViewData } from '../../../../chunk-ZTWA5H77.js';
2
- import '../../../../chunk-DZTG5IAC.js';
2
+ import '../../../../chunk-I2KLQ2HA.js';
@@ -534,6 +534,14 @@
534
534
  .mantine-Accordion-control:hover {
535
535
  background-color: var(--color-surface-hover);
536
536
  }
537
+ [data-mantine-color-scheme] .mantine-Accordion-root .mantine-Accordion-item {
538
+ --item-filled-color: var(--color-surface);
539
+ --item-border-color: var(--color-border);
540
+ }
541
+ [data-mantine-color-scheme] .mantine-Accordion-root[data-variant=separated] .mantine-Accordion-item[data-active] {
542
+ background-color: var(--color-surface);
543
+ border-color: var(--color-border);
544
+ }
537
545
  .mantine-Menu-item:hover:not([data-disabled]) {
538
546
  background-color: var(--color-surface-hover);
539
547
  }
@@ -599,6 +607,36 @@
599
607
  background-color: var(--color-primary);
600
608
  border-color: var(--color-primary);
601
609
  }
610
+ .mantine-Tree-node:focus-visible > [data-value] {
611
+ outline: 2px solid color-mix(in srgb, var(--color-primary) 55%, transparent);
612
+ outline-offset: 2px;
613
+ }
614
+ .mantine-Tree-label[data-hovered] {
615
+ background-color: var(--color-surface-hover);
616
+ border-color: var(--color-border);
617
+ }
618
+ .mantine-Tree-label[data-selected] {
619
+ background-color: color-mix(in srgb, var(--color-primary) 12%, transparent);
620
+ border-color: color-mix(in srgb, var(--color-primary) 38%, var(--color-border));
621
+ color: var(--color-primary);
622
+ }
623
+ [data-knowledge-article] pre {
624
+ white-space: pre-wrap;
625
+ word-break: break-word;
626
+ overflow-x: auto;
627
+ max-width: 100%;
628
+ padding: var(--mantine-spacing-sm);
629
+ background-color: var(--color-surface);
630
+ border: 1px solid var(--color-border);
631
+ border-radius: var(--mantine-radius-sm);
632
+ }
633
+ [data-knowledge-article] pre code {
634
+ background: transparent;
635
+ border: none;
636
+ padding: 0;
637
+ white-space: inherit;
638
+ word-break: inherit;
639
+ }
602
640
  .recharts-surface:focus {
603
641
  outline: none;
604
642
  }