@rarui/styles 1.28.1 → 1.29.0-rc.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 +5 -18
- package/dist/index.css +1 -1
- package/dist/index.d.ts +130 -70
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark.js +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,26 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
RarUI Styles deprive all styles needed to build components.
|
|
4
4
|
|
|
5
|
-
## 2024-06-12 `1.28.1`
|
|
6
5
|
|
|
7
|
-
|
|
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
|
|
6
|
+
## 2024-06-18 `1.29.0`
|
|
14
7
|
|
|
15
|
-
|
|
8
|
+
#### 🎉 New features
|
|
16
9
|
|
|
17
|
-
- Added
|
|
10
|
+
- 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))
|
|
18
11
|
|
|
19
12
|
## 2024-06-12 `1.28.0`
|
|
20
13
|
|
|
21
14
|
#### 🎉 New features
|
|
22
15
|
|
|
23
|
-
- Added new style pack for `select` component. (
|
|
24
|
-
- Added new style `border` variants for `input` component. (
|
|
16
|
+
- 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))
|
|
17
|
+
- 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
18
|
|
|
26
19
|
## 2024-06-11 `1.27.0`
|
|
27
20
|
|
|
@@ -51,12 +44,6 @@ RarUI Styles deprive all styles needed to build components.
|
|
|
51
44
|
|
|
52
45
|
- 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))
|
|
53
46
|
|
|
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
|
-
|
|
60
47
|
## 2024-06-02 `1.24.0`
|
|
61
48
|
|
|
62
49
|
#### 🎉 New features
|