@elevasis/ui 1.21.0 → 1.22.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-CYJILY7M.js → chunk-5266RV46.js} +2 -2
- package/dist/{chunk-V422ET6W.js → chunk-7TLPKXC2.js} +2 -2
- package/dist/{chunk-MOBXWBES.js → chunk-AJPFSMEH.js} +451 -404
- package/dist/{chunk-ST2RSBQ3.js → chunk-DLI3F5IV.js} +3 -3
- package/dist/{chunk-UZWZY7TJ.js → chunk-HOYZWSNV.js} +90 -79
- package/dist/{chunk-BC6TJEON.js → chunk-IAZT3VO6.js} +157 -38
- package/dist/{chunk-FVBYSDM4.js → chunk-N5SDJP44.js} +1 -1
- package/dist/{chunk-3DIU726S.js → chunk-NVSKJG3L.js} +25 -4
- package/dist/{chunk-CRFV2TVK.js → chunk-QZS5FOIR.js} +2 -2
- package/dist/{chunk-NL6EFQYE.js → chunk-WAEKXBP3.js} +4 -4
- package/dist/{chunk-2WLVOFK7.js → chunk-ZHJGTOXP.js} +4 -3
- package/dist/components/index.css +0 -3
- package/dist/components/index.d.ts +37 -37
- package/dist/components/index.js +13 -15
- package/dist/features/auth/index.css +0 -3
- package/dist/features/dashboard/index.css +0 -3
- package/dist/features/dashboard/index.js +6 -7
- package/dist/features/monitoring/index.css +0 -3
- package/dist/features/monitoring/index.js +7 -8
- package/dist/features/operations/index.css +0 -3
- package/dist/features/operations/index.js +8 -9
- package/dist/features/settings/index.css +0 -3
- package/dist/features/settings/index.js +6 -7
- package/dist/hooks/index.css +0 -3
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.js +3 -4
- package/dist/hooks/published.css +0 -3
- package/dist/hooks/published.d.ts +1 -1
- package/dist/hooks/published.js +3 -4
- package/dist/index.css +0 -3
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -5
- package/dist/layout/index.d.ts +1 -1
- package/dist/layout/index.js +1 -2
- package/dist/provider/index.css +0 -3
- package/dist/provider/index.d.ts +1 -1
- package/dist/provider/index.js +3 -4
- package/dist/provider/published.d.ts +1 -1
- package/dist/theme/index.d.ts +1 -1
- package/dist/theme/index.js +3 -3
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunk-R3R367QY.js +0 -14
- package/dist/theme/presets/synapse.d.ts +0 -10
- package/dist/theme/presets/synapse.d.ts.map +0 -1
- package/dist/theme/presets/synapse.js +0 -75
package/dist/charts/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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-N5SDJP44.js';
|
|
2
|
+
import '../chunk-IAZT3VO6.js';
|
|
3
3
|
import '../chunk-3KMDHCAR.js';
|
|
4
4
|
import '../chunk-NNKKBSJN.js';
|
|
5
5
|
import '../chunk-QJ2S46NI.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useCyberColors, CyberLegendItem, CyberAreaChart } from './chunk-
|
|
2
|
-
import { CardHeader, EmptyState } from './chunk-
|
|
1
|
+
import { useCyberColors, CyberLegendItem, CyberAreaChart } from './chunk-N5SDJP44.js';
|
|
2
|
+
import { CardHeader, EmptyState } from './chunk-IAZT3VO6.js';
|
|
3
3
|
import { useResourcesHealth } from './chunk-EDAYKRPJ.js';
|
|
4
4
|
import { getTimeRangeDates, formatBucketTime } from './chunk-LXHZYSMQ.js';
|
|
5
5
|
import { Paper, Center, Loader, Group } from '@mantine/core';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
2
|
-
import { CyberAreaChart } from './chunk-
|
|
3
|
-
import { APIErrorAlert, CardHeader, StatsCardSkeleton, TrendIndicator, DetailCardSkeleton, EmptyState } from './chunk-
|
|
2
|
+
import { CyberAreaChart } from './chunk-N5SDJP44.js';
|
|
3
|
+
import { APIErrorAlert, CardHeader, StatsCardSkeleton, TrendIndicator, DetailCardSkeleton, EmptyState } from './chunk-IAZT3VO6.js';
|
|
4
4
|
import { useResolveError, useResolveAllErrors, usePaginationState, useErrorDetails, useMarkAsRead } from './chunk-EDAYKRPJ.js';
|
|
5
5
|
import { formatBucketTime } from './chunk-LXHZYSMQ.js';
|
|
6
6
|
import { formatDuration } from './chunk-XA34RETF.js';
|