@elevasis/ui 2.0.0 → 2.0.1
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 +1 -1
- package/dist/{chunk-BYZ7VTSH.js → chunk-7QNDXJQW.js} +2 -2
- package/dist/{chunk-R2BQITMQ.js → chunk-CD6UPIXK.js} +2 -2
- package/dist/{chunk-F2J7675J.js → chunk-N5BS2VIA.js} +632 -6
- package/dist/{chunk-ZWY3A6ZU.js → chunk-NEST7NA4.js} +8 -14
- package/dist/{chunk-EINVPEHK.js → chunk-P6EELWRV.js} +1 -1
- package/dist/{chunk-45MS3IAW.js → chunk-VB4MVOPL.js} +6 -1
- package/dist/{chunk-JHVKGZ2P.js → chunk-YUAE4IVA.js} +2 -3
- package/dist/{chunk-KP6LNTMH.js → chunk-YVDYRV4Q.js} +2 -2
- package/dist/{chunk-T2X3WHQS.js → chunk-ZNG35YAN.js} +3 -3
- package/dist/{chunk-FW4S3Z5I.js → chunk-ZT754TNZ.js} +1 -1
- package/dist/components/index.d.ts +6 -2
- package/dist/components/index.js +28 -21
- package/dist/features/dashboard/index.d.ts +14 -4
- package/dist/features/dashboard/index.js +6 -7
- package/dist/features/monitoring/index.js +8 -8
- package/dist/features/operations/index.d.ts +171 -55
- package/dist/features/operations/index.js +9 -8
- package/dist/features/settings/index.js +5 -5
- package/dist/hooks/index.js +4 -4
- package/dist/hooks/published.js +3 -3
- package/dist/index.js +4 -4
- package/dist/provider/index.js +2 -2
- package/dist/provider/published.js +1 -1
- package/package.json +3 -3
- package/dist/chunk-JQ4AKYUD.js +0 -635
package/dist/charts/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-
|
|
1
|
+
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-YUAE4IVA.js';
|
|
2
2
|
import '../chunk-MCA6LOGM.js';
|
|
3
3
|
import '../chunk-3KMDHCAR.js';
|
|
4
4
|
import '../chunk-NNKKBSJN.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { CredentialNameSchema, UuidSchema, useErrorNotification, showApiErrorNotification } from './chunk-
|
|
1
|
+
import { CredentialNameSchema, UuidSchema, useErrorNotification, showApiErrorNotification } from './chunk-P6EELWRV.js';
|
|
2
2
|
import { getTimeRangeDates } from './chunk-LXHZYSMQ.js';
|
|
3
|
-
import { useNotificationAdapter } from './chunk-
|
|
3
|
+
import { useNotificationAdapter } from './chunk-VB4MVOPL.js';
|
|
4
4
|
import { GC_TIME_SHORT, STALE_TIME_MONITORING, GC_TIME_MEDIUM, STALE_TIME_DEFAULT } from './chunk-IOKL7BKE.js';
|
|
5
5
|
import { useElevasisServices } from './chunk-QEPXAWE2.js';
|
|
6
6
|
import { z } from 'zod';
|
|
@@ -3,8 +3,8 @@ import { CustomModal } from './chunk-GBMNCNHX.js';
|
|
|
3
3
|
import { ListSkeleton, EmptyState, PageTitleCaption, CardHeader, APIErrorAlert, StatCard } from './chunk-MCA6LOGM.js';
|
|
4
4
|
import { AppShellLoader } from './chunk-YYBM5LNJ.js';
|
|
5
5
|
import { useAvailablePresets } from './chunk-QTD5HPKD.js';
|
|
6
|
-
import { useDeleteCredential, useCreateCredential, useCredentials, MEMBERSHIP_STATUS_COLORS, transformMembershipToTableRow, useUserMemberships, useUpdateWebhookEndpoint, useDeleteWebhookEndpoint, useCreateWebhookEndpoint, useListWebhookEndpoints, useUpdateMemberConfig, useOrganizationMembers, useUpdateCredential, CredentialSchemas } from './chunk-
|
|
7
|
-
import { useResources, showErrorNotification } from './chunk-
|
|
6
|
+
import { useDeleteCredential, useCreateCredential, useCredentials, MEMBERSHIP_STATUS_COLORS, transformMembershipToTableRow, useUserMemberships, useUpdateWebhookEndpoint, useDeleteWebhookEndpoint, useCreateWebhookEndpoint, useListWebhookEndpoints, useUpdateMemberConfig, useOrganizationMembers, useUpdateCredential, CredentialSchemas } from './chunk-7QNDXJQW.js';
|
|
7
|
+
import { useResources, showErrorNotification } from './chunk-P6EELWRV.js';
|
|
8
8
|
import { formatDateTime, OAUTH_POPUP_CHECK_INTERVAL, OAUTH_FLOW_TIMEOUT } from './chunk-IOKL7BKE.js';
|
|
9
9
|
import { useInitialization } from './chunk-TUXTSEAF.js';
|
|
10
10
|
import { useElevasisServices } from './chunk-QEPXAWE2.js';
|