@opensumi/ide-design 2.27.3-rc-1712837054.0 → 2.27.3-rc-1713256305.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-1712837054.0",
3
+ "version": "2.27.3-rc-1713256305.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-1712837054.0",
23
- "@opensumi/ide-core-node": "2.27.3-rc-1712837054.0"
22
+ "@opensumi/ide-core-common": "2.27.3-rc-1713256305.0",
23
+ "@opensumi/ide-core-node": "2.27.3-rc-1713256305.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@opensumi/ide-core-browser": "2.27.3-rc-1712837054.0",
27
- "@opensumi/ide-dev-tool": "2.27.3-rc-1712837054.0"
26
+ "@opensumi/ide-core-browser": "2.27.3-rc-1713256305.0",
27
+ "@opensumi/ide-dev-tool": "2.27.3-rc-1713256305.0"
28
28
  },
29
- "gitHead": "73928ab7a13ed1c2972bfb55fccce5ab0e71f265"
29
+ "gitHead": "27e3bf453f59da9d55a8294e072ff224a442cd33"
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;