@nativescript-community/ui-material-ripple
Advanced tools
Comparing version 7.2.4 to 7.2.5
{ | ||
"name": "@nativescript-community/ui-material-ripple", | ||
"version": "7.2.4", | ||
"version": "7.2.5", | ||
"description": "The Material Design Ripple component provides a radial action in the form of a visual ripple expanding outward from the user's touch. Ripple is a visual form of feedback for touch events providing users a clear signal that an element is being touched.", | ||
@@ -49,5 +49,5 @@ "main": "./ripple", | ||
"dependencies": { | ||
"@nativescript-community/ui-material-core": "^7.2.4" | ||
"@nativescript-community/ui-material-core": "^7.2.5" | ||
}, | ||
"gitHead": "f16157752e57395645933a877c5c6085993605ed" | ||
"gitHead": "f902ec0ab6b3605985d237a14fbc0af346a2f19d" | ||
} |
@@ -205,3 +205,3 @@ import { getRippleColor, rippleColorProperty, themer } from '@nativescript-community/ui-material-core'; | ||
this.rippleDrawable = null; | ||
this.setRippleDrawable(this.nativeViewProtected, value.borderTopLeftRadius); | ||
this.setRippleDrawable(this.nativeViewProtected, value.borderTopLeftRadius, value.borderTopRightRadius, value.borderBottomRightRadius, value.borderBottomLeftRadius); | ||
} | ||
@@ -208,0 +208,0 @@ } |
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
40729