hr-design-system-handlebars 1.88.2 → 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 (81) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/assets/index.css +383 -274
  3. package/dist/assets/js/components/mediaplayer/ardPlayerLoader.subfeature.js +14 -3
  4. package/dist/views/components/content/copytext/components/accordion/accordion.hbs +14 -1
  5. package/dist/views/components/content/copytext/components/gallery.hbs +1 -1
  6. package/dist/views/components/content/copytext/components/newsletter.hbs +1 -1
  7. package/dist/views/components/content/copytext/components/podcastepisode.hbs +1 -1
  8. package/dist/views/components/content/copytext/components/posterteaser.hbs +1 -1
  9. package/dist/views/components/content/copytext/components/voting.hbs +2 -2
  10. package/dist/views/components/content/copytext/components/webform.hbs +1 -1
  11. package/dist/views/components/social_sharing/social_sharing_copytext.hbs +1 -1
  12. package/dist/views/components/social_sharing/social_sharing_horizontal.hbs +1 -1
  13. package/dist/views/components/teaser/cluster/teaser_cluster.hbs +1 -1
  14. package/dist/views_static/components/content/copytext/components/accordion/accordion.hbs +14 -1
  15. package/dist/views_static/components/content/copytext/components/gallery.hbs +1 -1
  16. package/dist/views_static/components/content/copytext/components/newsletter.hbs +1 -1
  17. package/dist/views_static/components/content/copytext/components/podcastepisode.hbs +1 -1
  18. package/dist/views_static/components/content/copytext/components/posterteaser.hbs +1 -1
  19. package/dist/views_static/components/content/copytext/components/voting.hbs +2 -2
  20. package/dist/views_static/components/content/copytext/components/webform.hbs +1 -1
  21. package/dist/views_static/components/social_sharing/social_sharing_copytext.hbs +1 -1
  22. package/dist/views_static/components/social_sharing/social_sharing_horizontal.hbs +1 -1
  23. package/dist/views_static/components/teaser/cluster/teaser_cluster.hbs +1 -1
  24. package/package.json +1 -1
  25. package/src/assets/fixtures/audio/audios.inc.json +6 -3
  26. package/src/assets/fixtures/video/videos.inc.json +6 -3
  27. package/src/assets/tailwind.css +445 -294
  28. package/src/stories/views/components/content/copytext/components/accordion/accordion.hbs +14 -1
  29. package/src/stories/views/components/content/copytext/components/gallery.hbs +1 -1
  30. package/src/stories/views/components/content/copytext/components/newsletter.hbs +1 -1
  31. package/src/stories/views/components/content/copytext/components/podcastepisode.hbs +1 -1
  32. package/src/stories/views/components/content/copytext/components/posterteaser.hbs +1 -1
  33. package/src/stories/views/components/content/copytext/components/voting.hbs +2 -2
  34. package/src/stories/views/components/content/copytext/components/webform.hbs +1 -1
  35. package/src/stories/views/components/content/copytext/fixtures/copytext_audio.json +1 -1
  36. package/src/stories/views/components/content/copytext/fixtures/copytext_audio_livestream.json +1 -1
  37. package/src/stories/views/components/content/copytext/fixtures/copytext_image.json +1 -1
  38. package/src/stories/views/components/content/copytext/fixtures/copytext_livestream.json +1 -1
  39. package/src/stories/views/components/content/copytext/fixtures/copytext_media_components.json +1 -1
  40. package/src/stories/views/components/content/copytext/fixtures/copytext_non_media_components.json +1 -1
  41. package/src/stories/views/components/content/copytext/fixtures/copytext_video.json +1 -1
  42. package/src/stories/views/components/mediaplayer/ardPlayerLoader.subfeature.js +14 -3
  43. package/src/stories/views/components/mediaplayer/fixtures/mediaplayer.json +1 -1
  44. package/src/stories/views/components/page/fixtures/page.json +1 -1
  45. package/src/stories/views/components/page/story/fixtures/story.json +1 -1
  46. package/src/stories/views/components/page/story/fixtures/story_with_audio.json +1 -1
  47. package/src/stories/views/components/page/story/fixtures/story_with_label.json +1 -1
  48. package/src/stories/views/components/page/story/fixtures/story_with_livestream.json +1 -1
  49. package/src/stories/views/components/page/story/fixtures/story_with_square_image.json +1 -1
  50. package/src/stories/views/components/page/story/fixtures/story_with_video.json +1 -1
  51. package/src/stories/views/components/pagination/fixtures/page_pagination.json +1 -1
  52. package/src/stories/views/components/social_sharing/social_sharing_copytext.hbs +1 -1
  53. package/src/stories/views/components/social_sharing/social_sharing_horizontal.hbs +1 -1
  54. package/src/stories/views/components/teaser/cluster/teaser_cluster.hbs +1 -1
  55. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_audio.json +1 -1
  56. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_live.json +1 -1
  57. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_video.json +1 -1
  58. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_audio.json +1 -1
  59. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_live.json +1 -1
  60. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_video.json +1 -1
  61. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_audio.json +1 -1
  62. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_live.json +1 -1
  63. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_video.json +1 -1
  64. package/src/stories/views/components/teaser/fixtures/teaser_group_100.json +1 -1
  65. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight.json +1 -1
  66. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight_2.json +1 -1
  67. package/src/stories/views/components/teaser/fixtures/teaser_group_related_content_100.json +1 -1
  68. package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -1
  69. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio.json +1 -1
  70. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio_livestream.json +1 -1
  71. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_live.json +1 -1
  72. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_video.json +1 -1
  73. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio.json +1 -1
  74. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio_livestream.json +1 -1
  75. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_live.json +1 -1
  76. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_video.json +1 -1
  77. package/src/stories/views/components/teaser/fixtures/teaser_tabbox.json +1 -1
  78. package/src/stories/views/components/teaser/fixtures/ticker_teaser_alternativ_hero_audio.json +1 -1
  79. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_hero_audio.json +1 -1
  80. package/src/stories/views/components/teaser/ticker/teaser_ticker_timeline.stories.js +1 -1
  81. package/tailwind.config.js +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
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
+
13
+ # v1.88.3 (Sat Aug 03 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - optimize print-view for article [#1039](https://github.com/mumprod/hr-design-system-handlebars/pull/1039) ([@hanswurstsalat](https://github.com/hanswurstsalat))
18
+
19
+ #### Authors: 1
20
+
21
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
22
+
23
+ ---
24
+
1
25
  # v1.88.2 (Fri Aug 02 2024)
2
26
 
3
27
  #### 🐛 Bug Fix