@opensumi/ide-design 3.7.1-next-1738922480.0 → 3.7.1-next-1738979076.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.
|
@@ -601,6 +601,7 @@
|
|
|
601
601
|
|
|
602
602
|
&::-webkit-scrollbar {
|
|
603
603
|
width: 4px;
|
|
604
|
+
|
|
604
605
|
&:hover {
|
|
605
606
|
width: 10px;
|
|
606
607
|
}
|
|
@@ -716,6 +717,25 @@
|
|
|
716
717
|
.design-extension_item {
|
|
717
718
|
border-radius: 8px;
|
|
718
719
|
}
|
|
720
|
+
|
|
721
|
+
.design-tab_item_wrapper {
|
|
722
|
+
> div {
|
|
723
|
+
display: flex;
|
|
724
|
+
align-items: center;
|
|
725
|
+
justify-content: center;
|
|
726
|
+
width: 22px;
|
|
727
|
+
height: 22px;
|
|
728
|
+
line-height: 22px;
|
|
729
|
+
padding: 0;
|
|
730
|
+
border-radius: 4px;
|
|
731
|
+
font-size: 16px;
|
|
732
|
+
|
|
733
|
+
&:hover {
|
|
734
|
+
color: var(--design-text-hoverForeground);
|
|
735
|
+
background-color: var(--kt-icon-hoverBackground);
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
}
|
|
719
739
|
}
|
|
720
740
|
|
|
721
741
|
:global(.kt-dialog-content) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-design",
|
|
3
|
-
"version": "3.7.1-next-
|
|
3
|
+
"version": "3.7.1-next-1738979076.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"lib",
|
|
6
6
|
"src"
|
|
@@ -19,19 +19,19 @@
|
|
|
19
19
|
"url": "git@github.com:opensumi/core.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@opensumi/ide-components": "3.7.1-next-
|
|
23
|
-
"@opensumi/ide-core-common": "3.7.1-next-
|
|
24
|
-
"@opensumi/ide-editor": "3.7.1-next-
|
|
25
|
-
"@opensumi/ide-file-service": "3.7.1-next-
|
|
26
|
-
"@opensumi/ide-main-layout": "3.7.1-next-
|
|
27
|
-
"@opensumi/ide-menu-bar": "3.7.1-next-
|
|
28
|
-
"@opensumi/ide-overlay": "3.7.1-next-
|
|
29
|
-
"@opensumi/ide-theme": "3.7.1-next-
|
|
30
|
-
"@opensumi/ide-toolbar": "3.7.1-next-
|
|
22
|
+
"@opensumi/ide-components": "3.7.1-next-1738979076.0",
|
|
23
|
+
"@opensumi/ide-core-common": "3.7.1-next-1738979076.0",
|
|
24
|
+
"@opensumi/ide-editor": "3.7.1-next-1738979076.0",
|
|
25
|
+
"@opensumi/ide-file-service": "3.7.1-next-1738979076.0",
|
|
26
|
+
"@opensumi/ide-main-layout": "3.7.1-next-1738979076.0",
|
|
27
|
+
"@opensumi/ide-menu-bar": "3.7.1-next-1738979076.0",
|
|
28
|
+
"@opensumi/ide-overlay": "3.7.1-next-1738979076.0",
|
|
29
|
+
"@opensumi/ide-theme": "3.7.1-next-1738979076.0",
|
|
30
|
+
"@opensumi/ide-toolbar": "3.7.1-next-1738979076.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@opensumi/ide-core-browser": "3.7.1-next-
|
|
34
|
-
"@opensumi/ide-dev-tool": "3.7.1-next-
|
|
33
|
+
"@opensumi/ide-core-browser": "3.7.1-next-1738979076.0",
|
|
34
|
+
"@opensumi/ide-dev-tool": "3.7.1-next-1738979076.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "f84098b7088e194ef5d76cbec8e72e7c1828b4e0"
|
|
37
37
|
}
|
|
@@ -601,6 +601,7 @@
|
|
|
601
601
|
|
|
602
602
|
&::-webkit-scrollbar {
|
|
603
603
|
width: 4px;
|
|
604
|
+
|
|
604
605
|
&:hover {
|
|
605
606
|
width: 10px;
|
|
606
607
|
}
|
|
@@ -716,6 +717,25 @@
|
|
|
716
717
|
.design-extension_item {
|
|
717
718
|
border-radius: 8px;
|
|
718
719
|
}
|
|
720
|
+
|
|
721
|
+
.design-tab_item_wrapper {
|
|
722
|
+
> div {
|
|
723
|
+
display: flex;
|
|
724
|
+
align-items: center;
|
|
725
|
+
justify-content: center;
|
|
726
|
+
width: 22px;
|
|
727
|
+
height: 22px;
|
|
728
|
+
line-height: 22px;
|
|
729
|
+
padding: 0;
|
|
730
|
+
border-radius: 4px;
|
|
731
|
+
font-size: 16px;
|
|
732
|
+
|
|
733
|
+
&:hover {
|
|
734
|
+
color: var(--design-text-hoverForeground);
|
|
735
|
+
background-color: var(--kt-icon-hoverBackground);
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
}
|
|
719
739
|
}
|
|
720
740
|
|
|
721
741
|
:global(.kt-dialog-content) {
|