Skip to content

Commit

Permalink
Merge branch 'main' into renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Oct 17, 2022
2 parents e15d6d9 + fcd2f02 commit a3e3733
Showing 1 changed file with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,16 @@ export const Default = args => {
tabs.push(html`
<dds-tab label="Tab ${i}">
<dds-content-item-horizontal-media align="${align}">
${type === MEDIA_TYPE.IMAGE &&
html`
<dds-image slot="media" alt="Image alt text" default-src="${imgLg16x9}"></dds-image>
`}
${type === MEDIA_TYPE.VIDEO &&
html`
<dds-content-item-horizontal-media-video video-id="1_9h94wo6b"></dds-content-item-horizontal-media-video>
`}
${type === MEDIA_TYPE.IMAGE
? html`
<dds-image slot="media" alt="Image alt text" default-src="${imgLg16x9}"></dds-image>
`
: ''}
${type === MEDIA_TYPE.VIDEO
? html`
<dds-content-item-horizontal-media-video video-id="1_9h94wo6b"></dds-content-item-horizontal-media-video>
`
: ''}
<dds-content-item-heading>Tab heading ${i}</dds-content-item-heading>
<dds-content-item-horizontal-media-copy
>Lorem ipsum dolor sit amet, _consectetur_ adipiscing elit. Aenean et ultricies est. Mauris iaculis eget dolor nec
Expand Down

0 comments on commit a3e3733

Please sign in to comment.