@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.
- package/CHANGELOG.md +28 -0
- package/README.md +1 -1
- package/catalog/design-index.json +2962 -0
- package/catalog/design-index.schema.json +131 -0
- package/catalog/legacy-modules.json +15 -0
- package/dist/index.css +1 -1
- package/dist/index.esm.js +7825 -7790
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29 -29
- package/dist/index.js.map +1 -1
- package/dist/modules/Alert/components/atoms/AlertHeader.d.ts.map +1 -1
- package/dist/modules/Button/components/organisms/Button.d.ts.map +1 -1
- package/dist/modules/Button/stories/Button.stories.d.ts.map +1 -1
- package/dist/modules/Dropdown/components/Dropdown.d.ts.map +1 -1
- package/dist/modules/FileUploader/components/organisms/FileUploader.d.ts.map +1 -1
- package/dist/modules/Ghantt/Ghantt.d.ts.map +1 -1
- package/dist/modules/Ghantt/GhanttTimelineHeader.d.ts.map +1 -1
- package/dist/modules/InnerButton/InnerButton.d.ts.map +1 -1
- package/dist/modules/InnerButton/stories/InnerButton.stories.d.ts.map +1 -1
- package/dist/modules/LegacyButton/InnerLegacyButton.d.ts.map +1 -1
- package/dist/modules/Message/Message.api.d.ts +1 -1
- package/dist/modules/Message/Message.api.d.ts.map +1 -1
- package/dist/modules/Message/Message.types.d.ts +1 -1
- package/dist/modules/Message/Message.types.d.ts.map +1 -1
- package/dist/modules/Message/components/molecules/NotificationItemStackDeck.d.ts.map +1 -1
- package/dist/modules/Message/components/molecules/NotificationPositions.d.ts.map +1 -1
- package/dist/modules/Message/components/molecules/notificationItemCardMapping.d.ts.map +1 -1
- package/dist/modules/Message/components/molecules/notificationItemStackLayout.d.ts.map +1 -1
- package/dist/modules/Message/hooks/useNotificationItemDeck.d.ts.map +1 -1
- package/dist/modules/Message/services/notificationServiceNormalizeOptions.d.ts.map +1 -1
- package/dist/modules/Message/stories/message.stories.d.ts.map +1 -1
- package/dist/modules/Message/stories/notification-storycode.stories.d.ts.map +1 -1
- package/dist/modules/Message/stories/notification.stories.d.ts.map +1 -1
- package/dist/modules/Notification/components/molecules/NotificationContentBody.d.ts.map +1 -1
- package/dist/modules/Notification/index.d.ts.map +1 -1
- package/dist/modules/Notification/stories/notification.stories.d.ts.map +1 -1
- package/dist/modules/RangeBar/components/organisms/RangeSelector.d.ts +2 -2
- package/dist/modules/RangeBar/components/organisms/RangeSelector.d.ts.map +1 -1
- package/dist/modules/RangeBar/stories/RangeBar.stories.d.ts +2 -0
- package/dist/modules/RangeBar/stories/RangeBar.stories.d.ts.map +1 -1
- package/dist/modules/RangeBar/utils/rangeSelectorDisplayWidth.d.ts +2 -0
- package/dist/modules/RangeBar/utils/rangeSelectorDisplayWidth.d.ts.map +1 -1
- package/dist/modules/Switch/stories/switch.stories.d.ts.map +1 -1
- package/dist/modules/Table/Table.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/GanttCell.d.ts.map +1 -1
- package/dist/modules/Table/components/molecules/CellRenderer.d.ts.map +1 -1
- package/dist/modules/Table/components/organisms/TableContent.d.ts.map +1 -1
- package/dist/modules/Table/components/organisms/TableToolbar.d.ts +1 -1
- package/dist/modules/Table/components/organisms/TableToolbar.d.ts.map +1 -1
- package/dist/modules/Table/hooks/useTableColumns.d.ts.map +1 -1
- package/dist/modules/Table/hooks/useTableConfig.d.ts.map +1 -1
- package/dist/modules/Table/hooks/useTableSelection.d.ts +5 -0
- package/dist/modules/Table/hooks/useTableSelection.d.ts.map +1 -1
- package/dist/modules/Table/stories/Table.stories.d.ts +8 -0
- package/dist/modules/Table/stories/Table.stories.d.ts.map +1 -1
- package/dist/modules/Table/utils/columnLockable.d.ts +10 -0
- package/dist/modules/Table/utils/columnLockable.d.ts.map +1 -1
- package/dist/modules/Table/utils/columnManagement.d.ts.map +1 -1
- package/dist/modules/Table/utils/selection.d.ts +6 -0
- package/dist/modules/Table/utils/selection.d.ts.map +1 -1
- package/dist/modules/Table/utils/tableColumnTransforms.d.ts.map +1 -1
- package/dist/modules/Tabs/components/index.d.ts +2 -0
- package/dist/modules/Tabs/components/index.d.ts.map +1 -0
- package/dist/modules/Tabs/components/organisms/Tabs.d.ts +23 -0
- package/dist/modules/Tabs/components/organisms/Tabs.d.ts.map +1 -0
- package/dist/modules/Tabs/components/organisms/index.d.ts +2 -0
- package/dist/modules/Tabs/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Tabs/hooks/index.d.ts +2 -0
- package/dist/modules/Tabs/hooks/index.d.ts.map +1 -0
- package/dist/modules/Tabs/hooks/useTabs.d.ts +24 -0
- package/dist/modules/Tabs/hooks/useTabs.d.ts.map +1 -0
- package/dist/modules/Tabs/index.d.ts +4 -0
- package/dist/modules/Tabs/index.d.ts.map +1 -0
- package/dist/modules/Tabs/stories/tabs.stories.d.ts +20 -0
- package/dist/modules/Tabs/stories/tabs.stories.d.ts.map +1 -0
- package/dist/modules/Tabs/types/index.d.ts +73 -0
- package/dist/modules/Tabs/types/index.d.ts.map +1 -0
- package/dist/modules/TextListWithData/components/organisms/TextListWithData.d.ts.map +1 -1
- package/dist/shared/ghantt/GhanttSlotStrip.d.ts.map +1 -1
- package/dist/shared/types/table.d.ts +18 -0
- package/dist/shared/types/table.d.ts.map +1 -1
- 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.
|
|
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
|
|