@nimbus-ds/styles 9.37.1-rc.1 → 9.37.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 CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  Nimbus Styles deprive all styles needed to build nimbus components.
4
4
 
5
+ ## 2025-10-31 `9.37.1`
6
+
7
+ #### 🐛 Bug fixes
8
+
9
+ - `Button`: Fixed hover effect to the AI secondary appearance using boxShadows. ([#372](https://github.com/TiendaNube/nimbus-design-system/pull/372) by [@jffs](https://github.com/jffs))
10
+
5
11
  ## 2025-10-23 `9.37.0`
6
12
 
7
13
  #### 🎉 New features
package/dist/CHANGELOG.md CHANGED
@@ -2,12 +2,42 @@
2
2
 
3
3
  Nimbus Styles deprive all styles needed to build nimbus components.
4
4
 
5
+ ## 2025-10-31 `9.37.1`
6
+
7
+ #### 🐛 Bug fixes
8
+
9
+ - `Button`: Fixed hover effect to the AI secondary appearance using boxShadows. ([#372](https://github.com/TiendaNube/nimbus-design-system/pull/372) by [@jffs](https://github.com/jffs))
10
+
11
+ ## 2025-10-23 `9.37.0`
12
+
13
+ #### 🎉 New features
14
+
15
+ - `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))
16
+
17
+ ## 2025-10-23 `9.36.2`
18
+
19
+ #### 🐛 Bug fixes
20
+
21
+ - `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))
22
+
23
+ ## 2025-10-22 `9.36.1`
24
+
25
+ #### 🐛 Bug fixes
26
+
27
+ - `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))
28
+
29
+ ## 2025-10-21 `9.36.0`
30
+
31
+ #### 🎉 New features
32
+
33
+ - Style definitions for the `SplitButton` composite component. ([#367](https://github.com/TiendaNube/nimbus-design-system/pull/367) by [@joacotornello](https://github.com/joacotornello))
34
+
5
35
  ## 2025-10-20 `9.35.0`
6
36
 
7
37
  #### 🎉 New features
8
38
 
9
39
  - `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))
10
-
40
+
11
41
  ## 2025-10-17 `9.34.0`
12
42
 
13
43
  #### 🎉 New features