@ixo/editor 3.2.1 → 3.2.2

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getActionByCan
3
- } from "./chunk-F2JSGDES.mjs";
3
+ } from "./chunk-UBCN5SXM.mjs";
4
4
 
5
5
  // src/core/lib/flowCompiler/blockMapping.ts
6
6
  var ICON_DEFAULTS = {
@@ -467,4 +467,4 @@ export {
467
467
  resolveRuntimeRefs,
468
468
  setupFlowFromBaseUcan
469
469
  };
470
- //# sourceMappingURL=chunk-IQX6H7AK.mjs.map
470
+ //# sourceMappingURL=chunk-VG4NLEZB.mjs.map
@@ -21,7 +21,7 @@ import {
21
21
  resolveActionType,
22
22
  sendDirectMessage,
23
23
  transformSurveyToCredentialSubject
24
- } from "./chunk-F2JSGDES.mjs";
24
+ } from "./chunk-UBCN5SXM.mjs";
25
25
 
26
26
  // src/mantine/hooks/useCreateIxoEditor.ts
27
27
  import { useCreateBlockNote } from "@blocknote/react";
@@ -34152,4 +34152,4 @@ export {
34152
34152
  getExtraSlashMenuItems,
34153
34153
  useCreateIxoEditor
34154
34154
  };
34155
- //# sourceMappingURL=chunk-ZCRLP7QH.mjs.map
34155
+ //# sourceMappingURL=chunk-Y55JRNQJ.mjs.map
@@ -3,7 +3,7 @@ import {
3
3
  isRuntimeRef,
4
4
  resolveRuntimeRefs,
5
5
  setupFlowFromBaseUcan
6
- } from "../chunk-IQX6H7AK.mjs";
6
+ } from "../chunk-VG4NLEZB.mjs";
7
7
  import {
8
8
  buildAuthzFromProps,
9
9
  buildFlowNodeFromBlock,
@@ -26,7 +26,7 @@ import {
26
26
  isNodeActive,
27
27
  registerAction,
28
28
  typeToCan
29
- } from "../chunk-F2JSGDES.mjs";
29
+ } from "../chunk-UBCN5SXM.mjs";
30
30
  import {
31
31
  computeCID,
32
32
  computeJsonCID
package/dist/index.mjs CHANGED
@@ -26,11 +26,11 @@ import {
26
26
  useCreateCollaborativeIxoEditor,
27
27
  useCreateIxoEditor,
28
28
  useTrackBlockFocus
29
- } from "./chunk-ZCRLP7QH.mjs";
29
+ } from "./chunk-Y55JRNQJ.mjs";
30
30
  import {
31
31
  compileBaseUcanFlow,
32
32
  setupFlowFromBaseUcan
33
- } from "./chunk-IQX6H7AK.mjs";
33
+ } from "./chunk-VG4NLEZB.mjs";
34
34
  import {
35
35
  buildAuthzFromProps,
36
36
  buildFlowNodeFromBlock,
@@ -43,7 +43,7 @@ import {
43
43
  executeNode,
44
44
  isAuthorized,
45
45
  isNodeActive
46
- } from "./chunk-F2JSGDES.mjs";
46
+ } from "./chunk-UBCN5SXM.mjs";
47
47
 
48
48
  // src/index.ts
49
49
  import { cloneDocument } from "@ixo/matrix-crdt";
@@ -49,13 +49,13 @@ import {
49
49
  usePanel,
50
50
  usePanelStore,
51
51
  useTrackBlockFocus
52
- } from "../chunk-ZCRLP7QH.mjs";
52
+ } from "../chunk-Y55JRNQJ.mjs";
53
53
  import {
54
54
  didToMatrixUserId,
55
55
  findOrCreateDMRoom,
56
56
  getHomeserver,
57
57
  sendDirectMessage
58
- } from "../chunk-F2JSGDES.mjs";
58
+ } from "../chunk-UBCN5SXM.mjs";
59
59
  export {
60
60
  ApiRequestBlockSpec,
61
61
  AuthorizationTab,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixo/editor",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "A custom BlockNote editor wrapper for IXO team",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",