hr-design-system-handlebars 1.12.2 → 1.12.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 CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.12.3 (Mon Apr 24 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Feature/dpe 2153 [#613](https://github.com/mumprod/hr-design-system-handlebars/pull/613) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v1.12.2 (Fri Apr 21 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -2678,7 +2678,7 @@ video {
2678
2678
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2679
2679
  }
2680
2680
  .counter-reset {
2681
- counter-reset: cnt1682086908020;
2681
+ counter-reset: cnt1682333369427;
2682
2682
  }
2683
2683
  .hyphens-auto {
2684
2684
  -webkit-hyphens: auto;
@@ -2910,7 +2910,7 @@ video {
2910
2910
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2911
2911
  }
2912
2912
  .-ordered {
2913
- counter-increment: cnt1682086908020 1;
2913
+ counter-increment: cnt1682333369427 1;
2914
2914
  }
2915
2915
  .-ordered::before {
2916
2916
  position: absolute;
@@ -2926,7 +2926,7 @@ video {
2926
2926
  letter-spacing: .0125em;
2927
2927
  --tw-text-opacity: 1;
2928
2928
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2929
- content: counter(cnt1682086908020);
2929
+ content: counter(cnt1682333369427);
2930
2930
  }
2931
2931
  /*! ****************************/
2932
2932
  /*! text-shadow */
@@ -1,5 +1,5 @@
1
1
  {{#if this.isValid}}
2
- <article class="mx-5 sm:mx-0 col-span-12 grid bg-highlight-1 rounded-tl-hr rounded-br-hr{{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}} ">
2
+ <article class="cy-teaser-cluster{{if this.isOrdered '--ordered'}} mx-5 sm:mx-0 col-span-12 grid bg-highlight-1 rounded-tl-hr rounded-br-hr{{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}} ">
3
3
  <div class="">
4
4
  <h2 class="flex items-center px-5 py-5 text-clusterTeaserHeadline">
5
5
  {{#if this.teaserLogo}}
@@ -6,7 +6,7 @@
6
6
  {{/components/label/label_group}}
7
7
  {{/with~}}
8
8
  {{#> components/teaser/components/teaser_headline _headlineTag="h3"}}
9
- {{> components/teaser/components/teaser_title _css=(appendToDefault (if _ordered " pl-8") "group-hover:underline text-clusterTeaserLink") _text=this.title _size=_size _teaserType="cluster" _firstItem=_firstItem}}
9
+ {{> components/teaser/components/teaser_title _css=(appendToDefault (if ../../_ordered " pl-8") "group-hover:underline text-clusterTeaserLink") _text=this.title _size=../../_size _teaserType="cluster" _firstItem=../../_firstItem}}
10
10
  {{/components/teaser/components/teaser_headline}}
11
11
  {{/decorator}}
12
12
  {{> components/teaser/cluster/teaser_cluster_byline _ordered=_ordered}}
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.12.2",
9
+ "version": "1.12.3",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,5 +1,5 @@
1
1
  {{#if this.isValid}}
2
- <article class="mx-5 sm:mx-0 col-span-12 grid bg-highlight-1 rounded-tl-hr rounded-br-hr{{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}} ">
2
+ <article class="cy-teaser-cluster{{if this.isOrdered '--ordered'}} mx-5 sm:mx-0 col-span-12 grid bg-highlight-1 rounded-tl-hr rounded-br-hr{{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}} ">
3
3
  <div class="">
4
4
  <h2 class="flex items-center px-5 py-5 text-clusterTeaserHeadline">
5
5
  {{#if this.teaserLogo}}
@@ -6,7 +6,7 @@
6
6
  {{/components/label/label_group}}
7
7
  {{/with~}}
8
8
  {{#> components/teaser/components/teaser_headline _headlineTag="h3"}}
9
- {{> components/teaser/components/teaser_title _css=(appendToDefault (if _ordered " pl-8") "group-hover:underline text-clusterTeaserLink") _text=this.title _size=_size _teaserType="cluster" _firstItem=_firstItem}}
9
+ {{> components/teaser/components/teaser_title _css=(appendToDefault (if _ordered-adjust_context " pl-8") "group-hover:underline text-clusterTeaserLink") _text=this.title _size=_size-adjust_context _teaserType="cluster" _firstItem=_firstItem-adjust_context}}
10
10
  {{/components/teaser/components/teaser_headline}}
11
11
  {{/decorator}}
12
12
  {{> components/teaser/cluster/teaser_cluster_byline _ordered=_ordered}}