Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "vue-color", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Color of Vue Components", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# vue-color | ||
[![npm](https://img.shields.io/npm/v/vue-color.svg)](https://www.npmjs.com/package/vue-color) | ||
Color Pickers for Sketch, Photoshop, Chrome & more with Vue.js(vue2.0). | ||
@@ -4,0 +6,0 @@ |
@@ -16,3 +16,3 @@ import Compact from './components/Compact.vue' | ||
const VueColor = { | ||
version: '2.2.0', | ||
version: '2.2.1', | ||
Compact, | ||
@@ -19,0 +19,0 @@ Material, |
@@ -24,4 +24,3 @@ import tinycolor from 'tinycolor2' | ||
if (hsl.s === 0) { | ||
hsl.h = data.h || oldHue || 0 | ||
hsv.h = data.h || oldHue || 0 | ||
hsv.h = hsl.h = data.h || (data.hsl && data.hsl.h) || oldHue || 0 | ||
} | ||
@@ -28,0 +27,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
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
5480
128
1242188