hr-design-system-handlebars 0.50.3 → 0.50.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 +36 -0
- package/dist/assets/index.css +24 -15
- package/dist/views/components/button/button_pseudo.hbs +3 -0
- package/dist/views/components/teaser/components/teaser_title_classes.hbs +1 -1
- package/dist/views/components/teaser/tabbox/group_tabbox.hbs +2 -4
- package/dist/views/components/teaser/tabbox/teaser_tabbox.hbs +1 -0
- package/dist/views/components/teaser/teaser_alternativ.hbs +11 -6
- package/dist/views/components/video/livestream/video_livestream.hbs +1 -1
- package/dist/views/components/video/video_element.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif.json +15 -0
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif_audio.json +44 -0
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif_live.json +44 -0
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif_video.json +44 -0
- package/src/assets/fixtures/teaser/teaser_alternative_50_serif.json +15 -0
- package/src/assets/fixtures/teaser/teaser_alternative_50_serif_audio.json +44 -0
- package/src/assets/fixtures/teaser/teaser_alternative_50_serif_live.json +44 -0
- package/src/assets/fixtures/teaser/teaser_alternative_50_serif_video.json +44 -0
- package/src/assets/fixtures/teaser/{teaser_alternative_25_serif.json → teaser_alternative_hero_serif_audio.json} +7 -7
- package/src/assets/fixtures/teaser/{teaser_alternative_33_serif.json → teaser_alternative_hero_serif_live.json} +7 -7
- package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_video.json +25 -0
- package/src/stories/views/components/button/button_pseudo.hbs +3 -0
- package/src/stories/views/components/teaser/components/teaser_title_classes.hbs +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_audio.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_live.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_video.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_audio.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_live.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_video.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_audio.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_live.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_video.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_cluster.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_tabbox.json +1 -1
- package/src/stories/views/components/teaser/tabbox/group_tabbox.hbs +2 -4
- package/src/stories/views/components/teaser/tabbox/teaser_tabbox.hbs +1 -0
- package/src/stories/views/components/teaser/teaser_alternativ.hbs +11 -6
- package/src/stories/views/components/teaser/teaser_alternativ.stories.mdx +3 -0
- package/src/stories/views/components/teaser/teaser_alternativ_av.stories.mdx +133 -0
- package/src/stories/views/components/video/livestream/video_livestream.hbs +1 -1
- package/src/stories/views/components/video/video_element.hbs +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_25_serif.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_33_serif.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif copy.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif copy.json +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,39 @@
|
|
|
1
|
+
# v0.50.6 (Tue Jul 19 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Dpe 1688 b [#281](https://github.com/mumprod/hr-design-system-handlebars/pull/281) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v0.50.5 (Mon Jul 18 2022)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- fix anchor-bug, add pseudo-button [#282](https://github.com/mumprod/hr-design-system-handlebars/pull/282) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
# v0.50.4 (Fri Jul 15 2022)
|
|
26
|
+
|
|
27
|
+
#### 🐛 Bug Fix
|
|
28
|
+
|
|
29
|
+
- Changed alternative 100% and 50% teaser to 1to1 in mobile [#280](https://github.com/mumprod/hr-design-system-handlebars/pull/280) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
30
|
+
|
|
31
|
+
#### Authors: 1
|
|
32
|
+
|
|
33
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
1
37
|
# v0.50.3 (Fri Jul 15 2022)
|
|
2
38
|
|
|
3
39
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -818,15 +818,15 @@ video {
|
|
|
818
818
|
.h-5 {
|
|
819
819
|
height: 1.25rem;
|
|
820
820
|
}
|
|
821
|
+
.h-auto {
|
|
822
|
+
height: auto;
|
|
823
|
+
}
|
|
821
824
|
.h-3\.5 {
|
|
822
825
|
height: 0.875rem;
|
|
823
826
|
}
|
|
824
827
|
.h-3 {
|
|
825
828
|
height: 0.75rem;
|
|
826
829
|
}
|
|
827
|
-
.h-auto {
|
|
828
|
-
height: auto;
|
|
829
|
-
}
|
|
830
830
|
.h-4 {
|
|
831
831
|
height: 1rem;
|
|
832
832
|
}
|
|
@@ -914,6 +914,10 @@ video {
|
|
|
914
914
|
-ms-flex-negative: 0;
|
|
915
915
|
flex-shrink: 0;
|
|
916
916
|
}
|
|
917
|
+
.basis-2\/3 {
|
|
918
|
+
-ms-flex-preferred-size: 66.666667%;
|
|
919
|
+
flex-basis: 66.666667%;
|
|
920
|
+
}
|
|
917
921
|
.basis-2\/5 {
|
|
918
922
|
-ms-flex-preferred-size: 40%;
|
|
919
923
|
flex-basis: 40%;
|
|
@@ -922,10 +926,6 @@ video {
|
|
|
922
926
|
-ms-flex-preferred-size: 33.333333%;
|
|
923
927
|
flex-basis: 33.333333%;
|
|
924
928
|
}
|
|
925
|
-
.basis-2\/3 {
|
|
926
|
-
-ms-flex-preferred-size: 66.666667%;
|
|
927
|
-
flex-basis: 66.666667%;
|
|
928
|
-
}
|
|
929
929
|
.basis-3\/5 {
|
|
930
930
|
-ms-flex-preferred-size: 60%;
|
|
931
931
|
flex-basis: 60%;
|
|
@@ -1153,6 +1153,10 @@ video {
|
|
|
1153
1153
|
.border-r {
|
|
1154
1154
|
border-right-width: 1px;
|
|
1155
1155
|
}
|
|
1156
|
+
.border-toplineColor {
|
|
1157
|
+
border-color: #006dc1;
|
|
1158
|
+
border-color: var(--color-topline);
|
|
1159
|
+
}
|
|
1156
1160
|
.border-white {
|
|
1157
1161
|
--tw-border-opacity: 1;
|
|
1158
1162
|
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
|
|
@@ -1305,6 +1309,10 @@ video {
|
|
|
1305
1309
|
.p-5 {
|
|
1306
1310
|
padding: 1.25rem;
|
|
1307
1311
|
}
|
|
1312
|
+
.px-2 {
|
|
1313
|
+
padding-left: 0.5rem;
|
|
1314
|
+
padding-right: 0.5rem;
|
|
1315
|
+
}
|
|
1308
1316
|
.py-3\.5 {
|
|
1309
1317
|
padding-top: 0.875rem;
|
|
1310
1318
|
padding-bottom: 0.875rem;
|
|
@@ -1345,10 +1353,6 @@ video {
|
|
|
1345
1353
|
padding-left: 1.25rem;
|
|
1346
1354
|
padding-right: 1.25rem;
|
|
1347
1355
|
}
|
|
1348
|
-
.px-2 {
|
|
1349
|
-
padding-left: 0.5rem;
|
|
1350
|
-
padding-right: 0.5rem;
|
|
1351
|
-
}
|
|
1352
1356
|
.py-2 {
|
|
1353
1357
|
padding-top: 0.5rem;
|
|
1354
1358
|
padding-bottom: 0.5rem;
|
|
@@ -1529,6 +1533,10 @@ video {
|
|
|
1529
1533
|
--tw-text-opacity: 1;
|
|
1530
1534
|
color: rgba(39, 107, 158, var(--tw-text-opacity));
|
|
1531
1535
|
}
|
|
1536
|
+
.text-toplineColor {
|
|
1537
|
+
color: #006dc1;
|
|
1538
|
+
color: var(--color-topline);
|
|
1539
|
+
}
|
|
1532
1540
|
.text-blue-700 {
|
|
1533
1541
|
--tw-text-opacity: 1;
|
|
1534
1542
|
color: rgba(29, 78, 216, var(--tw-text-opacity));
|
|
@@ -1545,10 +1553,6 @@ video {
|
|
|
1545
1553
|
--tw-text-opacity: 1;
|
|
1546
1554
|
color: rgba(0, 82, 147, var(--tw-text-opacity));
|
|
1547
1555
|
}
|
|
1548
|
-
.text-toplineColor {
|
|
1549
|
-
color: #006dc1;
|
|
1550
|
-
color: var(--color-topline);
|
|
1551
|
-
}
|
|
1552
1556
|
.text-orange-spicyCarrot {
|
|
1553
1557
|
--tw-text-opacity: 1;
|
|
1554
1558
|
color: rgba(211, 70, 0, var(--tw-text-opacity));
|
|
@@ -2682,6 +2686,11 @@ video {
|
|
|
2682
2686
|
flex-basis: 33.333333%;
|
|
2683
2687
|
}
|
|
2684
2688
|
|
|
2689
|
+
.md\:basis-1\/2 {
|
|
2690
|
+
-ms-flex-preferred-size: 50%;
|
|
2691
|
+
flex-basis: 50%;
|
|
2692
|
+
}
|
|
2693
|
+
|
|
2685
2694
|
.md\:basis-2\/3 {
|
|
2686
2695
|
-ms-flex-preferred-size: 66.666667%;
|
|
2687
2696
|
flex-basis: 66.666667%;
|
|
@@ -30,7 +30,7 @@ the 4 parameters are:
|
|
|
30
30
|
{{~inline-switch
|
|
31
31
|
size
|
|
32
32
|
'["hero","100","50"]'
|
|
33
|
-
'["text-2xl md:text-3xl","text-
|
|
33
|
+
'["text-2xl md:text-3xl","text-lg md:text-3xl","text-lg md:text-2xl"]'
|
|
34
34
|
~}}
|
|
35
35
|
{{~/case~}}
|
|
36
36
|
{{~#case 'poster-ds'~}}
|
|
@@ -19,10 +19,8 @@
|
|
|
19
19
|
{{~> components/teaser/teaser_logic/teaser_logic ~}}
|
|
20
20
|
</div>
|
|
21
21
|
{{~#if this.link~}}
|
|
22
|
-
<div class="flex justify-center">
|
|
23
|
-
|
|
24
|
-
{{~loca "group_tabbed_more" this.title~}}
|
|
25
|
-
</a>
|
|
22
|
+
<div class="flex justify-center pt-7">
|
|
23
|
+
{{~> components/button/button_pseudo _linkTitle=(loca "group_tabbed_more" this.title) ~}}
|
|
26
24
|
</div>
|
|
27
25
|
{{~/if~}}
|
|
28
26
|
</section>
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
{{~#each this.tabbedGroup~}}
|
|
8
8
|
<button onclick="window.location.href='#tgp{{@index}}';"
|
|
9
9
|
:class="tab === '{{this.title}}' ? 'text-white bg-blue-congress' : 'bg-white text-blue-congress'"
|
|
10
|
+
x-effect="$el.removeAttribute('onclick')"
|
|
10
11
|
x-on:click.prevent="tab = '{{this.title}}'"
|
|
11
12
|
class="text-base font-heading py-1 px-2 m-1.5"
|
|
12
13
|
type="button"
|
|
@@ -1,9 +1,14 @@
|
|
|
1
|
-
<article class="col-span-12 flex
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
<article class="col-span-12 flex md:flex-row gap-y-3 gap-x-4 md:px-0{{~inline-switch this.teaserSize '["hero","100","50"]' '[" flex-col"," px-5 md:flex-row"," md:col-span-6 px-5 md:flex-row"]'~}}"
|
|
2
|
+
x-data="{ avStart: false }"
|
|
3
|
+
{{#if this.isMobile1to1}}
|
|
4
|
+
:class="avStart ? 'flex-col' : 'flex-row'"
|
|
5
|
+
{{/if}}
|
|
6
|
+
>
|
|
7
|
+
<figure class="relative ar-16-9{{~inline-switch this.teaserSize '["hero","100","50"]' '[" basis-2/3"," basis-2/5 md:basis-1/3"," basis-2/5 md:basis-1/2"]'~}}">
|
|
8
|
+
{{> components/teaser/components/teaser_lead _isMobile1to1=this.isMobile1to1 _teaserSize=this.teaserSize _aspectRatio=(inline-switch this.teaserSize '["25"]' '["ar-1-1 md:ar-16-9", "ar-16-9"]') }}
|
|
4
9
|
</figure>
|
|
5
|
-
<div class="{{inline-switch this.teaserSize '["
|
|
6
|
-
<header class="px-
|
|
10
|
+
<div class="{{~inline-switch this.teaserSize '["hero","100","50"]' '["basis-1/3"," basis-3/5 md:basis-2/3"," basis-3/5 md:basis-1/2"]'~}}">
|
|
11
|
+
<header class="md:px-0{{#unless this.isMobile1to1}} px-5{{/unless}}">
|
|
7
12
|
{{#>components/base/link css="hover:text-toplineColor" doTracking=(if this.doTracking 'true') clickLabelPrefix1=this.teaserSize clickLabelPrefix2="headlineLink" }}
|
|
8
13
|
{{> components/teaser/components/teaser_heading fontVariant=this.headingFontVariant
|
|
9
14
|
headlineTag=this.headlineTag
|
|
@@ -14,7 +19,7 @@
|
|
|
14
19
|
topline=this.topline}}
|
|
15
20
|
{{/components/base/link}}
|
|
16
21
|
</header>
|
|
17
|
-
<section class="px-
|
|
22
|
+
<section class="md:px-0{{#unless this.isMobile1to1}} px-5{{/unless}}">
|
|
18
23
|
{{> components/teaser/components/teaser_text text=this.shorttext size=this.teaserSize }}
|
|
19
24
|
{{> components/teaser/components/teaser_byline}}
|
|
20
25
|
</section>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div x-show="avStart" id="{{nextRandom}}" class="ar-16-9 js-load" data-hr-mediaplayer-loader-ds='{
|
|
1
|
+
<div x-show="avStart" id="{{nextRandom}}" class="h-auto ar-16-9 js-load" data-hr-mediaplayer-loader-ds='{
|
|
2
2
|
"type": "live",
|
|
3
3
|
"position": "{{if _isTeaser 'teaser' 'page'}}",
|
|
4
4
|
"teaserSize" : "{{if _teaserSize _teaserSize '00' }}",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div x-show="avStart" id="{{nextRandom}}" class="ar-16-9 js-load" data-hr-mediaplayer-loader-ds='{
|
|
1
|
+
<div x-show="avStart" id="{{nextRandom}}" class="h-auto ar-16-9 js-load" data-hr-mediaplayer-loader-ds='{
|
|
2
2
|
"type": "ondemand",
|
|
3
3
|
"position": "{{if _isTeaser 'teaser' 'page'}}",
|
|
4
4
|
"teaserSize" : "{{if _teaserSize _teaserSize '00' }}",
|
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.50.
|
|
9
|
+
"version": "0.50.6",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -13,6 +13,21 @@
|
|
|
13
13
|
{
|
|
14
14
|
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
15
15
|
"@->value": "alternative-ds"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.isMobile1to1",
|
|
19
|
+
"@->value": "true"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"@->contentpath": "logicItem.includeModel.link.content.isMobile1to1",
|
|
23
|
+
"@->value": "true"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"@->contentpath": "logicItem.includeModel.teaserImage",
|
|
27
|
+
"@->value": {
|
|
28
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
29
|
+
"@->contentpath": "md_1_tab"
|
|
30
|
+
}
|
|
16
31
|
}
|
|
17
32
|
]
|
|
18
33
|
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teasers.inc.json",
|
|
3
|
+
"@->contentpath": "teaser",
|
|
4
|
+
"@->overrides": [
|
|
5
|
+
{
|
|
6
|
+
"@->contentpath": "logicItem.includePath",
|
|
7
|
+
"@->value": "components/teaser/teaser_alternative"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
11
|
+
"@->value": "100"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
15
|
+
"@->value": "alternative-ds"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.isMobile1to1",
|
|
19
|
+
"@->value": "true"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"@->contentpath": "logicItem.includeModel.link.content.isMobile1to1",
|
|
23
|
+
"@->value": "true"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"@->contentpath": "logicItem.includeModel.teaserImage",
|
|
27
|
+
"@->value": {
|
|
28
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
29
|
+
"@->contentpath": "md_1_tab"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"@->contentpath": "logicItem.includeModel.allowAVConsumption",
|
|
34
|
+
"@->value": "true"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"@->contentpath": "logicItem.includeModel.teaserLead",
|
|
38
|
+
"@->value": {
|
|
39
|
+
"@->jsoninclude": "teaser/teaser_lead.inc.json",
|
|
40
|
+
"@->contentpath": "audio"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teasers.inc.json",
|
|
3
|
+
"@->contentpath": "teaser",
|
|
4
|
+
"@->overrides": [
|
|
5
|
+
{
|
|
6
|
+
"@->contentpath": "logicItem.includePath",
|
|
7
|
+
"@->value": "components/teaser/teaser_alternative"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
11
|
+
"@->value": "100"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
15
|
+
"@->value": "alternative-ds"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.isMobile1to1",
|
|
19
|
+
"@->value": "true"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"@->contentpath": "logicItem.includeModel.link.content.isMobile1to1",
|
|
23
|
+
"@->value": "true"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"@->contentpath": "logicItem.includeModel.teaserImage",
|
|
27
|
+
"@->value": {
|
|
28
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
29
|
+
"@->contentpath": "md_1_tab"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"@->contentpath": "logicItem.includeModel.allowAVConsumption",
|
|
34
|
+
"@->value": "true"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"@->contentpath": "logicItem.includeModel.teaserLead",
|
|
38
|
+
"@->value": {
|
|
39
|
+
"@->jsoninclude": "teaser/teaser_lead.inc.json",
|
|
40
|
+
"@->contentpath": "live"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teasers.inc.json",
|
|
3
|
+
"@->contentpath": "teaser",
|
|
4
|
+
"@->overrides": [
|
|
5
|
+
{
|
|
6
|
+
"@->contentpath": "logicItem.includePath",
|
|
7
|
+
"@->value": "components/teaser/teaser_alternative"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
11
|
+
"@->value": "100"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
15
|
+
"@->value": "alternative-ds"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.isMobile1to1",
|
|
19
|
+
"@->value": "true"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"@->contentpath": "logicItem.includeModel.link.content.isMobile1to1",
|
|
23
|
+
"@->value": "true"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"@->contentpath": "logicItem.includeModel.teaserImage",
|
|
27
|
+
"@->value": {
|
|
28
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
29
|
+
"@->contentpath": "md_1_tab"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"@->contentpath": "logicItem.includeModel.allowAVConsumption",
|
|
34
|
+
"@->value": "true"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"@->contentpath": "logicItem.includeModel.teaserLead",
|
|
38
|
+
"@->value": {
|
|
39
|
+
"@->jsoninclude": "teaser/teaser_lead.inc.json",
|
|
40
|
+
"@->contentpath": "video"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
@@ -13,6 +13,21 @@
|
|
|
13
13
|
{
|
|
14
14
|
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
15
15
|
"@->value": "alternative-ds"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.isMobile1to1",
|
|
19
|
+
"@->value": "true"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"@->contentpath": "logicItem.includeModel.link.content.isMobile1to1",
|
|
23
|
+
"@->value": "true"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"@->contentpath": "logicItem.includeModel.teaserImage",
|
|
27
|
+
"@->value": {
|
|
28
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
29
|
+
"@->contentpath": "md_2_tab"
|
|
30
|
+
}
|
|
16
31
|
}
|
|
17
32
|
]
|
|
18
33
|
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teasers.inc.json",
|
|
3
|
+
"@->contentpath": "teaser",
|
|
4
|
+
"@->overrides": [
|
|
5
|
+
{
|
|
6
|
+
"@->contentpath": "logicItem.includePath",
|
|
7
|
+
"@->value": "components/teaser/teaser_alternative"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
11
|
+
"@->value": "50"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
15
|
+
"@->value": "alternative-ds"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.isMobile1to1",
|
|
19
|
+
"@->value": "true"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"@->contentpath": "logicItem.includeModel.link.content.isMobile1to1",
|
|
23
|
+
"@->value": "true"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"@->contentpath": "logicItem.includeModel.teaserImage",
|
|
27
|
+
"@->value": {
|
|
28
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
29
|
+
"@->contentpath": "md_2_tab"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"@->contentpath": "logicItem.includeModel.allowAVConsumption",
|
|
34
|
+
"@->value": "true"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"@->contentpath": "logicItem.includeModel.teaserLead",
|
|
38
|
+
"@->value": {
|
|
39
|
+
"@->jsoninclude": "teaser/teaser_lead.inc.json",
|
|
40
|
+
"@->contentpath": "audio"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teasers.inc.json",
|
|
3
|
+
"@->contentpath": "teaser",
|
|
4
|
+
"@->overrides": [
|
|
5
|
+
{
|
|
6
|
+
"@->contentpath": "logicItem.includePath",
|
|
7
|
+
"@->value": "components/teaser/teaser_alternative"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
11
|
+
"@->value": "50"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
15
|
+
"@->value": "alternative-ds"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.isMobile1to1",
|
|
19
|
+
"@->value": "true"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"@->contentpath": "logicItem.includeModel.link.content.isMobile1to1",
|
|
23
|
+
"@->value": "true"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"@->contentpath": "logicItem.includeModel.teaserImage",
|
|
27
|
+
"@->value": {
|
|
28
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
29
|
+
"@->contentpath": "md_2_tab"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"@->contentpath": "logicItem.includeModel.allowAVConsumption",
|
|
34
|
+
"@->value": "true"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"@->contentpath": "logicItem.includeModel.teaserLead",
|
|
38
|
+
"@->value": {
|
|
39
|
+
"@->jsoninclude": "teaser/teaser_lead.inc.json",
|
|
40
|
+
"@->contentpath": "live"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teasers.inc.json",
|
|
3
|
+
"@->contentpath": "teaser",
|
|
4
|
+
"@->overrides": [
|
|
5
|
+
{
|
|
6
|
+
"@->contentpath": "logicItem.includePath",
|
|
7
|
+
"@->value": "components/teaser/teaser_alternative"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
11
|
+
"@->value": "50"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
15
|
+
"@->value": "alternative-ds"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.isMobile1to1",
|
|
19
|
+
"@->value": "true"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"@->contentpath": "logicItem.includeModel.link.content.isMobile1to1",
|
|
23
|
+
"@->value": "true"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"@->contentpath": "logicItem.includeModel.teaserImage",
|
|
27
|
+
"@->value": {
|
|
28
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
29
|
+
"@->contentpath": "md_2_tab"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"@->contentpath": "logicItem.includeModel.allowAVConsumption",
|
|
34
|
+
"@->value": "true"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"@->contentpath": "logicItem.includeModel.teaserLead",
|
|
38
|
+
"@->value": {
|
|
39
|
+
"@->jsoninclude": "teaser/teaser_lead.inc.json",
|
|
40
|
+
"@->contentpath": "video"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
@@ -6,19 +6,19 @@
|
|
|
6
6
|
"@->contentpath": "logicItem.includePath",
|
|
7
7
|
"@->value": "components/teaser/teaser_alternative"
|
|
8
8
|
},
|
|
9
|
-
{
|
|
10
|
-
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
11
|
-
"@->value": "25"
|
|
12
|
-
},
|
|
13
9
|
{
|
|
14
10
|
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
15
11
|
"@->value": "alternative-ds"
|
|
16
12
|
},
|
|
17
13
|
{
|
|
18
|
-
"@->contentpath": "logicItem.includeModel.
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.allowAVConsumption",
|
|
15
|
+
"@->value": "true"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.teaserLead",
|
|
19
19
|
"@->value": {
|
|
20
|
-
"@->jsoninclude": "teaser/
|
|
21
|
-
"@->contentpath": "
|
|
20
|
+
"@->jsoninclude": "teaser/teaser_lead.inc.json",
|
|
21
|
+
"@->contentpath": "audio"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
]
|
|
@@ -6,19 +6,19 @@
|
|
|
6
6
|
"@->contentpath": "logicItem.includePath",
|
|
7
7
|
"@->value": "components/teaser/teaser_alternative"
|
|
8
8
|
},
|
|
9
|
-
{
|
|
10
|
-
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
11
|
-
"@->value": "33"
|
|
12
|
-
},
|
|
13
9
|
{
|
|
14
10
|
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
15
11
|
"@->value": "alternative-ds"
|
|
16
12
|
},
|
|
17
13
|
{
|
|
18
|
-
"@->contentpath": "logicItem.includeModel.
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.allowAVConsumption",
|
|
15
|
+
"@->value": "true"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.teaserLead",
|
|
19
19
|
"@->value": {
|
|
20
|
-
"@->jsoninclude": "teaser/
|
|
21
|
-
"@->contentpath": "
|
|
20
|
+
"@->jsoninclude": "teaser/teaser_lead.inc.json",
|
|
21
|
+
"@->contentpath": "live"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
]
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teasers.inc.json",
|
|
3
|
+
"@->contentpath": "teaser",
|
|
4
|
+
"@->overrides": [
|
|
5
|
+
{
|
|
6
|
+
"@->contentpath": "logicItem.includePath",
|
|
7
|
+
"@->value": "components/teaser/teaser_alternative"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
11
|
+
"@->value": "alternative-ds"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.allowAVConsumption",
|
|
15
|
+
"@->value": "true"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.teaserLead",
|
|
19
|
+
"@->value": {
|
|
20
|
+
"@->jsoninclude": "teaser/teaser_lead.inc.json",
|
|
21
|
+
"@->contentpath": "video"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
@@ -30,7 +30,7 @@ the 4 parameters are:
|
|
|
30
30
|
{{~inline-switch
|
|
31
31
|
size
|
|
32
32
|
'["hero","100","50"]'
|
|
33
|
-
'["text-2xl md:text-3xl","text-
|
|
33
|
+
'["text-2xl md:text-3xl","text-lg md:text-3xl","text-lg md:text-2xl"]'
|
|
34
34
|
~}}
|
|
35
35
|
{{~/case~}}
|
|
36
36
|
{{~#case 'poster-ds'~}}
|