@opensumi/ide-main-layout 2.22.1-rc-1673608349.0 → 2.22.1

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.
@@ -47,6 +47,17 @@
47
47
  flex-direction: row;
48
48
  flex-shrink: 1;
49
49
  overflow: hidden;
50
+ i.arrow_icon {
51
+ display: flex;
52
+ align-items: center;
53
+ justify-items: center;
54
+ font-size: 16px;
55
+ margin: 0 4px;
56
+ color: var(--descriptionForeground);
57
+ &.kt_mod_collapsed {
58
+ transform: rotate(-90deg);
59
+ }
60
+ }
50
61
  }
51
62
 
52
63
  .kt_split_panel_body {
@@ -137,15 +148,6 @@
137
148
  }
138
149
  }
139
150
 
140
- i.arrow_icon {
141
- font-size: 16px;
142
- margin: 0 4px;
143
- color: var(--descriptionForeground);
144
- &.kt_mod_collapsed {
145
- transform: rotate(-90deg);
146
- }
147
- }
148
-
149
151
  .actions_wrap {
150
152
  margin-right: 8px;
151
153
  display: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-main-layout",
3
- "version": "2.22.1-rc-1673608349.0",
3
+ "version": "2.22.1",
4
4
  "description": "@opensumi/ide-main-layout",
5
5
  "files": [
6
6
  "lib",
@@ -18,13 +18,13 @@
18
18
  "url": "git@github.com:opensumi/core.git"
19
19
  },
20
20
  "dependencies": {
21
- "@opensumi/ide-components": "2.22.1-rc-1673608349.0",
22
- "@opensumi/ide-core-common": "2.22.1-rc-1673608349.0"
21
+ "@opensumi/ide-components": "2.22.1",
22
+ "@opensumi/ide-core-common": "2.22.1"
23
23
  },
24
24
  "devDependencies": {
25
- "@opensumi/ide-core-browser": "2.22.1-rc-1673608349.0",
25
+ "@opensumi/ide-core-browser": "2.22.1",
26
26
  "@opensumi/ide-dev-tool": "1.3.1",
27
- "@opensumi/ide-theme": "2.22.1-rc-1673608349.0"
27
+ "@opensumi/ide-theme": "2.22.1"
28
28
  },
29
- "gitHead": "c5c854a5f4970310390322578cbbff6d4457259d"
29
+ "gitHead": "09d143012d1397536758bb9c5e7fdfb5c612a2ab"
30
30
  }
@@ -47,6 +47,17 @@
47
47
  flex-direction: row;
48
48
  flex-shrink: 1;
49
49
  overflow: hidden;
50
+ i.arrow_icon {
51
+ display: flex;
52
+ align-items: center;
53
+ justify-items: center;
54
+ font-size: 16px;
55
+ margin: 0 4px;
56
+ color: var(--descriptionForeground);
57
+ &.kt_mod_collapsed {
58
+ transform: rotate(-90deg);
59
+ }
60
+ }
50
61
  }
51
62
 
52
63
  .kt_split_panel_body {
@@ -137,15 +148,6 @@
137
148
  }
138
149
  }
139
150
 
140
- i.arrow_icon {
141
- font-size: 16px;
142
- margin: 0 4px;
143
- color: var(--descriptionForeground);
144
- &.kt_mod_collapsed {
145
- transform: rotate(-90deg);
146
- }
147
- }
148
-
149
151
  .actions_wrap {
150
152
  margin-right: 8px;
151
153
  display: none;