hr-design-system-handlebars 1.35.15 → 1.36.1
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 +25 -0
- package/dist/assets/brand/_default/conf/locatags.json +14 -0
- package/dist/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/index.css +9 -3
- package/dist/views/components/article/components/podcast/podcast_player_episode.hbs +13 -0
- package/dist/views/components/article/components/podcast/podcast_player_playlist.hbs +0 -0
- package/dist/views/components/content/content_footer/content_footer.hbs +50 -0
- package/dist/views/components/pagination/pagination_current_page_invalid.hbs +1 -1
- package/dist/views/components/pagination/pagination_more_than_three_pages.hbs +7 -7
- package/dist/views/components/pagination/pagination_only_three_pages.hbs +3 -3
- package/dist/views/components/pagination/pagination_only_two_pages.hbs +2 -2
- package/dist/views/components/podcast/components/podcast_player_shorttext.hbs +9 -0
- package/dist/views/components/{teaser/podcast → podcast/components}/podcast_player_ui.hbs +5 -5
- package/{src/stories/views/components/teaser/podcast → dist/views/components/podcast/components}/podcast_subscribe_button.hbs +4 -4
- package/{src/stories/views/components/teaser → dist/views/components}/podcast/podcast_player.hbs +4 -14
- package/{src/stories/views/components/teaser → dist/views/components}/podcast/podcast_playlist_player.hbs +6 -6
- package/dist/views/components/teaser/podcast/podcast-playlist.hbs +1 -1
- package/dist/views/components/teaser/podcast/podcast.hbs +2 -1
- package/dist/views_static/components/article/components/podcast/podcast_player_episode.hbs +13 -0
- package/dist/views_static/components/article/components/podcast/podcast_player_playlist.hbs +0 -0
- package/dist/views_static/components/content/content_footer/content_footer.hbs +50 -0
- package/dist/views_static/components/pagination/pagination_current_page_invalid.hbs +1 -1
- package/dist/views_static/components/pagination/pagination_more_than_three_pages.hbs +7 -7
- package/dist/views_static/components/pagination/pagination_only_three_pages.hbs +3 -3
- package/dist/views_static/components/pagination/pagination_only_two_pages.hbs +2 -2
- package/dist/views_static/components/podcast/components/podcast_player_shorttext.hbs +9 -0
- package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_player_ui.hbs +5 -5
- package/dist/{views/components/teaser/podcast → views_static/components/podcast/components}/podcast_subscribe_button.hbs +4 -4
- package/dist/views_static/components/{teaser/podcast → podcast}/podcast_player.hbs +4 -14
- package/dist/{views/components/teaser → views_static/components}/podcast/podcast_playlist_player.hbs +6 -6
- package/dist/views_static/components/teaser/podcast/podcast-playlist.hbs +1 -1
- package/dist/views_static/components/teaser/podcast/podcast.hbs +2 -1
- package/package.json +1 -1
- package/src/assets/brand/_default/conf/locatags.json +14 -0
- package/src/assets/brand/hessenschau/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr-bigband/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr-werbung/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr1/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr2/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr3/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr4/conf/locatags.merged.json +14 -0
- package/src/assets/brand/you-fm/conf/locatags.merged.json +14 -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 +373 -0
- package/src/assets/fixtures/teaser/teasers.inc.json +1 -1
- package/src/stories/views/components/article/components/podcast/fixtures/podcast_player_episode.json +1 -0
- package/src/stories/views/components/article/components/podcast/podcast_player_episode.hbs +13 -0
- package/src/stories/views/components/article/components/podcast/podcast_player_episode.mdx +21 -0
- package/src/stories/views/components/article/components/podcast/podcast_player_episode.stories.js +18 -0
- package/src/stories/views/components/article/components/podcast/podcast_player_playlist.hbs +0 -0
- package/src/stories/views/components/content/content_footer/content_footer.hbs +50 -0
- package/src/stories/views/components/page/fixtures/page.json +1 -1
- package/src/stories/views/components/pagination/pagination_current_page_invalid.hbs +1 -1
- package/src/stories/views/components/pagination/pagination_more_than_three_pages.hbs +7 -7
- package/src/stories/views/components/pagination/pagination_only_three_pages.hbs +3 -3
- package/src/stories/views/components/pagination/pagination_only_two_pages.hbs +2 -2
- package/src/stories/views/components/podcast/components/podcast_player_shorttext.hbs +9 -0
- package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_player_ui.hbs +5 -5
- package/{dist/views_static/components/teaser/podcast → src/stories/views/components/podcast/components}/podcast_subscribe_button.hbs +4 -4
- package/{dist/views/components/teaser → src/stories/views/components}/podcast/podcast_player.hbs +4 -14
- package/{dist/views_static/components/teaser → src/stories/views/components}/podcast/podcast_playlist_player.hbs +6 -6
- package/src/stories/views/components/{teaser/podcast → podcast}/podcast_subscribe_button.stories.js +2 -2
- package/src/stories/views/components/teaser/fixtures/teaser_podcast.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist_50.json +1 -1
- package/src/stories/views/components/teaser/podcast/podcast-playlist.hbs +1 -1
- package/src/stories/views/components/teaser/podcast/podcast.hbs +2 -1
- package/src/stories/views/components/teaser/podcast/podcast.stories.js +4 -4
- /package/dist/views/components/{teaser/podcast → podcast/components}/podcast_downloadbutton.hbs +0 -0
- /package/dist/views/components/{teaser/podcast → podcast/components}/podcast_item_title.hbs +0 -0
- /package/dist/views/components/{teaser/podcast → podcast/components}/podcast_playbutton.hbs +0 -0
- /package/dist/views/components/{teaser/podcast → podcast/components}/podcast_playlist_shorttext.hbs +0 -0
- /package/dist/views/components/{teaser/podcast → podcast/components}/podcast_timedisplay.hbs +0 -0
- /package/dist/views/components/{teaser/podcast → podcast/components}/podcast_title.hbs +0 -0
- /package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_downloadbutton.hbs +0 -0
- /package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_item_title.hbs +0 -0
- /package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_playbutton.hbs +0 -0
- /package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_playlist_shorttext.hbs +0 -0
- /package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_timedisplay.hbs +0 -0
- /package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_title.hbs +0 -0
- /package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_downloadbutton.hbs +0 -0
- /package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_item_title.hbs +0 -0
- /package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_playbutton.hbs +0 -0
- /package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_playlist_shorttext.hbs +0 -0
- /package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_timedisplay.hbs +0 -0
- /package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_title.hbs +0 -0
- /package/src/stories/views/components/{teaser/podcast → podcast}/podcast_subscribe_button.mdx +0 -0
/package/dist/views/components/{teaser/podcast → podcast/components}/podcast_downloadbutton.hbs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/views/components/{teaser/podcast → podcast/components}/podcast_playlist_shorttext.hbs
RENAMED
|
File without changes
|
/package/dist/views/components/{teaser/podcast → podcast/components}/podcast_timedisplay.hbs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_item_title.hbs
RENAMED
|
File without changes
|
/package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_playbutton.hbs
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_timedisplay.hbs
RENAMED
|
File without changes
|
/package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_title.hbs
RENAMED
|
File without changes
|
|
File without changes
|
/package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_item_title.hbs
RENAMED
|
File without changes
|
/package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_playbutton.hbs
RENAMED
|
File without changes
|
|
File without changes
|
/package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_timedisplay.hbs
RENAMED
|
File without changes
|
/package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_title.hbs
RENAMED
|
File without changes
|
/package/src/stories/views/components/{teaser/podcast → podcast}/podcast_subscribe_button.mdx
RENAMED
|
File without changes
|