@gitlab/ui 95.4.0 → 95.5.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "95.4.0",
3
+ "version": "95.5.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -2,7 +2,6 @@ $gl-search-box-by-type-search-icon-size: 16px;
2
2
  $gl-search-box-by-type-input-padding: 3.5 * $grid-size;
3
3
 
4
4
  .gl-search-box-by-type-search-icon {
5
- @apply gl-text-gray-500;
6
5
  @apply gl-w-5;
7
6
  position: absolute;
8
7
  left: $gl-spacing-scale-3;
@@ -15,7 +14,7 @@ $gl-search-box-by-type-input-padding: 3.5 * $grid-size;
15
14
  }
16
15
 
17
16
  .gl-search-box-by-type-loading-icon {
18
- @apply gl-text-gray-500;
17
+ @apply gl-fill-icon-subtle;
19
18
  @apply gl-w-5;
20
19
  @apply gl-mr-2;
21
20
  }
@@ -53,7 +52,7 @@ $gl-search-box-by-type-input-padding: 3.5 * $grid-size;
53
52
  }
54
53
 
55
54
  &::placeholder {
56
- @apply gl-text-gray-400;
55
+ color: var(--gl-control-placeholder-color);
57
56
  }
58
57
 
59
58
  &::-webkit-search-cancel-button {
@@ -130,7 +130,7 @@ export default {
130
130
 
131
131
  <template>
132
132
  <div class="gl-search-box-by-type">
133
- <gl-icon name="search" class="gl-search-box-by-type-search-icon" />
133
+ <gl-icon name="search" class="gl-search-box-by-type-search-icon" variant="subtle" />
134
134
  <gl-form-input
135
135
  ref="input"
136
136
  :value="value"