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,219 @@
1
+ {
2
+ "groups": [
3
+ {
4
+ "title": "hr-inforadio.de",
5
+ "columnSize": 3,
6
+ "columns": [
7
+ {
8
+ "links": [
9
+ {
10
+
11
+ "hiddenText": "hr-inforadio",
12
+ "labelText": "Startseite hr-inforadio",
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": "Veranstaltungen",
27
+ "url": "veranstaltungen/index.html"
28
+ }
29
+ },
30
+ {
31
+ "link": {
32
+ "text": "Sendezeiten",
33
+ "url": "sendezeiten/index.html"
34
+ }
35
+ },
36
+ {
37
+ "link": {
38
+ "text": "Frequenzen",
39
+ "url": "frequenzen/index.html"
40
+ }
41
+ },
42
+ {
43
+ "link": {
44
+ "text": "Kontakt",
45
+ "url": "kontakt/index.html"
46
+ }
47
+ }
48
+ ]
49
+ },
50
+ {
51
+ "links": []
52
+ },
53
+ {
54
+ "links": [
55
+ {
56
+ "link": {
57
+ "text": "Wetter",
58
+ "url": "wetter/index.html"
59
+ }
60
+ },
61
+ {
62
+ "link": {
63
+ "text": "Verkehr",
64
+ "url": "verkehr/index.html"
65
+ }
66
+ },
67
+ {
68
+ "link": {
69
+ "text": "Podcast",
70
+ "url": "podcast/index.html"
71
+ }
72
+ },
73
+ {
74
+ "paragraphed": true,
75
+ "link": {
76
+ "text": "Dossiers",
77
+ "url": "programm/dossiers/index.html"
78
+ }
79
+
80
+ },
81
+ {
82
+ "link": {
83
+ "text": "Funkkolleg",
84
+ "url": "programm/funkkolleg/index.html"
85
+ }
86
+ },
87
+ {
88
+ "extern": true,
89
+ "link": {
90
+ "text": "BesserQwisser",
91
+ "url": "https://www.besserqwisser.info/",
92
+ "isTargetBlank": true
93
+ }
94
+ },
95
+ {
96
+ "site": "hr",
97
+ "link": {
98
+ "text": "Wissen²",
99
+ "url": "wissen-plus/index.html",
100
+ "isTargetBlank": true
101
+ }
102
+
103
+ }
104
+ ]
105
+ }
106
+ ]
107
+ },
108
+ {
109
+ "title": "Service",
110
+ "columns": [
111
+ {
112
+ "links": [
113
+ {
114
+ "link": {
115
+ "text": "hr-iNFO-App",
116
+ "url": "app/index.html"
117
+ }
118
+ },
119
+ {
120
+ "link": {
121
+ "text": "Livestream",
122
+ "url": "livestream/index.html"
123
+ }
124
+ },
125
+ {
126
+ "link": {
127
+ "text": "Hilfe",
128
+ "url": "hilfe/index.html"
129
+ }
130
+ },
131
+ {
132
+ "site": "hr",
133
+ "extern": true,
134
+ "link": {
135
+ "text": "Presse hr-iNFO",
136
+ "url": "presse/radio/hrinfo/index.html",
137
+ "isTargetBlank": true
138
+ }
139
+
140
+ },
141
+ {
142
+ "site": "hr",
143
+ "extern": true,
144
+ "link": {
145
+ "text": "Korrekturen",
146
+ "url": "unternehmen/korrekturen/index.html",
147
+ "isTargetBlank": true
148
+ }
149
+ },
150
+ {
151
+ "site": "hr-werbung",
152
+ "extern": true,
153
+ "link": {
154
+ "text": "hr werbung",
155
+ "url": "index.html",
156
+ "isTargetBlank": true
157
+ }
158
+ }
159
+ ]
160
+ }
161
+ ]
162
+ }
163
+ ],
164
+ "socialMedia": {
165
+ "title": "Social Media",
166
+ "columns": [
167
+ {
168
+ "links": [
169
+ {
170
+ "title": "hr-iNFORadio.de RSS-Feed",
171
+ "link": {
172
+ "text": "rss",
173
+ "url": "rss/index.html"
174
+ }
175
+
176
+ },
177
+ {
178
+ "title": "Zum Kontaktformular",
179
+ "link": {
180
+ "text": "mail",
181
+ "url": "kontakt/index.html"
182
+ }
183
+
184
+ }
185
+ ]
186
+ }
187
+ ]
188
+ },
189
+ "footerMetadata": {
190
+ "hrDeLink": {
191
+ "text": "Hessischer Rundfunk",
192
+ "url": "index.html",
193
+ "site": "hr",
194
+ "targetBlank": true,
195
+ "title": "Hessischer Rundfunk"
196
+ },
197
+ "ardDeLink": {
198
+ "text": "ARD.de",
199
+ "url": "https://www.ard.de/",
200
+ "extern": true,
201
+ "targetBlank": true,
202
+ "title": "ard.de"
203
+ },
204
+ "dataProtectionLink": {
205
+ "text": "Datenschutz",
206
+ "url": "https://www.hr.de/datenschutz/index.html",
207
+ "extern": true,
208
+ "targetBlank": true,
209
+ "title": "Datenschutz"
210
+ },
211
+ "imprintLink": {
212
+ "text": "Impressum",
213
+ "url": "impressum/index.html",
214
+ "site": "hr",
215
+ "targetBlank": true,
216
+ "title": "Impressum"
217
+ }
218
+ }
219
+ }
@@ -0,0 +1,276 @@
1
+ {
2
+ "groups": [
3
+ {
4
+ "title": "you-fm.de",
5
+ "columnSize": 3,
6
+ "columns": [
7
+ {
8
+ "links": [
9
+ {
10
+
11
+ "hiddenText": "you-fm.de",
12
+ "labelText": "Startseite you-fm.de",
13
+ "link": {
14
+ "text": "Start",
15
+ "url": "index.html"
16
+ }
17
+ },
18
+ {
19
+ "link": {
20
+ "text": "Playlists",
21
+ "url": "playlists/index.html"
22
+ }
23
+ },
24
+ {
25
+ "link": {
26
+ "text": "Aktionen",
27
+ "url": "aktionen/index.html"
28
+ }
29
+ }
30
+ ]
31
+ },
32
+ {
33
+ "links": [
34
+ {
35
+ "link": {
36
+ "text": "Events",
37
+ "url": "events/index.html"
38
+ }
39
+ },
40
+ {
41
+ "link": {
42
+ "text": "Team & Shows",
43
+ "url": "team_shows/index.html"
44
+ }
45
+ },
46
+ {
47
+ "link": {
48
+ "text": "Kontakt",
49
+ "url": "kontakt/index.html"
50
+ }
51
+ }
52
+ ]
53
+ },
54
+ {
55
+ "links": [
56
+ {
57
+ "extern": true,
58
+ "link": {
59
+ "text": "WhatsApp",
60
+ "url": "https://wa.me/491716553040",
61
+ "isTargetBlank": true
62
+ }
63
+ },
64
+ {
65
+ "extern": true,
66
+ "link": {
67
+ "text": "Facebook",
68
+ "url": "https://www.facebook.com/youfm",
69
+ "isTargetBlank": true
70
+ }
71
+ },
72
+ {
73
+ "extern": true,
74
+ "link": {
75
+ "text": "Instagram",
76
+ "url": "https://www.instagram.com/youfm",
77
+ "isTargetBlank": true
78
+ }
79
+ },
80
+ {
81
+ "link": {
82
+ "text": "Wetter",
83
+ "url": "wetter/index.html"
84
+ }
85
+ },
86
+ {
87
+ "link": {
88
+ "text": "Verkehr",
89
+ "url": "verkehr/index.html"
90
+ }
91
+ }
92
+ ]
93
+ }
94
+ ]
95
+ },
96
+ {
97
+ "title": "Service",
98
+ "columns": [
99
+ {
100
+ "links": [
101
+ {
102
+ "link": {
103
+ "text": "Service Übersicht",
104
+ "url": "service/index.html"
105
+ }
106
+ },
107
+ {
108
+ "link": {
109
+ "text": "Mail ins Studio",
110
+ "url": "kontakt/index.html"
111
+ }
112
+ },
113
+ {
114
+ "link": {
115
+ "text": "YOU FM App",
116
+ "url": "kontakt/die-you-fm-app-music-to-go,you-fm-fuer-eure-hosentasche-100.html "
117
+ }
118
+ },
119
+ {
120
+ "link": {
121
+ "text": "Frequenzen",
122
+ "url": "kontakt/you-fm-frequenzen,frequenzen-114.html"
123
+ }
124
+ },
125
+ {
126
+ "link": {
127
+ "text": "Jobs",
128
+ "url": "service/jobs/index.html"
129
+ }
130
+ },
131
+ {
132
+ "extern": true,
133
+ "link": {
134
+ "text": "YOU FM Ticketservice",
135
+ "url": "https://youfm.adticket.de/",
136
+ "isTargetBlank": true
137
+ }
138
+
139
+
140
+ },
141
+ {
142
+ "site": "hr",
143
+ "extern": true,
144
+ "link": {
145
+ "text": "Presse YOU FM ",
146
+ "url": "presse/radio/youfm/index.html",
147
+ "isTargetBlank": true
148
+ }
149
+
150
+ },
151
+ {
152
+ "site": "hr",
153
+ "extern": true,
154
+ "link": {
155
+ "text": "Korrekturen ",
156
+ "url": "unternehmen/korrekturen/index.html",
157
+ "isTargetBlank": true
158
+ }
159
+
160
+ },
161
+ {
162
+ "site": "hr-werbung",
163
+ "extern": true,
164
+ "link": {
165
+ "text": "hr werbung",
166
+ "url": "index.html",
167
+ "isTargetBlank": true
168
+ }
169
+
170
+ },
171
+ {
172
+ "link": {
173
+ "text": "Hilfe",
174
+ "url": "service/hilfe-zu-you-fmde,hilfe-you-fm100.html"
175
+ }
176
+ }
177
+ ]
178
+ }
179
+ ]
180
+ }
181
+ ],
182
+ "socialMedia": {
183
+ "title": "Social Media",
184
+ "columns": [
185
+ {
186
+ "links": [
187
+ {
188
+ "extern": true,
189
+ "title": "you-fm.de Facebook",
190
+ "link": {
191
+ "text": "facebook",
192
+ "url": "https://www.facebook.com/youfm",
193
+ "isTargetBlank": true
194
+ }
195
+ },
196
+ {
197
+ "extern": true,
198
+ "title": "you-fm.de Instagram",
199
+ "link": {
200
+ "text": "instagram",
201
+ "url": "https://www.instagram.com/youfm",
202
+ "isTargetBlank": true
203
+ }
204
+ },
205
+ {
206
+ "extern": true,
207
+ "title": "you-fm.de YouTube",
208
+ "link": {
209
+ "text": "youtube",
210
+ "url": "https://www.youtube.com/user/YOUFMYOUNGFRESHMUSIC",
211
+ "isTargetBlank": true
212
+ }
213
+ }
214
+ ]
215
+ },
216
+ {
217
+ "links": [
218
+ {
219
+ "title": "you-fm.de Whatsapp",
220
+ "link": {
221
+ "text": "whatsapp",
222
+ "url": "whatsapp/index.html"
223
+ }
224
+
225
+ },
226
+ {
227
+ "title": "you-fm.de RSS",
228
+ "link": {
229
+ "text": "rss",
230
+ "url": "rss/index.html"
231
+ }
232
+
233
+ },
234
+ {
235
+ "title": "Zum Kontaktformular",
236
+ "link": {
237
+ "text": "mail",
238
+ "url": "kontakt/index.html"
239
+ }
240
+
241
+ }
242
+ ]
243
+ }
244
+ ]
245
+ },
246
+ "footerMetadata": {
247
+ "hrDeLink": {
248
+ "text": "Hessischer Rundfunk",
249
+ "url": "index.html",
250
+ "site": "hr",
251
+ "targetBlank": true,
252
+ "title": "Hessischer Rundfunk"
253
+ },
254
+ "ardDeLink": {
255
+ "text": "ARD.de",
256
+ "url": "https://www.ard.de/",
257
+ "extern": true,
258
+ "targetBlank": true,
259
+ "title": "ard.de"
260
+ },
261
+ "dataProtectionLink": {
262
+ "text": "Datenschutz",
263
+ "url": "https://www.hr.de/datenschutz/index.html",
264
+ "extern": true,
265
+ "targetBlank": true,
266
+ "title": "Datenschutz"
267
+ },
268
+ "imprintLink": {
269
+ "text": "Impressum",
270
+ "url": "impressum/index.html",
271
+ "site": "hr",
272
+ "targetBlank": true,
273
+ "title": "Impressum"
274
+ }
275
+ }
276
+ }
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Ebene_2" data-name="Ebene 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: #fff;
7
+ }
8
+ </style>
9
+ </defs>
10
+ <circle class="cls-1" cx="161.1" cy="161.1" r="138.71"/>
11
+ </svg>
@@ -0,0 +1,35 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="kalenderhr" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ stroke-miterlimit: 10;
7
+ }
8
+
9
+ .cls-1, .cls-2, .cls-3 {
10
+ fill: #fff;
11
+ fill-rule: evenodd;
12
+ stroke: #fff;
13
+ }
14
+
15
+ .cls-2 {
16
+ stroke-width: 6px;
17
+ }
18
+
19
+ .cls-3 {
20
+ stroke-width: 16px;
21
+ }
22
+ </style>
23
+ </defs>
24
+ <g id="Kalenderhr">
25
+ <g id="kalender">
26
+ <path id="Rectangle" class="cls-1" d="m83,32h0c6.08,0,11,4.92,11,11v22c0,6.08-4.92,11-11,11h0c-6.08,0-11-4.92-11-11v-22c0-6.08,4.92-11,11-11Z"/>
27
+ <path id="Rectangle-Copy" class="cls-1" d="m237,32h0c6.08,0,11,4.92,11,11v22c0,6.08-4.92,11-11,11h0c-6.08,0-11-4.92-11-11v-22c0-6.08,4.92-11,11-11Z"/>
28
+ <path id="Combined-Shape" class="cls-3" d="m207,62v3c0,16.57,13.43,30,30,30s30-13.43,30-30v-3h3c7.73,0,14,6.27,14,14v198c0,7.73-6.27,14-14,14H50c-7.73,0-14-6.27-14-14V76c0-7.73,6.27-14,14-14h3v3c0,16.57,13.43,30,30,30s30-13.43,30-30v-3h94ZM40,112h240v158c0,7.73-6.27,14-14,14H54c-7.73,0-14-6.27-14-14V112h0Z"/>
29
+ </g>
30
+ <g id="hr">
31
+ <path id="Fill-1-Copy" class="cls-2" d="m118.29,143v36.99s11.53-2.42,21.68-2.32c16.86.17,25.31,9.29,25.91,21.21.15,3.03.12,4.7.12,7.95v48.16h-17.79v-49.19c0-6.02.38-13.5-13.06-13.43-9.57.05-16.33,1.9-16.33,1.9v60.72h-17.36v-110.89l16.83-1.11Z"/>
32
+ <path id="Fill-3-Copy" class="cls-2" d="m230.53,177.17c-.22-.04-16.07.36-25.43,2.49-10.92,2.47-17.92,8.99-18.89,18.95-.18,1.92-.28,3.14-.28,7.5v47.94h17.98v-49.03c0-4.3.34-7.04,3.18-9.55,3.23-2.85,10.57-3.27,14.78-3.6,2.89-.23,8.66-.5,8.66-.5v-14.19Z"/>
33
+ </g>
34
+ </g>
35
+ </svg>
@@ -1,4 +1,16 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg id="playlist" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 298 228">
3
- <path id="playlist-2" data-name="playlist" d="m164.49,10.14H14C6.27,10.14,0,16.41,0,24.14v1.81c0,7.73,6.27,14,14,14h150.49c7.73,0,14-6.27,14-14v-1.81c0-7.73-6.27-14-14-14Zm0,58.95H14c-7.73,0-14,6.27-14,14v1.81c0,7.73,6.27,14,14,14h150.49c7.73,0,14-6.27,14-14v-1.81c0-7.73-6.27-14-14-14Zm-74.5,58.95H14c-7.73,0-14,6.27-14,14v1.81c0,7.73,6.27,14,14,14h75.99c7.73,0,14-6.27,14-14v-1.81c0-7.73-6.27-14-14-14Zm0,58.95H14c-7.73,0-14,6.27-14,14v1.81c0,7.73,6.27,14,14,14h75.99c7.73,0,14-6.27,14-14v-1.81c0-7.73-6.27-14-14-14Zm197.75-117.53c-7.69-10.75-25.24-18.13-37.55-29.19-16-14.44-16.31-28.88-18.46-40.25h-11.39v175.76c-5.54-3.99-11.39-4.92-22.16-4.92-12.31,0-27.08,4.61-39.08,11.68-11.69,6.76-20.31,16.29-20.31,25.5,0,5.84,3.39,11.06,9.23,14.44,5.54,3.38,13.54,5.53,22.16,5.53,13.54,0,28.93-3.99,40.93-11.06,12-6.76,20.31-16.29,20.31-26.43V61.15c17.23.92,30.16,10.14,36.31,18.13,10.16,13.83,10.77,22.12,11.08,34.11.31,22.43-4.62,35.34-12,47.63h4.92c10.46-12.91,24-28.58,25.85-52.24.92-11.37,1.23-23.66-9.85-39.33Z"/>
2
+ <svg id="playlist" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320">
3
+ <defs>
4
+ <style>
5
+ .cls-1, .cls-2 {
6
+ fill: #fff;
7
+ }
8
+
9
+ .cls-2 {
10
+ fill-rule: evenodd;
11
+ }
12
+ </style>
13
+ </defs>
14
+ <path id="note" class="cls-2" d="m305.68,57.85c-.88-3.54-4.45-5.7-7.99-4.82l-60.99,15.09c-3.93.97-6.69,4.5-6.69,8.54v15.56l-2.07,109.44c-8.39-4.22-18.65-5.65-29.01-3.31-21.69,4.9-35.6,24.43-31.07,43.63,4.53,19.2,25.79,30.79,47.48,25.89,19.59-4.42,32.82-20.78,31.87-38.04l2.13-112.27,49.85-12.34c3.93-.97,6.69-4.5,6.69-8.54v-37.25c0-.53-.06-1.07-.19-1.59Z"/>
15
+ <path id="linien" class="cls-1" d="m134.5,239H25.5c-5.8,0-10.5,4.7-10.5,10.5s4.7,10.5,10.5,10.5h109c5.8,0,10.5-4.7,10.5-10.5s-4.7-10.5-10.5-10.5Zm0-60H25.5c-5.8,0-10.5,4.7-10.5,10.5s4.7,10.5,10.5,10.5h109c5.8,0,10.5-4.7,10.5-10.5s-4.7-10.5-10.5-10.5Zm64-60H25.5c-5.8,0-10.5,4.7-10.5,10.5s4.7,10.5,10.5,10.5h173c5.8,0,10.5-4.7,10.5-10.5s-4.7-10.5-10.5-10.5Zm0-60H25.5c-5.8,0-10.5,4.7-10.5,10.5s4.7,10.5,10.5,10.5h173c5.8,0,10.5-4.7,10.5-10.5s-4.7-10.5-10.5-10.5Z"/>
4
16
  </svg>
@@ -7,6 +7,5 @@
7
7
  }
8
8
  </style>
9
9
  </defs>
10
- <path class="cls-1" d="m261.46,232.57c-1.44-6.83-5.08-13.24-10.74-20.34l-.35-.44c-.06-.08-.12-.15-.18-.23l-.38-.49c-.06-.08-.13-.17-.19-.26l-.4-.54c-.07-.09-.14-.19-.21-.28l-.42-.59-.44-.62c-.07-.11-.15-.21-.22-.32l-.46-.66-.47-.69-.48-.72c-.08-.12-.16-.24-.24-.37l-.5-.76c-.08-.13-.17-.26-.25-.39l-.51-.8c-.51-.81-1.04-1.65-1.57-2.54l-.53-.89c-.09-.15-.18-.3-.27-.45l-.54-.93c-5.67-9.84-11.74-23.25-13.43-36.86-1.16-9.4-2.18-18.85-3.17-28.3l-.8-7.38c-.27-2.47-.54-4.93-.81-7.4l-.52-4.51-.13-.97c-3.73-27.06-24.14-48.48-50.2-54.58.89-2.09,1.38-4.4,1.38-6.81,0-9.64-7.82-17.45-17.46-17.45s-17.46,7.81-17.46,17.45c0,2.43.49,4.74,1.39,6.83-26.33,6.2-46.88,28.04-50.24,55.53l-.52,4.51c-.56,4.93-1.08,9.87-1.62,14.78-1,9.45-2.02,18.9-3.17,28.3-1.69,13.61-7.76,27.03-13.43,36.86l-.54.93c-.09.15-.18.3-.27.45l-.53.89c-.62,1.03-1.23,2.01-1.83,2.94l-.51.78c-.08.13-.17.26-.25.38l-.49.74-.48.72-.47.69c-.08.11-.15.22-.23.33l-.45.65-.44.62c-.07.1-.14.2-.21.3l-.42.57-.4.54-.39.51c-.06.08-.12.16-.19.24l-.36.46-.49.62c-5.48,6.94-9.01,13.24-10.42,19.94-1.44,6.83.08,13.31,3.47,17.76,3.38,4.43,8.69,6.88,14.92,6.88l6.06-.02c7.98-.02,15.96-.03,23.91-.03h11.9s44.46.05,44.46.05l43.97-.05h11.9s5.97,0,5.97,0c5.97,0,11.95.01,17.94.03l6.06.02h.31c6.1-.08,11.28-2.52,14.61-6.88,3.38-4.46,4.91-10.94,3.47-17.76Z"/>
11
- <path class="cls-1" d="m157.25,286c11.61,0,21.37-7.9,24.2-18.61h-48.4c2.83,10.71,12.59,18.61,24.2,18.61Z"/>
10
+ <path class="cls-1" d="m268.28,226.68c-1.6-7.58-5.42-14.98-12.01-23.27l-4.77-6.82c-.44-.7-.89-1.43-1.33-2.16l-1.17-2c-4.37-7.6-9.88-19.13-11.34-30.91-1.02-8.28-1.92-16.56-2.96-26.48l-.75-6.94c-.25-2.33-.51-4.67-.77-7.02l-.48-4.25-.15-1.14c-3.65-26.54-22.07-48.17-46.32-57.15-.79-12.84-10.48-26.04-25.76-26.04s-24.96,13.2-25.76,26.04c-24.59,9.08-43.07,31.15-46.39,58.3l-.49,4.26c-.34,3.01-.66,6.03-.99,9.04l-.54,4.94c-1.04,9.86-1.94,18.13-2.96,26.44-1.46,11.8-6.98,23.33-11.33,30.89l-1.18,2c-.53.89-1.06,1.73-1.55,2.5l-1.89,2.86-2.98,4.04c-6.41,8.15-10.13,15.42-11.71,22.88-1.9,9.01-.05,18.05,5.08,24.83,5.04,6.62,13.04,10.42,21.98,10.42l5.68-.02c7.48-.02,14.96-.02,22.4-.03h11.15s8.89,0,8.89,0c3.11,15.05,14.17,28.11,32.59,28.11s29.17-13.16,32.51-28.11h8.98s16.75,0,16.75,0c5.59,0,11.2,0,16.8.02l5.78.02h.36c8.86-.12,16.51-3.82,21.54-10.44,5.11-6.76,6.96-15.8,5.07-24.81Zm-107.78,45.32c-8.22,0-12.08-5.07-13.9-10h27.47c-2.17,5.17-6.38,10-13.57,10Zm86.78-32.61c-1.56,2.04-4.05,2.5-5.81,2.53h-.2s-5.69-.01-5.69-.01c-5.62-.01-11.24-.02-16.85-.02h-16.77s-41.23.04-41.23.04l-41.72-.04h-11.17c-7.46,0-14.95,0-22.45.03l-5.65.02c-1.88,0-4.45-.44-6.02-2.51-1.23-1.63-2.25-4.74-1.44-8.62.93-4.4,3.35-8.91,7.83-14.61l1.52-1.97,4.48-6.51c.6-.95,1.22-1.94,1.87-3.02l1.34-2.28c5.29-9.19,11.98-23.32,13.86-38.44,1.04-8.47,1.95-16.84,2.99-26.76l.53-4.92c.32-2.98.64-5.97.98-8.93l.47-4.17c3.13-25.65,25.23-45.04,51.38-45.12h1.86c25.79.07,47.85,19.14,51.3,44.28l.58,4.99c.26,2.31.51,4.62.76,6.92l.75,6.91c1.05,10,1.96,18.38,3,26.81,1.87,15.11,8.57,29.24,13.88,38.47l1.34,2.27c.54.9,1.07,1.76,1.61,2.61l2.51,3.81,3.45,4.69c4.67,5.87,7.17,10.49,8.11,14.97.82,3.88-.21,6.99-1.42,8.6Z"/>
12
11
  </svg>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="rss" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320">
3
+ <defs>
4
+ <style>
5
+ .cls-1, .cls-2 {
6
+ fill: #fff;
7
+ }
8
+
9
+ .cls-2 {
10
+ fill-rule: evenodd;
11
+ }
12
+ </style>
13
+ </defs>
14
+ <path class="cls-2" d="m63,124.4v32.4c55.25,0,100.2,44.95,100.2,100.2h32.4c0-73.12-59.48-132.6-132.6-132.6Z"/>
15
+ <path class="cls-2" d="m63,46.8v32.4c98.04,0,177.8,79.76,177.8,177.8h32.4c0-115.9-94.3-210.2-210.2-210.2Z"/>
16
+ <circle class="cls-1" cx="92.1" cy="227.9" r="29.1" transform="translate(-49.9 27.26) rotate(-13.28)"/>
17
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Kalendertv@1x</title>
4
+ <g id="Kalendertv" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="kalender" transform="translate(36, 32)" fill="#000000">
6
+ <rect id="Rectangle" x="36" y="0" width="22" height="44" rx="11"></rect>
7
+ <rect id="Rectangle-Copy" x="190" y="0" width="22" height="44" rx="11"></rect>
8
+ <path d="M171,30 L171,33 C171,49.5685425 184.431458,63 201,63 C217.568542,63 231,49.5685425 231,33 L231,30 L234,30 C241.731986,30 248,36.2680135 248,44 L248,242 C248,249.731986 241.731986,256 234,256 L14,256 C6.2680135,256 9.46895252e-16,249.731986 0,242 L0,44 C-9.46895252e-16,36.2680135 6.2680135,30 14,30 L17,30 L17,33 C17,49.5685425 30.4314575,63 47,63 C63.5685425,63 77,49.5685425 77,33 L77,30 L171,30 Z M4,80 L244,80 L244,238 C244,245.731986 237.731986,252 230,252 L18,252 C10.2680135,252 4,245.731986 4,238 L4,80 L4,80 Z" id="Combined-Shape" stroke="#000000" stroke-width="16"></path>
9
+ </g>
10
+ <g id="TV" transform="translate(78.4609, 156.4219)" fill="#000000" fill-rule="nonzero">
11
+ <polygon id="Path" points="72.9667969 14.9501953 45.5273438 14.9501953 45.5273438 89.578125 27.0703125 89.578125 27.0703125 14.9501953 0 14.9501953 0 0 72.9667969 0"></polygon>
12
+ <polygon id="Path" points="122.611289 67.3681641 142.914023 0 163.462852 0 132.270469 89.578125 113.013633 89.578125 81.9442969 0 102.431602 0"></polygon>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="hs100" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: #fff;
7
+ }
8
+ </style>
9
+ </defs>
10
+ <path class="cls-1" d="m197.35,161.45c-7.18,0-15.08-1.61-20.97-7.75l-9.62,9.8c8.62,8.63,18.67,10.68,30.59,10.68,17.38,0,30.3-8.05,30.3-23.55,0-13.17-8.04-19.75-21.68-20.92l-11.49-1.02c-7.76-.73-10.05-4.1-10.05-8.49,0-5.56,4.45-9.51,13.21-9.51,6.89,0,13.35,1.46,17.95,5.41l9.19-9.51c-6.75-6-16.08-8.34-27-8.34-15.22,0-27.43,8.19-27.43,22.67,0,13.02,7.9,19.31,21.54,20.48l11.63,1.02c7.04.58,9.76,3.8,9.76,8.77,0,7.02-7.03,10.24-15.94,10.24Z"/>
11
+ <path class="cls-1" d="m110.22,113.63s6.16-1.67,14.87-1.71c12.24-.06,11.89,6.7,11.89,12.15v49.23h16.2v-48.3c0-2.94.03-4.46-.11-7.2-.55-10.78-8.24-19.03-23.6-19.19-9.24-.1-19.76,2.09-19.76,2.09v-33.45s-15.31,1.01-15.31,1.01v105.04h15.81v-59.67Z"/>
12
+ <path class="cls-1" d="m208.05,187.85c-9.67,0-15.9,4.53-18.48,12.56-.86,2.64-1.34,5.67-1.34,20.59s.48,17.95,1.34,20.59c2.59,8.03,8.81,12.56,18.48,12.56s15.9-4.53,18.58-12.56c.86-2.64,1.34-5.67,1.34-20.59s-.48-17.95-1.34-20.59c-2.68-8.03-8.91-12.56-18.58-12.56Zm8.31,52.02c-1.22,3.45-3.95,5.17-7.89,5.17s-6.58-1.72-7.8-5.17c-.66-2.01-.85-4.21-.85-18.86s.19-16.85.85-18.86c1.22-3.45,3.85-5.17,7.8-5.17s6.67,1.72,7.89,5.17c.66,2.01.85,4.21.85,18.86s-.19,16.85-.85,18.86Z"/>
13
+ <path class="cls-1" d="m94.9,208.94l10.89-6.85h.19v41.48c0,.38-.19.56-.57.56h-10.51c-.57,0-.96.38-.96.94v7.32c0,.56.38.94.96.94h32.76c.57,0,.96-.38.96-.94v-7.32c0-.56-.38-.94-.96-.94h-10.51c-.38,0-.57-.19-.57-.56v-53.12c0-.56-.38-.94-.96-.94h-8.12c-.76,0-1.24.19-1.72.56l-11.27,7.41c-.48.38-.67.75-.67,1.31v9.57c0,.75.48.94,1.05.56Z"/>
14
+ <path class="cls-1" d="m137.41,200.41c-.86,2.64-1.34,5.67-1.34,20.59s.48,17.95,1.34,20.59c2.58,8.03,8.81,12.56,18.48,12.56s15.89-4.53,18.58-12.56c.86-2.64,1.34-5.67,1.34-20.59s-.48-17.95-1.34-20.59c-2.68-8.03-8.91-12.56-18.58-12.56s-15.89,4.53-18.48,12.56Zm11.09,1.73c1.22-3.45,3.85-5.17,7.8-5.17s6.67,1.72,7.89,5.17c.66,2.01.85,4.21.85,18.86s-.19,16.85-.85,18.86c-1.22,3.45-3.95,5.17-7.89,5.17s-6.58-1.72-7.8-5.17c-.66-2.01-.85-4.21-.85-18.86s.19-16.85.85-18.86Z"/>
15
+ <path class="cls-1" d="m93.63,29.95c-1.2.01-29.51.55-48.61,19.63-11.32,11.31-17.06,26.79-17.06,45.99v195.47h199.44c1.2-.02,29.54-.62,48.58-19.62,11.33-11.31,17.08-26.79,17.08-46V29.95H93.63Zm183.78,15.63v180.35c0,14.96-4.39,26.94-13.06,35.59-14.26,14.24-35.1,14.84-37.42,14.86H42.62V96.03c0-14.97,4.4-26.94,13.07-35.6,14.58-14.55,36.56-14.85,37.48-14.85h184.24Z"/>
16
+ </svg>