// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`OuiCard betaBadgeProps renders href 1`] = `
Card title

Card description

Link
`; exports[`OuiCard horizontal selectable 1`] = `
Card title

Card description

`; exports[`OuiCard is rendered 1`] = `
Card title

Card description

`; exports[`OuiCard props a null icon 1`] = `
Card title

Card description

`; exports[`OuiCard props accepts div props like style 1`] = `
Card title

Card description

`; exports[`OuiCard props children 1`] = `
Card title
Child
`; exports[`OuiCard props children with description 1`] = `
Card title

Card description

Child
`; exports[`OuiCard props display accent is rendered 1`] = `
Card title

Card description

`; exports[`OuiCard props display danger is rendered 1`] = `
Card title

Card description

`; exports[`OuiCard props display plain is rendered 1`] = `
Card title

Card description

`; exports[`OuiCard props display primary is rendered 1`] = `
Card title

Card description

`; exports[`OuiCard props display subdued is rendered 1`] = `
Card title

Card description

`; exports[`OuiCard props display success is rendered 1`] = `
Card title

Card description

`; exports[`OuiCard props display transparent is rendered 1`] = `
Card title

Card description

`; exports[`OuiCard props display warning is rendered 1`] = `
Card title

Card description

`; exports[`OuiCard props footer 1`] = `
Card title

Card description

`; exports[`OuiCard props hasBorder 1`] = `
Card title

Card description

`; exports[`OuiCard props horizontal 1`] = `
Card title

Card description

`; exports[`OuiCard props href supports href as a link 1`] = `
Hoi

There

`; exports[`OuiCard props icon 1`] = `
Card title

Card description

`; exports[`OuiCard props image 1`] = `
Nature
Card title

Card description

`; exports[`OuiCard props isDisabled 1`] = `

Card description

`; exports[`OuiCard props paddingSize l is rendered 1`] = `
Card title

Card description

`; exports[`OuiCard props paddingSize m is rendered 1`] = `
Card title

Card description

`; exports[`OuiCard props paddingSize none is rendered 1`] = `
Card title

Card description

`; exports[`OuiCard props paddingSize s is rendered 1`] = `
Card title

Card description

`; exports[`OuiCard props selectable 1`] = `
Card title

Card description

`; exports[`OuiCard props textAlign 1`] = `
Card title

Card description

`; exports[`OuiCard props titleElement 1`] = `

Card title

Card description

`; exports[`OuiCard props titleElement with nodes 1`] = `

Card title

Card description

`; exports[`OuiCard props titleSize 1`] = `
Card title

Card description

`;