hr-design-system-handlebars 1.59.17 → 1.59.19
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 +25 -0
- package/dist/assets/index.css +9 -10
- package/dist/views/components/page/components/commentlink.hbs +1 -1
- package/dist/views/components/page/components/publicationdate.hbs +1 -1
- package/dist/views/components/page/index/page_offline.hbs +3 -3
- package/dist/views_static/components/page/components/commentlink.hbs +1 -1
- package/dist/views_static/components/page/components/publicationdate.hbs +1 -1
- package/dist/views_static/components/page/index/page_offline.hbs +3 -3
- package/package.json +1 -1
- package/src/assets/css/custom-components.css +1 -1
- package/src/stories/views/components/page/components/commentlink.hbs +1 -1
- package/src/stories/views/components/page/components/publicationdate.hbs +1 -1
- package/src/stories/views/components/page/index/page_offline.hbs +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v1.59.19 (Thu Feb 29 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- adjust spaces [#869](https://github.com/mumprod/hr-design-system-handlebars/pull/869) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.59.18 (Thu Feb 29 2024)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- :art: Add missing class & make relead button functionalble in delivery [#868](https://github.com/mumprod/hr-design-system-handlebars/pull/868) ([@Sunny1112358](https://github.com/Sunny1112358) [@vascoeduardo](https://github.com/vascoeduardo))
|
|
18
|
+
|
|
19
|
+
#### Authors: 2
|
|
20
|
+
|
|
21
|
+
- [@Sunny1112358](https://github.com/Sunny1112358)
|
|
22
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v1.59.17 (Thu Feb 29 2024)
|
|
2
27
|
|
|
3
28
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -975,6 +975,9 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
975
975
|
text-decoration-line: underline;
|
|
976
976
|
text-decoration-thickness: 1px;
|
|
977
977
|
}
|
|
978
|
+
.copytextParagraphDS .link:hover {
|
|
979
|
+
text-decoration-thickness: 1px;
|
|
980
|
+
}
|
|
978
981
|
[class~='tw-dark'] .copytextParagraphDS .link {
|
|
979
982
|
color: #006eb7;
|
|
980
983
|
color: var(--color-link-dark);
|
|
@@ -1306,12 +1309,12 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
1306
1309
|
.-mt-40 {
|
|
1307
1310
|
margin-top: -10rem;
|
|
1308
1311
|
}
|
|
1309
|
-
.-mt-5 {
|
|
1310
|
-
margin-top: -1.25rem;
|
|
1311
|
-
}
|
|
1312
1312
|
.-mt-6 {
|
|
1313
1313
|
margin-top: -1.5rem;
|
|
1314
1314
|
}
|
|
1315
|
+
.-mt-\[18px\] {
|
|
1316
|
+
margin-top: -18px;
|
|
1317
|
+
}
|
|
1315
1318
|
.-mt-\[33px\] {
|
|
1316
1319
|
margin-top: -33px;
|
|
1317
1320
|
}
|
|
@@ -3313,7 +3316,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3313
3316
|
border-bottom-color: var(--color-secondary-ds);
|
|
3314
3317
|
}
|
|
3315
3318
|
.counter-reset {
|
|
3316
|
-
counter-reset:
|
|
3319
|
+
counter-reset: cnt1709230905270;
|
|
3317
3320
|
}
|
|
3318
3321
|
.hyphens-auto {
|
|
3319
3322
|
-webkit-hyphens: auto;
|
|
@@ -3619,7 +3622,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3619
3622
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3620
3623
|
}
|
|
3621
3624
|
.-ordered {
|
|
3622
|
-
counter-increment:
|
|
3625
|
+
counter-increment: cnt1709230905270 1;
|
|
3623
3626
|
}
|
|
3624
3627
|
.-ordered::before {
|
|
3625
3628
|
position: absolute;
|
|
@@ -3635,7 +3638,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3635
3638
|
letter-spacing: .0125em;
|
|
3636
3639
|
--tw-text-opacity: 1;
|
|
3637
3640
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3638
|
-
content: counter(
|
|
3641
|
+
content: counter(cnt1709230905270);
|
|
3639
3642
|
}
|
|
3640
3643
|
/*! ****************************/
|
|
3641
3644
|
/*! DataPolicy stuff */
|
|
@@ -5450,10 +5453,6 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
5450
5453
|
margin-right: 1.25rem;
|
|
5451
5454
|
}
|
|
5452
5455
|
|
|
5453
|
-
.sm480\:mt-1 {
|
|
5454
|
-
margin-top: 0.25rem;
|
|
5455
|
-
}
|
|
5456
|
-
|
|
5457
5456
|
.sm480\:mt-4 {
|
|
5458
5457
|
margin-top: 1rem;
|
|
5459
5458
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#with this.userComments ~}}
|
|
2
|
-
<div class="{{#unless ../this.hasMoreThanOneAuthor}}{{#if ../this.authorImage.isImage}}ml-14 {{/if}}{{/unless}}mt-0
|
|
2
|
+
<div class="{{#unless ../this.hasMoreThanOneAuthor}}{{#if ../this.authorImage.isImage}}ml-14 {{/if}}{{/unless}}mt-0.5 -mb-1">
|
|
3
3
|
<span class="relative z-30 whitespace-nowrap">
|
|
4
4
|
<a class="text-xs sm480:text-sm font-headingSerif text-link hover:underline dark:text-link-dark" href="#commentList">
|
|
5
5
|
{{> components/base/image/icon _icon="kommentar" _iconmap="icons" _addClass="mr-0.5 inline w-5 h-5 text-link dark:text-link-dark fill-current"}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div class="{{#unless this.hasMoreThanOneAuthor}}{{#if this.authorImage.isImage}}-mt-
|
|
1
|
+
<div class="{{#unless this.hasMoreThanOneAuthor}}{{#if this.authorImage.isImage}}-mt-[18px] ml-14 {{/if}}{{/unless}}text-xs sm480:text-sm font-headingSerif text-gray-scorpion dark:text-text-dark">
|
|
2
2
|
|
|
3
3
|
{{#with this.documentModificationDate~}}
|
|
4
4
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
lang="de"
|
|
6
6
|
>
|
|
7
7
|
<head>
|
|
8
|
-
|
|
8
|
+
<link href="{{resourceUrl "assets/index.css"}}" rel="stylesheet" type="text/css">
|
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
10
10
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
|
|
11
11
|
<title>hessenschau.de | Nachrichten aus Hessen</title>
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
</h3>
|
|
42
42
|
<div class="flex justify-center flex-wrap text-center mt-9" >
|
|
43
43
|
{{#> components/button/button _size="lg" _title="Weitere Episoden laden" _type="button" _css="js-load-remaining-items-button" }}
|
|
44
|
-
|
|
44
|
+
{{> components/button/components/button_label _label="Erneut versuchen"}}
|
|
45
|
+
{{/components/button/button}}
|
|
45
46
|
{{#*inline "htmlProperties"}}
|
|
46
47
|
onClick="window.location.reload();"
|
|
47
48
|
{{/inline}}
|
|
48
|
-
{{/components/button/button}}
|
|
49
49
|
</div>
|
|
50
50
|
</div>
|
|
51
51
|
</div>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#with this.userComments ~}}
|
|
2
|
-
<div class="{{#unless ../this.hasMoreThanOneAuthor}}{{#if ../this.authorImage.isImage}}ml-14 {{/if}}{{/unless}}mt-0
|
|
2
|
+
<div class="{{#unless ../this.hasMoreThanOneAuthor}}{{#if ../this.authorImage.isImage}}ml-14 {{/if}}{{/unless}}mt-0.5 -mb-1">
|
|
3
3
|
<span class="relative z-30 whitespace-nowrap">
|
|
4
4
|
<a class="text-xs sm480:text-sm font-headingSerif text-link hover:underline dark:text-link-dark" href="#commentList">
|
|
5
5
|
{{> components/base/image/icon _icon="kommentar" _iconmap="icons" _addClass="mr-0.5 inline w-5 h-5 text-link dark:text-link-dark fill-current"}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div class="{{#unless this.hasMoreThanOneAuthor}}{{#if this.authorImage.isImage}}-mt-
|
|
1
|
+
<div class="{{#unless this.hasMoreThanOneAuthor}}{{#if this.authorImage.isImage}}-mt-[18px] ml-14 {{/if}}{{/unless}}text-xs sm480:text-sm font-headingSerif text-gray-scorpion dark:text-text-dark">
|
|
2
2
|
|
|
3
3
|
{{#with this.documentModificationDate~}}
|
|
4
4
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
lang="de"
|
|
6
6
|
>
|
|
7
7
|
<head>
|
|
8
|
-
|
|
8
|
+
<link href="{{resourceUrl "assets/index.css"}}" rel="stylesheet" type="text/css">
|
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
10
10
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
|
|
11
11
|
<title>hessenschau.de | Nachrichten aus Hessen</title>
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
</h3>
|
|
42
42
|
<div class="flex justify-center flex-wrap text-center mt-9" >
|
|
43
43
|
{{#> components/button/button _size="lg" _title="Weitere Episoden laden" _type="button" _css="js-load-remaining-items-button" }}
|
|
44
|
-
|
|
44
|
+
{{> components/button/components/button_label _label="Erneut versuchen"}}
|
|
45
|
+
{{/components/button/button}}
|
|
45
46
|
{{#*inline "htmlProperties"}}
|
|
46
47
|
onClick="window.location.reload();"
|
|
47
48
|
{{/inline}}
|
|
48
|
-
{{/components/button/button}}
|
|
49
49
|
</div>
|
|
50
50
|
</div>
|
|
51
51
|
</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.59.
|
|
9
|
+
"version": "1.59.19",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -306,5 +306,5 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
306
306
|
|
|
307
307
|
/* -----------------------------COPYTEXT ---------------------------- */
|
|
308
308
|
.copytextParagraphDS .link {
|
|
309
|
-
@apply underline text-link decoration-1 dark:text-link-dark;
|
|
309
|
+
@apply underline text-link decoration-1 hover:decoration-1 dark:text-link-dark;
|
|
310
310
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#with this.userComments ~}}
|
|
2
|
-
<div class="{{#unless ../this.hasMoreThanOneAuthor}}{{#if ../this.authorImage.isImage}}ml-14 {{/if}}{{/unless}}mt-0
|
|
2
|
+
<div class="{{#unless ../this.hasMoreThanOneAuthor}}{{#if ../this.authorImage.isImage}}ml-14 {{/if}}{{/unless}}mt-0.5 -mb-1">
|
|
3
3
|
<span class="relative z-30 whitespace-nowrap">
|
|
4
4
|
<a class="text-xs sm480:text-sm font-headingSerif text-link hover:underline dark:text-link-dark" href="#commentList">
|
|
5
5
|
{{> components/base/image/icon _icon="kommentar" _iconmap="icons" _addClass="mr-0.5 inline w-5 h-5 text-link dark:text-link-dark fill-current"}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div class="{{#unless this.hasMoreThanOneAuthor}}{{#if this.authorImage.isImage}}-mt-
|
|
1
|
+
<div class="{{#unless this.hasMoreThanOneAuthor}}{{#if this.authorImage.isImage}}-mt-[18px] ml-14 {{/if}}{{/unless}}text-xs sm480:text-sm font-headingSerif text-gray-scorpion dark:text-text-dark">
|
|
2
2
|
|
|
3
3
|
{{#with this.documentModificationDate~}}
|
|
4
4
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
lang="de"
|
|
6
6
|
>
|
|
7
7
|
<head>
|
|
8
|
-
|
|
8
|
+
<link href="{{resourceUrl "assets/index.css"}}" rel="stylesheet" type="text/css">
|
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
10
10
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
|
|
11
11
|
<title>hessenschau.de | Nachrichten aus Hessen</title>
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
</h3>
|
|
42
42
|
<div class="flex justify-center flex-wrap text-center mt-9" >
|
|
43
43
|
{{#> components/button/button _size="lg" _title="Weitere Episoden laden" _type="button" _css="js-load-remaining-items-button" }}
|
|
44
|
-
|
|
44
|
+
{{> components/button/components/button_label _label="Erneut versuchen"}}
|
|
45
|
+
{{/components/button/button}}
|
|
45
46
|
{{#*inline "htmlProperties"}}
|
|
46
47
|
onClick="window.location.reload();"
|
|
47
48
|
{{/inline}}
|
|
48
|
-
{{/components/button/button}}
|
|
49
49
|
</div>
|
|
50
50
|
</div>
|
|
51
51
|
</div>
|