hr-design-system-handlebars 0.86.0 → 0.87.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/.github/workflows/chromatic.yml +1 -0
  2. package/CHANGELOG.md +30 -0
  3. package/dist/assets/index.css +60 -30
  4. package/dist/views/components/mediaplayer/media_player.hbs +1 -8
  5. package/dist/views/components/teaser/components/teaser_av_consumption.hbs +1 -1
  6. package/dist/views/components/teaser/components/teaser_body.hbs +3 -2
  7. package/dist/views/components/teaser/components/teaser_heading.hbs +6 -3
  8. package/dist/views/components/teaser/components/teaser_image.hbs +18 -1
  9. package/dist/views/components/teaser/components/teaser_lead.hbs +1 -1
  10. package/dist/views/components/teaser/components/teaser_text.hbs +6 -0
  11. package/package.json +1 -1
  12. package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_program.json +14 -0
  13. package/src/assets/fixtures/teaser/teaser_labels.inc.json +8 -0
  14. package/src/assets/fixtures/teaser/teaser_standard_100_serif_program.json +10 -0
  15. package/src/assets/fixtures/teaser/teasers.inc.json +99 -0
  16. package/src/assets/tailwind.css +51 -21
  17. package/src/stories/views/components/mediaplayer/media_player.hbs +1 -8
  18. package/src/stories/views/components/teaser/components/teaser_av_consumption.hbs +1 -1
  19. package/src/stories/views/components/teaser/components/teaser_body.hbs +3 -2
  20. package/src/stories/views/components/teaser/components/teaser_heading.hbs +6 -3
  21. package/src/stories/views/components/teaser/components/teaser_image.hbs +18 -1
  22. package/src/stories/views/components/teaser/components/teaser_lead.hbs +1 -1
  23. package/src/stories/views/components/teaser/components/teaser_text.hbs +6 -0
  24. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_l.json +1 -0
  25. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_program.json +1 -0
  26. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_program.json +1 -0
  27. package/src/stories/views/components/teaser/teaser_alternativ.stories.mdx +4 -0
  28. package/src/stories/views/components/teaser/teaser_standard.stories.mdx +4 -0
  29. package/tailwind.config.js +3 -0
  30. package/build/handlebars/partials/handlebar-partials.js +0 -86
@@ -21,6 +21,7 @@ jobs:
21
21
  with:
22
22
  node-version: 16.x
23
23
  - run: npm ci
24
+ - run: npm run partialsToJs
24
25
  #👇 Adds Chromatic as a step in the workflow
25
26
  - uses: chromaui/action@v1
26
27
  # Options required for Chromatic's GitHub Action
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ # v0.87.1 (Tue Nov 22 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - change Podcast playbutton to Audio playbutton [#392](https://github.com/mumprod/hr-design-system-handlebars/pull/392) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (saad.elbaciri@hr.de)
11
+
12
+ ---
13
+
14
+ # v0.87.0 (Tue Nov 22 2022)
15
+
16
+ #### 🚀 Enhancement
17
+
18
+ - Feature/dpe 1671: Program-Teaser in Design-System [#394](https://github.com/mumprod/hr-design-system-handlebars/pull/394) ([@mariokinzel](https://github.com/mariokinzel))
19
+
20
+ #### 🐛 Bug Fix
21
+
22
+ - FEATURE: Runs partialsToJs script in chromatic [#393](https://github.com/mumprod/hr-design-system-handlebars/pull/393) ([@szuelch](https://github.com/szuelch))
23
+
24
+ #### Authors: 2
25
+
26
+ - [@mariokinzel](https://github.com/mariokinzel)
27
+ - [@szuelch](https://github.com/szuelch)
28
+
29
+ ---
30
+
1
31
  # v0.86.0 (Fri Nov 18 2022)
2
32
 
3
33
  #### 🚀 Enhancement
@@ -662,15 +662,15 @@ video {
662
662
  .right-0 {
663
663
  right: 0px;
664
664
  }
665
- .top-0 {
666
- top: 0px;
667
- }
668
665
  .left-1\/2 {
669
666
  left: 50%;
670
667
  }
671
668
  .top-1\/2 {
672
669
  top: 50%;
673
670
  }
671
+ .top-0 {
672
+ top: 0px;
673
+ }
674
674
  .top-10 {
675
675
  top: 2.5rem;
676
676
  }
@@ -739,9 +739,6 @@ video {
739
739
  .\!m-0 {
740
740
  margin: 0px !important;
741
741
  }
742
- .m-5 {
743
- margin: 1.25rem;
744
- }
745
742
  .m-1\.5 {
746
743
  margin: 0.375rem;
747
744
  }
@@ -2252,7 +2249,7 @@ video {
2252
2249
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2253
2250
  }
2254
2251
  .counter-reset {
2255
- counter-reset: cnt1668780968341;
2252
+ counter-reset: cnt1669111038259;
2256
2253
  }
2257
2254
  .line-clamp-4 {
2258
2255
  overflow: hidden;
@@ -2641,7 +2638,7 @@ video {
2641
2638
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2642
2639
  }
2643
2640
  .-ordered {
2644
- counter-increment: cnt1668780968341 1;
2641
+ counter-increment: cnt1669111038259 1;
2645
2642
  }
2646
2643
  .-ordered::before {
2647
2644
  position: absolute;
@@ -2657,7 +2654,7 @@ video {
2657
2654
  letter-spacing: .0125em;
2658
2655
  --tw-text-opacity: 1;
2659
2656
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2660
- content: counter(cnt1668780968341);
2657
+ content: counter(cnt1669111038259);
2661
2658
  }
2662
2659
  .\[-T\:\+Z\] {
2663
2660
  --t: +Z;
@@ -2681,14 +2678,17 @@ video {
2681
2678
  /* Infografik */
2682
2679
  --color-label-infografik: #be005a;
2683
2680
  /* Sendung */
2684
- --color-label-program: #009bc6;
2685
2681
  /* Download */
2686
2682
  --color-label-download: #606060;
2687
2683
  /* Pressemitteilungen */
2688
2684
  --color-label-pm: #006eb7;
2685
+ /* Sendungsdokument */
2686
+ --color-label-program: #009bc6;
2689
2687
  /* Dachzeile */
2690
2688
  --color-topline: #006dc1;
2691
- /* Link */
2689
+ /* Subline */
2690
+ --color-subline: var(--color-topline);
2691
+ /* Link */
2692
2692
  --color-link: #006eb7;
2693
2693
  /* Stage */
2694
2694
  --color-stage-text-box: #006eb7;
@@ -2725,7 +2725,9 @@ video {
2725
2725
  --color-label-pm: #006eb7;
2726
2726
  /* Dachzeile */
2727
2727
  --color-topline: #006dc1;
2728
- /* Link */
2728
+ /* Subline */
2729
+ --color-subline: var(--color-topline);
2730
+ /* Link */
2729
2731
  --color-link: #006dc1;
2730
2732
  /*Stage */
2731
2733
  --color-stage-text-box: #433d37;
@@ -2756,8 +2758,10 @@ video {
2756
2758
  /* Event */
2757
2759
  --color-label-event: #000000;
2758
2760
  /* Dachzeile */
2759
- --color-topline: #c20016;
2760
- /* Link */
2761
+ --color-topline: #a00d65;
2762
+ /* Subline */
2763
+ --color-subline: var(--color-topline);
2764
+ /* Link */
2761
2765
  --color-link: #a00d65;
2762
2766
  /* Stage */
2763
2767
  --color-stage-text-box: #eaeded;
@@ -2784,8 +2788,10 @@ video {
2784
2788
  /* Event */
2785
2789
  --color-label-event: #000000;
2786
2790
  /* Dachzeile */
2787
- --color-topline: #c20016;
2788
- /* Link */
2791
+ --color-topline: #276b9e;
2792
+ /* Subline */
2793
+ --color-subline: var(--color-topline);
2794
+ /* Link */
2789
2795
  --color-link: #276b9e;
2790
2796
  /* Stage */
2791
2797
  --color-stage-text-box: #00375d;
@@ -2813,7 +2819,9 @@ video {
2813
2819
  /* Pressemitteilungen */
2814
2820
  --color-label-pm: #006eb7;
2815
2821
  /* Dachzeile */
2816
- --color-topline: #c20016;
2822
+ --color-topline: #006eb7;
2823
+ /* Subline */
2824
+ --color-subline: var(--color-topline);
2817
2825
  /* Link */
2818
2826
  --color-link: #006eb7;
2819
2827
  }
@@ -2838,7 +2846,9 @@ video {
2838
2846
  /* Pressemitteilungen */
2839
2847
  --color-label-pm: #006eb7;
2840
2848
  /* Dachzeile */
2841
- --color-topline: #c20016;
2849
+ --color-topline: #006eb7;
2850
+ /* Subline */
2851
+ --color-subline: var(--color-topline);
2842
2852
  /* Link */
2843
2853
  --color-link: #006eb7;
2844
2854
  }
@@ -2861,7 +2871,9 @@ video {
2861
2871
  /* Event */
2862
2872
  --color-label-event: #000000;
2863
2873
  /* Dachzeile */
2864
- --color-topline: #c20016;
2874
+ --color-topline: rgba(171,47,45,1);
2875
+ /* Subline */
2876
+ --color-subline: var(--color-topline);
2865
2877
  /* Link */
2866
2878
  --color-link: rgba(171,47,45,1);
2867
2879
  /* Stage */
@@ -2888,7 +2900,9 @@ video {
2888
2900
  /* Event */
2889
2901
  --color-label-event: #000000;
2890
2902
  /* Dachzeile */
2891
- --color-topline: #c20016;
2903
+ --color-topline: rgba(0,122,124,1);
2904
+ /* Subline */
2905
+ --color-subline: var(--color-topline);
2892
2906
  /* Link */
2893
2907
  --color-link: rgba(0,122,124,1);
2894
2908
  /* Stage */
@@ -2917,7 +2931,9 @@ video {
2917
2931
  /* Pressemitteilungen */
2918
2932
  --color-label-pm: #006eb7;
2919
2933
  /* Dachzeile */
2920
- --color-topline: #c20016;
2934
+ --color-topline: #006eb7;
2935
+ /* Subline */
2936
+ --color-subline: var(--color-topline);
2921
2937
  /* Link */
2922
2938
  --color-link: #006eb7;
2923
2939
  /* Stage */
@@ -2942,8 +2958,10 @@ video {
2942
2958
  /* Event */
2943
2959
  --color-label-event: #000000;
2944
2960
  /* Dachzeile */
2945
- --color-topline: #c20016;
2946
- /* Link */
2961
+ --color-topline: rgba(145,107,0,1);
2962
+ /* Subline */
2963
+ --color-subline: var(--color-topline);
2964
+ /* Link */
2947
2965
  --color-link: rgba(145,107,0,1);
2948
2966
  /* Stage */
2949
2967
  --color-stage-text-box: #433d37;
@@ -2969,8 +2987,10 @@ video {
2969
2987
  /* Event */
2970
2988
  --color-label-event: #000000;
2971
2989
  /* Dachzeile */
2972
- --color-topline: #c20016;
2973
- /* Link */
2990
+ --color-topline: rgba(140,3,61,1);
2991
+ /* Subline */
2992
+ --color-subline: var(--color-topline);
2993
+ /* Link */
2974
2994
  --color-link: rgba(140,3,61,1);
2975
2995
  /* Stage */
2976
2996
  --color-stage-text-box: #ffffff;
@@ -2998,7 +3018,9 @@ video {
2998
3018
  --color-label-event: #000000;
2999
3019
  /* Dachzeile */
3000
3020
  --color-topline: #c20016;
3001
- /* Link */
3021
+ /* Subline */
3022
+ --color-subline: var(--color-topline);
3023
+ /* Link */
3002
3024
  --color-link: #c20016;
3003
3025
  /* Stage */
3004
3026
  --color-stage-text-box: #ffffff;
@@ -3027,8 +3049,10 @@ video {
3027
3049
  /* Event */
3028
3050
  --color-label-event: #000000;
3029
3051
  /* Dachzeile */
3030
- --color-topline: #c20016;
3031
- /* Link */
3052
+ --color-topline: rgba(15,97,87,1);
3053
+ /* Subline */
3054
+ --color-subline: var(--color-topline);
3055
+ /* Link */
3032
3056
  --color-link: rgba(15,97,87,1);
3033
3057
  /* Stage */
3034
3058
  --color-stage-text-box: #ffffff;
@@ -3055,8 +3079,10 @@ video {
3055
3079
  /* Event */
3056
3080
  --color-label-event: #000000;
3057
3081
  /* Dachzeile */
3058
- --color-topline: #c20016;
3059
- /* Link */
3082
+ --color-topline: rgba(0,126,161,1);
3083
+ /* Subline */
3084
+ --color-subline: var(--color-topline);
3085
+ /* Link */
3060
3086
  --color-link: rgba(0,126,161,1);
3061
3087
  /* Stage */
3062
3088
  --color-stage-text-box: #ffffff;
@@ -3178,6 +3204,10 @@ video {
3178
3204
  .hover\:fill-blue-jellyBean:hover {
3179
3205
  fill: #006dc1;
3180
3206
  }
3207
+ .hover\:fill-topline:hover {
3208
+ fill: #006dc1;
3209
+ fill: var(--color-topline);
3210
+ }
3181
3211
  .hover\:\!fill-congress:hover {
3182
3212
  fill: #006dc1 !important;
3183
3213
  }
@@ -25,18 +25,11 @@
25
25
  _addClass='absolute bottom-0 right-0 fill-white hover:text-white js-mediaplayer__button'
26
26
  _buttonColor=(if _isLivestream ' text-orange-spicyCarrot hover:fill-orange-spicyCarrot' ' text-blue-jellyBean hover:fill-blue-jellyBean')
27
27
  _buttonSpace=(inline-switch _teaserSize '["25","33"]' '[" my-2 mx-2"," my-5 mx-5 md:my-3 md:mx-3"," my-5 mx-5"]')
28
- _showIcon=true
28
+ _showIcon=true
29
29
  _icon=_mediaButtonIcon
30
30
  _label=_mediaButtonLabel
31
31
  _srOnly="true"
32
32
  _alpineClick="avStart = !avStart; $dispatch('player_start')"
33
33
  }}
34
- {{~#if this.isPodcast~}}
35
- <a href="{{this.podcastDownloadUrl}}" class="absolute top-0 right-0 m-5 js-load"{{#with
36
- this.trackingData}}
37
- data-hr-click-tracking='{"settings": [{"type": "download", "clickLabel": "{{this.pageName}}", "secondLevelId": "{{this.secondLevelId}}"}, {"type": "uxAction", "clickLabel": "medienDownload::podcast::{{_type}}", "secondLevelId": "{{this.secondLevelId}}" }]}'{{/with}}>
38
- {{> components/base/image/icon _icon='download-button' _addClass="w-10 h-10"}}
39
- </a>
40
- {{~/if~}}
41
34
  </div>
42
35
  {{/if}}
@@ -17,7 +17,7 @@
17
17
  {{~/if~}}
18
18
  {{~#if this.isPodcast ~}}
19
19
  {{#with this.toModel.audioElement}}
20
- {{~> components/mediaplayer/media_player _cypressHook="js-audio-ondemand" _mediaButtonIcon="podcast-button" _mediaButtonLabel="Podcast" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag~}}
20
+ {{~> components/mediaplayer/media_player _cypressHook="js-audio-ondemand" _mediaButtonIcon="audio_button" _mediaButtonLabel="Podcast" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag~}}
21
21
  {{#if ../../_isMobile1to1~}}
22
22
  {{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
23
23
  {{~/if~}}
@@ -1,6 +1,6 @@
1
1
  <div class="{{~#if this.isMobile1to1}}basis-3/5 md:flex-full{{/if~}}{{#if _outerCssClasses}} {{_outerCssClasses}}{{/if}}">
2
2
  <header class="md:px-0{{#unless this.isMobile1to1}} px-5{{/unless}}">
3
- {{#decorator 'components/base/link' _css="hover:text-toplineColor" _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.teaserSize _clickLabelPrefix2="headlineLink" }}
3
+ {{#decorator 'components/base/link' _css="hover:text-toplineColor" _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.teaserSize _clickLabelPrefix2=(if this.trackingForArdMediatheksLink 'ARD-Mediatheksvideo Überschrift geklickt' 'headlineLink') }}
4
4
  {{> components/teaser/components/teaser_heading
5
5
  _fontVariant=this.headingFontVariant
6
6
  _headlineTag=this.headlineTag
@@ -10,7 +10,8 @@
10
10
  _title=this.title
11
11
  _topline=this.topline
12
12
  _teaserType=this.teaserType
13
- _isMobile1to1=this.isMobile1to1}}
13
+ _isMobile1to1=this.isMobile1to1
14
+ _extendedTitle=this.extendedTitle}}
14
15
  {{/decorator}}
15
16
  </header>
16
17
  <div class="md:px-0{{#unless this.isMobile1to1}} px-5{{/unless}}">
@@ -5,8 +5,11 @@
5
5
  {{/with~}}
6
6
 
7
7
  <{{~ _headlineTag ~}}>
8
- {{#if _topline}}
9
- {{> components/teaser/components/teaser_topline _css=_toplineCss _text=_topline _readMore=_readMore _teaserType=_teaserType}}
8
+ {{#if _topline}}
9
+ {{> components/teaser/components/teaser_topline _css=_css _text=_topline _readMore=_readMore _teaserType=_teaserType}}
10
+ {{/if}}
11
+ {{> components/teaser/components/teaser_title _css=_css _text=_title _fontVariant=_fontVariant _size=_size _teaserType=_teaserType _isMobile1to1=_isMobile1to1 _firstItem=_firstItem _ordered=_ordered}}
12
+ {{#if _extendedTitle}}
13
+ <span class="text-toplineColor font-normal text-xl leading-6">{{_extendedTitle}}</span>
10
14
  {{/if}}
11
- {{> components/teaser/components/teaser_title _css=_titleCss _text=_title _fontVariant=_fontVariant _size=_size _teaserType=_teaserType _isMobile1to1=_isMobile1to1 _firstItem=_firstItem _ordered=_ordered}}
12
15
  </{{~ _headlineTag ~}}>
@@ -6,9 +6,26 @@
6
6
  {{/with~}}
7
7
  {{/unless}}
8
8
  {{/unless}}
9
- {{#decorator 'components/base/link' _isAriaHidden=true _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.teaserSize _clickLabelPrefix2="mediaLink" }}
9
+ {{#decorator 'components/base/link' _isAriaHidden=true _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.teaserSize _clickLabelPrefix2=(if this.trackingForArdMediatheksLink 'ARD-Mediatheksvideo Teaserbild geklickt' 'mediaLink') }}
10
10
  {{~> components/base/image/responsive_image this.teaserImage _type=this.teaserType _variant=this.imageVariant _noDelay=../this.dontLazyload _addClassImg="" ~}}
11
11
  {{/decorator}}
12
+ {{#if this.isProgram}}
13
+ {{#if this.showMediatheksLink}}
14
+ {{#decorator 'components/base/link' _isAriaHidden=true _doTracking='true' _clickLabelPrefix1=this.sophoraId _clickLabelPrefix2="ARD-Mediatheksvideo Button geklickt"}}
15
+ {{> components/button/button_round
16
+ _isButton="true"
17
+ _addClass='absolute bottom-0 right-0 fill-white hover:text-white js-mediaplayer__button'
18
+ _buttonColor='text-toplineColor hover:fill-topline'
19
+ _buttonSpace=(inline-switch this.teaserSize '["25","33"]' '[" my-2 mx-2"," my-5 mx-5 md:my-3 md:mx-3"," my-5 mx-5"]')
20
+ _showIcon=true
21
+ _icon='play_button'
22
+ _label='Sendung'
23
+ _srOnly="true"
24
+ _alpineClick=""
25
+ }}
26
+ {{/decorator}}
27
+ {{/if}}
28
+ {{/if}}
12
29
  </div>
13
30
  {{#if this.isEvent}}
14
31
  {{#unless this.displayTeaserBodyAsImageOverlay}}
@@ -1,5 +1,5 @@
1
1
  {{~#if this.allowAVConsumption ~}}
2
2
  {{> components/teaser/components/teaser_av_consumption _aspectRatio=_aspectRatio _isMobile1to1=_isMobile1to1 _teaserSize=_teaserSize }}
3
3
  {{else}}
4
- {{> components/teaser/components/teaser_image _isMobile1to1=_isMobile1to1}}
4
+ {{> components/teaser/components/teaser_image _isMobile1to1=_isMobile1to1 }}
5
5
  {{/if}}
@@ -7,3 +7,9 @@
7
7
  <span class="inline-flex flex-wrap items-end hover:underline decoration-1">[{{this.link.readMoreText.readMore}}{{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _iconmap="icons" _addClass="w-5 h-5 fill-current ml-1"}}{{/if~}}]</span>
8
8
  {{/decorator}}
9
9
  {{/if}}
10
+ {{#if this.showMediatheksLink}}
11
+ {{#decorator 'components/base/link' _css="inline-flex flex-end text-link hover:text-link" _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.realTeasersize _clickLabelPrefix2="ARD-Mediatheksvideo mehr-Link geklickt"}}
12
+ <span class="inline-flex flex-wrap items-end hover:underline decoration-1">[{{this.link.readMoreText.readMore}}{{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _iconmap="icons" _addClass="w-5 h-5 fill-current ml-1"}}{{/if~}}]</span>
13
+ {{/decorator}}
14
+ {{/if}}
15
+
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": "0.86.0",
9
+ "version": "0.87.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -0,0 +1,14 @@
1
+ {
2
+ "@->jsoninclude": "teaser/teasers.inc.json",
3
+ "@->contentpath": "teaserProgram",
4
+ "@->overrides": [
5
+ {
6
+ "@->contentpath": "logicItem.includePath",
7
+ "@->value": "components/teaser/teaser_alternative"
8
+ },
9
+ {
10
+ "@->contentpath": "logicItem.includeModel.teaserType",
11
+ "@->value": "alternative-ds"
12
+ }
13
+ ]
14
+ }
@@ -38,5 +38,13 @@
38
38
  "bylineSsi": "14.10.22, 20:00 Uhr",
39
39
  "bylineText": "BylineText"
40
40
  }
41
+ },
42
+ "program": {
43
+ "type": "program",
44
+ "loca": "label_program",
45
+ "byline": {
46
+ "bylineSsi": "14.10.22, 20:00 Uhr",
47
+ "bylineText": "BylineText"
48
+ }
41
49
  }
42
50
  }
@@ -0,0 +1,10 @@
1
+ {
2
+ "@->jsoninclude": "teaser/teasers.inc.json",
3
+ "@->contentpath": "teaserProgram",
4
+ "@->overrides": [
5
+ {
6
+ "@->contentpath": "logicItem.includeModel.teaserSize",
7
+ "@->value": "100"
8
+ }
9
+ ]
10
+ }
@@ -1022,6 +1022,105 @@
1022
1022
  }
1023
1023
  }
1024
1024
  },
1025
+ "teaserProgram": {
1026
+ "isSsi": true,
1027
+ "logicItem": {
1028
+ "includePath": "components/teaser/teaser_standard",
1029
+ "includeModel": {
1030
+ "byline": "Do. 22.12.2022 22:30 Uhr",
1031
+ "title": "Mittendrin - Frankfurt Flughafen (19)",
1032
+ "topline": "",
1033
+ "headingFontVariant": "serif",
1034
+ "extendedTitle": "Einsatz für die Enteiser am Flughafen",
1035
+ "teaserType": "standard-ds",
1036
+ "teaserSize": "hero",
1037
+ "isMobile1to1": false,
1038
+ "teaserDate": {
1039
+ "htmlDateTime": "2022-04-17T19:30+0200",
1040
+ "htmlDate": "20.02.1983",
1041
+ "date": "17.04.22",
1042
+ "dateSeparatorTime": "17.04.22, 19:30"
1043
+ },
1044
+ "teaserInfo": {
1045
+ "showTeaserInfo": true,
1046
+ "showTeaserInfoSection": false,
1047
+ "showTeaserInfoChannel": false,
1048
+ "showTeaserInfoAll": false,
1049
+ "showTeaserInfoDate": false,
1050
+ "showTeaserInfoDateTime": false,
1051
+ "showTeaserInfoProgramRef": true
1052
+ },
1053
+ "teaserImage": {
1054
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
1055
+ "@->contentpath": "teaser_standard",
1056
+ "@->replaceToken": [
1057
+ {
1058
+ "@->token": "image",
1059
+ "@->value": "jugendfeuerwehr-102"
1060
+ }
1061
+ ]
1062
+ },
1063
+ "displayTeaserBodyAsImageOverlay": false,
1064
+ "hasMediaButtons": true,
1065
+ "dontLazyload": true,
1066
+ "isStandardTeaser": true,
1067
+ "isHeroTeaser": true,
1068
+ "isMediaTeaser": true,
1069
+ "isGuide": false,
1070
+ "isProgram": true,
1071
+ "isEvent": false,
1072
+ "isTicker": false,
1073
+ "isAudio": false,
1074
+ "isVideo": false,
1075
+ "isPodcastEpisode": false,
1076
+ "isExtOrBrandLink": false,
1077
+ "isAuthor": false,
1078
+ "isFileDownload": false,
1079
+ "copyright": "Copyright Text",
1080
+ "audioAuthor": "Audio Author",
1081
+ "hasStatus": false,
1082
+ "hasTeaserItem": true,
1083
+ "allowAVConsumption": false,
1084
+ "displayEpgInfos": true,
1085
+ "aspectRatio": "ar--teaserTop",
1086
+ "hideGeotag": false,
1087
+ "hideEditableByline": false,
1088
+ "doTracking": true,
1089
+ "trackingForArdMediatheksLink": true,
1090
+ "showMediatheksLink": true,
1091
+ "showAirdate": true,
1092
+ "showProfileInfoAsByline": false,
1093
+ "obsolet_brandOfTeaser": "hessenschau",
1094
+ "documentSection": "",
1095
+ "headlineTag": "h1",
1096
+ "icon": "ortsmarke",
1097
+ "imageVariant": "topteaser",
1098
+ "shorttext": "Flughafen Frankfurt, 5 Uhr morgens: Nebel und Temperaturen um null Grad. Eisschichten haben sich auf den Tragflächen der Flugzeuge gebildet. So dürfen die Maschinen nicht abheben. Ein Fall für die Enteiser an Deutschlands größtem Flughafen. Mit ihren gigantischen Spezialfahrzeugen fahren sie zu den Positionen am Gate",
1099
+ "sophoraId": "rueckkehr-nach-abschiebung-wolfhagen--100",
1100
+ "profiles": "",
1101
+ "teaserLead": {
1102
+ "avDocument": "",
1103
+ "image": ""
1104
+ },
1105
+ "link": {
1106
+ "url": "/teaser1",
1107
+ "webviewUrl": "/teaser1#webview",
1108
+ "isTargetBlank": true,
1109
+ "hasIcon": true,
1110
+ "iconName": "extern",
1111
+ "readMoreText": {
1112
+ "readMoreScreenreader": "Zur ARD Mediathek",
1113
+ "readMore": "Zur ARD Mediathek",
1114
+ "readMoreLong": "Zur ARD Mediathek"
1115
+ }
1116
+ },
1117
+ "label": {
1118
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
1119
+ "@->contentpath": "program"
1120
+ }
1121
+ }
1122
+ }
1123
+ },
1025
1124
  "teaserWithComments": {
1026
1125
  "isSsi": true,
1027
1126
  "logicItem": {