hr-design-system-handlebars 1.114.50 → 1.114.52

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.114.52 (Mon Jan 06 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - remove unneeded conditions [#1201](https://github.com/mumprod/hr-design-system-handlebars/pull/1201) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
13
+ # v1.114.51 (Mon Jan 06 2025)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - add Zeilenteaser to voting [#1200](https://github.com/mumprod/hr-design-system-handlebars/pull/1200) ([@hanswurstsalat](https://github.com/hanswurstsalat))
18
+
19
+ #### Authors: 1
20
+
21
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
22
+
23
+ ---
24
+
1
25
  # v1.114.50 (Mon Jan 06 2025)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -3711,7 +3711,7 @@ article #commentList {
3711
3711
  border-bottom-color: var(--color-secondary-ds);
3712
3712
  }
3713
3713
  .counter-reset {
3714
- counter-reset: cnt1736163494047;
3714
+ counter-reset: cnt1736183812414;
3715
3715
  }
3716
3716
  html { scroll-behavior: smooth; }
3717
3717
  .placeholder-text-xs::-webkit-input-placeholder {
@@ -4126,7 +4126,7 @@ html { scroll-behavior: smooth; }
4126
4126
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4127
4127
  }
4128
4128
  .-ordered {
4129
- counter-increment: cnt1736163494047 1;
4129
+ counter-increment: cnt1736183812414 1;
4130
4130
  }
4131
4131
  .-ordered::before {
4132
4132
  position: absolute;
@@ -4144,7 +4144,7 @@ html { scroll-behavior: smooth; }
4144
4144
  --tw-text-opacity: 1;
4145
4145
  color: rgba(0, 0, 0, 1);
4146
4146
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4147
- content: counter(cnt1736163494047);
4147
+ content: counter(cnt1736183812414);
4148
4148
  }
4149
4149
  /*! ****************************/
4150
4150
  /*! DataPolicy stuff */
@@ -96,7 +96,7 @@ const VotingValidator = (context) => {
96
96
  //votingOptions = Array.from(hr$('input[name=multivoting]', rootElement)),
97
97
  submit = hr$('input[type=submit]', rootElement)[0],
98
98
  submitLabel = hr$('.js-voting-submit-button', rootElement)[0],
99
- submitHint = hr$('.js-submit-hint')[0]
99
+ submitHint = hr$('.js-submit-hint', rootElement)[0]
100
100
 
101
101
  let counter = hr$('.js-voting-counter', rootElement),
102
102
  selectedCheckboxes = 0,
@@ -111,3 +111,6 @@
111
111
  {{/unless}}
112
112
  {{/with}}
113
113
  {{/components/forms/components/backgroundBox }}
114
+
115
+ {{!--Featured Content--}}
116
+ {{> components/teaser/components/teaser_featured_content _size=this.realTeaserSize}}
@@ -74,17 +74,14 @@
74
74
  {{/if}}
75
75
  {{/if}}
76
76
  {{/if}}
77
-
78
- {{#unless ../this.hasRedirect}}
79
- {{#unless ../this.isSimpleSecured}}
80
- {{#unless ../this.isVotingOver}}
81
- {{#if _showBackButton}}
82
- <div class="w-full h-12 mt-6 sm:mt-12">
83
- {{> components/voting/components/voting_backbutton}}
84
- </div>
85
- {{/if}}
86
- {{/unless}}
87
- {{/unless}}
77
+
78
+ {{#unless ../this.isVotingOver}}
79
+ {{#if _showBackButton}}
80
+ <div class="w-full h-12 mt-6 sm:mt-12">
81
+ {{> components/voting/components/voting_backbutton}}
82
+ </div>
83
+ {{/if}}
88
84
  {{/unless}}
85
+
89
86
  </div>
90
87
  {{/if}}
@@ -111,3 +111,6 @@
111
111
  {{/unless}}
112
112
  {{/with}}
113
113
  {{/components/forms/components/backgroundBox }}
114
+
115
+ {{!--Featured Content--}}
116
+ {{> components/teaser/components/teaser_featured_content _size=this.realTeaserSize}}
@@ -74,17 +74,14 @@
74
74
  {{/if}}
75
75
  {{/if}}
76
76
  {{/if}}
77
-
78
- {{#unless ../this.hasRedirect}}
79
- {{#unless ../this.isSimpleSecured}}
80
- {{#unless ../this.isVotingOver}}
81
- {{#if _showBackButton}}
82
- <div class="w-full h-12 mt-6 sm:mt-12">
83
- {{> components/voting/components/voting_backbutton}}
84
- </div>
85
- {{/if}}
86
- {{/unless}}
87
- {{/unless}}
77
+
78
+ {{#unless ../this.isVotingOver}}
79
+ {{#if _showBackButton}}
80
+ <div class="w-full h-12 mt-6 sm:mt-12">
81
+ {{> components/voting/components/voting_backbutton}}
82
+ </div>
83
+ {{/if}}
88
84
  {{/unless}}
85
+
89
86
  </div>
90
87
  {{/if}}
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.50",
9
+ "version": "1.114.52",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -96,7 +96,7 @@ const VotingValidator = (context) => {
96
96
  //votingOptions = Array.from(hr$('input[name=multivoting]', rootElement)),
97
97
  submit = hr$('input[type=submit]', rootElement)[0],
98
98
  submitLabel = hr$('.js-voting-submit-button', rootElement)[0],
99
- submitHint = hr$('.js-submit-hint')[0]
99
+ submitHint = hr$('.js-submit-hint', rootElement)[0]
100
100
 
101
101
  let counter = hr$('.js-voting-counter', rootElement),
102
102
  selectedCheckboxes = 0,
@@ -111,3 +111,6 @@
111
111
  {{/unless}}
112
112
  {{/with}}
113
113
  {{/components/forms/components/backgroundBox }}
114
+
115
+ {{!--Featured Content--}}
116
+ {{> components/teaser/components/teaser_featured_content _size=this.realTeaserSize}}
@@ -74,17 +74,14 @@
74
74
  {{/if}}
75
75
  {{/if}}
76
76
  {{/if}}
77
-
78
- {{#unless ../this.hasRedirect}}
79
- {{#unless ../this.isSimpleSecured}}
80
- {{#unless ../this.isVotingOver}}
81
- {{#if _showBackButton}}
82
- <div class="w-full h-12 mt-6 sm:mt-12">
83
- {{> components/voting/components/voting_backbutton}}
84
- </div>
85
- {{/if}}
86
- {{/unless}}
87
- {{/unless}}
77
+
78
+ {{#unless ../this.isVotingOver}}
79
+ {{#if _showBackButton}}
80
+ <div class="w-full h-12 mt-6 sm:mt-12">
81
+ {{> components/voting/components/voting_backbutton}}
82
+ </div>
83
+ {{/if}}
88
84
  {{/unless}}
85
+
89
86
  </div>
90
87
  {{/if}}