superdoc 1.15.0-next.6 → 1.15.0-next.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33769,7 +33769,7 @@ var SuperConverter = class SuperConverter {
33769
33769
  static getStoredSuperdocVersion(docx) {
33770
33770
  return SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
33771
33771
  }
33772
- static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.15.0-next.6") {
33772
+ static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.15.0-next.7") {
33773
33773
  return SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
33774
33774
  }
33775
33775
  static generateWordTimestamp() {
@@ -33751,7 +33751,7 @@ var SuperConverter = class SuperConverter {
33751
33751
  static getStoredSuperdocVersion(docx) {
33752
33752
  return SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
33753
33753
  }
33754
- static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.15.0-next.6") {
33754
+ static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.15.0-next.7") {
33755
33755
  return SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
33756
33756
  }
33757
33757
  static generateWordTimestamp() {
@@ -1,5 +1,5 @@
1
1
  const require_rolldown_runtime = require("./rolldown-runtime-Dp2H1eGw.cjs");
2
- const require_SuperConverter = require("./SuperConverter-BEvJ-qoy.cjs");
2
+ const require_SuperConverter = require("./SuperConverter-ChqcBppk.cjs");
3
3
  const require_jszip = require("./jszip-DCT9QYaK.cjs");
4
4
  const require_uuid = require("./uuid-CHj_rjgt.cjs");
5
5
  const require_helpers = require("./helpers-Cs_Zz44i.cjs");
@@ -243,7 +243,7 @@ var DEFAULT_ENDPOINT = "https://ingest.superdoc.dev/v1/collect";
243
243
  const COMMUNITY_LICENSE_KEY = "community-and-eval-agplv3";
244
244
  function getSuperdocVersion() {
245
245
  try {
246
- return "1.15.0-next.6";
246
+ return "1.15.0-next.7";
247
247
  } catch {
248
248
  return "unknown";
249
249
  }
@@ -20615,7 +20615,7 @@ const canUseDOM = () => {
20615
20615
  return false;
20616
20616
  }
20617
20617
  };
20618
- var summaryVersion = "1.15.0-next.6";
20618
+ var summaryVersion = "1.15.0-next.7";
20619
20619
  var nodeKeys = [
20620
20620
  "group",
20621
20621
  "content",
@@ -22334,7 +22334,7 @@ var Editor = class Editor extends EventEmitter$1 {
22334
22334
  return migrations.length > 0;
22335
22335
  }
22336
22336
  processCollaborationMigrations() {
22337
- console.debug("[checkVersionMigrations] Current editor version", "1.15.0-next.6");
22337
+ console.debug("[checkVersionMigrations] Current editor version", "1.15.0-next.7");
22338
22338
  if (!this.options.ydoc) return;
22339
22339
  let docVersion = this.options.ydoc.getMap("meta").get("version");
22340
22340
  if (!docVersion) docVersion = "initial";
@@ -39437,18 +39437,15 @@ function resolveTableFrame(baseX, columnWidth, tableWidth, attrs) {
39437
39437
  };
39438
39438
  return applyTableIndent(baseX, width, getTableIndentWidth(attrs));
39439
39439
  }
39440
- function calculateColumnMinWidth(measuredWidth) {
39441
- const MIN_WIDTH$1 = 25;
39442
- const MAX_WIDTH = 200;
39443
- if (!Number.isFinite(measuredWidth) || measuredWidth <= 0) return MIN_WIDTH$1;
39444
- return Math.min(MAX_WIDTH, Math.max(MIN_WIDTH$1, measuredWidth));
39440
+ function calculateColumnMinWidth() {
39441
+ return 10;
39445
39442
  }
39446
39443
  function generateColumnBoundaries(measure) {
39447
39444
  const boundaries = [];
39448
39445
  let xPosition = 0;
39449
39446
  for (let i$1 = 0; i$1 < measure.columnWidths.length; i$1++) {
39450
39447
  const width = measure.columnWidths[i$1];
39451
- const minWidth = calculateColumnMinWidth(width);
39448
+ const minWidth = calculateColumnMinWidth();
39452
39449
  const boundary = {
39453
39450
  index: i$1,
39454
39451
  x: xPosition,
@@ -1,5 +1,5 @@
1
1
  import { a as __toCommonJS, n as __esmMin, r as __export, t as __commonJSMin } from "./rolldown-runtime-B2q5OVn9.es.js";
2
- import { $ as AddMarkStep, A as getMarksFromSelection, At as Schema$1, B as getMarkType, C as generateOrderedListIndex, Ct as TrackFormatMarkName, D as findChildren$1, Dt as DOMSerializer, E as posToDOMRect, Et as DOMParser$1, F as getMarkRange, G as AllSelection, H as cleanSchemaItem, I as isTextSelection, J as Plugin, K as EditorState, L as findParentNode, M as isNodeActive, Mt as minMax, N as getSchemaTypeNameByName, Nt as callOrGet, O as getActiveFormatting, Ot as Fragment$1, P as isMarkActive, Pt as getExtensionConfigField, Q as TextSelection$1, R as findParentNodeClosestToPos, S as docxNumberingHelpers, St as TrackDeleteMarkName, T as isInTable, Tt as carbonCopy, U as getSchemaTypeByName, V as getNodeType, W as createDocument, X as Selection, Y as PluginKey, Z as SelectionRange, _ as changeListLevel, _t as resolveDocxFontFamily, a as _getReferencedTableStyles, at as canJoin, b as calculateResolvedParagraphProperties, bt as resolveTableCellProperties, c as processContent, ct as joinPoint, d as InputRule, dt as generateDocxRandomId, et as Mapping, f as handleClipboardPaste, ft as generateRandomSigned32BitIntStrId, g as ListHelpers, gt as encodeMarksFromRPr, h as unflattenListsInHtml, ht as encodeCSSFromRPr, it as Transform, j as isActive, jt as Slice, k as findMark, kt as Mark$1, l as createDocFromMarkdown, lt as liftTarget, m as inputRulesPlugin, mt as encodeCSSFromPPr, n as kebabCase$1, nt as ReplaceAroundStep$1, o as helpers_exports, ot as canSplit, p as htmlHandler, pt as decodeRPrFromMarks, q as NodeSelection, r as insertNewRelationship, rt as ReplaceStep, s as updateDOMAttributes, st as dropPoint, t as SuperConverter, tt as RemoveMarkStep, u as createDocFromHTML, ut as replaceStep$1, v as updateNumberingProperties, vt as resolveParagraphProperties, w as CommandService, wt as TrackInsertMarkName, x as getResolvedParagraphProperties, xt as getUnderlineCssString, y as isList, yt as resolveRunProperties, z as defaultBlockAt$1 } from "./SuperConverter-0OQPKPxp.es.js";
2
+ import { $ as AddMarkStep, A as getMarksFromSelection, At as Schema$1, B as getMarkType, C as generateOrderedListIndex, Ct as TrackFormatMarkName, D as findChildren$1, Dt as DOMSerializer, E as posToDOMRect, Et as DOMParser$1, F as getMarkRange, G as AllSelection, H as cleanSchemaItem, I as isTextSelection, J as Plugin, K as EditorState, L as findParentNode, M as isNodeActive, Mt as minMax, N as getSchemaTypeNameByName, Nt as callOrGet, O as getActiveFormatting, Ot as Fragment$1, P as isMarkActive, Pt as getExtensionConfigField, Q as TextSelection$1, R as findParentNodeClosestToPos, S as docxNumberingHelpers, St as TrackDeleteMarkName, T as isInTable, Tt as carbonCopy, U as getSchemaTypeByName, V as getNodeType, W as createDocument, X as Selection, Y as PluginKey, Z as SelectionRange, _ as changeListLevel, _t as resolveDocxFontFamily, a as _getReferencedTableStyles, at as canJoin, b as calculateResolvedParagraphProperties, bt as resolveTableCellProperties, c as processContent, ct as joinPoint, d as InputRule, dt as generateDocxRandomId, et as Mapping, f as handleClipboardPaste, ft as generateRandomSigned32BitIntStrId, g as ListHelpers, gt as encodeMarksFromRPr, h as unflattenListsInHtml, ht as encodeCSSFromRPr, it as Transform, j as isActive, jt as Slice, k as findMark, kt as Mark$1, l as createDocFromMarkdown, lt as liftTarget, m as inputRulesPlugin, mt as encodeCSSFromPPr, n as kebabCase$1, nt as ReplaceAroundStep$1, o as helpers_exports, ot as canSplit, p as htmlHandler, pt as decodeRPrFromMarks, q as NodeSelection, r as insertNewRelationship, rt as ReplaceStep, s as updateDOMAttributes, st as dropPoint, t as SuperConverter, tt as RemoveMarkStep, u as createDocFromHTML, ut as replaceStep$1, v as updateNumberingProperties, vt as resolveParagraphProperties, w as CommandService, wt as TrackInsertMarkName, x as getResolvedParagraphProperties, xt as getUnderlineCssString, y as isList, yt as resolveRunProperties, z as defaultBlockAt$1 } from "./SuperConverter-Ju0IvmM5.es.js";
3
3
  import { a as init_dist$2, i as global, n as init_dist, o as Buffer$3, r as process$1, s as init_dist$1 } from "./jszip-ChlR43oI.es.js";
4
4
  import { t as v4_default } from "./uuid-2IzDu5nl.es.js";
5
5
  import { A as twipsToLines, T as resolveOpcTargetPath, c as getArrayBufferFromUrl, f as halfPointToPoints, g as linesToTwips, j as twipsToPixels, k as twipsToInches, m as inchesToTwips, p as inchesToPixels, r as convertSizeToCSS, w as ptToTwips, x as pixelsToTwips } from "./helpers-BGD_wEOi.es.js";
@@ -242,7 +242,7 @@ var v_click_outside_default = {
242
242
  var DEFAULT_ENDPOINT = "https://ingest.superdoc.dev/v1/collect";
243
243
  function getSuperdocVersion() {
244
244
  try {
245
- return "1.15.0-next.6";
245
+ return "1.15.0-next.7";
246
246
  } catch {
247
247
  return "unknown";
248
248
  }
@@ -20596,7 +20596,7 @@ const canUseDOM = () => {
20596
20596
  return false;
20597
20597
  }
20598
20598
  };
20599
- var summaryVersion = "1.15.0-next.6";
20599
+ var summaryVersion = "1.15.0-next.7";
20600
20600
  var nodeKeys = [
20601
20601
  "group",
20602
20602
  "content",
@@ -22313,7 +22313,7 @@ var Editor = class Editor extends EventEmitter$1 {
22313
22313
  return migrations.length > 0;
22314
22314
  }
22315
22315
  processCollaborationMigrations() {
22316
- console.debug("[checkVersionMigrations] Current editor version", "1.15.0-next.6");
22316
+ console.debug("[checkVersionMigrations] Current editor version", "1.15.0-next.7");
22317
22317
  if (!this.options.ydoc) return;
22318
22318
  let docVersion = this.options.ydoc.getMap("meta").get("version");
22319
22319
  if (!docVersion) docVersion = "initial";
@@ -39393,18 +39393,15 @@ function resolveTableFrame(baseX, columnWidth, tableWidth, attrs) {
39393
39393
  };
39394
39394
  return applyTableIndent(baseX, width, getTableIndentWidth(attrs));
39395
39395
  }
39396
- function calculateColumnMinWidth(measuredWidth) {
39397
- const MIN_WIDTH$1 = 25;
39398
- const MAX_WIDTH = 200;
39399
- if (!Number.isFinite(measuredWidth) || measuredWidth <= 0) return MIN_WIDTH$1;
39400
- return Math.min(MAX_WIDTH, Math.max(MIN_WIDTH$1, measuredWidth));
39396
+ function calculateColumnMinWidth() {
39397
+ return 10;
39401
39398
  }
39402
39399
  function generateColumnBoundaries(measure) {
39403
39400
  const boundaries = [];
39404
39401
  let xPosition = 0;
39405
39402
  for (let i$1 = 0; i$1 < measure.columnWidths.length; i$1++) {
39406
39403
  const width = measure.columnWidths[i$1];
39407
- const minWidth = calculateColumnMinWidth(width);
39404
+ const minWidth = calculateColumnMinWidth();
39408
39405
  const boundary = {
39409
39406
  index: i$1,
39410
39407
  x: xPosition,
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_rolldown_runtime = require("../chunks/rolldown-runtime-Dp2H1eGw.cjs");
3
- const require_SuperConverter = require("../chunks/SuperConverter-BEvJ-qoy.cjs");
3
+ const require_SuperConverter = require("../chunks/SuperConverter-ChqcBppk.cjs");
4
4
  require("../chunks/jszip-DCT9QYaK.cjs");
5
5
  require("../chunks/xml-js--DznO7Gk.cjs");
6
6
  require("../chunks/helpers-Cs_Zz44i.cjs");
@@ -1,4 +1,4 @@
1
- import { t as SuperConverter } from "../chunks/SuperConverter-0OQPKPxp.es.js";
1
+ import { t as SuperConverter } from "../chunks/SuperConverter-Ju0IvmM5.es.js";
2
2
  import "../chunks/jszip-ChlR43oI.es.js";
3
3
  import "../chunks/xml-js-DLE8mr0n.es.js";
4
4
  import "../chunks/helpers-BGD_wEOi.es.js";
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_rolldown_runtime = require("./chunks/rolldown-runtime-Dp2H1eGw.cjs");
3
- const require_src = require("./chunks/src-DrAzdACZ.cjs");
4
- const require_SuperConverter = require("./chunks/SuperConverter-BEvJ-qoy.cjs");
3
+ const require_src = require("./chunks/src-5kUiXd4c.cjs");
4
+ const require_SuperConverter = require("./chunks/SuperConverter-ChqcBppk.cjs");
5
5
  require("./chunks/jszip-DCT9QYaK.cjs");
6
6
  require("./chunks/xml-js--DznO7Gk.cjs");
7
7
  require("./chunks/helpers-Cs_Zz44i.cjs");
@@ -1,5 +1,5 @@
1
- import { $ as SectionHelpers, Bt as assertNodeType, J as AIWriter_default, Lt as defineMark, Q as getAllowedImageDimensions, Rt as defineNode, Vt as isNodeType, X as getStarterExtensions, Y as getRichTextExtensions, Z as trackChangesHelpers_exports, a as SlashMenu_default, at as TrackChangesBasePluginKey, et as PresentationEditor, i as BasicUpload_default, it as CommentsPluginKey, n as SuperInput_default, nt as fieldAnnotationHelpers_exports, o as SuperToolbar, r as SuperEditor_default, rt as AnnotatorHelpers, s as Toolbar_default, t as Extensions, tt as Editor, zt as isMarkType } from "./chunks/src-BTVVMauf.es.js";
2
- import { A as getMarksFromSelection, O as getActiveFormatting, i as registeredHandlers, o as helpers_exports, t as SuperConverter } from "./chunks/SuperConverter-0OQPKPxp.es.js";
1
+ import { $ as SectionHelpers, Bt as assertNodeType, J as AIWriter_default, Lt as defineMark, Q as getAllowedImageDimensions, Rt as defineNode, Vt as isNodeType, X as getStarterExtensions, Y as getRichTextExtensions, Z as trackChangesHelpers_exports, a as SlashMenu_default, at as TrackChangesBasePluginKey, et as PresentationEditor, i as BasicUpload_default, it as CommentsPluginKey, n as SuperInput_default, nt as fieldAnnotationHelpers_exports, o as SuperToolbar, r as SuperEditor_default, rt as AnnotatorHelpers, s as Toolbar_default, t as Extensions, tt as Editor, zt as isMarkType } from "./chunks/src-DJe9XapY.es.js";
2
+ import { A as getMarksFromSelection, O as getActiveFormatting, i as registeredHandlers, o as helpers_exports, t as SuperConverter } from "./chunks/SuperConverter-Ju0IvmM5.es.js";
3
3
  import "./chunks/jszip-ChlR43oI.es.js";
4
4
  import "./chunks/xml-js-DLE8mr0n.es.js";
5
5
  import "./chunks/helpers-BGD_wEOi.es.js";
package/dist/superdoc.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_rolldown_runtime = require("./chunks/rolldown-runtime-Dp2H1eGw.cjs");
3
- const require_src = require("./chunks/src-DrAzdACZ.cjs");
4
- const require_SuperConverter = require("./chunks/SuperConverter-BEvJ-qoy.cjs");
3
+ const require_src = require("./chunks/src-5kUiXd4c.cjs");
4
+ const require_SuperConverter = require("./chunks/SuperConverter-ChqcBppk.cjs");
5
5
  const require_jszip = require("./chunks/jszip-DCT9QYaK.cjs");
6
6
  require("./chunks/xml-js--DznO7Gk.cjs");
7
7
  const require_uuid = require("./chunks/uuid-CHj_rjgt.cjs");
@@ -19696,7 +19696,7 @@ var SuperDoc = class extends require_eventemitter3.import_eventemitter3.default
19696
19696
  this.config.colors = shuffleArray(this.config.colors);
19697
19697
  this.userColorMap = /* @__PURE__ */ new Map();
19698
19698
  this.colorIndex = 0;
19699
- this.version = "1.15.0-next.6";
19699
+ this.version = "1.15.0-next.7";
19700
19700
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
19701
19701
  this.superdocId = config.superdocId || require_uuid.v4_default();
19702
19702
  this.colors = this.config.colors;
@@ -1,5 +1,5 @@
1
- import { $ as SectionHelpers, A as useMergedState, At as writeVarUint8Array, B as createKey, C as render, Ct as readVarString, D as useSsrAdapter, Dt as length, E as warnOnce, Et as createEncoder, F as c, Ft as getFileObject, G as xmark_solid_default, H as insidePopover, I as cB, It as comments_module_events, J as AIWriter_default, K as check_solid_default, L as cE, M as on, Mt as min, N as createId, Nt as pow, O as createInjectionKey, Ot as toUint8Array, P as changeColor, Pt as v_click_outside_default, R as cM, S as resolveWrappedSlot, St as createDecoder, T as throwError, Tt as readVarUint8Array, U as caret_down_solid_default, V as insideModal, W as ellipsis_vertical_solid_default, X as getStarterExtensions, Y as getRichTextExtensions, Z as trackChangesHelpers_exports, _ as cssrAnchorMetaName, _t as removeAwarenessStates, at as TrackChangesBasePluginKey, b as useConfig, bt as setIfUndefined, c as messageApiInjectionKey, ct as fromBase64, d as ConfigProvider_default, dt as offChange, et as PresentationEditor, f as light_default$1, ft as onChange, g as useRtl, gt as encodeAwarenessUpdate, h as _common_default$2, ht as applyAwarenessUpdate, it as CommentsPluginKey, j as use_memo_default, jt as create, k as isMounted, kt as writeVarUint, l as messageProviderInjectionKey, lt as toBase64, m as index_cssr_default$5, mt as Awareness, n as SuperInput_default, nt as fieldAnnotationHelpers_exports, o as SuperToolbar, ot as getTrackChanges, p as use_theme_default, pt as varStorage, q as comment_solid_default, r as SuperEditor_default, rt as AnnotatorHelpers, st as createUint8ArrayFromArrayBuffer, t as Extensions, tt as Editor, u as Dropdown_default, ut as isNode, v as toString_default, vt as map, w as call, wt as readVarUint, x as configProviderInjectionKey, xt as getUnixTime, y as useThemeClass, yt as ObservableV2, z as cNotM } from "./chunks/src-BTVVMauf.es.js";
2
- import { i as registeredHandlers, o as helpers_exports, t as SuperConverter } from "./chunks/SuperConverter-0OQPKPxp.es.js";
1
+ import { $ as SectionHelpers, A as useMergedState, At as writeVarUint8Array, B as createKey, C as render, Ct as readVarString, D as useSsrAdapter, Dt as length, E as warnOnce, Et as createEncoder, F as c, Ft as getFileObject, G as xmark_solid_default, H as insidePopover, I as cB, It as comments_module_events, J as AIWriter_default, K as check_solid_default, L as cE, M as on, Mt as min, N as createId, Nt as pow, O as createInjectionKey, Ot as toUint8Array, P as changeColor, Pt as v_click_outside_default, R as cM, S as resolveWrappedSlot, St as createDecoder, T as throwError, Tt as readVarUint8Array, U as caret_down_solid_default, V as insideModal, W as ellipsis_vertical_solid_default, X as getStarterExtensions, Y as getRichTextExtensions, Z as trackChangesHelpers_exports, _ as cssrAnchorMetaName, _t as removeAwarenessStates, at as TrackChangesBasePluginKey, b as useConfig, bt as setIfUndefined, c as messageApiInjectionKey, ct as fromBase64, d as ConfigProvider_default, dt as offChange, et as PresentationEditor, f as light_default$1, ft as onChange, g as useRtl, gt as encodeAwarenessUpdate, h as _common_default$2, ht as applyAwarenessUpdate, it as CommentsPluginKey, j as use_memo_default, jt as create, k as isMounted, kt as writeVarUint, l as messageProviderInjectionKey, lt as toBase64, m as index_cssr_default$5, mt as Awareness, n as SuperInput_default, nt as fieldAnnotationHelpers_exports, o as SuperToolbar, ot as getTrackChanges, p as use_theme_default, pt as varStorage, q as comment_solid_default, r as SuperEditor_default, rt as AnnotatorHelpers, st as createUint8ArrayFromArrayBuffer, t as Extensions, tt as Editor, u as Dropdown_default, ut as isNode, v as toString_default, vt as map, w as call, wt as readVarUint, x as configProviderInjectionKey, xt as getUnixTime, y as useThemeClass, yt as ObservableV2, z as cNotM } from "./chunks/src-DJe9XapY.es.js";
2
+ import { i as registeredHandlers, o as helpers_exports, t as SuperConverter } from "./chunks/SuperConverter-Ju0IvmM5.es.js";
3
3
  import { a as init_dist$1, i as global, n as init_dist, r as process$1 } from "./chunks/jszip-ChlR43oI.es.js";
4
4
  import "./chunks/xml-js-DLE8mr0n.es.js";
5
5
  import { t as v4_default } from "./chunks/uuid-2IzDu5nl.es.js";
@@ -19655,7 +19655,7 @@ var SuperDoc = class extends import_eventemitter3.default {
19655
19655
  this.config.colors = shuffleArray(this.config.colors);
19656
19656
  this.userColorMap = /* @__PURE__ */ new Map();
19657
19657
  this.colorIndex = 0;
19658
- this.version = "1.15.0-next.6";
19658
+ this.version = "1.15.0-next.7";
19659
19659
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
19660
19660
  this.superdocId = config.superdocId || v4_default();
19661
19661
  this.colors = this.config.colors;
@@ -33318,7 +33318,7 @@ Please report this to https://github.com/markedjs/marked.`, e) {
33318
33318
  var DEFAULT_ENDPOINT = "https://ingest.superdoc.dev/v1/collect";
33319
33319
  function getSuperdocVersion() {
33320
33320
  try {
33321
- return "1.15.0-next.6";
33321
+ return "1.15.0-next.7";
33322
33322
  } catch {
33323
33323
  return "unknown";
33324
33324
  }
@@ -36260,7 +36260,7 @@ Please report this to https://github.com/markedjs/marked.`, e) {
36260
36260
  static getStoredSuperdocVersion(docx) {
36261
36261
  return SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
36262
36262
  }
36263
- static setStoredSuperdocVersion(docx = this.convertedXml, version$2 = "1.15.0-next.6") {
36263
+ static setStoredSuperdocVersion(docx = this.convertedXml, version$2 = "1.15.0-next.7") {
36264
36264
  return SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version$2, false);
36265
36265
  }
36266
36266
  static generateWordTimestamp() {
@@ -65513,7 +65513,7 @@ while (n$2 === a$3[++i$3] && n$2 === a$3[++i$3] && n$2 === a$3[++i$3] && n$2 ===
65513
65513
  return false;
65514
65514
  }
65515
65515
  };
65516
- var summaryVersion = "1.15.0-next.6";
65516
+ var summaryVersion = "1.15.0-next.7";
65517
65517
  var nodeKeys = [
65518
65518
  "group",
65519
65519
  "content",
@@ -84610,7 +84610,7 @@ while (n$2 === a$3[++i$3] && n$2 === a$3[++i$3] && n$2 === a$3[++i$3] && n$2 ===
84610
84610
  return migrations.length > 0;
84611
84611
  }
84612
84612
  processCollaborationMigrations() {
84613
- console.debug("[checkVersionMigrations] Current editor version", "1.15.0-next.6");
84613
+ console.debug("[checkVersionMigrations] Current editor version", "1.15.0-next.7");
84614
84614
  if (!this.options.ydoc) return;
84615
84615
  let docVersion = this.options.ydoc.getMap("meta").get("version");
84616
84616
  if (!docVersion) docVersion = "initial";
@@ -101645,18 +101645,15 @@ ${o}
101645
101645
  };
101646
101646
  return applyTableIndent(baseX, width, getTableIndentWidth(attrs));
101647
101647
  }
101648
- function calculateColumnMinWidth(measuredWidth) {
101649
- const MIN_WIDTH$1 = 25;
101650
- const MAX_WIDTH = 200;
101651
- if (!Number.isFinite(measuredWidth) || measuredWidth <= 0) return MIN_WIDTH$1;
101652
- return Math.min(MAX_WIDTH, Math.max(MIN_WIDTH$1, measuredWidth));
101648
+ function calculateColumnMinWidth() {
101649
+ return 10;
101653
101650
  }
101654
101651
  function generateColumnBoundaries(measure) {
101655
101652
  const boundaries = [];
101656
101653
  let xPosition = 0;
101657
101654
  for (let i$1 = 0; i$1 < measure.columnWidths.length; i$1++) {
101658
101655
  const width = measure.columnWidths[i$1];
101659
- const minWidth = calculateColumnMinWidth(width);
101656
+ const minWidth = calculateColumnMinWidth();
101660
101657
  const boundary = {
101661
101658
  index: i$1,
101662
101659
  x: xPosition,
@@ -167676,7 +167673,7 @@ js: import "konva/skia-backend";
167676
167673
  this.config.colors = shuffleArray(this.config.colors);
167677
167674
  this.userColorMap = /* @__PURE__ */ new Map();
167678
167675
  this.colorIndex = 0;
167679
- this.version = "1.15.0-next.6";
167676
+ this.version = "1.15.0-next.7";
167680
167677
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
167681
167678
  this.superdocId = config$31.superdocId || v4_default();
167682
167679
  this.colors = this.config.colors;