@nimbus-ds/components 5.29.1-rc.1 → 5.30.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,12 @@
2
2
 
3
3
  Nimbus is an open-source Design System created by Tiendanube / Nuvemshop's team to empower and enhance more stories every day, with simplicity, accessibility, consistency and performance.
4
4
 
5
+ ## 2025-10-02 `5.30.0`
6
+
7
+ #### 🎉 New features
8
+
9
+ - `Textarea`: Added boolean prop `aiGenerated` to highlight AI-filled values without changing APIs. It applies the AI generative border, white background and a pink focus ring. ([#364](https://github.com/TiendaNube/nimbus-design-system/pull/364) by [@joacotornello](https://github.com/joacotornello))
10
+
5
11
  ## 2025-09-26 `5.29.0`
6
12
 
7
13
  #### 🎉 New features
@@ -12,7 +18,7 @@ Nimbus is an open-source Design System created by Tiendanube / Nuvemshop's team
12
18
 
13
19
  #### 🎉 New features
14
20
 
15
- - Added `ai-generative` appearance and `aiGenerated` property to `Select` component to match Nimbus AI gradient style. ([#361](https://github.com/TiendaNube/nimbus-design-system/pull/361) by [@contributor](https://github.com/contributor))
21
+ - Added `ai-generative` appearance and `aiGenerated` property to `Select` component to match Nimbus AI gradient style. ([#361](https://github.com/TiendaNube/nimbus-design-system/pull/361) by [@joacotornello](https://github.com/joacotornello))
16
22
 
17
23
  ## 2025-09-23 `5.27.0`
18
24