@imj_media/ui 1.2.38 → 1.2.39
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 +5 -0
- package/dist/index.css +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ 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.2.39] - 2026-02-06
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- **Checkbox - Tamaño `sm` no funcionaba**: La clase `ui-h-14 ui-w-14` referenciaba la variable CSS `--ui-Positive-space_14` que no existe en los tokens del sistema de diseño (los tokens saltan de `space_12` a `space_16`). Corregido usando valores arbitrarios `ui-h-[14px] ui-w-[14px]` para que resuelva correctamente a 14×14px.
|
|
12
|
+
|
|
8
13
|
## [1.2.38] - 2026-02-06
|
|
9
14
|
|
|
10
15
|
### Added
|