hr-design-system-handlebars 0.44.1 β†’ 0.44.4

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 (50) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/dist/views/components/Header/NavigationFlyout/NavigationFlyoutColumn.hbs +3 -3
  3. package/dist/views/components/teaser/components/teaser_heading.hbs +2 -2
  4. package/dist/views/components/teaser/teaser_alternativ.hbs +1 -1
  5. package/dist/views/components/teaser/teaser_standard.hbs +1 -1
  6. package/package.json +1 -1
  7. package/src/assets/fixtures/teaser/teaser_group_100_2x_50.inc.json +153 -0
  8. package/src/assets/fixtures/teaser/teaser_images.inc.json +203 -0
  9. package/src/assets/fixtures/teaser/teaser_index.json +20 -0
  10. package/src/assets/fixtures/teaser/teaser_standard_lg_serif.json +1 -1
  11. package/src/assets/fixtures/teaser/teaser_standard_md_serif.json +8 -1
  12. package/src/assets/fixtures/teaser/teaser_standard_sm_serif.json +8 -1
  13. package/src/assets/fixtures/teaser/teaser_standard_xl_serif.json +1 -1
  14. package/src/assets/fixtures/teaser/teaser_standard_xxl_serif.json +1 -1
  15. package/src/assets/fixtures/teaser/teaser_standard_xxl_serif_label.json +4 -4
  16. package/src/assets/fixtures/teaser/teasers.inc.json +207 -235
  17. package/src/stories/views/components/Header/NavigationFlyout/NavigationFlyoutColumn.hbs +3 -3
  18. package/src/stories/views/components/teaser/components/teaser_heading.hbs +2 -2
  19. package/src/stories/views/components/teaser/data/teaser_alternativ_lg_serif.json +1 -1
  20. package/src/stories/views/components/teaser/data/teaser_alternativ_md_serif.json +1 -1
  21. package/src/stories/views/components/teaser/data/teaser_alternativ_sm_serif.json +1 -1
  22. package/src/stories/views/components/teaser/data/teaser_alternativ_xl_serif.json +1 -1
  23. package/src/stories/views/components/teaser/data/teaser_alternativ_xxl_serif.json +1 -1
  24. package/src/stories/views/components/teaser/data/teaser_article.json +1 -1
  25. package/src/stories/views/components/teaser/data/teaser_standard_lg_serif.json +1 -1
  26. package/src/stories/views/components/teaser/data/teaser_standard_md_serif.json +1 -1
  27. package/src/stories/views/components/teaser/data/teaser_standard_sm_serif.json +1 -1
  28. package/src/stories/views/components/teaser/data/teaser_standard_xl_serif.json +1 -1
  29. package/src/stories/views/components/teaser/data/teaser_standard_xxl_serif.json +1 -1
  30. package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -0
  31. package/src/stories/views/components/teaser/fixtures/teaser_standard_lg_serif.json +1 -1
  32. package/src/stories/views/components/teaser/fixtures/teaser_standard_md_serif.json +1 -1
  33. package/src/stories/views/components/teaser/fixtures/teaser_standard_sm_serif.json +1 -1
  34. package/src/stories/views/components/teaser/fixtures/teaser_standard_xl_serif.json +1 -1
  35. package/src/stories/views/components/teaser/fixtures/teaser_standard_xxl_serif.json +1 -1
  36. package/src/stories/views/components/teaser/fixtures/teaser_standard_xxl_serif_comments.json +1 -1
  37. package/src/stories/views/components/teaser/fixtures/teaser_standard_xxl_serif_label.json +1 -1
  38. package/src/stories/views/components/teaser/teaser_alternativ.hbs +1 -1
  39. package/src/stories/views/components/teaser/teaser_logic/teaser_logic.stories.mdx +1 -1
  40. package/src/stories/views/components/teaser/teaser_standard.hbs +1 -1
  41. package/src/stories/views/components/teaser/teaser_standard.stories.mdx +7 -7
  42. package/src/stories/views/components/teaser/fixtures/teaser-standard-lg-serif.json +0 -1
  43. package/src/stories/views/components/teaser/fixtures/teaser-standard-md-serif.json +0 -1
  44. package/src/stories/views/components/teaser/fixtures/teaser-standard-sm-serif.json +0 -1
  45. package/src/stories/views/components/teaser/fixtures/teaser-standard-xl-serif.json +0 -1
  46. package/src/stories/views/components/teaser/fixtures/teaser-standard-xxl-serif.json +0 -1
  47. package/src/stories/views/components/teaser/fixtures/teaser_commentLink.json +0 -1
  48. package/src/stories/views/components/teaser/fixtures/teaser_standard_xxl_serif copy.json +0 -1
  49. package/src/stories/views/components/teaser/fixtures/xxlTeaserStandard--serif.json +0 -1
  50. package/src/stories/views/components/teaser/fixtures/xxlTeaserStandard--serifLabel.json +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,40 @@
1
+ # v0.44.4 (Mon May 09 2022)
2
+
3
+ #### πŸ› Bug Fix
4
+
5
+ - DPE-1471 Markup bei Section Nav aufrΓ€umen [#225](https://github.com/mumprod/hr-design-system-handlebars/pull/225) ([@hanswurstsalat](https://github.com/hanswurstsalat) [@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 2
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
11
+
12
+ ---
13
+
14
+ # v0.44.3 (Mon May 09 2022)
15
+
16
+ #### πŸ› Bug Fix
17
+
18
+ - Some refactoring and cleanup [#230](https://github.com/mumprod/hr-design-system-handlebars/pull/230) ([@vascoeduardo](https://github.com/vascoeduardo))
19
+
20
+ #### Authors: 1
21
+
22
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
23
+
24
+ ---
25
+
26
+ # v0.44.2 (Thu May 05 2022)
27
+
28
+ #### πŸ› Bug Fix
29
+
30
+ - Dpe 1558 [#228](https://github.com/mumprod/hr-design-system-handlebars/pull/228) ([@vascoeduardo](https://github.com/vascoeduardo))
31
+
32
+ #### Authors: 1
33
+
34
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
35
+
36
+ ---
37
+
1
38
  # v0.44.1 (Mon May 02 2022)
2
39
 
3
40
  #### πŸ› Bug Fix
@@ -1,9 +1,9 @@
1
- <ul class="sb-navigation-flyout-column {{inline-switch count '["1","2"]' '["md:w-1/1", "md:w-1/1 lg:w-1/2"]'}} {{inline-switch navtype '["ServiceNavigation","RubrikNavigation"]' '["border-b border-gray-200 md:border-0","border-0"]'}} lg:even:pl-4 lg:odd:pr-4 {{#if selected}} lg:flex lg:justify-center lg:h-9 {{/if}} ">
2
- {{~#if selected~}}<div class="lg:container lg:flex">{{~/if~}}
1
+ <ul class="{{inline-switch count '["1","2"]' '["md:w-1/1", "md:w-1/1 lg:w-1/2"]'}} {{inline-switch navtype '["ServiceNavigation","RubrikNavigation"]' '["border-b border-gray-200 md:border-0","border-0"]'}} lg:even:pl-4 lg:odd:pr-4 {{#if selected}} lg:container lg:flex lg:h-9 {{/if}} ">
2
+
3
3
  {{~#each this ~}}
4
4
  {{~#if this.title~}}
5
5
  {{> components/Header/NavigationFlyout/NavigationFlyoutItem _parentselected=../selected _fromNav=../navtype _flyout=../_flyout _parent=../_parent ~}}
6
6
  {{~/if~}}
7
7
  {{~/each~}}
8
- {{~#if selected~}}</div>{{~/if~}}
8
+
9
9
  </ul>
@@ -4,10 +4,10 @@
4
4
  {{> components/label/label type=loca text=type}}
5
5
  </div>
6
6
  {{/with~}}
7
- <{{~ ../headlineTag }} class="{{../class}}" >
7
+ <{{~ ../headlineTag ~}}>
8
8
  {{#with this.content.topline}}
9
9
  {{> components/teaser/components/teaser_topline text=this readMore=../this.readMoreText.readMoreScreenreader}}
10
10
  {{/with}}
11
11
  {{> components/teaser/components/teaser_title text=../this.title font=../font size=../size }}
12
- </{{~ ../headlineTag }}>
12
+ </{{~ ../headlineTag ~}}>
13
13
  {{/components/base/link}}
@@ -6,7 +6,7 @@
6
6
  </figure>
7
7
  <div class="{{inline-switch teasersize '["sm", "xxl"]' '["basis-3/5 md:flex-full" , "basis-2/5"]'}} ">
8
8
  <header class="md:px-0 {{inline-switch teasersize '["sm"]' '["","px-5"]'}}">
9
- {{> components/teaser/components/teaser_heading headlineTag="h2" size=teasersize font=(inline-switch serifHeading '[true, false]' '["font-headingSerif","font-heading font-bold"]') headline=title topline=topline}}
9
+ {{> components/teaser/components/teaser_heading headlineTag="h2" size=teasersize font=(inline-switch isSerifHeading '[true, false]' '["font-headingSerif","font-heading font-bold"]')}}
10
10
  </header>
11
11
  <section class="md:px-0 {{inline-switch teasersize '["sm"]' '["","px-5"]'}}">
12
12
  {{> components/teaser/components/teaser_text text=shorttext size=teasersize }}
@@ -6,7 +6,7 @@
6
6
  </figure>
7
7
  <div class="{{inline-switch teasersize '["sm"]' '["basis-3/5 md:flex-full"]'}} ">
8
8
  <header class="md:px-0 {{inline-switch teasersize '["sm"]' '["","px-5"]'}}">
9
- {{> components/teaser/components/teaser_heading headlineTag="h2" size=teasersize font=(inline-switch serifHeading '[true, false]' '["font-headingSerif","font-heading font-bold"]') headline=title topline=topline}}
9
+ {{> components/teaser/components/teaser_heading headlineTag="h2" size=teasersize font=(inline-switch isSerifHeading '[true, false]' '["font-headingSerif","font-heading font-bold"]') }}
10
10
  </header>
11
11
  <section class="md:px-0 {{inline-switch teasersize '["sm"]' '["","px-5"]'}}">
12
12
  {{> components/teaser/components/teaser_text text=shorttext size=teasersize }}
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.44.1",
9
+ "version": "0.44.4",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -0,0 +1,153 @@
1
+ {
2
+ "teaser_1_100": {
3
+ "includePath": "components/teaser/group_teaser/group_teaser",
4
+ "includeModel": {
5
+ "hasLink": true,
6
+ "link": "#gruppe1",
7
+ "hasGroupTitle": true,
8
+ "groupTitle": "Gruppe 100% - 1 x 100% Teaser",
9
+ "teaserSize": "100",
10
+ "logicItems": [
11
+ {
12
+ "@->jsoninclude": "teaser/teaser_standard_xxl_serif.json"
13
+
14
+ }
15
+ ]
16
+ }
17
+ },
18
+ "teaser_2_50": {
19
+ "includePath": "components/teaser/group_teaser/group_teaser",
20
+ "includeModel": {
21
+ "hasLink": true,
22
+ "link": "#gruppe1",
23
+ "hasGroupTitle": true,
24
+ "groupTitle": "Gruppe 100% - 2 x 50% Teaser",
25
+ "teaserSize": "100",
26
+ "logicItems": [
27
+ {
28
+ "@->jsoninclude": "teaser/teaser_standard_lg_serif.json"
29
+ },
30
+ {
31
+ "@->jsoninclude": "teaser/teaser_standard_lg_serif.json",
32
+ "@->overrides": [
33
+ {
34
+ "@->contentpath": "logicItem.includeModel.link.content.teaserImage",
35
+ "@->value": {
36
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
37
+ "@->contentpath": "standard_4"
38
+ }
39
+ }
40
+ ]
41
+ }
42
+ ]
43
+ }
44
+ },
45
+ "teaser_3_33": {
46
+ "includePath": "components/teaser/group_teaser/group_teaser",
47
+ "includeModel": {
48
+ "hasLink": true,
49
+ "link": "#gruppe1",
50
+ "hasGroupTitle": true,
51
+ "groupTitle": "Gruppe 100% - 3 x 33% Teaser",
52
+ "teaserSize": "100",
53
+ "logicItems": [
54
+ {
55
+ "@->jsoninclude": "teaser/teaser_standard_md_serif.json",
56
+ "@->overrides": [
57
+ {
58
+ "@->contentpath": "logicItem.includeModel.link.content.teaserImage",
59
+ "@->value": {
60
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
61
+ "@->contentpath": "md_1"
62
+ }
63
+ }
64
+ ]
65
+ },
66
+ {
67
+ "@->jsoninclude": "teaser/teaser_standard_md_serif.json",
68
+ "@->overrides": [
69
+ {
70
+ "@->contentpath": "logicItem.includeModel.link.content.teaserImage",
71
+ "@->value": {
72
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
73
+ "@->contentpath": "md_2"
74
+ }
75
+ }
76
+ ]
77
+ },
78
+ {
79
+ "@->jsoninclude": "teaser/teaser_standard_md_serif.json",
80
+ "@->overrides": [
81
+ {
82
+ "@->contentpath": "logicItem.includeModel.link.content.teaserImage",
83
+ "@->value": {
84
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
85
+ "@->contentpath": "md_3"
86
+ }
87
+ }
88
+ ]
89
+ }
90
+ ]
91
+ }
92
+ },
93
+ "teaser_4_25": {
94
+ "includePath": "components/teaser/group_teaser/group_teaser",
95
+ "includeModel": {
96
+ "hasLink": true,
97
+ "link": "#gruppe1",
98
+ "hasGroupTitle": true,
99
+ "groupTitle": "Gruppe 100% - 4 x 25% Teaser",
100
+ "teaserSize": "100",
101
+ "logicItems": [
102
+ {
103
+ "@->jsoninclude": "teaser/teaser_standard_sm_serif.json",
104
+ "@->overrides": [
105
+ {
106
+ "@->contentpath": "logicItem.includeModel.link.content.teaserImage",
107
+ "@->value": {
108
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
109
+ "@->contentpath": "sm_1"
110
+ }
111
+ }
112
+ ]
113
+ },
114
+ {
115
+ "@->jsoninclude": "teaser/teaser_standard_sm_serif.json",
116
+ "@->overrides": [
117
+ {
118
+ "@->contentpath": "logicItem.includeModel.link.content.teaserImage",
119
+ "@->value": {
120
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
121
+ "@->contentpath": "sm_2"
122
+ }
123
+ }
124
+ ]
125
+ },
126
+ {
127
+ "@->jsoninclude": "teaser/teaser_standard_sm_serif.json",
128
+ "@->overrides": [
129
+ {
130
+ "@->contentpath": "logicItem.includeModel.link.content.teaserImage",
131
+ "@->value": {
132
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
133
+ "@->contentpath": "sm_3"
134
+ }
135
+ }
136
+ ]
137
+ },
138
+ {
139
+ "@->jsoninclude": "teaser/teaser_standard_sm_serif.json",
140
+ "@->overrides": [
141
+ {
142
+ "@->contentpath": "logicItem.includeModel.link.content.teaserImage",
143
+ "@->value": {
144
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
145
+ "@->contentpath": "sm_4"
146
+ }
147
+ }
148
+ ]
149
+ }
150
+ ]
151
+ }
152
+ }
153
+ }
@@ -0,0 +1,203 @@
1
+ {
2
+ "sm_1": {
3
+ "copyrightWithLinks": "",
4
+ "responsiveImage": {
5
+ "asPicture": true,
6
+ "asImage": false,
7
+ "fallback": "https://picsum.photos/id/188/480/270",
8
+ "sources": [
9
+ {
10
+ "media": "all and (max-width: 39.938em)",
11
+ "sizes": "40vw",
12
+ "srcset": "https://picsum.photos/id/188/320/320 320w, https://picsum.photos/id/188/480/480 480w, https://picsum.photos/id/188/640/640 640w, https://picsum.photos/id/188/960/960 960w"
13
+ },
14
+ {
15
+ "media": "all and (min-width: 40em) and (max-width: 58.938em)",
16
+ "sizes": "25vw",
17
+ "srcset": "https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w"
18
+ },
19
+ {
20
+ "media": "all and (min-width: 59em)",
21
+ "sizes": "218px",
22
+ "srcset": "https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ "sm_2": {
28
+ "copyrightWithLinks": "",
29
+ "responsiveImage": {
30
+ "asPicture": true,
31
+ "asImage": false,
32
+ "fallback": "https://picsum.photos/id/189/480/270",
33
+ "sources": [
34
+ {
35
+ "media": "all and (max-width: 39.938em)",
36
+ "sizes": "40vw",
37
+ "srcset": "https://picsum.photos/id/189/320/320 320w, https://picsum.photos/id/189/480/480 480w, https://picsum.photos/id/189/640/640 640w, https://picsum.photos/id/189/960/960 960w"
38
+ },
39
+ {
40
+ "media": "all and (min-width: 40em) and (max-width: 58.938em)",
41
+ "sizes": "25vw",
42
+ "srcset": "https://picsum.photos/id/189/320/180 320w, https://picsum.photos/id/189/480/270 480w, https://picsum.photos/id/189/640/360 640w, https://picsum.photos/id/189/960/540 960w"
43
+ },
44
+ {
45
+ "media": "all and (min-width: 59em)",
46
+ "sizes": "218px",
47
+ "srcset": "https://picsum.photos/id/189/320/180 320w, https://picsum.photos/id/189/480/270 480w, https://picsum.photos/id/189/640/360 640w"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ "sm_3": {
53
+ "copyrightWithLinks": "",
54
+ "responsiveImage": {
55
+ "asPicture": true,
56
+ "asImage": false,
57
+ "fallback": "https://picsum.photos/id/190/480/270",
58
+ "sources": [
59
+ {
60
+ "media": "all and (max-width: 39.938em)",
61
+ "sizes": "40vw",
62
+ "srcset": "https://picsum.photos/id/190/320/320 320w, https://picsum.photos/id/190/480/480 480w, https://picsum.photos/id/190/640/640 640w, https://picsum.photos/id/190/960/960 960w"
63
+ },
64
+ {
65
+ "media": "all and (min-width: 40em) and (max-width: 58.938em)",
66
+ "sizes": "25vw",
67
+ "srcset": "https://picsum.photos/id/190/320/180 320w, https://picsum.photos/id/190/480/270 480w, https://picsum.photos/id/190/640/360 640w, https://picsum.photos/id/190/960/540 960w"
68
+ },
69
+ {
70
+ "media": "all and (min-width: 59em)",
71
+ "sizes": "218px",
72
+ "srcset": "https://picsum.photos/id/190/320/180 320w, https://picsum.photos/id/190/480/270 480w, https://picsum.photos/id/190/640/360 640w"
73
+ }
74
+ ]
75
+ }
76
+ },
77
+ "sm_4": {
78
+ "copyrightWithLinks": "",
79
+ "responsiveImage": {
80
+ "asPicture": true,
81
+ "asImage": false,
82
+ "fallback": "https://picsum.photos/id/191/480/270",
83
+ "sources": [
84
+ {
85
+ "media": "all and (max-width: 39.938em)",
86
+ "sizes": "40vw",
87
+ "srcset": "https://picsum.photos/id/191/320/320 320w, https://picsum.photos/id/191/480/480 480w, https://picsum.photos/id/191/640/640 640w, https://picsum.photos/id/191/960/960 960w"
88
+ },
89
+ {
90
+ "media": "all and (min-width: 40em) and (max-width: 58.938em)",
91
+ "sizes": "25vw",
92
+ "srcset": "https://picsum.photos/id/191/320/180 320w, https://picsum.photos/id/191/480/270 480w, https://picsum.photos/id/191/640/360 640w, https://picsum.photos/id/191/960/540 960w"
93
+ },
94
+ {
95
+ "media": "all and (min-width: 59em)",
96
+ "sizes": "218px",
97
+ "srcset": "https://picsum.photos/id/191/320/180 320w, https://picsum.photos/id/191/480/270 480w, https://picsum.photos/id/191/640/360 640w"
98
+ }
99
+ ]
100
+ }
101
+ },
102
+ "md_1":{
103
+ "copyrightWithLinks": "",
104
+ "responsiveImage": {
105
+ "asPicture": false,
106
+ "asImage": true,
107
+ "fallback": "https://picsum.photos/id/188/480/270",
108
+ "sources": [
109
+ {
110
+ "sizes": "(min-width: 40em) and (max-width: 58.938em) 33vw,(min-width: 59em) calc(1008px * 0.33), 100vw",
111
+ "srcset": "https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"
112
+ }
113
+ ]
114
+ }
115
+
116
+ },
117
+ "md_2":{
118
+ "copyrightWithLinks": "",
119
+ "responsiveImage": {
120
+ "asPicture": false,
121
+ "asImage": true,
122
+ "fallback": "https://picsum.photos/id/189/480/270",
123
+ "sources": [
124
+ {
125
+ "sizes": "(min-width: 40em) and (max-width: 58.938em) 33vw,(min-width: 59em) calc(1008px * 0.33), 100vw",
126
+ "srcset": "https://picsum.photos/id/189/320/180 320w, https://picsum.photos/id/189/480/270 480w, https://picsum.photos/id/189/640/360 640w, https://picsum.photos/id/189/960/540 960w, https://picsum.photos/id/189/1920/1080 1920w"
127
+ }
128
+ ]
129
+ }
130
+
131
+ },
132
+ "md_3":{
133
+ "copyrightWithLinks": "",
134
+ "responsiveImage": {
135
+ "asPicture": false,
136
+ "asImage": true,
137
+ "fallback": "https://picsum.photos/id/190/480/270",
138
+ "sources": [
139
+ {
140
+ "sizes": "(min-width: 40em) and (max-width: 58.938em) 33vw,(min-width: 59em) calc(1008px * 0.33), 100vw",
141
+ "srcset": "https://picsum.photos/id/190/320/180 320w, https://picsum.photos/id/190/480/270 480w, https://picsum.photos/id/190/640/360 640w, https://picsum.photos/id/190/960/540 960w, https://picsum.photos/id/190/1920/1080 1920w"
142
+ }
143
+ ]
144
+ }
145
+
146
+ },
147
+ "standard_1":{
148
+ "copyrightWithLinks": "",
149
+ "responsiveImage": {
150
+ "asPicture": false,
151
+ "asImage": true,
152
+ "fallback": "https://picsum.photos/id/188/480/270",
153
+ "sources": [
154
+ {
155
+ "sizes": "(min-width: 1010px) 960px, 100vw",
156
+ "srcset": "https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"
157
+ }
158
+ ]
159
+ }
160
+ },
161
+ "standard_2":{
162
+ "copyrightWithLinks": "",
163
+ "responsiveImage": {
164
+ "asPicture": false,
165
+ "asImage": true,
166
+ "fallback": "https://picsum.photos/id/189/480/270",
167
+ "sources": [
168
+ {
169
+ "sizes": "(min-width: 1010px) 960px, 100vw",
170
+ "srcset": "https://picsum.photos/id/189/320/180 320w, https://picsum.photos/id/189/480/270 480w, https://picsum.photos/id/189/640/360 640w, https://picsum.photos/id/189/960/540 960w, https://picsum.photos/id/189/1920/1080 1920w"
171
+ }
172
+ ]
173
+ }
174
+ },
175
+ "standard_3":{
176
+ "copyrightWithLinks": "",
177
+ "responsiveImage": {
178
+ "asPicture": false,
179
+ "asImage": true,
180
+ "fallback": "https://picsum.photos/id/190/480/270",
181
+ "sources": [
182
+ {
183
+ "sizes": "(min-width: 1010px) 960px, 100vw",
184
+ "srcset": "https://picsum.photos/id/190/320/180 320w, https://picsum.photos/id/190/480/270 480w, https://picsum.photos/id/190/640/360 640w, https://picsum.photos/id/190/960/540 960w, https://picsum.photos/id/190/1920/1080 1920w"
185
+ }
186
+ ]
187
+ }
188
+ },
189
+ "standard_4":{
190
+ "copyrightWithLinks": "",
191
+ "responsiveImage": {
192
+ "asPicture": false,
193
+ "asImage": true,
194
+ "fallback": "https://picsum.photos/id/191/480/270",
195
+ "sources": [
196
+ {
197
+ "sizes": "(min-width: 1010px) 960px, 100vw",
198
+ "srcset": "https://picsum.photos/id/191/320/180 320w, https://picsum.photos/id/191/480/270 480w, https://picsum.photos/id/191/640/360 640w, https://picsum.photos/id/191/960/540 960w, https://picsum.photos/id/191/1920/1080 1920w"
199
+ }
200
+ ]
201
+ }
202
+ }
203
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "logicItems": [
3
+ {
4
+ "@->jsoninclude": "teaser/teaser_group_100_2x_50.inc.json",
5
+ "@->contentpath": "teaser_1_100"
6
+ },
7
+ {
8
+ "@->jsoninclude": "teaser/teaser_group_100_2x_50.inc.json",
9
+ "@->contentpath": "teaser_2_50"
10
+ },
11
+ {
12
+ "@->jsoninclude": "teaser/teaser_group_100_2x_50.inc.json",
13
+ "@->contentpath": "teaser_3_33"
14
+ },
15
+ {
16
+ "@->jsoninclude": "teaser/teaser_group_100_2x_50.inc.json",
17
+ "@->contentpath": "teaser_4_25"
18
+ }
19
+ ]
20
+ }
@@ -3,7 +3,7 @@
3
3
  "@->contentpath": "teaser",
4
4
  "@->overrides": [
5
5
  {
6
- "@->contentpath": "teasersize",
6
+ "@->contentpath": "logicItem.includeModel.teasersize",
7
7
  "@->value": "lg"
8
8
  }
9
9
  ]
@@ -3,8 +3,15 @@
3
3
  "@->contentpath": "teaser",
4
4
  "@->overrides": [
5
5
  {
6
- "@->contentpath": "teasersize",
6
+ "@->contentpath": "logicItem.includeModel.teasersize",
7
7
  "@->value": "md"
8
+ },
9
+ {
10
+ "@->contentpath": "logicItem.includeModel.link.content.teaserImage",
11
+ "@->value": {
12
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
13
+ "@->contentpath": "md_2"
14
+ }
8
15
  }
9
16
  ]
10
17
  }
@@ -3,8 +3,15 @@
3
3
  "@->contentpath": "teaser",
4
4
  "@->overrides": [
5
5
  {
6
- "@->contentpath": "teasersize",
6
+ "@->contentpath": "logicItem.includeModel.teasersize",
7
7
  "@->value": "sm"
8
+ },
9
+ {
10
+ "@->contentpath": "logicItem.includeModel.link.content.teaserImage",
11
+ "@->value": {
12
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
13
+ "@->contentpath": "sm_4"
14
+ }
8
15
  }
9
16
  ]
10
17
  }
@@ -3,7 +3,7 @@
3
3
  "@->contentpath": "teaser",
4
4
  "@->overrides": [
5
5
  {
6
- "@->contentpath": "teasersize",
6
+ "@->contentpath": "logicItem.includeModel.teasersize",
7
7
  "@->value": "xl"
8
8
  }
9
9
  ]
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "@->jsoninclude": "teaser/teasers.inc.json",
3
- "@->contentpath": "teaser"
3
+ "@->contentpath": "teaser"
4
4
  }
@@ -3,22 +3,22 @@
3
3
  "@->contentpath": "teaser",
4
4
  "@->overrides": [
5
5
  {
6
- "@->contentpath": "topline",
6
+ "@->contentpath": "logicItem.includeModel.topline",
7
7
  "@->value": ""
8
8
  },
9
9
  {
10
- "@->contentpath": "link.content.topline",
10
+ "@->contentpath": "logicItem.includeModel.link.content.topline",
11
11
  "@->value": ""
12
12
  },
13
13
  {
14
- "@->contentpath": "label",
14
+ "@->contentpath": "logicItem.includeModel.label",
15
15
  "@->value": {
16
16
  "@->jsoninclude": "teaser/teaser_labels.inc.json",
17
17
  "@->contentpath": "ticker"
18
18
  }
19
19
  },
20
20
  {
21
- "@->contentpath": "link.content.label",
21
+ "@->contentpath": "logicItem.includeModel.link.content.label",
22
22
  "@->value": {
23
23
  "@->jsoninclude": "teaser/teaser_labels.inc.json",
24
24
  "@->contentpath": "ticker"