hr-design-system-handlebars 0.74.0 → 0.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 CHANGED
@@ -1,3 +1,16 @@
1
+ # v0.74.1 (Thu Nov 03 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Remove class names from images (disable the zoom effect) [#357](https://github.com/mumprod/hr-design-system-handlebars/pull/357) (zouhair1 [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (zouhair1)
11
+
12
+ ---
13
+
1
14
  # v0.74.0 (Thu Nov 03 2022)
2
15
 
3
16
  #### 🚀 Enhancement
@@ -2188,7 +2188,7 @@ video {
2188
2188
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2189
2189
  }
2190
2190
  .counter-reset {
2191
- counter-reset: cnt1667466967629;
2191
+ counter-reset: cnt1667473950524;
2192
2192
  }
2193
2193
  .line-clamp-4 {
2194
2194
  overflow: hidden;
@@ -2577,7 +2577,7 @@ video {
2577
2577
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2578
2578
  }
2579
2579
  .-ordered {
2580
- counter-increment: cnt1667466967629 1;
2580
+ counter-increment: cnt1667473950524 1;
2581
2581
  }
2582
2582
  .-ordered::before {
2583
2583
  position: absolute;
@@ -2593,7 +2593,7 @@ video {
2593
2593
  letter-spacing: .0125em;
2594
2594
  --tw-text-opacity: 1;
2595
2595
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2596
- content: counter(cnt1667466967629);
2596
+ content: counter(cnt1667473950524);
2597
2597
  }
2598
2598
  .\[-T\:\+Z\] {
2599
2599
  --t: +Z;
@@ -14,7 +14,7 @@
14
14
  {{#decorator 'components/base/link' _cssClasses="c-teaser__mediaLink" _isAriaHidden=true
15
15
  _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.realTeasersize
16
16
  _clickLabelPrefix2="mediaLink" }}
17
- {{~> 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="js-mediaplayer__area ar__content mediaPlayerLoader__mediaplayerArea" _noDelay=../_noDelay ~}}
17
+ {{~> 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=../_noDelay ~}}
18
18
  {{/decorator }}
19
19
  {{/if}}
20
20
  {{/with}}
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.74.0",
9
+ "version": "0.74.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -14,7 +14,7 @@
14
14
  {{#decorator 'components/base/link' _cssClasses="c-teaser__mediaLink" _isAriaHidden=true
15
15
  _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.realTeasersize
16
16
  _clickLabelPrefix2="mediaLink" }}
17
- {{~> 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="js-mediaplayer__area ar__content mediaPlayerLoader__mediaplayerArea" _noDelay=../_noDelay ~}}
17
+ {{~> 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=../_noDelay ~}}
18
18
  {{/decorator }}
19
19
  {{/if}}
20
20
  {{/with}}