@triptease/tt-navbar 0.0.52 → 0.0.54

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.54
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,8 @@ var styles = i`
845
844
  #client-selector {
846
845
  display: flex;
847
846
  align-items: center;
847
+ padding: var(--space-scale-1) 0;
848
+ margin-bottom: var(--space-scale-2);
848
849
  }
849
850
 
850
851
  #client-selector tt-combobox {
@@ -861,13 +862,14 @@ var styles = i`
861
862
  --tt-combobox-min-width: 244px;
862
863
  --tt-combobox-max-width: 244px;
863
864
  --tt-combobox-option-selected-color: var(--color-text-inverted-500);
865
+ --tt-combobox-border-color: var(--color-surface-inverted-200);
864
866
  }
865
867
 
866
868
  .single-client-name {
867
869
  height: 39px;
868
870
  padding: var(--space-scale-1); /* match tt-combobox height */
869
- font-size: var(--font-size-100);
870
- color: var(--color-text-inverted-400);
871
+ font-size: var(--font-size-200);
872
+ color: var(--color-text-inverted-200);
871
873
  }
872
874
  `;
873
875
  export {