@theia/monaco 1.24.0-next.55 → 1.24.0-next.58

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,14 +1,14 @@
1
1
  {
2
2
  "name": "@theia/monaco",
3
- "version": "1.24.0-next.55+4b045482b95",
3
+ "version": "1.24.0-next.58+f044a0a081d",
4
4
  "description": "Theia - Monaco Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.24.0-next.55+4b045482b95",
7
- "@theia/editor": "1.24.0-next.55+4b045482b95",
8
- "@theia/filesystem": "1.24.0-next.55+4b045482b95",
9
- "@theia/markers": "1.24.0-next.55+4b045482b95",
6
+ "@theia/core": "1.24.0-next.58+f044a0a081d",
7
+ "@theia/editor": "1.24.0-next.58+f044a0a081d",
8
+ "@theia/filesystem": "1.24.0-next.58+f044a0a081d",
9
+ "@theia/markers": "1.24.0-next.58+f044a0a081d",
10
10
  "@theia/monaco-editor-core": "1.65.2",
11
- "@theia/outline-view": "1.24.0-next.55+4b045482b95",
11
+ "@theia/outline-view": "1.24.0-next.58+f044a0a081d",
12
12
  "fast-plist": "^0.1.2",
13
13
  "idb": "^4.0.5",
14
14
  "jsonc-parser": "^2.2.0",
@@ -54,5 +54,5 @@
54
54
  "nyc": {
55
55
  "extends": "../../configs/nyc.json"
56
56
  },
57
- "gitHead": "4b045482b958e475dfdf5650e4b46003697c6152"
57
+ "gitHead": "f044a0a081dd3aad4feec7d6b2c1086723e3a900"
58
58
  }
@@ -171,20 +171,13 @@
171
171
 
172
172
  .quick-input-list .monaco-list-row .codicon {
173
173
  color: var(--theia-foreground) !important;
174
- padding-left: 0px !important;
174
+ padding: 2px !important;
175
175
  }
176
176
 
177
177
  .quick-input-list .monaco-list-row.focused .codicon {
178
178
  color: var(--theia-list-foreground) !important;
179
179
  }
180
180
 
181
- .monaco-action-bar .action-item {
182
- height: var(--theia-ui-icon-font-size);
183
- width: var(--theia-ui-icon-font-size);
184
- margin: auto;
185
- padding-right: calc(var(--theia-ui-padding) * 0.5);
186
- }
187
-
188
181
  .quick-input-list .monaco-list-row.focused .monaco-highlighted-label .highlight {
189
182
  color: var(--theia-list-focusHighlightForeground) !important;
190
183
  }