@json-render/shadcn 0.0.1 → 0.8.0

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @json-render/shadcn
2
2
 
3
- Pre-built [shadcn/ui](https://ui.shadcn.com/) components for json-render. Drop-in catalog definitions and React implementations for 30+ components built on Radix UI + Tailwind CSS.
3
+ Pre-built [shadcn/ui](https://ui.shadcn.com/) components for json-render. Drop-in catalog definitions and React implementations for 36 components built on Radix UI + Tailwind CSS.
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@json-render/shadcn",
3
- "version": "0.0.1",
3
+ "version": "0.8.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "shadcn/ui component library for @json-render/core. JSON becomes beautiful Tailwind-styled React components.",
6
6
  "keywords": [
@@ -55,8 +55,8 @@
55
55
  "radix-ui": "^1.4.3",
56
56
  "tailwind-merge": "^3.4.1",
57
57
  "vaul": "^1.1.2",
58
- "@json-render/core": "0.6.1",
59
- "@json-render/react": "0.6.1"
58
+ "@json-render/core": "0.8.0",
59
+ "@json-render/react": "0.8.0"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/react": "19.2.3",