@harbour-enterprises/superdoc 0.28.0-next.1 → 0.28.0-next.10

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 (72) hide show
  1. package/dist/chunks/{PdfViewer-Jb55JUCS.cjs → PdfViewer-BnsPYL5w.cjs} +1 -1
  2. package/dist/chunks/{PdfViewer-9z5hlRyt.es.js → PdfViewer-DBL2mtV7.es.js} +1 -1
  3. package/dist/chunks/{index-DqP-8_tO.es.js → index-B5RApJzM.es.js} +2 -2
  4. package/dist/chunks/{index-D0UvyM8m.cjs → index-Bn2uXv1T.cjs} +2 -2
  5. package/dist/chunks/{super-editor.es-BBJIKdhr.es.js → super-editor.es-BZcjzGbD.es.js} +25770 -7923
  6. package/dist/chunks/{super-editor.es-Ca5D3ZTW.cjs → super-editor.es-C2gjIEyc.cjs} +25680 -7833
  7. package/dist/core/types/index.d.ts +7 -6
  8. package/dist/core/types/index.d.ts.map +1 -1
  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/stores/comments-store.d.ts +1 -1
  36. package/dist/super-editor/ai-writer.es.js +2 -2
  37. package/dist/super-editor/chunks/{converter-AR-76siZ.js → converter-DJPby8Vf.js} +1347 -1259
  38. package/dist/super-editor/chunks/{docx-zipper-DVb-VGgt.js → docx-zipper-BES4h7U3.js} +1 -1
  39. package/dist/super-editor/chunks/{editor-mK_uimq6.js → editor-DS_Pp30R.js} +21568 -3813
  40. package/dist/super-editor/chunks/{toolbar-ByoNwr7x.js → toolbar-BrhEM0st.js} +2 -2
  41. package/dist/super-editor/converter.es.js +2 -2
  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/src/core/Editor.d.ts +7 -1
  46. package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts +1 -1
  47. package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts +1 -1
  48. package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts +3 -0
  49. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts +6 -0
  50. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts +1 -0
  51. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/types/index.d.ts +1 -0
  52. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-structured-content.d.ts +2 -2
  53. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/index.d.ts +1 -0
  54. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/t-translator.d.ts +7 -0
  55. package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts +2 -1
  56. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-block.d.ts +8 -6
  57. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content.d.ts +8 -1
  58. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentBlockTags.d.ts +11 -4
  59. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentInlineTags.d.ts +11 -4
  60. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTablesById.d.ts +8 -4
  61. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTags.d.ts +11 -4
  62. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTagsById.d.ts +12 -5
  63. package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts +7 -6
  64. package/dist/super-editor/super-editor.es.js +31 -31
  65. package/dist/super-editor/toolbar.es.js +2 -2
  66. package/dist/super-editor.cjs +1 -1
  67. package/dist/super-editor.es.js +1 -1
  68. package/dist/superdoc.cjs +2 -2
  69. package/dist/superdoc.es.js +2 -2
  70. package/dist/superdoc.umd.js +26292 -8445
  71. package/dist/superdoc.umd.js.map +1 -1
  72. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.