@rarui/styles 1.28.0 → 1.28.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,20 @@
2
2
 
3
3
  RarUI Styles deprive all styles needed to build components.
4
4
 
5
+ ## 2024-06-12 `1.28.1`
6
+
7
+ #### 🐛 Bug fixes
8
+
9
+ - 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))
10
+
11
+ - 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))
12
+
13
+ #### 💡 Others
14
+
15
+ - 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))
16
+
17
+ - 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))
18
+
5
19
  ## 2024-06-12 `1.28.0`
6
20
 
7
21
  #### 🎉 New features
@@ -37,6 +51,12 @@ RarUI Styles deprive all styles needed to build components.
37
51
 
38
52
  - 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))
39
53
 
54
+ ## 2024-06-10 `1.24.1`
55
+
56
+ #### 🐛 Bug fixes
57
+
58
+ - 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))
59
+
40
60
  ## 2024-06-02 `1.24.0`
41
61
 
42
62
  #### 🎉 New features