@visma-swno/vsn-navigation 1.4.0-beta.8 → 1.4.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.
@@ -1222,13 +1222,9 @@ var B = class extends e {
1222
1222
  kind: "active",
1223
1223
  title: e.label,
1224
1224
  available: this.modules.filter((t) => t.id !== e.id)
1225
- } : this.activeModuleId && this.activeModuleLabel ? {
1226
- kind: "active",
1227
- title: this.activeModuleLabel,
1228
- available: this.modules
1229
1225
  } : {
1230
1226
  kind: "no-active",
1231
- title: Fe(),
1227
+ title: this.activeModuleId && this.activeModuleLabel ? this.activeModuleLabel : Fe(),
1232
1228
  available: this.modules
1233
1229
  };
1234
1230
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visma-swno/vsn-navigation",
3
- "version": "1.4.0-beta.8",
3
+ "version": "1.4.0-beta.9",
4
4
  "type": "module",
5
5
  "customElements": "dist/custom-elements.json",
6
6
  "exports": {