@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.
- package/dist/charts/index.d.ts +25 -2
- package/dist/charts/index.js +2 -2
- package/dist/{chunk-FEZ2TGSH.js → chunk-7ATCF6UL.js} +282 -14
- package/dist/{chunk-4NHYV42S.js → chunk-7S5FS7WW.js} +35 -4
- package/dist/chunk-ADSSLKKP.js +10 -0
- package/dist/{chunk-WY2BCL5F.js → chunk-F25DUOWI.js} +2 -2
- package/dist/chunk-MHW43EOH.js +47 -0
- package/dist/{chunk-6YIE72M2.js → chunk-NUULWBAD.js} +1 -1
- package/dist/{chunk-E6Q6A5TU.js → chunk-QCEUL5QG.js} +2 -6
- package/dist/{chunk-4NAZQ7WO.js → chunk-RYSPAQGW.js} +2 -2
- package/dist/{chunk-XY7VKOKI.js → chunk-UEYUPTAD.js} +80 -777
- package/dist/chunk-ZGK6XZVY.js +1208 -0
- package/dist/components/index.d.ts +511 -488
- package/dist/components/index.js +28 -1221
- package/dist/features/operations/index.css +565 -0
- package/dist/features/operations/index.d.ts +90 -0
- package/dist/features/operations/index.js +241 -0
- package/dist/hooks/index.d.ts +509 -488
- package/dist/hooks/index.js +4 -4
- package/dist/hooks/published.d.ts +509 -488
- package/dist/hooks/published.js +4 -4
- package/dist/index.d.ts +522 -490
- package/dist/index.js +6 -6
- package/dist/initialization/index.d.ts +508 -487
- package/dist/layout/index.d.ts +196 -6
- package/dist/layout/index.js +5 -4
- package/dist/profile/index.d.ts +508 -487
- package/dist/provider/index.d.ts +1 -1
- package/dist/provider/index.js +4 -4
- package/dist/provider/published.d.ts +1 -1
- package/dist/router/index.d.ts +12 -1
- package/dist/router/index.js +1 -1
- package/dist/supabase/index.d.ts +890 -851
- package/dist/theme/index.d.ts +1 -1
- package/dist/theme/index.js +3 -3
- package/dist/types/index.d.ts +509 -488
- package/package.json +5 -1
- package/dist/chunk-LHQTTUL2.js +0 -27
- package/dist/components/layout/backgrounds/CyberParticles.d.ts +0 -30
- package/dist/components/layout/backgrounds/CyberParticles.d.ts.map +0 -1
- package/dist/components/layout/backgrounds/CyberParticles.js +0 -138
package/dist/provider/index.d.ts
CHANGED
|
@@ -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-
|
|
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;
|
package/dist/provider/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { ElevasisUIProvider } from '../chunk-
|
|
1
|
+
export { ElevasisUIProvider } from '../chunk-F25DUOWI.js';
|
|
2
|
+
import '../chunk-NUULWBAD.js';
|
|
2
3
|
import '../chunk-SZHARWKU.js';
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
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-
|
|
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;
|
package/dist/router/index.d.ts
CHANGED
|
@@ -27,5 +27,16 @@ declare function TanStackRouterBridge({ children }: {
|
|
|
27
27
|
children: ReactNode;
|
|
28
28
|
}): react_jsx_runtime.JSX.Element;
|
|
29
29
|
|
|
30
|
-
|
|
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 };
|
package/dist/router/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { TanStackRouterBridge } from '../chunk-
|
|
1
|
+
export { ScrollToTop, TanStackRouterBridge } from '../chunk-MHW43EOH.js';
|
|
2
2
|
export { RouterProvider, useRouterContext } from '../chunk-Q7DJKLEN.js';
|