@codingame/monaco-vscode-93784a59-b4cf-520c-8339-f8104d3a4f3e-common 18.1.2 → 18.2.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-93784a59-b4cf-520c-8339-f8104d3a4f3e-common",
3
- "version": "18.1.2",
3
+ "version": "18.2.0",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - common package (base, chat, extension-gallery, interactive, localization, mcp, notebook, remote-agent, search, telemetry, terminal, textmate, theme, treesitter, view-common, walkthrough)",
6
6
  "keywords": [],
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-api": "18.1.2"
18
+ "@codingame/monaco-vscode-api": "18.2.0"
19
19
  },
20
20
  "exports": {
21
21
  ".": {
@@ -15,13 +15,13 @@ import '@codingame/monaco-vscode-api/vscode/vs/platform/theme/common/colors/sear
15
15
  import { registerIcon } from '@codingame/monaco-vscode-api/vscode/vs/platform/theme/common/iconRegistry';
16
16
 
17
17
  const extensionDefaultIcon = registerIcon('extension-default-icon', Codicon.extensionsLarge, ( localize(
18
- 12557,
18
+ 12573,
19
19
  'Icon used for the default extension in the extensions view and editor.'
20
20
  )));
21
21
  const verifiedPublisherIcon = registerIcon('extensions-verified-publisher', Codicon.verifiedFilled, ( localize(
22
- 12558,
22
+ 12574,
23
23
  'Icon used for the verified extension publisher in the extensions view and editor.'
24
24
  )));
25
- const extensionVerifiedPublisherIconColor = registerColor('extensionIcon.verifiedForeground', textLinkForeground, ( localize(12559, "The icon color for extension verified publisher.")), false);
25
+ const extensionVerifiedPublisherIconColor = registerColor('extensionIcon.verifiedForeground', textLinkForeground, ( localize(12575, "The icon color for extension verified publisher.")), false);
26
26
 
27
27
  export { extensionDefaultIcon, extensionVerifiedPublisherIconColor, verifiedPublisherIcon };