@elevasis/ui 2.68.0 → 2.70.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 (85) hide show
  1. package/dist/api/index.js +3 -3
  2. package/dist/app/index.d.ts +577 -367
  3. package/dist/app/index.js +10 -19
  4. package/dist/auth/index.d.ts +5 -0
  5. package/dist/auth/index.js +5 -5
  6. package/dist/charts/index.js +5 -5
  7. package/dist/{chunk-JC5W55J3.js → chunk-26BTE3Z4.js} +1 -1
  8. package/dist/{chunk-ZNKZMK2E.js → chunk-5C62IRKS.js} +5 -5
  9. package/dist/{chunk-ZGCWTWBD.js → chunk-6TT3FQEZ.js} +16218 -15769
  10. package/dist/{chunk-QYI5BZKM.js → chunk-AGX2CY2O.js} +1 -1
  11. package/dist/{chunk-UFTM5SZZ.js → chunk-AKANHRQ5.js} +9 -3
  12. package/dist/{chunk-NDHMZT2G.js → chunk-C75XWBYZ.js} +1 -1
  13. package/dist/{chunk-2MTP3H3A.js → chunk-CCZJ4OWY.js} +1 -1
  14. package/dist/{chunk-75NOC536.js → chunk-DUEGHF7A.js} +4 -4
  15. package/dist/{chunk-SIVUCZXQ.js → chunk-GJQF3S2Q.js} +1 -1
  16. package/dist/{chunk-ZWS3TCQR.js → chunk-GZADST64.js} +21 -108
  17. package/dist/{chunk-TYKAKJGW.js → chunk-JA2XDMAE.js} +1 -1
  18. package/dist/{chunk-76IVMVI3.js → chunk-LWYLZUUV.js} +3 -3
  19. package/dist/{chunk-WPIASV3H.js → chunk-LY3IKYTZ.js} +2 -2
  20. package/dist/{chunk-HJVPVS57.js → chunk-MFCV4JMQ.js} +5 -5
  21. package/dist/{chunk-L3HFJFYF.js → chunk-NM4A63KJ.js} +30 -48
  22. package/dist/{chunk-OOACTYRA.js → chunk-QDMIFD6F.js} +1 -1
  23. package/dist/{chunk-GBXTRSAU.js → chunk-SMH6SQQE.js} +1 -1
  24. package/dist/{chunk-TGPJNKDU.js → chunk-TJMZUL6E.js} +4 -4
  25. package/dist/{chunk-5NRJ2BLQ.js → chunk-VDX6DL7Z.js} +1 -1
  26. package/dist/{chunk-FK3K2VK2.js → chunk-XKUEO4HG.js} +10 -7
  27. package/dist/components/index.d.ts +1614 -256
  28. package/dist/components/index.js +25 -25
  29. package/dist/components/navigation/index.js +6 -6
  30. package/dist/features/auth/index.d.ts +457 -163
  31. package/dist/features/auth/index.js +7 -7
  32. package/dist/features/clients/index.d.ts +39 -1
  33. package/dist/features/clients/index.js +6 -5
  34. package/dist/features/content/index.css +659 -0
  35. package/dist/features/content/index.d.ts +1978 -0
  36. package/dist/features/content/index.js +2312 -0
  37. package/dist/features/crm/index.d.ts +584 -369
  38. package/dist/features/crm/index.js +7 -7
  39. package/dist/features/dashboard/index.d.ts +0 -6
  40. package/dist/features/dashboard/index.js +7 -7
  41. package/dist/features/delivery/index.css +149 -149
  42. package/dist/features/delivery/index.d.ts +457 -163
  43. package/dist/features/delivery/index.js +6 -6
  44. package/dist/features/knowledge/index.js +5 -5
  45. package/dist/features/lead-gen/index.d.ts +20 -91
  46. package/dist/features/lead-gen/index.js +7 -7
  47. package/dist/features/monitoring/index.css +149 -149
  48. package/dist/features/monitoring/index.js +8 -8
  49. package/dist/features/monitoring/requests/index.js +7 -12
  50. package/dist/features/operations/index.d.ts +0 -84
  51. package/dist/features/operations/index.js +10 -10
  52. package/dist/features/settings/index.d.ts +457 -163
  53. package/dist/features/settings/index.js +7 -7
  54. package/dist/hooks/access/index.d.ts +5 -0
  55. package/dist/hooks/access/index.js +5 -5
  56. package/dist/hooks/delivery/index.d.ts +457 -163
  57. package/dist/hooks/delivery/index.js +2 -2
  58. package/dist/hooks/index.css +149 -149
  59. package/dist/hooks/index.d.ts +2128 -233
  60. package/dist/hooks/index.js +5 -5
  61. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +0 -6
  62. package/dist/hooks/published.css +149 -149
  63. package/dist/hooks/published.d.ts +2128 -233
  64. package/dist/hooks/published.js +5 -5
  65. package/dist/initialization/index.d.ts +464 -164
  66. package/dist/knowledge/index.d.ts +4 -88
  67. package/dist/knowledge/index.js +3211 -3201
  68. package/dist/{knowledge-search-index-6EZNBNSR.js → knowledge-search-index-LP2WVSQX.js} +689 -695
  69. package/dist/layout/index.js +8 -8
  70. package/dist/organization/index.d.ts +7 -1
  71. package/dist/profile/index.d.ts +457 -163
  72. package/dist/provider/index.d.ts +577 -368
  73. package/dist/provider/index.js +5 -5
  74. package/dist/provider/published.d.ts +577 -368
  75. package/dist/provider/published.js +5 -5
  76. package/dist/supabase/index.d.ts +906 -339
  77. package/dist/test-utils/index.d.ts +10 -2
  78. package/dist/test-utils/index.js +39 -10
  79. package/dist/types/index.d.ts +464 -170
  80. package/dist/utils/index.d.ts +0 -6
  81. package/dist/utils/index.js +1 -1
  82. package/dist/vite/index.js +2 -2
  83. package/dist/vite-plugin-knowledge/index.js +1 -1
  84. package/package.json +9 -5
  85. package/src/features/README.md +28 -28
@@ -1,27 +1,27 @@
1
- export { AllTasksPage, Checklist, CreateDeliveryEntityModal, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage } from '../../chunk-TGPJNKDU.js';
1
+ export { AllTasksPage, Checklist, CreateDeliveryEntityModal, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage } from '../../chunk-TJMZUL6E.js';
2
2
  export { calculateProgress, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../../chunk-DLR4SDZW.js';
3
3
  import '../../chunk-BZZCNLT6.js';
4
4
  import '../../chunk-TUMSNGTX.js';
5
5
  import '../../chunk-PDHTXPSF.js';
6
- export { deliveryManifest } from '../../chunk-ZGCWTWBD.js';
6
+ export { deliveryManifest } from '../../chunk-6TT3FQEZ.js';
7
7
  import '../../chunk-R6NMRXNO.js';
8
8
  import '../../chunk-RBGVNPA6.js';
9
9
  import '../../chunk-MKH2KOAO.js';
10
+ import '../../chunk-VDX6DL7Z.js';
10
11
  import '../../chunk-L7BZZ4SI.js';
11
- import '../../chunk-NDHMZT2G.js';
12
+ import '../../chunk-C75XWBYZ.js';
13
+ import '../../chunk-MISHPEJX.js';
12
14
  import '../../chunk-62GVNH5U.js';
13
15
  import '../../chunk-P45GQ3ZW.js';
14
- import '../../chunk-5NRJ2BLQ.js';
15
16
  import '../../chunk-M7WWRZ5Z.js';
16
17
  import '../../chunk-3KMDHCAR.js';
17
- import '../../chunk-MISHPEJX.js';
18
18
  import '../../chunk-2IFYDILW.js';
19
19
  import '../../chunk-BLXJEIQS.js';
20
20
  import '../../chunk-UD657ICS.js';
21
21
  import '../../chunk-DD3CCMCZ.js';
22
22
  import '../../chunk-RNP5R5I3.js';
23
23
  import '../../chunk-RT4KRGZT.js';
24
- import '../../chunk-L3HFJFYF.js';
24
+ import '../../chunk-NM4A63KJ.js';
25
25
  import '../../chunk-Y6I3IC45.js';
26
26
  import '../../chunk-6SSQGWK7.js';
27
27
  import '../../chunk-BI5VDO2K.js';
@@ -1,22 +1,22 @@
1
- export { knowledgeManifest } from '../../chunk-ZGCWTWBD.js';
1
+ export { knowledgeManifest } from '../../chunk-6TT3FQEZ.js';
2
2
  import '../../chunk-R6NMRXNO.js';
3
3
  import '../../chunk-RBGVNPA6.js';
4
4
  import '../../chunk-MKH2KOAO.js';
5
+ import '../../chunk-VDX6DL7Z.js';
5
6
  import '../../chunk-L7BZZ4SI.js';
6
- import '../../chunk-NDHMZT2G.js';
7
+ import '../../chunk-C75XWBYZ.js';
8
+ import '../../chunk-MISHPEJX.js';
7
9
  import '../../chunk-62GVNH5U.js';
8
10
  import '../../chunk-P45GQ3ZW.js';
9
- import '../../chunk-5NRJ2BLQ.js';
10
11
  import '../../chunk-M7WWRZ5Z.js';
11
12
  import '../../chunk-3KMDHCAR.js';
12
- import '../../chunk-MISHPEJX.js';
13
13
  import '../../chunk-2IFYDILW.js';
14
14
  import '../../chunk-BLXJEIQS.js';
15
15
  import '../../chunk-UD657ICS.js';
16
16
  import '../../chunk-DD3CCMCZ.js';
17
17
  import '../../chunk-RNP5R5I3.js';
18
18
  import '../../chunk-RT4KRGZT.js';
19
- import '../../chunk-L3HFJFYF.js';
19
+ import '../../chunk-NM4A63KJ.js';
20
20
  import '../../chunk-Y6I3IC45.js';
21
21
  import '../../chunk-6SSQGWK7.js';
22
22
  import '../../chunk-BI5VDO2K.js';
@@ -647,6 +647,7 @@ declare const AcqArtifactOwnerKindSchema: z$1.ZodEnum<{
647
647
  company: "company";
648
648
  contact: "contact";
649
649
  list: "list";
650
+ organization: "organization";
650
651
  deal: "deal";
651
652
  list_member: "list_member";
652
653
  }>;
@@ -813,7 +814,6 @@ interface SystemEntry {
813
814
  path: string;
814
815
  surfaces: string[];
815
816
  icon?: string;
816
- order?: number;
817
817
  };
818
818
  lifecycle?: 'draft' | 'beta' | 'active' | 'deprecated' | 'archived';
819
819
  responsibleRoleId?: string;
@@ -823,17 +823,12 @@ interface SystemEntry {
823
823
  intent: 'exposes' | 'consumes';
824
824
  invocation?: unknown;
825
825
  }[];
826
- policies?: string[];
827
826
  drivesGoals?: string[];
828
827
  apiInterface?: z$1.infer<typeof SystemApiInterfaceSchema>;
829
- /** @deprecated Use lifecycle. Accepted for one publish cycle. */
830
- status?: 'active' | 'deprecated' | 'archived';
831
828
  path?: string;
832
829
  icon?: string;
833
830
  uiPosition?: 'sidebar-primary' | 'sidebar-bottom';
834
831
  enabled?: boolean;
835
- devOnly?: boolean;
836
- requiresAdmin?: boolean;
837
832
  order: number;
838
833
  config?: Record<string, JsonValue>;
839
834
  ontology?: OntologyScope;
@@ -885,6 +880,11 @@ type SidebarNode = SidebarSurfaceNode | SidebarGroupNode;
885
880
  * - `registerBuiltInReadinessProfile` — a profile id (e.g. `sales.lead-gen.api`)
886
881
  * maps to structural validation logic plus an optional model-preparation
887
882
  * hook run before ontology compilation (e.g. injecting a derived catalog).
883
+ * This is the ONE readiness-profile registry (`_builtInProfileValidators`
884
+ * below) — `../domains/systems`'s `isBuiltInReadinessProfile` /
885
+ * `lookupReadinessProfile` read it directly via `getBuiltInReadinessProfile`
886
+ * rather than mirroring registrations into a second map, so a profile id
887
+ * can never read as built-in without an actual registered validator.
888
888
  * - `registerReadinessInterfaceMarker` — a `(systemPath, interfaceKey)` pair
889
889
  * maps to a synthesized interface marker for interfaces that are not
890
890
  * authored on `system.apiInterface` (e.g. the lead-gen/CRM handoff bridge,
@@ -892,8 +892,8 @@ type SidebarNode = SidebarSurfaceNode | SidebarGroupNode;
892
892
  *
893
893
  * `business/acquisition/ontology-validation.ts` calls both at module load to
894
894
  * register its three built-in profiles. Both registries are module-level
895
- * mutable maps with no reset function, matching the existing
896
- * `domains/systems.ts` profile registry's shape.
895
+ * mutable maps with no reset function. Reachable by a tenant via the
896
+ * `./organization-model/readiness` subpath (see `./index`).
897
897
  */
898
898
 
899
899
  type SystemInterfaceReadinessIssueFamily = 'SYSTEM_INTERFACE_MISSING' | 'SYSTEM_INTERFACE_DISABLED' | 'SYSTEM_INTERFACE_INVALID' | 'SYSTEM_INTERFACE_NOT_READY' | 'SYSTEM_BRIDGE_NOT_READY'
@@ -966,10 +966,6 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
966
966
  version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
967
967
  lastModified: z$1.ZodString;
968
968
  }, z$1.core.$strip>>;
969
- policies: z$1.ZodOptional<z$1.ZodObject<{
970
- version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
971
- lastModified: z$1.ZodString;
972
- }, z$1.core.$strip>>;
973
969
  knowledge: z$1.ZodOptional<z$1.ZodObject<{
974
970
  version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
975
971
  lastModified: z$1.ZodString;
@@ -1027,10 +1023,6 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
1027
1023
  version: 1;
1028
1024
  lastModified: string;
1029
1025
  };
1030
- policies: {
1031
- version: 1;
1032
- lastModified: string;
1033
- };
1034
1026
  knowledge: {
1035
1027
  version: 1;
1036
1028
  lastModified: string;
@@ -1088,10 +1080,6 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
1088
1080
  version: 1;
1089
1081
  lastModified: string;
1090
1082
  } | undefined;
1091
- policies?: {
1092
- version: 1;
1093
- lastModified: string;
1094
- } | undefined;
1095
1083
  knowledge?: {
1096
1084
  version: 1;
1097
1085
  lastModified: string;
@@ -1685,9 +1673,6 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
1685
1673
  }, z$1.core.$strip>, z$1.ZodObject<{
1686
1674
  kind: z$1.ZodLiteral<"ontology">;
1687
1675
  id: z$1.ZodString;
1688
- }, z$1.core.$strip>, z$1.ZodObject<{
1689
- kind: z$1.ZodLiteral<"policy">;
1690
- id: z$1.ZodString;
1691
1676
  }, z$1.core.$strip>, z$1.ZodObject<{
1692
1677
  kind: z$1.ZodLiteral<"role">;
1693
1678
  id: z$1.ZodString;
@@ -1715,9 +1700,6 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
1715
1700
  }, z$1.core.$strip>, z$1.ZodObject<{
1716
1701
  kind: z$1.ZodLiteral<"ontology">;
1717
1702
  id: z$1.ZodString;
1718
- }, z$1.core.$strip>, z$1.ZodObject<{
1719
- kind: z$1.ZodLiteral<"policy">;
1720
- id: z$1.ZodString;
1721
1703
  }, z$1.core.$strip>, z$1.ZodObject<{
1722
1704
  kind: z$1.ZodLiteral<"role">;
1723
1705
  id: z$1.ZodString;
@@ -1799,66 +1781,6 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
1799
1781
  label: z$1.ZodOptional<z$1.ZodString>;
1800
1782
  }, z$1.core.$strip>>>;
1801
1783
  }, z$1.core.$strip>>>>;
1802
- policies: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1803
- id: z$1.ZodString;
1804
- order: z$1.ZodNumber;
1805
- label: z$1.ZodString;
1806
- description: z$1.ZodOptional<z$1.ZodString>;
1807
- trigger: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1808
- kind: z$1.ZodLiteral<"event">;
1809
- eventId: z$1.ZodString;
1810
- }, z$1.core.$strip>, z$1.ZodObject<{
1811
- kind: z$1.ZodLiteral<"action-invocation">;
1812
- actionId: z$1.ZodString;
1813
- }, z$1.core.$strip>, z$1.ZodObject<{
1814
- kind: z$1.ZodLiteral<"schedule">;
1815
- cron: z$1.ZodString;
1816
- }, z$1.core.$strip>, z$1.ZodObject<{
1817
- kind: z$1.ZodLiteral<"manual">;
1818
- }, z$1.core.$strip>], "kind">;
1819
- predicate: z$1.ZodDefault<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1820
- kind: z$1.ZodLiteral<"always">;
1821
- }, z$1.core.$strip>, z$1.ZodObject<{
1822
- kind: z$1.ZodLiteral<"expression">;
1823
- expression: z$1.ZodString;
1824
- }, z$1.core.$strip>, z$1.ZodObject<{
1825
- kind: z$1.ZodLiteral<"threshold">;
1826
- metric: z$1.ZodString;
1827
- operator: z$1.ZodEnum<{
1828
- lt: "lt";
1829
- lte: "lte";
1830
- eq: "eq";
1831
- gte: "gte";
1832
- gt: "gt";
1833
- }>;
1834
- value: z$1.ZodNumber;
1835
- }, z$1.core.$strip>], "kind">>;
1836
- actions: z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1837
- kind: z$1.ZodLiteral<"require-approval">;
1838
- roleId: z$1.ZodOptional<z$1.ZodString>;
1839
- }, z$1.core.$strip>, z$1.ZodObject<{
1840
- kind: z$1.ZodLiteral<"invoke-action">;
1841
- actionId: z$1.ZodString;
1842
- }, z$1.core.$strip>, z$1.ZodObject<{
1843
- kind: z$1.ZodLiteral<"notify-role">;
1844
- roleId: z$1.ZodString;
1845
- }, z$1.core.$strip>, z$1.ZodObject<{
1846
- kind: z$1.ZodLiteral<"block">;
1847
- }, z$1.core.$strip>], "kind">>;
1848
- appliesTo: z$1.ZodDefault<z$1.ZodObject<{
1849
- systemIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
1850
- actionIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
1851
- resourceIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
1852
- roleIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
1853
- }, z$1.core.$strip>>;
1854
- lifecycle: z$1.ZodDefault<z$1.ZodEnum<{
1855
- active: "active";
1856
- deprecated: "deprecated";
1857
- draft: "draft";
1858
- beta: "beta";
1859
- archived: "archived";
1860
- }>>;
1861
- }, z$1.core.$strip>>>>;
1862
1784
  knowledge: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1863
1785
  id: z$1.ZodString;
1864
1786
  kind: z$1.ZodEnum<{
@@ -2544,7 +2466,7 @@ declare function useDeleteContacts(): _tanstack_react_query.UseMutationResult<vo
2544
2466
 
2545
2467
  declare const leadGenArtifactKeys: {
2546
2468
  all: readonly ["lead-gen-artifacts"];
2547
- list: (organizationId: WorkOsOrgId | null, ownerKind: AcqArtifactOwnerKind, ownerId: string) => readonly ["lead-gen-artifacts", WorkOsOrgId | null, "company" | "contact" | "list" | "deal" | "list_member", string];
2469
+ list: (organizationId: WorkOsOrgId | null, ownerKind: AcqArtifactOwnerKind, ownerId: string | null | undefined) => readonly ["lead-gen-artifacts", WorkOsOrgId | null, "company" | "contact" | "list" | "organization" | "deal" | "list_member", string | null | undefined];
2548
2470
  };
2549
2471
  interface UseArtifactsParams {
2550
2472
  ownerKind: AcqArtifactOwnerKind;
@@ -2555,12 +2477,15 @@ declare function useArtifacts({ ownerKind, ownerId }: UseArtifactsParams): _tans
2555
2477
  id: string;
2556
2478
  organizationId: string;
2557
2479
  ownerKind: string;
2558
- ownerId: string;
2480
+ ownerId: string | null;
2559
2481
  kind: string;
2482
+ pipelineId: string | null;
2560
2483
  content: Record<string, unknown>;
2561
2484
  sourceExecutionId: string | null;
2562
2485
  createdBy: string | null;
2563
2486
  createdAt: string;
2487
+ updatedAt: string;
2488
+ isActive: boolean;
2564
2489
  version: number;
2565
2490
  }[];
2566
2491
  }, Error>;
@@ -2568,19 +2493,23 @@ declare function useCreateArtifact(): _tanstack_react_query.UseMutationResult<{
2568
2493
  id: string;
2569
2494
  organizationId: string;
2570
2495
  ownerKind: string;
2571
- ownerId: string;
2496
+ ownerId: string | null;
2572
2497
  kind: string;
2498
+ pipelineId: string | null;
2573
2499
  content: Record<string, unknown>;
2574
2500
  sourceExecutionId: string | null;
2575
2501
  createdBy: string | null;
2576
2502
  createdAt: string;
2503
+ updatedAt: string;
2504
+ isActive: boolean;
2577
2505
  version: number;
2578
2506
  }, Error, {
2579
- ownerKind: "company" | "contact" | "list" | "deal" | "list_member";
2580
- ownerId: string;
2507
+ ownerKind: "company" | "contact" | "list" | "organization" | "deal" | "list_member";
2581
2508
  kind: string;
2582
2509
  content: Record<string, unknown>;
2510
+ ownerId?: string | null | undefined;
2583
2511
  sourceExecutionId?: string | undefined;
2512
+ pipelineId?: string | null | undefined;
2584
2513
  }, unknown>;
2585
2514
 
2586
2515
  declare const leadGenListMemberKeys: {
@@ -1,28 +1,28 @@
1
- export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenReadinessAlert, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, deriveBusinessProgress, formatDate, getEnrichmentColor, getEnrichmentStatus, getLeadGenApiInterfaceReadiness, getLeadGenExportWorkflowId, getStateKeyColor, getStatusColor, getStepActionLabel, isLeadGenExportAction, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useDeleteLists, useLeadGenConfig } from '../../chunk-ZNKZMK2E.js';
1
+ export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenReadinessAlert, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, deriveBusinessProgress, formatDate, getEnrichmentColor, getEnrichmentStatus, getLeadGenApiInterfaceReadiness, getLeadGenExportWorkflowId, getStateKeyColor, getStatusColor, getStepActionLabel, isLeadGenExportAction, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useDeleteLists, useLeadGenConfig } from '../../chunk-5C62IRKS.js';
2
+ import '../../chunk-LY3IKYTZ.js';
2
3
  import '../../chunk-3MEXPLWT.js';
3
- import '../../chunk-WPIASV3H.js';
4
4
  import '../../chunk-BZZCNLT6.js';
5
5
  import '../../chunk-TUMSNGTX.js';
6
6
  import '../../chunk-PDHTXPSF.js';
7
- export { EMPTY_LIST_ACTIONS, LEAD_GEN_ITEMS, LeadGenSidebarMiddle, ListActionsProvider, companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, findListActionByAction, getListActionWorkflowId, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeriveActions, useLeadGenActionRegistry, useLeadGenBulkActions, useLeadGenHeaderActions, useLeadGenRowActions, useListActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus } from '../../chunk-ZGCWTWBD.js';
7
+ export { EMPTY_LIST_ACTIONS, LEAD_GEN_ITEMS, LeadGenSidebarMiddle, ListActionsProvider, companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, findListActionByAction, getListActionWorkflowId, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeriveActions, useLeadGenActionRegistry, useLeadGenBulkActions, useLeadGenHeaderActions, useLeadGenRowActions, useListActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus } from '../../chunk-6TT3FQEZ.js';
8
8
  import '../../chunk-R6NMRXNO.js';
9
9
  import '../../chunk-RBGVNPA6.js';
10
10
  import '../../chunk-MKH2KOAO.js';
11
+ import '../../chunk-VDX6DL7Z.js';
11
12
  import '../../chunk-L7BZZ4SI.js';
12
- import '../../chunk-NDHMZT2G.js';
13
+ import '../../chunk-C75XWBYZ.js';
14
+ import '../../chunk-MISHPEJX.js';
13
15
  import '../../chunk-62GVNH5U.js';
14
16
  import '../../chunk-P45GQ3ZW.js';
15
- import '../../chunk-5NRJ2BLQ.js';
16
17
  import '../../chunk-M7WWRZ5Z.js';
17
18
  import '../../chunk-3KMDHCAR.js';
18
- import '../../chunk-MISHPEJX.js';
19
19
  import '../../chunk-2IFYDILW.js';
20
20
  import '../../chunk-BLXJEIQS.js';
21
21
  import '../../chunk-UD657ICS.js';
22
22
  import '../../chunk-DD3CCMCZ.js';
23
23
  import '../../chunk-RNP5R5I3.js';
24
24
  import '../../chunk-RT4KRGZT.js';
25
- import '../../chunk-L3HFJFYF.js';
25
+ import '../../chunk-NM4A63KJ.js';
26
26
  import '../../chunk-Y6I3IC45.js';
27
27
  import '../../chunk-6SSQGWK7.js';
28
28
  import '../../chunk-BI5VDO2K.js';
@@ -125,6 +125,155 @@
125
125
  }
126
126
  }
127
127
 
128
+ /* src/theme/custom.css */
129
+ .mantine-Button-root[data-variant=default] {
130
+ background-color: var(--color-surface);
131
+ backdrop-filter: var(--glass-blur);
132
+ -webkit-backdrop-filter: var(--glass-blur);
133
+ border: 1px solid var(--color-border);
134
+ color: var(--color-text);
135
+ }
136
+ .mantine-Button-root[data-variant=default]:hover {
137
+ background-color: var(--color-surface-hover);
138
+ }
139
+ .lead-gen-build-action-button:disabled,
140
+ .lead-gen-build-action-button[data-disabled] {
141
+ background-color: var(--surface-primary-muted) !important;
142
+ border-color: var(--border-primary-subtle) !important;
143
+ color: color-mix(in srgb, var(--color-text-subtle) 88%, var(--color-text-dimmed) 12%) !important;
144
+ opacity: 0.78;
145
+ }
146
+ .lead-gen-build-action-button:disabled:hover,
147
+ .lead-gen-build-action-button[data-disabled]:hover {
148
+ background-color: var(--surface-primary-muted) !important;
149
+ }
150
+ .mantine-Accordion-control:hover {
151
+ background-color: var(--color-surface-hover);
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
+ }
161
+ .mantine-Menu-item:hover:not([data-disabled]) {
162
+ background-color: var(--color-surface-hover);
163
+ }
164
+ .mantine-Select-option:hover,
165
+ .mantine-MultiSelect-option:hover,
166
+ .mantine-TagsInput-option:hover,
167
+ .mantine-Combobox-option:hover {
168
+ background-color: var(--surface-primary-muted) !important;
169
+ }
170
+ .mantine-Select-option[data-combobox-selected],
171
+ .mantine-MultiSelect-option[data-combobox-selected],
172
+ .mantine-TagsInput-option[data-combobox-selected],
173
+ .mantine-Combobox-option[data-combobox-selected] {
174
+ background-color: var(--surface-primary-subtle) !important;
175
+ color: var(--color-text);
176
+ }
177
+ [data-mantine-color-scheme] .mantine-Tabs-root {
178
+ --tab-border-color: var(--color-border);
179
+ --tab-hover-color: var(--color-surface-hover);
180
+ --tabs-radius: var(--mantine-radius-xs);
181
+ }
182
+ [data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab {
183
+ color: var(--color-text);
184
+ }
185
+ [data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab:hover {
186
+ background-color: var(--color-surface-hover);
187
+ }
188
+ [data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab[data-active] {
189
+ background-color: var(--color-surface-hover);
190
+ border-color: var(--color-primary);
191
+ color: var(--color-text);
192
+ }
193
+ .mantine-Pagination-control:not([data-active]) {
194
+ background: var(--color-surface);
195
+ }
196
+ ::-webkit-scrollbar {
197
+ width: 5px;
198
+ height: 5px;
199
+ }
200
+ ::-webkit-scrollbar-track {
201
+ background: transparent;
202
+ }
203
+ ::-webkit-scrollbar-thumb {
204
+ background: color-mix(in srgb, var(--color-text-subtle) 50%, var(--color-border));
205
+ border-radius: 4px;
206
+ }
207
+ ::-webkit-scrollbar-thumb:hover {
208
+ background: var(--color-text-subtle);
209
+ }
210
+ [data-mantine-color-scheme] .mantine-Checkbox-input:not(:disabled):not(:checked):not([data-indeterminate]) {
211
+ background-color: var(--color-surface);
212
+ border-color: var(--color-border);
213
+ }
214
+ [data-mantine-color-scheme] .mantine-Checkbox-input:checked,
215
+ [data-mantine-color-scheme] .mantine-Checkbox-input[data-indeterminate] {
216
+ background-color: var(--color-primary);
217
+ border-color: var(--color-primary);
218
+ }
219
+ .mantine-Switch-root:has(input:not(:checked)) .mantine-Switch-track {
220
+ background-color: var(--color-surface-hover);
221
+ border-color: var(--color-border);
222
+ }
223
+ .mantine-Timeline-root {
224
+ --tl-color: var(--color-primary);
225
+ }
226
+ .mantine-Timeline-item {
227
+ --item-border-color: var(--color-border);
228
+ }
229
+ .mantine-Timeline-itemBullet {
230
+ border-color: var(--color-border);
231
+ }
232
+ .mantine-Timeline-itemBullet:where([data-with-child]) {
233
+ background-color: var(--color-primary);
234
+ border-color: var(--color-primary);
235
+ }
236
+ .mantine-Tree-node:focus-visible > [data-value] {
237
+ outline: 2px solid color-mix(in srgb, var(--color-primary) 55%, transparent);
238
+ outline-offset: 2px;
239
+ }
240
+ .mantine-Tree-label[data-hovered] {
241
+ background-color: var(--color-surface-hover);
242
+ border-color: var(--color-border);
243
+ }
244
+ .mantine-Tree-label[data-selected] {
245
+ background-color: color-mix(in srgb, var(--color-primary) 12%, transparent);
246
+ border-color: color-mix(in srgb, var(--color-primary) 38%, var(--color-border));
247
+ color: var(--color-primary);
248
+ }
249
+ [data-knowledge-article] pre {
250
+ white-space: pre-wrap;
251
+ word-break: break-word;
252
+ overflow-x: auto;
253
+ max-width: 100%;
254
+ padding: var(--mantine-spacing-sm);
255
+ background-color: var(--color-surface);
256
+ border: 1px solid var(--color-border);
257
+ border-radius: var(--mantine-radius-sm);
258
+ }
259
+ [data-knowledge-article] pre code {
260
+ background: transparent;
261
+ border: none;
262
+ padding: 0;
263
+ white-space: inherit;
264
+ word-break: inherit;
265
+ }
266
+ .recharts-surface:focus {
267
+ outline: none;
268
+ }
269
+ .hide-scrollbar {
270
+ scrollbar-width: none;
271
+ -ms-overflow-style: none;
272
+ }
273
+ .hide-scrollbar::-webkit-scrollbar {
274
+ display: none;
275
+ }
276
+
128
277
  /* src/graph/Graph.globals.css */
129
278
  .elevasis-graph-root .react-flow__node.selected,
130
279
  .elevasis-graph-root .react-flow__node:focus,
@@ -508,152 +657,3 @@
508
657
  transform: none;
509
658
  }
510
659
  }
511
-
512
- /* src/theme/custom.css */
513
- .mantine-Button-root[data-variant=default] {
514
- background-color: var(--color-surface);
515
- backdrop-filter: var(--glass-blur);
516
- -webkit-backdrop-filter: var(--glass-blur);
517
- border: 1px solid var(--color-border);
518
- color: var(--color-text);
519
- }
520
- .mantine-Button-root[data-variant=default]:hover {
521
- background-color: var(--color-surface-hover);
522
- }
523
- .lead-gen-build-action-button:disabled,
524
- .lead-gen-build-action-button[data-disabled] {
525
- background-color: var(--surface-primary-muted) !important;
526
- border-color: var(--border-primary-subtle) !important;
527
- color: color-mix(in srgb, var(--color-text-subtle) 88%, var(--color-text-dimmed) 12%) !important;
528
- opacity: 0.78;
529
- }
530
- .lead-gen-build-action-button:disabled:hover,
531
- .lead-gen-build-action-button[data-disabled]:hover {
532
- background-color: var(--surface-primary-muted) !important;
533
- }
534
- .mantine-Accordion-control:hover {
535
- background-color: var(--color-surface-hover);
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
- }
545
- .mantine-Menu-item:hover:not([data-disabled]) {
546
- background-color: var(--color-surface-hover);
547
- }
548
- .mantine-Select-option:hover,
549
- .mantine-MultiSelect-option:hover,
550
- .mantine-TagsInput-option:hover,
551
- .mantine-Combobox-option:hover {
552
- background-color: var(--surface-primary-muted) !important;
553
- }
554
- .mantine-Select-option[data-combobox-selected],
555
- .mantine-MultiSelect-option[data-combobox-selected],
556
- .mantine-TagsInput-option[data-combobox-selected],
557
- .mantine-Combobox-option[data-combobox-selected] {
558
- background-color: var(--surface-primary-subtle) !important;
559
- color: var(--color-text);
560
- }
561
- [data-mantine-color-scheme] .mantine-Tabs-root {
562
- --tab-border-color: var(--color-border);
563
- --tab-hover-color: var(--color-surface-hover);
564
- --tabs-radius: var(--mantine-radius-xs);
565
- }
566
- [data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab {
567
- color: var(--color-text);
568
- }
569
- [data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab:hover {
570
- background-color: var(--color-surface-hover);
571
- }
572
- [data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab[data-active] {
573
- background-color: var(--color-surface-hover);
574
- border-color: var(--color-primary);
575
- color: var(--color-text);
576
- }
577
- .mantine-Pagination-control:not([data-active]) {
578
- background: var(--color-surface);
579
- }
580
- ::-webkit-scrollbar {
581
- width: 5px;
582
- height: 5px;
583
- }
584
- ::-webkit-scrollbar-track {
585
- background: transparent;
586
- }
587
- ::-webkit-scrollbar-thumb {
588
- background: color-mix(in srgb, var(--color-text-subtle) 50%, var(--color-border));
589
- border-radius: 4px;
590
- }
591
- ::-webkit-scrollbar-thumb:hover {
592
- background: var(--color-text-subtle);
593
- }
594
- [data-mantine-color-scheme] .mantine-Checkbox-input:not(:disabled):not(:checked):not([data-indeterminate]) {
595
- background-color: var(--color-surface);
596
- border-color: var(--color-border);
597
- }
598
- [data-mantine-color-scheme] .mantine-Checkbox-input:checked,
599
- [data-mantine-color-scheme] .mantine-Checkbox-input[data-indeterminate] {
600
- background-color: var(--color-primary);
601
- border-color: var(--color-primary);
602
- }
603
- .mantine-Switch-root:has(input:not(:checked)) .mantine-Switch-track {
604
- background-color: var(--color-surface-hover);
605
- border-color: var(--color-border);
606
- }
607
- .mantine-Timeline-root {
608
- --tl-color: var(--color-primary);
609
- }
610
- .mantine-Timeline-item {
611
- --item-border-color: var(--color-border);
612
- }
613
- .mantine-Timeline-itemBullet {
614
- border-color: var(--color-border);
615
- }
616
- .mantine-Timeline-itemBullet:where([data-with-child]) {
617
- background-color: var(--color-primary);
618
- border-color: var(--color-primary);
619
- }
620
- .mantine-Tree-node:focus-visible > [data-value] {
621
- outline: 2px solid color-mix(in srgb, var(--color-primary) 55%, transparent);
622
- outline-offset: 2px;
623
- }
624
- .mantine-Tree-label[data-hovered] {
625
- background-color: var(--color-surface-hover);
626
- border-color: var(--color-border);
627
- }
628
- .mantine-Tree-label[data-selected] {
629
- background-color: color-mix(in srgb, var(--color-primary) 12%, transparent);
630
- border-color: color-mix(in srgb, var(--color-primary) 38%, var(--color-border));
631
- color: var(--color-primary);
632
- }
633
- [data-knowledge-article] pre {
634
- white-space: pre-wrap;
635
- word-break: break-word;
636
- overflow-x: auto;
637
- max-width: 100%;
638
- padding: var(--mantine-spacing-sm);
639
- background-color: var(--color-surface);
640
- border: 1px solid var(--color-border);
641
- border-radius: var(--mantine-radius-sm);
642
- }
643
- [data-knowledge-article] pre code {
644
- background: transparent;
645
- border: none;
646
- padding: 0;
647
- white-space: inherit;
648
- word-break: inherit;
649
- }
650
- .recharts-surface:focus {
651
- outline: none;
652
- }
653
- .hide-scrollbar {
654
- scrollbar-width: none;
655
- -ms-overflow-style: none;
656
- }
657
- .hide-scrollbar::-webkit-scrollbar {
658
- display: none;
659
- }
@@ -1,27 +1,27 @@
1
- export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter } from '../../chunk-76IVMVI3.js';
2
- import '../../chunk-TYKAKJGW.js';
1
+ export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter } from '../../chunk-LWYLZUUV.js';
2
+ import '../../chunk-JA2XDMAE.js';
3
3
  import '../../chunk-LGKLC5MG.js';
4
- import '../../chunk-GBXTRSAU.js';
4
+ import '../../chunk-SMH6SQQE.js';
5
5
  import '../../chunk-PDHTXPSF.js';
6
- export { monitoringManifest } from '../../chunk-ZGCWTWBD.js';
6
+ export { monitoringManifest } from '../../chunk-6TT3FQEZ.js';
7
7
  import '../../chunk-R6NMRXNO.js';
8
8
  import '../../chunk-RBGVNPA6.js';
9
9
  import '../../chunk-MKH2KOAO.js';
10
+ import '../../chunk-VDX6DL7Z.js';
10
11
  import '../../chunk-L7BZZ4SI.js';
11
- import '../../chunk-NDHMZT2G.js';
12
+ import '../../chunk-C75XWBYZ.js';
13
+ import '../../chunk-MISHPEJX.js';
12
14
  import '../../chunk-62GVNH5U.js';
13
15
  import '../../chunk-P45GQ3ZW.js';
14
- import '../../chunk-5NRJ2BLQ.js';
15
16
  import '../../chunk-M7WWRZ5Z.js';
16
17
  import '../../chunk-3KMDHCAR.js';
17
- import '../../chunk-MISHPEJX.js';
18
18
  import '../../chunk-2IFYDILW.js';
19
19
  import '../../chunk-BLXJEIQS.js';
20
20
  import '../../chunk-UD657ICS.js';
21
21
  import '../../chunk-DD3CCMCZ.js';
22
22
  import '../../chunk-RNP5R5I3.js';
23
23
  import '../../chunk-RT4KRGZT.js';
24
- import '../../chunk-L3HFJFYF.js';
24
+ import '../../chunk-NM4A63KJ.js';
25
25
  import '../../chunk-Y6I3IC45.js';
26
26
  import '../../chunk-6SSQGWK7.js';
27
27
  import '../../chunk-BI5VDO2K.js';