@superdoc-dev/cli 0.12.0-next.17 → 0.12.0-next.19

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
@@ -218157,7 +218157,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
218157
218157
  init_remark_gfm_BhnWr3yf_es();
218158
218158
  });
218159
218159
 
218160
- // ../../packages/superdoc/dist/chunks/src-DkDAd28K.es.js
218160
+ // ../../packages/superdoc/dist/chunks/src-DygNo4Zh.es.js
218161
218161
  function deleteProps(obj, propOrProps) {
218162
218162
  const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
218163
218163
  const removeNested = (target, pathParts, index2 = 0) => {
@@ -306546,7 +306546,7 @@ menclose::after {
306546
306546
  return;
306547
306547
  console.log(...args$1);
306548
306548
  }, 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;
306549
- var init_src_DkDAd28K_es = __esm(() => {
306549
+ var init_src_DygNo4Zh_es = __esm(() => {
306550
306550
  init_rolldown_runtime_Bg48TavK_es();
306551
306551
  init_SuperConverter_UqLu6KQU_es();
306552
306552
  init_jszip_C49i9kUs_es();
@@ -328491,6 +328491,7 @@ function print() { __p += __j.call(arguments, '') }
328491
328491
  role = "editor";
328492
328492
  superdoc;
328493
328493
  toolbarContainer = null;
328494
+ toolbar = null;
328494
328495
  constructor(config2) {
328495
328496
  super();
328496
328497
  this.config = {
@@ -344370,7 +344371,7 @@ var init_zipper_yaJVJ4z9_es = __esm(() => {
344370
344371
 
344371
344372
  // ../../packages/superdoc/dist/super-editor.es.js
344372
344373
  var init_super_editor_es = __esm(() => {
344373
- init_src_DkDAd28K_es();
344374
+ init_src_DygNo4Zh_es();
344374
344375
  init_SuperConverter_UqLu6KQU_es();
344375
344376
  init_jszip_C49i9kUs_es();
344376
344377
  init_xml_js_CqGKpaft_es();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/cli",
3
- "version": "0.12.0-next.17",
3
+ "version": "0.12.0-next.19",
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.12.0-next.17",
38
- "@superdoc-dev/cli-linux-x64": "0.12.0-next.17",
39
- "@superdoc-dev/cli-linux-arm64": "0.12.0-next.17",
40
- "@superdoc-dev/cli-windows-x64": "0.12.0-next.17",
41
- "@superdoc-dev/cli-darwin-x64": "0.12.0-next.17"
37
+ "@superdoc-dev/cli-darwin-arm64": "0.12.0-next.19",
38
+ "@superdoc-dev/cli-darwin-x64": "0.12.0-next.19",
39
+ "@superdoc-dev/cli-linux-x64": "0.12.0-next.19",
40
+ "@superdoc-dev/cli-linux-arm64": "0.12.0-next.19",
41
+ "@superdoc-dev/cli-windows-x64": "0.12.0-next.19"
42
42
  },
43
43
  "scripts": {
44
44
  "predev": "node scripts/ensure-superdoc-build.js",