@opensumi/ide-components 3.1.2-next-1718766864.0 → 3.1.2-next-1718952012.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/dist/index.css CHANGED
@@ -985,7 +985,7 @@
985
985
  z-index: var(--stacking-level-popover-component, 1000);
986
986
  }
987
987
  .kt-popover-content img {
988
- max-width: 300px;
988
+ max-width: 20px;
989
989
  display: inline-block;
990
990
  }
991
991
  .kt-popover-hidden {
@@ -3227,7 +3227,7 @@
3227
3227
  z-index: var(--stacking-level-popover-component, 1000);
3228
3228
  }
3229
3229
  .kt-popover-content img {
3230
- max-width: 300px;
3230
+ max-width: 20px;
3231
3231
  display: inline-block;
3232
3232
  }
3233
3233
  .kt-popover-hidden {
@@ -33,7 +33,7 @@
33
33
  padding: 6px 10px;
34
34
  z-index: var(--stacking-level-popover-component, 1000);
35
35
  img {
36
- max-width: 300px;
36
+ max-width: 20px;
37
37
  display: inline-block;
38
38
  }
39
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-components",
3
- "version": "3.1.2-next-1718766864.0",
3
+ "version": "3.1.2-next-1718952012.0",
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": "3.1.2-next-1718766864.0",
19
+ "@opensumi/ide-utils": "3.1.2-next-1718952012.0",
20
20
  "fuzzy": "^0.1.3",
21
21
  "lodash": "^4.17.21",
22
22
  "marked": "4.0.10",
@@ -36,10 +36,10 @@
36
36
  "react-window": "^1.8.5"
37
37
  },
38
38
  "devDependencies": {
39
- "@opensumi/ide-dev-tool": "3.1.2-next-1718766864.0",
39
+ "@opensumi/ide-dev-tool": "3.1.2-next-1718952012.0",
40
40
  "@types/marked": "^4.0.7",
41
41
  "@types/react-window": "^1.8.5",
42
42
  "prop-types": "^15.8.1"
43
43
  },
44
- "gitHead": "a1da42443d40b8bdb09adebbf6f62d3206812f6f"
44
+ "gitHead": "ee27e5b0988eff0cb1c426f473ecae4b7603e7d7"
45
45
  }