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.
- package/CHANGELOG.md +26 -0
- package/dist/assets/brand/hessenschau/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-bigband/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-fernsehen/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-inforadio/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-werbung/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr1/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr2/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr3/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr4/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/you-fm/conf/locatags.merged.json +2 -0
- package/dist/assets/index.css +3 -32
- package/dist/views/components/content/content_footer/content_footer.hbs +4 -4
- package/dist/views/components/content/copytext/components/contentbox/contentbox.hbs +52 -12
- package/dist/views/components/content/copytext/components/infobox.hbs +12 -39
- package/dist/views/components/page/components/commentlink.ssi.hbs +3 -3
- package/dist/views/components/page/components/metadatabox.hbs +1 -1
- package/dist/views_static/components/content/content_footer/content_footer.hbs +4 -4
- package/dist/views_static/components/content/copytext/components/contentbox/contentbox.hbs +52 -12
- package/dist/views_static/components/content/copytext/components/infobox.hbs +12 -39
- package/dist/views_static/components/page/components/commentlink.ssi.hbs +3 -3
- package/dist/views_static/components/page/components/metadatabox.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/brand/_default/conf/locatags.json +2 -0
- package/src/assets/brand/hessenschau/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-bigband/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-werbung/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr1/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr2/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr3/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr4/conf/locatags.merged.json +2 -0
- package/src/assets/brand/you-fm/conf/locatags.merged.json +2 -0
- package/src/stories/views/components/content/content_footer/content_footer.hbs +4 -4
- package/src/stories/views/components/content/copytext/components/contentbox/contentbox.hbs +52 -12
- package/src/stories/views/components/content/copytext/components/infobox.hbs +12 -39
- package/src/stories/views/components/page/components/commentlink.ssi.hbs +3 -3
- package/src/stories/views/components/page/components/metadatabox.hbs +1 -1
- package/dist/views/components/content/copytext/components/contentbox/storybook-contentbox.hbs +0 -58
- package/dist/views_static/components/content/copytext/components/contentbox/storybook-contentbox.hbs +0 -58
- package/src/stories/views/components/content/copytext/components/contentbox/storybook-contentbox.hbs +0 -58
package/dist/views_static/components/content/copytext/components/contentbox/storybook-contentbox.hbs
DELETED
|
@@ -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}}
|
package/src/stories/views/components/content/copytext/components/contentbox/storybook-contentbox.hbs
DELETED
|
@@ -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}}
|