@harbour-enterprises/superdoc 0.23.0-next.3 → 0.23.0-next.5

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 (42) hide show
  1. package/dist/chunks/{PdfViewer-BfGJJ5Fk.es.js → PdfViewer-BlOezZGN.es.js} +2 -2
  2. package/dist/chunks/{PdfViewer-Cm-ziNtE.cjs → PdfViewer-D89-VJvM.cjs} +2 -2
  3. package/dist/chunks/{eventemitter3-CZv6vEhA.es.js → eventemitter3-CR2eBWft.es.js} +1 -1
  4. package/dist/chunks/{eventemitter3-B_kO1Pxm.cjs → eventemitter3-DSRogsNq.cjs} +1 -1
  5. package/dist/chunks/{index-CJIVhJxE.cjs → index-9hY1WuxT.cjs} +30 -13
  6. package/dist/chunks/{index-Bl4NtKeS.es.js → index-DTw4eF5D.es.js} +30 -13
  7. package/dist/chunks/{jszip-b7l8QkfH.cjs → jszip-B4LDL19y.cjs} +1 -1
  8. package/dist/chunks/{jszip-B8KIZSNe.es.js → jszip-DAXEPCUv.es.js} +1 -1
  9. package/dist/chunks/{super-editor.es-C7stybby.cjs → super-editor.es-C8gNFcB_.cjs} +81 -23
  10. package/dist/chunks/{super-editor.es-DQnqUJZs.es.js → super-editor.es-C9Ql0kHS.es.js} +81 -23
  11. package/dist/chunks/{vue-DWle4Cai.cjs → vue-DKMj1I9B.cjs} +39 -42
  12. package/dist/chunks/{vue-CXxsqYcP.es.js → vue-ZWZLQtoU.es.js} +39 -42
  13. package/dist/chunks/xml-js-Bbc0NeKa.es.js +2 -0
  14. package/dist/chunks/xml-js-CWV8R-ek.cjs +3 -0
  15. package/dist/core/SuperDoc.d.ts.map +1 -1
  16. package/dist/core/types/index.d.ts.map +1 -1
  17. package/dist/stores/superdoc-store.d.ts.map +1 -1
  18. package/dist/style.css +27 -27
  19. package/dist/super-editor/ai-writer.es.js +2 -2
  20. package/dist/super-editor/chunks/{converter-BVirrB35.js → converter-ClnqoStR.js} +16 -18
  21. package/dist/super-editor/chunks/{docx-zipper-Cpb9d2an.js → docx-zipper-DC28ucAi.js} +1 -1
  22. package/dist/super-editor/chunks/{editor-DIINh50j.js → editor-DLan-MJ6.js} +66 -6
  23. package/dist/super-editor/chunks/{toolbar-CmDmkPHL.js → toolbar-CekMv4Mk.js} +2 -2
  24. package/dist/super-editor/converter.es.js +1 -1
  25. package/dist/super-editor/docx-zipper.es.js +2 -2
  26. package/dist/super-editor/editor.es.js +3 -3
  27. package/dist/super-editor/file-zipper.es.js +1 -1
  28. package/dist/super-editor/src/core/Attribute.d.ts +2 -2
  29. package/dist/super-editor/src/core/Schema.d.ts +2 -2
  30. package/dist/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTagsByAlias.d.ts +8 -0
  31. package/dist/super-editor/src/extensions/structured-content/structuredContentHelpers/index.d.ts +1 -0
  32. package/dist/super-editor/super-editor.es.js +6 -6
  33. package/dist/super-editor/toolbar.es.js +2 -2
  34. package/dist/super-editor.cjs +2 -2
  35. package/dist/super-editor.es.js +2 -2
  36. package/dist/superdoc.cjs +4 -4
  37. package/dist/superdoc.es.js +4 -4
  38. package/dist/superdoc.umd.js +139 -64
  39. package/dist/superdoc.umd.js.map +1 -1
  40. package/package.json +1 -1
  41. package/dist/chunks/xml-js-CX8FH0He.cjs +0 -3
  42. package/dist/chunks/xml-js-D0tLGmKu.es.js +0 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@harbour-enterprises/superdoc",
3
3
  "type": "module",
4
- "version": "0.23.0-next.3",
4
+ "version": "0.23.0-next.5",
5
5
  "license": "AGPL-3.0",
6
6
  "readme": "README.md",
7
7
  "files": [
@@ -1,3 +0,0 @@
1
- "use strict";
2
- require("./vue-DWle4Cai.cjs");
3
- require("./jszip-b7l8QkfH.cjs");
@@ -1,2 +0,0 @@
1
- import "./vue-CXxsqYcP.es.js";
2
- import "./jszip-B8KIZSNe.es.js";