humanmap-vas 1.0.24 → 1.0.25

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.
@@ -6,7 +6,7 @@
6
6
  .hm-toolbar { display:grid; grid-template-columns: auto 1fr auto; align-items:center; gap:8px; padding:8px 10px; border-bottom:1px solid #eef2f7; background:#fafafa; }
7
7
  .hm-center { text-align:center; font-weight:600; color:#1f2937; }
8
8
  .hm-toolbar select, .hm-toolbar button { appearance:none; border:1px solid #d1d5db; border-radius:10px; padding:6px 10px; background:#fff; cursor:pointer; font-weight:500; }
9
- .hm-canvas-wrap { position:relative; width:100%; height:600px; margin:auto; aspect-ratio: 2/3; background:#fff; }
9
+ .hm-canvas-wrap { position: relative; width: 100%; height: var(--hm-height, 500px); aspect-ratio: 2 / 3; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; }
10
10
  svg.hm-svg { position:absolute; inset:0; width:100%; height:100%; margin: auto; }
11
11
  .zone { fill: rgba(31,41,55,0); transition: fill 120ms ease; cursor: pointer; }
12
12
  .zone:hover { fill: rgba(31,41,55,0.22); }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "humanmap-vas",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "**HumanMap VAS** es una librería web que permite graficar el cuerpo humano con vistas anatómicas interactivas para identificar zonas según el sistema VAS. Desarrollada como *Web Component standalone*, puede integrarse fácilmente en proyectos **HTML**, **Django**, o **Vue.js**.",
5
5
  "main": "humanmap-vas-standalone.js",
6
6
  "files": [