@opensumi/ide-design 3.2.5-next-1724744804.0 → 3.2.5-next-1725353631.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,6 +294,7 @@
|
|
|
294
294
|
content: '';
|
|
295
295
|
position: absolute;
|
|
296
296
|
left: 0;
|
|
297
|
+
top: 12px;
|
|
297
298
|
display: inline-block;
|
|
298
299
|
width: 1px;
|
|
299
300
|
height: 12px;
|
|
@@ -705,6 +706,12 @@
|
|
|
705
706
|
}
|
|
706
707
|
}
|
|
707
708
|
|
|
709
|
+
.design-tab_panel {
|
|
710
|
+
&::before {
|
|
711
|
+
content: none;
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
|
|
708
715
|
.design-tab_panel_hidden {
|
|
709
716
|
display: none;
|
|
710
717
|
}
|
|
@@ -718,12 +725,6 @@
|
|
|
718
725
|
}
|
|
719
726
|
}
|
|
720
727
|
|
|
721
|
-
.design-tab_panel {
|
|
722
|
-
&::before {
|
|
723
|
-
content: none !important;
|
|
724
|
-
}
|
|
725
|
-
}
|
|
726
|
-
|
|
727
728
|
:global(.design_left_slot),
|
|
728
729
|
:global(.design_right_slot) {
|
|
729
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-1725353631.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-1725353631.0",
|
|
23
|
+
"@opensumi/ide-core-node": "3.2.5-next-1725353631.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-1725353631.0",
|
|
27
|
+
"@opensumi/ide-dev-tool": "3.2.5-next-1725353631.0"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "ba22c57455fcde45ef2327a0625e0e8632a2f8b7"
|
|
30
30
|
}
|
|
@@ -294,6 +294,7 @@
|
|
|
294
294
|
content: '';
|
|
295
295
|
position: absolute;
|
|
296
296
|
left: 0;
|
|
297
|
+
top: 12px;
|
|
297
298
|
display: inline-block;
|
|
298
299
|
width: 1px;
|
|
299
300
|
height: 12px;
|
|
@@ -705,6 +706,12 @@
|
|
|
705
706
|
}
|
|
706
707
|
}
|
|
707
708
|
|
|
709
|
+
.design-tab_panel {
|
|
710
|
+
&::before {
|
|
711
|
+
content: none;
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
|
|
708
715
|
.design-tab_panel_hidden {
|
|
709
716
|
display: none;
|
|
710
717
|
}
|
|
@@ -718,12 +725,6 @@
|
|
|
718
725
|
}
|
|
719
726
|
}
|
|
720
727
|
|
|
721
|
-
.design-tab_panel {
|
|
722
|
-
&::before {
|
|
723
|
-
content: none !important;
|
|
724
|
-
}
|
|
725
|
-
}
|
|
726
|
-
|
|
727
728
|
:global(.design_left_slot),
|
|
728
729
|
:global(.design_right_slot) {
|
|
729
730
|
li.design-left_tab,
|