hr-design-system-handlebars 1.114.80 → 1.114.81
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 +12 -10
- package/dist/views_static/components/teaser/ticker/teaser_ticker_timeline.hbs +12 -10
- package/package.json +1 -1
- package/src/stories/views/components/teaser/ticker/teaser_ticker_timeline.hbs +12 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.114.81 (Tue Feb 04 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- add condition for show date in ticker-timelline [#1230](https://github.com/mumprod/hr-design-system-handlebars/pull/1230) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.114.80 (Fri Jan 31 2025)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3828,7 +3828,7 @@ article #commentList {
|
|
|
3828
3828
|
border-bottom-color: var(--color-secondary-ds);
|
|
3829
3829
|
}
|
|
3830
3830
|
.counter-reset {
|
|
3831
|
-
counter-reset:
|
|
3831
|
+
counter-reset: cnt1738681071870;
|
|
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:
|
|
4271
|
+
counter-increment: cnt1738681071870 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(
|
|
4289
|
+
content: counter(cnt1738681071870);
|
|
4290
4290
|
}
|
|
4291
4291
|
/*! ****************************/
|
|
4292
4292
|
/*! DataPolicy stuff */
|
|
@@ -11,19 +11,21 @@
|
|
|
11
11
|
</div>
|
|
12
12
|
{{/unless}}
|
|
13
13
|
</div>
|
|
14
|
-
{{#
|
|
15
|
-
|
|
16
|
-
{{#if ../../../
|
|
17
|
-
{{this.
|
|
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.
|
|
20
|
+
{{#if ../../../this.isOlderThanToday}}
|
|
21
|
+
{{this.broadcastDate }}
|
|
22
|
+
{{else}}
|
|
23
|
+
{{this.time }}
|
|
24
|
+
{{/if}}
|
|
23
25
|
{{/if}}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
{{
|
|
26
|
+
</div>
|
|
27
|
+
{{~/with}}
|
|
28
|
+
{{/unless}}
|
|
27
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" 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~}}
|
|
@@ -11,19 +11,21 @@
|
|
|
11
11
|
</div>
|
|
12
12
|
{{/unless}}
|
|
13
13
|
</div>
|
|
14
|
-
{{#
|
|
15
|
-
|
|
16
|
-
{{#if ../../../
|
|
17
|
-
{{this.
|
|
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.
|
|
20
|
+
{{#if ../../../this.isOlderThanToday}}
|
|
21
|
+
{{this.broadcastDate }}
|
|
22
|
+
{{else}}
|
|
23
|
+
{{this.time }}
|
|
24
|
+
{{/if}}
|
|
23
25
|
{{/if}}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
{{
|
|
26
|
+
</div>
|
|
27
|
+
{{~/with}}
|
|
28
|
+
{{/unless}}
|
|
27
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" 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~}}
|
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.81",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -11,19 +11,21 @@
|
|
|
11
11
|
</div>
|
|
12
12
|
{{/unless}}
|
|
13
13
|
</div>
|
|
14
|
-
{{#
|
|
15
|
-
|
|
16
|
-
{{#if ../../../
|
|
17
|
-
{{this.
|
|
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.
|
|
20
|
+
{{#if ../../../this.isOlderThanToday}}
|
|
21
|
+
{{this.broadcastDate }}
|
|
22
|
+
{{else}}
|
|
23
|
+
{{this.time }}
|
|
24
|
+
{{/if}}
|
|
23
25
|
{{/if}}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
{{
|
|
26
|
+
</div>
|
|
27
|
+
{{~/with}}
|
|
28
|
+
{{/unless}}
|
|
27
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" 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~}}
|