@imj_media/ui 1.6.3 → 1.6.4

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 (29) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +1 -1
  3. package/dist/index.esm.js +4548 -4482
  4. package/dist/index.esm.js.map +1 -1
  5. package/dist/index.js +7 -7
  6. package/dist/index.js.map +1 -1
  7. package/dist/modules/CatalogCard/components/organisms/CatalogCatalogCard.d.ts.map +1 -1
  8. package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts +1 -0
  9. package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts.map +1 -1
  10. package/dist/modules/CatalogCard/types/index.d.ts +9 -1
  11. package/dist/modules/CatalogCard/types/index.d.ts.map +1 -1
  12. package/dist/modules/CatalogCard/utils/mergeGroupedCatalogCardProps.d.ts.map +1 -1
  13. package/dist/modules/Popup/hooks/createPopupHoverCloseScheduler.d.ts +15 -0
  14. package/dist/modules/Popup/hooks/createPopupHoverCloseScheduler.d.ts.map +1 -0
  15. package/dist/modules/Popup/hooks/popupGlobalRegistry.d.ts +7 -0
  16. package/dist/modules/Popup/hooks/popupGlobalRegistry.d.ts.map +1 -0
  17. package/dist/modules/Popup/hooks/popupHoverConstants.d.ts +7 -0
  18. package/dist/modules/Popup/hooks/popupHoverConstants.d.ts.map +1 -0
  19. package/dist/modules/Popup/hooks/usePopup.d.ts +9 -5
  20. package/dist/modules/Popup/hooks/usePopup.d.ts.map +1 -1
  21. package/dist/modules/Popup/hooks/usePopupCloseEventSubscription.d.ts +8 -0
  22. package/dist/modules/Popup/hooks/usePopupCloseEventSubscription.d.ts.map +1 -0
  23. package/dist/modules/Popup/hooks/usePopupExternalTrigger.d.ts +13 -0
  24. package/dist/modules/Popup/hooks/usePopupExternalTrigger.d.ts.map +1 -0
  25. package/dist/modules/Popup/hooks/usePopupPositioning.d.ts +14 -0
  26. package/dist/modules/Popup/hooks/usePopupPositioning.d.ts.map +1 -0
  27. package/dist/modules/Popup/index.d.ts +1 -1
  28. package/dist/modules/Popup/index.d.ts.map +1 -1
  29. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ 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.4] - 2026-04-10
9
+
10
+ ### Added
11
+
12
+ - **CatalogCard**: prop opcional **`primaryCta.primaryIcon`** (`AnyIconDefinition`) para el icono del slot izquierdo del CTA; sustituye el icono asociado a la variante o el del enlace «Ver más». Historia **CatalogoPrimaryCtaIconoPersonalizado** en Storybook.
13
+
14
+ ### Changed
15
+
16
+ - **Popup**: `usePopup` dividido en hooks y utilidades internas (`usePopupPositioning`, `usePopupCloseEventSubscription`, `usePopupExternalTrigger`, registro global, planificador de cierre por hover); el barrel del módulo reexporta lo necesario.
17
+
8
18
  ## [1.6.3] - 2026-04-09
9
19
 
10
20
  ### 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.6.3` — 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.6.4` — 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