@rebasepro/ui 0.16.1-canary.gef08a6e → 0.17.0

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,7 @@ pnpm add @rebasepro/ui
15
15
 
16
16
  ## What This Package Does
17
17
 
18
- `@rebasepro/ui` provides all the shared UI primitives used across Rebase packages (`@rebasepro/studio`, `@rebasepro/admin`, etc.). It wraps Radix UI components with Rebase's design tokens and Tailwind styling, and re-exports lucide-react icons so other packages don't need direct icon dependencies.
18
+ `@rebasepro/ui` provides all the shared UI primitives used across Rebase packages (`@rebasepro/studio`, `@rebasepro/cms`, etc.). It wraps Radix UI components with Rebase's design tokens and Tailwind styling, and re-exports lucide-react icons so other packages don't need direct icon dependencies.
19
19
 
20
20
  Import the stylesheet in your app:
21
21
 
@@ -140,5 +140,5 @@ function MyForm() {
140
140
  ## Related Packages
141
141
 
142
142
  - `@rebasepro/studio` — Dev tools layer (depends on this package)
143
- - `@rebasepro/admin` — CMS layer (depends on this package)
143
+ - `@rebasepro/cms` — CMS layer (depends on this package)
144
144
  - `@rebasepro/app` — Core framework (uses this for shared UI)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rebasepro/ui",
3
3
  "type": "module",
4
- "version": "0.16.1-canary.gef08a6e",
4
+ "version": "0.17.0",
5
5
  "description": "Rebase design system — React components and design tokens built on Radix UI, Tailwind CSS and lucide-react",
6
6
  "funding": {
7
7
  "url": "https://github.com/sponsors/rebaseco"