hr-design-system-handlebars 0.93.0 → 0.93.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.
- package/CHANGELOG.md +13 -0
- package/dist/assets/index.css +6 -6
- package/dist/views/components/teaser/cluster/teaser_cluster_byline.hbs +7 -1
- package/dist/views/components/teaser/cluster/teaser_cluster_item.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/fixtures/teaser/cluster_teaser_100.json +0 -4
- package/src/assets/fixtures/teaser/cluster_teaser_100_genre.json +0 -4
- package/src/assets/fixtures/teaser/cluster_teaser_100_image.json +0 -4
- package/src/assets/fixtures/teaser/cluster_teaser_33.json +0 -4
- package/src/assets/fixtures/teaser/cluster_teaser_33_genre.json +0 -4
- package/src/assets/fixtures/teaser/cluster_teaser_33_image.json +0 -4
- package/src/assets/fixtures/teaser/cluster_teaser_50.json +0 -4
- package/src/assets/fixtures/teaser/cluster_teaser_50_genre.json +0 -4
- package/src/assets/fixtures/teaser/cluster_teaser_50_image.json +0 -4
- package/src/assets/fixtures/teaser/cluster_teaser_Podcast_Channel.json +63 -0
- package/src/assets/fixtures/teaser/cluster_teaser_ordered_100.json +0 -4
- package/src/assets/fixtures/teaser/cluster_teaser_ordered_33.json +0 -4
- package/src/assets/fixtures/teaser/cluster_teaser_ordered_50.json +0 -4
- package/src/assets/fixtures/teaser/headline_list_item.inc.json +149 -12
- package/src/assets/fixtures/teaser/teaser_cluster.inc.json +0 -1
- package/src/stories/views/components/teaser/cluster/teaser_cluster.stories.mdx +4 -0
- package/src/stories/views/components/teaser/cluster/teaser_cluster_byline.hbs +7 -1
- package/src/stories/views/components/teaser/cluster/teaser_cluster_item.hbs +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_100_genre copy.json +1 -0
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_100_genre.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_100_image.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_33.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_33_genre.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_33_image.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_50_genre.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_50_image.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_Podcast_Channel.json +1 -0
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_33.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_33.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_50.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v0.93.1 (Wed Nov 30 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- DPE-1875: adding PodcastChannelClusterTeaser Story [#405](https://github.com/mumprod/hr-design-system-handlebars/pull/405) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
10
|
+
- selbaciri (saad.elbaciri@hr.de)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v0.93.0 (Wed Nov 30 2022)
|
|
2
15
|
|
|
3
16
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -1788,15 +1788,15 @@ video {
|
|
|
1788
1788
|
.pr-4 {
|
|
1789
1789
|
padding-right: 1rem;
|
|
1790
1790
|
}
|
|
1791
|
+
.pl-8 {
|
|
1792
|
+
padding-left: 2rem;
|
|
1793
|
+
}
|
|
1791
1794
|
.pb-5 {
|
|
1792
1795
|
padding-bottom: 1.25rem;
|
|
1793
1796
|
}
|
|
1794
1797
|
.pb-4 {
|
|
1795
1798
|
padding-bottom: 1rem;
|
|
1796
1799
|
}
|
|
1797
|
-
.pl-8 {
|
|
1798
|
-
padding-left: 2rem;
|
|
1799
|
-
}
|
|
1800
1800
|
.pt-1\.5 {
|
|
1801
1801
|
padding-top: 0.375rem;
|
|
1802
1802
|
}
|
|
@@ -2253,7 +2253,7 @@ video {
|
|
|
2253
2253
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2254
2254
|
}
|
|
2255
2255
|
.counter-reset {
|
|
2256
|
-
counter-reset:
|
|
2256
|
+
counter-reset: cnt1669814302552;
|
|
2257
2257
|
}
|
|
2258
2258
|
.line-clamp-4 {
|
|
2259
2259
|
overflow: hidden;
|
|
@@ -2639,7 +2639,7 @@ video {
|
|
|
2639
2639
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2640
2640
|
}
|
|
2641
2641
|
.-ordered {
|
|
2642
|
-
counter-increment:
|
|
2642
|
+
counter-increment: cnt1669814302552 1;
|
|
2643
2643
|
}
|
|
2644
2644
|
.-ordered::before {
|
|
2645
2645
|
position: absolute;
|
|
@@ -2655,7 +2655,7 @@ video {
|
|
|
2655
2655
|
letter-spacing: .0125em;
|
|
2656
2656
|
--tw-text-opacity: 1;
|
|
2657
2657
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2658
|
-
content: counter(
|
|
2658
|
+
content: counter(cnt1669814302552);
|
|
2659
2659
|
}
|
|
2660
2660
|
.\[-T\:\+Z\] {
|
|
2661
2661
|
--t: +Z;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
{{#with this.teaserInfo}}
|
|
3
|
-
<p class="mt-2.5 text-xs text-grey-scorpion font-headingSerif">
|
|
3
|
+
<p class="mt-2.5 text-xs text-grey-scorpion font-headingSerif {{#if ../_ordered}} pl-8 {{/if}}">
|
|
4
4
|
{{!--Teaser-Info--}}
|
|
5
5
|
{{#if this.showTeaserInfo~}}
|
|
6
6
|
{{~#if this.showTeaserInfoSection}}
|
|
@@ -9,6 +9,12 @@
|
|
|
9
9
|
</span>
|
|
10
10
|
<span class="mx-px last-of-type:hidden">|</span>
|
|
11
11
|
{{/if}}
|
|
12
|
+
{{~#if this.showTeaserInfoChannel}}
|
|
13
|
+
<span class="uppercase">
|
|
14
|
+
{{../this.podcastChannel.title}}
|
|
15
|
+
</span>
|
|
16
|
+
<span class="mx-px last-of-type:hidden">|</span>
|
|
17
|
+
{{/if}}
|
|
12
18
|
{{~#if this.showTeaserInfoDate}}
|
|
13
19
|
{{~#with ../this.teaserDate}}
|
|
14
20
|
<time datetime="{{this.htmlDateTime}}">{{this.date}}</time>
|
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.93.
|
|
9
|
+
"version": "0.93.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,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teaser_cluster.inc.json",
|
|
3
|
+
"@->overrides": [
|
|
4
|
+
{
|
|
5
|
+
"@->contentpath": "teaserSize",
|
|
6
|
+
"@->value": "100"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"@->contentpath": "title",
|
|
10
|
+
"@->value": "DER TAG IN HESSEN"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"@->contentpath": "teaserLogo",
|
|
14
|
+
"@->value": "hessenschau_de"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"@->contentpath": "showGenreImage",
|
|
18
|
+
"@->value": "true"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"@->contentpath": "showFirstImageOrGenreImage",
|
|
22
|
+
"@->value": "true"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"@->contentpath": "overviewLink.link",
|
|
26
|
+
"@->value": ""
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"@->contentpath": "genreImage",
|
|
30
|
+
"@->value": {
|
|
31
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
32
|
+
"@->contentpath": "teaser_cluster_genre_100",
|
|
33
|
+
"@->replaceToken": [
|
|
34
|
+
{
|
|
35
|
+
"@->token": "image",
|
|
36
|
+
"@->value": "sonniger-herbst-100"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"@->contentpath": "clusterTeaserItems",
|
|
43
|
+
"@->value": [
|
|
44
|
+
{
|
|
45
|
+
"@->jsoninclude": "teaser/headline_list_item.inc.json",
|
|
46
|
+
"@->contentpath": "item7"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"@->jsoninclude": "teaser/headline_list_item.inc.json",
|
|
50
|
+
"@->contentpath": "item7"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"@->jsoninclude": "teaser/headline_list_item.inc.json",
|
|
54
|
+
"@->contentpath": "item7"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"@->jsoninclude": "teaser/headline_list_item.inc.json",
|
|
58
|
+
"@->contentpath": "item7"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
}
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"teaserInfo": {
|
|
19
19
|
"showTeaserInfo": true,
|
|
20
20
|
"showTeaserInfoSection": true,
|
|
21
|
-
"showTeaserInfoChannel":
|
|
21
|
+
"showTeaserInfoChannel": false,
|
|
22
22
|
"showTeaserInfoAll": true,
|
|
23
23
|
"showTeaserInfoDate": false,
|
|
24
24
|
"showTeaserInfoDateTime": true,
|
|
25
|
-
"showTeaserInfoProgramRef":
|
|
25
|
+
"showTeaserInfoProgramRef": false
|
|
26
26
|
},
|
|
27
27
|
"teaserDate": {
|
|
28
28
|
"htmlDateTime": "2022-04-17T19:30+0200",
|
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
"teaserInfo": {
|
|
87
87
|
"showTeaserInfo": true,
|
|
88
88
|
"showTeaserInfoSection": true,
|
|
89
|
-
"showTeaserInfoChannel":
|
|
89
|
+
"showTeaserInfoChannel": false,
|
|
90
90
|
"showTeaserInfoAll": true,
|
|
91
91
|
"showTeaserInfoDate": false,
|
|
92
92
|
"showTeaserInfoDateTime": true,
|
|
93
|
-
"showTeaserInfoProgramRef":
|
|
93
|
+
"showTeaserInfoProgramRef": false
|
|
94
94
|
},
|
|
95
95
|
"teaserDate": {
|
|
96
96
|
"htmlDateTime": "2022-04-17T19:30+0200",
|
|
@@ -145,11 +145,11 @@
|
|
|
145
145
|
"teaserInfo": {
|
|
146
146
|
"showTeaserInfo": true,
|
|
147
147
|
"showTeaserInfoSection": true,
|
|
148
|
-
"showTeaserInfoChannel":
|
|
148
|
+
"showTeaserInfoChannel": false,
|
|
149
149
|
"showTeaserInfoAll": true,
|
|
150
150
|
"showTeaserInfoDate": false,
|
|
151
151
|
"showTeaserInfoDateTime": true,
|
|
152
|
-
"showTeaserInfoProgramRef":
|
|
152
|
+
"showTeaserInfoProgramRef": false
|
|
153
153
|
},
|
|
154
154
|
"teaserDate": {
|
|
155
155
|
"htmlDateTime": "2022-04-17T19:30+0200",
|
|
@@ -204,11 +204,11 @@
|
|
|
204
204
|
"teaserInfo": {
|
|
205
205
|
"showTeaserInfo": true,
|
|
206
206
|
"showTeaserInfoSection": true,
|
|
207
|
-
"showTeaserInfoChannel":
|
|
207
|
+
"showTeaserInfoChannel": false,
|
|
208
208
|
"showTeaserInfoAll": true,
|
|
209
209
|
"showTeaserInfoDate": false,
|
|
210
210
|
"showTeaserInfoDateTime": true,
|
|
211
|
-
"showTeaserInfoProgramRef":
|
|
211
|
+
"showTeaserInfoProgramRef": false
|
|
212
212
|
},
|
|
213
213
|
"teaserDate": {
|
|
214
214
|
"htmlDateTime": "2022-04-17T19:30+0200",
|
|
@@ -271,11 +271,11 @@
|
|
|
271
271
|
"teaserInfo": {
|
|
272
272
|
"showTeaserInfo": true,
|
|
273
273
|
"showTeaserInfoSection": true,
|
|
274
|
-
"showTeaserInfoChannel":
|
|
274
|
+
"showTeaserInfoChannel": false,
|
|
275
275
|
"showTeaserInfoAll": true,
|
|
276
276
|
"showTeaserInfoDate": false,
|
|
277
277
|
"showTeaserInfoDateTime": true,
|
|
278
|
-
"showTeaserInfoProgramRef":
|
|
278
|
+
"showTeaserInfoProgramRef": false
|
|
279
279
|
},
|
|
280
280
|
"teaserDate": {
|
|
281
281
|
"htmlDateTime": "2022-04-17T19:30+0200",
|
|
@@ -330,11 +330,11 @@
|
|
|
330
330
|
"teaserInfo": {
|
|
331
331
|
"showTeaserInfo": true,
|
|
332
332
|
"showTeaserInfoSection": true,
|
|
333
|
-
"showTeaserInfoChannel":
|
|
333
|
+
"showTeaserInfoChannel": false,
|
|
334
334
|
"showTeaserInfoAll": true,
|
|
335
335
|
"showTeaserInfoDate": false,
|
|
336
336
|
"showTeaserInfoDateTime": true,
|
|
337
|
-
"showTeaserInfoProgramRef":
|
|
337
|
+
"showTeaserInfoProgramRef": false
|
|
338
338
|
},
|
|
339
339
|
"teaserDate": {
|
|
340
340
|
"htmlDateTime": "2022-04-17T19:30+0200",
|
|
@@ -370,5 +370,142 @@
|
|
|
370
370
|
"date": "17.04.22",
|
|
371
371
|
"dateSeparatorTime": "17.04.22, 19:30"
|
|
372
372
|
}
|
|
373
|
+
},
|
|
374
|
+
"item7": {
|
|
375
|
+
"title": "Untergrund war Strategie: Punk in der DDR",
|
|
376
|
+
"url": "/teaser1",
|
|
377
|
+
"teaseritem": {
|
|
378
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
379
|
+
"@->contentpath": "teaser_podcast",
|
|
380
|
+
"@->replaceToken": [
|
|
381
|
+
{
|
|
382
|
+
"@->token": "image",
|
|
383
|
+
"@->value": "heiner-goebbels-102"
|
|
384
|
+
}
|
|
385
|
+
]
|
|
386
|
+
},
|
|
387
|
+
"podcastDuration": "53:13",
|
|
388
|
+
"teaserInfo": {
|
|
389
|
+
"showTeaserInfo": true,
|
|
390
|
+
"showTeaserInfoSection": false,
|
|
391
|
+
"showTeaserInfoChannel": true,
|
|
392
|
+
"showTeaserInfoAll": true,
|
|
393
|
+
"showTeaserInfoDate": false,
|
|
394
|
+
"showTeaserInfoDateTime": true,
|
|
395
|
+
"showTeaserInfoProgramRef": false
|
|
396
|
+
},
|
|
397
|
+
"podcastChannel": {
|
|
398
|
+
"title": "DER TAG IN HESSEN",
|
|
399
|
+
"url": "#ChannelURL",
|
|
400
|
+
|
|
401
|
+
"podcastHoster": [
|
|
402
|
+
{
|
|
403
|
+
"podcastHosterUrl": "https://podcasts.apple.com/podcast/hr2-doppelkopf/id212822590",
|
|
404
|
+
"podcastHosterName": "ITunes"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"podcastHosterUrl": "https://podcast.hr.de/hr2_doppelkopf/podcast.xml",
|
|
408
|
+
"podcastHosterName": "RSS"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"podcastHosterUrl": "https://podcasts.google.com/feed/aHR0cHM6Ly9wb2RjYXN0LmhyLmRlL2hyMl9kb3BwZWxrb3BmL3BvZGNhc3QueG1s?hl=de",
|
|
412
|
+
"podcastHosterName": "Google Podcasts"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"podcastHosterUrl": "https://www.ardaudiothek.de/episode/hr2-doppelkopf/ich-hoere-bei-jedem-geraeusch-gleich-die-tonhoehe-oder-komponist-und-theatermacher-heiner-goebbels-erneuert-das-musiktheater/hr2-kultur/12056783/",
|
|
416
|
+
"podcastHosterName": "ARD Audiothek"
|
|
417
|
+
}
|
|
418
|
+
]
|
|
419
|
+
},
|
|
420
|
+
"audioUrl": "https://mp3podcasthrdl-a.akamaihd.net/mp3/podcast/hr2_doppelkopf/hr2_doppelkopf_20221031_96251016.mp3",
|
|
421
|
+
"podcastDownloadUrl": "https://mp3podcasthrdl-a.akamaihd.net/mp3/podcast/hr2_doppelkopf/hr2_doppelkopf_20221031_96251016.mp3",
|
|
422
|
+
"teaserImage": {
|
|
423
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
424
|
+
"@->contentpath": "teaser_podcast",
|
|
425
|
+
"@->replaceToken": [
|
|
426
|
+
{
|
|
427
|
+
"@->token": "image",
|
|
428
|
+
"@->value": "heiner-goebbels-102"
|
|
429
|
+
}
|
|
430
|
+
]
|
|
431
|
+
},
|
|
432
|
+
|
|
433
|
+
"teaserSize": "hero",
|
|
434
|
+
"showLabel": false,
|
|
435
|
+
"showProfileInfo": false,
|
|
436
|
+
"teaserDate": {
|
|
437
|
+
"htmlDateTime": "2020-10-02T19:46+0200",
|
|
438
|
+
"htmlDate": "02.10.2020",
|
|
439
|
+
"date": "02.10.20",
|
|
440
|
+
"dateSeparatorTime": "02.10.20, 19:46"
|
|
441
|
+
},
|
|
442
|
+
"documentModificationDate": {
|
|
443
|
+
"htmlDateTime": "2022-04-17T19:30+0200",
|
|
444
|
+
"htmlDate": "20.02.1983",
|
|
445
|
+
"date": "17.04.22",
|
|
446
|
+
"dateSeparatorTime": "17.04.22, 19:30"
|
|
447
|
+
},
|
|
448
|
+
"displayTeaserBodyAsImageOverlay": false,
|
|
449
|
+
"hasMediaButtons": false,
|
|
450
|
+
"dontLazyload": true,
|
|
451
|
+
"isStandardTeaser": true,
|
|
452
|
+
"isHeroTeaser": false,
|
|
453
|
+
"isMediaTeaser": true,
|
|
454
|
+
"isGuide": false,
|
|
455
|
+
"isProgram": false,
|
|
456
|
+
"isEvent": false,
|
|
457
|
+
"isTicker": false,
|
|
458
|
+
"isAudio": false,
|
|
459
|
+
"isVideo": false,
|
|
460
|
+
"isPodcast": true,
|
|
461
|
+
"isPodcastEpisode": true,
|
|
462
|
+
"isExtOrBrandLink": false,
|
|
463
|
+
"isAuthor": false,
|
|
464
|
+
"copyright": "Copyright Text",
|
|
465
|
+
"audioAuthor": "Audio Author",
|
|
466
|
+
"hasStatus": false,
|
|
467
|
+
"hasTeaserItem": true,
|
|
468
|
+
"allowAVConsumption": true,
|
|
469
|
+
"aspectRatio": "ar--teaserTop",
|
|
470
|
+
"hideGeotag": false,
|
|
471
|
+
"hideEditableByline": true,
|
|
472
|
+
"doTracking": true,
|
|
473
|
+
"trackingForArdMediatheksLink": false,
|
|
474
|
+
"showMediatheksLink": false,
|
|
475
|
+
"showAirdate": false,
|
|
476
|
+
"showProfileInfoAsByline": false,
|
|
477
|
+
"obsolet_brandOfTeaser": "hessenschau",
|
|
478
|
+
"documentSection": "Kultur",
|
|
479
|
+
"headlineTag": "h1",
|
|
480
|
+
"icon": "ortsmarke",
|
|
481
|
+
"imageVariant": "topteaser",
|
|
482
|
+
"shorttext": "1977 kam Punk in die Musikwelt. Und in die Radios. Auch in der DDR. Aus der Begeisterung für diese Musik, gemischt mit Wut, Trotz, Mut und Erfindungsreichtum, entstand in den folgenden Jahren eine Subkultur in der Diktatur. Das sozialistische Regime erklärte die Punks zu Staatsfeinden. Geralf Pochop aus Halle an der Saale, Jahrgang 1964, war einer dieser DDR-Punks. Er hat seine Erinnerungen, Erfahrungen und Erlebnisse aufgeschrieben - in seinem Buch \"Untergrund war Strategie - Punk in der DDR zwischen Rebellion und Repression\". Mit uns spricht er über fantasievoll improvisierte Outfits, die drastischen Methoden der Staatssicherheit gegen Punks und seine Sicht auf Mauerfall und Wiedervereinigung.",
|
|
483
|
+
"sophoraId": "podcast-episode-76432",
|
|
484
|
+
"profiles": "",
|
|
485
|
+
"teaserLead": {
|
|
486
|
+
"@->jsoninclude": "teaser/teaser_lead.inc.json",
|
|
487
|
+
"@->contentpath": "podcast"
|
|
488
|
+
},
|
|
489
|
+
"label": {
|
|
490
|
+
"type": "podcast",
|
|
491
|
+
"loca": "label_podcast",
|
|
492
|
+
"byline": {
|
|
493
|
+
"bylineSsi": "07:42 min",
|
|
494
|
+
"bylineText": ""
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
"link": {
|
|
498
|
+
"url": "/teaser1",
|
|
499
|
+
"webviewUrl": "/teaser1#webview",
|
|
500
|
+
"isTargetBlank": false,
|
|
501
|
+
"hasIcon": false,
|
|
502
|
+
"iconName": "iconName",
|
|
503
|
+
"readMoreText": {
|
|
504
|
+
"readMoreScreenreader": "Zur Podcastepisode",
|
|
505
|
+
"readMore": "mehr",
|
|
506
|
+
"readMoreLong": "read More Long"
|
|
507
|
+
}
|
|
508
|
+
}
|
|
373
509
|
}
|
|
374
510
|
}
|
|
511
|
+
|
|
@@ -16,6 +16,7 @@ import clusterTeaserGenre33 from '../fixtures/cluster_teaser_33_genre.json'
|
|
|
16
16
|
import clusterTeaserImage100 from '../fixtures/cluster_teaser_100_image.json'
|
|
17
17
|
import clusterTeaserImage50 from '../fixtures/cluster_teaser_50_image.json'
|
|
18
18
|
import clusterTeaserImage33 from '../fixtures/cluster_teaser_33_image.json'
|
|
19
|
+
import PodcastChannelClusterTeaser from '../fixtures/cluster_teaser_Podcast_Channel.json'
|
|
19
20
|
|
|
20
21
|
<Meta title="Komponenten/Teaser/Cluster"
|
|
21
22
|
parameters={{
|
|
@@ -88,4 +89,7 @@ export const Template = (args, { globals: { customConditionalToolbar } }) => {
|
|
|
88
89
|
<Story name="tagesschau/sportschau 33" args={clusterTeaserExtern33}>
|
|
89
90
|
{Template.bind({})}
|
|
90
91
|
</Story>
|
|
92
|
+
<Story name="PodcastEpisoden ClusterTeaser" args={PodcastChannelClusterTeaser}>
|
|
93
|
+
{Template.bind({})}
|
|
94
|
+
</Story>
|
|
91
95
|
</Preview>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
{{#with this.teaserInfo}}
|
|
3
|
-
<p class="mt-2.5 text-xs text-grey-scorpion font-headingSerif">
|
|
3
|
+
<p class="mt-2.5 text-xs text-grey-scorpion font-headingSerif {{#if ../_ordered}} pl-8 {{/if}}">
|
|
4
4
|
{{!--Teaser-Info--}}
|
|
5
5
|
{{#if this.showTeaserInfo~}}
|
|
6
6
|
{{~#if this.showTeaserInfoSection}}
|
|
@@ -9,6 +9,12 @@
|
|
|
9
9
|
</span>
|
|
10
10
|
<span class="mx-px last-of-type:hidden">|</span>
|
|
11
11
|
{{/if}}
|
|
12
|
+
{{~#if this.showTeaserInfoChannel}}
|
|
13
|
+
<span class="uppercase">
|
|
14
|
+
{{../this.podcastChannel.title}}
|
|
15
|
+
</span>
|
|
16
|
+
<span class="mx-px last-of-type:hidden">|</span>
|
|
17
|
+
{{/if}}
|
|
12
18
|
{{~#if this.showTeaserInfoDate}}
|
|
13
19
|
{{~#with ../this.teaserDate}}
|
|
14
20
|
<time datetime="{{this.htmlDateTime}}">{{this.date}}</time>
|