@rmwc/button
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -68,7 +68,3 @@ [ | ||
"required": false, | ||
"description": "Enable / disable the ripple.", | ||
"defaultValue": { | ||
"value": "true", | ||
"computed": false | ||
} | ||
"description": "Enable / disable the ripple." | ||
} | ||
@@ -75,0 +71,0 @@ }, |
@@ -104,3 +104,2 @@ import { SimpleTagPropsT } from '@rmwc/base'; | ||
static defaultProps: { | ||
ripple: boolean; | ||
raised: boolean; | ||
@@ -107,0 +106,0 @@ unelevated: boolean; |
@@ -110,3 +110,2 @@ 'use strict'; | ||
value: { | ||
ripple: true, | ||
raised: false, | ||
@@ -113,0 +112,0 @@ unelevated: false, |
{ | ||
"name": "@rmwc/button", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "RMWC Button component", | ||
@@ -30,8 +30,8 @@ "main": "index.js", | ||
"@material/button": "~0.39.0", | ||
"@rmwc/base": "^2.0.0", | ||
"@rmwc/icon": "^2.0.0", | ||
"@rmwc/provider": "^2.0.0", | ||
"@rmwc/ripple": "^2.0.0", | ||
"@rmwc/base": "^2.0.1", | ||
"@rmwc/icon": "^2.0.1", | ||
"@rmwc/provider": "^2.0.1", | ||
"@rmwc/ripple": "^2.0.1", | ||
"prop-types": "^15.6.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
16137
293
Updated@rmwc/base@^2.0.1
Updated@rmwc/icon@^2.0.1
Updated@rmwc/provider@^2.0.1
Updated@rmwc/ripple@^2.0.1