@base-framework/base 3.7.6 → 3.7.7

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.
@@ -172,9 +172,9 @@ export class Router {
172
172
  * This will get the parent element link.
173
173
  *
174
174
  * @param {HTMLElement} ele
175
- * @returns {HTMLElement|boolean}
175
+ * @returns {HTMLElement|null}
176
176
  */
177
- getParentLink(ele: HTMLElement): HTMLElement | boolean;
177
+ getParentLink(ele: HTMLElement): HTMLElement | null;
178
178
  /**
179
179
  * This will check if a link was routed.
180
180
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.7.6",
3
+ "version": "3.7.7",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",