hr-design-system-handlebars 0.55.3 → 0.56.2
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 +36 -0
- package/dist/assets/index.css +51 -63
- package/dist/assets/js/views/components/mediaplayer/ardPlayerLoader.subfeature.js +132 -0
- package/dist/assets/js/views/components/mediaplayer/mediaplayerLoader.feature.js +32 -0
- package/dist/views/components/base/load_dynamic.hbs +3 -0
- package/dist/views/components/content_nav/content_nav.hbs +5 -1
- package/dist/views/components/content_nav/content_nav_item.hbs +11 -7
- package/dist/views/components/content_nav/content_nav_list.hbs +3 -4
- package/dist/views/components/content_nav/dropdown.hbs +3 -3
- package/dist/views/components/mediaplayer/ardPlayerLoader.subfeature.js +132 -0
- package/dist/views/components/mediaplayer/media_player.hbs +30 -0
- package/dist/views/components/mediaplayer/mediaplayerLoader.feature.js +32 -0
- package/dist/views/components/teaser/components/teaser_av_consumption.hbs +8 -4
- package/package.json +1 -1
- package/src/assets/fixtures/audio/audios.inc.json +127 -0
- package/src/assets/fixtures/teaser/teaser_content_nav_dropdown_100.json +1 -0
- package/src/assets/fixtures/teaser/teaser_content_nav_dropdown_autosuggest_100.json +1 -0
- package/src/assets/fixtures/teaser/teaser_content_nav_flow_100.json +183 -0
- package/src/assets/fixtures/teaser/teaser_content_nav_list_100.json +1 -1
- package/src/assets/fixtures/teaser/teaser_content_nav_mixed_100.json +1 -0
- package/src/assets/fixtures/teaser/teaser_content_nav_mixed_autosuggest.json +1 -0
- package/src/assets/fixtures/teaser/teaser_group_100_contentnav.json +4 -0
- package/src/assets/fixtures/teaser/teaser_groups.inc.json +26 -0
- package/src/assets/fixtures/teaser/teaser_lead.inc.json +68 -102
- package/src/assets/fixtures/teaser/teaser_standard_25_serif_audio_livestream.json +36 -0
- package/src/assets/fixtures/teaser/teaser_standard_50_serif_audio_livestream.json +21 -0
- package/src/assets/fixtures/teaser/teasers.inc.json +1 -0
- package/src/assets/fixtures/video/videos.inc.json +143 -0
- package/src/assets/vendor/ardplayer/ardplayer-hr-6.3.4.4fc164e9.css +7497 -0
- package/src/assets/vendor/ardplayer/ardplayer-hr-6.3.4.8ea4ea3d.js +6322 -0
- package/src/assets/vendor/ardplayer/ardplayer-libimsc.179db74a.chunk.js +444 -0
- package/src/assets/vendor/ardplayer/ardplayer-pluginhtmlv.4f6a1291.chunk.js +27 -0
- package/src/assets/vendor/ardplayer/ardplayer-vendors~pluginchromecast.1fb1b290.chunk.js +27 -0
- package/src/assets/vendor/ardplayer/ardplayer-vendors~pluginchromecast~plugindash~pluginhls~pluginhtmla~pluginhtmlv.a52f1cc9.chunk.js +27 -0
- package/src/assets/vendor/ardplayer/ardplayer-vendors~plugindash.446f5c07.chunk.js +38 -0
- package/src/assets/vendor/ardplayer/ardplayer-vendors~pluginhls.ab9656f5.chunk.js +38 -0
- package/src/assets/vendor/ardplayer/ardplayer-vendors~pluginhtmla.aadd9d24.chunk.js +27 -0
- package/src/assets/vendor/ardplayer/ardplayer-vendors~pluginhtmla~pluginhtmlv.08e5de97.chunk.js +15 -0
- package/src/stories/views/components/base/load_dynamic.hbs +3 -0
- package/src/stories/views/components/content_nav/content_nav.hbs +5 -1
- package/src/stories/views/components/content_nav/content_nav_item.hbs +11 -7
- package/src/stories/views/components/content_nav/content_nav_list.hbs +3 -4
- package/src/stories/views/components/content_nav/dropdown.hbs +3 -3
- package/src/stories/views/components/mediaplayer/ardPlayerLoader.subfeature.js +132 -0
- package/src/stories/views/components/mediaplayer/media_player.hbs +30 -0
- package/src/stories/views/components/mediaplayer/mediaplayerLoader.feature.js +32 -0
- package/src/stories/views/components/teaser/components/teaser_av_consumption.hbs +8 -4
- package/src/stories/views/components/teaser/content_nav/teaser_content_nav.stories.mdx +5 -0
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_100_genre.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_33.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_33_genre.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_50_genre.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_33.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_33.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif.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.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.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_label.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_cluster.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_autosuggest_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_flow_100.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_list_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_mixed_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_mixed_autosuggest.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100_contentNav.json +1 -0
- 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_index.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_poster_lg.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_poster_md.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_poster_md_label.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif.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 -0
- 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_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_tabbox.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif.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 -0
- 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_tabbox.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_standard_hero_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_label.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_tabbox.json +1 -1
- package/src/stories/views/components/teaser/group_teaser/group.stories.mdx +9 -1
- package/src/stories/views/components/teaser/teaser_standard_av.stories.mdx +17 -3
- package/dist/assets/js/views/components/audio/audioElementDs.subfeature.js +0 -127
- package/dist/assets/js/views/components/mediaplayer/mediaplayerLoaderDs.feature.js +0 -98
- package/dist/assets/js/views/components/video/livestream/videoLivestreamDs.subfeature.js +0 -263
- package/dist/assets/js/views/components/video/videoOnDemandPlayerDs.subfeature.js +0 -369
- package/dist/views/components/audio/audioElementDs.subfeature.js +0 -127
- package/dist/views/components/audio/audio_element.hbs +0 -72
- package/dist/views/components/mediaplayer/mediaplayerLoaderDs.feature.js +0 -98
- package/dist/views/components/video/livestream/videoLivestreamDs.subfeature.js +0 -263
- package/dist/views/components/video/livestream/video_livestream.hbs +0 -69
- package/dist/views/components/video/videoOnDemandPlayerDs.subfeature.js +0 -369
- package/dist/views/components/video/video_element.hbs +0 -81
- package/src/assets/vendor/ardplayer/ardplayer-hr-6.3.4.055f7511.css +0 -3
- package/src/assets/vendor/ardplayer/ardplayer-hr-6.3.4.d39f03b6.js +0 -6
- package/src/assets/vendor/ardplayer/ardplayer-libimsc.9e067311.chunk.js +0 -13
- package/src/assets/vendor/ardplayer/ardplayer-pluginchromecast.8ad4db4d.chunk.js +0 -1
- package/src/assets/vendor/ardplayer/ardplayer-pluginhtmla.77bf082c.chunk.js +0 -1
- package/src/assets/vendor/ardplayer/ardplayer-pluginhtmlv.8be44713.chunk.js +0 -1
- package/src/assets/vendor/ardplayer/ardplayer-vendors~pluginchromecast~plugindash~pluginhls~pluginhtmla~pluginhtmlv.9fbaccf5.chunk.js +0 -1
- package/src/assets/vendor/ardplayer/ardplayer-vendors~plugindash.32239ff8.chunk.js +0 -1066
- package/src/assets/vendor/ardplayer/ardplayer-vendors~pluginhls.f21f56cc.chunk.js +0 -365
- package/src/stories/views/components/audio/audioElementDs.subfeature.js +0 -127
- package/src/stories/views/components/audio/audio_element.hbs +0 -72
- package/src/stories/views/components/mediaplayer/mediaplayerLoaderDs.feature.js +0 -98
- package/src/stories/views/components/video/livestream/videoLivestreamDs.subfeature.js +0 -263
- package/src/stories/views/components/video/livestream/video_livestream.hbs +0 -69
- package/src/stories/views/components/video/videoOnDemandPlayerDs.subfeature.js +0 -369
- package/src/stories/views/components/video/video_element.hbs +0 -81
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,39 @@
|
|
|
1
|
+
# v0.56.2 (Tue Aug 30 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- BUGFIX: mediaPlayerButton is selected correctly. [#307](https://github.com/mumprod/hr-design-system-handlebars/pull/307) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v0.56.1 (Tue Aug 30 2022)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- first try with groups, diverse changes in css, adds load_dynamic for … [#306](https://github.com/mumprod/hr-design-system-handlebars/pull/306) ([@StefanVesper](https://github.com/StefanVesper))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
# v0.56.0 (Tue Aug 30 2022)
|
|
26
|
+
|
|
27
|
+
#### 🚀 Enhancement
|
|
28
|
+
|
|
29
|
+
- Feature/dpe 1567 [#305](https://github.com/mumprod/hr-design-system-handlebars/pull/305) ([@szuelch](https://github.com/szuelch))
|
|
30
|
+
|
|
31
|
+
#### Authors: 1
|
|
32
|
+
|
|
33
|
+
- [@szuelch](https://github.com/szuelch)
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
1
37
|
# v0.55.3 (Fri Aug 19 2022)
|
|
2
38
|
|
|
3
39
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -683,14 +683,6 @@ video {
|
|
|
683
683
|
.m-1 {
|
|
684
684
|
margin: 0.25rem;
|
|
685
685
|
}
|
|
686
|
-
.my-5 {
|
|
687
|
-
margin-top: 1.25rem;
|
|
688
|
-
margin-bottom: 1.25rem;
|
|
689
|
-
}
|
|
690
|
-
.mx-5 {
|
|
691
|
-
margin-left: 1.25rem;
|
|
692
|
-
margin-right: 1.25rem;
|
|
693
|
-
}
|
|
694
686
|
.my-2 {
|
|
695
687
|
margin-top: 0.5rem;
|
|
696
688
|
margin-bottom: 0.5rem;
|
|
@@ -699,6 +691,14 @@ video {
|
|
|
699
691
|
margin-left: 1rem;
|
|
700
692
|
margin-right: 1rem;
|
|
701
693
|
}
|
|
694
|
+
.my-5 {
|
|
695
|
+
margin-top: 1.25rem;
|
|
696
|
+
margin-bottom: 1.25rem;
|
|
697
|
+
}
|
|
698
|
+
.mx-5 {
|
|
699
|
+
margin-left: 1.25rem;
|
|
700
|
+
margin-right: 1.25rem;
|
|
701
|
+
}
|
|
702
702
|
.mx-8 {
|
|
703
703
|
margin-left: 2rem;
|
|
704
704
|
margin-right: 2rem;
|
|
@@ -725,11 +725,14 @@ video {
|
|
|
725
725
|
.\!mt-4 {
|
|
726
726
|
margin-top: 1rem !important;
|
|
727
727
|
}
|
|
728
|
+
.\!mb-0 {
|
|
729
|
+
margin-bottom: 0px !important;
|
|
730
|
+
}
|
|
728
731
|
.mb-2 {
|
|
729
732
|
margin-bottom: 0.5rem;
|
|
730
733
|
}
|
|
731
|
-
.\!
|
|
732
|
-
margin-
|
|
734
|
+
.\!mr-2 {
|
|
735
|
+
margin-right: 0.5rem !important;
|
|
733
736
|
}
|
|
734
737
|
.mr-2 {
|
|
735
738
|
margin-right: 0.5rem;
|
|
@@ -822,9 +825,6 @@ video {
|
|
|
822
825
|
.aspect-video {
|
|
823
826
|
aspect-ratio: 16 / 9;
|
|
824
827
|
}
|
|
825
|
-
.h-12 {
|
|
826
|
-
height: 3rem;
|
|
827
|
-
}
|
|
828
828
|
.h-10 {
|
|
829
829
|
height: 2.5rem;
|
|
830
830
|
}
|
|
@@ -837,6 +837,9 @@ video {
|
|
|
837
837
|
.h-full {
|
|
838
838
|
height: 100%;
|
|
839
839
|
}
|
|
840
|
+
.h-auto {
|
|
841
|
+
height: auto;
|
|
842
|
+
}
|
|
840
843
|
.h-0\.5 {
|
|
841
844
|
height: 0.125rem;
|
|
842
845
|
}
|
|
@@ -858,9 +861,6 @@ video {
|
|
|
858
861
|
.h-2\/5 {
|
|
859
862
|
height: 40%;
|
|
860
863
|
}
|
|
861
|
-
.h-auto {
|
|
862
|
-
height: auto;
|
|
863
|
-
}
|
|
864
864
|
.h-3\.5 {
|
|
865
865
|
height: 0.875rem;
|
|
866
866
|
}
|
|
@@ -882,18 +882,20 @@ video {
|
|
|
882
882
|
.w-16 {
|
|
883
883
|
width: 4rem;
|
|
884
884
|
}
|
|
885
|
-
.w-
|
|
886
|
-
width:
|
|
885
|
+
.w-10 {
|
|
886
|
+
width: 2.5rem;
|
|
887
887
|
}
|
|
888
888
|
.w-full {
|
|
889
889
|
width: 100%;
|
|
890
890
|
}
|
|
891
|
-
.w-10 {
|
|
892
|
-
width: 2.5rem;
|
|
893
|
-
}
|
|
894
891
|
.\!w-full {
|
|
895
892
|
width: 100% !important;
|
|
896
893
|
}
|
|
894
|
+
.\!w-fit {
|
|
895
|
+
width: -webkit-fit-content !important;
|
|
896
|
+
width: -moz-fit-content !important;
|
|
897
|
+
width: fit-content !important;
|
|
898
|
+
}
|
|
897
899
|
.w-fit {
|
|
898
900
|
width: -webkit-fit-content;
|
|
899
901
|
width: -moz-fit-content;
|
|
@@ -917,6 +919,9 @@ video {
|
|
|
917
919
|
.w-40 {
|
|
918
920
|
width: 10rem;
|
|
919
921
|
}
|
|
922
|
+
.w-12 {
|
|
923
|
+
width: 3rem;
|
|
924
|
+
}
|
|
920
925
|
.w-3\.5 {
|
|
921
926
|
width: 0.875rem;
|
|
922
927
|
}
|
|
@@ -1158,18 +1163,9 @@ video {
|
|
|
1158
1163
|
.rounded-xl {
|
|
1159
1164
|
border-radius: 0.75rem;
|
|
1160
1165
|
}
|
|
1161
|
-
.\!rounded-none {
|
|
1162
|
-
border-radius: 0px !important;
|
|
1163
|
-
}
|
|
1164
|
-
.rounded-none {
|
|
1165
|
-
border-radius: 0px;
|
|
1166
|
-
}
|
|
1167
1166
|
.rounded {
|
|
1168
1167
|
border-radius: 0.25rem;
|
|
1169
1168
|
}
|
|
1170
|
-
.rounded-sm {
|
|
1171
|
-
border-radius: 0.125rem;
|
|
1172
|
-
}
|
|
1173
1169
|
.rounded-t-xl {
|
|
1174
1170
|
border-top-left-radius: 0.75rem;
|
|
1175
1171
|
border-top-right-radius: 0.75rem;
|
|
@@ -1282,10 +1278,6 @@ video {
|
|
|
1282
1278
|
--tw-bg-opacity: 1;
|
|
1283
1279
|
background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
|
|
1284
1280
|
}
|
|
1285
|
-
.bg-blue-jellyBean {
|
|
1286
|
-
--tw-bg-opacity: 1;
|
|
1287
|
-
background-color: rgba(39, 107, 158, var(--tw-bg-opacity));
|
|
1288
|
-
}
|
|
1289
1281
|
.bg-blue-congress {
|
|
1290
1282
|
--tw-bg-opacity: 1;
|
|
1291
1283
|
background-color: rgba(0, 82, 147, var(--tw-bg-opacity));
|
|
@@ -1414,6 +1406,9 @@ video {
|
|
|
1414
1406
|
.p-2 {
|
|
1415
1407
|
padding: 0.5rem;
|
|
1416
1408
|
}
|
|
1409
|
+
.p-0 {
|
|
1410
|
+
padding: 0px;
|
|
1411
|
+
}
|
|
1417
1412
|
.px-4 {
|
|
1418
1413
|
padding-left: 1rem;
|
|
1419
1414
|
padding-right: 1rem;
|
|
@@ -1442,6 +1437,10 @@ video {
|
|
|
1442
1437
|
padding-left: 0.75rem;
|
|
1443
1438
|
padding-right: 0.75rem;
|
|
1444
1439
|
}
|
|
1440
|
+
.\!px-0 {
|
|
1441
|
+
padding-left: 0px !important;
|
|
1442
|
+
padding-right: 0px !important;
|
|
1443
|
+
}
|
|
1445
1444
|
.px-2 {
|
|
1446
1445
|
padding-left: 0.5rem;
|
|
1447
1446
|
padding-right: 0.5rem;
|
|
@@ -1663,10 +1662,6 @@ video {
|
|
|
1663
1662
|
--tw-text-opacity: 1 !important;
|
|
1664
1663
|
color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
|
|
1665
1664
|
}
|
|
1666
|
-
.text-blue-jellyBean {
|
|
1667
|
-
--tw-text-opacity: 1;
|
|
1668
|
-
color: rgba(39, 107, 158, var(--tw-text-opacity));
|
|
1669
|
-
}
|
|
1670
1665
|
.text-white {
|
|
1671
1666
|
--tw-text-opacity: 1;
|
|
1672
1667
|
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
@@ -1687,6 +1682,14 @@ video {
|
|
|
1687
1682
|
--tw-text-opacity: 1;
|
|
1688
1683
|
color: rgba(0, 82, 147, var(--tw-text-opacity));
|
|
1689
1684
|
}
|
|
1685
|
+
.text-orange-spicyCarrot {
|
|
1686
|
+
--tw-text-opacity: 1;
|
|
1687
|
+
color: rgba(211, 70, 0, var(--tw-text-opacity));
|
|
1688
|
+
}
|
|
1689
|
+
.text-blue-jellyBean {
|
|
1690
|
+
--tw-text-opacity: 1;
|
|
1691
|
+
color: rgba(39, 107, 158, var(--tw-text-opacity));
|
|
1692
|
+
}
|
|
1690
1693
|
.text-black {
|
|
1691
1694
|
--tw-text-opacity: 1;
|
|
1692
1695
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
@@ -1695,10 +1698,6 @@ video {
|
|
|
1695
1698
|
--tw-text-opacity: 1;
|
|
1696
1699
|
color: rgba(0, 109, 193, var(--tw-text-opacity));
|
|
1697
1700
|
}
|
|
1698
|
-
.text-orange-spicyCarrot {
|
|
1699
|
-
--tw-text-opacity: 1;
|
|
1700
|
-
color: rgba(211, 70, 0, var(--tw-text-opacity));
|
|
1701
|
-
}
|
|
1702
1701
|
.text-opacity-50 {
|
|
1703
1702
|
--tw-text-opacity: 0.5;
|
|
1704
1703
|
}
|
|
@@ -1867,7 +1866,7 @@ video {
|
|
|
1867
1866
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
1868
1867
|
}
|
|
1869
1868
|
.counter-reset {
|
|
1870
|
-
counter-reset:
|
|
1869
|
+
counter-reset: cnt1661867370874;
|
|
1871
1870
|
}
|
|
1872
1871
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
1873
1872
|
font-size: 0.75rem;
|
|
@@ -2250,7 +2249,7 @@ video {
|
|
|
2250
2249
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2251
2250
|
}
|
|
2252
2251
|
.-ordered {
|
|
2253
|
-
counter-increment:
|
|
2252
|
+
counter-increment: cnt1661867370874 1;
|
|
2254
2253
|
}
|
|
2255
2254
|
.-ordered::before {
|
|
2256
2255
|
position: absolute;
|
|
@@ -2267,7 +2266,7 @@ video {
|
|
|
2267
2266
|
letter-spacing: .0125em;
|
|
2268
2267
|
--tw-text-opacity: 1;
|
|
2269
2268
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2270
|
-
content: counter(
|
|
2269
|
+
content: counter(cnt1661867370874);
|
|
2271
2270
|
}
|
|
2272
2271
|
/*! purgecss start ignore */
|
|
2273
2272
|
:root,
|
|
@@ -2644,9 +2643,6 @@ video {
|
|
|
2644
2643
|
.first\:font-bold:first-child {
|
|
2645
2644
|
font-weight: 700;
|
|
2646
2645
|
}
|
|
2647
|
-
.last\:mb-0:last-child {
|
|
2648
|
-
margin-bottom: 0px;
|
|
2649
|
-
}
|
|
2650
2646
|
.last\:border-b-0:last-child {
|
|
2651
2647
|
border-bottom-width: 0px;
|
|
2652
2648
|
}
|
|
@@ -2682,15 +2678,15 @@ video {
|
|
|
2682
2678
|
--tw-bg-opacity: 1;
|
|
2683
2679
|
background-color: rgba(0, 82, 147, var(--tw-bg-opacity));
|
|
2684
2680
|
}
|
|
2685
|
-
.hover\:fill-blue-jellyBean:hover {
|
|
2686
|
-
fill: #006dc1;
|
|
2687
|
-
}
|
|
2688
2681
|
.hover\:fill-white:hover {
|
|
2689
2682
|
fill: #ffffff;
|
|
2690
2683
|
}
|
|
2691
2684
|
.hover\:fill-orange-spicyCarrot:hover {
|
|
2692
2685
|
fill: #d34600;
|
|
2693
2686
|
}
|
|
2687
|
+
.hover\:fill-blue-jellyBean:hover {
|
|
2688
|
+
fill: #006dc1;
|
|
2689
|
+
}
|
|
2694
2690
|
.hover\:text-toplineColor:hover {
|
|
2695
2691
|
color: #006dc1;
|
|
2696
2692
|
color: var(--color-topline);
|
|
@@ -2826,10 +2822,6 @@ video {
|
|
|
2826
2822
|
margin-right: 0px !important;
|
|
2827
2823
|
}
|
|
2828
2824
|
|
|
2829
|
-
.md\:\!mr-2 {
|
|
2830
|
-
margin-right: 0.5rem !important;
|
|
2831
|
-
}
|
|
2832
|
-
|
|
2833
2825
|
.md\:\!mb-2 {
|
|
2834
2826
|
margin-bottom: 0.5rem !important;
|
|
2835
2827
|
}
|
|
@@ -2838,6 +2830,10 @@ video {
|
|
|
2838
2830
|
margin-right: 0.5rem;
|
|
2839
2831
|
}
|
|
2840
2832
|
|
|
2833
|
+
.md\:\!mr-2 {
|
|
2834
|
+
margin-right: 0.5rem !important;
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2841
2837
|
.md\:mt-0 {
|
|
2842
2838
|
margin-top: 0px;
|
|
2843
2839
|
}
|
|
@@ -2977,10 +2973,6 @@ video {
|
|
|
2977
2973
|
overflow: visible;
|
|
2978
2974
|
}
|
|
2979
2975
|
|
|
2980
|
-
.md\:\!rounded {
|
|
2981
|
-
border-radius: 0.25rem !important;
|
|
2982
|
-
}
|
|
2983
|
-
|
|
2984
2976
|
.md\:rounded-none {
|
|
2985
2977
|
border-radius: 0px;
|
|
2986
2978
|
}
|
|
@@ -3154,10 +3146,6 @@ video {
|
|
|
3154
3146
|
}
|
|
3155
3147
|
}
|
|
3156
3148
|
|
|
3157
|
-
.md\:last\:mb-2:last-child {
|
|
3158
|
-
margin-bottom: 0.5rem;
|
|
3159
|
-
}
|
|
3160
|
-
|
|
3161
3149
|
.md\:first-of-type\:pt-0:first-of-type {
|
|
3162
3150
|
padding-top: 0px;
|
|
3163
3151
|
}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import { fireEvent, hr$, listen, loadScript } from 'hrQuery'
|
|
2
|
+
import TrackingCookie from 'components/externalService/trackingCookieDs.subfeature'
|
|
3
|
+
|
|
4
|
+
const ArdPlayerLoader = function (options, rootElement) {
|
|
5
|
+
'use strict'
|
|
6
|
+
|
|
7
|
+
const skinPath = options.cssUrl,
|
|
8
|
+
ardplayerUrl = options.jsUrl,
|
|
9
|
+
smarttagUrl = options.atiSmarttagUrl,
|
|
10
|
+
playerId = options.playerId,
|
|
11
|
+
trackingCookie = new TrackingCookie()
|
|
12
|
+
let mediaCollection = options.mediaCollection,
|
|
13
|
+
playerConfig = options.playerConfig,
|
|
14
|
+
player
|
|
15
|
+
|
|
16
|
+
const setupPlayer = function () {
|
|
17
|
+
if (
|
|
18
|
+
undefined != playerConfig.pluginData['trackingAti@all'] &&
|
|
19
|
+
playerConfig.pluginData['trackingAti@all'].isEnabled
|
|
20
|
+
) {
|
|
21
|
+
playerConfig.pluginData['trackingAti@all'].config.cookieSecure =
|
|
22
|
+
'https:' === document.location.protocol
|
|
23
|
+
}
|
|
24
|
+
loadArdPlayerScript()
|
|
25
|
+
fetchPlayerStyle(skinPath).then(createPlayer())
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
const loadArdPlayerScript = function () {
|
|
29
|
+
loadScript('js-ardplayerHr', ardplayerUrl)
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
const fetchPlayerStyle = function (url, id) {
|
|
33
|
+
return new Promise(function (resolve, reject) {
|
|
34
|
+
if (document.getElementById(id)) {
|
|
35
|
+
resolve('Style wurde bereits geladen')
|
|
36
|
+
console.log('style was already loaded before')
|
|
37
|
+
} else {
|
|
38
|
+
const link = document.createElement('link')
|
|
39
|
+
link.type = 'text/css'
|
|
40
|
+
link.rel = 'stylesheet'
|
|
41
|
+
link.id = id
|
|
42
|
+
link.onload = function () {
|
|
43
|
+
resolve()
|
|
44
|
+
}
|
|
45
|
+
link.href = url
|
|
46
|
+
|
|
47
|
+
const headScript = document.querySelector('script')
|
|
48
|
+
headScript.parentNode.insertBefore(link, headScript)
|
|
49
|
+
resolve('Style wurde neu geladen')
|
|
50
|
+
}
|
|
51
|
+
})
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
const createPlayer = function () {
|
|
55
|
+
if (
|
|
56
|
+
trackingCookie.isTrackingAccepted('ati') &&
|
|
57
|
+
playerConfig.pluginData['trackingAti@all'].isEnabled
|
|
58
|
+
) {
|
|
59
|
+
loadScript('js-smarttagProd', smarttagUrl)
|
|
60
|
+
} else {
|
|
61
|
+
playerConfig.pluginData['trackingAti@all'].isEnabled = false
|
|
62
|
+
}
|
|
63
|
+
if (!trackingCookie.isTrackingAccepted('agf')) {
|
|
64
|
+
playerConfig.pluginData['trackingAgf@all'].isEnabled = false
|
|
65
|
+
}
|
|
66
|
+
whenAvailable('ardplayer', function () {
|
|
67
|
+
player = new ardplayer.Player(playerId, playerConfig, mediaCollection)
|
|
68
|
+
bindPlayerEvents()
|
|
69
|
+
})
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
const whenAvailable = function (name, callback) {
|
|
73
|
+
const interval = 100 // ms
|
|
74
|
+
const intervalId = window.setInterval(function () {
|
|
75
|
+
if (typeof ardplayer != 'undefined') {
|
|
76
|
+
window.clearInterval(intervalId)
|
|
77
|
+
callback(window[name])
|
|
78
|
+
}
|
|
79
|
+
}, interval)
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
const bindPlayerEvents = function () {
|
|
83
|
+
player.$.on(ardplayer.Player.EVENT_PLAY_STREAM, function (event) {
|
|
84
|
+
const geotag = hr$('.js-geotag', rootElement)[0]
|
|
85
|
+
if (typeof geotag != 'undefined') {
|
|
86
|
+
geotag.classList.add('hide')
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
fireEvent('hr:global:stopOtherAVs', 'ardplayer', true)
|
|
90
|
+
})
|
|
91
|
+
|
|
92
|
+
player.$.on(ardplayer.Player.EVENT_ERROR, function (event) {
|
|
93
|
+
if (undefined !== videoKey) {
|
|
94
|
+
fireEvent('hr:global:ardPlayerError', { key: videoKey }, true)
|
|
95
|
+
}
|
|
96
|
+
})
|
|
97
|
+
|
|
98
|
+
listen('hr:global:stopOtherAVs', function (event) {
|
|
99
|
+
if (event.detail != 'ardplayer') {
|
|
100
|
+
player.pause()
|
|
101
|
+
}
|
|
102
|
+
})
|
|
103
|
+
|
|
104
|
+
listen('player_closed', function (event) {
|
|
105
|
+
player.stop()
|
|
106
|
+
})
|
|
107
|
+
|
|
108
|
+
listen('player_start', function (event) {
|
|
109
|
+
if (player) {
|
|
110
|
+
if (undefined != mediaCollection.live) {
|
|
111
|
+
player.seekToLive()
|
|
112
|
+
}
|
|
113
|
+
player.play()
|
|
114
|
+
}
|
|
115
|
+
})
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
if (
|
|
119
|
+
trackingCookie.isTrackingAccepted('agf') &&
|
|
120
|
+
window.gfkConnector &&
|
|
121
|
+
playerConfig.pluginData['trackingAgf@all']
|
|
122
|
+
) {
|
|
123
|
+
gfkConnector.init(function (gfkLinkID) {
|
|
124
|
+
playerConfig.pluginData['trackingAgf@all'].clipData.nol_c20 = 'p20,' + gfkLinkID
|
|
125
|
+
setupPlayer()
|
|
126
|
+
})
|
|
127
|
+
} else {
|
|
128
|
+
setupPlayer()
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
export default ArdPlayerLoader
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { hr$, listenOnce, listen } from 'hrQuery'
|
|
2
|
+
import { uxAction } from 'base/tracking/atiHelper.subfeature'
|
|
3
|
+
import ArdPlayerLoader from 'components/mediaplayer/ardPlayerLoader.subfeature'
|
|
4
|
+
|
|
5
|
+
const MediaplayerLoader = function (context) {
|
|
6
|
+
'use strict'
|
|
7
|
+
|
|
8
|
+
const { options } = context,
|
|
9
|
+
{ element: rootElement } = context,
|
|
10
|
+
isAutoplay = options.isAutoplay,
|
|
11
|
+
teaserSize = options.teaserSize,
|
|
12
|
+
mediaplayerButton = hr$('.js-mediaplayer__button', rootElement.parentNode)[0]
|
|
13
|
+
|
|
14
|
+
const removeVideoHover = function () {
|
|
15
|
+
rootElement.parentNode.parentNode.classList.remove('-imageHover')
|
|
16
|
+
rootElement.parentNode.parentNode.parentNode.classList.remove('-imageHover')
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
const loadArdPlayerLoader = function () {
|
|
20
|
+
new ArdPlayerLoader(options)
|
|
21
|
+
removeVideoHover()
|
|
22
|
+
uxAction('mediabuttonclick::' + teaserSize + '::playButtonClick')
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
if (isAutoplay) {
|
|
26
|
+
console.log('isAutoplay')
|
|
27
|
+
listenOnce('click', loadArdPlayerLoader, mediaplayerButton)
|
|
28
|
+
} else {
|
|
29
|
+
loadArdPlayerLoader()
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
export default MediaplayerLoader
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
{{#switch _templatePath}}
|
|
2
|
+
{{#case "components/teaser/content_nav/teaser_content_nav"}}
|
|
3
|
+
{{> components/teaser/content_nav/teaser_content_nav}}
|
|
4
|
+
{{/case}}
|
|
2
5
|
{{#case "components/site_header/service_navigation/service_navigation_item"}}
|
|
3
6
|
{{> components/site_header/service_navigation/service_navigation_item}}
|
|
4
7
|
{{/case}}
|
|
@@ -3,7 +3,11 @@
|
|
|
3
3
|
<nav class="c-content-nav {{../_modifier}} ">
|
|
4
4
|
{{> components/content_nav/content_nav_list _teasersize=../_teasersize}}
|
|
5
5
|
</nav>
|
|
6
|
-
{{else}}
|
|
6
|
+
{{else if this.isFlow}}
|
|
7
|
+
<nav class="c-content-nav {{../_modifier}} ">
|
|
8
|
+
{{> components/content_nav/content_nav_list _teasersize=../_teasersize}}
|
|
9
|
+
</nav>
|
|
10
|
+
{{else}}
|
|
7
11
|
{{#>components/content_nav/dropdown
|
|
8
12
|
_componentClass="c-content-nav"
|
|
9
13
|
_teasersize=../_teasersize
|
|
@@ -1,14 +1,18 @@
|
|
|
1
|
-
<li :class="{{_isdropdown}} ? '!w-full md:!w-full
|
|
2
|
-
: {{_ismixed}} && {{_teasersize}} >= 66 ? '!w-full md:!w-fit
|
|
3
|
-
: {{_ismixed}} && {{_teasersize}} <= 50 ? '!w-full
|
|
4
|
-
: {{_islist}} ? 'border
|
|
1
|
+
<li :class="{{_isdropdown}} ? '!w-full md:!w-full md:mb-0 md:!mr-0 border-l-0 border-r-0 border-t-0 border-b last:border-b-0'
|
|
2
|
+
: {{_ismixed}} && {{_teasersize}} >= 66 ? '!w-full md:!w-fit !mb-0 md:!mb-2 md:mr-2 border-l-0 border-r-0 border-t-0 border-b last:border-b-0 md:!border'
|
|
3
|
+
: {{_ismixed}} && {{_teasersize}} <= 50 ? '!w-full !mb-0 border-b last:border-b-0'
|
|
4
|
+
: {{_islist}} && {{_teasersize}} == 100 ? 'border mb-2 md:!mr-2 '
|
|
5
|
+
: {{_islist}} && {{_teasersize}} >= 66 ? 'border mb-2 !mr-2 '
|
|
6
|
+
: {{_islist}} && {{_teasersize}} <= 50 ? 'border mb-2 md:!mr-2'
|
|
7
|
+
: {{_isflow}} ? '!w-fit !mr-2 border mb-2'
|
|
5
8
|
: '' "
|
|
6
|
-
|
|
9
|
+
|
|
10
|
+
class="{{inline-switch _teasersize '["100","66","50","33","25"]' '["w-full md:w-fit","w-fit","w-full","w-full","w-full"]'}} overflow-hidden text-base font-copy list-none border-blue-congress fill-congress hover:fill-white text-blue-congress hover:text-white hover:underline {{#if this.isSelected}} -current{{/if}} c-content-nav__item">
|
|
7
11
|
{{#>components/base/link.hbs
|
|
8
12
|
_doNavigationTracking="true"
|
|
9
13
|
_clickLabelType="Contentnavigation"
|
|
10
14
|
_clickLabelPrefix1=this.title
|
|
11
|
-
_css="flex items-center py-2 px-4 h-8 bg-white hover:bg-blue-congress
|
|
15
|
+
_css="flex items-center py-2 px-4 h-8 bg-white hover:bg-blue-congress whitespace-nowrap overflow-hidden"
|
|
12
16
|
_isSelected=this.isSelected
|
|
13
17
|
_selectedCssClass="is-selected"
|
|
14
18
|
}}
|
|
@@ -24,4 +28,4 @@ class="{{inline-switch _teasersize '["100","66","50","33","25"]' '["w-full md:w-
|
|
|
24
28
|
{{/if}}
|
|
25
29
|
|
|
26
30
|
{{/components/base/link.hbs}}
|
|
27
|
-
</li>
|
|
31
|
+
</li>
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
<ul {{
|
|
2
|
-
|
|
3
|
-
class="flex flex-wrap w-full m-0 last:border-b-0">
|
|
1
|
+
<ul :class="{{this.isMixed}} && {{_teasersize}} < 66 || ({{this.isMixed}} && window.innerWidth < 768) || {{this.isDropdown}} ? 'shadow-[0_13px_27px_-2px_rgba(50,50,93,0.25)] !px-0 ' : ''"
|
|
2
|
+
class="flex flex-wrap w-full px-2 m-0 last:border-b-0">
|
|
4
3
|
|
|
5
4
|
{{~#each this.contentNavEntries~}}
|
|
6
5
|
|
|
@@ -20,7 +19,7 @@
|
|
|
20
19
|
{{/if}}
|
|
21
20
|
{{else}}
|
|
22
21
|
|
|
23
|
-
{{> components/content_nav/content_nav_item _teasersize=../_teasersize _isdropdown=../isDropdown _ismixed=../isMixed _islist=../isList}}
|
|
22
|
+
{{> components/content_nav/content_nav_item _teasersize=../_teasersize _isdropdown=../isDropdown _ismixed=../isMixed _islist=../isList _isflow=../isFlow}}
|
|
24
23
|
|
|
25
24
|
{{~/if~}}
|
|
26
25
|
{{~/each~}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<nav
|
|
2
|
-
class="w-full {{_componentClass}} {{_modifier}} "
|
|
2
|
+
class="w-full px-2 {{_componentClass}} {{_modifier}} "
|
|
3
3
|
id="dropdown--{{nextRandom}}"
|
|
4
4
|
tabindex="0"
|
|
5
5
|
role="navigation"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<span id="o-dropdown__label--{{getRandom}}" class="hidden">{{defaultIfEmpty _hiddenNavigationLabel "Unternavigation"}}</span>
|
|
9
9
|
|
|
10
10
|
<div x-show="shouldDropdownBeShown({{_teasersize}},{{this.isDropdown}},{{this.isMixed}})"
|
|
11
|
-
class="flex w-full h-8 overflow-hidden bg-white border
|
|
11
|
+
class="flex w-full h-8 overflow-hidden bg-white border border-blue-congress whitespace-nowrap text-blue-congress fill-congress" >
|
|
12
12
|
|
|
13
13
|
<span class="text-base p-2 self-center w-full {{_componentClass}}__button-text">
|
|
14
14
|
{{_buttonText}}
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
</div>
|
|
27
27
|
|
|
28
|
-
<div x-show="shouldContentBeShown({{_teasersize}},{{this.isDropdown}},{{this.isMixed}})" aria-haspopup="true" class="md:relative md:left-0 md:h-auto md:overflow-visible">
|
|
28
|
+
<div x-show="shouldContentBeShown({{_teasersize}},{{this.isDropdown}},{{this.isMixed}})" aria-haspopup="true" class="p-0 m-0 md:relative md:left-0 md:h-auto md:overflow-visible">
|
|
29
29
|
{{> @partial-block }}
|
|
30
30
|
</div>
|
|
31
31
|
|