@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 */
package/build/index.d.ts CHANGED
@@ -1008,6 +1008,8 @@ type ButtonBaseProps = {
1008
1008
  isLoading?: boolean;
1009
1009
  /** Removes the text on a button if the button has an icon */
1010
1010
  collapse?: boolean;
1011
+ /** CSS Animation shorthand property */
1012
+ animation?: string;
1011
1013
  /** The function to be called when the button is clicked */
1012
1014
  onClick?: (event: MouseEvent$1) => void;
1013
1015
  /** Sets the text backgroundColor of the button */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavv/ui",
3
- "version": "1.5.2",
3
+ "version": "1.5.4",
4
4
  "files": [
5
5
  "build/**/*"
6
6
  ],