@imj_media/ui 1.6.1 → 1.6.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.
Files changed (67) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +1 -1
  3. package/dist/index.esm.js +6455 -6408
  4. package/dist/index.esm.js.map +1 -1
  5. package/dist/index.js +9 -9
  6. package/dist/index.js.map +1 -1
  7. package/dist/modules/Accordion/components/molecules/AccordionHeader.d.ts.map +1 -1
  8. package/dist/modules/CatalogCard/components/organisms/CatalogCatalogCard.d.ts.map +1 -1
  9. package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts +1 -0
  10. package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts.map +1 -1
  11. package/dist/modules/CatalogCard/types/index.d.ts +4 -3
  12. package/dist/modules/CatalogCard/types/index.d.ts.map +1 -1
  13. package/dist/modules/Dropdown/components/organisms/TagsMultiple.d.ts.map +1 -1
  14. package/dist/modules/Filters/stories/Filters.stories.d.ts +7 -0
  15. package/dist/modules/Filters/stories/Filters.stories.d.ts.map +1 -0
  16. package/dist/modules/Input/stories/Input.stories.d.ts +1 -0
  17. package/dist/modules/Input/stories/Input.stories.d.ts.map +1 -1
  18. package/dist/modules/Modal/stories/Modal.stories.d.ts +1 -0
  19. package/dist/modules/Modal/stories/Modal.stories.d.ts.map +1 -1
  20. package/dist/modules/Switch/components/organisms/Switch.d.ts.map +1 -1
  21. package/dist/modules/Table/Table.d.ts +1 -1
  22. package/dist/modules/Table/Table.d.ts.map +1 -1
  23. package/dist/modules/Table/components/atoms/ButtonCell.d.ts.map +1 -1
  24. package/dist/modules/Table/components/organisms/TableContent.d.ts +1 -1
  25. package/dist/modules/Table/components/organisms/TableContent.d.ts.map +1 -1
  26. package/dist/modules/Table/components/organisms/TableHeader.d.ts +3 -1
  27. package/dist/modules/Table/components/organisms/TableHeader.d.ts.map +1 -1
  28. package/dist/modules/Table/stories/ExcludedRowsSelection.stories.d.ts +2 -1
  29. package/dist/modules/Table/stories/ExcludedRowsSelection.stories.d.ts.map +1 -1
  30. package/dist/modules/Table/stories/TableColumnasNoBloqueables.stories.d.ts +95 -0
  31. package/dist/modules/Table/stories/TableColumnasNoBloqueables.stories.d.ts.map +1 -0
  32. package/dist/modules/Table/stories/TableSelectionBarInline.stories.d.ts +2 -1
  33. package/dist/modules/Table/stories/TableSelectionBarInline.stories.d.ts.map +1 -1
  34. package/dist/modules/Table/stories/cells/00-CatalogoCompleto.stories.d.ts +1 -1
  35. package/dist/modules/Table/stories/cells/01-Default.stories.d.ts +1 -1
  36. package/dist/modules/Table/stories/cells/02-Primary.stories.d.ts +1 -1
  37. package/dist/modules/Table/stories/cells/03-Status.stories.d.ts +1 -1
  38. package/dist/modules/Table/stories/cells/04-Actions.stories.d.ts +1 -1
  39. package/dist/modules/Table/stories/cells/05-Link.stories.d.ts +1 -1
  40. package/dist/modules/Table/stories/cells/06-Avatars.stories.d.ts +1 -1
  41. package/dist/modules/Table/stories/cells/07-TextField.stories.d.ts +1 -1
  42. package/dist/modules/Table/stories/cells/08-Dropdown.stories.d.ts +1 -1
  43. package/dist/modules/Table/stories/cells/09-Button.stories.d.ts +2 -1
  44. package/dist/modules/Table/stories/cells/09-Button.stories.d.ts.map +1 -1
  45. package/dist/modules/Table/stories/cells/10-ProgressBar.stories.d.ts +1 -1
  46. package/dist/modules/Table/stories/cells/11-Skeleton.stories.d.ts +1 -1
  47. package/dist/modules/Table/stories/cells/12-Tags.stories.d.ts +1 -1
  48. package/dist/modules/Table/stories/cells/13-Checkbox.stories.d.ts +1 -1
  49. package/dist/modules/Table/stories/cells/14-Icon.stories.d.ts +1 -1
  50. package/dist/modules/Table/stories/cells/15-Stars.stories.d.ts +1 -1
  51. package/dist/modules/Table/stories/cells/16-Date.stories.d.ts +1 -1
  52. package/dist/modules/Table/stories/cells/17-NumberNumeric.stories.d.ts +1 -1
  53. package/dist/modules/Table/stories/cells/18-BooleanYSelect.stories.d.ts +1 -1
  54. package/dist/modules/Table/utils/columnLockable.d.ts +7 -0
  55. package/dist/modules/Table/utils/columnLockable.d.ts.map +1 -0
  56. package/dist/modules/Table/utils/columnLockable.test.d.ts +2 -0
  57. package/dist/modules/Table/utils/columnLockable.test.d.ts.map +1 -0
  58. package/dist/modules/Toggle/components/organisms/Toggle.d.ts +3 -0
  59. package/dist/modules/Toggle/components/organisms/Toggle.d.ts.map +1 -1
  60. package/dist/modules/Toggle/stories/toggle.stories.d.ts +2 -0
  61. package/dist/modules/Toggle/stories/toggle.stories.d.ts.map +1 -1
  62. package/dist/shared/types/switch.d.ts +1 -1
  63. package/dist/shared/types/table.d.ts +42 -0
  64. package/dist/shared/types/table.d.ts.map +1 -1
  65. package/dist/shared/types/toggle.d.ts +18 -0
  66. package/dist/shared/types/toggle.d.ts.map +1 -1
  67. package/package.json +13 -5
package/CHANGELOG.md CHANGED
@@ -5,6 +5,22 @@ 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.2] - 2026-04-09
9
+
10
+ ### Added
11
+
12
+ - **Table**: prop **`columnsLockable`** y **`lockable`** por **`ColumnConfig`** para controlar si la columna puede fijarse; utilidad **`isColumnLockable`** y tests; historia **TableColumnasNoBloqueables**; ajustes en cabecera, contenido y celdas (**ButtonCell**, **StarsCell**).
13
+ - **Filters**: historia en Storybook.
14
+ - **Input**, **Modal**, **CatalogCard**: historias y ejemplos ampliados en Storybook.
15
+
16
+ ### Changed
17
+
18
+ - **Switch** y **Toggle**: implementación y tipos compartidos refinados; historias actualizadas.
19
+ - **Dropdown (TagsMultiple)**, **Accordion**: ajustes de comportamiento.
20
+ - **CatalogCard**: cambios en organismo, tipos e historias.
21
+ - Dependencia **`@bitux/review-layer-react`** → `1.3.3`.
22
+ - Documentación interna de componentes (**DOCUMENTACION-COMPONENTES-UI.md**).
23
+
8
24
  ## [1.6.1] - 2026-04-07
9
25
 
10
26
  ### 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.1` — actualizar este número y `CHANGELOG.md` antes de cada release (ver `npm run publish:patch|minor|major`).
7
+ > **Versión publicada:** `1.6.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