hr-design-system-handlebars 0.117.5 → 0.117.7

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.
@@ -94,7 +94,7 @@ const customViewports = {
94
94
  hrMd: {
95
95
  name: 'hr: MD - 768px',
96
96
  styles: {
97
- width: '768px',
97
+ width: '769px',
98
98
  height: '1000px',
99
99
  },
100
100
  },
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v0.117.7 (Thu Jan 12 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Dpe 1981 ff [#472](https://github.com/mumprod/hr-design-system-handlebars/pull/472) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
13
+ # v0.117.6 (Thu Jan 12 2023)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Dpe 1947 podcast channel player 50% layout 768px [#471](https://github.com/mumprod/hr-design-system-handlebars/pull/471) ([@StefanVesper](https://github.com/StefanVesper))
18
+
19
+ #### Authors: 1
20
+
21
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
22
+
23
+ ---
24
+
1
25
  # v0.117.5 (Thu Jan 12 2023)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -826,12 +826,12 @@ video {
826
826
  .mt-2 {
827
827
  margin-top: 0.5rem;
828
828
  }
829
- .mt-0 {
830
- margin-top: 0px;
831
- }
832
829
  .mb-2 {
833
830
  margin-bottom: 0.5rem;
834
831
  }
832
+ .mt-0 {
833
+ margin-top: 0px;
834
+ }
835
835
  .mb-0 {
836
836
  margin-bottom: 0px;
837
837
  }
@@ -1015,9 +1015,6 @@ video {
1015
1015
  .h-1 {
1016
1016
  height: 0.25rem;
1017
1017
  }
1018
- .h-24 {
1019
- height: 6rem;
1020
- }
1021
1018
  .max-h-0 {
1022
1019
  max-height: 0px;
1023
1020
  }
@@ -1484,10 +1481,6 @@ video {
1484
1481
  .bg-transparent {
1485
1482
  background-color: transparent;
1486
1483
  }
1487
- .bg-grey-light {
1488
- --tw-bg-opacity: 1;
1489
- background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
1490
- }
1491
1484
  .bg-gray-200 {
1492
1485
  --tw-bg-opacity: 1;
1493
1486
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
@@ -1741,6 +1734,9 @@ video {
1741
1734
  padding-top: 1px;
1742
1735
  padding-bottom: 1px;
1743
1736
  }
1737
+ .pt-1 {
1738
+ padding-top: 0.25rem;
1739
+ }
1744
1740
  .pl-2 {
1745
1741
  padding-left: 0.5rem;
1746
1742
  }
@@ -1753,9 +1749,6 @@ video {
1753
1749
  .pr-2 {
1754
1750
  padding-right: 0.5rem;
1755
1751
  }
1756
- .pt-1 {
1757
- padding-top: 0.25rem;
1758
- }
1759
1752
  .pb-1 {
1760
1753
  padding-bottom: 0.25rem;
1761
1754
  }
@@ -2231,7 +2224,7 @@ video {
2231
2224
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2232
2225
  }
2233
2226
  .counter-reset {
2234
- counter-reset: cnt1673514153863;
2227
+ counter-reset: cnt1673527606673;
2235
2228
  }
2236
2229
  .line-clamp-4 {
2237
2230
  overflow: hidden;
@@ -2463,7 +2456,7 @@ video {
2463
2456
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2464
2457
  }
2465
2458
  .-ordered {
2466
- counter-increment: cnt1673514153863 1;
2459
+ counter-increment: cnt1673527606673 1;
2467
2460
  }
2468
2461
  .-ordered::before {
2469
2462
  position: absolute;
@@ -2479,7 +2472,7 @@ video {
2479
2472
  letter-spacing: .0125em;
2480
2473
  --tw-text-opacity: 1;
2481
2474
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2482
- content: counter(cnt1673514153863);
2475
+ content: counter(cnt1673527606673);
2483
2476
  }
2484
2477
  /*! ****************************/
2485
2478
  /*! text-shadow */
@@ -3517,10 +3510,6 @@ video {
3517
3510
  margin-right: 1.5rem;
3518
3511
  }
3519
3512
 
3520
- .xs\:w-24 {
3521
- width: 6rem;
3522
- }
3523
-
3524
3513
  .xs\:line-clamp-6 {
3525
3514
  overflow: hidden;
3526
3515
  display: -webkit-box;
@@ -3695,10 +3684,6 @@ video {
3695
3684
  margin-bottom: 4rem;
3696
3685
  }
3697
3686
 
3698
- .md\:-mt-14 {
3699
- margin-top: -3.5rem;
3700
- }
3701
-
3702
3687
  .md\:\!mb-2 {
3703
3688
  margin-bottom: 0.5rem !important;
3704
3689
  }
@@ -3763,10 +3748,6 @@ video {
3763
3748
  height: 2rem;
3764
3749
  }
3765
3750
 
3766
- .md\:h-42 {
3767
- height: 10.5rem;
3768
- }
3769
-
3770
3751
  .md\:w-1\/2 {
3771
3752
  width: 50%;
3772
3753
  }
@@ -3803,8 +3784,12 @@ video {
3803
3784
  width: 3rem;
3804
3785
  }
3805
3786
 
3806
- .md\:w-42 {
3807
- width: 10.5rem;
3787
+ .md\:w-32 {
3788
+ width: 8rem;
3789
+ }
3790
+
3791
+ .md\:w-22 {
3792
+ width: 5.5rem;
3808
3793
  }
3809
3794
 
3810
3795
  .md\:w-fit {
@@ -3986,10 +3971,6 @@ video {
3986
3971
  padding-right: 1.25rem;
3987
3972
  }
3988
3973
 
3989
- .md\:pr-52 {
3990
- padding-right: 13rem;
3991
- }
3992
-
3993
3974
  .md\:pr-0 {
3994
3975
  padding-right: 0px;
3995
3976
  }
@@ -4260,6 +4241,10 @@ video {
4260
4241
  margin-left: 0.5rem;
4261
4242
  }
4262
4243
 
4244
+ .lg\:-mt-14 {
4245
+ margin-top: -3.5rem;
4246
+ }
4247
+
4263
4248
  .lg\:flex {
4264
4249
  display: flex;
4265
4250
  }
@@ -4340,6 +4325,14 @@ video {
4340
4325
  width: 50%;
4341
4326
  }
4342
4327
 
4328
+ .lg\:w-42 {
4329
+ width: 10.5rem;
4330
+ }
4331
+
4332
+ .lg\:w-32 {
4333
+ width: 8rem;
4334
+ }
4335
+
4343
4336
  .lg\:max-w-1\/4 {
4344
4337
  max-width: 25%;
4345
4338
  }
@@ -4506,6 +4499,10 @@ video {
4506
4499
  padding-left: 0.25rem;
4507
4500
  }
4508
4501
 
4502
+ .lg\:pr-48 {
4503
+ padding-right: 12rem;
4504
+ }
4505
+
4509
4506
  .lg\:leading-8 {
4510
4507
  line-height: 2rem;
4511
4508
  }
@@ -1,6 +1,6 @@
1
1
  {{#with this.contentNav}}
2
2
  {{#if this.isListOrFlow}}
3
- <nav x-cloak class="w-full px-2 md:px-0 c-content-nav">
3
+ <nav class="w-full px-2 md:px-0 c-content-nav">
4
4
  {{> components/content_nav/content_nav_container
5
5
  _teaserSize=../_teaserSize
6
6
  _maindivclass="flex relative flex-wrap mt-2 mx-2 md:mx-0 md:mt-0 "
@@ -8,7 +8,7 @@
8
8
  </nav>
9
9
  {{else}}
10
10
  {{#decorator 'components/content_nav/content_nav_dropdown'
11
- _componentClass="c-content-nav h-10 md:h-auto w-full"
11
+ _componentClass="c-content-nav h-10 md:h-auto w-full mb-2 last:mb-0 "
12
12
  _teaserSize=../_teaserSize
13
13
  _iconOpen="arrow-down"
14
14
  _iconClose="arrow-up"
@@ -1,4 +1,4 @@
1
- <div x-cloak class="{{_maindivclass}} {{#if this.isAutosuggest}} autoSuggest js-load{{/if}} {{#if this.isMixed}}relative {{else}}absolute{{/if}}"
1
+ <div class="{{_maindivclass}} {{#if this.isAutosuggest}} autoSuggest js-load{{/if}} {{#if this.isMixed}}relative {{else}}absolute{{/if}}"
2
2
  @click.outside ="contentNavDropdownIsOpen = false; $dispatch('hr:global:resetinputAutoSuggest');"
3
3
 
4
4
  {{#if this.isAutosuggest}}
@@ -6,7 +6,7 @@
6
6
  {{/if}}
7
7
  >
8
8
  {{#if this.isAutosuggest}}
9
- <div class="flex bg-grey-light mx-0 w-full h-10 border-blue-congress align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
9
+ <div class="flex mx-0 w-full h-10 pt-1 border-blue-congress align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
10
10
  <input x-ref="autosuggestInput"
11
11
  class="w-full h-8 pl-2 bg-gray-200 text-grey-dark placeholder:text-grey-dark focus:outline-none js-autosuggest-input"
12
12
  type="text"
@@ -1,5 +1,5 @@
1
- <nav x-cloak
2
- class="w-full mb-2 last:mb-0 {{#if this.isMixed}} px-2 md:px-0 {{else}} px-0 {{/if}} {{_componentClass}} "
1
+ <nav
2
+ class="w-full {{#if this.isMixed}} px-2 md:px-0 {{else}} px-0 {{/if}} {{_componentClass}} "
3
3
  id="dropdown--{{nextRandom}}"
4
4
  tabindex="0"
5
5
  role="navigation"
@@ -1,5 +1,4 @@
1
-
2
- <div id="4" class="grid gap-y-6 relative gap-x-4 flex-col pt-5 mx-5 sm:mx-0 md:pt-5 bg-highlight-1 rounded-tl-3xl rounded-br-3xl col-span-12{{inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}" >
3
- {{> components/teaser/podcast/podcast_playlist_player _linkTitle="true" _isSinglePage=false _type="podcastPlaylistPlayerTeaser" }}
4
- </div>
1
+ <div class="grid gap-y-6 relative gap-x-4 flex-col pt-5 mx-5 sm:mx-0 md:pt-5 bg-highlight-1 rounded-tl-3xl rounded-br-3xl col-span-12{{inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}" >
2
+ {{> components/teaser/podcast/podcast_playlist_player _linkTitle="true" _isSinglePage=false _type="podcastPlaylistPlayerTeaser" }}
3
+ </div>
5
4
 
@@ -1,3 +1,3 @@
1
- <div class="relative grid flex-col col-span-12 mx-5 sm:mx-0 gap-y-6 gap-x-4 bg-highlight-1 rounded-tl-3xl rounded-br-3xl{{inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}" >
2
- {{> components/teaser/podcast/podcast_player _linkTitle="true" _isSinglePage=true _teaserSize=this.teaserSize _type="podcastEpisodePlayerTeaser" }}
1
+ <div class="relative grid flex-col col-span-12 mx-5 sm:mx-0 gap-y-6 gap-x-4 bg-highlight-1 rounded-tl-3xl rounded-br-3xl{{inline-switch this.teaserSize '["50","100"]' '[" md:col-span-6",""]'}}" >
2
+ {{> components/teaser/podcast/podcast_player _linkTitle="true" _isSinglePage=true _teasersize=this.teasersize _type="podcastEpisodePlayerTeaser" }}
3
3
  </div>
@@ -35,7 +35,7 @@
35
35
 
36
36
  {{!-- Podcast Image --}}
37
37
  <div class="flex flex-col ">
38
- <div class="w-22 xs:w-24 {{inline-switch _teaserSize '["50"]' '["","md:w-42"]'}}">
38
+ <div class="w-22 {{inline-switch this.teaserSize '["100","50"]' '["md:w-32 lg:w-42","md:w-22 lg:w-32"]'}}">
39
39
  {{> components/base/image/responsive_image this.teaseritem
40
40
  _type="podcastEpisodePlayer"
41
41
  _variant="default"
@@ -49,7 +49,7 @@
49
49
  </div>
50
50
 
51
51
  {{!-- Player UI --}}
52
- <div class="flex {{inline-switch _teaserSize '["50"]' '["","md:pr-52 md:-mt-14"]'}}"
52
+ <div class="flex {{inline-switch this.teaserSize '["100","50"]' '["lg:pr-48 lg:-mt-14",""]'}}"
53
53
  x-data="playaudio()"
54
54
  x-init="listenToGlobalStop()"
55
55
  ax-load
@@ -61,7 +61,7 @@
61
61
  _id=(nextRandom)
62
62
  _first=true
63
63
  }}
64
- </div>
64
+ </div>
65
65
 
66
66
  {{!-- Abo-Dropdown --}}
67
67
  <div class="flex flex-row pt-5">
@@ -33,13 +33,13 @@
33
33
 
34
34
  {{!-- Podcast Image --}}
35
35
  <div class="flex flex-col ">
36
- <div class="w-24 md:w-42">
36
+ <div class="w-24 md:w-32 lg:w-42">
37
37
  {{> components/base/image/responsive_image this.teaseritem
38
38
  _type="podcastEpisodePlayer"
39
39
  _variant="default"
40
40
  _addClass="overflow-hidden"
41
41
  _noDelay=this.dontLazyload
42
- _addClassImg="w-full h-24 md:h-42 block"
42
+ _addClassImg="w-full block"
43
43
  }}
44
44
  </div>
45
45
  </div>
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.117.5",
9
+ "version": "0.117.7",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -1,6 +1,6 @@
1
1
  {{#with this.contentNav}}
2
2
  {{#if this.isListOrFlow}}
3
- <nav x-cloak class="w-full px-2 md:px-0 c-content-nav">
3
+ <nav class="w-full px-2 md:px-0 c-content-nav">
4
4
  {{> components/content_nav/content_nav_container
5
5
  _teaserSize=../_teaserSize
6
6
  _maindivclass="flex relative flex-wrap mt-2 mx-2 md:mx-0 md:mt-0 "
@@ -8,7 +8,7 @@
8
8
  </nav>
9
9
  {{else}}
10
10
  {{#decorator 'components/content_nav/content_nav_dropdown'
11
- _componentClass="c-content-nav h-10 md:h-auto w-full"
11
+ _componentClass="c-content-nav h-10 md:h-auto w-full mb-2 last:mb-0 "
12
12
  _teaserSize=../_teaserSize
13
13
  _iconOpen="arrow-down"
14
14
  _iconClose="arrow-up"
@@ -1,4 +1,4 @@
1
- <div x-cloak class="{{_maindivclass}} {{#if this.isAutosuggest}} autoSuggest js-load{{/if}} {{#if this.isMixed}}relative {{else}}absolute{{/if}}"
1
+ <div class="{{_maindivclass}} {{#if this.isAutosuggest}} autoSuggest js-load{{/if}} {{#if this.isMixed}}relative {{else}}absolute{{/if}}"
2
2
  @click.outside ="contentNavDropdownIsOpen = false; $dispatch('hr:global:resetinputAutoSuggest');"
3
3
 
4
4
  {{#if this.isAutosuggest}}
@@ -6,7 +6,7 @@
6
6
  {{/if}}
7
7
  >
8
8
  {{#if this.isAutosuggest}}
9
- <div class="flex bg-grey-light mx-0 w-full h-10 border-blue-congress align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
9
+ <div class="flex mx-0 w-full h-10 pt-1 border-blue-congress align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
10
10
  <input x-ref="autosuggestInput"
11
11
  class="w-full h-8 pl-2 bg-gray-200 text-grey-dark placeholder:text-grey-dark focus:outline-none js-autosuggest-input"
12
12
  type="text"
@@ -1,5 +1,5 @@
1
- <nav x-cloak
2
- class="w-full mb-2 last:mb-0 {{#if this.isMixed}} px-2 md:px-0 {{else}} px-0 {{/if}} {{_componentClass}} "
1
+ <nav
2
+ class="w-full {{#if this.isMixed}} px-2 md:px-0 {{else}} px-0 {{/if}} {{_componentClass}} "
3
3
  id="dropdown--{{nextRandom}}"
4
4
  tabindex="0"
5
5
  role="navigation"
@@ -1,5 +1,4 @@
1
-
2
- <div id="4" class="grid gap-y-6 relative gap-x-4 flex-col pt-5 mx-5 sm:mx-0 md:pt-5 bg-highlight-1 rounded-tl-3xl rounded-br-3xl col-span-12{{inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}" >
3
- {{> components/teaser/podcast/podcast_playlist_player _linkTitle="true" _isSinglePage=false _type="podcastPlaylistPlayerTeaser" }}
4
- </div>
1
+ <div class="grid gap-y-6 relative gap-x-4 flex-col pt-5 mx-5 sm:mx-0 md:pt-5 bg-highlight-1 rounded-tl-3xl rounded-br-3xl col-span-12{{inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}" >
2
+ {{> components/teaser/podcast/podcast_playlist_player _linkTitle="true" _isSinglePage=false _type="podcastPlaylistPlayerTeaser" }}
3
+ </div>
5
4
 
@@ -1,3 +1,3 @@
1
- <div class="relative grid flex-col col-span-12 mx-5 sm:mx-0 gap-y-6 gap-x-4 bg-highlight-1 rounded-tl-3xl rounded-br-3xl{{inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}" >
2
- {{> components/teaser/podcast/podcast_player _linkTitle="true" _isSinglePage=true _teaserSize=this.teaserSize _type="podcastEpisodePlayerTeaser" }}
1
+ <div class="relative grid flex-col col-span-12 mx-5 sm:mx-0 gap-y-6 gap-x-4 bg-highlight-1 rounded-tl-3xl rounded-br-3xl{{inline-switch this.teaserSize '["50","100"]' '[" md:col-span-6",""]'}}" >
2
+ {{> components/teaser/podcast/podcast_player _linkTitle="true" _isSinglePage=true _teasersize=this.teasersize _type="podcastEpisodePlayerTeaser" }}
3
3
  </div>
@@ -18,8 +18,8 @@ import playlistJson50 from '../fixtures/teaser_podcast_playlist_50.json'
18
18
  }}
19
19
  decorators={[
20
20
  (Story) => {
21
- return `<div id="1" class="grid grid-page">
22
- <div id="2" class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">
21
+ return `<div class="grid grid-page">
22
+ <div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">
23
23
  ${Story()}
24
24
  </div>
25
25
  </div>`
@@ -35,7 +35,7 @@
35
35
 
36
36
  {{!-- Podcast Image --}}
37
37
  <div class="flex flex-col ">
38
- <div class="w-22 xs:w-24 {{inline-switch _teaserSize '["50"]' '["","md:w-42"]'}}">
38
+ <div class="w-22 {{inline-switch this.teaserSize '["100","50"]' '["md:w-32 lg:w-42","md:w-22 lg:w-32"]'}}">
39
39
  {{> components/base/image/responsive_image this.teaseritem
40
40
  _type="podcastEpisodePlayer"
41
41
  _variant="default"
@@ -49,7 +49,7 @@
49
49
  </div>
50
50
 
51
51
  {{!-- Player UI --}}
52
- <div class="flex {{inline-switch _teaserSize '["50"]' '["","md:pr-52 md:-mt-14"]'}}"
52
+ <div class="flex {{inline-switch this.teaserSize '["100","50"]' '["lg:pr-48 lg:-mt-14",""]'}}"
53
53
  x-data="playaudio()"
54
54
  x-init="listenToGlobalStop()"
55
55
  ax-load
@@ -61,7 +61,7 @@
61
61
  _id=(nextRandom)
62
62
  _first=true
63
63
  }}
64
- </div>
64
+ </div>
65
65
 
66
66
  {{!-- Abo-Dropdown --}}
67
67
  <div class="flex flex-row pt-5">
@@ -33,13 +33,13 @@
33
33
 
34
34
  {{!-- Podcast Image --}}
35
35
  <div class="flex flex-col ">
36
- <div class="w-24 md:w-42">
36
+ <div class="w-24 md:w-32 lg:w-42">
37
37
  {{> components/base/image/responsive_image this.teaseritem
38
38
  _type="podcastEpisodePlayer"
39
39
  _variant="default"
40
40
  _addClass="overflow-hidden"
41
41
  _noDelay=this.dontLazyload
42
- _addClassImg="w-full h-24 md:h-42 block"
42
+ _addClassImg="w-full block"
43
43
  }}
44
44
  </div>
45
45
  </div>