@proximus/lavender 2.0.0-alpha.77 → 2.0.0-alpha.79
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/dist/lavender.cjs.js +1 -1
- package/dist/lavender.es.js +1 -1
- package/dist/lavender.umd.js +1 -1
- package/package.json +1 -1
package/dist/lavender.es.js
CHANGED
|
@@ -11126,7 +11126,7 @@ class Header extends WithExtraAttributes {
|
|
|
11126
11126
|
<px-hstack gap--mobile="none" gap="default">
|
|
11127
11127
|
<slot name="header-actions"></slot>
|
|
11128
11128
|
<px-button-icon id="burger-menu" variant="naked" aria-label="${this.burgerMenuAriaLabel ?? "Open menu"}"
|
|
11129
|
-
aria-expanded="false"
|
|
11129
|
+
aria-expanded="false" hidden--tablet hidden--laptop
|
|
11130
11130
|
hidden--desktop>
|
|
11131
11131
|
<px-icon name="burger_menu" from="lavender"></px-icon>
|
|
11132
11132
|
</px-button-icon>
|