hr-design-system-handlebars 1.74.14 β†’ 1.75.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 (30) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/assets/index.css +3 -3
  3. package/dist/views/components/content/copytext/components/accordion/accordion.hbs +2 -2
  4. package/dist/views/components/content/copytext/components/image/figcaption.hbs +1 -1
  5. package/dist/views/components/content/copytext/components/image/figure.hbs +1 -1
  6. package/dist/views/components/content/copytext/components/media/media_figure.hbs +1 -1
  7. package/dist/views/components/content/copytext/components/paragraph/paragraph_body.hbs +4 -4
  8. package/dist/views/components/content/copytext/copytext.hbs +1 -126
  9. package/dist/views/components/content/copytext/copytext_body.hbs +125 -0
  10. package/dist/views/components/page/story/story_article.hbs +4 -1
  11. package/dist/views_static/components/content/copytext/components/accordion/accordion.hbs +2 -2
  12. package/dist/views_static/components/content/copytext/components/image/figcaption.hbs +1 -1
  13. package/dist/views_static/components/content/copytext/components/image/figure.hbs +1 -1
  14. package/dist/views_static/components/content/copytext/components/media/media_figure.hbs +1 -1
  15. package/dist/views_static/components/content/copytext/components/paragraph/paragraph_body.hbs +4 -4
  16. package/dist/views_static/components/content/copytext/copytext.hbs +1 -126
  17. package/dist/views_static/components/content/copytext/copytext_body.hbs +125 -0
  18. package/dist/views_static/components/page/story/story_article.hbs +4 -1
  19. package/package.json +1 -1
  20. package/src/assets/fixtures/page/story/story_with_livestream.json +67 -0
  21. package/src/stories/views/components/content/copytext/components/accordion/accordion.hbs +2 -2
  22. package/src/stories/views/components/content/copytext/components/image/figcaption.hbs +1 -1
  23. package/src/stories/views/components/content/copytext/components/image/figure.hbs +1 -1
  24. package/src/stories/views/components/content/copytext/components/media/media_figure.hbs +1 -1
  25. package/src/stories/views/components/content/copytext/components/paragraph/paragraph_body.hbs +4 -4
  26. package/src/stories/views/components/content/copytext/copytext.hbs +1 -126
  27. package/src/stories/views/components/content/copytext/copytext_body.hbs +125 -0
  28. package/src/stories/views/components/page/story/fixtures/story_with_livestream.json +1 -0
  29. package/src/stories/views/components/page/story/story_article.hbs +4 -1
  30. package/src/stories/views/components/page/story/story_main.stories.js +11 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # v1.75.1 (Thu Jun 27 2024)
2
+
3
+ #### πŸ› Bug Fix
4
+
5
+ - DPE-3181: Livestream im Aufmacher [#971](https://github.com/mumprod/hr-design-system-handlebars/pull/971) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (saad.elbaciri@hr.de)
11
+
12
+ ---
13
+
14
+ # v1.75.0 (Wed Jun 26 2024)
15
+
16
+ #### πŸš€ Enhancement
17
+
18
+ - prepare copytext for accordion [#969](https://github.com/mumprod/hr-design-system-handlebars/pull/969) ([@hanswurstsalat](https://github.com/hanswurstsalat))
19
+
20
+ #### Authors: 1
21
+
22
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
23
+
24
+ ---
25
+
1
26
  # v1.74.14 (Wed Jun 26 2024)
2
27
 
3
28
  #### πŸ› Bug Fix
@@ -3368,7 +3368,7 @@ article.indexTextDS .indexTextHighlighted .link {
3368
3368
  border-bottom-color: var(--color-secondary-ds);
3369
3369
  }
3370
3370
  .counter-reset {
3371
- counter-reset: cnt1719406631955;
3371
+ counter-reset: cnt1719489321419;
3372
3372
  }
3373
3373
  .hyphens-auto {
3374
3374
  -webkit-hyphens: auto;
@@ -3747,7 +3747,7 @@ article.indexTextDS .indexTextHighlighted .link {
3747
3747
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3748
3748
  }
3749
3749
  .-ordered {
3750
- counter-increment: cnt1719406631955 1;
3750
+ counter-increment: cnt1719489321419 1;
3751
3751
  }
3752
3752
  .-ordered::before {
3753
3753
  position: absolute;
@@ -3763,7 +3763,7 @@ article.indexTextDS .indexTextHighlighted .link {
3763
3763
  letter-spacing: .0125em;
3764
3764
  --tw-text-opacity: 1;
3765
3765
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3766
- content: counter(cnt1719406631955);
3766
+ content: counter(cnt1719489321419);
3767
3767
  }
3768
3768
  /*! ****************************/
3769
3769
  /*! DataPolicy stuff */
@@ -1,7 +1,7 @@
1
1
  {{#if this.title}}
2
- <h2 class="mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
2
+ <h2 class="clear-both mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
3
3
  {{/if}}
4
- <div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} mt-11{{/unless}}">
4
+ <div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} clear-both mt-11{{/unless}}">
5
5
  {{#each this.copytextParagraph }}
6
6
  {{#if this.isHeadline}}
7
7
  {{#unless @first}}</div></div>{{/unless}}
@@ -12,7 +12,7 @@
12
12
  }"
13
13
  @resize.window="open = false; $refs.caption.scrollHeight === $refs.caption.clientHeight ? truncated = false : truncated = true">
14
14
  <div class="dark:text-text-dark overflow-anywhere hyphens-auto" x-ref="caption"
15
- {{#if this.showFullSize.isTrue}} :class="!open ? 'line-clamp-2 md:line-clamp-none' : 'line-clamp-none'" {{else}} :class="!open ? 'line-clamp-2' : 'line-clamp-none'" {{/if}}>
15
+ {{#if _fullSize}} :class="!open ? 'line-clamp-2 md:line-clamp-none' : 'line-clamp-none'" {{else}} :class="!open ? 'line-clamp-2' : 'line-clamp-none'" {{/if}}>
16
16
  {{#if this.caption}}
17
17
  {{~#unless _hideCaption~}}
18
18
  <span class="pr-3">
@@ -16,6 +16,6 @@
16
16
  {{/if}}
17
17
  {{/if}}
18
18
  {{#unless _voting-option}}
19
- {{~> components/content/copytext/components/image/figcaption _cssClassCaption=_cssClassCaption~}}
19
+ {{~> components/content/copytext/components/image/figcaption _fullSize=this.showFullSize.isTrue _cssClassCaption=_cssClassCaption~}}
20
20
  {{/unless}}
21
21
  </figure>
@@ -28,7 +28,7 @@
28
28
  {{/if}}
29
29
  {{#unless _voting-option}}
30
30
  {{#with this.teaseritem}}
31
- {{~> components/content/copytext/components/image/figcaption _cssClassCaption=../_cssClassCaption~}}
31
+ {{~> components/content/copytext/components/image/figcaption _fullSize=../_fullSize _cssClassCaption=../_cssClassCaption~}}
32
32
  {{/with}}
33
33
  {{/unless}}
34
34
  {{~> components/base/a11y/hiddenText _locaTag=_a11yOutro-loca ~}}
@@ -1,9 +1,9 @@
1
1
  {{#if this.isText}}
2
- <p class="mt-6 text-lg leading-normal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
2
+ <p class="pt-6 text-lg leading-normal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
3
3
  {{/if}}
4
4
  {{#if this.isUl}}
5
- <ul class="mt-6 ml-5 text-lg leading-normal list-disc copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
5
+ <ul class="pt-6 pl-5 overflow-hidden text-lg leading-normal list-disc copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
6
6
  {{/if}}
7
7
  {{#if this.isOl}}
8
- <ol class="mt-6 ml-5 text-lg leading-normal list-decimal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
9
- {{/if}}
8
+ <ol class="pt-6 pl-5 overflow-hidden text-lg leading-normal list-decimal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
9
+ {{/if}}
@@ -3,132 +3,7 @@
3
3
  {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
4
4
  {{~/with}}
5
5
  {{#each this.copytextParagraph }}
6
- {{#if this.isHeadline}}
7
- {{> components/content/copytext/components/headline }}
8
- {{/if}}
9
-
10
- {{#unless this.isInfoBox}}
11
- {{~#with this.paragraphBoxItem }}
12
- {{~#if this.isImage}}
13
- {{~> components/content/copytext/components/image/image _isWebview=../../_isWebview}}
14
- {{/if~}}
15
- {{~#if this.isContentBox}}
16
- {{~> components/content/copytext/components/contentbox/contentbox ~}}
17
- {{/if~}}
18
- {{~#if this.isAccordion}}
19
- {{~> components/content/copytext/components/accordion/accordion ~}}
20
- {{/if~}}
21
- {{~#if this.isGallery}}
22
- {{> components/content/copytext/components/gallery }}
23
- {{/if~}}
24
- {{~#if this.isFileDownload}}
25
- {{> components/content/copytext/components/filedownload }}
26
- {{/if~}}
27
- {{~#if this.isMap}}
28
- {{> components/content/copytext/components/map }}
29
- {{/if~}}
30
- {{~#if this.isWebForm}}
31
- {{> components/content/copytext/components/webform }}
32
- {{/if~}}
33
- {{~#if this.isNewsletter}}
34
- {{> components/content/copytext/components/newsletter }}
35
- {{/if~}}
36
- {{~#if this.isAudio}}
37
- {{> components/content/copytext/components/audio }}
38
- {{/if~}}
39
- {{~#if this.isAudioEventLivestream}}
40
- {{> components/content/copytext/components/audioeventlivestream }}
41
- {{/if~}}
42
- {{~#if this.isPodcastEpisode}}
43
- {{> components/content/copytext/components/podcastepisode }}
44
- {{/if~}}
45
- {{~#if this.isVideo}}
46
- {{> components/content/copytext/components/video/video }}
47
- {{/if~}}
48
- {{~#if this.isLivestream}}
49
- {{> components/content/copytext/components/videolivestream }}
50
- {{/if~}}
51
- {{~#if this.isTweet}}
52
- {{> components/content/copytext/components/tweet }}
53
- {{~/if}}
54
- {{~#if this.isRadioPlaylist}}
55
- {{> components/content/copytext/components/radioplaylist }}
56
- {{~/if}}
57
- {{~#if this.isVoting}}
58
- {{> components/content/copytext/components/voting }}
59
- {{/if~}}
60
- {{~#if this.isExternalService}}
61
- {{> components/content/copytext/components/externalservice }}
62
- {{/if~}}
63
- {{~#if this.isContentNav}}
64
- {{#with this.toModel.contentNavigationTeaser}}
65
- {{~> components/teaser/content_nav/teaser_content_nav _isCopytext=true ~}}
66
- {{/with}}
67
- {{/if~}}
68
- {{~/with}}
69
- {{/unless}}
70
-
71
- {{~#with this.paragraphTeaserItem }}
72
- {{~#if this.isTopictag}}
73
- {{#with this.toModel.baseTeaserDS}}
74
- {{> components/content/copytext/components/posterteaser }}
75
- {{/with}}
76
- {{/if~}}
77
- {{~#if this.isTicker}}
78
- {{#with this.toModel.baseTeaserDS}}
79
- {{> components/content/copytext/components/posterteaser }}
80
- {{/with}}
81
- {{/if~}}
82
- {{~#if this.isLink}}
83
- {{#with this.toModel.baseTeaserDS}}
84
- {{> components/content/copytext/components/posterteaser }}
85
- {{/with}}
86
- {{/if~}}
87
- {{~#if this.isStructureNodeDocument}}
88
- {{#with this.toModel.structureNodeTeaser}}
89
- {{> components/content/copytext/components/posterteaser }}
90
- {{/with}}
91
- {{/if~}}
92
- {{~#if this.isStory}}
93
- {{#with this.toModel.baseTeaserDS}}
94
- {{> components/content/copytext/components/posterteaser }}
95
- {{/with}}
96
- {{/if~}}
97
- {{~#if this.isProgram}}
98
- {{#with this.toModel.baseTeaserDS}}
99
- {{> components/content/copytext/components/posterteaser }}
100
- {{/with}}
101
- {{/if~}}
102
- {{~#if this.isEvent}}
103
- {{#with this.toModel.eventTeaser}}
104
- {{> components/content/copytext/components/posterteaser }}
105
- {{/with}}
106
- {{/if~}}
107
- {{~/with}}
108
-
109
- {{#if this.isParagraph}}
110
- {{> components/content/copytext/components/paragraph/paragraph }}
111
- {{/if}}
112
-
113
- {{#if this.isCite}}
114
- {{> components/content/copytext/components/cite }}
115
- {{/if}}
116
-
117
- {{#if this.isInfoBox}}
118
- {{> components/content/copytext/components/infobox }}
119
- {{/if}}
120
- {{#if this.isAdditionalInfo}}
121
- {{> components/content/copytext/components/additionalinfo }}
122
- {{/if}}
123
- {{#if this.isDownloadBox}}
124
- {{> components/content/copytext/components/downloadbox/downloadbox }}
125
- {{/if}}
126
- {{#if this.isFAQ}}
127
- {{> components/content/copytext/components/faq }}
128
- {{/if}}
129
- {{#if this.isJobposting}}
130
- {{> components/content/copytext/components/jobposting }}
131
- {{/if}}
6
+ {{~> components/content/copytext/copytext_body _isWebview=_isWebview ~}}
132
7
  {{/each}}
133
8
  </div>
134
9
  {{! Globaler Einstellungsbutton; nur fΓΌr Copytext/Externe Dienste Story;
@@ -0,0 +1,125 @@
1
+ {{#if this.isHeadline}}
2
+ {{> components/content/copytext/components/headline }}
3
+ {{/if}}
4
+ {{#unless this.isInfoBox}}
5
+ {{~#with this.paragraphBoxItem }}
6
+ {{~#if this.isImage}}
7
+ {{~> components/content/copytext/components/image/image}}
8
+ {{/if~}}
9
+ {{~#if this.isContentBox}}
10
+ {{~> components/content/copytext/components/contentbox/contentbox ~}}
11
+ {{/if~}}
12
+ {{~#if this.isAccordion}}
13
+ {{~> components/content/copytext/components/accordion/accordion ~}}
14
+ {{/if~}}
15
+ {{~#if this.isGallery}}
16
+ {{> components/content/copytext/components/gallery }}
17
+ {{/if~}}
18
+ {{~#if this.isFileDownload}}
19
+ {{> components/content/copytext/components/filedownload }}
20
+ {{/if~}}
21
+ {{~#if this.isMap}}
22
+ {{> components/content/copytext/components/map }}
23
+ {{/if~}}
24
+ {{~#if this.isWebForm}}
25
+ {{> components/content/copytext/components/webform }}
26
+ {{/if~}}
27
+ {{~#if this.isNewsletter}}
28
+ {{> components/content/copytext/components/newsletter }}
29
+ {{/if~}}
30
+ {{~#if this.isAudio}}
31
+ {{> components/content/copytext/components/audio }}
32
+ {{/if~}}
33
+ {{~#if this.isAudioEventLivestream}}
34
+ {{> components/content/copytext/components/audioeventlivestream }}
35
+ {{/if~}}
36
+ {{~#if this.isPodcastEpisode}}
37
+ {{> components/content/copytext/components/podcastepisode }}
38
+ {{/if~}}
39
+ {{~#if this.isVideo}}
40
+ {{> components/content/copytext/components/video/video }}
41
+ {{/if~}}
42
+ {{~#if this.isLivestream}}
43
+ {{> components/content/copytext/components/videolivestream }}
44
+ {{/if~}}
45
+ {{~#if this.isTweet}}
46
+ {{> components/content/copytext/components/tweet }}
47
+ {{~/if}}
48
+ {{~#if this.isRadioPlaylist}}
49
+ {{> components/content/copytext/components/radioplaylist }}
50
+ {{~/if}}
51
+ {{~#if this.isVoting}}
52
+ {{> components/content/copytext/components/voting }}
53
+ {{/if~}}
54
+ {{~#if this.isExternalService}}
55
+ {{> components/content/copytext/components/externalservice }}
56
+ {{/if~}}
57
+ {{~#if this.isContentNav}}
58
+ {{#with this.toModel.contentNavigationTeaser}}
59
+ {{~> components/teaser/content_nav/teaser_content_nav _isCopytext=true ~}}
60
+ {{/with}}
61
+ {{/if~}}
62
+ {{~/with}}
63
+ {{/unless}}
64
+
65
+ {{~#with this.paragraphTeaserItem }}
66
+ {{~#if this.isTopictag}}
67
+ {{#with this.toModel.baseTeaserDS}}
68
+ {{> components/content/copytext/components/posterteaser }}
69
+ {{/with}}
70
+ {{/if~}}
71
+ {{~#if this.isTicker}}
72
+ {{#with this.toModel.baseTeaserDS}}
73
+ {{> components/content/copytext/components/posterteaser }}
74
+ {{/with}}
75
+ {{/if~}}
76
+ {{~#if this.isLink}}
77
+ {{#with this.toModel.baseTeaserDS}}
78
+ {{> components/content/copytext/components/posterteaser }}
79
+ {{/with}}
80
+ {{/if~}}
81
+ {{~#if this.isStructureNodeDocument}}
82
+ {{#with this.toModel.structureNodeTeaser}}
83
+ {{> components/content/copytext/components/posterteaser }}
84
+ {{/with}}
85
+ {{/if~}}
86
+ {{~#if this.isStory}}
87
+ {{#with this.toModel.baseTeaserDS}}
88
+ {{> components/content/copytext/components/posterteaser }}
89
+ {{/with}}
90
+ {{/if~}}
91
+ {{~#if this.isProgram}}
92
+ {{#with this.toModel.baseTeaserDS}}
93
+ {{> components/content/copytext/components/posterteaser }}
94
+ {{/with}}
95
+ {{/if~}}
96
+ {{~#if this.isEvent}}
97
+ {{#with this.toModel.eventTeaser}}
98
+ {{> components/content/copytext/components/posterteaser }}
99
+ {{/with}}
100
+ {{/if~}}
101
+ {{~/with}}
102
+
103
+ {{#if this.isParagraph}}
104
+ {{> components/content/copytext/components/paragraph/paragraph }}
105
+ {{/if}}
106
+
107
+ {{#if this.isCite}}
108
+ {{> components/content/copytext/components/cite }}
109
+ {{/if}}
110
+
111
+ {{#if this.isInfoBox}}
112
+ {{> components/content/copytext/components/infobox }}
113
+ {{/if}}
114
+ {{#if this.isAdditionalInfo}}
115
+ {{> components/content/copytext/components/additionalinfo }}
116
+ {{/if}}
117
+ {{#if this.isDownloadBox}}
118
+ {{> components/content/copytext/components/downloadbox/downloadbox }}
119
+ {{/if}}
120
+ {{#if this.isFAQ}}
121
+ {{> components/content/copytext/components/faq }}
122
+ {{/if}}
123
+ {{#if this.isJobposting}}
124
+ {{> components/content/copytext/components/jobposting }}
125
+ {{/if}}
@@ -21,6 +21,9 @@
21
21
  {{#if this.isVideo}}
22
22
  {{> components/content/copytext/components/media/media_figure _isLead=true _fullSize=true _addClass="print:hidden article-full-width md:article-breakout mt-12 mb-6 sm:mt-14 sm:mb-8" _cssClassCaption="mx-5 md:mx-0" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
23
23
  {{/if}}
24
+ {{#if this.isLivestream}}
25
+ {{> components/content/copytext/components/media/media_figure _isLead=true _fullSize=true _addClass="print:hidden article-full-width md:article-breakout mt-12 mb-6 sm:mt-14 sm:mb-8" _cssClassCaption="mx-5 md:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
26
+ {{/if}}
24
27
  {{/with}}
25
28
  {{/unless}}
26
29
 
@@ -37,7 +40,7 @@
37
40
  _source=this.source
38
41
  _isArchiveContent=this.isArchiveContent ~}}
39
42
 
40
- {{> components/page/components/appendix _isArticle=true }}
43
+ {{> components/page/components/appendix _isArticle=true _webview=../../_webview-adjust_context}}
41
44
 
42
45
  {{> components/page/components/comments }}
43
46
 
@@ -1,7 +1,7 @@
1
1
  {{#if this.title}}
2
- <h2 class="mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
2
+ <h2 class="clear-both mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
3
3
  {{/if}}
4
- <div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} mt-11{{/unless}}">
4
+ <div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} clear-both mt-11{{/unless}}">
5
5
  {{#each this.copytextParagraph }}
6
6
  {{#if this.isHeadline}}
7
7
  {{#unless @first}}</div></div>{{/unless}}
@@ -12,7 +12,7 @@
12
12
  }"
13
13
  @resize.window="open = false; $refs.caption.scrollHeight === $refs.caption.clientHeight ? truncated = false : truncated = true">
14
14
  <div class="dark:text-text-dark overflow-anywhere hyphens-auto" x-ref="caption"
15
- {{#if this.showFullSize.isTrue}} :class="!open ? 'line-clamp-2 md:line-clamp-none' : 'line-clamp-none'" {{else}} :class="!open ? 'line-clamp-2' : 'line-clamp-none'" {{/if}}>
15
+ {{#if _fullSize}} :class="!open ? 'line-clamp-2 md:line-clamp-none' : 'line-clamp-none'" {{else}} :class="!open ? 'line-clamp-2' : 'line-clamp-none'" {{/if}}>
16
16
  {{#if this.caption}}
17
17
  {{~#unless _hideCaption~}}
18
18
  <span class="pr-3">
@@ -16,6 +16,6 @@
16
16
  {{/if}}
17
17
  {{/if}}
18
18
  {{#unless _voting-option}}
19
- {{~> components/content/copytext/components/image/figcaption _cssClassCaption=_cssClassCaption~}}
19
+ {{~> components/content/copytext/components/image/figcaption _fullSize=this.showFullSize.isTrue _cssClassCaption=_cssClassCaption~}}
20
20
  {{/unless}}
21
21
  </figure>
@@ -28,7 +28,7 @@
28
28
  {{/if}}
29
29
  {{#unless _voting-option}}
30
30
  {{#with this.teaseritem}}
31
- {{~> components/content/copytext/components/image/figcaption _cssClassCaption=../_cssClassCaption~}}
31
+ {{~> components/content/copytext/components/image/figcaption _fullSize=../_fullSize _cssClassCaption=../_cssClassCaption~}}
32
32
  {{/with}}
33
33
  {{/unless}}
34
34
  {{~> components/base/a11y/hiddenText _locaTag=_a11yOutro-loca ~}}
@@ -1,9 +1,9 @@
1
1
  {{#if this.isText}}
2
- <p class="mt-6 text-lg leading-normal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
2
+ <p class="pt-6 text-lg leading-normal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
3
3
  {{/if}}
4
4
  {{#if this.isUl}}
5
- <ul class="mt-6 ml-5 text-lg leading-normal list-disc copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
5
+ <ul class="pt-6 pl-5 overflow-hidden text-lg leading-normal list-disc copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
6
6
  {{/if}}
7
7
  {{#if this.isOl}}
8
- <ol class="mt-6 ml-5 text-lg leading-normal list-decimal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
9
- {{/if}}
8
+ <ol class="pt-6 pl-5 overflow-hidden text-lg leading-normal list-decimal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
9
+ {{/if}}
@@ -3,132 +3,7 @@
3
3
  {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
4
4
  {{~/with}}
5
5
  {{#each this.copytextParagraph }}
6
- {{#if this.isHeadline}}
7
- {{> components/content/copytext/components/headline }}
8
- {{/if}}
9
-
10
- {{#unless this.isInfoBox}}
11
- {{~#with this.paragraphBoxItem }}
12
- {{~#if this.isImage}}
13
- {{~> components/content/copytext/components/image/image _isWebview=../../_isWebview}}
14
- {{/if~}}
15
- {{~#if this.isContentBox}}
16
- {{~> components/content/copytext/components/contentbox/contentbox ~}}
17
- {{/if~}}
18
- {{~#if this.isAccordion}}
19
- {{~> components/content/copytext/components/accordion/accordion ~}}
20
- {{/if~}}
21
- {{~#if this.isGallery}}
22
- {{> components/content/copytext/components/gallery }}
23
- {{/if~}}
24
- {{~#if this.isFileDownload}}
25
- {{> components/content/copytext/components/filedownload }}
26
- {{/if~}}
27
- {{~#if this.isMap}}
28
- {{> components/content/copytext/components/map }}
29
- {{/if~}}
30
- {{~#if this.isWebForm}}
31
- {{> components/content/copytext/components/webform }}
32
- {{/if~}}
33
- {{~#if this.isNewsletter}}
34
- {{> components/content/copytext/components/newsletter }}
35
- {{/if~}}
36
- {{~#if this.isAudio}}
37
- {{> components/content/copytext/components/audio }}
38
- {{/if~}}
39
- {{~#if this.isAudioEventLivestream}}
40
- {{> components/content/copytext/components/audioeventlivestream }}
41
- {{/if~}}
42
- {{~#if this.isPodcastEpisode}}
43
- {{> components/content/copytext/components/podcastepisode }}
44
- {{/if~}}
45
- {{~#if this.isVideo}}
46
- {{> components/content/copytext/components/video/video }}
47
- {{/if~}}
48
- {{~#if this.isLivestream}}
49
- {{> components/content/copytext/components/videolivestream }}
50
- {{/if~}}
51
- {{~#if this.isTweet}}
52
- {{> components/content/copytext/components/tweet }}
53
- {{~/if}}
54
- {{~#if this.isRadioPlaylist}}
55
- {{> components/content/copytext/components/radioplaylist }}
56
- {{~/if}}
57
- {{~#if this.isVoting}}
58
- {{> components/content/copytext/components/voting }}
59
- {{/if~}}
60
- {{~#if this.isExternalService}}
61
- {{> components/content/copytext/components/externalservice }}
62
- {{/if~}}
63
- {{~#if this.isContentNav}}
64
- {{#with this.toModel.contentNavigationTeaser}}
65
- {{~> components/teaser/content_nav/teaser_content_nav _isCopytext=true ~}}
66
- {{/with}}
67
- {{/if~}}
68
- {{~/with}}
69
- {{/unless}}
70
-
71
- {{~#with this.paragraphTeaserItem }}
72
- {{~#if this.isTopictag}}
73
- {{#with this.toModel.baseTeaserDS}}
74
- {{> components/content/copytext/components/posterteaser }}
75
- {{/with}}
76
- {{/if~}}
77
- {{~#if this.isTicker}}
78
- {{#with this.toModel.baseTeaserDS}}
79
- {{> components/content/copytext/components/posterteaser }}
80
- {{/with}}
81
- {{/if~}}
82
- {{~#if this.isLink}}
83
- {{#with this.toModel.baseTeaserDS}}
84
- {{> components/content/copytext/components/posterteaser }}
85
- {{/with}}
86
- {{/if~}}
87
- {{~#if this.isStructureNodeDocument}}
88
- {{#with this.toModel.structureNodeTeaser}}
89
- {{> components/content/copytext/components/posterteaser }}
90
- {{/with}}
91
- {{/if~}}
92
- {{~#if this.isStory}}
93
- {{#with this.toModel.baseTeaserDS}}
94
- {{> components/content/copytext/components/posterteaser }}
95
- {{/with}}
96
- {{/if~}}
97
- {{~#if this.isProgram}}
98
- {{#with this.toModel.baseTeaserDS}}
99
- {{> components/content/copytext/components/posterteaser }}
100
- {{/with}}
101
- {{/if~}}
102
- {{~#if this.isEvent}}
103
- {{#with this.toModel.eventTeaser}}
104
- {{> components/content/copytext/components/posterteaser }}
105
- {{/with}}
106
- {{/if~}}
107
- {{~/with}}
108
-
109
- {{#if this.isParagraph}}
110
- {{> components/content/copytext/components/paragraph/paragraph }}
111
- {{/if}}
112
-
113
- {{#if this.isCite}}
114
- {{> components/content/copytext/components/cite }}
115
- {{/if}}
116
-
117
- {{#if this.isInfoBox}}
118
- {{> components/content/copytext/components/infobox }}
119
- {{/if}}
120
- {{#if this.isAdditionalInfo}}
121
- {{> components/content/copytext/components/additionalinfo }}
122
- {{/if}}
123
- {{#if this.isDownloadBox}}
124
- {{> components/content/copytext/components/downloadbox/downloadbox }}
125
- {{/if}}
126
- {{#if this.isFAQ}}
127
- {{> components/content/copytext/components/faq }}
128
- {{/if}}
129
- {{#if this.isJobposting}}
130
- {{> components/content/copytext/components/jobposting }}
131
- {{/if}}
6
+ {{~> components/content/copytext/copytext_body _isWebview=_isWebview ~}}
132
7
  {{/each}}
133
8
  </div>
134
9
  {{! Globaler Einstellungsbutton; nur fΓΌr Copytext/Externe Dienste Story;