@triptease/tt-navbar 0.0.75 → 0.0.76

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,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.75
2
+ * @triptease/tt-navbar v0.0.76
3
3
  */
4
4
 
5
5
  // ../../node_modules/@lit/reactive-element/css-tag.js
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.75
2
+ * @triptease/tt-navbar v0.0.76
3
3
  */
4
4
 
5
5
  // src/triptease-logo.ts
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.75
2
+ * @triptease/tt-navbar v0.0.76
3
3
  */
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -2066,6 +2066,12 @@ var urlMappings = {
2066
2066
  "/:clientKey/parity/*": "/parity/$CLIENT_KEY",
2067
2067
  // Settings routes - legacy paths map to new navbar link
2068
2068
  "/settings/:clientKey/*": "/$CLIENT_KEY/settings/guides",
2069
+ // Settings routes with :clientKey first (excluding guides/hotels which have direct links)
2070
+ "/:clientKey/settings/branding": "/$CLIENT_KEY/settings/guides",
2071
+ "/:clientKey/settings/price-check": "/$CLIENT_KEY/settings/guides",
2072
+ "/:clientKey/settings/price-config": "/$CLIENT_KEY/settings/guides",
2073
+ "/:clientKey/settings/hotel-details-finder": "/$CLIENT_KEY/settings/guides",
2074
+ "/:clientKey/settings/deactivation-center": "/$CLIENT_KEY/settings/guides",
2069
2075
  "/:clientKey/account/team": "/account/team/$CLIENT_KEY",
2070
2076
  "/:clientKey/account/team/*": "/account/team/$CLIENT_KEY",
2071
2077
  "/:clientKey/account/billing-management": "/account/billing-management/$CLIENT_KEY",