hr-design-system-handlebars 1.114.116 → 1.114.117
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 +12 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/external-service/components/external_service_data_policy.hbs +4 -4
- package/dist/views/components/forms/webform.hbs +4 -4
- package/dist/views/components/newsletter/components/newsletter_form.hbs +2 -4
- package/dist/views/components/voting/voting.hbs +4 -4
- package/dist/views_static/components/external-service/components/external_service_data_policy.hbs +4 -4
- package/dist/views_static/components/forms/webform.hbs +4 -4
- package/dist/views_static/components/newsletter/components/newsletter_form.hbs +2 -4
- package/dist/views_static/components/voting/voting.hbs +4 -4
- package/package.json +1 -1
- package/src/stories/views/components/external-service/components/external_service_data_policy.hbs +4 -4
- package/src/stories/views/components/forms/webform.hbs +4 -4
- package/src/stories/views/components/newsletter/components/newsletter_form.hbs +2 -4
- package/src/stories/views/components/voting/voting.hbs +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.114.117 (Thu Mar 06 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Converting no-js hint blocks back to noscript [#1258](https://github.com/mumprod/hr-design-system-handlebars/pull/1258) ([@Paul-Atreidis](https://github.com/Paul-Atreidis))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@Paul-Atreidis](https://github.com/Paul-Atreidis)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.114.116 (Tue Mar 04 2025)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3860,7 +3860,7 @@ article #commentList {
|
|
|
3860
3860
|
border-bottom-color: var(--color-secondary-ds);
|
|
3861
3861
|
}
|
|
3862
3862
|
.counter-reset {
|
|
3863
|
-
counter-reset:
|
|
3863
|
+
counter-reset: cnt1741255979082;
|
|
3864
3864
|
}
|
|
3865
3865
|
.animate-delay-100 {
|
|
3866
3866
|
--tw-animate-delay: 100ms;
|
|
@@ -4305,7 +4305,7 @@ html { scroll-behavior: smooth; }
|
|
|
4305
4305
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4306
4306
|
}
|
|
4307
4307
|
.-ordered {
|
|
4308
|
-
counter-increment:
|
|
4308
|
+
counter-increment: cnt1741255979082 1;
|
|
4309
4309
|
}
|
|
4310
4310
|
.-ordered::before {
|
|
4311
4311
|
position: absolute;
|
|
@@ -4323,7 +4323,7 @@ html { scroll-behavior: smooth; }
|
|
|
4323
4323
|
--tw-text-opacity: 1;
|
|
4324
4324
|
color: rgba(0, 0, 0, 1);
|
|
4325
4325
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4326
|
-
content: counter(
|
|
4326
|
+
content: counter(cnt1741255979082);
|
|
4327
4327
|
}
|
|
4328
4328
|
/*! ****************************/
|
|
4329
4329
|
/*! DataPolicy stuff */
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<h3 class="text-2xl font-headingSerif">
|
|
3
3
|
{{loca "ext_service_datapolicy_headline" this.externalServiceConfig.externalServiceName}}
|
|
4
4
|
</h3>
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
<p class="pt-4 text-base font-copy">
|
|
7
7
|
{{loca "ext_service_datapolicy_text" this.externalServiceConfig.externalServiceName}}
|
|
8
8
|
</p>
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
{{#*inline "htmlProperties"}}{{/inline}}
|
|
25
25
|
</div>
|
|
26
26
|
</div>
|
|
27
|
-
|
|
28
|
-
<
|
|
27
|
+
|
|
28
|
+
<noscript>
|
|
29
29
|
<div class="p-4 mt-6 mb-3 text-orange-700 bg-orange-100 border-l-4 border-orange-500" role="alert">
|
|
30
30
|
<p class="font-bold">Hinweis</p>
|
|
31
31
|
<p class="pt-4 text-base font-copy">
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
{{#*inline "htmlProperties"~}}
|
|
41
41
|
{{~/inline}}
|
|
42
42
|
</div>
|
|
43
|
-
</
|
|
43
|
+
</noscript>
|
|
44
44
|
</div>
|
|
@@ -30,19 +30,19 @@
|
|
|
30
30
|
>
|
|
31
31
|
{{> components/forms/components/fields _formId=(joinStrings 'form' (getRandom)) }}
|
|
32
32
|
{{#if this.hasSpamProtection }}
|
|
33
|
-
<
|
|
33
|
+
<noscript>
|
|
34
34
|
<div class="p-4 mb-3 text-orange-700 bg-orange-100 border-l-4 border-orange-500" role="alert">
|
|
35
35
|
<p class="font-bold">Hinweis</p>
|
|
36
36
|
<p>Bitte aktivieren Sie JavaScript, um dieses Formular absenden zu können.</p>
|
|
37
37
|
</div>
|
|
38
|
-
</
|
|
38
|
+
</noscript>
|
|
39
39
|
{{else}}
|
|
40
|
-
<
|
|
40
|
+
<noscript>
|
|
41
41
|
<div class="p-4 mb-3 text-orange-700 bg-orange-100 border-l-4 border-orange-500" role="alert">
|
|
42
42
|
<p class="font-bold">Hinweis</p>
|
|
43
43
|
<p>Javascript ist deaktiviert. Das Formular kann aber weiterhin normal benutzt werden.</p>
|
|
44
44
|
</div>
|
|
45
|
-
</
|
|
45
|
+
</noscript>
|
|
46
46
|
{{/if}}
|
|
47
47
|
|
|
48
48
|
{{> components/forms/components/controls }}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
<h3 class="mb-6 text-2xl md:text-3xl font-headingSerif sm:mb-12 text-text dark:text-text-dark">
|
|
2
2
|
{{this.title}}
|
|
3
3
|
</h3>
|
|
4
|
-
<div id="newsletter_form">
|
|
5
4
|
<div id="formWrapper">
|
|
6
5
|
<form class="relative flex flex-col justify-center overflow-hidden group"
|
|
7
6
|
id="form{{nextRandom}}"
|
|
@@ -53,11 +52,10 @@
|
|
|
53
52
|
</div>
|
|
54
53
|
</form>
|
|
55
54
|
</div>
|
|
56
|
-
|
|
57
|
-
<div id="newsletter_form_hint">
|
|
55
|
+
<noscript>
|
|
58
56
|
<div class="p-4 mb-3 text-orange-700 bg-orange-100 border-l-4 border-orange-500" role="alert">
|
|
59
57
|
<p class="font-bold">Hinweis</p>
|
|
60
58
|
<p>Bitte aktivieren Sie JavaScript, um den Newsletter zu abonnieren.</p>
|
|
61
59
|
<p>Alternativ können Sie die verfügbaren Newsletter-Abonnements des HR <a href="https://hessenschau-nl.sr.de/newsletter-login.php" class="" target="_blank"><strong>hier</strong></a> abschließen / verwalten / beenden. </p>
|
|
62
60
|
</div>
|
|
63
|
-
</
|
|
61
|
+
</noscript>
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
>
|
|
31
31
|
{{> components/voting/components/voting_header _isTeaser=../../_isTeaser _title=../this.title _topline=../this.topline}}
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
|
|
34
34
|
<div class="js-voting-form__bottomWrapper">
|
|
35
35
|
{{#if this.shorttext}}
|
|
36
36
|
<p class="mt-3 text-base font-copy sm:text-lg dark:text-text-dark">{{this.shorttext}}</p>
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
{{> components/voting/components/voting_submit _label="Abstimmen" _addClass="js-voting-submit-button"}}
|
|
62
62
|
</div>
|
|
63
63
|
</div>
|
|
64
|
-
|
|
64
|
+
|
|
65
65
|
<script type="text/html" class="js-successMessage">
|
|
66
66
|
{{#if this.is2FSecured}}
|
|
67
67
|
{{> components/voting/voting_result
|
|
@@ -112,12 +112,12 @@
|
|
|
112
112
|
{{> components/voting/voting_result _hideVotingResult=this.hideVotingResult}}
|
|
113
113
|
{{/unless}}
|
|
114
114
|
{{/with}}
|
|
115
|
-
<
|
|
115
|
+
<noscript>
|
|
116
116
|
<div class="p-4 mt-6 mb-3 text-orange-700 bg-orange-100 border-l-4 border-orange-500" role="alert">
|
|
117
117
|
<p class="font-bold">Hinweis</p>
|
|
118
118
|
<p>Bitte aktivieren Sie JavaScript, um bei einem Voting abstimmen zu können.</p>
|
|
119
119
|
</div>
|
|
120
|
-
</
|
|
120
|
+
</noscript>
|
|
121
121
|
{{/components/forms/components/backgroundBox }}
|
|
122
122
|
|
|
123
123
|
{{!--Featured Content--}}
|
package/dist/views_static/components/external-service/components/external_service_data_policy.hbs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<h3 class="text-2xl font-headingSerif">
|
|
3
3
|
{{loca "ext_service_datapolicy_headline" this.externalServiceConfig.externalServiceName}}
|
|
4
4
|
</h3>
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
<p class="pt-4 text-base font-copy">
|
|
7
7
|
{{loca "ext_service_datapolicy_text" this.externalServiceConfig.externalServiceName}}
|
|
8
8
|
</p>
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
{{#*inline "htmlProperties"}}{{/inline}}
|
|
25
25
|
</div>
|
|
26
26
|
</div>
|
|
27
|
-
|
|
28
|
-
<
|
|
27
|
+
|
|
28
|
+
<noscript>
|
|
29
29
|
<div class="p-4 mt-6 mb-3 text-orange-700 bg-orange-100 border-l-4 border-orange-500" role="alert">
|
|
30
30
|
<p class="font-bold">Hinweis</p>
|
|
31
31
|
<p class="pt-4 text-base font-copy">
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
{{#*inline "htmlProperties"~}}
|
|
41
41
|
{{~/inline}}
|
|
42
42
|
</div>
|
|
43
|
-
</
|
|
43
|
+
</noscript>
|
|
44
44
|
</div>
|
|
@@ -30,19 +30,19 @@
|
|
|
30
30
|
>
|
|
31
31
|
{{> components/forms/components/fields _formId=(joinStrings 'form' (getRandom)) }}
|
|
32
32
|
{{#if this.hasSpamProtection }}
|
|
33
|
-
<
|
|
33
|
+
<noscript>
|
|
34
34
|
<div class="p-4 mb-3 text-orange-700 bg-orange-100 border-l-4 border-orange-500" role="alert">
|
|
35
35
|
<p class="font-bold">Hinweis</p>
|
|
36
36
|
<p>Bitte aktivieren Sie JavaScript, um dieses Formular absenden zu können.</p>
|
|
37
37
|
</div>
|
|
38
|
-
</
|
|
38
|
+
</noscript>
|
|
39
39
|
{{else}}
|
|
40
|
-
<
|
|
40
|
+
<noscript>
|
|
41
41
|
<div class="p-4 mb-3 text-orange-700 bg-orange-100 border-l-4 border-orange-500" role="alert">
|
|
42
42
|
<p class="font-bold">Hinweis</p>
|
|
43
43
|
<p>Javascript ist deaktiviert. Das Formular kann aber weiterhin normal benutzt werden.</p>
|
|
44
44
|
</div>
|
|
45
|
-
</
|
|
45
|
+
</noscript>
|
|
46
46
|
{{/if}}
|
|
47
47
|
|
|
48
48
|
{{> components/forms/components/controls }}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
<h3 class="mb-6 text-2xl md:text-3xl font-headingSerif sm:mb-12 text-text dark:text-text-dark">
|
|
2
2
|
{{this.title}}
|
|
3
3
|
</h3>
|
|
4
|
-
<div id="newsletter_form">
|
|
5
4
|
<div id="formWrapper">
|
|
6
5
|
<form class="relative flex flex-col justify-center overflow-hidden group"
|
|
7
6
|
id="form{{nextRandom}}"
|
|
@@ -53,11 +52,10 @@
|
|
|
53
52
|
</div>
|
|
54
53
|
</form>
|
|
55
54
|
</div>
|
|
56
|
-
|
|
57
|
-
<div id="newsletter_form_hint">
|
|
55
|
+
<noscript>
|
|
58
56
|
<div class="p-4 mb-3 text-orange-700 bg-orange-100 border-l-4 border-orange-500" role="alert">
|
|
59
57
|
<p class="font-bold">Hinweis</p>
|
|
60
58
|
<p>Bitte aktivieren Sie JavaScript, um den Newsletter zu abonnieren.</p>
|
|
61
59
|
<p>Alternativ können Sie die verfügbaren Newsletter-Abonnements des HR <a href="https://hessenschau-nl.sr.de/newsletter-login.php" class="" target="_blank"><strong>hier</strong></a> abschließen / verwalten / beenden. </p>
|
|
62
60
|
</div>
|
|
63
|
-
</
|
|
61
|
+
</noscript>
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
>
|
|
31
31
|
{{> components/voting/components/voting_header _isTeaser=../../_isTeaser _title=../this.title _topline=../this.topline}}
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
|
|
34
34
|
<div class="js-voting-form__bottomWrapper">
|
|
35
35
|
{{#if this.shorttext}}
|
|
36
36
|
<p class="mt-3 text-base font-copy sm:text-lg dark:text-text-dark">{{this.shorttext}}</p>
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
{{> components/voting/components/voting_submit _label="Abstimmen" _addClass="js-voting-submit-button"}}
|
|
62
62
|
</div>
|
|
63
63
|
</div>
|
|
64
|
-
|
|
64
|
+
|
|
65
65
|
<script type="text/html" class="js-successMessage">
|
|
66
66
|
{{#if this.is2FSecured}}
|
|
67
67
|
{{> components/voting/voting_result
|
|
@@ -112,12 +112,12 @@
|
|
|
112
112
|
{{> components/voting/voting_result _hideVotingResult=this.hideVotingResult}}
|
|
113
113
|
{{/unless}}
|
|
114
114
|
{{/with}}
|
|
115
|
-
<
|
|
115
|
+
<noscript>
|
|
116
116
|
<div class="p-4 mt-6 mb-3 text-orange-700 bg-orange-100 border-l-4 border-orange-500" role="alert">
|
|
117
117
|
<p class="font-bold">Hinweis</p>
|
|
118
118
|
<p>Bitte aktivieren Sie JavaScript, um bei einem Voting abstimmen zu können.</p>
|
|
119
119
|
</div>
|
|
120
|
-
</
|
|
120
|
+
</noscript>
|
|
121
121
|
{{/components/forms/components/backgroundBox }}
|
|
122
122
|
|
|
123
123
|
{{!--Featured Content--}}
|
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.114.
|
|
9
|
+
"version": "1.114.117",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
package/src/stories/views/components/external-service/components/external_service_data_policy.hbs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<h3 class="text-2xl font-headingSerif">
|
|
3
3
|
{{loca "ext_service_datapolicy_headline" this.externalServiceConfig.externalServiceName}}
|
|
4
4
|
</h3>
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
<p class="pt-4 text-base font-copy">
|
|
7
7
|
{{loca "ext_service_datapolicy_text" this.externalServiceConfig.externalServiceName}}
|
|
8
8
|
</p>
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
{{#*inline "htmlProperties"}}{{/inline}}
|
|
25
25
|
</div>
|
|
26
26
|
</div>
|
|
27
|
-
|
|
28
|
-
<
|
|
27
|
+
|
|
28
|
+
<noscript>
|
|
29
29
|
<div class="p-4 mt-6 mb-3 text-orange-700 bg-orange-100 border-l-4 border-orange-500" role="alert">
|
|
30
30
|
<p class="font-bold">Hinweis</p>
|
|
31
31
|
<p class="pt-4 text-base font-copy">
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
{{#*inline "htmlProperties"~}}
|
|
41
41
|
{{~/inline}}
|
|
42
42
|
</div>
|
|
43
|
-
</
|
|
43
|
+
</noscript>
|
|
44
44
|
</div>
|
|
@@ -30,19 +30,19 @@
|
|
|
30
30
|
>
|
|
31
31
|
{{> components/forms/components/fields _formId=(joinStrings 'form' (getRandom)) }}
|
|
32
32
|
{{#if this.hasSpamProtection }}
|
|
33
|
-
<
|
|
33
|
+
<noscript>
|
|
34
34
|
<div class="p-4 mb-3 text-orange-700 bg-orange-100 border-l-4 border-orange-500" role="alert">
|
|
35
35
|
<p class="font-bold">Hinweis</p>
|
|
36
36
|
<p>Bitte aktivieren Sie JavaScript, um dieses Formular absenden zu können.</p>
|
|
37
37
|
</div>
|
|
38
|
-
</
|
|
38
|
+
</noscript>
|
|
39
39
|
{{else}}
|
|
40
|
-
<
|
|
40
|
+
<noscript>
|
|
41
41
|
<div class="p-4 mb-3 text-orange-700 bg-orange-100 border-l-4 border-orange-500" role="alert">
|
|
42
42
|
<p class="font-bold">Hinweis</p>
|
|
43
43
|
<p>Javascript ist deaktiviert. Das Formular kann aber weiterhin normal benutzt werden.</p>
|
|
44
44
|
</div>
|
|
45
|
-
</
|
|
45
|
+
</noscript>
|
|
46
46
|
{{/if}}
|
|
47
47
|
|
|
48
48
|
{{> components/forms/components/controls }}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
<h3 class="mb-6 text-2xl md:text-3xl font-headingSerif sm:mb-12 text-text dark:text-text-dark">
|
|
2
2
|
{{this.title}}
|
|
3
3
|
</h3>
|
|
4
|
-
<div id="newsletter_form">
|
|
5
4
|
<div id="formWrapper">
|
|
6
5
|
<form class="relative flex flex-col justify-center overflow-hidden group"
|
|
7
6
|
id="form{{nextRandom}}"
|
|
@@ -53,11 +52,10 @@
|
|
|
53
52
|
</div>
|
|
54
53
|
</form>
|
|
55
54
|
</div>
|
|
56
|
-
|
|
57
|
-
<div id="newsletter_form_hint">
|
|
55
|
+
<noscript>
|
|
58
56
|
<div class="p-4 mb-3 text-orange-700 bg-orange-100 border-l-4 border-orange-500" role="alert">
|
|
59
57
|
<p class="font-bold">Hinweis</p>
|
|
60
58
|
<p>Bitte aktivieren Sie JavaScript, um den Newsletter zu abonnieren.</p>
|
|
61
59
|
<p>Alternativ können Sie die verfügbaren Newsletter-Abonnements des HR <a href="https://hessenschau-nl.sr.de/newsletter-login.php" class="" target="_blank"><strong>hier</strong></a> abschließen / verwalten / beenden. </p>
|
|
62
60
|
</div>
|
|
63
|
-
</
|
|
61
|
+
</noscript>
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
>
|
|
31
31
|
{{> components/voting/components/voting_header _isTeaser=../../_isTeaser _title=../this.title _topline=../this.topline}}
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
|
|
34
34
|
<div class="js-voting-form__bottomWrapper">
|
|
35
35
|
{{#if this.shorttext}}
|
|
36
36
|
<p class="mt-3 text-base font-copy sm:text-lg dark:text-text-dark">{{this.shorttext}}</p>
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
{{> components/voting/components/voting_submit _label="Abstimmen" _addClass="js-voting-submit-button"}}
|
|
62
62
|
</div>
|
|
63
63
|
</div>
|
|
64
|
-
|
|
64
|
+
|
|
65
65
|
<script type="text/html" class="js-successMessage">
|
|
66
66
|
{{#if this.is2FSecured}}
|
|
67
67
|
{{> components/voting/voting_result
|
|
@@ -112,12 +112,12 @@
|
|
|
112
112
|
{{> components/voting/voting_result _hideVotingResult=this.hideVotingResult}}
|
|
113
113
|
{{/unless}}
|
|
114
114
|
{{/with}}
|
|
115
|
-
<
|
|
115
|
+
<noscript>
|
|
116
116
|
<div class="p-4 mt-6 mb-3 text-orange-700 bg-orange-100 border-l-4 border-orange-500" role="alert">
|
|
117
117
|
<p class="font-bold">Hinweis</p>
|
|
118
118
|
<p>Bitte aktivieren Sie JavaScript, um bei einem Voting abstimmen zu können.</p>
|
|
119
119
|
</div>
|
|
120
|
-
</
|
|
120
|
+
</noscript>
|
|
121
121
|
{{/components/forms/components/backgroundBox }}
|
|
122
122
|
|
|
123
123
|
{{!--Featured Content--}}
|