@ixo/editor 6.12.0 → 6.14.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.
@@ -10,7 +10,7 @@ import {
10
10
  replaceBlockInFragment,
11
11
  swapBlocksInFragment,
12
12
  writeCompiledBlocksToFragment
13
- } from "./chunk-ESPPJONO.js";
13
+ } from "./chunk-LMHIE6UG.js";
14
14
 
15
15
  // src/core/lib/flowCompiler/authoring.ts
16
16
  import * as Y from "yjs";
@@ -257,4 +257,4 @@ export {
257
257
  resetStepRuntime,
258
258
  setFormAnswers
259
259
  };
260
- //# sourceMappingURL=chunk-ID2Q6WO4.js.map
260
+ //# sourceMappingURL=chunk-ZTSBEK6E.js.map
@@ -8,7 +8,7 @@ import {
8
8
  setFormAnswers,
9
9
  swapFlowBlocks,
10
10
  updateNodeRuntime
11
- } from "../chunk-ID2Q6WO4.js";
11
+ } from "../chunk-ZTSBEK6E.js";
12
12
  import {
13
13
  FlowAgentService,
14
14
  LATEST_VERSION,
@@ -130,7 +130,7 @@ import {
130
130
  verifyCompletion,
131
131
  writeCompiledBlocksToFragment,
132
132
  writeRunRecordAndReconcile
133
- } from "../chunk-ESPPJONO.js";
133
+ } from "../chunk-LMHIE6UG.js";
134
134
  import {
135
135
  computeCID,
136
136
  computeJsonCID
package/dist/index.js CHANGED
@@ -30,8 +30,8 @@ import {
30
30
  useCreateIxoEditor,
31
31
  useTrackBlockFocus,
32
32
  useTranslate
33
- } from "./chunk-KJ4CZ6K6.js";
34
- import "./chunk-ID2Q6WO4.js";
33
+ } from "./chunk-UZQSAYAK.js";
34
+ import "./chunk-ZTSBEK6E.js";
35
35
  import {
36
36
  FlowAgentService,
37
37
  acquireFlowAgentLease,
@@ -70,7 +70,7 @@ import {
70
70
  tickFlowAgent,
71
71
  validateAgentCommand,
72
72
  validateFlowAgentLease
73
- } from "./chunk-ESPPJONO.js";
73
+ } from "./chunk-LMHIE6UG.js";
74
74
 
75
75
  // src/index.ts
76
76
  import { cloneDocument } from "@ixo/matrix-crdt";
@@ -84,13 +84,13 @@ import {
84
84
  usePanelStore,
85
85
  useRegisterOpenSurvey,
86
86
  useTrackBlockFocus
87
- } from "../chunk-KJ4CZ6K6.js";
87
+ } from "../chunk-UZQSAYAK.js";
88
88
  import {
89
89
  didToMatrixUserId,
90
90
  findOrCreateDMRoom,
91
91
  getHomeserver,
92
92
  sendDirectMessage
93
- } from "../chunk-ESPPJONO.js";
93
+ } from "../chunk-LMHIE6UG.js";
94
94
 
95
95
  // src/mantine/components/DebugButton.tsx
96
96
  import React from "react";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixo/editor",
3
- "version": "6.12.0",
3
+ "version": "6.14.0",
4
4
  "description": "A custom BlockNote editor wrapper for IXO team",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",