@meowdown/react 0.49.0 → 0.50.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 (2) hide show
  1. package/dist/index.js +5 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1090,6 +1090,11 @@ function SlashMenu({ timeFormat = "12", onSlashMenuSearch, onFilePaste, onFileSa
1090
1090
  "data-testid": "slash-menu",
1091
1091
  children: [
1092
1092
  !inTableCell && /* @__PURE__ */ jsxs(Fragment$1, { children: [
1093
+ /* @__PURE__ */ jsx(SlashMenuItem, {
1094
+ label: "Text",
1095
+ keywords: ["paragraph", "plain"],
1096
+ onSelect: () => editor.commands.turnIntoText()
1097
+ }),
1093
1098
  /* @__PURE__ */ jsx(SlashMenuItem, {
1094
1099
  label: "Heading 1",
1095
1100
  kbd: "#",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meowdown/react",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.50.0",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "clsx": "^2.1.1",
27
27
  "lucide-react": "^1.24.0",
28
28
  "react-property": "^2.0.2",
29
- "@meowdown/core": "0.49.0"
29
+ "@meowdown/core": "0.50.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "react": "^19.0.0",