@elevasis/ui 2.19.0 → 2.21.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 (97) hide show
  1. package/dist/{CoreAuthKitInner-I32JCNE7.js → CoreAuthKitInner-QC62UHTZ.js} +1 -0
  2. package/dist/api/index.js +3 -2
  3. package/dist/app/index.js +5 -4
  4. package/dist/auth/context.js +1 -0
  5. package/dist/auth/index.js +1 -0
  6. package/dist/charts/index.js +4 -3
  7. package/dist/{chunk-UU6PJ4EJ.js → chunk-7GG6OSD7.js} +34 -9
  8. package/dist/chunk-7XKCG5CT.js +125 -0
  9. package/dist/{chunk-46Z2VHY3.js → chunk-ATEHYDL3.js} +5 -21
  10. package/dist/{chunk-AL23U6C3.js → chunk-BIWHHWCJ.js} +1 -2
  11. package/dist/{chunk-5SCVXZPM.js → chunk-BJWIKEQG.js} +6 -11
  12. package/dist/{chunk-Y7TDUZEH.js → chunk-CZK67OHH.js} +6 -11
  13. package/dist/{chunk-MJAKU2WA.js → chunk-DMYELNGA.js} +2 -2
  14. package/dist/chunk-DRQPEMJI.js +42 -0
  15. package/dist/{chunk-IBOX2M24.js → chunk-EDX6WIN3.js} +6 -11
  16. package/dist/{chunk-TKEKYPZA.js → chunk-EGKNRM6P.js} +6 -8
  17. package/dist/chunk-HJ4CJIWN.js +38 -0
  18. package/dist/chunk-I2KLQ2HA.js +19 -0
  19. package/dist/{chunk-LVCJ2H2T.js → chunk-I5WRKH25.js} +4 -4
  20. package/dist/chunk-KVW56ERD.js +24 -0
  21. package/dist/{chunk-JEQM67SO.js → chunk-LQU62KHD.js} +144 -432
  22. package/dist/{chunk-EUWBY43Z.js → chunk-LVUCBY7X.js} +3 -3
  23. package/dist/chunk-S7RL77QS.js +48 -0
  24. package/dist/{chunk-OD7GWIZS.js → chunk-SGXXJE52.js} +1 -121
  25. package/dist/{chunk-R7OJCNL3.js → chunk-T6INEVX6.js} +1 -1
  26. package/dist/{chunk-CTTY6FUT.js → chunk-TSSKOQBX.js} +2 -2
  27. package/dist/{chunk-Q4QJOSVS.js → chunk-ULZ2B3NC.js} +1 -1
  28. package/dist/chunk-VQESMHQV.js +336 -0
  29. package/dist/{chunk-YVAXWM3W.js → chunk-XLZZOFGM.js} +5 -19
  30. package/dist/{chunk-BHR7IV72.js → chunk-XUYBOO32.js} +1 -1
  31. package/dist/{chunk-M7W7CGPL.js → chunk-Z6FAH4XV.js} +1 -1
  32. package/dist/components/chat/index.js +1 -0
  33. package/dist/components/index.d.ts +46 -87
  34. package/dist/components/index.js +28 -26
  35. package/dist/components/navigation/index.d.ts +1 -13
  36. package/dist/components/navigation/index.js +12 -1
  37. package/dist/execution/index.d.ts +27 -0
  38. package/dist/execution/index.js +1 -0
  39. package/dist/features/auth/index.js +1 -0
  40. package/dist/features/crm/index.d.ts +12 -35
  41. package/dist/features/crm/index.js +12 -10
  42. package/dist/features/dashboard/index.d.ts +25 -27
  43. package/dist/features/dashboard/index.js +13 -11
  44. package/dist/features/delivery/index.d.ts +12 -35
  45. package/dist/features/delivery/index.js +12 -10
  46. package/dist/features/lead-gen/index.d.ts +14 -37
  47. package/dist/features/lead-gen/index.js +12 -10
  48. package/dist/features/monitoring/index.d.ts +12 -35
  49. package/dist/features/monitoring/index.js +14 -12
  50. package/dist/features/monitoring/requests/index.d.ts +13 -36
  51. package/dist/features/monitoring/requests/index.js +12 -10
  52. package/dist/features/operations/index.d.ts +44 -65
  53. package/dist/features/operations/index.js +15 -13
  54. package/dist/features/seo/index.d.ts +12 -35
  55. package/dist/features/seo/index.js +2 -1
  56. package/dist/features/settings/index.d.ts +12 -35
  57. package/dist/features/settings/index.js +12 -10
  58. package/dist/graph/index.js +1 -0
  59. package/dist/hooks/delivery/index.js +3 -2
  60. package/dist/hooks/index.d.ts +46 -66
  61. package/dist/hooks/index.js +11 -9
  62. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +92 -121
  63. package/dist/hooks/operations/command-view/utils/transformCommandViewData.js +1 -0
  64. package/dist/hooks/published.d.ts +46 -66
  65. package/dist/hooks/published.js +11 -9
  66. package/dist/index.d.ts +365 -452
  67. package/dist/index.js +11 -9
  68. package/dist/initialization/index.js +1 -0
  69. package/dist/layout/index.js +1 -0
  70. package/dist/organization/index.js +1 -0
  71. package/dist/profile/index.js +1 -0
  72. package/dist/provider/ElevasisServiceContext.js +1 -0
  73. package/dist/provider/index.d.ts +62 -125
  74. package/dist/provider/index.js +9 -7
  75. package/dist/provider/published.d.ts +62 -125
  76. package/dist/provider/published.js +7 -5
  77. package/dist/router/context.js +1 -0
  78. package/dist/router/index.js +1 -0
  79. package/dist/sse/index.js +1 -1
  80. package/dist/supabase/index.js +1 -0
  81. package/dist/test-utils/index.d.ts +117 -0
  82. package/dist/test-utils/index.js +136 -0
  83. package/dist/test-utils/setup-integration.d.ts +2 -0
  84. package/dist/test-utils/setup-integration.js +26 -0
  85. package/dist/test-utils/setup.d.ts +2 -0
  86. package/dist/test-utils/setup.js +47 -0
  87. package/dist/theme/index.js +1 -0
  88. package/dist/typeform/index.js +1 -0
  89. package/dist/typeform/schemas.js +1 -0
  90. package/dist/types/index.d.ts +108 -135
  91. package/dist/utils/index.d.ts +26 -59
  92. package/dist/utils/index.js +2 -1
  93. package/dist/zustand/index.js +2 -0
  94. package/package.json +31 -3
  95. package/src/test-utils/README.md +5 -0
  96. package/dist/chunk-LR5CRY5A.js +0 -514
  97. package/dist/chunk-MG3NF7QL.js +0 -63
@@ -1,27 +1,28 @@
1
- export { Dashboard, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-TKEKYPZA.js';
1
+ export { Dashboard, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-EGKNRM6P.js';
2
2
  import '../../chunk-LGKLC5MG.js';
3
- import '../../chunk-CTTY6FUT.js';
3
+ import '../../chunk-TSSKOQBX.js';
4
4
  import '../../chunk-M25JL54Z.js';
5
5
  import '../../chunk-E4WQGJNS.js';
6
6
  import '../../chunk-7M2VOCYN.js';
7
- import '../../chunk-UU6PJ4EJ.js';
7
+ import '../../chunk-7GG6OSD7.js';
8
8
  import '../../chunk-BRXELOHC.js';
9
9
  import '../../chunk-QSTH6T77.js';
10
- import '../../chunk-M7W7CGPL.js';
10
+ import '../../chunk-Z6FAH4XV.js';
11
11
  import '../../chunk-22UVE3RA.js';
12
12
  import '../../chunk-3ZMAGTWF.js';
13
- import '../../chunk-Q4QJOSVS.js';
14
- import '../../chunk-MJAKU2WA.js';
13
+ import '../../chunk-ULZ2B3NC.js';
14
+ import '../../chunk-DMYELNGA.js';
15
15
  import '../../chunk-Q5HC6ENG.js';
16
16
  import '../../chunk-WLOQ4IBG.js';
17
- import '../../chunk-LR5CRY5A.js';
18
- import '../../chunk-EUWBY43Z.js';
17
+ import '../../chunk-KVW56ERD.js';
18
+ import '../../chunk-LVUCBY7X.js';
19
+ import '../../chunk-VQESMHQV.js';
19
20
  import '../../chunk-RX4UWZZR.js';
20
- import '../../chunk-BHR7IV72.js';
21
+ import '../../chunk-XUYBOO32.js';
21
22
  import '../../chunk-SZHARWKU.js';
22
23
  import '../../chunk-3KMDHCAR.js';
23
24
  import '../../chunk-NYBEU5TE.js';
24
- import '../../chunk-R7OJCNL3.js';
25
+ import '../../chunk-T6INEVX6.js';
25
26
  import '../../chunk-2IFYDILW.js';
26
27
  import '../../chunk-Q7DJKLEN.js';
27
28
  import '../../chunk-7YQKVWSD.js';
@@ -30,7 +31,7 @@ import '../../chunk-QJ2KCHKX.js';
30
31
  import '../../chunk-HQ7M6PBW.js';
31
32
  import '../../chunk-DT3QYZVU.js';
32
33
  import '../../chunk-RNP5R5I3.js';
33
- import '../../chunk-OD7GWIZS.js';
34
+ import '../../chunk-SGXXJE52.js';
34
35
  import '../../chunk-KRWALB24.js';
35
36
  import '../../chunk-SLH2QLKV.js';
36
37
  import '../../chunk-DK2HVHCY.js';
@@ -38,3 +39,4 @@ import '../../chunk-DD3CCMCZ.js';
38
39
  import '../../chunk-QHSW4WHM.js';
39
40
  import '../../chunk-IRW7JMQ4.js';
40
41
  import '../../chunk-BRJ3QZ4E.js';
42
+ import '../../chunk-I2KLQ2HA.js';
@@ -2750,50 +2750,27 @@ interface ProjectsSidebarMiddleProps {
2750
2750
  }
2751
2751
  declare const ProjectsSidebarMiddle: ({ currentPath, onNavigate, projectItems, workItems, communicationItems }?: ProjectsSidebarMiddleProps) => react_jsx_runtime.JSX.Element;
2752
2752
 
2753
- interface FeatureNavLink {
2754
- label: string;
2755
- link: string;
2756
- featureKey?: string;
2757
- onClick?: () => void;
2758
- links?: FeatureNavLink[];
2759
- }
2760
- interface FeatureNavEntry {
2761
- label: string;
2762
- icon: ComponentType;
2763
- link?: string;
2764
- featureKey?: string;
2765
- requiresAdmin?: boolean;
2766
- dataOnboardingTourId?: string;
2767
- links?: FeatureNavLink[];
2768
- }
2769
2753
  type FeatureSidebarComponent = ComponentType;
2754
+ type FeatureIconComponent = ComponentType<{
2755
+ size?: number;
2756
+ stroke?: number;
2757
+ }>;
2770
2758
  interface FeatureModule {
2771
- /** Unique stable identifier for this feature (e.g. `'crm'`, `'projects'`). */
2759
+ /** Unique stable identifier for this feature module. */
2772
2760
  key: string;
2773
- /** Feature ID used for access-flag gating — must match the `id` of a feature in the organization model. */
2761
+ /** Organization Model feature id this module presents. */
2774
2762
  featureId: string;
2775
- /**
2776
- * Capability identifiers contributed by this feature.
2777
- * Merged into `ResolvedFeatureSemantics.capabilityIds` at resolution time.
2778
- * Not queried at runtime — kept for semantic graph completeness so that
2779
- * capability membership is fully represented in the resolved model even when
2780
- * a surface does not declare it directly.
2781
- */
2763
+ /** Capability identifiers contributed by this feature module. */
2782
2764
  capabilityIds?: string[];
2783
- /** Top-level navigation entry rendered in the app shell when this feature is enabled. */
2784
- navEntry?: FeatureNavEntry;
2785
- /** Sidebar component rendered when a matching subshell route is active. */
2765
+ /** Icon used when this feature node appears in shell navigation. */
2766
+ icon?: FeatureIconComponent;
2767
+ /** Sidebar component rendered when this feature's subtree route is active. */
2786
2768
  sidebar?: FeatureSidebarComponent;
2787
- /** Route path prefixes that activate this feature's sidebar and subshell context. */
2788
- subshellRoutes?: string[];
2789
- /**
2790
- * Operations-only bridge surface connecting this feature to the organization graph.
2791
- * Ignored by all other features. Only one manifest in the registry should set this.
2792
- */
2769
+ /** Operations-only bridge connecting this feature to the organization graph node. */
2793
2770
  organizationGraph?: OrganizationGraphFeatureBridge;
2794
2771
  }
2795
2772
  interface OrganizationGraphFeatureBridge {
2796
- surfaceId: string;
2773
+ featureId: string;
2797
2774
  }
2798
2775
 
2799
2776
  declare const deliveryManifest: FeatureModule;
@@ -1,4 +1,4 @@
1
- export { AllTasksPage, Checklist, CreateDeliveryEntityModal, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../../chunk-5SCVXZPM.js';
1
+ export { AllTasksPage, Checklist, CreateDeliveryEntityModal, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../../chunk-BJWIKEQG.js';
2
2
  import '../../chunk-442LZPIR.js';
3
3
  import '../../chunk-BZZCNLT6.js';
4
4
  import '../../chunk-TUMSNGTX.js';
@@ -7,24 +7,25 @@ import '../../chunk-IIMU5YAJ.js';
7
7
  import '../../chunk-PDHTXPSF.js';
8
8
  import '../../chunk-GBMNCNHX.js';
9
9
  import '../../chunk-7M2VOCYN.js';
10
- import '../../chunk-UU6PJ4EJ.js';
10
+ import '../../chunk-7GG6OSD7.js';
11
11
  import '../../chunk-BRXELOHC.js';
12
12
  import '../../chunk-QSTH6T77.js';
13
- import '../../chunk-M7W7CGPL.js';
13
+ import '../../chunk-Z6FAH4XV.js';
14
14
  import '../../chunk-22UVE3RA.js';
15
15
  import '../../chunk-3ZMAGTWF.js';
16
- import '../../chunk-Q4QJOSVS.js';
17
- import '../../chunk-MJAKU2WA.js';
16
+ import '../../chunk-ULZ2B3NC.js';
17
+ import '../../chunk-DMYELNGA.js';
18
18
  import '../../chunk-Q5HC6ENG.js';
19
19
  import '../../chunk-WLOQ4IBG.js';
20
- import '../../chunk-LR5CRY5A.js';
21
- import '../../chunk-EUWBY43Z.js';
20
+ import '../../chunk-KVW56ERD.js';
21
+ import '../../chunk-LVUCBY7X.js';
22
+ import '../../chunk-VQESMHQV.js';
22
23
  import '../../chunk-RX4UWZZR.js';
23
- import '../../chunk-BHR7IV72.js';
24
+ import '../../chunk-XUYBOO32.js';
24
25
  import '../../chunk-SZHARWKU.js';
25
26
  import '../../chunk-3KMDHCAR.js';
26
27
  import '../../chunk-NYBEU5TE.js';
27
- import '../../chunk-R7OJCNL3.js';
28
+ import '../../chunk-T6INEVX6.js';
28
29
  import '../../chunk-2IFYDILW.js';
29
30
  import '../../chunk-Q7DJKLEN.js';
30
31
  import '../../chunk-7YQKVWSD.js';
@@ -33,7 +34,7 @@ import '../../chunk-QJ2KCHKX.js';
33
34
  import '../../chunk-HQ7M6PBW.js';
34
35
  import '../../chunk-DT3QYZVU.js';
35
36
  import '../../chunk-RNP5R5I3.js';
36
- import '../../chunk-OD7GWIZS.js';
37
+ import '../../chunk-SGXXJE52.js';
37
38
  import '../../chunk-KRWALB24.js';
38
39
  import '../../chunk-SLH2QLKV.js';
39
40
  import '../../chunk-DK2HVHCY.js';
@@ -41,3 +42,4 @@ import '../../chunk-DD3CCMCZ.js';
41
42
  import '../../chunk-QHSW4WHM.js';
42
43
  import '../../chunk-IRW7JMQ4.js';
43
44
  import '../../chunk-BRJ3QZ4E.js';
45
+ import '../../chunk-I2KLQ2HA.js';
@@ -200,50 +200,27 @@ type AcqCompanyResponse = z.infer<typeof AcqCompanyResponseSchema>;
200
200
  type AcqContactResponse = z.infer<typeof AcqContactResponseSchema>;
201
201
  type ListConfigInput = z.infer<typeof ListConfigSchema>;
202
202
 
203
- interface FeatureNavLink {
204
- label: string;
205
- link: string;
206
- featureKey?: string;
207
- onClick?: () => void;
208
- links?: FeatureNavLink[];
209
- }
210
- interface FeatureNavEntry {
211
- label: string;
212
- icon: ComponentType;
213
- link?: string;
214
- featureKey?: string;
215
- requiresAdmin?: boolean;
216
- dataOnboardingTourId?: string;
217
- links?: FeatureNavLink[];
218
- }
219
203
  type FeatureSidebarComponent = ComponentType;
204
+ type FeatureIconComponent = ComponentType<{
205
+ size?: number;
206
+ stroke?: number;
207
+ }>;
220
208
  interface FeatureModule {
221
- /** Unique stable identifier for this feature (e.g. `'crm'`, `'projects'`). */
209
+ /** Unique stable identifier for this feature module. */
222
210
  key: string;
223
- /** Feature ID used for access-flag gating — must match the `id` of a feature in the organization model. */
211
+ /** Organization Model feature id this module presents. */
224
212
  featureId: string;
225
- /**
226
- * Capability identifiers contributed by this feature.
227
- * Merged into `ResolvedFeatureSemantics.capabilityIds` at resolution time.
228
- * Not queried at runtime — kept for semantic graph completeness so that
229
- * capability membership is fully represented in the resolved model even when
230
- * a surface does not declare it directly.
231
- */
213
+ /** Capability identifiers contributed by this feature module. */
232
214
  capabilityIds?: string[];
233
- /** Top-level navigation entry rendered in the app shell when this feature is enabled. */
234
- navEntry?: FeatureNavEntry;
235
- /** Sidebar component rendered when a matching subshell route is active. */
215
+ /** Icon used when this feature node appears in shell navigation. */
216
+ icon?: FeatureIconComponent;
217
+ /** Sidebar component rendered when this feature's subtree route is active. */
236
218
  sidebar?: FeatureSidebarComponent;
237
- /** Route path prefixes that activate this feature's sidebar and subshell context. */
238
- subshellRoutes?: string[];
239
- /**
240
- * Operations-only bridge surface connecting this feature to the organization graph.
241
- * Ignored by all other features. Only one manifest in the registry should set this.
242
- */
219
+ /** Operations-only bridge connecting this feature to the organization graph node. */
243
220
  organizationGraph?: OrganizationGraphFeatureBridge;
244
221
  }
245
222
  interface OrganizationGraphFeatureBridge {
246
- surfaceId: string;
223
+ featureId: string;
247
224
  }
248
225
 
249
226
  declare const leadGenManifest: FeatureModule;
@@ -261,8 +238,8 @@ declare function LeadGenRouteShell({ title, caption, body, links }: {
261
238
  }): react_jsx_runtime.JSX.Element;
262
239
  declare function formatDate(dateValue: string | Date): string;
263
240
  declare function getStatusColor(status: string | null): "green" | "red" | "gray";
264
- declare function getEnrichmentColor(status: string): "green" | "red" | "gray" | "yellow";
265
- declare function getEnrichmentStatus(enrichmentData: Record<string, unknown> | null | undefined): "failed" | "pending" | "complete";
241
+ declare function getEnrichmentColor(status: string): "yellow" | "green" | "red" | "gray";
242
+ declare function getEnrichmentStatus(enrichmentData: Record<string, unknown> | null | undefined): "pending" | "failed" | "complete";
266
243
  type LeadGenCompanyListItem = AcqCompanyResponse;
267
244
  type LeadGenContactListItem = AcqContactResponse;
268
245
  declare function CompanyDetailModal({ company, onClose }: {
@@ -1,4 +1,4 @@
1
- export { CompanyDetailModal, ContactDetailModal, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, formatDate, getEnrichmentColor, getEnrichmentStatus, getStatusColor, leadGenManifest, useDeleteLists } from '../../chunk-Y7TDUZEH.js';
1
+ export { CompanyDetailModal, ContactDetailModal, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, formatDate, getEnrichmentColor, getEnrichmentStatus, getStatusColor, leadGenManifest, useDeleteLists } from '../../chunk-CZK67OHH.js';
2
2
  import '../../chunk-BZZCNLT6.js';
3
3
  import '../../chunk-TUMSNGTX.js';
4
4
  import '../../chunk-CEWTOKE7.js';
@@ -6,24 +6,25 @@ import '../../chunk-IIMU5YAJ.js';
6
6
  import '../../chunk-PDHTXPSF.js';
7
7
  import '../../chunk-GBMNCNHX.js';
8
8
  import '../../chunk-7M2VOCYN.js';
9
- export { companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useUpdateCompany, useUpdateContact } from '../../chunk-UU6PJ4EJ.js';
9
+ export { companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useUpdateCompany, useUpdateContact } from '../../chunk-7GG6OSD7.js';
10
10
  import '../../chunk-BRXELOHC.js';
11
11
  import '../../chunk-QSTH6T77.js';
12
- import '../../chunk-M7W7CGPL.js';
12
+ import '../../chunk-Z6FAH4XV.js';
13
13
  import '../../chunk-22UVE3RA.js';
14
14
  import '../../chunk-3ZMAGTWF.js';
15
- import '../../chunk-Q4QJOSVS.js';
16
- import '../../chunk-MJAKU2WA.js';
15
+ import '../../chunk-ULZ2B3NC.js';
16
+ import '../../chunk-DMYELNGA.js';
17
17
  import '../../chunk-Q5HC6ENG.js';
18
18
  import '../../chunk-WLOQ4IBG.js';
19
- import '../../chunk-LR5CRY5A.js';
20
- import '../../chunk-EUWBY43Z.js';
19
+ import '../../chunk-KVW56ERD.js';
20
+ import '../../chunk-LVUCBY7X.js';
21
+ import '../../chunk-VQESMHQV.js';
21
22
  import '../../chunk-RX4UWZZR.js';
22
- import '../../chunk-BHR7IV72.js';
23
+ import '../../chunk-XUYBOO32.js';
23
24
  import '../../chunk-SZHARWKU.js';
24
25
  import '../../chunk-3KMDHCAR.js';
25
26
  import '../../chunk-NYBEU5TE.js';
26
- import '../../chunk-R7OJCNL3.js';
27
+ import '../../chunk-T6INEVX6.js';
27
28
  import '../../chunk-2IFYDILW.js';
28
29
  import '../../chunk-Q7DJKLEN.js';
29
30
  import '../../chunk-7YQKVWSD.js';
@@ -32,7 +33,7 @@ import '../../chunk-QJ2KCHKX.js';
32
33
  import '../../chunk-HQ7M6PBW.js';
33
34
  import '../../chunk-DT3QYZVU.js';
34
35
  import '../../chunk-RNP5R5I3.js';
35
- import '../../chunk-OD7GWIZS.js';
36
+ import '../../chunk-SGXXJE52.js';
36
37
  import '../../chunk-KRWALB24.js';
37
38
  import '../../chunk-SLH2QLKV.js';
38
39
  import '../../chunk-DK2HVHCY.js';
@@ -40,3 +41,4 @@ import '../../chunk-DD3CCMCZ.js';
40
41
  import '../../chunk-QHSW4WHM.js';
41
42
  import '../../chunk-IRW7JMQ4.js';
42
43
  import '../../chunk-BRJ3QZ4E.js';
44
+ import '../../chunk-I2KLQ2HA.js';
@@ -118,50 +118,27 @@ interface NotificationCenterProps {
118
118
  }
119
119
  declare function NotificationCenter({ pageSize }: NotificationCenterProps): react_jsx_runtime.JSX.Element;
120
120
 
121
- interface FeatureNavLink {
122
- label: string;
123
- link: string;
124
- featureKey?: string;
125
- onClick?: () => void;
126
- links?: FeatureNavLink[];
127
- }
128
- interface FeatureNavEntry {
129
- label: string;
130
- icon: ComponentType;
131
- link?: string;
132
- featureKey?: string;
133
- requiresAdmin?: boolean;
134
- dataOnboardingTourId?: string;
135
- links?: FeatureNavLink[];
136
- }
137
121
  type FeatureSidebarComponent = ComponentType;
122
+ type FeatureIconComponent = ComponentType<{
123
+ size?: number;
124
+ stroke?: number;
125
+ }>;
138
126
  interface FeatureModule {
139
- /** Unique stable identifier for this feature (e.g. `'crm'`, `'projects'`). */
127
+ /** Unique stable identifier for this feature module. */
140
128
  key: string;
141
- /** Feature ID used for access-flag gating — must match the `id` of a feature in the organization model. */
129
+ /** Organization Model feature id this module presents. */
142
130
  featureId: string;
143
- /**
144
- * Capability identifiers contributed by this feature.
145
- * Merged into `ResolvedFeatureSemantics.capabilityIds` at resolution time.
146
- * Not queried at runtime — kept for semantic graph completeness so that
147
- * capability membership is fully represented in the resolved model even when
148
- * a surface does not declare it directly.
149
- */
131
+ /** Capability identifiers contributed by this feature module. */
150
132
  capabilityIds?: string[];
151
- /** Top-level navigation entry rendered in the app shell when this feature is enabled. */
152
- navEntry?: FeatureNavEntry;
153
- /** Sidebar component rendered when a matching subshell route is active. */
133
+ /** Icon used when this feature node appears in shell navigation. */
134
+ icon?: FeatureIconComponent;
135
+ /** Sidebar component rendered when this feature's subtree route is active. */
154
136
  sidebar?: FeatureSidebarComponent;
155
- /** Route path prefixes that activate this feature's sidebar and subshell context. */
156
- subshellRoutes?: string[];
157
- /**
158
- * Operations-only bridge surface connecting this feature to the organization graph.
159
- * Ignored by all other features. Only one manifest in the registry should set this.
160
- */
137
+ /** Operations-only bridge connecting this feature to the organization graph node. */
161
138
  organizationGraph?: OrganizationGraphFeatureBridge;
162
139
  }
163
140
  interface OrganizationGraphFeatureBridge {
164
- surfaceId: string;
141
+ featureId: string;
165
142
  }
166
143
 
167
144
  declare const monitoringManifest: FeatureModule;
@@ -1,30 +1,31 @@
1
- export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-46Z2VHY3.js';
2
- import '../../chunk-LVCJ2H2T.js';
1
+ export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-ATEHYDL3.js';
2
+ import '../../chunk-I5WRKH25.js';
3
3
  import '../../chunk-LGKLC5MG.js';
4
- import '../../chunk-CTTY6FUT.js';
4
+ import '../../chunk-TSSKOQBX.js';
5
5
  import '../../chunk-M25JL54Z.js';
6
6
  import '../../chunk-PDHTXPSF.js';
7
7
  import '../../chunk-GBMNCNHX.js';
8
8
  import '../../chunk-E4WQGJNS.js';
9
9
  import '../../chunk-7M2VOCYN.js';
10
- import '../../chunk-UU6PJ4EJ.js';
10
+ import '../../chunk-7GG6OSD7.js';
11
11
  import '../../chunk-BRXELOHC.js';
12
12
  import '../../chunk-QSTH6T77.js';
13
- import '../../chunk-M7W7CGPL.js';
13
+ import '../../chunk-Z6FAH4XV.js';
14
14
  import '../../chunk-22UVE3RA.js';
15
15
  import '../../chunk-3ZMAGTWF.js';
16
- import '../../chunk-Q4QJOSVS.js';
17
- import '../../chunk-MJAKU2WA.js';
16
+ import '../../chunk-ULZ2B3NC.js';
17
+ import '../../chunk-DMYELNGA.js';
18
18
  import '../../chunk-Q5HC6ENG.js';
19
19
  import '../../chunk-WLOQ4IBG.js';
20
- import '../../chunk-LR5CRY5A.js';
21
- import '../../chunk-EUWBY43Z.js';
20
+ import '../../chunk-KVW56ERD.js';
21
+ import '../../chunk-LVUCBY7X.js';
22
+ import '../../chunk-VQESMHQV.js';
22
23
  import '../../chunk-RX4UWZZR.js';
23
- import '../../chunk-BHR7IV72.js';
24
+ import '../../chunk-XUYBOO32.js';
24
25
  import '../../chunk-SZHARWKU.js';
25
26
  import '../../chunk-3KMDHCAR.js';
26
27
  import '../../chunk-NYBEU5TE.js';
27
- import '../../chunk-R7OJCNL3.js';
28
+ import '../../chunk-T6INEVX6.js';
28
29
  import '../../chunk-2IFYDILW.js';
29
30
  import '../../chunk-Q7DJKLEN.js';
30
31
  import '../../chunk-7YQKVWSD.js';
@@ -33,7 +34,7 @@ import '../../chunk-QJ2KCHKX.js';
33
34
  import '../../chunk-HQ7M6PBW.js';
34
35
  import '../../chunk-DT3QYZVU.js';
35
36
  import '../../chunk-RNP5R5I3.js';
36
- import '../../chunk-OD7GWIZS.js';
37
+ import '../../chunk-SGXXJE52.js';
37
38
  import '../../chunk-KRWALB24.js';
38
39
  import '../../chunk-SLH2QLKV.js';
39
40
  import '../../chunk-DK2HVHCY.js';
@@ -41,3 +42,4 @@ import '../../chunk-DD3CCMCZ.js';
41
42
  import '../../chunk-QHSW4WHM.js';
42
43
  import '../../chunk-IRW7JMQ4.js';
43
44
  import '../../chunk-BRJ3QZ4E.js';
45
+ import '../../chunk-I2KLQ2HA.js';
@@ -2,50 +2,27 @@ import { ComponentType } from 'react';
2
2
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
3
  import { z } from 'zod';
4
4
 
5
- interface FeatureNavLink {
6
- label: string;
7
- link: string;
8
- featureKey?: string;
9
- onClick?: () => void;
10
- links?: FeatureNavLink[];
11
- }
12
- interface FeatureNavEntry {
13
- label: string;
14
- icon: ComponentType;
15
- link?: string;
16
- featureKey?: string;
17
- requiresAdmin?: boolean;
18
- dataOnboardingTourId?: string;
19
- links?: FeatureNavLink[];
20
- }
21
5
  type FeatureSidebarComponent = ComponentType;
6
+ type FeatureIconComponent = ComponentType<{
7
+ size?: number;
8
+ stroke?: number;
9
+ }>;
22
10
  interface FeatureModule {
23
- /** Unique stable identifier for this feature (e.g. `'crm'`, `'projects'`). */
11
+ /** Unique stable identifier for this feature module. */
24
12
  key: string;
25
- /** Feature ID used for access-flag gating — must match the `id` of a feature in the organization model. */
13
+ /** Organization Model feature id this module presents. */
26
14
  featureId: string;
27
- /**
28
- * Capability identifiers contributed by this feature.
29
- * Merged into `ResolvedFeatureSemantics.capabilityIds` at resolution time.
30
- * Not queried at runtime — kept for semantic graph completeness so that
31
- * capability membership is fully represented in the resolved model even when
32
- * a surface does not declare it directly.
33
- */
15
+ /** Capability identifiers contributed by this feature module. */
34
16
  capabilityIds?: string[];
35
- /** Top-level navigation entry rendered in the app shell when this feature is enabled. */
36
- navEntry?: FeatureNavEntry;
37
- /** Sidebar component rendered when a matching subshell route is active. */
17
+ /** Icon used when this feature node appears in shell navigation. */
18
+ icon?: FeatureIconComponent;
19
+ /** Sidebar component rendered when this feature's subtree route is active. */
38
20
  sidebar?: FeatureSidebarComponent;
39
- /** Route path prefixes that activate this feature's sidebar and subshell context. */
40
- subshellRoutes?: string[];
41
- /**
42
- * Operations-only bridge surface connecting this feature to the organization graph.
43
- * Ignored by all other features. Only one manifest in the registry should set this.
44
- */
21
+ /** Operations-only bridge connecting this feature to the organization graph node. */
45
22
  organizationGraph?: OrganizationGraphFeatureBridge;
46
23
  }
47
24
  interface OrganizationGraphFeatureBridge {
48
- surfaceId: string;
25
+ featureId: string;
49
26
  }
50
27
 
51
28
  declare const submittedRequestsManifest: FeatureModule;
@@ -79,8 +56,8 @@ declare const RequestSourceEnum: z.ZodEnum<{
79
56
  cli: "cli";
80
57
  }>;
81
58
  declare const RequestTypeEnum: z.ZodEnum<{
82
- other: "other";
83
59
  feature: "feature";
60
+ other: "other";
84
61
  bug: "bug";
85
62
  question: "question";
86
63
  }>;
@@ -2,24 +2,25 @@ import { TableSelectionToolbar } from '../../../chunk-TUMSNGTX.js';
2
2
  import { FilterBar } from '../../../chunk-PDHTXPSF.js';
3
3
  import { ConfirmationModal, CustomModal } from '../../../chunk-GBMNCNHX.js';
4
4
  import '../../../chunk-7M2VOCYN.js';
5
- import { usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, useRequest } from '../../../chunk-UU6PJ4EJ.js';
5
+ import { usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, useRequest } from '../../../chunk-7GG6OSD7.js';
6
6
  import '../../../chunk-BRXELOHC.js';
7
7
  import '../../../chunk-QSTH6T77.js';
8
- import '../../../chunk-M7W7CGPL.js';
8
+ import '../../../chunk-Z6FAH4XV.js';
9
9
  import '../../../chunk-22UVE3RA.js';
10
10
  import '../../../chunk-3ZMAGTWF.js';
11
- import '../../../chunk-Q4QJOSVS.js';
12
- import '../../../chunk-MJAKU2WA.js';
11
+ import '../../../chunk-ULZ2B3NC.js';
12
+ import '../../../chunk-DMYELNGA.js';
13
13
  import '../../../chunk-Q5HC6ENG.js';
14
14
  import '../../../chunk-WLOQ4IBG.js';
15
- import '../../../chunk-LR5CRY5A.js';
16
- import '../../../chunk-EUWBY43Z.js';
15
+ import '../../../chunk-KVW56ERD.js';
16
+ import '../../../chunk-LVUCBY7X.js';
17
+ import '../../../chunk-VQESMHQV.js';
17
18
  import '../../../chunk-RX4UWZZR.js';
18
- import { PageTitleCaption, CardHeader, ContextViewer, JsonViewer } from '../../../chunk-BHR7IV72.js';
19
+ import { PageTitleCaption, CardHeader, ContextViewer, JsonViewer } from '../../../chunk-XUYBOO32.js';
19
20
  import '../../../chunk-SZHARWKU.js';
20
21
  import '../../../chunk-3KMDHCAR.js';
21
22
  import '../../../chunk-NYBEU5TE.js';
22
- import '../../../chunk-R7OJCNL3.js';
23
+ import '../../../chunk-T6INEVX6.js';
23
24
  import '../../../chunk-2IFYDILW.js';
24
25
  import '../../../chunk-Q7DJKLEN.js';
25
26
  import '../../../chunk-7YQKVWSD.js';
@@ -28,7 +29,7 @@ import '../../../chunk-QJ2KCHKX.js';
28
29
  import '../../../chunk-HQ7M6PBW.js';
29
30
  import '../../../chunk-DT3QYZVU.js';
30
31
  import '../../../chunk-RNP5R5I3.js';
31
- import { formatTimeAgo } from '../../../chunk-OD7GWIZS.js';
32
+ import { formatTimeAgo } from '../../../chunk-SGXXJE52.js';
32
33
  import '../../../chunk-KRWALB24.js';
33
34
  import '../../../chunk-SLH2QLKV.js';
34
35
  import '../../../chunk-DK2HVHCY.js';
@@ -36,6 +37,7 @@ import '../../../chunk-DD3CCMCZ.js';
36
37
  import '../../../chunk-QHSW4WHM.js';
37
38
  import '../../../chunk-IRW7JMQ4.js';
38
39
  import '../../../chunk-BRJ3QZ4E.js';
40
+ import '../../../chunk-I2KLQ2HA.js';
39
41
  import { useState } from 'react';
40
42
  import { useNavigate } from '@tanstack/react-router';
41
43
  import { Badge, Menu, Button, Stack, Paper, Select, Center, Loader, Text, Table, Checkbox, Group, Pagination, Title, Skeleton, SimpleGrid, CopyButton, Tooltip, ActionIcon, SegmentedControl } from '@mantine/core';
@@ -46,7 +48,7 @@ import { notifications } from '@mantine/notifications';
46
48
  // src/features/monitoring/requests/manifest.ts
47
49
  var submittedRequestsManifest = {
48
50
  key: "submitted-requests",
49
- featureId: "monitoring"
51
+ featureId: "monitoring.submitted-requests"
50
52
  };
51
53
  var TYPE_COLORS = {
52
54
  bug: "red",