hr-design-system-handlebars 1.124.6 → 1.124.8

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,28 @@
1
+ # v1.124.8 (Wed Dec 10 2025)
2
+
3
+ #### ⚠️ Pushed to `main`
4
+
5
+ - Introducing new geoMap fetures in article ([@Paul-Atreidis](https://github.com/Paul-Atreidis))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@Paul-Atreidis](https://github.com/Paul-Atreidis)
10
+
11
+ ---
12
+
13
+ # v1.124.7 (Sun Dec 07 2025)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Fix podcast channel link [#1327](https://github.com/mumprod/hr-design-system-handlebars/pull/1327) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
18
+
19
+ #### Authors: 2
20
+
21
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
22
+ - selbaciri (saad.elbaciri@hr.de)
23
+
24
+ ---
25
+
1
26
  # v1.124.6 (Sun Dec 07 2025)
2
27
 
3
28
  #### ⚠️ 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: cnt1765358321443;
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: cnt1765358321443 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(cnt1765358321443);
4378
4378
  }
4379
4379
  /*! ****************************/
4380
4380
  /*! DataPolicy stuff */
@@ -2,7 +2,7 @@
2
2
  <div class="mt-6 italic text-gray-dark">coming soon: Map-component</div>
3
3
  {{~else~}}
4
4
  {{> content/geomap/page/components/map
5
- _addClass="copytext__clearBox"
5
+ _addClass="copytext__clearBox region--wide"
6
6
  _id=this.uuid
7
7
  _tilesURL=this.mapTilesUrl
8
8
  _iconURLStyle1=this.markerIconUrl
@@ -17,6 +17,14 @@
17
17
  _initLng=this.initViewLong
18
18
  _initZoom=this.initZoom
19
19
  _border=this.showBorders
20
+ _additionalOverlay=this.borderJsonUrl
21
+ _borderJsonStrokeColor=this.borderJsonStrokeColor
22
+ _borderJsonStrokeWeight=this.borderJsonStrokeWeight
23
+ _borderJsonPolygonFill=this.borderJsonPolygonFill
24
+ _borderJsonPolygonFillActive=this.borderJsonPolygonFillActive
25
+ _borderJsonPolygonOpacity=this.borderJsonPolygonOpacity
26
+ _showGeoJsonInteractive=this.showGeoJsonInteractive
27
+ _showGeoJsonMetadata=this.showGeoJsonMetadata
20
28
  _colorBorder=this.borderColor
21
29
  _borderStrokeWeight=this.borderStrokeWeight
22
30
  _countryFillColor=this.countryFillColor
@@ -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}}
@@ -2,7 +2,7 @@
2
2
  <div class="mt-6 italic text-gray-dark">coming soon: Map-component</div>
3
3
  {{~else~}}
4
4
  {{> content/geomap/page/components/map
5
- _addClass="copytext__clearBox"
5
+ _addClass="copytext__clearBox region--wide"
6
6
  _id=this.uuid
7
7
  _tilesURL=this.mapTilesUrl
8
8
  _iconURLStyle1=this.markerIconUrl
@@ -17,6 +17,14 @@
17
17
  _initLng=this.initViewLong
18
18
  _initZoom=this.initZoom
19
19
  _border=this.showBorders
20
+ _additionalOverlay=this.borderJsonUrl
21
+ _borderJsonStrokeColor=this.borderJsonStrokeColor
22
+ _borderJsonStrokeWeight=this.borderJsonStrokeWeight
23
+ _borderJsonPolygonFill=this.borderJsonPolygonFill
24
+ _borderJsonPolygonFillActive=this.borderJsonPolygonFillActive
25
+ _borderJsonPolygonOpacity=this.borderJsonPolygonOpacity
26
+ _showGeoJsonInteractive=this.showGeoJsonInteractive
27
+ _showGeoJsonMetadata=this.showGeoJsonMetadata
20
28
  _colorBorder=this.borderColor
21
29
  _borderStrokeWeight=this.borderStrokeWeight
22
30
  _countryFillColor=this.countryFillColor
@@ -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.8",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -2,7 +2,7 @@
2
2
  <div class="mt-6 italic text-gray-dark">coming soon: Map-component</div>
3
3
  {{~else~}}
4
4
  {{> content/geomap/page/components/map
5
- _addClass="copytext__clearBox"
5
+ _addClass="copytext__clearBox region--wide"
6
6
  _id=this.uuid
7
7
  _tilesURL=this.mapTilesUrl
8
8
  _iconURLStyle1=this.markerIconUrl
@@ -17,6 +17,14 @@
17
17
  _initLng=this.initViewLong
18
18
  _initZoom=this.initZoom
19
19
  _border=this.showBorders
20
+ _additionalOverlay=this.borderJsonUrl
21
+ _borderJsonStrokeColor=this.borderJsonStrokeColor
22
+ _borderJsonStrokeWeight=this.borderJsonStrokeWeight
23
+ _borderJsonPolygonFill=this.borderJsonPolygonFill
24
+ _borderJsonPolygonFillActive=this.borderJsonPolygonFillActive
25
+ _borderJsonPolygonOpacity=this.borderJsonPolygonOpacity
26
+ _showGeoJsonInteractive=this.showGeoJsonInteractive
27
+ _showGeoJsonMetadata=this.showGeoJsonMetadata
20
28
  _colorBorder=this.borderColor
21
29
  _borderStrokeWeight=this.borderStrokeWeight
22
30
  _countryFillColor=this.countryFillColor
@@ -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}}