@imj_media/ui 1.8.1 → 1.8.2

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
@@ -7,6 +7,16 @@ y este proyecto adhiere a [Semantic Versioning](https://semver.org/lang/es/).
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.8.2] - 2026-04-30
11
+
12
+ ### Added
13
+
14
+ - **CatalogCard:** familia **`user`** (`family="user"`): mismo layout que proveedor (~270px), **sin** rating; **`profile.avatarImageSrc`** / **`avatarImageSrc`** (y `avatarImageAlt` opcional) para foto en el avatar en lugar de iniciales. **`CatalogCardInteractionContext.family`** admite **`'user'`**. Historias **UsuarioFamiliaConFoto** y **UsuarioFamiliaSoloIniciales**.
15
+
16
+ ### Fixed
17
+
18
+ - **`useClickOutside`:** si el nodo anclado aún no está montado (`ref` nulo), no se considera clic “fuera” (evita cerrar al abrir en el mismo gesto).
19
+
10
20
  ## [1.8.1] - 2026-04-30
11
21
 
12
22
  ### Changed
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.1` — 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.2` — 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