@triptease/tt-navbar 0.0.38 → 0.0.39

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.
@@ -1,4 +1,4 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.38
2
+ * @triptease/tt-navbar v0.0.39
3
3
  */
4
4
  //# sourceMappingURL=global.d.js.map
package/dist/web/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.38
2
+ * @triptease/tt-navbar v0.0.39
3
3
  */
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -2113,6 +2113,7 @@ var TtNavbar = class extends i4 {
2113
2113
  const clientSpecificUrl = mappedUrl.includes("$CLIENT_KEY") ? mappedUrl.replace("$CLIENT_KEY", this.clientKey) : mappedUrl;
2114
2114
  const links = Object.values(this.allNavLinks);
2115
2115
  bestMatch = links.find((link) => link.href.includes(clientSpecificUrl));
2116
+ console.log({ mappedUrl, clientSpecificUrl, bestMatch });
2116
2117
  }
2117
2118
  }
2118
2119
  if (!bestMatch) {