@gitlab/ui 39.2.0 → 39.2.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": "39.2.0",
3
+ "version": "39.2.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -121,6 +121,10 @@
121
121
 
122
122
  &.gl-button {
123
123
  @include gl-px-3;
124
+
125
+ &.btn-sm {
126
+ @include gl-px-2;
127
+ }
124
128
  }
125
129
  }
126
130
 
@@ -172,6 +176,10 @@
172
176
  .dropdown-icon {
173
177
  @include gl-mr-0;
174
178
  }
179
+
180
+ &.btn-sm .dropdown-chevron {
181
+ @include gl-mx-0;
182
+ }
175
183
  }
176
184
 
177
185
  .split-content-button {