hr-design-system-handlebars 1.18.4 → 1.19.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
+ # v1.19.0 (Mon May 08 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - BUGFIX: Teasers use the correct links [#628](https://github.com/mumprod/hr-design-system-handlebars/pull/628) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v1.18.4 (Thu May 04 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -2688,7 +2688,7 @@ video {
2688
2688
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2689
2689
  }
2690
2690
  .counter-reset {
2691
- counter-reset: cnt1683218273852;
2691
+ counter-reset: cnt1683531974476;
2692
2692
  }
2693
2693
  .hyphens-auto {
2694
2694
  -webkit-hyphens: auto;
@@ -2926,7 +2926,7 @@ video {
2926
2926
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2927
2927
  }
2928
2928
  .-ordered {
2929
- counter-increment: cnt1683218273852 1;
2929
+ counter-increment: cnt1683531974476 1;
2930
2930
  }
2931
2931
  .-ordered::before {
2932
2932
  position: absolute;
@@ -2942,7 +2942,7 @@ video {
2942
2942
  letter-spacing: .0125em;
2943
2943
  --tw-text-opacity: 1;
2944
2944
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2945
- content: counter(cnt1683218273852);
2945
+ content: counter(cnt1683531974476);
2946
2946
  }
2947
2947
  /*! ****************************/
2948
2948
  /*! text-shadow */
@@ -3,8 +3,8 @@
3
3
 
4
4
 
5
5
  {{#with this}}
6
- {{#> components/teaser/components/teaser_header _link=this.link _css=(if this.isMobile1to1 "" "px-5 sm:px-0")}}
7
- {{#> components/base/link _css="cy-teaser-link ds-teaser-focus hover:text-toplineColor" }}
6
+ {{#> components/teaser/components/teaser_header _css=(if this.isMobile1to1 "" "px-5 sm:px-0")}}
7
+ {{#> components/base/link _link=this.link _css="cy-teaser-link ds-teaser-focus hover:text-toplineColor" }}
8
8
  {{#with this.label}}
9
9
  {{#> components/label/label_group}}
10
10
  {{> components/label/label _type=this.type _css="" _text=(loca this.loca)}}
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.18.4",
9
+ "version": "1.19.0",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -3,8 +3,8 @@
3
3
 
4
4
 
5
5
  {{#with this}}
6
- {{#> components/teaser/components/teaser_header _link=this.link _css=(if this.isMobile1to1 "" "px-5 sm:px-0")}}
7
- {{#> components/base/link _css="cy-teaser-link ds-teaser-focus hover:text-toplineColor" }}
6
+ {{#> components/teaser/components/teaser_header _css=(if this.isMobile1to1 "" "px-5 sm:px-0")}}
7
+ {{#> components/base/link _link=this.link _css="cy-teaser-link ds-teaser-focus hover:text-toplineColor" }}
8
8
  {{#with this.label}}
9
9
  {{#> components/label/label_group}}
10
10
  {{> components/label/label _type=this.type _css="" _text=(loca this.loca)}}