@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
@@ -317,8 +317,8 @@ interface SerializedWorkflowDefinition {
317
317
  }
318
318
 
319
319
  declare const ResourceGovernanceStatusSchema: z.ZodEnum<{
320
- active: "active";
321
320
  deprecated: "deprecated";
321
+ active: "active";
322
322
  archived: "archived";
323
323
  }>;
324
324
  type ResourceGovernanceStatus = z.infer<typeof ResourceGovernanceStatusSchema>;
@@ -3205,6 +3205,66 @@ type Database = {
3205
3205
  }
3206
3206
  ];
3207
3207
  };
3208
+ user_notes: {
3209
+ Row: {
3210
+ content: string;
3211
+ created_at: string;
3212
+ created_by: string;
3213
+ id: string;
3214
+ metadata: Json;
3215
+ organization_id: string | null;
3216
+ pinned: boolean;
3217
+ priority: string;
3218
+ source: string | null;
3219
+ title: string | null;
3220
+ updated_at: string;
3221
+ user_id: string;
3222
+ };
3223
+ Insert: {
3224
+ content: string;
3225
+ created_at?: string;
3226
+ created_by?: string;
3227
+ id?: string;
3228
+ metadata?: Json;
3229
+ organization_id?: string | null;
3230
+ pinned?: boolean;
3231
+ priority?: string;
3232
+ source?: string | null;
3233
+ title?: string | null;
3234
+ updated_at?: string;
3235
+ user_id: string;
3236
+ };
3237
+ Update: {
3238
+ content?: string;
3239
+ created_at?: string;
3240
+ created_by?: string;
3241
+ id?: string;
3242
+ metadata?: Json;
3243
+ organization_id?: string | null;
3244
+ pinned?: boolean;
3245
+ priority?: string;
3246
+ source?: string | null;
3247
+ title?: string | null;
3248
+ updated_at?: string;
3249
+ user_id?: string;
3250
+ };
3251
+ Relationships: [
3252
+ {
3253
+ foreignKeyName: "user_notes_organization_id_fkey";
3254
+ columns: ["organization_id"];
3255
+ isOneToOne: false;
3256
+ referencedRelation: "organizations";
3257
+ referencedColumns: ["id"];
3258
+ },
3259
+ {
3260
+ foreignKeyName: "user_notes_user_id_fkey";
3261
+ columns: ["user_id"];
3262
+ isOneToOne: false;
3263
+ referencedRelation: "users";
3264
+ referencedColumns: ["id"];
3265
+ }
3266
+ ];
3267
+ };
3208
3268
  users: {
3209
3269
  Row: {
3210
3270
  config: Json;
@@ -3895,6 +3955,100 @@ interface NotificationDTO {
3895
3955
  type MilestoneRow = Database['public']['Tables']['prj_milestones']['Row'];
3896
3956
  type TaskRow = Database['public']['Tables']['prj_tasks']['Row'];
3897
3957
 
3958
+ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
3959
+ objectTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
3960
+ id: z.ZodString;
3961
+ label: z.ZodOptional<z.ZodString>;
3962
+ description: z.ZodOptional<z.ZodString>;
3963
+ ownerSystemId: z.ZodOptional<z.ZodString>;
3964
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
3965
+ properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3966
+ storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3967
+ }, z.core.$loose>>>>;
3968
+ linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
3969
+ id: z.ZodString;
3970
+ label: z.ZodOptional<z.ZodString>;
3971
+ description: z.ZodOptional<z.ZodString>;
3972
+ ownerSystemId: z.ZodOptional<z.ZodString>;
3973
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
3974
+ from: z.ZodString;
3975
+ to: z.ZodString;
3976
+ cardinality: z.ZodOptional<z.ZodString>;
3977
+ via: z.ZodOptional<z.ZodString>;
3978
+ }, z.core.$loose>>>>;
3979
+ actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
3980
+ id: z.ZodString;
3981
+ label: z.ZodOptional<z.ZodString>;
3982
+ description: z.ZodOptional<z.ZodString>;
3983
+ ownerSystemId: z.ZodOptional<z.ZodString>;
3984
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
3985
+ actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
3986
+ input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3987
+ effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
3988
+ }, z.core.$loose>>>>;
3989
+ catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
3990
+ id: z.ZodString;
3991
+ label: z.ZodOptional<z.ZodString>;
3992
+ description: z.ZodOptional<z.ZodString>;
3993
+ ownerSystemId: z.ZodOptional<z.ZodString>;
3994
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
3995
+ kind: z.ZodOptional<z.ZodString>;
3996
+ appliesTo: z.ZodOptional<z.ZodString>;
3997
+ entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3998
+ }, z.core.$loose>>>>;
3999
+ eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4000
+ id: z.ZodString;
4001
+ label: z.ZodOptional<z.ZodString>;
4002
+ description: z.ZodOptional<z.ZodString>;
4003
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4004
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4005
+ payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4006
+ }, z.core.$loose>>>>;
4007
+ interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4008
+ id: z.ZodString;
4009
+ label: z.ZodOptional<z.ZodString>;
4010
+ description: z.ZodOptional<z.ZodString>;
4011
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4012
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4013
+ properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4014
+ }, z.core.$loose>>>>;
4015
+ valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4016
+ id: z.ZodString;
4017
+ label: z.ZodOptional<z.ZodString>;
4018
+ description: z.ZodOptional<z.ZodString>;
4019
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4020
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4021
+ primitive: z.ZodOptional<z.ZodString>;
4022
+ }, z.core.$loose>>>>;
4023
+ sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4024
+ id: z.ZodString;
4025
+ label: z.ZodOptional<z.ZodString>;
4026
+ description: z.ZodOptional<z.ZodString>;
4027
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4028
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4029
+ valueType: z.ZodOptional<z.ZodString>;
4030
+ searchable: z.ZodOptional<z.ZodBoolean>;
4031
+ pii: z.ZodOptional<z.ZodBoolean>;
4032
+ }, z.core.$loose>>>>;
4033
+ groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4034
+ id: z.ZodString;
4035
+ label: z.ZodOptional<z.ZodString>;
4036
+ description: z.ZodOptional<z.ZodString>;
4037
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4038
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4039
+ members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
4040
+ }, z.core.$loose>>>>;
4041
+ surfaces: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4042
+ id: z.ZodString;
4043
+ label: z.ZodOptional<z.ZodString>;
4044
+ description: z.ZodOptional<z.ZodString>;
4045
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4046
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4047
+ route: z.ZodOptional<z.ZodString>;
4048
+ }, z.core.$loose>>>>;
4049
+ }, z.core.$strip>>;
4050
+ type OntologyScope = z.infer<typeof OntologyScopeSchema>;
4051
+
3898
4052
  declare const GetRecentActivityResponseSchema: z.ZodObject<{
3899
4053
  entries: z.ZodArray<z.ZodObject<{
3900
4054
  id: z.ZodString;
@@ -4189,26 +4343,72 @@ interface CostByModelResponse {
4189
4343
  */
4190
4344
  type AIResourceDefinition = SerializedWorkflowDefinition | SerializedAgentDefinition;
4191
4345
 
4192
- declare const SystemEntrySchema: z.ZodObject<{
4193
- id: z.ZodString;
4194
- title: z.ZodString;
4195
- description: z.ZodString;
4196
- kind: z.ZodEnum<{
4197
- platform: "platform";
4198
- product: "product";
4199
- operational: "operational";
4200
- diagnostic: "diagnostic";
4201
- }>;
4202
- responsibleRoleId: z.ZodOptional<z.ZodString>;
4203
- governedByKnowledge: z.ZodDefault<z.ZodArray<z.ZodString>>;
4204
- drivesGoals: z.ZodDefault<z.ZodArray<z.ZodString>>;
4205
- status: z.ZodEnum<{
4206
- active: "active";
4207
- deprecated: "deprecated";
4208
- archived: "archived";
4209
- }>;
4346
+ /**
4347
+ * Placeholder discriminated union for ContentNode (Wave 1A).
4348
+ * Wave 2A wires concrete (kind, type) pairs via the registry.
4349
+ *
4350
+ * Per D2: unregistered (kind, type) pairs are allowed and pass through validation.
4351
+ * Per L14: every node carries BOTH `kind` and `type`.
4352
+ */
4353
+ declare const ContentNodeSchema: z.ZodObject<{
4354
+ label: z.ZodString;
4355
+ description: z.ZodOptional<z.ZodString>;
4356
+ order: z.ZodOptional<z.ZodNumber>;
4357
+ parentContentId: z.ZodOptional<z.ZodString>;
4358
+ kind: z.ZodString;
4359
+ type: z.ZodString;
4360
+ data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4210
4361
  }, z.core.$strip>;
4211
- type SystemEntry = z.infer<typeof SystemEntrySchema>;
4362
+ type ContentNode = z.infer<typeof ContentNodeSchema>;
4363
+
4364
+ type JsonPrimitive = string | number | boolean | null;
4365
+ type JsonValue = JsonPrimitive | JsonValue[] | {
4366
+ [key: string]: JsonValue;
4367
+ };
4368
+ /** Explicit interface needed to annotate the recursive SystemEntrySchema. */
4369
+ interface SystemEntry {
4370
+ id: string;
4371
+ label?: string;
4372
+ title?: string;
4373
+ description?: string;
4374
+ kind?: 'product' | 'operational' | 'platform' | 'diagnostic';
4375
+ parentSystemId?: string;
4376
+ ui?: {
4377
+ path: string;
4378
+ surfaces: string[];
4379
+ icon?: string;
4380
+ order?: number;
4381
+ };
4382
+ lifecycle?: 'draft' | 'beta' | 'active' | 'deprecated' | 'archived';
4383
+ responsibleRoleId?: string;
4384
+ governedByKnowledge?: string[];
4385
+ actions?: {
4386
+ actionId: string;
4387
+ intent: 'exposes' | 'consumes';
4388
+ invocation?: unknown;
4389
+ }[];
4390
+ policies?: string[];
4391
+ drivesGoals?: string[];
4392
+ /** @deprecated Use lifecycle. Accepted for one publish cycle. */
4393
+ status?: 'active' | 'deprecated' | 'archived';
4394
+ path?: string;
4395
+ icon?: string;
4396
+ color?: string;
4397
+ uiPosition?: 'sidebar-primary' | 'sidebar-bottom';
4398
+ enabled?: boolean;
4399
+ devOnly?: boolean;
4400
+ requiresAdmin?: boolean;
4401
+ order: number;
4402
+ config?: Record<string, JsonValue>;
4403
+ ontology?: OntologyScope;
4404
+ systems?: Record<string, SystemEntry>;
4405
+ /**
4406
+ * @deprecated Compatibility-only bridge for old tenant data and migration readers.
4407
+ * Author new semantic catalogs in `ontology` and local settings in `config`.
4408
+ */
4409
+ content?: Record<string, ContentNode>;
4410
+ subsystems?: Record<string, SystemEntry>;
4411
+ }
4212
4412
 
4213
4413
  /**
4214
4414
  * Resource Registry type definitions
@@ -4223,7 +4423,7 @@ type ResourceStatus = 'dev' | 'prod';
4223
4423
  * Used as the discriminator field in ResourceDefinition
4224
4424
  */
4225
4425
  type ResourceType = 'agent' | 'workflow' | 'trigger' | 'integration' | 'external' | 'human';
4226
- type ResourceSystemSummary = Pick<SystemEntry, 'id' | 'title' | 'description' | 'kind' | 'status'>;
4426
+ type ResourceSystemSummary = Pick<SystemEntry, 'id' | 'title' | 'description' | 'kind' | 'lifecycle'>;
4227
4427
  /**
4228
4428
  * Base interface for ALL platform resources
4229
4429
  * Shared by both executable (agents, workflows) and non-executable (triggers, integrations, etc.) resources
@@ -4249,8 +4449,8 @@ interface ResourceDefinition {
4249
4449
  sessionCapable?: boolean;
4250
4450
  /** Whether the resource is local (monorepo) or remote (externally deployed) */
4251
4451
  origin?: 'local' | 'remote';
4252
- /** OM System membership, when backed by a Resource descriptor */
4253
- systemId?: string;
4452
+ /** OM System membership — dot-separated system path (e.g. "sys.lead-gen"), when backed by a Resource descriptor */
4453
+ systemPath?: string;
4254
4454
  /** Display metadata for the owning OM System */
4255
4455
  system?: ResourceSystemSummary;
4256
4456
  /** Governance lifecycle status from the OM Resource descriptor */
@@ -4262,13 +4462,22 @@ interface ResourceDefinition {
4262
4462
  declare const LinkSchema: z.ZodObject<{
4263
4463
  nodeId: z.ZodString;
4264
4464
  kind: z.ZodEnum<{
4465
+ links: "links";
4466
+ affects: "affects";
4467
+ effects: "effects";
4468
+ implements: "implements";
4469
+ reads: "reads";
4470
+ writes: "writes";
4471
+ emits: "emits";
4265
4472
  contains: "contains";
4266
4473
  references: "references";
4267
- exposes: "exposes";
4268
4474
  maps_to: "maps_to";
4269
- "operates-on": "operates-on";
4270
4475
  uses: "uses";
4271
4476
  governs: "governs";
4477
+ originates_from: "originates_from";
4478
+ triggers: "triggers";
4479
+ applies_to: "applies_to";
4480
+ uses_catalog: "uses_catalog";
4272
4481
  }>;
4273
4482
  }, z.core.$strip>;
4274
4483
  type Link = z.infer<typeof LinkSchema>;
@@ -5897,7 +6106,7 @@ declare function ActionModal({ action, task, opened, onClose, onSubmit, richText
5897
6106
  type TablerIconComponent = typeof IconBrain;
5898
6107
 
5899
6108
  declare const iconMap: Record<string, TablerIconComponent>;
5900
- /** Allowed legacy names: IconCheck, IconX, IconRefresh, IconAlertTriangle, IconEdit, IconEye, IconRocket, IconMessageCircle, IconArrowUp, IconClock, IconFileText, IconSend, IconMail. Semantic action/status tokens such as action.approve and status.warning are also supported. */
6109
+ /** Allowed legacy names: IconCheck, IconX, IconRefresh, IconAlertTriangle, IconEdit, IconEye, IconRocket, IconMessageCircle, IconArrowUp, IconClock, IconFileText, IconSend, IconMail. Flat semantic tokens such as approve, reject, pending, warning are also supported. */
5901
6110
  declare function getIcon(iconName?: string): TablerIconComponent | null;
5902
6111
 
5903
6112
  interface ContentSectionsProps {
@@ -6711,35 +6920,37 @@ interface QuickCreateActionsProps {
6711
6920
  }
6712
6921
  declare function QuickCreateActions({ showSectionLabel }: QuickCreateActionsProps): react_jsx_runtime.JSX.Element;
6713
6922
 
6714
- type FeatureSidebarComponent = ComponentType;
6715
- type FeatureIconComponent = ComponentType<{
6923
+ type SystemSidebarComponent = ComponentType;
6924
+ type SystemIconComponent = ComponentType<{
6716
6925
  size?: number;
6717
6926
  stroke?: number;
6718
6927
  }>;
6719
- type FeatureSidebarWidthResolver = number | ((context: {
6928
+ type SystemSidebarWidthResolver = number | ((context: {
6720
6929
  currentPath: string;
6721
6930
  }) => number);
6722
- interface FeatureModule {
6723
- /** Unique stable identifier for this feature module. */
6931
+ interface SystemModule {
6932
+ /** Unique stable identifier for this UI system module. */
6724
6933
  key: string;
6725
- /** Organization Model feature id this module presents. */
6726
- featureId: string;
6727
- /** Capability identifiers contributed by this feature module. */
6934
+ /** Organization Model system id this module presents. Omit for navigation-only app surfaces. */
6935
+ systemId?: string;
6936
+ /** Route prefixes owned by navigation-only app surfaces. */
6937
+ routePrefixes?: string[];
6938
+ /** Capability identifiers contributed by this system module. */
6728
6939
  capabilityIds?: string[];
6729
- /** Icon used when this feature node appears in shell navigation. */
6730
- icon?: FeatureIconComponent;
6731
- /** Sidebar component rendered when this feature's subtree route is active. */
6732
- sidebar?: FeatureSidebarComponent;
6940
+ /** Icon used when this system node appears in shell navigation. */
6941
+ icon?: SystemIconComponent;
6942
+ /** Sidebar component rendered when this system's subtree route is active. */
6943
+ sidebar?: SystemSidebarComponent;
6733
6944
  /** Optional shell sidebar width override. Defaults to 250px. */
6734
- sidebarWidth?: FeatureSidebarWidthResolver;
6735
- /** Operations-only bridge connecting this feature to the organization graph node. */
6736
- organizationGraph?: OrganizationGraphFeatureBridge;
6945
+ sidebarWidth?: SystemSidebarWidthResolver;
6946
+ /** Operations-only bridge connecting this system to the organization graph node. */
6947
+ organizationGraph?: OrganizationGraphSystemBridge;
6737
6948
  }
6738
- interface OrganizationGraphFeatureBridge {
6739
- featureId: string;
6949
+ interface OrganizationGraphSystemBridge {
6950
+ systemId?: string;
6740
6951
  }
6741
6952
 
6742
- declare const crmManifest: FeatureModule;
6953
+ declare const crmManifest: SystemModule;
6743
6954
 
6744
6955
  declare function DealsListPage(): react_jsx_runtime.JSX.Element;
6745
6956
 
@@ -6774,7 +6985,7 @@ interface LeadGenSidebarMiddleProps {
6774
6985
  }
6775
6986
  declare const LeadGenSidebarMiddle: ({ items }?: LeadGenSidebarMiddleProps) => react_jsx_runtime.JSX.Element;
6776
6987
 
6777
- declare const leadGenManifest: FeatureModule;
6988
+ declare const leadGenManifest: SystemModule;
6778
6989
 
6779
6990
  interface LeadGenRouteLink {
6780
6991
  label: string;
@@ -6788,7 +6999,7 @@ declare function LeadGenRouteShell({ title, caption, body, links }: {
6788
6999
  links?: LeadGenRouteLink[];
6789
7000
  }): react_jsx_runtime.JSX.Element;
6790
7001
  declare function getStatusColor(status: string | null): "green" | "red" | "gray";
6791
- declare function getEnrichmentColor(status: string): "yellow" | "green" | "red" | "gray";
7002
+ declare function getEnrichmentColor(status: string): "green" | "yellow" | "red" | "gray";
6792
7003
 
6793
7004
  declare function useDeleteLists(): _tanstack_react_query.UseMutationResult<void, Error, string[], unknown>;
6794
7005
 
@@ -6810,7 +7021,7 @@ declare const SEOSidebarTop: () => react_jsx_runtime.JSX.Element;
6810
7021
 
6811
7022
  declare const SEOSidebarMiddle: () => react_jsx_runtime.JSX.Element;
6812
7023
 
6813
- declare const seoManifest: FeatureModule;
7024
+ declare const seoManifest: SystemModule;
6814
7025
 
6815
7026
  interface HealthStatusCardProps {
6816
7027
  status: string;
@@ -6854,7 +7065,7 @@ interface ProjectsSidebarMiddleProps {
6854
7065
  }
6855
7066
  declare const ProjectsSidebarMiddle: ({ currentPath, onNavigate, projectItems, workItems, communicationItems }?: ProjectsSidebarMiddleProps) => react_jsx_runtime.JSX.Element;
6856
7067
 
6857
- declare const deliveryManifest: FeatureModule;
7068
+ declare const deliveryManifest: SystemModule;
6858
7069
 
6859
7070
  declare function AllTasksPage(): react_jsx_runtime.JSX.Element;
6860
7071
 
@@ -6880,9 +7091,9 @@ declare const noteTypeColors: Record<string, string>;
6880
7091
  declare function formatStatusLabel(status: string): string;
6881
7092
  declare function calculateProgress(completed: number, total: number): number;
6882
7093
 
6883
- declare const monitoringManifest: FeatureModule;
7094
+ declare const monitoringManifest: SystemModule;
6884
7095
 
6885
- declare const settingsManifest: FeatureModule;
7096
+ declare const settingsManifest: SystemModule;
6886
7097
 
6887
7098
  declare const OperationsSidebar: () => react_jsx_runtime.JSX.Element;
6888
7099
 
@@ -6890,7 +7101,7 @@ declare const OperationsSidebarTop: () => null;
6890
7101
 
6891
7102
  declare const OperationsSidebarMiddle: () => react_jsx_runtime.JSX.Element;
6892
7103
 
6893
- declare const operationsManifest: FeatureModule;
7104
+ declare const operationsManifest: SystemModule;
6894
7105
 
6895
7106
  export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, AppErrorBoundary, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, Can, CardHeader, CenteredErrorState, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CompanyDetailPage, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContactDetailPage, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateRoleModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilterBar, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, JsonViewer, KanbanBoard, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NoAccessState, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PageNotFound, PageTitleCaption, PermissionMatrix, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, RoleBadge, RunResourceButton, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SHARED_VIZ_CONSTANTS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StepConfigForm, StyledMarkdown, TabCountBadge, TabSection, TableSelectionToolbar, TaskCard, TaskScheduler, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, buildErrorReport, calculateProgress, crmManifest, deliveryManifest, formatStatusLabel, getEnrichmentColor, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getStatusColor, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, seoManifest, settingsManifest, showApiErrorNotification, showAuthError, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useDeleteLists, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity };
6896
7107
  export type { ActivityEntry, ActivityFiltersProps, ActivityTableProps, AppErrorBoundaryProps, BaseEdgeProps, BaseExecutionLogsProps, BreadcrumbsProps, CompanyDetailPageProps, ContactDetailPageProps, ContextViewerProps, CostByModelTableProps, CrashErrorFallbackProps, CreateRoleModalProps, CrmOverviewProps, DealKanbanCardProps, ErrorAnalysisCardProps, ErrorReportCardProps, ExecutionBreakdownTableProps, ExecutionHealthCardProps, ExecutionLogEntry, ExecutionLogsFiltersProps, ExecutionLogsTableProps, FeatureUnavailableStateProps, FieldPath, FitViewButtonVariant, GraphFitViewHandlerProps, JsonViewerProps, KanbanBoardProps, KnowledgeMapEdgeData, KnowledgeMapNodeData, LogLevel, MdxRendererProps, NavigationButtonProps, PermissionRow, ProjectsSidebarMiddleProps, ResourceHealthPanelProps, RichTextEditorProps, RunResourceButtonProps, RunResourceInputResolver, SavedViewPreset, ScheduleType, SerializedKnowledgeMap, SerializedKnowledgeNode, StatCardProps, StepConfigComponent, StepConfigFieldHint, StepConfigFormProps, StepConfigLayout, StepConfigSection, StyledMarkdownProps, TabSectionProps, TaskFilterStatus, TrendIndicatorProps, ZodFormRendererProps };
@@ -1,31 +1,27 @@
1
- import { useBreadcrumbs } from '../chunk-WF227UBV.js';
2
- import { showAuthError } from '../chunk-ND42LPY4.js';
3
- export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest, showAuthError } from '../chunk-ND42LPY4.js';
4
- import '../chunk-P55BJZZW.js';
5
- import { setDealReferrer, compareDealsByPriority } from '../chunk-Y4FWCG7Y.js';
6
- export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, CrmOverview, CrmSidebar, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-Y4FWCG7Y.js';
7
- export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, deliveryManifest } from '../chunk-HQGF4ATG.js';
8
- export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, StepConfigForm, TabSection, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-SHQXMW4F.js';
9
- export { CrmSidebarMiddle, LeadGenSidebarMiddle, MyTasksPanel, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel } from '../chunk-7KC4P3AU.js';
10
- export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, 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-T3IPHEYJ.js';
1
+ import { useBreadcrumbs } from '../chunk-XG57WXOL.js';
2
+ import { showAuthError } from '../chunk-TKF5S4XP.js';
3
+ export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest, showAuthError } from '../chunk-TKF5S4XP.js';
4
+ import '../chunk-V6SZ4ECN.js';
5
+ import { setDealReferrer, compareDealsByPriority } from '../chunk-UVFOURXR.js';
6
+ export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, CrmOverview, CrmSidebar, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-UVFOURXR.js';
7
+ export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, deliveryManifest } from '../chunk-52NLZN6Z.js';
8
+ export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, StepConfigForm, TabSection, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-XOFSMJLF.js';
9
+ export { CrmSidebarMiddle, LeadGenSidebarMiddle, MyTasksPanel, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel } from '../chunk-QNOVUCSV.js';
10
+ export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, 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-JHT5JIJ3.js';
11
11
  import '../chunk-CXY7FMUM.js';
12
- import '../chunk-MVFCLZSK.js';
13
12
  import '../chunk-ZTWA5H77.js';
14
- import '../chunk-JDNEWB5F.js';
15
- import '../chunk-GRDLB6LM.js';
16
- import '../chunk-XQQEKWTL.js';
17
- export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, RunResourceButton, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-Q6OYNEGR.js';
18
- import '../chunk-ECNNI3NT.js';
19
- import '../chunk-TVRQ6AQI.js';
13
+ import '../chunk-E4T2N7P7.js';
14
+ import '../chunk-N55DVMAG.js';
15
+ import '../chunk-CLDCYJQT.js';
16
+ export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, RunResourceButton, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-IUKFNASA.js';
20
17
  export { ZodFormRenderer } from '../chunk-3MEXPLWT.js';
21
- import { NotificationList } from '../chunk-5LJAEZMA.js';
22
- export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-5LJAEZMA.js';
23
- export { ResourceHealthPanel } from '../chunk-L2NVFLXU.js';
18
+ import { NotificationList } from '../chunk-NOIRGGW2.js';
19
+ export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-NOIRGGW2.js';
20
+ export { ResourceHealthPanel } from '../chunk-MHLZ4F4N.js';
24
21
  export { ResourceHealthChart, getHealthColor } from '../chunk-LGKLC5MG.js';
25
- import '../chunk-542WPQU2.js';
26
- import '../chunk-CW3UNAF2.js';
22
+ import '../chunk-4DYOXEH6.js';
27
23
  export { ConfirmationInputModal, ConfirmationModal } from '../chunk-VNFR57DF.js';
28
- export { SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, seoManifest } from '../chunk-DWK2QIAK.js';
24
+ export { SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, seoManifest } from '../chunk-TYRUKGGD.js';
29
25
  import '../chunk-X4WBGKJQ.js';
30
26
  import '../chunk-IIMU5YAJ.js';
31
27
  import { AppShellLoader } from '../chunk-RYTEQBAO.js';
@@ -36,31 +32,33 @@ import { FilterBar } from '../chunk-PDHTXPSF.js';
36
32
  export { FilterBar } from '../chunk-PDHTXPSF.js';
37
33
  import { CustomModal } from '../chunk-R66W5UDG.js';
38
34
  export { CustomModal } from '../chunk-R66W5UDG.js';
39
- import '../chunk-QHEWXU7I.js';
35
+ import '../chunk-JFL3GRD4.js';
40
36
  export { Graph_module_css_default as graphStyles } from '../chunk-22UVE3RA.js';
41
37
  export { CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS } from '../chunk-E4WQGJNS.js';
42
38
  import '../chunk-7M2VOCYN.js';
43
- import { useOrganizationPermissions, useCreateOrgRole, usePermissionCatalog, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, usePaginationState, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDeals, useTransitionItem, dealKeys, useMarkAllAsRead, useNotifications } from '../chunk-JKSUN5GN.js';
44
- import '../chunk-6YT4IKJ7.js';
45
- import { showSuccessNotification, showErrorNotification, showApiErrorNotification } from '../chunk-7HMCB26R.js';
46
- export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-7HMCB26R.js';
39
+ import { useOrganizationPermissions, useCreateOrgRole, usePermissionCatalog, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, usePaginationState, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDeals, useTransitionItem, dealKeys, useMarkAllAsRead, useNotifications } from '../chunk-2GMF5IRF.js';
40
+ import '../chunk-VNAZTCHA.js';
41
+ import { showSuccessNotification, showErrorNotification, showApiErrorNotification } from '../chunk-XZGSCABI.js';
42
+ export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-XZGSCABI.js';
47
43
  import '../chunk-BRXELOHC.js';
48
44
  import '../chunk-3ZMAGTWF.js';
49
- import '../chunk-OAVTMITG.js';
50
- import '../chunk-HYNYEBHM.js';
51
- import '../chunk-3BAPR3KA.js';
45
+ import '../chunk-AHCKOU2M.js';
46
+ import '../chunk-E7C4XEWH.js';
47
+ import '../chunk-RQA2EVN3.js';
52
48
  import '../chunk-3FV6HBXS.js';
53
49
  import '../chunk-WLOQ4IBG.js';
54
- import '../chunk-QDEETKYT.js';
55
- import '../chunk-6IXOKUBC.js';
56
- import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, CenteredErrorState, CardHeader } from '../chunk-L3BVJWML.js';
57
- export { APIErrorAlert, ActivityTimeline, CardHeader, CenteredErrorState, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, EmptyState, FeatureUnavailableState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, TabCountBadge, TimeRangeSelector, TrendIndicator } from '../chunk-L3BVJWML.js';
50
+ import '../chunk-FFPHJBJC.js';
51
+ import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, CenteredErrorState, CardHeader } from '../chunk-EPTHX4VZ.js';
52
+ export { APIErrorAlert, ActivityTimeline, CardHeader, CenteredErrorState, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, EmptyState, FeatureUnavailableState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, TabCountBadge, TimeRangeSelector, TrendIndicator } from '../chunk-EPTHX4VZ.js';
58
53
  export { StyledMarkdown } from '../chunk-3KMDHCAR.js';
59
- import '../chunk-CQZ3DNQY.js';
54
+ import '../chunk-UW7IV2Y3.js';
60
55
  export { ElevasisLoader } from '../chunk-SZHARWKU.js';
56
+ import '../chunk-ZGTDKH3P.js';
61
57
  import { SubshellContentContainer } from '../chunk-TKAYX2SP.js';
62
58
  export { NavigationButton } from '../chunk-NYBEU5TE.js';
63
- import '../chunk-TOIXUWR6.js';
59
+ import '../chunk-DWXDNT7P.js';
60
+ import '../chunk-GNRMB6DC.js';
61
+ import '../chunk-ND5TDV2J.js';
64
62
  import '../chunk-2IFYDILW.js';
65
63
  import { useRouterContext } from '../chunk-Q7DJKLEN.js';
66
64
  export { RoleBadge } from '../chunk-JA5ECJJB.js';
@@ -69,7 +67,7 @@ import { useAppearance } from '../chunk-E565XMTQ.js';
69
67
  import '../chunk-JBWJ6WHZ.js';
70
68
  import '../chunk-DT3QYZVU.js';
71
69
  import '../chunk-RNP5R5I3.js';
72
- import { formatDateTime, PAGE_SIZE_DEFAULT, formatTimeAgo } from '../chunk-XQHZBA65.js';
70
+ import { formatDateTime, PAGE_SIZE_DEFAULT, formatTimeAgo } from '../chunk-2RJMVWFJ.js';
73
71
  import '../chunk-KRWALB24.js';
74
72
  import '../chunk-VKIZUUPM.js';
75
73
  import { useInitialization } from '../chunk-533DUEQY.js';
@@ -77,7 +75,7 @@ import '../chunk-DD3CCMCZ.js';
77
75
  import '../chunk-2Q2JQSQO.js';
78
76
  import { useElevasisServices } from '../chunk-KJ3QUBNU.js';
79
77
  import '../chunk-BRJ3QZ4E.js';
80
- import '../chunk-DZTG5IAC.js';
78
+ import '../chunk-I2KLQ2HA.js';
81
79
  import * as runtime from 'react/jsx-runtime';
82
80
  import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
83
81
  import { Stack, Card, Title, Checkbox, Group, Text, Tooltip, Center, TextInput, Textarea, Loader, Alert, Button, Table, ActionIcon, Paper, Code, CopyButton, SimpleGrid, Badge, Pagination, SegmentedControl, Switch, Select, Divider, Menu, Timeline, ThemeIcon, Tabs, ScrollArea, Breadcrumbs as Breadcrumbs$1, Box, Popover, Indicator } from '@mantine/core';
@@ -150,6 +150,14 @@
150
150
  .mantine-Accordion-control:hover {
151
151
  background-color: var(--color-surface-hover);
152
152
  }
153
+ [data-mantine-color-scheme] .mantine-Accordion-root .mantine-Accordion-item {
154
+ --item-filled-color: var(--color-surface);
155
+ --item-border-color: var(--color-border);
156
+ }
157
+ [data-mantine-color-scheme] .mantine-Accordion-root[data-variant=separated] .mantine-Accordion-item[data-active] {
158
+ background-color: var(--color-surface);
159
+ border-color: var(--color-border);
160
+ }
153
161
  .mantine-Menu-item:hover:not([data-disabled]) {
154
162
  background-color: var(--color-surface-hover);
155
163
  }
@@ -215,6 +223,36 @@
215
223
  background-color: var(--color-primary);
216
224
  border-color: var(--color-primary);
217
225
  }
226
+ .mantine-Tree-node:focus-visible > [data-value] {
227
+ outline: 2px solid color-mix(in srgb, var(--color-primary) 55%, transparent);
228
+ outline-offset: 2px;
229
+ }
230
+ .mantine-Tree-label[data-hovered] {
231
+ background-color: var(--color-surface-hover);
232
+ border-color: var(--color-border);
233
+ }
234
+ .mantine-Tree-label[data-selected] {
235
+ background-color: color-mix(in srgb, var(--color-primary) 12%, transparent);
236
+ border-color: color-mix(in srgb, var(--color-primary) 38%, var(--color-border));
237
+ color: var(--color-primary);
238
+ }
239
+ [data-knowledge-article] pre {
240
+ white-space: pre-wrap;
241
+ word-break: break-word;
242
+ overflow-x: auto;
243
+ max-width: 100%;
244
+ padding: var(--mantine-spacing-sm);
245
+ background-color: var(--color-surface);
246
+ border: 1px solid var(--color-border);
247
+ border-radius: var(--mantine-radius-sm);
248
+ }
249
+ [data-knowledge-article] pre code {
250
+ background: transparent;
251
+ border: none;
252
+ padding: 0;
253
+ white-space: inherit;
254
+ word-break: inherit;
255
+ }
218
256
  .recharts-surface:focus {
219
257
  outline: none;
220
258
  }
@@ -1,5 +1,7 @@
1
- export { useBreadcrumbs } from '../../chunk-WF227UBV.js';
2
- import '../../chunk-6IXOKUBC.js';
1
+ export { useBreadcrumbs } from '../../chunk-XG57WXOL.js';
2
+ import '../../chunk-ZGTDKH3P.js';
3
+ import '../../chunk-DWXDNT7P.js';
4
+ import '../../chunk-GNRMB6DC.js';
3
5
  import '../../chunk-Q7DJKLEN.js';
4
6
  import '../../chunk-JA5ECJJB.js';
5
7
  import '../../chunk-HUJCU55S.js';
@@ -10,4 +12,4 @@ import '../../chunk-DD3CCMCZ.js';
10
12
  import '../../chunk-2Q2JQSQO.js';
11
13
  import '../../chunk-KJ3QUBNU.js';
12
14
  import '../../chunk-BRJ3QZ4E.js';
13
- import '../../chunk-DZTG5IAC.js';
15
+ import '../../chunk-I2KLQ2HA.js';