@reeverdev/ui 0.2.82 → 0.2.85

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
@@ -1828,7 +1828,9 @@ interface BackTopProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>,
1828
1828
  }
1829
1829
  declare const BackTop: React$1.ForwardRefExoticComponent<BackTopProps & React$1.RefAttributes<HTMLButtonElement>>;
1830
1830
 
1831
+ type MenubarRadius = "none" | "sm" | "md" | "lg" | "full";
1831
1832
  interface MenubarProps extends React$1.HTMLAttributes<HTMLDivElement> {
1833
+ radius?: MenubarRadius;
1832
1834
  }
1833
1835
  declare const Menubar: React$1.ForwardRefExoticComponent<MenubarProps & React$1.RefAttributes<HTMLDivElement>>;
1834
1836
  interface MenubarMenuProps {
package/dist/index.d.ts CHANGED
@@ -1828,7 +1828,9 @@ interface BackTopProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>,
1828
1828
  }
1829
1829
  declare const BackTop: React$1.ForwardRefExoticComponent<BackTopProps & React$1.RefAttributes<HTMLButtonElement>>;
1830
1830
 
1831
+ type MenubarRadius = "none" | "sm" | "md" | "lg" | "full";
1831
1832
  interface MenubarProps extends React$1.HTMLAttributes<HTMLDivElement> {
1833
+ radius?: MenubarRadius;
1832
1834
  }
1833
1835
  declare const Menubar: React$1.ForwardRefExoticComponent<MenubarProps & React$1.RefAttributes<HTMLDivElement>>;
1834
1836
  interface MenubarMenuProps {