hr-design-system-handlebars 1.114.142 → 1.114.143

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.114.143 (Tue Jun 03 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Add group teaser vertical video component template [#1284](https://github.com/mumprod/hr-design-system-handlebars/pull/1284) ([@vascoeduardo](https://github.com/vascoeduardo) [@eduardo-hr](https://github.com/eduardo-hr))
6
+
7
+ #### Authors: 2
8
+
9
+ - [@eduardo-hr](https://github.com/eduardo-hr)
10
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
11
+
12
+ ---
13
+
1
14
  # v1.114.142 (Mon Jun 02 2025)
2
15
 
3
16
  #### 🐛 Bug Fix
@@ -3888,7 +3888,7 @@ article #commentList {
3888
3888
  border-bottom-color: var(--color-secondary-ds);
3889
3889
  }
3890
3890
  .counter-reset {
3891
- counter-reset: cnt1748885057228;
3891
+ counter-reset: cnt1748947409704;
3892
3892
  }
3893
3893
  .animate-delay-100 {
3894
3894
  --tw-animate-delay: 100ms;
@@ -4349,7 +4349,7 @@ html { scroll-behavior: smooth; }
4349
4349
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4350
4350
  }
4351
4351
  .-ordered {
4352
- counter-increment: cnt1748885057228 1;
4352
+ counter-increment: cnt1748947409704 1;
4353
4353
  }
4354
4354
  .-ordered::before {
4355
4355
  position: absolute;
@@ -4367,7 +4367,7 @@ html { scroll-behavior: smooth; }
4367
4367
  --tw-text-opacity: 1;
4368
4368
  color: rgba(0, 0, 0, 1);
4369
4369
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4370
- content: counter(cnt1748885057228);
4370
+ content: counter(cnt1748947409704);
4371
4371
  }
4372
4372
  /*! ****************************/
4373
4373
  /*! DataPolicy stuff */
@@ -0,0 +1,22 @@
1
+ {{#if this.hasGroupItems}}
2
+ {{#>components/grid/grid_group_highlight _backgroundColor="1" }}
3
+ {{~#if this.hasGroupTitle}}
4
+ <{{if this.headlineTag this.headlineTag "h2"}} class="text-2xl {{#unless
5
+ this.isRelatedContent}} md:text-5xl{{else}} justifyLine{{/unless}} col-span-full py-0 font-title {{#if
6
+ this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
7
+ {{~#if this.hasLink}}<a class="{{if (isUserConsentNeeded this.link.url) 'js-user-consent-needed '
8
+ ''}}no-underline hover:underline decoration-1 md:decoration-2 text-link"
9
+ href="{{this.link.url}}">{{/if~}}
10
+ {{this.groupTitle}}
11
+ {{~#if this.hasLink}}</a>{{/if~}}
12
+ </{{if this.headlineTag this.headlineTag "h2"}}>
13
+ {{/if}}
14
+ <div class="grid items-start content-start grid-cols-12 col-span-12 gap-y-10 md:gap-y-14{{#if
15
+ this.isRelatedContent}} js-load{{/if}}{{inline-switch this.teaserSize '["25"]' '[""," gap-x-6"]'}}"
16
+ {{#if this.isRelatedContent}}
17
+ data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "Related-Content geklickt"}]}'{{/if}}
18
+ >
19
+ {{~> components/teaser/teaser_logic/teaser_logic ~}}
20
+ </div>
21
+ {{/components/grid/grid_group_highlight }}
22
+ {{/if}}
@@ -0,0 +1,22 @@
1
+ {{#if this.hasGroupItems}}
2
+ {{#>components/grid/grid_group_highlight _backgroundColor="1" }}
3
+ {{~#if this.hasGroupTitle}}
4
+ <{{if this.headlineTag this.headlineTag "h2"}} class="text-2xl {{#unless
5
+ this.isRelatedContent}} md:text-5xl{{else}} justifyLine{{/unless}} col-span-full py-0 font-title {{#if
6
+ this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
7
+ {{~#if this.hasLink}}<a class="{{if (isUserConsentNeeded this.link.url) 'js-user-consent-needed '
8
+ ''}}no-underline hover:underline decoration-1 md:decoration-2 text-link"
9
+ href="{{this.link.url}}">{{/if~}}
10
+ {{this.groupTitle}}
11
+ {{~#if this.hasLink}}</a>{{/if~}}
12
+ </{{if this.headlineTag this.headlineTag "h2"}}>
13
+ {{/if}}
14
+ <div class="grid items-start content-start grid-cols-12 col-span-12 gap-y-10 md:gap-y-14{{#if
15
+ this.isRelatedContent}} js-load{{/if}}{{inline-switch this.teaserSize '["25"]' '[""," gap-x-6"]'}}"
16
+ {{#if this.isRelatedContent}}
17
+ data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "Related-Content geklickt"}]}'{{/if}}
18
+ >
19
+ {{~> components/teaser/teaser_logic/teaser_logic ~}}
20
+ </div>
21
+ {{/components/grid/grid_group_highlight }}
22
+ {{/if}}
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.114.142",
9
+ "version": "1.114.143",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -0,0 +1,22 @@
1
+ {{#if this.hasGroupItems}}
2
+ {{#>components/grid/grid_group_highlight _backgroundColor="1" }}
3
+ {{~#if this.hasGroupTitle}}
4
+ <{{if this.headlineTag this.headlineTag "h2"}} class="text-2xl {{#unless
5
+ this.isRelatedContent}} md:text-5xl{{else}} justifyLine{{/unless}} col-span-full py-0 font-title {{#if
6
+ this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
7
+ {{~#if this.hasLink}}<a class="{{if (isUserConsentNeeded this.link.url) 'js-user-consent-needed '
8
+ ''}}no-underline hover:underline decoration-1 md:decoration-2 text-link"
9
+ href="{{this.link.url}}">{{/if~}}
10
+ {{this.groupTitle}}
11
+ {{~#if this.hasLink}}</a>{{/if~}}
12
+ </{{if this.headlineTag this.headlineTag "h2"}}>
13
+ {{/if}}
14
+ <div class="grid items-start content-start grid-cols-12 col-span-12 gap-y-10 md:gap-y-14{{#if
15
+ this.isRelatedContent}} js-load{{/if}}{{inline-switch this.teaserSize '["25"]' '[""," gap-x-6"]'}}"
16
+ {{#if this.isRelatedContent}}
17
+ data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "Related-Content geklickt"}]}'{{/if}}
18
+ >
19
+ {{~> components/teaser/teaser_logic/teaser_logic ~}}
20
+ </div>
21
+ {{/components/grid/grid_group_highlight }}
22
+ {{/if}}