@harbour-enterprises/superdoc 1.30.0-next.77 → 1.30.0-next.78

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 (29) hide show
  1. package/dist/chunks/{SuperConverter-DQMXnIz-.es.js → SuperConverter-D2W0PUhr.es.js} +1 -1
  2. package/dist/chunks/{SuperConverter-Lx8eRk_5.cjs → SuperConverter-Dytp6YjB.cjs} +1 -1
  3. package/dist/chunks/{create-headless-toolbar-BdhzOKz8.es.js → create-headless-toolbar-CFd9qBwd.es.js} +1 -1
  4. package/dist/chunks/{create-headless-toolbar-4C9S9XRH.cjs → create-headless-toolbar-D4yiBHEt.cjs} +1 -1
  5. package/dist/chunks/{create-super-doc-ui-D_gOIjfE.es.js → create-super-doc-ui-CAQAdBKC.es.js} +2 -2
  6. package/dist/chunks/{create-super-doc-ui-9zlBIngM.cjs → create-super-doc-ui-LbV26Wl9.cjs} +2 -2
  7. package/dist/chunks/{src-XkOpciUP.cjs → src-DdxUZOJV.cjs} +5 -5
  8. package/dist/chunks/{src-Ci3fBxiz.es.js → src-wA3n5QBY.es.js} +5 -5
  9. package/dist/headless-toolbar-react.cjs +2 -2
  10. package/dist/headless-toolbar-react.es.js +2 -2
  11. package/dist/headless-toolbar-vue.cjs +2 -2
  12. package/dist/headless-toolbar-vue.es.js +2 -2
  13. package/dist/headless-toolbar.cjs +4 -4
  14. package/dist/headless-toolbar.es.js +4 -4
  15. package/dist/super-editor/converter.cjs +1 -1
  16. package/dist/super-editor/converter.es.js +1 -1
  17. package/dist/super-editor/src/types.d.cts +228 -0
  18. package/dist/super-editor.cjs +4 -4
  19. package/dist/super-editor.es.js +4 -4
  20. package/dist/superdoc/src/index.d.cts +370 -0
  21. package/dist/superdoc/src/super-editor.d.cts +369 -0
  22. package/dist/superdoc.cjs +5 -5
  23. package/dist/superdoc.es.js +5 -5
  24. package/dist/superdoc.min.js +5 -5
  25. package/dist/ui-react.cjs +3 -3
  26. package/dist/ui-react.es.js +3 -3
  27. package/dist/ui.cjs +3 -3
  28. package/dist/ui.es.js +3 -3
  29. package/package.json +16 -17
@@ -83725,7 +83725,7 @@ var FONT_FAMILY_FALLBACKS = Object.freeze({
83725
83725
  });
83726
83726
  var DEFAULT_GENERIC_FALLBACK = "sans-serif";
83727
83727
  var DEFAULT_FONT_SIZE_PT = 10;
83728
- var CURRENT_APP_VERSION = "1.30.0-next.77";
83728
+ var CURRENT_APP_VERSION = "1.30.0-next.78";
83729
83729
  var collectRunDefaultProperties = (runProps, { allowOverrideTypeface = true, allowOverrideSize = true, themeResolver, state }) => {
83730
83730
  if (!runProps?.elements?.length || !state) return;
83731
83731
  const fontsNode = runProps.elements.find((el) => el.name === "w:rFonts");
@@ -85587,7 +85587,7 @@ var FONT_FAMILY_FALLBACKS = Object.freeze({
85587
85587
  });
85588
85588
  var DEFAULT_GENERIC_FALLBACK = "sans-serif";
85589
85589
  var DEFAULT_FONT_SIZE_PT = 10;
85590
- var CURRENT_APP_VERSION = "1.30.0-next.77";
85590
+ var CURRENT_APP_VERSION = "1.30.0-next.78";
85591
85591
  var collectRunDefaultProperties = (runProps, { allowOverrideTypeface = true, allowOverrideSize = true, themeResolver, state }) => {
85592
85592
  if (!runProps?.elements?.length || !state) return;
85593
85593
  const fontsNode = runProps.elements.find((el) => el.name === "w:rFonts");
@@ -1,4 +1,4 @@
1
- import { $a as ReplaceStep, Ao as getUnderlineCssString, Fa as findParentNodeClosestToPos, Fi as undoDepth, Fo as generateDocxRandomId, G as getTrackChanges, Ga as Plugin, Ja as TextSelection, Ka as PluginKey, Ni as redoDepth, Or as kebabCase, Pa as findParentNode, Qa as ReplaceAroundStep, Ri as isRelativeUrl, Ss as getExtensionConfigField, Ta as DecorationSet, Vi as isInTable, Wa as NodeSelection, Wi as getActiveFormatting, di as isList, ii as numberingInfoToOrderedStyle, ki as yUndoPluginKey, mi as findOrCreateRelationship, na as calculateResolvedParagraphProperties, ra as getResolvedParagraphProperties, wa as Decoration, xs as callOrGet } from "./SuperConverter-DQMXnIz-.es.js";
1
+ import { $a as ReplaceStep, Ao as getUnderlineCssString, Fa as findParentNodeClosestToPos, Fi as undoDepth, Fo as generateDocxRandomId, G as getTrackChanges, Ga as Plugin, Ja as TextSelection, Ka as PluginKey, Ni as redoDepth, Or as kebabCase, Pa as findParentNode, Qa as ReplaceAroundStep, Ri as isRelativeUrl, Ss as getExtensionConfigField, Ta as DecorationSet, Vi as isInTable, Wa as NodeSelection, Wi as getActiveFormatting, di as isList, ii as numberingInfoToOrderedStyle, ki as yUndoPluginKey, mi as findOrCreateRelationship, na as calculateResolvedParagraphProperties, ra as getResolvedParagraphProperties, wa as Decoration, xs as callOrGet } from "./SuperConverter-D2W0PUhr.es.js";
2
2
  import { R as twipsToLines } from "./constants-DrU4EASo.es.js";
3
3
  import { t as Buffer } from "./dist-B8HfvhaK.es.js";
4
4
  var CSS_DIMENSION_REGEX = /[\d-.]+(\w+)$/;
@@ -1,4 +1,4 @@
1
- const require_SuperConverter = require("./SuperConverter-Lx8eRk_5.cjs");
1
+ const require_SuperConverter = require("./SuperConverter-Dytp6YjB.cjs");
2
2
  const require_constants = require("./constants-DA5YJ09l.cjs");
3
3
  const require_dist = require("./dist-kRpWoWUg.cjs");
4
4
  var CSS_DIMENSION_REGEX = /[\d-.]+(\w+)$/;
@@ -1,5 +1,5 @@
1
- import { Dn as resolveTextTarget, Rn as pmPositionToTextOffset, br as DocumentApiAdapterError } from "./SuperConverter-DQMXnIz-.es.js";
2
- import { d as processAndInsertImageFile, f as getFileOpener, l as generateLinkedStyleString, n as createToolbarRegistry, r as resolveToolbarSources, t as createHeadlessToolbar, u as getQuickFormatList } from "./create-headless-toolbar-BdhzOKz8.es.js";
1
+ import { Dn as resolveTextTarget, Rn as pmPositionToTextOffset, br as DocumentApiAdapterError } from "./SuperConverter-D2W0PUhr.es.js";
2
+ import { d as processAndInsertImageFile, f as getFileOpener, l as generateLinkedStyleString, n as createToolbarRegistry, r as resolveToolbarSources, t as createHeadlessToolbar, u as getQuickFormatList } from "./create-headless-toolbar-CFd9qBwd.es.js";
3
3
  const headlessToolbarConstants = {
4
4
  DEFAULT_TEXT_ALIGN_OPTIONS: [
5
5
  {
@@ -1,5 +1,5 @@
1
- const require_SuperConverter = require("./SuperConverter-Lx8eRk_5.cjs");
2
- const require_create_headless_toolbar = require("./create-headless-toolbar-4C9S9XRH.cjs");
1
+ const require_SuperConverter = require("./SuperConverter-Dytp6YjB.cjs");
2
+ const require_create_headless_toolbar = require("./create-headless-toolbar-D4yiBHEt.cjs");
3
3
  const DEFAULT_TEXT_ALIGN_OPTIONS = [
4
4
  {
5
5
  label: "Left",
@@ -1,8 +1,8 @@
1
1
  const require_rolldown_runtime = require("./rolldown-runtime-C34Jxks9.cjs");
2
- const require_SuperConverter = require("./SuperConverter-Lx8eRk_5.cjs");
2
+ const require_SuperConverter = require("./SuperConverter-Dytp6YjB.cjs");
3
3
  const require_jszip = require("./jszip-4KbV_vHe.cjs");
4
4
  const require_uuid = require("./uuid-BZOhSkTa.cjs");
5
- const require_create_headless_toolbar = require("./create-headless-toolbar-4C9S9XRH.cjs");
5
+ const require_create_headless_toolbar = require("./create-headless-toolbar-D4yiBHEt.cjs");
6
6
  const require_constants = require("./constants-DA5YJ09l.cjs");
7
7
  const require_dist = require("./dist-kRpWoWUg.cjs");
8
8
  const require_unified = require("./unified-DgEQofGI.cjs");
@@ -3112,7 +3112,7 @@ var DEFAULT_ENDPOINT = "https://ingest.superdoc.dev/v1/collect";
3112
3112
  const COMMUNITY_LICENSE_KEY = "community-and-eval-agplv3";
3113
3113
  function getSuperdocVersion() {
3114
3114
  try {
3115
- return "1.30.0-next.77";
3115
+ return "1.30.0-next.78";
3116
3116
  } catch {
3117
3117
  return "unknown";
3118
3118
  }
@@ -45844,7 +45844,7 @@ const canUseDOM = () => {
45844
45844
  return false;
45845
45845
  }
45846
45846
  };
45847
- var summaryVersion = "1.30.0-next.77";
45847
+ var summaryVersion = "1.30.0-next.78";
45848
45848
  var nodeKeys = [
45849
45849
  "group",
45850
45850
  "content",
@@ -73726,7 +73726,7 @@ function initPartsRuntime(editor) {
73726
73726
  var empty_exports = /* @__PURE__ */ require_rolldown_runtime.__export({ default: () => null }, 1);
73727
73727
  var empty;
73728
73728
  var init_empty = require_rolldown_runtime.__esmMin((() => {}));
73729
- var CURRENT_APP_VERSION = "1.30.0-next.77";
73729
+ var CURRENT_APP_VERSION = "1.30.0-next.78";
73730
73730
  var PIXELS_PER_INCH = 96;
73731
73731
  var MAX_HEIGHT_BUFFER_PX = 50;
73732
73732
  var MAX_WIDTH_BUFFER_PX = 20;
@@ -1,8 +1,8 @@
1
1
  import { n as __esmMin, o as __toCommonJS, r as __export, t as __commonJSMin } from "./rolldown-runtime-Bg48TavK.es.js";
2
- import { $ as resolveLiveStorySessionRuntime, $a as ReplaceStep, $i as clampRange, $n as toBlockAddress, $o as isStoryLocator, $r as getSectPrMargins, $t as clearSectPrHeaderFooterRef, A as findSdtPrChild, Aa as getSchemaTypeNameByName, Ai as closeHistory, An as scopeByRange, Ao as getUnderlineCssString, Ar as translator$2, At as registerStaticInvalidationHandlers, B as buildTrackedChangeCanonicalIdMap, Ba as getSchemaTypeByName, Bi as CommandService, Bn as clearIndexCache, Bo as isStructuralInsertInput, Br as markdownToPmFragment, Bt as readDefaultTableStyle, C as buildTarget, Ca as keymap, Ci as planError, Cn as paginate, Co as resolveExistingTableEffectiveStyleId, Cr as parseStoryKey, Ct as ensureHeaderFooterDescriptor, D as resolveControlType, Da as __endComposition, Di as yCursorPluginKey, Dn as resolveTextTarget, Do as normalizeBaselineShift, Dr as getListRendering, Dt as setHeaderFooterRefMutation, E as resolveBinding, Ea as EditorView, Ei as registerPartDescriptor, En as resolveInlineInsertPosition, Eo as hasExplicitBaselineShift, Er as getListOrdinalFromPath, Et as resolveEffectiveRef, F as upsertSdtPrChild, Fa as findParentNodeClosestToPos, Fi as undoDepth, Fn as parentAllowsNodeAt, Fo as generateDocxRandomId, Fr as getViewModeSelectionWithoutStructuredContent, Ft as SETTINGS_PART_PATH, G as getTrackChanges, Ga as Plugin, Gi as findMark$1, Gn as findBlockByIdStrict, Go as PUBLIC_MUTATION_STEP_OP_IDS, Gr as htmlHandler, Gt as setOddEvenHeadersFooters, H as resolveTrackedChange, Ha as AllSelection, Hi as posToDOMRect, Hn as getInlineIndex, Ho as textReceiptToSDReceipt, Hr as createDocFromHTML, Ht as removeDefaultTableStyle, I as SDT_BLOCK_NAME, Ia as defaultBlockAt$1, Ii as UrlValidationConstants, In as textBetweenWithTabs, Io as generateRandomSigned32BitIntStrId, Ir as updateDOMAttributes, It as clearDocumentProtectionEnforcement, J as getTextAdapter, Ja as TextSelection, Ji as getSelectionFormattingState, Jn as getHeadingLevel, Jo as COMMAND_CATALOG, Jr as mergeSerializedClipboardMetadataIntoDomContainer, Jt as getBodySectPrFromEditor, K as documentHelpers_exports, Ka as PluginKey, Ki as getFormattingStateAtPos, Kn as findBlockByNodeIdOnly, Ko as isPublicMutationStepOp, Kr as inputRulesPlugin, Kt as compoundMutation, L as findAllSdtNodes, La as getMarkType, Li as encodeTooltip, Ln as computeTextContentLength, Lo as createDocumentApi, Lr as processContent, Lt as ensureSettingsRoot, M as replaceSdtPrSubElements, Ma as getMarkRange, Mi as redo, Mn as buildTextMutationResolution, Mo as TrackFormatMarkName, Mr as translator, Mt as buildAllowedIdentifierSetFromEditor, N as updateSdtPrChild, Na as isTextSelection, Ni as redoDepth, Nn as readTextAtResolvedRange, No as TrackInsertMarkName, Nr as parseXmlToJson, Nt as getProtectionStorage, O as resolveLockMode, Oa as isActive, Oi as ySyncPluginKey, On as resolveWithinScope, Oo as resolveBaseFontSizeForVerticalText, Ot as setLinkedToPreviousMutation, P as updateSdtPrSubElementAttr, Pa as findParentNode, Pi as undo, Pn as buildTextWithTabs, Po as TrackedFormatMarkNames, Pr as helpers_exports, Pt as isReadOnlyProtectionRuntimeEnforced, Q as registerLiveStorySessionRuntime, Qa as ReplaceAroundStep$1, Qi as extractTableInfo, Qn as resolveBlockNodeId, Qo as INLINE_PROPERTY_REGISTRY, Qr as embedSliceInHtml, Qt as sectionsListAdapter$1, R as isSdtNode, Ra as getNodeType, Rn as pmPositionToTextOffset, Ro as DEFAULT_PROTECTION_STATE, Rr as createDocFromMarkdown, Rt as hasOddEvenHeadersFooters, S as buildContentControlInfoFromNode, Sa as keydownHandler, Si as PlanError, Sn as insertParagraphAtEnd, So as isKnownTableStyleId, Sr as buildStoryKey, Ss as getExtensionConfigField, St as SOURCE_HEADER_FOOTER_LOCAL, T as readChoiceListData, Ta as DecorationSet, Ti as hasPart, Tn as resolveDefaultInsertTarget, To as SUBSCRIPT_SUPERSCRIPT_SCALE, Tr as translateStyleDefinitions, Tt as clearHeaderFooterRefMutation, U as resolveTrackedChangeInStory, Ua as EditorState, Ui as findChildren$1, Un as buildBlockIndex, Uo as derivePropertyStateFromDirect, Ur as InputRule, Ut as setDefaultTableStyle, V as groupTrackedChanges, Va as createDocument, Vi as isInTable, Vn as getBlockIndex, Vo as buildStructuralReceipt, Vr as readImageDimensionsFromDataUri, Vt as readSettingsRoot, W as resolveTrackedChangeType, Wa as NodeSelection, Wi as getActiveFormatting, Wn as findBlockById, Wo as CAPABILITY_REASON_CODES, Wr as handleClipboardPaste, Wt as setDocumentProtection, X as resolveStoryRuntime, Xa as Mapping, Xi as TRANSIENT_HYPERLINK_STYLE_IDS, Xn as mapBlockNodeType, Xo as INLINE_PROPERTY_BY_KEY, Xr as bodySectPrShouldEmbed, Xt as resolveSectionProjections, Y as getStoryRuntimeCache, Ya as AddMarkStep, Yi as normalizeRunProperties, Yn as isTextBlockCandidate, Yo as OPERATION_IDS, Yr as SUPERDOC_MEDIA_MIME, Yt as getDefaultSectionAddress, Z as commitLiveStorySessionRuntimes, Za as RemoveMarkStep, Zi as calculateInlineRunPropertiesPlugin, Zn as resolveBlockAlias, Zo as INLINE_PROPERTY_KEY_SET, Zr as collectReferencedImageMediaForClipboard, Zt as sectionsGetAdapter, _ as getSequenceFromTarget, _a as splitCell, _i as checkRevision, _n as writeSectPrTitlePage, _o as resolveRunProperties, _r as maybeEmitNextSectionBreakForNode, _s as Fragment$1, _t as applyTrackedMutationMeta, a as getLiveDocumentCounts, aa as TableMap, ai as rebuildRawNumberingFromTranslated, an as readSectPrMargins, ao as liftTarget, ar as toId, as as buildResolvedHandle, at as footnotesPartDescriptor, b as resolveBlocksInRange, ba as toggleHeader, bi as initRevision, bn as dedupeDiagnostics, bo as TABLE_FALLBACK_BORDERS, br as DocumentApiAdapterError, bs as minMax, bt as resolveHeaderFooterRId, c as resolveListItem, ca as columnResizing, ci as removeLvlOverride, cn as writeSectPrBreakType, co as isLegacySchemaDefaultBorders, cr as findInlineByAnchor, cs as MAX_PLAN_RESOLVED_TARGETS, ct as removeNoteElement, d as evaluateCanJoin, da as deleteTable, di as isList, dn as writeSectPrHeaderFooterMargins, do as encodeCSSFromRPr, dr as CommentMarkName, ds as SELECTION_EDGE_NODE_TYPES, dt as normalizeVariant, ea as collectChangedRangesThroughTransactions, ei as updateSectionMargins, en as clearSectPrPageBorders, eo as Transform, er as buildFallbackBlockNodeId, es as storyLocatorToKey, et as initStoryRevisionStore, f as findAdjacentSequence, fa as fixTables, fi as docxNumberingHelpers, fn as writeSectPrLineNumbering, fo as encodeMarksFromRPr, fr as analyzeSectionRanges, fs as DELETABLE_BLOCK_NODE_TYPES, ft as sectionMutationBySectPr, g as getContiguousSequence, ga as setCellAttr, gi as mutateParts, gn as writeSectPrPageSetup, go as resolveParagraphProperties, gr as hasIntrinsicBoundarySignals, gs as DOMSerializer, gt as applyDirectMutationMeta, h as getAllListItemProjections, ha as selectedRect, hi as mutatePart, hn as writeSectPrPageNumbering, ho as resolveDocxFontFamily, hr as emitPendingSectionBreakForParagraph, hs as DOMParser$1, ht as requireEditorCommand, i as resolveMainBodyEditor, ia as CellSelection, ii as numberingInfoToOrderedStyle, in as readSectPrHeaderFooterRefs, io as joinPoint, ir as toFiniteNumber, is as buildDiscoveryResult, it as endnotesPartDescriptor, j as removeSdtPrChild, ja as isMarkActive, ji as history, jn as validatePaginationInput, jo as TrackDeleteMarkName, jr as translator$1, jt as applyEffectiveEditability, k as applyAttrsUpdate, ka as isNodeActive, ki as yUndoPluginKey, kn as resolveWriteTarget, ko as scaleFontSizeForVerticalText, kt as createHeaderFooterPart, l as computeSequenceId, la as deleteColumn, li as changeListLevel, ln as writeSectPrColumns, lo as decodeRPrFromMarks, lr as findInlineByType, ls as MAX_PLAN_STEPS, lt as updateNoteElement, m as getAbstractNumId, ma as mergeCells, mi as findOrCreateRelationship, mn as writeSectPrPageMargins, mo as getNumberingProperties, mr as createSectionBreakBlock, ms as DEFAULT_DOCX_DEFS, mt as rejectTrackedMode, n as getWordStatistics, na as calculateResolvedParagraphProperties, ni as ListHelpers, nn as createSectPrElement, no as canSplit, nr as normalizeExcerpt, ns as DEFAULT_PLACEMENT, nt as addNoteElement, o as listItemProjectionToInfo, oa as addColumnAfter, oi as numberingPartDescriptor, on as readSectPrPageSetup, oo as replaceStep$1, or as toNonEmptyString, os as SNIPPET_CONTEXT_CHARS, ot as getNoteElements, p as findPreviousCompatibleSequence, pa as goToNextCell, pi as generateOrderedListIndex, pn as writeSectPrPageBorders, po as DEFAULT_TBL_LOOK, pr as publishSectionMetadata, ps as DocumentApiValidationError, pt as ensureTrackedCapability, q as findMarkPosition, qa as Selection, qi as getMarksFromSelection, qn as findBlockByPos, qo as PROPERTY_REGISTRY, qr as annotateFragmentDomWithClipboardData, qt as readTargetSectPr, r as resolveDocumentStatFieldValue, ra as getResolvedParagraphProperties, ri as markerTextToBulletStyle, rn as ensureSectPrElement, ro as dropPoint, rr as resolveCommentIdFromAttrs, rs as buildDiscoveryItem, rt as bootstrapNotesPart, s as listListItems, sa as addColumnBefore, si as syncNumberingToXmlTree, sn as setSectPrHeaderFooterRef, so as convertBordersToOoxmlFormat, sr as buildInlineIndex, ss as SNIPPET_MAX_LENGTH, st as getNotesConfig, t as SuperConverter, ta as mergeRanges, ti as unflattenListsInHtml, tn as cloneXmlElement, to as canJoin, tr as resolvePublicTocNodeId, ts as DEFAULT_NESTING_POLICY, tt as normalizeNotePmJson, u as evaluateCanContinuePrevious, ua as deleteRow, ui as updateNumberingProperties, un as writeSectPrDirection, uo as encodeCSSFromPPr, ur as isInlineQueryType, us as MARK_KEYS, ut as ensureExplicitHeaderFooterSlot, v as isFirstInSequence, va as tableEditing, vi as getRevision, vn as writeSectPrVerticalAlign, vo as resolveTableCellProperties, vr as shouldRequirePageBoundary, vs as Schema$1, vt as exportSubEditorToPart, w as readCheckboxChecked, wa as Decoration, wi as getPart, wn as resolveBlockCreatePosition, wo as resolvePreferredNewTableStyleId, wr as resolveEvenAndOddHeadersFromSettingsPart, wt as isHeaderFooterPartId, x as buildContentControlInfoFromAttrs, xa as toggleHeaderCell, xi as trackRevisions, xn as findCandidateByPos, xo as TABLE_FALLBACK_CELL_PADDING, xr as BODY_STORY_KEY, xs as callOrGet, xt as resolveRIdFromRelsData, y as resolveBlock, ya as tableNodeTypes, yi as incrementRevision, yn as addDiagnostic, yo as resolveTableProperties, yr as createStoryEditor, ys as Slice, yt as registerExistingHeaderFooterDescriptors, z as resolveSdtByTarget, za as cleanSchemaItem, zi as sanitizeHref, zn as resolveTextRangeInBlock, zo as isStructuralReplaceInput, zt as parseProtectionState } from "./SuperConverter-DQMXnIz-.es.js";
2
+ import { $ as resolveLiveStorySessionRuntime, $a as ReplaceStep, $i as clampRange, $n as toBlockAddress, $o as isStoryLocator, $r as getSectPrMargins, $t as clearSectPrHeaderFooterRef, A as findSdtPrChild, Aa as getSchemaTypeNameByName, Ai as closeHistory, An as scopeByRange, Ao as getUnderlineCssString, Ar as translator$2, At as registerStaticInvalidationHandlers, B as buildTrackedChangeCanonicalIdMap, Ba as getSchemaTypeByName, Bi as CommandService, Bn as clearIndexCache, Bo as isStructuralInsertInput, Br as markdownToPmFragment, Bt as readDefaultTableStyle, C as buildTarget, Ca as keymap, Ci as planError, Cn as paginate, Co as resolveExistingTableEffectiveStyleId, Cr as parseStoryKey, Ct as ensureHeaderFooterDescriptor, D as resolveControlType, Da as __endComposition, Di as yCursorPluginKey, Dn as resolveTextTarget, Do as normalizeBaselineShift, Dr as getListRendering, Dt as setHeaderFooterRefMutation, E as resolveBinding, Ea as EditorView, Ei as registerPartDescriptor, En as resolveInlineInsertPosition, Eo as hasExplicitBaselineShift, Er as getListOrdinalFromPath, Et as resolveEffectiveRef, F as upsertSdtPrChild, Fa as findParentNodeClosestToPos, Fi as undoDepth, Fn as parentAllowsNodeAt, Fo as generateDocxRandomId, Fr as getViewModeSelectionWithoutStructuredContent, Ft as SETTINGS_PART_PATH, G as getTrackChanges, Ga as Plugin, Gi as findMark$1, Gn as findBlockByIdStrict, Go as PUBLIC_MUTATION_STEP_OP_IDS, Gr as htmlHandler, Gt as setOddEvenHeadersFooters, H as resolveTrackedChange, Ha as AllSelection, Hi as posToDOMRect, Hn as getInlineIndex, Ho as textReceiptToSDReceipt, Hr as createDocFromHTML, Ht as removeDefaultTableStyle, I as SDT_BLOCK_NAME, Ia as defaultBlockAt$1, Ii as UrlValidationConstants, In as textBetweenWithTabs, Io as generateRandomSigned32BitIntStrId, Ir as updateDOMAttributes, It as clearDocumentProtectionEnforcement, J as getTextAdapter, Ja as TextSelection, Ji as getSelectionFormattingState, Jn as getHeadingLevel, Jo as COMMAND_CATALOG, Jr as mergeSerializedClipboardMetadataIntoDomContainer, Jt as getBodySectPrFromEditor, K as documentHelpers_exports, Ka as PluginKey, Ki as getFormattingStateAtPos, Kn as findBlockByNodeIdOnly, Ko as isPublicMutationStepOp, Kr as inputRulesPlugin, Kt as compoundMutation, L as findAllSdtNodes, La as getMarkType, Li as encodeTooltip, Ln as computeTextContentLength, Lo as createDocumentApi, Lr as processContent, Lt as ensureSettingsRoot, M as replaceSdtPrSubElements, Ma as getMarkRange, Mi as redo, Mn as buildTextMutationResolution, Mo as TrackFormatMarkName, Mr as translator, Mt as buildAllowedIdentifierSetFromEditor, N as updateSdtPrChild, Na as isTextSelection, Ni as redoDepth, Nn as readTextAtResolvedRange, No as TrackInsertMarkName, Nr as parseXmlToJson, Nt as getProtectionStorage, O as resolveLockMode, Oa as isActive, Oi as ySyncPluginKey, On as resolveWithinScope, Oo as resolveBaseFontSizeForVerticalText, Ot as setLinkedToPreviousMutation, P as updateSdtPrSubElementAttr, Pa as findParentNode, Pi as undo, Pn as buildTextWithTabs, Po as TrackedFormatMarkNames, Pr as helpers_exports, Pt as isReadOnlyProtectionRuntimeEnforced, Q as registerLiveStorySessionRuntime, Qa as ReplaceAroundStep$1, Qi as extractTableInfo, Qn as resolveBlockNodeId, Qo as INLINE_PROPERTY_REGISTRY, Qr as embedSliceInHtml, Qt as sectionsListAdapter$1, R as isSdtNode, Ra as getNodeType, Rn as pmPositionToTextOffset, Ro as DEFAULT_PROTECTION_STATE, Rr as createDocFromMarkdown, Rt as hasOddEvenHeadersFooters, S as buildContentControlInfoFromNode, Sa as keydownHandler, Si as PlanError, Sn as insertParagraphAtEnd, So as isKnownTableStyleId, Sr as buildStoryKey, Ss as getExtensionConfigField, St as SOURCE_HEADER_FOOTER_LOCAL, T as readChoiceListData, Ta as DecorationSet, Ti as hasPart, Tn as resolveDefaultInsertTarget, To as SUBSCRIPT_SUPERSCRIPT_SCALE, Tr as translateStyleDefinitions, Tt as clearHeaderFooterRefMutation, U as resolveTrackedChangeInStory, Ua as EditorState, Ui as findChildren$1, Un as buildBlockIndex, Uo as derivePropertyStateFromDirect, Ur as InputRule, Ut as setDefaultTableStyle, V as groupTrackedChanges, Va as createDocument, Vi as isInTable, Vn as getBlockIndex, Vo as buildStructuralReceipt, Vr as readImageDimensionsFromDataUri, Vt as readSettingsRoot, W as resolveTrackedChangeType, Wa as NodeSelection, Wi as getActiveFormatting, Wn as findBlockById, Wo as CAPABILITY_REASON_CODES, Wr as handleClipboardPaste, Wt as setDocumentProtection, X as resolveStoryRuntime, Xa as Mapping, Xi as TRANSIENT_HYPERLINK_STYLE_IDS, Xn as mapBlockNodeType, Xo as INLINE_PROPERTY_BY_KEY, Xr as bodySectPrShouldEmbed, Xt as resolveSectionProjections, Y as getStoryRuntimeCache, Ya as AddMarkStep, Yi as normalizeRunProperties, Yn as isTextBlockCandidate, Yo as OPERATION_IDS, Yr as SUPERDOC_MEDIA_MIME, Yt as getDefaultSectionAddress, Z as commitLiveStorySessionRuntimes, Za as RemoveMarkStep, Zi as calculateInlineRunPropertiesPlugin, Zn as resolveBlockAlias, Zo as INLINE_PROPERTY_KEY_SET, Zr as collectReferencedImageMediaForClipboard, Zt as sectionsGetAdapter, _ as getSequenceFromTarget, _a as splitCell, _i as checkRevision, _n as writeSectPrTitlePage, _o as resolveRunProperties, _r as maybeEmitNextSectionBreakForNode, _s as Fragment$1, _t as applyTrackedMutationMeta, a as getLiveDocumentCounts, aa as TableMap, ai as rebuildRawNumberingFromTranslated, an as readSectPrMargins, ao as liftTarget, ar as toId, as as buildResolvedHandle, at as footnotesPartDescriptor, b as resolveBlocksInRange, ba as toggleHeader, bi as initRevision, bn as dedupeDiagnostics, bo as TABLE_FALLBACK_BORDERS, br as DocumentApiAdapterError, bs as minMax, bt as resolveHeaderFooterRId, c as resolveListItem, ca as columnResizing, ci as removeLvlOverride, cn as writeSectPrBreakType, co as isLegacySchemaDefaultBorders, cr as findInlineByAnchor, cs as MAX_PLAN_RESOLVED_TARGETS, ct as removeNoteElement, d as evaluateCanJoin, da as deleteTable, di as isList, dn as writeSectPrHeaderFooterMargins, do as encodeCSSFromRPr, dr as CommentMarkName, ds as SELECTION_EDGE_NODE_TYPES, dt as normalizeVariant, ea as collectChangedRangesThroughTransactions, ei as updateSectionMargins, en as clearSectPrPageBorders, eo as Transform, er as buildFallbackBlockNodeId, es as storyLocatorToKey, et as initStoryRevisionStore, f as findAdjacentSequence, fa as fixTables, fi as docxNumberingHelpers, fn as writeSectPrLineNumbering, fo as encodeMarksFromRPr, fr as analyzeSectionRanges, fs as DELETABLE_BLOCK_NODE_TYPES, ft as sectionMutationBySectPr, g as getContiguousSequence, ga as setCellAttr, gi as mutateParts, gn as writeSectPrPageSetup, go as resolveParagraphProperties, gr as hasIntrinsicBoundarySignals, gs as DOMSerializer, gt as applyDirectMutationMeta, h as getAllListItemProjections, ha as selectedRect, hi as mutatePart, hn as writeSectPrPageNumbering, ho as resolveDocxFontFamily, hr as emitPendingSectionBreakForParagraph, hs as DOMParser$1, ht as requireEditorCommand, i as resolveMainBodyEditor, ia as CellSelection, ii as numberingInfoToOrderedStyle, in as readSectPrHeaderFooterRefs, io as joinPoint, ir as toFiniteNumber, is as buildDiscoveryResult, it as endnotesPartDescriptor, j as removeSdtPrChild, ja as isMarkActive, ji as history, jn as validatePaginationInput, jo as TrackDeleteMarkName, jr as translator$1, jt as applyEffectiveEditability, k as applyAttrsUpdate, ka as isNodeActive, ki as yUndoPluginKey, kn as resolveWriteTarget, ko as scaleFontSizeForVerticalText, kt as createHeaderFooterPart, l as computeSequenceId, la as deleteColumn, li as changeListLevel, ln as writeSectPrColumns, lo as decodeRPrFromMarks, lr as findInlineByType, ls as MAX_PLAN_STEPS, lt as updateNoteElement, m as getAbstractNumId, ma as mergeCells, mi as findOrCreateRelationship, mn as writeSectPrPageMargins, mo as getNumberingProperties, mr as createSectionBreakBlock, ms as DEFAULT_DOCX_DEFS, mt as rejectTrackedMode, n as getWordStatistics, na as calculateResolvedParagraphProperties, ni as ListHelpers, nn as createSectPrElement, no as canSplit, nr as normalizeExcerpt, ns as DEFAULT_PLACEMENT, nt as addNoteElement, o as listItemProjectionToInfo, oa as addColumnAfter, oi as numberingPartDescriptor, on as readSectPrPageSetup, oo as replaceStep$1, or as toNonEmptyString, os as SNIPPET_CONTEXT_CHARS, ot as getNoteElements, p as findPreviousCompatibleSequence, pa as goToNextCell, pi as generateOrderedListIndex, pn as writeSectPrPageBorders, po as DEFAULT_TBL_LOOK, pr as publishSectionMetadata, ps as DocumentApiValidationError, pt as ensureTrackedCapability, q as findMarkPosition, qa as Selection, qi as getMarksFromSelection, qn as findBlockByPos, qo as PROPERTY_REGISTRY, qr as annotateFragmentDomWithClipboardData, qt as readTargetSectPr, r as resolveDocumentStatFieldValue, ra as getResolvedParagraphProperties, ri as markerTextToBulletStyle, rn as ensureSectPrElement, ro as dropPoint, rr as resolveCommentIdFromAttrs, rs as buildDiscoveryItem, rt as bootstrapNotesPart, s as listListItems, sa as addColumnBefore, si as syncNumberingToXmlTree, sn as setSectPrHeaderFooterRef, so as convertBordersToOoxmlFormat, sr as buildInlineIndex, ss as SNIPPET_MAX_LENGTH, st as getNotesConfig, t as SuperConverter, ta as mergeRanges, ti as unflattenListsInHtml, tn as cloneXmlElement, to as canJoin, tr as resolvePublicTocNodeId, ts as DEFAULT_NESTING_POLICY, tt as normalizeNotePmJson, u as evaluateCanContinuePrevious, ua as deleteRow, ui as updateNumberingProperties, un as writeSectPrDirection, uo as encodeCSSFromPPr, ur as isInlineQueryType, us as MARK_KEYS, ut as ensureExplicitHeaderFooterSlot, v as isFirstInSequence, va as tableEditing, vi as getRevision, vn as writeSectPrVerticalAlign, vo as resolveTableCellProperties, vr as shouldRequirePageBoundary, vs as Schema$1, vt as exportSubEditorToPart, w as readCheckboxChecked, wa as Decoration, wi as getPart, wn as resolveBlockCreatePosition, wo as resolvePreferredNewTableStyleId, wr as resolveEvenAndOddHeadersFromSettingsPart, wt as isHeaderFooterPartId, x as buildContentControlInfoFromAttrs, xa as toggleHeaderCell, xi as trackRevisions, xn as findCandidateByPos, xo as TABLE_FALLBACK_CELL_PADDING, xr as BODY_STORY_KEY, xs as callOrGet, xt as resolveRIdFromRelsData, y as resolveBlock, ya as tableNodeTypes, yi as incrementRevision, yn as addDiagnostic, yo as resolveTableProperties, yr as createStoryEditor, ys as Slice, yt as registerExistingHeaderFooterDescriptors, z as resolveSdtByTarget, za as cleanSchemaItem, zi as sanitizeHref, zn as resolveTextRangeInBlock, zo as isStructuralReplaceInput, zt as parseProtectionState } from "./SuperConverter-D2W0PUhr.es.js";
3
3
  import { a as init_dist$2, i as global$1, n as init_dist, o as Buffer$1, r as process$1$1, s as init_dist$1 } from "./jszip-C49i9kUs.es.js";
4
4
  import { n as v4_default } from "./uuid-qzgm05fK.es.js";
5
- import { C as getPreservedSelection, D as parseSizeUnit, E as Extension, S as createSelectionTrackingBookmark, T as resolveHandleToSelection, _ as generateUniqueDocPrId, a as collectTrackedChangesForContext, b as captureSelectionHandle, c as LinkedStylesPluginKey, d as processAndInsertImageFile, g as ImageRegistrationPlugin, h as ImagePositionPlugin, i as collectTrackedChanges, l as generateLinkedStyleString, m as getNormalizedImageAttrs, o as isTrackedChangeActionAllowed, p as getRotationMargins, s as LinkedStyles, t as createHeadlessToolbar, u as getQuickFormatList, w as releaseSelectionHandle, x as createSelectionHandlePlugin, y as CustomSelectionPluginKey } from "./create-headless-toolbar-BdhzOKz8.es.js";
5
+ import { C as getPreservedSelection, D as parseSizeUnit, E as Extension, S as createSelectionTrackingBookmark, T as resolveHandleToSelection, _ as generateUniqueDocPrId, a as collectTrackedChangesForContext, b as captureSelectionHandle, c as LinkedStylesPluginKey, d as processAndInsertImageFile, g as ImageRegistrationPlugin, h as ImagePositionPlugin, i as collectTrackedChanges, l as generateLinkedStyleString, m as getNormalizedImageAttrs, o as isTrackedChangeActionAllowed, p as getRotationMargins, s as LinkedStyles, t as createHeadlessToolbar, u as getQuickFormatList, w as releaseSelectionHandle, x as createSelectionHandlePlugin, y as CustomSelectionPluginKey } from "./create-headless-toolbar-CFd9qBwd.es.js";
6
6
  import { M as ptToTwips, N as resolveOpcTargetPath, R as twipsToLines, S as inchesToPixels, T as linesToTwips, b as halfPointToPixels, g as getArrayBufferFromUrl, k as pixelsToTwips, l as convertSizeToCSS, m as eighthPointsToPixels, t as COMMENT_FILE_BASENAMES, z as twipsToPixels } from "./constants-DrU4EASo.es.js";
7
7
  import { t as Buffer } from "./dist-B8HfvhaK.es.js";
8
8
  import { t as unified } from "./unified-Dsuw2be5.es.js";
@@ -3093,7 +3093,7 @@ var v_click_outside_default = {
3093
3093
  var DEFAULT_ENDPOINT = "https://ingest.superdoc.dev/v1/collect";
3094
3094
  function getSuperdocVersion() {
3095
3095
  try {
3096
- return "1.30.0-next.77";
3096
+ return "1.30.0-next.78";
3097
3097
  } catch {
3098
3098
  return "unknown";
3099
3099
  }
@@ -45778,7 +45778,7 @@ const canUseDOM = () => {
45778
45778
  return false;
45779
45779
  }
45780
45780
  };
45781
- var summaryVersion = "1.30.0-next.77";
45781
+ var summaryVersion = "1.30.0-next.78";
45782
45782
  var nodeKeys = [
45783
45783
  "group",
45784
45784
  "content",
@@ -73658,7 +73658,7 @@ function initPartsRuntime(editor) {
73658
73658
  }
73659
73659
  var empty_exports = /* @__PURE__ */ __export({ default: () => null }, 1);
73660
73660
  var init_empty = __esmMin((() => {}));
73661
- var CURRENT_APP_VERSION = "1.30.0-next.77";
73661
+ var CURRENT_APP_VERSION = "1.30.0-next.78";
73662
73662
  var PIXELS_PER_INCH = 96;
73663
73663
  var MAX_HEIGHT_BUFFER_PX = 50;
73664
73664
  var MAX_WIDTH_BUFFER_PX = 20;
@@ -1,9 +1,9 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_rolldown_runtime = require("./chunks/rolldown-runtime-C34Jxks9.cjs");
3
- require("./chunks/SuperConverter-Lx8eRk_5.cjs");
3
+ require("./chunks/SuperConverter-Dytp6YjB.cjs");
4
4
  require("./chunks/jszip-4KbV_vHe.cjs");
5
5
  require("./chunks/xml-js-B2J5tNmr.cjs");
6
- const require_create_headless_toolbar = require("./chunks/create-headless-toolbar-4C9S9XRH.cjs");
6
+ const require_create_headless_toolbar = require("./chunks/create-headless-toolbar-D4yiBHEt.cjs");
7
7
  require("./chunks/constants-DA5YJ09l.cjs");
8
8
  require("./chunks/dist-kRpWoWUg.cjs");
9
9
  require("./chunks/unified-DgEQofGI.cjs");
@@ -1,7 +1,7 @@
1
- import "./chunks/SuperConverter-DQMXnIz-.es.js";
1
+ import "./chunks/SuperConverter-D2W0PUhr.es.js";
2
2
  import "./chunks/jszip-C49i9kUs.es.js";
3
3
  import "./chunks/xml-js-CqGKpaft.es.js";
4
- import { t as createHeadlessToolbar } from "./chunks/create-headless-toolbar-BdhzOKz8.es.js";
4
+ import { t as createHeadlessToolbar } from "./chunks/create-headless-toolbar-CFd9qBwd.es.js";
5
5
  import "./chunks/constants-DrU4EASo.es.js";
6
6
  import "./chunks/dist-B8HfvhaK.es.js";
7
7
  import "./chunks/unified-Dsuw2be5.es.js";
@@ -1,9 +1,9 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_rolldown_runtime = require("./chunks/rolldown-runtime-C34Jxks9.cjs");
3
- require("./chunks/SuperConverter-Lx8eRk_5.cjs");
3
+ require("./chunks/SuperConverter-Dytp6YjB.cjs");
4
4
  require("./chunks/jszip-4KbV_vHe.cjs");
5
5
  require("./chunks/xml-js-B2J5tNmr.cjs");
6
- const require_create_headless_toolbar = require("./chunks/create-headless-toolbar-4C9S9XRH.cjs");
6
+ const require_create_headless_toolbar = require("./chunks/create-headless-toolbar-D4yiBHEt.cjs");
7
7
  require("./chunks/constants-DA5YJ09l.cjs");
8
8
  require("./chunks/dist-kRpWoWUg.cjs");
9
9
  require("./chunks/unified-DgEQofGI.cjs");
@@ -1,7 +1,7 @@
1
- import "./chunks/SuperConverter-DQMXnIz-.es.js";
1
+ import "./chunks/SuperConverter-D2W0PUhr.es.js";
2
2
  import "./chunks/jszip-C49i9kUs.es.js";
3
3
  import "./chunks/xml-js-CqGKpaft.es.js";
4
- import { t as createHeadlessToolbar } from "./chunks/create-headless-toolbar-BdhzOKz8.es.js";
4
+ import { t as createHeadlessToolbar } from "./chunks/create-headless-toolbar-CFd9qBwd.es.js";
5
5
  import "./chunks/constants-DrU4EASo.es.js";
6
6
  import "./chunks/dist-B8HfvhaK.es.js";
7
7
  import "./chunks/unified-Dsuw2be5.es.js";
@@ -1,15 +1,15 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_rolldown_runtime = require("./chunks/rolldown-runtime-C34Jxks9.cjs");
3
- require("./chunks/src-XkOpciUP.cjs");
4
- require("./chunks/SuperConverter-Lx8eRk_5.cjs");
3
+ require("./chunks/src-DdxUZOJV.cjs");
4
+ require("./chunks/SuperConverter-Dytp6YjB.cjs");
5
5
  require("./chunks/jszip-4KbV_vHe.cjs");
6
6
  require("./chunks/xml-js-B2J5tNmr.cjs");
7
- const require_create_headless_toolbar = require("./chunks/create-headless-toolbar-4C9S9XRH.cjs");
7
+ const require_create_headless_toolbar = require("./chunks/create-headless-toolbar-D4yiBHEt.cjs");
8
8
  require("./chunks/constants-DA5YJ09l.cjs");
9
9
  require("./chunks/dist-kRpWoWUg.cjs");
10
10
  require("./chunks/unified-DgEQofGI.cjs");
11
11
  require("./chunks/DocxZipper-C0_1N2tB.cjs");
12
- const require_create_super_doc_ui = require("./chunks/create-super-doc-ui-9zlBIngM.cjs");
12
+ const require_create_super_doc_ui = require("./chunks/create-super-doc-ui-LbV26Wl9.cjs");
13
13
  require("./chunks/ui-Gnb3oTqs.cjs");
14
14
  require("./chunks/eventemitter3-bU54iRmq.cjs");
15
15
  require("./chunks/zipper-BlJo3Kwj.cjs");
@@ -1,13 +1,13 @@
1
- import "./chunks/src-Ci3fBxiz.es.js";
2
- import "./chunks/SuperConverter-DQMXnIz-.es.js";
1
+ import "./chunks/src-wA3n5QBY.es.js";
2
+ import "./chunks/SuperConverter-D2W0PUhr.es.js";
3
3
  import "./chunks/jszip-C49i9kUs.es.js";
4
4
  import "./chunks/xml-js-CqGKpaft.es.js";
5
- import { t as createHeadlessToolbar } from "./chunks/create-headless-toolbar-BdhzOKz8.es.js";
5
+ import { t as createHeadlessToolbar } from "./chunks/create-headless-toolbar-CFd9qBwd.es.js";
6
6
  import "./chunks/constants-DrU4EASo.es.js";
7
7
  import "./chunks/dist-B8HfvhaK.es.js";
8
8
  import "./chunks/unified-Dsuw2be5.es.js";
9
9
  import "./chunks/DocxZipper-Dh4RtvcE.es.js";
10
- import { a as headlessToolbarConstants, r as headlessToolbarHelpers } from "./chunks/create-super-doc-ui-D_gOIjfE.es.js";
10
+ import { a as headlessToolbarConstants, r as headlessToolbarHelpers } from "./chunks/create-super-doc-ui-CAQAdBKC.es.js";
11
11
  import "./chunks/ui-CGB3qmy3.es.js";
12
12
  import "./chunks/eventemitter3-UwU_CLPU.es.js";
13
13
  import "./chunks/zipper-BxRAi0-5.es.js";
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_rolldown_runtime = require("../chunks/rolldown-runtime-C34Jxks9.cjs");
3
- const require_SuperConverter = require("../chunks/SuperConverter-Lx8eRk_5.cjs");
3
+ const require_SuperConverter = require("../chunks/SuperConverter-Dytp6YjB.cjs");
4
4
  require("../chunks/jszip-4KbV_vHe.cjs");
5
5
  require("../chunks/xml-js-B2J5tNmr.cjs");
6
6
  require("../chunks/constants-DA5YJ09l.cjs");
@@ -1,4 +1,4 @@
1
- import { t as SuperConverter } from "../chunks/SuperConverter-DQMXnIz-.es.js";
1
+ import { t as SuperConverter } from "../chunks/SuperConverter-D2W0PUhr.es.js";
2
2
  import "../chunks/jszip-C49i9kUs.es.js";
3
3
  import "../chunks/xml-js-CqGKpaft.es.js";
4
4
  import "../chunks/constants-DrU4EASo.es.js";
@@ -0,0 +1,228 @@
1
+ // Generated by scripts/ensure-types.cjs. Do not edit by hand.
2
+ import type { BlockNodeAttributes as __Cjs_BlockNodeAttributes } from './types.js' with { "resolution-mode": "import" };
3
+ import type { BoldAttrs as __Cjs_BoldAttrs } from './types.js' with { "resolution-mode": "import" };
4
+ import type { BookmarkEndAttrs as __Cjs_BookmarkEndAttrs } from './types.js' with { "resolution-mode": "import" };
5
+ import type { BookmarkStartAttrs as __Cjs_BookmarkStartAttrs } from './types.js' with { "resolution-mode": "import" };
6
+ import type { BorderSpec as __Cjs_BorderSpec } from './types.js' with { "resolution-mode": "import" };
7
+ import type { CanCommand as __Cjs_CanCommand } from './types.js' with { "resolution-mode": "import" };
8
+ import type { CanObject as __Cjs_CanObject } from './types.js' with { "resolution-mode": "import" };
9
+ import type { CellMargins as __Cjs_CellMargins } from './types.js' with { "resolution-mode": "import" };
10
+ import type { ChainableCommandObject as __Cjs_ChainableCommandObject } from './types.js' with { "resolution-mode": "import" };
11
+ import type { ChainedCommand as __Cjs_ChainedCommand } from './types.js' with { "resolution-mode": "import" };
12
+ import type { Command as __Cjs_Command } from './types.js' with { "resolution-mode": "import" };
13
+ import type { CommandProps as __Cjs_CommandProps } from './types.js' with { "resolution-mode": "import" };
14
+ import type { CommentMarkAttrs as __Cjs_CommentMarkAttrs } from './types.js' with { "resolution-mode": "import" };
15
+ import type { CommentRangeEndAttrs as __Cjs_CommentRangeEndAttrs } from './types.js' with { "resolution-mode": "import" };
16
+ import type { CommentRangeStartAttrs as __Cjs_CommentRangeStartAttrs } from './types.js' with { "resolution-mode": "import" };
17
+ import type { CommentReferenceAttrs as __Cjs_CommentReferenceAttrs } from './types.js' with { "resolution-mode": "import" };
18
+ import type { ContentBlockAttrs as __Cjs_ContentBlockAttrs } from './types.js' with { "resolution-mode": "import" };
19
+ import type { ContentBlockMarginOffset as __Cjs_ContentBlockMarginOffset } from './types.js' with { "resolution-mode": "import" };
20
+ import type { ContentBlockSize as __Cjs_ContentBlockSize } from './types.js' with { "resolution-mode": "import" };
21
+ import type { CoreCommandMap as __Cjs_CoreCommandMap } from './types.js' with { "resolution-mode": "import" };
22
+ import type { CoreCommands as __Cjs_CoreCommands } from './types.js' with { "resolution-mode": "import" };
23
+ import type { DocumentAttrs as __Cjs_DocumentAttrs } from './types.js' with { "resolution-mode": "import" };
24
+ import type { DocumentPartObjectAttrs as __Cjs_DocumentPartObjectAttrs } from './types.js' with { "resolution-mode": "import" };
25
+ import type { DocumentSectionAttrs as __Cjs_DocumentSectionAttrs } from './types.js' with { "resolution-mode": "import" };
26
+ import type { EditorCommands as __Cjs_EditorCommands } from './types.js' with { "resolution-mode": "import" };
27
+ import type { ExtensionCommandMap as __Cjs_ExtensionCommandMap } from './types.js' with { "resolution-mode": "import" };
28
+ import type { ExtensionCommands as __Cjs_ExtensionCommands } from './types.js' with { "resolution-mode": "import" };
29
+ import type { FieldAnnotationAttrs as __Cjs_FieldAnnotationAttrs } from './types.js' with { "resolution-mode": "import" };
30
+ import type { FieldAnnotationSize as __Cjs_FieldAnnotationSize } from './types.js' with { "resolution-mode": "import" };
31
+ import type { HardBreakAttrs as __Cjs_HardBreakAttrs } from './types.js' with { "resolution-mode": "import" };
32
+ import type { HighlightAttrs as __Cjs_HighlightAttrs } from './types.js' with { "resolution-mode": "import" };
33
+ import type { HighlightColor as __Cjs_HighlightColor } from './types.js' with { "resolution-mode": "import" };
34
+ import type { ImageAttrs as __Cjs_ImageAttrs } from './types.js' with { "resolution-mode": "import" };
35
+ import type { ImagePadding as __Cjs_ImagePadding } from './types.js' with { "resolution-mode": "import" };
36
+ import type { ImageSize as __Cjs_ImageSize } from './types.js' with { "resolution-mode": "import" };
37
+ import type { ImageTransformData as __Cjs_ImageTransformData } from './types.js' with { "resolution-mode": "import" };
38
+ import type { ImageWrap as __Cjs_ImageWrap } from './types.js' with { "resolution-mode": "import" };
39
+ import type { IndentationProperties as __Cjs_IndentationProperties } from './types.js' with { "resolution-mode": "import" };
40
+ import type { InlineNodeAttributes as __Cjs_InlineNodeAttributes } from './types.js' with { "resolution-mode": "import" };
41
+ import type { ItalicAttrs as __Cjs_ItalicAttrs } from './types.js' with { "resolution-mode": "import" };
42
+ import type { LineBreakAttrs as __Cjs_LineBreakAttrs } from './types.js' with { "resolution-mode": "import" };
43
+ import type { LinkAttrs as __Cjs_LinkAttrs } from './types.js' with { "resolution-mode": "import" };
44
+ import type { ListRendering as __Cjs_ListRendering } from './types.js' with { "resolution-mode": "import" };
45
+ import type { MarkAttributesMap as __Cjs_MarkAttributesMap } from './types.js' with { "resolution-mode": "import" };
46
+ import type { MarkAttrs as __Cjs_MarkAttrs } from './types.js' with { "resolution-mode": "import" };
47
+ import type { MarkConfig as __Cjs_MarkConfig } from './types.js' with { "resolution-mode": "import" };
48
+ import type { MarkName as __Cjs_MarkName } from './types.js' with { "resolution-mode": "import" };
49
+ import type { MentionAttrs as __Cjs_MentionAttrs } from './types.js' with { "resolution-mode": "import" };
50
+ import type { NodeAttributesMap as __Cjs_NodeAttributesMap } from './types.js' with { "resolution-mode": "import" };
51
+ import type { NodeAttrs as __Cjs_NodeAttrs } from './types.js' with { "resolution-mode": "import" };
52
+ import type { NodeConfig as __Cjs_NodeConfig } from './types.js' with { "resolution-mode": "import" };
53
+ import type { NodeName as __Cjs_NodeName } from './types.js' with { "resolution-mode": "import" };
54
+ import type { NumberingProperties as __Cjs_NumberingProperties } from './types.js' with { "resolution-mode": "import" };
55
+ import type { OxmlNodeAttributes as __Cjs_OxmlNodeAttributes } from './types.js' with { "resolution-mode": "import" };
56
+ import type { OxmlNodeConfig as __Cjs_OxmlNodeConfig } from './types.js' with { "resolution-mode": "import" };
57
+ import type { PageNumberAttrs as __Cjs_PageNumberAttrs } from './types.js' with { "resolution-mode": "import" };
58
+ import type { PageReferenceAttrs as __Cjs_PageReferenceAttrs } from './types.js' with { "resolution-mode": "import" };
59
+ import type { ParagraphAttrs as __Cjs_ParagraphAttrs } from './types.js' with { "resolution-mode": "import" };
60
+ import type { ParagraphProperties as __Cjs_ParagraphProperties } from './types.js' with { "resolution-mode": "import" };
61
+ import type { PassthroughBlockAttrs as __Cjs_PassthroughBlockAttrs } from './types.js' with { "resolution-mode": "import" };
62
+ import type { PassthroughInlineAttrs as __Cjs_PassthroughInlineAttrs } from './types.js' with { "resolution-mode": "import" };
63
+ import type { PermEndAttrs as __Cjs_PermEndAttrs } from './types.js' with { "resolution-mode": "import" };
64
+ import type { PermStartAttrs as __Cjs_PermStartAttrs } from './types.js' with { "resolution-mode": "import" };
65
+ import type { ProseMirrorJSON as __Cjs_ProseMirrorJSON } from './types.js' with { "resolution-mode": "import" };
66
+ import type { ProseMirrorJSONMark as __Cjs_ProseMirrorJSONMark } from './types.js' with { "resolution-mode": "import" };
67
+ import type { ProseMirrorJSONNode as __Cjs_ProseMirrorJSONNode } from './types.js' with { "resolution-mode": "import" };
68
+ import type { RunAttrs as __Cjs_RunAttrs } from './types.js' with { "resolution-mode": "import" };
69
+ import type { RunProperties as __Cjs_RunProperties } from './types.js' with { "resolution-mode": "import" };
70
+ import type { SectionMargins as __Cjs_SectionMargins } from './types.js' with { "resolution-mode": "import" };
71
+ import type { ShadingProperties as __Cjs_ShadingProperties } from './types.js' with { "resolution-mode": "import" };
72
+ import type { ShapeContainerAttrs as __Cjs_ShapeContainerAttrs } from './types.js' with { "resolution-mode": "import" };
73
+ import type { ShapeGroupAttrs as __Cjs_ShapeGroupAttrs } from './types.js' with { "resolution-mode": "import" };
74
+ import type { ShapeGroupMarginOffset as __Cjs_ShapeGroupMarginOffset } from './types.js' with { "resolution-mode": "import" };
75
+ import type { ShapeGroupPadding as __Cjs_ShapeGroupPadding } from './types.js' with { "resolution-mode": "import" };
76
+ import type { ShapeGroupSize as __Cjs_ShapeGroupSize } from './types.js' with { "resolution-mode": "import" };
77
+ import type { ShapeNodeAttributes as __Cjs_ShapeNodeAttributes } from './types.js' with { "resolution-mode": "import" };
78
+ import type { ShapeTextboxAttrs as __Cjs_ShapeTextboxAttrs } from './types.js' with { "resolution-mode": "import" };
79
+ import type { SpacingProperties as __Cjs_SpacingProperties } from './types.js' with { "resolution-mode": "import" };
80
+ import type { StrikeAttrs as __Cjs_StrikeAttrs } from './types.js' with { "resolution-mode": "import" };
81
+ import type { StructuredContentAttrs as __Cjs_StructuredContentAttrs } from './types.js' with { "resolution-mode": "import" };
82
+ import type { StructuredContentBlockAttrs as __Cjs_StructuredContentBlockAttrs } from './types.js' with { "resolution-mode": "import" };
83
+ import type { TabAttrs as __Cjs_TabAttrs } from './types.js' with { "resolution-mode": "import" };
84
+ import type { TableAttrs as __Cjs_TableAttrs } from './types.js' with { "resolution-mode": "import" };
85
+ import type { TableBorders as __Cjs_TableBorders } from './types.js' with { "resolution-mode": "import" };
86
+ import type { TableCellAttrs as __Cjs_TableCellAttrs } from './types.js' with { "resolution-mode": "import" };
87
+ import type { TableCellProperties as __Cjs_TableCellProperties } from './types.js' with { "resolution-mode": "import" };
88
+ import type { TableGrid as __Cjs_TableGrid } from './types.js' with { "resolution-mode": "import" };
89
+ import type { TableHeaderAttrs as __Cjs_TableHeaderAttrs } from './types.js' with { "resolution-mode": "import" };
90
+ import type { TableLook as __Cjs_TableLook } from './types.js' with { "resolution-mode": "import" };
91
+ import type { TableMeasurement as __Cjs_TableMeasurement } from './types.js' with { "resolution-mode": "import" };
92
+ import type { TableNodeAttributes as __Cjs_TableNodeAttributes } from './types.js' with { "resolution-mode": "import" };
93
+ import type { TableOfContentsAttrs as __Cjs_TableOfContentsAttrs } from './types.js' with { "resolution-mode": "import" };
94
+ import type { TableProperties as __Cjs_TableProperties } from './types.js' with { "resolution-mode": "import" };
95
+ import type { TableRowAttrs as __Cjs_TableRowAttrs } from './types.js' with { "resolution-mode": "import" };
96
+ import type { TableRowProperties as __Cjs_TableRowProperties } from './types.js' with { "resolution-mode": "import" };
97
+ import type { TargetFrameOption as __Cjs_TargetFrameOption } from './types.js' with { "resolution-mode": "import" };
98
+ import type { TextAttrs as __Cjs_TextAttrs } from './types.js' with { "resolution-mode": "import" };
99
+ import type { TextContainerAttributes as __Cjs_TextContainerAttributes } from './types.js' with { "resolution-mode": "import" };
100
+ import type { TextStyleAttrs as __Cjs_TextStyleAttrs } from './types.js' with { "resolution-mode": "import" };
101
+ import type { ThemeColor as __Cjs_ThemeColor } from './types.js' with { "resolution-mode": "import" };
102
+ import type { TotalPageCountAttrs as __Cjs_TotalPageCountAttrs } from './types.js' with { "resolution-mode": "import" };
103
+ import type { TrackDeleteAttrs as __Cjs_TrackDeleteAttrs } from './types.js' with { "resolution-mode": "import" };
104
+ import type { TrackFormatAttrs as __Cjs_TrackFormatAttrs } from './types.js' with { "resolution-mode": "import" };
105
+ import type { TrackFormatEntry as __Cjs_TrackFormatEntry } from './types.js' with { "resolution-mode": "import" };
106
+ import type { TrackInsertAttrs as __Cjs_TrackInsertAttrs } from './types.js' with { "resolution-mode": "import" };
107
+ import type { TypedMark as __Cjs_TypedMark } from './types.js' with { "resolution-mode": "import" };
108
+ import type { TypedNode as __Cjs_TypedNode } from './types.js' with { "resolution-mode": "import" };
109
+ import type { UnderlineAttrs as __Cjs_UnderlineAttrs } from './types.js' with { "resolution-mode": "import" };
110
+ import type { UnderlineStyle as __Cjs_UnderlineStyle } from './types.js' with { "resolution-mode": "import" };
111
+ import type { VectorShapeAttrs as __Cjs_VectorShapeAttrs } from './types.js' with { "resolution-mode": "import" };
112
+ import type { VectorShapeTextInsets as __Cjs_VectorShapeTextInsets } from './types.js' with { "resolution-mode": "import" };
113
+ export declare const assertNodeType: typeof import('./types.js', { with: { "resolution-mode": "import" } }).assertNodeType;
114
+ export type { __Cjs_BlockNodeAttributes as BlockNodeAttributes };
115
+ export type { __Cjs_BoldAttrs as BoldAttrs };
116
+ export type { __Cjs_BookmarkEndAttrs as BookmarkEndAttrs };
117
+ export type { __Cjs_BookmarkStartAttrs as BookmarkStartAttrs };
118
+ export type { __Cjs_BorderSpec as BorderSpec };
119
+ export type { __Cjs_CanCommand as CanCommand };
120
+ export type { __Cjs_CanObject as CanObject };
121
+ export type { __Cjs_CellMargins as CellMargins };
122
+ export type { __Cjs_ChainableCommandObject as ChainableCommandObject };
123
+ export type { __Cjs_ChainedCommand as ChainedCommand };
124
+ export type { __Cjs_Command as Command };
125
+ export type { __Cjs_CommandProps as CommandProps };
126
+ export type { __Cjs_CommentMarkAttrs as CommentMarkAttrs };
127
+ export type { __Cjs_CommentRangeEndAttrs as CommentRangeEndAttrs };
128
+ export type { __Cjs_CommentRangeStartAttrs as CommentRangeStartAttrs };
129
+ export type { __Cjs_CommentReferenceAttrs as CommentReferenceAttrs };
130
+ export type { __Cjs_ContentBlockAttrs as ContentBlockAttrs };
131
+ export type { __Cjs_ContentBlockMarginOffset as ContentBlockMarginOffset };
132
+ export type { __Cjs_ContentBlockSize as ContentBlockSize };
133
+ export type { __Cjs_CoreCommandMap as CoreCommandMap };
134
+ export type { __Cjs_CoreCommands as CoreCommands };
135
+ export declare const defineMark: typeof import('./types.js', { with: { "resolution-mode": "import" } }).defineMark;
136
+ export declare const defineNode: typeof import('./types.js', { with: { "resolution-mode": "import" } }).defineNode;
137
+ export type { __Cjs_DocumentAttrs as DocumentAttrs };
138
+ export type { __Cjs_DocumentPartObjectAttrs as DocumentPartObjectAttrs };
139
+ export type { __Cjs_DocumentSectionAttrs as DocumentSectionAttrs };
140
+ export type { __Cjs_EditorCommands as EditorCommands };
141
+ export type { __Cjs_ExtensionCommandMap as ExtensionCommandMap };
142
+ export type { __Cjs_ExtensionCommands as ExtensionCommands };
143
+ export type { __Cjs_FieldAnnotationAttrs as FieldAnnotationAttrs };
144
+ export type { __Cjs_FieldAnnotationSize as FieldAnnotationSize };
145
+ export type { __Cjs_HardBreakAttrs as HardBreakAttrs };
146
+ export type { __Cjs_HighlightAttrs as HighlightAttrs };
147
+ export type { __Cjs_HighlightColor as HighlightColor };
148
+ export type { __Cjs_ImageAttrs as ImageAttrs };
149
+ export type { __Cjs_ImagePadding as ImagePadding };
150
+ export type { __Cjs_ImageSize as ImageSize };
151
+ export type { __Cjs_ImageTransformData as ImageTransformData };
152
+ export type { __Cjs_ImageWrap as ImageWrap };
153
+ export type { __Cjs_IndentationProperties as IndentationProperties };
154
+ export type { __Cjs_InlineNodeAttributes as InlineNodeAttributes };
155
+ export declare const isMarkType: typeof import('./types.js', { with: { "resolution-mode": "import" } }).isMarkType;
156
+ export declare const isNodeType: typeof import('./types.js', { with: { "resolution-mode": "import" } }).isNodeType;
157
+ export type { __Cjs_ItalicAttrs as ItalicAttrs };
158
+ export type { __Cjs_LineBreakAttrs as LineBreakAttrs };
159
+ export type { __Cjs_LinkAttrs as LinkAttrs };
160
+ export type { __Cjs_ListRendering as ListRendering };
161
+ export type { __Cjs_MarkAttributesMap as MarkAttributesMap };
162
+ export type { __Cjs_MarkAttrs as MarkAttrs };
163
+ export type { __Cjs_MarkConfig as MarkConfig };
164
+ export type { __Cjs_MarkName as MarkName };
165
+ export type { __Cjs_MentionAttrs as MentionAttrs };
166
+ export type { __Cjs_NodeAttributesMap as NodeAttributesMap };
167
+ export type { __Cjs_NodeAttrs as NodeAttrs };
168
+ export type { __Cjs_NodeConfig as NodeConfig };
169
+ export type { __Cjs_NodeName as NodeName };
170
+ export type { __Cjs_NumberingProperties as NumberingProperties };
171
+ export type { __Cjs_OxmlNodeAttributes as OxmlNodeAttributes };
172
+ export type { __Cjs_OxmlNodeConfig as OxmlNodeConfig };
173
+ export type { __Cjs_PageNumberAttrs as PageNumberAttrs };
174
+ export type { __Cjs_PageReferenceAttrs as PageReferenceAttrs };
175
+ export type { __Cjs_ParagraphAttrs as ParagraphAttrs };
176
+ export type { __Cjs_ParagraphProperties as ParagraphProperties };
177
+ export type { __Cjs_PassthroughBlockAttrs as PassthroughBlockAttrs };
178
+ export type { __Cjs_PassthroughInlineAttrs as PassthroughInlineAttrs };
179
+ export type { __Cjs_PermEndAttrs as PermEndAttrs };
180
+ export type { __Cjs_PermStartAttrs as PermStartAttrs };
181
+ export type { __Cjs_ProseMirrorJSON as ProseMirrorJSON };
182
+ export type { __Cjs_ProseMirrorJSONMark as ProseMirrorJSONMark };
183
+ export type { __Cjs_ProseMirrorJSONNode as ProseMirrorJSONNode };
184
+ export type { __Cjs_RunAttrs as RunAttrs };
185
+ export type { __Cjs_RunProperties as RunProperties };
186
+ export type { __Cjs_SectionMargins as SectionMargins };
187
+ export type { __Cjs_ShadingProperties as ShadingProperties };
188
+ export type { __Cjs_ShapeContainerAttrs as ShapeContainerAttrs };
189
+ export type { __Cjs_ShapeGroupAttrs as ShapeGroupAttrs };
190
+ export type { __Cjs_ShapeGroupMarginOffset as ShapeGroupMarginOffset };
191
+ export type { __Cjs_ShapeGroupPadding as ShapeGroupPadding };
192
+ export type { __Cjs_ShapeGroupSize as ShapeGroupSize };
193
+ export type { __Cjs_ShapeNodeAttributes as ShapeNodeAttributes };
194
+ export type { __Cjs_ShapeTextboxAttrs as ShapeTextboxAttrs };
195
+ export type { __Cjs_SpacingProperties as SpacingProperties };
196
+ export type { __Cjs_StrikeAttrs as StrikeAttrs };
197
+ export type { __Cjs_StructuredContentAttrs as StructuredContentAttrs };
198
+ export type { __Cjs_StructuredContentBlockAttrs as StructuredContentBlockAttrs };
199
+ export type { __Cjs_TabAttrs as TabAttrs };
200
+ export type { __Cjs_TableAttrs as TableAttrs };
201
+ export type { __Cjs_TableBorders as TableBorders };
202
+ export type { __Cjs_TableCellAttrs as TableCellAttrs };
203
+ export type { __Cjs_TableCellProperties as TableCellProperties };
204
+ export type { __Cjs_TableGrid as TableGrid };
205
+ export type { __Cjs_TableHeaderAttrs as TableHeaderAttrs };
206
+ export type { __Cjs_TableLook as TableLook };
207
+ export type { __Cjs_TableMeasurement as TableMeasurement };
208
+ export type { __Cjs_TableNodeAttributes as TableNodeAttributes };
209
+ export type { __Cjs_TableOfContentsAttrs as TableOfContentsAttrs };
210
+ export type { __Cjs_TableProperties as TableProperties };
211
+ export type { __Cjs_TableRowAttrs as TableRowAttrs };
212
+ export type { __Cjs_TableRowProperties as TableRowProperties };
213
+ export type { __Cjs_TargetFrameOption as TargetFrameOption };
214
+ export type { __Cjs_TextAttrs as TextAttrs };
215
+ export type { __Cjs_TextContainerAttributes as TextContainerAttributes };
216
+ export type { __Cjs_TextStyleAttrs as TextStyleAttrs };
217
+ export type { __Cjs_ThemeColor as ThemeColor };
218
+ export type { __Cjs_TotalPageCountAttrs as TotalPageCountAttrs };
219
+ export type { __Cjs_TrackDeleteAttrs as TrackDeleteAttrs };
220
+ export type { __Cjs_TrackFormatAttrs as TrackFormatAttrs };
221
+ export type { __Cjs_TrackFormatEntry as TrackFormatEntry };
222
+ export type { __Cjs_TrackInsertAttrs as TrackInsertAttrs };
223
+ export type { __Cjs_TypedMark as TypedMark };
224
+ export type { __Cjs_TypedNode as TypedNode };
225
+ export type { __Cjs_UnderlineAttrs as UnderlineAttrs };
226
+ export type { __Cjs_UnderlineStyle as UnderlineStyle };
227
+ export type { __Cjs_VectorShapeAttrs as VectorShapeAttrs };
228
+ export type { __Cjs_VectorShapeTextInsets as VectorShapeTextInsets };
@@ -1,15 +1,15 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_rolldown_runtime = require("./chunks/rolldown-runtime-C34Jxks9.cjs");
3
- const require_src = require("./chunks/src-XkOpciUP.cjs");
4
- const require_SuperConverter = require("./chunks/SuperConverter-Lx8eRk_5.cjs");
3
+ const require_src = require("./chunks/src-DdxUZOJV.cjs");
4
+ const require_SuperConverter = require("./chunks/SuperConverter-Dytp6YjB.cjs");
5
5
  require("./chunks/jszip-4KbV_vHe.cjs");
6
6
  require("./chunks/xml-js-B2J5tNmr.cjs");
7
- const require_create_headless_toolbar = require("./chunks/create-headless-toolbar-4C9S9XRH.cjs");
7
+ const require_create_headless_toolbar = require("./chunks/create-headless-toolbar-D4yiBHEt.cjs");
8
8
  require("./chunks/constants-DA5YJ09l.cjs");
9
9
  require("./chunks/dist-kRpWoWUg.cjs");
10
10
  require("./chunks/unified-DgEQofGI.cjs");
11
11
  const require_DocxZipper = require("./chunks/DocxZipper-C0_1N2tB.cjs");
12
- const require_create_super_doc_ui = require("./chunks/create-super-doc-ui-9zlBIngM.cjs");
12
+ const require_create_super_doc_ui = require("./chunks/create-super-doc-ui-LbV26Wl9.cjs");
13
13
  require("./chunks/ui-Gnb3oTqs.cjs");
14
14
  require("./chunks/eventemitter3-bU54iRmq.cjs");
15
15
  const require_errors = require("./chunks/errors-DJhRUlIs.cjs");
@@ -1,13 +1,13 @@
1
- import { A as trackChangesHelpers_exports, D as AIWriter_default, F as TrackChangesBasePluginKey, I as SectionHelpers, L as seedEditorStateToYDoc, M as AnnotatorHelpers, N as CommentsPluginKey, O as getRichTextExtensions, P as createOrUpdateTrackedChangeComment, R as onCollaborationProviderSynced, _ as parseTrackedChangeAnchorKey, _t as isMarkType, a as ContextMenu_default, b as SuperToolbar, c as initPartsRuntime, d as COMMENT_ANCHOR_KEY_PREFIX, f as TRACKED_CHANGE_ANCHOR_KEY_PREFIX, g as makeTrackedChangeAnchorKey, gt as defineNode, h as makeCommentAnchorKey, ht as defineMark, i as SuperEditor_default, j as fieldAnnotationHelpers_exports, k as getStarterExtensions, l as getDocumentApiAdapters, m as isTrackedChangeAnchorKey, n as SlashMenu, o as PresentationEditor, p as isCommentAnchorKey, r as SuperInput_default, s as Editor, t as Extensions, u as getTrackedChangeIndex, v as resolveSelectionTarget, vt as assertNodeType, x as Toolbar_default, y as BLANK_DOCX_BASE64, yt as isNodeType } from "./chunks/src-Ci3fBxiz.es.js";
2
- import { Pr as helpers_exports, Tn as resolveDefaultInsertTarget, U as resolveTrackedChangeInStory, Wi as getActiveFormatting, kr as registeredHandlers, qi as getMarksFromSelection, t as SuperConverter, zr as markdownToPmDoc } from "./chunks/SuperConverter-DQMXnIz-.es.js";
1
+ import { A as trackChangesHelpers_exports, D as AIWriter_default, F as TrackChangesBasePluginKey, I as SectionHelpers, L as seedEditorStateToYDoc, M as AnnotatorHelpers, N as CommentsPluginKey, O as getRichTextExtensions, P as createOrUpdateTrackedChangeComment, R as onCollaborationProviderSynced, _ as parseTrackedChangeAnchorKey, _t as isMarkType, a as ContextMenu_default, b as SuperToolbar, c as initPartsRuntime, d as COMMENT_ANCHOR_KEY_PREFIX, f as TRACKED_CHANGE_ANCHOR_KEY_PREFIX, g as makeTrackedChangeAnchorKey, gt as defineNode, h as makeCommentAnchorKey, ht as defineMark, i as SuperEditor_default, j as fieldAnnotationHelpers_exports, k as getStarterExtensions, l as getDocumentApiAdapters, m as isTrackedChangeAnchorKey, n as SlashMenu, o as PresentationEditor, p as isCommentAnchorKey, r as SuperInput_default, s as Editor, t as Extensions, u as getTrackedChangeIndex, v as resolveSelectionTarget, vt as assertNodeType, x as Toolbar_default, y as BLANK_DOCX_BASE64, yt as isNodeType } from "./chunks/src-wA3n5QBY.es.js";
2
+ import { Pr as helpers_exports, Tn as resolveDefaultInsertTarget, U as resolveTrackedChangeInStory, Wi as getActiveFormatting, kr as registeredHandlers, qi as getMarksFromSelection, t as SuperConverter, zr as markdownToPmDoc } from "./chunks/SuperConverter-D2W0PUhr.es.js";
3
3
  import "./chunks/jszip-C49i9kUs.es.js";
4
4
  import "./chunks/xml-js-CqGKpaft.es.js";
5
- import { t as createHeadlessToolbar, v as getAllowedImageDimensions } from "./chunks/create-headless-toolbar-BdhzOKz8.es.js";
5
+ import { t as createHeadlessToolbar, v as getAllowedImageDimensions } from "./chunks/create-headless-toolbar-CFd9qBwd.es.js";
6
6
  import "./chunks/constants-DrU4EASo.es.js";
7
7
  import "./chunks/dist-B8HfvhaK.es.js";
8
8
  import "./chunks/unified-Dsuw2be5.es.js";
9
9
  import { t as DocxZipper_default } from "./chunks/DocxZipper-Dh4RtvcE.es.js";
10
- import { a as headlessToolbarConstants, n as shallowEqual, r as headlessToolbarHelpers, t as createSuperDocUI } from "./chunks/create-super-doc-ui-D_gOIjfE.es.js";
10
+ import { a as headlessToolbarConstants, n as shallowEqual, r as headlessToolbarHelpers, t as createSuperDocUI } from "./chunks/create-super-doc-ui-CAQAdBKC.es.js";
11
11
  import "./chunks/ui-CGB3qmy3.es.js";
12
12
  import "./chunks/eventemitter3-UwU_CLPU.es.js";
13
13
  import { n as DocxEncryptionErrorCode, t as DocxEncryptionError } from "./chunks/errors-C_DoKMoN.es.js";