@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.
Files changed (35) hide show
  1. package/dist/app/index.js +2 -2
  2. package/dist/auth/index.js +2 -2
  3. package/dist/charts/index.js +2 -2
  4. package/dist/{chunk-BRXELOHC.js → chunk-MKH2KOAO.js} +1 -9
  5. package/dist/{chunk-B75DHNNJ.js → chunk-UBTSEZJK.js} +169 -218
  6. package/dist/components/index.js +2 -2
  7. package/dist/components/navigation/index.js +2 -2
  8. package/dist/features/auth/index.js +3 -3
  9. package/dist/features/clients/index.js +2 -2
  10. package/dist/features/crm/index.js +2 -2
  11. package/dist/features/dashboard/index.js +2 -2
  12. package/dist/features/delivery/index.js +2 -2
  13. package/dist/features/knowledge/index.js +2 -2
  14. package/dist/features/lead-gen/index.js +2 -2
  15. package/dist/features/monitoring/index.js +2 -2
  16. package/dist/features/monitoring/requests/index.js +3 -3
  17. package/dist/features/operations/index.js +2 -2
  18. package/dist/features/settings/index.js +2 -2
  19. package/dist/hooks/access/index.js +2 -2
  20. package/dist/hooks/delivery/index.js +2 -2
  21. package/dist/hooks/index.d.ts +0 -1
  22. package/dist/hooks/index.js +2 -2
  23. package/dist/hooks/published.d.ts +0 -1
  24. package/dist/hooks/published.js +2 -2
  25. package/dist/index.d.ts +0 -1
  26. package/dist/index.js +2 -2
  27. package/dist/knowledge/index.js +5 -5
  28. package/dist/{knowledge-search-index-NBCTFIOH.js → knowledge-search-index-MHOBQTT3.js} +2 -2
  29. package/dist/layout/index.js +2 -2
  30. package/dist/organization/index.js +2 -2
  31. package/dist/provider/index.js +2 -2
  32. package/dist/provider/published.js +2 -2
  33. package/dist/supabase/index.d.ts +3 -4
  34. package/dist/supabase/index.js +1 -1
  35. 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-B75DHNNJ.js';
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-BRXELOHC.js';
6
+ import '../chunk-MKH2KOAO.js';
7
7
  import '../chunk-GUKY77FJ.js';
8
8
  import '../chunk-SJHM4WDG.js';
9
9
  import '../chunk-ZTWA5H77.js';
@@ -1,9 +1,9 @@
1
- export { AccessGuard, AccessKeys, ProtectedRoute, useSessionCheck as useRefocusSessionCheck, useSessionCheck, useStableAccessToken } from '../chunk-B75DHNNJ.js';
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-BRXELOHC.js';
6
+ import '../chunk-MKH2KOAO.js';
7
7
  import '../chunk-GUKY77FJ.js';
8
8
  import '../chunk-SJHM4WDG.js';
9
9
  import '../chunk-ZTWA5H77.js';
@@ -1,9 +1,9 @@
1
- export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-B75DHNNJ.js';
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-BRXELOHC.js';
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 { getSupabaseClient, useSupabase };
39
+ export { useSupabase };