hr-design-system-handlebars 1.120.3 β†’ 1.120.4

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.120.4 (Wed Oct 15 2025)
2
+
3
+ #### πŸ› Bug Fix
4
+
5
+ - :bug: adjusts the context for _isTicker property inside metadata_wrap… [#1310](https://github.com/mumprod/hr-design-system-handlebars/pull/1310) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v1.120.3 (Wed Oct 15 2025)
2
14
 
3
15
  #### πŸ› Bug Fix
@@ -3894,7 +3894,7 @@ article #commentList {
3894
3894
  border-bottom-color: var(--color-secondary-ds);
3895
3895
  }
3896
3896
  .counter-reset {
3897
- counter-reset: cnt1760528687466;
3897
+ counter-reset: cnt1760533294231;
3898
3898
  }
3899
3899
  .animate-delay-100 {
3900
3900
  --tw-animate-delay: 100ms;
@@ -4355,7 +4355,7 @@ html { scroll-behavior: smooth; }
4355
4355
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4356
4356
  }
4357
4357
  .-ordered {
4358
- counter-increment: cnt1760528687466 1;
4358
+ counter-increment: cnt1760533294231 1;
4359
4359
  }
4360
4360
  .-ordered::before {
4361
4361
  position: absolute;
@@ -4373,7 +4373,7 @@ html { scroll-behavior: smooth; }
4373
4373
  --tw-text-opacity: 1;
4374
4374
  color: rgba(0, 0, 0, 1);
4375
4375
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4376
- content: counter(cnt1760528687466);
4376
+ content: counter(cnt1760533294231);
4377
4377
  }
4378
4378
  /*! ****************************/
4379
4379
  /*! DataPolicy stuff */
@@ -4,7 +4,7 @@
4
4
  <div class="self-center">
5
5
  {{#> components/page/components/metadata_wrapper _hideFrom=false _isTicker=_isTicker }}
6
6
  {{#if ../../_showDate-adjust_context }}
7
- {{> components/page/components/publicationdate _isTicker=_isTicker}}
7
+ {{> components/page/components/publicationdate _isTicker=../../_isTicker-adjust_context}}
8
8
  {{/if}}
9
9
  {{> components/page/components/commentinfo }}
10
10
  {{/components/page/components/metadata_wrapper }}
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.120.3",
9
+ "version": "1.120.4",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -4,7 +4,7 @@
4
4
  <div class="self-center">
5
5
  {{#> components/page/components/metadata_wrapper _hideFrom=false _isTicker=_isTicker }}
6
6
  {{#if _showDate-adjust_context }}
7
- {{> components/page/components/publicationdate _isTicker=_isTicker}}
7
+ {{> components/page/components/publicationdate _isTicker=_isTicker-adjust_context}}
8
8
  {{/if}}
9
9
  {{> components/page/components/commentinfo }}
10
10
  {{/components/page/components/metadata_wrapper }}