@opensumi/ide-design 2.27.3-rc-1712113547.0 → 2.27.3-rc-1712755288.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.
- package/lib/browser/layout/tabbar.view.js +1 -1
- package/lib/browser/layout/tabbar.view.js.map +1 -1
- package/lib/browser/style/design.module.less +7 -26
- package/lib/browser/style/global.less +10 -0
- package/package.json +6 -6
- package/src/browser/layout/tabbar.view.tsx +1 -1
- package/src/browser/style/design.module.less +7 -26
- package/src/browser/style/global.less +10 -0
|
@@ -9,6 +9,6 @@ const DesignLeftTabRenderer = ({ className, components, tabbarView, }) => (react
|
|
|
9
9
|
exports.DesignLeftTabRenderer = DesignLeftTabRenderer;
|
|
10
10
|
const DesignBottomTabRenderer = ({ className, components, }) => react_1.default.createElement(renderer_view_1.BottomTabRenderer, { className: (0, classnames_1.default)(className, 'design_bottom_slot'), components: components });
|
|
11
11
|
exports.DesignBottomTabRenderer = DesignBottomTabRenderer;
|
|
12
|
-
const DesignRightTabRenderer = ({ className, components, tabbarView, tabpanelView, }) => (react_1.default.createElement(renderer_view_1.RightTabRenderer, { className: (0, classnames_1.default)(
|
|
12
|
+
const DesignRightTabRenderer = ({ className, components, tabbarView, tabpanelView, }) => (react_1.default.createElement(renderer_view_1.RightTabRenderer, { className: (0, classnames_1.default)('design_right_slot', className), components: components, tabbarView: tabbarView, tabpanelView: tabpanelView }));
|
|
13
13
|
exports.DesignRightTabRenderer = DesignRightTabRenderer;
|
|
14
14
|
//# sourceMappingURL=tabbar.view.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabbar.view.js","sourceRoot":"","sources":["../../../src/browser/layout/tabbar.view.tsx"],"names":[],"mappings":";;;;AAAA,oEAA6B;AAC7B,0DAAkC;AAGlC,8FAIoE;AAE7D,MAAM,qBAAqB,GAAG,CAAC,EACpC,SAAS,EACT,UAAU,EACV,UAAU,GAKX,EAAE,EAAE,CAAC,CACJ,8BAAC,+BAAe,IAAC,SAAS,EAAE,IAAA,oBAAG,EAAC,SAAS,EAAE,kBAAkB,CAAC,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,GAAI,CACnH,CAAC;AAVW,QAAA,qBAAqB,yBAUhC;AAEK,MAAM,uBAAuB,GAAG,CAAC,EACtC,SAAS,EACT,UAAU,GAIX,EAAE,EAAE,CAAC,8BAAC,iCAAiB,IAAC,SAAS,EAAE,IAAA,oBAAG,EAAC,SAAS,EAAE,oBAAoB,CAAC,EAAE,UAAU,EAAE,UAAU,GAAI,CAAC;AANxF,QAAA,uBAAuB,2BAMiE;AAE9F,MAAM,sBAAsB,GAAG,CAAC,EACrC,SAAS,EACT,UAAU,EACV,UAAU,EACV,YAAY,GAMb,EAAE,EAAE,CAAC,CACJ,8BAAC,gCAAgB,IACf,SAAS,EAAE,IAAA,oBAAG,EAAC,
|
|
1
|
+
{"version":3,"file":"tabbar.view.js","sourceRoot":"","sources":["../../../src/browser/layout/tabbar.view.tsx"],"names":[],"mappings":";;;;AAAA,oEAA6B;AAC7B,0DAAkC;AAGlC,8FAIoE;AAE7D,MAAM,qBAAqB,GAAG,CAAC,EACpC,SAAS,EACT,UAAU,EACV,UAAU,GAKX,EAAE,EAAE,CAAC,CACJ,8BAAC,+BAAe,IAAC,SAAS,EAAE,IAAA,oBAAG,EAAC,SAAS,EAAE,kBAAkB,CAAC,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,GAAI,CACnH,CAAC;AAVW,QAAA,qBAAqB,yBAUhC;AAEK,MAAM,uBAAuB,GAAG,CAAC,EACtC,SAAS,EACT,UAAU,GAIX,EAAE,EAAE,CAAC,8BAAC,iCAAiB,IAAC,SAAS,EAAE,IAAA,oBAAG,EAAC,SAAS,EAAE,oBAAoB,CAAC,EAAE,UAAU,EAAE,UAAU,GAAI,CAAC;AANxF,QAAA,uBAAuB,2BAMiE;AAE9F,MAAM,sBAAsB,GAAG,CAAC,EACrC,SAAS,EACT,UAAU,EACV,UAAU,EACV,YAAY,GAMb,EAAE,EAAE,CAAC,CACJ,8BAAC,gCAAgB,IACf,SAAS,EAAE,IAAA,oBAAG,EAAC,mBAAmB,EAAE,SAAS,CAAC,EAC9C,UAAU,EAAE,UAAU,EACtB,UAAU,EAAE,UAAU,EACtB,YAAY,EAAE,YAAY,GAC1B,CACH,CAAC;AAjBW,QAAA,sBAAsB,0BAiBjC"}
|
|
@@ -514,7 +514,7 @@ div[class*='design-editor_tab_block_container__'] {
|
|
|
514
514
|
margin-right: 1px;
|
|
515
515
|
|
|
516
516
|
.design-tab_panel {
|
|
517
|
-
border
|
|
517
|
+
border: none;
|
|
518
518
|
}
|
|
519
519
|
|
|
520
520
|
.design-file_tree_node {
|
|
@@ -644,27 +644,6 @@ div[class*='design-editor_tab_block_container__'] {
|
|
|
644
644
|
display: none;
|
|
645
645
|
}
|
|
646
646
|
|
|
647
|
-
.design-extra_bottom_icon {
|
|
648
|
-
&:hover {
|
|
649
|
-
background-color: transparent !important;
|
|
650
|
-
opacity: 1;
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
span {
|
|
654
|
-
width: 32px;
|
|
655
|
-
height: 32px;
|
|
656
|
-
font-size: 16px;
|
|
657
|
-
border-radius: 8px;
|
|
658
|
-
display: flex;
|
|
659
|
-
align-items: center;
|
|
660
|
-
justify-content: center;
|
|
661
|
-
|
|
662
|
-
&:hover {
|
|
663
|
-
background-color: var(--activityBar-activeBorder);
|
|
664
|
-
}
|
|
665
|
-
}
|
|
666
|
-
}
|
|
667
|
-
|
|
668
647
|
.design-outline_node {
|
|
669
648
|
border-radius: 4px;
|
|
670
649
|
}
|
|
@@ -689,7 +668,6 @@ div[class*='design-editor_tab_block_container__'] {
|
|
|
689
668
|
|
|
690
669
|
.design-left_tab_bar,
|
|
691
670
|
.design-right_tab_bar {
|
|
692
|
-
padding-top: 10px;
|
|
693
671
|
border-right: none;
|
|
694
672
|
border-top: none;
|
|
695
673
|
width: 48px;
|
|
@@ -697,6 +675,7 @@ div[class*='design-editor_tab_block_container__'] {
|
|
|
697
675
|
.design-bar_content {
|
|
698
676
|
width: 100%;
|
|
699
677
|
overflow-y: auto;
|
|
678
|
+
padding-top: 10px;
|
|
700
679
|
|
|
701
680
|
:global(.active) {
|
|
702
681
|
.design-icon_tab {
|
|
@@ -714,13 +693,15 @@ div[class*='design-editor_tab_block_container__'] {
|
|
|
714
693
|
}
|
|
715
694
|
}
|
|
716
695
|
}
|
|
696
|
+
|
|
697
|
+
.design-right_tab_bar {
|
|
698
|
+
border-right: none;
|
|
699
|
+
border-top: none;
|
|
700
|
+
}
|
|
717
701
|
}
|
|
718
702
|
|
|
719
703
|
:global(.design_right_slot) {
|
|
720
704
|
background-color: var(--panel-background);
|
|
721
|
-
border: 1px solid var(--sideBar-border);
|
|
722
|
-
border-radius: 12px;
|
|
723
|
-
overflow: hidden;
|
|
724
705
|
height: 100%;
|
|
725
706
|
}
|
|
726
707
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-design",
|
|
3
|
-
"version": "2.27.3-rc-
|
|
3
|
+
"version": "2.27.3-rc-1712755288.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-
|
|
23
|
-
"@opensumi/ide-core-node": "2.27.3-rc-
|
|
22
|
+
"@opensumi/ide-core-common": "2.27.3-rc-1712755288.0",
|
|
23
|
+
"@opensumi/ide-core-node": "2.27.3-rc-1712755288.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@opensumi/ide-core-browser": "2.27.3-rc-
|
|
27
|
-
"@opensumi/ide-dev-tool": "2.27.3-rc-
|
|
26
|
+
"@opensumi/ide-core-browser": "2.27.3-rc-1712755288.0",
|
|
27
|
+
"@opensumi/ide-dev-tool": "2.27.3-rc-1712755288.0"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "35d70628418e2fc41df91d8d39225d00b2711f77"
|
|
30
30
|
}
|
|
@@ -40,7 +40,7 @@ export const DesignRightTabRenderer = ({
|
|
|
40
40
|
tabpanelView?: FC<{}>;
|
|
41
41
|
}) => (
|
|
42
42
|
<RightTabRenderer
|
|
43
|
-
className={cls(
|
|
43
|
+
className={cls('design_right_slot', className)}
|
|
44
44
|
components={components}
|
|
45
45
|
tabbarView={tabbarView}
|
|
46
46
|
tabpanelView={tabpanelView}
|
|
@@ -514,7 +514,7 @@ div[class*='design-editor_tab_block_container__'] {
|
|
|
514
514
|
margin-right: 1px;
|
|
515
515
|
|
|
516
516
|
.design-tab_panel {
|
|
517
|
-
border
|
|
517
|
+
border: none;
|
|
518
518
|
}
|
|
519
519
|
|
|
520
520
|
.design-file_tree_node {
|
|
@@ -644,27 +644,6 @@ div[class*='design-editor_tab_block_container__'] {
|
|
|
644
644
|
display: none;
|
|
645
645
|
}
|
|
646
646
|
|
|
647
|
-
.design-extra_bottom_icon {
|
|
648
|
-
&:hover {
|
|
649
|
-
background-color: transparent !important;
|
|
650
|
-
opacity: 1;
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
span {
|
|
654
|
-
width: 32px;
|
|
655
|
-
height: 32px;
|
|
656
|
-
font-size: 16px;
|
|
657
|
-
border-radius: 8px;
|
|
658
|
-
display: flex;
|
|
659
|
-
align-items: center;
|
|
660
|
-
justify-content: center;
|
|
661
|
-
|
|
662
|
-
&:hover {
|
|
663
|
-
background-color: var(--activityBar-activeBorder);
|
|
664
|
-
}
|
|
665
|
-
}
|
|
666
|
-
}
|
|
667
|
-
|
|
668
647
|
.design-outline_node {
|
|
669
648
|
border-radius: 4px;
|
|
670
649
|
}
|
|
@@ -689,7 +668,6 @@ div[class*='design-editor_tab_block_container__'] {
|
|
|
689
668
|
|
|
690
669
|
.design-left_tab_bar,
|
|
691
670
|
.design-right_tab_bar {
|
|
692
|
-
padding-top: 10px;
|
|
693
671
|
border-right: none;
|
|
694
672
|
border-top: none;
|
|
695
673
|
width: 48px;
|
|
@@ -697,6 +675,7 @@ div[class*='design-editor_tab_block_container__'] {
|
|
|
697
675
|
.design-bar_content {
|
|
698
676
|
width: 100%;
|
|
699
677
|
overflow-y: auto;
|
|
678
|
+
padding-top: 10px;
|
|
700
679
|
|
|
701
680
|
:global(.active) {
|
|
702
681
|
.design-icon_tab {
|
|
@@ -714,13 +693,15 @@ div[class*='design-editor_tab_block_container__'] {
|
|
|
714
693
|
}
|
|
715
694
|
}
|
|
716
695
|
}
|
|
696
|
+
|
|
697
|
+
.design-right_tab_bar {
|
|
698
|
+
border-right: none;
|
|
699
|
+
border-top: none;
|
|
700
|
+
}
|
|
717
701
|
}
|
|
718
702
|
|
|
719
703
|
:global(.design_right_slot) {
|
|
720
704
|
background-color: var(--panel-background);
|
|
721
|
-
border: 1px solid var(--sideBar-border);
|
|
722
|
-
border-radius: 12px;
|
|
723
|
-
overflow: hidden;
|
|
724
705
|
height: 100%;
|
|
725
706
|
}
|
|
726
707
|
|