File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ - [ 2025-12-09] [ Trigger release] ( https://github.com/RubricLab/ui/commit/af8c880e94f9cd3ef05450dd1e3e10b2493b5417 )
12- [ 2025-12-08] [ Apply default border color to inputs] ( https://github.com/RubricLab/ui/commit/a9ed3f31c1f4de1bfb32376aa3aa1c1a1b9f1bf6 )
23- [ 2025-12-06] [ Update docs] ( https://github.com/RubricLab/ui/commit/f4223f72d0351c410101f557a41c2c7693ea7e6b )
34- [ 2025-11-19] [ Add optional classNames to all components for developer convenience without adding classNames to zod schemas] ( https://github.com/RubricLab/fabric-ui/commit/b1f4809712893d5a03c39237890396a77ac894f8 )
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ Recommended setup with Tailwind v4 (`@theme inline`) in your `./globals.css`:
122122 --destructive : oklch(62.72% 0.233 29.22 );
123123 --muted : oklch(98.27% 0.001 95.47 );
124124 --muted-foreground : oklch(13.68% 0.034 0.09 );
125- --radius : 8 px ;
125+ --radius : 0.5 rem ;
126126 /* Optional but recommended */
127127 --accent-foreground : #111111 ;
128128}
@@ -138,7 +138,7 @@ Recommended setup with Tailwind v4 (`@theme inline`) in your `./globals.css`:
138138 --destructive : oklch(62.72% 0.233 29.22 );
139139 --muted : oklch(15.48% 0.006 89.58 );
140140 --muted-foreground : oklch(86.68% 0.017 261.56 );
141- --radius : 8 px ;
141+ --radius : 0.5 rem ;
142142 /* Optional but recommended */
143143 --accent-foreground : #fafafa ;
144144 }
Original file line number Diff line number Diff line change 5353 "post-commit" : " bun x @rubriclab/package post-commit"
5454 },
5555 "types" : " ./src/index.ts" ,
56- "version" : " 5.1.46 "
56+ "version" : " 5.1.47 "
5757}
You can’t perform that action at this time.
0 commit comments