@overmap-ai/blocks 0.0.3-alpha.0 → 0.0.3
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.
|
@@ -3,7 +3,7 @@ import { Button as RadixButton, MarginProps, Responsive } from "@radix-ui/themes
|
|
|
3
3
|
import { Severity, Size, Variant } from "../typings.ts";
|
|
4
4
|
export type RadixButtonProps = React.ComponentProps<typeof RadixButton>;
|
|
5
5
|
export type ButtonHoverEffect = "spin90Clockwise" | "spin180Clockwise" | "spin360Clockwise";
|
|
6
|
-
export interface ButtonProps extends Omit<RadixButtonProps, "size" | "
|
|
6
|
+
export interface ButtonProps extends Omit<RadixButtonProps, "size" | "variant" | keyof MarginProps> {
|
|
7
7
|
children: RadixButtonProps["children"];
|
|
8
8
|
/** @default false */
|
|
9
9
|
fluid?: boolean;
|