@nativescript-community/ui-material-core
Advanced tools
Comparing version 7.2.8 to 7.2.9
@@ -292,3 +292,5 @@ import { Background, Button, Color, Length, PercentLength, Utils, View, androidDynamicElevationOffsetProperty, androidElevationProperty, backgroundInternalProperty } from '@nativescript/core'; | ||
this.createStateListAnimatorTimeout = null; | ||
createStateListAnimator(this, this.nativeViewProtected); | ||
if (this.nativeViewProtected) { | ||
createStateListAnimator(this, this.nativeViewProtected); | ||
} | ||
}); | ||
@@ -295,0 +297,0 @@ } |
{ | ||
"name": "@nativescript-community/ui-material-core", | ||
"version": "7.2.8", | ||
"version": "7.2.9", | ||
"description": "Material Core component", | ||
@@ -41,3 +41,3 @@ "main": "./index", | ||
"readmeFilename": "README.md", | ||
"gitHead": "fb598e87997ac266b770590c6cf63bf63458238e" | ||
"gitHead": "9063f9e432717f6701ff638204064a658f7838ae" | ||
} |
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
117854
1455