@harbour-enterprises/superdoc 1.0.0-beta.5 → 1.0.0-beta.7

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 (30) hide show
  1. package/dist/chunks/{PdfViewer-B2yJpudB.cjs → PdfViewer-T4fTm1XF.cjs} +1 -1
  2. package/dist/chunks/{PdfViewer-Ebg4DPUi.es.js → PdfViewer-hAYAlKzI.es.js} +1 -1
  3. package/dist/chunks/{index-DcKcwu3F.cjs → index-CYQjWGo5.cjs} +3 -3
  4. package/dist/chunks/{index-6_t69RiQ.es.js → index-DGYP5Xod.es.js} +3 -3
  5. package/dist/chunks/{index-D653XgvV-B-4_BIjA.es.js → index-DV613LhK-BY095UD2.es.js} +1 -1
  6. package/dist/chunks/{index-D653XgvV-BN--CbY4.cjs → index-DV613LhK-CqFLIBmd.cjs} +1 -1
  7. package/dist/chunks/{super-editor.es-0TS__OEc.es.js → super-editor.es-CcaD69pQ.es.js} +533 -217
  8. package/dist/chunks/{super-editor.es-Bt9VCC9D.cjs → super-editor.es-DmhQckCV.cjs} +533 -217
  9. package/dist/packages/superdoc/src/core/SuperDoc.d.ts.map +1 -1
  10. package/dist/style.css +9 -9
  11. package/dist/super-editor/ai-writer.es.js +2 -2
  12. package/dist/super-editor/chunks/{converter-BiUZIOjP.js → converter-BM6gXTRC.js} +1 -1
  13. package/dist/super-editor/chunks/{docx-zipper-Dz6dcXS4.js → docx-zipper-fwXPJGKu.js} +1 -1
  14. package/dist/super-editor/chunks/{editor-BtePjrrv.js → editor-RPTrfArg.js} +577 -206
  15. package/dist/super-editor/chunks/{index-D653XgvV.js → index-DV613LhK.js} +1 -1
  16. package/dist/super-editor/chunks/{toolbar-D6JNBgna.js → toolbar-DacKXz_n.js} +5 -4
  17. package/dist/super-editor/converter.es.js +1 -1
  18. package/dist/super-editor/docx-zipper.es.js +2 -2
  19. package/dist/super-editor/editor.es.js +3 -3
  20. package/dist/super-editor/file-zipper.es.js +1 -1
  21. package/dist/super-editor/style.css +9 -9
  22. package/dist/super-editor/super-editor.es.js +22 -16
  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 +535 -219
  29. package/dist/superdoc.umd.js.map +1 -1
  30. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { aJ as getDefaultExportFromCjs } from "./converter-BiUZIOjP.js";
1
+ import { aJ as getDefaultExportFromCjs } from "./converter-BM6gXTRC.js";
2
2
  import { V as VFile } from "./index-CvBqQJbG.js";
3
3
  function bail(error) {
4
4
  if (error) {
@@ -1,6 +1,6 @@
1
1
  import { computed, createElementBlock, openBlock, createElementVNode, createCommentVNode, normalizeClass, normalizeStyle, ref, withKeys, unref, withModifiers, createBlock, toDisplayString, withDirectives, vModelText, nextTick, getCurrentInstance, createVNode, readonly, watch, onMounted, onBeforeUnmount, reactive, onBeforeMount, inject, onActivated, onDeactivated, createTextVNode, Fragment, Comment, defineComponent, provide, h, Teleport, toRef, renderSlot, isVNode, shallowRef, watchEffect, mergeProps, Transition, vShow, cloneVNode, Text, renderList, withCtx } from "vue";
2
- import { p as process$1 } from "./converter-BiUZIOjP.js";
3
- import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-BtePjrrv.js";
2
+ import { p as process$1 } from "./converter-BM6gXTRC.js";
3
+ import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-RPTrfArg.js";
4
4
  const sanitizeNumber = (value, defaultNumber) => {
5
5
  let sanitized = value.replace(/[^0-9.]/g, "");
6
6
  sanitized = parseFloat(sanitized);
@@ -10123,7 +10123,8 @@ const _sfc_main = {
10123
10123
  class: "superdoc-toolbar",
10124
10124
  key: unref(toolbarKey),
10125
10125
  role: "toolbar",
10126
- "aria-label": "Toolbar"
10126
+ "aria-label": "Toolbar",
10127
+ "data-editor-ui-surface": ""
10127
10128
  }, [
10128
10129
  unref(showLeftSide) ? (openBlock(), createBlock(ButtonGroup, {
10129
10130
  key: 0,
@@ -10155,7 +10156,7 @@ const _sfc_main = {
10155
10156
  };
10156
10157
  }
10157
10158
  };
10158
- const Toolbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-639f50b4"]]);
10159
+ const Toolbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3f5ec271"]]);
10159
10160
  export {
10160
10161
  NSkeleton as N,
10161
10162
  Toolbar as T,
@@ -1,4 +1,4 @@
1
- import { ac } from "./chunks/converter-BiUZIOjP.js";
1
+ import { ac } from "./chunks/converter-BM6gXTRC.js";
2
2
  export {
3
3
  ac as SuperConverter
4
4
  };
@@ -1,5 +1,5 @@
1
- import "./chunks/converter-BiUZIOjP.js";
2
- import { D } from "./chunks/docx-zipper-Dz6dcXS4.js";
1
+ import "./chunks/converter-BM6gXTRC.js";
2
+ import { D } from "./chunks/docx-zipper-fwXPJGKu.js";
3
3
  export {
4
4
  D as default
5
5
  };
@@ -1,6 +1,6 @@
1
- import { E } from "./chunks/editor-BtePjrrv.js";
2
- import "./chunks/converter-BiUZIOjP.js";
3
- import "./chunks/docx-zipper-Dz6dcXS4.js";
1
+ import { E } from "./chunks/editor-RPTrfArg.js";
2
+ import "./chunks/converter-BM6gXTRC.js";
3
+ import "./chunks/docx-zipper-fwXPJGKu.js";
4
4
  export {
5
5
  E as Editor
6
6
  };
@@ -1,4 +1,4 @@
1
- import { J as JSZip } from "./chunks/docx-zipper-Dz6dcXS4.js";
1
+ import { J as JSZip } from "./chunks/docx-zipper-fwXPJGKu.js";
2
2
  async function createZip(blobs, fileNames) {
3
3
  const zip = new JSZip();
4
4
  blobs.forEach((blob, index) => {
@@ -286,7 +286,7 @@
286
286
  display: flex;
287
287
  }
288
288
 
289
- .superdoc-toolbar[data-v-639f50b4] {
289
+ .superdoc-toolbar[data-v-3f5ec271] {
290
290
  display: flex;
291
291
  width: 100%;
292
292
  justify-content: space-between;
@@ -294,12 +294,12 @@
294
294
  box-sizing: border-box;
295
295
  }
296
296
  @media (max-width: 1280px) {
297
- .superdoc-toolbar-group-side[data-v-639f50b4] {
297
+ .superdoc-toolbar-group-side[data-v-3f5ec271] {
298
298
  min-width: auto !important;
299
299
  }
300
300
  }
301
301
  @media (max-width: 768px) {
302
- .superdoc-toolbar[data-v-639f50b4] {
302
+ .superdoc-toolbar[data-v-3f5ec271] {
303
303
  padding: 4px 10px;
304
304
  justify-content: inherit;
305
305
  }
@@ -1308,13 +1308,13 @@ https://github.com/ProseMirror/prosemirror-tables/blob/master/demo/index.html
1308
1308
  color: #666;
1309
1309
  }
1310
1310
 
1311
- .style-name[data-v-b53508a8] {
1311
+ .style-name[data-v-ecb78965] {
1312
1312
  padding: 16px 10px;
1313
1313
  }
1314
- .style-name[data-v-b53508a8]:hover {
1314
+ .style-name[data-v-ecb78965]:hover {
1315
1315
  background-color: #c8d0d8;
1316
1316
  }
1317
- .linked-style-buttons[data-v-b53508a8] {
1317
+ .linked-style-buttons[data-v-ecb78965] {
1318
1318
  display: flex;
1319
1319
  flex-direction: column;
1320
1320
  width: 100%;
@@ -1325,7 +1325,7 @@ https://github.com/ProseMirror/prosemirror-tables/blob/master/demo/index.html
1325
1325
  margin: 0;
1326
1326
  overflow: auto;
1327
1327
  }
1328
- .button-icon[data-v-b53508a8] {
1328
+ .button-icon[data-v-ecb78965] {
1329
1329
  cursor: pointer;
1330
1330
  padding: 5px;
1331
1331
  font-size: 16px;
@@ -1337,10 +1337,10 @@ https://github.com/ProseMirror/prosemirror-tables/blob/master/demo/index.html
1337
1337
  align-items: center;
1338
1338
  box-sizing: border-box;
1339
1339
  }
1340
- .button-icon[data-v-b53508a8]:hover {
1340
+ .button-icon[data-v-ecb78965]:hover {
1341
1341
  background-color: #d8dee5;
1342
1342
  }
1343
- .button-icon[data-v-b53508a8] svg {
1343
+ .button-icon[data-v-ecb78965] svg {
1344
1344
  width: 100%;
1345
1345
  height: 100%;
1346
1346
  display: block;
@@ -9,14 +9,14 @@ var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read fr
9
9
  var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
10
10
  var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
11
11
  var _MARK_TOGGLE_NAMES, _SuperToolbar_instances, initToolbarGroups_fn, _interceptedCommands, makeToolbarItems_fn, initDefaultFonts_fn, updateHighlightColors_fn, deactivateAll_fn, updateToolbarHistory_fn, enrichTrackedChanges_fn, runCommandWithArgumentOnly_fn, syncStickyMarksFromState_fn, restoreStickyMarksIfNeeded_fn, ensureStoredMarksForMarkToggle_fn;
12
- import { aJ as getDefaultExportFromCjs, a0 as v4, T as TextSelection$1, v as getMarkRange, aM as vClickOutside, aN as getActiveFormatting, aC as isInTable, U as findParentNode, aq as calculateResolvedParagraphProperties, a7 as twipsToLines, V as isList, al as parseSizeUnit, a8 as pixelsToTwips, aO as getFileObject, aP as translator, aQ as translator$1, aR as translator$2, aS as translator$3, aT as translator$4, aU as translator$5, aV as translator$6, aW as translator$7, aX as translator$8, aY as translator$9, aZ as translator$a, a_ as translator$b, a$ as translator$c, b0 as translator$d, b1 as translator$e, b2 as commentRangeEndTranslator, b3 as commentRangeStartTranslator, b4 as translator$f, b5 as translator$g, b6 as translator$h, b7 as translator$i, b8 as translator$j, b9 as translator$k, ba as translator$l, bb as translator$m, bc as translator$n, bd as translator$o, be as translator$p, bf as translator$q, bg as translator$r, bh as translator$s, bi as translator$t, bj as translator$u, bk as translator$v, bl as translator$w, bm as translator$x, bn as translator$y, bo as translator$z, bp as translator$A, bq as translator$B, br as translator$C, bs as translator$D, bt as translator$E, bu as translator$F, bv as translator$G, bw as translator$H, bx as translator$I, by as translator$J, bz as translator$K, bA as translator$L, bB as translator$M, bC as translator$N, bD as translator$O, bE as translator$P, bF as translator$Q, bG as translator$R, bH as translator$S, bI as translator$T, bJ as translator$U, bK as translator$V, bL as translator$W, bM as translator$X, bN as translator$Y, bO as translator$Z, bP as translator$_, bQ as translator$$, bR as translator$10, bS as translator$11, bT as translator$12, bU as translator$13, bV as translator$14, bW as translator$15, bX as translator$16, bY as translator$17, bZ as translator$18, b_ as translator$19, b$ as translator$1a, c0 as translator$1b, c1 as translator$1c, c2 as translator$1d, c3 as translator$1e, c4 as translator$1f, c5 as translator$1g, c6 as translator$1h, c7 as translator$1i, c8 as translator$1j, P as PluginKey, a as Plugin } from "./chunks/converter-BiUZIOjP.js";
13
- import { ac, i, a9 } from "./chunks/converter-BiUZIOjP.js";
14
- import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, d as checkAndProcessImage, r as replaceSelectionWithImagePlaceholder, e as uploadAndInsertImage, f as collectTrackedChanges, i as isTrackedChangeActionAllowed, y as yUndoPluginKey, h as undoDepth, j as redoDepth, k as getEditorSurfaceElement, l as collectTrackedChangesForContext, s as shouldBypassContextMenu, S as SlashMenuPluginKey, m as measureCache, n as isHeadless, E as Editor, o as getStarterExtensions, P as PresentationEditor, p as Placeholder, q as getRichTextExtensions, D as DecorationSet, t as Decoration, M as Mark, v as Extension, A as Attribute, N as Node } from "./chunks/editor-BtePjrrv.js";
15
- import { z, F, B, T, w, C, x } from "./chunks/editor-BtePjrrv.js";
12
+ import { aJ as getDefaultExportFromCjs, a0 as v4, T as TextSelection$1, v as getMarkRange, aM as vClickOutside, aN as getActiveFormatting, aC as isInTable, U as findParentNode, aq as calculateResolvedParagraphProperties, a7 as twipsToLines, V as isList, al as parseSizeUnit, a8 as pixelsToTwips, aO as getFileObject, aP as translator, aQ as translator$1, aR as translator$2, aS as translator$3, aT as translator$4, aU as translator$5, aV as translator$6, aW as translator$7, aX as translator$8, aY as translator$9, aZ as translator$a, a_ as translator$b, a$ as translator$c, b0 as translator$d, b1 as translator$e, b2 as commentRangeEndTranslator, b3 as commentRangeStartTranslator, b4 as translator$f, b5 as translator$g, b6 as translator$h, b7 as translator$i, b8 as translator$j, b9 as translator$k, ba as translator$l, bb as translator$m, bc as translator$n, bd as translator$o, be as translator$p, bf as translator$q, bg as translator$r, bh as translator$s, bi as translator$t, bj as translator$u, bk as translator$v, bl as translator$w, bm as translator$x, bn as translator$y, bo as translator$z, bp as translator$A, bq as translator$B, br as translator$C, bs as translator$D, bt as translator$E, bu as translator$F, bv as translator$G, bw as translator$H, bx as translator$I, by as translator$J, bz as translator$K, bA as translator$L, bB as translator$M, bC as translator$N, bD as translator$O, bE as translator$P, bF as translator$Q, bG as translator$R, bH as translator$S, bI as translator$T, bJ as translator$U, bK as translator$V, bL as translator$W, bM as translator$X, bN as translator$Y, bO as translator$Z, bP as translator$_, bQ as translator$$, bR as translator$10, bS as translator$11, bT as translator$12, bU as translator$13, bV as translator$14, bW as translator$15, bX as translator$16, bY as translator$17, bZ as translator$18, b_ as translator$19, b$ as translator$1a, c0 as translator$1b, c1 as translator$1c, c2 as translator$1d, c3 as translator$1e, c4 as translator$1f, c5 as translator$1g, c6 as translator$1h, c7 as translator$1i, c8 as translator$1j, P as PluginKey, a as Plugin } from "./chunks/converter-BM6gXTRC.js";
13
+ import { ac, i, a9 } from "./chunks/converter-BM6gXTRC.js";
14
+ import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, d as checkAndProcessImage, r as replaceSelectionWithImagePlaceholder, e as uploadAndInsertImage, f as collectTrackedChanges, i as isTrackedChangeActionAllowed, y as yUndoPluginKey, h as undoDepth, j as redoDepth, k as getEditorSurfaceElement, l as collectTrackedChangesForContext, s as shouldBypassContextMenu, S as SlashMenuPluginKey, m as measureCache, n as isHeadless, E as Editor, o as getStarterExtensions, P as PresentationEditor, p as Placeholder, q as getRichTextExtensions, D as DecorationSet, t as Decoration, M as Mark, v as Extension, A as Attribute, N as Node } from "./chunks/editor-RPTrfArg.js";
15
+ import { z, F, B, T, w, C, x } from "./chunks/editor-RPTrfArg.js";
16
16
  import { ref, onMounted, createElementBlock, openBlock, normalizeClass, unref, Fragment, renderList, createElementVNode, withModifiers, toDisplayString, createCommentVNode, normalizeStyle, computed, watch, withDirectives, withKeys, vModelText, createTextVNode, createVNode, h, createApp, markRaw, nextTick, onBeforeUnmount, defineComponent, reactive, onUnmounted, renderSlot, shallowRef, createBlock, withCtx, resolveDynamicComponent, normalizeProps, guardReactiveProps } from "vue";
17
- import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, p as plusIconSvg, a as trashIconSvg, b as borderNoneIconSvg, c as arrowsToDotIconSvg, d as arrowsLeftRightIconSvg, w as wrenchIconSvg, m as magicWandIcon, e as checkIconSvg$1, x as xMarkIconSvg, l as linkIconSvg, f as tableIconSvg, g as scissorsIconSvg, h as copyIconSvg, i as pasteIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-D6JNBgna.js";
17
+ import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, p as plusIconSvg, a as trashIconSvg, b as borderNoneIconSvg, c as arrowsToDotIconSvg, d as arrowsLeftRightIconSvg, w as wrenchIconSvg, m as magicWandIcon, e as checkIconSvg$1, x as xMarkIconSvg, l as linkIconSvg, f as tableIconSvg, g as scissorsIconSvg, h as copyIconSvg, i as pasteIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-DacKXz_n.js";
18
18
  import AIWriter from "./ai-writer.es.js";
19
- import { D } from "./chunks/docx-zipper-Dz6dcXS4.js";
19
+ import { D } from "./chunks/docx-zipper-fwXPJGKu.js";
20
20
  import { createZip } from "./file-zipper.es.js";
21
21
  var eventemitter3 = { exports: {} };
22
22
  var hasRequiredEventemitter3;
@@ -493,7 +493,8 @@ const _sfc_main$e = {
493
493
  const DocumentMode = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-8730b752"]]);
494
494
  const _hoisted_1$c = {
495
495
  key: 0,
496
- class: "linked-style-buttons"
496
+ class: "linked-style-buttons",
497
+ "data-editor-ui-surface": ""
497
498
  };
498
499
  const _hoisted_2$8 = ["onClick", "onKeydown", "aria-label"];
499
500
  const _sfc_main$d = {
@@ -572,7 +573,7 @@ const _sfc_main$d = {
572
573
  };
573
574
  }
574
575
  };
575
- const LinkedStyle = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-b53508a8"]]);
576
+ const LinkedStyle = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-ecb78965"]]);
576
577
  const _hoisted_1$b = {
577
578
  key: 0,
578
579
  class: "link-title"
@@ -3286,14 +3287,19 @@ deactivateAll_fn = function() {
3286
3287
  * @returns {void}
3287
3288
  */
3288
3289
  updateToolbarHistory_fn = function() {
3289
- if (!this.activeEditor) return;
3290
- if (this.activeEditor.options.ydoc) {
3291
- const undoManager = yUndoPluginKey.getState(this.activeEditor.state)?.undoManager;
3292
- this.undoDepth = undoManager?.undoStack.length || 0;
3293
- this.redoDepth = undoManager?.redoStack.length || 0;
3294
- } else {
3295
- this.undoDepth = undoDepth(this.activeEditor.state);
3296
- this.redoDepth = redoDepth(this.activeEditor.state);
3290
+ if (!this.activeEditor?.state) return;
3291
+ try {
3292
+ if (this.activeEditor.options.ydoc) {
3293
+ const undoManager = yUndoPluginKey.getState(this.activeEditor.state)?.undoManager;
3294
+ this.undoDepth = undoManager?.undoStack.length || 0;
3295
+ this.redoDepth = undoManager?.redoStack.length || 0;
3296
+ } else {
3297
+ this.undoDepth = undoDepth(this.activeEditor.state);
3298
+ this.redoDepth = redoDepth(this.activeEditor.state);
3299
+ }
3300
+ } catch {
3301
+ this.undoDepth = 0;
3302
+ this.redoDepth = 0;
3297
3303
  }
3298
3304
  };
3299
3305
  enrichTrackedChanges_fn = function(trackedChanges = []) {
@@ -1,6 +1,6 @@
1
1
  import "vue";
2
- import { T } from "./chunks/toolbar-D6JNBgna.js";
3
- import "./chunks/editor-BtePjrrv.js";
2
+ import { T } from "./chunks/toolbar-DacKXz_n.js";
3
+ import "./chunks/editor-RPTrfArg.js";
4
4
  export {
5
5
  T as default
6
6
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const superEditor_es = require("./chunks/super-editor.es-Bt9VCC9D.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-DmhQckCV.cjs");
4
4
  require("./chunks/vue-ARQSyfaw.cjs");
5
5
  exports.AIWriter = superEditor_es.AIWriter;
6
6
  exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
@@ -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-0TS__OEc.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-CcaD69pQ.es.js";
2
2
  import "./chunks/vue-CztqUvm1.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-Bt9VCC9D.cjs");
4
- const superdoc = require("./chunks/index-DcKcwu3F.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-DmhQckCV.cjs");
4
+ const superdoc = require("./chunks/index-CYQjWGo5.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-0TS__OEc.es.js";
2
- import { D, H, P, S as S2, m, l } from "./chunks/index-6_t69RiQ.es.js";
1
+ import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-CcaD69pQ.es.js";
2
+ import { D, H, P, S as S2, m, l } from "./chunks/index-DGYP5Xod.es.js";
3
3
  import { B } from "./chunks/blank-docx-ABm6XYAA.es.js";
4
4
  export {
5
5
  a as AnnotatorHelpers,