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.
@@ -3094,6 +3094,10 @@
3094
3094
  'svgMap-map-wrapper',
3095
3095
  this.mapContainer
3096
3096
  );
3097
+ this.mapWrapper.style.setProperty(
3098
+ '--svg-map-country-fill',
3099
+ this.toHex(this.options.colorNoData)
3100
+ );
3097
3101
  this.mapImage = document.createElementNS(
3098
3102
  'http://www.w3.org/2000/svg',
3099
3103
  'svg'