@triptease/tt-navbar 0.0.75 → 0.0.77

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.77
3
3
  */
4
4
 
5
5
  // src/Config.ts
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.75
2
+ * @triptease/tt-navbar v0.0.77
3
3
  */
4
4
 
5
5
  // src/Routes.ts
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.75
2
+ * @triptease/tt-navbar v0.0.77
3
3
  */
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1537,7 +1537,7 @@ __decorate([
1537
1537
  r6("tt-option:not([hidden], [disabled])")
1538
1538
  ], TtCombobox.prototype, "_visibleOptions", void 0);
1539
1539
  __decorate([
1540
- r6("tt-option:not([hidden], .select-all")
1540
+ r6("tt-option:not([hidden], .select-all)")
1541
1541
  ], TtCombobox.prototype, "_visibleOptionsNotSelectAll", void 0);
1542
1542
  __decorate([
1543
1543
  r6("tt-option:not([disabled], .select-all)")
@@ -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",