@elevasis/ui 2.39.1 → 2.39.2
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/api/index.js +3 -3
- package/dist/app/index.css +11 -2
- package/dist/app/index.d.ts +18 -0
- package/dist/app/index.js +10 -10
- package/dist/auth/index.js +5 -5
- package/dist/charts/index.js +8 -8
- package/dist/{chunk-N4IO4CQO.js → chunk-4DRI3G36.js} +2 -2
- package/dist/{chunk-MEOXQKW6.js → chunk-5PQ26JHK.js} +196 -211
- package/dist/{chunk-D3EWFGLF.js → chunk-7MTWRSUZ.js} +3 -3
- package/dist/{chunk-GTTMOKIB.js → chunk-7PHY5ONQ.js} +1 -1
- package/dist/{chunk-AIP3GC2N.js → chunk-CTJBPF3Z.js} +1 -1
- package/dist/{chunk-AVQPF7PE.js → chunk-IUQAP4IO.js} +2 -2
- package/dist/{chunk-2XBCYJS3.js → chunk-J3FLIZY4.js} +2 -2
- package/dist/{chunk-FZIPSE3S.js → chunk-K7GKKETO.js} +1 -1
- package/dist/{chunk-MWRFFGOH.js → chunk-LJDYY3XB.js} +1 -1
- package/dist/{chunk-PRMWQA5R.js → chunk-LY3YTQC6.js} +4 -4
- package/dist/{chunk-ZPRCGNZT.js → chunk-NKEXXL4O.js} +5 -5
- package/dist/{chunk-PE3FAAW3.js → chunk-RH5VWWSC.js} +3 -1
- package/dist/{chunk-PFPM654Z.js → chunk-RXH4D6TY.js} +1 -1
- package/dist/{chunk-IOSJHARH.js → chunk-TE4P6OSJ.js} +1 -1
- package/dist/components/index.css +11 -2
- package/dist/components/index.d.ts +18 -0
- package/dist/components/index.js +13 -13
- package/dist/components/navigation/index.js +4 -4
- package/dist/features/auth/index.css +11 -2
- package/dist/features/auth/index.d.ts +18 -0
- package/dist/features/auth/index.js +14 -14
- package/dist/features/clients/index.css +11 -2
- package/dist/features/clients/index.js +13 -13
- package/dist/features/crm/index.css +11 -2
- package/dist/features/crm/index.d.ts +18 -0
- package/dist/features/crm/index.js +13 -13
- package/dist/features/dashboard/index.css +11 -2
- package/dist/features/dashboard/index.js +13 -13
- package/dist/features/delivery/index.css +11 -2
- package/dist/features/delivery/index.d.ts +18 -0
- package/dist/features/delivery/index.js +13 -13
- package/dist/features/knowledge/index.js +4 -4
- package/dist/features/lead-gen/index.css +11 -2
- package/dist/features/lead-gen/index.js +13 -13
- package/dist/features/monitoring/index.css +11 -2
- package/dist/features/monitoring/index.js +13 -13
- package/dist/features/monitoring/requests/index.css +11 -2
- package/dist/features/monitoring/requests/index.js +13 -13
- package/dist/features/operations/index.css +11 -2
- package/dist/features/operations/index.js +13 -13
- package/dist/features/settings/index.css +11 -2
- package/dist/features/settings/index.d.ts +19 -1
- package/dist/features/settings/index.js +13 -13
- package/dist/hooks/access/index.js +4 -4
- package/dist/hooks/delivery/index.css +11 -2
- package/dist/hooks/delivery/index.d.ts +18 -0
- package/dist/hooks/delivery/index.js +13 -13
- package/dist/hooks/index.css +11 -2
- package/dist/hooks/index.d.ts +18 -0
- package/dist/hooks/index.js +13 -13
- package/dist/hooks/published.css +11 -2
- package/dist/hooks/published.d.ts +18 -0
- package/dist/hooks/published.js +13 -13
- package/dist/index.css +11 -2
- package/dist/index.d.ts +18 -0
- package/dist/index.js +13 -13
- package/dist/initialization/index.d.ts +18 -0
- package/dist/knowledge/index.js +5 -5
- package/dist/organization/index.css +11 -2
- package/dist/organization/index.js +13 -13
- package/dist/profile/index.d.ts +18 -0
- package/dist/provider/index.css +11 -2
- package/dist/provider/index.d.ts +18 -0
- package/dist/provider/index.js +10 -10
- package/dist/provider/published.d.ts +18 -0
- package/dist/provider/published.js +9 -9
- package/dist/supabase/index.d.ts +36 -0
- package/dist/test-utils/index.js +3 -3
- package/dist/types/index.d.ts +18 -0
- package/dist/utils/index.js +2 -2
- package/package.json +4 -4
package/dist/api/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { createElevasisQueryClient } from '../chunk-73EWE2EW.js';
|
|
2
|
-
export { ApiClientProvider, useApiClient, useApiClientContext } from '../chunk-
|
|
3
|
-
import '../chunk-
|
|
2
|
+
export { ApiClientProvider, useApiClient, useApiClientContext } from '../chunk-TE4P6OSJ.js';
|
|
3
|
+
import '../chunk-RXH4D6TY.js';
|
|
4
4
|
import '../chunk-KRWALB24.js';
|
|
5
5
|
import '../chunk-DD3CCMCZ.js';
|
|
6
6
|
import '../chunk-6ROXVZ3L.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-RH5VWWSC.js';
|
|
8
8
|
import '../chunk-TVTSASST.js';
|
|
9
9
|
import '../chunk-I2KLQ2HA.js';
|
package/dist/app/index.css
CHANGED
|
@@ -47,11 +47,20 @@
|
|
|
47
47
|
background-color: var(--surface-primary-subtle) !important;
|
|
48
48
|
color: var(--color-text);
|
|
49
49
|
}
|
|
50
|
-
[data-mantine-color-scheme
|
|
50
|
+
[data-mantine-color-scheme] .mantine-Tabs-root {
|
|
51
51
|
--tab-border-color: var(--color-border);
|
|
52
52
|
}
|
|
53
|
-
.mantine-Tabs-tab
|
|
53
|
+
[data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab {
|
|
54
|
+
border-radius: 0;
|
|
55
|
+
color: var(--color-text);
|
|
56
|
+
}
|
|
57
|
+
[data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab:hover {
|
|
58
|
+
background-color: var(--color-surface-hover);
|
|
59
|
+
}
|
|
60
|
+
[data-mantine-color-scheme] .mantine-Tabs-root .mantine-Tabs-tab[data-active] {
|
|
54
61
|
background-color: var(--color-surface-hover);
|
|
62
|
+
border-color: var(--color-primary);
|
|
63
|
+
color: var(--color-text);
|
|
55
64
|
}
|
|
56
65
|
.mantine-Pagination-control:not([data-active]) {
|
|
57
66
|
background: var(--color-surface);
|
package/dist/app/index.d.ts
CHANGED
|
@@ -3130,6 +3130,17 @@ type Database = {
|
|
|
3130
3130
|
Args: never;
|
|
3131
3131
|
Returns: undefined;
|
|
3132
3132
|
};
|
|
3133
|
+
repair_membership_role_assignments: {
|
|
3134
|
+
Args: never;
|
|
3135
|
+
Returns: {
|
|
3136
|
+
membership_id: string;
|
|
3137
|
+
organization_id: string;
|
|
3138
|
+
repaired: boolean;
|
|
3139
|
+
role_id: string;
|
|
3140
|
+
role_slug: string;
|
|
3141
|
+
user_id: string;
|
|
3142
|
+
}[];
|
|
3143
|
+
};
|
|
3133
3144
|
sync_all_memberships_with_role: {
|
|
3134
3145
|
Args: {
|
|
3135
3146
|
p_role_id: string;
|
|
@@ -3142,6 +3153,13 @@ type Database = {
|
|
|
3142
3153
|
};
|
|
3143
3154
|
Returns: undefined;
|
|
3144
3155
|
};
|
|
3156
|
+
update_membership_role_assignment: {
|
|
3157
|
+
Args: {
|
|
3158
|
+
p_role_slug: string;
|
|
3159
|
+
p_workos_membership_id: string;
|
|
3160
|
+
};
|
|
3161
|
+
Returns: string;
|
|
3162
|
+
};
|
|
3145
3163
|
upsert_user_profile: {
|
|
3146
3164
|
Args: never;
|
|
3147
3165
|
Returns: {
|
package/dist/app/index.js
CHANGED
|
@@ -4,32 +4,32 @@ import { SidebarProvider, AppShellContainer, Sidebar, AppShellRightSideContainer
|
|
|
4
4
|
import '../chunk-X4WBGKJQ.js';
|
|
5
5
|
import '../chunk-IIMU5YAJ.js';
|
|
6
6
|
import '../chunk-RNP5R5I3.js';
|
|
7
|
-
import { ElevasisUIProvider } from '../chunk-
|
|
7
|
+
import { ElevasisUIProvider } from '../chunk-NKEXXL4O.js';
|
|
8
8
|
import '../chunk-5JYKCULK.js';
|
|
9
9
|
import '../chunk-6D4LCJ52.js';
|
|
10
10
|
import '../chunk-WF7CONXF.js';
|
|
11
11
|
import '../chunk-WLOQ4IBG.js';
|
|
12
|
-
import { SystemShell } from '../chunk-
|
|
13
|
-
import '../chunk-
|
|
12
|
+
import { SystemShell } from '../chunk-LY3YTQC6.js';
|
|
13
|
+
import '../chunk-CTJBPF3Z.js';
|
|
14
14
|
import '../chunk-3KMDHCAR.js';
|
|
15
15
|
import '../chunk-S3XR4II4.js';
|
|
16
16
|
import '../chunk-A7IG36LB.js';
|
|
17
17
|
import '../chunk-NYBEU5TE.js';
|
|
18
|
-
import '../chunk-
|
|
18
|
+
import '../chunk-TE4P6OSJ.js';
|
|
19
19
|
import '../chunk-DT3QYZVU.js';
|
|
20
20
|
import { TanStackRouterBridge, ScrollToTop } from '../chunk-2IFYDILW.js';
|
|
21
21
|
import '../chunk-Q7DJKLEN.js';
|
|
22
|
-
import '../chunk-
|
|
22
|
+
import '../chunk-RXH4D6TY.js';
|
|
23
23
|
import '../chunk-KRWALB24.js';
|
|
24
|
-
import { useSessionCheck } from '../chunk-
|
|
25
|
-
import '../chunk-
|
|
26
|
-
import { ElevasisSystemsProvider, useElevasisSystems } from '../chunk-
|
|
24
|
+
import { useSessionCheck } from '../chunk-LJDYY3XB.js';
|
|
25
|
+
import '../chunk-7MTWRSUZ.js';
|
|
26
|
+
import { ElevasisSystemsProvider, useElevasisSystems } from '../chunk-J3FLIZY4.js';
|
|
27
27
|
import { useInitialization } from '../chunk-6DO4PE3O.js';
|
|
28
|
-
import '../chunk-
|
|
28
|
+
import '../chunk-K7GKKETO.js';
|
|
29
29
|
import '../chunk-DD3CCMCZ.js';
|
|
30
30
|
import '../chunk-W2SFTXMT.js';
|
|
31
31
|
import '../chunk-6ROXVZ3L.js';
|
|
32
|
-
import { listAllSystems } from '../chunk-
|
|
32
|
+
import { listAllSystems } from '../chunk-RH5VWWSC.js';
|
|
33
33
|
import '../chunk-2FTX4WO2.js';
|
|
34
34
|
import '../chunk-MQZE7SUI.js';
|
|
35
35
|
import '../chunk-TVTSASST.js';
|
package/dist/auth/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { AccessGuard, ProtectedRoute, useSessionCheck as useRefocusSessionCheck, useSessionCheck, useStableAccessToken } from '../chunk-
|
|
2
|
-
export { AccessKeys } from '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { AccessGuard, ProtectedRoute, useSessionCheck as useRefocusSessionCheck, useSessionCheck, useStableAccessToken } from '../chunk-LJDYY3XB.js';
|
|
2
|
+
export { AccessKeys } from '../chunk-7MTWRSUZ.js';
|
|
3
|
+
import '../chunk-J3FLIZY4.js';
|
|
4
4
|
import '../chunk-6DO4PE3O.js';
|
|
5
|
-
import '../chunk-
|
|
5
|
+
import '../chunk-K7GKKETO.js';
|
|
6
6
|
import '../chunk-DD3CCMCZ.js';
|
|
7
7
|
import '../chunk-W2SFTXMT.js';
|
|
8
8
|
import '../chunk-6ROXVZ3L.js';
|
|
9
|
-
import '../chunk-
|
|
9
|
+
import '../chunk-RH5VWWSC.js';
|
|
10
10
|
import '../chunk-2FTX4WO2.js';
|
|
11
11
|
import '../chunk-MQZE7SUI.js';
|
|
12
12
|
import '../chunk-TVTSASST.js';
|
package/dist/charts/index.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-4DRI3G36.js';
|
|
2
|
+
import '../chunk-CTJBPF3Z.js';
|
|
3
3
|
import '../chunk-3KMDHCAR.js';
|
|
4
4
|
import '../chunk-S3XR4II4.js';
|
|
5
5
|
import '../chunk-NYBEU5TE.js';
|
|
6
6
|
import '../chunk-DT3QYZVU.js';
|
|
7
7
|
import '../chunk-2IFYDILW.js';
|
|
8
8
|
import '../chunk-Q7DJKLEN.js';
|
|
9
|
-
import '../chunk-
|
|
9
|
+
import '../chunk-RXH4D6TY.js';
|
|
10
10
|
import '../chunk-KRWALB24.js';
|
|
11
|
-
import '../chunk-
|
|
12
|
-
import '../chunk-
|
|
13
|
-
import '../chunk-
|
|
11
|
+
import '../chunk-LJDYY3XB.js';
|
|
12
|
+
import '../chunk-7MTWRSUZ.js';
|
|
13
|
+
import '../chunk-J3FLIZY4.js';
|
|
14
14
|
import '../chunk-6DO4PE3O.js';
|
|
15
|
-
import '../chunk-
|
|
15
|
+
import '../chunk-K7GKKETO.js';
|
|
16
16
|
import '../chunk-DD3CCMCZ.js';
|
|
17
17
|
import '../chunk-W2SFTXMT.js';
|
|
18
18
|
import '../chunk-6ROXVZ3L.js';
|
|
19
|
-
import '../chunk-
|
|
19
|
+
import '../chunk-RH5VWWSC.js';
|
|
20
20
|
import '../chunk-2FTX4WO2.js';
|
|
21
21
|
import '../chunk-MQZE7SUI.js';
|
|
22
22
|
import '../chunk-TVTSASST.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { CenteredErrorState, TrendIndicator, EmptyState, StatCard } from './chunk-
|
|
1
|
+
import { CenteredErrorState, TrendIndicator, EmptyState, StatCard } from './chunk-CTJBPF3Z.js';
|
|
2
2
|
import { CardHeader } from './chunk-S3XR4II4.js';
|
|
3
|
-
import { getTimeRangeLabel, getTimeRangeDates, formatBucketTime } from './chunk-
|
|
3
|
+
import { getTimeRangeLabel, getTimeRangeDates, formatBucketTime } from './chunk-RXH4D6TY.js';
|
|
4
4
|
import { useElevasisServices } from './chunk-2FTX4WO2.js';
|
|
5
5
|
import { useRef, useState, useLayoutEffect, useEffect, useMemo, useCallback } from 'react';
|
|
6
6
|
import { jsx, jsxs } from 'react/jsx-runtime';
|