@rarui/styles 3.1.0 → 3.2.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-10-07 `3.2.1`
6
+
7
+ #### 🐛 Bug fixes
8
+
9
+ - **Dropdown Item Text Decoration**: Added `textDecoration: "none"` to dropdown item styles to ensure consistent text rendering without underlines when used with anchor elements or text decoration inheritance. ([#142](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/142) by [@junior](https://git.rarolabs.com.br/junior))
10
+
11
+ ## 2025-09-29 `3.2.0`
12
+
13
+ #### 💡 Others
14
+
15
+ - **Dropdown Typography Enhancement**: Added `fontFamily.button` token to dropdown item styles for consistent button typography across all dropdown components. ([#141](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/141) by [@junior](https://git.rarolabs.com.br/junior))
16
+
5
17
  ## 2025-09-29 `3.1.0`
6
18
 
7
19
  #### 🎉 New features