@theia/core 1.28.0 → 1.29.0-next.4

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,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.28.0`](https://www.npmjs.com/package/@theia/application-package/v/1.28.0))
90
- - `@theia/application-package/lib/api` (from [`@theia/application-package@1.28.0`](https://www.npmjs.com/package/@theia/application-package/v/1.28.0))
91
- - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.28.0`](https://www.npmjs.com/package/@theia/application-package/v/1.28.0))
92
- - `@theia/request` (from [`@theia/request@1.28.0`](https://www.npmjs.com/package/@theia/request/v/1.28.0))
93
- - `@theia/request/lib/proxy` (from [`@theia/request@1.28.0`](https://www.npmjs.com/package/@theia/request/v/1.28.0))
94
- - `@theia/request/lib/node-request-service` (from [`@theia/request@1.28.0`](https://www.npmjs.com/package/@theia/request/v/1.28.0))
89
+ - `@theia/application-package` (from [`@theia/application-package@1.29.0-next.4+0c0f8c7a7ae`](https://www.npmjs.com/package/@theia/application-package/v/1.29.0-next.4))
90
+ - `@theia/application-package/lib/api` (from [`@theia/application-package@1.29.0-next.4+0c0f8c7a7ae`](https://www.npmjs.com/package/@theia/application-package/v/1.29.0-next.4))
91
+ - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.29.0-next.4+0c0f8c7a7ae`](https://www.npmjs.com/package/@theia/application-package/v/1.29.0-next.4))
92
+ - `@theia/request` (from [`@theia/request@1.29.0-next.4+0c0f8c7a7ae`](https://www.npmjs.com/package/@theia/request/v/1.29.0-next.4))
93
+ - `@theia/request/lib/proxy` (from [`@theia/request@1.29.0-next.4+0c0f8c7a7ae`](https://www.npmjs.com/package/@theia/request/v/1.29.0-next.4))
94
+ - `@theia/request/lib/node-request-service` (from [`@theia/request@1.29.0-next.4+0c0f8c7a7ae`](https://www.npmjs.com/package/@theia/request/v/1.29.0-next.4))
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.28.0",
3
+ "version": "1.29.0-next.4+0c0f8c7a7ae",
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.28.0",
20
- "@theia/request": "1.28.0",
19
+ "@theia/application-package": "1.29.0-next.4+0c0f8c7a7ae",
20
+ "@theia/request": "1.29.0-next.4+0c0f8c7a7ae",
21
21
  "@types/body-parser": "^1.16.4",
22
22
  "@types/cookie": "^0.3.3",
23
23
  "@types/dompurify": "^2.2.2",
@@ -201,5 +201,5 @@
201
201
  "nyc": {
202
202
  "extends": "../../configs/nyc.json"
203
203
  },
204
- "gitHead": "79d58c87a7bd76f435000a2ac59803b04e1c78be"
204
+ "gitHead": "0c0f8c7a7aedd67930bf65d6f63d827721707d60"
205
205
  }
@@ -384,6 +384,10 @@
384
384
  background: var(--theia-icon-close) no-repeat;
385
385
  }
386
386
 
387
+ #theia-main-content-panel .p-TabBar:not(.theia-tabBar-active) .p-TabBar-toolbar {
388
+ display: none;
389
+ }
390
+
387
391
  .theia-tabBar-breadcrumb-row {
388
392
  min-width: 100%;
389
393
  }