@triptease/tt-navbar 0.0.6 → 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.
package/dist/web/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.6
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 {
@@ -714,10 +720,10 @@ __decorateClass([
714
720
  n4({ type: Function })
715
721
  ], TtNavbar.prototype, "navigate", 2);
716
722
  __decorateClass([
717
- n4({ type: String })
723
+ n4({ type: String, attribute: "base-url" })
718
724
  ], TtNavbar.prototype, "baseUrl", 2);
719
725
  __decorateClass([
720
- n4({ type: String })
726
+ n4({ type: String, attribute: "client-key" })
721
727
  ], TtNavbar.prototype, "clientKey", 2);
722
728
  export {
723
729
  TtNavbar