hr-design-system-handlebars 1.120.6 → 1.121.0

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 (77) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/index.css +6 -3
  3. package/dist/views/components/content/copytext/components/audio.hbs +1 -1
  4. package/dist/views/components/content/copytext/components/audioeventlivestream.hbs +1 -1
  5. package/dist/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
  6. package/dist/views/components/content/copytext/components/gallery/gallery.hbs +1 -1
  7. package/dist/views/components/content/copytext/components/image/image.hbs +3 -3
  8. package/dist/views/components/content/copytext/components/podcastepisode.hbs +1 -1
  9. package/dist/views/components/content/copytext/components/posterteaser.hbs +1 -1
  10. package/dist/views/components/content/copytext/components/video/video.hbs +1 -1
  11. package/dist/views/components/content/copytext/components/videolivestream.hbs +1 -1
  12. package/dist/views/components/content/copytext/copytext_body.hbs +2 -2
  13. package/dist/views/components/forms/components/backgroundBox.hbs +1 -1
  14. package/dist/views/components/forms/webform.hbs +1 -1
  15. package/dist/views/components/ticker/ticker_item/content_footer_ticker_item.hbs +1 -1
  16. package/dist/views/components/voting/voting.hbs +1 -1
  17. package/dist/views_static/components/content/copytext/components/audio.hbs +1 -1
  18. package/dist/views_static/components/content/copytext/components/audioeventlivestream.hbs +1 -1
  19. package/dist/views_static/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
  20. package/dist/views_static/components/content/copytext/components/gallery/gallery.hbs +1 -1
  21. package/dist/views_static/components/content/copytext/components/image/image.hbs +3 -3
  22. package/dist/views_static/components/content/copytext/components/podcastepisode.hbs +1 -1
  23. package/dist/views_static/components/content/copytext/components/posterteaser.hbs +1 -1
  24. package/dist/views_static/components/content/copytext/components/video/video.hbs +1 -1
  25. package/dist/views_static/components/content/copytext/components/videolivestream.hbs +1 -1
  26. package/dist/views_static/components/content/copytext/copytext_body.hbs +2 -2
  27. package/dist/views_static/components/forms/components/backgroundBox.hbs +1 -1
  28. package/dist/views_static/components/forms/webform.hbs +1 -1
  29. package/dist/views_static/components/ticker/ticker_item/content_footer_ticker_item.hbs +1 -1
  30. package/dist/views_static/components/voting/voting.hbs +1 -1
  31. package/package.json +1 -1
  32. package/src/assets/fixtures/content/copytext/copytext_audio.json +93 -0
  33. package/src/assets/fixtures/content/copytext/copytext_audio_livestream.json +92 -0
  34. package/src/assets/fixtures/content/copytext/copytext_image.json +12 -0
  35. package/src/assets/fixtures/content/copytext/copytext_livestream.json +73 -0
  36. package/src/assets/fixtures/content/copytext/copytext_podcastepisode.json +13 -0
  37. package/src/assets/fixtures/content/copytext/copytext_posterteaser.json +55 -0
  38. package/src/assets/fixtures/content/copytext/copytext_video.json +96 -2
  39. package/src/assets/fixtures/teaser/teaser_images.inc.json +2 -0
  40. package/src/stories/views/components/content/copytext/components/audio.hbs +1 -1
  41. package/src/stories/views/components/content/copytext/components/audioeventlivestream.hbs +1 -1
  42. package/src/stories/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
  43. package/src/stories/views/components/content/copytext/components/contentbox/fixtures/contentbox.json +1 -1
  44. package/src/stories/views/components/content/copytext/components/gallery/gallery.hbs +1 -1
  45. package/src/stories/views/components/content/copytext/components/image/image.hbs +3 -3
  46. package/src/stories/views/components/content/copytext/components/podcastepisode.hbs +1 -1
  47. package/src/stories/views/components/content/copytext/components/posterteaser.hbs +1 -1
  48. package/src/stories/views/components/content/copytext/components/video/video.hbs +1 -1
  49. package/src/stories/views/components/content/copytext/components/videolivestream.hbs +1 -1
  50. package/src/stories/views/components/content/copytext/copytext_body.hbs +2 -2
  51. package/src/stories/views/components/content/copytext/fixtures/copytext_audio.json +1 -1
  52. package/src/stories/views/components/content/copytext/fixtures/copytext_audio_livestream.json +1 -1
  53. package/src/stories/views/components/content/copytext/fixtures/copytext_cite.json +1 -1
  54. package/src/stories/views/components/content/copytext/fixtures/copytext_downloadbox.json +1 -1
  55. package/src/stories/views/components/content/copytext/fixtures/copytext_filedownload.json +1 -1
  56. package/src/stories/views/components/content/copytext/fixtures/copytext_image.json +1 -1
  57. package/src/stories/views/components/content/copytext/fixtures/copytext_infobox.json +1 -1
  58. package/src/stories/views/components/content/copytext/fixtures/copytext_livestream.json +1 -1
  59. package/src/stories/views/components/content/copytext/fixtures/copytext_media_components.json +1 -1
  60. package/src/stories/views/components/content/copytext/fixtures/copytext_non_media_components.json +1 -1
  61. package/src/stories/views/components/content/copytext/fixtures/copytext_podcastepisode.json +1 -1
  62. package/src/stories/views/components/content/copytext/fixtures/copytext_posterteaser.json +1 -1
  63. package/src/stories/views/components/content/copytext/fixtures/copytext_video.json +1 -1
  64. package/src/stories/views/components/forms/components/backgroundBox.hbs +1 -1
  65. package/src/stories/views/components/forms/webform.hbs +1 -1
  66. package/src/stories/views/components/page/story/fixtures/story_with_audio.json +1 -1
  67. package/src/stories/views/components/page/story/fixtures/story_with_livestream.json +1 -1
  68. package/src/stories/views/components/page/story/fixtures/story_with_video.json +1 -1
  69. package/src/stories/views/components/ticker/ticker_item/content_footer_ticker_item.hbs +1 -1
  70. package/src/stories/views/components/voting/fixtures/voting.json +1 -1
  71. package/src/stories/views/components/voting/fixtures/voting_media_audio_horizontal.json +1 -1
  72. package/src/stories/views/components/voting/fixtures/voting_media_audio_vertical.json +1 -1
  73. package/src/stories/views/components/voting/fixtures/voting_media_image_horizontal.json +1 -1
  74. package/src/stories/views/components/voting/fixtures/voting_media_image_vertical.json +1 -1
  75. package/src/stories/views/components/voting/fixtures/voting_media_video_horizontal.json +1 -1
  76. package/src/stories/views/components/voting/fixtures/voting_media_video_vertical.json +1 -1
  77. package/src/stories/views/components/voting/voting.hbs +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.121.0 (Mon Oct 20 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Feature/dpe 3761 [#1316](https://github.com/mumprod/hr-design-system-handlebars/pull/1316) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v1.120.6 (Fri Oct 17 2025)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3894,7 +3894,7 @@ article #commentList {
3894
3894
  border-bottom-color: var(--color-secondary-ds);
3895
3895
  }
3896
3896
  .counter-reset {
3897
- counter-reset: cnt1760692670414;
3897
+ counter-reset: cnt1760970058909;
3898
3898
  }
3899
3899
  .animate-delay-100 {
3900
3900
  --tw-animate-delay: 100ms;
@@ -4355,7 +4355,7 @@ html { scroll-behavior: smooth; }
4355
4355
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4356
4356
  }
4357
4357
  .-ordered {
4358
- counter-increment: cnt1760692670414 1;
4358
+ counter-increment: cnt1760970058909 1;
4359
4359
  }
4360
4360
  .-ordered::before {
4361
4361
  position: absolute;
@@ -4373,7 +4373,7 @@ html { scroll-behavior: smooth; }
4373
4373
  --tw-text-opacity: 1;
4374
4374
  color: rgba(0, 0, 0, 1);
4375
4375
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4376
- content: counter(cnt1760692670414);
4376
+ content: counter(cnt1760970058909);
4377
4377
  }
4378
4378
  /*! ****************************/
4379
4379
  /*! DataPolicy stuff */
@@ -9192,6 +9192,9 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
9192
9192
  .\[\&\:has\(\+\.-hideOnMobile\)\]\:order-1:has(+.-hideOnMobile) {
9193
9193
  order: 1;
9194
9194
  }
9195
+ .\[\&\:not\(\:has\(\+h2\)\2c \:has\(\+p\)\2c \:has\(\+div\)\2c \:has\(\+figure\)\)\]\:mb-0:not(:has(+h2)):not(:has(+p)):not(:has(+div)):not(:has(+figure)) {
9196
+ margin-bottom: 0px;
9197
+ }
9195
9198
  .\[\&\:not\(\:last-child\)\]\:pb-2:not(:last-child) {
9196
9199
  padding-bottom: 0.5rem;
9197
9200
  }
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
3
3
  {{else}}
4
4
  {{> components/content/copytext/components/media/media_figure _isFullsize=false _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width mt-12 mb-8 sm:my-7 sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
5
5
  {{/if}}
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_audio_event_livestream_intro_sr" _a11yOutro-loca="story_audio_event_livestream_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_audio_event_livestream_intro_sr" _a11yOutro-loca="story_audio_event_livestream_outro_sr" }}
3
3
  {{else}}
4
4
  {{> components/content/copytext/components/media/media_figure _isFullsize=false _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width mt-12 mb-8 sm:my-7 sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_audio_event_livestream_intro_sr" _a11yOutro-loca="story_audio_event_livestream_outro_sr" }}
5
5
  {{/if}}
@@ -1,3 +1,3 @@
1
- <div class="mx-1 sm:ml-[1.531rem] sm:mr-6.5 px-4 sm:pl-[1.531rem] sm:pr-6.5 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}[&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 clear-both mt-12 mb-8 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14 {{else}}hrds-copytext-teaser-half mb-8 sm:mb-5 sm:mt-6 mt-12 w-full sm:w-1/2 sm:float-left{{/if}}{{#if _cssClasses}} {{_cssClasses}}{{/if}}">
1
+ <div class="mx-1 sm:ml-[1.531rem] sm:mr-6.5 px-4 sm:pl-[1.531rem] sm:pr-6.5 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}[&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 clear-both mt-12 mb-8 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14 [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0{{else}}hrds-copytext-teaser-half mb-8 sm:mb-5 sm:mt-6 mt-12 w-full sm:w-1/2 sm:float-left{{/if}}{{#if _cssClasses}} {{_cssClasses}}{{/if}}">
2
2
  {{~> @partial-block ~}}
3
3
  </div>
@@ -1,3 +1,3 @@
1
1
  {{#with this.toModel.galleryPage}}
2
- {{> components/content/copytext/components/media/media_figure _hasHeadline=true _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if ../_isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_gallery_intro_sr" _a11yOutro-loca="story_gallery_outro_sr"}}
2
+ {{> components/content/copytext/components/media/media_figure _hasHeadline=true _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if ../_isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_gallery_intro_sr" _a11yOutro-loca="story_gallery_outro_sr"}}
3
3
  {{/with}}
@@ -2,7 +2,7 @@
2
2
  {{~#case '16toX'~}}
3
3
  {{#if this.showFullSize.isTrue }}
4
4
  {{> components/content/copytext/components/image/figure
5
- _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
5
+ _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0"
6
6
  _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
7
7
  _type="story"
8
8
  _variant="100-copytext-portrait"
@@ -21,7 +21,7 @@
21
21
  {{~#case '16to9'~}}
22
22
  {{#if this.showFullSize.isTrue}}
23
23
  {{> components/content/copytext/components/image/figure
24
- _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
24
+ _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0"
25
25
  _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
26
26
  _type="story"
27
27
  _variant="100-copytext"
@@ -40,7 +40,7 @@
40
40
  {{~#case '1to1'~}}
41
41
  {{#if this.showFullSize.isTrue}}
42
42
  {{> components/content/copytext/components/image/figure
43
- _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
43
+ _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0"
44
44
  _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
45
45
  _type="story"
46
46
  _variant="100-copytext-squared"
@@ -1,3 +1,3 @@
1
- <div class="print:hidden {{#if this.showFullSize.isTrue }}clear-both [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 mt-12 mb-8 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14{{else}}hrds-copytext-teaser-half sm:w-1/2 clear-both sm:float-left sm:mr-5 mt-12 mb-8 sm:mt-6 sm:mb-5{{/if}}">
1
+ <div class="print:hidden {{#if this.showFullSize.isTrue }}clear-both [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 mt-12 mb-8 [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14{{else}}hrds-copytext-teaser-half sm:w-1/2 clear-both sm:float-left sm:mr-5 mt-12 mb-8 sm:mt-6 sm:mb-5{{/if}}">
2
2
  {{> components/teaser/podcast/podcast _headlineTag="h3" _isCopytext=true }}
3
3
  </div>
@@ -1,3 +1,3 @@
1
- <div class="print:hidden article-narrow w-auto [&+h2]:mt-4 xs:article-full-width{{#if _isTickerCopytext}} xs:mx-10{{else}} xs:mx-13{{/if}} {{#if this.showFullSize.isTrue }}hrds-copytext-teaser-full clear-both mb-8 mt-12 sm:my-14 sm:mx-26 {{else}}hrds-copytext-teaser-half sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5 sm:ml-0{{/if}}">
1
+ <div class="print:hidden article-narrow w-auto [&+h2]:mt-4 xs:article-full-width{{#if _isTickerCopytext}} xs:mx-10{{else}} xs:mx-13{{/if}} {{#if this.showFullSize.isTrue }}hrds-copytext-teaser-full clear-both mb-8 mt-12 [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0 sm:my-14 sm:mx-26 {{else}}hrds-copytext-teaser-half sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5 sm:ml-0{{/if}}">
2
2
  {{> components/teaser/teaser_poster _isCopytext=true }}
3
3
  </div>
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _hasHeadline=true _playerLocation="Copytext" _isFullsize=true _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" _isVertical=_isVertical}}
2
+ {{> components/content/copytext/components/media/media_figure _hasHeadline=true _playerLocation="Copytext" _isFullsize=true _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" _isVertical=_isVertical}}
3
3
  {{else}}
4
4
  {{> components/content/copytext/components/media/media_figure _hasHeadline=true _playerLocation="Copytext" _isFullsize=false _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" _isVertical=_isVertical}}
5
5
  {{/if}}
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _hasHeadline=true _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _hasHeadline=true _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
3
3
  {{else}}
4
4
  {{> components/content/copytext/components/media/media_figure _hasHeadline=true _isFullsize=false _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
5
5
  {{/if}}
@@ -22,7 +22,7 @@
22
22
  {{> components/content/copytext/components/map }}
23
23
  {{/if~}}
24
24
  {{~#if this.isWebForm}}
25
- {{> components/forms/webform }}
25
+ {{> components/forms/webform _isTickerCopytext=../_isTickerCopytext }}
26
26
  {{/if~}}
27
27
  {{~#if this.isNewsletter}}
28
28
  {{> components/newsletter/newsletter }}
@@ -49,7 +49,7 @@
49
49
  {{> components/content/copytext/components/radioplaylist }}
50
50
  {{~/if}}
51
51
  {{~#if this.isVoting}}
52
- {{> components/content/copytext/components/voting }}
52
+ {{> components/content/copytext/components/voting _isTickerCopytext }}
53
53
  {{/if~}}
54
54
  {{~#if this.isExternalService}}
55
55
  {{~#if @../first}}
@@ -1,3 +1,3 @@
1
- <div class="relative bg-highlight-1 dark:bg-highlight-1-dark sm:rounded-tl-hr sm:rounded-br-hr {{#if _isTeaser}}w-full{{~inline-switch this.teasersize '["100","50"]' '[" px-5 sm:px-13 pb-8 pt-6 sm:pt-8"," p-5"]'}}{{else}}px-5 sm:px-13 pb-8 pt-6 sm:pt-12 mt-7 sm:mt-12 mb-5 article-full-width sm:article-narrow{{/if}}" >
1
+ <div class="relative bg-highlight-1 dark:bg-highlight-1-dark sm:rounded-tl-hr sm:rounded-br-hr {{#if _isTeaser}}w-full{{~inline-switch this.teasersize '["100","50"]' '[" px-5 sm:px-13 pb-8 pt-6 sm:pt-8"," p-5"]'}}{{else}}px-5 sm:px-13 pb-8 pt-6 sm:pt-12 mt-7 sm:mt-12 mb-5 article-full-width sm:article-narrow{{/if}}{{#if _isTickerCopytext}} [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0{{/if}}" >
2
2
  {{> @partial-block }}
3
3
  </div>
@@ -1,5 +1,5 @@
1
1
 
2
- {{#>components/forms/components/backgroundBox }}
2
+ {{#>components/forms/components/backgroundBox _isTickerCopytext=_isTickerCopytext }}
3
3
  <h3 class="mb-6 text-2xl md:text-3xl font-headingSerif sm:mb-12 text-text dark:text-text-dark">
4
4
  {{this.title}}
5
5
  </h3>
@@ -1,4 +1,4 @@
1
- <footer class="{{#if _css}}{{_css}} {{/if}}flex items-center clear-both w-full my-4 sm:my-4">
1
+ <footer class="{{#if _css}}{{_css}} {{/if}}flex items-center clear-both w-full mt-8">
2
2
  <div>
3
3
  {{#> components/page/components/metadata_wrapper _hideFrom=false _isTicker=_isTicker }}
4
4
  {{~#with this.programReferenceAlt~}}
@@ -1,4 +1,4 @@
1
- {{#>components/forms/components/backgroundBox _isTeaser=_isTeaser }}
1
+ {{#>components/forms/components/backgroundBox _isTeaser=_isTeaser _isTickerCopytext=_isTickerCopytext }}
2
2
  {{#with this.form}}
3
3
  {{#unless this.isVotingOver}}
4
4
  {{#unless ../this.hasRedirect}}
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
3
3
  {{else}}
4
4
  {{> components/content/copytext/components/media/media_figure _isFullsize=false _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width mt-12 mb-8 sm:my-7 sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
5
5
  {{/if}}
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_audio_event_livestream_intro_sr" _a11yOutro-loca="story_audio_event_livestream_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_audio_event_livestream_intro_sr" _a11yOutro-loca="story_audio_event_livestream_outro_sr" }}
3
3
  {{else}}
4
4
  {{> components/content/copytext/components/media/media_figure _isFullsize=false _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width mt-12 mb-8 sm:my-7 sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_audio_event_livestream_intro_sr" _a11yOutro-loca="story_audio_event_livestream_outro_sr" }}
5
5
  {{/if}}
@@ -1,3 +1,3 @@
1
- <div class="mx-1 sm:ml-[1.531rem] sm:mr-6.5 px-4 sm:pl-[1.531rem] sm:pr-6.5 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}[&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 clear-both mt-12 mb-8 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14 {{else}}hrds-copytext-teaser-half mb-8 sm:mb-5 sm:mt-6 mt-12 w-full sm:w-1/2 sm:float-left{{/if}}{{#if _cssClasses}} {{_cssClasses}}{{/if}}">
1
+ <div class="mx-1 sm:ml-[1.531rem] sm:mr-6.5 px-4 sm:pl-[1.531rem] sm:pr-6.5 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}[&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 clear-both mt-12 mb-8 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14 [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0{{else}}hrds-copytext-teaser-half mb-8 sm:mb-5 sm:mt-6 mt-12 w-full sm:w-1/2 sm:float-left{{/if}}{{#if _cssClasses}} {{_cssClasses}}{{/if}}">
2
2
  {{~> @partial-block ~}}
3
3
  </div>
@@ -1,3 +1,3 @@
1
1
  {{#with this.toModel.galleryPage}}
2
- {{> components/content/copytext/components/media/media_figure _hasHeadline=true _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if ../_isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_gallery_intro_sr" _a11yOutro-loca="story_gallery_outro_sr"}}
2
+ {{> components/content/copytext/components/media/media_figure _hasHeadline=true _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if ../_isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_gallery_intro_sr" _a11yOutro-loca="story_gallery_outro_sr"}}
3
3
  {{/with}}
@@ -2,7 +2,7 @@
2
2
  {{~#case '16toX'~}}
3
3
  {{#if this.showFullSize.isTrue }}
4
4
  {{> components/content/copytext/components/image/figure
5
- _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
5
+ _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0"
6
6
  _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
7
7
  _type="story"
8
8
  _variant="100-copytext-portrait"
@@ -21,7 +21,7 @@
21
21
  {{~#case '16to9'~}}
22
22
  {{#if this.showFullSize.isTrue}}
23
23
  {{> components/content/copytext/components/image/figure
24
- _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
24
+ _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0"
25
25
  _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
26
26
  _type="story"
27
27
  _variant="100-copytext"
@@ -40,7 +40,7 @@
40
40
  {{~#case '1to1'~}}
41
41
  {{#if this.showFullSize.isTrue}}
42
42
  {{> components/content/copytext/components/image/figure
43
- _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
43
+ _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0"
44
44
  _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
45
45
  _type="story"
46
46
  _variant="100-copytext-squared"
@@ -1,3 +1,3 @@
1
- <div class="print:hidden {{#if this.showFullSize.isTrue }}clear-both [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 mt-12 mb-8 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14{{else}}hrds-copytext-teaser-half sm:w-1/2 clear-both sm:float-left sm:mr-5 mt-12 mb-8 sm:mt-6 sm:mb-5{{/if}}">
1
+ <div class="print:hidden {{#if this.showFullSize.isTrue }}clear-both [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 mt-12 mb-8 [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14{{else}}hrds-copytext-teaser-half sm:w-1/2 clear-both sm:float-left sm:mr-5 mt-12 mb-8 sm:mt-6 sm:mb-5{{/if}}">
2
2
  {{> components/teaser/podcast/podcast _headlineTag="h3" _isCopytext=true }}
3
3
  </div>
@@ -1,3 +1,3 @@
1
- <div class="print:hidden article-narrow w-auto [&+h2]:mt-4 xs:article-full-width{{#if _isTickerCopytext}} xs:mx-10{{else}} xs:mx-13{{/if}} {{#if this.showFullSize.isTrue }}hrds-copytext-teaser-full clear-both mb-8 mt-12 sm:my-14 sm:mx-26 {{else}}hrds-copytext-teaser-half sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5 sm:ml-0{{/if}}">
1
+ <div class="print:hidden article-narrow w-auto [&+h2]:mt-4 xs:article-full-width{{#if _isTickerCopytext}} xs:mx-10{{else}} xs:mx-13{{/if}} {{#if this.showFullSize.isTrue }}hrds-copytext-teaser-full clear-both mb-8 mt-12 [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0 sm:my-14 sm:mx-26 {{else}}hrds-copytext-teaser-half sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5 sm:ml-0{{/if}}">
2
2
  {{> components/teaser/teaser_poster _isCopytext=true }}
3
3
  </div>
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _hasHeadline=true _playerLocation="Copytext" _isFullsize=true _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" _isVertical=_isVertical}}
2
+ {{> components/content/copytext/components/media/media_figure _hasHeadline=true _playerLocation="Copytext" _isFullsize=true _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" _isVertical=_isVertical}}
3
3
  {{else}}
4
4
  {{> components/content/copytext/components/media/media_figure _hasHeadline=true _playerLocation="Copytext" _isFullsize=false _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" _isVertical=_isVertical}}
5
5
  {{/if}}
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _hasHeadline=true _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _hasHeadline=true _isFullsize=true _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
3
3
  {{else}}
4
4
  {{> components/content/copytext/components/media/media_figure _hasHeadline=true _isFullsize=false _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" ) _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
5
5
  {{/if}}
@@ -22,7 +22,7 @@
22
22
  {{> components/content/copytext/components/map }}
23
23
  {{/if~}}
24
24
  {{~#if this.isWebForm}}
25
- {{> components/forms/webform }}
25
+ {{> components/forms/webform _isTickerCopytext=../_isTickerCopytext }}
26
26
  {{/if~}}
27
27
  {{~#if this.isNewsletter}}
28
28
  {{> components/newsletter/newsletter }}
@@ -49,7 +49,7 @@
49
49
  {{> components/content/copytext/components/radioplaylist }}
50
50
  {{~/if}}
51
51
  {{~#if this.isVoting}}
52
- {{> components/content/copytext/components/voting }}
52
+ {{> components/content/copytext/components/voting _isTickerCopytext }}
53
53
  {{/if~}}
54
54
  {{~#if this.isExternalService}}
55
55
  {{~#if @../first}}
@@ -1,3 +1,3 @@
1
- <div class="relative bg-highlight-1 dark:bg-highlight-1-dark sm:rounded-tl-hr sm:rounded-br-hr {{#if _isTeaser}}w-full{{~inline-switch this.teasersize '["100","50"]' '[" px-5 sm:px-13 pb-8 pt-6 sm:pt-8"," p-5"]'}}{{else}}px-5 sm:px-13 pb-8 pt-6 sm:pt-12 mt-7 sm:mt-12 mb-5 article-full-width sm:article-narrow{{/if}}" >
1
+ <div class="relative bg-highlight-1 dark:bg-highlight-1-dark sm:rounded-tl-hr sm:rounded-br-hr {{#if _isTeaser}}w-full{{~inline-switch this.teasersize '["100","50"]' '[" px-5 sm:px-13 pb-8 pt-6 sm:pt-8"," p-5"]'}}{{else}}px-5 sm:px-13 pb-8 pt-6 sm:pt-12 mt-7 sm:mt-12 mb-5 article-full-width sm:article-narrow{{/if}}{{#if _isTickerCopytext}} [&:not(:has(+h2),:has(+p),:has(+div),:has(+figure))]:mb-0{{/if}}" >
2
2
  {{> @partial-block }}
3
3
  </div>
@@ -1,5 +1,5 @@
1
1
 
2
- {{#>components/forms/components/backgroundBox }}
2
+ {{#>components/forms/components/backgroundBox _isTickerCopytext=_isTickerCopytext }}
3
3
  <h3 class="mb-6 text-2xl md:text-3xl font-headingSerif sm:mb-12 text-text dark:text-text-dark">
4
4
  {{this.title}}
5
5
  </h3>
@@ -1,4 +1,4 @@
1
- <footer class="{{#if _css}}{{_css}} {{/if}}flex items-center clear-both w-full my-4 sm:my-4">
1
+ <footer class="{{#if _css}}{{_css}} {{/if}}flex items-center clear-both w-full mt-8">
2
2
  <div>
3
3
  {{#> components/page/components/metadata_wrapper _hideFrom=false _isTicker=_isTicker }}
4
4
  {{~#with this.programReferenceAlt~}}
@@ -1,4 +1,4 @@
1
- {{#>components/forms/components/backgroundBox _isTeaser=_isTeaser }}
1
+ {{#>components/forms/components/backgroundBox _isTeaser=_isTeaser _isTickerCopytext=_isTickerCopytext }}
2
2
  {{#with this.form}}
3
3
  {{#unless this.isVotingOver}}
4
4
  {{#unless ../this.hasRedirect}}
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",
8
8
  "repository": "https://github.com/szuelch/hr-design-system-handlebars",
9
- "version": "1.120.6",
9
+ "version": "1.121.0",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -305,6 +305,99 @@
305
305
  },
306
306
  {
307
307
  "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
308
+ },
309
+ {
310
+ "paragraphBoxItem": {
311
+ "isAudio": true,
312
+ "isAudioOnDemand": true,
313
+ "showFullSize": {
314
+ "isTrue": true
315
+ },
316
+ "label": {
317
+ "type": "audio",
318
+ "loca": "label_audio",
319
+ "byline": {
320
+ "bylineText": "00:20 Min."
321
+ }
322
+ },
323
+ "audioAuthor": "Karsten Hufer",
324
+ "showAirdate": true,
325
+ "airdateDate": {
326
+ "htmlDateTime": "2022-10-31T19:30+0200",
327
+ "htmlDate": "31.10.2022",
328
+ "date": "31.10.22",
329
+ "dateSeparatorTime": "31.10.22, 19:30"
330
+ },
331
+ "toModel": {
332
+ "audioElement": {
333
+ "ardPlayerConfig": {
334
+ "@->jsoninclude": "audio/audios.inc.json",
335
+ "@->contentpath": "audio-1",
336
+ "@->overrides": [
337
+ {
338
+ "@->contentpath": "playerId",
339
+ "@->value": "2568"
340
+ }
341
+ ]
342
+ },
343
+ "ardPlayerJsonConfig": {
344
+ "@->jsoninclude": "audio/audios.inc.json",
345
+ "@->contentpath": "audio-1",
346
+ "@->overrides": [
347
+ {
348
+ "@->contentpath": "isAutoplay",
349
+ "@->value": false
350
+ },
351
+ {
352
+ "@->contentpath": "playerConfig.generic.isAutoplay",
353
+ "@->value": false
354
+ },
355
+ {
356
+ "@->contentpath": "playerConfig.web.isForcedVideoView",
357
+ "@->value": false
358
+ },
359
+ {
360
+ "@->contentpath": "playerId",
361
+ "@->value": "2568"
362
+ }
363
+ ]
364
+ }
365
+ },
366
+ "mediaBacklinkToStoryTeaser": {
367
+ "link": {
368
+ "url": "/audioseite",
369
+ "isTargetBlank": false
370
+ },
371
+ "readMoreScreenreader": "zum Audio",
372
+ "title": "Musik macht deinen Tag",
373
+ "isForeignBrand": false,
374
+ "readMore": "zur Audio-Einzelseite",
375
+ "hasIcon": false,
376
+ "iconName": "extern"
377
+ }
378
+ },
379
+ "teaseritem": {
380
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
381
+ "@->contentpath": "copytext_image_50",
382
+ "@->replaceToken": [
383
+ {
384
+ "@->token": "image",
385
+ "@->value": "lehrerin-ukraine-104"
386
+ }
387
+ ]
388
+ },
389
+
390
+ "teaserImage": {
391
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
392
+ "@->contentpath": "copytext_image_50",
393
+ "@->replaceToken": [
394
+ {
395
+ "@->token": "image",
396
+ "@->value": "lehrerin-ukraine-104"
397
+ }
398
+ ]
399
+ }
400
+ }
308
401
  }
309
402
  ]
310
403
  }
@@ -302,6 +302,98 @@
302
302
  },
303
303
  {
304
304
  "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
305
+ },
306
+ {
307
+ "paragraphBoxItem": {
308
+ "isAudio": true,
309
+ "isAudioEventLivestream": true,
310
+ "showFullSize": {
311
+ "isTrue": true
312
+ },
313
+ "label": {
314
+ "type": "livestream",
315
+ "loca": "label_audio_event_livestream",
316
+ "byline": {
317
+ "bylineText": "Jetzt Live"
318
+ }
319
+ },
320
+ "showAirdate": false,
321
+ "airdateDate": {
322
+ "htmlDateTime": "2024-06-25T08:30+0200",
323
+ "htmlDate": "25.06.2024",
324
+ "date": "25.06.24",
325
+ "dateSeparatorTime": "25.06.24, 08:30"
326
+ },
327
+ "toModel": {
328
+ "audioLivestreamElement": {
329
+ "ardPlayerConfig": {
330
+ "@->jsoninclude": "audio/audios.inc.json",
331
+ "@->contentpath": "audio-event-livestream",
332
+ "@->overrides": [
333
+ {
334
+ "@->contentpath": "playerId",
335
+ "@->value": "2568"
336
+ }
337
+ ]
338
+ },
339
+ "ardPlayerJsonConfig": {
340
+ "@->jsoninclude": "audio/audios.inc.json",
341
+ "@->contentpath": "audio-event-livestream",
342
+ "@->overrides": [
343
+ {
344
+ "@->contentpath": "isAutoplay",
345
+ "@->value": false
346
+ },
347
+ {
348
+ "@->contentpath": "playerConfig.generic.isAutoplay",
349
+ "@->value": false
350
+ },
351
+ {
352
+ "@->contentpath": "playerConfig.web.isForcedVideoView",
353
+ "@->value": false
354
+ },
355
+ {
356
+ "@->contentpath": "playerId",
357
+ "@->value": "2568"
358
+ }
359
+ ]
360
+ }
361
+ },
362
+ "mediaBacklinkToStoryTeaser": {
363
+ "link": {
364
+ "url": "/audioseite",
365
+ "isTargetBlank": false
366
+ },
367
+ "readMoreScreenreader": "zum Audio-Livestream",
368
+ "title": "Musik macht deinen Tag",
369
+ "isForeignBrand": false,
370
+ "readMore": "zum Audio-Livestream",
371
+ "hasIcon": false,
372
+ "iconName": "extern"
373
+ }
374
+ },
375
+ "teaseritem": {
376
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
377
+ "@->contentpath": "copytext_image_50",
378
+ "@->replaceToken": [
379
+ {
380
+ "@->token": "image",
381
+ "@->value": "lehrerin-ukraine-104"
382
+ }
383
+ ]
384
+ },
385
+
386
+ "teaserImage": {
387
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
388
+ "@->contentpath": "copytext_image_50",
389
+ "@->replaceToken": [
390
+ {
391
+ "@->token": "image",
392
+ "@->value": "lehrerin-ukraine-104"
393
+ }
394
+ ]
395
+ }
396
+ }
305
397
  }
306
398
  ]
307
399
  }
@@ -128,6 +128,18 @@
128
128
  },
129
129
  {
130
130
  "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
131
+ },
132
+ {
133
+ "paragraphBoxItem": {
134
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
135
+ "@->contentpath": "copytext_image_100",
136
+ "@->replaceToken": [
137
+ {
138
+ "@->token": "image",
139
+ "@->value": "buchmesse-fahnen-102"
140
+ }
141
+ ]
142
+ }
131
143
  }
132
144
  ]
133
145
  }