hr-design-system-handlebars 0.87.3 → 0.88.0
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
|
+
# v0.88.0 (Thu Nov 24 2022)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- BUGFIX: Bring back title and topline color and use subline color [#398](https://github.com/mumprod/hr-design-system-handlebars/pull/398) ([@mariokinzel](https://github.com/mariokinzel))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@mariokinzel](https://github.com/mariokinzel)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.87.3 (Wed Nov 23 2022)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -1984,6 +1984,10 @@ video {
|
|
|
1984
1984
|
color: #006dc1;
|
|
1985
1985
|
color: var(--color-cluster-teaser-link,#000);
|
|
1986
1986
|
}
|
|
1987
|
+
.text-subline {
|
|
1988
|
+
color: #006dc1;
|
|
1989
|
+
color: var(--color-subline);
|
|
1990
|
+
}
|
|
1987
1991
|
.text-link {
|
|
1988
1992
|
color: #006eb7;
|
|
1989
1993
|
color: var(--color-link);
|
|
@@ -2249,7 +2253,7 @@ video {
|
|
|
2249
2253
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2250
2254
|
}
|
|
2251
2255
|
.counter-reset {
|
|
2252
|
-
counter-reset:
|
|
2256
|
+
counter-reset: cnt1669278308865;
|
|
2253
2257
|
}
|
|
2254
2258
|
.line-clamp-4 {
|
|
2255
2259
|
overflow: hidden;
|
|
@@ -2635,7 +2639,7 @@ video {
|
|
|
2635
2639
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2636
2640
|
}
|
|
2637
2641
|
.-ordered {
|
|
2638
|
-
counter-increment:
|
|
2642
|
+
counter-increment: cnt1669278308865 1;
|
|
2639
2643
|
}
|
|
2640
2644
|
.-ordered::before {
|
|
2641
2645
|
position: absolute;
|
|
@@ -2651,7 +2655,7 @@ video {
|
|
|
2651
2655
|
letter-spacing: .0125em;
|
|
2652
2656
|
--tw-text-opacity: 1;
|
|
2653
2657
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2654
|
-
content: counter(
|
|
2658
|
+
content: counter(cnt1669278308865);
|
|
2655
2659
|
}
|
|
2656
2660
|
.\[-T\:\+Z\] {
|
|
2657
2661
|
--t: +Z;
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
<{{~ _headlineTag ~}}>
|
|
8
8
|
{{#if _topline}}
|
|
9
|
-
{{> components/teaser/components/teaser_topline _css=
|
|
9
|
+
{{> components/teaser/components/teaser_topline _css=_toplineCss _text=_topline _readMore=_readMore _teaserType=_teaserType}}
|
|
10
10
|
{{/if}}
|
|
11
|
-
{{> components/teaser/components/teaser_title _css=
|
|
11
|
+
{{> components/teaser/components/teaser_title _css=_titleCss _text=_title _fontVariant=_fontVariant _size=_size _teaserType=_teaserType _isMobile1to1=_isMobile1to1 _firstItem=_firstItem _ordered=_ordered}}
|
|
12
12
|
{{#if _extendedTitle}}
|
|
13
|
-
<span class="text-
|
|
13
|
+
<span class="text-subline font-normal text-xl leading-6">{{_extendedTitle}}</span>
|
|
14
14
|
{{/if}}
|
|
15
15
|
</{{~ _headlineTag ~}}>
|
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": "0.
|
|
9
|
+
"version": "0.88.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
<{{~ _headlineTag ~}}>
|
|
8
8
|
{{#if _topline}}
|
|
9
|
-
{{> components/teaser/components/teaser_topline _css=
|
|
9
|
+
{{> components/teaser/components/teaser_topline _css=_toplineCss _text=_topline _readMore=_readMore _teaserType=_teaserType}}
|
|
10
10
|
{{/if}}
|
|
11
|
-
{{> components/teaser/components/teaser_title _css=
|
|
11
|
+
{{> components/teaser/components/teaser_title _css=_titleCss _text=_title _fontVariant=_fontVariant _size=_size _teaserType=_teaserType _isMobile1to1=_isMobile1to1 _firstItem=_firstItem _ordered=_ordered}}
|
|
12
12
|
{{#if _extendedTitle}}
|
|
13
|
-
<span class="text-
|
|
13
|
+
<span class="text-subline font-normal text-xl leading-6">{{_extendedTitle}}</span>
|
|
14
14
|
{{/if}}
|
|
15
15
|
</{{~ _headlineTag ~}}>
|