hr-design-system-handlebars 1.36.3 → 1.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/dist/assets/brand/_default/conf/locatags.json +2 -0
- package/dist/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/icons/icons/svgmap/pause.svg +2 -2
- package/dist/assets/icons/icons/svgmap/play-wide.svg +1 -1
- package/dist/assets/icons/icons/svgmap.min.svg +1 -1
- package/dist/assets/index.css +9 -7
- package/dist/assets/js/base/tracking/clickTracking.feature.js +1 -1
- package/dist/assets/js/components/article/components/podcast/podcastChannelRemainingEpisodesLoader.feature.js +47 -0
- package/dist/views/components/article/components/podcast/podcast_episode_article.hbs +40 -0
- package/dist/views/components/article/components/podcast/podcast_playlist-inline.hbs +1 -0
- package/dist/views/components/article/components/podcast/podcast_playlist_all_episodes.hbs +45 -0
- package/dist/views/components/article/components/podcast/podcast_playlist_article.hbs +60 -0
- package/dist/views/components/podcast/components/podcast_player_shorttext.hbs +1 -1
- package/dist/views/components/podcast/podcast_playlist_player-inline.hbs +22 -0
- package/dist/views/components/podcast/podcast_playlist_player.hbs +3 -21
- package/dist/views/components/podcast/podcast_playlist_player_all_episodes.hbs +65 -0
- package/dist/views/components/teaser/podcast/podcast-playlist.hbs +1 -1
- package/dist/views_static/components/article/components/podcast/podcast_episode_article.hbs +40 -0
- package/dist/views_static/components/article/components/podcast/podcast_playlist-inline.hbs +1 -0
- package/dist/views_static/components/article/components/podcast/podcast_playlist_all_episodes.hbs +45 -0
- package/dist/views_static/components/article/components/podcast/podcast_playlist_article.hbs +60 -0
- package/dist/views_static/components/podcast/components/podcast_player_shorttext.hbs +1 -1
- package/dist/views_static/components/podcast/podcast_playlist_player-inline.hbs +22 -0
- package/dist/views_static/components/podcast/podcast_playlist_player.hbs +3 -21
- package/dist/views_static/components/podcast/podcast_playlist_player_all_episodes.hbs +65 -0
- package/dist/views_static/components/teaser/podcast/podcast-playlist.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/brand/_default/conf/locatags.json +2 -0
- package/src/assets/brand/hessenschau/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-bigband/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-werbung/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr1/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr2/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr3/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr4/conf/locatags.merged.json +2 -0
- package/src/assets/brand/you-fm/conf/locatags.merged.json +2 -0
- package/src/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/fixtures/article/components/podcast/podcast_player_episode.json +1 -1
- package/src/assets/fixtures/article/components/podcast/podcast_player_playlist.json +142 -0
- package/src/assets/icons/icons/svgmap/pause.svg +2 -2
- package/src/assets/icons/icons/svgmap/play-wide.svg +1 -1
- package/src/assets/icons/icons/svgmap.min.svg +1 -1
- package/src/stories/views/base/tracking/clickTracking.feature.js +1 -1
- package/src/stories/views/components/article/components/podcast/fixtures/podcast_player_episode.json +1 -1
- package/src/stories/views/components/article/components/podcast/fixtures/podcast_player_playlist.json +1 -0
- package/src/stories/views/components/article/components/podcast/podcastChannelRemainingEpisodesLoader.feature.js +47 -0
- package/src/stories/views/components/article/components/podcast/podcast_episode_article.hbs +40 -0
- package/src/stories/views/components/article/components/podcast/{podcast_player_episode.mdx → podcast_episode_article.mdx} +2 -2
- package/src/stories/views/components/article/components/podcast/{podcast_player_episode.stories.js → podcast_episode_article.stories.js} +2 -2
- package/src/stories/views/components/article/components/podcast/podcast_playlist-inline.hbs +1 -0
- package/src/stories/views/components/article/components/podcast/podcast_playlist_all_episodes.hbs +45 -0
- package/src/stories/views/components/article/components/podcast/podcast_playlist_article.hbs +60 -0
- package/src/stories/views/components/article/components/podcast/podcast_playlist_article.mdx +21 -0
- package/src/stories/views/components/article/components/podcast/podcast_playlist_article.stories.js +18 -0
- package/src/stories/views/components/podcast/components/podcast_player_shorttext.hbs +1 -1
- package/src/stories/views/components/podcast/podcast_playlist_player-inline.hbs +22 -0
- package/src/stories/views/components/podcast/podcast_playlist_player.hbs +3 -21
- package/src/stories/views/components/podcast/podcast_playlist_player_all_episodes.hbs +65 -0
- package/src/stories/views/components/teaser/podcast/podcast-playlist.hbs +1 -1
- package/dist/views/components/article/components/podcast/podcast_player_episode.hbs +0 -13
- package/dist/views/components/article/components/podcast/podcast_player_playlist.hbs +0 -0
- package/dist/views_static/components/article/components/podcast/podcast_player_episode.hbs +0 -13
- package/dist/views_static/components/article/components/podcast/podcast_player_playlist.hbs +0 -0
- package/src/stories/views/components/article/components/podcast/podcast_player_episode.hbs +0 -13
- package/src/stories/views/components/article/components/podcast/podcast_player_playlist.hbs +0 -0
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<div class="w-full bg-highlight-1 rounded-tl-hr rounded-br-hr" >
|
|
2
|
-
{{> components/podcast/podcast_player _linkTitle="true" _isSinglePage=false _type="podcastEpisodePlayer"}}
|
|
3
|
-
</div>
|
|
4
|
-
<div class="pt-5">
|
|
5
|
-
{{> components/podcast/components/podcast_player_shorttext }}
|
|
6
|
-
</div>
|
|
7
|
-
{{> components/content/content_footer/content_footer
|
|
8
|
-
_author=this.audioAuthor
|
|
9
|
-
_showDate=this.hasDwellTime
|
|
10
|
-
_date=this.airdateDate
|
|
11
|
-
_copyright=this.copyright
|
|
12
|
-
_isArchiveContent=this.isArchiveContent
|
|
13
|
-
_posterCopyright="poster_copyright"}}
|
|
File without changes
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<div class="w-full bg-highlight-1 rounded-tl-hr rounded-br-hr" >
|
|
2
|
-
{{> components/podcast/podcast_player _linkTitle="true" _isSinglePage=false _type="podcastEpisodePlayer"}}
|
|
3
|
-
</div>
|
|
4
|
-
<div class="pt-5">
|
|
5
|
-
{{> components/podcast/components/podcast_player_shorttext }}
|
|
6
|
-
</div>
|
|
7
|
-
{{> components/content/content_footer/content_footer
|
|
8
|
-
_author=this.audioAuthor
|
|
9
|
-
_showDate=this.hasDwellTime
|
|
10
|
-
_date=this.airdateDate
|
|
11
|
-
_copyright=this.copyright
|
|
12
|
-
_isArchiveContent=this.isArchiveContent
|
|
13
|
-
_posterCopyright="poster_copyright"}}
|
|
File without changes
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<div class="w-full bg-highlight-1 rounded-tl-hr rounded-br-hr" >
|
|
2
|
-
{{> components/podcast/podcast_player _linkTitle="true" _isSinglePage=false _type="podcastEpisodePlayer"}}
|
|
3
|
-
</div>
|
|
4
|
-
<div class="pt-5">
|
|
5
|
-
{{> components/podcast/components/podcast_player_shorttext }}
|
|
6
|
-
</div>
|
|
7
|
-
{{> components/content/content_footer/content_footer
|
|
8
|
-
_author=this.audioAuthor
|
|
9
|
-
_showDate=this.hasDwellTime
|
|
10
|
-
_date=this.airdateDate
|
|
11
|
-
_copyright=this.copyright
|
|
12
|
-
_isArchiveContent=this.isArchiveContent
|
|
13
|
-
_posterCopyright="poster_copyright"}}
|
|
File without changes
|