@imj_media/ui 1.6.8 → 1.6.9
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 +8 -0
- package/README.md +1 -1
- package/dist/index.esm.js +3772 -3772
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/modules/CatalogCard/components/organisms/CatalogCard.d.ts +2 -1
- package/dist/modules/CatalogCard/components/organisms/CatalogCard.d.ts.map +1 -1
- package/dist/modules/CatalogCard/components/organisms/CatalogCatalogCard.d.ts.map +1 -1
- package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts.map +1 -1
- package/dist/modules/CatalogCard/types/index.d.ts +4 -2
- package/dist/modules/CatalogCard/types/index.d.ts.map +1 -1
- package/dist/modules/Picture/components/organisms/Picture.d.ts +4 -0
- package/dist/modules/Picture/components/organisms/Picture.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ 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.6.9] - 2026-04-13
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- **Picture**: los \`<img>\` renderizados llevan **`draggable={false}`** para evitar arrastrar la imagen fuera del navegador (p. ej. miniaturas en tarjetas).
|
|
13
|
+
- **CatalogCard** (catálogo, \`disabled\`): si se pasa \`onClick\`, el gesto en la raíz sigue activo aunque la tarjeta esté bloqueada (sin \`href\`/\`to\`); el resto del comportamiento con \`disabled\` se mantiene (incl. menú **⋯** activo).
|
|
14
|
+
- **CatalogCard** (catálogo): bloque media con **`ui-select-none`** en \`Picture\` para evitar selección accidental al interactuar con la tarjeta.
|
|
15
|
+
|
|
8
16
|
## [1.6.8] - 2026-04-13
|
|
9
17
|
|
|
10
18
|
### 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.6.
|
|
7
|
+
> **Versión publicada:** `1.6.9` — 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
|
|