@record-evolution/widget-value 1.0.23 → 1.0.24

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.
@@ -913,7 +913,7 @@ class WidgetValue extends s$1 {
913
913
  super();
914
914
  this.dataSets = new Map();
915
915
  this.textActive = true;
916
- this.version = '1.0.23';
916
+ this.version = '1.0.24';
917
917
  this.origWidth = 0;
918
918
  this.origHeight = 0;
919
919
  this.resizeObserver = new ResizeObserver((ev) => this.adjustSizes());
@@ -1199,7 +1199,7 @@ __decorate([
1199
1199
  __decorate([
1200
1200
  r()
1201
1201
  ], WidgetValue.prototype, "labelText", void 0);
1202
- window.customElements.define('widget-value-1.0.23', WidgetValue);
1202
+ window.customElements.define('widget-value-1.0.24', WidgetValue);
1203
1203
 
1204
1204
  export { WidgetValue };
1205
1205
  //# sourceMappingURL=widget-value.js.map
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "REWidget widget-value",
4
4
  "license": "MIT",
5
5
  "author": "widget-value",
6
- "version": "1.0.23",
6
+ "version": "1.0.24",
7
7
  "type": "module",
8
8
  "main": "dist/widget-value.js",
9
9
  "types": "dist/src/widget-value.d.ts",
@@ -47,13 +47,13 @@
47
47
  },
48
48
  "labelColor": {
49
49
  "title": "Label Color",
50
- "type": "string",
50
+ "type": "color",
51
51
  "color": true,
52
52
  "order": 4
53
53
  },
54
54
  "valueColor": {
55
55
  "title": "Value Color",
56
- "type": "string",
56
+ "type": "color",
57
57
  "color": true,
58
58
  "order": 5
59
59
  },