@imj_media/ui 1.8.10 → 1.8.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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ Todos los cambios notables de este proyecto serán documentados en este archivo.
5
5
  El formato está basado en [Keep a Changelog](https://keepachangelog.com/es-ES/1.0.0/),
6
6
  y este proyecto adhiere a [Semantic Versioning](https://semver.org/lang/es/).
7
7
 
8
+ ## [1.8.12] - 2026-05-08
9
+
10
+ ### Documentation
11
+
12
+ - **Storybook — CatalogCard:** historia **CatalogoVerticalSinPieHideImage** (`media.hideImage` + `primaryCta.hidden`) para validar el padding inferior de la tarjeta vertical cuando no hay pie.
13
+
14
+ ## [1.8.11] - 2026-05-08
15
+
16
+ ### Fixed
17
+
18
+ - **CatalogCard (catálogo, layout vertical):** si no hay pie (CTA principal oculto y sin menú **⋯**, p. ej. \`hideImage\` sin \`optionsMenu\`), la columna de contenido aplica \`pb-16\` para no perder el padding inferior respecto al caso con pie.
19
+
8
20
  ## [1.8.10] - 2026-05-08
9
21
 
10
22
  ### Added
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Biblioteca de componentes UI moderna y accesible para React, construida con TypeScript y Tailwind CSS.
6
6
 
7
- > **Versión publicada:** `1.8.10` — actualizar este número y `CHANGELOG.md` antes de cada release (orden y scripts: regla **`imj-ui-obligations-release`**; atajo `npm run publish:patch|minor|major` o pasos `bump:*` → `release:git` → `release:publish`).
7
+ > **Versión publicada:** `1.8.12` — actualizar este número y `CHANGELOG.md` antes de cada release (orden y scripts: regla **`imj-ui-obligations-release`**; atajo `npm run publish:patch|minor|major` o pasos `bump:*` → `release:git` → `release:publish`).
8
8
 
9
9
  ## 📦 Instalación
10
10