hr-design-system-handlebars 1.75.1 → 1.75.3

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 (71) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/assets/icons/icons/svgmap/copy-ds.svg +5 -21
  3. package/dist/assets/icons/icons/svgmap.min.svg +1 -1
  4. package/dist/assets/index.css +46 -22
  5. package/dist/assets/js/alpine.js +3 -2
  6. package/dist/views/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
  7. package/dist/views/components/page/components/metadatabox.hbs +1 -1
  8. package/dist/views/components/social_sharing/social_sharing_copytext.hbs +1 -1
  9. package/dist/views/components/social_sharing/social_sharing_horizontal.hbs +72 -0
  10. package/{src/stories/views/components/social_sharing/social_sharing_compact_icons.hbs → dist/views/components/social_sharing/social_sharing_icons.hbs} +46 -43
  11. package/dist/views/components/social_sharing/social_sharing_mobile.hbs +71 -0
  12. package/dist/views/components/teaser/teaser_poster.hbs +8 -6
  13. package/dist/views/components/top_button/top_button.hbs +19 -13
  14. package/dist/views_static/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
  15. package/dist/views_static/components/page/components/metadatabox.hbs +1 -1
  16. package/dist/views_static/components/social_sharing/social_sharing_copytext.hbs +1 -1
  17. package/dist/views_static/components/social_sharing/social_sharing_horizontal.hbs +72 -0
  18. package/dist/{views/components/social_sharing/social_sharing_compact_icons.hbs → views_static/components/social_sharing/social_sharing_icons.hbs} +46 -43
  19. package/dist/views_static/components/social_sharing/social_sharing_mobile.hbs +71 -0
  20. package/dist/views_static/components/teaser/teaser_poster.hbs +8 -6
  21. package/dist/views_static/components/top_button/top_button.hbs +19 -13
  22. package/package.json +1 -1
  23. package/src/assets/fixtures/content/copytext/copytext_posterteaser.json +12 -0
  24. package/src/assets/fixtures/page/metadatabox.json +2 -1
  25. package/src/assets/fixtures/page/metadatabox_comments.json +2 -1
  26. package/src/assets/fixtures/page/metadatabox_more_authors.json +2 -1
  27. package/src/assets/fixtures/page/metadatabox_more_authors_comments.json +2 -1
  28. package/src/assets/fixtures/page/metadatabox_one_author.json +2 -1
  29. package/src/assets/fixtures/page/metadatabox_one_author_comments.json +2 -1
  30. package/src/assets/fixtures/page/metadatabox_one_author_without_picture.json +2 -1
  31. package/src/assets/fixtures/page/story/story.inc.json +2 -1
  32. package/src/assets/fixtures/socialsharing/socialsharing.inc.json +2 -1
  33. package/src/assets/fixtures/teaser/teaser_poster_lg.json +4 -0
  34. package/src/assets/fixtures/teaser/teaser_poster_md.json +4 -0
  35. package/src/assets/fixtures/teaser/teaser_poster_md_label.json +1 -1
  36. package/src/assets/fixtures/teaser/teaser_poster_md_label_byline.json +50 -0
  37. package/src/assets/icons/icons/svgmap/copy-ds.svg +5 -21
  38. package/src/assets/icons/icons/svgmap.min.svg +1 -1
  39. package/src/assets/js/alpine.js +3 -2
  40. package/src/stories/views/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
  41. package/src/stories/views/components/content/copytext/fixtures/copytext_posterteaser.json +1 -1
  42. package/src/stories/views/components/page/components/metadatabox.hbs +1 -1
  43. package/src/stories/views/components/page/fixtures/metadatabox.json +1 -1
  44. package/src/stories/views/components/page/fixtures/metadatabox_comments.json +1 -1
  45. package/src/stories/views/components/page/fixtures/metadatabox_more_authors.json +1 -1
  46. package/src/stories/views/components/page/fixtures/metadatabox_more_authors_comments.json +1 -1
  47. package/src/stories/views/components/page/fixtures/metadatabox_one_author.json +1 -1
  48. package/src/stories/views/components/page/fixtures/metadatabox_one_author_comments.json +1 -1
  49. package/src/stories/views/components/page/fixtures/metadatabox_one_author_without_picture.json +1 -1
  50. package/src/stories/views/components/page/story/fixtures/story.json +1 -1
  51. package/src/stories/views/components/page/story/fixtures/story_with_label.json +1 -1
  52. package/src/stories/views/components/page/story/fixtures/story_with_livestream.json +1 -1
  53. package/src/stories/views/components/page/story/fixtures/story_with_square_image.json +1 -1
  54. package/src/stories/views/components/page/story/fixtures/story_with_video.json +1 -1
  55. package/src/stories/views/components/social_sharing/{social_sharing_compact.mdx → social_sharing.mdx} +1 -1
  56. package/src/stories/views/components/social_sharing/social_sharing.stories.js +45 -0
  57. package/src/stories/views/components/social_sharing/social_sharing_copytext.hbs +1 -1
  58. package/src/stories/views/components/social_sharing/social_sharing_horizontal.hbs +72 -0
  59. package/{dist/views_static/components/social_sharing/social_sharing_compact_icons.hbs → src/stories/views/components/social_sharing/social_sharing_icons.hbs} +46 -43
  60. package/src/stories/views/components/social_sharing/social_sharing_mobile.hbs +71 -0
  61. package/src/stories/views/components/teaser/fixtures/teaser_poster_lg.json +1 -1
  62. package/src/stories/views/components/teaser/fixtures/teaser_poster_md.json +1 -1
  63. package/src/stories/views/components/teaser/fixtures/teaser_poster_md_label.json +1 -1
  64. package/src/stories/views/components/teaser/fixtures/teaser_poster_md_label_byline.json +1 -0
  65. package/src/stories/views/components/teaser/teaser_poster.hbs +8 -6
  66. package/src/stories/views/components/teaser/teaser_poster.stories.js +7 -0
  67. package/src/stories/views/components/top_button/top_button.hbs +19 -13
  68. package/dist/views/components/social_sharing/social_sharing_compact.hbs +0 -87
  69. package/dist/views_static/components/social_sharing/social_sharing_compact.hbs +0 -87
  70. package/src/stories/views/components/social_sharing/social_sharing_compact.hbs +0 -87
  71. package/src/stories/views/components/social_sharing/social_sharing_compact.stories.js +0 -18
@@ -0,0 +1,45 @@
1
+ import story_template_horizontal from './social_sharing_horizontal.hbs'
2
+ import story_template_mobile from './social_sharing_mobile.hbs'
3
+ import socialSharing from '../page/story/fixtures/story.json'
4
+
5
+ console.log(socialSharing)
6
+
7
+ const Template_horizontal = ({ ...args }) => {
8
+ return story_template_horizontal({ ...args })
9
+ }
10
+ const Template_mobile = ({ ...args }) => {
11
+ return story_template_mobile({ ...args })
12
+ }
13
+ export default {
14
+ title: 'Komponenten/Social Sharing',
15
+
16
+ }
17
+
18
+ export const Default = {
19
+ render: Template_horizontal.bind({}),
20
+ name: 'Social Sharing Horizontal',
21
+ args: socialSharing,
22
+ parameters: {
23
+ chromatic: {
24
+ viewports: [360, 1024],
25
+ }
26
+ },
27
+ }
28
+ export const Mobile = {
29
+ render: Template_mobile.bind({}),
30
+ name: 'Social Sharing Mobile',
31
+ args: socialSharing,
32
+ parameters: {
33
+ layout: 'fullscreen',
34
+ chromatic: {
35
+ viewports: [360, 1024],
36
+ }
37
+ },
38
+ decorators: [
39
+ (Story) => {
40
+ return `<div class="min-h-screen flex items-end bg-slate-200">
41
+ ${Story()}
42
+ </div>`
43
+ },
44
+ ],
45
+ }
@@ -6,7 +6,7 @@
6
6
  <div
7
7
  class="relative right-0 p-1 bg-white md:h-auto">
8
8
  <ul class="flex flex-col gap-3">
9
- {{> components/social_sharing/social_sharing_compact_icons }}
9
+ {{> components/social_sharing/social_sharing_icons _socialSharingType="vertical-desktop" }}
10
10
  </ul>
11
11
  </div>
12
12
  </div>
@@ -0,0 +1,72 @@
1
+ {{~#with this.socialSharing ~}}
2
+ <div x-data="stickySharingHandler"
3
+ x-init="$watch('$store.sharingIsVisible', () => {$store.sharingIsOpenHorizontal = false; $store.sharingIsOpenMobile = false})"
4
+ class="flex self-center justify-end ml-3 grow"
5
+ x-intersect:leave="$store.sharingIsVisible=false"
6
+ x-intersect:enter="$store.sharingIsVisible=true"
7
+ x-on:resize.window="$store.sharingIsOpenHorizontal = false"
8
+ x-on:keydown.escape.prevent.stop="close($refs.button)"
9
+ @click.outside="close()"
10
+ >
11
+ <div class="relative right-0 flex gap-3 bg-white md:h-auto" >
12
+ <button
13
+ class="{{#with ../this.trackingData}}js-load {{/with}}order-2 p-2 text-white border border-button bg-button ds-button font-heading hover:bg-button--dark hover:border-button--dark active:bg-button--dark group lg:hidden"
14
+ x-ref="button"
15
+ x-on:click="toggle()"
16
+ :aria-expanded="open"
17
+ :aria-controls="$id('dropdown-button')"
18
+ x-show="$store.sharingIsVisible"
19
+ {{#with ../this.trackingData}}
20
+ data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "socialShareClick::sharingmenuopened"}]}'
21
+ {{/with}}
22
+
23
+ >
24
+ {{> components/base/image/icon _addClass="w-5 h-5 fill-current group-hover:fill-link--dark" _icon="sharing" _iconmap="icons" }}
25
+ </button>
26
+ <div
27
+ x-ref="panel"
28
+ :class="$store.sharingIsOpenHorizontal ? 'flex' : 'hidden '"
29
+ :id="$id('dropdown-button')"
30
+ class="self-center bg-white h-8 absolute right-[50px] md:relative md:right-0 md:h-auto lg:flex"
31
+ >
32
+ <ul class="flex gap-3">
33
+ {{> components/social_sharing/social_sharing_icons _socialSharingType="metadatabox"}}
34
+ </ul>
35
+ </div>
36
+ </div>
37
+ </div>
38
+ <script>
39
+ function stickySharingHandler(){
40
+ return {
41
+ open: false,
42
+ sharingIsVisible: true,
43
+ isDesktop: true,
44
+ toggle() {
45
+ var isMobileApple = /^iP/.test(navigator.platform) || /^Mac/.test(navigator.platform) && navigator.maxTouchPoints > 4;
46
+ var isMobileOther= navigator.userAgent.match(/(Android)|(webOS)|(Blackberry)|(Windows Phone)/i);
47
+ var isMobile= isMobileApple || isMobileOther;
48
+ if (navigator.share && isMobile) {
49
+ navigator.share({
50
+ title: document.title,
51
+ text: 'Schau mal was ich auf hessenschau.de gefunden habe!',
52
+ url: window.location.href,
53
+ })
54
+ .then(() => console.log('Shared successfully'))
55
+ .catch((error) => console.error('Sharing failed:', error));
56
+ } else {
57
+ if (this.$store.sharingIsOpenHorizontal) {
58
+ return this.close()
59
+ }
60
+ this.$refs.button.focus()
61
+ this.$store.sharingIsOpenHorizontal = true
62
+
63
+ }
64
+ },
65
+ close(focusAfter) {
66
+ if (!this.$store.sharingIsOpenHorizontal) return
67
+ this.$store.sharingIsOpenHorizontal = false
68
+ }
69
+ }
70
+ }
71
+ </script>
72
+ {{/with}}
@@ -1,3 +1,44 @@
1
+ {{~#with this.copyToClipboardLink}}
2
+ <li x-data="copyHandler()" x-on:click="copyToClipboard" class="relative">
3
+ <button class="{{#with ../_trackingData}} js-load{{/with}} flex order-2 ds-button font-heading active:scale-95 w-8 h-8"
4
+ title="{{loca "share_copy_linktitle" }}"
5
+ data-url="{{this}}"
6
+ {{#with ../_trackingData}}
7
+ data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "socialShareClick::{{if ../_socialSharingType ../_socialSharingType "default" }}::copybutton"}]}'
8
+ {{/with}}
9
+ >
10
+ <span x-cloak class="flex items-center justify-center w-full h-full" x-show="!copySuccess">{{~> components/base/image/icon _addClass="w-full h-full fill-link hover:scale-105" _icon="copy-ds" _iconmap="icons" ~}}</span>
11
+ <span x-cloak class="flex items-center justify-center w-full h-full" x-show="copySuccess">{{~> components/base/image/icon _addClass="w-6 h-6 text-green-600" _icon="status-done" _iconmap="icons" ~}}</span>
12
+ </button>
13
+ <div x-cloak x-show="copySuccess" class="absolute left-8 flex flex-row items-center justify-start px-4 shadow w-auto h-8 top-0 ml-0.5 text-xs bg-white whitespace-nowrap sm480:text-sm font-headingSerif dark:text-text-dark">
14
+ {{loca "share_copy_message" }}
15
+ </div>
16
+ </li>
17
+ <script>
18
+ function copyHandler(){
19
+ return {
20
+ copySuccess: false,
21
+ copyToClipboard(event) {
22
+ const clickedContainer = event.currentTarget.parentNode
23
+ const url = clickedContainer.querySelector ("button:first-of-type").getAttribute('data-url');
24
+ //TODO: maby do this with a magical helper in alpine
25
+ navigator.clipboard
26
+ .writeText(url)
27
+ .then(() => {
28
+ console.log("successfully copied");
29
+ this.copySuccess = true
30
+ window.setTimeout(() => {
31
+ this.copySuccess = false
32
+ }, 2000)
33
+ })
34
+ .catch(() => {
35
+ console.log("something went wrong with copy");
36
+ });
37
+ }
38
+ }
39
+ }
40
+ </script>
41
+ {{/with}}
1
42
  {{~#with this.twitterLink ~}}
2
43
  <li>
3
44
  <a class="{{if (isUserConsentNeeded this) 'js-user-consent-needed ' ''}}{{#with ../_trackingData}} js-load{{/with}} flex order-2 ds-button font-heading active:scale-95 w-8 h-8"
@@ -7,7 +48,7 @@
7
48
  rel="noopener noreferrer"
8
49
  title="{{loca "share_x_linktitle" }}"
9
50
  {{#with ../_trackingData}}
10
- data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "socialShareClick::X"}]}'
51
+ data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "socialShareClick::{{if ../_socialSharingType ../_socialSharingType "default" }}::X"}]}'
11
52
  {{/with}}
12
53
  >
13
54
  {{~> components/base/image/icon _addClass="w-full h-full fill-link hover:scale-105 " _icon="x-ds" _iconmap="icons" ~}}
@@ -23,7 +64,7 @@
23
64
  rel="noopener noreferrer"
24
65
  title="{{loca "share_facebook_linktitle" }}"
25
66
  {{#with ../_trackingData}}
26
- data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "socialShareClick::facebook"}]}'
67
+ data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "socialShareClick::{{if ../_socialSharingType ../_socialSharingType "default" }}::facebook"}]}'
27
68
  {{/with}}
28
69
  >
29
70
  {{~> components/base/image/icon _addClass="w-full h-full fill-link hover:scale-105" _icon="facebook-ds" _iconmap="icons" ~}}
@@ -39,7 +80,7 @@
39
80
  rel="noopener noreferrer"
40
81
  title="{{loca "share_whatsapp_linktitle" }}"
41
82
  {{#with ../_trackingData}}
42
- data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "socialShareClick::whatsapp"}]}'
83
+ data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "socialShareClick::{{if ../_socialSharingType ../_socialSharingType "default" }}::whatsapp"}]}'
43
84
  {{/with}}
44
85
  >
45
86
  {{~> components/base/image/icon _addClass="w-full h-full fill-link hover:scale-105" _icon="whatsapp-ds" _iconmap="icons" ~}}
@@ -53,48 +94,10 @@
53
94
  href="{{this}}"
54
95
  title="{{loca "share_mail_linktitle" }}"
55
96
  {{#with ../_trackingData}}
56
- data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "socialShareClick::mailto"}]}'
97
+ data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "socialShareClick::{{if ../_socialSharingType ../_socialSharingType "default" }}::mailto"}]}'
57
98
  {{/with}}
58
99
  >
59
100
  {{~> components/base/image/icon _addClass="w-full h-full fill-link hover:scale-105" _icon="kontakt-ds" _iconmap="icons" ~}}
60
101
  </a>
61
102
  </li>
62
- {{/with}}
63
-
64
- <li x-data="copyHandler()" x-on:click="copyToClipboard" class="">
65
- <button class="{{#with ../_trackingData}} js-load{{/with}} flex order-2 ds-button font-heading active:scale-95 w-8 h-8"
66
- title="{{loca "share_copy_linktitle" }}"
67
- {{#with ../_trackingData}}
68
- data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "socialShareClick::copybutton"}]}'
69
- {{/with}}
70
- >
71
- {{~> components/base/image/icon _addClass="w-full h-full fill-link hover:scale-105" _icon="copy-ds" _iconmap="icons" ~}}
72
- </button>
73
- <div class="absolute flex flex-row items-center justify-start rounded pr-4 shadow hidden w-auto h-8 -mt-8 ml-0.5 text-xs bg-white whitespace-nowrap js-copyMessage sm480:text-sm font-headingSerif dark:text-text-dark">
74
- {{~> components/base/image/icon _addClass="w-7 h-7 text-green-600 mr-4" _icon="status-done" _iconmap="icons" ~}}
75
- {{loca "share_copy_message" }}
76
- </div>
77
- </li>
78
- <script>
79
- function copyHandler(){
80
- return {
81
- copyToClipboard(event) {
82
- const clickedContainer = event.currentTarget.parentNode
83
- const messageDiv = clickedContainer.querySelector('.js-copyMessage')
84
- const el = document.createElement('textarea')
85
- el.value = window.location.href
86
- el.setAttribute('readonly', '')
87
- el.style.position = 'absolute'
88
- el.style.left = '-9999px'
89
- document.body.appendChild(el)
90
- el.select()
91
- document.execCommand('copy')
92
- document.body.removeChild(el)
93
- messageDiv.classList.remove('hidden')
94
- window.setTimeout(() => {
95
- messageDiv.classList.add('hidden')
96
- }, 2000)
97
- }
98
- }
99
- }
100
- </script>
103
+ {{/with}}
@@ -0,0 +1,71 @@
1
+
2
+ {{~#with this.socialSharing ~}}
3
+ <div x-data="stickySharingHandlerMobile"
4
+ class=" relative ml-5 z-100 h-9.5 w-9.5"
5
+ :class="$store.footerIsVisible ? '-mt-6' : '-mt-12'"
6
+ x-on:resize.window="$store.sharingIsOpenMobile = false"
7
+ x-on:keydown.escape.prevent.stop="close($refs.button)"
8
+ @click.outside="close()"
9
+ >
10
+ <div class="absolute bottom-0 flex flex-col self-center gap-3 bg-white">
11
+ <button
12
+ class="{{#with ../this.trackingData}}js-load {{/with}}order-2 p-2 text-white border border-button bg-button ds-button font-heading hover:bg-button--dark hover:border-button--dark active:bg-button--dark group lg:hidden"
13
+ x-ref="button"
14
+ x-on:click="toggle()"
15
+ :aria-expanded="open"
16
+ :aria-controls="$id('dropdown-button')"
17
+
18
+ {{#with ../this.trackingData}}
19
+ data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "socialShareClick::sharingmenuopened"}]}'
20
+ {{/with}}
21
+
22
+ >
23
+ {{> components/base/image/icon _addClass="w-5 h-5 fill-current group-hover:fill-link--dark" _icon="sharing" _iconmap="icons" }}
24
+ </button>
25
+ <div
26
+ x-ref="panel"
27
+ :class="$store.sharingIsOpenMobile ? 'flex' : 'hidden '"
28
+ :id="$id('dropdown-button')"
29
+ class="relative right-0 self-center bg-white md:h-auto lg:hidden"
30
+ >
31
+ <ul class="flex flex-col gap-3 mt-2">
32
+ {{> components/social_sharing/social_sharing_icons _socialSharingType="mobile-sticky"}}
33
+ </ul>
34
+ </div>
35
+ </div>
36
+ </div>
37
+ <script>
38
+ function stickySharingHandlerMobile(){
39
+ return {
40
+ open: false,
41
+ sharingIsVisible: true,
42
+ isDesktop: true,
43
+ toggle() {
44
+ var isMobileApple = /^iP/.test(navigator.platform) || /^Mac/.test(navigator.platform) && navigator.maxTouchPoints > 4;
45
+ var isMobileOther= navigator.userAgent.match(/(Android)|(webOS)|(Blackberry)|(Windows Phone)/i);
46
+ var isMobile= isMobileApple || isMobileOther;
47
+ if (navigator.share && isMobile) {
48
+ navigator.share({
49
+ title: document.title,
50
+ text: 'Schau mal was ich auf hessenschau.de gefunden habe!',
51
+ url: window.location.href,
52
+ })
53
+ .then(() => console.log('Shared successfully'))
54
+ .catch((error) => console.error('Sharing failed:', error));
55
+ } else {
56
+ if (this.$store.sharingIsOpenMobile) {
57
+ return this.close()
58
+ }
59
+ this.$refs.button.focus()
60
+ this.$store.sharingIsOpenMobile = true
61
+ }
62
+
63
+ },
64
+ close(focusAfter) {
65
+ if (!this.$store.sharingIsOpenMobile) return
66
+ this.$store.sharingIsOpenMobile = false
67
+ }
68
+ }
69
+ }
70
+ </script>
71
+ {{/with}}
@@ -1 +1 @@
1
- {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","headingFontVariant":"serif","extendedTitle":"","teaserType":"poster","teaserSize":"50","realTeaserSize":"50","isMobile1to1":false,"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":false,"showTeaserInfoAll":false,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":false},"teaserImage":{"copyrightWithLinks":"","imageJson":"Beispiel JSON","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"images/rueckkehr-nach-abschiebung-102_v-1to1__medium.jpg","sources":[{"sizes":"(min-width: 768px) 460px, (min-width: 640px) calc(100vw - 8.5rem), calc(100vw - 2.5rem)","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"}]}},"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.","hideBylineAndShorttext":false,"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":"Zum Artikel"}}}}}
1
+ {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","headingFontVariant":"serif","extendedTitle":"","teaserType":"poster","teaserSize":"50","realTeaserSize":"50","isMobile1to1":false,"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":false,"showTeaserInfoAll":false,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":false},"teaserImage":{"copyrightWithLinks":"","imageJson":"Beispiel JSON","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"images/rueckkehr-nach-abschiebung-102_v-1to1__medium.jpg","sources":[{"sizes":"(min-width: 768px) 460px, (min-width: 640px) calc(100vw - 8.5rem), calc(100vw - 2.5rem)","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"}]}},"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.","hideBylineAndShorttext":false,"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":"Zum Artikel"}}}}}
@@ -1 +1 @@
1
- {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","headingFontVariant":"serif","extendedTitle":"","teaserType":"poster","teaserSize":"33","realTeaserSize":"33","isMobile1to1":false,"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":false,"showTeaserInfoAll":false,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":false},"teaserImage":{"copyrightWithLinks":"","imageJson":"Beispiel JSON","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"images/rueckkehr-nach-abschiebung-102_v-1to1__medium.jpg","sources":[{"sizes":"(min-width: 768px) 300px, (min-width: 640px) calc(100vw - 8.5rem), calc(100vw - 2.5rem)","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"}]}},"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.","hideBylineAndShorttext":false,"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":"Zum Artikel"}}}}}
1
+ {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","headingFontVariant":"serif","extendedTitle":"","teaserType":"poster","teaserSize":"33","realTeaserSize":"33","isMobile1to1":false,"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":false,"showTeaserInfoAll":false,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":false},"teaserImage":{"copyrightWithLinks":"","imageJson":"Beispiel JSON","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"images/rueckkehr-nach-abschiebung-102_v-1to1__medium.jpg","sources":[{"sizes":"(min-width: 768px) 300px, (min-width: 640px) calc(100vw - 8.5rem), calc(100vw - 2.5rem)","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"}]}},"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.","hideBylineAndShorttext":false,"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":"Zum Artikel"}}}}}
@@ -1 +1 @@
1
- {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"byline":"Byline","title":"Liveticker ausm Urlaub","topline":"","headingFontVariant":"serif","extendedTitle":"","teaserType":"poster","teaserSize":"33","realTeaserSize":"33","isMobile1to1":false,"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":false,"showTeaserInfoAll":false,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":false},"teaserImage":{"copyrightWithLinks":"","imageJson":"Beispiel JSON","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"images/sonniger-herbst-100_v-1to1__medium.jpg","sources":[{"sizes":"(min-width: 768px) 300px, (min-width: 640px) calc(100vw - 8.5rem), calc(100vw - 2.5rem)","srcset":"images/sonniger-herbst-100_v-1to1__small.jpg 380w, images/sonniger-herbst-100_v-1to1__medium.jpg 480w, images/sonniger-herbst-100_v-1to1.jpg 720w, images/sonniger-herbst-100_v-1to1__large.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.","hideBylineAndShorttext":false,"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":"Zum Ticker"}},"label":{"type":"ticker","loca":"label_ticker","byline":{"bylineSsi":"","bylineText":""}}}}}
1
+ {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"","headingFontVariant":"serif","extendedTitle":"","teaserType":"poster","teaserSize":"33","realTeaserSize":"33","isMobile1to1":false,"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":false,"showTeaserInfoAll":false,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":false},"teaserImage":{"copyrightWithLinks":"","imageJson":"Beispiel JSON","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"images/sonniger-herbst-100_v-1to1__medium.jpg","sources":[{"sizes":"(min-width: 768px) 300px, (min-width: 640px) calc(100vw - 8.5rem), calc(100vw - 2.5rem)","srcset":"images/sonniger-herbst-100_v-1to1__small.jpg 380w, images/sonniger-herbst-100_v-1to1__medium.jpg 480w, images/sonniger-herbst-100_v-1to1.jpg 720w, images/sonniger-herbst-100_v-1to1__large.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.","hideBylineAndShorttext":false,"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":"Zum Ticker"}},"label":{"type":"ticker","loca":"label_ticker","byline":{"bylineSsi":"","bylineText":""}}}}}
@@ -0,0 +1 @@
1
+ {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"byline":"Byline","title":"hr-Bigband feat. Omer Klein und Becca Stevens +++ Jakob Bänsch Quartett +++ Emma Rawicz CHROMA","topline":"","headingFontVariant":"serif","extendedTitle":"","teaserType":"poster","teaserSize":"33","realTeaserSize":"33","isMobile1to1":false,"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":false,"showTeaserInfoAll":false,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":false},"teaserImage":{"copyrightWithLinks":"","imageJson":"Beispiel JSON","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"images/sonniger-herbst-100_v-1to1__medium.jpg","sources":[{"sizes":"(min-width: 768px) 300px, (min-width: 640px) calc(100vw - 8.5rem), calc(100vw - 2.5rem)","srcset":"images/sonniger-herbst-100_v-1to1__small.jpg 380w, images/sonniger-herbst-100_v-1to1__medium.jpg 480w, images/sonniger-herbst-100_v-1to1.jpg 720w, images/sonniger-herbst-100_v-1to1__large.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.","hideBylineAndShorttext":false,"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":"Zur Veranstaltung"}},"label":{"type":"event","loca":"label_concert","byline":{"bylineSsi":"components/event/label_byline.ssi","context":{"firstInstant":{"hasStatus":false,"statusDescriptionForLabelShort":"event_status_cancelled","hasStartTime":true,"startDateTime":{"date":"14.10.22","time":"20:00"}},"moreThenOneEvent":false,"countEvents":1},"bylineText":"BylineText"}}}}}
@@ -16,14 +16,15 @@
16
16
  </figure>
17
17
  <div class="absolute flex flex-col justify-center w-full h-full bg-gradient-to-t from-black rounded-tl-hr rounded-br-hr">
18
18
  {{#>components/base/link _link=this.link _css="ds-teaser-focus flex items-center flex-col before:rounded-tl-hr before:rounded-br-hr hover:text-toplineColor"}}
19
+ <div class="-mt-8 line-clamp-4 xs:line-clamp-5 md:line-clamp-4 {{#if ../this.showStretched.isTrue}}lg:line-clamp-4{{else}}lg:line-clamp-5{{/if}}">
19
20
  {{#> components/teaser/components/teaser_header _css="text-center"}}
20
21
  {{#with this.label}}
21
22
  {{#> components/label/label_group}}
22
23
  {{> components/label/label _type=this.type _text=(loca this.loca)}}
23
- {{> components/label/label_byline _css="ml-2"}}
24
+ <span class="text-white">{{> components/label/label_byline _css="ml-2"}}</span>
24
25
  {{/components/label/label_group}}
25
26
  {{/with~}}
26
- {{#> components/teaser/components/teaser_headline _headlineTag="h2" _css="text-shadow text-center text-white mb-4 mx-2 md:mb-8 xs:mx-6 sm:mx-8 md:mx-5 lg:mx-8 line-clamp-4 xs:line-clamp-6 md:line-clamp-4 lg:line-clamp-5"}}
27
+ {{#> components/teaser/components/teaser_headline _headlineTag="h2" _css="text-shadow text-center text-white mb-4 mx-2 md:mb-8 xs:mx-6 sm:mx-8 md:mx-5 lg:mx-8"}}
27
28
  {{#if this.topline}}
28
29
  {{> components/teaser/components/teaser_topline _css="!text-white" _text=this.topline}}
29
30
  {{/if}}
@@ -33,20 +34,21 @@
33
34
  {{/if}}
34
35
  {{/components/teaser/components/teaser_headline}}
35
36
  {{/components/teaser/components/teaser_header}}
37
+ </div>
36
38
  {{/components/base/link}}
37
39
  <span class="absolute flex items-end justify-center w-full h-full ds-cta">
38
40
  {{#if _isCopytext~}}
39
41
  {{#if this.showFullSize.isTrue~}}
40
- {{#> components/button/link_button _link=this.link _size="lg" _css=(inline-switch this.showStretched.isTrue '["false","true"]' '["z-20 mb-4 sm480:mb-7 md:mb-16","z-20 mb-4 sm480:mb-7 md:mb-5","z-20 mb-4 sm480:mb-7 md:mb-16"]') _variant="secondary" _isAriaHidden=true _onBackground=true}}
42
+ {{#> components/button/link_button _link=this.link _size="lg" _css=(inline-switch this.showStretched.isTrue '["false","true"]' '["z-20 mb-4 sm480:mb-7 md:mb-16 hover:bg-white","z-20 mb-4 sm480:mb-7 md:mb-3 hover:bg-white","z-20 mb-4 sm480:mb-7 md:mb-16 hover:bg-white"]') _variant="secondary" _isAriaHidden=true _onBackground=true}}
41
43
  {{> components/button/components/button_label _css="" _label=this.link.readMoreText.readMoreLong}}
42
44
  {{/components/button/link_button}}
43
45
  {{else}}
44
- {{#> components/button/link_button _link=this.link _size="lg" _css="z-20 mb-4 sm480:mb-7" _variant="secondary" _isAriaHidden=true _onBackground=true}}
46
+ {{#> components/button/link_button _link=this.link _size="lg" _css="z-20 mb-4 sm480:mb-7 hover:bg-white" _variant="secondary" _isAriaHidden=true _onBackground=true}}
45
47
  {{> components/button/components/button_label _css="" _label=this.link.readMoreText.readMoreLong}}
46
48
  {{/components/button/link_button}}
47
- {{/if}}
49
+ {{/if}}
48
50
  {{else}}
49
- {{#> components/button/link_button _link=this.link _size="lg" _css=(inline-switch this.realTeaserSize '["33","50"]' '["z-20 mb-7","z-20 mb-7 md:mb-16"]') _variant="secondary" _isAriaHidden=true _onBackground=true}}
51
+ {{#> components/button/link_button _link=this.link _size="lg" _css=(inline-switch this.realTeaserSize '["33","50"]' '["z-20 mb-7 hover:bg-white","z-20 mb-7 md:mb-16 hover:bg-white"]') _variant="secondary" _isAriaHidden=true _onBackground=true}}
50
52
  {{> components/button/components/button_label _css="" _label=this.link.readMoreText.readMoreLong}}
51
53
  {{/components/button/link_button}}
52
54
  {{/if}}
@@ -2,6 +2,7 @@ import teaser from './teaser_poster.hbs'
2
2
  import teserPosterLg from './fixtures/teaser_poster_lg.json'
3
3
  import teserPosterMd from './fixtures/teaser_poster_md.json'
4
4
  import teserPosterMdLabel from './fixtures/teaser_poster_md_label.json'
5
+ import teserPosterMdLabelByline from './fixtures/teaser_poster_md_label_byline.json'
5
6
 
6
7
  const Template = (args, { globals: { customConditionalToolbar } }) => {
7
8
  // You can either use a function to create DOM elements or use a plain html string!
@@ -65,3 +66,9 @@ export const Poster33MitLabel = {
65
66
  name: 'Poster 33 mit Label',
66
67
  args: teserPosterMdLabel.logicItem.includeModel,
67
68
  }
69
+
70
+ export const Poster33MitLabelByline = {
71
+ render: Template.bind({}),
72
+ name: 'Poster 33 mit Label und Byline',
73
+ args: teserPosterMdLabelByline.logicItem.includeModel,
74
+ }
@@ -1,21 +1,27 @@
1
- <div class="h-8" x-data="{ isVisible: false }">
2
- <div class="grid h-8 grid-page z-100" :class="{ 'fixed bottom-feature-box-height left-0 w-full': !$store.footerIsVisible }">
3
- <div class="flex justify-end h-8 col-full sm:col-main"
4
- :class="{ 'bg-white': $store.footerIsVisible }">
1
+ <div class="" x-data="{ isVisible: false }">
2
+ <div class="grid grid-page z-100" :class="{ 'fixed bottom-feature-box-height left-0 w-full': !$store.footerIsVisible }">
3
+ <div class="flex justify-between h-0 col-full sm:col-main"
4
+ :class="{ 'bg-white h-8': $store.footerIsVisible }"
5
+ x-show="!$store.sharingIsVisible && isVisible"
6
+ x-transition:enter="transition ease-[cubic-bezier(0.68,-0.3,0.32,1)] duration-500 transform order-first"
7
+ x-transition:enter-start="opacity-0 translate-y-8"
8
+ x-transition:enter-end="opacity-100 translate-y-0"
9
+ x-transition:leave="transition ease-[cubic-bezier(0.68,-0.3,0.32,1)] duration-300"
10
+ x-transition:leave-start="opacity-100 translate-y-0"
11
+ x-transition:leave-end="opacity-0 translate-y-12"
12
+ @scroll.window="isVisible = ((window.pageYOffset * 2) > (window.innerHeight || (document.documentElement || document.body).clientHeight))"
13
+ >
14
+ {{> components/social_sharing/social_sharing_mobile }}
15
+
5
16
  <button
6
- @scroll.window="isVisible = (window.pageYOffset > (window.innerHeight || (document.documentElement || document.body).clientHeight))"
17
+
7
18
  @click="window.scrollTo({top: 0, behavior: 'smooth'})"
8
- x-show="isVisible"
9
- x-transition:enter="transition ease-[cubic-bezier(0.68,-0.3,0.32,1)] duration-500 transform order-first"
10
- x-transition:enter-start="opacity-0 -translate-y-8"
11
- x-transition:enter-end="opacity-100 translate-y-0"
12
- x-transition:leave="transition ease-[cubic-bezier(0.68,-0.3,0.32,1)] duration-300 transform absolute"
13
- x-transition:leave-start="opacity-100 translate-y-0"
14
- x-transition:leave-end="opacity-0 translate-y-12"
15
- class="{{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant="primary"}} -mt-6 z-100 p-2 h-max mr-5 hover:scale-105 [@media(min-width:1170px)]:-mr-14"
19
+ :class="$store.footerIsVisible ? '-mt-6' : '-mt-12'"
20
+ class="{{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant="primary"}} ml-auto z-100 p-2 h-max mr-5 hover:scale-105 [@media(min-width:1170px)]:-mr-14"
16
21
  >
17
22
  {{> components/base/image/icon _icon="arrow-up" _addClass="w-5 h-5 fill-current dark:fill-link-dark"}}
18
23
  </button>
24
+
19
25
  </div>
20
26
  </div>
21
27
  {{! Dieses DIV ist notwendig um bei Seiten mit einem Hintergrund zu vermeiden dass unten eine Lücke entsteht bei der das hintergrundbild durchscheint}}
@@ -1,87 +0,0 @@
1
- {{~#with this.socialSharing ~}}
2
- <div x-data="stickySharingHandler"
3
- x-on:keydown.escape.prevent.stop="close($refs.button)"
4
- x-on:focusin.window="! $refs.panel.contains($event.target) && close()"
5
- x-id="['dropdown-button']"
6
- class="flex self-center justify-end ml-3 grow"
7
- x-intersect:leave="$store.sharingIsVisible=false"
8
- x-intersect:enter="$store.sharingIsVisible=true"
9
- >
10
- <div :class="{ 'grid grid-page z-110 fixed bottom-feature-box-height left-0 w-full': $store.sharingIsVisible == false}">
11
- <div :class="{ 'flex justify-start col-full sm:col-main relative': $store.sharingIsVisible == false }">
12
- <div :style="($store.footerIsVisible && !$screen('lg')) && {bottom:$store.sharingBottomPos.current}"
13
- :class="{ 'bottom-[19px] flex-col absolute mt-3 rounded-md': $store.sharingIsVisible == false && $store.footerIsVisible == false,
14
- 'flex-col absolute mt-3' : !$screen('lg') && $store.footerIsVisible == true && window.innerHeight > document.querySelector('#content').offsetHeight + document.querySelector('.sb-main-navigation').offsetHeight + (window.innerHeight - document.querySelector('footer').offsetTop) - document.querySelector('footer').offsetHeight}"
15
- class="flex self-center gap-3 bg-white left-5">
16
- <button
17
- class="{{#with ../this.trackingData}}js-load {{/with}}order-2 p-2 text-white border border-button bg-button ds-button font-heading hover:bg-button--dark hover:border-button--dark active:bg-button--dark group"
18
- x-show="!$screen('lg')"
19
- x-ref="button"
20
- x-on:click="toggle()"
21
- :aria-expanded="open"
22
- :aria-controls="$id('dropdown-button')"
23
-
24
- {{#with ../this.trackingData}}
25
- data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "socialShareClick::sharingmenuopened"}]}'
26
- {{/with}}
27
-
28
- >
29
- {{> components/base/image/icon _addClass="w-5 h-5 fill-current group-hover:fill-link--dark" _icon="sharing" _iconmap="icons" }}
30
- </button>
31
-
32
- <!-- Panel -->
33
- <div
34
- x-ref="panel"
35
- x-show="open || $screen('lg') && $store.sharingIsOpen == true || $screen('lg') && $store.sharingIsVisible == true"
36
- x-transition.origin.bottom.right
37
- x-on:click.outside="close($refs.button)"
38
- :id="$id('dropdown-button')"
39
- class="self-center bg-white"
40
- :class="$store.sharingIsVisible == true ? 'h-8 absolute right-[68px] md:relative md:right-0 md:h-auto' : 'relative right-0 md:h-auto lg:hidden '"
41
- >
42
- <ul class="flex gap-3" :class="{ 'flex-col': $store.sharingIsVisible == false }">
43
- {{> components/social_sharing/social_sharing_compact_icons _trackingData=../this.trackingData}}
44
- </ul>
45
- </div>
46
- </div>
47
- </div>
48
- </div>
49
- </div>
50
- {{/with}}
51
- <script>
52
- function stickySharingHandler(){
53
- return {
54
- open: this.$store.sharingIsOpen,
55
- sharingIsVisible: true,
56
- isDesktop: true,
57
- toggle() {
58
- var isMobileApple = navigator.userAgent.match(/(iPad)|(iPhone)|(iPod)/i);
59
- var isMobileOther= navigator.userAgent.match(/(Android)|(webOS)|(Blackberry)|(Windows Phone)/i);
60
- var isMobile= isMobileApple || isMobileOther;
61
- if (navigator.share && isMobile) {
62
- navigator.share({
63
- title: document.title,
64
- text: 'Schau mal was ich auf hessenschau.de gefunden habe!',
65
- url: window.location.href,
66
- })
67
- .then(() => console.log('Shared successfully'))
68
- .catch((error) => console.error('Sharing failed:', error));
69
- } else {
70
- if (this.open) {
71
- return this.close()
72
- }
73
- this.$refs.button.focus()
74
- this.open = true
75
- this.$store.sharingIsOpen = true
76
- }
77
-
78
- },
79
- close(focusAfter) {
80
- if (! this.open) return
81
- this.open = false
82
- this.$store.sharingIsOpen = false
83
- focusAfter && focusAfter.focus()
84
- }
85
- }
86
- }
87
- </script>