@woosmap/ui 4.130.6 → 4.131.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.130.6",
3
+ "version": "4.131.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -212,7 +212,7 @@ storesOverlay.setMap(map);
212
212
  });
213
213
  }
214
214
 
215
- const styles = [{ featureType: 'point_of_interest', elementType: "all", stylers: [{ visibility: hasPois ? 'on' : 'off' }] }];
215
+ const styles = [{ featureType: 'point_of_interest', stylers: [{ visibility: hasPois ? 'on' : 'off' }] }];
216
216
  const colorStyle = this.applyStyle(style);
217
217
 
218
218
  if (colorStyle) {
@@ -1 +1,2 @@
1
1
  // Style of all components
2
+ @import "../components/**/*.styl"