@opensumi/ide-design 3.8.3-next-1747213553.0 → 3.8.3-next-1747273183.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.
@@ -489,24 +489,10 @@
489
489
 
490
490
  .design-item_container {
491
491
  border: 0 none;
492
-
493
- &:first-child::before {
494
- display: none;
495
- }
496
-
497
- &::before {
498
- content: '';
499
- position: absolute;
500
- left: 0;
501
- top: 12px;
502
- display: inline-block;
503
- width: 1px;
504
- height: 12px;
505
- background-color: var(--kt-panelTab-border);
506
- }
492
+ min-width: auto;
507
493
 
508
494
  .design-item_info_name {
509
- min-width: 110px;
495
+ min-width: 70px;
510
496
  margin-right: 4px;
511
497
  }
512
498
 
@@ -548,20 +534,51 @@
548
534
  }
549
535
  }
550
536
 
551
- .design-tab_item_selected,
552
- .design-tab_item_selected + div {
553
- &::before,
554
- &::after {
555
- display: none;
537
+ .design-tabs {
538
+ margin-top: 2px;
539
+ :global(.kt-scrollbar) {
540
+ > div {
541
+ &:first-child {
542
+ bottom: -1px;
543
+ }
544
+ }
545
+ }
546
+ }
547
+
548
+ .design-tab_item_selected {
549
+ border-radius: 12px 12px 0 0;
550
+ position: relative;
551
+ height: 34px !important;
552
+ &:before {
553
+ content: '';
554
+ position: absolute;
555
+ bottom: 0;
556
+ right: auto;
557
+ left: -12px;
558
+ top: auto;
559
+ width: 12px;
560
+ height: 12px;
561
+ background: radial-gradient(circle at top left, transparent 70%, var(--panel-background) 72%);
562
+ }
563
+ &:after {
564
+ content: '';
565
+ position: absolute;
566
+ bottom: 0;
567
+ right: -12px;
568
+ left: auto;
569
+ top: auto;
570
+ width: 12px;
571
+ height: 12px;
572
+ background: radial-gradient(circle at top right, transparent 70%, var(--panel-background) 72%);
556
573
  }
557
574
  }
558
575
 
559
576
  .design-tab_contents {
560
- height: 35px;
577
+ height: 34px;
561
578
 
562
579
  :first-child {
563
580
  &.design-item_container {
564
- border-left: 1px solid var(--editorGroup-border);
581
+ border-left: none;
565
582
  }
566
583
  }
567
584
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-design",
3
- "version": "3.8.3-next-1747213553.0",
3
+ "version": "3.8.3-next-1747273183.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.8.3-next-1747213553.0",
23
- "@opensumi/ide-core-common": "3.8.3-next-1747213553.0",
24
- "@opensumi/ide-editor": "3.8.3-next-1747213553.0",
25
- "@opensumi/ide-file-service": "3.8.3-next-1747213553.0",
26
- "@opensumi/ide-main-layout": "3.8.3-next-1747213553.0",
27
- "@opensumi/ide-menu-bar": "3.8.3-next-1747213553.0",
28
- "@opensumi/ide-overlay": "3.8.3-next-1747213553.0",
29
- "@opensumi/ide-theme": "3.8.3-next-1747213553.0",
30
- "@opensumi/ide-toolbar": "3.8.3-next-1747213553.0"
22
+ "@opensumi/ide-components": "3.8.3-next-1747273183.0",
23
+ "@opensumi/ide-core-common": "3.8.3-next-1747273183.0",
24
+ "@opensumi/ide-editor": "3.8.3-next-1747273183.0",
25
+ "@opensumi/ide-file-service": "3.8.3-next-1747273183.0",
26
+ "@opensumi/ide-main-layout": "3.8.3-next-1747273183.0",
27
+ "@opensumi/ide-menu-bar": "3.8.3-next-1747273183.0",
28
+ "@opensumi/ide-overlay": "3.8.3-next-1747273183.0",
29
+ "@opensumi/ide-theme": "3.8.3-next-1747273183.0",
30
+ "@opensumi/ide-toolbar": "3.8.3-next-1747273183.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@opensumi/ide-core-browser": "3.8.3-next-1747213553.0",
34
- "@opensumi/ide-dev-tool": "3.8.3-next-1747213553.0"
33
+ "@opensumi/ide-core-browser": "3.8.3-next-1747273183.0",
34
+ "@opensumi/ide-dev-tool": "3.8.3-next-1747273183.0"
35
35
  },
36
- "gitHead": "f25e306beeb75e74a988f7b99f3e6e616d4b58e8"
36
+ "gitHead": "87aab7d758a7f42228903f74ab548c4da5befc97"
37
37
  }
@@ -489,24 +489,10 @@
489
489
 
490
490
  .design-item_container {
491
491
  border: 0 none;
492
-
493
- &:first-child::before {
494
- display: none;
495
- }
496
-
497
- &::before {
498
- content: '';
499
- position: absolute;
500
- left: 0;
501
- top: 12px;
502
- display: inline-block;
503
- width: 1px;
504
- height: 12px;
505
- background-color: var(--kt-panelTab-border);
506
- }
492
+ min-width: auto;
507
493
 
508
494
  .design-item_info_name {
509
- min-width: 110px;
495
+ min-width: 70px;
510
496
  margin-right: 4px;
511
497
  }
512
498
 
@@ -548,20 +534,51 @@
548
534
  }
549
535
  }
550
536
 
551
- .design-tab_item_selected,
552
- .design-tab_item_selected + div {
553
- &::before,
554
- &::after {
555
- display: none;
537
+ .design-tabs {
538
+ margin-top: 2px;
539
+ :global(.kt-scrollbar) {
540
+ > div {
541
+ &:first-child {
542
+ bottom: -1px;
543
+ }
544
+ }
545
+ }
546
+ }
547
+
548
+ .design-tab_item_selected {
549
+ border-radius: 12px 12px 0 0;
550
+ position: relative;
551
+ height: 34px !important;
552
+ &:before {
553
+ content: '';
554
+ position: absolute;
555
+ bottom: 0;
556
+ right: auto;
557
+ left: -12px;
558
+ top: auto;
559
+ width: 12px;
560
+ height: 12px;
561
+ background: radial-gradient(circle at top left, transparent 70%, var(--panel-background) 72%);
562
+ }
563
+ &:after {
564
+ content: '';
565
+ position: absolute;
566
+ bottom: 0;
567
+ right: -12px;
568
+ left: auto;
569
+ top: auto;
570
+ width: 12px;
571
+ height: 12px;
572
+ background: radial-gradient(circle at top right, transparent 70%, var(--panel-background) 72%);
556
573
  }
557
574
  }
558
575
 
559
576
  .design-tab_contents {
560
- height: 35px;
577
+ height: 34px;
561
578
 
562
579
  :first-child {
563
580
  &.design-item_container {
564
- border-left: 1px solid var(--editorGroup-border);
581
+ border-left: none;
565
582
  }
566
583
  }
567
584
  }