hr-design-system-handlebars 1.114.45 → 1.114.47
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 +24 -0
- package/dist/assets/icons/icons/svgmap.min.svg +1 -1
- package/dist/assets/index.css +25 -26
- package/dist/views/components/forms/components/backgroundBox.hbs +1 -1
- package/dist/views/components/voting/components/voting_submit.hbs +1 -1
- package/dist/views/components/voting/voting.hbs +3 -3
- package/dist/views_static/components/forms/components/backgroundBox.hbs +1 -1
- package/dist/views_static/components/voting/components/voting_submit.hbs +1 -1
- package/dist/views_static/components/voting/voting.hbs +3 -3
- package/package.json +1 -1
- package/src/assets/icons/icons/svgmap.min.svg +1 -1
- package/src/stories/views/components/footer/fixtures/footer_hessenschau.json +1 -1
- package/src/stories/views/components/forms/components/backgroundBox.hbs +1 -1
- package/src/stories/views/components/voting/components/voting_submit.hbs +1 -1
- package/src/stories/views/components/voting/voting.hbs +3 -3
package/dist/assets/index.css
CHANGED
|
@@ -2906,10 +2906,6 @@ article #commentList {
|
|
|
2906
2906
|
padding-left: 0px !important;
|
|
2907
2907
|
padding-right: 0px !important;
|
|
2908
2908
|
}
|
|
2909
|
-
.\!py-3 {
|
|
2910
|
-
padding-top: 0.75rem !important;
|
|
2911
|
-
padding-bottom: 0.75rem !important;
|
|
2912
|
-
}
|
|
2913
2909
|
.px-0 {
|
|
2914
2910
|
padding-left: 0px;
|
|
2915
2911
|
padding-right: 0px;
|
|
@@ -3010,12 +3006,18 @@ article #commentList {
|
|
|
3010
3006
|
padding-top: 1px;
|
|
3011
3007
|
padding-bottom: 1px;
|
|
3012
3008
|
}
|
|
3009
|
+
.\!pb-\[9px\] {
|
|
3010
|
+
padding-bottom: 9px !important;
|
|
3011
|
+
}
|
|
3013
3012
|
.\!pr-3 {
|
|
3014
3013
|
padding-right: 0.75rem !important;
|
|
3015
3014
|
}
|
|
3016
3015
|
.\!pt-0 {
|
|
3017
3016
|
padding-top: 0px !important;
|
|
3018
3017
|
}
|
|
3018
|
+
.\!pt-\[15px\] {
|
|
3019
|
+
padding-top: 15px !important;
|
|
3020
|
+
}
|
|
3019
3021
|
.pb-0 {
|
|
3020
3022
|
padding-bottom: 0px;
|
|
3021
3023
|
}
|
|
@@ -3187,10 +3189,6 @@ article #commentList {
|
|
|
3187
3189
|
font-family: RobotoSlab, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
3188
3190
|
font-family: var(--font-titleCluster);
|
|
3189
3191
|
}
|
|
3190
|
-
.\!text-base {
|
|
3191
|
-
font-size: 1rem !important;
|
|
3192
|
-
line-height: 1.375rem !important;
|
|
3193
|
-
}
|
|
3194
3192
|
.text-2xl {
|
|
3195
3193
|
font-size: 1.375rem;
|
|
3196
3194
|
line-height: 1.75rem;
|
|
@@ -3713,7 +3711,7 @@ article #commentList {
|
|
|
3713
3711
|
border-bottom-color: var(--color-secondary-ds);
|
|
3714
3712
|
}
|
|
3715
3713
|
.counter-reset {
|
|
3716
|
-
counter-reset:
|
|
3714
|
+
counter-reset: cnt1734339450338;
|
|
3717
3715
|
}
|
|
3718
3716
|
html { scroll-behavior: smooth; }
|
|
3719
3717
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
@@ -4128,7 +4126,7 @@ html { scroll-behavior: smooth; }
|
|
|
4128
4126
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4129
4127
|
}
|
|
4130
4128
|
.-ordered {
|
|
4131
|
-
counter-increment:
|
|
4129
|
+
counter-increment: cnt1734339450338 1;
|
|
4132
4130
|
}
|
|
4133
4131
|
.-ordered::before {
|
|
4134
4132
|
position: absolute;
|
|
@@ -4146,7 +4144,7 @@ html { scroll-behavior: smooth; }
|
|
|
4146
4144
|
--tw-text-opacity: 1;
|
|
4147
4145
|
color: rgba(0, 0, 0, 1);
|
|
4148
4146
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4149
|
-
content: counter(
|
|
4147
|
+
content: counter(cnt1734339450338);
|
|
4150
4148
|
}
|
|
4151
4149
|
/*! ****************************/
|
|
4152
4150
|
/*! DataPolicy stuff */
|
|
@@ -6789,6 +6787,10 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
|
|
|
6789
6787
|
margin-left: 1rem !important;
|
|
6790
6788
|
}
|
|
6791
6789
|
|
|
6790
|
+
.sm\:-mt-7 {
|
|
6791
|
+
margin-top: -1.75rem;
|
|
6792
|
+
}
|
|
6793
|
+
|
|
6792
6794
|
.sm\:mb-12 {
|
|
6793
6795
|
margin-bottom: 3rem;
|
|
6794
6796
|
}
|
|
@@ -6958,11 +6960,6 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
|
|
|
6958
6960
|
padding: 1.25rem;
|
|
6959
6961
|
}
|
|
6960
6962
|
|
|
6961
|
-
.sm\:\!py-4 {
|
|
6962
|
-
padding-top: 1rem !important;
|
|
6963
|
-
padding-bottom: 1rem !important;
|
|
6964
|
-
}
|
|
6965
|
-
|
|
6966
6963
|
.sm\:px-0 {
|
|
6967
6964
|
padding-left: 0px;
|
|
6968
6965
|
padding-right: 0px;
|
|
@@ -7003,10 +7000,18 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
|
|
|
7003
7000
|
padding-bottom: 1rem;
|
|
7004
7001
|
}
|
|
7005
7002
|
|
|
7003
|
+
.sm\:\!pb-3\.5 {
|
|
7004
|
+
padding-bottom: 0.875rem !important;
|
|
7005
|
+
}
|
|
7006
|
+
|
|
7006
7007
|
.sm\:\!pr-4 {
|
|
7007
7008
|
padding-right: 1rem !important;
|
|
7008
7009
|
}
|
|
7009
7010
|
|
|
7011
|
+
.sm\:\!pt-\[18px\] {
|
|
7012
|
+
padding-top: 18px !important;
|
|
7013
|
+
}
|
|
7014
|
+
|
|
7010
7015
|
.sm\:pb-0 {
|
|
7011
7016
|
padding-bottom: 0px;
|
|
7012
7017
|
}
|
|
@@ -7055,13 +7060,12 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
|
|
|
7055
7060
|
padding-top: 0.75rem;
|
|
7056
7061
|
}
|
|
7057
7062
|
|
|
7058
|
-
.sm\:pt-
|
|
7059
|
-
padding-top:
|
|
7063
|
+
.sm\:pt-8 {
|
|
7064
|
+
padding-top: 2rem;
|
|
7060
7065
|
}
|
|
7061
7066
|
|
|
7062
|
-
.sm
|
|
7063
|
-
|
|
7064
|
-
line-height: 1.5rem !important;
|
|
7067
|
+
.sm\:pt-9 {
|
|
7068
|
+
padding-top: 2.25rem;
|
|
7065
7069
|
}
|
|
7066
7070
|
|
|
7067
7071
|
.sm\:text-2xl {
|
|
@@ -7675,11 +7679,6 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
|
|
|
7675
7679
|
padding-top: 2rem;
|
|
7676
7680
|
}
|
|
7677
7681
|
|
|
7678
|
-
.md\:\!text-lg {
|
|
7679
|
-
font-size: 1.125rem !important;
|
|
7680
|
-
line-height: 1.5rem !important;
|
|
7681
|
-
}
|
|
7682
|
-
|
|
7683
7682
|
.md\:text-2xl {
|
|
7684
7683
|
font-size: 1.375rem;
|
|
7685
7684
|
line-height: 1.75rem;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<div class="relative bg-highlight-1 dark:bg-highlight-1-dark sm:rounded-tl-hr sm:rounded-br-hr {{#if _isTeaser}}w-full{{~inline-switch this.teasersize '["100","50"]' '[" px-5 sm:px-13 pb-8 pt-6 sm:pt-
|
|
1
|
+
<div class="relative bg-highlight-1 dark:bg-highlight-1-dark sm:rounded-tl-hr sm:rounded-br-hr {{#if _isTeaser}}w-full{{~inline-switch this.teasersize '["100","50"]' '[" px-5 sm:px-13 pb-8 pt-6 sm:pt-8"," p-5"]'}}{{else}}px-5 sm:px-13 pb-8 pt-6 sm:pt-12 mt-7 sm:mt-12 mb-5 article-full-width sm:article-narrow{{/if}}" >
|
|
2
2
|
{{> @partial-block }}
|
|
3
3
|
</div>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<label class="{{#if _addClass}}{{_addClass}} {{/if}}float-right cursor-pointer has-[input:disabled]:cursor-not-allowed has-[input:disabled]:opacity-75
|
|
1
|
+
<label class="{{#if _addClass}}{{_addClass}} {{/if}}float-right sm:-mt-7 cursor-pointer has-[input:disabled]:cursor-not-allowed has-[input:disabled]:opacity-75
|
|
2
2
|
{{> components/button/utilities/button_base_classes}}
|
|
3
3
|
{{> components/button/utilities/button_variation_classes _variant='primary'}}
|
|
4
4
|
{{> components/button/utilities/button_dimension_classes _size='lg'}}
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
|
|
33
33
|
<div class="js-voting-form__bottomWrapper">
|
|
34
34
|
{{#if this.shorttext}}
|
|
35
|
-
<p class="mt-
|
|
35
|
+
<p class="mt-3 text-base font-copy sm:text-lg dark:text-text-dark">{{this.shorttext}}</p>
|
|
36
36
|
{{/if}}
|
|
37
37
|
|
|
38
|
-
<div class="w-full mt-6 text-xs text-right sm:mt-
|
|
38
|
+
<div class="w-full mt-6 text-xs text-right sm:mt-8 font-headingSerif sm:text-sm text-gray-scorpion dark:text-text-dark">
|
|
39
39
|
{{#if ../this.isMultipleChoice}}
|
|
40
40
|
{{loca "votingform_open_answers_text" ../this.maxAnswerCount}}
|
|
41
41
|
{{else}}
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
_isMultimediaVoting=../this.isMultimediaVoting
|
|
50
50
|
_addClassGroup="!flex-col mt-2"
|
|
51
51
|
_addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex hover:!outline-2 hover:!outline-blue-science-hex bg-white has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
|
|
52
|
-
_addClassLabel="w-full !
|
|
52
|
+
_addClassLabel="w-full !pt-[15px] sm:!pt-[18px] !pb-[9px] sm:!pb-3.5 !pr-3 sm:!pr-4"
|
|
53
53
|
_addClassLabelForDataPolicy="!pt-0"
|
|
54
54
|
_addClassInput="!my-3 sm:!my-4 !ml-3 sm:!ml-4"
|
|
55
55
|
}}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<div class="relative bg-highlight-1 dark:bg-highlight-1-dark sm:rounded-tl-hr sm:rounded-br-hr {{#if _isTeaser}}w-full{{~inline-switch this.teasersize '["100","50"]' '[" px-5 sm:px-13 pb-8 pt-6 sm:pt-
|
|
1
|
+
<div class="relative bg-highlight-1 dark:bg-highlight-1-dark sm:rounded-tl-hr sm:rounded-br-hr {{#if _isTeaser}}w-full{{~inline-switch this.teasersize '["100","50"]' '[" px-5 sm:px-13 pb-8 pt-6 sm:pt-8"," p-5"]'}}{{else}}px-5 sm:px-13 pb-8 pt-6 sm:pt-12 mt-7 sm:mt-12 mb-5 article-full-width sm:article-narrow{{/if}}" >
|
|
2
2
|
{{> @partial-block }}
|
|
3
3
|
</div>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<label class="{{#if _addClass}}{{_addClass}} {{/if}}float-right cursor-pointer has-[input:disabled]:cursor-not-allowed has-[input:disabled]:opacity-75
|
|
1
|
+
<label class="{{#if _addClass}}{{_addClass}} {{/if}}float-right sm:-mt-7 cursor-pointer has-[input:disabled]:cursor-not-allowed has-[input:disabled]:opacity-75
|
|
2
2
|
{{> components/button/utilities/button_base_classes}}
|
|
3
3
|
{{> components/button/utilities/button_variation_classes _variant='primary'}}
|
|
4
4
|
{{> components/button/utilities/button_dimension_classes _size='lg'}}
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
|
|
33
33
|
<div class="js-voting-form__bottomWrapper">
|
|
34
34
|
{{#if this.shorttext}}
|
|
35
|
-
<p class="mt-
|
|
35
|
+
<p class="mt-3 text-base font-copy sm:text-lg dark:text-text-dark">{{this.shorttext}}</p>
|
|
36
36
|
{{/if}}
|
|
37
37
|
|
|
38
|
-
<div class="w-full mt-6 text-xs text-right sm:mt-
|
|
38
|
+
<div class="w-full mt-6 text-xs text-right sm:mt-8 font-headingSerif sm:text-sm text-gray-scorpion dark:text-text-dark">
|
|
39
39
|
{{#if ../this.isMultipleChoice}}
|
|
40
40
|
{{loca "votingform_open_answers_text" ../this.maxAnswerCount}}
|
|
41
41
|
{{else}}
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
_isMultimediaVoting=../this.isMultimediaVoting
|
|
50
50
|
_addClassGroup="!flex-col mt-2"
|
|
51
51
|
_addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex hover:!outline-2 hover:!outline-blue-science-hex bg-white has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
|
|
52
|
-
_addClassLabel="w-full !
|
|
52
|
+
_addClassLabel="w-full !pt-[15px] sm:!pt-[18px] !pb-[9px] sm:!pb-3.5 !pr-3 sm:!pr-4"
|
|
53
53
|
_addClassLabelForDataPolicy="!pt-0"
|
|
54
54
|
_addClassInput="!my-3 sm:!my-4 !ml-3 sm:!ml-4"
|
|
55
55
|
}}
|
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.47",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|