hr-design-system-handlebars 1.1.0 → 1.1.1
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_player.hbs +1 -1
- package/dist/views/components/teaser/podcast/podcast_title.hbs +4 -4
- package/package.json +1 -1
- package/src/stories/views/components/teaser/podcast/podcast_player.hbs +1 -1
- package/src/stories/views/components/teaser/podcast/podcast_title.hbs +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.1.1 (Fri Feb 10 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- fixes line-clamp in podcast title [#538](https://github.com/mumprod/hr-design-system-handlebars/pull/538) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.1.0 (Fri Feb 10 2023)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -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:
|
|
2649
|
+
counter-reset: cnt1676024368628;
|
|
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:
|
|
2883
|
+
counter-increment: cnt1676024368628 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(
|
|
2899
|
+
content: counter(cnt1676024368628);
|
|
2900
2900
|
}
|
|
2901
2901
|
/*! ****************************/
|
|
2902
2902
|
/*! text-shadow */
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
</div>
|
|
52
52
|
|
|
53
53
|
{{!-- Player UI --}}
|
|
54
|
-
<div class="flex {{inline-switch this.
|
|
54
|
+
<div class="flex {{inline-switch this.realTeaserSize '["100","50"]' '["lg:pr-48 lg:-mt-14"," "]'}}"
|
|
55
55
|
x-data="playaudio()"
|
|
56
56
|
x-init="listenToGlobalStop()"
|
|
57
57
|
ax-load
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{{#if this.isSingleChannel}}
|
|
2
|
-
{{#decorator 'components/base/link' _css="group ds-link font-title text-base mt-2.5 text-podcast-text
|
|
3
|
-
<span class="block mt-0.5 group-hover:underline {{#if _ordered}} pl-8 {{/if}} {{
|
|
2
|
+
{{#decorator 'components/base/link' _css="group ds-link font-title text-base mt-2.5 text-podcast-text"}}
|
|
3
|
+
<span class="block mt-0.5 group-hover:underline {{#if _ordered}} pl-8 {{/if}}line-clamp-4 ... {{inline-switch _teaserSize '["hero","100","50"]''["text-base md:text-2xl lg:line-clamp-2","text-base md:text-2xl lg:line-clamp-2","text-base md:text-lg"]' ~}}">
|
|
4
4
|
{{~_title~}}
|
|
5
5
|
</span>
|
|
6
6
|
{{/decorator}}
|
|
7
7
|
{{else}}
|
|
8
|
-
<div class="font-title text-base mt-2.5 text-podcast-text
|
|
9
|
-
<span class="block mt-0.5 {{#if _ordered}} pl-8 {{/if}} {{
|
|
8
|
+
<div class="font-title text-base mt-2.5 text-podcast-text">
|
|
9
|
+
<span class="block mt-0.5 {{#if _ordered}} pl-8 {{/if}}line-clamp-4 ... {{inline-switch _teaserSize '["hero","100","50"]''["text-base md:text-2xl lg:line-clamp-2","text-base md:text-2xl lg:line-clamp-2","text-base md:text-lg"]' ~}}">
|
|
10
10
|
{{~_title~}}
|
|
11
11
|
</span>
|
|
12
12
|
</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": "1.1.
|
|
9
|
+
"version": "1.1.1",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
</div>
|
|
52
52
|
|
|
53
53
|
{{!-- Player UI --}}
|
|
54
|
-
<div class="flex {{inline-switch this.
|
|
54
|
+
<div class="flex {{inline-switch this.realTeaserSize '["100","50"]' '["lg:pr-48 lg:-mt-14"," "]'}}"
|
|
55
55
|
x-data="playaudio()"
|
|
56
56
|
x-init="listenToGlobalStop()"
|
|
57
57
|
ax-load
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{{#if this.isSingleChannel}}
|
|
2
|
-
{{#decorator 'components/base/link' _css="group ds-link font-title text-base mt-2.5 text-podcast-text
|
|
3
|
-
<span class="block mt-0.5 group-hover:underline {{#if _ordered}} pl-8 {{/if}} {{
|
|
2
|
+
{{#decorator 'components/base/link' _css="group ds-link font-title text-base mt-2.5 text-podcast-text"}}
|
|
3
|
+
<span class="block mt-0.5 group-hover:underline {{#if _ordered}} pl-8 {{/if}}line-clamp-4 ... {{inline-switch _teaserSize '["hero","100","50"]''["text-base md:text-2xl lg:line-clamp-2","text-base md:text-2xl lg:line-clamp-2","text-base md:text-lg"]' ~}}">
|
|
4
4
|
{{~_title~}}
|
|
5
5
|
</span>
|
|
6
6
|
{{/decorator}}
|
|
7
7
|
{{else}}
|
|
8
|
-
<div class="font-title text-base mt-2.5 text-podcast-text
|
|
9
|
-
<span class="block mt-0.5 {{#if _ordered}} pl-8 {{/if}} {{
|
|
8
|
+
<div class="font-title text-base mt-2.5 text-podcast-text">
|
|
9
|
+
<span class="block mt-0.5 {{#if _ordered}} pl-8 {{/if}}line-clamp-4 ... {{inline-switch _teaserSize '["hero","100","50"]''["text-base md:text-2xl lg:line-clamp-2","text-base md:text-2xl lg:line-clamp-2","text-base md:text-lg"]' ~}}">
|
|
10
10
|
{{~_title~}}
|
|
11
11
|
</span>
|
|
12
12
|
</div>
|