@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
  // src/triptease-logo.ts
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.52
2
+ * @triptease/tt-navbar v0.0.53
3
3
  */
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1710,7 +1710,6 @@ var styles2 = i`
1710
1710
  display: flex;
1711
1711
  flex-direction: column;
1712
1712
  margin-top: auto;
1713
- gap: var(--space-scale-2);
1714
1713
  width: 100%;
1715
1714
 
1716
1715
  .external-link {
@@ -1909,6 +1908,7 @@ var styles2 = i`
1909
1908
  #client-selector {
1910
1909
  display: flex;
1911
1910
  align-items: center;
1911
+ padding: var(--space-scale-1) 0;
1912
1912
  }
1913
1913
 
1914
1914
  #client-selector tt-combobox {
@@ -1925,13 +1925,14 @@ var styles2 = i`
1925
1925
  --tt-combobox-min-width: 244px;
1926
1926
  --tt-combobox-max-width: 244px;
1927
1927
  --tt-combobox-option-selected-color: var(--color-text-inverted-500);
1928
+ --tt-combobox-border-color: var(--color-surface-inverted-200);
1928
1929
  }
1929
1930
 
1930
1931
  .single-client-name {
1931
1932
  height: 39px;
1932
1933
  padding: var(--space-scale-1); /* match tt-combobox height */
1933
- font-size: var(--font-size-100);
1934
- color: var(--color-text-inverted-400);
1934
+ font-size: var(--font-size-200);
1935
+ color: var(--color-text-inverted-200);
1935
1936
  }
1936
1937
  `;
1937
1938