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/src/stories/views/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}}
|
|
@@ -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;
|
|
@@ -12,6 +12,7 @@ import copytext_downloadbox_json from './fixtures/copytext_downloadbox.json'
|
|
|
12
12
|
import copytext_filedownload_json from './fixtures/copytext_filedownload.json'
|
|
13
13
|
import copytext_externalservice_json from './fixtures/copytext_externalservice.json'
|
|
14
14
|
import copytext_video_json from './fixtures/copytext_video.json'
|
|
15
|
+
import copytext_livestream_json from './fixtures/copytext_livestream.json'
|
|
15
16
|
|
|
16
17
|
const Template = ({ ...args }) => {
|
|
17
18
|
return copytext({ ...args })
|
|
@@ -116,3 +117,9 @@ export const WithVideo = {
|
|
|
116
117
|
name: 'Video',
|
|
117
118
|
args: copytext_video_json,
|
|
118
119
|
}
|
|
120
|
+
|
|
121
|
+
export const WithLivestream = {
|
|
122
|
+
render: Template.bind({}),
|
|
123
|
+
name: 'Livestream',
|
|
124
|
+
args: copytext_livestream_json,
|
|
125
|
+
}
|
|
@@ -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}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"copytextParagraph":[{"isHeadline":true,"text":"Copytext mit Livestream"},{"isParagraph":true,"text":{"split":[{"isText":true,"text":"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod <strong>tempor invidunt</strong> ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata <i>sanctus est Lorem ipsum</i> dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut <a href='#' class='link'>labore et dolore</a> magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod."}]}},{"paragraphBoxItem":{"isLivestream":true,"showFullSize":{"isTrue":true},"isSsi":true,"label":{"type":"livestream","loca":"label_video_livestream","byline":{"bylineSsi":"components/multimedia/livestream/label_byline.ssi","context":{"labelInfo":{"isPlaysNow":false,"isHasPlayed":false,"isWillPlay":true},"airdateDate":{"htmlDateTime":"","date":"14.07.24","time":"18:00"},"airdateWithoutTime":false},"bylineText":"BylineText"}},"toModel":{"videoLivestreamElement":{"ardPlayerConfig":{"playerConfig":{"generic":{"isAutoplay":true,"isDvrEnabled":true,"imageTemplateConfig":{"size":[{"minWidth":0,"value":"480/270"},{"minWidth":480,"value":"640/360"},{"minWidth":640,"value":"960/540"},{"minWidth":960,"value":"1920/1080"}]}},"web":{"baseUrl":"./vendor/ardplayer/","isForcedVideoView":true},"pluginData":{"trackingAti@all":{"isEnabled":false},"trackingAgf@all":{"isEnabled":false}}},"mediaCollection":{"streams":[{"kind":"main","videoLanguageCode":"de","media":[{"url":"https://hrhlsde.akamaized.net/hls/live/2024526/hrhlsde/index.m3u8","mimeType":"application/vnd.apple.mpegurl","maxHResolutionPx":8000,"isAdaptiveQualitySelectable":true,"audios":[{"kind":"standard","languageCode":"de"}]}]}],"subTitles":[{"kind":"normal","languageCode":"de","sources":[{"kind":"webvtt"}]}],"live":{"dvrWindowSeconds":7200},"meta":{"images":[{"kind":"preview","url":"https://picsum.photos/id/101/{size}"}],"title":"Jetzt hr-fernsehen live sehen!"},"pluginData":{},"geoBlocked":false},"playerId":"6819","type":"videoLivestream","cssUrl":"./vendor/ardplayer/ardplayer-hr-6.8.3.0b83d962.css","jsUrl":"./vendor/ardplayer/ardplayer-hr-6.8.3.82603554.js","teaserSize":"100","realTeaserSize":"100","isAutoplay":true},"ardPlayerJsonConfig":{"playerConfig":{"generic":{"isAutoplay":true,"isDvrEnabled":true,"imageTemplateConfig":{"size":[{"minWidth":0,"value":"480/270"},{"minWidth":480,"value":"640/360"},{"minWidth":640,"value":"960/540"},{"minWidth":960,"value":"1920/1080"}]}},"web":{"baseUrl":"./vendor/ardplayer/","isForcedVideoView":true},"pluginData":{"trackingAti@all":{"isEnabled":false},"trackingAgf@all":{"isEnabled":false}}},"mediaCollection":{"streams":[{"kind":"main","videoLanguageCode":"de","media":[{"url":"https://hrhlsde.akamaized.net/hls/live/2024526/hrhlsde/index.m3u8","mimeType":"application/vnd.apple.mpegurl","maxHResolutionPx":8000,"isAdaptiveQualitySelectable":true,"audios":[{"kind":"standard","languageCode":"de"}]}]}],"subTitles":[{"kind":"normal","languageCode":"de","sources":[{"kind":"webvtt"}]}],"live":{"dvrWindowSeconds":7200},"meta":{"images":[{"kind":"preview","url":"https://picsum.photos/id/101/{size}"}],"title":"Jetzt hr-fernsehen live sehen!"},"pluginData":{},"geoBlocked":false},"playerId":"6819","type":"videoLivestream","cssUrl":"./vendor/ardplayer/ardplayer-hr-6.8.3.0b83d962.css","jsUrl":"./vendor/ardplayer/ardplayer-hr-6.8.3.82603554.js","teaserSize":"100","realTeaserSize":"100","isAutoplay":true}},"mediaBacklinkToStoryTeaser":{"link":{"url":"/livestreamseite","isTargetBlank":false},"content":{"readMoreScreenreader":"zum hr3.de Livestream","title":"Ab 18 Uhr: Eröffnung der Frankfurter Buchmesse","isForeignBrand":true,"readMore":"zum hr3.de Livestreamseite"},"hasIcon":true,"iconName":"extern"}},"teaseritem":{"isImage":true,"showFullSize":{"isTrue":true},"showPortrait":{"isTrue":false},"caption":"Zum Glück ragt Hessens höchster Berg, die Wasserkuppe, gelegentlich aus der derzeitigen Nebelsuppe heraus, und so gelang mit dem Sternenteleskop ein Blick auf den magischen Rosetten-Nebel, einer Himmelsregion, in der gerade neue Sterne geboren werden. - Diese spektakuläre Momentaufnahme hat uns hessenschau.de-Nutzer Michael Keusgen zukommen lassen","copyrightWithLinks":"Karsten Hufer","imageJson":"Beispiel JSON","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"images/buchmesse-fahnen-102_v-16to9__medium.jpg","sources":[{"sizes":"(min-width: 1024px) 960px, (min-width: 640px) calc(100vw - 4rem), 100vw","srcset":"images/buchmesse-fahnen-102_v-16to9__small.jpg 320w, images/buchmesse-fahnen-102_v-16to9__medium.jpg 480w, images/buchmesse-fahnen-102_v-16to9__medium__extended.jpg 640w, images/buchmesse-fahnen-102_v-16to9.jpg 960w, images/buchmesse-fahnen-102_v-16to9__retina.jpg 1920w"}]}},"teaserImage":{"isImage":true,"showFullSize":{"isTrue":true},"showPortrait":{"isTrue":false},"caption":"Zum Glück ragt Hessens höchster Berg, die Wasserkuppe, gelegentlich aus der derzeitigen Nebelsuppe heraus, und so gelang mit dem Sternenteleskop ein Blick auf den magischen Rosetten-Nebel, einer Himmelsregion, in der gerade neue Sterne geboren werden. - Diese spektakuläre Momentaufnahme hat uns hessenschau.de-Nutzer Michael Keusgen zukommen lassen","copyrightWithLinks":"Karsten Hufer","imageJson":"Beispiel JSON","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"images/buchmesse-fahnen-102_v-16to9__medium.jpg","sources":[{"sizes":"(min-width: 1024px) 960px, (min-width: 640px) calc(100vw - 4rem), 100vw","srcset":"images/buchmesse-fahnen-102_v-16to9__small.jpg 320w, images/buchmesse-fahnen-102_v-16to9__medium.jpg 480w, images/buchmesse-fahnen-102_v-16to9__medium__extended.jpg 640w, images/buchmesse-fahnen-102_v-16to9.jpg 960w, images/buchmesse-fahnen-102_v-16to9__retina.jpg 1920w"}]}}}},{"isParagraph":true,"text":{"split":[{"isText":true,"text":"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod <strong>tempor invidunt</strong> ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata <i>sanctus est Lorem ipsum</i> dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut <a href='#' class='link'>labore et dolore</a> magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod."}]}},{"paragraphBoxItem":{"isLivestream":true,"showFullSize":{"isTrue":false},"isSsi":true,"label":{"type":"livestream","loca":"label_video_livestream","byline":{"bylineSsi":"components/multimedia/livestream/label_byline.ssi","context":{"labelInfo":{"isPlaysNow":true,"isHasPlayed":false,"isWillPlay":false}},"bylineText":"BylineText"}},"toModel":{"videoLivestreamElement":{"ardPlayerConfig":{"playerConfig":{"generic":{"isAutoplay":true,"isDvrEnabled":true,"imageTemplateConfig":{"size":[{"minWidth":0,"value":"480/270"},{"minWidth":480,"value":"640/360"},{"minWidth":640,"value":"960/540"},{"minWidth":960,"value":"1920/1080"}]}},"web":{"baseUrl":"./vendor/ardplayer/","isForcedVideoView":true},"pluginData":{"trackingAti@all":{"isEnabled":false},"trackingAgf@all":{"isEnabled":false}}},"mediaCollection":{"streams":[{"kind":"main","videoLanguageCode":"de","media":[{"url":"https://hrhlsde.akamaized.net/hls/live/2024526/hrhlsde/index.m3u8","mimeType":"application/vnd.apple.mpegurl","maxHResolutionPx":8000,"isAdaptiveQualitySelectable":true,"audios":[{"kind":"standard","languageCode":"de"}]}]}],"subTitles":[{"kind":"normal","languageCode":"de","sources":[{"kind":"webvtt"}]}],"live":{"dvrWindowSeconds":7200},"meta":{"images":[{"kind":"preview","url":"https://picsum.photos/id/101/{size}"}],"title":"Jetzt hr-fernsehen live sehen!"},"pluginData":{},"geoBlocked":false},"playerId":"6819","type":"videoLivestream","cssUrl":"./vendor/ardplayer/ardplayer-hr-6.8.3.0b83d962.css","jsUrl":"./vendor/ardplayer/ardplayer-hr-6.8.3.82603554.js","teaserSize":"100","realTeaserSize":"100","isAutoplay":true},"ardPlayerJsonConfig":{"playerConfig":{"generic":{"isAutoplay":true,"isDvrEnabled":true,"imageTemplateConfig":{"size":[{"minWidth":0,"value":"480/270"},{"minWidth":480,"value":"640/360"},{"minWidth":640,"value":"960/540"},{"minWidth":960,"value":"1920/1080"}]}},"web":{"baseUrl":"./vendor/ardplayer/","isForcedVideoView":true},"pluginData":{"trackingAti@all":{"isEnabled":false},"trackingAgf@all":{"isEnabled":false}}},"mediaCollection":{"streams":[{"kind":"main","videoLanguageCode":"de","media":[{"url":"https://hrhlsde.akamaized.net/hls/live/2024526/hrhlsde/index.m3u8","mimeType":"application/vnd.apple.mpegurl","maxHResolutionPx":8000,"isAdaptiveQualitySelectable":true,"audios":[{"kind":"standard","languageCode":"de"}]}]}],"subTitles":[{"kind":"normal","languageCode":"de","sources":[{"kind":"webvtt"}]}],"live":{"dvrWindowSeconds":7200},"meta":{"images":[{"kind":"preview","url":"https://picsum.photos/id/101/{size}"}],"title":"Jetzt hr-fernsehen live sehen!"},"pluginData":{},"geoBlocked":false},"playerId":"6819","type":"videoLivestream","cssUrl":"./vendor/ardplayer/ardplayer-hr-6.8.3.0b83d962.css","jsUrl":"./vendor/ardplayer/ardplayer-hr-6.8.3.82603554.js","teaserSize":"100","realTeaserSize":"100","isAutoplay":true}},"mediaBacklinkToStoryTeaser":{"link":{"url":"/livestreamseite","isTargetBlank":false},"content":{"readMoreScreenreader":"zum hr3.de Livestream","title":"Eröffnung der Frankfurter Buchmesse","isForeignBrand":false,"readMore":"zum hr3.de Livestreamseite"},"hasIcon":true,"iconName":"extern"}},"teaseritem":{"isImage":true,"showFullSize":{"isTrue":false},"showPortrait":{"isTrue":false},"caption":"Zum Glück ragt Hessens höchster Berg, die Wasserkuppe, gelegentlich aus der derzeitigen Nebelsuppe heraus, und so gelang mit dem Sternenteleskop ein Blick auf den magischen Rosetten-Nebel, einer Himmelsregion, in der gerade neue Sterne geboren werden. - Diese spektakuläre Momentaufnahme hat uns hessenschau.de-Nutzer Michael Keusgen zukommen lassen","copyrightWithLinks":"Karsten Hufer","imageJson":"Beispiel JSON","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"images/buchmesse-fahnen-102_v-16to9__medium.jpg","sources":[{"sizes":"(min-width: 1024px) 960px, (min-width: 640px) calc(100vw - 4rem), 100vw","srcset":"images/buchmesse-fahnen-102_v-16to9__small.jpg 320w, images/buchmesse-fahnen-102_v-16to9__medium.jpg 480w, images/buchmesse-fahnen-102_v-16to9__medium__extended.jpg 640w, images/buchmesse-fahnen-102_v-16to9.jpg 960w, images/buchmesse-fahnen-102_v-16to9__retina.jpg 1920w"}]}},"teaserImage":{"isImage":true,"showFullSize":{"isTrue":false},"showPortrait":{"isTrue":false},"caption":"Zum Glück ragt Hessens höchster Berg, die Wasserkuppe, gelegentlich aus der derzeitigen Nebelsuppe heraus, und so gelang mit dem Sternenteleskop ein Blick auf den magischen Rosetten-Nebel, einer Himmelsregion, in der gerade neue Sterne geboren werden. - Diese spektakuläre Momentaufnahme hat uns hessenschau.de-Nutzer Michael Keusgen zukommen lassen","copyrightWithLinks":"Karsten Hufer","imageJson":"Beispiel JSON","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"images/buchmesse-fahnen-102_v-16to9__medium.jpg","sources":[{"sizes":"(min-width: 1024px) 960px, (min-width: 640px) calc(100vw - 4rem), 100vw","srcset":"images/buchmesse-fahnen-102_v-16to9__small.jpg 320w, images/buchmesse-fahnen-102_v-16to9__medium.jpg 480w, images/buchmesse-fahnen-102_v-16to9__medium__extended.jpg 640w, images/buchmesse-fahnen-102_v-16to9.jpg 960w, images/buchmesse-fahnen-102_v-16to9__retina.jpg 1920w"}]}}}},{"isParagraph":true,"text":{"split":[{"isText":true,"text":"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod <strong>tempor invidunt</strong> ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata <i>sanctus est Lorem ipsum</i> dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut <a href='#' class='link'>labore et dolore</a> magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod."}]}}]}
|
|
@@ -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
|
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{{~#if (isStorybook)~}}
|
|
2
|
-
<div class="mt-6 italic text-gray-dark">coming soon: Livestream-component</div>
|
|
3
|
-
{{~else~}}
|
|
4
|
-
{{#if this.showFullSize.isTrue }}
|
|
5
|
-
{{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream__outro_sr" }}
|
|
6
|
-
{{else}}
|
|
7
|
-
{{> modules/media/media_figure _addClass="copytext__box dontPrint" _a11yIntro-loca="story_video_livestream__intro_sr" _a11yOutro-loca="story_video_livestream__outro_sr" }}
|
|
8
|
-
{{/if}}
|
|
9
|
-
{{~/if~}}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{{~#if (isStorybook)~}}
|
|
2
|
-
<div class="mt-6 italic text-gray-dark">coming soon: Livestream-component</div>
|
|
3
|
-
{{~else~}}
|
|
4
|
-
{{#if this.showFullSize.isTrue }}
|
|
5
|
-
{{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream__outro_sr" }}
|
|
6
|
-
{{else}}
|
|
7
|
-
{{> modules/media/media_figure _addClass="copytext__box dontPrint" _a11yIntro-loca="story_video_livestream__intro_sr" _a11yOutro-loca="story_video_livestream__outro_sr" }}
|
|
8
|
-
{{/if}}
|
|
9
|
-
{{~/if~}}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{{~#if (isStorybook)~}}
|
|
2
|
-
<div class="mt-6 italic text-gray-dark">coming soon: Livestream-component</div>
|
|
3
|
-
{{~else~}}
|
|
4
|
-
{{#if this.showFullSize.isTrue }}
|
|
5
|
-
{{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream__outro_sr" }}
|
|
6
|
-
{{else}}
|
|
7
|
-
{{> modules/media/media_figure _addClass="copytext__box dontPrint" _a11yIntro-loca="story_video_livestream__intro_sr" _a11yOutro-loca="story_video_livestream__outro_sr" }}
|
|
8
|
-
{{/if}}
|
|
9
|
-
{{~/if~}}
|