@theia/core 1.26.0-next.16 → 1.26.0-next.17

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 CHANGED
@@ -86,9 +86,9 @@ 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.26.0-next.16+041e9bda66c`](https://www.npmjs.com/package/@theia/application-package/v/1.26.0-next.16))
90
- - `@theia/application-package/lib/api` (from [`@theia/application-package@1.26.0-next.16+041e9bda66c`](https://www.npmjs.com/package/@theia/application-package/v/1.26.0-next.16))
91
- - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.26.0-next.16+041e9bda66c`](https://www.npmjs.com/package/@theia/application-package/v/1.26.0-next.16))
89
+ - `@theia/application-package` (from [`@theia/application-package@1.26.0-next.17+2200bc219c6`](https://www.npmjs.com/package/@theia/application-package/v/1.26.0-next.17))
90
+ - `@theia/application-package/lib/api` (from [`@theia/application-package@1.26.0-next.17+2200bc219c6`](https://www.npmjs.com/package/@theia/application-package/v/1.26.0-next.17))
91
+ - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.26.0-next.17+2200bc219c6`](https://www.npmjs.com/package/@theia/application-package/v/1.26.0-next.17))
92
92
  - `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
93
93
  - `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
94
94
  - `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.26.0-next.16+041e9bda66c",
3
+ "version": "1.26.0-next.17+2200bc219c6",
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",
@@ -17,7 +17,7 @@
17
17
  "@phosphor/virtualdom": "1",
18
18
  "@phosphor/widgets": "1",
19
19
  "@primer/octicons-react": "^9.0.0",
20
- "@theia/application-package": "1.26.0-next.16+041e9bda66c",
20
+ "@theia/application-package": "1.26.0-next.17+2200bc219c6",
21
21
  "@types/body-parser": "^1.16.4",
22
22
  "@types/cookie": "^0.3.3",
23
23
  "@types/dompurify": "^2.2.2",
@@ -190,5 +190,5 @@
190
190
  "nyc": {
191
191
  "extends": "../../configs/nyc.json"
192
192
  },
193
- "gitHead": "041e9bda66ce028e7758af73e4a822a39c12ec93"
193
+ "gitHead": "2200bc219c6fe03377fde952de281256006a3134"
194
194
  }
@@ -99,7 +99,8 @@
99
99
  .theia-Tree:focus .theia-TreeNode.theia-mod-selected .theia-caption-suffix,
100
100
  .theia-Tree .ReactVirtualized__List:focus .theia-TreeNode.theia-mod-selected .theia-caption-suffix,
101
101
  .theia-Tree:focus .theia-TreeNode.theia-mod-selected .theia-TreeNodeInfo,
102
- .theia-Tree .ReactVirtualized__List:focus .theia-TreeNode.theia-mod-selected .theia-TreeNodeInfo {
102
+ .theia-Tree .ReactVirtualized__List:focus .theia-TreeNode.theia-mod-selected .theia-TreeNodeInfo,
103
+ .theia-Tree .ReactVirtualized__List:focus .theia-TreeNode.theia-mod-selected .theia-TreeNodeSegment {
103
104
  color: var(--theia-list-activeSelectionForeground) !important;
104
105
  }
105
106