@harbour-enterprises/superdoc 2.0.0-next.17 → 2.0.0-next.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 (27) hide show
  1. package/dist/chunks/{PdfViewer-DzwDI5pf.cjs → PdfViewer-BAC9WiRC.cjs} +1 -1
  2. package/dist/chunks/{PdfViewer-CQRzCu-2.es.js → PdfViewer-Bkw07fn5.es.js} +1 -1
  3. package/dist/chunks/{index-DvMw-ZFq.cjs → index-DBQ2Ot1x.cjs} +3 -3
  4. package/dist/chunks/{index-BIDjlQex-Bf32sv6E.es.js → index-DYt9md7x-B80A5ARJ.es.js} +1 -1
  5. package/dist/chunks/{index-BIDjlQex-7L6nX-aN.cjs → index-DYt9md7x-BSxWmgtB.cjs} +1 -1
  6. package/dist/chunks/{index-uhbxSA5H.es.js → index-Dv0ZDnUf.es.js} +3 -3
  7. package/dist/chunks/{super-editor.es-CIwVIlJ4.cjs → super-editor.es-DRx9SuAg.cjs} +12 -5
  8. package/dist/chunks/{super-editor.es-CLsxHJfr.es.js → super-editor.es-Dpj3l8Ga.es.js} +12 -5
  9. package/dist/super-editor/ai-writer.es.js +2 -2
  10. package/dist/super-editor/chunks/{converter-l4nIp7kP.js → converter-zRFw3Bgv.js} +1 -1
  11. package/dist/super-editor/chunks/{docx-zipper-irtnwkO1.js → docx-zipper-BTBrrCYd.js} +1 -1
  12. package/dist/super-editor/chunks/{editor-B9mTHCNJ.js → editor-DU_9E70n.js} +13 -6
  13. package/dist/super-editor/chunks/{index-BIDjlQex.js → index-DYt9md7x.js} +1 -1
  14. package/dist/super-editor/chunks/{toolbar-Dxai0J4e.js → toolbar-COU9B06z.js} +2 -2
  15. package/dist/super-editor/converter.es.js +1 -1
  16. package/dist/super-editor/docx-zipper.es.js +2 -2
  17. package/dist/super-editor/editor.es.js +3 -3
  18. package/dist/super-editor/file-zipper.es.js +1 -1
  19. package/dist/super-editor/super-editor.es.js +6 -6
  20. package/dist/super-editor/toolbar.es.js +2 -2
  21. package/dist/super-editor.cjs +1 -1
  22. package/dist/super-editor.es.js +1 -1
  23. package/dist/superdoc.cjs +2 -2
  24. package/dist/superdoc.es.js +2 -2
  25. package/dist/superdoc.umd.js +14 -7
  26. package/dist/superdoc.umd.js.map +1 -1
  27. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const vue = require("./vue-gvuFr0vx.cjs");
4
- const superdoc = require("./index-DvMw-ZFq.cjs");
4
+ const superdoc = require("./index-DBQ2Ot1x.cjs");
5
5
  function self(vars) {
6
6
  const {
7
7
  opacityDisabled,
@@ -1,5 +1,5 @@
1
1
  import { y as defineComponent, A as h, P as Transition, a0 as process$1, K as watchEffect, a as computed, r as ref, j as onMounted, X as onUnmounted, b as createElementBlock, o as openBlock, f as createBaseVNode, e as createCommentVNode, s as createVNode, x as unref } from "./vue-CLFbn_1r.es.js";
2
- import { d as derived, c, a as cB, f as fadeInTransition, b as cM, N as NBaseLoading, w as warnOnce, u as useConfig, e as useTheme, p as pxfy, g as createKey, h as useThemeClass, i as useCompitable, _ as _export_sfc, j as useSuperdocStore, s as storeToRefs, k as useSelection } from "./index-uhbxSA5H.es.js";
2
+ import { d as derived, c, a as cB, f as fadeInTransition, b as cM, N as NBaseLoading, w as warnOnce, u as useConfig, e as useTheme, p as pxfy, g as createKey, h as useThemeClass, i as useCompitable, _ as _export_sfc, j as useSuperdocStore, s as storeToRefs, k as useSelection } from "./index-Dv0ZDnUf.es.js";
3
3
  function self(vars) {
4
4
  const {
5
5
  opacityDisabled,
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const superEditor_es = require("./super-editor.es-CIwVIlJ4.cjs");
2
+ const superEditor_es = require("./super-editor.es-DRx9SuAg.cjs");
3
3
  const blankDocx = require("./blank-docx-DfW3Eeh2.cjs");
4
4
  const eventemitter3 = require("./eventemitter3-DIclNhoR.cjs");
5
5
  const provider = require("@hocuspocus/provider");
@@ -17485,7 +17485,7 @@ const _sfc_main = {
17485
17485
  __name: "SuperDoc",
17486
17486
  emits: ["selection-update"],
17487
17487
  setup(__props, { emit: __emit }) {
17488
- const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-DzwDI5pf.cjs")));
17488
+ const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-BAC9WiRC.cjs")));
17489
17489
  const superdocStore = useSuperdocStore();
17490
17490
  const commentsStore = useCommentsStore();
17491
17491
  const {
@@ -18389,7 +18389,7 @@ class SuperDoc extends eventemitter3.EventEmitter {
18389
18389
  this.config.colors = shuffleArray(this.config.colors);
18390
18390
  this.userColorMap = /* @__PURE__ */ new Map();
18391
18391
  this.colorIndex = 0;
18392
- this.version = "2.0.0-next.17";
18392
+ this.version = "2.0.0-next.18";
18393
18393
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
18394
18394
  this.superdocId = config.superdocId || uuid.v4();
18395
18395
  this.colors = this.config.colors;
@@ -1,4 +1,4 @@
1
- import { s as getDefaultExportFromCjs$2 } from "./super-editor.es-CLsxHJfr.es.js";
1
+ import { s as getDefaultExportFromCjs$2 } from "./super-editor.es-Dpj3l8Ga.es.js";
2
2
  import { V as VFile } from "./index-CvBqQJbG-CvBqQJbG.es.js";
3
3
  function bail(error) {
4
4
  if (error) {
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const superEditor_es = require("./super-editor.es-CIwVIlJ4.cjs");
3
+ const superEditor_es = require("./super-editor.es-DRx9SuAg.cjs");
4
4
  const indexCvBqQJbG = require("./index-CvBqQJbG-Dwm0THD7.cjs");
5
5
  function bail(error) {
6
6
  if (error) {
@@ -1,4 +1,4 @@
1
- import { q as index, C as CommentsPluginKey, h as TrackChangesBasePluginKey, E as Editor, n as getRichTextExtensions, f as SuperInput, P as PresentationEditor, e as SuperEditor, A as AIWriter, g as SuperToolbar, i as createZip } from "./super-editor.es-CLsxHJfr.es.js";
1
+ import { q as index, C as CommentsPluginKey, h as TrackChangesBasePluginKey, E as Editor, n as getRichTextExtensions, f as SuperInput, P as PresentationEditor, e as SuperEditor, A as AIWriter, g as SuperToolbar, i as createZip } from "./super-editor.es-Dpj3l8Ga.es.js";
2
2
  import { B as BlankDOCX } from "./blank-docx-ABm6XYAA.es.js";
3
3
  import { E as EventEmitter } from "./eventemitter3-D_2kqkfV.es.js";
4
4
  import { HocuspocusProvider, HocuspocusProviderWebsocket } from "@hocuspocus/provider";
@@ -17468,7 +17468,7 @@ const _sfc_main = {
17468
17468
  __name: "SuperDoc",
17469
17469
  emits: ["selection-update"],
17470
17470
  setup(__props, { emit: __emit }) {
17471
- const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-CQRzCu-2.es.js"));
17471
+ const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-Bkw07fn5.es.js"));
17472
17472
  const superdocStore = useSuperdocStore();
17473
17473
  const commentsStore = useCommentsStore();
17474
17474
  const {
@@ -18372,7 +18372,7 @@ class SuperDoc extends EventEmitter {
18372
18372
  this.config.colors = shuffleArray(this.config.colors);
18373
18373
  this.userColorMap = /* @__PURE__ */ new Map();
18374
18374
  this.colorIndex = 0;
18375
- this.version = "2.0.0-next.17";
18375
+ this.version = "2.0.0-next.18";
18376
18376
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
18377
18377
  this.superdocId = config.superdocId || v4();
18378
18378
  this.colors = this.config.colors;
@@ -42467,7 +42467,7 @@ const _SuperConverter = class _SuperConverter2 {
42467
42467
  static getStoredSuperdocVersion(docx) {
42468
42468
  return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
42469
42469
  }
42470
- static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "2.0.0-next.17") {
42470
+ static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "2.0.0-next.18") {
42471
42471
  return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
42472
42472
  }
42473
42473
  /**
@@ -60654,7 +60654,7 @@ const isHeadless = (editor) => {
60654
60654
  const shouldSkipNodeView = (editor) => {
60655
60655
  return isHeadless(editor);
60656
60656
  };
60657
- const summaryVersion = "2.0.0-next.17";
60657
+ const summaryVersion = "2.0.0-next.18";
60658
60658
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
60659
60659
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
60660
60660
  function mapAttributes(attrs) {
@@ -61443,7 +61443,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
61443
61443
  { default: remarkStringify },
61444
61444
  { default: remarkGfm }
61445
61445
  ] = await Promise.all([
61446
- Promise.resolve().then(() => require("./index-BIDjlQex-7L6nX-aN.cjs")),
61446
+ Promise.resolve().then(() => require("./index-DYt9md7x-BSxWmgtB.cjs")),
61447
61447
  Promise.resolve().then(() => require("./index-DRCvimau-H4Ck3S9a.cjs")),
61448
61448
  Promise.resolve().then(() => require("./index-C_x_N6Uh-Db3CUJMX.cjs")),
61449
61449
  Promise.resolve().then(() => require("./index-D_sWOSiG-BtDZzJ6I.cjs")),
@@ -61648,7 +61648,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
61648
61648
  * Process collaboration migrations
61649
61649
  */
61650
61650
  processCollaborationMigrations() {
61651
- console.debug("[checkVersionMigrations] Current editor version", "2.0.0-next.17");
61651
+ console.debug("[checkVersionMigrations] Current editor version", "2.0.0-next.18");
61652
61652
  if (!this.options.ydoc) return;
61653
61653
  const metaMap = this.options.ydoc.getMap("meta");
61654
61654
  let docVersion = metaMap.get("version");
@@ -96633,7 +96633,14 @@ computeHeaderFooterConstraints_fn = function() {
96633
96633
  const footerMargin = margins.footer ?? 0;
96634
96634
  const headerContentSpace = Math.max(marginTop - headerMargin, 0);
96635
96635
  const footerContentSpace = Math.max(marginBottom - footerMargin, 0);
96636
- const height = Math.max(headerContentSpace, footerContentSpace, 1);
96636
+ const MIN_HEADER_FOOTER_HEIGHT = 48;
96637
+ const height = Math.max(
96638
+ headerContentSpace,
96639
+ footerContentSpace,
96640
+ headerMargin || MIN_HEADER_FOOTER_HEIGHT,
96641
+ footerMargin || MIN_HEADER_FOOTER_HEIGHT,
96642
+ MIN_HEADER_FOOTER_HEIGHT
96643
+ );
96637
96644
  return {
96638
96645
  width: measurementWidth,
96639
96646
  height,
@@ -42450,7 +42450,7 @@ const _SuperConverter = class _SuperConverter2 {
42450
42450
  static getStoredSuperdocVersion(docx) {
42451
42451
  return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
42452
42452
  }
42453
- static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "2.0.0-next.17") {
42453
+ static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "2.0.0-next.18") {
42454
42454
  return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
42455
42455
  }
42456
42456
  /**
@@ -60637,7 +60637,7 @@ const isHeadless = (editor) => {
60637
60637
  const shouldSkipNodeView = (editor) => {
60638
60638
  return isHeadless(editor);
60639
60639
  };
60640
- const summaryVersion = "2.0.0-next.17";
60640
+ const summaryVersion = "2.0.0-next.18";
60641
60641
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
60642
60642
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
60643
60643
  function mapAttributes(attrs) {
@@ -61426,7 +61426,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
61426
61426
  { default: remarkStringify },
61427
61427
  { default: remarkGfm }
61428
61428
  ] = await Promise.all([
61429
- import("./index-BIDjlQex-Bf32sv6E.es.js"),
61429
+ import("./index-DYt9md7x-B80A5ARJ.es.js"),
61430
61430
  import("./index-DRCvimau-Cw339678.es.js"),
61431
61431
  import("./index-C_x_N6Uh-DJn8hIEt.es.js"),
61432
61432
  import("./index-D_sWOSiG-DE96TaT5.es.js"),
@@ -61631,7 +61631,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
61631
61631
  * Process collaboration migrations
61632
61632
  */
61633
61633
  processCollaborationMigrations() {
61634
- console.debug("[checkVersionMigrations] Current editor version", "2.0.0-next.17");
61634
+ console.debug("[checkVersionMigrations] Current editor version", "2.0.0-next.18");
61635
61635
  if (!this.options.ydoc) return;
61636
61636
  const metaMap = this.options.ydoc.getMap("meta");
61637
61637
  let docVersion = metaMap.get("version");
@@ -96616,7 +96616,14 @@ computeHeaderFooterConstraints_fn = function() {
96616
96616
  const footerMargin = margins.footer ?? 0;
96617
96617
  const headerContentSpace = Math.max(marginTop - headerMargin, 0);
96618
96618
  const footerContentSpace = Math.max(marginBottom - footerMargin, 0);
96619
- const height = Math.max(headerContentSpace, footerContentSpace, 1);
96619
+ const MIN_HEADER_FOOTER_HEIGHT = 48;
96620
+ const height = Math.max(
96621
+ headerContentSpace,
96622
+ footerContentSpace,
96623
+ headerMargin || MIN_HEADER_FOOTER_HEIGHT,
96624
+ footerMargin || MIN_HEADER_FOOTER_HEIGHT,
96625
+ MIN_HEADER_FOOTER_HEIGHT
96626
+ );
96620
96627
  return {
96621
96628
  width: measurementWidth,
96622
96629
  height,
@@ -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-l4nIp7kP.js";
3
- import { _ as _export_sfc } from "./chunks/editor-B9mTHCNJ.js";
2
+ import { T as TextSelection } from "./chunks/converter-zRFw3Bgv.js";
3
+ import { _ as _export_sfc } from "./chunks/editor-DU_9E70n.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 = {}) {
@@ -42767,7 +42767,7 @@ const _SuperConverter = class _SuperConverter {
42767
42767
  static getStoredSuperdocVersion(docx) {
42768
42768
  return _SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
42769
42769
  }
42770
- static setStoredSuperdocVersion(docx = this.convertedXml, version = "2.0.0-next.17") {
42770
+ static setStoredSuperdocVersion(docx = this.convertedXml, version = "2.0.0-next.18") {
42771
42771
  return _SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
42772
42772
  }
42773
42773
  /**
@@ -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-l4nIp7kP.js";
1
+ import { p as process$1, aJ as commonjsGlobal, B as Buffer, aK as getDefaultExportFromCjs, aL as getContentTypesFromXml, aM as xmljs } from "./converter-zRFw3Bgv.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 _a, _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, _currentEpoch, _mapsByFromEpoch, _maxEpochsToKeep, _EpochPositionMapper_instances, pruneByCurrentEpoch_fn, _entries, _windowRoot, _getPainterHost, _onRebuild, _observer, _rebuildScheduled, _rebuildRafId, _docEpoch, _layoutEpoch, _layoutUpdating, _pending, _scheduled, _rafHandle, _scheduler, _SelectionSyncCoordinator_instances, isSafeToRender_fn, maybeSchedule_fn, cancelScheduledRender_fn, _windowRoot2, _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, _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, _pageGeometryHelper, _dragHandlerCleanup, _layoutError, _layoutErrorState, _errorBanner, _errorBannerMessage, _telemetryEmitter, _renderScheduled, _pendingDocChange, _isRerendering, _selectionSync, _remoteCursorUpdateScheduled, _epochMapper, _layoutEpoch2, _domPositionIndex, _domIndexObserverManager, _debugLastPointer, _debugLastHit, _pendingMarginClick, _rafHandle2, _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, _a11ySelectionAnnounceTimeout, _a11yLastAnnouncedSelectionKey, _hoverRegion, _clickCount, _lastClickTime, _lastClickPosition, _lastSelectedImageBlockId, _dragAnchor, _dragAnchorPageIndex, _isDragging, _dragExtensionMode, _dragLastPointer, _dragLastRawHit, _dragUsedPageNotMountedFallback, _cellAnchor, _cellDragMode, _remoteCursorState, _remoteCursorElements, _remoteCursorDirty, _remoteCursorOverlay, _localSelectionLayer, _awarenessCleanup, _scrollCleanup, _scrollTimeout, _lastRemoteCursorRenderTime, _remoteCursorThrottleTimeout, _PresentationEditor_instances, wrapHiddenEditorFocus_fn, collectCommentPositions_fn, updateSelectionDebugHud_fn, computePendingMarginClick_fn, aggregateLayoutBounds_fn, rebuildDomPositionIndex_fn, setupEditorListeners_fn, setupCollaborationCursors_fn, updateLocalAwarenessCursor_fn, scheduleRemoteCursorUpdate_fn, scheduleRemoteCursorReRender_fn, updateRemoteCursors_fn, renderRemoteCursors_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, _handlePointerMove, _handlePointerLeave, _handleVisibleHostFocusIn, _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, syncHiddenEditorA11yAttributes_fn, scheduleA11ySelectionAnnouncement_fn, announceSelectionNow_fn, validateHeaderFooterEditPermission_fn, emitHeaderFooterEditBlocked_fn, resolveDescriptorForRegion_fn, createDefaultHeaderFooter_fn, getPageElement_fn, isSelectionAwareVirtualizationEnabled_fn, updateSelectionVirtualizationPins_fn, finalizeDragSelectionWithDom_fn, scrollPageIntoView_fn, waitForPageMount_fn, getEffectivePageGap_fn, getBodyPageHeight_fn, getHeaderFooterPageHeight_fn, renderCellSelectionOverlay_fn, renderHoverRegion_fn, clearHoverRegion_fn, getHeaderFooterContext_fn, computeHeaderFooterSelectionRects_fn, syncTrackedChangesPreferences_fn, deriveTrackedChangesMode_fn, deriveTrackedChangesEnabled_fn, getTrackChangesPluginState_fn, computeDefaultLayoutDefaults_fn, applyZoom_fn, getPageOffsetX_fn, convertPageLocalToOverlayCoords_fn, computeSelectionRectsFromDom_fn, computeDomCaretPageLocal_fn, normalizeClientPoint_fn, computeCaretLayoutRectGeometry_fn, computeCaretLayoutRect_fn, getCurrentPageIndex_fn, findRegionForPage_fn, handleLayoutError_fn, decorateError_fn, showLayoutErrorBanner_fn, dismissErrorBanner_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$2, 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 objectIncludes, a4 as AddMarkStep, a5 as RemoveMarkStep, a6 as findMark, 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-l4nIp7kP.js";
16
- import { D as DocxZipper } from "./docx-zipper-irtnwkO1.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$2, 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 objectIncludes, a4 as AddMarkStep, a5 as RemoveMarkStep, a6 as findMark, 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-zRFw3Bgv.js";
16
+ import { D as DocxZipper } from "./docx-zipper-BTBrrCYd.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() {
@@ -14921,7 +14921,7 @@ const isHeadless = (editor) => {
14921
14921
  const shouldSkipNodeView = (editor) => {
14922
14922
  return isHeadless(editor);
14923
14923
  };
14924
- const summaryVersion = "2.0.0-next.17";
14924
+ const summaryVersion = "2.0.0-next.18";
14925
14925
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
14926
14926
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
14927
14927
  function mapAttributes(attrs) {
@@ -15713,7 +15713,7 @@ const _Editor = class _Editor extends EventEmitter {
15713
15713
  { default: remarkStringify },
15714
15714
  { default: remarkGfm }
15715
15715
  ] = await Promise.all([
15716
- import("./index-BIDjlQex.js"),
15716
+ import("./index-DYt9md7x.js"),
15717
15717
  import("./index-DRCvimau.js"),
15718
15718
  import("./index-C_x_N6Uh.js"),
15719
15719
  import("./index-D_sWOSiG.js"),
@@ -15918,7 +15918,7 @@ const _Editor = class _Editor extends EventEmitter {
15918
15918
  * Process collaboration migrations
15919
15919
  */
15920
15920
  processCollaborationMigrations() {
15921
- console.debug("[checkVersionMigrations] Current editor version", "2.0.0-next.17");
15921
+ console.debug("[checkVersionMigrations] Current editor version", "2.0.0-next.18");
15922
15922
  if (!this.options.ydoc) return;
15923
15923
  const metaMap = this.options.ydoc.getMap("meta");
15924
15924
  let docVersion = metaMap.get("version");
@@ -51526,7 +51526,14 @@ computeHeaderFooterConstraints_fn = function() {
51526
51526
  const footerMargin = margins.footer ?? 0;
51527
51527
  const headerContentSpace = Math.max(marginTop - headerMargin, 0);
51528
51528
  const footerContentSpace = Math.max(marginBottom - footerMargin, 0);
51529
- const height = Math.max(headerContentSpace, footerContentSpace, 1);
51529
+ const MIN_HEADER_FOOTER_HEIGHT = 48;
51530
+ const height = Math.max(
51531
+ headerContentSpace,
51532
+ footerContentSpace,
51533
+ headerMargin || MIN_HEADER_FOOTER_HEIGHT,
51534
+ footerMargin || MIN_HEADER_FOOTER_HEIGHT,
51535
+ MIN_HEADER_FOOTER_HEIGHT
51536
+ );
51530
51537
  return {
51531
51538
  width: measurementWidth,
51532
51539
  height,
@@ -1,4 +1,4 @@
1
- import { aK as getDefaultExportFromCjs } from "./converter-l4nIp7kP.js";
1
+ import { aK as getDefaultExportFromCjs } from "./converter-zRFw3Bgv.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 { ref, readonly, watch, computed, getCurrentInstance, onMounted, onBeforeUnmount, reactive, onBeforeMount, inject, onActivated, onDeactivated, createTextVNode, Fragment, Comment, defineComponent, provide, withDirectives, h, Teleport, toRef, nextTick, renderSlot, isVNode, shallowRef, watchEffect, mergeProps, Transition, vShow, cloneVNode, Text, markRaw, createElementBlock, openBlock, createElementVNode, createCommentVNode, normalizeClass, normalizeStyle, withKeys, unref, withModifiers, createBlock, toDisplayString, vModelText, createVNode, renderList, withCtx } from "vue";
2
- import { p as process$1 } from "./converter-l4nIp7kP.js";
3
- import { g as global$1, _ as _export_sfc, u as useHighContrastMode } from "./editor-B9mTHCNJ.js";
2
+ import { p as process$1 } from "./converter-zRFw3Bgv.js";
3
+ import { g as global$1, _ as _export_sfc, u as useHighContrastMode } from "./editor-DU_9E70n.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-l4nIp7kP.js";
1
+ import { ac } from "./chunks/converter-zRFw3Bgv.js";
2
2
  export {
3
3
  ac as SuperConverter
4
4
  };
@@ -1,5 +1,5 @@
1
- import "./chunks/converter-l4nIp7kP.js";
2
- import { D } from "./chunks/docx-zipper-irtnwkO1.js";
1
+ import "./chunks/converter-zRFw3Bgv.js";
2
+ import { D } from "./chunks/docx-zipper-BTBrrCYd.js";
3
3
  export {
4
4
  D as default
5
5
  };
@@ -1,6 +1,6 @@
1
- import { E } from "./chunks/editor-B9mTHCNJ.js";
2
- import "./chunks/converter-l4nIp7kP.js";
3
- import "./chunks/docx-zipper-irtnwkO1.js";
1
+ import { E } from "./chunks/editor-DU_9E70n.js";
2
+ import "./chunks/converter-zRFw3Bgv.js";
3
+ import "./chunks/docx-zipper-BTBrrCYd.js";
4
4
  export {
5
5
  E as Editor
6
6
  };
@@ -1,4 +1,4 @@
1
- import { J as JSZip } from "./chunks/docx-zipper-irtnwkO1.js";
1
+ import { J as JSZip } from "./chunks/docx-zipper-BTBrrCYd.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, W as isMacOS, a8 as pixelsToTwips, aP as getFileObject, P as PluginKey, a as Plugin } from "./chunks/converter-l4nIp7kP.js";
13
- import { ac, i, a9, aQ } from "./chunks/converter-l4nIp7kP.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 SLASH_MENU_HANDLED_FLAG, m as SlashMenuPluginKey, s as shouldBypassContextMenu, n as generateRulerDefinition, o as clampHandlePosition, p as calculateMarginFromHandle, q as measureCache, t as isHeadless, E as Editor, v as getStarterExtensions, P as PresentationEditor, w as Placeholder, x as getRichTextExtensions, D as DecorationSet, z as Decoration, M as Mark, A as Extension, B as Attribute, N as Node } from "./chunks/editor-B9mTHCNJ.js";
15
- import { G, J, H, T, C, I, F } from "./chunks/editor-B9mTHCNJ.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, W as isMacOS, a8 as pixelsToTwips, aP as getFileObject, P as PluginKey, a as Plugin } from "./chunks/converter-zRFw3Bgv.js";
13
+ import { ac, i, a9, aQ } from "./chunks/converter-zRFw3Bgv.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 SLASH_MENU_HANDLED_FLAG, m as SlashMenuPluginKey, s as shouldBypassContextMenu, n as generateRulerDefinition, o as clampHandlePosition, p as calculateMarginFromHandle, q as measureCache, t as isHeadless, E as Editor, v as getStarterExtensions, P as PresentationEditor, w as Placeholder, x as getRichTextExtensions, D as DecorationSet, z as Decoration, M as Mark, A as Extension, B as Attribute, N as Node } from "./chunks/editor-DU_9E70n.js";
15
+ import { G, J, H, T, C, I, F } from "./chunks/editor-DU_9E70n.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-Dxai0J4e.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-COU9B06z.js";
18
18
  import AIWriter from "./ai-writer.es.js";
19
- import { D } from "./chunks/docx-zipper-irtnwkO1.js";
19
+ import { D } from "./chunks/docx-zipper-BTBrrCYd.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-Dxai0J4e.js";
3
- import "./chunks/editor-B9mTHCNJ.js";
2
+ import { T } from "./chunks/toolbar-COU9B06z.js";
3
+ import "./chunks/editor-DU_9E70n.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-CIwVIlJ4.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-DRx9SuAg.cjs");
4
4
  require("./chunks/vue-gvuFr0vx.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-CLsxHJfr.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-Dpj3l8Ga.es.js";
2
2
  import "./chunks/vue-CLFbn_1r.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-CIwVIlJ4.cjs");
4
- const superdoc = require("./chunks/index-DvMw-ZFq.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-DRx9SuAg.cjs");
4
+ const superdoc = require("./chunks/index-DBQ2Ot1x.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-CLsxHJfr.es.js";
2
- import { D, H, P, S as S2, m, l } from "./chunks/index-uhbxSA5H.es.js";
1
+ import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-Dpj3l8Ga.es.js";
2
+ import { D, H, P, S as S2, m, l } from "./chunks/index-Dv0ZDnUf.es.js";
3
3
  import { B } from "./chunks/blank-docx-ABm6XYAA.es.js";
4
4
  export {
5
5
  a as AnnotatorHelpers,
@@ -42468,7 +42468,7 @@ Please report this to https://github.com/markedjs/marked.`, e) {
42468
42468
  static getStoredSuperdocVersion(docx) {
42469
42469
  return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
42470
42470
  }
42471
- static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "2.0.0-next.17") {
42471
+ static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "2.0.0-next.18") {
42472
42472
  return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
42473
42473
  }
42474
42474
  /**
@@ -68530,7 +68530,7 @@ ${err.toString()}`);
68530
68530
  const shouldSkipNodeView = (editor) => {
68531
68531
  return isHeadless(editor);
68532
68532
  };
68533
- const summaryVersion = "2.0.0-next.17";
68533
+ const summaryVersion = "2.0.0-next.18";
68534
68534
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
68535
68535
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
68536
68536
  function mapAttributes(attrs) {
@@ -69319,7 +69319,7 @@ ${err.toString()}`);
69319
69319
  { default: remarkStringify2 },
69320
69320
  { default: remarkGfm2 }
69321
69321
  ] = await Promise.all([
69322
- Promise.resolve().then(() => indexBIDjlQex),
69322
+ Promise.resolve().then(() => indexDYt9md7x),
69323
69323
  Promise.resolve().then(() => indexDRCvimau),
69324
69324
  Promise.resolve().then(() => indexC_x_N6Uh),
69325
69325
  Promise.resolve().then(() => indexD_sWOSiG),
@@ -69524,7 +69524,7 @@ ${err.toString()}`);
69524
69524
  * Process collaboration migrations
69525
69525
  */
69526
69526
  processCollaborationMigrations() {
69527
- console.debug("[checkVersionMigrations] Current editor version", "2.0.0-next.17");
69527
+ console.debug("[checkVersionMigrations] Current editor version", "2.0.0-next.18");
69528
69528
  if (!this.options.ydoc) return;
69529
69529
  const metaMap = this.options.ydoc.getMap("meta");
69530
69530
  let docVersion = metaMap.get("version");
@@ -104509,7 +104509,14 @@ ${l}
104509
104509
  const footerMargin = margins.footer ?? 0;
104510
104510
  const headerContentSpace = Math.max(marginTop - headerMargin, 0);
104511
104511
  const footerContentSpace = Math.max(marginBottom - footerMargin, 0);
104512
- const height = Math.max(headerContentSpace, footerContentSpace, 1);
104512
+ const MIN_HEADER_FOOTER_HEIGHT = 48;
104513
+ const height = Math.max(
104514
+ headerContentSpace,
104515
+ footerContentSpace,
104516
+ headerMargin || MIN_HEADER_FOOTER_HEIGHT,
104517
+ footerMargin || MIN_HEADER_FOOTER_HEIGHT,
104518
+ MIN_HEADER_FOOTER_HEIGHT
104519
+ );
104513
104520
  return {
104514
104521
  width: measurementWidth,
104515
104522
  height,
@@ -157972,7 +157979,7 @@ ${style2}
157972
157979
  this.config.colors = shuffleArray(this.config.colors);
157973
157980
  this.userColorMap = /* @__PURE__ */ new Map();
157974
157981
  this.colorIndex = 0;
157975
- this.version = "2.0.0-next.17";
157982
+ this.version = "2.0.0-next.18";
157976
157983
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
157977
157984
  this.superdocId = config2.superdocId || v4();
157978
157985
  this.colors = this.config.colors;
@@ -160445,7 +160452,7 @@ ${style2}
160445
160452
  value && typeof value === "object" && "byteLength" in value && "byteOffset" in value
160446
160453
  );
160447
160454
  }
160448
- const indexBIDjlQex = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
160455
+ const indexDYt9md7x = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
160449
160456
  __proto__: null,
160450
160457
  unified
160451
160458
  }, Symbol.toStringTag, { value: "Module" }));