@elevasis/ui 2.29.0 → 2.31.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 (125) hide show
  1. package/dist/{CoreAuthKitInner-QC62UHTZ.js → CoreAuthKitInner-KSEGSB67.js} +1 -1
  2. package/dist/api/index.js +3 -3
  3. package/dist/app/index.d.ts +176 -1
  4. package/dist/app/index.js +11 -11
  5. package/dist/auth/context.js +1 -1
  6. package/dist/auth/index.js +5 -5
  7. package/dist/charts/index.d.ts +2 -1
  8. package/dist/charts/index.js +9 -9
  9. package/dist/{chunk-XTVZFT7U.js → chunk-2Q2JQSQO.js} +1 -1
  10. package/dist/{chunk-LH4GPYDX.js → chunk-3BAPR3KA.js} +19 -3
  11. package/dist/{chunk-HLFFKKT3.js → chunk-3FV6HBXS.js} +17 -17
  12. package/dist/{chunk-WKJ47GIW.js → chunk-533DUEQY.js} +1 -1
  13. package/dist/{chunk-SZWXQHKO.js → chunk-542WPQU2.js} +9 -8
  14. package/dist/{chunk-5CW2HXQA.js → chunk-5LJAEZMA.js} +7 -28
  15. package/dist/{chunk-V3HUIZJX.js → chunk-6IXOKUBC.js} +1 -1
  16. package/dist/{chunk-VKMNWHTL.js → chunk-6YT4IKJ7.js} +3 -3
  17. package/dist/{chunk-CEHUFNAL.js → chunk-7HMCB26R.js} +12 -12
  18. package/dist/chunk-7KC4P3AU.js +357 -0
  19. package/dist/{chunk-OWESKPTJ.js → chunk-CQZ3DNQY.js} +30 -11
  20. package/dist/{chunk-ROSMICXG.js → chunk-CXY7FMUM.js} +35 -20
  21. package/dist/{chunk-I2KLQ2HA.js → chunk-DZTG5IAC.js} +7 -1
  22. package/dist/{chunk-JCGD4GM6.js → chunk-GRDLB6LM.js} +1 -0
  23. package/dist/{chunk-FGDUK74A.js → chunk-HQGF4ATG.js} +10 -56
  24. package/dist/{chunk-HOIT677G.js → chunk-HUJCU55S.js} +1 -1
  25. package/dist/{chunk-OIMPGKDB.js → chunk-HYNYEBHM.js} +4 -4
  26. package/dist/{chunk-GESXCQWY.js → chunk-JA5ECJJB.js} +1 -1
  27. package/dist/{chunk-KU7ZDWQ7.js → chunk-JBWJ6WHZ.js} +1 -1
  28. package/dist/{chunk-HNFQCOD2.js → chunk-JKSUN5GN.js} +1107 -370
  29. package/dist/{chunk-5WWZXCS5.js → chunk-KJ3QUBNU.js} +9 -2
  30. package/dist/{chunk-OHGNCWJP.js → chunk-L2NVFLXU.js} +3 -3
  31. package/dist/{chunk-6WXDE5LZ.js → chunk-L3BVJWML.js} +1 -1
  32. package/dist/{chunk-3DUOPXOJ.js → chunk-MVFCLZSK.js} +691 -222
  33. package/dist/{chunk-A7R2URMV.js → chunk-ND42LPY4.js} +44 -10
  34. package/dist/{chunk-CLUP5H3C.js → chunk-O2QOPJI5.js} +360 -126
  35. package/dist/{chunk-VMJVQAFZ.js → chunk-OAVTMITG.js} +1 -1
  36. package/dist/{chunk-X2SUMO3P.js → chunk-P55BJZZW.js} +2 -1
  37. package/dist/{chunk-QNL7UI5G.js → chunk-Q6OYNEGR.js} +6 -6
  38. package/dist/{chunk-Y3YJKKEB.js → chunk-QDEETKYT.js} +5 -2
  39. package/dist/{chunk-XBMCDGHA.js → chunk-QHEWXU7I.js} +1 -1
  40. package/dist/chunk-R2XR4FCV.js +48 -0
  41. package/dist/chunk-R66W5UDG.js +26 -0
  42. package/dist/{chunk-65RQE3XF.js → chunk-SHQXMW4F.js} +1051 -380
  43. package/dist/{chunk-AK5E6ILJ.js → chunk-T3IPHEYJ.js} +1893 -305
  44. package/dist/{chunk-7E3FUTND.js → chunk-TOIXUWR6.js} +1 -1
  45. package/dist/{chunk-FFDAE2QI.js → chunk-TVRQ6AQI.js} +172 -26
  46. package/dist/{chunk-CN2HC4D4.js → chunk-UFTM5SZZ.js} +2 -2
  47. package/dist/{chunk-WFTNY755.js → chunk-VKIZUUPM.js} +1 -1
  48. package/dist/{chunk-KVJ3LFH2.js → chunk-VNFR57DF.js} +4 -24
  49. package/dist/{chunk-S66IQSSR.js → chunk-WF227UBV.js} +1 -1
  50. package/dist/{chunk-6NHCE7JM.js → chunk-Y4FWCG7Y.js} +159 -314
  51. package/dist/components/chat/index.d.ts +2 -1
  52. package/dist/components/chat/index.js +2 -2
  53. package/dist/components/index.d.ts +205 -11
  54. package/dist/components/index.js +51 -48
  55. package/dist/components/navigation/index.js +9 -9
  56. package/dist/execution/index.d.ts +2 -1
  57. package/dist/execution/index.js +1 -1
  58. package/dist/features/auth/index.d.ts +121 -0
  59. package/dist/features/auth/index.js +6 -6
  60. package/dist/features/clients/index.css +611 -0
  61. package/dist/features/clients/index.d.ts +86 -0
  62. package/dist/features/clients/index.js +719 -0
  63. package/dist/features/crm/index.d.ts +148 -2
  64. package/dist/features/crm/index.js +27 -25
  65. package/dist/features/dashboard/index.d.ts +36 -1
  66. package/dist/features/dashboard/index.js +23 -23
  67. package/dist/features/delivery/index.d.ts +121 -0
  68. package/dist/features/delivery/index.js +27 -25
  69. package/dist/features/knowledge/index.js +52 -29
  70. package/dist/features/lead-gen/index.d.ts +116 -12
  71. package/dist/features/lead-gen/index.js +28 -26
  72. package/dist/features/monitoring/index.js +26 -25
  73. package/dist/features/monitoring/requests/index.js +23 -22
  74. package/dist/features/operations/index.d.ts +38 -2
  75. package/dist/features/operations/index.js +32 -31
  76. package/dist/features/seo/index.js +1 -1
  77. package/dist/features/settings/index.d.ts +121 -0
  78. package/dist/features/settings/index.js +25 -24
  79. package/dist/graph/index.js +1 -1
  80. package/dist/hooks/delivery/index.d.ts +140 -0
  81. package/dist/hooks/delivery/index.js +4 -4
  82. package/dist/hooks/index.d.ts +844 -21
  83. package/dist/hooks/index.js +21 -21
  84. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +82 -1
  85. package/dist/hooks/operations/command-view/utils/transformCommandViewData.js +1 -1
  86. package/dist/hooks/published.d.ts +844 -21
  87. package/dist/hooks/published.js +21 -21
  88. package/dist/index.d.ts +1056 -27
  89. package/dist/index.js +22 -22
  90. package/dist/initialization/index.d.ts +121 -0
  91. package/dist/initialization/index.js +5 -5
  92. package/dist/knowledge/index.d.ts +151 -1
  93. package/dist/knowledge/index.js +1692 -1039
  94. package/dist/layout/index.d.ts +6 -0
  95. package/dist/layout/index.js +4 -4
  96. package/dist/organization/index.js +5 -5
  97. package/dist/profile/index.d.ts +121 -0
  98. package/dist/profile/index.js +3 -3
  99. package/dist/provider/ElevasisServiceContext.d.ts +11 -5
  100. package/dist/provider/ElevasisServiceContext.js +2 -2
  101. package/dist/provider/index.d.ts +337 -7
  102. package/dist/provider/index.js +18 -18
  103. package/dist/provider/published.d.ts +337 -7
  104. package/dist/provider/published.js +14 -14
  105. package/dist/router/context.js +1 -1
  106. package/dist/router/index.js +1 -1
  107. package/dist/sse/index.js +1 -1
  108. package/dist/supabase/index.d.ts +232 -0
  109. package/dist/supabase/index.js +1 -1
  110. package/dist/test-utils/index.d.ts +3 -0
  111. package/dist/test-utils/index.js +31 -7
  112. package/dist/test-utils/setup-integration.js +1 -1
  113. package/dist/test-utils/setup.js +2 -2
  114. package/dist/theme/index.js +4 -4
  115. package/dist/theme/presets/index.js +2 -2
  116. package/dist/typeform/index.js +1 -1
  117. package/dist/typeform/schemas.js +1 -1
  118. package/dist/types/index.d.ts +204 -1
  119. package/dist/utils/index.d.ts +36 -1
  120. package/dist/utils/index.js +2 -2
  121. package/dist/vite/index.js +3 -3
  122. package/dist/vite-plugin-knowledge/index.js +2 -2
  123. package/dist/zustand/index.js +1 -1
  124. package/package.json +14 -5
  125. /package/dist/{chunk-HXZQWMKE.js → chunk-XQHZBA65.js} +0 -0
@@ -1,5 +1,5 @@
1
1
  import { AuthProvider } from './chunk-BRJ3QZ4E.js';
2
- import './chunk-I2KLQ2HA.js';
2
+ import './chunk-DZTG5IAC.js';
3
3
  import { AuthKitProvider, useAuth } from '@workos-inc/authkit-react';
4
4
  import { useMemo } from 'react';
5
5
  import { jsx } from 'react/jsx-runtime';
package/dist/api/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import '../chunk-XCYKC6OZ.js';
2
- export { ApiClientProvider, useApiClient, useApiClientContext } from '../chunk-7E3FUTND.js';
3
- import '../chunk-HXZQWMKE.js';
2
+ export { ApiClientProvider, useApiClient, useApiClientContext } from '../chunk-TOIXUWR6.js';
3
+ import '../chunk-XQHZBA65.js';
4
4
  import '../chunk-KRWALB24.js';
5
5
  import '../chunk-DD3CCMCZ.js';
6
- import '../chunk-I2KLQ2HA.js';
6
+ import '../chunk-DZTG5IAC.js';
@@ -66,6 +66,7 @@ type Database = {
66
66
  batch_id: string | null;
67
67
  category: string | null;
68
68
  category_pain: string | null;
69
+ client_id: string | null;
69
70
  created_at: string;
70
71
  domain: string | null;
71
72
  enrichment_data: Json | null;
@@ -92,6 +93,7 @@ type Database = {
92
93
  batch_id?: string | null;
93
94
  category?: string | null;
94
95
  category_pain?: string | null;
96
+ client_id?: string | null;
95
97
  created_at?: string;
96
98
  domain?: string | null;
97
99
  enrichment_data?: Json | null;
@@ -118,6 +120,7 @@ type Database = {
118
120
  batch_id?: string | null;
119
121
  category?: string | null;
120
122
  category_pain?: string | null;
123
+ client_id?: string | null;
121
124
  created_at?: string;
122
125
  domain?: string | null;
123
126
  enrichment_data?: Json | null;
@@ -141,6 +144,13 @@ type Database = {
141
144
  website?: string | null;
142
145
  };
143
146
  Relationships: [
147
+ {
148
+ foreignKeyName: "acq_companies_client_id_fkey";
149
+ columns: ["client_id"];
150
+ isOneToOne: false;
151
+ referencedRelation: "clients";
152
+ referencedColumns: ["id"];
153
+ },
144
154
  {
145
155
  foreignKeyName: "acq_companies_organization_id_fkey";
146
156
  columns: ["organization_id"];
@@ -155,6 +165,7 @@ type Database = {
155
165
  batch_id: string | null;
156
166
  brochure_first_viewed_at: string | null;
157
167
  brochure_view_count: number;
168
+ client_id: string | null;
158
169
  company_id: string | null;
159
170
  created_at: string;
160
171
  email: string;
@@ -183,6 +194,7 @@ type Database = {
183
194
  batch_id?: string | null;
184
195
  brochure_first_viewed_at?: string | null;
185
196
  brochure_view_count?: number;
197
+ client_id?: string | null;
186
198
  company_id?: string | null;
187
199
  created_at?: string;
188
200
  email: string;
@@ -211,6 +223,7 @@ type Database = {
211
223
  batch_id?: string | null;
212
224
  brochure_first_viewed_at?: string | null;
213
225
  brochure_view_count?: number;
226
+ client_id?: string | null;
214
227
  company_id?: string | null;
215
228
  created_at?: string;
216
229
  email?: string;
@@ -236,6 +249,13 @@ type Database = {
236
249
  updated_at?: string;
237
250
  };
238
251
  Relationships: [
252
+ {
253
+ foreignKeyName: "acq_contacts_client_id_fkey";
254
+ columns: ["client_id"];
255
+ isOneToOne: false;
256
+ referencedRelation: "clients";
257
+ referencedColumns: ["id"];
258
+ },
239
259
  {
240
260
  foreignKeyName: "acq_contacts_company_id_fkey";
241
261
  columns: ["company_id"];
@@ -479,8 +499,10 @@ type Database = {
479
499
  acq_deals: {
480
500
  Row: {
481
501
  activity_log: Json;
502
+ client_id: string | null;
482
503
  closed_lost_at: string | null;
483
504
  closed_lost_reason: string | null;
505
+ company_id: string | null;
484
506
  contact_email: string;
485
507
  contact_id: string | null;
486
508
  created_at: string;
@@ -516,8 +538,10 @@ type Database = {
516
538
  };
517
539
  Insert: {
518
540
  activity_log?: Json;
541
+ client_id?: string | null;
519
542
  closed_lost_at?: string | null;
520
543
  closed_lost_reason?: string | null;
544
+ company_id?: string | null;
521
545
  contact_email: string;
522
546
  contact_id?: string | null;
523
547
  created_at?: string;
@@ -553,8 +577,10 @@ type Database = {
553
577
  };
554
578
  Update: {
555
579
  activity_log?: Json;
580
+ client_id?: string | null;
556
581
  closed_lost_at?: string | null;
557
582
  closed_lost_reason?: string | null;
583
+ company_id?: string | null;
558
584
  contact_email?: string;
559
585
  contact_id?: string | null;
560
586
  created_at?: string;
@@ -589,6 +615,20 @@ type Database = {
589
615
  updated_at?: string;
590
616
  };
591
617
  Relationships: [
618
+ {
619
+ foreignKeyName: "acq_deals_client_id_fkey";
620
+ columns: ["client_id"];
621
+ isOneToOne: false;
622
+ referencedRelation: "clients";
623
+ referencedColumns: ["id"];
624
+ },
625
+ {
626
+ foreignKeyName: "acq_deals_company_id_fkey";
627
+ columns: ["company_id"];
628
+ isOneToOne: false;
629
+ referencedRelation: "acq_companies";
630
+ referencedColumns: ["id"];
631
+ },
592
632
  {
593
633
  foreignKeyName: "acq_deals_contact_id_fkey";
594
634
  columns: ["contact_id"];
@@ -1206,6 +1246,77 @@ type Database = {
1206
1246
  }
1207
1247
  ];
1208
1248
  };
1249
+ clients: {
1250
+ Row: {
1251
+ converted_at: string | null;
1252
+ created_at: string;
1253
+ id: string;
1254
+ metadata: Json;
1255
+ name: string;
1256
+ organization_id: string;
1257
+ primary_company_id: string | null;
1258
+ primary_contact_id: string | null;
1259
+ source_deal_id: string | null;
1260
+ status: string;
1261
+ updated_at: string;
1262
+ };
1263
+ Insert: {
1264
+ converted_at?: string | null;
1265
+ created_at?: string;
1266
+ id?: string;
1267
+ metadata?: Json;
1268
+ name: string;
1269
+ organization_id: string;
1270
+ primary_company_id?: string | null;
1271
+ primary_contact_id?: string | null;
1272
+ source_deal_id?: string | null;
1273
+ status?: string;
1274
+ updated_at?: string;
1275
+ };
1276
+ Update: {
1277
+ converted_at?: string | null;
1278
+ created_at?: string;
1279
+ id?: string;
1280
+ metadata?: Json;
1281
+ name?: string;
1282
+ organization_id?: string;
1283
+ primary_company_id?: string | null;
1284
+ primary_contact_id?: string | null;
1285
+ source_deal_id?: string | null;
1286
+ status?: string;
1287
+ updated_at?: string;
1288
+ };
1289
+ Relationships: [
1290
+ {
1291
+ foreignKeyName: "clients_organization_id_fkey";
1292
+ columns: ["organization_id"];
1293
+ isOneToOne: false;
1294
+ referencedRelation: "organizations";
1295
+ referencedColumns: ["id"];
1296
+ },
1297
+ {
1298
+ foreignKeyName: "clients_primary_company_id_fkey";
1299
+ columns: ["primary_company_id"];
1300
+ isOneToOne: false;
1301
+ referencedRelation: "acq_companies";
1302
+ referencedColumns: ["id"];
1303
+ },
1304
+ {
1305
+ foreignKeyName: "clients_primary_contact_id_fkey";
1306
+ columns: ["primary_contact_id"];
1307
+ isOneToOne: false;
1308
+ referencedRelation: "acq_contacts";
1309
+ referencedColumns: ["id"];
1310
+ },
1311
+ {
1312
+ foreignKeyName: "clients_source_deal_id_fkey";
1313
+ columns: ["source_deal_id"];
1314
+ isOneToOne: false;
1315
+ referencedRelation: "acq_deals";
1316
+ referencedColumns: ["id"];
1317
+ }
1318
+ ];
1319
+ };
1209
1320
  command_queue: {
1210
1321
  Row: {
1211
1322
  action_payload: Json | null;
@@ -2175,6 +2286,7 @@ type Database = {
2175
2286
  Row: {
2176
2287
  actual_end_date: string | null;
2177
2288
  client_company_id: string | null;
2289
+ client_id: string | null;
2178
2290
  contract_value: number | null;
2179
2291
  created_at: string;
2180
2292
  deal_id: string | null;
@@ -2192,6 +2304,7 @@ type Database = {
2192
2304
  Insert: {
2193
2305
  actual_end_date?: string | null;
2194
2306
  client_company_id?: string | null;
2307
+ client_id?: string | null;
2195
2308
  contract_value?: number | null;
2196
2309
  created_at?: string;
2197
2310
  deal_id?: string | null;
@@ -2209,6 +2322,7 @@ type Database = {
2209
2322
  Update: {
2210
2323
  actual_end_date?: string | null;
2211
2324
  client_company_id?: string | null;
2325
+ client_id?: string | null;
2212
2326
  contract_value?: number | null;
2213
2327
  created_at?: string;
2214
2328
  deal_id?: string | null;
@@ -2245,6 +2359,13 @@ type Database = {
2245
2359
  referencedRelation: "acq_companies";
2246
2360
  referencedColumns: ["id"];
2247
2361
  },
2362
+ {
2363
+ foreignKeyName: "prj_projects_client_id_fkey";
2364
+ columns: ["client_id"];
2365
+ isOneToOne: false;
2366
+ referencedRelation: "clients";
2367
+ referencedColumns: ["id"];
2368
+ },
2248
2369
  {
2249
2370
  foreignKeyName: "prj_projects_deal_id_fkey";
2250
2371
  columns: ["deal_id"];
@@ -2919,10 +3040,10 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
2919
3040
  instantlyCampaignId: z$1.ZodNullable<z$1.ZodString>;
2920
3041
  status: z$1.ZodEnum<{
2921
3042
  closing: "closing";
3043
+ archived: "archived";
2922
3044
  draft: "draft";
2923
3045
  enriching: "enriching";
2924
3046
  launched: "launched";
2925
- archived: "archived";
2926
3047
  }>;
2927
3048
  metadata: z$1.ZodObject<{
2928
3049
  buildPlanSnapshot: z$1.ZodOptional<z$1.ZodObject<{
@@ -2942,11 +3063,65 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
2942
3063
  export: "export";
2943
3064
  }>>;
2944
3065
  stageKey: z$1.ZodString;
3066
+ recordEntity: z$1.ZodOptional<z$1.ZodEnum<{
3067
+ company: "company";
3068
+ contact: "contact";
3069
+ }>>;
3070
+ recordsStageKey: z$1.ZodOptional<z$1.ZodString>;
3071
+ recordSourceStageKey: z$1.ZodOptional<z$1.ZodString>;
2945
3072
  dependsOn: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
2946
3073
  dependencyMode: z$1.ZodLiteral<"per-record-eligibility">;
2947
3074
  capabilityKey: z$1.ZodString;
2948
3075
  defaultBatchSize: z$1.ZodNumber;
2949
3076
  maxBatchSize: z$1.ZodNumber;
3077
+ recordColumns: z$1.ZodOptional<z$1.ZodObject<{
3078
+ company: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
3079
+ key: z$1.ZodString;
3080
+ label: z$1.ZodString;
3081
+ path: z$1.ZodString;
3082
+ width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
3083
+ renderType: z$1.ZodOptional<z$1.ZodEnum<{
3084
+ text: "text";
3085
+ badge: "badge";
3086
+ datetime: "datetime";
3087
+ count: "count";
3088
+ json: "json";
3089
+ }>>;
3090
+ badgeColor: z$1.ZodOptional<z$1.ZodString>;
3091
+ }, z$1.core.$strip>>>;
3092
+ contact: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
3093
+ key: z$1.ZodString;
3094
+ label: z$1.ZodString;
3095
+ path: z$1.ZodString;
3096
+ width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
3097
+ renderType: z$1.ZodOptional<z$1.ZodEnum<{
3098
+ text: "text";
3099
+ badge: "badge";
3100
+ datetime: "datetime";
3101
+ count: "count";
3102
+ json: "json";
3103
+ }>>;
3104
+ badgeColor: z$1.ZodOptional<z$1.ZodString>;
3105
+ }, z$1.core.$strip>>>;
3106
+ }, z$1.core.$strip>>;
3107
+ credentialRequirements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
3108
+ key: z$1.ZodString;
3109
+ provider: z$1.ZodString;
3110
+ credentialType: z$1.ZodEnum<{
3111
+ "api-key": "api-key";
3112
+ "api-key-secret": "api-key-secret";
3113
+ oauth: "oauth";
3114
+ "webhook-secret": "webhook-secret";
3115
+ }>;
3116
+ label: z$1.ZodString;
3117
+ required: z$1.ZodBoolean;
3118
+ selectionMode: z$1.ZodOptional<z$1.ZodEnum<{
3119
+ single: "single";
3120
+ multiple: "multiple";
3121
+ }>>;
3122
+ inputPath: z$1.ZodString;
3123
+ verifyOnRun: z$1.ZodOptional<z$1.ZodBoolean>;
3124
+ }, z$1.core.$strip>>>;
2950
3125
  }, z$1.core.$strip>>;
2951
3126
  }, z$1.core.$strip>>;
2952
3127
  }, z$1.core.$catchall<z$1.ZodUnknown>>;
package/dist/app/index.js CHANGED
@@ -1,20 +1,20 @@
1
- import { ElevasisUIProvider } from '../chunk-OIMPGKDB.js';
2
- import '../chunk-LH4GPYDX.js';
3
- import '../chunk-HLFFKKT3.js';
1
+ import { ElevasisUIProvider } from '../chunk-HYNYEBHM.js';
2
+ import '../chunk-3BAPR3KA.js';
3
+ import '../chunk-3FV6HBXS.js';
4
4
  import '../chunk-WLOQ4IBG.js';
5
- import '../chunk-OWESKPTJ.js';
5
+ import '../chunk-CQZ3DNQY.js';
6
6
  import '../chunk-SZHARWKU.js';
7
- import '../chunk-7E3FUTND.js';
8
- import '../chunk-HOIT677G.js';
7
+ import '../chunk-TOIXUWR6.js';
8
+ import '../chunk-HUJCU55S.js';
9
9
  import '../chunk-E565XMTQ.js';
10
- import '../chunk-HXZQWMKE.js';
10
+ import '../chunk-XQHZBA65.js';
11
11
  import '../chunk-KRWALB24.js';
12
- import { useInitialization } from '../chunk-WKJ47GIW.js';
12
+ import { useInitialization } from '../chunk-533DUEQY.js';
13
13
  import '../chunk-DD3CCMCZ.js';
14
- import '../chunk-XTVZFT7U.js';
15
- import '../chunk-5WWZXCS5.js';
14
+ import '../chunk-2Q2JQSQO.js';
15
+ import '../chunk-KJ3QUBNU.js';
16
16
  import '../chunk-BRJ3QZ4E.js';
17
- import '../chunk-I2KLQ2HA.js';
17
+ import '../chunk-DZTG5IAC.js';
18
18
  import { useCallback, useEffect } from 'react';
19
19
  import { RouterProvider } from '@tanstack/react-router';
20
20
  import { Notifications } from '@mantine/notifications';
@@ -1,2 +1,2 @@
1
1
  export { AuthProvider, useAuthContext } from '../chunk-BRJ3QZ4E.js';
2
- import '../chunk-I2KLQ2HA.js';
2
+ import '../chunk-DZTG5IAC.js';
@@ -1,7 +1,7 @@
1
- export { AdminGuard, ProtectedRoute, useSessionCheck as useRefocusSessionCheck, useSessionCheck, useStableAccessToken } from '../chunk-WFTNY755.js';
2
- import '../chunk-WKJ47GIW.js';
1
+ export { AdminGuard, ProtectedRoute, useSessionCheck as useRefocusSessionCheck, useSessionCheck, useStableAccessToken } from '../chunk-VKIZUUPM.js';
2
+ import '../chunk-533DUEQY.js';
3
3
  import '../chunk-DD3CCMCZ.js';
4
- import '../chunk-XTVZFT7U.js';
5
- import '../chunk-5WWZXCS5.js';
4
+ import '../chunk-2Q2JQSQO.js';
5
+ import '../chunk-KJ3QUBNU.js';
6
6
  export { AuthProvider, useAuthContext } from '../chunk-BRJ3QZ4E.js';
7
- import '../chunk-I2KLQ2HA.js';
7
+ import '../chunk-DZTG5IAC.js';
@@ -327,8 +327,9 @@ interface CombinedTrendChartProps {
327
327
  timeRange: TimeRange;
328
328
  /** Optional navigation action rendered in the header (e.g., a Link button). */
329
329
  navigationAction?: ReactNode;
330
+ compact?: boolean;
330
331
  }
331
- declare function CombinedTrendChart({ healthData, errorData: _errorData, isLoading, error, timeRange, navigationAction }: CombinedTrendChartProps): react_jsx_runtime.JSX.Element;
332
+ declare function CombinedTrendChart({ healthData, errorData: _errorData, isLoading, error, timeRange, navigationAction, compact }: CombinedTrendChartProps): react_jsx_runtime.JSX.Element;
332
333
 
333
334
  export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors };
334
335
  export type { ActivityTrendChartProps, ChartFrameProps, CombinedTrendChartProps, CostTrendChartProps, CyberAreaChartProps, CyberColors, CyberDonutProps, CyberDonutSegment, CyberSeries, HeroStatsRowProps };
@@ -1,19 +1,19 @@
1
- export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, HeroStatsRow } from '../chunk-SZWXQHKO.js';
1
+ export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, HeroStatsRow } from '../chunk-542WPQU2.js';
2
2
  export { CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, getSeriesColor, useCyberColors } from '../chunk-CW3UNAF2.js';
3
- import '../chunk-VKMNWHTL.js';
4
- import '../chunk-6WXDE5LZ.js';
3
+ import '../chunk-6YT4IKJ7.js';
4
+ import '../chunk-L3BVJWML.js';
5
5
  import '../chunk-3KMDHCAR.js';
6
6
  import '../chunk-SZHARWKU.js';
7
7
  import '../chunk-NYBEU5TE.js';
8
8
  import '../chunk-2IFYDILW.js';
9
9
  import '../chunk-Q7DJKLEN.js';
10
10
  import '../chunk-DT3QYZVU.js';
11
- import '../chunk-HXZQWMKE.js';
11
+ import '../chunk-XQHZBA65.js';
12
12
  import '../chunk-KRWALB24.js';
13
- import '../chunk-WFTNY755.js';
14
- import '../chunk-WKJ47GIW.js';
13
+ import '../chunk-VKIZUUPM.js';
14
+ import '../chunk-533DUEQY.js';
15
15
  import '../chunk-DD3CCMCZ.js';
16
- import '../chunk-XTVZFT7U.js';
17
- import '../chunk-5WWZXCS5.js';
16
+ import '../chunk-2Q2JQSQO.js';
17
+ import '../chunk-KJ3QUBNU.js';
18
18
  import '../chunk-BRJ3QZ4E.js';
19
- import '../chunk-I2KLQ2HA.js';
19
+ import '../chunk-DZTG5IAC.js';
@@ -1,4 +1,4 @@
1
- import { ElevasisServiceContext } from './chunk-5WWZXCS5.js';
1
+ import { ElevasisServiceContext } from './chunk-KJ3QUBNU.js';
2
2
  import { useAuthContext } from './chunk-BRJ3QZ4E.js';
3
3
  import { createContext, useContext, useState, useEffect, createElement } from 'react';
4
4
 
@@ -1,4 +1,4 @@
1
- import { PRESETS, getPreset, generateShades } from './chunk-HLFFKKT3.js';
1
+ import { PRESETS, getPreset, generateShades } from './chunk-3FV6HBXS.js';
2
2
  import { Tooltip, Tree, Text, TagsInput, Tabs, Table, Stack, SimpleGrid, Select, Combobox, SegmentedControl, ScrollArea, Paper, Popover, Notification, MultiSelect, Modal, Menu, Input, HoverCard, Group, Grid, Flex, Drawer, Code, Divider, Card, Button, Accordion, createTheme } from '@mantine/core';
3
3
  import { createContext, useContext } from 'react';
4
4
 
@@ -54,6 +54,10 @@ var FRAMEWORK_BRIDGE = {
54
54
  "--input-value-background": "var(--surface-primary-strong)",
55
55
  "--input-value-border": "1px solid var(--border-primary-muted)"
56
56
  };
57
+ var RIGHT_PANEL_BACKGROUND = {
58
+ light: "color-mix(in srgb, var(--color-elevated) 88%, var(--color-background))",
59
+ dark: "color-mix(in srgb, color-mix(in srgb, var(--color-elevated) 82%, var(--glass-background)) 78%, rgba(8, 9, 11, 0.96))"
60
+ };
57
61
  function shadesToVars(shades) {
58
62
  const vars = {};
59
63
  for (let i = 0; i < shades.length; i++) {
@@ -91,8 +95,20 @@ function createCssVariablesResolver(tokens, preset, presetsMap) {
91
95
  const darkShades = shadesToVars(generateShades(darkPrimary));
92
96
  return () => ({
93
97
  variables: { ...FRAMEWORK_BRIDGE },
94
- light: { ...lightShades, ...lightDefaults, ...flat, ...light },
95
- dark: { ...darkShades, ...darkDefaults, ...flat, ...dark }
98
+ light: {
99
+ ...lightShades,
100
+ ...lightDefaults,
101
+ ...flat,
102
+ ...light,
103
+ "--right-panel-background": RIGHT_PANEL_BACKGROUND.light
104
+ },
105
+ dark: {
106
+ ...darkShades,
107
+ ...darkDefaults,
108
+ ...flat,
109
+ ...dark,
110
+ "--right-panel-background": RIGHT_PANEL_BACKGROUND.dark
111
+ }
96
112
  });
97
113
  }
98
114
  var DEFAULT_SIZE = "sm";
@@ -127,7 +127,7 @@ var defaultPreset = {
127
127
  background: "#040404",
128
128
  surface: "rgba(16, 16, 18, 0.52)",
129
129
  surfaceHover: "rgba(24, 24, 26, 0.56)",
130
- elevatedSurface: "rgba(22, 22, 24, 0.93)",
130
+ elevatedSurface: "rgba(22, 22, 24, 0.8)",
131
131
  text: "#ffffff",
132
132
  textDimmed: "#c1c2c5",
133
133
  textSubtle: "#ABABAB",
@@ -188,7 +188,7 @@ var tacticalPreset = {
188
188
  background: "#020203",
189
189
  surface: "rgba(18, 19, 21, 0.2)",
190
190
  surfaceHover: "rgba(32, 33, 36, 0.5)",
191
- elevatedSurface: "rgba(18, 21, 27, 0.85)",
191
+ elevatedSurface: "rgba(12, 15, 21, 0.7)",
192
192
  text: "#EFF1F4",
193
193
  textDimmed: "#B0B8C4",
194
194
  textSubtle: "#A5AEC0",
@@ -327,9 +327,9 @@ var cyberVoltPreset = {
327
327
  primary: "#00A8BD",
328
328
  primaryContrast: "#001418",
329
329
  background: "#040607",
330
- surface: "rgba(0, 60, 80, 0.03)",
330
+ surface: "rgba(0, 65, 85, 0.03)",
331
331
  surfaceHover: "rgba(0, 229, 255, 0.06)",
332
- elevatedSurface: "rgba(16, 19, 21, 0.85)",
332
+ elevatedSurface: "rgba(10, 18, 24, 0.7)",
333
333
  text: "#E0F7FA",
334
334
  textDimmed: "#80DEEA",
335
335
  textSubtle: "#82BEC8",
@@ -337,7 +337,7 @@ var cyberVoltPreset = {
337
337
  error: "#FF1744",
338
338
  warning: "#FF9100",
339
339
  success: "#00E676",
340
- glassBackground: "rgba(13, 21, 27, 0.32)",
340
+ glassBackground: "rgba(14, 23, 29, 0.32)",
341
341
  glassBlur: "blur(14px) saturate(180%)",
342
342
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
343
343
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(0, 229, 255, 0.06), 0 4px 4px rgba(0, 0, 0, 0.4), 0 4px 10px rgba(0, 0, 0, 0.45), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 14px 28px -18px rgba(0, 0, 0, 0.25)",
@@ -716,7 +716,7 @@ var auroraPreset = {
716
716
  background: "#080E0D",
717
717
  surface: "rgba(18, 28, 24, 0)",
718
718
  surfaceHover: "rgba(0, 168, 138, 0.10)",
719
- elevatedSurface: "rgba(19, 26, 24, 0.85)",
719
+ elevatedSurface: "rgba(19, 26, 24, 0.7)",
720
720
  text: "#E0F2F1",
721
721
  textDimmed: "#8ED4CC",
722
722
  textSubtle: "#78C0B8",
@@ -869,7 +869,7 @@ var midnightPreset = {
869
869
  error: "#F87171",
870
870
  warning: "#FBBF24",
871
871
  success: "#4ADE80",
872
- glassBackground: "rgba(18, 20, 29, 0.3)",
872
+ glassBackground: "rgba(23, 25, 34, 0.3)",
873
873
  glassBlur: "blur(18px) saturate(210%)",
874
874
  shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
875
875
  cardShadow: "inset 0 1px 0 rgba(203, 213, 225, 0.18), inset 0 0 0 1px rgba(203, 213, 225, 0.01), 0 2px 8px rgba(0, 0, 0, 0.5), 0 12px 22px -8px rgba(0, 0, 0, 0.5), 0 20px 14px -12px rgba(0, 0, 0, 0.15)",
@@ -942,7 +942,7 @@ var titaniumPreset = {
942
942
  error: "#F87171",
943
943
  warning: "#FBBF24",
944
944
  success: "#4ADE80",
945
- glassBackground: "rgba(20, 22, 26, 0.3)",
945
+ glassBackground: "rgba(25, 27, 31, 0.3)",
946
946
  glassBlur: "blur(18px) saturate(180%)",
947
947
  shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
948
948
  cardShadow: "inset 0 1px 0 rgba(156, 163, 175, 0.2), inset 0 0 0 1px rgba(156, 163, 175, 0.04), 0 2px 8px rgba(0, 0, 0, 0.5), 0 12px 22px -8px rgba(0, 0, 0, 0.6), 0 20px 44px -16px rgba(0, 0, 0, 0.03)",
@@ -1243,7 +1243,7 @@ var cyberStrikePreset = {
1243
1243
  primary: "#D41840",
1244
1244
  primaryContrast: "#ffffff",
1245
1245
  background: "#060303",
1246
- surface: "rgba(80, 20, 30, 0.06)",
1246
+ surface: "rgba(85, 20, 30, 0.06)",
1247
1247
  surfaceHover: "rgba(212, 24, 64, 0.06)",
1248
1248
  elevatedSurface: "rgba(16, 12, 12, 0.82)",
1249
1249
  text: "#FAE0E4",
@@ -1253,7 +1253,7 @@ var cyberStrikePreset = {
1253
1253
  error: "#D41840",
1254
1254
  warning: "#FF9100",
1255
1255
  success: "#00E676",
1256
- glassBackground: "rgba(18, 19, 20, 0.36)",
1256
+ glassBackground: "rgba(21, 19, 19, 0.36)",
1257
1257
  glassBlur: "blur(16px) saturate(190%)",
1258
1258
  shadow: "0 1px 2px rgba(0, 0, 0, 0.5), 0 8px 24px -8px rgba(0, 0, 0, 0.5), 0 20px 48px -16px rgba(0, 0, 0, 0.4)",
1259
1259
  cardShadow: "inset 0 1px 0 rgba(230, 200, 210, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 4px 6px rgba(0, 0, 0, 0.45), 0 10px 24px -10px rgba(0, 0, 0, .6), 0 20px 20px -16px rgba(0, 0, 0, 0.25)",
@@ -1328,7 +1328,7 @@ var cyberChromePreset = {
1328
1328
  error: "#FF1744",
1329
1329
  warning: "#FF9100",
1330
1330
  success: "#00E676",
1331
- glassBackground: "rgba(20, 24, 30, 0.3)",
1331
+ glassBackground: "rgba(22, 26, 32, 0.32)",
1332
1332
  glassBlur: "blur(12px) saturate(185%)",
1333
1333
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
1334
1334
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(122, 142, 166, 0.04), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.45), 0 14px 20px -10px rgba(0, 0, 0, 0.45), 0 24px 28px -18px rgba(0, 0, 0, 0.25)",
@@ -1398,9 +1398,9 @@ var cyberVoidPreset = {
1398
1398
  primary: "#2468E0",
1399
1399
  primaryContrast: "#ffffff",
1400
1400
  background: "#040608",
1401
- surface: "rgba(30, 55, 130, 0.04)",
1401
+ surface: "rgba(30, 55, 135, 0.04)",
1402
1402
  surfaceHover: "rgba(36, 104, 224, 0.08)",
1403
- elevatedSurface: "rgba(16, 19, 24, 0.85)",
1403
+ elevatedSurface: "rgba(16, 19, 26, 0.7)",
1404
1404
  text: "#E0EAFA",
1405
1405
  textDimmed: "#99BBEE",
1406
1406
  textSubtle: "#98B8D4",
@@ -1408,7 +1408,7 @@ var cyberVoidPreset = {
1408
1408
  error: "#FF1744",
1409
1409
  warning: "#FF9100",
1410
1410
  success: "#00E676",
1411
- glassBackground: "rgba(19, 21, 21, 0.34)",
1411
+ glassBackground: "rgba(19, 21, 25, 0.34)",
1412
1412
  glassBlur: "blur(14px) saturate(180%)",
1413
1413
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
1414
1414
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(36, 104, 224, 0.06), 0 4px 4px rgba(0, 0, 0, 0.4), 0 4px 10px rgba(0, 0, 0, 0.45), 0 14px 28px -10px rgba(0, 0, 0, 0.5), 0 24px 20px -16px rgba(0, 0, 0, 0.2)",
@@ -1546,7 +1546,7 @@ var wavePreset = {
1546
1546
  background: "#030507",
1547
1547
  surface: "rgba(19, 23, 33, 0)",
1548
1548
  surfaceHover: "rgba(74, 144, 232, 0.10)",
1549
- elevatedSurface: "rgba(16, 19, 22, 0.85)",
1549
+ elevatedSurface: "rgba(20, 23, 26, 0.7)",
1550
1550
  text: "#f1f5f9",
1551
1551
  textDimmed: "#cbd5e1",
1552
1552
  textSubtle: "#a0aec2",
@@ -1554,7 +1554,7 @@ var wavePreset = {
1554
1554
  error: "#f87171",
1555
1555
  warning: "#fbbf24",
1556
1556
  success: "#4ade80",
1557
- glassBackground: "rgba(17, 21, 31, 0.31)",
1557
+ glassBackground: "rgba(22, 26, 36, 0.31)",
1558
1558
  glassBlur: "blur(12px) saturate(180%)",
1559
1559
  shadow: "0px 1px 2px rgba(0, 0, 0, 0.3), 0px 12px 32px -8px rgba(0, 0, 0, 0.4)",
1560
1560
  cardShadow: "inset 0 1px 0 rgba(148, 197, 255, 0.15), inset 0 0 0 1px rgba(148, 197, 255, 0.02), 0 2px 8px rgba(0, 0, 0, 0.4), 0 12px 18px -8px rgba(0, 0, 0, 0.5), 0 20px 24px -16px rgba(0, 0, 0, 0.2)",
@@ -1869,7 +1869,7 @@ var synapsePreset = {
1869
1869
  background: "#333333",
1870
1870
  surface: "rgba(10, 16, 20, 0)",
1871
1871
  surfaceHover: "rgba(34, 211, 238, 0.06)",
1872
- elevatedSurface: "rgba(18, 30, 34, 0.78)",
1872
+ elevatedSurface: "rgba(13, 25, 30, 0.78)",
1873
1873
  text: "#ECFEFF",
1874
1874
  textDimmed: "#A5F3FC",
1875
1875
  textSubtle: "#84B8C5",
@@ -1,5 +1,5 @@
1
1
  import { useOrganization } from './chunk-DD3CCMCZ.js';
2
- import { useProfile } from './chunk-XTVZFT7U.js';
2
+ import { useProfile } from './chunk-2Q2JQSQO.js';
3
3
  import { useAuthContext } from './chunk-BRJ3QZ4E.js';
4
4
  import { createContext, useContext, useMemo, useCallback, createElement } from 'react';
5
5