@gitlab/ui 32.57.0 → 32.58.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": "32.57.0",
3
+ "version": "32.58.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -4263,6 +4263,18 @@
4263
4263
  }
4264
4264
  }
4265
4265
 
4266
+ .gl-lg-w-25p {
4267
+ @include gl-media-breakpoint-up(lg) {
4268
+ width: 25%;
4269
+ }
4270
+ }
4271
+
4272
+ .gl-lg-w-25p\! {
4273
+ @include gl-media-breakpoint-up(lg) {
4274
+ width: 25% !important;
4275
+ }
4276
+ }
4277
+
4266
4278
  .gl-lg-w-50p {
4267
4279
  @include gl-media-breakpoint-up(lg) {
4268
4280
  width: 50%;
@@ -236,6 +236,12 @@
236
236
  }
237
237
  }
238
238
 
239
+ @mixin gl-lg-w-25p {
240
+ @include gl-media-breakpoint-up(lg) {
241
+ width: 25%;
242
+ }
243
+ }
244
+
239
245
  @mixin gl-lg-w-50p {
240
246
  @include gl-media-breakpoint-up(lg) {
241
247
  width: 50%;