@codingame/monaco-vscode-view-banner-service-override 30.0.1 → 31.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": "30.0.1",
3
+ "version": "31.0.1",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - view-banner service-override",
6
6
  "keywords": [],
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-api": "30.0.1"
18
+ "@codingame/monaco-vscode-api": "31.0.1"
19
19
  },
20
20
  "main": "index.js",
21
21
  "module": "index.js",
@@ -173,7 +173,7 @@ let BannerPart = class BannerPart extends Part {
173
173
  }
174
174
  const actionBarContainer = append(this.element, $("div.action-container"));
175
175
  this.actionBar = this._register(( new ActionBar(actionBarContainer)));
176
- const label = item.closeLabel ?? ( localize(3091, "Close Banner"));
176
+ const label = item.closeLabel ?? ( localize(3089, "Close Banner"));
177
177
  const closeAction = this._register(( new Action(
178
178
  "banner.close",
179
179
  label,
@@ -233,7 +233,7 @@ class FocusBannerAction extends Action2 {
233
233
  this.ID = "workbench.action.focusBanner";
234
234
  }
235
235
  static {
236
- this.LABEL = ( localize2(3092, "Focus Banner"));
236
+ this.LABEL = ( localize2(3090, "Focus Banner"));
237
237
  }
238
238
  constructor() {
239
239
  super({