azure-maps-control 2.2.1 → 2.2.3
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/ReadMe.md +40 -39
- package/dist/atlas-core-bare-snr.js +81 -26
- package/dist/atlas-core-bare.js +90 -32
- package/dist/atlas-core-bare.min.js +1 -1
- package/dist/atlas-core-snr.js +383 -119
- package/dist/atlas-core.js +392 -125
- package/dist/atlas-core.min.js +1 -1
- package/dist/atlas.css +6 -6
- package/dist/atlas.js +392 -125
- package/dist/atlas.min.css +1 -1
- package/dist/atlas.min.js +1 -1
- package/package.json +2 -2
- package/thirdpartynotices.txt +0 -0
- package/typings/index.d.ts +5 -5
package/dist/atlas.css
CHANGED
|
@@ -852,42 +852,42 @@ a.azure-map-copyright[href]:hover {
|
|
|
852
852
|
}
|
|
853
853
|
@font-face {
|
|
854
854
|
font-family: "segoeui";
|
|
855
|
-
src: url('https://
|
|
855
|
+
src: url('https://atlas.microsoft.com/styles/glyphs/segoeui.ttf');
|
|
856
856
|
}
|
|
857
857
|
.font-segoeui {
|
|
858
858
|
font-family: "segoeui";
|
|
859
859
|
}
|
|
860
860
|
@font-face {
|
|
861
861
|
font-family: "segoeui-b";
|
|
862
|
-
src: url('https://
|
|
862
|
+
src: url('https://atlas.microsoft.com/styles/glyphs/segoeuib.ttf');
|
|
863
863
|
}
|
|
864
864
|
.font-segoeui-b {
|
|
865
865
|
font-family: "segoeui-b";
|
|
866
866
|
}
|
|
867
867
|
@font-face {
|
|
868
868
|
font-family: "segoeui-i";
|
|
869
|
-
src: url('https://
|
|
869
|
+
src: url('https://atlas.microsoft.com/styles/glyphs/segoeuii.ttf');
|
|
870
870
|
}
|
|
871
871
|
.font-segoeui-i {
|
|
872
872
|
font-family: "segoeui-i";
|
|
873
873
|
}
|
|
874
874
|
@font-face {
|
|
875
875
|
font-family: "segoeui-sl";
|
|
876
|
-
src: url('https://
|
|
876
|
+
src: url('https://atlas.microsoft.com/styles/glyphs/segoeuisl.ttf');
|
|
877
877
|
}
|
|
878
878
|
.font-segoeui-sl {
|
|
879
879
|
font-family: "segoeui-sl";
|
|
880
880
|
}
|
|
881
881
|
@font-face {
|
|
882
882
|
font-family: "standard";
|
|
883
|
-
src: url('https://
|
|
883
|
+
src: url('https://atlas.microsoft.com/styles/glyphs/standardfont.ttf');
|
|
884
884
|
}
|
|
885
885
|
.font-standard {
|
|
886
886
|
font-family: "standard";
|
|
887
887
|
}
|
|
888
888
|
@font-face {
|
|
889
889
|
font-family: "standard-b";
|
|
890
|
-
src: url('https://
|
|
890
|
+
src: url('https://atlas.microsoft.com/styles/glyphs/standardfontbold.ttf');
|
|
891
891
|
}
|
|
892
892
|
.font-standard-b {
|
|
893
893
|
font-family: "standard-b";
|