@rarui/styles 1.30.4 → 1.30.5
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 +8 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +30 -3
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
RarUI Styles deprive all styles needed to build components.
|
|
4
4
|
|
|
5
|
+
## 2024-06-28 `1.30.5`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Adjusted `paddingLeft` to work with `level` property on SideNavigation Item ([#65](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/65) by [@jefferson.lima](https://git.rarolabs.com.br/jefferson.lima))
|
|
10
|
+
|
|
11
|
+
|
|
5
12
|
## 2024-06-27 `1.30.4`
|
|
6
13
|
|
|
7
14
|
#### 🐛 Bug fixes
|
|
@@ -18,6 +25,7 @@ RarUI Styles deprive all styles needed to build components.
|
|
|
18
25
|
- Removed color option `on-info-hover`. ( for light and dark theme[#64](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/64) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
|
|
19
26
|
- Removed color option `on-info-press`. ( for light and dark theme[#64](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/64) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
|
|
20
27
|
|
|
28
|
+
|
|
21
29
|
## 2024-06-26 `1.30.3`
|
|
22
30
|
|
|
23
31
|
#### 🐛 Bug fixes
|