azure-maps-control 2.1.10 → 2.1.11
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.js +27743 -0
- package/dist/atlas-core-bare.min.js +55 -0
- package/dist/atlas-core.js +9124 -8720
- package/dist/atlas-core.min.js +1 -1
- package/dist/atlas.css +29 -0
- package/dist/atlas.js +5308 -4904
- package/dist/atlas.min.css +1 -1
- package/dist/atlas.min.js +1 -1
- package/package.json +1 -1
- package/typings/index.d.ts +176 -21
package/dist/atlas.css
CHANGED
|
@@ -1067,6 +1067,35 @@ a.azure-map-copyright[href]:hover {
|
|
|
1067
1067
|
color: #fff;
|
|
1068
1068
|
border: 1px #fff solid;
|
|
1069
1069
|
}
|
|
1070
|
+
.tooltiptext.win.chrome {
|
|
1071
|
+
color: #4f5053;
|
|
1072
|
+
}
|
|
1073
|
+
.tooltiptext.dark.win.chrome {
|
|
1074
|
+
background-color: #292a2d;
|
|
1075
|
+
color: #c7cbd1;
|
|
1076
|
+
border: 1px #c7cbd1 solid;
|
|
1077
|
+
}
|
|
1078
|
+
.tooltiptext.win.firefox {
|
|
1079
|
+
border: none;
|
|
1080
|
+
border-radius: 2px;
|
|
1081
|
+
color: #000;
|
|
1082
|
+
background-color: #fff;
|
|
1083
|
+
}
|
|
1084
|
+
.tooltiptext.mac {
|
|
1085
|
+
border: 0.3px #d9d6cc solid;
|
|
1086
|
+
border-radius: 1px;
|
|
1087
|
+
background-color: #dfdde3;
|
|
1088
|
+
padding: 0 6px;
|
|
1089
|
+
font-size: 0.86em;
|
|
1090
|
+
color: #3f3f3f;
|
|
1091
|
+
}
|
|
1092
|
+
.tooltiptext.mac.dark {
|
|
1093
|
+
border: 0.3px #656469 solid;
|
|
1094
|
+
border-radius: 1px;
|
|
1095
|
+
background-color: #302f32;
|
|
1096
|
+
padding: 0 6px;
|
|
1097
|
+
font-size: 0.86em;
|
|
1098
|
+
}
|
|
1070
1099
|
* + .tooltiptext {
|
|
1071
1100
|
visibility: hidden;
|
|
1072
1101
|
background-color: #fff;
|