@rarui/styles 2.7.0 → 3.0.0-rc.2

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,18 @@
2
2
 
3
3
  RarUI Styles deprive all styles needed to build components.
4
4
 
5
+ ## 2025-09-26 `3.1.0`
6
+
7
+ #### 🎉 New features
8
+
9
+ - **Enhanced Input component readonly styling**: Added visual feedback for readonly inputs with disabled styling (background, border, and text colors) to clearly indicate non-editable state. Includes proper styling for input container and leading elements when readonly. ([#XXX](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/XXX) by [@junior](https://git.rarolabs.com.br/junior))
10
+
11
+ ## 2025-09-25 `3.0.0`
12
+
13
+ #### 🛠 Breaking changes
14
+
15
+ - **Removed @AddSprinkleAttributes decorator**: Deprecated and removed the `@AddSprinkleAttributes` decorator from the styles package. This functionality has been replaced by the new `SprinkleAttributesMixin` in the web-components package, providing better performance, cleaner implementation, and improved maintainability. Migration required: replace decorator usage with the new mixin approach. ([#139](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/139) by [@junior](https://git.rarolabs.com.br/junior))
16
+
5
17
  ## 2025-08-27 `2.7.0`
6
18
 
7
19
  #### 🎉 New features