hr-design-system-handlebars 1.119.3 → 1.119.5

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.119.5 (Thu Oct 02 2025)
2
+
3
+ #### ⚠️ Pushed to `main`
4
+
5
+ - Create a new content footer for ticker item ([@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.119.4 (Mon Sep 29 2025)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - DPE-3750: Use adjusted context for description, required fields, and max length [#1305](https://github.com/mumprod/hr-design-system-handlebars/pull/1305) (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.119.3 (Wed Sep 17 2025)
2
27
 
3
28
  #### ⚠️ Pushed to `main`
@@ -3891,7 +3891,7 @@ article #commentList {
3891
3891
  border-bottom-color: var(--color-secondary-ds);
3892
3892
  }
3893
3893
  .counter-reset {
3894
- counter-reset: cnt1758124356640;
3894
+ counter-reset: cnt1759396517462;
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: cnt1758124356640 1;
4355
+ counter-increment: cnt1759396517462 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(cnt1758124356640);
4373
+ content: counter(cnt1759396517462);
4374
4374
  }
4375
4375
  /*! ****************************/
4376
4376
  /*! DataPolicy stuff */
@@ -0,0 +1,57 @@
1
+ <footer class="flex flex-col mt-12 sm:mt-14 text-xs md:text-sm text-gray-scorpion dark:text-text-dark font-headingSerif{{#if _addClass}} {{_addClass}}{{/if}}">
2
+ {{> components/page/components/author _hideFrom=false _isTicker=_isTicker }}
3
+ {{~#with this.programReferenceAlt~}}
4
+ {{~#if this.hasReference~}}
5
+ <div>
6
+ <span>{{~loca "broadcast"}}:</span>
7
+ {{#if this.link}}
8
+ {{#>components/base/link _link=this.link _css="text-link dark:text-link-dark hover:underline"~}}
9
+ <span>{{~ this.programLabel ~}}</span>{{/components/base/link~}}{{~#if this.date~}},
10
+ <span>
11
+ <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
12
+ class="{{#if _isArticle}}{{else}}{{/if}} ">
13
+ {{#if this.displayWithTime}}
14
+ {{loca "date_simple_at" this.date.dateSeparatorTime}}
15
+ {{else}}
16
+ {{this.date.date}}
17
+ {{/if}}
18
+ </time>
19
+ </span>
20
+ {{/if}}
21
+ {{else}}
22
+ <span>{{this.programLabel}}{{#if this.date}},
23
+ <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
24
+ class="{{#if _isArticle}}{{else}}{{/if}} ">
25
+ {{#if this.displayWithTime}}
26
+ {{loca "date_simple_at" this.date.dateSeparatorTime}}
27
+ {{else}}
28
+ {{this.date.date}}
29
+ {{/if}}
30
+ </time>
31
+ {{/if}}
32
+ </span>
33
+ {{/if}}
34
+ </div>
35
+ {{~/if~}}
36
+ {{~/with~}}
37
+ {{~#with _source}}
38
+ <p>
39
+ {{~loca "copyright_source"~}}
40
+ {{~#each this}}
41
+ {{~#if @first}} {{this}}{{else}}, {{this}}{{/if~}}
42
+ {{/each~}}
43
+ </p>
44
+ {{/with~}}
45
+ {{~#if _isArchiveContent}}
46
+ <p>
47
+ {{loca "archive_content"}}
48
+ </p>
49
+ {{/if}}
50
+ {{#if _showDate ~}}
51
+ {{#with _date}}
52
+ <p>
53
+ <time datetime="{{this.htmlDateTime}}">{{loca "date_published" this.date this.time }}</time>
54
+ </p>
55
+ {{/with~}}
56
+ {{/if}}
57
+ </footer>
@@ -61,14 +61,14 @@
61
61
  </div>
62
62
  {{/if}}
63
63
  {{#>components/forms/components/supportingTextBox }}
64
- {{#if _description}}
65
- <div class="pl-4 text-xs text-gray-scorpion" :class="{'hidden': hideDescription() }">{{{_description}}}</div>
64
+ {{#if ../../_description-adjust_context}}
65
+ <div class="pl-4 text-xs text-gray-scorpion" :class="{'hidden': hideDescription() }">{{{../../_description-adjust_context}}}</div>
66
66
  {{/if}}
67
- {{#if _required}}
68
- <div class="hidden pl-4 text-xs text-error dark:text-error-dark" :class="{'hidden': hideError()}" >{{_errorMessage}}</div>
67
+ {{#if ../../_required-adjust_context}}
68
+ <div class="hidden pl-4 text-xs text-error dark:text-error-dark" :class="{'hidden': hideError()}" >{{../../_errorMessage-adjust_context}}</div>
69
69
  {{/if}}
70
- {{#if _maxLength}}
71
- <div class="px-4 ml-auto text-xs text-gray-scorpion"><span x-text="textarea{{getRandom}}.length">0</span>/{{_maxLength}}</div>
70
+ {{#if ../../_maxLength-adjust_context}}
71
+ <div class="px-4 ml-auto text-xs text-gray-scorpion"><span x-text="textarea{{getRandom}}.length">0</span>/{{../../_maxLength-adjust_context}}</div>
72
72
  {{/if~}}
73
73
  {{/components/forms/components/supportingTextBox }}
74
74
  </div>
@@ -0,0 +1,57 @@
1
+ <footer class="flex flex-col mt-12 sm:mt-14 text-xs md:text-sm text-gray-scorpion dark:text-text-dark font-headingSerif{{#if _addClass}} {{_addClass}}{{/if}}">
2
+ {{> components/page/components/author _hideFrom=false _isTicker=_isTicker }}
3
+ {{~#with this.programReferenceAlt~}}
4
+ {{~#if this.hasReference~}}
5
+ <div>
6
+ <span>{{~loca "broadcast"}}:</span>
7
+ {{#if this.link}}
8
+ {{#>components/base/link _link=this.link _css="text-link dark:text-link-dark hover:underline"~}}
9
+ <span>{{~ this.programLabel ~}}</span>{{/components/base/link~}}{{~#if this.date~}},
10
+ <span>
11
+ <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
12
+ class="{{#if _isArticle}}{{else}}{{/if}} ">
13
+ {{#if this.displayWithTime}}
14
+ {{loca "date_simple_at" this.date.dateSeparatorTime}}
15
+ {{else}}
16
+ {{this.date.date}}
17
+ {{/if}}
18
+ </time>
19
+ </span>
20
+ {{/if}}
21
+ {{else}}
22
+ <span>{{this.programLabel}}{{#if this.date}},
23
+ <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
24
+ class="{{#if _isArticle}}{{else}}{{/if}} ">
25
+ {{#if this.displayWithTime}}
26
+ {{loca "date_simple_at" this.date.dateSeparatorTime}}
27
+ {{else}}
28
+ {{this.date.date}}
29
+ {{/if}}
30
+ </time>
31
+ {{/if}}
32
+ </span>
33
+ {{/if}}
34
+ </div>
35
+ {{~/if~}}
36
+ {{~/with~}}
37
+ {{~#with _source}}
38
+ <p>
39
+ {{~loca "copyright_source"~}}
40
+ {{~#each this}}
41
+ {{~#if @first}} {{this}}{{else}}, {{this}}{{/if~}}
42
+ {{/each~}}
43
+ </p>
44
+ {{/with~}}
45
+ {{~#if _isArchiveContent}}
46
+ <p>
47
+ {{loca "archive_content"}}
48
+ </p>
49
+ {{/if}}
50
+ {{#if _showDate ~}}
51
+ {{#with _date}}
52
+ <p>
53
+ <time datetime="{{this.htmlDateTime}}">{{loca "date_published" this.date this.time }}</time>
54
+ </p>
55
+ {{/with~}}
56
+ {{/if}}
57
+ </footer>
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.119.3",
9
+ "version": "1.119.5",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -0,0 +1,57 @@
1
+ <footer class="flex flex-col mt-12 sm:mt-14 text-xs md:text-sm text-gray-scorpion dark:text-text-dark font-headingSerif{{#if _addClass}} {{_addClass}}{{/if}}">
2
+ {{> components/page/components/author _hideFrom=false _isTicker=_isTicker }}
3
+ {{~#with this.programReferenceAlt~}}
4
+ {{~#if this.hasReference~}}
5
+ <div>
6
+ <span>{{~loca "broadcast"}}:</span>
7
+ {{#if this.link}}
8
+ {{#>components/base/link _link=this.link _css="text-link dark:text-link-dark hover:underline"~}}
9
+ <span>{{~ this.programLabel ~}}</span>{{/components/base/link~}}{{~#if this.date~}},
10
+ <span>
11
+ <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
12
+ class="{{#if _isArticle}}{{else}}{{/if}} ">
13
+ {{#if this.displayWithTime}}
14
+ {{loca "date_simple_at" this.date.dateSeparatorTime}}
15
+ {{else}}
16
+ {{this.date.date}}
17
+ {{/if}}
18
+ </time>
19
+ </span>
20
+ {{/if}}
21
+ {{else}}
22
+ <span>{{this.programLabel}}{{#if this.date}},
23
+ <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
24
+ class="{{#if _isArticle}}{{else}}{{/if}} ">
25
+ {{#if this.displayWithTime}}
26
+ {{loca "date_simple_at" this.date.dateSeparatorTime}}
27
+ {{else}}
28
+ {{this.date.date}}
29
+ {{/if}}
30
+ </time>
31
+ {{/if}}
32
+ </span>
33
+ {{/if}}
34
+ </div>
35
+ {{~/if~}}
36
+ {{~/with~}}
37
+ {{~#with _source}}
38
+ <p>
39
+ {{~loca "copyright_source"~}}
40
+ {{~#each this}}
41
+ {{~#if @first}} {{this}}{{else}}, {{this}}{{/if~}}
42
+ {{/each~}}
43
+ </p>
44
+ {{/with~}}
45
+ {{~#if _isArchiveContent}}
46
+ <p>
47
+ {{loca "archive_content"}}
48
+ </p>
49
+ {{/if}}
50
+ {{#if _showDate ~}}
51
+ {{#with _date}}
52
+ <p>
53
+ <time datetime="{{this.htmlDateTime}}">{{loca "date_published" this.date this.time }}</time>
54
+ </p>
55
+ {{/with~}}
56
+ {{/if}}
57
+ </footer>
@@ -61,14 +61,14 @@
61
61
  </div>
62
62
  {{/if}}
63
63
  {{#>components/forms/components/supportingTextBox }}
64
- {{#if _description}}
65
- <div class="pl-4 text-xs text-gray-scorpion" :class="{'hidden': hideDescription() }">{{{_description}}}</div>
64
+ {{#if _description-adjust_context}}
65
+ <div class="pl-4 text-xs text-gray-scorpion" :class="{'hidden': hideDescription() }">{{{_description-adjust_context}}}</div>
66
66
  {{/if}}
67
- {{#if _required}}
68
- <div class="hidden pl-4 text-xs text-error dark:text-error-dark" :class="{'hidden': hideError()}" >{{_errorMessage}}</div>
67
+ {{#if _required-adjust_context}}
68
+ <div class="hidden pl-4 text-xs text-error dark:text-error-dark" :class="{'hidden': hideError()}" >{{_errorMessage-adjust_context}}</div>
69
69
  {{/if}}
70
- {{#if _maxLength}}
71
- <div class="px-4 ml-auto text-xs text-gray-scorpion"><span x-text="textarea{{getRandom}}.length">0</span>/{{_maxLength}}</div>
70
+ {{#if _maxLength-adjust_context}}
71
+ <div class="px-4 ml-auto text-xs text-gray-scorpion"><span x-text="textarea{{getRandom}}.length">0</span>/{{_maxLength-adjust_context}}</div>
72
72
  {{/if~}}
73
73
  {{/components/forms/components/supportingTextBox }}
74
74
  </div>