@codingame/monaco-vscode-view-banner-service-override 10.1.4 → 11.0.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-view-banner-service-override",
3
- "version": "10.1.4",
3
+ "version": "11.0.1",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -26,6 +26,6 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "vscode": "npm:@codingame/monaco-vscode-api@10.1.4"
29
+ "vscode": "npm:@codingame/monaco-vscode-api@11.0.1"
30
30
  }
31
31
  }
@@ -1,7 +1,8 @@
1
1
  import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js';
2
2
  import './media/bannerpart.css.js';
3
3
  import { localize2 } from 'vscode/vscode/vs/nls';
4
- import { addDisposableListener, EventType, clearNode, isHTMLElement, $, append, asCSSUrl } from 'vscode/vscode/vs/base/browser/dom';
4
+ import { addDisposableListener, EventType, clearNode, isHTMLElement, $, append } from 'vscode/vscode/vs/base/browser/dom';
5
+ import { asCSSUrl } from 'vscode/vscode/vs/base/browser/cssValue';
5
6
  import { ActionBar } from 'vscode/vscode/vs/base/browser/ui/actionbar/actionbar';
6
7
  import { IInstantiationService } from 'vscode/vscode/vs/platform/instantiation/common/instantiation';
7
8
  import { IStorageService } from 'vscode/vscode/vs/platform/storage/common/storage.service';
@@ -212,7 +213,7 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
212
213
  });
213
214
  class FocusBannerAction extends Action2 {
214
215
  static { this.ID = 'workbench.action.focusBanner'; }
215
- static { this.LABEL = ( localize2(3017, "Focus Banner")); }
216
+ static { this.LABEL = ( localize2(3019, "Focus Banner")); }
216
217
  constructor() {
217
218
  super({
218
219
  id: FocusBannerAction.ID,