@imj_media/ui 1.8.6 → 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
CHANGED
|
@@ -34,6 +34,13 @@ 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
|
+
|
|
37
44
|
## [1.8.6] - 2026-05-07
|
|
38
45
|
|
|
39
46
|
### 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.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
|
|
package/dist/index.esm.js
CHANGED
|
@@ -2952,13 +2952,12 @@ const Pa = rt(
|
|
|
2952
2952
|
Te,
|
|
2953
2953
|
{
|
|
2954
2954
|
theme: "solid",
|
|
2955
|
-
size: "
|
|
2955
|
+
size: "xs",
|
|
2956
2956
|
disabled: f,
|
|
2957
2957
|
color: "tertiary",
|
|
2958
2958
|
pill: "pill",
|
|
2959
2959
|
onClick: () => t(!r),
|
|
2960
2960
|
icon: r ? Qi : bi,
|
|
2961
|
-
className: "!ui-h-icon-md !ui-w-icon-md",
|
|
2962
2961
|
tooltipProps: {
|
|
2963
2962
|
label: r ? "Cerrar" : "Abrir"
|
|
2964
2963
|
}
|
|
@@ -2998,7 +2997,7 @@ const Vc = ({
|
|
|
2998
2997
|
return /* @__PURE__ */ v(
|
|
2999
2998
|
"div",
|
|
3000
2999
|
{
|
|
3001
|
-
className: `ui-imj ui-box-border ui-flex ui-w-full ui-flex-col ui-items-start ui-gap-12 ui-overflow-hidden ui-rounded-surface-card ui-border-1 ui-border-default ui-p-
|
|
3000
|
+
className: `ui-imj ui-box-border ui-flex ui-w-full ui-flex-col ui-items-start ui-gap-12 ui-overflow-hidden ui-rounded-surface-card ui-border-1 ui-border-default ui-p-8 ${l || !f ? "ui-border-disabled ui-bg-surface-disabled" : "ui-border ui-bg-surface"} ${i || ""}`,
|
|
3002
3001
|
children: [
|
|
3003
3002
|
/* @__PURE__ */ o(
|
|
3004
3003
|
Pa,
|