@theia/core 1.53.0-next.4 → 1.53.0-next.5

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
@@ -84,12 +84,12 @@ export class SomeClass {
84
84
  - `@phosphor/signaling` (from [`@phosphor/signaling@1`](https://www.npmjs.com/package/@phosphor/signaling))
85
85
  - `@phosphor/virtualdom` (from [`@phosphor/virtualdom@1`](https://www.npmjs.com/package/@phosphor/virtualdom))
86
86
  - `@phosphor/widgets` (from [`@phosphor/widgets@1`](https://www.npmjs.com/package/@phosphor/widgets))
87
- - `@theia/application-package` (from [`@theia/application-package@1.53.0-next.4+9e9124118`](https://www.npmjs.com/package/@theia/application-package/v/1.53.0-next.4))
88
- - `@theia/application-package/lib/api` (from [`@theia/application-package@1.53.0-next.4+9e9124118`](https://www.npmjs.com/package/@theia/application-package/v/1.53.0-next.4))
89
- - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.53.0-next.4+9e9124118`](https://www.npmjs.com/package/@theia/application-package/v/1.53.0-next.4))
90
- - `@theia/request` (from [`@theia/request@1.53.0-next.4+9e9124118`](https://www.npmjs.com/package/@theia/request/v/1.53.0-next.4))
91
- - `@theia/request/lib/proxy` (from [`@theia/request@1.53.0-next.4+9e9124118`](https://www.npmjs.com/package/@theia/request/v/1.53.0-next.4))
92
- - `@theia/request/lib/node-request-service` (from [`@theia/request@1.53.0-next.4+9e9124118`](https://www.npmjs.com/package/@theia/request/v/1.53.0-next.4))
87
+ - `@theia/application-package` (from [`@theia/application-package@1.53.0-next.5+1e5fb536d`](https://www.npmjs.com/package/@theia/application-package/v/1.53.0-next.5))
88
+ - `@theia/application-package/lib/api` (from [`@theia/application-package@1.53.0-next.5+1e5fb536d`](https://www.npmjs.com/package/@theia/application-package/v/1.53.0-next.5))
89
+ - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.53.0-next.5+1e5fb536d`](https://www.npmjs.com/package/@theia/application-package/v/1.53.0-next.5))
90
+ - `@theia/request` (from [`@theia/request@1.53.0-next.5+1e5fb536d`](https://www.npmjs.com/package/@theia/request/v/1.53.0-next.5))
91
+ - `@theia/request/lib/proxy` (from [`@theia/request@1.53.0-next.5+1e5fb536d`](https://www.npmjs.com/package/@theia/request/v/1.53.0-next.5))
92
+ - `@theia/request/lib/node-request-service` (from [`@theia/request@1.53.0-next.5+1e5fb536d`](https://www.npmjs.com/package/@theia/request/v/1.53.0-next.5))
93
93
  - `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
94
94
  - `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
95
95
  - `inversify` (from [`inversify@^6.0.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.53.0-next.4+9e9124118",
3
+ "version": "1.53.0-next.5+1e5fb536d",
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.53.0-next.4+9e9124118",
20
- "@theia/request": "1.53.0-next.4+9e9124118",
19
+ "@theia/application-package": "1.53.0-next.5+1e5fb536d",
20
+ "@theia/request": "1.53.0-next.5+1e5fb536d",
21
21
  "@types/body-parser": "^1.16.4",
22
22
  "@types/cookie": "^0.3.3",
23
23
  "@types/dompurify": "^2.2.2",
@@ -216,5 +216,5 @@
216
216
  "nyc": {
217
217
  "extends": "../../configs/nyc.json"
218
218
  },
219
- "gitHead": "9e912411843f32b2a549ef6580b07872edd95e8b"
219
+ "gitHead": "1e5fb536d65550ad8fa0fefcec731645b2afc74a"
220
220
  }
@@ -239,7 +239,8 @@ blockquote {
239
239
  -o-user-select: none;
240
240
  }
241
241
 
242
- :focus {
242
+ /* Since an iframe has its own focus tracking, we don't show focus on iframes */
243
+ :focus:not(iframe) {
243
244
  outline-width: 1px;
244
245
  outline-style: solid;
245
246
  outline-offset: -1px;