@visma-swno/vsn-navigation 1.3.0-beta.8 → 1.3.0-beta.9

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.
@@ -648,6 +648,7 @@ var I = class extends e {
648
648
 
649
649
  :host(:hover) {
650
650
  background-color: var(--ga-color-surface-action-hover-2);
651
+ border-radius: calc(var(--ga-radius) * var(--ga-base-scaling-factor, 1));
651
652
  }
652
653
 
653
654
  :host(:focus-visible) > .row::after {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visma-swno/vsn-navigation",
3
- "version": "1.3.0-beta.8",
3
+ "version": "1.3.0-beta.9",
4
4
  "type": "module",
5
5
  "customElements": "dist/custom-elements.json",
6
6
  "exports": {