@mcp-b/geo-leaflet 0.3.11 → 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.
@@ -68,7 +68,7 @@ let SigveloLeafletChoropleth = class SigveloLeafletChoropleth extends SigveloEle
68
68
  .status {
69
69
  max-inline-size: 18rem;
70
70
  padding: 0.5rem 0.625rem;
71
- border-radius: 0.375rem;
71
+ border-radius: var(--sigvelo-radius-md);
72
72
  color: CanvasText;
73
73
  background: Canvas;
74
74
  box-shadow: 0 1px 4px rgb(0 0 0 / 24%);
@@ -2054,7 +2054,7 @@
2054
2054
  "package": {
2055
2055
  "name": "@mcp-b/geo-leaflet",
2056
2056
  "description": "Leaflet web components for Sigvelo, built with Lit.",
2057
- "version": "0.3.11",
2057
+ "version": "0.3.12",
2058
2058
  "license": "MIT"
2059
2059
  }
2060
2060
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-b/geo-leaflet",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "description": "Leaflet web components for Sigvelo, built with Lit.",
5
5
  "keywords": [
6
6
  "custom-elements",
@@ -33,8 +33,8 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@mcp-b/geo-support": "0.3.11",
37
- "@mcp-b/wc-support": "0.3.11"
36
+ "@mcp-b/geo-support": "0.3.12",
37
+ "@mcp-b/wc-support": "0.3.12"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@custom-elements-manifest/analyzer": "^0.10.10",