hr-design-system-handlebars 1.114.146 β 1.114.148
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 +26 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/content/copytext/components/media/media_figure.hbs +1 -1
- package/dist/views/components/teaser/vertical_video/vertical_video_teaser_group.hbs +3 -9
- package/dist/views_static/components/content/copytext/components/media/media_figure.hbs +1 -1
- package/dist/views_static/components/teaser/vertical_video/vertical_video_teaser_group.hbs +3 -9
- package/package.json +1 -1
- package/src/stories/views/components/content/copytext/components/media/media_figure.hbs +1 -1
- package/src/stories/views/components/teaser/vertical_video/vertical_video_teaser_group.hbs +3 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
# v1.114.148 (Tue Jul 01 2025)
|
|
2
|
+
|
|
3
|
+
#### π Bug Fix
|
|
4
|
+
|
|
5
|
+
- Dpe 3695 [#1289](https://github.com/mumprod/hr-design-system-handlebars/pull/1289) ([@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
|
+
|
|
14
|
+
# v1.114.147 (Wed Jun 18 2025)
|
|
15
|
+
|
|
16
|
+
#### π Bug Fix
|
|
17
|
+
|
|
18
|
+
- Refactor headline rendering in vertical video teaser group for improv⦠[#1288](https://github.com/mumprod/hr-design-system-handlebars/pull/1288) ([@vascoeduardo](https://github.com/vascoeduardo) [@eduardo-hr](https://github.com/eduardo-hr))
|
|
19
|
+
|
|
20
|
+
#### Authors: 2
|
|
21
|
+
|
|
22
|
+
- [@eduardo-hr](https://github.com/eduardo-hr)
|
|
23
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
1
27
|
# v1.114.146 (Tue Jun 17 2025)
|
|
2
28
|
|
|
3
29
|
#### π Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3891,7 +3891,7 @@ article #commentList {
|
|
|
3891
3891
|
border-bottom-color: var(--color-secondary-ds);
|
|
3892
3892
|
}
|
|
3893
3893
|
.counter-reset {
|
|
3894
|
-
counter-reset:
|
|
3894
|
+
counter-reset: cnt1751372519841;
|
|
3895
3895
|
}
|
|
3896
3896
|
.animate-delay-100 {
|
|
3897
3897
|
--tw-animate-delay: 100ms;
|
|
@@ -4352,7 +4352,7 @@ html { scroll-behavior: smooth; }
|
|
|
4352
4352
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4353
4353
|
}
|
|
4354
4354
|
.-ordered {
|
|
4355
|
-
counter-increment:
|
|
4355
|
+
counter-increment: cnt1751372519841 1;
|
|
4356
4356
|
}
|
|
4357
4357
|
.-ordered::before {
|
|
4358
4358
|
position: absolute;
|
|
@@ -4370,7 +4370,7 @@ html { scroll-behavior: smooth; }
|
|
|
4370
4370
|
--tw-text-opacity: 1;
|
|
4371
4371
|
color: rgba(0, 0, 0, 1);
|
|
4372
4372
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4373
|
-
content: counter(
|
|
4373
|
+
content: counter(cnt1751372519841);
|
|
4374
4374
|
}
|
|
4375
4375
|
/*! ****************************/
|
|
4376
4376
|
/*! DataPolicy stuff */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<figure class="relative {{_addClass}}{{#if _isVertical}} md:max-w-1/2
|
|
1
|
+
<figure class="relative {{_addClass}}{{#if _isVertical}} mx-auto w-full md:w-auto md:max-w-1/2{{/if}}" x-data="{ avStart: false }">
|
|
2
2
|
{{~> components/base/a11y/hiddenText _locaTag=_a11yIntro-loca ~}}
|
|
3
3
|
{{#unless _voting-option}}
|
|
4
4
|
<div class="py-3 sm:py-4 {{#unless _noBorder}}border-t-[3px] border-gray-boulder dark:border-text-dark {{/unless}}{{_cssClassCaption}}">
|
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
{{#if this.hasGroupItems}}
|
|
2
2
|
{{#>components/grid/grid_group_highlight _backgroundColor="1" }}
|
|
3
3
|
{{~#if this.hasGroupTitle}}
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
|
|
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"}}>
|
|
4
|
+
<h2 class="py-0 text-2xl text-center md:text-5xl col-span-full font-title">
|
|
5
|
+
{{this.groupTitle}}
|
|
6
|
+
</h2 >
|
|
13
7
|
{{/if}}
|
|
14
8
|
<div class="grid items-start content-start grid-cols-12 col-span-12 gap-y-10 md:gap-y-14{{#if
|
|
15
9
|
this.isRelatedContent}} js-load{{/if}}{{inline-switch this.teaserSize '["25"]' '[""," gap-x-6"]'}}"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<figure class="relative {{_addClass}}{{#if _isVertical}} md:max-w-1/2
|
|
1
|
+
<figure class="relative {{_addClass}}{{#if _isVertical}} mx-auto w-full md:w-auto md:max-w-1/2{{/if}}" x-data="{ avStart: false }">
|
|
2
2
|
{{~> components/base/a11y/hiddenText _locaTag=_a11yIntro-loca ~}}
|
|
3
3
|
{{#unless _voting-option}}
|
|
4
4
|
<div class="py-3 sm:py-4 {{#unless _noBorder}}border-t-[3px] border-gray-boulder dark:border-text-dark {{/unless}}{{_cssClassCaption}}">
|
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
{{#if this.hasGroupItems}}
|
|
2
2
|
{{#>components/grid/grid_group_highlight _backgroundColor="1" }}
|
|
3
3
|
{{~#if this.hasGroupTitle}}
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
|
|
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"}}>
|
|
4
|
+
<h2 class="py-0 text-2xl text-center md:text-5xl col-span-full font-title">
|
|
5
|
+
{{this.groupTitle}}
|
|
6
|
+
</h2 >
|
|
13
7
|
{{/if}}
|
|
14
8
|
<div class="grid items-start content-start grid-cols-12 col-span-12 gap-y-10 md:gap-y-14{{#if
|
|
15
9
|
this.isRelatedContent}} js-load{{/if}}{{inline-switch this.teaserSize '["25"]' '[""," gap-x-6"]'}}"
|
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.
|
|
9
|
+
"version": "1.114.148",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<figure class="relative {{_addClass}}{{#if _isVertical}} md:max-w-1/2
|
|
1
|
+
<figure class="relative {{_addClass}}{{#if _isVertical}} mx-auto w-full md:w-auto md:max-w-1/2{{/if}}" x-data="{ avStart: false }">
|
|
2
2
|
{{~> components/base/a11y/hiddenText _locaTag=_a11yIntro-loca ~}}
|
|
3
3
|
{{#unless _voting-option}}
|
|
4
4
|
<div class="py-3 sm:py-4 {{#unless _noBorder}}border-t-[3px] border-gray-boulder dark:border-text-dark {{/unless}}{{_cssClassCaption}}">
|
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
{{#if this.hasGroupItems}}
|
|
2
2
|
{{#>components/grid/grid_group_highlight _backgroundColor="1" }}
|
|
3
3
|
{{~#if this.hasGroupTitle}}
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
|
|
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"}}>
|
|
4
|
+
<h2 class="py-0 text-2xl text-center md:text-5xl col-span-full font-title">
|
|
5
|
+
{{this.groupTitle}}
|
|
6
|
+
</h2 >
|
|
13
7
|
{{/if}}
|
|
14
8
|
<div class="grid items-start content-start grid-cols-12 col-span-12 gap-y-10 md:gap-y-14{{#if
|
|
15
9
|
this.isRelatedContent}} js-load{{/if}}{{inline-switch this.teaserSize '["25"]' '[""," gap-x-6"]'}}"
|