hr-design-system-handlebars 1.33.3 → 1.34.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 +14 -0
- package/build/handlebars/helpers/handlebar-helpers.js +21 -2
- package/config.js +1 -0
- package/dist/assets/brand/hessenschau/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-bigband/icons/logo/brandlogo--desk.min.svg +1 -1
- package/dist/assets/brand/hr-bigband/icons/logo/svgmap/brandlogo--desk.svg +1 -1
- package/dist/assets/brand/hr-bigband/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-fernsehen/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-inforadio/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/dist/assets/brand/hr-inforadio/icons/logo/brandlogo--footer.min.svg +1 -0
- package/dist/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--desk.svg +9 -9
- package/dist/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--footer-desk.svg +25 -0
- package/dist/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--footer.svg +25 -0
- package/dist/assets/brand/hr-inforadio/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-rundfunkrat/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-sinfonieorchester/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-werbung/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr1/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr2/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/dist/assets/brand/hr2/icons/logo/brandlogo--footer.min.svg +1 -0
- package/dist/assets/brand/hr2/icons/logo/svgmap/brandlogo--footer-desk.svg +32 -0
- package/dist/assets/brand/hr2/icons/logo/svgmap/brandlogo--footer.svg +32 -0
- package/dist/assets/brand/hr2/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr3/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr4/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/you-fm/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/dist/assets/brand/you-fm/icons/logo/brandlogo--footer.min.svg +1 -0
- package/dist/assets/brand/you-fm/icons/logo/svgmap/brandlogo--footer-desk.svg +29 -0
- package/dist/assets/brand/you-fm/icons/logo/svgmap/brandlogo--footer.svg +10 -0
- package/dist/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/icons/icons/svgmap/Kreis-test-weiss.svg +11 -0
- package/dist/assets/icons/icons/svgmap/hr-calendar-ds.svg +35 -0
- package/dist/assets/icons/icons/svgmap/playlist-ds.svg +14 -2
- package/dist/assets/icons/icons/svgmap/push-ds.svg +1 -2
- package/dist/assets/icons/icons/svgmap/rss-ds.svg +17 -0
- package/dist/assets/icons/icons/svgmap/tvprogramm-ds.svg +15 -0
- package/dist/assets/icons/icons/svgmap/voice-ds.svg +16 -0
- package/dist/assets/icons/icons/svgmap.min.svg +1 -1
- package/dist/assets/index.css +340 -15
- package/dist/views/components/footer/page_footer.hbs +25 -0
- package/dist/views/components/footer/page_footer_column.hbs +24 -0
- package/dist/views/components/footer/page_footer_content.hbs +25 -0
- package/dist/views/components/footer/page_footer_item.hbs +15 -0
- package/dist/views/components/footer/page_footer_logo.hbs +9 -0
- package/dist/views/components/footer/page_footer_metadata.hbs +87 -0
- package/dist/views/components/footer/page_footer_nav_link.hbs +18 -0
- package/dist/views/components/footer/page_footer_search.hbs +6 -0
- package/dist/views/components/footer/page_footer_social_media.hbs +29 -0
- package/dist/views/components/page/page.hbs +1 -1
- package/dist/views/components/site_header/navigation_search/quick_search_form.hbs +3 -3
- package/dist/views_static/components/Button.hbs +10 -0
- package/dist/views_static/components/base/image/icon.hbs +72 -0
- package/dist/views_static/components/base/image/responsive_image.hbs +50 -0
- package/dist/views_static/components/base/link.hbs +8 -0
- package/dist/views_static/components/base/loadSSI.hbs +5 -0
- package/dist/views_static/components/base/load_dynamic.hbs +47 -0
- package/dist/views_static/components/button/button.hbs +16 -0
- package/dist/views_static/components/button/components/button_icon.hbs +2 -0
- package/dist/views_static/components/button/components/button_label.hbs +1 -0
- package/dist/views_static/components/button/link_button.hbs +6 -0
- package/dist/views_static/components/button/top_topics_button.hbs +10 -0
- package/dist/views_static/components/button/utilities/button_base_classes.hbs +1 -0
- package/dist/views_static/components/button/utilities/button_dimension_classes.hbs +5 -0
- package/dist/views_static/components/button/utilities/button_on_image_classes.hbs +45 -0
- package/dist/views_static/components/button/utilities/button_variation_classes.hbs +22 -0
- package/dist/views_static/components/content_nav/content_nav.hbs +26 -0
- package/dist/views_static/components/content_nav/content_nav_container.hbs +17 -0
- package/dist/views_static/components/content_nav/content_nav_dropdown.hbs +39 -0
- package/dist/views_static/components/content_nav/content_nav_item.hbs +26 -0
- package/dist/views_static/components/content_nav/content_nav_list.hbs +32 -0
- package/dist/views_static/components/event/artist.hbs +1 -0
- package/dist/views_static/components/event/calendar/event_calendar.hbs +3 -0
- package/dist/views_static/components/event/calendar/event_calendar_content.hbs +18 -0
- package/dist/views_static/components/event/calendar/event_calendar_event_teaser.hbs +58 -0
- package/dist/views_static/components/event/calendar/event_calendar_footer.hbs +7 -0
- package/dist/views_static/components/event/calendar/event_calendar_heading.hbs +3 -0
- package/dist/views_static/components/event/calendar/event_calendar_inline.hbs +3 -0
- package/dist/views_static/components/event/calendar/event_calendar_nav.hbs +27 -0
- package/dist/views_static/components/event/calendar/event_calendar_nav_item.hbs +7 -0
- package/dist/views_static/components/event/concert_info.hbs +66 -0
- package/dist/views_static/components/event/event_details.hbs +20 -0
- package/dist/views_static/components/event/event_status.hbs +1 -0
- package/dist/views_static/components/event/event_tag.hbs +3 -0
- package/dist/views_static/components/event/event_tags.hbs +11 -0
- package/dist/views_static/components/event/event_ticket_button.hbs +32 -0
- package/dist/views_static/components/event/instant_dates.hbs +21 -0
- package/dist/views_static/components/event/label_byline.ssi.hbs +9 -0
- package/dist/views_static/components/event/stage_location.ssi.hbs +9 -0
- package/dist/views_static/components/footer/page_footer.hbs +25 -0
- package/dist/views_static/components/footer/page_footer_column.hbs +24 -0
- package/dist/views_static/components/footer/page_footer_content.hbs +25 -0
- package/dist/views_static/components/footer/page_footer_item.hbs +15 -0
- package/dist/views_static/components/footer/page_footer_logo.hbs +9 -0
- package/dist/views_static/components/footer/page_footer_metadata.hbs +87 -0
- package/dist/views_static/components/footer/page_footer_nav_link.hbs +18 -0
- package/dist/views_static/components/footer/page_footer_search.hbs +6 -0
- package/dist/views_static/components/footer/page_footer_social_media.hbs +29 -0
- package/dist/views_static/components/geoTag/geoTag.hbs +6 -0
- package/dist/views_static/components/grid/grid.hbs +12 -0
- package/dist/views_static/components/grid/grid_group.hbs +11 -0
- package/dist/views_static/components/grid/grid_group_100_item_100.hbs +14 -0
- package/dist/views_static/components/grid/grid_group_100_item_100_with_background.hbs +17 -0
- package/dist/views_static/components/grid/grid_group_100_item_25.hbs +28 -0
- package/dist/views_static/components/grid/grid_group_100_item_33.hbs +18 -0
- package/dist/views_static/components/grid/grid_group_100_item_50.hbs +15 -0
- package/dist/views_static/components/grid/grid_group_100_tabbed_25.hbs +30 -0
- package/dist/views_static/components/grid/grid_group_100_tabbed_33.hbs +22 -0
- package/dist/views_static/components/grid/grid_group_100_tabbed_50.hbs +19 -0
- package/dist/views_static/components/grid/grid_group_33_item_100.hbs +17 -0
- package/dist/views_static/components/grid/grid_group_50_item_100.hbs +15 -0
- package/dist/views_static/components/grid/grid_group_66_item_100.hbs +15 -0
- package/dist/views_static/components/grid/grid_group_highlight.hbs +9 -0
- package/dist/views_static/components/grid/grid_group_standard.hbs +3 -0
- package/dist/views_static/components/grid/grid_group_tabbed.hbs +5 -0
- package/dist/views_static/components/grid/grid_group_wrapper_classes.hbs +1 -0
- package/dist/views_static/components/grid/grid_item.hbs +3 -0
- package/dist/views_static/components/horizontal_scroll_container/horizontal_scroll_container.hbs +22 -0
- package/dist/views_static/components/horizontal_scroll_container/horizontal_scroll_container_example.hbs +9 -0
- package/dist/views_static/components/label/label.hbs +11 -0
- package/dist/views_static/components/label/label_byline.hbs +17 -0
- package/dist/views_static/components/label/label_group.hbs +3 -0
- package/dist/views_static/components/label/label_old.hbs +20 -0
- package/dist/views_static/components/mediaplayer/media_player.hbs +20 -0
- package/dist/views_static/components/mediaplayer/mediaplayer_button.hbs +10 -0
- package/dist/views_static/components/modal/modal.hbs +7 -0
- package/dist/views_static/components/multimedia/livestream/label_byline.ssi.hbs +19 -0
- package/dist/views_static/components/navigation/breadcrumb/breadcrumb.hbs +14 -0
- package/dist/views_static/components/navigation/breadcrumb/breadcrumb_items.ssi.hbs +8 -0
- package/dist/views_static/components/navigation/breadcrumb/utils/breadcrumb_link_classes.hbs +1 -0
- package/dist/views_static/components/page/page.hbs +71 -0
- package/dist/views_static/components/page/page_pagination.hbs +61 -0
- package/dist/views_static/components/page/page_players.hbs +40 -0
- package/dist/views_static/components/pagination/pagination.hbs +19 -0
- package/dist/views_static/components/pagination/pagination_button_left.hbs +3 -0
- package/dist/views_static/components/pagination/pagination_button_left_linked.hbs +4 -0
- package/dist/views_static/components/pagination/pagination_button_right.hbs +4 -0
- package/dist/views_static/components/pagination/pagination_button_right_linked.hbs +4 -0
- package/dist/views_static/components/pagination/pagination_current_page_invalid.hbs +24 -0
- package/dist/views_static/components/pagination/pagination_current_page_valid.hbs +26 -0
- package/dist/views_static/components/pagination/pagination_more_than_three_pages.hbs +77 -0
- package/dist/views_static/components/pagination/pagination_only_three_pages.hbs +69 -0
- package/dist/views_static/components/pagination/pagination_only_two_pages.hbs +37 -0
- package/dist/views_static/components/program/label_byline.ssi.hbs +9 -0
- package/dist/views_static/components/site_header/anchor_navigation/anchor_navigation.hbs +10 -0
- package/dist/views_static/components/site_header/anchor_navigation/featurebox_anchor.hbs +3 -0
- package/dist/views_static/components/site_header/brand_navigation/brand_navigation.hbs +14 -0
- package/dist/views_static/components/site_header/brand_navigation/brand_navigation_item.hbs +3 -0
- package/dist/views_static/components/site_header/burger.hbs +43 -0
- package/dist/views_static/components/site_header/header.hbs +90 -0
- package/dist/views_static/components/site_header/navigation_flyout/navigation_flyout.hbs +55 -0
- package/dist/views_static/components/site_header/navigation_flyout/navigation_flyout_column.hbs +7 -0
- package/dist/views_static/components/site_header/navigation_flyout/navigation_flyout_item.hbs +12 -0
- package/dist/views_static/components/site_header/navigation_search/quick_search_button.hbs +31 -0
- package/dist/views_static/components/site_header/navigation_search/quick_search_form.hbs +134 -0
- package/dist/views_static/components/site_header/section_navigation/section_navigation.hbs +30 -0
- package/dist/views_static/components/site_header/section_navigation/section_navigation_item.hbs +127 -0
- package/dist/views_static/components/site_header/section_navigation/section_navigation_top_topics.hbs +12 -0
- package/dist/views_static/components/site_header/service_logo.hbs +29 -0
- package/dist/views_static/components/site_header/service_navigation/service_list.hbs +15 -0
- package/dist/views_static/components/site_header/service_navigation/service_navigation_item.hbs +59 -0
- package/dist/views_static/components/teaser/cluster/teaser_cluster.hbs +27 -0
- package/dist/views_static/components/teaser/cluster/teaser_cluster_byline.hbs +33 -0
- package/dist/views_static/components/teaser/cluster/teaser_cluster_item.hbs +12 -0
- package/dist/views_static/components/teaser/cluster/teaser_cluster_list.hbs +32 -0
- package/dist/views_static/components/teaser/components/teaser_av_consumption.hbs +43 -0
- package/dist/views_static/components/teaser/components/teaser_av_consumption_close_button.hbs +6 -0
- package/dist/views_static/components/teaser/components/teaser_body.hbs +40 -0
- package/dist/views_static/components/teaser/components/teaser_byline.hbs +46 -0
- package/dist/views_static/components/teaser/components/teaser_byline_airdate.hbs +34 -0
- package/dist/views_static/components/teaser/components/teaser_comments.hbs +15 -0
- package/dist/views_static/components/teaser/components/teaser_header.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_heading.hbs +17 -0
- package/dist/views_static/components/teaser/components/teaser_headline.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_image.hbs +28 -0
- package/dist/views_static/components/teaser/components/teaser_image_overlay.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_lead.hbs +7 -0
- package/dist/views_static/components/teaser/components/teaser_subline.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_text.hbs +12 -0
- package/dist/views_static/components/teaser/components/teaser_title.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_title_classes.hbs +111 -0
- package/dist/views_static/components/teaser/components/teaser_title_old.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_topline.hbs +1 -0
- package/dist/views_static/components/teaser/content_nav/teaser_content_nav.hbs +6 -0
- package/dist/views_static/components/teaser/group_teaser/group_teaser.hbs +14 -0
- package/dist/views_static/components/teaser/group_teaser/group_teaser_accented.hbs +14 -0
- package/dist/views_static/components/teaser/podcast/podcast-playlist.hbs +4 -0
- package/dist/views_static/components/teaser/podcast/podcast.hbs +3 -0
- package/dist/views_static/components/teaser/podcast/podcast_downloadbutton.hbs +9 -0
- package/dist/views_static/components/teaser/podcast/podcast_item_title.hbs +9 -0
- package/dist/views_static/components/teaser/podcast/podcast_playbutton.hbs +14 -0
- package/dist/views_static/components/teaser/podcast/podcast_player.hbs +95 -0
- package/dist/views_static/components/teaser/podcast/podcast_player_ui.hbs +97 -0
- package/dist/views_static/components/teaser/podcast/podcast_playlist_player.hbs +79 -0
- package/dist/views_static/components/teaser/podcast/podcast_playlist_shorttext.hbs +10 -0
- package/dist/views_static/components/teaser/podcast/podcast_subscribe_button.hbs +69 -0
- package/dist/views_static/components/teaser/podcast/podcast_timedisplay.hbs +5 -0
- package/dist/views_static/components/teaser/podcast/podcast_title.hbs +13 -0
- package/dist/views_static/components/teaser/stage/stage_text.hbs +42 -0
- package/dist/views_static/components/teaser/tabbox/group_tabbox.hbs +18 -0
- package/dist/views_static/components/teaser/tabbox/teaser_tabbox.hbs +22 -0
- package/dist/views_static/components/teaser/teaser_alternativ.hbs +19 -0
- package/dist/views_static/components/teaser/teaser_event_calendar.hbs +8 -0
- package/dist/views_static/components/teaser/teaser_indextext.hbs +23 -0
- package/dist/views_static/components/teaser/teaser_logic/teaser_logic.hbs +17 -0
- package/dist/views_static/components/teaser/teaser_logic/teaser_logic.ssi.hbs +12 -0
- package/dist/views_static/components/teaser/teaser_poster.hbs +31 -0
- package/dist/views_static/components/teaser/teaser_stage.hbs +24 -0
- package/dist/views_static/components/teaser/teaser_standard.hbs +29 -0
- package/dist/views_static/components/teaser/ticker/teaser_ticker_alternativ.hbs +14 -0
- package/dist/views_static/components/teaser/ticker/teaser_ticker_body.hbs +26 -0
- package/dist/views_static/components/teaser/ticker/teaser_ticker_footer.hbs +17 -0
- package/dist/views_static/components/teaser/ticker/teaser_ticker_standard.hbs +14 -0
- package/dist/views_static/components/teaser/ticker/teaser_ticker_timeline.hbs +27 -0
- package/dist/views_static/components/teaser/utilities/teaser_image_cypress_hook_classes.hbs +5 -0
- package/dist/views_static/components/text/byline.hbs +3 -0
- package/dist/views_static/components/tracking/download_tracking.hbs +1 -0
- package/dist/views_static/components/tracking/navigation_tracking.hbs +1 -0
- package/gulpfile.js +44 -34
- package/package.json +1 -1
- package/src/assets/brand/hessenschau/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-bigband/icons/logo/brandlogo--desk.min.svg +1 -1
- package/src/assets/brand/hr-bigband/icons/logo/svgmap/brandlogo--desk.svg +1 -1
- package/src/assets/brand/hr-bigband/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-fernsehen/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-inforadio/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/src/assets/brand/hr-inforadio/icons/logo/brandlogo--footer.min.svg +1 -0
- package/src/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--desk.svg +9 -9
- package/src/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--footer-desk.svg +25 -0
- package/src/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--footer.svg +25 -0
- package/src/assets/brand/hr-inforadio/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-rundfunkrat/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-sinfonieorchester/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-werbung/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr1/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr2/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/src/assets/brand/hr2/icons/logo/brandlogo--footer.min.svg +1 -0
- package/src/assets/brand/hr2/icons/logo/svgmap/brandlogo--footer-desk.svg +32 -0
- package/src/assets/brand/hr2/icons/logo/svgmap/brandlogo--footer.svg +32 -0
- package/src/assets/brand/hr2/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr3/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr4/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/you-fm/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/src/assets/brand/you-fm/icons/logo/brandlogo--footer.min.svg +1 -0
- package/src/assets/brand/you-fm/icons/logo/svgmap/brandlogo--footer-desk.svg +29 -0
- package/src/assets/brand/you-fm/icons/logo/svgmap/brandlogo--footer.svg +10 -0
- package/src/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/fixtures/footer/footer_hessenschau.json +252 -0
- package/src/assets/fixtures/footer/footer_hr1.json +245 -0
- package/src/assets/fixtures/footer/footer_hr2.json +167 -0
- package/src/assets/fixtures/footer/footer_hr3.json +260 -0
- package/src/assets/fixtures/footer/footer_hr4.json +207 -0
- package/src/assets/fixtures/footer/footer_hrinfo.json +219 -0
- package/src/assets/fixtures/footer/footer_youfm.json +276 -0
- package/src/assets/icons/icons/svgmap/Kreis-test-weiss.svg +11 -0
- package/src/assets/icons/icons/svgmap/hr-calendar-ds.svg +35 -0
- package/src/assets/icons/icons/svgmap/playlist-ds.svg +14 -2
- package/src/assets/icons/icons/svgmap/push-ds.svg +1 -2
- package/src/assets/icons/icons/svgmap/rss-ds.svg +17 -0
- package/src/assets/icons/icons/svgmap/tvprogramm-ds.svg +15 -0
- package/src/assets/icons/icons/svgmap/voice-ds.svg +16 -0
- package/src/assets/icons/icons/svgmap.min.svg +1 -1
- package/src/assets/tailwind.css +131 -2
- package/src/stories/views/components/footer/fixtures/footer_hessenschau.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_hr1.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_hr2.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_hr3.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_hr4.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_hrinfo.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_youfm.json +1 -0
- package/src/stories/views/components/footer/page_footer.data.js +9 -0
- package/src/stories/views/components/footer/page_footer.hbs +25 -0
- package/src/stories/views/components/footer/page_footer.mdx +28 -0
- package/src/stories/views/components/footer/page_footer.stories.js +30 -0
- package/src/stories/views/components/footer/page_footer_column.hbs +24 -0
- package/src/stories/views/components/footer/page_footer_content.hbs +25 -0
- package/src/stories/views/components/footer/page_footer_item.hbs +15 -0
- package/src/stories/views/components/footer/page_footer_logo.hbs +9 -0
- package/src/stories/views/components/footer/page_footer_metadata.hbs +87 -0
- package/src/stories/views/components/footer/page_footer_nav_link.hbs +18 -0
- package/src/stories/views/components/footer/page_footer_search.hbs +6 -0
- package/src/stories/views/components/footer/page_footer_social_media.hbs +29 -0
- package/src/stories/views/components/page/page.hbs +1 -1
- package/src/stories/views/components/site_header/navigation_search/quick_search_form.hbs +3 -3
- package/tailwind.config.js +18 -1
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
<div class="flex col-span-12 p-5">
|
|
2
|
+
<div class="flex flex-col grow">
|
|
3
|
+
{{!-- First Row --}}
|
|
4
|
+
<div class="flex flex-row {{#if ../_ordered}} pl-8 {{/if}} ">
|
|
5
|
+
<div class="flex flex-col grow">
|
|
6
|
+
<div class="flex max-h-6">
|
|
7
|
+
{{!-- Label / Airdate --}}
|
|
8
|
+
{{#with label}}
|
|
9
|
+
<div class="">
|
|
10
|
+
<span class='sb-label mr-2 rounded px-1.5 pt-px inline-block tracking-wide text-white text-base leading-5.5 font-heading bg-labelMedia'>
|
|
11
|
+
{{ loca this.loca }}
|
|
12
|
+
</span>
|
|
13
|
+
</div>
|
|
14
|
+
{{/with}}
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
<div class="flex pr-2 text-xs grow md:pr-5 font-headingSerif text-podcast-text">
|
|
18
|
+
{{~#with airdateDate}}
|
|
19
|
+
<time class="flex grow pt-1.5" datetime="{{this.htmlDateTime}}">{{this.date}}</time>
|
|
20
|
+
{{/with}}
|
|
21
|
+
|
|
22
|
+
{{!-- Download --}}
|
|
23
|
+
{{> components/teaser/podcast/podcast_downloadbutton
|
|
24
|
+
_addClass=""
|
|
25
|
+
_iconClass="h-6 w-6 text-podcast-text fill-current"
|
|
26
|
+
_url=this.podcastDownloadUrl }}
|
|
27
|
+
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
{{!-- Überschrift: --}}
|
|
32
|
+
<div class="flex pb-5 pr-2 md:pr-5">
|
|
33
|
+
{{> components/teaser/podcast/podcast_title _title=this.title _teaserSize=this.realTeaserSize _addClass="" }}
|
|
34
|
+
</div>
|
|
35
|
+
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
{{!-- Podcast Image --}}
|
|
39
|
+
<div class="flex flex-col ">
|
|
40
|
+
<div class="w-22 {{inline-switch this.realTeaserSize '["100","50"]' '["md:w-32 lg:w-42","md:w-22 lg:w-32", ""]'}}">
|
|
41
|
+
{{> components/base/image/responsive_image this.teaseritem
|
|
42
|
+
_type="podcastEpisodePlayer"
|
|
43
|
+
_variant="default"
|
|
44
|
+
_addClass="overflow-hidden"
|
|
45
|
+
_noDelay=this.dontLazyload
|
|
46
|
+
_addClassImg="w-full block"
|
|
47
|
+
}}
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
</div>
|
|
52
|
+
|
|
53
|
+
{{!-- Player UI --}}
|
|
54
|
+
<div class="flex {{inline-switch this.realTeaserSize '["100","50"]' '["lg:pr-48 lg:-mt-14"," "]'}}"
|
|
55
|
+
x-data="playaudio()"
|
|
56
|
+
x-init="listenToGlobalStop()"
|
|
57
|
+
ax-load
|
|
58
|
+
x-ignore
|
|
59
|
+
ax-load-src={{resourceUrl "assets/js/vendor/podcast_player.alpine.js" }}>
|
|
60
|
+
{{> components/teaser/podcast/podcast_player_ui
|
|
61
|
+
_isPlaylistPlayer=false
|
|
62
|
+
_podcastDuration=duration
|
|
63
|
+
_id=(nextRandom)
|
|
64
|
+
_first=true
|
|
65
|
+
}}
|
|
66
|
+
</div>
|
|
67
|
+
|
|
68
|
+
{{!-- Abo-Dropdown --}}
|
|
69
|
+
<div class="flex flex-row pt-5">
|
|
70
|
+
{{#with this.podcastChannel}}
|
|
71
|
+
{{> components/teaser/podcast/podcast_subscribe_button}}
|
|
72
|
+
{{/with}}
|
|
73
|
+
|
|
74
|
+
{{#with this.podcastChannel}}
|
|
75
|
+
{{!-- Sendungs-Link --}}
|
|
76
|
+
<div class="flex justify-end w-full pl-4">
|
|
77
|
+
<div class="flex flex-col flex-wrap self-end text-xs font-heading text-podcast-text">
|
|
78
|
+
<span class="self-end font-bold">Zur Sendung</span>
|
|
79
|
+
<a class="self-end underline ds-link" href="{{this.url}}">{{this.title}}</a>
|
|
80
|
+
</div>
|
|
81
|
+
</div>
|
|
82
|
+
{{/with}}
|
|
83
|
+
</div>
|
|
84
|
+
</div>
|
|
85
|
+
</div>
|
|
86
|
+
|
|
87
|
+
{{#unless _isSinglePage}}
|
|
88
|
+
{{#unless this.hideShortText}}
|
|
89
|
+
{{~#with this.shorttext}}
|
|
90
|
+
<div class="col-span-12 px-5 pb-5 text-sm md:text-base font-copy c-podcastEpisodePlayer__shortText">
|
|
91
|
+
<span class="c-teaser__shorttext"> {{this}} </span>
|
|
92
|
+
</div>
|
|
93
|
+
{{/with~}}
|
|
94
|
+
{{/unless}}
|
|
95
|
+
{{/unless}}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
|
|
2
|
+
<div class="flex flex-wrap w-full js-load">
|
|
3
|
+
<div class="flex {{#if _isPlaylistPlayer}}items-start{{else}}items-center{{/if}} w-full flex-nowrap">
|
|
4
|
+
|
|
5
|
+
{{!-- Start/StopButton --}}
|
|
6
|
+
<div id="playbutton{{_id}}" class="flex">
|
|
7
|
+
{{> components/teaser/podcast/podcast_playbutton
|
|
8
|
+
_css="mr-4"
|
|
9
|
+
_id = _id
|
|
10
|
+
_alpineClick=(loca "play_button_alpine_click" _id) }}
|
|
11
|
+
</div>
|
|
12
|
+
|
|
13
|
+
<div class="flex flex-wrap items-start w-full -mt-0.5">
|
|
14
|
+
{{#if _isPlaylistPlayer}}
|
|
15
|
+
<div class="flex w-full">
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
{{!-- Airdate --}}
|
|
20
|
+
<div class="text-xs grow font-headingSerif text-podcast-text">
|
|
21
|
+
{{#unless ../../../../this.isSingleChannel ~}}
|
|
22
|
+
<span>{{this.podcastChannel.title}}</span>
|
|
23
|
+
<span class="mx-1">|</span>
|
|
24
|
+
{{/unless~}}
|
|
25
|
+
<time datetime="{{this.airdateDate.htmlDateTime}}">{{this.airdateDate.date}}</time>
|
|
26
|
+
</div>
|
|
27
|
+
|
|
28
|
+
{{!-- Download --}}
|
|
29
|
+
{{> components/teaser/podcast/podcast_downloadbutton
|
|
30
|
+
_addClass="-mb-2 ml-2"
|
|
31
|
+
_iconClass="h-6 w-6 text-podcast-text fill-current"
|
|
32
|
+
_url=this.podcastDownloadUrl
|
|
33
|
+
}}
|
|
34
|
+
|
|
35
|
+
</div>
|
|
36
|
+
|
|
37
|
+
<div class="flex w-fit max-w-3/4 ">
|
|
38
|
+
{{> components/teaser/podcast/podcast_item_title
|
|
39
|
+
_title=this.title
|
|
40
|
+
_addClass="" }}
|
|
41
|
+
</div>
|
|
42
|
+
{{/if}}
|
|
43
|
+
|
|
44
|
+
{{!-- Range Slider --}}
|
|
45
|
+
<div class="flex w-full transition-all overflow-hidden {{#if _first}}max-h-9{{else}}max-h-0{{/if}}">
|
|
46
|
+
<input
|
|
47
|
+
{{#unless @first}}x-cloak{{/unless}}
|
|
48
|
+
x-ref="range"
|
|
49
|
+
id="range{{_id}}"
|
|
50
|
+
x-on:input="rangeInput({{_id}})"
|
|
51
|
+
type="range" {{!-- x-bind:value="currentTimePercentage" --}}
|
|
52
|
+
min="0"
|
|
53
|
+
max="1000"
|
|
54
|
+
value="0"
|
|
55
|
+
class="h-1 my-4 bg-white appearance-none cursor-pointer ds-link grow seek_slider"
|
|
56
|
+
aria-label="Schieberegler" >
|
|
57
|
+
</div>
|
|
58
|
+
|
|
59
|
+
{{#if _isPlaylistPlayer}}
|
|
60
|
+
{{!-- Meta Time usw. --}}
|
|
61
|
+
<div x-init="setTime( '{{_podcastDuration}}', '{{_id}}' ); " class="flex w-full">
|
|
62
|
+
{{> components/teaser/podcast/podcast_timedisplay
|
|
63
|
+
_id=_id
|
|
64
|
+
_duration=duration
|
|
65
|
+
_currentTimeClasses="font-bold text-podcast-text"
|
|
66
|
+
_durationClasses="text-podcast-text"
|
|
67
|
+
_containerCss="flex text-sm grow font-heading" }}
|
|
68
|
+
</div>
|
|
69
|
+
{{/if}}
|
|
70
|
+
</div>
|
|
71
|
+
</div>
|
|
72
|
+
|
|
73
|
+
{{#unless _isPlaylistPlayer}}
|
|
74
|
+
{{!-- Meta Time usw. --}}
|
|
75
|
+
<div x-init="setTime( '{{_podcastDuration}}', '{{_id}}' ); " >
|
|
76
|
+
{{> components/teaser/podcast/podcast_timedisplay
|
|
77
|
+
_id=_id
|
|
78
|
+
_duration=duration
|
|
79
|
+
_currentTimeClasses="font-bold text-podcast-text"
|
|
80
|
+
_durationClasses="text-podcast-text"
|
|
81
|
+
_containerCss="pl-16 -mt-3 flex text-sm grow font-heading"}}
|
|
82
|
+
</div>
|
|
83
|
+
{{/unless}}
|
|
84
|
+
|
|
85
|
+
{{!-- AudioElement --}}
|
|
86
|
+
{{~#if this.audioUrl ~}}
|
|
87
|
+
<audio
|
|
88
|
+
class="{{_id}} hidden"
|
|
89
|
+
data-id="{{_id}}"
|
|
90
|
+
x-init="registerPlayer('{{_podcastDuration}}','{{_id}}')"
|
|
91
|
+
@stopotherplayers.window="stopAllOtherPlayers({{_id}})"
|
|
92
|
+
data-prop-media-metadata='{{json this.mediaMetadata}}'>
|
|
93
|
+
<source src={{this.audioUrl}} type='audio/mp3'/>
|
|
94
|
+
|
|
95
|
+
</audio>
|
|
96
|
+
{{/if}}
|
|
97
|
+
</div>
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
<div class="flex col-span-12 pb-5 border-b border-white">
|
|
2
|
+
<div class="flex flex-col grow">
|
|
3
|
+
{{!-- First Row --}}
|
|
4
|
+
<div class="flex flex-row px-5 md:pl-5 {{#if ../_ordered}} pl-8 {{/if}} ">
|
|
5
|
+
<div class="flex flex-col pr-5 grow">
|
|
6
|
+
<div class="flex max-h-6">
|
|
7
|
+
{{!-- Label / Airdate --}}
|
|
8
|
+
{{#with label}}
|
|
9
|
+
<span
|
|
10
|
+
class='sb-label mr-2 rounded px-1.5 pt-px inline-block tracking-wide text-white text-base leading-5.5 font-heading bg-labelMedia'>
|
|
11
|
+
{{ loca this.loca }}
|
|
12
|
+
</span>
|
|
13
|
+
{{/with}}
|
|
14
|
+
</div>
|
|
15
|
+
|
|
16
|
+
{{!-- Überschrift: --}}
|
|
17
|
+
<div class="flex pb-5 pr-2 md:pr-5">
|
|
18
|
+
{{> components/teaser/podcast/podcast_title _title=this.title _teaserSize=this.realTeaserSize _addClass="" }}
|
|
19
|
+
</div>
|
|
20
|
+
|
|
21
|
+
{{!-- {{#switch this.realTeaserSize }}
|
|
22
|
+
{{#case "100"}}
|
|
23
|
+
{{> components/teaser/podcast/podcast_playlist_shorttext}}
|
|
24
|
+
{{/case}}
|
|
25
|
+
{{/switch}} --}}
|
|
26
|
+
|
|
27
|
+
{{> components/teaser/podcast/podcast_playlist_shorttext}}
|
|
28
|
+
</div>
|
|
29
|
+
|
|
30
|
+
{{!-- Podcast Image --}}
|
|
31
|
+
<div class="flex flex-col pb-5">
|
|
32
|
+
<div class="w-22 {{inline-switch this.realTeaserSize '["100","50"]' '["md:w-32 lg:w-42","md:w-22 lg:w-32", ""]'}}">
|
|
33
|
+
{{> components/base/image/responsive_image this.teaseritem
|
|
34
|
+
_type="podcastEpisodePlayer"
|
|
35
|
+
_variant="default"
|
|
36
|
+
_addClass="overflow-hidden"
|
|
37
|
+
_noDelay=this.dontLazyload
|
|
38
|
+
_addClassImg="w-full block"
|
|
39
|
+
}}
|
|
40
|
+
</div>
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
43
|
+
|
|
44
|
+
{{!-- {{#switch this.realTeaserSize }}
|
|
45
|
+
{{#case "50"}}
|
|
46
|
+
<div class="flex flex-row w-full px-5 md:pl-5">
|
|
47
|
+
{{> components/teaser/podcast/podcast_playlist_shorttext}}
|
|
48
|
+
</div>
|
|
49
|
+
{{/case}}
|
|
50
|
+
{{/switch}} --}}
|
|
51
|
+
|
|
52
|
+
{{!-- Abo-Dropdown --}}
|
|
53
|
+
{{#if this.isSingleChannel}}
|
|
54
|
+
<div class="flex flex-row px-5 md:pr-0">
|
|
55
|
+
{{> components/teaser/podcast/podcast_subscribe_button}}
|
|
56
|
+
</div>
|
|
57
|
+
{{/if}}
|
|
58
|
+
</div>
|
|
59
|
+
</div>
|
|
60
|
+
|
|
61
|
+
{{!-- Player UI --}}
|
|
62
|
+
<div class="flex flex-col col-span-12 gap-5 px-5"
|
|
63
|
+
x-data="playaudio()"
|
|
64
|
+
x-init="listenToGlobalStop()"
|
|
65
|
+
ax-load
|
|
66
|
+
x-ignore
|
|
67
|
+
ax-load-src={{resourceUrl "assets/js/vendor/podcast_player.alpine.js" }}>
|
|
68
|
+
{{#each this.playlistItems}}
|
|
69
|
+
<div class="flex pb-5 {{#unless @last}}border-white border-b{{/unless}}">
|
|
70
|
+
{{> components/teaser/podcast/podcast_player_ui
|
|
71
|
+
_isPlaylistPlayer=true
|
|
72
|
+
_podcastDuration=this.duration
|
|
73
|
+
_title=this.title
|
|
74
|
+
_id=(nextRandom)
|
|
75
|
+
_first=@first
|
|
76
|
+
}}
|
|
77
|
+
</div>
|
|
78
|
+
{{/each}}
|
|
79
|
+
</div>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{{!-- Shorttext --}}
|
|
2
|
+
{{#unless _isSinglePage}}
|
|
3
|
+
{{#unless this.hideShortText}}
|
|
4
|
+
{{~#with this.shorttext}}
|
|
5
|
+
<div class="hidden pb-6 text-sm md:flex md:text-base font-copy">
|
|
6
|
+
<span class="c-teaser__shorttext"> {{this}} </span>
|
|
7
|
+
</div>
|
|
8
|
+
{{/with~}}
|
|
9
|
+
{{/unless}}
|
|
10
|
+
{{/unless}}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
|
|
2
|
+
<div x-data="{
|
|
3
|
+
open: {{#if storybookOpen}}true{{else}}false{{/if}},
|
|
4
|
+
toggle() {
|
|
5
|
+
if (this.open) {
|
|
6
|
+
return this.close()
|
|
7
|
+
}
|
|
8
|
+
this.$refs.button.focus()
|
|
9
|
+
this.open = true
|
|
10
|
+
},
|
|
11
|
+
close(focusAfter) {
|
|
12
|
+
if (! this.open) return
|
|
13
|
+
this.open = false
|
|
14
|
+
focusAfter && focusAfter.focus()
|
|
15
|
+
}}"
|
|
16
|
+
x-on:keydown.escape.prevent.stop="close($refs.button)"
|
|
17
|
+
x-on:focusin.window="! $refs.panel.contains($event.target) && close()"
|
|
18
|
+
x-id="['dropdown-button']"
|
|
19
|
+
class="relative h-10 z-9999"
|
|
20
|
+
>
|
|
21
|
+
|
|
22
|
+
{{!-- Button --}}
|
|
23
|
+
{{#with this}}
|
|
24
|
+
{{#> components/button/button _size="md" _disableButtonPress=true}}
|
|
25
|
+
{{>components/button/components/button_label _label="Abonnieren" _css="flex-1 truncate mr-2" _type="button"}}
|
|
26
|
+
<span x-cloak x-show="open" class="w-3 h-3">
|
|
27
|
+
{{> components/base/image/icon _icon='arrow-up' _addClass="flex self-center w-3 h-3 fill-white" }}
|
|
28
|
+
</span>
|
|
29
|
+
<span x-show="!open" class="w-3 h-3">
|
|
30
|
+
{{> components/base/image/icon _icon='arrow-down' _addClass="flex self-center w-3 h-3 fill-white" }}
|
|
31
|
+
</span>
|
|
32
|
+
{{/components/button/button}}
|
|
33
|
+
{{#*inline "htmlProperties"}}
|
|
34
|
+
x-ref="button"
|
|
35
|
+
x-on:click="toggle()"
|
|
36
|
+
:aria-expanded="open"
|
|
37
|
+
:aria-controls="$id('dropdown-button')"
|
|
38
|
+
:class="open ? 'drop-shadow' : ''"
|
|
39
|
+
data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "podcastAbonnieren:ButtonClick"}]}'
|
|
40
|
+
{{/inline}}
|
|
41
|
+
{{/with}}
|
|
42
|
+
|
|
43
|
+
{{!-- Flyout --}}
|
|
44
|
+
<div
|
|
45
|
+
x-ref="panel"
|
|
46
|
+
x-show="open"
|
|
47
|
+
x-transition.origin.top.left
|
|
48
|
+
x-on:click.outside="close($refs.button)"
|
|
49
|
+
:id="$id('dropdown-button')"
|
|
50
|
+
style="display: none;"
|
|
51
|
+
class="left-0 w-full text-sm text-white font-heading grow bg-podcast-text"
|
|
52
|
+
>
|
|
53
|
+
{{~#with this.podcastHoster~}}
|
|
54
|
+
<ul>
|
|
55
|
+
{{~#each this~}}
|
|
56
|
+
<li class="{{#unless @last}}border-b{{/unless}}">
|
|
57
|
+
<a class="flex px-2 py-2 text-left ds-link whitespace-nowrap hover:underline disabled:text-gray-500 js-load"
|
|
58
|
+
title="{{this.podcastHosterName}}"
|
|
59
|
+
target="_blank"
|
|
60
|
+
rel="noopener noreferrer"
|
|
61
|
+
href="{{this.podcastHosterUrl}}"
|
|
62
|
+
data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "podcastAbonnieren:{{this.podcastHosterName}}"}]}'>{{this.podcastHosterName}}</a>
|
|
63
|
+
</li>
|
|
64
|
+
{{~/each~}}
|
|
65
|
+
</ul>
|
|
66
|
+
{{~/with~}}
|
|
67
|
+
|
|
68
|
+
</div>
|
|
69
|
+
</div>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<div id="timedisplay{{_id}}" class="{{_containerCss}}">
|
|
2
|
+
<span class="{{_currentTimeClasses}} js-currentTime" id="currentTime{{_id}}" >0:00</span>
|
|
3
|
+
<span class="{{_durationClasses}} px-0.5"> / </span>
|
|
4
|
+
<span class="{{_durationClasses}} js-audioDuration" id="audioDurationFancy{{_id}}">{{_duration}}</span>
|
|
5
|
+
</div>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{{#if this.isSingleChannel}}
|
|
2
|
+
{{#>components/base/link _link=this.link _css="group ds-link font-title text-base mt-2.5 text-podcast-text"}}
|
|
3
|
+
<span class="mt-0.5 group-hover:underline {{#if _ordered}} pl-8 {{/if}}line-clamp-4 {{inline-switch _teaserSize '["hero","100","50"]''["text-base md:text-2xl lg:line-clamp-2","text-base md:text-2xl lg:line-clamp-2","text-base md:text-lg"]' ~}}">
|
|
4
|
+
{{~_title~}}
|
|
5
|
+
</span>
|
|
6
|
+
{{/components/base/link}}
|
|
7
|
+
{{else}}
|
|
8
|
+
<div class="font-title text-base mt-2.5 text-podcast-text">
|
|
9
|
+
<span class="mt-0.5 {{#if _ordered}} pl-8 {{/if}}line-clamp-4 {{inline-switch _teaserSize '["hero","100","50"]''["text-base md:text-2xl lg:line-clamp-2","text-base md:text-2xl lg:line-clamp-2","text-base md:text-lg"]' ~}}">
|
|
10
|
+
{{~_title~}}
|
|
11
|
+
</span>
|
|
12
|
+
</div>
|
|
13
|
+
{{/if}}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<div class="absolute left-2/4 right-auto bottom-15 lg:bottom-10 flex w-full px-5 sm:px-11.5 -translate-x-2/4 {{inline-switch this.stageTextPosition '["right50"]' '[" justify-end"," justify-start"]'}}">
|
|
2
|
+
<div class="relative p-4 rounded-2xl bg-stageTextBox/85 {{inline-switch this.stageTextPosition '["left100"]' '[" w-full"," max-w-xs sm:w-fit md:max-w-2/4"]'}} ">
|
|
3
|
+
{{#>components/base/link _link=this.link _css="ds-teaser-focus before:rounded-2xl"}}
|
|
4
|
+
{{#> components/teaser/components/teaser_header}}
|
|
5
|
+
{{#with this.label}}
|
|
6
|
+
{{#> components/label/label_group _css="!text-stageText"}}
|
|
7
|
+
{{> components/label/label _css="text-stageText" _type=this.type _text=(loca this.loca)}}
|
|
8
|
+
{{> components/label/label_byline _css="ml-2 text-inherit"}}
|
|
9
|
+
{{/components/label/label_group}}
|
|
10
|
+
{{/with~}}
|
|
11
|
+
{{#> components/teaser/components/teaser_headline _css="text-stageText" _headlineTag="h2"}}
|
|
12
|
+
{{#if this.topline}}
|
|
13
|
+
{{> components/teaser/components/teaser_topline _css="!text-stageText" _text=this.topline}}
|
|
14
|
+
{{/if}}
|
|
15
|
+
{{> components/teaser/components/teaser_title _css="text-stageText" _text=this.title _size="100" _teaserType="stage"}}
|
|
16
|
+
{{#with this.eventtags}}
|
|
17
|
+
{{> components/event/event_tags this _css="hidden sm:block !text-inherit"}}
|
|
18
|
+
{{/with}}
|
|
19
|
+
{{/components/teaser/components/teaser_headline}}
|
|
20
|
+
{{#if this.showProfileInfoAsByline}}
|
|
21
|
+
<p class="block mt-3 text-stageText font-headingSerif">{{this.profiles}}</p>
|
|
22
|
+
{{/if}}
|
|
23
|
+
{{/components/teaser/components/teaser_header}}
|
|
24
|
+
{{#if this.showShorttext}}
|
|
25
|
+
<p class="pt-4 hidden sm:block text-stageText">{{this.shorttext}}</p>
|
|
26
|
+
{{#if this.link.hasIcon}}
|
|
27
|
+
<span class="flex items-end space-around hover:underline decoration-1 text-stageLink">[{{this.link.readMoreText.readMore}}
|
|
28
|
+
{{> components/base/image/icon _icon=this.link.iconName _iconmap="icons" _addClass="w-5 h-5 self-baseline fill-current ml-1" }}]
|
|
29
|
+
</span>
|
|
30
|
+
{{/if}}
|
|
31
|
+
{{/if}}
|
|
32
|
+
{{#with this.location}}
|
|
33
|
+
{{> components/base/loadSSI this.stageLocationSsi _templatePath='components/event/stage_location.ssi' }}
|
|
34
|
+
{{/with}}
|
|
35
|
+
{{#if this.link.hasIcon}}
|
|
36
|
+
<span class="block mt-4 hover:underline text-stageLink {{if this.showShorttext 'hidden'}}">[{{this.link.readMoreText.readMore}}
|
|
37
|
+
{{> components/base/image/icon _icon=this.link.iconName _iconmap="icons" _addClass="inline w-5 h-5 self-baseline fill-current ml-1" }}]
|
|
38
|
+
</span>
|
|
39
|
+
{{/if}}
|
|
40
|
+
{{/components/base/link}}
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<section {{#unless @first}}x-cloak {{/unless}}
|
|
2
|
+
x-show="tab === '{{this.groupTitle}}'"
|
|
3
|
+
class="pb-10"
|
|
4
|
+
>
|
|
5
|
+
<div class="grid items-start content-start grid-cols-12 px-0 sm:px-9.5 colspan-12 gap-x-6 gap-y-6">
|
|
6
|
+
{{~> components/teaser/teaser_logic/teaser_logic ~}}
|
|
7
|
+
</div>
|
|
8
|
+
{{~#if this.link~}}
|
|
9
|
+
<div class="flex justify-center min-w-0 pt-8 mx-5">
|
|
10
|
+
{{~#> components/button/link_button _link=this.link _variant="secondary" _size="lg" _css="overflow-hidden"}}
|
|
11
|
+
{{>components/button/components/button_label _label=(loca "group_tabbed_more" this.title) _css="flex-1 truncate mr-2"}}
|
|
12
|
+
{{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons" _css=""}}
|
|
13
|
+
{{/components/button/link_button}}
|
|
14
|
+
</div>
|
|
15
|
+
{{#*inline "htmlProperties"~}}
|
|
16
|
+
{{~/inline}}
|
|
17
|
+
{{~/if~}}
|
|
18
|
+
</section>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
</div>
|
|
2
|
+
<div
|
|
3
|
+
x-data="{ tab: '{{this.tabbedGroup.[0].title}}', test:true }"
|
|
4
|
+
class="grid grid-cols-12 pt-6 mx-0 mb-8 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
|
|
5
|
+
>
|
|
6
|
+
<section class="px-0 col-span-full sm:px-8 md:px-0">
|
|
7
|
+
<div class="flex flex-wrap gap-y-3 justify-center mb-7 mx-1.5" role="tablist">
|
|
8
|
+
{{~#each this.tabbedGroup~}}
|
|
9
|
+
{{#> components/button/button _size="sm" _css="mx-1.5" _variant="secondary" _type="button" }}
|
|
10
|
+
{{> components/button/components/button_label _css="" _label=this.title}}
|
|
11
|
+
{{/components/button/button }}
|
|
12
|
+
{{#*inline "htmlProperties"~}}
|
|
13
|
+
:class='{"{{> components/button/utilities/button_variation_classes _variant='primary' _onBackground=false}} bg-button--dark ":tab ==="{{this.title}}",
|
|
14
|
+
"{{~> components/button/utilities/button_variation_classes _variant='secondary' _onBackground=false~}}":tab !="{{this.title}}"}'
|
|
15
|
+
x-on:click.prevent="tab = '{{this.title}}'; " role="tab" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "{{this.title}}:TabboxClick"}]}'
|
|
16
|
+
{{~/inline}}
|
|
17
|
+
{{~/each~}}
|
|
18
|
+
</div>
|
|
19
|
+
{{~> components/teaser/teaser_logic/teaser_logic ~}}
|
|
20
|
+
</section>
|
|
21
|
+
</div>
|
|
22
|
+
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<article class="items-start relative col-span-12 flex md:flex-row gap-y-3 gap-x-4 md:gap-x-6 sm:px-0{{~inline-switch this.realTeaserSize '["hero","100","50"]' '[" flex-col"," px-5"," md:col-span-6 px-5"]'~}}"
|
|
2
|
+
x-data="{ avStart: false }"
|
|
3
|
+
{{#if this.isMobile1to1}}
|
|
4
|
+
:class="avStart ? 'flex-col' : 'flex-row'"
|
|
5
|
+
{{/if}}
|
|
6
|
+
>
|
|
7
|
+
{{#if this.teaserImage}}
|
|
8
|
+
<figure class="{{> components/teaser/utilities/teaser_image_cypress_hook_classes}}relative {{~inline-switch this.realTeaserSize '["hero","100","50"]' '[" basis-full w-full md:basis-2/3-gap-6 ar-16-9"," ar-1-1 md:ar-16-9 basis-2/5 w-2/5 md:basis-1/3-gap-6"," ar-1-1 md:ar-16-9 basis-2/5 w-2/5 md:basis-1/2-gap-6"]'~}}"
|
|
9
|
+
{{#if this.isMobile1to1}}
|
|
10
|
+
:class="{'ar-16-9 basis-full w-full' : avStart, 'ar-1-1 basis-2/5 w-2/5': !avStart}"
|
|
11
|
+
{{/if}}
|
|
12
|
+
>
|
|
13
|
+
{{> components/teaser/components/teaser_lead _isMobile1to1=this.isMobile1to1 _teaserSize=this.realTeaserSize _teaserType=this.teaserType _aspectRatio=(inline-switch this.realTeaserSize '["hero"]' '["ar-16-9","ar-1-1 md:ar-16-9"]') }}
|
|
14
|
+
</figure>
|
|
15
|
+
{{> components/teaser/components/teaser_body _outerCssClasses=(inline-switch this.realTeaserSize '["hero","100","50"]' '["basis-full w-full md:basis-1/3-gap-6"," basis-3/5 w-3/5 md:basis-2/3-gap-6"," basis-3/5 w-3/5 md:basis-1/2-gap-6"]') }}
|
|
16
|
+
{{else}}
|
|
17
|
+
{{> components/teaser/components/teaser_body _outerCssClasses="basis-full" }}
|
|
18
|
+
{{/if}}
|
|
19
|
+
</article>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<article class="col-span-12{{~inline-switch this.teaserSize '["50"]' '[" md:col-span-6"]'}}">
|
|
2
|
+
{{#> components/event/calendar/event_calendar}}
|
|
3
|
+
{{> components/event/calendar/event_calendar_heading _headlineTag="h3"}}
|
|
4
|
+
{{> components/event/calendar/event_calendar_nav this.eventCalendar.months}}
|
|
5
|
+
{{> components/event/calendar/event_calendar_content this.eventCalendar}}
|
|
6
|
+
{{> components/event/calendar/event_calendar_footer}}
|
|
7
|
+
{{/components/event/calendar/event_calendar}}
|
|
8
|
+
</article>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<article
|
|
2
|
+
class='mx-5 sm:mx-0 p-8 md:p-10 relative col-span-12 flex flex-col gap-x-4
|
|
3
|
+
{{~inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}
|
|
4
|
+
{{~inline-switch
|
|
5
|
+
this.teaserType
|
|
6
|
+
'["accented","boxed","highlighted"]'
|
|
7
|
+
'[" bg-highlight-1"," bg-white border border-primary"," bg-highlight-2"," bg-highlight-1"]'
|
|
8
|
+
}}
|
|
9
|
+
'
|
|
10
|
+
>
|
|
11
|
+
<h3
|
|
12
|
+
class='text-2xl md:text-4xl font-title
|
|
13
|
+
{{~inline-switch this.teaserType '["highlighted"]' '[" text-white",""]'}}'
|
|
14
|
+
>
|
|
15
|
+
{{this.title}}
|
|
16
|
+
</h3>
|
|
17
|
+
<p
|
|
18
|
+
class='mt-6 text-sm md:text-base font-copy
|
|
19
|
+
{{~inline-switch this.teaserType '["highlighted"]' '[" text-white",""]'}}'
|
|
20
|
+
>
|
|
21
|
+
{{{this.shorttext}}}
|
|
22
|
+
</p>
|
|
23
|
+
</article>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{{~#each this.logicItems}}
|
|
2
|
+
{{~#if this.isSsi~}}
|
|
3
|
+
{{#if (isStorybook)}}
|
|
4
|
+
{{> components/teaser/teaser_logic/teaser_logic.ssi }}
|
|
5
|
+
{{else}}
|
|
6
|
+
{{{this.ssi}}}
|
|
7
|
+
{{/if}}
|
|
8
|
+
{{~else}}
|
|
9
|
+
{{~#with this.includeModel~}}
|
|
10
|
+
{{~#if (isStorybook)~}}
|
|
11
|
+
{{~> components/base/load_dynamic _templatePath=../includePath ~}}
|
|
12
|
+
{{~else~}}
|
|
13
|
+
{{~> (lookup ../. 'includePath')~}}
|
|
14
|
+
{{~/if~}}
|
|
15
|
+
{{~/with~}}
|
|
16
|
+
{{~/if~}}
|
|
17
|
+
{{/each~}}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{{~#with this.logicItem~}}
|
|
2
|
+
{{~#with this.includeModel~}}
|
|
3
|
+
{{~#if (isStorybook)~}}
|
|
4
|
+
{{~> components/base/load_dynamic _templatePath=../includePath ~}}
|
|
5
|
+
{{~else~}}
|
|
6
|
+
{{~#with this.cacheKey~}}
|
|
7
|
+
{{~addCacheEntry this ~}}
|
|
8
|
+
{{~/with~}}
|
|
9
|
+
{{~> (lookup ../. 'includePath')~}}
|
|
10
|
+
{{~/if~}}
|
|
11
|
+
{{~/with~}}
|
|
12
|
+
{{~/with~}}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<article class="mx-5 sm:mx-0 relative col-span-12 flex gap-y-5 gap-x-4 {{inline-switch this.teaserSize '["33","50"]' '["md:col-span-4 flex-col","md:col-span-6 flex-col","flex-col"]'}} ">
|
|
2
|
+
<figure class="ar-1-1" aria-hidden="true">
|
|
3
|
+
{{~> components/base/image/responsive_image this.teaserImage _type=this.teaserType _variant=this.content.imageVariant _noDelay=../_noDelay _addClassImg="ar__content rounded-tl-hr rounded-br-hr" ~}}
|
|
4
|
+
</figure>
|
|
5
|
+
<div class="absolute flex flex-col justify-center w-full h-full bg-gradient-to-t from-black rounded-tl-hr rounded-br-hr">
|
|
6
|
+
{{#>components/base/link _link=this.link _css="ds-teaser-focus flex items-center flex-col before:rounded-tl-hr before:rounded-br-hr hover:text-toplineColor"}}
|
|
7
|
+
{{#> components/teaser/components/teaser_header}}
|
|
8
|
+
{{#with this.label}}
|
|
9
|
+
{{#> components/label/label_group}}
|
|
10
|
+
{{> components/label/label _type=this.type _text=(loca this.loca)}}
|
|
11
|
+
{{> components/label/label_byline _css="ml-2"}}
|
|
12
|
+
{{/components/label/label_group}}
|
|
13
|
+
{{/with~}}
|
|
14
|
+
{{#> components/teaser/components/teaser_headline _headlineTag="h2" _css="text-shadow text-center text-white mb-4 mx-4 md:mb-8 xs:mx-6 sm:mx-8 md:mx-5 lg:mx-8 line-clamp-4 xs:line-clamp-6 md:line-clamp-4 lg:line-clamp-5"}}
|
|
15
|
+
{{#if this.topline}}
|
|
16
|
+
{{> components/teaser/components/teaser_topline _css="!text-white" _text=this.topline}}
|
|
17
|
+
{{/if}}
|
|
18
|
+
{{> components/teaser/components/teaser_title _css="whitespace-pre-wrap" _text=this.title _size=this.realTeaserSize _teaserType=this.teaserType}}
|
|
19
|
+
{{#if this.extendedTitle}}
|
|
20
|
+
{{> components/teaser/components/teaser_subline _text=this.extendedTitle}}
|
|
21
|
+
{{/if}}
|
|
22
|
+
{{/components/teaser/components/teaser_headline}}
|
|
23
|
+
{{/components/teaser/components/teaser_header}}
|
|
24
|
+
{{/components/base/link}}
|
|
25
|
+
<span class="absolute flex items-end justify-center w-full h-full ds-cta">
|
|
26
|
+
{{#> components/button/link_button _link=this.link _size="lg" _css=(inline-switch this.realTeaserSize '["33","50"]' '["z-20 mb-7","z-20 mb-7 md:mb-16"]') _variant="secondary" _isAriaHidden=true _onBackground=true}}
|
|
27
|
+
{{> components/button/components/button_label _css="" _label=this.link.readMoreText.readMoreLong}}
|
|
28
|
+
{{/components/button/link_button}}
|
|
29
|
+
</span>
|
|
30
|
+
</div>
|
|
31
|
+
</article>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{{#with this.teaser}}
|
|
2
|
+
<div class="grid grid-page relative">
|
|
3
|
+
<article class="col-full grid grid-page relative overflow-hidden before:content-[''] before:absolute before:h-5 before:shadow-stage before:z-10 before:-top-5 before:-left-2.5 before:-right-2.5 after:content-[''] after:absolute after:bottom-0 after:col-full after:w-full after:block after:h-5 after:bg-stagePrimary lg:after:relative">
|
|
4
|
+
{{#unless this.isWide}}
|
|
5
|
+
<div class="absolute w-15/12">
|
|
6
|
+
{{> components/base/image/responsive_image this.teaserImage _type="stage" _variant="default" _addClassImg="w-full blur-2xl"}}
|
|
7
|
+
</div>
|
|
8
|
+
{{/unless}}
|
|
9
|
+
<div class="col-full lg:col-main lg:px-9.5 relative">
|
|
10
|
+
<div class="relative max-h-stage overflow-visible before:content-[''] before:block before:w-full before:pt-3/4 sm:before:pt-stage">
|
|
11
|
+
<div class="{{#if this.isWide}}lg:absolute lg:h-full lg:w-full-hd lg:left-1/2 lg:top-0 lg:-ml-240{{else}}absolute h-full w-full top-0{{/if}}">
|
|
12
|
+
{{#if this.isWide}}
|
|
13
|
+
{{> components/base/image/responsive_image this.teaserImage _type="stage" _variant="wide" _addClass="w-full block" _addClassImg="w-full absolute inset-0"}}
|
|
14
|
+
{{else}}
|
|
15
|
+
{{> components/base/image/responsive_image this.teaserImage _type="stage" _variant="default"}}
|
|
16
|
+
{{/if}}
|
|
17
|
+
</div>
|
|
18
|
+
{{> components/teaser/stage/stage_text}}
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
</article>
|
|
23
|
+
</div>
|
|
24
|
+
{{/with}}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<article class="items-start relative col-span-12 flex {{if this.displayTeaserBodyAsImageOverlay '' 'gap-y-3'}} gap-x-4
|
|
2
|
+
{{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}}
|
|
3
|
+
{{~#if this.isMobile1to1}} js-is1to1 px-5 sm:px-0 md:flex-col{{else}} flex-col{{/if~}}
|
|
4
|
+
"
|
|
5
|
+
x-data="{ avStart: false }"
|
|
6
|
+
{{#if this.isMobile1to1}}
|
|
7
|
+
:class="avStart ? 'flex-col' : 'flex-row'"
|
|
8
|
+
{{/if}}
|
|
9
|
+
>
|
|
10
|
+
{{#if this.teaserImage}}
|
|
11
|
+
<figure class="{{> components/teaser/utilities/teaser_image_cypress_hook_classes}}relative
|
|
12
|
+
{{~#if this.isMobile1to1}} basis-2/5 w-2/5 ar-1-1 md:basis-full md:w-full md:ar-16-9{{else}} ar-16-9 w-full{{/if~}}"
|
|
13
|
+
{{~#if this.isMobile1to1}} :class="{'ar-16-9 w-full basis-full': avStart,'ar-1-1 basis-2/5 w-2/5':!avStart}"{{/if}} >
|
|
14
|
+
{{> components/teaser/components/teaser_lead _isMobile1to1=this.isMobile1to1 _teaserSize=this.teaserSize _teaserType=this.teaserType _aspectRatio=(if this.isMobile1to1 'ar-1-1 md:ar-16-9' (inline-switch this.teaserSize '["25"]' '["ar-1-1 md:ar-16-9", "ar-16-9"]')) }}
|
|
15
|
+
</figure>
|
|
16
|
+
{{#if this.displayTeaserBodyAsImageOverlay}}
|
|
17
|
+
{{#decorator 'components/teaser/components/teaser_image_overlay' _noOverlayInMobileViewports=true _cssClasses=" relative md:absolute w-full bottom-0"}}
|
|
18
|
+
<div class="basis-1/12 flex flex-col items-center justify-center p-4 border-r border-gray-400 border-dashed">
|
|
19
|
+
{{> components/event/instant_dates}}
|
|
20
|
+
</div>
|
|
21
|
+
{{> components/teaser/components/teaser_body _outerCssClasses=(if this.isMobile1to1 'basis-11/12 py-4 sm:px-4 basis-3/5 w-3/5 md:basis-full md:w-full' 'basis-11/12 py-4 sm:px-4')}}
|
|
22
|
+
{{/decorator}}
|
|
23
|
+
{{else}}
|
|
24
|
+
{{> components/teaser/components/teaser_body _outerCssClasses=(if this.isMobile1to1 'basis-3/5 w-3/5 md:basis-full md:w-full')}}
|
|
25
|
+
{{/if}}
|
|
26
|
+
{{else}}
|
|
27
|
+
{{> components/teaser/components/teaser_body _outerCssClasses="basis-full"}}
|
|
28
|
+
{{/if}}
|
|
29
|
+
</article>
|