hr-design-system-handlebars 1.21.1 → 1.22.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.22.0 (Thu May 11 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - BUGFIX: Link in eventcalendar teaser works again [#633](https://github.com/mumprod/hr-design-system-handlebars/pull/633) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v1.21.1 (Tue May 09 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: cnt1683643669084;
2691
+ counter-reset: cnt1683792947758;
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: cnt1683643669084 1;
2929
+ counter-increment: cnt1683792947758 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(cnt1683643669084);
2945
+ content: counter(cnt1683792947758);
2946
2946
  }
2947
2947
  /*! ****************************/
2948
2948
  /*! text-shadow */
@@ -13,8 +13,8 @@
13
13
  <div class="flex flex-col items-start basis-10/12 w-10/12">
14
14
  <div class="absolute top-0 left-0 w-full sm:static">
15
15
  <div class="ar-4-3 sm:ar-auto">
16
- {{#> components/teaser/components/teaser_header _link=this.link _css="absolute bottom-0 left-0 p-4 w-full sm:pt-3 sm:pb-2 bg-white opacity-80 sm:static sm:bg-transparent"}}
17
- {{#> components/base/link _css="ds-teaser-focus hover:text-toplineColor" }}
16
+ {{#> components/teaser/components/teaser_header _css="absolute bottom-0 left-0 p-4 w-full sm:pt-3 sm:pb-2 bg-white opacity-80 sm:static sm:bg-transparent"}}
17
+ {{#> components/base/link _link=this.link _css="ds-teaser-focus hover:text-toplineColor" }}
18
18
  {{#with this.label}}
19
19
  {{#> components/label/label_group}}
20
20
  {{> components/label/label _type=this.type _text=(loca this.loca) _css="mr-2"}}
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.21.1",
9
+ "version": "1.22.0",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -13,8 +13,8 @@
13
13
  <div class="flex flex-col items-start basis-10/12 w-10/12">
14
14
  <div class="absolute top-0 left-0 w-full sm:static">
15
15
  <div class="ar-4-3 sm:ar-auto">
16
- {{#> components/teaser/components/teaser_header _link=this.link _css="absolute bottom-0 left-0 p-4 w-full sm:pt-3 sm:pb-2 bg-white opacity-80 sm:static sm:bg-transparent"}}
17
- {{#> components/base/link _css="ds-teaser-focus hover:text-toplineColor" }}
16
+ {{#> components/teaser/components/teaser_header _css="absolute bottom-0 left-0 p-4 w-full sm:pt-3 sm:pb-2 bg-white opacity-80 sm:static sm:bg-transparent"}}
17
+ {{#> components/base/link _link=this.link _css="ds-teaser-focus hover:text-toplineColor" }}
18
18
  {{#with this.label}}
19
19
  {{#> components/label/label_group}}
20
20
  {{> components/label/label _type=this.type _text=(loca this.loca) _css="mr-2"}}