@cyberbloxai/ui-kit 0.3.1 → 0.3.2

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/package.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "name": "@cyberbloxai/ui-kit",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Production-ready UI component library built on Radix UI + Tailwind CSS. Supports shadcn-style component installation.",
5
- "bin": "./src/cli.js",
5
+ "bin": {
6
+ "ui-kit": "./src/cli.js"
7
+ },
6
8
  "repository": {
7
9
  "type": "git",
8
10
  "url": "git+https://github.com/abhishekjohn1507/uni-kit-forge.git"
@@ -33,7 +33,7 @@ const Index = () => {
33
33
  const [copied, setCopied] = useState(false);
34
34
 
35
35
  const handleCopy = () => {
36
- navigator.clipboard.writeText("npx create-ui-kit@latest");
36
+ navigator.clipboard.writeText("npx @cyberbloxai/ui-kit init");
37
37
  setCopied(true);
38
38
  setTimeout(() => setCopied(false), 2000);
39
39
  };
@@ -61,7 +61,7 @@ const Index = () => {
61
61
  <div className="flex items-center gap-2">
62
62
  <Package className="h-6 w-6 text-primary" />
63
63
  <span className="font-bold text-lg text-foreground">CyberBlox UI</span>
64
- <span className="text-xs font-mono text-primary bg-primary/10 px-2 py-0.5 rounded-full">v0.3.0</span>
64
+ <span className="text-xs font-mono text-primary bg-primary/10 px-2 py-0.5 rounded-full">v0.3.2</span>
65
65
  </div>
66
66
  <div className="flex items-center gap-3">
67
67
  <Link to="/components">
@@ -110,7 +110,7 @@ const Index = () => {
110
110
  onClick={handleCopy}
111
111
  className="flex items-center gap-2 bg-muted/50 border border-border/60 rounded-lg px-4 py-2.5 font-mono text-sm text-muted-foreground hover:border-primary/30 hover:text-foreground transition-all"
112
112
  >
113
- <span>npx create-ui-kit@latest</span>
113
+ <span>npx @cyberbloxai/ui-kit init</span>
114
114
  {copied ? <Check className="h-4 w-4 text-success" /> : <Copy className="h-4 w-4" />}
115
115
  </button>
116
116
  </div>
@@ -206,7 +206,7 @@ const Index = () => {
206
206
  <div className="max-w-6xl mx-auto px-6 flex flex-col sm:flex-row items-center justify-between gap-4">
207
207
  <div className="flex items-center gap-2">
208
208
  <Package className="h-4 w-4 text-primary" />
209
- <span className="text-sm font-medium text-foreground">UIKit</span>
209
+ <span className="text-sm font-medium text-foreground">CyberBlox UI</span>
210
210
  <span className="text-xs text-muted-foreground">© 2026</span>
211
211
  </div>
212
212
  <div className="flex items-center gap-4 text-sm text-muted-foreground">