@easyv/config
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -335,9 +335,9 @@ "use strict"; | ||
offset: 0, | ||
color: '#fff' | ||
color: 'rgba(255,255,255,0)' | ||
}, { | ||
offset: 50, | ||
color: '#ff0' | ||
offset: 20, | ||
color: 'rgba(255,255,255,0.3)' | ||
}, { | ||
offset: 100, | ||
color: '#f0f' | ||
color: 'rgba(255,255,255,1)' | ||
}], | ||
@@ -348,3 +348,3 @@ angle: 30, | ||
}, | ||
length: 200, | ||
length: 150, | ||
width: 2, | ||
@@ -351,0 +351,0 @@ unitStep: 1 |
{ | ||
"name": "@easyv/config", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -306,5 +306,5 @@ import { mapping, label, multiColor, imageGroup, show, shadow, sc, showRule } from '.'; | ||
stops: [ | ||
{ offset: 0, color: '#fff' }, | ||
{ offset: 50, color: '#ff0' }, | ||
{ offset: 100, color: '#f0f' }, | ||
{ offset: 0, color: 'rgba(255,255,255,0)' }, | ||
{ offset: 20, color: 'rgba(255,255,255,0.3)' }, | ||
{ offset: 100, color: 'rgba(255,255,255,1)' } | ||
], | ||
@@ -315,3 +315,3 @@ angle: 30, | ||
}, | ||
length: 200, | ||
length: 150, | ||
width: 2, | ||
@@ -318,0 +318,0 @@ unitStep: 1, |
728774