@opensumi/ide-design 2.27.3-next-1712111035.0 → 2.27.3-next-1712572322.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.
@@ -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)(className, 'design_right_slot'), components: components, tabbarView: tabbarView, tabpanelView: tabpanelView }));
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,SAAS,EAAE,mBAAmB,CAAC,EAC9C,UAAU,EAAE,UAAU,EACtB,UAAU,EAAE,UAAU,EACtB,YAAY,EAAE,YAAY,GAC1B,CACH,CAAC;AAjBW,QAAA,sBAAsB,0BAiBjC"}
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-right: none;
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
 
@@ -293,3 +293,13 @@ html {
293
293
  background-color: var(--design-monaco-background) !important;
294
294
  }
295
295
  }
296
+
297
+ /**
298
+ * layout 面板
299
+ **/
300
+ .design-slot_resize_horizontal {
301
+ width: 2px;
302
+ height: 100%;
303
+ margin: 0 2px;
304
+ position: relative;
305
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-design",
3
- "version": "2.27.3-next-1712111035.0",
3
+ "version": "2.27.3-next-1712572322.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-next-1712111035.0",
23
- "@opensumi/ide-core-node": "2.27.3-next-1712111035.0"
22
+ "@opensumi/ide-core-common": "2.27.3-next-1712572322.0",
23
+ "@opensumi/ide-core-node": "2.27.3-next-1712572322.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@opensumi/ide-core-browser": "2.27.3-next-1712111035.0",
27
- "@opensumi/ide-dev-tool": "2.27.3-next-1712111035.0"
26
+ "@opensumi/ide-core-browser": "2.27.3-next-1712572322.0",
27
+ "@opensumi/ide-dev-tool": "2.27.3-next-1712572322.0"
28
28
  },
29
- "gitHead": "0a7bf9dc3ad71ee4b8389e60f3ec9decc5e72351"
29
+ "gitHead": "14118110bf71ed5b34d5fcd051b64c8c06322a32"
30
30
  }
@@ -40,7 +40,7 @@ export const DesignRightTabRenderer = ({
40
40
  tabpanelView?: FC<{}>;
41
41
  }) => (
42
42
  <RightTabRenderer
43
- className={cls(className, 'design_right_slot')}
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-right: none;
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
 
@@ -293,3 +293,13 @@ html {
293
293
  background-color: var(--design-monaco-background) !important;
294
294
  }
295
295
  }
296
+
297
+ /**
298
+ * layout 面板
299
+ **/
300
+ .design-slot_resize_horizontal {
301
+ width: 2px;
302
+ height: 100%;
303
+ margin: 0 2px;
304
+ position: relative;
305
+ }