File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/core" ,
3
- "version" : " 2.2.9-alpha.3 " ,
3
+ "version" : " 2.2.9-alpha.4 " ,
4
4
"scripts" : {
5
5
"build" : " rollup -c" ,
6
6
"dev" : " rollup -c -w" ,
Original file line number Diff line number Diff line change 43
43
<svelte:window on:click ={minimize } />
44
44
45
45
<div
46
- class =" container flex flex-column absolute "
46
+ class =" container flex flex-column fixed "
47
47
style =" {accountCenterPositions [
48
48
settings .position
49
49
]} width: {! settings .expanded && settings .minimal ? ' auto' : ' 100%' }"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/react" ,
3
- "version" : " 2.1.7-alpha.4 " ,
3
+ "version" : " 2.1.7-alpha.5 " ,
4
4
"description" : " Collection of React Hooks for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
21
21
"typescript" : " ^4.5.5"
22
22
},
23
23
"dependencies" : {
24
- "@web3-onboard/core" : " ^2.2.9-alpha.3 " ,
24
+ "@web3-onboard/core" : " ^2.2.9-alpha.4 " ,
25
25
"@web3-onboard/common" : " ^2.1.0-alpha.1"
26
26
},
27
27
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments