@webmcpui/react 0.3.0 → 0.3.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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ Themed through the [design tokens](https://www.npmjs.com/package/@webmcpui/token
|
|
|
65
65
|
inline fallbacks; style them yourself via the CSS custom properties or the
|
|
66
66
|
`::part()` selectors each element exposes.
|
|
67
67
|
|
|
68
|
-
## Server rendering (Next.js,
|
|
68
|
+
## Server rendering (Next.js, React Router, …)
|
|
69
69
|
|
|
70
70
|
These are **client-rendered custom elements** — importing them evaluates
|
|
71
71
|
`class extends HTMLElement`, which has no meaning on the server. In an SSR/RSC
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webmcpui/react",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Idiomatic, typed React components for webmcpui — WebMCP-native, accessible, shadcn/Tailwind-aligned. Wraps @webmcpui/core.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Gary Pfaff (Pfaff Digital)",
|