@@ -27,25 +27,25 @@ exports[`<Drawer/> matches snapshot with close button 1`] = `
2727 style = " opacity: 0; transform: none;"
2828 >
2929 <header
30- class = " css-zc36g1 -drawerHeader-drawerHeader"
30+ class = " css-13we4q5 -drawerHeader-drawerHeader"
3131 data-testid = " drawer-header"
3232 id = " drawer-title"
3333 >
3434 <h2
35- class = " css-1ibrhk6 -headingContainer-headingContainer"
35+ class = " css-3lqpyc -headingContainer-headingContainer"
3636 >
3737 Title
3838 </h2 >
3939 <button
4040 aria-label = " Close drawer"
41- class = " linkButton css-5ruphf-baseButton-baseButton-solidButton-solidButton-outlineButton-outlineButton-ghostButton-ghostButton-linkButton-linkButton-iconBeforeButton-iconBeforeButton-iconAfterButton-iconAfterButton-btnContainer-btnContainer"
41+ class = " close-button linkButton css-5ruphf-baseButton-baseButton-solidButton-solidButton-outlineButton-outlineButton-ghostButton-ghostButton-linkButton-linkButton-iconBeforeButton-iconBeforeButton-iconAfterButton-iconAfterButton-btnContainer-btnContainer"
4242 type = " button"
4343 >
4444 <span
4545 class = " btn-text"
4646 >
4747 <svg-file-stub
48- height = " 24 "
48+ height = " 32 "
4949 />
5050 </span >
5151 </button >
@@ -88,23 +88,36 @@ exports[`<Drawer/> matches snapshot with header, body and footer 1`] = `
8888 style = " opacity: 0; transform: none;"
8989 >
9090 <header
91- class = " css-zc36g1 -drawerHeader-drawerHeader"
91+ class = " css-13we4q5 -drawerHeader-drawerHeader"
9292 data-testid = " drawer-header"
9393 id = " drawer-title"
9494 >
9595 <h2
96- class = " css-1ibrhk6 -headingContainer-headingContainer"
96+ class = " css-3lqpyc -headingContainer-headingContainer"
9797 >
9898 Test header
9999 </h2 >
100+ <button
101+ aria-label = " Close drawer"
102+ class = " close-button linkButton css-5ruphf-baseButton-baseButton-solidButton-solidButton-outlineButton-outlineButton-ghostButton-ghostButton-linkButton-linkButton-iconBeforeButton-iconBeforeButton-iconAfterButton-iconAfterButton-btnContainer-btnContainer"
103+ type = " button"
104+ >
105+ <span
106+ class = " btn-text"
107+ >
108+ <svg-file-stub
109+ height = " 32"
110+ />
111+ </span >
112+ </button >
100113 </header >
101114 <div
102115 class = " css-1vbxgux-drawerBody"
103116 >
104117 Test body
105118 </div >
106119 <footer
107- class = " css-123pp4v -footerContainer-footerContainer"
120+ class = " css-ss7yvy -footerContainer-footerContainer"
108121 data-testid = " drawer-footer"
109122 >
110123 Test footer
@@ -146,15 +159,28 @@ exports[`<Drawer/> matches snapshot with noGutters Header 1`] = `
146159 style = " opacity: 0; transform: none;"
147160 >
148161 <header
149- class = " css-wmpb2t -drawerHeader-drawerHeader"
162+ class = " css-glijxi -drawerHeader-drawerHeader"
150163 data-testid = " drawer-header"
151164 id = " drawer-title"
152165 >
153166 <h2
154- class = " css-1ibrhk6 -headingContainer-headingContainer"
167+ class = " css-3lqpyc -headingContainer-headingContainer"
155168 >
156169 Title
157170 </h2 >
171+ <button
172+ aria-label = " Close drawer"
173+ class = " close-button linkButton css-5ruphf-baseButton-baseButton-solidButton-solidButton-outlineButton-outlineButton-ghostButton-ghostButton-linkButton-linkButton-iconBeforeButton-iconBeforeButton-iconAfterButton-iconAfterButton-btnContainer-btnContainer"
174+ type = " button"
175+ >
176+ <span
177+ class = " btn-text"
178+ >
179+ <svg-file-stub
180+ height = " 32"
181+ />
182+ </span >
183+ </button >
158184 </header >
159185 </dialog >
160186 </div >
@@ -193,15 +219,28 @@ exports[`<Drawer/> matches snapshot with right placement 1`] = `
193219 style = " opacity: 0; transform: translateX(100%) translateZ(0);"
194220 >
195221 <header
196- class = " css-zc36g1 -drawerHeader-drawerHeader"
222+ class = " css-13we4q5 -drawerHeader-drawerHeader"
197223 data-testid = " drawer-header"
198224 id = " drawer-title"
199225 >
200226 <h2
201- class = " css-1ibrhk6 -headingContainer-headingContainer"
227+ class = " css-3lqpyc -headingContainer-headingContainer"
202228 >
203229 Title
204230 </h2 >
231+ <button
232+ aria-label = " Close drawer"
233+ class = " close-button linkButton css-5ruphf-baseButton-baseButton-solidButton-solidButton-outlineButton-outlineButton-ghostButton-ghostButton-linkButton-linkButton-iconBeforeButton-iconBeforeButton-iconAfterButton-iconAfterButton-btnContainer-btnContainer"
234+ type = " button"
235+ >
236+ <span
237+ class = " btn-text"
238+ >
239+ <svg-file-stub
240+ height = " 32"
241+ />
242+ </span >
243+ </button >
205244 </header >
206245 </dialog >
207246 </div >
0 commit comments