@visma-swno/vsn-navigation 1.1.0-beta.24 → 1.1.0-beta.25

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.
@@ -2726,7 +2726,7 @@ var Q = class extends e {
2726
2726
  .ga-page-header__menu-breadcrumbs {
2727
2727
  display: flex;
2728
2728
  align-items: center;
2729
- gap: 1rem;
2729
+ gap: calc(1rem * var(--ga-base-scaling-factor, 1));
2730
2730
  flex: 1 1 0;
2731
2731
  min-width: 0;
2732
2732
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visma-swno/vsn-navigation",
3
- "version": "1.1.0-beta.24",
3
+ "version": "1.1.0-beta.25",
4
4
  "type": "module",
5
5
  "customElements": "dist/custom-elements.json",
6
6
  "exports": {