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.
Files changed (308) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/build/handlebars/helpers/handlebar-helpers.js +21 -2
  3. package/config.js +1 -0
  4. package/dist/assets/brand/_default/conf/locatags.json +1 -0
  5. package/dist/assets/brand/hessenschau/icons/logo/svgmap.min.svg +1 -1
  6. package/dist/assets/brand/hr/icons/logo/svgmap.min.svg +1 -1
  7. package/dist/assets/brand/hr-bigband/icons/logo/brandlogo--desk.min.svg +1 -1
  8. package/dist/assets/brand/hr-bigband/icons/logo/svgmap/brandlogo--desk.svg +1 -1
  9. package/dist/assets/brand/hr-bigband/icons/logo/svgmap.min.svg +1 -1
  10. package/dist/assets/brand/hr-fernsehen/icons/logo/svgmap.min.svg +1 -1
  11. package/dist/assets/brand/hr-inforadio/icons/logo/brandlogo--footer-desk.min.svg +1 -0
  12. package/dist/assets/brand/hr-inforadio/icons/logo/brandlogo--footer.min.svg +1 -0
  13. package/dist/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--desk.svg +9 -9
  14. package/dist/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--footer-desk.svg +25 -0
  15. package/dist/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--footer.svg +25 -0
  16. package/dist/assets/brand/hr-inforadio/icons/logo/svgmap.min.svg +1 -1
  17. package/dist/assets/brand/hr-rundfunkrat/icons/logo/svgmap.min.svg +1 -1
  18. package/dist/assets/brand/hr-sinfonieorchester/icons/logo/svgmap.min.svg +1 -1
  19. package/dist/assets/brand/hr-werbung/icons/logo/svgmap.min.svg +1 -1
  20. package/dist/assets/brand/hr1/icons/logo/svgmap.min.svg +1 -1
  21. package/dist/assets/brand/hr2/icons/logo/brandlogo--footer-desk.min.svg +1 -0
  22. package/dist/assets/brand/hr2/icons/logo/brandlogo--footer.min.svg +1 -0
  23. package/dist/assets/brand/hr2/icons/logo/svgmap/brandlogo--footer-desk.svg +32 -0
  24. package/dist/assets/brand/hr2/icons/logo/svgmap/brandlogo--footer.svg +32 -0
  25. package/dist/assets/brand/hr2/icons/logo/svgmap.min.svg +1 -1
  26. package/dist/assets/brand/hr3/icons/logo/svgmap.min.svg +1 -1
  27. package/dist/assets/brand/hr4/icons/logo/svgmap.min.svg +1 -1
  28. package/dist/assets/brand/you-fm/icons/logo/brandlogo--footer-desk.min.svg +1 -0
  29. package/dist/assets/brand/you-fm/icons/logo/brandlogo--footer.min.svg +1 -0
  30. package/dist/assets/brand/you-fm/icons/logo/svgmap/brandlogo--footer-desk.svg +29 -0
  31. package/dist/assets/brand/you-fm/icons/logo/svgmap/brandlogo--footer.svg +10 -0
  32. package/dist/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
  33. package/dist/assets/icons/icons/svgmap/Kreis-test-weiss.svg +11 -0
  34. package/dist/assets/icons/icons/svgmap/hr-calendar-ds.svg +35 -0
  35. package/dist/assets/icons/icons/svgmap/playlist-ds.svg +14 -2
  36. package/dist/assets/icons/icons/svgmap/push-ds.svg +1 -2
  37. package/dist/assets/icons/icons/svgmap/rss-ds.svg +17 -0
  38. package/dist/assets/icons/icons/svgmap/tvprogramm-ds.svg +15 -0
  39. package/dist/assets/icons/icons/svgmap/voice-ds.svg +16 -0
  40. package/dist/assets/icons/icons/svgmap.min.svg +1 -1
  41. package/dist/assets/index.css +340 -15
  42. package/dist/views/components/content/social_media_links/social_media_links.hbs +17 -0
  43. package/dist/views/components/footer/page_footer.hbs +25 -0
  44. package/dist/views/components/footer/page_footer_column.hbs +24 -0
  45. package/dist/views/components/footer/page_footer_content.hbs +25 -0
  46. package/dist/views/components/footer/page_footer_item.hbs +15 -0
  47. package/dist/views/components/footer/page_footer_logo.hbs +9 -0
  48. package/dist/views/components/footer/page_footer_metadata.hbs +87 -0
  49. package/dist/views/components/footer/page_footer_nav_link.hbs +18 -0
  50. package/dist/views/components/footer/page_footer_search.hbs +6 -0
  51. package/dist/views/components/footer/page_footer_social_media.hbs +29 -0
  52. package/dist/views/components/page/page.hbs +1 -1
  53. package/dist/views/components/site_header/navigation_search/quick_search_form.hbs +3 -3
  54. package/dist/views_static/components/Button.hbs +10 -0
  55. package/dist/views_static/components/base/image/icon.hbs +72 -0
  56. package/dist/views_static/components/base/image/responsive_image.hbs +50 -0
  57. package/dist/views_static/components/base/link.hbs +8 -0
  58. package/dist/views_static/components/base/loadSSI.hbs +5 -0
  59. package/dist/views_static/components/base/load_dynamic.hbs +47 -0
  60. package/dist/views_static/components/button/button.hbs +16 -0
  61. package/dist/views_static/components/button/components/button_icon.hbs +2 -0
  62. package/dist/views_static/components/button/components/button_label.hbs +1 -0
  63. package/dist/views_static/components/button/link_button.hbs +6 -0
  64. package/dist/views_static/components/button/top_topics_button.hbs +10 -0
  65. package/dist/views_static/components/button/utilities/button_base_classes.hbs +1 -0
  66. package/dist/views_static/components/button/utilities/button_dimension_classes.hbs +5 -0
  67. package/dist/views_static/components/button/utilities/button_on_image_classes.hbs +45 -0
  68. package/dist/views_static/components/button/utilities/button_variation_classes.hbs +22 -0
  69. package/dist/views_static/components/content/social_media_links/social_media_links.hbs +17 -0
  70. package/dist/views_static/components/content_nav/content_nav.hbs +26 -0
  71. package/dist/views_static/components/content_nav/content_nav_container.hbs +17 -0
  72. package/dist/views_static/components/content_nav/content_nav_dropdown.hbs +39 -0
  73. package/dist/views_static/components/content_nav/content_nav_item.hbs +26 -0
  74. package/dist/views_static/components/content_nav/content_nav_list.hbs +32 -0
  75. package/dist/views_static/components/event/artist.hbs +1 -0
  76. package/dist/views_static/components/event/calendar/event_calendar.hbs +3 -0
  77. package/dist/views_static/components/event/calendar/event_calendar_content.hbs +18 -0
  78. package/dist/views_static/components/event/calendar/event_calendar_event_teaser.hbs +58 -0
  79. package/dist/views_static/components/event/calendar/event_calendar_footer.hbs +7 -0
  80. package/dist/views_static/components/event/calendar/event_calendar_heading.hbs +3 -0
  81. package/dist/views_static/components/event/calendar/event_calendar_inline.hbs +3 -0
  82. package/dist/views_static/components/event/calendar/event_calendar_nav.hbs +27 -0
  83. package/dist/views_static/components/event/calendar/event_calendar_nav_item.hbs +7 -0
  84. package/dist/views_static/components/event/concert_info.hbs +66 -0
  85. package/dist/views_static/components/event/event_details.hbs +20 -0
  86. package/dist/views_static/components/event/event_status.hbs +1 -0
  87. package/dist/views_static/components/event/event_tag.hbs +3 -0
  88. package/dist/views_static/components/event/event_tags.hbs +11 -0
  89. package/dist/views_static/components/event/event_ticket_button.hbs +32 -0
  90. package/dist/views_static/components/event/instant_dates.hbs +21 -0
  91. package/dist/views_static/components/event/label_byline.ssi.hbs +9 -0
  92. package/dist/views_static/components/event/stage_location.ssi.hbs +9 -0
  93. package/dist/views_static/components/footer/page_footer.hbs +25 -0
  94. package/dist/views_static/components/footer/page_footer_column.hbs +24 -0
  95. package/dist/views_static/components/footer/page_footer_content.hbs +25 -0
  96. package/dist/views_static/components/footer/page_footer_item.hbs +15 -0
  97. package/dist/views_static/components/footer/page_footer_logo.hbs +9 -0
  98. package/dist/views_static/components/footer/page_footer_metadata.hbs +87 -0
  99. package/dist/views_static/components/footer/page_footer_nav_link.hbs +18 -0
  100. package/dist/views_static/components/footer/page_footer_search.hbs +6 -0
  101. package/dist/views_static/components/footer/page_footer_social_media.hbs +29 -0
  102. package/dist/views_static/components/geoTag/geoTag.hbs +6 -0
  103. package/dist/views_static/components/grid/grid.hbs +12 -0
  104. package/dist/views_static/components/grid/grid_group.hbs +11 -0
  105. package/dist/views_static/components/grid/grid_group_100_item_100.hbs +14 -0
  106. package/dist/views_static/components/grid/grid_group_100_item_100_with_background.hbs +17 -0
  107. package/dist/views_static/components/grid/grid_group_100_item_25.hbs +28 -0
  108. package/dist/views_static/components/grid/grid_group_100_item_33.hbs +18 -0
  109. package/dist/views_static/components/grid/grid_group_100_item_50.hbs +15 -0
  110. package/dist/views_static/components/grid/grid_group_100_tabbed_25.hbs +30 -0
  111. package/dist/views_static/components/grid/grid_group_100_tabbed_33.hbs +22 -0
  112. package/dist/views_static/components/grid/grid_group_100_tabbed_50.hbs +19 -0
  113. package/dist/views_static/components/grid/grid_group_33_item_100.hbs +17 -0
  114. package/dist/views_static/components/grid/grid_group_50_item_100.hbs +15 -0
  115. package/dist/views_static/components/grid/grid_group_66_item_100.hbs +15 -0
  116. package/dist/views_static/components/grid/grid_group_highlight.hbs +9 -0
  117. package/dist/views_static/components/grid/grid_group_standard.hbs +3 -0
  118. package/dist/views_static/components/grid/grid_group_tabbed.hbs +5 -0
  119. package/dist/views_static/components/grid/grid_group_wrapper_classes.hbs +1 -0
  120. package/dist/views_static/components/grid/grid_item.hbs +3 -0
  121. package/dist/views_static/components/horizontal_scroll_container/horizontal_scroll_container.hbs +22 -0
  122. package/dist/views_static/components/horizontal_scroll_container/horizontal_scroll_container_example.hbs +9 -0
  123. package/dist/views_static/components/label/label.hbs +11 -0
  124. package/dist/views_static/components/label/label_byline.hbs +17 -0
  125. package/dist/views_static/components/label/label_group.hbs +3 -0
  126. package/dist/views_static/components/label/label_old.hbs +20 -0
  127. package/dist/views_static/components/mediaplayer/media_player.hbs +20 -0
  128. package/dist/views_static/components/mediaplayer/mediaplayer_button.hbs +10 -0
  129. package/dist/views_static/components/modal/modal.hbs +7 -0
  130. package/dist/views_static/components/multimedia/livestream/label_byline.ssi.hbs +19 -0
  131. package/dist/views_static/components/navigation/breadcrumb/breadcrumb.hbs +14 -0
  132. package/dist/views_static/components/navigation/breadcrumb/breadcrumb_items.ssi.hbs +8 -0
  133. package/dist/views_static/components/navigation/breadcrumb/utils/breadcrumb_link_classes.hbs +1 -0
  134. package/dist/views_static/components/page/page.hbs +71 -0
  135. package/dist/views_static/components/page/page_pagination.hbs +61 -0
  136. package/dist/views_static/components/page/page_players.hbs +40 -0
  137. package/dist/views_static/components/pagination/pagination.hbs +19 -0
  138. package/dist/views_static/components/pagination/pagination_button_left.hbs +3 -0
  139. package/dist/views_static/components/pagination/pagination_button_left_linked.hbs +4 -0
  140. package/dist/views_static/components/pagination/pagination_button_right.hbs +4 -0
  141. package/dist/views_static/components/pagination/pagination_button_right_linked.hbs +4 -0
  142. package/dist/views_static/components/pagination/pagination_current_page_invalid.hbs +24 -0
  143. package/dist/views_static/components/pagination/pagination_current_page_valid.hbs +26 -0
  144. package/dist/views_static/components/pagination/pagination_more_than_three_pages.hbs +77 -0
  145. package/dist/views_static/components/pagination/pagination_only_three_pages.hbs +69 -0
  146. package/dist/views_static/components/pagination/pagination_only_two_pages.hbs +37 -0
  147. package/dist/views_static/components/program/label_byline.ssi.hbs +9 -0
  148. package/dist/views_static/components/site_header/anchor_navigation/anchor_navigation.hbs +10 -0
  149. package/dist/views_static/components/site_header/anchor_navigation/featurebox_anchor.hbs +3 -0
  150. package/dist/views_static/components/site_header/brand_navigation/brand_navigation.hbs +14 -0
  151. package/dist/views_static/components/site_header/brand_navigation/brand_navigation_item.hbs +3 -0
  152. package/dist/views_static/components/site_header/burger.hbs +43 -0
  153. package/dist/views_static/components/site_header/header.hbs +90 -0
  154. package/dist/views_static/components/site_header/navigation_flyout/navigation_flyout.hbs +55 -0
  155. package/dist/views_static/components/site_header/navigation_flyout/navigation_flyout_column.hbs +7 -0
  156. package/dist/views_static/components/site_header/navigation_flyout/navigation_flyout_item.hbs +12 -0
  157. package/dist/views_static/components/site_header/navigation_search/quick_search_button.hbs +31 -0
  158. package/dist/views_static/components/site_header/navigation_search/quick_search_form.hbs +134 -0
  159. package/dist/views_static/components/site_header/section_navigation/section_navigation.hbs +30 -0
  160. package/dist/views_static/components/site_header/section_navigation/section_navigation_item.hbs +127 -0
  161. package/dist/views_static/components/site_header/section_navigation/section_navigation_top_topics.hbs +12 -0
  162. package/dist/views_static/components/site_header/service_logo.hbs +29 -0
  163. package/dist/views_static/components/site_header/service_navigation/service_list.hbs +15 -0
  164. package/dist/views_static/components/site_header/service_navigation/service_navigation_item.hbs +59 -0
  165. package/dist/views_static/components/teaser/cluster/teaser_cluster.hbs +27 -0
  166. package/dist/views_static/components/teaser/cluster/teaser_cluster_byline.hbs +33 -0
  167. package/dist/views_static/components/teaser/cluster/teaser_cluster_item.hbs +12 -0
  168. package/dist/views_static/components/teaser/cluster/teaser_cluster_list.hbs +32 -0
  169. package/dist/views_static/components/teaser/components/teaser_av_consumption.hbs +43 -0
  170. package/dist/views_static/components/teaser/components/teaser_av_consumption_close_button.hbs +6 -0
  171. package/dist/views_static/components/teaser/components/teaser_body.hbs +40 -0
  172. package/dist/views_static/components/teaser/components/teaser_byline.hbs +46 -0
  173. package/dist/views_static/components/teaser/components/teaser_byline_airdate.hbs +34 -0
  174. package/dist/views_static/components/teaser/components/teaser_comments.hbs +15 -0
  175. package/dist/views_static/components/teaser/components/teaser_header.hbs +3 -0
  176. package/dist/views_static/components/teaser/components/teaser_heading.hbs +17 -0
  177. package/dist/views_static/components/teaser/components/teaser_headline.hbs +3 -0
  178. package/dist/views_static/components/teaser/components/teaser_image.hbs +28 -0
  179. package/dist/views_static/components/teaser/components/teaser_image_overlay.hbs +3 -0
  180. package/dist/views_static/components/teaser/components/teaser_lead.hbs +7 -0
  181. package/dist/views_static/components/teaser/components/teaser_subline.hbs +3 -0
  182. package/dist/views_static/components/teaser/components/teaser_text.hbs +12 -0
  183. package/dist/views_static/components/teaser/components/teaser_title.hbs +3 -0
  184. package/dist/views_static/components/teaser/components/teaser_title_classes.hbs +111 -0
  185. package/dist/views_static/components/teaser/components/teaser_title_old.hbs +3 -0
  186. package/dist/views_static/components/teaser/components/teaser_topline.hbs +1 -0
  187. package/dist/views_static/components/teaser/content_nav/teaser_content_nav.hbs +6 -0
  188. package/dist/views_static/components/teaser/group_teaser/group_teaser.hbs +14 -0
  189. package/dist/views_static/components/teaser/group_teaser/group_teaser_accented.hbs +14 -0
  190. package/dist/views_static/components/teaser/podcast/podcast-playlist.hbs +4 -0
  191. package/dist/views_static/components/teaser/podcast/podcast.hbs +3 -0
  192. package/dist/views_static/components/teaser/podcast/podcast_downloadbutton.hbs +9 -0
  193. package/dist/views_static/components/teaser/podcast/podcast_item_title.hbs +9 -0
  194. package/dist/views_static/components/teaser/podcast/podcast_playbutton.hbs +14 -0
  195. package/dist/views_static/components/teaser/podcast/podcast_player.hbs +95 -0
  196. package/dist/views_static/components/teaser/podcast/podcast_player_ui.hbs +97 -0
  197. package/dist/views_static/components/teaser/podcast/podcast_playlist_player.hbs +79 -0
  198. package/dist/views_static/components/teaser/podcast/podcast_playlist_shorttext.hbs +10 -0
  199. package/dist/views_static/components/teaser/podcast/podcast_subscribe_button.hbs +69 -0
  200. package/dist/views_static/components/teaser/podcast/podcast_timedisplay.hbs +5 -0
  201. package/dist/views_static/components/teaser/podcast/podcast_title.hbs +13 -0
  202. package/dist/views_static/components/teaser/stage/stage_text.hbs +42 -0
  203. package/dist/views_static/components/teaser/tabbox/group_tabbox.hbs +18 -0
  204. package/dist/views_static/components/teaser/tabbox/teaser_tabbox.hbs +22 -0
  205. package/dist/views_static/components/teaser/teaser_alternativ.hbs +19 -0
  206. package/dist/views_static/components/teaser/teaser_event_calendar.hbs +8 -0
  207. package/dist/views_static/components/teaser/teaser_indextext.hbs +23 -0
  208. package/dist/views_static/components/teaser/teaser_logic/teaser_logic.hbs +17 -0
  209. package/dist/views_static/components/teaser/teaser_logic/teaser_logic.ssi.hbs +12 -0
  210. package/dist/views_static/components/teaser/teaser_poster.hbs +31 -0
  211. package/dist/views_static/components/teaser/teaser_stage.hbs +24 -0
  212. package/dist/views_static/components/teaser/teaser_standard.hbs +29 -0
  213. package/dist/views_static/components/teaser/ticker/teaser_ticker_alternativ.hbs +14 -0
  214. package/dist/views_static/components/teaser/ticker/teaser_ticker_body.hbs +26 -0
  215. package/dist/views_static/components/teaser/ticker/teaser_ticker_footer.hbs +17 -0
  216. package/dist/views_static/components/teaser/ticker/teaser_ticker_standard.hbs +14 -0
  217. package/dist/views_static/components/teaser/ticker/teaser_ticker_timeline.hbs +27 -0
  218. package/dist/views_static/components/teaser/utilities/teaser_image_cypress_hook_classes.hbs +5 -0
  219. package/dist/views_static/components/text/byline.hbs +3 -0
  220. package/dist/views_static/components/tracking/download_tracking.hbs +1 -0
  221. package/dist/views_static/components/tracking/navigation_tracking.hbs +1 -0
  222. package/gulpfile.js +44 -34
  223. package/package.json +1 -1
  224. package/src/assets/brand/_default/conf/locatags.json +1 -0
  225. package/src/assets/brand/hessenschau/conf/locatags.merged.json +1 -0
  226. package/src/assets/brand/hessenschau/icons/logo/svgmap.min.svg +1 -1
  227. package/src/assets/brand/hr/conf/locatags.merged.json +1 -0
  228. package/src/assets/brand/hr/icons/logo/svgmap.min.svg +1 -1
  229. package/src/assets/brand/hr-bigband/conf/locatags.merged.json +1 -0
  230. package/src/assets/brand/hr-bigband/icons/logo/brandlogo--desk.min.svg +1 -1
  231. package/src/assets/brand/hr-bigband/icons/logo/svgmap/brandlogo--desk.svg +1 -1
  232. package/src/assets/brand/hr-bigband/icons/logo/svgmap.min.svg +1 -1
  233. package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +1 -0
  234. package/src/assets/brand/hr-fernsehen/icons/logo/svgmap.min.svg +1 -1
  235. package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +1 -0
  236. package/src/assets/brand/hr-inforadio/icons/logo/brandlogo--footer-desk.min.svg +1 -0
  237. package/src/assets/brand/hr-inforadio/icons/logo/brandlogo--footer.min.svg +1 -0
  238. package/src/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--desk.svg +9 -9
  239. package/src/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--footer-desk.svg +25 -0
  240. package/src/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--footer.svg +25 -0
  241. package/src/assets/brand/hr-inforadio/icons/logo/svgmap.min.svg +1 -1
  242. package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +1 -0
  243. package/src/assets/brand/hr-rundfunkrat/icons/logo/svgmap.min.svg +1 -1
  244. package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +1 -0
  245. package/src/assets/brand/hr-sinfonieorchester/icons/logo/svgmap.min.svg +1 -1
  246. package/src/assets/brand/hr-werbung/conf/locatags.merged.json +1 -0
  247. package/src/assets/brand/hr-werbung/icons/logo/svgmap.min.svg +1 -1
  248. package/src/assets/brand/hr1/conf/locatags.merged.json +1 -0
  249. package/src/assets/brand/hr1/icons/logo/svgmap.min.svg +1 -1
  250. package/src/assets/brand/hr2/conf/locatags.merged.json +1 -0
  251. package/src/assets/brand/hr2/icons/logo/brandlogo--footer-desk.min.svg +1 -0
  252. package/src/assets/brand/hr2/icons/logo/brandlogo--footer.min.svg +1 -0
  253. package/src/assets/brand/hr2/icons/logo/svgmap/brandlogo--footer-desk.svg +32 -0
  254. package/src/assets/brand/hr2/icons/logo/svgmap/brandlogo--footer.svg +32 -0
  255. package/src/assets/brand/hr2/icons/logo/svgmap.min.svg +1 -1
  256. package/src/assets/brand/hr3/conf/locatags.merged.json +1 -0
  257. package/src/assets/brand/hr3/icons/logo/svgmap.min.svg +1 -1
  258. package/src/assets/brand/hr4/conf/locatags.merged.json +1 -0
  259. package/src/assets/brand/hr4/icons/logo/svgmap.min.svg +1 -1
  260. package/src/assets/brand/you-fm/conf/locatags.merged.json +1 -0
  261. package/src/assets/brand/you-fm/icons/logo/brandlogo--footer-desk.min.svg +1 -0
  262. package/src/assets/brand/you-fm/icons/logo/brandlogo--footer.min.svg +1 -0
  263. package/src/assets/brand/you-fm/icons/logo/svgmap/brandlogo--footer-desk.svg +29 -0
  264. package/src/assets/brand/you-fm/icons/logo/svgmap/brandlogo--footer.svg +10 -0
  265. package/src/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
  266. package/src/assets/fixtures/content/social_media_links/social_media_links.json +32 -0
  267. package/src/assets/fixtures/footer/footer_hessenschau.json +252 -0
  268. package/src/assets/fixtures/footer/footer_hr1.json +245 -0
  269. package/src/assets/fixtures/footer/footer_hr2.json +167 -0
  270. package/src/assets/fixtures/footer/footer_hr3.json +260 -0
  271. package/src/assets/fixtures/footer/footer_hr4.json +207 -0
  272. package/src/assets/fixtures/footer/footer_hrinfo.json +219 -0
  273. package/src/assets/fixtures/footer/footer_youfm.json +276 -0
  274. package/src/assets/icons/icons/svgmap/Kreis-test-weiss.svg +11 -0
  275. package/src/assets/icons/icons/svgmap/hr-calendar-ds.svg +35 -0
  276. package/src/assets/icons/icons/svgmap/playlist-ds.svg +14 -2
  277. package/src/assets/icons/icons/svgmap/push-ds.svg +1 -2
  278. package/src/assets/icons/icons/svgmap/rss-ds.svg +17 -0
  279. package/src/assets/icons/icons/svgmap/tvprogramm-ds.svg +15 -0
  280. package/src/assets/icons/icons/svgmap/voice-ds.svg +16 -0
  281. package/src/assets/icons/icons/svgmap.min.svg +1 -1
  282. package/src/assets/tailwind.css +131 -2
  283. package/src/stories/views/components/content/social_media_links/fixtures/social_media_links.json +1 -0
  284. package/src/stories/views/components/content/social_media_links/social_media_links.hbs +17 -0
  285. package/src/stories/views/components/content/social_media_links/social_media_links.mdx +28 -0
  286. package/src/stories/views/components/content/social_media_links/social_media_links.stories.js +33 -0
  287. package/src/stories/views/components/footer/fixtures/footer_hessenschau.json +1 -0
  288. package/src/stories/views/components/footer/fixtures/footer_hr1.json +1 -0
  289. package/src/stories/views/components/footer/fixtures/footer_hr2.json +1 -0
  290. package/src/stories/views/components/footer/fixtures/footer_hr3.json +1 -0
  291. package/src/stories/views/components/footer/fixtures/footer_hr4.json +1 -0
  292. package/src/stories/views/components/footer/fixtures/footer_hrinfo.json +1 -0
  293. package/src/stories/views/components/footer/fixtures/footer_youfm.json +1 -0
  294. package/src/stories/views/components/footer/page_footer.data.js +9 -0
  295. package/src/stories/views/components/footer/page_footer.hbs +25 -0
  296. package/src/stories/views/components/footer/page_footer.mdx +28 -0
  297. package/src/stories/views/components/footer/page_footer.stories.js +30 -0
  298. package/src/stories/views/components/footer/page_footer_column.hbs +24 -0
  299. package/src/stories/views/components/footer/page_footer_content.hbs +25 -0
  300. package/src/stories/views/components/footer/page_footer_item.hbs +15 -0
  301. package/src/stories/views/components/footer/page_footer_logo.hbs +9 -0
  302. package/src/stories/views/components/footer/page_footer_metadata.hbs +87 -0
  303. package/src/stories/views/components/footer/page_footer_nav_link.hbs +18 -0
  304. package/src/stories/views/components/footer/page_footer_search.hbs +6 -0
  305. package/src/stories/views/components/footer/page_footer_social_media.hbs +29 -0
  306. package/src/stories/views/components/page/page.hbs +1 -1
  307. package/src/stories/views/components/site_header/navigation_search/quick_search_form.hbs +3 -3
  308. package/tailwind.config.js +18 -1
@@ -0,0 +1,167 @@
1
+ {
2
+ "groups": [
3
+ {
4
+ "title": "hr2.de",
5
+ "columnSize": 3,
6
+ "columns": [
7
+ {
8
+ "links": [
9
+ {
10
+
11
+ "hiddenText": "hr2",
12
+ "labelText": "Startseite hr2",
13
+ "link": {
14
+ "text": "Start",
15
+ "url": "index.html"
16
+ }
17
+ },
18
+ {
19
+ "link": {
20
+ "text": "Programm",
21
+ "url": "programm/index.html"
22
+ }
23
+ },
24
+ {
25
+ "link": {
26
+ "text": "Podcasts",
27
+ "url": "podcasts/index.html"
28
+ }
29
+ }
30
+ ]
31
+ },
32
+ {
33
+ "links": [
34
+ {
35
+ "link": {
36
+ "text": "Veranstaltungen",
37
+ "url": "veranstaltungen/index.html"
38
+ }
39
+ },
40
+ {
41
+ "link": {
42
+ "text": "Moderation",
43
+ "url": "moderatoren/index.html"
44
+ }
45
+ }
46
+ ]
47
+ }
48
+ ]
49
+ },
50
+ {
51
+ "title": "Service",
52
+ "columns": [
53
+ {
54
+ "links": [
55
+ {
56
+ "link": {
57
+ "text": "Kontakt",
58
+ "url": "kontakt/index.html"
59
+ }
60
+ },
61
+ {
62
+ "link": {
63
+ "text": "Hilfe",
64
+ "url": "hilfe/index.html"
65
+ }
66
+ },
67
+ {
68
+ "link": {
69
+ "text": "Newsletter",
70
+ "url": "newsletter/index.html"
71
+ }
72
+ },
73
+ {
74
+ "link": {
75
+ "text": "Frequenzen",
76
+ "url": "frequenzen/index.html"
77
+ }
78
+ },
79
+ {
80
+ "link": {
81
+ "text": "hr2-App",
82
+ "url": "hr2-kultur-app/index.html"
83
+ }
84
+ },
85
+ {
86
+ "link": {
87
+ "text": "Livestream",
88
+ "url": "livestream/index.html"
89
+ }
90
+ },
91
+ {
92
+ "site": "hr",
93
+ "extern": true,
94
+ "link": {
95
+ "text": "Presse hr2-kultur",
96
+ "url": "presse/radio/hr2/index.html",
97
+ "isTargetBlank": true
98
+ }
99
+ },
100
+ {
101
+ "site": "hr",
102
+ "extern": true,
103
+ "link": {
104
+ "text": "Korrekturen",
105
+ "url": "unternehmen/korrekturen/index.html",
106
+ "isTargetBlank": true
107
+ }
108
+ }
109
+ ]
110
+ }
111
+ ]
112
+ }
113
+ ],
114
+ "socialMedia": {
115
+ "title": "Social Media",
116
+ "columns": [
117
+ {
118
+ "links": [
119
+ {
120
+ "title": "hr2.de RSS-Feed",
121
+ "link": {
122
+ "text": "rss",
123
+ "url": "rss/index.html"
124
+ }
125
+ },
126
+ {
127
+ "title": "Zum Kontaktformular",
128
+ "link": {
129
+ "text": "mail",
130
+ "url": "kontakt/index.html"
131
+ }
132
+
133
+ }
134
+ ]
135
+ }
136
+ ]
137
+ },
138
+ "footerMetadata": {
139
+ "hrDeLink": {
140
+ "text": "Hessischer Rundfunk",
141
+ "url": "index.html",
142
+ "site": "hr",
143
+ "targetBlank": true,
144
+ "title": "Hessischer Rundfunk"
145
+ },
146
+ "ardDeLink": {
147
+ "text": "ARD.de",
148
+ "url": "https://www.ard.de/",
149
+ "targetBlank": true,
150
+ "title": "ard.de"
151
+ },
152
+ "dataProtectionLink": {
153
+ "text": "Datenschutz",
154
+ "url": "https://www.hr.de/datenschutz/index.html",
155
+ "extern": true,
156
+ "targetBlank": true,
157
+ "title": "Datenschutz"
158
+ },
159
+ "imprintLink": {
160
+ "text": "Impressum",
161
+ "url": "impressum/index.html",
162
+ "site": "hr",
163
+ "targetBlank": true,
164
+ "title": "Impressum"
165
+ }
166
+ }
167
+ }
@@ -0,0 +1,260 @@
1
+ {
2
+ "groups": [
3
+ {
4
+ "title": "hr3.de",
5
+ "columnSize": 3,
6
+ "columns": [
7
+ {
8
+ "links": [
9
+ {
10
+
11
+ "hiddenText": "hr3",
12
+ "labelText": "Startseite hr3",
13
+ "link": {
14
+ "text": "Start",
15
+ "url": "index.html"
16
+ }
17
+ },
18
+ {
19
+ "link": {
20
+ "text": "Aktionen",
21
+ "url": "aktionen/index.html"
22
+ }
23
+ },
24
+ {
25
+ "link": {
26
+ "text": "Events",
27
+ "url": "events/index.html"
28
+ }
29
+ }
30
+ ]
31
+ },
32
+ {
33
+ "links": [
34
+ {
35
+ "link": {
36
+ "text": "Shows",
37
+ "url": "shows/index.html"
38
+ }
39
+ },
40
+ {
41
+ "link": {
42
+ "text": "Playlist",
43
+ "url": "playlist/index.html"
44
+ }
45
+ },
46
+ {
47
+ "link": {
48
+ "text": "Kontakt",
49
+ "url": "kontakt/index.html"
50
+ }
51
+ }
52
+ ]
53
+ },
54
+ {
55
+ "links": [
56
+ {
57
+ "link": {
58
+ "text": "Nachrichten",
59
+ "url": "nachrichten/index.html"
60
+ }
61
+ },
62
+ {
63
+ "link": {
64
+ "text": "Verkehr",
65
+ "url": "verkehr/index.html"
66
+ }
67
+ },
68
+ {
69
+ "link": {
70
+ "text": "Wetter",
71
+ "url": "wetter/index.html"
72
+ }
73
+ },
74
+ {
75
+ "link": {
76
+ "text": "Die hr3 Morningshow",
77
+ "url": "shows/die-hr3-morningshow/index.html"
78
+ }
79
+ },
80
+ {
81
+ "link": {
82
+ "text": "hr3 Der schöne Nachmittag",
83
+ "url": "shows/hr3-der-schoene-nachmittag/index.html"
84
+ }
85
+ }
86
+ ]
87
+ }
88
+ ]
89
+ },
90
+ {
91
+ "title": "Service",
92
+ "columns": [
93
+ {
94
+ "links": [
95
+ {
96
+ "link": {
97
+ "text": "Service-Übersicht",
98
+ "url": "service/index.html"
99
+ }
100
+ },
101
+ {
102
+ "link": {
103
+ "text": "Frequenzen",
104
+ "url": "service/frequenzen/index.html"
105
+ }
106
+ },
107
+ {
108
+ "link": {
109
+ "text": "hr3-App",
110
+ "url": "hr3-app/index.html"
111
+ }
112
+ },
113
+ {
114
+ "extern": true,
115
+ "link": {
116
+ "text": "hr3-Ticketservice",
117
+ "url": "https://hr3.adticket.de/",
118
+ "isTargetBlank": true
119
+ }
120
+
121
+ },
122
+ {
123
+ "link": {
124
+ "text": "Hilfe",
125
+ "url": "hilfe/index.html"
126
+ }
127
+ },
128
+ {
129
+ "extern": true,
130
+ "site": "hr",
131
+ "link": {
132
+ "text": "Presse hr3",
133
+ "url": "presse/radio/hr3/index.html",
134
+ "isTargetBlank": true
135
+ }
136
+ },
137
+ {
138
+ "extern": true,
139
+ "site": "hr",
140
+ "link": {
141
+ "text": "Korrekturen",
142
+ "url": "unternehmen/korrekturen/index.html",
143
+ "isTargetBlank": true
144
+ }
145
+ },
146
+ {
147
+ "extern": true,
148
+ "site": "hr-werbung",
149
+ "link": {
150
+ "text": "hr werbung",
151
+ "url": "index.html",
152
+ "isTargetBlank": true
153
+ }
154
+ }
155
+ ]
156
+ }
157
+ ]
158
+ }
159
+ ],
160
+ "socialMedia": {
161
+ "title": "Social Media",
162
+ "columns": [
163
+ {
164
+ "links": [
165
+ {
166
+
167
+ "extern": true,
168
+ "title": "hr3.de Facebook",
169
+ "link": {
170
+ "text": "facebook",
171
+ "url": "https://www.facebook.com/hr3",
172
+ "isTargetBlank": true
173
+ }
174
+
175
+ },
176
+ {
177
+
178
+ "extern": true,
179
+ "title": "hr3 Instagram",
180
+ "link": {
181
+ "text": "instagram",
182
+ "url": "https://www.instagram.com/hr3",
183
+ "isTargetBlank": true
184
+ }
185
+
186
+ },
187
+ {
188
+
189
+ "extern": true,
190
+ "title": "hr3 Youtube",
191
+ "link": {
192
+ "text": "youtube",
193
+ "url": "https://www.youtube.com/user/hr3de",
194
+ "isTargetBlank": true
195
+ }
196
+
197
+ }
198
+ ]
199
+ },
200
+ {
201
+ "links": [
202
+ {
203
+ "title": "hr3 Whatsapp",
204
+ "link": {
205
+ "text": "whatsapp",
206
+ "url": "whatsapp/index.html"
207
+ }
208
+
209
+ },
210
+ {
211
+ "title": "Zur RSS-Seite",
212
+ "link": {
213
+ "text": "rss",
214
+ "url": "rss/index.html"
215
+ }
216
+
217
+ },
218
+ {
219
+ "title": "Zum Kontaktformular",
220
+ "link": {
221
+ "text": "mail",
222
+ "url": "kontakt/index.html"
223
+ }
224
+
225
+ }
226
+ ]
227
+ }
228
+ ]
229
+ },
230
+ "footerMetadata": {
231
+ "hrDeLink": {
232
+ "text": "Hessischer Rundfunk",
233
+ "url": "index.html",
234
+ "site": "hr",
235
+ "targetBlank": true,
236
+ "title": "Hessischer Rundfunk"
237
+ },
238
+ "ardDeLink": {
239
+ "text": "ARD.de",
240
+ "url": "https://www.ard.de/",
241
+ "extern": true,
242
+ "targetBlank": true,
243
+ "title": "ard.de"
244
+ },
245
+ "dataProtectionLink": {
246
+ "text": "Datenschutz",
247
+ "url": "https://www.hr.de/datenschutz/index.html",
248
+ "extern": true,
249
+ "targetBlank": true,
250
+ "title": "Datenschutz"
251
+ },
252
+ "imprintLink": {
253
+ "text": "Impressum",
254
+ "url": "impressum/index.html",
255
+ "site": "hr",
256
+ "targetBlank": true,
257
+ "title": "Impressum"
258
+ }
259
+ }
260
+ }
@@ -0,0 +1,207 @@
1
+ {
2
+ "groups": [
3
+ {
4
+ "title": "hr4.de",
5
+ "columnSize": 3,
6
+ "columns": [
7
+ {
8
+ "links": [
9
+ {
10
+
11
+ "hiddenText": "hr4",
12
+ "labelText": "Startseite hr4",
13
+ "link": {
14
+ "text": "Start",
15
+ "url": "index.html"
16
+ }
17
+ },
18
+ {
19
+ "link": {
20
+ "text": "Programm",
21
+ "url": "programm/index.html"
22
+ }
23
+ },
24
+ {
25
+ "link": {
26
+ "text": "Im Studio",
27
+ "url": "im-studio/index.html"
28
+ }
29
+ }
30
+ ]
31
+ },
32
+ {
33
+ "links": [
34
+ {
35
+ "link": {
36
+ "text": "Musik",
37
+ "url": "musik/index.html"
38
+ }
39
+ },
40
+ {
41
+ "link": {
42
+ "text": "Events",
43
+ "url": "events/index.html"
44
+ }
45
+ },
46
+ {
47
+ "link": {
48
+ "text": "Kontakt",
49
+ "url": "kontakt/index.html"
50
+ }
51
+ }
52
+ ]
53
+ },
54
+ {
55
+ "links": [
56
+ {
57
+ "link": {
58
+ "text": "Titelliste",
59
+ "url": "musik/titelliste/index.html"
60
+ }
61
+ },
62
+ {
63
+ "paragraphed": true,
64
+ "link": {
65
+ "text": "Wetter",
66
+ "url": "wetter/index.html"
67
+ }
68
+
69
+ },
70
+ {
71
+ "link": {
72
+ "text": "Verkehr",
73
+ "url": "verkehr/index.html"
74
+ }
75
+ }
76
+ ]
77
+ }
78
+ ]
79
+ },
80
+ {
81
+ "title": "Service",
82
+ "columns": [
83
+ {
84
+ "links": [
85
+ {
86
+ "link": {
87
+ "text": "Kontakt",
88
+ "url": "kontakt/index.html"
89
+ }
90
+ },
91
+ {
92
+ "link": {
93
+ "text": "Newsletter",
94
+ "url": "newsletter/index.html"
95
+ }
96
+ },
97
+ {
98
+ "link": {
99
+ "text": "Frequenzen",
100
+ "url": "frequenzen/index.html"
101
+ }
102
+ },
103
+ {
104
+ "link": {
105
+ "text": "hr4-App",
106
+ "url": "hr4-app/index.html"
107
+ }
108
+ },
109
+ {
110
+ "link": {
111
+ "text": "Hilfe",
112
+ "url": "hilfe/index.html"
113
+ }
114
+ },
115
+ {
116
+ "site": "hr",
117
+ "link": {
118
+ "text": "Presse hr4",
119
+ "url": "presse/radio/hr4/index.html",
120
+ "isTargetBlank": true
121
+ }
122
+ },
123
+ {
124
+ "extern": true,
125
+ "link": {
126
+ "text": "hr4-Ticketservice",
127
+ "url": "https://hr4.adticket.de/",
128
+ "isTargetBlank": true
129
+ }
130
+ },
131
+ {
132
+ "site": "hr",
133
+ "link" :{
134
+ "text": "Korrekturen",
135
+ "url": "unternehmen/korrekturen/index.html",
136
+ "isTargetBlank": true
137
+ }
138
+ },
139
+ {
140
+
141
+ "site": "hr-werbung",
142
+ "link" :{
143
+ "text": "hr werbung",
144
+ "url": "index.html",
145
+ "isTargetBlank": true
146
+ }
147
+ }
148
+ ]
149
+ }
150
+ ]
151
+ }
152
+ ],
153
+ "socialMedia": {
154
+ "title": "Social Media",
155
+ "columns": [
156
+ {
157
+ "links": [
158
+ {
159
+ "title": "hr4.de RSS-Feed",
160
+ "link": {
161
+ "text": "rss",
162
+ "url": "rss/index.html"
163
+ }
164
+ },
165
+ {
166
+ "title": "Zum Kontaktformular",
167
+ "link": {
168
+ "text": "mail",
169
+ "url": "kontakt/index.html"
170
+ }
171
+
172
+ }
173
+ ]
174
+ }
175
+ ]
176
+ },
177
+ "footerMetadata": {
178
+ "hrDeLink": {
179
+ "text": "Hessischer Rundfunk",
180
+ "url": "index.html",
181
+ "site": "hr",
182
+ "targetBlank": true,
183
+ "title": "Hessischer Rundfunk"
184
+ },
185
+ "ardDeLink": {
186
+ "text": "ARD.de",
187
+ "url": "https://www.ard.de/",
188
+ "extern": true,
189
+ "targetBlank": true,
190
+ "title": "ard.de"
191
+ },
192
+ "dataProtectionLink": {
193
+ "text": "Datenschutz",
194
+ "url": "https://www.hr.de/datenschutz/index.html",
195
+ "extern": true,
196
+ "targetBlank": true,
197
+ "title": "Datenschutz"
198
+ },
199
+ "imprintLink": {
200
+ "text": "Impressum",
201
+ "url": "impressum/index.html",
202
+ "site": "hr",
203
+ "targetBlank": true,
204
+ "title": "Impressum"
205
+ }
206
+ }
207
+ }