hr-design-system-handlebars 1.33.3 → 1.34.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 +26 -0
- package/build/handlebars/helpers/handlebar-helpers.js +21 -2
- package/config.js +1 -0
- package/dist/assets/brand/_default/conf/locatags.json +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/content/social_media_links/social_media_links.hbs +17 -0
- 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/social_media_links/social_media_links.hbs +17 -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/_default/conf/locatags.json +1 -0
- package/src/assets/brand/hessenschau/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hessenschau/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-bigband/conf/locatags.merged.json +1 -0
- 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/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr-fernsehen/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +1 -0
- 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/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr-rundfunkrat/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr-sinfonieorchester/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-werbung/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr-werbung/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr1/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr1/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr2/conf/locatags.merged.json +1 -0
- 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/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr3/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr4/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr4/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/you-fm/conf/locatags.merged.json +1 -0
- 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/content/social_media_links/social_media_links.json +32 -0
- 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/content/social_media_links/fixtures/social_media_links.json +1 -0
- package/src/stories/views/components/content/social_media_links/social_media_links.hbs +17 -0
- package/src/stories/views/components/content/social_media_links/social_media_links.mdx +28 -0
- package/src/stories/views/components/content/social_media_links/social_media_links.stories.js +33 -0
- 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,71 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html
|
|
3
|
+
class="no-js no-js-burgerMenu preload noMicroInteraction"
|
|
4
|
+
data-theme="hessenschau"
|
|
5
|
+
lang="de"
|
|
6
|
+
>
|
|
7
|
+
<head>
|
|
8
|
+
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
10
|
+
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
|
|
11
|
+
<title>hessenschau.de | Nachrichten aus Hessen</title>
|
|
12
|
+
<meta name="application-name" content="hessenschau.de" />
|
|
13
|
+
<meta name="copyright" content="Hessischer Rundfunk, Frankfurt, Germany" />
|
|
14
|
+
<meta name="author" content="hessenschau.de, Frankfurt, Germany" />
|
|
15
|
+
<meta name="publisher" content="hessenschau.de" />
|
|
16
|
+
<meta name="language" content="Deutsch" />
|
|
17
|
+
|
|
18
|
+
</head>
|
|
19
|
+
|
|
20
|
+
<body itemscope itemtype="http://schema.org/WebPage">
|
|
21
|
+
<div class="js-pageSwap">
|
|
22
|
+
|
|
23
|
+
{{> components/site_header/header }}
|
|
24
|
+
|
|
25
|
+
<main
|
|
26
|
+
onclick="void(0)"
|
|
27
|
+
role="main"
|
|
28
|
+
id="content"
|
|
29
|
+
class="flex items-center justify-center"
|
|
30
|
+
>
|
|
31
|
+
<div class="grid grid-page">
|
|
32
|
+
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
33
|
+
<section class="grid items-start content-start grid-cols-12 col-span-12 bg-white gap-x-6 gap-y-6 ">
|
|
34
|
+
{{> components/teaser/teaser_standard }}
|
|
35
|
+
</section>
|
|
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 teaserSize="100" realTeaserSize="100"}}
|
|
38
|
+
</section>
|
|
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 teaserSize="50" realTeaserSize="50"}}
|
|
41
|
+
{{> components/teaser/content_nav/teaser_content_nav teaserSize="50" realTeaserSize="50"}}
|
|
42
|
+
</section>
|
|
43
|
+
<section class="grid items-start content-start grid-cols-12 col-span-12 bg-white gap-x-6 gap-y-6 ">
|
|
44
|
+
{{> components/teaser/teaser_standard teaserSize="50" realTeaserSize="50"}}
|
|
45
|
+
{{> components/teaser/teaser_standard teaserSize="50" realTeaserSize="50"}}
|
|
46
|
+
</section>
|
|
47
|
+
<section class="grid items-start content-start grid-cols-12 col-span-12 bg-white gap-x-6 gap-y-6 ">
|
|
48
|
+
{{> components/teaser/teaser_standard teaserSize="33" realTeaserSize="33"}}
|
|
49
|
+
{{> components/teaser/teaser_standard teaserSize="33" realTeaserSize="33"}}
|
|
50
|
+
{{> components/teaser/teaser_standard teaserSize="33" realTeaserSize="33"}}
|
|
51
|
+
</section>
|
|
52
|
+
<div class="grid items-start content-start grid-cols-12 col-span-12 bg-white gap-x-6 gap-y-6 ">
|
|
53
|
+
{{> components/teaser/teaser_standard teaserSize="50" realTeaserSize="50"}}
|
|
54
|
+
{{> components/teaser/teaser_standard teaserSize="50" realTeaserSize="50"}}
|
|
55
|
+
</div>
|
|
56
|
+
<div class="grid items-start content-start grid-cols-12 col-span-12 bg-white gap-x-6 gap-y-6 ">
|
|
57
|
+
{{> components/teaser/teaser_standard teaserSize="33" realTeaserSize="33"}}
|
|
58
|
+
{{> components/teaser/teaser_standard teaserSize="33" realTeaserSize="33"}}
|
|
59
|
+
{{> components/teaser/teaser_standard teaserSize="33" realTeaserSize="33"}}
|
|
60
|
+
</div>
|
|
61
|
+
<div class="grid items-start content-start grid-cols-12 col-span-12 bg-white gap-x-6 gap-y-6 ">
|
|
62
|
+
{{> components/teaser/teaser_standard teaserSize="50" realTeaserSize="50"}}
|
|
63
|
+
{{> components/teaser/teaser_standard teaserSize="50" realTeaserSize="50"}}
|
|
64
|
+
</div>
|
|
65
|
+
</div>
|
|
66
|
+
</div>
|
|
67
|
+
</main>
|
|
68
|
+
{{!-- {{> components/footer/page_footer }} --}}
|
|
69
|
+
</div>
|
|
70
|
+
</body>
|
|
71
|
+
</html>
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html
|
|
3
|
+
class="no-js no-js-burgerMenu preload noMicroInteraction"
|
|
4
|
+
data-theme="hessenschau"
|
|
5
|
+
lang="de"
|
|
6
|
+
>
|
|
7
|
+
<head>
|
|
8
|
+
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
10
|
+
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
|
|
11
|
+
<title>hessenschau.de | Nachrichten aus Hessen</title>
|
|
12
|
+
<meta name="application-name" content="hessenschau.de" />
|
|
13
|
+
<meta name="copyright" content="Hessischer Rundfunk, Frankfurt, Germany" />
|
|
14
|
+
<meta name="author" content="hessenschau.de, Frankfurt, Germany" />
|
|
15
|
+
<meta name="publisher" content="hessenschau.de" />
|
|
16
|
+
<meta name="language" content="Deutsch" />
|
|
17
|
+
|
|
18
|
+
</head>
|
|
19
|
+
|
|
20
|
+
<body itemscope itemtype="http://schema.org/WebPage">
|
|
21
|
+
<div class="js-pageSwap">
|
|
22
|
+
|
|
23
|
+
{{> components/site_header/header }}
|
|
24
|
+
|
|
25
|
+
<main
|
|
26
|
+
onclick="void(0)"
|
|
27
|
+
role="main"
|
|
28
|
+
id="content"
|
|
29
|
+
class="flex items-center justify-center"
|
|
30
|
+
>
|
|
31
|
+
<div class="grid grid-page">
|
|
32
|
+
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
33
|
+
<section class="grid items-start content-start grid-cols-12 col-span-12 bg-white gap-x-6 gap-y-6 ">
|
|
34
|
+
{{> components/teaser/teaser_alternativ this.pageEntries.[0].teaser_alternativ_100_serif.logicItem.includeModel}}
|
|
35
|
+
</section>
|
|
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/teaser_alternativ this.pageEntries.[0].teaser_alternativ_100_serif_audio.logicItem.includeModel}}
|
|
38
|
+
</section>
|
|
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/teaser_alternativ this.pageEntries.[0].teaser_alternativ_100_serif_download.logicItem.includeModel}}
|
|
41
|
+
</section>
|
|
42
|
+
<section class="grid items-start content-start grid-cols-12 col-span-12 bg-white gap-x-6 gap-y-6 ">
|
|
43
|
+
{{> components/teaser/teaser_alternativ this.pageEntries.[0].teaser_alternativ_100_serif_link.logicItem.includeModel}}
|
|
44
|
+
</section>
|
|
45
|
+
<section class="grid items-start content-start grid-cols-12 col-span-12 bg-white gap-x-6 gap-y-6 ">
|
|
46
|
+
{{> components/teaser/teaser_alternativ this.pageEntries.[0].teaser_alternativ_100_serif_live.logicItem.includeModel}}
|
|
47
|
+
</section>
|
|
48
|
+
<section class="grid items-start content-start grid-cols-12 col-span-12 bg-white gap-x-6 gap-y-6 ">
|
|
49
|
+
{{> components/teaser/teaser_alternativ this.pageEntries.[0].teaser_alternativ_100_serif_video.logicItem.includeModel}}
|
|
50
|
+
</section>
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
53
|
+
|
|
54
|
+
</main>
|
|
55
|
+
|
|
56
|
+
<div class="flex flex-wrap justify-center w-full max-w-full">
|
|
57
|
+
{{> components/pagination/pagination this }}
|
|
58
|
+
</div>
|
|
59
|
+
</div>
|
|
60
|
+
</body>
|
|
61
|
+
</html>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html
|
|
3
|
+
class="no-js no-js-burgerMenu preload noMicroInteraction"
|
|
4
|
+
data-theme="hessenschau"
|
|
5
|
+
lang="de"
|
|
6
|
+
>
|
|
7
|
+
<head>
|
|
8
|
+
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
10
|
+
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
|
|
11
|
+
<title>hessenschau.de | Nachrichten aus Hessen</title>
|
|
12
|
+
<meta name="application-name" content="hessenschau.de" />
|
|
13
|
+
<meta name="copyright" content="Hessischer Rundfunk, Frankfurt, Germany" />
|
|
14
|
+
<meta name="author" content="hessenschau.de, Frankfurt, Germany" />
|
|
15
|
+
<meta name="publisher" content="hessenschau.de" />
|
|
16
|
+
<meta name="language" content="Deutsch" />
|
|
17
|
+
|
|
18
|
+
</head>
|
|
19
|
+
|
|
20
|
+
<body itemscope itemtype="http://schema.org/WebPage">
|
|
21
|
+
<div class="js-pageSwap">
|
|
22
|
+
<main
|
|
23
|
+
onclick="void(0)"
|
|
24
|
+
role="main"
|
|
25
|
+
id="content"
|
|
26
|
+
class="flex items-center justify-center"
|
|
27
|
+
>
|
|
28
|
+
<div class="grid grid-page">
|
|
29
|
+
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
30
|
+
<section class="grid items-start content-start grid-cols-12 col-span-12 bg-white gap-x-6 gap-y-6 ">
|
|
31
|
+
{{> components/teaser/teaser_standard this.teaser_standard_50_audio.logicItem.includeModel}}
|
|
32
|
+
{{> components/teaser/podcast/podcast this.teaser_podcast_50.logicItem.includeModel}}
|
|
33
|
+
</section>
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
36
|
+
</main>
|
|
37
|
+
|
|
38
|
+
</div>
|
|
39
|
+
</body>
|
|
40
|
+
</html>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{{~#if currentPageValid ~}}
|
|
2
|
+
{{> components/pagination/pagination_current_page_valid
|
|
3
|
+
_moreThanOnePage=moreThanOnePage
|
|
4
|
+
_firstPage=firstPage
|
|
5
|
+
_secondPage=secondPage
|
|
6
|
+
_notLastPage=notLastPage
|
|
7
|
+
_notLastButOnePage=notLastButOnePage
|
|
8
|
+
_onlyTwoPages=onlyTwoPages
|
|
9
|
+
_onlyThreePages=onlyThreePages
|
|
10
|
+
_totalPages=totalPages
|
|
11
|
+
_currentPage=currentPage}}
|
|
12
|
+
{{else}}
|
|
13
|
+
{{> components/pagination/pagination_current_page_invalid
|
|
14
|
+
_moreThanOnePage=moreThanOnePage
|
|
15
|
+
_onlyTwoPages=onlyTwoPages
|
|
16
|
+
_onlyThreePages=onlyThreePages
|
|
17
|
+
_totalPages=totalPages
|
|
18
|
+
_currentPage=currentPages}}
|
|
19
|
+
{{~/if~}}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.previousItemLink _css="mr-1"}}
|
|
2
|
+
<span class="sr-only">Vorherige Seite</span>
|
|
3
|
+
{{> components/button/components/button_icon _icon="arrow-left" _iconmap="icons"}}
|
|
4
|
+
{{/components/button/link_button}}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<nav class="flex flex-row content-center justify-center py-10" role="navigation" aria-label="Paginierung">
|
|
2
|
+
<div class="flex"></div>
|
|
3
|
+
{{> components/pagination/pagination_button_left }}
|
|
4
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
|
|
5
|
+
{{> components/button/components/button_label _label="1" _css=""}}
|
|
6
|
+
{{/components/button/link_button}}
|
|
7
|
+
{{~#if _moreThanOnePage ~}}
|
|
8
|
+
{{~#unless _onlyTwoPages ~}}
|
|
9
|
+
{{~#if _onlyThreePages ~}}
|
|
10
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastButOnePageItemLink _css="mr-1 ml-1"}}
|
|
11
|
+
{{> components/button/components/button_label _label="2" _css=""}}
|
|
12
|
+
{{/components/button/link_button}}
|
|
13
|
+
{{else}}
|
|
14
|
+
<span class="pt-1 ml-2 mr-2 font-title">…</span>
|
|
15
|
+
{{~/if~}}
|
|
16
|
+
{{~/unless~}}
|
|
17
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
18
|
+
{{> components/button/components/button_label _label=_totalPages _css=""}}
|
|
19
|
+
{{/components/button/link_button}}
|
|
20
|
+
{{~/if~}}
|
|
21
|
+
|
|
22
|
+
{{> components/pagination/pagination_button_right }}
|
|
23
|
+
</div>
|
|
24
|
+
</nav>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{{~#if _moreThanOnePage~}}
|
|
2
|
+
<nav class="flex flex-row content-center justify-center py-10" role="navigation" aria-label="Paginierung">
|
|
3
|
+
{{~#if _onlyTwoPages~}}
|
|
4
|
+
{{> components/pagination/pagination_only_two_pages
|
|
5
|
+
_firstPage=_firstPage
|
|
6
|
+
_totalPages=_totalPages
|
|
7
|
+
_currentPage=_currentPage}}
|
|
8
|
+
{{else}}
|
|
9
|
+
{{~#if _onlyThreePages~}}
|
|
10
|
+
{{> components/pagination/pagination_only_three_pages
|
|
11
|
+
_firstPage=_firstPage
|
|
12
|
+
_secondPage=_secondPage
|
|
13
|
+
_totalPages=_totalPages
|
|
14
|
+
_currentPage=_currentPage}}
|
|
15
|
+
{{else}}
|
|
16
|
+
{{> components/pagination/pagination_more_than_three_pages
|
|
17
|
+
_firstPage=_firstPage
|
|
18
|
+
_secondPage=_secondPage
|
|
19
|
+
_notLastPage=_notLastPage
|
|
20
|
+
_notLastButOnePage=_notLastButOnePage
|
|
21
|
+
_totalPages=_totalPages
|
|
22
|
+
_currentPage=_currentPage}}
|
|
23
|
+
{{~/if~}}
|
|
24
|
+
{{~/if~}}
|
|
25
|
+
</nav>
|
|
26
|
+
{{~/if~}}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{{~#if _firstPage~}}
|
|
2
|
+
<div class="flex">
|
|
3
|
+
{{> components/pagination/pagination_button_left }}
|
|
4
|
+
{{#with this}}
|
|
5
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
6
|
+
<span class="sr-only">Aktuelle Seite: </span>
|
|
7
|
+
{{> components/button/components/button_label _label="1" _css=""}}
|
|
8
|
+
{{/components/button/link_button}}
|
|
9
|
+
{{#*inline "htmlProperties"}}
|
|
10
|
+
aria-current="true"
|
|
11
|
+
{{/inline}}
|
|
12
|
+
{{/with}}
|
|
13
|
+
<span class="pt-1 ml-2 mr-2 font-title">…</span>
|
|
14
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
15
|
+
<span class="sr-only">Zur Seite: </span>
|
|
16
|
+
{{> components/button/components/button_label _label=_totalPages _css=""}}
|
|
17
|
+
{{/components/button/link_button}}
|
|
18
|
+
{{> components/pagination/pagination_button_right_linked }}
|
|
19
|
+
</div>
|
|
20
|
+
{{else}}
|
|
21
|
+
{{~#if _secondPage~}}
|
|
22
|
+
<div class="flex">
|
|
23
|
+
{{> components/pagination/pagination_button_left_linked }}
|
|
24
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
|
|
25
|
+
<span class="sr-only">Zur Seite: </span>
|
|
26
|
+
{{> components/button/components/button_label _label="1" _css=""}}
|
|
27
|
+
{{/components/button/link_button}}
|
|
28
|
+
{{#with this}}
|
|
29
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
30
|
+
<span class="sr-only">Aktuelle Seite: </span>
|
|
31
|
+
{{> components/button/components/button_label _label="2" _css=""}}
|
|
32
|
+
{{/components/button/link_button}}
|
|
33
|
+
{{#*inline "htmlProperties"}}
|
|
34
|
+
aria-current="true"
|
|
35
|
+
{{/inline}}
|
|
36
|
+
{{/with}}
|
|
37
|
+
<span class="pt-1 ml-2 mr-2 font-title">…</span>
|
|
38
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
39
|
+
<span class="sr-only">Zur Seite: </span>
|
|
40
|
+
{{> components/button/components/button_label _label=_totalPages _css=""}}
|
|
41
|
+
{{/components/button/link_button}}
|
|
42
|
+
{{> components/pagination/pagination_button_right_linked }}
|
|
43
|
+
</div>
|
|
44
|
+
{{else}}
|
|
45
|
+
<div class="flex">
|
|
46
|
+
{{> components/pagination/pagination_button_left_linked }}
|
|
47
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
|
|
48
|
+
<span class="sr-only">Zur Seite: </span>
|
|
49
|
+
{{> components/button/components/button_label _label="1" _css=""}}
|
|
50
|
+
{{/components/button/link_button}}
|
|
51
|
+
<span class="pt-1 ml-2 mr-2 font-title">…</span>
|
|
52
|
+
{{#with this}}
|
|
53
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
54
|
+
<span class="sr-only">Aktuelle Seite: </span>
|
|
55
|
+
{{> components/button/components/button_label _label=_currentPage _css=""}}
|
|
56
|
+
{{/components/button/link_button}}
|
|
57
|
+
{{#*inline "htmlProperties"}}
|
|
58
|
+
aria-current="true"
|
|
59
|
+
{{/inline}}
|
|
60
|
+
{{/with}}
|
|
61
|
+
{{~#if _notLastPage~}}
|
|
62
|
+
{{~#if _notLastButOnePage~}}
|
|
63
|
+
<span class="pt-1 ml-2 mr-2 font-title">…</span>
|
|
64
|
+
{{~/if~}}
|
|
65
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
66
|
+
<span class="sr-only">Zur Seite: </span>
|
|
67
|
+
{{> components/button/components/button_label _label=_totalPages _css=""}}
|
|
68
|
+
{{/components/button/link_button}}
|
|
69
|
+
{{~/if~}}
|
|
70
|
+
{{~#if _notLastPage~}}
|
|
71
|
+
{{> components/pagination/pagination_button_right_linked }}
|
|
72
|
+
{{else}}
|
|
73
|
+
{{> components/pagination/pagination_button_right }}
|
|
74
|
+
{{~/if~}}
|
|
75
|
+
</div>
|
|
76
|
+
{{~/if~}}
|
|
77
|
+
{{~/if~}}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
{{~#if _firstPage~}}
|
|
2
|
+
<div class="flex">
|
|
3
|
+
{{> components/pagination/pagination_button_left }}
|
|
4
|
+
{{#with this}}
|
|
5
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
6
|
+
<span class="sr-only">Aktuelle Seite: </span>
|
|
7
|
+
{{> components/button/components/button_label _label="1" _css=""}}
|
|
8
|
+
{{/components/button/link_button}}
|
|
9
|
+
{{#*inline "htmlProperties"}}
|
|
10
|
+
aria-current="true"
|
|
11
|
+
{{/inline}}
|
|
12
|
+
{{/with}}
|
|
13
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="mr-1 ml-1"}}
|
|
14
|
+
<span class="sr-only">Zur Seite: </span>
|
|
15
|
+
{{> components/button/components/button_label _label="2" _css=""}}
|
|
16
|
+
{{/components/button/link_button}}
|
|
17
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
18
|
+
<span class="sr-only">Zur Seite: </span>
|
|
19
|
+
{{> components/button/components/button_label _label="3" _css=""}}
|
|
20
|
+
{{/components/button/link_button}}
|
|
21
|
+
{{> components/pagination/pagination_button_right_linked }}
|
|
22
|
+
</div>
|
|
23
|
+
{{else}}
|
|
24
|
+
{{~#if _secondPage~}}
|
|
25
|
+
<div class="flex">
|
|
26
|
+
{{> components/pagination/pagination_button_left_linked }}
|
|
27
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
|
|
28
|
+
<span class="sr-only">Zur Seite: </span>
|
|
29
|
+
{{> components/button/components/button_label _label="1" _css=""}}
|
|
30
|
+
{{/components/button/link_button}}
|
|
31
|
+
{{#with this}}
|
|
32
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
33
|
+
<span class="sr-only">Aktuelle Seite: </span>
|
|
34
|
+
{{> components/button/components/button_label _label="2" _css=""}}
|
|
35
|
+
{{/components/button/link_button}}
|
|
36
|
+
{{#*inline "htmlProperties"}}
|
|
37
|
+
aria-current="true"
|
|
38
|
+
{{/inline}}
|
|
39
|
+
{{/with}}
|
|
40
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
41
|
+
<span class="sr-only">Zur Seite: </span>
|
|
42
|
+
{{> components/button/components/button_label _label="3" _css=""}}
|
|
43
|
+
{{/components/button/link_button}}
|
|
44
|
+
{{> components/pagination/pagination_button_right_linked }}
|
|
45
|
+
</div>
|
|
46
|
+
{{else}}
|
|
47
|
+
<div class="flex">
|
|
48
|
+
{{> components/pagination/pagination_button_left_linked }}
|
|
49
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
|
|
50
|
+
<span class="sr-only">Zur Seite: </span>
|
|
51
|
+
{{> components/button/components/button_label _label="1" _css=""}}
|
|
52
|
+
{{/components/button/link_button}}
|
|
53
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastButOneItemLink _css="mr-1 ml-1"}}
|
|
54
|
+
<span class="sr-only">Zur Seite: </span>
|
|
55
|
+
{{> components/button/components/button_label _label="2" _css=""}}
|
|
56
|
+
{{/components/button/link_button}}
|
|
57
|
+
{{#with this}}
|
|
58
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
59
|
+
<span class="sr-only">Aktuelle Seite: </span>
|
|
60
|
+
{{> components/button/components/button_label _label="3" _css=""}}
|
|
61
|
+
{{/components/button/link_button}}
|
|
62
|
+
{{#*inline "htmlProperties"}}
|
|
63
|
+
aria-current="true"
|
|
64
|
+
{{/inline}}
|
|
65
|
+
{{/with}}
|
|
66
|
+
{{> components/pagination/pagination_button_right }}
|
|
67
|
+
</div>
|
|
68
|
+
{{~/if~}}
|
|
69
|
+
{{~/if~}}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{{~#if _firstPage~}}
|
|
2
|
+
<div class="flex">
|
|
3
|
+
{{> components/pagination/pagination_button_left }}
|
|
4
|
+
{{#with this}}
|
|
5
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
6
|
+
<span class="sr-only">Aktuelle Seite: </span>
|
|
7
|
+
{{> components/button/components/button_label _label="1" _css=""}}
|
|
8
|
+
{{/components/button/link_button}}
|
|
9
|
+
{{#*inline "htmlProperties"}}
|
|
10
|
+
aria-current="true"
|
|
11
|
+
{{/inline}}
|
|
12
|
+
{{/with}}
|
|
13
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
14
|
+
<span class="sr-only">Zur Seite: </span>
|
|
15
|
+
{{> components/button/components/button_label _label="2" _css=""}}
|
|
16
|
+
{{/components/button/link_button}}
|
|
17
|
+
{{> components/pagination/pagination_button_right_linked }}
|
|
18
|
+
</div>
|
|
19
|
+
{{else}}
|
|
20
|
+
<div class="flex">
|
|
21
|
+
{{> components/pagination/pagination_button_left_linked }}
|
|
22
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
|
|
23
|
+
<span class="sr-only">Zur Seite: </span>
|
|
24
|
+
{{> components/button/components/button_label _label="1" _css=""}}
|
|
25
|
+
{{/components/button/link_button}}
|
|
26
|
+
{{#with this}}
|
|
27
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
28
|
+
<span class="sr-only">Aktuelle Seite: </span>
|
|
29
|
+
{{> components/button/components/button_label _label="2" _css=""}}
|
|
30
|
+
{{/components/button/link_button}}
|
|
31
|
+
{{#*inline "htmlProperties"}}
|
|
32
|
+
aria-current="true"
|
|
33
|
+
{{/inline}}
|
|
34
|
+
{{/with}}
|
|
35
|
+
{{> components/pagination/pagination_button_right }}
|
|
36
|
+
</div>
|
|
37
|
+
{{~/if~}}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<nav id="sprungmarken" aria-labelledby="anchorNavHeadline">
|
|
2
|
+
<span id="anchorNavHeadline" class="hidden">{{loca "anchor_headline"}}</span>
|
|
3
|
+
<ul>
|
|
4
|
+
<li><a href="#brandNavWrapper" class="hidden">{{loca "anchor_brandNav"}}</a></li>
|
|
5
|
+
<li><a href="#serviceNavWrapper" class="hidden">{{loca "anchor_serviceNav"}}</a></li>
|
|
6
|
+
<li><a href="#sectionNavWrapper" class="hidden">{{loca "anchor_sectionNav"}}</a></li>
|
|
7
|
+
{{{this.featureBoxAnchorSSI}}}
|
|
8
|
+
<li><a href="#content" class="hidden">{{loca "anchor_mainContent"}}</a></li>
|
|
9
|
+
</ul>
|
|
10
|
+
</nav>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<div class="sb-brand-navigation lg:container w-full md:px-1 lg:px-6 px-3.5 h-8">
|
|
2
|
+
{{#> components/horizontal_scroll_container/horizontal_scroll_container _viewport="xs" _bgcolor="var(--color-brandnavigation-bg)" _iconcolor="primary" }}
|
|
3
|
+
<nav class="flex w-full text-xs list-none text-grey-scorpion">
|
|
4
|
+
<span id="brandNavHeading" class="hidden">Navigation der Marken des Hessischen Rundfunks</span>
|
|
5
|
+
{{#with this.brandNavigationItems}}
|
|
6
|
+
<ul class="flex pl-0.5 pr-3 md:px-0 flex-nowrap lg:mr-0">
|
|
7
|
+
{{#each this}}
|
|
8
|
+
{{> components/site_header/brand_navigation/brand_navigation_item }}
|
|
9
|
+
{{/each}}
|
|
10
|
+
</ul>
|
|
11
|
+
{{/with}}
|
|
12
|
+
</nav>
|
|
13
|
+
{{/components/horizontal_scroll_container/horizontal_scroll_container}}
|
|
14
|
+
</div>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<li class="sb-brand-navigation-item h-8 {{#if this.selected}} h-10 md:h-8 font-bold text-brandnav-pseudo {{/if}} cursor-pointer inline-block lg:hover:underline active:font-bold active:text-primary">
|
|
2
|
+
<a class="link-focus-inset leading-[34px] items-center flex-col px-3 {{#if this.selected }}pl-0 {{/if}}md:flex-row js-load w-max flex justify-center {{#if this.selected}} -currentBrand {{/if}}" aria-label="{{this.name}}" href="{{resourceUrl "index.html" _site=this.site}}"{{#if this.extern}} target="_blank" rel="noopener noreferrer"{{/if}} data-hr-click-tracking='{"settings": [{"type": "uxNavigation", "secondLevelId": "1", "clickLabel": "Brandnavigation::{{this.text}}-Link geklickt"}]}'>{{this.text}}</a>
|
|
3
|
+
</li>
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<div x-data="burger()" class="flex items-center justify-center h-full fill-current sb-burger">
|
|
2
|
+
<nav>
|
|
3
|
+
<button {{!-- :class="$store.burgeropen ? 'text-primary' : 'text-white'" --}}
|
|
4
|
+
class="relative w-10 h-10 text-navigation-text tablet:w-18 tablet:h-12 focus:outline-none bg-brand"
|
|
5
|
+
@burger-close.window="burgerClose()"
|
|
6
|
+
@click="$store.burgeropen = !$store.burgeropen"
|
|
7
|
+
@click.debounce="burgerClick()"
|
|
8
|
+
aria-owns="sectionNav"
|
|
9
|
+
aria-controls="sectionNav"
|
|
10
|
+
x-effect="$el.setAttribute('aria-expanded', $store.burgeropen);$el.setAttribute('aria-label', $store.burgeropen ? 'Navigation schließen' : 'Navigation öffnen')"
|
|
11
|
+
>
|
|
12
|
+
<span class="sr-only md:hidden">Open main menu</span>
|
|
13
|
+
<div class="absolute block w-6 -mt-px transform -translate-x-1/2 -translate-y-1/2 left-1/2 top-1/2">
|
|
14
|
+
<span aria-hidden="true" class="absolute block w-full h-0.5 transition duration-500 ease-in-out transform bg-current " :class="$store.burgeropen ? 'rotate-45' : '-mt-2'"></span>
|
|
15
|
+
<span aria-hidden="true" class="absolute block w-full h-0.5 transition duration-500 ease-in-out transform bg-current" :class="{'opacity-0': $store.burgeropen } "></span>
|
|
16
|
+
<span aria-hidden="true" class="absolute block w-full h-0.5 transition duration-500 ease-in-out transform bg-current" :class="{'-rotate-45': $store.burgeropen, 'mt-2': ! $store.burgeropen }"></span>
|
|
17
|
+
</div>
|
|
18
|
+
</button>
|
|
19
|
+
</nav>
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
<script>
|
|
23
|
+
var burger = () => {
|
|
24
|
+
return {
|
|
25
|
+
burgerClose(){
|
|
26
|
+
this.$store.burgeropen = false
|
|
27
|
+
this.$dispatch('toggle-sectionnav', false);
|
|
28
|
+
},
|
|
29
|
+
burgerClick(){
|
|
30
|
+
this.$store.serviceNavIsOpen = false
|
|
31
|
+
this.$dispatch('toggle-sectionnav', this.$store.burgeropen);
|
|
32
|
+
// Todo: not doing anything! can be removed?
|
|
33
|
+
// this.percent > 50 ? this.removeYtranslate() : null;
|
|
34
|
+
this.toggleScrolling(!this.$store.burgeropen)
|
|
35
|
+
},
|
|
36
|
+
removeYtranslate(){
|
|
37
|
+
// Todo: not doing anything! can be removed?
|
|
38
|
+
//this.$refs.serviceList.classList.remove('-mt-40');
|
|
39
|
+
//this.$refs.sectionnavigation.classList.remove('-mt-40')
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
</script>
|