hr-design-system-handlebars 0.117.5 → 0.117.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/.storybook/preview.js +1 -1
- package/CHANGELOG.md +12 -0
- package/dist/assets/index.css +25 -24
- package/dist/views/components/teaser/podcast/podcast-playlist.hbs +3 -4
- package/dist/views/components/teaser/podcast/podcast.hbs +2 -2
- package/dist/views/components/teaser/podcast/podcast_player.hbs +3 -3
- package/dist/views/components/teaser/podcast/podcast_playlist_player.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/teaser/podcast/podcast-playlist.hbs +3 -4
- package/src/stories/views/components/teaser/podcast/podcast.hbs +2 -2
- package/src/stories/views/components/teaser/podcast/podcast.stories.mdx +2 -2
- package/src/stories/views/components/teaser/podcast/podcast_player.hbs +3 -3
- package/src/stories/views/components/teaser/podcast/podcast_playlist_player.hbs +2 -2
package/.storybook/preview.js
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.117.6 (Thu Jan 12 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Dpe 1947 podcast channel player 50% layout 768px [#471](https://github.com/mumprod/hr-design-system-handlebars/pull/471) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.117.5 (Thu Jan 12 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -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
|
}
|
|
@@ -2231,7 +2228,7 @@ video {
|
|
|
2231
2228
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2232
2229
|
}
|
|
2233
2230
|
.counter-reset {
|
|
2234
|
-
counter-reset:
|
|
2231
|
+
counter-reset: cnt1673525493684;
|
|
2235
2232
|
}
|
|
2236
2233
|
.line-clamp-4 {
|
|
2237
2234
|
overflow: hidden;
|
|
@@ -2463,7 +2460,7 @@ video {
|
|
|
2463
2460
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2464
2461
|
}
|
|
2465
2462
|
.-ordered {
|
|
2466
|
-
counter-increment:
|
|
2463
|
+
counter-increment: cnt1673525493684 1;
|
|
2467
2464
|
}
|
|
2468
2465
|
.-ordered::before {
|
|
2469
2466
|
position: absolute;
|
|
@@ -2479,7 +2476,7 @@ video {
|
|
|
2479
2476
|
letter-spacing: .0125em;
|
|
2480
2477
|
--tw-text-opacity: 1;
|
|
2481
2478
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2482
|
-
content: counter(
|
|
2479
|
+
content: counter(cnt1673525493684);
|
|
2483
2480
|
}
|
|
2484
2481
|
/*! ****************************/
|
|
2485
2482
|
/*! text-shadow */
|
|
@@ -3517,10 +3514,6 @@ video {
|
|
|
3517
3514
|
margin-right: 1.5rem;
|
|
3518
3515
|
}
|
|
3519
3516
|
|
|
3520
|
-
.xs\:w-24 {
|
|
3521
|
-
width: 6rem;
|
|
3522
|
-
}
|
|
3523
|
-
|
|
3524
3517
|
.xs\:line-clamp-6 {
|
|
3525
3518
|
overflow: hidden;
|
|
3526
3519
|
display: -webkit-box;
|
|
@@ -3695,10 +3688,6 @@ video {
|
|
|
3695
3688
|
margin-bottom: 4rem;
|
|
3696
3689
|
}
|
|
3697
3690
|
|
|
3698
|
-
.md\:-mt-14 {
|
|
3699
|
-
margin-top: -3.5rem;
|
|
3700
|
-
}
|
|
3701
|
-
|
|
3702
3691
|
.md\:\!mb-2 {
|
|
3703
3692
|
margin-bottom: 0.5rem !important;
|
|
3704
3693
|
}
|
|
@@ -3763,10 +3752,6 @@ video {
|
|
|
3763
3752
|
height: 2rem;
|
|
3764
3753
|
}
|
|
3765
3754
|
|
|
3766
|
-
.md\:h-42 {
|
|
3767
|
-
height: 10.5rem;
|
|
3768
|
-
}
|
|
3769
|
-
|
|
3770
3755
|
.md\:w-1\/2 {
|
|
3771
3756
|
width: 50%;
|
|
3772
3757
|
}
|
|
@@ -3803,8 +3788,12 @@ video {
|
|
|
3803
3788
|
width: 3rem;
|
|
3804
3789
|
}
|
|
3805
3790
|
|
|
3806
|
-
.md\:w-
|
|
3807
|
-
width:
|
|
3791
|
+
.md\:w-32 {
|
|
3792
|
+
width: 8rem;
|
|
3793
|
+
}
|
|
3794
|
+
|
|
3795
|
+
.md\:w-22 {
|
|
3796
|
+
width: 5.5rem;
|
|
3808
3797
|
}
|
|
3809
3798
|
|
|
3810
3799
|
.md\:w-fit {
|
|
@@ -3986,10 +3975,6 @@ video {
|
|
|
3986
3975
|
padding-right: 1.25rem;
|
|
3987
3976
|
}
|
|
3988
3977
|
|
|
3989
|
-
.md\:pr-52 {
|
|
3990
|
-
padding-right: 13rem;
|
|
3991
|
-
}
|
|
3992
|
-
|
|
3993
3978
|
.md\:pr-0 {
|
|
3994
3979
|
padding-right: 0px;
|
|
3995
3980
|
}
|
|
@@ -4260,6 +4245,10 @@ video {
|
|
|
4260
4245
|
margin-left: 0.5rem;
|
|
4261
4246
|
}
|
|
4262
4247
|
|
|
4248
|
+
.lg\:-mt-14 {
|
|
4249
|
+
margin-top: -3.5rem;
|
|
4250
|
+
}
|
|
4251
|
+
|
|
4263
4252
|
.lg\:flex {
|
|
4264
4253
|
display: flex;
|
|
4265
4254
|
}
|
|
@@ -4340,6 +4329,14 @@ video {
|
|
|
4340
4329
|
width: 50%;
|
|
4341
4330
|
}
|
|
4342
4331
|
|
|
4332
|
+
.lg\:w-42 {
|
|
4333
|
+
width: 10.5rem;
|
|
4334
|
+
}
|
|
4335
|
+
|
|
4336
|
+
.lg\:w-32 {
|
|
4337
|
+
width: 8rem;
|
|
4338
|
+
}
|
|
4339
|
+
|
|
4343
4340
|
.lg\:max-w-1\/4 {
|
|
4344
4341
|
max-width: 25%;
|
|
4345
4342
|
}
|
|
@@ -4506,6 +4503,10 @@ video {
|
|
|
4506
4503
|
padding-left: 0.25rem;
|
|
4507
4504
|
}
|
|
4508
4505
|
|
|
4506
|
+
.lg\:pr-48 {
|
|
4507
|
+
padding-right: 12rem;
|
|
4508
|
+
}
|
|
4509
|
+
|
|
4509
4510
|
.lg\:leading-8 {
|
|
4510
4511
|
line-height: 2rem;
|
|
4511
4512
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
9
|
+
"version": "0.117.6",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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
|
|
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
|
|
22
|
-
<div
|
|
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
|
|
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
|
|
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
|
|
42
|
+
_addClassImg="w-full block"
|
|
43
43
|
}}
|
|
44
44
|
</div>
|
|
45
45
|
</div>
|