@record-evolution/widget-mapbox 1.5.10 → 1.5.11
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 +3 -2
- package/thumbnail.png +0 -0
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.11';
|
|
2089
2089
|
this.mapLoaded = false;
|
|
2090
2090
|
this.imageList = [];
|
|
2091
2091
|
this.resizeObserver = new ResizeObserver(() => {
|
|
@@ -2719,7 +2719,7 @@ __decorate([
|
|
|
2719
2719
|
__decorate([
|
|
2720
2720
|
r$1()
|
|
2721
2721
|
], WidgetMapbox.prototype, "themeSubtitleColor", void 0);
|
|
2722
|
-
window.customElements.define('widget-mapbox-1.5.
|
|
2722
|
+
window.customElements.define('widget-mapbox-1.5.11', WidgetMapbox);
|
|
2723
2723
|
|
|
2724
2724
|
export { WidgetMapbox };
|
|
2725
2725
|
//# sourceMappingURL=widget-mapbox.js.map
|
package/package.json
CHANGED
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
"description": "REWidget widget-mapbox",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "widget-mapbox",
|
|
6
|
-
"version": "1.5.
|
|
6
|
+
"version": "1.5.11",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/widget-mapbox.js",
|
|
9
9
|
"types": "dist/src/widget-mapbox.d.ts",
|
|
10
10
|
"files": [
|
|
11
11
|
"dist",
|
|
12
|
-
"src"
|
|
12
|
+
"src",
|
|
13
|
+
"thumbnail.png"
|
|
13
14
|
],
|
|
14
15
|
"scripts": {
|
|
15
16
|
"analyze": "cem analyze --litelement",
|
package/thumbnail.png
ADDED
|
Binary file
|