@nimbus-ds/styles 9.22.0-rc.1 → 9.22.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 +8 -1
- package/dist/CHANGELOG.md +8 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -4
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark/index.js +1 -1
- package/dist/themes/dark.css +1 -1
- package/dist/themes/next/index.js +1 -1
- package/dist/themes/next-dark/index.js +1 -1
- package/dist/themes/next-dark.css +1 -1
- package/dist/themes/next.css +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2025-08-20 `9.22.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- `Input`: Added `ai-generative` appearance using Nimbus AI interactive gradient with border gradient treatment. ([#333](https://github.com/TiendaNube/nimbus-design-system/pull/333) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
- Theme: Added `aiGenerative.surface-highlight` token and applied to Input AI focus ring. ([#333](https://github.com/TiendaNube/nimbus-design-system/pull/333) by [@joacotornello](https://github.com/joacotornello))
|
|
11
|
+
|
|
5
12
|
## 2025-08-12 `9.21.3`
|
|
6
13
|
|
|
7
14
|
#### 🎉 New features
|
|
@@ -12,7 +19,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
12
19
|
|
|
13
20
|
#### 🐛 Bug fixes
|
|
14
21
|
|
|
15
|
-
- `Toast`: Align progress variant background with Figma by using `neutral.textHigh`. ([#
|
|
22
|
+
- `Toast`: Align progress variant background with Figma by using `neutral.textHigh`. ([#333](https://github.com/TiendaNube/nimbus-design-system/pull/333) by [@contributor](https://github.com/contributor))
|
|
16
23
|
|
|
17
24
|
## 2025-08-04 `9.21.1`
|
|
18
25
|
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2025-08-20 `9.22.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- `Input`: Added `ai-generative` appearance using Nimbus AI interactive gradient with border gradient treatment. ([#333](https://github.com/TiendaNube/nimbus-design-system/pull/333) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
- Theme: Added `aiGenerative.surface-highlight` token and applied to Input AI focus ring. ([#333](https://github.com/TiendaNube/nimbus-design-system/pull/333) by [@joacotornello](https://github.com/joacotornello))
|
|
11
|
+
|
|
5
12
|
## 2025-08-12 `9.21.3`
|
|
6
13
|
|
|
7
14
|
#### 🎉 New features
|
|
@@ -12,7 +19,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
12
19
|
|
|
13
20
|
#### 🐛 Bug fixes
|
|
14
21
|
|
|
15
|
-
- `Toast`: Align progress variant background with Figma by using `neutral.textHigh`. ([#
|
|
22
|
+
- `Toast`: Align progress variant background with Figma by using `neutral.textHigh`. ([#333](https://github.com/TiendaNube/nimbus-design-system/pull/333) by [@contributor](https://github.com/contributor))
|
|
16
23
|
|
|
17
24
|
## 2025-08-04 `9.21.1`
|
|
18
25
|
|