@elevasis/ui 2.45.2 → 2.46.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 +2 -2
  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-HQPJ6TGV.js → chunk-CDZB24OR.js} +6 -9
  7. package/dist/{chunk-L4RIHGPO.js → chunk-OFLWSKSC.js} +1 -1
  8. package/dist/{chunk-FLQKWUSH.js → chunk-REPITZKU.js} +452 -37
  9. package/dist/{chunk-SDUMVYGI.js → chunk-SOGPJFO6.js} +1 -1
  10. package/dist/components/index.d.ts +1 -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 +1 -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 +2 -2
  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 +2 -2
  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 +1 -1
  30. package/dist/hooks/index.js +3 -3
  31. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +1 -1
  32. package/dist/hooks/published.d.ts +1 -1
  33. package/dist/hooks/published.js +3 -3
  34. package/dist/index.d.ts +2 -2
  35. package/dist/index.js +4 -4
  36. package/dist/knowledge/index.d.ts +3 -3
  37. package/dist/knowledge/index.js +282 -59
  38. package/dist/layout/index.js +3 -3
  39. package/dist/organization/index.js +3 -3
  40. package/dist/provider/index.d.ts +2 -2
  41. package/dist/provider/index.js +3 -3
  42. package/dist/provider/published.d.ts +2 -2
  43. package/dist/provider/published.js +3 -3
  44. package/dist/test-utils/index.js +3 -3
  45. package/dist/types/index.d.ts +1 -1
  46. package/dist/utils/index.d.ts +1 -1
  47. package/dist/utils/index.js +1 -1
  48. package/package.json +3 -3
@@ -3507,7 +3507,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
3507
3507
  aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
3508
3508
  members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
3509
3509
  }, z$1.core.$loose>>>>;
3510
- surfaces: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
3510
+ endpoints: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
3511
3511
  id: z$1.ZodString;
3512
3512
  label: z$1.ZodOptional<z$1.ZodString>;
3513
3513
  description: z$1.ZodOptional<z$1.ZodString>;
@@ -4149,7 +4149,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
4149
4149
  aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
4150
4150
  members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
4151
4151
  }, z$1.core.$loose>>>>;
4152
- surfaces: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
4152
+ endpoints: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
4153
4153
  id: z$1.ZodString;
4154
4154
  label: z$1.ZodOptional<z$1.ZodString>;
4155
4155
  description: z$1.ZodOptional<z$1.ZodString>;
@@ -1,4 +1,4 @@
1
- export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } from '../chunk-FLQKWUSH.js';
1
+ export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } from '../chunk-REPITZKU.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-L4RIHGPO.js';
12
+ import '../chunk-OFLWSKSC.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-HQPJ6TGV.js';
21
+ import '../chunk-CDZB24OR.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-SDUMVYGI.js';
6
- import { ApiClientProvider } from '../chunk-L4RIHGPO.js';
5
+ import '../chunk-SOGPJFO6.js';
6
+ import { ApiClientProvider } from '../chunk-OFLWSKSC.js';
7
7
  import '../chunk-DD3CCMCZ.js';
8
- import '../chunk-HQPJ6TGV.js';
8
+ import '../chunk-CDZB24OR.js';
9
9
  import '../chunk-KRWALB24.js';
10
10
  import { ElevasisServiceProvider } from '../chunk-2FTX4WO2.js';
11
11
  import '../chunk-MQZE7SUI.js';
@@ -4377,7 +4377,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
4377
4377
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4378
4378
  members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
4379
4379
  }, z.core.$loose>>>>;
4380
- surfaces: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4380
+ endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4381
4381
  id: z.ZodString;
4382
4382
  label: z.ZodOptional<z.ZodString>;
4383
4383
  description: z.ZodOptional<z.ZodString>;
@@ -169,7 +169,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
169
169
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
170
170
  members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
171
171
  }, z.core.$loose>>>>;
172
- surfaces: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
172
+ endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
173
173
  id: z.ZodString;
174
174
  label: z.ZodOptional<z.ZodString>;
175
175
  description: z.ZodOptional<z.ZodString>;
@@ -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-HQPJ6TGV.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-CDZB24OR.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.45.2",
3
+ "version": "2.46.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",
@@ -270,9 +270,9 @@
270
270
  "typescript": "5.9.2",
271
271
  "vite": "^7.0.0",
272
272
  "vitest": "^3.2.4",
273
- "@repo/core": "0.43.0",
274
- "@elevasis/sdk": "1.33.0",
273
+ "@repo/core": "0.44.0",
275
274
  "@repo/elevasis-core": "1.0.0",
275
+ "@elevasis/sdk": "1.33.1",
276
276
  "@repo/typescript-config": "0.0.0",
277
277
  "@repo/eslint-config": "0.0.0"
278
278
  },