@opensumi/ide-components 3.1.2-next-1718769324.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 +2 -2
- package/lib/popover/styles.less +1 -1
- package/package.json +4 -4
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:
|
|
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:
|
|
3230
|
+
max-width: 20px;
|
|
3231
3231
|
display: inline-block;
|
|
3232
3232
|
}
|
|
3233
3233
|
.kt-popover-hidden {
|
package/lib/popover/styles.less
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-components",
|
|
3
|
-
"version": "3.1.2-next-
|
|
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-
|
|
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-
|
|
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": "
|
|
44
|
+
"gitHead": "ee27e5b0988eff0cb1c426f473ecae4b7603e7d7"
|
|
45
45
|
}
|