File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ export type Notification = {
172
172
message: string
173
173
autoDismiss: number
174
174
link? : string
175
- onclick ? : (event : Event ) => void
175
+ onClick ? : (event : Event ) => void
176
176
}
177
177
178
178
export type NotificationType = ' pending' | ' success' | ' error' | ' hint'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/core" ,
3
- "version" : " 2.3.0-alpha.2 " ,
3
+ "version" : " 2.3.0-alpha.3 " ,
4
4
"scripts" : {
5
5
"build" : " rollup -c" ,
6
6
"dev" : " rollup -c -w" ,
Original file line number Diff line number Diff line change 56
56
--notify-onboard-primary-100 ,
57
57
var (--onboard-primary-100 , var (--primary-100 ))
58
58
);
59
- line-height : 14px ;
59
+ line-height : var (
60
+ --notify-onboard-font-size-5 ,
61
+ var (--onboard-font-size-5 , var (--font-size-5 ))
62
+ );
60
63
font-weight : 400 ;
61
64
overflow : hidden ;
62
65
text-overflow : ellipsis ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/react" ,
3
- "version" : " 2.2.0-alpha.3 " ,
3
+ "version" : " 2.2.0-alpha.4 " ,
4
4
"description" : " Collection of React Hooks for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
23
23
"typescript" : " ^4.5.5"
24
24
},
25
25
"dependencies" : {
26
- "@web3-onboard/core" : " ^2.3.0-alpha.2 " ,
26
+ "@web3-onboard/core" : " ^2.3.0-alpha.3 " ,
27
27
"@web3-onboard/common" : " ^2.1.2-alpha.2" ,
28
28
"use-sync-external-store" : " 1.0.0"
29
29
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/vue" ,
3
- "version" : " 2.1.0-alpha.2 " ,
3
+ "version" : " 2.1.0-alpha.3 " ,
4
4
"description" : " Vue Composable for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
24
24
"@vueuse/core" : " ^8.4.2" ,
25
25
"@vueuse/rxjs" : " ^8.2.0" ,
26
26
"@web3-onboard/common" : " ^2.1.2-alpha.2" ,
27
- "@web3-onboard/core" : " ^2.3.0-alpha.2 " ,
27
+ "@web3-onboard/core" : " ^2.3.0-alpha.3 " ,
28
28
"vue-demi" : " ^0.12.4"
29
29
},
30
30
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments