@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 +10 -0
- package/README.md +1 -1
- package/dist/index.esm.js +3785 -3744
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +23 -23
- package/dist/index.js.map +1 -1
- package/dist/modules/CatalogCard/components/organisms/CatalogCard.d.ts +4 -1
- package/dist/modules/CatalogCard/components/organisms/CatalogCard.d.ts.map +1 -1
- package/dist/modules/CatalogCard/components/organisms/CatalogSupplierCard.d.ts +5 -4
- package/dist/modules/CatalogCard/components/organisms/CatalogSupplierCard.d.ts.map +1 -1
- package/dist/modules/CatalogCard/index.d.ts +1 -1
- package/dist/modules/CatalogCard/index.d.ts.map +1 -1
- package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts +2 -0
- package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts.map +1 -1
- package/dist/modules/CatalogCard/types/index.d.ts +94 -5
- package/dist/modules/CatalogCard/types/index.d.ts.map +1 -1
- package/dist/modules/CatalogCard/utils/mergeGroupedCatalogCardProps.d.ts +2 -1
- package/dist/modules/CatalogCard/utils/mergeGroupedCatalogCardProps.d.ts.map +1 -1
- package/dist/shared/hooks/useClickOutside.d.ts.map +1 -1
- package/package.json +1 -1
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.
|
|
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
|
|