@opensumi/ide-design 3.2.5-next-1725353631.0 → 3.2.5-next-1725358238.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.
@@ -294,7 +294,6 @@
294
294
  content: '';
295
295
  position: absolute;
296
296
  left: 0;
297
- top: 12px;
298
297
  display: inline-block;
299
298
  width: 1px;
300
299
  height: 12px;
@@ -706,12 +705,6 @@
706
705
  }
707
706
  }
708
707
 
709
- .design-tab_panel {
710
- &::before {
711
- content: none;
712
- }
713
- }
714
-
715
708
  .design-tab_panel_hidden {
716
709
  display: none;
717
710
  }
@@ -725,6 +718,12 @@
725
718
  }
726
719
  }
727
720
 
721
+ .design-tab_panel {
722
+ &::before {
723
+ content: none !important;
724
+ }
725
+ }
726
+
728
727
  :global(.design_left_slot),
729
728
  :global(.design_right_slot) {
730
729
  li.design-left_tab,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-design",
3
- "version": "3.2.5-next-1725353631.0",
3
+ "version": "3.2.5-next-1725358238.0",
4
4
  "files": [
5
5
  "lib",
6
6
  "src"
@@ -19,12 +19,12 @@
19
19
  "url": "git@github.com:opensumi/core.git"
20
20
  },
21
21
  "dependencies": {
22
- "@opensumi/ide-core-common": "3.2.5-next-1725353631.0",
23
- "@opensumi/ide-core-node": "3.2.5-next-1725353631.0"
22
+ "@opensumi/ide-core-common": "3.2.5-next-1725358238.0",
23
+ "@opensumi/ide-core-node": "3.2.5-next-1725358238.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@opensumi/ide-core-browser": "3.2.5-next-1725353631.0",
27
- "@opensumi/ide-dev-tool": "3.2.5-next-1725353631.0"
26
+ "@opensumi/ide-core-browser": "3.2.5-next-1725358238.0",
27
+ "@opensumi/ide-dev-tool": "3.2.5-next-1725358238.0"
28
28
  },
29
- "gitHead": "ba22c57455fcde45ef2327a0625e0e8632a2f8b7"
29
+ "gitHead": "ceab3bb3c71dbd9e55cd18833b1747490715de31"
30
30
  }
@@ -294,7 +294,6 @@
294
294
  content: '';
295
295
  position: absolute;
296
296
  left: 0;
297
- top: 12px;
298
297
  display: inline-block;
299
298
  width: 1px;
300
299
  height: 12px;
@@ -706,12 +705,6 @@
706
705
  }
707
706
  }
708
707
 
709
- .design-tab_panel {
710
- &::before {
711
- content: none;
712
- }
713
- }
714
-
715
708
  .design-tab_panel_hidden {
716
709
  display: none;
717
710
  }
@@ -725,6 +718,12 @@
725
718
  }
726
719
  }
727
720
 
721
+ .design-tab_panel {
722
+ &::before {
723
+ content: none !important;
724
+ }
725
+ }
726
+
728
727
  :global(.design_left_slot),
729
728
  :global(.design_right_slot) {
730
729
  li.design-left_tab,