@j3m-quantum/ui 0.8.1 → 0.8.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -129,7 +129,6 @@ All of these are bundled and ready to use:
129
129
  - recharts (Charts)
130
130
  - react-day-picker + date-fns (Calendar)
131
131
  - embla-carousel-react (Carousel)
132
- - input-otp (OTP input)
133
132
  - react-resizable-panels (Resizable)
134
133
  - react-hook-form (Form handling)
135
134
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@j3m-quantum/ui",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "J3M UI Component Library - themed shadcn/ui components with design tokens",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -77,7 +77,6 @@
77
77
  "cmdk": "^1.0.0",
78
78
  "date-fns": "^4.0.0",
79
79
  "embla-carousel-react": "^8.0.0",
80
- "input-otp": "^1.0.0",
81
80
  "lucide-react": "^0.400.0",
82
81
  "react-day-picker": "^9.0.0",
83
82
  "react-hook-form": "^7.0.0",