@harbour-enterprises/superdoc 1.1.2 → 1.1.3

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.
Files changed (31) hide show
  1. package/dist/chunks/{PdfViewer-Ba04yS5H.cjs → PdfViewer-C9RNdHsZ.cjs} +1 -1
  2. package/dist/chunks/{PdfViewer-Cdnpadpf.es.js → PdfViewer-JKMW_Xvd.es.js} +1 -1
  3. package/dist/chunks/{index-BBA3d9LK-CHGIE1LG.es.js → index-Bma27070-B3PvMrqS.es.js} +1 -1
  4. package/dist/chunks/{index-BBA3d9LK-DdrFtQwl.cjs → index-Bma27070-CbgvjpAf.cjs} +1 -1
  5. package/dist/chunks/{index-DSXEhZoY.es.js → index-Cq6OiREA.es.js} +3 -3
  6. package/dist/chunks/{index-vuWEvtXh.cjs → index-ZK0kNpzs.cjs} +3 -3
  7. package/dist/chunks/{super-editor.es-DGCgR7rL.cjs → super-editor.es-CGNC6tAJ.cjs} +4 -4
  8. package/dist/chunks/{super-editor.es-B1nGbDJe.es.js → super-editor.es-DMM5V_xH.es.js} +4 -4
  9. package/dist/packages/superdoc/src/core/SuperDoc.d.ts +3 -3
  10. package/dist/packages/superdoc/src/core/SuperDoc.d.ts.map +1 -1
  11. package/dist/packages/superdoc/src/core/types/index.d.ts +173 -0
  12. package/dist/packages/superdoc/src/core/types/index.d.ts.map +1 -1
  13. package/dist/super-editor/ai-writer.es.js +2 -2
  14. package/dist/super-editor/chunks/{converter-BSBbIF0S.js → converter-BCm2B4dw.js} +1 -1
  15. package/dist/super-editor/chunks/{docx-zipper-Bh6HZNKL.js → docx-zipper-DPyiPPhT.js} +1 -1
  16. package/dist/super-editor/chunks/{editor-DWTzwjRX.js → editor-C_2-zSB4.js} +5 -5
  17. package/dist/super-editor/chunks/{index-BBA3d9LK.js → index-Bma27070.js} +1 -1
  18. package/dist/super-editor/chunks/{toolbar-Dpya3xe7.js → toolbar-D_quD2MT.js} +2 -2
  19. package/dist/super-editor/converter.es.js +1 -1
  20. package/dist/super-editor/docx-zipper.es.js +2 -2
  21. package/dist/super-editor/editor.es.js +3 -3
  22. package/dist/super-editor/file-zipper.es.js +1 -1
  23. package/dist/super-editor/super-editor.es.js +6 -6
  24. package/dist/super-editor/toolbar.es.js +2 -2
  25. package/dist/super-editor.cjs +1 -1
  26. package/dist/super-editor.es.js +1 -1
  27. package/dist/superdoc.cjs +2 -2
  28. package/dist/superdoc.es.js +2 -2
  29. package/dist/superdoc.umd.js +6 -6
  30. package/dist/superdoc.umd.js.map +1 -1
  31. package/package.json +1 -1
@@ -42428,7 +42428,7 @@ Please report this to https://github.com/markedjs/marked.`, e) {
42428
42428
  static getStoredSuperdocVersion(docx) {
42429
42429
  return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
42430
42430
  }
42431
- static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.1.2") {
42431
+ static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.1.3") {
42432
42432
  return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
42433
42433
  }
42434
42434
  /**
@@ -68384,7 +68384,7 @@ ${err.toString()}`);
68384
68384
  const shouldSkipNodeView = (editor) => {
68385
68385
  return isHeadless(editor);
68386
68386
  };
68387
- const summaryVersion = "1.1.2";
68387
+ const summaryVersion = "1.1.3";
68388
68388
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
68389
68389
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
68390
68390
  function mapAttributes(attrs) {
@@ -69173,7 +69173,7 @@ ${err.toString()}`);
69173
69173
  { default: remarkStringify2 },
69174
69174
  { default: remarkGfm2 }
69175
69175
  ] = await Promise.all([
69176
- Promise.resolve().then(() => indexBBA3d9LK),
69176
+ Promise.resolve().then(() => indexBma27070),
69177
69177
  Promise.resolve().then(() => indexDRCvimau),
69178
69178
  Promise.resolve().then(() => indexC_x_N6Uh),
69179
69179
  Promise.resolve().then(() => indexD_sWOSiG),
@@ -69378,7 +69378,7 @@ ${err.toString()}`);
69378
69378
  * Process collaboration migrations
69379
69379
  */
69380
69380
  processCollaborationMigrations() {
69381
- console.debug("[checkVersionMigrations] Current editor version", "1.1.2");
69381
+ console.debug("[checkVersionMigrations] Current editor version", "1.1.3");
69382
69382
  if (!this.options.ydoc) return;
69383
69383
  const metaMap = this.options.ydoc.getMap("meta");
69384
69384
  let docVersion = metaMap.get("version");
@@ -157900,7 +157900,7 @@ ${style2}
157900
157900
  this.config.colors = shuffleArray(this.config.colors);
157901
157901
  this.userColorMap = /* @__PURE__ */ new Map();
157902
157902
  this.colorIndex = 0;
157903
- this.version = "1.1.2";
157903
+ this.version = "1.1.3";
157904
157904
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
157905
157905
  this.superdocId = config2.superdocId || v4();
157906
157906
  this.colors = this.config.colors;
@@ -160383,7 +160383,7 @@ ${style2}
160383
160383
  value && typeof value === "object" && "byteLength" in value && "byteOffset" in value
160384
160384
  );
160385
160385
  }
160386
- const indexBBA3d9LK = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
160386
+ const indexBma27070 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
160387
160387
  __proto__: null,
160388
160388
  unified
160389
160389
  }, Symbol.toStringTag, { value: "Module" }));