@rmwc/fab
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -44,7 +44,3 @@ [ | ||
"required": false, | ||
"description": "Enable / disable the ripple.", | ||
"defaultValue": { | ||
"value": "true", | ||
"computed": false | ||
} | ||
"description": "Enable / disable the ripple." | ||
} | ||
@@ -51,0 +47,0 @@ }, |
@@ -140,5 +140,2 @@ import { SimpleTagPropsT } from '@rmwc/base'; | ||
}; | ||
static defaultProps: { | ||
ripple: boolean; | ||
}; | ||
componentWillMount(): void; | ||
@@ -145,0 +142,0 @@ providerOptions: RMWCProviderOptionsT; |
@@ -137,9 +137,2 @@ 'use strict'; | ||
}); | ||
Object.defineProperty(Fab, 'defaultProps', { | ||
enumerable: true, | ||
writable: true, | ||
value: { | ||
ripple: true | ||
} | ||
}); | ||
exports.default = Fab; |
{ | ||
"name": "@rmwc/fab", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "RMWC Floating Action Button component", | ||
@@ -30,6 +30,6 @@ "main": "index.js", | ||
"@material/fab": "~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", | ||
"classnames": "^2.2.5", | ||
@@ -36,0 +36,0 @@ "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
16043
307
Updated@rmwc/base@^2.0.1
Updated@rmwc/icon@^2.0.1
Updated@rmwc/provider@^2.0.1
Updated@rmwc/ripple@^2.0.1