@wacht/jsx 1.0.0-beta.43 → 1.0.0-beta.45
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/dist/index.cjs.js +766 -766
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4833 -4728
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Shared React components and hooks for building Wacht-powered product surfaces.
|
|
|
4
4
|
|
|
5
5
|
Use `@wacht/jsx` when you want the core Wacht React layer without committing to a framework adapter. If you are using Next.js, React Router, or TanStack Router, you will usually install the adapter package instead and import the same primitives from there.
|
|
6
6
|
|
|
7
|
-
- Docs: https://
|
|
7
|
+
- Docs: https://wacht.dev/docs
|
|
8
8
|
- npm: https://www.npmjs.com/package/@wacht/jsx
|
|
9
9
|
|
|
10
10
|
## What it includes
|