@rarui/styles 1.27.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 +28 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +169 -21
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,32 @@
|
|
|
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
|
+
|
|
19
|
+
## 2024-06-12 `1.28.0`
|
|
20
|
+
|
|
21
|
+
#### 🎉 New features
|
|
22
|
+
|
|
23
|
+
- Added new style pack for `select` component. ( ([#57](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/57) by [@junior](https://git.rarolabs.com.br/junior))
|
|
24
|
+
- Added new style `border` variants for `input` component. ( ([#57](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/57) by [@junior](https://git.rarolabs.com.br/junior))
|
|
25
|
+
|
|
5
26
|
## 2024-06-11 `1.27.0`
|
|
6
27
|
|
|
7
28
|
#### 🎉 New features
|
|
8
29
|
|
|
9
|
-
- Added new style
|
|
30
|
+
- Added new style pack for `modal` component. ([#54](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/54) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
31
|
|
|
11
32
|
## 2024-06-10 `1.26.0`
|
|
12
33
|
|
|
@@ -30,6 +51,12 @@ RarUI Styles deprive all styles needed to build components.
|
|
|
30
51
|
|
|
31
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))
|
|
32
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
|
+
|
|
33
60
|
## 2024-06-02 `1.24.0`
|
|
34
61
|
|
|
35
62
|
#### 🎉 New features
|