@harbour-enterprises/superdoc 2.0.0-next.11 → 2.0.0-next.12

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-CqLaaynu.cjs → PdfViewer-C4Rskp84.cjs} +1 -1
  2. package/dist/chunks/{PdfViewer-CKia_BiV.es.js → PdfViewer-gCeF-QYt.es.js} +1 -1
  3. package/dist/chunks/{index-CI_4oB5b.es.js → index-1r0Y4WhB.es.js} +3 -3
  4. package/dist/chunks/{index-B6y8QUV4.cjs → index-B0ABZ3LJ.cjs} +3 -3
  5. package/dist/chunks/{index-Bym7r582-C-HNFdqE.cjs → index-CKZ12UnJ-C1HGA_YK.cjs} +1 -1
  6. package/dist/chunks/{index-Bym7r582-C74MxNIS.es.js → index-CKZ12UnJ-D8DEO2SJ.es.js} +1 -1
  7. package/dist/chunks/{super-editor.es-d52fdTl1.es.js → super-editor.es-CF0cFL_U.es.js} +4 -4
  8. package/dist/chunks/{super-editor.es-cwkDFZH7.cjs → super-editor.es-D5OWIKtj.cjs} +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-BdRh3O4f.js → converter-D_lixHsO.js} +1 -1
  15. package/dist/super-editor/chunks/{docx-zipper-Bn6DCl5u.js → docx-zipper-BbdZj7ad.js} +1 -1
  16. package/dist/super-editor/chunks/{editor-015kcgto.js → editor-C7rOlORO.js} +5 -5
  17. package/dist/super-editor/chunks/{index-Bym7r582.js → index-CKZ12UnJ.js} +1 -1
  18. package/dist/super-editor/chunks/{toolbar-CoU_nhyU.js → toolbar-BPHdeFqh.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
@@ -42470,7 +42470,7 @@ Please report this to https://github.com/markedjs/marked.`, e) {
42470
42470
  static getStoredSuperdocVersion(docx) {
42471
42471
  return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
42472
42472
  }
42473
- static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "2.0.0-next.11") {
42473
+ static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "2.0.0-next.12") {
42474
42474
  return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
42475
42475
  }
42476
42476
  /**
@@ -68426,7 +68426,7 @@ ${err.toString()}`);
68426
68426
  const shouldSkipNodeView = (editor) => {
68427
68427
  return isHeadless(editor);
68428
68428
  };
68429
- const summaryVersion = "2.0.0-next.11";
68429
+ const summaryVersion = "2.0.0-next.12";
68430
68430
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
68431
68431
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
68432
68432
  function mapAttributes(attrs) {
@@ -69215,7 +69215,7 @@ ${err.toString()}`);
69215
69215
  { default: remarkStringify2 },
69216
69216
  { default: remarkGfm2 }
69217
69217
  ] = await Promise.all([
69218
- Promise.resolve().then(() => indexBym7r582),
69218
+ Promise.resolve().then(() => indexCKZ12UnJ),
69219
69219
  Promise.resolve().then(() => indexDRCvimau),
69220
69220
  Promise.resolve().then(() => indexC_x_N6Uh),
69221
69221
  Promise.resolve().then(() => indexD_sWOSiG),
@@ -69420,7 +69420,7 @@ ${err.toString()}`);
69420
69420
  * Process collaboration migrations
69421
69421
  */
69422
69422
  processCollaborationMigrations() {
69423
- console.debug("[checkVersionMigrations] Current editor version", "2.0.0-next.11");
69423
+ console.debug("[checkVersionMigrations] Current editor version", "2.0.0-next.12");
69424
69424
  if (!this.options.ydoc) return;
69425
69425
  const metaMap = this.options.ydoc.getMap("meta");
69426
69426
  let docVersion = metaMap.get("version");
@@ -157862,7 +157862,7 @@ ${style2}
157862
157862
  this.config.colors = shuffleArray(this.config.colors);
157863
157863
  this.userColorMap = /* @__PURE__ */ new Map();
157864
157864
  this.colorIndex = 0;
157865
- this.version = "2.0.0-next.11";
157865
+ this.version = "2.0.0-next.12";
157866
157866
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
157867
157867
  this.superdocId = config2.superdocId || v4();
157868
157868
  this.colors = this.config.colors;
@@ -160335,7 +160335,7 @@ ${style2}
160335
160335
  value && typeof value === "object" && "byteLength" in value && "byteOffset" in value
160336
160336
  );
160337
160337
  }
160338
- const indexBym7r582 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
160338
+ const indexCKZ12UnJ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
160339
160339
  __proto__: null,
160340
160340
  unified
160341
160341
  }, Symbol.toStringTag, { value: "Module" }));