@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.
@@ -42,7 +42,7 @@ import {
42
42
  setActiveEditor,
43
43
  tempDomainCreatorSurvey,
44
44
  transformSurveyToCredentialSubject
45
- } from "./chunk-6CBTLK7K.mjs";
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-B32AHE5F.mjs.map
44930
+ //# sourceMappingURL=chunk-GK3FNKQL.mjs.map
@@ -76,7 +76,7 @@ import {
76
76
  validateAgentCommand,
77
77
  validateFlowAgentLease,
78
78
  writeRunRecordAndReconcile
79
- } from "../chunk-6CBTLK7K.mjs";
79
+ } from "../chunk-25XKVLR3.mjs";
80
80
  import {
81
81
  computeCID,
82
82
  computeJsonCID
package/dist/index.mjs CHANGED
@@ -28,7 +28,7 @@ import {
28
28
  useCreateIxoEditor,
29
29
  useTrackBlockFocus,
30
30
  useTranslate
31
- } from "./chunk-B32AHE5F.mjs";
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-6CBTLK7K.mjs";
71
+ } from "./chunk-25XKVLR3.mjs";
72
72
 
73
73
  // src/index.ts
74
74
  import { cloneDocument } from "@ixo/matrix-crdt";
@@ -54,13 +54,13 @@ import {
54
54
  usePanelStore,
55
55
  useRegisterOpenSurvey,
56
56
  useTrackBlockFocus
57
- } from "../chunk-B32AHE5F.mjs";
57
+ } from "../chunk-GK3FNKQL.mjs";
58
58
  import {
59
59
  didToMatrixUserId,
60
60
  findOrCreateDMRoom,
61
61
  getHomeserver,
62
62
  sendDirectMessage
63
- } from "../chunk-6CBTLK7K.mjs";
63
+ } from "../chunk-25XKVLR3.mjs";
64
64
  export {
65
65
  ApiRequestBlockSpec,
66
66
  AuthorizationTab,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixo/editor",
3
- "version": "5.20.0-experimental.3",
3
+ "version": "5.20.0-experimental.4",
4
4
  "description": "A custom BlockNote editor wrapper for IXO team",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",