@measured/puck 0.19.0-canary.de23f9d → 0.19.0-canary.e52d3b85
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 -0
- 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 +5 -4
- package/dist/chunk-T6VJEBJD.mjs +0 -272
package/README.md
CHANGED
@@ -95,6 +95,7 @@ Available recipes include:
|
|
95
95
|
|
96
96
|
- [**next**](https://github.com/measuredco/puck/tree/main/recipes/next): Next.js example, using App Router and static page generation
|
97
97
|
- [**remix**](https://github.com/measuredco/puck/tree/main/recipes/remix): Remix Run v2 example, using dynamic routes at root-level
|
98
|
+
- [**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
99
|
|
99
100
|
## Community
|
100
101
|
|