@elevasis/ui 2.44.0 → 2.45.1
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.js +2 -2
- package/dist/auth/index.js +2 -2
- package/dist/charts/index.js +2 -2
- package/dist/{chunk-BRXELOHC.js → chunk-MKH2KOAO.js} +1 -9
- package/dist/{chunk-B75DHNNJ.js → chunk-UBTSEZJK.js} +169 -218
- package/dist/components/index.js +2 -2
- package/dist/components/navigation/index.js +2 -2
- package/dist/features/auth/index.js +3 -3
- package/dist/features/clients/index.js +2 -2
- package/dist/features/crm/index.js +2 -2
- package/dist/features/dashboard/index.js +2 -2
- package/dist/features/delivery/index.js +2 -2
- package/dist/features/knowledge/index.js +2 -2
- package/dist/features/lead-gen/index.js +2 -2
- package/dist/features/monitoring/index.js +2 -2
- package/dist/features/monitoring/requests/index.js +3 -3
- package/dist/features/operations/index.js +2 -2
- package/dist/features/settings/index.js +2 -2
- package/dist/hooks/access/index.js +2 -2
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.d.ts +0 -1
- package/dist/hooks/index.js +2 -2
- package/dist/hooks/published.d.ts +0 -1
- package/dist/hooks/published.js +2 -2
- package/dist/index.d.ts +0 -1
- package/dist/index.js +2 -2
- package/dist/knowledge/index.js +5 -5
- package/dist/{knowledge-search-index-NBCTFIOH.js → knowledge-search-index-MHOBQTT3.js} +2 -2
- package/dist/layout/index.js +2 -2
- package/dist/organization/index.js +2 -2
- package/dist/provider/index.js +2 -2
- package/dist/provider/published.js +2 -2
- package/dist/supabase/index.d.ts +3 -4
- package/dist/supabase/index.js +1 -1
- package/package.json +7 -4
package/dist/app/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { useSessionCheck, AppErrorBoundary, SidebarProvider, ElevasisSystemsProvider, useElevasisSystems, AppShellContainer, Sidebar, AppShellRightSideContainer, AppShellRightSideOuterContainer, SystemShell, ElevasisUIProvider } from '../chunk-
|
|
1
|
+
import { useSessionCheck, AppErrorBoundary, SidebarProvider, ElevasisSystemsProvider, useElevasisSystems, AppShellContainer, Sidebar, AppShellRightSideContainer, AppShellRightSideOuterContainer, SystemShell, ElevasisUIProvider } from '../chunk-UBTSEZJK.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
package/dist/auth/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { AccessGuard, AccessKeys, ProtectedRoute, useSessionCheck as useRefocusSessionCheck, useSessionCheck, useStableAccessToken } from '../chunk-
|
|
1
|
+
export { AccessGuard, AccessKeys, ProtectedRoute, useSessionCheck as useRefocusSessionCheck, useSessionCheck, useStableAccessToken } from '../chunk-UBTSEZJK.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
package/dist/charts/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-
|
|
1
|
+
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-UBTSEZJK.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
|
@@ -10,14 +10,6 @@ function getSupabaseConfig() {
|
|
|
10
10
|
}
|
|
11
11
|
return { url, anonKey };
|
|
12
12
|
}
|
|
13
|
-
var _supabase = null;
|
|
14
|
-
function getSupabaseClient() {
|
|
15
|
-
if (!_supabase) {
|
|
16
|
-
const { url, anonKey } = getSupabaseConfig();
|
|
17
|
-
_supabase = createClient(url, anonKey);
|
|
18
|
-
}
|
|
19
|
-
return _supabase;
|
|
20
|
-
}
|
|
21
13
|
var useSupabase = () => {
|
|
22
14
|
const { getAccessToken } = useAuthContext();
|
|
23
15
|
const { url, anonKey } = getSupabaseConfig();
|
|
@@ -44,4 +36,4 @@ var useSupabase = () => {
|
|
|
44
36
|
);
|
|
45
37
|
};
|
|
46
38
|
|
|
47
|
-
export {
|
|
39
|
+
export { useSupabase };
|