hr-design-system-handlebars 1.114.151 → 1.114.152

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.114.152 (Tue Jul 15 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Feature/dpe 3689 [#1293](https://github.com/mumprod/hr-design-system-handlebars/pull/1293) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v1.114.151 (Tue Jul 15 2025)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3891,7 +3891,7 @@ article #commentList {
3891
3891
  border-bottom-color: var(--color-secondary-ds);
3892
3892
  }
3893
3893
  .counter-reset {
3894
- counter-reset: cnt1752578947474;
3894
+ counter-reset: cnt1752581940439;
3895
3895
  }
3896
3896
  .animate-delay-100 {
3897
3897
  --tw-animate-delay: 100ms;
@@ -4352,7 +4352,7 @@ html { scroll-behavior: smooth; }
4352
4352
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4353
4353
  }
4354
4354
  .-ordered {
4355
- counter-increment: cnt1752578947474 1;
4355
+ counter-increment: cnt1752581940439 1;
4356
4356
  }
4357
4357
  .-ordered::before {
4358
4358
  position: absolute;
@@ -4370,7 +4370,7 @@ html { scroll-behavior: smooth; }
4370
4370
  --tw-text-opacity: 1;
4371
4371
  color: rgba(0, 0, 0, 1);
4372
4372
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4373
- content: counter(cnt1752578947474);
4373
+ content: counter(cnt1752581940439);
4374
4374
  }
4375
4375
  /*! ****************************/
4376
4376
  /*! DataPolicy stuff */
@@ -9176,6 +9176,9 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
9176
9176
  .\[\&\+\.hrds-metadata-box\]\:mt-5+.hrds-metadata-box {
9177
9177
  margin-top: 1.25rem;
9178
9178
  }
9179
+ .\[\&\+\.hrds-shorttext\]\:mt-5+.hrds-shorttext {
9180
+ margin-top: 1.25rem;
9181
+ }
9179
9182
  .\[\&\+h2\]\:mt-4+h2 {
9180
9183
  margin-top: 1rem;
9181
9184
  }
@@ -1,4 +1,4 @@
1
- <header class="mt-1 [&+.hrds-metadata-box]:mt-5 sm:mt-8">
1
+ <header class="mt-1 sm:mt-8">
2
2
  {{#with this.label}}
3
3
  {{#> components/label/label_group _css="mb-2"}}
4
4
  {{> components/label/label _type=this.type _text=(loca this.loca)}}
@@ -1,5 +1,5 @@
1
1
  {{#unless this.hideMetadatabox}}
2
- <aside class="hrds-metadata-box clear-both mt-4 border-y border-gray-scorpion [&+.hrds-shorttext]:mt5 dark:border-text-dark sm:mt-5">
2
+ <aside class="hrds-metadata-box clear-both mt-4 border-y border-gray-scorpion [&+.hrds-shorttext]:mt-5 dark:border-text-dark sm:mt-5">
3
3
  <div class="flex clear-both w-full my-4 sm:my-4">
4
4
  <div class="self-center">
5
5
  {{> components/page/components/author _hideFrom=false _isTicker=_isTicker }}
@@ -1,4 +1,4 @@
1
- <header class="mt-1 sm:mt-8">
1
+ <header class="mt-1 [&+.hrds-metadata-box]:mt-5 sm:mt-8">
2
2
  {{#with this.label}}
3
3
  {{#> components/label/label_group _css=(if ../../../this.tickerTopic "mb-2 float-left block h-6" "mb-2")}}
4
4
  {{> components/label/label _type=this.type _text=(loca this.loca)}}
@@ -1,4 +1,4 @@
1
- <header class="mt-1 [&+.hrds-metadata-box]:mt-5 sm:mt-8">
1
+ <header class="mt-1 sm:mt-8">
2
2
  {{#with this.label}}
3
3
  {{#> components/label/label_group _css="mb-2"}}
4
4
  {{> components/label/label _type=this.type _text=(loca this.loca)}}
@@ -1,5 +1,5 @@
1
1
  {{#unless this.hideMetadatabox}}
2
- <aside class="hrds-metadata-box clear-both mt-4 border-y border-gray-scorpion [&+.hrds-shorttext]:mt5 dark:border-text-dark sm:mt-5">
2
+ <aside class="hrds-metadata-box clear-both mt-4 border-y border-gray-scorpion [&+.hrds-shorttext]:mt-5 dark:border-text-dark sm:mt-5">
3
3
  <div class="flex clear-both w-full my-4 sm:my-4">
4
4
  <div class="self-center">
5
5
  {{> components/page/components/author _hideFrom=false _isTicker=_isTicker }}
@@ -1,4 +1,4 @@
1
- <header class="mt-1 sm:mt-8">
1
+ <header class="mt-1 [&+.hrds-metadata-box]:mt-5 sm:mt-8">
2
2
  {{#with this.label}}
3
3
  {{#> components/label/label_group _css=(if ../../../this.tickerTopic "mb-2 float-left block h-6" "mb-2")}}
4
4
  {{> components/label/label _type=this.type _text=(loca this.loca)}}
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.151",
9
+ "version": "1.114.152",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,4 +1,4 @@
1
- <header class="mt-1 [&+.hrds-metadata-box]:mt-5 sm:mt-8">
1
+ <header class="mt-1 sm:mt-8">
2
2
  {{#with this.label}}
3
3
  {{#> components/label/label_group _css="mb-2"}}
4
4
  {{> components/label/label _type=this.type _text=(loca this.loca)}}
@@ -1,5 +1,5 @@
1
1
  {{#unless this.hideMetadatabox}}
2
- <aside class="hrds-metadata-box clear-both mt-4 border-y border-gray-scorpion [&+.hrds-shorttext]:mt5 dark:border-text-dark sm:mt-5">
2
+ <aside class="hrds-metadata-box clear-both mt-4 border-y border-gray-scorpion [&+.hrds-shorttext]:mt-5 dark:border-text-dark sm:mt-5">
3
3
  <div class="flex clear-both w-full my-4 sm:my-4">
4
4
  <div class="self-center">
5
5
  {{> components/page/components/author _hideFrom=false _isTicker=_isTicker }}
@@ -1,4 +1,4 @@
1
- <header class="mt-1 sm:mt-8">
1
+ <header class="mt-1 [&+.hrds-metadata-box]:mt-5 sm:mt-8">
2
2
  {{#with this.label}}
3
3
  {{#> components/label/label_group _css=(if ../../../this.tickerTopic "mb-2 float-left block h-6" "mb-2")}}
4
4
  {{> components/label/label _type=this.type _text=(loca this.loca)}}