@ceebee/ui 0.2.0 → 0.2.1

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 +1 -2
  2. package/package.json +1 -9
package/README.md CHANGED
@@ -25,7 +25,6 @@ from `@ceebee/ui/client`.
25
25
  ## Requirements
26
26
 
27
27
  - React and React DOM 19 or newer
28
- - `@base-ui/react` and `motion`
29
- - `lucide-react` and `embla-carousel-react` only when using components that need them
28
+ - `@base-ui/react`, `motion`, `lucide-react`, and `embla-carousel-react` as runtime peers
30
29
 
31
30
  Licensed under MIT.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceebee/ui",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Ceebee's design system: tokens, themed primitives, motion, and onboarding.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -46,14 +46,6 @@
46
46
  "react-dom": ">=19",
47
47
  "embla-carousel-react": "^8.6.0"
48
48
  },
49
- "peerDependenciesMeta": {
50
- "lucide-react": {
51
- "optional": true
52
- },
53
- "embla-carousel-react": {
54
- "optional": true
55
- }
56
- },
57
49
  "devDependencies": {
58
50
  "@base-ui/react": "^1.7.0",
59
51
  "@types/react": "^19.0.0",