hr-design-system-handlebars 1.114.77 → 1.114.78

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.114.78 (Thu Jan 30 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Add support for wahlmonitor_v2 and wahlkreiskarte_v2 in ExternalService [#1227](https://github.com/mumprod/hr-design-system-handlebars/pull/1227) (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.114.77 (Thu Jan 30 2025)
2
15
 
3
16
  #### 🐛 Bug Fix
@@ -3819,7 +3819,7 @@ article #commentList {
3819
3819
  border-bottom-color: var(--color-secondary-ds);
3820
3820
  }
3821
3821
  .counter-reset {
3822
- counter-reset: cnt1738247629355;
3822
+ counter-reset: cnt1738250555893;
3823
3823
  }
3824
3824
  .animate-delay-100 {
3825
3825
  --tw-animate-delay: 100ms;
@@ -4259,7 +4259,7 @@ html { scroll-behavior: smooth; }
4259
4259
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4260
4260
  }
4261
4261
  .-ordered {
4262
- counter-increment: cnt1738247629355 1;
4262
+ counter-increment: cnt1738250555893 1;
4263
4263
  }
4264
4264
  .-ordered::before {
4265
4265
  position: absolute;
@@ -4277,7 +4277,7 @@ html { scroll-behavior: smooth; }
4277
4277
  --tw-text-opacity: 1;
4278
4278
  color: rgba(0, 0, 0, 1);
4279
4279
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4280
- content: counter(cnt1738247629355);
4280
+ content: counter(cnt1738250555893);
4281
4281
  }
4282
4282
  /*! ****************************/
4283
4283
  /*! DataPolicy stuff */
@@ -93,9 +93,15 @@ const ExternalService = function (context) {
93
93
  case 'wahlmonitor':
94
94
  createWahlEmbed()
95
95
  break
96
+ case 'wahlmonitor_v2':
97
+ createWahlEmbed()
98
+ break
96
99
  case 'wahlkreiskarte':
97
100
  createWahlEmbed()
98
101
  break
102
+ case 'wahlkreiskarte_v2':
103
+ createWahlEmbed()
104
+ break
99
105
  case 'wahlomat-euwa':
100
106
  createWahlOMatEuwaEmbed()
101
107
  break
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.77",
9
+ "version": "1.114.78",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -93,9 +93,15 @@ const ExternalService = function (context) {
93
93
  case 'wahlmonitor':
94
94
  createWahlEmbed()
95
95
  break
96
+ case 'wahlmonitor_v2':
97
+ createWahlEmbed()
98
+ break
96
99
  case 'wahlkreiskarte':
97
100
  createWahlEmbed()
98
101
  break
102
+ case 'wahlkreiskarte_v2':
103
+ createWahlEmbed()
104
+ break
99
105
  case 'wahlomat-euwa':
100
106
  createWahlOMatEuwaEmbed()
101
107
  break