@meowdown/react 0.64.1 → 0.64.3

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 +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -736,7 +736,7 @@ function LinkMenu({ onLinkClick, onLinkCopy }) {
736
736
  });
737
737
  if (hoverOpen && hover) {
738
738
  const link = hover;
739
- const editable = link.label != null && link.dest != null;
739
+ const editable = link.form === "inline";
740
740
  return /* @__PURE__ */ jsx(LinkPopover, {
741
741
  anchor,
742
742
  onClose: closeHover,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meowdown/react",
3
3
  "type": "module",
4
- "version": "0.64.1",
4
+ "version": "0.64.3",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,7 +21,7 @@
21
21
  "./dist/**/*.css"
22
22
  ],
23
23
  "dependencies": {
24
- "@base-ui/react": "^1.6.0",
24
+ "@base-ui/react": "^1.7.0",
25
25
  "@ocavue/utils": "^1.7.0",
26
26
  "@prosekit/core": "^0.13.0-beta.7",
27
27
  "@prosekit/pm": "^0.1.19-beta.4",
@@ -31,7 +31,7 @@
31
31
  "github-slugger": "^2.0.0",
32
32
  "lucide-react": "^1.28.0",
33
33
  "react-property": "^2.0.2",
34
- "@meowdown/core": "0.64.1"
34
+ "@meowdown/core": "0.64.3"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": "^19.0.0",