hr-design-system-handlebars 1.80.7 → 1.81.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 (48) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/assets/brand/hessenschau/conf/locatags.merged.json +2 -0
  3. package/dist/assets/brand/hr/conf/locatags.merged.json +2 -0
  4. package/dist/assets/brand/hr-bigband/conf/locatags.merged.json +2 -0
  5. package/dist/assets/brand/hr-fernsehen/conf/locatags.merged.json +2 -0
  6. package/dist/assets/brand/hr-inforadio/conf/locatags.merged.json +2 -0
  7. package/dist/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +2 -0
  8. package/dist/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +2 -0
  9. package/dist/assets/brand/hr-werbung/conf/locatags.merged.json +2 -0
  10. package/dist/assets/brand/hr1/conf/locatags.merged.json +2 -0
  11. package/dist/assets/brand/hr2/conf/locatags.merged.json +2 -0
  12. package/dist/assets/brand/hr3/conf/locatags.merged.json +2 -0
  13. package/dist/assets/brand/hr4/conf/locatags.merged.json +2 -0
  14. package/dist/assets/brand/you-fm/conf/locatags.merged.json +2 -0
  15. package/dist/assets/index.css +3 -32
  16. package/dist/views/components/content/content_footer/content_footer.hbs +4 -4
  17. package/dist/views/components/content/copytext/components/contentbox/contentbox.hbs +52 -12
  18. package/dist/views/components/content/copytext/components/infobox.hbs +12 -39
  19. package/dist/views/components/page/components/commentlink.ssi.hbs +3 -3
  20. package/dist/views/components/page/components/metadatabox.hbs +1 -1
  21. package/dist/views_static/components/content/content_footer/content_footer.hbs +4 -4
  22. package/dist/views_static/components/content/copytext/components/contentbox/contentbox.hbs +52 -12
  23. package/dist/views_static/components/content/copytext/components/infobox.hbs +12 -39
  24. package/dist/views_static/components/page/components/commentlink.ssi.hbs +3 -3
  25. package/dist/views_static/components/page/components/metadatabox.hbs +1 -1
  26. package/package.json +1 -1
  27. package/src/assets/brand/_default/conf/locatags.json +2 -0
  28. package/src/assets/brand/hessenschau/conf/locatags.merged.json +2 -0
  29. package/src/assets/brand/hr/conf/locatags.merged.json +2 -0
  30. package/src/assets/brand/hr-bigband/conf/locatags.merged.json +2 -0
  31. package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +2 -0
  32. package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +2 -0
  33. package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +2 -0
  34. package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +2 -0
  35. package/src/assets/brand/hr-werbung/conf/locatags.merged.json +2 -0
  36. package/src/assets/brand/hr1/conf/locatags.merged.json +2 -0
  37. package/src/assets/brand/hr2/conf/locatags.merged.json +2 -0
  38. package/src/assets/brand/hr3/conf/locatags.merged.json +2 -0
  39. package/src/assets/brand/hr4/conf/locatags.merged.json +2 -0
  40. package/src/assets/brand/you-fm/conf/locatags.merged.json +2 -0
  41. package/src/stories/views/components/content/content_footer/content_footer.hbs +4 -4
  42. package/src/stories/views/components/content/copytext/components/contentbox/contentbox.hbs +52 -12
  43. package/src/stories/views/components/content/copytext/components/infobox.hbs +12 -39
  44. package/src/stories/views/components/page/components/commentlink.ssi.hbs +3 -3
  45. package/src/stories/views/components/page/components/metadatabox.hbs +1 -1
  46. package/dist/views/components/content/copytext/components/contentbox/storybook-contentbox.hbs +0 -58
  47. package/dist/views_static/components/content/copytext/components/contentbox/storybook-contentbox.hbs +0 -58
  48. package/src/stories/views/components/content/copytext/components/contentbox/storybook-contentbox.hbs +0 -58
@@ -1,58 +0,0 @@
1
- {{#>components/content/copytext/components/common/paragraphbox_wrapper _showFullsize=this.showFullSize.isTrue}}
2
-
3
- {{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
4
-
5
- <h3 class="text-lg sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
6
-
7
- {{~#with this.copytextParagraph.[0].paragraphBoxItem }}
8
- {{~#if this.isImage}}
9
- {{#if ../this.showFullSize.isTrue }}
10
- {{#unless this.showFullSize.isTrue }}
11
- <div class="w-full mr-0 sm:mr-5 sm:w-1/2 sm:float-left">
12
- {{/unless}}
13
- {{/if}}
14
- {{#if this.showPortrait.isTrue }}
15
- {{> components/content/copytext/components/image/figure
16
- _cssClass=""
17
- _type="story"
18
- _variant="copytext-portrait"
19
- _noAr="true"
20
- _isWebview=../../_isWebview}}
21
- {{else}}
22
- {{> components/content/copytext/components/image/figure
23
- _cssClass="mt-5 mb-0"
24
- _cssClassCaption=""
25
- _type="story"
26
- _variant="100-copytext"
27
- _pictureAddClass="ar-16-9"
28
- _isWebview=../../_isWebview}}
29
- {{/if}}
30
- {{#if ../this.showFullSize.isTrue }}
31
- {{#unless this.showFullSize.isTrue }}
32
- </div>
33
- {{/unless}}
34
- {{/if}}
35
- {{/if~}}
36
- {{/with}}
37
-
38
- {{#with this.copytext}}
39
- {{#each this.paragraph}}
40
- {{~#each this.text.split }}
41
- {{#if this.isText}}
42
- <p class="mt-4 text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
43
- {{/if}}
44
- {{#if this.isUl}}
45
- <ul class="mt-4 ml-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
46
- {{/if}}
47
- {{#if this.isOl}}
48
- <ol class="mt-4 ml-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
49
- {{/if}}
50
- {{/each}}
51
- {{/each}}
52
- {{/with}}
53
-
54
- {{~#block "subParagraphs"}}{{/block~}}
55
-
56
- {{~> components/base/a11y/hiddenText _locaTag="story_infobox_outro_sr" ~}}
57
-
58
- {{/components/content/copytext/components/common/paragraphbox_wrapper}}
@@ -1,58 +0,0 @@
1
- {{#>components/content/copytext/components/common/paragraphbox_wrapper _showFullsize=this.showFullSize.isTrue}}
2
-
3
- {{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
4
-
5
- <h3 class="text-lg sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
6
-
7
- {{~#with this.copytextParagraph.[0].paragraphBoxItem }}
8
- {{~#if this.isImage}}
9
- {{#if ../this.showFullSize.isTrue }}
10
- {{#unless this.showFullSize.isTrue }}
11
- <div class="w-full mr-0 sm:mr-5 sm:w-1/2 sm:float-left">
12
- {{/unless}}
13
- {{/if}}
14
- {{#if this.showPortrait.isTrue }}
15
- {{> components/content/copytext/components/image/figure
16
- _cssClass=""
17
- _type="story"
18
- _variant="copytext-portrait"
19
- _noAr="true"
20
- _isWebview=../../_isWebview}}
21
- {{else}}
22
- {{> components/content/copytext/components/image/figure
23
- _cssClass="mt-5 mb-0"
24
- _cssClassCaption=""
25
- _type="story"
26
- _variant="100-copytext"
27
- _pictureAddClass="ar-16-9"
28
- _isWebview=../../_isWebview}}
29
- {{/if}}
30
- {{#if ../this.showFullSize.isTrue }}
31
- {{#unless this.showFullSize.isTrue }}
32
- </div>
33
- {{/unless}}
34
- {{/if}}
35
- {{/if~}}
36
- {{/with}}
37
-
38
- {{#with this.copytext}}
39
- {{#each this.paragraph}}
40
- {{~#each this.text.split }}
41
- {{#if this.isText}}
42
- <p class="mt-4 text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
43
- {{/if}}
44
- {{#if this.isUl}}
45
- <ul class="mt-4 ml-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
46
- {{/if}}
47
- {{#if this.isOl}}
48
- <ol class="mt-4 ml-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
49
- {{/if}}
50
- {{/each}}
51
- {{/each}}
52
- {{/with}}
53
-
54
- {{~#block "subParagraphs"}}{{/block~}}
55
-
56
- {{~> components/base/a11y/hiddenText _locaTag="story_infobox_outro_sr" ~}}
57
-
58
- {{/components/content/copytext/components/common/paragraphbox_wrapper}}