@proximus/lavender-header 2.0.0-alpha.95 → 2.0.0-alpha.97
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/index.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -501,7 +501,7 @@ class ge extends J {
|
|
|
501
501
|
</div>
|
|
502
502
|
</nav>
|
|
503
503
|
<px-spacer></px-spacer>
|
|
504
|
-
<px-hstack gap--mobile="
|
|
504
|
+
<px-hstack gap--mobile="s" align-items="center" gap="default">
|
|
505
505
|
<slot name="header-actions"></slot>
|
|
506
506
|
<px-button-icon id="burger-menu" variant="naked" aria-label="${this.burgerMenuAriaLabel ?? "Open menu"}"
|
|
507
507
|
aria-expanded="false" hidden--tablet hidden--laptop
|