@harbour-enterprises/superdoc 0.27.3 → 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 (65) hide show
  1. package/dist/chunks/{PdfViewer-CCrMOIpU.cjs → PdfViewer-BnsPYL5w.cjs} +1 -1
  2. package/dist/chunks/{PdfViewer-DXMcf_Mb.es.js → PdfViewer-DBL2mtV7.es.js} +1 -1
  3. package/dist/chunks/{index-GJg72zc5.es.js → index-B5RApJzM.es.js} +10 -4
  4. package/dist/chunks/{index-CIFHwmHR.cjs → index-Bn2uXv1T.cjs} +10 -4
  5. package/dist/chunks/{super-editor.es-BYmNnbzd.es.js → super-editor.es-BZcjzGbD.es.js} +35261 -17398
  6. package/dist/chunks/{super-editor.es-BlDrv5SU.cjs → super-editor.es-C2gjIEyc.cjs} +35171 -17308
  7. package/dist/chunks/uuid-CjlX8hrF.es.js +35 -0
  8. package/dist/chunks/uuid-R7L08bOx.cjs +34 -0
  9. package/dist/components/CommentsLayer/use-comment.d.ts.map +1 -1
  10. package/dist/core/types/index.d.ts +7 -6
  11. package/dist/core/types/index.d.ts.map +1 -1
  12. package/dist/images/altText_disclaimer.svg +3 -0
  13. package/dist/images/altText_spinner.svg +30 -0
  14. package/dist/images/altText_warning.svg +3 -0
  15. package/dist/images/messageBar_closingButton.svg +3 -0
  16. package/dist/images/messageBar_warning.svg +3 -0
  17. package/dist/stores/comments-store.d.ts +1 -1
  18. package/dist/stores/comments-store.d.ts.map +1 -1
  19. package/dist/super-editor/ai-writer.es.js +2 -2
  20. package/dist/super-editor/chunks/{converter-GcMLdei-.js → converter-DJPby8Vf.js} +2525 -2509
  21. package/dist/super-editor/chunks/{docx-zipper-Y0x9TJvc.js → docx-zipper-BES4h7U3.js} +1 -1
  22. package/dist/super-editor/chunks/{editor-Bm6n8ccl.js → editor-DS_Pp30R.js} +21621 -3778
  23. package/dist/super-editor/chunks/{toolbar-0L9P26Ib.js → toolbar-BrhEM0st.js} +2 -2
  24. package/dist/super-editor/converter.es.js +2 -2
  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/super-editor/src/components/toolbar/use-toolbar-item.d.ts +1 -1
  29. package/dist/super-editor/super-editor/src/core/Editor.d.ts +7 -1
  30. package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts +1 -1
  31. package/dist/super-editor/super-editor/src/core/commands/getSelectionMarks.d.ts +1 -0
  32. package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts +1 -1
  33. package/dist/super-editor/super-editor/src/core/commands/index.d.ts +2 -0
  34. package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts +3 -0
  35. package/dist/super-editor/super-editor/src/core/commands/setTextSelection.d.ts +4 -0
  36. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts +6 -0
  37. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts +1 -0
  38. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableImporter.d.ts +0 -16
  39. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/types/index.d.ts +1 -0
  40. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-structured-content.d.ts +2 -2
  41. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/index.d.ts +1 -0
  42. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/t-translator.d.ts +7 -0
  43. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/legacy-handle-table-cell-node.d.ts +1 -1
  44. package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts +2 -1
  45. package/dist/super-editor/super-editor/src/extensions/comment/comments-plugin.d.ts +2 -1
  46. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-block.d.ts +8 -6
  47. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content.d.ts +8 -1
  48. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentBlockTags.d.ts +11 -4
  49. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentInlineTags.d.ts +11 -4
  50. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTablesById.d.ts +8 -4
  51. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTags.d.ts +11 -4
  52. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTagsById.d.ts +12 -5
  53. package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts +7 -6
  54. package/dist/super-editor/super-editor/src/tests/helpers/helpers.d.ts +1 -1
  55. package/dist/super-editor/super-editor.es.js +31 -31
  56. package/dist/super-editor/toolbar.es.js +2 -2
  57. package/dist/super-editor.cjs +1 -1
  58. package/dist/super-editor.es.js +1 -1
  59. package/dist/superdoc.cjs +2 -2
  60. package/dist/superdoc.es.js +2 -2
  61. package/dist/superdoc.umd.js +37123 -19256
  62. package/dist/superdoc.umd.js.map +1 -1
  63. package/package.json +5 -8
  64. package/dist/chunks/uuid-CQzaMNgL.cjs +0 -36
  65. package/dist/chunks/uuid-DIIKH5Zc.es.js +0 -37

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.