@grupo-elo-editorial/shared-ui-react 1.2.1 → 1.2.2
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 +12 -0
- package/dist/index.js +150 -164
- 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,18 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) · Versioning:
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## [1.2.2] — 2026-05-25 (HeroCarousel — remove text overlay)
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- **`HeroCarousel`**: removed the text/CTA overlay rendered on top of banner images (gradient backdrop, `<h2>` title, `<p>` description, and anchor CTA). Banner artwork is now displayed clean — textual content is part of the image itself. The `title` prop is preserved as `alt` text on the `<img>` for accessibility.
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- `package.json` `version` bumped `1.2.1 → 1.2.2`.
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
7
19
|
## [1.2.1] — 2026-05-24 (Hotfix — exports.development leaking into published tarball)
|
|
8
20
|
|
|
9
21
|
### Fixed
|