hr-design-system-handlebars 1.27.0 → 1.27.2

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 (85) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/assets/brand/_default/conf/locatags.json +2 -1
  3. package/dist/assets/index.css +70 -10
  4. package/dist/views/components/button/utilities/button_on_image_classes.hbs +6 -0
  5. package/dist/views/components/mediaplayer/media_player.hbs +2 -2
  6. package/dist/views/components/site_header/brand_navigation/brand_navigation_item.hbs +1 -1
  7. package/dist/views/components/site_header/section_navigation/section_navigation_item.hbs +2 -2
  8. package/dist/views/components/site_header/service_navigation/service_navigation_item.hbs +3 -3
  9. package/dist/views/components/teaser/components/teaser_av_consumption.hbs +5 -5
  10. package/dist/views/components/teaser/components/teaser_lead.hbs +1 -1
  11. package/dist/views/components/teaser/components/teaser_title_classes.hbs +14 -0
  12. package/dist/views/components/teaser/ticker/teaser_ticker_alternativ.hbs +16 -0
  13. package/dist/views/components/teaser/ticker/teaser_ticker_body.hbs +26 -0
  14. package/dist/views/components/teaser/ticker/teaser_ticker_footer.hbs +12 -0
  15. package/dist/views/components/teaser/ticker/teaser_ticker_standard.hbs +16 -0
  16. package/dist/views/components/teaser/ticker/teaser_ticker_timeline.hbs +3 -3
  17. package/dist/views/components/tracking/navigation_tracking.hbs +4 -1
  18. package/package.json +1 -1
  19. package/src/assets/brand/_default/conf/locatags.json +2 -1
  20. package/src/assets/brand/hessenschau/conf/locatags.merged.json +1 -0
  21. package/src/assets/brand/hr/conf/locatags.merged.json +1 -0
  22. package/src/assets/brand/hr-bigband/conf/locatags.merged.json +1 -0
  23. package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +1 -0
  24. package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +1 -0
  25. package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +1 -0
  26. package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +1 -0
  27. package/src/assets/brand/hr-werbung/conf/locatags.merged.json +1 -0
  28. package/src/assets/brand/hr1/conf/locatags.merged.json +1 -0
  29. package/src/assets/brand/hr2/conf/locatags.merged.json +1 -0
  30. package/src/assets/brand/hr3/conf/locatags.merged.json +1 -0
  31. package/src/assets/brand/hr4/conf/locatags.merged.json +1 -0
  32. package/src/assets/brand/you-fm/conf/locatags.merged.json +1 -0
  33. package/src/assets/fixtures/teaser/teaser_images.inc.json +19 -0
  34. package/src/assets/fixtures/teaser/teaser_ticker.inc.json +113 -1
  35. package/src/assets/fixtures/teaser/ticker_teaser_alternativ_100.json +54 -0
  36. package/src/assets/fixtures/teaser/ticker_teaser_alternativ_hero.json +42 -0
  37. package/src/assets/fixtures/teaser/ticker_teaser_alternativ_hero_audio.json +42 -0
  38. package/src/assets/fixtures/teaser/ticker_teaser_standard_100.json +8 -0
  39. package/src/assets/fixtures/teaser/ticker_teaser_standard_25.json +50 -0
  40. package/src/assets/fixtures/teaser/ticker_teaser_standard_33.json +37 -0
  41. package/src/assets/fixtures/teaser/ticker_teaser_standard_50.json +37 -0
  42. package/src/assets/fixtures/teaser/ticker_teaser_standard_hero.json +25 -0
  43. package/src/assets/fixtures/teaser/ticker_teaser_standard_hero_audio.json +25 -0
  44. package/src/assets/tailwind.css +15 -0
  45. package/src/stories/views/components/button/utilities/button_on_image_classes.hbs +6 -0
  46. package/src/stories/views/components/mediaplayer/media_player.hbs +2 -2
  47. package/src/stories/views/components/site_header/brand_navigation/brand_navigation_item.hbs +1 -1
  48. package/src/stories/views/components/site_header/section_navigation/section_navigation_item.hbs +2 -2
  49. package/src/stories/views/components/site_header/service_navigation/service_navigation_item.hbs +3 -3
  50. package/src/stories/views/components/teaser/components/teaser_av_consumption.hbs +5 -5
  51. package/src/stories/views/components/teaser/components/teaser_lead.hbs +1 -1
  52. package/src/stories/views/components/teaser/components/teaser_title_classes.hbs +14 -0
  53. package/src/stories/views/components/teaser/fixtures/ticker_teaser_alternativ_100.json +1 -0
  54. package/src/stories/views/components/teaser/fixtures/ticker_teaser_alternativ_hero copy.json +1 -0
  55. package/src/stories/views/components/teaser/fixtures/ticker_teaser_alternativ_hero.json +1 -0
  56. package/src/stories/views/components/teaser/fixtures/ticker_teaser_alternativ_hero_audio.json +1 -0
  57. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_100 copy.json +1 -0
  58. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_100.json +1 -1
  59. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_25.json +1 -0
  60. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_30.json +1 -0
  61. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_33.json +1 -0
  62. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_50 copy 2.json +1 -0
  63. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_50 copy.json +1 -0
  64. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_50.json +1 -0
  65. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_hero copy.json +1 -0
  66. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_hero.json +1 -0
  67. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_hero_audio copy.json +1 -0
  68. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_hero_audio.json +1 -0
  69. package/src/stories/views/components/teaser/ticker/teaser_ticker_alternativ.hbs +16 -0
  70. package/src/stories/views/components/teaser/ticker/teaser_ticker_alternativ.mdx +20 -0
  71. package/src/stories/views/components/teaser/ticker/teaser_ticker_alternativ.stories.js +49 -0
  72. package/src/stories/views/components/teaser/ticker/teaser_ticker_body.hbs +26 -0
  73. package/src/stories/views/components/teaser/ticker/teaser_ticker_footer.hbs +12 -0
  74. package/src/stories/views/components/teaser/ticker/teaser_ticker_standard.hbs +16 -0
  75. package/src/stories/views/components/teaser/ticker/teaser_ticker_standard.mdx +21 -0
  76. package/src/stories/views/components/teaser/ticker/teaser_ticker_standard.stories.js +69 -0
  77. package/src/stories/views/components/teaser/ticker/teaser_ticker_timeline.hbs +3 -3
  78. package/src/stories/views/components/tracking/navigation_tracking.hbs +4 -1
  79. package/tailwind.config.js +5 -0
  80. package/dist/views/components/teaser/components/teaser_ticker_body.hbs +0 -39
  81. package/dist/views/components/teaser/ticker/teaser_ticker.hbs +0 -29
  82. package/src/stories/views/components/teaser/components/teaser_ticker_body.hbs +0 -39
  83. package/src/stories/views/components/teaser/ticker/teaser_ticker.hbs +0 -29
  84. package/src/stories/views/components/teaser/ticker/teaser_ticker.mdx +0 -10
  85. package/src/stories/views/components/teaser/ticker/teaser_ticker.stories.js +0 -34
@@ -95,5 +95,6 @@
95
95
  "search_input_placeholder": "Ort oder Thema suchen",
96
96
  "ticket_modal_headline": "Weiterleitung zu einem Ticketservice",
97
97
  "ticket_modal_text": "Der Link öffnet eine Internetseite außerhalb unseres Angebots. Wir sind für den Inhalt externer Internetseiten nicht verantwortlich.",
98
+ "ticker_more": "Zum Ticker",
98
99
  "header_homepage_link_title": "Startseite hr4 . d e"
99
100
  }
@@ -95,5 +95,6 @@
95
95
  "search_input_placeholder": "Ort oder Thema suchen",
96
96
  "ticket_modal_headline": "Weiterleitung zu einem Ticketservice",
97
97
  "ticket_modal_text": "Der Link öffnet eine Internetseite außerhalb unseres Angebots. Wir sind für den Inhalt externer Internetseiten nicht verantwortlich.",
98
+ "ticker_more": "Zum Ticker",
98
99
  "header_homepage_link_title": "Startseite you-fm . d e"
99
100
  }
@@ -349,5 +349,24 @@
349
349
  }
350
350
  ]
351
351
  }
352
+ },
353
+ "teaser_ticker_hero": {
354
+ "alttext": "Lorem ipsum",
355
+ "copyrightWithLinks": "",
356
+ "responsiveImage": {
357
+ "asPicture": true,
358
+ "asImage": false,
359
+ "fallback": "images/{#image}_v-16to9__medium.jpg",
360
+ "sources": [
361
+ {
362
+ "media": "all and (max-width: 47.938em)",
363
+ "srcset": "images/{#image}_v-16to9__small.jpg 320w, images/{#image}_v-16to9__medium.jpg 480w, images/{#image}_v-16to9__medium__extended.jpg 640w, images/{#image}_v-16to9.jpg 960w, images/{#image}_v-16to9__retina.jpg 1920w"
364
+ },
365
+ {
366
+ "media": "all and (min-width: 48em)",
367
+ "srcset": "images/{#image}_v-1to1__small.jpg 380w, images/{#image}_v-1to1__medium.jpg 480w, images/{#image}_v-1to1.jpg 720w, images/{#image}_v-1to1__large.jpg 960w"
368
+ }
369
+ ]
370
+ }
352
371
  }
353
372
  }
@@ -5,6 +5,7 @@
5
5
  "includePath": "components/teaser/ticker/teaser_ticker",
6
6
  "includeModel": {
7
7
  "byline": "Byline",
8
+ "tickerTopic": "Eintracht",
8
9
  "title": "Eintracht: +++ Eintracht-Halbfinale terminiert +++ Frankfurter Gala in Barcelona jährt sich +++ Berichte: Aouar in Gesprächen mit AS Rom +++",
9
10
  "topline": "",
10
11
  "headingFontVariant": "serif",
@@ -93,7 +94,7 @@
93
94
  "shorttext": "Hier bekommen Sie immer die neuesten Nachrichten über Eintracht Frankfurt.",
94
95
  "hideBylineAndShorttext": false,
95
96
  "sophoraId": "rueckkehr-nach-abschiebung-wolfhagen--100",
96
- "profiles": "Von Karsten Hufer",
97
+ "profiles": "Von Gundula Gause (Expertin), Anne Chebu, Anja Engelke und Alice Merton",
97
98
  "teaserLead": {
98
99
  "avDocument": "",
99
100
  "image": ""
@@ -114,6 +115,117 @@
114
115
  "readMore": "mehr",
115
116
  "readMoreLong": "read More Long"
116
117
  }
118
+ },
119
+ "tickerItemResults": {
120
+ "@->jsoninclude": "teaser_ticker_timeline.json",
121
+ "@->contentpath": "tickerItemResults"
122
+ }
123
+ }
124
+ }
125
+ },
126
+ "tickerTeaser_audio": {
127
+ "isSsi": true,
128
+ "logicItem": {
129
+ "includePath": "components/teaser/teaser_standard",
130
+ "includeModel": {
131
+ "byline": "Byline",
132
+ "tickerTopic": "Eintracht",
133
+ "title": "Der Hasebe-Kane-Nahkampf geht in die zweite Runde",
134
+ "topline": "Eintracht trifft auf Tottenham",
135
+ "headingFontVariant": "serif",
136
+ "extendedTitle": "",
137
+ "teaserType": "standard",
138
+ "teaserSize": "hero",
139
+ "realTeaserSize": "hero",
140
+ "isMobile1to1": false,
141
+ "teaserDate": {
142
+ "htmlDateTime": "2022-10-11T19:46+0200",
143
+ "htmlDate": "11.10.2022",
144
+ "date": "11.10.22",
145
+ "dateSeparatorTime": "11.10.22, 19:46"
146
+ },
147
+ "hasByline": true,
148
+ "teaserInfo": {
149
+ "showTeaserInfo": true,
150
+ "showTeaserInfoSection": true,
151
+ "showTeaserInfoChannel": false,
152
+ "showTeaserInfoAll": false,
153
+ "showTeaserInfoDate": false,
154
+ "showTeaserInfoDateTime": true,
155
+ "showTeaserInfoProgramRef": false
156
+ },
157
+ "teaserImage": {
158
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
159
+ "@->contentpath": "teaser_standard",
160
+ "@->replaceToken": [
161
+ {
162
+ "@->token": "image",
163
+ "@->value": "hasebe-kane-102"
164
+ }
165
+ ]
166
+ },
167
+ "displayTeaserBodyAsImageOverlay": false,
168
+ "hasMediaButtons": false,
169
+ "dontLazyload": true,
170
+ "isStandardTeaser": true,
171
+ "isHeroTeaser": true,
172
+ "isMediaTeaser": true,
173
+ "isGuide": false,
174
+ "isProgram": false,
175
+ "isEvent": false,
176
+ "isTicker": true,
177
+ "isAudio": true,
178
+ "isVideo": false,
179
+ "isPodcast": false,
180
+ "isPodcastEpisode": false,
181
+ "isExtOrBrandLink": false,
182
+ "isAuthor": false,
183
+ "copyright": "Copyright Text",
184
+ "audioAuthor": "Audio Author",
185
+ "hasStatus": false,
186
+ "hasTeaserItem": true,
187
+ "allowAVConsumption": true,
188
+ "aspectRatio": "ar--teaserTop",
189
+ "hideGeotag": false,
190
+ "hideEditableByline": true,
191
+ "doTracking": true,
192
+ "trackingForArdMediatheksLink": false,
193
+ "showMediatheksLink": false,
194
+ "showAirdate": false,
195
+ "showProfileInfoAsByline": false,
196
+ "obsolet_brandOfTeaser": "hessenschau",
197
+ "documentSection": "Sport",
198
+ "headlineTag": "h1",
199
+ "icon": "ortsmarke",
200
+ "imageVariant": "topteaser",
201
+ "shorttext": "Beim Hinspiel brachte Altmeister Makoto Hasebe Sturm-Star Harry Kane bis an den Rande der Verzweiflung. Der bittet im Rückspiel nun zur Revanche. Vorher gibt es aber lobende Worte.",
202
+ "hideBylineAndShorttext": false,
203
+ "sophoraId": "hasebe-kane-100",
204
+ "profiles": "Von Gundula Gause (Expertin), Anne Chebu, Anja Engelke und Alice Merton",
205
+ "teaserLead": {
206
+ "@->jsoninclude": "teaser/teaser_lead.inc.json",
207
+ "@->contentpath": "audio"
208
+ },
209
+ "geotag": [
210
+ {
211
+ "title": "Frankfurt"
212
+ }
213
+ ],
214
+ "link": {
215
+ "url": "/teaser1",
216
+ "webviewUrl": "/teaser1#webview",
217
+ "isTargetBlank": false,
218
+ "hasIcon": false,
219
+ "iconName": "iconName",
220
+ "readMoreText": {
221
+ "readMoreScreenreader": "Zum Artikel",
222
+ "readMore": "mehr",
223
+ "readMoreLong": "read More Long"
224
+ }
225
+ },
226
+ "tickerItemResults": {
227
+ "@->jsoninclude": "teaser_ticker_timeline.json",
228
+ "@->contentpath": "tickerItemResults"
117
229
  }
118
230
  }
119
231
  }
@@ -0,0 +1,54 @@
1
+ {
2
+ "@->jsoninclude": "teaser/teaser_ticker.inc.json",
3
+ "@->contentpath": "tickerTeaser",
4
+ "@->overrides": [
5
+ {
6
+ "@->contentpath": "logicItem.includeModel.teaserSize",
7
+ "@->value": "100"
8
+ },
9
+ {
10
+ "@->contentpath": "logicItem.includeModel.realTeaserSize",
11
+ "@->value": "100"
12
+ },
13
+ {
14
+ "@->contentpath": "logicItem.includeModel.teaserType",
15
+ "@->value": "ticker-alternative"
16
+ },
17
+ {
18
+ "@->contentpath": "logicItem.includeModel.isHeroTeaser",
19
+ "@->value": false
20
+ },
21
+ {
22
+ "@->contentpath": "logicItem.includeModel.shorttext",
23
+ "@->value": ""
24
+ },
25
+ {
26
+ "@->contentpath": "logicItem.includeModel.topline",
27
+ "@->value": ""
28
+ },
29
+ {
30
+ "@->contentpath": "logicItem.includeModel.isStandardTeaser",
31
+ "@->value": false
32
+ },
33
+ {
34
+ "@->contentpath": "logicItem.includeModel.label",
35
+ "@->value": {
36
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
37
+ "@->contentpath": "ticker"
38
+ }
39
+ },
40
+ {
41
+ "@->contentpath": "logicItem.includeModel.teaserImage",
42
+ "@->value": {
43
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
44
+ "@->contentpath": "teaser_ticker_hero",
45
+ "@->replaceToken": [
46
+ {
47
+ "@->token": "image",
48
+ "@->value": "sportschau-image-5708"
49
+ }
50
+ ]
51
+ }
52
+ }
53
+ ]
54
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "@->jsoninclude": "teaser/teaser_ticker.inc.json",
3
+ "@->contentpath": "tickerTeaser",
4
+ "@->overrides": [
5
+ {
6
+ "@->contentpath": "logicItem.includeModel.teaserType",
7
+ "@->value": "ticker-alternative"
8
+ },
9
+ {
10
+ "@->contentpath": "logicItem.includeModel.shorttext",
11
+ "@->value": ""
12
+ },
13
+ {
14
+ "@->contentpath": "logicItem.includeModel.topline",
15
+ "@->value": ""
16
+ },
17
+ {
18
+ "@->contentpath": "logicItem.includeModel.isStandardTeaser",
19
+ "@->value": false
20
+ },
21
+ {
22
+ "@->contentpath": "logicItem.includeModel.label",
23
+ "@->value": {
24
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
25
+ "@->contentpath": "ticker"
26
+ }
27
+ },
28
+ {
29
+ "@->contentpath": "logicItem.includeModel.teaserImage",
30
+ "@->value": {
31
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
32
+ "@->contentpath": "teaser_ticker_hero",
33
+ "@->replaceToken": [
34
+ {
35
+ "@->token": "image",
36
+ "@->value": "sportschau-image-5708"
37
+ }
38
+ ]
39
+ }
40
+ }
41
+ ]
42
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "@->jsoninclude": "teaser/teaser_ticker.inc.json",
3
+ "@->contentpath": "tickerTeaser_audio",
4
+ "@->overrides": [
5
+ {
6
+ "@->contentpath": "logicItem.includeModel.teaserType",
7
+ "@->value": "ticker-alternative"
8
+ },
9
+ {
10
+ "@->contentpath": "logicItem.includeModel.shorttext",
11
+ "@->value": ""
12
+ },
13
+ {
14
+ "@->contentpath": "logicItem.includeModel.topline",
15
+ "@->value": ""
16
+ },
17
+ {
18
+ "@->contentpath": "logicItem.includeModel.label",
19
+ "@->value": {
20
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
21
+ "@->contentpath": "ticker"
22
+ }
23
+ },
24
+ {
25
+ "@->contentpath": "logicItem.includeModel.isStandardTeaser",
26
+ "@->value": false
27
+ },
28
+ {
29
+ "@->contentpath": "logicItem.includeModel.teaserImage",
30
+ "@->value": {
31
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
32
+ "@->contentpath": "teaser_ticker_hero",
33
+ "@->replaceToken": [
34
+ {
35
+ "@->token": "image",
36
+ "@->value": "sportschau-image-5708"
37
+ }
38
+ ]
39
+ }
40
+ }
41
+ ]
42
+ }
@@ -10,6 +10,14 @@
10
10
  "@->contentpath": "logicItem.includeModel.realTeaserSize",
11
11
  "@->value": "100"
12
12
  },
13
+ {
14
+ "@->contentpath": "logicItem.includeModel.teaserType",
15
+ "@->value": "ticker-standard"
16
+ },
17
+ {
18
+ "@->contentpath": "logicItem.includeModel.isHeroTeaser",
19
+ "@->value": false
20
+ },
13
21
  {
14
22
  "@->contentpath": "logicItem.includeModel.shorttext",
15
23
  "@->value": ""
@@ -0,0 +1,50 @@
1
+ {
2
+ "@->jsoninclude": "teaser/teaser_ticker.inc.json",
3
+ "@->contentpath": "tickerTeaser",
4
+ "@->overrides": [
5
+ {
6
+ "@->contentpath": "logicItem.includeModel.teaserSize",
7
+ "@->value": "25"
8
+ },
9
+ {
10
+ "@->contentpath": "logicItem.includeModel.realTeaserSize",
11
+ "@->value": "25"
12
+ },
13
+ {
14
+ "@->contentpath": "logicItem.includeModel.teaserType",
15
+ "@->value": "ticker-standard"
16
+ },
17
+ {
18
+ "@->contentpath": "logicItem.includeModel.isHeroTeaser",
19
+ "@->value": false
20
+ },
21
+ {
22
+ "@->contentpath": "logicItem.includeModel.shorttext",
23
+ "@->value": ""
24
+ },
25
+ {
26
+ "@->contentpath": "logicItem.includeModel.topline",
27
+ "@->value": ""
28
+ },
29
+ {
30
+ "@->contentpath": "logicItem.includeModel.label",
31
+ "@->value": {
32
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
33
+ "@->contentpath": "ticker"
34
+ }
35
+ },
36
+ {
37
+ "@->contentpath": "logicItem.includeModel.teaserImage",
38
+ "@->value": {
39
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
40
+ "@->contentpath": "teaser_ticker_hero",
41
+ "@->replaceToken": [
42
+ {
43
+ "@->token": "image",
44
+ "@->value": "sportschau-image-5708"
45
+ }
46
+ ]
47
+ }
48
+ }
49
+ ]
50
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "@->jsoninclude": "teaser/teaser_ticker.inc.json",
3
+ "@->contentpath": "tickerTeaser",
4
+ "@->overrides": [
5
+ {
6
+ "@->contentpath": "logicItem.includeModel.teaserSize",
7
+ "@->value": "33"
8
+ },
9
+ {
10
+ "@->contentpath": "logicItem.includeModel.realTeaserSize",
11
+ "@->value": "33"
12
+ },
13
+ {
14
+ "@->contentpath": "logicItem.includeModel.teaserType",
15
+ "@->value": "ticker-standard"
16
+ },
17
+ {
18
+ "@->contentpath": "logicItem.includeModel.isHeroTeaser",
19
+ "@->value": false
20
+ },
21
+ {
22
+ "@->contentpath": "logicItem.includeModel.shorttext",
23
+ "@->value": ""
24
+ },
25
+ {
26
+ "@->contentpath": "logicItem.includeModel.topline",
27
+ "@->value": ""
28
+ },
29
+ {
30
+ "@->contentpath": "logicItem.includeModel.label",
31
+ "@->value": {
32
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
33
+ "@->contentpath": "ticker"
34
+ }
35
+ }
36
+ ]
37
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "@->jsoninclude": "teaser/teaser_ticker.inc.json",
3
+ "@->contentpath": "tickerTeaser",
4
+ "@->overrides": [
5
+ {
6
+ "@->contentpath": "logicItem.includeModel.teaserSize",
7
+ "@->value": "50"
8
+ },
9
+ {
10
+ "@->contentpath": "logicItem.includeModel.realTeaserSize",
11
+ "@->value": "50"
12
+ },
13
+ {
14
+ "@->contentpath": "logicItem.includeModel.teaserType",
15
+ "@->value": "ticker-standard"
16
+ },
17
+ {
18
+ "@->contentpath": "logicItem.includeModel.isHeroTeaser",
19
+ "@->value": false
20
+ },
21
+ {
22
+ "@->contentpath": "logicItem.includeModel.shorttext",
23
+ "@->value": ""
24
+ },
25
+ {
26
+ "@->contentpath": "logicItem.includeModel.topline",
27
+ "@->value": ""
28
+ },
29
+ {
30
+ "@->contentpath": "logicItem.includeModel.label",
31
+ "@->value": {
32
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
33
+ "@->contentpath": "ticker"
34
+ }
35
+ }
36
+ ]
37
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "@->jsoninclude": "teaser/teaser_ticker.inc.json",
3
+ "@->contentpath": "tickerTeaser",
4
+ "@->overrides": [
5
+ {
6
+ "@->contentpath": "logicItem.includeModel.teaserType",
7
+ "@->value": "ticker-standard"
8
+ },
9
+ {
10
+ "@->contentpath": "logicItem.includeModel.shorttext",
11
+ "@->value": ""
12
+ },
13
+ {
14
+ "@->contentpath": "logicItem.includeModel.topline",
15
+ "@->value": ""
16
+ },
17
+ {
18
+ "@->contentpath": "logicItem.includeModel.label",
19
+ "@->value": {
20
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
21
+ "@->contentpath": "ticker"
22
+ }
23
+ }
24
+ ]
25
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "@->jsoninclude": "teaser/teaser_ticker.inc.json",
3
+ "@->contentpath": "tickerTeaser_audio",
4
+ "@->overrides": [
5
+ {
6
+ "@->contentpath": "logicItem.includeModel.teaserType",
7
+ "@->value": "ticker-standard"
8
+ },
9
+ {
10
+ "@->contentpath": "logicItem.includeModel.shorttext",
11
+ "@->value": ""
12
+ },
13
+ {
14
+ "@->contentpath": "logicItem.includeModel.topline",
15
+ "@->value": ""
16
+ },
17
+ {
18
+ "@->contentpath": "logicItem.includeModel.label",
19
+ "@->value": {
20
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
21
+ "@->contentpath": "ticker"
22
+ }
23
+ }
24
+ ]
25
+ }
@@ -12,6 +12,7 @@
12
12
  --color-secondary-ds: #606060;
13
13
  --color-highlight-1: theme('colors.blue.accented');
14
14
  --color-highlight-2: theme('colors.orange.spicyCarrot');
15
+ --color-highlight-3: theme('colors.blue.congress');
15
16
 
16
17
  /*Hauptmenü*/
17
18
  --color-top-topic-background: theme('colors.blue.linkWater');
@@ -80,6 +81,12 @@
80
81
  --font-weight-titleCluster: theme('fontWeight.bold');
81
82
  /* Border Radius */
82
83
  --border-radius-hr: theme('borderRadius.none');
84
+ /* ticker-Teaser*/
85
+ --color-ticker-teaser-headline: theme('colors.white.DEFAULT');
86
+ --color-ticker-teaser-label-byline: theme('colors.white.DEFAULT');
87
+ --color-ticker-teaser-timeline-score: theme('colors.orange.spicyCarrot');
88
+ --color-ticker-teaser-footer: theme('colors.white.DEFAULT');
89
+
83
90
  }
84
91
 
85
92
  [data-theme='hessenschau'] {
@@ -87,6 +94,7 @@
87
94
  --color-secondary-ds: #606060;
88
95
  --color-highlight-1: theme('colors.blue.accented');
89
96
  --color-highlight-2: theme('colors.orange.spicyCarrot');
97
+ --color-highlight-3: theme('colors.blue.congress');
90
98
 
91
99
  /* Medieninhalte, Video, Audio, Bildergalerie */
92
100
  --color-label-media: theme('colors.blue.science');
@@ -150,6 +158,11 @@
150
158
  --font-weight-titleCluster: theme('fontWeight.bold');
151
159
  /* Border */
152
160
  --border-radius-hr: theme('borderRadius.3xl');
161
+ /* ticker-Teaser*/
162
+ --color-ticker-teaser-headline: theme('colors.white.DEFAULT');
163
+ --color-ticker-teaser-label-byline: theme('colors.white.DEFAULT');
164
+ --color-ticker-teaser-timeline-score: theme('colors.orange.spicyCarrot');
165
+ --color-ticker-teaser-footer: theme('colors.white.DEFAULT');
153
166
  }
154
167
 
155
168
  [data-theme='hr-fernsehen'] {
@@ -673,6 +686,8 @@
673
686
  /* Font */
674
687
  --font-title: theme('fontFamily.heading');
675
688
  --font-weight-title: theme('fontWeight.bold');
689
+ /* ticker-Teaser*/
690
+ --color-ticker-teaser-timeline-score: theme('colors.pink.rose');
676
691
  }
677
692
 
678
693
  [data-theme='hr3'] {
@@ -36,4 +36,10 @@ absolute bottom-0 right-0
36
36
  {{~inline-switch _teaserSize '["hero","100","50"]' '[" m-4"," m-2 md:m-3"," m-2"]'~}}
37
37
  {{~/if~}}
38
38
  {{~/case~}}
39
+ {{~#case 'ticker-standard'~}}
40
+ {{~inline-switch _teaserSize '["25","33"]' '[" m-2"," m-4 md:m-3"," m-4"]'~}}
41
+ {{~/case~}}
42
+ {{~#case 'ticker-alternative'~}}
43
+ {{~inline-switch _teaserSize '["hero","100","50"]' '[" m-4"," m-2 md:m-3"," m-2"]'~}}
44
+ {{~/case~}}
39
45
  {{~/switch~}}
@@ -1,4 +1,4 @@
1
- <div x-show="avStart" x-cloak id="{{this.ardPlayerConfig.playerId}}" class="ar-16-9 h-full{{#if _isTeaser}} z-20{{/if}} js-load {{if _cypressHook _cypressHook 'js-media-element'}} js-video-livestream cy-mediaplayer" data-hr-mediaplayer-loader='{{json this.ardPlayerJsonConfig}}'>
1
+ <div x-show="avStart" x-cloak id="{{this.ardPlayerConfig.playerId}}" class="ar-16-9 h-full {{~#if _addClassImg}} {{_addClassImg}}{{/if}} {{#if _isTeaser}} z-20{{/if}} js-load {{if _cypressHook _cypressHook 'js-media-element'}} js-video-livestream cy-mediaplayer" data-hr-mediaplayer-loader='{{json this.ardPlayerJsonConfig}}'>
2
2
  </div>
3
3
  {{#if _isTeaser}}
4
4
  <div class="relative {{_aspectRatio}}" x-show="!avStart" >
@@ -8,7 +8,7 @@
8
8
  {{/with~}}
9
9
  {{/unless}}
10
10
  {{#with _teaser}}
11
- {{~> components/base/image/responsive_image this.teaserImage _type=(if this.teaserType this.teaserType 'story') _variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg="ar__content" _noDelay=this.dontLazyload ~}}
11
+ {{~> components/base/image/responsive_image this.teaserImage _type=(if this.teaserType this.teaserType 'story') _variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg=(appendToDefault _addClassImg "ar__content") _noDelay=this.dontLazyload ~}}
12
12
  {{/with}}
13
13
 
14
14
  {{#with this}}
@@ -1,3 +1,3 @@
1
1
  <li class="sb-brand-navigation-item{{#if this.selected}} h-10 md:h-8 font-bold text-primary {{/if}} cursor-pointer inline-block lg:hover:underline active:font-bold active:text-primary">
2
- <a class="link-focus-inset leading-10 md:leading-8 flex-col px-3 {{#if this.selected }}pl-0 {{/if}}md:flex-row js-load w-max flex justify-center {{#if this.selected}} -currentBrand {{/if}}" aria-label="{{this.name}}" href="{{resourceUrl "index.html" _site=this.site}}"{{#if this.extern}} target="_blank" rel="noopener noreferrer"{{/if}} data-hr-click-tracking='{"settings": [{"type": "uxAction", "secondLevelId": "1", "clickLabel": "Brandnavigation::{{this.text}}-Link geklickt"}]}'>{{this.text}}</a>
2
+ <a class="link-focus-inset leading-10 md:leading-8 flex-col px-3 {{#if this.selected }}pl-0 {{/if}}md:flex-row js-load w-max flex justify-center {{#if this.selected}} -currentBrand {{/if}}" aria-label="{{this.name}}" href="{{resourceUrl "index.html" _site=this.site}}"{{#if this.extern}} target="_blank" rel="noopener noreferrer"{{/if}} data-hr-click-tracking='{"settings": [{"type": "uxNavigation", "secondLevelId": "1", "clickLabel": "Brandnavigation::{{this.text}}-Link geklickt"}]}'>{{this.text}}</a>
3
3
  </li>
@@ -47,7 +47,7 @@
47
47
  x-effect="$el.setAttribute('aria-expanded', dropped || $screen('lg'));$el.setAttribute('tabindex', $store.burgeropen || $screen('lg') ? '0' : '-1')"
48
48
  aria-owns="flyout-{{getRandom}}"
49
49
  aria-controls="flyout-{{getRandom}}"
50
- data-hr-click-tracking='{"settings": [{"type": "uxAction", "secondLevelId": "1", "clickLabel": "Rubriknavigation::{{this.text}}-Link geklickt"}]}'
50
+ data-hr-click-tracking='{"settings": [{"type": "uxNavigation", "secondLevelId": "1", "clickLabel": "Rubriknavigation::{{this.text}}-Link geklickt"}]}'
51
51
  >
52
52
  {{/if}}
53
53
 
@@ -57,7 +57,7 @@
57
57
  <a href="{{resourceUrl this.url}}"
58
58
  class="{{#if this.selected}}-currentSection lg:justify-center {{/if}} link-focus-inset-white js-load flex justify-start pl-4 pr-4 h-10 lg:justify-center items-center w-full{{#if this.selected}} font-bold{{/if}}"
59
59
  {{#if this.labelText}} aria-label="{{this.labelText}}"{{/if}}
60
- data-hr-click-tracking='{"settings": [{"type": "uxAction", "secondLevelId": "1", "clickLabel": "Rubriknavigation::{{this.text}}-Link geklickt"}]}'
60
+ data-hr-click-tracking='{"settings": [{"type": "uxNavigation", "secondLevelId": "1", "clickLabel": "Rubriknavigation::{{this.text}}-Link geklickt"}]}'
61
61
  x-effect="$el.setAttribute('tabindex', $store.burgeropen || $screen('lg') ? '0' : '-1')"
62
62
  >
63
63
 
@@ -17,15 +17,15 @@
17
17
  aria-owns="flyout-{{getRandom}}"
18
18
  aria-controls="flyout-{{getRandom}}"
19
19
  x-effect="$el.setAttribute('aria-expanded', dropped);$el.setAttribute('aria-label', dropped ? '{{this.text}}-Menü schließen' : '{{this.text}}-Menü öffnen')"
20
- data-hr-click-tracking='{"settings": [{"type": "uxAction", "secondLevelId": "1", "clickLabel": "Servicenavigation::{{this.text}}-Link geklickt"}]}'
20
+ data-hr-click-tracking='{"settings": [{"type": "uxNavigation", "secondLevelId": "1", "clickLabel": "Servicenavigation::{{this.text}}-Link geklickt"}]}'
21
21
  >
22
22
 
23
23
  {{else}}
24
24
 
25
25
  {{#if this.extern}}
26
- <a href="{{this.url}}" target="_blank" x-init="dropped = false" class="flex flex-col items-center justify-center h-full px-4 lg:justify-start lg:px-3 lg:rounded-t link-focus-inset-white js-load" id="flyout-{{nextRandom}}-1" data-hr-click-tracking='{"settings": [{"type": "uxAction", "secondLevelId": "1", "clickLabel": "Servicenavigation::{{this.text}}-Link geklickt"}]}'>
26
+ <a href="{{this.url}}" target="_blank" x-init="dropped = false" class="flex flex-col items-center justify-center h-full px-4 lg:justify-start lg:px-3 lg:rounded-t link-focus-inset-white js-load" id="flyout-{{nextRandom}}-1" data-hr-click-tracking='{"settings": [{"type": "uxNavigation", "secondLevelId": "1", "clickLabel": "Servicenavigation::{{this.text}}-Link geklickt"}]}'>
27
27
  {{else}}
28
- <a href="{{resourceUrl this.url}}" x-init="dropped = false" class="flex flex-col items-center justify-center h-full px-4 lg:justify-start lg:px-3 lg:pt-1 lg:rounded-t link-focus-inset-white js-load" id="flyout-{{nextRandom}}-1" data-hr-click-tracking='{"settings": [{"type": "uxAction", "secondLevelId": "1", "clickLabel": "Servicenavigation::{{this.text}}-Link geklickt"}]}'>
28
+ <a href="{{resourceUrl this.url}}" x-init="dropped = false" class="flex flex-col items-center justify-center h-full px-4 lg:justify-start lg:px-3 lg:pt-1 lg:rounded-t link-focus-inset-white js-load" id="flyout-{{nextRandom}}-1" data-hr-click-tracking='{"settings": [{"type": "uxNavigation", "secondLevelId": "1", "clickLabel": "Servicenavigation::{{this.text}}-Link geklickt"}]}'>
29
29
  {{/if}}
30
30
 
31
31
  {{/if}}