hr-design-system-handlebars 0.45.0 → 0.47.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/.storybook/preview.js +1 -1
- package/CHANGELOG.md +36 -0
- package/dist/assets/index.css +36 -39
- package/dist/views/components/base/image/responsive_image.hbs +11 -11
- package/dist/views/components/base/link.hbs +8 -8
- package/dist/views/components/base/load_dynamic.hbs +5 -2
- package/dist/views/components/page/page.hbs +14 -14
- package/dist/views/components/{header → site_header}/anchor_navigation/anchor_navigation.hbs +0 -0
- package/dist/views/components/{header → site_header}/anchor_navigation/featurebox_anchor.hbs +0 -0
- package/{src/stories/views/components/header → dist/views/components/site_header}/brand_navigation/brand_navigation.hbs +1 -1
- package/dist/views/components/{header → site_header}/brand_navigation/brand_navigation_item.hbs +0 -0
- package/dist/views/components/{header → site_header}/burger.hbs +0 -0
- package/dist/views/components/{header → site_header}/header.hbs +9 -9
- package/dist/views/components/{header → site_header}/header_alpine.js +0 -0
- package/{src/stories/views/components/header → dist/views/components/site_header}/navigation_flyout/navigation_flyout.hbs +2 -3
- package/dist/views/components/{header → site_header}/navigation_flyout/navigation_flyout_column.hbs +1 -2
- package/dist/views/components/site_header/navigation_flyout/navigation_flyout_item.hbs +7 -0
- package/dist/views/components/{header/search → site_header/navigation_search}/quick_search_button.hbs +0 -0
- package/dist/views/components/{header/search → site_header/navigation_search}/quick_search_form.hbs +0 -0
- package/dist/views/components/{header → site_header}/section_navigation/section_navigation.hbs +1 -1
- package/{src/stories/views/components/header → dist/views/components/site_header}/section_navigation/section_navigation_item.hbs +1 -1
- package/dist/views/components/{header → site_header}/service_logo.hbs +0 -0
- package/dist/views/components/{header → site_header}/service_navigation/service_list.hbs +1 -1
- package/dist/views/components/{header → site_header}/service_navigation/service_navigation_item.hbs +1 -1
- package/dist/views/components/teaser/components/teaser_byline.hbs +31 -65
- package/dist/views/components/teaser/components/teaser_comments.hbs +2 -2
- package/dist/views/components/teaser/components/teaser_heading.hbs +11 -13
- package/dist/views/components/teaser/components/teaser_text.hbs +8 -1
- package/dist/views/components/teaser/components/teaser_title.hbs +13 -1
- package/dist/views/components/teaser/teaser_alternativ.hbs +15 -9
- package/dist/views/components/teaser/teaser_standard.hbs +18 -9
- package/package.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif.json +14 -0
- package/src/assets/fixtures/teaser/teaser_alternative_25_serif.json +21 -0
- package/src/assets/fixtures/teaser/teaser_alternative_33_serif.json +21 -0
- package/src/assets/fixtures/teaser/teaser_alternative_50_serif.json +14 -0
- package/src/assets/fixtures/teaser/teaser_alternative_hero_serif.json +10 -0
- package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_comments.json +10 -0
- package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_label.json +21 -0
- package/src/assets/fixtures/teaser/{teaser_comment.json → teaser_comment.inc.json} +0 -0
- package/src/assets/fixtures/teaser/teaser_comments_without_teaserinfo.json +14 -0
- package/src/assets/fixtures/teaser/teaser_group_100_2x_50.inc.json +27 -28
- package/src/assets/fixtures/teaser/teaser_images.inc.json +112 -104
- package/src/assets/fixtures/teaser/{teaser_standard_xl_serif.json → teaser_standard_100_serif.json} +2 -2
- package/src/assets/fixtures/teaser/{teaser_standard_sm_serif.json → teaser_standard_25_serif.json} +4 -4
- package/src/assets/fixtures/teaser/{teaser_standard_md_serif.json → teaser_standard_33_serif.json} +4 -4
- package/src/assets/fixtures/teaser/{teaser_standard_lg_serif.json → teaser_standard_50_serif.json} +2 -2
- package/src/assets/fixtures/teaser/{teaser_standard_xxl_serif.json → teaser_standard_hero_serif.json} +0 -0
- package/src/assets/fixtures/teaser/{teaser_standard_xxl_serif_comments.json → teaser_standard_hero_serif_comments.json} +0 -0
- package/src/assets/fixtures/teaser/{teaser_standard_xxl_serif_label.json → teaser_standard_hero_serif_label.json} +0 -7
- package/src/assets/fixtures/teaser/teasers.inc.json +47 -38
- package/src/stories/views/components/base/image/responsive_image.hbs +11 -11
- package/src/stories/views/components/base/link.hbs +8 -8
- package/src/stories/views/components/base/load_dynamic.hbs +5 -2
- package/src/stories/views/components/page/page.hbs +14 -14
- package/src/stories/views/components/page/page.stories.mdx +22 -13
- package/src/stories/views/components/{header → site_header}/anchor_navigation/anchor_navigation.hbs +0 -0
- package/src/stories/views/components/{header → site_header}/anchor_navigation/featurebox_anchor.hbs +0 -0
- package/src/stories/views/components/{header → site_header}/brandNavigationData.json +0 -0
- package/{dist/views/components/header → src/stories/views/components/site_header}/brand_navigation/brand_navigation.hbs +1 -1
- package/src/stories/views/components/{header → site_header}/brand_navigation/brand_navigation.stories.mdx +0 -0
- package/src/stories/views/components/{header → site_header}/brand_navigation/brand_navigation_item.hbs +0 -0
- package/src/stories/views/components/{header → site_header}/brand_navigation/brand_navigation_item.stories.mdx +0 -0
- package/src/stories/views/components/{header → site_header}/burger.hbs +0 -0
- package/src/stories/views/components/{header → site_header}/header.hbs +9 -9
- package/src/stories/views/components/{header → site_header}/header_.stories.mdx +0 -0
- package/src/stories/views/components/{header → site_header}/header_alpine.js +0 -0
- package/src/stories/views/components/{header → site_header}/navigation.json +33 -99
- package/src/stories/views/components/site_header/navigation2.json +588 -0
- package/src/stories/views/components/site_header/navigation3.json +646 -0
- package/src/stories/views/components/{header → site_header}/navigation4.json +40 -120
- package/{dist/views/components/header → src/stories/views/components/site_header}/navigation_flyout/navigation_flyout.hbs +2 -3
- package/src/stories/views/components/{header → site_header}/navigation_flyout/navigation_flyout.stories.mdx +0 -0
- package/src/stories/views/components/{header → site_header}/navigation_flyout/navigation_flyout_column.hbs +1 -2
- package/src/stories/views/components/site_header/navigation_flyout/navigation_flyout_item.hbs +7 -0
- package/src/stories/views/components/{header/search → site_header/navigation_search}/quick_search_button.hbs +0 -0
- package/src/stories/views/components/{header/search → site_header/navigation_search}/quick_search_button.stories.mdx +0 -0
- package/src/stories/views/components/{header/search → site_header/navigation_search}/quick_search_form.hbs +0 -0
- package/src/stories/views/components/{header/search → site_header/navigation_search}/quick_search_form.stories.mdx +0 -0
- package/src/stories/views/components/{header → site_header}/sectionNavigationData.json +0 -0
- package/src/stories/views/components/{header → site_header}/section_navigation/section_navigation.hbs +1 -1
- package/src/stories/views/components/{header → site_header}/section_navigation/section_navigation.stories.mdx +0 -0
- package/{dist/views/components/header → src/stories/views/components/site_header}/section_navigation/section_navigation_item.hbs +1 -1
- package/src/stories/views/components/{header → site_header}/section_navigation/section_navigation_item.stories.mdx +0 -0
- package/src/stories/views/components/{header → site_header}/serviceNavigationData.json +0 -0
- package/src/stories/views/components/{header → site_header}/service_logo.hbs +0 -0
- package/src/stories/views/components/{header → site_header}/service_navigation/service_list.hbs +1 -1
- package/src/stories/views/components/{header → site_header}/service_navigation/service_list.stories.mdx +0 -0
- package/src/stories/views/components/{header → site_header}/service_navigation/service_navigation_item.hbs +1 -1
- package/src/stories/views/components/{header → site_header}/service_navigation/service_navigation_item.stories.mdx +0 -0
- package/src/stories/views/components/teaser/components/teaser_byline.hbs +31 -65
- package/src/stories/views/components/teaser/components/teaser_byline.stories.mdx +18 -21
- package/src/stories/views/components/teaser/components/teaser_comments.hbs +2 -2
- package/src/stories/views/components/teaser/components/teaser_heading.hbs +11 -13
- package/src/stories/views/components/teaser/components/teaser_heading.stories.mdx +106 -119
- package/src/stories/views/components/teaser/components/teaser_text.hbs +8 -1
- package/src/stories/views/components/teaser/components/teaser_text.stories.mdx +44 -44
- package/src/stories/views/components/teaser/components/teaser_title.hbs +13 -1
- package/src/stories/views/components/teaser/components/teaser_title.stories.mdx +66 -48
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_25_serif.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_33_serif.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_comments.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_label.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_comments_without_teaserinfo.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_comments.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_label.json +1 -0
- package/src/stories/views/components/teaser/teaser_alternativ.hbs +15 -9
- package/src/stories/views/components/teaser/teaser_alternativ.stories.mdx +52 -54
- package/src/stories/views/components/teaser/teaser_standard.hbs +18 -9
- package/src/stories/views/components/teaser/teaser_standard.stories.mdx +20 -17
- package/dist/views/components/header/navigation_flyout/navigation_flyout_item.hbs +0 -8
- package/src/stories/views/components/header/navigation2.json +0 -653
- package/src/stories/views/components/header/navigation3.json +0 -725
- package/src/stories/views/components/header/navigation_flyout/navigation_flyout_item.hbs +0 -8
- package/src/stories/views/components/teaser/fixtures/teaser_standard_lg_serif.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_md_serif.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_sm_serif.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_xl_serif.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_xxl_serif.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_xxl_serif_comments.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_xxl_serif_label.json +0 -1
package/.storybook/preview.js
CHANGED
|
@@ -8,7 +8,7 @@ import { INITIAL_VIEWPORTS } from '@storybook/addon-viewport'
|
|
|
8
8
|
|
|
9
9
|
import Initializer from '../build/webpack/feature-loader/initializer/initializer'
|
|
10
10
|
import loadFeature from '../build/webpack/feature-loader/initializer/loader'
|
|
11
|
-
import 'components/
|
|
11
|
+
import 'components/site_header/header_alpine'
|
|
12
12
|
|
|
13
13
|
function loadDelayedImages(){setTimeout((function(){var t,e=document.images,s=[],a=function(t){void 0!==window.picturefill&&window.picturefill({reevaluate:!0,elements:t})};for(var i=0;i<e.length;++i)(t=e[i].dataset?e[i].dataset.srcset:e[i].getAttribute("data-srcset"))&&(0===e[i].getBoundingClientRect().top?s.push(e[i]):e[i].setAttribute("srcset",t));a(e),setTimeout((function(){var t;for(var i=0;i<s.length;++i)t=s[i].dataset?s[i].dataset.srcset:s[i].getAttribute("data-srcset"),s[i].setAttribute("srcset",t);a(s)}),900)}),0)}
|
|
14
14
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,39 @@
|
|
|
1
|
+
# v0.47.0 (Fri May 20 2022)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Feature/dpe 1579 [#234](https://github.com/mumprod/hr-design-system-handlebars/pull/234) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v0.46.0 (Fri May 13 2022)
|
|
14
|
+
|
|
15
|
+
#### 🚀 Enhancement
|
|
16
|
+
|
|
17
|
+
- renamed folders header and search to site_header and navigation_search [#233](https://github.com/mumprod/hr-design-system-handlebars/pull/233) ([@StefanVesper](https://github.com/StefanVesper))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
# v0.45.1 (Fri May 13 2022)
|
|
26
|
+
|
|
27
|
+
#### 🐛 Bug Fix
|
|
28
|
+
|
|
29
|
+
- some refactoring [#232](https://github.com/mumprod/hr-design-system-handlebars/pull/232) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
30
|
+
|
|
31
|
+
#### Authors: 1
|
|
32
|
+
|
|
33
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
1
37
|
# v0.45.0 (Thu May 12 2022)
|
|
2
38
|
|
|
3
39
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -1554,6 +1554,9 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
1554
1554
|
.\!mt-4 {
|
|
1555
1555
|
margin-top: 1rem !important;
|
|
1556
1556
|
}
|
|
1557
|
+
.ml-2 {
|
|
1558
|
+
margin-left: 0.5rem;
|
|
1559
|
+
}
|
|
1557
1560
|
.-mt-2 {
|
|
1558
1561
|
margin-top: -0.5rem;
|
|
1559
1562
|
}
|
|
@@ -1566,9 +1569,6 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
1566
1569
|
.-mt-10 {
|
|
1567
1570
|
margin-top: -2.5rem;
|
|
1568
1571
|
}
|
|
1569
|
-
.ml-2 {
|
|
1570
|
-
margin-left: 0.5rem;
|
|
1571
|
-
}
|
|
1572
1572
|
.mr-4 {
|
|
1573
1573
|
margin-right: 1rem;
|
|
1574
1574
|
}
|
|
@@ -1590,12 +1590,6 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
1590
1590
|
.mt-2\.5 {
|
|
1591
1591
|
margin-top: 0.625rem;
|
|
1592
1592
|
}
|
|
1593
|
-
.mr-2\.5 {
|
|
1594
|
-
margin-right: 0.625rem;
|
|
1595
|
-
}
|
|
1596
|
-
.mr-2 {
|
|
1597
|
-
margin-right: 0.5rem;
|
|
1598
|
-
}
|
|
1599
1593
|
.mr-0\.5 {
|
|
1600
1594
|
margin-right: 0.125rem;
|
|
1601
1595
|
}
|
|
@@ -2030,17 +2024,6 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
2030
2024
|
--tw-bg-opacity: 1;
|
|
2031
2025
|
background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
|
|
2032
2026
|
}
|
|
2033
|
-
.bg-current {
|
|
2034
|
-
background-color: currentColor;
|
|
2035
|
-
}
|
|
2036
|
-
.bg-blue-congress {
|
|
2037
|
-
--tw-bg-opacity: 1;
|
|
2038
|
-
background-color: rgba(0, 82, 147, var(--tw-bg-opacity));
|
|
2039
|
-
}
|
|
2040
|
-
.bg-gray-800 {
|
|
2041
|
-
--tw-bg-opacity: 1;
|
|
2042
|
-
background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
|
|
2043
|
-
}
|
|
2044
2027
|
.bg-labelMedia {
|
|
2045
2028
|
background-color: #006dc1;
|
|
2046
2029
|
background-color: var(--color-label-media);
|
|
@@ -2077,6 +2060,17 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
2077
2060
|
background-color: #d34600;
|
|
2078
2061
|
background-color: var(--color-label-live);
|
|
2079
2062
|
}
|
|
2063
|
+
.bg-current {
|
|
2064
|
+
background-color: currentColor;
|
|
2065
|
+
}
|
|
2066
|
+
.bg-blue-congress {
|
|
2067
|
+
--tw-bg-opacity: 1;
|
|
2068
|
+
background-color: rgba(0, 82, 147, var(--tw-bg-opacity));
|
|
2069
|
+
}
|
|
2070
|
+
.bg-gray-800 {
|
|
2071
|
+
--tw-bg-opacity: 1;
|
|
2072
|
+
background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
|
|
2073
|
+
}
|
|
2080
2074
|
.bg-gradient-to-r {
|
|
2081
2075
|
background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
|
|
2082
2076
|
background-image: linear-gradient(to right, var(--tw-gradient-stops));
|
|
@@ -2118,6 +2112,14 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
2118
2112
|
padding-top: 2rem;
|
|
2119
2113
|
padding-bottom: 2rem;
|
|
2120
2114
|
}
|
|
2115
|
+
.px-1\.5 {
|
|
2116
|
+
padding-left: 0.375rem;
|
|
2117
|
+
padding-right: 0.375rem;
|
|
2118
|
+
}
|
|
2119
|
+
.px-1 {
|
|
2120
|
+
padding-left: 0.25rem;
|
|
2121
|
+
padding-right: 0.25rem;
|
|
2122
|
+
}
|
|
2121
2123
|
.px-5 {
|
|
2122
2124
|
padding-left: 1.25rem;
|
|
2123
2125
|
padding-right: 1.25rem;
|
|
@@ -2130,14 +2132,6 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
2130
2132
|
padding-top: 0.75rem;
|
|
2131
2133
|
padding-bottom: 0.75rem;
|
|
2132
2134
|
}
|
|
2133
|
-
.px-1\.5 {
|
|
2134
|
-
padding-left: 0.375rem;
|
|
2135
|
-
padding-right: 0.375rem;
|
|
2136
|
-
}
|
|
2137
|
-
.px-1 {
|
|
2138
|
-
padding-left: 0.25rem;
|
|
2139
|
-
padding-right: 0.25rem;
|
|
2140
|
-
}
|
|
2141
2135
|
.px-3\.5 {
|
|
2142
2136
|
padding-left: 0.875rem;
|
|
2143
2137
|
padding-right: 0.875rem;
|
|
@@ -2170,15 +2164,15 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
2170
2164
|
padding-left: 1rem;
|
|
2171
2165
|
padding-right: 1rem;
|
|
2172
2166
|
}
|
|
2167
|
+
.pt-px {
|
|
2168
|
+
padding-top: 1px;
|
|
2169
|
+
}
|
|
2173
2170
|
.pl-4 {
|
|
2174
2171
|
padding-left: 1rem;
|
|
2175
2172
|
}
|
|
2176
2173
|
.pr-2 {
|
|
2177
2174
|
padding-right: 0.5rem;
|
|
2178
2175
|
}
|
|
2179
|
-
.pt-px {
|
|
2180
|
-
padding-top: 1px;
|
|
2181
|
-
}
|
|
2182
2176
|
.pt-1 {
|
|
2183
2177
|
padding-top: 0.25rem;
|
|
2184
2178
|
}
|
|
@@ -2315,14 +2309,14 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
2315
2309
|
--tw-text-opacity: 1;
|
|
2316
2310
|
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
2317
2311
|
}
|
|
2318
|
-
.text-blue-congress {
|
|
2319
|
-
--tw-text-opacity: 1;
|
|
2320
|
-
color: rgba(0, 82, 147, var(--tw-text-opacity));
|
|
2321
|
-
}
|
|
2322
2312
|
.text-grey-scorpion {
|
|
2323
2313
|
--tw-text-opacity: 1;
|
|
2324
2314
|
color: rgba(96, 96, 96, var(--tw-text-opacity));
|
|
2325
2315
|
}
|
|
2316
|
+
.text-blue-congress {
|
|
2317
|
+
--tw-text-opacity: 1;
|
|
2318
|
+
color: rgba(0, 82, 147, var(--tw-text-opacity));
|
|
2319
|
+
}
|
|
2326
2320
|
.text-toplineColor {
|
|
2327
2321
|
color: #006dc1;
|
|
2328
2322
|
color: var(--color-topline);
|
|
@@ -2542,18 +2536,21 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
2542
2536
|
.first-of-type\:border-none:first-of-type {
|
|
2543
2537
|
border-style: none;
|
|
2544
2538
|
}
|
|
2539
|
+
.last-of-type\:hidden:last-of-type {
|
|
2540
|
+
display: none;
|
|
2541
|
+
}
|
|
2545
2542
|
.hover\:bg-blue-congress:hover {
|
|
2546
2543
|
--tw-bg-opacity: 1;
|
|
2547
2544
|
background-color: rgba(0, 82, 147, var(--tw-bg-opacity));
|
|
2548
2545
|
}
|
|
2549
|
-
.hover\:text-white:hover {
|
|
2550
|
-
--tw-text-opacity: 1;
|
|
2551
|
-
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
2552
|
-
}
|
|
2553
2546
|
.hover\:text-toplineColor:hover {
|
|
2554
2547
|
color: #006dc1;
|
|
2555
2548
|
color: var(--color-topline);
|
|
2556
2549
|
}
|
|
2550
|
+
.hover\:text-white:hover {
|
|
2551
|
+
--tw-text-opacity: 1;
|
|
2552
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
2553
|
+
}
|
|
2557
2554
|
.hover\:underline:hover {
|
|
2558
2555
|
-webkit-text-decoration-line: underline;
|
|
2559
2556
|
text-decoration-line: underline;
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
'_disableNoScript' don't add no script fallback
|
|
11
11
|
|
|
12
12
|
--}}
|
|
13
|
-
{{#withParam this.responsiveImage
|
|
13
|
+
{{#withParam this.responsiveImage type variant }}
|
|
14
14
|
{{#if this.asPicture}}
|
|
15
|
-
<picture class="picture {{~#if ../
|
|
15
|
+
<picture class="picture {{~#if ../addClass}} {{../addClass}}{{/if}}">
|
|
16
16
|
{{#unless _disableNoScript}}
|
|
17
17
|
<noscript>
|
|
18
|
-
<img class="image {{~#if ../
|
|
18
|
+
<img class="image {{~#if ../addClassImg}} {{../addClassImg}}{{/if}}" src="{{this.fallback}}" alt="{{#if ../alttext}}{{../alttext}}{{else}}{{../this.alttext}}{{/if}}">
|
|
19
19
|
</noscript>
|
|
20
20
|
{{/unless}}
|
|
21
21
|
{{#with this.sources}}
|
|
@@ -25,24 +25,24 @@
|
|
|
25
25
|
{{#with this.srcset}} srcset="{{this}}"{{/with}}>
|
|
26
26
|
{{/each}}
|
|
27
27
|
{{/with}}
|
|
28
|
-
<img class="image {{~#if ../
|
|
28
|
+
<img class="image {{~#if ../addClassImg}} {{../addClassImg}}{{/if}}" loading="{{#if ../noDelay}}auto{{else}}lazy{{/if}}" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="{{#if ../alttext}}{{../alttext}}{{else}}{{../this.alttext}}{{/if}}" {{~#if ../errorHandler }} onerror="this.onerror=null; {{../errorHandler}}"{{/if}}>
|
|
29
29
|
</picture>
|
|
30
30
|
{{/if}}
|
|
31
31
|
|
|
32
32
|
{{#if this.asImage}}
|
|
33
33
|
{{#with this.sources.[0]}}
|
|
34
|
-
{{~#with ../../
|
|
35
|
-
{{#unless ../../
|
|
34
|
+
{{~#with ../../addClass }}<div class="{{this}}">{{/with}}
|
|
35
|
+
{{#unless ../../disableNoScript}}
|
|
36
36
|
<noscript>
|
|
37
|
-
<img class="image {{~#if ../../
|
|
37
|
+
<img class="image {{~#if ../../addClassImg}} {{../../addClassImg}}{{/if}}" src="{{../this.fallback}}" alt="{{#if ../../alttext}}{{../../alttext}}{{else}}{{../../this.alttext}}{{/if}}">
|
|
38
38
|
</noscript>
|
|
39
39
|
{{/unless}}
|
|
40
40
|
<img {{#with this.sizes}}sizes="{{this}}" {{/with~}}
|
|
41
|
-
loading="{{#if ../../
|
|
42
|
-
{{#with this.srcset}} {{#if ../../../
|
|
41
|
+
loading="{{#if ../../noDelay}}auto{{else}}lazy{{/if}}"
|
|
42
|
+
{{#with this.srcset}} {{#if ../../../noDelay}}srcset{{else}}data-srcset{{/if}}="{{this}}"{{/with}}
|
|
43
43
|
src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
|
|
44
|
-
alt="{{#if ../../
|
|
45
|
-
{{~#with ../../
|
|
44
|
+
alt="{{#if ../../alttext}}{{../../alttext}}{{else}}{{../../this.alttext}}{{/if}}" class="image imageSimple {{~#with ../../addClassImg }} {{this}}{{/with}}" {{~#if ../../errorHandler}} onerror="this.onerror=null; {{../../errorHandler}}" {{~/if}}>
|
|
45
|
+
{{~#with ../../addClass }}</div>{{/with}}
|
|
46
46
|
{{/with}}
|
|
47
47
|
|
|
48
48
|
{{/if}}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{{#with this.link}}
|
|
2
2
|
<a {{#with this.webviewUrl}}data-webviewurl="{{this}}"{{/with}} href="{{this.url}}" {{#with this.webviewUrl}}{{/with}}
|
|
3
|
-
class="sb-link
|
|
4
|
-
{{#if ../
|
|
5
|
-
data-new-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "1","clickLabel":"{{../
|
|
3
|
+
class="sb-link{{#if ../css}} {{../css}}{{/if}}{{#if ../doTracking}} js-load{{else}}{{#if ../this.content.isFileDownload}} js-loadScript{{/if}}{{/if}}{{#if ../isSelected}} {{defaultIfEmpty ../selectedCssClass "-current"}}{{/if}}"
|
|
4
|
+
{{#if ../doNavigationTracking}}
|
|
5
|
+
data-new-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "1","clickLabel":"{{../clickLabelType}}{{#if ../clickLabelPrefix1}}::{{../clickLabelPrefix1}}{{/if}}::{{../clickLabelPrefix2}}-Link geklickt"}]}'
|
|
6
6
|
{{/if}}
|
|
7
|
-
{{#if ../
|
|
8
|
-
{{#with this.content.trackingData}}data-new-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "{{#if ../this.content.isFileDownload}}{{this.pageName}}{{else}}mediabuttonclick::{{
|
|
7
|
+
{{#if ../doTracking}}
|
|
8
|
+
{{#with this.content.trackingData}}data-new-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "{{#if ../this.content.isFileDownload}}{{this.pageName}}{{else}}mediabuttonclick::{{../../clickLabelPrefix1}}::{{../../clickLabelPrefix2}}{{/if}}"}]}'{{/with}}
|
|
9
9
|
{{else}}
|
|
10
10
|
{{#if ../this.content.isFileDownload}}
|
|
11
11
|
{{#with this.content.trackingData}}data-new-hr-click-tracking='{"settings": [{"type":"download","secondLevelId": "{{this.secondLevelId}}","clickLabel": "{{this.pageName}}"}]}'{{/with}}
|
|
12
12
|
{{/if}}
|
|
13
13
|
{{/if}}
|
|
14
14
|
{{#if this.isTargetBlank}} target="_blank" rel="noopener{{#if this.hasNoReferrerFlag}} noreferrer{{/if}}"{{/if}}
|
|
15
|
-
{{#if
|
|
15
|
+
{{#if ../isAriaHidden}} aria-hidden="true" tabindex="-1"{{/if}}
|
|
16
16
|
>
|
|
17
|
+
{{/with}}
|
|
17
18
|
{{> @partial-block }}
|
|
18
|
-
</a>
|
|
19
|
-
{{/with}}
|
|
19
|
+
</a>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{{#switch templatePath}}
|
|
2
|
-
{{#case "components/
|
|
3
|
-
{{> components/
|
|
2
|
+
{{#case "components/site_header/service_navigation/service_navigation_item"}}
|
|
3
|
+
{{> components/site_header/service_navigation/service_navigation_item}}
|
|
4
4
|
{{/case}}
|
|
5
5
|
{{#case "components/teaser/group_teaser/group_teaser"}}
|
|
6
6
|
{{> components/teaser/group_teaser/group_teaser}}
|
|
@@ -8,4 +8,7 @@
|
|
|
8
8
|
{{#case "components/teaser/teaser_standard"}}
|
|
9
9
|
{{> components/teaser/teaser_standard}}
|
|
10
10
|
{{/case}}
|
|
11
|
+
{{#case "components/teaser/components/teaser_comments"}}
|
|
12
|
+
{{> components/teaser/components/teaser_comments}}
|
|
13
|
+
{{/case}}
|
|
11
14
|
{{/switch}}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<body itemscope itemtype="http://schema.org/WebPage">
|
|
21
21
|
<div class="js-pageSwap">
|
|
22
22
|
|
|
23
|
-
{{> components/
|
|
23
|
+
{{> components/site_header/header }}
|
|
24
24
|
|
|
25
25
|
<main
|
|
26
26
|
onclick="void(0)"
|
|
@@ -33,27 +33,27 @@
|
|
|
33
33
|
{{> components/teaser/teaser_standard }}
|
|
34
34
|
</div>
|
|
35
35
|
<div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">
|
|
36
|
-
{{> components/teaser/teaser_standard
|
|
37
|
-
{{> components/teaser/teaser_standard
|
|
36
|
+
{{> components/teaser/teaser_standard teaserSize="50"}}
|
|
37
|
+
{{> components/teaser/teaser_standard teaserSize="50"}}
|
|
38
38
|
</div>
|
|
39
39
|
<div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">
|
|
40
|
-
{{> components/teaser/teaser_standard
|
|
41
|
-
{{> components/teaser/teaser_standard
|
|
42
|
-
{{> components/teaser/teaser_standard
|
|
40
|
+
{{> components/teaser/teaser_standard teaserSize="33"}}
|
|
41
|
+
{{> components/teaser/teaser_standard teaserSize="33"}}
|
|
42
|
+
{{> components/teaser/teaser_standard teaserSize="33"}}
|
|
43
43
|
</div>
|
|
44
44
|
<div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">
|
|
45
|
-
{{> components/teaser/teaser_standard
|
|
46
|
-
{{> components/teaser/teaser_standard
|
|
45
|
+
{{> components/teaser/teaser_standard teaserSize="50"}}
|
|
46
|
+
{{> components/teaser/teaser_standard teaserSize="50"}}
|
|
47
47
|
</div>
|
|
48
48
|
<div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">
|
|
49
|
-
{{> components/teaser/teaser_standard
|
|
50
|
-
{{> components/teaser/teaser_standard
|
|
51
|
-
{{> components/teaser/teaser_standard
|
|
52
|
-
{{> components/teaser/teaser_standard
|
|
49
|
+
{{> components/teaser/teaser_standard teaserSize="25"}}
|
|
50
|
+
{{> components/teaser/teaser_standard teaserSize="25"}}
|
|
51
|
+
{{> components/teaser/teaser_standard teaserSize="25"}}
|
|
52
|
+
{{> components/teaser/teaser_standard teaserSize="25"}}
|
|
53
53
|
</div>
|
|
54
54
|
<div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">
|
|
55
|
-
{{> components/teaser/teaser_standard
|
|
56
|
-
{{> components/teaser/teaser_standard
|
|
55
|
+
{{> components/teaser/teaser_standard teaserSize="50"}}
|
|
56
|
+
{{> components/teaser/teaser_standard teaserSize="50"}}
|
|
57
57
|
</div>
|
|
58
58
|
|
|
59
59
|
</div>
|
package/dist/views/components/{header → site_header}/anchor_navigation/anchor_navigation.hbs
RENAMED
|
File without changes
|
package/dist/views/components/{header → site_header}/anchor_navigation/featurebox_anchor.hbs
RENAMED
|
File without changes
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
{{#with this.brandNavigationItems}}
|
|
22
22
|
<ul class="flex pl-0.5 pr-3 md:px-0 flex-nowrap lg:mr-0">
|
|
23
23
|
{{#each this}}
|
|
24
|
-
{{> components/
|
|
24
|
+
{{> components/site_header/brand_navigation/brand_navigation_item }}
|
|
25
25
|
{{/each}}
|
|
26
26
|
</ul>
|
|
27
27
|
{{/with}}
|
package/dist/views/components/{header → site_header}/brand_navigation/brand_navigation_item.hbs
RENAMED
|
File without changes
|
|
File without changes
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
|
|
10
10
|
<div id="anchorNavWrapper"
|
|
11
11
|
class="hidden">
|
|
12
|
-
{{> components/
|
|
12
|
+
{{> components/site_header/anchor_navigation/anchor_navigation }}
|
|
13
13
|
</div>
|
|
14
14
|
|
|
15
15
|
<div id="brandNavWrapper"
|
|
16
16
|
class="relative flex items-center justify-center order-1 w-full bg-white z-101 print:hidden">
|
|
17
|
-
{{> components/
|
|
17
|
+
{{> components/site_header/brand_navigation/brand_navigation }}
|
|
18
18
|
</div>
|
|
19
19
|
|
|
20
20
|
<div id="serviceNavWrapper"
|
|
@@ -28,22 +28,22 @@
|
|
|
28
28
|
|
|
29
29
|
<div id="serviceLogoWrapper"
|
|
30
30
|
class="flex items-center order-1 w-full pl-4 pr-2 tablet:pl-5 lg:items-end lg:pb-3 bg-blue-congress md:px-0 md:h-12 lg:h-16 md:w-1/2 md:max-w-1/2 lg:w-1/4 lg:max-w-1/4">
|
|
31
|
-
{{> components/
|
|
31
|
+
{{> components/site_header/service_logo }}
|
|
32
32
|
</div>
|
|
33
33
|
|
|
34
34
|
<div id="serviceItemsWrapper"
|
|
35
35
|
class="flex items-center justify-end flex-initial order-2 inline-block w-full max-w-full align-top bg-blue-congress md:h-12 lg:h-16 lg:order-2 lg:w-3/4 lg:max-w-3/4 md:mt-0 md:w-1/2 md:max-w-1/2 md:order-2 md:border-0 print:hidden ">
|
|
36
|
-
{{> components/
|
|
36
|
+
{{> components/site_header/service_navigation/service_list }}
|
|
37
37
|
|
|
38
|
-
{{> components/
|
|
38
|
+
{{> components/site_header/navigation_search/quick_search_button }}
|
|
39
39
|
|
|
40
40
|
<div class="hidden lg:flex">
|
|
41
|
-
{{> components/
|
|
41
|
+
{{> components/site_header/navigation_search/quick_search_form }}
|
|
42
42
|
</div>
|
|
43
43
|
|
|
44
44
|
<div id="burgerWrapper"
|
|
45
45
|
class="flex justify-end flex-none order-2 lg:order-4 md:order-4 lg:hidden ">
|
|
46
|
-
{{> components/
|
|
46
|
+
{{> components/site_header/burger }}
|
|
47
47
|
</div>
|
|
48
48
|
|
|
49
49
|
</div>
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
:class="shouldSectionNavBeHidden() ? '-mt-40 md:-mt-40 lg:-mt-40' : ''"
|
|
57
57
|
class="flex justify-center order-3 w-full overflow-hidden duration-500 transition-max-height lg:transition-margin-top lg:duration-500 tablet:absolute tablet:top-22 tablet:w-half-screen tablet:ml-half-screen max-h-0 lg:overflow-visible md:mt-0 lg:flex lg:max-h-full lg:h-auto bg-blue-congress z-100 print:hidden"
|
|
58
58
|
>
|
|
59
|
-
{{> components/
|
|
59
|
+
{{> components/site_header/section_navigation/section_navigation }}
|
|
60
60
|
</div>
|
|
61
61
|
|
|
62
62
|
<div x-cloak :class="shouldServiceNavBeHidden() ? 'hidden -mt-40' : ''"
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
x-transition:leave-start="opacity-100 transform scale-y-100"
|
|
73
73
|
x-transition:leave-end="opacity-0 transform scale-y-90">
|
|
74
74
|
|
|
75
|
-
{{> components/
|
|
75
|
+
{{> components/site_header/navigation_search/quick_search_form }}
|
|
76
76
|
|
|
77
77
|
</div>
|
|
78
78
|
|
|
File without changes
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{{#with this.subNavigation}}
|
|
2
|
-
|
|
3
2
|
<div {{#unless ../this.selected}}x-cloak{{/unless}}
|
|
4
3
|
x-data="flyoutHandler"
|
|
5
4
|
x-ref="{{getRandom}}"
|
|
@@ -44,11 +43,11 @@
|
|
|
44
43
|
<div class="{{#if this.showAsFlyout}}lg:flex lg:flex-row -columnCount--{{this.columnCount}} lg:divide-x lg:divide-gray-200 {{else}} {{#if ../this.selected}} w-full lg:px-10 lg:container {{/if}}{{/if}}">
|
|
45
44
|
{{#if this.showAsFlyout}}
|
|
46
45
|
{{#each this.columns}}
|
|
47
|
-
{{> components/
|
|
46
|
+
{{> components/site_header/navigation_flyout/navigation_flyout_column count=../this.columnCount navtype=../../_navigationType _parent=../../_parent _flyout=true~}}
|
|
48
47
|
{{/each}}
|
|
49
48
|
{{else}}
|
|
50
49
|
{{#with this.items}}
|
|
51
|
-
{{> components/
|
|
50
|
+
{{> components/site_header/navigation_flyout/navigation_flyout_column selected=../../this.selected navtype=../../_navigationType _parent=../../_parent _flyout=false ~}}
|
|
52
51
|
{{/with}}
|
|
53
52
|
{{/if}}
|
|
54
53
|
</div>
|
package/dist/views/components/{header → site_header}/navigation_flyout/navigation_flyout_column.hbs
RENAMED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
<ul class="{{inline-switch count '["1","2"]' '["md:w-1/1", "md:w-1/1 lg:w-1/2"]'}} {{inline-switch navtype '["ServiceNavigation","RubrikNavigation"]' '["border-b border-gray-200 md:border-0","border-0"]'}} lg:even:pl-4 lg:odd:pr-4 {{#if selected}} lg:container lg:flex lg:h-9 {{/if}} ">
|
|
2
|
-
|
|
3
2
|
{{~#each this ~}}
|
|
4
3
|
{{~#if this.title~}}
|
|
5
|
-
{{> components/
|
|
4
|
+
{{> components/site_header/navigation_flyout/navigation_flyout_item _parentselected=../selected _fromNav=../navtype _flyout=../_flyout _parent=../_parent ~}}
|
|
6
5
|
{{~/if~}}
|
|
7
6
|
{{~/each~}}
|
|
8
7
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<li :class="dropped ? 'h-auto' : 'h-10'"
|
|
2
|
+
class="sb-navigation-flyout-item pl-4 {{#if _flyout}}lg:px-0 {{else}}lg:px-2 lg:first-of-type:pl-0 {{/if}}{{#if _parentselected}}lg:whitespace-nowrap{{/if}} flex h-auto text-base leading-6 border-b border-gray-200 lg:last:border-0 lg:border-0 text-blue-congress justify-start hover:underline">
|
|
3
|
+
{{#>components/base/link css=(inline-switch _fromNav '["RubrikNavigation","ServiceNavigation"]' '["link-focus-inset py-2 w-full","link-focus py-2 md:pl-0 lg:pl-0 lg:pr-0 break-words w-full"]') doNavigationTracking="true" clickLabelType=_fromNav clickLabelPrefix1=_parent clickLabelPrefix2=this.link.content.text }}
|
|
4
|
+
{{this.text}}
|
|
5
|
+
{{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _addClass="w-4 h-4 fill-current ml-2 inline-flex" _iconmap="icons" }} {{/if}}
|
|
6
|
+
{{/components/base/link}}
|
|
7
|
+
</li>
|
|
File without changes
|
package/dist/views/components/{header/search → site_header/navigation_search}/quick_search_form.hbs
RENAMED
|
File without changes
|
package/dist/views/components/{header → site_header}/section_navigation/section_navigation.hbs
RENAMED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<ul class="flex flex-col items-center w-full text-left text-white list-none lg:flex-row lg:h-auto lg:mt-1">
|
|
11
11
|
{{#each this}}
|
|
12
12
|
{{#if (isStorybook)}}
|
|
13
|
-
{{> components/
|
|
13
|
+
{{> components/site_header/section_navigation/section_navigation_item }}
|
|
14
14
|
{{else}}
|
|
15
15
|
{{{this}}}
|
|
16
16
|
{{/if}}
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
|
|
95
95
|
{{/if}}
|
|
96
96
|
|
|
97
|
-
{{> components/
|
|
97
|
+
{{> components/site_header/navigation_flyout/navigation_flyout _isSectionNav=true _navigationType="RubrikNavigation" _parent=this.text }}
|
|
98
98
|
|
|
99
99
|
</li>
|
|
100
100
|
{{/each}}
|
|
File without changes
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
{{#with this.serviceNavigationSSILinks}}
|
|
9
9
|
<ul class="flex justify-around w-full h-full -itemCount-{{ count }} lg:w-auto lg:justify-end lg:pt-1">
|
|
10
10
|
{{#each this}}
|
|
11
|
-
{{> components/base/loadSSI templatePath='components/
|
|
11
|
+
{{> components/base/loadSSI templatePath='components/site_header/service_navigation/service_navigation_item' }}
|
|
12
12
|
{{/each}}
|
|
13
13
|
</ul>
|
|
14
14
|
{{/with}}
|
package/dist/views/components/{header → site_header}/service_navigation/service_navigation_item.hbs
RENAMED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
</div>
|
|
51
51
|
</div>
|
|
52
52
|
{{#if this.subNavigation}}
|
|
53
|
-
{{> components/
|
|
53
|
+
{{> components/site_header/navigation_flyout/navigation_flyout _isSectionNav=false _navigationType="ServiceNavigation" _parent=this.text }}
|
|
54
54
|
</button>
|
|
55
55
|
{{else}}
|
|
56
56
|
</a>
|