@superdoc-dev/mcp 0.3.0-next.65 → 0.3.0-next.66
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.
- package/dist/index.js +7 -7
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -199223,7 +199223,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
|
|
|
199223
199223
|
init_remark_gfm_BhnWr3yf_es();
|
|
199224
199224
|
});
|
|
199225
199225
|
|
|
199226
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
199226
|
+
// ../../packages/superdoc/dist/chunks/src-BOh9nYEk.es.js
|
|
199227
199227
|
function deleteProps(obj, propOrProps) {
|
|
199228
199228
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
199229
199229
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -242237,7 +242237,7 @@ function getSdtContainerConfig(sdt) {
|
|
|
242237
242237
|
return {
|
|
242238
242238
|
className: "superdoc-structured-content-block",
|
|
242239
242239
|
labelText: sdt.alias ?? "Structured content",
|
|
242240
|
-
labelClassName: "superdoc-structured-content__label",
|
|
242240
|
+
labelClassName: "superdoc-structured-content__label superdoc-structured-content-block__label",
|
|
242241
242241
|
isStart: true,
|
|
242242
242242
|
isEnd: true
|
|
242243
242243
|
};
|
|
@@ -278137,13 +278137,13 @@ var Node$13 = class Node$14 {
|
|
|
278137
278137
|
|
|
278138
278138
|
.superdoc-structured-content-block:not(.ProseMirror-selectednode):hover {
|
|
278139
278139
|
background-color: var(--sd-content-controls-block-hover-bg, #f2f2f2);
|
|
278140
|
-
border-color: transparent;
|
|
278140
|
+
border-color: var(--sd-content-controls-block-hover-border, transparent);
|
|
278141
278141
|
}
|
|
278142
278142
|
|
|
278143
278143
|
/* Group hover (JavaScript-coordinated via PresentationEditor) */
|
|
278144
278144
|
.superdoc-structured-content-block.sdt-group-hover:not(.ProseMirror-selectednode) {
|
|
278145
278145
|
background-color: var(--sd-content-controls-block-hover-bg, #f2f2f2);
|
|
278146
|
-
border-color: transparent;
|
|
278146
|
+
border-color: var(--sd-content-controls-block-hover-border, transparent);
|
|
278147
278147
|
}
|
|
278148
278148
|
|
|
278149
278149
|
.superdoc-structured-content-block.ProseMirror-selectednode {
|
|
@@ -278237,7 +278237,7 @@ var Node$13 = class Node$14 {
|
|
|
278237
278237
|
/* Hover effect for inline structured content */
|
|
278238
278238
|
.superdoc-structured-content-inline:not(.ProseMirror-selectednode):hover {
|
|
278239
278239
|
background-color: var(--sd-content-controls-inline-hover-bg, #f2f2f2);
|
|
278240
|
-
border-color: transparent;
|
|
278240
|
+
border-color: var(--sd-content-controls-inline-hover-border, transparent);
|
|
278241
278241
|
}
|
|
278242
278242
|
|
|
278243
278243
|
.superdoc-structured-content-inline.ProseMirror-selectednode {
|
|
@@ -291861,7 +291861,7 @@ menclose::after {
|
|
|
291861
291861
|
return;
|
|
291862
291862
|
console.log(...args$1);
|
|
291863
291863
|
}, 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;
|
|
291864
|
-
var
|
|
291864
|
+
var init_src_BOh9nYEk_es = __esm(() => {
|
|
291865
291865
|
init_rolldown_runtime_Bg48TavK_es();
|
|
291866
291866
|
init_SuperConverter_D1o6_yKI_es();
|
|
291867
291867
|
init_jszip_C49i9kUs_es();
|
|
@@ -329519,7 +329519,7 @@ var init_zipper_BxRAi0_5_es = __esm(() => {
|
|
|
329519
329519
|
|
|
329520
329520
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
329521
329521
|
var init_super_editor_es = __esm(() => {
|
|
329522
|
-
|
|
329522
|
+
init_src_BOh9nYEk_es();
|
|
329523
329523
|
init_SuperConverter_D1o6_yKI_es();
|
|
329524
329524
|
init_jszip_C49i9kUs_es();
|
|
329525
329525
|
init_xml_js_CqGKpaft_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/mcp",
|
|
3
|
-
"version": "0.3.0-next.
|
|
3
|
+
"version": "0.3.0-next.66",
|
|
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": "
|
|
24
|
-
"
|
|
23
|
+
"@superdoc/super-editor": "0.0.1",
|
|
24
|
+
"superdoc": "1.31.0"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|