@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
  // src/Config.ts
@@ -1,4 +1,4 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.52
2
+ * @triptease/tt-navbar v0.0.54
3
3
  */
4
4
  //# sourceMappingURL=global.d.js.map
package/dist/web/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.52
2
+ * @triptease/tt-navbar v0.0.54
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,8 @@ var styles2 = i`
1909
1908
  #client-selector {
1910
1909
  display: flex;
1911
1910
  align-items: center;
1911
+ padding: var(--space-scale-1) 0;
1912
+ margin-bottom: var(--space-scale-2);
1912
1913
  }
1913
1914
 
1914
1915
  #client-selector tt-combobox {
@@ -1925,13 +1926,14 @@ var styles2 = i`
1925
1926
  --tt-combobox-min-width: 244px;
1926
1927
  --tt-combobox-max-width: 244px;
1927
1928
  --tt-combobox-option-selected-color: var(--color-text-inverted-500);
1929
+ --tt-combobox-border-color: var(--color-surface-inverted-200);
1928
1930
  }
1929
1931
 
1930
1932
  .single-client-name {
1931
1933
  height: 39px;
1932
1934
  padding: var(--space-scale-1); /* match tt-combobox height */
1933
- font-size: var(--font-size-100);
1934
- color: var(--color-text-inverted-400);
1935
+ font-size: var(--font-size-200);
1936
+ color: var(--color-text-inverted-200);
1935
1937
  }
1936
1938
  `;
1937
1939