@opensumi/ide-editor 3.9.1-next-1749550928.0 → 3.9.1-next-1749562467.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.
@@ -34,19 +34,19 @@
34
34
  &::before {
35
35
  content: 'M';
36
36
  }
37
- color: var(--gitDecoration-modifiedResourceForeground);
37
+ color: var(--kt-decoration-modifiedResourceForeground);
38
38
  }
39
39
  &.added {
40
- color: var(--gitDecoration-addedResourceForeground);
40
+ color: var(--kt-decoration-addedResourceForeground);
41
41
  }
42
42
  &.deleted {
43
- color: var(--gitDecoration-deletedResourceForeground);
43
+ color: var(--kt-decoration-deletedResourceForeground);
44
44
  }
45
45
  &.renamed {
46
- color: var(--gitDecoration-renamedResourceForeground);
46
+ color: var(--kt-decoration-deletedResourceForeground);
47
47
  }
48
48
  &.modified {
49
- color: var(--gitDecoration-modifiedResourceForeground);
49
+ color: var(--kt-decoration-modifiedResourceForeground);
50
50
  }
51
51
  }
52
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-editor",
3
- "version": "3.9.1-next-1749550928.0",
3
+ "version": "3.9.1-next-1749562467.0",
4
4
  "files": [
5
5
  "lib",
6
6
  "src"
@@ -17,21 +17,21 @@
17
17
  "url": "git@github.com:opensumi/core.git"
18
18
  },
19
19
  "dependencies": {
20
- "@opensumi/ide-core-common": "3.9.1-next-1749550928.0",
21
- "@opensumi/ide-core-node": "3.9.1-next-1749550928.0",
22
- "@opensumi/ide-file-service": "3.9.1-next-1749550928.0",
23
- "@opensumi/ide-monaco": "3.9.1-next-1749550928.0",
24
- "@opensumi/ide-utils": "3.9.1-next-1749550928.0",
20
+ "@opensumi/ide-core-common": "3.9.1-next-1749562467.0",
21
+ "@opensumi/ide-core-node": "3.9.1-next-1749562467.0",
22
+ "@opensumi/ide-file-service": "3.9.1-next-1749562467.0",
23
+ "@opensumi/ide-monaco": "3.9.1-next-1749562467.0",
24
+ "@opensumi/ide-utils": "3.9.1-next-1749562467.0",
25
25
  "vscode-oniguruma": "1.5.1"
26
26
  },
27
27
  "devDependencies": {
28
- "@opensumi/ide-components": "3.9.1-next-1749550928.0",
29
- "@opensumi/ide-core-browser": "3.9.1-next-1749550928.0",
30
- "@opensumi/ide-dev-tool": "3.9.1-next-1749550928.0",
31
- "@opensumi/ide-overlay": "3.9.1-next-1749550928.0",
32
- "@opensumi/ide-quick-open": "3.9.1-next-1749550928.0",
33
- "@opensumi/ide-theme": "3.9.1-next-1749550928.0",
34
- "@opensumi/ide-workspace": "3.9.1-next-1749550928.0"
28
+ "@opensumi/ide-components": "3.9.1-next-1749562467.0",
29
+ "@opensumi/ide-core-browser": "3.9.1-next-1749562467.0",
30
+ "@opensumi/ide-dev-tool": "3.9.1-next-1749562467.0",
31
+ "@opensumi/ide-overlay": "3.9.1-next-1749562467.0",
32
+ "@opensumi/ide-quick-open": "3.9.1-next-1749562467.0",
33
+ "@opensumi/ide-theme": "3.9.1-next-1749562467.0",
34
+ "@opensumi/ide-workspace": "3.9.1-next-1749562467.0"
35
35
  },
36
- "gitHead": "351a757661d1ab3a48e9828499649b13a209d58a"
36
+ "gitHead": "5fed70d7355d9b4399704ca1c18511bd0dcc208a"
37
37
  }
@@ -34,19 +34,19 @@
34
34
  &::before {
35
35
  content: 'M';
36
36
  }
37
- color: var(--gitDecoration-modifiedResourceForeground);
37
+ color: var(--kt-decoration-modifiedResourceForeground);
38
38
  }
39
39
  &.added {
40
- color: var(--gitDecoration-addedResourceForeground);
40
+ color: var(--kt-decoration-addedResourceForeground);
41
41
  }
42
42
  &.deleted {
43
- color: var(--gitDecoration-deletedResourceForeground);
43
+ color: var(--kt-decoration-deletedResourceForeground);
44
44
  }
45
45
  &.renamed {
46
- color: var(--gitDecoration-renamedResourceForeground);
46
+ color: var(--kt-decoration-deletedResourceForeground);
47
47
  }
48
48
  &.modified {
49
- color: var(--gitDecoration-modifiedResourceForeground);
49
+ color: var(--kt-decoration-modifiedResourceForeground);
50
50
  }
51
51
  }
52
52
  }