@rarui/styles 3.2.3 → 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,18 @@
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
+
11
+ ## 2025-11-25 `3.3.0`
12
+
13
+ #### 🎉 New features
14
+
15
+ - **Banner Tonal Variant**: Added `tonal` variant to Banner component enabling subdued color variants for all appearance types. When enabled, uses softer, less vibrant versions of appearance colors (brand-subdued, success-subdued, error-subdued, etc.) for a more subtle presentation. Includes comprehensive compound variants for all appearance states (brand, success, info, neutral, inverted, warning, error). ([#149](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/149) by [@junior](https://git.rarolabs.com.br/junior))
16
+
5
17
  ## 2025-11-14 `3.2.3`
6
18
 
7
19
  #### 🎉 New features