@harbour-enterprises/superdoc 1.0.0-beta.98 → 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-D1Ot32kX.cjs → PdfViewer-BtuTHUW7.cjs} +1 -1
  2. package/dist/chunks/{PdfViewer-1_KffD-j.es.js → PdfViewer-DF-v5Yrr.es.js} +1 -1
  3. package/dist/chunks/{index-Dg_sTYZK-DYDzxoXL.cjs → index-BB0msI45-CPU6Ak2R.cjs} +1 -1
  4. package/dist/chunks/{index-Dg_sTYZK-D20z8mus.es.js → index-BB0msI45-DUPBw4Bh.es.js} +1 -1
  5. package/dist/chunks/{index-CUO7gEi8.cjs → index-BBu9BBvp.cjs} +5 -14
  6. package/dist/chunks/{index-CP2_WwLA.es.js → index-CJy3FxL7.es.js} +5 -14
  7. package/dist/chunks/{super-editor.es-3dJOUw65.es.js → super-editor.es-BiaFIbw-.es.js} +133 -13
  8. package/dist/chunks/{super-editor.es-DN_dgBH0.cjs → super-editor.es-C04sFzVD.cjs} +133 -13
  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-Oj-eTB79.js → converter-B_cVJPnh.js} +1 -1
  12. package/dist/super-editor/chunks/{docx-zipper-Dl188zQ3.js → docx-zipper-fPWx7kV0.js} +1 -1
  13. package/dist/super-editor/chunks/{editor-DBXoaaWP.js → editor-DS9z42Je.js} +134 -14
  14. package/dist/super-editor/chunks/{index-Dg_sTYZK.js → index-BB0msI45.js} +1 -1
  15. package/dist/super-editor/chunks/{toolbar-PlGGj0Ew.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 +137 -26
  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-Oj-eTB79.js";
3
- import { _ as _export_sfc } from "./chunks/editor-DBXoaaWP.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.98") {
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-Oj-eTB79.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
  }
@@ -12,8 +12,8 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
12
12
  var _Attribute_static, getGlobalAttributes_fn, getNodeAndMarksAttributes_fn, _Schema_static, createNodesSchema_fn, createMarksSchema_fn, _events, _ExtensionService_instances, setupExtensions_fn, attachEditorEvents_fn, _editor, _stateValidators, _xmlValidators, _requiredNodeTypes, _requiredMarkTypes, _SuperValidator_instances, initializeValidators_fn, collectValidatorRequirements_fn, analyzeDocument_fn, dispatchWithFallback_fn, _commandService, _Editor_instances, initContainerElement_fn, init_fn, initRichText_fn, onFocus_fn, checkHeadless_fn, registerCopyHandler_fn, insertNewFileData_fn, getPluginKeyName_fn, createExtensionService_fn, createCommandService_fn, createConverter_fn, initMedia_fn, initFonts_fn, checkFonts_fn, determineUnsupportedFonts_fn, createSchema_fn, generatePmData_fn, createView_fn, onCollaborationReady_fn, initComments_fn, dispatchTransaction_fn, handleNodeSelection_fn, prepareDocumentForImport_fn, prepareDocumentForExport_fn, endCollaboration_fn, validateDocumentInit_fn, validateDocumentExport_fn, initDevTools_fn, _map, _editor2, _descriptors, _collections, _editorEntries, _maxCachedEditors, _editorAccessOrder, _pendingCreations, _cacheHits, _cacheMisses, _evictions, _HeaderFooterEditorManager_instances, hasConverter_fn, extractCollections_fn, collectDescriptors_fn, teardownMissingEditors_fn, teardownEditors_fn, createEditor_fn, createEditorContainer_fn, registerConverterEditor_fn, unregisterConverterEditor_fn, updateAccessOrder_fn, enforceCacheSizeLimit_fn, _manager, _mediaFiles, _blockCache, _HeaderFooterLayoutAdapter_instances, getBlocks_fn, getConverterContext_fn, _selectionOverlay, _activeEditorHost, _activeDecorationContainer, _activeRegion, _borderLine, _dimmingOverlay, _EditorOverlayManager_instances, findDecorationContainer_fn, ensureEditorHost_fn, positionEditorHost_fn, hideDimmingOverlay_fn, showHeaderFooterBorder_fn, hideHeaderFooterBorder_fn, _instances, _options, _editor3, _visibleHost, _viewportHost, _painterHost, _selectionOverlay2, _hiddenHost, _layoutOptions, _layoutState, _domPainter, _dragHandlerCleanup, _layoutError, _layoutErrorState, _errorBanner, _errorBannerMessage, _telemetryEmitter, _renderScheduled, _pendingDocChange, _isRerendering, _selectionUpdateScheduled, _remoteCursorUpdateScheduled, _rafHandle, _editorListeners, _sectionMetadata, _documentMode, _inputBridge, _trackedChangesMode, _trackedChangesEnabled, _trackedChangesOverrides, _headerFooterManager, _headerFooterAdapter, _headerFooterIdentifier, _multiSectionIdentifier, _headerLayoutResults, _footerLayoutResults, _headerLayoutsByRId, _footerLayoutsByRId, _headerDecorationProvider, _footerDecorationProvider, _headerFooterManagerCleanups, _headerRegions, _footerRegions, _session, _activeHeaderFooterEditor, _overlayManager, _hoverOverlay, _hoverTooltip, _modeBanner, _ariaLiveRegion, _hoverRegion, _clickCount, _lastClickTime, _lastClickPosition, _lastSelectedImageBlockId, _dragAnchor, _isDragging, _dragExtensionMode, _cellAnchor, _cellDragMode, _remoteCursorState, _remoteCursorElements, _remoteCursorDirty, _remoteCursorOverlay, _localSelectionLayer, _awarenessCleanup, _scrollCleanup, _scrollTimeout, _lastRemoteCursorRenderTime, _remoteCursorThrottleTimeout, _PresentationEditor_instances, collectCommentPositions_fn, aggregateLayoutBounds_fn, safeCleanup_fn, setupEditorListeners_fn, setupCollaborationCursors_fn, updateLocalAwarenessCursor_fn, normalizeAwarenessStates_fn, getFallbackColor_fn, getValidatedColor_fn, scheduleRemoteCursorUpdate_fn, scheduleRemoteCursorReRender_fn, updateRemoteCursors_fn, renderRemoteCursors_fn, renderRemoteCaret_fn, renderRemoteCursorLabel_fn, renderRemoteSelection_fn, setupPointerHandlers_fn, setupDragHandlers_fn, focusEditorAfterImageSelection_fn, setupInputBridge_fn, initHeaderFooterRegistry_fn, _handlePointerDown, getFirstTextPosition_fn, registerPointerClick_fn, getCellPosFromTableHit_fn, getTablePosFromHit_fn, shouldUseCellSelection_fn, setCellAnchor_fn, clearCellAnchor_fn, hitTestTable_fn, selectWordAt_fn, selectParagraphAt_fn, calculateExtendedSelection_fn, isWordCharacter_fn, _handlePointerMove, _handlePointerLeave, _handlePointerUp, _handleDragOver, _handleDrop, _handleDoubleClick, _handleKeyDown, focusHeaderFooterShortcut_fn, scheduleRerender_fn, flushRerenderQueue_fn, rerender_fn, ensurePainter_fn, scheduleSelectionUpdate_fn, updateSelection_fn, resolveLayoutOptions_fn, buildHeaderFooterInput_fn, computeHeaderFooterConstraints_fn, layoutPerRIdHeaderFooters_fn, updateDecorationProviders_fn, createDecorationProvider_fn, findHeaderFooterPageForPageNumber_fn, computeDecorationBox_fn, computeExpectedSectionType_fn, rebuildHeaderFooterRegions_fn, hitTestHeaderFooterRegion_fn, pointInRegion_fn, activateHeaderFooterRegion_fn, enterHeaderFooterMode_fn, exitHeaderFooterMode_fn, getActiveDomTarget_fn, emitHeaderFooterModeChanged_fn, emitHeaderFooterEditingContext_fn, updateAwarenessSession_fn, updateModeBanner_fn, announce_fn, validateHeaderFooterEditPermission_fn, emitHeaderFooterEditBlocked_fn, resolveDescriptorForRegion_fn, createDefaultHeaderFooter_fn, getPageElement_fn, scrollPageIntoView_fn, computeAnchorMap_fn, waitForPageMount_fn, getBodyPageHeight_fn, getHeaderFooterPageHeight_fn, applyDomCorrectionToRects_fn, renderCellSelectionOverlay_fn, renderSelectionRects_fn, renderHoverRegion_fn, clearHoverRegion_fn, renderCaretOverlay_fn, getHeaderFooterContext_fn, computeHeaderFooterSelectionRects_fn, syncTrackedChangesPreferences_fn, deriveTrackedChangesMode_fn, deriveTrackedChangesEnabled_fn, getTrackChangesPluginState_fn, computeDefaultLayoutDefaults_fn, parseColumns_fn, inchesToPx_fn, applyZoom_fn, createLayoutMetrics_fn, getPageOffsetX_fn, convertPageLocalToOverlayCoords_fn, computeDomCaretPageLocal_fn, normalizeClientPoint_fn, computeCaretLayoutRectGeometry_fn, computeCaretLayoutRect_fn, computeCaretLayoutRectFromDOM_fn, computeTableCaretLayoutRect_fn, findLineContainingPos_fn, lineHeightBeforeIndex_fn, getCurrentPageIndex_fn, findRegionForPage_fn, handleLayoutError_fn, decorateError_fn, showLayoutErrorBanner_fn, dismissErrorBanner_fn, createHiddenHost_fn, _windowRoot, _layoutSurfaces, _getTargetDom, _isEditable, _onTargetChanged, _listeners, _currentTarget, _destroyed, _useWindowFallback, _PresentationInputBridge_instances, addListener_fn, dispatchToTarget_fn, forwardKeyboardEvent_fn, forwardTextEvent_fn, forwardCompositionEvent_fn, forwardContextMenu_fn, isEventOnActiveTarget_fn, shouldSkipSurface_fn, isInLayoutSurface_fn, getListenerTargets_fn, isPlainCharacterKey_fn, _DocumentSectionView_instances, init_fn2, addToolTip_fn, _ParagraphNodeView_instances, checkShouldUpdate_fn, updateHTMLAttributes_fn, updateDOMStyles_fn, resolveNeighborParagraphProperties_fn, updateListStyles_fn, initList_fn, checkIsList_fn, createMarker_fn, createSeparator_fn, calculateTabSeparatorStyle_fn, calculateMarkerStyle_fn, removeList_fn, getParagraphContext_fn, scheduleAnimation_fn, cancelScheduledAnimation_fn, _FieldAnnotationView_instances, createAnnotation_fn, _AutoPageNumberNodeView_instances, renderDom_fn, scheduleUpdateNodeStyle_fn, _VectorShapeView_instances, ensureParentPositioned_fn, _ShapeGroupView_instances, ensureParentPositioned_fn2;
13
13
  import * as Y from "yjs";
14
14
  import { UndoManager, Item as Item$1, ContentType, Text as Text$1, XmlElement, encodeStateAsUpdate } from "yjs";
15
- import { P as PluginKey, a as Plugin, M as Mapping, N as NodeSelection, S as Selection, T as TextSelection, b as Slice, D as DOMSerializer, F as Fragment, c as DOMParser$1, d as Mark$1, e as dropPoint, A as AllSelection, p as process$1, B as Buffer2, f as callOrGet, g as getExtensionConfigField, h as getMarkType, i as getMarksFromSelection, j as getNodeType, k as getSchemaTypeNameByName, l as Schema$1, m as cleanSchemaItem, n as canSplit, o as defaultBlockAt$1, q as liftTarget, r as canJoin, s as joinPoint, t as replaceStep$1, R as ReplaceAroundStep$1, u as isTextSelection, v as getMarkRange, w as isMarkActive, x as isNodeActive, y as deleteProps, z as processContent, C as htmlHandler, E as ReplaceStep, G as twipsToInches, H as inchesToTwips, I as ptToTwips, J as getResolvedParagraphProperties, K as linesToTwips, L as changeListLevel, O as findParentNode, Q as isList, U as updateNumberingProperties, V as ListHelpers, W as isMacOS, X as isIOS, Y as getSchemaTypeByName, Z as inputRulesPlugin, _ as TrackDeleteMarkName$1, $ as TrackInsertMarkName$1, a0 as v4, a1 as TrackFormatMarkName$1, a2 as comments_module_events, a3 as findMark, a4 as objectIncludes, a5 as AddMarkStep, a6 as RemoveMarkStep, a7 as twipsToLines, a8 as pixelsToTwips, a9 as helpers, aa as posToDOMRect, ab as CommandService, ac as SuperConverter, ad as createDocument, ae as createDocFromMarkdown, af as createDocFromHTML, ag as EditorState, ah as isActive, ai as unflattenListsInHtml, aj as SelectionRange, ak as Transform, al as resolveParagraphProperties, am as _getReferencedTableStyles, an as parseSizeUnit, ao as minMax, ap as updateDOMAttributes, aq as findChildren$5, ar as generateRandomSigned32BitIntStrId, as as decodeRPrFromMarks, at as calculateResolvedParagraphProperties, au as resolveRunProperties, av as encodeCSSFromPPr, aw as twipsToPixels$2, ax as encodeCSSFromRPr, ay as generateOrderedListIndex, az as docxNumberingHelpers, aA as InputRule, aB as convertSizeToCSS, aC as findParentNodeClosestToPos, aD as isInTable$1, aE as generateDocxRandomId, aF as insertNewRelationship, aG as inchesToPixels, aH as kebabCase, aI as getUnderlineCssString } from "./converter-Oj-eTB79.js";
16
- import { D as DocxZipper } from "./docx-zipper-Dl188zQ3.js";
15
+ import { P as PluginKey, a as Plugin, M as Mapping, N as NodeSelection, S as Selection, T as TextSelection, b as Slice, D as DOMSerializer, F as Fragment, c as DOMParser$1, d as Mark$1, e as dropPoint, A as AllSelection, p as process$1, B as Buffer2, f as callOrGet, g as getExtensionConfigField, h as getMarkType, i as getMarksFromSelection, j as getNodeType, k as getSchemaTypeNameByName, l as Schema$1, m as cleanSchemaItem, n as canSplit, o as defaultBlockAt$1, q as liftTarget, r as canJoin, s as joinPoint, t as replaceStep$1, R as ReplaceAroundStep$1, u as isTextSelection, v as getMarkRange, w as isMarkActive, x as isNodeActive, y as deleteProps, z as processContent, C as htmlHandler, E as ReplaceStep, G as twipsToInches, H as inchesToTwips, I as ptToTwips, J as getResolvedParagraphProperties, K as linesToTwips, L as changeListLevel, O as findParentNode, Q as isList, U as updateNumberingProperties, V as ListHelpers, W as isMacOS, X as isIOS, Y as getSchemaTypeByName, Z as inputRulesPlugin, _ as TrackDeleteMarkName$1, $ as TrackInsertMarkName$1, a0 as v4, a1 as TrackFormatMarkName$1, a2 as comments_module_events, a3 as findMark, a4 as objectIncludes, a5 as AddMarkStep, a6 as RemoveMarkStep, a7 as twipsToLines, a8 as pixelsToTwips, a9 as helpers, aa as posToDOMRect, ab as CommandService, ac as SuperConverter, ad as createDocument, ae as createDocFromMarkdown, af as createDocFromHTML, ag as EditorState, ah as isActive, ai as unflattenListsInHtml, aj as SelectionRange, ak as Transform, al as resolveParagraphProperties, am as _getReferencedTableStyles, an as parseSizeUnit, ao as minMax, ap as updateDOMAttributes, aq as findChildren$5, ar as generateRandomSigned32BitIntStrId, as as decodeRPrFromMarks, at as calculateResolvedParagraphProperties, au as resolveRunProperties, av as encodeCSSFromPPr, aw as twipsToPixels$2, ax as encodeCSSFromRPr, ay as generateOrderedListIndex, az as docxNumberingHelpers, aA as InputRule, aB as convertSizeToCSS, aC as findParentNodeClosestToPos, aD as isInTable$1, aE as generateDocxRandomId, aF as insertNewRelationship, aG as inchesToPixels, aH as kebabCase, aI as getUnderlineCssString } from "./converter-B_cVJPnh.js";
16
+ import { D as DocxZipper } from "./docx-zipper-fPWx7kV0.js";
17
17
  import { ref, computed, createElementBlock, openBlock, withModifiers, Fragment as Fragment$1, renderList, normalizeClass, createCommentVNode, toDisplayString, createElementVNode, createApp } from "vue";
18
18
  var GOOD_LEAF_SIZE = 200;
19
19
  var RopeSequence = function RopeSequence2() {
@@ -13952,7 +13952,7 @@ const isHeadless = (editor) => {
13952
13952
  const shouldSkipNodeView = (editor) => {
13953
13953
  return isHeadless(editor);
13954
13954
  };
13955
- const summaryVersion = "1.0.0-beta.98";
13955
+ const summaryVersion = "1.0.0-beta.99";
13956
13956
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
13957
13957
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
13958
13958
  function mapAttributes(attrs) {
@@ -14744,7 +14744,7 @@ const _Editor = class _Editor extends EventEmitter {
14744
14744
  { default: remarkStringify },
14745
14745
  { default: remarkGfm }
14746
14746
  ] = await Promise.all([
14747
- import("./index-Dg_sTYZK.js"),
14747
+ import("./index-BB0msI45.js"),
14748
14748
  import("./index-DRCvimau.js"),
14749
14749
  import("./index-C_x_N6Uh.js"),
14750
14750
  import("./index-D_sWOSiG.js"),
@@ -14949,7 +14949,7 @@ const _Editor = class _Editor extends EventEmitter {
14949
14949
  * Process collaboration migrations
14950
14950
  */
14951
14951
  processCollaborationMigrations() {
14952
- console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.98");
14952
+ console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.99");
14953
14953
  if (!this.options.ydoc) return;
14954
14954
  const metaMap = this.options.ydoc.getMap("meta");
14955
14955
  let docVersion = metaMap.get("version");
@@ -28828,6 +28828,61 @@ function ensureRulerStyles(doc2) {
28828
28828
  doc2.head?.appendChild(styleEl);
28829
28829
  rulerStylesInjected = true;
28830
28830
  }
28831
+ const hashParagraphBorder$1 = (border) => {
28832
+ const parts = [];
28833
+ if (border.style !== void 0) parts.push(`s:${border.style}`);
28834
+ if (border.width !== void 0) parts.push(`w:${border.width}`);
28835
+ if (border.color !== void 0) parts.push(`c:${border.color}`);
28836
+ if (border.space !== void 0) parts.push(`sp:${border.space}`);
28837
+ return parts.join(",");
28838
+ };
28839
+ const hashParagraphBorders$1 = (borders) => {
28840
+ const parts = [];
28841
+ if (borders.top) parts.push(`t:[${hashParagraphBorder$1(borders.top)}]`);
28842
+ if (borders.right) parts.push(`r:[${hashParagraphBorder$1(borders.right)}]`);
28843
+ if (borders.bottom) parts.push(`b:[${hashParagraphBorder$1(borders.bottom)}]`);
28844
+ if (borders.left) parts.push(`l:[${hashParagraphBorder$1(borders.left)}]`);
28845
+ return parts.join(";");
28846
+ };
28847
+ const hasStringProp = (run, prop) => {
28848
+ return prop in run && typeof run[prop] === "string";
28849
+ };
28850
+ const hasNumberProp = (run, prop) => {
28851
+ return prop in run && typeof run[prop] === "number";
28852
+ };
28853
+ const hasBooleanProp = (run, prop) => {
28854
+ return prop in run && typeof run[prop] === "boolean";
28855
+ };
28856
+ const getRunStringProp = (run, prop) => {
28857
+ if (hasStringProp(run, prop)) {
28858
+ return run[prop];
28859
+ }
28860
+ return "";
28861
+ };
28862
+ const getRunNumberProp = (run, prop) => {
28863
+ if (hasNumberProp(run, prop)) {
28864
+ return run[prop];
28865
+ }
28866
+ return 0;
28867
+ };
28868
+ const getRunBooleanProp = (run, prop) => {
28869
+ if (hasBooleanProp(run, prop)) {
28870
+ return run[prop];
28871
+ }
28872
+ return false;
28873
+ };
28874
+ const getRunUnderlineStyle = (run) => {
28875
+ if ("underline" in run && run.underline && typeof run.underline === "object") {
28876
+ return run.underline.style ?? "";
28877
+ }
28878
+ return "";
28879
+ };
28880
+ const getRunUnderlineColor = (run) => {
28881
+ if ("underline" in run && run.underline && typeof run.underline === "object") {
28882
+ return run.underline.color ?? "";
28883
+ }
28884
+ return "";
28885
+ };
28831
28886
  function isMinimalWordLayout(value) {
28832
28887
  if (typeof value !== "object" || value === null) {
28833
28888
  return false;
@@ -31907,7 +31962,7 @@ const deriveBlockVersion = (block) => {
31907
31962
  attrs.indent?.right ?? "",
31908
31963
  attrs.indent?.firstLine ?? "",
31909
31964
  attrs.indent?.hanging ?? "",
31910
- attrs.borders ? JSON.stringify(attrs.borders) : "",
31965
+ attrs.borders ? hashParagraphBorders$1(attrs.borders) : "",
31911
31966
  attrs.shading?.fill ?? "",
31912
31967
  attrs.shading?.color ?? "",
31913
31968
  attrs.direction ?? "",
@@ -31996,14 +32051,43 @@ const deriveBlockVersion = (block) => {
31996
32051
  for (const cellBlock of cellBlocks) {
31997
32052
  hash2 = hashString(hash2, cellBlock?.kind ?? "unknown");
31998
32053
  if (cellBlock?.kind === "paragraph") {
31999
- const runs = cellBlock.runs ?? [];
32054
+ const paragraphBlock = cellBlock;
32055
+ const runs = paragraphBlock.runs ?? [];
32000
32056
  hash2 = hashNumber(hash2, runs.length);
32057
+ const attrs = paragraphBlock.attrs;
32058
+ if (attrs) {
32059
+ hash2 = hashString(hash2, attrs.alignment ?? "");
32060
+ hash2 = hashNumber(hash2, attrs.spacing?.before ?? 0);
32061
+ hash2 = hashNumber(hash2, attrs.spacing?.after ?? 0);
32062
+ hash2 = hashNumber(hash2, attrs.spacing?.line ?? 0);
32063
+ hash2 = hashString(hash2, attrs.spacing?.lineRule ?? "");
32064
+ hash2 = hashNumber(hash2, attrs.indent?.left ?? 0);
32065
+ hash2 = hashNumber(hash2, attrs.indent?.right ?? 0);
32066
+ hash2 = hashNumber(hash2, attrs.indent?.firstLine ?? 0);
32067
+ hash2 = hashNumber(hash2, attrs.indent?.hanging ?? 0);
32068
+ hash2 = hashString(hash2, attrs.shading?.fill ?? "");
32069
+ hash2 = hashString(hash2, attrs.shading?.color ?? "");
32070
+ hash2 = hashString(hash2, attrs.direction ?? "");
32071
+ hash2 = hashString(hash2, attrs.rtl ? "1" : "");
32072
+ if (attrs.borders) {
32073
+ hash2 = hashString(hash2, hashParagraphBorders$1(attrs.borders));
32074
+ }
32075
+ }
32001
32076
  for (const run of runs) {
32002
32077
  if ("text" in run && typeof run.text === "string") {
32003
32078
  hash2 = hashString(hash2, run.text);
32004
32079
  }
32005
32080
  hash2 = hashNumber(hash2, run.pmStart ?? -1);
32006
32081
  hash2 = hashNumber(hash2, run.pmEnd ?? -1);
32082
+ hash2 = hashString(hash2, getRunStringProp(run, "color"));
32083
+ hash2 = hashString(hash2, getRunStringProp(run, "highlight"));
32084
+ hash2 = hashString(hash2, getRunBooleanProp(run, "bold") ? "1" : "");
32085
+ hash2 = hashString(hash2, getRunBooleanProp(run, "italic") ? "1" : "");
32086
+ hash2 = hashNumber(hash2, getRunNumberProp(run, "fontSize"));
32087
+ hash2 = hashString(hash2, getRunStringProp(run, "fontFamily"));
32088
+ hash2 = hashString(hash2, getRunUnderlineStyle(run));
32089
+ hash2 = hashString(hash2, getRunUnderlineColor(run));
32090
+ hash2 = hashString(hash2, getRunBooleanProp(run, "strike") ? "1" : "");
32007
32091
  }
32008
32092
  }
32009
32093
  }
@@ -35701,10 +35785,6 @@ const resolveTrackedChangesEnabled = (attrs, defaultEnabled = true) => {
35701
35785
  }
35702
35786
  return attrs.trackedChangesEnabled !== false;
35703
35787
  };
35704
- const MAX_CACHE_SIZE$1 = 1e4;
35705
- const BYTES_PER_ENTRY_ESTIMATE = 5e3;
35706
- const NORMALIZED_WHITESPACE = /\s+/g;
35707
- const normalizeText = (text) => text.replace(NORMALIZED_WHITESPACE, " ");
35708
35788
  const hashParagraphBorder = (border) => {
35709
35789
  const parts = [];
35710
35790
  if (border.style !== void 0) parts.push(`s:${border.style}`);
@@ -35721,6 +35801,10 @@ const hashParagraphBorders = (borders) => {
35721
35801
  if (borders.left) parts.push(`l:[${hashParagraphBorder(borders.left)}]`);
35722
35802
  return parts.join(";");
35723
35803
  };
35804
+ const MAX_CACHE_SIZE$1 = 1e4;
35805
+ const BYTES_PER_ENTRY_ESTIMATE = 5e3;
35806
+ const NORMALIZED_WHITESPACE = /\s+/g;
35807
+ const normalizeText = (text) => text.replace(NORMALIZED_WHITESPACE, " ");
35724
35808
  const hashParagraphFrame = (frame) => {
35725
35809
  const parts = [];
35726
35810
  if (frame.wrap !== void 0) parts.push(`w:${frame.wrap}`);
@@ -35757,12 +35841,14 @@ const hashRuns = (block) => {
35757
35841
  const color = "color" in run ? run.color : void 0;
35758
35842
  const fontSize = "fontSize" in run ? run.fontSize : void 0;
35759
35843
  const fontFamily = "fontFamily" in run ? run.fontFamily : void 0;
35844
+ const highlight = "highlight" in run ? run.highlight : void 0;
35760
35845
  const marks = [
35761
35846
  bold ? "b" : "",
35762
35847
  italic ? "i" : "",
35763
35848
  color ?? "",
35764
35849
  fontSize !== void 0 ? `fs:${fontSize}` : "",
35765
- fontFamily ? `ff:${fontFamily}` : ""
35850
+ fontFamily ? `ff:${fontFamily}` : "",
35851
+ highlight ? `hl:${highlight}` : ""
35766
35852
  ].join("");
35767
35853
  let trackedKey = "";
35768
35854
  if (hasTrackedChange(run)) {
@@ -35773,6 +35859,38 @@ const hashRuns = (block) => {
35773
35859
  }
35774
35860
  cellHashes.push(`${text}:${marks}${trackedKey}`);
35775
35861
  }
35862
+ if (paragraphBlock.attrs) {
35863
+ const attrs = paragraphBlock.attrs;
35864
+ const parts = [];
35865
+ if (attrs.alignment) parts.push(`al:${attrs.alignment}`);
35866
+ if (attrs.spacing) {
35867
+ const s2 = attrs.spacing;
35868
+ if (s2.before !== void 0) parts.push(`sb:${s2.before}`);
35869
+ if (s2.after !== void 0) parts.push(`sa:${s2.after}`);
35870
+ if (s2.line !== void 0) parts.push(`sl:${s2.line}`);
35871
+ if (s2.lineRule) parts.push(`sr:${s2.lineRule}`);
35872
+ }
35873
+ if (attrs.indent) {
35874
+ const ind = attrs.indent;
35875
+ if (ind.left !== void 0) parts.push(`il:${ind.left}`);
35876
+ if (ind.right !== void 0) parts.push(`ir:${ind.right}`);
35877
+ if (ind.firstLine !== void 0) parts.push(`if:${ind.firstLine}`);
35878
+ if (ind.hanging !== void 0) parts.push(`ih:${ind.hanging}`);
35879
+ }
35880
+ if (attrs.borders) {
35881
+ parts.push(`br:${hashParagraphBorders(attrs.borders)}`);
35882
+ }
35883
+ if (attrs.shading) {
35884
+ const sh = attrs.shading;
35885
+ if (sh.fill) parts.push(`shf:${sh.fill}`);
35886
+ if (sh.color) parts.push(`shc:${sh.color}`);
35887
+ }
35888
+ if (attrs.direction) parts.push(`dir:${attrs.direction}`);
35889
+ if (attrs.rtl) parts.push("rtl");
35890
+ if (parts.length > 0) {
35891
+ cellHashes.push(`pa:${parts.join(":")}`);
35892
+ }
35893
+ }
35776
35894
  }
35777
35895
  }
35778
35896
  }
@@ -35796,12 +35914,14 @@ const hashRuns = (block) => {
35796
35914
  const color = "color" in run ? run.color : void 0;
35797
35915
  const fontSize = "fontSize" in run ? run.fontSize : void 0;
35798
35916
  const fontFamily = "fontFamily" in run ? run.fontFamily : void 0;
35917
+ const highlight = "highlight" in run ? run.highlight : void 0;
35799
35918
  const marks = [
35800
35919
  bold ? "b" : "",
35801
35920
  italic ? "i" : "",
35802
35921
  color ?? "",
35803
35922
  fontSize !== void 0 ? `fs:${fontSize}` : "",
35804
- fontFamily ? `ff:${fontFamily}` : ""
35923
+ fontFamily ? `ff:${fontFamily}` : "",
35924
+ highlight ? `hl:${highlight}` : ""
35805
35925
  ].join("");
35806
35926
  let trackedKey = "";
35807
35927
  if (hasTrackedChange(run)) {
@@ -36928,7 +37048,7 @@ const paragraphBlocksEqual = (a, b) => {
36928
37048
  for (let i = 0; i < a.runs.length; i += 1) {
36929
37049
  const runA = a.runs[i];
36930
37050
  const runB = b.runs[i];
36931
- if (("src" in runA || runA.kind === "lineBreak" || runA.kind === "break" || runA.kind === "fieldAnnotation" ? "" : runA.text) !== ("src" in runB || runB.kind === "lineBreak" || runB.kind === "break" || runB.kind === "fieldAnnotation" ? "" : runB.text) || ("bold" in runA ? runA.bold : false) !== ("bold" in runB ? runB.bold : false) || ("italic" in runA ? runA.italic : false) !== ("italic" in runB ? runB.italic : false) || ("color" in runA ? runA.color : void 0) !== ("color" in runB ? runB.color : void 0) || ("fontSize" in runA ? runA.fontSize : void 0) !== ("fontSize" in runB ? runB.fontSize : void 0) || ("fontFamily" in runA ? runA.fontFamily : void 0) !== ("fontFamily" in runB ? runB.fontFamily : void 0) || getTrackedChangeKey(runA) !== getTrackedChangeKey(runB)) {
37051
+ if (("src" in runA || runA.kind === "lineBreak" || runA.kind === "break" || runA.kind === "fieldAnnotation" ? "" : runA.text) !== ("src" in runB || runB.kind === "lineBreak" || runB.kind === "break" || runB.kind === "fieldAnnotation" ? "" : runB.text) || ("bold" in runA ? runA.bold : false) !== ("bold" in runB ? runB.bold : false) || ("italic" in runA ? runA.italic : false) !== ("italic" in runB ? runB.italic : false) || ("color" in runA ? runA.color : void 0) !== ("color" in runB ? runB.color : void 0) || ("fontSize" in runA ? runA.fontSize : void 0) !== ("fontSize" in runB ? runB.fontSize : void 0) || ("fontFamily" in runA ? runA.fontFamily : void 0) !== ("fontFamily" in runB ? runB.fontFamily : void 0) || ("highlight" in runA ? runA.highlight : void 0) !== ("highlight" in runB ? runB.highlight : void 0) || getTrackedChangeKey(runA) !== getTrackedChangeKey(runB)) {
36932
37052
  return false;
36933
37053
  }
36934
37054
  }
@@ -1,4 +1,4 @@
1
- import { aK as getDefaultExportFromCjs } from "./converter-Oj-eTB79.js";
1
+ import { aK as getDefaultExportFromCjs } from "./converter-B_cVJPnh.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, onMounted, onBeforeUnmount, createVNode, readonly, watch, 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-Oj-eTB79.js";
3
- import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-DBXoaaWP.js";
2
+ import { p as process$1 } from "./converter-B_cVJPnh.js";
3
+ import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-DS9z42Je.js";
4
4
  const sanitizeNumber = (value, defaultNumber) => {
5
5
  let sanitized = value.replace(/[^0-9.]/g, "");
6
6
  sanitized = parseFloat(sanitized);
@@ -1,4 +1,4 @@
1
- import { ac } from "./chunks/converter-Oj-eTB79.js";
1
+ import { ac } from "./chunks/converter-B_cVJPnh.js";
2
2
  export {
3
3
  ac as SuperConverter
4
4
  };
@@ -1,5 +1,5 @@
1
- import "./chunks/converter-Oj-eTB79.js";
2
- import { D } from "./chunks/docx-zipper-Dl188zQ3.js";
1
+ import "./chunks/converter-B_cVJPnh.js";
2
+ import { D } from "./chunks/docx-zipper-fPWx7kV0.js";
3
3
  export {
4
4
  D as default
5
5
  };
@@ -1,6 +1,6 @@
1
- import { E } from "./chunks/editor-DBXoaaWP.js";
2
- import "./chunks/converter-Oj-eTB79.js";
3
- import "./chunks/docx-zipper-Dl188zQ3.js";
1
+ import { E } from "./chunks/editor-DS9z42Je.js";
2
+ import "./chunks/converter-B_cVJPnh.js";
3
+ import "./chunks/docx-zipper-fPWx7kV0.js";
4
4
  export {
5
5
  E as Editor
6
6
  };
@@ -1,4 +1,4 @@
1
- import { J as JSZip } from "./chunks/docx-zipper-Dl188zQ3.js";
1
+ import { J as JSZip } from "./chunks/docx-zipper-fPWx7kV0.js";
2
2
  async function createZip(blobs, fileNames) {
3
3
  const zip = new JSZip();
4
4
  blobs.forEach((blob, index) => {
@@ -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 { aK as getDefaultExportFromCjs, a0 as v4, T as TextSelection$1, v as getMarkRange, aN as vClickOutside, aO as getActiveFormatting, aD as isInTable, O as findParentNode, at as calculateResolvedParagraphProperties, a7 as twipsToLines, Q as isList, an as parseSizeUnit, a8 as pixelsToTwips, aP as getFileObject, P as PluginKey, a as Plugin } from "./chunks/converter-Oj-eTB79.js";
13
- import { ac, i, a9, aQ } from "./chunks/converter-Oj-eTB79.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 generateRulerDefinition, n as clampHandlePosition, o as calculateMarginFromHandle, p as measureCache, q as isHeadless, E as Editor, t as getStarterExtensions, P as PresentationEditor, v as Placeholder, w as getRichTextExtensions, D as DecorationSet, x as Decoration, M as Mark, z as Extension, A as Attribute, N as Node } from "./chunks/editor-DBXoaaWP.js";
15
- import { F, I, G, T, B, H, C } from "./chunks/editor-DBXoaaWP.js";
12
+ import { aK as getDefaultExportFromCjs, a0 as v4, T as TextSelection$1, v as getMarkRange, aN as vClickOutside, aO as getActiveFormatting, aD as isInTable, O as findParentNode, at as calculateResolvedParagraphProperties, a7 as twipsToLines, Q as isList, an as parseSizeUnit, a8 as pixelsToTwips, aP as getFileObject, P as PluginKey, a as Plugin } from "./chunks/converter-B_cVJPnh.js";
13
+ import { ac, i, a9, aQ } from "./chunks/converter-B_cVJPnh.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 generateRulerDefinition, n as clampHandlePosition, o as calculateMarginFromHandle, p as measureCache, q as isHeadless, E as Editor, t as getStarterExtensions, P as PresentationEditor, v as Placeholder, w as getRichTextExtensions, D as DecorationSet, x as Decoration, M as Mark, z as Extension, A as Attribute, N as Node } from "./chunks/editor-DS9z42Je.js";
15
+ import { F, I, G, T, B, H, C } from "./chunks/editor-DS9z42Je.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, useCssVars, shallowRef, createBlock, Teleport, 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-PlGGj0Ew.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-aIFlIr6h.js";
18
18
  import AIWriter from "./ai-writer.es.js";
19
- import { D } from "./chunks/docx-zipper-Dl188zQ3.js";
19
+ import { D } from "./chunks/docx-zipper-fPWx7kV0.js";
20
20
  import { createZip } from "./file-zipper.es.js";
21
21
  var eventemitter3 = { exports: {} };
22
22
  var hasRequiredEventemitter3;
@@ -1,6 +1,6 @@
1
1
  import "vue";
2
- import { T } from "./chunks/toolbar-PlGGj0Ew.js";
3
- import "./chunks/editor-DBXoaaWP.js";
2
+ import { T } from "./chunks/toolbar-aIFlIr6h.js";
3
+ import "./chunks/editor-DS9z42Je.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-DN_dgBH0.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-C04sFzVD.cjs");
4
4
  require("./chunks/vue-jWLMl8Ts.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-3dJOUw65.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-BiaFIbw-.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-DN_dgBH0.cjs");
4
- const superdoc = require("./chunks/index-CUO7gEi8.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-C04sFzVD.cjs");
4
+ const superdoc = require("./chunks/index-BBu9BBvp.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-3dJOUw65.es.js";
2
- import { D, H, P, S as S2, m, l } from "./chunks/index-CP2_WwLA.es.js";
1
+ import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-BiaFIbw-.es.js";
2
+ import { D, H, P, S as S2, m, l } from "./chunks/index-CJy3FxL7.es.js";
3
3
  import { B } from "./chunks/blank-docx-ABm6XYAA.es.js";
4
4
  export {
5
5
  a as AnnotatorHelpers,