@umami/react-zen 0.149.0 → 0.151.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/dist/index.d.mts CHANGED
@@ -517,7 +517,7 @@ interface NavMenuGroupProps extends ColumnProps {
517
517
  allowMinimize?: boolean;
518
518
  isMinimized?: boolean;
519
519
  }
520
- declare function NavMenuGroup({ title, allowMinimize, isMinimized, className, children, ...props }: NavMenuGroupProps): react.JSX.Element;
520
+ declare function NavMenuGroup({ title, allowMinimize, isMinimized, className, children, gap, ...props }: NavMenuGroupProps): react.JSX.Element;
521
521
  interface NavMenuItemProps extends RowProps {
522
522
  isSelected?: boolean;
523
523
  }
package/dist/index.d.ts CHANGED
@@ -517,7 +517,7 @@ interface NavMenuGroupProps extends ColumnProps {
517
517
  allowMinimize?: boolean;
518
518
  isMinimized?: boolean;
519
519
  }
520
- declare function NavMenuGroup({ title, allowMinimize, isMinimized, className, children, ...props }: NavMenuGroupProps): react.JSX.Element;
520
+ declare function NavMenuGroup({ title, allowMinimize, isMinimized, className, children, gap, ...props }: NavMenuGroupProps): react.JSX.Element;
521
521
  interface NavMenuItemProps extends RowProps {
522
522
  isSelected?: boolean;
523
523
  }