specatlas 0.1.19 → 0.1.21

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.
Files changed (2) hide show
  1. package/dist/bin.js +4 -3
  2. package/package.json +2 -2
package/dist/bin.js CHANGED
@@ -8844,9 +8844,10 @@ function renderMarkdown(markdown2, opts = {}) {
8844
8844
  if (mermaidMode === "script" && opts.mermaidScriptUri) {
8845
8845
  out.push(`<div class="mermaid-block">
8846
8846
  <div class="diagram-tools" role="toolbar" aria-label="Herramientas del diagrama">
8847
- <button type="button" data-diagram-zoom="out" title="Alejar" aria-label="Alejar">\u2212</button>
8848
- <button type="button" data-diagram-zoom="in" title="Acercar" aria-label="Acercar">\uFF0B</button>
8849
- <button type="button" data-diagram-zoom="reset" title="Tama\xF1o original" aria-label="Tama\xF1o original">100%</button>
8847
+ <button type="button" data-diagram-zoom="out" title="Alejar (Ctrl + rueda)" aria-label="Alejar">\u2212</button>
8848
+ <button type="button" data-diagram-zoom="reset" data-diagram-level title="Tama\xF1o original" aria-label="Tama\xF1o original">100%</button>
8849
+ <button type="button" data-diagram-zoom="in" title="Acercar (Ctrl + rueda)" aria-label="Acercar">\uFF0B</button>
8850
+ <button type="button" data-diagram-fit title="Ajustar al ancho / tama\xF1o real" aria-label="Ajustar al ancho">\u2922</button>
8850
8851
  <button type="button" data-diagram-fullscreen title="Pantalla completa (Esc para salir)" aria-label="Pantalla completa">\u26F6</button>
8851
8852
  <button type="button" data-diagram-download title="Descargar SVG" aria-label="Descargar SVG">\u2913</button>
8852
8853
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specatlas",
3
- "version": "0.1.19",
3
+ "version": "0.1.21",
4
4
  "description": "SpecAtlas: kernel determinista de Spec-Driven Development (CLI)",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@specatlas/adapters": "0.1.1",
43
- "@specatlas/core": "0.1.16"
43
+ "@specatlas/core": "0.1.18"
44
44
  },
45
45
  "scripts": {
46
46
  "typecheck": "tsc --noEmit",