hr-design-system-handlebars 1.74.13 → 1.74.14

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 (52) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/assets/brand/hessenschau/conf/locatags.merged.json +2 -0
  3. package/dist/assets/brand/hr/conf/locatags.merged.json +2 -0
  4. package/dist/assets/brand/hr-bigband/conf/locatags.merged.json +2 -0
  5. package/dist/assets/brand/hr-fernsehen/conf/locatags.merged.json +2 -0
  6. package/dist/assets/brand/hr-inforadio/conf/locatags.merged.json +2 -0
  7. package/dist/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +2 -0
  8. package/dist/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +2 -0
  9. package/dist/assets/brand/hr-werbung/conf/locatags.merged.json +2 -0
  10. package/dist/assets/brand/hr1/conf/locatags.merged.json +2 -0
  11. package/dist/assets/brand/hr2/conf/locatags.merged.json +2 -0
  12. package/dist/assets/brand/hr3/conf/locatags.merged.json +2 -0
  13. package/dist/assets/brand/hr4/conf/locatags.merged.json +2 -0
  14. package/dist/assets/brand/you-fm/conf/locatags.merged.json +2 -0
  15. package/dist/assets/index.css +3 -3
  16. package/dist/views/components/button/utilities/button_variation_classes.hbs +2 -2
  17. package/dist/views/components/content/copytext/components/media/media_figure.hbs +4 -0
  18. package/dist/views/components/content/copytext/components/videolivestream.hbs +5 -0
  19. package/dist/views/components/content/copytext/copytext.hbs +1 -1
  20. package/dist/views/components/mediaplayer/mediaplayer_button.hbs +1 -1
  21. package/dist/views_static/components/button/utilities/button_variation_classes.hbs +2 -2
  22. package/dist/views_static/components/content/copytext/components/media/media_figure.hbs +4 -0
  23. package/dist/views_static/components/content/copytext/components/videolivestream.hbs +5 -0
  24. package/dist/views_static/components/content/copytext/copytext.hbs +1 -1
  25. package/dist/views_static/components/mediaplayer/mediaplayer_button.hbs +1 -1
  26. package/package.json +1 -1
  27. package/src/assets/brand/_default/conf/locatags.json +3 -1
  28. package/src/assets/brand/hessenschau/conf/locatags.merged.json +2 -0
  29. package/src/assets/brand/hr/conf/locatags.merged.json +2 -0
  30. package/src/assets/brand/hr-bigband/conf/locatags.merged.json +2 -0
  31. package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +2 -0
  32. package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +2 -0
  33. package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +2 -0
  34. package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +2 -0
  35. package/src/assets/brand/hr-werbung/conf/locatags.merged.json +2 -0
  36. package/src/assets/brand/hr1/conf/locatags.merged.json +2 -0
  37. package/src/assets/brand/hr2/conf/locatags.merged.json +2 -0
  38. package/src/assets/brand/hr3/conf/locatags.merged.json +2 -0
  39. package/src/assets/brand/hr4/conf/locatags.merged.json +2 -0
  40. package/src/assets/brand/you-fm/conf/locatags.merged.json +2 -0
  41. package/src/assets/fixtures/content/copytext/copytext_livestream.json +137 -0
  42. package/src/assets/fixtures/teaser/teaser_labels.inc.json +36 -0
  43. package/src/stories/views/components/button/utilities/button_variation_classes.hbs +2 -2
  44. package/src/stories/views/components/content/copytext/components/media/media_figure.hbs +4 -0
  45. package/src/stories/views/components/content/copytext/components/videolivestream.hbs +5 -0
  46. package/src/stories/views/components/content/copytext/copytext.hbs +1 -1
  47. package/src/stories/views/components/content/copytext/copytext.stories.js +7 -0
  48. package/src/stories/views/components/content/copytext/fixtures/copytext_livestream.json +1 -0
  49. package/src/stories/views/components/mediaplayer/mediaplayer_button.hbs +1 -1
  50. package/dist/views/components/content/copytext/components/livestream.hbs +0 -9
  51. package/dist/views_static/components/content/copytext/components/livestream.hbs +0 -9
  52. package/src/stories/views/components/content/copytext/components/livestream.hbs +0 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v1.74.14 (Wed Jun 26 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - 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))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (saad.elbaciri@hr.de)
11
+
12
+ ---
13
+
1
14
  # v1.74.13 (Fri Jun 21 2024)
2
15
 
3
16
  #### 🐛 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
  }
@@ -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: cnt1718984329163;
3371
+ counter-reset: cnt1719406631955;
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: cnt1718984329163 1;
3750
+ counter-increment: cnt1719406631955 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(cnt1718984329163);
3766
+ content: counter(cnt1719406631955);
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}}
@@ -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~}}
@@ -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}}
@@ -46,7 +46,7 @@
46
46
  {{> components/content/copytext/components/video/video }}
47
47
  {{/if~}}
48
48
  {{~#if this.isLivestream}}
49
- {{> components/content/copytext/components/livestream }}
49
+ {{> components/content/copytext/components/videolivestream }}
50
50
  {{/if~}}
51
51
  {{~#if this.isTweet}}
52
52
  {{> components/content/copytext/components/tweet }}
@@ -1,5 +1,5 @@
1
1
  {{#with this}}
2
- {{#> components/button/button _variant="tertiary" _type="button" _css=_css _alpineClick="avStart = !avStart; $dispatch('player_start')"}}
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}}
@@ -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}}
@@ -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~}}
@@ -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}}
@@ -46,7 +46,7 @@
46
46
  {{> components/content/copytext/components/video/video }}
47
47
  {{/if~}}
48
48
  {{~#if this.isLivestream}}
49
- {{> components/content/copytext/components/livestream }}
49
+ {{> components/content/copytext/components/videolivestream }}
50
50
  {{/if~}}
51
51
  {{~#if this.isTweet}}
52
52
  {{> components/content/copytext/components/tweet }}
@@ -1,5 +1,5 @@
1
1
  {{#with this}}
2
- {{#> components/button/button _variant="tertiary" _type="button" _css=_css _alpineClick="avStart = !avStart; $dispatch('player_start')"}}
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 "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}}
5
5
  {{#*inline "css"}} {{~#if _isLead~}} md:w-18 md:h-18 w-10 h-10 {{else}} w-10 h-10 {{/if}} {{/inline}}
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",
8
8
  "repository": "https://github.com/szuelch/hr-design-system-handlebars",
9
- "version": "1.74.13",
9
+ "version": "1.74.14",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -162,6 +162,8 @@
162
162
  "story_infobox_intro_sr": "Weitere Informationen",
163
163
  "story_infobox_outro_sr": "Ende der weiteren Informationen",
164
164
  "story_video_intro_sr": "Videobeitrag",
165
- "story_video_outro_sr": "Ende des Videobeitrags"
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
 
167
169
  }
@@ -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
  }
@@ -0,0 +1,137 @@
1
+ {
2
+ "copytextParagraph": [
3
+ {
4
+ "isHeadline": true,
5
+ "text": "Copytext mit Livestream"
6
+ },
7
+ {
8
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
9
+ },
10
+ {
11
+ "paragraphBoxItem": {
12
+ "isLivestream": true,
13
+ "showFullSize": {
14
+ "isTrue": true
15
+ },
16
+ "isSsi": true,
17
+ "label": {
18
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
19
+ "@->contentpath": "video_livestream_copytext_100"
20
+ },
21
+ "toModel": {
22
+ "videoLivestreamElement": {
23
+ "ardPlayerConfig": {
24
+ "@->jsoninclude": "video/videos.inc.json",
25
+ "@->contentpath": "video-livestream-hr-fernsehen"
26
+ },
27
+ "ardPlayerJsonConfig": {
28
+ "@->jsoninclude": "video/videos.inc.json",
29
+ "@->contentpath": "video-livestream-hr-fernsehen"
30
+ }
31
+ },
32
+ "mediaBacklinkToStoryTeaser": {
33
+ "link": {
34
+ "url": "/livestreamseite",
35
+ "isTargetBlank": false
36
+ },
37
+ "content": {
38
+ "readMoreScreenreader": "zum hr3.de Livestream",
39
+ "title": "Ab 18 Uhr: Eröffnung der Frankfurter Buchmesse",
40
+ "isForeignBrand": true,
41
+ "readMore": "zum hr3.de Livestreamseite"
42
+ },
43
+ "hasIcon": true,
44
+ "iconName": "extern"
45
+ }
46
+ },
47
+ "teaseritem": {
48
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
49
+ "@->contentpath": "copytext_image_100",
50
+ "@->replaceToken": [
51
+ {
52
+ "@->token": "image",
53
+ "@->value": "buchmesse-fahnen-102"
54
+ }
55
+ ]
56
+ },
57
+
58
+ "teaserImage": {
59
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
60
+ "@->contentpath": "copytext_image_100",
61
+ "@->replaceToken": [
62
+ {
63
+ "@->token": "image",
64
+ "@->value": "buchmesse-fahnen-102"
65
+ }
66
+ ]
67
+ }
68
+ }
69
+ },
70
+ {
71
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
72
+ },
73
+ {
74
+ "paragraphBoxItem": {
75
+ "isLivestream": true,
76
+ "showFullSize": {
77
+ "isTrue": false
78
+ },
79
+ "isSsi": true,
80
+ "label": {
81
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
82
+ "@->contentpath": "video_livestream_copytext_50"
83
+ },
84
+ "toModel": {
85
+ "videoLivestreamElement": {
86
+ "ardPlayerConfig": {
87
+ "@->jsoninclude": "video/videos.inc.json",
88
+ "@->contentpath": "video-livestream-hr-fernsehen"
89
+ },
90
+ "ardPlayerJsonConfig": {
91
+ "@->jsoninclude": "video/videos.inc.json",
92
+ "@->contentpath": "video-livestream-hr-fernsehen"
93
+ }
94
+ },
95
+ "mediaBacklinkToStoryTeaser": {
96
+ "link": {
97
+ "url": "/livestreamseite",
98
+ "isTargetBlank": false
99
+ },
100
+ "content": {
101
+ "readMoreScreenreader": "zum hr3.de Livestream",
102
+ "title": "Eröffnung der Frankfurter Buchmesse",
103
+ "isForeignBrand": false,
104
+ "readMore": "zum hr3.de Livestreamseite"
105
+ },
106
+ "hasIcon": true,
107
+ "iconName": "extern"
108
+ }
109
+ },
110
+ "teaseritem": {
111
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
112
+ "@->contentpath": "copytext_image_50",
113
+ "@->replaceToken": [
114
+ {
115
+ "@->token": "image",
116
+ "@->value": "buchmesse-fahnen-102"
117
+ }
118
+ ]
119
+ },
120
+
121
+ "teaserImage": {
122
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
123
+ "@->contentpath": "copytext_image_50",
124
+ "@->replaceToken": [
125
+ {
126
+ "@->token": "image",
127
+ "@->value": "buchmesse-fahnen-102"
128
+ }
129
+ ]
130
+ }
131
+ }
132
+ },
133
+ {
134
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
135
+ }
136
+ ]
137
+ }
@@ -44,6 +44,42 @@
44
44
  "bylineText": "BylineText"
45
45
  }
46
46
  },
47
+ "video_livestream_copytext_100": {
48
+ "type": "livestream",
49
+ "loca": "label_video_livestream",
50
+ "byline": {
51
+ "bylineSsi": "components/multimedia/livestream/label_byline.ssi",
52
+ "context": {
53
+ "labelInfo": {
54
+ "isPlaysNow": false,
55
+ "isHasPlayed": false,
56
+ "isWillPlay": true
57
+ },
58
+ "airdateDate": {
59
+ "htmlDateTime": "",
60
+ "date": "14.07.24",
61
+ "time": "18:00"
62
+ },
63
+ "airdateWithoutTime": false
64
+ },
65
+ "bylineText": "BylineText"
66
+ }
67
+ },
68
+ "video_livestream_copytext_50": {
69
+ "type": "livestream",
70
+ "loca": "label_video_livestream",
71
+ "byline": {
72
+ "bylineSsi": "components/multimedia/livestream/label_byline.ssi",
73
+ "context": {
74
+ "labelInfo": {
75
+ "isPlaysNow": true,
76
+ "isHasPlayed": false,
77
+ "isWillPlay": false
78
+ }
79
+ },
80
+ "bylineText": "BylineText"
81
+ }
82
+ },
47
83
  "audio_livestream": {
48
84
  "type": "livestream",
49
85
  "loca": "label_audio_event_livestream",
@@ -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}}
@@ -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~}}
@@ -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}}
@@ -46,7 +46,7 @@
46
46
  {{> components/content/copytext/components/video/video }}
47
47
  {{/if~}}
48
48
  {{~#if this.isLivestream}}
49
- {{> components/content/copytext/components/livestream }}
49
+ {{> components/content/copytext/components/videolivestream }}
50
50
  {{/if~}}
51
51
  {{~#if this.isTweet}}
52
52
  {{> components/content/copytext/components/tweet }}
@@ -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 @@
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="tertiary" _type="button" _css=_css _alpineClick="avStart = !avStart; $dispatch('player_start')"}}
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}}
@@ -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~}}