hr-design-system-handlebars 1.68.6 → 1.69.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 (211) hide show
  1. package/.storybook/preview.js +1 -1
  2. package/CHANGELOG.md +24 -0
  3. package/dist/assets/index.css +461 -133
  4. package/dist/assets/vendor/ardplayer/ardplayer-SANDLibrary.6914f2bf.chunk.js +215 -0
  5. package/dist/assets/vendor/ardplayer/ardplayer-hr-6.8.3.0b83d962.css +1 -0
  6. package/dist/assets/vendor/ardplayer/ardplayer-hr-6.8.3.82603554.js +1 -0
  7. package/dist/assets/vendor/ardplayer/ardplayer-libimsc.df21844d.chunk.js +12 -0
  8. package/dist/assets/vendor/ardplayer/ardplayer-pluginchromecast.7ac38542.chunk.js +1 -0
  9. package/dist/assets/vendor/ardplayer/ardplayer-plugindash.5f1cc2a5.chunk.js +10 -0
  10. package/dist/assets/vendor/ardplayer/ardplayer-pluginhls.f2dda4ed.chunk.js +1 -0
  11. package/dist/assets/vendor/ardplayer/ardplayer-pluginhtmla.0091a55c.chunk.js +1 -0
  12. package/dist/assets/vendor/ardplayer/ardplayer-pluginhtmlv.79984eb8.chunk.js +1 -0
  13. package/dist/assets/vendor/ardplayer/assets/47c7582569a6257c08cd-ardplayer.woff +0 -0
  14. package/dist/assets/vendor/ardplayer/assets/863e0304cfbfcb2dc097-ardplayer-audio.woff +0 -0
  15. package/dist/assets/vendor/ardplayer/assets/img/3sat-97c7c01a.svg +1 -0
  16. package/dist/assets/vendor/ardplayer/assets/img/alpha-29b57b3e.svg +1 -0
  17. package/dist/assets/vendor/ardplayer/assets/img/ard-b0376fe1.svg +1 -0
  18. package/dist/assets/vendor/ardplayer/assets/img/arte-8a174832.svg +1 -0
  19. package/dist/assets/vendor/ardplayer/assets/img/br-1a782a5d.svg +1 -0
  20. package/dist/assets/vendor/ardplayer/assets/img/daserste-d6363449.svg +1 -0
  21. package/dist/assets/vendor/ardplayer/assets/img/deutschlandradio-100cce3c.svg +1 -0
  22. package/dist/assets/vendor/ardplayer/assets/img/dw-00fab9c1.svg +1 -0
  23. package/dist/assets/vendor/ardplayer/assets/img/funk-605fd714.svg +1 -0
  24. package/dist/assets/vendor/ardplayer/assets/img/hr-ea7b54c7.svg +1 -0
  25. package/dist/assets/vendor/ardplayer/assets/img/kika-5a7ddc5f.svg +1 -0
  26. package/dist/assets/vendor/ardplayer/assets/img/mdr-147ffd56.svg +1 -0
  27. package/dist/assets/vendor/ardplayer/assets/img/ndr-af21bb92.svg +1 -0
  28. package/dist/assets/vendor/ardplayer/assets/img/one-7594520c.svg +1 -0
  29. package/dist/assets/vendor/ardplayer/assets/img/phoenix-49a512ab.svg +1 -0
  30. package/dist/assets/vendor/ardplayer/assets/img/radiobremen-6ffa63ff.svg +1 -0
  31. package/dist/assets/vendor/ardplayer/assets/img/rbb-6653f6ea.svg +1 -0
  32. package/dist/assets/vendor/ardplayer/assets/img/sportschau-eaa739f1.svg +1 -0
  33. package/dist/assets/vendor/ardplayer/assets/img/sr-63f113c4.svg +1 -0
  34. package/dist/assets/vendor/ardplayer/assets/img/swr-3573dc63.svg +1 -0
  35. package/dist/assets/vendor/ardplayer/assets/img/tagesschau24-51c2e8ef.svg +1 -0
  36. package/dist/assets/vendor/ardplayer/assets/img/wdr-db5a40ca.svg +1 -0
  37. package/dist/assets/vendor/ardplayer/assets/img/zdf-2d26a61f.svg +1 -0
  38. package/dist/assets/vendor/ardplayer/assets/img/zdfinfo-47a13356.svg +1 -0
  39. package/dist/assets/vendor/ardplayer/assets/img/zdfneo-41061594.svg +1 -0
  40. package/dist/views/components/base/link.hbs +14 -8
  41. package/dist/views/components/button/link_button.hbs +1 -1
  42. package/dist/views/components/button/utilities/button_variation_classes.hbs +13 -5
  43. package/dist/views/components/footer/page_footer.hbs +1 -1
  44. package/dist/views/components/geoTag/geotag_collection.hbs +12 -0
  45. package/dist/views/components/mediaplayer/media_player.hbs +1 -1
  46. package/dist/views/components/mediaplayer/mediaplayer_button.hbs +2 -2
  47. package/dist/views/components/page/components/appendix.hbs +17 -0
  48. package/dist/views/components/page/story/story_article.hbs +2 -0
  49. package/dist/views/components/program_reference/program_reference.hbs +2 -2
  50. package/dist/views/components/site_header/navigation_search/quick_search_form.hbs +2 -2
  51. package/dist/views/components/teaser/cluster/teaser_cluster.hbs +1 -1
  52. package/dist/views/components/teaser/cluster/teaser_cluster_list.hbs +3 -3
  53. package/dist/views/components/teaser/components/teaser_av_consumption.hbs +5 -5
  54. package/dist/views/components/teaser/components/teaser_body.hbs +1 -1
  55. package/dist/views/components/teaser/components/teaser_title.hbs +1 -1
  56. package/dist/views/components/teaser/ticker/teaser_ticker_body.hbs +1 -1
  57. package/dist/views/components/teaser/utilities/teaser_image_cypress_hook_classes.hbs +5 -5
  58. package/dist/views/components/topictag/topictag_collection.hbs +12 -0
  59. package/dist/views_static/components/base/link.hbs +14 -8
  60. package/dist/views_static/components/button/link_button.hbs +1 -1
  61. package/dist/views_static/components/button/utilities/button_variation_classes.hbs +13 -5
  62. package/dist/views_static/components/footer/page_footer.hbs +1 -1
  63. package/dist/views_static/components/geoTag/geotag_collection.hbs +12 -0
  64. package/dist/views_static/components/mediaplayer/media_player.hbs +1 -1
  65. package/dist/views_static/components/mediaplayer/mediaplayer_button.hbs +2 -2
  66. package/dist/views_static/components/page/components/appendix.hbs +17 -0
  67. package/dist/views_static/components/page/story/story_article.hbs +2 -0
  68. package/dist/views_static/components/program_reference/program_reference.hbs +2 -2
  69. package/dist/views_static/components/site_header/navigation_search/quick_search_form.hbs +2 -2
  70. package/dist/views_static/components/teaser/cluster/teaser_cluster.hbs +1 -1
  71. package/dist/views_static/components/teaser/cluster/teaser_cluster_list.hbs +3 -3
  72. package/dist/views_static/components/teaser/components/teaser_av_consumption.hbs +5 -5
  73. package/dist/views_static/components/teaser/components/teaser_body.hbs +1 -1
  74. package/dist/views_static/components/teaser/components/teaser_title.hbs +1 -1
  75. package/dist/views_static/components/teaser/ticker/teaser_ticker_body.hbs +1 -1
  76. package/dist/views_static/components/teaser/utilities/teaser_image_cypress_hook_classes.hbs +5 -5
  77. package/dist/views_static/components/topictag/topictag_collection.hbs +12 -0
  78. package/package.json +1 -1
  79. package/postcss.config.js +1 -0
  80. package/src/assets/fixtures/audio/audios.inc.json +6 -6
  81. package/src/assets/fixtures/mediaplayer/mediaplayer.json +52 -0
  82. package/src/assets/fixtures/page/podcast/podcast_player_episode.json +4 -4
  83. package/src/assets/fixtures/page/story/story.inc.json +25 -1
  84. package/src/assets/fixtures/teaser/teaser_labels.inc.json +2 -2
  85. package/src/assets/fixtures/video/videos.inc.json +5 -5
  86. package/src/assets/tailwind.css +640 -216
  87. package/src/assets/vendor/ardplayer/ardplayer-SANDLibrary.6914f2bf.chunk.js +215 -0
  88. package/src/assets/vendor/ardplayer/ardplayer-hr-6.8.3.0b83d962.css +1 -0
  89. package/src/assets/vendor/ardplayer/ardplayer-hr-6.8.3.82603554.js +1 -0
  90. package/src/assets/vendor/ardplayer/ardplayer-libimsc.df21844d.chunk.js +12 -0
  91. package/src/assets/vendor/ardplayer/ardplayer-pluginchromecast.7ac38542.chunk.js +1 -0
  92. package/src/assets/vendor/ardplayer/ardplayer-plugindash.5f1cc2a5.chunk.js +10 -0
  93. package/src/assets/vendor/ardplayer/ardplayer-pluginhls.f2dda4ed.chunk.js +1 -0
  94. package/src/assets/vendor/ardplayer/ardplayer-pluginhtmla.0091a55c.chunk.js +1 -0
  95. package/src/assets/vendor/ardplayer/ardplayer-pluginhtmlv.79984eb8.chunk.js +1 -0
  96. package/src/assets/vendor/ardplayer/assets/47c7582569a6257c08cd-ardplayer.woff +0 -0
  97. package/src/assets/vendor/ardplayer/assets/863e0304cfbfcb2dc097-ardplayer-audio.woff +0 -0
  98. package/src/assets/vendor/ardplayer/assets/img/3sat-97c7c01a.svg +1 -0
  99. package/src/assets/vendor/ardplayer/assets/img/alpha-29b57b3e.svg +1 -0
  100. package/src/assets/vendor/ardplayer/assets/img/ard-b0376fe1.svg +1 -0
  101. package/src/assets/vendor/ardplayer/assets/img/arte-8a174832.svg +1 -0
  102. package/src/assets/vendor/ardplayer/assets/img/br-1a782a5d.svg +1 -0
  103. package/src/assets/vendor/ardplayer/assets/img/daserste-d6363449.svg +1 -0
  104. package/src/assets/vendor/ardplayer/assets/img/deutschlandradio-100cce3c.svg +1 -0
  105. package/src/assets/vendor/ardplayer/assets/img/dw-00fab9c1.svg +1 -0
  106. package/src/assets/vendor/ardplayer/assets/img/funk-605fd714.svg +1 -0
  107. package/src/assets/vendor/ardplayer/assets/img/hr-ea7b54c7.svg +1 -0
  108. package/src/assets/vendor/ardplayer/assets/img/kika-5a7ddc5f.svg +1 -0
  109. package/src/assets/vendor/ardplayer/assets/img/mdr-147ffd56.svg +1 -0
  110. package/src/assets/vendor/ardplayer/assets/img/ndr-af21bb92.svg +1 -0
  111. package/src/assets/vendor/ardplayer/assets/img/one-7594520c.svg +1 -0
  112. package/src/assets/vendor/ardplayer/assets/img/phoenix-49a512ab.svg +1 -0
  113. package/src/assets/vendor/ardplayer/assets/img/radiobremen-6ffa63ff.svg +1 -0
  114. package/src/assets/vendor/ardplayer/assets/img/rbb-6653f6ea.svg +1 -0
  115. package/src/assets/vendor/ardplayer/assets/img/sportschau-eaa739f1.svg +1 -0
  116. package/src/assets/vendor/ardplayer/assets/img/sr-63f113c4.svg +1 -0
  117. package/src/assets/vendor/ardplayer/assets/img/swr-3573dc63.svg +1 -0
  118. package/src/assets/vendor/ardplayer/assets/img/tagesschau24-51c2e8ef.svg +1 -0
  119. package/src/assets/vendor/ardplayer/assets/img/wdr-db5a40ca.svg +1 -0
  120. package/src/assets/vendor/ardplayer/assets/img/zdf-2d26a61f.svg +1 -0
  121. package/src/assets/vendor/ardplayer/assets/img/zdfinfo-47a13356.svg +1 -0
  122. package/src/assets/vendor/ardplayer/assets/img/zdfneo-41061594.svg +1 -0
  123. package/src/assets/vendor/ardplayer/schema/MediaCollection.v1.json +1136 -0
  124. package/src/assets/vendor/ardplayer/schema/PlayerConfiguration.v1.json +896 -0
  125. package/src/stories/Colors.data.js +7 -9
  126. package/src/stories/Colors.mdx +1 -3
  127. package/src/stories/views/components/base/link.hbs +14 -8
  128. package/src/stories/views/components/button/link_button.hbs +1 -1
  129. package/src/stories/views/components/button/link_button.stories.js +22 -0
  130. package/src/stories/views/components/button/utilities/button_variation_classes.hbs +13 -5
  131. package/src/stories/views/components/content/copytext/fixtures/copytext_podcastepisode.json +1 -1
  132. package/src/stories/views/components/footer/page_footer.hbs +1 -1
  133. package/src/stories/views/components/geoTag/geotag_collection.hbs +12 -0
  134. package/src/stories/views/components/mediaplayer/fixtures/mediaplayer.json +1 -0
  135. package/src/stories/views/components/mediaplayer/media_player.hbs +1 -1
  136. package/src/stories/views/components/mediaplayer/mediaplayer.mdx +72 -0
  137. package/src/stories/views/components/mediaplayer/mediaplayer.stories.js +68 -0
  138. package/src/stories/views/components/mediaplayer/mediaplayer_button.hbs +2 -2
  139. package/src/stories/views/components/page/components/appendix.hbs +17 -0
  140. package/src/stories/views/components/page/components/appendix.mdx +27 -0
  141. package/src/stories/views/components/page/components/appendix.stories.js +31 -0
  142. package/src/stories/views/components/page/fixtures/page.json +1 -1
  143. package/src/stories/views/components/page/podcast/fixtures/podcast_player_episode.json +1 -1
  144. package/src/stories/views/components/page/podcast/fixtures/podcast_player_playlist.json +1 -1
  145. package/src/stories/views/components/page/story/fixtures/story.json +1 -1
  146. package/src/stories/views/components/page/story/fixtures/story_with_label.json +1 -1
  147. package/src/stories/views/components/page/story/fixtures/story_with_square_image.json +1 -1
  148. package/src/stories/views/components/page/story/story_article.hbs +2 -0
  149. package/src/stories/views/components/pagination/fixtures/page_pagination.json +1 -1
  150. package/src/stories/views/components/program_reference/program_reference.hbs +2 -2
  151. package/src/stories/views/components/site_header/navigation_search/quick_search_form.hbs +2 -2
  152. package/src/stories/views/components/teaser/cluster/teaser_cluster.hbs +1 -1
  153. package/src/stories/views/components/teaser/cluster/teaser_cluster_list.hbs +3 -3
  154. package/src/stories/views/components/teaser/components/teaser_av_consumption.hbs +5 -5
  155. package/src/stories/views/components/teaser/components/teaser_body.hbs +1 -1
  156. package/src/stories/views/components/teaser/components/teaser_title.hbs +1 -1
  157. package/src/stories/views/components/teaser/fixtures/cluster_teaser_Podcast_Channel.json +1 -1
  158. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_audio.json +1 -1
  159. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_live.json +1 -1
  160. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_video.json +1 -1
  161. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_audio.json +1 -1
  162. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_live.json +1 -1
  163. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_video.json +1 -1
  164. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_audio.json +1 -1
  165. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_live.json +1 -1
  166. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_video.json +1 -1
  167. package/src/stories/views/components/teaser/fixtures/teaser_group_100.json +1 -1
  168. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight.json +1 -1
  169. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight_2.json +1 -1
  170. package/src/stories/views/components/teaser/fixtures/teaser_group_related_content_100.json +1 -1
  171. package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -1
  172. package/src/stories/views/components/teaser/fixtures/teaser_podcast.json +1 -1
  173. package/src/stories/views/components/teaser/fixtures/teaser_podcast_50.json +1 -1
  174. package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist.json +1 -1
  175. package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist_50.json +1 -1
  176. package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist_filter.json +1 -1
  177. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio.json +1 -1
  178. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio_livestream.json +1 -1
  179. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_live.json +1 -1
  180. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_podcast.json +1 -1
  181. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_video.json +1 -1
  182. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio.json +1 -1
  183. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio_livestream.json +1 -1
  184. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_live.json +1 -1
  185. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_podcast.json +1 -1
  186. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_video.json +1 -1
  187. package/src/stories/views/components/teaser/fixtures/teaser_tabbox.json +1 -1
  188. package/src/stories/views/components/teaser/fixtures/ticker_teaser_alternativ_hero_audio.json +1 -1
  189. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_hero_audio.json +1 -1
  190. package/src/stories/views/components/teaser/ticker/teaser_ticker_body.hbs +1 -1
  191. package/src/stories/views/components/teaser/utilities/teaser_image_cypress_hook_classes.hbs +5 -5
  192. package/src/stories/views/components/topictag/topictag_collection.hbs +12 -0
  193. package/tailwind.config.js +23 -20
  194. package/dist/assets/vendor/ardplayer/ardplayer-hr-6.3.11.79310671.css +0 -2
  195. package/dist/assets/vendor/ardplayer/ardplayer-hr-6.3.11.c442fe17.js +0 -6
  196. package/dist/assets/vendor/ardplayer/ardplayer-libimsc.304b8154.chunk.js +0 -12
  197. package/dist/assets/vendor/ardplayer/ardplayer-pluginchromecast.68c280ed.chunk.js +0 -1
  198. package/dist/assets/vendor/ardplayer/ardplayer-plugindash.a7275c59.chunk.js +0 -1174
  199. package/dist/assets/vendor/ardplayer/ardplayer-pluginhls.f615d5a2.chunk.js +0 -365
  200. package/dist/assets/vendor/ardplayer/ardplayer-pluginhtmla.d04cedbb.chunk.js +0 -1
  201. package/dist/assets/vendor/ardplayer/ardplayer-pluginhtmlv.866c1fbf.chunk.js +0 -1
  202. package/dist/assets/vendor/ardplayer/ardplayer-sandlibrary.a58cd041.chunk.js +0 -0
  203. package/src/assets/vendor/ardplayer/ardplayer-hr-6.3.11.79310671.css +0 -2
  204. package/src/assets/vendor/ardplayer/ardplayer-hr-6.3.11.c442fe17.js +0 -6
  205. package/src/assets/vendor/ardplayer/ardplayer-libimsc.304b8154.chunk.js +0 -12
  206. package/src/assets/vendor/ardplayer/ardplayer-pluginchromecast.68c280ed.chunk.js +0 -1
  207. package/src/assets/vendor/ardplayer/ardplayer-plugindash.a7275c59.chunk.js +0 -1174
  208. package/src/assets/vendor/ardplayer/ardplayer-pluginhls.f615d5a2.chunk.js +0 -365
  209. package/src/assets/vendor/ardplayer/ardplayer-pluginhtmla.d04cedbb.chunk.js +0 -1
  210. package/src/assets/vendor/ardplayer/ardplayer-pluginhtmlv.866c1fbf.chunk.js +0 -1
  211. package/src/assets/vendor/ardplayer/ardplayer-sandlibrary.a58cd041.chunk.js +0 -0
@@ -0,0 +1,17 @@
1
+ <div class="mt-12 md:mt-14">
2
+ {{~#with this.programReference~}}
3
+ {{~#if this.hasReference~}}
4
+ <div class="clear-both mb-8 md:mb-10">
5
+ {{> components/program_reference/program_reference _isArticle=../_isArticle}}
6
+ </div>
7
+ {{~/if~}}
8
+ {{~/with~}}
9
+ {{#unless _webview}}
10
+ {{~#with this.geotag}}
11
+ {{> components/geoTag/geotag_collection }}
12
+ {{/with~}}
13
+ {{#with this.topictags}}
14
+ {{> components/topictag/topictag_collection }}
15
+ {{/with}}
16
+ {{/unless}}
17
+ </div>
@@ -28,6 +28,8 @@
28
28
  {{/unless}}
29
29
  {{~> components/content/copytext/copytext _isWebview=_webview ~}}
30
30
 
31
+ {{> components/page/components/appendix _isArticle=true }}
32
+
31
33
  {{> components/page/components/comments }}
32
34
 
33
35
  {{/components/page/base/page_wrapper}}
@@ -1,5 +1,5 @@
1
1
  <div class="flex flex-wrap ">
2
- <span class="w-full text-sm uppercase sm:w-fit font-headingSerif ">{{loca "story_program_supplier"}}</span><!--
2
+ <span class="w-full text-sm {{#unless _isArticle}}uppercase{{/unless}} sm:w-fit font-headingSerif ">{{loca "story_program_supplier"}}</span><!--
3
3
  -->
4
4
  <div class="flex flex-wrap pt-2 gap-x-4 w-fit sm:w-full">
5
5
  {{#if this.link}}
@@ -11,7 +11,7 @@
11
11
  {{/if}}
12
12
  {{#if this.date}}
13
13
  <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
14
- class="pt-1 text-xs font-copy">
14
+ class="{{#if _isArticle}}pt-3 md:pt-4{{else}}pt-1{{/if}} text-xs font-copy">
15
15
  {{#if this.displayWithTime}}
16
16
  {{loca "date_simple_at" this.date.dateSeparatorTime}}
17
17
  {{else}}
@@ -3,7 +3,7 @@
3
3
  role="search"
4
4
  action="{{resourceUrl "suche/index.nocache"}}"
5
5
  method="get"
6
- class="relative flex w-full border rounded cy-quick-search-form lg:search-border-desktop search-border-mobile sb-quick-search-form md:justify-end"
6
+ class="relative flex w-full border rounded ui-test-quick-search-form lg:search-border-desktop search-border-mobile sb-quick-search-form md:justify-end"
7
7
  >
8
8
  <div
9
9
  class="flex {{~#if _footer}} flex-col-reverse h-10 gap-y-1 {{else}} lg:h-10 {{/if}} w-full"
@@ -19,7 +19,7 @@
19
19
  name="query"
20
20
  x-model="query"
21
21
  placeholder='{{loca "search_input_placeholder" }}'
22
- class="cy-quick-search w-full px-2 {{~#if _footer}} h-10 py-3 placeholder-search-footer-text text-search-footer-text {{else}} py-2 placeholder-search-header-text text-search-header-text {{/if}} text-base leading-4 placeholder-opacity-100 rounded-l appearance-none lg:top-10 placeholder-text-xs focus:outline-none"
22
+ class="ui-test-quick-search w-full px-2 {{~#if _footer}} h-10 py-3 placeholder-search-footer-text text-search-footer-text {{else}} py-2 placeholder-search-header-text text-search-header-text {{/if}} text-base leading-4 placeholder-opacity-100 rounded-l appearance-none lg:top-10 placeholder-text-xs focus:outline-none"
23
23
  type="text"
24
24
  id="searchInput--{{getRandom}}"
25
25
  autocomplete="off"
@@ -1,5 +1,5 @@
1
1
  {{#if this.isValid}}
2
- <article class="cy-teaser-cluster{{if this.isOrdered '--ordered'}} mx-5 sm:mx-0 col-span-12 grid bg-highlight-1 rounded-tl-hr rounded-br-hr{{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}} ">
2
+ <article class="ui-test-teaser-cluster{{if this.isOrdered '--ordered'}} mx-5 sm:mx-0 col-span-12 grid bg-highlight-1 rounded-tl-hr rounded-br-hr{{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}} ">
3
3
  <div class="">
4
4
  <h2 class="flex items-center px-5 py-5 text-clusterTeaserHeadline">
5
5
  {{#if this.teaserLogo}}
@@ -18,12 +18,12 @@
18
18
  {{/if~}}
19
19
  {{~#with this.clusterTeaserItems}}
20
20
  {{~#if ../this.isOrdered}}
21
- <ol class="cy-teaser-cluster__list mx-5 list-none divide-y divide-white divide-solid counter-reset border-t border-white{{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:-pt-5 md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
21
+ <ol class="ui-test-teaser-cluster__list mx-5 list-none divide-y divide-white divide-solid counter-reset border-t border-white{{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:-pt-5 md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
22
22
  {{else}}
23
- <ul class="cy-teaser-cluster__list mx-5 divide-y divide-white divide-solid border-t border-white {{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:-pt-5 md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
23
+ <ul class="ui-test-teaser-cluster__list mx-5 divide-y divide-white divide-solid border-t border-white {{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:-pt-5 md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
24
24
  {{/if}}
25
25
  {{~#each this~}}
26
- <li class="cy-teaser-cluster__item {{#if ../../this.isOrdered}}-ordered{{/if}} py-3{{#unless ../../this.overviewLink.link}} last-of-type:pb-3{{/unless~}}{{~#if ../../this.showFirstImageOrGenreImage}}{{~inline-switch ../../this.realTeaserSize '["100"]' '[" md:first-of-type:pt-0"]'}}{{/if~}}">
26
+ <li class="ui-test-teaser-cluster__item {{#if ../../this.isOrdered}}-ordered{{/if}} py-3{{#unless ../../this.overviewLink.link}} last-of-type:pb-3{{/unless~}}{{~#if ../../this.showFirstImageOrGenreImage}}{{~inline-switch ../../this.realTeaserSize '["100"]' '[" md:first-of-type:pt-0"]'}}{{/if~}}">
27
27
  {{> components/teaser/cluster/teaser_cluster_item _size=../this.realTeaserSize _ordered=../../this.isOrdered }}
28
28
  </li>
29
29
  {{~/each}}
@@ -1,7 +1,7 @@
1
1
  {{#with this.teaserLead.avDocument}}
2
2
  {{~#if this.isVideo ~}}
3
3
  {{#with this.toModel.videoElement}}
4
- {{~> components/mediaplayer/media_player _cypressHook="js-video-ondemand" _mediaButtonIcon="play_button" _mediaButtonLabel="Video" _isTeaser=true _teaser=../../this _aspectRatio=../../_aspectRatio _teaserSize=../../_teaserSize _isMobile1to1=../../_isMobile1to1 _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
4
+ {{~> components/mediaplayer/media_player _uiTestHook="ui-test-video-ondemand-player" _mediaButtonIcon="play_button" _mediaButtonLabel="Video" _isTeaser=true _teaser=../../this _aspectRatio=../../_aspectRatio _teaserSize=../../_teaserSize _isMobile1to1=../../_isMobile1to1 _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
5
5
  {{#if ../../_isMobile1to1~}}
6
6
  {{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
7
7
  {{~/if~}}
@@ -9,7 +9,7 @@
9
9
  {{~/if~}}
10
10
  {{~#if this.isAudio ~}}
11
11
  {{#with this.toModel.audioElement}}
12
- {{~> components/mediaplayer/media_player _cypressHook="js-audio-ondemand" _mediaButtonIcon="audio_button" _mediaButtonLabel="Audio" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
12
+ {{~> components/mediaplayer/media_player _uiTestHook="ui-test-audio-ondemand-player" _mediaButtonIcon="audio_button" _mediaButtonLabel="Audio" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
13
13
  {{#if ../../_isMobile1to1~}}
14
14
  {{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
15
15
  {{~/if~}}
@@ -17,7 +17,7 @@
17
17
  {{~/if~}}
18
18
  {{~#if this.isPodcast ~}}
19
19
  {{#with this.toModel.audioElement}}
20
- {{~> components/mediaplayer/media_player _cypressHook="js-audio-ondemand" _mediaButtonIcon="audio_button" _mediaButtonLabel="Podcast" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
20
+ {{~> components/mediaplayer/media_player _uiTestHook="ui-test-audio-ondemand-player" _mediaButtonIcon="audio_button" _mediaButtonLabel="Podcast" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
21
21
  {{#if ../../_isMobile1to1~}}
22
22
  {{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
23
23
  {{~/if~}}
@@ -25,7 +25,7 @@
25
25
  {{~/if~}}
26
26
  {{~#if this.isAudioEventLivestream ~}}
27
27
  {{#with this.toModel.audioLivestreamElement}}
28
- {{~> components/mediaplayer/media_player _cypressHook="js-video-livestream" _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _isLivestream="true" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
28
+ {{~> components/mediaplayer/media_player _uiTestHook="ui-test-audio-livestream-player" _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _isLivestream="true" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
29
29
  {{#if ../../_isMobile1to1~}}
30
30
  {{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
31
31
  {{~/if~}}
@@ -33,7 +33,7 @@
33
33
  {{~/if~}}
34
34
  {{~#if this.isLivestream ~}}
35
35
  {{#with this.toModel.videoLivestreamElement}}
36
- {{~> components/mediaplayer/media_player _cypressHook="js-video-livestream" _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _isLivestream="true" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
36
+ {{~> components/mediaplayer/media_player _uiTestHook="ui-test-video-livestream-player" _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _isLivestream="true" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
37
37
  {{#if ../../_isMobile1to1~}}
38
38
  {{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
39
39
  {{~/if~}}
@@ -4,7 +4,7 @@
4
4
 
5
5
  {{#with this}}
6
6
  {{#> components/teaser/components/teaser_header _css=(if this.isMobile1to1 "" "px-5 sm:px-0")}}
7
- {{#> components/base/link _link=this.link _css="cy-teaser-link ds-teaser-focus hover:text-toplineColor" }}
7
+ {{#> components/base/link _link=this.link _css="ui-test-teaser-link ds-teaser-focus hover:text-toplineColor" }}
8
8
  {{#with this.label}}
9
9
  {{#> components/label/label_group}}
10
10
  {{> components/label/label _type=this.type _css="" _text=(loca this.loca)}}
@@ -1,3 +1,3 @@
1
- <span class='cy-teaser-title block mt-0.5 font-title font-bold {{> components/teaser/components/teaser_title_classes _size=_size _teaserType=_teaserType _isMobile1to1=_isMobile1to1 _firstItem=_firstItem _isCopytext=_isCopytext}}{{#if _css}} {{_css}}{{/if}}'>
1
+ <span class='ui-test-teaser-title block mt-0.5 font-title font-bold {{> components/teaser/components/teaser_title_classes _size=_size _teaserType=_teaserType _isMobile1to1=_isMobile1to1 _firstItem=_firstItem _isCopytext=_isCopytext}}{{#if _css}} {{_css}}{{/if}}'>
2
2
  {{~_text~}}
3
3
  </span>
@@ -1,7 +1,7 @@
1
1
  <div class="h-full flex-col flex w-full{{#if _outerCssClasses}} {{_outerCssClasses}}{{/if}}">
2
2
 
3
3
  {{#> components/teaser/components/teaser_header _css=(if this.isStandardTeaser "px-5" "px-5 md:px-0")}}
4
- {{#>components/base/link _link=this.link _css="block link-focus-white cy-teaser-link" }}
4
+ {{#>components/base/link _link=this.link _css="block link-focus-white ui-test-teaser-link" }}
5
5
  {{#with this.label}}
6
6
  {{#> components/label/label_group}}
7
7
  {{> components/label/label _type=this.type _text=(loca this.loca) }}
@@ -1,5 +1,5 @@
1
- {{~if this.teaserLead.avDocument.isVideo 'cy-video '~}}
2
- {{~if this.teaserLead.avDocument.isAudio 'cy-audio '~}}
3
- {{~if this.teaserLead.avDocument.isPodcast 'cy-podcast '~}}
4
- {{~if this.teaserLead.avDocument.isLivestream 'cy-video-livestream '~}}
5
- {{~if this.teaserLead.avDocument.isAudioEventLivestream 'cy-audio-livestream '~}}
1
+ {{~if this.teaserLead.avDocument.isVideo 'ui-test-video '~}}
2
+ {{~if this.teaserLead.avDocument.isAudio 'ui-test-audio '~}}
3
+ {{~if this.teaserLead.avDocument.isPodcast 'ui-test-podcast '~}}
4
+ {{~if this.teaserLead.avDocument.isLivestream 'ui-test-video-livestream '~}}
5
+ {{~if this.teaserLead.avDocument.isAudioEventLivestream 'ui-test-audio-livestream '~}}
@@ -0,0 +1,12 @@
1
+ <nav role="navigation" aria-label="{{loca "geotag_related_content_headline"}}" class="">
2
+ <ul class="">
3
+ {{~#each this~}}
4
+ <li class="float-left mt-2 mr-2">
5
+ {{~#> components/button/link_button _url=this.url _variant="secondary" _size="sm" _css="overflow-hidden" _onWhite=true}}
6
+ {{> components/button/components/button_icon _icon="taglabel" _iconmap="icons" _css=""}}
7
+ {{>components/button/components/button_label _label=this.title _css="flex-1 truncate"}}
8
+ {{/components/button/link_button}}
9
+ </li>
10
+ {{~/each~}}
11
+ </ul>
12
+ </nav>
@@ -1,8 +1,14 @@
1
- <a {{#with _link.webviewUrl}}data-webviewurl="{{this}}"{{/with}} {{#if _link.isStaticUrl}}href="{{#if _link.site}}{{resourceUrl _link.url _site=_link.site}}{{else}}{{resourceUrl _link.url}}{{/if}}{{else}}href="{{_link.url}}{{/if}}{{#if this.hasComments}}#commentList{{/if}}"
2
- class="sb-link ds-link js-load{{#if _link.isUserConsentNeeded}} js-user-consent-needed{{/if}} {{#if _isSelected}} {{defaultIfEmpty _selectedCssClass "-current"}}{{/if}}{{#if _css}} {{_css}}{{/if}} {{#> css}}{{/css}}"
3
- {{#if _link.isTargetBlank}} target="_blank" rel="noopener{{#if _link.hasNoReferrerFlag}} noreferrer{{/if}}"{{/if}}
4
- {{#if _isAriaHidden}} aria-hidden="true" tabindex="-1"{{/if}}
5
- {{#> htmlProperties}}{{/htmlProperties}}
6
- >
7
- {{~> @partial-block ~}}
8
- </a>
1
+ {{#if _url}}
2
+ <a class="{{#if _css}}{{_css}}{{/if}} {{#> css}}{{/css}}" href="{{_url}}">
3
+ {{~> @partial-block ~}}
4
+ </a>
5
+ {{else}}
6
+ <a {{#with _link.webviewUrl}}data-webviewurl="{{this}}"{{/with}} {{#if _link.isStaticUrl}}href="{{#if _link.site}}{{resourceUrl _link.url _site=_link.site}}{{else}}{{resourceUrl _link.url}}{{/if}}{{else}}href="{{_link.url}}{{/if}}{{#if this.hasComments}}#commentList{{/if}}"
7
+ class="sb-link ds-link js-load{{#if _link.isUserConsentNeeded}} js-user-consent-needed{{/if}} {{#if _isSelected}} {{defaultIfEmpty _selectedCssClass "-current"}}{{/if}}{{#if _css}} {{_css}}{{/if}} {{#> css}}{{/css}}"
8
+ {{#if _link.isTargetBlank}} target="_blank" rel="noopener{{#if _link.hasNoReferrerFlag}} noreferrer{{/if}}"{{/if}}
9
+ {{#if _isAriaHidden}} aria-hidden="true" tabindex="-1"{{/if}}
10
+ {{#> htmlProperties}}{{/htmlProperties}}
11
+ >
12
+ {{~> @partial-block ~}}
13
+ </a>
14
+ {{/if}}
@@ -1,4 +1,4 @@
1
- {{#> components/base/link _link=_link _css=_css _isAriaHidden=_isAriaHidden}}
1
+ {{#> components/base/link _link=_link _url=_url _css=_css _isAriaHidden=_isAriaHidden}}
2
2
  {{> @partial-block }}
3
3
  {{/components/base/link}}
4
4
  {{#*inline "css"~}}
@@ -13,10 +13,18 @@
13
13
  ~}}
14
14
 
15
15
  {{else}}
16
- {{~inline-switch
17
- _variant
18
- '["primary","secondary","tertiary"]'
19
- '[" border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "," border text-button border-button hover:bg-button-inverted active:bg-button-primary--inverted"," border bg-transparent border-transparent text-button hover:bg-button-inverted hover:border-button active:bg-button-primary--inverted"," border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "]'
20
- ~}}
16
+ {{#if _onWhite~}}
17
+ {{~inline-switch
18
+ _variant
19
+ '["secondary"]'
20
+ '[" border text-button border-button hover:text-white hover:bg-button--dark hover:border-button--dark active:bg-button--dark"]'
21
+ ~}}
22
+ {{else}}
23
+ {{~inline-switch
24
+ _variant
25
+ '["primary","secondary","tertiary"]'
26
+ '[" border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "," border text-button border-button hover:bg-button-inverted active:bg-button-primary--inverted"," border bg-transparent border-transparent text-button hover:bg-button-inverted hover:border-button active:bg-button-primary--inverted"," border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "]'
27
+ ~}}
28
+ {{/if}}
21
29
  {{/if}}
22
30
  {{~#unless _disableButtonPress}} active:scale-95{{/unless}}
@@ -1,4 +1,4 @@
1
- <footer class="relative grid justify-center w-full text-base border-t grid-page cy-footer pb-footer-padding-bottom text-footer-text print:hidden bg-footer-bg border-footer-border js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter" >
1
+ <footer class="relative grid justify-center w-full text-base border-t grid-page ui-test-footer pb-footer-padding-bottom text-footer-text print:hidden bg-footer-bg border-footer-border js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter" >
2
2
  <div class="absolute top-feature-box-height" x-data x-intersect="$store.footerIsVisible = true" x-intersect:leave="$store.footerIsVisible = false"></div>
3
3
  <div class="col-full sm:col-main md:px-9.5">
4
4
  <span class="hidden">Footer Navigation</span>
@@ -0,0 +1,12 @@
1
+ <nav role="navigation" aria-label="{{loca "geotag_related_content_headline"}}" class="">
2
+ <ul class="">
3
+ {{~#each this~}}
4
+ <li class="float-left mt-2 mr-2">
5
+ {{~#> components/button/link_button _url=this.url _variant="secondary" _size="sm" _css="overflow-hidden" _onWhite=true}}
6
+ {{> components/button/components/button_icon _icon="ortsmarke" _iconmap="icons" _css=""}}
7
+ {{>components/button/components/button_label _label=this.title _css="flex-1 truncate"}}
8
+ {{/components/button/link_button}}
9
+ </li>
10
+ {{~/each~}}
11
+ </ul>
12
+ </nav>
@@ -1,4 +1,4 @@
1
- <div x-show="avStart" x-cloak id="{{this.ardPlayerConfig.playerId}}" class="ar-16-9 h-full {{~#if _addClassImg}} {{_addClassImg}}{{/if}} {{#if _isTeaser}} z-20{{/if}} js-load {{if _cypressHook _cypressHook 'js-media-element'}} js-video-livestream cy-mediaplayer" data-hr-mediaplayer-loader='{{json this.ardPlayerJsonConfig}}'>
1
+ <div{{#if _isTeaser}} x-show="avStart" x-cloak{{/if}} id="{{this.ardPlayerConfig.playerId}}" class="ar-16-9 h-full {{~#if _addClassImg}} {{_addClassImg}}{{/if}} {{#if _isTeaser}} z-20{{/if}} js-load {{if _uiTestHook _uiTestHook 'ui-test-mediaplayer'}}" data-hr-mediaplayer-loader='{{json this.ardPlayerJsonConfig}}'>
2
2
  </div>
3
3
  {{#if _isTeaser}}
4
4
  <div class="relative {{_aspectRatio}}" x-show="!avStart" >
@@ -1,11 +1,11 @@
1
1
  {{#with this}}
2
2
  {{#> components/button/button _variant="tertiary" _type="button" _css=_css _alpineClick="avStart = !avStart; $dispatch('player_start')"}}
3
3
  {{#with this}}
4
- {{> components/base/image/icon _addClass=(appendToDefault (if _isLivestream "text-orange-spicyCarrot group-hover:fill-orange-spicyCarrot" "text-media-button group-hover:fill-media-button") "w-10 h-10 fill-white group-hover:text-white inline ") _icon=_icon}}
4
+ {{> components/base/image/icon _addClass=(appendToDefault (if _isLivestream "text-media-button-live group-hover:fill-media-button-live" "text-media-button group-hover:fill-media-button") "w-10 h-10 fill-white group-hover:text-white inline ") _icon=_icon}}
5
5
  {{#*inline "css"}}{{/inline}}
6
6
  {{/with}}
7
7
  {{>components/button/components/button_label _css="sr-only" _label=_label}}
8
8
  {{/components/button/button}}
9
- {{#*inline "css"}}js-mediaplayer__button cy-mediaplayer-trigger group rounded-full {{> components/button/utilities/button_on_image_classes _teaserSize=_teaserSize _teaserType=_teaserType _isMobile1to1=_isMobile1to1}}{{/inline}}
9
+ {{#*inline "css"}}js-mediaplayer__button ui-test-mediaplayer-trigger group rounded-full {{> components/button/utilities/button_on_image_classes _teaserSize=_teaserSize _teaserType=_teaserType _isMobile1to1=_isMobile1to1}}{{/inline}}
10
10
  {{#*inline "htmlProperties"}}{{/inline}}
11
11
  {{/with}}
@@ -0,0 +1,17 @@
1
+ <div class="mt-12 md:mt-14">
2
+ {{~#with this.programReference~}}
3
+ {{~#if this.hasReference~}}
4
+ <div class="clear-both mb-8 md:mb-10">
5
+ {{> components/program_reference/program_reference _isArticle=../_isArticle}}
6
+ </div>
7
+ {{~/if~}}
8
+ {{~/with~}}
9
+ {{#unless _webview}}
10
+ {{~#with this.geotag}}
11
+ {{> components/geoTag/geotag_collection }}
12
+ {{/with~}}
13
+ {{#with this.topictags}}
14
+ {{> components/topictag/topictag_collection }}
15
+ {{/with}}
16
+ {{/unless}}
17
+ </div>
@@ -28,6 +28,8 @@
28
28
  {{/unless}}
29
29
  {{~> components/content/copytext/copytext _isWebview=_webview ~}}
30
30
 
31
+ {{> components/page/components/appendix _isArticle=true }}
32
+
31
33
  {{> components/page/components/comments }}
32
34
 
33
35
  {{/components/page/base/page_wrapper}}
@@ -1,5 +1,5 @@
1
1
  <div class="flex flex-wrap ">
2
- <span class="w-full text-sm uppercase sm:w-fit font-headingSerif ">{{loca "story_program_supplier"}}</span><!--
2
+ <span class="w-full text-sm {{#unless _isArticle}}uppercase{{/unless}} sm:w-fit font-headingSerif ">{{loca "story_program_supplier"}}</span><!--
3
3
  -->
4
4
  <div class="flex flex-wrap pt-2 gap-x-4 w-fit sm:w-full">
5
5
  {{#if this.link}}
@@ -11,7 +11,7 @@
11
11
  {{/if}}
12
12
  {{#if this.date}}
13
13
  <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
14
- class="pt-1 text-xs font-copy">
14
+ class="{{#if _isArticle}}pt-3 md:pt-4{{else}}pt-1{{/if}} text-xs font-copy">
15
15
  {{#if this.displayWithTime}}
16
16
  {{loca "date_simple_at" this.date.dateSeparatorTime}}
17
17
  {{else}}
@@ -3,7 +3,7 @@
3
3
  role="search"
4
4
  action="{{resourceUrl "suche/index.nocache"}}"
5
5
  method="get"
6
- class="relative flex w-full border rounded cy-quick-search-form lg:search-border-desktop search-border-mobile sb-quick-search-form md:justify-end"
6
+ class="relative flex w-full border rounded ui-test-quick-search-form lg:search-border-desktop search-border-mobile sb-quick-search-form md:justify-end"
7
7
  >
8
8
  <div
9
9
  class="flex {{~#if _footer}} flex-col-reverse h-10 gap-y-1 {{else}} lg:h-10 {{/if}} w-full"
@@ -19,7 +19,7 @@
19
19
  name="query"
20
20
  x-model="query"
21
21
  placeholder='{{loca "search_input_placeholder" }}'
22
- class="cy-quick-search w-full px-2 {{~#if _footer}} h-10 py-3 placeholder-search-footer-text text-search-footer-text {{else}} py-2 placeholder-search-header-text text-search-header-text {{/if}} text-base leading-4 placeholder-opacity-100 rounded-l appearance-none lg:top-10 placeholder-text-xs focus:outline-none"
22
+ class="ui-test-quick-search w-full px-2 {{~#if _footer}} h-10 py-3 placeholder-search-footer-text text-search-footer-text {{else}} py-2 placeholder-search-header-text text-search-header-text {{/if}} text-base leading-4 placeholder-opacity-100 rounded-l appearance-none lg:top-10 placeholder-text-xs focus:outline-none"
23
23
  type="text"
24
24
  id="searchInput--{{getRandom}}"
25
25
  autocomplete="off"
@@ -1,5 +1,5 @@
1
1
  {{#if this.isValid}}
2
- <article class="cy-teaser-cluster{{if this.isOrdered '--ordered'}} mx-5 sm:mx-0 col-span-12 grid bg-highlight-1 rounded-tl-hr rounded-br-hr{{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}} ">
2
+ <article class="ui-test-teaser-cluster{{if this.isOrdered '--ordered'}} mx-5 sm:mx-0 col-span-12 grid bg-highlight-1 rounded-tl-hr rounded-br-hr{{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}} ">
3
3
  <div class="">
4
4
  <h2 class="flex items-center px-5 py-5 text-clusterTeaserHeadline">
5
5
  {{#if this.teaserLogo}}
@@ -18,12 +18,12 @@
18
18
  {{/if~}}
19
19
  {{~#with this.clusterTeaserItems}}
20
20
  {{~#if ../this.isOrdered}}
21
- <ol class="cy-teaser-cluster__list mx-5 list-none divide-y divide-white divide-solid counter-reset border-t border-white{{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:-pt-5 md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
21
+ <ol class="ui-test-teaser-cluster__list mx-5 list-none divide-y divide-white divide-solid counter-reset border-t border-white{{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:-pt-5 md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
22
22
  {{else}}
23
- <ul class="cy-teaser-cluster__list mx-5 divide-y divide-white divide-solid border-t border-white {{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:-pt-5 md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
23
+ <ul class="ui-test-teaser-cluster__list mx-5 divide-y divide-white divide-solid border-t border-white {{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:-pt-5 md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
24
24
  {{/if}}
25
25
  {{~#each this~}}
26
- <li class="cy-teaser-cluster__item {{#if ../../this.isOrdered}}-ordered{{/if}} py-3{{#unless ../../this.overviewLink.link}} last-of-type:pb-3{{/unless~}}{{~#if ../../this.showFirstImageOrGenreImage}}{{~inline-switch ../../this.realTeaserSize '["100"]' '[" md:first-of-type:pt-0"]'}}{{/if~}}">
26
+ <li class="ui-test-teaser-cluster__item {{#if ../../this.isOrdered}}-ordered{{/if}} py-3{{#unless ../../this.overviewLink.link}} last-of-type:pb-3{{/unless~}}{{~#if ../../this.showFirstImageOrGenreImage}}{{~inline-switch ../../this.realTeaserSize '["100"]' '[" md:first-of-type:pt-0"]'}}{{/if~}}">
27
27
  {{> components/teaser/cluster/teaser_cluster_item _size=../this.realTeaserSize _ordered=../../this.isOrdered }}
28
28
  </li>
29
29
  {{~/each}}
@@ -1,7 +1,7 @@
1
1
  {{#with this.teaserLead.avDocument}}
2
2
  {{~#if this.isVideo ~}}
3
3
  {{#with this.toModel.videoElement}}
4
- {{~> components/mediaplayer/media_player _cypressHook="js-video-ondemand" _mediaButtonIcon="play_button" _mediaButtonLabel="Video" _isTeaser=true _teaser=../../this _aspectRatio=../../_aspectRatio _teaserSize=../../_teaserSize _isMobile1to1=../../_isMobile1to1 _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
4
+ {{~> components/mediaplayer/media_player _uiTestHook="ui-test-video-ondemand-player" _mediaButtonIcon="play_button" _mediaButtonLabel="Video" _isTeaser=true _teaser=../../this _aspectRatio=../../_aspectRatio _teaserSize=../../_teaserSize _isMobile1to1=../../_isMobile1to1 _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
5
5
  {{#if ../../_isMobile1to1~}}
6
6
  {{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
7
7
  {{~/if~}}
@@ -9,7 +9,7 @@
9
9
  {{~/if~}}
10
10
  {{~#if this.isAudio ~}}
11
11
  {{#with this.toModel.audioElement}}
12
- {{~> components/mediaplayer/media_player _cypressHook="js-audio-ondemand" _mediaButtonIcon="audio_button" _mediaButtonLabel="Audio" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
12
+ {{~> components/mediaplayer/media_player _uiTestHook="ui-test-audio-ondemand-player" _mediaButtonIcon="audio_button" _mediaButtonLabel="Audio" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
13
13
  {{#if ../../_isMobile1to1~}}
14
14
  {{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
15
15
  {{~/if~}}
@@ -17,7 +17,7 @@
17
17
  {{~/if~}}
18
18
  {{~#if this.isPodcast ~}}
19
19
  {{#with this.toModel.audioElement}}
20
- {{~> components/mediaplayer/media_player _cypressHook="js-audio-ondemand" _mediaButtonIcon="audio_button" _mediaButtonLabel="Podcast" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
20
+ {{~> components/mediaplayer/media_player _uiTestHook="ui-test-audio-ondemand-player" _mediaButtonIcon="audio_button" _mediaButtonLabel="Podcast" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
21
21
  {{#if ../../_isMobile1to1~}}
22
22
  {{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
23
23
  {{~/if~}}
@@ -25,7 +25,7 @@
25
25
  {{~/if~}}
26
26
  {{~#if this.isAudioEventLivestream ~}}
27
27
  {{#with this.toModel.audioLivestreamElement}}
28
- {{~> components/mediaplayer/media_player _cypressHook="js-video-livestream" _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _isLivestream="true" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
28
+ {{~> components/mediaplayer/media_player _uiTestHook="ui-test-audio-livestream-player" _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _isLivestream="true" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
29
29
  {{#if ../../_isMobile1to1~}}
30
30
  {{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
31
31
  {{~/if~}}
@@ -33,7 +33,7 @@
33
33
  {{~/if~}}
34
34
  {{~#if this.isLivestream ~}}
35
35
  {{#with this.toModel.videoLivestreamElement}}
36
- {{~> components/mediaplayer/media_player _cypressHook="js-video-livestream" _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _isLivestream="true" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
36
+ {{~> components/mediaplayer/media_player _uiTestHook="ui-test-video-livestream-player" _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _isLivestream="true" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
37
37
  {{#if ../../_isMobile1to1~}}
38
38
  {{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
39
39
  {{~/if~}}
@@ -4,7 +4,7 @@
4
4
 
5
5
  {{#with this}}
6
6
  {{#> components/teaser/components/teaser_header _css=(if this.isMobile1to1 "" "px-5 sm:px-0")}}
7
- {{#> components/base/link _link=this.link _css="cy-teaser-link ds-teaser-focus hover:text-toplineColor" }}
7
+ {{#> components/base/link _link=this.link _css="ui-test-teaser-link ds-teaser-focus hover:text-toplineColor" }}
8
8
  {{#with this.label}}
9
9
  {{#> components/label/label_group}}
10
10
  {{> components/label/label _type=this.type _css="" _text=(loca this.loca)}}
@@ -1,3 +1,3 @@
1
- <span class='cy-teaser-title block mt-0.5 font-title font-bold {{> components/teaser/components/teaser_title_classes _size=_size _teaserType=_teaserType _isMobile1to1=_isMobile1to1 _firstItem=_firstItem _isCopytext=_isCopytext}}{{#if _css}} {{_css}}{{/if}}'>
1
+ <span class='ui-test-teaser-title block mt-0.5 font-title font-bold {{> components/teaser/components/teaser_title_classes _size=_size _teaserType=_teaserType _isMobile1to1=_isMobile1to1 _firstItem=_firstItem _isCopytext=_isCopytext}}{{#if _css}} {{_css}}{{/if}}'>
2
2
  {{~_text~}}
3
3
  </span>
@@ -1,7 +1,7 @@
1
1
  <div class="h-full flex-col flex w-full{{#if _outerCssClasses}} {{_outerCssClasses}}{{/if}}">
2
2
 
3
3
  {{#> components/teaser/components/teaser_header _css=(if this.isStandardTeaser "px-5" "px-5 md:px-0")}}
4
- {{#>components/base/link _link=this.link _css="block link-focus-white cy-teaser-link" }}
4
+ {{#>components/base/link _link=this.link _css="block link-focus-white ui-test-teaser-link" }}
5
5
  {{#with this.label}}
6
6
  {{#> components/label/label_group}}
7
7
  {{> components/label/label _type=this.type _text=(loca this.loca) }}
@@ -1,5 +1,5 @@
1
- {{~if this.teaserLead.avDocument.isVideo 'cy-video '~}}
2
- {{~if this.teaserLead.avDocument.isAudio 'cy-audio '~}}
3
- {{~if this.teaserLead.avDocument.isPodcast 'cy-podcast '~}}
4
- {{~if this.teaserLead.avDocument.isLivestream 'cy-video-livestream '~}}
5
- {{~if this.teaserLead.avDocument.isAudioEventLivestream 'cy-audio-livestream '~}}
1
+ {{~if this.teaserLead.avDocument.isVideo 'ui-test-video '~}}
2
+ {{~if this.teaserLead.avDocument.isAudio 'ui-test-audio '~}}
3
+ {{~if this.teaserLead.avDocument.isPodcast 'ui-test-podcast '~}}
4
+ {{~if this.teaserLead.avDocument.isLivestream 'ui-test-video-livestream '~}}
5
+ {{~if this.teaserLead.avDocument.isAudioEventLivestream 'ui-test-audio-livestream '~}}
@@ -0,0 +1,12 @@
1
+ <nav role="navigation" aria-label="{{loca "geotag_related_content_headline"}}" class="">
2
+ <ul class="">
3
+ {{~#each this~}}
4
+ <li class="float-left mt-2 mr-2">
5
+ {{~#> components/button/link_button _url=this.url _variant="secondary" _size="sm" _css="overflow-hidden" _onWhite=true}}
6
+ {{> components/button/components/button_icon _icon="taglabel" _iconmap="icons" _css=""}}
7
+ {{>components/button/components/button_label _label=this.title _css="flex-1 truncate"}}
8
+ {{/components/button/link_button}}
9
+ </li>
10
+ {{~/each~}}
11
+ </ul>
12
+ </nav>
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",
8
8
  "repository": "https://github.com/szuelch/hr-design-system-handlebars",
9
- "version": "1.68.6",
9
+ "version": "1.69.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
package/postcss.config.js CHANGED
@@ -1,6 +1,7 @@
1
1
  module.exports = {
2
2
  plugins: {
3
3
  'postcss-import': {},
4
+ 'tailwindcss/nesting': {},
4
5
  'tailwindcss': {},
5
6
  'postcss-preset-env': {
6
7
  features: { 'focus-visible-pseudo-class': false },
@@ -56,8 +56,8 @@
56
56
  },
57
57
  "playerId": "2563",
58
58
  "type": "audioOndemand",
59
- "cssUrl": "./vendor/ardplayer/ardplayer-hr-6.3.11.79310671.css",
60
- "jsUrl": "./vendor/ardplayer/ardplayer-hr-6.3.11.c442fe17.js",
59
+ "cssUrl": "./vendor/ardplayer/ardplayer-hr-6.8.3.0b83d962.css",
60
+ "jsUrl": "./vendor/ardplayer/ardplayer-hr-6.8.3.82603554.js",
61
61
  "isAutoplay": true,
62
62
  "teaserSize": "100",
63
63
  "realTeaserSize": "100"
@@ -139,8 +139,8 @@
139
139
  },
140
140
  "playerId": "4076",
141
141
  "type": "audioOndemand",
142
- "cssUrl": "./vendor/ardplayer/ardplayer-hr-6.3.11.79310671.css",
143
- "jsUrl": "./vendor/ardplayer/ardplayer-hr-6.3.11.c442fe17.js",
142
+ "cssUrl": "./vendor/ardplayer/ardplayer-hr-6.8.3.0b83d962.css",
143
+ "jsUrl": "./vendor/ardplayer/ardplayer-hr-6.8.3.82603554.js",
144
144
  "isAutoplay": true,
145
145
  "teaserSize": "50",
146
146
  "realTeaserSize": "50"
@@ -203,8 +203,8 @@
203
203
  },
204
204
  "playerId": "1694",
205
205
  "type": "audioLivestream",
206
- "cssUrl": "./vendor/ardplayer/ardplayer-hr-6.3.11.79310671.css",
207
- "jsUrl": "./vendor/ardplayer/ardplayer-hr-6.3.11.c442fe17.js",
206
+ "cssUrl": "./vendor/ardplayer/ardplayer-hr-6.8.3.0b83d962.css",
207
+ "jsUrl": "./vendor/ardplayer/ardplayer-hr-6.8.3.82603554.js",
208
208
  "isAutoplay": true,
209
209
  "teaserSize": "50",
210
210
  "realTeaserSize": "50"