hr-design-system-handlebars 0.86.0 โ†’ 0.87.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.
Files changed (26) hide show
  1. package/.github/workflows/chromatic.yml +1 -0
  2. package/CHANGELOG.md +17 -0
  3. package/dist/assets/index.css +57 -24
  4. package/dist/views/components/teaser/components/teaser_body.hbs +3 -2
  5. package/dist/views/components/teaser/components/teaser_heading.hbs +6 -3
  6. package/dist/views/components/teaser/components/teaser_image.hbs +18 -1
  7. package/dist/views/components/teaser/components/teaser_lead.hbs +1 -1
  8. package/dist/views/components/teaser/components/teaser_text.hbs +6 -0
  9. package/package.json +1 -1
  10. package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_program.json +14 -0
  11. package/src/assets/fixtures/teaser/teaser_labels.inc.json +8 -0
  12. package/src/assets/fixtures/teaser/teaser_standard_100_serif_program.json +10 -0
  13. package/src/assets/fixtures/teaser/teasers.inc.json +99 -0
  14. package/src/assets/tailwind.css +51 -21
  15. package/src/stories/views/components/teaser/components/teaser_body.hbs +3 -2
  16. package/src/stories/views/components/teaser/components/teaser_heading.hbs +6 -3
  17. package/src/stories/views/components/teaser/components/teaser_image.hbs +18 -1
  18. package/src/stories/views/components/teaser/components/teaser_lead.hbs +1 -1
  19. package/src/stories/views/components/teaser/components/teaser_text.hbs +6 -0
  20. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_l.json +1 -0
  21. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_program.json +1 -0
  22. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_program.json +1 -0
  23. package/src/stories/views/components/teaser/teaser_alternativ.stories.mdx +4 -0
  24. package/src/stories/views/components/teaser/teaser_standard.stories.mdx +4 -0
  25. package/tailwind.config.js +3 -0
  26. 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,20 @@
1
+ # v0.87.0 (Tue Nov 22 2022)
2
+
3
+ #### ๐Ÿš€ Enhancement
4
+
5
+ - Feature/dpe 1671: Program-Teaser in Design-System [#394](https://github.com/mumprod/hr-design-system-handlebars/pull/394) ([@mariokinzel](https://github.com/mariokinzel))
6
+
7
+ #### ๐Ÿ› Bug Fix
8
+
9
+ - FEATURE: Runs partialsToJs script in chromatic [#393](https://github.com/mumprod/hr-design-system-handlebars/pull/393) ([@szuelch](https://github.com/szuelch))
10
+
11
+ #### Authors: 2
12
+
13
+ - [@mariokinzel](https://github.com/mariokinzel)
14
+ - [@szuelch](https://github.com/szuelch)
15
+
16
+ ---
17
+
1
18
  # v0.86.0 (Fri Nov 18 2022)
2
19
 
3
20
  #### ๐Ÿš€ Enhancement
@@ -2252,7 +2252,7 @@ video {
2252
2252
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2253
2253
  }
2254
2254
  .counter-reset {
2255
- counter-reset: cnt1668780968341;
2255
+ counter-reset: cnt1669107292058;
2256
2256
  }
2257
2257
  .line-clamp-4 {
2258
2258
  overflow: hidden;
@@ -2641,7 +2641,7 @@ video {
2641
2641
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2642
2642
  }
2643
2643
  .-ordered {
2644
- counter-increment: cnt1668780968341 1;
2644
+ counter-increment: cnt1669107292058 1;
2645
2645
  }
2646
2646
  .-ordered::before {
2647
2647
  position: absolute;
@@ -2657,7 +2657,7 @@ video {
2657
2657
  letter-spacing: .0125em;
2658
2658
  --tw-text-opacity: 1;
2659
2659
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2660
- content: counter(cnt1668780968341);
2660
+ content: counter(cnt1669107292058);
2661
2661
  }
2662
2662
  .\[-T\:\+Z\] {
2663
2663
  --t: +Z;
@@ -2681,14 +2681,17 @@ video {
2681
2681
  /* Infografik */
2682
2682
  --color-label-infografik: #be005a;
2683
2683
  /* Sendung */
2684
- --color-label-program: #009bc6;
2685
2684
  /* Download */
2686
2685
  --color-label-download: #606060;
2687
2686
  /* Pressemitteilungen */
2688
2687
  --color-label-pm: #006eb7;
2688
+ /* Sendungsdokument */
2689
+ --color-label-program: #009bc6;
2689
2690
  /* Dachzeile */
2690
2691
  --color-topline: #006dc1;
2691
- /* Link */
2692
+ /* Subline */
2693
+ --color-subline: var(--color-topline);
2694
+ /* Link */
2692
2695
  --color-link: #006eb7;
2693
2696
  /* Stage */
2694
2697
  --color-stage-text-box: #006eb7;
@@ -2725,7 +2728,9 @@ video {
2725
2728
  --color-label-pm: #006eb7;
2726
2729
  /* Dachzeile */
2727
2730
  --color-topline: #006dc1;
2728
- /* Link */
2731
+ /* Subline */
2732
+ --color-subline: var(--color-topline);
2733
+ /* Link */
2729
2734
  --color-link: #006dc1;
2730
2735
  /*Stage */
2731
2736
  --color-stage-text-box: #433d37;
@@ -2756,8 +2761,10 @@ video {
2756
2761
  /* Event */
2757
2762
  --color-label-event: #000000;
2758
2763
  /* Dachzeile */
2759
- --color-topline: #c20016;
2760
- /* Link */
2764
+ --color-topline: #a00d65;
2765
+ /* Subline */
2766
+ --color-subline: var(--color-topline);
2767
+ /* Link */
2761
2768
  --color-link: #a00d65;
2762
2769
  /* Stage */
2763
2770
  --color-stage-text-box: #eaeded;
@@ -2784,8 +2791,10 @@ video {
2784
2791
  /* Event */
2785
2792
  --color-label-event: #000000;
2786
2793
  /* Dachzeile */
2787
- --color-topline: #c20016;
2788
- /* Link */
2794
+ --color-topline: #276b9e;
2795
+ /* Subline */
2796
+ --color-subline: var(--color-topline);
2797
+ /* Link */
2789
2798
  --color-link: #276b9e;
2790
2799
  /* Stage */
2791
2800
  --color-stage-text-box: #00375d;
@@ -2813,7 +2822,9 @@ video {
2813
2822
  /* Pressemitteilungen */
2814
2823
  --color-label-pm: #006eb7;
2815
2824
  /* Dachzeile */
2816
- --color-topline: #c20016;
2825
+ --color-topline: #006eb7;
2826
+ /* Subline */
2827
+ --color-subline: var(--color-topline);
2817
2828
  /* Link */
2818
2829
  --color-link: #006eb7;
2819
2830
  }
@@ -2838,7 +2849,9 @@ video {
2838
2849
  /* Pressemitteilungen */
2839
2850
  --color-label-pm: #006eb7;
2840
2851
  /* Dachzeile */
2841
- --color-topline: #c20016;
2852
+ --color-topline: #006eb7;
2853
+ /* Subline */
2854
+ --color-subline: var(--color-topline);
2842
2855
  /* Link */
2843
2856
  --color-link: #006eb7;
2844
2857
  }
@@ -2861,7 +2874,9 @@ video {
2861
2874
  /* Event */
2862
2875
  --color-label-event: #000000;
2863
2876
  /* Dachzeile */
2864
- --color-topline: #c20016;
2877
+ --color-topline: rgba(171,47,45,1);
2878
+ /* Subline */
2879
+ --color-subline: var(--color-topline);
2865
2880
  /* Link */
2866
2881
  --color-link: rgba(171,47,45,1);
2867
2882
  /* Stage */
@@ -2888,7 +2903,9 @@ video {
2888
2903
  /* Event */
2889
2904
  --color-label-event: #000000;
2890
2905
  /* Dachzeile */
2891
- --color-topline: #c20016;
2906
+ --color-topline: rgba(0,122,124,1);
2907
+ /* Subline */
2908
+ --color-subline: var(--color-topline);
2892
2909
  /* Link */
2893
2910
  --color-link: rgba(0,122,124,1);
2894
2911
  /* Stage */
@@ -2917,7 +2934,9 @@ video {
2917
2934
  /* Pressemitteilungen */
2918
2935
  --color-label-pm: #006eb7;
2919
2936
  /* Dachzeile */
2920
- --color-topline: #c20016;
2937
+ --color-topline: #006eb7;
2938
+ /* Subline */
2939
+ --color-subline: var(--color-topline);
2921
2940
  /* Link */
2922
2941
  --color-link: #006eb7;
2923
2942
  /* Stage */
@@ -2942,8 +2961,10 @@ video {
2942
2961
  /* Event */
2943
2962
  --color-label-event: #000000;
2944
2963
  /* Dachzeile */
2945
- --color-topline: #c20016;
2946
- /* Link */
2964
+ --color-topline: rgba(145,107,0,1);
2965
+ /* Subline */
2966
+ --color-subline: var(--color-topline);
2967
+ /* Link */
2947
2968
  --color-link: rgba(145,107,0,1);
2948
2969
  /* Stage */
2949
2970
  --color-stage-text-box: #433d37;
@@ -2969,8 +2990,10 @@ video {
2969
2990
  /* Event */
2970
2991
  --color-label-event: #000000;
2971
2992
  /* Dachzeile */
2972
- --color-topline: #c20016;
2973
- /* Link */
2993
+ --color-topline: rgba(140,3,61,1);
2994
+ /* Subline */
2995
+ --color-subline: var(--color-topline);
2996
+ /* Link */
2974
2997
  --color-link: rgba(140,3,61,1);
2975
2998
  /* Stage */
2976
2999
  --color-stage-text-box: #ffffff;
@@ -2998,7 +3021,9 @@ video {
2998
3021
  --color-label-event: #000000;
2999
3022
  /* Dachzeile */
3000
3023
  --color-topline: #c20016;
3001
- /* Link */
3024
+ /* Subline */
3025
+ --color-subline: var(--color-topline);
3026
+ /* Link */
3002
3027
  --color-link: #c20016;
3003
3028
  /* Stage */
3004
3029
  --color-stage-text-box: #ffffff;
@@ -3027,8 +3052,10 @@ video {
3027
3052
  /* Event */
3028
3053
  --color-label-event: #000000;
3029
3054
  /* Dachzeile */
3030
- --color-topline: #c20016;
3031
- /* Link */
3055
+ --color-topline: rgba(15,97,87,1);
3056
+ /* Subline */
3057
+ --color-subline: var(--color-topline);
3058
+ /* Link */
3032
3059
  --color-link: rgba(15,97,87,1);
3033
3060
  /* Stage */
3034
3061
  --color-stage-text-box: #ffffff;
@@ -3055,8 +3082,10 @@ video {
3055
3082
  /* Event */
3056
3083
  --color-label-event: #000000;
3057
3084
  /* Dachzeile */
3058
- --color-topline: #c20016;
3059
- /* Link */
3085
+ --color-topline: rgba(0,126,161,1);
3086
+ /* Subline */
3087
+ --color-subline: var(--color-topline);
3088
+ /* Link */
3060
3089
  --color-link: rgba(0,126,161,1);
3061
3090
  /* Stage */
3062
3091
  --color-stage-text-box: #ffffff;
@@ -3178,6 +3207,10 @@ video {
3178
3207
  .hover\:fill-blue-jellyBean:hover {
3179
3208
  fill: #006dc1;
3180
3209
  }
3210
+ .hover\:fill-topline:hover {
3211
+ fill: #006dc1;
3212
+ fill: var(--color-topline);
3213
+ }
3181
3214
  .hover\:\!fill-congress:hover {
3182
3215
  fill: #006dc1 !important;
3183
3216
  }
@@ -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.0",
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": {
@@ -29,9 +29,13 @@
29
29
  --color-label-download: theme('colors.grey.scorpion');
30
30
  /* Pressemitteilungen */
31
31
  --color-label-pm: theme('colors.blue.deepCerulean');
32
+ /* Sendungsdokument */
33
+ --color-label-program: theme('colors.blue.pacificBlue');
32
34
  /* Dachzeile */
33
35
  --color-topline: #006dc1;
34
- /* Link */
36
+ /* Subline */
37
+ --color-subline: var(--color-topline);
38
+ /* Link */
35
39
  --color-link: theme('colors.blue.deepCerulean');
36
40
  /* Stage */
37
41
  --color-stage-text-box: theme('colors.blue.deepCerulean');
@@ -69,7 +73,9 @@
69
73
  --color-label-pm: theme('colors.blue.deepCerulean');
70
74
  /* Dachzeile */
71
75
  --color-topline: #006dc1;
72
- /* Link */
76
+ /* Subline */
77
+ --color-subline: var(--color-topline);
78
+ /* Link */
73
79
  --color-link: theme('colors.blue.science');
74
80
  /*Stage */
75
81
  --color-stage-text-box: theme('colors.grey.armadillo');
@@ -101,8 +107,10 @@
101
107
  /* Event */
102
108
  --color-label-event: theme('colors.black.DEFAULT');
103
109
  /* Dachzeile */
104
- --color-topline: #c20016;
105
- /* Link */
110
+ --color-topline: theme('colors.purple.jazzberry');
111
+ /* Subline */
112
+ --color-subline: var(--color-topline);
113
+ /* Link */
106
114
  --color-link: theme('colors.purple.jazzberry');
107
115
  /* Stage */
108
116
  --color-stage-text-box: theme('colors.white.blackhaze');
@@ -130,8 +138,10 @@
130
138
  /* Event */
131
139
  --color-label-event: theme('colors.black.DEFAULT');
132
140
  /* Dachzeile */
133
- --color-topline: #c20016;
134
- /* Link */
141
+ --color-topline: theme('colors.blue.jellyBean');
142
+ /* Subline */
143
+ --color-subline: var(--color-topline);
144
+ /* Link */
135
145
  --color-link: theme('colors.blue.jellyBean');
136
146
  /* Stage */
137
147
  --color-stage-text-box: theme('colors.blue.astronautBlue');
@@ -160,7 +170,9 @@
160
170
  /* Pressemitteilungen */
161
171
  --color-label-pm: theme('colors.blue.deepCerulean');
162
172
  /* Dachzeile */
163
- --color-topline: #c20016;
173
+ --color-topline: theme('colors.blue.deepCerulean');
174
+ /* Subline */
175
+ --color-subline: var(--color-topline);
164
176
  /* Link */
165
177
  --color-link: theme('colors.blue.deepCerulean');
166
178
  }
@@ -186,7 +198,9 @@
186
198
  /* Pressemitteilungen */
187
199
  --color-label-pm: theme('colors.blue.deepCerulean');
188
200
  /* Dachzeile */
189
- --color-topline: #c20016;
201
+ --color-topline: theme('colors.blue.deepCerulean');
202
+ /* Subline */
203
+ --color-subline: var(--color-topline);
190
204
  /* Link */
191
205
  --color-link: theme('colors.blue.deepCerulean');
192
206
  }
@@ -210,7 +224,9 @@
210
224
  /* Event */
211
225
  --color-label-event: theme('colors.black.DEFAULT');
212
226
  /* Dachzeile */
213
- --color-topline: #c20016;
227
+ --color-topline: theme('colors.red.wellRead');
228
+ /* Subline */
229
+ --color-subline: var(--color-topline);
214
230
  /* Link */
215
231
  --color-link: theme('colors.red.wellRead');
216
232
  /* Stage */
@@ -238,7 +254,9 @@
238
254
  /* Event */
239
255
  --color-label-event: theme('colors.black.DEFAULT');
240
256
  /* Dachzeile */
241
- --color-topline: #c20016;
257
+ --color-topline: theme('colors.teal.DEFAULT');
258
+ /* Subline */
259
+ --color-subline: var(--color-topline);
242
260
  /* Link */
243
261
  --color-link: theme('colors.teal.DEFAULT');
244
262
  /* Stage */
@@ -268,7 +286,9 @@
268
286
  /* Pressemitteilungen */
269
287
  --color-label-pm: theme('colors.blue.deepCerulean');
270
288
  /* Dachzeile */
271
- --color-topline: #c20016;
289
+ --color-topline: theme('colors.blue.deepCerulean');
290
+ /* Subline */
291
+ --color-subline: var(--color-topline);
272
292
  /* Link */
273
293
  --color-link: theme('colors.blue.deepCerulean');
274
294
  /* Stage */
@@ -294,8 +314,10 @@
294
314
  /* Event */
295
315
  --color-label-event: theme('colors.black.DEFAULT');
296
316
  /* Dachzeile */
297
- --color-topline: #c20016;
298
- /* Link */
317
+ --color-topline: theme('colors.yellow.olive');
318
+ /* Subline */
319
+ --color-subline: var(--color-topline);
320
+ /* Link */
299
321
  --color-link: theme('colors.yellow.olive');
300
322
  /* Stage */
301
323
  --color-stage-text-box: theme('colors.grey.armadillo');
@@ -322,8 +344,10 @@
322
344
  /* Event */
323
345
  --color-label-event: theme('colors.black.DEFAULT');
324
346
  /* Dachzeile */
325
- --color-topline: #c20016;
326
- /* Link */
347
+ --color-topline: theme('colors.red.paprika');
348
+ /* Subline */
349
+ --color-subline: var(--color-topline);
350
+ /* Link */
327
351
  --color-link: theme('colors.red.paprika');
328
352
  /* Stage */
329
353
  --color-stage-text-box: theme('colors.white.DEFAULT');
@@ -351,8 +375,10 @@
351
375
  /* Event */
352
376
  --color-label-event: theme('colors.black.DEFAULT');
353
377
  /* Dachzeile */
354
- --color-topline: #c20016;
355
- /* Link */
378
+ --color-topline: theme('colors.red.monza');
379
+ /* Subline */
380
+ --color-subline: var(--color-topline);
381
+ /* Link */
356
382
  --color-link: theme('colors.red.monza');
357
383
  /* Stage */
358
384
  --color-stage-text-box: theme('colors.white.DEFAULT');
@@ -382,8 +408,10 @@
382
408
  /* Event */
383
409
  --color-label-event: theme('colors.black.DEFAULT');
384
410
  /* Dachzeile */
385
- --color-topline: #c20016;
386
- /* Link */
411
+ --color-topline: theme('colors.green.eden');
412
+ /* Subline */
413
+ --color-subline: var(--color-topline);
414
+ /* Link */
387
415
  --color-link: theme('colors.green.eden');
388
416
  /* Stage */
389
417
  --color-stage-text-box: theme('colors.white.DEFAULT');
@@ -411,8 +439,10 @@
411
439
  /* Event */
412
440
  --color-label-event: theme('colors.black.DEFAULT');
413
441
  /* Dachzeile */
414
- --color-topline: #c20016;
415
- /* Link */
442
+ --color-topline: theme('colors.blue.lightCerulean');
443
+ /* Subline */
444
+ --color-subline: var(--color-topline);
445
+ /* Link */
416
446
  --color-link: theme('colors.blue.lightCerulean');
417
447
  /* Stage */
418
448
  --color-stage-text-box: theme('colors.white.DEFAULT');
@@ -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}}">