hr-design-system-handlebars 0.117.10 → 0.117.11
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 +12 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/teaser/podcast/podcast.hbs +2 -2
- package/dist/views/components/teaser/podcast/podcast_player.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/teaser/podcast/podcast.hbs +2 -2
- package/src/stories/views/components/teaser/podcast/podcast_player.hbs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.117.11 (Fri Jan 13 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- edit inline-switch to match delivery [#476](https://github.com/mumprod/hr-design-system-handlebars/pull/476) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.117.10 (Thu Jan 12 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2227,7 +2227,7 @@ video {
|
|
|
2227
2227
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2228
2228
|
}
|
|
2229
2229
|
.counter-reset {
|
|
2230
|
-
counter-reset:
|
|
2230
|
+
counter-reset: cnt1673608202634;
|
|
2231
2231
|
}
|
|
2232
2232
|
.line-clamp-4 {
|
|
2233
2233
|
overflow: hidden;
|
|
@@ -2459,7 +2459,7 @@ video {
|
|
|
2459
2459
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2460
2460
|
}
|
|
2461
2461
|
.-ordered {
|
|
2462
|
-
counter-increment:
|
|
2462
|
+
counter-increment: cnt1673608202634 1;
|
|
2463
2463
|
}
|
|
2464
2464
|
.-ordered::before {
|
|
2465
2465
|
position: absolute;
|
|
@@ -2475,7 +2475,7 @@ video {
|
|
|
2475
2475
|
letter-spacing: .0125em;
|
|
2476
2476
|
--tw-text-opacity: 1;
|
|
2477
2477
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2478
|
-
content: counter(
|
|
2478
|
+
content: counter(cnt1673608202634);
|
|
2479
2479
|
}
|
|
2480
2480
|
/*! ****************************/
|
|
2481
2481
|
/*! text-shadow */
|
|
@@ -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"
|
|
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"]' '[" md:col-span-6",""]'}}" >
|
|
2
|
+
{{> components/teaser/podcast/podcast_player _linkTitle="true" _isSinglePage=true _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 {{inline-switch this.teaserSize '["100","50"]' '["md:w-32 lg:w-42","md:w-22 lg:w-32"]'}}">
|
|
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 this.teaserSize '["100"
|
|
52
|
+
<div class="flex {{inline-switch this.teaserSize '["100"]' '["lg:pr-48 lg:-mt-14",""]'}}"
|
|
53
53
|
x-data="playaudio()"
|
|
54
54
|
x-init="listenToGlobalStop()"
|
|
55
55
|
ax-load
|
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.11",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -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"
|
|
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"]' '[" md:col-span-6",""]'}}" >
|
|
2
|
+
{{> components/teaser/podcast/podcast_player _linkTitle="true" _isSinglePage=true _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 {{inline-switch this.teaserSize '["100","50"]' '["md:w-32 lg:w-42","md:w-22 lg:w-32"]'}}">
|
|
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 this.teaserSize '["100"
|
|
52
|
+
<div class="flex {{inline-switch this.teaserSize '["100"]' '["lg:pr-48 lg:-mt-14",""]'}}"
|
|
53
53
|
x-data="playaudio()"
|
|
54
54
|
x-init="listenToGlobalStop()"
|
|
55
55
|
ax-load
|