@opensumi/ide-design 3.7.1-next-1739430207.0 → 3.7.1-next-1739439717.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,12 +596,6 @@
|
|
|
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
|
-
|
|
605
599
|
.design-kt_split_panel {
|
|
606
600
|
padding-bottom: 8px;
|
|
607
601
|
|
|
@@ -724,17 +718,6 @@
|
|
|
724
718
|
}
|
|
725
719
|
}
|
|
726
720
|
|
|
727
|
-
:global(.kt-dialog-content) {
|
|
728
|
-
.design-file_tree_node {
|
|
729
|
-
font-size: 13px;
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
.design-file_tree_node {
|
|
733
|
-
border-radius: 4px;
|
|
734
|
-
margin: 0 5px;
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
|
|
738
721
|
.design-tab_panel {
|
|
739
722
|
&::before {
|
|
740
723
|
content: none !important;
|
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-1739439717.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-1739439717.0",
|
|
23
|
+
"@opensumi/ide-core-common": "3.7.1-next-1739439717.0",
|
|
24
|
+
"@opensumi/ide-editor": "3.7.1-next-1739439717.0",
|
|
25
|
+
"@opensumi/ide-file-service": "3.7.1-next-1739439717.0",
|
|
26
|
+
"@opensumi/ide-main-layout": "3.7.1-next-1739439717.0",
|
|
27
|
+
"@opensumi/ide-menu-bar": "3.7.1-next-1739439717.0",
|
|
28
|
+
"@opensumi/ide-overlay": "3.7.1-next-1739439717.0",
|
|
29
|
+
"@opensumi/ide-theme": "3.7.1-next-1739439717.0",
|
|
30
|
+
"@opensumi/ide-toolbar": "3.7.1-next-1739439717.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-1739439717.0",
|
|
34
|
+
"@opensumi/ide-dev-tool": "3.7.1-next-1739439717.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "d49745f5d5fb4faab59de4729c7bea9809217a63"
|
|
37
37
|
}
|
|
@@ -596,12 +596,6 @@
|
|
|
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
|
-
|
|
605
599
|
.design-kt_split_panel {
|
|
606
600
|
padding-bottom: 8px;
|
|
607
601
|
|
|
@@ -724,17 +718,6 @@
|
|
|
724
718
|
}
|
|
725
719
|
}
|
|
726
720
|
|
|
727
|
-
:global(.kt-dialog-content) {
|
|
728
|
-
.design-file_tree_node {
|
|
729
|
-
font-size: 13px;
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
.design-file_tree_node {
|
|
733
|
-
border-radius: 4px;
|
|
734
|
-
margin: 0 5px;
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
|
|
738
721
|
.design-tab_panel {
|
|
739
722
|
&::before {
|
|
740
723
|
content: none !important;
|