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.
Files changed (81) hide show
  1. package/.github/workflows/chromatic.yml +1 -6
  2. package/CHANGELOG.md +29 -0
  3. package/dist/assets/index.css +3 -6
  4. package/dist/assets/js/components/mediaplayer/ardPlayerLoader.subfeature.js +5 -1
  5. package/dist/assets/vendor/ardplayer/ardplayer-hr-6.3.11.79310671.css +2 -0
  6. package/dist/assets/vendor/ardplayer/ardplayer-hr-6.3.11.c442fe17.js +6 -0
  7. package/dist/assets/vendor/ardplayer/ardplayer-libimsc.304b8154.chunk.js +12 -0
  8. package/dist/assets/vendor/ardplayer/ardplayer-pluginchromecast.68c280ed.chunk.js +1 -0
  9. package/dist/assets/vendor/ardplayer/ardplayer-plugindash.a7275c59.chunk.js +1174 -0
  10. package/dist/assets/vendor/ardplayer/ardplayer-pluginhls.f615d5a2.chunk.js +365 -0
  11. package/dist/assets/vendor/ardplayer/ardplayer-pluginhtmla.d04cedbb.chunk.js +1 -0
  12. package/dist/assets/vendor/ardplayer/ardplayer-pluginhtmlv.866c1fbf.chunk.js +1 -0
  13. package/dist/assets/vendor/ardplayer/ardplayer-sandlibrary.a58cd041.chunk.js +0 -0
  14. package/dist/views/components/teaser/cluster/teaser_cluster.hbs +1 -1
  15. package/dist/views/components/teaser/cluster/teaser_cluster_list.hbs +4 -4
  16. package/package.json +1 -1
  17. package/src/assets/fixtures/audio/audios.inc.json +6 -6
  18. package/src/assets/fixtures/video/videos.inc.json +5 -4
  19. package/src/assets/vendor/ardplayer/ardplayer-hr-6.3.11.79310671.css +2 -0
  20. package/src/assets/vendor/ardplayer/ardplayer-hr-6.3.11.c442fe17.js +6 -0
  21. package/src/assets/vendor/ardplayer/ardplayer-libimsc.304b8154.chunk.js +12 -0
  22. package/src/assets/vendor/ardplayer/ardplayer-pluginchromecast.68c280ed.chunk.js +1 -0
  23. package/src/assets/vendor/ardplayer/ardplayer-plugindash.a7275c59.chunk.js +1174 -0
  24. package/src/assets/vendor/ardplayer/ardplayer-pluginhls.f615d5a2.chunk.js +365 -0
  25. package/src/assets/vendor/ardplayer/ardplayer-pluginhtmla.d04cedbb.chunk.js +1 -0
  26. package/src/assets/vendor/ardplayer/ardplayer-pluginhtmlv.866c1fbf.chunk.js +1 -0
  27. package/src/assets/vendor/ardplayer/ardplayer-sandlibrary.a58cd041.chunk.js +0 -0
  28. package/src/stories/views/components/mediaplayer/ardPlayerLoader.subfeature.js +5 -1
  29. package/src/stories/views/components/teaser/cluster/teaser_cluster.hbs +1 -1
  30. package/src/stories/views/components/teaser/cluster/teaser_cluster_list.hbs +4 -4
  31. package/src/stories/views/components/teaser/fixtures/cluster_teaser_Podcast_Channel.json +1 -1
  32. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_audio.json +1 -1
  33. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_live.json +1 -1
  34. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_video.json +1 -1
  35. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_audio.json +1 -1
  36. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_live.json +1 -1
  37. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_video.json +1 -1
  38. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_audio.json +1 -1
  39. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_live.json +1 -1
  40. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_video.json +1 -1
  41. package/src/stories/views/components/teaser/fixtures/teaser_group_100 copy.json +726 -1
  42. package/src/stories/views/components/teaser/fixtures/teaser_group_100.json +1 -1
  43. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight.json +1 -1
  44. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight_2.json +1 -1
  45. package/src/stories/views/components/teaser/fixtures/teaser_group_related_content_100.json +1 -1
  46. package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -1
  47. package/src/stories/views/components/teaser/fixtures/teaser_podcast.json +1 -1
  48. package/src/stories/views/components/teaser/fixtures/teaser_podcast_50.json +1 -1
  49. package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist.json +1 -1
  50. package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist_50.json +1 -1
  51. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio.json +1 -1
  52. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio_livestream.json +1 -1
  53. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_live.json +1 -1
  54. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_podcast.json +1 -1
  55. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_video.json +1 -1
  56. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio.json +1 -1
  57. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio_livestream.json +1 -1
  58. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_live.json +1 -1
  59. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_podcast.json +1 -1
  60. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_video.json +1 -1
  61. package/src/stories/views/components/teaser/fixtures/teaser_tabbox.json +1 -1
  62. package/dist/assets/vendor/ardplayer/ardplayer-hr-6.3.4.4fc164e9.css +0 -7497
  63. package/dist/assets/vendor/ardplayer/ardplayer-hr-6.3.4.8ea4ea3d.js +0 -6322
  64. package/dist/assets/vendor/ardplayer/ardplayer-libimsc.179db74a.chunk.js +0 -444
  65. package/dist/assets/vendor/ardplayer/ardplayer-pluginhtmlv.4f6a1291.chunk.js +0 -27
  66. package/dist/assets/vendor/ardplayer/ardplayer-vendors~pluginchromecast.1fb1b290.chunk.js +0 -27
  67. package/dist/assets/vendor/ardplayer/ardplayer-vendors~pluginchromecast~plugindash~pluginhls~pluginhtmla~pluginhtmlv.a52f1cc9.chunk.js +0 -27
  68. package/dist/assets/vendor/ardplayer/ardplayer-vendors~plugindash.446f5c07.chunk.js +0 -38
  69. package/dist/assets/vendor/ardplayer/ardplayer-vendors~pluginhls.ab9656f5.chunk.js +0 -38
  70. package/dist/assets/vendor/ardplayer/ardplayer-vendors~pluginhtmla.aadd9d24.chunk.js +0 -27
  71. package/dist/assets/vendor/ardplayer/ardplayer-vendors~pluginhtmla~pluginhtmlv.08e5de97.chunk.js +0 -15
  72. package/src/assets/vendor/ardplayer/ardplayer-hr-6.3.4.4fc164e9.css +0 -7497
  73. package/src/assets/vendor/ardplayer/ardplayer-hr-6.3.4.8ea4ea3d.js +0 -6322
  74. package/src/assets/vendor/ardplayer/ardplayer-libimsc.179db74a.chunk.js +0 -444
  75. package/src/assets/vendor/ardplayer/ardplayer-pluginhtmlv.4f6a1291.chunk.js +0 -27
  76. package/src/assets/vendor/ardplayer/ardplayer-vendors~pluginchromecast.1fb1b290.chunk.js +0 -27
  77. package/src/assets/vendor/ardplayer/ardplayer-vendors~pluginchromecast~plugindash~pluginhls~pluginhtmla~pluginhtmlv.a52f1cc9.chunk.js +0 -27
  78. package/src/assets/vendor/ardplayer/ardplayer-vendors~plugindash.446f5c07.chunk.js +0 -38
  79. package/src/assets/vendor/ardplayer/ardplayer-vendors~pluginhls.ab9656f5.chunk.js +0 -38
  80. package/src/assets/vendor/ardplayer/ardplayer-vendors~pluginhtmla.aadd9d24.chunk.js +0 -27
  81. package/src/assets/vendor/ardplayer/ardplayer-vendors~pluginhtmla~pluginhtmlv.08e5de97.chunk.js +0 -15
@@ -1,12 +1,7 @@
1
1
  # Name of our action
2
2
  name: 'Chromatic'
3
3
  # The event that will trigger the action
4
- on:
5
- pull_request:
6
- types: [opened, synchronize]
7
- push:
8
- branches:
9
- - main
4
+ on: push
10
5
 
11
6
  # What the action will do
12
7
  jobs:
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
@@ -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: cnt1674140047249;
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: cnt1674140047249 1;
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(cnt1674140047249);
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
  }