@visma-swno/vsn-navigation 1.1.0-beta.11 → 1.1.0-beta.12

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.
@@ -2126,7 +2126,7 @@ var Y = class extends e {
2126
2126
  }
2127
2127
  render() {
2128
2128
  return this.landingPageUrl ? n`
2129
- <a href=${this.landingPageUrl} class="ga-button ga-button--secondary ga-button--icon-only" style="border-color: transparent" aria-label=${D("Home")} @click=${this._handleClick}>
2129
+ <a href=${this.landingPageUrl} class="ga-button ga-button--ghost ga-button--icon-only" aria-label=${D("Home")} @click=${this._handleClick}>
2130
2130
  <span class="ga-icon">${v(ge)}</span>
2131
2131
  </a>
2132
2132
  ` : r;
@@ -2261,6 +2261,11 @@ var Q = class extends e {
2261
2261
  margin-left: auto;
2262
2262
  }
2263
2263
 
2264
+ vsn-home .ga-button--ghost:hover {
2265
+ background-color: var(--ga-color-surface-action-hover-2);
2266
+ border-color: transparent;
2267
+ }
2268
+
2264
2269
  @media (max-width: 767px) {
2265
2270
  .ga-page-header__global-navigation {
2266
2271
  flex-wrap: wrap;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visma-swno/vsn-navigation",
3
- "version": "1.1.0-beta.11",
3
+ "version": "1.1.0-beta.12",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {