@@ -173,7 +173,7 @@ export const CardHorizontale = getStory(
173173 ...defaultProps ,
174174 horizontal : true
175175 } ,
176- { description : "Carte horizontale" , containerWidth : 700 }
176+ { description : "Carte horizontale" , defaultContainerWidth : 700 }
177177) ;
178178
179179export const CardHorizontaleSM = getStory (
@@ -182,7 +182,7 @@ export const CardHorizontaleSM = getStory(
182182 horizontal : true ,
183183 size : "small"
184184 } ,
185- { description : "Carte horizontale" , containerWidth : 500 }
185+ { description : "Carte horizontale" , defaultContainerWidth : 500 }
186186) ;
187187
188188export const CardHorizontaleLG = getStory (
@@ -191,7 +191,7 @@ export const CardHorizontaleLG = getStory(
191191 horizontal : true ,
192192 size : "large"
193193 } ,
194- { description : "Carte horizontale" , containerWidth : 900 }
194+ { description : "Carte horizontale" , defaultContainerWidth : 900 }
195195) ;
196196
197197export const CardHorizontaleWithoutImage = getStory (
@@ -207,7 +207,7 @@ export const CardHorizontaleWithoutImage = getStory(
207207 </ ul >
208208 )
209209 } ,
210- { description : "Carte horizontale sans image" , containerWidth : 900 }
210+ { description : "Carte horizontale sans image" , defaultContainerWidth : 900 }
211211) ;
212212
213213export const CardHorizontaleWithoutImageAndEnlargeLink = getStory (
@@ -218,7 +218,7 @@ export const CardHorizontaleWithoutImageAndEnlargeLink = getStory(
218218 size : "large" ,
219219 imageUrl : undefined
220220 } ,
221- { description : "Carte horizontale sans image" , containerWidth : 900 }
221+ { description : "Carte horizontale sans image" , defaultContainerWidth : 900 }
222222) ;
223223
224224export const CardHorizontaleWithActions = getStory (
@@ -245,7 +245,7 @@ export const CardHorizontaleWithActions = getStory(
245245 </ ul >
246246 )
247247 } ,
248- { description : "Carte horizontale" , containerWidth : 900 }
248+ { description : "Carte horizontale" , defaultContainerWidth : 900 }
249249) ;
250250
251251export const CardGrey = getStory (
@@ -254,5 +254,5 @@ export const CardGrey = getStory(
254254 horizontal : true ,
255255 grey : false
256256 } ,
257- { description : "Carte horizontale grey" , containerWidth : 900 }
257+ { description : "Carte horizontale grey" , defaultContainerWidth : 900 }
258258) ;
0 commit comments