@gitlab/ui 64.4.0 → 64.5.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": "64.4.0",
3
+ "version": "64.5.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -9,7 +9,7 @@ $gl-drawer-scrim-gradient: linear-gradient(to bottom, $transparent-rgba, $white)
9
9
  @include gl-h-full;
10
10
  @include gl-w-full;
11
11
  @include gl-overflow-y-auto;
12
- @include gl-shadow-drawer;
12
+ @include gl-shadow-lg;
13
13
  @include gl-font-base;
14
14
  @include gl-line-height-normal;
15
15
  @include gl-display-flex;
@@ -2232,14 +2232,6 @@
2232
2232
  box-shadow: 0 0 4px 2px $blue-200 !important
2233
2233
  }
2234
2234
 
2235
- .gl-shadow-drawer {
2236
- box-shadow: -4px 0 8px $gray-200
2237
- }
2238
-
2239
- .gl-shadow-drawer\! {
2240
- box-shadow: -4px 0 8px $gray-200 !important
2241
- }
2242
-
2243
2235
  .gl-shadow-x0-y0-b3-s1-blue-500 {
2244
2236
  box-shadow: inset 0 0 3px 1px $blue-500
2245
2237
  }
@@ -186,10 +186,6 @@
186
186
  box-shadow: 0 0 4px 2px $blue-200;
187
187
  }
188
188
 
189
- @mixin gl-shadow-drawer {
190
- box-shadow: -4px 0 8px $gray-200;
191
- }
192
-
193
189
  @mixin gl-shadow-x0-y0-b3-s1-blue-500 {
194
190
  box-shadow: inset 0 0 3px 1px $blue-500;
195
191
  }