@theia/core 1.27.0-next.56 → 1.27.0-next.61
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/README.md +6 -6
- package/package.json +4 -4
- package/src/browser/style/sidepanel.css +4 -2
package/README.md
CHANGED
|
@@ -86,12 +86,12 @@ export class SomeClass {
|
|
|
86
86
|
- `@phosphor/signaling` (from [`@phosphor/signaling@1`](https://www.npmjs.com/package/@phosphor/signaling))
|
|
87
87
|
- `@phosphor/virtualdom` (from [`@phosphor/virtualdom@1`](https://www.npmjs.com/package/@phosphor/virtualdom))
|
|
88
88
|
- `@phosphor/widgets` (from [`@phosphor/widgets@1`](https://www.npmjs.com/package/@phosphor/widgets))
|
|
89
|
-
- `@theia/application-package` (from [`@theia/application-package@1.27.0-next.
|
|
90
|
-
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.27.0-next.
|
|
91
|
-
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.27.0-next.
|
|
92
|
-
- `@theia/request` (from [`@theia/request@1.27.0-next.
|
|
93
|
-
- `@theia/request/lib/proxy` (from [`@theia/request@1.27.0-next.
|
|
94
|
-
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.27.0-next.
|
|
89
|
+
- `@theia/application-package` (from [`@theia/application-package@1.27.0-next.61+4061027c98a`](https://www.npmjs.com/package/@theia/application-package/v/1.27.0-next.61))
|
|
90
|
+
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.27.0-next.61+4061027c98a`](https://www.npmjs.com/package/@theia/application-package/v/1.27.0-next.61))
|
|
91
|
+
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.27.0-next.61+4061027c98a`](https://www.npmjs.com/package/@theia/application-package/v/1.27.0-next.61))
|
|
92
|
+
- `@theia/request` (from [`@theia/request@1.27.0-next.61+4061027c98a`](https://www.npmjs.com/package/@theia/request/v/1.27.0-next.61))
|
|
93
|
+
- `@theia/request/lib/proxy` (from [`@theia/request@1.27.0-next.61+4061027c98a`](https://www.npmjs.com/package/@theia/request/v/1.27.0-next.61))
|
|
94
|
+
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.27.0-next.61+4061027c98a`](https://www.npmjs.com/package/@theia/request/v/1.27.0-next.61))
|
|
95
95
|
- `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
|
|
96
96
|
- `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
|
|
97
97
|
- `inversify` (from [`inversify@^5.1.1`](https://www.npmjs.com/package/inversify))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.27.0-next.
|
|
3
|
+
"version": "1.27.0-next.61+4061027c98a",
|
|
4
4
|
"description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.",
|
|
5
5
|
"main": "lib/common/index.js",
|
|
6
6
|
"typings": "lib/common/index.d.ts",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"@phosphor/signaling": "1",
|
|
17
17
|
"@phosphor/virtualdom": "1",
|
|
18
18
|
"@phosphor/widgets": "1",
|
|
19
|
-
"@theia/application-package": "1.27.0-next.
|
|
20
|
-
"@theia/request": "1.27.0-next.
|
|
19
|
+
"@theia/application-package": "1.27.0-next.61+4061027c98a",
|
|
20
|
+
"@theia/request": "1.27.0-next.61+4061027c98a",
|
|
21
21
|
"@types/body-parser": "^1.16.4",
|
|
22
22
|
"@types/cookie": "^0.3.3",
|
|
23
23
|
"@types/dompurify": "^2.2.2",
|
|
@@ -200,5 +200,5 @@
|
|
|
200
200
|
"nyc": {
|
|
201
201
|
"extends": "../../configs/nyc.json"
|
|
202
202
|
},
|
|
203
|
-
"gitHead": "
|
|
203
|
+
"gitHead": "4061027c98af84900d496e65e66553d426b9801e"
|
|
204
204
|
}
|
|
@@ -70,13 +70,15 @@
|
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.p-TabBar.theia-app-left .p-TabBar-tab.p-mod-current {
|
|
73
|
-
border-left: var(--theia-panel-border-width) solid var(--theia-activityBar-activeBorder);
|
|
74
73
|
border-top-color: transparent;
|
|
74
|
+
box-shadow: 2px 0 0 var(--theia-activityBar-activeBorder) inset;
|
|
75
|
+
|
|
75
76
|
}
|
|
76
77
|
|
|
77
78
|
.p-TabBar.theia-app-right .p-TabBar-tab.p-mod-current {
|
|
78
|
-
border-right: var(--theia-panel-border-width) solid var(--theia-activityBar-activeBorder);
|
|
79
79
|
border-top-color: transparent;
|
|
80
|
+
box-shadow: -2px 0 0 var(--theia-activityBar-activeBorder) inset;
|
|
81
|
+
|
|
80
82
|
}
|
|
81
83
|
|
|
82
84
|
.p-TabBar.theia-app-sides .p-TabBar-tabLabel,
|