hr-design-system-handlebars 0.93.0 → 0.94.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 +25 -0
- package/dist/assets/index.css +9 -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/dist/views/components/teaser/group_teaser/group_teaser.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/src/stories/views/components/teaser/group_teaser/group_teaser.hbs +1 -1
- package/tailwind.config.js +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v0.94.0 (Wed Nov 30 2022)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Delete not needed param and add mt-12 to safeList to be sure the css-… [#407](https://github.com/mumprod/hr-design-system-handlebars/pull/407) ([@mariokinzel](https://github.com/mariokinzel))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@mariokinzel](https://github.com/mariokinzel)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v0.93.1 (Wed Nov 30 2022)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- 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))
|
|
18
|
+
|
|
19
|
+
#### Authors: 2
|
|
20
|
+
|
|
21
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
22
|
+
- selbaciri (saad.elbaciri@hr.de)
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v0.93.0 (Wed Nov 30 2022)
|
|
2
27
|
|
|
3
28
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -797,6 +797,9 @@ video {
|
|
|
797
797
|
margin-left: 0.25rem;
|
|
798
798
|
margin-right: 0.25rem;
|
|
799
799
|
}
|
|
800
|
+
.mt-12 {
|
|
801
|
+
margin-top: 3rem;
|
|
802
|
+
}
|
|
800
803
|
.mt-6 {
|
|
801
804
|
margin-top: 1.5rem;
|
|
802
805
|
}
|
|
@@ -1788,15 +1791,15 @@ video {
|
|
|
1788
1791
|
.pr-4 {
|
|
1789
1792
|
padding-right: 1rem;
|
|
1790
1793
|
}
|
|
1794
|
+
.pl-8 {
|
|
1795
|
+
padding-left: 2rem;
|
|
1796
|
+
}
|
|
1791
1797
|
.pb-5 {
|
|
1792
1798
|
padding-bottom: 1.25rem;
|
|
1793
1799
|
}
|
|
1794
1800
|
.pb-4 {
|
|
1795
1801
|
padding-bottom: 1rem;
|
|
1796
1802
|
}
|
|
1797
|
-
.pl-8 {
|
|
1798
|
-
padding-left: 2rem;
|
|
1799
|
-
}
|
|
1800
1803
|
.pt-1\.5 {
|
|
1801
1804
|
padding-top: 0.375rem;
|
|
1802
1805
|
}
|
|
@@ -2253,7 +2256,7 @@ video {
|
|
|
2253
2256
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2254
2257
|
}
|
|
2255
2258
|
.counter-reset {
|
|
2256
|
-
counter-reset:
|
|
2259
|
+
counter-reset: cnt1669823977544;
|
|
2257
2260
|
}
|
|
2258
2261
|
.line-clamp-4 {
|
|
2259
2262
|
overflow: hidden;
|
|
@@ -2639,7 +2642,7 @@ video {
|
|
|
2639
2642
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2640
2643
|
}
|
|
2641
2644
|
.-ordered {
|
|
2642
|
-
counter-increment:
|
|
2645
|
+
counter-increment: cnt1669823977544 1;
|
|
2643
2646
|
}
|
|
2644
2647
|
.-ordered::before {
|
|
2645
2648
|
position: absolute;
|
|
@@ -2655,7 +2658,7 @@ video {
|
|
|
2655
2658
|
letter-spacing: .0125em;
|
|
2656
2659
|
--tw-text-opacity: 1;
|
|
2657
2660
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2658
|
-
content: counter(
|
|
2661
|
+
content: counter(cnt1669823977544);
|
|
2659
2662
|
}
|
|
2660
2663
|
.\[-T\:\+Z\] {
|
|
2661
2664
|
--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>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{#>components/grid/grid_group
|
|
1
|
+
{{#>components/grid/grid_group _backgroundColor=this.backgroundColor }}
|
|
2
2
|
{{~#if this.hasGroupTitle}}
|
|
3
3
|
<h2 class="text-2xl md:text-4xl col-span-full py-0 font-headingSerif {{#if this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
|
|
4
4
|
{{~#if this.hasLink}}<a class="no-underline hover:underline decoration-1 md:decoration-2 text-blue-science" href="{{this.link.url}}">{{/if~}}
|
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.94.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,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>
|