@superdoc-dev/cli 0.7.0-next.33 → 0.7.0-next.34

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 +4 -3
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -205830,7 +205830,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
205830
205830
  init_remark_gfm_BhnWr3yf_es();
205831
205831
  });
205832
205832
 
205833
- // ../../packages/superdoc/dist/chunks/src-Bn2I5jpR.es.js
205833
+ // ../../packages/superdoc/dist/chunks/src-BXskIPkt.es.js
205834
205834
  function deleteProps(obj, propOrProps) {
205835
205835
  const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
205836
205836
  const removeNested = (target, pathParts, index2 = 0) => {
@@ -290303,7 +290303,7 @@ menclose::after {
290303
290303
  return;
290304
290304
  console.log(...args$1);
290305
290305
  }, 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;
290306
- var init_src_Bn2I5jpR_es = __esm(() => {
290306
+ var init_src_BXskIPkt_es = __esm(() => {
290307
290307
  init_rolldown_runtime_Bg48TavK_es();
290308
290308
  init_SuperConverter_D8HLuwGQ_es();
290309
290309
  init_jszip_C49i9kUs_es();
@@ -318866,6 +318866,7 @@ function print() { __p += __j.call(arguments, '') }
318866
318866
  img2.style.marginRight = `${run2.distRight}px`;
318867
318867
  img2.style.position = "relative";
318868
318868
  img2.style.zIndex = "1";
318869
+ img2.style.maxWidth = "100%";
318869
318870
  }
318870
318871
  const transforms = [];
318871
318872
  if (run2.rotation != null && run2.rotation !== 0) {
@@ -325158,7 +325159,7 @@ var init_zipper_DbkgrypV_es = __esm(() => {
325158
325159
 
325159
325160
  // ../../packages/superdoc/dist/super-editor.es.js
325160
325161
  var init_super_editor_es = __esm(() => {
325161
- init_src_Bn2I5jpR_es();
325162
+ init_src_BXskIPkt_es();
325162
325163
  init_SuperConverter_D8HLuwGQ_es();
325163
325164
  init_jszip_C49i9kUs_es();
325164
325165
  init_xml_js_CqGKpaft_es();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/cli",
3
- "version": "0.7.0-next.33",
3
+ "version": "0.7.0-next.34",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "superdoc": "./dist/index.js"
@@ -34,11 +34,11 @@
34
34
  "access": "public"
35
35
  },
36
36
  "optionalDependencies": {
37
- "@superdoc-dev/cli-darwin-arm64": "0.7.0-next.33",
38
- "@superdoc-dev/cli-linux-x64": "0.7.0-next.33",
39
- "@superdoc-dev/cli-darwin-x64": "0.7.0-next.33",
40
- "@superdoc-dev/cli-linux-arm64": "0.7.0-next.33",
41
- "@superdoc-dev/cli-windows-x64": "0.7.0-next.33"
37
+ "@superdoc-dev/cli-darwin-arm64": "0.7.0-next.34",
38
+ "@superdoc-dev/cli-darwin-x64": "0.7.0-next.34",
39
+ "@superdoc-dev/cli-linux-x64": "0.7.0-next.34",
40
+ "@superdoc-dev/cli-linux-arm64": "0.7.0-next.34",
41
+ "@superdoc-dev/cli-windows-x64": "0.7.0-next.34"
42
42
  },
43
43
  "scripts": {
44
44
  "predev": "node scripts/ensure-superdoc-build.js",