@easyv/utils
Advanced tools
Comparing version 0.0.34 to 0.0.35
@@ -65,3 +65,3 @@ "use strict"; | ||
result += 'rgba(' + r + ', ' + g + ', ' + b + ', ' + a * opacity + ') ' + offset + (i !== j - 1 ? '%, ' : '%)'); | ||
result += (opacity == 0 ? color : 'rgba(' + r + ', ' + g + ', ' + b + ', ' + a * opacity + ') ') + offset + (i !== j - 1 ? '%, ' : '%)'); | ||
} | ||
@@ -68,0 +68,0 @@ |
{ | ||
"name": "@easyv/utils", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
178937