@record-evolution/widget-mapbox 1.5.5 → 1.5.6

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.
@@ -2085,7 +2085,7 @@ class WidgetMapbox extends i$1 {
2085
2085
  this.dataSets = [];
2086
2086
  this.dataSources = new Map();
2087
2087
  this.colors = new Map();
2088
- this.version = '1.5.5';
2088
+ this.version = '1.5.6';
2089
2089
  this.mapLoaded = false;
2090
2090
  this.imageList = [];
2091
2091
  this.resizeObserver = new ResizeObserver(() => {
@@ -2721,7 +2721,7 @@ __decorate([
2721
2721
  __decorate([
2722
2722
  r$1()
2723
2723
  ], WidgetMapbox.prototype, "themeSubtitleColor", void 0);
2724
- window.customElements.define('widget-mapbox-1.5.5', WidgetMapbox);
2724
+ window.customElements.define('widget-mapbox-1.5.6', WidgetMapbox);
2725
2725
 
2726
2726
  export { WidgetMapbox };
2727
2727
  //# sourceMappingURL=widget-mapbox.js.map
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "REWidget widget-mapbox",
4
4
  "license": "MIT",
5
5
  "author": "widget-mapbox",
6
- "version": "1.5.5",
6
+ "version": "1.5.6",
7
7
  "type": "module",
8
8
  "main": "dist/widget-mapbox.js",
9
9
  "types": "dist/src/widget-mapbox.d.ts",
@@ -1,6 +1,4 @@
1
1
  {
2
- "title": "Test",
3
- "subTitle": "Subtitle",
4
2
  "style": "light-v11",
5
3
  "showLegend": false,
6
4
  "follow": false,