@superdoc-dev/mcp 0.12.0-next.15 → 0.12.0-next.16
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 +44 -19
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -52172,7 +52172,7 @@ var init_remark_gfm_BhnWr3yf_es = __esm(() => {
|
|
|
52172
52172
|
emptyOptions2 = {};
|
|
52173
52173
|
});
|
|
52174
52174
|
|
|
52175
|
-
// ../../packages/superdoc/dist/chunks/SuperConverter-
|
|
52175
|
+
// ../../packages/superdoc/dist/chunks/SuperConverter-DBlOjc68.es.js
|
|
52176
52176
|
function getExtensionConfigField(extension$1, field, context = { name: "" }) {
|
|
52177
52177
|
const fieldValue = extension$1.config[field];
|
|
52178
52178
|
if (typeof fieldValue === "function")
|
|
@@ -118172,7 +118172,7 @@ var isRegExp = (value) => {
|
|
|
118172
118172
|
state.kern = kernNode.attributes["w:val"];
|
|
118173
118173
|
}
|
|
118174
118174
|
}, SuperConverter;
|
|
118175
|
-
var
|
|
118175
|
+
var init_SuperConverter_DBlOjc68_es = __esm(() => {
|
|
118176
118176
|
init_rolldown_runtime_Bg48TavK_es();
|
|
118177
118177
|
init_jszip_C49i9kUs_es();
|
|
118178
118178
|
init_xml_js_CqGKpaft_es();
|
|
@@ -156455,6 +156455,11 @@ var init_SuperConverter_BTGVElJO_es = __esm(() => {
|
|
|
156455
156455
|
style: "normal",
|
|
156456
156456
|
file: "Caprasimo-Regular.woff2"
|
|
156457
156457
|
}]),
|
|
156458
|
+
familyWithFaces("Archivo Black", "OFL-1.1", [{
|
|
156459
|
+
weight: "normal",
|
|
156460
|
+
style: "normal",
|
|
156461
|
+
file: "ArchivoBlack-Regular.woff2"
|
|
156462
|
+
}]),
|
|
156458
156463
|
familyWithFaces("C059", "AGPL-3.0-only WITH PS-or-PDF-font-exception-20170817", [
|
|
156459
156464
|
{
|
|
156460
156465
|
weight: "normal",
|
|
@@ -156524,7 +156529,16 @@ var init_SuperConverter_BTGVElJO_es = __esm(() => {
|
|
|
156524
156529
|
style: "normal",
|
|
156525
156530
|
file: "NotoSansMono-Bold.woff2"
|
|
156526
156531
|
}]),
|
|
156527
|
-
family("PT Sans", "PTSans", "OFL-1.1")
|
|
156532
|
+
family("PT Sans", "PTSans", "OFL-1.1"),
|
|
156533
|
+
familyWithFaces("PT Sans Narrow", "OFL-1.1", [{
|
|
156534
|
+
weight: "normal",
|
|
156535
|
+
style: "normal",
|
|
156536
|
+
file: "PTSansNarrow-Regular.woff2"
|
|
156537
|
+
}, {
|
|
156538
|
+
weight: "bold",
|
|
156539
|
+
style: "normal",
|
|
156540
|
+
file: "PTSansNarrow-Bold.woff2"
|
|
156541
|
+
}])
|
|
156528
156542
|
]);
|
|
156529
156543
|
SUBSTITUTION_EVIDENCE = SUBSTITUTION_EVIDENCE$1;
|
|
156530
156544
|
bundledFamilies = new Set(BUNDLED_MANIFEST.map((f2) => f2.family));
|
|
@@ -156541,6 +156555,7 @@ var init_SuperConverter_BTGVElJO_es = __esm(() => {
|
|
|
156541
156555
|
registriesByFontSet = /* @__PURE__ */ new WeakMap;
|
|
156542
156556
|
BUNDLED_FAMILIES = new Set(BUNDLED_MANIFEST.map((f2) => f2.family));
|
|
156543
156557
|
ADVERTISED_BUILT_IN_TOOLBAR_FAMILIES = new Set([
|
|
156558
|
+
"Arial Black",
|
|
156544
156559
|
"Arial Narrow",
|
|
156545
156560
|
"Baskerville Old Face",
|
|
156546
156561
|
"Brush Script MT",
|
|
@@ -156549,6 +156564,7 @@ var init_SuperConverter_BTGVElJO_es = __esm(() => {
|
|
|
156549
156564
|
"Comic Sans MS",
|
|
156550
156565
|
"Garamond",
|
|
156551
156566
|
"Georgia",
|
|
156567
|
+
"Gill Sans MT Condensed",
|
|
156552
156568
|
"Lucida Console",
|
|
156553
156569
|
"Tahoma",
|
|
156554
156570
|
"Trebuchet MS"
|
|
@@ -158340,7 +158356,7 @@ var init_SuperConverter_BTGVElJO_es = __esm(() => {
|
|
|
158340
158356
|
};
|
|
158341
158357
|
});
|
|
158342
158358
|
|
|
158343
|
-
// ../../packages/superdoc/dist/chunks/create-headless-toolbar-
|
|
158359
|
+
// ../../packages/superdoc/dist/chunks/create-headless-toolbar-DWyoHv_L.es.js
|
|
158344
158360
|
function parseSizeUnit(val = "0") {
|
|
158345
158361
|
const length = val.toString() || "0";
|
|
158346
158362
|
const value = Number.parseFloat(length);
|
|
@@ -168735,8 +168751,8 @@ var CSS_DIMENSION_REGEX, DOM_SIZE_UNITS, normalizeActorId = (value) => {
|
|
|
168735
168751
|
}
|
|
168736
168752
|
};
|
|
168737
168753
|
};
|
|
168738
|
-
var
|
|
168739
|
-
|
|
168754
|
+
var init_create_headless_toolbar_DWyoHv_L_es = __esm(() => {
|
|
168755
|
+
init_SuperConverter_DBlOjc68_es();
|
|
168740
168756
|
init_uuid_B2wVPhPi_es();
|
|
168741
168757
|
init_constants_D9qj59G2_es();
|
|
168742
168758
|
init_dist_B8HfvhaK_es();
|
|
@@ -223426,7 +223442,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
|
|
|
223426
223442
|
init_remark_gfm_BhnWr3yf_es();
|
|
223427
223443
|
});
|
|
223428
223444
|
|
|
223429
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
223445
|
+
// ../../packages/superdoc/dist/chunks/src-BnMjPHBh.es.js
|
|
223430
223446
|
function deleteProps(obj, propOrProps) {
|
|
223431
223447
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
223432
223448
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -320951,13 +320967,13 @@ menclose::after {
|
|
|
320951
320967
|
return;
|
|
320952
320968
|
console.log(...args$1);
|
|
320953
320969
|
}, 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;
|
|
320954
|
-
var
|
|
320970
|
+
var init_src_BnMjPHBh_es = __esm(() => {
|
|
320955
320971
|
init_rolldown_runtime_Bg48TavK_es();
|
|
320956
|
-
|
|
320972
|
+
init_SuperConverter_DBlOjc68_es();
|
|
320957
320973
|
init_jszip_C49i9kUs_es();
|
|
320958
320974
|
init_xml_js_CqGKpaft_es();
|
|
320959
320975
|
init_uuid_B2wVPhPi_es();
|
|
320960
|
-
|
|
320976
|
+
init_create_headless_toolbar_DWyoHv_L_es();
|
|
320961
320977
|
init_constants_D9qj59G2_es();
|
|
320962
320978
|
init_dist_B8HfvhaK_es();
|
|
320963
320979
|
init_unified_Dsuw2be5_es();
|
|
@@ -356628,11 +356644,11 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
356628
356644
|
]);
|
|
356629
356645
|
});
|
|
356630
356646
|
|
|
356631
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
356647
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-Bw8pGh5l.es.js
|
|
356632
356648
|
var DEFAULT_TEXT_ALIGN_OPTIONS, DEFAULT_LINE_HEIGHT_OPTIONS, DEFAULT_ZOOM_OPTIONS, DEFAULT_DOCUMENT_MODE_OPTIONS, DEFAULT_FONT_SIZE_OPTIONS, headlessToolbarConstants, 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, FONT_SIZE_OPTIONS;
|
|
356633
|
-
var
|
|
356634
|
-
|
|
356635
|
-
|
|
356649
|
+
var init_create_super_doc_ui_Bw8pGh5l_es = __esm(() => {
|
|
356650
|
+
init_SuperConverter_DBlOjc68_es();
|
|
356651
|
+
init_create_headless_toolbar_DWyoHv_L_es();
|
|
356636
356652
|
DEFAULT_TEXT_ALIGN_OPTIONS = [
|
|
356637
356653
|
{
|
|
356638
356654
|
label: "Left",
|
|
@@ -356923,16 +356939,16 @@ var init_zipper_yaJVJ4z9_es = __esm(() => {
|
|
|
356923
356939
|
|
|
356924
356940
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
356925
356941
|
var init_super_editor_es = __esm(() => {
|
|
356926
|
-
|
|
356927
|
-
|
|
356942
|
+
init_src_BnMjPHBh_es();
|
|
356943
|
+
init_SuperConverter_DBlOjc68_es();
|
|
356928
356944
|
init_jszip_C49i9kUs_es();
|
|
356929
356945
|
init_xml_js_CqGKpaft_es();
|
|
356930
|
-
|
|
356946
|
+
init_create_headless_toolbar_DWyoHv_L_es();
|
|
356931
356947
|
init_constants_D9qj59G2_es();
|
|
356932
356948
|
init_dist_B8HfvhaK_es();
|
|
356933
356949
|
init_unified_Dsuw2be5_es();
|
|
356934
356950
|
init_DocxZipper_FUsfThjV_es();
|
|
356935
|
-
|
|
356951
|
+
init_create_super_doc_ui_Bw8pGh5l_es();
|
|
356936
356952
|
init_ui_C5PAS9hY_es();
|
|
356937
356953
|
init_eventemitter3_BnGqBE_Q_es();
|
|
356938
356954
|
init_errors_CNaD6vcg_es();
|
|
@@ -459310,6 +459326,9 @@ var init_bundled_manifest = __esm(() => {
|
|
|
459310
459326
|
family2("Liberation Serif", "LiberationSerif", "OFL-1.1"),
|
|
459311
459327
|
family2("Liberation Mono", "LiberationMono", "OFL-1.1"),
|
|
459312
459328
|
familyWithFaces2("Caprasimo", "OFL-1.1", [{ weight: "normal", style: "normal", file: "Caprasimo-Regular.woff2" }]),
|
|
459329
|
+
familyWithFaces2("Archivo Black", "OFL-1.1", [
|
|
459330
|
+
{ weight: "normal", style: "normal", file: "ArchivoBlack-Regular.woff2" }
|
|
459331
|
+
]),
|
|
459313
459332
|
familyWithFaces2("C059", "AGPL-3.0-only WITH PS-or-PDF-font-exception-20170817", [
|
|
459314
459333
|
{ weight: "normal", style: "normal", file: "C059-Roman.woff2" },
|
|
459315
459334
|
{ weight: "bold", style: "normal", file: "C059-Bold.woff2" },
|
|
@@ -459337,7 +459356,11 @@ var init_bundled_manifest = __esm(() => {
|
|
|
459337
459356
|
{ weight: "normal", style: "normal", file: "NotoSansMono-Regular.woff2" },
|
|
459338
459357
|
{ weight: "bold", style: "normal", file: "NotoSansMono-Bold.woff2" }
|
|
459339
459358
|
]),
|
|
459340
|
-
family2("PT Sans", "PTSans", "OFL-1.1")
|
|
459359
|
+
family2("PT Sans", "PTSans", "OFL-1.1"),
|
|
459360
|
+
familyWithFaces2("PT Sans Narrow", "OFL-1.1", [
|
|
459361
|
+
{ weight: "normal", style: "normal", file: "PTSansNarrow-Regular.woff2" },
|
|
459362
|
+
{ weight: "bold", style: "normal", file: "PTSansNarrow-Bold.woff2" }
|
|
459363
|
+
])
|
|
459341
459364
|
]);
|
|
459342
459365
|
});
|
|
459343
459366
|
|
|
@@ -460030,6 +460053,7 @@ var init_font_offerings = __esm(() => {
|
|
|
460030
460053
|
init_substitution_evidence();
|
|
460031
460054
|
BUNDLED_FAMILIES2 = new Set(BUNDLED_MANIFEST2.map((f2) => f2.family));
|
|
460032
460055
|
ADVERTISED_BUILT_IN_TOOLBAR_FAMILIES2 = new Set([
|
|
460056
|
+
"Arial Black",
|
|
460033
460057
|
"Arial Narrow",
|
|
460034
460058
|
"Baskerville Old Face",
|
|
460035
460059
|
"Brush Script MT",
|
|
@@ -460038,6 +460062,7 @@ var init_font_offerings = __esm(() => {
|
|
|
460038
460062
|
"Comic Sans MS",
|
|
460039
460063
|
"Garamond",
|
|
460040
460064
|
"Georgia",
|
|
460065
|
+
"Gill Sans MT Condensed",
|
|
460041
460066
|
"Lucida Console",
|
|
460042
460067
|
"Tahoma",
|
|
460043
460068
|
"Trebuchet MS"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/mcp",
|
|
3
|
-
"version": "0.12.0-next.
|
|
3
|
+
"version": "0.12.0-next.16",
|
|
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/document-api": "0.0.1",
|
|
22
23
|
"@superdoc/super-editor": "0.0.1",
|
|
23
|
-
"superdoc": "1.39.0"
|
|
24
|
-
"@superdoc/document-api": "0.0.1"
|
|
24
|
+
"superdoc": "1.39.0"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|