@harbour-enterprises/superdoc 1.0.0-next.3 → 1.0.0-next.5

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 (54) hide show
  1. package/dist/chunks/{PdfViewer-PUn0q_lG.es.js → PdfViewer-BQ7d08ku.es.js} +1 -1
  2. package/dist/chunks/{PdfViewer-cVGt7Ne7.cjs → PdfViewer-D8FKTxiO.cjs} +1 -1
  3. package/dist/chunks/{index-Djmhr-R6.cjs → index-BOkSE8Li.cjs} +6 -5
  4. package/dist/chunks/{index-DLO-SgUP-BNtYQDPq.cjs → index-BUoOdDUj-CF4U3xYL.cjs} +1 -1
  5. package/dist/chunks/{index-DLO-SgUP-c73otQJ5.es.js → index-BUoOdDUj-CLmpIPsb.es.js} +1 -1
  6. package/dist/chunks/{index-mHanL4xN.es.js → index-D3wrs960.es.js} +6 -5
  7. package/dist/chunks/{super-editor.es-Cve8WKfM.cjs → super-editor.es-Bj_Ga0sp.cjs} +417 -117
  8. package/dist/chunks/{super-editor.es-S9Kp_7dy.es.js → super-editor.es-vynpc_1U.es.js} +417 -117
  9. package/dist/style.css +6 -6
  10. package/dist/super-editor/ai-writer.es.js +2 -2
  11. package/dist/super-editor/chunks/{converter-ByybZRFp.js → converter-D6Kvbivo.js} +1 -1
  12. package/dist/super-editor/chunks/{docx-zipper-CFQANTLI.js → docx-zipper-DAS45uKP.js} +1 -1
  13. package/dist/super-editor/chunks/{editor-Cu4hD14N.js → editor-BMEPaiVS.js} +418 -118
  14. package/dist/super-editor/chunks/{index-DLO-SgUP.js → index-BUoOdDUj.js} +1 -1
  15. package/dist/super-editor/chunks/{toolbar-5MMla0sj.js → toolbar-CUWKY5Cx.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/super-editor.es.js +6 -6
  21. package/dist/super-editor/toolbar.es.js +2 -2
  22. package/dist/super-editor.cjs +1 -1
  23. package/dist/super-editor.es.js +1 -1
  24. package/dist/superdoc.cjs +2 -2
  25. package/dist/superdoc.es.js +2 -2
  26. package/dist/superdoc.umd.js +422 -121
  27. package/dist/superdoc.umd.js.map +1 -1
  28. package/package.json +1 -1
  29. package/dist/images/altText_add.svg +0 -3
  30. package/dist/images/altText_disclaimer.svg +0 -3
  31. package/dist/images/altText_done.svg +0 -3
  32. package/dist/images/altText_spinner.svg +0 -30
  33. package/dist/images/altText_warning.svg +0 -3
  34. package/dist/images/annotation-check.svg +0 -11
  35. package/dist/images/annotation-comment.svg +0 -16
  36. package/dist/images/annotation-help.svg +0 -26
  37. package/dist/images/annotation-insert.svg +0 -10
  38. package/dist/images/annotation-key.svg +0 -11
  39. package/dist/images/annotation-newparagraph.svg +0 -11
  40. package/dist/images/annotation-noicon.svg +0 -7
  41. package/dist/images/annotation-note.svg +0 -42
  42. package/dist/images/annotation-paperclip.svg +0 -6
  43. package/dist/images/annotation-paragraph.svg +0 -16
  44. package/dist/images/annotation-pushpin.svg +0 -7
  45. package/dist/images/cursor-editorFreeHighlight.svg +0 -6
  46. package/dist/images/cursor-editorFreeText.svg +0 -3
  47. package/dist/images/cursor-editorInk.svg +0 -4
  48. package/dist/images/cursor-editorTextHighlight.svg +0 -8
  49. package/dist/images/editor-toolbar-delete.svg +0 -5
  50. package/dist/images/loading-icon.gif +0 -0
  51. package/dist/images/messageBar_closingButton.svg +0 -3
  52. package/dist/images/messageBar_warning.svg +0 -3
  53. package/dist/images/toolbarButton-editorHighlight.svg +0 -6
  54. package/dist/images/toolbarButton-menuArrow.svg +0 -3
package/dist/style.css CHANGED
@@ -2413,20 +2413,20 @@ https://github.com/ProseMirror/prosemirror-tables/blob/master/demo/index.html
2413
2413
  /* pointer-events: none; */
2414
2414
  }
2415
2415
 
2416
- .measure-comment[data-v-6905dd07] {
2416
+ .measure-comment[data-v-1402ce8c] {
2417
2417
  box-sizing: border-box;
2418
2418
  height: auto;
2419
2419
  }
2420
- .floating-comment[data-v-6905dd07] {
2420
+ .floating-comment[data-v-1402ce8c] {
2421
2421
  position: absolute;
2422
2422
  display: block;
2423
2423
  }
2424
- .sidebar-container[data-v-6905dd07] {
2424
+ .sidebar-container[data-v-1402ce8c] {
2425
2425
  position: absolute;
2426
2426
  width: 300px;
2427
2427
  min-height: 300px;
2428
2428
  }
2429
- .section-wrapper[data-v-6905dd07] {
2429
+ .section-wrapper[data-v-1402ce8c] {
2430
2430
  position: relative;
2431
2431
  min-height: 100%;
2432
2432
  width: 300px;
@@ -2434,11 +2434,11 @@ https://github.com/ProseMirror/prosemirror-tables/blob/master/demo/index.html
2434
2434
  align-items: flex-start;
2435
2435
  justify-content: flex-start;
2436
2436
  }
2437
- .floating-comment[data-v-6905dd07] {
2437
+ .floating-comment[data-v-1402ce8c] {
2438
2438
  position: absolute;
2439
2439
  min-width: 300px;
2440
2440
  }
2441
- .calculation-container[data-v-6905dd07] {
2441
+ .calculation-container[data-v-1402ce8c] {
2442
2442
  visibility: hidden;
2443
2443
  position: fixed;
2444
2444
  left: -9999px;
@@ -1,6 +1,6 @@
1
1
  import { ref, onMounted, onUnmounted, computed, createElementBlock, openBlock, withModifiers, createElementVNode, withDirectives, unref, vModelText, createCommentVNode, nextTick } from "vue";
2
- import { T as TextSelection } from "./chunks/converter-ByybZRFp.js";
3
- import { _ as _export_sfc } from "./chunks/editor-Cu4hD14N.js";
2
+ import { T as TextSelection } from "./chunks/converter-D6Kvbivo.js";
3
+ import { _ as _export_sfc } from "./chunks/editor-BMEPaiVS.js";
4
4
  const DEFAULT_API_ENDPOINT = "https://sd-dev-express-gateway-i6xtm.ondigitalocean.app/insights";
5
5
  const SYSTEM_PROMPT = "You are an expert copywriter and you are immersed in a document editor. You are to provide document related text responses based on the user prompts. Only write what is asked for. Do not provide explanations. Try to keep placeholders as short as possible. Do not output your prompt. Your instructions are: ";
6
6
  async function baseInsightsFetch(payload, options = {}) {
@@ -42727,7 +42727,7 @@ const _SuperConverter = class _SuperConverter {
42727
42727
  static getStoredSuperdocVersion(docx) {
42728
42728
  return _SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
42729
42729
  }
42730
- static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-next.3") {
42730
+ static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-next.5") {
42731
42731
  return _SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
42732
42732
  }
42733
42733
  /**
@@ -1,4 +1,4 @@
1
- import { p as process$1, aJ as commonjsGlobal, B as Buffer, aK as getDefaultExportFromCjs, aL as getContentTypesFromXml, aM as xmljs } from "./converter-ByybZRFp.js";
1
+ import { p as process$1, aJ as commonjsGlobal, B as Buffer, aK as getDefaultExportFromCjs, aL as getContentTypesFromXml, aM as xmljs } from "./converter-D6Kvbivo.js";
2
2
  function commonjsRequire(path) {
3
3
  throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
4
4
  }