@gitlab/ui 73.3.0 → 73.3.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 02 Feb 2024 15:27:03 GMT
3
+ * Generated on Fri, 02 Feb 2024 16:41:32 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 02 Feb 2024 15:27:03 GMT
3
+ * Generated on Fri, 02 Feb 2024 16:41:32 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 Fri, 02 Feb 2024 15:27:03 GMT
3
+ * Generated on Fri, 02 Feb 2024 16:41:32 GMT
4
4
  */
5
5
 
6
6
  export const DATA_VIZ_GREEN_50 = "#133a03";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 02 Feb 2024 15:27:03 GMT
3
+ * Generated on Fri, 02 Feb 2024 16:41:32 GMT
4
4
  */
5
5
 
6
6
  export const DATA_VIZ_GREEN_50 = "#ddfab7";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 02 Feb 2024 15:27:03 GMT
3
+ // Generated on Fri, 02 Feb 2024 16:41:32 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 Fri, 02 Feb 2024 15:27:03 GMT
3
+ // Generated on Fri, 02 Feb 2024 16:41:32 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": "73.3.0",
3
+ "version": "73.3.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -36,6 +36,8 @@
36
36
  .duo-chat-input {
37
37
  @include gl-display-flex;
38
38
  @include gl-flex-direction-column;
39
+ max-height: 240px;
40
+ overflow: hidden;
39
41
 
40
42
  &:focus-within {
41
43
  @include gl-focus($color: $gray-900);
@@ -45,7 +47,7 @@
45
47
  flex: 1;
46
48
  resize: none;
47
49
  max-height: 240px;
48
- width: calc(100% - 40px);
50
+ padding-right: 40px;
49
51
  }
50
52
 
51
53
  &::after {