@rarui/styles 1.32.0-rc.3 → 1.32.0
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 +18 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +66 -4
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark.js +1 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
RarUI Styles deprive all styles needed to build components.
|
|
4
4
|
|
|
5
|
+
## 2024-07-04 `1.32.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Added new style pack for `textarea` component. ([#71](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/71) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
+
- Added new `full` property to the component `Status`. ([#71](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/71) by [@junior](https://git.rarolabs.com.br/junior))
|
|
11
|
+
|
|
12
|
+
## 2024-07-03 `1.31.1`
|
|
13
|
+
|
|
14
|
+
#### 🎉 New features
|
|
15
|
+
|
|
16
|
+
- 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))
|
|
17
|
+
|
|
18
|
+
#### 🐛 Bug fixes
|
|
19
|
+
|
|
20
|
+
- 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))
|
|
21
|
+
- 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))
|
|
22
|
+
|
|
5
23
|
## 2024-07-02 `1.31.0`
|
|
6
24
|
|
|
7
25
|
#### 🎉 New features
|