@imj_media/ui 1.8.5 → 1.8.7
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/dist/index.esm.js +3821 -3746
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +19 -19
- package/dist/index.js.map +1 -1
- package/dist/modules/Accordion/components/molecules/AccordionHeader.d.ts.map +1 -1
- package/dist/modules/Dropdown/components/Dropdown.d.ts +3 -0
- package/dist/modules/Dropdown/components/Dropdown.d.ts.map +1 -1
- package/dist/modules/Dropdown/utils/mergeGroupedDropdownProps.d.ts +2 -0
- package/dist/modules/Dropdown/utils/mergeGroupedDropdownProps.d.ts.map +1 -1
- package/dist/modules/Dropdown/utils/orderDropdownListOptionsPinSelectedFirst.d.ts +17 -0
- package/dist/modules/Dropdown/utils/orderDropdownListOptionsPinSelectedFirst.d.ts.map +1 -0
- package/dist/shared/types/dropdown.d.ts +7 -0
- package/dist/shared/types/dropdown.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -34,6 +34,19 @@ y este proyecto adhiere a [Semantic Versioning](https://semver.org/lang/es/).
|
|
|
34
34
|
- **SidebarSectionTitle:** **no** `uppercase`; same **Body XS Regular** line-height / tracking as grouping headers (**`ui-leading-body-xs-regular`**, **`ui-tracking-body-xs`**).
|
|
35
35
|
- **Sidebar:** menu / drilldown scroll region uses shared **`custom-scrollbar`** (same as Dropdown, Table, CardsWithAside).
|
|
36
36
|
|
|
37
|
+
## [1.8.7] - 2026-05-07
|
|
38
|
+
|
|
39
|
+
### Changed
|
|
40
|
+
|
|
41
|
+
- **Accordion:** **`AccordionHeader`** chevron toggle uses **`InnerButton`** **`size="xs"`** (was **`md`**) and drops redundant **`!ui-h-icon-md` / `!ui-w-icon-md`** utility overrides.
|
|
42
|
+
- **Accordion:** **`AccordionContainer`** uses **`ui-p-8`** panel padding (was **`ui-p-12`**).
|
|
43
|
+
|
|
44
|
+
## [1.8.6] - 2026-05-07
|
|
45
|
+
|
|
46
|
+
### Changed
|
|
47
|
+
|
|
48
|
+
- **`Dropdown`:** el panel de lista muestra por defecto la **opción seleccionada arriba** (multiselección con checkbox, simple, variante `search-multi-checkbox`, `toggle` / `checkbox-item` por `checked`). No reordena cuando hay filas `isGroupTitle`. Opt-out: **`list={{ pinSelectedFirst: false }}`**.
|
|
49
|
+
|
|
37
50
|
## [1.8.5] - 2026-05-06
|
|
38
51
|
|
|
39
52
|
### Fixed
|
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.8.
|
|
7
|
+
> **Versión publicada:** `1.8.7` — 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
|
|