@nimbus-ds/styles 9.24.0 → 9.24.2
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 +13 -0
- package/dist/CHANGELOG.md +13 -0
- package/dist/index.css +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2025-09-15 `9.24.2`
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug fixes
|
|
8
|
+
|
|
9
|
+
- Improved `Toggle` styles to match design requirements. ([#330](https://github.com/TiendaNube/nimbus-design-system/pull/330) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
|
|
11
|
+
## 2025-09-10 `9.24.1`
|
|
12
|
+
|
|
13
|
+
#### 💡 Others
|
|
14
|
+
|
|
15
|
+
- `ScrollPane`: Adjusted padding / margin values (arrow & container alignment) to better match design spacing guidelines. ([#347](https://github.com/TiendaNube/nimbus-design-system/pull/347) by [@mrolando-tn](https://github.com/mrolando-tn))
|
|
16
|
+
- `SegmentedControl`: Tweaked internal padding and gap values to improve visual balance. ([#347](https://github.com/TiendaNube/nimbus-design-system/pull/347) by [@mrolando-tn](https://github.com/mrolando-tn))
|
|
17
|
+
|
|
5
18
|
## 2025-09-04 `9.24.0`
|
|
6
19
|
|
|
7
20
|
#### 🎉 New features
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2025-09-15 `9.24.2`
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug fixes
|
|
8
|
+
|
|
9
|
+
- Improved `Toggle` styles to match design requirements. ([#330](https://github.com/TiendaNube/nimbus-design-system/pull/330) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
|
|
11
|
+
## 2025-09-10 `9.24.1`
|
|
12
|
+
|
|
13
|
+
#### 💡 Others
|
|
14
|
+
|
|
15
|
+
- `ScrollPane`: Adjusted padding / margin values (arrow & container alignment) to better match design spacing guidelines. ([#347](https://github.com/TiendaNube/nimbus-design-system/pull/347) by [@mrolando-tn](https://github.com/mrolando-tn))
|
|
16
|
+
- `SegmentedControl`: Tweaked internal padding and gap values to improve visual balance. ([#347](https://github.com/TiendaNube/nimbus-design-system/pull/347) by [@mrolando-tn](https://github.com/mrolando-tn))
|
|
17
|
+
|
|
5
18
|
## 2025-09-04 `9.24.0`
|
|
6
19
|
|
|
7
20
|
#### 🎉 New features
|