hr-design-system-handlebars 1.1.2 → 1.1.3

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,15 @@
1
+ # v1.1.3 (Fri Feb 10 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - realTeaserSize for podcast Image [#540](https://github.com/mumprod/hr-design-system-handlebars/pull/540) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.1.2 (Fri Feb 10 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -2646,7 +2646,7 @@ video {
2646
2646
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2647
2647
  }
2648
2648
  .counter-reset {
2649
- counter-reset: cnt1676038383843;
2649
+ counter-reset: cnt1676039675231;
2650
2650
  }
2651
2651
  .line-clamp-4 {
2652
2652
  overflow: hidden;
@@ -2880,7 +2880,7 @@ video {
2880
2880
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2881
2881
  }
2882
2882
  .-ordered {
2883
- counter-increment: cnt1676038383843 1;
2883
+ counter-increment: cnt1676039675231 1;
2884
2884
  }
2885
2885
  .-ordered::before {
2886
2886
  position: absolute;
@@ -2896,7 +2896,7 @@ video {
2896
2896
  letter-spacing: .0125em;
2897
2897
  --tw-text-opacity: 1;
2898
2898
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2899
- content: counter(cnt1676038383843);
2899
+ content: counter(cnt1676039675231);
2900
2900
  }
2901
2901
  /*! ****************************/
2902
2902
  /*! text-shadow */
@@ -37,7 +37,7 @@
37
37
 
38
38
  {{!-- Podcast Image --}}
39
39
  <div class="flex flex-col ">
40
- <div class="w-22 {{inline-switch this.teaserSize '["100","50"]' '["md:w-32 lg:w-42","md:w-22 lg:w-32", ""]'}}">
40
+ <div class="w-22 {{inline-switch this.realTeaserSize '["100","50"]' '["md:w-32 lg:w-42","md:w-22 lg:w-32", ""]'}}">
41
41
  {{> components/base/image/responsive_image this.teaseritem
42
42
  _type="podcastEpisodePlayer"
43
43
  _variant="default"
@@ -29,7 +29,7 @@
29
29
 
30
30
  {{!-- Podcast Image --}}
31
31
  <div class="flex flex-col pb-5">
32
- <div class="w-24 md:w-32 lg:w-42">
32
+ <div class="w-22 {{inline-switch this.realTeaserSize '["100","50"]' '["md:w-32 lg:w-42","md:w-22 lg:w-32", ""]'}}">
33
33
  {{> components/base/image/responsive_image this.teaseritem
34
34
  _type="podcastEpisodePlayer"
35
35
  _variant="default"
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.1.2",
9
+ "version": "1.1.3",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -37,7 +37,7 @@
37
37
 
38
38
  {{!-- Podcast Image --}}
39
39
  <div class="flex flex-col ">
40
- <div class="w-22 {{inline-switch this.teaserSize '["100","50"]' '["md:w-32 lg:w-42","md:w-22 lg:w-32", ""]'}}">
40
+ <div class="w-22 {{inline-switch this.realTeaserSize '["100","50"]' '["md:w-32 lg:w-42","md:w-22 lg:w-32", ""]'}}">
41
41
  {{> components/base/image/responsive_image this.teaseritem
42
42
  _type="podcastEpisodePlayer"
43
43
  _variant="default"
@@ -29,7 +29,7 @@
29
29
 
30
30
  {{!-- Podcast Image --}}
31
31
  <div class="flex flex-col pb-5">
32
- <div class="w-24 md:w-32 lg:w-42">
32
+ <div class="w-22 {{inline-switch this.realTeaserSize '["100","50"]' '["md:w-32 lg:w-42","md:w-22 lg:w-32", ""]'}}">
33
33
  {{> components/base/image/responsive_image this.teaseritem
34
34
  _type="podcastEpisodePlayer"
35
35
  _variant="default"