@gitlab/ui 61.1.0 → 61.1.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": "61.1.0",
3
+ "version": "61.1.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -2,6 +2,7 @@ $gl-avatar-identicon-bgs: $red-50, $purple-50, $theme-indigo-50, $blue-50, $gree
2
2
  $gray-50;
3
3
 
4
4
  @mixin gl-avatar {
5
+ @include gl-display-inline-flex;
5
6
  @include gl-border-1;
6
7
  @include gl-border-solid;
7
8
  @include gl-border-gray-a-08;
@@ -201,7 +202,6 @@ $gl-avatar-identicon-bgs: $red-50, $purple-50, $theme-indigo-50, $blue-50, $gree
201
202
  @include gl-text-center;
202
203
  @include gl-vertical-align-top;
203
204
  @include gl-text-gray-900;
204
- @include gl-display-flex;
205
205
  @include gl-justify-content-center;
206
206
  @include gl-align-items-center;
207
207
  }