hr-design-system-handlebars 1.74.0 → 1.74.1
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 +13 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/teaser/components/teaser_media_player.hbs +7 -4
- package/dist/views_static/components/teaser/components/teaser_media_player.hbs +7 -4
- package/package.json +1 -1
- package/src/stories/views/components/teaser/components/teaser_media_player.hbs +7 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v1.74.1 (Tue Jun 18 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- hide geotag for video in copytext [#955](https://github.com/mumprod/hr-design-system-handlebars/pull/955) (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.74.0 (Tue Jun 18 2024)
|
|
2
15
|
|
|
3
16
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -3365,7 +3365,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3365
3365
|
border-bottom-color: var(--color-secondary-ds);
|
|
3366
3366
|
}
|
|
3367
3367
|
.counter-reset {
|
|
3368
|
-
counter-reset:
|
|
3368
|
+
counter-reset: cnt1718719759721;
|
|
3369
3369
|
}
|
|
3370
3370
|
.hyphens-auto {
|
|
3371
3371
|
-webkit-hyphens: auto;
|
|
@@ -3744,7 +3744,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3744
3744
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3745
3745
|
}
|
|
3746
3746
|
.-ordered {
|
|
3747
|
-
counter-increment:
|
|
3747
|
+
counter-increment: cnt1718719759721 1;
|
|
3748
3748
|
}
|
|
3749
3749
|
.-ordered::before {
|
|
3750
3750
|
position: absolute;
|
|
@@ -3760,7 +3760,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3760
3760
|
letter-spacing: .0125em;
|
|
3761
3761
|
--tw-text-opacity: 1;
|
|
3762
3762
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3763
|
-
content: counter(
|
|
3763
|
+
content: counter(cnt1718719759721);
|
|
3764
3764
|
}
|
|
3765
3765
|
/*! ****************************/
|
|
3766
3766
|
/*! DataPolicy stuff */
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
<div class="relative{{#if _css}} {{_css}}{{/if}} {{_aspectRatio}}" x-show="!avStart" >
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
|
|
3
|
+
{{#unless _isUsedInCopytext}}
|
|
4
|
+
{{#unless this.hideGeotag}}
|
|
5
|
+
{{~#with this.geotag}}
|
|
6
|
+
{{> components/geoTag/geoTag _text=this.[0].title _teaserSize=../this.teaserSize _isMobile1to1=../this.isMobile1to1}}
|
|
7
|
+
{{/with~}}
|
|
8
|
+
{{/unless}}
|
|
6
9
|
{{/unless}}
|
|
7
10
|
|
|
8
11
|
{{#if this.isTickerTeaser}}<a href="{{this.link.url}}" aria-label="Zum Ticker" tabindex="-1"{{#if (isUserConsentNeeded this.link.url)}} class="js-user-consent-needed"{{/if}}>{{/if}}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
<div class="relative{{#if _css}} {{_css}}{{/if}} {{_aspectRatio}}" x-show="!avStart" >
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
|
|
3
|
+
{{#unless _isUsedInCopytext}}
|
|
4
|
+
{{#unless this.hideGeotag}}
|
|
5
|
+
{{~#with this.geotag}}
|
|
6
|
+
{{> components/geoTag/geoTag _text=this.[0].title _teaserSize=../this.teaserSize _isMobile1to1=../this.isMobile1to1}}
|
|
7
|
+
{{/with~}}
|
|
8
|
+
{{/unless}}
|
|
6
9
|
{{/unless}}
|
|
7
10
|
|
|
8
11
|
{{#if this.isTickerTeaser}}<a href="{{this.link.url}}" aria-label="Zum Ticker" tabindex="-1"{{#if (isUserConsentNeeded this.link.url)}} class="js-user-consent-needed"{{/if}}>{{/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.74.
|
|
9
|
+
"version": "1.74.1",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
<div class="relative{{#if _css}} {{_css}}{{/if}} {{_aspectRatio}}" x-show="!avStart" >
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
|
|
3
|
+
{{#unless _isUsedInCopytext}}
|
|
4
|
+
{{#unless this.hideGeotag}}
|
|
5
|
+
{{~#with this.geotag}}
|
|
6
|
+
{{> components/geoTag/geoTag _text=this.[0].title _teaserSize=../this.teaserSize _isMobile1to1=../this.isMobile1to1}}
|
|
7
|
+
{{/with~}}
|
|
8
|
+
{{/unless}}
|
|
6
9
|
{{/unless}}
|
|
7
10
|
|
|
8
11
|
{{#if this.isTickerTeaser}}<a href="{{this.link.url}}" aria-label="Zum Ticker" tabindex="-1"{{#if (isUserConsentNeeded this.link.url)}} class="js-user-consent-needed"{{/if}}>{{/if}}
|