hr-design-system-handlebars 1.33.2 → 1.33.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 +13 -0
- package/dist/assets/index.css +14 -4
- package/dist/views/components/teaser/ticker/teaser_ticker_body.hbs +2 -2
- package/package.json +1 -1
- package/src/assets/tailwind.css +2 -0
- package/src/stories/views/components/teaser/ticker/teaser_ticker_body.hbs +2 -2
- package/tailwind.config.js +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v1.33.3 (Tue Jul 25 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Add hover effect to Ticker-Teaser headline [#687](https://github.com/mumprod/hr-design-system-handlebars/pull/687) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
10
|
+
- selbaciri (saad.elbaciri@hr.de)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v1.33.2 (Thu Jul 20 2023)
|
|
2
15
|
|
|
3
16
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2676,9 +2676,18 @@ video {
|
|
|
2676
2676
|
-webkit-text-decoration-line: none;
|
|
2677
2677
|
text-decoration-line: none;
|
|
2678
2678
|
}
|
|
2679
|
+
.decoration-tickerTeaserHeadlineUnderline {
|
|
2680
|
+
-webkit-text-decoration-color: #ffffff;
|
|
2681
|
+
text-decoration-color: #ffffff;
|
|
2682
|
+
-webkit-text-decoration-color: var(--color-ticker-teaser-headline-underline);
|
|
2683
|
+
text-decoration-color: var(--color-ticker-teaser-headline-underline);
|
|
2684
|
+
}
|
|
2679
2685
|
.decoration-1 {
|
|
2680
2686
|
text-decoration-thickness: 1px;
|
|
2681
2687
|
}
|
|
2688
|
+
.decoration-2 {
|
|
2689
|
+
text-decoration-thickness: 2px;
|
|
2690
|
+
}
|
|
2682
2691
|
.placeholder-primary::-webkit-input-placeholder {
|
|
2683
2692
|
color: #005293;
|
|
2684
2693
|
color: var(--color-primary-ds);
|
|
@@ -2817,7 +2826,7 @@ video {
|
|
|
2817
2826
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2818
2827
|
}
|
|
2819
2828
|
.counter-reset {
|
|
2820
|
-
counter-reset:
|
|
2829
|
+
counter-reset: cnt1690287794197;
|
|
2821
2830
|
}
|
|
2822
2831
|
.hyphens-auto {
|
|
2823
2832
|
-webkit-hyphens: auto;
|
|
@@ -3052,7 +3061,7 @@ video {
|
|
|
3052
3061
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3053
3062
|
}
|
|
3054
3063
|
.-ordered {
|
|
3055
|
-
counter-increment:
|
|
3064
|
+
counter-increment: cnt1690287794197 1;
|
|
3056
3065
|
}
|
|
3057
3066
|
.-ordered::before {
|
|
3058
3067
|
position: absolute;
|
|
@@ -3068,7 +3077,7 @@ video {
|
|
|
3068
3077
|
letter-spacing: .0125em;
|
|
3069
3078
|
--tw-text-opacity: 1;
|
|
3070
3079
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3071
|
-
content: counter(
|
|
3080
|
+
content: counter(cnt1690287794197);
|
|
3072
3081
|
}
|
|
3073
3082
|
/*! ****************************/
|
|
3074
3083
|
/*! text-shadow */
|
|
@@ -3240,6 +3249,7 @@ video {
|
|
|
3240
3249
|
--color-ticker-teaser-footer: #ffffff;
|
|
3241
3250
|
--search-border-color-desktop: transparent;
|
|
3242
3251
|
--search-border-color-mobile: var(--color-primary-ds);
|
|
3252
|
+
--color-ticker-teaser-headline-underline : #ffffff;
|
|
3243
3253
|
}
|
|
3244
3254
|
[data-theme='hessenschau'] {
|
|
3245
3255
|
--color-primary-ds: #005293;
|
|
@@ -3319,10 +3329,10 @@ video {
|
|
|
3319
3329
|
/* Border */
|
|
3320
3330
|
--border-radius-hr: 1.5rem;
|
|
3321
3331
|
/* ticker-Teaser*/
|
|
3322
|
-
--color-ticker-teaser-headline: #ffffff;
|
|
3323
3332
|
--color-ticker-teaser-label-byline: #ffffff;
|
|
3324
3333
|
--color-ticker-teaser-timeline-score: #d34600;
|
|
3325
3334
|
--color-ticker-teaser-footer: #ffffff;
|
|
3335
|
+
--color-ticker-teaser-headline : #ffffff;
|
|
3326
3336
|
}
|
|
3327
3337
|
[data-theme='hr-fernsehen'] {
|
|
3328
3338
|
--color-primary-ds: #a00d65;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
<div class="h-full flex-col flex w-full{{#if _outerCssClasses}} {{_outerCssClasses}}{{/if}}">
|
|
2
2
|
|
|
3
3
|
{{#> components/teaser/components/teaser_header _css=(if this.isStandardTeaser "px-5" "px-5 md:px-0")}}
|
|
4
|
-
{{#>components/base/link _link=this.link _css="block link-focus-white cy-teaser-link
|
|
4
|
+
{{#>components/base/link _link=this.link _css="block link-focus-white cy-teaser-link" }}
|
|
5
5
|
{{#with this.label}}
|
|
6
6
|
{{#> components/label/label_group}}
|
|
7
7
|
{{> components/label/label _type=this.type _text=(loca this.loca) }}
|
|
8
8
|
{{> components/label/label_byline _css="ml-2 text-tickerTeaserlabelByline" _text=../../../this.tickerTopic }}
|
|
9
9
|
{{/components/label/label_group}}
|
|
10
10
|
{{/with~}}
|
|
11
|
-
{{#> components/teaser/components/teaser_headline _headlineTag=this.headlineTag _css="overflow-anywhere hyphens-auto"}}
|
|
11
|
+
{{#> components/teaser/components/teaser_headline _headlineTag=this.headlineTag _css="overflow-anywhere hyphens-auto hover:underline decoration-2 decoration-tickerTeaserHeadlineUnderline"}}
|
|
12
12
|
{{> components/teaser/components/teaser_title _css="text-tickerTeaserHeadline" _text=this.title _size=this.realTeaserSize _teaserType=this.teaserType _isMobile1to1=this.isMobile1to1}}
|
|
13
13
|
{{#if this.extendedTitle}}
|
|
14
14
|
{{> components/teaser/components/teaser_subline _text=this.extendedTitle}}
|
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.33.
|
|
9
|
+
"version": "1.33.3",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
package/src/assets/tailwind.css
CHANGED
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
--color-ticker-teaser-footer: theme('colors.white.DEFAULT');
|
|
111
111
|
--search-border-color-desktop: theme('colors.transparent');
|
|
112
112
|
--search-border-color-mobile: var(--color-primary-ds);
|
|
113
|
+
--color-ticker-teaser-headline-underline : theme('colors.white.DEFAULT');
|
|
113
114
|
}
|
|
114
115
|
|
|
115
116
|
[data-theme='hessenschau'] {
|
|
@@ -194,6 +195,7 @@
|
|
|
194
195
|
--color-ticker-teaser-label-byline: theme('colors.white.DEFAULT');
|
|
195
196
|
--color-ticker-teaser-timeline-score: theme('colors.orange.spicyCarrot');
|
|
196
197
|
--color-ticker-teaser-footer: theme('colors.white.DEFAULT');
|
|
198
|
+
--color-ticker-teaser-headline : theme('colors.white.DEFAULT');
|
|
197
199
|
}
|
|
198
200
|
|
|
199
201
|
[data-theme='hr-fernsehen'] {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
<div class="h-full flex-col flex w-full{{#if _outerCssClasses}} {{_outerCssClasses}}{{/if}}">
|
|
2
2
|
|
|
3
3
|
{{#> components/teaser/components/teaser_header _css=(if this.isStandardTeaser "px-5" "px-5 md:px-0")}}
|
|
4
|
-
{{#>components/base/link _link=this.link _css="block link-focus-white cy-teaser-link
|
|
4
|
+
{{#>components/base/link _link=this.link _css="block link-focus-white cy-teaser-link" }}
|
|
5
5
|
{{#with this.label}}
|
|
6
6
|
{{#> components/label/label_group}}
|
|
7
7
|
{{> components/label/label _type=this.type _text=(loca this.loca) }}
|
|
8
8
|
{{> components/label/label_byline _css="ml-2 text-tickerTeaserlabelByline" _text=../../../this.tickerTopic }}
|
|
9
9
|
{{/components/label/label_group}}
|
|
10
10
|
{{/with~}}
|
|
11
|
-
{{#> components/teaser/components/teaser_headline _headlineTag=this.headlineTag _css="overflow-anywhere hyphens-auto"}}
|
|
11
|
+
{{#> components/teaser/components/teaser_headline _headlineTag=this.headlineTag _css="overflow-anywhere hyphens-auto hover:underline decoration-2 decoration-tickerTeaserHeadlineUnderline"}}
|
|
12
12
|
{{> components/teaser/components/teaser_title _css="text-tickerTeaserHeadline" _text=this.title _size=this.realTeaserSize _teaserType=this.teaserType _isMobile1to1=this.isMobile1to1}}
|
|
13
13
|
{{#if this.extendedTitle}}
|
|
14
14
|
{{> components/teaser/components/teaser_subline _text=this.extendedTitle}}
|
package/tailwind.config.js
CHANGED
|
@@ -376,7 +376,8 @@ module.exports = {
|
|
|
376
376
|
'tickerTeaserHeadline': 'var(--color-ticker-teaser-headline,#000)',
|
|
377
377
|
'tickerTeaserlabelByline': 'var(--color-ticker-teaser-label-byline)',
|
|
378
378
|
'tickerTeaserTimelineScore': 'var(--color-ticker-teaser-timeline-score)',
|
|
379
|
-
'tickerTeaserFooter': 'var(--color-ticker-teaser-footer)'
|
|
379
|
+
'tickerTeaserFooter': 'var(--color-ticker-teaser-footer)',
|
|
380
|
+
'tickerTeaserHeadlineUnderline': 'var(--color-ticker-teaser-headline-underline)'
|
|
380
381
|
},
|
|
381
382
|
},
|
|
382
383
|
},
|