@gitlab/ui 113.5.2 → 113.6.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": "113.5.2",
3
+ "version": "113.6.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -49,7 +49,12 @@ $gl-drawer-scrim-gradient: linear-gradient(
49
49
  }
50
50
 
51
51
  .gl-drawer-body > * {
52
+ @apply gl-border-b;
52
53
  @apply gl-mx-5;
54
+
55
+ &:last-child {
56
+ @apply gl-border-none;
57
+ }
53
58
  }
54
59
 
55
60
  .gl-drawer-header {
@@ -125,14 +130,6 @@ $gl-drawer-scrim-gradient: linear-gradient(
125
130
  }
126
131
  }
127
132
 
128
- .gl-drawer-body > * {
129
- @apply gl-border-b;
130
-
131
- &:last-child {
132
- @apply gl-border-none;
133
- }
134
- }
135
-
136
133
  .gl-drawer-enter-to {
137
134
  @apply gl-translate-x-0;
138
135
  }