@rarui/styles 1.31.0-rc.8 → 1.31.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 +32 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +136 -25
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark.css +1 -1
- package/dist/themes/dark.js +1 -1
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,38 @@
|
|
|
2
2
|
|
|
3
3
|
RarUI Styles deprive all styles needed to build components.
|
|
4
4
|
|
|
5
|
+
## 2024-07-03 `1.31.1`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Added new `checked` and `unchecked` containers for the icons of the `Toggle` component. ([#70](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/70) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
|
|
10
|
+
|
|
11
|
+
#### 🐛 Bug fixes
|
|
12
|
+
|
|
13
|
+
- Fixed spacements and colors of the `Toggle` component. ([#70](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/70) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
|
|
14
|
+
- Removed the `icon` style and all its related states of the `Toggle` component. ([#70](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/70) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
|
|
15
|
+
|
|
16
|
+
## 2024-07-02 `1.31.0`
|
|
17
|
+
|
|
18
|
+
#### 🎉 New features
|
|
19
|
+
|
|
20
|
+
- Added new `borderTopLeftRadius`, `borderTopRightRadius`, `borderBottomLeftRadius` and `borderBottomRightRadius` properties to the component `Box`. ([#66](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/66) by [@junior](https://git.rarolabs.com.br/junior))
|
|
21
|
+
- Added new `backgroundColor` property to the component `Progress`. ([#66](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/66) by [@junior](https://git.rarolabs.com.br/junior))
|
|
22
|
+
- Added new `zIndex` property to the component `Select`. ([#66](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/66) by [@junior](https://git.rarolabs.com.br/junior))
|
|
23
|
+
- Added new `zIndex` property to the component `Dropdown`. ([#66](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/66) by [@junior](https://git.rarolabs.com.br/junior))
|
|
24
|
+
|
|
25
|
+
## 2024-07-01 `1.30.7`
|
|
26
|
+
|
|
27
|
+
#### 🐛 Bug fixes
|
|
28
|
+
|
|
29
|
+
- Replaced fontFamily option `base` to `body`, `heading` and `button`. ([#69](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/69) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
|
|
30
|
+
|
|
31
|
+
## 2024-06-28 `1.30.6`
|
|
32
|
+
|
|
33
|
+
#### 🐛 Bug fixes
|
|
34
|
+
|
|
35
|
+
- Adjusted `max-height` on SideNavigation `open` ([#67](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/67) by [@jefferson.lima](https://git.rarolabs.com.br/jefferson.lima))
|
|
36
|
+
|
|
5
37
|
## 2024-06-28 `1.30.5`
|
|
6
38
|
|
|
7
39
|
#### 🎉 New features
|