@opensumi/ide-components 2.19.6-rc-1659680466.0 → 2.19.6

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.
@@ -497,11 +497,6 @@ mark {
497
497
  background-color: @yellow-1;
498
498
  }
499
499
 
500
- ::selection {
501
- color: @text-color-inverse;
502
- background: @text-selection-bg;
503
- }
504
-
505
500
  // Utility classes
506
501
  .clearfix {
507
502
  .clearfix();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-components",
3
- "version": "2.19.6-rc-1659680466.0",
3
+ "version": "2.19.6",
4
4
  "description": "@opensumi/ide-components",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@ant-design/icons": "^4.6.4",
19
- "@opensumi/ide-utils": "2.19.6-rc-1659680466.0",
19
+ "@opensumi/ide-utils": "2.19.6",
20
20
  "@types/react-window": "^1.8.5",
21
21
  "fuzzy": "^0.1.3",
22
22
  "lodash": "^4.17.15",
@@ -35,5 +35,5 @@
35
35
  "devDependencies": {
36
36
  "@opensumi/ide-dev-tool": "^1.3.1"
37
37
  },
38
- "gitHead": "564465fe839561a22c592fecff269b3eb1da5ef2"
38
+ "gitHead": "2963bcfa2b61d7b6368e7cafe913c4c56852a813"
39
39
  }