hr-design-system-handlebars 1.114.71 → 1.114.73

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.73 (Tue Jan 28 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - show complete date item is not from today [#1222](https://github.com/mumprod/hr-design-system-handlebars/pull/1222) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
13
+ # v1.114.72 (Mon Jan 27 2025)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Removing unused classew [#1221](https://github.com/mumprod/hr-design-system-handlebars/pull/1221) ([@Paul-Atreidis](https://github.com/Paul-Atreidis))
18
+
19
+ #### Authors: 1
20
+
21
+ - [@Paul-Atreidis](https://github.com/Paul-Atreidis)
22
+
23
+ ---
24
+
1
25
  # v1.114.71 (Fri Jan 24 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: cnt1737740629757;
3825
+ counter-reset: cnt1738058320986;
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: cnt1737740629757 1;
4265
+ counter-increment: cnt1738058320986 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(cnt1737740629757);
4283
+ content: counter(cnt1738058320986);
4284
4284
  }
4285
4285
  /*! ****************************/
4286
4286
  /*! DataPolicy stuff */
@@ -1,6 +1,6 @@
1
- <div class="grid grid-page w-full order-2{{#if _hasBannerImage}} overflow-hidden print:overflow-auto -image{{else}} -text{{/if}}{{~#if _hideOnMobile}} -hideOnMobile{{/if}}">
1
+ <div class="grid grid-page w-full order-2{{#if _hasBannerImage}} overflow-hidden print:overflow-auto{{else}}{{/if}}{{~#if _hideOnMobile}} -hideOnMobile{{/if}}">
2
2
  <div role="banner" class="grid col-full sm:col-main relative{{#unless _hasBannerImage}} px-4 md:px-5 lg:px-10 bg-white dark:bg-black{{/unless}}">
3
- <div class="relative {{#if _hasBannerImage}}-hasImage{{~#if _hideOnMobile}} ar-auto lg:ar-100-27 print:lg:ar-auto bg-white dark:bg-black{{else}} ar-16-9 sm480:ar-16-7 md:ar-100-27 print:ar-auto print:sm480:ar-auto print:md:ar-auto{{/if}}{{else}}pb-4 border-b border-gray-boulder{{/if}}">
3
+ <div class="relative {{#if _hasBannerImage}}{{~#if _hideOnMobile}} ar-auto lg:ar-100-27 print:lg:ar-auto bg-white dark:bg-black{{else}} ar-16-9 sm480:ar-16-7 md:ar-100-27 print:ar-auto print:sm480:ar-auto print:md:ar-auto{{/if}}{{else}}pb-4 border-b border-gray-boulder{{/if}}">
4
4
  {{> @partial-block }}
5
5
  </div>
6
6
  </div>
@@ -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>
@@ -1,6 +1,6 @@
1
- <div class="grid grid-page w-full order-2{{#if _hasBannerImage}} overflow-hidden print:overflow-auto -image{{else}} -text{{/if}}{{~#if _hideOnMobile}} -hideOnMobile{{/if}}">
1
+ <div class="grid grid-page w-full order-2{{#if _hasBannerImage}} overflow-hidden print:overflow-auto{{else}}{{/if}}{{~#if _hideOnMobile}} -hideOnMobile{{/if}}">
2
2
  <div role="banner" class="grid col-full sm:col-main relative{{#unless _hasBannerImage}} px-4 md:px-5 lg:px-10 bg-white dark:bg-black{{/unless}}">
3
- <div class="relative {{#if _hasBannerImage}}-hasImage{{~#if _hideOnMobile}} ar-auto lg:ar-100-27 print:lg:ar-auto bg-white dark:bg-black{{else}} ar-16-9 sm480:ar-16-7 md:ar-100-27 print:ar-auto print:sm480:ar-auto print:md:ar-auto{{/if}}{{else}}pb-4 border-b border-gray-boulder{{/if}}">
3
+ <div class="relative {{#if _hasBannerImage}}{{~#if _hideOnMobile}} ar-auto lg:ar-100-27 print:lg:ar-auto bg-white dark:bg-black{{else}} ar-16-9 sm480:ar-16-7 md:ar-100-27 print:ar-auto print:sm480:ar-auto print:md:ar-auto{{/if}}{{else}}pb-4 border-b border-gray-boulder{{/if}}">
4
4
  {{> @partial-block }}
5
5
  </div>
6
6
  </div>
@@ -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>
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.71",
9
+ "version": "1.114.73",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,6 +1,6 @@
1
- <div class="grid grid-page w-full order-2{{#if _hasBannerImage}} overflow-hidden print:overflow-auto -image{{else}} -text{{/if}}{{~#if _hideOnMobile}} -hideOnMobile{{/if}}">
1
+ <div class="grid grid-page w-full order-2{{#if _hasBannerImage}} overflow-hidden print:overflow-auto{{else}}{{/if}}{{~#if _hideOnMobile}} -hideOnMobile{{/if}}">
2
2
  <div role="banner" class="grid col-full sm:col-main relative{{#unless _hasBannerImage}} px-4 md:px-5 lg:px-10 bg-white dark:bg-black{{/unless}}">
3
- <div class="relative {{#if _hasBannerImage}}-hasImage{{~#if _hideOnMobile}} ar-auto lg:ar-100-27 print:lg:ar-auto bg-white dark:bg-black{{else}} ar-16-9 sm480:ar-16-7 md:ar-100-27 print:ar-auto print:sm480:ar-auto print:md:ar-auto{{/if}}{{else}}pb-4 border-b border-gray-boulder{{/if}}">
3
+ <div class="relative {{#if _hasBannerImage}}{{~#if _hideOnMobile}} ar-auto lg:ar-100-27 print:lg:ar-auto bg-white dark:bg-black{{else}} ar-16-9 sm480:ar-16-7 md:ar-100-27 print:ar-auto print:sm480:ar-auto print:md:ar-auto{{/if}}{{else}}pb-4 border-b border-gray-boulder{{/if}}">
4
4
  {{> @partial-block }}
5
5
  </div>
6
6
  </div>
@@ -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>