@superdoc-dev/mcp 0.9.0-next.1 → 0.9.0-next.2

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 +6 -3
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -210034,7 +210034,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
210034
210034
  init_remark_gfm_BhnWr3yf_es();
210035
210035
  });
210036
210036
 
210037
- // ../../packages/superdoc/dist/chunks/src-BXwluax4.es.js
210037
+ // ../../packages/superdoc/dist/chunks/src-BVHa1VXC.es.js
210038
210038
  function deleteProps(obj, propOrProps) {
210039
210039
  const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
210040
210040
  const removeNested = (target, pathParts, index2 = 0) => {
@@ -288401,6 +288401,7 @@ var Node$13 = class Node$14 {
288401
288401
  box-sizing: border-box;
288402
288402
  border-radius: 4px;
288403
288403
  border: 1px solid transparent;
288404
+ background-color: var(--sd-content-controls-block-bg, transparent);
288404
288405
  position: relative;
288405
288406
  }
288406
288407
 
@@ -288496,6 +288497,7 @@ var Node$13 = class Node$14 {
288496
288497
  box-sizing: border-box;
288497
288498
  border-radius: 4px;
288498
288499
  border: 1px solid transparent;
288500
+ background-color: var(--sd-content-controls-inline-bg, transparent);
288499
288501
  position: relative;
288500
288502
  display: inline;
288501
288503
  font-size: initial;
@@ -288551,6 +288553,7 @@ var Node$13 = class Node$14 {
288551
288553
  padding: 0;
288552
288554
  border: none;
288553
288555
  border-radius: 0;
288556
+ background-color: transparent;
288554
288557
  }
288555
288558
  .superdoc-structured-content-inline[data-appearance='hidden']:hover {
288556
288559
  background-color: transparent;
@@ -306742,7 +306745,7 @@ menclose::after {
306742
306745
  return;
306743
306746
  console.log(...args$1);
306744
306747
  }, 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, TRACKED_MARK_NAMES;
306745
- var init_src_BXwluax4_es = __esm(() => {
306748
+ var init_src_BVHa1VXC_es = __esm(() => {
306746
306749
  init_rolldown_runtime_Bg48TavK_es();
306747
306750
  init_SuperConverter_BzpaXL4Z_es();
306748
306751
  init_jszip_C49i9kUs_es();
@@ -340882,7 +340885,7 @@ var init_zipper_yaJVJ4z9_es = __esm(() => {
340882
340885
 
340883
340886
  // ../../packages/superdoc/dist/super-editor.es.js
340884
340887
  var init_super_editor_es = __esm(() => {
340885
- init_src_BXwluax4_es();
340888
+ init_src_BVHa1VXC_es();
340886
340889
  init_SuperConverter_BzpaXL4Z_es();
340887
340890
  init_jszip_C49i9kUs_es();
340888
340891
  init_xml_js_CqGKpaft_es();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/mcp",
3
- "version": "0.9.0-next.1",
3
+ "version": "0.9.0-next.2",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=20"
@@ -19,9 +19,9 @@
19
19
  "@types/bun": "^1.3.8",
20
20
  "@types/node": "22.19.2",
21
21
  "typescript": "^5.9.2",
22
- "superdoc": "1.36.1",
22
+ "@superdoc/document-api": "0.0.1",
23
23
  "@superdoc/super-editor": "0.0.1",
24
- "@superdoc/document-api": "0.0.1"
24
+ "superdoc": "1.36.1"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"