@idmwx/idmui-gl3 3.4.9 → 3.5.1
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/index.js +7 -2
- package/dist/index.umd.cjs +11 -11
- package/dist/mapbox/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1020,7 +1020,7 @@ class Qt {
|
|
|
1020
1020
|
visibility: "visible"
|
|
1021
1021
|
},
|
|
1022
1022
|
paint: {
|
|
1023
|
-
"fill-color":
|
|
1023
|
+
"fill-color": "#ebeaea"
|
|
1024
1024
|
}
|
|
1025
1025
|
},
|
|
1026
1026
|
countryAdmin0BoundaryBg: {
|
|
@@ -7278,5 +7278,10 @@ export {
|
|
|
7278
7278
|
at as LatLngGL,
|
|
7279
7279
|
es as MapboxGL,
|
|
7280
7280
|
cs as MapboxGLPlugin,
|
|
7281
|
-
|
|
7281
|
+
Qt as MapboxHelper,
|
|
7282
|
+
F as ParticleSchema,
|
|
7283
|
+
tt as TropicalGL,
|
|
7284
|
+
Ue as Viewport,
|
|
7285
|
+
le as WebGL,
|
|
7286
|
+
B as WebGLSchema
|
|
7282
7287
|
};
|