@rmwc/fab
Advanced tools
Comparing version 2.0.2 to 2.1.0
@@ -18,10 +18,9 @@ [ | ||
"mini": { | ||
"required": false, | ||
"flowType": { | ||
"name": "boolean" | ||
}, | ||
"required": false, | ||
"description": "Make the Fab smaller." | ||
}, | ||
"label": { | ||
"required": false, | ||
"flowType": { | ||
@@ -31,16 +30,17 @@ "name": "ReactNode", | ||
}, | ||
"required": false, | ||
"description": "Make the Fab extended with a label." | ||
}, | ||
"exited": { | ||
"required": false, | ||
"flowType": { | ||
"name": "boolean" | ||
}, | ||
"required": false, | ||
"description": "Animates the FAB out of view. When this class is removed, the FAB will return to view." | ||
}, | ||
"ripple": { | ||
"required": false, | ||
"flowType": { | ||
"name": "boolean" | ||
}, | ||
"required": false, | ||
"description": "Enable / disable the ripple." | ||
@@ -47,0 +47,0 @@ } |
{ | ||
"name": "@rmwc/fab", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "RMWC Floating Action Button component", | ||
@@ -31,4 +31,4 @@ "main": "index.js", | ||
"@rmwc/base": "^2.0.2", | ||
"@rmwc/icon": "^2.0.2", | ||
"@rmwc/provider": "^2.0.2", | ||
"@rmwc/icon": "^2.1.0", | ||
"@rmwc/provider": "^2.1.0", | ||
"@rmwc/ripple": "^2.0.2", | ||
@@ -35,0 +35,0 @@ "classnames": "^2.2.5", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Updated@rmwc/icon@^2.1.0
Updated@rmwc/provider@^2.1.0