@gitlab/ui 66.7.0 → 66.7.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 Tue, 12 Sep 2023 08:43:35 GMT
3
+ * Generated on Wed, 13 Sep 2023 02:22:50 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 12 Sep 2023 08:43:35 GMT
3
+ * Generated on Wed, 13 Sep 2023 02:22:50 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 12 Sep 2023 08:43:35 GMT
3
+ * Generated on Wed, 13 Sep 2023 02:22:50 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, 12 Sep 2023 08:43:35 GMT
3
+ * Generated on Wed, 13 Sep 2023 02:22:50 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, 12 Sep 2023 08:43:35 GMT
3
+ // Generated on Wed, 13 Sep 2023 02:22:50 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, 12 Sep 2023 08:43:35 GMT
3
+ // Generated on Wed, 13 Sep 2023 02:22:50 GMT
4
4
 
5
5
  $brand-gray-05: #2b2838 !default;
6
6
  $brand-gray-04: #45424d !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "66.7.0",
3
+ "version": "66.7.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -16,14 +16,45 @@
16
16
  @include gl-mb-0;
17
17
  }
18
18
 
19
- &:active,
20
19
  &:hover,
21
- &:focus,
20
+ &:focus {
21
+ .gl-new-dropdown-item-content {
22
+ @include gl-bg-gray-50;
23
+ }
24
+ }
25
+
26
+ &:active,
22
27
  &:focus:active {
28
+ .gl-new-dropdown-item-content {
29
+ @include gl-bg-gray-100;
30
+ }
31
+ }
32
+
33
+ &[aria-selected="true"] {
23
34
  .gl-new-dropdown-item-content {
24
35
  @include gl-bg-gray-50;
25
- @include gl-text-decoration-none;
26
- @include gl-text-gray-900;
36
+ }
37
+
38
+ &:hover,
39
+ &:focus {
40
+ .gl-new-dropdown-item-content {
41
+ @include gl-bg-gray-100;
42
+ }
43
+
44
+ .gl-new-dropdown-item-check-icon {
45
+ @include gl-text-blue-600
46
+ }
47
+ }
48
+
49
+ &:active,
50
+ &:focus:active {
51
+ .gl-new-dropdown-item-content {
52
+ @include gl-bg-gray-200;
53
+ }
54
+
55
+ .gl-new-dropdown-item-check-icon {
56
+ @include gl-text-blue-700
57
+ }
27
58
  }
28
59
  }
29
60
 
@@ -52,6 +83,7 @@
52
83
  @include gl-py-0;
53
84
  @include gl-relative;
54
85
  @include gl-rounded-base;
86
+ @include gl-text-decoration-none;
55
87
  @include gl-text-gray-900;
56
88
  @include gl-text-left;
57
89
  @include gl-white-space-normal;
@@ -59,7 +91,7 @@
59
91
  .gl-new-dropdown-item-check-icon {
60
92
  @include gl-flex-shrink-0;
61
93
  @include gl-mr-3;
62
- @include gl-text-blue-400;
94
+ @include gl-text-blue-500;
63
95
  }
64
96
 
65
97
  .gl-new-dropdown-item-icon {
@@ -59,7 +59,7 @@ export default {
59
59
  @click="toggleSelection"
60
60
  @keydown="onKeydown"
61
61
  >
62
- <span class="gl-new-dropdown-item-content" :class="{ 'gl-bg-gray-50!': isSelected }">
62
+ <span class="gl-new-dropdown-item-content">
63
63
  <gl-icon
64
64
  name="mobile-issue-close"
65
65
  data-testid="dropdown-item-checkbox"