11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
33exports [` Image not visible renders the blur-up thumb 1` ] = `
4- <Image
4+ <ForwardRef
55 data = {
66 Object {
77 " alt" : " DatoCMS swag" ,
@@ -47,7 +47,7 @@ exports[`Image not visible renders the blur-up thumb 1`] = `
4747 " opacity" : 1 ,
4848 " position" : " absolute" ,
4949 " top" : 0 ,
50- " transition" : " opacity 500ms 500ms " ,
50+ " transition" : " opacity 500ms" ,
5151 " width" : " 100%" ,
5252 }
5353 }
@@ -56,11 +56,11 @@ exports[`Image not visible renders the blur-up thumb 1`] = `
5656 <picture />
5757 </noscript >
5858 </div >
59- </Image >
59+ </ForwardRef >
6060` ;
6161
6262exports [` Image visible image loaded shows the image 1` ] = `
63- <Image
63+ <ForwardRef
6464 data = {
6565 Object {
6666 " alt" : " DatoCMS swag" ,
@@ -106,7 +106,7 @@ exports[`Image visible image loaded shows the image 1`] = `
106106 " opacity" : 0 ,
107107 " position" : " absolute" ,
108108 " top" : 0 ,
109- " transition" : " opacity 500ms 500ms " ,
109+ " transition" : " opacity 500ms" ,
110110 " width" : " 100%" ,
111111 }
112112 }
@@ -127,7 +127,7 @@ exports[`Image visible image loaded shows the image 1`] = `
127127 " opacity" : 1 ,
128128 " position" : " absolute" ,
129129 " top" : 0 ,
130- " transition" : " opacity 500ms 500ms " ,
130+ " transition" : " opacity 500ms" ,
131131 " width" : " 100%" ,
132132 }
133133 }
@@ -138,11 +138,11 @@ exports[`Image visible image loaded shows the image 1`] = `
138138 <picture />
139139 </noscript >
140140 </div >
141- </Image >
141+ </ForwardRef >
142142` ;
143143
144144exports [` Image visible renders the image 1` ] = `
145- <Image
145+ <ForwardRef
146146 data = {
147147 Object {
148148 " alt" : " DatoCMS swag" ,
@@ -188,7 +188,7 @@ exports[`Image visible renders the image 1`] = `
188188 " opacity" : 1 ,
189189 " position" : " absolute" ,
190190 " top" : 0 ,
191- " transition" : " opacity 500ms 500ms " ,
191+ " transition" : " opacity 500ms" ,
192192 " width" : " 100%" ,
193193 }
194194 }
@@ -209,7 +209,7 @@ exports[`Image visible renders the image 1`] = `
209209 " opacity" : 0 ,
210210 " position" : " absolute" ,
211211 " top" : 0 ,
212- " transition" : " opacity 500ms 500ms " ,
212+ " transition" : " opacity 500ms" ,
213213 " width" : " 100%" ,
214214 }
215215 }
@@ -220,5 +220,5 @@ exports[`Image visible renders the image 1`] = `
220220 <picture />
221221 </noscript >
222222 </div >
223- </Image >
223+ </ForwardRef >
224224` ;
0 commit comments