superdoc 2.4.0-next.32 → 2.4.0-next.34

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.
@@ -614,7 +614,6 @@ var SUPERDOC_UI_REASONS = {
614
614
  * No descriptor imports a v1 editor internal or a private v2 runtime package,
615
615
  * and no routed command mutates while the document is read-only / viewing.
616
616
  *
617
- * See `docs/architecture/custom-ui-command-matrix.md` for the per-id matrix.
618
617
  */
619
618
  /**
620
619
  * The 14 canonical v2-native command ids. These are the historically stable
@@ -614,7 +614,6 @@ var SUPERDOC_UI_REASONS = {
614
614
  * No descriptor imports a v1 editor internal or a private v2 runtime package,
615
615
  * and no routed command mutates while the document is read-only / viewing.
616
616
  *
617
- * See `docs/architecture/custom-ui-command-matrix.md` for the per-id matrix.
618
617
  */
619
618
  /**
620
619
  * The 14 canonical v2-native command ids. These are the historically stable
@@ -19,7 +19,7 @@ var COLLABORATION_UPGRADE_ENGINE_MINIMUM_NODE_MAJOR = 20;
19
19
  var PRIVATE_ENGINE_INFO = (0, _superdoc_docx_engine_collaboration_upgrade_engine.getCollaborationUpgradeEngineInfo)();
20
20
  var ENGINE_INFO = Object.freeze({
21
21
  ...PRIVATE_ENGINE_INFO,
22
- superdocVersion: "2.4.0-next.32",
22
+ superdocVersion: "2.4.0-next.34",
23
23
  roomSchemaVersion: Object.freeze({ ...PRIVATE_ENGINE_INFO.roomSchemaVersion }),
24
24
  supportedBundleVersions: SUPPORTED_COLLABORATION_UPGRADE_BUNDLE_VERSIONS,
25
25
  supportedV1ReaderContractVersions: SUPPORTED_V1_READER_CONTRACT_VERSIONS
@@ -18,7 +18,7 @@ var COLLABORATION_UPGRADE_ENGINE_MINIMUM_NODE_MAJOR = 20;
18
18
  var PRIVATE_ENGINE_INFO = getCollaborationUpgradeEngineInfo$1();
19
19
  var ENGINE_INFO = Object.freeze({
20
20
  ...PRIVATE_ENGINE_INFO,
21
- superdocVersion: "2.4.0-next.32",
21
+ superdocVersion: "2.4.0-next.34",
22
22
  roomSchemaVersion: Object.freeze({ ...PRIVATE_ENGINE_INFO.roomSchemaVersion }),
23
23
  supportedBundleVersions: SUPPORTED_COLLABORATION_UPGRADE_BUNDLE_VERSIONS,
24
24
  supportedV1ReaderContractVersions: SUPPORTED_V1_READER_CONTRACT_VERSIONS
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- const require_create_super_doc_ui = require("../chunks/create-super-doc-ui-CqGmoMMA.cjs");
2
+ const require_create_super_doc_ui = require("../chunks/create-super-doc-ui-Dmv8Hjs6.cjs");
3
3
  let react = require("react");
4
4
  //#region src/public/ui/react.ts
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { t as createSuperDocUI } from "../chunks/create-super-doc-ui-CmOSA_lN.es.js";
1
+ import { t as createSuperDocUI } from "../chunks/create-super-doc-ui-B5SqT0gL.es.js";
2
2
  import { createContext, createElement, useCallback, useContext, useEffect, useRef, useState } from "react";
3
3
  //#region src/public/ui/react.ts
4
4
  /**
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- const require_create_super_doc_ui = require("../chunks/create-super-doc-ui-CqGmoMMA.cjs");
2
+ const require_create_super_doc_ui = require("../chunks/create-super-doc-ui-Dmv8Hjs6.cjs");
3
3
  exports.BUILT_IN_COMMAND_IDS = require_create_super_doc_ui.BUILT_IN_COMMAND_IDS;
4
4
  exports.createSuperDocUI = require_create_super_doc_ui.createSuperDocUI;
5
5
  exports.shallowEqual = require_create_super_doc_ui.shallowEqual;
@@ -1,2 +1,2 @@
1
- import { n as shallowEqual, r as BUILT_IN_COMMAND_IDS, t as createSuperDocUI } from "../chunks/create-super-doc-ui-CmOSA_lN.es.js";
1
+ import { n as shallowEqual, r as BUILT_IN_COMMAND_IDS, t as createSuperDocUI } from "../chunks/create-super-doc-ui-B5SqT0gL.es.js";
2
2
  export { BUILT_IN_COMMAND_IDS, createSuperDocUI, shallowEqual };
package/dist/superdoc.cjs CHANGED
@@ -4,7 +4,7 @@ const require_blank_docx = require("./chunks/blank-docx-BuFAbRjs.cjs");
4
4
  const require_eventemitter3 = require("./chunks/eventemitter3-D38u8ta_.cjs");
5
5
  const require_uuid = require("./chunks/uuid-BhG0ngwk.cjs");
6
6
  const require_jszip = require("./chunks/jszip-RC64TPzL.cjs");
7
- const require_create_super_doc_ui = require("./chunks/create-super-doc-ui-CqGmoMMA.cjs");
7
+ const require_create_super_doc_ui = require("./chunks/create-super-doc-ui-Dmv8Hjs6.cjs");
8
8
  const require__plugin_vue_export_helper = require("./chunks/_plugin-vue_export-helper-SDR04tiH.cjs");
9
9
  const require_constants = require("./chunks/constants-DpXuDx_g.cjs");
10
10
  let vue = require("vue");
@@ -43235,7 +43235,7 @@ var SuperDoc = class extends require_eventemitter3.import_eventemitter3.default
43235
43235
  this.config.colors = shuffleArray(this.config.colors);
43236
43236
  this.userColorMap = /* @__PURE__ */ new Map();
43237
43237
  this.colorIndex = 0;
43238
- this.version = "2.4.0-next.32";
43238
+ this.version = "2.4.0-next.34";
43239
43239
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
43240
43240
  this.superdocId = config.superdocId || require_uuid.v4();
43241
43241
  this.colors = this.config.colors ?? [];
@@ -3,7 +3,7 @@ import { t as blank_default } from "./chunks/blank-docx-DzQccOlW.es.js";
3
3
  import { t as import_eventemitter3 } from "./chunks/eventemitter3-CMOjDs74.es.js";
4
4
  import { t as v4 } from "./chunks/uuid-H0Xcmmhy.es.js";
5
5
  import { a as init_dist$1, i as global, n as init_dist$2, o as Buffer, r as process$1, s as init_dist, t as require_jszip_min } from "./chunks/jszip-VxCFV9YS.es.js";
6
- import { a as DOM_CLASS_NAMES, i as getV2TrackedChangeMutationImpact, t as createSuperDocUI } from "./chunks/create-super-doc-ui-CmOSA_lN.es.js";
6
+ import { a as DOM_CLASS_NAMES, i as getV2TrackedChangeMutationImpact, t as createSuperDocUI } from "./chunks/create-super-doc-ui-B5SqT0gL.es.js";
7
7
  import { t as _plugin_vue_export_helper_default } from "./chunks/_plugin-vue_export-helper-BOaGB7Aw.es.js";
8
8
  import { t as PDF_TO_CSS_UNITS } from "./chunks/constants-B6VBlmKp.es.js";
9
9
  import * as Vue from "vue";
@@ -43168,7 +43168,7 @@ var SuperDoc = class extends import_eventemitter3.default {
43168
43168
  this.config.colors = shuffleArray(this.config.colors);
43169
43169
  this.userColorMap = /* @__PURE__ */ new Map();
43170
43170
  this.colorIndex = 0;
43171
- this.version = "2.4.0-next.32";
43171
+ this.version = "2.4.0-next.34";
43172
43172
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
43173
43173
  this.superdocId = config.superdocId || v4();
43174
43174
  this.colors = this.config.colors ?? [];