@opensumi/ide-design 2.27.3-next-1712483736.0 → 2.27.3-next-1712572322.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.
|
@@ -675,6 +675,7 @@ div[class*='design-editor_tab_block_container__'] {
|
|
|
675
675
|
.design-bar_content {
|
|
676
676
|
width: 100%;
|
|
677
677
|
overflow-y: auto;
|
|
678
|
+
padding-top: 10px;
|
|
678
679
|
|
|
679
680
|
:global(.active) {
|
|
680
681
|
.design-icon_tab {
|
|
@@ -694,7 +695,6 @@ div[class*='design-editor_tab_block_container__'] {
|
|
|
694
695
|
}
|
|
695
696
|
|
|
696
697
|
.design-right_tab_bar {
|
|
697
|
-
padding-top: 10px;
|
|
698
698
|
border-right: none;
|
|
699
699
|
border-top: none;
|
|
700
700
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-design",
|
|
3
|
-
"version": "2.27.3-next-
|
|
3
|
+
"version": "2.27.3-next-1712572322.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": "2.27.3-next-
|
|
23
|
-
"@opensumi/ide-core-node": "2.27.3-next-
|
|
22
|
+
"@opensumi/ide-core-common": "2.27.3-next-1712572322.0",
|
|
23
|
+
"@opensumi/ide-core-node": "2.27.3-next-1712572322.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@opensumi/ide-core-browser": "2.27.3-next-
|
|
27
|
-
"@opensumi/ide-dev-tool": "2.27.3-next-
|
|
26
|
+
"@opensumi/ide-core-browser": "2.27.3-next-1712572322.0",
|
|
27
|
+
"@opensumi/ide-dev-tool": "2.27.3-next-1712572322.0"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "14118110bf71ed5b34d5fcd051b64c8c06322a32"
|
|
30
30
|
}
|
|
@@ -675,6 +675,7 @@ div[class*='design-editor_tab_block_container__'] {
|
|
|
675
675
|
.design-bar_content {
|
|
676
676
|
width: 100%;
|
|
677
677
|
overflow-y: auto;
|
|
678
|
+
padding-top: 10px;
|
|
678
679
|
|
|
679
680
|
:global(.active) {
|
|
680
681
|
.design-icon_tab {
|
|
@@ -694,7 +695,6 @@ div[class*='design-editor_tab_block_container__'] {
|
|
|
694
695
|
}
|
|
695
696
|
|
|
696
697
|
.design-right_tab_bar {
|
|
697
|
-
padding-top: 10px;
|
|
698
698
|
border-right: none;
|
|
699
699
|
border-top: none;
|
|
700
700
|
}
|