@harbour-enterprises/superdoc 0.21.0-next.1 → 0.21.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 (31) hide show
  1. package/dist/chunks/{PdfViewer-0jdn-cVx.es.js → PdfViewer-D3zo7tPo.es.js} +1 -1
  2. package/dist/chunks/{PdfViewer-Bn3Lvd0m.cjs → PdfViewer-OZDJ7gwT.cjs} +1 -1
  3. package/dist/chunks/{index-C0XOj4vH.cjs → index-CfYf4T_z.cjs} +2 -2
  4. package/dist/chunks/{index-BiZcP3bK.es.js → index-MzW5BVNd.es.js} +2 -2
  5. package/dist/chunks/{super-editor.es-DQx0kzCl.es.js → super-editor.es-Bntob7Wd.es.js} +163 -101
  6. package/dist/chunks/{super-editor.es-BWdUsCXq.cjs → super-editor.es-U-GVCd_F.cjs} +163 -101
  7. package/dist/core/SuperDoc.d.ts +21 -569
  8. package/dist/core/SuperDoc.d.ts.map +1 -1
  9. package/dist/core/types/index.d.ts +396 -0
  10. package/dist/core/types/index.d.ts.map +1 -0
  11. package/dist/super-editor/ai-writer.es.js +2 -2
  12. package/dist/super-editor/chunks/{converter-DMpIH4c0.js → converter-3xnF_NHq.js} +13 -13
  13. package/dist/super-editor/chunks/{docx-zipper-CDrFfcVc.js → docx-zipper-CZdELYi-.js} +1 -1
  14. package/dist/super-editor/chunks/{editor-DrzPfOIy.js → editor-BqYH4kDD.js} +149 -87
  15. package/dist/super-editor/chunks/{toolbar-NxB-WhNb.js → toolbar-TkaE2kKM.js} +2 -2
  16. package/dist/super-editor/converter.es.js +1 -1
  17. package/dist/super-editor/docx-zipper.es.js +2 -2
  18. package/dist/super-editor/editor.es.js +3 -3
  19. package/dist/super-editor/file-zipper.es.js +1 -1
  20. package/dist/super-editor/src/extensions/comment/comment-import-helpers.d.ts +15 -0
  21. package/dist/super-editor/src/extensions/search/prosemirror-search-patched.d.ts +110 -0
  22. package/dist/super-editor/super-editor.es.js +6 -6
  23. package/dist/super-editor/toolbar.es.js +2 -2
  24. package/dist/super-editor.cjs +1 -1
  25. package/dist/super-editor.es.js +1 -1
  26. package/dist/superdoc.cjs +2 -2
  27. package/dist/superdoc.es.js +2 -2
  28. package/dist/superdoc.umd.js +163 -101
  29. package/dist/superdoc.umd.js.map +1 -1
  30. package/npm-deprecation-notice.cjs +1 -9
  31. package/package.json +1 -1
@@ -1,10 +1,2 @@
1
1
  #!/usr/bin/env node
2
- console.warn('
3
- ////////////////////////////////////////////////////////////////////////////////
4
- The package "@harbour-enterprises/superdoc" is now mirrored from "superdoc".
5
- Please update your dependencies to use the unscoped package name:
6
- npm uninstall @harbour-enterprises/superdoc
7
- npm install superdoc
8
- This scoped package will eventually stop receiving new features.
9
- ////////////////////////////////////////////////////////////////////////////////
10
- ');
2
+ console.warn("\n////////////////////////////////////////////////////////////////////////////////\nThe package \"@harbour-enterprises/superdoc\" is now mirrored from \"superdoc\".\nPlease update your dependencies to use the unscoped package name:\n npm uninstall @harbour-enterprises/superdoc\n npm install superdoc\nThis scoped package will eventually stop receiving new features.\n////////////////////////////////////////////////////////////////////////////////\n");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@harbour-enterprises/superdoc",
3
3
  "type": "module",
4
- "version": "0.21.0-next.1",
4
+ "version": "0.21.0-next.3",
5
5
  "license": "AGPL-3.0",
6
6
  "readme": "README.md",
7
7
  "files": [