@opensumi/ide-design 3.2.5-next-1724407522.0 → 3.2.5-next-1724407842.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.
|
@@ -706,12 +706,6 @@
|
|
|
706
706
|
}
|
|
707
707
|
}
|
|
708
708
|
|
|
709
|
-
.design-tab_panel {
|
|
710
|
-
&::before {
|
|
711
|
-
content: none;
|
|
712
|
-
}
|
|
713
|
-
}
|
|
714
|
-
|
|
715
709
|
.design-tab_panel_hidden {
|
|
716
710
|
display: none;
|
|
717
711
|
}
|
|
@@ -725,6 +719,12 @@
|
|
|
725
719
|
}
|
|
726
720
|
}
|
|
727
721
|
|
|
722
|
+
.design-tab_panel {
|
|
723
|
+
&::before {
|
|
724
|
+
content: none !important;
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
|
|
728
728
|
:global(.design_left_slot),
|
|
729
729
|
:global(.design_right_slot) {
|
|
730
730
|
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-
|
|
3
|
+
"version": "3.2.5-next-1724407842.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-
|
|
23
|
-
"@opensumi/ide-core-node": "3.2.5-next-
|
|
22
|
+
"@opensumi/ide-core-common": "3.2.5-next-1724407842.0",
|
|
23
|
+
"@opensumi/ide-core-node": "3.2.5-next-1724407842.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@opensumi/ide-core-browser": "3.2.5-next-
|
|
27
|
-
"@opensumi/ide-dev-tool": "3.2.5-next-
|
|
26
|
+
"@opensumi/ide-core-browser": "3.2.5-next-1724407842.0",
|
|
27
|
+
"@opensumi/ide-dev-tool": "3.2.5-next-1724407842.0"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "7ed3e7872ef82de42d9523f55c5eb83b5aa0f581"
|
|
30
30
|
}
|
|
@@ -706,12 +706,6 @@
|
|
|
706
706
|
}
|
|
707
707
|
}
|
|
708
708
|
|
|
709
|
-
.design-tab_panel {
|
|
710
|
-
&::before {
|
|
711
|
-
content: none;
|
|
712
|
-
}
|
|
713
|
-
}
|
|
714
|
-
|
|
715
709
|
.design-tab_panel_hidden {
|
|
716
710
|
display: none;
|
|
717
711
|
}
|
|
@@ -725,6 +719,12 @@
|
|
|
725
719
|
}
|
|
726
720
|
}
|
|
727
721
|
|
|
722
|
+
.design-tab_panel {
|
|
723
|
+
&::before {
|
|
724
|
+
content: none !important;
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
|
|
728
728
|
:global(.design_left_slot),
|
|
729
729
|
:global(.design_right_slot) {
|
|
730
730
|
li.design-left_tab,
|