hr-design-system-handlebars 1.120.4 → 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 CHANGED
@@ -1,3 +1,15 @@
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
+
1
13
  # v1.120.4 (Wed Oct 15 2025)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3894,7 +3894,7 @@ article #commentList {
3894
3894
  border-bottom-color: var(--color-secondary-ds);
3895
3895
  }
3896
3896
  .counter-reset {
3897
- counter-reset: cnt1760533294231;
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: cnt1760533294231 1;
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(cnt1760533294231);
4376
+ content: counter(cnt1760553300400);
4377
4377
  }
4378
4378
  /*! ****************************/
4379
4379
  /*! DataPolicy stuff */
@@ -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
- <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>
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
- <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>
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.4",
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",
@@ -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
- <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>
16
+ {{#if _webview}}
17
+ {{{this.webviewHeaderSsi}}}
18
+ {{else}}
19
+ {{{ this.HeaderSsi }}}
20
+ {{/if}}
17
21
  </h2>
18
22
  </header>