superdoc 1.0.0-beta.16 → 1.0.0-beta.18

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-ODeuH1gb.es.js → PdfViewer-CDEQktlZ.es.js} +1 -1
  2. package/dist/chunks/{PdfViewer-93eWvs8z.cjs → PdfViewer-CZgU5VTe.cjs} +1 -1
  3. package/dist/chunks/{index-RquHXtgI.cjs → index-CBFc2Hsa.cjs} +8 -4
  4. package/dist/chunks/{index-DexFffM7-Cbdy0Zy6.es.js → index-DpnfmQSg--uFI4inB.es.js} +1 -1
  5. package/dist/chunks/{index-DexFffM7-XZD_g6eY.cjs → index-DpnfmQSg-D54nF5iO.cjs} +1 -1
  6. package/dist/chunks/{index-DW5_UKLM.es.js → index-yYYhcBhg.es.js} +8 -4
  7. package/dist/chunks/{super-editor.es-Dg5uoFkw.es.js → super-editor.es-BNkRY9J-.es.js} +2518 -1261
  8. package/dist/chunks/{super-editor.es-BLKWkx5G.cjs → super-editor.es-BfPsU6H-.cjs} +2517 -1260
  9. package/dist/packages/superdoc/src/components/CommentsLayer/use-comment.d.ts.map +1 -1
  10. package/dist/packages/superdoc/src/stores/comments-store.d.ts.map +1 -1
  11. package/dist/style.css +13 -13
  12. package/dist/super-editor/ai-writer.es.js +2 -2
  13. package/dist/super-editor/chunks/{converter-C_R_BK8X.js → converter-Cz21HA_9.js} +277 -48
  14. package/dist/super-editor/chunks/{docx-zipper-BvQAYmi1.js → docx-zipper-DiEfO4LE.js} +1 -1
  15. package/dist/super-editor/chunks/{editor-DFFvalb1.js → editor-DoxVe-iR.js} +2082 -1159
  16. package/dist/super-editor/chunks/{index-DexFffM7.js → index-DpnfmQSg.js} +1 -1
  17. package/dist/super-editor/chunks/{toolbar-DLPfegtw.js → toolbar-CKdQr5PG.js} +2 -2
  18. package/dist/super-editor/converter.es.js +1 -1
  19. package/dist/super-editor/docx-zipper.es.js +2 -2
  20. package/dist/super-editor/editor.es.js +3 -3
  21. package/dist/super-editor/file-zipper.es.js +1 -1
  22. package/dist/super-editor/style.css +13 -13
  23. package/dist/super-editor/super-editor.es.js +250 -80
  24. package/dist/super-editor/toolbar.es.js +2 -2
  25. package/dist/super-editor.cjs +3 -3
  26. package/dist/super-editor.es.js +1 -1
  27. package/dist/superdoc.cjs +2 -2
  28. package/dist/superdoc.es.js +2 -2
  29. package/dist/superdoc.umd.js +2516 -1255
  30. package/dist/superdoc.umd.js.map +1 -1
  31. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import "vue";
2
- import { T } from "./chunks/toolbar-DLPfegtw.js";
3
- import "./chunks/editor-DFFvalb1.js";
2
+ import { T } from "./chunks/toolbar-CKdQr5PG.js";
3
+ import "./chunks/editor-DoxVe-iR.js";
4
4
  export {
5
5
  T as default
6
6
  };
@@ -1,17 +1,17 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const superEditor_es = require("./chunks/super-editor.es-BLKWkx5G.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-BfPsU6H-.cjs");
4
4
  require("./chunks/vue-jWLMl8Ts.cjs");
5
5
  exports.AIWriter = superEditor_es.AIWriter;
6
6
  exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
7
- exports.BasicUpload = superEditor_es._sfc_main$6;
7
+ exports.BasicUpload = superEditor_es._sfc_main$7;
8
8
  exports.CommentsPluginKey = superEditor_es.CommentsPluginKey;
9
9
  exports.DocxZipper = superEditor_es.DocxZipper;
10
10
  exports.Editor = superEditor_es.Editor;
11
11
  exports.Extensions = superEditor_es.Extensions;
12
12
  exports.PresentationEditor = superEditor_es.PresentationEditor;
13
13
  exports.SectionHelpers = superEditor_es.SectionHelpers;
14
- exports.SlashMenu = superEditor_es._sfc_main$7;
14
+ exports.SlashMenu = superEditor_es._sfc_main$8;
15
15
  exports.SuperConverter = superEditor_es.SuperConverter;
16
16
  exports.SuperEditor = superEditor_es.SuperEditor;
17
17
  exports.SuperInput = superEditor_es.SuperInput;
@@ -1,4 +1,4 @@
1
- import { A, a, _, C, D, E, b, P, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-Dg5uoFkw.es.js";
1
+ import { A, a, _, C, D, E, b, P, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-BNkRY9J-.es.js";
2
2
  import "./chunks/vue-Dysv_7z5.es.js";
3
3
  export {
4
4
  A as AIWriter,
package/dist/superdoc.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const superEditor_es = require("./chunks/super-editor.es-BLKWkx5G.cjs");
4
- const superdoc = require("./chunks/index-RquHXtgI.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-BfPsU6H-.cjs");
4
+ const superdoc = require("./chunks/index-CBFc2Hsa.cjs");
5
5
  const blankDocx = require("./chunks/blank-docx-DfW3Eeh2.cjs");
6
6
  exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
7
7
  exports.Editor = superEditor_es.Editor;
@@ -1,5 +1,5 @@
1
- import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-Dg5uoFkw.es.js";
2
- import { D, H, P, S as S2, m, l } from "./chunks/index-DW5_UKLM.es.js";
1
+ import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-BNkRY9J-.es.js";
2
+ import { D, H, P, S as S2, m, l } from "./chunks/index-yYYhcBhg.es.js";
3
3
  import { B } from "./chunks/blank-docx-ABm6XYAA.es.js";
4
4
  export {
5
5
  a as AnnotatorHelpers,