@opensumi/ide-design 3.7.1 → 3.7.2-next-1739859371.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.
|
@@ -596,11 +596,18 @@
|
|
|
596
596
|
margin: 0 5px;
|
|
597
597
|
}
|
|
598
598
|
|
|
599
|
+
[role='treeitem'] {
|
|
600
|
+
[class*='mod_actived__'] {
|
|
601
|
+
outline: 1px solid var(--kt-tree-inactiveSelectionBackground);
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
|
|
599
605
|
.design-kt_split_panel {
|
|
600
606
|
padding-bottom: 8px;
|
|
601
607
|
|
|
602
608
|
&::-webkit-scrollbar {
|
|
603
609
|
width: 4px;
|
|
610
|
+
|
|
604
611
|
&:hover {
|
|
605
612
|
width: 10px;
|
|
606
613
|
}
|
|
@@ -716,6 +723,36 @@
|
|
|
716
723
|
.design-extension_item {
|
|
717
724
|
border-radius: 8px;
|
|
718
725
|
}
|
|
726
|
+
|
|
727
|
+
.design-tab_item_wrapper {
|
|
728
|
+
> div {
|
|
729
|
+
display: flex;
|
|
730
|
+
align-items: center;
|
|
731
|
+
justify-content: center;
|
|
732
|
+
width: 22px;
|
|
733
|
+
height: 22px;
|
|
734
|
+
line-height: 22px;
|
|
735
|
+
padding: 0;
|
|
736
|
+
border-radius: 4px;
|
|
737
|
+
font-size: 16px;
|
|
738
|
+
|
|
739
|
+
&:hover {
|
|
740
|
+
color: var(--design-text-hoverForeground);
|
|
741
|
+
background-color: var(--kt-icon-hoverBackground);
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
:global(.kt-dialog-content) {
|
|
748
|
+
.design-file_tree_node {
|
|
749
|
+
font-size: 13px;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.design-file_tree_node {
|
|
753
|
+
border-radius: 4px;
|
|
754
|
+
margin: 0 5px;
|
|
755
|
+
}
|
|
719
756
|
}
|
|
720
757
|
|
|
721
758
|
.design-tab_panel {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-design",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.2-next-1739859371.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.
|
|
23
|
-
"@opensumi/ide-core-common": "3.7.
|
|
24
|
-
"@opensumi/ide-editor": "3.7.
|
|
25
|
-
"@opensumi/ide-file-service": "3.7.
|
|
26
|
-
"@opensumi/ide-main-layout": "3.7.
|
|
27
|
-
"@opensumi/ide-menu-bar": "3.7.
|
|
28
|
-
"@opensumi/ide-overlay": "3.7.
|
|
29
|
-
"@opensumi/ide-theme": "3.7.
|
|
30
|
-
"@opensumi/ide-toolbar": "3.7.
|
|
22
|
+
"@opensumi/ide-components": "3.7.2-next-1739859371.0",
|
|
23
|
+
"@opensumi/ide-core-common": "3.7.2-next-1739859371.0",
|
|
24
|
+
"@opensumi/ide-editor": "3.7.2-next-1739859371.0",
|
|
25
|
+
"@opensumi/ide-file-service": "3.7.2-next-1739859371.0",
|
|
26
|
+
"@opensumi/ide-main-layout": "3.7.2-next-1739859371.0",
|
|
27
|
+
"@opensumi/ide-menu-bar": "3.7.2-next-1739859371.0",
|
|
28
|
+
"@opensumi/ide-overlay": "3.7.2-next-1739859371.0",
|
|
29
|
+
"@opensumi/ide-theme": "3.7.2-next-1739859371.0",
|
|
30
|
+
"@opensumi/ide-toolbar": "3.7.2-next-1739859371.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@opensumi/ide-core-browser": "3.7.
|
|
34
|
-
"@opensumi/ide-dev-tool": "3.7.
|
|
33
|
+
"@opensumi/ide-core-browser": "3.7.2-next-1739859371.0",
|
|
34
|
+
"@opensumi/ide-dev-tool": "3.7.2-next-1739859371.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "3ec13e282e0fa712a5923012f1c9840083e63b3d"
|
|
37
37
|
}
|
|
@@ -596,11 +596,18 @@
|
|
|
596
596
|
margin: 0 5px;
|
|
597
597
|
}
|
|
598
598
|
|
|
599
|
+
[role='treeitem'] {
|
|
600
|
+
[class*='mod_actived__'] {
|
|
601
|
+
outline: 1px solid var(--kt-tree-inactiveSelectionBackground);
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
|
|
599
605
|
.design-kt_split_panel {
|
|
600
606
|
padding-bottom: 8px;
|
|
601
607
|
|
|
602
608
|
&::-webkit-scrollbar {
|
|
603
609
|
width: 4px;
|
|
610
|
+
|
|
604
611
|
&:hover {
|
|
605
612
|
width: 10px;
|
|
606
613
|
}
|
|
@@ -716,6 +723,36 @@
|
|
|
716
723
|
.design-extension_item {
|
|
717
724
|
border-radius: 8px;
|
|
718
725
|
}
|
|
726
|
+
|
|
727
|
+
.design-tab_item_wrapper {
|
|
728
|
+
> div {
|
|
729
|
+
display: flex;
|
|
730
|
+
align-items: center;
|
|
731
|
+
justify-content: center;
|
|
732
|
+
width: 22px;
|
|
733
|
+
height: 22px;
|
|
734
|
+
line-height: 22px;
|
|
735
|
+
padding: 0;
|
|
736
|
+
border-radius: 4px;
|
|
737
|
+
font-size: 16px;
|
|
738
|
+
|
|
739
|
+
&:hover {
|
|
740
|
+
color: var(--design-text-hoverForeground);
|
|
741
|
+
background-color: var(--kt-icon-hoverBackground);
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
:global(.kt-dialog-content) {
|
|
748
|
+
.design-file_tree_node {
|
|
749
|
+
font-size: 13px;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.design-file_tree_node {
|
|
753
|
+
border-radius: 4px;
|
|
754
|
+
margin: 0 5px;
|
|
755
|
+
}
|
|
719
756
|
}
|
|
720
757
|
|
|
721
758
|
.design-tab_panel {
|