@gitlab/ui 67.3.1 → 67.3.3

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,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 31 Oct 2023 12:48:39 GMT
3
+ * Generated on Wed, 01 Nov 2023 21:41:28 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 31 Oct 2023 12:48:39 GMT
3
+ * Generated on Wed, 01 Nov 2023 21:41:28 GMT
4
4
  */
5
5
 
6
6
  :root.gl-dark {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 31 Oct 2023 12:48:39 GMT
3
+ * Generated on Wed, 01 Nov 2023 21:41:28 GMT
4
4
  */
5
5
 
6
6
  export const BLACK = "#fff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 31 Oct 2023 12:48:39 GMT
3
+ * Generated on Wed, 01 Nov 2023 21:41:28 GMT
4
4
  */
5
5
 
6
6
  export const BLACK = "#000";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 31 Oct 2023 12:48:39 GMT
3
+ // Generated on Wed, 01 Nov 2023 21:41:28 GMT
4
4
 
5
5
  $red-950: #fff4f3;
6
6
  $red-900: #fcf1ef;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 31 Oct 2023 12:48:39 GMT
3
+ // Generated on Wed, 01 Nov 2023 21:41:28 GMT
4
4
 
5
5
  $gl-line-height-52: 3.25rem;
6
6
  $gl-line-height-44: 2.75rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "67.3.1",
3
+ "version": "67.3.3",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -2,6 +2,6 @@ This is a basic line chart.
2
2
 
3
3
  ### Implementation Details
4
4
 
5
- This component wraps the Gitlab UI `chart` component, which in turn wraps the ECharts component.
5
+ This component wraps the GitLab UI `chart` component, which in turn wraps the ECharts component.
6
6
 
7
7
  See the [chart](./?path=/story/charts-chart--default) component for more info.
@@ -3,6 +3,6 @@ This is a basic sparkline chart.
3
3
 
4
4
  ### Implementation Details
5
5
 
6
- This component wraps the Gitlab UI `chart` component, which in turn wraps the ECharts component.
6
+ This component wraps the GitLab UI `chart` component, which in turn wraps the ECharts component.
7
7
 
8
8
  See the [chart](./?path=/story/charts-chart--default) component for more info.
@@ -47,4 +47,11 @@
47
47
  max-height: 240px;
48
48
  width: calc(100% - 40px);
49
49
  }
50
+
51
+ &::after {
52
+ content: attr(data-value) ' ';
53
+ @include gl-visibility-hidden;
54
+ @include gl-white-space-pre-wrap;
55
+ @include gl-py-4;
56
+ }
50
57
  }
@@ -225,7 +225,7 @@ export default {
225
225
  v-if="!isHidden"
226
226
  id="chat-component"
227
227
  ref="drawer"
228
- class="markdown-code-block gl-drawer gl-drawer-default gl-max-h-full gl-bottom-0 gl-shadow-none gl-border-l gl-border-t duo-chat gl-h-auto"
228
+ class="markdown-code-block gl-drawer gl-drawer-default gl-max-h-full gl-bottom-0 gl-shadow-none gl-border-l gl-border-t duo-chat"
229
229
  role="complementary"
230
230
  data-testid="chat-component"
231
231
  @scroll="handleScrollingTrottled"
@@ -322,7 +322,7 @@ export default {
322
322
  </template>
323
323
  </transition-group>
324
324
  <transition name="loader">
325
- <gl-duo-chat-loader v-if="isLoading" :tool-name="toolName" />
325
+ <gl-duo-chat-loader v-if="isLoading" :tool-name="toolName" class="gl-px-0!" />
326
326
  </transition>
327
327
  </section>
328
328
  </div>