@elevasis/ui 2.36.0 → 2.38.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 +75 -2
- package/dist/app/index.js +22 -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-4O3VAALW.js +349 -0
- package/dist/{chunk-O2Q4VMRN.js → chunk-566XWGPP.js} +76 -109
- package/dist/chunk-5EYJ2GIN.js +122 -0
- package/dist/chunk-6D4LCJ52.js +10 -0
- 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-VKIZUUPM.js → chunk-7YXZFS56.js} +31 -14
- package/dist/{chunk-AKW7KISS.js → chunk-7ZWXTH5J.js} +2 -44
- package/dist/chunk-A7IG36LB.js +215 -0
- package/dist/chunk-B2DZLPDL.js +39 -0
- package/dist/chunk-C6BDBZRO.js +422 -0
- package/dist/chunk-CLDCYJQT.js +1 -0
- package/dist/{chunk-LUYVRATI.js → chunk-DA6I5VEY.js} +5 -213
- package/dist/chunk-H2MEFUQD.js +337 -0
- package/dist/chunk-I53EX4VU.js +734 -0
- package/dist/chunk-IIMU5YAJ.js +53 -0
- package/dist/chunk-JXVNHVK7.js +79 -0
- package/dist/chunk-M7Q4UBRY.js +85 -0
- package/dist/{chunk-K4UZU3TU.js → chunk-P34FFSOX.js} +1 -1
- package/dist/chunk-PGWANFNE.js +112 -0
- package/dist/{chunk-F6EFC2MJ.js → chunk-Q64E2TZY.js} +440 -2075
- package/dist/chunk-S3XR4II4.js +30 -0
- package/dist/chunk-SHZT7ULK.js +425 -0
- 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 +74 -42
- package/dist/components/index.js +34 -19
- package/dist/components/navigation/index.js +3 -31
- package/dist/features/auth/index.d.ts +97 -99
- package/dist/features/auth/index.js +37 -99
- package/dist/features/clients/index.js +34 -19
- package/dist/features/crm/index.d.ts +65 -0
- package/dist/features/crm/index.js +34 -19
- package/dist/features/dashboard/index.js +34 -19
- package/dist/features/delivery/index.d.ts +65 -0
- package/dist/features/delivery/index.js +34 -19
- package/dist/features/knowledge/index.js +6 -30
- package/dist/features/lead-gen/index.d.ts +1096 -1
- package/dist/features/lead-gen/index.js +34 -19
- package/dist/features/monitoring/index.js +34 -19
- package/dist/features/monitoring/requests/index.js +34 -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 +10 -2
- package/dist/features/operations/index.js +34 -19
- package/dist/features/right-panel-host/index.d.ts +214 -0
- package/dist/features/right-panel-host/index.js +639 -0
- package/dist/features/seo/index.js +3 -2
- package/dist/features/settings/index.d.ts +68 -35
- package/dist/features/settings/index.js +34 -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 +65 -0
- package/dist/hooks/delivery/index.js +34 -19
- package/dist/hooks/index.d.ts +1644 -1651
- package/dist/hooks/index.js +34 -19
- package/dist/hooks/published.d.ts +1644 -1651
- package/dist/hooks/published.js +34 -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 +294 -277
- package/dist/index.js +35 -20
- package/dist/initialization/index.d.ts +65 -19
- package/dist/knowledge/index.d.ts +10 -2
- package/dist/knowledge/index.js +173 -28
- package/dist/layout/index.js +5 -3
- package/dist/organization/index.d.ts +0 -19
- package/dist/organization/index.js +34 -19
- package/dist/profile/index.d.ts +65 -0
- package/dist/provider/index.css +0 -384
- package/dist/provider/index.d.ts +75 -2
- package/dist/provider/index.js +16 -21
- package/dist/provider/published.css +0 -523
- package/dist/provider/published.d.ts +75 -2
- package/dist/provider/published.js +11 -21
- package/dist/supabase/index.d.ts +127 -0
- package/dist/test-utils/index.d.ts +2 -21
- package/dist/test-utils/index.js +5 -18
- package/dist/theme/index.js +3 -1
- package/dist/types/index.d.ts +115 -59
- 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
|
@@ -1,33 +1,48 @@
|
|
|
1
|
-
export {
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-3KMDHCAR.js';
|
|
5
|
-
import '../chunk-AKW7KISS.js';
|
|
6
|
-
import '../chunk-WF7CONXF.js';
|
|
7
|
-
import '../chunk-ZTWA5H77.js';
|
|
1
|
+
export { OrganizationSwitcher, OrganizationSwitcherConnected, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations } from '../chunk-Q64E2TZY.js';
|
|
2
|
+
import '../chunk-B2DZLPDL.js';
|
|
3
|
+
import '../chunk-SHZT7ULK.js';
|
|
8
4
|
import '../chunk-AUDNF2Q7.js';
|
|
9
5
|
import '../chunk-6M6OLGQY.js';
|
|
10
6
|
import '../chunk-BRXELOHC.js';
|
|
11
|
-
import '../chunk-
|
|
12
|
-
import '../chunk-
|
|
13
|
-
import '../chunk-
|
|
14
|
-
import '../chunk-WLOQ4IBG.js';
|
|
15
|
-
import '../chunk-57OZ3AEG.js';
|
|
7
|
+
import '../chunk-M7Q4UBRY.js';
|
|
8
|
+
import '../chunk-CXY7FMUM.js';
|
|
9
|
+
import '../chunk-7GQFIWP4.js';
|
|
16
10
|
import '../chunk-JBWJ6WHZ.js';
|
|
17
|
-
import '../chunk-
|
|
18
|
-
import '../chunk-
|
|
19
|
-
import '../chunk-
|
|
20
|
-
import '../chunk-
|
|
21
|
-
import '../chunk-
|
|
11
|
+
import '../chunk-ZTWA5H77.js';
|
|
12
|
+
import '../chunk-5EYJ2GIN.js';
|
|
13
|
+
import '../chunk-DA6I5VEY.js';
|
|
14
|
+
import '../chunk-CLDCYJQT.js';
|
|
15
|
+
import '../chunk-TYRUKGGD.js';
|
|
16
|
+
import '../chunk-X4WBGKJQ.js';
|
|
17
|
+
import '../chunk-IIMU5YAJ.js';
|
|
22
18
|
import '../chunk-HENXLGVD.js';
|
|
23
19
|
import '../chunk-7FPLLSHN.js';
|
|
24
20
|
import '../chunk-RNP5R5I3.js';
|
|
25
|
-
import '../chunk-
|
|
21
|
+
import '../chunk-PGWANFNE.js';
|
|
22
|
+
import '../chunk-7ZWXTH5J.js';
|
|
23
|
+
import '../chunk-6D4LCJ52.js';
|
|
24
|
+
import '../chunk-WF7CONXF.js';
|
|
25
|
+
import '../chunk-WLOQ4IBG.js';
|
|
26
|
+
export { OrganizationProvider } from '../chunk-H2MEFUQD.js';
|
|
27
|
+
import '../chunk-I53EX4VU.js';
|
|
28
|
+
import '../chunk-3KMDHCAR.js';
|
|
29
|
+
import '../chunk-S3XR4II4.js';
|
|
30
|
+
import '../chunk-A7IG36LB.js';
|
|
31
|
+
import '../chunk-NYBEU5TE.js';
|
|
32
|
+
import '../chunk-Y3JQBSKQ.js';
|
|
33
|
+
import '../chunk-DT3QYZVU.js';
|
|
34
|
+
import '../chunk-2IFYDILW.js';
|
|
35
|
+
import '../chunk-Q7DJKLEN.js';
|
|
36
|
+
import '../chunk-X66MVMZT.js';
|
|
26
37
|
import '../chunk-KRWALB24.js';
|
|
27
|
-
import '../chunk-
|
|
38
|
+
import '../chunk-7YXZFS56.js';
|
|
39
|
+
import '../chunk-4O3VAALW.js';
|
|
40
|
+
import '../chunk-C6BDBZRO.js';
|
|
28
41
|
import '../chunk-533DUEQY.js';
|
|
42
|
+
import '../chunk-566XWGPP.js';
|
|
29
43
|
export { OrganizationContext, useOrganization } from '../chunk-DD3CCMCZ.js';
|
|
30
44
|
import '../chunk-2Q2JQSQO.js';
|
|
45
|
+
import '../chunk-6ROXVZ3L.js';
|
|
31
46
|
import '../chunk-KJ3QUBNU.js';
|
|
32
47
|
import '../chunk-BRJ3QZ4E.js';
|
|
33
48
|
import '../chunk-I2KLQ2HA.js';
|
package/dist/profile/index.d.ts
CHANGED
|
@@ -1461,6 +1461,51 @@ type Database = {
|
|
|
1461
1461
|
}
|
|
1462
1462
|
];
|
|
1463
1463
|
};
|
|
1464
|
+
deployment_organization_models: {
|
|
1465
|
+
Row: {
|
|
1466
|
+
created_at: string;
|
|
1467
|
+
deployment_id: string;
|
|
1468
|
+
model_hash: string | null;
|
|
1469
|
+
organization_id: string;
|
|
1470
|
+
organization_model: Json;
|
|
1471
|
+
schema_version: string;
|
|
1472
|
+
updated_at: string;
|
|
1473
|
+
};
|
|
1474
|
+
Insert: {
|
|
1475
|
+
created_at?: string;
|
|
1476
|
+
deployment_id: string;
|
|
1477
|
+
model_hash?: string | null;
|
|
1478
|
+
organization_id: string;
|
|
1479
|
+
organization_model: Json;
|
|
1480
|
+
schema_version?: string;
|
|
1481
|
+
updated_at?: string;
|
|
1482
|
+
};
|
|
1483
|
+
Update: {
|
|
1484
|
+
created_at?: string;
|
|
1485
|
+
deployment_id?: string;
|
|
1486
|
+
model_hash?: string | null;
|
|
1487
|
+
organization_id?: string;
|
|
1488
|
+
organization_model?: Json;
|
|
1489
|
+
schema_version?: string;
|
|
1490
|
+
updated_at?: string;
|
|
1491
|
+
};
|
|
1492
|
+
Relationships: [
|
|
1493
|
+
{
|
|
1494
|
+
foreignKeyName: "deployment_organization_models_deployment_id_fkey";
|
|
1495
|
+
columns: ["deployment_id"];
|
|
1496
|
+
isOneToOne: true;
|
|
1497
|
+
referencedRelation: "deployments";
|
|
1498
|
+
referencedColumns: ["id"];
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
foreignKeyName: "deployment_organization_models_organization_id_fkey";
|
|
1502
|
+
columns: ["organization_id"];
|
|
1503
|
+
isOneToOne: false;
|
|
1504
|
+
referencedRelation: "organizations";
|
|
1505
|
+
referencedColumns: ["id"];
|
|
1506
|
+
}
|
|
1507
|
+
];
|
|
1508
|
+
};
|
|
1464
1509
|
deployments: {
|
|
1465
1510
|
Row: {
|
|
1466
1511
|
created_at: string;
|
|
@@ -2982,6 +3027,12 @@ type Database = {
|
|
|
2982
3027
|
Args: never;
|
|
2983
3028
|
Returns: boolean;
|
|
2984
3029
|
};
|
|
3030
|
+
current_user_shares_org_with: {
|
|
3031
|
+
Args: {
|
|
3032
|
+
other_user_id: string;
|
|
3033
|
+
};
|
|
3034
|
+
Returns: boolean;
|
|
3035
|
+
};
|
|
2985
3036
|
current_user_supabase_id: {
|
|
2986
3037
|
Args: never;
|
|
2987
3038
|
Returns: string;
|
|
@@ -3021,6 +3072,20 @@ type Database = {
|
|
|
3021
3072
|
Args: never;
|
|
3022
3073
|
Returns: string;
|
|
3023
3074
|
};
|
|
3075
|
+
has_org_access: {
|
|
3076
|
+
Args: {
|
|
3077
|
+
action?: string;
|
|
3078
|
+
org_id: string;
|
|
3079
|
+
system_path: string;
|
|
3080
|
+
};
|
|
3081
|
+
Returns: boolean;
|
|
3082
|
+
} | {
|
|
3083
|
+
Args: {
|
|
3084
|
+
action?: string;
|
|
3085
|
+
system_path: string;
|
|
3086
|
+
};
|
|
3087
|
+
Returns: boolean;
|
|
3088
|
+
};
|
|
3024
3089
|
has_org_permission: {
|
|
3025
3090
|
Args: {
|
|
3026
3091
|
org_id: string;
|
package/dist/provider/index.css
CHANGED
|
@@ -125,390 +125,6 @@
|
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
/* src/graph/Graph.globals.css */
|
|
129
|
-
.elevasis-graph-root .react-flow__node.selected,
|
|
130
|
-
.elevasis-graph-root .react-flow__node:focus,
|
|
131
|
-
.elevasis-graph-root .react-flow__node:focus-visible {
|
|
132
|
-
outline: none !important;
|
|
133
|
-
}
|
|
134
|
-
.elevasis-graph-root .react-flow__node.selected > * {
|
|
135
|
-
box-shadow: none;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
/* src/graph/Graph.module.css */
|
|
139
|
-
@keyframes edgeFlow {
|
|
140
|
-
0% {
|
|
141
|
-
stroke-dashoffset: 24;
|
|
142
|
-
}
|
|
143
|
-
100% {
|
|
144
|
-
stroke-dashoffset: 0;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
@keyframes edgeFlowReverse {
|
|
148
|
-
0% {
|
|
149
|
-
stroke-dashoffset: 0;
|
|
150
|
-
}
|
|
151
|
-
100% {
|
|
152
|
-
stroke-dashoffset: 24;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
@keyframes pulse {
|
|
156
|
-
0%, 100% {
|
|
157
|
-
opacity: 0.6;
|
|
158
|
-
}
|
|
159
|
-
50% {
|
|
160
|
-
opacity: 1;
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
@keyframes livePulse {
|
|
164
|
-
0%, 100% {
|
|
165
|
-
opacity: 1;
|
|
166
|
-
}
|
|
167
|
-
50% {
|
|
168
|
-
opacity: 0.6;
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
.livePulse {
|
|
172
|
-
animation: livePulse 2s ease-in-out infinite;
|
|
173
|
-
}
|
|
174
|
-
@keyframes glowPulse {
|
|
175
|
-
0%, 100% {
|
|
176
|
-
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));
|
|
177
|
-
}
|
|
178
|
-
50% {
|
|
179
|
-
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));
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
@keyframes nodeEnter {
|
|
183
|
-
0% {
|
|
184
|
-
opacity: 0;
|
|
185
|
-
transform: scale(0.8) translateY(10px);
|
|
186
|
-
}
|
|
187
|
-
100% {
|
|
188
|
-
opacity: 1;
|
|
189
|
-
transform: scale(1) translateY(0);
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
@keyframes handlePulse {
|
|
193
|
-
0%, 100% {
|
|
194
|
-
transform: scale(1);
|
|
195
|
-
box-shadow: 0 0 0 0 var(--handle-color, color-mix(in srgb, var(--color-primary) 40%, transparent));
|
|
196
|
-
}
|
|
197
|
-
50% {
|
|
198
|
-
transform: scale(1.2);
|
|
199
|
-
box-shadow: 0 0 0 4px var(--handle-color, color-mix(in srgb, var(--color-primary) 0%, transparent));
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
@keyframes gridMove {
|
|
203
|
-
0% {
|
|
204
|
-
background-position: 0 0;
|
|
205
|
-
}
|
|
206
|
-
100% {
|
|
207
|
-
background-position: 40px 40px;
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
@keyframes labelFadeIn {
|
|
211
|
-
0% {
|
|
212
|
-
opacity: 0;
|
|
213
|
-
transform: translate(-50%, -50%) translate(var(--label-x), var(--label-y)) scale(0.8);
|
|
214
|
-
}
|
|
215
|
-
100% {
|
|
216
|
-
opacity: 1;
|
|
217
|
-
transform: translate(-50%, -50%) translate(var(--label-x), var(--label-y)) scale(1);
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
@keyframes scanLine {
|
|
221
|
-
0% {
|
|
222
|
-
transform: translateY(-100%);
|
|
223
|
-
opacity: 0;
|
|
224
|
-
}
|
|
225
|
-
50% {
|
|
226
|
-
opacity: 0.5;
|
|
227
|
-
}
|
|
228
|
-
100% {
|
|
229
|
-
transform: translateY(100%);
|
|
230
|
-
opacity: 0;
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
.graphContainer {
|
|
234
|
-
position: relative;
|
|
235
|
-
background-image:
|
|
236
|
-
linear-gradient(color-mix(in srgb, var(--color-primary) 5%, transparent) 1px, transparent 1px),
|
|
237
|
-
linear-gradient(
|
|
238
|
-
90deg,
|
|
239
|
-
color-mix(in srgb, var(--color-primary) 5%, transparent) 1px,
|
|
240
|
-
transparent 1px),
|
|
241
|
-
radial-gradient(
|
|
242
|
-
ellipse at 50% 50%,
|
|
243
|
-
color-mix(in srgb, var(--color-primary) 1.25%, transparent) 0%,
|
|
244
|
-
transparent 70%);
|
|
245
|
-
background-color: color-mix(in srgb, var(--color-background) 50%, var(--glass-background));
|
|
246
|
-
backdrop-filter: var(--glass-blur);
|
|
247
|
-
background-size:
|
|
248
|
-
40px 40px,
|
|
249
|
-
40px 40px,
|
|
250
|
-
100% 100%;
|
|
251
|
-
animation: gridMove 20s linear infinite;
|
|
252
|
-
}
|
|
253
|
-
[data-mantine-color-scheme=dark] .graphContainer {
|
|
254
|
-
background-image:
|
|
255
|
-
linear-gradient(color-mix(in srgb, var(--color-primary) 9%, transparent) 1px, transparent 1px),
|
|
256
|
-
linear-gradient(
|
|
257
|
-
90deg,
|
|
258
|
-
color-mix(in srgb, var(--color-primary) 9%, transparent) 1px,
|
|
259
|
-
transparent 1px),
|
|
260
|
-
radial-gradient(
|
|
261
|
-
ellipse at 50% 50%,
|
|
262
|
-
color-mix(in srgb, var(--color-primary) 2.25%, transparent) 0%,
|
|
263
|
-
transparent 70%);
|
|
264
|
-
background-size:
|
|
265
|
-
40px 40px,
|
|
266
|
-
40px 40px,
|
|
267
|
-
100% 100%;
|
|
268
|
-
}
|
|
269
|
-
.node {
|
|
270
|
-
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
271
|
-
position: relative;
|
|
272
|
-
}
|
|
273
|
-
.node:nth-child(1) {
|
|
274
|
-
animation-delay: 0.05s;
|
|
275
|
-
}
|
|
276
|
-
.node:nth-child(2) {
|
|
277
|
-
animation-delay: 0.1s;
|
|
278
|
-
}
|
|
279
|
-
.node:nth-child(3) {
|
|
280
|
-
animation-delay: 0.15s;
|
|
281
|
-
}
|
|
282
|
-
.node:nth-child(4) {
|
|
283
|
-
animation-delay: 0.2s;
|
|
284
|
-
}
|
|
285
|
-
.node:nth-child(5) {
|
|
286
|
-
animation-delay: 0.25s;
|
|
287
|
-
}
|
|
288
|
-
.node:nth-child(6) {
|
|
289
|
-
animation-delay: 0.3s;
|
|
290
|
-
}
|
|
291
|
-
.node:nth-child(7) {
|
|
292
|
-
animation-delay: 0.35s;
|
|
293
|
-
}
|
|
294
|
-
.node:nth-child(8) {
|
|
295
|
-
animation-delay: 0.4s;
|
|
296
|
-
}
|
|
297
|
-
.node:nth-child(9) {
|
|
298
|
-
animation-delay: 0.45s;
|
|
299
|
-
}
|
|
300
|
-
.node:nth-child(10) {
|
|
301
|
-
animation-delay: 0.5s;
|
|
302
|
-
}
|
|
303
|
-
.node:nth-child(11) {
|
|
304
|
-
animation-delay: 0.55s;
|
|
305
|
-
}
|
|
306
|
-
.node:nth-child(12) {
|
|
307
|
-
animation-delay: 0.6s;
|
|
308
|
-
}
|
|
309
|
-
.nodeCard {
|
|
310
|
-
position: relative;
|
|
311
|
-
border-radius: var(--mantine-radius-md);
|
|
312
|
-
overflow: hidden;
|
|
313
|
-
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
314
|
-
}
|
|
315
|
-
.nodeCard::before {
|
|
316
|
-
content: "";
|
|
317
|
-
position: absolute;
|
|
318
|
-
inset: 0;
|
|
319
|
-
background:
|
|
320
|
-
linear-gradient(
|
|
321
|
-
135deg,
|
|
322
|
-
var(--node-color-light, color-mix(in srgb, var(--color-primary) 10%, transparent)) 0%,
|
|
323
|
-
transparent 50%,
|
|
324
|
-
var(--node-color-light, color-mix(in srgb, var(--color-primary) 5%, transparent)) 100%);
|
|
325
|
-
pointer-events: none;
|
|
326
|
-
opacity: 0;
|
|
327
|
-
transition: opacity 0.3s ease;
|
|
328
|
-
}
|
|
329
|
-
.nodeCard::after {
|
|
330
|
-
content: "";
|
|
331
|
-
position: absolute;
|
|
332
|
-
left: 0;
|
|
333
|
-
right: 0;
|
|
334
|
-
height: 30%;
|
|
335
|
-
background:
|
|
336
|
-
linear-gradient(
|
|
337
|
-
180deg,
|
|
338
|
-
transparent 0%,
|
|
339
|
-
var(--node-color-glow, color-mix(in srgb, var(--color-primary) 10%, transparent)) 50%,
|
|
340
|
-
transparent 100%);
|
|
341
|
-
pointer-events: none;
|
|
342
|
-
opacity: 0;
|
|
343
|
-
}
|
|
344
|
-
.nodeCard:hover::before,
|
|
345
|
-
.nodeCardSelected::before {
|
|
346
|
-
opacity: 1;
|
|
347
|
-
}
|
|
348
|
-
.nodeCard:hover::after,
|
|
349
|
-
.nodeCardSelected::after {
|
|
350
|
-
animation: scanLine 3s ease-in-out infinite;
|
|
351
|
-
}
|
|
352
|
-
.nodeCard:hover {
|
|
353
|
-
transform: translateY(-2px) scale(1.02);
|
|
354
|
-
}
|
|
355
|
-
.nodeCardSelected {
|
|
356
|
-
transform: translateY(-2px) scale(1.02);
|
|
357
|
-
animation: glowPulse 2s ease-in-out infinite;
|
|
358
|
-
}
|
|
359
|
-
.nodeAgent {
|
|
360
|
-
--glow-color: rgba(139, 92, 246, 0.4);
|
|
361
|
-
--node-color-light: rgba(139, 92, 246, 0.1);
|
|
362
|
-
--node-color-glow: rgba(139, 92, 246, 0.15);
|
|
363
|
-
--handle-color: rgba(139, 92, 246, 0.5);
|
|
364
|
-
--gradient-start: rgba(139, 92, 246, 0.15);
|
|
365
|
-
--gradient-end: rgba(139, 92, 246, 0.05);
|
|
366
|
-
}
|
|
367
|
-
.nodeWorkflow {
|
|
368
|
-
--glow-color: rgba(59, 130, 246, 0.4);
|
|
369
|
-
--node-color-light: rgba(59, 130, 246, 0.1);
|
|
370
|
-
--node-color-glow: rgba(59, 130, 246, 0.15);
|
|
371
|
-
--handle-color: rgba(59, 130, 246, 0.5);
|
|
372
|
-
--gradient-start: rgba(59, 130, 246, 0.15);
|
|
373
|
-
--gradient-end: rgba(59, 130, 246, 0.05);
|
|
374
|
-
}
|
|
375
|
-
.nodeTrigger {
|
|
376
|
-
--glow-color: rgba(249, 115, 22, 0.4);
|
|
377
|
-
--node-color-light: rgba(249, 115, 22, 0.1);
|
|
378
|
-
--node-color-glow: rgba(249, 115, 22, 0.15);
|
|
379
|
-
--handle-color: rgba(249, 115, 22, 0.5);
|
|
380
|
-
--gradient-start: rgba(249, 115, 22, 0.15);
|
|
381
|
-
--gradient-end: rgba(249, 115, 22, 0.05);
|
|
382
|
-
}
|
|
383
|
-
.nodeIntegration {
|
|
384
|
-
--glow-color: rgba(20, 184, 166, 0.4);
|
|
385
|
-
--node-color-light: rgba(20, 184, 166, 0.1);
|
|
386
|
-
--node-color-glow: rgba(20, 184, 166, 0.15);
|
|
387
|
-
--handle-color: rgba(20, 184, 166, 0.5);
|
|
388
|
-
--gradient-start: rgba(20, 184, 166, 0.15);
|
|
389
|
-
--gradient-end: rgba(20, 184, 166, 0.05);
|
|
390
|
-
}
|
|
391
|
-
.nodeExternal {
|
|
392
|
-
--glow-color: rgba(107, 114, 128, 0.4);
|
|
393
|
-
--node-color-light: rgba(107, 114, 128, 0.1);
|
|
394
|
-
--node-color-glow: rgba(107, 114, 128, 0.15);
|
|
395
|
-
--handle-color: rgba(107, 114, 128, 0.5);
|
|
396
|
-
--gradient-start: rgba(107, 114, 128, 0.15);
|
|
397
|
-
--gradient-end: rgba(107, 114, 128, 0.05);
|
|
398
|
-
}
|
|
399
|
-
.nodeHuman {
|
|
400
|
-
--glow-color: rgba(245, 158, 11, 0.4);
|
|
401
|
-
--node-color-light: rgba(245, 158, 11, 0.1);
|
|
402
|
-
--node-color-glow: rgba(245, 158, 11, 0.15);
|
|
403
|
-
--handle-color: rgba(245, 158, 11, 0.5);
|
|
404
|
-
--gradient-start: rgba(245, 158, 11, 0.15);
|
|
405
|
-
--gradient-end: rgba(245, 158, 11, 0.05);
|
|
406
|
-
}
|
|
407
|
-
.nodePrimary {
|
|
408
|
-
--glow-color: rgba(37, 99, 235, 0.4);
|
|
409
|
-
--node-color-light: rgba(37, 99, 235, 0.1);
|
|
410
|
-
--node-color-glow: rgba(37, 99, 235, 0.15);
|
|
411
|
-
--handle-color: rgba(37, 99, 235, 0.5);
|
|
412
|
-
--gradient-start: rgba(37, 99, 235, 0.15);
|
|
413
|
-
--gradient-end: rgba(37, 99, 235, 0.05);
|
|
414
|
-
}
|
|
415
|
-
.handle {
|
|
416
|
-
transition: all 0.2s ease;
|
|
417
|
-
}
|
|
418
|
-
.handle:hover {
|
|
419
|
-
animation: handlePulse 1s ease-in-out infinite;
|
|
420
|
-
}
|
|
421
|
-
.nodeIcon {
|
|
422
|
-
transition: all 0.3s ease;
|
|
423
|
-
}
|
|
424
|
-
.badge {
|
|
425
|
-
transition: all 0.2s ease;
|
|
426
|
-
backdrop-filter: blur(4px);
|
|
427
|
-
}
|
|
428
|
-
.nodeCard:hover .badge {
|
|
429
|
-
transform: scale(1.05);
|
|
430
|
-
}
|
|
431
|
-
.badgeProd {
|
|
432
|
-
box-shadow: 0 0 8px rgba(34, 197, 94, 0.3);
|
|
433
|
-
}
|
|
434
|
-
.edge {
|
|
435
|
-
transition: all 0.3s ease;
|
|
436
|
-
}
|
|
437
|
-
.edgeAnimated {
|
|
438
|
-
stroke-dasharray: 8 4;
|
|
439
|
-
animation: edgeFlow 1s linear infinite;
|
|
440
|
-
}
|
|
441
|
-
.edgeGlow {
|
|
442
|
-
filter: drop-shadow(0 0 3px var(--edge-color, color-mix(in srgb, var(--color-primary) 50%, transparent)));
|
|
443
|
-
}
|
|
444
|
-
.edgeHighlighted {
|
|
445
|
-
stroke-width: 3px;
|
|
446
|
-
}
|
|
447
|
-
.edgeLabel {
|
|
448
|
-
backdrop-filter: blur(8px);
|
|
449
|
-
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
450
|
-
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));
|
|
451
|
-
transition: box-shadow 0.2s ease;
|
|
452
|
-
}
|
|
453
|
-
.edgeLabel:hover {
|
|
454
|
-
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));
|
|
455
|
-
}
|
|
456
|
-
.legend {
|
|
457
|
-
backdrop-filter: var(--glass-blur);
|
|
458
|
-
background: var(--glass-background);
|
|
459
|
-
border: 1px solid color-mix(in srgb, var(--color-primary) 20%, transparent);
|
|
460
|
-
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 0 40px color-mix(in srgb, var(--color-primary) 10%, transparent);
|
|
461
|
-
}
|
|
462
|
-
[data-mantine-color-scheme=dark] .legend {
|
|
463
|
-
border-color: color-mix(in srgb, var(--color-primary) 30%, transparent);
|
|
464
|
-
}
|
|
465
|
-
.legendDot {
|
|
466
|
-
transition: all 0.2s ease;
|
|
467
|
-
box-shadow: 0 0 8px currentColor;
|
|
468
|
-
}
|
|
469
|
-
.legendDot:hover {
|
|
470
|
-
transform: scale(1.3);
|
|
471
|
-
box-shadow: 0 0 12px currentColor;
|
|
472
|
-
}
|
|
473
|
-
.nodeHighlighted .nodeCard {
|
|
474
|
-
transform: translateY(-2px) scale(1.02);
|
|
475
|
-
}
|
|
476
|
-
.nodeHighlighted .nodeCard::before {
|
|
477
|
-
opacity: 1;
|
|
478
|
-
}
|
|
479
|
-
.nodeHighlighted .nodeCard::after {
|
|
480
|
-
animation: scanLine 3s ease-in-out infinite;
|
|
481
|
-
}
|
|
482
|
-
.nodeDimmed {
|
|
483
|
-
opacity: 0.3;
|
|
484
|
-
filter: grayscale(0.5);
|
|
485
|
-
transition: all 0.3s ease;
|
|
486
|
-
}
|
|
487
|
-
.edgeHighlighted {
|
|
488
|
-
stroke-width: 4px !important;
|
|
489
|
-
}
|
|
490
|
-
.edgeDimmed {
|
|
491
|
-
opacity: 0.15;
|
|
492
|
-
transition: all 0.3s ease;
|
|
493
|
-
}
|
|
494
|
-
.edgeLabelDimmed {
|
|
495
|
-
opacity: 0.15;
|
|
496
|
-
transition: opacity 0.3s ease;
|
|
497
|
-
}
|
|
498
|
-
@media (prefers-reduced-motion: reduce) {
|
|
499
|
-
.node,
|
|
500
|
-
.nodeCard::after,
|
|
501
|
-
.edgeAnimated,
|
|
502
|
-
.nodeIcon,
|
|
503
|
-
.handle:hover,
|
|
504
|
-
.graphContainer {
|
|
505
|
-
animation: none;
|
|
506
|
-
}
|
|
507
|
-
.nodeCard:hover {
|
|
508
|
-
transform: none;
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
|
|
512
128
|
/* src/theme/custom.css */
|
|
513
129
|
.mantine-Button-root[data-variant=default] {
|
|
514
130
|
background-color: var(--color-surface);
|
package/dist/provider/index.d.ts
CHANGED
|
@@ -1563,6 +1563,51 @@ type Database = {
|
|
|
1563
1563
|
}
|
|
1564
1564
|
];
|
|
1565
1565
|
};
|
|
1566
|
+
deployment_organization_models: {
|
|
1567
|
+
Row: {
|
|
1568
|
+
created_at: string;
|
|
1569
|
+
deployment_id: string;
|
|
1570
|
+
model_hash: string | null;
|
|
1571
|
+
organization_id: string;
|
|
1572
|
+
organization_model: Json;
|
|
1573
|
+
schema_version: string;
|
|
1574
|
+
updated_at: string;
|
|
1575
|
+
};
|
|
1576
|
+
Insert: {
|
|
1577
|
+
created_at?: string;
|
|
1578
|
+
deployment_id: string;
|
|
1579
|
+
model_hash?: string | null;
|
|
1580
|
+
organization_id: string;
|
|
1581
|
+
organization_model: Json;
|
|
1582
|
+
schema_version?: string;
|
|
1583
|
+
updated_at?: string;
|
|
1584
|
+
};
|
|
1585
|
+
Update: {
|
|
1586
|
+
created_at?: string;
|
|
1587
|
+
deployment_id?: string;
|
|
1588
|
+
model_hash?: string | null;
|
|
1589
|
+
organization_id?: string;
|
|
1590
|
+
organization_model?: Json;
|
|
1591
|
+
schema_version?: string;
|
|
1592
|
+
updated_at?: string;
|
|
1593
|
+
};
|
|
1594
|
+
Relationships: [
|
|
1595
|
+
{
|
|
1596
|
+
foreignKeyName: "deployment_organization_models_deployment_id_fkey";
|
|
1597
|
+
columns: ["deployment_id"];
|
|
1598
|
+
isOneToOne: true;
|
|
1599
|
+
referencedRelation: "deployments";
|
|
1600
|
+
referencedColumns: ["id"];
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
foreignKeyName: "deployment_organization_models_organization_id_fkey";
|
|
1604
|
+
columns: ["organization_id"];
|
|
1605
|
+
isOneToOne: false;
|
|
1606
|
+
referencedRelation: "organizations";
|
|
1607
|
+
referencedColumns: ["id"];
|
|
1608
|
+
}
|
|
1609
|
+
];
|
|
1610
|
+
};
|
|
1566
1611
|
deployments: {
|
|
1567
1612
|
Row: {
|
|
1568
1613
|
created_at: string;
|
|
@@ -3084,6 +3129,12 @@ type Database = {
|
|
|
3084
3129
|
Args: never;
|
|
3085
3130
|
Returns: boolean;
|
|
3086
3131
|
};
|
|
3132
|
+
current_user_shares_org_with: {
|
|
3133
|
+
Args: {
|
|
3134
|
+
other_user_id: string;
|
|
3135
|
+
};
|
|
3136
|
+
Returns: boolean;
|
|
3137
|
+
};
|
|
3087
3138
|
current_user_supabase_id: {
|
|
3088
3139
|
Args: never;
|
|
3089
3140
|
Returns: string;
|
|
@@ -3123,6 +3174,20 @@ type Database = {
|
|
|
3123
3174
|
Args: never;
|
|
3124
3175
|
Returns: string;
|
|
3125
3176
|
};
|
|
3177
|
+
has_org_access: {
|
|
3178
|
+
Args: {
|
|
3179
|
+
action?: string;
|
|
3180
|
+
org_id: string;
|
|
3181
|
+
system_path: string;
|
|
3182
|
+
};
|
|
3183
|
+
Returns: boolean;
|
|
3184
|
+
} | {
|
|
3185
|
+
Args: {
|
|
3186
|
+
action?: string;
|
|
3187
|
+
system_path: string;
|
|
3188
|
+
};
|
|
3189
|
+
Returns: boolean;
|
|
3190
|
+
};
|
|
3126
3191
|
has_org_permission: {
|
|
3127
3192
|
Args: {
|
|
3128
3193
|
org_id: string;
|
|
@@ -3689,7 +3754,11 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3689
3754
|
light: z$1.ZodOptional<z$1.ZodString>;
|
|
3690
3755
|
dark: z$1.ZodOptional<z$1.ZodString>;
|
|
3691
3756
|
}, z$1.core.$strip>>;
|
|
3692
|
-
|
|
3757
|
+
voice: z$1.ZodOptional<z$1.ZodString>;
|
|
3758
|
+
tagline: z$1.ZodOptional<z$1.ZodString>;
|
|
3759
|
+
values: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3760
|
+
themePresetId: z$1.ZodOptional<z$1.ZodString>;
|
|
3761
|
+
}, z$1.core.$loose>>;
|
|
3693
3762
|
navigation: z$1.ZodDefault<z$1.ZodObject<{
|
|
3694
3763
|
sidebar: z$1.ZodDefault<z$1.ZodObject<{
|
|
3695
3764
|
primary: z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<SidebarNode, unknown, z$1.core.$ZodTypeInternals<SidebarNode, unknown>>>>;
|
|
@@ -3736,7 +3805,11 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3736
3805
|
}, z$1.core.$strip>>;
|
|
3737
3806
|
}, z$1.core.$strip>>;
|
|
3738
3807
|
clientBrief: z$1.ZodDefault<z$1.ZodString>;
|
|
3739
|
-
|
|
3808
|
+
organizationName: z$1.ZodOptional<z$1.ZodString>;
|
|
3809
|
+
productName: z$1.ZodOptional<z$1.ZodString>;
|
|
3810
|
+
shortName: z$1.ZodOptional<z$1.ZodString>;
|
|
3811
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3812
|
+
}, z$1.core.$loose>>;
|
|
3740
3813
|
customers: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3741
3814
|
id: z$1.ZodString;
|
|
3742
3815
|
order: z$1.ZodNumber;
|
package/dist/provider/index.js
CHANGED
|
@@ -1,33 +1,28 @@
|
|
|
1
|
-
export {
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-3KMDHCAR.js';
|
|
5
|
-
import '../chunk-AKW7KISS.js';
|
|
1
|
+
export { ElevasisUIProvider, createTestSystemsProvider, useResolvedOrganizationModel } from '../chunk-PGWANFNE.js';
|
|
2
|
+
import '../chunk-7ZWXTH5J.js';
|
|
3
|
+
import '../chunk-6D4LCJ52.js';
|
|
6
4
|
import '../chunk-WF7CONXF.js';
|
|
7
|
-
import '../chunk-ZTWA5H77.js';
|
|
8
|
-
import '../chunk-AUDNF2Q7.js';
|
|
9
|
-
import '../chunk-6M6OLGQY.js';
|
|
10
|
-
import '../chunk-BRXELOHC.js';
|
|
11
|
-
import '../chunk-O2Q4VMRN.js';
|
|
12
|
-
export { AppearanceProvider, useAppearance } from '../chunk-LUYVRATI.js';
|
|
13
|
-
import '../chunk-NYBEU5TE.js';
|
|
14
5
|
import '../chunk-WLOQ4IBG.js';
|
|
15
|
-
|
|
16
|
-
import '../chunk-
|
|
17
|
-
import '../chunk-
|
|
18
|
-
import '../chunk-
|
|
6
|
+
export { CrmActionsProvider, ElevasisCoreProvider, ListActionsProvider, NotificationProvider, SystemShell, useCrmActions, useListActions, useNotificationAdapter } from '../chunk-H2MEFUQD.js';
|
|
7
|
+
import '../chunk-I53EX4VU.js';
|
|
8
|
+
import '../chunk-3KMDHCAR.js';
|
|
9
|
+
import '../chunk-S3XR4II4.js';
|
|
10
|
+
export { AppearanceProvider, useAppearance } from '../chunk-A7IG36LB.js';
|
|
11
|
+
import '../chunk-NYBEU5TE.js';
|
|
12
|
+
import '../chunk-Y3JQBSKQ.js';
|
|
19
13
|
import '../chunk-DT3QYZVU.js';
|
|
20
14
|
import '../chunk-2IFYDILW.js';
|
|
21
15
|
import '../chunk-Q7DJKLEN.js';
|
|
22
|
-
import '../chunk-
|
|
23
|
-
import '../chunk-7FPLLSHN.js';
|
|
24
|
-
import '../chunk-RNP5R5I3.js';
|
|
25
|
-
import '../chunk-GEFWMU26.js';
|
|
16
|
+
import '../chunk-X66MVMZT.js';
|
|
26
17
|
import '../chunk-KRWALB24.js';
|
|
27
|
-
import '../chunk-
|
|
18
|
+
import '../chunk-7YXZFS56.js';
|
|
19
|
+
import '../chunk-4O3VAALW.js';
|
|
20
|
+
export { ElevasisSystemsProvider, useElevasisSystems, useOptionalElevasisSystems } from '../chunk-C6BDBZRO.js';
|
|
28
21
|
import '../chunk-533DUEQY.js';
|
|
22
|
+
import '../chunk-566XWGPP.js';
|
|
29
23
|
import '../chunk-DD3CCMCZ.js';
|
|
30
24
|
import '../chunk-2Q2JQSQO.js';
|
|
25
|
+
import '../chunk-6ROXVZ3L.js';
|
|
31
26
|
export { ElevasisServiceProvider, useElevasisServices } from '../chunk-KJ3QUBNU.js';
|
|
32
27
|
import '../chunk-BRJ3QZ4E.js';
|
|
33
28
|
import '../chunk-I2KLQ2HA.js';
|