@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/CHANGELOG.md +7 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/utility_classes.css +1 -1
- package/dist/utility_classes.css.map +1 -1
- package/package.json +1 -1
- package/src/components/base/drawer/drawer.scss +1 -1
- package/src/scss/utilities.scss +0 -8
- package/src/scss/utility-mixins/box-shadow.scss +0 -4
package/package.json
CHANGED
|
@@ -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-
|
|
12
|
+
@include gl-shadow-lg;
|
|
13
13
|
@include gl-font-base;
|
|
14
14
|
@include gl-line-height-normal;
|
|
15
15
|
@include gl-display-flex;
|
package/src/scss/utilities.scss
CHANGED
|
@@ -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
|
}
|