@opensumi/ide-components 3.8.3-next-1746621593.0 → 3.8.3-next-1746626195.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/dist/index.css CHANGED
@@ -2717,7 +2717,7 @@
2717
2717
  right: 0;
2718
2718
  bottom: 0;
2719
2719
  left: 0;
2720
- z-index: 1000;
2720
+ z-index: 10000;
2721
2721
  overflow: auto;
2722
2722
  outline: 0;
2723
2723
  -webkit-overflow-scrolling: touch;
@@ -2810,7 +2810,7 @@
2810
2810
  right: 0;
2811
2811
  bottom: 0;
2812
2812
  left: 0;
2813
- z-index: 1000;
2813
+ z-index: 10000;
2814
2814
  height: 100%;
2815
2815
  background-color: rgba(0, 0, 0, 0.45);
2816
2816
  filter: alpha(opacity=50);
@@ -3041,7 +3041,7 @@
3041
3041
  right: 0;
3042
3042
  bottom: 0;
3043
3043
  left: 0;
3044
- z-index: 1000;
3044
+ z-index: 10000;
3045
3045
  height: 100%;
3046
3046
  background-color: rgba(0, 0, 0, 0.45);
3047
3047
  }
@@ -51,8 +51,8 @@
51
51
  @zindex-back-top: 10;
52
52
  @zindex-picker-panel: 10;
53
53
  @zindex-popup-close: 10;
54
- @zindex-modal: 1000;
55
- @zindex-modal-mask: 1000;
54
+ @zindex-modal: 10000;
55
+ @zindex-modal-mask: 10000;
56
56
  @zindex-message: 1010;
57
57
  @zindex-notification: 1010;
58
58
  @zindex-popover: 1030;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-components",
3
- "version": "3.8.3-next-1746621593.0",
3
+ "version": "3.8.3-next-1746626195.0",
4
4
  "description": "@opensumi/ide-components",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@ant-design/icons": "^4.6.4",
19
- "@opensumi/ide-core-common": "3.8.3-next-1746621593.0",
20
- "@opensumi/ide-utils": "3.8.3-next-1746621593.0",
19
+ "@opensumi/ide-core-common": "3.8.3-next-1746626195.0",
20
+ "@opensumi/ide-utils": "3.8.3-next-1746626195.0",
21
21
  "@opensumi/react-custom-scrollbars-2": "^4.3.4",
22
22
  "@rc-component/mini-decimal": "^1.0.1",
23
23
  "fuzzy": "^0.1.3",
@@ -39,10 +39,10 @@
39
39
  "react-window": "^1.8.5"
40
40
  },
41
41
  "devDependencies": {
42
- "@opensumi/ide-dev-tool": "3.8.3-next-1746621593.0",
42
+ "@opensumi/ide-dev-tool": "3.8.3-next-1746626195.0",
43
43
  "@types/marked": "^4.0.7",
44
44
  "@types/react-window": "^1.8.5",
45
45
  "prop-types": "^15.8.1"
46
46
  },
47
- "gitHead": "c4c255ec79b3cf58d5a6bbbb4f7d6df82424e405"
47
+ "gitHead": "12a9683635ddb3d75c2ad643b4565d01027603c2"
48
48
  }