@harbour-enterprises/superdoc 1.0.0-beta.13 → 1.0.0-beta.18

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-D0cPi5hG.es.js → PdfViewer-CDEQktlZ.es.js} +2 -2
  2. package/dist/chunks/{PdfViewer-D_E86Mtr.cjs → PdfViewer-CZgU5VTe.cjs} +2 -2
  3. package/dist/chunks/{eventemitter3-ByBH0NYV.es.js → eventemitter3-CcXAdeql.es.js} +1 -1
  4. package/dist/chunks/{eventemitter3-CFCpOk3d.cjs → eventemitter3-DQmQUge-.cjs} +1 -1
  5. package/dist/chunks/{index-CL4VptDO.cjs → index-CBFc2Hsa.cjs} +11 -7
  6. package/dist/chunks/{index-BMAfbNel-CvPc3jnD.es.js → index-DpnfmQSg--uFI4inB.es.js} +1 -1
  7. package/dist/chunks/{index-BMAfbNel-DBZCkkMj.cjs → index-DpnfmQSg-D54nF5iO.cjs} +1 -1
  8. package/dist/chunks/{index-BHmLKAul.es.js → index-yYYhcBhg.es.js} +11 -7
  9. package/dist/chunks/{jszip-BwsONqK5.es.js → jszip-5vvIqAEE.es.js} +1 -1
  10. package/dist/chunks/{jszip-B99MTu59.cjs → jszip-BdEez1WM.cjs} +1 -1
  11. package/dist/chunks/{super-editor.es-5gtBhP8I.es.js → super-editor.es-BNkRY9J-.es.js} +9546 -2211
  12. package/dist/chunks/{super-editor.es-riuOlaxm.cjs → super-editor.es-BfPsU6H-.cjs} +9546 -2211
  13. package/dist/chunks/{vue-CztqUvm1.es.js → vue-Dysv_7z5.es.js} +101 -12
  14. package/dist/chunks/{vue-ARQSyfaw.cjs → vue-jWLMl8Ts.cjs} +89 -0
  15. package/dist/chunks/xml-js-ClO_jHnq.es.js +2 -0
  16. package/dist/chunks/xml-js-Dz51sEbr.cjs +3 -0
  17. package/dist/packages/superdoc/src/components/CommentsLayer/use-comment.d.ts.map +1 -1
  18. package/dist/packages/superdoc/src/core/SuperDoc.d.ts.map +1 -1
  19. package/dist/packages/superdoc/src/stores/comments-store.d.ts.map +1 -1
  20. package/dist/style.css +57 -18
  21. package/dist/super-editor/ai-writer.es.js +2 -2
  22. package/dist/super-editor/chunks/{converter-D9KiDgXx.js → converter-Cz21HA_9.js} +1190 -385
  23. package/dist/super-editor/chunks/{docx-zipper-DQmUj-ef.js → docx-zipper-DiEfO4LE.js} +1 -1
  24. package/dist/super-editor/chunks/{editor-ByPqJ2k8.js → editor-DoxVe-iR.js} +7696 -1712
  25. package/dist/super-editor/chunks/{index-BMAfbNel.js → index-DpnfmQSg.js} +1 -1
  26. package/dist/super-editor/chunks/{toolbar-Da2cOhJ-.js → toolbar-CKdQr5PG.js} +36 -22
  27. package/dist/super-editor/converter.es.js +1 -1
  28. package/dist/super-editor/docx-zipper.es.js +2 -2
  29. package/dist/super-editor/editor.es.js +3 -3
  30. package/dist/super-editor/file-zipper.es.js +1 -1
  31. package/dist/super-editor/style.css +57 -18
  32. package/dist/super-editor/super-editor.es.js +770 -200
  33. package/dist/super-editor/toolbar.es.js +2 -2
  34. package/dist/super-editor.cjs +4 -4
  35. package/dist/super-editor.es.js +2 -2
  36. package/dist/superdoc.cjs +2 -2
  37. package/dist/superdoc.es.js +2 -2
  38. package/dist/superdoc.umd.js +9615 -2200
  39. package/dist/superdoc.umd.js.map +1 -1
  40. package/package.json +1 -1
  41. package/dist/chunks/xml-js-BZPSMmVo.es.js +0 -2
  42. package/dist/chunks/xml-js-DQa4Ye5C.cjs +0 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@harbour-enterprises/superdoc",
3
3
  "type": "module",
4
- "version": "1.0.0-beta.13",
4
+ "version": "1.0.0-beta.18",
5
5
  "license": "AGPL-3.0",
6
6
  "readme": "README.md",
7
7
  "files": [
@@ -1,2 +0,0 @@
1
- import "./vue-CztqUvm1.es.js";
2
- import "./jszip-BwsONqK5.es.js";
@@ -1,3 +0,0 @@
1
- "use strict";
2
- require("./vue-ARQSyfaw.cjs");
3
- require("./jszip-B99MTu59.cjs");