@opensumi/ide-components 3.8.3-next-1747225210.0 → 3.8.3-next-1747273183.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 +3 -3
- package/lib/scrollbars/styles.less +3 -3
- package/package.json +5 -5
package/dist/index.css
CHANGED
|
@@ -3792,8 +3792,8 @@
|
|
|
3792
3792
|
opacity: 1;
|
|
3793
3793
|
}
|
|
3794
3794
|
.kt-scrollbar .scrollbar-decoration-vertical {
|
|
3795
|
-
position:
|
|
3796
|
-
|
|
3795
|
+
position: absolute;
|
|
3796
|
+
bottom: 0;
|
|
3797
3797
|
left: 0;
|
|
3798
3798
|
width: 100%;
|
|
3799
3799
|
height: 6px;
|
|
@@ -3801,7 +3801,7 @@
|
|
|
3801
3801
|
box-shadow: var(--scrollbar-shadow) 0 6px 6px -6px inset;
|
|
3802
3802
|
}
|
|
3803
3803
|
.kt-scrollbar .scrollbar-decoration-horizontal {
|
|
3804
|
-
position:
|
|
3804
|
+
position: absolute;
|
|
3805
3805
|
top: 0;
|
|
3806
3806
|
left: 0;
|
|
3807
3807
|
height: 100%;
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.scrollbar-decoration-vertical {
|
|
45
|
-
position:
|
|
46
|
-
|
|
45
|
+
position: absolute;
|
|
46
|
+
bottom: 0;
|
|
47
47
|
left: 0;
|
|
48
48
|
width: 100%;
|
|
49
49
|
height: 6px;
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.scrollbar-decoration-horizontal {
|
|
55
|
-
position:
|
|
55
|
+
position: absolute;
|
|
56
56
|
top: 0;
|
|
57
57
|
left: 0;
|
|
58
58
|
height: 100%;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-components",
|
|
3
|
-
"version": "3.8.3-next-
|
|
3
|
+
"version": "3.8.3-next-1747273183.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.8.3-next-
|
|
20
|
-
"@opensumi/ide-utils": "3.8.3-next-
|
|
19
|
+
"@opensumi/ide-core-common": "3.8.3-next-1747273183.0",
|
|
20
|
+
"@opensumi/ide-utils": "3.8.3-next-1747273183.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",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"react-window": "^1.8.5"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@opensumi/ide-dev-tool": "3.8.3-next-
|
|
42
|
+
"@opensumi/ide-dev-tool": "3.8.3-next-1747273183.0",
|
|
43
43
|
"@types/react-window": "^1.8.5",
|
|
44
44
|
"prop-types": "^15.8.1"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "87aab7d758a7f42228903f74ab548c4da5befc97"
|
|
47
47
|
}
|