@grupo-elo-editorial/shared-ui-react 1.2.8 → 1.2.11
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 +10 -0
- package/dist/index.js +151 -170
- 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,16 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) · Versioning:
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## [1.2.9] — 2026-05-26 (HeroCarousel — desktop aspect ratio 24:7)
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- **`HeroCarousel`**: desktop aspect ratio updated from `1920:700` (~2.74:1, 525px at 1440px container) to `1920:560` (24:7, ~420px at 1440px container). The previous ratio made the hero occupy ~65% of a typical laptop viewport (800px). New ratio gives 53%, leaving more content visible above the fold. Image spec updated: desktop banners should be **1920 × 560 px** instead of 1920 × 700 px.
|
|
12
|
+
|
|
13
|
+
- `package.json` `version` bumped `1.2.8 → 1.2.9`.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
7
17
|
## [1.2.8] — 2026-05-26 (HeroCarousel — mobile aspect ratio 3:2)
|
|
8
18
|
|
|
9
19
|
### Changed
|