Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "vue-color", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Color of Vue Components", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -16,3 +16,3 @@ import Compact from './components/Compact.vue' | ||
const VueColor = { | ||
version: '2.2.3', | ||
version: '2.3.1', | ||
Compact, | ||
@@ -19,0 +19,0 @@ Material, |
@@ -83,3 +83,3 @@ import tinycolor from 'tinycolor2' | ||
simpleCheckForValidColor (data) { | ||
var keysToCheck = ['r', 'g', 'b', 'a', 'h', 's', 'a', 'v'] | ||
var keysToCheck = ['r', 'g', 'b', 'a', 'h', 's', 'l', 'v'] | ||
var checked = 0 | ||
@@ -86,0 +86,0 @@ var passed = 0 |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
935437
5677