@lightningjs/ui-components
Advanced tools
Comparing version 2.21.0 to 2.21.1
{ | ||
"name": "@lightningjs/ui-components", | ||
"version": "2.21.0", | ||
"version": "2.21.1", | ||
"description": "A shared library of helpful LightningJS components utilizing theme files to easily customize for any LightningJS application.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -565,3 +565,3 @@ /** | ||
// Process value as a color ['#663399', 1] | ||
return getHexColor(value[0], value[1]); | ||
return getHexColor(value[0], value[1]) || value; | ||
} | ||
@@ -568,0 +568,0 @@ return value; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
12551980