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,25 @@
|
|
|
1
|
+
<footer class="flex justify-center w-full pb-4 text-base border-t text-footer-text print:hidden bg-footer-bg border-footer-border js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter" >
|
|
2
|
+
<div class="container flex lg:px-10">
|
|
3
|
+
<span class="hidden">Footer Navigation</span>
|
|
4
|
+
|
|
5
|
+
<div class="flex flex-wrap justify-start list-none">
|
|
6
|
+
{{~> components/footer/page_footer_content ~}}
|
|
7
|
+
|
|
8
|
+
<div class="flex flex-col w-full pt-8 text-left md:items-end md:justify-between md:pl-4 md:pt-16 md:flex-row lg:pl-0">
|
|
9
|
+
|
|
10
|
+
{{> components/footer/page_footer_metadata
|
|
11
|
+
_hrDeLink=this.footerMetadata.hrDeLink
|
|
12
|
+
_ardDeLink=this.footerMetadata.ardDeLink
|
|
13
|
+
_dataProtectionLink=this.footerMetadata.dataProtectionLink
|
|
14
|
+
_imprintLink=this.footerMetadata.imprintLink
|
|
15
|
+
_iconName="extern"
|
|
16
|
+
}}
|
|
17
|
+
|
|
18
|
+
<div class="flex justify-center w-auto px-4 lg:pr-0 md:h-12">
|
|
19
|
+
{{> components/footer/page_footer_logo }}
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
</div>
|
|
23
|
+
</div>
|
|
24
|
+
</div>
|
|
25
|
+
</footer>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<nav x-data="{dropped:false}" class="w-full md:mt-4 md:mb-8">
|
|
2
|
+
<div @click="dropped = !dropped" class="flex justify-between w-full px-2 py-2 border-b border-footer-heading md:px-0 md:ml-4 md:py-0 lg:m-0">
|
|
3
|
+
|
|
4
|
+
<span class="flex justify-start text-base font-bold text-footer-heading " title="{{_title}}" onclick="">{{_title}} </span>
|
|
5
|
+
|
|
6
|
+
<div class="flex items-center md:hidden " :class="dropped ? 'transform rotate-180':''">
|
|
7
|
+
{{> components/base/image/icon _icon="arrow-down" _iconmap="icons" _addClass="w-3 h-2 fill-current"}}
|
|
8
|
+
</div>
|
|
9
|
+
|
|
10
|
+
</div>
|
|
11
|
+
|
|
12
|
+
<div x-show="!$screen('lg') && !$screen('md') ? dropped : true" x-transition.opacity class="flex flex-col md:flex-row flex-nowrap">
|
|
13
|
+
{{#each _columns}}
|
|
14
|
+
<ul class="flex flex-col text-footer-text md:pt-8 w-full md:w-1/{{../_columnSize}}">
|
|
15
|
+
{{#each this.links}}
|
|
16
|
+
|
|
17
|
+
{{> components/footer/page_footer_item _css="hover:underline" _iconName="extern" }}
|
|
18
|
+
|
|
19
|
+
{{/each}}
|
|
20
|
+
</ul>
|
|
21
|
+
{{/each}}
|
|
22
|
+
</div>
|
|
23
|
+
|
|
24
|
+
</nav>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<div class="flex w-full md:w-1/2 md:w-max-1/2 md:first:pr-4 --first ">
|
|
2
|
+
{{~> components/footer/page_footer_column _columns=this.groups.[0].columns _columnSize=this.groups.[0].columnSize _title=this.groups.[0].title ~}}
|
|
3
|
+
</div>
|
|
4
|
+
|
|
5
|
+
<div class="flex w-full md:w-1/4 md:w-max-1/4 -second ">
|
|
6
|
+
{{~> components/footer/page_footer_column _columns=this.groups.[1].columns _hasCookieSettings=true _title=this.groups.[1].title ~}}
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<div class="flex flex-col w-full pt-4 md:w-1/4 md:w-max-1/4 md:pt-0 md:pr-4 lg:pr-0 -third">
|
|
10
|
+
|
|
11
|
+
<div class="pb-4 md:pt-[38px] md:mt-[38px] p-0 m-0 md:border-t border-footer-heading">
|
|
12
|
+
{{> components/footer/page_footer_search }}
|
|
13
|
+
</div>
|
|
14
|
+
|
|
15
|
+
{{> components/footer/page_footer_social_media _columns=this.socialMedia.columns _title=this.socialMedia.title}}
|
|
16
|
+
|
|
17
|
+
<div class="flex items-center justify-center pt-4 md:justify-end">
|
|
18
|
+
{{#> components/button/button _size="md" _css="text-footer-text border-footer-text " _variant="secondary" _onBackground="true" }}
|
|
19
|
+
{{> components/button/components/button_icon _icon="settings" _iconmap="icons"}}
|
|
20
|
+
{{> components/button/components/button_label _label="Einstellungen"}}
|
|
21
|
+
{{/components/button/button}}
|
|
22
|
+
</div>
|
|
23
|
+
|
|
24
|
+
</div>
|
|
25
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{{#if this.extern}}
|
|
2
|
+
<li class="flex items-center w-full h-8 pl-4 bg-white border-b whitespace-nowrap lg:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6">
|
|
3
|
+
{{> components/footer/page_footer_nav_link _css="flex hover:underline" _link=this _iconName="extern" }}
|
|
4
|
+
</li>
|
|
5
|
+
{{else}}
|
|
6
|
+
{{#if this.paragraphed}}
|
|
7
|
+
<li class="flex items-center w-full h-8 pl-4 bg-white border-b whitespace-nowrap md:bg-transparent lg:pl-0 border-b-secondary md:mt-6 md:border-0 md:h-6">
|
|
8
|
+
{{> components/footer/page_footer_nav_link _site=this.site _css="hover:underline" _link=this}}
|
|
9
|
+
</li>
|
|
10
|
+
{{else}}
|
|
11
|
+
<li class="flex items-center w-full h-8 pl-4 bg-white border-b whitespace-nowrap lg:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6 ">
|
|
12
|
+
{{> components/footer/page_footer_nav_link _link=this _site=this.site _css="flex hover:underline" }}
|
|
13
|
+
</li>
|
|
14
|
+
{{/if}}
|
|
15
|
+
{{/if}}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<div class="self-end inline-block float-right mt-8 w-fit md:mt-0">
|
|
2
|
+
<a href="{{resourceUrl "index.html"}}" title="{{loca "header_homepage_link_title"}}">
|
|
3
|
+
{{#if (configProperty "iconConfig.brandlogo.footer")}}
|
|
4
|
+
{{> components/base/image/icon _icon=(configProperty "iconConfig.brandlogo.footer") _iconmap="logo" _addClass="inline-block w-footer-logo md:w-footer-logo-md lg:w-footer-logo-lg h-footer-logo md:h-footer-logo-md lg:h-footer-logo-lg flex self-end invert-logo-footer"}}
|
|
5
|
+
{{else}}
|
|
6
|
+
{{> components/base/image/icon _icon="brandlogo--desk" _iconmap="logo" _addClass="inline-block bg-logo-footer rounded-logo-footer w-footer-logo md:w-footer-logo-md lg:w-footer-logo-lg h-footer-logo md:h-footer-logo-md lg:h-footer-logo-lg fill-current md:mt-2 lg:mt-1 md:flex invert-logo-footer text-footer-text"}}
|
|
7
|
+
{{/if}}
|
|
8
|
+
</a>
|
|
9
|
+
</div>
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
<div class="flex flex-col self-center text-sm md:self-end w-fit md:flex-row">
|
|
2
|
+
<div class="flex justify-center w-auto md:justify-start">
|
|
3
|
+
{{#> components/base/link _link=_hrDeLink _css="flex whitespace-nowrap hover:underline"}}
|
|
4
|
+
© {{{../../_hrDeLink-adjust_context.text}}} {{{../../_hrDeLink-adjust_context.currentTime.year}}}
|
|
5
|
+
{{~#if ../../_hrDeLink-adjust_context.hiddenText~}}
|
|
6
|
+
<span class="sr-only">
|
|
7
|
+
{{~../../_hrDeLink-adjust_context.hiddenText~}}
|
|
8
|
+
</span>
|
|
9
|
+
{{~/if~}}
|
|
10
|
+
{{~#if ../../_hrDeLink-adjust_context.isTargetBlank}}
|
|
11
|
+
<span class="inline-flex">
|
|
12
|
+
{{> components/base/image/icon _icon=../../_iconName-adjust_context _iconmap="icons" _addClass="ml-1 w-4 h-4 fill-footer-text"}}
|
|
13
|
+
</span>
|
|
14
|
+
{{/if~}}
|
|
15
|
+
{{/components/base/link}}
|
|
16
|
+
{{#*inline "htmlProperties"}}
|
|
17
|
+
{{#if ../../_hrDeLink-adjust_context.labelText}} aria-label="{{../../_hrDeLink-adjust_context.labelText}}"{{/if}}
|
|
18
|
+
{{#if ../../_hrDeLink-adjust_contexttitle}} title="{{../../_hrDeLink-adjust_context.title}}"{{/if}}
|
|
19
|
+
{{/inline}}
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
<span class="hidden px-2 md:flex ">|</span>
|
|
23
|
+
|
|
24
|
+
<div class="flex justify-center w-auto md:justify-start">
|
|
25
|
+
{{#> components/base/link _link=_ardDeLink _css="flex whitespace-nowrap hover:underline"}}
|
|
26
|
+
{{{../../_ardDeLink-adjust_context.text}}}
|
|
27
|
+
{{~#if ../../_ardDeLink-adjust_context.hiddenText~}}
|
|
28
|
+
<span class="sr-only">
|
|
29
|
+
{{~../../_ardDeLink-adjust_context.hiddenText~}}
|
|
30
|
+
</span>
|
|
31
|
+
{{~/if~}}
|
|
32
|
+
{{~#if ../../_ardDeLink-adjust_context.isTargetBlank}}
|
|
33
|
+
<span class="inline-flex">
|
|
34
|
+
{{> components/base/image/icon _icon=../../_iconName-adjust_context _iconmap="icons" _addClass="ml-1 w-4 h-4 fill-footer-text"}}
|
|
35
|
+
</span>
|
|
36
|
+
{{/if~}}
|
|
37
|
+
{{/components/base/link}}
|
|
38
|
+
{{#*inline "htmlProperties"}}
|
|
39
|
+
{{#if ../../_ardDeLink-adjust_context.labelText}} aria-label="{{../../_ardDeLink-adjust_context.labelText}}"{{/if}}
|
|
40
|
+
{{#if ../../_ardDeLink-adjust_context.title}} title="{{../../_ardDeLink-adjust_context.title}}"{{/if}}
|
|
41
|
+
{{/inline}}
|
|
42
|
+
</div>
|
|
43
|
+
|
|
44
|
+
<span class="hidden px-2 md:flex ">|</span>
|
|
45
|
+
|
|
46
|
+
<div class="flex justify-center w-auto md:justify-start">
|
|
47
|
+
{{#> components/base/link _link=_dataProtectionLink _css="flex whitespace-nowrap hover:underline"}}
|
|
48
|
+
{{{../../_dataProtectionLink-adjust_context.text}}}
|
|
49
|
+
{{~#if ../../_dataProtectionLink-adjust_context.hiddenText~}}
|
|
50
|
+
<span class="sr-only">
|
|
51
|
+
{{~../../_dataProtectionLink-adjust_context.hiddenText~}}
|
|
52
|
+
</span>
|
|
53
|
+
{{~/if~}}
|
|
54
|
+
{{~#if ../../_dataProtectionLink-adjust_context.isTargetBlank}}
|
|
55
|
+
<span class="inline-flex">
|
|
56
|
+
{{> components/base/image/icon _icon=../../_iconName-adjust_context _iconmap="icons" _addClass="ml-1 w-4 h-4 fill-footer-text"}}
|
|
57
|
+
</span>
|
|
58
|
+
{{/if~}}
|
|
59
|
+
{{/components/base/link}}
|
|
60
|
+
{{#*inline "htmlProperties"}}
|
|
61
|
+
{{#if ../../_dataProtectionLink-adjust_context.labelText}} aria-label="{{../../_dataProtectionLink-adjust_context.labelText}}"{{/if}}
|
|
62
|
+
{{#if ../../_dataProtectionLink-adjust_context.title}} title="{{../../_dataProtectionLink-adjust_context.title}}"{{/if}}
|
|
63
|
+
{{/inline}}
|
|
64
|
+
</div>
|
|
65
|
+
|
|
66
|
+
<span class="hidden px-2 md:flex ">|</span>
|
|
67
|
+
|
|
68
|
+
<div class="flex justify-center w-auto md:justify-start">
|
|
69
|
+
{{#> components/base/link _link=_imprintLink _css="flex whitespace-nowrap hover:underline"}}
|
|
70
|
+
{{{../../_imprintLink-adjust_context.text}}}
|
|
71
|
+
{{~#if ../../_imprintLink-adjust_context.hiddenText~}}
|
|
72
|
+
<span class="sr-only">
|
|
73
|
+
{{~../../_imprintLink-adjust_context.hiddenText~}}
|
|
74
|
+
</span>
|
|
75
|
+
{{~/if~}}
|
|
76
|
+
{{~#if ../../_imprintLink-adjust_context.isTargetBlank}}
|
|
77
|
+
<span class="inline-flex">
|
|
78
|
+
{{> components/base/image/icon _icon=../../_iconName-adjust_context _iconmap="icons" _addClass="ml-1 w-4 h-4 fill-footer-text"}}
|
|
79
|
+
</span>
|
|
80
|
+
{{/if~}}
|
|
81
|
+
{{/components/base/link}}
|
|
82
|
+
{{#*inline "htmlProperties"}}
|
|
83
|
+
{{#if ../../_imprintLink-adjust_context.labelText}} aria-label="{{../../_imprintLink-adjust_context.labelText}}"{{/if}}
|
|
84
|
+
{{#if ../../_imprintLink-adjust_context.title}} title="{{../../_imprintLink-adjust_context.title}}"{{/if}}
|
|
85
|
+
{{/inline}}
|
|
86
|
+
</div>
|
|
87
|
+
</div>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{{#> components/base/link _link=_link _css=_css}}
|
|
2
|
+
{{ ../../_link-adjust_context.text}}
|
|
3
|
+
{{~#if ../../_link-adjust_context.hiddenText~}}
|
|
4
|
+
<span class="sr-only">
|
|
5
|
+
{{~ ../../_link-adjust_context.hiddenText~}}
|
|
6
|
+
</span>
|
|
7
|
+
{{~/if~}}
|
|
8
|
+
{{~#if ../../_link-adjust_context.isTargetBlank}}
|
|
9
|
+
<span class="inline-flex md:mt-0.5 md:ml-1">
|
|
10
|
+
{{> components/base/image/icon _icon=../../_iconName-adjust_context _iconmap="icons" _addClass="w-4 h-4 fill-current"}}
|
|
11
|
+
</span>
|
|
12
|
+
{{/if~}}
|
|
13
|
+
{{/components/base/link}}
|
|
14
|
+
{{#*inline "htmlProperties"}}
|
|
15
|
+
{{#with ../../_link-adjust_context}}
|
|
16
|
+
{{#if _link.labelText}} aria-label="{{_link.labelText}}"{{/if}}
|
|
17
|
+
{{/with}}
|
|
18
|
+
{{/inline}}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<nav class="block pb-0 mx-auto md:mx-0" aria-labelledby="c-footer_social_media_title" >
|
|
2
|
+
<span id="c-footer_social_media_title" class="hidden">{{_title}}</span>
|
|
3
|
+
{{#each _columns}}
|
|
4
|
+
<ul class="flex flex-row justify-end pb-2 pr-2 md:pr-0 md:last:pb-4">
|
|
5
|
+
{{#each this.links}}
|
|
6
|
+
{{#if this.extern}}
|
|
7
|
+
<li class="pr-2 last:pr-0">
|
|
8
|
+
{{#> components/base/link _link=this _css="text-footer-text" _isTargetBlank=this.isTargetBlank}}
|
|
9
|
+
{{> components/base/image/icon _icon=this.text _iconmap="icons" _addClass="w-8 h-8 fill-current"}}
|
|
10
|
+
{{/components/base/link}}
|
|
11
|
+
{{#*inline "htmlProperties"}}
|
|
12
|
+
title="{{this.title}}"
|
|
13
|
+
{{/inline}}
|
|
14
|
+
|
|
15
|
+
</li>
|
|
16
|
+
{{else}}
|
|
17
|
+
<li class="pr-2 last:pr-0">
|
|
18
|
+
{{#> components/base/link _link=this _css="text-footer-text" _isTargetBlank=this.isTargetBlank}}
|
|
19
|
+
{{> components/base/image/icon _icon=this.text _iconmap="icons" _addClass="w-8 h-8 fill-current"}}
|
|
20
|
+
{{/components/base/link}}
|
|
21
|
+
{{#*inline "htmlProperties"}}
|
|
22
|
+
title="{{this.title}}"
|
|
23
|
+
{{/inline}}
|
|
24
|
+
</li>
|
|
25
|
+
{{/if}}
|
|
26
|
+
{{/each}}
|
|
27
|
+
</ul>
|
|
28
|
+
{{/each}}
|
|
29
|
+
</nav>
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
name="query"
|
|
20
20
|
x-model="query"
|
|
21
21
|
placeholder='{{loca "search_input_placeholder" }}'
|
|
22
|
-
class="w-full px-2 py-2 text-base leading-4 placeholder-opacity-100 rounded-l shadow-inner appearance-none lg:top-10 placeholder-text-xs placeholder-
|
|
22
|
+
class="w-full px-2 py-2 text-base leading-4 placeholder-opacity-100 rounded-l shadow-inner appearance-none lg:top-10 placeholder-text-xs placeholder-secondary text-secondary focus:outline-none"
|
|
23
23
|
type="text"
|
|
24
24
|
id="searchInput--{{getRandom}}"
|
|
25
25
|
autocomplete="off"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
aria-controls="suggestionlist--{{getRandom}}"
|
|
32
32
|
>
|
|
33
33
|
<div
|
|
34
|
-
class="absolute left-0 w-auto min-w-full top-8 lg:top-10"
|
|
34
|
+
class="absolute left-0 w-auto min-w-full z-100 top-8 lg:top-10"
|
|
35
35
|
x-show="query.length > 1 && active && suggestions.length"
|
|
36
36
|
x-cloak
|
|
37
37
|
x-transition:leave="transition ease-in duration-100"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<a
|
|
53
53
|
x-bind:active="false"
|
|
54
54
|
x-bind:href="'{{resourceUrl "suche/index.nocache"}}?query=' + suggestion"
|
|
55
|
-
x-bind:class="{'py-1.5 px-2 link-focus-inset text-base flex w-full rounded hover:bg-primary hover:text-white': true, 'bg-primary text-white':index==cursorIndex }"
|
|
55
|
+
x-bind:class="{'py-1.5 px-2 link-focus-inset text-base flex w-full text-secondary rounded hover:bg-primary hover:text-white': true, 'bg-primary text-white':index==cursorIndex }"
|
|
56
56
|
>
|
|
57
57
|
<span x-text="suggestion"></span>
|
|
58
58
|
</a>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<button
|
|
2
|
+
class='js-load btn
|
|
3
|
+
{{inline-switch size '["sm","lg","xl"]' '["btn--sm","btn--lg","btn--xl","btn--md"]'}}
|
|
4
|
+
{{inline-switch type '["secondary"]' '["btn--secondary","btn--primary"]'}}'
|
|
5
|
+
>
|
|
6
|
+
{{label}}
|
|
7
|
+
</button>
|
|
8
|
+
<div class='js-load outer' data-hr-foo='{"test":"bar"}'>
|
|
9
|
+
<div class='inner'></div>
|
|
10
|
+
</div>
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{{!--@
|
|
2
|
+
Fügt ein SVG-basiertes Icon ein.
|
|
3
|
+
Das Icon wird aus einer SVG-SpriteMap bezogen.
|
|
4
|
+
|
|
5
|
+
```hbs
|
|
6
|
+
{{> base/image/icon
|
|
7
|
+
_icon="..."
|
|
8
|
+
_addClass="..."
|
|
9
|
+
_areHidden=[false|true*]
|
|
10
|
+
_iconTitle=""
|
|
11
|
+
_iconDesc=""
|
|
12
|
+
_iconmap=
|
|
13
|
+
|
|
14
|
+
}}
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
`_icon` Name des Icons, das dargestellt werden soll. Entspricht der ID in der SVG-SpriteMap.
|
|
18
|
+
Diese ergibt sich durch den Dateinamen des ursprünglichen SVG-Icons.
|
|
19
|
+
*!!! Ohne Angabe eines Icon-Namens wird kein Markup erzeugt !!!*<br>
|
|
20
|
+
`_addClass` Möglichkeit zur Angabe einer zusätzlichen CSS-Klasse. `icon` ist Standard.<br>
|
|
21
|
+
`_ariaHidden` default true
|
|
22
|
+
`_iconTitle` Title Element für SVG inklusive Aria Verknüpfung
|
|
23
|
+
`_iconDesc` Description für SVG inklusive Aria Verknüpfung. Ohne iconTitle wird iconDesc nicht ausgespielt
|
|
24
|
+
`_iconmap` Benennt das Unterverzeichnis, unter dem nach der SVG-SpriteMap gesucht wird.
|
|
25
|
+
Die SVG-SpriteMap hat immer den Namen "svgmap.min.svg".
|
|
26
|
+
Default ist `icons` (entspricht dem Standard-Icon-Set)<br>
|
|
27
|
+
`_overlayIcon` Erlaubt die Angabe eines zweiten Icon-Names, der über das erste gelegt wird.
|
|
28
|
+
Es wird davon ausgegangen, das das Overlay sich in der gleichen SVG-SpriteMap befindet.<br>
|
|
29
|
+
|
|
30
|
+
Beispielaufruf:
|
|
31
|
+
```hbs
|
|
32
|
+
{{> base/image/icon _icon="arrow-up"}}
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
TODOs zu einem späteren Zeitpunkt:
|
|
36
|
+
|
|
37
|
+
Erklärung / Hinweise / Best Practices für "Accessible SVG":
|
|
38
|
+
- http://www.sitepoint.com/tips-accessible-svg/
|
|
39
|
+
- http://www.paciellogroup.com/blog/2013/12/using-aria-enhance-svg-accessibility/
|
|
40
|
+
|
|
41
|
+
--}}
|
|
42
|
+
{{#if _icon}}
|
|
43
|
+
<svg class="sb-icon {{~#if _addClass }} {{_addClass}}{{/if}} {{#if _webview}} -webview{{/if}} {{#>css}}{{/css}}" role="presentation" aria-hidden="{{defaultIfEmpty _ariaHidden true}}"
|
|
44
|
+
{{#if brand}} data-brand="{{brand}}"{{/if}}
|
|
45
|
+
{{~#if _iconTitle }} {{changeRandom~}}
|
|
46
|
+
aria-labelledby="iconTitle--{{getRandom}}"
|
|
47
|
+
{{~#if _iconDesc }} aria-describedby="iconDesc--{{getRandom}}"{{~/if~}}
|
|
48
|
+
{{~/if~}}>
|
|
49
|
+
|
|
50
|
+
{{~#if _iconTitle ~}}
|
|
51
|
+
<title id="iconTitle--{{getRandom}}">{{_iconTitle}}</title>
|
|
52
|
+
{{~#if _iconDesc ~}}
|
|
53
|
+
<description id="iconDesc--{{getRandom}}">{{_iconDesc}}</description>
|
|
54
|
+
{{~/if~}}
|
|
55
|
+
{{~/if~}}
|
|
56
|
+
|
|
57
|
+
{{~#if _iconText ~}}
|
|
58
|
+
<g>
|
|
59
|
+
<svg>
|
|
60
|
+
{{~/if~}}
|
|
61
|
+
|
|
62
|
+
<use xlink:href="{{resourceUrl (replaceTokens "assets/base/icons/{0}/svgmap.min.svg" (defaultIfEmpty _iconmap "icons") ) _brand=(if this.brand this.brand)}}#{{_icon}}"></use>
|
|
63
|
+
{{#if _overlayIcon }}
|
|
64
|
+
<use xlink:href="{{resourceUrl (replaceTokens "assets/base/icons/{0}/svgmap.min.svg" (defaultIfEmpty _iconmap "icons") ) _brand=(if this.brand this.brand)}}#{{_overlayIcon}}"></use>
|
|
65
|
+
{{/if}}
|
|
66
|
+
{{~#if _iconText ~}}
|
|
67
|
+
</svg>
|
|
68
|
+
</g>
|
|
69
|
+
<text dy="0.35em" y="50%" x="50%">{{_iconText}}</text>
|
|
70
|
+
{{~/if~}}
|
|
71
|
+
</svg>
|
|
72
|
+
{{~/if}}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{{!--
|
|
2
|
+
|
|
3
|
+
`_type`
|
|
4
|
+
`_variant`
|
|
5
|
+
`_alttext` Alternativ-Text des Bildes.<br>
|
|
6
|
+
`_addClass` Möglichkeit zur Angabe einer zusätzlichen CSS-Klasse. `image` ist Standard.<br>
|
|
7
|
+
`_addClassImg`
|
|
8
|
+
`_noDelay` Bilder ohne verzögerung anzeigen, also direkt ins dom schreiben
|
|
9
|
+
`_errorHandler` JavaScript-Code, der ausgeführt wird, wenn das Bild nicht geladen werden kann. Wird z.B. für Fehlerhandling für EDP-Images genutzt.<br>
|
|
10
|
+
'_disableNoScript' don't add no script fallback
|
|
11
|
+
|
|
12
|
+
--}}
|
|
13
|
+
|
|
14
|
+
{{#withParam this.responsiveImage _type _variant }}
|
|
15
|
+
{{#if this.asPicture}}
|
|
16
|
+
<picture class="{{~#if ../_addClass}} {{../_addClass}}{{/if}}">
|
|
17
|
+
{{#unless _disableNoScript}}
|
|
18
|
+
<noscript>
|
|
19
|
+
<img class="{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" src="{{this.fallback}}" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}">
|
|
20
|
+
</noscript>
|
|
21
|
+
{{/unless}}
|
|
22
|
+
{{#with this.sources}}
|
|
23
|
+
{{#each this}}
|
|
24
|
+
<source{{#with this.media}} media="{{this}}"{{/with}}
|
|
25
|
+
{{#with this.sizes}} sizes="{{this}}"{{/with}}
|
|
26
|
+
{{#with this.srcset}} srcset="{{this}}"{{/with}}>
|
|
27
|
+
{{/each}}
|
|
28
|
+
{{/with}}
|
|
29
|
+
<img class="{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" loading="{{#if ../_noDelay}}auto{{else}}lazy{{/if}}" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}" {{~#if ../_errorHandler }} onerror="this.onerror=null; {{../_errorHandler}}"{{/if}}>
|
|
30
|
+
</picture>
|
|
31
|
+
{{/if}}
|
|
32
|
+
|
|
33
|
+
{{#if this.asImage}}
|
|
34
|
+
{{#with this.sources.[0]}}
|
|
35
|
+
{{~#with ../../_addClass }}<div class="{{this}}">{{/with}}
|
|
36
|
+
{{#unless ../../_disableNoScript}}
|
|
37
|
+
<noscript>
|
|
38
|
+
<img class="{{~#if ../../_addClassImg}} {{../../_addClassImg}}{{/if}}" src="{{../this.fallback}}" alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}">
|
|
39
|
+
</noscript>
|
|
40
|
+
{{/unless}}
|
|
41
|
+
<img {{#with this.sizes}}sizes="{{this}}" {{/with~}}
|
|
42
|
+
loading="{{#if ../../_noDelay}}auto{{else}}lazy{{/if}}"
|
|
43
|
+
{{#with this.srcset}} {{#if ../../../_noDelay}}srcset{{else}}data-srcset{{/if}}="{{this}}"{{/with}}
|
|
44
|
+
src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
|
|
45
|
+
alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}" class="{{~#with ../../_addClassImg }} {{this}}{{/with}}" {{~#if ../../_errorHandler}} onerror="this.onerror=null; {{../../_errorHandler}}" {{~/if}}>
|
|
46
|
+
{{~#with ../../_addClass }}</div>{{/with}}
|
|
47
|
+
{{/with}}
|
|
48
|
+
|
|
49
|
+
{{/if}}
|
|
50
|
+
{{/withParam}}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<a {{#with _link.webviewUrl}}data-webviewurl="{{this}}"{{/with}} href="{{_link.url}}{{#if this.hasComments}}#commentList{{/if}}"
|
|
2
|
+
class="sb-link ds-link js-load {{#if _isSelected}} {{defaultIfEmpty _selectedCssClass "-current"}}{{/if}}{{#if _css}} {{_css}}{{/if}} {{#> css}}{{/css}}"
|
|
3
|
+
{{#if _link.isTargetBlank}} target="_blank" rel="noopener{{#if _link.hasNoReferrerFlag}} noreferrer{{/if}}"{{/if}}
|
|
4
|
+
{{#if _isAriaHidden}} aria-hidden="true" tabindex="-1"{{/if}}
|
|
5
|
+
{{#> htmlProperties}}{{/htmlProperties}}
|
|
6
|
+
>
|
|
7
|
+
{{> @partial-block }}
|
|
8
|
+
</a>
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{{#switch _templatePath}}
|
|
2
|
+
{{#case "components/teaser/content_nav/teaser_content_nav"}}
|
|
3
|
+
{{> components/teaser/content_nav/teaser_content_nav}}
|
|
4
|
+
{{/case}}
|
|
5
|
+
{{#case "components/site_header/service_navigation/service_navigation_item"}}
|
|
6
|
+
{{> components/site_header/service_navigation/service_navigation_item}}
|
|
7
|
+
{{/case}}
|
|
8
|
+
{{#case "components/teaser/group_teaser/group_teaser"}}
|
|
9
|
+
{{> components/teaser/group_teaser/group_teaser}}
|
|
10
|
+
{{/case}}
|
|
11
|
+
{{#case "components/teaser/tabbox/group_tabbox"}}
|
|
12
|
+
{{> components/teaser/tabbox/group_tabbox}}
|
|
13
|
+
{{/case}}
|
|
14
|
+
{{#case "components/teaser/tabbox/teaser_tabbox"}}
|
|
15
|
+
{{> components/teaser/tabbox/teaser_tabbox}}
|
|
16
|
+
{{/case}}
|
|
17
|
+
{{#case "components/teaser/cluster/teaser_cluster"}}
|
|
18
|
+
{{> components/teaser/cluster/teaser_cluster}}
|
|
19
|
+
{{/case}}
|
|
20
|
+
{{#case "components/teaser/teaser_standard"}}
|
|
21
|
+
{{> components/teaser/teaser_standard}}
|
|
22
|
+
{{/case}}
|
|
23
|
+
{{#case "components/teaser/teaser_alternativ"}}
|
|
24
|
+
{{> components/teaser/teaser_alternativ}}
|
|
25
|
+
{{/case}}
|
|
26
|
+
{{#case "components/teaser/components/teaser_comments"}}
|
|
27
|
+
{{> components/teaser/components/teaser_comments}}
|
|
28
|
+
{{/case}}
|
|
29
|
+
{{#case "components/event/stage_location.ssi"}}
|
|
30
|
+
{{> components/event/stage_location.ssi}}
|
|
31
|
+
{{/case}}
|
|
32
|
+
{{#case "components/event/label_byline.ssi"}}
|
|
33
|
+
{{> components/event/label_byline.ssi _context}}
|
|
34
|
+
{{/case}}
|
|
35
|
+
{{#case "components/program/label_byline.ssi"}}
|
|
36
|
+
{{> components/program/label_byline.ssi _context}}
|
|
37
|
+
{{/case}}
|
|
38
|
+
{{#case "components/multimedia/livestream/label_byline.ssi"}}
|
|
39
|
+
{{> components/multimedia/livestream/label_byline.ssi _context}}
|
|
40
|
+
{{/case}}
|
|
41
|
+
{{#case "components/teaser/ticker/teaser_ticker"}}
|
|
42
|
+
{{> components/teaser/ticker/teaser_ticker}}
|
|
43
|
+
{{/case}}
|
|
44
|
+
{{#case "components/navigation/breadcrumb/breadcrumb_items.ssi"}}
|
|
45
|
+
{{> components/navigation/breadcrumb/breadcrumb_items.ssi }}
|
|
46
|
+
{{/case}}
|
|
47
|
+
{{/switch}}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<button
|
|
2
|
+
{{#if _id}} id="{{_id}}"{{/if}}
|
|
3
|
+
class="ds-button {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant=_variant _onBackground=_onBackground _disableButtonPress=_disableButtonPress _disabled=_disabled}} {{> components/button/utilities/button_dimension_classes _size=_size}}{{#if _css}} {{_css}}{{/if}} {{#> css}}{{/css}}{{#if _openModal}} js-modalButton{{/if}}"
|
|
4
|
+
{{#if _openModal}} aria-haspopup="true"{{/if}}
|
|
5
|
+
{{~#if _ariaLabel}} aria-label="{{_ariaLabel}}"{{/if}}
|
|
6
|
+
type="{{defaultIfEmpty _type "submit"}}"
|
|
7
|
+
{{~#if _name}} name="{{_name}}"{{/if}}
|
|
8
|
+
{{~#if _title}} title="{{_title}}"{{/if}}
|
|
9
|
+
{{~#if _value}} value="{{_value}}"{{/if}}
|
|
10
|
+
{{~#if _alpineClick}} @click="{{_alpineClick}}"{{/if}}
|
|
11
|
+
{{~#if _x-show}} x-show="{{_x-show}}"{{/if}}
|
|
12
|
+
{{~#if _noFocus}} tabindex="-1"{{/if}}
|
|
13
|
+
{{~#if _disabled~}} disabled{{/if}}
|
|
14
|
+
{{#> htmlProperties}}{{/htmlProperties}}>
|
|
15
|
+
{{> @partial-block }}
|
|
16
|
+
</button>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<span class='ds-button-label text-base {{_css}}'>{{_label}}</span>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{{#> components/base/link _link=_link _css=_css _isAriaHidden=_isAriaHidden}}
|
|
2
|
+
{{> @partial-block }}
|
|
3
|
+
{{/components/base/link}}
|
|
4
|
+
{{#*inline "css"~}}
|
|
5
|
+
{{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant=_variant _onBackground=_onBackground _disableButtonPress=_disableButtonPress _disabled=_disabled}} {{> components/button/utilities/button_dimension_classes _size=_size~}}
|
|
6
|
+
{{~/inline}}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{{#with this}}
|
|
2
|
+
{{#> components/base/link _link=this.link _css="inline-flex items-center link-focus-inset-white lg:mb-0.5"}}
|
|
3
|
+
<span class="rounded-full font-copy my-2 pt-0.5 px-1.5 whitespace-nowrap leading-5 {{> components/button/utilities/button_variation_classes _variant="primary" _onBackground="true"}}">
|
|
4
|
+
{{> @partial-block }}
|
|
5
|
+
</span>
|
|
6
|
+
{{/components/base/link}}
|
|
7
|
+
{{#*inline "htmlProperties"}}
|
|
8
|
+
{{> components/tracking/navigation_tracking _clickLabelType="TopThemenNavigation" _clickLabelPrefix1=this.title}}
|
|
9
|
+
{{/inline}}
|
|
10
|
+
{{/with}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
inline-flex items-center font-heading
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
absolute bottom-0 right-0
|
|
2
|
+
{{~#switch _teaserType~}}
|
|
3
|
+
{{~#case 'standard'~}}
|
|
4
|
+
{{~#if _isMobile1to1~}}
|
|
5
|
+
{{~inline-switch _teaserSize '["25","33"]' '[" m-2"," m-2 md:m-3"," m-2 md:m-4"]'~}}
|
|
6
|
+
{{~else~}}
|
|
7
|
+
{{~inline-switch _teaserSize '["25","33"]' '[" m-2"," m-4 md:m-3"," m-4"]'~}}
|
|
8
|
+
{{~/if~}}
|
|
9
|
+
{{~/case~}}
|
|
10
|
+
{{~#case 'alternative'~}}
|
|
11
|
+
{{~#if _isMobile1to1~}}
|
|
12
|
+
{{~inline-switch
|
|
13
|
+
_teaserSize
|
|
14
|
+
'["hero","100","50"]'
|
|
15
|
+
'[" m-2 md:m-4"," m-2 md:m-3"," m-2"]'
|
|
16
|
+
~}}
|
|
17
|
+
{{~else~}}
|
|
18
|
+
{{~inline-switch _teaserSize '["hero","100","50"]' '[" m-4"," m-2 md:m-3"," m-2"]'~}}
|
|
19
|
+
{{~/if~}}
|
|
20
|
+
{{~/case~}}
|
|
21
|
+
{{~#case 'tabbox-standard'~}}
|
|
22
|
+
{{~#if _isMobile1to1~}}
|
|
23
|
+
{{~inline-switch _teaserSize '["25","33"]' '[" m-2"," m-2 md:m-3"," m-2 md:m-4 "]'~}}
|
|
24
|
+
{{~else~}}
|
|
25
|
+
{{~inline-switch _teaserSize '["25","33"]' '[" m-2"," m-4 md:m-3"," m-4"]'~}}
|
|
26
|
+
{{~/if~}}
|
|
27
|
+
{{~/case~}}
|
|
28
|
+
{{~#case 'tabbox-alternative'~}}
|
|
29
|
+
{{~#if _isMobile1to1~}}
|
|
30
|
+
{{~inline-switch
|
|
31
|
+
_teaserSize
|
|
32
|
+
'["hero","100","50"]'
|
|
33
|
+
'[" m-2 md:m-4"," m-2 md:m-3"," m-2"]'
|
|
34
|
+
~}}
|
|
35
|
+
{{~else~}}
|
|
36
|
+
{{~inline-switch _teaserSize '["hero","100","50"]' '[" m-4"," m-2 md:m-3"," m-2"]'~}}
|
|
37
|
+
{{~/if~}}
|
|
38
|
+
{{~/case~}}
|
|
39
|
+
{{~#case 'ticker-standard'~}}
|
|
40
|
+
{{~inline-switch _teaserSize '["25","33"]' '[" m-2"," m-4 md:m-3"," m-4"]'~}}
|
|
41
|
+
{{~/case~}}
|
|
42
|
+
{{~#case 'ticker-alternative'~}}
|
|
43
|
+
{{~inline-switch _teaserSize '["hero","100","50"]' '[" m-4"," m-2 md:m-3"," m-2"]'~}}
|
|
44
|
+
{{~/case~}}
|
|
45
|
+
{{~/switch~}}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{{#if _onBackground~}}
|
|
2
|
+
{{inline-switch
|
|
3
|
+
_variant
|
|
4
|
+
'["primary","secondary","tertiary"]'
|
|
5
|
+
'[" border text-button--dark bg-button-inverted border-button-inverted hover:bg-button-inverted--dark hover:border-button-inverted--dark active:bg-button-inverted--dark "," border text-button-inverted border-button-inverted hover:bg-button-inverted--dark hover:text-button--dark active:text-button active:bg-button-inverted--dark "," bg-transparent border-transparent text-button-inverted hover:bg-button-inverted--dark hover:text-button--dark hover:border-button-inverted--dark active:text-button active:bg-button-inverted--dark ","border text-button--dark bg-button-inverted border-button-inverted hover:bg-button-inverted--dark hover:border-button-inverted--dark active:bg-button-inverted--dark "]'
|
|
6
|
+
~}}
|
|
7
|
+
{{else if _disabled~}}
|
|
8
|
+
|
|
9
|
+
{{inline-switch
|
|
10
|
+
_variant
|
|
11
|
+
'["primary","secondary","tertiary"]'
|
|
12
|
+
'[" border text-button-disabled--dark bg-button-disabled border-button-disabled "," border text-button-disabled--dark border-button-disabled "," bg-transparent border-transparent text-button-disabled--dark "," border text-button-disabled--dark bg-button-disabled border-button-disabled "]'
|
|
13
|
+
~}}
|
|
14
|
+
|
|
15
|
+
{{else}}
|
|
16
|
+
{{~inline-switch
|
|
17
|
+
_variant
|
|
18
|
+
'["primary","secondary","tertiary"]'
|
|
19
|
+
'[" border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "," border text-button border-button hover:bg-button-inverted active:bg-button-primary--inverted"," border bg-transparent border-transparent text-button hover:bg-button-inverted hover:border-button active:bg-button-primary--inverted"," border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "]'
|
|
20
|
+
~}}
|
|
21
|
+
{{/if}}
|
|
22
|
+
{{~#unless _disableButtonPress}} active:scale-95{{/unless}}
|