@opensumi/ide-components 3.7.2-next-1740448398.0 → 3.7.2-next-1741226843.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 +0 -6
- package/dist/index.js +8 -8
- package/lib/icon/iconfont/iconManager.js +1 -1
- package/lib/icon/iconfont/iconManager.js.map +1 -1
- package/lib/input/HistoryInputBox.d.ts +2 -2
- package/lib/input/HistoryInputBox.d.ts.map +1 -1
- package/lib/input/HistoryInputBox.js +1 -1
- package/lib/input/HistoryInputBox.js.map +1 -1
- package/lib/markdown-react/parse.d.ts.map +1 -1
- package/lib/markdown-react/parse.js +63 -80
- package/lib/markdown-react/parse.js.map +1 -1
- package/lib/recycle-tree/tree/TreeNode.d.ts +2 -2
- package/lib/recycle-tree/tree/TreeNode.d.ts.map +1 -1
- package/lib/recycle-tree/tree/TreeNode.js +7 -14
- package/lib/recycle-tree/tree/TreeNode.js.map +1 -1
- package/lib/select/index.d.ts +1 -2
- package/lib/select/index.d.ts.map +1 -1
- package/lib/select/index.js +70 -87
- package/lib/select/index.js.map +1 -1
- package/lib/select/style.less +0 -3
- package/lib/style/base.less +1 -1
- package/lib/utils/warning.js +1 -1
- package/lib/utils/warning.js.map +1 -1
- package/package.json +5 -5
package/dist/index.css
CHANGED
|
@@ -1170,9 +1170,6 @@
|
|
|
1170
1170
|
line-height: inherit;
|
|
1171
1171
|
outline: none;
|
|
1172
1172
|
border: none;
|
|
1173
|
-
width: 100%;
|
|
1174
|
-
padding: 0;
|
|
1175
|
-
font-size: 14px;
|
|
1176
1173
|
}
|
|
1177
1174
|
.kt-select-container .kt-select-value {
|
|
1178
1175
|
margin: 0px;
|
|
@@ -2417,9 +2414,6 @@
|
|
|
2417
2414
|
line-height: inherit;
|
|
2418
2415
|
outline: none;
|
|
2419
2416
|
border: none;
|
|
2420
|
-
width: 100%;
|
|
2421
|
-
padding: 0;
|
|
2422
|
-
font-size: 14px;
|
|
2423
2417
|
}
|
|
2424
2418
|
.kt-select-container .kt-select-value {
|
|
2425
2419
|
margin: 0px;
|