hr-design-system-handlebars 1.123.0 → 1.123.1

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.123.1 (Tue Nov 11 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - :bug: Remove falsy context switch when calling voting template [#1320](https://github.com/mumprod/hr-design-system-handlebars/pull/1320) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v1.123.0 (Mon Nov 03 2025)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -3895,7 +3895,7 @@ article #commentList {
3895
3895
  border-bottom-color: var(--color-secondary-ds);
3896
3896
  }
3897
3897
  .counter-reset {
3898
- counter-reset: cnt1762177856677;
3898
+ counter-reset: cnt1762853689058;
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: cnt1762177856677 1;
4359
+ counter-increment: cnt1762853689058 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(cnt1762177856677);
4377
+ content: counter(cnt1762853689058);
4378
4378
  }
4379
4379
  /*! ****************************/
4380
4380
  /*! DataPolicy stuff */
@@ -49,7 +49,7 @@
49
49
  {{> components/content/copytext/components/radioplaylist }}
50
50
  {{~/if}}
51
51
  {{~#if this.isVoting}}
52
- {{> components/content/copytext/components/voting _isTickerCopytext }}
52
+ {{> components/content/copytext/components/voting }}
53
53
  {{/if~}}
54
54
  {{~#if this.isExternalService}}
55
55
  {{~#if @../first}}
@@ -49,7 +49,7 @@
49
49
  {{> components/content/copytext/components/radioplaylist }}
50
50
  {{~/if}}
51
51
  {{~#if this.isVoting}}
52
- {{> components/content/copytext/components/voting _isTickerCopytext }}
52
+ {{> components/content/copytext/components/voting }}
53
53
  {{/if~}}
54
54
  {{~#if this.isExternalService}}
55
55
  {{~#if @../first}}
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.123.0",
9
+ "version": "1.123.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -49,7 +49,7 @@
49
49
  {{> components/content/copytext/components/radioplaylist }}
50
50
  {{~/if}}
51
51
  {{~#if this.isVoting}}
52
- {{> components/content/copytext/components/voting _isTickerCopytext }}
52
+ {{> components/content/copytext/components/voting }}
53
53
  {{/if~}}
54
54
  {{~#if this.isExternalService}}
55
55
  {{~#if @../first}}