@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
|
@@ -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
|
-
}
|
|
@@ -1143,6 +1143,7 @@ type Database = {
|
|
|
1143
1143
|
activities: {
|
|
1144
1144
|
Row: {
|
|
1145
1145
|
activity_type: string;
|
|
1146
|
+
actor_api_key_id: string | null;
|
|
1146
1147
|
actor_id: string | null;
|
|
1147
1148
|
actor_type: string | null;
|
|
1148
1149
|
created_at: string;
|
|
@@ -1159,6 +1160,7 @@ type Database = {
|
|
|
1159
1160
|
};
|
|
1160
1161
|
Insert: {
|
|
1161
1162
|
activity_type: string;
|
|
1163
|
+
actor_api_key_id?: string | null;
|
|
1162
1164
|
actor_id?: string | null;
|
|
1163
1165
|
actor_type?: string | null;
|
|
1164
1166
|
created_at?: string;
|
|
@@ -1175,6 +1177,7 @@ type Database = {
|
|
|
1175
1177
|
};
|
|
1176
1178
|
Update: {
|
|
1177
1179
|
activity_type?: string;
|
|
1180
|
+
actor_api_key_id?: string | null;
|
|
1178
1181
|
actor_id?: string | null;
|
|
1179
1182
|
actor_type?: string | null;
|
|
1180
1183
|
created_at?: string;
|
|
@@ -1190,6 +1193,13 @@ type Database = {
|
|
|
1190
1193
|
title?: string;
|
|
1191
1194
|
};
|
|
1192
1195
|
Relationships: [
|
|
1196
|
+
{
|
|
1197
|
+
foreignKeyName: "activities_actor_api_key_id_fkey";
|
|
1198
|
+
columns: ["actor_api_key_id"];
|
|
1199
|
+
isOneToOne: false;
|
|
1200
|
+
referencedRelation: "api_keys";
|
|
1201
|
+
referencedColumns: ["id"];
|
|
1202
|
+
},
|
|
1193
1203
|
{
|
|
1194
1204
|
foreignKeyName: "activities_actor_id_fkey";
|
|
1195
1205
|
columns: ["actor_id"];
|
|
@@ -1277,6 +1287,7 @@ type Database = {
|
|
|
1277
1287
|
api_keys: {
|
|
1278
1288
|
Row: {
|
|
1279
1289
|
created_at: string | null;
|
|
1290
|
+
created_by: string | null;
|
|
1280
1291
|
id: string;
|
|
1281
1292
|
key_hash: string;
|
|
1282
1293
|
last_used_at: string | null;
|
|
@@ -1285,6 +1296,7 @@ type Database = {
|
|
|
1285
1296
|
};
|
|
1286
1297
|
Insert: {
|
|
1287
1298
|
created_at?: string | null;
|
|
1299
|
+
created_by?: string | null;
|
|
1288
1300
|
id?: string;
|
|
1289
1301
|
key_hash: string;
|
|
1290
1302
|
last_used_at?: string | null;
|
|
@@ -1293,6 +1305,7 @@ type Database = {
|
|
|
1293
1305
|
};
|
|
1294
1306
|
Update: {
|
|
1295
1307
|
created_at?: string | null;
|
|
1308
|
+
created_by?: string | null;
|
|
1296
1309
|
id?: string;
|
|
1297
1310
|
key_hash?: string;
|
|
1298
1311
|
last_used_at?: string | null;
|
|
@@ -1300,6 +1313,13 @@ type Database = {
|
|
|
1300
1313
|
organization_id?: string;
|
|
1301
1314
|
};
|
|
1302
1315
|
Relationships: [
|
|
1316
|
+
{
|
|
1317
|
+
foreignKeyName: "api_keys_created_by_fkey";
|
|
1318
|
+
columns: ["created_by"];
|
|
1319
|
+
isOneToOne: false;
|
|
1320
|
+
referencedRelation: "users";
|
|
1321
|
+
referencedColumns: ["id"];
|
|
1322
|
+
},
|
|
1303
1323
|
{
|
|
1304
1324
|
foreignKeyName: "api_keys_organization_id_fkey";
|
|
1305
1325
|
columns: ["organization_id"];
|
|
@@ -1627,6 +1647,7 @@ type Database = {
|
|
|
1627
1647
|
organization_id: string;
|
|
1628
1648
|
payload: Json;
|
|
1629
1649
|
source_execution_id: string | null;
|
|
1650
|
+
status: string;
|
|
1630
1651
|
step_key: string | null;
|
|
1631
1652
|
};
|
|
1632
1653
|
Insert: {
|
|
@@ -1638,6 +1659,7 @@ type Database = {
|
|
|
1638
1659
|
organization_id: string;
|
|
1639
1660
|
payload?: Json;
|
|
1640
1661
|
source_execution_id?: string | null;
|
|
1662
|
+
status: string;
|
|
1641
1663
|
step_key?: string | null;
|
|
1642
1664
|
};
|
|
1643
1665
|
Update: {
|
|
@@ -1649,6 +1671,7 @@ type Database = {
|
|
|
1649
1671
|
organization_id?: string;
|
|
1650
1672
|
payload?: Json;
|
|
1651
1673
|
source_execution_id?: string | null;
|
|
1674
|
+
status?: string;
|
|
1652
1675
|
step_key?: string | null;
|
|
1653
1676
|
};
|
|
1654
1677
|
Relationships: [
|
|
@@ -1800,6 +1823,7 @@ type Database = {
|
|
|
1800
1823
|
kind: string;
|
|
1801
1824
|
metadata: Json;
|
|
1802
1825
|
organization_id: string;
|
|
1826
|
+
payload: Json;
|
|
1803
1827
|
processing_state: Json;
|
|
1804
1828
|
storage_path: string | null;
|
|
1805
1829
|
title: string;
|
|
@@ -1813,6 +1837,7 @@ type Database = {
|
|
|
1813
1837
|
kind: string;
|
|
1814
1838
|
metadata?: Json;
|
|
1815
1839
|
organization_id: string;
|
|
1840
|
+
payload?: Json;
|
|
1816
1841
|
processing_state?: Json;
|
|
1817
1842
|
storage_path?: string | null;
|
|
1818
1843
|
title: string;
|
|
@@ -1826,6 +1851,7 @@ type Database = {
|
|
|
1826
1851
|
kind?: string;
|
|
1827
1852
|
metadata?: Json;
|
|
1828
1853
|
organization_id?: string;
|
|
1854
|
+
payload?: Json;
|
|
1829
1855
|
processing_state?: Json;
|
|
1830
1856
|
storage_path?: string | null;
|
|
1831
1857
|
title?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } 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';
|
package/dist/supabase/index.d.ts
CHANGED
|
@@ -1040,6 +1040,7 @@ type Database = {
|
|
|
1040
1040
|
activities: {
|
|
1041
1041
|
Row: {
|
|
1042
1042
|
activity_type: string;
|
|
1043
|
+
actor_api_key_id: string | null;
|
|
1043
1044
|
actor_id: string | null;
|
|
1044
1045
|
actor_type: string | null;
|
|
1045
1046
|
created_at: string;
|
|
@@ -1056,6 +1057,7 @@ type Database = {
|
|
|
1056
1057
|
};
|
|
1057
1058
|
Insert: {
|
|
1058
1059
|
activity_type: string;
|
|
1060
|
+
actor_api_key_id?: string | null;
|
|
1059
1061
|
actor_id?: string | null;
|
|
1060
1062
|
actor_type?: string | null;
|
|
1061
1063
|
created_at?: string;
|
|
@@ -1072,6 +1074,7 @@ type Database = {
|
|
|
1072
1074
|
};
|
|
1073
1075
|
Update: {
|
|
1074
1076
|
activity_type?: string;
|
|
1077
|
+
actor_api_key_id?: string | null;
|
|
1075
1078
|
actor_id?: string | null;
|
|
1076
1079
|
actor_type?: string | null;
|
|
1077
1080
|
created_at?: string;
|
|
@@ -1087,6 +1090,13 @@ type Database = {
|
|
|
1087
1090
|
title?: string;
|
|
1088
1091
|
};
|
|
1089
1092
|
Relationships: [
|
|
1093
|
+
{
|
|
1094
|
+
foreignKeyName: "activities_actor_api_key_id_fkey";
|
|
1095
|
+
columns: ["actor_api_key_id"];
|
|
1096
|
+
isOneToOne: false;
|
|
1097
|
+
referencedRelation: "api_keys";
|
|
1098
|
+
referencedColumns: ["id"];
|
|
1099
|
+
},
|
|
1090
1100
|
{
|
|
1091
1101
|
foreignKeyName: "activities_actor_id_fkey";
|
|
1092
1102
|
columns: ["actor_id"];
|
|
@@ -1174,6 +1184,7 @@ type Database = {
|
|
|
1174
1184
|
api_keys: {
|
|
1175
1185
|
Row: {
|
|
1176
1186
|
created_at: string | null;
|
|
1187
|
+
created_by: string | null;
|
|
1177
1188
|
id: string;
|
|
1178
1189
|
key_hash: string;
|
|
1179
1190
|
last_used_at: string | null;
|
|
@@ -1182,6 +1193,7 @@ type Database = {
|
|
|
1182
1193
|
};
|
|
1183
1194
|
Insert: {
|
|
1184
1195
|
created_at?: string | null;
|
|
1196
|
+
created_by?: string | null;
|
|
1185
1197
|
id?: string;
|
|
1186
1198
|
key_hash: string;
|
|
1187
1199
|
last_used_at?: string | null;
|
|
@@ -1190,6 +1202,7 @@ type Database = {
|
|
|
1190
1202
|
};
|
|
1191
1203
|
Update: {
|
|
1192
1204
|
created_at?: string | null;
|
|
1205
|
+
created_by?: string | null;
|
|
1193
1206
|
id?: string;
|
|
1194
1207
|
key_hash?: string;
|
|
1195
1208
|
last_used_at?: string | null;
|
|
@@ -1197,6 +1210,13 @@ type Database = {
|
|
|
1197
1210
|
organization_id?: string;
|
|
1198
1211
|
};
|
|
1199
1212
|
Relationships: [
|
|
1213
|
+
{
|
|
1214
|
+
foreignKeyName: "api_keys_created_by_fkey";
|
|
1215
|
+
columns: ["created_by"];
|
|
1216
|
+
isOneToOne: false;
|
|
1217
|
+
referencedRelation: "users";
|
|
1218
|
+
referencedColumns: ["id"];
|
|
1219
|
+
},
|
|
1200
1220
|
{
|
|
1201
1221
|
foreignKeyName: "api_keys_organization_id_fkey";
|
|
1202
1222
|
columns: ["organization_id"];
|
|
@@ -1524,6 +1544,7 @@ type Database = {
|
|
|
1524
1544
|
organization_id: string;
|
|
1525
1545
|
payload: Json;
|
|
1526
1546
|
source_execution_id: string | null;
|
|
1547
|
+
status: string;
|
|
1527
1548
|
step_key: string | null;
|
|
1528
1549
|
};
|
|
1529
1550
|
Insert: {
|
|
@@ -1535,6 +1556,7 @@ type Database = {
|
|
|
1535
1556
|
organization_id: string;
|
|
1536
1557
|
payload?: Json;
|
|
1537
1558
|
source_execution_id?: string | null;
|
|
1559
|
+
status: string;
|
|
1538
1560
|
step_key?: string | null;
|
|
1539
1561
|
};
|
|
1540
1562
|
Update: {
|
|
@@ -1546,6 +1568,7 @@ type Database = {
|
|
|
1546
1568
|
organization_id?: string;
|
|
1547
1569
|
payload?: Json;
|
|
1548
1570
|
source_execution_id?: string | null;
|
|
1571
|
+
status?: string;
|
|
1549
1572
|
step_key?: string | null;
|
|
1550
1573
|
};
|
|
1551
1574
|
Relationships: [
|
|
@@ -1697,6 +1720,7 @@ type Database = {
|
|
|
1697
1720
|
kind: string;
|
|
1698
1721
|
metadata: Json;
|
|
1699
1722
|
organization_id: string;
|
|
1723
|
+
payload: Json;
|
|
1700
1724
|
processing_state: Json;
|
|
1701
1725
|
storage_path: string | null;
|
|
1702
1726
|
title: string;
|
|
@@ -1710,6 +1734,7 @@ type Database = {
|
|
|
1710
1734
|
kind: string;
|
|
1711
1735
|
metadata?: Json;
|
|
1712
1736
|
organization_id: string;
|
|
1737
|
+
payload?: Json;
|
|
1713
1738
|
processing_state?: Json;
|
|
1714
1739
|
storage_path?: string | null;
|
|
1715
1740
|
title: string;
|
|
@@ -1723,6 +1748,7 @@ type Database = {
|
|
|
1723
1748
|
kind?: string;
|
|
1724
1749
|
metadata?: Json;
|
|
1725
1750
|
organization_id?: string;
|
|
1751
|
+
payload?: Json;
|
|
1726
1752
|
processing_state?: Json;
|
|
1727
1753
|
storage_path?: string | null;
|
|
1728
1754
|
title?: string;
|
|
@@ -4535,6 +4561,7 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
|
|
|
4535
4561
|
activities: {
|
|
4536
4562
|
Row: {
|
|
4537
4563
|
activity_type: string;
|
|
4564
|
+
actor_api_key_id: string | null;
|
|
4538
4565
|
actor_id: string | null;
|
|
4539
4566
|
actor_type: string | null;
|
|
4540
4567
|
created_at: string;
|
|
@@ -4551,6 +4578,7 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
|
|
|
4551
4578
|
};
|
|
4552
4579
|
Insert: {
|
|
4553
4580
|
activity_type: string;
|
|
4581
|
+
actor_api_key_id?: string | null;
|
|
4554
4582
|
actor_id?: string | null;
|
|
4555
4583
|
actor_type?: string | null;
|
|
4556
4584
|
created_at?: string;
|
|
@@ -4567,6 +4595,7 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
|
|
|
4567
4595
|
};
|
|
4568
4596
|
Update: {
|
|
4569
4597
|
activity_type?: string;
|
|
4598
|
+
actor_api_key_id?: string | null;
|
|
4570
4599
|
actor_id?: string | null;
|
|
4571
4600
|
actor_type?: string | null;
|
|
4572
4601
|
created_at?: string;
|
|
@@ -4582,6 +4611,12 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
|
|
|
4582
4611
|
title?: string;
|
|
4583
4612
|
};
|
|
4584
4613
|
Relationships: [{
|
|
4614
|
+
foreignKeyName: "activities_actor_api_key_id_fkey";
|
|
4615
|
+
columns: ["actor_api_key_id"];
|
|
4616
|
+
isOneToOne: false;
|
|
4617
|
+
referencedRelation: "api_keys";
|
|
4618
|
+
referencedColumns: ["id"];
|
|
4619
|
+
}, {
|
|
4585
4620
|
foreignKeyName: "activities_actor_id_fkey";
|
|
4586
4621
|
columns: ["actor_id"];
|
|
4587
4622
|
isOneToOne: false;
|
|
@@ -4664,6 +4699,7 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
|
|
|
4664
4699
|
api_keys: {
|
|
4665
4700
|
Row: {
|
|
4666
4701
|
created_at: string | null;
|
|
4702
|
+
created_by: string | null;
|
|
4667
4703
|
id: string;
|
|
4668
4704
|
key_hash: string;
|
|
4669
4705
|
last_used_at: string | null;
|
|
@@ -4672,6 +4708,7 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
|
|
|
4672
4708
|
};
|
|
4673
4709
|
Insert: {
|
|
4674
4710
|
created_at?: string | null;
|
|
4711
|
+
created_by?: string | null;
|
|
4675
4712
|
id?: string;
|
|
4676
4713
|
key_hash: string;
|
|
4677
4714
|
last_used_at?: string | null;
|
|
@@ -4680,6 +4717,7 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
|
|
|
4680
4717
|
};
|
|
4681
4718
|
Update: {
|
|
4682
4719
|
created_at?: string | null;
|
|
4720
|
+
created_by?: string | null;
|
|
4683
4721
|
id?: string;
|
|
4684
4722
|
key_hash?: string;
|
|
4685
4723
|
last_used_at?: string | null;
|
|
@@ -4687,6 +4725,12 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
|
|
|
4687
4725
|
organization_id?: string;
|
|
4688
4726
|
};
|
|
4689
4727
|
Relationships: [{
|
|
4728
|
+
foreignKeyName: "api_keys_created_by_fkey";
|
|
4729
|
+
columns: ["created_by"];
|
|
4730
|
+
isOneToOne: false;
|
|
4731
|
+
referencedRelation: "users";
|
|
4732
|
+
referencedColumns: ["id"];
|
|
4733
|
+
}, {
|
|
4690
4734
|
foreignKeyName: "api_keys_organization_id_fkey";
|
|
4691
4735
|
columns: ["organization_id"];
|
|
4692
4736
|
isOneToOne: false;
|
|
@@ -4998,6 +5042,7 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
|
|
|
4998
5042
|
organization_id: string;
|
|
4999
5043
|
payload: Json;
|
|
5000
5044
|
source_execution_id: string | null;
|
|
5045
|
+
status: string;
|
|
5001
5046
|
step_key: string | null;
|
|
5002
5047
|
};
|
|
5003
5048
|
Insert: {
|
|
@@ -5009,6 +5054,7 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
|
|
|
5009
5054
|
organization_id: string;
|
|
5010
5055
|
payload?: Json;
|
|
5011
5056
|
source_execution_id?: string | null;
|
|
5057
|
+
status: string;
|
|
5012
5058
|
step_key?: string | null;
|
|
5013
5059
|
};
|
|
5014
5060
|
Update: {
|
|
@@ -5020,6 +5066,7 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
|
|
|
5020
5066
|
organization_id?: string;
|
|
5021
5067
|
payload?: Json;
|
|
5022
5068
|
source_execution_id?: string | null;
|
|
5069
|
+
status?: string;
|
|
5023
5070
|
step_key?: string | null;
|
|
5024
5071
|
};
|
|
5025
5072
|
Relationships: [{
|
|
@@ -5159,6 +5206,7 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
|
|
|
5159
5206
|
kind: string;
|
|
5160
5207
|
metadata: Json;
|
|
5161
5208
|
organization_id: string;
|
|
5209
|
+
payload: Json;
|
|
5162
5210
|
processing_state: Json;
|
|
5163
5211
|
storage_path: string | null;
|
|
5164
5212
|
title: string;
|
|
@@ -5172,6 +5220,7 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
|
|
|
5172
5220
|
kind: string;
|
|
5173
5221
|
metadata?: Json;
|
|
5174
5222
|
organization_id: string;
|
|
5223
|
+
payload?: Json;
|
|
5175
5224
|
processing_state?: Json;
|
|
5176
5225
|
storage_path?: string | null;
|
|
5177
5226
|
title: string;
|
|
@@ -5185,6 +5234,7 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
|
|
|
5185
5234
|
kind?: string;
|
|
5186
5235
|
metadata?: Json;
|
|
5187
5236
|
organization_id?: string;
|
|
5237
|
+
payload?: Json;
|
|
5188
5238
|
processing_state?: Json;
|
|
5189
5239
|
storage_path?: string | null;
|
|
5190
5240
|
title?: string;
|
package/dist/theme/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { useAvailablePresets } from '../chunk-
|
|
2
|
-
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, mantineThemeOverride, usePresetsContext } from '../chunk-
|
|
3
|
-
export { generateShades, getPreset, PRESETS as presets } from '../chunk-
|
|
1
|
+
export { useAvailablePresets } from '../chunk-ZFISGKYW.js';
|
|
2
|
+
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, mantineThemeOverride, usePresetsContext } from '../chunk-R6NMRXNO.js';
|
|
3
|
+
export { generateShades, getPreset, PRESETS as presets } from '../chunk-RBGVNPA6.js';
|
|
4
4
|
import '../chunk-I2KLQ2HA.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { THEME_PRESETS, ThemePresetEnum, generateShades, getPreset, PRESETS as presets } from '../../chunk-
|
|
1
|
+
export { THEME_PRESETS, ThemePresetEnum, generateShades, getPreset, PRESETS as presets } from '../../chunk-RBGVNPA6.js';
|
|
2
2
|
import '../../chunk-I2KLQ2HA.js';
|