@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.
- package/dist/{chunk-F2JSGDES.mjs → chunk-UBCN5SXM.mjs} +8 -7
- package/dist/{chunk-F2JSGDES.mjs.map → chunk-UBCN5SXM.mjs.map} +1 -1
- package/dist/{chunk-IQX6H7AK.mjs → chunk-VG4NLEZB.mjs} +2 -2
- package/dist/{chunk-ZCRLP7QH.mjs → chunk-Y55JRNQJ.mjs} +2 -2
- package/dist/core/index.mjs +2 -2
- package/dist/index.mjs +3 -3
- package/dist/mantine/index.mjs +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-IQX6H7AK.mjs.map → chunk-VG4NLEZB.mjs.map} +0 -0
- /package/dist/{chunk-ZCRLP7QH.mjs.map → chunk-Y55JRNQJ.mjs.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getActionByCan
|
|
3
|
-
} from "./chunk-
|
|
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-
|
|
470
|
+
//# sourceMappingURL=chunk-VG4NLEZB.mjs.map
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
resolveActionType,
|
|
22
22
|
sendDirectMessage,
|
|
23
23
|
transformSurveyToCredentialSubject
|
|
24
|
-
} from "./chunk-
|
|
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-
|
|
34155
|
+
//# sourceMappingURL=chunk-Y55JRNQJ.mjs.map
|
package/dist/core/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
isRuntimeRef,
|
|
4
4
|
resolveRuntimeRefs,
|
|
5
5
|
setupFlowFromBaseUcan
|
|
6
|
-
} from "../chunk-
|
|
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-
|
|
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-
|
|
29
|
+
} from "./chunk-Y55JRNQJ.mjs";
|
|
30
30
|
import {
|
|
31
31
|
compileBaseUcanFlow,
|
|
32
32
|
setupFlowFromBaseUcan
|
|
33
|
-
} from "./chunk-
|
|
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-
|
|
46
|
+
} from "./chunk-UBCN5SXM.mjs";
|
|
47
47
|
|
|
48
48
|
// src/index.ts
|
|
49
49
|
import { cloneDocument } from "@ixo/matrix-crdt";
|
package/dist/mantine/index.mjs
CHANGED
|
@@ -49,13 +49,13 @@ import {
|
|
|
49
49
|
usePanel,
|
|
50
50
|
usePanelStore,
|
|
51
51
|
useTrackBlockFocus
|
|
52
|
-
} from "../chunk-
|
|
52
|
+
} from "../chunk-Y55JRNQJ.mjs";
|
|
53
53
|
import {
|
|
54
54
|
didToMatrixUserId,
|
|
55
55
|
findOrCreateDMRoom,
|
|
56
56
|
getHomeserver,
|
|
57
57
|
sendDirectMessage
|
|
58
|
-
} from "../chunk-
|
|
58
|
+
} from "../chunk-UBCN5SXM.mjs";
|
|
59
59
|
export {
|
|
60
60
|
ApiRequestBlockSpec,
|
|
61
61
|
AuthorizationTab,
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|