@nimbus-ds/styles 9.17.0-rc.4 → 9.18.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/dist/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  Nimbus Styles deprive all styles needed to build nimbus components.
4
4
 
5
+ ## 2025-07-28 `9.18.0`
6
+
7
+ #### 🎉 New features
8
+
9
+ - Added `scroll-pane` new composite component styles with gradient overlays, navigation arrows, scroll area management, and responsive animations for both horizontal and vertical scrolling directions. ([#319](https://github.com/TiendaNube/nimbus-design-system/pull/319) by [@joacotornello](https://github.com/joacotornello))
10
+
11
+ ## 2025-07-24 `9.17.0`
12
+
13
+ #### 🎉 New features
14
+
15
+ - Added transparent overlay styles for `Popover` component to support invisible click protection functionality. The overlay provides full-screen coverage with transparent background and proper z-index stacking. ([#316](https://github.com/TiendaNube/nimbus-design-system/pull/316) by [@harrytiendanube](https://github.com/harrytiendanube))
16
+
17
+ ## 2025-07-10 `9.16.2`
18
+
19
+ #### 🐛 Bug fixes
20
+
21
+ - `Button`: Adjusted button height from `2.125rem` to `2rem` to match design specifications. ([#310](https://github.com/TiendaNube/nimbus-design-system/pull/310) by [@joacotornello](https://github.com/joacotornello))
22
+
5
23
  ## 2025-06-17 `9.16.1`
6
24
 
7
25
  #### 🐛 Bug fixes