@foodmarketmaker/mapag 0.0.12 → 0.0.13

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/index.d.ts CHANGED
@@ -764,6 +764,7 @@ declare class WatershedSettings {
764
764
  labelsColor: string;
765
765
  labelsHaloColor: string;
766
766
  labelsHaloWidth: number;
767
+ labelsOpacity: number;
767
768
  autoSelectLayer: boolean;
768
769
  }
769
770
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foodmarketmaker/mapag",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Angular library for interactive maps with advanced geospatial features",
5
5
  "author": "Food Market Maker",
6
6
  "license": "MIT",