@gitlab/ui 80.6.1 → 80.7.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": "80.6.1",
3
+ "version": "80.7.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -20,7 +20,8 @@
20
20
 
21
21
  .invalid-feedback,
22
22
  .valid-feedback,
23
- .text-gl-muted {
23
+ .text-gl-muted,
24
+ .gl-text-secondary {
24
25
  @include gl-font-base;
25
26
  @include gl-line-height-normal;
26
27
  }
@@ -29,13 +30,16 @@
29
30
  + .invalid-feedback,
30
31
  + .valid-feedback,
31
32
  + .text-gl-muted,
32
- &.is-valid + .invalid-feedback + .text-gl-muted {
33
+ &.is-valid + .invalid-feedback + .text-gl-muted,
34
+ + .gl-text-secondary,
35
+ &.is-valid + .invalid-feedback + .gl-text-secondary {
33
36
  // See https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/2806
34
37
  // for the reasoning behind the "valid+invalid" selector above
35
38
  @include gl-mt-3;
36
39
  }
37
40
  }
38
41
 
42
+ // Deprecated, soon to be removed
39
43
  .text-gl-muted {
40
44
  @include gl-text-gray-500;
41
45
  }