@superdoc-dev/cli 0.3.0-next.52 → 0.3.0-next.53

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 (2) hide show
  1. package/dist/index.js +9 -6
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -152177,7 +152177,7 @@ var init_remark_gfm_CjV8kaUy_es = __esm(() => {
152177
152177
  init_remark_gfm_z_sDF4ss_es();
152178
152178
  });
152179
152179
 
152180
- // ../../packages/superdoc/dist/chunks/src-BuBWqTkS.es.js
152180
+ // ../../packages/superdoc/dist/chunks/src-ncOuYa9X.es.js
152181
152181
  function deleteProps(obj, propOrProps) {
152182
152182
  const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
152183
152183
  const removeNested = (target, pathParts, index2 = 0) => {
@@ -231035,7 +231035,7 @@ var Node$13 = class Node$14 {
231035
231035
  return;
231036
231036
  console.log(...args$1);
231037
231037
  }, HEADER_FOOTER_INIT_BUDGET_MS = 200, MAX_ZOOM_WARNING_THRESHOLD = 10, MAX_SELECTION_RECTS_PER_USER = 100, SEMANTIC_RESIZE_DEBOUNCE_MS = 120, MIN_SEMANTIC_CONTENT_WIDTH_PX = 1, GLOBAL_PERFORMANCE, PresentationEditor, ICONS, TEXTS, tableActionsOptions;
231038
- var init_src_BuBWqTkS_es = __esm(() => {
231038
+ var init_src_ncOuYa9X_es = __esm(() => {
231039
231039
  init_rolldown_runtime_B2q5OVn9_es();
231040
231040
  init_SuperConverter_Cukh7tk8_es();
231041
231041
  init_jszip_ChlR43oI_es();
@@ -248760,7 +248760,8 @@ function print() { __p += __j.call(arguments, '') }
248760
248760
  alignItems: "center",
248761
248761
  background: "transparent",
248762
248762
  padding: "0",
248763
- overflowY: "auto"
248763
+ overflowY: "auto",
248764
+ isolation: "isolate"
248764
248765
  };
248765
248766
  containerStylesHorizontal = {
248766
248767
  display: "flex",
@@ -248770,7 +248771,8 @@ function print() { __p += __j.call(arguments, '') }
248770
248771
  background: "transparent",
248771
248772
  padding: "0",
248772
248773
  overflowX: "auto",
248773
- minHeight: "100%"
248774
+ minHeight: "100%",
248775
+ isolation: "isolate"
248774
248776
  };
248775
248777
  spreadStyles = {
248776
248778
  display: "flex",
@@ -255217,7 +255219,7 @@ function print() { __p += __j.call(arguments, '') }
255217
255219
  ], 32);
255218
255220
  };
255219
255221
  }
255220
- }, [["__scopeId", "data-v-7f5b7512"]]);
255222
+ }, [["__scopeId", "data-v-e654491a"]]);
255221
255223
  toolbarTexts = {
255222
255224
  bold: "Bold",
255223
255225
  fontFamily: "Font",
@@ -260678,6 +260680,7 @@ function print() { __p += __j.call(arguments, '') }
260678
260680
  this.#viewportHost.className = "presentation-editor__viewport";
260679
260681
  this.#viewportHost.setAttribute("aria-hidden", "true");
260680
260682
  this.#viewportHost.style.position = "relative";
260683
+ this.#viewportHost.style.isolation = "isolate";
260681
260684
  this.#viewportHost.style.width = "100%";
260682
260685
  const pageHeight = this.#layoutOptions.pageSize?.h ?? DEFAULT_PAGE_SIZE.h;
260683
260686
  this.#viewportHost.style.minHeight = `${pageHeight}px`;
@@ -264333,7 +264336,7 @@ var init_zipper_DqXT7uTa_es = __esm(() => {
264333
264336
 
264334
264337
  // ../../packages/superdoc/dist/super-editor.es.js
264335
264338
  var init_super_editor_es = __esm(() => {
264336
- init_src_BuBWqTkS_es();
264339
+ init_src_ncOuYa9X_es();
264337
264340
  init_SuperConverter_Cukh7tk8_es();
264338
264341
  init_jszip_ChlR43oI_es();
264339
264342
  init_xml_js_BtmJ6bNs_es();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/cli",
3
- "version": "0.3.0-next.52",
3
+ "version": "0.3.0-next.53",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "superdoc": "./dist/index.js"
@@ -21,8 +21,8 @@
21
21
  "@types/node": "22.19.2",
22
22
  "typescript": "^5.9.2",
23
23
  "@superdoc/document-api": "0.0.1",
24
- "@superdoc/super-editor": "0.0.1",
25
24
  "@superdoc/pm-adapter": "0.0.0",
25
+ "@superdoc/super-editor": "0.0.1",
26
26
  "superdoc": "1.20.0"
27
27
  },
28
28
  "module": "src/index.ts",
@@ -30,11 +30,11 @@
30
30
  "access": "public"
31
31
  },
32
32
  "optionalDependencies": {
33
- "@superdoc-dev/cli-darwin-arm64": "0.3.0-next.52",
34
- "@superdoc-dev/cli-darwin-x64": "0.3.0-next.52",
35
- "@superdoc-dev/cli-linux-x64": "0.3.0-next.52",
36
- "@superdoc-dev/cli-linux-arm64": "0.3.0-next.52",
37
- "@superdoc-dev/cli-windows-x64": "0.3.0-next.52"
33
+ "@superdoc-dev/cli-darwin-arm64": "0.3.0-next.53",
34
+ "@superdoc-dev/cli-linux-x64": "0.3.0-next.53",
35
+ "@superdoc-dev/cli-windows-x64": "0.3.0-next.53",
36
+ "@superdoc-dev/cli-linux-arm64": "0.3.0-next.53",
37
+ "@superdoc-dev/cli-darwin-x64": "0.3.0-next.53"
38
38
  },
39
39
  "scripts": {
40
40
  "predev": "node scripts/ensure-superdoc-build.js",