File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " helios" ,
3
3
"private" : true ,
4
- "version" : " 2.7.3 " ,
4
+ "version" : " 2.7.4 " ,
5
5
"workspaces" : [
6
6
" websites/*" ,
7
7
" packages/doc-ui/*" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " browser-extension" ,
3
- "version" : " 0.0.12 " ,
3
+ "version" : " 0.0.13 " ,
4
4
"main" : " index.js" ,
5
5
"author" : " yqrashawn <namy.19@gmail.com>" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"name" : " helios-popup" ,
4
4
"type" : " module" ,
5
- "version" : " 0.1.7 " ,
5
+ "version" : " 0.1.8 " ,
6
6
"main" : " index.js" ,
7
7
"author" : " yqrashawn <namy.19@gmail.com>" ,
8
8
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ function StretchInput({
77
77
ref = { invisibleInputRef }
78
78
onFocus = { onInVisibleInputFocus }
79
79
onBlur = { onInVisibleInputBlur }
80
- containerClassName = "h-0 w-0 border-0"
81
- className = "w-0 h-0"
80
+ containerClassName = "! h-0 w-0 border-0"
81
+ className = "w-0 ! h-0"
82
82
/>
83
83
< div className = { `flex items-center ${ wrapperClassName } ` } >
84
84
{ leftNode }
You can’t perform that action at this time.
0 commit comments