@techrox/page-studio-form 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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # @techrox/page-studio-form
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@techrox/page-studio-form?color=0b60d8&label=npm)](https://www.npmjs.com/package/@techrox/page-studio-form)
4
+ [![downloads](https://img.shields.io/npm/dm/@techrox/page-studio-form?color=64748b&label=downloads)](https://www.npmjs.com/package/@techrox/page-studio-form)
5
+ [![size](https://img.shields.io/bundlephobia/minzip/@techrox/page-studio-form?color=64748b&label=minzip)](https://bundlephobia.com/package/@techrox/page-studio-form)
6
+ [![license](https://img.shields.io/badge/license-MIT-64748b)](../../LICENSE)
7
+
3
8
  Schema-driven structured-form page editor for admin CMS UIs. Companion to
4
9
  [`@techrox/page-studio`](../editor) (the Puck visual builder). Both packages
5
10
  edit the same page record; they differ in surface area:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techrox/page-studio-form",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Schema-driven structured-form page editor for React. Typed fields per page key, repeaters, TipTap rich text, live preview, revision history. Companion to @techrox/page-studio for content-shaped pages where layout is fixed.",
5
5
  "license": "MIT",
6
6
  "author": "techrox",