@rarui/styles 2.2.0-rc.3 → 2.2.1-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 +29 -0
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/styles.css +1 -1
- package/dist/esm/themes/dark.css +1 -1
- package/dist/esm/themes/dark.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +46 -30
- 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 +16 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,35 @@
|
|
|
2
2
|
|
|
3
3
|
RarUI Styles deprive all styles needed to build components.
|
|
4
4
|
|
|
5
|
+
## 2024-08-26 `2.2.1`
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug fixes
|
|
8
|
+
|
|
9
|
+
- Added styles for days disabled to the Datepicker package. ([#99](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/99) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
+
|
|
11
|
+
## 2024-08-06 `2.2.0`
|
|
12
|
+
|
|
13
|
+
#### 🎉 New features
|
|
14
|
+
|
|
15
|
+
- Added new disturbance in the `Module` format to the styles package. ([#87](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/87) by [@junior](https://git.rarolabs.com.br/junior))
|
|
16
|
+
- Added new `Capture CSSProperties` Utilitario to be used on web components in order to capture component props CSS. ([#87](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/87) by [@junior](https://git.rarolabs.com.br/junior))
|
|
17
|
+
|
|
18
|
+
## 2024-07-24 `2.1.2`
|
|
19
|
+
|
|
20
|
+
#### 🎉 New features
|
|
21
|
+
|
|
22
|
+
- Added `width` property with responsivness to `Toast` component. ([#82](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/82) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
|
|
23
|
+
|
|
24
|
+
#### 🐛 Bug fixes
|
|
25
|
+
|
|
26
|
+
- Fixed the z-index value of `Toast` component to be on top of everything. ([#82](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/82) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
|
|
27
|
+
|
|
28
|
+
## 2024-07-04 `2.1.1`
|
|
29
|
+
|
|
30
|
+
#### 💡 Others
|
|
31
|
+
|
|
32
|
+
- Removed arrows from `Input` Component with `type="number"` ([#83](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/83) by [@jefferson.lima](https://git.rarolabs.com.br/jefferson.lima))
|
|
33
|
+
|
|
5
34
|
## 2024-07-04 `2.1.0`
|
|
6
35
|
|
|
7
36
|
#### 🎉 New features
|