@opensumi/ide-design 2.27.3-rc-1713171335.0 → 2.27.3-rc-1713515623.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.
|
@@ -507,11 +507,18 @@ div[class*='design-editor_tab_block_container__'] {
|
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
509
|
|
|
510
|
+
:global(.design_left_slot) {
|
|
511
|
+
margin-right: 1px;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
:global(.design_right_slot) {
|
|
515
|
+
margin-left: 1px;
|
|
516
|
+
}
|
|
517
|
+
|
|
510
518
|
:global(.design_left_slot),
|
|
511
519
|
:global(.design_right_slot) {
|
|
512
520
|
border-radius: 12px;
|
|
513
521
|
overflow: hidden;
|
|
514
|
-
margin-right: 1px;
|
|
515
522
|
|
|
516
523
|
.design-tab_panel {
|
|
517
524
|
border: none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-design",
|
|
3
|
-
"version": "2.27.3-rc-
|
|
3
|
+
"version": "2.27.3-rc-1713515623.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-rc-
|
|
23
|
-
"@opensumi/ide-core-node": "2.27.3-rc-
|
|
22
|
+
"@opensumi/ide-core-common": "2.27.3-rc-1713515623.0",
|
|
23
|
+
"@opensumi/ide-core-node": "2.27.3-rc-1713515623.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@opensumi/ide-core-browser": "2.27.3-rc-
|
|
27
|
-
"@opensumi/ide-dev-tool": "2.27.3-rc-
|
|
26
|
+
"@opensumi/ide-core-browser": "2.27.3-rc-1713515623.0",
|
|
27
|
+
"@opensumi/ide-dev-tool": "2.27.3-rc-1713515623.0"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "f1bef23a3207a1ff8e89efd6297c9c8644c0e9b3"
|
|
30
30
|
}
|
|
@@ -507,11 +507,18 @@ div[class*='design-editor_tab_block_container__'] {
|
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
509
|
|
|
510
|
+
:global(.design_left_slot) {
|
|
511
|
+
margin-right: 1px;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
:global(.design_right_slot) {
|
|
515
|
+
margin-left: 1px;
|
|
516
|
+
}
|
|
517
|
+
|
|
510
518
|
:global(.design_left_slot),
|
|
511
519
|
:global(.design_right_slot) {
|
|
512
520
|
border-radius: 12px;
|
|
513
521
|
overflow: hidden;
|
|
514
|
-
margin-right: 1px;
|
|
515
522
|
|
|
516
523
|
.design-tab_panel {
|
|
517
524
|
border: none;
|