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
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # v1.27.2 (Mon Jun 19 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Ticker Teaser [#653](https://github.com/mumprod/hr-design-system-handlebars/pull/653) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (saad.elbaciri@hr.de)
11
+
12
+ ---
13
+
14
+ # v1.27.1 (Thu Jun 15 2023)
15
+
16
+ #### 🐛 Bug Fix
17
+
18
+ - FEATURE: click action for links navigating to other pages is changed to uxNavigation [#652](https://github.com/mumprod/hr-design-system-handlebars/pull/652) ([@szuelch](https://github.com/szuelch))
19
+
20
+ #### Authors: 1
21
+
22
+ - [@szuelch](https://github.com/szuelch)
23
+
24
+ ---
25
+
1
26
  # v1.27.0 (Thu Jun 15 2023)
2
27
 
3
28
  #### 🚀 Enhancement
@@ -94,5 +94,6 @@
94
94
  "search_input_aria_submit": "Suche starten",
95
95
  "search_input_placeholder": "Ort oder Thema suchen",
96
96
  "ticket_modal_headline": "Weiterleitung zu einem Ticketservice",
97
- "ticket_modal_text": "Der Link öffnet eine Internetseite außerhalb unseres Angebots. Wir sind für den Inhalt externer Internetseiten nicht verantwortlich."
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
  }
@@ -1221,6 +1221,9 @@ video {
1221
1221
  .mb-10 {
1222
1222
  margin-bottom: 2.5rem;
1223
1223
  }
1224
+ .mb-3 {
1225
+ margin-bottom: 0.75rem;
1226
+ }
1224
1227
  .mb-4 {
1225
1228
  margin-bottom: 1rem;
1226
1229
  }
@@ -1248,6 +1251,9 @@ video {
1248
1251
  .ml-4 {
1249
1252
  margin-left: 1rem;
1250
1253
  }
1254
+ .ml-auto {
1255
+ margin-left: auto;
1256
+ }
1251
1257
  .mr-0 {
1252
1258
  margin-right: 0px;
1253
1259
  }
@@ -1677,9 +1683,6 @@ video {
1677
1683
  .justify-around {
1678
1684
  justify-content: space-around;
1679
1685
  }
1680
- .justify-items-center {
1681
- justify-items: center;
1682
- }
1683
1686
  .gap-5 {
1684
1687
  gap: 1.25rem;
1685
1688
  }
@@ -1978,6 +1981,10 @@ video {
1978
1981
  background-color: #d34600;
1979
1982
  background-color: var(--color-highlight-2);
1980
1983
  }
1984
+ .bg-highlight-3 {
1985
+ background-color: #005293;
1986
+ background-color: var(--color-highlight-3);
1987
+ }
1981
1988
  .bg-labelBreakingnews {
1982
1989
  background-color: #cc1a14;
1983
1990
  background-color: var(--color-label-breakingnews);
@@ -2026,10 +2033,6 @@ video {
2026
2033
  --tw-bg-opacity: 1;
2027
2034
  background-color: rgba(252, 242, 237, var(--tw-bg-opacity));
2028
2035
  }
2029
- .bg-orange-spicyCarrot {
2030
- --tw-bg-opacity: 1;
2031
- background-color: rgba(211, 70, 0, var(--tw-bg-opacity));
2032
- }
2033
2036
  .bg-podcast {
2034
2037
  background-color: #006dc1;
2035
2038
  background-color: var(--color-podcast);
@@ -2050,6 +2053,10 @@ video {
2050
2053
  background-color: rgba(0, 110, 183, .85);
2051
2054
  background-color: rgb(var(--color-stage-text-box) / .85);
2052
2055
  }
2056
+ .bg-tickerTeaserTimelineScore {
2057
+ background-color: #d34600;
2058
+ background-color: var(--color-ticker-teaser-timeline-score);
2059
+ }
2053
2060
  .bg-top-topic-background {
2054
2061
  background-color: #d3e2f4;
2055
2062
  background-color: var(--color-top-topic-background);
@@ -2277,6 +2284,9 @@ video {
2277
2284
  .pl-0\.5 {
2278
2285
  padding-left: 0.125rem;
2279
2286
  }
2287
+ .pl-10 {
2288
+ padding-left: 2.5rem;
2289
+ }
2280
2290
  .pl-16 {
2281
2291
  padding-left: 4rem;
2282
2292
  }
@@ -2584,6 +2594,18 @@ video {
2584
2594
  color: #006dc1;
2585
2595
  color: var(--color-subline);
2586
2596
  }
2597
+ .text-tickerTeaserFooter {
2598
+ color: #ffffff;
2599
+ color: var(--color-ticker-teaser-footer);
2600
+ }
2601
+ .text-tickerTeaserHeadline {
2602
+ color: #ffffff;
2603
+ color: var(--color-ticker-teaser-headline,#000);
2604
+ }
2605
+ .text-tickerTeaserlabelByline {
2606
+ color: #ffffff;
2607
+ color: var(--color-ticker-teaser-label-byline);
2608
+ }
2587
2609
  .text-toplineColor {
2588
2610
  color: #006dc1;
2589
2611
  color: var(--color-topline);
@@ -2757,7 +2779,7 @@ video {
2757
2779
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2758
2780
  }
2759
2781
  .counter-reset {
2760
- counter-reset: cnt1686833293811;
2782
+ counter-reset: cnt1687171872190;
2761
2783
  }
2762
2784
  .hyphens-auto {
2763
2785
  -webkit-hyphens: auto;
@@ -2993,7 +3015,7 @@ video {
2993
3015
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2994
3016
  }
2995
3017
  .-ordered {
2996
- counter-increment: cnt1686833293811 1;
3018
+ counter-increment: cnt1687171872190 1;
2997
3019
  }
2998
3020
  .-ordered::before {
2999
3021
  position: absolute;
@@ -3009,7 +3031,7 @@ video {
3009
3031
  letter-spacing: .0125em;
3010
3032
  --tw-text-opacity: 1;
3011
3033
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3012
- content: counter(cnt1686833293811);
3034
+ content: counter(cnt1687171872190);
3013
3035
  }
3014
3036
  /*! ****************************/
3015
3037
  /*! text-shadow */
@@ -3064,6 +3086,7 @@ video {
3064
3086
  --color-secondary-ds: #606060;
3065
3087
  --color-highlight-1: #eaf3fa;
3066
3088
  --color-highlight-2: #d34600;
3089
+ --color-highlight-3: #005293;
3067
3090
 
3068
3091
  /*Hauptmenü*/
3069
3092
  --color-top-topic-background: #d3e2f4;
@@ -3132,12 +3155,19 @@ video {
3132
3155
  --font-weight-titleCluster: 700;
3133
3156
  /* Border Radius */
3134
3157
  --border-radius-hr: 0px;
3158
+ /* ticker-Teaser*/
3159
+ --color-ticker-teaser-headline: #ffffff;
3160
+ --color-ticker-teaser-label-byline: #ffffff;
3161
+ --color-ticker-teaser-timeline-score: #d34600;
3162
+ --color-ticker-teaser-footer: #ffffff;
3163
+
3135
3164
  }
3136
3165
  [data-theme='hessenschau'] {
3137
3166
  --color-primary-ds: #005293;
3138
3167
  --color-secondary-ds: #606060;
3139
3168
  --color-highlight-1: #eaf3fa;
3140
3169
  --color-highlight-2: #d34600;
3170
+ --color-highlight-3: #005293;
3141
3171
 
3142
3172
  /* Medieninhalte, Video, Audio, Bildergalerie */
3143
3173
  --color-label-media: #006dc1;
@@ -3201,6 +3231,11 @@ video {
3201
3231
  --font-weight-titleCluster: 700;
3202
3232
  /* Border */
3203
3233
  --border-radius-hr: 1.5rem;
3234
+ /* ticker-Teaser*/
3235
+ --color-ticker-teaser-headline: #ffffff;
3236
+ --color-ticker-teaser-label-byline: #ffffff;
3237
+ --color-ticker-teaser-timeline-score: #d34600;
3238
+ --color-ticker-teaser-footer: #ffffff;
3204
3239
  }
3205
3240
  [data-theme='hr-fernsehen'] {
3206
3241
  --color-primary-ds: #a00d65;
@@ -3715,6 +3750,8 @@ video {
3715
3750
  /* Font */
3716
3751
  --font-title: RobotoCond, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
3717
3752
  --font-weight-title: 700;
3753
+ /* ticker-Teaser*/
3754
+ --color-ticker-teaser-timeline-score: #e5007d;
3718
3755
  }
3719
3756
  [data-theme='hr3'] {
3720
3757
  --color-primary-ds: #c20016;
@@ -4536,6 +4573,10 @@ video {
4536
4573
  margin-top: -10rem;
4537
4574
  }
4538
4575
 
4576
+ .md\:mb-0 {
4577
+ margin-bottom: 0px;
4578
+ }
4579
+
4539
4580
  .md\:mb-16 {
4540
4581
  margin-bottom: 4rem;
4541
4582
  }
@@ -4548,6 +4589,10 @@ video {
4548
4589
  margin-top: 0px;
4549
4590
  }
4550
4591
 
4592
+ .md\:mt-auto {
4593
+ margin-top: auto;
4594
+ }
4595
+
4551
4596
  .md\:line-clamp-4 {
4552
4597
  overflow: hidden;
4553
4598
  display: -webkit-box;
@@ -4722,6 +4767,10 @@ video {
4722
4767
  padding: 2.5rem;
4723
4768
  }
4724
4769
 
4770
+ .md\:p-5 {
4771
+ padding: 1.25rem;
4772
+ }
4773
+
4725
4774
  .md\:\!px-0 {
4726
4775
  padding-left: 0px !important;
4727
4776
  padding-right: 0px !important;
@@ -4742,6 +4791,10 @@ video {
4742
4791
  padding-right: 1rem;
4743
4792
  }
4744
4793
 
4794
+ .md\:pb-5 {
4795
+ padding-bottom: 1.25rem;
4796
+ }
4797
+
4745
4798
  .md\:pl-0 {
4746
4799
  padding-left: 0px;
4747
4800
  }
@@ -4758,6 +4811,10 @@ video {
4758
4811
  padding-right: 1.25rem;
4759
4812
  }
4760
4813
 
4814
+ .md\:pt-0 {
4815
+ padding-top: 0px;
4816
+ }
4817
+
4761
4818
  .md\:pt-4 {
4762
4819
  padding-top: 1rem;
4763
4820
  }
@@ -5404,3 +5461,6 @@ video {
5404
5461
  border-left-width: 1px;
5405
5462
  }
5406
5463
  }
5464
+ .\[\&\:not\(\:last-child\)\]\:pb-5:not(:last-child) {
5465
+ padding-bottom: 1.25rem;
5466
+ }
@@ -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}}
@@ -1,7 +1,7 @@
1
1
  {{#with this.teaserLead.avDocument}}
2
2
  {{~#if this.isVideo ~}}
3
3
  {{#with this.toModel.videoElement}}
4
- {{~> components/mediaplayer/media_player _cypressHook="js-video-ondemand" _mediaButtonIcon="play_button" _mediaButtonLabel="Video" _isTeaser=true _teaser=../../this _aspectRatio=../../_aspectRatio _teaserSize=../../_teaserSize _isMobile1to1=../../_isMobile1to1 _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType~}}
4
+ {{~> components/mediaplayer/media_player _cypressHook="js-video-ondemand" _mediaButtonIcon="play_button" _mediaButtonLabel="Video" _isTeaser=true _teaser=../../this _aspectRatio=../../_aspectRatio _teaserSize=../../_teaserSize _isMobile1to1=../../_isMobile1to1 _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
5
5
  {{#if ../../_isMobile1to1~}}
6
6
  {{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
7
7
  {{~/if~}}
@@ -9,7 +9,7 @@
9
9
  {{~/if~}}
10
10
  {{~#if this.isAudio ~}}
11
11
  {{#with this.toModel.audioElement}}
12
- {{~> components/mediaplayer/media_player _cypressHook="js-audio-ondemand" _mediaButtonIcon="audio_button" _mediaButtonLabel="Audio" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType~}}
12
+ {{~> components/mediaplayer/media_player _cypressHook="js-audio-ondemand" _mediaButtonIcon="audio_button" _mediaButtonLabel="Audio" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
13
13
  {{#if ../../_isMobile1to1~}}
14
14
  {{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
15
15
  {{~/if~}}
@@ -17,7 +17,7 @@
17
17
  {{~/if~}}
18
18
  {{~#if this.isPodcast ~}}
19
19
  {{#with this.toModel.audioElement}}
20
- {{~> components/mediaplayer/media_player _cypressHook="js-audio-ondemand" _mediaButtonIcon="audio_button" _mediaButtonLabel="Podcast" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType~}}
20
+ {{~> components/mediaplayer/media_player _cypressHook="js-audio-ondemand" _mediaButtonIcon="audio_button" _mediaButtonLabel="Podcast" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
21
21
  {{#if ../../_isMobile1to1~}}
22
22
  {{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
23
23
  {{~/if~}}
@@ -25,7 +25,7 @@
25
25
  {{~/if~}}
26
26
  {{~#if this.isAudioEventLivestream ~}}
27
27
  {{#with this.toModel.audioLivestreamElement}}
28
- {{~> components/mediaplayer/media_player _cypressHook="js-video-livestream" _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _isLivestream="true" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType~}}
28
+ {{~> components/mediaplayer/media_player _cypressHook="js-video-livestream" _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _isLivestream="true" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
29
29
  {{#if ../../_isMobile1to1~}}
30
30
  {{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
31
31
  {{~/if~}}
@@ -33,7 +33,7 @@
33
33
  {{~/if~}}
34
34
  {{~#if this.isLivestream ~}}
35
35
  {{#with this.toModel.videoLivestreamElement}}
36
- {{~> components/mediaplayer/media_player _cypressHook="js-video-livestream" _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _isLivestream="true" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType~}}
36
+ {{~> components/mediaplayer/media_player _cypressHook="js-video-livestream" _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _isLivestream="true" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
37
37
  {{#if ../../_isMobile1to1~}}
38
38
  {{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
39
39
  {{~/if~}}
@@ -1,5 +1,5 @@
1
1
  {{~#if this.allowAVConsumption ~}}
2
- {{> components/teaser/components/teaser_av_consumption _aspectRatio=_aspectRatio _isMobile1to1=_isMobile1to1 _teaserSize=_teaserSize _teaserType=_teaserType }}
2
+ {{> components/teaser/components/teaser_av_consumption _aspectRatio=_aspectRatio _isMobile1to1=_isMobile1to1 _teaserSize=_teaserSize _teaserType=_teaserType _addClassImg=_addClassImg}}
3
3
  {{else}}
4
4
  {{> components/teaser/components/teaser_image _isMobile1to1=_isMobile1to1 _teaserSize=_teaserSize _addClassImg=_addClassImg}}
5
5
  {{/if}}
@@ -94,4 +94,18 @@ the 4 parameters are:
94
94
  {{~#case 'calendar'~}}
95
95
  text-2xl
96
96
  {{~/case~}}
97
+ {{~#case 'ticker-standard'~}}
98
+ {{~inline-switch
99
+ _size
100
+ '["hero","100","25"]'
101
+ '["text-2xl md:text-4xl","text-2xl md:text-4xl","text-2xl md:text-lg","text-2xl"]'
102
+ ~}}
103
+ {{~/case~}}
104
+ {{~#case 'ticker-alternative'~}}
105
+ {{~inline-switch
106
+ _size
107
+ '["hero","100","50"]'
108
+ '["text-2xl md:text-4xl","text-2xl md:text-2xl","text-lg md:text-2xl"]'
109
+ ~}}
110
+ {{~/case~}}
97
111
  {{~/switch~}}
@@ -0,0 +1,16 @@
1
+ <article class="bg-highlight-3 md:rounded-tl-hr md:rounded-br-hr items-start relative col-span-12 flex md:flex-row gap-y-3 gap-x-4 md:gap-x-6 md:p-5
2
+ {{if this.isHeroTeaser 'mx-0 md:rounded-tl-hr md:rounded-br-hr' 'mx-5 sm:mx-0 rounded-tl-hr rounded-br-hr'}}
3
+ {{~inline-switch this.realTeaserSize '["hero","100","50"]' '[" flex-col"," flex-col"," md:col-span-6 px-5"]'~}}"
4
+ x-data="{ avStart: false }"
5
+ >
6
+ {{#if this.teaserImage}}
7
+ {{#>components/base/link _link=this.link _css=(inline-switch this.realTeaserSize '["hero","100"]' '[" basis-full w-full md:basis-1/2-gap-6 ar-16-9"," basis-full w-full md:basis-1/3-gap-6 ar-16-9"]') }}
8
+ <figure class="{{> components/teaser/utilities/teaser_image_cypress_hook_classes}} relative">
9
+ {{> components/teaser/components/teaser_lead _addClassImg=(if this.isHeroTeaser 'md:rounded-tl-hr' 'rounded-tl-hr') _teaserSize=this.realTeaserSize _teaserType=this.teaserType _aspectRatio=(inline-switch this.realTeaserSize '["hero"]' '["ar-16-9","ar-1-1 md:ar-16-9"]') }}
10
+ </figure>
11
+ {{/components/base/link}}
12
+ {{> components/teaser/ticker/teaser_ticker_body _teaserType=this.teaserType _outerCssClasses=(inline-switch this.realTeaserSize '["hero","100"]' '[" gap-y-5 md:basis-1/2-gap-6"," gap-y-5 md:basis-2/3-gap-6"]') }}
13
+ {{else}}
14
+ {{> components/teaser/ticker/teaser_ticker_body _outerCssClasses="basis-full h-full gap-y-5 pt-5 md:pt-0" }}
15
+ {{/if}}
16
+ </article>
@@ -0,0 +1,26 @@
1
+ <div class="h-full flex-col flex w-full{{#if _outerCssClasses}} {{_outerCssClasses}}{{/if}}">
2
+
3
+ {{#> components/teaser/components/teaser_header _css=(if this.isStandardTeaser "px-5" "px-5 md:px-0")}}
4
+ {{#>components/base/link _link=this.link _css="cy-teaser-link hover:text-toplineColor" }}
5
+ {{#with this.label}}
6
+ {{#> components/label/label_group}}
7
+ {{> components/label/label _type=this.type _text=(loca this.loca) }}
8
+ {{> components/label/label_byline _css="ml-2 text-tickerTeaserlabelByline" _text=../this.tickerTopic }}
9
+ {{/components/label/label_group}}
10
+ {{/with~}}
11
+ {{#> components/teaser/components/teaser_headline _headlineTag=this.headlineTag _css="overflow-anywhere hyphens-auto"}}
12
+ {{> components/teaser/components/teaser_title _css="text-tickerTeaserHeadline" _text=this.title _size=this.realTeaserSize _teaserType=this.teaserType _isMobile1to1=this.isMobile1to1}}
13
+ {{#if this.extendedTitle}}
14
+ {{> components/teaser/components/teaser_subline _text=this.extendedTitle}}
15
+ {{/if}}
16
+ {{/components/teaser/components/teaser_headline}}
17
+ {{/components/base/link}}
18
+ {{/components/teaser/components/teaser_header}}
19
+
20
+ {{> components/teaser/ticker/teaser_ticker_timeline _css=(inline-switch _teaserSize '["25","33"]' '[" hidden"," md:hidden"]') _color="white" _css=(if this.isStandardTeaser "px-10" "px-5 md:px-0 md:pb-5")}}
21
+ {{> components/teaser/ticker/teaser_ticker_footer _teaserSize=_teaserSize}}
22
+
23
+
24
+
25
+
26
+ </div>
@@ -0,0 +1,12 @@
1
+ <div class="flex flex-wrap text-base justify-between items-end {{~inline-switch _teaserSize '["25"]' '[" mb-3"," mb-5"]'}} {{if this.isStandardTeaser ' px-5' ' px-5 md:px-0 mt-0 md:mt-auto md:mb-0'}}">
2
+ {{#if this.hasByline}}
3
+ <p class="self-center basis-3/5 text-xs text-tickerTeaserFooter font-headingSerif empty:hidden overflow-anywhere hyphens-auto {{inline-switch this.teaserSize '["25"]' '[" hidden"]'~}}">
4
+ {{~#if this.profiles~}}
5
+ <span>{{this.profiles}}</span>
6
+ {{~/if~}}
7
+ </p>
8
+ {{/if}}
9
+ {{#>components/base/link _link=this.link _css="ml-auto text-tickerTeaserFooter underline ds-link decoration-1" }}
10
+ {{loca "ticker_more"}}
11
+ {{/components/base/link}}
12
+ </div>
@@ -0,0 +1,16 @@
1
+ <article class="bg-highlight-3 items-start relative col-span-12 flex flex-col gap-y-3 gap-x-4
2
+ {{if this.isHeroTeaser 'mx-0 md:rounded-tl-hr md:rounded-br-hr' 'mx-5 sm:mx-0 rounded-tl-hr rounded-br-hr'}}
3
+ {{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}}"
4
+ x-data="{ avStart: false }"
5
+ >
6
+ {{#if this.teaserImage}}
7
+ {{#>components/base/link _link=this.link }}
8
+ <figure class="{{> components/teaser/utilities/teaser_image_cypress_hook_classes}}relative ar-16-9 w-full {{inline-switch this.teaserSize '["25"]' '[" hidden"]'~}}">
9
+ {{> components/teaser/components/teaser_lead _addClassImg=(if this.isHeroTeaser 'md:rounded-tl-hr' 'rounded-tl-hr') _teaserSize=this.teaserSize _teaserType=this.teaserType }}
10
+ </figure>
11
+ {{/components/base/link}}
12
+ {{> components/teaser/ticker/teaser_ticker_body _teaserSize=this.teaserSize _outerCssClasses=(inline-switch this.realTeaserSize '["25"]' '[" gap-y-3", "gap-y-5"]')}}
13
+ {{else}}
14
+ {{> components/teaser/ticker/teaser_ticker_body _teaserSize=this.teaserSize _outerCssClasses=(inline-switch this.realTeaserSize '["25"]' '[" gap-y-3", " pt-5 gap-y-5"]')}}
15
+ {{/if}}
16
+ </article>
@@ -1,10 +1,10 @@
1
1
  {{~#with this.tickerItemResults ~}}
2
- <ul class="px-10">
2
+ <ul class="{{#if ../_css}} {{../_css}}{{/if}} {{if ../this.isStandardTeaser ' pl-10 pr-5' ' pl-10 md:pl-5 pr-5 md:pr-0'}}">
3
3
  {{~#each this~}}
4
4
  {{#if this.isTopnews}}
5
- <li class="relative h-auto pb-5">
5
+ <li class="relative h-auto [&:not(:last-child)]:pb-5">
6
6
  <div class="absolute h-full">
7
- <div class="relative w-[9px] h-[9px] rounded-full top-0.5 bg-orange-spicyCarrot -left-5"></div>
7
+ <div class="relative w-[9px] h-[9px] rounded-full top-0.5 bg-tickerTeaserTimelineScore -left-5"></div>
8
8
  {{#unless @last}}
9
9
  <div class="relative flex flex-col w-0 h-full -left-4">
10
10
  <div class="h-full my-2 border-l{{#if ../../_color}} border-{{../../_color}}{{else}} border-gray-400{{/if}}"></div>
@@ -1 +1,4 @@
1
- data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "1","clickLabel":"{{_clickLabelType}}{{#if _clickLabelPrefix1}}::{{_clickLabelPrefix1}}{{/if}}{{#if _clickLabelPrefix2}}::{{_clickLabelPrefix2}}{{/if}}-Link geklickt"}]}'
1
+ data-hr-click-tracking='{"settings": [{"type":"uxNavigation","secondLevelId": "1","clickLabel":"{{_clickLabelType}}{{#if
2
+ _clickLabelPrefix1
3
+ }}::{{_clickLabelPrefix1}}{{/if}}{{#if _clickLabelPrefix2}}::{{_clickLabelPrefix2}}{{/if}}-Link
4
+ geklickt"}]}'
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": "1.27.0",
9
+ "version": "1.27.2",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -94,5 +94,6 @@
94
94
  "search_input_aria_submit": "Suche starten",
95
95
  "search_input_placeholder": "Ort oder Thema suchen",
96
96
  "ticket_modal_headline": "Weiterleitung zu einem Ticketservice",
97
- "ticket_modal_text": "Der Link öffnet eine Internetseite außerhalb unseres Angebots. Wir sind für den Inhalt externer Internetseiten nicht verantwortlich."
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
  }
@@ -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 hessenschau . 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 hr . 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 hr-bigband . 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 hr-fernsehen . 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 hr-inforadio . 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 hr-rundfunkrat . 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 hr-sinfonieorchester . 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 hr-werbung . 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 hr1 . 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 hr2 . 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 hr3 . d e"
99
100
  }