hr-design-system-handlebars 0.116.5 → 0.117.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 +12 -0
- package/dist/assets/index.css +3 -3
- package/dist/assets/js/components/mediaplayer/mediaplayerLoader.feature.js +2 -2
- package/dist/views/components/content_nav/content_nav.hbs +3 -3
- package/dist/views/components/content_nav/content_nav_container.hbs +1 -1
- package/dist/views/components/content_nav/content_nav_dropdown.hbs +2 -2
- package/dist/views/components/content_nav/content_nav_item.hbs +1 -1
- package/dist/views/components/content_nav/content_nav_list.hbs +3 -3
- package/dist/views/components/grid/grid_group.hbs +1 -1
- package/dist/views/components/grid/grid_group_standard.hbs +1 -1
- package/dist/views/components/page/page.hbs +3 -3
- package/dist/views/components/teaser/content_nav/teaser_content_nav.hbs +2 -2
- package/dist/views/components/teaser/group_teaser/group_teaser_accented.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/fixtures/audio/audios.inc.json +6 -3
- package/src/assets/fixtures/teaser/cluster_teaser_100.json +4 -0
- package/src/assets/fixtures/teaser/cluster_teaser_100_genre.json +4 -0
- package/src/assets/fixtures/teaser/cluster_teaser_100_image.json +4 -0
- package/src/assets/fixtures/teaser/cluster_teaser_33.json +4 -0
- package/src/assets/fixtures/teaser/cluster_teaser_33_genre.json +4 -0
- package/src/assets/fixtures/teaser/cluster_teaser_33_image.json +4 -0
- package/src/assets/fixtures/teaser/cluster_teaser_33_long_title.json +4 -0
- package/src/assets/fixtures/teaser/cluster_teaser_50.json +4 -0
- package/src/assets/fixtures/teaser/cluster_teaser_50_genre.json +4 -0
- package/src/assets/fixtures/teaser/cluster_teaser_50_image.json +4 -0
- package/src/assets/fixtures/teaser/cluster_teaser_Podcast_Channel.json +4 -0
- package/src/assets/fixtures/teaser/cluster_teaser_extern_100.json +4 -0
- package/src/assets/fixtures/teaser/cluster_teaser_extern_33.json +4 -0
- package/src/assets/fixtures/teaser/cluster_teaser_extern_50.json +4 -0
- package/src/assets/fixtures/teaser/cluster_teaser_ordered_100.json +4 -0
- package/src/assets/fixtures/teaser/cluster_teaser_ordered_33.json +4 -0
- package/src/assets/fixtures/teaser/cluster_teaser_ordered_50.json +4 -0
- package/src/assets/fixtures/teaser/headline_list_item.inc.json +7 -0
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif.json +4 -0
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif_audio.json +4 -0
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif_download.json +4 -0
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif_link.json +4 -0
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif_live.json +4 -0
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif_single_event.json +4 -0
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif_two_events.json +4 -0
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif_video.json +4 -0
- package/src/assets/fixtures/teaser/teaser_alternative_50_serif.json +4 -0
- package/src/assets/fixtures/teaser/teaser_alternative_50_serif_audio.json +4 -0
- package/src/assets/fixtures/teaser/teaser_alternative_50_serif_download.json +4 -0
- package/src/assets/fixtures/teaser/teaser_alternative_50_serif_link.json +4 -0
- package/src/assets/fixtures/teaser/teaser_alternative_50_serif_live.json +4 -0
- package/src/assets/fixtures/teaser/teaser_alternative_50_serif_video.json +4 -0
- package/src/assets/fixtures/teaser/teaser_alternative_without_teaserimage_50_serif.json +4 -0
- package/src/assets/fixtures/teaser/teaser_cluster.inc.json +1 -1
- package/src/assets/fixtures/teaser/teaser_group_tabbox.inc.json +61 -0
- package/src/assets/fixtures/teaser/teaser_groups.inc.json +62 -0
- package/src/assets/fixtures/teaser/teaser_indextext_100_accented.json +4 -0
- package/src/assets/fixtures/teaser/teaser_indextext_100_boxed.json +4 -0
- package/src/assets/fixtures/teaser/teaser_indextext_100_highlighted.json +4 -0
- package/src/assets/fixtures/teaser/teaser_indextext_50_accented.json +4 -0
- package/src/assets/fixtures/teaser/teaser_podcast_50.json +4 -0
- package/src/assets/fixtures/teaser/teaser_podcast_playlist_50.json +5 -1
- package/src/assets/fixtures/teaser/teaser_poster_lg.json +4 -0
- package/src/assets/fixtures/teaser/teaser_poster_md.json +4 -0
- package/src/assets/fixtures/teaser/teaser_poster_md_label.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_100_serif.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_100_serif_download.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_100_serif_link.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_100_serif_program.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_100_serif_single_event.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_100_serif_two_events.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_25_serif.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_25_serif_audio.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_25_serif_audio_livestream.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_25_serif_link.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_25_serif_live.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_25_serif_podcast.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_25_serif_video.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_33_long_geotag.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_33_serif.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_33_serif_link.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_33_serif_multiple_events.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_33_serif_single_event.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_33_serif_tabbox.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_33_serif_two_events.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_50_serif.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_50_serif_audio.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_50_serif_audio_livestream.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_50_serif_download.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_50_serif_link.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_50_serif_live.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_50_serif_podcast.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_50_serif_single_event.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_50_serif_tabbox.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_50_serif_video.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_66_serif_single_event.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_without_teaserimage_25_serif.json +4 -0
- package/src/assets/fixtures/teaser/teaser_standard_without_teaserimage_50_serif.json +4 -0
- package/src/assets/fixtures/teaser/teasers.inc.json +17 -3
- package/src/assets/fixtures/teaser/teasersPodcastPlaylist.inc.json +1 -0
- package/src/assets/fixtures/video/videos.inc.json +4 -2
- package/src/stories/views/components/content_nav/content_nav.hbs +3 -3
- package/src/stories/views/components/content_nav/content_nav_container.hbs +1 -1
- package/src/stories/views/components/content_nav/content_nav_dropdown.hbs +2 -2
- package/src/stories/views/components/content_nav/content_nav_item.hbs +1 -1
- package/src/stories/views/components/content_nav/content_nav_list.hbs +3 -3
- package/src/stories/views/components/grid/grid_group.hbs +1 -1
- package/src/stories/views/components/grid/grid_group_standard.hbs +1 -1
- package/src/stories/views/components/mediaplayer/mediaplayerLoader.feature.js +2 -2
- package/src/stories/views/components/page/page.hbs +3 -3
- package/src/stories/views/components/teaser/content_nav/teaser_content_nav.hbs +2 -2
- package/src/stories/views/components/teaser/content_nav/teaser_content_nav.stories.mdx +2 -2
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_100_genre.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_100_image.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_33.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_33_genre.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_33_image.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_33_long_title.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_50_genre.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_50_image.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_Podcast_Channel.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_33.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_33.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_download.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_link.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_single_event.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_two_events.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_download.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_link.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_comments.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_label.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_link.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_program.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_without_teaserimage_50_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_comments_without_teaserinfo.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_autosuggest_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_subgroups.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_flow_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_flow_autosuggest.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_list_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_list_autosuggest.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_mixed_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_mixed_autosuggest.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100_contentnav.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight_2.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_related_content_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_accented.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_boxed.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_highlighted.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_indextext_50_accented.json +1 -1
- 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/fixtures/teaser_poster_lg.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_poster_md.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_poster_md_label.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_download.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_link.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_program.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_single_event.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_two_events.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio_livestream.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_link.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_podcast.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_long_geotag.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_link.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_multiple_events.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_single_event.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_tabbox.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_two_events.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio_livestream.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_download.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_link.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_podcast.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_single_event.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_tabbox.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_66_serif_single_event.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_comments.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_label.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_link.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_without_teaserimage_25_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_without_teaserimage_50_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_tabbox.json +1 -1
- package/src/stories/views/components/teaser/group_teaser/group_teaser_accented.hbs +1 -1
- package/src/stories/views/components/teaser/labelHelper.js +1 -1
- package/src/stories/views/components/teaser/teaser_indextext.stories.mdx +1 -1
- package/src/stories/views/components/teaser/teaser_poster.stories.mdx +1 -1
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
7
7
|
"@->value": "33"
|
|
8
8
|
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.realTeaserSize",
|
|
11
|
+
"@->value": "33"
|
|
12
|
+
},
|
|
9
13
|
{
|
|
10
14
|
"@->contentpath": "logicItem.includeModel.moreThenOneEvent",
|
|
11
15
|
"@->value": "true"
|
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
7
7
|
"@->value": "33"
|
|
8
8
|
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.realTeaserSize",
|
|
11
|
+
"@->value": "33"
|
|
12
|
+
},
|
|
9
13
|
{
|
|
10
14
|
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
11
15
|
"@->value": "event-ds"
|
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
7
7
|
"@->value": "33"
|
|
8
8
|
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.realTeaserSize",
|
|
11
|
+
"@->value": "33"
|
|
12
|
+
},
|
|
9
13
|
{
|
|
10
14
|
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
11
15
|
"@->value": "event-ds"
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
{
|
|
6
6
|
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
7
7
|
"@->value": "50"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.realTeaserSize",
|
|
11
|
+
"@->value": "50"
|
|
8
12
|
}, {
|
|
9
13
|
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
10
14
|
"@->value": "event-ds"
|
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
7
7
|
"@->value": "66"
|
|
8
8
|
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.realTeaserSize",
|
|
11
|
+
"@->value": "66"
|
|
12
|
+
},
|
|
9
13
|
{
|
|
10
14
|
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
11
15
|
"@->value": "event-ds"
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"extendedTitle": "",
|
|
12
12
|
"teaserType": "standard-ds",
|
|
13
13
|
"teaserSize": "hero",
|
|
14
|
+
"realTeaserSize": "hero",
|
|
14
15
|
"isMobile1to1": false,
|
|
15
16
|
"teaserDate": {
|
|
16
17
|
"htmlDateTime": "2022-04-17T19:30+0200",
|
|
@@ -128,6 +129,7 @@
|
|
|
128
129
|
"extendedTitle": "",
|
|
129
130
|
"teaserType": "standard-ds",
|
|
130
131
|
"teaserSize": "hero",
|
|
132
|
+
"realTeaserSize": "hero",
|
|
131
133
|
"isMobile1to1": false,
|
|
132
134
|
"teaserDate": {
|
|
133
135
|
"htmlDateTime": "2022-04-17T19:30+0200",
|
|
@@ -235,6 +237,7 @@
|
|
|
235
237
|
"extendedTitle": "",
|
|
236
238
|
"teaserType": "standard-ds",
|
|
237
239
|
"teaserSize": "hero",
|
|
240
|
+
"realTeaserSize": "hero",
|
|
238
241
|
"isMobile1to1": false,
|
|
239
242
|
"teaserDate": {
|
|
240
243
|
"htmlDateTime": "2022-10-11T06:57+0200",
|
|
@@ -331,6 +334,7 @@
|
|
|
331
334
|
"extendedTitle": "",
|
|
332
335
|
"teaserType": "standard-ds",
|
|
333
336
|
"teaserSize": "hero",
|
|
337
|
+
"realTeaserSize": "hero",
|
|
334
338
|
"isMobile1to1": false,
|
|
335
339
|
"teaserDate": {
|
|
336
340
|
"htmlDateTime": "2022-10-25T12:35+0200",
|
|
@@ -427,6 +431,7 @@
|
|
|
427
431
|
"extendedTitle": "",
|
|
428
432
|
"teaserType": "standard-ds",
|
|
429
433
|
"teaserSize": "hero",
|
|
434
|
+
"realTeaserSize": "hero",
|
|
430
435
|
"isMobile1to1": false,
|
|
431
436
|
"teaserDate": {
|
|
432
437
|
"htmlDateTime": "2022-10-23T16:04+0200",
|
|
@@ -527,6 +532,7 @@
|
|
|
527
532
|
"extendedTitle": "",
|
|
528
533
|
"teaserType": "standard-ds",
|
|
529
534
|
"teaserSize": "hero",
|
|
535
|
+
"realTeaserSize": "hero",
|
|
530
536
|
"isMobile1to1": false,
|
|
531
537
|
"teaserDate": {
|
|
532
538
|
"htmlDateTime": "2022-10-13T16:04+0200",
|
|
@@ -628,6 +634,7 @@
|
|
|
628
634
|
"extendedTitle": "",
|
|
629
635
|
"teaserType": "standard-ds",
|
|
630
636
|
"teaserSize": "hero",
|
|
637
|
+
"realTeaserSize": "hero",
|
|
631
638
|
"isMobile1to1": false,
|
|
632
639
|
"teaserDate": {
|
|
633
640
|
"htmlDateTime": "2022-10-11T19:46+0200",
|
|
@@ -728,6 +735,7 @@
|
|
|
728
735
|
"extendedTitle": "",
|
|
729
736
|
"teaserType": "standard-ds",
|
|
730
737
|
"teaserSize": "hero",
|
|
738
|
+
"realTeaserSize": "hero",
|
|
731
739
|
"isMobile1to1": false,
|
|
732
740
|
"teaserDate": {
|
|
733
741
|
"htmlDateTime": "2022-08-09T19:46+0200",
|
|
@@ -832,6 +840,7 @@
|
|
|
832
840
|
"extendedTitle": "",
|
|
833
841
|
"teaserType": "standard-ds",
|
|
834
842
|
"teaserSize": "hero",
|
|
843
|
+
"realTeaserSize": "hero",
|
|
835
844
|
"isMobile1to1": false,
|
|
836
845
|
"teaserDate": {
|
|
837
846
|
"htmlDateTime": "2020-10-02T19:46+0200",
|
|
@@ -935,6 +944,7 @@
|
|
|
935
944
|
"extendedTitle": "",
|
|
936
945
|
"teaserType": "standard-ds",
|
|
937
946
|
"teaserSize": "hero",
|
|
947
|
+
"realTeaserSize": "hero",
|
|
938
948
|
"isMobile1to1": false,
|
|
939
949
|
"teaserDate": {
|
|
940
950
|
"htmlDateTime": "2022-10-14T20:00+0200",
|
|
@@ -1050,6 +1060,7 @@
|
|
|
1050
1060
|
"extendedTitle": "",
|
|
1051
1061
|
"teaserType": "standard-ds",
|
|
1052
1062
|
"teaserSize": "hero",
|
|
1063
|
+
"realTeaserSize": "hero",
|
|
1053
1064
|
"isMobile1to1": false,
|
|
1054
1065
|
"teaserDate": {
|
|
1055
1066
|
"htmlDateTime": "2022-04-17T19:30+0200",
|
|
@@ -1151,6 +1162,7 @@
|
|
|
1151
1162
|
"extendedTitle": "Einsatz für die Enteiser am Flughafen",
|
|
1152
1163
|
"teaserType": "standard-ds",
|
|
1153
1164
|
"teaserSize": "hero",
|
|
1165
|
+
"realTeaserSize": "hero",
|
|
1154
1166
|
"isMobile1to1": false,
|
|
1155
1167
|
"teaserDate": {
|
|
1156
1168
|
"htmlDateTime": "2022-04-17T19:30+0200",
|
|
@@ -1251,6 +1263,7 @@
|
|
|
1251
1263
|
"extendedTitle": "",
|
|
1252
1264
|
"teaserType": "standard-ds",
|
|
1253
1265
|
"teaserSize": "hero",
|
|
1266
|
+
"realTeaserSize": "hero",
|
|
1254
1267
|
"isMobile1to1": false,
|
|
1255
1268
|
"teaserDate": {
|
|
1256
1269
|
"htmlDateTime": "2022-04-17T19:30+0200",
|
|
@@ -1366,6 +1379,7 @@
|
|
|
1366
1379
|
"extendedTitle": "",
|
|
1367
1380
|
"teaserType": "standard-ds",
|
|
1368
1381
|
"teaserSize": "100",
|
|
1382
|
+
"realTeaserSize": "100",
|
|
1369
1383
|
"isMobile1to1": false,
|
|
1370
1384
|
"airdateDate": {
|
|
1371
1385
|
"htmlDateTime": "2022-10-31T19:30+0200",
|
|
@@ -1518,6 +1532,7 @@
|
|
|
1518
1532
|
"extendedTitle": "",
|
|
1519
1533
|
"teaserType": "standard-ds",
|
|
1520
1534
|
"teaserSize": "hero",
|
|
1535
|
+
"realTeaserSize": "hero",
|
|
1521
1536
|
"isMobile1to1": false,
|
|
1522
1537
|
"teaserImage": {
|
|
1523
1538
|
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
@@ -1585,9 +1600,8 @@
|
|
|
1585
1600
|
}
|
|
1586
1601
|
},
|
|
1587
1602
|
"teaserContentNav": {
|
|
1588
|
-
"
|
|
1589
|
-
"
|
|
1590
|
-
|
|
1603
|
+
"teaserSize": "100",
|
|
1604
|
+
"realTeaserSize": "100",
|
|
1591
1605
|
"contentNav": {
|
|
1592
1606
|
"title": "Geiler Titel",
|
|
1593
1607
|
"isListOrFlow": false,
|
|
@@ -72,7 +72,8 @@
|
|
|
72
72
|
"cssUrl": "./vendor/ardplayer/ardplayer-hr-6.3.4.4fc164e9.css",
|
|
73
73
|
"jsUrl": "./vendor/ardplayer/ardplayer-hr-6.3.4.8ea4ea3d.js",
|
|
74
74
|
"isAutoplay": true,
|
|
75
|
-
"teaserSize": "100"
|
|
75
|
+
"teaserSize": "100",
|
|
76
|
+
"realTeaserSize": "100"
|
|
76
77
|
},
|
|
77
78
|
"video-livestream-hr-fernsehen": {
|
|
78
79
|
"playerConfig": {
|
|
@@ -137,7 +138,8 @@
|
|
|
137
138
|
"type": "videoLivestream",
|
|
138
139
|
"cssUrl": "./vendor/ardplayer/ardplayer-hr-6.3.4.4fc164e9.css",
|
|
139
140
|
"jsUrl": "./vendor/ardplayer/ardplayer-hr-6.3.4.8ea4ea3d.js",
|
|
140
|
-
"teaserSize": "
|
|
141
|
+
"teaserSize": "100",
|
|
142
|
+
"realTeaserSize": "100",
|
|
141
143
|
"isAutoplay": true
|
|
142
144
|
}
|
|
143
145
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
{{#if this.isListOrFlow}}
|
|
3
3
|
<nav x-cloak class="w-full px-2 md:px-0 c-content-nav">
|
|
4
4
|
{{> components/content_nav/content_nav_container
|
|
5
|
-
|
|
5
|
+
_teaserSize=../_teaserSize
|
|
6
6
|
_maindivclass="flex relative flex-wrap mt-2 mx-2 md:mx-0 md:mt-0 "
|
|
7
7
|
}}
|
|
8
8
|
</nav>
|
|
9
9
|
{{else}}
|
|
10
10
|
{{#decorator 'components/content_nav/content_nav_dropdown'
|
|
11
11
|
_componentClass="c-content-nav h-10 md:h-auto w-full"
|
|
12
|
-
|
|
12
|
+
_teaserSize=../_teaserSize
|
|
13
13
|
_iconOpen="arrow-down"
|
|
14
14
|
_iconClose="arrow-up"
|
|
15
15
|
_buttonText=(defaultIfEmpty this.selectedItem.title ../../title)
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
}}
|
|
18
18
|
|
|
19
19
|
{{> components/content_nav/content_nav_container
|
|
20
|
-
|
|
20
|
+
_teaserSize=_teaserSize
|
|
21
21
|
_maindivclass="flex flex-col w-full mt-0"
|
|
22
22
|
}}
|
|
23
23
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
<span id="dropdown__label--{{getRandom}}" class="hidden">{{defaultIfEmpty _hiddenNavigationLabel "Unternavigation"}}</span>
|
|
9
9
|
|
|
10
|
-
<div x-show="shouldDropdownBeShown({{
|
|
10
|
+
<div x-show="shouldDropdownBeShown({{_teaserSize}},{{this.isDropdown}},{{this.isMixed}})"
|
|
11
11
|
:class="contentNavDropdownIsOpen ? 'shadow-[1px_4px_5px_0px_rgba(50,50,93,0.10)]' : ''"
|
|
12
12
|
class="relative flex w-auto h-10 mx-2 mb-0 overflow-hidden bg-white border md:mx-0 z-100 border-content-nav whitespace-nowrap text-content-nav fill-content-nav"
|
|
13
13
|
@click="contentNavDropdownIsOpen = !contentNavDropdownIsOpen; $dispatch('hr:global:resetinputAutoSuggest');"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
</button>
|
|
27
27
|
</div>
|
|
28
28
|
</div>
|
|
29
|
-
<div x-show="shouldContentBeShown({{
|
|
29
|
+
<div x-show="shouldContentBeShown({{_teaserSize}},{{this.isDropdown}},{{this.isMixed}})"
|
|
30
30
|
aria-haspopup="true"
|
|
31
31
|
@click.outside="contentNavDropdownIsOpen = false; $dispatch('hr:global:resetinputAutoSuggest');"
|
|
32
32
|
:class="contentNavDropdownIsOpen ? 'z-9999 relative' : ' z-1003'"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<li x-init="chooseListItemStyles({{
|
|
1
|
+
<li x-init="chooseListItemStyles({{_teaserSize}},{{_islist}},{{_ismixed}},{{_isdropdown}},{{_isflow}})"
|
|
2
2
|
class="h-10 md:mx-0 overflow-hidden text-base font-copy list-none border-button fill-content-nav text-content-nav bg-white hover:bg-content-nav hover:fill-white hover:text-white hover:underline {{#if this.isSelected}} font-bold -current{{/if}} c-content-nav__item">
|
|
3
3
|
{{#decorator 'components/base/link'
|
|
4
4
|
_doNavigationTracking="true"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<ul class="flex bg-white md:bg-transparent flex-wrap {{#if this.isListOrFlow}} w-full gap-x-2 gap-y-2 {{else}} {{/if}} z-1003 md:!px-0 last:border-b-0 {{#if this.isDropdown }} w-full {{/if}}"
|
|
2
|
-
:class="( ({{this.isMixed}} && {{
|
|
2
|
+
:class="( ({{this.isMixed}} && {{_teaserSize}} < 50 ) || ( {{this.isMixed}} && window.innerWidth < 768 ) || {{this.isDropdown}} ) && contentNavDropdownIsOpen == true ? '!shadow-[1px_8px_9px_0px_rgba(50,50,93,0.10)] mt-0 w-full ' : ''"
|
|
3
3
|
>
|
|
4
4
|
|
|
5
5
|
{{~#each this.contentNavEntries~}}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<ul class="c-content-nav__group-list !px-0 mt-0">
|
|
13
13
|
{{~#each this.navigationGroup~}}
|
|
14
14
|
{{> components/content_nav/content_nav_item
|
|
15
|
-
|
|
15
|
+
_teaserSize=../../_teaserSize
|
|
16
16
|
_isdropdown=../../isDropdown
|
|
17
17
|
_ismixed=../../isMixed
|
|
18
18
|
_islist=../../isList
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
{{/if}}
|
|
24
24
|
{{else}}
|
|
25
25
|
{{> components/content_nav/content_nav_item
|
|
26
|
-
|
|
26
|
+
_teaserSize=../_teaserSize
|
|
27
27
|
_isdropdown=../isDropdown
|
|
28
28
|
_ismixed=../isMixed
|
|
29
29
|
_islist=../isList
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
{{> @partial-block }}
|
|
4
4
|
{{/components/grid/grid_group_highlight }}
|
|
5
5
|
{{else}}
|
|
6
|
-
{{#>components/grid/grid_group_standard
|
|
6
|
+
{{#>components/grid/grid_group_standard _groupSize=this.teaserSize }}
|
|
7
7
|
{{> @partial-block }}
|
|
8
8
|
{{/components/grid/grid_group_standard }}
|
|
9
9
|
{{/if}}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<section class="grid grid-cols-12 first:mt-6 items-start bg-white content-start gap-x-6 gap-y-5 col-span-12 {{inline-switch
|
|
1
|
+
<section class="grid grid-cols-12 first:mt-6 items-start bg-white content-start gap-x-6 gap-y-5 col-span-12 {{inline-switch _groupSize '["100","66","50","33","25"]' '["","md:col-span-8","md:col-span-6","md:col-span-4","md:col-span-3"]'}}">
|
|
2
2
|
{{> @partial-block }}
|
|
3
3
|
</section>
|
|
@@ -8,7 +8,7 @@ const MediaplayerLoader = function (context) {
|
|
|
8
8
|
const { options } = context,
|
|
9
9
|
{ element: rootElement } = context,
|
|
10
10
|
isAutoplay = options.isAutoplay,
|
|
11
|
-
|
|
11
|
+
teasersize = options.teasersize,
|
|
12
12
|
mediaplayerButton = hr$('.js-mediaplayer__button', rootElement.parentNode)[0]
|
|
13
13
|
|
|
14
14
|
const removeVideoHover = function () {
|
|
@@ -19,7 +19,7 @@ const MediaplayerLoader = function (context) {
|
|
|
19
19
|
const loadArdPlayerLoader = function () {
|
|
20
20
|
new ArdPlayerLoader(options)
|
|
21
21
|
removeVideoHover()
|
|
22
|
-
uxAction('mediabuttonclick::' +
|
|
22
|
+
uxAction('mediabuttonclick::' + teasersize + '::playButtonClick')
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
if (isAutoplay) {
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
{{> components/teaser/teaser_standard }}
|
|
35
35
|
</section>
|
|
36
36
|
<section class="grid items-start content-start grid-cols-12 col-span-12 bg-white gap-x-6 gap-y-6 ">
|
|
37
|
-
{{> components/teaser/content_nav/teaser_content_nav
|
|
37
|
+
{{> components/teaser/content_nav/teaser_content_nav teaserSize="100"}}
|
|
38
38
|
</section>
|
|
39
39
|
<section class="grid items-start content-start grid-cols-12 col-span-12 bg-white gap-x-6 gap-y-6 ">
|
|
40
|
-
{{> components/teaser/content_nav/teaser_content_nav
|
|
41
|
-
{{> components/teaser/content_nav/teaser_content_nav
|
|
40
|
+
{{> components/teaser/content_nav/teaser_content_nav teaserSize="50"}}
|
|
41
|
+
{{> components/teaser/content_nav/teaser_content_nav teaserSize="50"}}
|
|
42
42
|
</section>
|
|
43
43
|
<section class="grid items-start content-start grid-cols-12 col-span-12 bg-white gap-x-6 gap-y-6 ">
|
|
44
44
|
{{> components/teaser/teaser_standard teaserSize="50"}}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
ax-load
|
|
4
4
|
ax-load-src={{resourceUrl "assets/js/vendor/content_nav.alpine.js"}}
|
|
5
5
|
x-data="contentNavigationHandler()"
|
|
6
|
-
class="js-contentNavWrapper col-span-full flex gap-y-3 gap-x-4 js-load {{inline-switch this.
|
|
6
|
+
class="js-contentNavWrapper col-span-full flex gap-y-3 gap-x-4 js-load {{inline-switch this.teaserSize '["100","66","50","33","25"]' '["flex-col","md:col-span-9 md:flex-row ","md:col-span-6 md:flex-row "," md:col-span-4 md:flex-row "," md:col-span-3 md:flex-row "]'}}"
|
|
7
7
|
>
|
|
8
|
-
{{> components/content_nav/content_nav
|
|
8
|
+
{{> components/content_nav/content_nav _teaserSize=this.teaserSize }}
|
|
9
9
|
</div>
|
|
@@ -25,7 +25,7 @@ import contentNavDropdown_subgroups from '../fixtures/teaser_content_nav_dropdow
|
|
|
25
25
|
},
|
|
26
26
|
}}
|
|
27
27
|
argTypes={{
|
|
28
|
-
|
|
28
|
+
realTeaserSize: {
|
|
29
29
|
table: {
|
|
30
30
|
disable: true
|
|
31
31
|
},
|
|
@@ -36,7 +36,7 @@ import contentNavDropdown_subgroups from '../fixtures/teaser_content_nav_dropdow
|
|
|
36
36
|
disable: false,
|
|
37
37
|
},
|
|
38
38
|
},
|
|
39
|
-
|
|
39
|
+
teaserSize: {
|
|
40
40
|
control: {
|
|
41
41
|
type: 'select',
|
|
42
42
|
options: ['100', '66', '50', '33', '25'],
|