@elevasis/ui 2.41.0 → 2.42.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 -6
- package/dist/app/index.css +384 -0
- package/dist/app/index.d.ts +5 -1
- package/dist/app/index.js +17 -26
- package/dist/auth/index.css +659 -0
- package/dist/auth/index.js +19 -5
- package/dist/charts/index.css +533 -0
- package/dist/charts/index.js +18 -14
- package/dist/{chunk-JAN2ZXN5.js → chunk-3MTAHV5M.js} +28535 -18021
- package/dist/{chunk-73EWE2EW.js → chunk-EDVZ3AHA.js} +1 -1
- package/dist/chunk-GMXGDO3I.js +244 -0
- package/dist/{chunk-CXY7FMUM.js → chunk-GUKY77FJ.js} +50 -4
- package/dist/{chunk-TE4P6OSJ.js → chunk-MA7YCY7C.js} +1 -1
- package/dist/{chunk-5JYKCULK.js → chunk-NZ2F5RQ4.js} +44 -2
- package/dist/{chunk-WF7CONXF.js → chunk-OJJK27GC.js} +658 -6
- package/dist/chunk-YEGMSADG.js +1781 -0
- package/dist/components/chat/index.js +1 -2
- package/dist/components/index.css +149 -149
- package/dist/components/index.d.ts +5 -1
- package/dist/components/index.js +13 -36
- package/dist/components/navigation/index.css +659 -0
- package/dist/components/navigation/index.js +25 -3
- package/dist/features/auth/index.js +14 -37
- package/dist/features/clients/index.css +149 -149
- package/dist/features/clients/index.js +13 -36
- package/dist/features/crm/index.js +13 -36
- package/dist/features/dashboard/index.d.ts +5 -1
- package/dist/features/dashboard/index.js +13 -36
- package/dist/features/delivery/index.js +13 -36
- package/dist/features/knowledge/index.css +659 -0
- package/dist/features/knowledge/index.js +25 -247
- package/dist/features/lead-gen/index.d.ts +5 -1
- package/dist/features/lead-gen/index.js +13 -36
- package/dist/features/monitoring/index.js +13 -36
- package/dist/features/monitoring/requests/index.js +19 -149
- package/dist/features/operations/index.d.ts +5 -1
- package/dist/features/operations/index.js +13 -36
- package/dist/features/seo/index.js +1 -4
- package/dist/features/settings/index.js +13 -36
- package/dist/hooks/access/index.css +659 -0
- package/dist/hooks/access/index.js +19 -4
- package/dist/hooks/delivery/index.js +13 -36
- package/dist/hooks/index.d.ts +5 -1
- package/dist/hooks/index.js +13 -36
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +5 -1
- package/dist/hooks/published.d.ts +5 -1
- package/dist/hooks/published.js +13 -36
- package/dist/index.d.ts +5 -1
- package/dist/index.js +14 -37
- package/dist/initialization/index.js +1 -1
- package/dist/knowledge/index.css +659 -0
- package/dist/knowledge/index.d.ts +5 -1
- package/dist/knowledge/index.js +25 -15
- package/dist/layout/index.css +659 -0
- package/dist/layout/index.js +24 -9
- package/dist/organization/index.js +13 -36
- package/dist/provider/index.css +384 -0
- package/dist/provider/index.d.ts +5 -1
- package/dist/provider/index.js +18 -21
- package/dist/provider/published.css +533 -0
- package/dist/provider/published.d.ts +5 -1
- package/dist/provider/published.js +18 -16
- package/dist/test-utils/index.js +4 -6
- package/dist/theme/index.js +2 -5
- package/dist/theme/presets/index.js +1 -2
- package/dist/types/index.d.ts +5 -1
- package/dist/utils/index.d.ts +5 -1
- package/dist/utils/index.js +1 -3
- package/package.json +3 -3
- package/dist/chunk-3KMDHCAR.js +0 -52
- package/dist/chunk-4DRI3G36.js +0 -1016
- package/dist/chunk-56O7QQE7.js +0 -356
- package/dist/chunk-5EYJ2GIN.js +0 -122
- package/dist/chunk-66U7JOWV.js +0 -425
- package/dist/chunk-6D4LCJ52.js +0 -10
- package/dist/chunk-6ROXVZ3L.js +0 -9
- package/dist/chunk-A2XN6PR2.js +0 -111
- package/dist/chunk-B2DZLPDL.js +0 -39
- package/dist/chunk-CLDCYJQT.js +0 -1
- package/dist/chunk-CTJBPF3Z.js +0 -734
- package/dist/chunk-DT3QYZVU.js +0 -23
- package/dist/chunk-FIMGOWOT.js +0 -3644
- package/dist/chunk-IIMU5YAJ.js +0 -53
- package/dist/chunk-JHVEA5NE.js +0 -133
- package/dist/chunk-L7GXUSCV.js +0 -215
- package/dist/chunk-NYBEU5TE.js +0 -118
- package/dist/chunk-QVQMOQXB.js +0 -1240
- package/dist/chunk-RH5VWWSC.js +0 -624
- package/dist/chunk-RXH4D6TY.js +0 -801
- package/dist/chunk-S4R2ZQS7.js +0 -2131
- package/dist/chunk-TYRUKGGD.js +0 -46
- package/dist/chunk-VAAU2Z3S.js +0 -85
- package/dist/chunk-WLOQ4IBG.js +0 -654
- package/dist/chunk-X4WBGKJQ.js +0 -138
- package/dist/chunk-YPWN2WQ3.js +0 -340
package/dist/charts/index.css
CHANGED
|
@@ -66,6 +66,155 @@
|
|
|
66
66
|
color: var(--color-text-dimmed);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
+
/* src/theme/custom.css */
|
|
70
|
+
.mantine-Button-root[data-variant=default] {
|
|
71
|
+
background-color: var(--color-surface);
|
|
72
|
+
backdrop-filter: var(--glass-blur);
|
|
73
|
+
-webkit-backdrop-filter: var(--glass-blur);
|
|
74
|
+
border: 1px solid var(--color-border);
|
|
75
|
+
color: var(--color-text);
|
|
76
|
+
}
|
|
77
|
+
.mantine-Button-root[data-variant=default]:hover {
|
|
78
|
+
background-color: var(--color-surface-hover);
|
|
79
|
+
}
|
|
80
|
+
.lead-gen-build-action-button:disabled,
|
|
81
|
+
.lead-gen-build-action-button[data-disabled] {
|
|
82
|
+
background-color: var(--surface-primary-muted) !important;
|
|
83
|
+
border-color: var(--border-primary-subtle) !important;
|
|
84
|
+
color: color-mix(in srgb, var(--color-text-subtle) 88%, var(--color-text-dimmed) 12%) !important;
|
|
85
|
+
opacity: 0.78;
|
|
86
|
+
}
|
|
87
|
+
.lead-gen-build-action-button:disabled:hover,
|
|
88
|
+
.lead-gen-build-action-button[data-disabled]:hover {
|
|
89
|
+
background-color: var(--surface-primary-muted) !important;
|
|
90
|
+
}
|
|
91
|
+
.mantine-Accordion-control:hover {
|
|
92
|
+
background-color: var(--color-surface-hover);
|
|
93
|
+
}
|
|
94
|
+
[data-mantine-color-scheme] .mantine-Accordion-root .mantine-Accordion-item {
|
|
95
|
+
--item-filled-color: var(--color-surface);
|
|
96
|
+
--item-border-color: var(--color-border);
|
|
97
|
+
}
|
|
98
|
+
[data-mantine-color-scheme] .mantine-Accordion-root[data-variant=separated] .mantine-Accordion-item[data-active] {
|
|
99
|
+
background-color: var(--color-surface);
|
|
100
|
+
border-color: var(--color-border);
|
|
101
|
+
}
|
|
102
|
+
.mantine-Menu-item:hover:not([data-disabled]) {
|
|
103
|
+
background-color: var(--color-surface-hover);
|
|
104
|
+
}
|
|
105
|
+
.mantine-Select-option:hover,
|
|
106
|
+
.mantine-MultiSelect-option:hover,
|
|
107
|
+
.mantine-TagsInput-option:hover,
|
|
108
|
+
.mantine-Combobox-option:hover {
|
|
109
|
+
background-color: var(--surface-primary-muted) !important;
|
|
110
|
+
}
|
|
111
|
+
.mantine-Select-option[data-combobox-selected],
|
|
112
|
+
.mantine-MultiSelect-option[data-combobox-selected],
|
|
113
|
+
.mantine-TagsInput-option[data-combobox-selected],
|
|
114
|
+
.mantine-Combobox-option[data-combobox-selected] {
|
|
115
|
+
background-color: var(--surface-primary-subtle) !important;
|
|
116
|
+
color: var(--color-text);
|
|
117
|
+
}
|
|
118
|
+
[data-mantine-color-scheme] .mantine-Tabs-root {
|
|
119
|
+
--tab-border-color: var(--color-border);
|
|
120
|
+
--tab-hover-color: var(--color-surface-hover);
|
|
121
|
+
--tabs-radius: var(--mantine-radius-xs);
|
|
122
|
+
}
|
|
123
|
+
[data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab {
|
|
124
|
+
color: var(--color-text);
|
|
125
|
+
}
|
|
126
|
+
[data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab:hover {
|
|
127
|
+
background-color: var(--color-surface-hover);
|
|
128
|
+
}
|
|
129
|
+
[data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab[data-active] {
|
|
130
|
+
background-color: var(--color-surface-hover);
|
|
131
|
+
border-color: var(--color-primary);
|
|
132
|
+
color: var(--color-text);
|
|
133
|
+
}
|
|
134
|
+
.mantine-Pagination-control:not([data-active]) {
|
|
135
|
+
background: var(--color-surface);
|
|
136
|
+
}
|
|
137
|
+
::-webkit-scrollbar {
|
|
138
|
+
width: 5px;
|
|
139
|
+
height: 5px;
|
|
140
|
+
}
|
|
141
|
+
::-webkit-scrollbar-track {
|
|
142
|
+
background: transparent;
|
|
143
|
+
}
|
|
144
|
+
::-webkit-scrollbar-thumb {
|
|
145
|
+
background: color-mix(in srgb, var(--color-text-subtle) 50%, var(--color-border));
|
|
146
|
+
border-radius: 4px;
|
|
147
|
+
}
|
|
148
|
+
::-webkit-scrollbar-thumb:hover {
|
|
149
|
+
background: var(--color-text-subtle);
|
|
150
|
+
}
|
|
151
|
+
[data-mantine-color-scheme] .mantine-Checkbox-input:not(:disabled):not(:checked):not([data-indeterminate]) {
|
|
152
|
+
background-color: var(--color-surface);
|
|
153
|
+
border-color: var(--color-border);
|
|
154
|
+
}
|
|
155
|
+
[data-mantine-color-scheme] .mantine-Checkbox-input:checked,
|
|
156
|
+
[data-mantine-color-scheme] .mantine-Checkbox-input[data-indeterminate] {
|
|
157
|
+
background-color: var(--color-primary);
|
|
158
|
+
border-color: var(--color-primary);
|
|
159
|
+
}
|
|
160
|
+
.mantine-Switch-root:has(input:not(:checked)) .mantine-Switch-track {
|
|
161
|
+
background-color: var(--color-surface-hover);
|
|
162
|
+
border-color: var(--color-border);
|
|
163
|
+
}
|
|
164
|
+
.mantine-Timeline-root {
|
|
165
|
+
--tl-color: var(--color-primary);
|
|
166
|
+
}
|
|
167
|
+
.mantine-Timeline-item {
|
|
168
|
+
--item-border-color: var(--color-border);
|
|
169
|
+
}
|
|
170
|
+
.mantine-Timeline-itemBullet {
|
|
171
|
+
border-color: var(--color-border);
|
|
172
|
+
}
|
|
173
|
+
.mantine-Timeline-itemBullet:where([data-with-child]) {
|
|
174
|
+
background-color: var(--color-primary);
|
|
175
|
+
border-color: var(--color-primary);
|
|
176
|
+
}
|
|
177
|
+
.mantine-Tree-node:focus-visible > [data-value] {
|
|
178
|
+
outline: 2px solid color-mix(in srgb, var(--color-primary) 55%, transparent);
|
|
179
|
+
outline-offset: 2px;
|
|
180
|
+
}
|
|
181
|
+
.mantine-Tree-label[data-hovered] {
|
|
182
|
+
background-color: var(--color-surface-hover);
|
|
183
|
+
border-color: var(--color-border);
|
|
184
|
+
}
|
|
185
|
+
.mantine-Tree-label[data-selected] {
|
|
186
|
+
background-color: color-mix(in srgb, var(--color-primary) 12%, transparent);
|
|
187
|
+
border-color: color-mix(in srgb, var(--color-primary) 38%, var(--color-border));
|
|
188
|
+
color: var(--color-primary);
|
|
189
|
+
}
|
|
190
|
+
[data-knowledge-article] pre {
|
|
191
|
+
white-space: pre-wrap;
|
|
192
|
+
word-break: break-word;
|
|
193
|
+
overflow-x: auto;
|
|
194
|
+
max-width: 100%;
|
|
195
|
+
padding: var(--mantine-spacing-sm);
|
|
196
|
+
background-color: var(--color-surface);
|
|
197
|
+
border: 1px solid var(--color-border);
|
|
198
|
+
border-radius: var(--mantine-radius-sm);
|
|
199
|
+
}
|
|
200
|
+
[data-knowledge-article] pre code {
|
|
201
|
+
background: transparent;
|
|
202
|
+
border: none;
|
|
203
|
+
padding: 0;
|
|
204
|
+
white-space: inherit;
|
|
205
|
+
word-break: inherit;
|
|
206
|
+
}
|
|
207
|
+
.recharts-surface:focus {
|
|
208
|
+
outline: none;
|
|
209
|
+
}
|
|
210
|
+
.hide-scrollbar {
|
|
211
|
+
scrollbar-width: none;
|
|
212
|
+
-ms-overflow-style: none;
|
|
213
|
+
}
|
|
214
|
+
.hide-scrollbar::-webkit-scrollbar {
|
|
215
|
+
display: none;
|
|
216
|
+
}
|
|
217
|
+
|
|
69
218
|
/* src/components/display/ElevasisLoader.module.css */
|
|
70
219
|
.wrapper {
|
|
71
220
|
display: inline-flex;
|
|
@@ -124,3 +273,387 @@
|
|
|
124
273
|
opacity: 1;
|
|
125
274
|
}
|
|
126
275
|
}
|
|
276
|
+
|
|
277
|
+
/* src/graph/Graph.globals.css */
|
|
278
|
+
.elevasis-graph-root .react-flow__node.selected,
|
|
279
|
+
.elevasis-graph-root .react-flow__node:focus,
|
|
280
|
+
.elevasis-graph-root .react-flow__node:focus-visible {
|
|
281
|
+
outline: none !important;
|
|
282
|
+
}
|
|
283
|
+
.elevasis-graph-root .react-flow__node.selected > * {
|
|
284
|
+
box-shadow: none;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
/* src/graph/Graph.module.css */
|
|
288
|
+
@keyframes edgeFlow {
|
|
289
|
+
0% {
|
|
290
|
+
stroke-dashoffset: 24;
|
|
291
|
+
}
|
|
292
|
+
100% {
|
|
293
|
+
stroke-dashoffset: 0;
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
@keyframes edgeFlowReverse {
|
|
297
|
+
0% {
|
|
298
|
+
stroke-dashoffset: 0;
|
|
299
|
+
}
|
|
300
|
+
100% {
|
|
301
|
+
stroke-dashoffset: 24;
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
@keyframes pulse {
|
|
305
|
+
0%, 100% {
|
|
306
|
+
opacity: 0.6;
|
|
307
|
+
}
|
|
308
|
+
50% {
|
|
309
|
+
opacity: 1;
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
@keyframes livePulse {
|
|
313
|
+
0%, 100% {
|
|
314
|
+
opacity: 1;
|
|
315
|
+
}
|
|
316
|
+
50% {
|
|
317
|
+
opacity: 0.6;
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
.livePulse {
|
|
321
|
+
animation: livePulse 2s ease-in-out infinite;
|
|
322
|
+
}
|
|
323
|
+
@keyframes glowPulse {
|
|
324
|
+
0%, 100% {
|
|
325
|
+
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));
|
|
326
|
+
}
|
|
327
|
+
50% {
|
|
328
|
+
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));
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
@keyframes nodeEnter {
|
|
332
|
+
0% {
|
|
333
|
+
opacity: 0;
|
|
334
|
+
transform: scale(0.8) translateY(10px);
|
|
335
|
+
}
|
|
336
|
+
100% {
|
|
337
|
+
opacity: 1;
|
|
338
|
+
transform: scale(1) translateY(0);
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
@keyframes handlePulse {
|
|
342
|
+
0%, 100% {
|
|
343
|
+
transform: scale(1);
|
|
344
|
+
box-shadow: 0 0 0 0 var(--handle-color, color-mix(in srgb, var(--color-primary) 40%, transparent));
|
|
345
|
+
}
|
|
346
|
+
50% {
|
|
347
|
+
transform: scale(1.2);
|
|
348
|
+
box-shadow: 0 0 0 4px var(--handle-color, color-mix(in srgb, var(--color-primary) 0%, transparent));
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
@keyframes gridMove {
|
|
352
|
+
0% {
|
|
353
|
+
background-position: 0 0;
|
|
354
|
+
}
|
|
355
|
+
100% {
|
|
356
|
+
background-position: 40px 40px;
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
@keyframes labelFadeIn {
|
|
360
|
+
0% {
|
|
361
|
+
opacity: 0;
|
|
362
|
+
transform: translate(-50%, -50%) translate(var(--label-x), var(--label-y)) scale(0.8);
|
|
363
|
+
}
|
|
364
|
+
100% {
|
|
365
|
+
opacity: 1;
|
|
366
|
+
transform: translate(-50%, -50%) translate(var(--label-x), var(--label-y)) scale(1);
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
@keyframes scanLine {
|
|
370
|
+
0% {
|
|
371
|
+
transform: translateY(-100%);
|
|
372
|
+
opacity: 0;
|
|
373
|
+
}
|
|
374
|
+
50% {
|
|
375
|
+
opacity: 0.5;
|
|
376
|
+
}
|
|
377
|
+
100% {
|
|
378
|
+
transform: translateY(100%);
|
|
379
|
+
opacity: 0;
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
.graphContainer {
|
|
383
|
+
position: relative;
|
|
384
|
+
background-image:
|
|
385
|
+
linear-gradient(color-mix(in srgb, var(--color-primary) 5%, transparent) 1px, transparent 1px),
|
|
386
|
+
linear-gradient(
|
|
387
|
+
90deg,
|
|
388
|
+
color-mix(in srgb, var(--color-primary) 5%, transparent) 1px,
|
|
389
|
+
transparent 1px),
|
|
390
|
+
radial-gradient(
|
|
391
|
+
ellipse at 50% 50%,
|
|
392
|
+
color-mix(in srgb, var(--color-primary) 1.25%, transparent) 0%,
|
|
393
|
+
transparent 70%);
|
|
394
|
+
background-color: color-mix(in srgb, var(--color-background) 50%, var(--glass-background));
|
|
395
|
+
backdrop-filter: var(--glass-blur);
|
|
396
|
+
background-size:
|
|
397
|
+
40px 40px,
|
|
398
|
+
40px 40px,
|
|
399
|
+
100% 100%;
|
|
400
|
+
animation: gridMove 20s linear infinite;
|
|
401
|
+
}
|
|
402
|
+
[data-mantine-color-scheme=dark] .graphContainer {
|
|
403
|
+
background-image:
|
|
404
|
+
linear-gradient(color-mix(in srgb, var(--color-primary) 9%, transparent) 1px, transparent 1px),
|
|
405
|
+
linear-gradient(
|
|
406
|
+
90deg,
|
|
407
|
+
color-mix(in srgb, var(--color-primary) 9%, transparent) 1px,
|
|
408
|
+
transparent 1px),
|
|
409
|
+
radial-gradient(
|
|
410
|
+
ellipse at 50% 50%,
|
|
411
|
+
color-mix(in srgb, var(--color-primary) 2.25%, transparent) 0%,
|
|
412
|
+
transparent 70%);
|
|
413
|
+
background-size:
|
|
414
|
+
40px 40px,
|
|
415
|
+
40px 40px,
|
|
416
|
+
100% 100%;
|
|
417
|
+
}
|
|
418
|
+
.node {
|
|
419
|
+
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
420
|
+
position: relative;
|
|
421
|
+
}
|
|
422
|
+
.node:nth-child(1) {
|
|
423
|
+
animation-delay: 0.05s;
|
|
424
|
+
}
|
|
425
|
+
.node:nth-child(2) {
|
|
426
|
+
animation-delay: 0.1s;
|
|
427
|
+
}
|
|
428
|
+
.node:nth-child(3) {
|
|
429
|
+
animation-delay: 0.15s;
|
|
430
|
+
}
|
|
431
|
+
.node:nth-child(4) {
|
|
432
|
+
animation-delay: 0.2s;
|
|
433
|
+
}
|
|
434
|
+
.node:nth-child(5) {
|
|
435
|
+
animation-delay: 0.25s;
|
|
436
|
+
}
|
|
437
|
+
.node:nth-child(6) {
|
|
438
|
+
animation-delay: 0.3s;
|
|
439
|
+
}
|
|
440
|
+
.node:nth-child(7) {
|
|
441
|
+
animation-delay: 0.35s;
|
|
442
|
+
}
|
|
443
|
+
.node:nth-child(8) {
|
|
444
|
+
animation-delay: 0.4s;
|
|
445
|
+
}
|
|
446
|
+
.node:nth-child(9) {
|
|
447
|
+
animation-delay: 0.45s;
|
|
448
|
+
}
|
|
449
|
+
.node:nth-child(10) {
|
|
450
|
+
animation-delay: 0.5s;
|
|
451
|
+
}
|
|
452
|
+
.node:nth-child(11) {
|
|
453
|
+
animation-delay: 0.55s;
|
|
454
|
+
}
|
|
455
|
+
.node:nth-child(12) {
|
|
456
|
+
animation-delay: 0.6s;
|
|
457
|
+
}
|
|
458
|
+
.nodeCard {
|
|
459
|
+
position: relative;
|
|
460
|
+
border-radius: var(--mantine-radius-md);
|
|
461
|
+
overflow: hidden;
|
|
462
|
+
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
463
|
+
}
|
|
464
|
+
.nodeCard::before {
|
|
465
|
+
content: "";
|
|
466
|
+
position: absolute;
|
|
467
|
+
inset: 0;
|
|
468
|
+
background:
|
|
469
|
+
linear-gradient(
|
|
470
|
+
135deg,
|
|
471
|
+
var(--node-color-light, color-mix(in srgb, var(--color-primary) 10%, transparent)) 0%,
|
|
472
|
+
transparent 50%,
|
|
473
|
+
var(--node-color-light, color-mix(in srgb, var(--color-primary) 5%, transparent)) 100%);
|
|
474
|
+
pointer-events: none;
|
|
475
|
+
opacity: 0;
|
|
476
|
+
transition: opacity 0.3s ease;
|
|
477
|
+
}
|
|
478
|
+
.nodeCard::after {
|
|
479
|
+
content: "";
|
|
480
|
+
position: absolute;
|
|
481
|
+
left: 0;
|
|
482
|
+
right: 0;
|
|
483
|
+
height: 30%;
|
|
484
|
+
background:
|
|
485
|
+
linear-gradient(
|
|
486
|
+
180deg,
|
|
487
|
+
transparent 0%,
|
|
488
|
+
var(--node-color-glow, color-mix(in srgb, var(--color-primary) 10%, transparent)) 50%,
|
|
489
|
+
transparent 100%);
|
|
490
|
+
pointer-events: none;
|
|
491
|
+
opacity: 0;
|
|
492
|
+
}
|
|
493
|
+
.nodeCard:hover::before,
|
|
494
|
+
.nodeCardSelected::before {
|
|
495
|
+
opacity: 1;
|
|
496
|
+
}
|
|
497
|
+
.nodeCard:hover::after,
|
|
498
|
+
.nodeCardSelected::after {
|
|
499
|
+
animation: scanLine 3s ease-in-out infinite;
|
|
500
|
+
}
|
|
501
|
+
.nodeCard:hover {
|
|
502
|
+
transform: translateY(-2px) scale(1.02);
|
|
503
|
+
}
|
|
504
|
+
.nodeCardSelected {
|
|
505
|
+
transform: translateY(-2px) scale(1.02);
|
|
506
|
+
animation: glowPulse 2s ease-in-out infinite;
|
|
507
|
+
}
|
|
508
|
+
.nodeAgent {
|
|
509
|
+
--glow-color: rgba(139, 92, 246, 0.4);
|
|
510
|
+
--node-color-light: rgba(139, 92, 246, 0.1);
|
|
511
|
+
--node-color-glow: rgba(139, 92, 246, 0.15);
|
|
512
|
+
--handle-color: rgba(139, 92, 246, 0.5);
|
|
513
|
+
--gradient-start: rgba(139, 92, 246, 0.15);
|
|
514
|
+
--gradient-end: rgba(139, 92, 246, 0.05);
|
|
515
|
+
}
|
|
516
|
+
.nodeWorkflow {
|
|
517
|
+
--glow-color: rgba(59, 130, 246, 0.4);
|
|
518
|
+
--node-color-light: rgba(59, 130, 246, 0.1);
|
|
519
|
+
--node-color-glow: rgba(59, 130, 246, 0.15);
|
|
520
|
+
--handle-color: rgba(59, 130, 246, 0.5);
|
|
521
|
+
--gradient-start: rgba(59, 130, 246, 0.15);
|
|
522
|
+
--gradient-end: rgba(59, 130, 246, 0.05);
|
|
523
|
+
}
|
|
524
|
+
.nodeTrigger {
|
|
525
|
+
--glow-color: rgba(249, 115, 22, 0.4);
|
|
526
|
+
--node-color-light: rgba(249, 115, 22, 0.1);
|
|
527
|
+
--node-color-glow: rgba(249, 115, 22, 0.15);
|
|
528
|
+
--handle-color: rgba(249, 115, 22, 0.5);
|
|
529
|
+
--gradient-start: rgba(249, 115, 22, 0.15);
|
|
530
|
+
--gradient-end: rgba(249, 115, 22, 0.05);
|
|
531
|
+
}
|
|
532
|
+
.nodeIntegration {
|
|
533
|
+
--glow-color: rgba(20, 184, 166, 0.4);
|
|
534
|
+
--node-color-light: rgba(20, 184, 166, 0.1);
|
|
535
|
+
--node-color-glow: rgba(20, 184, 166, 0.15);
|
|
536
|
+
--handle-color: rgba(20, 184, 166, 0.5);
|
|
537
|
+
--gradient-start: rgba(20, 184, 166, 0.15);
|
|
538
|
+
--gradient-end: rgba(20, 184, 166, 0.05);
|
|
539
|
+
}
|
|
540
|
+
.nodeExternal {
|
|
541
|
+
--glow-color: rgba(107, 114, 128, 0.4);
|
|
542
|
+
--node-color-light: rgba(107, 114, 128, 0.1);
|
|
543
|
+
--node-color-glow: rgba(107, 114, 128, 0.15);
|
|
544
|
+
--handle-color: rgba(107, 114, 128, 0.5);
|
|
545
|
+
--gradient-start: rgba(107, 114, 128, 0.15);
|
|
546
|
+
--gradient-end: rgba(107, 114, 128, 0.05);
|
|
547
|
+
}
|
|
548
|
+
.nodeHuman {
|
|
549
|
+
--glow-color: rgba(245, 158, 11, 0.4);
|
|
550
|
+
--node-color-light: rgba(245, 158, 11, 0.1);
|
|
551
|
+
--node-color-glow: rgba(245, 158, 11, 0.15);
|
|
552
|
+
--handle-color: rgba(245, 158, 11, 0.5);
|
|
553
|
+
--gradient-start: rgba(245, 158, 11, 0.15);
|
|
554
|
+
--gradient-end: rgba(245, 158, 11, 0.05);
|
|
555
|
+
}
|
|
556
|
+
.nodePrimary {
|
|
557
|
+
--glow-color: rgba(37, 99, 235, 0.4);
|
|
558
|
+
--node-color-light: rgba(37, 99, 235, 0.1);
|
|
559
|
+
--node-color-glow: rgba(37, 99, 235, 0.15);
|
|
560
|
+
--handle-color: rgba(37, 99, 235, 0.5);
|
|
561
|
+
--gradient-start: rgba(37, 99, 235, 0.15);
|
|
562
|
+
--gradient-end: rgba(37, 99, 235, 0.05);
|
|
563
|
+
}
|
|
564
|
+
.handle {
|
|
565
|
+
transition: all 0.2s ease;
|
|
566
|
+
}
|
|
567
|
+
.handle:hover {
|
|
568
|
+
animation: handlePulse 1s ease-in-out infinite;
|
|
569
|
+
}
|
|
570
|
+
.nodeIcon {
|
|
571
|
+
transition: all 0.3s ease;
|
|
572
|
+
}
|
|
573
|
+
.badge {
|
|
574
|
+
transition: all 0.2s ease;
|
|
575
|
+
backdrop-filter: blur(4px);
|
|
576
|
+
}
|
|
577
|
+
.nodeCard:hover .badge {
|
|
578
|
+
transform: scale(1.05);
|
|
579
|
+
}
|
|
580
|
+
.badgeProd {
|
|
581
|
+
box-shadow: 0 0 8px rgba(34, 197, 94, 0.3);
|
|
582
|
+
}
|
|
583
|
+
.edge {
|
|
584
|
+
transition: all 0.3s ease;
|
|
585
|
+
}
|
|
586
|
+
.edgeAnimated {
|
|
587
|
+
stroke-dasharray: 8 4;
|
|
588
|
+
animation: edgeFlow 1s linear infinite;
|
|
589
|
+
}
|
|
590
|
+
.edgeGlow {
|
|
591
|
+
filter: drop-shadow(0 0 3px var(--edge-color, color-mix(in srgb, var(--color-primary) 50%, transparent)));
|
|
592
|
+
}
|
|
593
|
+
.edgeHighlighted {
|
|
594
|
+
stroke-width: 3px;
|
|
595
|
+
}
|
|
596
|
+
.edgeLabel {
|
|
597
|
+
backdrop-filter: blur(8px);
|
|
598
|
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
599
|
+
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));
|
|
600
|
+
transition: box-shadow 0.2s ease;
|
|
601
|
+
}
|
|
602
|
+
.edgeLabel:hover {
|
|
603
|
+
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));
|
|
604
|
+
}
|
|
605
|
+
.legend {
|
|
606
|
+
backdrop-filter: var(--glass-blur);
|
|
607
|
+
background: var(--glass-background);
|
|
608
|
+
border: 1px solid color-mix(in srgb, var(--color-primary) 20%, transparent);
|
|
609
|
+
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 0 40px color-mix(in srgb, var(--color-primary) 10%, transparent);
|
|
610
|
+
}
|
|
611
|
+
[data-mantine-color-scheme=dark] .legend {
|
|
612
|
+
border-color: color-mix(in srgb, var(--color-primary) 30%, transparent);
|
|
613
|
+
}
|
|
614
|
+
.legendDot {
|
|
615
|
+
transition: all 0.2s ease;
|
|
616
|
+
box-shadow: 0 0 8px currentColor;
|
|
617
|
+
}
|
|
618
|
+
.legendDot:hover {
|
|
619
|
+
transform: scale(1.3);
|
|
620
|
+
box-shadow: 0 0 12px currentColor;
|
|
621
|
+
}
|
|
622
|
+
.nodeHighlighted .nodeCard {
|
|
623
|
+
transform: translateY(-2px) scale(1.02);
|
|
624
|
+
}
|
|
625
|
+
.nodeHighlighted .nodeCard::before {
|
|
626
|
+
opacity: 1;
|
|
627
|
+
}
|
|
628
|
+
.nodeHighlighted .nodeCard::after {
|
|
629
|
+
animation: scanLine 3s ease-in-out infinite;
|
|
630
|
+
}
|
|
631
|
+
.nodeDimmed {
|
|
632
|
+
opacity: 0.3;
|
|
633
|
+
filter: grayscale(0.5);
|
|
634
|
+
transition: all 0.3s ease;
|
|
635
|
+
}
|
|
636
|
+
.edgeHighlighted {
|
|
637
|
+
stroke-width: 4px !important;
|
|
638
|
+
}
|
|
639
|
+
.edgeDimmed {
|
|
640
|
+
opacity: 0.15;
|
|
641
|
+
transition: all 0.3s ease;
|
|
642
|
+
}
|
|
643
|
+
.edgeLabelDimmed {
|
|
644
|
+
opacity: 0.15;
|
|
645
|
+
transition: opacity 0.3s ease;
|
|
646
|
+
}
|
|
647
|
+
@media (prefers-reduced-motion: reduce) {
|
|
648
|
+
.node,
|
|
649
|
+
.nodeCard::after,
|
|
650
|
+
.edgeAnimated,
|
|
651
|
+
.nodeIcon,
|
|
652
|
+
.handle:hover,
|
|
653
|
+
.graphContainer {
|
|
654
|
+
animation: none;
|
|
655
|
+
}
|
|
656
|
+
.nodeCard:hover {
|
|
657
|
+
transform: none;
|
|
658
|
+
}
|
|
659
|
+
}
|
package/dist/charts/index.js
CHANGED
|
@@ -1,21 +1,25 @@
|
|
|
1
|
-
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-3MTAHV5M.js';
|
|
2
|
+
import '../chunk-NZ2F5RQ4.js';
|
|
3
|
+
import '../chunk-OJJK27GC.js';
|
|
4
|
+
import '../chunk-AUDNF2Q7.js';
|
|
5
|
+
import '../chunk-6M6OLGQY.js';
|
|
6
|
+
import '../chunk-BRXELOHC.js';
|
|
7
|
+
import '../chunk-GUKY77FJ.js';
|
|
8
|
+
import '../chunk-SJHM4WDG.js';
|
|
9
|
+
import '../chunk-ZTWA5H77.js';
|
|
4
10
|
import '../chunk-S3XR4II4.js';
|
|
5
|
-
import '../chunk-NYBEU5TE.js';
|
|
6
|
-
import '../chunk-DT3QYZVU.js';
|
|
7
|
-
import '../chunk-2IFYDILW.js';
|
|
8
|
-
import '../chunk-Q7DJKLEN.js';
|
|
9
|
-
import '../chunk-RXH4D6TY.js';
|
|
10
|
-
import '../chunk-KRWALB24.js';
|
|
11
|
-
import '../chunk-JHVEA5NE.js';
|
|
12
|
-
import '../chunk-56O7QQE7.js';
|
|
13
11
|
import '../chunk-6DO4PE3O.js';
|
|
14
|
-
import '../chunk-
|
|
12
|
+
import '../chunk-MA7YCY7C.js';
|
|
15
13
|
import '../chunk-DD3CCMCZ.js';
|
|
14
|
+
import '../chunk-GMXGDO3I.js';
|
|
15
|
+
import '../chunk-2IFYDILW.js';
|
|
16
|
+
import '../chunk-Q7DJKLEN.js';
|
|
17
|
+
import '../chunk-HENXLGVD.js';
|
|
18
|
+
import '../chunk-7FPLLSHN.js';
|
|
19
|
+
import '../chunk-RNP5R5I3.js';
|
|
16
20
|
import '../chunk-W2SFTXMT.js';
|
|
17
|
-
import '../chunk-
|
|
18
|
-
import '../chunk-
|
|
21
|
+
import '../chunk-YEGMSADG.js';
|
|
22
|
+
import '../chunk-KRWALB24.js';
|
|
19
23
|
import '../chunk-2FTX4WO2.js';
|
|
20
24
|
import '../chunk-MQZE7SUI.js';
|
|
21
25
|
import '../chunk-TVTSASST.js';
|