@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.
Files changed (47) hide show
  1. package/dist/charts/index.js +2 -2
  2. package/dist/{chunk-CYJILY7M.js → chunk-5266RV46.js} +2 -2
  3. package/dist/{chunk-V422ET6W.js → chunk-7TLPKXC2.js} +2 -2
  4. package/dist/{chunk-MOBXWBES.js → chunk-AJPFSMEH.js} +451 -404
  5. package/dist/{chunk-ST2RSBQ3.js → chunk-DLI3F5IV.js} +3 -3
  6. package/dist/{chunk-UZWZY7TJ.js → chunk-HOYZWSNV.js} +90 -79
  7. package/dist/{chunk-BC6TJEON.js → chunk-IAZT3VO6.js} +157 -38
  8. package/dist/{chunk-FVBYSDM4.js → chunk-N5SDJP44.js} +1 -1
  9. package/dist/{chunk-3DIU726S.js → chunk-NVSKJG3L.js} +25 -4
  10. package/dist/{chunk-CRFV2TVK.js → chunk-QZS5FOIR.js} +2 -2
  11. package/dist/{chunk-NL6EFQYE.js → chunk-WAEKXBP3.js} +4 -4
  12. package/dist/{chunk-2WLVOFK7.js → chunk-ZHJGTOXP.js} +4 -3
  13. package/dist/components/index.css +0 -3
  14. package/dist/components/index.d.ts +37 -37
  15. package/dist/components/index.js +13 -15
  16. package/dist/features/auth/index.css +0 -3
  17. package/dist/features/dashboard/index.css +0 -3
  18. package/dist/features/dashboard/index.js +6 -7
  19. package/dist/features/monitoring/index.css +0 -3
  20. package/dist/features/monitoring/index.js +7 -8
  21. package/dist/features/operations/index.css +0 -3
  22. package/dist/features/operations/index.js +8 -9
  23. package/dist/features/settings/index.css +0 -3
  24. package/dist/features/settings/index.js +6 -7
  25. package/dist/hooks/index.css +0 -3
  26. package/dist/hooks/index.d.ts +1 -1
  27. package/dist/hooks/index.js +3 -4
  28. package/dist/hooks/published.css +0 -3
  29. package/dist/hooks/published.d.ts +1 -1
  30. package/dist/hooks/published.js +3 -4
  31. package/dist/index.css +0 -3
  32. package/dist/index.d.ts +2 -2
  33. package/dist/index.js +4 -5
  34. package/dist/layout/index.d.ts +1 -1
  35. package/dist/layout/index.js +1 -2
  36. package/dist/provider/index.css +0 -3
  37. package/dist/provider/index.d.ts +1 -1
  38. package/dist/provider/index.js +3 -4
  39. package/dist/provider/published.d.ts +1 -1
  40. package/dist/theme/index.d.ts +1 -1
  41. package/dist/theme/index.js +3 -3
  42. package/dist/types/index.d.ts +1 -1
  43. package/package.json +1 -1
  44. package/dist/chunk-R3R367QY.js +0 -14
  45. package/dist/theme/presets/synapse.d.ts +0 -10
  46. package/dist/theme/presets/synapse.d.ts.map +0 -1
  47. package/dist/theme/presets/synapse.js +0 -75
@@ -1,5 +1,5 @@
1
- export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-FVBYSDM4.js';
2
- import '../chunk-BC6TJEON.js';
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-FVBYSDM4.js';
2
- import { CardHeader, EmptyState } from './chunk-BC6TJEON.js';
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-FVBYSDM4.js';
3
- import { APIErrorAlert, CardHeader, StatsCardSkeleton, TrendIndicator, DetailCardSkeleton, EmptyState } from './chunk-BC6TJEON.js';
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';