@opensumi/ide-components 3.7.1-next-1739178290.0 → 3.7.1-next-1739181952.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.
@@ -115,7 +115,7 @@ h5,
115
115
  h6 {
116
116
  margin-top: 0;
117
117
  margin-bottom: 0.5em;
118
- color: @heading-color;
118
+ color: inherit;
119
119
  font-weight: 500;
120
120
  }
121
121
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-components",
3
- "version": "3.7.1-next-1739178290.0",
3
+ "version": "3.7.1-next-1739181952.0",
4
4
  "description": "@opensumi/ide-components",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@ant-design/icons": "^4.6.4",
19
- "@opensumi/ide-core-common": "3.7.1-next-1739178290.0",
20
- "@opensumi/ide-utils": "3.7.1-next-1739178290.0",
19
+ "@opensumi/ide-core-common": "3.7.1-next-1739181952.0",
20
+ "@opensumi/ide-utils": "3.7.1-next-1739181952.0",
21
21
  "@opensumi/react-custom-scrollbars-2": "^4.3.4",
22
22
  "@rc-component/mini-decimal": "^1.0.1",
23
23
  "fuzzy": "^0.1.3",
@@ -38,10 +38,10 @@
38
38
  "react-window": "^1.8.5"
39
39
  },
40
40
  "devDependencies": {
41
- "@opensumi/ide-dev-tool": "3.7.1-next-1739178290.0",
41
+ "@opensumi/ide-dev-tool": "3.7.1-next-1739181952.0",
42
42
  "@types/marked": "^4.0.7",
43
43
  "@types/react-window": "^1.8.5",
44
44
  "prop-types": "^15.8.1"
45
45
  },
46
- "gitHead": "d489d3e5ef127d54fd551eaa8e8808ead3a3206b"
46
+ "gitHead": "e61375d66861be19b54ed60a6409722e4232d87c"
47
47
  }