@milkdown/preset-commonmark 7.3.6 → 7.4.0

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 (83) hide show
  1. package/lib/__internal__/index.d.ts.map +1 -1
  2. package/lib/__internal__/serialize-text.d.ts.map +1 -1
  3. package/lib/__internal__/with-meta.d.ts.map +1 -1
  4. package/lib/composed/commands.d.ts.map +1 -1
  5. package/lib/composed/index.d.ts.map +1 -1
  6. package/lib/composed/inputrules.d.ts.map +1 -1
  7. package/lib/composed/keymap.d.ts.map +1 -1
  8. package/lib/composed/plugins.d.ts.map +1 -1
  9. package/lib/composed/schema.d.ts.map +1 -1
  10. package/lib/index.d.ts.map +1 -1
  11. package/lib/index.es.js +37 -37
  12. package/lib/index.es.js.map +1 -1
  13. package/lib/mark/emphasis.d.ts.map +1 -1
  14. package/lib/mark/index.d.ts.map +1 -1
  15. package/lib/mark/inline-code.d.ts.map +1 -1
  16. package/lib/mark/link.d.ts.map +1 -1
  17. package/lib/mark/strong.d.ts.map +1 -1
  18. package/lib/node/blockquote.d.ts.map +1 -1
  19. package/lib/node/bullet-list.d.ts.map +1 -1
  20. package/lib/node/code-block.d.ts.map +1 -1
  21. package/lib/node/doc.d.ts.map +1 -1
  22. package/lib/node/hardbreak.d.ts.map +1 -1
  23. package/lib/node/heading.d.ts.map +1 -1
  24. package/lib/node/hr.d.ts.map +1 -1
  25. package/lib/node/html.d.ts.map +1 -1
  26. package/lib/node/image.d.ts.map +1 -1
  27. package/lib/node/index.d.ts.map +1 -1
  28. package/lib/node/list-item.d.ts.map +1 -1
  29. package/lib/node/ordered-list.d.ts.map +1 -1
  30. package/lib/node/paragraph.d.ts.map +1 -1
  31. package/lib/node/text.d.ts.map +1 -1
  32. package/lib/plugin/hardbreak-clear-mark-plugin.d.ts.map +1 -1
  33. package/lib/plugin/hardbreak-filter-plugin.d.ts.map +1 -1
  34. package/lib/plugin/index.d.ts.map +1 -1
  35. package/lib/plugin/inline-nodes-cursor-plugin.d.ts.map +1 -1
  36. package/lib/plugin/remark-add-order-in-list-plugin.d.ts.map +1 -1
  37. package/lib/plugin/remark-html-transformer.d.ts.map +1 -1
  38. package/lib/plugin/remark-inline-link-plugin.d.ts.map +1 -1
  39. package/lib/plugin/remark-line-break.d.ts.map +1 -1
  40. package/lib/plugin/remark-marker-plugin.d.ts.map +1 -1
  41. package/lib/plugin/sync-heading-id-plugin.d.ts.map +1 -1
  42. package/lib/plugin/sync-list-order-plugin.d.ts.map +1 -1
  43. package/package.json +7 -7
  44. package/src/__internal__/index.ts +0 -1
  45. package/src/__internal__/serialize-text.ts +0 -1
  46. package/src/__internal__/with-meta.ts +0 -1
  47. package/src/composed/commands.ts +0 -1
  48. package/src/composed/index.ts +0 -1
  49. package/src/composed/inputrules.ts +0 -1
  50. package/src/composed/keymap.ts +0 -1
  51. package/src/composed/plugins.ts +0 -2
  52. package/src/composed/schema.ts +0 -2
  53. package/src/index.ts +0 -2
  54. package/src/mark/emphasis.ts +0 -1
  55. package/src/mark/index.ts +0 -1
  56. package/src/mark/inline-code.ts +0 -1
  57. package/src/mark/link.ts +0 -1
  58. package/src/mark/strong.ts +0 -1
  59. package/src/node/blockquote.ts +0 -1
  60. package/src/node/bullet-list.ts +0 -1
  61. package/src/node/code-block.ts +0 -1
  62. package/src/node/doc.ts +0 -1
  63. package/src/node/hardbreak.ts +0 -1
  64. package/src/node/heading.ts +0 -1
  65. package/src/node/hr.ts +0 -1
  66. package/src/node/html.ts +0 -1
  67. package/src/node/image.ts +0 -1
  68. package/src/node/index.ts +0 -2
  69. package/src/node/list-item.ts +2 -3
  70. package/src/node/ordered-list.ts +0 -1
  71. package/src/node/paragraph.ts +0 -1
  72. package/src/node/text.ts +0 -1
  73. package/src/plugin/hardbreak-clear-mark-plugin.ts +0 -1
  74. package/src/plugin/hardbreak-filter-plugin.ts +0 -1
  75. package/src/plugin/index.ts +0 -2
  76. package/src/plugin/inline-nodes-cursor-plugin.ts +0 -1
  77. package/src/plugin/remark-add-order-in-list-plugin.ts +0 -1
  78. package/src/plugin/remark-html-transformer.ts +0 -1
  79. package/src/plugin/remark-inline-link-plugin.ts +0 -1
  80. package/src/plugin/remark-line-break.ts +0 -1
  81. package/src/plugin/remark-marker-plugin.ts +0 -1
  82. package/src/plugin/sync-heading-id-plugin.ts +0 -1
  83. package/src/plugin/sync-list-order-plugin.ts +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/__internal__/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/__internal__/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"serialize-text.d.ts","sourceRoot":"","sources":["../../src/__internal__/serialize-text.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAC5D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAA;AAGjD,wBAAgB,aAAa,CAAC,KAAK,EAAE,eAAe,EAAE,IAAI,EAAE,IAAI,QAgB/D"}
1
+ {"version":3,"file":"serialize-text.d.ts","sourceRoot":"","sources":["../../src/__internal__/serialize-text.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAC5D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAA;AAGjD,wBAAgB,aAAa,CAAC,KAAK,EAAE,eAAe,EAAE,IAAI,EAAE,IAAI,QAgB/D"}
@@ -1 +1 @@
1
- {"version":3,"file":"with-meta.d.ts","sourceRoot":"","sources":["../../src/__internal__/with-meta.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAEzD,wBAAgB,QAAQ,CAAC,CAAC,SAAS,cAAc,EAAE,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,IAAI,EAAE,aAAa,CAAC,GAAG,CAAC,CAShH"}
1
+ {"version":3,"file":"with-meta.d.ts","sourceRoot":"","sources":["../../src/__internal__/with-meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAEzD,wBAAgB,QAAQ,CAAC,CAAC,SAAS,cAAc,EAAE,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,IAAI,EAAE,aAAa,CAAC,GAAG,CAAC,CAShH"}
@@ -1 +1 @@
1
- {"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../src/composed/commands.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAqBnD,eAAO,MAAM,QAAQ,EAAE,cAAc,EAyBpC,CAAA"}
1
+ {"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../src/composed/commands.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAqBnD,eAAO,MAAM,QAAQ,EAAE,cAAc,EAyBpC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/composed/index.ts"],"names":[],"mappings":"AACA,cAAc,UAAU,CAAA;AACxB,cAAc,cAAc,CAAA;AAC5B,cAAc,YAAY,CAAA;AAC1B,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/composed/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,cAAc,CAAA;AAC5B,cAAc,YAAY,CAAA;AAC1B,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"inputrules.d.ts","sourceRoot":"","sources":["../../src/composed/inputrules.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAKnD,eAAO,MAAM,UAAU,EAAE,cAAc,EAO/B,CAAA;AAGR,eAAO,MAAM,cAAc,EAAE,cAAc,EAK1C,CAAA"}
1
+ {"version":3,"file":"inputrules.d.ts","sourceRoot":"","sources":["../../src/composed/inputrules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAKnD,eAAO,MAAM,UAAU,EAAE,cAAc,EAO/B,CAAA;AAGR,eAAO,MAAM,cAAc,EAAE,cAAc,EAK1C,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"keymap.d.ts","sourceRoot":"","sources":["../../src/composed/keymap.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAKnD,eAAO,MAAM,MAAM,EAAE,cAAc,EAa3B,CAAA"}
1
+ {"version":3,"file":"keymap.d.ts","sourceRoot":"","sources":["../../src/composed/keymap.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAKnD,eAAO,MAAM,MAAM,EAAE,cAAc,EAa3B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"plugins.d.ts","sourceRoot":"","sources":["../../src/composed/plugins.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAgBnD,eAAO,MAAM,OAAO,EAAE,cAAc,EAe5B,CAAA"}
1
+ {"version":3,"file":"plugins.d.ts","sourceRoot":"","sources":["../../src/composed/plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAgBnD,eAAO,MAAM,OAAO,EAAE,cAAc,EAe5B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/composed/schema.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AA+BnD,eAAO,MAAM,MAAM,EAAE,cAAc,EAkD3B,CAAA"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/composed/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AA+BnD,eAAO,MAAM,MAAM,EAAE,cAAc,EAkD3B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAGnD,cAAc,QAAQ,CAAA;AACtB,cAAc,QAAQ,CAAA;AACtB,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAG1B,eAAO,MAAM,UAAU,EAAE,cAAc,EAA2E,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAGnD,cAAc,QAAQ,CAAA;AACtB,cAAc,QAAQ,CAAA;AACtB,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAG1B,eAAO,MAAM,UAAU,EAAE,cAAc,EAA2E,CAAA"}
package/lib/index.es.js CHANGED
@@ -303,17 +303,17 @@ const dt = c("UpdateLink", (t) => (e = {}) => (r, a) => {
303
303
  return !1;
304
304
  let o, s = -1;
305
305
  const { selection: l } = r, { from: i, to: d } = l;
306
- if (r.doc.nodesBetween(i, i === d ? d + 1 : d, (y, b) => {
307
- if (B.type(t).isInSet(y.marks))
308
- return o = y, s = b, !1;
306
+ if (r.doc.nodesBetween(i, i === d ? d + 1 : d, (k, b) => {
307
+ if (B.type(t).isInSet(k.marks))
308
+ return o = k, s = b, !1;
309
309
  }), !o)
310
310
  return !1;
311
- const m = o.marks.find(({ type: y }) => y === B.type(t));
311
+ const m = o.marks.find(({ type: k }) => k === B.type(t));
312
312
  if (!m)
313
313
  return !1;
314
- const p = s, k = s + o.nodeSize, { tr: g } = r, C = B.type(t).create({ ...m.attrs, ...e });
314
+ const p = s, y = s + o.nodeSize, { tr: g } = r, C = B.type(t).create({ ...m.attrs, ...e });
315
315
  return C ? (a(
316
- g.removeMark(p, k, m).addMark(p, k, C).setSelection(new X(g.selection.$anchor)).scrollIntoView()
316
+ g.removeMark(p, y, m).addMark(p, y, C).setSelection(new X(g.selection.$anchor)).scrollIntoView()
317
317
  ), !0) : !1;
318
318
  });
319
319
  n(dt, {
@@ -552,8 +552,8 @@ n(ge.shortcuts, {
552
552
  displayName: "Keymap<heading>",
553
553
  group: "Heading"
554
554
  });
555
- const ye = N("blockquote");
556
- n(ye, {
555
+ const ke = N("blockquote");
556
+ n(ke, {
557
557
  displayName: "Attr<blockquote>",
558
558
  group: "Blockquote"
559
559
  });
@@ -562,7 +562,7 @@ const q = I("blockquote", (t) => ({
562
562
  group: "block",
563
563
  defining: !0,
564
564
  parseDOM: [{ tag: "blockquote" }],
565
- toDOM: (e) => ["blockquote", t.get(ye.key)(e), 0],
565
+ toDOM: (e) => ["blockquote", t.get(ke.key)(e), 0],
566
566
  parseMarkdown: {
567
567
  match: ({ type: e }) => e === "blockquote",
568
568
  runner: (e, r, a) => {
@@ -589,8 +589,8 @@ n(ct, {
589
589
  displayName: "InputRule<wrapInBlockquoteInputRule>",
590
590
  group: "Blockquote"
591
591
  });
592
- const ke = c("WrapInBlockquote", (t) => () => J(q.type(t)));
593
- n(ke, {
592
+ const ye = c("WrapInBlockquote", (t) => () => J(q.type(t)));
593
+ n(ye, {
594
594
  displayName: "Command<wrapInBlockquoteCommand>",
595
595
  group: "Blockquote"
596
596
  });
@@ -599,7 +599,7 @@ const he = f("blockquoteKeymap", {
599
599
  shortcuts: "Mod-Shift-b",
600
600
  command: (t) => {
601
601
  const e = t.get(u);
602
- return () => e.call(ke.key);
602
+ return () => e.call(ye.key);
603
603
  }
604
604
  }
605
605
  });
@@ -788,14 +788,14 @@ n(gt, {
788
788
  displayName: "Command<insertImageCommand>",
789
789
  group: "Image"
790
790
  });
791
- const yt = c("UpdateImage", (t) => (e = {}) => (r, a) => {
791
+ const kt = c("UpdateImage", (t) => (e = {}) => (r, a) => {
792
792
  const o = Bt(r.selection, v.type(t));
793
793
  if (!o)
794
794
  return !1;
795
795
  const { node: s, pos: l } = o, i = { ...s.attrs }, { src: d, alt: m, title: p } = e;
796
796
  return d !== void 0 && (i.src = d), m !== void 0 && (i.alt = m), p !== void 0 && (i.title = p), a == null || a(r.tr.setNodeMarkup(l, void 0, i).scrollIntoView()), !0;
797
797
  });
798
- n(yt, {
798
+ n(kt, {
799
799
  displayName: "Command<updateImageCommand>",
800
800
  group: "Image"
801
801
  });
@@ -918,14 +918,14 @@ n(F.ctx, {
918
918
  displayName: "NodeSchemaCtx<hr>",
919
919
  group: "Hr"
920
920
  });
921
- const kt = h((t) => new et(
921
+ const yt = h((t) => new et(
922
922
  /^(?:---|___\s|\*\*\*\s)$/,
923
923
  (e, r, a, o) => {
924
924
  const { tr: s } = e;
925
925
  return r[0] && s.replaceWith(a - 1, o, F.type(t).create()), s;
926
926
  }
927
927
  ));
928
- n(kt, {
928
+ n(yt, {
929
929
  displayName: "InputRule<insertHrInputRule>",
930
930
  group: "Hr"
931
931
  });
@@ -1123,7 +1123,7 @@ n(ve, {
1123
1123
  });
1124
1124
  const M = I("list_item", (t) => ({
1125
1125
  group: "listItem",
1126
- content: "block+",
1126
+ content: "(paragraph|blockquote) block*",
1127
1127
  attrs: {
1128
1128
  label: {
1129
1129
  default: "•"
@@ -1144,7 +1144,7 @@ const M = I("list_item", (t) => ({
1144
1144
  throw A(e);
1145
1145
  return {
1146
1146
  label: e.dataset.label,
1147
- listType: e.dataset["list-type"],
1147
+ listType: e.dataset.listType,
1148
1148
  spread: e.dataset.spread
1149
1149
  };
1150
1150
  }
@@ -1329,7 +1329,7 @@ const qt = [
1329
1329
  H,
1330
1330
  Me,
1331
1331
  S,
1332
- ye,
1332
+ ke,
1333
1333
  q,
1334
1334
  fe,
1335
1335
  W,
@@ -1359,7 +1359,7 @@ const qt = [
1359
1359
  ft,
1360
1360
  Nt,
1361
1361
  ut,
1362
- kt,
1362
+ yt,
1363
1363
  pt
1364
1364
  ].flat(), Ft = [
1365
1365
  nt,
@@ -1368,14 +1368,14 @@ const qt = [
1368
1368
  st
1369
1369
  ], Vt = [
1370
1370
  me,
1371
- ke,
1371
+ ye,
1372
1372
  L,
1373
1373
  ue,
1374
1374
  Ne,
1375
1375
  be,
1376
1376
  ht,
1377
1377
  gt,
1378
- yt,
1378
+ kt,
1379
1379
  Be,
1380
1380
  Ae,
1381
1381
  Oe,
@@ -1462,8 +1462,8 @@ function zt(t, e) {
1462
1462
  if (m) {
1463
1463
  const p = r(m, i, a);
1464
1464
  if (p)
1465
- for (let k = 0, g = p.length; k < g; k++) {
1466
- const C = p[k];
1465
+ for (let y = 0, g = p.length; y < g; y++) {
1466
+ const C = p[y];
1467
1467
  C && l.push(C);
1468
1468
  }
1469
1469
  }
@@ -1567,8 +1567,8 @@ const Mt = _((t) => new P({
1567
1567
  if (s instanceof Tt) {
1568
1568
  let d = a.tr;
1569
1569
  const { from: m, to: p } = s;
1570
- return a.doc.nodesBetween(m, p, (k, g) => {
1571
- k.type === S.type(t) && (d = d.setNodeMarkup(g, S.type(t), void 0, []));
1570
+ return a.doc.nodesBetween(m, p, (y, g) => {
1571
+ y.type === S.type(t) && (d = d.setNodeMarkup(g, S.type(t), void 0, []));
1572
1572
  }), d;
1573
1573
  }
1574
1574
  }
@@ -1638,16 +1638,16 @@ const xt = _((t) => {
1638
1638
  const e = (r) => {
1639
1639
  if (r.composing || !r.editable)
1640
1640
  return;
1641
- const a = T.type(t), o = O.type(t), s = M.type(t), l = r.state, i = (p, k) => {
1641
+ const a = T.type(t), o = O.type(t), s = M.type(t), l = r.state, i = (p, y) => {
1642
1642
  let g = !1;
1643
- const C = `${k + 1}.`;
1643
+ const C = `${y + 1}.`;
1644
1644
  return p.label !== C && (p.label = C, g = !0), g;
1645
1645
  };
1646
1646
  let d = l.tr, m = !1;
1647
- l.doc.descendants((p, k, g, C) => {
1647
+ l.doc.descendants((p, y, g, C) => {
1648
1648
  if (p.type === o) {
1649
- const y = p.maybeChild(0);
1650
- (y == null ? void 0 : y.type) === s && y.attrs.listType === "ordered" && (m = !0, d.setNodeMarkup(k, a, { spread: "true" }), p.descendants((b, Ge, Qt, St) => {
1649
+ const k = p.maybeChild(0);
1650
+ (k == null ? void 0 : k.type) === s && k.attrs.listType === "ordered" && (m = !0, d.setNodeMarkup(y, a, { spread: "true" }), p.descendants((b, Ge, Qt, St) => {
1651
1651
  if (b.type === s) {
1652
1652
  const je = { ...b.attrs };
1653
1653
  i(je, St) && (d = d.setNodeMarkup(Ge, void 0, je));
@@ -1655,9 +1655,9 @@ const xt = _((t) => {
1655
1655
  return !1;
1656
1656
  }));
1657
1657
  } else if (p.type === s && (g == null ? void 0 : g.type) === a) {
1658
- const y = { ...p.attrs };
1658
+ const k = { ...p.attrs };
1659
1659
  let b = !1;
1660
- y.listType !== "ordered" && (y.listType = "ordered", b = !0), (g == null ? void 0 : g.maybeChild(0)) && (b = i(y, C)), b && (d = d.setNodeMarkup(k, void 0, y), m = !0);
1660
+ k.listType !== "ordered" && (k.listType = "ordered", b = !0), (g == null ? void 0 : g.maybeChild(0)) && (b = i(k, C)), b && (d = d.setNodeMarkup(y, void 0, k), m = !0);
1661
1661
  }
1662
1662
  }), m && r.dispatch(d.setMeta("addToHistory", !1));
1663
1663
  };
@@ -1688,7 +1688,7 @@ const Jt = [
1688
1688
  xt
1689
1689
  ].flat(), cr = [qt, Wt, Ft, Vt, Ut, Jt].flat();
1690
1690
  export {
1691
- ye as blockquoteAttr,
1691
+ ke as blockquoteAttr,
1692
1692
  he as blockquoteKeymap,
1693
1693
  q as blockquoteSchema,
1694
1694
  Se as bulletListAttr,
@@ -1732,7 +1732,7 @@ export {
1732
1732
  Wt as inputRules,
1733
1733
  be as insertHardbreakCommand,
1734
1734
  ht as insertHrCommand,
1735
- kt as insertHrInputRule,
1735
+ yt as insertHrInputRule,
1736
1736
  gt as insertImageCommand,
1737
1737
  Pt as insertImageInputRule,
1738
1738
  Ut as keymap,
@@ -1772,9 +1772,9 @@ export {
1772
1772
  ae as toggleStrongCommand,
1773
1773
  me as turnIntoTextCommand,
1774
1774
  Et as updateCodeBlockLanguageCommand,
1775
- yt as updateImageCommand,
1775
+ kt as updateImageCommand,
1776
1776
  dt as updateLinkCommand,
1777
- ke as wrapInBlockquoteCommand,
1777
+ ye as wrapInBlockquoteCommand,
1778
1778
  ct as wrapInBlockquoteInputRule,
1779
1779
  Ae as wrapInBulletListCommand,
1780
1780
  ft as wrapInBulletListInputRule,