@gitlab/ui 66.33.0 → 66.34.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": "66.33.0",
3
+ "version": "66.34.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -9305,6 +9305,14 @@ $gl-animate-skeleton-loader-max-width: 64 * $grid-size;
9305
9305
  z-index: 200 !important
9306
9306
  }
9307
9307
 
9308
+ .gl-z-index-999 {
9309
+ z-index: 999
9310
+ }
9311
+
9312
+ .gl-z-index-999\! {
9313
+ z-index: 999 !important
9314
+ }
9315
+
9308
9316
  .gl-z-index-9999 {
9309
9317
  z-index: 9999
9310
9318
  }
@@ -24,6 +24,10 @@
24
24
  z-index: 200;
25
25
  }
26
26
 
27
+ @mixin gl-z-index-999 {
28
+ z-index: 999;
29
+ }
30
+
27
31
  @mixin gl-z-index-9999 {
28
32
  z-index: 9999;
29
33
  }