@opensumi/ide-design 3.1.1-next-1718177767.0 → 3.1.1-next-1718182530.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.
@@ -21,7 +21,6 @@
21
21
  .left {
22
22
  display: flex;
23
23
  align-items: center;
24
- z-index: 2;
25
24
 
26
25
  .enhance_menu {
27
26
  padding: 8px;
@@ -95,7 +94,6 @@
95
94
  .right {
96
95
  display: flex;
97
96
  align-items: center;
98
- z-index: 2;
99
97
 
100
98
  .input {
101
99
  margin-right: 16px;
@@ -633,15 +633,12 @@
633
633
  .design-titleActions {
634
634
  > span.design-iconAction {
635
635
  display: flex;
636
- width: 22px;
637
- height: 22px;
638
636
  align-items: center;
639
637
  justify-content: center;
640
- margin-left: 0;
641
638
  box-sizing: border-box;
642
639
  color: var(--design-text-foreground);
643
640
  box-sizing: border-box;
644
- border-radius: 4px;
641
+ border-radius: 3px;
645
642
 
646
643
  &::before {
647
644
  font-size: 14px;
@@ -19,7 +19,6 @@
19
19
  margin-bottom: 1px;
20
20
  #opensumi-menubar {
21
21
  border-radius: 12px;
22
- overflow: hidden;
23
22
  }
24
23
  }
25
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-design",
3
- "version": "3.1.1-next-1718177767.0",
3
+ "version": "3.1.1-next-1718182530.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.1.1-next-1718177767.0",
23
- "@opensumi/ide-core-node": "3.1.1-next-1718177767.0"
22
+ "@opensumi/ide-core-common": "3.1.1-next-1718182530.0",
23
+ "@opensumi/ide-core-node": "3.1.1-next-1718182530.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@opensumi/ide-core-browser": "3.1.1-next-1718177767.0",
27
- "@opensumi/ide-dev-tool": "3.1.1-next-1718177767.0"
26
+ "@opensumi/ide-core-browser": "3.1.1-next-1718182530.0",
27
+ "@opensumi/ide-dev-tool": "3.1.1-next-1718182530.0"
28
28
  },
29
- "gitHead": "77a8d832737a21d5e45dc91ed8a389ad7acfd153"
29
+ "gitHead": "f91c72dceba178a28e369353cf9051934be37610"
30
30
  }
@@ -21,7 +21,6 @@
21
21
  .left {
22
22
  display: flex;
23
23
  align-items: center;
24
- z-index: 2;
25
24
 
26
25
  .enhance_menu {
27
26
  padding: 8px;
@@ -95,7 +94,6 @@
95
94
  .right {
96
95
  display: flex;
97
96
  align-items: center;
98
- z-index: 2;
99
97
 
100
98
  .input {
101
99
  margin-right: 16px;
@@ -633,15 +633,12 @@
633
633
  .design-titleActions {
634
634
  > span.design-iconAction {
635
635
  display: flex;
636
- width: 22px;
637
- height: 22px;
638
636
  align-items: center;
639
637
  justify-content: center;
640
- margin-left: 0;
641
638
  box-sizing: border-box;
642
639
  color: var(--design-text-foreground);
643
640
  box-sizing: border-box;
644
- border-radius: 4px;
641
+ border-radius: 3px;
645
642
 
646
643
  &::before {
647
644
  font-size: 14px;
@@ -19,7 +19,6 @@
19
19
  margin-bottom: 1px;
20
20
  #opensumi-menubar {
21
21
  border-radius: 12px;
22
- overflow: hidden;
23
22
  }
24
23
  }
25
24