@gitlab/ui 72.5.1 → 72.5.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 Wed, 10 Jan 2024 23:58:16 GMT
3
+ * Generated on Thu, 11 Jan 2024 07:44:34 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 10 Jan 2024 23:58:16 GMT
3
+ * Generated on Thu, 11 Jan 2024 07:44:34 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 Wed, 10 Jan 2024 23:58:16 GMT
3
+ * Generated on Thu, 11 Jan 2024 07:44:34 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 Wed, 10 Jan 2024 23:58:16 GMT
3
+ * Generated on Thu, 11 Jan 2024 07:44:34 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 Wed, 10 Jan 2024 23:58:16 GMT
3
+ // Generated on Thu, 11 Jan 2024 07:44:35 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 Wed, 10 Jan 2024 23:58:16 GMT
3
+ // Generated on Thu, 11 Jan 2024 07:44:34 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": "72.5.1",
3
+ "version": "72.5.2",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -42,6 +42,10 @@
42
42
  @include gl-py-2;
43
43
  @include gl-list-style-none;
44
44
 
45
+ &:focus-visible {
46
+ @include gl-focus;
47
+ }
48
+
45
49
  ul {
46
50
  @include gl-list-style-none;
47
51
  }
@@ -831,7 +831,7 @@ export default {
831
831
  role="listbox"
832
832
  class="gl-new-dropdown-contents gl-new-dropdown-contents-with-scrim-overlay"
833
833
  :class="listboxClasses"
834
- tabindex="-1"
834
+ tabindex="0"
835
835
  @keydown="onKeydown"
836
836
  >
837
837
  <component :is="itemTag" class="top-scrim-wrapper" aria-hidden="true" data-testid="top-scrim">