superdoc 2.12.0-next.6 → 2.12.0-next.8

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.
@@ -19,7 +19,7 @@ var COLLABORATION_UPGRADE_ENGINE_MINIMUM_NODE_MAJOR = 20;
19
19
  var PRIVATE_ENGINE_INFO = (0, _superdoc_docx_engine_collaboration_upgrade_engine.getCollaborationUpgradeEngineInfo)();
20
20
  var ENGINE_INFO = Object.freeze({
21
21
  ...PRIVATE_ENGINE_INFO,
22
- superdocVersion: "2.12.0-next.6",
22
+ superdocVersion: "2.12.0-next.8",
23
23
  roomSchemaVersion: Object.freeze({ ...PRIVATE_ENGINE_INFO.roomSchemaVersion }),
24
24
  supportedBundleVersions: SUPPORTED_COLLABORATION_UPGRADE_BUNDLE_VERSIONS,
25
25
  supportedV1ReaderContractVersions: SUPPORTED_V1_READER_CONTRACT_VERSIONS
@@ -18,7 +18,7 @@ var COLLABORATION_UPGRADE_ENGINE_MINIMUM_NODE_MAJOR = 20;
18
18
  var PRIVATE_ENGINE_INFO = getCollaborationUpgradeEngineInfo$1();
19
19
  var ENGINE_INFO = Object.freeze({
20
20
  ...PRIVATE_ENGINE_INFO,
21
- superdocVersion: "2.12.0-next.6",
21
+ superdocVersion: "2.12.0-next.8",
22
22
  roomSchemaVersion: Object.freeze({ ...PRIVATE_ENGINE_INFO.roomSchemaVersion }),
23
23
  supportedBundleVersions: SUPPORTED_COLLABORATION_UPGRADE_BUNDLE_VERSIONS,
24
24
  supportedV1ReaderContractVersions: SUPPORTED_V1_READER_CONTRACT_VERSIONS
package/dist/style.css CHANGED
@@ -1818,11 +1818,11 @@ img[data-v-c95b2073] {
1818
1818
  pointer-events: auto;
1819
1819
  }
1820
1820
 
1821
- .superdoc[data-v-01062725] {
1821
+ .superdoc[data-v-770204b4] {
1822
1822
  display: flex;
1823
1823
  position: relative;
1824
1824
  }
1825
- .sd-visually-hidden[data-v-01062725] {
1825
+ .sd-visually-hidden[data-v-770204b4] {
1826
1826
  position: absolute;
1827
1827
  width: 1px;
1828
1828
  height: 1px;
@@ -1833,14 +1833,14 @@ img[data-v-c95b2073] {
1833
1833
  white-space: nowrap;
1834
1834
  border: 0;
1835
1835
  }
1836
- .superdoc__mutation-status[data-v-01062725] {
1836
+ .superdoc__mutation-status[data-v-770204b4] {
1837
1837
  position: sticky;
1838
1838
  z-index: 10;
1839
1839
  top: 12px;
1840
1840
  height: 0;
1841
1841
  pointer-events: none;
1842
1842
  }
1843
- .superdoc__edit-rejected-status[data-v-01062725] {
1843
+ .superdoc__edit-rejected-status[data-v-770204b4] {
1844
1844
  position: absolute;
1845
1845
  top: 0;
1846
1846
  left: 50%;
@@ -1858,30 +1858,30 @@ img[data-v-c95b2073] {
1858
1858
  line-height: 20px;
1859
1859
  pointer-events: none;
1860
1860
  }
1861
- .right-sidebar[data-v-01062725] {
1861
+ .right-sidebar[data-v-770204b4] {
1862
1862
  min-width: 320px;
1863
1863
  height: 100%;
1864
1864
  }
1865
- .floating-comments[data-v-01062725] {
1865
+ .floating-comments[data-v-770204b4] {
1866
1866
  min-width: 300px;
1867
1867
  width: 300px;
1868
1868
  height: 100%;
1869
1869
  overflow: visible;
1870
1870
  }
1871
- .superdoc__layers[data-v-01062725] {
1871
+ .superdoc__layers[data-v-770204b4] {
1872
1872
  height: 100%;
1873
1873
  position: relative;
1874
1874
  box-sizing: border-box;
1875
1875
  }
1876
- .superdoc__document[data-v-01062725] {
1876
+ .superdoc__document[data-v-770204b4] {
1877
1877
  width: 100%;
1878
1878
  position: relative;
1879
1879
  }
1880
- .superdoc__sub-document[data-v-01062725] {
1880
+ .superdoc__sub-document[data-v-770204b4] {
1881
1881
  width: 100%;
1882
1882
  position: relative;
1883
1883
  }
1884
- .superdoc__selection-layer[data-v-01062725] {
1884
+ .superdoc__selection-layer[data-v-770204b4] {
1885
1885
  position: absolute;
1886
1886
  min-width: 100%;
1887
1887
  min-height: 100%;
@@ -1892,13 +1892,13 @@ img[data-v-c95b2073] {
1892
1892
  /* SD-3497: PDF whiteboard overlay sits above the rendered PDF canvas but below
1893
1893
  the PDF comment anchors (z-index 6 in PdfCommentsLayer) so anchors stay
1894
1894
  clickable, and below the selection layer (z-index 10). */
1895
- .superdoc__whiteboard-layer[data-v-01062725] {
1895
+ .superdoc__whiteboard-layer[data-v-770204b4] {
1896
1896
  z-index: 4;
1897
1897
  }
1898
- .superdoc__temp-selection[data-v-01062725] {
1898
+ .superdoc__temp-selection[data-v-770204b4] {
1899
1899
  position: absolute;
1900
1900
  }
1901
- .superdoc__right-sidebar[data-v-01062725] {
1901
+ .superdoc__right-sidebar[data-v-770204b4] {
1902
1902
  width: 320px;
1903
1903
  min-width: 320px;
1904
1904
  padding: 0 10px;
@@ -1906,7 +1906,7 @@ img[data-v-c95b2073] {
1906
1906
  position: relative;
1907
1907
  z-index: 2;
1908
1908
  }
1909
- .superdoc__compact-comment-popover[data-v-01062725] {
1909
+ .superdoc__compact-comment-popover[data-v-770204b4] {
1910
1910
  position: absolute;
1911
1911
  top: 12px;
1912
1912
  right: 12px;
@@ -1915,14 +1915,14 @@ img[data-v-c95b2073] {
1915
1915
  }
1916
1916
 
1917
1917
  /* Tools styles */
1918
- .tools[data-v-01062725] {
1918
+ .tools[data-v-770204b4] {
1919
1919
  position: absolute;
1920
1920
  z-index: 3;
1921
1921
  display: flex;
1922
1922
  flex-direction: column;
1923
1923
  gap: var(--sd-ui-tools-gap, 6px);
1924
1924
  }
1925
- .tools-item[data-v-01062725] {
1925
+ .tools-item[data-v-770204b4] {
1926
1926
  display: flex;
1927
1927
  align-items: center;
1928
1928
  justify-content: center;
@@ -1933,10 +1933,10 @@ img[data-v-c95b2073] {
1933
1933
  cursor: pointer;
1934
1934
  position: relative;
1935
1935
  }
1936
- .tools-item i[data-v-01062725] {
1936
+ .tools-item i[data-v-770204b4] {
1937
1937
  cursor: pointer;
1938
1938
  }
1939
- .superdoc__tools-icon[data-v-01062725] {
1939
+ .superdoc__tools-icon[data-v-770204b4] {
1940
1940
  width: var(--sd-ui-tools-icon-size, 20px);
1941
1941
  height: var(--sd-ui-tools-icon-size, 20px);
1942
1942
  flex-shrink: 0;
@@ -1951,22 +1951,22 @@ img[data-v-c95b2073] {
1951
1951
 
1952
1952
  /* 834px is iPad screen size in portrait orientation */
1953
1953
  @media (max-width: 834px) {
1954
- .superdoc .superdoc__layers[data-v-01062725] {
1954
+ .superdoc .superdoc__layers[data-v-770204b4] {
1955
1955
  margin: 0;
1956
1956
  border: 0 !important;
1957
1957
  box-shadow: none;
1958
1958
  }
1959
- .superdoc__sub-document[data-v-01062725] {
1959
+ .superdoc__sub-document[data-v-770204b4] {
1960
1960
  max-width: 100%;
1961
1961
  }
1962
- .superdoc__right-sidebar[data-v-01062725] {
1962
+ .superdoc__right-sidebar[data-v-770204b4] {
1963
1963
  padding: 10px;
1964
1964
  position: relative;
1965
1965
  }
1966
1966
  }
1967
1967
 
1968
1968
  /* AI Writer styles */
1969
- .ai-writer-container[data-v-01062725] {
1969
+ .ai-writer-container[data-v-770204b4] {
1970
1970
  position: fixed;
1971
1971
  z-index: 1000;
1972
1972
  background: white;
@@ -1982,10 +1982,10 @@ img[data-v-c95b2073] {
1982
1982
  transform: translateY(-50%);
1983
1983
  z-index: 50;
1984
1984
  } */
1985
- .ai-tool > svg[data-v-01062725] {
1985
+ .ai-tool > svg[data-v-770204b4] {
1986
1986
  fill: transparent;
1987
1987
  }
1988
- .ai-tool[data-v-01062725]::before {
1988
+ .ai-tool[data-v-770204b4]::before {
1989
1989
  content: '';
1990
1990
  position: absolute;
1991
1991
  width: 20px;
@@ -2006,7 +2006,7 @@ img[data-v-c95b2073] {
2006
2006
  filter: brightness(1.2);
2007
2007
  transition: filter 0.2s ease;
2008
2008
  }
2009
- .ai-tool[data-v-01062725]:hover::before {
2009
+ .ai-tool[data-v-770204b4]:hover::before {
2010
2010
  filter: brightness(1.3);
2011
2011
  }
2012
2012
 
@@ -1818,11 +1818,11 @@ img[data-v-c95b2073] {
1818
1818
  pointer-events: auto;
1819
1819
  }
1820
1820
 
1821
- .superdoc[data-v-01062725] {
1821
+ .superdoc[data-v-770204b4] {
1822
1822
  display: flex;
1823
1823
  position: relative;
1824
1824
  }
1825
- .sd-visually-hidden[data-v-01062725] {
1825
+ .sd-visually-hidden[data-v-770204b4] {
1826
1826
  position: absolute;
1827
1827
  width: 1px;
1828
1828
  height: 1px;
@@ -1833,14 +1833,14 @@ img[data-v-c95b2073] {
1833
1833
  white-space: nowrap;
1834
1834
  border: 0;
1835
1835
  }
1836
- .superdoc__mutation-status[data-v-01062725] {
1836
+ .superdoc__mutation-status[data-v-770204b4] {
1837
1837
  position: sticky;
1838
1838
  z-index: 10;
1839
1839
  top: 12px;
1840
1840
  height: 0;
1841
1841
  pointer-events: none;
1842
1842
  }
1843
- .superdoc__edit-rejected-status[data-v-01062725] {
1843
+ .superdoc__edit-rejected-status[data-v-770204b4] {
1844
1844
  position: absolute;
1845
1845
  top: 0;
1846
1846
  left: 50%;
@@ -1858,30 +1858,30 @@ img[data-v-c95b2073] {
1858
1858
  line-height: 20px;
1859
1859
  pointer-events: none;
1860
1860
  }
1861
- .right-sidebar[data-v-01062725] {
1861
+ .right-sidebar[data-v-770204b4] {
1862
1862
  min-width: 320px;
1863
1863
  height: 100%;
1864
1864
  }
1865
- .floating-comments[data-v-01062725] {
1865
+ .floating-comments[data-v-770204b4] {
1866
1866
  min-width: 300px;
1867
1867
  width: 300px;
1868
1868
  height: 100%;
1869
1869
  overflow: visible;
1870
1870
  }
1871
- .superdoc__layers[data-v-01062725] {
1871
+ .superdoc__layers[data-v-770204b4] {
1872
1872
  height: 100%;
1873
1873
  position: relative;
1874
1874
  box-sizing: border-box;
1875
1875
  }
1876
- .superdoc__document[data-v-01062725] {
1876
+ .superdoc__document[data-v-770204b4] {
1877
1877
  width: 100%;
1878
1878
  position: relative;
1879
1879
  }
1880
- .superdoc__sub-document[data-v-01062725] {
1880
+ .superdoc__sub-document[data-v-770204b4] {
1881
1881
  width: 100%;
1882
1882
  position: relative;
1883
1883
  }
1884
- .superdoc__selection-layer[data-v-01062725] {
1884
+ .superdoc__selection-layer[data-v-770204b4] {
1885
1885
  position: absolute;
1886
1886
  min-width: 100%;
1887
1887
  min-height: 100%;
@@ -1892,13 +1892,13 @@ img[data-v-c95b2073] {
1892
1892
  /* SD-3497: PDF whiteboard overlay sits above the rendered PDF canvas but below
1893
1893
  the PDF comment anchors (z-index 6 in PdfCommentsLayer) so anchors stay
1894
1894
  clickable, and below the selection layer (z-index 10). */
1895
- .superdoc__whiteboard-layer[data-v-01062725] {
1895
+ .superdoc__whiteboard-layer[data-v-770204b4] {
1896
1896
  z-index: 4;
1897
1897
  }
1898
- .superdoc__temp-selection[data-v-01062725] {
1898
+ .superdoc__temp-selection[data-v-770204b4] {
1899
1899
  position: absolute;
1900
1900
  }
1901
- .superdoc__right-sidebar[data-v-01062725] {
1901
+ .superdoc__right-sidebar[data-v-770204b4] {
1902
1902
  width: 320px;
1903
1903
  min-width: 320px;
1904
1904
  padding: 0 10px;
@@ -1906,7 +1906,7 @@ img[data-v-c95b2073] {
1906
1906
  position: relative;
1907
1907
  z-index: 2;
1908
1908
  }
1909
- .superdoc__compact-comment-popover[data-v-01062725] {
1909
+ .superdoc__compact-comment-popover[data-v-770204b4] {
1910
1910
  position: absolute;
1911
1911
  top: 12px;
1912
1912
  right: 12px;
@@ -1915,14 +1915,14 @@ img[data-v-c95b2073] {
1915
1915
  }
1916
1916
 
1917
1917
  /* Tools styles */
1918
- .tools[data-v-01062725] {
1918
+ .tools[data-v-770204b4] {
1919
1919
  position: absolute;
1920
1920
  z-index: 3;
1921
1921
  display: flex;
1922
1922
  flex-direction: column;
1923
1923
  gap: var(--sd-ui-tools-gap, 6px);
1924
1924
  }
1925
- .tools-item[data-v-01062725] {
1925
+ .tools-item[data-v-770204b4] {
1926
1926
  display: flex;
1927
1927
  align-items: center;
1928
1928
  justify-content: center;
@@ -1933,10 +1933,10 @@ img[data-v-c95b2073] {
1933
1933
  cursor: pointer;
1934
1934
  position: relative;
1935
1935
  }
1936
- .tools-item i[data-v-01062725] {
1936
+ .tools-item i[data-v-770204b4] {
1937
1937
  cursor: pointer;
1938
1938
  }
1939
- .superdoc__tools-icon[data-v-01062725] {
1939
+ .superdoc__tools-icon[data-v-770204b4] {
1940
1940
  width: var(--sd-ui-tools-icon-size, 20px);
1941
1941
  height: var(--sd-ui-tools-icon-size, 20px);
1942
1942
  flex-shrink: 0;
@@ -1951,22 +1951,22 @@ img[data-v-c95b2073] {
1951
1951
 
1952
1952
  /* 834px is iPad screen size in portrait orientation */
1953
1953
  @media (max-width: 834px) {
1954
- .superdoc .superdoc__layers[data-v-01062725] {
1954
+ .superdoc .superdoc__layers[data-v-770204b4] {
1955
1955
  margin: 0;
1956
1956
  border: 0 !important;
1957
1957
  box-shadow: none;
1958
1958
  }
1959
- .superdoc__sub-document[data-v-01062725] {
1959
+ .superdoc__sub-document[data-v-770204b4] {
1960
1960
  max-width: 100%;
1961
1961
  }
1962
- .superdoc__right-sidebar[data-v-01062725] {
1962
+ .superdoc__right-sidebar[data-v-770204b4] {
1963
1963
  padding: 10px;
1964
1964
  position: relative;
1965
1965
  }
1966
1966
  }
1967
1967
 
1968
1968
  /* AI Writer styles */
1969
- .ai-writer-container[data-v-01062725] {
1969
+ .ai-writer-container[data-v-770204b4] {
1970
1970
  position: fixed;
1971
1971
  z-index: 1000;
1972
1972
  background: white;
@@ -1982,10 +1982,10 @@ img[data-v-c95b2073] {
1982
1982
  transform: translateY(-50%);
1983
1983
  z-index: 50;
1984
1984
  } */
1985
- .ai-tool > svg[data-v-01062725] {
1985
+ .ai-tool > svg[data-v-770204b4] {
1986
1986
  fill: transparent;
1987
1987
  }
1988
- .ai-tool[data-v-01062725]::before {
1988
+ .ai-tool[data-v-770204b4]::before {
1989
1989
  content: '';
1990
1990
  position: absolute;
1991
1991
  width: 20px;
@@ -2006,7 +2006,7 @@ img[data-v-c95b2073] {
2006
2006
  filter: brightness(1.2);
2007
2007
  transition: filter 0.2s ease;
2008
2008
  }
2009
- .ai-tool[data-v-01062725]:hover::before {
2009
+ .ai-tool[data-v-770204b4]:hover::before {
2010
2010
  filter: brightness(1.3);
2011
2011
  }
2012
2012
 
@@ -3213,11 +3213,26 @@ export interface SuperDocExceptionRestorePayload {
3213
3213
  * re-emit path forwards `originalException?.editor ?? null`, so
3214
3214
  * consumers may receive `null` (not just `undefined`).
3215
3215
  */
3216
+ export interface SuperDocWorkerFailureDetail {
3217
+ phase: string;
3218
+ reason: string;
3219
+ beforeHello: boolean;
3220
+ message: string;
3221
+ elapsedMs?: number;
3222
+ errorName?: string;
3223
+ errorMessage?: string;
3224
+ errorStack?: string;
3225
+ filename?: string;
3226
+ lineno?: number;
3227
+ colno?: number;
3228
+ }
3216
3229
  export interface SuperDocExceptionEditorPayload {
3217
3230
  error: unknown;
3218
3231
  editor?: Editor | null;
3219
3232
  code?: string;
3220
3233
  documentId?: string | null;
3234
+ /** Structured browser-worker failure detail when editor startup failed in its worker transport. */
3235
+ workerFailure?: SuperDocWorkerFailureDetail;
3221
3236
  }
3222
3237
  /**
3223
3238
  * Exception payload raised by the built-in toolbar.
@@ -195,6 +195,7 @@ import type { SuperDocVisualApi as __Cjs_SuperDocVisualApi } from './index.js' w
195
195
  import type { SuperDocVisualHandle as __Cjs_SuperDocVisualHandle } from './index.js' with { "resolution-mode": "import" };
196
196
  import type { SuperDocVisualOptions as __Cjs_SuperDocVisualOptions } from './index.js' with { "resolution-mode": "import" };
197
197
  import type { SuperDocVisualTarget as __Cjs_SuperDocVisualTarget } from './index.js' with { "resolution-mode": "import" };
198
+ import type { SuperDocWorkerFailureDetail as __Cjs_SuperDocWorkerFailureDetail } from './index.js' with { "resolution-mode": "import" };
198
199
  import type { SuperDocZoomConfig as __Cjs_SuperDocZoomConfig } from './index.js' with { "resolution-mode": "import" };
199
200
  import type { SuperDocZoomMode as __Cjs_SuperDocZoomMode } from './index.js' with { "resolution-mode": "import" };
200
201
  import type { SuperDocZoomPayload as __Cjs_SuperDocZoomPayload } from './index.js' with { "resolution-mode": "import" };
@@ -459,6 +460,7 @@ export type { __Cjs_SuperDocVisualApi as SuperDocVisualApi };
459
460
  export type { __Cjs_SuperDocVisualHandle as SuperDocVisualHandle };
460
461
  export type { __Cjs_SuperDocVisualOptions as SuperDocVisualOptions };
461
462
  export type { __Cjs_SuperDocVisualTarget as SuperDocVisualTarget };
463
+ export type { __Cjs_SuperDocWorkerFailureDetail as SuperDocWorkerFailureDetail };
462
464
  export type { __Cjs_SuperDocZoomConfig as SuperDocZoomConfig };
463
465
  export type { __Cjs_SuperDocZoomMode as SuperDocZoomMode };
464
466
  export type { __Cjs_SuperDocZoomPayload as SuperDocZoomPayload };
@@ -82,6 +82,7 @@ export type { SuperDocDocumentModeChangePayload } from '../core/types/index.js';
82
82
  export type { SuperDocEditorPayload } from '../core/types/index.js';
83
83
  export type { SuperDocExceptionDiagnosticPayload } from '../core/types/index.js';
84
84
  export type { SuperDocExceptionEditorPayload } from '../core/types/index.js';
85
+ export type { SuperDocWorkerFailureDetail } from '../core/types/index.js';
85
86
  export type { SuperDocExceptionHyperlinkPayload } from '../core/types/index.js';
86
87
  export type { SuperDocExceptionToolbarPayload } from '../core/types/index.js';
87
88
  export type { SuperDocExceptionPayload } from '../core/types/index.js';
package/dist/superdoc.cjs CHANGED
@@ -316,7 +316,7 @@ var shuffleArray = (array) => {
316
316
  var DEFAULT_ENDPOINT = "https://ingest.superdoc.dev/v1/collect";
317
317
  function getSuperdocVersion() {
318
318
  try {
319
- return "2.12.0-next.6";
319
+ return "2.12.0-next.8";
320
320
  } catch {
321
321
  return "unknown";
322
322
  }
@@ -22814,7 +22814,8 @@ var SuperDoc_default = /*#__PURE__*/ require__plugin_vue_export_helper._plugin_v
22814
22814
  error: new Error(message),
22815
22815
  code: reason,
22816
22816
  ...documentId ? { documentId } : {},
22817
- editor: null
22817
+ editor: null,
22818
+ ...workerFailure ? { workerFailure } : {}
22818
22819
  });
22819
22820
  const bootDiagnostic = translateBootFailureReason(reason, detail, {
22820
22821
  documentId,
@@ -24017,7 +24018,7 @@ var SuperDoc_default = /*#__PURE__*/ require__plugin_vue_export_helper._plugin_v
24017
24018
  ], 38);
24018
24019
  };
24019
24020
  }
24020
- }, [["__scopeId", "data-v-01062725"]]);
24021
+ }, [["__scopeId", "data-v-770204b4"]]);
24021
24022
  //#endregion
24022
24023
  //#region src/core/create-app.js
24023
24024
  var PINIA_DEVTOOLS_SETUP_EVENT = "devtools-plugin:setup";
@@ -45213,7 +45214,7 @@ var SuperDoc = class extends require_eventemitter3.import_eventemitter3.default
45213
45214
  this.config.colors = shuffleArray(this.config.colors);
45214
45215
  this.userColorMap = /* @__PURE__ */ new Map();
45215
45216
  this.colorIndex = 0;
45216
- this.version = "2.12.0-next.6";
45217
+ this.version = "2.12.0-next.8";
45217
45218
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
45218
45219
  this.superdocId = config.superdocId || require_uuid.v4();
45219
45220
  this.colors = this.config.colors ?? [];
@@ -315,7 +315,7 @@ var shuffleArray = (array) => {
315
315
  var DEFAULT_ENDPOINT = "https://ingest.superdoc.dev/v1/collect";
316
316
  function getSuperdocVersion() {
317
317
  try {
318
- return "2.12.0-next.6";
318
+ return "2.12.0-next.8";
319
319
  } catch {
320
320
  return "unknown";
321
321
  }
@@ -22774,7 +22774,8 @@ var SuperDoc_default = /*#__PURE__*/ _plugin_vue_export_helper_default({
22774
22774
  error: new Error(message),
22775
22775
  code: reason,
22776
22776
  ...documentId ? { documentId } : {},
22777
- editor: null
22777
+ editor: null,
22778
+ ...workerFailure ? { workerFailure } : {}
22778
22779
  });
22779
22780
  const bootDiagnostic = translateBootFailureReason(reason, detail, {
22780
22781
  documentId,
@@ -23977,7 +23978,7 @@ var SuperDoc_default = /*#__PURE__*/ _plugin_vue_export_helper_default({
23977
23978
  ], 38);
23978
23979
  };
23979
23980
  }
23980
- }, [["__scopeId", "data-v-01062725"]]);
23981
+ }, [["__scopeId", "data-v-770204b4"]]);
23981
23982
  //#endregion
23982
23983
  //#region src/core/create-app.js
23983
23984
  var PINIA_DEVTOOLS_SETUP_EVENT = "devtools-plugin:setup";
@@ -45144,7 +45145,7 @@ var SuperDoc = class extends import_eventemitter3.default {
45144
45145
  this.config.colors = shuffleArray(this.config.colors);
45145
45146
  this.userColorMap = /* @__PURE__ */ new Map();
45146
45147
  this.colorIndex = 0;
45147
- this.version = "2.12.0-next.6";
45148
+ this.version = "2.12.0-next.8";
45148
45149
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
45149
45150
  this.superdocId = config.superdocId || v4();
45150
45151
  this.colors = this.config.colors ?? [];