@record-evolution/widget-mapbox 1.5.14 → 1.5.15
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.webp +0 -0
package/dist/widget-mapbox.js
CHANGED
|
@@ -2143,7 +2143,7 @@ let WidgetMapbox = class WidgetMapbox extends i$1 {
|
|
|
2143
2143
|
this.dataSets = [];
|
|
2144
2144
|
this.dataSources = new Map();
|
|
2145
2145
|
this.colors = new Map();
|
|
2146
|
-
this.version = '1.5.
|
|
2146
|
+
this.version = '1.5.15';
|
|
2147
2147
|
this.mapLoaded = false;
|
|
2148
2148
|
this.imageList = [];
|
|
2149
2149
|
this.resizeObserver = new ResizeObserver(() => {
|
|
@@ -2793,7 +2793,7 @@ __decorate([
|
|
|
2793
2793
|
e$1('#map')
|
|
2794
2794
|
], WidgetMapbox.prototype, "mapElement", void 0);
|
|
2795
2795
|
WidgetMapbox = __decorate([
|
|
2796
|
-
t$2('widget-mapbox-1.5.
|
|
2796
|
+
t$2('widget-mapbox-1.5.15')
|
|
2797
2797
|
], WidgetMapbox);
|
|
2798
2798
|
|
|
2799
2799
|
export { WidgetMapbox };
|
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.
|
|
6
|
+
"version": "1.5.15",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=24.9.0",
|
|
9
9
|
"npm": ">=10.0.2"
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"files": [
|
|
15
15
|
"dist",
|
|
16
16
|
"src",
|
|
17
|
-
"thumbnail.png"
|
|
17
|
+
"thumbnail.png",
|
|
18
|
+
"thumbnail.webp"
|
|
18
19
|
],
|
|
19
20
|
"scripts": {
|
|
20
21
|
"analyze": "cem analyze --litelement",
|
package/thumbnail.webp
ADDED
|
Binary file
|