azure-maps-control 2.3.5 → 2.3.7
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.js +285 -197
- package/dist/atlas-core-bare.js +287 -199
- package/dist/atlas-core-bare.min.js +1 -1
- package/dist/atlas-core-snr.js +285 -197
- package/dist/atlas-core.js +287 -199
- package/dist/atlas-core.min.js +1 -1
- package/dist/atlas.css +3 -2
- package/dist/atlas.js +287 -199
- package/dist/atlas.min.css +1 -1
- package/dist/atlas.min.js +1 -1
- package/package.json +1 -1
- package/typings/index.d.ts +81 -3
package/dist/atlas.css
CHANGED
|
@@ -546,6 +546,7 @@ a.azure-map-copyright[href]:hover {
|
|
|
546
546
|
display: none;
|
|
547
547
|
}
|
|
548
548
|
.azure-map-feedback {
|
|
549
|
+
background: no-repeat center center;
|
|
549
550
|
margin-right: 16px;
|
|
550
551
|
height: 20px;
|
|
551
552
|
width: 20px;
|
|
@@ -554,10 +555,10 @@ a.azure-map-copyright[href]:hover {
|
|
|
554
555
|
text-decoration: none;
|
|
555
556
|
}
|
|
556
557
|
.map-copyright.light .azure-map-feedback {
|
|
557
|
-
background-image: url("data:image/svg+xml,%3Csvg width='
|
|
558
|
+
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");
|
|
558
559
|
}
|
|
559
560
|
.map-copyright.dark .azure-map-feedback {
|
|
560
|
-
background-image: url("data:image/svg+xml,%3Csvg width='
|
|
561
|
+
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");
|
|
561
562
|
}
|
|
562
563
|
.map-copyright {
|
|
563
564
|
display: flex;
|