@work-rjkashyap/unified-ui 0.2.4 → 0.3.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 (3) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/bin/cli.mjs +1635 -4
  3. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@work-rjkashyap/unified-ui",
3
- "version": "0.2.4",
3
+ "version": "0.3.0",
4
4
  "description": "A scalable, token-driven React design system with 75+ components, built with Tailwind CSS v4, Radix UI, and Framer Motion.",
5
5
  "author": "Rajeshwar Kashyap",
6
6
  "license": "MIT",
@@ -136,7 +136,8 @@
136
136
  "dev": "tsup --watch",
137
137
  "clean": "rm -rf dist",
138
138
  "typecheck": "tsc --noEmit",
139
- "prepublishOnly": "npm run clean && npm run build"
139
+ "prepublishOnly": "npm run clean && npm run build",
140
+ "postpublish": "node ../../scripts/postpublish.mjs"
140
141
  },
141
142
  "keywords": [
142
143
  "react",