@superdoc-dev/mcp 0.8.0-next.7 → 0.8.0-next.9
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 +4 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -208942,7 +208942,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
|
|
|
208942
208942
|
init_remark_gfm_BhnWr3yf_es();
|
|
208943
208943
|
});
|
|
208944
208944
|
|
|
208945
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
208945
|
+
// ../../packages/superdoc/dist/chunks/src-DNOHYAzP.es.js
|
|
208946
208946
|
function deleteProps(obj, propOrProps) {
|
|
208947
208947
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
208948
208948
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -213131,12 +213131,10 @@ function createListBoundaryNavigationPlugin() {
|
|
|
213131
213131
|
const paragraph2 = getParagraphContext$1(selection.$from);
|
|
213132
213132
|
if (!paragraph2 || !isListParagraph(paragraph2.node))
|
|
213133
213133
|
return false;
|
|
213134
|
-
if (isRtlParagraph$1(paragraph2.node))
|
|
213135
|
-
return false;
|
|
213136
213134
|
const bounds = getParagraphTextBounds2(paragraph2.node, paragraph2.start);
|
|
213137
213135
|
if (!bounds)
|
|
213138
213136
|
return false;
|
|
213139
|
-
const direction = event.key === "ArrowLeft" ? -1 : 1;
|
|
213137
|
+
const direction = isRtlParagraph$1(paragraph2.node) ? event.key === "ArrowRight" ? -1 : 1 : event.key === "ArrowLeft" ? -1 : 1;
|
|
213140
213138
|
const atLeftBoundary = direction < 0 && selection.from <= bounds.first;
|
|
213141
213139
|
const atRightBoundary = direction > 0 && selection.from >= bounds.last;
|
|
213142
213140
|
if (!atLeftBoundary && !atRightBoundary)
|
|
@@ -297493,7 +297491,7 @@ menclose::after {
|
|
|
297493
297491
|
return;
|
|
297494
297492
|
console.log(...args$1);
|
|
297495
297493
|
}, 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;
|
|
297496
|
-
var
|
|
297494
|
+
var init_src_DNOHYAzP_es = __esm(() => {
|
|
297497
297495
|
init_rolldown_runtime_Bg48TavK_es();
|
|
297498
297496
|
init_SuperConverter_k7GHkV_c_es();
|
|
297499
297497
|
init_jszip_C49i9kUs_es();
|
|
@@ -335360,7 +335358,7 @@ var init_zipper_yaJVJ4z9_es = __esm(() => {
|
|
|
335360
335358
|
|
|
335361
335359
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
335362
335360
|
var init_super_editor_es = __esm(() => {
|
|
335363
|
-
|
|
335361
|
+
init_src_DNOHYAzP_es();
|
|
335364
335362
|
init_SuperConverter_k7GHkV_c_es();
|
|
335365
335363
|
init_jszip_C49i9kUs_es();
|
|
335366
335364
|
init_xml_js_CqGKpaft_es();
|