hr-design-system-handlebars 0.61.0 → 0.61.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.61.1 (Mon Oct 10 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Dpe 1677 [#334](https://github.com/mumprod/hr-design-system-handlebars/pull/334) (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.61.0 (Fri Oct 07 2022)
2
15
 
3
16
  #### 🚀 Enhancement
@@ -2033,7 +2033,7 @@ video {
2033
2033
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2034
2034
  }
2035
2035
  .counter-reset {
2036
- counter-reset: cnt1665158464401;
2036
+ counter-reset: cnt1665404901744;
2037
2037
  }
2038
2038
  .line-clamp-2 {
2039
2039
  overflow: hidden;
@@ -2422,7 +2422,7 @@ video {
2422
2422
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2423
2423
  }
2424
2424
  .-ordered {
2425
- counter-increment: cnt1665158464401 1;
2425
+ counter-increment: cnt1665404901744 1;
2426
2426
  }
2427
2427
  .-ordered::before {
2428
2428
  position: absolute;
@@ -2439,7 +2439,7 @@ video {
2439
2439
  letter-spacing: .0125em;
2440
2440
  --tw-text-opacity: 1;
2441
2441
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2442
- content: counter(cnt1665158464401);
2442
+ content: counter(cnt1665404901744);
2443
2443
  }
2444
2444
  /*! purgecss start ignore */
2445
2445
  :root,
@@ -3,7 +3,7 @@
3
3
  <h2 class="flex items-center px-5 py-6 font-bold font-headingSerif text-blue-congress">
4
4
  {{#if this.teaserLogo}}
5
5
  <span>
6
- {{> components/base/image/icon _icon=this.teaserLogo _iconmap="logo" _addClass=(if this.isHessenschauLogo 'fill-[#005293] w-10 md:w-12 h-10 md:h-12' 'fill-[#005293] w-40 lg:w-52 h-8 md:h-12')}}
6
+ {{> components/base/image/icon _icon=this.teaserLogo _iconmap="logo" _addClass=(inline-switch this.teaserLogo '["hessenschau_de"]' '["fill-[#005293] w-10 md:w-12 h-10 md:h-12","fill-[#005293] w-40 lg:w-52 h-8 md:h-12"]')}}
7
7
  </span>
8
8
  {{/if}}
9
9
  {{#if this.title}}
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.61.0",
9
+ "version": "0.61.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -3,7 +3,7 @@
3
3
  <h2 class="flex items-center px-5 py-6 font-bold font-headingSerif text-blue-congress">
4
4
  {{#if this.teaserLogo}}
5
5
  <span>
6
- {{> components/base/image/icon _icon=this.teaserLogo _iconmap="logo" _addClass=(if this.isHessenschauLogo 'fill-[#005293] w-10 md:w-12 h-10 md:h-12' 'fill-[#005293] w-40 lg:w-52 h-8 md:h-12')}}
6
+ {{> components/base/image/icon _icon=this.teaserLogo _iconmap="logo" _addClass=(inline-switch this.teaserLogo '["hessenschau_de"]' '["fill-[#005293] w-10 md:w-12 h-10 md:h-12","fill-[#005293] w-40 lg:w-52 h-8 md:h-12"]')}}
7
7
  </span>
8
8
  {{/if}}
9
9
  {{#if this.title}}