hr-design-system-handlebars 1.74.1 → 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 +24 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/content/content_footer/content_footer.hbs +21 -20
- package/dist/views_static/components/content/content_footer/content_footer.hbs +21 -20
- package/package.json +1 -1
- package/src/assets/fixtures/content/content_footer/content_footer.json +1 -2
- package/src/stories/views/components/content/content_footer/content_footer.hbs +21 -20
- package/src/stories/views/components/content/content_footer/fixtures/content_footer.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
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
|
+
|
|
13
|
+
# v1.74.2 (Wed Jun 19 2024)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- fixes wrong json/hbs, adds some css [#956](https://github.com/mumprod/hr-design-system-handlebars/pull/956) ([@StefanVesper](https://github.com/StefanVesper))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.74.1 (Tue Jun 18 2024)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -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:
|
|
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:
|
|
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(
|
|
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
|
|
3
|
+
<p>
|
|
4
4
|
Redaktion:
|
|
5
5
|
{{#each this}}
|
|
6
6
|
{{#if this.hasProfileLink}}
|
|
7
|
-
{{#>components/base/link _link=this.link _css="" }}
|
|
8
|
-
<span>{{../this.authorName~}}</span>
|
|
9
|
-
|
|
7
|
+
{{#>components/base/link _link=this.link _css="text-link" }}
|
|
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}}
|
|
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
|
|
19
|
+
<div>
|
|
19
20
|
Sendung:
|
|
20
21
|
{{#if this.link}}
|
|
21
|
-
{{#>components/base/link _link=this.link }}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
{{#>components/base/link _link=this.link _css="text-link" }}
|
|
23
|
+
<span>{{../this.name}},</span>
|
|
24
|
+
{{/components/base/link}}
|
|
25
|
+
{{#if this.date}}
|
|
26
|
+
<span>
|
|
27
|
+
<time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
|
|
25
28
|
class="{{#if _isArticle}}{{else}}{{/if}} ">
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
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
|
-
|
|
36
|
+
{{/if}}
|
|
35
37
|
{{else}}
|
|
36
|
-
<span
|
|
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
|
|
3
|
+
<p>
|
|
4
4
|
Redaktion:
|
|
5
5
|
{{#each this}}
|
|
6
6
|
{{#if this.hasProfileLink}}
|
|
7
|
-
{{#>components/base/link _link=this.link _css="" }}
|
|
8
|
-
<span>{{../this.authorName~}}</span>
|
|
9
|
-
|
|
7
|
+
{{#>components/base/link _link=this.link _css="text-link" }}
|
|
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}}
|
|
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
|
|
19
|
+
<div>
|
|
19
20
|
Sendung:
|
|
20
21
|
{{#if this.link}}
|
|
21
|
-
{{#>components/base/link _link=this.link }}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
{{#>components/base/link _link=this.link _css="text-link" }}
|
|
23
|
+
<span>{{../this.name}},</span>
|
|
24
|
+
{{/components/base/link}}
|
|
25
|
+
{{#if this.date}}
|
|
26
|
+
<span>
|
|
27
|
+
<time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
|
|
25
28
|
class="{{#if _isArticle}}{{else}}{{/if}} ">
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
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
|
-
|
|
36
|
+
{{/if}}
|
|
35
37
|
{{else}}
|
|
36
|
-
<span
|
|
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.
|
|
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
|
|
3
|
+
<p>
|
|
4
4
|
Redaktion:
|
|
5
5
|
{{#each this}}
|
|
6
6
|
{{#if this.hasProfileLink}}
|
|
7
|
-
{{#>components/base/link _link=this.link _css="" }}
|
|
8
|
-
<span>{{../this.authorName~}}</span>
|
|
9
|
-
|
|
7
|
+
{{#>components/base/link _link=this.link _css="text-link" }}
|
|
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}}
|
|
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
|
|
19
|
+
<div>
|
|
19
20
|
Sendung:
|
|
20
21
|
{{#if this.link}}
|
|
21
|
-
{{#>components/base/link _link=this.link }}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
{{#>components/base/link _link=this.link _css="text-link" }}
|
|
23
|
+
<span>{{../this.name}},</span>
|
|
24
|
+
{{/components/base/link}}
|
|
25
|
+
{{#if this.date}}
|
|
26
|
+
<span>
|
|
27
|
+
<time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
|
|
25
28
|
class="{{#if _isArticle}}{{else}}{{/if}} ">
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
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
|
-
|
|
36
|
+
{{/if}}
|
|
35
37
|
{{else}}
|
|
36
|
-
<span
|
|
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 +1 @@
|
|
|
1
|
-
{"_showDate":true,"_date":{"htmlDateTime":"2022-10-31T19:30+0200","htmlDate":"31.10.2022","date":"31.10.22","time":"19:30","dateSeparatorTime":"31.10.22, 19:30"},"_hasDwellTime":true,"_isArticle":true,"_copyright":"All rights reserved","_source":["DPA","Wikipedia"],"_author":"Anna Magel","_isArchiveContent":true,"editorialStaffItems":[{"hasProfileLink":false,"from":"","textAfterAuthor":"Horst Schlämmer","delimiter":", "},{"hasProfileLink":false,"from":"","textAfterAuthor":"Karl Dall","delimiter":" und "},{"hasProfileLink":true,"from":"und","authorName":"Peter Lustig","delimiter":"","link":{"url":"/author-url","isTargetBlank":false}}],"programReferenceAlt":{"hasReference":true,"link":{"url":"/programReference-url","isTargetBlank":false},"name":"
|
|
1
|
+
{"_showDate":true,"_date":{"htmlDateTime":"2022-10-31T19:30+0200","htmlDate":"31.10.2022","date":"31.10.22","time":"19:30","dateSeparatorTime":"31.10.22, 19:30"},"_hasDwellTime":true,"_isArticle":true,"_copyright":"All rights reserved","_source":["DPA","Wikipedia"],"_author":"Anna Magel","_isArchiveContent":true,"editorialStaffItems":[{"hasProfileLink":false,"from":"","textAfterAuthor":"Horst Schlämmer","delimiter":", "},{"hasProfileLink":false,"from":"","textAfterAuthor":"Karl Dall","delimiter":" und "},{"hasProfileLink":true,"from":"und","authorName":"Peter Lustig","delimiter":"","link":{"url":"/author-url","isTargetBlank":false}}],"programReferenceAlt":{"hasReference":true,"link":{"url":"/programReference-url","isTargetBlank":false},"name":"Testtitel","displayWithTime":true,"date":{"htmlDateTime":"2022-10-31T19:30+0200","htmlDate":"31.10.2022","date":"31.10.22","time":"19:30","dateSeparatorTime":"31.10.22, 19:30"}}}
|