@rarui/styles 3.3.0 → 3.3.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  RarUI Styles deprive all styles needed to build components.
4
4
 
5
+ ## 2025-11-26 `3.3.1`
6
+
7
+ #### 🐛 Bug fixes
8
+
9
+ - **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))
10
+
5
11
  ## 2025-11-25 `3.3.0`
6
12
 
7
13
  #### 🎉 New features