@ixo/editor 5.20.0-experimental.3 → 5.20.0-experimental.4
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-6CBTLK7K.mjs → chunk-25XKVLR3.mjs} +3 -28
- package/dist/chunk-25XKVLR3.mjs.map +1 -0
- package/dist/{chunk-B32AHE5F.mjs → chunk-GK3FNKQL.mjs} +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/index.mjs +2 -2
- package/dist/mantine/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-6CBTLK7K.mjs.map +0 -1
- /package/dist/{chunk-B32AHE5F.mjs.map → chunk-GK3FNKQL.mjs.map} +0 -0
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
setActiveEditor,
|
|
43
43
|
tempDomainCreatorSurvey,
|
|
44
44
|
transformSurveyToCredentialSubject
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-25XKVLR3.mjs";
|
|
46
46
|
|
|
47
47
|
// src/mantine/hooks/useCreateIxoEditor.ts
|
|
48
48
|
import { useCreateBlockNote } from "@blocknote/react";
|
|
@@ -44927,4 +44927,4 @@ export {
|
|
|
44927
44927
|
getExtraSlashMenuItems,
|
|
44928
44928
|
useCreateIxoEditor
|
|
44929
44929
|
};
|
|
44930
|
-
//# sourceMappingURL=chunk-
|
|
44930
|
+
//# sourceMappingURL=chunk-GK3FNKQL.mjs.map
|
package/dist/core/index.mjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
useCreateIxoEditor,
|
|
29
29
|
useTrackBlockFocus,
|
|
30
30
|
useTranslate
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-GK3FNKQL.mjs";
|
|
32
32
|
import "./chunk-OK2W66I7.mjs";
|
|
33
33
|
import {
|
|
34
34
|
FlowAgentService,
|
|
@@ -68,7 +68,7 @@ import {
|
|
|
68
68
|
tickFlowAgent,
|
|
69
69
|
validateAgentCommand,
|
|
70
70
|
validateFlowAgentLease
|
|
71
|
-
} from "./chunk-
|
|
71
|
+
} from "./chunk-25XKVLR3.mjs";
|
|
72
72
|
|
|
73
73
|
// src/index.ts
|
|
74
74
|
import { cloneDocument } from "@ixo/matrix-crdt";
|
package/dist/mantine/index.mjs
CHANGED
|
@@ -54,13 +54,13 @@ import {
|
|
|
54
54
|
usePanelStore,
|
|
55
55
|
useRegisterOpenSurvey,
|
|
56
56
|
useTrackBlockFocus
|
|
57
|
-
} from "../chunk-
|
|
57
|
+
} from "../chunk-GK3FNKQL.mjs";
|
|
58
58
|
import {
|
|
59
59
|
didToMatrixUserId,
|
|
60
60
|
findOrCreateDMRoom,
|
|
61
61
|
getHomeserver,
|
|
62
62
|
sendDirectMessage
|
|
63
|
-
} from "../chunk-
|
|
63
|
+
} from "../chunk-25XKVLR3.mjs";
|
|
64
64
|
export {
|
|
65
65
|
ApiRequestBlockSpec,
|
|
66
66
|
AuthorizationTab,
|