hr-design-system-handlebars 1.114.72 → 1.114.74

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.74 (Thu Jan 30 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - add dark-class in choice-background [#1223](https://github.com/mumprod/hr-design-system-handlebars/pull/1223) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
13
+ # v1.114.73 (Tue Jan 28 2025)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - show complete date item is not from today [#1222](https://github.com/mumprod/hr-design-system-handlebars/pull/1222) ([@hanswurstsalat](https://github.com/hanswurstsalat))
18
+
19
+ #### Authors: 1
20
+
21
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
22
+
23
+ ---
24
+
1
25
  # v1.114.72 (Mon Jan 27 2025)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -3822,7 +3822,7 @@ article #commentList {
3822
3822
  border-bottom-color: var(--color-secondary-ds);
3823
3823
  }
3824
3824
  .counter-reset {
3825
- counter-reset: cnt1737971747078;
3825
+ counter-reset: cnt1738232963167;
3826
3826
  }
3827
3827
  .animate-delay-100 {
3828
3828
  --tw-animate-delay: 100ms;
@@ -4262,7 +4262,7 @@ html { scroll-behavior: smooth; }
4262
4262
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4263
4263
  }
4264
4264
  .-ordered {
4265
- counter-increment: cnt1737971747078 1;
4265
+ counter-increment: cnt1738232963167 1;
4266
4266
  }
4267
4267
  .-ordered::before {
4268
4268
  position: absolute;
@@ -4280,7 +4280,7 @@ html { scroll-behavior: smooth; }
4280
4280
  --tw-text-opacity: 1;
4281
4281
  color: rgba(0, 0, 0, 1);
4282
4282
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4283
- content: counter(cnt1737971747078);
4283
+ content: counter(cnt1738232963167);
4284
4284
  }
4285
4285
  /*! ****************************/
4286
4286
  /*! DataPolicy stuff */
@@ -16,11 +16,15 @@
16
16
  {{#if ../../../this.isMultiDay}}
17
17
  {{this.broadcastDate }}
18
18
  {{else}}
19
- {{this.time }}
19
+ {{#if ../../../this.isOlderThanToday}}
20
+ {{this.broadcastDate }}
21
+ {{else}}
22
+ {{this.time }}
23
+ {{/if}}
20
24
  {{/if}}
21
25
  </div>
22
26
  {{~/with}}
23
- <a class="{{if (isUserConsentNeeded this.tickerItemUrl) 'js-user-consent-needed ' ''}}link-focus-white text-base js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}" rel="nofollow" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
27
+ <a class="{{if (isUserConsentNeeded this.tickerItemUrl) 'js-user-consent-needed ' ''}}link-focus-white text-base js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
24
28
  </li>
25
29
  {{~/each~}}
26
30
  </ul>
@@ -48,7 +48,7 @@
48
48
  _isHorizontalLayout=this.isHorizontalLayout
49
49
  _isMultimediaVoting=../this.isMultimediaVoting
50
50
  _addClassGroup="!flex-col mt-2"
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"
51
+ _addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex hover:!outline-2 hover:!outline-blue-science-hex bg-white dark:bg-black has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
52
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"
@@ -16,11 +16,15 @@
16
16
  {{#if ../../../this.isMultiDay}}
17
17
  {{this.broadcastDate }}
18
18
  {{else}}
19
- {{this.time }}
19
+ {{#if ../../../this.isOlderThanToday}}
20
+ {{this.broadcastDate }}
21
+ {{else}}
22
+ {{this.time }}
23
+ {{/if}}
20
24
  {{/if}}
21
25
  </div>
22
26
  {{~/with}}
23
- <a class="{{if (isUserConsentNeeded this.tickerItemUrl) 'js-user-consent-needed ' ''}}link-focus-white text-base js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}" rel="nofollow" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
27
+ <a class="{{if (isUserConsentNeeded this.tickerItemUrl) 'js-user-consent-needed ' ''}}link-focus-white text-base js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
24
28
  </li>
25
29
  {{~/each~}}
26
30
  </ul>
@@ -48,7 +48,7 @@
48
48
  _isHorizontalLayout=this.isHorizontalLayout
49
49
  _isMultimediaVoting=../this.isMultimediaVoting
50
50
  _addClassGroup="!flex-col mt-2"
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"
51
+ _addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex hover:!outline-2 hover:!outline-blue-science-hex bg-white dark:bg-black has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
52
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"
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.72",
9
+ "version": "1.114.74",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -16,11 +16,15 @@
16
16
  {{#if ../../../this.isMultiDay}}
17
17
  {{this.broadcastDate }}
18
18
  {{else}}
19
- {{this.time }}
19
+ {{#if ../../../this.isOlderThanToday}}
20
+ {{this.broadcastDate }}
21
+ {{else}}
22
+ {{this.time }}
23
+ {{/if}}
20
24
  {{/if}}
21
25
  </div>
22
26
  {{~/with}}
23
- <a class="{{if (isUserConsentNeeded this.tickerItemUrl) 'js-user-consent-needed ' ''}}link-focus-white text-base js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}" rel="nofollow" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
27
+ <a class="{{if (isUserConsentNeeded this.tickerItemUrl) 'js-user-consent-needed ' ''}}link-focus-white text-base js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
24
28
  </li>
25
29
  {{~/each~}}
26
30
  </ul>
@@ -48,7 +48,7 @@
48
48
  _isHorizontalLayout=this.isHorizontalLayout
49
49
  _isMultimediaVoting=../this.isMultimediaVoting
50
50
  _addClassGroup="!flex-col mt-2"
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"
51
+ _addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex hover:!outline-2 hover:!outline-blue-science-hex bg-white dark:bg-black has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
52
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"