@gitlab/ui 43.20.0 → 43.21.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": "43.
|
|
3
|
+
"version": "43.21.0",
|
|
4
4
|
"description": "GitLab UI Components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@babel/preset-env": "^7.19.1",
|
|
82
82
|
"@gitlab/eslint-plugin": "18.0.0",
|
|
83
83
|
"@gitlab/stylelint-config": "4.1.0",
|
|
84
|
-
"@gitlab/svgs": "3.
|
|
84
|
+
"@gitlab/svgs": "3.4.0",
|
|
85
85
|
"@rollup/plugin-commonjs": "^11.1.0",
|
|
86
86
|
"@rollup/plugin-node-resolve": "^7.1.3",
|
|
87
87
|
"@rollup/plugin-replace": "^2.3.2",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"bootstrap": "4.5.3",
|
|
105
105
|
"cypress": "^10.8.0",
|
|
106
106
|
"emoji-regex": "^10.0.0",
|
|
107
|
-
"eslint": "8.
|
|
107
|
+
"eslint": "8.24.0",
|
|
108
108
|
"eslint-import-resolver-jest": "3.0.2",
|
|
109
109
|
"eslint-plugin-cypress": "2.12.1",
|
|
110
110
|
"eslint-plugin-storybook": "0.6.4",
|
package/src/scss/utilities.scss
CHANGED
|
@@ -3508,6 +3508,14 @@
|
|
|
3508
3508
|
flex-basis: 33% !important;
|
|
3509
3509
|
}
|
|
3510
3510
|
|
|
3511
|
+
.gl-flex-basis-two-thirds {
|
|
3512
|
+
flex-basis: 66%;
|
|
3513
|
+
}
|
|
3514
|
+
|
|
3515
|
+
.gl-flex-basis-two-thirds\! {
|
|
3516
|
+
flex-basis: 66% !important;
|
|
3517
|
+
}
|
|
3518
|
+
|
|
3511
3519
|
.gl-flex-basis-half {
|
|
3512
3520
|
flex-basis: 50%;
|
|
3513
3521
|
}
|