@elevasis/ui 2.41.1 → 2.42.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 (48) hide show
  1. package/dist/api/index.js +3 -3
  2. package/dist/app/index.d.ts +5 -1
  3. package/dist/app/index.js +3 -3
  4. package/dist/auth/index.js +3 -3
  5. package/dist/charts/index.js +3 -3
  6. package/dist/{chunk-QDXTIQT4.js → chunk-3MTAHV5M.js} +3 -350
  7. package/dist/{chunk-V5HWC5EW.js → chunk-EDVZ3AHA.js} +1 -1
  8. package/dist/{chunk-7FJI76OH.js → chunk-MA7YCY7C.js} +1 -1
  9. package/dist/{chunk-5M4HSHQ5.js → chunk-YEGMSADG.js} +374 -23
  10. package/dist/components/index.d.ts +5 -1
  11. package/dist/components/index.js +3 -3
  12. package/dist/components/navigation/index.js +3 -3
  13. package/dist/features/auth/index.js +4 -4
  14. package/dist/features/clients/index.js +3 -3
  15. package/dist/features/crm/index.js +3 -3
  16. package/dist/features/dashboard/index.d.ts +5 -1
  17. package/dist/features/dashboard/index.js +3 -3
  18. package/dist/features/delivery/index.js +3 -3
  19. package/dist/features/knowledge/index.js +3 -3
  20. package/dist/features/lead-gen/index.d.ts +5 -1
  21. package/dist/features/lead-gen/index.js +3 -3
  22. package/dist/features/monitoring/index.js +3 -3
  23. package/dist/features/monitoring/requests/index.js +4 -4
  24. package/dist/features/operations/index.d.ts +5 -1
  25. package/dist/features/operations/index.js +3 -3
  26. package/dist/features/settings/index.js +3 -3
  27. package/dist/hooks/access/index.js +3 -3
  28. package/dist/hooks/delivery/index.js +3 -3
  29. package/dist/hooks/index.d.ts +5 -1
  30. package/dist/hooks/index.js +3 -3
  31. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +5 -1
  32. package/dist/hooks/published.d.ts +5 -1
  33. package/dist/hooks/published.js +3 -3
  34. package/dist/index.d.ts +5 -1
  35. package/dist/index.js +4 -4
  36. package/dist/knowledge/index.d.ts +5 -1
  37. package/dist/knowledge/index.js +4 -4
  38. package/dist/layout/index.js +3 -3
  39. package/dist/organization/index.js +3 -3
  40. package/dist/provider/index.d.ts +5 -1
  41. package/dist/provider/index.js +3 -3
  42. package/dist/provider/published.d.ts +5 -1
  43. package/dist/provider/published.js +3 -3
  44. package/dist/test-utils/index.js +3 -3
  45. package/dist/types/index.d.ts +5 -1
  46. package/dist/utils/index.d.ts +5 -1
  47. package/dist/utils/index.js +1 -1
  48. package/package.json +5 -5
@@ -3523,7 +3523,11 @@ declare const SystemApiInterfaceSchema: z$1.ZodObject<{
3523
3523
  archived: "archived";
3524
3524
  disabled: "disabled";
3525
3525
  }>>;
3526
- readinessProfile: z$1.ZodOptional<z$1.ZodString>;
3526
+ readinessProfile: z$1.ZodOptional<z$1.ZodEnum<{
3527
+ "sales.lead-gen.api": "sales.lead-gen.api";
3528
+ "sales.crm.api": "sales.crm.api";
3529
+ "sales.lead-gen.crm-handoff": "sales.lead-gen.crm-handoff";
3530
+ }>>;
3527
3531
  resourceIds: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
3528
3532
  }, z$1.core.$strict>;
3529
3533
  type JsonPrimitive = string | number | boolean | null;
@@ -1,4 +1,4 @@
1
- export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } from '../chunk-QDXTIQT4.js';
1
+ export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } from '../chunk-3MTAHV5M.js';
2
2
  import '../chunk-NZ2F5RQ4.js';
3
3
  import '../chunk-OJJK27GC.js';
4
4
  import '../chunk-AUDNF2Q7.js';
@@ -9,7 +9,7 @@ import '../chunk-SJHM4WDG.js';
9
9
  import '../chunk-ZTWA5H77.js';
10
10
  import '../chunk-S3XR4II4.js';
11
11
  import '../chunk-6DO4PE3O.js';
12
- import '../chunk-7FJI76OH.js';
12
+ import '../chunk-MA7YCY7C.js';
13
13
  import '../chunk-DD3CCMCZ.js';
14
14
  import '../chunk-GMXGDO3I.js';
15
15
  import '../chunk-2IFYDILW.js';
@@ -18,7 +18,7 @@ import '../chunk-HENXLGVD.js';
18
18
  import '../chunk-7FPLLSHN.js';
19
19
  import '../chunk-RNP5R5I3.js';
20
20
  import '../chunk-W2SFTXMT.js';
21
- import '../chunk-5M4HSHQ5.js';
21
+ import '../chunk-YEGMSADG.js';
22
22
  import '../chunk-KRWALB24.js';
23
23
  export { ElevasisServiceProvider, useElevasisServices } from '../chunk-2FTX4WO2.js';
24
24
  import '../chunk-MQZE7SUI.js';
@@ -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-V5HWC5EW.js';
6
- import { ApiClientProvider } from '../chunk-7FJI76OH.js';
5
+ import '../chunk-EDVZ3AHA.js';
6
+ import { ApiClientProvider } from '../chunk-MA7YCY7C.js';
7
7
  import '../chunk-DD3CCMCZ.js';
8
- import '../chunk-5M4HSHQ5.js';
8
+ import '../chunk-YEGMSADG.js';
9
9
  import '../chunk-KRWALB24.js';
10
10
  import { ElevasisServiceProvider } from '../chunk-2FTX4WO2.js';
11
11
  import '../chunk-MQZE7SUI.js';
@@ -4393,7 +4393,11 @@ declare const SystemApiInterfaceSchema: z.ZodObject<{
4393
4393
  archived: "archived";
4394
4394
  disabled: "disabled";
4395
4395
  }>>;
4396
- readinessProfile: z.ZodOptional<z.ZodString>;
4396
+ readinessProfile: z.ZodOptional<z.ZodEnum<{
4397
+ "sales.lead-gen.api": "sales.lead-gen.api";
4398
+ "sales.crm.api": "sales.crm.api";
4399
+ "sales.lead-gen.crm-handoff": "sales.lead-gen.crm-handoff";
4400
+ }>>;
4397
4401
  resourceIds: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
4398
4402
  }, z.core.$strict>;
4399
4403
  type JsonPrimitive = string | number | boolean | null;
@@ -188,7 +188,11 @@ declare const SystemApiInterfaceSchema: z.ZodObject<{
188
188
  archived: "archived";
189
189
  disabled: "disabled";
190
190
  }>>;
191
- readinessProfile: z.ZodOptional<z.ZodString>;
191
+ readinessProfile: z.ZodOptional<z.ZodEnum<{
192
+ "sales.lead-gen.api": "sales.lead-gen.api";
193
+ "sales.crm.api": "sales.crm.api";
194
+ "sales.lead-gen.crm-handoff": "sales.lead-gen.crm-handoff";
195
+ }>>;
192
196
  resourceIds: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
193
197
  }, z.core.$strict>;
194
198
  type JsonPrimitive = string | number | boolean | null;
@@ -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, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, debounce, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, getTimeRangeDates, getTimeRangeLabel, isAPIClientError, restoreConsole, setupBrowserMocks, suppressKnownWarnings, validateEmail } from '../chunk-5M4HSHQ5.js';
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, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, debounce, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, getTimeRangeDates, getTimeRangeLabel, isAPIClientError, restoreConsole, setupBrowserMocks, suppressKnownWarnings, validateEmail } from '../chunk-YEGMSADG.js';
2
2
  export { ResourceStatusColors } from '../chunk-KRWALB24.js';
3
3
  import '../chunk-TVTSASST.js';
4
4
  import '../chunk-I2KLQ2HA.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elevasis/ui",
3
- "version": "2.41.1",
3
+ "version": "2.42.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",
@@ -269,11 +269,11 @@
269
269
  "typescript": "5.9.2",
270
270
  "vite": "^7.0.0",
271
271
  "vitest": "^3.2.4",
272
- "@elevasis/sdk": "1.29.0",
273
- "@repo/core": "0.37.0",
274
- "@repo/eslint-config": "0.0.0",
272
+ "@elevasis/sdk": "1.30.1",
273
+ "@repo/core": "0.39.0",
275
274
  "@repo/elevasis-core": "1.0.0",
276
- "@repo/typescript-config": "0.0.0"
275
+ "@repo/typescript-config": "0.0.0",
276
+ "@repo/eslint-config": "0.0.0"
277
277
  },
278
278
  "dependencies": {
279
279
  "@dagrejs/dagre": "^1.1.4",