hr-design-system-handlebars 0.121.0 → 0.121.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.
- package/CHANGELOG.md +25 -0
- package/dist/assets/index.css +27 -15
- package/dist/views/components/grid/grid_group_tabbed.hbs +1 -1
- package/dist/views/components/teaser/cluster/teaser_cluster.hbs +2 -2
- package/dist/views/components/teaser/cluster/teaser_cluster_list.hbs +4 -4
- package/dist/views/components/teaser/podcast/podcast-playlist.hbs +1 -1
- package/dist/views/components/teaser/podcast/podcast.hbs +1 -1
- package/dist/views/components/teaser/tabbox/teaser_tabbox.hbs +1 -1
- package/dist/views/components/teaser/teaser_poster.hbs +3 -3
- package/package.json +1 -1
- package/src/assets/tailwind.css +6 -0
- package/src/stories/views/components/grid/grid_group_tabbed.hbs +1 -1
- package/src/stories/views/components/teaser/cluster/teaser_cluster.hbs +2 -2
- package/src/stories/views/components/teaser/cluster/teaser_cluster_list.hbs +4 -4
- package/src/stories/views/components/teaser/podcast/podcast-playlist.hbs +1 -1
- package/src/stories/views/components/teaser/podcast/podcast.hbs +1 -1
- package/src/stories/views/components/teaser/tabbox/teaser_tabbox.hbs +1 -1
- package/src/stories/views/components/teaser/teaser_poster.hbs +3 -3
- package/tailwind.config.js +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v0.121.2 (Fri Jan 20 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- DPE-1936 Ecken der Boxen anpasssen [#494](https://github.com/mumprod/hr-design-system-handlebars/pull/494) ([@Sunny1112358](https://github.com/Sunny1112358))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@Sunny1112358](https://github.com/Sunny1112358)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v0.121.1 (Fri Jan 20 2023)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- use realTeaserSize in ClusterTeaser [#493](https://github.com/mumprod/hr-design-system-handlebars/pull/493) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
|
|
18
|
+
|
|
19
|
+
#### Authors: 2
|
|
20
|
+
|
|
21
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
22
|
+
- selbaciri (saad.elbaciri@hr.de)
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v0.121.0 (Fri Jan 20 2023)
|
|
2
27
|
|
|
3
28
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -1644,11 +1644,13 @@ video {
|
|
|
1644
1644
|
border-top-right-radius: 0.25rem;
|
|
1645
1645
|
border-bottom-right-radius: 0.25rem;
|
|
1646
1646
|
}
|
|
1647
|
-
.rounded-tl-
|
|
1648
|
-
border-top-left-radius:
|
|
1647
|
+
.rounded-tl-hr {
|
|
1648
|
+
border-top-left-radius: 0px;
|
|
1649
|
+
border-top-left-radius: var(--border-radius-hr);
|
|
1649
1650
|
}
|
|
1650
|
-
.rounded-br-
|
|
1651
|
-
border-bottom-right-radius:
|
|
1651
|
+
.rounded-br-hr {
|
|
1652
|
+
border-bottom-right-radius: 0px;
|
|
1653
|
+
border-bottom-right-radius: var(--border-radius-hr);
|
|
1652
1654
|
}
|
|
1653
1655
|
.rounded-tr-none {
|
|
1654
1656
|
border-top-right-radius: 0px;
|
|
@@ -2481,7 +2483,7 @@ video {
|
|
|
2481
2483
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2482
2484
|
}
|
|
2483
2485
|
.counter-reset {
|
|
2484
|
-
counter-reset:
|
|
2486
|
+
counter-reset: cnt1674225670640;
|
|
2485
2487
|
}
|
|
2486
2488
|
.line-clamp-4 {
|
|
2487
2489
|
overflow: hidden;
|
|
@@ -2699,7 +2701,7 @@ video {
|
|
|
2699
2701
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2700
2702
|
}
|
|
2701
2703
|
.-ordered {
|
|
2702
|
-
counter-increment:
|
|
2704
|
+
counter-increment: cnt1674225670640 1;
|
|
2703
2705
|
}
|
|
2704
2706
|
.-ordered::before {
|
|
2705
2707
|
position: absolute;
|
|
@@ -2715,7 +2717,7 @@ video {
|
|
|
2715
2717
|
letter-spacing: .0125em;
|
|
2716
2718
|
--tw-text-opacity: 1;
|
|
2717
2719
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2718
|
-
content: counter(
|
|
2720
|
+
content: counter(cnt1674225670640);
|
|
2719
2721
|
}
|
|
2720
2722
|
/*! ****************************/
|
|
2721
2723
|
/*! text-shadow */
|
|
@@ -2789,6 +2791,8 @@ video {
|
|
|
2789
2791
|
--font-weight-title: 700;
|
|
2790
2792
|
--font-titleCluster: RobotoSlab, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
2791
2793
|
--font-weight-titleCluster: 700;
|
|
2794
|
+
/* Border Radius */
|
|
2795
|
+
--border-radius-hr: 0px; ;
|
|
2792
2796
|
}
|
|
2793
2797
|
[data-theme='hessenschau'] {
|
|
2794
2798
|
--color-primary: #005293;
|
|
@@ -2849,6 +2853,8 @@ video {
|
|
|
2849
2853
|
--font-weight-title: 400;
|
|
2850
2854
|
--font-titleCluster: RobotoSlab, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
2851
2855
|
--font-weight-titleCluster: 700;
|
|
2856
|
+
/* Border */
|
|
2857
|
+
--border-radius-hr: 1.5rem;
|
|
2852
2858
|
}
|
|
2853
2859
|
[data-theme='hr-fernsehen'] {
|
|
2854
2860
|
--color-primary: #a00d65;
|
|
@@ -3420,6 +3426,8 @@ video {
|
|
|
3420
3426
|
/* Font */
|
|
3421
3427
|
--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;
|
|
3422
3428
|
--font-weight-title: 700;
|
|
3429
|
+
/* Border */
|
|
3430
|
+
--border-radius-hr: 1.5rem;
|
|
3423
3431
|
}
|
|
3424
3432
|
[data-theme='you-fm'] {
|
|
3425
3433
|
--color-primary: #c20016;
|
|
@@ -3639,11 +3647,13 @@ video {
|
|
|
3639
3647
|
.before\:rounded-2xl::before {
|
|
3640
3648
|
border-radius: 1rem;
|
|
3641
3649
|
}
|
|
3642
|
-
.before\:rounded-tl-
|
|
3643
|
-
border-top-left-radius:
|
|
3650
|
+
.before\:rounded-tl-hr::before {
|
|
3651
|
+
border-top-left-radius: 0px;
|
|
3652
|
+
border-top-left-radius: var(--border-radius-hr);
|
|
3644
3653
|
}
|
|
3645
|
-
.before\:rounded-br-
|
|
3646
|
-
border-bottom-right-radius:
|
|
3654
|
+
.before\:rounded-br-hr::before {
|
|
3655
|
+
border-bottom-right-radius: 0px;
|
|
3656
|
+
border-bottom-right-radius: var(--border-radius-hr);
|
|
3647
3657
|
}
|
|
3648
3658
|
.before\:pt-3\/4::before {
|
|
3649
3659
|
padding-top: 75%;
|
|
@@ -4017,12 +4027,14 @@ video {
|
|
|
4017
4027
|
border-radius: 0px;
|
|
4018
4028
|
}
|
|
4019
4029
|
|
|
4020
|
-
.md\:rounded-tl-
|
|
4021
|
-
border-top-left-radius:
|
|
4030
|
+
.md\:rounded-tl-hr {
|
|
4031
|
+
border-top-left-radius: 0px;
|
|
4032
|
+
border-top-left-radius: var(--border-radius-hr);
|
|
4022
4033
|
}
|
|
4023
4034
|
|
|
4024
|
-
.md\:rounded-br-
|
|
4025
|
-
border-bottom-right-radius:
|
|
4035
|
+
.md\:rounded-br-hr {
|
|
4036
|
+
border-bottom-right-radius: 0px;
|
|
4037
|
+
border-bottom-right-radius: var(--border-radius-hr);
|
|
4026
4038
|
}
|
|
4027
4039
|
|
|
4028
4040
|
.md\:border-0 {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
</div>
|
|
2
|
-
<section class="grid grid-cols-12 px-8 py-8 mx-4 mt-6 bg-blue-400 sm:mx-0 rounded-tl-
|
|
2
|
+
<section class="grid grid-cols-12 px-8 py-8 mx-4 mt-6 bg-blue-400 sm:mx-0 rounded-tl-hr rounded-br-hr col-full sm:col-main gap-x-6 gap-y-6">
|
|
3
3
|
{{> @partial-block }}
|
|
4
4
|
</section>
|
|
5
5
|
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<article class="mx-5
|
|
1
|
+
<article class="mx-5 md:mx-0 col-span-12 grid bg-highlight-1 rounded-tl-hr rounded-br-hr {{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}} ">
|
|
2
2
|
<div class="">
|
|
3
3
|
<h2 class="flex items-center px-5 py-5 text-clusterTeaserHeadline">
|
|
4
4
|
{{#if this.teaserLogo}}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
</div>
|
|
15
15
|
{{~#with this.overviewLink}}
|
|
16
16
|
{{~#if this.link~}}
|
|
17
|
-
<div class="flex mx-5 pb-9 pt-6 min-w-0 {{~inline-switch ../this.
|
|
17
|
+
<div class="flex mx-5 pb-9 pt-6 min-w-0 {{~inline-switch ../this.realTeaserSize '["100"]' '[" justify-center md:justify-end"," justify-center"]'}}">
|
|
18
18
|
{{~> components/button/button_pseudo _type="hollow" _addClass="h-4 w-4 ml-2 fill-current" _showIcon="true" _icon="arrow-right" _withLink=true _buttonText=this.title _buttonCss="truncate" _linkCss="flex min-w-0"~}}
|
|
19
19
|
</div>
|
|
20
20
|
{{~/if~}}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
<div class="{{~#if this.showFirstImageOrGenreImage}}{{~inline-switch this.
|
|
1
|
+
<div class="{{~#if this.showFirstImageOrGenreImage}}{{~inline-switch this.realTeaserSize '["100"]' '[" md:flex md:flex-row"]'}}{{~/if~}}">
|
|
2
2
|
{{~#if this.showGenreImage}}
|
|
3
|
-
<div class="px-0 pb-5 {{~inline-switch this.
|
|
3
|
+
<div class="px-0 pb-5 {{~inline-switch this.realTeaserSize '["100"]' '[" md:pl-5 md:basis-1/2 lg:basis-1/3 md:ar-1-1"]'}}">
|
|
4
4
|
{{~> components/base/image/responsive_image this.genreImage _type=this.teaserType _variant=this.imageVariant _addClass=this.aspectRatio _addClassImg="w-full" ~}}
|
|
5
5
|
</div>
|
|
6
6
|
{{~/if~}}
|
|
7
7
|
{{~#if this.showFirstImage}}
|
|
8
8
|
{{~#with this.firstEntry~}}
|
|
9
9
|
{{~#if this.teaserImage}}
|
|
10
|
-
<div class="px-0 pb-3 {{~inline-switch ../this.
|
|
10
|
+
<div class="px-0 pb-3 {{~inline-switch ../this.realTeaserSize '["100"]' '[" md:pl-5 md:basis-1/2 lg:basis-1/3"]'}}">
|
|
11
11
|
{{~> components/base/image/responsive_image this.teaserImage _type=../this.teaserType _variant=../this.imageVariant _addClass=../this.aspectRatio _addClassImg="w-full" ~}}
|
|
12
|
-
<div class="mx-5 mt-3 {{~inline-switch ../this.
|
|
12
|
+
<div class="mx-5 mt-3 {{~inline-switch ../this.realTeaserSize '["100"]' '[" md:mx-0"]'}}">
|
|
13
13
|
{{> components/teaser/cluster/teaser_cluster_item _size=../this.realTeaserSize _ordered=../this.isOrdered _firstItem=true}}
|
|
14
14
|
</div>
|
|
15
15
|
</div>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div class="grid gap-y-6 relative gap-x-4 flex-col pt-5 mx-5 sm:mx-0 md:pt-5 bg-highlight-1 rounded-tl-
|
|
1
|
+
<div class="grid gap-y-6 relative gap-x-4 flex-col pt-5 mx-5 sm:mx-0 md:pt-5 bg-highlight-1 rounded-tl-hr rounded-br-hr col-span-12{{inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}" >
|
|
2
2
|
{{> components/teaser/podcast/podcast_playlist_player _linkTitle="true" _isSinglePage=false _type="podcastPlaylistPlayerTeaser" }}
|
|
3
3
|
</div>
|
|
4
4
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<div class="relative grid flex-col col-span-12 mx-5 sm:mx-0 gap-y-6 gap-x-4 bg-highlight-1 rounded-tl-
|
|
1
|
+
<div class="relative grid flex-col col-span-12 mx-5 sm:mx-0 gap-y-6 gap-x-4 bg-highlight-1 rounded-tl-hr rounded-br-hr{{inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}" >
|
|
2
2
|
{{> components/teaser/podcast/podcast_player _linkTitle="true" _isSinglePage=true _type="podcastEpisodePlayerTeaser" }}
|
|
3
3
|
</div>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div
|
|
3
3
|
x-cloak
|
|
4
4
|
x-data="{ tab: '{{this.tabbedGroup.[0].title}}' }"
|
|
5
|
-
class="grid grid-cols-12 pt-6 mx-0 mb-8 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-
|
|
5
|
+
class="grid grid-cols-12 pt-6 mx-0 mb-8 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
|
|
6
6
|
>
|
|
7
7
|
<section class="px-0 col-span-full sm:px-8 md:px-0" data-hr-group-tabbed='{"wandaPageId":"{{this.wandaPageId}}"}'>
|
|
8
8
|
<div class="flex flex-wrap justify-center mb-7 mx-1.5" role="tablist">
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<article class="mx-5 sm:mx-0 relative col-span-12 flex gap-y-5 gap-x-4 {{inline-switch this.realTeaserSize '["33","50"]' '["md:col-span-4 flex-col","md:col-span-6 flex-col","flex-col"]'}} ">
|
|
2
2
|
<figure class="ar-1-1" aria-hidden="true">
|
|
3
|
-
{{~> components/base/image/responsive_image this.teaserImage _type=this.teaserType _variant=this.content.imageVariant _noDelay=../_noDelay _addClassImg="ar__content rounded-tl-
|
|
3
|
+
{{~> components/base/image/responsive_image this.teaserImage _type=this.teaserType _variant=this.content.imageVariant _noDelay=../_noDelay _addClassImg="ar__content rounded-tl-hr rounded-br-hr" ~}}
|
|
4
4
|
</figure>
|
|
5
|
-
<div class="absolute flex flex-col justify-center w-full h-full bg-gradient-to-t from-black rounded-tl-
|
|
6
|
-
{{#decorator 'components/base/link' _css="ds-teaser-focus flex items-center flex-col before:rounded-tl-
|
|
5
|
+
<div class="absolute flex flex-col justify-center w-full h-full bg-gradient-to-t from-black rounded-tl-hr rounded-br-hr" aria-hidden="true">
|
|
6
|
+
{{#decorator 'components/base/link' _css="ds-teaser-focus flex items-center flex-col before:rounded-tl-hr before:rounded-br-hr hover:text-toplineColor"}}
|
|
7
7
|
{{> components/teaser/components/teaser_heading
|
|
8
8
|
_headlineTag="h2"
|
|
9
9
|
_headlineCss="text-shadow text-center text-white mb-4 mx-4 md:mb-8 xs:mx-6 sm:mx-8 md:mx-5 lg:mx-8 line-clamp-4 xs:line-clamp-6 md:line-clamp-4 lg:line-clamp-5"
|
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": "0.121.
|
|
9
|
+
"version": "0.121.2",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
package/src/assets/tailwind.css
CHANGED
|
@@ -67,6 +67,8 @@
|
|
|
67
67
|
--font-weight-title: theme('fontWeight.bold');
|
|
68
68
|
--font-titleCluster: theme('fontFamily.headingSerif');
|
|
69
69
|
--font-weight-titleCluster: theme('fontWeight.bold');
|
|
70
|
+
/* Border Radius */
|
|
71
|
+
--border-radius-hr: theme('borderRadius.none'); ;
|
|
70
72
|
}
|
|
71
73
|
|
|
72
74
|
[data-theme='hessenschau'] {
|
|
@@ -128,6 +130,8 @@
|
|
|
128
130
|
--font-weight-title: theme('fontWeight.normal');
|
|
129
131
|
--font-titleCluster: theme('fontFamily.headingSerif');
|
|
130
132
|
--font-weight-titleCluster: theme('fontWeight.bold');
|
|
133
|
+
/* Border */
|
|
134
|
+
--border-radius-hr: theme('borderRadius.3xl');
|
|
131
135
|
}
|
|
132
136
|
|
|
133
137
|
[data-theme='hr-fernsehen'] {
|
|
@@ -710,6 +714,8 @@
|
|
|
710
714
|
/* Font */
|
|
711
715
|
--font-title: theme('fontFamily.heading');
|
|
712
716
|
--font-weight-title: theme('fontWeight.bold');
|
|
717
|
+
/* Border */
|
|
718
|
+
--border-radius-hr: theme('borderRadius.3xl');
|
|
713
719
|
}
|
|
714
720
|
|
|
715
721
|
[data-theme='you-fm'] {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
</div>
|
|
2
|
-
<section class="grid grid-cols-12 px-8 py-8 mx-4 mt-6 bg-blue-400 sm:mx-0 rounded-tl-
|
|
2
|
+
<section class="grid grid-cols-12 px-8 py-8 mx-4 mt-6 bg-blue-400 sm:mx-0 rounded-tl-hr rounded-br-hr col-full sm:col-main gap-x-6 gap-y-6">
|
|
3
3
|
{{> @partial-block }}
|
|
4
4
|
</section>
|
|
5
5
|
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<article class="mx-5
|
|
1
|
+
<article class="mx-5 md:mx-0 col-span-12 grid bg-highlight-1 rounded-tl-hr rounded-br-hr {{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}} ">
|
|
2
2
|
<div class="">
|
|
3
3
|
<h2 class="flex items-center px-5 py-5 text-clusterTeaserHeadline">
|
|
4
4
|
{{#if this.teaserLogo}}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
</div>
|
|
15
15
|
{{~#with this.overviewLink}}
|
|
16
16
|
{{~#if this.link~}}
|
|
17
|
-
<div class="flex mx-5 pb-9 pt-6 min-w-0 {{~inline-switch ../this.
|
|
17
|
+
<div class="flex mx-5 pb-9 pt-6 min-w-0 {{~inline-switch ../this.realTeaserSize '["100"]' '[" justify-center md:justify-end"," justify-center"]'}}">
|
|
18
18
|
{{~> components/button/button_pseudo _type="hollow" _addClass="h-4 w-4 ml-2 fill-current" _showIcon="true" _icon="arrow-right" _withLink=true _buttonText=this.title _buttonCss="truncate" _linkCss="flex min-w-0"~}}
|
|
19
19
|
</div>
|
|
20
20
|
{{~/if~}}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
<div class="{{~#if this.showFirstImageOrGenreImage}}{{~inline-switch this.
|
|
1
|
+
<div class="{{~#if this.showFirstImageOrGenreImage}}{{~inline-switch this.realTeaserSize '["100"]' '[" md:flex md:flex-row"]'}}{{~/if~}}">
|
|
2
2
|
{{~#if this.showGenreImage}}
|
|
3
|
-
<div class="px-0 pb-5 {{~inline-switch this.
|
|
3
|
+
<div class="px-0 pb-5 {{~inline-switch this.realTeaserSize '["100"]' '[" md:pl-5 md:basis-1/2 lg:basis-1/3 md:ar-1-1"]'}}">
|
|
4
4
|
{{~> components/base/image/responsive_image this.genreImage _type=this.teaserType _variant=this.imageVariant _addClass=this.aspectRatio _addClassImg="w-full" ~}}
|
|
5
5
|
</div>
|
|
6
6
|
{{~/if~}}
|
|
7
7
|
{{~#if this.showFirstImage}}
|
|
8
8
|
{{~#with this.firstEntry~}}
|
|
9
9
|
{{~#if this.teaserImage}}
|
|
10
|
-
<div class="px-0 pb-3 {{~inline-switch ../this.
|
|
10
|
+
<div class="px-0 pb-3 {{~inline-switch ../this.realTeaserSize '["100"]' '[" md:pl-5 md:basis-1/2 lg:basis-1/3"]'}}">
|
|
11
11
|
{{~> components/base/image/responsive_image this.teaserImage _type=../this.teaserType _variant=../this.imageVariant _addClass=../this.aspectRatio _addClassImg="w-full" ~}}
|
|
12
|
-
<div class="mx-5 mt-3 {{~inline-switch ../this.
|
|
12
|
+
<div class="mx-5 mt-3 {{~inline-switch ../this.realTeaserSize '["100"]' '[" md:mx-0"]'}}">
|
|
13
13
|
{{> components/teaser/cluster/teaser_cluster_item _size=../this.realTeaserSize _ordered=../this.isOrdered _firstItem=true}}
|
|
14
14
|
</div>
|
|
15
15
|
</div>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div class="grid gap-y-6 relative gap-x-4 flex-col pt-5 mx-5 sm:mx-0 md:pt-5 bg-highlight-1 rounded-tl-
|
|
1
|
+
<div class="grid gap-y-6 relative gap-x-4 flex-col pt-5 mx-5 sm:mx-0 md:pt-5 bg-highlight-1 rounded-tl-hr rounded-br-hr col-span-12{{inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}" >
|
|
2
2
|
{{> components/teaser/podcast/podcast_playlist_player _linkTitle="true" _isSinglePage=false _type="podcastPlaylistPlayerTeaser" }}
|
|
3
3
|
</div>
|
|
4
4
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<div class="relative grid flex-col col-span-12 mx-5 sm:mx-0 gap-y-6 gap-x-4 bg-highlight-1 rounded-tl-
|
|
1
|
+
<div class="relative grid flex-col col-span-12 mx-5 sm:mx-0 gap-y-6 gap-x-4 bg-highlight-1 rounded-tl-hr rounded-br-hr{{inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}" >
|
|
2
2
|
{{> components/teaser/podcast/podcast_player _linkTitle="true" _isSinglePage=true _type="podcastEpisodePlayerTeaser" }}
|
|
3
3
|
</div>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div
|
|
3
3
|
x-cloak
|
|
4
4
|
x-data="{ tab: '{{this.tabbedGroup.[0].title}}' }"
|
|
5
|
-
class="grid grid-cols-12 pt-6 mx-0 mb-8 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-
|
|
5
|
+
class="grid grid-cols-12 pt-6 mx-0 mb-8 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
|
|
6
6
|
>
|
|
7
7
|
<section class="px-0 col-span-full sm:px-8 md:px-0" data-hr-group-tabbed='{"wandaPageId":"{{this.wandaPageId}}"}'>
|
|
8
8
|
<div class="flex flex-wrap justify-center mb-7 mx-1.5" role="tablist">
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<article class="mx-5 sm:mx-0 relative col-span-12 flex gap-y-5 gap-x-4 {{inline-switch this.realTeaserSize '["33","50"]' '["md:col-span-4 flex-col","md:col-span-6 flex-col","flex-col"]'}} ">
|
|
2
2
|
<figure class="ar-1-1" aria-hidden="true">
|
|
3
|
-
{{~> components/base/image/responsive_image this.teaserImage _type=this.teaserType _variant=this.content.imageVariant _noDelay=../_noDelay _addClassImg="ar__content rounded-tl-
|
|
3
|
+
{{~> components/base/image/responsive_image this.teaserImage _type=this.teaserType _variant=this.content.imageVariant _noDelay=../_noDelay _addClassImg="ar__content rounded-tl-hr rounded-br-hr" ~}}
|
|
4
4
|
</figure>
|
|
5
|
-
<div class="absolute flex flex-col justify-center w-full h-full bg-gradient-to-t from-black rounded-tl-
|
|
6
|
-
{{#decorator 'components/base/link' _css="ds-teaser-focus flex items-center flex-col before:rounded-tl-
|
|
5
|
+
<div class="absolute flex flex-col justify-center w-full h-full bg-gradient-to-t from-black rounded-tl-hr rounded-br-hr" aria-hidden="true">
|
|
6
|
+
{{#decorator 'components/base/link' _css="ds-teaser-focus flex items-center flex-col before:rounded-tl-hr before:rounded-br-hr hover:text-toplineColor"}}
|
|
7
7
|
{{> components/teaser/components/teaser_heading
|
|
8
8
|
_headlineTag="h2"
|
|
9
9
|
_headlineCss="text-shadow text-center text-white mb-4 mx-4 md:mb-8 xs:mx-6 sm:mx-8 md:mx-5 lg:mx-8 line-clamp-4 xs:line-clamp-6 md:line-clamp-4 lg:line-clamp-5"
|