@rarui/styles 3.3.1 → 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,16 @@
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
+
5
15
  ## 2025-11-26 `3.3.1`
6
16
 
7
17
  #### 🐛 Bug fixes