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.
Files changed (71) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/assets/brand/_default/conf/locatags.json +2 -0
  3. package/dist/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
  4. package/dist/assets/icons/icons/svgmap/pause.svg +2 -2
  5. package/dist/assets/icons/icons/svgmap/play-wide.svg +1 -1
  6. package/dist/assets/icons/icons/svgmap.min.svg +1 -1
  7. package/dist/assets/index.css +9 -7
  8. package/dist/assets/js/base/tracking/clickTracking.feature.js +1 -1
  9. package/dist/assets/js/components/article/components/podcast/podcastChannelRemainingEpisodesLoader.feature.js +47 -0
  10. package/dist/views/components/article/components/podcast/podcast_episode_article.hbs +40 -0
  11. package/dist/views/components/article/components/podcast/podcast_playlist-inline.hbs +1 -0
  12. package/dist/views/components/article/components/podcast/podcast_playlist_all_episodes.hbs +45 -0
  13. package/dist/views/components/article/components/podcast/podcast_playlist_article.hbs +60 -0
  14. package/dist/views/components/podcast/components/podcast_player_shorttext.hbs +1 -1
  15. package/dist/views/components/podcast/podcast_playlist_player-inline.hbs +22 -0
  16. package/dist/views/components/podcast/podcast_playlist_player.hbs +3 -21
  17. package/dist/views/components/podcast/podcast_playlist_player_all_episodes.hbs +65 -0
  18. package/dist/views/components/teaser/podcast/podcast-playlist.hbs +1 -1
  19. package/dist/views_static/components/article/components/podcast/podcast_episode_article.hbs +40 -0
  20. package/dist/views_static/components/article/components/podcast/podcast_playlist-inline.hbs +1 -0
  21. package/dist/views_static/components/article/components/podcast/podcast_playlist_all_episodes.hbs +45 -0
  22. package/dist/views_static/components/article/components/podcast/podcast_playlist_article.hbs +60 -0
  23. package/dist/views_static/components/podcast/components/podcast_player_shorttext.hbs +1 -1
  24. package/dist/views_static/components/podcast/podcast_playlist_player-inline.hbs +22 -0
  25. package/dist/views_static/components/podcast/podcast_playlist_player.hbs +3 -21
  26. package/dist/views_static/components/podcast/podcast_playlist_player_all_episodes.hbs +65 -0
  27. package/dist/views_static/components/teaser/podcast/podcast-playlist.hbs +1 -1
  28. package/package.json +1 -1
  29. package/src/assets/brand/_default/conf/locatags.json +2 -0
  30. package/src/assets/brand/hessenschau/conf/locatags.merged.json +2 -0
  31. package/src/assets/brand/hr/conf/locatags.merged.json +2 -0
  32. package/src/assets/brand/hr-bigband/conf/locatags.merged.json +2 -0
  33. package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +2 -0
  34. package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +2 -0
  35. package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +2 -0
  36. package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +2 -0
  37. package/src/assets/brand/hr-werbung/conf/locatags.merged.json +2 -0
  38. package/src/assets/brand/hr1/conf/locatags.merged.json +2 -0
  39. package/src/assets/brand/hr2/conf/locatags.merged.json +2 -0
  40. package/src/assets/brand/hr3/conf/locatags.merged.json +2 -0
  41. package/src/assets/brand/hr4/conf/locatags.merged.json +2 -0
  42. package/src/assets/brand/you-fm/conf/locatags.merged.json +2 -0
  43. package/src/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
  44. package/src/assets/fixtures/article/components/podcast/podcast_player_episode.json +1 -1
  45. package/src/assets/fixtures/article/components/podcast/podcast_player_playlist.json +142 -0
  46. package/src/assets/icons/icons/svgmap/pause.svg +2 -2
  47. package/src/assets/icons/icons/svgmap/play-wide.svg +1 -1
  48. package/src/assets/icons/icons/svgmap.min.svg +1 -1
  49. package/src/stories/views/base/tracking/clickTracking.feature.js +1 -1
  50. package/src/stories/views/components/article/components/podcast/fixtures/podcast_player_episode.json +1 -1
  51. package/src/stories/views/components/article/components/podcast/fixtures/podcast_player_playlist.json +1 -0
  52. package/src/stories/views/components/article/components/podcast/podcastChannelRemainingEpisodesLoader.feature.js +47 -0
  53. package/src/stories/views/components/article/components/podcast/podcast_episode_article.hbs +40 -0
  54. package/src/stories/views/components/article/components/podcast/{podcast_player_episode.mdx → podcast_episode_article.mdx} +2 -2
  55. package/src/stories/views/components/article/components/podcast/{podcast_player_episode.stories.js → podcast_episode_article.stories.js} +2 -2
  56. package/src/stories/views/components/article/components/podcast/podcast_playlist-inline.hbs +1 -0
  57. package/src/stories/views/components/article/components/podcast/podcast_playlist_all_episodes.hbs +45 -0
  58. package/src/stories/views/components/article/components/podcast/podcast_playlist_article.hbs +60 -0
  59. package/src/stories/views/components/article/components/podcast/podcast_playlist_article.mdx +21 -0
  60. package/src/stories/views/components/article/components/podcast/podcast_playlist_article.stories.js +18 -0
  61. package/src/stories/views/components/podcast/components/podcast_player_shorttext.hbs +1 -1
  62. package/src/stories/views/components/podcast/podcast_playlist_player-inline.hbs +22 -0
  63. package/src/stories/views/components/podcast/podcast_playlist_player.hbs +3 -21
  64. package/src/stories/views/components/podcast/podcast_playlist_player_all_episodes.hbs +65 -0
  65. package/src/stories/views/components/teaser/podcast/podcast-playlist.hbs +1 -1
  66. package/dist/views/components/article/components/podcast/podcast_player_episode.hbs +0 -13
  67. package/dist/views/components/article/components/podcast/podcast_player_playlist.hbs +0 -0
  68. package/dist/views_static/components/article/components/podcast/podcast_player_episode.hbs +0 -13
  69. package/dist/views_static/components/article/components/podcast/podcast_player_playlist.hbs +0 -0
  70. package/src/stories/views/components/article/components/podcast/podcast_player_episode.hbs +0 -13
  71. 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"}}
@@ -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"}}
@@ -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"}}