@nativescript-community/ui-material-core
Advanced tools
Comparing version 7.2.13 to 7.2.14
@@ -196,3 +196,5 @@ import { Background, Button, Color, Length, PercentLength, Utils, View, androidDynamicElevationOffsetProperty, androidElevationProperty, backgroundInternalProperty } from '@nativescript/core'; | ||
} | ||
return temp.setAlpha(alpha || 61.5).android; | ||
// TODO: we cant use setAlpha until it is fixed in Nativescript or android will be undefined | ||
return new Color(alpha || 61.5, temp.r, temp.g, temp.b).android; | ||
// return temp.setAlpha(alpha || 61.5).android; | ||
} | ||
@@ -199,0 +201,0 @@ return null; |
{ | ||
"name": "@nativescript-community/ui-material-core", | ||
"version": "7.2.13", | ||
"version": "7.2.14", | ||
"description": "Material Core component", | ||
@@ -41,3 +41,3 @@ "main": "./index", | ||
"readmeFilename": "README.md", | ||
"gitHead": "28202deef8ed033ef61b1e765f5e4d6a1fc56c52" | ||
"gitHead": "d60fc8a4e056a792b7b71dc30e3c0c7dbc11f430" | ||
} |
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
119905
1493