@j3m-quantum/ui 0.7.4 → 0.7.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
@@ -4,20 +4,20 @@ J3M Quantum UI - A themed component library based on shadcn/ui with J3M design t
4
4
 
5
5
  ## Features
6
6
 
7
- - 🎨 **J3M Design Tokens** - Orange primary, neutral grays, pill-shaped buttons
8
- - 🌙 **Dark Mode** - Full dark theme support via `.dark` class
9
- - **Glass Mode** - Frosted glass effects via `.theme-glass` class
10
- - 📦 **55+ Components** - All shadcn/ui components with J3M styling
11
- - 🎯 **Zero Config** - Radix UI included, just install and use
12
- - 🎬 **Smooth Animations** - Powered by tw-animate-css
7
+ - **J3M Design Tokens** - Orange primary, neutral grays, pill-shaped buttons
8
+ - **Dark Mode** - Full dark theme support via `.dark` class
9
+ - **Glass Mode** - Frosted glass effects via `.theme-glass` class
10
+ - **55+ Components** - All shadcn/ui components with J3M styling
11
+ - **All-in-One** - Everything bundled, just install and use
12
+ - **Smooth Animations** - Powered by tw-animate-css
13
13
 
14
14
  ## Installation
15
15
 
16
16
  ```bash
17
- npm install @j3m-quantum/ui tw-animate-css lucide-react
17
+ npm install @j3m-quantum/ui tw-animate-css
18
18
  ```
19
19
 
20
- That's it! All Radix UI primitives are bundled with the package.
20
+ That's it! All dependencies (Radix UI, lucide-react, etc.) are bundled with the package.
21
21
 
22
22
  ## Quick Start
23
23
 
@@ -52,7 +52,7 @@ export default defineConfig({
52
52
  @import "@j3m-quantum/ui/styles"; /* J3M theme and tokens */
53
53
  ```
54
54
 
55
- > ⚠️ **Order matters!** Import `tw-animate-css` before `@j3m-quantum/ui/styles` to ensure animations work correctly on Dialog, Sheet, Select, Popover, and other overlay components.
55
+ **Order matters!** Import `tw-animate-css` before `@j3m-quantum/ui/styles` to ensure animations work correctly on Dialog, Sheet, Select, Popover, and other overlay components.
56
56
 
57
57
  ### 4. Use Components
58
58
 
@@ -117,21 +117,21 @@ Combine with dark mode:
117
117
  | `--destructive` | #FB3748 | #D00416 |
118
118
  | `--radius` | 12px | 12px |
119
119
 
120
- ## Optional Dependencies
121
-
122
- Some components require additional dependencies (installed only if you use them):
123
-
124
- | Component | Dependency | Install |
125
- |-----------|------------|---------|
126
- | Calendar | react-day-picker, date-fns | `npm add react-day-picker date-fns` |
127
- | Carousel | embla-carousel-react | `npm add embla-carousel-react` |
128
- | Chart | recharts | `npm add recharts` |
129
- | Command | cmdk | `npm add cmdk` |
130
- | Drawer | vaul | `npm add vaul` |
131
- | Form | react-hook-form | `npm add react-hook-form` |
132
- | InputOTP | input-otp | `npm add input-otp` |
133
- | Resizable | react-resizable-panels | `npm add react-resizable-panels` |
134
- | Sonner | sonner | `npm add sonner` |
120
+ ## Included Dependencies
121
+
122
+ All of these are bundled and ready to use:
123
+
124
+ - All Radix UI primitives
125
+ - lucide-react (icons)
126
+ - cmdk (Command palette)
127
+ - vaul (Drawer)
128
+ - sonner (Toast notifications)
129
+ - recharts (Charts)
130
+ - react-day-picker + date-fns (Calendar)
131
+ - embla-carousel-react (Carousel)
132
+ - input-otp (OTP input)
133
+ - react-resizable-panels (Resizable)
134
+ - react-hook-form (Form handling)
135
135
 
136
136
  ## Exports
137
137
 
package/dist/index.cjs CHANGED
@@ -2670,7 +2670,7 @@ function Progress({
2670
2670
  {
2671
2671
  "data-slot": "progress",
2672
2672
  className: cn(
2673
- "bg-muted relative h-2 w-full overflow-hidden rounded-full",
2673
+ "bg-primary/20 relative h-2 w-full overflow-hidden rounded-full",
2674
2674
  className
2675
2675
  ),
2676
2676
  ...props,