@harbour-enterprises/superdoc 1.0.0-beta.97 → 1.0.0-beta.99

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 (28) hide show
  1. package/dist/chunks/{PdfViewer-YvkZg201.cjs → PdfViewer-BtuTHUW7.cjs} +1 -1
  2. package/dist/chunks/{PdfViewer-BHcBfUWj.es.js → PdfViewer-DF-v5Yrr.es.js} +1 -1
  3. package/dist/chunks/{index-Pvlqsxge-IH3eauKE.cjs → index-BB0msI45-CPU6Ak2R.cjs} +1 -1
  4. package/dist/chunks/{index-Pvlqsxge-vW641SZt.es.js → index-BB0msI45-DUPBw4Bh.es.js} +1 -1
  5. package/dist/chunks/{index-DZ_AI-HW.cjs → index-BBu9BBvp.cjs} +5 -14
  6. package/dist/chunks/{index-DeQfFbTb.es.js → index-CJy3FxL7.es.js} +5 -14
  7. package/dist/chunks/{super-editor.es-BinyZw4F.es.js → super-editor.es-BiaFIbw-.es.js} +242 -160
  8. package/dist/chunks/{super-editor.es-BP3PKkwh.cjs → super-editor.es-C04sFzVD.cjs} +242 -160
  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-BEVM5t3i.js → converter-B_cVJPnh.js} +1 -1
  12. package/dist/super-editor/chunks/{docx-zipper-vETk3IMG.js → docx-zipper-fPWx7kV0.js} +1 -1
  13. package/dist/super-editor/chunks/{editor-B8k1bwD_.js → editor-DS9z42Je.js} +243 -161
  14. package/dist/super-editor/chunks/{index-Pvlqsxge.js → index-BB0msI45.js} +1 -1
  15. package/dist/super-editor/chunks/{toolbar-j1GSUGWU.js → toolbar-aIFlIr6h.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 +246 -173
  27. package/dist/superdoc.umd.js.map +1 -1
  28. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -2411,20 +2411,20 @@ https://github.com/ProseMirror/prosemirror-tables/blob/master/demo/index.html
2411
2411
  /* pointer-events: none; */
2412
2412
  }
2413
2413
 
2414
- .measure-comment[data-v-eab6fbfa] {
2414
+ .measure-comment[data-v-6905dd07] {
2415
2415
  box-sizing: border-box;
2416
2416
  height: auto;
2417
2417
  }
2418
- .floating-comment[data-v-eab6fbfa] {
2418
+ .floating-comment[data-v-6905dd07] {
2419
2419
  position: absolute;
2420
2420
  display: block;
2421
2421
  }
2422
- .sidebar-container[data-v-eab6fbfa] {
2422
+ .sidebar-container[data-v-6905dd07] {
2423
2423
  position: absolute;
2424
2424
  width: 300px;
2425
2425
  min-height: 300px;
2426
2426
  }
2427
- .section-wrapper[data-v-eab6fbfa] {
2427
+ .section-wrapper[data-v-6905dd07] {
2428
2428
  position: relative;
2429
2429
  min-height: 100%;
2430
2430
  width: 300px;
@@ -2432,11 +2432,11 @@ https://github.com/ProseMirror/prosemirror-tables/blob/master/demo/index.html
2432
2432
  align-items: flex-start;
2433
2433
  justify-content: flex-start;
2434
2434
  }
2435
- .floating-comment[data-v-eab6fbfa] {
2435
+ .floating-comment[data-v-6905dd07] {
2436
2436
  position: absolute;
2437
2437
  min-width: 300px;
2438
2438
  }
2439
- .calculation-container[data-v-eab6fbfa] {
2439
+ .calculation-container[data-v-6905dd07] {
2440
2440
  visibility: hidden;
2441
2441
  position: fixed;
2442
2442
  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-BEVM5t3i.js";
3
- import { _ as _export_sfc } from "./chunks/editor-B8k1bwD_.js";
2
+ import { T as TextSelection } from "./chunks/converter-B_cVJPnh.js";
3
+ import { _ as _export_sfc } from "./chunks/editor-DS9z42Je.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 = {}) {
@@ -42721,7 +42721,7 @@ const _SuperConverter = class _SuperConverter {
42721
42721
  static getStoredSuperdocVersion(docx) {
42722
42722
  return _SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
42723
42723
  }
42724
- static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-beta.97") {
42724
+ static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-beta.99") {
42725
42725
  return _SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
42726
42726
  }
42727
42727
  /**
@@ -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-BEVM5t3i.js";
1
+ import { p as process$1, aJ as commonjsGlobal, B as Buffer, aK as getDefaultExportFromCjs, aL as getContentTypesFromXml, aM as xmljs } from "./converter-B_cVJPnh.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
  }