hr-design-system-handlebars 1.5.4 → 1.5.6

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,27 @@
1
+ # v1.5.6 (Tue Feb 21 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - text-4xl for mobile group titles [#567](https://github.com/mumprod/hr-design-system-handlebars/pull/567) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
13
+ # v1.5.5 (Tue Feb 21 2023)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - BUGFIX: Channel in Podcast Playlist Player do flu into Title [#565](https://github.com/mumprod/hr-design-system-handlebars/pull/565) ([@mariokinzel](https://github.com/mariokinzel))
18
+
19
+ #### Authors: 1
20
+
21
+ - [@mariokinzel](https://github.com/mariokinzel)
22
+
23
+ ---
24
+
1
25
  # v1.5.4 (Tue Feb 21 2023)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -2657,7 +2657,7 @@ video {
2657
2657
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2658
2658
  }
2659
2659
  .counter-reset {
2660
- counter-reset: cnt1676984847537;
2660
+ counter-reset: cnt1676986317486;
2661
2661
  }
2662
2662
  .line-clamp-4 {
2663
2663
  overflow: hidden;
@@ -2891,7 +2891,7 @@ video {
2891
2891
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2892
2892
  }
2893
2893
  .-ordered {
2894
- counter-increment: cnt1676984847537 1;
2894
+ counter-increment: cnt1676986317486 1;
2895
2895
  }
2896
2896
  .-ordered::before {
2897
2897
  position: absolute;
@@ -2907,7 +2907,7 @@ video {
2907
2907
  letter-spacing: .0125em;
2908
2908
  --tw-text-opacity: 1;
2909
2909
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2910
- content: counter(cnt1676984847537);
2910
+ content: counter(cnt1676986317486);
2911
2911
  }
2912
2912
  /*! ****************************/
2913
2913
  /*! text-shadow */
@@ -1,7 +1,7 @@
1
1
  {{#if this.hasGroupItems}}
2
2
  {{#>components/grid/grid_group _backgroundColor=this.backgroundColor }}
3
3
  {{~#if this.hasGroupTitle}}
4
- <{{if this.headlineTag this.headlineTag "h2"}} class="text-2xl{{#unless this.isRelatedContent}} md:text-4xl{{/unless}} col-span-full py-0 font-title {{#if this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
4
+ <{{if this.headlineTag this.headlineTag "h2"}} class="{{#if this.isRelatedContent}} text-2xl {{else}} text-4xl {{/if}} col-span-full py-0 font-title {{#if this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
5
5
  {{~#if this.hasLink}}<a class="no-underline hover:underline decoration-1 md:decoration-2 text-link" href="{{this.link.url}}">{{/if~}}
6
6
  {{this.groupTitle}}
7
7
  {{~#if this.hasLink}}</a>{{/if~}}
@@ -2,7 +2,7 @@
2
2
  {{#>components/grid/grid_group size=this.teaserSize }}
3
3
  <div class="grid items-start content-start h-auto grid-cols-12 col-span-12 py-5 mx-5 group-accented sm:p-5 sm:mx-0 rounded-tl-hr rounded-br-hr bg-highlight-1 gap-x-6 gap-y-5">
4
4
  {{~#if this.hasGroupTitle}}
5
- <h2 class="text-2xl px-5 sm:px-0 md:text-4xl col-span-full pt-0 pb-4 font-title {{#if this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
5
+ <h2 class="text-4xl px-5 sm:px-0 col-span-full pt-0 pb-4 font-title {{#if this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
6
6
  {{~#if this.hasLink}}<a class="no-underline hover:underline decoration-1 md:decoration-2 text-blue-science" href="{{this.link.url}}">{{/if~}}
7
7
  {{this.groupTitle}}
8
8
  {{~#if this.hasLink}}</a>{{/if~}}
@@ -17,7 +17,7 @@
17
17
 
18
18
 
19
19
  {{!-- Airdate --}}
20
- <div class="flex text-xs grow font-headingSerif text-podcast-text">
20
+ <div class="text-xs grow font-headingSerif text-podcast-text">
21
21
  {{#unless ../../../../this.isSingleChannel ~}}
22
22
  <span>{{this.podcastChannel.title}}</span>
23
23
  <span class="mx-1">|</span>
@@ -27,14 +27,14 @@
27
27
 
28
28
  {{!-- Download --}}
29
29
  {{> components/teaser/podcast/podcast_downloadbutton
30
- _addClass="ml-2"
30
+ _addClass="-mb-2 ml-2"
31
31
  _iconClass="h-6 w-6 text-podcast-text fill-current"
32
32
  _url=this.podcastDownloadUrl
33
33
  }}
34
34
 
35
35
  </div>
36
36
 
37
- <div class="flex -mt-2 w-fit max-w-3/4 ">
37
+ <div class="flex w-fit max-w-3/4 ">
38
38
  {{> components/teaser/podcast/podcast_item_title
39
39
  _title=this.title
40
40
  _teaserSize=this.teaserSize
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.5.4",
9
+ "version": "1.5.6",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -1,7 +1,7 @@
1
1
  {{#if this.hasGroupItems}}
2
2
  {{#>components/grid/grid_group _backgroundColor=this.backgroundColor }}
3
3
  {{~#if this.hasGroupTitle}}
4
- <{{if this.headlineTag this.headlineTag "h2"}} class="text-2xl{{#unless this.isRelatedContent}} md:text-4xl{{/unless}} col-span-full py-0 font-title {{#if this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
4
+ <{{if this.headlineTag this.headlineTag "h2"}} class="{{#if this.isRelatedContent}} text-2xl {{else}} text-4xl {{/if}} col-span-full py-0 font-title {{#if this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
5
5
  {{~#if this.hasLink}}<a class="no-underline hover:underline decoration-1 md:decoration-2 text-link" href="{{this.link.url}}">{{/if~}}
6
6
  {{this.groupTitle}}
7
7
  {{~#if this.hasLink}}</a>{{/if~}}
@@ -2,7 +2,7 @@
2
2
  {{#>components/grid/grid_group size=this.teaserSize }}
3
3
  <div class="grid items-start content-start h-auto grid-cols-12 col-span-12 py-5 mx-5 group-accented sm:p-5 sm:mx-0 rounded-tl-hr rounded-br-hr bg-highlight-1 gap-x-6 gap-y-5">
4
4
  {{~#if this.hasGroupTitle}}
5
- <h2 class="text-2xl px-5 sm:px-0 md:text-4xl col-span-full pt-0 pb-4 font-title {{#if this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
5
+ <h2 class="text-4xl px-5 sm:px-0 col-span-full pt-0 pb-4 font-title {{#if this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
6
6
  {{~#if this.hasLink}}<a class="no-underline hover:underline decoration-1 md:decoration-2 text-blue-science" href="{{this.link.url}}">{{/if~}}
7
7
  {{this.groupTitle}}
8
8
  {{~#if this.hasLink}}</a>{{/if~}}
@@ -17,7 +17,7 @@
17
17
 
18
18
 
19
19
  {{!-- Airdate --}}
20
- <div class="flex text-xs grow font-headingSerif text-podcast-text">
20
+ <div class="text-xs grow font-headingSerif text-podcast-text">
21
21
  {{#unless ../../../../this.isSingleChannel ~}}
22
22
  <span>{{this.podcastChannel.title}}</span>
23
23
  <span class="mx-1">|</span>
@@ -27,14 +27,14 @@
27
27
 
28
28
  {{!-- Download --}}
29
29
  {{> components/teaser/podcast/podcast_downloadbutton
30
- _addClass="ml-2"
30
+ _addClass="-mb-2 ml-2"
31
31
  _iconClass="h-6 w-6 text-podcast-text fill-current"
32
32
  _url=this.podcastDownloadUrl
33
33
  }}
34
34
 
35
35
  </div>
36
36
 
37
- <div class="flex -mt-2 w-fit max-w-3/4 ">
37
+ <div class="flex w-fit max-w-3/4 ">
38
38
  {{> components/teaser/podcast/podcast_item_title
39
39
  _title=this.title
40
40
  _teaserSize=this.teaserSize