hr-design-system-handlebars 1.50.16 → 1.50.18

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 (177) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/assets/brand/_default/conf/locatags.json +1 -0
  3. package/dist/assets/brand/hr1/icons/logo/svgmap.min.svg +1 -1
  4. package/dist/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
  5. package/dist/assets/icons/icons/svgmap/copyright.svg +13 -0
  6. package/dist/assets/icons/icons/svgmap.min.svg +1 -1
  7. package/dist/assets/index.css +354 -5
  8. package/dist/assets/js/alpine.js +4 -0
  9. package/dist/views/components/banner/banner.storybook.hbs +126 -0
  10. package/dist/views/components/banner/copyright/tooltip.hbs +17 -0
  11. package/dist/views/components/banner/header/additional_info.hbs +1 -0
  12. package/dist/views/components/banner/header/banner_image.hbs +13 -0
  13. package/dist/views/components/banner/header/banner_overlay.hbs +3 -0
  14. package/dist/views/components/banner/header/banner_wrapper.hbs +7 -0
  15. package/dist/views/components/banner/header/breadcrumb_wrapper.hbs +6 -0
  16. package/dist/views/components/banner/header/byline.hbs +1 -0
  17. package/dist/views/components/banner/header/headline.hbs +3 -0
  18. package/dist/views/components/banner/header/special_info.hbs +3 -0
  19. package/dist/views/components/banner/header/title_background.hbs +3 -0
  20. package/dist/views/components/banner/header/topline.hbs +1 -0
  21. package/dist/views/components/banner/structure_nav/structure_nav.hbs +34 -0
  22. package/dist/views/components/base/image/responsive_image.hbs +5 -4
  23. package/dist/views/components/content/copytext/components/additionalinfo.hbs +5 -0
  24. package/dist/views/components/content/copytext/components/audio.hbs +9 -0
  25. package/dist/views/components/content/copytext/components/audioeventlivestream.hbs +9 -0
  26. package/dist/views/components/content/copytext/components/cite.hbs +20 -0
  27. package/dist/views/components/content/copytext/components/downloadbox.hbs +5 -0
  28. package/dist/views/components/content/copytext/components/externalservice.hbs +61 -0
  29. package/dist/views/components/content/copytext/components/faq.hbs +5 -0
  30. package/dist/views/components/content/copytext/components/filedownload.hbs +5 -0
  31. package/dist/views/components/content/copytext/components/gallery.hbs +7 -0
  32. package/dist/views/components/content/copytext/components/headline.hbs +1 -0
  33. package/dist/views/components/content/copytext/components/image.hbs +41 -0
  34. package/dist/views/components/content/copytext/components/infobox.hbs +5 -0
  35. package/dist/views/components/content/copytext/components/jobposting.hbs +5 -0
  36. package/dist/views/components/content/copytext/components/livestream.hbs +9 -0
  37. package/dist/views/components/content/copytext/components/map.hbs +46 -0
  38. package/dist/views/components/content/copytext/components/newsletter.hbs +5 -0
  39. package/dist/views/components/content/copytext/components/paragraph.hbs +11 -0
  40. package/dist/views/components/content/copytext/components/podcastepisode.hbs +9 -0
  41. package/dist/views/components/content/copytext/components/posterteaser.hbs +5 -0
  42. package/dist/views/components/content/copytext/components/radioplaylist.hbs +11 -0
  43. package/dist/views/components/content/copytext/components/tweet.hbs +7 -0
  44. package/dist/views/components/content/copytext/components/video.hbs +9 -0
  45. package/dist/views/components/content/copytext/components/voting.hbs +9 -0
  46. package/dist/views/components/content/copytext/components/webform.hbs +5 -0
  47. package/dist/views/components/content/copytext/copytext.hbs +129 -0
  48. package/dist/views/components/footer/page_footer.hbs +2 -1
  49. package/dist/views/components/navigation/breadcrumb/breadcrumb.hbs +5 -4
  50. package/dist/views/components/top_button/top_button.hbs +24 -0
  51. package/dist/views_static/components/banner/banner.storybook.hbs +126 -0
  52. package/dist/views_static/components/banner/copyright/tooltip.hbs +17 -0
  53. package/dist/views_static/components/banner/header/additional_info.hbs +1 -0
  54. package/dist/views_static/components/banner/header/banner_image.hbs +13 -0
  55. package/dist/views_static/components/banner/header/banner_overlay.hbs +3 -0
  56. package/dist/views_static/components/banner/header/banner_wrapper.hbs +7 -0
  57. package/dist/views_static/components/banner/header/breadcrumb_wrapper.hbs +6 -0
  58. package/dist/views_static/components/banner/header/byline.hbs +1 -0
  59. package/dist/views_static/components/banner/header/headline.hbs +3 -0
  60. package/dist/views_static/components/banner/header/special_info.hbs +3 -0
  61. package/dist/views_static/components/banner/header/title_background.hbs +3 -0
  62. package/dist/views_static/components/banner/header/topline.hbs +1 -0
  63. package/dist/views_static/components/banner/structure_nav/structure_nav.hbs +34 -0
  64. package/dist/views_static/components/base/image/responsive_image.hbs +5 -4
  65. package/dist/views_static/components/content/copytext/components/additionalinfo.hbs +5 -0
  66. package/dist/views_static/components/content/copytext/components/audio.hbs +9 -0
  67. package/dist/views_static/components/content/copytext/components/audioeventlivestream.hbs +9 -0
  68. package/dist/views_static/components/content/copytext/components/cite.hbs +20 -0
  69. package/dist/views_static/components/content/copytext/components/downloadbox.hbs +5 -0
  70. package/dist/views_static/components/content/copytext/components/externalservice.hbs +61 -0
  71. package/dist/views_static/components/content/copytext/components/faq.hbs +5 -0
  72. package/dist/views_static/components/content/copytext/components/filedownload.hbs +5 -0
  73. package/dist/views_static/components/content/copytext/components/gallery.hbs +7 -0
  74. package/dist/views_static/components/content/copytext/components/headline.hbs +1 -0
  75. package/dist/views_static/components/content/copytext/components/image.hbs +41 -0
  76. package/dist/views_static/components/content/copytext/components/infobox.hbs +5 -0
  77. package/dist/views_static/components/content/copytext/components/jobposting.hbs +5 -0
  78. package/dist/views_static/components/content/copytext/components/livestream.hbs +9 -0
  79. package/dist/views_static/components/content/copytext/components/map.hbs +46 -0
  80. package/dist/views_static/components/content/copytext/components/newsletter.hbs +5 -0
  81. package/dist/views_static/components/content/copytext/components/paragraph.hbs +11 -0
  82. package/dist/views_static/components/content/copytext/components/podcastepisode.hbs +9 -0
  83. package/dist/views_static/components/content/copytext/components/posterteaser.hbs +5 -0
  84. package/dist/views_static/components/content/copytext/components/radioplaylist.hbs +11 -0
  85. package/dist/views_static/components/content/copytext/components/tweet.hbs +7 -0
  86. package/dist/views_static/components/content/copytext/components/video.hbs +9 -0
  87. package/dist/views_static/components/content/copytext/components/voting.hbs +9 -0
  88. package/dist/views_static/components/content/copytext/components/webform.hbs +5 -0
  89. package/dist/views_static/components/content/copytext/copytext.hbs +129 -0
  90. package/dist/views_static/components/footer/page_footer.hbs +2 -1
  91. package/dist/views_static/components/navigation/breadcrumb/breadcrumb.hbs +5 -4
  92. package/dist/views_static/components/top_button/top_button.hbs +24 -0
  93. package/package.json +3 -1
  94. package/src/assets/brand/_default/conf/locatags.json +1 -0
  95. package/src/assets/brand/hessenschau/conf/locatags.merged.json +1 -0
  96. package/src/assets/brand/hr/conf/locatags.merged.json +1 -0
  97. package/src/assets/brand/hr-bigband/conf/locatags.merged.json +1 -0
  98. package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +1 -0
  99. package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +1 -0
  100. package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +1 -0
  101. package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +1 -0
  102. package/src/assets/brand/hr-werbung/conf/locatags.merged.json +1 -0
  103. package/src/assets/brand/hr1/conf/locatags.merged.json +1 -0
  104. package/src/assets/brand/hr1/icons/logo/svgmap.min.svg +1 -1
  105. package/src/assets/brand/hr2/conf/locatags.merged.json +1 -0
  106. package/src/assets/brand/hr3/conf/locatags.merged.json +1 -0
  107. package/src/assets/brand/hr4/conf/locatags.merged.json +1 -0
  108. package/src/assets/brand/you-fm/conf/locatags.merged.json +1 -0
  109. package/src/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
  110. package/src/assets/css/custom-utilities.css +33 -0
  111. package/src/assets/fixtures/banner/banner.json +37 -0
  112. package/src/assets/fixtures/banner/bannerImages.inc.json +28 -0
  113. package/src/assets/fixtures/banner/structureNav.json +48 -0
  114. package/src/assets/fixtures/content/copytext/copytext.inc.json +100 -0
  115. package/src/assets/fixtures/content/copytext/copytext.json +4 -0
  116. package/src/assets/icons/icons/svgmap/copyright.svg +13 -0
  117. package/src/assets/icons/icons/svgmap.min.svg +1 -1
  118. package/src/assets/images/rueckkehr-nach-abschiebung-102_v-100to27.jpg +0 -0
  119. package/src/assets/images/rueckkehr-nach-abschiebung-102_v-100to27__medium.jpg +0 -0
  120. package/src/assets/images/rueckkehr-nach-abschiebung-102_v-100to27__retina.jpg +0 -0
  121. package/src/assets/images/rueckkehr-nach-abschiebung-102_v-100to27__small.jpg +0 -0
  122. package/src/assets/images/rueckkehr-nach-abschiebung-102_v-16to7.jpg +0 -0
  123. package/src/assets/images/rueckkehr-nach-abschiebung-102_v-16to7__medium.jpg +0 -0
  124. package/src/assets/images/rueckkehr-nach-abschiebung-102_v-16to7__small.jpg +0 -0
  125. package/src/assets/js/alpine.js +4 -0
  126. package/src/assets/tailwind.css +42 -1
  127. package/src/stories/views/components/banner/banner.storybook.hbs +126 -0
  128. package/src/stories/views/components/banner/copyright/tooltip.hbs +17 -0
  129. package/src/stories/views/components/banner/fixtures/banner.json +1 -0
  130. package/src/stories/views/components/banner/fixtures/structureNav.json +1 -0
  131. package/src/stories/views/components/banner/header/additional_info.hbs +1 -0
  132. package/src/stories/views/components/banner/header/banner_image.hbs +13 -0
  133. package/src/stories/views/components/banner/header/banner_overlay.hbs +3 -0
  134. package/src/stories/views/components/banner/header/banner_wrapper.hbs +7 -0
  135. package/src/stories/views/components/banner/header/breadcrumb_wrapper.hbs +6 -0
  136. package/src/stories/views/components/banner/header/byline.hbs +1 -0
  137. package/src/stories/views/components/banner/header/headline.hbs +3 -0
  138. package/src/stories/views/components/banner/header/special_info.hbs +3 -0
  139. package/src/stories/views/components/banner/header/title_background.hbs +3 -0
  140. package/src/stories/views/components/banner/header/topline.hbs +1 -0
  141. package/src/stories/views/components/banner/header.stories.js +36 -0
  142. package/src/stories/views/components/banner/structure_nav/structureNav.stories.js +32 -0
  143. package/src/stories/views/components/banner/structure_nav/structure_nav.hbs +34 -0
  144. package/src/stories/views/components/base/image/responsive_image.hbs +5 -4
  145. package/src/stories/views/components/content/copytext/components/additionalinfo.hbs +5 -0
  146. package/src/stories/views/components/content/copytext/components/audio.hbs +9 -0
  147. package/src/stories/views/components/content/copytext/components/audioeventlivestream.hbs +9 -0
  148. package/src/stories/views/components/content/copytext/components/cite.hbs +20 -0
  149. package/src/stories/views/components/content/copytext/components/downloadbox.hbs +5 -0
  150. package/src/stories/views/components/content/copytext/components/externalservice.hbs +61 -0
  151. package/src/stories/views/components/content/copytext/components/faq.hbs +5 -0
  152. package/src/stories/views/components/content/copytext/components/filedownload.hbs +5 -0
  153. package/src/stories/views/components/content/copytext/components/gallery.hbs +7 -0
  154. package/src/stories/views/components/content/copytext/components/headline.hbs +1 -0
  155. package/src/stories/views/components/content/copytext/components/image.hbs +41 -0
  156. package/src/stories/views/components/content/copytext/components/infobox.hbs +5 -0
  157. package/src/stories/views/components/content/copytext/components/jobposting.hbs +5 -0
  158. package/src/stories/views/components/content/copytext/components/livestream.hbs +9 -0
  159. package/src/stories/views/components/content/copytext/components/map.hbs +46 -0
  160. package/src/stories/views/components/content/copytext/components/newsletter.hbs +5 -0
  161. package/src/stories/views/components/content/copytext/components/paragraph.hbs +11 -0
  162. package/src/stories/views/components/content/copytext/components/podcastepisode.hbs +9 -0
  163. package/src/stories/views/components/content/copytext/components/posterteaser.hbs +5 -0
  164. package/src/stories/views/components/content/copytext/components/radioplaylist.hbs +11 -0
  165. package/src/stories/views/components/content/copytext/components/tweet.hbs +7 -0
  166. package/src/stories/views/components/content/copytext/components/video.hbs +9 -0
  167. package/src/stories/views/components/content/copytext/components/voting.hbs +9 -0
  168. package/src/stories/views/components/content/copytext/components/webform.hbs +5 -0
  169. package/src/stories/views/components/content/copytext/copytext.hbs +129 -0
  170. package/src/stories/views/components/content/copytext/copytext.mdx +25 -0
  171. package/src/stories/views/components/content/copytext/copytext.stories.js +16 -0
  172. package/src/stories/views/components/content/copytext/fixtures/copytext.json +1 -0
  173. package/src/stories/views/components/footer/fixtures/footer_hessenschau.json +1 -242
  174. package/src/stories/views/components/footer/page_footer.hbs +2 -1
  175. package/src/stories/views/components/navigation/breadcrumb/breadcrumb.hbs +5 -4
  176. package/src/stories/views/components/top_button/top_button.hbs +24 -0
  177. package/tailwind.config.js +5 -2
@@ -0,0 +1,9 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Video-component</div>
3
+ {{~else~}}
4
+ {{#if this.showFullSize.isTrue }}
5
+ {{> modules/media/media_figure _fullSize=true _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
6
+ {{else}}
7
+ {{> modules/media/media_figure _fullSize=false _addClass="copytext__box dontPrint" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
8
+ {{/if}}
9
+ {{~/if~}}
@@ -0,0 +1,9 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Voting-component</div>
3
+ {{~else~}}
4
+ {{#if this.isMultiVote}}
5
+ {{> modules/teaser/voting-teaser/multiVotingTeaser _addClass="copytext__clearBox"}}
6
+ {{else}}
7
+ {{> modules/teaser/voting-teaser/singleVotingTeaser _addClass="copytext__clearBox"}}
8
+ {{/if}}
9
+ {{~/if~}}
@@ -0,0 +1,5 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Webform-component</div>
3
+ {{~else~}}
4
+ {{> content/webform/components/webform _addClass="copytext__clearBox marginTrailer--m"}}
5
+ {{~/if~}}
@@ -0,0 +1,129 @@
1
+ {{#each this.copytextParagraph }}
2
+ {{{this.structuredDataSsi}}}
3
+ {{#if this.isHeadline}}
4
+ {{> components/content/copytext/components/headline }}
5
+ {{/if}}
6
+
7
+ {{#unless this.isInfoBox}}
8
+ {{~#with this.paragraphBoxItem }}
9
+ {{~#if this.isImage}}
10
+ {{> components/content/copytext/components/image }}
11
+ {{/if~}}
12
+ {{~#if this.isContentBox}}
13
+ {{~> components/article/components/contentbox/contentbox ~}}
14
+ {{/if~}}
15
+ {{~#if this.isAccordion}}
16
+ {{~> components/article/components/accordion/accordion ~}}
17
+ {{/if~}}
18
+ {{~#if this.isGallery}}
19
+ {{> components/content/copytext/components/gallery }}
20
+ {{/if~}}
21
+ {{~#if this.isFileDownload}}
22
+ {{> components/content/copytext/components/filedownload }}
23
+ {{/if~}}
24
+ {{~#if this.isMap}}
25
+ {{> components/content/copytext/components/map }}
26
+ {{/if~}}
27
+ {{~#if this.isWebForm}}
28
+ {{> components/content/copytext/components/webform }}
29
+ {{/if~}}
30
+ {{~#if this.isNewsletter}}
31
+ {{> components/content/copytext/components/newsletter }}
32
+ {{/if~}}
33
+ {{~#if this.isAudio}}
34
+ {{> components/content/copytext/components/audio }}
35
+ {{/if~}}
36
+ {{~#if this.isAudioEventLivestream}}
37
+ {{> components/content/copytext/components/audioeventlivestream }}
38
+ {{/if~}}
39
+ {{~#if this.isPodcastEpisode}}
40
+ {{> components/content/copytext/components/podcastepisode }}
41
+ {{/if~}}
42
+ {{~#if this.isVideo}}
43
+ {{> components/content/copytext/components/video }}
44
+ {{/if~}}
45
+ {{~#if this.isLivestream}}
46
+ {{> components/content/copytext/components/livestream }}
47
+ {{/if~}}
48
+ {{~#if this.isTweet}}
49
+ {{> components/content/copytext/components/tweet }}
50
+ {{~/if}}
51
+ {{~#if this.isRadioPlaylist}}
52
+ {{> components/content/copytext/components/radioplaylist }}
53
+ {{~/if}}
54
+ {{~#if this.isVoting}}
55
+ {{> components/content/copytext/components/voting }}
56
+ {{/if~}}
57
+ {{~#if this.isExternalService}}
58
+ {{> components/content/copytext/components/externalservice }}
59
+ {{/if~}}
60
+ {{~#if this.isContentNav}}
61
+ {{#with this.toModel.contentNavigationTeaser}}
62
+ {{~> components/teaser/content_nav/teaser_content_nav _isCopytext=true ~}}
63
+ {{/with}}
64
+ {{/if~}}
65
+ {{~/with}}
66
+ {{/unless}}
67
+
68
+ {{~#with this.paragraphTeaserItem }}
69
+ {{~#if this.isTopictag}}
70
+ {{#with this.toModel.genericTeaser}}
71
+ {{> components/content/copytext/components/posterteaser }}
72
+ {{/with}}
73
+ {{/if~}}
74
+ {{~#if this.isTicker}}
75
+ {{#with this.toModel.genericTeaser}}
76
+ {{> components/content/copytext/components/posterteaser }}
77
+ {{/with}}
78
+ {{/if~}}
79
+ {{~#if this.isLink}}
80
+ {{#with this.toModel.genericTeaser}}
81
+ {{> components/content/copytext/components/posterteaser }}
82
+ {{/with}}
83
+ {{/if~}}
84
+ {{~#if this.isStructureNodeDocument}}
85
+ {{#with this.toModel.structureNodeTeaser}}
86
+ {{> components/content/copytext/components/posterteaser }}
87
+ {{/with}}
88
+ {{/if~}}
89
+ {{~#if this.isStory}}
90
+ {{#with this.toModel.genericTeaser}}
91
+ {{> components/content/copytext/components/posterteaser }}
92
+ {{/with}}
93
+ {{/if~}}
94
+ {{~#if this.isProgram}}
95
+ {{#with this.toModel.genericTeaser}}
96
+ {{> components/content/copytext/components/posterteaser }}
97
+ {{/with}}
98
+ {{/if~}}
99
+ {{~#if this.isEvent}}
100
+ {{#with this.toModel.eventTeaser}}
101
+ {{> components/content/copytext/components/posterteaser }}
102
+ {{/with}}
103
+ {{/if~}}
104
+ {{~/with}}
105
+
106
+ {{#if this.isParagraph}}
107
+ {{> components/content/copytext/components/paragraph }}
108
+ {{/if}}
109
+
110
+ {{#if this.isCite}}
111
+ {{> components/content/copytext/components/cite }}
112
+ {{/if}}
113
+
114
+ {{#if this.isInfoBox}}
115
+ {{> components/content/copytext/components/infobox }}
116
+ {{/if}}
117
+ {{#if this.isAdditionalInfo}}
118
+ {{> components/content/copytext/components/additionalinfo }}
119
+ {{/if}}
120
+ {{#if this.isDownloadBox}}
121
+ {{> components/content/copytext/components/downloadbox }}
122
+ {{/if}}
123
+ {{#if this.isFAQ}}
124
+ {{> components/content/copytext/components/faq }}
125
+ {{/if}}
126
+ {{#if this.isJobposting}}
127
+ {{> components/content/copytext/components/jobposting }}
128
+ {{/if}}
129
+ {{/each}}
@@ -1,4 +1,5 @@
1
- <footer class="flex justify-center w-full text-base border-t 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 flex justify-center w-full text-base border-t 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" >
2
+ <div class="absolute top-feature-box-height" x-data x-intersect="$store.footerIsVisible = true" x-intersect:leave="$store.footerIsVisible = false"></div>
2
3
  <div class="flex md:container lg:px-10">
3
4
  <span class="hidden">Footer Navigation</span>
4
5
 
@@ -1,7 +1,8 @@
1
- <nav id="breadcrumb-nav" class="print:hidden{{~#unless this.showBreadcrumbTitleAlways}} hide-last-item-below-sm{{/unless~}}"
2
- role="navigation"
3
- aria-label="{{loca "breadcrumb_headline"}}"
4
- > <ul>
1
+ <nav id="breadcrumb-nav" class="print:hidden px-4 md:px-5 lg:px-10 inline-block bg-white rounded-r{{~#unless this.showBreadcrumbTitleAlways}} hide-last-item-below-sm{{/unless~}}"
2
+ role="navigation"
3
+ aria-label="{{loca "breadcrumb_headline"}}"
4
+ >
5
+ <ul>
5
6
  {{#with this.breadcrumbSsi}}
6
7
  {{> components/base/loadSSI _templatePath="components/navigation/breadcrumb/breadcrumb_items.ssi"}}
7
8
  {{/with}}
@@ -0,0 +1,24 @@
1
+ <div class="h-8" x-data="{ isVisible: false }">
2
+ <div class="grid h-8 grid-page z-100" :class="{ 'fixed bottom-feature-box-height left-0 w-full': !$store.footerIsVisible }">
3
+ <div class="flex justify-end h-8 col-full sm:col-main"
4
+ :class="{ 'bg-white': $store.footerIsVisible }">
5
+ <button
6
+ @scroll.window="isVisible = (window.pageYOffset > (window.innerHeight || (document.documentElement || document.body).clientHeight))"
7
+ @click.window="window.scrollTo({top: 0, behavior: 'smooth'})"
8
+ x-show="isVisible"
9
+ x-transition:enter="transition ease-[cubic-bezier(0.68,-0.3,0.32,1)] duration-500 transform order-first"
10
+ x-transition:enter-start="opacity-0 -translate-y-8"
11
+ x-transition:enter-end="opacity-100 translate-y-0"
12
+ x-transition:leave="transition ease-[cubic-bezier(0.68,-0.3,0.32,1)] duration-300 transform absolute"
13
+ x-transition:leave-start="opacity-100 translate-y-0"
14
+ x-transition:leave-end="opacity-0 translate-y-12"
15
+ class="{{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant="primary"}} -mt-6 z-100 p-3 h-max mr-2 [@media(min-width:1170px)]:-mr-14"
16
+ >
17
+ {{> components/base/image/icon _icon="arrow-up" _addClass="w-5 h-5 fill-current dark:fill-link-dark"}}
18
+ </button>
19
+ </div>
20
+ </div>
21
+ {{! Dieses DIV ist notwendig um bei Seiten mit einem Hintergrund zu vermeiden dass unten eine Lücke entsteht bei der das hintergrundbild durchscheint}}
22
+ {{! TODO: Wenn Alle Seiten (auch artikel) auf grid umgestellt sind kann unter den Contentschlauch ein padding hinzugefügt werden. dann kann das hier umgebaut werden }}
23
+ <div class="grid h-8 grid-page" :class="{ 'hidden': $store.footerIsVisible }"><div class="flex justify-end h-8 bg-white col-full sm:col-main"></div></div>
24
+ </div>
@@ -0,0 +1,126 @@
1
+ <div class="flex flex-col py-6 bg-slate-500">
2
+ <div class="grid grid-page">
3
+ <h1 class="text-3xl font-title col-full sm:col-main">Maximalausprägung mit Struktur Navigation</h1>
4
+ </div>
5
+ {{#> components/banner/header/breadcrumb_wrapper _hasContentNav=true }}
6
+ {{> components/navigation/breadcrumb/breadcrumb }}
7
+ {{/components/banner/header/breadcrumb_wrapper }}
8
+
9
+ {{#> components/banner/header/banner_wrapper _hasImage=true _hideOnMobile=false}}
10
+ {{#> components/banner/header/banner_overlay _hasBackground=true}}
11
+ {{#> components/banner/header/special_info _invert="true"}}
12
+ Montag bis Freitag von 5 bis 11.00 Uhr
13
+ {{/components/banner/header/special_info }}
14
+ {{#> components/banner/header/title_background _hasBackground=true}}
15
+ {{#> components/banner/header/topline }}
16
+ Diese Sendung bringt euch gut in den Tag
17
+ {{/components/banner/header/topline }}
18
+ {{#> components/banner/header/headline ~}}
19
+ Die hr3 Morningshow
20
+ {{~#> components/banner/header/additional_info ~}}
21
+ AdditionalInfo
22
+ {{~/components/banner/header/additional_info ~}}
23
+ {{/components/banner/header/headline }}
24
+ {{#> components/banner/header/byline }}
25
+ Aktualisiert am 03.11.23 um 12:33 Uhr
26
+ {{/components/banner/header/byline }}
27
+ {{/components/banner/header/title_background }}
28
+ {{/components/banner/header/banner_overlay }}
29
+ {{~> components/banner/header/banner_image _hideOnMobile=true }}
30
+ {{/components/banner/header/banner_wrapper }}
31
+ {{~#with this.structureNav}}
32
+ {{> components/banner/structure_nav/structure_nav}}
33
+ {{/with}}
34
+ </div>
35
+ <div class="flex flex-col py-6 bg-orange-500">
36
+ <div class="grid grid-page">
37
+ <h1 class="text-3xl font-title col-full sm:col-main">Maximalausprägung ohne Struktur Navigation</h1>
38
+ </div>
39
+ {{#> components/banner/header/breadcrumb_wrapper _hasContentNav=false }}
40
+ {{> components/navigation/breadcrumb/breadcrumb }}
41
+ {{/components/banner/header/breadcrumb_wrapper }}
42
+
43
+ {{#> components/banner/header/banner_wrapper _hasImage=true _hideOnMobile=false}}
44
+ {{#> components/banner/header/banner_overlay _hasBackground=true}}
45
+ {{#> components/banner/header/special_info _invert="true"}}
46
+ Montag bis Freitag von 5 bis 11.00 Uhr
47
+ {{/components/banner/header/special_info }}
48
+ {{#> components/banner/header/title_background _hasBackground=true}}
49
+ {{#> components/banner/header/topline }}
50
+ Diese Sendung bringt euch gut in den Tag
51
+ {{/components/banner/header/topline }}
52
+ {{#> components/banner/header/headline ~}}
53
+ Die hr3 Morningshow
54
+ {{~#> components/banner/header/additional_info ~}}
55
+ AdditionalInfo
56
+ {{~/components/banner/header/additional_info ~}}
57
+ {{/components/banner/header/headline }}
58
+ {{#> components/banner/header/byline }}
59
+ Aktualisiert am 03.11.23 um 12:33 Uhr
60
+ {{/components/banner/header/byline }}
61
+ {{/components/banner/header/title_background }}
62
+ {{/components/banner/header/banner_overlay }}
63
+
64
+ {{~> components/banner/header/banner_image }}
65
+ {{/components/banner/header/banner_wrapper }}
66
+ </div>
67
+ <div class="flex flex-col py-6 bg-green-800">
68
+ <div class="grid grid-page">
69
+ <h1 class="text-3xl font-title col-full sm:col-main">Maximalausprägung Mobil kein Bild</h1>
70
+ </div>
71
+ {{#> components/banner/header/breadcrumb_wrapper _hasContentNav=false}}
72
+ {{> components/navigation/breadcrumb/breadcrumb }}
73
+ {{/components/banner/header/breadcrumb_wrapper }}
74
+
75
+ {{#> components/banner/header/banner_wrapper _hasImage=true _hideOnMobile=true}}
76
+ {{#> components/banner/header/banner_overlay _hasBackground=true _hideOnMobile=true}}
77
+ {{#> components/banner/header/title_background _hasBackground=true}}
78
+ {{#> components/banner/header/topline }}
79
+ Diese Sendung bringt euch gut in den Tag
80
+ {{/components/banner/header/topline }}
81
+ {{#> components/banner/header/headline ~}}
82
+ Die hr3 Morningshow
83
+ {{~#> components/banner/header/additional_info ~}}
84
+ AdditionalInfo
85
+ {{~/components/banner/header/additional_info ~}}
86
+ {{/components/banner/header/headline }}
87
+ {{#> components/banner/header/byline }}
88
+ Aktualisiert am 03.11.23 um 12:33 Uhr
89
+ {{/components/banner/header/byline }}
90
+ {{/components/banner/header/title_background }}
91
+ {{/components/banner/header/banner_overlay }}
92
+ {{~> components/banner/header/banner_image _hideOnMobile=true }}
93
+
94
+ {{/components/banner/header/banner_wrapper }}
95
+ </div>
96
+ <div class="flex flex-col py-6 bg-white dark:bg-black ">
97
+ <div class="grid grid-page">
98
+ <h1 class="text-3xl font-title col-full sm:col-main">Maximalausprägung kein Bild</h1>
99
+ </div>
100
+ {{#> components/banner/header/breadcrumb_wrapper _hasContentNav=false }}
101
+ {{> components/navigation/breadcrumb/breadcrumb }}
102
+ {{/components/banner/header/breadcrumb_wrapper }}
103
+ {{#> components/banner/header/banner_wrapper _hasImage=false _hideOnMobile=false}}
104
+ {{#> components/banner/header/banner_overlay _hasBackground=false}}
105
+ {{#> components/banner/header/special_info _invert="true"}}
106
+ Montag bis Freitag von 5 bis 11.00 Uhr
107
+ {{/components/banner/header/special_info }}
108
+ {{#> components/banner/header/title_background _hasBackground=false}}
109
+ {{#> components/banner/header/topline }}
110
+ Diese Sendung bringt euch gut in den Tag
111
+ {{/components/banner/header/topline }}
112
+ {{#> components/banner/header/headline ~}}
113
+ Die hr3 Morningshow
114
+ {{~#> components/banner/header/additional_info ~}}
115
+ AdditionalInfo
116
+ {{~/components/banner/header/additional_info ~}}
117
+ {{/components/banner/header/headline }}
118
+ {{#> components/banner/header/byline }}
119
+ Aktualisiert am 03.11.23 um 12:33 Uhr
120
+ {{/components/banner/header/byline }}
121
+ {{/components/banner/header/title_background }}
122
+ {{/components/banner/header/banner_overlay }}
123
+ {{/components/banner/header/banner_wrapper }}
124
+ </div>
125
+ {{> components/top_button/top_button }}
126
+ {{> components/footer/page_footer }}
@@ -0,0 +1,17 @@
1
+ <div class="absolute top-0 right-0 z-50 p-1 {{#if _hideOnMobile}}hidden lg:flex{{/if}}">
2
+ <figcaption class="relative flex flex-row group">
3
+ <div class="absolute items-center h-6 px-2 py-1 m-1 text-xs font-medium rounded opacity-0 pointer-events-none w-max font-headingSerif bg-white/60 dark:bg-black/60 dark:text-text-dark text-text group-hover:opacity-100 group-hover:static">
4
+ {{#if _captionText}}
5
+ <span class="block mr-1">{{_captionText}}</span>
6
+ {{/if}}
7
+ {{#if _copyrightText}}
8
+ <footer class="block">
9
+ <small class="text-xs">{{~loca "banner_image_copyright"}} {{_copyrightText}}</small>
10
+ </footer>
11
+ {{/if}}
12
+ </div>
13
+ <button aria-hidden="true" class="inline-flex items-center justify-center w-6 h-6 m-1 leading-7 rounded text-text font-heading bg-white/80 dark:bg-black/60 dark:text-text-dark">
14
+ {{> components/base/image/icon _icon="copyright" _addClass="w-4 h-4 fill-text dark:fill-text-dark"}}
15
+ </button>
16
+ </figcaption>
17
+ </div>
@@ -0,0 +1 @@
1
+ <span class="block mt-2 text-lg font-normal sm480:text-xl md:ml-3 font-heading md:inline">{{> @partial-block }}</span>
@@ -0,0 +1,13 @@
1
+ {{#with this.bannerImage}}
2
+ {{#if ../bannerLink}}
3
+ <a href="{{../bannerLink}}">
4
+ {{/if}}
5
+ {{#unless ../_hideOnMobile }}
6
+ {{~> components/base/image/responsive_image _type="banner" _variant="default" _addClass="" _noDelay="true" _title=(loca "banner_image_copyright" (strip this.copyrightWithLinks html)) ~}}
7
+ {{else}}
8
+ {{~> components/base/image/responsive_image _type="banner" _variant="mobileHidden" _addClass="hidden lg:block" _noDelay="true" _title=(loca "banner_image_copyright" (strip this.copyrightWithLinks html)) ~}}
9
+ {{/unless}}
10
+ {{#if ../bannerLink}}
11
+ </a>
12
+ {{/if}}
13
+ {{/with}}
@@ -0,0 +1,3 @@
1
+ {{#if _hasBackground}}<div class="{{#if _hideOnMobile}}lg:absolute lg:bottom-0 lg:left-0 lg:right-0 lg:z-50{{else}}absolute bottom-0 left-0 right-0 z-50 print:absolute{{/if}}">{{/if}}
2
+ {{> @partial-block }}
3
+ {{#if _hasBackground}}</div>{{/if}}
@@ -0,0 +1,7 @@
1
+ <div class="grid grid-page w-full order-2{{#if _hasImage}} overflow-hidden -image{{else}} -text{{/if}}{{~#if _hideOnMobile}} -hideOnMobile{{/if}}">
2
+ <div role="banner" class="grid col-full sm:col-main relative{{#unless _hasImage}} mx-4 md:mx-5 lg:mx-10 border-b border-gray-boulder pb-4{{/unless}}">
3
+ <div class="relative {{#if _hasImage}}-hasImage{{~#if _hideOnMobile}} aspect-auto bg-white dark:bg-black{{else}} ar-16-9 sm480:ar-16-7 md:ar-100-27{{/if}}{{/if}}">
4
+ {{> @partial-block }}
5
+ </div>
6
+ </div>
7
+ </div>
@@ -0,0 +1,6 @@
1
+ <div class="grid grid-page {{#if _hasContentNav }}order-4{{else}}order-1 py-2 [&:has(+.-image)]:order-4 lg:[&:has(+.-image.-hideOnMobile)]:order-1 [&:has(+.-image.-hideOnMobile)]:order-1 lg:[&:has(+.-image)]:py-0 lg:[&:has(+.-image)]:-mb-9 lg:[&:has(+.-image)]:order-1 lg:[&:has(+.-image)]:pt-3 z-10 bg-white lg:bg-transparent{{/if}}">
2
+ <div class="col-full sm:col-main{{#if _hasContentNav }} bg-white py-2{{else}}{{/if}}">
3
+ {{> @partial-block }}
4
+ </div>
5
+ </div>
6
+ {{!-- --}}
@@ -0,0 +1 @@
1
+ <p class="block mt-3 text-xs sm480:text-sm font-headingSerif text-byline dark:text-text-dark ">{{> @partial-block }}</p>
@@ -0,0 +1,3 @@
1
+ <span class="block mt-2 text-3xl sm480:text-4xl font-title text-text dark:text-text-dark">
2
+ {{> @partial-block }}
3
+ </span>
@@ -0,0 +1,3 @@
1
+ <span class="px-5 md:px-5 lg:px-10 py-1.5 text-sm rounded-tr-lg inline-block leading-5 font-headingSerif {{inline-switch _invert '["true","false"]' '["text-structure-nav-text bg-structure-nav","text-primary bg-white","text-primary bg-white"]'}}">
2
+ {{> @partial-block }}
3
+ </span>
@@ -0,0 +1,3 @@
1
+ {{#if _hasBackground}}<div class="inline-block w-full px-4 pb-3 bg-white/60 dark:bg-black/60 md:px-5 lg:px-10">{{/if}}
2
+ {{> @partial-block }}
3
+ {{#if _hasBackground}}</div>{{/if}}
@@ -0,0 +1 @@
1
+ <span class="font-title text-lg sm480:text-xl block mt-3.5 text-text dark:text-text-dark">{{> @partial-block }}</span>
@@ -0,0 +1,34 @@
1
+ {{#with this.contentNav}}
2
+ <div class="grid order-3 grid-page">
3
+ <nav class="md:px-5 lg:px-10 col-full sm:col-main bg-structure-nav"
4
+ x-data="{ isOpen: false}">
5
+ <div class="relative flex flex-wrap items-center mx-auto" @click.outside="isOpen = false">
6
+ {{#> components/button/button _size="lg" _variant="tertiary" _disableButtonPress=true _alpineClick="isOpen = !isOpen" _css="md:hidden mr-2" _onBackground=true}}
7
+ <span class="hidden" :class="{ 'hidden': isOpen }">
8
+ {{> components/button/components/button_icon _icon="burger--weiss" _iconmap="icons" _css="fill-structure-nav-text" }}
9
+ </span>
10
+ <span class="hidden" :class="{ 'hidden': !isOpen }">
11
+ {{> components/button/components/button_icon _icon="close" _iconmap="icons" _css="fill-structure-nav-text" }}
12
+ </span>
13
+ {{/components/button/button}}
14
+ <span class="md:hidden text-structure-nav-text">{{this.title}}</span>
15
+ <div class="absolute z-10 w-full top-9 md:static md:block md:w-auto" id="navbar-default"
16
+ :class="isOpen ? '' : 'hidden'"
17
+ >
18
+ <ul class="flex flex-col font-medium bg-white md:bg-transparent md:flex-row md:space-x-3 rtl:space-x-reverse">
19
+ {{~#each this.contentNavEntries~}}
20
+ <li class="border-b border-structure-nav md:border-b-0">
21
+ {{#> "components/base/link" _link=this.link _css="block w-full px-3 py-2 text-base font-bold break-words text-structure-nav-text-mobile md:text-structure-nav-text hover:underline"}}
22
+ {{this.content.title}}
23
+ {{/components/base/link}}
24
+ {{#*inline "css"~}}
25
+ {{#if @first }}md:pl-0{{/if}}
26
+ {{~/inline}}
27
+ </li>
28
+ {{~/each~}}
29
+ </ul>
30
+ </div>
31
+ </div>
32
+ </nav>
33
+ </div>
34
+ {{/with}}
@@ -10,7 +10,6 @@
10
10
  '_disableNoScript' don't add no script fallback
11
11
 
12
12
  --}}
13
-
14
13
  {{#withParam this.responsiveImage _type _variant }}
15
14
  {{#if this.asPicture}}
16
15
  <picture class="{{~#if ../_addClass}} {{../_addClass}}{{/if}}">
@@ -26,7 +25,7 @@
26
25
  {{#with this.srcset}} srcset="{{this}}"{{/with}}>
27
26
  {{/each}}
28
27
  {{/with}}
29
- <img class="w-full{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" loading="{{#if ../_noDelay}}auto{{else}}lazy{{/if}}" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}" {{~#if ../_errorHandler }} onerror="this.onerror=null; {{../_errorHandler}}"{{/if}}>
28
+ <img class="w-full{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" loading="{{#if ../_noDelay}}auto{{else}}lazy{{/if}}" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}" {{~#if ../_title}} title="{{../_title}}"{{~/if}} {{~#if ../_errorHandler }} onerror="this.onerror=null; {{../_errorHandler}}"{{/if}}>
30
29
  </picture>
31
30
  {{/if}}
32
31
 
@@ -42,9 +41,11 @@
42
41
  loading="{{#if ../../_noDelay}}auto{{else}}lazy{{/if}}"
43
42
  {{#with this.srcset}} {{#if ../../../_noDelay}}srcset{{else}}data-srcset{{/if}}="{{this}}"{{/with}}
44
43
  src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
45
- alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}" class="w-full{{~#with ../../_addClassImg }} {{this}}{{/with}}" {{~#if ../../_errorHandler}} onerror="this.onerror=null; {{../../_errorHandler}}" {{~/if}}>
44
+ alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}"
45
+ class="w-full{{~#with ../../_addClassImg }} {{this}}{{/with}}"
46
+ {{~#if ../../_title}} title="{{../../_title}}"{{~/if}}
47
+ {{~#if ../../_errorHandler}} onerror="this.onerror=null; {{../../_errorHandler}}" {{~/if}}>
46
48
  {{~#with ../../_addClass }}</div>{{/with}}
47
49
  {{/with}}
48
-
49
50
  {{/if}}
50
51
  {{/withParam}}
@@ -0,0 +1,5 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Additional-info-component</div>
3
+ {{~else~}}
4
+ {{~> modules/story/paragraphs/additional-info ~}}
5
+ {{~/if~}}
@@ -0,0 +1,9 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Audio-component</div>
3
+ {{~else~}}
4
+ {{#if this.showFullSize.isTrue }}
5
+ {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
6
+ {{else}}
7
+ {{> modules/media/media_figure _addClass="copytext__box dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
8
+ {{/if}}
9
+ {{~/if~}}
@@ -0,0 +1,9 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Audioevent-Livestream-component</div>
3
+ {{~else~}}
4
+ {{#if this.showFullSize.isTrue }}
5
+ {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
6
+ {{else}}
7
+ {{> modules/media/media_figure _addClass="copytext__box dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
8
+ {{/if}}
9
+ {{~/if~}}
@@ -0,0 +1,20 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Cite-component</div>
3
+ {{~else~}}
4
+ <div class="{{#if this.paragraphProperties.[0].showFullSize }}copytext__clearBox {{else}}copytext__box{{/if}}">
5
+ {{~> base/a11y/hiddenText _locaTag="story_cite_intro_sr" ~}}
6
+ <blockquote class="cite copytext__cite">
7
+ <cite class="cite__text">„{{{this.text}}}“</cite>
8
+ {{#with this.paragraphProperties}}
9
+ {{#with this.[0]}}
10
+ {{#with this.citeAuthor}}
11
+ <span class="cite__author">
12
+ {{~> base/a11y/hiddenText _locaTag="story_cite_author_sr" ~}}
13
+ {{this}}</span>
14
+ {{/with}}
15
+ {{/with}}
16
+ {{/with}}
17
+ </blockquote>
18
+ {{~> base/a11y/hiddenText _locaTag="story_cite_outro_sr" ~}}
19
+ </div>
20
+ {{~/if~}}
@@ -0,0 +1,5 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Downloadbox-component</div>
3
+ {{~else~}}
4
+ {{~> modules/story/paragraphs/downloadbox ~}}
5
+ {{~/if~}}
@@ -0,0 +1,61 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: External-service-component</div>
3
+ {{~else~}}
4
+ {{#with this.toModel.externalService}}
5
+ {{#if this.externalServiceConfig.makeConfigurable}}
6
+ {{~> modules/externalService/externalService~}}
7
+ {{else}}
8
+ {{#if this.externalServiceConfig.embedAsIFrame}}
9
+ {{#if this.fixedHeight}}
10
+ {{#if this.serviceUrl}}
11
+ <div class="copytext__externalService">
12
+ {{~> base/a11y/hiddenText _locaTag="story_externalservice_intro_sr" ~}}
13
+ <div class="copytext__scrollWrapper -fixedHeight"
14
+ style="height:{{this.fixedHeight}}px;">
15
+ <iframe frameborder="0" width="100%" height="100%"
16
+ src="{{{this.serviceUrl}}}" webkitallowfullscreen mozallowfullscreen
17
+ allowfullscreen scrolling='no'></iframe>
18
+ </div>
19
+ {{~> base/a11y/hiddenText _locaTag="story_externalservice_outro_sr" ~}}
20
+ {{#with this.externalServiceCaption}}
21
+ <div class="copytext__captionLine">
22
+ <span class="figcaption">{{this}}</span>
23
+ </div>
24
+ {{/with}}
25
+ </div>
26
+ {{/if}}
27
+ {{else}}
28
+ {{#if this.serviceUrl}}
29
+ <div class="copytext__externalService">
30
+ {{~> base/a11y/hiddenText _locaTag="story_externalservice_intro_sr" ~}}
31
+ <div class="copytext__scrollWrapper">
32
+ <div class="ar--{{defaultIfEmpty this.aspectRatio "auto"}}">
33
+ <iframe frameborder="0" class="ar__content" width="100%" height="100%"
34
+ src="{{{this.serviceUrl}}}" webkitallowfullscreen
35
+ mozallowfullscreen allowfullscreen></iframe>
36
+ </div>
37
+ </div>
38
+ {{#with this.externalServiceCaption}}
39
+ <div class="copytext__captionLine">
40
+ <span class="figcaption">{{this}}</span>
41
+ </div>
42
+ {{/with}}
43
+ {{~> base/a11y/hiddenText _locaTag="story_externalservice_outro_sr" ~}}
44
+ </div>
45
+ {{/if}}
46
+ {{/if}}
47
+ {{else}}
48
+ <div class="copytext__externalService">
49
+ <div class="c-externalService__{{this.externalServiceConfig.externalServiceId}} js-load"
50
+ data-hr-external-service='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}", "embedType": "{{this.externalServiceConfig.externalServiceEmbedType}}", "dataPolicyCheck": false, "iFrameConfig":{}}'>
51
+ </div>
52
+ {{#with this.externalServiceCaption}}
53
+ <div class="copytext__captionLine js-externalservice__caption">
54
+ <span class="figcaption">{{this}}</span>
55
+ </div>
56
+ {{/with}}
57
+ </div>
58
+ {{/if}}
59
+ {{/if}}
60
+ {{/with}}
61
+ {{~/if~}}
@@ -0,0 +1,5 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: FAQ-component</div>
3
+ {{~else~}}
4
+ {{~> modules/story/paragraphs/faq ~}}
5
+ {{~/if~}}
@@ -0,0 +1,5 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: File-download-component</div>
3
+ {{~else~}}
4
+ {{> modules/media/media_figure _addClass="copytext__box" _a11yIntro-loca="story_download_intro_sr" _a11yOutro-loca="story_download_outro_sr" }}
5
+ {{~/if~}}
@@ -0,0 +1,7 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Gallery-component</div>
3
+ {{~else~}}
4
+ {{#with this.toModel.galleryPage}}
5
+ {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_gallery_intro_sr" _a11yOutro-loca="story_gallery_outro_sr" }}
6
+ {{/with}}
7
+ {{~/if~}}
@@ -0,0 +1 @@
1
+ <h2 class="clear-both text-lg sm480:text-2xl font-headingSerif mt-11 dark:text-text-dark">{{{this.text}}}</h2>