@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "74.9.3",
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.83.0",
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",
@@ -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
- }
@@ -29,7 +29,6 @@
29
29
  @import './flex';
30
30
  @import './grid';
31
31
  @import './image';
32
- @import './isolation';
33
32
  @import './list-style';
34
33
  @import './masks';
35
34
  @import './mix-blend-mode';
@@ -35,7 +35,3 @@
35
35
  @mixin gl-z-index-9999 {
36
36
  z-index: 9999;
37
37
  }
38
-
39
- @mixin gl-isolate {
40
- isolation: isolate;
41
- }
@@ -1,3 +0,0 @@
1
- @mixin gl-isolation-isolate {
2
- isolation: isolate;
3
- }