@easyv/config
Advanced tools
Comparing version 1.1.23 to 1.1.24
@@ -155,3 +155,3 @@ "use strict"; | ||
markColorType: 'seriesGradient' | ||
}, fillType !== undefined && { | ||
}, (fillType !== undefined || patternType !== undefined) && { | ||
rule: [['fillType', '$eq', 'color']], | ||
@@ -158,0 +158,0 @@ name: 'border', |
{ | ||
"name": "@easyv/config", | ||
"version": "1.1.23", | ||
"version": "1.1.24", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -123,3 +123,3 @@ import { mapping, label, multiColor, imageGroup, show, shadow, sc, showRule } from '.'; | ||
}, | ||
fillType !== undefined && { | ||
(fillType !== undefined || patternType !== undefined) && { | ||
rule: [['fillType', '$eq', 'color']], | ||
@@ -126,0 +126,0 @@ name: 'border', |
348657