@ixo/editor 6.27.0 → 6.27.1

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.
@@ -113,7 +113,7 @@ import {
113
113
  writeActionState,
114
114
  writeRunRecordAndReconcile,
115
115
  xeroOracleActivityForBlockForEditor
116
- } from "./chunk-JNON3IP3.js";
116
+ } from "./chunk-WGCOGBWG.js";
117
117
 
118
118
  // src/mantine/hooks/usePanel.ts
119
119
  import { useCallback, useMemo, useEffect, useRef } from "react";
@@ -52214,4 +52214,4 @@ export {
52214
52214
  ixoGraphQLClient,
52215
52215
  getEntity
52216
52216
  };
52217
- //# sourceMappingURL=chunk-FZ32PXRH.js.map
52217
+ //# sourceMappingURL=chunk-XLGG4VDV.js.map
@@ -14,7 +14,7 @@ import {
14
14
  swapBlocksInFragment,
15
15
  writeActionState,
16
16
  writeCompiledBlocksToFragment
17
- } from "./chunk-JNON3IP3.js";
17
+ } from "./chunk-WGCOGBWG.js";
18
18
 
19
19
  // src/core/lib/flowCompiler/authoring.ts
20
20
  import * as Y from "yjs";
@@ -370,4 +370,4 @@ export {
370
370
  setFlowParticipantPowerLevel,
371
371
  setFlowParticipantRequirements
372
372
  };
373
- //# sourceMappingURL=chunk-KJHMOTY4.js.map
373
+ //# sourceMappingURL=chunk-ZGFQSAL7.js.map
@@ -14,7 +14,7 @@ import {
14
14
  swapFlowBlocks,
15
15
  updateNodeRuntime,
16
16
  upsertFlowParticipant
17
- } from "../chunk-KJHMOTY4.js";
17
+ } from "../chunk-ZGFQSAL7.js";
18
18
  import {
19
19
  ExplicitRunRequiredError,
20
20
  FLOW_CONNECTIONS_MAP_KEY,
@@ -262,7 +262,7 @@ import {
262
262
  writeRunRecordAndReconcile,
263
263
  xeroOracleActivityForBlock,
264
264
  xeroOracleActivityForBlockForEditor
265
- } from "../chunk-JNON3IP3.js";
265
+ } from "../chunk-WGCOGBWG.js";
266
266
  import {
267
267
  computeCID,
268
268
  computeJsonCID
package/dist/index.js CHANGED
@@ -30,7 +30,7 @@ import {
30
30
  useCreateIxoEditor,
31
31
  useTrackBlockFocus,
32
32
  useTranslate
33
- } from "./chunk-FZ32PXRH.js";
33
+ } from "./chunk-XLGG4VDV.js";
34
34
  import {
35
35
  FLOW_PARTICIPANTS_MAP_KEY,
36
36
  readFlowParticipants,
@@ -38,7 +38,7 @@ import {
38
38
  setFlowParticipantPowerLevel,
39
39
  setFlowParticipantRequirements,
40
40
  upsertFlowParticipant
41
- } from "./chunk-KJHMOTY4.js";
41
+ } from "./chunk-ZGFQSAL7.js";
42
42
  import {
43
43
  FLOW_CONNECTIONS_MAP_KEY,
44
44
  FLOW_CONNECTION_BINDINGS_MAP_KEY,
@@ -87,7 +87,7 @@ import {
87
87
  upsertFlowConnectionBinding,
88
88
  validateAgentCommand,
89
89
  validateFlowAgentLease
90
- } from "./chunk-JNON3IP3.js";
90
+ } from "./chunk-WGCOGBWG.js";
91
91
 
92
92
  // src/index.ts
93
93
  import { cloneDocument } from "@ixo/matrix-crdt";
@@ -86,7 +86,7 @@ import {
86
86
  useRunSessionId,
87
87
  useRunSessionPreview,
88
88
  useTrackBlockFocus
89
- } from "../chunk-FZ32PXRH.js";
89
+ } from "../chunk-XLGG4VDV.js";
90
90
  import {
91
91
  DM_NOTIFICATIONS_MAP_KEY,
92
92
  RUNS_MAP_KEY,
@@ -98,7 +98,7 @@ import {
98
98
  sendDirectMessage,
99
99
  setDMNotificationRecord,
100
100
  shouldNotify
101
- } from "../chunk-JNON3IP3.js";
101
+ } from "../chunk-WGCOGBWG.js";
102
102
 
103
103
  // src/mantine/components/DebugButton.tsx
104
104
  import React, { useEffect, useRef, useState } from "react";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixo/editor",
3
- "version": "6.27.0",
3
+ "version": "6.27.1",
4
4
  "description": "A custom BlockNote editor wrapper for IXO team",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",