@superdoc-dev/cli 0.5.0-next.11 → 0.5.0-next.12

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 +15 -3
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -171649,7 +171649,7 @@ var init_remark_gfm_CjV8kaUy_es = __esm(() => {
171649
171649
  init_remark_gfm_z_sDF4ss_es();
171650
171650
  });
171651
171651
 
171652
- // ../../packages/superdoc/dist/chunks/src-_vWFtSGt.es.js
171652
+ // ../../packages/superdoc/dist/chunks/src-DIz6UVUx.es.js
171653
171653
  function deleteProps(obj, propOrProps) {
171654
171654
  const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
171655
171655
  const removeNested = (target, pathParts, index2 = 0) => {
@@ -237775,11 +237775,23 @@ var Node$13 = class Node$14 {
237775
237775
  border: none;
237776
237776
  }
237777
237777
 
237778
+ .presentation-editor--viewing .superdoc-structured-content-block.sdt-group-hover,
237779
+ .presentation-editor--viewing .superdoc-structured-content-block.sdt-hover,
237780
+ .presentation-editor--viewing .superdoc-structured-content-block[data-lock-mode].sdt-hover {
237781
+ background: none;
237782
+ border: none;
237783
+ }
237784
+
237778
237785
  .presentation-editor--viewing .superdoc-structured-content-inline:hover {
237779
237786
  background: none;
237780
237787
  border: none;
237781
237788
  }
237782
237789
 
237790
+ .presentation-editor--viewing .superdoc-structured-content-inline[data-lock-mode]:hover {
237791
+ background: none;
237792
+ border: none;
237793
+ }
237794
+
237783
237795
  .presentation-editor--viewing .superdoc-structured-content__label,
237784
237796
  .presentation-editor--viewing .superdoc-structured-content-inline__label {
237785
237797
  display: none !important;
@@ -252740,7 +252752,7 @@ var Node$13 = class Node$14 {
252740
252752
  return;
252741
252753
  console.log(...args$1);
252742
252754
  }, 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;
252743
- var init_src__vWFtSGt_es = __esm(() => {
252755
+ var init_src_DIz6UVUx_es = __esm(() => {
252744
252756
  init_rolldown_runtime_B2q5OVn9_es();
252745
252757
  init_SuperConverter_OPfy6vj2_es();
252746
252758
  init_jszip_ChlR43oI_es();
@@ -286297,7 +286309,7 @@ var init_zipper_YmNpPIyc_es = __esm(() => {
286297
286309
 
286298
286310
  // ../../packages/superdoc/dist/super-editor.es.js
286299
286311
  var init_super_editor_es = __esm(() => {
286300
- init_src__vWFtSGt_es();
286312
+ init_src_DIz6UVUx_es();
286301
286313
  init_SuperConverter_OPfy6vj2_es();
286302
286314
  init_jszip_ChlR43oI_es();
286303
286315
  init_xml_js_40FWvL78_es();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/cli",
3
- "version": "0.5.0-next.11",
3
+ "version": "0.5.0-next.12",
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.5.0-next.11",
38
- "@superdoc-dev/cli-darwin-x64": "0.5.0-next.11",
39
- "@superdoc-dev/cli-linux-x64": "0.5.0-next.11",
40
- "@superdoc-dev/cli-windows-x64": "0.5.0-next.11",
41
- "@superdoc-dev/cli-linux-arm64": "0.5.0-next.11"
37
+ "@superdoc-dev/cli-darwin-arm64": "0.5.0-next.12",
38
+ "@superdoc-dev/cli-darwin-x64": "0.5.0-next.12",
39
+ "@superdoc-dev/cli-linux-x64": "0.5.0-next.12",
40
+ "@superdoc-dev/cli-linux-arm64": "0.5.0-next.12",
41
+ "@superdoc-dev/cli-windows-x64": "0.5.0-next.12"
42
42
  },
43
43
  "scripts": {
44
44
  "predev": "node scripts/ensure-superdoc-build.js",