hr-design-system-handlebars 1.114.72 → 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 +12 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/teaser/ticker/teaser_ticker_timeline.hbs +6 -2
- package/dist/views_static/components/teaser/ticker/teaser_ticker_timeline.hbs +6 -2
- package/package.json +1 -1
- package/src/stories/views/components/teaser/ticker/teaser_ticker_timeline.hbs +6 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
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
|
+
|
|
1
13
|
# v1.114.72 (Mon Jan 27 2025)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3822,7 +3822,7 @@ article #commentList {
|
|
|
3822
3822
|
border-bottom-color: var(--color-secondary-ds);
|
|
3823
3823
|
}
|
|
3824
3824
|
.counter-reset {
|
|
3825
|
-
counter-reset:
|
|
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:
|
|
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(
|
|
4283
|
+
content: counter(cnt1738058320986);
|
|
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.
|
|
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}}"
|
|
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>
|
|
@@ -16,11 +16,15 @@
|
|
|
16
16
|
{{#if ../../../this.isMultiDay}}
|
|
17
17
|
{{this.broadcastDate }}
|
|
18
18
|
{{else}}
|
|
19
|
-
{{this.
|
|
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}}"
|
|
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.
|
|
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",
|
|
@@ -16,11 +16,15 @@
|
|
|
16
16
|
{{#if ../../../this.isMultiDay}}
|
|
17
17
|
{{this.broadcastDate }}
|
|
18
18
|
{{else}}
|
|
19
|
-
{{this.
|
|
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}}"
|
|
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>
|