hr-design-system-handlebars 1.124.6 → 1.124.7

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,16 @@
1
+ # v1.124.7 (Sun Dec 07 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Fix podcast channel link [#1327](https://github.com/mumprod/hr-design-system-handlebars/pull/1327) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (saad.elbaciri@hr.de)
11
+
12
+ ---
13
+
1
14
  # v1.124.6 (Sun Dec 07 2025)
2
15
 
3
16
  #### ⚠️ Pushed to `main`
@@ -3895,7 +3895,7 @@ article #commentList {
3895
3895
  border-bottom-color: var(--color-secondary-ds);
3896
3896
  }
3897
3897
  .counter-reset {
3898
- counter-reset: cnt1765108804700;
3898
+ counter-reset: cnt1765143682069;
3899
3899
  }
3900
3900
  .animate-delay-100 {
3901
3901
  --tw-animate-delay: 100ms;
@@ -4356,7 +4356,7 @@ html { scroll-behavior: smooth; }
4356
4356
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4357
4357
  }
4358
4358
  .-ordered {
4359
- counter-increment: cnt1765108804700 1;
4359
+ counter-increment: cnt1765143682069 1;
4360
4360
  }
4361
4361
  .-ordered::before {
4362
4362
  position: absolute;
@@ -4374,7 +4374,7 @@ html { scroll-behavior: smooth; }
4374
4374
  --tw-text-opacity: 1;
4375
4375
  color: rgba(0, 0, 0, 1);
4376
4376
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4377
- content: counter(cnt1765108804700);
4377
+ content: counter(cnt1765143682069);
4378
4378
  }
4379
4379
  /*! ****************************/
4380
4380
  /*! DataPolicy stuff */
@@ -76,7 +76,7 @@
76
76
  <div class="flex justify-end w-full pl-4">
77
77
  <div class="flex flex-col flex-wrap self-end text-xs font-heading text-podcast-text dark:text-podcast-text-dark">
78
78
  <span class="self-end font-bold">Zur Sendung</span>
79
- <a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}self-end underline ds-link" href="{{this.url}}">{{this.title}}</a>
79
+ <a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}self-end underline ds-link" href="{{../this.podcastChannelLink.url}}">{{this.title}}</a>
80
80
  </div>
81
81
  </div>
82
82
  {{/with}}
@@ -76,7 +76,7 @@
76
76
  <div class="flex justify-end w-full pl-4">
77
77
  <div class="flex flex-col flex-wrap self-end text-xs font-heading text-podcast-text dark:text-podcast-text-dark">
78
78
  <span class="self-end font-bold">Zur Sendung</span>
79
- <a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}self-end underline ds-link" href="{{this.url}}">{{this.title}}</a>
79
+ <a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}self-end underline ds-link" href="{{../this.podcastChannelLink.url}}">{{this.title}}</a>
80
80
  </div>
81
81
  </div>
82
82
  {{/with}}
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.124.6",
9
+ "version": "1.124.7",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -76,7 +76,7 @@
76
76
  <div class="flex justify-end w-full pl-4">
77
77
  <div class="flex flex-col flex-wrap self-end text-xs font-heading text-podcast-text dark:text-podcast-text-dark">
78
78
  <span class="self-end font-bold">Zur Sendung</span>
79
- <a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}self-end underline ds-link" href="{{this.url}}">{{this.title}}</a>
79
+ <a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}self-end underline ds-link" href="{{../this.podcastChannelLink.url}}">{{this.title}}</a>
80
80
  </div>
81
81
  </div>
82
82
  {{/with}}