hr-design-system-handlebars 1.120.0 → 1.120.1
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/page/ticker/components/header.hbs +1 -1
- package/dist/views_static/components/page/ticker/components/header.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/page/ticker/components/header.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.120.1 (Tue Oct 14 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- add link in Ticker-Headline [#1307](https://github.com/mumprod/hr-design-system-handlebars/pull/1307) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.120.0 (Mon Oct 13 2025)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
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: cnt1760456767909;
|
|
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: cnt1760456767909 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(cnt1760456767909);
|
|
4377
4377
|
}
|
|
4378
4378
|
/*! ****************************/
|
|
4379
4379
|
/*! DataPolicy stuff */
|
|
@@ -13,6 +13,6 @@
|
|
|
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
|
-
<span class="block text-3xl ui-test-story-title font-headingSerif sm480:text-4xl dark:text-text-dark js-ticker-headline">{{this.title}}</span>
|
|
16
|
+
<span class="block text-3xl ui-test-story-title font-headingSerif sm480:text-4xl dark:text-text-dark js-ticker-headline">{{~#with this.mainItem ~}}<a class="hover:text-link" href="{{this.tickerItemUrl}}">{{~/with~}}{{this.title}}{{~#with this.mainItem ~}}</a>{{~/with~}}</span>
|
|
17
17
|
</h2>
|
|
18
18
|
</header>
|
|
@@ -13,6 +13,6 @@
|
|
|
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
|
-
<span class="block text-3xl ui-test-story-title font-headingSerif sm480:text-4xl dark:text-text-dark js-ticker-headline">{{this.title}}</span>
|
|
16
|
+
<span class="block text-3xl ui-test-story-title font-headingSerif sm480:text-4xl dark:text-text-dark js-ticker-headline">{{~#with this.mainItem ~}}<a class="hover:text-link" href="{{this.tickerItemUrl}}">{{~/with~}}{{this.title}}{{~#with this.mainItem ~}}</a>{{~/with~}}</span>
|
|
17
17
|
</h2>
|
|
18
18
|
</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.1",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -13,6 +13,6 @@
|
|
|
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
|
-
<span class="block text-3xl ui-test-story-title font-headingSerif sm480:text-4xl dark:text-text-dark js-ticker-headline">{{this.title}}</span>
|
|
16
|
+
<span class="block text-3xl ui-test-story-title font-headingSerif sm480:text-4xl dark:text-text-dark js-ticker-headline">{{~#with this.mainItem ~}}<a class="hover:text-link" href="{{this.tickerItemUrl}}">{{~/with~}}{{this.title}}{{~#with this.mainItem ~}}</a>{{~/with~}}</span>
|
|
17
17
|
</h2>
|
|
18
18
|
</header>
|