hr-design-system-handlebars 0.116.5 → 0.117.1

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 (225) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/assets/index.css +3 -3
  3. package/dist/assets/js/components/mediaplayer/mediaplayerLoader.feature.js +2 -2
  4. package/dist/views/components/content_nav/content_nav.hbs +3 -3
  5. package/dist/views/components/content_nav/content_nav_container.hbs +1 -1
  6. package/dist/views/components/content_nav/content_nav_dropdown.hbs +2 -2
  7. package/dist/views/components/content_nav/content_nav_item.hbs +1 -1
  8. package/dist/views/components/content_nav/content_nav_list.hbs +3 -3
  9. package/dist/views/components/grid/grid_group.hbs +1 -1
  10. package/dist/views/components/grid/grid_group_standard.hbs +1 -1
  11. package/dist/views/components/page/page.hbs +3 -3
  12. package/dist/views/components/teaser/cluster/teaser_cluster_item.hbs +1 -1
  13. package/dist/views/components/teaser/cluster/teaser_cluster_list.hbs +2 -2
  14. package/dist/views/components/teaser/components/teaser_body.hbs +1 -1
  15. package/dist/views/components/teaser/content_nav/teaser_content_nav.hbs +2 -2
  16. package/dist/views/components/teaser/group_teaser/group_teaser_accented.hbs +1 -1
  17. package/dist/views/components/teaser/teaser_poster.hbs +1 -1
  18. package/package.json +1 -1
  19. package/src/assets/fixtures/audio/audios.inc.json +6 -3
  20. package/src/assets/fixtures/teaser/cluster_teaser_100.json +4 -0
  21. package/src/assets/fixtures/teaser/cluster_teaser_100_genre.json +4 -0
  22. package/src/assets/fixtures/teaser/cluster_teaser_100_image.json +4 -0
  23. package/src/assets/fixtures/teaser/cluster_teaser_33.json +4 -0
  24. package/src/assets/fixtures/teaser/cluster_teaser_33_genre.json +4 -0
  25. package/src/assets/fixtures/teaser/cluster_teaser_33_image.json +4 -0
  26. package/src/assets/fixtures/teaser/cluster_teaser_33_long_title.json +4 -0
  27. package/src/assets/fixtures/teaser/cluster_teaser_50.json +4 -0
  28. package/src/assets/fixtures/teaser/cluster_teaser_50_genre.json +4 -0
  29. package/src/assets/fixtures/teaser/cluster_teaser_50_image.json +4 -0
  30. package/src/assets/fixtures/teaser/cluster_teaser_Podcast_Channel.json +4 -0
  31. package/src/assets/fixtures/teaser/cluster_teaser_extern_100.json +4 -0
  32. package/src/assets/fixtures/teaser/cluster_teaser_extern_33.json +4 -0
  33. package/src/assets/fixtures/teaser/cluster_teaser_extern_50.json +4 -0
  34. package/src/assets/fixtures/teaser/cluster_teaser_ordered_100.json +4 -0
  35. package/src/assets/fixtures/teaser/cluster_teaser_ordered_33.json +4 -0
  36. package/src/assets/fixtures/teaser/cluster_teaser_ordered_50.json +4 -0
  37. package/src/assets/fixtures/teaser/headline_list_item.inc.json +7 -0
  38. package/src/assets/fixtures/teaser/teaser_alternative_100_serif.json +4 -0
  39. package/src/assets/fixtures/teaser/teaser_alternative_100_serif_audio.json +4 -0
  40. package/src/assets/fixtures/teaser/teaser_alternative_100_serif_download.json +4 -0
  41. package/src/assets/fixtures/teaser/teaser_alternative_100_serif_link.json +4 -0
  42. package/src/assets/fixtures/teaser/teaser_alternative_100_serif_live.json +4 -0
  43. package/src/assets/fixtures/teaser/teaser_alternative_100_serif_single_event.json +4 -0
  44. package/src/assets/fixtures/teaser/teaser_alternative_100_serif_two_events.json +4 -0
  45. package/src/assets/fixtures/teaser/teaser_alternative_100_serif_video.json +4 -0
  46. package/src/assets/fixtures/teaser/teaser_alternative_50_serif.json +4 -0
  47. package/src/assets/fixtures/teaser/teaser_alternative_50_serif_audio.json +4 -0
  48. package/src/assets/fixtures/teaser/teaser_alternative_50_serif_download.json +4 -0
  49. package/src/assets/fixtures/teaser/teaser_alternative_50_serif_link.json +4 -0
  50. package/src/assets/fixtures/teaser/teaser_alternative_50_serif_live.json +4 -0
  51. package/src/assets/fixtures/teaser/teaser_alternative_50_serif_video.json +4 -0
  52. package/src/assets/fixtures/teaser/teaser_alternative_without_teaserimage_50_serif.json +4 -0
  53. package/src/assets/fixtures/teaser/teaser_cluster.inc.json +1 -1
  54. package/src/assets/fixtures/teaser/teaser_group_tabbox.inc.json +61 -0
  55. package/src/assets/fixtures/teaser/teaser_groups.inc.json +62 -0
  56. package/src/assets/fixtures/teaser/teaser_indextext_100_accented.json +4 -0
  57. package/src/assets/fixtures/teaser/teaser_indextext_100_boxed.json +4 -0
  58. package/src/assets/fixtures/teaser/teaser_indextext_100_highlighted.json +4 -0
  59. package/src/assets/fixtures/teaser/teaser_indextext_50_accented.json +4 -0
  60. package/src/assets/fixtures/teaser/teaser_podcast_50.json +4 -0
  61. package/src/assets/fixtures/teaser/teaser_podcast_playlist_50.json +5 -1
  62. package/src/assets/fixtures/teaser/teaser_poster_lg.json +4 -0
  63. package/src/assets/fixtures/teaser/teaser_poster_md.json +4 -0
  64. package/src/assets/fixtures/teaser/teaser_poster_md_label.json +4 -0
  65. package/src/assets/fixtures/teaser/teaser_standard_100_serif.json +4 -0
  66. package/src/assets/fixtures/teaser/teaser_standard_100_serif_download.json +4 -0
  67. package/src/assets/fixtures/teaser/teaser_standard_100_serif_link.json +4 -0
  68. package/src/assets/fixtures/teaser/teaser_standard_100_serif_program.json +4 -0
  69. package/src/assets/fixtures/teaser/teaser_standard_100_serif_single_event.json +4 -0
  70. package/src/assets/fixtures/teaser/teaser_standard_100_serif_two_events.json +4 -0
  71. package/src/assets/fixtures/teaser/teaser_standard_25_serif.json +4 -0
  72. package/src/assets/fixtures/teaser/teaser_standard_25_serif_audio.json +4 -0
  73. package/src/assets/fixtures/teaser/teaser_standard_25_serif_audio_livestream.json +4 -0
  74. package/src/assets/fixtures/teaser/teaser_standard_25_serif_link.json +4 -0
  75. package/src/assets/fixtures/teaser/teaser_standard_25_serif_live.json +4 -0
  76. package/src/assets/fixtures/teaser/teaser_standard_25_serif_podcast.json +4 -0
  77. package/src/assets/fixtures/teaser/teaser_standard_25_serif_video.json +4 -0
  78. package/src/assets/fixtures/teaser/teaser_standard_33_long_geotag.json +4 -0
  79. package/src/assets/fixtures/teaser/teaser_standard_33_serif.json +4 -0
  80. package/src/assets/fixtures/teaser/teaser_standard_33_serif_link.json +4 -0
  81. package/src/assets/fixtures/teaser/teaser_standard_33_serif_multiple_events.json +4 -0
  82. package/src/assets/fixtures/teaser/teaser_standard_33_serif_single_event.json +4 -0
  83. package/src/assets/fixtures/teaser/teaser_standard_33_serif_tabbox.json +4 -0
  84. package/src/assets/fixtures/teaser/teaser_standard_33_serif_two_events.json +4 -0
  85. package/src/assets/fixtures/teaser/teaser_standard_50_serif.json +4 -0
  86. package/src/assets/fixtures/teaser/teaser_standard_50_serif_audio.json +4 -0
  87. package/src/assets/fixtures/teaser/teaser_standard_50_serif_audio_livestream.json +4 -0
  88. package/src/assets/fixtures/teaser/teaser_standard_50_serif_download.json +4 -0
  89. package/src/assets/fixtures/teaser/teaser_standard_50_serif_link.json +4 -0
  90. package/src/assets/fixtures/teaser/teaser_standard_50_serif_live.json +4 -0
  91. package/src/assets/fixtures/teaser/teaser_standard_50_serif_podcast.json +4 -0
  92. package/src/assets/fixtures/teaser/teaser_standard_50_serif_single_event.json +4 -0
  93. package/src/assets/fixtures/teaser/teaser_standard_50_serif_tabbox.json +4 -0
  94. package/src/assets/fixtures/teaser/teaser_standard_50_serif_video.json +4 -0
  95. package/src/assets/fixtures/teaser/teaser_standard_66_serif_single_event.json +4 -0
  96. package/src/assets/fixtures/teaser/teaser_standard_without_teaserimage_25_serif.json +4 -0
  97. package/src/assets/fixtures/teaser/teaser_standard_without_teaserimage_50_serif.json +4 -0
  98. package/src/assets/fixtures/teaser/teasers.inc.json +17 -3
  99. package/src/assets/fixtures/teaser/teasersPodcastPlaylist.inc.json +1 -0
  100. package/src/assets/fixtures/video/videos.inc.json +4 -2
  101. package/src/stories/views/components/content_nav/content_nav.hbs +3 -3
  102. package/src/stories/views/components/content_nav/content_nav_container.hbs +1 -1
  103. package/src/stories/views/components/content_nav/content_nav_dropdown.hbs +2 -2
  104. package/src/stories/views/components/content_nav/content_nav_item.hbs +1 -1
  105. package/src/stories/views/components/content_nav/content_nav_list.hbs +3 -3
  106. package/src/stories/views/components/grid/grid_group.hbs +1 -1
  107. package/src/stories/views/components/grid/grid_group_standard.hbs +1 -1
  108. package/src/stories/views/components/mediaplayer/mediaplayerLoader.feature.js +2 -2
  109. package/src/stories/views/components/page/page.hbs +3 -3
  110. package/src/stories/views/components/teaser/cluster/teaser_cluster_item.hbs +1 -1
  111. package/src/stories/views/components/teaser/cluster/teaser_cluster_list.hbs +2 -2
  112. package/src/stories/views/components/teaser/components/teaser_body.hbs +1 -1
  113. package/src/stories/views/components/teaser/content_nav/teaser_content_nav.hbs +2 -2
  114. package/src/stories/views/components/teaser/content_nav/teaser_content_nav.stories.mdx +2 -2
  115. package/src/stories/views/components/teaser/fixtures/cluster_teaser_100.json +1 -1
  116. package/src/stories/views/components/teaser/fixtures/cluster_teaser_100_genre.json +1 -1
  117. package/src/stories/views/components/teaser/fixtures/cluster_teaser_100_image.json +1 -1
  118. package/src/stories/views/components/teaser/fixtures/cluster_teaser_33.json +1 -1
  119. package/src/stories/views/components/teaser/fixtures/cluster_teaser_33_genre.json +1 -1
  120. package/src/stories/views/components/teaser/fixtures/cluster_teaser_33_image.json +1 -1
  121. package/src/stories/views/components/teaser/fixtures/cluster_teaser_33_long_title.json +1 -1
  122. package/src/stories/views/components/teaser/fixtures/cluster_teaser_50.json +1 -1
  123. package/src/stories/views/components/teaser/fixtures/cluster_teaser_50_genre.json +1 -1
  124. package/src/stories/views/components/teaser/fixtures/cluster_teaser_50_image.json +1 -1
  125. package/src/stories/views/components/teaser/fixtures/cluster_teaser_Podcast_Channel.json +1 -1
  126. package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_100.json +1 -1
  127. package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_33.json +1 -1
  128. package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_50.json +1 -1
  129. package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_100.json +1 -1
  130. package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_33.json +1 -1
  131. package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_50.json +1 -1
  132. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif.json +1 -1
  133. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_audio.json +1 -1
  134. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_download.json +1 -1
  135. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_link.json +1 -1
  136. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_live.json +1 -1
  137. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_single_event.json +1 -1
  138. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_two_events.json +1 -1
  139. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_video.json +1 -1
  140. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif.json +1 -1
  141. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_audio.json +1 -1
  142. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_download.json +1 -1
  143. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_link.json +1 -1
  144. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_live.json +1 -1
  145. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_video.json +1 -1
  146. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif.json +1 -1
  147. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_audio.json +1 -1
  148. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_comments.json +1 -1
  149. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_label.json +1 -1
  150. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_link.json +1 -1
  151. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_live.json +1 -1
  152. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_program.json +1 -1
  153. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_video.json +1 -1
  154. package/src/stories/views/components/teaser/fixtures/teaser_alternative_without_teaserimage_50_serif.json +1 -1
  155. package/src/stories/views/components/teaser/fixtures/teaser_comments_without_teaserinfo.json +1 -1
  156. package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_100.json +1 -1
  157. package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_50.json +1 -1
  158. package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_autosuggest_100.json +1 -1
  159. package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_subgroups.json +1 -1
  160. package/src/stories/views/components/teaser/fixtures/teaser_content_nav_flow_100.json +1 -1
  161. package/src/stories/views/components/teaser/fixtures/teaser_content_nav_flow_autosuggest.json +1 -1
  162. package/src/stories/views/components/teaser/fixtures/teaser_content_nav_list_100.json +1 -1
  163. package/src/stories/views/components/teaser/fixtures/teaser_content_nav_list_autosuggest.json +1 -1
  164. package/src/stories/views/components/teaser/fixtures/teaser_content_nav_mixed_100.json +1 -1
  165. package/src/stories/views/components/teaser/fixtures/teaser_content_nav_mixed_autosuggest.json +1 -1
  166. package/src/stories/views/components/teaser/fixtures/teaser_group_100.json +1 -1
  167. package/src/stories/views/components/teaser/fixtures/teaser_group_100_contentnav.json +1 -1
  168. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight.json +1 -1
  169. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight_2.json +1 -1
  170. package/src/stories/views/components/teaser/fixtures/teaser_group_related_content_100.json +1 -1
  171. package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -1
  172. package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_accented.json +1 -1
  173. package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_boxed.json +1 -1
  174. package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_highlighted.json +1 -1
  175. package/src/stories/views/components/teaser/fixtures/teaser_indextext_50_accented.json +1 -1
  176. package/src/stories/views/components/teaser/fixtures/teaser_podcast.json +1 -1
  177. package/src/stories/views/components/teaser/fixtures/teaser_podcast_50.json +1 -1
  178. package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist.json +1 -1
  179. package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist_50.json +1 -1
  180. package/src/stories/views/components/teaser/fixtures/teaser_poster_lg.json +1 -1
  181. package/src/stories/views/components/teaser/fixtures/teaser_poster_md.json +1 -1
  182. package/src/stories/views/components/teaser/fixtures/teaser_poster_md_label.json +1 -1
  183. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif.json +1 -1
  184. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_download.json +1 -1
  185. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_link.json +1 -1
  186. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_program.json +1 -1
  187. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_single_event.json +1 -1
  188. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_two_events.json +1 -1
  189. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif.json +1 -1
  190. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio.json +1 -1
  191. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio_livestream.json +1 -1
  192. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_link.json +1 -1
  193. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_live.json +1 -1
  194. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_podcast.json +1 -1
  195. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_video.json +1 -1
  196. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_long_geotag.json +1 -1
  197. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif.json +1 -1
  198. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_link.json +1 -1
  199. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_multiple_events.json +1 -1
  200. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_single_event.json +1 -1
  201. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_tabbox.json +1 -1
  202. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_two_events.json +1 -1
  203. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif.json +1 -1
  204. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio.json +1 -1
  205. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio_livestream.json +1 -1
  206. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_download.json +1 -1
  207. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_link.json +1 -1
  208. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_live.json +1 -1
  209. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_podcast.json +1 -1
  210. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_single_event.json +1 -1
  211. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_tabbox.json +1 -1
  212. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_video.json +1 -1
  213. package/src/stories/views/components/teaser/fixtures/teaser_standard_66_serif_single_event.json +1 -1
  214. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif.json +1 -1
  215. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_comments.json +1 -1
  216. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_label.json +1 -1
  217. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_link.json +1 -1
  218. package/src/stories/views/components/teaser/fixtures/teaser_standard_without_teaserimage_25_serif.json +1 -1
  219. package/src/stories/views/components/teaser/fixtures/teaser_standard_without_teaserimage_50_serif.json +1 -1
  220. package/src/stories/views/components/teaser/fixtures/teaser_tabbox.json +1 -1
  221. package/src/stories/views/components/teaser/group_teaser/group_teaser_accented.hbs +1 -1
  222. package/src/stories/views/components/teaser/labelHelper.js +1 -1
  223. package/src/stories/views/components/teaser/teaser_indextext.stories.mdx +1 -1
  224. package/src/stories/views/components/teaser/teaser_poster.hbs +1 -1
  225. package/src/stories/views/components/teaser/teaser_poster.stories.mdx +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v0.117.1 (Tue Jan 10 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - realTeaserSize for DPE-1982 [#465](https://github.com/mumprod/hr-design-system-handlebars/pull/465) ([@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
13
+ # v0.117.0 (Tue Jan 10 2023)
14
+
15
+ #### 🚀 Enhancement
16
+
17
+ - Dpe 1982 [#460](https://github.com/mumprod/hr-design-system-handlebars/pull/460) ([@vascoeduardo](https://github.com/vascoeduardo))
18
+
19
+ #### Authors: 1
20
+
21
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
22
+
23
+ ---
24
+
1
25
  # v0.116.5 (Tue Jan 10 2023)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -2227,7 +2227,7 @@ video {
2227
2227
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2228
2228
  }
2229
2229
  .counter-reset {
2230
- counter-reset: cnt1673355325886;
2230
+ counter-reset: cnt1673365156169;
2231
2231
  }
2232
2232
  .line-clamp-4 {
2233
2233
  overflow: hidden;
@@ -2459,7 +2459,7 @@ video {
2459
2459
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2460
2460
  }
2461
2461
  .-ordered {
2462
- counter-increment: cnt1673355325886 1;
2462
+ counter-increment: cnt1673365156169 1;
2463
2463
  }
2464
2464
  .-ordered::before {
2465
2465
  position: absolute;
@@ -2475,7 +2475,7 @@ video {
2475
2475
  letter-spacing: .0125em;
2476
2476
  --tw-text-opacity: 1;
2477
2477
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2478
- content: counter(cnt1673355325886);
2478
+ content: counter(cnt1673365156169);
2479
2479
  }
2480
2480
  /*! ****************************/
2481
2481
  /*! text-shadow */
@@ -8,7 +8,7 @@ const MediaplayerLoader = function (context) {
8
8
  const { options } = context,
9
9
  { element: rootElement } = context,
10
10
  isAutoplay = options.isAutoplay,
11
- teaserSize = options.teaserSize,
11
+ teasersize = options.teasersize,
12
12
  mediaplayerButton = hr$('.js-mediaplayer__button', rootElement.parentNode)[0]
13
13
 
14
14
  const removeVideoHover = function () {
@@ -19,7 +19,7 @@ const MediaplayerLoader = function (context) {
19
19
  const loadArdPlayerLoader = function () {
20
20
  new ArdPlayerLoader(options)
21
21
  removeVideoHover()
22
- uxAction('mediabuttonclick::' + teaserSize + '::playButtonClick')
22
+ uxAction('mediabuttonclick::' + teasersize + '::playButtonClick')
23
23
  }
24
24
 
25
25
  if (isAutoplay) {
@@ -2,14 +2,14 @@
2
2
  {{#if this.isListOrFlow}}
3
3
  <nav x-cloak class="w-full px-2 md:px-0 c-content-nav">
4
4
  {{> components/content_nav/content_nav_container
5
- _teasersize=../_teasersize
5
+ _teaserSize=../_teaserSize
6
6
  _maindivclass="flex relative flex-wrap mt-2 mx-2 md:mx-0 md:mt-0 "
7
7
  }}
8
8
  </nav>
9
9
  {{else}}
10
10
  {{#decorator 'components/content_nav/content_nav_dropdown'
11
11
  _componentClass="c-content-nav h-10 md:h-auto w-full"
12
- _teasersize=../_teasersize
12
+ _teaserSize=../_teaserSize
13
13
  _iconOpen="arrow-down"
14
14
  _iconClose="arrow-up"
15
15
  _buttonText=(defaultIfEmpty this.selectedItem.title ../../title)
@@ -17,7 +17,7 @@
17
17
  }}
18
18
 
19
19
  {{> components/content_nav/content_nav_container
20
- _teasersize=_teasersize
20
+ _teaserSize=_teaserSize
21
21
  _maindivclass="flex flex-col w-full mt-0"
22
22
  }}
23
23
 
@@ -14,6 +14,6 @@
14
14
  </div>
15
15
  {{/if}}
16
16
 
17
- {{> components/content_nav/content_nav_list _teasersize=_teasersize }}
17
+ {{> components/content_nav/content_nav_list _teaserSize=_teaserSize }}
18
18
 
19
19
  </div>
@@ -7,7 +7,7 @@
7
7
 
8
8
  <span id="dropdown__label--{{getRandom}}" class="hidden">{{defaultIfEmpty _hiddenNavigationLabel "Unternavigation"}}</span>
9
9
 
10
- <div x-show="shouldDropdownBeShown({{_teasersize}},{{this.isDropdown}},{{this.isMixed}})"
10
+ <div x-show="shouldDropdownBeShown({{_teaserSize}},{{this.isDropdown}},{{this.isMixed}})"
11
11
  :class="contentNavDropdownIsOpen ? 'shadow-[1px_4px_5px_0px_rgba(50,50,93,0.10)]' : ''"
12
12
  class="relative flex w-auto h-10 mx-2 mb-0 overflow-hidden bg-white border md:mx-0 z-100 border-content-nav whitespace-nowrap text-content-nav fill-content-nav"
13
13
  @click="contentNavDropdownIsOpen = !contentNavDropdownIsOpen; $dispatch('hr:global:resetinputAutoSuggest');"
@@ -26,7 +26,7 @@
26
26
  </button>
27
27
  </div>
28
28
  </div>
29
- <div x-show="shouldContentBeShown({{_teasersize}},{{this.isDropdown}},{{this.isMixed}})"
29
+ <div x-show="shouldContentBeShown({{_teaserSize}},{{this.isDropdown}},{{this.isMixed}})"
30
30
  aria-haspopup="true"
31
31
  @click.outside="contentNavDropdownIsOpen = false; $dispatch('hr:global:resetinputAutoSuggest');"
32
32
  :class="contentNavDropdownIsOpen ? 'z-9999 relative' : ' z-1003'"
@@ -1,4 +1,4 @@
1
- <li x-init="chooseListItemStyles({{_teasersize}},{{_islist}},{{_ismixed}},{{_isdropdown}},{{_isflow}})"
1
+ <li x-init="chooseListItemStyles({{_teaserSize}},{{_islist}},{{_ismixed}},{{_isdropdown}},{{_isflow}})"
2
2
  class="h-10 md:mx-0 overflow-hidden text-base font-copy list-none border-button fill-content-nav text-content-nav bg-white hover:bg-content-nav hover:fill-white hover:text-white hover:underline {{#if this.isSelected}} font-bold -current{{/if}} c-content-nav__item">
3
3
  {{#decorator 'components/base/link'
4
4
  _doNavigationTracking="true"
@@ -1,5 +1,5 @@
1
1
  <ul class="flex bg-white md:bg-transparent flex-wrap {{#if this.isListOrFlow}} w-full gap-x-2 gap-y-2 {{else}} {{/if}} z-1003 md:!px-0 last:border-b-0 {{#if this.isDropdown }} w-full {{/if}}"
2
- :class="( ({{this.isMixed}} && {{_teasersize}} < 50 ) || ( {{this.isMixed}} && window.innerWidth < 768 ) || {{this.isDropdown}} ) && contentNavDropdownIsOpen == true ? '!shadow-[1px_8px_9px_0px_rgba(50,50,93,0.10)] mt-0 w-full ' : ''"
2
+ :class="( ({{this.isMixed}} && {{_teaserSize}} < 50 ) || ( {{this.isMixed}} && window.innerWidth < 768 ) || {{this.isDropdown}} ) && contentNavDropdownIsOpen == true ? '!shadow-[1px_8px_9px_0px_rgba(50,50,93,0.10)] mt-0 w-full ' : ''"
3
3
  >
4
4
 
5
5
  {{~#each this.contentNavEntries~}}
@@ -12,7 +12,7 @@
12
12
  <ul class="c-content-nav__group-list !px-0 mt-0">
13
13
  {{~#each this.navigationGroup~}}
14
14
  {{> components/content_nav/content_nav_item
15
- _teasersize=../../_teasersize
15
+ _teaserSize=../../_teaserSize
16
16
  _isdropdown=../../isDropdown
17
17
  _ismixed=../../isMixed
18
18
  _islist=../../isList
@@ -23,7 +23,7 @@
23
23
  {{/if}}
24
24
  {{else}}
25
25
  {{> components/content_nav/content_nav_item
26
- _teasersize=../_teasersize
26
+ _teaserSize=../_teaserSize
27
27
  _isdropdown=../isDropdown
28
28
  _ismixed=../isMixed
29
29
  _islist=../isList
@@ -3,7 +3,7 @@
3
3
  {{> @partial-block }}
4
4
  {{/components/grid/grid_group_highlight }}
5
5
  {{else}}
6
- {{#>components/grid/grid_group_standard _size=this.teaserSize }}
6
+ {{#>components/grid/grid_group_standard _groupSize=this.teaserSize }}
7
7
  {{> @partial-block }}
8
8
  {{/components/grid/grid_group_standard }}
9
9
  {{/if}}
@@ -1,3 +1,3 @@
1
- <section class="grid grid-cols-12 first:mt-6 items-start bg-white content-start gap-x-6 gap-y-5 col-span-12 {{inline-switch _size '["100","66","50","33","25"]' '["","md:col-span-8","md:col-span-6","md:col-span-4","md:col-span-3"]'}}">
1
+ <section class="grid grid-cols-12 first:mt-6 items-start bg-white content-start gap-x-6 gap-y-5 col-span-12 {{inline-switch _groupSize '["100","66","50","33","25"]' '["","md:col-span-8","md:col-span-6","md:col-span-4","md:col-span-3"]'}}">
2
2
  {{> @partial-block }}
3
3
  </section>
@@ -34,11 +34,11 @@
34
34
  {{> components/teaser/teaser_standard }}
35
35
  </section>
36
36
  <section class="grid items-start content-start grid-cols-12 col-span-12 bg-white gap-x-6 gap-y-6 ">
37
- {{> components/teaser/content_nav/teaser_content_nav teasersize="100"}}
37
+ {{> components/teaser/content_nav/teaser_content_nav teaserSize="100"}}
38
38
  </section>
39
39
  <section class="grid items-start content-start grid-cols-12 col-span-12 bg-white gap-x-6 gap-y-6 ">
40
- {{> components/teaser/content_nav/teaser_content_nav teasersize="50"}}
41
- {{> components/teaser/content_nav/teaser_content_nav teasersize="50"}}
40
+ {{> components/teaser/content_nav/teaser_content_nav teaserSize="50"}}
41
+ {{> components/teaser/content_nav/teaser_content_nav teaserSize="50"}}
42
42
  </section>
43
43
  <section class="grid items-start content-start grid-cols-12 col-span-12 bg-white gap-x-6 gap-y-6 ">
44
44
  {{> components/teaser/teaser_standard teaserSize="50"}}
@@ -9,6 +9,6 @@
9
9
  _ordered=_ordered
10
10
  _titleCss='text-clusterTeaserLink'
11
11
  _firstItem=_firstItem}}
12
- {{/decorator}}
12
+ {{/decorator}}
13
13
  {{> components/teaser/cluster/teaser_cluster_byline _ordered=_ordered}}
14
14
 
@@ -10,7 +10,7 @@
10
10
  <div class="px-0 pb-3 {{~inline-switch ../this.teaserSize '["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
12
  <div class="mx-5 mt-3 {{~inline-switch ../this.teaserSize '["100"]' '[" md:mx-0"]'}}">
13
- {{> components/teaser/cluster/teaser_cluster_item _size=../this.teaserSize _ordered=../this.isOrdered _firstItem=true}}
13
+ {{> components/teaser/cluster/teaser_cluster_item _size=../this.realTeaserSize _ordered=../this.isOrdered _firstItem=true}}
14
14
  </div>
15
15
  </div>
16
16
  {{/if~}}
@@ -20,7 +20,7 @@
20
20
  {{~#if ../this.isOrdered}}<ol class="mx-5 list-none divide-y divide-white divide-solid counter-reset border-t border-white {{~#if ../this.showGenreImage}}{{~inline-switch ../this.teaserSize '["100"]' '[" md:-pt-5 md:border-none"]'}}{{/if~}}">{{else}}<ul class="mx-5 divide-y divide-white divide-solid border-t border-white {{~#if ../this.showGenreImage}}{{~inline-switch ../this.teaserSize '["100"]' '[" md:-pt-5 md:border-none"]'}}{{/if~}}">{{/if}}
21
21
  {{~#each this~}}
22
22
  <li class="{{~#if ../../this.isOrdered}} -ordered {{/if}} py-3 {{#unless ../../this.overviewLink.link}} last-of-type:pb-3{{/unless~}} {{~#if ../../this.showGenreImage}}{{~inline-switch ../../this.teaserSize '["100"]' '[" md:first-of-type:pt-0"]'}}{{/if~}}">
23
- {{> components/teaser/cluster/teaser_cluster_item _size=../this.teaserSize _ordered=../../this.isOrdered }}
23
+ {{> components/teaser/cluster/teaser_cluster_item _size=../this.realTeaserSize _ordered=../../this.isOrdered }}
24
24
  </li>
25
25
  {{~/each}}
26
26
  {{~#if ../this.isOrdered}}</ol>{{else}}</ul>{{/if~}}
@@ -7,7 +7,7 @@
7
7
  _headlineCss="overflow-anywhere hyphens-auto"
8
8
  _label=this.label
9
9
  _readMore=this.link.readMoreText.readMoreScreenreader
10
- _size=this.teaserSize
10
+ _size=this.realTeaserSize
11
11
  _title=this.title
12
12
  _topline=this.topline
13
13
  _teaserType=this.teaserType
@@ -3,7 +3,7 @@
3
3
  ax-load
4
4
  ax-load-src={{resourceUrl "assets/js/vendor/content_nav.alpine.js"}}
5
5
  x-data="contentNavigationHandler()"
6
- class="js-contentNavWrapper col-span-full flex gap-y-3 gap-x-4 js-load {{inline-switch this.teasersize '["100","66","50","33","25"]' '["flex-col","md:col-span-9 md:flex-row ","md:col-span-6 md:flex-row "," md:col-span-4 md:flex-row "," md:col-span-3 md:flex-row "]'}}"
6
+ class="js-contentNavWrapper col-span-full flex gap-y-3 gap-x-4 js-load {{inline-switch this.teaserSize '["100","66","50","33","25"]' '["flex-col","md:col-span-9 md:flex-row ","md:col-span-6 md:flex-row "," md:col-span-4 md:flex-row "," md:col-span-3 md:flex-row "]'}}"
7
7
  >
8
- {{> components/content_nav/content_nav _teasersize=this.teasersize }}
8
+ {{> components/content_nav/content_nav _teaserSize=this.teaserSize }}
9
9
  </div>
@@ -1,4 +1,4 @@
1
- {{#>components/grid/grid_group size=this.teasersize _backgroundColor=this.backgroundColor }}
1
+ {{#>components/grid/grid_group size=this.teaserSize _backgroundColor=this.backgroundColor }}
2
2
 
3
3
  <div class="h-auto p-8 mx-4 rounded-tr-none rounded-bl-none bg-highlight-1 rounded-3xl col-span-full {{inline-switch size '["100","50"]' '["","md:col-span-6"]'}}">
4
4
  {{~#if this.hasGroupTitle}}
@@ -9,7 +9,7 @@
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"
10
10
  _label=this.label
11
11
  _readMore=this.link.readMoreText.readMoreScreenreader
12
- _size=this.teaserSize
12
+ _size=this.realTeaserSize
13
13
  _title=this.title
14
14
  _titleCss="whitespace-pre-wrap"
15
15
  _topline=this.topline
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.116.5",
9
+ "version": "0.117.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -59,7 +59,8 @@
59
59
  "cssUrl": "./vendor/ardplayer/ardplayer-hr-6.3.4.4fc164e9.css",
60
60
  "jsUrl": "./vendor/ardplayer/ardplayer-hr-6.3.4.8ea4ea3d.js",
61
61
  "isAutoplay": true,
62
- "teaserSize": "100"
62
+ "teaserSize": "100",
63
+ "realTeaserSize": "100"
63
64
  },
64
65
  "audio-podcast": {
65
66
  "playerConfig": {
@@ -141,7 +142,8 @@
141
142
  "cssUrl": "./vendor/ardplayer/ardplayer-hr-6.3.4.4fc164e9.css",
142
143
  "jsUrl": "./vendor/ardplayer/ardplayer-hr-6.3.4.8ea4ea3d.js",
143
144
  "isAutoplay": true,
144
- "teaserSize": "50"
145
+ "teaserSize": "50",
146
+ "realTeaserSize": "50"
145
147
  },
146
148
  "audio-event-livestream": {
147
149
  "playerConfig": {
@@ -204,6 +206,7 @@
204
206
  "cssUrl": "./vendor/ardplayer/ardplayer-hr-6.3.4.4fc164e9.css",
205
207
  "jsUrl": "./vendor/ardplayer/ardplayer-hr-6.3.4.8ea4ea3d.js",
206
208
  "isAutoplay": true,
207
- "teaserSize": "50"
209
+ "teaserSize": "50",
210
+ "realTeaserSize": "50"
208
211
  }
209
212
  }
@@ -5,6 +5,10 @@
5
5
  "@->contentpath": "teaserSize",
6
6
  "@->value": "100"
7
7
  },
8
+ {
9
+ "@->contentpath": "realTeaserSize",
10
+ "@->value": "100"
11
+ },
8
12
  {
9
13
  "@->contentpath": "title",
10
14
  "@->value": "Neueste Beiträge"
@@ -5,6 +5,10 @@
5
5
  "@->contentpath": "teaserSize",
6
6
  "@->value": "100"
7
7
  },
8
+ {
9
+ "@->contentpath": "realTeaserSize",
10
+ "@->value": "100"
11
+ },
8
12
  {
9
13
  "@->contentpath": "title",
10
14
  "@->value": "NEUESTE BEITRÄGE"
@@ -5,6 +5,10 @@
5
5
  "@->contentpath": "teaserSize",
6
6
  "@->value": "100"
7
7
  },
8
+ {
9
+ "@->contentpath": "realTeaserSize",
10
+ "@->value": "100"
11
+ },
8
12
  {
9
13
  "@->contentpath": "title",
10
14
  "@->value": "NEUESTE BEITRÄGE"
@@ -5,6 +5,10 @@
5
5
  "@->contentpath": "teaserSize",
6
6
  "@->value": "33"
7
7
  },
8
+ {
9
+ "@->contentpath": "realTeaserSize",
10
+ "@->value": "33"
11
+ },
8
12
  {
9
13
  "@->contentpath": "title",
10
14
  "@->value": "NEUESTE BEITRÄGE"
@@ -5,6 +5,10 @@
5
5
  "@->contentpath": "teaserSize",
6
6
  "@->value": "33"
7
7
  },
8
+ {
9
+ "@->contentpath": "realTeaserSize",
10
+ "@->value": "33"
11
+ },
8
12
  {
9
13
  "@->contentpath": "title",
10
14
  "@->value": "NEUESTE BEITRÄGE"
@@ -5,6 +5,10 @@
5
5
  "@->contentpath": "teaserSize",
6
6
  "@->value": "33"
7
7
  },
8
+ {
9
+ "@->contentpath": "realTeaserSize",
10
+ "@->value": "33"
11
+ },
8
12
  {
9
13
  "@->contentpath": "title",
10
14
  "@->value": "NEUESTE BEITRÄGE"
@@ -5,6 +5,10 @@
5
5
  "@->contentpath": "teaserSize",
6
6
  "@->value": "33"
7
7
  },
8
+ {
9
+ "@->contentpath": "realTeaserSize",
10
+ "@->value": "33"
11
+ },
8
12
  {
9
13
  "@->contentpath": "title",
10
14
  "@->value": "Die meistgeklickten Artikel der Woche"
@@ -5,6 +5,10 @@
5
5
  "@->contentpath": "teaserSize",
6
6
  "@->value": "50"
7
7
  },
8
+ {
9
+ "@->contentpath": "realTeaserSize",
10
+ "@->value": "50"
11
+ },
8
12
  {
9
13
  "@->contentpath": "title",
10
14
  "@->value": "NEUESTE BEITRÄGE"
@@ -5,6 +5,10 @@
5
5
  "@->contentpath": "teaserSize",
6
6
  "@->value": "50"
7
7
  },
8
+ {
9
+ "@->contentpath": "realTeaserSize",
10
+ "@->value": "50"
11
+ },
8
12
  {
9
13
  "@->contentpath": "title",
10
14
  "@->value": "NEUESTE BEITRÄGE"
@@ -5,6 +5,10 @@
5
5
  "@->contentpath": "teaserSize",
6
6
  "@->value": "50"
7
7
  },
8
+ {
9
+ "@->contentpath": "realTeaserSize",
10
+ "@->value": "50"
11
+ },
8
12
  {
9
13
  "@->contentpath": "title",
10
14
  "@->value": "NEUESTE BEITRÄGE"
@@ -5,6 +5,10 @@
5
5
  "@->contentpath": "teaserSize",
6
6
  "@->value": "100"
7
7
  },
8
+ {
9
+ "@->contentpath": "realTeaserSize",
10
+ "@->value": "100"
11
+ },
8
12
  {
9
13
  "@->contentpath": "title",
10
14
  "@->value": "DER TAG IN HESSEN"
@@ -5,6 +5,10 @@
5
5
  "@->contentpath": "teaserSize",
6
6
  "@->value": "100"
7
7
  },
8
+ {
9
+ "@->contentpath": "realTeaserSize",
10
+ "@->value": "100"
11
+ },
8
12
  {
9
13
  "@->contentpath": "teaserLogo",
10
14
  "@->value": "tagesschau_de"
@@ -5,6 +5,10 @@
5
5
  "@->contentpath": "teaserSize",
6
6
  "@->value": "33"
7
7
  },
8
+ {
9
+ "@->contentpath": "realTeaserSize",
10
+ "@->value": "33"
11
+ },
8
12
  {
9
13
  "@->contentpath": "teaserLogo",
10
14
  "@->value": "tagesschau_de"
@@ -5,6 +5,10 @@
5
5
  "@->contentpath": "teaserSize",
6
6
  "@->value": "50"
7
7
  },
8
+ {
9
+ "@->contentpath": "realTeaserSize",
10
+ "@->value": "50"
11
+ },
8
12
  {
9
13
  "@->contentpath": "teaserLogo",
10
14
  "@->value": "sportschau"
@@ -5,6 +5,10 @@
5
5
  "@->contentpath": "teaserSize",
6
6
  "@->value": "100"
7
7
  },
8
+ {
9
+ "@->contentpath": "realTeaserSize",
10
+ "@->value": "100"
11
+ },
8
12
  {
9
13
  "@->contentpath": "title",
10
14
  "@->value": "Meistgeklickt Heute"
@@ -5,6 +5,10 @@
5
5
  "@->contentpath": "teaserSize",
6
6
  "@->value": "33"
7
7
  },
8
+ {
9
+ "@->contentpath": "realTeaserSize",
10
+ "@->value": "33"
11
+ },
8
12
  {
9
13
  "@->contentpath": "title",
10
14
  "@->value": "MEISTGEKLICKT HEUTE"
@@ -5,6 +5,10 @@
5
5
  "@->contentpath": "teaserSize",
6
6
  "@->value": "50"
7
7
  },
8
+ {
9
+ "@->contentpath": "realTeaserSize",
10
+ "@->value": "50"
11
+ },
8
12
  {
9
13
  "@->contentpath": "title",
10
14
  "@->value": "MEISTGEKLICKT HEUTE"
@@ -13,6 +13,7 @@
13
13
  ]
14
14
  },
15
15
  "teaserSize": "hero",
16
+ "realTeaserSize": "hero",
16
17
  "showLabel": false,
17
18
  "showProfileInfo": false,
18
19
  "teaserInfo": {
@@ -73,6 +74,7 @@
73
74
  ]
74
75
  },
75
76
  "teaserSize": "hero",
77
+ "realTeaserSize": "hero",
76
78
  "showLabel": true,
77
79
  "label": {
78
80
  "type": "ticker",
@@ -140,6 +142,7 @@
140
142
  ]
141
143
  },
142
144
  "teaserSize": "hero",
145
+ "realTeaserSize": "hero",
143
146
  "showLabel": true,
144
147
  "showProfileInfo": false,
145
148
  "teaserInfo": {
@@ -199,6 +202,7 @@
199
202
  ]
200
203
  },
201
204
  "teaserSize": "hero",
205
+ "realTeaserSize": "hero",
202
206
  "showLabel": true,
203
207
  "showProfileInfo": false,
204
208
  "teaserInfo": {
@@ -258,6 +262,7 @@
258
262
  ]
259
263
  },
260
264
  "teaserSize": "hero",
265
+ "realTeaserSize": "hero",
261
266
  "showLabel": true,
262
267
  "label": {
263
268
  "type": "ticker",
@@ -325,6 +330,7 @@
325
330
  ]
326
331
  },
327
332
  "teaserSize": "hero",
333
+ "realTeaserSize": "hero",
328
334
  "showLabel": false,
329
335
  "showProfileInfo": false,
330
336
  "teaserInfo": {
@@ -431,6 +437,7 @@
431
437
  },
432
438
 
433
439
  "teaserSize": "hero",
440
+ "realTeaserSize": "hero",
434
441
  "showLabel": false,
435
442
  "showProfileInfo": false,
436
443
  "teaserDate": {
@@ -10,6 +10,10 @@
10
10
  "@->contentpath": "logicItem.includeModel.teaserSize",
11
11
  "@->value": "100"
12
12
  },
13
+ {
14
+ "@->contentpath": "logicItem.includeModel.realTeaserSize",
15
+ "@->value": "100"
16
+ },
13
17
  {
14
18
  "@->contentpath": "logicItem.includeModel.teaserType",
15
19
  "@->value": "alternative-ds"
@@ -10,6 +10,10 @@
10
10
  "@->contentpath": "logicItem.includeModel.teaserSize",
11
11
  "@->value": "100"
12
12
  },
13
+ {
14
+ "@->contentpath": "logicItem.includeModel.realTeaserSize",
15
+ "@->value": "100"
16
+ },
13
17
  {
14
18
  "@->contentpath": "logicItem.includeModel.teaserType",
15
19
  "@->value": "alternative-ds"
@@ -10,6 +10,10 @@
10
10
  "@->contentpath": "logicItem.includeModel.teaserSize",
11
11
  "@->value": "100"
12
12
  },
13
+ {
14
+ "@->contentpath": "logicItem.includeModel.realTeaserSize",
15
+ "@->value": "100"
16
+ },
13
17
  {
14
18
  "@->contentpath": "logicItem.includeModel.teaserType",
15
19
  "@->value": "alternative-ds"
@@ -10,6 +10,10 @@
10
10
  "@->contentpath": "logicItem.includeModel.teaserSize",
11
11
  "@->value": "100"
12
12
  },
13
+ {
14
+ "@->contentpath": "logicItem.includeModel.realTeaserSize",
15
+ "@->value": "100"
16
+ },
13
17
  {
14
18
  "@->contentpath": "logicItem.includeModel.teaserType",
15
19
  "@->value": "alternative-ds"
@@ -10,6 +10,10 @@
10
10
  "@->contentpath": "logicItem.includeModel.teaserSize",
11
11
  "@->value": "100"
12
12
  },
13
+ {
14
+ "@->contentpath": "logicItem.includeModel.realTeaserSize",
15
+ "@->value": "100"
16
+ },
13
17
  {
14
18
  "@->contentpath": "logicItem.includeModel.teaserType",
15
19
  "@->value": "alternative-ds"
@@ -10,6 +10,10 @@
10
10
  "@->contentpath": "logicItem.includeModel.teaserSize",
11
11
  "@->value": "100"
12
12
  },
13
+ {
14
+ "@->contentpath": "logicItem.includeModel.realTeaserSize",
15
+ "@->value": "100"
16
+ },
13
17
  {
14
18
  "@->contentpath": "logicItem.includeModel.teaserType",
15
19
  "@->value": "event-alternative-ds"