@nimbus-ds/components 5.5.2-rc.3 → 5.5.2-rc.4
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 +3 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,11 +6,12 @@ Nimbus is an open-source Design System created by Tiendanube / Nuvesmhop’s tea
|
|
|
6
6
|
|
|
7
7
|
### 🐛 Bug fixes
|
|
8
8
|
|
|
9
|
-
- Added `RemoveScroll` component from `react-remove-scroll` library to prevent scroll resetting on the body of the `Sidebar` component.
|
|
9
|
+
- Added `RemoveScroll` component from `react-remove-scroll` library to prevent scroll resetting on the body of the `Sidebar` component. ([#233](https://github.com/TiendaNube/nimbus-design-system/pull/233) by [@juanchigallego](https://github.com/juanchigallego))
|
|
10
|
+
- Fixed type bug on expected icon and text color values on `Toast` component. ([#233](https://github.com/TiendaNube/nimbus-design-system/pull/233) by [@juanchigallego](https://github.com/juanchigallego))
|
|
10
11
|
|
|
11
12
|
### 📚 3rd party library updates
|
|
12
13
|
|
|
13
|
-
- Added `react-remove-scroll@2.5.7` to `Sidebar` component.
|
|
14
|
+
- Added `react-remove-scroll@2.5.7` to `Sidebar` component. ([#233](https://github.com/TiendaNube/nimbus-design-system/pull/233) by [@juanchigallego](https://github.com/juanchigallego))
|
|
14
15
|
|
|
15
16
|
## 2024-03-01 `5.4.2`
|
|
16
17
|
|