@elevasis/ui 2.35.0 → 2.37.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/api/index.js +4 -3
- package/dist/app/index.css +0 -384
- package/dist/app/index.d.ts +45 -18
- package/dist/app/index.js +21 -21
- package/dist/auth/index.d.ts +91 -28
- package/dist/auth/index.js +5 -1
- package/dist/charts/index.js +9 -3
- package/dist/chunk-5CTJ7TW2.js +111 -0
- package/dist/chunk-5EYJ2GIN.js +122 -0
- package/dist/{chunk-VDOOGGBA.js → chunk-6NREL3KL.js} +2 -2
- package/dist/chunk-6ROXVZ3L.js +9 -0
- package/dist/{chunk-YYX7OPZQ.js → chunk-73EWE2EW.js} +1 -1
- package/dist/{chunk-SIQ3P4OR.js → chunk-7GQFIWP4.js} +8 -756
- package/dist/chunk-A7IG36LB.js +215 -0
- package/dist/chunk-CLDCYJQT.js +1 -0
- package/dist/{chunk-AKW7KISS.js → chunk-CWYQRM5T.js} +2 -38
- package/dist/{chunk-LUYVRATI.js → chunk-DA6I5VEY.js} +5 -213
- package/dist/chunk-I53EX4VU.js +734 -0
- package/dist/chunk-IIMU5YAJ.js +53 -0
- package/dist/{chunk-VKIZUUPM.js → chunk-JPVZRZ3X.js} +31 -14
- package/dist/chunk-JXVNHVK7.js +79 -0
- package/dist/chunk-JZ2WID2G.js +337 -0
- package/dist/chunk-LCJQ6OWC.js +348 -0
- package/dist/chunk-LNC6PZAE.js +85 -0
- package/dist/{chunk-4U3XAWCN.js → chunk-NWMPBG4U.js} +134 -495
- package/dist/chunk-NYNOMAAS.js +422 -0
- package/dist/chunk-S3KBYQTI.js +39 -0
- package/dist/chunk-S3XR4II4.js +30 -0
- package/dist/chunk-SHZT7ULK.js +425 -0
- package/dist/{chunk-26HFM4MH.js → chunk-T3NI7DOA.js} +2005 -4106
- package/dist/{chunk-GX6XBRRF.js → chunk-TYRUKGGD.js} +2 -1
- package/dist/{chunk-R3VCBZDC.js → chunk-X4WBGKJQ.js} +3 -50
- package/dist/{chunk-GEFWMU26.js → chunk-X66MVMZT.js} +1 -9
- package/dist/{chunk-57OZ3AEG.js → chunk-Y3JQBSKQ.js} +1 -1
- package/dist/components/index.d.ts +36 -46
- package/dist/components/index.js +33 -19
- package/dist/components/navigation/index.js +3 -31
- package/dist/execution/index.d.ts +2 -2
- package/dist/features/auth/index.d.ts +55 -99
- package/dist/features/auth/index.js +36 -99
- package/dist/features/clients/index.js +33 -19
- package/dist/features/crm/index.d.ts +23 -0
- package/dist/features/crm/index.js +33 -19
- package/dist/features/dashboard/index.d.ts +3 -3
- package/dist/features/dashboard/index.js +33 -19
- package/dist/features/delivery/index.d.ts +23 -0
- package/dist/features/delivery/index.js +33 -19
- package/dist/features/knowledge/index.js +6 -30
- package/dist/features/lead-gen/index.d.ts +1373 -48
- package/dist/features/lead-gen/index.js +33 -19
- package/dist/features/monitoring/index.js +33 -19
- package/dist/features/monitoring/requests/index.js +33 -19
- package/dist/features/notes/index.d.ts +72 -0
- package/dist/features/notes/index.js +621 -0
- package/dist/features/operations/index.d.ts +30 -30
- package/dist/features/operations/index.js +33 -19
- package/dist/features/right-panel-host/index.d.ts +214 -0
- package/dist/features/right-panel-host/index.js +640 -0
- package/dist/features/seo/index.js +3 -2
- package/dist/features/settings/index.d.ts +26 -35
- package/dist/features/settings/index.js +33 -19
- package/dist/hooks/access/index.d.ts +90 -0
- package/dist/hooks/access/index.js +10 -0
- package/dist/hooks/delivery/index.d.ts +23 -0
- package/dist/hooks/delivery/index.js +33 -19
- package/dist/hooks/index.d.ts +1816 -1855
- package/dist/hooks/index.js +33 -19
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +13 -13
- package/dist/hooks/published.d.ts +1816 -1855
- package/dist/hooks/published.js +33 -19
- package/dist/hooks/user-notes/index.d.ts +57 -0
- package/dist/hooks/user-notes/index.js +3 -0
- package/dist/index.d.ts +290 -309
- package/dist/index.js +34 -20
- package/dist/initialization/index.d.ts +23 -19
- package/dist/knowledge/index.d.ts +21 -21
- package/dist/knowledge/index.js +12 -9
- package/dist/{knowledge-search-index-ORIJCEZX.js → knowledge-search-index-NBCTFIOH.js} +2 -2
- package/dist/layout/index.js +5 -3
- package/dist/organization/index.d.ts +0 -19
- package/dist/organization/index.js +33 -19
- package/dist/profile/index.d.ts +23 -0
- package/dist/provider/index.css +0 -384
- package/dist/provider/index.d.ts +45 -18
- package/dist/provider/index.js +15 -21
- package/dist/provider/published.css +0 -523
- package/dist/provider/published.d.ts +45 -18
- package/dist/provider/published.js +11 -21
- package/dist/sse/index.js +26 -5
- package/dist/supabase/index.d.ts +46 -0
- package/dist/test-utils/index.d.ts +2 -21
- package/dist/test-utils/index.js +5 -18
- package/dist/theme/index.js +2 -1
- package/dist/types/index.d.ts +86 -72
- package/dist/utils/index.d.ts +3 -3
- package/dist/utils/index.js +2 -1
- package/package.json +21 -5
- package/src/auth/README.md +6 -6
- package/dist/components/navigation/index.css +0 -649
- package/dist/features/knowledge/index.css +0 -649
package/dist/api/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { createElevasisQueryClient } from '../chunk-
|
|
2
|
-
export { ApiClientProvider, useApiClient, useApiClientContext } from '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { createElevasisQueryClient } from '../chunk-73EWE2EW.js';
|
|
2
|
+
export { ApiClientProvider, useApiClient, useApiClientContext } from '../chunk-Y3JQBSKQ.js';
|
|
3
|
+
import '../chunk-X66MVMZT.js';
|
|
4
4
|
import '../chunk-KRWALB24.js';
|
|
5
5
|
import '../chunk-DD3CCMCZ.js';
|
|
6
|
+
import '../chunk-6ROXVZ3L.js';
|
|
6
7
|
import '../chunk-I2KLQ2HA.js';
|
package/dist/app/index.css
CHANGED
|
@@ -263,387 +263,3 @@
|
|
|
263
263
|
letter-spacing: 0.12em;
|
|
264
264
|
color: var(--color-text-dimmed);
|
|
265
265
|
}
|
|
266
|
-
|
|
267
|
-
/* src/graph/Graph.globals.css */
|
|
268
|
-
.elevasis-graph-root .react-flow__node.selected,
|
|
269
|
-
.elevasis-graph-root .react-flow__node:focus,
|
|
270
|
-
.elevasis-graph-root .react-flow__node:focus-visible {
|
|
271
|
-
outline: none !important;
|
|
272
|
-
}
|
|
273
|
-
.elevasis-graph-root .react-flow__node.selected > * {
|
|
274
|
-
box-shadow: none;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
/* src/graph/Graph.module.css */
|
|
278
|
-
@keyframes edgeFlow {
|
|
279
|
-
0% {
|
|
280
|
-
stroke-dashoffset: 24;
|
|
281
|
-
}
|
|
282
|
-
100% {
|
|
283
|
-
stroke-dashoffset: 0;
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
@keyframes edgeFlowReverse {
|
|
287
|
-
0% {
|
|
288
|
-
stroke-dashoffset: 0;
|
|
289
|
-
}
|
|
290
|
-
100% {
|
|
291
|
-
stroke-dashoffset: 24;
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
@keyframes pulse {
|
|
295
|
-
0%, 100% {
|
|
296
|
-
opacity: 0.6;
|
|
297
|
-
}
|
|
298
|
-
50% {
|
|
299
|
-
opacity: 1;
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
@keyframes livePulse {
|
|
303
|
-
0%, 100% {
|
|
304
|
-
opacity: 1;
|
|
305
|
-
}
|
|
306
|
-
50% {
|
|
307
|
-
opacity: 0.6;
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
.livePulse {
|
|
311
|
-
animation: livePulse 2s ease-in-out infinite;
|
|
312
|
-
}
|
|
313
|
-
@keyframes glowPulse {
|
|
314
|
-
0%, 100% {
|
|
315
|
-
box-shadow: 0 0 5px var(--glow-color, color-mix(in srgb, var(--color-primary) 30%, transparent)), 0 0 15px var(--glow-color, color-mix(in srgb, var(--color-primary) 10%, transparent));
|
|
316
|
-
}
|
|
317
|
-
50% {
|
|
318
|
-
box-shadow: 0 0 10px var(--glow-color, color-mix(in srgb, var(--color-primary) 50%, transparent)), 0 0 20px var(--glow-color, color-mix(in srgb, var(--color-primary) 20%, transparent));
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
@keyframes nodeEnter {
|
|
322
|
-
0% {
|
|
323
|
-
opacity: 0;
|
|
324
|
-
transform: scale(0.8) translateY(10px);
|
|
325
|
-
}
|
|
326
|
-
100% {
|
|
327
|
-
opacity: 1;
|
|
328
|
-
transform: scale(1) translateY(0);
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
@keyframes handlePulse {
|
|
332
|
-
0%, 100% {
|
|
333
|
-
transform: scale(1);
|
|
334
|
-
box-shadow: 0 0 0 0 var(--handle-color, color-mix(in srgb, var(--color-primary) 40%, transparent));
|
|
335
|
-
}
|
|
336
|
-
50% {
|
|
337
|
-
transform: scale(1.2);
|
|
338
|
-
box-shadow: 0 0 0 4px var(--handle-color, color-mix(in srgb, var(--color-primary) 0%, transparent));
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
|
-
@keyframes gridMove {
|
|
342
|
-
0% {
|
|
343
|
-
background-position: 0 0;
|
|
344
|
-
}
|
|
345
|
-
100% {
|
|
346
|
-
background-position: 40px 40px;
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
@keyframes labelFadeIn {
|
|
350
|
-
0% {
|
|
351
|
-
opacity: 0;
|
|
352
|
-
transform: translate(-50%, -50%) translate(var(--label-x), var(--label-y)) scale(0.8);
|
|
353
|
-
}
|
|
354
|
-
100% {
|
|
355
|
-
opacity: 1;
|
|
356
|
-
transform: translate(-50%, -50%) translate(var(--label-x), var(--label-y)) scale(1);
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
@keyframes scanLine {
|
|
360
|
-
0% {
|
|
361
|
-
transform: translateY(-100%);
|
|
362
|
-
opacity: 0;
|
|
363
|
-
}
|
|
364
|
-
50% {
|
|
365
|
-
opacity: 0.5;
|
|
366
|
-
}
|
|
367
|
-
100% {
|
|
368
|
-
transform: translateY(100%);
|
|
369
|
-
opacity: 0;
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
|
-
.graphContainer {
|
|
373
|
-
position: relative;
|
|
374
|
-
background-image:
|
|
375
|
-
linear-gradient(color-mix(in srgb, var(--color-primary) 5%, transparent) 1px, transparent 1px),
|
|
376
|
-
linear-gradient(
|
|
377
|
-
90deg,
|
|
378
|
-
color-mix(in srgb, var(--color-primary) 5%, transparent) 1px,
|
|
379
|
-
transparent 1px),
|
|
380
|
-
radial-gradient(
|
|
381
|
-
ellipse at 50% 50%,
|
|
382
|
-
color-mix(in srgb, var(--color-primary) 1.25%, transparent) 0%,
|
|
383
|
-
transparent 70%);
|
|
384
|
-
background-color: color-mix(in srgb, var(--color-background) 50%, var(--glass-background));
|
|
385
|
-
backdrop-filter: var(--glass-blur);
|
|
386
|
-
background-size:
|
|
387
|
-
40px 40px,
|
|
388
|
-
40px 40px,
|
|
389
|
-
100% 100%;
|
|
390
|
-
animation: gridMove 20s linear infinite;
|
|
391
|
-
}
|
|
392
|
-
[data-mantine-color-scheme=dark] .graphContainer {
|
|
393
|
-
background-image:
|
|
394
|
-
linear-gradient(color-mix(in srgb, var(--color-primary) 9%, transparent) 1px, transparent 1px),
|
|
395
|
-
linear-gradient(
|
|
396
|
-
90deg,
|
|
397
|
-
color-mix(in srgb, var(--color-primary) 9%, transparent) 1px,
|
|
398
|
-
transparent 1px),
|
|
399
|
-
radial-gradient(
|
|
400
|
-
ellipse at 50% 50%,
|
|
401
|
-
color-mix(in srgb, var(--color-primary) 2.25%, transparent) 0%,
|
|
402
|
-
transparent 70%);
|
|
403
|
-
background-size:
|
|
404
|
-
40px 40px,
|
|
405
|
-
40px 40px,
|
|
406
|
-
100% 100%;
|
|
407
|
-
}
|
|
408
|
-
.node {
|
|
409
|
-
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
410
|
-
position: relative;
|
|
411
|
-
}
|
|
412
|
-
.node:nth-child(1) {
|
|
413
|
-
animation-delay: 0.05s;
|
|
414
|
-
}
|
|
415
|
-
.node:nth-child(2) {
|
|
416
|
-
animation-delay: 0.1s;
|
|
417
|
-
}
|
|
418
|
-
.node:nth-child(3) {
|
|
419
|
-
animation-delay: 0.15s;
|
|
420
|
-
}
|
|
421
|
-
.node:nth-child(4) {
|
|
422
|
-
animation-delay: 0.2s;
|
|
423
|
-
}
|
|
424
|
-
.node:nth-child(5) {
|
|
425
|
-
animation-delay: 0.25s;
|
|
426
|
-
}
|
|
427
|
-
.node:nth-child(6) {
|
|
428
|
-
animation-delay: 0.3s;
|
|
429
|
-
}
|
|
430
|
-
.node:nth-child(7) {
|
|
431
|
-
animation-delay: 0.35s;
|
|
432
|
-
}
|
|
433
|
-
.node:nth-child(8) {
|
|
434
|
-
animation-delay: 0.4s;
|
|
435
|
-
}
|
|
436
|
-
.node:nth-child(9) {
|
|
437
|
-
animation-delay: 0.45s;
|
|
438
|
-
}
|
|
439
|
-
.node:nth-child(10) {
|
|
440
|
-
animation-delay: 0.5s;
|
|
441
|
-
}
|
|
442
|
-
.node:nth-child(11) {
|
|
443
|
-
animation-delay: 0.55s;
|
|
444
|
-
}
|
|
445
|
-
.node:nth-child(12) {
|
|
446
|
-
animation-delay: 0.6s;
|
|
447
|
-
}
|
|
448
|
-
.nodeCard {
|
|
449
|
-
position: relative;
|
|
450
|
-
border-radius: var(--mantine-radius-md);
|
|
451
|
-
overflow: hidden;
|
|
452
|
-
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
453
|
-
}
|
|
454
|
-
.nodeCard::before {
|
|
455
|
-
content: "";
|
|
456
|
-
position: absolute;
|
|
457
|
-
inset: 0;
|
|
458
|
-
background:
|
|
459
|
-
linear-gradient(
|
|
460
|
-
135deg,
|
|
461
|
-
var(--node-color-light, color-mix(in srgb, var(--color-primary) 10%, transparent)) 0%,
|
|
462
|
-
transparent 50%,
|
|
463
|
-
var(--node-color-light, color-mix(in srgb, var(--color-primary) 5%, transparent)) 100%);
|
|
464
|
-
pointer-events: none;
|
|
465
|
-
opacity: 0;
|
|
466
|
-
transition: opacity 0.3s ease;
|
|
467
|
-
}
|
|
468
|
-
.nodeCard::after {
|
|
469
|
-
content: "";
|
|
470
|
-
position: absolute;
|
|
471
|
-
left: 0;
|
|
472
|
-
right: 0;
|
|
473
|
-
height: 30%;
|
|
474
|
-
background:
|
|
475
|
-
linear-gradient(
|
|
476
|
-
180deg,
|
|
477
|
-
transparent 0%,
|
|
478
|
-
var(--node-color-glow, color-mix(in srgb, var(--color-primary) 10%, transparent)) 50%,
|
|
479
|
-
transparent 100%);
|
|
480
|
-
pointer-events: none;
|
|
481
|
-
opacity: 0;
|
|
482
|
-
}
|
|
483
|
-
.nodeCard:hover::before,
|
|
484
|
-
.nodeCardSelected::before {
|
|
485
|
-
opacity: 1;
|
|
486
|
-
}
|
|
487
|
-
.nodeCard:hover::after,
|
|
488
|
-
.nodeCardSelected::after {
|
|
489
|
-
animation: scanLine 3s ease-in-out infinite;
|
|
490
|
-
}
|
|
491
|
-
.nodeCard:hover {
|
|
492
|
-
transform: translateY(-2px) scale(1.02);
|
|
493
|
-
}
|
|
494
|
-
.nodeCardSelected {
|
|
495
|
-
transform: translateY(-2px) scale(1.02);
|
|
496
|
-
animation: glowPulse 2s ease-in-out infinite;
|
|
497
|
-
}
|
|
498
|
-
.nodeAgent {
|
|
499
|
-
--glow-color: rgba(139, 92, 246, 0.4);
|
|
500
|
-
--node-color-light: rgba(139, 92, 246, 0.1);
|
|
501
|
-
--node-color-glow: rgba(139, 92, 246, 0.15);
|
|
502
|
-
--handle-color: rgba(139, 92, 246, 0.5);
|
|
503
|
-
--gradient-start: rgba(139, 92, 246, 0.15);
|
|
504
|
-
--gradient-end: rgba(139, 92, 246, 0.05);
|
|
505
|
-
}
|
|
506
|
-
.nodeWorkflow {
|
|
507
|
-
--glow-color: rgba(59, 130, 246, 0.4);
|
|
508
|
-
--node-color-light: rgba(59, 130, 246, 0.1);
|
|
509
|
-
--node-color-glow: rgba(59, 130, 246, 0.15);
|
|
510
|
-
--handle-color: rgba(59, 130, 246, 0.5);
|
|
511
|
-
--gradient-start: rgba(59, 130, 246, 0.15);
|
|
512
|
-
--gradient-end: rgba(59, 130, 246, 0.05);
|
|
513
|
-
}
|
|
514
|
-
.nodeTrigger {
|
|
515
|
-
--glow-color: rgba(249, 115, 22, 0.4);
|
|
516
|
-
--node-color-light: rgba(249, 115, 22, 0.1);
|
|
517
|
-
--node-color-glow: rgba(249, 115, 22, 0.15);
|
|
518
|
-
--handle-color: rgba(249, 115, 22, 0.5);
|
|
519
|
-
--gradient-start: rgba(249, 115, 22, 0.15);
|
|
520
|
-
--gradient-end: rgba(249, 115, 22, 0.05);
|
|
521
|
-
}
|
|
522
|
-
.nodeIntegration {
|
|
523
|
-
--glow-color: rgba(20, 184, 166, 0.4);
|
|
524
|
-
--node-color-light: rgba(20, 184, 166, 0.1);
|
|
525
|
-
--node-color-glow: rgba(20, 184, 166, 0.15);
|
|
526
|
-
--handle-color: rgba(20, 184, 166, 0.5);
|
|
527
|
-
--gradient-start: rgba(20, 184, 166, 0.15);
|
|
528
|
-
--gradient-end: rgba(20, 184, 166, 0.05);
|
|
529
|
-
}
|
|
530
|
-
.nodeExternal {
|
|
531
|
-
--glow-color: rgba(107, 114, 128, 0.4);
|
|
532
|
-
--node-color-light: rgba(107, 114, 128, 0.1);
|
|
533
|
-
--node-color-glow: rgba(107, 114, 128, 0.15);
|
|
534
|
-
--handle-color: rgba(107, 114, 128, 0.5);
|
|
535
|
-
--gradient-start: rgba(107, 114, 128, 0.15);
|
|
536
|
-
--gradient-end: rgba(107, 114, 128, 0.05);
|
|
537
|
-
}
|
|
538
|
-
.nodeHuman {
|
|
539
|
-
--glow-color: rgba(245, 158, 11, 0.4);
|
|
540
|
-
--node-color-light: rgba(245, 158, 11, 0.1);
|
|
541
|
-
--node-color-glow: rgba(245, 158, 11, 0.15);
|
|
542
|
-
--handle-color: rgba(245, 158, 11, 0.5);
|
|
543
|
-
--gradient-start: rgba(245, 158, 11, 0.15);
|
|
544
|
-
--gradient-end: rgba(245, 158, 11, 0.05);
|
|
545
|
-
}
|
|
546
|
-
.nodePrimary {
|
|
547
|
-
--glow-color: rgba(37, 99, 235, 0.4);
|
|
548
|
-
--node-color-light: rgba(37, 99, 235, 0.1);
|
|
549
|
-
--node-color-glow: rgba(37, 99, 235, 0.15);
|
|
550
|
-
--handle-color: rgba(37, 99, 235, 0.5);
|
|
551
|
-
--gradient-start: rgba(37, 99, 235, 0.15);
|
|
552
|
-
--gradient-end: rgba(37, 99, 235, 0.05);
|
|
553
|
-
}
|
|
554
|
-
.handle {
|
|
555
|
-
transition: all 0.2s ease;
|
|
556
|
-
}
|
|
557
|
-
.handle:hover {
|
|
558
|
-
animation: handlePulse 1s ease-in-out infinite;
|
|
559
|
-
}
|
|
560
|
-
.nodeIcon {
|
|
561
|
-
transition: all 0.3s ease;
|
|
562
|
-
}
|
|
563
|
-
.badge {
|
|
564
|
-
transition: all 0.2s ease;
|
|
565
|
-
backdrop-filter: blur(4px);
|
|
566
|
-
}
|
|
567
|
-
.nodeCard:hover .badge {
|
|
568
|
-
transform: scale(1.05);
|
|
569
|
-
}
|
|
570
|
-
.badgeProd {
|
|
571
|
-
box-shadow: 0 0 8px rgba(34, 197, 94, 0.3);
|
|
572
|
-
}
|
|
573
|
-
.edge {
|
|
574
|
-
transition: all 0.3s ease;
|
|
575
|
-
}
|
|
576
|
-
.edgeAnimated {
|
|
577
|
-
stroke-dasharray: 8 4;
|
|
578
|
-
animation: edgeFlow 1s linear infinite;
|
|
579
|
-
}
|
|
580
|
-
.edgeGlow {
|
|
581
|
-
filter: drop-shadow(0 0 3px var(--edge-color, color-mix(in srgb, var(--color-primary) 50%, transparent)));
|
|
582
|
-
}
|
|
583
|
-
.edgeHighlighted {
|
|
584
|
-
stroke-width: 3px;
|
|
585
|
-
}
|
|
586
|
-
.edgeLabel {
|
|
587
|
-
backdrop-filter: blur(8px);
|
|
588
|
-
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
589
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 20px var(--label-glow, color-mix(in srgb, var(--color-primary) 20%, transparent));
|
|
590
|
-
transition: box-shadow 0.2s ease;
|
|
591
|
-
}
|
|
592
|
-
.edgeLabel:hover {
|
|
593
|
-
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2), 0 0 30px var(--label-glow, color-mix(in srgb, var(--color-primary) 30%, transparent));
|
|
594
|
-
}
|
|
595
|
-
.legend {
|
|
596
|
-
backdrop-filter: var(--glass-blur);
|
|
597
|
-
background: var(--glass-background);
|
|
598
|
-
border: 1px solid color-mix(in srgb, var(--color-primary) 20%, transparent);
|
|
599
|
-
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 0 40px color-mix(in srgb, var(--color-primary) 10%, transparent);
|
|
600
|
-
}
|
|
601
|
-
[data-mantine-color-scheme=dark] .legend {
|
|
602
|
-
border-color: color-mix(in srgb, var(--color-primary) 30%, transparent);
|
|
603
|
-
}
|
|
604
|
-
.legendDot {
|
|
605
|
-
transition: all 0.2s ease;
|
|
606
|
-
box-shadow: 0 0 8px currentColor;
|
|
607
|
-
}
|
|
608
|
-
.legendDot:hover {
|
|
609
|
-
transform: scale(1.3);
|
|
610
|
-
box-shadow: 0 0 12px currentColor;
|
|
611
|
-
}
|
|
612
|
-
.nodeHighlighted .nodeCard {
|
|
613
|
-
transform: translateY(-2px) scale(1.02);
|
|
614
|
-
}
|
|
615
|
-
.nodeHighlighted .nodeCard::before {
|
|
616
|
-
opacity: 1;
|
|
617
|
-
}
|
|
618
|
-
.nodeHighlighted .nodeCard::after {
|
|
619
|
-
animation: scanLine 3s ease-in-out infinite;
|
|
620
|
-
}
|
|
621
|
-
.nodeDimmed {
|
|
622
|
-
opacity: 0.3;
|
|
623
|
-
filter: grayscale(0.5);
|
|
624
|
-
transition: all 0.3s ease;
|
|
625
|
-
}
|
|
626
|
-
.edgeHighlighted {
|
|
627
|
-
stroke-width: 4px !important;
|
|
628
|
-
}
|
|
629
|
-
.edgeDimmed {
|
|
630
|
-
opacity: 0.15;
|
|
631
|
-
transition: all 0.3s ease;
|
|
632
|
-
}
|
|
633
|
-
.edgeLabelDimmed {
|
|
634
|
-
opacity: 0.15;
|
|
635
|
-
transition: opacity 0.3s ease;
|
|
636
|
-
}
|
|
637
|
-
@media (prefers-reduced-motion: reduce) {
|
|
638
|
-
.node,
|
|
639
|
-
.nodeCard::after,
|
|
640
|
-
.edgeAnimated,
|
|
641
|
-
.nodeIcon,
|
|
642
|
-
.handle:hover,
|
|
643
|
-
.graphContainer {
|
|
644
|
-
animation: none;
|
|
645
|
-
}
|
|
646
|
-
.nodeCard:hover {
|
|
647
|
-
transform: none;
|
|
648
|
-
}
|
|
649
|
-
}
|
package/dist/app/index.d.ts
CHANGED
|
@@ -2790,6 +2790,7 @@ type Database = {
|
|
|
2790
2790
|
title: string | null;
|
|
2791
2791
|
updated_at: string;
|
|
2792
2792
|
user_id: string;
|
|
2793
|
+
visibility: string;
|
|
2793
2794
|
};
|
|
2794
2795
|
Insert: {
|
|
2795
2796
|
content: string;
|
|
@@ -2804,6 +2805,7 @@ type Database = {
|
|
|
2804
2805
|
title?: string | null;
|
|
2805
2806
|
updated_at?: string;
|
|
2806
2807
|
user_id: string;
|
|
2808
|
+
visibility?: string;
|
|
2807
2809
|
};
|
|
2808
2810
|
Update: {
|
|
2809
2811
|
content?: string;
|
|
@@ -2818,6 +2820,7 @@ type Database = {
|
|
|
2818
2820
|
title?: string | null;
|
|
2819
2821
|
updated_at?: string;
|
|
2820
2822
|
user_id?: string;
|
|
2823
|
+
visibility?: string;
|
|
2821
2824
|
};
|
|
2822
2825
|
Relationships: [
|
|
2823
2826
|
{
|
|
@@ -2986,6 +2989,12 @@ type Database = {
|
|
|
2986
2989
|
Args: never;
|
|
2987
2990
|
Returns: boolean;
|
|
2988
2991
|
};
|
|
2992
|
+
current_user_shares_org_with: {
|
|
2993
|
+
Args: {
|
|
2994
|
+
other_user_id: string;
|
|
2995
|
+
};
|
|
2996
|
+
Returns: boolean;
|
|
2997
|
+
};
|
|
2989
2998
|
current_user_supabase_id: {
|
|
2990
2999
|
Args: never;
|
|
2991
3000
|
Returns: string;
|
|
@@ -3025,6 +3034,20 @@ type Database = {
|
|
|
3025
3034
|
Args: never;
|
|
3026
3035
|
Returns: string;
|
|
3027
3036
|
};
|
|
3037
|
+
has_org_access: {
|
|
3038
|
+
Args: {
|
|
3039
|
+
action?: string;
|
|
3040
|
+
org_id: string;
|
|
3041
|
+
system_path: string;
|
|
3042
|
+
};
|
|
3043
|
+
Returns: boolean;
|
|
3044
|
+
} | {
|
|
3045
|
+
Args: {
|
|
3046
|
+
action?: string;
|
|
3047
|
+
system_path: string;
|
|
3048
|
+
};
|
|
3049
|
+
Returns: boolean;
|
|
3050
|
+
};
|
|
3028
3051
|
has_org_permission: {
|
|
3029
3052
|
Args: {
|
|
3030
3053
|
org_id: string;
|
|
@@ -3230,6 +3253,10 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
3230
3253
|
enabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
3231
3254
|
order: z$1.ZodOptional<z$1.ZodNumber>;
|
|
3232
3255
|
}, z$1.core.$strip>>>;
|
|
3256
|
+
dataMode: z$1.ZodOptional<z$1.ZodEnum<{
|
|
3257
|
+
mock: "mock";
|
|
3258
|
+
live: "live";
|
|
3259
|
+
}>>;
|
|
3233
3260
|
}, z$1.core.$strip>;
|
|
3234
3261
|
}, z$1.core.$strip>;
|
|
3235
3262
|
type AcqListResponse = z$1.infer<typeof AcqListResponseSchema>;
|
|
@@ -3387,9 +3414,9 @@ declare const SurfaceTypeSchema: z$1.ZodEnum<{
|
|
|
3387
3414
|
dashboard: "dashboard";
|
|
3388
3415
|
settings: "settings";
|
|
3389
3416
|
graph: "graph";
|
|
3390
|
-
list: "list";
|
|
3391
3417
|
page: "page";
|
|
3392
3418
|
detail: "detail";
|
|
3419
|
+
list: "list";
|
|
3393
3420
|
}>;
|
|
3394
3421
|
interface SidebarSurfaceNode {
|
|
3395
3422
|
type: 'surface';
|
|
@@ -3822,8 +3849,8 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3822
3849
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3823
3850
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
3824
3851
|
status: z$1.ZodEnum<{
|
|
3825
|
-
deprecated: "deprecated";
|
|
3826
3852
|
active: "active";
|
|
3853
|
+
deprecated: "deprecated";
|
|
3827
3854
|
archived: "archived";
|
|
3828
3855
|
}>;
|
|
3829
3856
|
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -3841,12 +3868,12 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3841
3868
|
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
3842
3869
|
path: z$1.ZodString;
|
|
3843
3870
|
role: z$1.ZodEnum<{
|
|
3844
|
-
config: "config";
|
|
3845
3871
|
entrypoint: "entrypoint";
|
|
3846
3872
|
handler: "handler";
|
|
3847
3873
|
schema: "schema";
|
|
3848
3874
|
test: "test";
|
|
3849
3875
|
docs: "docs";
|
|
3876
|
+
config: "config";
|
|
3850
3877
|
}>;
|
|
3851
3878
|
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
3852
3879
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3857,10 +3884,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3857
3884
|
label: z$1.ZodString;
|
|
3858
3885
|
payloadSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
3859
3886
|
lifecycle: z$1.ZodOptional<z$1.ZodEnum<{
|
|
3887
|
+
active: "active";
|
|
3860
3888
|
deprecated: "deprecated";
|
|
3861
3889
|
draft: "draft";
|
|
3862
3890
|
beta: "beta";
|
|
3863
|
-
active: "active";
|
|
3864
3891
|
archived: "archived";
|
|
3865
3892
|
}>>;
|
|
3866
3893
|
}, z$1.core.$strip>>>;
|
|
@@ -3872,8 +3899,8 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3872
3899
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3873
3900
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
3874
3901
|
status: z$1.ZodEnum<{
|
|
3875
|
-
deprecated: "deprecated";
|
|
3876
3902
|
active: "active";
|
|
3903
|
+
deprecated: "deprecated";
|
|
3877
3904
|
archived: "archived";
|
|
3878
3905
|
}>;
|
|
3879
3906
|
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -3891,12 +3918,12 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3891
3918
|
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
3892
3919
|
path: z$1.ZodString;
|
|
3893
3920
|
role: z$1.ZodEnum<{
|
|
3894
|
-
config: "config";
|
|
3895
3921
|
entrypoint: "entrypoint";
|
|
3896
3922
|
handler: "handler";
|
|
3897
3923
|
schema: "schema";
|
|
3898
3924
|
test: "test";
|
|
3899
3925
|
docs: "docs";
|
|
3926
|
+
config: "config";
|
|
3900
3927
|
}>;
|
|
3901
3928
|
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
3902
3929
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3938,10 +3965,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3938
3965
|
label: z$1.ZodString;
|
|
3939
3966
|
payloadSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
3940
3967
|
lifecycle: z$1.ZodOptional<z$1.ZodEnum<{
|
|
3968
|
+
active: "active";
|
|
3941
3969
|
deprecated: "deprecated";
|
|
3942
3970
|
draft: "draft";
|
|
3943
3971
|
beta: "beta";
|
|
3944
|
-
active: "active";
|
|
3945
3972
|
archived: "archived";
|
|
3946
3973
|
}>>;
|
|
3947
3974
|
}, z$1.core.$strip>>>;
|
|
@@ -3953,8 +3980,8 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3953
3980
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3954
3981
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
3955
3982
|
status: z$1.ZodEnum<{
|
|
3956
|
-
deprecated: "deprecated";
|
|
3957
3983
|
active: "active";
|
|
3984
|
+
deprecated: "deprecated";
|
|
3958
3985
|
archived: "archived";
|
|
3959
3986
|
}>;
|
|
3960
3987
|
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -3972,12 +3999,12 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3972
3999
|
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
3973
4000
|
path: z$1.ZodString;
|
|
3974
4001
|
role: z$1.ZodEnum<{
|
|
3975
|
-
config: "config";
|
|
3976
4002
|
entrypoint: "entrypoint";
|
|
3977
4003
|
handler: "handler";
|
|
3978
4004
|
schema: "schema";
|
|
3979
4005
|
test: "test";
|
|
3980
4006
|
docs: "docs";
|
|
4007
|
+
config: "config";
|
|
3981
4008
|
}>;
|
|
3982
4009
|
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
3983
4010
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3992,8 +4019,8 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3992
4019
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3993
4020
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
3994
4021
|
status: z$1.ZodEnum<{
|
|
3995
|
-
deprecated: "deprecated";
|
|
3996
4022
|
active: "active";
|
|
4023
|
+
deprecated: "deprecated";
|
|
3997
4024
|
archived: "archived";
|
|
3998
4025
|
}>;
|
|
3999
4026
|
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -4011,12 +4038,12 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4011
4038
|
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
4012
4039
|
path: z$1.ZodString;
|
|
4013
4040
|
role: z$1.ZodEnum<{
|
|
4014
|
-
config: "config";
|
|
4015
4041
|
entrypoint: "entrypoint";
|
|
4016
4042
|
handler: "handler";
|
|
4017
4043
|
schema: "schema";
|
|
4018
4044
|
test: "test";
|
|
4019
4045
|
docs: "docs";
|
|
4046
|
+
config: "config";
|
|
4020
4047
|
}>;
|
|
4021
4048
|
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
4022
4049
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4130,10 +4157,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4130
4157
|
}, z$1.core.$strip>], "kind">>>;
|
|
4131
4158
|
knowledge: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
4132
4159
|
lifecycle: z$1.ZodDefault<z$1.ZodEnum<{
|
|
4160
|
+
active: "active";
|
|
4133
4161
|
deprecated: "deprecated";
|
|
4134
4162
|
draft: "draft";
|
|
4135
4163
|
beta: "beta";
|
|
4136
|
-
active: "active";
|
|
4137
4164
|
archived: "archived";
|
|
4138
4165
|
}>>;
|
|
4139
4166
|
}, z$1.core.$strip>>>>;
|
|
@@ -4211,10 +4238,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4211
4238
|
roleIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
4212
4239
|
}, z$1.core.$strip>>;
|
|
4213
4240
|
lifecycle: z$1.ZodDefault<z$1.ZodEnum<{
|
|
4241
|
+
active: "active";
|
|
4214
4242
|
deprecated: "deprecated";
|
|
4215
4243
|
draft: "draft";
|
|
4216
4244
|
beta: "beta";
|
|
4217
|
-
active: "active";
|
|
4218
4245
|
archived: "archived";
|
|
4219
4246
|
}>>;
|
|
4220
4247
|
}, z$1.core.$strip>>>>;
|
|
@@ -4297,12 +4324,12 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4297
4324
|
kind: z$1.ZodEnum<{
|
|
4298
4325
|
knowledge: "knowledge";
|
|
4299
4326
|
system: "system";
|
|
4327
|
+
resource: "resource";
|
|
4300
4328
|
action: "action";
|
|
4301
4329
|
ontology: "ontology";
|
|
4302
4330
|
role: "role";
|
|
4303
|
-
goal: "goal";
|
|
4304
|
-
resource: "resource";
|
|
4305
4331
|
stage: "stage";
|
|
4332
|
+
goal: "goal";
|
|
4306
4333
|
"customer-segment": "customer-segment";
|
|
4307
4334
|
offering: "offering";
|
|
4308
4335
|
}>;
|
|
@@ -4312,7 +4339,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4312
4339
|
nodeId: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodTemplateLiteral<`ontology:${string}`>]>;
|
|
4313
4340
|
}, z$1.core.$strip>]>, z$1.ZodTransform<{
|
|
4314
4341
|
target: {
|
|
4315
|
-
kind: "knowledge" | "system" | "
|
|
4342
|
+
kind: "knowledge" | "system" | "resource" | "action" | "ontology" | "role" | "stage" | "goal" | "customer-segment" | "offering";
|
|
4316
4343
|
id: string;
|
|
4317
4344
|
};
|
|
4318
4345
|
nodeId: string;
|
|
@@ -4320,7 +4347,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4320
4347
|
nodeId: string;
|
|
4321
4348
|
} | {
|
|
4322
4349
|
target: {
|
|
4323
|
-
kind: "knowledge" | "system" | "
|
|
4350
|
+
kind: "knowledge" | "system" | "resource" | "action" | "ontology" | "role" | "stage" | "goal" | "customer-segment" | "offering";
|
|
4324
4351
|
id: string;
|
|
4325
4352
|
};
|
|
4326
4353
|
}>>>>;
|
|
@@ -4395,7 +4422,7 @@ type FieldPath<T> = T extends object ? {
|
|
|
4395
4422
|
[K in keyof T & string]: T[K] extends ReadonlyArray<unknown> | unknown[] ? K : T[K] extends object | undefined ? K | `${K}.${FieldPath<NonNullable<T[K]>>}` : K;
|
|
4396
4423
|
}[keyof T & string] : never;
|
|
4397
4424
|
/** Discriminated string union of supported Mantine components. */
|
|
4398
|
-
type StepConfigComponent = 'segmented' | 'tags' | 'multiselect' | 'select' | 'textinput' | 'textarea' | 'numberinput' | 'switch' | 'json';
|
|
4425
|
+
type StepConfigComponent = 'checkboxgroup' | 'segmented' | 'tags' | 'multiselect' | 'select' | 'textinput' | 'textarea' | 'numberinput' | 'switch' | 'json';
|
|
4399
4426
|
/** Rendering hint for a single field within a section. */
|
|
4400
4427
|
interface StepConfigFieldHint<T> {
|
|
4401
4428
|
/** Typed dotted path into T — typo = TS error. */
|