@@ -75,6 +75,7 @@ describe('useWalletAdvancedContext', () => {
75
75
container : expect . any ( String ) ,
76
76
content : expect . any ( String ) ,
77
77
mobileContainer : expect . any ( String ) ,
78
+ mobileContainerOverlay : expect . any ( String ) ,
78
79
} ,
79
80
} ) ;
80
81
} ) ;
@@ -139,6 +140,7 @@ describe('useWalletAdvancedContext', () => {
139
140
'fade-out slide-out-to-top-1.5 animate-out fill-mode-forwards ease-in-out' ,
140
141
mobileContainer :
141
142
'fade-out slide-out-to-bottom-1/2 animate-out duration-200 fill-mode-forwards ease-in-out' ,
143
+ mobileContainerOverlay : 'fade-out animate-out duration-300 ease-in-out' ,
142
144
content : '' ,
143
145
} ) ;
144
146
} ) ;
@@ -159,6 +161,7 @@ describe('useWalletAdvancedContext', () => {
159
161
'fade-out slide-out-to-bottom-1.5 animate-out fill-mode-forwards ease-in-out' ,
160
162
mobileContainer :
161
163
'fade-out slide-out-to-bottom-1/2 animate-out duration-200 fill-mode-forwards ease-in-out' ,
164
+ mobileContainerOverlay : 'fade-out animate-out duration-300 ease-in-out' ,
162
165
content : '' ,
163
166
} ) ;
164
167
} ) ;
@@ -179,6 +182,7 @@ describe('useWalletAdvancedContext', () => {
179
182
'fade-in slide-in-from-top-1.5 animate-in duration-300 ease-out' ,
180
183
mobileContainer :
181
184
'fade-in slide-in-from-bottom-1/2 animate-in duration-300 ease-out' ,
185
+ mobileContainerOverlay : 'fade-in animate-in duration-300' ,
182
186
content :
183
187
'fade-in slide-in-from-top-2.5 animate-in fill-mode-forwards duration-300 ease-out' ,
184
188
} ) ;
@@ -200,6 +204,7 @@ describe('useWalletAdvancedContext', () => {
200
204
'fade-in slide-in-from-bottom-1.5 animate-in duration-300 ease-out' ,
201
205
mobileContainer :
202
206
'fade-in slide-in-from-bottom-1/2 animate-in duration-300 ease-out' ,
207
+ mobileContainerOverlay : 'fade-in animate-in duration-300' ,
203
208
content :
204
209
'fade-in slide-in-from-bottom-2.5 animate-in fill-mode-forwards duration-300 ease-out' ,
205
210
} ) ;
0 commit comments