@superdoc-dev/mcp 0.12.0-next.14 → 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.
Files changed (2) hide show
  1. package/dist/index.js +133 -26
  2. package/package.json +1 -1
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-d9QeIy9-.es.js
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 init_SuperConverter_d9QeIy9_es = __esm(() => {
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();
@@ -155732,7 +155732,7 @@ var init_SuperConverter_d9QeIy9_es = __esm(() => {
155732
155732
  meanDelta: 0,
155733
155733
  maxDelta: 0.5
155734
155734
  },
155735
- candidateLicense: "GPLv2-with-font-exception",
155735
+ candidateLicense: "GPL-2.0-only WITH Font-exception-2.0",
155736
155736
  faceVerdicts: {
155737
155737
  regular: "metric_safe",
155738
155738
  bold: "visual_only",
@@ -155841,7 +155841,7 @@ var init_SuperConverter_d9QeIy9_es = __esm(() => {
155841
155841
  policyAction: "substitute",
155842
155842
  measurementRefs: ["bookman-old-style__tex-gyre-bonum#visual_review#2026-06-09"],
155843
155843
  exportRule: "preserve_original_name",
155844
- candidateLicense: "GUST-Font-License-1.0"
155844
+ candidateLicense: "LicenseRef-GUST-Font-License-1.0"
155845
155845
  },
155846
155846
  {
155847
155847
  evidenceId: "century",
@@ -155866,6 +155866,29 @@ var init_SuperConverter_d9QeIy9_es = __esm(() => {
155866
155866
  exportRule: "preserve_original_name",
155867
155867
  candidateLicense: "AGPL-3.0-only WITH PS-or-PDF-font-exception-20170817"
155868
155868
  },
155869
+ {
155870
+ evidenceId: "century-schoolbook",
155871
+ generic: "serif",
155872
+ logicalFamily: "Century Schoolbook",
155873
+ physicalFamily: "C059",
155874
+ verdict: "visual_only",
155875
+ faces: {
155876
+ regular: true,
155877
+ bold: true,
155878
+ italic: true,
155879
+ boldItalic: true
155880
+ },
155881
+ gates: {
155882
+ static: "pass",
155883
+ metric: "fail",
155884
+ layout: "not_run",
155885
+ ship: "fail"
155886
+ },
155887
+ policyAction: "substitute",
155888
+ measurementRefs: ["century-schoolbook__c059#visual_review#2026-06-09"],
155889
+ exportRule: "preserve_original_name",
155890
+ candidateLicense: "AGPL-3.0-only WITH PS-or-PDF-font-exception-20170817"
155891
+ },
155869
155892
  {
155870
155893
  evidenceId: "garamond",
155871
155894
  generic: "serif",
@@ -156424,6 +156447,7 @@ var init_SuperConverter_d9QeIy9_es = __esm(() => {
156424
156447
  family("Carlito", "Carlito", "OFL-1.1"),
156425
156448
  family("Caladea", "Caladea", "Apache-2.0"),
156426
156449
  family("Liberation Sans", "LiberationSans", "OFL-1.1"),
156450
+ family("Liberation Sans Narrow", "LiberationSansNarrow", "GPL-2.0-only WITH Font-exception-2.0"),
156427
156451
  family("Liberation Serif", "LiberationSerif", "OFL-1.1"),
156428
156452
  family("Liberation Mono", "LiberationMono", "OFL-1.1"),
156429
156453
  familyWithFaces("Caprasimo", "OFL-1.1", [{
@@ -156431,6 +156455,33 @@ var init_SuperConverter_d9QeIy9_es = __esm(() => {
156431
156455
  style: "normal",
156432
156456
  file: "Caprasimo-Regular.woff2"
156433
156457
  }]),
156458
+ familyWithFaces("Archivo Black", "OFL-1.1", [{
156459
+ weight: "normal",
156460
+ style: "normal",
156461
+ file: "ArchivoBlack-Regular.woff2"
156462
+ }]),
156463
+ familyWithFaces("C059", "AGPL-3.0-only WITH PS-or-PDF-font-exception-20170817", [
156464
+ {
156465
+ weight: "normal",
156466
+ style: "normal",
156467
+ file: "C059-Roman.woff2"
156468
+ },
156469
+ {
156470
+ weight: "bold",
156471
+ style: "normal",
156472
+ file: "C059-Bold.woff2"
156473
+ },
156474
+ {
156475
+ weight: "normal",
156476
+ style: "italic",
156477
+ file: "C059-Italic.woff2"
156478
+ },
156479
+ {
156480
+ weight: "bold",
156481
+ style: "italic",
156482
+ file: "C059-BdIta.woff2"
156483
+ }
156484
+ ]),
156434
156485
  familyWithFaces("Bacasime Antique", "OFL-1.1", [{
156435
156486
  weight: "normal",
156436
156487
  style: "normal",
@@ -156478,7 +156529,16 @@ var init_SuperConverter_d9QeIy9_es = __esm(() => {
156478
156529
  style: "normal",
156479
156530
  file: "NotoSansMono-Bold.woff2"
156480
156531
  }]),
156481
- 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
+ }])
156482
156542
  ]);
156483
156543
  SUBSTITUTION_EVIDENCE = SUBSTITUTION_EVIDENCE$1;
156484
156544
  bundledFamilies = new Set(BUNDLED_MANIFEST.map((f2) => f2.family));
@@ -156495,12 +156555,16 @@ var init_SuperConverter_d9QeIy9_es = __esm(() => {
156495
156555
  registriesByFontSet = /* @__PURE__ */ new WeakMap;
156496
156556
  BUNDLED_FAMILIES = new Set(BUNDLED_MANIFEST.map((f2) => f2.family));
156497
156557
  ADVERTISED_BUILT_IN_TOOLBAR_FAMILIES = new Set([
156558
+ "Arial Black",
156559
+ "Arial Narrow",
156498
156560
  "Baskerville Old Face",
156499
156561
  "Brush Script MT",
156562
+ "Century",
156500
156563
  "Cooper Black",
156501
156564
  "Comic Sans MS",
156502
156565
  "Garamond",
156503
156566
  "Georgia",
156567
+ "Gill Sans MT Condensed",
156504
156568
  "Lucida Console",
156505
156569
  "Tahoma",
156506
156570
  "Trebuchet MS"
@@ -158292,7 +158356,7 @@ var init_SuperConverter_d9QeIy9_es = __esm(() => {
158292
158356
  };
158293
158357
  });
158294
158358
 
158295
- // ../../packages/superdoc/dist/chunks/create-headless-toolbar-CJpgldP1.es.js
158359
+ // ../../packages/superdoc/dist/chunks/create-headless-toolbar-DWyoHv_L.es.js
158296
158360
  function parseSizeUnit(val = "0") {
158297
158361
  const length = val.toString() || "0";
158298
158362
  const value = Number.parseFloat(length);
@@ -168687,8 +168751,8 @@ var CSS_DIMENSION_REGEX, DOM_SIZE_UNITS, normalizeActorId = (value) => {
168687
168751
  }
168688
168752
  };
168689
168753
  };
168690
- var init_create_headless_toolbar_CJpgldP1_es = __esm(() => {
168691
- init_SuperConverter_d9QeIy9_es();
168754
+ var init_create_headless_toolbar_DWyoHv_L_es = __esm(() => {
168755
+ init_SuperConverter_DBlOjc68_es();
168692
168756
  init_uuid_B2wVPhPi_es();
168693
168757
  init_constants_D9qj59G2_es();
168694
168758
  init_dist_B8HfvhaK_es();
@@ -223378,7 +223442,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
223378
223442
  init_remark_gfm_BhnWr3yf_es();
223379
223443
  });
223380
223444
 
223381
- // ../../packages/superdoc/dist/chunks/src-BVjcuFXj.es.js
223445
+ // ../../packages/superdoc/dist/chunks/src-BnMjPHBh.es.js
223382
223446
  function deleteProps(obj, propOrProps) {
223383
223447
  const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
223384
223448
  const removeNested = (target, pathParts, index2 = 0) => {
@@ -320903,13 +320967,13 @@ menclose::after {
320903
320967
  return;
320904
320968
  console.log(...args$1);
320905
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;
320906
- var init_src_BVjcuFXj_es = __esm(() => {
320970
+ var init_src_BnMjPHBh_es = __esm(() => {
320907
320971
  init_rolldown_runtime_Bg48TavK_es();
320908
- init_SuperConverter_d9QeIy9_es();
320972
+ init_SuperConverter_DBlOjc68_es();
320909
320973
  init_jszip_C49i9kUs_es();
320910
320974
  init_xml_js_CqGKpaft_es();
320911
320975
  init_uuid_B2wVPhPi_es();
320912
- init_create_headless_toolbar_CJpgldP1_es();
320976
+ init_create_headless_toolbar_DWyoHv_L_es();
320913
320977
  init_constants_D9qj59G2_es();
320914
320978
  init_dist_B8HfvhaK_es();
320915
320979
  init_unified_Dsuw2be5_es();
@@ -356580,11 +356644,11 @@ function print() { __p += __j.call(arguments, '') }
356580
356644
  ]);
356581
356645
  });
356582
356646
 
356583
- // ../../packages/superdoc/dist/chunks/create-super-doc-ui-DQMMcx6J.es.js
356647
+ // ../../packages/superdoc/dist/chunks/create-super-doc-ui-Bw8pGh5l.es.js
356584
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;
356585
- var init_create_super_doc_ui_DQMMcx6J_es = __esm(() => {
356586
- init_SuperConverter_d9QeIy9_es();
356587
- init_create_headless_toolbar_CJpgldP1_es();
356649
+ var init_create_super_doc_ui_Bw8pGh5l_es = __esm(() => {
356650
+ init_SuperConverter_DBlOjc68_es();
356651
+ init_create_headless_toolbar_DWyoHv_L_es();
356588
356652
  DEFAULT_TEXT_ALIGN_OPTIONS = [
356589
356653
  {
356590
356654
  label: "Left",
@@ -356875,16 +356939,16 @@ var init_zipper_yaJVJ4z9_es = __esm(() => {
356875
356939
 
356876
356940
  // ../../packages/superdoc/dist/super-editor.es.js
356877
356941
  var init_super_editor_es = __esm(() => {
356878
- init_src_BVjcuFXj_es();
356879
- init_SuperConverter_d9QeIy9_es();
356942
+ init_src_BnMjPHBh_es();
356943
+ init_SuperConverter_DBlOjc68_es();
356880
356944
  init_jszip_C49i9kUs_es();
356881
356945
  init_xml_js_CqGKpaft_es();
356882
- init_create_headless_toolbar_CJpgldP1_es();
356946
+ init_create_headless_toolbar_DWyoHv_L_es();
356883
356947
  init_constants_D9qj59G2_es();
356884
356948
  init_dist_B8HfvhaK_es();
356885
356949
  init_unified_Dsuw2be5_es();
356886
356950
  init_DocxZipper_FUsfThjV_es();
356887
- init_create_super_doc_ui_DQMMcx6J_es();
356951
+ init_create_super_doc_ui_Bw8pGh5l_es();
356888
356952
  init_ui_C5PAS9hY_es();
356889
356953
  init_eventemitter3_BnGqBE_Q_es();
356890
356954
  init_errors_CNaD6vcg_es();
@@ -458109,7 +458173,7 @@ var init_exporter = __esm(() => {
458109
458173
  // ../../shared/font-system/src/types.ts
458110
458174
  var init_types8 = () => {};
458111
458175
 
458112
- // ../../node_modules/.pnpm/@docfonts+fallbacks@0.13.0/node_modules/@docfonts/fallbacks/dist/data.js
458176
+ // ../../node_modules/.pnpm/@docfonts+fallbacks@0.14.0/node_modules/@docfonts/fallbacks/dist/data.js
458113
458177
  var SUBSTITUTION_EVIDENCE2;
458114
458178
  var init_data = __esm(() => {
458115
458179
  SUBSTITUTION_EVIDENCE2 = [
@@ -458369,7 +458433,7 @@ var init_data = __esm(() => {
458369
458433
  meanDelta: 0,
458370
458434
  maxDelta: 0.5
458371
458435
  },
458372
- candidateLicense: "GPLv2-with-font-exception",
458436
+ candidateLicense: "GPL-2.0-only WITH Font-exception-2.0",
458373
458437
  faceVerdicts: {
458374
458438
  regular: "metric_safe",
458375
458439
  bold: "visual_only",
@@ -458492,7 +458556,7 @@ var init_data = __esm(() => {
458492
458556
  "bookman-old-style__tex-gyre-bonum#visual_review#2026-06-09"
458493
458557
  ],
458494
458558
  exportRule: "preserve_original_name",
458495
- candidateLicense: "GUST-Font-License-1.0"
458559
+ candidateLicense: "LicenseRef-GUST-Font-License-1.0"
458496
458560
  },
458497
458561
  {
458498
458562
  evidenceId: "century",
@@ -458519,6 +458583,31 @@ var init_data = __esm(() => {
458519
458583
  exportRule: "preserve_original_name",
458520
458584
  candidateLicense: "AGPL-3.0-only WITH PS-or-PDF-font-exception-20170817"
458521
458585
  },
458586
+ {
458587
+ evidenceId: "century-schoolbook",
458588
+ generic: "serif",
458589
+ logicalFamily: "Century Schoolbook",
458590
+ physicalFamily: "C059",
458591
+ verdict: "visual_only",
458592
+ faces: {
458593
+ regular: true,
458594
+ bold: true,
458595
+ italic: true,
458596
+ boldItalic: true
458597
+ },
458598
+ gates: {
458599
+ static: "pass",
458600
+ metric: "fail",
458601
+ layout: "not_run",
458602
+ ship: "fail"
458603
+ },
458604
+ policyAction: "substitute",
458605
+ measurementRefs: [
458606
+ "century-schoolbook__c059#visual_review#2026-06-09"
458607
+ ],
458608
+ exportRule: "preserve_original_name",
458609
+ candidateLicense: "AGPL-3.0-only WITH PS-or-PDF-font-exception-20170817"
458610
+ },
458522
458611
  {
458523
458612
  evidenceId: "garamond",
458524
458613
  generic: "serif",
@@ -459112,7 +459201,7 @@ var init_data = __esm(() => {
459112
459201
  ];
459113
459202
  });
459114
459203
 
459115
- // ../../node_modules/.pnpm/@docfonts+fallbacks@0.13.0/node_modules/@docfonts/fallbacks/dist/fallbacks.js
459204
+ // ../../node_modules/.pnpm/@docfonts+fallbacks@0.14.0/node_modules/@docfonts/fallbacks/dist/fallbacks.js
459116
459205
  function normalizeFamilyName2(name) {
459117
459206
  return name.trim().replace(/^['"]+|['"]+$/g, "").trim().toLowerCase();
459118
459207
  }
@@ -459206,7 +459295,7 @@ var init_fallbacks = __esm(() => {
459206
459295
  ]));
459207
459296
  });
459208
459297
 
459209
- // ../../node_modules/.pnpm/@docfonts+fallbacks@0.13.0/node_modules/@docfonts/fallbacks/dist/index.js
459298
+ // ../../node_modules/.pnpm/@docfonts+fallbacks@0.14.0/node_modules/@docfonts/fallbacks/dist/index.js
459210
459299
  var init_dist11 = __esm(() => {
459211
459300
  init_data();
459212
459301
  init_fallbacks();
@@ -459233,9 +459322,19 @@ var init_bundled_manifest = __esm(() => {
459233
459322
  family2("Carlito", "Carlito", "OFL-1.1"),
459234
459323
  family2("Caladea", "Caladea", "Apache-2.0"),
459235
459324
  family2("Liberation Sans", "LiberationSans", "OFL-1.1"),
459325
+ family2("Liberation Sans Narrow", "LiberationSansNarrow", "GPL-2.0-only WITH Font-exception-2.0"),
459236
459326
  family2("Liberation Serif", "LiberationSerif", "OFL-1.1"),
459237
459327
  family2("Liberation Mono", "LiberationMono", "OFL-1.1"),
459238
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
+ ]),
459332
+ familyWithFaces2("C059", "AGPL-3.0-only WITH PS-or-PDF-font-exception-20170817", [
459333
+ { weight: "normal", style: "normal", file: "C059-Roman.woff2" },
459334
+ { weight: "bold", style: "normal", file: "C059-Bold.woff2" },
459335
+ { weight: "normal", style: "italic", file: "C059-Italic.woff2" },
459336
+ { weight: "bold", style: "italic", file: "C059-BdIta.woff2" }
459337
+ ]),
459239
459338
  familyWithFaces2("Bacasime Antique", "OFL-1.1", [
459240
459339
  { weight: "normal", style: "normal", file: "BacasimeAntique-Regular.woff2" }
459241
459340
  ]),
@@ -459257,7 +459356,11 @@ var init_bundled_manifest = __esm(() => {
459257
459356
  { weight: "normal", style: "normal", file: "NotoSansMono-Regular.woff2" },
459258
459357
  { weight: "bold", style: "normal", file: "NotoSansMono-Bold.woff2" }
459259
459358
  ]),
459260
- 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
+ ])
459261
459364
  ]);
459262
459365
  });
459263
459366
 
@@ -459950,12 +460053,16 @@ var init_font_offerings = __esm(() => {
459950
460053
  init_substitution_evidence();
459951
460054
  BUNDLED_FAMILIES2 = new Set(BUNDLED_MANIFEST2.map((f2) => f2.family));
459952
460055
  ADVERTISED_BUILT_IN_TOOLBAR_FAMILIES2 = new Set([
460056
+ "Arial Black",
460057
+ "Arial Narrow",
459953
460058
  "Baskerville Old Face",
459954
460059
  "Brush Script MT",
460060
+ "Century",
459955
460061
  "Cooper Black",
459956
460062
  "Comic Sans MS",
459957
460063
  "Garamond",
459958
460064
  "Georgia",
460065
+ "Gill Sans MT Condensed",
459959
460066
  "Lucida Console",
459960
460067
  "Tahoma",
459961
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.14",
3
+ "version": "0.12.0-next.16",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=20"