hr-design-system-handlebars 1.50.16 → 1.50.17

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 (83) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/index.css +6 -3
  3. package/dist/views/components/content/copytext/components/additionalinfo.hbs +5 -0
  4. package/dist/views/components/content/copytext/components/audio.hbs +9 -0
  5. package/dist/views/components/content/copytext/components/audioeventlivestream.hbs +9 -0
  6. package/dist/views/components/content/copytext/components/cite.hbs +20 -0
  7. package/dist/views/components/content/copytext/components/downloadbox.hbs +5 -0
  8. package/dist/views/components/content/copytext/components/externalservice.hbs +61 -0
  9. package/dist/views/components/content/copytext/components/faq.hbs +5 -0
  10. package/dist/views/components/content/copytext/components/filedownload.hbs +5 -0
  11. package/dist/views/components/content/copytext/components/gallery.hbs +7 -0
  12. package/dist/views/components/content/copytext/components/headline.hbs +1 -0
  13. package/dist/views/components/content/copytext/components/image.hbs +41 -0
  14. package/dist/views/components/content/copytext/components/infobox.hbs +5 -0
  15. package/dist/views/components/content/copytext/components/jobposting.hbs +5 -0
  16. package/dist/views/components/content/copytext/components/livestream.hbs +9 -0
  17. package/dist/views/components/content/copytext/components/map.hbs +46 -0
  18. package/dist/views/components/content/copytext/components/newsletter.hbs +5 -0
  19. package/dist/views/components/content/copytext/components/paragraph.hbs +11 -0
  20. package/dist/views/components/content/copytext/components/podcastepisode.hbs +9 -0
  21. package/dist/views/components/content/copytext/components/posterteaser.hbs +5 -0
  22. package/dist/views/components/content/copytext/components/radioplaylist.hbs +11 -0
  23. package/dist/views/components/content/copytext/components/tweet.hbs +7 -0
  24. package/dist/views/components/content/copytext/components/video.hbs +9 -0
  25. package/dist/views/components/content/copytext/components/voting.hbs +9 -0
  26. package/dist/views/components/content/copytext/components/webform.hbs +5 -0
  27. package/dist/views/components/content/copytext/copytext.hbs +129 -0
  28. package/dist/views_static/components/content/copytext/components/additionalinfo.hbs +5 -0
  29. package/dist/views_static/components/content/copytext/components/audio.hbs +9 -0
  30. package/dist/views_static/components/content/copytext/components/audioeventlivestream.hbs +9 -0
  31. package/dist/views_static/components/content/copytext/components/cite.hbs +20 -0
  32. package/dist/views_static/components/content/copytext/components/downloadbox.hbs +5 -0
  33. package/dist/views_static/components/content/copytext/components/externalservice.hbs +61 -0
  34. package/dist/views_static/components/content/copytext/components/faq.hbs +5 -0
  35. package/dist/views_static/components/content/copytext/components/filedownload.hbs +5 -0
  36. package/dist/views_static/components/content/copytext/components/gallery.hbs +7 -0
  37. package/dist/views_static/components/content/copytext/components/headline.hbs +1 -0
  38. package/dist/views_static/components/content/copytext/components/image.hbs +41 -0
  39. package/dist/views_static/components/content/copytext/components/infobox.hbs +5 -0
  40. package/dist/views_static/components/content/copytext/components/jobposting.hbs +5 -0
  41. package/dist/views_static/components/content/copytext/components/livestream.hbs +9 -0
  42. package/dist/views_static/components/content/copytext/components/map.hbs +46 -0
  43. package/dist/views_static/components/content/copytext/components/newsletter.hbs +5 -0
  44. package/dist/views_static/components/content/copytext/components/paragraph.hbs +11 -0
  45. package/dist/views_static/components/content/copytext/components/podcastepisode.hbs +9 -0
  46. package/dist/views_static/components/content/copytext/components/posterteaser.hbs +5 -0
  47. package/dist/views_static/components/content/copytext/components/radioplaylist.hbs +11 -0
  48. package/dist/views_static/components/content/copytext/components/tweet.hbs +7 -0
  49. package/dist/views_static/components/content/copytext/components/video.hbs +9 -0
  50. package/dist/views_static/components/content/copytext/components/voting.hbs +9 -0
  51. package/dist/views_static/components/content/copytext/components/webform.hbs +5 -0
  52. package/dist/views_static/components/content/copytext/copytext.hbs +129 -0
  53. package/package.json +1 -1
  54. package/src/assets/fixtures/content/copytext/copytext.inc.json +100 -0
  55. package/src/assets/fixtures/content/copytext/copytext.json +4 -0
  56. package/src/stories/views/components/content/copytext/components/additionalinfo.hbs +5 -0
  57. package/src/stories/views/components/content/copytext/components/audio.hbs +9 -0
  58. package/src/stories/views/components/content/copytext/components/audioeventlivestream.hbs +9 -0
  59. package/src/stories/views/components/content/copytext/components/cite.hbs +20 -0
  60. package/src/stories/views/components/content/copytext/components/downloadbox.hbs +5 -0
  61. package/src/stories/views/components/content/copytext/components/externalservice.hbs +61 -0
  62. package/src/stories/views/components/content/copytext/components/faq.hbs +5 -0
  63. package/src/stories/views/components/content/copytext/components/filedownload.hbs +5 -0
  64. package/src/stories/views/components/content/copytext/components/gallery.hbs +7 -0
  65. package/src/stories/views/components/content/copytext/components/headline.hbs +1 -0
  66. package/src/stories/views/components/content/copytext/components/image.hbs +41 -0
  67. package/src/stories/views/components/content/copytext/components/infobox.hbs +5 -0
  68. package/src/stories/views/components/content/copytext/components/jobposting.hbs +5 -0
  69. package/src/stories/views/components/content/copytext/components/livestream.hbs +9 -0
  70. package/src/stories/views/components/content/copytext/components/map.hbs +46 -0
  71. package/src/stories/views/components/content/copytext/components/newsletter.hbs +5 -0
  72. package/src/stories/views/components/content/copytext/components/paragraph.hbs +11 -0
  73. package/src/stories/views/components/content/copytext/components/podcastepisode.hbs +9 -0
  74. package/src/stories/views/components/content/copytext/components/posterteaser.hbs +5 -0
  75. package/src/stories/views/components/content/copytext/components/radioplaylist.hbs +11 -0
  76. package/src/stories/views/components/content/copytext/components/tweet.hbs +7 -0
  77. package/src/stories/views/components/content/copytext/components/video.hbs +9 -0
  78. package/src/stories/views/components/content/copytext/components/voting.hbs +9 -0
  79. package/src/stories/views/components/content/copytext/components/webform.hbs +5 -0
  80. package/src/stories/views/components/content/copytext/copytext.hbs +129 -0
  81. package/src/stories/views/components/content/copytext/copytext.mdx +25 -0
  82. package/src/stories/views/components/content/copytext/copytext.stories.js +16 -0
  83. package/src/stories/views/components/content/copytext/fixtures/copytext.json +1 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.50.17 (Fri Nov 24 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - add copytext + sub-components [#765](https://github.com/mumprod/hr-design-system-handlebars/pull/765) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
1
13
  # v1.50.16 (Wed Nov 22 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -1167,6 +1167,9 @@ article.indexText ul {
1167
1167
  .float-left {
1168
1168
  float: left;
1169
1169
  }
1170
+ .clear-both {
1171
+ clear: both;
1172
+ }
1170
1173
  .\!m-0 {
1171
1174
  margin: 0px !important;
1172
1175
  }
@@ -3088,7 +3091,7 @@ article.indexText ul {
3088
3091
  border-bottom-color: var(--color-secondary-ds);
3089
3092
  }
3090
3093
  .counter-reset {
3091
- counter-reset: cnt1700662128051;
3094
+ counter-reset: cnt1700830960091;
3092
3095
  }
3093
3096
  .hyphens-auto {
3094
3097
  -webkit-hyphens: auto;
@@ -3349,7 +3352,7 @@ article.indexText ul {
3349
3352
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3350
3353
  }
3351
3354
  .-ordered {
3352
- counter-increment: cnt1700662128051 1;
3355
+ counter-increment: cnt1700830960091 1;
3353
3356
  }
3354
3357
  .-ordered::before {
3355
3358
  position: absolute;
@@ -3365,7 +3368,7 @@ article.indexText ul {
3365
3368
  letter-spacing: .0125em;
3366
3369
  --tw-text-opacity: 1;
3367
3370
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3368
- content: counter(cnt1700662128051);
3371
+ content: counter(cnt1700830960091);
3369
3372
  }
3370
3373
  /*! ****************************/
3371
3374
  /*! DataPolicy stuff */
@@ -0,0 +1,5 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Additional-info-component</div>
3
+ {{~else~}}
4
+ {{~> modules/story/paragraphs/additional-info ~}}
5
+ {{~/if~}}
@@ -0,0 +1,9 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Audio-component</div>
3
+ {{~else~}}
4
+ {{#if this.showFullSize.isTrue }}
5
+ {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
6
+ {{else}}
7
+ {{> modules/media/media_figure _addClass="copytext__box dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
8
+ {{/if}}
9
+ {{~/if~}}
@@ -0,0 +1,9 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Audioevent-Livestream-component</div>
3
+ {{~else~}}
4
+ {{#if this.showFullSize.isTrue }}
5
+ {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
6
+ {{else}}
7
+ {{> modules/media/media_figure _addClass="copytext__box dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
8
+ {{/if}}
9
+ {{~/if~}}
@@ -0,0 +1,20 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Cite-component</div>
3
+ {{~else~}}
4
+ <div class="{{#if this.paragraphProperties.[0].showFullSize }}copytext__clearBox {{else}}copytext__box{{/if}}">
5
+ {{~> base/a11y/hiddenText _locaTag="story_cite_intro_sr" ~}}
6
+ <blockquote class="cite copytext__cite">
7
+ <cite class="cite__text">„{{{this.text}}}“</cite>
8
+ {{#with this.paragraphProperties}}
9
+ {{#with this.[0]}}
10
+ {{#with this.citeAuthor}}
11
+ <span class="cite__author">
12
+ {{~> base/a11y/hiddenText _locaTag="story_cite_author_sr" ~}}
13
+ {{this}}</span>
14
+ {{/with}}
15
+ {{/with}}
16
+ {{/with}}
17
+ </blockquote>
18
+ {{~> base/a11y/hiddenText _locaTag="story_cite_outro_sr" ~}}
19
+ </div>
20
+ {{~/if~}}
@@ -0,0 +1,5 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Downloadbox-component</div>
3
+ {{~else~}}
4
+ {{~> modules/story/paragraphs/downloadbox ~}}
5
+ {{~/if~}}
@@ -0,0 +1,61 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: External-service-component</div>
3
+ {{~else~}}
4
+ {{#with this.toModel.externalService}}
5
+ {{#if this.externalServiceConfig.makeConfigurable}}
6
+ {{~> modules/externalService/externalService~}}
7
+ {{else}}
8
+ {{#if this.externalServiceConfig.embedAsIFrame}}
9
+ {{#if this.fixedHeight}}
10
+ {{#if this.serviceUrl}}
11
+ <div class="copytext__externalService">
12
+ {{~> base/a11y/hiddenText _locaTag="story_externalservice_intro_sr" ~}}
13
+ <div class="copytext__scrollWrapper -fixedHeight"
14
+ style="height:{{this.fixedHeight}}px;">
15
+ <iframe frameborder="0" width="100%" height="100%"
16
+ src="{{{this.serviceUrl}}}" webkitallowfullscreen mozallowfullscreen
17
+ allowfullscreen scrolling='no'></iframe>
18
+ </div>
19
+ {{~> base/a11y/hiddenText _locaTag="story_externalservice_outro_sr" ~}}
20
+ {{#with this.externalServiceCaption}}
21
+ <div class="copytext__captionLine">
22
+ <span class="figcaption">{{this}}</span>
23
+ </div>
24
+ {{/with}}
25
+ </div>
26
+ {{/if}}
27
+ {{else}}
28
+ {{#if this.serviceUrl}}
29
+ <div class="copytext__externalService">
30
+ {{~> base/a11y/hiddenText _locaTag="story_externalservice_intro_sr" ~}}
31
+ <div class="copytext__scrollWrapper">
32
+ <div class="ar--{{defaultIfEmpty this.aspectRatio "auto"}}">
33
+ <iframe frameborder="0" class="ar__content" width="100%" height="100%"
34
+ src="{{{this.serviceUrl}}}" webkitallowfullscreen
35
+ mozallowfullscreen allowfullscreen></iframe>
36
+ </div>
37
+ </div>
38
+ {{#with this.externalServiceCaption}}
39
+ <div class="copytext__captionLine">
40
+ <span class="figcaption">{{this}}</span>
41
+ </div>
42
+ {{/with}}
43
+ {{~> base/a11y/hiddenText _locaTag="story_externalservice_outro_sr" ~}}
44
+ </div>
45
+ {{/if}}
46
+ {{/if}}
47
+ {{else}}
48
+ <div class="copytext__externalService">
49
+ <div class="c-externalService__{{this.externalServiceConfig.externalServiceId}} js-load"
50
+ data-hr-external-service='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}", "embedType": "{{this.externalServiceConfig.externalServiceEmbedType}}", "dataPolicyCheck": false, "iFrameConfig":{}}'>
51
+ </div>
52
+ {{#with this.externalServiceCaption}}
53
+ <div class="copytext__captionLine js-externalservice__caption">
54
+ <span class="figcaption">{{this}}</span>
55
+ </div>
56
+ {{/with}}
57
+ </div>
58
+ {{/if}}
59
+ {{/if}}
60
+ {{/with}}
61
+ {{~/if~}}
@@ -0,0 +1,5 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: FAQ-component</div>
3
+ {{~else~}}
4
+ {{~> modules/story/paragraphs/faq ~}}
5
+ {{~/if~}}
@@ -0,0 +1,5 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: File-download-component</div>
3
+ {{~else~}}
4
+ {{> modules/media/media_figure _addClass="copytext__box" _a11yIntro-loca="story_download_intro_sr" _a11yOutro-loca="story_download_outro_sr" }}
5
+ {{~/if~}}
@@ -0,0 +1,7 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Gallery-component</div>
3
+ {{~else~}}
4
+ {{#with this.toModel.galleryPage}}
5
+ {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_gallery_intro_sr" _a11yOutro-loca="story_gallery_outro_sr" }}
6
+ {{/with}}
7
+ {{~/if~}}
@@ -0,0 +1 @@
1
+ <h2 class="clear-both text-lg sm480:text-2xl font-headingSerif mt-11 dark:text-text-dark">{{{this.text}}}</h2>
@@ -0,0 +1,41 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Image-component</div>
3
+ {{~else~}}
4
+
5
+ {{#if this.showPortrait.isTrue }}
6
+ {{#if this.showFullSize.isTrue }}
7
+ {{> modules/figure/figure
8
+ _cssClass="copytext__clearBox"
9
+ _type="story"
10
+ _variant="100-copytext-portrait"
11
+ _noAr="true"
12
+ _pictureAddClass="copytext__box__picture"
13
+ _isWebview=../../_isWebview}}
14
+ {{else}}
15
+ {{> modules/figure/figure
16
+ _cssClass="copytext__box"
17
+ _type="story"
18
+ _variant="copytext-portrait"
19
+ _noAr="true"
20
+ _pictureAddClass="copytext__box__picture"
21
+ _isWebview=../../_isWebview}}
22
+ {{/if}}
23
+ {{else}}
24
+ {{#if this.showFullSize.isTrue}}
25
+ {{> modules/figure/figure
26
+ _cssClass="copytext__clearBox"
27
+ _type="story"
28
+ _variant="100-copytext"
29
+ _pictureAddClass="ar--16x9 copytext__box__picture"
30
+ _isWebview=../../_isWebview}}
31
+ {{else}}
32
+ {{> modules/figure/figure
33
+ _cssClass="copytext__box"
34
+ _type="story"
35
+ _variant="copytext"
36
+ _pictureAddClass="ar--16x9 copytext__box__picture"
37
+ _isWebview=../../_isWebview}}
38
+ {{/if}}
39
+ {{/if}}
40
+
41
+ {{~/if~}}
@@ -0,0 +1,5 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Infobox-component</div>
3
+ {{~else~}}
4
+ {{~> modules/story/paragraphs/infobox ~}}
5
+ {{~/if~}}
@@ -0,0 +1,5 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Jobposting-component</div>
3
+ {{~else~}}
4
+ {{~> modules/story/paragraphs/jobposting ~}}
5
+ {{~/if~}}
@@ -0,0 +1,9 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Livestream-component</div>
3
+ {{~else~}}
4
+ {{#if this.showFullSize.isTrue }}
5
+ {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream__outro_sr" }}
6
+ {{else}}
7
+ {{> modules/media/media_figure _addClass="copytext__box dontPrint" _a11yIntro-loca="story_video_livestream__intro_sr" _a11yOutro-loca="story_video_livestream__outro_sr" }}
8
+ {{/if}}
9
+ {{~/if~}}
@@ -0,0 +1,46 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Map-component</div>
3
+ {{~else~}}
4
+ {{> content/geomap/page/components/map
5
+ _addClass="copytext__clearBox"
6
+ _id=this.uuid
7
+ _tilesURL=this.mapTilesUrl
8
+ _iconURLStyle1=this.markerIconUrl
9
+ _iconURLStyle2=this.markerIconUrlS2
10
+ _iconURLStyle3=this.markerIconUrlS3
11
+ _markerList=this.showMarkerList
12
+ _fixedTooltip=this.showFixedTooltip
13
+ _markerCluster=this.showMarkercluster
14
+ _showOwnLocation=this.showOwnLocation
15
+ _initView=this.initView
16
+ _initLat=this.initViewLat
17
+ _initLng=this.initViewLong
18
+ _initZoom=this.initZoom
19
+ _border=this.showBorders
20
+ _colorBorder=this.borderColor
21
+ _borderStrokeWeight=this.borderStrokeWeight
22
+ _countryFillColor=this.countryFillColor
23
+ _countryFillOpacity=this.countryFillOpacity
24
+ _colorAreasStyle1=this.polygonColor
25
+ _opacityAreasStyle1=this.polygonOpacity
26
+ _weightAreasStyle1=this.polygonWeight
27
+ _colorAreasStyle2=this.polygonColorS2
28
+ _opacityAreasStyle2=this.polygonOpacityS2
29
+ _weightAreasStyle2=this.polygonWeightS2
30
+ _colorAreasStyle3=this.polygonColorS3
31
+ _opacityAreasStyle3=this.polygonOpacityS3
32
+ _weightAreasStyle3=this.polygonWeightS3
33
+ _colorLinesStyle1=this.polylineColor
34
+ _weightLinesStyle1=this.polylineWeight
35
+ _colorLinesStyle2=this.polylineColorS2
36
+ _weightLinesStyle2=this.polylineWeightS2
37
+ _colorLinesStyle3=this.polylineColorS3
38
+ _weightLinesStyle3=this.polylineWeightS3
39
+ _aspectRatio=this.mapAspectRatio
40
+ _initZoomMax=this.initZoomMax
41
+ _initZoomMin=this.initZoomMin
42
+ _clusterMinIconURL=this.clusterMinIconUrl
43
+ _clusterMedIconURL=this.clusterMedIconUrl
44
+ _clusterMaxIconURL=this.clusterMaxIconUrl
45
+ }}
46
+ {{~/if~}}
@@ -0,0 +1,5 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Newsletter-component</div>
3
+ {{~else~}}
4
+ {{> modules/newsletter/newsletter _addClass="copytext__clearBox marginTrailer--m"}}
5
+ {{~/if~}}
@@ -0,0 +1,11 @@
1
+ {{#each this.text.split}}
2
+ {{#if this.isText}}
3
+ <p class="mt-6 text-base sm480:text-lg dark:text-text-dark">{{{this.text}}}</p>
4
+ {{/if}}
5
+ {{#if this.isUl}}
6
+ <ul class="mt-6 ml-5 text-base list-disc sm480:text-lg dark:text-text-dark">{{{this.text}}}</ul>
7
+ {{/if}}
8
+ {{#if this.isOl}}
9
+ <ol class="mt-6 ml-5 text-base list-decimal sm480:text-lg dark:text-text-dark">{{{this.text}}}</ol>
10
+ {{/if}}
11
+ {{/each}}
@@ -0,0 +1,9 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Podcast-episode-component</div>
3
+ {{~else~}}
4
+ {{#if this.showFullSize.isTrue }}
5
+ {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
6
+ {{else}}
7
+ {{> modules/media/media_figure _addClass="copytext__box dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
8
+ {{/if}}
9
+ {{~/if~}}
@@ -0,0 +1,5 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Posterteaser-component</div>
3
+ {{~else~}}
4
+ {{> modules/teaser/poster-teaser/posterTeaser-story}}
5
+ {{~/if~}}
@@ -0,0 +1,11 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Radioplaylist-component</div>
3
+ {{~else~}}
4
+ {{#with this.toModel.songvoteParagraphBox}}
5
+ {{#if this.showRanking }}
6
+ <div class="copytext__clearBox marginTrailer--m">
7
+ {{{this.rankingSSI}}}
8
+ </div>
9
+ {{/if}}
10
+ {{/with}}
11
+ {{~/if~}}
@@ -0,0 +1,7 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Tweet-component</div>
3
+ {{~else~}}
4
+ {{#with this.toModel.tweet}}
5
+ {{> modules/twitter/copytext_twitter _addClass="copytext__clearBox" }}
6
+ {{/with}}
7
+ {{~/if~}}
@@ -0,0 +1,9 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Video-component</div>
3
+ {{~else~}}
4
+ {{#if this.showFullSize.isTrue }}
5
+ {{> modules/media/media_figure _fullSize=true _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
6
+ {{else}}
7
+ {{> modules/media/media_figure _fullSize=false _addClass="copytext__box dontPrint" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
8
+ {{/if}}
9
+ {{~/if~}}
@@ -0,0 +1,9 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Voting-component</div>
3
+ {{~else~}}
4
+ {{#if this.isMultiVote}}
5
+ {{> modules/teaser/voting-teaser/multiVotingTeaser _addClass="copytext__clearBox"}}
6
+ {{else}}
7
+ {{> modules/teaser/voting-teaser/singleVotingTeaser _addClass="copytext__clearBox"}}
8
+ {{/if}}
9
+ {{~/if~}}
@@ -0,0 +1,5 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Webform-component</div>
3
+ {{~else~}}
4
+ {{> content/webform/components/webform _addClass="copytext__clearBox marginTrailer--m"}}
5
+ {{~/if~}}
@@ -0,0 +1,129 @@
1
+ {{#each this.copytextParagraph }}
2
+ {{{this.structuredDataSsi}}}
3
+ {{#if this.isHeadline}}
4
+ {{> components/content/copytext/components/headline }}
5
+ {{/if}}
6
+
7
+ {{#unless this.isInfoBox}}
8
+ {{~#with this.paragraphBoxItem }}
9
+ {{~#if this.isImage}}
10
+ {{> components/content/copytext/components/image }}
11
+ {{/if~}}
12
+ {{~#if this.isContentBox}}
13
+ {{~> components/article/components/contentbox/contentbox ~}}
14
+ {{/if~}}
15
+ {{~#if this.isAccordion}}
16
+ {{~> components/article/components/accordion/accordion ~}}
17
+ {{/if~}}
18
+ {{~#if this.isGallery}}
19
+ {{> components/content/copytext/components/gallery }}
20
+ {{/if~}}
21
+ {{~#if this.isFileDownload}}
22
+ {{> components/content/copytext/components/filedownload }}
23
+ {{/if~}}
24
+ {{~#if this.isMap}}
25
+ {{> components/content/copytext/components/map }}
26
+ {{/if~}}
27
+ {{~#if this.isWebForm}}
28
+ {{> components/content/copytext/components/webform }}
29
+ {{/if~}}
30
+ {{~#if this.isNewsletter}}
31
+ {{> components/content/copytext/components/newsletter }}
32
+ {{/if~}}
33
+ {{~#if this.isAudio}}
34
+ {{> components/content/copytext/components/audio }}
35
+ {{/if~}}
36
+ {{~#if this.isAudioEventLivestream}}
37
+ {{> components/content/copytext/components/audioeventlivestream }}
38
+ {{/if~}}
39
+ {{~#if this.isPodcastEpisode}}
40
+ {{> components/content/copytext/components/podcastepisode }}
41
+ {{/if~}}
42
+ {{~#if this.isVideo}}
43
+ {{> components/content/copytext/components/video }}
44
+ {{/if~}}
45
+ {{~#if this.isLivestream}}
46
+ {{> components/content/copytext/components/livestream }}
47
+ {{/if~}}
48
+ {{~#if this.isTweet}}
49
+ {{> components/content/copytext/components/tweet }}
50
+ {{~/if}}
51
+ {{~#if this.isRadioPlaylist}}
52
+ {{> components/content/copytext/components/radioplaylist }}
53
+ {{~/if}}
54
+ {{~#if this.isVoting}}
55
+ {{> components/content/copytext/components/voting }}
56
+ {{/if~}}
57
+ {{~#if this.isExternalService}}
58
+ {{> components/content/copytext/components/externalservice }}
59
+ {{/if~}}
60
+ {{~#if this.isContentNav}}
61
+ {{#with this.toModel.contentNavigationTeaser}}
62
+ {{~> components/teaser/content_nav/teaser_content_nav _isCopytext=true ~}}
63
+ {{/with}}
64
+ {{/if~}}
65
+ {{~/with}}
66
+ {{/unless}}
67
+
68
+ {{~#with this.paragraphTeaserItem }}
69
+ {{~#if this.isTopictag}}
70
+ {{#with this.toModel.genericTeaser}}
71
+ {{> components/content/copytext/components/posterteaser }}
72
+ {{/with}}
73
+ {{/if~}}
74
+ {{~#if this.isTicker}}
75
+ {{#with this.toModel.genericTeaser}}
76
+ {{> components/content/copytext/components/posterteaser }}
77
+ {{/with}}
78
+ {{/if~}}
79
+ {{~#if this.isLink}}
80
+ {{#with this.toModel.genericTeaser}}
81
+ {{> components/content/copytext/components/posterteaser }}
82
+ {{/with}}
83
+ {{/if~}}
84
+ {{~#if this.isStructureNodeDocument}}
85
+ {{#with this.toModel.structureNodeTeaser}}
86
+ {{> components/content/copytext/components/posterteaser }}
87
+ {{/with}}
88
+ {{/if~}}
89
+ {{~#if this.isStory}}
90
+ {{#with this.toModel.genericTeaser}}
91
+ {{> components/content/copytext/components/posterteaser }}
92
+ {{/with}}
93
+ {{/if~}}
94
+ {{~#if this.isProgram}}
95
+ {{#with this.toModel.genericTeaser}}
96
+ {{> components/content/copytext/components/posterteaser }}
97
+ {{/with}}
98
+ {{/if~}}
99
+ {{~#if this.isEvent}}
100
+ {{#with this.toModel.eventTeaser}}
101
+ {{> components/content/copytext/components/posterteaser }}
102
+ {{/with}}
103
+ {{/if~}}
104
+ {{~/with}}
105
+
106
+ {{#if this.isParagraph}}
107
+ {{> components/content/copytext/components/paragraph }}
108
+ {{/if}}
109
+
110
+ {{#if this.isCite}}
111
+ {{> components/content/copytext/components/cite }}
112
+ {{/if}}
113
+
114
+ {{#if this.isInfoBox}}
115
+ {{> components/content/copytext/components/infobox }}
116
+ {{/if}}
117
+ {{#if this.isAdditionalInfo}}
118
+ {{> components/content/copytext/components/additionalinfo }}
119
+ {{/if}}
120
+ {{#if this.isDownloadBox}}
121
+ {{> components/content/copytext/components/downloadbox }}
122
+ {{/if}}
123
+ {{#if this.isFAQ}}
124
+ {{> components/content/copytext/components/faq }}
125
+ {{/if}}
126
+ {{#if this.isJobposting}}
127
+ {{> components/content/copytext/components/jobposting }}
128
+ {{/if}}
129
+ {{/each}}
@@ -0,0 +1,5 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Additional-info-component</div>
3
+ {{~else~}}
4
+ {{~> modules/story/paragraphs/additional-info ~}}
5
+ {{~/if~}}
@@ -0,0 +1,9 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Audio-component</div>
3
+ {{~else~}}
4
+ {{#if this.showFullSize.isTrue }}
5
+ {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
6
+ {{else}}
7
+ {{> modules/media/media_figure _addClass="copytext__box dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
8
+ {{/if}}
9
+ {{~/if~}}
@@ -0,0 +1,9 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Audioevent-Livestream-component</div>
3
+ {{~else~}}
4
+ {{#if this.showFullSize.isTrue }}
5
+ {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
6
+ {{else}}
7
+ {{> modules/media/media_figure _addClass="copytext__box dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
8
+ {{/if}}
9
+ {{~/if~}}
@@ -0,0 +1,20 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Cite-component</div>
3
+ {{~else~}}
4
+ <div class="{{#if this.paragraphProperties.[0].showFullSize }}copytext__clearBox {{else}}copytext__box{{/if}}">
5
+ {{~> base/a11y/hiddenText _locaTag="story_cite_intro_sr" ~}}
6
+ <blockquote class="cite copytext__cite">
7
+ <cite class="cite__text">„{{{this.text}}}“</cite>
8
+ {{#with this.paragraphProperties}}
9
+ {{#with this.[0]}}
10
+ {{#with this.citeAuthor}}
11
+ <span class="cite__author">
12
+ {{~> base/a11y/hiddenText _locaTag="story_cite_author_sr" ~}}
13
+ {{this}}</span>
14
+ {{/with}}
15
+ {{/with}}
16
+ {{/with}}
17
+ </blockquote>
18
+ {{~> base/a11y/hiddenText _locaTag="story_cite_outro_sr" ~}}
19
+ </div>
20
+ {{~/if~}}
@@ -0,0 +1,5 @@
1
+ {{~#if (isStorybook)~}}
2
+ <div class="mt-6 italic text-gray-dark">coming soon: Downloadbox-component</div>
3
+ {{~else~}}
4
+ {{~> modules/story/paragraphs/downloadbox ~}}
5
+ {{~/if~}}