hr-design-system-handlebars 1.74.2 → 1.74.3

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.74.3 (Thu Jun 20 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - adds hover:underline to links [#957](https://github.com/mumprod/hr-design-system-handlebars/pull/957) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.74.2 (Wed Jun 19 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3365,7 +3365,7 @@ article.indexTextDS .indexTextHighlighted .link {
3365
3365
  border-bottom-color: var(--color-secondary-ds);
3366
3366
  }
3367
3367
  .counter-reset {
3368
- counter-reset: cnt1718802303558;
3368
+ counter-reset: cnt1718878487034;
3369
3369
  }
3370
3370
  .hyphens-auto {
3371
3371
  -webkit-hyphens: auto;
@@ -3744,7 +3744,7 @@ article.indexTextDS .indexTextHighlighted .link {
3744
3744
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3745
3745
  }
3746
3746
  .-ordered {
3747
- counter-increment: cnt1718802303558 1;
3747
+ counter-increment: cnt1718878487034 1;
3748
3748
  }
3749
3749
  .-ordered::before {
3750
3750
  position: absolute;
@@ -3760,7 +3760,7 @@ article.indexTextDS .indexTextHighlighted .link {
3760
3760
  letter-spacing: .0125em;
3761
3761
  --tw-text-opacity: 1;
3762
3762
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3763
- content: counter(cnt1718802303558);
3763
+ content: counter(cnt1718878487034);
3764
3764
  }
3765
3765
  /*! ****************************/
3766
3766
  /*! DataPolicy stuff */
@@ -1,39 +1,41 @@
1
1
  <footer class="flex flex-col mt-10 text-xs md:text-sm text-gray-scorpion dark:text-text-dark font-headingSerif{{#if _addClass}} {{_addClass}}{{/if}}">
2
2
  {{#with this.editorialStaffItems}}
3
- <p class="">
3
+ <p>
4
4
  Redaktion:
5
5
  {{#each this}}
6
6
  {{#if this.hasProfileLink}}
7
7
  {{#>components/base/link _link=this.link _css="text-link" }}
8
- <span>{{../this.authorName~}}</span>{{/components/base/link}}{{#with
9
- this.textAfterAuthor}} {{this}}{{/with}}{{this.delimiter}}
8
+ <span>{{../this.authorName~}}</span>
9
+ {{/components/base/link}}
10
+ {{#with this.textAfterAuthor}}{{this}}{{/with}}{{this.delimiter}}
10
11
  {{else}}
11
- {{this.from}}{{#with this.textAfterAuthor}} {{this}}{{/with}}{{this.delimiter}}
12
+ {{this.from}}{{#with this.textAfterAuthor}}{{this}}{{/with}}{{this.delimiter}}
12
13
  {{/if}}
13
14
  {{/each}}
14
15
  </p>
15
16
  {{/with}}
16
17
  {{~#with this.programReferenceAlt~}}
17
18
  {{~#if this.hasReference~}}
18
- <div class="">
19
+ <div>
19
20
  Sendung:
20
21
  {{#if this.link}}
21
22
  {{#>components/base/link _link=this.link _css="text-link" }}
23
+ <span>{{../this.name}},</span>
24
+ {{/components/base/link}}
25
+ {{#if this.date}}
22
26
  <span>
23
- {{../this.name}} {{#if ../this.date}}
24
- <time datetime="{{#if ../this.displayWithTime}}{{../this.date.htmlDateTime}}{{else}}{{../this.date.date}}{{/if}}"
27
+ <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
25
28
  class="{{#if _isArticle}}{{else}}{{/if}} ">
26
- {{#if ../this.displayWithTime}}
27
- {{loca "date_simple_at" ../this.date.dateSeparatorTime}}
28
- {{else}}
29
- {{../this.date.date}}
30
- {{/if}}
31
- </time>
32
- {{/if}}
29
+ {{#if this.displayWithTime}}
30
+ {{loca "date_simple_at" this.date.dateSeparatorTime}}
31
+ {{else}}
32
+ {{this.date.date}}
33
+ {{/if}}
34
+ </time>
33
35
  </span>
34
- {{/components/base/link}}
36
+ {{/if}}
35
37
  {{else}}
36
- <span>{{this.name}} {{#if this.date}}
38
+ <span>{{this.name}},{{#if this.date}}
37
39
  <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
38
40
  class="{{#if _isArticle}}{{else}}{{/if}} ">
39
41
  {{#if this.displayWithTime}}
@@ -43,7 +45,6 @@
43
45
  {{/if}}
44
46
  </time>
45
47
  {{/if}}
46
-
47
48
  </span>
48
49
  {{/if}}
49
50
  </div>
@@ -1,39 +1,41 @@
1
1
  <footer class="flex flex-col mt-10 text-xs md:text-sm text-gray-scorpion dark:text-text-dark font-headingSerif{{#if _addClass}} {{_addClass}}{{/if}}">
2
2
  {{#with this.editorialStaffItems}}
3
- <p class="">
3
+ <p>
4
4
  Redaktion:
5
5
  {{#each this}}
6
6
  {{#if this.hasProfileLink}}
7
7
  {{#>components/base/link _link=this.link _css="text-link" }}
8
- <span>{{../this.authorName~}}</span>{{/components/base/link}}{{#with
9
- this.textAfterAuthor}} {{this}}{{/with}}{{this.delimiter}}
8
+ <span>{{../this.authorName~}}</span>
9
+ {{/components/base/link}}
10
+ {{#with this.textAfterAuthor}}{{this}}{{/with}}{{this.delimiter}}
10
11
  {{else}}
11
- {{this.from}}{{#with this.textAfterAuthor}} {{this}}{{/with}}{{this.delimiter}}
12
+ {{this.from}}{{#with this.textAfterAuthor}}{{this}}{{/with}}{{this.delimiter}}
12
13
  {{/if}}
13
14
  {{/each}}
14
15
  </p>
15
16
  {{/with}}
16
17
  {{~#with this.programReferenceAlt~}}
17
18
  {{~#if this.hasReference~}}
18
- <div class="">
19
+ <div>
19
20
  Sendung:
20
21
  {{#if this.link}}
21
22
  {{#>components/base/link _link=this.link _css="text-link" }}
23
+ <span>{{../this.name}},</span>
24
+ {{/components/base/link}}
25
+ {{#if this.date}}
22
26
  <span>
23
- {{../this.name}} {{#if ../this.date}}
24
- <time datetime="{{#if ../this.displayWithTime}}{{../this.date.htmlDateTime}}{{else}}{{../this.date.date}}{{/if}}"
27
+ <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
25
28
  class="{{#if _isArticle}}{{else}}{{/if}} ">
26
- {{#if ../this.displayWithTime}}
27
- {{loca "date_simple_at" ../this.date.dateSeparatorTime}}
28
- {{else}}
29
- {{../this.date.date}}
30
- {{/if}}
31
- </time>
32
- {{/if}}
29
+ {{#if this.displayWithTime}}
30
+ {{loca "date_simple_at" this.date.dateSeparatorTime}}
31
+ {{else}}
32
+ {{this.date.date}}
33
+ {{/if}}
34
+ </time>
33
35
  </span>
34
- {{/components/base/link}}
36
+ {{/if}}
35
37
  {{else}}
36
- <span>{{this.name}} {{#if this.date}}
38
+ <span>{{this.name}},{{#if this.date}}
37
39
  <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
38
40
  class="{{#if _isArticle}}{{else}}{{/if}} ">
39
41
  {{#if this.displayWithTime}}
@@ -43,7 +45,6 @@
43
45
  {{/if}}
44
46
  </time>
45
47
  {{/if}}
46
-
47
48
  </span>
48
49
  {{/if}}
49
50
  </div>
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.74.2",
9
+ "version": "1.74.3",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,39 +1,41 @@
1
1
  <footer class="flex flex-col mt-10 text-xs md:text-sm text-gray-scorpion dark:text-text-dark font-headingSerif{{#if _addClass}} {{_addClass}}{{/if}}">
2
2
  {{#with this.editorialStaffItems}}
3
- <p class="">
3
+ <p>
4
4
  Redaktion:
5
5
  {{#each this}}
6
6
  {{#if this.hasProfileLink}}
7
7
  {{#>components/base/link _link=this.link _css="text-link" }}
8
- <span>{{../this.authorName~}}</span>{{/components/base/link}}{{#with
9
- this.textAfterAuthor}} {{this}}{{/with}}{{this.delimiter}}
8
+ <span>{{../this.authorName~}}</span>
9
+ {{/components/base/link}}
10
+ {{#with this.textAfterAuthor}}{{this}}{{/with}}{{this.delimiter}}
10
11
  {{else}}
11
- {{this.from}}{{#with this.textAfterAuthor}} {{this}}{{/with}}{{this.delimiter}}
12
+ {{this.from}}{{#with this.textAfterAuthor}}{{this}}{{/with}}{{this.delimiter}}
12
13
  {{/if}}
13
14
  {{/each}}
14
15
  </p>
15
16
  {{/with}}
16
17
  {{~#with this.programReferenceAlt~}}
17
18
  {{~#if this.hasReference~}}
18
- <div class="">
19
+ <div>
19
20
  Sendung:
20
21
  {{#if this.link}}
21
22
  {{#>components/base/link _link=this.link _css="text-link" }}
23
+ <span>{{../this.name}},</span>
24
+ {{/components/base/link}}
25
+ {{#if this.date}}
22
26
  <span>
23
- {{../this.name}} {{#if ../this.date}}
24
- <time datetime="{{#if ../this.displayWithTime}}{{../this.date.htmlDateTime}}{{else}}{{../this.date.date}}{{/if}}"
27
+ <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
25
28
  class="{{#if _isArticle}}{{else}}{{/if}} ">
26
- {{#if ../this.displayWithTime}}
27
- {{loca "date_simple_at" ../this.date.dateSeparatorTime}}
28
- {{else}}
29
- {{../this.date.date}}
30
- {{/if}}
31
- </time>
32
- {{/if}}
29
+ {{#if this.displayWithTime}}
30
+ {{loca "date_simple_at" this.date.dateSeparatorTime}}
31
+ {{else}}
32
+ {{this.date.date}}
33
+ {{/if}}
34
+ </time>
33
35
  </span>
34
- {{/components/base/link}}
36
+ {{/if}}
35
37
  {{else}}
36
- <span>{{this.name}} {{#if this.date}}
38
+ <span>{{this.name}},{{#if this.date}}
37
39
  <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
38
40
  class="{{#if _isArticle}}{{else}}{{/if}} ">
39
41
  {{#if this.displayWithTime}}
@@ -43,7 +45,6 @@
43
45
  {{/if}}
44
46
  </time>
45
47
  {{/if}}
46
-
47
48
  </span>
48
49
  {{/if}}
49
50
  </div>