svgmap 2.19.2 → 2.19.3

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 CHANGED
@@ -3088,6 +3088,10 @@ class svgMap {
3088
3088
  'svgMap-map-wrapper',
3089
3089
  this.mapContainer
3090
3090
  );
3091
+ this.mapWrapper.style.setProperty(
3092
+ '--svg-map-country-fill',
3093
+ this.toHex(this.options.colorNoData)
3094
+ );
3091
3095
  this.mapImage = document.createElementNS(
3092
3096
  'http://www.w3.org/2000/svg',
3093
3097
  'svg'