@gitlab/ui 74.9.3 → 75.0.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 +13 -0
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/css/tokens.dark.css +1 -1
- package/dist/tokens/js/tokens.dark.js +1 -1
- package/dist/tokens/js/tokens.js +1 -1
- package/dist/tokens/scss/_tokens.dark.scss +1 -1
- package/dist/tokens/scss/_tokens.scss +1 -1
- package/dist/utility_classes.css +1 -1
- package/dist/utility_classes.css.map +1 -1
- package/package.json +2 -2
- package/src/scss/utilities.scss +0 -14
- package/src/scss/utility-mixins/index.scss +0 -1
- package/src/scss/utility-mixins/z-index.scss +0 -4
- package/src/scss/utility-mixins/isolation.scss +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "75.0.0",
|
|
4
4
|
"description": "GitLab UI Components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@gitlab/eslint-plugin": "19.4.0",
|
|
103
103
|
"@gitlab/fonts": "^1.3.0",
|
|
104
104
|
"@gitlab/stylelint-config": "6.1.0",
|
|
105
|
-
"@gitlab/svgs": "3.
|
|
105
|
+
"@gitlab/svgs": "3.84.0",
|
|
106
106
|
"@rollup/plugin-commonjs": "^11.1.0",
|
|
107
107
|
"@rollup/plugin-node-resolve": "^7.1.3",
|
|
108
108
|
"@rollup/plugin-replace": "^2.3.2",
|
package/src/scss/utilities.scss
CHANGED
|
@@ -4177,12 +4177,6 @@ $gl-animate-skeleton-loader-max-width: 64 * $grid-size;
|
|
|
4177
4177
|
object-fit: contain !important
|
|
4178
4178
|
}
|
|
4179
4179
|
|
|
4180
|
-
.gl-isolation-isolate {
|
|
4181
|
-
isolation: isolate
|
|
4182
|
-
}
|
|
4183
|
-
.gl-isolation-isolate\! {
|
|
4184
|
-
isolation: isolate !important
|
|
4185
|
-
}
|
|
4186
4180
|
.gl-list-style-none {
|
|
4187
4181
|
list-style-type: none
|
|
4188
4182
|
}
|
|
@@ -9670,11 +9664,3 @@ $gl-animate-skeleton-loader-max-width: 64 * $grid-size;
|
|
|
9670
9664
|
.gl-z-index-9999\! {
|
|
9671
9665
|
z-index: 9999 !important
|
|
9672
9666
|
}
|
|
9673
|
-
|
|
9674
|
-
.gl-isolate {
|
|
9675
|
-
isolation: isolate
|
|
9676
|
-
}
|
|
9677
|
-
|
|
9678
|
-
.gl-isolate\! {
|
|
9679
|
-
isolation: isolate !important
|
|
9680
|
-
}
|