opus-react 0.2.40 → 0.2.41

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.cts CHANGED
@@ -1533,8 +1533,9 @@ type CustomScrollbarProps = {
1533
1533
  thickness?: number;
1534
1534
  verticalThumbShape?: CustomScrollbarShape;
1535
1535
  verticalTrackShape?: CustomScrollbarShape;
1536
+ viewportSelector?: string;
1536
1537
  };
1537
- declare function CustomScrollbar({ autoHide, children, className, label, maxHeight, minThumbSize, horizontalThumbShape, horizontalTrackShape, orientation, style, thickness, verticalThumbShape, verticalTrackShape, }: CustomScrollbarProps): react.JSX.Element;
1538
+ declare function CustomScrollbar({ autoHide, children, className, label, maxHeight, minThumbSize, horizontalThumbShape, horizontalTrackShape, orientation, style, thickness, verticalThumbShape, verticalTrackShape, viewportSelector, }: CustomScrollbarProps): react.JSX.Element;
1538
1539
 
1539
1540
  type AspectRatioProps = {
1540
1541
  children: ReactNode;
@@ -2399,6 +2400,10 @@ type SidebarProps = {
2399
2400
  defaultActiveItem?: string;
2400
2401
  density?: SurfaceDensity;
2401
2402
  footer?: ReactNode;
2403
+ footerPaddingBottom?: boolean;
2404
+ footerPaddingLeft?: boolean;
2405
+ footerPaddingRight?: boolean;
2406
+ footerPaddingTop?: boolean;
2402
2407
  header?: ReactNode;
2403
2408
  menu?: SidebarMenuItem[];
2404
2409
  navLabel?: string;
@@ -2413,7 +2418,7 @@ type SidebarProps = {
2413
2418
  side?: SidebarSide;
2414
2419
  storageKey?: string;
2415
2420
  };
2416
- declare function Sidebar({ activeItem, children, collapsed, defaultActiveItem, density, footer, header, menu, navLabel, onCollapsedGroupSelect, onSelect, paddingBottom, paddingLeft, paddingRight, paddingTop, persistState, renderIcon, side, storageKey, }: SidebarProps): react.JSX.Element;
2421
+ declare function Sidebar({ activeItem, children, collapsed, defaultActiveItem, density, footer, footerPaddingBottom, footerPaddingLeft, footerPaddingRight, footerPaddingTop, header, menu, navLabel, onCollapsedGroupSelect, onSelect, paddingBottom, paddingLeft, paddingRight, paddingTop, persistState, renderIcon, side, storageKey, }: SidebarProps): react.JSX.Element;
2417
2422
  type SidebarHeaderProps = {
2418
2423
  children?: ReactNode;
2419
2424
  title: string;
package/dist/index.d.ts CHANGED
@@ -1533,8 +1533,9 @@ type CustomScrollbarProps = {
1533
1533
  thickness?: number;
1534
1534
  verticalThumbShape?: CustomScrollbarShape;
1535
1535
  verticalTrackShape?: CustomScrollbarShape;
1536
+ viewportSelector?: string;
1536
1537
  };
1537
- declare function CustomScrollbar({ autoHide, children, className, label, maxHeight, minThumbSize, horizontalThumbShape, horizontalTrackShape, orientation, style, thickness, verticalThumbShape, verticalTrackShape, }: CustomScrollbarProps): react.JSX.Element;
1538
+ declare function CustomScrollbar({ autoHide, children, className, label, maxHeight, minThumbSize, horizontalThumbShape, horizontalTrackShape, orientation, style, thickness, verticalThumbShape, verticalTrackShape, viewportSelector, }: CustomScrollbarProps): react.JSX.Element;
1538
1539
 
1539
1540
  type AspectRatioProps = {
1540
1541
  children: ReactNode;
@@ -2399,6 +2400,10 @@ type SidebarProps = {
2399
2400
  defaultActiveItem?: string;
2400
2401
  density?: SurfaceDensity;
2401
2402
  footer?: ReactNode;
2403
+ footerPaddingBottom?: boolean;
2404
+ footerPaddingLeft?: boolean;
2405
+ footerPaddingRight?: boolean;
2406
+ footerPaddingTop?: boolean;
2402
2407
  header?: ReactNode;
2403
2408
  menu?: SidebarMenuItem[];
2404
2409
  navLabel?: string;
@@ -2413,7 +2418,7 @@ type SidebarProps = {
2413
2418
  side?: SidebarSide;
2414
2419
  storageKey?: string;
2415
2420
  };
2416
- declare function Sidebar({ activeItem, children, collapsed, defaultActiveItem, density, footer, header, menu, navLabel, onCollapsedGroupSelect, onSelect, paddingBottom, paddingLeft, paddingRight, paddingTop, persistState, renderIcon, side, storageKey, }: SidebarProps): react.JSX.Element;
2421
+ declare function Sidebar({ activeItem, children, collapsed, defaultActiveItem, density, footer, footerPaddingBottom, footerPaddingLeft, footerPaddingRight, footerPaddingTop, header, menu, navLabel, onCollapsedGroupSelect, onSelect, paddingBottom, paddingLeft, paddingRight, paddingTop, persistState, renderIcon, side, storageKey, }: SidebarProps): react.JSX.Element;
2417
2422
  type SidebarHeaderProps = {
2418
2423
  children?: ReactNode;
2419
2424
  title: string;