@grupo-elo-editorial/shared-ui-react 1.4.0 → 1.4.1

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,15 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) · Versioning:
4
4
 
5
5
  ---
6
6
 
7
+ ## [1.4.1] — 2026-06-10 (Footer — endereço com suporte a quebra de linha; ELO-389)
8
+
9
+ ### Fixed
10
+
11
+ - **`Footer`**: adicionado `whitespace-pre-line` ao `<p>` do endereço (`contactAddress`). Valores com `\n` no campo `fullAddress` do Firestore agora rendem como linhas separadas (ex.: `"Rua Laguna, 404\nSão Paulo - SP\nCEP 04728-000"`). Endereços em linha única sem `\n` mantêm comportamento idêntico ao anterior.
12
+ - `package.json` `version` bumped `1.4.0 → 1.4.1`.
13
+
14
+ ---
15
+
7
16
  ## [1.4.0] — 2026-06-10 (Footer navColumns + ProductCard/ProductGrid renderImage)
8
17
 
9
18
  ### Added
package/dist/index.js CHANGED
@@ -2430,7 +2430,7 @@ const Nt = ({ brand: a = "elo-editora", onNewsletterSubmit: t, newsletterSlot: r
2430
2430
  /* @__PURE__ */ e("p", { className: "text-[var(--muted-foreground)]", children: "Atendimento:" }),
2431
2431
  /* @__PURE__ */ e("p", { className: "font-medium text-[var(--foreground)]", children: x }),
2432
2432
  /* @__PURE__ */ e("p", { className: "font-medium text-[var(--foreground)]", children: c }),
2433
- p && /* @__PURE__ */ e("p", { className: "text-[var(--muted-foreground)]", children: p })
2433
+ p && /* @__PURE__ */ e("p", { className: "whitespace-pre-line text-[var(--muted-foreground)]", children: p })
2434
2434
  ] })
2435
2435
  ] }),
2436
2436
  (d ?? bt).map((k) => /* @__PURE__ */ e(xt, { title: k.title, links: k.links }, k.id)),