superdoc 1.0.0-next.10 → 1.0.0-next.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 (57) hide show
  1. package/dist/chunks/{PdfViewer-CZG4udaT.es.js → PdfViewer-PUn0q_lG.es.js} +1 -1
  2. package/dist/chunks/{PdfViewer-B9LcTIm2.cjs → PdfViewer-cVGt7Ne7.cjs} +1 -1
  3. package/dist/chunks/{index-DdTDm9oI-Duiy8M_G.cjs → index-DLO-SgUP-BNtYQDPq.cjs} +1 -1
  4. package/dist/chunks/{index-DdTDm9oI-BXzE00pk.es.js → index-DLO-SgUP-c73otQJ5.es.js} +1 -1
  5. package/dist/chunks/{index-4FiyZ-0E.cjs → index-Djmhr-R6.cjs} +97 -99
  6. package/dist/chunks/{index-1n6qegaQ.es.js → index-mHanL4xN.es.js} +97 -99
  7. package/dist/chunks/{super-editor.es-BQQuazyp.cjs → super-editor.es-Cve8WKfM.cjs} +25570 -28023
  8. package/dist/chunks/{super-editor.es-DKr759cY.es.js → super-editor.es-S9Kp_7dy.es.js} +25570 -28023
  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/packages/superdoc/src/core/collaboration/collaboration-comments.d.ts +3 -3
  36. package/dist/packages/superdoc/src/core/collaboration/collaboration-comments.d.ts.map +1 -1
  37. package/dist/packages/superdoc/src/core/collaboration/helpers.d.ts.map +1 -1
  38. package/dist/style.css +6 -6
  39. package/dist/super-editor/ai-writer.es.js +2 -2
  40. package/dist/super-editor/chunks/{converter-BavE2jnW.js → converter-ByybZRFp.js} +1 -1
  41. package/dist/super-editor/chunks/{docx-zipper-CY4M19qa.js → docx-zipper-CFQANTLI.js} +1 -1
  42. package/dist/super-editor/chunks/{editor-Cslr04KI.js → editor-Cu4hD14N.js} +25808 -27898
  43. package/dist/super-editor/chunks/{index-DdTDm9oI.js → index-DLO-SgUP.js} +1 -1
  44. package/dist/super-editor/chunks/{toolbar-Zdgn--Js.js → toolbar-5MMla0sj.js} +2 -2
  45. package/dist/super-editor/converter.es.js +1 -1
  46. package/dist/super-editor/docx-zipper.es.js +2 -2
  47. package/dist/super-editor/editor.es.js +3 -3
  48. package/dist/super-editor/file-zipper.es.js +1 -1
  49. package/dist/super-editor/super-editor.es.js +19 -40
  50. package/dist/super-editor/toolbar.es.js +2 -2
  51. package/dist/super-editor.cjs +1 -1
  52. package/dist/super-editor.es.js +1 -1
  53. package/dist/superdoc.cjs +2 -2
  54. package/dist/superdoc.es.js +2 -2
  55. package/dist/superdoc.umd.js +25652 -28107
  56. package/dist/superdoc.umd.js.map +1 -1
  57. package/package.json +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "superdoc",
3
3
  "type": "module",
4
- "version": "1.0.0-next.10",
4
+ "version": "1.0.0-next.3",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {
7
7
  "type": "git",