@rarui/styles 2.2.0-rc.3 → 2.2.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 CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  RarUI Styles deprive all styles needed to build components.
4
4
 
5
+ ## 2024-08-06 `2.2.0`
6
+
7
+ #### 🎉 New features
8
+
9
+ - 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))
10
+ - 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))
11
+
12
+ ## 2024-07-24 `2.1.2`
13
+
14
+ #### 🎉 New features
15
+
16
+ - 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))
17
+
18
+ #### 🐛 Bug fixes
19
+
20
+ - 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))
21
+
22
+ ## 2024-07-04 `2.1.1`
23
+
24
+ #### 💡 Others
25
+
26
+ - 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))
27
+
5
28
  ## 2024-07-04 `2.1.0`
6
29
 
7
30
  #### 🎉 New features