@wavv/ui 1.5.2 → 1.5.4
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.
|
@@ -29,6 +29,8 @@ type ButtonBaseProps = {
|
|
|
29
29
|
isLoading?: boolean;
|
|
30
30
|
/** Removes the text on a button if the button has an icon */
|
|
31
31
|
collapse?: boolean;
|
|
32
|
+
/** CSS Animation shorthand property */
|
|
33
|
+
animation?: string;
|
|
32
34
|
/** The function to be called when the button is clicked */
|
|
33
35
|
onClick?: (event: MouseEvent) => void;
|
|
34
36
|
/** Sets the text backgroundColor of the button */
|