@theia/monaco 1.51.0 → 1.52.0

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/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@theia/monaco",
3
- "version": "1.51.0",
3
+ "version": "1.52.0",
4
4
  "description": "Theia - Monaco Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.51.0",
7
- "@theia/editor": "1.51.0",
8
- "@theia/filesystem": "1.51.0",
9
- "@theia/markers": "1.51.0",
6
+ "@theia/core": "1.52.0",
7
+ "@theia/editor": "1.52.0",
8
+ "@theia/filesystem": "1.52.0",
9
+ "@theia/markers": "1.52.0",
10
10
  "@theia/monaco-editor-core": "1.83.101",
11
- "@theia/outline-view": "1.51.0",
12
- "@theia/workspace": "1.51.0",
11
+ "@theia/outline-view": "1.52.0",
12
+ "@theia/workspace": "1.52.0",
13
13
  "fast-plist": "^0.1.2",
14
14
  "idb": "^4.0.5",
15
15
  "jsonc-parser": "^2.2.0",
@@ -52,10 +52,10 @@
52
52
  "watch": "theiaext watch"
53
53
  },
54
54
  "devDependencies": {
55
- "@theia/ext-scripts": "1.51.0"
55
+ "@theia/ext-scripts": "1.52.0"
56
56
  },
57
57
  "nyc": {
58
58
  "extends": "../../configs/nyc.json"
59
59
  },
60
- "gitHead": "fe70ec5d445d733038564d81357c78aedf5c7e0e"
60
+ "gitHead": "40ceebcd4ee75f13ec16b9dc7314e9384493c1ac"
61
61
  }
@@ -176,6 +176,10 @@
176
176
  text-align: left;
177
177
  }
178
178
 
179
+ .quick-input-list .monaco-icon-label::before {
180
+ height: 22px;
181
+ }
182
+
179
183
  .codicon-file.default-file-icon.file-icon {
180
184
  padding-left: 2px;
181
185
  height: 22px;