hr-design-system-handlebars 1.88.3 → 1.89.0

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 (54) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/index.css +379 -274
  3. package/dist/assets/js/components/mediaplayer/ardPlayerLoader.subfeature.js +14 -3
  4. package/dist/views/components/teaser/cluster/teaser_cluster.hbs +1 -1
  5. package/dist/views_static/components/teaser/cluster/teaser_cluster.hbs +1 -1
  6. package/package.json +1 -1
  7. package/src/assets/fixtures/audio/audios.inc.json +6 -3
  8. package/src/assets/fixtures/video/videos.inc.json +6 -3
  9. package/src/assets/tailwind.css +445 -294
  10. package/src/stories/views/components/content/copytext/fixtures/copytext_audio.json +1 -1
  11. package/src/stories/views/components/content/copytext/fixtures/copytext_audio_livestream.json +1 -1
  12. package/src/stories/views/components/content/copytext/fixtures/copytext_image.json +1 -1
  13. package/src/stories/views/components/content/copytext/fixtures/copytext_livestream.json +1 -1
  14. package/src/stories/views/components/content/copytext/fixtures/copytext_media_components.json +1 -1
  15. package/src/stories/views/components/content/copytext/fixtures/copytext_non_media_components.json +1 -1
  16. package/src/stories/views/components/content/copytext/fixtures/copytext_video.json +1 -1
  17. package/src/stories/views/components/mediaplayer/ardPlayerLoader.subfeature.js +14 -3
  18. package/src/stories/views/components/mediaplayer/fixtures/mediaplayer.json +1 -1
  19. package/src/stories/views/components/page/fixtures/page.json +1 -1
  20. package/src/stories/views/components/page/story/fixtures/story.json +1 -1
  21. package/src/stories/views/components/page/story/fixtures/story_with_audio.json +1 -1
  22. package/src/stories/views/components/page/story/fixtures/story_with_label.json +1 -1
  23. package/src/stories/views/components/page/story/fixtures/story_with_livestream.json +1 -1
  24. package/src/stories/views/components/page/story/fixtures/story_with_square_image.json +1 -1
  25. package/src/stories/views/components/page/story/fixtures/story_with_video.json +1 -1
  26. package/src/stories/views/components/pagination/fixtures/page_pagination.json +1 -1
  27. package/src/stories/views/components/teaser/cluster/teaser_cluster.hbs +1 -1
  28. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_audio.json +1 -1
  29. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_live.json +1 -1
  30. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_video.json +1 -1
  31. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_audio.json +1 -1
  32. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_live.json +1 -1
  33. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_video.json +1 -1
  34. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_audio.json +1 -1
  35. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_live.json +1 -1
  36. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_video.json +1 -1
  37. package/src/stories/views/components/teaser/fixtures/teaser_group_100.json +1 -1
  38. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight.json +1 -1
  39. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight_2.json +1 -1
  40. package/src/stories/views/components/teaser/fixtures/teaser_group_related_content_100.json +1 -1
  41. package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -1
  42. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio.json +1 -1
  43. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio_livestream.json +1 -1
  44. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_live.json +1 -1
  45. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_video.json +1 -1
  46. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio.json +1 -1
  47. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio_livestream.json +1 -1
  48. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_live.json +1 -1
  49. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_video.json +1 -1
  50. package/src/stories/views/components/teaser/fixtures/teaser_tabbox.json +1 -1
  51. package/src/stories/views/components/teaser/fixtures/ticker_teaser_alternativ_hero_audio.json +1 -1
  52. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_hero_audio.json +1 -1
  53. package/src/stories/views/components/teaser/ticker/teaser_ticker_timeline.stories.js +1 -1
  54. package/tailwind.config.js +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.89.0 (Tue Aug 06 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Feature/dpe 3222 [#1040](https://github.com/mumprod/hr-design-system-handlebars/pull/1040) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v1.88.3 (Sat Aug 03 2024)
2
14
 
3
15
  #### 🐛 Bug Fix