azure-maps-control 3.1.1 → 3.2.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 +24650 -24603
- package/dist/atlas-core-bare.js +48304 -48252
- package/dist/atlas-core-bare.min.js +1 -1
- package/dist/atlas-core-snr.js +8500 -8090
- package/dist/atlas-core.js +8504 -8089
- package/dist/atlas-core.min.js +3 -6
- package/dist/atlas-esm.js +25615 -24459
- package/dist/atlas-esm.min.js +3 -6
- package/dist/atlas.css +3 -2
- package/dist/atlas.js +25614 -24458
- package/dist/atlas.min.css +1 -1
- package/dist/atlas.min.js +3 -6
- package/package.json +10 -10
- package/thirdpartynotices.txt +0 -0
- package/typings/index.d.ts +8 -3
package/dist/atlas.css
CHANGED
|
@@ -550,6 +550,7 @@
|
|
|
550
550
|
display: none;
|
|
551
551
|
}
|
|
552
552
|
.atlas-map .azure-map-feedback {
|
|
553
|
+
background: no-repeat center center;
|
|
553
554
|
margin-right: 16px;
|
|
554
555
|
height: 20px;
|
|
555
556
|
width: 20px;
|
|
@@ -558,10 +559,10 @@
|
|
|
558
559
|
text-decoration: none;
|
|
559
560
|
}
|
|
560
561
|
.atlas-map .map-copyright.light .azure-map-feedback {
|
|
561
|
-
background-image: url("data:image/svg+xml,%3Csvg width='
|
|
562
|
+
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EFeedback%3C/title%3E%3Cpath d='M0 0v11h2v3.71L5.71 11H16V0H0zm1 1h14v9H5.29L3 12.29V10H1V1z' fill='%23666' fill-rule='evenodd'/%3E%3C/svg%3E");
|
|
562
563
|
}
|
|
563
564
|
.atlas-map .map-copyright.dark .azure-map-feedback {
|
|
564
|
-
background-image: url("data:image/svg+xml,%3Csvg width='
|
|
565
|
+
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EFeedback%3C/title%3E%3Cpath d='M0 0v11h2v3.71L5.71 11H16V0H0zm1 1h14v9H5.29L3 12.29V10H1V1z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
|
|
565
566
|
}
|
|
566
567
|
.atlas-map .map-copyright {
|
|
567
568
|
display: flex;
|