@grupo-elo-editorial/shared-ui-react 1.2.5 → 1.2.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
@@ -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.7] — 2026-05-26 (TopAccessibilityBar — container via design-tokens)
8
+
9
+ ### Changed
10
+
11
+ - **`TopAccessibilityBar`**: inner content wrapper migrated from hardcoded `max-w-7xl` (1280px) to the `<Container>` layout primitive from `../layout/Container`. The component now reads `var(--container-max)` at runtime, so any consuming app that overrides `--container-max` in its global CSS automatically gets the correct max-width on the accessibility bar — no prop needed. Backward-compatible: apps that don't override `--container-max` continue to render at the design-tokens default (1280px).
12
+
13
+ - `package.json` `version` bumped `1.2.6 → 1.2.7`.
14
+
15
+ ---
16
+
7
17
  ## [1.2.3] — 2026-05-25 (HeroCarousel — overlay de texto configurável por slide)
8
18
 
9
19
  ### Added