@nimbus-ds/styles 9.36.2 → 9.37.1-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 +6 -0
- package/dist/CHANGELOG.md +1 -19
- package/dist/index.css +1 -1
- package/dist/index.d.ts +0 -4
- 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,12 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2025-10-23 `9.37.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- `Button`: Added gradient glow effect on hover to the AI secondary appearance. ([#371](https://github.com/TiendaNube/nimbus-design-system/pull/371) by [@jffs](https://github.com/jffs))
|
|
10
|
+
|
|
5
11
|
## 2025-10-23 `9.36.2`
|
|
6
12
|
|
|
7
13
|
#### 🐛 Bug fixes
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,30 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
-
## 2025-10-23 `9.36.2`
|
|
6
|
-
|
|
7
|
-
#### 🐛 Bug fixes
|
|
8
|
-
|
|
9
|
-
- `SplitButton`: Fixed border right width to match design system. ([#369](https://github.com/TiendaNube/nimbus-design-system/pull/369) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
-
|
|
11
|
-
## 2025-10-22 `9.36.1`
|
|
12
|
-
|
|
13
|
-
#### 🐛 Bug fixes
|
|
14
|
-
|
|
15
|
-
- `Box`: Adds support for `neutral-textHigh` color in `nimbus-box` component. ([#368](https://github.com/TiendaNube/nimbus-design-system/pull/368) by [@joacotornello](https://github.com/joacotornello))
|
|
16
|
-
|
|
17
|
-
## 2025-10-21 `9.36.0`
|
|
18
|
-
|
|
19
|
-
#### 🎉 New features
|
|
20
|
-
|
|
21
|
-
- Style definitions for the `SplitButton` composite component. ([#367](https://github.com/TiendaNube/nimbus-design-system/pull/367) by [@joacotornello](https://github.com/joacotornello))
|
|
22
|
-
|
|
23
5
|
## 2025-10-20 `9.35.0`
|
|
24
6
|
|
|
25
7
|
#### 🎉 New features
|
|
26
8
|
|
|
27
9
|
- `Button`: Added `:hover` effect to the AI secondary appearance. ([#366](https://github.com/TiendaNube/nimbus-design-system/pull/366) by [@jffs](https://github.com/jffs))
|
|
28
|
-
|
|
10
|
+
|
|
29
11
|
## 2025-10-17 `9.34.0`
|
|
30
12
|
|
|
31
13
|
#### 🎉 New features
|