@measured/puck 0.19.0-canary.c33636f → 0.19.0-canary.c79f5db8
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 +2 -4
- package/dist/chunk-ZOHJNF5K.mjs +5427 -0
- package/dist/index.css +72 -55
- package/dist/index.d.mts +115 -117
- package/dist/index.d.ts +115 -117
- package/dist/index.js +2163 -1667
- package/dist/index.mjs +1892 -6441
- package/dist/{resolve-all-data-wwgDuTnC.d.mts → resolve-all-data-BFRAghCj.d.mts} +70 -12
- package/dist/{resolve-all-data-wwgDuTnC.d.ts → resolve-all-data-BFRAghCj.d.ts} +70 -12
- package/dist/rsc.css +339 -0
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.js +3912 -207
- package/dist/rsc.mjs +55 -54
- package/package.json +6 -5
- package/dist/chunk-T6VJEBJD.mjs +0 -272
package/README.md
CHANGED
@@ -3,9 +3,6 @@
|
|
3
3
|
The visual editor for React.
|
4
4
|
|
5
5
|
<p align="left">
|
6
|
-
<a aria-label="Measured logo" href="https://measured.co">
|
7
|
-
<img src="https://img.shields.io/badge/MADE%20BY%20Measured-000000.svg?style=for-the-badge&labelColor=000">
|
8
|
-
</a>
|
9
6
|
<a aria-label="NPM version" href="https://www.npmjs.com/package/@measured/puck">
|
10
7
|
<img alt="" src="https://img.shields.io/npm/v/@measured/puck.svg?style=for-the-badge&labelColor=000000">
|
11
8
|
</a>
|
@@ -95,6 +92,7 @@ Available recipes include:
|
|
95
92
|
|
96
93
|
- [**next**](https://github.com/measuredco/puck/tree/main/recipes/next): Next.js example, using App Router and static page generation
|
97
94
|
- [**remix**](https://github.com/measuredco/puck/tree/main/recipes/remix): Remix Run v2 example, using dynamic routes at root-level
|
95
|
+
- [**react-router**](https://github.com/measuredco/puck/tree/main/recipes/react-router): React Router v7 app example, using dynamic routes to create pages at any level
|
98
96
|
|
99
97
|
## Community
|
100
98
|
|
@@ -109,4 +107,4 @@ Or [book a discovery call](https://app.cal.com/chrisvxd/puck-enquiry/) for hands
|
|
109
107
|
|
110
108
|
## License
|
111
109
|
|
112
|
-
MIT © [
|
110
|
+
MIT © [The Puck Contributors](https://github.com/measuredco/puck/graphs/contributors)
|