@elevasis/ui 1.26.1 → 1.28.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/charts/index.js +2 -2
- package/dist/{chunk-MHW43EOH.js → chunk-2IFYDILW.js} +2 -1
- package/dist/{chunk-AWT255UH.js → chunk-2IJCM3VQ.js} +37 -37
- package/dist/{chunk-4INR75ZS.js → chunk-37NT4BNV.js} +589 -65
- package/dist/chunk-5COLSYBE.js +199 -0
- package/dist/{chunk-YNGQ7U5H.js → chunk-7CJ5QBN2.js} +2 -2
- package/dist/{chunk-L3GVDMCA.js → chunk-C27LLJM6.js} +3 -195
- package/dist/chunk-C4WOXS2C.js +6646 -0
- package/dist/{chunk-RMPXGBNI.js → chunk-D25AE46Q.js} +2 -2
- package/dist/{chunk-ZVJKIJFG.js → chunk-EBCIUZVV.js} +13 -42
- package/dist/{chunk-O4UB5DQQ.js → chunk-F2J7675J.js} +1 -1
- package/dist/chunk-KLG4H5NM.js +247 -0
- package/dist/{chunk-BS4J2LAW.js → chunk-QTD5HPKD.js} +1 -1
- package/dist/chunk-S4S6K4MV.js +635 -0
- package/dist/{chunk-FEZZ3IDU.js → chunk-TXPUIHX2.js} +10 -10
- package/dist/{chunk-L4XXM55J.js → chunk-W4VYXIN7.js} +142 -3
- package/dist/{chunk-4WKWLFBZ.js → chunk-ZUJ7WMGV.js} +1 -1
- package/dist/chunk-ZXBD5SBV.js +2115 -0
- package/dist/components/index.d.ts +339 -73
- package/dist/components/index.js +840 -688
- package/dist/features/auth/index.d.ts +125 -0
- package/dist/features/auth/index.js +2 -2
- package/dist/features/dashboard/index.d.ts +28 -2
- package/dist/features/dashboard/index.js +21 -635
- package/dist/features/monitoring/index.d.ts +28 -1
- package/dist/features/monitoring/index.js +19 -529
- package/dist/features/operations/index.d.ts +57 -8
- package/dist/features/operations/index.js +25 -3760
- package/dist/features/settings/index.d.ts +153 -1
- package/dist/features/settings/index.js +19 -1438
- package/dist/hooks/index.d.ts +262 -25
- package/dist/hooks/index.js +12 -8
- package/dist/hooks/published.d.ts +137 -25
- package/dist/hooks/published.js +11 -7
- package/dist/index.d.ts +388 -99
- package/dist/index.js +12 -11
- package/dist/initialization/index.d.ts +125 -0
- package/dist/layout/index.d.ts +2 -0
- package/dist/layout/index.js +6 -5
- package/dist/organization/index.js +1 -2
- package/dist/profile/index.d.ts +125 -0
- package/dist/provider/index.d.ts +130 -3
- package/dist/provider/index.js +10 -4
- package/dist/provider/published.d.ts +130 -3
- package/dist/provider/published.js +8 -2
- package/dist/router/context.d.ts +1 -0
- package/dist/router/index.d.ts +1 -0
- package/dist/router/index.js +1 -1
- package/dist/supabase/index.d.ts +242 -0
- package/dist/theme/index.js +2 -2
- package/dist/types/index.d.ts +126 -1
- package/package.json +1 -1
- package/dist/chunk-LR4WVA7W.js +0 -682
- package/dist/chunk-R7WLWGPO.js +0 -126
- package/dist/chunk-TCKIAHDC.js +0 -2626
- package/dist/chunk-V7XHGJQZ.js +0 -145
- package/dist/{chunk-WWEMNIHW.js → chunk-YYBM5LNJ.js} +1 -1
package/dist/charts/index.js
CHANGED
|
@@ -2,11 +2,11 @@ export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, Cyb
|
|
|
2
2
|
import '../chunk-MCA6LOGM.js';
|
|
3
3
|
import '../chunk-3KMDHCAR.js';
|
|
4
4
|
import '../chunk-NNKKBSJN.js';
|
|
5
|
-
import '../chunk-QJ2S46NI.js';
|
|
6
5
|
import '../chunk-LXHZYSMQ.js';
|
|
7
|
-
import '../chunk-MHW43EOH.js';
|
|
8
6
|
import '../chunk-ELJIFLCB.js';
|
|
9
7
|
import '../chunk-SZHARWKU.js';
|
|
8
|
+
import '../chunk-2IFYDILW.js';
|
|
9
|
+
import '../chunk-QJ2S46NI.js';
|
|
10
10
|
import '../chunk-IOKL7BKE.js';
|
|
11
11
|
import '../chunk-RWQIFKMJ.js';
|
|
12
12
|
import '../chunk-ALA56RGZ.js';
|
|
@@ -16,10 +16,11 @@ function TanStackRouterBridge({ children }) {
|
|
|
16
16
|
const value = useMemo(
|
|
17
17
|
() => ({
|
|
18
18
|
currentPath: location.pathname,
|
|
19
|
+
currentSearch: location.searchStr ?? "",
|
|
19
20
|
navigate,
|
|
20
21
|
Link: Link$1
|
|
21
22
|
}),
|
|
22
|
-
[location.pathname, navigate, Link$1]
|
|
23
|
+
[location.pathname, location.searchStr, navigate, Link$1]
|
|
23
24
|
);
|
|
24
25
|
return /* @__PURE__ */ jsx(RouterProvider, { value, children });
|
|
25
26
|
}
|
|
@@ -1,9 +1,44 @@
|
|
|
1
|
-
import { sidebarGroupChevronSize, sidebarIconInnerSize, sidebarListItemIconSize } from './chunk-QJ2S46NI.js';
|
|
2
1
|
import { useAppearance } from './chunk-QJ2KCHKX.js';
|
|
3
|
-
import {
|
|
2
|
+
import { sidebarGroupChevronSize, sidebarIconInnerSize, sidebarListItemIconSize } from './chunk-QJ2S46NI.js';
|
|
3
|
+
import { Box, Group, Text, Center, Container, Stack, UnstyledButton, Collapse } from '@mantine/core';
|
|
4
4
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
5
5
|
import { IconChevronDown, IconChevronRight } from '@tabler/icons-react';
|
|
6
6
|
|
|
7
|
+
var SubshellSidebarSection = ({
|
|
8
|
+
icon: Icon,
|
|
9
|
+
label,
|
|
10
|
+
rightSection,
|
|
11
|
+
withTopBorder = false
|
|
12
|
+
}) => {
|
|
13
|
+
return /* @__PURE__ */ jsx(
|
|
14
|
+
Box,
|
|
15
|
+
{
|
|
16
|
+
p: "sm",
|
|
17
|
+
style: {
|
|
18
|
+
borderTop: withTopBorder ? "1px solid var(--color-border)" : void 0,
|
|
19
|
+
borderBottom: "1px solid var(--color-border)"
|
|
20
|
+
},
|
|
21
|
+
children: /* @__PURE__ */ jsxs(Group, { gap: "xs", children: [
|
|
22
|
+
/* @__PURE__ */ jsx(Icon, { size: 16, color: "var(--color-text-subtle)" }),
|
|
23
|
+
/* @__PURE__ */ jsx(
|
|
24
|
+
Text,
|
|
25
|
+
{
|
|
26
|
+
size: "sm",
|
|
27
|
+
fw: 600,
|
|
28
|
+
c: "var(--color-text-subtle)",
|
|
29
|
+
style: { fontFamily: "var(--mantine-font-family-headings)", flex: 1 },
|
|
30
|
+
children: label
|
|
31
|
+
}
|
|
32
|
+
),
|
|
33
|
+
rightSection
|
|
34
|
+
] })
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
};
|
|
38
|
+
function SubshellLoader() {
|
|
39
|
+
const { loader } = useAppearance();
|
|
40
|
+
return /* @__PURE__ */ jsx(Center, { mih: "calc(100vh - 70px)", children: loader });
|
|
41
|
+
}
|
|
7
42
|
var PageContainer = ({ children }) => {
|
|
8
43
|
return (
|
|
9
44
|
// Add padding to the top of the container to adjust for the topbar height
|
|
@@ -216,40 +251,5 @@ var SidebarListItem = ({
|
|
|
216
251
|
}
|
|
217
252
|
);
|
|
218
253
|
};
|
|
219
|
-
var SubshellSidebarSection = ({
|
|
220
|
-
icon: Icon,
|
|
221
|
-
label,
|
|
222
|
-
rightSection,
|
|
223
|
-
withTopBorder = false
|
|
224
|
-
}) => {
|
|
225
|
-
return /* @__PURE__ */ jsx(
|
|
226
|
-
Box,
|
|
227
|
-
{
|
|
228
|
-
p: "sm",
|
|
229
|
-
style: {
|
|
230
|
-
borderTop: withTopBorder ? "1px solid var(--color-border)" : void 0,
|
|
231
|
-
borderBottom: "1px solid var(--color-border)"
|
|
232
|
-
},
|
|
233
|
-
children: /* @__PURE__ */ jsxs(Group, { gap: "xs", children: [
|
|
234
|
-
/* @__PURE__ */ jsx(Icon, { size: 16, color: "var(--color-text-subtle)" }),
|
|
235
|
-
/* @__PURE__ */ jsx(
|
|
236
|
-
Text,
|
|
237
|
-
{
|
|
238
|
-
size: "sm",
|
|
239
|
-
fw: 600,
|
|
240
|
-
c: "var(--color-text-subtle)",
|
|
241
|
-
style: { fontFamily: "var(--mantine-font-family-headings)", flex: 1 },
|
|
242
|
-
children: label
|
|
243
|
-
}
|
|
244
|
-
),
|
|
245
|
-
rightSection
|
|
246
|
-
] })
|
|
247
|
-
}
|
|
248
|
-
);
|
|
249
|
-
};
|
|
250
|
-
function SubshellLoader() {
|
|
251
|
-
const { loader } = useAppearance();
|
|
252
|
-
return /* @__PURE__ */ jsx(Center, { mih: "calc(100vh - 70px)", children: loader });
|
|
253
|
-
}
|
|
254
254
|
|
|
255
255
|
export { CollapsibleSidebarGroup, PageContainer, SidebarListItem, SubshellLoader, SubshellSidebarSection };
|