hr-design-system-handlebars 1.114.80 → 1.114.82

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.82 (Wed Feb 05 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - align-top in timeline-link if date is not shown [#1231](https://github.com/mumprod/hr-design-system-handlebars/pull/1231) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
13
+ # v1.114.81 (Tue Feb 04 2025)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - add condition for show date in ticker-timelline [#1230](https://github.com/mumprod/hr-design-system-handlebars/pull/1230) ([@hanswurstsalat](https://github.com/hanswurstsalat))
18
+
19
+ #### Authors: 1
20
+
21
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
22
+
23
+ ---
24
+
1
25
  # v1.114.80 (Fri Jan 31 2025)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -3828,7 +3828,7 @@ article #commentList {
3828
3828
  border-bottom-color: var(--color-secondary-ds);
3829
3829
  }
3830
3830
  .counter-reset {
3831
- counter-reset: cnt1738317048091;
3831
+ counter-reset: cnt1738749938881;
3832
3832
  }
3833
3833
  .animate-delay-100 {
3834
3834
  --tw-animate-delay: 100ms;
@@ -4268,7 +4268,7 @@ html { scroll-behavior: smooth; }
4268
4268
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4269
4269
  }
4270
4270
  .-ordered {
4271
- counter-increment: cnt1738317048091 1;
4271
+ counter-increment: cnt1738749938881 1;
4272
4272
  }
4273
4273
  .-ordered::before {
4274
4274
  position: absolute;
@@ -4286,7 +4286,7 @@ html { scroll-behavior: smooth; }
4286
4286
  --tw-text-opacity: 1;
4287
4287
  color: rgba(0, 0, 0, 1);
4288
4288
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4289
- content: counter(cnt1738317048091);
4289
+ content: counter(cnt1738749938881);
4290
4290
  }
4291
4291
  /*! ****************************/
4292
4292
  /*! DataPolicy stuff */
@@ -11,20 +11,22 @@
11
11
  </div>
12
12
  {{/unless}}
13
13
  </div>
14
- {{#with this.tickerItemDateTime~}}
15
- <div class="text-xs{{#if ../../../_color}} text-{{../../../_color}}{{/if}}">
16
- {{#if ../../../this.isMultiDay}}
17
- {{this.broadcastDate }}
18
- {{else}}
19
- {{#if ../../../this.isOlderThanToday}}
14
+ {{#unless this.hideDateTime}}
15
+ {{#with this.tickerItemDateTime~}}
16
+ <div class="text-xs{{#if ../../../_color}} text-{{../../../_color}}{{/if}}">
17
+ {{#if ../../../this.isMultiDay}}
20
18
  {{this.broadcastDate }}
21
19
  {{else}}
22
- {{this.time }}
20
+ {{#if ../../../this.isOlderThanToday}}
21
+ {{this.broadcastDate }}
22
+ {{else}}
23
+ {{this.time }}
24
+ {{/if}}
23
25
  {{/if}}
24
- {{/if}}
25
- </div>
26
- {{~/with}}
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>
26
+ </div>
27
+ {{~/with}}
28
+ {{/unless}}
29
+ <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{{#if this.hideDateTime}} align-top{{/if}}" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
28
30
  </li>
29
31
  {{~/each~}}
30
32
  </ul>
@@ -11,20 +11,22 @@
11
11
  </div>
12
12
  {{/unless}}
13
13
  </div>
14
- {{#with this.tickerItemDateTime~}}
15
- <div class="text-xs{{#if ../../../_color}} text-{{../../../_color}}{{/if}}">
16
- {{#if ../../../this.isMultiDay}}
17
- {{this.broadcastDate }}
18
- {{else}}
19
- {{#if ../../../this.isOlderThanToday}}
14
+ {{#unless this.hideDateTime}}
15
+ {{#with this.tickerItemDateTime~}}
16
+ <div class="text-xs{{#if ../../../_color}} text-{{../../../_color}}{{/if}}">
17
+ {{#if ../../../this.isMultiDay}}
20
18
  {{this.broadcastDate }}
21
19
  {{else}}
22
- {{this.time }}
20
+ {{#if ../../../this.isOlderThanToday}}
21
+ {{this.broadcastDate }}
22
+ {{else}}
23
+ {{this.time }}
24
+ {{/if}}
23
25
  {{/if}}
24
- {{/if}}
25
- </div>
26
- {{~/with}}
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>
26
+ </div>
27
+ {{~/with}}
28
+ {{/unless}}
29
+ <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{{#if this.hideDateTime}} align-top{{/if}}" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
28
30
  </li>
29
31
  {{~/each~}}
30
32
  </ul>
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.80",
9
+ "version": "1.114.82",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -11,20 +11,22 @@
11
11
  </div>
12
12
  {{/unless}}
13
13
  </div>
14
- {{#with this.tickerItemDateTime~}}
15
- <div class="text-xs{{#if ../../../_color}} text-{{../../../_color}}{{/if}}">
16
- {{#if ../../../this.isMultiDay}}
17
- {{this.broadcastDate }}
18
- {{else}}
19
- {{#if ../../../this.isOlderThanToday}}
14
+ {{#unless this.hideDateTime}}
15
+ {{#with this.tickerItemDateTime~}}
16
+ <div class="text-xs{{#if ../../../_color}} text-{{../../../_color}}{{/if}}">
17
+ {{#if ../../../this.isMultiDay}}
20
18
  {{this.broadcastDate }}
21
19
  {{else}}
22
- {{this.time }}
20
+ {{#if ../../../this.isOlderThanToday}}
21
+ {{this.broadcastDate }}
22
+ {{else}}
23
+ {{this.time }}
24
+ {{/if}}
23
25
  {{/if}}
24
- {{/if}}
25
- </div>
26
- {{~/with}}
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>
26
+ </div>
27
+ {{~/with}}
28
+ {{/unless}}
29
+ <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{{#if this.hideDateTime}} align-top{{/if}}" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
28
30
  </li>
29
31
  {{~/each~}}
30
32
  </ul>