@elevasis/ui 2.76.0 → 2.78.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.
- package/dist/app/index.js +7 -7
- package/dist/auth/context.d.ts +1 -2
- package/dist/auth/index.d.ts +1 -2
- package/dist/auth/index.js +1 -1
- package/dist/charts/index.js +1 -1
- package/dist/{chunk-SPW6UA6B.js → chunk-2LLCOS4V.js} +1 -1
- package/dist/{chunk-QAILYRC2.js → chunk-4A6S4WAT.js} +1 -1
- package/dist/{chunk-NAPXMYFW.js → chunk-4TABB2PA.js} +3 -3
- package/dist/{chunk-6B4ZPBQJ.js → chunk-57QSONG5.js} +1 -1
- package/dist/{chunk-XODQUPFW.js → chunk-5OBIZIWW.js} +1 -1
- package/dist/{chunk-CTT4RDXE.js → chunk-AVGXLMSH.js} +1 -1
- package/dist/{chunk-UL6MPMKY.js → chunk-B74K5EC2.js} +1 -1
- package/dist/{chunk-BV2RNLPP.js → chunk-F3YFAATR.js} +1 -1
- package/dist/{chunk-BG6PWDJ3.js → chunk-FD3XRRKM.js} +2 -2
- package/dist/{chunk-EVNLJHDD.js → chunk-FFVZB25A.js} +1 -1
- package/dist/{chunk-KB5CAN5D.js → chunk-FI66TKYS.js} +1 -1
- package/dist/{chunk-5R4I2PAN.js → chunk-IWNVPPWF.js} +4 -4
- package/dist/{chunk-WJN2VVVJ.js → chunk-IYLJ4CBC.js} +1 -1
- package/dist/{chunk-KMA4FOSV.js → chunk-JKNIXSJT.js} +6 -6
- package/dist/{chunk-GDQQX5SL.js → chunk-L42Z3VZM.js} +1 -1
- package/dist/{chunk-2GIHWU5O.js → chunk-LMAYDNQL.js} +1 -1
- package/dist/{chunk-K55TU6CC.js → chunk-M3DWVFRT.js} +5 -6
- package/dist/{chunk-MGAELVTZ.js → chunk-MWWBHRFO.js} +3 -3
- package/dist/{chunk-E2LJ3FRA.js → chunk-NBG3V52P.js} +1 -1
- package/dist/{chunk-EFQLXRYT.js → chunk-S3ETKY5C.js} +1 -1
- package/dist/{chunk-BFLYDVEN.js → chunk-SU4T5DCZ.js} +5 -5
- package/dist/{chunk-UEY4AB3R.js → chunk-TRACEZWZ.js} +6 -6
- package/dist/{chunk-3QYRZSHP.js → chunk-VBGXFKZ2.js} +3 -3
- package/dist/{chunk-73G3I5HJ.js → chunk-WGSEITGL.js} +1 -1
- package/dist/{chunk-OGG3QJYW.js → chunk-WJWYTXGQ.js} +3 -3
- package/dist/{chunk-H5AEYSVX.js → chunk-Y2IHJRHM.js} +2 -2
- package/dist/{chunk-WELN7DDV.js → chunk-YUWR4UX7.js} +1 -1
- package/dist/components/index.js +31 -31
- package/dist/components/navigation/index.js +2 -2
- package/dist/features/auth/index.js +3 -3
- package/dist/features/clients/index.js +3 -3
- package/dist/features/content/index.d.ts +4 -17
- package/dist/features/content/index.js +4 -4
- package/dist/features/crm/index.d.ts +1 -2
- package/dist/features/crm/index.js +6 -6
- package/dist/features/dashboard/index.js +3 -3
- package/dist/features/delivery/index.js +11 -11
- package/dist/features/knowledge/index.js +1 -1
- package/dist/features/lead-gen/index.d.ts +20 -4
- package/dist/features/lead-gen/index.js +7 -7
- package/dist/features/monitoring/index.js +5 -5
- package/dist/features/monitoring/requests/index.js +3 -3
- package/dist/features/operations/index.js +7 -7
- package/dist/features/seo/index.d.ts +19 -2
- package/dist/features/seo/index.js +4 -4
- package/dist/features/settings/index.d.ts +19 -2
- package/dist/features/settings/index.js +4 -4
- package/dist/hooks/access/index.js +1 -1
- package/dist/hooks/delivery/index.d.ts +1 -2
- package/dist/hooks/published.d.ts +20 -4
- package/dist/hooks/published.js +9 -9
- package/dist/knowledge/index.js +6 -6
- package/dist/layout/index.js +5 -5
- package/dist/organization/index.d.ts +20 -4
- package/dist/profile/index.d.ts +19 -2
- package/dist/provider/ElevasisServiceContext.d.ts +1 -2
- package/dist/provider/index.d.ts +1 -2
- package/dist/provider/index.js +1 -1
- package/dist/provider/published.d.ts +1 -2
- package/dist/provider/published.js +1 -1
- package/dist/test-utils/index.d.ts +1 -2
- package/package.json +4 -4
package/dist/provider/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, selectDeclaredSystems, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-
|
|
1
|
+
export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, selectDeclaredSystems, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-M3DWVFRT.js';
|
|
2
2
|
import '../chunk-4WLAVUPS.js';
|
|
3
3
|
import '../chunk-RXZ3XDBM.js';
|
|
4
4
|
import '../chunk-JZQNUQE4.js';
|
|
@@ -3812,10 +3812,9 @@ type Database = {
|
|
|
3812
3812
|
};
|
|
3813
3813
|
};
|
|
3814
3814
|
|
|
3815
|
-
declare const workOsOrgIdBrand: unique symbol;
|
|
3816
3815
|
/** A WorkOS organization id (`org_...`) -- the auth identity for API/SSE/query keys. */
|
|
3817
3816
|
type WorkOsOrgId = string & {
|
|
3818
|
-
readonly
|
|
3817
|
+
readonly __orgIdBrand: 'workos';
|
|
3819
3818
|
};
|
|
3820
3819
|
|
|
3821
3820
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, selectDeclaredSystems, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-
|
|
1
|
+
export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, selectDeclaredSystems, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-M3DWVFRT.js';
|
|
2
2
|
import '../chunk-4WLAVUPS.js';
|
|
3
3
|
import '../chunk-RXZ3XDBM.js';
|
|
4
4
|
import '../chunk-JZQNUQE4.js';
|
|
@@ -7,10 +7,9 @@ import * as vitest from 'vitest';
|
|
|
7
7
|
import * as msw_node from 'msw/node';
|
|
8
8
|
import * as msw from 'msw';
|
|
9
9
|
|
|
10
|
-
declare const workOsOrgIdBrand: unique symbol;
|
|
11
10
|
/** A WorkOS organization id (`org_...`) -- the auth identity for API/SSE/query keys. */
|
|
12
11
|
type WorkOsOrgId = string & {
|
|
13
|
-
readonly
|
|
12
|
+
readonly __orgIdBrand: 'workos';
|
|
14
13
|
};
|
|
15
14
|
|
|
16
15
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elevasis/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.78.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",
|
|
@@ -278,11 +278,11 @@
|
|
|
278
278
|
"typescript": "5.9.2",
|
|
279
279
|
"vite": "^7.0.0",
|
|
280
280
|
"vitest": "^3.2.4",
|
|
281
|
-
"@elevasis/sdk": "1.
|
|
282
|
-
"@repo/eslint-config": "0.0.0",
|
|
281
|
+
"@elevasis/sdk": "1.52.0",
|
|
283
282
|
"@repo/typescript-config": "0.0.0",
|
|
284
283
|
"@repo/elevasis-core": "1.0.0",
|
|
285
|
-
"@repo/
|
|
284
|
+
"@repo/eslint-config": "0.0.0",
|
|
285
|
+
"@repo/core": "0.69.0"
|
|
286
286
|
},
|
|
287
287
|
"dependencies": {
|
|
288
288
|
"@dagrejs/dagre": "^1.1.4",
|