@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.css +1453 -1453
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +637 -635
- package/dist/index.mjs +637 -635
- package/package.json +1 -1
- package/styles.css +1453 -1453
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;
|