@grupo-elo-editorial/shared-ui-react 1.4.8 → 1.4.10
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 +9 -0
- package/dist/index.js +345 -338
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,15 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) · Versioning:
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## [1.4.10] — 2026-07-02 (ProductCard — preço desalinhado quando título ocupa 2 linhas; ELO-1302)
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- **`ProductCard`** (layout vertical): o título não reservava altura fixa — cards com título de 1 linha e cards com título de 2 linhas na mesma fileira do grid empurravam o bloco de preço para posições verticais diferentes, desalinhando a grade do catálogo. Título agora usa `line-clamp-2` + `min-h-12` (reserva 2 linhas de `text-base`), truncando com reticências além de 2 linhas e mantendo o preço sempre na mesma posição vertical independente do tamanho do título.
|
|
12
|
+
- `package.json` `version` bumped `1.4.9 → 1.4.10`.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
7
16
|
## [1.4.8] — 2026-06-23 (TopAccessibilityBar — VLibras não inicializa em lazy load; ELO-613)
|
|
8
17
|
|
|
9
18
|
### Fixed
|