hr-design-system-handlebars 1.74.13 → 1.75.0
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.
- package/CHANGELOG.md +25 -0
- package/dist/assets/brand/hessenschau/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-bigband/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-fernsehen/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-inforadio/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-werbung/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr1/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr2/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr3/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr4/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/you-fm/conf/locatags.merged.json +2 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/button/utilities/button_variation_classes.hbs +2 -2
- package/dist/views/components/content/copytext/components/accordion/accordion.hbs +2 -2
- package/dist/views/components/content/copytext/components/media/media_figure.hbs +4 -0
- package/dist/views/components/content/copytext/components/paragraph/paragraph_body.hbs +4 -4
- package/dist/views/components/content/copytext/components/videolivestream.hbs +5 -0
- package/dist/views/components/content/copytext/copytext.hbs +1 -126
- package/dist/views/components/content/copytext/copytext_body.hbs +125 -0
- package/dist/views/components/mediaplayer/mediaplayer_button.hbs +1 -1
- package/dist/views/components/page/story/story_article.hbs +1 -1
- package/dist/views_static/components/button/utilities/button_variation_classes.hbs +2 -2
- package/dist/views_static/components/content/copytext/components/accordion/accordion.hbs +2 -2
- package/dist/views_static/components/content/copytext/components/media/media_figure.hbs +4 -0
- package/dist/views_static/components/content/copytext/components/paragraph/paragraph_body.hbs +4 -4
- package/dist/views_static/components/content/copytext/components/videolivestream.hbs +5 -0
- package/dist/views_static/components/content/copytext/copytext.hbs +1 -126
- package/dist/views_static/components/content/copytext/copytext_body.hbs +125 -0
- package/dist/views_static/components/mediaplayer/mediaplayer_button.hbs +1 -1
- package/dist/views_static/components/page/story/story_article.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/brand/_default/conf/locatags.json +3 -1
- package/src/assets/brand/hessenschau/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-bigband/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-werbung/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr1/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr2/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr3/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr4/conf/locatags.merged.json +2 -0
- package/src/assets/brand/you-fm/conf/locatags.merged.json +2 -0
- package/src/assets/fixtures/content/copytext/copytext_livestream.json +137 -0
- package/src/assets/fixtures/teaser/teaser_labels.inc.json +36 -0
- package/src/stories/views/components/button/utilities/button_variation_classes.hbs +2 -2
- package/src/stories/views/components/content/copytext/components/accordion/accordion.hbs +2 -2
- package/src/stories/views/components/content/copytext/components/media/media_figure.hbs +4 -0
- package/src/stories/views/components/content/copytext/components/paragraph/paragraph_body.hbs +4 -4
- package/src/stories/views/components/content/copytext/components/videolivestream.hbs +5 -0
- package/src/stories/views/components/content/copytext/copytext.hbs +1 -126
- package/src/stories/views/components/content/copytext/copytext.stories.js +7 -0
- package/src/stories/views/components/content/copytext/copytext_body.hbs +125 -0
- package/src/stories/views/components/content/copytext/fixtures/copytext_livestream.json +1 -0
- package/src/stories/views/components/mediaplayer/mediaplayer_button.hbs +1 -1
- package/src/stories/views/components/page/story/story_article.hbs +1 -1
- package/dist/views/components/content/copytext/components/livestream.hbs +0 -9
- package/dist/views_static/components/content/copytext/components/livestream.hbs +0 -9
- package/src/stories/views/components/content/copytext/components/livestream.hbs +0 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v1.75.0 (Wed Jun 26 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- prepare copytext for accordion [#969](https://github.com/mumprod/hr-design-system-handlebars/pull/969) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.74.14 (Wed Jun 26 2024)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- DPE-3180: add copytext-livestream component [#968](https://github.com/mumprod/hr-design-system-handlebars/pull/968) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
|
|
18
|
+
|
|
19
|
+
#### Authors: 2
|
|
20
|
+
|
|
21
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
22
|
+
- selbaciri (saad.elbaciri@hr.de)
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v1.74.13 (Fri Jun 21 2024)
|
|
2
27
|
|
|
3
28
|
#### 🐛 Bug Fix
|
|
@@ -163,6 +163,8 @@
|
|
|
163
163
|
"story_infobox_outro_sr": "Ende der weiteren Informationen",
|
|
164
164
|
"story_video_intro_sr": "Videobeitrag",
|
|
165
165
|
"story_video_outro_sr": "Ende des Videobeitrags",
|
|
166
|
+
"story_video_livestream_intro_sr": "Livestream",
|
|
167
|
+
"story_video_livestream_outro_sr": "Ende des Livestreams",
|
|
166
168
|
"header_homepage_link_title": "Startseite hessenschau . d e",
|
|
167
169
|
"meta_application_name": "hessenschau.de"
|
|
168
170
|
}
|
|
@@ -163,6 +163,8 @@
|
|
|
163
163
|
"story_infobox_outro_sr": "Ende der weiteren Informationen",
|
|
164
164
|
"story_video_intro_sr": "Videobeitrag",
|
|
165
165
|
"story_video_outro_sr": "Ende des Videobeitrags",
|
|
166
|
+
"story_video_livestream_intro_sr": "Livestream",
|
|
167
|
+
"story_video_livestream_outro_sr": "Ende des Livestreams",
|
|
166
168
|
"header_homepage_link_title": "Startseite hr . d e",
|
|
167
169
|
"meta_application_name": "hr.de"
|
|
168
170
|
}
|
|
@@ -163,6 +163,8 @@
|
|
|
163
163
|
"story_infobox_outro_sr": "Ende der weiteren Informationen",
|
|
164
164
|
"story_video_intro_sr": "Videobeitrag",
|
|
165
165
|
"story_video_outro_sr": "Ende des Videobeitrags",
|
|
166
|
+
"story_video_livestream_intro_sr": "Livestream",
|
|
167
|
+
"story_video_livestream_outro_sr": "Ende des Livestreams",
|
|
166
168
|
"header_homepage_link_title": "Startseite hr-bigband . d e",
|
|
167
169
|
"meta_application_name": "hr-bigband.de"
|
|
168
170
|
}
|
|
@@ -163,6 +163,8 @@
|
|
|
163
163
|
"story_infobox_outro_sr": "Ende der weiteren Informationen",
|
|
164
164
|
"story_video_intro_sr": "Videobeitrag",
|
|
165
165
|
"story_video_outro_sr": "Ende des Videobeitrags",
|
|
166
|
+
"story_video_livestream_intro_sr": "Livestream",
|
|
167
|
+
"story_video_livestream_outro_sr": "Ende des Livestreams",
|
|
166
168
|
"header_homepage_link_title": "Startseite hr-fernsehen . d e",
|
|
167
169
|
"meta_application_name": "hr-fernsehen.de"
|
|
168
170
|
}
|
|
@@ -163,6 +163,8 @@
|
|
|
163
163
|
"story_infobox_outro_sr": "Ende der weiteren Informationen",
|
|
164
164
|
"story_video_intro_sr": "Videobeitrag",
|
|
165
165
|
"story_video_outro_sr": "Ende des Videobeitrags",
|
|
166
|
+
"story_video_livestream_intro_sr": "Livestream",
|
|
167
|
+
"story_video_livestream_outro_sr": "Ende des Livestreams",
|
|
166
168
|
"header_homepage_link_title": "Startseite hr-inforadio . d e",
|
|
167
169
|
"meta_application_name": "hr-inforadio.de"
|
|
168
170
|
}
|
|
@@ -163,6 +163,8 @@
|
|
|
163
163
|
"story_infobox_outro_sr": "Ende der weiteren Informationen",
|
|
164
164
|
"story_video_intro_sr": "Videobeitrag",
|
|
165
165
|
"story_video_outro_sr": "Ende des Videobeitrags",
|
|
166
|
+
"story_video_livestream_intro_sr": "Livestream",
|
|
167
|
+
"story_video_livestream_outro_sr": "Ende des Livestreams",
|
|
166
168
|
"header_homepage_link_title": "Startseite hr-rundfunkrat . d e",
|
|
167
169
|
"meta_application_name": "hr-rundfunkrat.de"
|
|
168
170
|
}
|
|
@@ -163,6 +163,8 @@
|
|
|
163
163
|
"story_infobox_outro_sr": "Ende der weiteren Informationen",
|
|
164
164
|
"story_video_intro_sr": "Videobeitrag",
|
|
165
165
|
"story_video_outro_sr": "Ende des Videobeitrags",
|
|
166
|
+
"story_video_livestream_intro_sr": "Livestream",
|
|
167
|
+
"story_video_livestream_outro_sr": "Ende des Livestreams",
|
|
166
168
|
"header_homepage_link_title": "Startseite hr-sinfonieorchester . d e",
|
|
167
169
|
"meta_application_name": "hr-sinfonieorchester.de"
|
|
168
170
|
}
|
|
@@ -163,6 +163,8 @@
|
|
|
163
163
|
"story_infobox_outro_sr": "Ende der weiteren Informationen",
|
|
164
164
|
"story_video_intro_sr": "Videobeitrag",
|
|
165
165
|
"story_video_outro_sr": "Ende des Videobeitrags",
|
|
166
|
+
"story_video_livestream_intro_sr": "Livestream",
|
|
167
|
+
"story_video_livestream_outro_sr": "Ende des Livestreams",
|
|
166
168
|
"header_homepage_link_title": "Startseite hr-werbung . d e",
|
|
167
169
|
"meta_application_name": "hr-werbung.de"
|
|
168
170
|
}
|
|
@@ -163,6 +163,8 @@
|
|
|
163
163
|
"story_infobox_outro_sr": "Ende der weiteren Informationen",
|
|
164
164
|
"story_video_intro_sr": "Videobeitrag",
|
|
165
165
|
"story_video_outro_sr": "Ende des Videobeitrags",
|
|
166
|
+
"story_video_livestream_intro_sr": "Livestream",
|
|
167
|
+
"story_video_livestream_outro_sr": "Ende des Livestreams",
|
|
166
168
|
"header_homepage_link_title": "Startseite hr1 . d e",
|
|
167
169
|
"meta_application_name": "hr1.de"
|
|
168
170
|
}
|
|
@@ -163,6 +163,8 @@
|
|
|
163
163
|
"story_infobox_outro_sr": "Ende der weiteren Informationen",
|
|
164
164
|
"story_video_intro_sr": "Videobeitrag",
|
|
165
165
|
"story_video_outro_sr": "Ende des Videobeitrags",
|
|
166
|
+
"story_video_livestream_intro_sr": "Livestream",
|
|
167
|
+
"story_video_livestream_outro_sr": "Ende des Livestreams",
|
|
166
168
|
"header_homepage_link_title": "Startseite hr2 . d e",
|
|
167
169
|
"meta_application_name": "hr2.de"
|
|
168
170
|
}
|
|
@@ -163,6 +163,8 @@
|
|
|
163
163
|
"story_infobox_outro_sr": "Ende der weiteren Informationen",
|
|
164
164
|
"story_video_intro_sr": "Videobeitrag",
|
|
165
165
|
"story_video_outro_sr": "Ende des Videobeitrags",
|
|
166
|
+
"story_video_livestream_intro_sr": "Livestream",
|
|
167
|
+
"story_video_livestream_outro_sr": "Ende des Livestreams",
|
|
166
168
|
"header_homepage_link_title": "Startseite hr3 . d e",
|
|
167
169
|
"meta_application_name": "hr3.de"
|
|
168
170
|
}
|
|
@@ -163,6 +163,8 @@
|
|
|
163
163
|
"story_infobox_outro_sr": "Ende der weiteren Informationen",
|
|
164
164
|
"story_video_intro_sr": "Videobeitrag",
|
|
165
165
|
"story_video_outro_sr": "Ende des Videobeitrags",
|
|
166
|
+
"story_video_livestream_intro_sr": "Livestream",
|
|
167
|
+
"story_video_livestream_outro_sr": "Ende des Livestreams",
|
|
166
168
|
"header_homepage_link_title": "Startseite hr4 . d e",
|
|
167
169
|
"meta_application_name": "hr4.de"
|
|
168
170
|
}
|
|
@@ -163,6 +163,8 @@
|
|
|
163
163
|
"story_infobox_outro_sr": "Ende der weiteren Informationen",
|
|
164
164
|
"story_video_intro_sr": "Videobeitrag",
|
|
165
165
|
"story_video_outro_sr": "Ende des Videobeitrags",
|
|
166
|
+
"story_video_livestream_intro_sr": "Livestream",
|
|
167
|
+
"story_video_livestream_outro_sr": "Ende des Livestreams",
|
|
166
168
|
"header_homepage_link_title": "Startseite you-fm . d e",
|
|
167
169
|
"meta_application_name": "you-fm.de"
|
|
168
170
|
}
|
package/dist/assets/index.css
CHANGED
|
@@ -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:
|
|
3371
|
+
counter-reset: cnt1719417072440;
|
|
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:
|
|
3750
|
+
counter-increment: cnt1719417072440 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(
|
|
3766
|
+
content: counter(cnt1719417072440);
|
|
3767
3767
|
}
|
|
3768
3768
|
/*! ****************************/
|
|
3769
3769
|
/*! DataPolicy stuff */
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
{{else}}
|
|
23
23
|
{{~inline-switch
|
|
24
24
|
_variant
|
|
25
|
-
'["primary","secondary","tertiary"]'
|
|
26
|
-
'[" border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "," border text-button border-button hover:bg-button-inverted active:bg-button-primary--inverted"," border bg-transparent border-transparent text-button hover:bg-button-inverted hover:border-button active:bg-button-primary--inverted"," border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "]'
|
|
25
|
+
'["primary","secondary","tertiary","icon-button"]'
|
|
26
|
+
'[" border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "," border text-button border-button hover:bg-button-inverted active:bg-button-primary--inverted"," border bg-transparent border-transparent text-button hover:bg-button-inverted hover:border-button active:bg-button-primary--inverted"," border bg-transparent border-transparent text-button active:bg-button-primary--inverted"," border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "]'
|
|
27
27
|
~}}
|
|
28
28
|
{{/if}}
|
|
29
29
|
{{/if}}
|
|
@@ -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}}
|
|
@@ -22,6 +22,10 @@
|
|
|
22
22
|
{{~> components/mediaplayer/media_player this.toModel.videoElement _uiTestHook="ui-test-video-ondemand-player" _isUsedInTeaser=true _addClassImg=_addClassImg ~}}
|
|
23
23
|
{{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Video" _aspectRatio="ar-16-9" _noDelay=(if _isLead true false)}}
|
|
24
24
|
{{/if}}
|
|
25
|
+
{{#if this.isLivestream}}
|
|
26
|
+
{{~> components/mediaplayer/media_player this.toModel.videoLivestreamElement _uiTestHook="ui-test-video-ondemand-player" _isUsedInTeaser=true _addClassImg=_addClassImg ~}}
|
|
27
|
+
{{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLivestream=true _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _aspectRatio="ar-16-9" _noDelay=(if _isLead true false)}}
|
|
28
|
+
{{/if}}
|
|
25
29
|
{{#unless _voting-option}}
|
|
26
30
|
{{#with this.teaseritem}}
|
|
27
31
|
{{~> components/content/copytext/components/image/figcaption _cssClassCaption=../_cssClassCaption~}}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{{#if this.isText}}
|
|
2
|
-
<p class="
|
|
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="
|
|
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="
|
|
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}}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
{{#if this.showFullSize.isTrue }}
|
|
2
|
+
{{> components/content/copytext/components/media/media_figure _fullSize=true _addClass="print:hidden clear-both article-full-width sm:article-narrow my-6 sm:my-7" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
|
|
3
|
+
{{else}}
|
|
4
|
+
{{> components/content/copytext/components/media/media_figure _fullSize=false _addClass="print:hidden article-full-width sm:article-narrow my-6 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
|
|
5
|
+
{{/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
|
-
{{
|
|
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/livestream }}
|
|
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}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#with this}}
|
|
2
|
-
{{#> components/button/button _variant="
|
|
2
|
+
{{#> components/button/button _variant="icon-button" _type="button" _css=_css _alpineClick="avStart = !avStart; $dispatch('player_start')"}}
|
|
3
3
|
{{#with this}}
|
|
4
4
|
{{> components/base/image/icon _addClass=(appendToDefault (if ../../_isLivestream-adjust_context "text-media-button-live group-hover:fill-media-button-live" "text-media-button group-hover:fill-media-button") "fill-white group-hover:text-white inline ") _icon=../../_icon-adjust_context}}
|
|
5
5
|
{{#*inline "css"}} {{~#if ../../_isLead-adjust_context~}} md:w-18 md:h-18 w-10 h-10 {{else}} w-10 h-10 {{/if}} {{/inline}}
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
_source=this.source
|
|
38
38
|
_isArchiveContent=this.isArchiveContent ~}}
|
|
39
39
|
|
|
40
|
-
{{> components/page/components/appendix _isArticle=true }}
|
|
40
|
+
{{> components/page/components/appendix _isArticle=true _webview=../../_webview-adjust_context}}
|
|
41
41
|
|
|
42
42
|
{{> components/page/components/comments }}
|
|
43
43
|
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
{{else}}
|
|
23
23
|
{{~inline-switch
|
|
24
24
|
_variant
|
|
25
|
-
'["primary","secondary","tertiary"]'
|
|
26
|
-
'[" border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "," border text-button border-button hover:bg-button-inverted active:bg-button-primary--inverted"," border bg-transparent border-transparent text-button hover:bg-button-inverted hover:border-button active:bg-button-primary--inverted"," border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "]'
|
|
25
|
+
'["primary","secondary","tertiary","icon-button"]'
|
|
26
|
+
'[" border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "," border text-button border-button hover:bg-button-inverted active:bg-button-primary--inverted"," border bg-transparent border-transparent text-button hover:bg-button-inverted hover:border-button active:bg-button-primary--inverted"," border bg-transparent border-transparent text-button active:bg-button-primary--inverted"," border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "]'
|
|
27
27
|
~}}
|
|
28
28
|
{{/if}}
|
|
29
29
|
{{/if}}
|
|
@@ -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}}
|
|
@@ -22,6 +22,10 @@
|
|
|
22
22
|
{{~> components/mediaplayer/media_player this.toModel.videoElement _uiTestHook="ui-test-video-ondemand-player" _isUsedInTeaser=true _addClassImg=_addClassImg ~}}
|
|
23
23
|
{{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Video" _aspectRatio="ar-16-9" _noDelay=(if _isLead true false)}}
|
|
24
24
|
{{/if}}
|
|
25
|
+
{{#if this.isLivestream}}
|
|
26
|
+
{{~> components/mediaplayer/media_player this.toModel.videoLivestreamElement _uiTestHook="ui-test-video-ondemand-player" _isUsedInTeaser=true _addClassImg=_addClassImg ~}}
|
|
27
|
+
{{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLivestream=true _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _aspectRatio="ar-16-9" _noDelay=(if _isLead true false)}}
|
|
28
|
+
{{/if}}
|
|
25
29
|
{{#unless _voting-option}}
|
|
26
30
|
{{#with this.teaseritem}}
|
|
27
31
|
{{~> components/content/copytext/components/image/figcaption _cssClassCaption=../_cssClassCaption~}}
|
package/dist/views_static/components/content/copytext/components/paragraph/paragraph_body.hbs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{{#if this.isText}}
|
|
2
|
-
<p class="
|
|
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="
|
|
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="
|
|
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}}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
{{#if this.showFullSize.isTrue }}
|
|
2
|
+
{{> components/content/copytext/components/media/media_figure _fullSize=true _addClass="print:hidden clear-both article-full-width sm:article-narrow my-6 sm:my-7" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
|
|
3
|
+
{{else}}
|
|
4
|
+
{{> components/content/copytext/components/media/media_figure _fullSize=false _addClass="print:hidden article-full-width sm:article-narrow my-6 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
|
|
5
|
+
{{/if}}
|