@superdoc-dev/mcp 0.3.0-next.80 → 0.3.0-next.81
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 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -200079,7 +200079,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
|
|
|
200079
200079
|
init_remark_gfm_BhnWr3yf_es();
|
|
200080
200080
|
});
|
|
200081
200081
|
|
|
200082
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
200082
|
+
// ../../packages/superdoc/dist/chunks/src-DEPmpJjg.es.js
|
|
200083
200083
|
function deleteProps(obj, propOrProps) {
|
|
200084
200084
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
200085
200085
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -286619,10 +286619,12 @@ menclose::after {
|
|
|
286619
286619
|
}, AUTO_SPACING_DEFAULT_MULTIPLIER = 1.15, AUTO_SPACING_LINE_DEFAULT = 240, normalizeAlignment = (value, isRtl = false) => {
|
|
286620
286620
|
switch (value) {
|
|
286621
286621
|
case "center":
|
|
286622
|
-
case "right":
|
|
286623
286622
|
case "justify":
|
|
286624
|
-
case "left":
|
|
286625
286623
|
return value;
|
|
286624
|
+
case "left":
|
|
286625
|
+
return isRtl ? "right" : "left";
|
|
286626
|
+
case "right":
|
|
286627
|
+
return isRtl ? "left" : "right";
|
|
286626
286628
|
case "both":
|
|
286627
286629
|
case "distribute":
|
|
286628
286630
|
case "numTab":
|
|
@@ -293688,7 +293690,7 @@ menclose::after {
|
|
|
293688
293690
|
return;
|
|
293689
293691
|
console.log(...args$1);
|
|
293690
293692
|
}, 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;
|
|
293691
|
-
var
|
|
293693
|
+
var init_src_DEPmpJjg_es = __esm(() => {
|
|
293692
293694
|
init_rolldown_runtime_Bg48TavK_es();
|
|
293693
293695
|
init_SuperConverter_VRDgcp1i_es();
|
|
293694
293696
|
init_jszip_C49i9kUs_es();
|
|
@@ -331757,7 +331759,7 @@ var init_zipper_BxRAi0_5_es = __esm(() => {
|
|
|
331757
331759
|
|
|
331758
331760
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
331759
331761
|
var init_super_editor_es = __esm(() => {
|
|
331760
|
-
|
|
331762
|
+
init_src_DEPmpJjg_es();
|
|
331761
331763
|
init_SuperConverter_VRDgcp1i_es();
|
|
331762
331764
|
init_jszip_C49i9kUs_es();
|
|
331763
331765
|
init_xml_js_CqGKpaft_es();
|