@deriv-web-design/ui 0.1.29 → 0.1.30

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.
@@ -4793,8 +4793,8 @@
4793
4793
  "name": "Navbar",
4794
4794
  "component": "Navbar",
4795
4795
  "category": "chrome",
4796
- "description": "Global site header with logo, mega-nav dropdowns, language picker, login, and primary open-account CTA.",
4797
- "purpose": "Global site header for marketing pages: brand logo, primary navigation (with optional mega-dropdowns), language picker, Log in, and Open account CTA. Themes adapt to light or dark content beneath. This block is designed as fixed page chrome — not a mid-page content section.",
4796
+ "description": "Global site header with logo, mega-nav dropdowns, language picker, login, and primary open-account CTA. Desktop dual logo/CTA copies for the scroll pill transition; inactive copy is inert (out of tab order / a11y tree).",
4797
+ "purpose": "Global site header for marketing pages: brand logo, primary navigation (with optional mega-dropdowns), language picker, Log in, and Open account CTA. Themes adapt to light or dark content beneath. This block is designed as fixed page chrome — not a mid-page content section. On desktop (≥992px) the logo and auth CTAs exist in two visual copies (outer bar vs condensed pill) so the scroll transition can crossfade. The inactive copy is marked `inert` — it is removed from the keyboard tab order and the accessibility tree — so consumers must not add their own `tabindex`/`aria-hidden` workarounds for “hidden” navbar CTAs, and must not treat missing focus rings on those copies as a `Button` defect (visible buttons already ship a `:focus-visible` ring).",
4798
4798
  "keywords": [
4799
4799
  "navigation",
4800
4800
  "navbar",
package/dist/index.css CHANGED
@@ -4871,6 +4871,8 @@
4871
4871
  gap: var(--spacing-8);
4872
4872
  flex-shrink: 0;
4873
4873
  overflow: hidden;
4874
+ overflow: clip;
4875
+ overflow-clip-margin: 4px;
4874
4876
  white-space: nowrap;
4875
4877
  max-width: 0;
4876
4878
  opacity: 0;