hr-design-system-handlebars 1.114.26 → 1.114.27
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/components/teaser_av_consumption.hbs +1 -1
- package/dist/views_static/components/teaser/components/teaser_av_consumption.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/teaser/components/teaser_av_consumption.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.114.27 (Thu Nov 28 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Adding new Icon for audio event livestream [#1177](https://github.com/mumprod/hr-design-system-handlebars/pull/1177) ([@Paul-Atreidis](https://github.com/Paul-Atreidis))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@Paul-Atreidis](https://github.com/Paul-Atreidis)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.114.26 (Wed Nov 27 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3689,7 +3689,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3689
3689
|
border-bottom-color: var(--color-secondary-ds);
|
|
3690
3690
|
}
|
|
3691
3691
|
.counter-reset {
|
|
3692
|
-
counter-reset:
|
|
3692
|
+
counter-reset: cnt1732808970627;
|
|
3693
3693
|
}
|
|
3694
3694
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
3695
3695
|
font-size: 0.75rem;
|
|
@@ -4103,7 +4103,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4103
4103
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4104
4104
|
}
|
|
4105
4105
|
.-ordered {
|
|
4106
|
-
counter-increment:
|
|
4106
|
+
counter-increment: cnt1732808970627 1;
|
|
4107
4107
|
}
|
|
4108
4108
|
.-ordered::before {
|
|
4109
4109
|
position: absolute;
|
|
@@ -4121,7 +4121,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4121
4121
|
--tw-text-opacity: 1;
|
|
4122
4122
|
color: rgba(0, 0, 0, 1);
|
|
4123
4123
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4124
|
-
content: counter(
|
|
4124
|
+
content: counter(cnt1732808970627);
|
|
4125
4125
|
}
|
|
4126
4126
|
/*! ****************************/
|
|
4127
4127
|
/*! DataPolicy stuff */
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
{{~#if this.isAudioEventLivestream ~}}
|
|
30
30
|
{{#with this.toModel.audioLivestreamElementForVideoView}}
|
|
31
31
|
{{~> components/mediaplayer/media_player _playerLocation="Teaser" _uiTestHook="ui-test-audio-livestream-player" _isUsedInTeaser=true _addClassImg=../../_addClassImg~}}
|
|
32
|
-
{{~> components/teaser/components/teaser_media_player ../../this _playerId=this.ardPlayerConfig.playerId _mediaButtonIcon="
|
|
32
|
+
{{~> components/teaser/components/teaser_media_player ../../this _playerId=this.ardPlayerConfig.playerId _mediaButtonIcon="audio_button" _mediaButtonLabel="Live" _isLivestream=true _aspectRatio=../../_aspectRatio _addClassImg=../../_addClassImg _noDelay=../../this.dontLazyload}}
|
|
33
33
|
{{#if ../../_isMobile1to1~}}
|
|
34
34
|
{{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
|
|
35
35
|
{{~/if~}}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
{{~#if this.isAudioEventLivestream ~}}
|
|
30
30
|
{{#with this.toModel.audioLivestreamElementForVideoView}}
|
|
31
31
|
{{~> components/mediaplayer/media_player _playerLocation="Teaser" _uiTestHook="ui-test-audio-livestream-player" _isUsedInTeaser=true _addClassImg=../../_addClassImg~}}
|
|
32
|
-
{{~> components/teaser/components/teaser_media_player ../../this _playerId=this.ardPlayerConfig.playerId _mediaButtonIcon="
|
|
32
|
+
{{~> components/teaser/components/teaser_media_player ../../this _playerId=this.ardPlayerConfig.playerId _mediaButtonIcon="audio_button" _mediaButtonLabel="Live" _isLivestream=true _aspectRatio=../../_aspectRatio _addClassImg=../../_addClassImg _noDelay=../../this.dontLazyload}}
|
|
33
33
|
{{#if ../../_isMobile1to1~}}
|
|
34
34
|
{{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
|
|
35
35
|
{{~/if~}}
|
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.114.
|
|
9
|
+
"version": "1.114.27",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
{{~#if this.isAudioEventLivestream ~}}
|
|
30
30
|
{{#with this.toModel.audioLivestreamElementForVideoView}}
|
|
31
31
|
{{~> components/mediaplayer/media_player _playerLocation="Teaser" _uiTestHook="ui-test-audio-livestream-player" _isUsedInTeaser=true _addClassImg=../../_addClassImg~}}
|
|
32
|
-
{{~> components/teaser/components/teaser_media_player ../../this _playerId=this.ardPlayerConfig.playerId _mediaButtonIcon="
|
|
32
|
+
{{~> components/teaser/components/teaser_media_player ../../this _playerId=this.ardPlayerConfig.playerId _mediaButtonIcon="audio_button" _mediaButtonLabel="Live" _isLivestream=true _aspectRatio=../../_aspectRatio _addClassImg=../../_addClassImg _noDelay=../../this.dontLazyload}}
|
|
33
33
|
{{#if ../../_isMobile1to1~}}
|
|
34
34
|
{{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
|
|
35
35
|
{{~/if~}}
|