azure-maps-control 2.1.11 → 2.1.14

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,7 +1,7 @@
1
1
  {
2
2
  "name": "azure-maps-control",
3
3
  "author": "Microsoft Corporation",
4
- "version": "2.1.11",
4
+ "version": "2.1.14",
5
5
  "description": "Map SDK for Azure Maps",
6
6
  "keywords": [
7
7
  "azure",
@@ -3622,11 +3622,6 @@ declare namespace atlas {
3622
3622
  * Default `true`
3623
3623
  */
3624
3624
  autoSelectionMode?: boolean;
3625
- /**
3626
- * theme
3627
- * when unset - all styles are selectable
3628
- */
3629
- theme?: "auto" | string;
3630
3625
  }
3631
3626
 
3632
3627
  /**