@nimbus-ds/styles 9.30.0 → 9.32.0-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 +13 -0
- package/dist/CHANGELOG.md +13 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +21 -8
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark/index.js +1 -1
- package/dist/themes/next/index.js +1 -1
- package/dist/themes/next-dark/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2025-09-26 `9.32.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- `Text`: Added `ai-generative` appearance using Nimbus AI interactive gradient with text gradient treatment. ([#TBD](https://github.com/TiendaNube/nimbus-design-system/pull/TBD) by [@usuario](https://github.com/usuario))
|
|
10
|
+
- Added `createTextGradient` utility function to gradient builder for creating text gradient styles. ([#TBD](https://github.com/TiendaNube/nimbus-design-system/pull/TBD) by [@usuario](https://github.com/usuario))
|
|
11
|
+
|
|
12
|
+
## 2025-09-25 `9.31.0`
|
|
13
|
+
|
|
14
|
+
#### 🎉 New features
|
|
15
|
+
|
|
16
|
+
- `Select`: Added `ai-generative` appearance and `aiGenerated` property using Nimbus AI interactive gradient. ([#361](https://github.com/TiendaNube/nimbus-design-system/pull/361) by [@contributor](https://github.com/contributor))
|
|
17
|
+
|
|
5
18
|
## 2025-09-23 `9.30.0`
|
|
6
19
|
|
|
7
20
|
#### 🎉 New features
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2025-09-26 `9.32.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- `Text`: Added `ai-generative` appearance using Nimbus AI interactive gradient with text gradient treatment. ([#TBD](https://github.com/TiendaNube/nimbus-design-system/pull/TBD) by [@usuario](https://github.com/usuario))
|
|
10
|
+
- Added `createTextGradient` utility function to gradient builder for creating text gradient styles. ([#TBD](https://github.com/TiendaNube/nimbus-design-system/pull/TBD) by [@usuario](https://github.com/usuario))
|
|
11
|
+
|
|
12
|
+
## 2025-09-25 `9.31.0`
|
|
13
|
+
|
|
14
|
+
#### 🎉 New features
|
|
15
|
+
|
|
16
|
+
- `Select`: Added `ai-generative` appearance and `aiGenerated` property using Nimbus AI interactive gradient. ([#361](https://github.com/TiendaNube/nimbus-design-system/pull/361) by [@contributor](https://github.com/contributor))
|
|
17
|
+
|
|
5
18
|
## 2025-09-23 `9.30.0`
|
|
6
19
|
|
|
7
20
|
#### 🎉 New features
|