@superdoc-dev/mcp 0.12.0-next.22 → 0.12.0-next.24

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 +944 -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-CLuVUp7o.es.js
52175
+ // ../../packages/superdoc/dist/chunks/SuperConverter-CCgGAnXY.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")
@@ -87102,11 +87102,13 @@ function getFontRegistryFor(fontSet, FontFaceCtor) {
87102
87102
  }
87103
87103
  return registry2;
87104
87104
  }
87105
- function classifyOffering(policyAction, verdict, physicalFamily, bundled) {
87105
+ function classifyOffering(logicalFamily, policyAction, verdict, physicalFamily, bundled) {
87106
87106
  if (policyAction === "preserve_only")
87107
87107
  return "preserve_only";
87108
87108
  if (policyAction === "customer_supplied" || physicalFamily == null)
87109
87109
  return "customer_supplied";
87110
+ if (bundled && SUPPORTED_ALIAS_FAMILIES.has(logicalFamily))
87111
+ return "supported_alias";
87110
87112
  if (policyAction === "category_fallback")
87111
87113
  return "category_fallback";
87112
87114
  if (!bundled)
@@ -87120,7 +87122,7 @@ function deriveOfferings() {
87120
87122
  logicalFamily: row.logicalFamily,
87121
87123
  physicalFamily: row.physicalFamily,
87122
87124
  generic: row.generic,
87123
- offering: classifyOffering(row.policyAction, row.verdict, row.physicalFamily, bundled),
87125
+ offering: classifyOffering(row.logicalFamily, row.policyAction, row.verdict, row.physicalFamily, bundled),
87124
87126
  bundled,
87125
87127
  verdict: row.verdict,
87126
87128
  evidenceId: row.evidenceId
@@ -114601,7 +114603,7 @@ var isRegExp = (value) => {
114601
114603
  const detail = sources && sources.length ? ` from ${sources.join(", ")}` : "";
114602
114604
  console.warn(`[superdoc] font asset failed to load for "${family$1}"${detail}. Check fonts.assetBaseUrl / fonts.resolveAssetUrl so the bundled .woff2 are served.`);
114603
114605
  }
114604
- }, registriesByFontSet, domlessRegistry = null, BUNDLED_FAMILIES, ADVERTISED_BUILT_IN_TOOLBAR_FAMILIES, FONT_OFFERINGS, prepareCommentParaIds = (comment) => {
114606
+ }, registriesByFontSet, domlessRegistry = null, BUNDLED_FAMILIES, SUPPORTED_ALIAS_FAMILIES, ADVERTISED_BUILT_IN_TOOLBAR_FAMILIES, FONT_OFFERINGS, prepareCommentParaIds = (comment) => {
114605
114607
  return {
114606
114608
  ...comment,
114607
114609
  commentParaId: generateDocxRandomId()
@@ -118756,7 +118758,7 @@ var isRegExp = (value) => {
118756
118758
  state.kern = kernNode.attributes["w:val"];
118757
118759
  }
118758
118760
  }, SuperConverter;
118759
- var init_SuperConverter_CLuVUp7o_es = __esm(() => {
118761
+ var init_SuperConverter_CCgGAnXY_es = __esm(() => {
118760
118762
  init_rolldown_runtime_Bg48TavK_es();
118761
118763
  init_jszip_C49i9kUs_es();
118762
118764
  init_xml_js_CqGKpaft_es();
@@ -156176,6 +156178,62 @@ var init_SuperConverter_CLuVUp7o_es = __esm(() => {
156176
156178
  },
156177
156179
  candidateLicense: "OFL-1.1"
156178
156180
  },
156181
+ {
156182
+ evidenceId: "arial-mt",
156183
+ generic: "sans-serif",
156184
+ logicalFamily: "Arial MT",
156185
+ physicalFamily: "Liberation Sans",
156186
+ verdict: "metric_safe",
156187
+ faces: {
156188
+ regular: true,
156189
+ bold: true,
156190
+ italic: true,
156191
+ boldItalic: true
156192
+ },
156193
+ gates: {
156194
+ static: "pass",
156195
+ metric: "pass",
156196
+ layout: "not_run",
156197
+ ship: "pass"
156198
+ },
156199
+ policyAction: "substitute",
156200
+ measurementRefs: [
156201
+ "arial-mt_regular__liberation-sans#regular#w400#analytic_advance#2026-06-10",
156202
+ "arial-mt_bold__liberation-sans#bold#w700#analytic_advance#2026-06-10",
156203
+ "arial-mt_italic__liberation-sans#italic#w400#analytic_advance#2026-06-10",
156204
+ "arial-mt_boldItalic__liberation-sans#boldItalic#w700#analytic_advance#2026-06-10"
156205
+ ],
156206
+ exportRule: "preserve_original_name",
156207
+ advance: {
156208
+ basis: "latin_text",
156209
+ meanDelta: 0,
156210
+ maxDelta: 0
156211
+ },
156212
+ candidateLicense: "OFL-1.1"
156213
+ },
156214
+ {
156215
+ evidenceId: "arial-unicode-ms",
156216
+ generic: "sans-serif",
156217
+ logicalFamily: "Arial Unicode MS",
156218
+ physicalFamily: null,
156219
+ verdict: "customer_supplied",
156220
+ faces: {
156221
+ regular: false,
156222
+ bold: false,
156223
+ italic: false,
156224
+ boldItalic: false
156225
+ },
156226
+ gates: {
156227
+ static: "not_run",
156228
+ metric: "not_run",
156229
+ layout: "not_run",
156230
+ ship: "not_run"
156231
+ },
156232
+ policyAction: "customer_supplied",
156233
+ measurementRefs: ["arial-unicode-ms#broad_unicode_no_open_substitute#2026-06-10"],
156234
+ exportRule: "preserve_original_name",
156235
+ candidateLicense: null
156236
+ },
156179
156237
  {
156180
156238
  evidenceId: "times-new-roman",
156181
156239
  generic: "serif",
@@ -156204,6 +156262,51 @@ var init_SuperConverter_CLuVUp7o_es = __esm(() => {
156204
156262
  },
156205
156263
  candidateLicense: "OFL-1.1"
156206
156264
  },
156265
+ {
156266
+ evidenceId: "times",
156267
+ generic: "serif",
156268
+ logicalFamily: "Times",
156269
+ physicalFamily: "Liberation Serif",
156270
+ verdict: "visual_only",
156271
+ faces: {
156272
+ regular: true,
156273
+ bold: true,
156274
+ italic: true,
156275
+ boldItalic: true
156276
+ },
156277
+ gates: {
156278
+ static: "pass",
156279
+ metric: "pass",
156280
+ layout: "not_run",
156281
+ ship: "pass"
156282
+ },
156283
+ policyAction: "substitute",
156284
+ measurementRefs: [
156285
+ "times_regular__liberation-serif#regular#w400#analytic_advance#2026-06-10",
156286
+ "times_bold__liberation-serif#bold#w700#analytic_advance#2026-06-10",
156287
+ "times_italic__liberation-serif#italic#w400#analytic_advance#2026-06-10",
156288
+ "times_boldItalic__liberation-serif#boldItalic#w700#analytic_advance#2026-06-10"
156289
+ ],
156290
+ exportRule: "preserve_original_name",
156291
+ advance: {
156292
+ basis: "latin_text",
156293
+ meanDelta: 0.00098877,
156294
+ maxDelta: 0.1171875
156295
+ },
156296
+ candidateLicense: "OFL-1.1",
156297
+ faceVerdicts: {
156298
+ regular: "metric_safe",
156299
+ bold: "metric_safe",
156300
+ italic: "metric_safe",
156301
+ boldItalic: "visual_only"
156302
+ },
156303
+ glyphExceptions: [{
156304
+ slot: "boldItalic",
156305
+ codepoint: 239,
156306
+ advanceDelta: 0.1172,
156307
+ note: "Times Bold Italic vs Liberation Serif Bold Italic: small i diaeresis (U+00EF) advance differs ~11.7%; lines containing it can reflow. Regular, bold, and italic faces are metric_safe on the text sample."
156308
+ }]
156309
+ },
156207
156310
  {
156208
156311
  evidenceId: "courier-new",
156209
156312
  generic: "monospace",
@@ -156232,6 +156335,66 @@ var init_SuperConverter_CLuVUp7o_es = __esm(() => {
156232
156335
  },
156233
156336
  candidateLicense: "OFL-1.1"
156234
156337
  },
156338
+ {
156339
+ evidenceId: "courier",
156340
+ generic: "monospace",
156341
+ logicalFamily: "Courier",
156342
+ physicalFamily: "Liberation Mono",
156343
+ verdict: "visual_only",
156344
+ faces: {
156345
+ regular: true,
156346
+ bold: true,
156347
+ italic: true,
156348
+ boldItalic: true
156349
+ },
156350
+ gates: {
156351
+ static: "pass",
156352
+ metric: "fail",
156353
+ layout: "not_run",
156354
+ ship: "pass"
156355
+ },
156356
+ policyAction: "category_fallback",
156357
+ measurementRefs: ["courier__liberation-mono#monospace_cell#analytic_advance#2026-06-10"],
156358
+ exportRule: "preserve_original_name",
156359
+ advance: {
156360
+ basis: "monospace_cell",
156361
+ meanDelta: 0.0016,
156362
+ maxDelta: 0.2002
156363
+ },
156364
+ candidateLicense: "OFL-1.1",
156365
+ faceVerdicts: {
156366
+ regular: "visual_only",
156367
+ bold: "visual_only",
156368
+ italic: "visual_only",
156369
+ boldItalic: "visual_only"
156370
+ },
156371
+ glyphExceptions: [
156372
+ {
156373
+ slot: "regular",
156374
+ codepoint: 176,
156375
+ advanceDelta: 0.2002,
156376
+ note: "Courier Regular vs Liberation Mono Regular: degree sign (U+00B0) advance differs ~20%; plus-minus (U+00B1) and division sign (U+00F7) also exceed the direct threshold."
156377
+ },
156378
+ {
156379
+ slot: "bold",
156380
+ codepoint: 176,
156381
+ advanceDelta: 0.2002,
156382
+ note: "Courier Bold vs Liberation Mono Bold: degree sign (U+00B0) advance differs ~20%; plus-minus (U+00B1) and division sign (U+00F7) also exceed the direct threshold."
156383
+ },
156384
+ {
156385
+ slot: "italic",
156386
+ codepoint: 176,
156387
+ advanceDelta: 0.2002,
156388
+ note: "Courier Italic vs Liberation Mono Italic: degree sign (U+00B0) advance differs ~20%; plus-minus (U+00B1) and division sign (U+00F7) also exceed the direct threshold."
156389
+ },
156390
+ {
156391
+ slot: "boldItalic",
156392
+ codepoint: 176,
156393
+ advanceDelta: 0.2002,
156394
+ note: "Courier Bold Italic vs Liberation Mono Bold Italic: degree sign (U+00B0) advance differs ~20%; plus-minus (U+00B1) and division sign (U+00F7) also exceed the direct threshold."
156395
+ }
156396
+ ]
156397
+ },
156235
156398
  {
156236
156399
  evidenceId: "georgia",
156237
156400
  generic: "serif",
@@ -156537,6 +156700,52 @@ var init_SuperConverter_CLuVUp7o_es = __esm(() => {
156537
156700
  note: "Century Schoolbook Bold vs C059 Bold: macron (U+00AF) advance differs ~16.7%; yen (U+00A5), micro sign (U+00B5), plus-minus (U+00B1), and division sign (U+00F7) also exceed the direct threshold. Body-text Latin sample is metric_safe."
156538
156701
  }]
156539
156702
  },
156703
+ {
156704
+ evidenceId: "century-gothic",
156705
+ generic: "sans-serif",
156706
+ logicalFamily: "Century Gothic",
156707
+ physicalFamily: "URW Gothic",
156708
+ verdict: "visual_only",
156709
+ faces: {
156710
+ regular: true,
156711
+ bold: true,
156712
+ italic: true,
156713
+ boldItalic: true
156714
+ },
156715
+ gates: {
156716
+ static: "pass",
156717
+ metric: "fail",
156718
+ layout: "not_run",
156719
+ ship: "fail"
156720
+ },
156721
+ policyAction: "category_fallback",
156722
+ measurementRefs: [
156723
+ "century-gothic_regular__urw-gothic#regular#w400#analytic_advance#2026-06-10",
156724
+ "century-gothic_bold__urw-gothic#bold#w700#analytic_advance#2026-06-10",
156725
+ "century-gothic_italic__urw-gothic#italic#w400#analytic_advance#2026-06-10",
156726
+ "century-gothic_boldItalic__urw-gothic#boldItalic#w700#analytic_advance#2026-06-10",
156727
+ "century-gothic__urw-gothic#visual_review#2026-06-10"
156728
+ ],
156729
+ exportRule: "preserve_original_name",
156730
+ advance: {
156731
+ basis: "latin_text",
156732
+ meanDelta: 0.0013,
156733
+ maxDelta: 0.1662
156734
+ },
156735
+ candidateLicense: "AGPL-3.0-only WITH PS-or-PDF-font-exception-20170817",
156736
+ faceVerdicts: {
156737
+ regular: "visual_only",
156738
+ bold: "visual_only",
156739
+ italic: "visual_only",
156740
+ boldItalic: "visual_only"
156741
+ },
156742
+ glyphExceptions: [{
156743
+ slot: "regular",
156744
+ codepoint: 35,
156745
+ advanceDelta: 0.1662,
156746
+ note: "Century Gothic Regular vs URW Gothic Book: number sign (U+0023) advance differs ~16.6%; caret (U+005E) and plus-minus (U+00B1) also exceed the direct threshold. Body text is close, but not line-break safe."
156747
+ }]
156748
+ },
156540
156749
  {
156541
156750
  evidenceId: "garamond",
156542
156751
  generic: "serif",
@@ -156655,6 +156864,45 @@ var init_SuperConverter_CLuVUp7o_es = __esm(() => {
156655
156864
  exportRule: "preserve_original_name",
156656
156865
  candidateLicense: "OFL-1.1"
156657
156866
  },
156867
+ {
156868
+ evidenceId: "segoe-ui",
156869
+ generic: "sans-serif",
156870
+ logicalFamily: "Segoe UI",
156871
+ physicalFamily: "Selawik",
156872
+ verdict: "visual_only",
156873
+ faces: {
156874
+ regular: true,
156875
+ bold: true,
156876
+ italic: false,
156877
+ boldItalic: false
156878
+ },
156879
+ faceSources: {
156880
+ italic: {
156881
+ kind: "synthetic",
156882
+ from: "regular"
156883
+ },
156884
+ boldItalic: {
156885
+ kind: "synthetic",
156886
+ from: "bold"
156887
+ }
156888
+ },
156889
+ gates: {
156890
+ static: "pass",
156891
+ metric: "fail",
156892
+ layout: "not_run",
156893
+ ship: "fail"
156894
+ },
156895
+ policyAction: "category_fallback",
156896
+ measurementRefs: ["segoe-ui__selawik#coverage_limited_advance_probe#2026-06-10"],
156897
+ exportRule: "preserve_original_name",
156898
+ candidateLicense: "OFL-1.1",
156899
+ faceVerdicts: {
156900
+ regular: "visual_only",
156901
+ bold: "visual_only",
156902
+ italic: "visual_only",
156903
+ boldItalic: "visual_only"
156904
+ }
156905
+ },
156658
156906
  {
156659
156907
  evidenceId: "trebuchet-ms",
156660
156908
  generic: "sans-serif",
@@ -156867,6 +157115,182 @@ var init_SuperConverter_CLuVUp7o_es = __esm(() => {
156867
157115
  boldItalic: "visual_only"
156868
157116
  }
156869
157117
  },
157118
+ {
157119
+ evidenceId: "yu-mincho",
157120
+ generic: "serif",
157121
+ logicalFamily: "Yu Mincho",
157122
+ physicalFamily: "BIZ UDMincho",
157123
+ verdict: "visual_only",
157124
+ faces: {
157125
+ regular: true,
157126
+ bold: true,
157127
+ italic: false,
157128
+ boldItalic: false
157129
+ },
157130
+ faceSources: {
157131
+ italic: {
157132
+ kind: "synthetic",
157133
+ from: "regular"
157134
+ },
157135
+ boldItalic: {
157136
+ kind: "synthetic",
157137
+ from: "bold"
157138
+ }
157139
+ },
157140
+ gates: {
157141
+ static: "pass",
157142
+ metric: "fail",
157143
+ layout: "not_run",
157144
+ ship: "fail"
157145
+ },
157146
+ policyAction: "category_fallback",
157147
+ measurementRefs: ["yu-mincho_regular__biz-udmincho#regular#w400#cjk_jp_text#analytic_advance#2026-06-10"],
157148
+ exportRule: "preserve_original_name",
157149
+ advance: {
157150
+ basis: "cjk_jp_text",
157151
+ meanDelta: 0.0425,
157152
+ maxDelta: 0.4829
157153
+ },
157154
+ candidateLicense: "OFL-1.1",
157155
+ faceVerdicts: {
157156
+ regular: "visual_only",
157157
+ bold: "visual_only",
157158
+ italic: "visual_only",
157159
+ boldItalic: "visual_only"
157160
+ }
157161
+ },
157162
+ {
157163
+ evidenceId: "ms-mincho",
157164
+ generic: "serif",
157165
+ logicalFamily: "MS Mincho",
157166
+ physicalFamily: "BIZ UDMincho",
157167
+ verdict: "visual_only",
157168
+ faces: {
157169
+ regular: true,
157170
+ bold: true,
157171
+ italic: false,
157172
+ boldItalic: false
157173
+ },
157174
+ faceSources: {
157175
+ italic: {
157176
+ kind: "synthetic",
157177
+ from: "regular"
157178
+ },
157179
+ boldItalic: {
157180
+ kind: "synthetic",
157181
+ from: "bold"
157182
+ }
157183
+ },
157184
+ gates: {
157185
+ static: "pass",
157186
+ metric: "pass",
157187
+ layout: "not_run",
157188
+ ship: "fail"
157189
+ },
157190
+ policyAction: "category_fallback",
157191
+ measurementRefs: ["ms-mincho_regular__biz-udmincho#regular#w400#cjk_jp_text#analytic_advance#2026-06-10"],
157192
+ exportRule: "preserve_original_name",
157193
+ advance: {
157194
+ basis: "cjk_jp_text",
157195
+ meanDelta: 0,
157196
+ maxDelta: 0
157197
+ },
157198
+ candidateLicense: "OFL-1.1",
157199
+ faceVerdicts: {
157200
+ regular: "cell_width_only",
157201
+ bold: "visual_only",
157202
+ italic: "visual_only",
157203
+ boldItalic: "visual_only"
157204
+ }
157205
+ },
157206
+ {
157207
+ evidenceId: "ms-gothic",
157208
+ generic: "sans-serif",
157209
+ logicalFamily: "MS Gothic",
157210
+ physicalFamily: "BIZ UDGothic",
157211
+ verdict: "visual_only",
157212
+ faces: {
157213
+ regular: true,
157214
+ bold: true,
157215
+ italic: false,
157216
+ boldItalic: false
157217
+ },
157218
+ faceSources: {
157219
+ italic: {
157220
+ kind: "synthetic",
157221
+ from: "regular"
157222
+ },
157223
+ boldItalic: {
157224
+ kind: "synthetic",
157225
+ from: "bold"
157226
+ }
157227
+ },
157228
+ gates: {
157229
+ static: "pass",
157230
+ metric: "pass",
157231
+ layout: "not_run",
157232
+ ship: "fail"
157233
+ },
157234
+ policyAction: "category_fallback",
157235
+ measurementRefs: ["ms-gothic_regular__biz-udgothic#regular#w400#cjk_jp_text#analytic_advance#2026-06-10"],
157236
+ exportRule: "preserve_original_name",
157237
+ advance: {
157238
+ basis: "cjk_jp_text",
157239
+ meanDelta: 0,
157240
+ maxDelta: 0
157241
+ },
157242
+ candidateLicense: "OFL-1.1",
157243
+ faceVerdicts: {
157244
+ regular: "cell_width_only",
157245
+ bold: "visual_only",
157246
+ italic: "visual_only",
157247
+ boldItalic: "visual_only"
157248
+ }
157249
+ },
157250
+ {
157251
+ evidenceId: "yu-gothic",
157252
+ generic: "sans-serif",
157253
+ logicalFamily: "Yu Gothic",
157254
+ physicalFamily: "BIZ UDGothic",
157255
+ verdict: "visual_only",
157256
+ faces: {
157257
+ regular: true,
157258
+ bold: true,
157259
+ italic: false,
157260
+ boldItalic: false
157261
+ },
157262
+ faceSources: {
157263
+ italic: {
157264
+ kind: "synthetic",
157265
+ from: "regular"
157266
+ },
157267
+ boldItalic: {
157268
+ kind: "synthetic",
157269
+ from: "bold"
157270
+ }
157271
+ },
157272
+ gates: {
157273
+ static: "pass",
157274
+ metric: "fail",
157275
+ layout: "not_run",
157276
+ ship: "fail"
157277
+ },
157278
+ policyAction: "category_fallback",
157279
+ measurementRefs: ["yu-gothic_regular__biz-udgothic#regular#w400#cjk_jp_text#analytic_advance#2026-06-10", "yu-gothic_bold__biz-udgothic#bold#w700#cjk_jp_text#analytic_advance#2026-06-10"],
157280
+ exportRule: "preserve_original_name",
157281
+ advance: {
157282
+ basis: "cjk_jp_text",
157283
+ meanDelta: 0.0415,
157284
+ maxDelta: 0.4521
157285
+ },
157286
+ candidateLicense: "OFL-1.1",
157287
+ faceVerdicts: {
157288
+ regular: "visual_only",
157289
+ bold: "visual_only",
157290
+ italic: "visual_only",
157291
+ boldItalic: "visual_only"
157292
+ }
157293
+ },
156870
157294
  {
156871
157295
  evidenceId: "aptos-display",
156872
157296
  generic: "sans-serif",
@@ -157146,6 +157570,28 @@ var init_SuperConverter_CLuVUp7o_es = __esm(() => {
157146
157570
  file: "C059-BdIta.woff2"
157147
157571
  }
157148
157572
  ]),
157573
+ familyWithFaces("URW Gothic", "AGPL-3.0-only WITH PS-or-PDF-font-exception-20170817", [
157574
+ {
157575
+ weight: "normal",
157576
+ style: "normal",
157577
+ file: "URWGothic-Book.woff2"
157578
+ },
157579
+ {
157580
+ weight: "bold",
157581
+ style: "normal",
157582
+ file: "URWGothic-Demi.woff2"
157583
+ },
157584
+ {
157585
+ weight: "normal",
157586
+ style: "italic",
157587
+ file: "URWGothic-BookOblique.woff2"
157588
+ },
157589
+ {
157590
+ weight: "bold",
157591
+ style: "italic",
157592
+ file: "URWGothic-DemiOblique.woff2"
157593
+ }
157594
+ ]),
157149
157595
  familyWithFaces("Bacasime Antique", "OFL-1.1", [{
157150
157596
  weight: "normal",
157151
157597
  style: "normal",
@@ -157184,6 +157630,15 @@ var init_SuperConverter_CLuVUp7o_es = __esm(() => {
157184
157630
  file: "ComicRelief-Bold.woff2"
157185
157631
  }]),
157186
157632
  family("Noto Sans", "NotoSans", "OFL-1.1"),
157633
+ familyWithFaces("Selawik", "OFL-1.1", [{
157634
+ weight: "normal",
157635
+ style: "normal",
157636
+ file: "Selawik-Regular.woff2"
157637
+ }, {
157638
+ weight: "bold",
157639
+ style: "normal",
157640
+ file: "Selawik-Bold.woff2"
157641
+ }]),
157187
157642
  familyWithFaces("Noto Sans Mono", "OFL-1.1", [{
157188
157643
  weight: "normal",
157189
157644
  style: "normal",
@@ -157228,6 +157683,11 @@ var init_SuperConverter_CLuVUp7o_es = __esm(() => {
157228
157683
  OS2_MIN_LENGTH = OS2_FSSELECTION + 2;
157229
157684
  registriesByFontSet = /* @__PURE__ */ new WeakMap;
157230
157685
  BUNDLED_FAMILIES = new Set(BUNDLED_MANIFEST.map((f2) => f2.family));
157686
+ SUPPORTED_ALIAS_FAMILIES = new Set([
157687
+ "Arial MT",
157688
+ "Courier",
157689
+ "Times"
157690
+ ]);
157231
157691
  ADVERTISED_BUILT_IN_TOOLBAR_FAMILIES = new Set([
157232
157692
  "Arial Black",
157233
157693
  "Arial Narrow",
@@ -157235,12 +157695,14 @@ var init_SuperConverter_CLuVUp7o_es = __esm(() => {
157235
157695
  "Bookman Old Style",
157236
157696
  "Brush Script MT",
157237
157697
  "Century",
157698
+ "Century Gothic",
157238
157699
  "Cooper Black",
157239
157700
  "Comic Sans MS",
157240
157701
  "Garamond",
157241
157702
  "Georgia",
157242
157703
  "Gill Sans MT Condensed",
157243
157704
  "Lucida Console",
157705
+ "Segoe UI",
157244
157706
  "Tahoma",
157245
157707
  "Trebuchet MS",
157246
157708
  "Verdana"
@@ -159040,7 +159502,7 @@ var init_SuperConverter_CLuVUp7o_es = __esm(() => {
159040
159502
  };
159041
159503
  });
159042
159504
 
159043
- // ../../packages/superdoc/dist/chunks/create-headless-toolbar-Dga1mSBS.es.js
159505
+ // ../../packages/superdoc/dist/chunks/create-headless-toolbar-BvrKiWf0.es.js
159044
159506
  function parseSizeUnit(val = "0") {
159045
159507
  const length = val.toString() || "0";
159046
159508
  const value = Number.parseFloat(length);
@@ -169435,8 +169897,8 @@ var CSS_DIMENSION_REGEX, DOM_SIZE_UNITS, normalizeActorId = (value) => {
169435
169897
  }
169436
169898
  };
169437
169899
  };
169438
- var init_create_headless_toolbar_Dga1mSBS_es = __esm(() => {
169439
- init_SuperConverter_CLuVUp7o_es();
169900
+ var init_create_headless_toolbar_BvrKiWf0_es = __esm(() => {
169901
+ init_SuperConverter_CCgGAnXY_es();
169440
169902
  init_uuid_B2wVPhPi_es();
169441
169903
  init_constants_D9qj59G2_es();
169442
169904
  init_dist_B8HfvhaK_es();
@@ -224126,7 +224588,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
224126
224588
  init_remark_gfm_BhnWr3yf_es();
224127
224589
  });
224128
224590
 
224129
- // ../../packages/superdoc/dist/chunks/src-DhR654Bl.es.js
224591
+ // ../../packages/superdoc/dist/chunks/src-CXtSesLH.es.js
224130
224592
  function deleteProps(obj, propOrProps) {
224131
224593
  const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
224132
224594
  const removeNested = (target, pathParts, index2 = 0) => {
@@ -321999,13 +322461,13 @@ menclose::after {
321999
322461
  return;
322000
322462
  console.log(...args$1);
322001
322463
  }, 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;
322002
- var init_src_DhR654Bl_es = __esm(() => {
322464
+ var init_src_CXtSesLH_es = __esm(() => {
322003
322465
  init_rolldown_runtime_Bg48TavK_es();
322004
- init_SuperConverter_CLuVUp7o_es();
322466
+ init_SuperConverter_CCgGAnXY_es();
322005
322467
  init_jszip_C49i9kUs_es();
322006
322468
  init_xml_js_CqGKpaft_es();
322007
322469
  init_uuid_B2wVPhPi_es();
322008
- init_create_headless_toolbar_Dga1mSBS_es();
322470
+ init_create_headless_toolbar_BvrKiWf0_es();
322009
322471
  init_constants_D9qj59G2_es();
322010
322472
  init_dist_B8HfvhaK_es();
322011
322473
  init_unified_Dsuw2be5_es();
@@ -357787,11 +358249,11 @@ function print() { __p += __j.call(arguments, '') }
357787
358249
  ]);
357788
358250
  });
357789
358251
 
357790
- // ../../packages/superdoc/dist/chunks/create-super-doc-ui-CEMWUuKn.es.js
358252
+ // ../../packages/superdoc/dist/chunks/create-super-doc-ui-C_J_pCF0.es.js
357791
358253
  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;
357792
- var init_create_super_doc_ui_CEMWUuKn_es = __esm(() => {
357793
- init_SuperConverter_CLuVUp7o_es();
357794
- init_create_headless_toolbar_Dga1mSBS_es();
358254
+ var init_create_super_doc_ui_C_J_pCF0_es = __esm(() => {
358255
+ init_SuperConverter_CCgGAnXY_es();
358256
+ init_create_headless_toolbar_BvrKiWf0_es();
357795
358257
  DEFAULT_TEXT_ALIGN_OPTIONS = [
357796
358258
  {
357797
358259
  label: "Left",
@@ -358082,16 +358544,16 @@ var init_zipper_yaJVJ4z9_es = __esm(() => {
358082
358544
 
358083
358545
  // ../../packages/superdoc/dist/super-editor.es.js
358084
358546
  var init_super_editor_es = __esm(() => {
358085
- init_src_DhR654Bl_es();
358086
- init_SuperConverter_CLuVUp7o_es();
358547
+ init_src_CXtSesLH_es();
358548
+ init_SuperConverter_CCgGAnXY_es();
358087
358549
  init_jszip_C49i9kUs_es();
358088
358550
  init_xml_js_CqGKpaft_es();
358089
- init_create_headless_toolbar_Dga1mSBS_es();
358551
+ init_create_headless_toolbar_BvrKiWf0_es();
358090
358552
  init_constants_D9qj59G2_es();
358091
358553
  init_dist_B8HfvhaK_es();
358092
358554
  init_unified_Dsuw2be5_es();
358093
358555
  init_DocxZipper_FUsfThjV_es();
358094
- init_create_super_doc_ui_CEMWUuKn_es();
358556
+ init_create_super_doc_ui_C_J_pCF0_es();
358095
358557
  init_ui_C5PAS9hY_es();
358096
358558
  init_eventemitter3_BnGqBE_Q_es();
358097
358559
  init_errors_CNaD6vcg_es();
@@ -459775,7 +460237,7 @@ var init_exporter = __esm(() => {
459775
460237
  // ../../shared/font-system/src/types.ts
459776
460238
  var init_types8 = () => {};
459777
460239
 
459778
- // ../../node_modules/.pnpm/@docfonts+fallbacks@0.15.0/node_modules/@docfonts/fallbacks/dist/data.js
460240
+ // ../../node_modules/.pnpm/@docfonts+fallbacks@0.16.0/node_modules/@docfonts/fallbacks/dist/data.js
459779
460241
  var SUBSTITUTION_EVIDENCE2;
459780
460242
  var init_data = __esm(() => {
459781
460243
  SUBSTITUTION_EVIDENCE2 = [
@@ -459887,6 +460349,64 @@ var init_data = __esm(() => {
459887
460349
  },
459888
460350
  candidateLicense: "OFL-1.1"
459889
460351
  },
460352
+ {
460353
+ evidenceId: "arial-mt",
460354
+ generic: "sans-serif",
460355
+ logicalFamily: "Arial MT",
460356
+ physicalFamily: "Liberation Sans",
460357
+ verdict: "metric_safe",
460358
+ faces: {
460359
+ regular: true,
460360
+ bold: true,
460361
+ italic: true,
460362
+ boldItalic: true
460363
+ },
460364
+ gates: {
460365
+ static: "pass",
460366
+ metric: "pass",
460367
+ layout: "not_run",
460368
+ ship: "pass"
460369
+ },
460370
+ policyAction: "substitute",
460371
+ measurementRefs: [
460372
+ "arial-mt_regular__liberation-sans#regular#w400#analytic_advance#2026-06-10",
460373
+ "arial-mt_bold__liberation-sans#bold#w700#analytic_advance#2026-06-10",
460374
+ "arial-mt_italic__liberation-sans#italic#w400#analytic_advance#2026-06-10",
460375
+ "arial-mt_boldItalic__liberation-sans#boldItalic#w700#analytic_advance#2026-06-10"
460376
+ ],
460377
+ exportRule: "preserve_original_name",
460378
+ advance: {
460379
+ basis: "latin_text",
460380
+ meanDelta: 0,
460381
+ maxDelta: 0
460382
+ },
460383
+ candidateLicense: "OFL-1.1"
460384
+ },
460385
+ {
460386
+ evidenceId: "arial-unicode-ms",
460387
+ generic: "sans-serif",
460388
+ logicalFamily: "Arial Unicode MS",
460389
+ physicalFamily: null,
460390
+ verdict: "customer_supplied",
460391
+ faces: {
460392
+ regular: false,
460393
+ bold: false,
460394
+ italic: false,
460395
+ boldItalic: false
460396
+ },
460397
+ gates: {
460398
+ static: "not_run",
460399
+ metric: "not_run",
460400
+ layout: "not_run",
460401
+ ship: "not_run"
460402
+ },
460403
+ policyAction: "customer_supplied",
460404
+ measurementRefs: [
460405
+ "arial-unicode-ms#broad_unicode_no_open_substitute#2026-06-10"
460406
+ ],
460407
+ exportRule: "preserve_original_name",
460408
+ candidateLicense: null
460409
+ },
459890
460410
  {
459891
460411
  evidenceId: "times-new-roman",
459892
460412
  generic: "serif",
@@ -459917,6 +460437,53 @@ var init_data = __esm(() => {
459917
460437
  },
459918
460438
  candidateLicense: "OFL-1.1"
459919
460439
  },
460440
+ {
460441
+ evidenceId: "times",
460442
+ generic: "serif",
460443
+ logicalFamily: "Times",
460444
+ physicalFamily: "Liberation Serif",
460445
+ verdict: "visual_only",
460446
+ faces: {
460447
+ regular: true,
460448
+ bold: true,
460449
+ italic: true,
460450
+ boldItalic: true
460451
+ },
460452
+ gates: {
460453
+ static: "pass",
460454
+ metric: "pass",
460455
+ layout: "not_run",
460456
+ ship: "pass"
460457
+ },
460458
+ policyAction: "substitute",
460459
+ measurementRefs: [
460460
+ "times_regular__liberation-serif#regular#w400#analytic_advance#2026-06-10",
460461
+ "times_bold__liberation-serif#bold#w700#analytic_advance#2026-06-10",
460462
+ "times_italic__liberation-serif#italic#w400#analytic_advance#2026-06-10",
460463
+ "times_boldItalic__liberation-serif#boldItalic#w700#analytic_advance#2026-06-10"
460464
+ ],
460465
+ exportRule: "preserve_original_name",
460466
+ advance: {
460467
+ basis: "latin_text",
460468
+ meanDelta: 0.00098877,
460469
+ maxDelta: 0.1171875
460470
+ },
460471
+ candidateLicense: "OFL-1.1",
460472
+ faceVerdicts: {
460473
+ regular: "metric_safe",
460474
+ bold: "metric_safe",
460475
+ italic: "metric_safe",
460476
+ boldItalic: "visual_only"
460477
+ },
460478
+ glyphExceptions: [
460479
+ {
460480
+ slot: "boldItalic",
460481
+ codepoint: 239,
460482
+ advanceDelta: 0.1172,
460483
+ note: "Times Bold Italic vs Liberation Serif Bold Italic: small i diaeresis (U+00EF) advance differs ~11.7%; lines containing it can reflow. Regular, bold, and italic faces are metric_safe on the text sample."
460484
+ }
460485
+ ]
460486
+ },
459920
460487
  {
459921
460488
  evidenceId: "courier-new",
459922
460489
  generic: "monospace",
@@ -459947,6 +460514,68 @@ var init_data = __esm(() => {
459947
460514
  },
459948
460515
  candidateLicense: "OFL-1.1"
459949
460516
  },
460517
+ {
460518
+ evidenceId: "courier",
460519
+ generic: "monospace",
460520
+ logicalFamily: "Courier",
460521
+ physicalFamily: "Liberation Mono",
460522
+ verdict: "visual_only",
460523
+ faces: {
460524
+ regular: true,
460525
+ bold: true,
460526
+ italic: true,
460527
+ boldItalic: true
460528
+ },
460529
+ gates: {
460530
+ static: "pass",
460531
+ metric: "fail",
460532
+ layout: "not_run",
460533
+ ship: "pass"
460534
+ },
460535
+ policyAction: "category_fallback",
460536
+ measurementRefs: [
460537
+ "courier__liberation-mono#monospace_cell#analytic_advance#2026-06-10"
460538
+ ],
460539
+ exportRule: "preserve_original_name",
460540
+ advance: {
460541
+ basis: "monospace_cell",
460542
+ meanDelta: 0.0016,
460543
+ maxDelta: 0.2002
460544
+ },
460545
+ candidateLicense: "OFL-1.1",
460546
+ faceVerdicts: {
460547
+ regular: "visual_only",
460548
+ bold: "visual_only",
460549
+ italic: "visual_only",
460550
+ boldItalic: "visual_only"
460551
+ },
460552
+ glyphExceptions: [
460553
+ {
460554
+ slot: "regular",
460555
+ codepoint: 176,
460556
+ advanceDelta: 0.2002,
460557
+ note: "Courier Regular vs Liberation Mono Regular: degree sign (U+00B0) advance differs ~20%; plus-minus (U+00B1) and division sign (U+00F7) also exceed the direct threshold."
460558
+ },
460559
+ {
460560
+ slot: "bold",
460561
+ codepoint: 176,
460562
+ advanceDelta: 0.2002,
460563
+ note: "Courier Bold vs Liberation Mono Bold: degree sign (U+00B0) advance differs ~20%; plus-minus (U+00B1) and division sign (U+00F7) also exceed the direct threshold."
460564
+ },
460565
+ {
460566
+ slot: "italic",
460567
+ codepoint: 176,
460568
+ advanceDelta: 0.2002,
460569
+ note: "Courier Italic vs Liberation Mono Italic: degree sign (U+00B0) advance differs ~20%; plus-minus (U+00B1) and division sign (U+00F7) also exceed the direct threshold."
460570
+ },
460571
+ {
460572
+ slot: "boldItalic",
460573
+ codepoint: 176,
460574
+ advanceDelta: 0.2002,
460575
+ note: "Courier Bold Italic vs Liberation Mono Bold Italic: degree sign (U+00B0) advance differs ~20%; plus-minus (U+00B1) and division sign (U+00F7) also exceed the direct threshold."
460576
+ }
460577
+ ]
460578
+ },
459950
460579
  {
459951
460580
  evidenceId: "georgia",
459952
460581
  generic: "serif",
@@ -460281,6 +460910,54 @@ var init_data = __esm(() => {
460281
460910
  }
460282
460911
  ]
460283
460912
  },
460913
+ {
460914
+ evidenceId: "century-gothic",
460915
+ generic: "sans-serif",
460916
+ logicalFamily: "Century Gothic",
460917
+ physicalFamily: "URW Gothic",
460918
+ verdict: "visual_only",
460919
+ faces: {
460920
+ regular: true,
460921
+ bold: true,
460922
+ italic: true,
460923
+ boldItalic: true
460924
+ },
460925
+ gates: {
460926
+ static: "pass",
460927
+ metric: "fail",
460928
+ layout: "not_run",
460929
+ ship: "fail"
460930
+ },
460931
+ policyAction: "category_fallback",
460932
+ measurementRefs: [
460933
+ "century-gothic_regular__urw-gothic#regular#w400#analytic_advance#2026-06-10",
460934
+ "century-gothic_bold__urw-gothic#bold#w700#analytic_advance#2026-06-10",
460935
+ "century-gothic_italic__urw-gothic#italic#w400#analytic_advance#2026-06-10",
460936
+ "century-gothic_boldItalic__urw-gothic#boldItalic#w700#analytic_advance#2026-06-10",
460937
+ "century-gothic__urw-gothic#visual_review#2026-06-10"
460938
+ ],
460939
+ exportRule: "preserve_original_name",
460940
+ advance: {
460941
+ basis: "latin_text",
460942
+ meanDelta: 0.0013,
460943
+ maxDelta: 0.1662
460944
+ },
460945
+ candidateLicense: "AGPL-3.0-only WITH PS-or-PDF-font-exception-20170817",
460946
+ faceVerdicts: {
460947
+ regular: "visual_only",
460948
+ bold: "visual_only",
460949
+ italic: "visual_only",
460950
+ boldItalic: "visual_only"
460951
+ },
460952
+ glyphExceptions: [
460953
+ {
460954
+ slot: "regular",
460955
+ codepoint: 35,
460956
+ advanceDelta: 0.1662,
460957
+ note: "Century Gothic Regular vs URW Gothic Book: number sign (U+0023) advance differs ~16.6%; caret (U+005E) and plus-minus (U+00B1) also exceed the direct threshold. Body text is close, but not line-break safe."
460958
+ }
460959
+ ]
460960
+ },
460284
460961
  {
460285
460962
  evidenceId: "garamond",
460286
460963
  generic: "serif",
@@ -460411,6 +461088,47 @@ var init_data = __esm(() => {
460411
461088
  exportRule: "preserve_original_name",
460412
461089
  candidateLicense: "OFL-1.1"
460413
461090
  },
461091
+ {
461092
+ evidenceId: "segoe-ui",
461093
+ generic: "sans-serif",
461094
+ logicalFamily: "Segoe UI",
461095
+ physicalFamily: "Selawik",
461096
+ verdict: "visual_only",
461097
+ faces: {
461098
+ regular: true,
461099
+ bold: true,
461100
+ italic: false,
461101
+ boldItalic: false
461102
+ },
461103
+ faceSources: {
461104
+ italic: {
461105
+ kind: "synthetic",
461106
+ from: "regular"
461107
+ },
461108
+ boldItalic: {
461109
+ kind: "synthetic",
461110
+ from: "bold"
461111
+ }
461112
+ },
461113
+ gates: {
461114
+ static: "pass",
461115
+ metric: "fail",
461116
+ layout: "not_run",
461117
+ ship: "fail"
461118
+ },
461119
+ policyAction: "category_fallback",
461120
+ measurementRefs: [
461121
+ "segoe-ui__selawik#coverage_limited_advance_probe#2026-06-10"
461122
+ ],
461123
+ exportRule: "preserve_original_name",
461124
+ candidateLicense: "OFL-1.1",
461125
+ faceVerdicts: {
461126
+ regular: "visual_only",
461127
+ bold: "visual_only",
461128
+ italic: "visual_only",
461129
+ boldItalic: "visual_only"
461130
+ }
461131
+ },
460414
461132
  {
460415
461133
  evidenceId: "trebuchet-ms",
460416
461134
  generic: "sans-serif",
@@ -460638,6 +461356,191 @@ var init_data = __esm(() => {
460638
461356
  boldItalic: "visual_only"
460639
461357
  }
460640
461358
  },
461359
+ {
461360
+ evidenceId: "yu-mincho",
461361
+ generic: "serif",
461362
+ logicalFamily: "Yu Mincho",
461363
+ physicalFamily: "BIZ UDMincho",
461364
+ verdict: "visual_only",
461365
+ faces: {
461366
+ regular: true,
461367
+ bold: true,
461368
+ italic: false,
461369
+ boldItalic: false
461370
+ },
461371
+ faceSources: {
461372
+ italic: {
461373
+ kind: "synthetic",
461374
+ from: "regular"
461375
+ },
461376
+ boldItalic: {
461377
+ kind: "synthetic",
461378
+ from: "bold"
461379
+ }
461380
+ },
461381
+ gates: {
461382
+ static: "pass",
461383
+ metric: "fail",
461384
+ layout: "not_run",
461385
+ ship: "fail"
461386
+ },
461387
+ policyAction: "category_fallback",
461388
+ measurementRefs: [
461389
+ "yu-mincho_regular__biz-udmincho#regular#w400#cjk_jp_text#analytic_advance#2026-06-10"
461390
+ ],
461391
+ exportRule: "preserve_original_name",
461392
+ advance: {
461393
+ basis: "cjk_jp_text",
461394
+ meanDelta: 0.0425,
461395
+ maxDelta: 0.4829
461396
+ },
461397
+ candidateLicense: "OFL-1.1",
461398
+ faceVerdicts: {
461399
+ regular: "visual_only",
461400
+ bold: "visual_only",
461401
+ italic: "visual_only",
461402
+ boldItalic: "visual_only"
461403
+ }
461404
+ },
461405
+ {
461406
+ evidenceId: "ms-mincho",
461407
+ generic: "serif",
461408
+ logicalFamily: "MS Mincho",
461409
+ physicalFamily: "BIZ UDMincho",
461410
+ verdict: "visual_only",
461411
+ faces: {
461412
+ regular: true,
461413
+ bold: true,
461414
+ italic: false,
461415
+ boldItalic: false
461416
+ },
461417
+ faceSources: {
461418
+ italic: {
461419
+ kind: "synthetic",
461420
+ from: "regular"
461421
+ },
461422
+ boldItalic: {
461423
+ kind: "synthetic",
461424
+ from: "bold"
461425
+ }
461426
+ },
461427
+ gates: {
461428
+ static: "pass",
461429
+ metric: "pass",
461430
+ layout: "not_run",
461431
+ ship: "fail"
461432
+ },
461433
+ policyAction: "category_fallback",
461434
+ measurementRefs: [
461435
+ "ms-mincho_regular__biz-udmincho#regular#w400#cjk_jp_text#analytic_advance#2026-06-10"
461436
+ ],
461437
+ exportRule: "preserve_original_name",
461438
+ advance: {
461439
+ basis: "cjk_jp_text",
461440
+ meanDelta: 0,
461441
+ maxDelta: 0
461442
+ },
461443
+ candidateLicense: "OFL-1.1",
461444
+ faceVerdicts: {
461445
+ regular: "cell_width_only",
461446
+ bold: "visual_only",
461447
+ italic: "visual_only",
461448
+ boldItalic: "visual_only"
461449
+ }
461450
+ },
461451
+ {
461452
+ evidenceId: "ms-gothic",
461453
+ generic: "sans-serif",
461454
+ logicalFamily: "MS Gothic",
461455
+ physicalFamily: "BIZ UDGothic",
461456
+ verdict: "visual_only",
461457
+ faces: {
461458
+ regular: true,
461459
+ bold: true,
461460
+ italic: false,
461461
+ boldItalic: false
461462
+ },
461463
+ faceSources: {
461464
+ italic: {
461465
+ kind: "synthetic",
461466
+ from: "regular"
461467
+ },
461468
+ boldItalic: {
461469
+ kind: "synthetic",
461470
+ from: "bold"
461471
+ }
461472
+ },
461473
+ gates: {
461474
+ static: "pass",
461475
+ metric: "pass",
461476
+ layout: "not_run",
461477
+ ship: "fail"
461478
+ },
461479
+ policyAction: "category_fallback",
461480
+ measurementRefs: [
461481
+ "ms-gothic_regular__biz-udgothic#regular#w400#cjk_jp_text#analytic_advance#2026-06-10"
461482
+ ],
461483
+ exportRule: "preserve_original_name",
461484
+ advance: {
461485
+ basis: "cjk_jp_text",
461486
+ meanDelta: 0,
461487
+ maxDelta: 0
461488
+ },
461489
+ candidateLicense: "OFL-1.1",
461490
+ faceVerdicts: {
461491
+ regular: "cell_width_only",
461492
+ bold: "visual_only",
461493
+ italic: "visual_only",
461494
+ boldItalic: "visual_only"
461495
+ }
461496
+ },
461497
+ {
461498
+ evidenceId: "yu-gothic",
461499
+ generic: "sans-serif",
461500
+ logicalFamily: "Yu Gothic",
461501
+ physicalFamily: "BIZ UDGothic",
461502
+ verdict: "visual_only",
461503
+ faces: {
461504
+ regular: true,
461505
+ bold: true,
461506
+ italic: false,
461507
+ boldItalic: false
461508
+ },
461509
+ faceSources: {
461510
+ italic: {
461511
+ kind: "synthetic",
461512
+ from: "regular"
461513
+ },
461514
+ boldItalic: {
461515
+ kind: "synthetic",
461516
+ from: "bold"
461517
+ }
461518
+ },
461519
+ gates: {
461520
+ static: "pass",
461521
+ metric: "fail",
461522
+ layout: "not_run",
461523
+ ship: "fail"
461524
+ },
461525
+ policyAction: "category_fallback",
461526
+ measurementRefs: [
461527
+ "yu-gothic_regular__biz-udgothic#regular#w400#cjk_jp_text#analytic_advance#2026-06-10",
461528
+ "yu-gothic_bold__biz-udgothic#bold#w700#cjk_jp_text#analytic_advance#2026-06-10"
461529
+ ],
461530
+ exportRule: "preserve_original_name",
461531
+ advance: {
461532
+ basis: "cjk_jp_text",
461533
+ meanDelta: 0.0415,
461534
+ maxDelta: 0.4521
461535
+ },
461536
+ candidateLicense: "OFL-1.1",
461537
+ faceVerdicts: {
461538
+ regular: "visual_only",
461539
+ bold: "visual_only",
461540
+ italic: "visual_only",
461541
+ boldItalic: "visual_only"
461542
+ }
461543
+ },
460641
461544
  {
460642
461545
  evidenceId: "aptos-display",
460643
461546
  generic: "sans-serif",
@@ -460890,7 +461793,7 @@ var init_data = __esm(() => {
460890
461793
  ];
460891
461794
  });
460892
461795
 
460893
- // ../../node_modules/.pnpm/@docfonts+fallbacks@0.15.0/node_modules/@docfonts/fallbacks/dist/fallbacks.js
461796
+ // ../../node_modules/.pnpm/@docfonts+fallbacks@0.16.0/node_modules/@docfonts/fallbacks/dist/fallbacks.js
460894
461797
  function normalizeFamilyName2(name) {
460895
461798
  return name.trim().replace(/^['"]+|['"]+$/g, "").trim().toLowerCase();
460896
461799
  }
@@ -460984,7 +461887,7 @@ var init_fallbacks = __esm(() => {
460984
461887
  ]));
460985
461888
  });
460986
461889
 
460987
- // ../../node_modules/.pnpm/@docfonts+fallbacks@0.15.0/node_modules/@docfonts/fallbacks/dist/index.js
461890
+ // ../../node_modules/.pnpm/@docfonts+fallbacks@0.16.0/node_modules/@docfonts/fallbacks/dist/index.js
460988
461891
  var init_dist11 = __esm(() => {
460989
461892
  init_data();
460990
461893
  init_fallbacks();
@@ -461024,6 +461927,12 @@ var init_bundled_manifest = __esm(() => {
461024
461927
  { weight: "normal", style: "italic", file: "C059-Italic.woff2" },
461025
461928
  { weight: "bold", style: "italic", file: "C059-BdIta.woff2" }
461026
461929
  ]),
461930
+ familyWithFaces2("URW Gothic", "AGPL-3.0-only WITH PS-or-PDF-font-exception-20170817", [
461931
+ { weight: "normal", style: "normal", file: "URWGothic-Book.woff2" },
461932
+ { weight: "bold", style: "normal", file: "URWGothic-Demi.woff2" },
461933
+ { weight: "normal", style: "italic", file: "URWGothic-BookOblique.woff2" },
461934
+ { weight: "bold", style: "italic", file: "URWGothic-DemiOblique.woff2" }
461935
+ ]),
461027
461936
  familyWithFaces2("Bacasime Antique", "OFL-1.1", [
461028
461937
  { weight: "normal", style: "normal", file: "BacasimeAntique-Regular.woff2" }
461029
461938
  ]),
@@ -461041,6 +461950,10 @@ var init_bundled_manifest = __esm(() => {
461041
461950
  { weight: "bold", style: "normal", file: "ComicRelief-Bold.woff2" }
461042
461951
  ]),
461043
461952
  family2("Noto Sans", "NotoSans", "OFL-1.1"),
461953
+ familyWithFaces2("Selawik", "OFL-1.1", [
461954
+ { weight: "normal", style: "normal", file: "Selawik-Regular.woff2" },
461955
+ { weight: "bold", style: "normal", file: "Selawik-Bold.woff2" }
461956
+ ]),
461044
461957
  familyWithFaces2("Noto Sans Mono", "OFL-1.1", [
461045
461958
  { weight: "normal", style: "normal", file: "NotoSansMono-Regular.woff2" },
461046
461959
  { weight: "bold", style: "normal", file: "NotoSansMono-Bold.woff2" }
@@ -461715,11 +462628,13 @@ var init_registry2 = __esm(() => {
461715
462628
  });
461716
462629
 
461717
462630
  // ../../shared/font-system/src/font-offerings.ts
461718
- function classifyOffering2(policyAction, verdict, physicalFamily, bundled) {
462631
+ function classifyOffering2(logicalFamily, policyAction, verdict, physicalFamily, bundled) {
461719
462632
  if (policyAction === "preserve_only")
461720
462633
  return "preserve_only";
461721
462634
  if (policyAction === "customer_supplied" || physicalFamily == null)
461722
462635
  return "customer_supplied";
462636
+ if (bundled && SUPPORTED_ALIAS_FAMILIES2.has(logicalFamily))
462637
+ return "supported_alias";
461723
462638
  if (policyAction === "category_fallback")
461724
462639
  return "category_fallback";
461725
462640
  if (!bundled)
@@ -461733,7 +462648,7 @@ function deriveOfferings2() {
461733
462648
  logicalFamily: row2.logicalFamily,
461734
462649
  physicalFamily: row2.physicalFamily,
461735
462650
  generic: row2.generic,
461736
- offering: classifyOffering2(row2.policyAction, row2.verdict, row2.physicalFamily, bundled),
462651
+ offering: classifyOffering2(row2.logicalFamily, row2.policyAction, row2.verdict, row2.physicalFamily, bundled),
461737
462652
  bundled,
461738
462653
  verdict: row2.verdict,
461739
462654
  evidenceId: row2.evidenceId
@@ -461741,11 +462656,12 @@ function deriveOfferings2() {
461741
462656
  });
461742
462657
  return Object.freeze(offerings);
461743
462658
  }
461744
- var BUNDLED_FAMILIES2, ADVERTISED_BUILT_IN_TOOLBAR_FAMILIES2, FONT_OFFERINGS2;
462659
+ var BUNDLED_FAMILIES2, SUPPORTED_ALIAS_FAMILIES2, ADVERTISED_BUILT_IN_TOOLBAR_FAMILIES2, FONT_OFFERINGS2;
461745
462660
  var init_font_offerings = __esm(() => {
461746
462661
  init_bundled_manifest();
461747
462662
  init_substitution_evidence();
461748
462663
  BUNDLED_FAMILIES2 = new Set(BUNDLED_MANIFEST2.map((f2) => f2.family));
462664
+ SUPPORTED_ALIAS_FAMILIES2 = new Set(["Arial MT", "Courier", "Times"]);
461749
462665
  ADVERTISED_BUILT_IN_TOOLBAR_FAMILIES2 = new Set([
461750
462666
  "Arial Black",
461751
462667
  "Arial Narrow",
@@ -461753,12 +462669,14 @@ var init_font_offerings = __esm(() => {
461753
462669
  "Bookman Old Style",
461754
462670
  "Brush Script MT",
461755
462671
  "Century",
462672
+ "Century Gothic",
461756
462673
  "Cooper Black",
461757
462674
  "Comic Sans MS",
461758
462675
  "Garamond",
461759
462676
  "Georgia",
461760
462677
  "Gill Sans MT Condensed",
461761
462678
  "Lucida Console",
462679
+ "Segoe UI",
461762
462680
  "Tahoma",
461763
462681
  "Trebuchet MS",
461764
462682
  "Verdana"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/mcp",
3
- "version": "0.12.0-next.22",
3
+ "version": "0.12.0-next.24",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=20"