@imj_media/ui 1.10.4 → 1.10.6

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 (82) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/README.md +1 -1
  3. package/catalog/design-index.json +2962 -0
  4. package/catalog/design-index.schema.json +131 -0
  5. package/catalog/legacy-modules.json +15 -0
  6. package/dist/index.css +1 -1
  7. package/dist/index.esm.js +7825 -7790
  8. package/dist/index.esm.js.map +1 -1
  9. package/dist/index.js +29 -29
  10. package/dist/index.js.map +1 -1
  11. package/dist/modules/Alert/components/atoms/AlertHeader.d.ts.map +1 -1
  12. package/dist/modules/Button/components/organisms/Button.d.ts.map +1 -1
  13. package/dist/modules/Button/stories/Button.stories.d.ts.map +1 -1
  14. package/dist/modules/Dropdown/components/Dropdown.d.ts.map +1 -1
  15. package/dist/modules/FileUploader/components/organisms/FileUploader.d.ts.map +1 -1
  16. package/dist/modules/Ghantt/Ghantt.d.ts.map +1 -1
  17. package/dist/modules/Ghantt/GhanttTimelineHeader.d.ts.map +1 -1
  18. package/dist/modules/InnerButton/InnerButton.d.ts.map +1 -1
  19. package/dist/modules/InnerButton/stories/InnerButton.stories.d.ts.map +1 -1
  20. package/dist/modules/LegacyButton/InnerLegacyButton.d.ts.map +1 -1
  21. package/dist/modules/Message/Message.api.d.ts +1 -1
  22. package/dist/modules/Message/Message.api.d.ts.map +1 -1
  23. package/dist/modules/Message/Message.types.d.ts +1 -1
  24. package/dist/modules/Message/Message.types.d.ts.map +1 -1
  25. package/dist/modules/Message/components/molecules/NotificationItemStackDeck.d.ts.map +1 -1
  26. package/dist/modules/Message/components/molecules/NotificationPositions.d.ts.map +1 -1
  27. package/dist/modules/Message/components/molecules/notificationItemCardMapping.d.ts.map +1 -1
  28. package/dist/modules/Message/components/molecules/notificationItemStackLayout.d.ts.map +1 -1
  29. package/dist/modules/Message/hooks/useNotificationItemDeck.d.ts.map +1 -1
  30. package/dist/modules/Message/services/notificationServiceNormalizeOptions.d.ts.map +1 -1
  31. package/dist/modules/Message/stories/message.stories.d.ts.map +1 -1
  32. package/dist/modules/Message/stories/notification-storycode.stories.d.ts.map +1 -1
  33. package/dist/modules/Message/stories/notification.stories.d.ts.map +1 -1
  34. package/dist/modules/Notification/components/molecules/NotificationContentBody.d.ts.map +1 -1
  35. package/dist/modules/Notification/index.d.ts.map +1 -1
  36. package/dist/modules/Notification/stories/notification.stories.d.ts.map +1 -1
  37. package/dist/modules/RangeBar/components/organisms/RangeSelector.d.ts +2 -2
  38. package/dist/modules/RangeBar/components/organisms/RangeSelector.d.ts.map +1 -1
  39. package/dist/modules/RangeBar/stories/RangeBar.stories.d.ts +2 -0
  40. package/dist/modules/RangeBar/stories/RangeBar.stories.d.ts.map +1 -1
  41. package/dist/modules/RangeBar/utils/rangeSelectorDisplayWidth.d.ts +2 -0
  42. package/dist/modules/RangeBar/utils/rangeSelectorDisplayWidth.d.ts.map +1 -1
  43. package/dist/modules/Switch/stories/switch.stories.d.ts.map +1 -1
  44. package/dist/modules/Table/Table.d.ts.map +1 -1
  45. package/dist/modules/Table/components/atoms/GanttCell.d.ts.map +1 -1
  46. package/dist/modules/Table/components/molecules/CellRenderer.d.ts.map +1 -1
  47. package/dist/modules/Table/components/organisms/TableContent.d.ts.map +1 -1
  48. package/dist/modules/Table/components/organisms/TableToolbar.d.ts +1 -1
  49. package/dist/modules/Table/components/organisms/TableToolbar.d.ts.map +1 -1
  50. package/dist/modules/Table/hooks/useTableColumns.d.ts.map +1 -1
  51. package/dist/modules/Table/hooks/useTableConfig.d.ts.map +1 -1
  52. package/dist/modules/Table/hooks/useTableSelection.d.ts +5 -0
  53. package/dist/modules/Table/hooks/useTableSelection.d.ts.map +1 -1
  54. package/dist/modules/Table/stories/Table.stories.d.ts +8 -0
  55. package/dist/modules/Table/stories/Table.stories.d.ts.map +1 -1
  56. package/dist/modules/Table/utils/columnLockable.d.ts +10 -0
  57. package/dist/modules/Table/utils/columnLockable.d.ts.map +1 -1
  58. package/dist/modules/Table/utils/columnManagement.d.ts.map +1 -1
  59. package/dist/modules/Table/utils/selection.d.ts +6 -0
  60. package/dist/modules/Table/utils/selection.d.ts.map +1 -1
  61. package/dist/modules/Table/utils/tableColumnTransforms.d.ts.map +1 -1
  62. package/dist/modules/Tabs/components/index.d.ts +2 -0
  63. package/dist/modules/Tabs/components/index.d.ts.map +1 -0
  64. package/dist/modules/Tabs/components/organisms/Tabs.d.ts +23 -0
  65. package/dist/modules/Tabs/components/organisms/Tabs.d.ts.map +1 -0
  66. package/dist/modules/Tabs/components/organisms/index.d.ts +2 -0
  67. package/dist/modules/Tabs/components/organisms/index.d.ts.map +1 -0
  68. package/dist/modules/Tabs/hooks/index.d.ts +2 -0
  69. package/dist/modules/Tabs/hooks/index.d.ts.map +1 -0
  70. package/dist/modules/Tabs/hooks/useTabs.d.ts +24 -0
  71. package/dist/modules/Tabs/hooks/useTabs.d.ts.map +1 -0
  72. package/dist/modules/Tabs/index.d.ts +4 -0
  73. package/dist/modules/Tabs/index.d.ts.map +1 -0
  74. package/dist/modules/Tabs/stories/tabs.stories.d.ts +20 -0
  75. package/dist/modules/Tabs/stories/tabs.stories.d.ts.map +1 -0
  76. package/dist/modules/Tabs/types/index.d.ts +73 -0
  77. package/dist/modules/Tabs/types/index.d.ts.map +1 -0
  78. package/dist/modules/TextListWithData/components/organisms/TextListWithData.d.ts.map +1 -1
  79. package/dist/shared/ghantt/GhanttSlotStrip.d.ts.map +1 -1
  80. package/dist/shared/types/table.d.ts +18 -0
  81. package/dist/shared/types/table.d.ts.map +1 -1
  82. package/package.json +12 -6
package/CHANGELOG.md CHANGED
@@ -7,6 +7,34 @@ y este proyecto adhiere a [Semantic Versioning](https://semver.org/lang/es/).
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.10.6] - 2026-05-25
11
+
12
+ ### Added
13
+
14
+ - **`Tabs`:** nuevo módulo composable con componente `Tabs`, hook `useTabs`, tipos y stories.
15
+
16
+ ### Changed
17
+
18
+ - **ESLint / Prettier:** reglas de formato (comillas, semicolons, trailing commas, indentación, espaciado) delegadas a Prettier vía `eslint-config-prettier`; ESLint ya no reporta conflictos de formato.
19
+ - **Formato global:** Prettier aplicado en todos los módulos (trailing commas en args, indentación, orden de clases Tailwind vía `prettier-plugin-tailwindcss`).
20
+
21
+ ## [1.10.5] - 2026-05-25
22
+
23
+ ### Fixed
24
+
25
+ - **`Table`:** columnas `type: 'actions'` ya no permiten bloqueo (lock) ni redimensión; se agregó `type` a `TableColumnState` para propagar el guard al estado persistido.
26
+ - **`Table`:** selección acumulativa al usar «Seleccionar todo» (DEV-972).
27
+ - **`TableToolbar`:** corrección de indentación en bloque de estilo de búsqueda.
28
+
29
+ ### Changed
30
+
31
+ - **`Table`:** refactor de comentarios en `ColumnConfig` para clarificar comportamiento de `resizable` en columnas de acciones.
32
+
33
+ ### Added
34
+
35
+ - **`Table` / toolbar:** prop `searchWidth` para recibir tamaño personalizado del input de búsqueda (DEV-972).
36
+ - **`RangeBar`:** corrección de espaciados internos (DEV-972).
37
+
10
38
  ## [1.10.4] - 2026-05-20
11
39
 
12
40
  ### Notas
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.10.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`).
7
+ > **Versión publicada:** `1.10.6` — 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