@elevasis/ui 2.69.0 → 2.71.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/app/index.d.ts +26 -0
- package/dist/app/index.js +7 -7
- package/dist/auth/index.css +149 -149
- package/dist/auth/index.js +3 -3
- package/dist/charts/index.css +208 -208
- package/dist/charts/index.js +3 -3
- package/dist/{chunk-6PZFOHJK.js → chunk-3BLYJT5L.js} +2 -2
- package/dist/{chunk-IT7GTJCB.js → chunk-AIOV5NM7.js} +1 -1
- package/dist/{chunk-MRVGQLWN.js → chunk-BM2WKRAQ.js} +1 -1
- package/dist/{chunk-XAZR3T6Y.js → chunk-CPBT6Z2G.js} +3 -3
- package/dist/{chunk-XQ3ILKYN.js → chunk-DCMFNSJ6.js} +1 -1
- package/dist/{chunk-NU3NBXHP.js → chunk-DH2MO5DX.js} +1 -1
- package/dist/{chunk-ZD6LM53O.js → chunk-H3SDGC5F.js} +2 -2
- package/dist/{chunk-YGCMMOY4.js → chunk-JTSNU6KA.js} +695 -73
- package/dist/{chunk-7WJEPTE7.js → chunk-LL5H7J4N.js} +1 -1
- package/dist/{chunk-FLECOYUS.js → chunk-R6NMRXNO.js} +1 -1
- package/dist/{chunk-MFLM7BVC.js → chunk-TB2PM2OU.js} +1 -1
- package/dist/{chunk-IRV6KJPV.js → chunk-TCQZ4AJI.js} +1 -1
- package/dist/{chunk-YNRYIXUT.js → chunk-TVFSVTRG.js} +6 -6
- package/dist/{chunk-WXHAHKKI.js → chunk-UZ7MSORW.js} +16291 -16029
- package/dist/{chunk-RW64UJWT.js → chunk-VHPHWTX7.js} +2 -2
- package/dist/{chunk-YCRINA2D.js → chunk-VRRIHA3S.js} +1 -1
- package/dist/{chunk-4JHLS234.js → chunk-ZFISGKYW.js} +1 -1
- package/dist/components/index.css +208 -208
- package/dist/components/index.d.ts +59 -3
- package/dist/components/index.js +24 -25
- package/dist/components/navigation/index.css +149 -149
- package/dist/components/navigation/index.js +4 -4
- package/dist/features/auth/index.css +149 -149
- package/dist/features/auth/index.d.ts +26 -0
- package/dist/features/auth/index.js +5 -5
- package/dist/features/clients/index.css +208 -208
- package/dist/features/clients/index.js +4 -4
- package/dist/features/content/index.d.ts +258 -51
- package/dist/features/content/index.js +595 -421
- package/dist/features/crm/index.d.ts +26 -0
- package/dist/features/crm/index.js +5 -5
- package/dist/features/dashboard/index.js +6 -7
- package/dist/features/delivery/index.css +149 -149
- package/dist/features/delivery/index.d.ts +26 -0
- package/dist/features/delivery/index.js +4 -4
- package/dist/features/knowledge/index.css +149 -149
- package/dist/features/knowledge/index.js +3 -3
- package/dist/features/lead-gen/index.js +5 -5
- package/dist/features/monitoring/index.css +149 -149
- package/dist/features/monitoring/index.d.ts +33 -3
- package/dist/features/monitoring/index.js +6 -6
- package/dist/features/monitoring/requests/index.js +4 -4
- package/dist/features/operations/index.js +9 -10
- package/dist/features/settings/index.d.ts +26 -0
- package/dist/features/settings/index.js +6 -6
- package/dist/hooks/access/index.css +149 -149
- package/dist/hooks/access/index.js +3 -3
- package/dist/hooks/delivery/index.d.ts +26 -0
- package/dist/hooks/index.css +149 -149
- package/dist/hooks/index.d.ts +296 -65
- package/dist/hooks/index.js +3 -3
- package/dist/hooks/published.css +149 -149
- package/dist/hooks/published.d.ts +296 -65
- package/dist/hooks/published.js +3 -3
- package/dist/initialization/index.d.ts +26 -0
- package/dist/knowledge/index.css +149 -149
- package/dist/knowledge/index.js +7 -7
- package/dist/layout/index.css +149 -149
- package/dist/layout/index.js +6 -6
- package/dist/profile/index.d.ts +26 -0
- package/dist/provider/index.d.ts +26 -0
- package/dist/provider/index.js +3 -3
- package/dist/provider/published.css +149 -149
- package/dist/provider/published.d.ts +26 -0
- package/dist/provider/published.js +3 -3
- package/dist/supabase/index.d.ts +50 -0
- package/dist/theme/index.js +3 -3
- package/dist/theme/presets/index.js +1 -1
- package/dist/types/index.d.ts +59 -3
- package/package.json +5 -5
- package/dist/chunk-ZPTEGGKU.js +0 -631
- /package/dist/{chunk-XQBURFKM.js → chunk-RBGVNPA6.js} +0 -0
package/dist/layout/index.css
CHANGED
|
@@ -125,6 +125,155 @@
|
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
+
/* src/theme/custom.css */
|
|
129
|
+
.mantine-Button-root[data-variant=default] {
|
|
130
|
+
background-color: var(--color-surface);
|
|
131
|
+
backdrop-filter: var(--glass-blur);
|
|
132
|
+
-webkit-backdrop-filter: var(--glass-blur);
|
|
133
|
+
border: 1px solid var(--color-border);
|
|
134
|
+
color: var(--color-text);
|
|
135
|
+
}
|
|
136
|
+
.mantine-Button-root[data-variant=default]:hover {
|
|
137
|
+
background-color: var(--color-surface-hover);
|
|
138
|
+
}
|
|
139
|
+
.lead-gen-build-action-button:disabled,
|
|
140
|
+
.lead-gen-build-action-button[data-disabled] {
|
|
141
|
+
background-color: var(--surface-primary-muted) !important;
|
|
142
|
+
border-color: var(--border-primary-subtle) !important;
|
|
143
|
+
color: color-mix(in srgb, var(--color-text-subtle) 88%, var(--color-text-dimmed) 12%) !important;
|
|
144
|
+
opacity: 0.78;
|
|
145
|
+
}
|
|
146
|
+
.lead-gen-build-action-button:disabled:hover,
|
|
147
|
+
.lead-gen-build-action-button[data-disabled]:hover {
|
|
148
|
+
background-color: var(--surface-primary-muted) !important;
|
|
149
|
+
}
|
|
150
|
+
.mantine-Accordion-control:hover {
|
|
151
|
+
background-color: var(--color-surface-hover);
|
|
152
|
+
}
|
|
153
|
+
[data-mantine-color-scheme] .mantine-Accordion-root .mantine-Accordion-item {
|
|
154
|
+
--item-filled-color: var(--color-surface);
|
|
155
|
+
--item-border-color: var(--color-border);
|
|
156
|
+
}
|
|
157
|
+
[data-mantine-color-scheme] .mantine-Accordion-root[data-variant=separated] .mantine-Accordion-item[data-active] {
|
|
158
|
+
background-color: var(--color-surface);
|
|
159
|
+
border-color: var(--color-border);
|
|
160
|
+
}
|
|
161
|
+
.mantine-Menu-item:hover:not([data-disabled]) {
|
|
162
|
+
background-color: var(--color-surface-hover);
|
|
163
|
+
}
|
|
164
|
+
.mantine-Select-option:hover,
|
|
165
|
+
.mantine-MultiSelect-option:hover,
|
|
166
|
+
.mantine-TagsInput-option:hover,
|
|
167
|
+
.mantine-Combobox-option:hover {
|
|
168
|
+
background-color: var(--surface-primary-muted) !important;
|
|
169
|
+
}
|
|
170
|
+
.mantine-Select-option[data-combobox-selected],
|
|
171
|
+
.mantine-MultiSelect-option[data-combobox-selected],
|
|
172
|
+
.mantine-TagsInput-option[data-combobox-selected],
|
|
173
|
+
.mantine-Combobox-option[data-combobox-selected] {
|
|
174
|
+
background-color: var(--surface-primary-subtle) !important;
|
|
175
|
+
color: var(--color-text);
|
|
176
|
+
}
|
|
177
|
+
[data-mantine-color-scheme] .mantine-Tabs-root {
|
|
178
|
+
--tab-border-color: var(--color-border);
|
|
179
|
+
--tab-hover-color: var(--color-surface-hover);
|
|
180
|
+
--tabs-radius: var(--mantine-radius-xs);
|
|
181
|
+
}
|
|
182
|
+
[data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab {
|
|
183
|
+
color: var(--color-text);
|
|
184
|
+
}
|
|
185
|
+
[data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab:hover {
|
|
186
|
+
background-color: var(--color-surface-hover);
|
|
187
|
+
}
|
|
188
|
+
[data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab[data-active] {
|
|
189
|
+
background-color: var(--color-surface-hover);
|
|
190
|
+
border-color: var(--color-primary);
|
|
191
|
+
color: var(--color-text);
|
|
192
|
+
}
|
|
193
|
+
.mantine-Pagination-control:not([data-active]) {
|
|
194
|
+
background: var(--color-surface);
|
|
195
|
+
}
|
|
196
|
+
::-webkit-scrollbar {
|
|
197
|
+
width: 5px;
|
|
198
|
+
height: 5px;
|
|
199
|
+
}
|
|
200
|
+
::-webkit-scrollbar-track {
|
|
201
|
+
background: transparent;
|
|
202
|
+
}
|
|
203
|
+
::-webkit-scrollbar-thumb {
|
|
204
|
+
background: color-mix(in srgb, var(--color-text-subtle) 50%, var(--color-border));
|
|
205
|
+
border-radius: 4px;
|
|
206
|
+
}
|
|
207
|
+
::-webkit-scrollbar-thumb:hover {
|
|
208
|
+
background: var(--color-text-subtle);
|
|
209
|
+
}
|
|
210
|
+
[data-mantine-color-scheme] .mantine-Checkbox-input:not(:disabled):not(:checked):not([data-indeterminate]) {
|
|
211
|
+
background-color: var(--color-surface);
|
|
212
|
+
border-color: var(--color-border);
|
|
213
|
+
}
|
|
214
|
+
[data-mantine-color-scheme] .mantine-Checkbox-input:checked,
|
|
215
|
+
[data-mantine-color-scheme] .mantine-Checkbox-input[data-indeterminate] {
|
|
216
|
+
background-color: var(--color-primary);
|
|
217
|
+
border-color: var(--color-primary);
|
|
218
|
+
}
|
|
219
|
+
.mantine-Switch-root:has(input:not(:checked)) .mantine-Switch-track {
|
|
220
|
+
background-color: var(--color-surface-hover);
|
|
221
|
+
border-color: var(--color-border);
|
|
222
|
+
}
|
|
223
|
+
.mantine-Timeline-root {
|
|
224
|
+
--tl-color: var(--color-primary);
|
|
225
|
+
}
|
|
226
|
+
.mantine-Timeline-item {
|
|
227
|
+
--item-border-color: var(--color-border);
|
|
228
|
+
}
|
|
229
|
+
.mantine-Timeline-itemBullet {
|
|
230
|
+
border-color: var(--color-border);
|
|
231
|
+
}
|
|
232
|
+
.mantine-Timeline-itemBullet:where([data-with-child]) {
|
|
233
|
+
background-color: var(--color-primary);
|
|
234
|
+
border-color: var(--color-primary);
|
|
235
|
+
}
|
|
236
|
+
.mantine-Tree-node:focus-visible > [data-value] {
|
|
237
|
+
outline: 2px solid color-mix(in srgb, var(--color-primary) 55%, transparent);
|
|
238
|
+
outline-offset: 2px;
|
|
239
|
+
}
|
|
240
|
+
.mantine-Tree-label[data-hovered] {
|
|
241
|
+
background-color: var(--color-surface-hover);
|
|
242
|
+
border-color: var(--color-border);
|
|
243
|
+
}
|
|
244
|
+
.mantine-Tree-label[data-selected] {
|
|
245
|
+
background-color: color-mix(in srgb, var(--color-primary) 12%, transparent);
|
|
246
|
+
border-color: color-mix(in srgb, var(--color-primary) 38%, var(--color-border));
|
|
247
|
+
color: var(--color-primary);
|
|
248
|
+
}
|
|
249
|
+
[data-knowledge-article] pre {
|
|
250
|
+
white-space: pre-wrap;
|
|
251
|
+
word-break: break-word;
|
|
252
|
+
overflow-x: auto;
|
|
253
|
+
max-width: 100%;
|
|
254
|
+
padding: var(--mantine-spacing-sm);
|
|
255
|
+
background-color: var(--color-surface);
|
|
256
|
+
border: 1px solid var(--color-border);
|
|
257
|
+
border-radius: var(--mantine-radius-sm);
|
|
258
|
+
}
|
|
259
|
+
[data-knowledge-article] pre code {
|
|
260
|
+
background: transparent;
|
|
261
|
+
border: none;
|
|
262
|
+
padding: 0;
|
|
263
|
+
white-space: inherit;
|
|
264
|
+
word-break: inherit;
|
|
265
|
+
}
|
|
266
|
+
.recharts-surface:focus {
|
|
267
|
+
outline: none;
|
|
268
|
+
}
|
|
269
|
+
.hide-scrollbar {
|
|
270
|
+
scrollbar-width: none;
|
|
271
|
+
-ms-overflow-style: none;
|
|
272
|
+
}
|
|
273
|
+
.hide-scrollbar::-webkit-scrollbar {
|
|
274
|
+
display: none;
|
|
275
|
+
}
|
|
276
|
+
|
|
128
277
|
/* src/graph/Graph.globals.css */
|
|
129
278
|
.elevasis-graph-root .react-flow__node.selected,
|
|
130
279
|
.elevasis-graph-root .react-flow__node:focus,
|
|
@@ -508,152 +657,3 @@
|
|
|
508
657
|
transform: none;
|
|
509
658
|
}
|
|
510
659
|
}
|
|
511
|
-
|
|
512
|
-
/* src/theme/custom.css */
|
|
513
|
-
.mantine-Button-root[data-variant=default] {
|
|
514
|
-
background-color: var(--color-surface);
|
|
515
|
-
backdrop-filter: var(--glass-blur);
|
|
516
|
-
-webkit-backdrop-filter: var(--glass-blur);
|
|
517
|
-
border: 1px solid var(--color-border);
|
|
518
|
-
color: var(--color-text);
|
|
519
|
-
}
|
|
520
|
-
.mantine-Button-root[data-variant=default]:hover {
|
|
521
|
-
background-color: var(--color-surface-hover);
|
|
522
|
-
}
|
|
523
|
-
.lead-gen-build-action-button:disabled,
|
|
524
|
-
.lead-gen-build-action-button[data-disabled] {
|
|
525
|
-
background-color: var(--surface-primary-muted) !important;
|
|
526
|
-
border-color: var(--border-primary-subtle) !important;
|
|
527
|
-
color: color-mix(in srgb, var(--color-text-subtle) 88%, var(--color-text-dimmed) 12%) !important;
|
|
528
|
-
opacity: 0.78;
|
|
529
|
-
}
|
|
530
|
-
.lead-gen-build-action-button:disabled:hover,
|
|
531
|
-
.lead-gen-build-action-button[data-disabled]:hover {
|
|
532
|
-
background-color: var(--surface-primary-muted) !important;
|
|
533
|
-
}
|
|
534
|
-
.mantine-Accordion-control:hover {
|
|
535
|
-
background-color: var(--color-surface-hover);
|
|
536
|
-
}
|
|
537
|
-
[data-mantine-color-scheme] .mantine-Accordion-root .mantine-Accordion-item {
|
|
538
|
-
--item-filled-color: var(--color-surface);
|
|
539
|
-
--item-border-color: var(--color-border);
|
|
540
|
-
}
|
|
541
|
-
[data-mantine-color-scheme] .mantine-Accordion-root[data-variant=separated] .mantine-Accordion-item[data-active] {
|
|
542
|
-
background-color: var(--color-surface);
|
|
543
|
-
border-color: var(--color-border);
|
|
544
|
-
}
|
|
545
|
-
.mantine-Menu-item:hover:not([data-disabled]) {
|
|
546
|
-
background-color: var(--color-surface-hover);
|
|
547
|
-
}
|
|
548
|
-
.mantine-Select-option:hover,
|
|
549
|
-
.mantine-MultiSelect-option:hover,
|
|
550
|
-
.mantine-TagsInput-option:hover,
|
|
551
|
-
.mantine-Combobox-option:hover {
|
|
552
|
-
background-color: var(--surface-primary-muted) !important;
|
|
553
|
-
}
|
|
554
|
-
.mantine-Select-option[data-combobox-selected],
|
|
555
|
-
.mantine-MultiSelect-option[data-combobox-selected],
|
|
556
|
-
.mantine-TagsInput-option[data-combobox-selected],
|
|
557
|
-
.mantine-Combobox-option[data-combobox-selected] {
|
|
558
|
-
background-color: var(--surface-primary-subtle) !important;
|
|
559
|
-
color: var(--color-text);
|
|
560
|
-
}
|
|
561
|
-
[data-mantine-color-scheme] .mantine-Tabs-root {
|
|
562
|
-
--tab-border-color: var(--color-border);
|
|
563
|
-
--tab-hover-color: var(--color-surface-hover);
|
|
564
|
-
--tabs-radius: var(--mantine-radius-xs);
|
|
565
|
-
}
|
|
566
|
-
[data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab {
|
|
567
|
-
color: var(--color-text);
|
|
568
|
-
}
|
|
569
|
-
[data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab:hover {
|
|
570
|
-
background-color: var(--color-surface-hover);
|
|
571
|
-
}
|
|
572
|
-
[data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab[data-active] {
|
|
573
|
-
background-color: var(--color-surface-hover);
|
|
574
|
-
border-color: var(--color-primary);
|
|
575
|
-
color: var(--color-text);
|
|
576
|
-
}
|
|
577
|
-
.mantine-Pagination-control:not([data-active]) {
|
|
578
|
-
background: var(--color-surface);
|
|
579
|
-
}
|
|
580
|
-
::-webkit-scrollbar {
|
|
581
|
-
width: 5px;
|
|
582
|
-
height: 5px;
|
|
583
|
-
}
|
|
584
|
-
::-webkit-scrollbar-track {
|
|
585
|
-
background: transparent;
|
|
586
|
-
}
|
|
587
|
-
::-webkit-scrollbar-thumb {
|
|
588
|
-
background: color-mix(in srgb, var(--color-text-subtle) 50%, var(--color-border));
|
|
589
|
-
border-radius: 4px;
|
|
590
|
-
}
|
|
591
|
-
::-webkit-scrollbar-thumb:hover {
|
|
592
|
-
background: var(--color-text-subtle);
|
|
593
|
-
}
|
|
594
|
-
[data-mantine-color-scheme] .mantine-Checkbox-input:not(:disabled):not(:checked):not([data-indeterminate]) {
|
|
595
|
-
background-color: var(--color-surface);
|
|
596
|
-
border-color: var(--color-border);
|
|
597
|
-
}
|
|
598
|
-
[data-mantine-color-scheme] .mantine-Checkbox-input:checked,
|
|
599
|
-
[data-mantine-color-scheme] .mantine-Checkbox-input[data-indeterminate] {
|
|
600
|
-
background-color: var(--color-primary);
|
|
601
|
-
border-color: var(--color-primary);
|
|
602
|
-
}
|
|
603
|
-
.mantine-Switch-root:has(input:not(:checked)) .mantine-Switch-track {
|
|
604
|
-
background-color: var(--color-surface-hover);
|
|
605
|
-
border-color: var(--color-border);
|
|
606
|
-
}
|
|
607
|
-
.mantine-Timeline-root {
|
|
608
|
-
--tl-color: var(--color-primary);
|
|
609
|
-
}
|
|
610
|
-
.mantine-Timeline-item {
|
|
611
|
-
--item-border-color: var(--color-border);
|
|
612
|
-
}
|
|
613
|
-
.mantine-Timeline-itemBullet {
|
|
614
|
-
border-color: var(--color-border);
|
|
615
|
-
}
|
|
616
|
-
.mantine-Timeline-itemBullet:where([data-with-child]) {
|
|
617
|
-
background-color: var(--color-primary);
|
|
618
|
-
border-color: var(--color-primary);
|
|
619
|
-
}
|
|
620
|
-
.mantine-Tree-node:focus-visible > [data-value] {
|
|
621
|
-
outline: 2px solid color-mix(in srgb, var(--color-primary) 55%, transparent);
|
|
622
|
-
outline-offset: 2px;
|
|
623
|
-
}
|
|
624
|
-
.mantine-Tree-label[data-hovered] {
|
|
625
|
-
background-color: var(--color-surface-hover);
|
|
626
|
-
border-color: var(--color-border);
|
|
627
|
-
}
|
|
628
|
-
.mantine-Tree-label[data-selected] {
|
|
629
|
-
background-color: color-mix(in srgb, var(--color-primary) 12%, transparent);
|
|
630
|
-
border-color: color-mix(in srgb, var(--color-primary) 38%, var(--color-border));
|
|
631
|
-
color: var(--color-primary);
|
|
632
|
-
}
|
|
633
|
-
[data-knowledge-article] pre {
|
|
634
|
-
white-space: pre-wrap;
|
|
635
|
-
word-break: break-word;
|
|
636
|
-
overflow-x: auto;
|
|
637
|
-
max-width: 100%;
|
|
638
|
-
padding: var(--mantine-spacing-sm);
|
|
639
|
-
background-color: var(--color-surface);
|
|
640
|
-
border: 1px solid var(--color-border);
|
|
641
|
-
border-radius: var(--mantine-radius-sm);
|
|
642
|
-
}
|
|
643
|
-
[data-knowledge-article] pre code {
|
|
644
|
-
background: transparent;
|
|
645
|
-
border: none;
|
|
646
|
-
padding: 0;
|
|
647
|
-
white-space: inherit;
|
|
648
|
-
word-break: inherit;
|
|
649
|
-
}
|
|
650
|
-
.recharts-surface:focus {
|
|
651
|
-
outline: none;
|
|
652
|
-
}
|
|
653
|
-
.hide-scrollbar {
|
|
654
|
-
scrollbar-width: none;
|
|
655
|
-
-ms-overflow-style: none;
|
|
656
|
-
}
|
|
657
|
-
.hide-scrollbar::-webkit-scrollbar {
|
|
658
|
-
display: none;
|
|
659
|
-
}
|
package/dist/layout/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { AppShellContainer, AppShellContentContainer, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberParticles, LinksGroup, Sidebar, SidebarContext, SidebarProvider, SubshellNavList, Topbar, TopbarActions, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse } from '../chunk-
|
|
2
|
-
export { SubshellLoader } from '../chunk-
|
|
3
|
-
export { AppShellCenteredContainer, AppShellError, AppShellLoader } from '../chunk-
|
|
1
|
+
export { AppShellContainer, AppShellContentContainer, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberParticles, LinksGroup, Sidebar, SidebarContext, SidebarProvider, SubshellNavList, Topbar, TopbarActions, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse } from '../chunk-DH2MO5DX.js';
|
|
2
|
+
export { SubshellLoader } from '../chunk-AIOV5NM7.js';
|
|
3
|
+
export { AppShellCenteredContainer, AppShellError, AppShellLoader } from '../chunk-DCMFNSJ6.js';
|
|
4
4
|
export { PageContainer } from '../chunk-BZZCNLT6.js';
|
|
5
|
-
export { SubshellContainer, SubshellContentContainer, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarLoader } from '../chunk-
|
|
6
|
-
import '../chunk-
|
|
7
|
-
export { AmbientBloomGrid, AppBackground, CyberBackground, FilmGrain, FloatingMotes, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground } from '../chunk-
|
|
5
|
+
export { SubshellContainer, SubshellContentContainer, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarLoader } from '../chunk-UZ7MSORW.js';
|
|
6
|
+
import '../chunk-R6NMRXNO.js';
|
|
7
|
+
export { AmbientBloomGrid, AppBackground, CyberBackground, FilmGrain, FloatingMotes, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground } from '../chunk-RBGVNPA6.js';
|
|
8
8
|
import '../chunk-MKH2KOAO.js';
|
|
9
9
|
import '../chunk-VDX6DL7Z.js';
|
|
10
10
|
import '../chunk-L7BZZ4SI.js';
|
package/dist/profile/index.d.ts
CHANGED
|
@@ -1042,6 +1042,7 @@ type Database = {
|
|
|
1042
1042
|
activities: {
|
|
1043
1043
|
Row: {
|
|
1044
1044
|
activity_type: string;
|
|
1045
|
+
actor_api_key_id: string | null;
|
|
1045
1046
|
actor_id: string | null;
|
|
1046
1047
|
actor_type: string | null;
|
|
1047
1048
|
created_at: string;
|
|
@@ -1058,6 +1059,7 @@ type Database = {
|
|
|
1058
1059
|
};
|
|
1059
1060
|
Insert: {
|
|
1060
1061
|
activity_type: string;
|
|
1062
|
+
actor_api_key_id?: string | null;
|
|
1061
1063
|
actor_id?: string | null;
|
|
1062
1064
|
actor_type?: string | null;
|
|
1063
1065
|
created_at?: string;
|
|
@@ -1074,6 +1076,7 @@ type Database = {
|
|
|
1074
1076
|
};
|
|
1075
1077
|
Update: {
|
|
1076
1078
|
activity_type?: string;
|
|
1079
|
+
actor_api_key_id?: string | null;
|
|
1077
1080
|
actor_id?: string | null;
|
|
1078
1081
|
actor_type?: string | null;
|
|
1079
1082
|
created_at?: string;
|
|
@@ -1089,6 +1092,13 @@ type Database = {
|
|
|
1089
1092
|
title?: string;
|
|
1090
1093
|
};
|
|
1091
1094
|
Relationships: [
|
|
1095
|
+
{
|
|
1096
|
+
foreignKeyName: "activities_actor_api_key_id_fkey";
|
|
1097
|
+
columns: ["actor_api_key_id"];
|
|
1098
|
+
isOneToOne: false;
|
|
1099
|
+
referencedRelation: "api_keys";
|
|
1100
|
+
referencedColumns: ["id"];
|
|
1101
|
+
},
|
|
1092
1102
|
{
|
|
1093
1103
|
foreignKeyName: "activities_actor_id_fkey";
|
|
1094
1104
|
columns: ["actor_id"];
|
|
@@ -1176,6 +1186,7 @@ type Database = {
|
|
|
1176
1186
|
api_keys: {
|
|
1177
1187
|
Row: {
|
|
1178
1188
|
created_at: string | null;
|
|
1189
|
+
created_by: string | null;
|
|
1179
1190
|
id: string;
|
|
1180
1191
|
key_hash: string;
|
|
1181
1192
|
last_used_at: string | null;
|
|
@@ -1184,6 +1195,7 @@ type Database = {
|
|
|
1184
1195
|
};
|
|
1185
1196
|
Insert: {
|
|
1186
1197
|
created_at?: string | null;
|
|
1198
|
+
created_by?: string | null;
|
|
1187
1199
|
id?: string;
|
|
1188
1200
|
key_hash: string;
|
|
1189
1201
|
last_used_at?: string | null;
|
|
@@ -1192,6 +1204,7 @@ type Database = {
|
|
|
1192
1204
|
};
|
|
1193
1205
|
Update: {
|
|
1194
1206
|
created_at?: string | null;
|
|
1207
|
+
created_by?: string | null;
|
|
1195
1208
|
id?: string;
|
|
1196
1209
|
key_hash?: string;
|
|
1197
1210
|
last_used_at?: string | null;
|
|
@@ -1199,6 +1212,13 @@ type Database = {
|
|
|
1199
1212
|
organization_id?: string;
|
|
1200
1213
|
};
|
|
1201
1214
|
Relationships: [
|
|
1215
|
+
{
|
|
1216
|
+
foreignKeyName: "api_keys_created_by_fkey";
|
|
1217
|
+
columns: ["created_by"];
|
|
1218
|
+
isOneToOne: false;
|
|
1219
|
+
referencedRelation: "users";
|
|
1220
|
+
referencedColumns: ["id"];
|
|
1221
|
+
},
|
|
1202
1222
|
{
|
|
1203
1223
|
foreignKeyName: "api_keys_organization_id_fkey";
|
|
1204
1224
|
columns: ["organization_id"];
|
|
@@ -1526,6 +1546,7 @@ type Database = {
|
|
|
1526
1546
|
organization_id: string;
|
|
1527
1547
|
payload: Json;
|
|
1528
1548
|
source_execution_id: string | null;
|
|
1549
|
+
status: string;
|
|
1529
1550
|
step_key: string | null;
|
|
1530
1551
|
};
|
|
1531
1552
|
Insert: {
|
|
@@ -1537,6 +1558,7 @@ type Database = {
|
|
|
1537
1558
|
organization_id: string;
|
|
1538
1559
|
payload?: Json;
|
|
1539
1560
|
source_execution_id?: string | null;
|
|
1561
|
+
status: string;
|
|
1540
1562
|
step_key?: string | null;
|
|
1541
1563
|
};
|
|
1542
1564
|
Update: {
|
|
@@ -1548,6 +1570,7 @@ type Database = {
|
|
|
1548
1570
|
organization_id?: string;
|
|
1549
1571
|
payload?: Json;
|
|
1550
1572
|
source_execution_id?: string | null;
|
|
1573
|
+
status?: string;
|
|
1551
1574
|
step_key?: string | null;
|
|
1552
1575
|
};
|
|
1553
1576
|
Relationships: [
|
|
@@ -1699,6 +1722,7 @@ type Database = {
|
|
|
1699
1722
|
kind: string;
|
|
1700
1723
|
metadata: Json;
|
|
1701
1724
|
organization_id: string;
|
|
1725
|
+
payload: Json;
|
|
1702
1726
|
processing_state: Json;
|
|
1703
1727
|
storage_path: string | null;
|
|
1704
1728
|
title: string;
|
|
@@ -1712,6 +1736,7 @@ type Database = {
|
|
|
1712
1736
|
kind: string;
|
|
1713
1737
|
metadata?: Json;
|
|
1714
1738
|
organization_id: string;
|
|
1739
|
+
payload?: Json;
|
|
1715
1740
|
processing_state?: Json;
|
|
1716
1741
|
storage_path?: string | null;
|
|
1717
1742
|
title: string;
|
|
@@ -1725,6 +1750,7 @@ type Database = {
|
|
|
1725
1750
|
kind?: string;
|
|
1726
1751
|
metadata?: Json;
|
|
1727
1752
|
organization_id?: string;
|
|
1753
|
+
payload?: Json;
|
|
1728
1754
|
processing_state?: Json;
|
|
1729
1755
|
storage_path?: string | null;
|
|
1730
1756
|
title?: string;
|
package/dist/provider/index.d.ts
CHANGED
|
@@ -1144,6 +1144,7 @@ type Database = {
|
|
|
1144
1144
|
activities: {
|
|
1145
1145
|
Row: {
|
|
1146
1146
|
activity_type: string;
|
|
1147
|
+
actor_api_key_id: string | null;
|
|
1147
1148
|
actor_id: string | null;
|
|
1148
1149
|
actor_type: string | null;
|
|
1149
1150
|
created_at: string;
|
|
@@ -1160,6 +1161,7 @@ type Database = {
|
|
|
1160
1161
|
};
|
|
1161
1162
|
Insert: {
|
|
1162
1163
|
activity_type: string;
|
|
1164
|
+
actor_api_key_id?: string | null;
|
|
1163
1165
|
actor_id?: string | null;
|
|
1164
1166
|
actor_type?: string | null;
|
|
1165
1167
|
created_at?: string;
|
|
@@ -1176,6 +1178,7 @@ type Database = {
|
|
|
1176
1178
|
};
|
|
1177
1179
|
Update: {
|
|
1178
1180
|
activity_type?: string;
|
|
1181
|
+
actor_api_key_id?: string | null;
|
|
1179
1182
|
actor_id?: string | null;
|
|
1180
1183
|
actor_type?: string | null;
|
|
1181
1184
|
created_at?: string;
|
|
@@ -1191,6 +1194,13 @@ type Database = {
|
|
|
1191
1194
|
title?: string;
|
|
1192
1195
|
};
|
|
1193
1196
|
Relationships: [
|
|
1197
|
+
{
|
|
1198
|
+
foreignKeyName: "activities_actor_api_key_id_fkey";
|
|
1199
|
+
columns: ["actor_api_key_id"];
|
|
1200
|
+
isOneToOne: false;
|
|
1201
|
+
referencedRelation: "api_keys";
|
|
1202
|
+
referencedColumns: ["id"];
|
|
1203
|
+
},
|
|
1194
1204
|
{
|
|
1195
1205
|
foreignKeyName: "activities_actor_id_fkey";
|
|
1196
1206
|
columns: ["actor_id"];
|
|
@@ -1278,6 +1288,7 @@ type Database = {
|
|
|
1278
1288
|
api_keys: {
|
|
1279
1289
|
Row: {
|
|
1280
1290
|
created_at: string | null;
|
|
1291
|
+
created_by: string | null;
|
|
1281
1292
|
id: string;
|
|
1282
1293
|
key_hash: string;
|
|
1283
1294
|
last_used_at: string | null;
|
|
@@ -1286,6 +1297,7 @@ type Database = {
|
|
|
1286
1297
|
};
|
|
1287
1298
|
Insert: {
|
|
1288
1299
|
created_at?: string | null;
|
|
1300
|
+
created_by?: string | null;
|
|
1289
1301
|
id?: string;
|
|
1290
1302
|
key_hash: string;
|
|
1291
1303
|
last_used_at?: string | null;
|
|
@@ -1294,6 +1306,7 @@ type Database = {
|
|
|
1294
1306
|
};
|
|
1295
1307
|
Update: {
|
|
1296
1308
|
created_at?: string | null;
|
|
1309
|
+
created_by?: string | null;
|
|
1297
1310
|
id?: string;
|
|
1298
1311
|
key_hash?: string;
|
|
1299
1312
|
last_used_at?: string | null;
|
|
@@ -1301,6 +1314,13 @@ type Database = {
|
|
|
1301
1314
|
organization_id?: string;
|
|
1302
1315
|
};
|
|
1303
1316
|
Relationships: [
|
|
1317
|
+
{
|
|
1318
|
+
foreignKeyName: "api_keys_created_by_fkey";
|
|
1319
|
+
columns: ["created_by"];
|
|
1320
|
+
isOneToOne: false;
|
|
1321
|
+
referencedRelation: "users";
|
|
1322
|
+
referencedColumns: ["id"];
|
|
1323
|
+
},
|
|
1304
1324
|
{
|
|
1305
1325
|
foreignKeyName: "api_keys_organization_id_fkey";
|
|
1306
1326
|
columns: ["organization_id"];
|
|
@@ -1628,6 +1648,7 @@ type Database = {
|
|
|
1628
1648
|
organization_id: string;
|
|
1629
1649
|
payload: Json;
|
|
1630
1650
|
source_execution_id: string | null;
|
|
1651
|
+
status: string;
|
|
1631
1652
|
step_key: string | null;
|
|
1632
1653
|
};
|
|
1633
1654
|
Insert: {
|
|
@@ -1639,6 +1660,7 @@ type Database = {
|
|
|
1639
1660
|
organization_id: string;
|
|
1640
1661
|
payload?: Json;
|
|
1641
1662
|
source_execution_id?: string | null;
|
|
1663
|
+
status: string;
|
|
1642
1664
|
step_key?: string | null;
|
|
1643
1665
|
};
|
|
1644
1666
|
Update: {
|
|
@@ -1650,6 +1672,7 @@ type Database = {
|
|
|
1650
1672
|
organization_id?: string;
|
|
1651
1673
|
payload?: Json;
|
|
1652
1674
|
source_execution_id?: string | null;
|
|
1675
|
+
status?: string;
|
|
1653
1676
|
step_key?: string | null;
|
|
1654
1677
|
};
|
|
1655
1678
|
Relationships: [
|
|
@@ -1801,6 +1824,7 @@ type Database = {
|
|
|
1801
1824
|
kind: string;
|
|
1802
1825
|
metadata: Json;
|
|
1803
1826
|
organization_id: string;
|
|
1827
|
+
payload: Json;
|
|
1804
1828
|
processing_state: Json;
|
|
1805
1829
|
storage_path: string | null;
|
|
1806
1830
|
title: string;
|
|
@@ -1814,6 +1838,7 @@ type Database = {
|
|
|
1814
1838
|
kind: string;
|
|
1815
1839
|
metadata?: Json;
|
|
1816
1840
|
organization_id: string;
|
|
1841
|
+
payload?: Json;
|
|
1817
1842
|
processing_state?: Json;
|
|
1818
1843
|
storage_path?: string | null;
|
|
1819
1844
|
title: string;
|
|
@@ -1827,6 +1852,7 @@ type Database = {
|
|
|
1827
1852
|
kind?: string;
|
|
1828
1853
|
metadata?: Json;
|
|
1829
1854
|
organization_id?: string;
|
|
1855
|
+
payload?: Json;
|
|
1830
1856
|
processing_state?: Json;
|
|
1831
1857
|
storage_path?: string | null;
|
|
1832
1858
|
title?: string;
|
package/dist/provider/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-UZ7MSORW.js';
|
|
2
|
+
import '../chunk-R6NMRXNO.js';
|
|
3
|
+
import '../chunk-RBGVNPA6.js';
|
|
4
4
|
import '../chunk-MKH2KOAO.js';
|
|
5
5
|
import '../chunk-VDX6DL7Z.js';
|
|
6
6
|
import '../chunk-L7BZZ4SI.js';
|