@gitlab/ui 42.13.1 → 42.14.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": "42.13.1",
3
+ "version": "42.14.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -5704,6 +5704,12 @@
5704
5704
  .gl-mr-7\! {
5705
5705
  margin-right: $gl-spacing-scale-7 !important;
5706
5706
  }
5707
+ .gl-mb-auto {
5708
+ margin-bottom: auto;
5709
+ }
5710
+ .gl-mb-auto\! {
5711
+ margin-bottom: auto !important;
5712
+ }
5707
5713
  .gl-mb-0 {
5708
5714
  margin-bottom: 0;
5709
5715
  }
@@ -498,6 +498,10 @@
498
498
  margin-right: $gl-spacing-scale-7;
499
499
  }
500
500
 
501
+ @mixin gl-mb-auto {
502
+ margin-bottom: auto;
503
+ }
504
+
501
505
  @mixin gl-mb-0 {
502
506
  margin-bottom: 0;
503
507
  }