@imj_media/ui 1.9.0 → 1.10.1

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 (32) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/README.md +1 -1
  3. package/dist/index.esm.js +5797 -5765
  4. package/dist/index.esm.js.map +1 -1
  5. package/dist/index.js +21 -21
  6. package/dist/index.js.map +1 -1
  7. package/dist/modules/Badge/index.d.ts.map +1 -1
  8. package/dist/modules/Button/stories/Button.stories.d.ts.map +1 -1
  9. package/dist/modules/InnerButton/InnerButton.d.ts.map +1 -1
  10. package/dist/modules/InnerButton/badge-loading.integration.test.d.ts +2 -0
  11. package/dist/modules/InnerButton/badge-loading.integration.test.d.ts.map +1 -0
  12. package/dist/modules/InnerButton/components/ButtonBadge.d.ts.map +1 -1
  13. package/dist/modules/InnerButton/components/ButtonContent.d.ts +2 -0
  14. package/dist/modules/InnerButton/components/ButtonContent.d.ts.map +1 -1
  15. package/dist/modules/InnerButton/stories/InnerButton.stories.d.ts.map +1 -1
  16. package/dist/modules/LegacyButton/InnerLegacyButton.d.ts.map +1 -1
  17. package/dist/modules/Message/components/molecules/NotificationItem.d.ts +6 -6
  18. package/dist/modules/Message/components/molecules/NotificationItem.d.ts.map +1 -1
  19. package/dist/modules/Message/components/molecules/NotificationItemFullListPanel.d.ts +6 -3
  20. package/dist/modules/Message/components/molecules/NotificationItemFullListPanel.d.ts.map +1 -1
  21. package/dist/modules/Message/components/molecules/NotificationItemStackDeck.d.ts +1 -1
  22. package/dist/modules/Message/components/molecules/NotificationItemStackDeck.d.ts.map +1 -1
  23. package/dist/modules/Message/hooks/useNotificationItemDeck.d.ts +1 -1
  24. package/dist/modules/Message/hooks/useNotificationItemDeck.d.ts.map +1 -1
  25. package/dist/modules/Message/services/NotificationService.d.ts +15 -5
  26. package/dist/modules/Message/services/NotificationService.d.ts.map +1 -1
  27. package/dist/modules/Message/stories/notification.stories.d.ts.map +1 -1
  28. package/dist/shared/types/button.d.ts +12 -1
  29. package/dist/shared/types/button.d.ts.map +1 -1
  30. package/dist/shared/types/message.d.ts +13 -0
  31. package/dist/shared/types/message.d.ts.map +1 -1
  32. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,35 @@ y este proyecto adhiere a [Semantic Versioning](https://semver.org/lang/es/).
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.10.1] - 2026-05-18
11
+
12
+ ### Added
13
+
14
+ - **`InnerButton`:** props agrupadas del badge (`appearance`, `state`, `text`, `glyph`) con compatibilidad en props planas deprecadas; estado **`loading`** en badge (sin label) y prueba de integración.
15
+ - **`Message` / `NotificationService`:** `stackSummaryLegend` opcional en `notify.message` para la leyenda del pie del mazo apilado.
16
+
17
+ ### Fixed
18
+
19
+ - **`Message`:** temporizador y barra de progreso solo en la notificación frontal; al expirar se vacía el mazo (`dismissStack`). Cierre por stack coherente (`dismissStack` vs `dismiss` por ítem). Ajustes en **`NotificationItem`**, deck (hover/lista) y panel de lista.
20
+ - **`InnerButton`:** resolución de badge agrupado frente a props planas; layout con trailing badge cuando aplica.
21
+
22
+ ### Changed
23
+
24
+ - Stories de **Button**, **InnerButton** y notificaciones (**`notification`**, storycode) alineadas al contrato actual.
25
+
26
+ ## [1.10.0] - 2026-05-14
27
+
28
+ ### Added
29
+
30
+ - **`Notification` (design system):** módulo y piezas asociadas (p. ej. **`NotificationContentBody`**, tipos públicos), historias Storybook y pruebas; encaje con la capa **`Message`** de toasts/stack y servicios relacionados (**`NotificationService`**, cola/card mapping, layouts de deck y panel de lista).
31
+
32
+ ### Changed
33
+
34
+ - **`Message`:** evoluciones en **`NotificationItem`**, **`MessageItem`**, posiciones, hooks (**`useNotification`**, **`useNotificationItemDeck`**, estilos) y configuración/config; nuevas utilidades de servicio (merge de card, enqueue); documentación (**`README`** del módulo) donde aplica.
35
+ - **`Ghantt` / timeline virtual:** cabeceras, scroll/virtualización compartida y stories; ajustes en utilidades **`ganttTimeline`** / modificadores de zoom.
36
+ - **Otros módulos UI tocados en el release:** mejoras menores en **Alert**, **Badge**, **Cards**/**CardsGenericas**/**CatalogCard**, **Drawer**, **Dropdown**, **IconFont**, **Input**, **Modal**, **PickerColor**, **Popup**, **RangeBar**, **Separator**, **Sidebar**, **StoryBox**, **Table**, **Text**, **Toast**, **Toolbar**, **Tooltip** y **calendar-timeline** (propagar tokens, comportamiento y stories conforme al diff agrupado).
37
+ - **Monorepo (no tarball npm):** reglas/skills Cursor (orquestador, FalkorSpecs, obligaciones UI, publicación explícita), **`AGENTS.md`** y **`workflows.md`**; **`packages/ui/DEVELOPMENT_GUIDE.md`** actualizado.
38
+
10
39
  ## [1.9.0] - 2026-05-13
11
40
 
12
41
  ### 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.9.0` — 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.10.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`).
8
8
 
9
9
  ## 📦 Instalación
10
10