hr-design-system-handlebars 1.57.2 → 1.57.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 +12 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/content/copytext/components/filedownload.hbs +2 -1
- package/dist/views/components/content/copytext/components/image/figure.hbs +3 -3
- package/dist/views_static/components/content/copytext/components/filedownload.hbs +2 -1
- package/dist/views_static/components/content/copytext/components/image/figure.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/content/copytext/components/filedownload.hbs +2 -1
- package/src/stories/views/components/content/copytext/components/image/figure.hbs +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.57.3 (Fri Feb 09 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- add adjust_context to image-parameter [#838](https://github.com/mumprod/hr-design-system-handlebars/pull/838) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.57.2 (Thu Feb 08 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3305,7 +3305,7 @@ a.link:hover {
|
|
|
3305
3305
|
border-bottom-color: var(--color-secondary-ds);
|
|
3306
3306
|
}
|
|
3307
3307
|
.counter-reset {
|
|
3308
|
-
counter-reset:
|
|
3308
|
+
counter-reset: cnt1707484064855;
|
|
3309
3309
|
}
|
|
3310
3310
|
.hyphens-auto {
|
|
3311
3311
|
-webkit-hyphens: auto;
|
|
@@ -3607,7 +3607,7 @@ a.link:hover {
|
|
|
3607
3607
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3608
3608
|
}
|
|
3609
3609
|
.-ordered {
|
|
3610
|
-
counter-increment:
|
|
3610
|
+
counter-increment: cnt1707484064855 1;
|
|
3611
3611
|
}
|
|
3612
3612
|
.-ordered::before {
|
|
3613
3613
|
position: absolute;
|
|
@@ -3623,7 +3623,7 @@ a.link:hover {
|
|
|
3623
3623
|
letter-spacing: .0125em;
|
|
3624
3624
|
--tw-text-opacity: 1;
|
|
3625
3625
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3626
|
-
content: counter(
|
|
3626
|
+
content: counter(cnt1707484064855);
|
|
3627
3627
|
}
|
|
3628
3628
|
/*! ****************************/
|
|
3629
3629
|
/*! DataPolicy stuff */
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
_variant="copytext"
|
|
29
29
|
_pictureAddClass="ar-16-9"
|
|
30
30
|
_isWebview=../../_isWebview
|
|
31
|
-
_filedownloadLink=../this.link
|
|
31
|
+
_filedownloadLink=../this.link
|
|
32
|
+
_trackingData=../this.toModel.mediaBacklinkToStoryTeaser}}
|
|
32
33
|
{{/with}}
|
|
33
34
|
|
|
34
35
|
<span class="sr-only">{{loca "story_download_outro_sr" }}</span>
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
{{else}}
|
|
5
5
|
{{#if _filedownloadLink }}
|
|
6
6
|
{{#>components/base/link _link=_filedownloadLink }}
|
|
7
|
-
{{> components/base/image/responsive_image _type
|
|
8
|
-
{{/components/base/link}}
|
|
7
|
+
{{> components/base/image/responsive_image _type=../../_type-adjust_context _variant=../../_variant-adjust_context _addClass=../../_pictureAddClass-adjust_context _addClassImg="ar__content" _isWebview=../../_isWebview-adjust_context _noDelay=../../_noDelay-adjust_context}}
|
|
8
|
+
{{/components/base/link}}
|
|
9
9
|
{{#*inline "htmlProperties"}}
|
|
10
|
-
{{~#with
|
|
10
|
+
{{~#with ../../_trackingData-adjust_context }}
|
|
11
11
|
{{> components/tracking/download_tracking}}
|
|
12
12
|
{{/with}}
|
|
13
13
|
{{/inline}}
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
_variant="copytext"
|
|
29
29
|
_pictureAddClass="ar-16-9"
|
|
30
30
|
_isWebview=../../_isWebview
|
|
31
|
-
_filedownloadLink=../this.link
|
|
31
|
+
_filedownloadLink=../this.link
|
|
32
|
+
_trackingData=../this.toModel.mediaBacklinkToStoryTeaser}}
|
|
32
33
|
{{/with}}
|
|
33
34
|
|
|
34
35
|
<span class="sr-only">{{loca "story_download_outro_sr" }}</span>
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
{{#if _filedownloadLink }}
|
|
6
6
|
{{#>components/base/link _link=_filedownloadLink }}
|
|
7
7
|
{{> components/base/image/responsive_image _type=_type _variant=_variant _addClass=_pictureAddClass _addClassImg="ar__content" _isWebview=_isWebview _noDelay=_noDelay}}
|
|
8
|
-
{{/components/base/link}}
|
|
8
|
+
{{/components/base/link}}
|
|
9
9
|
{{#*inline "htmlProperties"}}
|
|
10
|
-
{{~#with
|
|
10
|
+
{{~#with _trackingData }}
|
|
11
11
|
{{> components/tracking/download_tracking}}
|
|
12
12
|
{{/with}}
|
|
13
13
|
{{/inline}}
|
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.57.
|
|
9
|
+
"version": "1.57.3",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
_variant="copytext"
|
|
29
29
|
_pictureAddClass="ar-16-9"
|
|
30
30
|
_isWebview=../../_isWebview
|
|
31
|
-
_filedownloadLink=../this.link
|
|
31
|
+
_filedownloadLink=../this.link
|
|
32
|
+
_trackingData=../this.toModel.mediaBacklinkToStoryTeaser}}
|
|
32
33
|
{{/with}}
|
|
33
34
|
|
|
34
35
|
<span class="sr-only">{{loca "story_download_outro_sr" }}</span>
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
{{else}}
|
|
5
5
|
{{#if _filedownloadLink }}
|
|
6
6
|
{{#>components/base/link _link=_filedownloadLink }}
|
|
7
|
-
{{> components/base/image/responsive_image _type=_type _variant=_variant _addClass=_pictureAddClass _addClassImg="ar__content" _isWebview=_isWebview _noDelay=_noDelay}}
|
|
8
|
-
{{/components/base/link}}
|
|
7
|
+
{{> components/base/image/responsive_image _type=_type-adjust_context _variant=_variant-adjust_context _addClass=_pictureAddClass-adjust_context _addClassImg="ar__content" _isWebview=_isWebview-adjust_context _noDelay=_noDelay-adjust_context}}
|
|
8
|
+
{{/components/base/link}}
|
|
9
9
|
{{#*inline "htmlProperties"}}
|
|
10
|
-
{{~#with
|
|
10
|
+
{{~#with _trackingData-adjust_context }}
|
|
11
11
|
{{> components/tracking/download_tracking}}
|
|
12
12
|
{{/with}}
|
|
13
13
|
{{/inline}}
|