hr-design-system-handlebars 0.87.3 → 0.88.1

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,27 @@
1
+ # v0.88.1 (Fri Nov 25 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - teasertext linked; Tabbox-Button blue [#397](https://github.com/mumprod/hr-design-system-handlebars/pull/397) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
13
+ # v0.88.0 (Thu Nov 24 2022)
14
+
15
+ #### 🚀 Enhancement
16
+
17
+ - 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))
18
+
19
+ #### Authors: 1
20
+
21
+ - [@mariokinzel](https://github.com/mariokinzel)
22
+
23
+ ---
24
+
1
25
  # v0.87.3 (Wed Nov 23 2022)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -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: cnt1669210512894;
2256
+ counter-reset: cnt1669371318079;
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: cnt1669210512894 1;
2642
+ counter-increment: cnt1669371318079 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(cnt1669210512894);
2658
+ content: counter(cnt1669371318079);
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=_css _text=_topline _readMore=_readMore _teaserType=_teaserType}}
9
+ {{> components/teaser/components/teaser_topline _css=_toplineCss _text=_topline _readMore=_readMore _teaserType=_teaserType}}
10
10
  {{/if}}
11
- {{> components/teaser/components/teaser_title _css=_css _text=_title _fontVariant=_fontVariant _size=_size _teaserType=_teaserType _isMobile1to1=_isMobile1to1 _firstItem=_firstItem _ordered=_ordered}}
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-toplineColor font-normal text-xl leading-6">{{_extendedTitle}}</span>
13
+ <span class="text-subline font-normal text-xl leading-6">{{_extendedTitle}}</span>
14
14
  {{/if}}
15
15
  </{{~ _headlineTag ~}}>
@@ -1,7 +1,9 @@
1
- <span class='flex space-around {{inline-switch _size '["25"]' '["hidden ","hidden md:block "]'~}}
2
- text-base mt-3 font-copy'>
3
- {{~_text~}}
4
- </span>
1
+ {{#decorator 'components/base/link' _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.teaserSize _clickLabelPrefix2="teasertextLink" }}
2
+ <span class='flex space-around {{inline-switch _size '["25"]' '["hidden ","hidden md:block "]'~}}
3
+ text-base mt-3 font-copy'>
4
+ {{~_text~}}
5
+ </span>
6
+ {{/decorator}}
5
7
  {{#if this.isExtOrBrandLink}}
6
8
  {{#decorator 'components/base/link' _css="inline-flex flex-end text-link hover:text-link" _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.realTeasersize _clickLabelPrefix2="moreLink"}}
7
9
  <span class="inline-flex flex-wrap items-end hover:underline decoration-1">[{{this.link.readMoreText.readMore}}{{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _iconmap="icons" _addClass="w-5 h-5 fill-current ml-1"}}{{/if~}}]</span>
@@ -20,7 +20,7 @@
20
20
  </div>
21
21
  {{~#if this.link~}}
22
22
  <div class="flex justify-center pt-8">
23
- {{~> components/button/button_pseudo _linkTitle=(loca "group_tabbed_more" this.title) ~}}
23
+ {{~> components/button/button_pseudo _color="blue" _linkTitle=(loca "group_tabbed_more" this.title) ~}}
24
24
  </div>
25
25
  {{~/if~}}
26
26
  </section>
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.87.3",
9
+ "version": "0.88.1",
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=_css _text=_topline _readMore=_readMore _teaserType=_teaserType}}
9
+ {{> components/teaser/components/teaser_topline _css=_toplineCss _text=_topline _readMore=_readMore _teaserType=_teaserType}}
10
10
  {{/if}}
11
- {{> components/teaser/components/teaser_title _css=_css _text=_title _fontVariant=_fontVariant _size=_size _teaserType=_teaserType _isMobile1to1=_isMobile1to1 _firstItem=_firstItem _ordered=_ordered}}
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-toplineColor font-normal text-xl leading-6">{{_extendedTitle}}</span>
13
+ <span class="text-subline font-normal text-xl leading-6">{{_extendedTitle}}</span>
14
14
  {{/if}}
15
15
  </{{~ _headlineTag ~}}>
@@ -1,7 +1,9 @@
1
- <span class='flex space-around {{inline-switch _size '["25"]' '["hidden ","hidden md:block "]'~}}
2
- text-base mt-3 font-copy'>
3
- {{~_text~}}
4
- </span>
1
+ {{#decorator 'components/base/link' _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.teaserSize _clickLabelPrefix2="teasertextLink" }}
2
+ <span class='flex space-around {{inline-switch _size '["25"]' '["hidden ","hidden md:block "]'~}}
3
+ text-base mt-3 font-copy'>
4
+ {{~_text~}}
5
+ </span>
6
+ {{/decorator}}
5
7
  {{#if this.isExtOrBrandLink}}
6
8
  {{#decorator 'components/base/link' _css="inline-flex flex-end text-link hover:text-link" _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.realTeasersize _clickLabelPrefix2="moreLink"}}
7
9
  <span class="inline-flex flex-wrap items-end hover:underline decoration-1">[{{this.link.readMoreText.readMore}}{{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _iconmap="icons" _addClass="w-5 h-5 fill-current ml-1"}}{{/if~}}]</span>
@@ -20,7 +20,7 @@
20
20
  </div>
21
21
  {{~#if this.link~}}
22
22
  <div class="flex justify-center pt-8">
23
- {{~> components/button/button_pseudo _linkTitle=(loca "group_tabbed_more" this.title) ~}}
23
+ {{~> components/button/button_pseudo _color="blue" _linkTitle=(loca "group_tabbed_more" this.title) ~}}
24
24
  </div>
25
25
  {{~/if~}}
26
26
  </section>