@nimbus-ds/styles 9.17.0-rc.4 → 9.17.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 +789 -0
- package/dist/CHANGELOG.md +12 -0
- package/dist/index.css +1 -1
- 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 +5 -6
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2025-07-24 `9.17.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- 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))
|
|
10
|
+
|
|
11
|
+
## 2025-07-10 `9.16.2`
|
|
12
|
+
|
|
13
|
+
#### 🐛 Bug fixes
|
|
14
|
+
|
|
15
|
+
- `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))
|
|
16
|
+
|
|
5
17
|
## 2025-06-17 `9.16.1`
|
|
6
18
|
|
|
7
19
|
#### 🐛 Bug fixes
|