hr-design-system-handlebars 0.120.5 → 0.121.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/.github/workflows/chromatic.yml +1 -6
- package/CHANGELOG.md +29 -0
- package/dist/assets/index.css +3 -6
- package/dist/assets/js/components/mediaplayer/ardPlayerLoader.subfeature.js +5 -1
- package/dist/assets/vendor/ardplayer/ardplayer-hr-6.3.11.79310671.css +2 -0
- package/dist/assets/vendor/ardplayer/ardplayer-hr-6.3.11.c442fe17.js +6 -0
- package/dist/assets/vendor/ardplayer/ardplayer-libimsc.304b8154.chunk.js +12 -0
- package/dist/assets/vendor/ardplayer/ardplayer-pluginchromecast.68c280ed.chunk.js +1 -0
- package/dist/assets/vendor/ardplayer/ardplayer-plugindash.a7275c59.chunk.js +1174 -0
- package/dist/assets/vendor/ardplayer/ardplayer-pluginhls.f615d5a2.chunk.js +365 -0
- package/dist/assets/vendor/ardplayer/ardplayer-pluginhtmla.d04cedbb.chunk.js +1 -0
- package/dist/assets/vendor/ardplayer/ardplayer-pluginhtmlv.866c1fbf.chunk.js +1 -0
- package/dist/assets/vendor/ardplayer/ardplayer-sandlibrary.a58cd041.chunk.js +0 -0
- package/dist/views/components/teaser/cluster/teaser_cluster.hbs +1 -1
- package/dist/views/components/teaser/cluster/teaser_cluster_list.hbs +4 -4
- package/package.json +1 -1
- package/src/assets/fixtures/audio/audios.inc.json +6 -6
- package/src/assets/fixtures/video/videos.inc.json +5 -4
- package/src/assets/vendor/ardplayer/ardplayer-hr-6.3.11.79310671.css +2 -0
- package/src/assets/vendor/ardplayer/ardplayer-hr-6.3.11.c442fe17.js +6 -0
- package/src/assets/vendor/ardplayer/ardplayer-libimsc.304b8154.chunk.js +12 -0
- package/src/assets/vendor/ardplayer/ardplayer-pluginchromecast.68c280ed.chunk.js +1 -0
- package/src/assets/vendor/ardplayer/ardplayer-plugindash.a7275c59.chunk.js +1174 -0
- package/src/assets/vendor/ardplayer/ardplayer-pluginhls.f615d5a2.chunk.js +365 -0
- package/src/assets/vendor/ardplayer/ardplayer-pluginhtmla.d04cedbb.chunk.js +1 -0
- package/src/assets/vendor/ardplayer/ardplayer-pluginhtmlv.866c1fbf.chunk.js +1 -0
- package/src/assets/vendor/ardplayer/ardplayer-sandlibrary.a58cd041.chunk.js +0 -0
- package/src/stories/views/components/mediaplayer/ardPlayerLoader.subfeature.js +5 -1
- package/src/stories/views/components/teaser/cluster/teaser_cluster.hbs +1 -1
- package/src/stories/views/components/teaser/cluster/teaser_cluster_list.hbs +4 -4
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_Podcast_Channel.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100 copy.json +726 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight_2.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_related_content_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio_livestream.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_podcast.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio_livestream.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_podcast.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_tabbox.json +1 -1
- package/dist/assets/vendor/ardplayer/ardplayer-hr-6.3.4.4fc164e9.css +0 -7497
- package/dist/assets/vendor/ardplayer/ardplayer-hr-6.3.4.8ea4ea3d.js +0 -6322
- package/dist/assets/vendor/ardplayer/ardplayer-libimsc.179db74a.chunk.js +0 -444
- package/dist/assets/vendor/ardplayer/ardplayer-pluginhtmlv.4f6a1291.chunk.js +0 -27
- package/dist/assets/vendor/ardplayer/ardplayer-vendors~pluginchromecast.1fb1b290.chunk.js +0 -27
- package/dist/assets/vendor/ardplayer/ardplayer-vendors~pluginchromecast~plugindash~pluginhls~pluginhtmla~pluginhtmlv.a52f1cc9.chunk.js +0 -27
- package/dist/assets/vendor/ardplayer/ardplayer-vendors~plugindash.446f5c07.chunk.js +0 -38
- package/dist/assets/vendor/ardplayer/ardplayer-vendors~pluginhls.ab9656f5.chunk.js +0 -38
- package/dist/assets/vendor/ardplayer/ardplayer-vendors~pluginhtmla.aadd9d24.chunk.js +0 -27
- package/dist/assets/vendor/ardplayer/ardplayer-vendors~pluginhtmla~pluginhtmlv.08e5de97.chunk.js +0 -15
- package/src/assets/vendor/ardplayer/ardplayer-hr-6.3.4.4fc164e9.css +0 -7497
- package/src/assets/vendor/ardplayer/ardplayer-hr-6.3.4.8ea4ea3d.js +0 -6322
- package/src/assets/vendor/ardplayer/ardplayer-libimsc.179db74a.chunk.js +0 -444
- package/src/assets/vendor/ardplayer/ardplayer-pluginhtmlv.4f6a1291.chunk.js +0 -27
- package/src/assets/vendor/ardplayer/ardplayer-vendors~pluginchromecast.1fb1b290.chunk.js +0 -27
- package/src/assets/vendor/ardplayer/ardplayer-vendors~pluginchromecast~plugindash~pluginhls~pluginhtmla~pluginhtmlv.a52f1cc9.chunk.js +0 -27
- package/src/assets/vendor/ardplayer/ardplayer-vendors~plugindash.446f5c07.chunk.js +0 -38
- package/src/assets/vendor/ardplayer/ardplayer-vendors~pluginhls.ab9656f5.chunk.js +0 -38
- package/src/assets/vendor/ardplayer/ardplayer-vendors~pluginhtmla.aadd9d24.chunk.js +0 -27
- package/src/assets/vendor/ardplayer/ardplayer-vendors~pluginhtmla~pluginhtmlv.08e5de97.chunk.js +0 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
# v0.121.1 (Fri Jan 20 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- use realTeaserSize in ClusterTeaser [#493](https://github.com/mumprod/hr-design-system-handlebars/pull/493) (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
|
+
|
|
14
|
+
# v0.121.0 (Fri Jan 20 2023)
|
|
15
|
+
|
|
16
|
+
#### 🚀 Enhancement
|
|
17
|
+
|
|
18
|
+
- FEATURE: Updates the ardplayer [#492](https://github.com/mumprod/hr-design-system-handlebars/pull/492) ([@szuelch](https://github.com/szuelch))
|
|
19
|
+
|
|
20
|
+
#### 🐛 Bug Fix
|
|
21
|
+
|
|
22
|
+
- BUGFIX: Run turbosnap only on push [#491](https://github.com/mumprod/hr-design-system-handlebars/pull/491) ([@szuelch](https://github.com/szuelch))
|
|
23
|
+
|
|
24
|
+
#### Authors: 1
|
|
25
|
+
|
|
26
|
+
- [@szuelch](https://github.com/szuelch)
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
1
30
|
# v0.120.5 (Thu Jan 19 2023)
|
|
2
31
|
|
|
3
32
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2396,9 +2396,6 @@ video {
|
|
|
2396
2396
|
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
|
2397
2397
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
|
|
2398
2398
|
}
|
|
2399
|
-
.outline {
|
|
2400
|
-
outline-style: solid;
|
|
2401
|
-
}
|
|
2402
2399
|
.ring {
|
|
2403
2400
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2404
2401
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -2484,7 +2481,7 @@ video {
|
|
|
2484
2481
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2485
2482
|
}
|
|
2486
2483
|
.counter-reset {
|
|
2487
|
-
counter-reset:
|
|
2484
|
+
counter-reset: cnt1674224061312;
|
|
2488
2485
|
}
|
|
2489
2486
|
.line-clamp-4 {
|
|
2490
2487
|
overflow: hidden;
|
|
@@ -2702,7 +2699,7 @@ video {
|
|
|
2702
2699
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2703
2700
|
}
|
|
2704
2701
|
.-ordered {
|
|
2705
|
-
counter-increment:
|
|
2702
|
+
counter-increment: cnt1674224061312 1;
|
|
2706
2703
|
}
|
|
2707
2704
|
.-ordered::before {
|
|
2708
2705
|
position: absolute;
|
|
@@ -2718,7 +2715,7 @@ video {
|
|
|
2718
2715
|
letter-spacing: .0125em;
|
|
2719
2716
|
--tw-text-opacity: 1;
|
|
2720
2717
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2721
|
-
content: counter(
|
|
2718
|
+
content: counter(cnt1674224061312);
|
|
2722
2719
|
}
|
|
2723
2720
|
/*! ****************************/
|
|
2724
2721
|
/*! text-shadow */
|
|
@@ -8,7 +8,8 @@ const ArdPlayerLoader = function (options, rootElement) {
|
|
|
8
8
|
ardplayerUrl = options.jsUrl,
|
|
9
9
|
smarttagUrl = options.atiSmarttagUrl,
|
|
10
10
|
playerId = options.playerId,
|
|
11
|
-
trackingCookie = new TrackingCookie()
|
|
11
|
+
trackingCookie = new TrackingCookie(),
|
|
12
|
+
isPlayerDebug = options.isPlayerDebug || false
|
|
12
13
|
let mediaCollection = options.mediaCollection,
|
|
13
14
|
playerConfig = options.playerConfig,
|
|
14
15
|
player
|
|
@@ -66,6 +67,9 @@ const ArdPlayerLoader = function (options, rootElement) {
|
|
|
66
67
|
}
|
|
67
68
|
whenAvailable('ardplayer', function () {
|
|
68
69
|
player = new ardplayer.Player(playerId, playerConfig, mediaCollection)
|
|
70
|
+
if (isPlayerDebug) {
|
|
71
|
+
ardplayer.debug(true, true, true, true)
|
|
72
|
+
}
|
|
69
73
|
bindPlayerEvents()
|
|
70
74
|
})
|
|
71
75
|
}
|