Comparing version 2.7.1 to 2.8.0
{ | ||
"name": "vue-color", | ||
"version": "2.7.1", | ||
"version": "2.8.0", | ||
"description": "Color of Vue Components", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -64,2 +64,3 @@ # vue-color | ||
hex: '#194d33', | ||
hex8: '#194D33A8', | ||
hsl: { h: 150, s: 0.5, l: 0.2, a: 1 }, | ||
@@ -72,2 +73,4 @@ hsv: { h: 150, s: 0.66, v: 0.30, a: 1 }, | ||
var colors = '#194d33' | ||
// or | ||
var colors = '#194D33A8' | ||
// or | ||
@@ -124,3 +127,3 @@ var colors = { h: 150, s: 0.66, v: 0.30 } | ||
:value="colors" | ||
:presetColors="[ | ||
:preset-colors="[ | ||
'#f00', '#00ff00', '#00ff0055', 'rgb(201, 76, 76)', 'rgba(0,0,255,1)', 'hsl(89, 43%, 51%)', 'hsla(89, 43%, 51%, 0.6)' | ||
@@ -127,0 +130,0 @@ ]" |
@@ -9,2 +9,3 @@ import Compact from './components/Compact.vue' | ||
import Chrome from './components/Chrome.vue' | ||
import Twitter from './components/Twitter.vue' | ||
import Alpha from './components/common/Alpha.vue' | ||
@@ -18,5 +19,6 @@ import Checkboard from './components/common/Checkboard.vue' | ||
const VueColor = { | ||
version: '2.7.1', | ||
version: '2.8.0', | ||
Compact, | ||
Grayscale, | ||
Twitter, | ||
Material, | ||
@@ -23,0 +25,0 @@ Slider, |
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
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
2038232
8428
142
12
2