hr-design-system-handlebars 1.102.2 → 1.102.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.102.3 (Tue Sep 24 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- modify Posterteaser [#1077](https://github.com/mumprod/hr-design-system-handlebars/pull/1077) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.102.2 (Tue Sep 24 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -1393,9 +1393,6 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
1393
1393
|
.-mt-6 {
|
|
1394
1394
|
margin-top: -1.5rem;
|
|
1395
1395
|
}
|
|
1396
|
-
.-mt-8 {
|
|
1397
|
-
margin-top: -2rem;
|
|
1398
|
-
}
|
|
1399
1396
|
.-mt-\[33px\] {
|
|
1400
1397
|
margin-top: -33px;
|
|
1401
1398
|
}
|
|
@@ -2655,6 +2652,9 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
2655
2652
|
--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
|
|
2656
2653
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
2657
2654
|
}
|
|
2655
|
+
.to-80\% {
|
|
2656
|
+
--tw-gradient-to-position: 80%;
|
|
2657
|
+
}
|
|
2658
2658
|
.fill-\[\#006dc1\] {
|
|
2659
2659
|
fill: #006dc1;
|
|
2660
2660
|
}
|
|
@@ -2853,6 +2853,9 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
2853
2853
|
.pb-10 {
|
|
2854
2854
|
padding-bottom: 2.5rem;
|
|
2855
2855
|
}
|
|
2856
|
+
.pb-16 {
|
|
2857
|
+
padding-bottom: 4rem;
|
|
2858
|
+
}
|
|
2856
2859
|
.pb-2 {
|
|
2857
2860
|
padding-bottom: 0.5rem;
|
|
2858
2861
|
}
|
|
@@ -2877,6 +2880,9 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
2877
2880
|
.pb-9 {
|
|
2878
2881
|
padding-bottom: 2.25rem;
|
|
2879
2882
|
}
|
|
2883
|
+
.pb-\[70px\] {
|
|
2884
|
+
padding-bottom: 70px;
|
|
2885
|
+
}
|
|
2880
2886
|
.pb-footer-padding-bottom {
|
|
2881
2887
|
padding-bottom: 16px;
|
|
2882
2888
|
padding-bottom: var(--footer-padding-bottom);
|
|
@@ -3486,7 +3492,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3486
3492
|
border-bottom-color: var(--color-secondary-ds);
|
|
3487
3493
|
}
|
|
3488
3494
|
.counter-reset {
|
|
3489
|
-
counter-reset:
|
|
3495
|
+
counter-reset: cnt1727189191460;
|
|
3490
3496
|
}
|
|
3491
3497
|
.hyphens-auto {
|
|
3492
3498
|
-webkit-hyphens: auto;
|
|
@@ -3894,7 +3900,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3894
3900
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3895
3901
|
}
|
|
3896
3902
|
.-ordered {
|
|
3897
|
-
counter-increment:
|
|
3903
|
+
counter-increment: cnt1727189191460 1;
|
|
3898
3904
|
}
|
|
3899
3905
|
.-ordered::before {
|
|
3900
3906
|
position: absolute;
|
|
@@ -3910,7 +3916,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3910
3916
|
letter-spacing: .0125em;
|
|
3911
3917
|
--tw-text-opacity: 1;
|
|
3912
3918
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3913
|
-
content: counter(
|
|
3919
|
+
content: counter(cnt1727189191460);
|
|
3914
3920
|
}
|
|
3915
3921
|
/*! ****************************/
|
|
3916
3922
|
/*! DataPolicy stuff */
|
|
@@ -6346,6 +6352,14 @@ input[type="checkbox"]:checked::after {
|
|
|
6346
6352
|
width: 2rem;
|
|
6347
6353
|
}
|
|
6348
6354
|
|
|
6355
|
+
.sm480\:pb-24 {
|
|
6356
|
+
padding-bottom: 6rem;
|
|
6357
|
+
}
|
|
6358
|
+
|
|
6359
|
+
.sm480\:pb-\[86px\] {
|
|
6360
|
+
padding-bottom: 86px;
|
|
6361
|
+
}
|
|
6362
|
+
|
|
6349
6363
|
.sm480\:align-top {
|
|
6350
6364
|
vertical-align: top;
|
|
6351
6365
|
}
|
|
@@ -6539,10 +6553,18 @@ input[type="checkbox"]:checked::after {
|
|
|
6539
6553
|
margin-bottom: 3.5rem;
|
|
6540
6554
|
}
|
|
6541
6555
|
|
|
6556
|
+
.sm\:mb-3 {
|
|
6557
|
+
margin-bottom: 0.75rem;
|
|
6558
|
+
}
|
|
6559
|
+
|
|
6542
6560
|
.sm\:mb-5 {
|
|
6543
6561
|
margin-bottom: 1.25rem;
|
|
6544
6562
|
}
|
|
6545
6563
|
|
|
6564
|
+
.sm\:mb-7 {
|
|
6565
|
+
margin-bottom: 1.75rem;
|
|
6566
|
+
}
|
|
6567
|
+
|
|
6546
6568
|
.sm\:mb-8 {
|
|
6547
6569
|
margin-bottom: 2rem;
|
|
6548
6570
|
}
|
|
@@ -6734,10 +6756,22 @@ input[type="checkbox"]:checked::after {
|
|
|
6734
6756
|
padding-bottom: 0px;
|
|
6735
6757
|
}
|
|
6736
6758
|
|
|
6759
|
+
.sm\:pb-16 {
|
|
6760
|
+
padding-bottom: 4rem;
|
|
6761
|
+
}
|
|
6762
|
+
|
|
6737
6763
|
.sm\:pb-2 {
|
|
6738
6764
|
padding-bottom: 0.5rem;
|
|
6739
6765
|
}
|
|
6740
6766
|
|
|
6767
|
+
.sm\:pb-24 {
|
|
6768
|
+
padding-bottom: 6rem;
|
|
6769
|
+
}
|
|
6770
|
+
|
|
6771
|
+
.sm\:pb-\[86px\] {
|
|
6772
|
+
padding-bottom: 86px;
|
|
6773
|
+
}
|
|
6774
|
+
|
|
6741
6775
|
.sm\:pl-0 {
|
|
6742
6776
|
padding-left: 0px;
|
|
6743
6777
|
}
|
|
@@ -7277,6 +7311,22 @@ input[type="checkbox"]:checked::after {
|
|
|
7277
7311
|
padding-bottom: 1.75rem;
|
|
7278
7312
|
}
|
|
7279
7313
|
|
|
7314
|
+
.md\:pb-16 {
|
|
7315
|
+
padding-bottom: 4rem;
|
|
7316
|
+
}
|
|
7317
|
+
|
|
7318
|
+
.md\:pb-24 {
|
|
7319
|
+
padding-bottom: 6rem;
|
|
7320
|
+
}
|
|
7321
|
+
|
|
7322
|
+
.md\:pb-32 {
|
|
7323
|
+
padding-bottom: 8rem;
|
|
7324
|
+
}
|
|
7325
|
+
|
|
7326
|
+
.md\:pb-\[70px\] {
|
|
7327
|
+
padding-bottom: 70px;
|
|
7328
|
+
}
|
|
7329
|
+
|
|
7280
7330
|
.md\:pl-0 {
|
|
7281
7331
|
padding-left: 0px;
|
|
7282
7332
|
}
|
|
@@ -7348,6 +7398,10 @@ input[type="checkbox"]:checked::after {
|
|
|
7348
7398
|
line-height: 1.6875rem;
|
|
7349
7399
|
}
|
|
7350
7400
|
|
|
7401
|
+
.md\:leading-10 {
|
|
7402
|
+
line-height: 2.5rem;
|
|
7403
|
+
}
|
|
7404
|
+
|
|
7351
7405
|
.md\:leading-4 {
|
|
7352
7406
|
line-height: 1rem;
|
|
7353
7407
|
}
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
{{~> components/base/image/responsive_image this.teaserImage _type=this.teaserType _variant=this.content.imageVariant _noDelay=../_noDelay _addClassImg="rounded-tl-hr rounded-br-hr" ~}}
|
|
15
15
|
{{/if}}
|
|
16
16
|
</figure>
|
|
17
|
-
<div class="absolute flex flex-col justify-
|
|
17
|
+
<div class="absolute flex flex-col justify-end w-full h-full {{#if _isCopytext~}}{{#if this.showFullSize.isTrue~}}{{inline-switch this.showStretched.isTrue '["false","true"]' '["pb-[70px] sm480:pb-24 md:pb-32","pb-[70px] sm480:pb-[86px] sm:pb-16 md:pb-[70px]","pb-[70px] sm480:pb-24 md:pb-32"]'}}{{else}}pb-[70px] sm480:pb-24 sm:pb-[86px] md:pb-24{{/if}}{{else}}{{inline-switch this.realTeaserSize '["33","50"]' '["pb-16 sm:pb-24 md:pb-16","pb-16 sm:pb-24 md:pb-24"]'}}{{/if}} bg-gradient-to-t to-80% from-black rounded-tl-hr rounded-br-hr">
|
|
18
18
|
{{#>components/base/link _link=this.link _css="ds-teaser-focus flex items-center flex-col before:rounded-tl-hr before:rounded-br-hr hover:text-toplineColor"}}
|
|
19
|
-
<div class="
|
|
19
|
+
<div class="line-clamp-4 xs:line-clamp-5 md:line-clamp-4 {{#if ../this.showStretched.isTrue}}lg:line-clamp-4{{else}}lg:line-clamp-5{{/if}}">
|
|
20
20
|
{{#> components/teaser/components/teaser_header _css="text-center"}}
|
|
21
21
|
{{#with this.label}}
|
|
22
22
|
{{#> components/label/label_group}}
|
|
@@ -24,11 +24,15 @@
|
|
|
24
24
|
<span class="text-white">{{> components/label/label_byline _css="ml-2" _text=../../../this.tickerTopic}}</span>
|
|
25
25
|
{{/components/label/label_group}}
|
|
26
26
|
{{/with~}}
|
|
27
|
-
{{#> components/teaser/components/teaser_headline _headlineTag=(if ../../_isCopytext-adjust_context "h3" "h2") _css="text-shadow text-center text-white
|
|
27
|
+
{{#> components/teaser/components/teaser_headline _headlineTag=(if ../../_isCopytext-adjust_context "h3" "h2") _css="text-shadow text-center text-white mx-2 xs:mx-6 sm:mx-8 md:mx-5 lg:mx-8"}}
|
|
28
28
|
{{#if this.topline}}
|
|
29
29
|
{{> components/teaser/components/teaser_topline _css="!text-white" _text=this.topline}}
|
|
30
30
|
{{/if}}
|
|
31
|
-
{{
|
|
31
|
+
{{#if ../../_isCopytext-adjust_context}}
|
|
32
|
+
{{> components/teaser/components/teaser_title _css=(if this.showFullSize.isTrue "md:leading-10 whitespace-pre-wrap" "whitespace-pre-wrap") _text=this.title _size=this.realTeaserSize _teaserType="poster" _isCopytext=../../_isCopytext-adjust_context}}
|
|
33
|
+
{{else}}
|
|
34
|
+
{{> components/teaser/components/teaser_title _css=(inline-switch this.realTeaserSize '["33","50"]' '["whitespace-pre-wrap","md:leading-10 whitespace-pre-wrap"]') _text=this.title _size=this.realTeaserSize _teaserType="poster" _isCopytext=../../_isCopytext-adjust_context}}
|
|
35
|
+
{{/if}}
|
|
32
36
|
{{#if this.extendedTitle}}
|
|
33
37
|
{{> components/teaser/components/teaser_subline _text=this.extendedTitle}}
|
|
34
38
|
{{/if}}
|
|
@@ -36,10 +40,11 @@
|
|
|
36
40
|
{{/components/teaser/components/teaser_header}}
|
|
37
41
|
</div>
|
|
38
42
|
{{/components/base/link}}
|
|
43
|
+
</div>
|
|
39
44
|
<span class="absolute flex items-end justify-center w-full h-full ds-cta">
|
|
40
45
|
{{#if _isCopytext~}}
|
|
41
46
|
{{#if this.showFullSize.isTrue~}}
|
|
42
|
-
{{#> components/button/link_button _link=this.link _size="lg" _css=(inline-switch this.showStretched.isTrue '["false","true"]' '["z-20 mb-4 sm480:mb-7 md:mb-16 hover:bg-white","z-20 mb-4 sm480:mb-7
|
|
47
|
+
{{#> components/button/link_button _link=this.link _size="lg" _css=(inline-switch this.showStretched.isTrue '["false","true"]' '["z-20 mb-4 sm480:mb-7 md:mb-16 hover:bg-white","z-20 mb-4 sm480:mb-7 sm:mb-3 hover:bg-white","z-20 mb-4 sm480:mb-7 md:mb-16 hover:bg-white"]') _variant="secondary" _isAriaHidden=true _onBackground=true}}
|
|
43
48
|
{{> components/button/components/button_label _css="" _label=this.link.readMoreText.readMoreLong}}
|
|
44
49
|
{{/components/button/link_button}}
|
|
45
50
|
{{else}}
|
|
@@ -48,10 +53,10 @@
|
|
|
48
53
|
{{/components/button/link_button}}
|
|
49
54
|
{{/if}}
|
|
50
55
|
{{else}}
|
|
51
|
-
{{#> components/button/link_button _link=this.link _size="lg" _css=(inline-switch this.realTeaserSize '["33","50"]' '["z-20 mb-7 hover:bg-white","z-20 mb-
|
|
56
|
+
{{#> components/button/link_button _link=this.link _size="lg" _css=(inline-switch this.realTeaserSize '["33","50"]' '["z-20 mb-3 sm:mb-7 md:mb-3 hover:bg-white","z-20 mb-3 sm:mb-7 hover:bg-white"]') _variant="secondary" _isAriaHidden=true _onBackground=true}}
|
|
52
57
|
{{> components/button/components/button_label _css="" _label=this.link.readMoreText.readMoreLong}}
|
|
53
58
|
{{/components/button/link_button}}
|
|
54
59
|
{{/if}}
|
|
55
60
|
</span>
|
|
56
|
-
|
|
61
|
+
|
|
57
62
|
</article>
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
{{~> components/base/image/responsive_image this.teaserImage _type=this.teaserType _variant=this.content.imageVariant _noDelay=../_noDelay _addClassImg="rounded-tl-hr rounded-br-hr" ~}}
|
|
15
15
|
{{/if}}
|
|
16
16
|
</figure>
|
|
17
|
-
<div class="absolute flex flex-col justify-
|
|
17
|
+
<div class="absolute flex flex-col justify-end w-full h-full {{#if _isCopytext~}}{{#if this.showFullSize.isTrue~}}{{inline-switch this.showStretched.isTrue '["false","true"]' '["pb-[70px] sm480:pb-24 md:pb-32","pb-[70px] sm480:pb-[86px] sm:pb-16 md:pb-[70px]","pb-[70px] sm480:pb-24 md:pb-32"]'}}{{else}}pb-[70px] sm480:pb-24 sm:pb-[86px] md:pb-24{{/if}}{{else}}{{inline-switch this.realTeaserSize '["33","50"]' '["pb-16 sm:pb-24 md:pb-16","pb-16 sm:pb-24 md:pb-24"]'}}{{/if}} bg-gradient-to-t to-80% from-black rounded-tl-hr rounded-br-hr">
|
|
18
18
|
{{#>components/base/link _link=this.link _css="ds-teaser-focus flex items-center flex-col before:rounded-tl-hr before:rounded-br-hr hover:text-toplineColor"}}
|
|
19
|
-
<div class="
|
|
19
|
+
<div class="line-clamp-4 xs:line-clamp-5 md:line-clamp-4 {{#if ../this.showStretched.isTrue}}lg:line-clamp-4{{else}}lg:line-clamp-5{{/if}}">
|
|
20
20
|
{{#> components/teaser/components/teaser_header _css="text-center"}}
|
|
21
21
|
{{#with this.label}}
|
|
22
22
|
{{#> components/label/label_group}}
|
|
@@ -24,11 +24,15 @@
|
|
|
24
24
|
<span class="text-white">{{> components/label/label_byline _css="ml-2" _text=../../../this.tickerTopic}}</span>
|
|
25
25
|
{{/components/label/label_group}}
|
|
26
26
|
{{/with~}}
|
|
27
|
-
{{#> components/teaser/components/teaser_headline _headlineTag=(if _isCopytext "h3" "h2") _css="text-shadow text-center text-white
|
|
27
|
+
{{#> components/teaser/components/teaser_headline _headlineTag=(if _isCopytext "h3" "h2") _css="text-shadow text-center text-white mx-2 xs:mx-6 sm:mx-8 md:mx-5 lg:mx-8"}}
|
|
28
28
|
{{#if this.topline}}
|
|
29
29
|
{{> components/teaser/components/teaser_topline _css="!text-white" _text=this.topline}}
|
|
30
30
|
{{/if}}
|
|
31
|
-
{{
|
|
31
|
+
{{#if _isCopytext}}
|
|
32
|
+
{{> components/teaser/components/teaser_title _css=(if this.showFullSize.isTrue "md:leading-10 whitespace-pre-wrap" "whitespace-pre-wrap") _text=this.title _size=this.realTeaserSize _teaserType="poster" _isCopytext=_isCopytext}}
|
|
33
|
+
{{else}}
|
|
34
|
+
{{> components/teaser/components/teaser_title _css=(inline-switch this.realTeaserSize '["33","50"]' '["whitespace-pre-wrap","md:leading-10 whitespace-pre-wrap"]') _text=this.title _size=this.realTeaserSize _teaserType="poster" _isCopytext=_isCopytext}}
|
|
35
|
+
{{/if}}
|
|
32
36
|
{{#if this.extendedTitle}}
|
|
33
37
|
{{> components/teaser/components/teaser_subline _text=this.extendedTitle}}
|
|
34
38
|
{{/if}}
|
|
@@ -36,10 +40,11 @@
|
|
|
36
40
|
{{/components/teaser/components/teaser_header}}
|
|
37
41
|
</div>
|
|
38
42
|
{{/components/base/link}}
|
|
43
|
+
</div>
|
|
39
44
|
<span class="absolute flex items-end justify-center w-full h-full ds-cta">
|
|
40
45
|
{{#if _isCopytext~}}
|
|
41
46
|
{{#if this.showFullSize.isTrue~}}
|
|
42
|
-
{{#> components/button/link_button _link=this.link _size="lg" _css=(inline-switch this.showStretched.isTrue '["false","true"]' '["z-20 mb-4 sm480:mb-7 md:mb-16 hover:bg-white","z-20 mb-4 sm480:mb-7
|
|
47
|
+
{{#> components/button/link_button _link=this.link _size="lg" _css=(inline-switch this.showStretched.isTrue '["false","true"]' '["z-20 mb-4 sm480:mb-7 md:mb-16 hover:bg-white","z-20 mb-4 sm480:mb-7 sm:mb-3 hover:bg-white","z-20 mb-4 sm480:mb-7 md:mb-16 hover:bg-white"]') _variant="secondary" _isAriaHidden=true _onBackground=true}}
|
|
43
48
|
{{> components/button/components/button_label _css="" _label=this.link.readMoreText.readMoreLong}}
|
|
44
49
|
{{/components/button/link_button}}
|
|
45
50
|
{{else}}
|
|
@@ -48,10 +53,10 @@
|
|
|
48
53
|
{{/components/button/link_button}}
|
|
49
54
|
{{/if}}
|
|
50
55
|
{{else}}
|
|
51
|
-
{{#> components/button/link_button _link=this.link _size="lg" _css=(inline-switch this.realTeaserSize '["33","50"]' '["z-20 mb-7 hover:bg-white","z-20 mb-
|
|
56
|
+
{{#> components/button/link_button _link=this.link _size="lg" _css=(inline-switch this.realTeaserSize '["33","50"]' '["z-20 mb-3 sm:mb-7 md:mb-3 hover:bg-white","z-20 mb-3 sm:mb-7 hover:bg-white"]') _variant="secondary" _isAriaHidden=true _onBackground=true}}
|
|
52
57
|
{{> components/button/components/button_label _css="" _label=this.link.readMoreText.readMoreLong}}
|
|
53
58
|
{{/components/button/link_button}}
|
|
54
59
|
{{/if}}
|
|
55
60
|
</span>
|
|
56
|
-
|
|
61
|
+
|
|
57
62
|
</article>
|
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.102.
|
|
9
|
+
"version": "1.102.3",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
{{~> components/base/image/responsive_image this.teaserImage _type=this.teaserType _variant=this.content.imageVariant _noDelay=../_noDelay _addClassImg="rounded-tl-hr rounded-br-hr" ~}}
|
|
15
15
|
{{/if}}
|
|
16
16
|
</figure>
|
|
17
|
-
<div class="absolute flex flex-col justify-
|
|
17
|
+
<div class="absolute flex flex-col justify-end w-full h-full {{#if _isCopytext~}}{{#if this.showFullSize.isTrue~}}{{inline-switch this.showStretched.isTrue '["false","true"]' '["pb-[70px] sm480:pb-24 md:pb-32","pb-[70px] sm480:pb-[86px] sm:pb-16 md:pb-[70px]","pb-[70px] sm480:pb-24 md:pb-32"]'}}{{else}}pb-[70px] sm480:pb-24 sm:pb-[86px] md:pb-24{{/if}}{{else}}{{inline-switch this.realTeaserSize '["33","50"]' '["pb-16 sm:pb-24 md:pb-16","pb-16 sm:pb-24 md:pb-24"]'}}{{/if}} bg-gradient-to-t to-80% from-black rounded-tl-hr rounded-br-hr">
|
|
18
18
|
{{#>components/base/link _link=this.link _css="ds-teaser-focus flex items-center flex-col before:rounded-tl-hr before:rounded-br-hr hover:text-toplineColor"}}
|
|
19
|
-
<div class="
|
|
19
|
+
<div class="line-clamp-4 xs:line-clamp-5 md:line-clamp-4 {{#if ../this.showStretched.isTrue}}lg:line-clamp-4{{else}}lg:line-clamp-5{{/if}}">
|
|
20
20
|
{{#> components/teaser/components/teaser_header _css="text-center"}}
|
|
21
21
|
{{#with this.label}}
|
|
22
22
|
{{#> components/label/label_group}}
|
|
@@ -24,11 +24,15 @@
|
|
|
24
24
|
<span class="text-white">{{> components/label/label_byline _css="ml-2" _text=../../../this.tickerTopic}}</span>
|
|
25
25
|
{{/components/label/label_group}}
|
|
26
26
|
{{/with~}}
|
|
27
|
-
{{#> components/teaser/components/teaser_headline _headlineTag=(if _isCopytext-adjust_context "h3" "h2") _css="text-shadow text-center text-white
|
|
27
|
+
{{#> components/teaser/components/teaser_headline _headlineTag=(if _isCopytext-adjust_context "h3" "h2") _css="text-shadow text-center text-white mx-2 xs:mx-6 sm:mx-8 md:mx-5 lg:mx-8"}}
|
|
28
28
|
{{#if this.topline}}
|
|
29
29
|
{{> components/teaser/components/teaser_topline _css="!text-white" _text=this.topline}}
|
|
30
30
|
{{/if}}
|
|
31
|
-
{{
|
|
31
|
+
{{#if _isCopytext-adjust_context}}
|
|
32
|
+
{{> components/teaser/components/teaser_title _css=(if this.showFullSize.isTrue "md:leading-10 whitespace-pre-wrap" "whitespace-pre-wrap") _text=this.title _size=this.realTeaserSize _teaserType="poster" _isCopytext=_isCopytext-adjust_context}}
|
|
33
|
+
{{else}}
|
|
34
|
+
{{> components/teaser/components/teaser_title _css=(inline-switch this.realTeaserSize '["33","50"]' '["whitespace-pre-wrap","md:leading-10 whitespace-pre-wrap"]') _text=this.title _size=this.realTeaserSize _teaserType="poster" _isCopytext=_isCopytext-adjust_context}}
|
|
35
|
+
{{/if}}
|
|
32
36
|
{{#if this.extendedTitle}}
|
|
33
37
|
{{> components/teaser/components/teaser_subline _text=this.extendedTitle}}
|
|
34
38
|
{{/if}}
|
|
@@ -36,10 +40,11 @@
|
|
|
36
40
|
{{/components/teaser/components/teaser_header}}
|
|
37
41
|
</div>
|
|
38
42
|
{{/components/base/link}}
|
|
43
|
+
</div>
|
|
39
44
|
<span class="absolute flex items-end justify-center w-full h-full ds-cta">
|
|
40
45
|
{{#if _isCopytext~}}
|
|
41
46
|
{{#if this.showFullSize.isTrue~}}
|
|
42
|
-
{{#> components/button/link_button _link=this.link _size="lg" _css=(inline-switch this.showStretched.isTrue '["false","true"]' '["z-20 mb-4 sm480:mb-7 md:mb-16 hover:bg-white","z-20 mb-4 sm480:mb-7
|
|
47
|
+
{{#> components/button/link_button _link=this.link _size="lg" _css=(inline-switch this.showStretched.isTrue '["false","true"]' '["z-20 mb-4 sm480:mb-7 md:mb-16 hover:bg-white","z-20 mb-4 sm480:mb-7 sm:mb-3 hover:bg-white","z-20 mb-4 sm480:mb-7 md:mb-16 hover:bg-white"]') _variant="secondary" _isAriaHidden=true _onBackground=true}}
|
|
43
48
|
{{> components/button/components/button_label _css="" _label=this.link.readMoreText.readMoreLong}}
|
|
44
49
|
{{/components/button/link_button}}
|
|
45
50
|
{{else}}
|
|
@@ -48,10 +53,10 @@
|
|
|
48
53
|
{{/components/button/link_button}}
|
|
49
54
|
{{/if}}
|
|
50
55
|
{{else}}
|
|
51
|
-
{{#> components/button/link_button _link=this.link _size="lg" _css=(inline-switch this.realTeaserSize '["33","50"]' '["z-20 mb-7 hover:bg-white","z-20 mb-
|
|
56
|
+
{{#> components/button/link_button _link=this.link _size="lg" _css=(inline-switch this.realTeaserSize '["33","50"]' '["z-20 mb-3 sm:mb-7 md:mb-3 hover:bg-white","z-20 mb-3 sm:mb-7 hover:bg-white"]') _variant="secondary" _isAriaHidden=true _onBackground=true}}
|
|
52
57
|
{{> components/button/components/button_label _css="" _label=this.link.readMoreText.readMoreLong}}
|
|
53
58
|
{{/components/button/link_button}}
|
|
54
59
|
{{/if}}
|
|
55
60
|
</span>
|
|
56
|
-
|
|
61
|
+
|
|
57
62
|
</article>
|