hr-design-system-handlebars 0.100.0 → 0.102.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/dist/assets/index.css +18 -7
- package/dist/views/components/geoTag/geoTag.hbs +1 -1
- package/dist/views/components/grid/grid_group_highlight.hbs +1 -1
- package/dist/views/components/grid/grid_group_tabbed.hbs +1 -1
- package/dist/views/components/teaser/components/teaser_byline.hbs +31 -31
- package/dist/views/components/teaser/components/teaser_image.hbs +27 -27
- package/dist/views/components/teaser/group_teaser/group_teaser.hbs +1 -1
- package/dist/views/components/teaser/tabbox/teaser_tabbox.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/fixtures/teaser/teasers.inc.json +14 -1
- package/src/stories/views/components/geoTag/geoTag.hbs +1 -1
- package/src/stories/views/components/grid/grid_group_highlight.hbs +1 -1
- package/src/stories/views/components/grid/grid_group_tabbed.hbs +1 -1
- package/src/stories/views/components/teaser/components/teaser_byline.hbs +31 -31
- package/src/stories/views/components/teaser/components/teaser_image.hbs +27 -27
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_download.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_single_event.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_two_events.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_download.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_comments.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_label.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_program.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_comments_without_teaserinfo.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight_2.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_related_content_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_accented.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_boxed.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_highlighted.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_indextext_50_accented.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_poster_lg.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_poster_md.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_poster_md_label.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_download.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_program.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_single_event.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_two_events.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio_livestream.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_podcast.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_multiple_events.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_single_event.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_tabbox.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_two_events.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio_livestream.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_download.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_podcast.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_single_event.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_tabbox.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_66_serif_single_event.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_comments.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_label.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_tabbox.json +1 -1
- package/src/stories/views/components/teaser/group_teaser/group_teaser.hbs +1 -1
- package/src/stories/views/components/teaser/tabbox/teaser_tabbox.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
# v0.102.0 (Fri Dec 09 2022)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Truncate long geotag with Ellipsis [#425](https://github.com/mumprod/hr-design-system-handlebars/pull/425) (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.101.0 (Thu Dec 08 2022)
|
|
15
|
+
|
|
16
|
+
#### 🚀 Enhancement
|
|
17
|
+
|
|
18
|
+
- Dpe 1904 mobile [#424](https://github.com/mumprod/hr-design-system-handlebars/pull/424) ([@vascoeduardo](https://github.com/vascoeduardo) [@szuelch](https://github.com/szuelch))
|
|
19
|
+
|
|
20
|
+
#### Authors: 2
|
|
21
|
+
|
|
22
|
+
- [@szuelch](https://github.com/szuelch)
|
|
23
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
1
27
|
# v0.100.0 (Thu Dec 08 2022)
|
|
2
28
|
|
|
3
29
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -781,6 +781,10 @@ video {
|
|
|
781
781
|
margin-left: 1px;
|
|
782
782
|
margin-right: 1px;
|
|
783
783
|
}
|
|
784
|
+
.mx-1 {
|
|
785
|
+
margin-left: 0.25rem;
|
|
786
|
+
margin-right: 0.25rem;
|
|
787
|
+
}
|
|
784
788
|
.my-0 {
|
|
785
789
|
margin-top: 0px;
|
|
786
790
|
margin-bottom: 0px;
|
|
@@ -797,10 +801,6 @@ video {
|
|
|
797
801
|
margin-left: 0.375rem;
|
|
798
802
|
margin-right: 0.375rem;
|
|
799
803
|
}
|
|
800
|
-
.mx-1 {
|
|
801
|
-
margin-left: 0.25rem;
|
|
802
|
-
margin-right: 0.25rem;
|
|
803
|
-
}
|
|
804
804
|
.mt-12 {
|
|
805
805
|
margin-top: 3rem;
|
|
806
806
|
}
|
|
@@ -1041,6 +1041,9 @@ video {
|
|
|
1041
1041
|
.w-5 {
|
|
1042
1042
|
width: 1.25rem;
|
|
1043
1043
|
}
|
|
1044
|
+
.w-3\/5 {
|
|
1045
|
+
width: 60%;
|
|
1046
|
+
}
|
|
1044
1047
|
.w-6 {
|
|
1045
1048
|
width: 1.5rem;
|
|
1046
1049
|
}
|
|
@@ -1095,6 +1098,11 @@ video {
|
|
|
1095
1098
|
width: -moz-fit-content !important;
|
|
1096
1099
|
width: fit-content !important;
|
|
1097
1100
|
}
|
|
1101
|
+
.max-w-min {
|
|
1102
|
+
max-width: -webkit-min-content;
|
|
1103
|
+
max-width: -moz-min-content;
|
|
1104
|
+
max-width: min-content;
|
|
1105
|
+
}
|
|
1098
1106
|
.max-w-full {
|
|
1099
1107
|
max-width: 100%;
|
|
1100
1108
|
}
|
|
@@ -1253,6 +1261,9 @@ video {
|
|
|
1253
1261
|
.gap-y-9 {
|
|
1254
1262
|
row-gap: 2.25rem;
|
|
1255
1263
|
}
|
|
1264
|
+
.gap-y-10 {
|
|
1265
|
+
row-gap: 2.5rem;
|
|
1266
|
+
}
|
|
1256
1267
|
.gap-y-3 {
|
|
1257
1268
|
row-gap: 0.75rem;
|
|
1258
1269
|
}
|
|
@@ -2197,7 +2208,7 @@ video {
|
|
|
2197
2208
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2198
2209
|
}
|
|
2199
2210
|
.counter-reset {
|
|
2200
|
-
counter-reset:
|
|
2211
|
+
counter-reset: cnt1670589689556;
|
|
2201
2212
|
}
|
|
2202
2213
|
.line-clamp-4 {
|
|
2203
2214
|
overflow: hidden;
|
|
@@ -2425,7 +2436,7 @@ video {
|
|
|
2425
2436
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2426
2437
|
}
|
|
2427
2438
|
.-ordered {
|
|
2428
|
-
counter-increment:
|
|
2439
|
+
counter-increment: cnt1670589689556 1;
|
|
2429
2440
|
}
|
|
2430
2441
|
.-ordered::before {
|
|
2431
2442
|
position: absolute;
|
|
@@ -2441,7 +2452,7 @@ video {
|
|
|
2441
2452
|
letter-spacing: .0125em;
|
|
2442
2453
|
--tw-text-opacity: 1;
|
|
2443
2454
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2444
|
-
content: counter(
|
|
2455
|
+
content: counter(cnt1670589689556);
|
|
2445
2456
|
}
|
|
2446
2457
|
/*! ****************************/
|
|
2447
2458
|
/*! text-shadow */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<span
|
|
2
|
-
class='z-10 pointer-events-none inline-block absolute bottom-0 left-0 {{~inline-switch _teaserSize '["33"]' '[" mx-5 my-5 md:mx-4 md:my-4"," mx-5 my-5"]'}} rounded px-1.5 pt-px tracking-wide text-black text-base leading-5.5 font-heading bg-geoTag'
|
|
2
|
+
class='w-3/5 max-w-min truncate z-10 pointer-events-none inline-block absolute bottom-0 left-0 {{~inline-switch _teaserSize '["33"]' '[" mx-5 my-5 md:mx-4 md:my-4"," mx-5 my-5"]'}} rounded px-1.5 pt-px tracking-wide text-black text-base leading-5.5 font-heading bg-geoTag'
|
|
3
3
|
aria-hidden="true"
|
|
4
4
|
>
|
|
5
5
|
{{_text}}
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
<section class="grid grid-cols-12 px-8 py-8 mx-4 mt-6 bg-blue-400 sm:mx-0 rounded-tl-3xl rounded-br-3xl col-full sm:col-main gap-x-6 gap-y-6">
|
|
3
3
|
{{> @partial-block }}
|
|
4
4
|
</section>
|
|
5
|
-
<div class="grid grid-cols-12 sm:px-8 col-full sm:col-main gap-x-6 gap-y-
|
|
5
|
+
<div class="grid grid-cols-12 sm:px-8 col-full sm:col-main gap-x-6 gap-y-10 md:gap-y-14">
|
|
@@ -1,31 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
teaserInfo || isFileDownload || this.profiles || this.commentsSsi
|
|
4
|
-
gibt um empty:hidden zu vermeiden. <p> </p> sollte nicht im Markup sein falls leer --}}
|
|
5
|
-
{{~#with this.teaserInfo~}}
|
|
1
|
+
{{#if this.hasByline}}
|
|
2
|
+
<p class="mt-2.5 text-xs text-grey-scorpion font-headingSerif empty:hidden">
|
|
6
3
|
{{!--Teaser-Info--}}
|
|
7
|
-
{{~#
|
|
8
|
-
{{~#if this.
|
|
9
|
-
{{~#
|
|
10
|
-
<time datetime="{{this.htmlDateTime}}">{{this.date}}</time>
|
|
11
|
-
{{~/with~}}
|
|
12
|
-
<span class="mx-px last-of-type:hidden">|</span>
|
|
13
|
-
{{~else~}}
|
|
14
|
-
{{~#if this.showTeaserInfoDateTime~}}
|
|
4
|
+
{{~#with this.teaserInfo~}}
|
|
5
|
+
{{~#if this.showTeaserInfo~}}
|
|
6
|
+
{{~#if this.showTeaserInfoDate~}}
|
|
15
7
|
{{~#with ../this.teaserDate~}}
|
|
16
|
-
<time datetime="{{this.htmlDateTime}}">{{
|
|
17
|
-
{{~/with~}}
|
|
18
|
-
<span class="mx-
|
|
8
|
+
<time datetime="{{this.htmlDateTime}}">{{this.date}}</time>
|
|
9
|
+
{{~/with~}}
|
|
10
|
+
<span class="mx-1 last-of-type:hidden">|</span>
|
|
11
|
+
{{~else~}}
|
|
12
|
+
{{~#if this.showTeaserInfoDateTime~}}
|
|
13
|
+
{{~#with ../this.teaserDate~}}
|
|
14
|
+
<time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at" this.dateSeparatorTime}}</time>
|
|
15
|
+
{{~/with~}}
|
|
16
|
+
<span class="mx-1 last-of-type:hidden">|</span>
|
|
17
|
+
{{~/if~}}
|
|
18
|
+
{{~/if~}}
|
|
19
|
+
{{~#if this.showTeaserInfoSection~}}
|
|
20
|
+
<span class="uppercase">
|
|
21
|
+
{{~../this.documentSection~}}
|
|
22
|
+
</span>
|
|
23
|
+
<span class="mx-1 last-of-type:hidden">|</span>
|
|
19
24
|
{{~/if~}}
|
|
20
|
-
{{~/if~}}
|
|
21
|
-
{{~#if this.showTeaserInfoSection~}}
|
|
22
|
-
<span class="uppercase">
|
|
23
|
-
{{~../this.documentSection~}}
|
|
24
|
-
</span>
|
|
25
|
-
<span class="mx-px last-of-type:hidden">|</span>
|
|
26
25
|
{{~/if~}}
|
|
27
|
-
{{~/
|
|
28
|
-
|
|
26
|
+
{{~/with~}}
|
|
27
|
+
{{!--File download--}}
|
|
29
28
|
{{~#if this.isFileDownload~}}
|
|
30
29
|
{{~#with this.teaserImage~}}
|
|
31
30
|
{{loca "gallery_image_copyright" this.copyrightWithLinks}}
|
|
@@ -33,11 +32,12 @@
|
|
|
33
32
|
{{~/if~}}
|
|
34
33
|
{{!--Profiles--}}
|
|
35
34
|
{{~#if this.profiles~}}
|
|
36
|
-
<span>{{this.profiles}}</span>
|
|
37
|
-
<span class="mx-
|
|
35
|
+
<span>{{this.profiles}}</span>
|
|
36
|
+
<span class="mx-1 last-of-type:hidden">|</span>
|
|
38
37
|
{{~/if~}}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</p>
|
|
38
|
+
{{!--Comments--}}
|
|
39
|
+
{{~#with this.commentsSsi~}}
|
|
40
|
+
{{> components/base/loadSSI _templatePath='components/teaser/components/teaser_comments' }}
|
|
41
|
+
{{~/with~}}
|
|
42
|
+
</p>
|
|
43
|
+
{{/if}}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
<div class="relative">
|
|
2
|
-
{{#unless this.hideGeotag}}
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
<div class="relative{{~#if _isMobile1to1}} ar-1-1 md:ar-16-9{{else}} ar-16-9{{/if~}}">
|
|
2
|
+
{{#unless this.hideGeotag}}
|
|
3
|
+
{{#unless _isMobile1to1}}
|
|
4
|
+
{{~#with this.geotag}}
|
|
5
|
+
{{> components/geoTag/geoTag _text=this.[0].title _teaserSize=../_teaserSize }}
|
|
6
|
+
{{/with~}}
|
|
7
|
+
{{/unless}}
|
|
7
8
|
{{/unless}}
|
|
8
|
-
{{/
|
|
9
|
-
{{
|
|
10
|
-
{{
|
|
11
|
-
{{
|
|
12
|
-
{{#if this.
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
{{/
|
|
9
|
+
{{#decorator 'components/base/link' _isAriaHidden=true}}
|
|
10
|
+
{{~> components/base/image/responsive_image this.teaserImage _type=this.teaserType _variant=this.imageVariant _noDelay=../this.dontLazyload _addClassImg="" ~}}
|
|
11
|
+
{{/decorator}}
|
|
12
|
+
{{#if this.isProgram}}
|
|
13
|
+
{{#if this.showMediatheksLink}}
|
|
14
|
+
{{#decorator 'components/base/link' _isAriaHidden=true}}
|
|
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-toplineColor'
|
|
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}}
|
|
27
28
|
{{/if}}
|
|
28
|
-
|
|
29
|
-
</div>
|
|
29
|
+
</div>
|
|
30
30
|
{{#if this.isEvent}}
|
|
31
31
|
{{#unless this.displayTeaserBodyAsImageOverlay}}
|
|
32
32
|
{{#decorator 'components/teaser/components/teaser_image_overlay' _cssClasses="top-0 h-full"}}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{~#if this.hasLink}}</a>{{/if~}}
|
|
7
7
|
</{{if this.headlineTag this.headlineTag "h2"}}>
|
|
8
8
|
{{/if}}
|
|
9
|
-
<div class="grid items-start content-start grid-cols-12 col-span-12 gap-x-6 gap-y-
|
|
9
|
+
<div class="grid items-start content-start grid-cols-12 col-span-12 gap-x-6 gap-y-10 md:gap-y-14">
|
|
10
10
|
{{~> components/teaser/teaser_logic/teaser_logic ~}}
|
|
11
11
|
</div>
|
|
12
12
|
{{/components/grid/grid_group}}
|
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.
|
|
9
|
+
"version": "0.102.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"date": "17.04.22",
|
|
19
19
|
"dateSeparatorTime": "17.04.22, 19:30"
|
|
20
20
|
},
|
|
21
|
+
"hasByline": true,
|
|
21
22
|
"teaserInfo": {
|
|
22
23
|
"showTeaserInfo": true,
|
|
23
24
|
"showTeaserInfoSection": true,
|
|
@@ -134,6 +135,7 @@
|
|
|
134
135
|
"date": "11.10.22",
|
|
135
136
|
"dateSeparatorTime": "11.10.22, 06:57"
|
|
136
137
|
},
|
|
138
|
+
"hasByline": true,
|
|
137
139
|
"teaserInfo": {
|
|
138
140
|
"showTeaserInfo": true,
|
|
139
141
|
"showTeaserInfoSection": true,
|
|
@@ -229,6 +231,7 @@
|
|
|
229
231
|
"date": "25.10.22",
|
|
230
232
|
"dateSeparatorTime": "25.10.22, 12:35"
|
|
231
233
|
},
|
|
234
|
+
"hasByline": true,
|
|
232
235
|
"teaserInfo": {
|
|
233
236
|
"showTeaserInfo": true,
|
|
234
237
|
"showTeaserInfoSection": true,
|
|
@@ -324,6 +327,7 @@
|
|
|
324
327
|
"date": "23.10.22",
|
|
325
328
|
"dateSeparatorTime": "23.10.22, 16:04"
|
|
326
329
|
},
|
|
330
|
+
"hasByline": true,
|
|
327
331
|
"teaserInfo": {
|
|
328
332
|
"showTeaserInfo": true,
|
|
329
333
|
"showTeaserInfoSection": true,
|
|
@@ -423,6 +427,7 @@
|
|
|
423
427
|
"date": "13.10.22",
|
|
424
428
|
"dateSeparatorTime": "13.10.22, 16:04"
|
|
425
429
|
},
|
|
430
|
+
"hasByline": true,
|
|
426
431
|
"teaserInfo": {
|
|
427
432
|
"showTeaserInfo": true,
|
|
428
433
|
"showTeaserInfoSection": true,
|
|
@@ -523,6 +528,7 @@
|
|
|
523
528
|
"date": "11.10.22",
|
|
524
529
|
"dateSeparatorTime": "11.10.22, 19:46"
|
|
525
530
|
},
|
|
531
|
+
"hasByline": true,
|
|
526
532
|
"teaserInfo": {
|
|
527
533
|
"showTeaserInfo": true,
|
|
528
534
|
"showTeaserInfoSection": true,
|
|
@@ -622,6 +628,7 @@
|
|
|
622
628
|
"date": "09.08.22",
|
|
623
629
|
"dateSeparatorTime": "09.08.22, 19:46"
|
|
624
630
|
},
|
|
631
|
+
"hasByline": true,
|
|
625
632
|
"teaserInfo": {
|
|
626
633
|
"showTeaserInfo": true,
|
|
627
634
|
"showTeaserInfoSection": true,
|
|
@@ -725,6 +732,7 @@
|
|
|
725
732
|
"date": "02.10.20",
|
|
726
733
|
"dateSeparatorTime": "02.10.20, 19:46"
|
|
727
734
|
},
|
|
735
|
+
"hasByline": true,
|
|
728
736
|
"teaserInfo": {
|
|
729
737
|
"showTeaserInfo": true,
|
|
730
738
|
"showTeaserInfoSection": true,
|
|
@@ -827,9 +835,10 @@
|
|
|
827
835
|
"date": "14.10.22",
|
|
828
836
|
"dateSeparatorTime": "14.10.22, 20:00"
|
|
829
837
|
},
|
|
838
|
+
"hasByline": true,
|
|
830
839
|
"teaserInfo": {
|
|
831
840
|
"showTeaserInfo": true,
|
|
832
|
-
"showTeaserInfoSection":
|
|
841
|
+
"showTeaserInfoSection": false,
|
|
833
842
|
"showTeaserInfoChannel": true,
|
|
834
843
|
"showTeaserInfoAll": true,
|
|
835
844
|
"showTeaserInfoDate": false,
|
|
@@ -941,6 +950,7 @@
|
|
|
941
950
|
"date": "17.04.22",
|
|
942
951
|
"dateSeparatorTime": "17.04.22, 19:30"
|
|
943
952
|
},
|
|
953
|
+
"hasByline": true,
|
|
944
954
|
"teaserInfo": {
|
|
945
955
|
"showTeaserInfo": true,
|
|
946
956
|
"showTeaserInfoSection": true,
|
|
@@ -1041,6 +1051,7 @@
|
|
|
1041
1051
|
"date": "17.04.22",
|
|
1042
1052
|
"dateSeparatorTime": "17.04.22, 19:30"
|
|
1043
1053
|
},
|
|
1054
|
+
"hasByline": true,
|
|
1044
1055
|
"teaserInfo": {
|
|
1045
1056
|
"showTeaserInfo": true,
|
|
1046
1057
|
"showTeaserInfoSection": false,
|
|
@@ -1140,6 +1151,7 @@
|
|
|
1140
1151
|
"date": "17.04.22",
|
|
1141
1152
|
"dateSeparatorTime": "17.04.22, 19:30"
|
|
1142
1153
|
},
|
|
1154
|
+
"hasByline": true,
|
|
1143
1155
|
"teaserInfo": {
|
|
1144
1156
|
"showTeaserInfo": true,
|
|
1145
1157
|
"showTeaserInfoSection": true,
|
|
@@ -1265,6 +1277,7 @@
|
|
|
1265
1277
|
]
|
|
1266
1278
|
},
|
|
1267
1279
|
"duration": "53:13",
|
|
1280
|
+
"hasByline": true,
|
|
1268
1281
|
"teaserInfo": {
|
|
1269
1282
|
"showTeaserInfo": true,
|
|
1270
1283
|
"showTeaserInfoSection": true,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<span
|
|
2
|
-
class='z-10 pointer-events-none inline-block absolute bottom-0 left-0 {{~inline-switch _teaserSize '["33"]' '[" mx-5 my-5 md:mx-4 md:my-4"," mx-5 my-5"]'}} rounded px-1.5 pt-px tracking-wide text-black text-base leading-5.5 font-heading bg-geoTag'
|
|
2
|
+
class='w-3/5 max-w-min truncate z-10 pointer-events-none inline-block absolute bottom-0 left-0 {{~inline-switch _teaserSize '["33"]' '[" mx-5 my-5 md:mx-4 md:my-4"," mx-5 my-5"]'}} rounded px-1.5 pt-px tracking-wide text-black text-base leading-5.5 font-heading bg-geoTag'
|
|
3
3
|
aria-hidden="true"
|
|
4
4
|
>
|
|
5
5
|
{{_text}}
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
<section class="grid grid-cols-12 px-8 py-8 mx-4 mt-6 bg-blue-400 sm:mx-0 rounded-tl-3xl rounded-br-3xl col-full sm:col-main gap-x-6 gap-y-6">
|
|
3
3
|
{{> @partial-block }}
|
|
4
4
|
</section>
|
|
5
|
-
<div class="grid grid-cols-12 sm:px-8 col-full sm:col-main gap-x-6 gap-y-
|
|
5
|
+
<div class="grid grid-cols-12 sm:px-8 col-full sm:col-main gap-x-6 gap-y-10 md:gap-y-14">
|
|
@@ -1,31 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
teaserInfo || isFileDownload || this.profiles || this.commentsSsi
|
|
4
|
-
gibt um empty:hidden zu vermeiden. <p> </p> sollte nicht im Markup sein falls leer --}}
|
|
5
|
-
{{~#with this.teaserInfo~}}
|
|
1
|
+
{{#if this.hasByline}}
|
|
2
|
+
<p class="mt-2.5 text-xs text-grey-scorpion font-headingSerif empty:hidden">
|
|
6
3
|
{{!--Teaser-Info--}}
|
|
7
|
-
{{~#
|
|
8
|
-
{{~#if this.
|
|
9
|
-
{{~#
|
|
10
|
-
<time datetime="{{this.htmlDateTime}}">{{this.date}}</time>
|
|
11
|
-
{{~/with~}}
|
|
12
|
-
<span class="mx-px last-of-type:hidden">|</span>
|
|
13
|
-
{{~else~}}
|
|
14
|
-
{{~#if this.showTeaserInfoDateTime~}}
|
|
4
|
+
{{~#with this.teaserInfo~}}
|
|
5
|
+
{{~#if this.showTeaserInfo~}}
|
|
6
|
+
{{~#if this.showTeaserInfoDate~}}
|
|
15
7
|
{{~#with ../this.teaserDate~}}
|
|
16
|
-
<time datetime="{{this.htmlDateTime}}">{{
|
|
17
|
-
{{~/with~}}
|
|
18
|
-
<span class="mx-
|
|
8
|
+
<time datetime="{{this.htmlDateTime}}">{{this.date}}</time>
|
|
9
|
+
{{~/with~}}
|
|
10
|
+
<span class="mx-1 last-of-type:hidden">|</span>
|
|
11
|
+
{{~else~}}
|
|
12
|
+
{{~#if this.showTeaserInfoDateTime~}}
|
|
13
|
+
{{~#with ../this.teaserDate~}}
|
|
14
|
+
<time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at" this.dateSeparatorTime}}</time>
|
|
15
|
+
{{~/with~}}
|
|
16
|
+
<span class="mx-1 last-of-type:hidden">|</span>
|
|
17
|
+
{{~/if~}}
|
|
18
|
+
{{~/if~}}
|
|
19
|
+
{{~#if this.showTeaserInfoSection~}}
|
|
20
|
+
<span class="uppercase">
|
|
21
|
+
{{~../this.documentSection~}}
|
|
22
|
+
</span>
|
|
23
|
+
<span class="mx-1 last-of-type:hidden">|</span>
|
|
19
24
|
{{~/if~}}
|
|
20
|
-
{{~/if~}}
|
|
21
|
-
{{~#if this.showTeaserInfoSection~}}
|
|
22
|
-
<span class="uppercase">
|
|
23
|
-
{{~../this.documentSection~}}
|
|
24
|
-
</span>
|
|
25
|
-
<span class="mx-px last-of-type:hidden">|</span>
|
|
26
25
|
{{~/if~}}
|
|
27
|
-
{{~/
|
|
28
|
-
|
|
26
|
+
{{~/with~}}
|
|
27
|
+
{{!--File download--}}
|
|
29
28
|
{{~#if this.isFileDownload~}}
|
|
30
29
|
{{~#with this.teaserImage~}}
|
|
31
30
|
{{loca "gallery_image_copyright" this.copyrightWithLinks}}
|
|
@@ -33,11 +32,12 @@
|
|
|
33
32
|
{{~/if~}}
|
|
34
33
|
{{!--Profiles--}}
|
|
35
34
|
{{~#if this.profiles~}}
|
|
36
|
-
<span>{{this.profiles}}</span>
|
|
37
|
-
<span class="mx-
|
|
35
|
+
<span>{{this.profiles}}</span>
|
|
36
|
+
<span class="mx-1 last-of-type:hidden">|</span>
|
|
38
37
|
{{~/if~}}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</p>
|
|
38
|
+
{{!--Comments--}}
|
|
39
|
+
{{~#with this.commentsSsi~}}
|
|
40
|
+
{{> components/base/loadSSI _templatePath='components/teaser/components/teaser_comments' }}
|
|
41
|
+
{{~/with~}}
|
|
42
|
+
</p>
|
|
43
|
+
{{/if}}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
<div class="relative">
|
|
2
|
-
{{#unless this.hideGeotag}}
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
<div class="relative{{~#if _isMobile1to1}} ar-1-1 md:ar-16-9{{else}} ar-16-9{{/if~}}">
|
|
2
|
+
{{#unless this.hideGeotag}}
|
|
3
|
+
{{#unless _isMobile1to1}}
|
|
4
|
+
{{~#with this.geotag}}
|
|
5
|
+
{{> components/geoTag/geoTag _text=this.[0].title _teaserSize=../_teaserSize }}
|
|
6
|
+
{{/with~}}
|
|
7
|
+
{{/unless}}
|
|
7
8
|
{{/unless}}
|
|
8
|
-
{{/
|
|
9
|
-
{{
|
|
10
|
-
{{
|
|
11
|
-
{{
|
|
12
|
-
{{#if this.
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
{{/
|
|
9
|
+
{{#decorator 'components/base/link' _isAriaHidden=true}}
|
|
10
|
+
{{~> components/base/image/responsive_image this.teaserImage _type=this.teaserType _variant=this.imageVariant _noDelay=../this.dontLazyload _addClassImg="" ~}}
|
|
11
|
+
{{/decorator}}
|
|
12
|
+
{{#if this.isProgram}}
|
|
13
|
+
{{#if this.showMediatheksLink}}
|
|
14
|
+
{{#decorator 'components/base/link' _isAriaHidden=true}}
|
|
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-toplineColor'
|
|
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}}
|
|
27
28
|
{{/if}}
|
|
28
|
-
|
|
29
|
-
</div>
|
|
29
|
+
</div>
|
|
30
30
|
{{#if this.isEvent}}
|
|
31
31
|
{{#unless this.displayTeaserBodyAsImageOverlay}}
|
|
32
32
|
{{#decorator 'components/teaser/components/teaser_image_overlay' _cssClasses="top-0 h-full"}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_alternative","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative-ds","teaserSize":"100","isMobile1to1":"true","teaserDate":{"htmlDateTime":"2022-04-17T19:30+0200","htmlDate":"20.02.1983","date":"17.04.22","dateSeparatorTime":"17.04.22, 19:30"},"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":true,"showTeaserInfoAll":true,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":true},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/rueckkehr-nach-abschiebung-102_v-16to9__medium.jpg","sources":[{"media":"all and (max-width: 47.938em)","sizes":"40vw","srcset":"images/rueckkehr-nach-abschiebung-102_v-1to1__small.jpg 380w, images/rueckkehr-nach-abschiebung-102_v-1to1__medium.jpg 480w, images/rueckkehr-nach-abschiebung-102_v-1to1.jpg 720w, images/rueckkehr-nach-abschiebung-102_v-1to1__large.jpg 960w"},{"media":"all and (min-width: 48em) ","sizes":"33vw","srcset":"images/rueckkehr-nach-abschiebung-102_v-16to9__small.jpg 320w, images/rueckkehr-nach-abschiebung-102_v-16to9__medium.jpg 480w, images/rueckkehr-nach-abschiebung-102_v-16to9__medium__extended.jpg 640w, images/rueckkehr-nach-abschiebung-102_v-16to9.jpg 960w"}]}},"displayTeaserBodyAsImageOverlay":false,"hasMediaButtons":false,"dontLazyload":true,"isStandardTeaser":true,"isHeroTeaser":true,"isMediaTeaser":false,"isGuide":false,"isProgram":false,"isEvent":false,"isTicker":false,"isAudio":false,"isVideo":false,"isPodcast":false,"isPodcastEpisode":false,"isExtOrBrandLink":false,"isAuthor":false,"copyright":"Copyright Text","audioAuthor":"Audio Author","hasStatus":false,"hasTeaserItem":true,"moreThenOneEvent":false,"moreThenTwoEvents":false,"firstInstant":{"startDate":{"monthNameShort":"APR","weekdayNameShort":"Do","day":"9"}},"lastInstant":{"startDate":{"monthNameShort":"APR","weekdayNameShort":"Fr","day":"10"}},"allowAVConsumption":false,"displayEpgInfos":false,"aspectRatio":"ar--teaserTop","hideGeotag":false,"hideEditableByline":true,"doTracking":true,"trackingForArdMediatheksLink":false,"showMediatheksLink":false,"showAirdate":false,"showProfileInfoAsByline":false,"obsolet_brandOfTeaser":"hessenschau","documentSection":"Gesellschaft","headlineTag":"h1","icon":"ortsmarke","imageVariant":"topteaser","shorttext":"Vor einem Jahr wurde die syrische Familie Kheder aus Wolfhagen abgeschoben. Die Gemeinde setzte alle Hebel in Bewegung, um Mutter, Tochter und Sohn zurückzuholen. Im Fall der Kinder hat das nun zu einem Happy End geführt. Doch ihre Mutter fehlt.","sophoraId":"rueckkehr-nach-abschiebung-wolfhagen--100","profiles":"Von Alf Haubitz und Alice Merton","teaserLead":{"avDocument":"","image":""},"geotag":[{"title":"Wolfhagen"}],"link":{"url":"/teaser1","webviewUrl":"/teaser1#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Artikel","readMore":"mehr","readMoreLong":"read More Long"}}}}}
|
|
1
|
+
{"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_alternative","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative-ds","teaserSize":"100","isMobile1to1":"true","teaserDate":{"htmlDateTime":"2022-04-17T19:30+0200","htmlDate":"20.02.1983","date":"17.04.22","dateSeparatorTime":"17.04.22, 19:30"},"hasByline":true,"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":true,"showTeaserInfoAll":true,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":true},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/rueckkehr-nach-abschiebung-102_v-16to9__medium.jpg","sources":[{"media":"all and (max-width: 47.938em)","sizes":"40vw","srcset":"images/rueckkehr-nach-abschiebung-102_v-1to1__small.jpg 380w, images/rueckkehr-nach-abschiebung-102_v-1to1__medium.jpg 480w, images/rueckkehr-nach-abschiebung-102_v-1to1.jpg 720w, images/rueckkehr-nach-abschiebung-102_v-1to1__large.jpg 960w"},{"media":"all and (min-width: 48em) ","sizes":"33vw","srcset":"images/rueckkehr-nach-abschiebung-102_v-16to9__small.jpg 320w, images/rueckkehr-nach-abschiebung-102_v-16to9__medium.jpg 480w, images/rueckkehr-nach-abschiebung-102_v-16to9__medium__extended.jpg 640w, images/rueckkehr-nach-abschiebung-102_v-16to9.jpg 960w"}]}},"displayTeaserBodyAsImageOverlay":false,"hasMediaButtons":false,"dontLazyload":true,"isStandardTeaser":true,"isHeroTeaser":true,"isMediaTeaser":false,"isGuide":false,"isProgram":false,"isEvent":false,"isTicker":false,"isAudio":false,"isVideo":false,"isPodcast":false,"isPodcastEpisode":false,"isExtOrBrandLink":false,"isAuthor":false,"copyright":"Copyright Text","audioAuthor":"Audio Author","hasStatus":false,"hasTeaserItem":true,"moreThenOneEvent":false,"moreThenTwoEvents":false,"firstInstant":{"startDate":{"monthNameShort":"APR","weekdayNameShort":"Do","day":"9"}},"lastInstant":{"startDate":{"monthNameShort":"APR","weekdayNameShort":"Fr","day":"10"}},"allowAVConsumption":false,"displayEpgInfos":false,"aspectRatio":"ar--teaserTop","hideGeotag":false,"hideEditableByline":true,"doTracking":true,"trackingForArdMediatheksLink":false,"showMediatheksLink":false,"showAirdate":false,"showProfileInfoAsByline":false,"obsolet_brandOfTeaser":"hessenschau","documentSection":"Gesellschaft","headlineTag":"h1","icon":"ortsmarke","imageVariant":"topteaser","shorttext":"Vor einem Jahr wurde die syrische Familie Kheder aus Wolfhagen abgeschoben. Die Gemeinde setzte alle Hebel in Bewegung, um Mutter, Tochter und Sohn zurückzuholen. Im Fall der Kinder hat das nun zu einem Happy End geführt. Doch ihre Mutter fehlt.","sophoraId":"rueckkehr-nach-abschiebung-wolfhagen--100","profiles":"Von Alf Haubitz und Alice Merton","teaserLead":{"avDocument":"","image":""},"geotag":[{"title":"Wolfhagen"}],"link":{"url":"/teaser1","webviewUrl":"/teaser1#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Artikel","readMore":"mehr","readMoreLong":"read More Long"}}}}}
|
package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_audio.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_alternative","includeModel":{"byline":"Byline","title":"Der Hasebe-Kane-Nahkampf geht in die zweite Runde","topline":"Eintracht trifft auf Tottenham","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative-ds","teaserSize":"100","isMobile1to1":"true","teaserDate":{"htmlDateTime":"2022-10-11T19:46+0200","htmlDate":"11.10.2022","date":"11.10.22","dateSeparatorTime":"11.10.22, 19:46"},"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":true,"showTeaserInfoAll":true,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":true},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/hasebe-kane-102_v-16to9__medium.jpg","sources":[{"media":"all and (max-width: 47.938em)","sizes":"40vw","srcset":"images/hasebe-kane-102_v-1to1__small.jpg 380w, images/hasebe-kane-102_v-1to1__medium.jpg 480w, images/hasebe-kane-102_v-1to1.jpg 720w, images/hasebe-kane-102_v-1to1__large.jpg 960w"},{"media":"all and (min-width: 48em) ","sizes":"33vw","srcset":"images/hasebe-kane-102_v-16to9__small.jpg 320w, images/hasebe-kane-102_v-16to9__medium.jpg 480w, images/hasebe-kane-102_v-16to9__medium__extended.jpg 640w, images/hasebe-kane-102_v-16to9.jpg 960w"}]}},"displayTeaserBodyAsImageOverlay":false,"hasMediaButtons":false,"dontLazyload":true,"isStandardTeaser":true,"isHeroTeaser":false,"isMediaTeaser":true,"isGuide":false,"isProgram":false,"isEvent":false,"isTicker":false,"isAudio":true,"isVideo":false,"isPodcast":false,"isPodcastEpisode":false,"isExtOrBrandLink":false,"isAuthor":false,"copyright":"Copyright Text","audioAuthor":"Audio Author","hasStatus":false,"hasTeaserItem":true,"allowAVConsumption":true,"aspectRatio":"ar--teaserTop","hideGeotag":false,"hideEditableByline":true,"doTracking":true,"trackingForArdMediatheksLink":false,"showMediatheksLink":false,"showAirdate":false,"showProfileInfoAsByline":false,"obsolet_brandOfTeaser":"hessenschau","documentSection":"Sport","headlineTag":"h1","icon":"ortsmarke","imageVariant":"topteaser","shorttext":"Beim Hinspiel brachte Altmeister Makoto Hasebe Sturm-Star Harry Kane bis an den Rande der Verzweiflung. Der bittet im Rückspiel nun zur Revanche. Vorher gibt es aber lobende Worte.","sophoraId":"hasebe-kane-100","profiles":"Von Nicolas Herold aus London","teaserLead":{"avDocument":{"isAudio":true,"toModel":{"audioElement":{"isPodcast":false,"ardPlayerConfig":{"playerConfig":{"generic":{"isAutoplay":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/","isForcedAutoplay":true,"isForcedVideoView":true},"pluginData":{"trackingAti@all":{"isEnabled":false},"trackingAgf@all":{"isEnabled":false}}},"mediaCollection":{"streams":[{"kind":"main","isAudioOnly":true,"media":[{"url":"https://hr-a.akamaihd.net/audio/sport/2022_03/220317235611_Hinteregger.mp3","mimeType":"audio/mp3","audios":[{"kind":"standard","languageCode":"de"}]}]}],"meta":{"durationSeconds":20,"images":[{"kind":"preview","url":"https://picsum.photos/id/101/{size}"}],"title":"Das Eintracht-Tor in der Reportage: \"Hinteregger schädelt den rein\"","synopsis":"Eintracht Frankfurt steht im Viertelfinale der Europa League. Hier gibt es die emotionale Audio-Reportage des Hinteregger-Treffers."},"pluginData":{},"geoBlocked":false},"playerId":"2563","type":"audioOndemand","cssUrl":"./vendor/ardplayer/ardplayer-hr-6.3.4.4fc164e9.css","jsUrl":"./vendor/ardplayer/ardplayer-hr-6.3.4.8ea4ea3d.js","isAutoplay":true,"teaserSize":"100"},"ardPlayerJsonConfig":{"playerConfig":{"generic":{"isAutoplay":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/","isForcedAutoplay":true,"isForcedVideoView":true},"pluginData":{"trackingAti@all":{"isEnabled":false},"trackingAgf@all":{"isEnabled":false}}},"mediaCollection":{"streams":[{"kind":"main","isAudioOnly":true,"media":[{"url":"https://hr-a.akamaihd.net/audio/sport/2022_03/220317235611_Hinteregger.mp3","mimeType":"audio/mp3","audios":[{"kind":"standard","languageCode":"de"}]}]}],"meta":{"durationSeconds":20,"images":[{"kind":"preview","url":"https://picsum.photos/id/101/{size}"}],"title":"Das Eintracht-Tor in der Reportage: \"Hinteregger schädelt den rein\"","synopsis":"Eintracht Frankfurt steht im Viertelfinale der Europa League. Hier gibt es die emotionale Audio-Reportage des Hinteregger-Treffers."},"pluginData":{},"geoBlocked":false},"playerId":"2563","type":"audioOndemand","cssUrl":"./vendor/ardplayer/ardplayer-hr-6.3.4.4fc164e9.css","jsUrl":"./vendor/ardplayer/ardplayer-hr-6.3.4.8ea4ea3d.js","isAutoplay":true,"teaserSize":"100"}}}},"image":""},"geotag":[{"title":"Frankfurt"}],"link":{"url":"/teaser1","webviewUrl":"/teaser1#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Artikel","readMore":"mehr","readMoreLong":"read More Long"}}}}}
|
|
1
|
+
{"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_alternative","includeModel":{"byline":"Byline","title":"Der Hasebe-Kane-Nahkampf geht in die zweite Runde","topline":"Eintracht trifft auf Tottenham","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative-ds","teaserSize":"100","isMobile1to1":"true","teaserDate":{"htmlDateTime":"2022-10-11T19:46+0200","htmlDate":"11.10.2022","date":"11.10.22","dateSeparatorTime":"11.10.22, 19:46"},"hasByline":true,"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":true,"showTeaserInfoAll":true,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":true},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/hasebe-kane-102_v-16to9__medium.jpg","sources":[{"media":"all and (max-width: 47.938em)","sizes":"40vw","srcset":"images/hasebe-kane-102_v-1to1__small.jpg 380w, images/hasebe-kane-102_v-1to1__medium.jpg 480w, images/hasebe-kane-102_v-1to1.jpg 720w, images/hasebe-kane-102_v-1to1__large.jpg 960w"},{"media":"all and (min-width: 48em) ","sizes":"33vw","srcset":"images/hasebe-kane-102_v-16to9__small.jpg 320w, images/hasebe-kane-102_v-16to9__medium.jpg 480w, images/hasebe-kane-102_v-16to9__medium__extended.jpg 640w, images/hasebe-kane-102_v-16to9.jpg 960w"}]}},"displayTeaserBodyAsImageOverlay":false,"hasMediaButtons":false,"dontLazyload":true,"isStandardTeaser":true,"isHeroTeaser":false,"isMediaTeaser":true,"isGuide":false,"isProgram":false,"isEvent":false,"isTicker":false,"isAudio":true,"isVideo":false,"isPodcast":false,"isPodcastEpisode":false,"isExtOrBrandLink":false,"isAuthor":false,"copyright":"Copyright Text","audioAuthor":"Audio Author","hasStatus":false,"hasTeaserItem":true,"allowAVConsumption":true,"aspectRatio":"ar--teaserTop","hideGeotag":false,"hideEditableByline":true,"doTracking":true,"trackingForArdMediatheksLink":false,"showMediatheksLink":false,"showAirdate":false,"showProfileInfoAsByline":false,"obsolet_brandOfTeaser":"hessenschau","documentSection":"Sport","headlineTag":"h1","icon":"ortsmarke","imageVariant":"topteaser","shorttext":"Beim Hinspiel brachte Altmeister Makoto Hasebe Sturm-Star Harry Kane bis an den Rande der Verzweiflung. Der bittet im Rückspiel nun zur Revanche. Vorher gibt es aber lobende Worte.","sophoraId":"hasebe-kane-100","profiles":"Von Nicolas Herold aus London","teaserLead":{"avDocument":{"isAudio":true,"toModel":{"audioElement":{"isPodcast":false,"ardPlayerConfig":{"playerConfig":{"generic":{"isAutoplay":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/","isForcedAutoplay":true,"isForcedVideoView":true},"pluginData":{"trackingAti@all":{"isEnabled":false},"trackingAgf@all":{"isEnabled":false}}},"mediaCollection":{"streams":[{"kind":"main","isAudioOnly":true,"media":[{"url":"https://hr-a.akamaihd.net/audio/sport/2022_03/220317235611_Hinteregger.mp3","mimeType":"audio/mp3","audios":[{"kind":"standard","languageCode":"de"}]}]}],"meta":{"durationSeconds":20,"images":[{"kind":"preview","url":"https://picsum.photos/id/101/{size}"}],"title":"Das Eintracht-Tor in der Reportage: \"Hinteregger schädelt den rein\"","synopsis":"Eintracht Frankfurt steht im Viertelfinale der Europa League. Hier gibt es die emotionale Audio-Reportage des Hinteregger-Treffers."},"pluginData":{},"geoBlocked":false},"playerId":"2563","type":"audioOndemand","cssUrl":"./vendor/ardplayer/ardplayer-hr-6.3.4.4fc164e9.css","jsUrl":"./vendor/ardplayer/ardplayer-hr-6.3.4.8ea4ea3d.js","isAutoplay":true,"teaserSize":"100"},"ardPlayerJsonConfig":{"playerConfig":{"generic":{"isAutoplay":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/","isForcedAutoplay":true,"isForcedVideoView":true},"pluginData":{"trackingAti@all":{"isEnabled":false},"trackingAgf@all":{"isEnabled":false}}},"mediaCollection":{"streams":[{"kind":"main","isAudioOnly":true,"media":[{"url":"https://hr-a.akamaihd.net/audio/sport/2022_03/220317235611_Hinteregger.mp3","mimeType":"audio/mp3","audios":[{"kind":"standard","languageCode":"de"}]}]}],"meta":{"durationSeconds":20,"images":[{"kind":"preview","url":"https://picsum.photos/id/101/{size}"}],"title":"Das Eintracht-Tor in der Reportage: \"Hinteregger schädelt den rein\"","synopsis":"Eintracht Frankfurt steht im Viertelfinale der Europa League. Hier gibt es die emotionale Audio-Reportage des Hinteregger-Treffers."},"pluginData":{},"geoBlocked":false},"playerId":"2563","type":"audioOndemand","cssUrl":"./vendor/ardplayer/ardplayer-hr-6.3.4.4fc164e9.css","jsUrl":"./vendor/ardplayer/ardplayer-hr-6.3.4.8ea4ea3d.js","isAutoplay":true,"teaserSize":"100"}}}},"image":""},"geotag":[{"title":"Frankfurt"}],"link":{"url":"/teaser1","webviewUrl":"/teaser1#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Artikel","readMore":"mehr","readMoreLong":"read More Long"}}}}}
|