@imj_media/ui 1.7.4 → 1.7.5
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 +6 -0
- package/README.md +1 -1
- package/dist/index.esm.js +6 -6
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/modules/CatalogCard/components/organisms/catalogCardTagsRow.d.ts +3 -2
- package/dist/modules/CatalogCard/components/organisms/catalogCardTagsRow.d.ts.map +1 -1
- package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ y este proyecto adhiere a [Semantic Versioning](https://semver.org/lang/es/).
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.7.5] - 2026-04-24
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- **CardCatalog** (DEV-846): row tags tooltip truncation in **`catalogCardTagsRow`**; Storybook **CatalogCard** stories updated.
|
|
15
|
+
|
|
10
16
|
## [1.7.4] - 2026-04-24
|
|
11
17
|
|
|
12
18
|
### 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.
|
|
7
|
+
> **Versión publicada:** `1.7.5` — 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
|
@@ -28698,12 +28698,12 @@ function q6({
|
|
|
28698
28698
|
}
|
|
28699
28699
|
const v1 = "ui-gap-8";
|
|
28700
28700
|
function Li(e, n, r = "default") {
|
|
28701
|
-
var
|
|
28702
|
-
const t = (
|
|
28701
|
+
var s;
|
|
28702
|
+
const t = (s = n.tooltip) == null ? void 0 : s.trim(), i = "ui-inline-flex ui-w-fit ui-min-w-0 ui-max-w-full";
|
|
28703
28703
|
if (!t)
|
|
28704
|
-
return r === "fillRow" ? /* @__PURE__ */ o("span", { className:
|
|
28705
|
-
const
|
|
28706
|
-
return /* @__PURE__ */ o(Lt, { label: t, position: "top", preserveLayout: !0, ...n.tooltipProps, children: /* @__PURE__ */ o("span", { className:
|
|
28704
|
+
return r === "fillRow" ? /* @__PURE__ */ o("span", { className: i, children: e }) : e;
|
|
28705
|
+
const a = r === "fillRow" ? i : "ui-inline-flex ui-max-w-none ui-shrink-0";
|
|
28706
|
+
return /* @__PURE__ */ o(Lt, { label: t, position: "top", preserveLayout: !0, ...n.tooltipProps, children: /* @__PURE__ */ o("span", { className: a, children: e }) });
|
|
28707
28707
|
}
|
|
28708
28708
|
const oi = !1, Y6 = !0, rs = {
|
|
28709
28709
|
theme: "soft",
|
|
@@ -28746,7 +28746,7 @@ function X6({
|
|
|
28746
28746
|
truncateLabel: !0,
|
|
28747
28747
|
truncateTooltip: !0,
|
|
28748
28748
|
className: N(
|
|
28749
|
-
"ui-w-
|
|
28749
|
+
"ui-w-fit ui-min-w-0 ui-max-w-full",
|
|
28750
28750
|
qn(e.color, n)
|
|
28751
28751
|
)
|
|
28752
28752
|
}
|