hr-design-system-handlebars 1.59.20 → 1.59.22

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 CHANGED
@@ -1,3 +1,27 @@
1
+ # v1.59.22 (Tue Mar 05 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - change image-variant and pdf-download-ssi [#873](https://github.com/mumprod/hr-design-system-handlebars/pull/873) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
13
+ # v1.59.21 (Tue Mar 05 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - add div to copytext [#871](https://github.com/mumprod/hr-design-system-handlebars/pull/871) ([@hanswurstsalat](https://github.com/hanswurstsalat))
18
+
19
+ #### Authors: 1
20
+
21
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
22
+
23
+ ---
24
+
1
25
  # v1.59.20 (Mon Mar 04 2024)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -3316,7 +3316,7 @@ article.indexTextDS .indexTextHighlighted .link {
3316
3316
  border-bottom-color: var(--color-secondary-ds);
3317
3317
  }
3318
3318
  .counter-reset {
3319
- counter-reset: cnt1709556193462;
3319
+ counter-reset: cnt1709665038960;
3320
3320
  }
3321
3321
  .hyphens-auto {
3322
3322
  -webkit-hyphens: auto;
@@ -3622,7 +3622,7 @@ article.indexTextDS .indexTextHighlighted .link {
3622
3622
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3623
3623
  }
3624
3624
  .-ordered {
3625
- counter-increment: cnt1709556193462 1;
3625
+ counter-increment: cnt1709665038960 1;
3626
3626
  }
3627
3627
  .-ordered::before {
3628
3628
  position: absolute;
@@ -3638,7 +3638,7 @@ article.indexTextDS .indexTextHighlighted .link {
3638
3638
  letter-spacing: .0125em;
3639
3639
  --tw-text-opacity: 1;
3640
3640
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3641
- content: counter(cnt1709556193462);
3641
+ content: counter(cnt1709665038960);
3642
3642
  }
3643
3643
  /*! ****************************/
3644
3644
  /*! DataPolicy stuff */
@@ -4,7 +4,7 @@
4
4
  <ul>
5
5
  {{#each this}}
6
6
  {{#if this.isEpgPdfExport}}
7
- {{{this.ssi.downloadBoxItem}}}
7
+ {{{this.ssi.downloadBoxItemSB}}}
8
8
  {{else}}
9
9
  {{> components/content/copytext/components/downloadbox/downloadbox_item }}
10
10
  {{/if}}
@@ -1,128 +1,130 @@
1
- {{#each this.copytextParagraph }}
2
- {{#if this.isHeadline}}
3
- {{> components/content/copytext/components/headline }}
4
- {{/if}}
1
+ <div>
2
+ {{#each this.copytextParagraph }}
3
+ {{#if this.isHeadline}}
4
+ {{> components/content/copytext/components/headline }}
5
+ {{/if}}
5
6
 
6
- {{#unless this.isInfoBox}}
7
- {{~#with this.paragraphBoxItem }}
8
- {{~#if this.isImage}}
9
- {{~> components/content/copytext/components/image/image}}
10
- {{/if~}}
11
- {{~#if this.isContentBox}}
12
- {{~> components/content/copytext/components/contentbox/contentbox ~}}
13
- {{/if~}}
14
- {{~#if this.isAccordion}}
15
- {{~> components/content/copytext/components/accordion/accordion ~}}
16
- {{/if~}}
17
- {{~#if this.isGallery}}
18
- {{> components/content/copytext/components/gallery }}
19
- {{/if~}}
20
- {{~#if this.isFileDownload}}
21
- {{> components/content/copytext/components/filedownload }}
22
- {{/if~}}
23
- {{~#if this.isMap}}
24
- {{> components/content/copytext/components/map }}
25
- {{/if~}}
26
- {{~#if this.isWebForm}}
27
- {{> components/content/copytext/components/webform }}
28
- {{/if~}}
29
- {{~#if this.isNewsletter}}
30
- {{> components/content/copytext/components/newsletter }}
31
- {{/if~}}
32
- {{~#if this.isAudio}}
33
- {{> components/content/copytext/components/audio }}
34
- {{/if~}}
35
- {{~#if this.isAudioEventLivestream}}
36
- {{> components/content/copytext/components/audioeventlivestream }}
7
+ {{#unless this.isInfoBox}}
8
+ {{~#with this.paragraphBoxItem }}
9
+ {{~#if this.isImage}}
10
+ {{~> components/content/copytext/components/image/image}}
11
+ {{/if~}}
12
+ {{~#if this.isContentBox}}
13
+ {{~> components/content/copytext/components/contentbox/contentbox ~}}
14
+ {{/if~}}
15
+ {{~#if this.isAccordion}}
16
+ {{~> components/content/copytext/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.baseTeaserDS}}
71
+ {{> components/content/copytext/components/posterteaser }}
72
+ {{/with}}
37
73
  {{/if~}}
38
- {{~#if this.isPodcastEpisode}}
39
- {{> components/content/copytext/components/podcastepisode }}
74
+ {{~#if this.isTicker}}
75
+ {{#with this.toModel.baseTeaserDS}}
76
+ {{> components/content/copytext/components/posterteaser }}
77
+ {{/with}}
40
78
  {{/if~}}
41
- {{~#if this.isVideo}}
42
- {{> components/content/copytext/components/video }}
79
+ {{~#if this.isLink}}
80
+ {{#with this.toModel.baseTeaserDS}}
81
+ {{> components/content/copytext/components/posterteaser }}
82
+ {{/with}}
43
83
  {{/if~}}
44
- {{~#if this.isLivestream}}
45
- {{> components/content/copytext/components/livestream }}
84
+ {{~#if this.isStructureNodeDocument}}
85
+ {{#with this.toModel.structureNodeTeaser}}
86
+ {{> components/content/copytext/components/posterteaser }}
87
+ {{/with}}
46
88
  {{/if~}}
47
- {{~#if this.isTweet}}
48
- {{> components/content/copytext/components/tweet }}
49
- {{~/if}}
50
- {{~#if this.isRadioPlaylist}}
51
- {{> components/content/copytext/components/radioplaylist }}
52
- {{~/if}}
53
- {{~#if this.isVoting}}
54
- {{> components/content/copytext/components/voting }}
89
+ {{~#if this.isStory}}
90
+ {{#with this.toModel.baseTeaserDS}}
91
+ {{> components/content/copytext/components/posterteaser }}
92
+ {{/with}}
55
93
  {{/if~}}
56
- {{~#if this.isExternalService}}
57
- {{> components/content/copytext/components/externalservice }}
94
+ {{~#if this.isProgram}}
95
+ {{#with this.toModel.baseTeaserDS}}
96
+ {{> components/content/copytext/components/posterteaser }}
97
+ {{/with}}
58
98
  {{/if~}}
59
- {{~#if this.isContentNav}}
60
- {{#with this.toModel.contentNavigationTeaser}}
61
- {{~> components/teaser/content_nav/teaser_content_nav _isCopytext=true ~}}
99
+ {{~#if this.isEvent}}
100
+ {{#with this.toModel.eventTeaser}}
101
+ {{> components/content/copytext/components/posterteaser }}
62
102
  {{/with}}
63
103
  {{/if~}}
64
104
  {{~/with}}
65
- {{/unless}}
66
-
67
- {{~#with this.paragraphTeaserItem }}
68
- {{~#if this.isTopictag}}
69
- {{#with this.toModel.baseTeaserDS}}
70
- {{> components/content/copytext/components/posterteaser }}
71
- {{/with}}
72
- {{/if~}}
73
- {{~#if this.isTicker}}
74
- {{#with this.toModel.baseTeaserDS}}
75
- {{> components/content/copytext/components/posterteaser }}
76
- {{/with}}
77
- {{/if~}}
78
- {{~#if this.isLink}}
79
- {{#with this.toModel.baseTeaserDS}}
80
- {{> components/content/copytext/components/posterteaser }}
81
- {{/with}}
82
- {{/if~}}
83
- {{~#if this.isStructureNodeDocument}}
84
- {{#with this.toModel.structureNodeTeaser}}
85
- {{> components/content/copytext/components/posterteaser }}
86
- {{/with}}
87
- {{/if~}}
88
- {{~#if this.isStory}}
89
- {{#with this.toModel.baseTeaserDS}}
90
- {{> components/content/copytext/components/posterteaser }}
91
- {{/with}}
92
- {{/if~}}
93
- {{~#if this.isProgram}}
94
- {{#with this.toModel.baseTeaserDS}}
95
- {{> components/content/copytext/components/posterteaser }}
96
- {{/with}}
97
- {{/if~}}
98
- {{~#if this.isEvent}}
99
- {{#with this.toModel.eventTeaser}}
100
- {{> components/content/copytext/components/posterteaser }}
101
- {{/with}}
102
- {{/if~}}
103
- {{~/with}}
104
105
 
105
- {{#if this.isParagraph}}
106
- {{> components/content/copytext/components/paragraph/paragraph }}
107
- {{/if}}
106
+ {{#if this.isParagraph}}
107
+ {{> components/content/copytext/components/paragraph/paragraph }}
108
+ {{/if}}
108
109
 
109
- {{#if this.isCite}}
110
- {{> components/content/copytext/components/cite }}
111
- {{/if}}
110
+ {{#if this.isCite}}
111
+ {{> components/content/copytext/components/cite }}
112
+ {{/if}}
112
113
 
113
- {{#if this.isInfoBox}}
114
- {{> components/content/copytext/components/infobox }}
115
- {{/if}}
116
- {{#if this.isAdditionalInfo}}
117
- {{> components/content/copytext/components/additionalinfo }}
118
- {{/if}}
119
- {{#if this.isDownloadBox}}
120
- {{> components/content/copytext/components/downloadbox/downloadbox }}
121
- {{/if}}
122
- {{#if this.isFAQ}}
123
- {{> components/content/copytext/components/faq }}
124
- {{/if}}
125
- {{#if this.isJobposting}}
126
- {{> components/content/copytext/components/jobposting }}
127
- {{/if}}
128
- {{/each}}
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/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}}
130
+ </div>
@@ -13,7 +13,7 @@
13
13
  _cssClass="article-full-width md:article-breakout mt-6 sm480:mt-7 "
14
14
  _cssClassCaption="mx-5 md:mx-0"
15
15
  _type="story"
16
- _variant="100-top"
16
+ _variant="100-top-sb"
17
17
  _pictureAddClass="ar-16-9"
18
18
  _isWebview=../../_isWebview
19
19
  _noDelay=true}}
@@ -4,7 +4,7 @@
4
4
  <ul>
5
5
  {{#each this}}
6
6
  {{#if this.isEpgPdfExport}}
7
- {{{this.ssi.downloadBoxItem}}}
7
+ {{{this.ssi.downloadBoxItemSB}}}
8
8
  {{else}}
9
9
  {{> components/content/copytext/components/downloadbox/downloadbox_item }}
10
10
  {{/if}}
@@ -1,128 +1,130 @@
1
- {{#each this.copytextParagraph }}
2
- {{#if this.isHeadline}}
3
- {{> components/content/copytext/components/headline }}
4
- {{/if}}
1
+ <div>
2
+ {{#each this.copytextParagraph }}
3
+ {{#if this.isHeadline}}
4
+ {{> components/content/copytext/components/headline }}
5
+ {{/if}}
5
6
 
6
- {{#unless this.isInfoBox}}
7
- {{~#with this.paragraphBoxItem }}
8
- {{~#if this.isImage}}
9
- {{~> components/content/copytext/components/image/image}}
10
- {{/if~}}
11
- {{~#if this.isContentBox}}
12
- {{~> components/content/copytext/components/contentbox/contentbox ~}}
13
- {{/if~}}
14
- {{~#if this.isAccordion}}
15
- {{~> components/content/copytext/components/accordion/accordion ~}}
16
- {{/if~}}
17
- {{~#if this.isGallery}}
18
- {{> components/content/copytext/components/gallery }}
19
- {{/if~}}
20
- {{~#if this.isFileDownload}}
21
- {{> components/content/copytext/components/filedownload }}
22
- {{/if~}}
23
- {{~#if this.isMap}}
24
- {{> components/content/copytext/components/map }}
25
- {{/if~}}
26
- {{~#if this.isWebForm}}
27
- {{> components/content/copytext/components/webform }}
28
- {{/if~}}
29
- {{~#if this.isNewsletter}}
30
- {{> components/content/copytext/components/newsletter }}
31
- {{/if~}}
32
- {{~#if this.isAudio}}
33
- {{> components/content/copytext/components/audio }}
34
- {{/if~}}
35
- {{~#if this.isAudioEventLivestream}}
36
- {{> components/content/copytext/components/audioeventlivestream }}
7
+ {{#unless this.isInfoBox}}
8
+ {{~#with this.paragraphBoxItem }}
9
+ {{~#if this.isImage}}
10
+ {{~> components/content/copytext/components/image/image}}
11
+ {{/if~}}
12
+ {{~#if this.isContentBox}}
13
+ {{~> components/content/copytext/components/contentbox/contentbox ~}}
14
+ {{/if~}}
15
+ {{~#if this.isAccordion}}
16
+ {{~> components/content/copytext/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.baseTeaserDS}}
71
+ {{> components/content/copytext/components/posterteaser }}
72
+ {{/with}}
37
73
  {{/if~}}
38
- {{~#if this.isPodcastEpisode}}
39
- {{> components/content/copytext/components/podcastepisode }}
74
+ {{~#if this.isTicker}}
75
+ {{#with this.toModel.baseTeaserDS}}
76
+ {{> components/content/copytext/components/posterteaser }}
77
+ {{/with}}
40
78
  {{/if~}}
41
- {{~#if this.isVideo}}
42
- {{> components/content/copytext/components/video }}
79
+ {{~#if this.isLink}}
80
+ {{#with this.toModel.baseTeaserDS}}
81
+ {{> components/content/copytext/components/posterteaser }}
82
+ {{/with}}
43
83
  {{/if~}}
44
- {{~#if this.isLivestream}}
45
- {{> components/content/copytext/components/livestream }}
84
+ {{~#if this.isStructureNodeDocument}}
85
+ {{#with this.toModel.structureNodeTeaser}}
86
+ {{> components/content/copytext/components/posterteaser }}
87
+ {{/with}}
46
88
  {{/if~}}
47
- {{~#if this.isTweet}}
48
- {{> components/content/copytext/components/tweet }}
49
- {{~/if}}
50
- {{~#if this.isRadioPlaylist}}
51
- {{> components/content/copytext/components/radioplaylist }}
52
- {{~/if}}
53
- {{~#if this.isVoting}}
54
- {{> components/content/copytext/components/voting }}
89
+ {{~#if this.isStory}}
90
+ {{#with this.toModel.baseTeaserDS}}
91
+ {{> components/content/copytext/components/posterteaser }}
92
+ {{/with}}
55
93
  {{/if~}}
56
- {{~#if this.isExternalService}}
57
- {{> components/content/copytext/components/externalservice }}
94
+ {{~#if this.isProgram}}
95
+ {{#with this.toModel.baseTeaserDS}}
96
+ {{> components/content/copytext/components/posterteaser }}
97
+ {{/with}}
58
98
  {{/if~}}
59
- {{~#if this.isContentNav}}
60
- {{#with this.toModel.contentNavigationTeaser}}
61
- {{~> components/teaser/content_nav/teaser_content_nav _isCopytext=true ~}}
99
+ {{~#if this.isEvent}}
100
+ {{#with this.toModel.eventTeaser}}
101
+ {{> components/content/copytext/components/posterteaser }}
62
102
  {{/with}}
63
103
  {{/if~}}
64
104
  {{~/with}}
65
- {{/unless}}
66
-
67
- {{~#with this.paragraphTeaserItem }}
68
- {{~#if this.isTopictag}}
69
- {{#with this.toModel.baseTeaserDS}}
70
- {{> components/content/copytext/components/posterteaser }}
71
- {{/with}}
72
- {{/if~}}
73
- {{~#if this.isTicker}}
74
- {{#with this.toModel.baseTeaserDS}}
75
- {{> components/content/copytext/components/posterteaser }}
76
- {{/with}}
77
- {{/if~}}
78
- {{~#if this.isLink}}
79
- {{#with this.toModel.baseTeaserDS}}
80
- {{> components/content/copytext/components/posterteaser }}
81
- {{/with}}
82
- {{/if~}}
83
- {{~#if this.isStructureNodeDocument}}
84
- {{#with this.toModel.structureNodeTeaser}}
85
- {{> components/content/copytext/components/posterteaser }}
86
- {{/with}}
87
- {{/if~}}
88
- {{~#if this.isStory}}
89
- {{#with this.toModel.baseTeaserDS}}
90
- {{> components/content/copytext/components/posterteaser }}
91
- {{/with}}
92
- {{/if~}}
93
- {{~#if this.isProgram}}
94
- {{#with this.toModel.baseTeaserDS}}
95
- {{> components/content/copytext/components/posterteaser }}
96
- {{/with}}
97
- {{/if~}}
98
- {{~#if this.isEvent}}
99
- {{#with this.toModel.eventTeaser}}
100
- {{> components/content/copytext/components/posterteaser }}
101
- {{/with}}
102
- {{/if~}}
103
- {{~/with}}
104
105
 
105
- {{#if this.isParagraph}}
106
- {{> components/content/copytext/components/paragraph/paragraph }}
107
- {{/if}}
106
+ {{#if this.isParagraph}}
107
+ {{> components/content/copytext/components/paragraph/paragraph }}
108
+ {{/if}}
108
109
 
109
- {{#if this.isCite}}
110
- {{> components/content/copytext/components/cite }}
111
- {{/if}}
110
+ {{#if this.isCite}}
111
+ {{> components/content/copytext/components/cite }}
112
+ {{/if}}
112
113
 
113
- {{#if this.isInfoBox}}
114
- {{> components/content/copytext/components/infobox }}
115
- {{/if}}
116
- {{#if this.isAdditionalInfo}}
117
- {{> components/content/copytext/components/additionalinfo }}
118
- {{/if}}
119
- {{#if this.isDownloadBox}}
120
- {{> components/content/copytext/components/downloadbox/downloadbox }}
121
- {{/if}}
122
- {{#if this.isFAQ}}
123
- {{> components/content/copytext/components/faq }}
124
- {{/if}}
125
- {{#if this.isJobposting}}
126
- {{> components/content/copytext/components/jobposting }}
127
- {{/if}}
128
- {{/each}}
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/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}}
130
+ </div>
@@ -13,7 +13,7 @@
13
13
  _cssClass="article-full-width md:article-breakout mt-6 sm480:mt-7 "
14
14
  _cssClassCaption="mx-5 md:mx-0"
15
15
  _type="story"
16
- _variant="100-top"
16
+ _variant="100-top-sb"
17
17
  _pictureAddClass="ar-16-9"
18
18
  _isWebview=../../_isWebview
19
19
  _noDelay=true}}
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.59.20",
9
+ "version": "1.59.22",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -4,7 +4,7 @@
4
4
  <ul>
5
5
  {{#each this}}
6
6
  {{#if this.isEpgPdfExport}}
7
- {{{this.ssi.downloadBoxItem}}}
7
+ {{{this.ssi.downloadBoxItemSB}}}
8
8
  {{else}}
9
9
  {{> components/content/copytext/components/downloadbox/downloadbox_item }}
10
10
  {{/if}}
@@ -1,128 +1,130 @@
1
- {{#each this.copytextParagraph }}
2
- {{#if this.isHeadline}}
3
- {{> components/content/copytext/components/headline }}
4
- {{/if}}
1
+ <div>
2
+ {{#each this.copytextParagraph }}
3
+ {{#if this.isHeadline}}
4
+ {{> components/content/copytext/components/headline }}
5
+ {{/if}}
5
6
 
6
- {{#unless this.isInfoBox}}
7
- {{~#with this.paragraphBoxItem }}
8
- {{~#if this.isImage}}
9
- {{~> components/content/copytext/components/image/image}}
10
- {{/if~}}
11
- {{~#if this.isContentBox}}
12
- {{~> components/content/copytext/components/contentbox/contentbox ~}}
13
- {{/if~}}
14
- {{~#if this.isAccordion}}
15
- {{~> components/content/copytext/components/accordion/accordion ~}}
16
- {{/if~}}
17
- {{~#if this.isGallery}}
18
- {{> components/content/copytext/components/gallery }}
19
- {{/if~}}
20
- {{~#if this.isFileDownload}}
21
- {{> components/content/copytext/components/filedownload }}
22
- {{/if~}}
23
- {{~#if this.isMap}}
24
- {{> components/content/copytext/components/map }}
25
- {{/if~}}
26
- {{~#if this.isWebForm}}
27
- {{> components/content/copytext/components/webform }}
28
- {{/if~}}
29
- {{~#if this.isNewsletter}}
30
- {{> components/content/copytext/components/newsletter }}
31
- {{/if~}}
32
- {{~#if this.isAudio}}
33
- {{> components/content/copytext/components/audio }}
34
- {{/if~}}
35
- {{~#if this.isAudioEventLivestream}}
36
- {{> components/content/copytext/components/audioeventlivestream }}
7
+ {{#unless this.isInfoBox}}
8
+ {{~#with this.paragraphBoxItem }}
9
+ {{~#if this.isImage}}
10
+ {{~> components/content/copytext/components/image/image}}
11
+ {{/if~}}
12
+ {{~#if this.isContentBox}}
13
+ {{~> components/content/copytext/components/contentbox/contentbox ~}}
14
+ {{/if~}}
15
+ {{~#if this.isAccordion}}
16
+ {{~> components/content/copytext/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.baseTeaserDS}}
71
+ {{> components/content/copytext/components/posterteaser }}
72
+ {{/with}}
37
73
  {{/if~}}
38
- {{~#if this.isPodcastEpisode}}
39
- {{> components/content/copytext/components/podcastepisode }}
74
+ {{~#if this.isTicker}}
75
+ {{#with this.toModel.baseTeaserDS}}
76
+ {{> components/content/copytext/components/posterteaser }}
77
+ {{/with}}
40
78
  {{/if~}}
41
- {{~#if this.isVideo}}
42
- {{> components/content/copytext/components/video }}
79
+ {{~#if this.isLink}}
80
+ {{#with this.toModel.baseTeaserDS}}
81
+ {{> components/content/copytext/components/posterteaser }}
82
+ {{/with}}
43
83
  {{/if~}}
44
- {{~#if this.isLivestream}}
45
- {{> components/content/copytext/components/livestream }}
84
+ {{~#if this.isStructureNodeDocument}}
85
+ {{#with this.toModel.structureNodeTeaser}}
86
+ {{> components/content/copytext/components/posterteaser }}
87
+ {{/with}}
46
88
  {{/if~}}
47
- {{~#if this.isTweet}}
48
- {{> components/content/copytext/components/tweet }}
49
- {{~/if}}
50
- {{~#if this.isRadioPlaylist}}
51
- {{> components/content/copytext/components/radioplaylist }}
52
- {{~/if}}
53
- {{~#if this.isVoting}}
54
- {{> components/content/copytext/components/voting }}
89
+ {{~#if this.isStory}}
90
+ {{#with this.toModel.baseTeaserDS}}
91
+ {{> components/content/copytext/components/posterteaser }}
92
+ {{/with}}
55
93
  {{/if~}}
56
- {{~#if this.isExternalService}}
57
- {{> components/content/copytext/components/externalservice }}
94
+ {{~#if this.isProgram}}
95
+ {{#with this.toModel.baseTeaserDS}}
96
+ {{> components/content/copytext/components/posterteaser }}
97
+ {{/with}}
58
98
  {{/if~}}
59
- {{~#if this.isContentNav}}
60
- {{#with this.toModel.contentNavigationTeaser}}
61
- {{~> components/teaser/content_nav/teaser_content_nav _isCopytext=true ~}}
99
+ {{~#if this.isEvent}}
100
+ {{#with this.toModel.eventTeaser}}
101
+ {{> components/content/copytext/components/posterteaser }}
62
102
  {{/with}}
63
103
  {{/if~}}
64
104
  {{~/with}}
65
- {{/unless}}
66
-
67
- {{~#with this.paragraphTeaserItem }}
68
- {{~#if this.isTopictag}}
69
- {{#with this.toModel.baseTeaserDS}}
70
- {{> components/content/copytext/components/posterteaser }}
71
- {{/with}}
72
- {{/if~}}
73
- {{~#if this.isTicker}}
74
- {{#with this.toModel.baseTeaserDS}}
75
- {{> components/content/copytext/components/posterteaser }}
76
- {{/with}}
77
- {{/if~}}
78
- {{~#if this.isLink}}
79
- {{#with this.toModel.baseTeaserDS}}
80
- {{> components/content/copytext/components/posterteaser }}
81
- {{/with}}
82
- {{/if~}}
83
- {{~#if this.isStructureNodeDocument}}
84
- {{#with this.toModel.structureNodeTeaser}}
85
- {{> components/content/copytext/components/posterteaser }}
86
- {{/with}}
87
- {{/if~}}
88
- {{~#if this.isStory}}
89
- {{#with this.toModel.baseTeaserDS}}
90
- {{> components/content/copytext/components/posterteaser }}
91
- {{/with}}
92
- {{/if~}}
93
- {{~#if this.isProgram}}
94
- {{#with this.toModel.baseTeaserDS}}
95
- {{> components/content/copytext/components/posterteaser }}
96
- {{/with}}
97
- {{/if~}}
98
- {{~#if this.isEvent}}
99
- {{#with this.toModel.eventTeaser}}
100
- {{> components/content/copytext/components/posterteaser }}
101
- {{/with}}
102
- {{/if~}}
103
- {{~/with}}
104
105
 
105
- {{#if this.isParagraph}}
106
- {{> components/content/copytext/components/paragraph/paragraph }}
107
- {{/if}}
106
+ {{#if this.isParagraph}}
107
+ {{> components/content/copytext/components/paragraph/paragraph }}
108
+ {{/if}}
108
109
 
109
- {{#if this.isCite}}
110
- {{> components/content/copytext/components/cite }}
111
- {{/if}}
110
+ {{#if this.isCite}}
111
+ {{> components/content/copytext/components/cite }}
112
+ {{/if}}
112
113
 
113
- {{#if this.isInfoBox}}
114
- {{> components/content/copytext/components/infobox }}
115
- {{/if}}
116
- {{#if this.isAdditionalInfo}}
117
- {{> components/content/copytext/components/additionalinfo }}
118
- {{/if}}
119
- {{#if this.isDownloadBox}}
120
- {{> components/content/copytext/components/downloadbox/downloadbox }}
121
- {{/if}}
122
- {{#if this.isFAQ}}
123
- {{> components/content/copytext/components/faq }}
124
- {{/if}}
125
- {{#if this.isJobposting}}
126
- {{> components/content/copytext/components/jobposting }}
127
- {{/if}}
128
- {{/each}}
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/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}}
130
+ </div>
@@ -13,7 +13,7 @@
13
13
  _cssClass="article-full-width md:article-breakout mt-6 sm480:mt-7 "
14
14
  _cssClassCaption="mx-5 md:mx-0"
15
15
  _type="story"
16
- _variant="100-top"
16
+ _variant="100-top-sb"
17
17
  _pictureAddClass="ar-16-9"
18
18
  _isWebview=../../_isWebview
19
19
  _noDelay=true}}