@imj_media/ui 1.6.11 → 1.6.12

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 CHANGED
@@ -11,6 +11,20 @@ y este proyecto adhiere a [Semantic Versioning](https://semver.org/lang/es/).
11
11
 
12
12
  - **RangeBar** / **RangeSelector** (**breaking**): API con props agrupadas — `range`, `events`, `appearance`, `accessibility` en la pista; organismo con `labels` (`title` en lugar de `label` en raíz), `formatting` y `appearance.compact`. Tipos exportados: `RangeBarRangeProps`, `RangeBarEventsProps`, `RangeBarAppearanceProps`, `RangeBarAccessibilityProps`, `RangeSelectorLabelsProps`, `RangeSelectorFormattingProps`, `RangeSelectorAppearanceProps`.
13
13
 
14
+ ## [1.6.12] - 2026-04-16
15
+
16
+ ### Added
17
+
18
+ - **CatalogSupplierCard** (catálogo): estado **disabled**; tooltips por defecto en **Más opciones**, **Estatus** y **Evaluación** (DEV-799).
19
+
20
+ ### Changed
21
+
22
+ - **Badge**: ajuste visual del componente (DEV-800).
23
+
24
+ ### Fixed
25
+
26
+ - **CatalogSupplierCard** (catálogo): bordes en badges **gray**; hover en la cabecera de la card (DEV-799).
27
+
14
28
  ## [1.6.11] - 2026-04-15
15
29
 
16
30
  ### 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.11` — 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.12` — 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