@gitlab/ui 101.5.0 → 101.6.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "101.5.0",
3
+ "version": "101.6.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -91,7 +91,7 @@ $gl-drawer-scrim-gradient: linear-gradient(
91
91
  }
92
92
 
93
93
  .gl-drawer-title {
94
- color: var(--gl-text-color-heading);
94
+ @apply gl-text-heading;
95
95
  @apply gl-flex;
96
96
  @apply gl-items-center;
97
97
  @apply gl-justify-between;
@@ -13,8 +13,7 @@ table.gl-table {
13
13
  }
14
14
 
15
15
  th {
16
- @apply gl-font-bold;
17
- color: var(--gl-text-color-heading);
16
+ @apply gl-text-heading gl-font-bold;
18
17
 
19
18
  .gl-table-th-sort-icon-wrapper {
20
19
  @apply gl-ml-2;
@@ -585,7 +585,11 @@ export default {
585
585
  </gl-alert>
586
586
  </header>
587
587
 
588
- <div class="duo-chat-drawer-body" data-testid="chat-history" @scroll="handleScrollingTrottled">
588
+ <div
589
+ class="duo-chat-drawer-body gl-bg-white"
590
+ data-testid="chat-history"
591
+ @scroll="handleScrollingTrottled"
592
+ >
589
593
  <transition-group
590
594
  tag="section"
591
595
  name="message"
@@ -182,6 +182,7 @@
182
182
  font-weight: $gl-font-weight-heading;
183
183
  margin-top: 0; // override bootstrap reset in GitLab
184
184
  font-size: get-font-size-variable($size, $fixed);
185
+ @apply gl-text-heading;
185
186
 
186
187
  // Larger headings have reduced letter spacing
187
188
  @if ($size <= 500) {