@triptease/tt-navbar 0.0.52 → 0.0.53

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.52
2
+ * @triptease/tt-navbar v0.0.53
3
3
  */
4
4
 
5
5
  // ../../node_modules/@lit/reactive-element/css-tag.js
@@ -646,7 +646,6 @@ var styles = i`
646
646
  display: flex;
647
647
  flex-direction: column;
648
648
  margin-top: auto;
649
- gap: var(--space-scale-2);
650
649
  width: 100%;
651
650
 
652
651
  .external-link {
@@ -845,6 +844,7 @@ var styles = i`
845
844
  #client-selector {
846
845
  display: flex;
847
846
  align-items: center;
847
+ padding: var(--space-scale-1) 0;
848
848
  }
849
849
 
850
850
  #client-selector tt-combobox {
@@ -861,13 +861,14 @@ var styles = i`
861
861
  --tt-combobox-min-width: 244px;
862
862
  --tt-combobox-max-width: 244px;
863
863
  --tt-combobox-option-selected-color: var(--color-text-inverted-500);
864
+ --tt-combobox-border-color: var(--color-surface-inverted-200);
864
865
  }
865
866
 
866
867
  .single-client-name {
867
868
  height: 39px;
868
869
  padding: var(--space-scale-1); /* match tt-combobox height */
869
- font-size: var(--font-size-100);
870
- color: var(--color-text-inverted-400);
870
+ font-size: var(--font-size-200);
871
+ color: var(--color-text-inverted-200);
871
872
  }
872
873
  `;
873
874
  export {