@reeverdev/ui 0.2.118 → 0.2.121

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
@@ -3313,7 +3313,7 @@ declare function useButtonGroup(): {
3313
3313
  declare const ButtonGroup: React$1.ForwardRefExoticComponent<ButtonGroupProps & React$1.RefAttributes<HTMLDivElement>>;
3314
3314
 
3315
3315
  declare const actionGroupVariants: (props?: ({
3316
- variant?: "default" | "compact" | "attached" | null | undefined;
3316
+ variant?: "default" | "attached" | "compact" | null | undefined;
3317
3317
  orientation?: "horizontal" | "vertical" | null | undefined;
3318
3318
  size?: "sm" | "md" | "lg" | null | undefined;
3319
3319
  density?: "compact" | "regular" | "spacious" | null | undefined;
package/dist/index.d.ts CHANGED
@@ -3313,7 +3313,7 @@ declare function useButtonGroup(): {
3313
3313
  declare const ButtonGroup: React$1.ForwardRefExoticComponent<ButtonGroupProps & React$1.RefAttributes<HTMLDivElement>>;
3314
3314
 
3315
3315
  declare const actionGroupVariants: (props?: ({
3316
- variant?: "default" | "compact" | "attached" | null | undefined;
3316
+ variant?: "default" | "attached" | "compact" | null | undefined;
3317
3317
  orientation?: "horizontal" | "vertical" | null | undefined;
3318
3318
  size?: "sm" | "md" | "lg" | null | undefined;
3319
3319
  density?: "compact" | "regular" | "spacious" | null | undefined;