hr-design-system-handlebars 0.56.4 → 0.56.7

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 (30) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/dist/assets/index.css +191 -82
  3. package/dist/views/components/content_nav/content_nav.hbs +36 -9
  4. package/dist/views/components/content_nav/content_nav_item.hbs +11 -17
  5. package/dist/views/components/content_nav/content_nav_list.hbs +6 -7
  6. package/dist/views/components/content_nav/dropdown.hbs +5 -4
  7. package/dist/views/components/site_header/header_alpine.js +42 -7
  8. package/package.json +1 -1
  9. package/src/assets/fixtures/teaser/teaser_content_nav_dropdown_100.json +1 -1
  10. package/src/assets/fixtures/teaser/teaser_content_nav_dropdown_autosuggest_100.json +1 -1
  11. package/src/assets/fixtures/teaser/teaser_content_nav_dropdown_subgroups.json +4 -4
  12. package/src/assets/fixtures/teaser/teaser_content_nav_flow_100.json +2 -2
  13. package/src/assets/fixtures/teaser/teaser_content_nav_list_100.json +2 -2
  14. package/src/assets/fixtures/teaser/teaser_content_nav_mixed_100.json +1 -3
  15. package/src/assets/fixtures/teaser/teaser_content_nav_mixed_autosuggest.json +1 -1
  16. package/src/stories/views/components/content_nav/content_nav.hbs +36 -9
  17. package/src/stories/views/components/content_nav/content_nav_item.hbs +11 -17
  18. package/src/stories/views/components/content_nav/content_nav_list.hbs +6 -7
  19. package/src/stories/views/components/content_nav/dropdown.hbs +5 -4
  20. package/src/stories/views/components/site_header/header_alpine.js +42 -7
  21. package/src/stories/views/components/teaser/content_nav/teaser_content_nav.stories.mdx +10 -9
  22. package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_100.json +1 -1
  23. package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_autosuggest_100.json +1 -1
  24. package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_subgroups.json +1 -1
  25. package/src/stories/views/components/teaser/fixtures/teaser_content_nav_flow_100.json +1 -1
  26. package/src/stories/views/components/teaser/fixtures/teaser_content_nav_list_100.json +1 -1
  27. package/src/stories/views/components/teaser/fixtures/teaser_content_nav_mixed_100.json +1 -1
  28. package/src/stories/views/components/teaser/fixtures/teaser_content_nav_mixed_autosuggest.json +1 -1
  29. package/src/stories/views/components/teaser/fixtures/teaser_group_100_contentNav.json +1 -1
  30. package/tailwind.config.js +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,39 @@
1
+ # v0.56.7 (Thu Sep 01 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - adds some of mithras designs [#312](https://github.com/mumprod/hr-design-system-handlebars/pull/312) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
13
+ # v0.56.6 (Wed Aug 31 2022)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - adds autosuggest to list and flow, several refactoring [#311](https://github.com/mumprod/hr-design-system-handlebars/pull/311) ([@StefanVesper](https://github.com/StefanVesper))
18
+
19
+ #### Authors: 1
20
+
21
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
22
+
23
+ ---
24
+
25
+ # v0.56.5 (Wed Aug 31 2022)
26
+
27
+ #### 🐛 Bug Fix
28
+
29
+ - Content nav part6 [#310](https://github.com/mumprod/hr-design-system-handlebars/pull/310) ([@StefanVesper](https://github.com/StefanVesper))
30
+
31
+ #### Authors: 1
32
+
33
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
34
+
35
+ ---
36
+
1
37
  # v0.56.4 (Wed Aug 31 2022)
2
38
 
3
39
  #### 🐛 Bug Fix
@@ -434,7 +434,7 @@ video {
434
434
  --tw-scale-y: 1;
435
435
  }
436
436
 
437
- .btn--secondary, .shadow-\[0_13px_27px_-2px_rgba\(50\2c 50\2c 93\2c 0\.25\)\], .shadow-inner, .shadow-xl {
437
+ .btn--secondary, .shadow-\[1px_8px_9px_0px_rgba\(50\2c 50\2c 93\2c 0\.10\)\], .shadow-\[1px_4px_5px_0px_rgba\(50\2c 50\2c 93\2c 0\.10\)\], .shadow-inner, .shadow-xl {
438
438
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
439
439
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
440
440
  --tw-shadow: 0 0 rgba(0,0,0,0);
@@ -596,6 +596,9 @@ video {
596
596
  white-space: nowrap;
597
597
  border-width: 0;
598
598
  }
599
+ .visible {
600
+ visibility: visible;
601
+ }
599
602
  .fixed {
600
603
  position: fixed;
601
604
  }
@@ -633,15 +636,15 @@ video {
633
636
  .top-full {
634
637
  top: 100%;
635
638
  }
636
- .z-10001 {
637
- z-index: 10001;
638
- }
639
639
  .z-10000 {
640
640
  z-index: 10000;
641
641
  }
642
642
  .z-10002 {
643
643
  z-index: 10002;
644
644
  }
645
+ .z-10001 {
646
+ z-index: 10001;
647
+ }
645
648
  .-z-1000 {
646
649
  z-index: -1000;
647
650
  }
@@ -686,10 +689,6 @@ video {
686
689
  .m-1 {
687
690
  margin: 0.25rem;
688
691
  }
689
- .my-2 {
690
- margin-top: 0.5rem;
691
- margin-bottom: 0.5rem;
692
- }
693
692
  .mx-4 {
694
693
  margin-left: 1rem;
695
694
  margin-right: 1rem;
@@ -728,17 +727,11 @@ video {
728
727
  .\!mt-4 {
729
728
  margin-top: 1rem !important;
730
729
  }
731
- .\!mb-0 {
732
- margin-bottom: 0px !important;
733
- }
734
- .mb-2 {
735
- margin-bottom: 0.5rem;
736
- }
737
- .\!mr-2 {
738
- margin-right: 0.5rem !important;
730
+ .mt-2 {
731
+ margin-top: 0.5rem;
739
732
  }
740
- .mr-2 {
741
- margin-right: 0.5rem;
733
+ .mt-0 {
734
+ margin-top: 0px;
742
735
  }
743
736
  .mt-1 {
744
737
  margin-top: 0.25rem;
@@ -749,15 +742,27 @@ video {
749
742
  .-mt-2 {
750
743
  margin-top: -0.5rem;
751
744
  }
752
- .mt-2 {
753
- margin-top: 0.5rem;
754
- }
755
745
  .-mt-40 {
756
746
  margin-top: -10rem;
757
747
  }
758
748
  .-mt-10 {
759
749
  margin-top: -2.5rem;
760
750
  }
751
+ .mb-2 {
752
+ margin-bottom: 0.5rem;
753
+ }
754
+ .\!mb-0 {
755
+ margin-bottom: 0px !important;
756
+ }
757
+ .ml-0 {
758
+ margin-left: 0px;
759
+ }
760
+ .\!mr-2 {
761
+ margin-right: 0.5rem !important;
762
+ }
763
+ .mr-2 {
764
+ margin-right: 0.5rem;
765
+ }
761
766
  .mb-8 {
762
767
  margin-bottom: 2rem;
763
768
  }
@@ -770,9 +775,6 @@ video {
770
775
  .mt-0\.5 {
771
776
  margin-top: 0.125rem;
772
777
  }
773
- .mt-0 {
774
- margin-top: 0px;
775
- }
776
778
  .mt-10 {
777
779
  margin-top: 2.5rem;
778
780
  }
@@ -891,6 +893,18 @@ video {
891
893
  .w-full {
892
894
  width: 100%;
893
895
  }
896
+ .w-4 {
897
+ width: 1rem;
898
+ }
899
+ .w-auto {
900
+ width: auto;
901
+ }
902
+ .w-6 {
903
+ width: 1.5rem;
904
+ }
905
+ .w-screen {
906
+ width: 100vw;
907
+ }
894
908
  .\!w-full {
895
909
  width: 100% !important;
896
910
  }
@@ -904,18 +918,6 @@ video {
904
918
  width: -moz-fit-content;
905
919
  width: fit-content;
906
920
  }
907
- .w-4 {
908
- width: 1rem;
909
- }
910
- .w-auto {
911
- width: auto;
912
- }
913
- .w-6 {
914
- width: 1.5rem;
915
- }
916
- .w-screen {
917
- width: 100vw;
918
- }
919
921
  .w-7 {
920
922
  width: 1.75rem;
921
923
  }
@@ -967,6 +969,11 @@ video {
967
969
  -ms-flex-negative: 0;
968
970
  flex-shrink: 0;
969
971
  }
972
+ .grow {
973
+ -webkit-box-flex: 1;
974
+ -ms-flex-positive: 1;
975
+ flex-grow: 1;
976
+ }
970
977
  .basis-2\/3 {
971
978
  -ms-flex-preferred-size: 66.666667%;
972
979
  flex-basis: 66.666667%;
@@ -1205,6 +1212,12 @@ video {
1205
1212
  border-left-width: 1px;
1206
1213
  border-right-width: 1px;
1207
1214
  }
1215
+ .border-b {
1216
+ border-bottom-width: 1px;
1217
+ }
1218
+ .border-l {
1219
+ border-left-width: 1px;
1220
+ }
1208
1221
  .border-l-0 {
1209
1222
  border-left-width: 0px;
1210
1223
  }
@@ -1214,12 +1227,6 @@ video {
1214
1227
  .border-t-0 {
1215
1228
  border-top-width: 0px;
1216
1229
  }
1217
- .border-b {
1218
- border-bottom-width: 1px;
1219
- }
1220
- .border-l {
1221
- border-left-width: 1px;
1222
- }
1223
1230
  .border-r {
1224
1231
  border-right-width: 1px;
1225
1232
  }
@@ -1288,13 +1295,17 @@ video {
1288
1295
  .bg-transparent {
1289
1296
  background-color: transparent;
1290
1297
  }
1298
+ .bg-gray-200 {
1299
+ --tw-bg-opacity: 1;
1300
+ background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
1301
+ }
1291
1302
  .bg-white {
1292
1303
  --tw-bg-opacity: 1;
1293
1304
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
1294
1305
  }
1295
- .bg-gray-200 {
1306
+ .bg-blue-accented {
1296
1307
  --tw-bg-opacity: 1;
1297
- background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
1308
+ background-color: rgba(216, 233, 246, var(--tw-bg-opacity));
1298
1309
  }
1299
1310
  .bg-gray-500 {
1300
1311
  --tw-bg-opacity: 1;
@@ -1444,14 +1455,14 @@ video {
1444
1455
  padding-left: 0.75rem;
1445
1456
  padding-right: 0.75rem;
1446
1457
  }
1447
- .\!px-0 {
1448
- padding-left: 0px !important;
1449
- padding-right: 0px !important;
1450
- }
1451
1458
  .px-2 {
1452
1459
  padding-left: 0.5rem;
1453
1460
  padding-right: 0.5rem;
1454
1461
  }
1462
+ .\!px-0 {
1463
+ padding-left: 0px !important;
1464
+ padding-right: 0px !important;
1465
+ }
1455
1466
  .py-1 {
1456
1467
  padding-top: 0.25rem;
1457
1468
  padding-bottom: 0.25rem;
@@ -1504,12 +1515,15 @@ video {
1504
1515
  padding-top: 1px;
1505
1516
  padding-bottom: 1px;
1506
1517
  }
1507
- .pl-4 {
1508
- padding-left: 1rem;
1518
+ .pl-2 {
1519
+ padding-left: 0.5rem;
1509
1520
  }
1510
1521
  .pt-px {
1511
1522
  padding-top: 1px;
1512
1523
  }
1524
+ .pl-4 {
1525
+ padding-left: 1rem;
1526
+ }
1513
1527
  .pr-2 {
1514
1528
  padding-right: 0.5rem;
1515
1529
  }
@@ -1689,10 +1703,6 @@ video {
1689
1703
  --tw-text-opacity: 1;
1690
1704
  color: rgba(0, 82, 147, var(--tw-text-opacity));
1691
1705
  }
1692
- .text-black {
1693
- --tw-text-opacity: 1;
1694
- color: rgba(0, 0, 0, var(--tw-text-opacity));
1695
- }
1696
1706
  .text-orange-spicyCarrot {
1697
1707
  --tw-text-opacity: 1;
1698
1708
  color: rgba(211, 70, 0, var(--tw-text-opacity));
@@ -1701,6 +1711,10 @@ video {
1701
1711
  --tw-text-opacity: 1;
1702
1712
  color: rgba(39, 107, 158, var(--tw-text-opacity));
1703
1713
  }
1714
+ .text-black {
1715
+ --tw-text-opacity: 1;
1716
+ color: rgba(0, 0, 0, var(--tw-text-opacity));
1717
+ }
1704
1718
  .text-blue-science {
1705
1719
  --tw-text-opacity: 1;
1706
1720
  color: rgba(0, 109, 193, var(--tw-text-opacity));
@@ -1762,9 +1776,18 @@ video {
1762
1776
  .opacity-80 {
1763
1777
  opacity: 0.8;
1764
1778
  }
1765
- .shadow-\[0_13px_27px_-2px_rgba\(50\2c 50\2c 93\2c 0\.25\)\] {
1766
- --tw-shadow: 0 13px 27px -2px rgba(50,50,93,0.25);
1767
- --tw-shadow-colored: 0 13px 27px -2px var(--tw-shadow-color);
1779
+ .shadow-\[1px_8px_9px_0px_rgba\(50\2c 50\2c 93\2c 0\.10\)\] {
1780
+ --tw-shadow: 1px 8px 9px 0px rgba(50,50,93,0.10);
1781
+ --tw-shadow-colored: 1px 8px 9px 0px var(--tw-shadow-color);
1782
+ -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
1783
+ box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
1784
+ box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
1785
+ -webkit-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);
1786
+ 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);
1787
+ }
1788
+ .shadow-\[1px_4px_5px_0px_rgba\(50\2c 50\2c 93\2c 0\.10\)\] {
1789
+ --tw-shadow: 1px 4px 5px 0px rgba(50,50,93,0.10);
1790
+ --tw-shadow-colored: 1px 4px 5px 0px var(--tw-shadow-color);
1768
1791
  -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
1769
1792
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
1770
1793
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
@@ -1873,7 +1896,7 @@ video {
1873
1896
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
1874
1897
  }
1875
1898
  .counter-reset {
1876
- counter-reset: cnt1661946876001;
1899
+ counter-reset: cnt1662050483686;
1877
1900
  }
1878
1901
  .placeholder-text-xs::-webkit-input-placeholder {
1879
1902
  font-size: 0.75rem;
@@ -2256,7 +2279,7 @@ video {
2256
2279
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2257
2280
  }
2258
2281
  .-ordered {
2259
- counter-increment: cnt1661946876001 1;
2282
+ counter-increment: cnt1662050483686 1;
2260
2283
  }
2261
2284
  .-ordered::before {
2262
2285
  position: absolute;
@@ -2273,7 +2296,7 @@ video {
2273
2296
  letter-spacing: .0125em;
2274
2297
  --tw-text-opacity: 1;
2275
2298
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2276
- content: counter(cnt1661946876001);
2299
+ content: counter(cnt1662050483686);
2277
2300
  }
2278
2301
  /*! purgecss start ignore */
2279
2302
  :root,
@@ -2641,6 +2664,26 @@ video {
2641
2664
  right: 0;
2642
2665
  bottom: 0;
2643
2666
  }
2667
+ .placeholder\:text-gray-800::-webkit-input-placeholder {
2668
+ --tw-text-opacity: 1;
2669
+ color: rgba(31, 41, 55, var(--tw-text-opacity));
2670
+ }
2671
+ .placeholder\:text-gray-800::-moz-placeholder {
2672
+ --tw-text-opacity: 1;
2673
+ color: rgba(31, 41, 55, var(--tw-text-opacity));
2674
+ }
2675
+ .placeholder\:text-gray-800:-ms-input-placeholder {
2676
+ --tw-text-opacity: 1;
2677
+ color: rgba(31, 41, 55, var(--tw-text-opacity));
2678
+ }
2679
+ .placeholder\:text-gray-800::-ms-input-placeholder {
2680
+ --tw-text-opacity: 1;
2681
+ color: rgba(31, 41, 55, var(--tw-text-opacity));
2682
+ }
2683
+ .placeholder\:text-gray-800::placeholder {
2684
+ --tw-text-opacity: 1;
2685
+ color: rgba(31, 41, 55, var(--tw-text-opacity));
2686
+ }
2644
2687
  .first\:border-t:first-child {
2645
2688
  border-top-width: 1px;
2646
2689
  }
@@ -2650,6 +2693,9 @@ video {
2650
2693
  .first\:font-bold:first-child {
2651
2694
  font-weight: 700;
2652
2695
  }
2696
+ .last\:mb-0:last-child {
2697
+ margin-bottom: 0px;
2698
+ }
2653
2699
  .last\:border-b-0:last-child {
2654
2700
  border-bottom-width: 0px;
2655
2701
  }
@@ -2685,6 +2731,10 @@ video {
2685
2731
  --tw-bg-opacity: 1;
2686
2732
  background-color: rgba(0, 82, 147, var(--tw-bg-opacity));
2687
2733
  }
2734
+ .hover\:\!bg-white:hover {
2735
+ --tw-bg-opacity: 1 !important;
2736
+ background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
2737
+ }
2688
2738
  .hover\:fill-white:hover {
2689
2739
  fill: #ffffff;
2690
2740
  }
@@ -2694,6 +2744,12 @@ video {
2694
2744
  .hover\:fill-blue-jellyBean:hover {
2695
2745
  fill: #006dc1;
2696
2746
  }
2747
+ .hover\:\!fill-congress:hover {
2748
+ fill: #005293 !important;
2749
+ }
2750
+ .hover\:fill-congress:hover {
2751
+ fill: #005293;
2752
+ }
2697
2753
  .hover\:text-toplineColor:hover {
2698
2754
  color: #006dc1;
2699
2755
  color: var(--color-topline);
@@ -2702,10 +2758,22 @@ video {
2702
2758
  --tw-text-opacity: 1;
2703
2759
  color: rgba(255, 255, 255, var(--tw-text-opacity));
2704
2760
  }
2761
+ .hover\:text-blue-congress:hover {
2762
+ --tw-text-opacity: 1;
2763
+ color: rgba(0, 82, 147, var(--tw-text-opacity));
2764
+ }
2765
+ .hover\:\!text-blue-congress:hover {
2766
+ --tw-text-opacity: 1 !important;
2767
+ color: rgba(0, 82, 147, var(--tw-text-opacity)) !important;
2768
+ }
2705
2769
  .hover\:underline:hover {
2706
2770
  -webkit-text-decoration-line: underline;
2707
2771
  text-decoration-line: underline;
2708
2772
  }
2773
+ .hover\:no-underline:hover {
2774
+ -webkit-text-decoration-line: none;
2775
+ text-decoration-line: none;
2776
+ }
2709
2777
  .focus\:outline-none:focus {
2710
2778
  outline: 2px solid transparent;
2711
2779
  outline-offset: 2px;
@@ -2821,12 +2889,16 @@ video {
2821
2889
  margin-right: 0px;
2822
2890
  }
2823
2891
 
2824
- .md\:mb-0 {
2825
- margin-bottom: 0px;
2892
+ .md\:mt-0 {
2893
+ margin-top: 0px;
2826
2894
  }
2827
2895
 
2828
- .md\:\!mr-0 {
2829
- margin-right: 0px !important;
2896
+ .md\:-mt-40 {
2897
+ margin-top: -10rem;
2898
+ }
2899
+
2900
+ .md\:\!mr-2 {
2901
+ margin-right: 0.5rem !important;
2830
2902
  }
2831
2903
 
2832
2904
  .md\:\!mb-2 {
@@ -2837,16 +2909,16 @@ video {
2837
2909
  margin-right: 0.5rem;
2838
2910
  }
2839
2911
 
2840
- .md\:\!mr-2 {
2841
- margin-right: 0.5rem !important;
2912
+ .md\:mb-0 {
2913
+ margin-bottom: 0px;
2842
2914
  }
2843
2915
 
2844
- .md\:mt-0 {
2845
- margin-top: 0px;
2916
+ .md\:\!mr-0 {
2917
+ margin-right: 0px !important;
2846
2918
  }
2847
2919
 
2848
- .md\:-mt-40 {
2849
- margin-top: -10rem;
2920
+ .md\:mb-2 {
2921
+ margin-bottom: 0.5rem;
2850
2922
  }
2851
2923
 
2852
2924
  .md\:mb-16 {
@@ -2891,14 +2963,8 @@ video {
2891
2963
  height: 2rem;
2892
2964
  }
2893
2965
 
2894
- .md\:\!w-full {
2895
- width: 100% !important;
2896
- }
2897
-
2898
- .md\:\!w-fit {
2899
- width: -webkit-fit-content !important;
2900
- width: -moz-fit-content !important;
2901
- width: fit-content !important;
2966
+ .md\:w-1\/2 {
2967
+ width: 50%;
2902
2968
  }
2903
2969
 
2904
2970
  .md\:w-fit {
@@ -2907,8 +2973,14 @@ video {
2907
2973
  width: fit-content;
2908
2974
  }
2909
2975
 
2910
- .md\:w-1\/2 {
2911
- width: 50%;
2976
+ .md\:\!w-fit {
2977
+ width: -webkit-fit-content !important;
2978
+ width: -moz-fit-content !important;
2979
+ width: fit-content !important;
2980
+ }
2981
+
2982
+ .md\:\!w-full {
2983
+ width: 100% !important;
2912
2984
  }
2913
2985
 
2914
2986
  .md\:w-40 {
@@ -2992,12 +3064,16 @@ video {
2992
3064
  border-bottom-right-radius: 1.5rem;
2993
3065
  }
2994
3066
 
3067
+ .md\:border-0 {
3068
+ border-width: 0px;
3069
+ }
3070
+
2995
3071
  .md\:\!border {
2996
3072
  border-width: 1px !important;
2997
3073
  }
2998
3074
 
2999
- .md\:border-0 {
3000
- border-width: 0px;
3075
+ .md\:border {
3076
+ border-width: 1px;
3001
3077
  }
3002
3078
 
3003
3079
  .md\:border-r {
@@ -3017,6 +3093,11 @@ video {
3017
3093
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
3018
3094
  }
3019
3095
 
3096
+ .md\:border-blue-congress {
3097
+ --tw-border-opacity: 1;
3098
+ border-color: rgba(0, 82, 147, var(--tw-border-opacity));
3099
+ }
3100
+
3020
3101
  .md\:bg-neutral-200 {
3021
3102
  --tw-bg-opacity: 1;
3022
3103
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
@@ -3161,6 +3242,34 @@ video {
3161
3242
  .md\:first-of-type\:pt-0:first-of-type {
3162
3243
  padding-top: 0px;
3163
3244
  }
3245
+
3246
+ .md\:hover\:\!bg-blue-congress:hover {
3247
+ --tw-bg-opacity: 1 !important;
3248
+ background-color: rgba(0, 82, 147, var(--tw-bg-opacity)) !important;
3249
+ }
3250
+
3251
+ .md\:hover\:\!fill-white:hover {
3252
+ fill: #ffffff !important;
3253
+ }
3254
+
3255
+ .md\:hover\:fill-white:hover {
3256
+ fill: #ffffff;
3257
+ }
3258
+
3259
+ .md\:hover\:text-white:hover {
3260
+ --tw-text-opacity: 1;
3261
+ color: rgba(255, 255, 255, var(--tw-text-opacity));
3262
+ }
3263
+
3264
+ .md\:hover\:\!text-white:hover {
3265
+ --tw-text-opacity: 1 !important;
3266
+ color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
3267
+ }
3268
+
3269
+ .md\:hover\:no-underline:hover {
3270
+ -webkit-text-decoration-line: none;
3271
+ text-decoration-line: none;
3272
+ }
3164
3273
  }
3165
3274
  @media (min-width: 1024px) {
3166
3275
 
@@ -1,13 +1,40 @@
1
1
  {{#with this.contentNav}}
2
- {{#if this.isList}}
3
- <nav class="c-content-nav {{../_modifier}} ">
2
+ {{#if this.isList}}
3
+ <nav class="c-content-nav">
4
+ <div x-on:click.outside ="$store.contentNavDropdownIsOpen = false;" class="flex flex-wrap mt-2 md:mt-0 {{#if this.isAutosuggest}} autoSuggest js-load{{/if}}"
5
+ {{#if this.isAutosuggest}}
6
+ data-hr-auto-suggest='{"filterGroupsSelector":".c-content-nav__group", "filterElementSelector":".c-content-nav__item", "filterTextSelector":".js-title", "inputElementSelector":".js-autosuggest-input", "matchedClass":"", "unmatchedClass":"hidden"}'
7
+ {{/if}}
8
+ >
9
+ {{#if this.isAutosuggest}}
10
+ <div class="flex w-full h-10 mt-2 md:mx-0 c-content-nav__autosuggest border-blue-congress align-center">
11
+ <input x-ref="autosuggestInput" class="w-full h-8 pl-2 bg-gray-200 placeholder:text-gray-800 focus:outline-none js-autosuggest-input" type="text"
12
+ placeholder="Eintrag filtern"/>
13
+ </div>
14
+ {{/if}}
15
+
4
16
  {{> components/content_nav/content_nav_list _teasersize=../_teasersize}}
17
+ </div>
18
+
5
19
  </nav>
6
20
  {{else if this.isFlow}}
7
- <nav class="c-content-nav {{../_modifier}} ">
21
+ <nav class="c-content-nav">
22
+ <div x-on:click.outside ="$store.contentNavDropdownIsOpen = false" class="flex flex-wrap mt-2 md:mt-0 {{#if this.isAutosuggest}} autoSuggest js-load{{/if}}"
23
+ {{#if this.isAutosuggest}}
24
+ data-hr-auto-suggest='{"filterGroupsSelector":".c-content-nav__group", "filterElementSelector":".c-content-nav__item", "filterTextSelector":".js-title", "inputElementSelector":".js-autosuggest-input", "matchedClass":"", "unmatchedClass":"hidden"}'
25
+ {{/if}}
26
+ >
27
+ {{#if this.isAutosuggest}}
28
+ <div class="flex w-full h-10 mt-2 md:mx-0 c-content-nav__autosuggest border-blue-congress align-center">
29
+ <input x-ref="autosuggestInput" class="w-full h-8 pl-2 bg-gray-200 placeholder:text-gray-800 focus:outline-none js-autosuggest-input" type="text"
30
+ placeholder="Eintrag filtern"/>
31
+ </div>
32
+ {{/if}}
33
+
8
34
  {{> components/content_nav/content_nav_list _teasersize=../_teasersize}}
35
+ </div>
9
36
  </nav>
10
- {{else}}
37
+ {{else}}
11
38
  {{#>components/content_nav/dropdown
12
39
  _componentClass="c-content-nav"
13
40
  _teasersize=../_teasersize
@@ -16,14 +43,14 @@
16
43
  _buttonText=(defaultIfEmpty this.selectedItem.title ../../title)
17
44
  _hiddenNavigationLabel="Unternavigation"
18
45
  }}
19
- <div x-on:click.outside ="open = false;" class="flex flex-wrap {{#if this.isAutosuggest}} autoSuggest js-load{{/if}}"
46
+ <div x-on:click.outside ="$store.contentNavDropdownIsOpen = false" class="flex flex-wrap mt-0 {{#if this.isAutosuggest}} autoSuggest js-load{{/if}}"
20
47
  {{#if this.isAutosuggest}}
21
48
  data-hr-auto-suggest='{"filterGroupsSelector":".c-content-nav__group", "filterElementSelector":".c-content-nav__item", "filterTextSelector":".js-title", "inputElementSelector":".js-autosuggest-input", "matchedClass":"", "unmatchedClass":"hidden"}'
22
49
  {{/if}}
23
50
  >
24
51
  {{#if this.isAutosuggest}}
25
- <div class="flex w-full h-10 my-2 c-content-nav__autosuggest border-blue-congress align-center">
26
- <input x-ref="autosuggestInput" class="w-full pl-4 focus:outline-none js-autosuggest-input" type="text"
52
+ <div class="flex w-full h-10 mt-2 md:mx-0 c-content-nav__autosuggest border-blue-congress align-center">
53
+ <input x-ref="autosuggestInput" class="w-full h-8 pl-2 bg-gray-200 placeholder:text-gray-800 focus:outline-none js-autosuggest-input" type="text"
27
54
  placeholder="Eintrag filtern"/>
28
55
  </div>
29
56
  {{/if}}
@@ -32,5 +59,5 @@
32
59
  </div>
33
60
  {{/components/content_nav/dropdown}}
34
61
 
35
- {{/if}}
36
- {{/with}}
62
+ {{/if}}
63
+ {{/with}}
@@ -1,31 +1,25 @@
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'
8
- : '' "
9
-
10
- class="{{inline-switch _teasersize '["100","66","50","33","25"]' '["w-full md:w-fit","w-fit","w-full","w-full","w-full"]'}} h-8 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">
1
+ <li x-init="chooseListItemStyles({{_teasersize}},{{_islist}},{{_ismixed}},{{_isdropdown}},{{_isflow}})"
2
+ class="h-10 md:mx-0 overflow-hidden text-base font-copy list-none border-blue-congress fill-congress text-blue-congress bg-white hover:bg-blue-congress hover:fill-white hover:text-white hover:underline {{#if this.isSelected}} -current{{/if}} c-content-nav__item">
11
3
  {{#>components/base/link.hbs
12
4
  _doNavigationTracking="true"
13
5
  _clickLabelType="Contentnavigation"
14
6
  _clickLabelPrefix1=this.title
15
- _css="flex items-center py-2 px-4 h-8 bg-white hover:bg-blue-congress whitespace-nowrap overflow-hidden"
7
+ _css="flex items-center py-2 px-2 h-10 whitespace-nowrap overflow-hidden"
16
8
  _isSelected=this.isSelected
17
9
  _selectedCssClass="is-selected"
18
10
  }}
19
-
20
- <span>
21
- {{>components/base/image/icon _icon="arrow-right" _addClass=" h-4 w-4 mr-2" }}
22
- </span>
23
-
24
- <span class="mt-1 text-base font-copy js-title">{{this.title}}</span>
11
+
12
+ <span class="flex mt-1 text-base grow font-copy js-title">{{this.title}}</span>
25
13
 
26
14
  {{#if this.link.hasIcon}}
27
15
  {{> components/base/image/icon _icon=this.link.iconName _addClass="mt-1 ml-2 h-4 w-4" _iconmap="icons"}}
28
16
  {{/if}}
29
17
 
18
+ <span>
19
+ {{>components/base/image/icon _icon="arrow-right" _addClass=" h-4 w-4 ml-2" }}
20
+ </span>
21
+
30
22
  {{/components/base/link.hbs}}
31
23
  </li>
24
+
25
+