@imj_media/ui 1.10.9 → 1.11.1
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 +13 -0
- package/README.md +1 -1
- package/catalog/design-index.json +11659 -658
- package/catalog/install-registry.json +6032 -0
- package/dist/index.css +1 -1
- package/dist/index.esm.js +3910 -3888
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/modules/Alert/components/atoms/AlertHeader.d.ts.map +1 -1
- package/dist/modules/FileUploader/components/organisms/FileUploader.d.ts +7 -0
- package/dist/modules/FileUploader/components/organisms/FileUploader.d.ts.map +1 -1
- package/dist/modules/FileUploader/components/organisms/FileUploader.test.d.ts +2 -0
- package/dist/modules/FileUploader/components/organisms/FileUploader.test.d.ts.map +1 -0
- package/dist/modules/FileUploader/stories/FileUploader.stories.d.ts +2 -0
- package/dist/modules/FileUploader/stories/FileUploader.stories.d.ts.map +1 -1
- package/dist/shared/ghantt/GhanttConfigContext.d.ts +4 -2
- package/dist/shared/ghantt/GhanttConfigContext.d.ts.map +1 -1
- package/dist/shared/ghantt/index.d.ts +2 -1
- package/dist/shared/ghantt/index.d.ts.map +1 -1
- package/dist/shared/ghantt/types.d.ts +8 -1
- package/dist/shared/ghantt/types.d.ts.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ y este proyecto adhiere a [Semantic Versioning](https://semver.org/lang/es/).
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.11.1] - 2026-06-04
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- **`Alert`:** alineación vertical del `endAdornment`.
|
|
15
|
+
- **`FileUploader`:** soporte de alto completo en el contenedor.
|
|
16
|
+
|
|
17
|
+
## [1.11.0] - 2026-06-02
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- **Catálogo:** `design-index.json` e `install-registry.json` regenerados con el indexer de `@imj_media/ds-mcp` (sustituye el paquete `ui-design-index` en el flujo de `build:catalog`).
|
|
22
|
+
|
|
10
23
|
## [1.10.9] - 2026-05-29
|
|
11
24
|
|
|
12
25
|
### Changed
|
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.
|
|
7
|
+
> **Versión publicada:** `1.11.1` — 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
|
|