azure-maps-control 3.3.0 → 3.4.0
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 +32 -8
- package/dist/atlas-core-bare.js +33 -9
- package/dist/atlas-core-bare.min.js +1 -1
- package/dist/atlas-core-snr.js +32 -8
- package/dist/atlas-core.js +33 -9
- package/dist/atlas-core.min.js +3 -3
- package/dist/atlas-esm.js +3335 -5975
- package/dist/atlas-esm.min.js +3 -3
- package/dist/atlas.css +5 -1
- package/dist/atlas.js +3334 -5974
- package/dist/atlas.min.css +1 -1
- package/dist/atlas.min.js +2 -2
- package/package.json +4 -3
- package/thirdpartynotices.txt +0 -0
- package/typings/index.d.ts +12 -0
package/dist/atlas.css
CHANGED
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
.atlas-map .map-logo-control .azure-map-logo {
|
|
564
564
|
background-size: 130px 43px;
|
|
565
565
|
height: 14px;
|
|
566
|
-
width:
|
|
566
|
+
width: 102px;
|
|
567
567
|
}
|
|
568
568
|
.atlas-map a.azure-map-copyright[href]:hover {
|
|
569
569
|
text-decoration: underline;
|
|
@@ -952,6 +952,9 @@
|
|
|
952
952
|
flex-direction: row;
|
|
953
953
|
position: relative;
|
|
954
954
|
}
|
|
955
|
+
.atlas-map .azure-maps-control-container > .style-options.icons {
|
|
956
|
+
flex-wrap: wrap;
|
|
957
|
+
}
|
|
955
958
|
.atlas-map .top-left.subcontrol-container {
|
|
956
959
|
position: absolute;
|
|
957
960
|
top: 0;
|
|
@@ -1447,6 +1450,7 @@
|
|
|
1447
1450
|
}
|
|
1448
1451
|
.atlas-map .azure-maps-control-button.curr-style {
|
|
1449
1452
|
position: relative;
|
|
1453
|
+
flex-shrink: 0;
|
|
1450
1454
|
}
|
|
1451
1455
|
.atlas-map .azure-maps-control-button.curr-style > .icon {
|
|
1452
1456
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.6 11.6'%3E%3Cg transform='rotate(180 5.8 5.8)'%3E%3Ccircle cx='5.8' cy='5.8' r='5.8' fill='%2383888d'/%3E%3Cpath d='M6 9.5L3.5 5.9v-.2L6 2.4a.188.188 0 0 1 .3 0l1.3 1a.188.188 0 0 1 0 .3L6 5.7A.188.188 0 0 0 6 6l1.6 2.4c.1.1 0 .2-.1.3l-1.3.8c-.1.1-.2.1-.2 0z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
|