@triptease/tt-navbar 0.0.5 → 0.0.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.5
2
+ * @triptease/tt-navbar v0.0.7
3
3
  */
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -592,10 +592,16 @@ function n4(t3) {
592
592
 
593
593
  // src/styles.ts
594
594
  var styles = i`
595
- nav {
595
+ :host {
596
+ display: block;
597
+ height: 100vh;
596
598
  max-width: 260px;
599
+ }
600
+
601
+ nav {
597
602
  display: flex;
598
603
  flex-direction: column;
604
+ height: 100%;
599
605
  }
600
606
 
601
607
  nav details div {
@@ -704,6 +710,7 @@ var TtNavbar = class extends i4 {
704
710
  >
705
711
  </div>
706
712
  </details>
713
+ <slot name="clientSelector"></slot>
707
714
  </nav>
708
715
  `;
709
716
  }
@@ -713,10 +720,10 @@ __decorateClass([
713
720
  n4({ type: Function })
714
721
  ], TtNavbar.prototype, "navigate", 2);
715
722
  __decorateClass([
716
- n4({ type: String })
723
+ n4({ type: String, attribute: "base-url" })
717
724
  ], TtNavbar.prototype, "baseUrl", 2);
718
725
  __decorateClass([
719
- n4({ type: String })
726
+ n4({ type: String, attribute: "client-key" })
720
727
  ], TtNavbar.prototype, "clientKey", 2);
721
728
 
722
729
  // src/tt-navbar.ts