@opensumi/sumi 3.7.1 → 3.7.2-next-1739859371.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": "@opensumi/sumi",
3
- "version": "3.7.1",
3
+ "version": "3.7.2-next-1739859371.0",
4
4
  "typings": "index.d.ts",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -12,11 +12,11 @@
12
12
  "build": "tsx ./build.ts"
13
13
  },
14
14
  "dependencies": {
15
- "@opensumi/ide-components": "3.7.1",
15
+ "@opensumi/ide-components": "3.7.2-next-1739859371.0",
16
16
  "vscode-uri": "3.0.2"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/react": "^18.2.0"
20
20
  },
21
- "gitHead": "222d1329fb66dfc168696348c2512e1c3bbaf622"
21
+ "gitHead": "3ec13e282e0fa712a5923012f1c9840083e63b3d"
22
22
  }
@@ -4,6 +4,11 @@ declare module 'vscode' {
4
4
  * Using a theme color is preferred over a custom color as it gives theme authors and users the possibility to change the color.
5
5
  */
6
6
  export class ThemeColor {
7
+ /**
8
+ * The id of this color.
9
+ */
10
+ readonly id: string;
11
+
7
12
  /**
8
13
  * Creates a reference to a theme color.
9
14
  * @param id of the color. The available colors are listed in https://code.visualstudio.com/docs/getstarted/theme-color-reference.