hr-design-system-handlebars 1.29.4 → 1.29.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/dist/assets/brand/hessenschau/conf/locatags.json +1 -0
- package/dist/assets/brand/hr/conf/locatags.json +2 -1
- package/dist/assets/brand/hr-bigband/conf/locatags.json +2 -1
- package/dist/assets/brand/hr-fernsehen/conf/locatags.json +2 -1
- package/dist/assets/brand/hr-inforadio/conf/locatags.json +2 -1
- package/dist/assets/brand/hr-rundfunkrat/conf/locatags.json +2 -1
- package/dist/assets/brand/hr-sinfonieorchester/conf/locatags.json +2 -1
- package/dist/assets/brand/hr-werbung/conf/locatags.json +2 -1
- package/dist/assets/brand/hr1/conf/locatags.json +2 -1
- package/dist/assets/brand/hr2/conf/locatags.json +2 -1
- package/dist/assets/brand/hr3/conf/locatags.json +2 -1
- package/dist/assets/brand/hr4/conf/locatags.json +2 -1
- package/dist/assets/brand/you-fm/conf/locatags.json +2 -1
- package/dist/assets/index.css +3 -3
- package/dist/views/components/mediaplayer/media_player.hbs +1 -1
- package/dist/views/components/site_header/service_logo.hbs +2 -2
- package/dist/views/components/teaser/components/teaser_lead.hbs +1 -1
- package/dist/views/components/teaser/ticker/teaser_ticker_body.hbs +1 -1
- package/dist/views/components/teaser/ticker/teaser_ticker_footer.hbs +1 -1
- package/dist/views/components/teaser/ticker/teaser_ticker_timeline.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/brand/hessenschau/conf/locatags.json +1 -0
- package/src/assets/brand/hessenschau/conf/locatags.merged.json +2 -1
- package/src/assets/brand/hr/conf/locatags.json +2 -1
- package/src/assets/brand/hr/conf/locatags.merged.json +2 -1
- package/src/assets/brand/hr-bigband/conf/locatags.json +2 -1
- package/src/assets/brand/hr-bigband/conf/locatags.merged.json +2 -1
- package/src/assets/brand/hr-fernsehen/conf/locatags.json +2 -1
- package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +2 -1
- package/src/assets/brand/hr-inforadio/conf/locatags.json +2 -1
- package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +2 -1
- package/src/assets/brand/hr-rundfunkrat/conf/locatags.json +2 -1
- package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +2 -1
- package/src/assets/brand/hr-sinfonieorchester/conf/locatags.json +2 -1
- package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +2 -1
- package/src/assets/brand/hr-werbung/conf/locatags.json +2 -1
- package/src/assets/brand/hr-werbung/conf/locatags.merged.json +2 -1
- package/src/assets/brand/hr1/conf/locatags.json +2 -1
- package/src/assets/brand/hr1/conf/locatags.merged.json +2 -1
- package/src/assets/brand/hr2/conf/locatags.json +2 -1
- package/src/assets/brand/hr2/conf/locatags.merged.json +2 -1
- package/src/assets/brand/hr3/conf/locatags.json +2 -1
- package/src/assets/brand/hr3/conf/locatags.merged.json +2 -1
- package/src/assets/brand/hr4/conf/locatags.json +2 -1
- package/src/assets/brand/hr4/conf/locatags.merged.json +2 -1
- package/src/assets/brand/you-fm/conf/locatags.json +2 -1
- package/src/assets/brand/you-fm/conf/locatags.merged.json +2 -1
- package/src/stories/views/components/mediaplayer/media_player.hbs +1 -1
- package/src/stories/views/components/site_header/service_logo.hbs +2 -2
- package/src/stories/views/components/teaser/components/teaser_lead.hbs +1 -1
- package/src/stories/views/components/teaser/ticker/teaser_ticker_body.hbs +1 -1
- package/src/stories/views/components/teaser/ticker/teaser_ticker_footer.hbs +1 -1
- package/src/stories/views/components/teaser/ticker/teaser_ticker_timeline.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.29.6 (Mon Jul 03 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- add link-focus-white to links in Ticker-Teaser [#670](https://github.com/mumprod/hr-design-system-handlebars/pull/670) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.29.5 (Mon Jul 03 2023)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- - added alt tag to startlink logo [#669](https://github.com/mumprod/hr-design-system-handlebars/pull/669) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.29.4 (Mon Jul 03 2023)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2819,7 +2819,7 @@ video {
|
|
|
2819
2819
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2820
2820
|
}
|
|
2821
2821
|
.counter-reset {
|
|
2822
|
-
counter-reset:
|
|
2822
|
+
counter-reset: cnt1688393659458;
|
|
2823
2823
|
}
|
|
2824
2824
|
.hyphens-auto {
|
|
2825
2825
|
-webkit-hyphens: auto;
|
|
@@ -3054,7 +3054,7 @@ video {
|
|
|
3054
3054
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3055
3055
|
}
|
|
3056
3056
|
.-ordered {
|
|
3057
|
-
counter-increment:
|
|
3057
|
+
counter-increment: cnt1688393659458 1;
|
|
3058
3058
|
}
|
|
3059
3059
|
.-ordered::before {
|
|
3060
3060
|
position: absolute;
|
|
@@ -3070,7 +3070,7 @@ video {
|
|
|
3070
3070
|
letter-spacing: .0125em;
|
|
3071
3071
|
--tw-text-opacity: 1;
|
|
3072
3072
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3073
|
-
content: counter(
|
|
3073
|
+
content: counter(cnt1688393659458);
|
|
3074
3074
|
}
|
|
3075
3075
|
/*! ****************************/
|
|
3076
3076
|
/*! text-shadow */
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
{{/with~}}
|
|
9
9
|
{{/unless}}
|
|
10
10
|
{{#with _teaser}}
|
|
11
|
-
{{#if this.isTickerTeaser}}<a href="{{this.link.url}}" aria-label="Zum Ticker">{{/if}}
|
|
11
|
+
{{#if this.isTickerTeaser}}<a href="{{this.link.url}}" aria-label="Zum Ticker" tabindex="-1">{{/if}}
|
|
12
12
|
{{~> 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-adjust_context "ar__content") _noDelay=this.dontLazyload ~}}
|
|
13
13
|
{{#if this.isTickerTeaser}}</a>{{/if}}
|
|
14
14
|
{{/with}}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
{{/if}}
|
|
12
12
|
>
|
|
13
13
|
<img src="{{resourceUrl "assets/base/icons/logo/brandlogo--mobile.min.svg" _brand=(defaultIfEmpty this.brand "hessenschau")}}"
|
|
14
|
-
class="w-auto h-full logo-compact">
|
|
14
|
+
class="w-auto h-full logo-compact" alt="{{loca "meta_application_name"}}">
|
|
15
15
|
</div>
|
|
16
16
|
|
|
17
17
|
<div
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
{{/if}}
|
|
24
24
|
>
|
|
25
25
|
<img src="{{resourceUrl "assets/base/icons/logo/brandlogo--desk.min.svg" _brand=(defaultIfEmpty this.brand "hessenschau")}}"
|
|
26
|
-
class="w-auto h-full logo-desk">
|
|
26
|
+
class="w-auto h-full logo-desk" alt="{{loca "meta_application_name"}}">
|
|
27
27
|
</div>
|
|
28
28
|
|
|
29
29
|
</a>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{{~#if this.allowAVConsumption ~}}
|
|
2
2
|
{{> components/teaser/components/teaser_av_consumption _aspectRatio=_aspectRatio _isMobile1to1=_isMobile1to1 _teaserSize=_teaserSize _teaserType=_teaserType _addClassImg=_addClassImg}}
|
|
3
3
|
{{else}}
|
|
4
|
-
{{#if this.isTickerTeaser}}<a href="{{this.link.url}}" aria-label="Zum Ticker">{{/if}}
|
|
4
|
+
{{#if this.isTickerTeaser}}<a href="{{this.link.url}}" aria-label="Zum Ticker" tabindex="-1">{{/if}}
|
|
5
5
|
{{> components/teaser/components/teaser_image _isMobile1to1=_isMobile1to1 _teaserSize=_teaserSize _addClassImg=_addClassImg _aspectRatio=_aspectRatio}}
|
|
6
6
|
{{#if this.isTickerTeaser}}</a>{{/if}}
|
|
7
7
|
{{/if}}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="h-full flex-col flex w-full{{#if _outerCssClasses}} {{_outerCssClasses}}{{/if}}">
|
|
2
2
|
|
|
3
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" }}
|
|
4
|
+
{{#>components/base/link _link=this.link _css="block link-focus-white cy-teaser-link hover:text-toplineColor" }}
|
|
5
5
|
{{#with this.label}}
|
|
6
6
|
{{#> components/label/label_group}}
|
|
7
7
|
{{> components/label/label _type=this.type _text=(loca this.loca) }}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
</p>
|
|
8
8
|
{{/if}}
|
|
9
9
|
{{#with this}}
|
|
10
|
-
{{#>components/base/link _link=this.link _css="ml-auto text-tickerTeaserFooter underline ds-link decoration-1" }}
|
|
10
|
+
{{#>components/base/link _link=this.link _css="link-focus-white ml-auto text-tickerTeaserFooter underline ds-link decoration-1" }}
|
|
11
11
|
{{loca "ticker_more"}}
|
|
12
12
|
{{/components/base/link}}
|
|
13
13
|
{{#*inline "htmlProperties"}}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
{{/if}}
|
|
21
21
|
</div>
|
|
22
22
|
{{~/with}}
|
|
23
|
-
<a class="text-base js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
|
|
23
|
+
<a class="link-focus-white text-base js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
|
|
24
24
|
</li>
|
|
25
25
|
{{~/each~}}
|
|
26
26
|
</ul>
|
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.29.
|
|
9
|
+
"version": "1.29.6",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -96,5 +96,6 @@
|
|
|
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
98
|
"ticker_more": "Zum Ticker",
|
|
99
|
-
"header_homepage_link_title": "Startseite hessenschau . d e"
|
|
99
|
+
"header_homepage_link_title": "Startseite hessenschau . d e",
|
|
100
|
+
"meta_application_name": "hessenschau.de"
|
|
100
101
|
}
|
|
@@ -96,5 +96,6 @@
|
|
|
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
98
|
"ticker_more": "Zum Ticker",
|
|
99
|
-
"header_homepage_link_title": "Startseite hr . d e"
|
|
99
|
+
"header_homepage_link_title": "Startseite hr . d e",
|
|
100
|
+
"meta_application_name": "hr.de"
|
|
100
101
|
}
|
|
@@ -96,5 +96,6 @@
|
|
|
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
98
|
"ticker_more": "Zum Ticker",
|
|
99
|
-
"header_homepage_link_title": "Startseite hr-bigband . d e"
|
|
99
|
+
"header_homepage_link_title": "Startseite hr-bigband . d e",
|
|
100
|
+
"meta_application_name": "hr-bigband.de"
|
|
100
101
|
}
|
|
@@ -96,5 +96,6 @@
|
|
|
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
98
|
"ticker_more": "Zum Ticker",
|
|
99
|
-
"header_homepage_link_title": "Startseite hr-fernsehen . d e"
|
|
99
|
+
"header_homepage_link_title": "Startseite hr-fernsehen . d e",
|
|
100
|
+
"meta_application_name": "hr-fernsehen.de"
|
|
100
101
|
}
|
|
@@ -96,5 +96,6 @@
|
|
|
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
98
|
"ticker_more": "Zum Ticker",
|
|
99
|
-
"header_homepage_link_title": "Startseite hr-inforadio . d e"
|
|
99
|
+
"header_homepage_link_title": "Startseite hr-inforadio . d e",
|
|
100
|
+
"meta_application_name": "hr-inforadio.de"
|
|
100
101
|
}
|
|
@@ -96,5 +96,6 @@
|
|
|
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
98
|
"ticker_more": "Zum Ticker",
|
|
99
|
-
"header_homepage_link_title": "Startseite hr-rundfunkrat . d e"
|
|
99
|
+
"header_homepage_link_title": "Startseite hr-rundfunkrat . d e",
|
|
100
|
+
"meta_application_name": "hr-rundfunkrat.de"
|
|
100
101
|
}
|
|
@@ -96,5 +96,6 @@
|
|
|
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
98
|
"ticker_more": "Zum Ticker",
|
|
99
|
-
"header_homepage_link_title": "Startseite hr-sinfonieorchester . d e"
|
|
99
|
+
"header_homepage_link_title": "Startseite hr-sinfonieorchester . d e",
|
|
100
|
+
"meta_application_name": "hr-sinfonieorchester.de"
|
|
100
101
|
}
|
|
@@ -96,5 +96,6 @@
|
|
|
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
98
|
"ticker_more": "Zum Ticker",
|
|
99
|
-
"header_homepage_link_title": "Startseite hr-werbung . d e"
|
|
99
|
+
"header_homepage_link_title": "Startseite hr-werbung . d e",
|
|
100
|
+
"meta_application_name": "hr-werbung.de"
|
|
100
101
|
}
|
|
@@ -96,5 +96,6 @@
|
|
|
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
98
|
"ticker_more": "Zum Ticker",
|
|
99
|
-
"header_homepage_link_title": "Startseite hr1 . d e"
|
|
99
|
+
"header_homepage_link_title": "Startseite hr1 . d e",
|
|
100
|
+
"meta_application_name": "hr1.de"
|
|
100
101
|
}
|
|
@@ -96,5 +96,6 @@
|
|
|
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
98
|
"ticker_more": "Zum Ticker",
|
|
99
|
-
"header_homepage_link_title": "Startseite hr2 . d e"
|
|
99
|
+
"header_homepage_link_title": "Startseite hr2 . d e",
|
|
100
|
+
"meta_application_name": "hr2.de"
|
|
100
101
|
}
|
|
@@ -96,5 +96,6 @@
|
|
|
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
98
|
"ticker_more": "Zum Ticker",
|
|
99
|
-
"header_homepage_link_title": "Startseite hr3 . d e"
|
|
99
|
+
"header_homepage_link_title": "Startseite hr3 . d e",
|
|
100
|
+
"meta_application_name": "hr3.de"
|
|
100
101
|
}
|
|
@@ -96,5 +96,6 @@
|
|
|
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
98
|
"ticker_more": "Zum Ticker",
|
|
99
|
-
"header_homepage_link_title": "Startseite hr4 . d e"
|
|
99
|
+
"header_homepage_link_title": "Startseite hr4 . d e",
|
|
100
|
+
"meta_application_name": "hr4.de"
|
|
100
101
|
}
|
|
@@ -96,5 +96,6 @@
|
|
|
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
98
|
"ticker_more": "Zum Ticker",
|
|
99
|
-
"header_homepage_link_title": "Startseite you-fm . d e"
|
|
99
|
+
"header_homepage_link_title": "Startseite you-fm . d e",
|
|
100
|
+
"meta_application_name": "you-fm.de"
|
|
100
101
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
{{/with~}}
|
|
9
9
|
{{/unless}}
|
|
10
10
|
{{#with _teaser}}
|
|
11
|
-
{{#if this.isTickerTeaser}}<a href="{{this.link.url}}" aria-label="Zum Ticker">{{/if}}
|
|
11
|
+
{{#if this.isTickerTeaser}}<a href="{{this.link.url}}" aria-label="Zum Ticker" tabindex="-1">{{/if}}
|
|
12
12
|
{{~> 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-adjust_context "ar__content") _noDelay=this.dontLazyload ~}}
|
|
13
13
|
{{#if this.isTickerTeaser}}</a>{{/if}}
|
|
14
14
|
{{/with}}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
{{/if}}
|
|
12
12
|
>
|
|
13
13
|
<img src="{{resourceUrl "assets/base/icons/logo/brandlogo--mobile.min.svg" _brand=(defaultIfEmpty this.brand "hessenschau")}}"
|
|
14
|
-
class="w-auto h-full logo-compact">
|
|
14
|
+
class="w-auto h-full logo-compact" alt="{{loca "meta_application_name"}}">
|
|
15
15
|
</div>
|
|
16
16
|
|
|
17
17
|
<div
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
{{/if}}
|
|
24
24
|
>
|
|
25
25
|
<img src="{{resourceUrl "assets/base/icons/logo/brandlogo--desk.min.svg" _brand=(defaultIfEmpty this.brand "hessenschau")}}"
|
|
26
|
-
class="w-auto h-full logo-desk">
|
|
26
|
+
class="w-auto h-full logo-desk" alt="{{loca "meta_application_name"}}">
|
|
27
27
|
</div>
|
|
28
28
|
|
|
29
29
|
</a>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{{~#if this.allowAVConsumption ~}}
|
|
2
2
|
{{> components/teaser/components/teaser_av_consumption _aspectRatio=_aspectRatio _isMobile1to1=_isMobile1to1 _teaserSize=_teaserSize _teaserType=_teaserType _addClassImg=_addClassImg}}
|
|
3
3
|
{{else}}
|
|
4
|
-
{{#if this.isTickerTeaser}}<a href="{{this.link.url}}" aria-label="Zum Ticker">{{/if}}
|
|
4
|
+
{{#if this.isTickerTeaser}}<a href="{{this.link.url}}" aria-label="Zum Ticker" tabindex="-1">{{/if}}
|
|
5
5
|
{{> components/teaser/components/teaser_image _isMobile1to1=_isMobile1to1 _teaserSize=_teaserSize _addClassImg=_addClassImg _aspectRatio=_aspectRatio}}
|
|
6
6
|
{{#if this.isTickerTeaser}}</a>{{/if}}
|
|
7
7
|
{{/if}}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="h-full flex-col flex w-full{{#if _outerCssClasses}} {{_outerCssClasses}}{{/if}}">
|
|
2
2
|
|
|
3
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" }}
|
|
4
|
+
{{#>components/base/link _link=this.link _css="block link-focus-white cy-teaser-link hover:text-toplineColor" }}
|
|
5
5
|
{{#with this.label}}
|
|
6
6
|
{{#> components/label/label_group}}
|
|
7
7
|
{{> components/label/label _type=this.type _text=(loca this.loca) }}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
</p>
|
|
8
8
|
{{/if}}
|
|
9
9
|
{{#with this}}
|
|
10
|
-
{{#>components/base/link _link=this.link _css="ml-auto text-tickerTeaserFooter underline ds-link decoration-1" }}
|
|
10
|
+
{{#>components/base/link _link=this.link _css="link-focus-white ml-auto text-tickerTeaserFooter underline ds-link decoration-1" }}
|
|
11
11
|
{{loca "ticker_more"}}
|
|
12
12
|
{{/components/base/link}}
|
|
13
13
|
{{#*inline "htmlProperties"}}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
{{/if}}
|
|
21
21
|
</div>
|
|
22
22
|
{{~/with}}
|
|
23
|
-
<a class="text-base js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
|
|
23
|
+
<a class="link-focus-white text-base js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
|
|
24
24
|
</li>
|
|
25
25
|
{{~/each~}}
|
|
26
26
|
</ul>
|