@meowdown/react 0.21.0 → 0.21.1

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 +4 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1012,7 +1012,7 @@ function WikilinkChip(props) {
1012
1012
  const { target, display, onWikilinkClick, children } = props;
1013
1013
  return /* @__PURE__ */ jsxs("span", {
1014
1014
  className: "md-wikilink-view",
1015
- children: [/* @__PURE__ */ jsx("span", { children }), /* @__PURE__ */ jsx("span", {
1015
+ children: [/* @__PURE__ */ jsx("span", {
1016
1016
  className: "md-wikilink-label",
1017
1017
  "data-testid": "wikilink",
1018
1018
  contentEditable: false,
@@ -1021,6 +1021,9 @@ function WikilinkChip(props) {
1021
1021
  event: event.nativeEvent
1022
1022
  }) : void 0,
1023
1023
  children: display || target
1024
+ }), /* @__PURE__ */ jsx("span", {
1025
+ className: "md-wikilink-view-content",
1026
+ children
1024
1027
  })]
1025
1028
  });
1026
1029
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meowdown/react",
3
3
  "type": "module",
4
- "version": "0.21.0",
4
+ "version": "0.21.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -27,10 +27,10 @@
27
27
  "@ocavue/utils": "^1.7.0",
28
28
  "@prosekit/core": "^0.13.0-beta.3",
29
29
  "@prosekit/pm": "^0.1.19-beta.0",
30
- "@prosekit/react": "^0.8.0-beta.10",
30
+ "@prosekit/react": "^0.8.0-beta.11",
31
31
  "clsx": "^2.1.1",
32
32
  "lucide-react": "^1.21.0",
33
- "@meowdown/core": "0.21.0"
33
+ "@meowdown/core": "0.21.1"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": "^19.0.0",