@elevasis/ui 2.61.3 → 2.63.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/api/index.js +3 -3
- package/dist/app/index.d.ts +1 -1
- package/dist/app/index.js +5 -5
- package/dist/auth/index.js +5 -5
- package/dist/charts/index.js +5 -5
- package/dist/{chunk-NZ2F5RQ4.js → chunk-4OEVLV66.js} +1 -1
- package/dist/{chunk-774JOHIM.js → chunk-I7BZVVVU.js} +3 -1
- package/dist/{chunk-YM6LMYOE.js → chunk-M535KHLW.js} +1 -1
- package/dist/{chunk-OJJK27GC.js → chunk-RBGVNPA6.js} +75 -0
- package/dist/{chunk-5KPQPKGU.js → chunk-WVMVGFBB.js} +75 -50
- package/dist/{chunk-DRQA53N4.js → chunk-XNW3O6QW.js} +1 -1
- package/dist/components/index.js +5 -5
- package/dist/components/navigation/index.js +5 -5
- package/dist/features/auth/index.js +6 -6
- package/dist/features/clients/index.js +5 -5
- package/dist/features/crm/index.js +5 -5
- package/dist/features/dashboard/index.js +5 -5
- package/dist/features/delivery/index.js +5 -5
- package/dist/features/knowledge/index.js +5 -5
- package/dist/features/lead-gen/index.d.ts +12 -0
- package/dist/features/lead-gen/index.js +5 -5
- package/dist/features/monitoring/index.js +5 -5
- package/dist/features/monitoring/requests/index.js +6 -6
- package/dist/features/operations/index.js +5 -5
- package/dist/features/settings/index.js +5 -5
- package/dist/hooks/access/index.js +5 -5
- package/dist/hooks/delivery/index.js +5 -5
- package/dist/hooks/index.js +5 -5
- package/dist/hooks/published.js +5 -5
- package/dist/index.d.ts +13 -3
- package/dist/index.js +6 -6
- package/dist/knowledge/index.js +6 -6
- package/dist/layout/index.js +5 -5
- package/dist/organization/index.js +5 -5
- package/dist/provider/index.d.ts +1 -1
- package/dist/provider/index.js +5 -5
- package/dist/provider/published.d.ts +1 -1
- package/dist/provider/published.js +5 -5
- package/dist/test-utils/index.js +3 -3
- package/dist/theme/index.d.ts +1 -1
- package/dist/theme/index.js +2 -2
- package/dist/theme/presets/index.d.ts +3 -2
- package/dist/theme/presets/index.js +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/utils/index.js +1 -1
- package/package.json +5 -5
package/dist/layout/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberParticles, LinksGroup, PageContainer, Sidebar, SidebarContext, SidebarProvider, SubshellContainer, SubshellContentContainer, SubshellLoader, SubshellNavList, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarLoader, Topbar, TopbarActions, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
export { AmbientBloomGrid, AppBackground, CyberBackground, FilmGrain, FloatingMotes, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground } from '../chunk-
|
|
1
|
+
export { AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberParticles, LinksGroup, PageContainer, Sidebar, SidebarContext, SidebarProvider, SubshellContainer, SubshellContentContainer, SubshellLoader, SubshellNavList, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarLoader, Topbar, TopbarActions, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse } from '../chunk-WVMVGFBB.js';
|
|
2
|
+
import '../chunk-4OEVLV66.js';
|
|
3
|
+
export { AmbientBloomGrid, AppBackground, CyberBackground, FilmGrain, FloatingMotes, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground } from '../chunk-RBGVNPA6.js';
|
|
4
4
|
import '../chunk-ZTWA5H77.js';
|
|
5
5
|
import '../chunk-AUDNF2Q7.js';
|
|
6
6
|
import '../chunk-6M6OLGQY.js';
|
|
7
7
|
import '../chunk-MKH2KOAO.js';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-XNW3O6QW.js';
|
|
9
9
|
import '../chunk-T4LA4RY2.js';
|
|
10
10
|
export { SubshellNavItem, SubshellSidebarSection, sidebarBottomSectionCollapsedHeight, sidebarBottomSectionHeight, sidebarCollapsedWidth, sidebarGroupChevronSize, sidebarHoverDelay, sidebarIconInnerSize, sidebarIconSize, sidebarIconStroke, sidebarItemGap, sidebarItemHeight, sidebarItemPadding, sidebarSectionPadding, sidebarSubLinkIndent, sidebarSubLinkPaddingX, sidebarSubLinkPaddingY, sidebarToggleIconSize, sidebarTransitionDuration, sidebarWidth, subshellNavItemIconSize, topbarHeight } from '../chunk-GMXGDO3I.js';
|
|
11
11
|
import '../chunk-S3XR4II4.js';
|
|
@@ -19,7 +19,7 @@ import '../chunk-HENXLGVD.js';
|
|
|
19
19
|
import '../chunk-I3CFGE3N.js';
|
|
20
20
|
import '../chunk-RNP5R5I3.js';
|
|
21
21
|
import '../chunk-EIXSQONC.js';
|
|
22
|
-
import '../chunk-
|
|
22
|
+
import '../chunk-I7BZVVVU.js';
|
|
23
23
|
import '../chunk-FVOMKZ7S.js';
|
|
24
24
|
import '../chunk-KRWALB24.js';
|
|
25
25
|
import '../chunk-BI5VDO2K.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations } from '../chunk-WVMVGFBB.js';
|
|
2
|
+
import '../chunk-4OEVLV66.js';
|
|
3
|
+
import '../chunk-RBGVNPA6.js';
|
|
4
4
|
import '../chunk-ZTWA5H77.js';
|
|
5
5
|
import '../chunk-AUDNF2Q7.js';
|
|
6
6
|
import '../chunk-6M6OLGQY.js';
|
|
7
7
|
import '../chunk-MKH2KOAO.js';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-XNW3O6QW.js';
|
|
9
9
|
import '../chunk-T4LA4RY2.js';
|
|
10
10
|
import '../chunk-GMXGDO3I.js';
|
|
11
11
|
import '../chunk-S3XR4II4.js';
|
|
@@ -19,7 +19,7 @@ import '../chunk-HENXLGVD.js';
|
|
|
19
19
|
import '../chunk-I3CFGE3N.js';
|
|
20
20
|
import '../chunk-RNP5R5I3.js';
|
|
21
21
|
import '../chunk-EIXSQONC.js';
|
|
22
|
-
import '../chunk-
|
|
22
|
+
import '../chunk-I7BZVVVU.js';
|
|
23
23
|
import '../chunk-FVOMKZ7S.js';
|
|
24
24
|
import '../chunk-KRWALB24.js';
|
|
25
25
|
import '../chunk-BI5VDO2K.js';
|
package/dist/provider/index.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ interface ThemePreset {
|
|
|
48
48
|
*/
|
|
49
49
|
loader?: ReactNode;
|
|
50
50
|
}
|
|
51
|
-
type PresetName = 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'titanium' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-chrome' | 'cyber-void' | 'nirvana' | 'wave' | 'synapse' | 'cortex' | 'helios' | 'graphite' | 'quarry';
|
|
51
|
+
type PresetName = 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'titanium' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-chrome' | 'cyber-void' | 'nirvana' | 'nirvana-bold' | 'wave' | 'synapse' | 'cortex' | 'helios' | 'graphite' | 'quarry';
|
|
52
52
|
|
|
53
53
|
interface ApiErrorDetails {
|
|
54
54
|
method: string;
|
package/dist/provider/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-WVMVGFBB.js';
|
|
2
|
+
import '../chunk-4OEVLV66.js';
|
|
3
|
+
import '../chunk-RBGVNPA6.js';
|
|
4
4
|
import '../chunk-ZTWA5H77.js';
|
|
5
5
|
import '../chunk-AUDNF2Q7.js';
|
|
6
6
|
import '../chunk-6M6OLGQY.js';
|
|
7
7
|
import '../chunk-MKH2KOAO.js';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-XNW3O6QW.js';
|
|
9
9
|
import '../chunk-T4LA4RY2.js';
|
|
10
10
|
import '../chunk-GMXGDO3I.js';
|
|
11
11
|
import '../chunk-S3XR4II4.js';
|
|
@@ -19,7 +19,7 @@ import '../chunk-HENXLGVD.js';
|
|
|
19
19
|
import '../chunk-I3CFGE3N.js';
|
|
20
20
|
import '../chunk-RNP5R5I3.js';
|
|
21
21
|
import '../chunk-EIXSQONC.js';
|
|
22
|
-
import '../chunk-
|
|
22
|
+
import '../chunk-I7BZVVVU.js';
|
|
23
23
|
import '../chunk-FVOMKZ7S.js';
|
|
24
24
|
import '../chunk-KRWALB24.js';
|
|
25
25
|
export { ElevasisServiceProvider, useElevasisServices } from '../chunk-BI5VDO2K.js';
|
|
@@ -47,7 +47,7 @@ interface ThemePreset {
|
|
|
47
47
|
*/
|
|
48
48
|
loader?: ReactNode;
|
|
49
49
|
}
|
|
50
|
-
type PresetName = 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'titanium' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-chrome' | 'cyber-void' | 'nirvana' | 'wave' | 'synapse' | 'cortex' | 'helios' | 'graphite' | 'quarry';
|
|
50
|
+
type PresetName = 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'titanium' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-chrome' | 'cyber-void' | 'nirvana' | 'nirvana-bold' | 'wave' | 'synapse' | 'cortex' | 'helios' | 'graphite' | 'quarry';
|
|
51
51
|
|
|
52
52
|
interface ApiErrorDetails {
|
|
53
53
|
method: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } from '../chunk-WVMVGFBB.js';
|
|
2
|
+
import '../chunk-4OEVLV66.js';
|
|
3
|
+
import '../chunk-RBGVNPA6.js';
|
|
4
4
|
import '../chunk-ZTWA5H77.js';
|
|
5
5
|
import '../chunk-AUDNF2Q7.js';
|
|
6
6
|
import '../chunk-6M6OLGQY.js';
|
|
7
7
|
import '../chunk-MKH2KOAO.js';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-XNW3O6QW.js';
|
|
9
9
|
import '../chunk-T4LA4RY2.js';
|
|
10
10
|
import '../chunk-GMXGDO3I.js';
|
|
11
11
|
import '../chunk-S3XR4II4.js';
|
|
@@ -19,7 +19,7 @@ import '../chunk-HENXLGVD.js';
|
|
|
19
19
|
import '../chunk-I3CFGE3N.js';
|
|
20
20
|
import '../chunk-RNP5R5I3.js';
|
|
21
21
|
import '../chunk-EIXSQONC.js';
|
|
22
|
-
import '../chunk-
|
|
22
|
+
import '../chunk-I7BZVVVU.js';
|
|
23
23
|
import '../chunk-FVOMKZ7S.js';
|
|
24
24
|
import '../chunk-KRWALB24.js';
|
|
25
25
|
export { ElevasisServiceProvider, useElevasisServices } from '../chunk-BI5VDO2K.js';
|
package/dist/test-utils/index.js
CHANGED
|
@@ -2,10 +2,10 @@ import { server, handlers } from '../chunk-7XKCG5CT.js';
|
|
|
2
2
|
export { handlers, server } from '../chunk-7XKCG5CT.js';
|
|
3
3
|
import { mockWorkOSUser, mockUseAuth, mockUnauthenticatedUser, mockAuthenticatedUser, mockAuthLoading, createMockUseAuth } from '../chunk-DRQPEMJI.js';
|
|
4
4
|
export { createMockUseAuth, mockAuthLoading, mockAuthenticatedUser, mockUnauthenticatedUser, mockUseAuth, mockWorkOSUser } from '../chunk-DRQPEMJI.js';
|
|
5
|
-
import '../chunk-
|
|
6
|
-
import { ApiClientProvider } from '../chunk-
|
|
5
|
+
import '../chunk-M535KHLW.js';
|
|
6
|
+
import { ApiClientProvider } from '../chunk-XNW3O6QW.js';
|
|
7
7
|
import '../chunk-DD3CCMCZ.js';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-I7BZVVVU.js';
|
|
9
9
|
import '../chunk-FVOMKZ7S.js';
|
|
10
10
|
import '../chunk-KRWALB24.js';
|
|
11
11
|
import { ElevasisServiceProvider } from '../chunk-BI5VDO2K.js';
|
package/dist/theme/index.d.ts
CHANGED
|
@@ -100,7 +100,7 @@ interface ThemePreset {
|
|
|
100
100
|
*/
|
|
101
101
|
loader?: ReactNode;
|
|
102
102
|
}
|
|
103
|
-
type PresetName = 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'titanium' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-chrome' | 'cyber-void' | 'nirvana' | 'wave' | 'synapse' | 'cortex' | 'helios' | 'graphite' | 'quarry';
|
|
103
|
+
type PresetName = 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'titanium' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-chrome' | 'cyber-void' | 'nirvana' | 'nirvana-bold' | 'wave' | 'synapse' | 'cortex' | 'helios' | 'graphite' | 'quarry';
|
|
104
104
|
|
|
105
105
|
/** 10-shade color tuple (light → dark), compatible with Mantine's color format. */
|
|
106
106
|
type ColorShadesTuple = [string, string, string, string, string, string, string, string, string, string];
|
package/dist/theme/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, mantineThemeOverride, useAvailablePresets, usePresetsContext } from '../chunk-
|
|
2
|
-
export { generateShades, getPreset, PRESETS as presets } from '../chunk-
|
|
1
|
+
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, mantineThemeOverride, useAvailablePresets, usePresetsContext } from '../chunk-4OEVLV66.js';
|
|
2
|
+
export { generateShades, getPreset, PRESETS as presets } from '../chunk-RBGVNPA6.js';
|
|
3
3
|
import '../chunk-I2KLQ2HA.js';
|
|
@@ -77,7 +77,7 @@ interface ThemePreset {
|
|
|
77
77
|
*/
|
|
78
78
|
loader?: ReactNode;
|
|
79
79
|
}
|
|
80
|
-
type PresetName = 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'titanium' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-chrome' | 'cyber-void' | 'nirvana' | 'wave' | 'synapse' | 'cortex' | 'helios' | 'graphite' | 'quarry';
|
|
80
|
+
type PresetName = 'default' | 'tactical' | 'regal' | 'cyber-volt' | 'aurora' | 'rose-gold' | 'midnight' | 'titanium' | 'canopy' | 'slate' | 'cyber-strike' | 'cyber-chrome' | 'cyber-void' | 'nirvana' | 'nirvana-bold' | 'wave' | 'synapse' | 'cortex' | 'helios' | 'graphite' | 'quarry';
|
|
81
81
|
|
|
82
82
|
/** 10-shade color tuple (light → dark), compatible with Mantine's color format. */
|
|
83
83
|
type ColorShadesTuple = [string, string, string, string, string, string, string, string, string, string];
|
|
@@ -88,7 +88,7 @@ type ColorShadesTuple = [string, string, string, string, string, string, string,
|
|
|
88
88
|
*/
|
|
89
89
|
declare function generateShades(hex: string): ColorShadesTuple;
|
|
90
90
|
|
|
91
|
-
declare const THEME_PRESETS: readonly ["default", "tactical", "slate", "regal", "midnight", "aurora", "titanium", "rose-gold", "wave", "canopy", "quarry", "nirvana", "cortex", "synapse", "graphite", "helios", "cyber-void", "cyber-volt", "cyber-chrome", "cyber-strike"];
|
|
91
|
+
declare const THEME_PRESETS: readonly ["default", "tactical", "slate", "regal", "midnight", "aurora", "titanium", "rose-gold", "wave", "canopy", "quarry", "nirvana", "nirvana-bold", "cortex", "synapse", "graphite", "helios", "cyber-void", "cyber-volt", "cyber-chrome", "cyber-strike"];
|
|
92
92
|
type ThemePresetName = (typeof THEME_PRESETS)[number];
|
|
93
93
|
declare const ThemePresetEnum: z.ZodEnum<{
|
|
94
94
|
default: "default";
|
|
@@ -105,6 +105,7 @@ declare const ThemePresetEnum: z.ZodEnum<{
|
|
|
105
105
|
"cyber-chrome": "cyber-chrome";
|
|
106
106
|
"cyber-void": "cyber-void";
|
|
107
107
|
nirvana: "nirvana";
|
|
108
|
+
"nirvana-bold": "nirvana-bold";
|
|
108
109
|
wave: "wave";
|
|
109
110
|
synapse: "synapse";
|
|
110
111
|
cortex: "cortex";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { THEME_PRESETS, ThemePresetEnum, generateShades, getPreset, PRESETS as presets } from '../../chunk-
|
|
1
|
+
export { THEME_PRESETS, ThemePresetEnum, generateShades, getPreset, PRESETS as presets } from '../../chunk-RBGVNPA6.js';
|
|
2
2
|
import '../../chunk-I2KLQ2HA.js';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -5680,7 +5680,7 @@ type CommandQueueSSEEvent = CommandQueueTaskUpdatedEvent | CommandQueueConnected
|
|
|
5680
5680
|
* The union type (`ThemePresetName`) and Zod enum (`ThemePresetEnum`) are derived
|
|
5681
5681
|
* automatically — no other files need updating.
|
|
5682
5682
|
*/
|
|
5683
|
-
declare const THEME_PRESETS: readonly ["default", "tactical", "regal", "cyber-volt", "aurora", "rose-gold", "midnight", "titanium", "canopy", "slate", "cyber-strike", "cyber-chrome", "cyber-void", "nirvana", "wave", "synapse", "cortex", "helios", "graphite", "quarry"];
|
|
5683
|
+
declare const THEME_PRESETS: readonly ["default", "tactical", "regal", "cyber-volt", "aurora", "rose-gold", "midnight", "titanium", "canopy", "slate", "cyber-strike", "cyber-chrome", "cyber-void", "nirvana", "nirvana-bold", "wave", "synapse", "cortex", "helios", "graphite", "quarry"];
|
|
5684
5684
|
type ThemePresetName = (typeof THEME_PRESETS)[number];
|
|
5685
5685
|
|
|
5686
5686
|
/**
|
package/dist/utils/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { APIClientError, API_URL, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, LIMIT_ACTIVITY_FEED, OAUTH_FLOW_TIMEOUT, PAGE_SIZE_DEFAULT, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, isAPIClientError, restoreConsole, setupBrowserMocks, suppressKnownWarnings, validateEmail } from '../chunk-
|
|
1
|
+
export { APIClientError, API_URL, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, LIMIT_ACTIVITY_FEED, OAUTH_FLOW_TIMEOUT, PAGE_SIZE_DEFAULT, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, isAPIClientError, restoreConsole, setupBrowserMocks, suppressKnownWarnings, validateEmail } from '../chunk-I7BZVVVU.js';
|
|
2
2
|
export { REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, debounce, getTimeRangeDates, getTimeRangeLabel } from '../chunk-FVOMKZ7S.js';
|
|
3
3
|
export { ResourceStatusColors } from '../chunk-KRWALB24.js';
|
|
4
4
|
import '../chunk-TVTSASST.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elevasis/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.63.0",
|
|
4
4
|
"description": "UI components and platform-aware hooks for building custom frontends on the Elevasis platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -274,11 +274,11 @@
|
|
|
274
274
|
"typescript": "5.9.2",
|
|
275
275
|
"vite": "^7.0.0",
|
|
276
276
|
"vitest": "^3.2.4",
|
|
277
|
-
"@
|
|
278
|
-
"@repo/typescript-config": "0.0.0",
|
|
279
|
-
"@repo/elevasis-core": "1.0.0",
|
|
277
|
+
"@elevasis/sdk": "1.38.0",
|
|
280
278
|
"@repo/eslint-config": "0.0.0",
|
|
281
|
-
"@
|
|
279
|
+
"@repo/core": "0.55.0",
|
|
280
|
+
"@repo/typescript-config": "0.0.0",
|
|
281
|
+
"@repo/elevasis-core": "1.0.0"
|
|
282
282
|
},
|
|
283
283
|
"dependencies": {
|
|
284
284
|
"@dagrejs/dagre": "^1.1.4",
|