hr-design-system-handlebars 1.114.41 → 1.114.43

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 (51) hide show
  1. package/.storybook/preview.js +4 -1
  2. package/CHANGELOG.md +24 -0
  3. package/dist/assets/index.css +15 -3
  4. package/dist/assets/js/components/newsletter/js/newNewsletterDs.feature.js +88 -0
  5. package/dist/assets/js/components/newsletter/js/newsletterDs.feature.js +22 -0
  6. package/dist/views/components/content/copytext/components/audio.hbs +2 -2
  7. package/dist/views/components/content/copytext/components/audioeventlivestream.hbs +2 -2
  8. package/dist/views/components/content/copytext/components/image/image.hbs +4 -4
  9. package/dist/views/components/content/copytext/components/media/media_figure.hbs +2 -2
  10. package/dist/views/components/content/copytext/components/posterteaser.hbs +1 -1
  11. package/dist/views/components/content/copytext/components/video/video.hbs +2 -2
  12. package/dist/views/components/content/copytext/components/videolivestream.hbs +2 -2
  13. package/dist/views/components/content/copytext/copytext.hbs +2 -2
  14. package/dist/views/components/content/copytext/copytext_body.hbs +12 -12
  15. package/dist/views/components/newsletter/components/new_newsletter_form.hbs +11 -14
  16. package/dist/views/components/newsletter/components/newsletter_form.hbs +60 -0
  17. package/dist/views/components/newsletter/newsletter.hbs +13 -13
  18. package/dist/views/components/podcast/podcast_player.hbs +1 -1
  19. package/dist/views_static/components/content/copytext/components/audio.hbs +2 -2
  20. package/dist/views_static/components/content/copytext/components/audioeventlivestream.hbs +2 -2
  21. package/dist/views_static/components/content/copytext/components/image/image.hbs +4 -4
  22. package/dist/views_static/components/content/copytext/components/media/media_figure.hbs +2 -2
  23. package/dist/views_static/components/content/copytext/components/posterteaser.hbs +1 -1
  24. package/dist/views_static/components/content/copytext/components/video/video.hbs +2 -2
  25. package/dist/views_static/components/content/copytext/components/videolivestream.hbs +2 -2
  26. package/dist/views_static/components/content/copytext/copytext.hbs +2 -2
  27. package/dist/views_static/components/content/copytext/copytext_body.hbs +12 -12
  28. package/dist/views_static/components/newsletter/components/new_newsletter_form.hbs +11 -14
  29. package/dist/views_static/components/newsletter/components/newsletter_form.hbs +60 -0
  30. package/dist/views_static/components/newsletter/newsletter.hbs +13 -13
  31. package/dist/views_static/components/podcast/podcast_player.hbs +1 -1
  32. package/package.json +1 -1
  33. package/src/assets/brand/_default/conf/locatags.json +14 -1
  34. package/src/stories/views/components/content/copytext/components/audio.hbs +2 -2
  35. package/src/stories/views/components/content/copytext/components/audioeventlivestream.hbs +2 -2
  36. package/src/stories/views/components/content/copytext/components/image/image.hbs +4 -4
  37. package/src/stories/views/components/content/copytext/components/media/media_figure.hbs +2 -2
  38. package/src/stories/views/components/content/copytext/components/posterteaser.hbs +1 -1
  39. package/src/stories/views/components/content/copytext/components/video/video.hbs +2 -2
  40. package/src/stories/views/components/content/copytext/components/videolivestream.hbs +2 -2
  41. package/src/stories/views/components/content/copytext/copytext.hbs +2 -2
  42. package/src/stories/views/components/content/copytext/copytext_body.hbs +12 -12
  43. package/src/stories/views/components/content/copytext/copytext_ticker.stories.js +405 -0
  44. package/src/stories/views/components/newsletter/components/new_newsletter_form.hbs +11 -14
  45. package/src/stories/views/components/newsletter/components/newsletter_form.hbs +60 -0
  46. package/src/stories/views/components/newsletter/fixtures/newsletter.json +10 -43
  47. package/src/stories/views/components/newsletter/js/newNewsletterDs.feature.js +88 -0
  48. package/src/stories/views/components/newsletter/js/newsletterDs.feature.js +22 -0
  49. package/src/stories/views/components/newsletter/newsletter.hbs +13 -13
  50. package/src/stories/views/components/podcast/podcast_player.hbs +1 -1
  51. package/src/stories/views/components/newsletter/components/newsletter_form.hbs.DEPRECATED +0 -106
@@ -2,7 +2,7 @@
2
2
  {{#if this.showFullSize.isTrue }}
3
3
  {{> components/content/copytext/components/image/figure
4
4
  _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
5
- _cssClassCaption="mx-5 sm:mx-0"
5
+ _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
6
6
  _type="story"
7
7
  _variant="100-copytext-portrait"
8
8
  _noAr="true"
@@ -10,7 +10,7 @@
10
10
  {{else}}
11
11
  {{> components/content/copytext/components/image/figure
12
12
  _cssClass="hrds-copytext-teaser-half mt-12 mb-8 article-full-width sm:article-narrow sm:mt-6 sm:mb-5 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
13
- _cssClassCaption="mx-5 sm:mx-0"
13
+ _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
14
14
  _type="story"
15
15
  _variant="copytext-portrait"
16
16
  _noAr="true"
@@ -20,7 +20,7 @@
20
20
  {{#if this.showFullSize.isTrue}}
21
21
  {{> components/content/copytext/components/image/figure
22
22
  _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
23
- _cssClassCaption="mx-5 sm:mx-0"
23
+ _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
24
24
  _type="story"
25
25
  _variant="100-copytext"
26
26
  _pictureAddClass="ar-16-9"
@@ -28,7 +28,7 @@
28
28
  {{else}}
29
29
  {{> components/content/copytext/components/image/figure
30
30
  _cssClass="hrds-copytext-teaser-half mt-12 mb-8 sm:mt-6 sm:mb-5 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
31
- _cssClassCaption="mx-5 sm:mx-0"
31
+ _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
32
32
  _type="story"
33
33
  _variant="copytext"
34
34
  _pictureAddClass="ar-16-9"
@@ -41,7 +41,7 @@
41
41
  {{#unless _voting-option}}
42
42
  {{#if this.teaseritem}}
43
43
  {{#if this.isAudio}}
44
- {{~#> components/content/copytext/components/image/caption this.teaseritem _cssClassCaption="mx-5 sm:mx-0"~}}
44
+ {{~#> components/content/copytext/components/image/caption this.teaseritem _cssClassCaption=_cssClassCaption~}}
45
45
  {{~> components/content/copytext/components/image/image_copyright~}}
46
46
  <span class="mx-1.5">|</span>
47
47
  {{~#with ../this.toModel.mediaBacklinkToStoryTeaser~}}
@@ -56,7 +56,7 @@
56
56
  {{~/with~}}
57
57
  {{~/components/content/copytext/components/image/caption~}}
58
58
  {{else}}
59
- {{~#> components/content/copytext/components/image/collapsible_caption this.teaseritem _cssClassCaption="mx-5 sm:mx-0"~}}
59
+ {{~#> components/content/copytext/components/image/collapsible_caption this.teaseritem _cssClassCaption=_cssClassCaption~}}
60
60
  {{#if this.caption}} {{~> components/content/copytext/components/image/image_caption_text~}} {{/if}}
61
61
  {{~> components/content/copytext/components/image/image_copyright~}}
62
62
  {{~/components/content/copytext/components/image/collapsible_caption~}}
@@ -1,3 +1,3 @@
1
- <div class="print:hidden article-narrow w-auto [&+h2]:mt-4 xs:article-full-width xs:mx-13 {{#if this.showFullSize.isTrue }}hrds-copytext-teaser-full clear-both mb-8 mt-12 sm:my-14 sm:mx-26 {{else}}hrds-copytext-teaser-half sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5 sm:ml-0{{/if}}">
1
+ <div class="print:hidden article-narrow w-auto [&+h2]:mt-4 xs:article-full-width{{#if _isTickerCopytext}} xs:mx-10{{else}} xs:mx-13{{/if}} {{#if this.showFullSize.isTrue }}hrds-copytext-teaser-full clear-both mb-8 mt-12 sm:my-14 sm:mx-26 {{else}}hrds-copytext-teaser-half sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5 sm:ml-0{{/if}}">
2
2
  {{> components/teaser/teaser_poster _isCopytext=true }}
3
3
  </div>
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _isFullsize=true _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _isFullsize=true _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
3
3
  {{else}}
4
- {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _isFullsize=false _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
4
+ {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _isFullsize=false _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
5
5
  {{/if}}
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
3
3
  {{else}}
4
- {{> components/content/copytext/components/media/media_figure _isFullsize=false _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
4
+ {{> components/content/copytext/components/media/media_figure _isFullsize=false _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
5
5
  {{/if}}
@@ -1,9 +1,9 @@
1
- <div class="hrds-copytext mt-2 contents sm:block copytextWrapper">
1
+ <div class="mt-2 hrds-copytext contents sm:block copytextWrapper">
2
2
  {{~#with this.leadAudio }}
3
3
  {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden article-full-width mt-12 mb-6 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
4
4
  {{~/with}}
5
5
  {{#each this.copytextParagraph }}
6
- {{~> components/content/copytext/copytext_body _isWebview=../_isWebview ~}}
6
+ {{~> components/content/copytext/copytext_body _isWebview=../_isWebview _isTickerCopytext=../_isTickerCopytext~}}
7
7
  {{/each}}
8
8
  </div>
9
9
  {{! Globaler Einstellungsbutton; nur für Copytext/Externe Dienste Story;
@@ -4,7 +4,7 @@
4
4
  {{#unless this.isInfoBox}}
5
5
  {{~#with this.paragraphBoxItem }}
6
6
  {{~#if this.isImage}}
7
- {{~> components/content/copytext/components/image/image _isWebview=../_isWebview}}
7
+ {{~> components/content/copytext/components/image/image _isWebview=../_isWebview _isTickerCopytext=../_isTickerCopytext}}
8
8
  {{/if~}}
9
9
  {{~#if this.isContentBox}}
10
10
  {{~> components/content/copytext/components/contentbox/contentbox _isWebview=../_isWebview ~}}
@@ -28,19 +28,19 @@
28
28
  {{> components/content/copytext/components/newsletter }}
29
29
  {{/if~}}
30
30
  {{~#if this.isAudioOnDemand}}
31
- {{> components/content/copytext/components/audio }}
31
+ {{> components/content/copytext/components/audio _isTickerCopytext=../_isTickerCopytext }}
32
32
  {{/if~}}
33
33
  {{~#if this.isAudioEventLivestream}}
34
- {{> components/content/copytext/components/audioeventlivestream }}
34
+ {{> components/content/copytext/components/audioeventlivestream _isTickerCopytext=../_isTickerCopytext }}
35
35
  {{/if~}}
36
36
  {{~#if this.isPodcastEpisode}}
37
37
  {{> components/content/copytext/components/podcastepisode }}
38
38
  {{/if~}}
39
39
  {{~#if this.isVideoOnDemand}}
40
- {{> components/content/copytext/components/video/video }}
40
+ {{> components/content/copytext/components/video/video _isTickerCopytext=../_isTickerCopytext }}
41
41
  {{/if~}}
42
42
  {{~#if this.isLivestream}}
43
- {{> components/content/copytext/components/videolivestream }}
43
+ {{> components/content/copytext/components/videolivestream _isTickerCopytext=../_isTickerCopytext }}
44
44
  {{/if~}}
45
45
  {{~#if this.isTweet}}
46
46
  {{> components/content/copytext/components/tweet }}
@@ -65,37 +65,37 @@
65
65
  {{~#with this.paragraphTeaserItem }}
66
66
  {{~#if this.isTopictag}}
67
67
  {{#with this.toModel.baseTeaserDS}}
68
- {{> components/content/copytext/components/posterteaser }}
68
+ {{> components/content/copytext/components/posterteaser _isTickerCopytext=../../_isTickerCopytext }}
69
69
  {{/with}}
70
70
  {{/if~}}
71
71
  {{~#if this.isTicker}}
72
72
  {{#with this.toModel.baseTeaserDS}}
73
- {{> components/content/copytext/components/posterteaser }}
73
+ {{> components/content/copytext/components/posterteaser _isTickerCopytext=../../_isTickerCopytext }}
74
74
  {{/with}}
75
75
  {{/if~}}
76
76
  {{~#if this.isLink}}
77
77
  {{#with this.toModel.baseTeaserDS}}
78
- {{> components/content/copytext/components/posterteaser }}
78
+ {{> components/content/copytext/components/posterteaser _isTickerCopytext=../../_isTickerCopytext }}
79
79
  {{/with}}
80
80
  {{/if~}}
81
81
  {{~#if this.isStructureNodeDocument}}
82
82
  {{#with this.toModel.structureNodeTeaser}}
83
- {{> components/content/copytext/components/posterteaser }}
83
+ {{> components/content/copytext/components/posterteaser _isTickerCopytext=../../_isTickerCopytext }}
84
84
  {{/with}}
85
85
  {{/if~}}
86
86
  {{~#if this.isStory}}
87
87
  {{#with this.toModel.baseTeaserDS}}
88
- {{> components/content/copytext/components/posterteaser }}
88
+ {{> components/content/copytext/components/posterteaser _isTickerCopytext=../../_isTickerCopytext }}
89
89
  {{/with}}
90
90
  {{/if~}}
91
91
  {{~#if this.isProgram}}
92
92
  {{#with this.toModel.baseTeaserDS}}
93
- {{> components/content/copytext/components/posterteaser }}
93
+ {{> components/content/copytext/components/posterteaser _isTickerCopytext=../../_isTickerCopytext }}
94
94
  {{/with}}
95
95
  {{/if~}}
96
96
  {{~#if this.isEvent}}
97
97
  {{#with this.toModel.eventTeaser}}
98
- {{> components/content/copytext/components/posterteaser }}
98
+ {{> components/content/copytext/components/posterteaser _isTickerCopytext=../../_isTickerCopytext }}
99
99
  {{/with}}
100
100
  {{/if~}}
101
101
  {{~/with}}
@@ -1,37 +1,33 @@
1
+ <div class="js-newsletterFormWrapper">
1
2
  <form class="c-form o-box -accented -breakout js-form js-load" id="form--{{nextRandom}}" data-hr-new-newsletter='{
2
- "trackingInformations": {{this.trackingInformations}} }'
3
- action="{{configProperty "newsletter.subscription.endpoint"}}" method="post" accept-charset="utf-8">
3
+ "trackingInformations": {{this.trackingInformations}} }' action="{{configProperty "newsletter.subscription.endpoint"}}" method="post" accept-charset="utf-8">
4
4
 
5
- <div class="c-form__row -expanded">
6
5
  {{~> components/forms/components/input
7
6
  _type="email"
8
- _isEmail="true"
7
+ _isEmail=true
9
8
  _name="email"
10
9
  _label="E-Mail"
11
10
  _labelClass="hide"
12
11
  _description=""
13
12
  _wrapperClass=(if this.isHidden "hidden")
14
13
  _tabindex=(if this.isHidden "-1")
15
- _required="true"
14
+ _required=true
16
15
  _maxLength="140"
17
16
  _errorMandatory="Bitte füllen Sie dieses Pflichtfeld aus"
18
17
  _errorEmail="Bitte geben Sie eine gültige E-Mail-Adresse ein."
19
18
  _formId=../_formId
20
19
  }}
21
- </div>
22
-
23
- <div class="c-form__row">
20
+
24
21
  {{~> components/forms/components/choice
25
- _inGroup="false"
22
+ _inGroup=false
26
23
  _type="checkbox"
27
24
  _name="checkbox"
28
25
  _label=(loca "accept_data_privacy_regulation_link")
29
- _description="Das ist der Beschreibungstext von Checkbox"
30
- _required="true"
26
+ _description=""
27
+ _required=true
31
28
  _errorMandatory="Bitte wählen Sie dieses Pflichtfeld aus"
32
29
  }}
33
- </a>
34
- </div>
30
+
35
31
 
36
32
  {{~> components/forms/components/controls }}
37
33
 
@@ -59,4 +55,5 @@
59
55
  <script type="text/html" class="js-alreadyRegisteredMessage">
60
56
  {{{include "components/newsletter/components/newsletter_already_registered" }}}
61
57
  </script>
62
- </form>
58
+ </form>
59
+ </div>
@@ -0,0 +1,60 @@
1
+ <form class="c-form o-box -accented -breakout js-form" id="form--{{nextRandom}}"
2
+ action="{{configProperty "mailserver.newsletter"}}" method="post" enctype="application/x-www-form-urlencoded"
3
+ accept-charset="utf-8">
4
+
5
+ {{~> components/forms/components/input
6
+ _type="email"
7
+ _isEmail="true"
8
+ _name="email"
9
+ _label="E-Mail"
10
+ _labelClass="hide"
11
+ _description=""
12
+ _wrapperClass=(if this.isHidden "hidden")
13
+ _tabindex=(if this.isHidden "-1")
14
+ _required="true"
15
+ _maxLength="140"
16
+ _errorMandatory="Bitte füllen Sie dieses Pflichtfeld aus"
17
+ _errorEmail="Bitte geben Sie eine gültige E-Mail-Adresse ein."
18
+ _formId=../_formId
19
+ }}
20
+
21
+ {{> components/forms/components/choiceGroup
22
+ _name="Registrierung"
23
+ _required=true
24
+ _inputClass=""
25
+ _type="radio"
26
+ _locaKey="newsletter_subscribe_text"
27
+ _inGroup=true
28
+ _isHorizontalLayout=true
29
+ _multipleChoice=false
30
+ _formId=../_formId
31
+ _items=this.items
32
+ }}
33
+
34
+
35
+ {{~> components/forms/components/controls }}
36
+
37
+ {{~> components/forms/components/input
38
+ _formField=this.formData.INXMAIL_HTTP_REDIRECT
39
+ _name="INXMAIL_HTTP_REDIRECT"
40
+ _type="hidden"
41
+ _value=this.successLink
42
+ _hasLabel=false
43
+ }}
44
+
45
+ {{~>components/forms/components/input
46
+ _formField=this.formData.INXMAIL_HTTP_REDIRECT_ERROR
47
+ _name="INXMAIL_HTTP_REDIRECT_ERROR"
48
+ _type="hidden"
49
+ _value=this.errorLink
50
+ _hasLabel=false
51
+ }}
52
+
53
+ {{~> components/forms/components/input
54
+ _formField=this.formData.backlink
55
+ _name="backlink"
56
+ _type="hidden"
57
+ _value=this.backlinkUuid
58
+ _hasLabel=false
59
+ }}
60
+ </form>
@@ -1,30 +1,30 @@
1
- {{#unless this.useNewNewsletter}}
2
- <div id="{{this.uuid}}" class="{{_addClass}} js-load" data-hr-newsletter='{"url": "{{this.url.nocache}}"}'>
1
+ {{#if this.useNewNewsletter}}
2
+ <div id="{{this.uuid}}" class="{{_addClass}} ">
3
3
  {{~> components/base/a11y/hiddenText _locaTag="story_newsletter_intro_sr" ~}}
4
4
  <h3 class="mb-6 text-2xl md:text-3xl font-headingSerif sm:mb-12 text-text dark:text-text-dark">
5
5
  {{this.title}}
6
6
  </h3>
7
+ {{#if this.description}}
8
+ <p class="mt-4 text-base font-copy sm:text-lg sm:mt-5 dark:text-text-dark">
9
+ {{{this.description}}}
10
+ </p>
11
+ {{/if}}
7
12
  <div class="js-formWrapper">
8
- {{> components/newsletter/components/newsletter_form}}
13
+ {{> components/newsletter/components/new_newsletter_form}}
9
14
  </div>
10
15
  {{~> components/base/a11y/hiddenText _locaTag="story_newsletter_outro_sr" ~}}
11
16
  </div>
12
17
  {{else}}
13
- <div id="{{this.uuid}}" class="{{_addClass}} ">
18
+ <div id="{{this.uuid}}" class="{{_addClass}} js-load" data-hr-newsletter-ds='{"url": "{{this.url.nocache}}"}'>
14
19
  {{~> components/base/a11y/hiddenText _locaTag="story_newsletter_intro_sr" ~}}
15
20
  <h3 class="mb-6 text-2xl md:text-3xl font-headingSerif sm:mb-12 text-text dark:text-text-dark">
16
21
  {{this.title}}
17
22
  </h3>
18
- {{#if this.description}}
19
- <div class="c-form__row">
20
- <div class="c-form__label">
21
- {{{this.description}}}
22
- </div>
23
- </div>
24
- {{/if}}
23
+
25
24
  <div class="js-formWrapper">
26
- {{> components/newsletter/components/new_newsletter_form}}
25
+ {{> components/newsletter/components/newsletter_form}}
27
26
  </div>
27
+
28
28
  {{~> components/base/a11y/hiddenText _locaTag="story_newsletter_outro_sr" ~}}
29
29
  </div>
30
- {{/unless}}
30
+ {{/if}}
@@ -38,7 +38,7 @@
38
38
  {{!-- Podcast Image --}}
39
39
  {{#if this.hasTeaserItem}}
40
40
  <div class="flex flex-col ">
41
- <div class="w-22 {{#if _isArticlePlayer }} md:w-32 lg:w-42 {{else}} {{inline-switch this.realTeaserSize '["100","50"]' '["md:w-32 lg:w-42","md:w-22 lg:w-32", ""]'}} {{/if}}">
41
+ <div class="w-18 xs:w-22 {{#if _isArticlePlayer }} md:w-32 lg:w-42 {{else}} {{inline-switch this.realTeaserSize '["100","50"]' '["md:w-32 lg:w-42","md:w-22 lg:w-32", ""]'}} {{/if}}">
42
42
  {{> components/base/image/responsive_image this.teaseritem
43
43
  _type="podcastEpisodePlayer"
44
44
  _variant="default"
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.114.41",
9
+ "version": "1.114.43",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -17,7 +17,7 @@
17
17
  "mediaplayer_play_button_alpine_click": "avStart = !avStart; $dispatch('player_start',{playerId: {0}})",
18
18
  "comment_anchor_1": "zu den ",
19
19
  "comment_anchor_2": " Kommentaren des Artikels springen",
20
- "comment_label_text": "Kommentar",
20
+ "comment_label_text": "Kommentar",
21
21
  "comment_label_text_many": "Kommentare",
22
22
  "copyright_source": "Quelle:",
23
23
  "copyright_symbol": "© {0}",
@@ -121,6 +121,19 @@
121
121
  "modal_user_consent_text": "Der Link öffnet eine Internetseite außerhalb unseres Angebots. Wir sind für den Inhalt externer Internetseiten nicht verantwortlich.",
122
122
  "modal_user_consent_label_cancel": "Abbrechen",
123
123
  "modal_user_consent_label_ok": "Zur externen Internetseite",
124
+ "newsletter_email": "E-Mail",
125
+ "newsletter_form_back": "Zurück zum Formular",
126
+ "newsletter_subscribe": "Anmelden",
127
+ "newsletter_subscribe_text": "Bitte auswählen:",
128
+ "newsletter_text_error": "Aufgrund eines technischen Fehlers können wir derzeit Ihre Anfrage nicht bearbeiten. Bitte versuchen Sie es zu einem späteren Zeitpunkt noch einmal.",
129
+ "newsletter_text_already_registered": "Sollten Sie ihr Abonnement kündigen oder verwalten wollen, können Sie dies <a href=\"https://hessenschau-nl.sr.de/newsletter-login.php\" class=\"{nuc https://hessenschau-nl.sr.de/newsletter-login.php nuc}link unbreakable\" target=\"_blank\"><span class=\"unbreakable\">hier<svg class=\"icon icon--primary icon--textRight\" role=\"presentation\"><use xlink:href=\"{<% hrcms.delivery.current.assetBaseUrl %>}base/icons/icons/svgmap.min.svg#extern\"/></svg></span></a> tun.",
130
+ "newsletter_text_registered": "In Zukunft erhalten Sie regelmäßig Mails mit aktuellen Informationen rund um unseren Sender.<br><br>Außerdem bekommen Sie umgehend den zurzeit aktuellen Newsletter zugeschickt.",
131
+ "newsletter_text_success": "Sie erhalten in wenigen Minuten eine E-Mail an die von Ihnen angegebene Adresse. Erst nach einem Klick auf den darin enthaltenen Bestätigungslink erhalten Sie unseren Newsletter.",
132
+ "newsletter_title_error": "Das hat leider nicht geklappt!",
133
+ "newsletter_title_already_registered": "Sie haben den Newsletter bereits abonniert.",
134
+ "newsletter_title_registered": "Sie haben sich erfolgreich für den Newsletter angemeldet.",
135
+ "newsletter_title_success": "Vielen Dank für Ihre Anmeldung.",
136
+ "newsletter_unsubscribe": "Abmelden",
124
137
  "poster_copyright": "Bild &copy; {0}",
125
138
  "search_input_aria_submit": "Suche starten",
126
139
  "search_input_placeholder": "Ort oder Thema suchen",
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
3
3
  {{else}}
4
- {{> components/content/copytext/components/media/media_figure _isFullsize=false _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width mt-12 mb-8 sm:my-7 sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
4
+ {{> components/content/copytext/components/media/media_figure _isFullsize=false _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width mt-12 mb-8 sm:my-7 sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
5
5
  {{/if}}
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_event_livestream_intro_sr" _a11yOutro-loca="story_audio_event_livestream_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_audio_event_livestream_intro_sr" _a11yOutro-loca="story_audio_event_livestream_outro_sr" }}
3
3
  {{else}}
4
- {{> components/content/copytext/components/media/media_figure _isFullsize=false _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width mt-12 mb-8 sm:my-7 sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_event_livestream_intro_sr" _a11yOutro-loca="story_audio_event_livestream_outro_sr" }}
4
+ {{> components/content/copytext/components/media/media_figure _isFullsize=false _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width mt-12 mb-8 sm:my-7 sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_audio_event_livestream_intro_sr" _a11yOutro-loca="story_audio_event_livestream_outro_sr" }}
5
5
  {{/if}}
@@ -2,7 +2,7 @@
2
2
  {{#if this.showFullSize.isTrue }}
3
3
  {{> components/content/copytext/components/image/figure
4
4
  _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
5
- _cssClassCaption="mx-5 sm:mx-0"
5
+ _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
6
6
  _type="story"
7
7
  _variant="100-copytext-portrait"
8
8
  _noAr="true"
@@ -10,7 +10,7 @@
10
10
  {{else}}
11
11
  {{> components/content/copytext/components/image/figure
12
12
  _cssClass="hrds-copytext-teaser-half mt-12 mb-8 article-full-width sm:article-narrow sm:mt-6 sm:mb-5 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
13
- _cssClassCaption="mx-5 sm:mx-0"
13
+ _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
14
14
  _type="story"
15
15
  _variant="copytext-portrait"
16
16
  _noAr="true"
@@ -20,7 +20,7 @@
20
20
  {{#if this.showFullSize.isTrue}}
21
21
  {{> components/content/copytext/components/image/figure
22
22
  _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
23
- _cssClassCaption="mx-5 sm:mx-0"
23
+ _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
24
24
  _type="story"
25
25
  _variant="100-copytext"
26
26
  _pictureAddClass="ar-16-9"
@@ -28,7 +28,7 @@
28
28
  {{else}}
29
29
  {{> components/content/copytext/components/image/figure
30
30
  _cssClass="hrds-copytext-teaser-half mt-12 mb-8 sm:mt-6 sm:mb-5 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
31
- _cssClassCaption="mx-5 sm:mx-0"
31
+ _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
32
32
  _type="story"
33
33
  _variant="copytext"
34
34
  _pictureAddClass="ar-16-9"
@@ -41,7 +41,7 @@
41
41
  {{#unless _voting-option}}
42
42
  {{#if this.teaseritem}}
43
43
  {{#if this.isAudio}}
44
- {{~#> components/content/copytext/components/image/caption this.teaseritem _cssClassCaption="mx-5 sm:mx-0"~}}
44
+ {{~#> components/content/copytext/components/image/caption this.teaseritem _cssClassCaption=_cssClassCaption~}}
45
45
  {{~> components/content/copytext/components/image/image_copyright~}}
46
46
  <span class="mx-1.5">|</span>
47
47
  {{~#with ../this.toModel.mediaBacklinkToStoryTeaser-adjust_context~}}
@@ -56,7 +56,7 @@
56
56
  {{~/with~}}
57
57
  {{~/components/content/copytext/components/image/caption~}}
58
58
  {{else}}
59
- {{~#> components/content/copytext/components/image/collapsible_caption this.teaseritem _cssClassCaption="mx-5 sm:mx-0"~}}
59
+ {{~#> components/content/copytext/components/image/collapsible_caption this.teaseritem _cssClassCaption=_cssClassCaption~}}
60
60
  {{#if this.caption}} {{~> components/content/copytext/components/image/image_caption_text~}} {{/if}}
61
61
  {{~> components/content/copytext/components/image/image_copyright~}}
62
62
  {{~/components/content/copytext/components/image/collapsible_caption~}}
@@ -1,3 +1,3 @@
1
- <div class="print:hidden article-narrow w-auto [&+h2]:mt-4 xs:article-full-width xs:mx-13 {{#if this.showFullSize.isTrue }}hrds-copytext-teaser-full clear-both mb-8 mt-12 sm:my-14 sm:mx-26 {{else}}hrds-copytext-teaser-half sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5 sm:ml-0{{/if}}">
1
+ <div class="print:hidden article-narrow w-auto [&+h2]:mt-4 xs:article-full-width{{#if _isTickerCopytext}} xs:mx-10{{else}} xs:mx-13{{/if}} {{#if this.showFullSize.isTrue }}hrds-copytext-teaser-full clear-both mb-8 mt-12 sm:my-14 sm:mx-26 {{else}}hrds-copytext-teaser-half sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5 sm:ml-0{{/if}}">
2
2
  {{> components/teaser/teaser_poster _isCopytext=true }}
3
3
  </div>
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _isFullsize=true _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _isFullsize=true _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
3
3
  {{else}}
4
- {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _isFullsize=false _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
4
+ {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _isFullsize=false _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
5
5
  {{/if}}
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
3
3
  {{else}}
4
- {{> components/content/copytext/components/media/media_figure _isFullsize=false _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
4
+ {{> components/content/copytext/components/media/media_figure _isFullsize=false _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
5
5
  {{/if}}
@@ -1,9 +1,9 @@
1
- <div class="hrds-copytext mt-2 contents sm:block copytextWrapper">
1
+ <div class="mt-2 hrds-copytext contents sm:block copytextWrapper">
2
2
  {{~#with this.leadAudio }}
3
3
  {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden article-full-width mt-12 mb-6 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
4
4
  {{~/with}}
5
5
  {{#each this.copytextParagraph }}
6
- {{~> components/content/copytext/copytext_body _isWebview=../_isWebview ~}}
6
+ {{~> components/content/copytext/copytext_body _isWebview=../_isWebview _isTickerCopytext=../_isTickerCopytext~}}
7
7
  {{/each}}
8
8
  </div>
9
9
  {{! Globaler Einstellungsbutton; nur für Copytext/Externe Dienste Story;
@@ -4,7 +4,7 @@
4
4
  {{#unless this.isInfoBox}}
5
5
  {{~#with this.paragraphBoxItem }}
6
6
  {{~#if this.isImage}}
7
- {{~> components/content/copytext/components/image/image _isWebview=../_isWebview}}
7
+ {{~> components/content/copytext/components/image/image _isWebview=../_isWebview _isTickerCopytext=../_isTickerCopytext}}
8
8
  {{/if~}}
9
9
  {{~#if this.isContentBox}}
10
10
  {{~> components/content/copytext/components/contentbox/contentbox _isWebview=../_isWebview ~}}
@@ -28,19 +28,19 @@
28
28
  {{> components/content/copytext/components/newsletter }}
29
29
  {{/if~}}
30
30
  {{~#if this.isAudioOnDemand}}
31
- {{> components/content/copytext/components/audio }}
31
+ {{> components/content/copytext/components/audio _isTickerCopytext=../_isTickerCopytext }}
32
32
  {{/if~}}
33
33
  {{~#if this.isAudioEventLivestream}}
34
- {{> components/content/copytext/components/audioeventlivestream }}
34
+ {{> components/content/copytext/components/audioeventlivestream _isTickerCopytext=../_isTickerCopytext }}
35
35
  {{/if~}}
36
36
  {{~#if this.isPodcastEpisode}}
37
37
  {{> components/content/copytext/components/podcastepisode }}
38
38
  {{/if~}}
39
39
  {{~#if this.isVideoOnDemand}}
40
- {{> components/content/copytext/components/video/video }}
40
+ {{> components/content/copytext/components/video/video _isTickerCopytext=../_isTickerCopytext }}
41
41
  {{/if~}}
42
42
  {{~#if this.isLivestream}}
43
- {{> components/content/copytext/components/videolivestream }}
43
+ {{> components/content/copytext/components/videolivestream _isTickerCopytext=../_isTickerCopytext }}
44
44
  {{/if~}}
45
45
  {{~#if this.isTweet}}
46
46
  {{> components/content/copytext/components/tweet }}
@@ -65,37 +65,37 @@
65
65
  {{~#with this.paragraphTeaserItem }}
66
66
  {{~#if this.isTopictag}}
67
67
  {{#with this.toModel.baseTeaserDS}}
68
- {{> components/content/copytext/components/posterteaser }}
68
+ {{> components/content/copytext/components/posterteaser _isTickerCopytext=../../_isTickerCopytext }}
69
69
  {{/with}}
70
70
  {{/if~}}
71
71
  {{~#if this.isTicker}}
72
72
  {{#with this.toModel.baseTeaserDS}}
73
- {{> components/content/copytext/components/posterteaser }}
73
+ {{> components/content/copytext/components/posterteaser _isTickerCopytext=../../_isTickerCopytext }}
74
74
  {{/with}}
75
75
  {{/if~}}
76
76
  {{~#if this.isLink}}
77
77
  {{#with this.toModel.baseTeaserDS}}
78
- {{> components/content/copytext/components/posterteaser }}
78
+ {{> components/content/copytext/components/posterteaser _isTickerCopytext=../../_isTickerCopytext }}
79
79
  {{/with}}
80
80
  {{/if~}}
81
81
  {{~#if this.isStructureNodeDocument}}
82
82
  {{#with this.toModel.structureNodeTeaser}}
83
- {{> components/content/copytext/components/posterteaser }}
83
+ {{> components/content/copytext/components/posterteaser _isTickerCopytext=../../_isTickerCopytext }}
84
84
  {{/with}}
85
85
  {{/if~}}
86
86
  {{~#if this.isStory}}
87
87
  {{#with this.toModel.baseTeaserDS}}
88
- {{> components/content/copytext/components/posterteaser }}
88
+ {{> components/content/copytext/components/posterteaser _isTickerCopytext=../../_isTickerCopytext }}
89
89
  {{/with}}
90
90
  {{/if~}}
91
91
  {{~#if this.isProgram}}
92
92
  {{#with this.toModel.baseTeaserDS}}
93
- {{> components/content/copytext/components/posterteaser }}
93
+ {{> components/content/copytext/components/posterteaser _isTickerCopytext=../../_isTickerCopytext }}
94
94
  {{/with}}
95
95
  {{/if~}}
96
96
  {{~#if this.isEvent}}
97
97
  {{#with this.toModel.eventTeaser}}
98
- {{> components/content/copytext/components/posterteaser }}
98
+ {{> components/content/copytext/components/posterteaser _isTickerCopytext=../../_isTickerCopytext }}
99
99
  {{/with}}
100
100
  {{/if~}}
101
101
  {{~/with}}