hr-design-system-handlebars 1.50.1 → 1.50.2

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,16 @@
1
+ # v1.50.2 (Thu Nov 09 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - DPE-2624: Related Content tracken [#750](https://github.com/mumprod/hr-design-system-handlebars/pull/750) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (saad.elbaciri@hr.de)
11
+
12
+ ---
13
+
1
14
  # v1.50.1 (Wed Nov 08 2023)
2
15
 
3
16
  #### 🐛 Bug Fix
@@ -3055,7 +3055,7 @@ article.indexText ul {
3055
3055
  border-bottom-color: var(--color-secondary-ds);
3056
3056
  }
3057
3057
  .counter-reset {
3058
- counter-reset: cnt1699458964125;
3058
+ counter-reset: cnt1699536768726;
3059
3059
  }
3060
3060
  .hyphens-auto {
3061
3061
  -webkit-hyphens: auto;
@@ -3318,7 +3318,7 @@ article.indexText ul {
3318
3318
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3319
3319
  }
3320
3320
  .-ordered {
3321
- counter-increment: cnt1699458964125 1;
3321
+ counter-increment: cnt1699536768726 1;
3322
3322
  }
3323
3323
  .-ordered::before {
3324
3324
  position: absolute;
@@ -3334,7 +3334,7 @@ article.indexText ul {
3334
3334
  letter-spacing: .0125em;
3335
3335
  --tw-text-opacity: 1;
3336
3336
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3337
- content: counter(cnt1699458964125);
3337
+ content: counter(cnt1699536768726);
3338
3338
  }
3339
3339
  /*! ****************************/
3340
3340
  /*! DataPolicy stuff */
@@ -7,7 +7,9 @@
7
7
  {{~#if this.hasLink}}</a>{{/if~}}
8
8
  </{{if this.headlineTag this.headlineTag "h2"}}>
9
9
  {{/if}}
10
- <div class="grid items-start content-start grid-cols-12 col-span-12 gap-y-10 md:gap-y-14{{inline-switch this.teaserSize '["25"]' '[""," gap-x-6"]'}}">
10
+ <div class="grid items-start content-start grid-cols-12 col-span-12 gap-y-10 md:gap-y-14{{#if this.isRelatedContent}} js-load{{/if}}{{inline-switch this.teaserSize '["25"]' '[""," gap-x-6"]'}}"
11
+ {{#if this.isRelatedContent}} data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "Related-Content geklickt"}]}'{{/if}}
12
+ >
11
13
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
12
14
  </div>
13
15
  {{/components/grid/grid_group}}
@@ -7,7 +7,9 @@
7
7
  {{~#if this.hasLink}}</a>{{/if~}}
8
8
  </{{if this.headlineTag this.headlineTag "h2"}}>
9
9
  {{/if}}
10
- <div class="grid items-start content-start grid-cols-12 col-span-12 gap-y-10 md:gap-y-14{{inline-switch this.teaserSize '["25"]' '[""," gap-x-6"]'}}">
10
+ <div class="grid items-start content-start grid-cols-12 col-span-12 gap-y-10 md:gap-y-14{{#if this.isRelatedContent}} js-load{{/if}}{{inline-switch this.teaserSize '["25"]' '[""," gap-x-6"]'}}"
11
+ {{#if this.isRelatedContent}} data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "Related-Content geklickt"}]}'{{/if}}
12
+ >
11
13
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
12
14
  </div>
13
15
  {{/components/grid/grid_group}}
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.50.1",
9
+ "version": "1.50.2",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -7,7 +7,9 @@
7
7
  {{~#if this.hasLink}}</a>{{/if~}}
8
8
  </{{if this.headlineTag this.headlineTag "h2"}}>
9
9
  {{/if}}
10
- <div class="grid items-start content-start grid-cols-12 col-span-12 gap-y-10 md:gap-y-14{{inline-switch this.teaserSize '["25"]' '[""," gap-x-6"]'}}">
10
+ <div class="grid items-start content-start grid-cols-12 col-span-12 gap-y-10 md:gap-y-14{{#if this.isRelatedContent}} js-load{{/if}}{{inline-switch this.teaserSize '["25"]' '[""," gap-x-6"]'}}"
11
+ {{#if this.isRelatedContent}} data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "Related-Content geklickt"}]}'{{/if}}
12
+ >
11
13
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
12
14
  </div>
13
15
  {{/components/grid/grid_group}}