@easyv/config
Advanced tools
Comparing version 1.0.53 to 1.0.54
@@ -336,3 +336,3 @@ "use strict"; | ||
show: true, | ||
mode: 'double', | ||
mode: 'single', | ||
inner: { | ||
@@ -600,3 +600,4 @@ color: '#83C4FF', | ||
value: color, | ||
type: 'color' | ||
type: 'color', | ||
markColorType: 'palette' | ||
}, { | ||
@@ -603,0 +604,0 @@ rule: [['show', '$eq', true], ['mode', '$eq', 'single']], |
{ | ||
"name": "@easyv/config", | ||
"version": "1.0.53", | ||
"version": "1.0.54", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -287,3 +287,3 @@ import { mapping, label, multiColor } from '.'; | ||
show: true, | ||
mode: 'double', | ||
mode: 'single', | ||
inner: { color: '#83C4FF', radius: 3 }, | ||
@@ -571,2 +571,3 @@ outer: { color: 'rgba(24,144,255,0.4)', radius: 6 }, | ||
type: 'color', | ||
markColorType: 'palette', | ||
}, | ||
@@ -573,0 +574,0 @@ { |
306329
10636