@techrox/page-studio-renderer 1.0.0 → 1.0.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 +5 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# @techrox/page-studio-renderer
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@techrox/page-studio-renderer)
|
|
4
|
+
[](https://www.npmjs.com/package/@techrox/page-studio-renderer)
|
|
5
|
+
[](https://bundlephobia.com/package/@techrox/page-studio-renderer)
|
|
6
|
+
[](../../LICENSE)
|
|
7
|
+
|
|
3
8
|
Server-safe renderer for `@techrox/page-studio` Puck output.
|
|
4
9
|
|
|
5
10
|
Use this on public pages to display whatever your admin saved in the editor. Renders to clean HTML in SSR, so search engines + users see the content immediately — no hydration flash.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techrox/page-studio-renderer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "SSR-safe React renderer for displaying saved Puck JSON from @techrox/page-studio on a public page. Small footprint, no editor dependencies.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "techrox",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"@puckeditor/core": ">=0.21",
|
|
32
32
|
"react": ">=18",
|
|
33
33
|
"react-dom": ">=18",
|
|
34
|
-
"@techrox/page-studio-blocks": "1.
|
|
34
|
+
"@techrox/page-studio-blocks": "1.1.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@puckeditor/core": "^0.21.2",
|
|
38
38
|
"react": "^18.3.1",
|
|
39
39
|
"react-dom": "^18.3.1",
|
|
40
|
-
"@techrox/page-studio-blocks": "1.
|
|
40
|
+
"@techrox/page-studio-blocks": "1.1.1"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|