@triptease/tt-navbar 0.0.24 → 0.0.26

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.24
2
+ * @triptease/tt-navbar v0.0.26
3
3
  */
4
4
 
5
5
  // src/urlMappings.ts
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent tt-navbar following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "tt-navbar",
6
- "version": "0.0.24",
6
+ "version": "0.0.26",
7
7
  "type": "module",
8
8
  "main": "dist/src/index.js",
9
9
  "module": "dist/src/index.js",
package/src/TtNavbar.ts CHANGED
@@ -230,7 +230,7 @@ export class TtNavbar extends LitElement {
230
230
  class="sub-nav-item"
231
231
  href=${this.buildUrl('/parity/$CLIENT_KEY')}
232
232
  @click=${this.onAnchorClick}
233
- >Parity</a
233
+ >Parity monitoring</a
234
234
  >
235
235
  <a
236
236
  class="sub-nav-item"
package/src/styles.ts CHANGED
@@ -226,7 +226,8 @@ export const styles = css`
226
226
  }
227
227
  }
228
228
 
229
- .current-page {
229
+ .current-page,
230
+ .sidebar-closed details:has(.current-page) > summary {
230
231
  --nav-item-color: var(--color-primary-400);
231
232
  border-radius: var(--border-radius-100);
232
233
  background-color: var(--color-primary-100);