@triptease/tt-navbar 0.0.30 → 0.0.32

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.30
2
+ * @triptease/tt-navbar v0.0.32
3
3
  */
4
4
 
5
5
  // ../../node_modules/@lit/reactive-element/css-tag.js
@@ -565,7 +565,7 @@ var visuallyHiddenCss = i`
565
565
  `;
566
566
  var styles = i`
567
567
  :host {
568
- --nav-bar-width: 250px;
568
+ --nav-bar-width: 260px;
569
569
 
570
570
  display: block;
571
571
  height: 100vh;
@@ -919,6 +919,7 @@ var styles = i`
919
919
  --tt-combobox-list-max-width: 80ch;
920
920
  --tt-combobox-min-width: 244px;
921
921
  --tt-combobox-max-width: 244px;
922
+ --tt-combobox-option-selected-color: var(--color-text-inverted-500);
922
923
  }
923
924
 
924
925
  .single-client-name {