@mcp-b/geo-openlayers 0.3.10 → 0.3.12
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.
|
@@ -70,7 +70,7 @@ let SigveloOlMarker = class SigveloOlMarker extends LitElement {
|
|
|
70
70
|
const content = clonePopupContent(popupEl);
|
|
71
71
|
content.style.background = "white";
|
|
72
72
|
content.style.padding = "8px 12px";
|
|
73
|
-
content.style.borderRadius = "
|
|
73
|
+
content.style.borderRadius = "var(--sigvelo-radius-sm)";
|
|
74
74
|
content.style.boxShadow = "0 2px 8px rgba(0,0,0,0.2)";
|
|
75
75
|
content.style.transform = "translate(-50%, -8px)";
|
|
76
76
|
this._popupOverlay = new Overlay({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-b/geo-openlayers",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.12",
|
|
4
4
|
"description": "OpenLayers web components for Sigvelo, built with Lit.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"custom-elements",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@mcp-b/geo-support": "0.3.
|
|
39
|
-
"@mcp-b/wc-support": "0.3.
|
|
38
|
+
"@mcp-b/geo-support": "0.3.12",
|
|
39
|
+
"@mcp-b/wc-support": "0.3.12"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@custom-elements-manifest/analyzer": "^0.10.10",
|