hr-design-system-handlebars 1.16.0 → 1.16.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 CHANGED
@@ -1,3 +1,16 @@
1
+ # v1.16.1 (Wed May 03 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - removes addClassImg statement [#621](https://github.com/mumprod/hr-design-system-handlebars/pull/621) (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.16.0 (Wed May 03 2023)
2
15
 
3
16
  #### 🚀 Enhancement
@@ -2677,7 +2677,7 @@ video {
2677
2677
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2678
2678
  }
2679
2679
  .counter-reset {
2680
- counter-reset: cnt1683113019578;
2680
+ counter-reset: cnt1683113748894;
2681
2681
  }
2682
2682
  .hyphens-auto {
2683
2683
  -webkit-hyphens: auto;
@@ -2915,7 +2915,7 @@ video {
2915
2915
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2916
2916
  }
2917
2917
  .-ordered {
2918
- counter-increment: cnt1683113019578 1;
2918
+ counter-increment: cnt1683113748894 1;
2919
2919
  }
2920
2920
  .-ordered::before {
2921
2921
  position: absolute;
@@ -2931,7 +2931,7 @@ video {
2931
2931
  letter-spacing: .0125em;
2932
2932
  --tw-text-opacity: 1;
2933
2933
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2934
- content: counter(cnt1683113019578);
2934
+ content: counter(cnt1683113748894);
2935
2935
  }
2936
2936
  /*! ****************************/
2937
2937
  /*! text-shadow */
@@ -3,7 +3,7 @@
3
3
  {{> components/geoTag/geoTag _text=this.[0].title _teaserSize=../_teaserSize _isMobile1to1=../_isMobile1to1 }}
4
4
  {{/with~}}
5
5
  {{/unless}}
6
- {{~> components/base/image/responsive_image this.teaserImage _type=this.teaserType _variant=this.imageVariant _noDelay=this.dontLazyload _addClassImg=(if this.isTicker 'rounded-tl-hr') ~}}
6
+ {{~> components/base/image/responsive_image this.teaserImage _type=this.teaserType _variant=this.imageVariant _noDelay=this.dontLazyload _addClassImg=_addClassImg ~}}
7
7
  {{#if this.isProgram}}
8
8
  {{#if this.showMediatheksLink}}
9
9
  {{#with this}}
@@ -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 _teaserSize=_teaserSize}}
4
+ {{> components/teaser/components/teaser_image _isMobile1to1=_isMobile1to1 _teaserSize=_teaserSize _addClassImg=_addClassImg}}
5
5
  {{/if}}
@@ -11,7 +11,7 @@
11
11
  <figure class="{{> components/teaser/utilities/teaser_image_cypress_hook_classes}}relative
12
12
  {{~#if this.isMobile1to1}} basis-2/5 w-2/5 ar-1-1 md:basis-full md:w-full md:ar-16-9{{else}} ar-16-9 w-full{{/if~}}"
13
13
  {{~#if this.isMobile1to1}} :class="{'ar-16-9 w-full basis-full': avStart,'ar-1-1 basis-2/5 w-2/5':!avStart}"{{/if}} >
14
- {{> components/teaser/components/teaser_lead _isMobile1to1=this.isMobile1to1 _teaserSize=this.teaserSize _teaserType=this.teaserType _aspectRatio=(if this.isMobile1to1 'ar-1-1 md:ar-16-9' (inline-switch this.teaserSize '["25"]' '["ar-1-1 md:ar-16-9", "ar-16-9"]')) }}
14
+ {{> components/teaser/components/teaser_lead _addClassImg="rounded-tl-hr" _isMobile1to1=this.isMobile1to1 _teaserSize=this.teaserSize _teaserType=this.teaserType _aspectRatio=(if this.isMobile1to1 'ar-1-1 md:ar-16-9' (inline-switch this.teaserSize '["25"]' '["ar-1-1 md:ar-16-9", "ar-16-9"]')) }}
15
15
  </figure>
16
16
  {{#if this.displayTeaserBodyAsImageOverlay}}
17
17
  {{#decorator 'components/teaser/components/teaser_image_overlay' _noOverlayInMobileViewports=true _cssClasses=" relative md:absolute w-full bottom-0"}}
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.16.0",
9
+ "version": "1.16.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -3,7 +3,7 @@
3
3
  {{> components/geoTag/geoTag _text=this.[0].title _teaserSize=../_teaserSize _isMobile1to1=../_isMobile1to1 }}
4
4
  {{/with~}}
5
5
  {{/unless}}
6
- {{~> components/base/image/responsive_image this.teaserImage _type=this.teaserType _variant=this.imageVariant _noDelay=this.dontLazyload _addClassImg=(if this.isTicker 'rounded-tl-hr') ~}}
6
+ {{~> components/base/image/responsive_image this.teaserImage _type=this.teaserType _variant=this.imageVariant _noDelay=this.dontLazyload _addClassImg=_addClassImg ~}}
7
7
  {{#if this.isProgram}}
8
8
  {{#if this.showMediatheksLink}}
9
9
  {{#with this}}
@@ -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 _teaserSize=_teaserSize}}
4
+ {{> components/teaser/components/teaser_image _isMobile1to1=_isMobile1to1 _teaserSize=_teaserSize _addClassImg=_addClassImg}}
5
5
  {{/if}}
@@ -11,7 +11,7 @@
11
11
  <figure class="{{> components/teaser/utilities/teaser_image_cypress_hook_classes}}relative
12
12
  {{~#if this.isMobile1to1}} basis-2/5 w-2/5 ar-1-1 md:basis-full md:w-full md:ar-16-9{{else}} ar-16-9 w-full{{/if~}}"
13
13
  {{~#if this.isMobile1to1}} :class="{'ar-16-9 w-full basis-full': avStart,'ar-1-1 basis-2/5 w-2/5':!avStart}"{{/if}} >
14
- {{> components/teaser/components/teaser_lead _isMobile1to1=this.isMobile1to1 _teaserSize=this.teaserSize _teaserType=this.teaserType _aspectRatio=(if this.isMobile1to1 'ar-1-1 md:ar-16-9' (inline-switch this.teaserSize '["25"]' '["ar-1-1 md:ar-16-9", "ar-16-9"]')) }}
14
+ {{> components/teaser/components/teaser_lead _addClassImg="rounded-tl-hr" _isMobile1to1=this.isMobile1to1 _teaserSize=this.teaserSize _teaserType=this.teaserType _aspectRatio=(if this.isMobile1to1 'ar-1-1 md:ar-16-9' (inline-switch this.teaserSize '["25"]' '["ar-1-1 md:ar-16-9", "ar-16-9"]')) }}
15
15
  </figure>
16
16
  {{#if this.displayTeaserBodyAsImageOverlay}}
17
17
  {{#decorator 'components/teaser/components/teaser_image_overlay' _noOverlayInMobileViewports=true _cssClasses=" relative md:absolute w-full bottom-0"}}