@grupo-elo-editorial/shared-ui-react 1.4.2 → 1.4.4

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.3] — 2026-06-10 (TopAccessibilityBar — VLibras lazy load; ELO-396)
8
+
9
+ ### Fixed
10
+
11
+ - **`TopAccessibilityBar`**: VLibras agora carrega de forma **lazy** — o script `vlibras-plugin.js` é injetado apenas no primeiro clique do botão, não no mount do componente. Cliques subsequentes alternam a visibilidade do widget `[vw]` no DOM (show/hide). Renomeado estado interno `vlibrasLoaded` → `vlibrasActive`; adicionado `vlibrasInitialized` ref para controlar inicialização única. Elimina o carregamento automático de script externo que impactava performance de todas as páginas.
12
+ - `package.json` `version` bumped `1.4.2 → 1.4.3`.
13
+
14
+ ---
15
+
7
16
  ## [1.4.2] — 2026-06-10 (Footer — normalizar \n literal no endereço; ELO-392)
8
17
 
9
18
  ### Fixed