@j3m-quantum/ui 2.1.5 → 2.1.7

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 CHANGED
@@ -283,7 +283,7 @@ Button, ButtonGroup, Input, InputGroup, Textarea, Checkbox, RadioGroup, Switch,
283
283
  Card, Table, Badge, Avatar, UserAvatarsDropdown, Separator, Skeleton, Accordion, Tabs, Calendar, EventCalendar, Carousel, Chart, AspectRatio, Empty, Item, Kbd
284
284
 
285
285
  ### Feedback
286
- Alert, AlertDialog, Progress, Tooltip, Sonner (Toast), Spinner
286
+ Alert, AlertDialog, Progress, CircularProgress, Tooltip, Sonner (Toast), Spinner
287
287
 
288
288
  ### Navigation
289
289
  Breadcrumb, Pagination, Command, SearchTrigger, DropdownMenu, Menubar, NavigationMenu, ContextMenu
@@ -546,6 +546,15 @@ Make sure to add `glass-context` class to Cards containing interactive component
546
546
 
547
547
  The package includes a CLI to help with setup and discovery.
548
548
 
549
+ ```bash
550
+ # Via npx (recommended)
551
+ npx @j3m-quantum/ui <command>
552
+
553
+ # Or if installed globally
554
+ npm install -g @j3m-quantum/ui
555
+ j3m-ui <command>
556
+ ```
557
+
549
558
  ### Initialize AI Assistance (Recommended)
550
559
 
551
560
  Run this after installing to set up Cursor/AI assistant rules:
package/dist/cli/index.js CHANGED
@@ -828,6 +828,7 @@ var HELP = `
828
828
 
829
829
  Usage:
830
830
  npx @j3m-quantum/ui <command>
831
+ j3m-ui <command> (if installed globally)
831
832
 
832
833
  Commands:
833
834
  init Set up cursor rules for AI assistance
@@ -48,5 +48,9 @@ import {
48
48
  npx @j3m-quantum/ui list - List all 60+ components
49
49
  npx @j3m-quantum/ui doctor - Check if setup is correct
50
50
 
51
+ \u{1F4A1} Tip: Install globally for shorter commands:
52
+ npm install -g @j3m-quantum/ui
53
+ j3m-ui init | j3m-ui list | j3m-ui doctor
54
+
51
55
  `);
52
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@j3m-quantum/ui",
3
- "version": "2.1.5",
3
+ "version": "2.1.7",
4
4
  "private": false,
5
5
  "description": "J3M UI Component Library - React components with J3M design tokens",
6
6
  "type": "module",
@@ -8,8 +8,7 @@
8
8
  "module": "./dist/index.js",
9
9
  "types": "./dist/index.d.ts",
10
10
  "bin": {
11
- "@j3m-quantum/ui": "./dist/cli/index.js",
12
- "j3m-quantum-ui": "./dist/cli/index.js"
11
+ "j3m-ui": "dist/cli/index.js"
13
12
  },
14
13
  "exports": {
15
14
  ".": {