// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Descriptions Descriptions support colon 1`] = `
Cloud Database } colon={false} key="label-0" layout="horizontal" type="label" >
Product Cloud Database
`; exports[`Descriptions Descriptions support style 1`] = `
Cloud Database } colon={true} key="label-0" layout="horizontal" type="label" >
Cloud Database
`; exports[`Descriptions Descriptions.Item support className 1`] = `
Cloud Database } colon={true} key="label-0" layout="horizontal" type="label" >
Product Cloud Database
`; exports[`Descriptions column is number 1`] = `
Cloud Database } colon={true} key="label-0" layout="horizontal" type="label" > Prepaid } colon={true} key="label-1" layout="horizontal" type="label" > 18:00:00 } colon={true} key="label-2" layout="horizontal" type="label" > $80.00 } colon={true} key="label-0" layout="horizontal" type="label" >
Product Cloud Database
Billing Prepaid
time 18:00:00
Amount $80.00
`; exports[`Descriptions vertical layout 1`] = `
Cloud Database } colon={true} key="label-0" layout="vertical" type="label" > Cloud Database } colon={true} key="content-0" layout="vertical" type="content" > Prepaid } colon={true} key="label-0" layout="vertical" type="label" > Prepaid } colon={true} key="content-0" layout="vertical" type="content" > 18:00:00 } colon={true} key="label-0" layout="vertical" type="label" > 18:00:00 } colon={true} key="content-0" layout="vertical" type="content" > $80.00 } colon={true} key="label-0" layout="vertical" type="label" > $80.00 } colon={true} key="content-0" layout="vertical" type="content" >
Product
Cloud Database
Billing
Prepaid
time
18:00:00
Amount
$80.00
`; exports[`Descriptions when item is rendered conditionally 1`] = `
Cloud Database } colon={true} key="label-0" layout="horizontal" type="label" > Prepaid } colon={true} key="label-0" layout="horizontal" type="label" > 18:00:00 } colon={true} key="label-0" layout="horizontal" type="label" > $80.00 } colon={true} key="label-0" layout="horizontal" type="label" >
Product Cloud Database
Billing Prepaid
time 18:00:00
Amount $80.00
`;