gralobe 1.0.45 → 1.0.46
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/gralobe.js +3 -3
- package/dist/gralobe.js.map +1 -1
- package/dist/gralobe.umd.cjs +3 -3
- package/dist/gralobe.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/gralobe.js
CHANGED
|
@@ -4845,19 +4845,19 @@ class $a {
|
|
|
4845
4845
|
font-size: 8px;
|
|
4846
4846
|
}
|
|
4847
4847
|
|
|
4848
|
-
/* All style -
|
|
4848
|
+
/* All style - harmonized visibility */
|
|
4849
4849
|
.label-style-all .country-label {
|
|
4850
4850
|
color: rgba(255, 255, 255, 0.85);
|
|
4851
4851
|
}
|
|
4852
4852
|
|
|
4853
4853
|
.label-style-all .country-label.size-large {
|
|
4854
4854
|
font-size: 9px;
|
|
4855
|
-
color: rgba(255, 255, 255, 0.
|
|
4855
|
+
color: rgba(255, 255, 255, 0.95);
|
|
4856
4856
|
}
|
|
4857
4857
|
|
|
4858
4858
|
.label-style-all .country-label.size-tiny {
|
|
4859
4859
|
font-size: 5px;
|
|
4860
|
-
color: rgba(255, 255, 255, 0.
|
|
4860
|
+
color: rgba(255, 255, 255, 0.8);
|
|
4861
4861
|
}
|
|
4862
4862
|
`, document.head.appendChild(e);
|
|
4863
4863
|
}
|