azure-maps-control 3.7.2 → 4.0.0-preview.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/dist/atlas-core-bare-snr-min.js +1 -1
- package/dist/atlas-core-bare-snr.js +31 -10
- package/dist/atlas-core-bare.js +14079 -15815
- package/dist/atlas-core-bare.min.js +1 -1
- package/dist/atlas-core-snr.js +31 -10
- package/dist/atlas-core.js +14065 -15801
- package/dist/atlas-core.min.js +3 -3
- package/dist/atlas-esm.js +14083 -15819
- package/dist/atlas-esm.min.js +3 -3
- package/dist/atlas.css +6 -6
- package/dist/atlas.js +14083 -15819
- package/dist/atlas.min.css +1 -1
- package/dist/atlas.min.js +30 -30
- package/package.json +4 -4
- package/thirdpartynotices.txt +0 -0
package/dist/atlas.css
CHANGED
|
@@ -1529,18 +1529,18 @@
|
|
|
1529
1529
|
overflow: auto;
|
|
1530
1530
|
position: absolute;
|
|
1531
1531
|
}
|
|
1532
|
-
.atlas-map .top-left .azure-maps-control-container > .style-options.list,
|
|
1533
|
-
.atlas-map .bottom-left .azure-maps-control-container > .style-options.list {
|
|
1532
|
+
.atlas-map .top-left .azure-maps-control-container > .style-options.list:not(.azure-maps-control-dropdown),
|
|
1533
|
+
.atlas-map .bottom-left .azure-maps-control-container > .style-options.list:not(.azure-maps-control-dropdown) {
|
|
1534
1534
|
left: 100%;
|
|
1535
1535
|
padding-left: 1px;
|
|
1536
1536
|
}
|
|
1537
|
-
.atlas-map .top-right .azure-maps-control-container > .style-options.list,
|
|
1538
|
-
.atlas-map .bottom-right .azure-maps-control-container > .style-options.list {
|
|
1537
|
+
.atlas-map .top-right .azure-maps-control-container > .style-options.list:not(.azure-maps-control-dropdown),
|
|
1538
|
+
.atlas-map .bottom-right .azure-maps-control-container > .style-options.list:not(.azure-maps-control-dropdown) {
|
|
1539
1539
|
right: 100%;
|
|
1540
1540
|
padding-right: 1px;
|
|
1541
1541
|
}
|
|
1542
|
-
.atlas-map .bottom-right .azure-maps-control-container > .style-options.list,
|
|
1543
|
-
.atlas-map .bottom-left .azure-maps-control-container > .style-options.list {
|
|
1542
|
+
.atlas-map .bottom-right .azure-maps-control-container > .style-options.list:not(.azure-maps-control-dropdown),
|
|
1543
|
+
.atlas-map .bottom-left .azure-maps-control-container > .style-options.list:not(.azure-maps-control-dropdown) {
|
|
1544
1544
|
bottom: 0px;
|
|
1545
1545
|
}
|
|
1546
1546
|
.atlas-map .azure-maps-control-container > .style-options.list button {
|