hr-design-system-handlebars 0.55.1 → 0.56.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.
- package/.vscode/settings.json +2 -0
- package/CHANGELOG.md +36 -0
- package/dist/assets/index.css +54 -54
- 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/content_nav/content_nav.hbs +9 -54
- package/dist/views/components/content_nav/content_nav_item.hbs +2 -3
- package/dist/views/components/content_nav/content_nav_list.hbs +3 -2
- package/dist/views/components/{base/menu → content_nav}/dropdown.hbs +6 -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/site_header/header_alpine.js +37 -0
- package/dist/views/components/teaser/components/teaser_av_consumption.hbs +8 -4
- package/dist/views/components/teaser/content_nav/teaser_content_nav.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/fixtures/audio/audios.inc.json +127 -0
- package/src/assets/fixtures/teaser/{teaser_content_nav_mixed_25.json → teaser_content_nav_mixed_autosuggest.json} +3 -3
- 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/content_nav/content_nav.hbs +9 -54
- package/src/stories/views/components/content_nav/content_nav_item.hbs +2 -3
- package/src/stories/views/components/content_nav/content_nav_list.hbs +3 -2
- package/src/stories/views/components/{base/menu → content_nav}/dropdown.hbs +6 -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/site_header/header_alpine.js +37 -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.hbs +1 -1
- package/src/stories/views/components/teaser/content_nav/teaser_content_nav.stories.mdx +27 -63
- 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_50.json → 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_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/teaser_standard_av.stories.mdx +17 -3
- package/tailwind.config.js +1 -1
- package/dist/assets/js/views/components/audio/audioElementDs.subfeature.js +0 -127
- package/dist/assets/js/views/components/base/menu/toggleClass.feature.js +0 -229
- 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/base/menu/o-dropdown.hbs +0 -43
- package/dist/views/components/base/menu/toggleClass.feature.js +0 -229
- 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/fixtures/teaser/teaser_content_nav_dropdown_50.json +0 -188
- package/src/assets/fixtures/teaser/teaser_content_nav_dropdown_autosuggest_50.json +0 -188
- package/src/assets/fixtures/teaser/teaser_content_nav_list_25.json +0 -182
- package/src/assets/fixtures/teaser/teaser_content_nav_list_33.json +0 -182
- package/src/assets/fixtures/teaser/teaser_content_nav_list_50.json +0 -182
- package/src/assets/fixtures/teaser/teaser_content_nav_list_66.json +0 -182
- package/src/assets/fixtures/teaser/teaser_content_nav_mixed_33.json +0 -185
- package/src/assets/fixtures/teaser/teaser_content_nav_mixed_50.json +0 -185
- package/src/assets/fixtures/teaser/teaser_content_nav_mixed_66.json +0 -185
- 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/base/menu/o-dropdown.hbs +0 -43
- package/src/stories/views/components/base/menu/toggleClass.feature.js +0 -229
- package/src/stories/views/components/mediaplayer/mediaplayerLoaderDs.feature.js +0 -98
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_autosuggest100.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_autosuggest_50.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_list_25.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_list_33.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_list_50.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_list_66.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_mixed_25.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_mixed_33.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_mixed_50.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_mixed_66.json +0 -1
- 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.0 (Tue Aug 30 2022)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Feature/dpe 1567 [#305](https://github.com/mumprod/hr-design-system-handlebars/pull/305) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v0.55.3 (Fri Aug 19 2022)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- Content nav part4 [#304](https://github.com/mumprod/hr-design-system-handlebars/pull/304) ([@StefanVesper](https://github.com/StefanVesper))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
# v0.55.2 (Fri Aug 19 2022)
|
|
26
|
+
|
|
27
|
+
#### 🐛 Bug Fix
|
|
28
|
+
|
|
29
|
+
- moved script to header_alpine.js [#303](https://github.com/mumprod/hr-design-system-handlebars/pull/303) ([@StefanVesper](https://github.com/StefanVesper))
|
|
30
|
+
|
|
31
|
+
#### Authors: 1
|
|
32
|
+
|
|
33
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
1
37
|
# v0.55.1 (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;
|
|
@@ -822,9 +822,6 @@ video {
|
|
|
822
822
|
.aspect-video {
|
|
823
823
|
aspect-ratio: 16 / 9;
|
|
824
824
|
}
|
|
825
|
-
.h-12 {
|
|
826
|
-
height: 3rem;
|
|
827
|
-
}
|
|
828
825
|
.h-10 {
|
|
829
826
|
height: 2.5rem;
|
|
830
827
|
}
|
|
@@ -837,6 +834,9 @@ video {
|
|
|
837
834
|
.h-full {
|
|
838
835
|
height: 100%;
|
|
839
836
|
}
|
|
837
|
+
.h-auto {
|
|
838
|
+
height: auto;
|
|
839
|
+
}
|
|
840
840
|
.h-0\.5 {
|
|
841
841
|
height: 0.125rem;
|
|
842
842
|
}
|
|
@@ -858,9 +858,6 @@ video {
|
|
|
858
858
|
.h-2\/5 {
|
|
859
859
|
height: 40%;
|
|
860
860
|
}
|
|
861
|
-
.h-auto {
|
|
862
|
-
height: auto;
|
|
863
|
-
}
|
|
864
861
|
.h-3\.5 {
|
|
865
862
|
height: 0.875rem;
|
|
866
863
|
}
|
|
@@ -882,15 +879,12 @@ video {
|
|
|
882
879
|
.w-16 {
|
|
883
880
|
width: 4rem;
|
|
884
881
|
}
|
|
885
|
-
.w-
|
|
886
|
-
width:
|
|
882
|
+
.w-10 {
|
|
883
|
+
width: 2.5rem;
|
|
887
884
|
}
|
|
888
885
|
.w-full {
|
|
889
886
|
width: 100%;
|
|
890
887
|
}
|
|
891
|
-
.w-10 {
|
|
892
|
-
width: 2.5rem;
|
|
893
|
-
}
|
|
894
888
|
.\!w-full {
|
|
895
889
|
width: 100% !important;
|
|
896
890
|
}
|
|
@@ -902,6 +896,9 @@ video {
|
|
|
902
896
|
.w-4 {
|
|
903
897
|
width: 1rem;
|
|
904
898
|
}
|
|
899
|
+
.w-auto {
|
|
900
|
+
width: auto;
|
|
901
|
+
}
|
|
905
902
|
.w-6 {
|
|
906
903
|
width: 1.5rem;
|
|
907
904
|
}
|
|
@@ -914,8 +911,8 @@ video {
|
|
|
914
911
|
.w-40 {
|
|
915
912
|
width: 10rem;
|
|
916
913
|
}
|
|
917
|
-
.w-
|
|
918
|
-
width:
|
|
914
|
+
.w-12 {
|
|
915
|
+
width: 3rem;
|
|
919
916
|
}
|
|
920
917
|
.w-3\.5 {
|
|
921
918
|
width: 0.875rem;
|
|
@@ -1218,15 +1215,15 @@ video {
|
|
|
1218
1215
|
.border-b {
|
|
1219
1216
|
border-bottom-width: 1px;
|
|
1220
1217
|
}
|
|
1218
|
+
.border-l {
|
|
1219
|
+
border-left-width: 1px;
|
|
1220
|
+
}
|
|
1221
1221
|
.border-r {
|
|
1222
1222
|
border-right-width: 1px;
|
|
1223
1223
|
}
|
|
1224
1224
|
.border-l-2 {
|
|
1225
1225
|
border-left-width: 2px;
|
|
1226
1226
|
}
|
|
1227
|
-
.border-l {
|
|
1228
|
-
border-left-width: 1px;
|
|
1229
|
-
}
|
|
1230
1227
|
.border-b-0 {
|
|
1231
1228
|
border-bottom-width: 0px;
|
|
1232
1229
|
}
|
|
@@ -1282,10 +1279,6 @@ video {
|
|
|
1282
1279
|
--tw-bg-opacity: 1;
|
|
1283
1280
|
background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
|
|
1284
1281
|
}
|
|
1285
|
-
.bg-blue-jellyBean {
|
|
1286
|
-
--tw-bg-opacity: 1;
|
|
1287
|
-
background-color: rgba(39, 107, 158, var(--tw-bg-opacity));
|
|
1288
|
-
}
|
|
1289
1282
|
.bg-blue-congress {
|
|
1290
1283
|
--tw-bg-opacity: 1;
|
|
1291
1284
|
background-color: rgba(0, 82, 147, var(--tw-bg-opacity));
|
|
@@ -1442,6 +1435,14 @@ video {
|
|
|
1442
1435
|
padding-left: 0.75rem;
|
|
1443
1436
|
padding-right: 0.75rem;
|
|
1444
1437
|
}
|
|
1438
|
+
.px-2 {
|
|
1439
|
+
padding-left: 0.5rem;
|
|
1440
|
+
padding-right: 0.5rem;
|
|
1441
|
+
}
|
|
1442
|
+
.py-1 {
|
|
1443
|
+
padding-top: 0.25rem;
|
|
1444
|
+
padding-bottom: 0.25rem;
|
|
1445
|
+
}
|
|
1445
1446
|
.py-6 {
|
|
1446
1447
|
padding-top: 1.5rem;
|
|
1447
1448
|
padding-bottom: 1.5rem;
|
|
@@ -1466,18 +1467,10 @@ video {
|
|
|
1466
1467
|
padding-left: 1.25rem;
|
|
1467
1468
|
padding-right: 1.25rem;
|
|
1468
1469
|
}
|
|
1469
|
-
.px-2 {
|
|
1470
|
-
padding-left: 0.5rem;
|
|
1471
|
-
padding-right: 0.5rem;
|
|
1472
|
-
}
|
|
1473
1470
|
.py-4 {
|
|
1474
1471
|
padding-top: 1rem;
|
|
1475
1472
|
padding-bottom: 1rem;
|
|
1476
1473
|
}
|
|
1477
|
-
.py-1 {
|
|
1478
|
-
padding-top: 0.25rem;
|
|
1479
|
-
padding-bottom: 0.25rem;
|
|
1480
|
-
}
|
|
1481
1474
|
.py-1\.5 {
|
|
1482
1475
|
padding-top: 0.375rem;
|
|
1483
1476
|
padding-bottom: 0.375rem;
|
|
@@ -1663,10 +1656,6 @@ video {
|
|
|
1663
1656
|
--tw-text-opacity: 1 !important;
|
|
1664
1657
|
color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
|
|
1665
1658
|
}
|
|
1666
|
-
.text-blue-jellyBean {
|
|
1667
|
-
--tw-text-opacity: 1;
|
|
1668
|
-
color: rgba(39, 107, 158, var(--tw-text-opacity));
|
|
1669
|
-
}
|
|
1670
1659
|
.text-white {
|
|
1671
1660
|
--tw-text-opacity: 1;
|
|
1672
1661
|
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
@@ -1687,6 +1676,14 @@ video {
|
|
|
1687
1676
|
--tw-text-opacity: 1;
|
|
1688
1677
|
color: rgba(0, 82, 147, var(--tw-text-opacity));
|
|
1689
1678
|
}
|
|
1679
|
+
.text-orange-spicyCarrot {
|
|
1680
|
+
--tw-text-opacity: 1;
|
|
1681
|
+
color: rgba(211, 70, 0, var(--tw-text-opacity));
|
|
1682
|
+
}
|
|
1683
|
+
.text-blue-jellyBean {
|
|
1684
|
+
--tw-text-opacity: 1;
|
|
1685
|
+
color: rgba(39, 107, 158, var(--tw-text-opacity));
|
|
1686
|
+
}
|
|
1690
1687
|
.text-black {
|
|
1691
1688
|
--tw-text-opacity: 1;
|
|
1692
1689
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
@@ -1695,10 +1692,6 @@ video {
|
|
|
1695
1692
|
--tw-text-opacity: 1;
|
|
1696
1693
|
color: rgba(0, 109, 193, var(--tw-text-opacity));
|
|
1697
1694
|
}
|
|
1698
|
-
.text-orange-spicyCarrot {
|
|
1699
|
-
--tw-text-opacity: 1;
|
|
1700
|
-
color: rgba(211, 70, 0, var(--tw-text-opacity));
|
|
1701
|
-
}
|
|
1702
1695
|
.text-opacity-50 {
|
|
1703
1696
|
--tw-text-opacity: 0.5;
|
|
1704
1697
|
}
|
|
@@ -1867,7 +1860,7 @@ video {
|
|
|
1867
1860
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
1868
1861
|
}
|
|
1869
1862
|
.counter-reset {
|
|
1870
|
-
counter-reset:
|
|
1863
|
+
counter-reset: cnt1661851888889;
|
|
1871
1864
|
}
|
|
1872
1865
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
1873
1866
|
font-size: 0.75rem;
|
|
@@ -2250,7 +2243,7 @@ video {
|
|
|
2250
2243
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2251
2244
|
}
|
|
2252
2245
|
.-ordered {
|
|
2253
|
-
counter-increment:
|
|
2246
|
+
counter-increment: cnt1661851888889 1;
|
|
2254
2247
|
}
|
|
2255
2248
|
.-ordered::before {
|
|
2256
2249
|
position: absolute;
|
|
@@ -2267,7 +2260,7 @@ video {
|
|
|
2267
2260
|
letter-spacing: .0125em;
|
|
2268
2261
|
--tw-text-opacity: 1;
|
|
2269
2262
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2270
|
-
content: counter(
|
|
2263
|
+
content: counter(cnt1661851888889);
|
|
2271
2264
|
}
|
|
2272
2265
|
/*! purgecss start ignore */
|
|
2273
2266
|
:root,
|
|
@@ -2644,6 +2637,9 @@ video {
|
|
|
2644
2637
|
.first\:font-bold:first-child {
|
|
2645
2638
|
font-weight: 700;
|
|
2646
2639
|
}
|
|
2640
|
+
.last\:mb-0:last-child {
|
|
2641
|
+
margin-bottom: 0px;
|
|
2642
|
+
}
|
|
2647
2643
|
.last\:border-b-0:last-child {
|
|
2648
2644
|
border-bottom-width: 0px;
|
|
2649
2645
|
}
|
|
@@ -2679,15 +2675,15 @@ video {
|
|
|
2679
2675
|
--tw-bg-opacity: 1;
|
|
2680
2676
|
background-color: rgba(0, 82, 147, var(--tw-bg-opacity));
|
|
2681
2677
|
}
|
|
2682
|
-
.hover\:fill-blue-jellyBean:hover {
|
|
2683
|
-
fill: #006dc1;
|
|
2684
|
-
}
|
|
2685
2678
|
.hover\:fill-white:hover {
|
|
2686
2679
|
fill: #ffffff;
|
|
2687
2680
|
}
|
|
2688
2681
|
.hover\:fill-orange-spicyCarrot:hover {
|
|
2689
2682
|
fill: #d34600;
|
|
2690
2683
|
}
|
|
2684
|
+
.hover\:fill-blue-jellyBean:hover {
|
|
2685
|
+
fill: #006dc1;
|
|
2686
|
+
}
|
|
2691
2687
|
.hover\:text-toplineColor:hover {
|
|
2692
2688
|
color: #006dc1;
|
|
2693
2689
|
color: var(--color-topline);
|
|
@@ -2861,6 +2857,10 @@ video {
|
|
|
2861
2857
|
display: none;
|
|
2862
2858
|
}
|
|
2863
2859
|
|
|
2860
|
+
.md\:h-auto {
|
|
2861
|
+
height: auto;
|
|
2862
|
+
}
|
|
2863
|
+
|
|
2864
2864
|
.md\:h-header-md {
|
|
2865
2865
|
height: 5.5625rem;
|
|
2866
2866
|
}
|
|
@@ -2873,10 +2873,6 @@ video {
|
|
|
2873
2873
|
height: 1.75rem;
|
|
2874
2874
|
}
|
|
2875
2875
|
|
|
2876
|
-
.md\:h-auto {
|
|
2877
|
-
height: auto;
|
|
2878
|
-
}
|
|
2879
|
-
|
|
2880
2876
|
.md\:h-full {
|
|
2881
2877
|
height: 100%;
|
|
2882
2878
|
}
|
|
@@ -3151,6 +3147,10 @@ video {
|
|
|
3151
3147
|
}
|
|
3152
3148
|
}
|
|
3153
3149
|
|
|
3150
|
+
.md\:last\:mb-2:last-child {
|
|
3151
|
+
margin-bottom: 0.5rem;
|
|
3152
|
+
}
|
|
3153
|
+
|
|
3154
3154
|
.md\:first-of-type\:pt-0:first-of-type {
|
|
3155
3155
|
padding-top: 0px;
|
|
3156
3156
|
}
|
|
@@ -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)[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,10 +1,10 @@
|
|
|
1
|
-
{{#with this.contentNav}}
|
|
1
|
+
{{#with this.contentNav}}
|
|
2
2
|
{{#if this.isList}}
|
|
3
3
|
<nav class="c-content-nav {{../_modifier}} ">
|
|
4
4
|
{{> components/content_nav/content_nav_list _teasersize=../_teasersize}}
|
|
5
5
|
</nav>
|
|
6
6
|
{{else}}
|
|
7
|
-
{{#>components/
|
|
7
|
+
{{#>components/content_nav/dropdown
|
|
8
8
|
_componentClass="c-content-nav"
|
|
9
9
|
_teasersize=../_teasersize
|
|
10
10
|
_iconOpen="arrow-down"
|
|
@@ -14,64 +14,19 @@
|
|
|
14
14
|
}}
|
|
15
15
|
<div x-on:click.outside ="open = false;" class="flex flex-wrap {{#if this.isAutosuggest}} autoSuggest js-load{{/if}}"
|
|
16
16
|
{{#if this.isAutosuggest}}
|
|
17
|
-
data-hr-auto-suggest='{"filterGroupsSelector":".c-content-nav__group", "filterElementSelector":".c-content-nav__item", "filterTextSelector":".js-title", "inputElementSelector":".js-autosuggest-input", "matchedClass":"", "unmatchedClass":"hidden"}'
|
|
18
|
-
|
|
17
|
+
data-hr-auto-suggest='{"filterGroupsSelector":".c-content-nav__group", "filterElementSelector":".c-content-nav__item", "filterTextSelector":".js-title", "inputElementSelector":".js-autosuggest-input", "matchedClass":"", "unmatchedClass":"hidden"}'
|
|
18
|
+
{{/if}}
|
|
19
|
+
>
|
|
20
|
+
{{#if this.isAutosuggest}}
|
|
19
21
|
<div class="flex w-full h-10 my-2 c-content-nav__autosuggest border-blue-congress align-center">
|
|
20
22
|
<input x-ref="autosuggestInput" class="w-full pl-4 focus:outline-none js-autosuggest-input" type="text"
|
|
21
23
|
placeholder="Eintrag filtern"/>
|
|
22
24
|
</div>
|
|
23
25
|
{{/if}}
|
|
24
|
-
|
|
25
26
|
{{> components/content_nav/content_nav_list _teasersize=_teasersize}}
|
|
26
27
|
|
|
27
28
|
</div>
|
|
28
|
-
{{/components/
|
|
29
|
-
|
|
30
|
-
{{/if}}
|
|
31
|
-
{{/with}}
|
|
32
|
-
|
|
33
|
-
<script type="text/javascript">
|
|
34
|
-
|
|
35
|
-
document.addEventListener('alpine:init', () => {
|
|
36
|
-
|
|
37
|
-
Alpine.data('contentNavigationHandler', () =>({
|
|
38
|
-
open: false,
|
|
39
|
-
|
|
40
|
-
init(){
|
|
41
|
-
},
|
|
42
|
-
|
|
43
|
-
shouldDropdownBeShown(teasersize,isDropdown,isMixed){
|
|
44
|
-
if (isDropdown){
|
|
45
|
-
return true
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
if (isMixed) {
|
|
49
|
-
if (teasersize === 100 || teasersize === 66 ) {
|
|
50
|
-
if (this.$screen('lg')) return false
|
|
51
|
-
if (this.$screen('md')) return false
|
|
52
|
-
if (this.$screen('xs')) return true
|
|
53
|
-
} else if (teasersize === 33 || teasersize === 25 || teasersize === 50) {
|
|
54
|
-
return true
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
|
|
59
|
-
shouldContentBeShown(teasersize,isDropdown,isMixed){
|
|
60
|
-
if (isDropdown){
|
|
61
|
-
return this.open
|
|
62
|
-
}
|
|
63
|
-
if (isMixed) {
|
|
64
|
-
if (teasersize === 100 || teasersize === 66 ) {
|
|
65
|
-
if (this.$screen('lg')) return true
|
|
66
|
-
if (this.$screen('md')) return true
|
|
67
|
-
if (this.$screen('xs')) return this.open
|
|
68
|
-
} else if (teasersize === 33 || teasersize === 25 || teasersize === 50) {
|
|
69
|
-
return this.open
|
|
70
|
-
}
|
|
71
|
-
}
|
|
29
|
+
{{/components/content_nav/dropdown}}
|
|
72
30
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
}))
|
|
76
|
-
})
|
|
77
|
-
</script>
|
|
31
|
+
{{/if}}
|
|
32
|
+
{{/with}}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
<li :class="{{_isdropdown}} ? '!w-full md:!w-full mb-2 md:mb-0 md:!mr-0 border-l-0 border-r-0 border-t-0 border-b last:border-b-0 !rounded-none '
|
|
2
2
|
: {{_ismixed}} && {{_teasersize}} >= 66 ? '!w-full md:!w-fit md:!mr-2 !mb-0 md:!mb-2 border-l-0 border-r-0 border-t-0 border-b last:border-b-0 rounded-none md:!border md:!rounded'
|
|
3
3
|
: {{_ismixed}} && {{_teasersize}} <= 50 ? '!w-full border-b !mb-0 last:border-b-0'
|
|
4
|
-
: {{_islist}} ? 'border rounded mb-2 '
|
|
4
|
+
: {{_islist}} ? 'border rounded mb-2 last:mb-0 md:last:mb-2'
|
|
5
5
|
: '' "
|
|
6
|
-
|
|
7
6
|
class="{{inline-switch _teasersize '["100","66","50","33","25"]' '["w-full md:w-fit md:mr-2","w-fit mb-2 md:mr-2","w-full mb-2","w-full mb-2","w-full mb-2"]'}} 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">
|
|
8
7
|
{{#>components/base/link.hbs
|
|
9
8
|
_doNavigationTracking="true"
|
|
10
9
|
_clickLabelType="Contentnavigation"
|
|
11
10
|
_clickLabelPrefix1=this.title
|
|
12
|
-
_css="flex items-center py-2 px-4
|
|
11
|
+
_css="flex items-center py-2 px-4 h-8 bg-white hover:bg-blue-congress rounded-sm whitespace-nowrap overflow-hidden"
|
|
13
12
|
_isSelected=this.isSelected
|
|
14
13
|
_selectedCssClass="is-selected"
|
|
15
14
|
}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<ul
|
|
2
|
-
|
|
1
|
+
<ul {{!-- x-init="addDependentCssToUl({{this.isMixed}},{{this.isDropdown}},{{_teasersize}})" --}}
|
|
2
|
+
:class="{{this.isMixed}} && {{_teasersize}} < 66 || ({{this.isMixed}} && window.innerWidth < 768) || {{this.isDropdown}} ? 'shadow-[0_13px_27px_-2px_rgba(50,50,93,0.25)]' : ''"
|
|
3
3
|
class="flex flex-wrap w-full m-0 last:border-b-0">
|
|
4
4
|
|
|
5
5
|
{{~#each this.contentNavEntries~}}
|
|
@@ -25,3 +25,4 @@
|
|
|
25
25
|
{{~/if~}}
|
|
26
26
|
{{~/each~}}
|
|
27
27
|
</ul>
|
|
28
|
+
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
<nav
|
|
2
|
-
x-init="init()"
|
|
1
|
+
<nav
|
|
3
2
|
class="w-full {{_componentClass}} {{_modifier}} "
|
|
4
3
|
id="dropdown--{{nextRandom}}"
|
|
5
4
|
tabindex="0"
|
|
6
5
|
role="navigation"
|
|
7
6
|
aria-labelledby="dropdown__label--{{getRandom}}">
|
|
7
|
+
|
|
8
8
|
<span id="o-dropdown__label--{{getRandom}}" class="hidden">{{defaultIfEmpty _hiddenNavigationLabel "Unternavigation"}}</span>
|
|
9
|
+
|
|
9
10
|
<div x-show="shouldDropdownBeShown({{_teasersize}},{{this.isDropdown}},{{this.isMixed}})"
|
|
10
11
|
class="flex w-full h-8 overflow-hidden bg-white border rounded border-blue-congress whitespace-nowrap text-blue-congress fill-congress" >
|
|
11
12
|
|
|
@@ -22,8 +23,10 @@
|
|
|
22
23
|
</span>
|
|
23
24
|
</div>
|
|
24
25
|
|
|
25
|
-
</div>
|
|
26
|
+
</div>
|
|
27
|
+
|
|
26
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">
|
|
27
29
|
{{> @partial-block }}
|
|
28
30
|
</div>
|
|
31
|
+
|
|
29
32
|
</nav>
|