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