hr-design-system-handlebars 1.114.127 → 1.114.128

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.114.128 (Wed Mar 19 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - add dark classes in ticker-timeline [#1269](https://github.com/mumprod/hr-design-system-handlebars/pull/1269) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
1
13
  # v1.114.127 (Wed Mar 19 2025)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3415,6 +3415,9 @@ article #commentList {
3415
3415
  .leading-\[1\.625rem\] {
3416
3416
  line-height: 1.625rem;
3417
3417
  }
3418
+ .leading-\[18px\] {
3419
+ line-height: 18px;
3420
+ }
3418
3421
  .leading-\[34px\] {
3419
3422
  line-height: 34px;
3420
3423
  }
@@ -3860,7 +3863,7 @@ article #commentList {
3860
3863
  border-bottom-color: var(--color-secondary-ds);
3861
3864
  }
3862
3865
  .counter-reset {
3863
- counter-reset: cnt1742388409746;
3866
+ counter-reset: cnt1742414375436;
3864
3867
  }
3865
3868
  .animate-delay-100 {
3866
3869
  --tw-animate-delay: 100ms;
@@ -4305,7 +4308,7 @@ html { scroll-behavior: smooth; }
4305
4308
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4306
4309
  }
4307
4310
  .-ordered {
4308
- counter-increment: cnt1742388409746 1;
4311
+ counter-increment: cnt1742414375436 1;
4309
4312
  }
4310
4313
  .-ordered::before {
4311
4314
  position: absolute;
@@ -4323,7 +4326,7 @@ html { scroll-behavior: smooth; }
4323
4326
  --tw-text-opacity: 1;
4324
4327
  color: rgba(0, 0, 0, 1);
4325
4328
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4326
- content: counter(cnt1742388409746);
4329
+ content: counter(cnt1742414375436);
4327
4330
  }
4328
4331
  /*! ****************************/
4329
4332
  /*! DataPolicy stuff */
@@ -8880,6 +8883,11 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
8880
8883
  color: #e07672;
8881
8884
  color: var(--color-error-dark);
8882
8885
  }
8886
+ .dark\:text-gray-mercury:where(.dark, .dark *) {
8887
+ --tw-text-opacity: 1;
8888
+ color: rgba(230, 230, 230, 1);
8889
+ color: rgba(230, 230, 230, var(--tw-text-opacity));
8890
+ }
8883
8891
  .dark\:text-link-dark:where(.dark, .dark *) {
8884
8892
  color: #006eb7;
8885
8893
  color: var(--color-link-dark);
@@ -17,7 +17,7 @@
17
17
  </div>
18
18
  {{#unless this.hideDateTime}}
19
19
  {{#with this.tickerItemDateTime~}}
20
- <div class="font-headingSerif {{#if ../../../_isTickerpage}}text-sm{{else}}text-xs{{/if}}{{#if ../../../_color}} text-{{../../../_color}}{{else}} text-gray-scorpion{{/if}}">
20
+ <div class="font-headingSerif {{#if ../../../_isTickerpage}}text-sm{{else}}text-xs{{/if}}{{#if ../../../_color}} text-{{../../../_color}}{{else}} text-gray-scorpion dark:text-gray-mercury{{/if}}">
21
21
  {{#if ../../../this.isMultiDay}}
22
22
  {{this.broadcastDate }}
23
23
  {{else}}
@@ -30,7 +30,7 @@
30
30
  </div>
31
31
  {{~/with}}
32
32
  {{/unless}}
33
- <a class="font-headingSerif {{if (isUserConsentNeeded this.tickerItemUrl) 'js-user-consent-needed ' ''}}link-focus-white {{#if ../../_isTickerpage}}text-[15px]{{else}}text-base{{/if}} js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} ds-link{{#if this.hideDateTime}} align-top{{/if}}" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
33
+ <a class="font-headingSerif {{if (isUserConsentNeeded this.tickerItemUrl) 'js-user-consent-needed ' ''}}link-focus-white {{#if ../../_isTickerpage}}text-[15px] leading-[18px]{{else}}text-base{{/if}} js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-link dark:text-link-dark{{/if}} ds-link{{#if this.hideDateTime}} align-top{{/if}}" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
34
34
  </li>
35
35
  {{~/each~}}
36
36
  </ul>
@@ -17,7 +17,7 @@
17
17
  </div>
18
18
  {{#unless this.hideDateTime}}
19
19
  {{#with this.tickerItemDateTime~}}
20
- <div class="font-headingSerif {{#if ../../../_isTickerpage}}text-sm{{else}}text-xs{{/if}}{{#if ../../../_color}} text-{{../../../_color}}{{else}} text-gray-scorpion{{/if}}">
20
+ <div class="font-headingSerif {{#if ../../../_isTickerpage}}text-sm{{else}}text-xs{{/if}}{{#if ../../../_color}} text-{{../../../_color}}{{else}} text-gray-scorpion dark:text-gray-mercury{{/if}}">
21
21
  {{#if ../../../this.isMultiDay}}
22
22
  {{this.broadcastDate }}
23
23
  {{else}}
@@ -30,7 +30,7 @@
30
30
  </div>
31
31
  {{~/with}}
32
32
  {{/unless}}
33
- <a class="font-headingSerif {{if (isUserConsentNeeded this.tickerItemUrl) 'js-user-consent-needed ' ''}}link-focus-white {{#if ../../_isTickerpage}}text-[15px]{{else}}text-base{{/if}} js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} ds-link{{#if this.hideDateTime}} align-top{{/if}}" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
33
+ <a class="font-headingSerif {{if (isUserConsentNeeded this.tickerItemUrl) 'js-user-consent-needed ' ''}}link-focus-white {{#if ../../_isTickerpage}}text-[15px] leading-[18px]{{else}}text-base{{/if}} js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-link dark:text-link-dark{{/if}} ds-link{{#if this.hideDateTime}} align-top{{/if}}" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
34
34
  </li>
35
35
  {{~/each~}}
36
36
  </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.127",
9
+ "version": "1.114.128",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -17,7 +17,7 @@
17
17
  </div>
18
18
  {{#unless this.hideDateTime}}
19
19
  {{#with this.tickerItemDateTime~}}
20
- <div class="font-headingSerif {{#if ../../../_isTickerpage}}text-sm{{else}}text-xs{{/if}}{{#if ../../../_color}} text-{{../../../_color}}{{else}} text-gray-scorpion{{/if}}">
20
+ <div class="font-headingSerif {{#if ../../../_isTickerpage}}text-sm{{else}}text-xs{{/if}}{{#if ../../../_color}} text-{{../../../_color}}{{else}} text-gray-scorpion dark:text-gray-mercury{{/if}}">
21
21
  {{#if ../../../this.isMultiDay}}
22
22
  {{this.broadcastDate }}
23
23
  {{else}}
@@ -30,7 +30,7 @@
30
30
  </div>
31
31
  {{~/with}}
32
32
  {{/unless}}
33
- <a class="font-headingSerif {{if (isUserConsentNeeded this.tickerItemUrl) 'js-user-consent-needed ' ''}}link-focus-white {{#if ../../_isTickerpage}}text-[15px]{{else}}text-base{{/if}} js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} ds-link{{#if this.hideDateTime}} align-top{{/if}}" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
33
+ <a class="font-headingSerif {{if (isUserConsentNeeded this.tickerItemUrl) 'js-user-consent-needed ' ''}}link-focus-white {{#if ../../_isTickerpage}}text-[15px] leading-[18px]{{else}}text-base{{/if}} js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-link dark:text-link-dark{{/if}} ds-link{{#if this.hideDateTime}} align-top{{/if}}" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
34
34
  </li>
35
35
  {{~/each~}}
36
36
  </ul>