@ixo/editor 6.16.1 → 6.17.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.
@@ -77,7 +77,7 @@ import {
77
77
  verifyCompletion,
78
78
  warnOnce,
79
79
  writeRunRecordAndReconcile
80
- } from "./chunk-WYIBJ24C.js";
80
+ } from "./chunk-7GS4HTDO.js";
81
81
 
82
82
  // src/mantine/hooks/usePanel.ts
83
83
  import { useCallback, useMemo, useEffect, useRef } from "react";
@@ -51530,4 +51530,4 @@ export {
51530
51530
  ixoGraphQLClient,
51531
51531
  getEntity
51532
51532
  };
51533
- //# sourceMappingURL=chunk-EWKSBZ62.js.map
51533
+ //# sourceMappingURL=chunk-KRBHLUGP.js.map
@@ -10,7 +10,7 @@ import {
10
10
  replaceBlockInFragment,
11
11
  swapBlocksInFragment,
12
12
  writeCompiledBlocksToFragment
13
- } from "./chunk-WYIBJ24C.js";
13
+ } from "./chunk-7GS4HTDO.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-SSHQ3OTO.js.map
260
+ //# sourceMappingURL=chunk-WMWHTVQF.js.map
@@ -8,7 +8,7 @@ import {
8
8
  setFormAnswers,
9
9
  swapFlowBlocks,
10
10
  updateNodeRuntime
11
- } from "../chunk-SSHQ3OTO.js";
11
+ } from "../chunk-WMWHTVQF.js";
12
12
  import {
13
13
  FlowAgentService,
14
14
  LATEST_VERSION,
@@ -134,7 +134,7 @@ import {
134
134
  verifyCompletion,
135
135
  writeCompiledBlocksToFragment,
136
136
  writeRunRecordAndReconcile
137
- } from "../chunk-WYIBJ24C.js";
137
+ } from "../chunk-7GS4HTDO.js";
138
138
  import {
139
139
  computeCID,
140
140
  computeJsonCID
package/dist/index.js CHANGED
@@ -30,8 +30,8 @@ import {
30
30
  useCreateIxoEditor,
31
31
  useTrackBlockFocus,
32
32
  useTranslate
33
- } from "./chunk-EWKSBZ62.js";
34
- import "./chunk-SSHQ3OTO.js";
33
+ } from "./chunk-KRBHLUGP.js";
34
+ import "./chunk-WMWHTVQF.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-WYIBJ24C.js";
73
+ } from "./chunk-7GS4HTDO.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-EWKSBZ62.js";
87
+ } from "../chunk-KRBHLUGP.js";
88
88
  import {
89
89
  didToMatrixUserId,
90
90
  findOrCreateDMRoom,
91
91
  getHomeserver,
92
92
  sendDirectMessage
93
- } from "../chunk-WYIBJ24C.js";
93
+ } from "../chunk-7GS4HTDO.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.16.1",
3
+ "version": "6.17.0",
4
4
  "description": "A custom BlockNote editor wrapper for IXO team",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",