@superdoc-dev/mcp 0.12.0-next.11 → 0.12.0-next.12

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 +217 -46
  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-DJyHekqW.es.js
52175
+ // ../../packages/superdoc/dist/chunks/SuperConverter-DLdwVEPh.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")
@@ -118157,7 +118157,7 @@ var isRegExp = (value) => {
118157
118157
  state.kern = kernNode.attributes["w:val"];
118158
118158
  }
118159
118159
  }, SuperConverter;
118160
- var init_SuperConverter_DJyHekqW_es = __esm(() => {
118160
+ var init_SuperConverter_DLdwVEPh_es = __esm(() => {
118161
118161
  init_rolldown_runtime_Bg48TavK_es();
118162
118162
  init_jszip_C49i9kUs_es();
118163
118163
  init_xml_js_CqGKpaft_es();
@@ -156086,29 +156086,45 @@ var init_SuperConverter_DJyHekqW_es = __esm(() => {
156086
156086
  evidenceId: "lucida-console",
156087
156087
  generic: "monospace",
156088
156088
  logicalFamily: "Lucida Console",
156089
- physicalFamily: "Cousine",
156090
- verdict: "cell_width_only",
156089
+ physicalFamily: "Noto Sans Mono",
156090
+ verdict: "visual_only",
156091
156091
  faces: {
156092
- regular: false,
156093
- bold: false,
156092
+ regular: true,
156093
+ bold: true,
156094
156094
  italic: false,
156095
156095
  boldItalic: false
156096
156096
  },
156097
+ faceSources: {
156098
+ italic: {
156099
+ kind: "synthetic",
156100
+ from: "regular"
156101
+ },
156102
+ boldItalic: {
156103
+ kind: "synthetic",
156104
+ from: "bold"
156105
+ }
156106
+ },
156097
156107
  gates: {
156098
- static: "not_run",
156099
- metric: "not_run",
156108
+ static: "pass",
156109
+ metric: "pass",
156100
156110
  layout: "not_run",
156101
- ship: "not_run"
156111
+ ship: "fail"
156102
156112
  },
156103
156113
  policyAction: "category_fallback",
156104
- measurementRefs: ["lucida-console__cousine#analytic_advance#2026-06-03"],
156114
+ measurementRefs: ["lucida-console__noto-sans-mono#monospace_cell#analytic_advance#2026-06-09", "lucida-console__noto-sans-mono#visual_review#2026-06-09"],
156105
156115
  exportRule: "preserve_original_name",
156106
156116
  advance: {
156107
156117
  basis: "monospace_cell",
156108
- meanDelta: 0.004050000000000001,
156109
- maxDelta: 0.004050000000000001
156118
+ meanDelta: 0.00254,
156119
+ maxDelta: 0.00303
156110
156120
  },
156111
- candidateLicense: "OFL-1.1"
156121
+ candidateLicense: "OFL-1.1",
156122
+ faceVerdicts: {
156123
+ regular: "cell_width_only",
156124
+ bold: "cell_width_only",
156125
+ italic: "visual_only",
156126
+ boldItalic: "visual_only"
156127
+ }
156112
156128
  },
156113
156129
  {
156114
156130
  evidenceId: "gill-sans-mt-condensed",
@@ -156261,6 +156277,20 @@ var init_SuperConverter_DJyHekqW_es = __esm(() => {
156261
156277
  italic: false,
156262
156278
  boldItalic: false
156263
156279
  },
156280
+ faceSources: {
156281
+ bold: {
156282
+ kind: "synthetic",
156283
+ from: "regular"
156284
+ },
156285
+ italic: {
156286
+ kind: "synthetic",
156287
+ from: "regular"
156288
+ },
156289
+ boldItalic: {
156290
+ kind: "synthetic",
156291
+ from: "regular"
156292
+ }
156293
+ },
156264
156294
  gates: {
156265
156295
  static: "pass",
156266
156296
  metric: "fail",
@@ -156268,7 +156298,7 @@ var init_SuperConverter_DJyHekqW_es = __esm(() => {
156268
156298
  ship: "not_run"
156269
156299
  },
156270
156300
  policyAction: "substitute",
156271
- measurementRefs: ["baskerville-old-face_regular__bacasime-antique#regular#w400#7dac1e5f#analytic_advance#2026-06-05"],
156301
+ measurementRefs: ["baskerville-old-face_regular__bacasime-antique#regular#w400#7dac1e5f#analytic_advance#2026-06-05", "baskerville-old-face__bacasime-antique#synthetic_faces#visual_review#2026-06-09"],
156272
156302
  exportRule: "preserve_original_name",
156273
156303
  advance: {
156274
156304
  basis: "latin_full",
@@ -156276,7 +156306,12 @@ var init_SuperConverter_DJyHekqW_es = __esm(() => {
156276
156306
  maxDelta: 0.4915590863952334
156277
156307
  },
156278
156308
  candidateLicense: "OFL-1.1",
156279
- faceVerdicts: { regular: "visual_only" },
156309
+ faceVerdicts: {
156310
+ regular: "visual_only",
156311
+ bold: "visual_only",
156312
+ italic: "visual_only",
156313
+ boldItalic: "visual_only"
156314
+ },
156280
156315
  glyphExceptions: [{
156281
156316
  slot: "regular",
156282
156317
  codepoint: 160,
@@ -156284,6 +156319,37 @@ var init_SuperConverter_DJyHekqW_es = __esm(() => {
156284
156319
  note: "Bacasime Antique Regular's no-break space (U+00A0) advance diverges ~49% from Baskerville Old Face; lines containing NBSP reflow. Every other Latin-core glyph is advance-identical, which is why this is visual_only with a single named exception, not near_metric."
156285
156320
  }]
156286
156321
  },
156322
+ {
156323
+ evidenceId: "brush-script-mt",
156324
+ generic: "serif",
156325
+ logicalFamily: "Brush Script MT",
156326
+ physicalFamily: "Oregano Italic",
156327
+ verdict: "visual_only",
156328
+ faces: {
156329
+ regular: true,
156330
+ bold: false,
156331
+ italic: false,
156332
+ boldItalic: false
156333
+ },
156334
+ faceSources: { bold: {
156335
+ kind: "synthetic",
156336
+ from: "regular"
156337
+ } },
156338
+ gates: {
156339
+ static: "pass",
156340
+ metric: "fail",
156341
+ layout: "not_run",
156342
+ ship: "fail"
156343
+ },
156344
+ policyAction: "category_fallback",
156345
+ measurementRefs: ["brush-script-mt__oregano-italic#visual_review#2026-06-09"],
156346
+ exportRule: "preserve_original_name",
156347
+ candidateLicense: "OFL-1.1",
156348
+ faceVerdicts: {
156349
+ regular: "visual_only",
156350
+ bold: "visual_only"
156351
+ }
156352
+ },
156287
156353
  {
156288
156354
  evidenceId: "cooper-black",
156289
156355
  generic: "serif",
@@ -156350,6 +156416,16 @@ var init_SuperConverter_DJyHekqW_es = __esm(() => {
156350
156416
  style: "normal",
156351
156417
  file: "Caprasimo-Regular.woff2"
156352
156418
  }]),
156419
+ familyWithFaces("Bacasime Antique", "OFL-1.1", [{
156420
+ weight: "normal",
156421
+ style: "normal",
156422
+ file: "BacasimeAntique-Regular.woff2"
156423
+ }]),
156424
+ familyWithFaces("Oregano Italic", "OFL-1.1", [{
156425
+ weight: "normal",
156426
+ style: "normal",
156427
+ file: "OreganoItalic-Regular.woff2"
156428
+ }]),
156353
156429
  family("Gelasio", "Gelasio", "OFL-1.1"),
156354
156430
  familyWithFaces("Cardo", "OFL-1.1", [
156355
156431
  {
@@ -156378,6 +156454,15 @@ var init_SuperConverter_DJyHekqW_es = __esm(() => {
156378
156454
  file: "ComicRelief-Bold.woff2"
156379
156455
  }]),
156380
156456
  family("Noto Sans", "NotoSans", "OFL-1.1"),
156457
+ familyWithFaces("Noto Sans Mono", "OFL-1.1", [{
156458
+ weight: "normal",
156459
+ style: "normal",
156460
+ file: "NotoSansMono-Regular.woff2"
156461
+ }, {
156462
+ weight: "bold",
156463
+ style: "normal",
156464
+ file: "NotoSansMono-Bold.woff2"
156465
+ }]),
156381
156466
  family("PT Sans", "PTSans", "OFL-1.1")
156382
156467
  ]);
156383
156468
  SUBSTITUTION_EVIDENCE = SUBSTITUTION_EVIDENCE$1;
@@ -156395,10 +156480,13 @@ var init_SuperConverter_DJyHekqW_es = __esm(() => {
156395
156480
  registriesByFontSet = /* @__PURE__ */ new WeakMap;
156396
156481
  BUNDLED_FAMILIES = new Set(BUNDLED_MANIFEST.map((f2) => f2.family));
156397
156482
  ADVERTISED_BUILT_IN_TOOLBAR_FAMILIES = new Set([
156483
+ "Baskerville Old Face",
156484
+ "Brush Script MT",
156398
156485
  "Cooper Black",
156399
156486
  "Comic Sans MS",
156400
156487
  "Garamond",
156401
156488
  "Georgia",
156489
+ "Lucida Console",
156402
156490
  "Tahoma",
156403
156491
  "Trebuchet MS"
156404
156492
  ]);
@@ -158189,7 +158277,7 @@ var init_SuperConverter_DJyHekqW_es = __esm(() => {
158189
158277
  };
158190
158278
  });
158191
158279
 
158192
- // ../../packages/superdoc/dist/chunks/create-headless-toolbar-Jmx2i-9i.es.js
158280
+ // ../../packages/superdoc/dist/chunks/create-headless-toolbar-BxKMAAgQ.es.js
158193
158281
  function parseSizeUnit(val = "0") {
158194
158282
  const length = val.toString() || "0";
158195
158283
  const value = Number.parseFloat(length);
@@ -168547,8 +168635,8 @@ var CSS_DIMENSION_REGEX, DOM_SIZE_UNITS, normalizeActorId = (value) => {
168547
168635
  }
168548
168636
  };
168549
168637
  };
168550
- var init_create_headless_toolbar_Jmx2i_9i_es = __esm(() => {
168551
- init_SuperConverter_DJyHekqW_es();
168638
+ var init_create_headless_toolbar_BxKMAAgQ_es = __esm(() => {
168639
+ init_SuperConverter_DLdwVEPh_es();
168552
168640
  init_uuid_B2wVPhPi_es();
168553
168641
  init_constants_D9qj59G2_es();
168554
168642
  init_dist_B8HfvhaK_es();
@@ -223232,7 +223320,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
223232
223320
  init_remark_gfm_BhnWr3yf_es();
223233
223321
  });
223234
223322
 
223235
- // ../../packages/superdoc/dist/chunks/src-BB_FFFud.es.js
223323
+ // ../../packages/superdoc/dist/chunks/src-Bq_Yxqun.es.js
223236
223324
  function deleteProps(obj, propOrProps) {
223237
223325
  const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
223238
223326
  const removeNested = (target, pathParts, index2 = 0) => {
@@ -320690,13 +320778,13 @@ menclose::after {
320690
320778
  return;
320691
320779
  console.log(...args$1);
320692
320780
  }, 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;
320693
- var init_src_BB_FFFud_es = __esm(() => {
320781
+ var init_src_Bq_Yxqun_es = __esm(() => {
320694
320782
  init_rolldown_runtime_Bg48TavK_es();
320695
- init_SuperConverter_DJyHekqW_es();
320783
+ init_SuperConverter_DLdwVEPh_es();
320696
320784
  init_jszip_C49i9kUs_es();
320697
320785
  init_xml_js_CqGKpaft_es();
320698
320786
  init_uuid_B2wVPhPi_es();
320699
- init_create_headless_toolbar_Jmx2i_9i_es();
320787
+ init_create_headless_toolbar_BxKMAAgQ_es();
320700
320788
  init_constants_D9qj59G2_es();
320701
320789
  init_dist_B8HfvhaK_es();
320702
320790
  init_unified_Dsuw2be5_es();
@@ -355661,11 +355749,11 @@ function print() { __p += __j.call(arguments, '') }
355661
355749
  ]);
355662
355750
  });
355663
355751
 
355664
- // ../../packages/superdoc/dist/chunks/create-super-doc-ui-Cjo_Z85j.es.js
355752
+ // ../../packages/superdoc/dist/chunks/create-super-doc-ui-gS4xi9O7.es.js
355665
355753
  var 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;
355666
- var init_create_super_doc_ui_Cjo_Z85j_es = __esm(() => {
355667
- init_SuperConverter_DJyHekqW_es();
355668
- init_create_headless_toolbar_Jmx2i_9i_es();
355754
+ var init_create_super_doc_ui_gS4xi9O7_es = __esm(() => {
355755
+ init_SuperConverter_DLdwVEPh_es();
355756
+ init_create_headless_toolbar_BxKMAAgQ_es();
355669
355757
  headlessToolbarConstants = {
355670
355758
  DEFAULT_TEXT_ALIGN_OPTIONS: [
355671
355759
  {
@@ -355947,16 +356035,16 @@ var init_zipper_yaJVJ4z9_es = __esm(() => {
355947
356035
 
355948
356036
  // ../../packages/superdoc/dist/super-editor.es.js
355949
356037
  var init_super_editor_es = __esm(() => {
355950
- init_src_BB_FFFud_es();
355951
- init_SuperConverter_DJyHekqW_es();
356038
+ init_src_Bq_Yxqun_es();
356039
+ init_SuperConverter_DLdwVEPh_es();
355952
356040
  init_jszip_C49i9kUs_es();
355953
356041
  init_xml_js_CqGKpaft_es();
355954
- init_create_headless_toolbar_Jmx2i_9i_es();
356042
+ init_create_headless_toolbar_BxKMAAgQ_es();
355955
356043
  init_constants_D9qj59G2_es();
355956
356044
  init_dist_B8HfvhaK_es();
355957
356045
  init_unified_Dsuw2be5_es();
355958
356046
  init_DocxZipper_FUsfThjV_es();
355959
- init_create_super_doc_ui_Cjo_Z85j_es();
356047
+ init_create_super_doc_ui_gS4xi9O7_es();
355960
356048
  init_ui_C5PAS9hY_es();
355961
356049
  init_eventemitter3_BnGqBE_Q_es();
355962
356050
  init_errors_CNaD6vcg_es();
@@ -457166,7 +457254,7 @@ var init_exporter = __esm(() => {
457166
457254
  // ../../shared/font-system/src/types.ts
457167
457255
  var init_types8 = () => {};
457168
457256
 
457169
- // ../../node_modules/.pnpm/@docfonts+fallbacks@0.12.0/node_modules/@docfonts/fallbacks/dist/data.js
457257
+ // ../../node_modules/.pnpm/@docfonts+fallbacks@0.13.0/node_modules/@docfonts/fallbacks/dist/data.js
457170
457258
  var SUBSTITUTION_EVIDENCE2;
457171
457259
  var init_data = __esm(() => {
457172
457260
  SUBSTITUTION_EVIDENCE2 = [
@@ -457833,31 +457921,48 @@ var init_data = __esm(() => {
457833
457921
  evidenceId: "lucida-console",
457834
457922
  generic: "monospace",
457835
457923
  logicalFamily: "Lucida Console",
457836
- physicalFamily: "Cousine",
457837
- verdict: "cell_width_only",
457924
+ physicalFamily: "Noto Sans Mono",
457925
+ verdict: "visual_only",
457838
457926
  faces: {
457839
- regular: false,
457840
- bold: false,
457927
+ regular: true,
457928
+ bold: true,
457841
457929
  italic: false,
457842
457930
  boldItalic: false
457843
457931
  },
457932
+ faceSources: {
457933
+ italic: {
457934
+ kind: "synthetic",
457935
+ from: "regular"
457936
+ },
457937
+ boldItalic: {
457938
+ kind: "synthetic",
457939
+ from: "bold"
457940
+ }
457941
+ },
457844
457942
  gates: {
457845
- static: "not_run",
457846
- metric: "not_run",
457943
+ static: "pass",
457944
+ metric: "pass",
457847
457945
  layout: "not_run",
457848
- ship: "not_run"
457946
+ ship: "fail"
457849
457947
  },
457850
457948
  policyAction: "category_fallback",
457851
457949
  measurementRefs: [
457852
- "lucida-console__cousine#analytic_advance#2026-06-03"
457950
+ "lucida-console__noto-sans-mono#monospace_cell#analytic_advance#2026-06-09",
457951
+ "lucida-console__noto-sans-mono#visual_review#2026-06-09"
457853
457952
  ],
457854
457953
  exportRule: "preserve_original_name",
457855
457954
  advance: {
457856
457955
  basis: "monospace_cell",
457857
- meanDelta: 0.004050000000000001,
457858
- maxDelta: 0.004050000000000001
457956
+ meanDelta: 0.00254,
457957
+ maxDelta: 0.00303
457859
457958
  },
457860
- candidateLicense: "OFL-1.1"
457959
+ candidateLicense: "OFL-1.1",
457960
+ faceVerdicts: {
457961
+ regular: "cell_width_only",
457962
+ bold: "cell_width_only",
457963
+ italic: "visual_only",
457964
+ boldItalic: "visual_only"
457965
+ }
457861
457966
  },
457862
457967
  {
457863
457968
  evidenceId: "gill-sans-mt-condensed",
@@ -458016,6 +458121,20 @@ var init_data = __esm(() => {
458016
458121
  italic: false,
458017
458122
  boldItalic: false
458018
458123
  },
458124
+ faceSources: {
458125
+ bold: {
458126
+ kind: "synthetic",
458127
+ from: "regular"
458128
+ },
458129
+ italic: {
458130
+ kind: "synthetic",
458131
+ from: "regular"
458132
+ },
458133
+ boldItalic: {
458134
+ kind: "synthetic",
458135
+ from: "regular"
458136
+ }
458137
+ },
458019
458138
  gates: {
458020
458139
  static: "pass",
458021
458140
  metric: "fail",
@@ -458024,7 +458143,8 @@ var init_data = __esm(() => {
458024
458143
  },
458025
458144
  policyAction: "substitute",
458026
458145
  measurementRefs: [
458027
- "baskerville-old-face_regular__bacasime-antique#regular#w400#7dac1e5f#analytic_advance#2026-06-05"
458146
+ "baskerville-old-face_regular__bacasime-antique#regular#w400#7dac1e5f#analytic_advance#2026-06-05",
458147
+ "baskerville-old-face__bacasime-antique#synthetic_faces#visual_review#2026-06-09"
458028
458148
  ],
458029
458149
  exportRule: "preserve_original_name",
458030
458150
  advance: {
@@ -458034,7 +458154,10 @@ var init_data = __esm(() => {
458034
458154
  },
458035
458155
  candidateLicense: "OFL-1.1",
458036
458156
  faceVerdicts: {
458037
- regular: "visual_only"
458157
+ regular: "visual_only",
458158
+ bold: "visual_only",
458159
+ italic: "visual_only",
458160
+ boldItalic: "visual_only"
458038
458161
  },
458039
458162
  glyphExceptions: [
458040
458163
  {
@@ -458045,6 +458168,41 @@ var init_data = __esm(() => {
458045
458168
  }
458046
458169
  ]
458047
458170
  },
458171
+ {
458172
+ evidenceId: "brush-script-mt",
458173
+ generic: "serif",
458174
+ logicalFamily: "Brush Script MT",
458175
+ physicalFamily: "Oregano Italic",
458176
+ verdict: "visual_only",
458177
+ faces: {
458178
+ regular: true,
458179
+ bold: false,
458180
+ italic: false,
458181
+ boldItalic: false
458182
+ },
458183
+ faceSources: {
458184
+ bold: {
458185
+ kind: "synthetic",
458186
+ from: "regular"
458187
+ }
458188
+ },
458189
+ gates: {
458190
+ static: "pass",
458191
+ metric: "fail",
458192
+ layout: "not_run",
458193
+ ship: "fail"
458194
+ },
458195
+ policyAction: "category_fallback",
458196
+ measurementRefs: [
458197
+ "brush-script-mt__oregano-italic#visual_review#2026-06-09"
458198
+ ],
458199
+ exportRule: "preserve_original_name",
458200
+ candidateLicense: "OFL-1.1",
458201
+ faceVerdicts: {
458202
+ regular: "visual_only",
458203
+ bold: "visual_only"
458204
+ }
458205
+ },
458048
458206
  {
458049
458207
  evidenceId: "cooper-black",
458050
458208
  generic: "serif",
@@ -458099,7 +458257,7 @@ var init_data = __esm(() => {
458099
458257
  ];
458100
458258
  });
458101
458259
 
458102
- // ../../node_modules/.pnpm/@docfonts+fallbacks@0.12.0/node_modules/@docfonts/fallbacks/dist/fallbacks.js
458260
+ // ../../node_modules/.pnpm/@docfonts+fallbacks@0.13.0/node_modules/@docfonts/fallbacks/dist/fallbacks.js
458103
458261
  function normalizeFamilyName2(name) {
458104
458262
  return name.trim().replace(/^['"]+|['"]+$/g, "").trim().toLowerCase();
458105
458263
  }
@@ -458193,7 +458351,7 @@ var init_fallbacks = __esm(() => {
458193
458351
  ]));
458194
458352
  });
458195
458353
 
458196
- // ../../node_modules/.pnpm/@docfonts+fallbacks@0.12.0/node_modules/@docfonts/fallbacks/dist/index.js
458354
+ // ../../node_modules/.pnpm/@docfonts+fallbacks@0.13.0/node_modules/@docfonts/fallbacks/dist/index.js
458197
458355
  var init_dist11 = __esm(() => {
458198
458356
  init_data();
458199
458357
  init_fallbacks();
@@ -458223,6 +458381,12 @@ var init_bundled_manifest = __esm(() => {
458223
458381
  family2("Liberation Serif", "LiberationSerif", "OFL-1.1"),
458224
458382
  family2("Liberation Mono", "LiberationMono", "OFL-1.1"),
458225
458383
  familyWithFaces2("Caprasimo", "OFL-1.1", [{ weight: "normal", style: "normal", file: "Caprasimo-Regular.woff2" }]),
458384
+ familyWithFaces2("Bacasime Antique", "OFL-1.1", [
458385
+ { weight: "normal", style: "normal", file: "BacasimeAntique-Regular.woff2" }
458386
+ ]),
458387
+ familyWithFaces2("Oregano Italic", "OFL-1.1", [
458388
+ { weight: "normal", style: "normal", file: "OreganoItalic-Regular.woff2" }
458389
+ ]),
458226
458390
  family2("Gelasio", "Gelasio", "OFL-1.1"),
458227
458391
  familyWithFaces2("Cardo", "OFL-1.1", [
458228
458392
  { weight: "normal", style: "normal", file: "Cardo-Regular.woff2" },
@@ -458234,6 +458398,10 @@ var init_bundled_manifest = __esm(() => {
458234
458398
  { weight: "bold", style: "normal", file: "ComicRelief-Bold.woff2" }
458235
458399
  ]),
458236
458400
  family2("Noto Sans", "NotoSans", "OFL-1.1"),
458401
+ familyWithFaces2("Noto Sans Mono", "OFL-1.1", [
458402
+ { weight: "normal", style: "normal", file: "NotoSansMono-Regular.woff2" },
458403
+ { weight: "bold", style: "normal", file: "NotoSansMono-Bold.woff2" }
458404
+ ]),
458237
458405
  family2("PT Sans", "PTSans", "OFL-1.1")
458238
458406
  ]);
458239
458407
  });
@@ -458927,10 +459095,13 @@ var init_font_offerings = __esm(() => {
458927
459095
  init_substitution_evidence();
458928
459096
  BUNDLED_FAMILIES2 = new Set(BUNDLED_MANIFEST2.map((f2) => f2.family));
458929
459097
  ADVERTISED_BUILT_IN_TOOLBAR_FAMILIES2 = new Set([
459098
+ "Baskerville Old Face",
459099
+ "Brush Script MT",
458930
459100
  "Cooper Black",
458931
459101
  "Comic Sans MS",
458932
459102
  "Garamond",
458933
459103
  "Georgia",
459104
+ "Lucida Console",
458934
459105
  "Tahoma",
458935
459106
  "Trebuchet MS"
458936
459107
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/mcp",
3
- "version": "0.12.0-next.11",
3
+ "version": "0.12.0-next.12",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=20"