@gitlab/ui 42.21.0 → 42.22.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": "42.
|
|
3
|
+
"version": "42.22.0",
|
|
4
4
|
"description": "GitLab UI Components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
"@arkweid/lefthook": "0.7.7",
|
|
82
82
|
"@babel/core": "^7.10.2",
|
|
83
83
|
"@babel/preset-env": "^7.10.2",
|
|
84
|
-
"@gitlab/eslint-plugin": "
|
|
84
|
+
"@gitlab/eslint-plugin": "14.0.0",
|
|
85
85
|
"@gitlab/stylelint-config": "4.1.0",
|
|
86
|
-
"@gitlab/svgs": "2.
|
|
86
|
+
"@gitlab/svgs": "2.28.0",
|
|
87
87
|
"@rollup/plugin-commonjs": "^11.1.0",
|
|
88
88
|
"@rollup/plugin-node-resolve": "^7.1.3",
|
|
89
89
|
"@rollup/plugin-replace": "^2.3.2",
|
package/src/scss/utilities.scss
CHANGED
|
@@ -3404,6 +3404,14 @@
|
|
|
3404
3404
|
flex-basis: 0 !important;
|
|
3405
3405
|
}
|
|
3406
3406
|
|
|
3407
|
+
.gl-flex-basis-third {
|
|
3408
|
+
flex-basis: 33%;
|
|
3409
|
+
}
|
|
3410
|
+
|
|
3411
|
+
.gl-flex-basis-third\! {
|
|
3412
|
+
flex-basis: 33% !important;
|
|
3413
|
+
}
|
|
3414
|
+
|
|
3407
3415
|
.gl-flex-basis-half {
|
|
3408
3416
|
flex-basis: 50%;
|
|
3409
3417
|
}
|