@gitlab/ui 67.3.1 → 67.3.2

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 01:30:41 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 01:30:41 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 01:30:41 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 01:30:41 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 01:30:41 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 01:30:41 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.2",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -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
  }