@rarui/styles 3.3.0 → 3.4.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  RarUI Styles deprive all styles needed to build components.
4
4
 
5
+ ## 2026-01-19 `3.4.0`
6
+
7
+ #### 🎉 New features
8
+
9
+ - **Status Component minWidth Property**: Added `minWidth` responsive property to Status component for better layout control. Property is available through the sprinkle system allowing responsive width constraints. ([#151](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/151) by [@junior](https://git.rarolabs.com.br/junior))
10
+
11
+ #### 🐛 Bug fixes
12
+
13
+ - **RadioButton Shape Preservation**: Fixed RadioButton component deformation when label text becomes too large. Added `minWidth` and `minHeight` constraints to both small (1.25rem) and large (1.5rem) size variants, ensuring the radio button maintains its circular shape regardless of label length. ([#151](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/151) by [@junior](https://git.rarolabs.com.br/junior))
14
+
15
+ ## 2025-11-26 `3.3.1`
16
+
17
+ #### 🐛 Bug fixes
18
+
19
+ - **Checkbox Readonly State Styling**: Fixed Checkbox component readonly state to prevent focus ring and hover effects. Added `:read-only` pseudo-class with `cursor: default` and `pointerEvents: none`, changed `:focus-within` to `:focus-within:not(:read-only)` to exclude readonly state from focus ring, and updated hover overlay selector to exclude readonly checkboxes using `:not(:has(checkbox:read-only))`. ([#150](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/150) by [@junior](https://git.rarolabs.com.br/junior))
20
+
5
21
  ## 2025-11-25 `3.3.0`
6
22
 
7
23
  #### 🎉 New features