@gitlab/ui 58.5.0 → 58.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "58.5.0",
3
+ "version": "58.5.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -7906,10 +7906,10 @@
7906
7906
  .gl-text-transform-capitalize\! {
7907
7907
  text-transform: capitalize !important;
7908
7908
  }
7909
- .gl-text-uppercase {
7909
+ .gl-text-transform-uppercase {
7910
7910
  text-transform: uppercase;
7911
7911
  }
7912
- .gl-text-uppercase\! {
7912
+ .gl-text-transform-uppercase\! {
7913
7913
  text-transform: uppercase !important;
7914
7914
  }
7915
7915
  .gl-text-overflow-ellipsis {
@@ -54,7 +54,7 @@
54
54
  text-transform: capitalize;
55
55
  }
56
56
 
57
- @mixin gl-text-uppercase {
57
+ @mixin gl-text-transform-uppercase {
58
58
  text-transform: uppercase;
59
59
  }
60
60