@halo-dev/richtext-editor 0.0.0-alpha.20 → 0.0.0-alpha.22

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.
@@ -29186,7 +29186,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
29186
29186
  createElementVNode("span", _hoisted_3$_, toDisplayString$1(unref(i18n).global.t(item.title)), 1)
29187
29187
  ], 10, _hoisted_2$$);
29188
29188
  }), 128)) : (openBlock(), createElementBlock("div", _hoisted_4$1, [
29189
- createElementVNode("span", null, toDisplayString$1(unref(i18n).global.t("core.extensions.commands_menu.no_results")), 1)
29189
+ createElementVNode("span", null, toDisplayString$1(unref(i18n).global.t("editor.extensions.commands_menu.no_results")), 1)
29190
29190
  ]))
29191
29191
  ]);
29192
29192
  };
@@ -29435,7 +29435,7 @@ function render$H(_ctx, _cache) {
29435
29435
  const MdiMusicCircleOutline = { name: "mdi-music-circle-outline", render: render$H };
29436
29436
  const CommentParagraph = {
29437
29437
  icon: markRaw(MdiFormatParagraph),
29438
- title: "editor.common.paragraph",
29438
+ title: "editor.common.heading.paragraph",
29439
29439
  keywords: ["paragraph", "text", "putongwenben"],
29440
29440
  command: ({ editor, range }) => {
29441
29441
  editor.chain().focus().deleteRange(range).setParagraph().run();