@elevasis/ui 2.29.0 → 2.30.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 (73) hide show
  1. package/dist/app/index.d.ts +54 -0
  2. package/dist/app/index.js +8 -8
  3. package/dist/auth/index.js +4 -4
  4. package/dist/charts/index.d.ts +2 -1
  5. package/dist/charts/index.js +6 -6
  6. package/dist/{chunk-SZWXQHKO.js → chunk-2DIYILF7.js} +7 -6
  7. package/dist/{chunk-XTVZFT7U.js → chunk-2Q2JQSQO.js} +1 -1
  8. package/dist/{chunk-65RQE3XF.js → chunk-3GV5NHSS.js} +1051 -208
  9. package/dist/{chunk-3DUOPXOJ.js → chunk-3MDNBHVB.js} +4 -4
  10. package/dist/{chunk-QNL7UI5G.js → chunk-4FZYEEPK.js} +4 -4
  11. package/dist/{chunk-Y3YJKKEB.js → chunk-4SY6BTVZ.js} +1 -1
  12. package/dist/{chunk-HLFFKKT3.js → chunk-4VQ2PXMI.js} +14 -14
  13. package/dist/{chunk-WKJ47GIW.js → chunk-533DUEQY.js} +1 -1
  14. package/dist/{chunk-HNFQCOD2.js → chunk-6EFVZV6X.js} +392 -309
  15. package/dist/{chunk-V3HUIZJX.js → chunk-6IXOKUBC.js} +1 -1
  16. package/dist/{chunk-VKMNWHTL.js → chunk-6YT4IKJ7.js} +3 -3
  17. package/dist/{chunk-AK5E6ILJ.js → chunk-A7B7HLDF.js} +8 -8
  18. package/dist/{chunk-OWESKPTJ.js → chunk-AKOD52HS.js} +26 -8
  19. package/dist/{chunk-ROSMICXG.js → chunk-CXY7FMUM.js} +35 -20
  20. package/dist/{chunk-HOIT677G.js → chunk-HUJCU55S.js} +1 -1
  21. package/dist/{chunk-A7R2URMV.js → chunk-HYLERWRO.js} +41 -7
  22. package/dist/{chunk-XBMCDGHA.js → chunk-IKQ42WHU.js} +1 -1
  23. package/dist/{chunk-GESXCQWY.js → chunk-JA5ECJJB.js} +1 -1
  24. package/dist/{chunk-KU7ZDWQ7.js → chunk-JBWJ6WHZ.js} +1 -1
  25. package/dist/{chunk-FGDUK74A.js → chunk-JKTPRYGV.js} +3 -3
  26. package/dist/{chunk-5WWZXCS5.js → chunk-KJ3QUBNU.js} +9 -2
  27. package/dist/{chunk-OHGNCWJP.js → chunk-LRZFLK2F.js} +1 -1
  28. package/dist/{chunk-FFDAE2QI.js → chunk-NITGGYH2.js} +172 -26
  29. package/dist/{chunk-VMJVQAFZ.js → chunk-OAVTMITG.js} +1 -1
  30. package/dist/{chunk-6NHCE7JM.js → chunk-P5WYW2GI.js} +12 -12
  31. package/dist/{chunk-5CW2HXQA.js → chunk-SBCIB5TZ.js} +4 -25
  32. package/dist/{chunk-OIMPGKDB.js → chunk-SKXXT3E2.js} +3 -3
  33. package/dist/{chunk-CEHUFNAL.js → chunk-T2PAD63Y.js} +11 -11
  34. package/dist/{chunk-LH4GPYDX.js → chunk-T5Z7G2J2.js} +19 -3
  35. package/dist/{chunk-WFTNY755.js → chunk-VKIZUUPM.js} +1 -1
  36. package/dist/{chunk-S66IQSSR.js → chunk-WF227UBV.js} +1 -1
  37. package/dist/components/chat/index.d.ts +2 -1
  38. package/dist/components/chat/index.js +1 -1
  39. package/dist/components/index.js +37 -37
  40. package/dist/components/navigation/index.js +8 -8
  41. package/dist/features/auth/index.js +5 -5
  42. package/dist/features/crm/index.js +18 -18
  43. package/dist/features/dashboard/index.js +19 -19
  44. package/dist/features/delivery/index.js +18 -18
  45. package/dist/features/knowledge/index.js +19 -19
  46. package/dist/features/lead-gen/index.d.ts +99 -1
  47. package/dist/features/lead-gen/index.js +19 -19
  48. package/dist/features/monitoring/index.js +20 -20
  49. package/dist/features/monitoring/requests/index.js +17 -17
  50. package/dist/features/operations/index.js +24 -24
  51. package/dist/features/settings/index.js +19 -19
  52. package/dist/hooks/delivery/index.js +2 -2
  53. package/dist/hooks/index.d.ts +263 -4
  54. package/dist/hooks/index.js +17 -17
  55. package/dist/hooks/published.d.ts +263 -4
  56. package/dist/hooks/published.js +17 -17
  57. package/dist/index.d.ts +378 -8
  58. package/dist/index.js +18 -18
  59. package/dist/initialization/index.js +4 -4
  60. package/dist/knowledge/index.d.ts +54 -0
  61. package/dist/organization/index.js +4 -4
  62. package/dist/profile/index.js +2 -2
  63. package/dist/provider/ElevasisServiceContext.d.ts +11 -5
  64. package/dist/provider/ElevasisServiceContext.js +1 -1
  65. package/dist/provider/index.d.ts +119 -5
  66. package/dist/provider/index.js +14 -14
  67. package/dist/provider/published.d.ts +119 -5
  68. package/dist/provider/published.js +10 -10
  69. package/dist/test-utils/index.d.ts +3 -0
  70. package/dist/test-utils/index.js +28 -4
  71. package/dist/theme/index.js +3 -3
  72. package/dist/theme/presets/index.js +1 -1
  73. package/package.json +5 -5
@@ -3039,11 +3039,65 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
3039
3039
  export: "export";
3040
3040
  }>>;
3041
3041
  stageKey: z$1.ZodString;
3042
+ recordEntity: z$1.ZodOptional<z$1.ZodEnum<{
3043
+ company: "company";
3044
+ contact: "contact";
3045
+ }>>;
3046
+ recordsStageKey: z$1.ZodOptional<z$1.ZodString>;
3047
+ recordSourceStageKey: z$1.ZodOptional<z$1.ZodString>;
3042
3048
  dependsOn: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
3043
3049
  dependencyMode: z$1.ZodLiteral<"per-record-eligibility">;
3044
3050
  capabilityKey: z$1.ZodString;
3045
3051
  defaultBatchSize: z$1.ZodNumber;
3046
3052
  maxBatchSize: z$1.ZodNumber;
3053
+ recordColumns: z$1.ZodOptional<z$1.ZodObject<{
3054
+ company: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
3055
+ key: z$1.ZodString;
3056
+ label: z$1.ZodString;
3057
+ path: z$1.ZodString;
3058
+ width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
3059
+ renderType: z$1.ZodOptional<z$1.ZodEnum<{
3060
+ text: "text";
3061
+ badge: "badge";
3062
+ datetime: "datetime";
3063
+ count: "count";
3064
+ json: "json";
3065
+ }>>;
3066
+ badgeColor: z$1.ZodOptional<z$1.ZodString>;
3067
+ }, z$1.core.$strip>>>;
3068
+ contact: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
3069
+ key: z$1.ZodString;
3070
+ label: z$1.ZodString;
3071
+ path: z$1.ZodString;
3072
+ width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
3073
+ renderType: z$1.ZodOptional<z$1.ZodEnum<{
3074
+ text: "text";
3075
+ badge: "badge";
3076
+ datetime: "datetime";
3077
+ count: "count";
3078
+ json: "json";
3079
+ }>>;
3080
+ badgeColor: z$1.ZodOptional<z$1.ZodString>;
3081
+ }, z$1.core.$strip>>>;
3082
+ }, z$1.core.$strip>>;
3083
+ credentialRequirements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
3084
+ key: z$1.ZodString;
3085
+ provider: z$1.ZodString;
3086
+ credentialType: z$1.ZodEnum<{
3087
+ "api-key": "api-key";
3088
+ "api-key-secret": "api-key-secret";
3089
+ oauth: "oauth";
3090
+ "webhook-secret": "webhook-secret";
3091
+ }>;
3092
+ label: z$1.ZodString;
3093
+ required: z$1.ZodBoolean;
3094
+ selectionMode: z$1.ZodOptional<z$1.ZodEnum<{
3095
+ single: "single";
3096
+ multiple: "multiple";
3097
+ }>>;
3098
+ inputPath: z$1.ZodString;
3099
+ verifyOnRun: z$1.ZodOptional<z$1.ZodBoolean>;
3100
+ }, z$1.core.$strip>>>;
3047
3101
  }, z$1.core.$strip>>;
3048
3102
  }, z$1.core.$strip>>;
3049
3103
  }, z$1.core.$catchall<z$1.ZodUnknown>>;
@@ -3757,11 +3811,65 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
3757
3811
  export: "export";
3758
3812
  }>>;
3759
3813
  stageKey: z$1.ZodString;
3814
+ recordEntity: z$1.ZodOptional<z$1.ZodEnum<{
3815
+ company: "company";
3816
+ contact: "contact";
3817
+ }>>;
3818
+ recordsStageKey: z$1.ZodOptional<z$1.ZodString>;
3819
+ recordSourceStageKey: z$1.ZodOptional<z$1.ZodString>;
3760
3820
  dependsOn: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
3761
3821
  dependencyMode: z$1.ZodLiteral<"per-record-eligibility">;
3762
3822
  capabilityKey: z$1.ZodString;
3763
3823
  defaultBatchSize: z$1.ZodNumber;
3764
3824
  maxBatchSize: z$1.ZodNumber;
3825
+ recordColumns: z$1.ZodOptional<z$1.ZodObject<{
3826
+ company: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
3827
+ key: z$1.ZodString;
3828
+ label: z$1.ZodString;
3829
+ path: z$1.ZodString;
3830
+ width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
3831
+ renderType: z$1.ZodOptional<z$1.ZodEnum<{
3832
+ text: "text";
3833
+ badge: "badge";
3834
+ datetime: "datetime";
3835
+ count: "count";
3836
+ json: "json";
3837
+ }>>;
3838
+ badgeColor: z$1.ZodOptional<z$1.ZodString>;
3839
+ }, z$1.core.$strip>>>;
3840
+ contact: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
3841
+ key: z$1.ZodString;
3842
+ label: z$1.ZodString;
3843
+ path: z$1.ZodString;
3844
+ width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
3845
+ renderType: z$1.ZodOptional<z$1.ZodEnum<{
3846
+ text: "text";
3847
+ badge: "badge";
3848
+ datetime: "datetime";
3849
+ count: "count";
3850
+ json: "json";
3851
+ }>>;
3852
+ badgeColor: z$1.ZodOptional<z$1.ZodString>;
3853
+ }, z$1.core.$strip>>>;
3854
+ }, z$1.core.$strip>>;
3855
+ credentialRequirements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
3856
+ key: z$1.ZodString;
3857
+ provider: z$1.ZodString;
3858
+ credentialType: z$1.ZodEnum<{
3859
+ "api-key": "api-key";
3860
+ "api-key-secret": "api-key-secret";
3861
+ oauth: "oauth";
3862
+ "webhook-secret": "webhook-secret";
3863
+ }>;
3864
+ label: z$1.ZodString;
3865
+ required: z$1.ZodBoolean;
3866
+ selectionMode: z$1.ZodOptional<z$1.ZodEnum<{
3867
+ single: "single";
3868
+ multiple: "multiple";
3869
+ }>>;
3870
+ inputPath: z$1.ZodString;
3871
+ verifyOnRun: z$1.ZodOptional<z$1.ZodBoolean>;
3872
+ }, z$1.core.$strip>>>;
3765
3873
  }, z$1.core.$strip>>;
3766
3874
  }, z$1.core.$strip>>;
3767
3875
  }, z$1.core.$strip>;
@@ -4445,12 +4553,18 @@ interface ElevasisCoreProviderProps {
4445
4553
  */
4446
4554
  interface ElevasisServiceContextValue {
4447
4555
  apiRequest: <T>(endpoint: string, options?: RequestInit) => Promise<T>;
4556
+ /** Organization ID alias retained for existing query-key consumers. */
4448
4557
  organizationId: string | null;
4558
+ /** WorkOS `org_xxx` string for the current organization. */
4559
+ workOSOrganizationId: string | null;
4449
4560
  isReady: boolean;
4450
4561
  }
4451
4562
  interface ElevasisServiceProviderProps {
4452
4563
  apiRequest: <T>(endpoint: string, options?: RequestInit) => Promise<T>;
4453
- organizationId: string | null;
4564
+ /** Organization ID alias retained for existing query-key consumers. */
4565
+ organizationId?: string | null;
4566
+ /** WorkOS `org_xxx` string for the current organization. */
4567
+ workOSOrganizationId?: string | null;
4454
4568
  isReady: boolean;
4455
4569
  children: ReactNode;
4456
4570
  }
@@ -4623,7 +4737,7 @@ declare function useAppearance(): Required<AppearanceConfig>;
4623
4737
 
4624
4738
  /**
4625
4739
  * Hook to access the ElevasisServiceProvider context.
4626
- * Provides apiRequest, organizationId, and isReady.
4740
+ * Provides apiRequest, workOSOrganizationId, and isReady.
4627
4741
  *
4628
4742
  * Throws if used outside of an ElevasisServiceProvider or ElevasisUIProvider (with apiUrl).
4629
4743
  */
@@ -4636,19 +4750,19 @@ declare function useElevasisServices(): ElevasisServiceContextValue;
4636
4750
  *
4637
4751
  * @example Testing
4638
4752
  * ```tsx
4639
- * <ElevasisServiceProvider apiRequest={mockApiRequest} organizationId="org-1" isReady={true}>
4753
+ * <ElevasisServiceProvider apiRequest={mockApiRequest} workOSOrganizationId="org-1" isReady={true}>
4640
4754
  * <ComponentUnderTest />
4641
4755
  * </ElevasisServiceProvider>
4642
4756
  * ```
4643
4757
  *
4644
4758
  * @example Embedding
4645
4759
  * ```tsx
4646
- * <ElevasisServiceProvider apiRequest={myFetcher} organizationId={orgId} isReady={!!orgId}>
4760
+ * <ElevasisServiceProvider apiRequest={myFetcher} workOSOrganizationId={orgId} isReady={!!orgId}>
4647
4761
  * <CommandQueuePanel />
4648
4762
  * </ElevasisServiceProvider>
4649
4763
  * ```
4650
4764
  */
4651
- declare function ElevasisServiceProvider({ apiRequest, organizationId, isReady, children }: ElevasisServiceProviderProps): react_jsx_runtime.JSX.Element;
4765
+ declare function ElevasisServiceProvider({ apiRequest, organizationId, workOSOrganizationId, isReady, children }: ElevasisServiceProviderProps): react_jsx_runtime.JSX.Element;
4652
4766
 
4653
4767
  export { AppearanceProvider, ElevasisCoreProvider, ElevasisFeaturesProvider, ElevasisServiceProvider, FeatureShell, NotificationProvider, useAppearance, useElevasisFeatures, useElevasisServices, useNotificationAdapter, useOptionalElevasisFeatures };
4654
4768
  export type { ApiKeyConfig, AppearanceConfig, AuthConfig, AuthKitConfig, ElevasisCoreProviderProps, ElevasisCoreThemeConfig, ElevasisFeaturesContextValue, ElevasisFeaturesProviderProps, ElevasisServiceContextValue, ElevasisServiceProviderProps, ElevasisTokenOverrides, FeatureIconComponent, FeatureModule, FeatureSidebarComponent, NotificationAdapter, OrganizationGraphContextValue, OrganizationGraphFeatureBridge, ResolvedFeatureAccess, ResolvedFeatureModule, ResolvedFeatureSemantics, ResolvedShellFeature, ResolvedShellModel, ResolvedShellRouteMatch, ShellRouteMatchStatus, ShellRuntime, WithSchemes };
@@ -1,26 +1,26 @@
1
- export { FeatureShell } from '../chunk-Y3YJKKEB.js';
1
+ export { FeatureShell } from '../chunk-4SY6BTVZ.js';
2
2
  import '../chunk-6WXDE5LZ.js';
3
3
  import '../chunk-3KMDHCAR.js';
4
- export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-OWESKPTJ.js';
4
+ export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-AKOD52HS.js';
5
5
  import '../chunk-SZHARWKU.js';
6
- export { ElevasisFeaturesProvider, useElevasisFeatures, useOptionalElevasisFeatures } from '../chunk-V3HUIZJX.js';
6
+ export { ElevasisFeaturesProvider, useElevasisFeatures, useOptionalElevasisFeatures } from '../chunk-6IXOKUBC.js';
7
7
  import '../chunk-TKAYX2SP.js';
8
8
  import '../chunk-NYBEU5TE.js';
9
9
  import '../chunk-7E3FUTND.js';
10
10
  import '../chunk-2IFYDILW.js';
11
11
  import '../chunk-Q7DJKLEN.js';
12
- import '../chunk-GESXCQWY.js';
13
- import '../chunk-HOIT677G.js';
12
+ import '../chunk-JA5ECJJB.js';
13
+ import '../chunk-HUJCU55S.js';
14
14
  export { AppearanceProvider, useAppearance } from '../chunk-E565XMTQ.js';
15
- import '../chunk-KU7ZDWQ7.js';
15
+ import '../chunk-JBWJ6WHZ.js';
16
16
  import '../chunk-DT3QYZVU.js';
17
17
  import '../chunk-RNP5R5I3.js';
18
18
  import '../chunk-HXZQWMKE.js';
19
19
  import '../chunk-KRWALB24.js';
20
- import '../chunk-WFTNY755.js';
21
- import '../chunk-WKJ47GIW.js';
20
+ import '../chunk-VKIZUUPM.js';
21
+ import '../chunk-533DUEQY.js';
22
22
  import '../chunk-DD3CCMCZ.js';
23
- import '../chunk-XTVZFT7U.js';
24
- export { ElevasisServiceProvider, useElevasisServices } from '../chunk-5WWZXCS5.js';
23
+ import '../chunk-2Q2JQSQO.js';
24
+ export { ElevasisServiceProvider, useElevasisServices } from '../chunk-KJ3QUBNU.js';
25
25
  import '../chunk-BRJ3QZ4E.js';
26
26
  import '../chunk-I2KLQ2HA.js';
@@ -16,7 +16,10 @@ import * as msw from 'msw';
16
16
  */
17
17
  interface ElevasisServiceContextValue {
18
18
  apiRequest: <T>(endpoint: string, options?: RequestInit) => Promise<T>;
19
+ /** Organization ID alias retained for existing query-key consumers. */
19
20
  organizationId: string | null;
21
+ /** WorkOS `org_xxx` string for the current organization. */
22
+ workOSOrganizationId: string | null;
20
23
  isReady: boolean;
21
24
  }
22
25
 
@@ -7,7 +7,7 @@ import { ApiClientProvider } from '../chunk-7E3FUTND.js';
7
7
  import '../chunk-HXZQWMKE.js';
8
8
  import '../chunk-KRWALB24.js';
9
9
  import '../chunk-DD3CCMCZ.js';
10
- import { ElevasisServiceProvider } from '../chunk-5WWZXCS5.js';
10
+ import { ElevasisServiceProvider } from '../chunk-KJ3QUBNU.js';
11
11
  import { __export, __reExport } from '../chunk-I2KLQ2HA.js';
12
12
  import { MantineProvider } from '@mantine/core';
13
13
  import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
@@ -87,12 +87,28 @@ function TestProviders({
87
87
  getOrganizationId: () => organizationId ?? null,
88
88
  organizationId,
89
89
  isOrganizationReady,
90
- children: /* @__PURE__ */ jsx(ElevasisServiceProvider, { apiRequest, organizationId: organizationId ?? null, isReady: serviceReady, children })
90
+ children: /* @__PURE__ */ jsx(
91
+ ElevasisServiceProvider,
92
+ {
93
+ apiRequest,
94
+ workOSOrganizationId: organizationId ?? null,
95
+ isReady: serviceReady,
96
+ children
97
+ }
98
+ )
91
99
  }
92
100
  ) }) });
93
101
  }
94
102
  function renderWithProviders(ui, options) {
95
- const { queryClient, getAccessToken, organizationId, isOrganizationReady, apiRequest, isServiceReady, ...renderOptions } = options ?? {};
103
+ const {
104
+ queryClient,
105
+ getAccessToken,
106
+ organizationId,
107
+ isOrganizationReady,
108
+ apiRequest,
109
+ isServiceReady,
110
+ ...renderOptions
111
+ } = options ?? {};
96
112
  return render(ui, {
97
113
  wrapper: ({ children }) => /* @__PURE__ */ jsx(
98
114
  TestProviders,
@@ -110,7 +126,15 @@ function renderWithProviders(ui, options) {
110
126
  });
111
127
  }
112
128
  function renderHookWithProviders(hook, options) {
113
- const { queryClient, getAccessToken, organizationId, isOrganizationReady, apiRequest, isServiceReady, ...renderHookOptions } = options ?? {};
129
+ const {
130
+ queryClient,
131
+ getAccessToken,
132
+ organizationId,
133
+ isOrganizationReady,
134
+ apiRequest,
135
+ isServiceReady,
136
+ ...renderHookOptions
137
+ } = options ?? {};
114
138
  return renderHook(hook, {
115
139
  wrapper: ({ children }) => /* @__PURE__ */ jsx(
116
140
  TestProviders,
@@ -1,5 +1,5 @@
1
- export { useAvailablePresets } from '../chunk-XBMCDGHA.js';
2
- export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, mantineThemeOverride, usePresetsContext } from '../chunk-LH4GPYDX.js';
3
- export { generateShades, getPreset, PRESETS as presets } from '../chunk-HLFFKKT3.js';
1
+ export { useAvailablePresets } from '../chunk-IKQ42WHU.js';
2
+ export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, mantineThemeOverride, usePresetsContext } from '../chunk-T5Z7G2J2.js';
3
+ export { generateShades, getPreset, PRESETS as presets } from '../chunk-4VQ2PXMI.js';
4
4
  import '../chunk-WLOQ4IBG.js';
5
5
  import '../chunk-I2KLQ2HA.js';
@@ -1,3 +1,3 @@
1
- export { THEME_PRESETS, ThemePresetEnum, generateShades, getPreset, PRESETS as presets } from '../../chunk-HLFFKKT3.js';
1
+ export { THEME_PRESETS, ThemePresetEnum, generateShades, getPreset, PRESETS as presets } from '../../chunk-4VQ2PXMI.js';
2
2
  import '../../chunk-WLOQ4IBG.js';
3
3
  import '../../chunk-I2KLQ2HA.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elevasis/ui",
3
- "version": "2.29.0",
3
+ "version": "2.30.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",
@@ -247,11 +247,11 @@
247
247
  "@testing-library/jest-dom": "^6.9.1",
248
248
  "msw": "^2.11.0",
249
249
  "vitest": "^3.2.4",
250
- "@elevasis/sdk": "1.18.0",
251
- "@repo/core": "0.20.0",
250
+ "@repo/core": "0.21.0",
251
+ "@elevasis/sdk": "1.19.0",
252
+ "@repo/typescript-config": "0.0.0",
252
253
  "@repo/elevasis-core": "1.0.0",
253
- "@repo/eslint-config": "0.0.0",
254
- "@repo/typescript-config": "0.0.0"
254
+ "@repo/eslint-config": "0.0.0"
255
255
  },
256
256
  "dependencies": {
257
257
  "@dagrejs/dagre": "^1.1.4",