hr-design-system-handlebars 1.120.3 β 1.120.5
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 +24 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/page/components/metadatabox.hbs +1 -1
- package/dist/views/components/page/ticker/components/header.hbs +5 -1
- package/dist/views_static/components/page/ticker/components/header.hbs +5 -1
- package/package.json +1 -1
- package/src/stories/views/components/page/components/metadatabox.hbs +1 -1
- package/src/stories/views/components/page/ticker/components/header.hbs +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.120.5 (Wed Oct 15 2025)
|
|
2
|
+
|
|
3
|
+
#### π Bug Fix
|
|
4
|
+
|
|
5
|
+
- Ticker-Header: include title as ssi [#1311](https://github.com/mumprod/hr-design-system-handlebars/pull/1311) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.120.4 (Wed Oct 15 2025)
|
|
14
|
+
|
|
15
|
+
#### π Bug Fix
|
|
16
|
+
|
|
17
|
+
- :bug: adjusts the context for _isTicker property inside metadata_wrap⦠[#1310](https://github.com/mumprod/hr-design-system-handlebars/pull/1310) ([@szuelch](https://github.com/szuelch))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- [@szuelch](https://github.com/szuelch)
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.120.3 (Wed Oct 15 2025)
|
|
2
26
|
|
|
3
27
|
#### π Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3894,7 +3894,7 @@ article #commentList {
|
|
|
3894
3894
|
border-bottom-color: var(--color-secondary-ds);
|
|
3895
3895
|
}
|
|
3896
3896
|
.counter-reset {
|
|
3897
|
-
counter-reset:
|
|
3897
|
+
counter-reset: cnt1760553300400;
|
|
3898
3898
|
}
|
|
3899
3899
|
.animate-delay-100 {
|
|
3900
3900
|
--tw-animate-delay: 100ms;
|
|
@@ -4355,7 +4355,7 @@ html { scroll-behavior: smooth; }
|
|
|
4355
4355
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4356
4356
|
}
|
|
4357
4357
|
.-ordered {
|
|
4358
|
-
counter-increment:
|
|
4358
|
+
counter-increment: cnt1760553300400 1;
|
|
4359
4359
|
}
|
|
4360
4360
|
.-ordered::before {
|
|
4361
4361
|
position: absolute;
|
|
@@ -4373,7 +4373,7 @@ html { scroll-behavior: smooth; }
|
|
|
4373
4373
|
--tw-text-opacity: 1;
|
|
4374
4374
|
color: rgba(0, 0, 0, 1);
|
|
4375
4375
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4376
|
-
content: counter(
|
|
4376
|
+
content: counter(cnt1760553300400);
|
|
4377
4377
|
}
|
|
4378
4378
|
/*! ****************************/
|
|
4379
4379
|
/*! DataPolicy stuff */
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<div class="self-center">
|
|
5
5
|
{{#> components/page/components/metadata_wrapper _hideFrom=false _isTicker=_isTicker }}
|
|
6
6
|
{{#if ../../_showDate-adjust_context }}
|
|
7
|
-
{{> components/page/components/publicationdate _isTicker
|
|
7
|
+
{{> components/page/components/publicationdate _isTicker=../../_isTicker-adjust_context}}
|
|
8
8
|
{{/if}}
|
|
9
9
|
{{> components/page/components/commentinfo }}
|
|
10
10
|
{{/components/page/components/metadata_wrapper }}
|
|
@@ -13,6 +13,10 @@
|
|
|
13
13
|
{{#if ../../this.tickerTopic}}
|
|
14
14
|
{{> components/label/label_byline _css="ml-2 mb-2 pt-1 h-6 inline-block" _text=../../../this.tickerTopic}}
|
|
15
15
|
{{/if}}
|
|
16
|
-
|
|
16
|
+
{{#if _webview}}
|
|
17
|
+
{{{this.webviewHeaderSsi}}}
|
|
18
|
+
{{else}}
|
|
19
|
+
{{{ this.HeaderSsi }}}
|
|
20
|
+
{{/if}}
|
|
17
21
|
</h2>
|
|
18
22
|
</header>
|
|
@@ -13,6 +13,10 @@
|
|
|
13
13
|
{{#if ../../this.tickerTopic}}
|
|
14
14
|
{{> components/label/label_byline _css="ml-2 mb-2 pt-1 h-6 inline-block" _text=../../../this.tickerTopic}}
|
|
15
15
|
{{/if}}
|
|
16
|
-
|
|
16
|
+
{{#if _webview}}
|
|
17
|
+
{{{this.webviewHeaderSsi}}}
|
|
18
|
+
{{else}}
|
|
19
|
+
{{{ this.HeaderSsi }}}
|
|
20
|
+
{{/if}}
|
|
17
21
|
</h2>
|
|
18
22
|
</header>
|
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.120.
|
|
9
|
+
"version": "1.120.5",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<div class="self-center">
|
|
5
5
|
{{#> components/page/components/metadata_wrapper _hideFrom=false _isTicker=_isTicker }}
|
|
6
6
|
{{#if _showDate-adjust_context }}
|
|
7
|
-
{{> components/page/components/publicationdate _isTicker=_isTicker}}
|
|
7
|
+
{{> components/page/components/publicationdate _isTicker=_isTicker-adjust_context}}
|
|
8
8
|
{{/if}}
|
|
9
9
|
{{> components/page/components/commentinfo }}
|
|
10
10
|
{{/components/page/components/metadata_wrapper }}
|
|
@@ -13,6 +13,10 @@
|
|
|
13
13
|
{{#if ../../this.tickerTopic}}
|
|
14
14
|
{{> components/label/label_byline _css="ml-2 mb-2 pt-1 h-6 inline-block" _text=../../../this.tickerTopic}}
|
|
15
15
|
{{/if}}
|
|
16
|
-
|
|
16
|
+
{{#if _webview}}
|
|
17
|
+
{{{this.webviewHeaderSsi}}}
|
|
18
|
+
{{else}}
|
|
19
|
+
{{{ this.HeaderSsi }}}
|
|
20
|
+
{{/if}}
|
|
17
21
|
</h2>
|
|
18
22
|
</header>
|