@rarui/styles 1.29.0-rc.1 → 1.29.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,13 +2,30 @@
2
2
 
3
3
  RarUI Styles deprive all styles needed to build components.
4
4
 
5
-
6
5
  ## 2024-06-18 `1.29.0`
7
6
 
8
7
  #### 🎉 New features
9
8
 
10
9
  - Added new style pack for `tabs` component. ([#58](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/58) by [@junior](https://git.rarolabs.com.br/junior))
11
10
 
11
+ #### 🐛 Bug fixes
12
+
13
+ - Adjusted overflow of chips within the `select` component. ([#58](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/58) by [@junior](https://git.rarolabs.com.br/junior))
14
+
15
+ ## 2024-06-12 `1.28.1`
16
+
17
+ #### 🐛 Bug fixes
18
+
19
+ - Added fixed height for `input` component on small, medium and large size. ([#53](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/53) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
20
+
21
+ - Fixed the hover color for solid variation on `button` component. ([#53](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/53) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
22
+
23
+ #### 💡 Others
24
+
25
+ - Added focus and pressed state on `button` component. ([#53](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/53) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
26
+
27
+ - Added transition for hover and pressed state on `iconButton` component. ([#53](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/53) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
28
+
12
29
  ## 2024-06-12 `1.28.0`
13
30
 
14
31
  #### 🎉 New features
@@ -44,6 +61,12 @@ RarUI Styles deprive all styles needed to build components.
44
61
 
45
62
  - Added new style pack for `accordion` component. ([#52](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/52) by [@junior](https://git.rarolabs.com.br/junior))
46
63
 
64
+ ## 2024-06-10 `1.24.1`
65
+
66
+ #### 🐛 Bug fixes
67
+
68
+ - Adjusting height for medium size and padding of the icon container for the `input` component on small, medium and large size. ([#52](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/52) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
69
+
47
70
  ## 2024-06-02 `1.24.0`
48
71
 
49
72
  #### 🎉 New features