@umami/react-zen 0.144.0 → 0.146.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
@@ -581,7 +581,7 @@ interface SidebarProps extends ColumnProps {
581
581
  children?: ReactNode;
582
582
  }
583
583
  declare function Sidebar({ variant, isCollapsed, muteItems, showBorder, className, children, ...props }: SidebarProps): react.JSX.Element;
584
- declare function SidebarSection({ title, children, }: {
584
+ declare function SidebarSection({ title, className, children, ...props }: {
585
585
  title?: string;
586
586
  children: ReactNode;
587
587
  } & ColumnProps): react.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -581,7 +581,7 @@ interface SidebarProps extends ColumnProps {
581
581
  children?: ReactNode;
582
582
  }
583
583
  declare function Sidebar({ variant, isCollapsed, muteItems, showBorder, className, children, ...props }: SidebarProps): react.JSX.Element;
584
- declare function SidebarSection({ title, children, }: {
584
+ declare function SidebarSection({ title, className, children, ...props }: {
585
585
  title?: string;
586
586
  children: ReactNode;
587
587
  } & ColumnProps): react.JSX.Element;