@easyv/config 1.0.50 → 1.0.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
+
5
+ ### [1.0.53](https://gitlab.prod.dtstack.cn:10022/visdev/visApplication/easyv-config/compare/v1.0.52...v1.0.53) (2022-04-08)
6
+
7
+ ### [1.0.52](https://gitlab.prod.dtstack.cn:10022/visdev/visApplication/easyv-config/compare/v1.0.51...v1.0.52) (2022-04-02)
8
+
9
+ ### 1.0.51 (2022-04-02)
package/lib/animation.js CHANGED
@@ -204,7 +204,8 @@ var animationOfCarousel = function animationOfCarousel() {
204
204
  name: 'textStyle',
205
205
  displayName: '类目文本样式',
206
206
  value: (0, _.font)(textStyle),
207
- type: "textStyle"
207
+ type: "textStyle",
208
+ markColorType: 'textColor'
208
209
  }, {
209
210
  name: 'gap',
210
211
  displayName: '类目文本间距',
package/lib/axisLine.js CHANGED
@@ -32,7 +32,8 @@ var _default = function _default() {
32
32
  name: 'color',
33
33
  displayName: '颜色',
34
34
  value: color,
35
- type: 'color'
35
+ type: 'color',
36
+ markColorType: 'assistColor'
36
37
  }, {
37
38
  rule: [['show', '$eq', true]],
38
39
  name: 'lineWidth',
package/lib/gridLine.js CHANGED
@@ -42,7 +42,8 @@ var _default = function _default() {
42
42
  name: 'color',
43
43
  displayName: '颜色',
44
44
  value: color,
45
- type: 'color'
45
+ type: 'color',
46
+ markColorType: 'gridColor'
46
47
  }, {
47
48
  rule: [['show', '$eq', true]],
48
49
  name: 'lineWidth',
package/lib/label.js CHANGED
@@ -76,7 +76,8 @@ var _default = function _default() {
76
76
  italic: italic,
77
77
  letterSpacing: letterSpacing
78
78
  },
79
- type: 'textStyle'
79
+ type: 'textStyle',
80
+ markColorType: 'textColor'
80
81
  }, position !== undefined && {
81
82
  name: 'position',
82
83
  displayName: '位置',
@@ -221,10 +222,10 @@ var labelOfPie = function labelOfPie() {
221
222
  step: 1
222
223
  }
223
224
  }, lineColor !== undefined && {
224
- name: "lineColor",
225
- displayName: "线颜色",
225
+ name: 'lineColor',
226
+ displayName: '线颜色',
226
227
  value: lineColor,
227
- type: "color"
228
+ type: 'color'
228
229
  }, {
229
230
  rule: [['show', '$eq', true]],
230
231
  name: 'mode',
@@ -256,7 +257,8 @@ var labelOfPie = function labelOfPie() {
256
257
  name: 'font',
257
258
  displayName: '文本样式',
258
259
  value: nameFont,
259
- type: 'textStyle'
260
+ type: 'textStyle',
261
+ markColorType: 'textColor'
260
262
  }]
261
263
  }, {
262
264
  rule: [['show', '$eq', true]],
@@ -281,7 +283,8 @@ var labelOfPie = function labelOfPie() {
281
283
  name: 'font',
282
284
  displayName: '文本样式',
283
285
  value: percentFont,
284
- type: 'textStyle'
286
+ type: 'textStyle',
287
+ markColorType: 'textColor'
285
288
  }]
286
289
  }, {
287
290
  name: 'value',
@@ -323,7 +326,8 @@ var labelOfPie = function labelOfPie() {
323
326
  name: 'font',
324
327
  displayName: '文本样式',
325
328
  value: valueFont,
326
- type: 'textStyle'
329
+ type: 'textStyle',
330
+ markColorType: 'textColor'
327
331
  }]
328
332
  }].filter(function (item) {
329
333
  return !!item;
@@ -359,14 +363,15 @@ var labelOfRose = function labelOfRose() {
359
363
  name: 'font',
360
364
  displayName: '文本样式',
361
365
  value: (0, _.font)(labelFont),
362
- type: 'textStyle'
366
+ type: 'textStyle',
367
+ markColorType: 'textColor'
363
368
  }), _objectSpread(_objectSpread({}, (0, _.showRule)()), {}, {
364
- name: "gap",
365
- displayName: "间距",
369
+ name: 'gap',
370
+ displayName: '间距',
366
371
  value: gap,
367
- type: "number",
372
+ type: 'number',
368
373
  config: {
369
- suffix: "px"
374
+ suffix: 'px'
370
375
  }
371
376
  })]
372
377
  };
@@ -611,7 +616,8 @@ var axisLabel = function axisLabel() {
611
616
  name: 'font',
612
617
  displayName: '文本样式',
613
618
  value: font,
614
- type: 'textStyle'
619
+ type: 'textStyle',
620
+ markColorType: 'textColor'
615
621
  }]
616
622
  };
617
623
  };
package/lib/legend.js CHANGED
@@ -102,7 +102,8 @@ var _default = function _default() {
102
102
  name: 'font',
103
103
  displayName: '文本样式',
104
104
  value: font,
105
- type: 'textStyle'
105
+ type: 'textStyle',
106
+ markColorType: 'textColor'
106
107
  }, {
107
108
  name: 'iconSize',
108
109
  displayName: '图标尺寸',
@@ -267,7 +268,8 @@ var legendOfRose = function legendOfRose() {
267
268
  name: 'font',
268
269
  displayName: '文本样式',
269
270
  value: font,
270
- type: 'textStyle'
271
+ type: 'textStyle',
272
+ markColorType: 'textColor'
271
273
  }, {
272
274
  name: 'iconSize',
273
275
  displayName: '图标尺寸',
@@ -522,7 +524,8 @@ var legendOfPie = function legendOfPie() {
522
524
  name: 'font',
523
525
  displayName: '文本样式',
524
526
  value: nameFont,
525
- type: 'textStyle'
527
+ type: 'textStyle',
528
+ markColorType: 'textColor'
526
529
  }]
527
530
  }), _objectSpread(_objectSpread({}, showRule()), {}, {
528
531
  name: 'percent',
@@ -552,7 +555,8 @@ var legendOfPie = function legendOfPie() {
552
555
  name: 'font',
553
556
  displayName: '文本样式',
554
557
  value: percentFont,
555
- type: 'textStyle'
558
+ type: 'textStyle',
559
+ markColorType: 'textColor'
556
560
  })]
557
561
  }), _objectSpread(_objectSpread({}, showRule()), {}, {
558
562
  name: 'value',
@@ -599,7 +603,8 @@ var legendOfPie = function legendOfPie() {
599
603
  name: 'font',
600
604
  displayName: '文本样式',
601
605
  value: valueFont,
602
- type: 'textStyle'
606
+ type: 'textStyle',
607
+ markColorType: 'textColor'
603
608
  })]
604
609
  }), _objectSpread(_objectSpread({}, showRule()), {}, {
605
610
  name: 'layout',
@@ -651,8 +656,8 @@ var legendOfPie = function legendOfPie() {
651
656
  exports.legendOfPie = legendOfPie;
652
657
  var defaultLegendOfDoublePie = {
653
658
  show: true,
654
- key: "legend",
655
- displayName: "图例",
659
+ key: 'legend',
660
+ displayName: '图例',
656
661
  iconSize: {
657
662
  width: 10,
658
663
  height: 10
@@ -815,7 +820,8 @@ var legendOfDoublePie = function legendOfDoublePie() {
815
820
  name: 'font',
816
821
  displayName: '文本样式',
817
822
  value: nameFont,
818
- type: 'textStyle'
823
+ type: 'textStyle',
824
+ markColorType: 'textColor'
819
825
  }]
820
826
  }, {
821
827
  rule: [['show', '$eq', true]],
@@ -850,7 +856,8 @@ var legendOfDoublePie = function legendOfDoublePie() {
850
856
  name: 'font',
851
857
  displayName: '文本样式',
852
858
  value: percentFont,
853
- type: 'textStyle'
859
+ type: 'textStyle',
860
+ markColorType: 'textColor'
854
861
  }]
855
862
  }, {
856
863
  rule: [['show', '$eq', true]],
@@ -906,7 +913,8 @@ var legendOfDoublePie = function legendOfDoublePie() {
906
913
  name: 'font',
907
914
  displayName: '文本样式',
908
915
  value: valueFont,
909
- type: 'textStyle'
916
+ type: 'textStyle',
917
+ markColorType: 'textColor'
910
918
  }]
911
919
  }, {
912
920
  rule: [['show', '$eq', true]],
package/lib/pie.js CHANGED
@@ -220,20 +220,21 @@ var roseCategoryAxis = function roseCategoryAxis() {
220
220
  _ref4$axis$gridLine = _ref4$axis.gridLine,
221
221
  gridLine_ = _ref4$axis$gridLine === void 0 ? defaultRoseAxis.axis.gridLine : _ref4$axis$gridLine;
222
222
  return {
223
- name: "categoryAxis",
224
- displayName: "类目轴",
223
+ name: 'categoryAxis',
224
+ displayName: '类目轴',
225
225
  value: [{
226
- name: "textStyle",
227
- displayName: "标签文本",
226
+ name: 'textStyle',
227
+ displayName: '标签文本',
228
228
  value: (0, _.font)(textStyle),
229
- type: "textStyle"
229
+ type: 'textStyle',
230
+ markColorType: 'textColor'
230
231
  }, {
231
- name: "gap",
232
- displayName: "边距",
232
+ name: 'gap',
233
+ displayName: '边距',
233
234
  value: gap,
234
- type: "number",
235
+ type: 'number',
235
236
  config: {
236
- suffix: "px"
237
+ suffix: 'px'
237
238
  }
238
239
  }, (0, _.axisLine)(axisLine_), gridLine(gridLine_)],
239
240
  config: {
@@ -258,25 +259,26 @@ var roseValueAxis = function roseValueAxis() {
258
259
  _ref5$axis$gridLine = _ref5$axis.gridLine,
259
260
  gridLine_ = _ref5$axis$gridLine === void 0 ? defaultRoseAxis.axis.gridLine : _ref5$axis$gridLine;
260
261
  return {
261
- name: "valueAxis",
262
- displayName: "数值轴",
262
+ name: 'valueAxis',
263
+ displayName: '数值轴',
263
264
  value: [{
264
- name: "count",
265
- displayName: "数量",
265
+ name: 'count',
266
+ displayName: '数量',
266
267
  value: count,
267
- type: "number"
268
+ type: 'number'
268
269
  }, {
269
- name: "textStyle",
270
- displayName: "标签文本",
270
+ name: 'textStyle',
271
+ displayName: '标签文本',
271
272
  value: (0, _.font)(textStyle),
272
- type: "textStyle"
273
+ type: 'textStyle',
274
+ markColorType: 'textColor'
273
275
  }, {
274
- name: "gap",
275
- displayName: "边距",
276
+ name: 'gap',
277
+ displayName: '边距',
276
278
  value: gap,
277
- type: "number",
279
+ type: 'number',
278
280
  config: {
279
- suffix: "px"
281
+ suffix: 'px'
280
282
  }
281
283
  }, (0, _.axisLine)(axisLine_), gridLine(gridLine_)],
282
284
  config: {
@@ -314,14 +316,15 @@ var categoryText = function categoryText(_ref6) {
314
316
  name: 'textStyle',
315
317
  displayName: '文本样式',
316
318
  value: font,
317
- type: "textStyle"
319
+ type: 'textStyle',
320
+ markColorType: 'textColor'
318
321
  }), _objectSpread(_objectSpread({}, (0, _.showRule)()), {}, {
319
322
  name: 'gap',
320
323
  displayName: '间距',
321
324
  value: gap,
322
325
  type: 'number',
323
326
  config: {
324
- suffix: "px"
327
+ suffix: 'px'
325
328
  }
326
329
  })]
327
330
  };
@@ -466,7 +469,7 @@ var decorate2 = function decorate2(_ref8) {
466
469
  config: {
467
470
  min: 0,
468
471
  max: 100,
469
- suffix: "%"
472
+ suffix: '%'
470
473
  }
471
474
  }]
472
475
  };
@@ -581,10 +584,11 @@ var current = function current() {
581
584
  name: 'font',
582
585
  displayName: '文本样式',
583
586
  value: nameFont,
584
- type: 'textStyle'
585
- }, nameTranslate != undefined && _objectSpread(_objectSpread({}, (0, _.showRule)()), (0, _.translate)(nameTranslate.x, nameTranslate.y)), textBreak != undefined && _objectSpread(_objectSpread({}, (0, _.showRule)()), (0, _.sc)("textBreak", "首行字数", "number", textBreak, {
587
+ type: 'textStyle',
588
+ markColorType: 'textColor'
589
+ }, nameTranslate != undefined && _objectSpread(_objectSpread({}, (0, _.showRule)()), (0, _.translate)(nameTranslate.x, nameTranslate.y)), textBreak != undefined && _objectSpread(_objectSpread({}, (0, _.showRule)()), (0, _.sc)('textBreak', '首行字数', 'number', textBreak, {
586
590
  min: 0,
587
- suffix: ""
591
+ suffix: ''
588
592
  }))].filter(function (item) {
589
593
  return !!item;
590
594
  })
@@ -606,7 +610,8 @@ var current = function current() {
606
610
  name: 'font',
607
611
  displayName: '文本样式',
608
612
  value: percentFont,
609
- type: 'textStyle'
613
+ type: 'textStyle',
614
+ markColorType: 'textColor'
610
615
  }, _objectSpread({
611
616
  rule: [['show', '$eq', true]]
612
617
  }, (0, _.translate)(percentTranslateX, percentTranslateY))]
@@ -619,7 +624,8 @@ var current = function current() {
619
624
  name: 'font',
620
625
  displayName: '文本样式',
621
626
  value: valueFont,
622
- type: 'textStyle'
627
+ type: 'textStyle',
628
+ markColorType: 'textColor'
623
629
  }, _objectSpread({
624
630
  rule: [['show', '$eq', true]]
625
631
  }, (0, _.translate)(valueTranslateX, valueTranslateY)), {
@@ -720,12 +726,12 @@ var baseOuter = function baseOuter() {
720
726
 
721
727
  var defaultOuterDecorate = {
722
728
  outerDecorate: {
723
- color: "#CF00FF",
729
+ color: '#CF00FF',
724
730
  width: 10,
725
731
  tick: {
726
732
  show: true,
727
733
  count: 12,
728
- color: "#CF00FF",
734
+ color: '#CF00FF',
729
735
  width: 3,
730
736
  length: 8
731
737
  }
@@ -762,46 +768,46 @@ var outerDecorate = function outerDecorate() {
762
768
  value: color,
763
769
  type: 'color'
764
770
  }, {
765
- name: "width",
766
- displayName: "粗细",
771
+ name: 'width',
772
+ displayName: '粗细',
767
773
  value: width,
768
- type: "number",
774
+ type: 'number',
769
775
  config: {
770
776
  min: 0,
771
777
  max: 100,
772
- suffix: "px"
778
+ suffix: 'px'
773
779
  }
774
780
  }, {
775
781
  name: 'tick',
776
782
  displayName: '刻度',
777
783
  value: [(0, _.show)(show), _objectSpread(_objectSpread({}, (0, _.showRule)()), {}, {
778
- name: "count",
779
- displayName: "个数",
784
+ name: 'count',
785
+ displayName: '个数',
780
786
  value: count,
781
- type: "number",
787
+ type: 'number',
782
788
  config: {
783
789
  min: 0
784
790
  }
785
791
  }), _objectSpread(_objectSpread({}, (0, _.showRule)()), {}, {
786
- name: "color",
787
- displayName: "颜色",
792
+ name: 'color',
793
+ displayName: '颜色',
788
794
  value: tickColor,
789
- type: "color"
795
+ type: 'color'
790
796
  }), _objectSpread(_objectSpread({}, (0, _.showRule)()), {}, {
791
- name: "width",
792
- displayName: "粗细",
797
+ name: 'width',
798
+ displayName: '粗细',
793
799
  value: tickWidth,
794
- type: "number",
800
+ type: 'number',
795
801
  config: {
796
- suffix: "px"
802
+ suffix: 'px'
797
803
  }
798
804
  }), _objectSpread(_objectSpread({}, (0, _.showRule)()), {}, {
799
- name: "length",
800
- displayName: "长度",
805
+ name: 'length',
806
+ displayName: '长度',
801
807
  value: length,
802
- type: "number",
808
+ type: 'number',
803
809
  config: {
804
- suffix: "px"
810
+ suffix: 'px'
805
811
  }
806
812
  })]
807
813
  }]
package/lib/series.js CHANGED
@@ -149,7 +149,8 @@ var bandSeries = function bandSeries() {
149
149
  name: 'fill',
150
150
  displayName: '颜色',
151
151
  type: 'multicolor',
152
- value: fill
152
+ value: fill,
153
+ markColorType: 'seriesGradient'
153
154
  }, fillType !== undefined && {
154
155
  rule: [['fillType', '$eq', 'pattern']],
155
156
  name: 'url',
@@ -180,9 +181,9 @@ var bandSeries = function bandSeries() {
180
181
  type: 'group'
181
182
  }, fillType !== undefined && {
182
183
  rule: [['fillType', '$eq', 'pattern']],
183
- type: "range",
184
- name: "opacity",
185
- displayName: "透明度",
184
+ type: 'range',
185
+ name: 'opacity',
186
+ displayName: '透明度',
186
187
  value: opacity,
187
188
  config: {
188
189
  max: 1,
@@ -193,7 +194,8 @@ var bandSeries = function bandSeries() {
193
194
  name: 'fill',
194
195
  displayName: '颜色',
195
196
  type: 'multicolor',
196
- value: fill
197
+ value: fill,
198
+ markColorType: 'seriesGradient'
197
199
  }, patternType !== undefined && {
198
200
  name: 'patternType',
199
201
  displayName: '纹理类型',
@@ -382,7 +384,8 @@ var commonLine = function commonLine() {
382
384
  name: 'color',
383
385
  displayName: '颜色',
384
386
  value: color,
385
- type: 'color'
387
+ type: 'color',
388
+ markColorType: 'palette'
386
389
  }, {
387
390
  name: 'lineWidth',
388
391
  displayName: '粗细',
@@ -441,7 +444,8 @@ var lighter = function lighter() {
441
444
  name: 'fill',
442
445
  displayName: '颜色',
443
446
  type: 'multicolor',
444
- value: fill
447
+ value: fill,
448
+ markColorType: 'seriesGradient'
445
449
  }, {
446
450
  rule: [['show', '$eq', true]],
447
451
  name: 'length',
@@ -720,17 +724,17 @@ var areaSeries = function areaSeries() {
720
724
  }]
721
725
  }
722
726
  }, {
723
- name: "areaType",
724
- displayName: "区域样式",
727
+ name: 'areaType',
728
+ displayName: '区域样式',
725
729
  value: areaType,
726
730
  type: 'radio',
727
731
  config: {
728
732
  options: [{
729
- name: "颜色",
730
- value: "color"
733
+ name: '颜色',
734
+ value: 'color'
731
735
  }, {
732
- name: "纹理",
733
- value: "pattern"
736
+ name: '纹理',
737
+ value: 'pattern'
734
738
  }]
735
739
  }
736
740
  }, {
@@ -738,13 +742,14 @@ var areaSeries = function areaSeries() {
738
742
  name: 'areaColor',
739
743
  displayName: '区域颜色',
740
744
  type: 'multicolor',
741
- value: areaColor
745
+ value: areaColor,
746
+ markColorType: 'seriesGradient'
742
747
  }, {
743
748
  rule: [['areaType', '$eq', 'pattern']],
744
- name: "url",
745
- displayName: "纹理图片",
749
+ name: 'url',
750
+ displayName: '纹理图片',
746
751
  value: url,
747
- type: "uploadImage"
752
+ type: 'uploadImage'
748
753
  }, {
749
754
  rule: [['areaType', '$eq', 'pattern']],
750
755
  name: 'size',
@@ -769,9 +774,9 @@ var areaSeries = function areaSeries() {
769
774
  type: 'group'
770
775
  }, {
771
776
  rule: [['areaType', '$eq', 'pattern']],
772
- type: "range",
773
- name: "opacity",
774
- displayName: "透明度",
777
+ type: 'range',
778
+ name: 'opacity',
779
+ displayName: '透明度',
775
780
  value: opacity,
776
781
  config: {
777
782
  max: 1,
@@ -781,14 +786,14 @@ var areaSeries = function areaSeries() {
781
786
  }, {
782
787
  name: 'line',
783
788
  displayName: '折线',
784
- value: (0, _toConsumableArray2["default"])(commonLine({
789
+ value: [].concat((0, _toConsumableArray2["default"])(commonLine({
785
790
  type: type,
786
791
  color: color,
787
792
  lineWidth: lineWidth,
788
793
  curve: curve,
789
794
  tension: tension,
790
795
  connectNulls: connectNulls
791
- })).filter(function (item) {
796
+ })), [lineLighter && lighter(lineLighter)]).filter(function (item) {
792
797
  return !!item;
793
798
  })
794
799
  }, (0, _.label)(areaLabel)],
@@ -843,11 +848,12 @@ var pieSeries = function pieSeries() {
843
848
  name: 'color',
844
849
  displayName: currentColor != undefined ? '默认颜色' : '颜色',
845
850
  type: 'multicolor',
846
- value: (0, _.multiColor)(color)
851
+ value: (0, _.multiColor)(color),
852
+ markColorType: 'seriesGradient'
847
853
  }, currentColor != undefined && {
848
854
  name: 'currentColor',
849
855
  displayName: '当前颜色',
850
- type: "multicolor",
856
+ type: 'multicolor',
851
857
  value: (0, _.multiColor)(currentColor)
852
858
  }].filter(function (item) {
853
859
  return !!item;
@@ -859,7 +865,7 @@ var pieSeries = function pieSeries() {
859
865
  exports.pieSeries = pieSeries;
860
866
  var defaultPurePieSeries = {
861
867
  mapping: _mapping,
862
- color: "#fff"
868
+ color: '#fff'
863
869
  };
864
870
 
865
871
  var purePieSeries = function purePieSeries() {
@@ -885,7 +891,8 @@ var purePieSeries = function purePieSeries() {
885
891
  name: 'color',
886
892
  displayName: '填充',
887
893
  type: 'color',
888
- value: color
894
+ value: color,
895
+ markColorType: 'palette'
889
896
  }],
890
897
  type: 'object'
891
898
  };
package/lib/tickLine.js CHANGED
@@ -35,7 +35,8 @@ var _default = function _default() {
35
35
  name: 'color',
36
36
  displayName: '颜色',
37
37
  value: color,
38
- type: 'color'
38
+ type: 'color',
39
+ markColorType: 'assistColor'
39
40
  }, {
40
41
  rule: [['show', '$eq', true]],
41
42
  name: 'lineWidth',
package/lib/tooltip.js CHANGED
@@ -249,7 +249,8 @@ var _default = function _default() {
249
249
  italic: xAxisItalic,
250
250
  letterSpacing: xAxisLetterSpacing
251
251
  },
252
- type: 'textStyle'
252
+ type: 'textStyle',
253
+ markColorType: 'textColor'
253
254
  }, {
254
255
  name: 'align',
255
256
  displayName: '对齐方式',
@@ -296,7 +297,8 @@ var _default = function _default() {
296
297
  italic: nameItalic,
297
298
  letterSpacing: nameLetterSpacing
298
299
  },
299
- type: 'textStyle'
300
+ type: 'textStyle',
301
+ markColorType: 'textColor'
300
302
  }, {
301
303
  name: 'value',
302
304
  displayName: '系列值',
@@ -308,7 +310,8 @@ var _default = function _default() {
308
310
  italic: valueFontItalic,
309
311
  letterSpacing: valueFontLetterSpacing
310
312
  },
311
- type: 'textStyle'
313
+ type: 'textStyle',
314
+ markColorType: 'textColor'
312
315
  }, {
313
316
  name: 'suffix',
314
317
  displayName: '后缀',
@@ -388,7 +391,8 @@ var _default = function _default() {
388
391
  italic: suffixItalic,
389
392
  letterSpacing: suffixLetterSpacing
390
393
  },
391
- type: 'textStyle'
394
+ type: 'textStyle',
395
+ markColorType: 'textColor'
392
396
  }, (0, _.translate)(x, y)]
393
397
  }]
394
398
  }]
package/lib/unit.js CHANGED
@@ -86,7 +86,8 @@ var _default = function _default() {
86
86
  italic: italic,
87
87
  letterSpacing: letterSpacing
88
88
  },
89
- type: 'textStyle'
89
+ type: 'textStyle',
90
+ markColorType: 'textColor'
90
91
  }, _objectSpread({
91
92
  rule: [['show', '$eq', true]]
92
93
  }, translate(x, y))]
package/package.json CHANGED
@@ -1,10 +1,12 @@
1
1
  {
2
2
  "name": "@easyv/config",
3
- "version": "1.0.50",
3
+ "version": "1.0.53",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "make": "babel src -d lib"
7
+ "make": "babel src -d lib",
8
+ "release": "standard-version",
9
+ "publish": "npm run make && npm run release && npm publish --access public"
8
10
  },
9
11
  "keywords": [],
10
12
  "author": "",
@@ -17,7 +19,9 @@
17
19
  "@babel/plugin-transform-runtime": "^7.11.5",
18
20
  "@babel/preset-env": "^7.11.5",
19
21
  "@babel/preset-react": "^7.10.4",
22
+ "@babel/runtime": "^7.17.7",
20
23
  "babel-plugin-transform-import-styles": "0.0.11",
21
- "babel-preset-env": "^1.7.0"
24
+ "babel-preset-env": "^1.7.0",
25
+ "standard-version": "^9.3.2"
22
26
  }
23
27
  }