@nimbus-ds/patterns 1.21.0 → 1.22.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 CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  Nimbus is an open-source Design System created by Tiendanube / Nuvesmhop’s team to empower and enhance more stories every day, with simplicity, accessibility, consistency and performance.
4
4
 
5
+ ## 2025-09-27 `1.22.0`
6
+
7
+ #### 🎉 New features
8
+
9
+ - Extended `menuProperties` props to `AppShell` component. ([#124](https://github.com/TiendaNube/nimbus-patterns/pull/124) by [@joacotornello](https://github.com/joacotornello))
10
+
5
11
  ## 2025-09-24 `1.21.0`
6
12
 
7
13
  #### 🎉 New features
@@ -60,7 +60,7 @@ export interface AppShellProperties {
60
60
  /**
61
61
  * Can be used to control the responsive properties of the AppShell menu so you can change which breakpoint the menu hides under.
62
62
  */
63
- menuProperties?: Pick<BoxBaseProps, "display">;
63
+ menuProperties?: Omit<BoxBaseProps, "children" | "width" | "height" | "position" | "top" | "left" | "right" | "bottom" | "borderStyle" | "borderWidth" | "borderColor" | "borderRightWidth" | "transitionProperty" | "transitionDuration" | "transitionTimingFunction" | "flexShrink" | "ref">;
64
64
  /**
65
65
  * Controls whether the left sidebar (menu) is expanded (true) or collapsed (false). Defaults to true.
66
66
  */
package/dist/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  Nimbus is an open-source Design System created by Tiendanube / Nuvesmhop’s team to empower and enhance more stories every day, with simplicity, accessibility, consistency and performance.
4
4
 
5
+ ## 2025-09-27 `1.22.0`
6
+
7
+ #### 🎉 New features
8
+
9
+ - Extended `menuProperties` props to `AppShell` component. ([#124](https://github.com/TiendaNube/nimbus-patterns/pull/124) by [@joacotornello](https://github.com/joacotornello))
10
+
5
11
  ## 2025-09-24 `1.21.0`
6
12
 
7
13
  #### 🎉 New features