hr-design-system-handlebars 1.43.0 → 1.43.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 +13 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/article/components/podcast/podcast_playlist_article.hbs +1 -1
- package/dist/views/components/podcast/components/podcast_item_title.hbs +1 -1
- package/dist/views/components/podcast/components/podcast_player_ui.hbs +1 -1
- package/dist/views/components/podcast/components/podcast_playlist_shorttext.hbs +1 -1
- package/dist/views_static/components/article/components/podcast/podcast_playlist_article.hbs +1 -1
- package/dist/views_static/components/podcast/components/podcast_item_title.hbs +1 -1
- package/dist/views_static/components/podcast/components/podcast_player_ui.hbs +1 -1
- package/dist/views_static/components/podcast/components/podcast_playlist_shorttext.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/article/components/podcast/podcast_playlist_article.hbs +1 -1
- package/src/stories/views/components/podcast/components/podcast_item_title.hbs +1 -1
- package/src/stories/views/components/podcast/components/podcast_player_ui.hbs +1 -1
- package/src/stories/views/components/podcast/components/podcast_playlist_shorttext.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v1.43.1 (Thu Oct 26 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Integrate Dark Mode for Podcast Channel Player [#737](https://github.com/mumprod/hr-design-system-handlebars/pull/737) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
10
|
+
- selbaciri (saad.elbaciri@hr.de)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v1.43.0 (Wed Oct 25 2023)
|
|
2
15
|
|
|
3
16
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -3040,7 +3040,7 @@ video {
|
|
|
3040
3040
|
border-bottom-color: var(--color-secondary-ds);
|
|
3041
3041
|
}
|
|
3042
3042
|
.counter-reset {
|
|
3043
|
-
counter-reset:
|
|
3043
|
+
counter-reset: cnt1698314328677;
|
|
3044
3044
|
}
|
|
3045
3045
|
.hyphens-auto {
|
|
3046
3046
|
-webkit-hyphens: auto;
|
|
@@ -3303,7 +3303,7 @@ video {
|
|
|
3303
3303
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3304
3304
|
}
|
|
3305
3305
|
.-ordered {
|
|
3306
|
-
counter-increment:
|
|
3306
|
+
counter-increment: cnt1698314328677 1;
|
|
3307
3307
|
}
|
|
3308
3308
|
.-ordered::before {
|
|
3309
3309
|
position: absolute;
|
|
@@ -3319,7 +3319,7 @@ video {
|
|
|
3319
3319
|
letter-spacing: .0125em;
|
|
3320
3320
|
--tw-text-opacity: 1;
|
|
3321
3321
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3322
|
-
content: counter(
|
|
3322
|
+
content: counter(cnt1698314328677);
|
|
3323
3323
|
}
|
|
3324
3324
|
/*! ****************************/
|
|
3325
3325
|
/*! DataPolicy stuff */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<article class="grid grid-page">
|
|
2
2
|
<div class="grid grid-cols-12 col-full sm:col-main gap-x-6 gap-y-10 md:gap-y-14">
|
|
3
|
-
<div class="order-1 w-full col-span-12 my-6 md:col-span-9 bg-highlight-1 rounded-tl-hr rounded-br-hr" >
|
|
3
|
+
<div class="order-1 w-full col-span-12 my-6 md:col-span-9 bg-highlight-1 rounded-tl-hr rounded-br-hr dark:bg-highlight-1-dark" >
|
|
4
4
|
{{> components/podcast/podcast_playlist_player _isArticlePlayer=true}}
|
|
5
5
|
|
|
6
6
|
{{~#if this.remainingPlaylistItems}}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
_css='w-full ds-link font-heading text-base text-podcast-text line-clamp-4'
|
|
3
3
|
}}
|
|
4
4
|
<span
|
|
5
|
-
class='block hover:underline text-podcast-text text-
|
|
5
|
+
class='block text-base hover:underline text-podcast-text dark:text-podcast-text-dark'
|
|
6
6
|
>
|
|
7
7
|
{{~../../_title-adjust_context~}}
|
|
8
8
|
</span>
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
{{!-- Airdate --}}
|
|
20
|
-
<div class="text-xs grow font-headingSerif text-podcast-text">
|
|
20
|
+
<div class="text-xs grow font-headingSerif text-podcast-text dark:text-podcast-text-dark">
|
|
21
21
|
{{#unless ../../../../this.isSingleChannel ~}}
|
|
22
22
|
<span>{{this.podcastChannel.title}}</span>
|
|
23
23
|
<span class="mx-1">|</span>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{{#unless _isSinglePage}}
|
|
3
3
|
{{#unless this.hideShortText}}
|
|
4
4
|
{{~#with this.shorttext}}
|
|
5
|
-
<div class="hidden pb-6 text-sm md:flex md:text-base font-copy">
|
|
5
|
+
<div class="hidden pb-6 text-sm md:flex md:text-base font-copy dark:text-podcast-text-dark">
|
|
6
6
|
<span class="c-teaser__shorttext"> {{this}} </span>
|
|
7
7
|
</div>
|
|
8
8
|
{{/with~}}
|
package/dist/views_static/components/article/components/podcast/podcast_playlist_article.hbs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<article class="grid grid-page">
|
|
2
2
|
<div class="grid grid-cols-12 col-full sm:col-main gap-x-6 gap-y-10 md:gap-y-14">
|
|
3
|
-
<div class="order-1 w-full col-span-12 my-6 md:col-span-9 bg-highlight-1 rounded-tl-hr rounded-br-hr" >
|
|
3
|
+
<div class="order-1 w-full col-span-12 my-6 md:col-span-9 bg-highlight-1 rounded-tl-hr rounded-br-hr dark:bg-highlight-1-dark" >
|
|
4
4
|
{{> components/podcast/podcast_playlist_player _isArticlePlayer=true}}
|
|
5
5
|
|
|
6
6
|
{{~#if this.remainingPlaylistItems}}
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
{{!-- Airdate --}}
|
|
20
|
-
<div class="text-xs grow font-headingSerif text-podcast-text">
|
|
20
|
+
<div class="text-xs grow font-headingSerif text-podcast-text dark:text-podcast-text-dark">
|
|
21
21
|
{{#unless ../../../../this.isSingleChannel ~}}
|
|
22
22
|
<span>{{this.podcastChannel.title}}</span>
|
|
23
23
|
<span class="mx-1">|</span>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{{#unless _isSinglePage}}
|
|
3
3
|
{{#unless this.hideShortText}}
|
|
4
4
|
{{~#with this.shorttext}}
|
|
5
|
-
<div class="hidden pb-6 text-sm md:flex md:text-base font-copy">
|
|
5
|
+
<div class="hidden pb-6 text-sm md:flex md:text-base font-copy dark:text-podcast-text-dark">
|
|
6
6
|
<span class="c-teaser__shorttext"> {{this}} </span>
|
|
7
7
|
</div>
|
|
8
8
|
{{/with~}}
|
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.43.
|
|
9
|
+
"version": "1.43.1",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
package/src/stories/views/components/article/components/podcast/podcast_playlist_article.hbs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<article class="grid grid-page">
|
|
2
2
|
<div class="grid grid-cols-12 col-full sm:col-main gap-x-6 gap-y-10 md:gap-y-14">
|
|
3
|
-
<div class="order-1 w-full col-span-12 my-6 md:col-span-9 bg-highlight-1 rounded-tl-hr rounded-br-hr" >
|
|
3
|
+
<div class="order-1 w-full col-span-12 my-6 md:col-span-9 bg-highlight-1 rounded-tl-hr rounded-br-hr dark:bg-highlight-1-dark" >
|
|
4
4
|
{{> components/podcast/podcast_playlist_player _isArticlePlayer=true}}
|
|
5
5
|
|
|
6
6
|
{{~#if this.remainingPlaylistItems}}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
_css='w-full ds-link font-heading text-base text-podcast-text line-clamp-4'
|
|
3
3
|
}}
|
|
4
4
|
<span
|
|
5
|
-
class='block hover:underline text-podcast-text text-
|
|
5
|
+
class='block text-base hover:underline text-podcast-text dark:text-podcast-text-dark'
|
|
6
6
|
>
|
|
7
7
|
{{~_title-adjust_context~}}
|
|
8
8
|
</span>
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
{{!-- Airdate --}}
|
|
20
|
-
<div class="text-xs grow font-headingSerif text-podcast-text">
|
|
20
|
+
<div class="text-xs grow font-headingSerif text-podcast-text dark:text-podcast-text-dark">
|
|
21
21
|
{{#unless ../../../../this.isSingleChannel ~}}
|
|
22
22
|
<span>{{this.podcastChannel.title}}</span>
|
|
23
23
|
<span class="mx-1">|</span>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{{#unless _isSinglePage}}
|
|
3
3
|
{{#unless this.hideShortText}}
|
|
4
4
|
{{~#with this.shorttext}}
|
|
5
|
-
<div class="hidden pb-6 text-sm md:flex md:text-base font-copy">
|
|
5
|
+
<div class="hidden pb-6 text-sm md:flex md:text-base font-copy dark:text-podcast-text-dark">
|
|
6
6
|
<span class="c-teaser__shorttext"> {{this}} </span>
|
|
7
7
|
</div>
|
|
8
8
|
{{/with~}}
|