hr-design-system-handlebars 1.83.5 → 1.83.7
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 +24 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/content/copytext/components/media/media_figure.hbs +2 -2
- package/dist/views/components/navigation/breadcrumb/breadcrumb.hbs +1 -1
- package/dist/views/components/page/story/components/related-content.ssi.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/media/media_figure.hbs +2 -2
- package/dist/views_static/components/navigation/breadcrumb/breadcrumb.hbs +1 -1
- package/dist/views_static/components/page/story/components/related-content.ssi.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/content/copytext/components/media/media_figure.hbs +2 -2
- package/src/stories/views/components/navigation/breadcrumb/breadcrumb.hbs +1 -1
- package/src/stories/views/components/page/story/components/related-content.ssi.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.83.7 (Fri Jul 19 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- DPE-3081 - related content and breadcrumb are in line with content now [#1024](https://github.com/mumprod/hr-design-system-handlebars/pull/1024) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.83.6 (Fri Jul 19 2024)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- SEO BUG - livestream player images allways prefetched [#1023](https://github.com/mumprod/hr-design-system-handlebars/pull/1023) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.83.5 (Fri Jul 19 2024)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3330,7 +3330,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3330
3330
|
border-bottom-color: var(--color-secondary-ds);
|
|
3331
3331
|
}
|
|
3332
3332
|
.counter-reset {
|
|
3333
|
-
counter-reset:
|
|
3333
|
+
counter-reset: cnt1721397034898;
|
|
3334
3334
|
}
|
|
3335
3335
|
.hyphens-auto {
|
|
3336
3336
|
-webkit-hyphens: auto;
|
|
@@ -3738,7 +3738,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3738
3738
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3739
3739
|
}
|
|
3740
3740
|
.-ordered {
|
|
3741
|
-
counter-increment:
|
|
3741
|
+
counter-increment: cnt1721397034898 1;
|
|
3742
3742
|
}
|
|
3743
3743
|
.-ordered::before {
|
|
3744
3744
|
position: absolute;
|
|
@@ -3754,7 +3754,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3754
3754
|
letter-spacing: .0125em;
|
|
3755
3755
|
--tw-text-opacity: 1;
|
|
3756
3756
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3757
|
-
content: counter(
|
|
3757
|
+
content: counter(cnt1721397034898);
|
|
3758
3758
|
}
|
|
3759
3759
|
/*! ****************************/
|
|
3760
3760
|
/*! DataPolicy stuff */
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
{{/if}}
|
|
29
29
|
{{#if this.isVideoOnDemand}}
|
|
30
30
|
{{~> components/mediaplayer/media_player this.toModel.videoElement _uiTestHook="ui-test-video-ondemand-player" _isUsedInTeaser=true _addClassImg=_addClassImg ~}}
|
|
31
|
-
{{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Video" _aspectRatio="ar-16-9" _noDelay=
|
|
31
|
+
{{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Video" _aspectRatio="ar-16-9" _noDelay=_isLead }}
|
|
32
32
|
{{/if}}
|
|
33
33
|
{{#if this.isLivestream}}
|
|
34
34
|
{{~> components/mediaplayer/media_player this.toModel.videoLivestreamElement _uiTestHook="ui-test-video-ondemand-player" _isUsedInTeaser=true _addClassImg=_addClassImg ~}}
|
|
35
|
-
{{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLivestream=true _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _aspectRatio="ar-16-9" _noDelay=
|
|
35
|
+
{{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLivestream=true _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _aspectRatio="ar-16-9" _noDelay=_isLead }}
|
|
36
36
|
{{/if}}
|
|
37
37
|
{{#unless _voting-option}}
|
|
38
38
|
{{#if this.teaseritem}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<nav id="breadcrumb-nav" class="print:hidden px-
|
|
1
|
+
<nav id="breadcrumb-nav" class="print:hidden px-5 lg:px-10 inline-block bg-white rounded-r{{~#unless this.showBreadcrumbTitleAlways}} hide-last-item-below-sm{{/unless~}}"
|
|
2
2
|
role="navigation"
|
|
3
3
|
aria-label="{{loca "breadcrumb_headline"}}"
|
|
4
4
|
>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#>components/page/base/page_wrapper}}
|
|
2
|
-
<div class="
|
|
2
|
+
<div class="mb-10 article-full-width md:article-breakout">
|
|
3
3
|
{{~#partial "cache-entry"~}}
|
|
4
4
|
{{~addCacheEntry "storyRelatedContent_ssi" uuid ~}}
|
|
5
5
|
{{~/partial~}}
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
{{/if}}
|
|
29
29
|
{{#if this.isVideoOnDemand}}
|
|
30
30
|
{{~> components/mediaplayer/media_player this.toModel.videoElement _uiTestHook="ui-test-video-ondemand-player" _isUsedInTeaser=true _addClassImg=_addClassImg ~}}
|
|
31
|
-
{{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Video" _aspectRatio="ar-16-9" _noDelay=
|
|
31
|
+
{{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Video" _aspectRatio="ar-16-9" _noDelay=_isLead }}
|
|
32
32
|
{{/if}}
|
|
33
33
|
{{#if this.isLivestream}}
|
|
34
34
|
{{~> components/mediaplayer/media_player this.toModel.videoLivestreamElement _uiTestHook="ui-test-video-ondemand-player" _isUsedInTeaser=true _addClassImg=_addClassImg ~}}
|
|
35
|
-
{{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLivestream=true _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _aspectRatio="ar-16-9" _noDelay=
|
|
35
|
+
{{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLivestream=true _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _aspectRatio="ar-16-9" _noDelay=_isLead }}
|
|
36
36
|
{{/if}}
|
|
37
37
|
{{#unless _voting-option}}
|
|
38
38
|
{{#if this.teaseritem}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<nav id="breadcrumb-nav" class="print:hidden px-
|
|
1
|
+
<nav id="breadcrumb-nav" class="print:hidden px-5 lg:px-10 inline-block bg-white rounded-r{{~#unless this.showBreadcrumbTitleAlways}} hide-last-item-below-sm{{/unless~}}"
|
|
2
2
|
role="navigation"
|
|
3
3
|
aria-label="{{loca "breadcrumb_headline"}}"
|
|
4
4
|
>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#>components/page/base/page_wrapper}}
|
|
2
|
-
<div class="
|
|
2
|
+
<div class="mb-10 article-full-width md:article-breakout">
|
|
3
3
|
{{~#partial "cache-entry"~}}
|
|
4
4
|
{{~addCacheEntry "storyRelatedContent_ssi" uuid ~}}
|
|
5
5
|
{{~/partial~}}
|
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.83.
|
|
9
|
+
"version": "1.83.7",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
{{/if}}
|
|
29
29
|
{{#if this.isVideoOnDemand}}
|
|
30
30
|
{{~> components/mediaplayer/media_player this.toModel.videoElement _uiTestHook="ui-test-video-ondemand-player" _isUsedInTeaser=true _addClassImg=_addClassImg ~}}
|
|
31
|
-
{{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Video" _aspectRatio="ar-16-9" _noDelay=
|
|
31
|
+
{{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Video" _aspectRatio="ar-16-9" _noDelay=_isLead }}
|
|
32
32
|
{{/if}}
|
|
33
33
|
{{#if this.isLivestream}}
|
|
34
34
|
{{~> components/mediaplayer/media_player this.toModel.videoLivestreamElement _uiTestHook="ui-test-video-ondemand-player" _isUsedInTeaser=true _addClassImg=_addClassImg ~}}
|
|
35
|
-
{{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLivestream=true _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _aspectRatio="ar-16-9" _noDelay=
|
|
35
|
+
{{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLivestream=true _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _aspectRatio="ar-16-9" _noDelay=_isLead }}
|
|
36
36
|
{{/if}}
|
|
37
37
|
{{#unless _voting-option}}
|
|
38
38
|
{{#if this.teaseritem}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<nav id="breadcrumb-nav" class="print:hidden px-
|
|
1
|
+
<nav id="breadcrumb-nav" class="print:hidden px-5 lg:px-10 inline-block bg-white rounded-r{{~#unless this.showBreadcrumbTitleAlways}} hide-last-item-below-sm{{/unless~}}"
|
|
2
2
|
role="navigation"
|
|
3
3
|
aria-label="{{loca "breadcrumb_headline"}}"
|
|
4
4
|
>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#>components/page/base/page_wrapper}}
|
|
2
|
-
<div class="
|
|
2
|
+
<div class="mb-10 article-full-width md:article-breakout">
|
|
3
3
|
{{~#partial "cache-entry"~}}
|
|
4
4
|
{{~addCacheEntry "storyRelatedContent_ssi" uuid ~}}
|
|
5
5
|
{{~/partial~}}
|