@gitlab/ui 62.3.0 → 62.4.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": "62.
|
|
3
|
+
"version": "62.4.0",
|
|
4
4
|
"description": "GitLab UI Components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@gitlab/eslint-plugin": "18.3.2",
|
|
91
91
|
"@gitlab/fonts": "^1.2.0",
|
|
92
92
|
"@gitlab/stylelint-config": "4.1.0",
|
|
93
|
-
"@gitlab/svgs": "3.
|
|
93
|
+
"@gitlab/svgs": "3.40.0",
|
|
94
94
|
"@rollup/plugin-commonjs": "^11.1.0",
|
|
95
95
|
"@rollup/plugin-node-resolve": "^7.1.3",
|
|
96
96
|
"@rollup/plugin-replace": "^2.3.2",
|
package/src/scss/utilities.scss
CHANGED
|
@@ -5228,6 +5228,14 @@
|
|
|
5228
5228
|
min-height: $gl-spacing-scale-8 !important;
|
|
5229
5229
|
}
|
|
5230
5230
|
|
|
5231
|
+
.gl-min-h-100vh {
|
|
5232
|
+
min-height: 100vh;
|
|
5233
|
+
}
|
|
5234
|
+
|
|
5235
|
+
.gl-min-h-100vh\! {
|
|
5236
|
+
min-height: 100vh !important;
|
|
5237
|
+
}
|
|
5238
|
+
|
|
5231
5239
|
.gl-max-w-0 {
|
|
5232
5240
|
max-width: 0;
|
|
5233
5241
|
}
|