@genesislcap/foundation-ui 14.234.0 → 14.234.1

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.
@@ -106,7 +106,7 @@ export class FoundationRouterConfiguration extends RouterConfiguration {
106
106
  });
107
107
  return __awaiter(this, void 0, void 0, function* () {
108
108
  const path = yield _super.generateRouteFromName.call(this, name, params);
109
- return this.generateNavigationPath(path);
109
+ return path ? this.generateNavigationPath(path) : null;
110
110
  });
111
111
  }
112
112
  navigateTo(config) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.234.0",
4
+ "version": "14.234.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -83,13 +83,13 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@genesislcap/foundation-testing": "14.234.0",
87
- "@genesislcap/genx": "14.234.0",
88
- "@genesislcap/rollup-builder": "14.234.0",
89
- "@genesislcap/ts-builder": "14.234.0",
90
- "@genesislcap/uvu-playwright-builder": "14.234.0",
91
- "@genesislcap/vite-builder": "14.234.0",
92
- "@genesislcap/webpack-builder": "14.234.0",
86
+ "@genesislcap/foundation-testing": "14.234.1",
87
+ "@genesislcap/genx": "14.234.1",
88
+ "@genesislcap/rollup-builder": "14.234.1",
89
+ "@genesislcap/ts-builder": "14.234.1",
90
+ "@genesislcap/uvu-playwright-builder": "14.234.1",
91
+ "@genesislcap/vite-builder": "14.234.1",
92
+ "@genesislcap/webpack-builder": "14.234.1",
93
93
  "copyfiles": "^2.4.1",
94
94
  "rimraf": "^5.0.0",
95
95
  "rxjs": "^7.5.4"
@@ -100,13 +100,13 @@
100
100
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
101
101
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
102
102
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
103
- "@genesislcap/foundation-comms": "14.234.0",
104
- "@genesislcap/foundation-criteria": "14.234.0",
105
- "@genesislcap/foundation-errors": "14.234.0",
106
- "@genesislcap/foundation-logger": "14.234.0",
107
- "@genesislcap/foundation-notifications": "14.234.0",
108
- "@genesislcap/foundation-user": "14.234.0",
109
- "@genesislcap/foundation-utils": "14.234.0",
103
+ "@genesislcap/foundation-comms": "14.234.1",
104
+ "@genesislcap/foundation-criteria": "14.234.1",
105
+ "@genesislcap/foundation-errors": "14.234.1",
106
+ "@genesislcap/foundation-logger": "14.234.1",
107
+ "@genesislcap/foundation-notifications": "14.234.1",
108
+ "@genesislcap/foundation-user": "14.234.1",
109
+ "@genesislcap/foundation-utils": "14.234.1",
110
110
  "@microsoft/fast-colors": "5.3.1",
111
111
  "@microsoft/fast-components": "2.30.6",
112
112
  "@microsoft/fast-element": "1.14.0",
@@ -128,5 +128,5 @@
128
128
  "access": "public"
129
129
  },
130
130
  "customElements": "dist/custom-elements.json",
131
- "gitHead": "e3a9483a85395d3322649f3b6bf2a712774040ce"
131
+ "gitHead": "c3d0d51ddd1f3040ec3d9b75f9fdb016d25f6586"
132
132
  }