@elevasis/ui 1.15.3 → 1.17.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 (41) hide show
  1. package/dist/charts/index.d.ts +25 -2
  2. package/dist/charts/index.js +2 -2
  3. package/dist/{chunk-FEZ2TGSH.js → chunk-7ATCF6UL.js} +282 -14
  4. package/dist/{chunk-4NHYV42S.js → chunk-7S5FS7WW.js} +35 -4
  5. package/dist/chunk-ADSSLKKP.js +10 -0
  6. package/dist/{chunk-WY2BCL5F.js → chunk-F25DUOWI.js} +2 -2
  7. package/dist/chunk-MHW43EOH.js +47 -0
  8. package/dist/{chunk-6YIE72M2.js → chunk-NUULWBAD.js} +1 -1
  9. package/dist/{chunk-E6Q6A5TU.js → chunk-QCEUL5QG.js} +2 -6
  10. package/dist/{chunk-4NAZQ7WO.js → chunk-RYSPAQGW.js} +2 -2
  11. package/dist/{chunk-XY7VKOKI.js → chunk-UEYUPTAD.js} +80 -777
  12. package/dist/chunk-ZGK6XZVY.js +1208 -0
  13. package/dist/components/index.d.ts +511 -488
  14. package/dist/components/index.js +28 -1221
  15. package/dist/features/operations/index.css +565 -0
  16. package/dist/features/operations/index.d.ts +90 -0
  17. package/dist/features/operations/index.js +241 -0
  18. package/dist/hooks/index.d.ts +509 -488
  19. package/dist/hooks/index.js +4 -4
  20. package/dist/hooks/published.d.ts +509 -488
  21. package/dist/hooks/published.js +4 -4
  22. package/dist/index.d.ts +522 -490
  23. package/dist/index.js +6 -6
  24. package/dist/initialization/index.d.ts +508 -487
  25. package/dist/layout/index.d.ts +196 -6
  26. package/dist/layout/index.js +5 -4
  27. package/dist/profile/index.d.ts +508 -487
  28. package/dist/provider/index.d.ts +1 -1
  29. package/dist/provider/index.js +4 -4
  30. package/dist/provider/published.d.ts +1 -1
  31. package/dist/router/index.d.ts +12 -1
  32. package/dist/router/index.js +1 -1
  33. package/dist/supabase/index.d.ts +890 -851
  34. package/dist/theme/index.d.ts +1 -1
  35. package/dist/theme/index.js +3 -3
  36. package/dist/types/index.d.ts +509 -488
  37. package/package.json +5 -1
  38. package/dist/chunk-LHQTTUL2.js +0 -27
  39. package/dist/components/layout/backgrounds/CyberParticles.d.ts +0 -30
  40. package/dist/components/layout/backgrounds/CyberParticles.d.ts.map +0 -1
  41. package/dist/components/layout/backgrounds/CyberParticles.js +0 -138
@@ -42,7 +42,7 @@ interface ThemePreset {
42
42
  */
43
43
  loader?: ReactNode;
44
44
  }
45
- type PresetName = 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'ember' | 'honey' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-flux' | 'cyber-void' | 'nirvana' | 'wave';
45
+ type PresetName = 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'ember' | 'honey' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-punk' | 'cyber-void' | 'nirvana' | 'wave';
46
46
 
47
47
  interface ApiErrorDetails {
48
48
  method: string;
@@ -1,8 +1,8 @@
1
- export { ElevasisUIProvider } from '../chunk-WY2BCL5F.js';
1
+ export { ElevasisUIProvider } from '../chunk-F25DUOWI.js';
2
+ import '../chunk-NUULWBAD.js';
2
3
  import '../chunk-SZHARWKU.js';
3
- import '../chunk-XY7VKOKI.js';
4
- import '../chunk-6YIE72M2.js';
5
- import '../chunk-FEZ2TGSH.js';
4
+ import '../chunk-UEYUPTAD.js';
5
+ import '../chunk-7ATCF6UL.js';
6
6
  export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-53GNREDV.js';
7
7
  export { AppearanceProvider, useAppearance } from '../chunk-QJ2KCHKX.js';
8
8
  import '../chunk-U2522LSW.js';
@@ -41,7 +41,7 @@ interface ThemePreset {
41
41
  */
42
42
  loader?: ReactNode;
43
43
  }
44
- type PresetName = 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'ember' | 'honey' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-flux' | 'cyber-void' | 'nirvana' | 'wave';
44
+ type PresetName = 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'ember' | 'honey' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-punk' | 'cyber-void' | 'nirvana' | 'wave';
45
45
 
46
46
  interface ApiErrorDetails {
47
47
  method: string;
@@ -27,5 +27,16 @@ declare function TanStackRouterBridge({ children }: {
27
27
  children: ReactNode;
28
28
  }): react_jsx_runtime.JSX.Element;
29
29
 
30
- export { RouterProvider, TanStackRouterBridge, useRouterContext };
30
+ /**
31
+ * Resets scroll position to the top of the nearest scrollable ancestor on every
32
+ * route change. Needed because the `@repo/ui` AppShell wraps content in an inner
33
+ * scroll container (`AppShellRightSideOuterContainer`), so TanStack Router's
34
+ * window-level `scrollRestoration` option has no effect.
35
+ *
36
+ * Place this component directly inside the app shell's content area, above
37
+ * `<Outlet />`.
38
+ */
39
+ declare function ScrollToTop(): react_jsx_runtime.JSX.Element;
40
+
41
+ export { RouterProvider, ScrollToTop, TanStackRouterBridge, useRouterContext };
31
42
  export type { LinkProps, RouterAdapter };
@@ -1,2 +1,2 @@
1
- export { TanStackRouterBridge } from '../chunk-LHQTTUL2.js';
1
+ export { ScrollToTop, TanStackRouterBridge } from '../chunk-MHW43EOH.js';
2
2
  export { RouterProvider, useRouterContext } from '../chunk-Q7DJKLEN.js';