hr-design-system-handlebars 0.119.0 → 0.119.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/mediaplayer/media_player.hbs +3 -5
- package/dist/views/components/teaser/components/teaser_lead.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/mediaplayer/media_player.hbs +3 -5
- package/src/stories/views/components/teaser/components/teaser_lead.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v0.119.1 (Wed Jan 18 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- bugfix geoTag [#482](https://github.com/mumprod/hr-design-system-handlebars/pull/482) (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
|
# v0.119.0 (Wed Jan 18 2023)
|
|
2
15
|
|
|
3
16
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -2400,7 +2400,7 @@ video {
|
|
|
2400
2400
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2401
2401
|
}
|
|
2402
2402
|
.counter-reset {
|
|
2403
|
-
counter-reset:
|
|
2403
|
+
counter-reset: cnt1674047027632;
|
|
2404
2404
|
}
|
|
2405
2405
|
.line-clamp-4 {
|
|
2406
2406
|
overflow: hidden;
|
|
@@ -2618,7 +2618,7 @@ video {
|
|
|
2618
2618
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2619
2619
|
}
|
|
2620
2620
|
.-ordered {
|
|
2621
|
-
counter-increment:
|
|
2621
|
+
counter-increment: cnt1674047027632 1;
|
|
2622
2622
|
}
|
|
2623
2623
|
.-ordered::before {
|
|
2624
2624
|
position: absolute;
|
|
@@ -2634,7 +2634,7 @@ video {
|
|
|
2634
2634
|
letter-spacing: .0125em;
|
|
2635
2635
|
--tw-text-opacity: 1;
|
|
2636
2636
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2637
|
-
content: counter(
|
|
2637
|
+
content: counter(cnt1674047027632);
|
|
2638
2638
|
}
|
|
2639
2639
|
/*! ****************************/
|
|
2640
2640
|
/*! text-shadow */
|
|
@@ -3,11 +3,9 @@
|
|
|
3
3
|
{{#if _isTeaser}}
|
|
4
4
|
<div class="relative {{_aspectRatio}}" x-show="!avStart" >
|
|
5
5
|
{{#unless _hideGeotag}}
|
|
6
|
-
{{
|
|
7
|
-
{{
|
|
8
|
-
|
|
9
|
-
{{/with~}}
|
|
10
|
-
{{/unless}}
|
|
6
|
+
{{~#with _geotag}}
|
|
7
|
+
{{> components/geoTag/geoTag _text=this.[0].title _teaserSize=../_teaserSize _isMobile1to1=../_isMobile1to1}}
|
|
8
|
+
{{/with~}}
|
|
11
9
|
{{/unless}}
|
|
12
10
|
{{#with _teaser}}
|
|
13
11
|
{{~> components/base/image/responsive_image this.teaserImage _type=(if this.teaserType this.teaserType 'story') _variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg="ar__content" _noDelay=this.dontLazyload ~}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{~#if this.allowAVConsumption ~}}
|
|
2
2
|
{{> components/teaser/components/teaser_av_consumption _aspectRatio=_aspectRatio _isMobile1to1=_isMobile1to1 _teaserSize=_teaserSize _teaserType=_teaserType }}
|
|
3
3
|
{{else}}
|
|
4
|
-
{{> components/teaser/components/teaser_image _isMobile1to1=_isMobile1to1 }}
|
|
4
|
+
{{> components/teaser/components/teaser_image _isMobile1to1=_isMobile1to1 _teaserSize=_teaserSize}}
|
|
5
5
|
{{/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": "0.119.
|
|
9
|
+
"version": "0.119.1",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -3,11 +3,9 @@
|
|
|
3
3
|
{{#if _isTeaser}}
|
|
4
4
|
<div class="relative {{_aspectRatio}}" x-show="!avStart" >
|
|
5
5
|
{{#unless _hideGeotag}}
|
|
6
|
-
{{
|
|
7
|
-
{{
|
|
8
|
-
|
|
9
|
-
{{/with~}}
|
|
10
|
-
{{/unless}}
|
|
6
|
+
{{~#with _geotag}}
|
|
7
|
+
{{> components/geoTag/geoTag _text=this.[0].title _teaserSize=../_teaserSize _isMobile1to1=../_isMobile1to1}}
|
|
8
|
+
{{/with~}}
|
|
11
9
|
{{/unless}}
|
|
12
10
|
{{#with _teaser}}
|
|
13
11
|
{{~> components/base/image/responsive_image this.teaserImage _type=(if this.teaserType this.teaserType 'story') _variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg="ar__content" _noDelay=this.dontLazyload ~}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{~#if this.allowAVConsumption ~}}
|
|
2
2
|
{{> components/teaser/components/teaser_av_consumption _aspectRatio=_aspectRatio _isMobile1to1=_isMobile1to1 _teaserSize=_teaserSize _teaserType=_teaserType }}
|
|
3
3
|
{{else}}
|
|
4
|
-
{{> components/teaser/components/teaser_image _isMobile1to1=_isMobile1to1 }}
|
|
4
|
+
{{> components/teaser/components/teaser_image _isMobile1to1=_isMobile1to1 _teaserSize=_teaserSize}}
|
|
5
5
|
{{/if}}
|