@rarui/styles 3.2.1 → 3.2.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,16 @@
2
2
 
3
3
  RarUI Styles deprive all styles needed to build components.
4
4
 
5
+ ## 2025-10-16 `3.2.2`
6
+
7
+ #### 🎉 New features
8
+
9
+ - **Banner Success Appearance**: Added new `success` appearance variant to Banner component with appropriate success colors (surface.success background and content.on-brand text). ([#144](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/144) by [@junior](https://git.rarolabs.com.br/junior))
10
+
11
+ #### 🐛 Bug fixes
12
+
13
+ - **Input Box Sizing Fix**: Added `boxSizing: "border-box"` to input container styles to fix height calculation issues and ensure consistent sizing when borders are applied. ([#144](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/144) by [@junior](https://git.rarolabs.com.br/junior))
14
+
5
15
  ## 2025-10-07 `3.2.1`
6
16
 
7
17
  #### 🐛 Bug fixes
@@ -0,0 +1,3 @@
1
+ declare const AddSprinkleAttributes: () => ClassDecorator;
2
+
3
+ export { AddSprinkleAttributes };
@@ -0,0 +1 @@
1
+ var r=function(){return function(r){Object.defineProperty(r.prototype,"sprinkleAttrs",{get:function(){return Array.from(this.attributes).reduce((function(r,t){return r[t.name.replace(/-([a-z])/g,(function(r,t){return t.toUpperCase()}))]=function(r){try{return JSON.parse(r)}catch(t){return r}}(t.value),r}),{})}})}};export{r as AddSprinkleAttributes};