@@ -12,6 +12,7 @@ exports[`rendering renders correctly with all props except translations 1`] = `
1212 }
1313 closeHandler = { [Function ]}
1414 id = " custom-id"
15+ size = " large"
1516 title = " Modal title"
1617 translations = { null }
1718>
@@ -26,6 +27,7 @@ exports[`rendering renders correctly with all props except translations 1`] = `
2627 }
2728 closeHandler = { [Function ]}
2829 id = " custom-id"
30+ size = " large"
2931 title = " Modal title"
3032 translations = {
3133 Object {
@@ -41,7 +43,8 @@ exports[`rendering renders correctly with all props except translations 1`] = `
4143 role = " presentation"
4244 >
4345 <div
44- className = " root"
46+ className = " root
47+ isRootLarge"
4548 onClick = { [Function ]}
4649 role = " presentation"
4750 >
@@ -166,7 +169,7 @@ exports[`rendering renders correctly with all props except translations 1`] = `
166169</WithTranslationContextComponent >
167170` ;
168171
169- exports [` rendering renders correctly with all with loading icon props except translations 1` ] = `
172+ exports [` rendering renders correctly with all props except translations and with a loading icon 1` ] = `
170173<WithTranslationContextComponent
171174 actions = {
172175 Array [
@@ -181,6 +184,7 @@ exports[`rendering renders correctly with all with loading icon props except tra
181184 }
182185 closeHandler = { [Function ]}
183186 id = " custom-id"
187+ size = " small"
184188 title = " Modal title"
185189 translations = { null }
186190>
@@ -198,6 +202,7 @@ exports[`rendering renders correctly with all with loading icon props except tra
198202 }
199203 closeHandler = { [Function ]}
200204 id = " custom-id"
205+ size = " small"
201206 title = " Modal title"
202207 translations = {
203208 Object {
@@ -213,7 +218,8 @@ exports[`rendering renders correctly with all with loading icon props except tra
213218 role = " presentation"
214219 >
215220 <div
216- className = " root"
221+ className = " root
222+ isRootSmall"
217223 onClick = { [Function ]}
218224 role = " presentation"
219225 >
@@ -362,6 +368,7 @@ exports[`rendering renders correctly with mandatory props only 1`] = `
362368 <Modal
363369 actions = { Array []}
364370 closeHandler = { null }
371+ size = " medium"
365372 title = " Modal title"
366373 translations = {
367374 Object {
@@ -376,7 +383,8 @@ exports[`rendering renders correctly with mandatory props only 1`] = `
376383 role = " presentation"
377384 >
378385 <div
379- className = " root"
386+ className = " root
387+ isRootMedium"
380388 onClick = { [Function ]}
381389 role = " presentation"
382390 >
@@ -416,6 +424,7 @@ exports[`rendering renders correctly with translations 1`] = `
416424 <Modal
417425 actions = { Array []}
418426 closeHandler = { [Function ]}
427+ size = " medium"
419428 title = " Modal title"
420429 translations = {
421430 Object {
@@ -430,7 +439,8 @@ exports[`rendering renders correctly with translations 1`] = `
430439 role = " presentation"
431440 >
432441 <div
433- className = " root"
442+ className = " root
443+ isRootMedium"
434444 onClick = { [Function ]}
435445 role = " presentation"
436446 >
0 commit comments