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,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>
|
package/tailwind.config.js
CHANGED
|
@@ -38,9 +38,15 @@ module.exports = {
|
|
|
38
38
|
},
|
|
39
39
|
|
|
40
40
|
extend: {
|
|
41
|
-
backgroundImage: {
|
|
41
|
+
backgroundImage: {
|
|
42
|
+
'logo-footer' : 'var(--bg-logo-footer)'
|
|
43
|
+
},
|
|
44
|
+
invert: {
|
|
45
|
+
'logo-footer' : 'var(--invert-logo-footer)',
|
|
46
|
+
},
|
|
42
47
|
borderRadius: {
|
|
43
48
|
hr: 'var(--border-radius-hr)',
|
|
49
|
+
'logo-footer' : 'var(--rounded-logo-footer)',
|
|
44
50
|
},
|
|
45
51
|
fontSize: {
|
|
46
52
|
'xs': ['0.75rem', '1.063rem'],
|
|
@@ -132,6 +138,9 @@ module.exports = {
|
|
|
132
138
|
'92': '23rem',
|
|
133
139
|
'half-screen': '50vw',
|
|
134
140
|
'15/12': '120%',
|
|
141
|
+
'footer-logo': 'var(--width-footer-logo)',
|
|
142
|
+
'footer-logo-md': 'var(--width-footer-logo-md)',
|
|
143
|
+
'footer-logo-lg': 'var(--width-footer-logo-lg)',
|
|
135
144
|
},
|
|
136
145
|
height: {
|
|
137
146
|
'22': '5.5rem',
|
|
@@ -143,6 +152,9 @@ module.exports = {
|
|
|
143
152
|
'header-lg-big': '11.0625rem',
|
|
144
153
|
'header-md': '5.5625rem',
|
|
145
154
|
'header-sm': '7.5625rem',
|
|
155
|
+
'footer-logo':'var(--height-footer-logo)',
|
|
156
|
+
'footer-logo-md': 'var(--height-footer-logo-md)',
|
|
157
|
+
'footer-logo-lg': 'var(--height-footer-logo-lg)',
|
|
146
158
|
},
|
|
147
159
|
maxHeight: {
|
|
148
160
|
stage: '34.3125rem',
|
|
@@ -338,6 +350,11 @@ module.exports = {
|
|
|
338
350
|
'brandnavigation-bg': 'var(--color-brandnavigation-bg)',
|
|
339
351
|
'navigation-border-color': 'var(--color-navigation-border-color)',
|
|
340
352
|
|
|
353
|
+
'footer-bg': 'var(--color-footer-bg)',
|
|
354
|
+
'footer-text': 'var(--color-footer-text)',
|
|
355
|
+
'footer-heading': 'var(--color-footer-heading)',
|
|
356
|
+
'footer-border': 'var(--color-footer-border)',
|
|
357
|
+
|
|
341
358
|
'labelMedia': 'var(--color-label-media)',
|
|
342
359
|
'labelEvent': 'var(--color-label-event)',
|
|
343
360
|
'labelBreakingnews': 'var(--color-label-breakingnews)',
|