@harbour-enterprises/superdoc 0.28.4 → 0.28.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 (53) hide show
  1. package/dist/chunks/{PdfViewer-FhoWTpo9.es.js → PdfViewer-AB0GJT3F.es.js} +1 -1
  2. package/dist/chunks/{PdfViewer-CfUwzBbx.cjs → PdfViewer-CRZ7Hh_Z.cjs} +1 -1
  3. package/dist/chunks/{index-CQbyD7vC.es.js → index-B-LWb6SW.es.js} +3 -3
  4. package/dist/chunks/{index-C3gwy96O.cjs → index-CjMfOK2T.cjs} +3 -3
  5. package/dist/chunks/{index-CEL3ujoV-C85AsK84.cjs → index-CsxQB3Ha-BK7VKq_C.cjs} +1 -1
  6. package/dist/chunks/{index-CEL3ujoV-BXzhXCnT.es.js → index-CsxQB3Ha-BvrAYbCk.es.js} +1 -1
  7. package/dist/chunks/{super-editor.es-BQCukgDh.cjs → super-editor.es-B0-g-Yu6.cjs} +723 -732
  8. package/dist/chunks/{super-editor.es-rFPLjn7D.es.js → super-editor.es-D2xi8g4o.es.js} +723 -732
  9. package/dist/images/altText_add.svg +3 -0
  10. package/dist/images/altText_disclaimer.svg +3 -0
  11. package/dist/images/altText_done.svg +3 -0
  12. package/dist/images/altText_spinner.svg +30 -0
  13. package/dist/images/altText_warning.svg +3 -0
  14. package/dist/images/annotation-check.svg +11 -0
  15. package/dist/images/annotation-comment.svg +16 -0
  16. package/dist/images/annotation-help.svg +26 -0
  17. package/dist/images/annotation-insert.svg +10 -0
  18. package/dist/images/annotation-key.svg +11 -0
  19. package/dist/images/annotation-newparagraph.svg +11 -0
  20. package/dist/images/annotation-noicon.svg +7 -0
  21. package/dist/images/annotation-note.svg +42 -0
  22. package/dist/images/annotation-paperclip.svg +6 -0
  23. package/dist/images/annotation-paragraph.svg +16 -0
  24. package/dist/images/annotation-pushpin.svg +7 -0
  25. package/dist/images/cursor-editorFreeHighlight.svg +6 -0
  26. package/dist/images/cursor-editorFreeText.svg +3 -0
  27. package/dist/images/cursor-editorInk.svg +4 -0
  28. package/dist/images/cursor-editorTextHighlight.svg +8 -0
  29. package/dist/images/editor-toolbar-delete.svg +5 -0
  30. package/dist/images/loading-icon.gif +0 -0
  31. package/dist/images/messageBar_closingButton.svg +3 -0
  32. package/dist/images/messageBar_warning.svg +3 -0
  33. package/dist/images/toolbarButton-editorHighlight.svg +6 -0
  34. package/dist/images/toolbarButton-menuArrow.svg +3 -0
  35. package/dist/super-editor/ai-writer.es.js +2 -2
  36. package/dist/super-editor/chunks/{converter-BkMCDOKg.js → converter-Xq_CNQ6-.js} +372 -381
  37. package/dist/super-editor/chunks/{docx-zipper-CPrVIeS5.js → docx-zipper-D5oQWM4V.js} +1 -1
  38. package/dist/super-editor/chunks/{editor-D2rTPB17.js → editor-ChUZBhy8.js} +4 -4
  39. package/dist/super-editor/chunks/{index-CEL3ujoV.js → index-CsxQB3Ha.js} +1 -1
  40. package/dist/super-editor/chunks/{toolbar-EGiGMLTV.js → toolbar-Z1FPQLN_.js} +2 -2
  41. package/dist/super-editor/converter.es.js +1 -1
  42. package/dist/super-editor/docx-zipper.es.js +2 -2
  43. package/dist/super-editor/editor.es.js +3 -3
  44. package/dist/super-editor/file-zipper.es.js +1 -1
  45. package/dist/super-editor/super-editor.es.js +6 -6
  46. package/dist/super-editor/toolbar.es.js +2 -2
  47. package/dist/super-editor.cjs +1 -1
  48. package/dist/super-editor.es.js +1 -1
  49. package/dist/superdoc.cjs +2 -2
  50. package/dist/superdoc.es.js +2 -2
  51. package/dist/superdoc.umd.js +487 -496
  52. package/dist/superdoc.umd.js.map +1 -1
  53. package/package.json +5 -2
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@harbour-enterprises/superdoc",
3
3
  "type": "module",
4
- "version": "0.28.4",
4
+ "version": "0.28.5",
5
5
  "license": "AGPL-3.0",
6
- "readme": "../../README.md",
6
+ "readme": "README.md",
7
7
  "files": [
8
8
  "dist"
9
9
  ],
@@ -80,5 +80,8 @@
80
80
  "vite": "^6.3.5",
81
81
  "vite-plugin-node-polyfills": "^0.24.0",
82
82
  "vitest": "^3.2.4"
83
+ },
84
+ "publishConfig": {
85
+ "access": "public"
83
86
  }
84
87
  }