hr-design-system-handlebars 0.56.10 → 0.56.11

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.56.11 (Mon Sep 05 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Dpe 1656 [#300](https://github.com/mumprod/hr-design-system-handlebars/pull/300) (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.56.10 (Fri Sep 02 2022)
2
15
 
3
16
  #### 🐛 Bug Fix
@@ -1909,7 +1909,7 @@ video {
1909
1909
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
1910
1910
  }
1911
1911
  .counter-reset {
1912
- counter-reset: cnt1662131944866;
1912
+ counter-reset: cnt1662392589209;
1913
1913
  }
1914
1914
  .placeholder-text-xs::-webkit-input-placeholder {
1915
1915
  font-size: 0.75rem;
@@ -2292,7 +2292,7 @@ video {
2292
2292
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2293
2293
  }
2294
2294
  .-ordered {
2295
- counter-increment: cnt1662131944866 1;
2295
+ counter-increment: cnt1662392589209 1;
2296
2296
  }
2297
2297
  .-ordered::before {
2298
2298
  position: absolute;
@@ -2309,7 +2309,7 @@ video {
2309
2309
  letter-spacing: .0125em;
2310
2310
  --tw-text-opacity: 1;
2311
2311
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2312
- content: counter(cnt1662131944866);
2312
+ content: counter(cnt1662392589209);
2313
2313
  }
2314
2314
  /*! purgecss start ignore */
2315
2315
  :root,
@@ -1,5 +1,5 @@
1
1
 
2
- {{#>components/base/link link=this.logicItem.includeModel.link css="group" doTracking=(if this.logicItem.includeModel.doTracking 'true') clickLabelPrefix1="clusterTeaserLink" clickLabelPrefix2="Link" }}
2
+ {{#>components/base/link link=this.logicItem.includeModel.link _css="group" _doTracking=(if this.logicItem.includeModel.doTracking 'true') _clickLabelPrefix1="clusterTeaserLink" _clickLabelPrefix2="Link" }}
3
3
  {{> components/teaser/components/teaser_heading
4
4
  _headlineTag=this.logicItem.includeModel.headlineTag
5
5
  _label=this.logicItem.includeModel.label
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.56.10",
9
+ "version": "0.56.11",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -1,5 +1,5 @@
1
1
 
2
- {{#>components/base/link link=this.logicItem.includeModel.link css="group" doTracking=(if this.logicItem.includeModel.doTracking 'true') clickLabelPrefix1="clusterTeaserLink" clickLabelPrefix2="Link" }}
2
+ {{#>components/base/link link=this.logicItem.includeModel.link _css="group" _doTracking=(if this.logicItem.includeModel.doTracking 'true') _clickLabelPrefix1="clusterTeaserLink" _clickLabelPrefix2="Link" }}
3
3
  {{> components/teaser/components/teaser_heading
4
4
  _headlineTag=this.logicItem.includeModel.headlineTag
5
5
  _label=this.logicItem.includeModel.label