@reeverdev/ui 0.2.205 → 0.2.207

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
@@ -1859,10 +1859,10 @@ interface MenubarRadioItemProps extends React$1.HTMLAttributes<HTMLDivElement> {
1859
1859
  disabled?: boolean;
1860
1860
  }
1861
1861
  declare const MenubarRadioItem: React$1.ForwardRefExoticComponent<MenubarRadioItemProps & React$1.RefAttributes<HTMLDivElement>>;
1862
- interface MenubarLabelProps extends React$1.HTMLAttributes<HTMLDivElement> {
1862
+ interface MenubarSectionProps extends React$1.HTMLAttributes<HTMLDivElement> {
1863
1863
  inset?: boolean;
1864
1864
  }
1865
- declare const MenubarLabel: React$1.ForwardRefExoticComponent<MenubarLabelProps & React$1.RefAttributes<HTMLDivElement>>;
1865
+ declare const MenubarLabel: React$1.ForwardRefExoticComponent<MenubarSectionProps & React$1.RefAttributes<HTMLDivElement>>;
1866
1866
  interface MenubarSeparatorProps extends React$1.HTMLAttributes<HTMLDivElement> {
1867
1867
  }
1868
1868
  declare const MenubarSeparator: React$1.ForwardRefExoticComponent<MenubarSeparatorProps & React$1.RefAttributes<HTMLDivElement>>;
@@ -2529,7 +2529,7 @@ interface CloseButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElemen
2529
2529
  declare const CloseButton: React$1.ForwardRefExoticComponent<CloseButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
2530
2530
 
2531
2531
  declare const kbdVariants: (props?: ({
2532
- variant?: "bordered" | "flat" | "default" | null | undefined;
2532
+ variant?: "bordered" | "default" | "light" | null | undefined;
2533
2533
  size?: "sm" | "md" | "lg" | null | undefined;
2534
2534
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2535
2535
  interface KbdProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<typeof kbdVariants> {
package/dist/index.d.ts CHANGED
@@ -1859,10 +1859,10 @@ interface MenubarRadioItemProps extends React$1.HTMLAttributes<HTMLDivElement> {
1859
1859
  disabled?: boolean;
1860
1860
  }
1861
1861
  declare const MenubarRadioItem: React$1.ForwardRefExoticComponent<MenubarRadioItemProps & React$1.RefAttributes<HTMLDivElement>>;
1862
- interface MenubarLabelProps extends React$1.HTMLAttributes<HTMLDivElement> {
1862
+ interface MenubarSectionProps extends React$1.HTMLAttributes<HTMLDivElement> {
1863
1863
  inset?: boolean;
1864
1864
  }
1865
- declare const MenubarLabel: React$1.ForwardRefExoticComponent<MenubarLabelProps & React$1.RefAttributes<HTMLDivElement>>;
1865
+ declare const MenubarLabel: React$1.ForwardRefExoticComponent<MenubarSectionProps & React$1.RefAttributes<HTMLDivElement>>;
1866
1866
  interface MenubarSeparatorProps extends React$1.HTMLAttributes<HTMLDivElement> {
1867
1867
  }
1868
1868
  declare const MenubarSeparator: React$1.ForwardRefExoticComponent<MenubarSeparatorProps & React$1.RefAttributes<HTMLDivElement>>;
@@ -2529,7 +2529,7 @@ interface CloseButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElemen
2529
2529
  declare const CloseButton: React$1.ForwardRefExoticComponent<CloseButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
2530
2530
 
2531
2531
  declare const kbdVariants: (props?: ({
2532
- variant?: "bordered" | "flat" | "default" | null | undefined;
2532
+ variant?: "bordered" | "default" | "light" | null | undefined;
2533
2533
  size?: "sm" | "md" | "lg" | null | undefined;
2534
2534
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2535
2535
  interface KbdProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<typeof kbdVariants> {