@rarui/styles 1.30.1-rc.3 → 1.30.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 +15 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +9 -1
- 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,21 @@
|
|
|
2
2
|
|
|
3
3
|
RarUI Styles deprive all styles needed to build components.
|
|
4
4
|
|
|
5
|
+
## 2024-06-25 `1.30.1`
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug fixes
|
|
8
|
+
|
|
9
|
+
- Adjusted colors of the disabled state of the `Select` component. ([#62](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/62) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
+
- Adjusted the height of the component `Select`. ([#62](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/62) by [@junior](https://git.rarolabs.com.br/junior))
|
|
11
|
+
- Adjusted colors of the disabled state of the `Input` component. ([#62](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/62) by [@junior](https://git.rarolabs.com.br/junior))
|
|
12
|
+
- Adjusted the height of the component `Input`. ([#62](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/62) by [@junior](https://git.rarolabs.com.br/junior))
|
|
13
|
+
|
|
14
|
+
#### 🎉 New features
|
|
15
|
+
|
|
16
|
+
- Added `textTransform` and `textDecoration` properties to the Component `Title`. ([#62](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/62) by [@junior](https://git.rarolabs.com.br/junior))
|
|
17
|
+
- Added `width`, `textOverflow`, `textTransform`, `whiteSpace`, `overflow`, and `textDecoration` properties to the Component `Text`. ([#62](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/62) by [@junior](https://git.rarolabs.com.br/junior))
|
|
18
|
+
- Added `textTransform` and `textOverflow` properties to the Component `Chip`. ([#62](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/62) by [@junior](https://git.rarolabs.com.br/junior))
|
|
19
|
+
|
|
5
20
|
## 2024-06-21 `1.30.0`
|
|
6
21
|
|
|
7
22
|
#### 🎉 New features
|