@elevasis/ui 2.30.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.
- package/dist/{CoreAuthKitInner-QC62UHTZ.js → CoreAuthKitInner-KSEGSB67.js} +1 -1
- package/dist/api/index.js +3 -3
- package/dist/app/index.d.ts +122 -1
- package/dist/app/index.js +7 -7
- package/dist/auth/context.js +1 -1
- package/dist/auth/index.js +1 -1
- package/dist/charts/index.js +4 -4
- package/dist/{chunk-T5Z7G2J2.js → chunk-3BAPR3KA.js} +1 -1
- package/dist/{chunk-4VQ2PXMI.js → chunk-3FV6HBXS.js} +4 -4
- package/dist/{chunk-2DIYILF7.js → chunk-542WPQU2.js} +2 -2
- package/dist/{chunk-SBCIB5TZ.js → chunk-5LJAEZMA.js} +5 -5
- package/dist/{chunk-T2PAD63Y.js → chunk-7HMCB26R.js} +1 -1
- package/dist/chunk-7KC4P3AU.js +357 -0
- package/dist/{chunk-AKOD52HS.js → chunk-CQZ3DNQY.js} +4 -3
- package/dist/{chunk-I2KLQ2HA.js → chunk-DZTG5IAC.js} +7 -1
- package/dist/{chunk-JCGD4GM6.js → chunk-GRDLB6LM.js} +1 -0
- package/dist/{chunk-JKTPRYGV.js → chunk-HQGF4ATG.js} +9 -55
- package/dist/{chunk-SKXXT3E2.js → chunk-HYNYEBHM.js} +4 -4
- package/dist/{chunk-6EFVZV6X.js → chunk-JKSUN5GN.js} +718 -64
- package/dist/{chunk-LRZFLK2F.js → chunk-L2NVFLXU.js} +3 -3
- package/dist/{chunk-6WXDE5LZ.js → chunk-L3BVJWML.js} +1 -1
- package/dist/{chunk-3MDNBHVB.js → chunk-MVFCLZSK.js} +690 -221
- package/dist/{chunk-HYLERWRO.js → chunk-ND42LPY4.js} +6 -6
- package/dist/{chunk-CLUP5H3C.js → chunk-O2QOPJI5.js} +360 -126
- package/dist/{chunk-X2SUMO3P.js → chunk-P55BJZZW.js} +2 -1
- package/dist/{chunk-4FZYEEPK.js → chunk-Q6OYNEGR.js} +5 -5
- package/dist/{chunk-4SY6BTVZ.js → chunk-QDEETKYT.js} +4 -1
- package/dist/{chunk-IKQ42WHU.js → chunk-QHEWXU7I.js} +1 -1
- package/dist/chunk-R2XR4FCV.js +48 -0
- package/dist/chunk-R66W5UDG.js +26 -0
- package/dist/{chunk-3GV5NHSS.js → chunk-SHQXMW4F.js} +39 -211
- package/dist/{chunk-A7B7HLDF.js → chunk-T3IPHEYJ.js} +1889 -301
- package/dist/{chunk-7E3FUTND.js → chunk-TOIXUWR6.js} +1 -1
- package/dist/{chunk-NITGGYH2.js → chunk-TVRQ6AQI.js} +1 -1
- package/dist/{chunk-CN2HC4D4.js → chunk-UFTM5SZZ.js} +2 -2
- package/dist/{chunk-KVJ3LFH2.js → chunk-VNFR57DF.js} +4 -24
- package/dist/{chunk-P5WYW2GI.js → chunk-Y4FWCG7Y.js} +150 -305
- package/dist/components/chat/index.js +1 -1
- package/dist/components/index.d.ts +205 -11
- package/dist/components/index.js +38 -35
- package/dist/components/navigation/index.js +1 -1
- package/dist/execution/index.d.ts +2 -1
- package/dist/execution/index.js +1 -1
- package/dist/features/auth/index.d.ts +121 -0
- package/dist/features/auth/index.js +1 -1
- package/dist/features/clients/index.css +611 -0
- package/dist/features/clients/index.d.ts +86 -0
- package/dist/features/clients/index.js +719 -0
- package/dist/features/crm/index.d.ts +148 -2
- package/dist/features/crm/index.js +18 -16
- package/dist/features/dashboard/index.d.ts +36 -1
- package/dist/features/dashboard/index.js +14 -14
- package/dist/features/delivery/index.d.ts +121 -0
- package/dist/features/delivery/index.js +18 -16
- package/dist/features/knowledge/index.js +43 -20
- package/dist/features/lead-gen/index.d.ts +17 -11
- package/dist/features/lead-gen/index.js +19 -17
- package/dist/features/monitoring/index.js +17 -16
- package/dist/features/monitoring/requests/index.js +14 -13
- package/dist/features/operations/index.d.ts +38 -2
- package/dist/features/operations/index.js +22 -21
- package/dist/features/seo/index.js +1 -1
- package/dist/features/settings/index.d.ts +121 -0
- package/dist/features/settings/index.js +16 -15
- package/dist/graph/index.js +1 -1
- package/dist/hooks/delivery/index.d.ts +140 -0
- package/dist/hooks/delivery/index.js +3 -3
- package/dist/hooks/index.d.ts +583 -19
- package/dist/hooks/index.js +12 -12
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +82 -1
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.js +1 -1
- package/dist/hooks/published.d.ts +583 -19
- package/dist/hooks/published.js +12 -12
- package/dist/index.d.ts +680 -21
- package/dist/index.js +13 -13
- package/dist/initialization/index.d.ts +121 -0
- package/dist/initialization/index.js +1 -1
- package/dist/knowledge/index.d.ts +97 -1
- package/dist/knowledge/index.js +1692 -1039
- package/dist/layout/index.d.ts +6 -0
- package/dist/layout/index.js +4 -4
- package/dist/organization/index.js +1 -1
- package/dist/profile/index.d.ts +121 -0
- package/dist/profile/index.js +1 -1
- package/dist/provider/ElevasisServiceContext.js +1 -1
- package/dist/provider/index.d.ts +218 -2
- package/dist/provider/index.js +10 -10
- package/dist/provider/published.d.ts +218 -2
- package/dist/provider/published.js +7 -7
- package/dist/router/context.js +1 -1
- package/dist/router/index.js +1 -1
- package/dist/sse/index.js +1 -1
- package/dist/supabase/index.d.ts +232 -0
- package/dist/supabase/index.js +1 -1
- package/dist/test-utils/index.js +3 -3
- package/dist/test-utils/setup-integration.js +1 -1
- package/dist/test-utils/setup.js +2 -2
- package/dist/theme/index.js +4 -4
- package/dist/theme/presets/index.js +2 -2
- package/dist/typeform/index.js +1 -1
- package/dist/typeform/schemas.js +1 -1
- package/dist/types/index.d.ts +204 -1
- package/dist/utils/index.d.ts +36 -1
- package/dist/utils/index.js +2 -2
- package/dist/vite/index.js +3 -3
- package/dist/vite-plugin-knowledge/index.js +2 -2
- package/dist/zustand/index.js +1 -1
- package/package.json +13 -4
- /package/dist/{chunk-HXZQWMKE.js → chunk-XQHZBA65.js} +0 -0
package/dist/api/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../chunk-XCYKC6OZ.js';
|
|
2
|
-
export { ApiClientProvider, useApiClient, useApiClientContext } from '../chunk-
|
|
3
|
-
import '../chunk-
|
|
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-
|
|
6
|
+
import '../chunk-DZTG5IAC.js';
|
package/dist/app/index.d.ts
CHANGED
|
@@ -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<{
|
package/dist/app/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { ElevasisUIProvider } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
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-
|
|
5
|
+
import '../chunk-CQZ3DNQY.js';
|
|
6
6
|
import '../chunk-SZHARWKU.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-TOIXUWR6.js';
|
|
8
8
|
import '../chunk-HUJCU55S.js';
|
|
9
9
|
import '../chunk-E565XMTQ.js';
|
|
10
|
-
import '../chunk-
|
|
10
|
+
import '../chunk-XQHZBA65.js';
|
|
11
11
|
import '../chunk-KRWALB24.js';
|
|
12
12
|
import { useInitialization } from '../chunk-533DUEQY.js';
|
|
13
13
|
import '../chunk-DD3CCMCZ.js';
|
|
14
14
|
import '../chunk-2Q2JQSQO.js';
|
|
15
15
|
import '../chunk-KJ3QUBNU.js';
|
|
16
16
|
import '../chunk-BRJ3QZ4E.js';
|
|
17
|
-
import '../chunk-
|
|
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';
|
package/dist/auth/context.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { AuthProvider, useAuthContext } from '../chunk-BRJ3QZ4E.js';
|
|
2
|
-
import '../chunk-
|
|
2
|
+
import '../chunk-DZTG5IAC.js';
|
package/dist/auth/index.js
CHANGED
package/dist/charts/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, HeroStatsRow } from '../chunk-
|
|
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
3
|
import '../chunk-6YT4IKJ7.js';
|
|
4
|
-
import '../chunk-
|
|
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-
|
|
11
|
+
import '../chunk-XQHZBA65.js';
|
|
12
12
|
import '../chunk-KRWALB24.js';
|
|
13
13
|
import '../chunk-VKIZUUPM.js';
|
|
14
14
|
import '../chunk-533DUEQY.js';
|
|
@@ -16,4 +16,4 @@ import '../chunk-DD3CCMCZ.js';
|
|
|
16
16
|
import '../chunk-2Q2JQSQO.js';
|
|
17
17
|
import '../chunk-KJ3QUBNU.js';
|
|
18
18
|
import '../chunk-BRJ3QZ4E.js';
|
|
19
|
-
import '../chunk-
|
|
19
|
+
import '../chunk-DZTG5IAC.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PRESETS, getPreset, generateShades } from './chunk-
|
|
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
|
|
|
@@ -869,7 +869,7 @@ var midnightPreset = {
|
|
|
869
869
|
error: "#F87171",
|
|
870
870
|
warning: "#FBBF24",
|
|
871
871
|
success: "#4ADE80",
|
|
872
|
-
glassBackground: "rgba(
|
|
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(
|
|
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)",
|
|
@@ -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(
|
|
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(
|
|
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)",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CyberAreaChart, useCyberColors, CyberLegendItem } from './chunk-CW3UNAF2.js';
|
|
2
2
|
import { useErrorTrends } from './chunk-6YT4IKJ7.js';
|
|
3
|
-
import { CardHeader, CenteredErrorState, TrendIndicator, EmptyState, StatCard } from './chunk-
|
|
4
|
-
import { getTimeRangeLabel, getTimeRangeDates, formatBucketTime } from './chunk-
|
|
3
|
+
import { CardHeader, CenteredErrorState, TrendIndicator, EmptyState, StatCard } from './chunk-L3BVJWML.js';
|
|
4
|
+
import { getTimeRangeLabel, getTimeRangeDates, formatBucketTime } from './chunk-XQHZBA65.js';
|
|
5
5
|
import { useRef, useState, useLayoutEffect, useEffect, useMemo, useCallback } from 'react';
|
|
6
6
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
7
7
|
import { Center, Loader, Paper, Button, Group, Text, NumberFormatter, Badge, Space, Tooltip, SimpleGrid, Alert, SegmentedControl, Box } from '@mantine/core';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { CostTrendChart, ActivityTrendChart } from './chunk-
|
|
1
|
+
import { CostTrendChart, ActivityTrendChart } from './chunk-542WPQU2.js';
|
|
2
2
|
import { CyberAreaChart } from './chunk-CW3UNAF2.js';
|
|
3
3
|
import { AppShellLoader } from './chunk-RYTEQBAO.js';
|
|
4
4
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
5
|
-
import { CustomModal } from './chunk-
|
|
5
|
+
import { CustomModal } from './chunk-R66W5UDG.js';
|
|
6
6
|
import { formatDuration } from './chunk-E4WQGJNS.js';
|
|
7
|
-
import { useResolveError, useResolveAllErrors, usePaginationState, useErrorDetails, useMarkAsRead, useExecutionLogsFilters, useExecutionLogs, useExecutionHealth, useErrorAnalysis, useTimeRangeDates, useErrorDetail, useResolveErrorsByExecution, useResources, useCostTrends, useCostSummary, useCostByModel, useCostBreakdown, useActivityFilters, useActivityTrend, useActivities, useNotifications, useMarkAllAsRead } from './chunk-
|
|
8
|
-
import { CenteredErrorState, CardHeader, StatsCardSkeleton, TrendIndicator, DetailCardSkeleton, EmptyState, PageTitleCaption, JsonViewer } from './chunk-
|
|
7
|
+
import { useResolveError, useResolveAllErrors, usePaginationState, useErrorDetails, useMarkAsRead, useExecutionLogsFilters, useExecutionLogs, useExecutionHealth, useErrorAnalysis, useTimeRangeDates, useErrorDetail, useResolveErrorsByExecution, useResources, useCostTrends, useCostSummary, useCostByModel, useCostBreakdown, useActivityFilters, useActivityTrend, useActivities, useNotifications, useMarkAllAsRead } from './chunk-JKSUN5GN.js';
|
|
8
|
+
import { CenteredErrorState, CardHeader, StatsCardSkeleton, TrendIndicator, DetailCardSkeleton, EmptyState, PageTitleCaption, JsonViewer } from './chunk-L3BVJWML.js';
|
|
9
9
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
10
|
-
import { formatBucketTime, PAGE_SIZE_DEFAULT, getTimeRangeDates } from './chunk-
|
|
10
|
+
import { formatBucketTime, PAGE_SIZE_DEFAULT, getTimeRangeDates } from './chunk-XQHZBA65.js';
|
|
11
11
|
import { useState, useMemo, useCallback } from 'react';
|
|
12
12
|
import { Table, Text, Badge, Tooltip, Card, Group, Select, SegmentedControl, Button, TextInput, Stack, Paper, Center, Loader, ActionIcon, NumberFormatter, Box, Alert, Switch, Pagination, UnstyledButton, Title, Divider, Code, CopyButton, Accordion } from '@mantine/core';
|
|
13
13
|
import { IconActivity, IconFilterOff, IconCircleCheck, IconThumbDown, IconThumbUp, IconClock, IconCircleX, IconSearch, IconArrowUpRight, IconAlertTriangle, IconAlertCircle, IconExternalLink, IconChartPie, IconHeartbeat, IconDownload, IconCpu, IconTrendingUp, IconChartBar, IconCash, IconInfoCircle, IconExclamationCircle, IconBug, IconChecks, IconCircle, IconCircleFilled, IconCheck, IconCopy, IconCircleDashed, IconArrowUp, IconArrowDown, IconFileOff, IconRobot, IconKey, IconUser } from '@tabler/icons-react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getErrorInfo, formatErrorMessage, getErrorTitle } from './chunk-
|
|
1
|
+
import { getErrorInfo, formatErrorMessage, getErrorTitle } from './chunk-XQHZBA65.js';
|
|
2
2
|
import { useElevasisServices } from './chunk-KJ3QUBNU.js';
|
|
3
3
|
import { useQuery, useQueryClient, useMutation } from '@tanstack/react-query';
|
|
4
4
|
import { notifications } from '@mantine/notifications';
|