@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.
- package/block-registry.json +2 -2
- package/dist/index.css +2 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +59 -17
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +59 -17
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/block-registry.json
CHANGED
|
@@ -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",
|