@superdoc-dev/mcp 0.7.0-next.5 → 0.7.0-next.6

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 +12 -6
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -208791,7 +208791,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
208791
208791
  init_remark_gfm_BhnWr3yf_es();
208792
208792
  });
208793
208793
 
208794
- // ../../packages/superdoc/dist/chunks/src-BJQRcFsD.es.js
208794
+ // ../../packages/superdoc/dist/chunks/src-DXlYP0an.es.js
208795
208795
  function deleteProps(obj, propOrProps) {
208796
208796
  const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
208797
208797
  const removeNested = (target, pathParts, index2 = 0) => {
@@ -297180,7 +297180,7 @@ menclose::after {
297180
297180
  return;
297181
297181
  console.log(...args$1);
297182
297182
  }, 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;
297183
- var init_src_BJQRcFsD_es = __esm(() => {
297183
+ var init_src_DXlYP0an_es = __esm(() => {
297184
297184
  init_rolldown_runtime_Bg48TavK_es();
297185
297185
  init_SuperConverter_UqLu6KQU_es();
297186
297186
  init_jszip_C49i9kUs_es();
@@ -319069,6 +319069,12 @@ function print() { __p += __j.call(arguments, '') }
319069
319069
  customButtons: [],
319070
319070
  showFormattingMarksButton: false
319071
319071
  };
319072
+ toolbarItems = [];
319073
+ overflowItems = [];
319074
+ isDev = false;
319075
+ role = "editor";
319076
+ superdoc;
319077
+ toolbarContainer = null;
319072
319078
  constructor(config3) {
319073
319079
  super();
319074
319080
  this.config = {
@@ -334902,9 +334908,9 @@ function print() { __p += __j.call(arguments, '') }
334902
334908
  ];
334903
334909
  });
334904
334910
 
334905
- // ../../packages/superdoc/dist/chunks/create-super-doc-ui-FWAQonYc.es.js
334911
+ // ../../packages/superdoc/dist/chunks/create-super-doc-ui-BuJIur0F.es.js
334906
334912
  var MOD_ALIASES, ALT_ALIASES, CTRL_ALIASES, SHIFT_ALIASES, BUILTIN_CONTEXT_MENU_GROUPS, BUILTIN_GROUP_ORDER, RESERVED_PROXY_PROPERTY_NAMES, ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS;
334907
- var init_create_super_doc_ui_FWAQonYc_es = __esm(() => {
334913
+ var init_create_super_doc_ui_BuJIur0F_es = __esm(() => {
334908
334914
  init_SuperConverter_UqLu6KQU_es();
334909
334915
  init_create_headless_toolbar_QcQvy_nD_es();
334910
334916
  MOD_ALIASES = new Set([
@@ -334948,7 +334954,7 @@ var init_zipper_yaJVJ4z9_es = __esm(() => {
334948
334954
 
334949
334955
  // ../../packages/superdoc/dist/super-editor.es.js
334950
334956
  var init_super_editor_es = __esm(() => {
334951
- init_src_BJQRcFsD_es();
334957
+ init_src_DXlYP0an_es();
334952
334958
  init_SuperConverter_UqLu6KQU_es();
334953
334959
  init_jszip_C49i9kUs_es();
334954
334960
  init_xml_js_CqGKpaft_es();
@@ -334957,7 +334963,7 @@ var init_super_editor_es = __esm(() => {
334957
334963
  init_dist_B8HfvhaK_es();
334958
334964
  init_unified_Dsuw2be5_es();
334959
334965
  init_DocxZipper_CZMPWpOp_es();
334960
- init_create_super_doc_ui_FWAQonYc_es();
334966
+ init_create_super_doc_ui_BuJIur0F_es();
334961
334967
  init_ui_C5PAS9hY_es();
334962
334968
  init_eventemitter3_BnGqBE_Q_es();
334963
334969
  init_errors_CNaD6vcg_es();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/mcp",
3
- "version": "0.7.0-next.5",
3
+ "version": "0.7.0-next.6",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=20"
@@ -20,8 +20,8 @@
20
20
  "@types/node": "22.19.2",
21
21
  "typescript": "^5.9.2",
22
22
  "@superdoc/document-api": "0.0.1",
23
- "@superdoc/super-editor": "0.0.1",
24
- "superdoc": "1.34.0"
23
+ "superdoc": "1.34.0",
24
+ "@superdoc/super-editor": "0.0.1"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"