@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.
- package/dist/widget-mapbox.js +2 -2
- package/package.json +1 -1
- package/src/default-data.json +0 -2
package/dist/widget-mapbox.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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